@webitel/ui-sdk 24.12.118-1 → 24.12.118
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/ui-sdk.js +3416 -3328
- package/dist/ui-sdk.umd.cjs +15 -15
- package/package.json +1 -1
- package/src/components/index.js +3 -3
package/package.json
CHANGED
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
153
|
+
WtCopyAction,
|
|
154
154
|
WtDatepicker,
|
|
155
155
|
WtDivider,
|
|
156
156
|
WtDualPanel,
|