@snabcentr/vue-ui-lib 5.0.0 → 5.3.0

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.
Files changed (57) hide show
  1. package/dist/manifest.json +2 -2
  2. package/dist/release_notes.tmp +17 -5
  3. package/dist/sc-vue-ui-lib.css +1 -1
  4. package/dist/sc-vue-ui-lib.js +11278 -10195
  5. package/dist/sc-vue-ui-lib.js.map +1 -1
  6. package/dist/sc-vue-ui-lib.umd.cjs +169 -169
  7. package/dist/sc-vue-ui-lib.umd.cjs.map +1 -1
  8. package/dist/src/catalog/interfaces/properties/i-catalogable-item-properties.d.ts +5 -0
  9. package/dist/src/catalog/interfaces/properties/i-product-name-properties.d.ts +5 -0
  10. package/dist/src/components/catalog/category-collapse-item.vue.d.ts +51 -17
  11. package/dist/src/components/catalog/category-collapse.vue.d.ts +28 -2
  12. package/dist/src/components/catalog/dialogs/add-product-to-cart-dialog.vue.d.ts +3 -3
  13. package/dist/src/components/catalog/dialogs/index.d.ts +1 -0
  14. package/dist/src/components/catalog/dialogs/product-info-dialog.vue.d.ts +40 -0
  15. package/dist/src/components/catalog/product-details/index.d.ts +2 -0
  16. package/dist/src/components/catalog/product-details/product-info-content.vue.d.ts +45 -0
  17. package/dist/src/components/catalog/product-details/product-info-popover.vue.d.ts +23 -0
  18. package/dist/src/components/catalog/product-details/product-name.vue.d.ts +2 -1
  19. package/dist/src/components/collapse/collapse-item.vue.d.ts +50 -7
  20. package/dist/src/components/dates/date-range/button-presets.d.ts +9 -0
  21. package/dist/src/components/dates/date-range/date-range-dialog.vue.d.ts +1 -1
  22. package/dist/src/components/dates/date-range/date-range-helper.d.ts +48 -1
  23. package/dist/src/components/dates/date-range/day-range-grid.vue.d.ts +40 -0
  24. package/dist/src/components/dates/date-range/interfaces/i-calendar-month.d.ts +18 -0
  25. package/dist/src/components/dates/date-range/interfaces/i-day-cell.d.ts +21 -0
  26. package/dist/src/components/dates/date-range/interfaces/i-range-selection.d.ts +40 -0
  27. package/dist/src/components/dates/date-range/interfaces/i-standard-period-group-options.d.ts +18 -0
  28. package/dist/src/components/dates/date-range/month-range-grid.vue.d.ts +9 -2
  29. package/dist/src/components/dates/date-range/quick-periods-settings.vue.d.ts +29 -0
  30. package/dist/src/components/dates/date-range/quick-periods.vue.d.ts +30 -0
  31. package/dist/src/components/dates/date-range/use-range-selection.d.ts +12 -0
  32. package/dist/src/components/dialog/base-dialog.vue.d.ts +1 -1
  33. package/dist/src/components/orders/index.d.ts +1 -0
  34. package/dist/src/components/orders/order-highlight-settings.vue.d.ts +31 -0
  35. package/dist/src/components/orders/orders-list.vue.d.ts +35 -1
  36. package/dist/src/components/orders/simple/index.d.ts +2 -0
  37. package/dist/src/components/orders/simple/order-color-swatch.vue.d.ts +16 -0
  38. package/dist/src/components/orders/simple/order-common-info.vue.d.ts +9 -0
  39. package/dist/src/components/orders/simple/order-status-tag.vue.d.ts +53 -0
  40. package/dist/src/components/suggestions/address/address-suggestion.vue.d.ts +1 -1
  41. package/dist/src/components/suggestions/suggestion-common-definitions.d.ts +1 -26
  42. package/dist/src/enums/index.d.ts +1 -0
  43. package/dist/src/enums/order-marker-enum.d.ts +21 -0
  44. package/dist/src/helpers/index.d.ts +1 -0
  45. package/dist/src/helpers/product-info-helper.d.ts +13 -0
  46. package/dist/src/orders/index.d.ts +3 -1
  47. package/dist/src/orders/interfaces/i-order-highlight-settings.d.ts +15 -0
  48. package/dist/src/orders/interfaces/i-order-row-properties.d.ts +17 -0
  49. package/dist/src/orders/interfaces/i-order-status-colors.d.ts +21 -0
  50. package/dist/src/orders/interfaces/i-order-status-tag-color.d.ts +17 -0
  51. package/dist/src/orders/interfaces/index.d.ts +5 -0
  52. package/dist/src/orders/order-marker-colors.d.ts +39 -0
  53. package/dist/src/orders/order-status-colors.d.ts +42 -0
  54. package/dist/src/test/component-test-support.d.ts +40 -0
  55. package/dist/src/types/index.d.ts +1 -0
  56. package/dist/src/types/product-info-tab.d.ts +4 -0
  57. package/package.json +1 -1
@@ -69,6 +69,46 @@ export declare const componentMountOptions: {
69
69
  inheritAttrs: boolean;
70
70
  template: string;
71
71
  };
72
+ IconMdiMagnifyPlusOutline: {
73
+ inheritAttrs: boolean;
74
+ template: string;
75
+ };
76
+ IconMdiMagnifyMinusOutline: {
77
+ inheritAttrs: boolean;
78
+ template: string;
79
+ };
80
+ IconMdiCalendarMonthOutline: {
81
+ inheritAttrs: boolean;
82
+ template: string;
83
+ };
84
+ IconMdiChartBar: {
85
+ inheritAttrs: boolean;
86
+ template: string;
87
+ };
88
+ IconMdiChartLine: {
89
+ inheritAttrs: boolean;
90
+ template: string;
91
+ };
92
+ IconMdiChevronLeft: {
93
+ inheritAttrs: boolean;
94
+ template: string;
95
+ };
96
+ IconMdiChevronRight: {
97
+ inheritAttrs: boolean;
98
+ template: string;
99
+ };
100
+ IconMdiCogOutline: {
101
+ inheritAttrs: boolean;
102
+ template: string;
103
+ };
104
+ IconMdiCalendarTodayOutline: {
105
+ inheritAttrs: boolean;
106
+ template: string;
107
+ };
108
+ IconMdiCalendarWeekOutline: {
109
+ inheritAttrs: boolean;
110
+ template: string;
111
+ };
72
112
  };
73
113
  };
74
114
  };
@@ -1,2 +1,3 @@
1
1
  export * from './validation-status';
2
2
  export * from './button-states';
3
+ export * from './product-info-tab';
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Вкладка просмотра данных о продукте: описание, характеристики или файлы.
3
+ */
4
+ export type ProductInfoTab = 'description' | 'specification' | 'files';
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [],
5
5
  "author": "Sergey S. Smirnov <dev@snabcentr.com>",
6
6
  "type": "module",
7
- "version": "5.0.0",
7
+ "version": "5.3.0",
8
8
  "license": "ISC",
9
9
  "scripts": {
10
10
  "dev": "vite",