@webitel/ui-sdk 26.8.75 → 26.8.76
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-BmeOR90W.js → clients-oFIeYM2J.js} +66 -79
- package/dist/{components-C-ri6OSQ.js → components-BG2hOYak.js} +11 -11
- package/dist/{enums-BvonmHq2.js → enums-B_9ZBu01.js} +2 -2
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +3 -3
- package/dist/ui-sdk.umd.cjs +574 -574
- package/dist/{useValidation-0JwQGpLM.js → useValidation-CEed9cxY.js} +1 -1
- package/dist/{utils-CzBdLnFt.js → utils-BZHq8qMH.js} +1 -1
- package/dist/wt-action-bar-D74sgDCk.js +94 -0
- package/dist/{wt-button-D-nFhi1f.js → wt-button-CVjzcwNg.js} +2 -2
- package/dist/{wt-chat-emoji-CLhgb02d.js → wt-chat-emoji-CP1IO0Z_.js} +4 -4
- package/dist/{wt-datepicker-DCa23hYx.js → wt-datepicker-BgjjbOMX.js} +2 -2
- package/dist/{wt-display-chip-items-B7QLz9QM.js → wt-display-chip-items-BcuWCOui.js} +2 -2
- package/dist/{wt-dual-panel-D-LChluY.js → wt-dual-panel-Cs_Yzfxt.js} +1 -1
- package/dist/{wt-expansion-card-CToBA1fy.js → wt-expansion-card-BT586Mul.js} +1 -1
- package/dist/{wt-expansion-panel-af2t3VrM.js → wt-expansion-panel-kZmHSvPU.js} +1 -1
- package/dist/{wt-icon-WyFAGc4t.js → wt-icon-CAn_j3EL.js} +1 -1
- package/dist/{wt-icon-action-DYBTs3Mf.js → wt-icon-action-DJzm0kEk.js} +1 -1
- package/dist/{wt-icon-btn-BfhuUt8-.js → wt-icon-btn-BL0OfOZM.js} +1 -1
- package/dist/{wt-notifications-bar-CvKwuTEg.js → wt-notifications-bar-DZUTZhZy.js} +2 -2
- package/dist/{wt-player-B2etfN5v.js → wt-player-DbQuCEZb.js} +3 -3
- package/dist/{wt-screen-recordings-action-CepB2pqh.js → wt-screen-recordings-action-CVHZAWjl.js} +1 -1
- package/dist/{wt-search-bar-B4YkhgIB.js → wt-search-bar-DosqJLXT.js} +1 -1
- package/dist/{wt-send-message-popup-BhZ7K_Vs.js → wt-send-message-popup-B59bhE16.js} +2 -2
- package/dist/{wt-status-select-ELI7j73g.js → wt-status-select-Dnv9tj7o.js} +1 -1
- package/dist/{wt-timepicker-C3v9Cp2e.js → wt-timepicker-B4MOaSEZ.js} +2 -2
- package/dist/{wt-toast-DxQBRGm2.js → wt-toast-DJJg7o3S.js} +2 -2
- package/dist/{wt-tree-table-C5sxm-Eb.js → wt-tree-table-D-Jzijlk.js} +1 -1
- package/dist/{wt-type-extension-value-input-gQGgxMcJ.js → wt-type-extension-value-input-BEfx2uDx.js} +3 -3
- package/dist/{wt-vidstack-player-B37Mdf0u.js → wt-vidstack-player-efSk6APE.js} +4 -4
- package/package.json +1 -1
- package/src/components/transitions/__tests__/ExpandTransition.spec.js +15 -0
- package/src/components/transitions/__tests__/WtReplaceTransition.spec.js +66 -0
- package/src/components/transitions/__tests__/WtTransition.spec.js +35 -0
- package/src/components/wt-action-bar/WtActionBarActionsOrder.js +1 -1
- package/src/components/wt-action-bar/__tests__/WtActionBar.spec.js +121 -0
- package/src/components/wt-action-bar/wt-action-bar.vue +57 -33
- package/src/components/wt-app-header/__tests__/WtAppNavigator.spec.js +65 -4
- package/src/components/wt-app-header/__tests__/WtHeaderActions.spec.js +81 -2
- package/src/components/wt-avatar/__tests__/WtAvatar.spec.js +111 -0
- package/src/components/wt-badge/__tests__/WtBadge.spec.js +80 -0
- package/src/components/wt-badge-new/__tests__/WtBadge.spec.js +61 -0
- package/src/components/wt-breadcrumb/__tests__/WtBreadcrumb.spec.js +117 -0
- package/src/components/wt-button-select/__tests__/WtButtonSelect.spec.js +37 -5
- package/src/components/wt-call-media-metric/__tests__/WtCallMediaMetric.spec.js +84 -0
- package/src/components/wt-card/__tests__/WtCard.spec.js +20 -0
- package/src/components/wt-checkbox/__tests__/WtCheckbox.spec.js +63 -0
- package/src/components/wt-chip/__tests__/WtChip.spec.js +32 -0
- package/src/components/wt-confirm-dialog/__tests__/WtConfirmDialog.spec.js +92 -0
- package/src/components/wt-context-menu/__tests__/WtContextMenu.spec.js +146 -1
- package/src/components/wt-copy-action/__tests__/WtCopyAction.spec.js +57 -0
- package/src/components/wt-datepicker/__tests__/WtDatepicker.spec.js +53 -0
- package/src/components/wt-datetime-text/__tests__/WtDatetimeText.spec.js +49 -0
- package/src/components/wt-divider/__tests__/WtDivider.spec.js +30 -0
- package/src/components/wt-dual-panel/__tests__/WtDualPanel.spec.js +120 -0
- package/src/components/wt-dummy/__tests__/WtDummy.spec.js +63 -1
- package/src/components/wt-empty/__tests__/WtEmpty.spec.js +84 -0
- package/src/components/wt-error-page/__tests__/WtErrorPage.spec.js +60 -0
- package/src/components/wt-expansion-card/__tests__/WtExpansionCard.spec.js +63 -0
- package/src/components/wt-expansion-panel/__tests__/WtExpansionPanel.spec.js +48 -9
- package/src/components/wt-filters-panel-wrapper/__tests__/WtFiltersPanelWrapper.spec.js +81 -10
- package/src/components/wt-hint/__tests__/WtHint.spec.js +44 -1
- package/src/components/wt-icon/__tests__/WtIcon.spec.js +29 -0
- package/src/components/wt-icon-action/__tests__/WtIconAction.spec.js +79 -0
- package/src/components/wt-icon-action/wt-icon-action.vue +1 -1
- package/src/components/wt-icon-btn/__tests__/WtIconBtn.spec.js +46 -0
- package/src/components/wt-image/__tests__/WtImage.spec.js +83 -0
- package/src/components/wt-indicator/__tests__/WtIndicator.spec.js +23 -0
- package/src/components/wt-input-number/__tests__/WtInputNumber.spec.js +77 -0
- package/src/components/wt-input-text/__tests__/WtInputText.spec.js +85 -0
- package/src/components/wt-intersection-observer/__tests__/WtIntersectionObserver.spec.js +24 -3
- package/src/components/wt-item-link/__tests__/WtItemLink.spec.js +93 -1
- package/src/components/wt-label/__tests__/WtLabel.spec.js +49 -1
- package/src/components/wt-load-bar/__tests__/WtLoadBar.spec.js +49 -0
- package/src/components/wt-loader/__tests__/WtLoader.spec.js +26 -1
- package/src/components/wt-logo/__tests__/WtLogo.spec.js +55 -0
- package/src/components/wt-menubar/__tests__/WtMenubar.spec.js +30 -0
- package/src/components/wt-message/__tests__/WtMessage.spec.js +46 -0
- package/src/components/wt-multi-select/__tests__/WtMultiSelect.spec.js +106 -0
- package/src/components/wt-page-header/__tests__/WtPageHeader.spec.js +111 -0
- package/src/components/wt-password/__tests__/WtPassword.spec.js +107 -0
- package/src/components/wt-popover/__tests__/WtPopover.spec.js +73 -0
- package/src/components/wt-progress-bar/__tests__/WtProgressBar.spec.js +34 -0
- package/src/components/wt-radio/__tests__/WtRadio.spec.js +45 -0
- package/src/components/wt-rounded-action/__tests__/WtRoundedAction.spec.js +48 -0
- package/src/components/wt-search-bar/__tests__/WtSearchBar.spec.js +74 -13
- package/src/components/wt-single-select/__tests__/WtSingleSelect.spec.js +117 -0
- package/src/components/wt-slider/__tests__/WtSlider.spec.js +100 -0
- package/src/components/wt-stepper/__tests__/WtStepper.spec.js +105 -0
- package/src/components/wt-switcher/__tests__/WtSwitcher.spec.js +47 -0
- package/src/components/wt-table/__tests__/WtTable.spec.js +237 -0
- package/src/components/wt-table-actions/__tests__/WtTableActions.spec.js +153 -1
- package/src/components/wt-table-column-select/__tests__/WtTableColumnSelect.spec.js +147 -0
- package/src/components/wt-tabs/__tests__/WtTabs.spec.js +55 -0
- package/src/components/wt-textarea/__tests__/WtTextarea.spec.js +49 -0
- package/src/components/wt-time-input/__tests__/WtTimeInput.spec.js +29 -0
- package/src/components/wt-tree/__tests__/WtTree.spec.js +126 -2
- package/src/components/wt-tree-line/__tests__/WtTreeLine.spec.js +205 -0
- package/src/components/wt-tree-table/__tests__/WtTreeTable.spec.js +155 -0
- package/src/components/wt-tree-table-row/__tests__/WtTreeTableRow.spec.js +176 -0
- package/src/components/wt-vidstack-player/__tests__/WtVidstackPlayer.spec.js +82 -0
- package/src/enums/IconAction/{IconAction.enum.js → IconAction.ts} +4 -2
- package/src/enums/index.ts +1 -1
- package/src/modules/ObjectPermissions/components/_internal/permissions-tab-content.vue +1 -1
- package/types/.tsbuildinfo +1 -1
- package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +349 -105
- package/types/components/wt-datetime-text/__tests__/WtDatetimeText.spec.d.ts +1 -0
- package/types/components/wt-divider/__tests__/WtDivider.spec.d.ts +1 -0
- package/types/components/wt-dual-panel/__tests__/WtDualPanel.spec.d.ts +1 -0
- package/types/components/wt-empty/__tests__/WtEmpty.spec.d.ts +1 -0
- package/types/components/wt-error-page/__tests__/WtErrorPage.spec.d.ts +1 -0
- package/types/components/wt-expansion-card/__tests__/WtExpansionCard.spec.d.ts +1 -0
- package/types/components/wt-image/__tests__/WtImage.spec.d.ts +1 -0
- package/types/components/wt-input-number/__tests__/WtInputNumber.spec.d.ts +1 -0
- package/types/components/wt-input-text/__tests__/WtInputText.spec.d.ts +1 -0
- package/types/components/wt-logo/__tests__/WtLogo.spec.d.ts +1 -0
- package/types/components/wt-menubar/__tests__/WtMenubar.spec.d.ts +1 -0
- package/types/components/wt-message/__tests__/WtMessage.spec.d.ts +1 -0
- package/types/components/wt-multi-select/__tests__/WtMultiSelect.spec.d.ts +1 -0
- package/types/components/wt-page-header/__tests__/WtPageHeader.spec.d.ts +1 -0
- package/types/components/wt-password/__tests__/WtPassword.spec.d.ts +1 -0
- package/types/components/wt-popover/__tests__/WtPopover.spec.d.ts +1 -0
- package/types/components/wt-single-select/__tests__/WtSingleSelect.spec.d.ts +1 -0
- package/types/components/wt-slider/__tests__/WtSlider.spec.d.ts +1 -0
- package/types/components/wt-stepper/__tests__/WtStepper.spec.d.ts +1 -0
- package/types/components/wt-table/__tests__/WtTable.spec.d.ts +1 -0
- package/types/components/wt-tree-line/__tests__/WtTreeLine.spec.d.ts +1 -0
- package/types/components/wt-tree-table/__tests__/WtTreeTable.spec.d.ts +1 -0
- package/types/components/wt-tree-table-row/__tests__/WtTreeTableRow.spec.d.ts +1 -0
- package/types/components/wt-vidstack-player/__tests__/WtVidstackPlayer.spec.d.ts +1 -0
- package/types/enums/IconAction/IconAction.d.ts +31 -0
- package/types/enums/index.d.ts +1 -1
- package/dist/wt-action-bar-D4wDtBqb.js +0 -87
- package/src/components/wt-action-bar/__tests__/wt-action-bar.spec.js +0 -10
- package/src/components/wt-avatar/__tests__/wt-avatar.spec.js +0 -10
- package/src/components/wt-badge/__tests__/wt-badge.spec.js +0 -10
- package/src/components/wt-breadcrumb/__tests__/wt-breadcrumb.spec.js +0 -14
- package/src/components/wt-dual-panel/__tests__/WtDualPanel.js +0 -62
- package/src/components/wt-empty/__tests__/wt-empty.spec.js +0 -10
- package/src/components/wt-error-page/__tests__/wt-error-page.spec.js +0 -30
- package/src/components/wt-image/__tests__/wt-image.spec.js +0 -10
- package/src/components/wt-logo/__tests__/wt-logo.spec.js +0 -10
- package/src/components/wt-page-header/__tests__/wt-page-header.spec.js +0 -10
- package/src/components/wt-stepper/__tests__/WtStepper.spec.vue.js +0 -19
- package/types/enums/IconAction/IconAction.enum.d.ts +0 -30
- /package/types/components/{wt-action-bar/__tests__/wt-action-bar.spec.d.ts → transitions/__tests__/WtReplaceTransition.spec.d.ts} +0 -0
- /package/types/components/{wt-avatar/__tests__/wt-avatar.spec.d.ts → transitions/__tests__/WtTransition.spec.d.ts} +0 -0
- /package/types/components/{wt-badge/__tests__/wt-badge.spec.d.ts → wt-action-bar/__tests__/WtActionBar.spec.d.ts} +0 -0
- /package/types/components/{wt-breadcrumb/__tests__/wt-breadcrumb.spec.d.ts → wt-avatar/__tests__/WtAvatar.spec.d.ts} +0 -0
- /package/types/components/{wt-empty/__tests__/wt-empty.spec.d.ts → wt-badge/__tests__/WtBadge.spec.d.ts} +0 -0
- /package/types/components/{wt-dual-panel/__tests__/WtDualPanel.d.ts → wt-badge-new/__tests__/WtBadge.spec.d.ts} +0 -0
- /package/types/components/{wt-error-page/__tests__/wt-error-page.spec.d.ts → wt-breadcrumb/__tests__/WtBreadcrumb.spec.d.ts} +0 -0
- /package/types/components/{wt-image/__tests__/wt-image.spec.d.ts → wt-call-media-metric/__tests__/WtCallMediaMetric.spec.d.ts} +0 -0
- /package/types/components/{wt-logo/__tests__/wt-logo.spec.d.ts → wt-card/__tests__/WtCard.spec.d.ts} +0 -0
- /package/types/components/{wt-page-header/__tests__/wt-page-header.spec.d.ts → wt-confirm-dialog/__tests__/WtConfirmDialog.spec.d.ts} +0 -0
- /package/types/components/{wt-stepper/__tests__/WtStepper.spec.vue.d.ts → wt-copy-action/__tests__/WtCopyAction.spec.d.ts} +0 -0
|
@@ -1,17 +1,142 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { type PropType } from 'vue';
|
|
2
|
+
import { IconAction, type IconAction as IconActionValue } from '../../enums';
|
|
3
|
+
type SortOrder = 'asc' | 'desc' | null;
|
|
4
|
+
declare var __VLS_1: {
|
|
5
|
+
size: string | undefined;
|
|
6
|
+
}, __VLS_3: {
|
|
7
|
+
size: string | undefined;
|
|
8
|
+
}, __VLS_5: {
|
|
9
|
+
size: string | undefined;
|
|
10
|
+
}, __VLS_8: "copy" | "sort" | "delete" | "filters" | "refresh" | "add" | "reset-members" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout", __VLS_9: {
|
|
11
|
+
action: "copy" | "sort" | "delete" | "filters" | "refresh" | "add" | "reset-members" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout";
|
|
12
|
+
size: string | undefined;
|
|
13
|
+
onClick: () => void;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_Slots = {} & {
|
|
16
|
+
[K in NonNullable<typeof __VLS_8>]?: (props: typeof __VLS_9) => any;
|
|
17
|
+
} & {
|
|
18
|
+
'search-bar'?: (props: typeof __VLS_1) => any;
|
|
19
|
+
} & {
|
|
20
|
+
switcher?: (props: typeof __VLS_3) => any;
|
|
21
|
+
} & {
|
|
22
|
+
default?: (props: typeof __VLS_5) => any;
|
|
23
|
+
};
|
|
7
24
|
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
25
|
+
"disabled:cancel": {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: false;
|
|
28
|
+
};
|
|
29
|
+
"disabled:close": {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: false;
|
|
32
|
+
};
|
|
33
|
+
"disabled:copy": {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: false;
|
|
36
|
+
};
|
|
37
|
+
"disabled:sort": {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: false;
|
|
40
|
+
};
|
|
41
|
+
"disabled:delete": {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: false;
|
|
44
|
+
};
|
|
45
|
+
"disabled:filters": {
|
|
46
|
+
type: BooleanConstructor;
|
|
47
|
+
default: false;
|
|
48
|
+
};
|
|
49
|
+
"disabled:refresh": {
|
|
50
|
+
type: BooleanConstructor;
|
|
51
|
+
default: false;
|
|
52
|
+
};
|
|
53
|
+
"disabled:add": {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
default: false;
|
|
56
|
+
};
|
|
57
|
+
"disabled:reset-members": {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: false;
|
|
60
|
+
};
|
|
61
|
+
"disabled:upload": {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: false;
|
|
64
|
+
};
|
|
65
|
+
"disabled:download": {
|
|
66
|
+
type: BooleanConstructor;
|
|
67
|
+
default: false;
|
|
68
|
+
};
|
|
69
|
+
"disabled:export": {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: false;
|
|
72
|
+
};
|
|
73
|
+
"disabled:columns": {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
default: false;
|
|
76
|
+
};
|
|
77
|
+
"disabled:history": {
|
|
78
|
+
type: BooleanConstructor;
|
|
79
|
+
default: false;
|
|
80
|
+
};
|
|
81
|
+
"disabled:edit": {
|
|
82
|
+
type: BooleanConstructor;
|
|
83
|
+
default: false;
|
|
84
|
+
};
|
|
85
|
+
"disabled:collapse": {
|
|
86
|
+
type: BooleanConstructor;
|
|
87
|
+
default: false;
|
|
88
|
+
};
|
|
89
|
+
"disabled:expand": {
|
|
90
|
+
type: BooleanConstructor;
|
|
91
|
+
default: false;
|
|
92
|
+
};
|
|
93
|
+
"disabled:variables": {
|
|
94
|
+
type: BooleanConstructor;
|
|
95
|
+
default: false;
|
|
96
|
+
};
|
|
97
|
+
"disabled:clear": {
|
|
98
|
+
type: BooleanConstructor;
|
|
99
|
+
default: false;
|
|
100
|
+
};
|
|
101
|
+
"disabled:add-filter": {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
default: false;
|
|
104
|
+
};
|
|
105
|
+
"disabled:save": {
|
|
106
|
+
type: BooleanConstructor;
|
|
107
|
+
default: false;
|
|
108
|
+
};
|
|
109
|
+
"disabled:save-preset": {
|
|
110
|
+
type: BooleanConstructor;
|
|
111
|
+
default: false;
|
|
112
|
+
};
|
|
113
|
+
"disabled:apply-preset": {
|
|
114
|
+
type: BooleanConstructor;
|
|
115
|
+
default: false;
|
|
116
|
+
};
|
|
117
|
+
"disabled:add-contact": {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
default: false;
|
|
120
|
+
};
|
|
121
|
+
"disabled:download-pdf": {
|
|
122
|
+
type: BooleanConstructor;
|
|
123
|
+
default: false;
|
|
124
|
+
};
|
|
125
|
+
"disabled:chat": {
|
|
126
|
+
type: BooleanConstructor;
|
|
127
|
+
default: false;
|
|
128
|
+
};
|
|
129
|
+
"disabled:logout": {
|
|
130
|
+
type: BooleanConstructor;
|
|
131
|
+
default: false;
|
|
132
|
+
};
|
|
8
133
|
/**
|
|
9
134
|
* [`'table'`, `'section'`]
|
|
10
|
-
|
|
135
|
+
*/
|
|
11
136
|
mode: {
|
|
12
|
-
type:
|
|
137
|
+
type: PropType<"table" | "section">;
|
|
13
138
|
default: string;
|
|
14
|
-
validator: (v:
|
|
139
|
+
validator: (v: string) => boolean;
|
|
15
140
|
};
|
|
16
141
|
/**
|
|
17
142
|
* Not implemented
|
|
@@ -23,21 +148,21 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
23
148
|
* Leave the default value for the mode only listed in includes prop
|
|
24
149
|
*/
|
|
25
150
|
include: {
|
|
26
|
-
type:
|
|
151
|
+
type: PropType<IconActionValue[]>;
|
|
27
152
|
default: () => never[];
|
|
28
153
|
};
|
|
29
154
|
/**
|
|
30
155
|
* Leave the default values for the mode, except for those in exclude prop
|
|
31
156
|
*/
|
|
32
157
|
exclude: {
|
|
33
|
-
type:
|
|
158
|
+
type: PropType<IconActionValue[]>;
|
|
34
159
|
default: () => never[];
|
|
35
160
|
};
|
|
36
161
|
'sort:order': {
|
|
37
|
-
type:
|
|
162
|
+
type: PropType<SortOrder>;
|
|
38
163
|
default: null;
|
|
39
164
|
required: false;
|
|
40
|
-
validator: (v:
|
|
165
|
+
validator: (v: SortOrder) => boolean;
|
|
41
166
|
};
|
|
42
167
|
/**
|
|
43
168
|
* Built dynamically on `disabled:[IconAction]` pattern for all available [IconActions](../../enums/IconAction/Readme.md).
|
|
@@ -46,14 +171,150 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
46
171
|
type: BooleanConstructor;
|
|
47
172
|
default: boolean;
|
|
48
173
|
};
|
|
49
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
174
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
175
|
+
"click:cancel": (...args: any[]) => void;
|
|
176
|
+
"click:close": (...args: any[]) => void;
|
|
177
|
+
"click:copy": (...args: any[]) => void;
|
|
178
|
+
"click:sort": (...args: any[]) => void;
|
|
179
|
+
"click:delete": (...args: any[]) => void;
|
|
180
|
+
"click:filters": (...args: any[]) => void;
|
|
181
|
+
"click:refresh": (...args: any[]) => void;
|
|
182
|
+
"click:add": (...args: any[]) => void;
|
|
183
|
+
"click:reset-members": (...args: any[]) => void;
|
|
184
|
+
"click:upload": (...args: any[]) => void;
|
|
185
|
+
"click:download": (...args: any[]) => void;
|
|
186
|
+
"click:export": (...args: any[]) => void;
|
|
187
|
+
"click:columns": (...args: any[]) => void;
|
|
188
|
+
"click:history": (...args: any[]) => void;
|
|
189
|
+
"click:edit": (...args: any[]) => void;
|
|
190
|
+
"click:collapse": (...args: any[]) => void;
|
|
191
|
+
"click:expand": (...args: any[]) => void;
|
|
192
|
+
"click:variables": (...args: any[]) => void;
|
|
193
|
+
"click:clear": (...args: any[]) => void;
|
|
194
|
+
"click:add-filter": (...args: any[]) => void;
|
|
195
|
+
"click:save": (...args: any[]) => void;
|
|
196
|
+
"click:save-preset": (...args: any[]) => void;
|
|
197
|
+
"click:apply-preset": (...args: any[]) => void;
|
|
198
|
+
"click:add-contact": (...args: any[]) => void;
|
|
199
|
+
"click:download-pdf": (...args: any[]) => void;
|
|
200
|
+
"click:chat": (...args: any[]) => void;
|
|
201
|
+
"click:logout": (...args: any[]) => void;
|
|
202
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
203
|
+
"disabled:cancel": {
|
|
204
|
+
type: BooleanConstructor;
|
|
205
|
+
default: false;
|
|
206
|
+
};
|
|
207
|
+
"disabled:close": {
|
|
208
|
+
type: BooleanConstructor;
|
|
209
|
+
default: false;
|
|
210
|
+
};
|
|
211
|
+
"disabled:copy": {
|
|
212
|
+
type: BooleanConstructor;
|
|
213
|
+
default: false;
|
|
214
|
+
};
|
|
215
|
+
"disabled:sort": {
|
|
216
|
+
type: BooleanConstructor;
|
|
217
|
+
default: false;
|
|
218
|
+
};
|
|
219
|
+
"disabled:delete": {
|
|
220
|
+
type: BooleanConstructor;
|
|
221
|
+
default: false;
|
|
222
|
+
};
|
|
223
|
+
"disabled:filters": {
|
|
224
|
+
type: BooleanConstructor;
|
|
225
|
+
default: false;
|
|
226
|
+
};
|
|
227
|
+
"disabled:refresh": {
|
|
228
|
+
type: BooleanConstructor;
|
|
229
|
+
default: false;
|
|
230
|
+
};
|
|
231
|
+
"disabled:add": {
|
|
232
|
+
type: BooleanConstructor;
|
|
233
|
+
default: false;
|
|
234
|
+
};
|
|
235
|
+
"disabled:reset-members": {
|
|
236
|
+
type: BooleanConstructor;
|
|
237
|
+
default: false;
|
|
238
|
+
};
|
|
239
|
+
"disabled:upload": {
|
|
240
|
+
type: BooleanConstructor;
|
|
241
|
+
default: false;
|
|
242
|
+
};
|
|
243
|
+
"disabled:download": {
|
|
244
|
+
type: BooleanConstructor;
|
|
245
|
+
default: false;
|
|
246
|
+
};
|
|
247
|
+
"disabled:export": {
|
|
248
|
+
type: BooleanConstructor;
|
|
249
|
+
default: false;
|
|
250
|
+
};
|
|
251
|
+
"disabled:columns": {
|
|
252
|
+
type: BooleanConstructor;
|
|
253
|
+
default: false;
|
|
254
|
+
};
|
|
255
|
+
"disabled:history": {
|
|
256
|
+
type: BooleanConstructor;
|
|
257
|
+
default: false;
|
|
258
|
+
};
|
|
259
|
+
"disabled:edit": {
|
|
260
|
+
type: BooleanConstructor;
|
|
261
|
+
default: false;
|
|
262
|
+
};
|
|
263
|
+
"disabled:collapse": {
|
|
264
|
+
type: BooleanConstructor;
|
|
265
|
+
default: false;
|
|
266
|
+
};
|
|
267
|
+
"disabled:expand": {
|
|
268
|
+
type: BooleanConstructor;
|
|
269
|
+
default: false;
|
|
270
|
+
};
|
|
271
|
+
"disabled:variables": {
|
|
272
|
+
type: BooleanConstructor;
|
|
273
|
+
default: false;
|
|
274
|
+
};
|
|
275
|
+
"disabled:clear": {
|
|
276
|
+
type: BooleanConstructor;
|
|
277
|
+
default: false;
|
|
278
|
+
};
|
|
279
|
+
"disabled:add-filter": {
|
|
280
|
+
type: BooleanConstructor;
|
|
281
|
+
default: false;
|
|
282
|
+
};
|
|
283
|
+
"disabled:save": {
|
|
284
|
+
type: BooleanConstructor;
|
|
285
|
+
default: false;
|
|
286
|
+
};
|
|
287
|
+
"disabled:save-preset": {
|
|
288
|
+
type: BooleanConstructor;
|
|
289
|
+
default: false;
|
|
290
|
+
};
|
|
291
|
+
"disabled:apply-preset": {
|
|
292
|
+
type: BooleanConstructor;
|
|
293
|
+
default: false;
|
|
294
|
+
};
|
|
295
|
+
"disabled:add-contact": {
|
|
296
|
+
type: BooleanConstructor;
|
|
297
|
+
default: false;
|
|
298
|
+
};
|
|
299
|
+
"disabled:download-pdf": {
|
|
300
|
+
type: BooleanConstructor;
|
|
301
|
+
default: false;
|
|
302
|
+
};
|
|
303
|
+
"disabled:chat": {
|
|
304
|
+
type: BooleanConstructor;
|
|
305
|
+
default: false;
|
|
306
|
+
};
|
|
307
|
+
"disabled:logout": {
|
|
308
|
+
type: BooleanConstructor;
|
|
309
|
+
default: false;
|
|
310
|
+
};
|
|
50
311
|
/**
|
|
51
312
|
* [`'table'`, `'section'`]
|
|
52
|
-
|
|
313
|
+
*/
|
|
53
314
|
mode: {
|
|
54
|
-
type:
|
|
315
|
+
type: PropType<"table" | "section">;
|
|
55
316
|
default: string;
|
|
56
|
-
validator: (v:
|
|
317
|
+
validator: (v: string) => boolean;
|
|
57
318
|
};
|
|
58
319
|
/**
|
|
59
320
|
* Not implemented
|
|
@@ -65,21 +326,21 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
65
326
|
* Leave the default value for the mode only listed in includes prop
|
|
66
327
|
*/
|
|
67
328
|
include: {
|
|
68
|
-
type:
|
|
329
|
+
type: PropType<IconActionValue[]>;
|
|
69
330
|
default: () => never[];
|
|
70
331
|
};
|
|
71
332
|
/**
|
|
72
333
|
* Leave the default values for the mode, except for those in exclude prop
|
|
73
334
|
*/
|
|
74
335
|
exclude: {
|
|
75
|
-
type:
|
|
336
|
+
type: PropType<IconActionValue[]>;
|
|
76
337
|
default: () => never[];
|
|
77
338
|
};
|
|
78
339
|
'sort:order': {
|
|
79
|
-
type:
|
|
340
|
+
type: PropType<SortOrder>;
|
|
80
341
|
default: null;
|
|
81
342
|
required: false;
|
|
82
|
-
validator: (v:
|
|
343
|
+
validator: (v: SortOrder) => boolean;
|
|
83
344
|
};
|
|
84
345
|
/**
|
|
85
346
|
* Built dynamically on `disabled:[IconAction]` pattern for all available [IconActions](../../enums/IconAction/Readme.md).
|
|
@@ -88,90 +349,73 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
88
349
|
type: BooleanConstructor;
|
|
89
350
|
default: boolean;
|
|
90
351
|
};
|
|
91
|
-
}>> & Readonly<{
|
|
92
|
-
|
|
352
|
+
}>> & Readonly<{
|
|
353
|
+
"onClick:cancel"?: ((...args: any[]) => any) | undefined;
|
|
354
|
+
"onClick:close"?: ((...args: any[]) => any) | undefined;
|
|
355
|
+
"onClick:copy"?: ((...args: any[]) => any) | undefined;
|
|
356
|
+
"onClick:sort"?: ((...args: any[]) => any) | undefined;
|
|
357
|
+
"onClick:delete"?: ((...args: any[]) => any) | undefined;
|
|
358
|
+
"onClick:filters"?: ((...args: any[]) => any) | undefined;
|
|
359
|
+
"onClick:refresh"?: ((...args: any[]) => any) | undefined;
|
|
360
|
+
"onClick:add"?: ((...args: any[]) => any) | undefined;
|
|
361
|
+
"onClick:reset-members"?: ((...args: any[]) => any) | undefined;
|
|
362
|
+
"onClick:upload"?: ((...args: any[]) => any) | undefined;
|
|
363
|
+
"onClick:download"?: ((...args: any[]) => any) | undefined;
|
|
364
|
+
"onClick:export"?: ((...args: any[]) => any) | undefined;
|
|
365
|
+
"onClick:columns"?: ((...args: any[]) => any) | undefined;
|
|
366
|
+
"onClick:history"?: ((...args: any[]) => any) | undefined;
|
|
367
|
+
"onClick:edit"?: ((...args: any[]) => any) | undefined;
|
|
368
|
+
"onClick:collapse"?: ((...args: any[]) => any) | undefined;
|
|
369
|
+
"onClick:expand"?: ((...args: any[]) => any) | undefined;
|
|
370
|
+
"onClick:variables"?: ((...args: any[]) => any) | undefined;
|
|
371
|
+
"onClick:clear"?: ((...args: any[]) => any) | undefined;
|
|
372
|
+
"onClick:add-filter"?: ((...args: any[]) => any) | undefined;
|
|
373
|
+
"onClick:save"?: ((...args: any[]) => any) | undefined;
|
|
374
|
+
"onClick:save-preset"?: ((...args: any[]) => any) | undefined;
|
|
375
|
+
"onClick:apply-preset"?: ((...args: any[]) => any) | undefined;
|
|
376
|
+
"onClick:add-contact"?: ((...args: any[]) => any) | undefined;
|
|
377
|
+
"onClick:download-pdf"?: ((...args: any[]) => any) | undefined;
|
|
378
|
+
"onClick:chat"?: ((...args: any[]) => any) | undefined;
|
|
379
|
+
"onClick:logout"?: ((...args: any[]) => any) | undefined;
|
|
380
|
+
}>, {
|
|
381
|
+
mode: "section" | "table";
|
|
93
382
|
disabled: boolean;
|
|
94
|
-
'sort:order':
|
|
95
|
-
include:
|
|
96
|
-
exclude:
|
|
383
|
+
'sort:order': SortOrder;
|
|
384
|
+
include: IconAction[];
|
|
385
|
+
exclude: IconAction[];
|
|
386
|
+
"disabled:cancel": boolean;
|
|
387
|
+
"disabled:close": boolean;
|
|
388
|
+
"disabled:copy": boolean;
|
|
389
|
+
"disabled:sort": boolean;
|
|
390
|
+
"disabled:delete": boolean;
|
|
391
|
+
"disabled:filters": boolean;
|
|
392
|
+
"disabled:refresh": boolean;
|
|
393
|
+
"disabled:add": boolean;
|
|
394
|
+
"disabled:reset-members": boolean;
|
|
395
|
+
"disabled:upload": boolean;
|
|
396
|
+
"disabled:download": boolean;
|
|
397
|
+
"disabled:export": boolean;
|
|
398
|
+
"disabled:columns": boolean;
|
|
399
|
+
"disabled:history": boolean;
|
|
400
|
+
"disabled:edit": boolean;
|
|
401
|
+
"disabled:collapse": boolean;
|
|
402
|
+
"disabled:expand": boolean;
|
|
403
|
+
"disabled:variables": boolean;
|
|
404
|
+
"disabled:clear": boolean;
|
|
405
|
+
"disabled:add-filter": boolean;
|
|
406
|
+
"disabled:save": boolean;
|
|
407
|
+
"disabled:save-preset": boolean;
|
|
408
|
+
"disabled:apply-preset": boolean;
|
|
409
|
+
"disabled:add-contact": boolean;
|
|
410
|
+
"disabled:download-pdf": boolean;
|
|
411
|
+
"disabled:chat": boolean;
|
|
412
|
+
"disabled:logout": boolean;
|
|
97
413
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
action: "copy" | "sort" | "delete" | "filters" | "refresh" | "add" | "reset-members" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout";
|
|
106
|
-
size: string | undefined;
|
|
107
|
-
onClick: () => void;
|
|
108
|
-
}) => any) | undefined;
|
|
109
|
-
delete?: ((props: {
|
|
110
|
-
action: "copy" | "sort" | "delete" | "filters" | "refresh" | "add" | "reset-members" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout";
|
|
111
|
-
size: string | undefined;
|
|
112
|
-
onClick: () => void;
|
|
113
|
-
}) => any) | undefined;
|
|
114
|
-
filters?: ((props: {
|
|
115
|
-
action: "copy" | "sort" | "delete" | "filters" | "refresh" | "add" | "reset-members" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout";
|
|
116
|
-
size: string | undefined;
|
|
117
|
-
onClick: () => void;
|
|
118
|
-
}) => any) | undefined;
|
|
119
|
-
refresh?: ((props: {
|
|
120
|
-
action: "copy" | "sort" | "delete" | "filters" | "refresh" | "add" | "reset-members" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout";
|
|
121
|
-
size: string | undefined;
|
|
122
|
-
onClick: () => void;
|
|
123
|
-
}) => any) | undefined;
|
|
124
|
-
add?: ((props: {
|
|
125
|
-
action: "copy" | "sort" | "delete" | "filters" | "refresh" | "add" | "reset-members" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout";
|
|
126
|
-
size: string | undefined;
|
|
127
|
-
onClick: () => void;
|
|
128
|
-
}) => any) | undefined;
|
|
129
|
-
"reset-members"?: ((props: {
|
|
130
|
-
action: "copy" | "sort" | "delete" | "filters" | "refresh" | "add" | "reset-members" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout";
|
|
131
|
-
size: string | undefined;
|
|
132
|
-
onClick: () => void;
|
|
133
|
-
}) => any) | undefined;
|
|
134
|
-
upload?: ((props: {
|
|
135
|
-
action: "copy" | "sort" | "delete" | "filters" | "refresh" | "add" | "reset-members" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout";
|
|
136
|
-
size: string | undefined;
|
|
137
|
-
onClick: () => void;
|
|
138
|
-
}) => any) | undefined;
|
|
139
|
-
download?: ((props: {
|
|
140
|
-
action: "copy" | "sort" | "delete" | "filters" | "refresh" | "add" | "reset-members" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout";
|
|
141
|
-
size: string | undefined;
|
|
142
|
-
onClick: () => void;
|
|
143
|
-
}) => any) | undefined;
|
|
144
|
-
columns?: ((props: {
|
|
145
|
-
action: "copy" | "sort" | "delete" | "filters" | "refresh" | "add" | "reset-members" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout";
|
|
146
|
-
size: string | undefined;
|
|
147
|
-
onClick: () => void;
|
|
148
|
-
}) => any) | undefined;
|
|
149
|
-
variables?: ((props: {
|
|
150
|
-
action: "copy" | "sort" | "delete" | "filters" | "refresh" | "add" | "reset-members" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout";
|
|
151
|
-
size: string | undefined;
|
|
152
|
-
onClick: () => void;
|
|
153
|
-
}) => any) | undefined;
|
|
154
|
-
"add-contact"?: ((props: {
|
|
155
|
-
action: "copy" | "sort" | "delete" | "filters" | "refresh" | "add" | "reset-members" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout";
|
|
156
|
-
size: string | undefined;
|
|
157
|
-
onClick: () => void;
|
|
158
|
-
}) => any) | undefined;
|
|
159
|
-
"download-pdf"?: ((props: {
|
|
160
|
-
action: "copy" | "sort" | "delete" | "filters" | "refresh" | "add" | "reset-members" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout";
|
|
161
|
-
size: string | undefined;
|
|
162
|
-
onClick: () => void;
|
|
163
|
-
}) => any) | undefined;
|
|
164
|
-
logout?: ((props: {
|
|
165
|
-
action: "copy" | "sort" | "delete" | "filters" | "refresh" | "add" | "reset-members" | "upload" | "download" | "columns" | "variables" | "add-contact" | "download-pdf" | "logout";
|
|
166
|
-
size: string | undefined;
|
|
167
|
-
onClick: () => void;
|
|
168
|
-
}) => any) | undefined;
|
|
169
|
-
} & {
|
|
170
|
-
'search-bar'?: ((props: {
|
|
171
|
-
size: string | undefined;
|
|
172
|
-
}) => any) | undefined;
|
|
173
|
-
} & {
|
|
174
|
-
default?: ((props: {
|
|
175
|
-
size: string | undefined;
|
|
176
|
-
}) => any) | undefined;
|
|
414
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
415
|
+
declare const _default: typeof __VLS_export;
|
|
416
|
+
export default _default;
|
|
417
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
418
|
+
new (): {
|
|
419
|
+
$slots: S;
|
|
420
|
+
};
|
|
177
421
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare const IconAction: {
|
|
2
|
+
readonly REFRESH: "refresh";
|
|
3
|
+
readonly ADD: "add";
|
|
4
|
+
readonly RESET_MEMBERS: "reset-members";
|
|
5
|
+
readonly DELETE: "delete";
|
|
6
|
+
readonly FILTERS: "filters";
|
|
7
|
+
readonly UPLOAD: "upload";
|
|
8
|
+
readonly DOWNLOAD: "download";
|
|
9
|
+
readonly EXPORT: "export";
|
|
10
|
+
readonly COPY: "copy";
|
|
11
|
+
readonly COLUMNS: "columns";
|
|
12
|
+
readonly HISTORY: "history";
|
|
13
|
+
readonly EDIT: "edit";
|
|
14
|
+
readonly COLLAPSE: "collapse";
|
|
15
|
+
readonly EXPAND: "expand";
|
|
16
|
+
readonly CLOSE: "close";
|
|
17
|
+
readonly CANCEL: "cancel";
|
|
18
|
+
readonly VARIABLES: "variables";
|
|
19
|
+
readonly CLEAR: "clear";
|
|
20
|
+
readonly ADD_FILTER: "add-filter";
|
|
21
|
+
readonly SAVE: "save";
|
|
22
|
+
readonly SAVE_PRESET: "save-preset";
|
|
23
|
+
readonly APPLY_PRESET: "apply-preset";
|
|
24
|
+
readonly ADD_CONTACT: "add-contact";
|
|
25
|
+
readonly DOWNLOAD_PDF: "download-pdf";
|
|
26
|
+
readonly CHAT: "chat";
|
|
27
|
+
readonly SORT: "sort";
|
|
28
|
+
readonly LOGOUT: "logout";
|
|
29
|
+
};
|
|
30
|
+
export type IconAction = (typeof IconAction)[keyof typeof IconAction];
|
|
31
|
+
export default IconAction;
|
package/types/enums/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export { DefaultWorkspaceTabSettings } from './DefaultWorkspaceTabSettings/Defau
|
|
|
14
14
|
export { EmptyCause } from './EmptyCause/EmptyCause';
|
|
15
15
|
export { ExportFormat } from './ExportFormat/ExportFormat.enum';
|
|
16
16
|
export { FormatDateMode } from './FormatDateMode/FormatDateMode';
|
|
17
|
-
export {
|
|
17
|
+
export { IconAction } from './IconAction/IconAction';
|
|
18
18
|
export { IconColor } from './IconColor/IconColor';
|
|
19
19
|
export { LoginOptions } from './LoginOptions/LoginOptions';
|
|
20
20
|
export { MessageColor } from './MessageColor/MessageColor';
|