{"version":3,"file":"dynabook_public.d94aff90.js","sources":["../../../app/javascript/apps/dynabook_public/views/navigation.vue?vue&type=template&lang.js","../../../app/javascript/apps/dynabook_public/views/navigation.vue","../../../app/javascript/apps/dynabook_public/router.js","../../../app/javascript/apps/dynabook_public/store.js","../../../app/javascript/apps/dynabook_public/app.vue?vue&type=template&lang.js","../../../app/javascript/apps/dynabook_public/app.vue","../../../app/javascript/entrypoints/dynabook_public.js"],"sourcesContent":["\n\n \n \"home\"\n \n \n \n \n Products\n \n \n Part Search\n \n \n Quote Summary\n \n \n New Quote\n \n \n \n Sign In\n \n \n \n\n","\r\n\r\n\r\n\r\n\r\n\r\n\r\n","/******************************************************************************\r\n * Copyright (c) 2016 - 2021. *\r\n * Yega Yazilim ve Bilisim Hizmetleri Dis Tic Ltd Sti (Yega Yazilim) *\r\n * All Rights Reserved. *\r\n * *\r\n * The software and data contained herein are confidential and proprietary *\r\n * information of Yega Yazilim (\"Confidential Information\"). *\r\n * *\r\n * Users of this software may not disclose such Confidential Information and *\r\n * shall use it only in accordance with the terms of the license agreement *\r\n * they entered into with Yega Yazilim. *\r\n * *\r\n * Author: Ahmet Dogramaci *\r\n * Date: 2021-12-14 *\r\n ******************************************************************************/\r\n\r\nimport Vue from 'vue';\r\nimport VueRouter from 'vue-router';\r\n\r\nVue.use(VueRouter);\r\n\r\nimport Yega1UserProfileForm from '../../components/yega/yega1/yega1-user-profile-form.vue';\r\nimport ProductSelection from '../../components/dynabook_shared/product-selection.vue';\r\nimport Navigation from \"./views/navigation.vue\";\r\nimport ConfigureBto from \"../../components/dynabook_shared/configure-bto.vue\";\r\nimport QuoteSummary from \"../../components/dynabook_shared/quote-summary.vue\";\r\nimport ReconfigureBto from \"../../components/dynabook_shared/reconfigure-bto.vue\";\r\nimport ConfigureAccessories from \"../../components/dynabook_shared/configure-accessories.vue\";\r\nimport PartSearch from \"../../components/dynabook_shared/part-search.vue\";\r\nimport ProductCategorySelection from \"@/components/dynabook_shared/product-category-selection.vue\";\r\nimport QuoteRequestInfo from \"@/components/dynabook_shared/quote-request-info.vue\";\r\n\r\nconst router = new VueRouter({\r\n routes: [\r\n {\r\n path: '/profile',\r\n components:{navigation:Navigation,main:Yega1UserProfileForm},\r\n name: 'user_profile_path'\r\n },\r\n { path: '/select-product-category/:parent_category_id?',\r\n components:{\r\n navigation:Navigation,\r\n main:ProductCategorySelection\r\n },\r\n props:{\r\n main: {\r\n isPublic: true\r\n }\r\n },\r\n name: 'product_category_selection_path'\r\n },\r\n // {\r\n // path: '/home',\r\n // components:{navigation:Navigation,main:ProductSelection},\r\n // props:{\r\n // main: {\r\n // useCurrentUser: true\r\n // }\r\n // },\r\n // name: 'product_selection_path'\r\n // },\r\n {\r\n path: '/configure-bto/:template_id',\r\n components:{navigation:Navigation,main:ConfigureBto},\r\n props:{\r\n main: {\r\n dialogAttributesList: [{key: 'product-class', label: 'Product Class'}],\r\n dialogPricesList:[{key:'esup',label:'MSRP'}],\r\n summaryPriceName:'esup',\r\n isPublic: true\r\n }\r\n },\r\n name: 'configure_bto_path'\r\n },\r\n { path: '/reconfigure-bto/:quote_version_id/:quote_part_id/:quote_product_id',\r\n components:{\r\n navigation:Navigation,\r\n main:ReconfigureBto\r\n },\r\n props:{\r\n main: {\r\n dialogAttributesList: [{key: 'product-class', label: 'Product Class'}],\r\n dialogPricesList:[{key:'esup',label:'MSRP'}],\r\n summaryPriceName:'esup',\r\n isPublic: true\r\n }\r\n },\r\n name: 'reconfigure_bto_path'\r\n },\r\n { path: '/configure-accessories/:template_id',\r\n components:{\r\n navigation:Navigation,\r\n main:ConfigureAccessories\r\n },\r\n props:{\r\n main: {\r\n dialogPricesList:[{key:'esup',label:'MSRP'}],\r\n summaryPriceName:'esup',\r\n isPublic: true\r\n }\r\n },\r\n name: 'configure_accessories_path'\r\n },\r\n {\r\n path: '/quote',\r\n components:{navigation:Navigation,main:QuoteSummary},\r\n props:{\r\n main: {\r\n hasYourPrice: true\r\n }\r\n },\r\n name: 'quote_path'\r\n },\r\n {\r\n path: '/quote-request',\r\n components:{navigation:Navigation,main:QuoteRequestInfo},\r\n props:{\r\n main: {\r\n }\r\n },\r\n name: 'quote_request_path'\r\n },\r\n {\r\n path: '/part-search',\r\n components:{ navigation:Navigation, main:PartSearch },\r\n props:{\r\n main: {\r\n searchMacroName:'dynabook_standard_part_number_search',\r\n partNumberAttributeName:'standard_quote_lookedup_part_number',\r\n productDescriptionAttributeName:'standard_quote_product_description',\r\n isPublic: true\r\n }\r\n },\r\n name: 'part_search_path'\r\n },\r\n {\r\n path: '*',\r\n redirect: { name:'product_category_selection_path'}\r\n }\r\n ]\r\n});\r\n\r\nexport default router;\r\n","/******************************************************************************\r\n * Copyright (c) 2016 - 2021. *\r\n * Yega Yazilim ve Bilisim Hizmetleri Dis Tic Ltd Sti (Yega Yazilim) *\r\n * All Rights Reserved. *\r\n * *\r\n * The software and data contained herein are confidential and proprietary *\r\n * information of Yega Yazilim (\"Confidential Information\"). *\r\n * *\r\n * Users of this software may not disclose such Confidential Information and *\r\n * shall use it only in accordance with the terms of the license agreement *\r\n * they entered into with Yega Yazilim. *\r\n * *\r\n * Author: Ahmet Dogramaci *\r\n * Date: 2021-09-09 *\r\n ******************************************************************************/\r\n\r\nimport Vue from 'vue';\r\nimport Vuex from 'vuex';\r\n\r\nVue.use(Vuex);\r\n\r\nimport DeviseAuthStore from '../../vuex/stores/devise-auth';\r\nimport LoadingSpinnerStore from \"../../vuex/stores/loading-spinner\";\r\nimport ConfigurationTemplatesStore from \"../../vuex/stores/configuration-templates\";\r\nimport CurrentUserStore from \"../../vuex/stores/current-user\";\r\nimport QuoteVersionsStore from \"../../vuex/stores/quote-versions\";\r\nimport QuotePartsStore from \"../../vuex/stores/quote-parts\";\r\nimport QuoteProductDetailsStore from \"../../vuex/stores/quote-product-details\";\r\nimport MacroResultsStore from \"../../vuex/stores/macro-results\";\r\nimport QuotePublishingStore from \"../../vuex/stores/quote-publishing\";\r\nimport PublicQuoteProductsStore from \"../../vuex/stores/public-quote-products\";\r\nimport QuoteProductsStore from \"../../vuex/stores/quote-products\";\r\nimport ConfigurationCategoriesStore from \"@/vuex/stores/configuration-categories\";\r\nimport ConfigurationCategoryAssignmentsStore from \"@/vuex/stores/configuration-category-assignments\";\r\n\r\nconst store = new Vuex.Store({\r\n modules: {\r\n DeviseAuthStore,\r\n LoadingSpinnerStore,\r\n CurrentUserStore,\r\n ConfigurationTemplatesStore,\r\n QuoteProductsStore,\r\n PublicQuoteProductsStore,\r\n QuoteVersionsStore,\r\n QuotePartsStore,\r\n QuoteProductDetailsStore,\r\n MacroResultsStore,\r\n QuotePublishingStore,\r\n ConfigurationCategoriesStore,\r\n ConfigurationCategoryAssignmentsStore,\r\n }\r\n});\r\n\r\nexport default store;\r\n","\n
\n \n \n \n \n \n
\n","\r\n\r\n\r\n\r\n\r\n\r\n\r\n","/******************************************************************************\r\n * Copyright (c) 2016 - 2021. *\r\n * Yega Yazilim ve Bilisim Hizmetleri Dis Tic Ltd Sti (Yega Yazilim) *\r\n * All Rights Reserved. *\r\n * *\r\n * The software and data contained herein are confidential and proprietary *\r\n * information of Yega Yazilim (\"Confidential Information\"). *\r\n * *\r\n * Users of this software may not disclose such Confidential Information and *\r\n * shall use it only in accordance with the terms of the license agreement *\r\n * they entered into with Yega Yazilim. *\r\n * *\r\n * Author: Ahmet Dogramaci *\r\n * Date: 2021-09-09 *\r\n ******************************************************************************/\r\n\r\nimport 'bootstrap/dist/css/bootstrap.css'\r\nimport 'bootstrap-vue/dist/bootstrap-vue.css'\r\nimport '../images/dynabook_black.jpg'\r\n\r\nimport Vue from 'vue'\r\nimport BootstrapVue from 'bootstrap-vue'\r\nimport App from '../apps/dynabook_public/app.vue'\r\nimport VueCompositionAPI from \"@vue/composition-api\";\r\n\r\nVue.use(BootstrapVue);\r\nVue.use(VueCompositionAPI);\r\n\r\ndocument.addEventListener('DOMContentLoaded', () => {\r\n const el = document.body.appendChild(document.createElement('div'))\r\n const app = new Vue({\r\n el,\r\n render: h => h(App)\r\n });\r\n});\r\n"],"names":["render","_vm","_h","_c","staticRenderFns","__vue2_script","NavigationMixin","logo","item","error","Vue","VueRouter","router","Navigation","Yega1UserProfileForm","ProductCategorySelection","ConfigureBto","ReconfigureBto","ConfigureAccessories","QuoteSummary","QuoteRequestInfo","PartSearch","Vuex","store","DeviseAuthStore","LoadingSpinnerStore","CurrentUserStore","ConfigurationTemplatesStore","QuoteProductsStore","PublicQuoteProductsStore","QuoteVersionsStore","QuotePartsStore","QuoteProductDetailsStore","MacroResultsStore","QuotePublishingStore","ConfigurationCategoriesStore","ConfigurationCategoryAssignmentsStore","SignOutRedirectHomeMixin","LoadingSpinnerInterceptorMixin","Yega1LoadingSpinner","Yega1IdleWatcher","BootstrapVue","VueCompositionAPI","el","h","App"],"mappings":"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"}