@webitel/ui-sdk 25.4.64 → 25.4.66

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.
Files changed (162) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/img/sprite/index.js +2 -0
  3. package/dist/img/sprite/table.svg +3 -0
  4. package/dist/types/api/clients/wtTypes/_shared/utils/sortDynamicFields.d.ts +2 -0
  5. package/dist/types/api/clients/wtTypes/sysTypes/sysTypes.d.ts +30 -0
  6. package/dist/types/api/clients/wtTypes/typeExtensions/typeExtensions.d.ts +32 -0
  7. package/dist/types/api/transformers/skipIf/skipIf.d.ts +1 -0
  8. package/dist/types/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue.d.ts +9 -0
  9. package/dist/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue.d.ts +19 -0
  10. package/dist/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue.d.ts +7 -0
  11. package/dist/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts +9 -0
  12. package/dist/types/components/on-demand/wt-route-transition/wt-route-transition.vue.d.ts +9 -0
  13. package/dist/types/components/on-demand/wt-save-failed-popup/wt-save-failed-popup.vue.d.ts +10 -0
  14. package/dist/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +22 -0
  15. package/dist/types/components/on-demand/wt-start-page/components/start-page-card.vue.d.ts +7 -0
  16. package/dist/types/components/on-demand/wt-start-page/components/start-page-logo.vue.d.ts +7 -0
  17. package/dist/types/components/on-demand/wt-start-page/components/wt-start-page.vue.d.ts +11 -0
  18. package/dist/types/components/on-demand/wt-table-transition/wt-table-transition.vue.d.ts +9 -0
  19. package/dist/types/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +121 -0
  20. package/dist/types/components/transitions/cases/wt-replace-transition.vue.d.ts +18 -0
  21. package/dist/types/components/transitions/wt-expand-transition.vue.d.ts +6 -0
  22. package/dist/types/components/transitions/wt-transition.vue.d.ts +20 -0
  23. package/dist/types/components/wt-action-bar/wt-action-bar.vue.d.ts +26 -0
  24. package/dist/types/components/wt-app-header/wt-app-header.vue.d.ts +9 -0
  25. package/dist/types/components/wt-app-header/wt-app-navigator.vue.d.ts +11 -0
  26. package/dist/types/components/wt-app-header/wt-header-actions.vue.d.ts +32 -0
  27. package/dist/types/components/wt-avatar/wt-avatar.vue.d.ts +15 -0
  28. package/dist/types/components/wt-badge/wt-badge.vue.d.ts +43 -0
  29. package/dist/types/components/wt-button/wt-button.vue.d.ts +113 -0
  30. package/dist/types/components/wt-button-select/wt-button-select.vue.d.ts +19 -0
  31. package/dist/types/components/wt-checkbox/wt-checkbox.vue.d.ts +57 -0
  32. package/dist/types/components/wt-chip/wt-chip.vue.d.ts +22 -0
  33. package/dist/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +28 -0
  34. package/dist/types/components/wt-context-menu/wt-context-menu.vue.d.ts +28 -0
  35. package/dist/types/components/wt-copy-action/wt-copy-action.vue.d.ts +27 -0
  36. package/dist/types/components/wt-datepicker/wt-datepicker.vue.d.ts +35 -0
  37. package/dist/types/components/wt-divider/wt-divider.vue.d.ts +14 -0
  38. package/dist/types/components/wt-dual-panel/wt-dual-panel.vue.d.ts +20 -0
  39. package/dist/types/components/wt-dummy/wt-dummy.vue.d.ts +20 -0
  40. package/dist/types/components/wt-empty/wt-empty.vue.d.ts +55 -0
  41. package/dist/types/components/wt-error-page/wt-error-page.vue.d.ts +21 -0
  42. package/dist/types/components/wt-expansion-panel/wt-expansion-panel.vue.d.ts +23 -0
  43. package/dist/types/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue.d.ts +21 -0
  44. package/dist/types/components/wt-headline/wt-headline.vue.d.ts +2 -0
  45. package/dist/types/components/wt-headline-nav/wt-headline-nav.vue.d.ts +7 -0
  46. package/dist/types/components/wt-hint/wt-hint.vue.d.ts +14 -0
  47. package/dist/types/components/wt-icon/wt-icon.vue.d.ts +15 -0
  48. package/dist/types/components/wt-icon-action/wt-icon-action.vue.d.ts +12 -0
  49. package/dist/types/components/wt-icon-btn/wt-icon-btn.vue.d.ts +11 -0
  50. package/dist/types/components/wt-image/wt-image.vue.d.ts +34 -0
  51. package/dist/types/components/wt-indicator/wt-indicator.vue.d.ts +67 -0
  52. package/dist/types/components/wt-input/wt-input.vue.d.ts +53 -0
  53. package/dist/types/components/wt-input-info/wt-input-info.vue.d.ts +14 -0
  54. package/dist/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +10 -0
  55. package/dist/types/components/wt-item-link/wt-item-link.vue.d.ts +24 -0
  56. package/dist/types/components/wt-label/wt-label.vue.d.ts +31 -0
  57. package/dist/types/components/wt-load-bar/wt-load-bar.vue.d.ts +26 -0
  58. package/dist/types/components/wt-loader/_internals/wt-loader--md.vue.d.ts +2 -0
  59. package/dist/types/components/wt-loader/_internals/wt-loader--sm.vue.d.ts +16 -0
  60. package/dist/types/components/wt-loader/wt-loader.vue.d.ts +44 -0
  61. package/dist/types/components/wt-logo/wt-logo.vue.d.ts +13 -0
  62. package/dist/types/components/wt-navigation-bar/wt-navigation-bar.vue.d.ts +93 -0
  63. package/dist/types/components/wt-notification/wt-notification.vue.d.ts +17 -0
  64. package/dist/types/components/wt-notifications-bar/wt-notifications-bar.vue.d.ts +9 -0
  65. package/dist/types/components/wt-page-header/wt-page-header.vue.d.ts +31 -0
  66. package/dist/types/components/wt-page-wrapper/wt-page-wrapper.vue.d.ts +14 -0
  67. package/dist/types/components/wt-pagination/wt-pagination.vue.d.ts +59 -0
  68. package/dist/types/components/wt-player/wt-player.vue.d.ts +110 -0
  69. package/dist/types/components/wt-popup/wt-popup.vue.d.ts +52 -0
  70. package/dist/types/components/wt-progress-bar/wt-progress-bar.vue.d.ts +38 -0
  71. package/dist/types/components/wt-radio/wt-radio.vue.d.ts +66 -0
  72. package/dist/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +22 -0
  73. package/dist/types/components/wt-search-bar/wt-search-bar.vue.d.ts +194 -0
  74. package/dist/types/components/wt-select/wt-select.vue.d.ts +65 -0
  75. package/dist/types/components/wt-slider/wt-slider.vue.d.ts +75 -0
  76. package/dist/types/components/wt-status-select/wt-status-select.vue.d.ts +40 -0
  77. package/dist/types/components/wt-stepper/wt-stepper.vue.d.ts +17 -0
  78. package/dist/types/components/wt-switcher/wt-switcher.vue.d.ts +53 -0
  79. package/dist/types/components/wt-table/wt-table.vue.d.ts +132 -0
  80. package/dist/types/components/wt-table-actions/wt-table-actions.vue.d.ts +30 -0
  81. package/dist/types/components/wt-table-column-select/wt-table-column-select.vue.d.ts +42 -0
  82. package/dist/types/components/wt-tabs/wt-tabs.vue.d.ts +40 -0
  83. package/dist/types/components/wt-tags-input/wt-tags-input.vue.d.ts +54 -0
  84. package/dist/types/components/wt-textarea/wt-textarea.vue.d.ts +109 -0
  85. package/dist/types/components/wt-time-input/wt-time-input.vue.d.ts +104 -0
  86. package/dist/types/components/wt-timepicker/wt-timepicker.vue.d.ts +130 -0
  87. package/dist/types/components/wt-tooltip/_internals/wt-tooltip-floating.vue.d.ts +15 -0
  88. package/dist/types/components/wt-tooltip/wt-tooltip.vue.d.ts +32 -0
  89. package/dist/types/components/wt-tree/types/WtTreeMode.d.ts +5 -0
  90. package/dist/types/components/wt-tree/wt-tree.vue.d.ts +39 -0
  91. package/dist/types/components/wt-tree-line/types/wt-tree-nested-icons.d.ts +4 -0
  92. package/dist/types/components/wt-tree-line/wt-tree-line.vue.d.ts +32 -0
  93. package/dist/types/components/wt-tree-table/wt-tree-table.vue.d.ts +96 -0
  94. package/dist/types/components/wt-tree-table-row/wt-tree-table-row.vue.d.ts +90 -0
  95. package/dist/types/composables/useAccessControl/v2/createUserAccessControl.d.ts +2 -0
  96. package/dist/types/composables/useWtTable/useWtTable.d.ts +6 -0
  97. package/dist/types/enums/ComponentSize/ComponentSize.d.ts +12 -0
  98. package/dist/types/enums/CrudAction/CrudAction.d.ts +7 -0
  99. package/dist/types/enums/RelativeDatetimeValue/RelativeDatetimeValue.d.ts +7 -0
  100. package/dist/types/enums/WebitelApplications/AdminSections.d.ts +45 -0
  101. package/dist/types/enums/WebitelApplications/AuditorSections.d.ts +4 -0
  102. package/dist/types/enums/WebitelApplications/CrmSections.d.ts +14 -0
  103. package/dist/types/enums/WebitelApplications/SupervisorSections.d.ts +6 -0
  104. package/dist/types/enums/WebitelApplications/WtApplication.d.ts +10 -0
  105. package/dist/types/enums/WtObject/WtObject.d.ts +60 -0
  106. package/dist/types/enums/WtTypeExtensionFieldKind/WtTypeExtensionFieldKind.d.ts +13 -0
  107. package/dist/types/enums/index.d.ts +18 -0
  108. package/dist/types/install.d.ts +14 -0
  109. package/dist/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +8 -0
  110. package/dist/types/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue.d.ts +8 -0
  111. package/dist/types/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue.d.ts +12 -0
  112. package/dist/types/modules/Appearance/components/wt-dark-mode-switcher.vue.d.ts +7 -0
  113. package/dist/types/modules/AuditForm/components/audit-form-question-read-wrapper.vue.d.ts +16 -0
  114. package/dist/types/modules/AuditForm/components/audit-form-question-write-wrapper.vue.d.ts +12 -0
  115. package/dist/types/modules/AuditForm/components/audit-form-question.vue.d.ts +18 -0
  116. package/dist/types/modules/AuditForm/components/audit-form.vue.d.ts +14 -0
  117. package/dist/types/modules/AuditForm/components/questions/options/audit-form-question-options-write-row.vue.d.ts +10 -0
  118. package/dist/types/modules/AuditForm/components/questions/options/audit-form-question-options.vue.d.ts +12 -0
  119. package/dist/types/modules/AuditForm/components/questions/score/audit-form-question-score.vue.d.ts +12 -0
  120. package/dist/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts +17 -0
  121. package/dist/types/modules/Filters/components/filter-datetime.vue.d.ts +9 -0
  122. package/dist/types/modules/Filters/components/filter-pagination.vue.d.ts +9 -0
  123. package/dist/types/modules/Filters/components/filter-search.vue.d.ts +13 -0
  124. package/dist/types/modules/Filters/components/filter-select.vue.d.ts +9 -0
  125. package/dist/types/modules/Filters/components/filter-table-fields.vue.d.ts +12 -0
  126. package/dist/types/modules/ObjectPermissions/_internals/components/permissions-role-row.vue.d.ts +14 -0
  127. package/dist/types/modules/ObjectPermissions/_internals/components/permissions-role-select.vue.d.ts +2 -0
  128. package/dist/types/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue.d.ts +7 -0
  129. package/dist/types/modules/ObjectPermissions/components/permissions-tab.vue.d.ts +9 -0
  130. package/dist/types/modules/QueryFilters/components/abstract-api-filter.vue.d.ts +15 -0
  131. package/dist/types/modules/QueryFilters/components/abstract-enum-filter.vue.d.ts +12 -0
  132. package/dist/types/modules/QueryFilters/components/filter-datetime.vue.d.ts +21 -0
  133. package/dist/types/modules/QueryFilters/components/filter-from-to.vue.d.ts +30 -0
  134. package/dist/types/modules/QueryFilters/components/filter-search.vue.d.ts +16 -0
  135. package/dist/types/modules/QueryFilters/components/filter-table-fields.vue.d.ts +44 -0
  136. package/dist/types/modules/Userinfo/v2/api/UserinfoAPI.d.ts +11 -0
  137. package/dist/types/modules/Userinfo/v2/enums/GlobalActions/GlobalActions.d.ts +31 -0
  138. package/dist/types/modules/Userinfo/v2/enums/ScopeClass/ScopeClass.d.ts +45 -0
  139. package/dist/types/modules/Userinfo/v2/enums/index.d.ts +3 -0
  140. package/dist/types/modules/Userinfo/v2/index.d.ts +1 -0
  141. package/dist/types/modules/Userinfo/v2/mappings/mappings.d.ts +25 -0
  142. package/dist/types/modules/Userinfo/v2/scripts/utils.d.ts +9 -0
  143. package/dist/types/modules/Userinfo/v2/stores/accessStore.d.ts +2 -0
  144. package/dist/types/modules/Userinfo/v2/stores/userinfoStore.d.ts +25 -0
  145. package/dist/types/playground.vue.d.ts +2 -0
  146. package/dist/types/scripts/compareSize.d.ts +41 -0
  147. package/dist/types/scripts/normalizeDatetime.d.ts +8 -0
  148. package/dist/types/the-app.vue.d.ts +4 -0
  149. package/dist/ui-sdk.js +20416 -19021
  150. package/dist/ui-sdk.umd.cjs +19 -19
  151. package/package.json +4 -3
  152. package/src/api/clients/index.js +4 -0
  153. package/src/api/clients/wtTypes/_shared/utils/sortDynamicFields.ts +21 -0
  154. package/src/api/clients/wtTypes/sysTypes/sysTypes.ts +58 -0
  155. package/src/api/clients/wtTypes/typeExtensions/typeExtensions.ts +122 -0
  156. package/src/assets/icons/sprite/index.js +2 -0
  157. package/src/assets/icons/sprite/table.svg +3 -0
  158. package/src/components/index.js +2 -0
  159. package/src/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue +158 -0
  160. package/src/enums/WtTypeExtensionFieldKind/WtTypeExtensionFieldKind.ts +16 -0
  161. package/src/enums/index.js +2 -0
  162. package/src/enums/index.ts +2 -0
@@ -0,0 +1,67 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ /**
3
+ * The color variant for the component
4
+ * @values 'primary', 'secondary', 'disabled', 'success', 'error', 'transfer', 'break-out', 'info', 'final-status', 'other-status', 'initial-status'
5
+ * @example '<wt-indicator color="primary"></wt-indicator>'
6
+ */
7
+ color: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ options: string[];
11
+ };
12
+ /**
13
+ * The text content for the component
14
+ * Can be a string or a number
15
+ * @example '<wt-indicator text="Sample Text"></wt-indicator>'
16
+ */
17
+ text: {
18
+ type: (StringConstructor | NumberConstructor)[];
19
+ };
20
+ /**
21
+ * The size of the component
22
+ * @values 'sm', 'md'
23
+ * @default 'md'
24
+ * @example '<wt-indicator size="sm"></wt-indicator>'
25
+ */
26
+ size: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ options: string[];
30
+ };
31
+ }>, {}, {}, {
32
+ isText(): boolean;
33
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
34
+ /**
35
+ * The color variant for the component
36
+ * @values 'primary', 'secondary', 'disabled', 'success', 'error', 'transfer', 'break-out', 'info', 'final-status', 'other-status', 'initial-status'
37
+ * @example '<wt-indicator color="primary"></wt-indicator>'
38
+ */
39
+ color: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ options: string[];
43
+ };
44
+ /**
45
+ * The text content for the component
46
+ * Can be a string or a number
47
+ * @example '<wt-indicator text="Sample Text"></wt-indicator>'
48
+ */
49
+ text: {
50
+ type: (StringConstructor | NumberConstructor)[];
51
+ };
52
+ /**
53
+ * The size of the component
54
+ * @values 'sm', 'md'
55
+ * @default 'md'
56
+ * @example '<wt-indicator size="sm"></wt-indicator>'
57
+ */
58
+ size: {
59
+ type: StringConstructor;
60
+ default: string;
61
+ options: string[];
62
+ };
63
+ }>> & Readonly<{}>, {
64
+ size: string;
65
+ color: string;
66
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
67
+ export default _default;
@@ -0,0 +1,53 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ focus: typeof focus;
8
+ $emit: (event: "input" | "update:modelValue" | "keyup", ...args: any[]) => void;
9
+ name: string;
10
+ type: string;
11
+ required: boolean;
12
+ label: string;
13
+ disabled: boolean;
14
+ hasShowPassword: boolean;
15
+ numberMin: number;
16
+ preventTrim: boolean;
17
+ customValidators: unknown[];
18
+ value?: string | number;
19
+ v?: Record<string, any>;
20
+ modelValue?: string | number;
21
+ labelProps?: Record<string, any>;
22
+ placeholder?: string;
23
+ numberMax?: number;
24
+ $props: {
25
+ readonly name?: string;
26
+ readonly type?: string;
27
+ readonly required?: boolean;
28
+ readonly label?: string;
29
+ readonly disabled?: boolean;
30
+ readonly hasShowPassword?: boolean;
31
+ readonly numberMin?: number;
32
+ readonly preventTrim?: boolean;
33
+ readonly customValidators?: unknown[];
34
+ readonly value?: string | number;
35
+ readonly v?: Record<string, any>;
36
+ readonly modelValue?: string | number;
37
+ readonly labelProps?: Record<string, any>;
38
+ readonly placeholder?: string;
39
+ readonly numberMax?: number;
40
+ };
41
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
+ type __VLS_Slots = {
43
+ label?: (props: {
44
+ label: string;
45
+ }) => any;
46
+ 'after-input'?: (props: {}) => any;
47
+ 'show-password'?: (props: {
48
+ isPasswordVisible: boolean;
49
+ switchVisibilityPassword: typeof switchVisibilityPassword;
50
+ }) => any;
51
+ };
52
+ declare function focus(): void;
53
+ declare function switchVisibilityPassword(): void;
@@ -0,0 +1,14 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ invalid: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ invalid: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ }>> & Readonly<{}>, {
12
+ invalid: boolean;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ export default _default;
@@ -0,0 +1,10 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $emit: (event: "next", ...args: any[]) => void;
3
+ next: Function;
4
+ loading: boolean;
5
+ $props: {
6
+ readonly next?: Function;
7
+ readonly loading?: boolean;
8
+ };
9
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
+ export default _default;
@@ -0,0 +1,24 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ link: string | Record<string, any>;
8
+ id: string | number;
9
+ disabled: boolean;
10
+ target: string;
11
+ routeName: string;
12
+ invisible: boolean;
13
+ $props: {
14
+ readonly link?: string | Record<string, any>;
15
+ readonly id?: string | number;
16
+ readonly disabled?: boolean;
17
+ readonly target?: string;
18
+ readonly routeName?: string;
19
+ readonly invisible?: boolean;
20
+ };
21
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
+ type __VLS_Slots = {
23
+ default?: (props: {}) => any;
24
+ };
@@ -0,0 +1,31 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ disabled: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ invalid: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ hint: {
11
+ type: StringConstructor;
12
+ description: string;
13
+ };
14
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ disabled: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ invalid: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ hint: {
24
+ type: StringConstructor;
25
+ description: string;
26
+ };
27
+ }>> & Readonly<{}>, {
28
+ disabled: boolean;
29
+ invalid: boolean;
30
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
31
+ export default _default;
@@ -0,0 +1,26 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ max: {
3
+ type: (StringConstructor | NumberConstructor)[];
4
+ default: number;
5
+ };
6
+ value: {
7
+ type: (StringConstructor | NumberConstructor)[];
8
+ default: number;
9
+ };
10
+ }>, {}, {}, {
11
+ progress(): number;
12
+ progressWidth(): number;
13
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ max: {
15
+ type: (StringConstructor | NumberConstructor)[];
16
+ default: number;
17
+ };
18
+ value: {
19
+ type: (StringConstructor | NumberConstructor)[];
20
+ default: number;
21
+ };
22
+ }>> & Readonly<{}>, {
23
+ value: string | number;
24
+ max: string | number;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,16 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ color: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ description: string;
6
+ };
7
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8
+ color: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ description: string;
12
+ };
13
+ }>> & Readonly<{}>, {
14
+ color: string;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
+ export default _default;
@@ -0,0 +1,44 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ size: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ description: string;
6
+ };
7
+ color: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ description: string;
11
+ };
12
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
+ size: {
14
+ type: StringConstructor;
15
+ default: string;
16
+ description: string;
17
+ };
18
+ color: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ description: string;
22
+ };
23
+ }>> & Readonly<{}>, {
24
+ size: string;
25
+ color: string;
26
+ }, {}, {
27
+ WtLoaderSm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
28
+ color: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ description: string;
32
+ };
33
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
34
+ color: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ description: string;
38
+ };
39
+ }>> & Readonly<{}>, {
40
+ color: string;
41
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
+ WtLoaderMd: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
44
+ export default _default;
@@ -0,0 +1,13 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ disabled: boolean;
3
+ darkMode: boolean;
4
+ logoHref: string;
5
+ logoRoute: string;
6
+ $props: {
7
+ readonly disabled?: boolean;
8
+ readonly darkMode?: boolean;
9
+ readonly logoHref?: string;
10
+ readonly logoRoute?: string;
11
+ };
12
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
+ export default _default;
@@ -0,0 +1,93 @@
1
+ import WebitelApplications from '../../enums/WebitelApplications/WebitelApplications.enum.js';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ currentApp: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ /**
8
+ * @type {WtNavigationBarNavItem[]}
9
+ */
10
+ nav: {
11
+ type: ArrayConstructor;
12
+ default: () => any[];
13
+ };
14
+ darkMode: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ logoRoute: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ }>, {}, {
23
+ isOpened: boolean;
24
+ expandedName: string;
25
+ appLogo: {
26
+ [WebitelApplications.SUPERVISOR]: {
27
+ dark: any;
28
+ light: any;
29
+ };
30
+ [WebitelApplications.ADMIN]: {
31
+ dark: any;
32
+ light: any;
33
+ };
34
+ [WebitelApplications.AGENT]: {
35
+ dark: any;
36
+ light: any;
37
+ };
38
+ [WebitelApplications.AUDIT]: {
39
+ dark: any;
40
+ light: any;
41
+ };
42
+ [WebitelApplications.HISTORY]: {
43
+ dark: any;
44
+ light: any;
45
+ };
46
+ [WebitelApplications.CRM]: {
47
+ dark: any;
48
+ light: any;
49
+ };
50
+ };
51
+ }, {
52
+ currentNav(): {
53
+ nav: any;
54
+ expansion: any;
55
+ };
56
+ }, {
57
+ nestedRoute(subNavItem: any, navItem: any): any;
58
+ expand(navItem: any): void;
59
+ isExpanded(navItem: any): boolean;
60
+ close(): void;
61
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
62
+ currentApp: {
63
+ type: StringConstructor;
64
+ default: string;
65
+ };
66
+ /**
67
+ * @type {WtNavigationBarNavItem[]}
68
+ */
69
+ nav: {
70
+ type: ArrayConstructor;
71
+ default: () => any[];
72
+ };
73
+ darkMode: {
74
+ type: BooleanConstructor;
75
+ default: boolean;
76
+ };
77
+ logoRoute: {
78
+ type: StringConstructor;
79
+ default: string;
80
+ };
81
+ }>> & Readonly<{}>, {
82
+ nav: unknown[];
83
+ darkMode: boolean;
84
+ currentApp: string;
85
+ logoRoute: string;
86
+ }, {}, {
87
+ ExpandTransition: import("vue").DefineComponent<{}, {}, {}, {}, {
88
+ afterEnter(element: any): void;
89
+ enter(element: any): void;
90
+ leave(element: any): void;
91
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
92
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
93
+ export default _default;
@@ -0,0 +1,17 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ type: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ }>, {}, {}, {
7
+ notificationIcon(): "" | "done" | "attention" | "rounded-info";
8
+ notificationIconColor(): string;
9
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
+ type: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ }>> & Readonly<{}>, {
15
+ type: string;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
+ export default _default;
@@ -0,0 +1,9 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {
2
+ notificationDuration: number;
3
+ notifications: any[];
4
+ eventBus: any;
5
+ }, {}, {
6
+ showNotification(notification: any): void;
7
+ closeNotification(notification: any): void;
8
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
+ export default _default;
@@ -0,0 +1,31 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ hidePrimary: boolean;
8
+ hideSecondary: boolean;
9
+ primaryDisabled: boolean;
10
+ secondaryDisabled: boolean;
11
+ primaryText?: string;
12
+ primaryAction?: Function;
13
+ secondaryText?: string;
14
+ secondaryAction?: Function;
15
+ $props: {
16
+ readonly hidePrimary?: boolean;
17
+ readonly hideSecondary?: boolean;
18
+ readonly primaryDisabled?: boolean;
19
+ readonly secondaryDisabled?: boolean;
20
+ readonly primaryText?: string;
21
+ readonly primaryAction?: Function;
22
+ readonly secondaryText?: string;
23
+ readonly secondaryAction?: Function;
24
+ };
25
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
+ type __VLS_Slots = {
27
+ default?: (props: {}) => any;
28
+ title?: (props: {}) => any;
29
+ actions?: (props: {}) => any;
30
+ 'primary-action'?: (props: {}) => any;
31
+ };
@@ -0,0 +1,14 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ actionsPanel: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ actionsPanel: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ }>> & Readonly<{}>, {
12
+ actionsPanel: boolean;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ export default _default;
@@ -0,0 +1,59 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ size: {
3
+ type: (StringConstructor | NumberConstructor)[];
4
+ };
5
+ next: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
9
+ prev: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
13
+ debounce: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ debounceDelay: {
18
+ type: NumberConstructor;
19
+ default: number;
20
+ };
21
+ }>, {}, {
22
+ defaultSize: string;
23
+ }, {}, {
24
+ inputHandler(value: any): void;
25
+ changeSize(value: any): void;
26
+ goNext(): void;
27
+ goPrev(): void;
28
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "next" | "change" | "prev")[], "input" | "next" | "change" | "prev", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
+ size: {
30
+ type: (StringConstructor | NumberConstructor)[];
31
+ };
32
+ next: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
36
+ prev: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ debounce: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ debounceDelay: {
45
+ type: NumberConstructor;
46
+ default: number;
47
+ };
48
+ }>> & Readonly<{
49
+ onChange?: (...args: any[]) => any;
50
+ onInput?: (...args: any[]) => any;
51
+ onNext?: (...args: any[]) => any;
52
+ onPrev?: (...args: any[]) => any;
53
+ }>, {
54
+ next: boolean;
55
+ prev: boolean;
56
+ debounce: boolean;
57
+ debounceDelay: number;
58
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
59
+ export default _default;
@@ -0,0 +1,110 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ src: {};
3
+ autoplay: {
4
+ type: BooleanConstructor;
5
+ default: boolean;
6
+ };
7
+ loop: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ hideDuration: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ download: {
16
+ type: (BooleanConstructor | StringConstructor | FunctionConstructor)[];
17
+ default: () => (url: any) => any;
18
+ };
19
+ mime: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ resetOnEnd: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ invertTime: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ resetVolume: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ closable: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ position: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ }>, {}, {
44
+ player: any;
45
+ }, {
46
+ listeners(): any;
47
+ playerType(): "audio" | "video";
48
+ }, {
49
+ setupPlayer(): Promise<void>;
50
+ makeVolumeReset(): void;
51
+ setupDownload(): void;
52
+ appendCloseIcon(): void;
53
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "initialized")[], "close" | "initialized", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
54
+ src: {};
55
+ autoplay: {
56
+ type: BooleanConstructor;
57
+ default: boolean;
58
+ };
59
+ loop: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ hideDuration: {
64
+ type: BooleanConstructor;
65
+ default: boolean;
66
+ };
67
+ download: {
68
+ type: (BooleanConstructor | StringConstructor | FunctionConstructor)[];
69
+ default: () => (url: any) => any;
70
+ };
71
+ mime: {
72
+ type: StringConstructor;
73
+ default: string;
74
+ };
75
+ resetOnEnd: {
76
+ type: BooleanConstructor;
77
+ default: boolean;
78
+ };
79
+ invertTime: {
80
+ type: BooleanConstructor;
81
+ default: boolean;
82
+ };
83
+ resetVolume: {
84
+ type: BooleanConstructor;
85
+ default: boolean;
86
+ };
87
+ closable: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ position: {
92
+ type: StringConstructor;
93
+ default: string;
94
+ };
95
+ }>> & Readonly<{
96
+ onClose?: (...args: any[]) => any;
97
+ onInitialized?: (...args: any[]) => any;
98
+ }>, {
99
+ position: string;
100
+ download: string | boolean | Function;
101
+ autoplay: boolean;
102
+ loop: boolean;
103
+ hideDuration: boolean;
104
+ mime: string;
105
+ resetOnEnd: boolean;
106
+ invertTime: boolean;
107
+ resetVolume: boolean;
108
+ closable: boolean;
109
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
110
+ export default _default;