@lancom/shared 0.0.456 → 0.0.458
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/js/api/admin.js +12 -0
- package/components/products/products_aside/products-aside.vue +5 -0
- package/components/products/products_color_groups/products-color-groups.scss +69 -0
- package/components/products/products_color_groups/products-color-groups.vue +101 -0
- package/components/products/products_link/products-link.vue +4 -0
- package/components/quotes/quote_view/quote-view.scss +76 -22
- package/components/quotes/quote_view/quote-view.vue +79 -91
- package/components/quotes/quote_view/quote_option_view/quote-option-view.scss +103 -4
- package/components/quotes/quote_view/quote_option_view/quote-option-view.vue +202 -26
- package/components/quotes/quote_view/quote_view_accept/quote-view-accept.scss +33 -0
- package/components/quotes/quote_view/quote_view_accept/quote-view-accept.vue +85 -0
- package/components/quotes/quote_view/quote_view_address_form/quote-view-address-form.scss +17 -0
- package/components/quotes/quote_view/quote_view_address_form/quote-view-address-form.vue +259 -0
- package/components/quotes/quote_view/quote_view_banner/quote-view-banner.scss +67 -0
- package/components/quotes/quote_view/quote_view_banner/quote-view-banner.vue +69 -0
- package/components/quotes/quote_view/quote_view_billing_information/quote-view-billing-information.scss +5 -0
- package/components/quotes/quote_view/quote_view_billing_information/quote-view-billing-information.vue +108 -0
- package/components/quotes/quote_view/quote_view_header/quote-view-header.scss +65 -0
- package/components/quotes/quote_view/quote_view_header/quote-view-header.vue +69 -0
- package/components/quotes/quote_view/quote_view_info/quote-view-info.scss +36 -0
- package/components/quotes/quote_view/quote_view_info/quote-view-info.vue +42 -0
- package/components/quotes/quote_view/quote_view_invalid_stock_modal/quote-view-invalid-stock-modal.scss +17 -0
- package/components/quotes/quote_view/quote_view_invalid_stock_modal/quote-view-invalid-stock-modal.vue +29 -0
- package/components/quotes/quote_view/quote_view_menu/quote-view-menu.scss +74 -0
- package/components/quotes/quote_view/quote_view_menu/quote-view-menu.vue +102 -0
- package/components/quotes/quote_view/quote_view_message/quote-view-message.scss +53 -0
- package/components/quotes/quote_view/quote_view_message/quote-view-message.vue +40 -0
- package/components/quotes/quote_view/quote_view_mobile_menu/quote-view-mobile-menu.scss +1 -0
- package/components/quotes/quote_view/quote_view_mobile_menu/quote-view-mobile-menu.vue +23 -0
- package/components/quotes/quote_view/quote_view_payment/quote-view-payment.scss +58 -0
- package/components/quotes/quote_view/quote_view_payment/quote-view-payment.vue +191 -0
- package/components/quotes/quote_view/quote_view_payment/quote_payment_success/quote-payment-success.scss +40 -0
- package/components/quotes/quote_view/quote_view_payment/quote_payment_success/quote-payment-success.vue +50 -0
- package/components/quotes/quote_view/quote_view_payment_modal/quote-view-payment-modal.scss +10 -0
- package/components/quotes/quote_view/quote_view_payment_modal/quote-view-payment-modal.vue +49 -0
- package/components/quotes/quote_view/quote_view_print/quote-view-print.scss +54 -0
- package/components/quotes/quote_view/quote_view_print/quote-view-print.vue +74 -0
- package/components/quotes/quote_view/quote_view_question/quote-view-question.scss +84 -0
- package/components/quotes/quote_view/quote_view_question/quote-view-question.vue +203 -0
- package/components/quotes/quote_view/quote_view_questions/quote-view-questions.scss +39 -0
- package/components/quotes/quote_view/quote_view_questions/quote-view-questions.vue +50 -0
- package/components/quotes/quote_view_preview/quote-view.scss +29 -0
- package/components/quotes/quote_view_preview/quote-view.vue +121 -0
- package/components/quotes/quote_view_preview/quote_option_view/quote-option-view.scss +10 -0
- package/components/quotes/quote_view_preview/quote_option_view/quote-option-view.vue +73 -0
- package/package.json +1 -1
- package/pages/quotes/view/_id/option/_option.vue +1 -1
- package/plugins/crisp.js +13 -0
- package/store/products.js +11 -2
- /package/components/quotes/{quote_view → quote_view_preview}/quote-view.mixin.js +0 -0
- /package/components/quotes/{quote_view → quote_view_preview}/quote_product_color_simple_products/quote-product-color-simple-products.mixin.js +0 -0
- /package/components/quotes/{quote_view → quote_view_preview}/quote_product_color_simple_products/quote-product-color-simple-products.scss +0 -0
- /package/components/quotes/{quote_view → quote_view_preview}/quote_product_color_simple_products/quote-product-color-simple-products.vue +0 -0
- /package/components/quotes/{quote_view → quote_view_preview}/quote_product_color_simple_products/quote_product_color_simple_product/quote-product-color-simple-product.scss +0 -0
- /package/components/quotes/{quote_view → quote_view_preview}/quote_product_color_simple_products/quote_product_color_simple_product/quote-product-color-simple-product.vue +0 -0
- /package/components/quotes/{quote_view → quote_view_preview}/quote_product_prints/quote-product-prints.scss +0 -0
- /package/components/quotes/{quote_view → quote_view_preview}/quote_product_prints/quote-product-prints.vue +0 -0
- /package/components/quotes/{quote_view → quote_view_preview}/quote_product_prints/quote_product_print/quote-product-print.scss +0 -0
- /package/components/quotes/{quote_view → quote_view_preview}/quote_product_prints/quote_product_print/quote-product-print.vue +0 -0
- /package/components/quotes/{quote_view → quote_view_preview}/quote_view_product/quote-view-product.scss +0 -0
- /package/components/quotes/{quote_view → quote_view_preview}/quote_view_product/quote-view-product.vue +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|