@snabcentr/vue-ui-lib 3.59.7 → 4.0.0-dev
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/sc-vue-ui-lib.css +1 -1
- package/dist/sc-vue-ui-lib.js +4015 -3948
- package/dist/sc-vue-ui-lib.js.map +1 -1
- package/dist/sc-vue-ui-lib.umd.cjs +14 -14
- package/dist/sc-vue-ui-lib.umd.cjs.map +1 -1
- package/dist/src/components/orders/blocks/order-status-history.vue.d.ts +15 -0
- package/package.json +2 -2
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Компонент представления истории изменений статусов заказа.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
|
+
/**
|
|
6
|
+
* Идентификатор заказа.
|
|
7
|
+
*/
|
|
8
|
+
orderId: number;
|
|
9
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
10
|
+
/**
|
|
11
|
+
* Идентификатор заказа.
|
|
12
|
+
*/
|
|
13
|
+
orderId: number;
|
|
14
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
15
|
+
export default _default;
|
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": "
|
|
7
|
+
"version": "4.0.0-dev",
|
|
8
8
|
"license": "ISC",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"dev": "vite",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@iconify-json/logos": "^1.2.9",
|
|
46
46
|
"@iconify-json/mdi": "^1.2.3",
|
|
47
47
|
"@iconify-json/tabler": "^1.2.23",
|
|
48
|
-
"@snabcentr/common-lib": "^1.89.0 || ^2.2.1",
|
|
48
|
+
"@snabcentr/common-lib": "^1.89.0 || ^2.2.1 || ^2.2.0-dev",
|
|
49
49
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
50
50
|
"date-fns": "^3.6.0",
|
|
51
51
|
"libphonenumber-js": "^1.12.23",
|