@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.
Files changed (189) hide show
  1. package/dist/{install-CRbNkh_i.js → install-B9M-ZqxA.js} +21546 -21380
  2. package/dist/plyr-B0Ha1r7X.js +4152 -0
  3. package/dist/ui-sdk.css +1 -1
  4. package/dist/ui-sdk.js +1 -1
  5. package/dist/ui-sdk.umd.cjs +900 -887
  6. package/dist/{vidstack-Bq6c3Bam-DnntDKqk.js → vidstack-Bq6c3Bam-uJBwzXIY.js} +17 -17
  7. package/dist/{vidstack-D2pY00kU-Ciu2Iq-a.js → vidstack-D2pY00kU-CCxj_LQ0.js} +22 -22
  8. package/dist/{vidstack-DDXt6fpN-Qeuu3enP.js → vidstack-DDXt6fpN-ssZsNWDK.js} +4 -4
  9. package/dist/{vidstack-D_-9AA6_-DDREtIe7.js → vidstack-D_-9AA6_-IdSwTpOc.js} +1 -1
  10. package/dist/vidstack-DqAw8m9J-CgqSPNym.js +29 -0
  11. package/dist/{vidstack-audio-QtBceTAC.js → vidstack-audio-B7dtm36k.js} +2 -2
  12. package/dist/{vidstack-dash-Dab5AKoh.js → vidstack-dash-CYEsxTxk.js} +3 -3
  13. package/dist/{vidstack-google-cast-F7CV0tuD.js → vidstack-google-cast-BxXxUoUz.js} +10 -10
  14. package/dist/{vidstack-hls-C36x2qP7.js → vidstack-hls-DqolxsWc.js} +11 -11
  15. package/dist/{vidstack-video-Du0ZCqVE.js → vidstack-video-c7YjrOuW.js} +8 -8
  16. package/dist/{vidstack-vimeo-D0_aktMu.js → vidstack-vimeo-DQlaaskX.js} +22 -22
  17. package/dist/{vidstack-youtube-BBjfoGW2.js → vidstack-youtube-B7fNaTqG.js} +29 -29
  18. package/dist/{vuex.esm-bundler-YoPhVVuJ.js → vuex.esm-bundler-BmZywXo-.js} +1 -1
  19. package/package.json +67 -47
  20. package/types/api/history/index.d.ts +2 -0
  21. package/types/api/history/transcript/callTranscript.d.ts +15 -0
  22. package/types/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue.d.ts +32 -7
  23. package/types/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue.d.ts +18 -7
  24. package/types/components/on-demand/wt-display-chip-items/wt-display-chip-items.vue.d.ts +7 -6
  25. package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue.d.ts +34 -9
  26. package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue.d.ts +14 -6
  27. package/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts +30 -8
  28. package/types/components/on-demand/wt-route-transition/wt-route-transition.vue.d.ts +3 -2
  29. package/types/components/on-demand/wt-save-failed-popup/wt-save-failed-popup.vue.d.ts +3 -2
  30. package/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +52 -11
  31. package/types/components/on-demand/wt-start-page/components/start-page-card.vue.d.ts +12 -6
  32. package/types/components/on-demand/wt-start-page/components/start-page-logo.vue.d.ts +12 -6
  33. package/types/components/on-demand/wt-start-page/components/wt-start-page.vue.d.ts +2 -1
  34. package/types/components/on-demand/wt-table-transition/wt-table-transition.vue.d.ts +3 -2
  35. package/types/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +13 -11
  36. package/types/components/transitions/cases/wt-replace-transition.vue.d.ts +40 -9
  37. package/types/components/transitions/wt-expand-transition.vue.d.ts +3 -2
  38. package/types/components/transitions/wt-transition.vue.d.ts +38 -9
  39. package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +76 -12
  40. package/types/components/wt-app-header/wt-app-header.vue.d.ts +3 -2
  41. package/types/components/wt-app-header/wt-app-navigator.vue.d.ts +28 -9
  42. package/types/components/wt-app-header/wt-header-actions.vue.d.ts +3 -2
  43. package/types/components/wt-avatar/wt-avatar.vue.d.ts +72 -13
  44. package/types/components/wt-badge/wt-badge.vue.d.ts +3 -2
  45. package/types/components/wt-badge-new/wt-badge.vue.d.ts +5 -4
  46. package/types/components/wt-breadcrumb/wt-breadcrumb.vue.d.ts +2 -1
  47. package/types/components/wt-button/wt-button.vue.d.ts +7 -6
  48. package/types/components/wt-button-select/wt-button-select.vue.d.ts +50 -10
  49. package/types/components/wt-checkbox/wt-checkbox.vue.d.ts +7 -5
  50. package/types/components/wt-chip/wt-chip.vue.d.ts +5 -4
  51. package/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +44 -12
  52. package/types/components/wt-context-menu/wt-context-menu.vue.d.ts +80 -17
  53. package/types/components/wt-copy-action/wt-copy-action.vue.d.ts +3 -2
  54. package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +119 -21
  55. package/types/components/wt-divider/wt-divider.vue.d.ts +2 -1
  56. package/types/components/wt-dual-panel/wt-dual-panel.vue.d.ts +34 -9
  57. package/types/components/wt-dummy/wt-dummy.vue.d.ts +60 -16
  58. package/types/components/wt-empty/wt-empty.vue.d.ts +132 -16
  59. package/types/components/wt-error-page/wt-error-page.vue.d.ts +3 -2
  60. package/types/components/wt-expansion-panel/wt-expansion-panel.vue.d.ts +28 -8
  61. package/types/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue.d.ts +3 -2
  62. package/types/components/wt-galleria/wt-galleria.vue.d.ts +4 -2
  63. package/types/components/wt-headline/wt-headline.vue.d.ts +2 -1
  64. package/types/components/wt-headline-nav/__tests__/wt-headline-nav.spec.d.ts +1 -0
  65. package/types/components/wt-headline-nav/wt-headline-nav.vue.d.ts +7 -0
  66. package/types/components/wt-hint/wt-hint.vue.d.ts +3 -2
  67. package/types/components/wt-icon/wt-icon.vue.d.ts +2 -1
  68. package/types/components/wt-icon-action/wt-icon-action.vue.d.ts +46 -10
  69. package/types/components/wt-icon-btn/wt-icon-btn.vue.d.ts +2 -1
  70. package/types/components/wt-image/wt-image.vue.d.ts +3 -2
  71. package/types/components/wt-indicator/wt-indicator.vue.d.ts +3 -2
  72. package/types/components/wt-input/wt-input.vue.d.ts +9 -8
  73. package/types/components/wt-input-info/wt-input-info.vue.d.ts +3 -2
  74. package/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +2 -1
  75. package/types/components/wt-item-link/wt-item-link.vue.d.ts +82 -13
  76. package/types/components/wt-label/wt-label.vue.d.ts +3 -2
  77. package/types/components/wt-load-bar/wt-load-bar.vue.d.ts +3 -2
  78. package/types/components/wt-loader/_internals/wt-brand-loader.vue.d.ts +2 -1
  79. package/types/components/wt-loader/_internals/wt-loader--md.vue.d.ts +2 -0
  80. package/types/components/wt-loader/_internals/wt-loader--sm.vue.d.ts +16 -0
  81. package/types/components/wt-loader/_internals/wt-spinner-loader.vue.d.ts +3 -2
  82. package/types/components/wt-loader/wt-loader.vue.d.ts +3 -2
  83. package/types/components/wt-logo/wt-logo.vue.d.ts +38 -9
  84. package/types/components/wt-menubar/wt-menubar.vue.d.ts +3 -3
  85. package/types/components/wt-navigation-bar/wt-navigation-bar.vue.d.ts +3 -2
  86. package/types/components/wt-notification/wt-notification.vue.d.ts +3 -2
  87. package/types/components/wt-notifications-bar/wt-notifications-bar.vue.d.ts +3 -2
  88. package/types/components/wt-page-header/wt-page-header.vue.d.ts +62 -17
  89. package/types/components/wt-page-wrapper/wt-page-wrapper.vue.d.ts +3 -2
  90. package/types/components/wt-pagination/wt-pagination.vue.d.ts +3 -2
  91. package/types/components/wt-player/wt-player.vue.d.ts +4 -3
  92. package/types/components/wt-popover/wt-popover.vue.d.ts +5 -4
  93. package/types/components/wt-popup/wt-popup.vue.d.ts +4 -3
  94. package/types/components/wt-progress-bar/wt-progress-bar.vue.d.ts +3 -2
  95. package/types/components/wt-radio/wt-radio.vue.d.ts +7 -5
  96. package/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +112 -18
  97. package/types/components/wt-search-bar/wt-search-bar.vue.d.ts +7 -6
  98. package/types/components/wt-select/wt-select-v2.vue.d.ts +72 -15
  99. package/types/components/wt-select/wt-select.vue.d.ts +3 -2
  100. package/types/components/wt-slider/wt-slider.vue.d.ts +4 -2
  101. package/types/components/wt-status-select/wt-status-select.vue.d.ts +3 -2
  102. package/types/components/wt-stepper/wt-stepper.vue.d.ts +20 -8
  103. package/types/components/wt-switcher/wt-switcher.vue.d.ts +7 -5
  104. package/types/components/wt-table/wt-table.vue.d.ts +17 -16
  105. package/types/components/wt-table-actions/wt-table-actions.vue.d.ts +3 -2
  106. package/types/components/wt-table-column-select/wt-table-column-select.vue.d.ts +3 -2
  107. package/types/components/wt-tabs/wt-tabs.vue.d.ts +3 -2
  108. package/types/components/wt-tags-input/wt-tags-input.vue.d.ts +3 -2
  109. package/types/components/wt-textarea/wt-textarea.vue.d.ts +8 -6
  110. package/types/components/wt-time-input/wt-time-input.vue.d.ts +3 -2
  111. package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +4 -3
  112. package/types/components/wt-tooltip/_internals/wt-tooltip-floating.vue.d.ts +20 -7
  113. package/types/components/wt-tooltip/wt-tooltip.vue.d.ts +66 -13
  114. package/types/components/wt-tree/wt-tree.vue.d.ts +5 -4
  115. package/types/components/wt-tree-line/wt-tree-line.vue.d.ts +7 -6
  116. package/types/components/wt-tree-table/wt-tree-table.vue.d.ts +8 -7
  117. package/types/components/wt-tree-table-row/wt-tree-table-row.vue.d.ts +6 -5
  118. package/types/components/wt-vidstack-player/components/buttons/fullscreen-button.vue.d.ts +2 -1
  119. package/types/components/wt-vidstack-player/components/buttons/play-button.vue.d.ts +2 -1
  120. package/types/components/wt-vidstack-player/components/controls-group/controls-group.vue.d.ts +5 -4
  121. package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +6 -5
  122. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/fullscreen-button.vue.d.ts +6 -0
  123. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/play-button.vue.d.ts +2 -0
  124. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/sliders/time-slider.vue.d.ts +2 -0
  125. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/time-group.vue.d.ts +2 -0
  126. package/types/components/wt-vidstack-player/components/panels/media-control-panel/media-control-panel.vue.d.ts +2 -0
  127. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/buttons/fullscreen-button.vue.d.ts +2 -1
  128. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/buttons/play-button.vue.d.ts +2 -1
  129. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/sliders/time-slider.vue.d.ts +2 -1
  130. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/time-group.vue.d.ts +2 -1
  131. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/media-controls-panel.vue.d.ts +2 -1
  132. package/types/components/wt-vidstack-player/components/panels/screen-sharing-control-panel/screen-sharing-control-panel.vue.d.ts +17 -0
  133. package/types/components/wt-vidstack-player/components/panels/screen-sharing-controls-panel/screen-sharing-controls-panel.vue.d.ts +2 -1
  134. package/types/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue.d.ts +2 -1
  135. package/types/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue.d.ts +2 -1
  136. package/types/components/wt-vidstack-player/components/recording-indicator/recording-indicator.vue.d.ts +2 -1
  137. package/types/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue.d.ts +2 -1
  138. package/types/components/wt-vidstack-player/components/toggle-button.vue.d.ts +2 -1
  139. package/types/components/wt-vidstack-player/types/ScreenshotStatus.d.ts +1 -0
  140. package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +7 -6
  141. package/types/locale/ua/ua.d.ts +911 -0
  142. package/types/modules/AgentPdfs/components/agent-pdfs-tab.vue.d.ts +3 -2
  143. package/types/modules/AgentPdfs/components/pdf-status-preview.vue.d.ts +2 -1
  144. package/types/modules/AgentPdfs/components/pdf-status.vue.d.ts +2 -1
  145. package/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +20 -7
  146. package/types/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue.d.ts +16 -7
  147. package/types/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue.d.ts +32 -10
  148. package/types/modules/Appearance/components/wt-dark-mode-switcher.vue.d.ts +18 -7
  149. package/types/modules/AuditForm/components/audit-form-question-read-wrapper.vue.d.ts +4 -2
  150. package/types/modules/AuditForm/components/audit-form-question-write-wrapper.vue.d.ts +2 -1
  151. package/types/modules/AuditForm/components/audit-form-question.vue.d.ts +4 -2
  152. package/types/modules/AuditForm/components/audit-form.vue.d.ts +4 -2
  153. package/types/modules/AuditForm/components/form/form-footer/audit-form-footer.vue.d.ts +2 -1
  154. package/types/modules/AuditForm/components/form-answers/answer-editing-info/audit-form-answer-editing-info.vue.d.ts +2 -1
  155. package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options-write-row.vue.d.ts +28 -9
  156. package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options.vue.d.ts +4 -2
  157. package/types/modules/AuditForm/components/form-questions/score/audit-form-question-score.vue.d.ts +2 -1
  158. package/types/modules/CallSession/modules/ScreenSharing/screen-sharing.vue.d.ts +2 -1
  159. package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +28 -10
  160. package/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts +24 -9
  161. package/types/modules/FilesExport/FilesExport.d.ts +1 -3
  162. package/types/modules/FilesExport/scripts/generateMediaURL.d.ts +2 -0
  163. package/types/modules/Filters/components/filter-datetime.vue.d.ts +20 -8
  164. package/types/modules/Filters/components/filter-pagination.vue.d.ts +22 -8
  165. package/types/modules/Filters/components/filter-search.vue.d.ts +38 -10
  166. package/types/modules/Filters/components/filter-select.vue.d.ts +20 -8
  167. package/types/modules/Filters/components/filter-table-fields.vue.d.ts +34 -11
  168. package/types/modules/ObjectPermissions/_internals/components/permissions-role-row.vue.d.ts +12 -6
  169. package/types/modules/ObjectPermissions/_internals/components/permissions-role-select.vue.d.ts +9 -1
  170. package/types/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue.d.ts +12 -6
  171. package/types/modules/ObjectPermissions/components/permissions-tab.vue.d.ts +44 -8
  172. package/types/modules/QueryFilters/components/abstract-api-filter.vue.d.ts +3 -2
  173. package/types/modules/QueryFilters/components/abstract-enum-filter.vue.d.ts +3 -2
  174. package/types/modules/QueryFilters/components/filter-datetime.vue.d.ts +3 -2
  175. package/types/modules/QueryFilters/components/filter-from-to.vue.d.ts +3 -2
  176. package/types/modules/QueryFilters/components/filter-search.vue.d.ts +3 -2
  177. package/types/modules/QueryFilters/components/filter-table-fields.vue.d.ts +3 -2
  178. package/types/playground.vue.d.ts +2 -1
  179. package/types/plugins/primevue/theme/extend/extend.d.ts +5 -0
  180. package/types/plugins/primevue/theme/extend/spacings/spacings.d.ts +13 -0
  181. package/types/plugins/primevue/theme/semantic/color-scheme/color-schema.d.ts +1189 -0
  182. package/types/plugins/primevue/theme/semantic/color-scheme/dark-color.d.ts +162 -0
  183. package/types/plugins/primevue/theme/semantic/color-scheme/light-color.d.ts +162 -0
  184. package/types/plugins/primevue/theme/semantic/color-scheme/palette.d.ts +435 -0
  185. package/types/plugins/primevue/theme/semantic/semantic.d.ts +5 -0
  186. package/types/scripts/caseConverters.d.ts +1 -1
  187. package/types/the-app.vue.d.ts +3 -2
  188. package/dist/plyr-dBBD5QAl.js +0 -4350
  189. package/dist/vidstack-DqAw8m9J-C4fRnvp8.js +0 -29
@@ -1,12 +1,35 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- $emit: (event: "change", ...args: any[]) => void;
3
- headers: unknown[];
4
- namespace: string;
5
- staticHeaders: unknown[];
6
- $props: {
7
- readonly headers?: unknown[];
8
- readonly namespace?: string;
9
- readonly staticHeaders?: unknown[];
10
- };
11
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
12
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ namespace: {
5
+ type: StringConstructor;
6
+ required: true;
7
+ };
8
+ headers: {
9
+ type: ArrayConstructor;
10
+ required: true;
11
+ };
12
+ staticHeaders: {
13
+ type: ArrayConstructor;
14
+ default: () => any[];
15
+ };
16
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
+ change: (...args: any[]) => void;
18
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
+ namespace: {
20
+ type: StringConstructor;
21
+ required: true;
22
+ };
23
+ headers: {
24
+ type: ArrayConstructor;
25
+ required: true;
26
+ };
27
+ staticHeaders: {
28
+ type: ArrayConstructor;
29
+ default: () => any[];
30
+ };
31
+ }>> & Readonly<{
32
+ onChange?: (...args: any[]) => any;
33
+ }>, {
34
+ staticHeaders: unknown[];
35
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,14 +1,20 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
1
+ declare const _default: typeof __VLS_export;
2
2
  export default _default;
3
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
3
4
  type __VLS_WithSlots<T, S> = T & (new () => {
4
5
  $slots: S;
5
6
  });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- role: Record<string, any>;
8
- $props: {
9
- readonly role?: Record<string, any>;
7
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ role: {
9
+ type: ObjectConstructor;
10
+ required: true;
10
11
  };
11
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
+ role: {
14
+ type: ObjectConstructor;
15
+ required: true;
16
+ };
17
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
18
  type __VLS_Slots = {
13
19
  default?: (props: {}) => any;
14
20
  };
@@ -1,2 +1,10 @@
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>;
1
+ declare const _default: typeof __VLS_export;
2
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
+ "update:modelValue": (value: any) => any;
5
+ }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
6
+ "onUpdate:modelValue"?: (value: any) => any;
7
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ type __VLS_ModelProps = {
9
+ modelValue: any;
10
+ };
@@ -1,7 +1,13 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- namespace: string;
3
- $props: {
4
- readonly namespace?: string;
5
- };
6
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
7
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ namespace: {
5
+ type: StringConstructor;
6
+ required: true;
7
+ };
8
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
+ namespace: {
10
+ type: StringConstructor;
11
+ required: true;
12
+ };
13
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,9 +1,45 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- access: Record<string, any>;
3
- namespace: string;
4
- $props: {
5
- readonly access?: Record<string, any>;
6
- readonly namespace?: string;
7
- };
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
9
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ /**
5
+ * Namespace of the parent card store
6
+ */
7
+ namespace: {
8
+ type: StringConstructor;
9
+ required: true;
10
+ };
11
+ /**
12
+ * Access to the component actions, related to permissions
13
+ */
14
+ access: {
15
+ type: ObjectConstructor;
16
+ default: () => {
17
+ read: boolean;
18
+ add: boolean;
19
+ edit: boolean;
20
+ delete: boolean;
21
+ };
22
+ };
23
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
+ /**
25
+ * Namespace of the parent card store
26
+ */
27
+ namespace: {
28
+ type: StringConstructor;
29
+ required: true;
30
+ };
31
+ /**
32
+ * Access to the component actions, related to permissions
33
+ */
34
+ access: {
35
+ type: ObjectConstructor;
36
+ default: () => {
37
+ read: boolean;
38
+ add: boolean;
39
+ edit: boolean;
40
+ delete: boolean;
41
+ };
42
+ };
43
+ }>> & Readonly<{}>, {
44
+ access: Record<string, any>;
45
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  filterQuery: {
3
5
  type: StringConstructor;
4
6
  required: true;
@@ -59,4 +61,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
59
61
  required: true;
60
62
  };
61
63
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
62
- export default _default;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  filterQuery: {
3
5
  type: StringConstructor;
4
6
  required: true;
@@ -63,4 +65,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
63
65
  required: true;
64
66
  };
65
67
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
66
- export default _default;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  filterQuery: {
3
5
  type: StringConstructor;
4
6
  required: true;
@@ -52,4 +54,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
52
54
  type: StringConstructor;
53
55
  };
54
56
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
55
- export default _default;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  filterQuery: {
3
5
  type: StringConstructor;
4
6
  required: true;
@@ -61,4 +63,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
61
63
  type: NumberConstructor;
62
64
  };
63
65
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
64
- export default _default;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  filterQuery: {
3
5
  type: StringConstructor;
4
6
  default: string;
@@ -47,4 +49,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
47
49
  }>> & Readonly<{}>, {
48
50
  filterQuery: string;
49
51
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
50
- export default _default;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  entity: {
3
5
  type: StringConstructor;
4
6
  required: true;
@@ -75,4 +77,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
75
77
  type: ArrayConstructor;
76
78
  };
77
79
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
78
- export default _default;
@@ -1,2 +1,3 @@
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>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -0,0 +1,5 @@
1
+ export default extend;
2
+ declare namespace extend {
3
+ export { spacings };
4
+ }
5
+ import spacings from './spacings/spacings.js';
@@ -0,0 +1,13 @@
1
+ export default spacings;
2
+ declare const spacings: {
3
+ multiplicator: string;
4
+ '3xs': string;
5
+ '2xs': string;
6
+ xs: string;
7
+ sm: string;
8
+ md: string;
9
+ lg: string;
10
+ xl: string;
11
+ '2xl': string;
12
+ '3xl': string;
13
+ };