{"version":3,"file":"app-657b72e0.a6ce498fa2707756.bundle.js","mappings":"2MAGIA,E,MAA0B,GAA4B,KAE1DA,EAAwBC,KAAK,CAACC,EAAOC,GAAI,u5BAAw5B,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,yDAAyD,gDAAgD,MAAQ,GAAG,SAAW,+UAA+U,eAAiB,CAAC,mwCAAuwC,47CAA47C,WAAa,MAE5oI,S,+CCPAD,EAAOE,QAAU,gqC,iHCGV,MAAMC,EAAb,cAGQ,KAAAC,SAAW,CACjB,CACCC,SAAU,6EACVC,KAAM,2VACNC,WAAY,WACZC,UAAW,sBACXC,OAAQ,QACRC,MAAO,yCAER,CACCL,SAAU,gGACVC,KAAM,+XACNC,WAAY,WACZC,UAAW,2BACXC,OAAQ,GACRC,MAAO,6BAER,CACCL,SAAU,mDACVC,KACC,wfAgBDC,WAAY,WACZC,UAAW,sBACXC,OAAQ,QACRC,MAAO,gCACPC,UAAW,eAEZ,CACCN,SAAU,0DACVC,KAAM,2zBACNC,WAAY,GACZC,UAAW,GACXC,OAAQ,GACRC,MAAO,+BAER,CACCL,SAAU,2DACVC,KAAM,wvBACNC,WAAY,GACZC,UAAW,GACXC,OAAQ,GACRC,MAAO,iCAGV,E","sources":["webpack://client-app/./src/showroom/article/showroom-article.scss","webpack://client-app/./src/showroom/article/showroom-article.html","webpack://client-app/./src/showroom/article/showroom-article.ts"],"sourcesContent":["// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".article-showroom{display:flex;background:#fff;padding:100px 0}.article-showroom section{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.article-showroom .row{justify-content:space-between;flex-direction:column-reverse}@media screen and (min-width: 992px){.article-showroom .row{flex-direction:initial}}.article-showroom:nth-child(even){background:#f7f7f7 !important}@media screen and (min-width: 992px){.article-showroom:nth-child(even) .row{flex-direction:row-reverse}}.article-image-container{user-select:none;margin-bottom:calc(15px * 2);align-items:center !important}@media screen and (min-width: 768px)and (max-width: 992px){.article-image-container img{max-width:60%}}@media screen and (min-width: 992px){.article-image-container{margin-bottom:0}}.article-headline{font-size:18px;margin-bottom:10px;font-weight:600}.embed-responsive{box-shadow:0 1px 10px 5px rgba(0,0,0,.25)}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/showroom/article/showroom-article.scss\",\"webpack://./src/resources/styling-admin.scss\"],\"names\":[],\"mappings\":\"AAGA,kBACC,YAAA,CACA,eCUa,CDTb,eAAA,CAEA,0BACC,YAAA,CACA,qBAAA,CACA,sBAAA,CACA,sBAAA,CAGD,uBACC,6BAAA,CACA,6BAAA,CAEA,qCAJD,uBAKE,sBAAA,CAAA,CAIF,kCACC,6BAAA,CAGC,qCADD,uCAEE,0BAAA,CAAA,CAMJ,yBACC,gBAAA,CACA,4BAAA,CACA,6BAAA,CAGC,2DADD,6BAEE,aAAA,CAAA,CAIF,qCAXD,yBAYE,eAAA,CAAA,CAIF,kBACC,cAAA,CACA,kBAAA,CACA,eAAA,CAGD,kBACC,yCAAA\",\"sourcesContent\":[\"@import \\\"src/resources/styling-admin\\\";\\r\\n@import \\\"src/resources/customized-styles/variables\\\";\\r\\n\\r\\n.article-showroom {\\r\\n\\tdisplay: flex;\\r\\n\\tbackground: $white;\\r\\n\\tpadding: 100px 0;\\r\\n\\t\\r\\n\\tsection {\\r\\n\\t\\tdisplay: flex;\\r\\n\\t\\tflex-direction: column;\\r\\n\\t\\tjustify-content: center;\\r\\n\\t\\talign-items: flex-start;\\r\\n\\t}\\r\\n\\r\\n\\t.row {\\r\\n\\t\\tjustify-content: space-between;\\r\\n\\t\\tflex-direction: column-reverse;\\r\\n\\r\\n\\t\\t@media screen and (min-width: 992px) {\\r\\n\\t\\t\\tflex-direction: initial;\\r\\n\\t\\t}\\r\\n\\t}\\r\\n\\t\\r\\n\\t&:nth-child(even) {\\r\\n\\t\\tbackground: $white-hsl-97 !important;\\r\\n\\r\\n\\t\\t.row {\\r\\n\\t\\t\\t@media screen and (min-width: 992px) {\\r\\n\\t\\t\\t\\tflex-direction: row-reverse;\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t}\\r\\n}\\r\\n\\r\\n.article-image-container {\\r\\n\\tuser-select: none;\\r\\n\\tmargin-bottom: calc(#{$gutter} * 2);\\r\\n\\talign-items: center !important;\\r\\n\\r\\n\\timg {\\r\\n\\t\\t@media screen and (min-width: 768px) and (max-width: 992px) {\\r\\n\\t\\t\\tmax-width: 60%;\\r\\n\\t\\t}\\t\\r\\n\\t}\\r\\n\\r\\n\\t@media screen and (min-width: 992px) {\\r\\n\\t\\tmargin-bottom: 0;\\r\\n\\t}\\r\\n}\\r\\n\\r\\n.article-headline {\\r\\n\\tfont-size: 18px;\\r\\n\\tmargin-bottom: 10px;\\r\\n\\tfont-weight: 600;\\r\\n}\\r\\n\\r\\n.embed-responsive {\\r\\n\\tbox-shadow: 0 1px 10px 5px rgba(0,0,0,0.25);\\r\\n}\\r\\n\",\"$black: #000000 !default;\\r\\n$blue: #348fe2 !default;\\r\\n$cyan: #49b6d6 !default;\\r\\n$dark: #2d353c !default;\\r\\n$dark-darker: #1a2229 !default;\\r\\n$green: #32a932 !default;\\r\\n$indigo: #8753de !default;\\r\\n$lime: #90ca4b !default;\\r\\n$light: #f2f3f4 !default;\\r\\n$orange: #f59c1a !default;\\r\\n$purple: #727cb6 !default;\\r\\n$pink: #fb5597 !default;\\r\\n$red: #ff5b57 !default;\\r\\n$silver: #b6c2c9 !default;\\r\\n$teal: #00acac !default;\\r\\n$white: #FFFFFF !default;\\r\\n$yellow: #ffd900 !default;\\r\\n$inverse: $dark !default;\\r\\n$link-color: $blue !default;\\r\\n$btn-eg-theme-color: #517770 !default;\\r\\n$btn-ajour-theme-color:\\trgb(29, 30, 90) !default; \\t\\r\\n$colors: (\\r\\n\\t'black': $black,\\r\\n\\t'cyan': $cyan,\\r\\n\\t'dark': $dark,\\r\\n\\t'dark-darker': $dark-darker,\\r\\n\\t'green': $green,\\r\\n\\t'indigo': $indigo,\\r\\n\\t'lime': $lime,\\r\\n\\t'light': $light,\\r\\n\\t'orange': $orange,\\r\\n\\t'purple': $purple,\\r\\n\\t'pink': $pink,\\r\\n\\t'red': $red,\\r\\n\\t'silver': $silver,\\r\\n\\t'teal': $teal,\\r\\n\\t'white': $white,\\r\\n\\t'yellow': $yellow,\\r\\n\\t'muted': darken($silver, 30%),\\r\\n\\t'aqua': $cyan,\\r\\n\\t'btn-eg-theme-color': $btn-eg-theme-color,\\r\\n\\t'btn-ajour-theme-color': $btn-ajour-theme-color,\\r\\n\\r\\n);\\r\\n\\r\\n$border-radius: 4px !default;\\r\\n$border-radius-lg: 6px !default;\\r\\n$border-radius-sm: 3px !default;\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","module.exports = \"\\r\\n\";","\r\nimport * as settings from 'app-settings.json';\r\n\r\nexport class ShowroomArticle {\r\n\r\n\t// Remember to use a lokalise keys !!\r\n\tpublic articles = [\r\n\t\t{\r\n\t\t\theadline: 'Get direct access to all our BIM-object catalogue through our Revit plugin',\r\n\t\t\ttext: 'Search in all manufacturing objects direct in Revit and add the properties and parametric values relevant to you and your project. Make sure that you always have access to updated manufacturing objects with correct data and geometry.

For you to get access to AjourObjects Manufacturers, a free Revit plugin, you need to register below.',\r\n\t\t\tbuttonText: 'Download',\r\n\t\t\tbuttonUrl: settings.externalUrls.signUp,\r\n\t\t\ttarget: 'blank',\r\n\t\t\timage: '/images/AjourObjects_illustration.svg'\r\n\t\t},\r\n\t\t{\r\n\t\t\theadline: 'Share the Revit-objects of your company in the cloud with designers, engineers and architects',\r\n\t\t\ttext: 'You may upload Revit families to AjourObjects that you wish to share with other Revit users. Please, contact us through the below contact form to get started now.

AjourObjects gathers all manufacturing objects leaving you free to search and use our Revit plugin – privately or in your company. Find out who is using your building products, then contact us and learn more.',\r\n\t\t\tbuttonText: 'HearMore',\r\n\t\t\tbuttonUrl: 'mailto:th@ajoursystem.dk',\r\n\t\t\ttarget: '',\r\n\t\t\timage: '/images/upload_object.svg'\r\n\t\t},\r\n\t\t{\r\n\t\t\theadline: 'How to install and use AjourObjects Revit plugin',\r\n\t\t\ttext: \r\n\t\t\t\t`\r\n\t\t\t\t\tFollow these 3 steps and get access to many Revit manufacturer objects.
\r\n\t\t\t\t\tWatch the 'how to' video and get started in less than 1 minute.

\r\n\t\t\t\t\r\n\t\t\t\t\t
    \r\n\t\t\t\t\t\t
  1. \r\n\t\t\t\t\t\t\tDownload and install AjourObjects plugin for Revit\r\n\t\t\t\t\t\t
  2. \r\n\t\t\t\t\t\t
  3. \r\n\t\t\t\t\t\t\tConfirm your information\r\n\t\t\t\t\t\t
  4. \r\n\t\t\t\t\t\t
  5. \r\n\t\t\t\t\t\t\tOpen Revit - search and insert the objects\r\n\t\t\t\t\t\t
  6. \r\n\t\t\t\t\t
\r\n\t\t\t\t`,\r\n\t\t\tbuttonText: 'Download',\r\n\t\t\tbuttonUrl: settings.externalUrls.signUp,\r\n\t\t\ttarget: 'blank',\r\n\t\t\timage: '/images/screenshot_single.png',\r\n\t\t\tyoutubeId: 'TRlFfBGO5j8'\r\n\t\t},\r\n\t\t{\r\n\t\t\theadline: 'Are you looking for the right objects for your product?',\r\n\t\t\ttext: 'The building part is at the centre of AjourObjects and data is added or maintained centrally by the administrator. Subsequently it is easy to collect and re-use objects and central building part information project by project. It is commonly known that applying cloud solutions has big advantages also when it comes to BIM and VDC.

In AjourObjects you connect, re-use and search for all building part information accessible, e.g. U-value, price, fire properties or something quite different. Whether data derives from the manufacturer, the price book or your own library, it is integrated in the system. A synergy between the manufacturers and designers emerges that takes the design process to a new level. Moreover, AjourSystem also offers the manufacturers the distribution of their objects through the platform.',\r\n\t\t\tbuttonText: '',\r\n\t\t\tbuttonUrl: '',\r\n\t\t\ttarget: '',\r\n\t\t\timage: '/images/screenshot_test.png'\r\n\t\t},\r\n\t\t{\r\n\t\t\theadline: 'AjourObjects increases the efficiency project by project',\r\n\t\t\ttext: 'We really appreciate re-use! We know that making (and searching for), new BIM-objects, enriching objects with relevant data and finding relevant objects, when they are needed, is hard work.

AjourObjects makes sure that by using the clever search function you will always be able to find your objects and use them repeatedly. With AjourObjects´ clever “insert” and “upload” functions there is no reason for filling the models with unnecessary objects. Always find the relevant building parts when they are needed. Upload objects for which you spent time creating and that your colleagues will be glad to have in their future projects. AjourObjects always ensures state-of-the-art data hygiene and that the models will not become unnecessarily heavy.',\r\n\t\t\tbuttonText: '',\r\n\t\t\tbuttonUrl: '',\r\n\t\t\ttarget: '',\r\n\t\t\timage: '/images/screenshot_single.png'\r\n\t\t}\r\n\t]\r\n}\r\n"],"names":["___CSS_LOADER_EXPORT___","push","module","id","exports","ShowroomArticle","articles","headline","text","buttonText","buttonUrl","target","image","youtubeId"],"sourceRoot":""}