@webitel/ui-sdk 24.12.116 → 24.12.118-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/CHANGELOG.md +6 -0
- package/dist/ui-sdk.js +13567 -12825
- package/dist/ui-sdk.umd.cjs +17 -17
- package/package.json +10 -10
- package/src/components/index.js +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webitel/ui-sdk",
|
|
3
|
-
"version": "24.12.
|
|
3
|
+
"version": "24.12.118-1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite",
|
|
@@ -146,8 +146,8 @@
|
|
|
146
146
|
"@eslint/js": "^9.17.0",
|
|
147
147
|
"@tsconfig/node22": "^22.0.0",
|
|
148
148
|
"@types/node": "^22.12.0",
|
|
149
|
-
"@vitejs/plugin-vue": "^5.2.
|
|
150
|
-
"@vitest/coverage-v8": "^
|
|
149
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
|
150
|
+
"@vitest/coverage-v8": "^3.0.6",
|
|
151
151
|
"@vue/compat": "^3.5.13",
|
|
152
152
|
"@vue/compiler-sfc": "^3.5.13",
|
|
153
153
|
"@vue/test-utils": "^2.4.6",
|
|
@@ -170,14 +170,14 @@
|
|
|
170
170
|
"typescript": "5.7.3",
|
|
171
171
|
"typescript-eslint": "^8.22.0",
|
|
172
172
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
173
|
-
"vite": "^
|
|
174
|
-
"vite-plugin-checker": "^0.
|
|
175
|
-
"vite-plugin-node-polyfills": "^0.
|
|
176
|
-
"vite-plugin-static-copy": "^2.
|
|
177
|
-
"vite-plugin-svg-sprite": "^0.
|
|
173
|
+
"vite": "^6.1.1",
|
|
174
|
+
"vite-plugin-checker": "^0.9.0",
|
|
175
|
+
"vite-plugin-node-polyfills": "^0.23.0",
|
|
176
|
+
"vite-plugin-static-copy": "^2.2.0",
|
|
177
|
+
"vite-plugin-svg-sprite": "^0.6.2",
|
|
178
178
|
"vite-plugin-vue-docgen": "^0.3.4",
|
|
179
|
-
"vitepress": "1.
|
|
180
|
-
"vitest": "^
|
|
179
|
+
"vitepress": "1.6.3",
|
|
180
|
+
"vitest": "^3.0.6",
|
|
181
181
|
"vue": "^3.5.13",
|
|
182
182
|
"vue-tsc": "^2.1.10",
|
|
183
183
|
"vuex": "^4.1.0",
|
package/src/components/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import WtCheckbox from './wt-checkbox/wt-checkbox.vue';
|
|
|
13
13
|
import WtChip from './wt-chip/wt-chip.vue';
|
|
14
14
|
import WtConfirmDialog from './wt-confirm-dialog/wt-confirm-dialog.vue';
|
|
15
15
|
import WtContextMenu from './wt-context-menu/wt-context-menu.vue';
|
|
16
|
-
import WtCopyAction from './wt-copy-action/wt-copy-action.vue';
|
|
16
|
+
// import WtCopyAction from './wt-copy-action/wt-copy-action.vue';
|
|
17
17
|
import WtDatepicker from './wt-datepicker/wt-datepicker.vue';
|
|
18
18
|
import WtDivider from './wt-divider/wt-divider.vue';
|
|
19
19
|
import WtDualPanel from './wt-dual-panel/wt-dual-panel.vue';
|
|
@@ -125,7 +125,7 @@ const Components = {
|
|
|
125
125
|
WtTableColumnSelect,
|
|
126
126
|
WtButtonSelect,
|
|
127
127
|
WtContextMenu,
|
|
128
|
-
WtCopyAction,
|
|
128
|
+
// WtCopyAction,
|
|
129
129
|
WtLoadBar,
|
|
130
130
|
WtIconAction,
|
|
131
131
|
WtPageHeader,
|
|
@@ -150,7 +150,7 @@ export {
|
|
|
150
150
|
WtChip,
|
|
151
151
|
WtConfirmDialog,
|
|
152
152
|
WtContextMenu,
|
|
153
|
-
WtCopyAction,
|
|
153
|
+
// WtCopyAction,
|
|
154
154
|
WtDatepicker,
|
|
155
155
|
WtDivider,
|
|
156
156
|
WtDualPanel,
|