@vc-shell/framework 1.0.291 → 1.0.292

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 (196) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/framework.js +23134 -22864
  3. package/dist/index.css +1 -1
  4. package/dist/shared/components/app-bar-button/app-bar-button.vue.d.ts +5 -5
  5. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +5 -5
  6. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +1 -1
  7. package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts +4 -4
  8. package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts.map +1 -1
  9. package/dist/shared/components/change-password/change-password.vue.d.ts +3 -3
  10. package/dist/shared/components/change-password/index.d.ts +4 -4
  11. package/dist/shared/components/change-password/index.d.ts.map +1 -1
  12. package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts +3 -3
  13. package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts +3 -3
  14. package/dist/shared/components/error-interceptor/index.d.ts +17 -17
  15. package/dist/shared/components/error-interceptor/interceptor.d.ts +7 -7
  16. package/dist/shared/components/language-selector/index.d.ts +1 -1
  17. package/dist/shared/components/language-selector/index.d.ts.map +1 -1
  18. package/dist/shared/components/language-selector/language-selector.vue.d.ts +1 -1
  19. package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts +3 -3
  20. package/dist/shared/components/notification-dropdown/index.d.ts +1 -1
  21. package/dist/shared/components/notification-dropdown/index.d.ts.map +1 -1
  22. package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts +1 -1
  23. package/dist/shared/components/notification-template/index.d.ts +5 -5
  24. package/dist/shared/components/notification-template/notification-template.vue.d.ts +1 -1
  25. package/dist/shared/components/notifications/components/notification-container/index.d.ts +6 -6
  26. package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
  27. package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts +1 -1
  28. package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts.map +1 -1
  29. package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts +1 -1
  30. package/dist/shared/components/sidebar/sidebar.vue.d.ts +5 -5
  31. package/dist/shared/components/theme-selector/theme-selector.vue.d.ts +1 -1
  32. package/dist/shared/components/user-dropdown-button/index.d.ts +4 -4
  33. package/dist/shared/components/user-dropdown-button/index.d.ts.map +1 -1
  34. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +4 -4
  35. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +5 -5
  36. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +6 -6
  37. package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +8 -8
  38. package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts.map +1 -1
  39. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +143 -172
  40. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +1 -1
  41. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +4 -4
  42. package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +6 -6
  43. package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +6 -6
  44. package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +6 -6
  45. package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +6 -6
  46. package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +6 -6
  47. package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +6 -6
  48. package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +6 -6
  49. package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +6 -6
  50. package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +6 -6
  51. package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +6 -6
  52. package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +6 -6
  53. package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts +6 -6
  54. package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +6 -6
  55. package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +6 -6
  56. package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +6 -6
  57. package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +6 -6
  58. package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +6 -6
  59. package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +6 -6
  60. package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +1 -1
  61. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +61 -9
  62. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
  63. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +31 -12
  64. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
  65. package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts +4 -4
  66. package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts +4 -4
  67. package/dist/shared/pages/ChangePasswordPage/components/change-password/index.d.ts.map +1 -1
  68. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +4 -4
  69. package/dist/shared/pages/InvitePage/components/invite/index.d.ts +4 -4
  70. package/dist/shared/pages/InvitePage/components/invite/index.d.ts.map +1 -1
  71. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +1 -1
  72. package/dist/shared/pages/LoginPage/components/login/index.d.ts +3 -3
  73. package/dist/shared/pages/LoginPage/components/login/index.d.ts.map +1 -1
  74. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +4 -4
  75. package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +4 -4
  76. package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts.map +1 -1
  77. package/dist/tailwind.config.d.ts +1 -0
  78. package/dist/tailwind.config.d.ts.map +1 -1
  79. package/dist/tsconfig.tsbuildinfo +1 -1
  80. package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts +55 -55
  81. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +5 -5
  82. package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +143 -143
  83. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +5 -5
  84. package/dist/ui/components/atoms/vc-card/index.d.ts +11 -11
  85. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +89 -89
  86. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +5 -5
  87. package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts +7 -7
  88. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +4 -4
  89. package/dist/ui/components/atoms/vc-container/index.d.ts +15 -15
  90. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +5 -5
  91. package/dist/ui/components/atoms/vc-hint/index.d.ts +3 -3
  92. package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts +3 -3
  93. package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts +1 -1
  94. package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts +4 -4
  95. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +4 -4
  96. package/dist/ui/components/atoms/vc-image/index.d.ts +5 -5
  97. package/dist/ui/components/atoms/vc-image/index.d.ts.map +1 -1
  98. package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts +5 -5
  99. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +5 -5
  100. package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts +7 -7
  101. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +4 -4
  102. package/dist/ui/components/atoms/vc-link/index.d.ts +10 -10
  103. package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts +10 -10
  104. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +3 -3
  105. package/dist/ui/components/atoms/vc-loading/index.d.ts +3 -3
  106. package/dist/ui/components/atoms/vc-loading/index.d.ts.map +1 -1
  107. package/dist/ui/components/atoms/vc-loading/vc-loading.stories.d.ts +3 -3
  108. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +1 -1
  109. package/dist/ui/components/atoms/vc-progress/index.d.ts +7 -7
  110. package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
  111. package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts +7 -7
  112. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +4 -4
  113. package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts +3 -3
  114. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts +1 -1
  115. package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts +7 -7
  116. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +4 -4
  117. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +1 -1
  118. package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +5 -5
  119. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +5 -5
  120. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +4 -4
  121. package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts +4 -4
  122. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +3 -3
  123. package/dist/ui/components/atoms/vc-widget/index.d.ts +4 -4
  124. package/dist/ui/components/atoms/vc-widget/index.d.ts.map +1 -1
  125. package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts +4 -4
  126. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +3 -3
  127. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +3 -3
  128. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +4 -4
  129. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +4 -4
  130. package/dist/ui/components/molecules/vc-checkbox/index.d.ts +11 -11
  131. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.stories.d.ts +110 -110
  132. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +5 -5
  133. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +405 -18
  134. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
  135. package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts +3 -3
  136. package/dist/ui/components/molecules/vc-field/vc-field.stories.d.ts +4 -4
  137. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +4 -4
  138. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts +11 -11
  139. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +5 -5
  140. package/dist/ui/components/molecules/vc-form/index.d.ts +3 -3
  141. package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts +3 -3
  142. package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts +1 -1
  143. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +23 -23
  144. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +5 -5
  145. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +23 -23
  146. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +5 -5
  147. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +84 -84
  148. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +12 -12
  149. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +1 -1
  150. package/dist/ui/components/molecules/vc-pagination/index.d.ts +5 -5
  151. package/dist/ui/components/molecules/vc-pagination/index.d.ts.map +1 -1
  152. package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts +10 -10
  153. package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts.map +1 -1
  154. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +5 -5
  155. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.stories.d.ts +92 -92
  156. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +5 -5
  157. package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts +92 -92
  158. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +4 -4
  159. package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +150 -150
  160. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +15 -15
  161. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  162. package/dist/ui/components/molecules/vc-slider/index.d.ts +7 -7
  163. package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts +7 -7
  164. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +4 -4
  165. package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +77 -77
  166. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +5 -5
  167. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +3 -3
  168. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +5 -5
  169. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +5 -5
  170. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +7 -7
  171. package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +25 -25
  172. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +21 -21
  173. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +4 -4
  174. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +5 -5
  175. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +4 -4
  176. package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +11 -11
  177. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +5 -5
  178. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +3 -3
  179. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +6 -6
  180. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +5 -5
  181. package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts +7 -7
  182. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +7 -7
  183. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +4 -4
  184. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +6 -6
  185. package/dist/ui/components/organisms/vc-table/_internal/vc-table-add-new/vc-table-add-new.vue.d.ts +3 -3
  186. package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts +3 -3
  187. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +3 -3
  188. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +3 -3
  189. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +4 -4
  190. package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts +1 -1
  191. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +4 -4
  192. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +9 -9
  193. package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +165 -165
  194. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +33 -33
  195. package/package.json +4 -4
  196. package/tailwind.config.ts +2 -0
@@ -7,17 +7,17 @@ export interface Props {
7
7
  export interface Emits {
8
8
  (event: "toggle", state: boolean): void;
9
9
  }
10
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
11
  position: string;
12
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
13
  toggle: (state: boolean) => void;
14
14
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
15
  position: string;
16
- }>>> & {
16
+ }>>> & Readonly<{
17
17
  onToggle?: ((state: boolean) => any) | undefined;
18
- }, {
18
+ }>, {
19
19
  position: "bottom-end" | "bottom" | "bottom-start";
20
- }, {}>, Readonly<{
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
21
21
  "dropdown-content": (props: {
22
22
  opened: boolean;
23
23
  toggle: () => void;
@@ -2,17 +2,17 @@ import { AppDescriptor } from "../../../../../core/api/platform";
2
2
  export interface Props {
3
3
  appsList: AppDescriptor[];
4
4
  }
5
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
5
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
6
6
  appsList: undefined;
7
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
8
  onClick: (item: AppDescriptor) => void;
9
9
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
10
  appsList: undefined;
11
- }>>> & {
11
+ }>>> & Readonly<{
12
12
  onOnClick?: ((item: AppDescriptor) => any) | undefined;
13
- }, {
13
+ }>, {
14
14
  appsList: AppDescriptor[];
15
- }, {}>;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
16
  export default _default;
17
17
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
18
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,3 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
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
2
  export default _default;
3
3
  //# sourceMappingURL=vc-blade-navigation.vue.d.ts.map
@@ -1,16 +1,16 @@
1
1
  import { VNode, PropType } from "vue";
2
2
  import { BladeVNode } from "../../types";
3
- export declare const VcBladeView: import("vue").DefineComponent<{
3
+ export declare const VcBladeView: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  blade: {
5
5
  type: PropType<BladeVNode>;
6
6
  };
7
- }, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
7
+ }>, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
8
8
  [key: string]: any;
9
9
  }> | VNode<import("vue").RendererNode, import("vue").RendererElement, {
10
10
  [key: string]: any;
11
- }>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ }>[] | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
12
  blade: {
13
13
  type: PropType<BladeVNode>;
14
14
  };
15
- }>>, {}, {}>;
15
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
16
  //# sourceMappingURL=vc-blade-view.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-blade-view.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0C,KAAK,EAAE,QAAQ,EAAuB,MAAM,KAAK,CAAC;AAEnG,OAAO,EAAE,UAAU,EAAoB,MAAM,aAAa,CAAC;AAG3D,eAAO,MAAM,WAAW;;;;;;;;;;;;YAqFtB,CAAC"}
1
+ {"version":3,"file":"vc-blade-view.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0C,KAAK,EAAE,QAAQ,EAAuB,MAAM,KAAK,CAAC;AAEnG,OAAO,EAAE,UAAU,EAAoB,MAAM,aAAa,CAAC;AAG3D,eAAO,MAAM,WAAW;;;;;;;;;;;;iGAqFtB,CAAC"}
@@ -2,11 +2,11 @@ export interface Props {
2
2
  forced?: boolean;
3
3
  login?: string;
4
4
  }
5
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
6
  close: () => void;
7
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
7
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
8
8
  onClose?: (() => any) | undefined;
9
- }, {}, {}>;
9
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
10
  export default _default;
11
11
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
12
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,11 +1,11 @@
1
- export declare const ChangePassword: import("vue").DefineComponent<{
1
+ export declare const ChangePassword: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  forced: {
3
3
  type: import("vue").PropType<boolean>;
4
4
  };
5
5
  login: {
6
6
  type: import("vue").PropType<string>;
7
7
  };
8
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
9
  close: () => void;
10
10
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
11
  forced: {
@@ -14,9 +14,9 @@ export declare const ChangePassword: import("vue").DefineComponent<{
14
14
  login: {
15
15
  type: import("vue").PropType<string>;
16
16
  };
17
- }>> & {
17
+ }>> & Readonly<{
18
18
  onClose?: (() => any) | undefined;
19
- }, {}, {}>;
19
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
20
  declare module "@vue/runtime-core" {
21
21
  interface GlobalComponents {
22
22
  ChangePassword: typeof ChangePassword;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/components/change-password/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;UAA4C,CAAC;AAGxE,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,gBAAgB;QAC/B,cAAc,EAAE,OAAO,cAAc,CAAC;KACvC;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/components/change-password/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;iFAA4C,CAAC;AAGxE,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,gBAAgB;QAC/B,cAAc,EAAE,OAAO,cAAc,CAAC;KACvC;CACF"}
@@ -4,11 +4,11 @@ export interface Props {
4
4
  export interface Emits {
5
5
  (event: "close"): void;
6
6
  }
7
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
8
  close: () => void;
9
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
9
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
10
10
  onClose?: (() => any) | undefined;
11
- }, {}, {}>, {
11
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
12
12
  default?(_: {}): any;
13
13
  }>;
14
14
  export default _default;
@@ -5,13 +5,13 @@ export interface Emits {
5
5
  (event: "close"): void;
6
6
  (event: "confirm"): void;
7
7
  }
8
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
9
  close: () => void;
10
10
  confirm: () => void;
11
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
11
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
12
12
  onClose?: (() => any) | undefined;
13
13
  onConfirm?: (() => any) | undefined;
14
- }, {}, {}>, {
14
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
15
15
  default?(_: {}): any;
16
16
  }>;
17
17
  export default _default;
@@ -1,16 +1,16 @@
1
1
  import { VNode } from "vue";
2
2
  export declare const ErrorInterceptor: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
4
  capture: {
5
5
  default: boolean;
6
6
  type: BooleanConstructor;
7
7
  };
8
- }>> & {
9
- onReset?: (() => any) | undefined;
8
+ }>> & Readonly<{
10
9
  onError?: ((value: string | Error) => any) | undefined;
11
- }, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
10
+ onReset?: (() => any) | undefined;
11
+ }>, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
12
12
  [key: string]: any;
13
- }>[] | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ }>[] | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
14
  error(value: string | Error): boolean;
15
15
  reset(): boolean;
16
16
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
@@ -18,12 +18,12 @@ export declare const ErrorInterceptor: {
18
18
  default: boolean;
19
19
  type: BooleanConstructor;
20
20
  };
21
- }>> & {
22
- onReset?: (() => any) | undefined;
21
+ }>> & Readonly<{
23
22
  onError?: ((value: string | Error) => any) | undefined;
24
- }, {
23
+ onReset?: (() => any) | undefined;
24
+ }>, {
25
25
  capture: boolean;
26
- }, true, {}, {}, {
26
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
27
27
  P: {};
28
28
  B: {};
29
29
  D: {};
@@ -35,10 +35,10 @@ export declare const ErrorInterceptor: {
35
35
  default: boolean;
36
36
  type: BooleanConstructor;
37
37
  };
38
- }>> & {
39
- onReset?: (() => any) | undefined;
38
+ }>> & Readonly<{
40
39
  onError?: ((value: string | Error) => any) | undefined;
41
- }, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
40
+ onReset?: (() => any) | undefined;
41
+ }>, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
42
  [key: string]: any;
43
43
  }>[] | undefined, {}, {}, {}, {
44
44
  capture: boolean;
@@ -51,17 +51,17 @@ export declare const ErrorInterceptor: {
51
51
  default: boolean;
52
52
  type: BooleanConstructor;
53
53
  };
54
- }>> & {
55
- onReset?: (() => any) | undefined;
54
+ }>> & Readonly<{
56
55
  onError?: ((value: string | Error) => any) | undefined;
57
- }, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
+ onReset?: (() => any) | undefined;
57
+ }>, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
58
  [key: string]: any;
59
- }>[] | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
59
+ }>[] | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
60
60
  error(value: string | Error): boolean;
61
61
  reset(): boolean;
62
62
  }, string, {
63
63
  capture: boolean;
64
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
64
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
65
65
  $slots: {
66
66
  default: (args: {
67
67
  error: string;
@@ -14,14 +14,14 @@ export type Slots = {
14
14
  }) => VNode[];
15
15
  };
16
16
  };
17
- declare const _default: import("vue").DefineComponent<{
17
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
18
18
  capture: {
19
19
  default: boolean;
20
20
  type: BooleanConstructor;
21
21
  };
22
- }, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
22
+ }>, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
23
  [key: string]: any;
24
- }>[] | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
+ }>[] | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
25
  error(value: Error | string): boolean;
26
26
  reset(): boolean;
27
27
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -29,11 +29,11 @@ declare const _default: import("vue").DefineComponent<{
29
29
  default: boolean;
30
30
  type: BooleanConstructor;
31
31
  };
32
- }>> & {
33
- onReset?: (() => any) | undefined;
32
+ }>> & Readonly<{
34
33
  onError?: ((value: string | Error) => any) | undefined;
35
- }, {
34
+ onReset?: (() => any) | undefined;
35
+ }>, {
36
36
  capture: boolean;
37
- }, {}>;
37
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
38
38
  export default _default;
39
39
  //# sourceMappingURL=interceptor.d.ts.map
@@ -1,4 +1,4 @@
1
- export declare const LanguageSelector: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ export declare const LanguageSelector: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  declare module "@vue/runtime-core" {
3
3
  interface GlobalComponents {
4
4
  LanguageSelector: typeof LanguageSelector;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/components/language-selector/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,0NAAgD,CAAC;AAG9E,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,gBAAgB;QAC/B,gBAAgB,EAAE,OAAO,gBAAgB,CAAC;KAC3C;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/components/language-selector/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,+QAAgD,CAAC;AAG9E,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,gBAAgB;QAC/B,gBAAgB,EAAE,OAAO,gBAAgB,CAAC;KAC3C;CACF"}
@@ -1,3 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
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
2
  export default _default;
3
3
  //# sourceMappingURL=language-selector.vue.d.ts.map
@@ -7,11 +7,11 @@ export interface Props {
7
7
  export interface Emits {
8
8
  (event: "onClick"): void;
9
9
  }
10
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
11
  onClick: () => void;
12
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
12
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
13
13
  onOnClick?: (() => any) | undefined;
14
- }, {}, {}>;
14
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
15
15
  export default _default;
16
16
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
17
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,4 +1,4 @@
1
- export declare const NotificationDropdown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ export declare const NotificationDropdown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  declare module "@vue/runtime-core" {
3
3
  interface GlobalComponents {
4
4
  NotificationDropdown: typeof NotificationDropdown;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/components/notification-dropdown/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,0NAAwD,CAAC;AAG1F,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,gBAAgB;QAC/B,oBAAoB,EAAE,OAAO,oBAAoB,CAAC;KACnD;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/components/notification-dropdown/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,+QAAwD,CAAC;AAG1F,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,gBAAgB;QAC/B,oBAAoB,EAAE,OAAO,oBAAoB,CAAC;KACnD;CACF"}
@@ -1,3 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
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
2
  export default _default;
3
3
  //# sourceMappingURL=notification-dropdown.vue.d.ts.map
@@ -1,5 +1,5 @@
1
1
  export declare const NotificationTemplate: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
3
  color: {
4
4
  type: import("vue").PropType<string>;
5
5
  required: true;
@@ -16,7 +16,7 @@ export declare const NotificationTemplate: {
16
16
  type: import("vue").PropType<import("../../..").PushNotification>;
17
17
  required: true;
18
18
  };
19
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
19
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
20
20
  color: {
21
21
  type: import("vue").PropType<string>;
22
22
  required: true;
@@ -33,7 +33,7 @@ export declare const NotificationTemplate: {
33
33
  type: import("vue").PropType<import("../../..").PushNotification>;
34
34
  required: true;
35
35
  };
36
- }>>, {}, true, {}, {}, {
36
+ }>> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
37
37
  P: {};
38
38
  B: {};
39
39
  D: {};
@@ -57,7 +57,7 @@ export declare const NotificationTemplate: {
57
57
  type: import("vue").PropType<import("../../..").PushNotification>;
58
58
  required: true;
59
59
  };
60
- }>>, {}, {}, {}, {}, {}>;
60
+ }>> & Readonly<{}>, {}, {}, {}, {}, {}>;
61
61
  __isFragment?: undefined;
62
62
  __isTeleport?: undefined;
63
63
  __isSuspense?: undefined;
@@ -78,7 +78,7 @@ export declare const NotificationTemplate: {
78
78
  type: import("vue").PropType<import("../../..").PushNotification>;
79
79
  required: true;
80
80
  };
81
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
81
+ }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
82
82
  $slots: {
83
83
  default?(_: {}): any;
84
84
  };
@@ -5,7 +5,7 @@ export interface Props {
5
5
  title: string;
6
6
  notification: PushNotification;
7
7
  }
8
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
8
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
9
9
  default?(_: {}): any;
10
10
  }>;
11
11
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { PropType } from "vue";
2
2
  import { Content, NotificationType } from "../../types";
3
- declare const NotificationContainer: import("vue").DefineComponent<{
3
+ declare const NotificationContainer: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  limit: {
5
5
  type: NumberConstructor;
6
6
  required: false;
@@ -56,9 +56,9 @@ declare const NotificationContainer: import("vue").DefineComponent<{
56
56
  required: false;
57
57
  default: () => {};
58
58
  };
59
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
59
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
60
60
  [key: string]: any;
61
- }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
61
+ }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
62
62
  limit: {
63
63
  type: NumberConstructor;
64
64
  required: false;
@@ -114,18 +114,18 @@ declare const NotificationContainer: import("vue").DefineComponent<{
114
114
  required: false;
115
115
  default: () => {};
116
116
  };
117
- }>>, {
117
+ }>> & Readonly<{}>, {
118
118
  content: Content;
119
119
  type: NotificationType;
120
+ timeout: number | boolean;
120
121
  onClose: <T_1>(payload: T_1) => void;
121
122
  onOpen: <T>(payload: T) => void;
122
123
  notificationId: string | number;
123
124
  updateId: string | number;
124
- timeout: number | boolean;
125
125
  pauseOnHover: boolean;
126
126
  closeNotification: () => void;
127
127
  limit: number;
128
128
  payload: Record<string, any>;
129
- }, {}>;
129
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
130
130
  export default NotificationContainer;
131
131
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/notifications/components/notification-container/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAuC,MAAM,KAAK,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAGxD,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAwCY,IAAI;;;;;2CAKS,IAAI;;;;;+CAKJ,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAVjB,IAAI;;;;;2CAKS,IAAI;;;;;+CAKJ,IAAI;;;;;;;;;;;;oCAAJ,IAAI;+BALJ,IAAI;;;;;6BALjB,IAAI;;;MA+CzC,CAAC;AAEH,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/notifications/components/notification-container/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAuC,MAAM,KAAK,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAGxD,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAwCY,IAAI;;;;;2CAKS,IAAI;;;;;+CAKJ,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAVjB,IAAI;;;;;2CAKS,IAAI;;;;;+CAKJ,IAAI;;;;;;;;;;;;;oCAAJ,IAAI;+BALJ,IAAI;;;;6BALjB,IAAI;;;4EA+CzC,CAAC;AAEH,eAAe,qBAAqB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const VcPopupContainer: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ export declare const VcPopupContainer: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/popup-handler/components/vc-popup-container/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,0NAA4C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/popup-handler/components/vc-popup-container/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,+QAA4C,CAAC"}
@@ -1,3 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
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
2
  export default _default;
3
3
  //# sourceMappingURL=vc-popup-container.vue.d.ts.map
@@ -6,20 +6,20 @@ export interface Props {
6
6
  export interface Emits {
7
7
  (event: "close"): void;
8
8
  }
9
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
10
  position: string;
11
11
  render: string;
12
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
13
  close: () => void;
14
14
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
15
  position: string;
16
16
  render: string;
17
- }>>> & {
17
+ }>>> & Readonly<{
18
18
  onClose?: (() => any) | undefined;
19
- }, {
19
+ }>, {
20
20
  position: "right" | "left";
21
21
  render: "always" | "mobile" | "desktop";
22
- }, {}>, {
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
23
23
  header?(_: {}): any;
24
24
  content?(_: {}): any;
25
25
  }>;
@@ -1,3 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
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
2
  export default _default;
3
3
  //# sourceMappingURL=theme-selector.vue.d.ts.map
@@ -1,4 +1,4 @@
1
- export declare const UserDropdownButton: import("vue").DefineComponent<{
1
+ export declare const UserDropdownButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  disabled: {
3
3
  type: import("vue").PropType<boolean>;
4
4
  };
@@ -18,7 +18,7 @@ export declare const UserDropdownButton: import("vue").DefineComponent<{
18
18
  baseMenuItemsHandler: {
19
19
  type: import("vue").PropType<(defaultMenuItems: import("../../..").BladeMenu<import("vue").Component>[]) => import("../../..").BladeMenu<import("vue").Component>[]>;
20
20
  };
21
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
22
  disabled: {
23
23
  type: import("vue").PropType<boolean>;
24
24
  };
@@ -38,9 +38,9 @@ export declare const UserDropdownButton: import("vue").DefineComponent<{
38
38
  baseMenuItemsHandler: {
39
39
  type: import("vue").PropType<(defaultMenuItems: import("../../..").BladeMenu<import("vue").Component>[]) => import("../../..").BladeMenu<import("vue").Component>[]>;
40
40
  };
41
- }>>, {
41
+ }>> & Readonly<{}>, {
42
42
  menuItems: import("../../..").BladeMenu<import("vue").Component>[];
43
- }, {}>;
43
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
44
44
  declare module "@vue/runtime-core" {
45
45
  interface GlobalComponents {
46
46
  UserDropdownButton: typeof UserDropdownButton;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/components/user-dropdown-button/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAoD,CAAC;AAGpF,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,gBAAgB;QAC/B,kBAAkB,EAAE,OAAO,kBAAkB,CAAC;KAC/C;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../shared/components/user-dropdown-button/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAoD,CAAC;AAGpF,OAAO,QAAQ,mBAAmB,CAAC;IACjC,UAAiB,gBAAgB;QAC/B,kBAAkB,EAAE,OAAO,kBAAkB,CAAC;KAC/C;CACF"}
@@ -7,13 +7,13 @@ export interface Props {
7
7
  baseMenuItemsHandler?: (defaultMenuItems: BladeMenu[]) => BladeMenu[];
8
8
  disabled?: boolean;
9
9
  }
10
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
11
  menuItems: () => never[];
12
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
13
  menuItems: () => never[];
14
- }>>>, {
14
+ }>>> & Readonly<{}>, {
15
15
  menuItems: BladeMenu<import("vue").Component>[];
16
- }, {}>;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
17
  export default _default;
18
18
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
19
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -14,24 +14,24 @@ export interface Emits {
14
14
  (event: "expand:blade"): void;
15
15
  (event: "collapse:blade"): void;
16
16
  }
17
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
17
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
18
18
  expanded: boolean;
19
19
  closable: boolean;
20
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
21
  "close:blade": () => void;
22
22
  "expand:blade": () => void;
23
23
  "collapse:blade": () => void;
24
24
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
25
25
  expanded: boolean;
26
26
  closable: boolean;
27
- }>>> & {
27
+ }>>> & Readonly<{
28
28
  "onClose:blade"?: (() => any) | undefined;
29
29
  "onExpand:blade"?: (() => any) | undefined;
30
30
  "onCollapse:blade"?: (() => any) | undefined;
31
- }, {
31
+ }>, {
32
32
  expanded: boolean;
33
33
  closable: boolean;
34
- }, {}>;
34
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
35
  export default _default;
36
36
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
37
  type __VLS_TypePropsToRuntimeProps<T> = {