@snabcentr/vue-ui-lib 4.14.0 → 4.16.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.
- package/dist/manifest.json +2 -2
- package/dist/release_notes.tmp +1 -1
- package/dist/sc-vue-ui-lib.css +1 -1
- package/dist/sc-vue-ui-lib.js +2907 -2912
- package/dist/sc-vue-ui-lib.js.map +1 -1
- package/dist/sc-vue-ui-lib.umd.cjs +16 -16
- package/dist/sc-vue-ui-lib.umd.cjs.map +1 -1
- package/dist/src/values/reference-lists.d.ts +4 -0
- package/package.json +2 -2
|
@@ -44,6 +44,10 @@ export declare const paymentTypeReferenceList: import('vue').ComputedRef<import(
|
|
|
44
44
|
* Список статусов заказов.
|
|
45
45
|
*/
|
|
46
46
|
export declare const orderStatusReferenceList: import('vue').ComputedRef<import('@snabcentr/common-lib').IOrderStatus[]>;
|
|
47
|
+
/**
|
|
48
|
+
* Список детализирующих статусов заказов.
|
|
49
|
+
*/
|
|
50
|
+
export declare const orderStatusDetailReferenceList: import('vue').ComputedRef<import('@snabcentr/common-lib').IOrderStatusDetail[]>;
|
|
47
51
|
/**
|
|
48
52
|
* Список операторов.
|
|
49
53
|
*/
|
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": "4.
|
|
7
|
+
"version": "4.16.0",
|
|
8
8
|
"license": "ISC",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"dev": "vite",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@iconify-json/logos": "^1.2.9",
|
|
47
47
|
"@iconify-json/mdi": "^1.2.3",
|
|
48
48
|
"@iconify-json/tabler": "^1.2.23",
|
|
49
|
-
"@snabcentr/common-lib": "^2.
|
|
49
|
+
"@snabcentr/common-lib": "^2.12.0",
|
|
50
50
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
51
51
|
"date-fns": "^3.6.0",
|
|
52
52
|
"libphonenumber-js": "^1.12.23",
|