@webitel/ui-sdk 26.8.82 → 26.8.83
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/{clients-D_JfZnLU.js → clients-DU8ExcC2.js} +1 -1
- package/dist/{components-CD2UugXN.js → components-CCDexfbf.js} +3 -3
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +1 -1
- package/dist/{wt-action-bar-D74sgDCk.js → wt-action-bar-DtAECixF.js} +2 -2
- package/dist/{wt-chat-emoji-VuXz16sW.js → wt-chat-emoji-BRlB0TPu.js} +1 -1
- package/dist/{wt-display-chip-items-CNNVPNRk.js → wt-display-chip-items-BcNQIMxj.js} +1 -1
- package/dist/{wt-send-message-popup-na7iB-rU.js → wt-send-message-popup-BcA5DOi2.js} +2 -2
- package/dist/{wt-type-extension-value-input-DmPOaN7z.js → wt-type-extension-value-input-D8Uhyluu.js} +2 -2
- package/dist/{wt-vidstack-player-CHh3rNVt.js → wt-vidstack-player-DorFDE8R.js} +1 -1
- package/package.json +1 -1
- package/src/components/wt-action-bar/{WtActionBarActionsOrder.js → WtActionBarActionsOrder.ts} +2 -2
- package/src/components/wt-action-bar/__tests__/WtActionBar.spec.js +1 -1
- package/src/components/wt-action-bar/wt-action-bar.vue +1 -1
- package/types/.tsbuildinfo +1 -1
- package/types/components/wt-action-bar/WtActionBarActionsOrder.d.ts +3 -2
- package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +2 -2
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export const
|
|
1
|
+
import { IconAction } from '../../enums';
|
|
2
|
+
export declare const tableActionsOrder: IconAction[];
|
|
3
|
+
export declare const sectionActionsOrder: IconAction[];
|
|
@@ -7,8 +7,8 @@ declare var __VLS_1: {
|
|
|
7
7
|
size: string | undefined;
|
|
8
8
|
}, __VLS_5: {
|
|
9
9
|
size: string | undefined;
|
|
10
|
-
}, __VLS_8:
|
|
11
|
-
action:
|
|
10
|
+
}, __VLS_8: IconAction, __VLS_9: {
|
|
11
|
+
action: IconAction;
|
|
12
12
|
size: string | undefined;
|
|
13
13
|
onClick: () => void;
|
|
14
14
|
};
|