@webitel/ui-sdk 25.12.79 → 26.2.0-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/dist/{install-CRbNkh_i.js → install-B9M-ZqxA.js} +21546 -21380
- package/dist/plyr-B0Ha1r7X.js +4152 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +900 -887
- package/dist/{vidstack-Bq6c3Bam-DnntDKqk.js → vidstack-Bq6c3Bam-uJBwzXIY.js} +17 -17
- package/dist/{vidstack-D2pY00kU-Ciu2Iq-a.js → vidstack-D2pY00kU-CCxj_LQ0.js} +22 -22
- package/dist/{vidstack-DDXt6fpN-Qeuu3enP.js → vidstack-DDXt6fpN-ssZsNWDK.js} +4 -4
- package/dist/{vidstack-D_-9AA6_-DDREtIe7.js → vidstack-D_-9AA6_-IdSwTpOc.js} +1 -1
- package/dist/vidstack-DqAw8m9J-CgqSPNym.js +29 -0
- package/dist/{vidstack-audio-QtBceTAC.js → vidstack-audio-B7dtm36k.js} +2 -2
- package/dist/{vidstack-dash-Dab5AKoh.js → vidstack-dash-CYEsxTxk.js} +3 -3
- package/dist/{vidstack-google-cast-F7CV0tuD.js → vidstack-google-cast-BxXxUoUz.js} +10 -10
- package/dist/{vidstack-hls-C36x2qP7.js → vidstack-hls-DqolxsWc.js} +11 -11
- package/dist/{vidstack-video-Du0ZCqVE.js → vidstack-video-c7YjrOuW.js} +8 -8
- package/dist/{vidstack-vimeo-D0_aktMu.js → vidstack-vimeo-DQlaaskX.js} +22 -22
- package/dist/{vidstack-youtube-BBjfoGW2.js → vidstack-youtube-B7fNaTqG.js} +29 -29
- package/dist/{vuex.esm-bundler-YoPhVVuJ.js → vuex.esm-bundler-BmZywXo-.js} +1 -1
- package/package.json +67 -47
- package/types/api/history/index.d.ts +2 -0
- package/types/api/history/transcript/callTranscript.d.ts +15 -0
- package/types/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue.d.ts +32 -7
- package/types/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue.d.ts +18 -7
- package/types/components/on-demand/wt-display-chip-items/wt-display-chip-items.vue.d.ts +7 -6
- package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue.d.ts +34 -9
- package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue.d.ts +14 -6
- package/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts +30 -8
- package/types/components/on-demand/wt-route-transition/wt-route-transition.vue.d.ts +3 -2
- package/types/components/on-demand/wt-save-failed-popup/wt-save-failed-popup.vue.d.ts +3 -2
- package/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +52 -11
- package/types/components/on-demand/wt-start-page/components/start-page-card.vue.d.ts +12 -6
- package/types/components/on-demand/wt-start-page/components/start-page-logo.vue.d.ts +12 -6
- package/types/components/on-demand/wt-start-page/components/wt-start-page.vue.d.ts +2 -1
- package/types/components/on-demand/wt-table-transition/wt-table-transition.vue.d.ts +3 -2
- package/types/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +13 -11
- package/types/components/transitions/cases/wt-replace-transition.vue.d.ts +40 -9
- package/types/components/transitions/wt-expand-transition.vue.d.ts +3 -2
- package/types/components/transitions/wt-transition.vue.d.ts +38 -9
- package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +76 -12
- package/types/components/wt-app-header/wt-app-header.vue.d.ts +3 -2
- package/types/components/wt-app-header/wt-app-navigator.vue.d.ts +28 -9
- package/types/components/wt-app-header/wt-header-actions.vue.d.ts +3 -2
- package/types/components/wt-avatar/wt-avatar.vue.d.ts +72 -13
- package/types/components/wt-badge/wt-badge.vue.d.ts +3 -2
- package/types/components/wt-badge-new/wt-badge.vue.d.ts +5 -4
- package/types/components/wt-breadcrumb/wt-breadcrumb.vue.d.ts +2 -1
- package/types/components/wt-button/wt-button.vue.d.ts +7 -6
- package/types/components/wt-button-select/wt-button-select.vue.d.ts +50 -10
- package/types/components/wt-checkbox/wt-checkbox.vue.d.ts +7 -5
- package/types/components/wt-chip/wt-chip.vue.d.ts +5 -4
- package/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +44 -12
- package/types/components/wt-context-menu/wt-context-menu.vue.d.ts +80 -17
- package/types/components/wt-copy-action/wt-copy-action.vue.d.ts +3 -2
- package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +119 -21
- package/types/components/wt-divider/wt-divider.vue.d.ts +2 -1
- package/types/components/wt-dual-panel/wt-dual-panel.vue.d.ts +34 -9
- package/types/components/wt-dummy/wt-dummy.vue.d.ts +60 -16
- package/types/components/wt-empty/wt-empty.vue.d.ts +132 -16
- package/types/components/wt-error-page/wt-error-page.vue.d.ts +3 -2
- package/types/components/wt-expansion-panel/wt-expansion-panel.vue.d.ts +28 -8
- package/types/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue.d.ts +3 -2
- package/types/components/wt-galleria/wt-galleria.vue.d.ts +4 -2
- package/types/components/wt-headline/wt-headline.vue.d.ts +2 -1
- package/types/components/wt-headline-nav/__tests__/wt-headline-nav.spec.d.ts +1 -0
- package/types/components/wt-headline-nav/wt-headline-nav.vue.d.ts +7 -0
- package/types/components/wt-hint/wt-hint.vue.d.ts +3 -2
- package/types/components/wt-icon/wt-icon.vue.d.ts +2 -1
- package/types/components/wt-icon-action/wt-icon-action.vue.d.ts +46 -10
- package/types/components/wt-icon-btn/wt-icon-btn.vue.d.ts +2 -1
- package/types/components/wt-image/wt-image.vue.d.ts +3 -2
- package/types/components/wt-indicator/wt-indicator.vue.d.ts +3 -2
- package/types/components/wt-input/wt-input.vue.d.ts +9 -8
- package/types/components/wt-input-info/wt-input-info.vue.d.ts +3 -2
- package/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +2 -1
- package/types/components/wt-item-link/wt-item-link.vue.d.ts +82 -13
- package/types/components/wt-label/wt-label.vue.d.ts +3 -2
- package/types/components/wt-load-bar/wt-load-bar.vue.d.ts +3 -2
- package/types/components/wt-loader/_internals/wt-brand-loader.vue.d.ts +2 -1
- package/types/components/wt-loader/_internals/wt-loader--md.vue.d.ts +2 -0
- package/types/components/wt-loader/_internals/wt-loader--sm.vue.d.ts +16 -0
- package/types/components/wt-loader/_internals/wt-spinner-loader.vue.d.ts +3 -2
- package/types/components/wt-loader/wt-loader.vue.d.ts +3 -2
- package/types/components/wt-logo/wt-logo.vue.d.ts +38 -9
- package/types/components/wt-menubar/wt-menubar.vue.d.ts +3 -3
- package/types/components/wt-navigation-bar/wt-navigation-bar.vue.d.ts +3 -2
- package/types/components/wt-notification/wt-notification.vue.d.ts +3 -2
- package/types/components/wt-notifications-bar/wt-notifications-bar.vue.d.ts +3 -2
- package/types/components/wt-page-header/wt-page-header.vue.d.ts +62 -17
- package/types/components/wt-page-wrapper/wt-page-wrapper.vue.d.ts +3 -2
- package/types/components/wt-pagination/wt-pagination.vue.d.ts +3 -2
- package/types/components/wt-player/wt-player.vue.d.ts +4 -3
- package/types/components/wt-popover/wt-popover.vue.d.ts +5 -4
- package/types/components/wt-popup/wt-popup.vue.d.ts +4 -3
- package/types/components/wt-progress-bar/wt-progress-bar.vue.d.ts +3 -2
- package/types/components/wt-radio/wt-radio.vue.d.ts +7 -5
- package/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +112 -18
- package/types/components/wt-search-bar/wt-search-bar.vue.d.ts +7 -6
- package/types/components/wt-select/wt-select-v2.vue.d.ts +72 -15
- package/types/components/wt-select/wt-select.vue.d.ts +3 -2
- package/types/components/wt-slider/wt-slider.vue.d.ts +4 -2
- package/types/components/wt-status-select/wt-status-select.vue.d.ts +3 -2
- package/types/components/wt-stepper/wt-stepper.vue.d.ts +20 -8
- package/types/components/wt-switcher/wt-switcher.vue.d.ts +7 -5
- package/types/components/wt-table/wt-table.vue.d.ts +17 -16
- package/types/components/wt-table-actions/wt-table-actions.vue.d.ts +3 -2
- package/types/components/wt-table-column-select/wt-table-column-select.vue.d.ts +3 -2
- package/types/components/wt-tabs/wt-tabs.vue.d.ts +3 -2
- package/types/components/wt-tags-input/wt-tags-input.vue.d.ts +3 -2
- package/types/components/wt-textarea/wt-textarea.vue.d.ts +8 -6
- package/types/components/wt-time-input/wt-time-input.vue.d.ts +3 -2
- package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +4 -3
- package/types/components/wt-tooltip/_internals/wt-tooltip-floating.vue.d.ts +20 -7
- package/types/components/wt-tooltip/wt-tooltip.vue.d.ts +66 -13
- package/types/components/wt-tree/wt-tree.vue.d.ts +5 -4
- package/types/components/wt-tree-line/wt-tree-line.vue.d.ts +7 -6
- package/types/components/wt-tree-table/wt-tree-table.vue.d.ts +8 -7
- package/types/components/wt-tree-table-row/wt-tree-table-row.vue.d.ts +6 -5
- package/types/components/wt-vidstack-player/components/buttons/fullscreen-button.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/buttons/play-button.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/controls-group/controls-group.vue.d.ts +5 -4
- package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +6 -5
- package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/fullscreen-button.vue.d.ts +6 -0
- package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/play-button.vue.d.ts +2 -0
- package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/sliders/time-slider.vue.d.ts +2 -0
- package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/time-group.vue.d.ts +2 -0
- package/types/components/wt-vidstack-player/components/panels/media-control-panel/media-control-panel.vue.d.ts +2 -0
- package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/buttons/fullscreen-button.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/buttons/play-button.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/sliders/time-slider.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/time-group.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/media-controls-panel/media-controls-panel.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/screen-sharing-control-panel/screen-sharing-control-panel.vue.d.ts +17 -0
- package/types/components/wt-vidstack-player/components/panels/screen-sharing-controls-panel/screen-sharing-controls-panel.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/recording-indicator/recording-indicator.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/toggle-button.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/types/ScreenshotStatus.d.ts +1 -0
- package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +7 -6
- package/types/locale/ua/ua.d.ts +911 -0
- package/types/modules/AgentPdfs/components/agent-pdfs-tab.vue.d.ts +3 -2
- package/types/modules/AgentPdfs/components/pdf-status-preview.vue.d.ts +2 -1
- package/types/modules/AgentPdfs/components/pdf-status.vue.d.ts +2 -1
- package/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +20 -7
- package/types/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue.d.ts +16 -7
- package/types/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue.d.ts +32 -10
- package/types/modules/Appearance/components/wt-dark-mode-switcher.vue.d.ts +18 -7
- package/types/modules/AuditForm/components/audit-form-question-read-wrapper.vue.d.ts +4 -2
- package/types/modules/AuditForm/components/audit-form-question-write-wrapper.vue.d.ts +2 -1
- package/types/modules/AuditForm/components/audit-form-question.vue.d.ts +4 -2
- package/types/modules/AuditForm/components/audit-form.vue.d.ts +4 -2
- package/types/modules/AuditForm/components/form/form-footer/audit-form-footer.vue.d.ts +2 -1
- package/types/modules/AuditForm/components/form-answers/answer-editing-info/audit-form-answer-editing-info.vue.d.ts +2 -1
- package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options-write-row.vue.d.ts +28 -9
- package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options.vue.d.ts +4 -2
- package/types/modules/AuditForm/components/form-questions/score/audit-form-question-score.vue.d.ts +2 -1
- package/types/modules/CallSession/modules/ScreenSharing/screen-sharing.vue.d.ts +2 -1
- package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +28 -10
- package/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts +24 -9
- package/types/modules/FilesExport/FilesExport.d.ts +1 -3
- package/types/modules/FilesExport/scripts/generateMediaURL.d.ts +2 -0
- package/types/modules/Filters/components/filter-datetime.vue.d.ts +20 -8
- package/types/modules/Filters/components/filter-pagination.vue.d.ts +22 -8
- package/types/modules/Filters/components/filter-search.vue.d.ts +38 -10
- package/types/modules/Filters/components/filter-select.vue.d.ts +20 -8
- package/types/modules/Filters/components/filter-table-fields.vue.d.ts +34 -11
- package/types/modules/ObjectPermissions/_internals/components/permissions-role-row.vue.d.ts +12 -6
- package/types/modules/ObjectPermissions/_internals/components/permissions-role-select.vue.d.ts +9 -1
- package/types/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue.d.ts +12 -6
- package/types/modules/ObjectPermissions/components/permissions-tab.vue.d.ts +44 -8
- package/types/modules/QueryFilters/components/abstract-api-filter.vue.d.ts +3 -2
- package/types/modules/QueryFilters/components/abstract-enum-filter.vue.d.ts +3 -2
- package/types/modules/QueryFilters/components/filter-datetime.vue.d.ts +3 -2
- package/types/modules/QueryFilters/components/filter-from-to.vue.d.ts +3 -2
- package/types/modules/QueryFilters/components/filter-search.vue.d.ts +3 -2
- package/types/modules/QueryFilters/components/filter-table-fields.vue.d.ts +3 -2
- package/types/playground.vue.d.ts +2 -1
- package/types/plugins/primevue/theme/extend/extend.d.ts +5 -0
- package/types/plugins/primevue/theme/extend/spacings/spacings.d.ts +13 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/color-schema.d.ts +1189 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/dark-color.d.ts +162 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/light-color.d.ts +162 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/palette.d.ts +435 -0
- package/types/plugins/primevue/theme/semantic/semantic.d.ts +5 -0
- package/types/scripts/caseConverters.d.ts +1 -1
- package/types/the-app.vue.d.ts +3 -2
- package/dist/plyr-dBBD5QAl.js +0 -4350
- package/dist/vidstack-DqAw8m9J-C4fRnvp8.js +0 -29
|
@@ -0,0 +1,435 @@
|
|
|
1
|
+
export default palette;
|
|
2
|
+
declare const palette: {
|
|
3
|
+
lightness: {
|
|
4
|
+
lighten: {
|
|
5
|
+
1: string;
|
|
6
|
+
2: string;
|
|
7
|
+
3: string;
|
|
8
|
+
4: string;
|
|
9
|
+
5: string;
|
|
10
|
+
};
|
|
11
|
+
darken: {
|
|
12
|
+
1: string;
|
|
13
|
+
2: string;
|
|
14
|
+
3: string;
|
|
15
|
+
4: string;
|
|
16
|
+
};
|
|
17
|
+
accent: {
|
|
18
|
+
1: string;
|
|
19
|
+
2: string;
|
|
20
|
+
3: string;
|
|
21
|
+
4: string;
|
|
22
|
+
};
|
|
23
|
+
gray: {
|
|
24
|
+
light: {
|
|
25
|
+
1: string;
|
|
26
|
+
2: string;
|
|
27
|
+
3: string;
|
|
28
|
+
4: string;
|
|
29
|
+
5: string;
|
|
30
|
+
};
|
|
31
|
+
darken: {
|
|
32
|
+
1: string;
|
|
33
|
+
2: string;
|
|
34
|
+
3: string;
|
|
35
|
+
4: string;
|
|
36
|
+
5: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
saturation: {
|
|
41
|
+
lighten: {
|
|
42
|
+
1: string;
|
|
43
|
+
2: string;
|
|
44
|
+
3: string;
|
|
45
|
+
4: string;
|
|
46
|
+
5: string;
|
|
47
|
+
};
|
|
48
|
+
darken: {
|
|
49
|
+
1: string;
|
|
50
|
+
2: string;
|
|
51
|
+
3: string;
|
|
52
|
+
4: string;
|
|
53
|
+
};
|
|
54
|
+
accent: {
|
|
55
|
+
1: string;
|
|
56
|
+
2: string;
|
|
57
|
+
3: string;
|
|
58
|
+
4: string;
|
|
59
|
+
};
|
|
60
|
+
grey: string;
|
|
61
|
+
};
|
|
62
|
+
hue: {
|
|
63
|
+
red: number;
|
|
64
|
+
pink: number;
|
|
65
|
+
purple: number;
|
|
66
|
+
'deep-purple': number;
|
|
67
|
+
indigo: number;
|
|
68
|
+
blue: number;
|
|
69
|
+
'light-blue': number;
|
|
70
|
+
cyan: number;
|
|
71
|
+
teal: number;
|
|
72
|
+
green: number;
|
|
73
|
+
'light-green': number;
|
|
74
|
+
lime: number;
|
|
75
|
+
yellow: number;
|
|
76
|
+
amber: number;
|
|
77
|
+
orange: number;
|
|
78
|
+
'deep-orange': number;
|
|
79
|
+
grey: number;
|
|
80
|
+
};
|
|
81
|
+
red: {
|
|
82
|
+
lighten: {
|
|
83
|
+
1: string;
|
|
84
|
+
2: string;
|
|
85
|
+
3: string;
|
|
86
|
+
4: string;
|
|
87
|
+
5: string;
|
|
88
|
+
};
|
|
89
|
+
darken: {
|
|
90
|
+
1: string;
|
|
91
|
+
2: string;
|
|
92
|
+
3: string;
|
|
93
|
+
4: string;
|
|
94
|
+
};
|
|
95
|
+
accent: {
|
|
96
|
+
1: string;
|
|
97
|
+
2: string;
|
|
98
|
+
3: string;
|
|
99
|
+
4: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
pink: {
|
|
103
|
+
lighten: {
|
|
104
|
+
1: string;
|
|
105
|
+
2: string;
|
|
106
|
+
3: string;
|
|
107
|
+
4: string;
|
|
108
|
+
5: string;
|
|
109
|
+
};
|
|
110
|
+
darken: {
|
|
111
|
+
1: string;
|
|
112
|
+
2: string;
|
|
113
|
+
3: string;
|
|
114
|
+
4: string;
|
|
115
|
+
};
|
|
116
|
+
accent: {
|
|
117
|
+
1: string;
|
|
118
|
+
2: string;
|
|
119
|
+
3: string;
|
|
120
|
+
4: string;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
purple: {
|
|
124
|
+
lighten: {
|
|
125
|
+
1: string;
|
|
126
|
+
2: string;
|
|
127
|
+
3: string;
|
|
128
|
+
4: string;
|
|
129
|
+
5: string;
|
|
130
|
+
};
|
|
131
|
+
darken: {
|
|
132
|
+
1: string;
|
|
133
|
+
2: string;
|
|
134
|
+
3: string;
|
|
135
|
+
4: string;
|
|
136
|
+
};
|
|
137
|
+
accent: {
|
|
138
|
+
1: string;
|
|
139
|
+
2: string;
|
|
140
|
+
3: string;
|
|
141
|
+
4: string;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
'deep-purple': {
|
|
145
|
+
lighten: {
|
|
146
|
+
1: string;
|
|
147
|
+
2: string;
|
|
148
|
+
3: string;
|
|
149
|
+
4: string;
|
|
150
|
+
5: string;
|
|
151
|
+
};
|
|
152
|
+
darken: {
|
|
153
|
+
1: string;
|
|
154
|
+
2: string;
|
|
155
|
+
3: string;
|
|
156
|
+
4: string;
|
|
157
|
+
};
|
|
158
|
+
accent: {
|
|
159
|
+
1: string;
|
|
160
|
+
2: string;
|
|
161
|
+
3: string;
|
|
162
|
+
4: string;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
indigo: {
|
|
166
|
+
lighten: {
|
|
167
|
+
1: string;
|
|
168
|
+
2: string;
|
|
169
|
+
3: string;
|
|
170
|
+
4: string;
|
|
171
|
+
5: string;
|
|
172
|
+
};
|
|
173
|
+
darken: {
|
|
174
|
+
1: string;
|
|
175
|
+
2: string;
|
|
176
|
+
3: string;
|
|
177
|
+
4: string;
|
|
178
|
+
};
|
|
179
|
+
accent: {
|
|
180
|
+
1: string;
|
|
181
|
+
2: string;
|
|
182
|
+
3: string;
|
|
183
|
+
4: string;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
blue: {
|
|
187
|
+
lighten: {
|
|
188
|
+
1: string;
|
|
189
|
+
2: string;
|
|
190
|
+
3: string;
|
|
191
|
+
4: string;
|
|
192
|
+
5: string;
|
|
193
|
+
};
|
|
194
|
+
darken: {
|
|
195
|
+
1: string;
|
|
196
|
+
2: string;
|
|
197
|
+
3: string;
|
|
198
|
+
4: string;
|
|
199
|
+
};
|
|
200
|
+
accent: {
|
|
201
|
+
1: string;
|
|
202
|
+
2: string;
|
|
203
|
+
3: string;
|
|
204
|
+
4: string;
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
'light-blue': {
|
|
208
|
+
lighten: {
|
|
209
|
+
1: string;
|
|
210
|
+
2: string;
|
|
211
|
+
3: string;
|
|
212
|
+
4: string;
|
|
213
|
+
5: string;
|
|
214
|
+
};
|
|
215
|
+
darken: {
|
|
216
|
+
1: string;
|
|
217
|
+
2: string;
|
|
218
|
+
3: string;
|
|
219
|
+
4: string;
|
|
220
|
+
};
|
|
221
|
+
accent: {
|
|
222
|
+
1: string;
|
|
223
|
+
2: string;
|
|
224
|
+
3: string;
|
|
225
|
+
4: string;
|
|
226
|
+
};
|
|
227
|
+
};
|
|
228
|
+
cyan: {
|
|
229
|
+
lighten: {
|
|
230
|
+
1: string;
|
|
231
|
+
2: string;
|
|
232
|
+
3: string;
|
|
233
|
+
4: string;
|
|
234
|
+
5: string;
|
|
235
|
+
};
|
|
236
|
+
darken: {
|
|
237
|
+
1: string;
|
|
238
|
+
2: string;
|
|
239
|
+
3: string;
|
|
240
|
+
4: string;
|
|
241
|
+
};
|
|
242
|
+
accent: {
|
|
243
|
+
1: string;
|
|
244
|
+
2: string;
|
|
245
|
+
3: string;
|
|
246
|
+
4: string;
|
|
247
|
+
};
|
|
248
|
+
};
|
|
249
|
+
teal: {
|
|
250
|
+
lighten: {
|
|
251
|
+
1: string;
|
|
252
|
+
2: string;
|
|
253
|
+
3: string;
|
|
254
|
+
4: string;
|
|
255
|
+
5: string;
|
|
256
|
+
};
|
|
257
|
+
darken: {
|
|
258
|
+
1: string;
|
|
259
|
+
2: string;
|
|
260
|
+
3: string;
|
|
261
|
+
4: string;
|
|
262
|
+
};
|
|
263
|
+
accent: {
|
|
264
|
+
1: string;
|
|
265
|
+
2: string;
|
|
266
|
+
3: string;
|
|
267
|
+
4: string;
|
|
268
|
+
};
|
|
269
|
+
};
|
|
270
|
+
green: {
|
|
271
|
+
lighten: {
|
|
272
|
+
1: string;
|
|
273
|
+
2: string;
|
|
274
|
+
3: string;
|
|
275
|
+
4: string;
|
|
276
|
+
5: string;
|
|
277
|
+
};
|
|
278
|
+
darken: {
|
|
279
|
+
1: string;
|
|
280
|
+
2: string;
|
|
281
|
+
3: string;
|
|
282
|
+
4: string;
|
|
283
|
+
};
|
|
284
|
+
accent: {
|
|
285
|
+
1: string;
|
|
286
|
+
2: string;
|
|
287
|
+
3: string;
|
|
288
|
+
4: string;
|
|
289
|
+
};
|
|
290
|
+
};
|
|
291
|
+
'light-green': {
|
|
292
|
+
lighten: {
|
|
293
|
+
1: string;
|
|
294
|
+
2: string;
|
|
295
|
+
3: string;
|
|
296
|
+
4: string;
|
|
297
|
+
5: string;
|
|
298
|
+
};
|
|
299
|
+
darken: {
|
|
300
|
+
1: string;
|
|
301
|
+
2: string;
|
|
302
|
+
3: string;
|
|
303
|
+
4: string;
|
|
304
|
+
};
|
|
305
|
+
accent: {
|
|
306
|
+
1: string;
|
|
307
|
+
2: string;
|
|
308
|
+
3: string;
|
|
309
|
+
4: string;
|
|
310
|
+
};
|
|
311
|
+
};
|
|
312
|
+
lime: {
|
|
313
|
+
lighten: {
|
|
314
|
+
1: string;
|
|
315
|
+
2: string;
|
|
316
|
+
3: string;
|
|
317
|
+
4: string;
|
|
318
|
+
5: string;
|
|
319
|
+
};
|
|
320
|
+
darken: {
|
|
321
|
+
1: string;
|
|
322
|
+
2: string;
|
|
323
|
+
3: string;
|
|
324
|
+
4: string;
|
|
325
|
+
};
|
|
326
|
+
accent: {
|
|
327
|
+
1: string;
|
|
328
|
+
2: string;
|
|
329
|
+
3: string;
|
|
330
|
+
4: string;
|
|
331
|
+
};
|
|
332
|
+
};
|
|
333
|
+
yellow: {
|
|
334
|
+
lighten: {
|
|
335
|
+
1: string;
|
|
336
|
+
2: string;
|
|
337
|
+
3: string;
|
|
338
|
+
4: string;
|
|
339
|
+
5: string;
|
|
340
|
+
};
|
|
341
|
+
darken: {
|
|
342
|
+
1: string;
|
|
343
|
+
2: string;
|
|
344
|
+
3: string;
|
|
345
|
+
4: string;
|
|
346
|
+
};
|
|
347
|
+
accent: {
|
|
348
|
+
1: string;
|
|
349
|
+
2: string;
|
|
350
|
+
3: string;
|
|
351
|
+
4: string;
|
|
352
|
+
};
|
|
353
|
+
};
|
|
354
|
+
amber: {
|
|
355
|
+
lighten: {
|
|
356
|
+
1: string;
|
|
357
|
+
2: string;
|
|
358
|
+
3: string;
|
|
359
|
+
4: string;
|
|
360
|
+
5: string;
|
|
361
|
+
};
|
|
362
|
+
darken: {
|
|
363
|
+
1: string;
|
|
364
|
+
2: string;
|
|
365
|
+
3: string;
|
|
366
|
+
4: string;
|
|
367
|
+
};
|
|
368
|
+
accent: {
|
|
369
|
+
1: string;
|
|
370
|
+
2: string;
|
|
371
|
+
3: string;
|
|
372
|
+
4: string;
|
|
373
|
+
};
|
|
374
|
+
};
|
|
375
|
+
orange: {
|
|
376
|
+
lighten: {
|
|
377
|
+
1: string;
|
|
378
|
+
2: string;
|
|
379
|
+
3: string;
|
|
380
|
+
4: string;
|
|
381
|
+
5: string;
|
|
382
|
+
};
|
|
383
|
+
darken: {
|
|
384
|
+
1: string;
|
|
385
|
+
2: string;
|
|
386
|
+
3: string;
|
|
387
|
+
4: string;
|
|
388
|
+
};
|
|
389
|
+
accent: {
|
|
390
|
+
1: string;
|
|
391
|
+
2: string;
|
|
392
|
+
3: string;
|
|
393
|
+
4: string;
|
|
394
|
+
};
|
|
395
|
+
};
|
|
396
|
+
'deep-orange': {
|
|
397
|
+
lighten: {
|
|
398
|
+
1: string;
|
|
399
|
+
2: string;
|
|
400
|
+
3: string;
|
|
401
|
+
4: string;
|
|
402
|
+
5: string;
|
|
403
|
+
};
|
|
404
|
+
darken: {
|
|
405
|
+
1: string;
|
|
406
|
+
2: string;
|
|
407
|
+
3: string;
|
|
408
|
+
4: string;
|
|
409
|
+
};
|
|
410
|
+
accent: {
|
|
411
|
+
1: string;
|
|
412
|
+
2: string;
|
|
413
|
+
3: string;
|
|
414
|
+
4: string;
|
|
415
|
+
};
|
|
416
|
+
};
|
|
417
|
+
grey: {
|
|
418
|
+
lighten: {
|
|
419
|
+
1: string;
|
|
420
|
+
2: string;
|
|
421
|
+
3: string;
|
|
422
|
+
4: string;
|
|
423
|
+
5: string;
|
|
424
|
+
};
|
|
425
|
+
darken: {
|
|
426
|
+
1: string;
|
|
427
|
+
2: string;
|
|
428
|
+
3: string;
|
|
429
|
+
4: string;
|
|
430
|
+
5: string;
|
|
431
|
+
};
|
|
432
|
+
};
|
|
433
|
+
black: string;
|
|
434
|
+
white: string;
|
|
435
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export { camelToKebab, camelToSnake, kebabToCamel, kebabToSnake, objCamelToKebab, objCamelToSnake, objSnakeToCamel, snakeToCamel, snakeToKebab } from "@webitel/api-services/utils";
|
package/types/the-app.vue.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
2
4
|
Playground: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3
5
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
-
export default _default;
|