@snabcentr/vue-ui-lib 5.0.0 → 5.3.1
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/dist/manifest.json +2 -2
- package/dist/release_notes.tmp +2 -6
- package/dist/sc-vue-ui-lib.css +1 -1
- package/dist/sc-vue-ui-lib.js +11707 -10612
- package/dist/sc-vue-ui-lib.js.map +1 -1
- package/dist/sc-vue-ui-lib.umd.cjs +169 -169
- package/dist/sc-vue-ui-lib.umd.cjs.map +1 -1
- package/dist/src/catalog/interfaces/properties/i-catalogable-item-properties.d.ts +5 -0
- package/dist/src/catalog/interfaces/properties/i-product-name-properties.d.ts +5 -0
- package/dist/src/components/catalog/category-collapse-item.vue.d.ts +51 -17
- package/dist/src/components/catalog/category-collapse.vue.d.ts +28 -2
- package/dist/src/components/catalog/dialogs/add-product-to-cart-dialog.vue.d.ts +3 -3
- package/dist/src/components/catalog/dialogs/index.d.ts +1 -0
- package/dist/src/components/catalog/dialogs/product-info-dialog.vue.d.ts +40 -0
- package/dist/src/components/catalog/product-details/index.d.ts +2 -0
- package/dist/src/components/catalog/product-details/product-info-content.vue.d.ts +45 -0
- package/dist/src/components/catalog/product-details/product-info-popover.vue.d.ts +23 -0
- package/dist/src/components/catalog/product-details/product-name.vue.d.ts +2 -1
- package/dist/src/components/collapse/collapse-item.vue.d.ts +50 -7
- package/dist/src/components/dates/date-range/button-presets.d.ts +9 -0
- package/dist/src/components/dates/date-range/date-range-dialog.vue.d.ts +1 -1
- package/dist/src/components/dates/date-range/date-range-helper.d.ts +48 -1
- package/dist/src/components/dates/date-range/day-range-grid.vue.d.ts +40 -0
- package/dist/src/components/dates/date-range/interfaces/i-calendar-month.d.ts +18 -0
- package/dist/src/components/dates/date-range/interfaces/i-day-cell.d.ts +21 -0
- package/dist/src/components/dates/date-range/interfaces/i-range-selection.d.ts +40 -0
- package/dist/src/components/dates/date-range/interfaces/i-standard-period-group-options.d.ts +18 -0
- package/dist/src/components/dates/date-range/month-range-grid.vue.d.ts +9 -2
- package/dist/src/components/dates/date-range/quick-periods-settings.vue.d.ts +29 -0
- package/dist/src/components/dates/date-range/quick-periods.vue.d.ts +30 -0
- package/dist/src/components/dates/date-range/use-range-selection.d.ts +12 -0
- package/dist/src/components/dialog/base-dialog.vue.d.ts +1 -1
- package/dist/src/components/orders/index.d.ts +1 -0
- package/dist/src/components/orders/order-highlight-settings.vue.d.ts +31 -0
- package/dist/src/components/orders/orders-list.vue.d.ts +35 -1
- package/dist/src/components/orders/simple/index.d.ts +2 -0
- package/dist/src/components/orders/simple/order-color-swatch.vue.d.ts +16 -0
- package/dist/src/components/orders/simple/order-common-info.vue.d.ts +9 -0
- package/dist/src/components/orders/simple/order-status-tag.vue.d.ts +53 -0
- package/dist/src/components/suggestions/address/address-suggestion.vue.d.ts +1 -1
- package/dist/src/components/suggestions/suggestion-common-definitions.d.ts +1 -26
- package/dist/src/composables/index.d.ts +1 -0
- package/dist/src/composables/use-hover-support.d.ts +9 -0
- package/dist/src/enums/index.d.ts +1 -0
- package/dist/src/enums/order-marker-enum.d.ts +21 -0
- package/dist/src/helpers/index.d.ts +1 -0
- package/dist/src/helpers/product-info-helper.d.ts +13 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/src/orders/index.d.ts +3 -1
- package/dist/src/orders/interfaces/i-order-highlight-settings.d.ts +15 -0
- package/dist/src/orders/interfaces/i-order-row-properties.d.ts +17 -0
- package/dist/src/orders/interfaces/i-order-status-colors.d.ts +21 -0
- package/dist/src/orders/interfaces/i-order-status-tag-color.d.ts +17 -0
- package/dist/src/orders/interfaces/index.d.ts +5 -0
- package/dist/src/orders/order-marker-colors.d.ts +39 -0
- package/dist/src/orders/order-status-colors.d.ts +42 -0
- package/dist/src/test/component-test-support.d.ts +46 -0
- package/dist/src/types/index.d.ts +1 -0
- package/dist/src/types/product-info-tab.d.ts +4 -0
- 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
|
};
|
|
@@ -79,6 +119,12 @@ export declare const componentMountOptions: {
|
|
|
79
119
|
* @param options Дополнительные опции mount.
|
|
80
120
|
*/
|
|
81
121
|
export declare const mountComponent: (component: unknown, options?: Record<string, unknown>) => VueWrapper;
|
|
122
|
+
/**
|
|
123
|
+
* Устанавливает поддержку наведения указателя для тестов, зависящих от типа устройства.
|
|
124
|
+
*
|
|
125
|
+
* @param value Признак того, что устройство поддерживает наведение указателя.
|
|
126
|
+
*/
|
|
127
|
+
export declare const setHoverSupport: (value: boolean) => void;
|
|
82
128
|
/**
|
|
83
129
|
* Устанавливает ширину окна для тестов, зависящих от разрешения экрана.
|
|
84
130
|
*
|