@point-hub/papp 0.0.66 → 0.0.68

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 (58) hide show
  1. package/dist/components/app-footer.vue.d.ts +3 -3
  2. package/dist/components/app-header.vue.d.ts +1 -1
  3. package/dist/components/app-preloader.vue.d.ts +1 -1
  4. package/dist/components/app-sidebar-menu.vue.d.ts +3 -3
  5. package/dist/components/app-sidebar-panel.vue.d.ts +4 -4
  6. package/dist/components/app-sidebar.vue.d.ts +4 -4
  7. package/dist/components/base-accordion-item.vue.d.ts +4 -4
  8. package/dist/components/base-accordion.vue.d.ts +4 -4
  9. package/dist/components/base-alert.vue.d.ts +4 -4
  10. package/dist/components/base-autocomplete.vue.d.ts +6 -6
  11. package/dist/components/base-avatar-group.vue.d.ts +1 -1
  12. package/dist/components/base-avatar.vue.d.ts +5 -5
  13. package/dist/components/base-badge.vue.d.ts +4 -4
  14. package/dist/components/base-breadcrumb.vue.d.ts +4 -4
  15. package/dist/components/base-button.vue.d.ts +5 -5
  16. package/dist/components/base-card.vue.d.ts +4 -4
  17. package/dist/components/base-checkbox.vue.d.ts +7 -7
  18. package/dist/components/base-choosen.vue.d.ts +10 -10
  19. package/dist/components/base-datepicker.vue.d.ts +8 -8
  20. package/dist/components/base-divider.vue.d.ts +3 -3
  21. package/dist/components/base-dropdown-item.vue.d.ts +4 -4
  22. package/dist/components/base-dropdown.vue.d.ts +4 -4
  23. package/dist/components/base-file-upload.vue.d.ts +8 -8
  24. package/dist/components/base-form.vue.d.ts +4 -4
  25. package/dist/components/base-icon.vue.d.ts +4 -4
  26. package/dist/components/base-input-mask.vue.d.ts +7 -7
  27. package/dist/components/base-input-number.vue.d.ts +7 -7
  28. package/dist/components/base-input.vue.d.ts +7 -7
  29. package/dist/components/base-link.vue.d.ts +4 -4
  30. package/dist/components/base-loader.vue.d.ts +43 -0
  31. package/dist/components/base-mask.vue.d.ts +1 -1
  32. package/dist/components/base-modal.vue.d.ts +7 -7
  33. package/dist/components/base-pagination.vue.d.ts +5 -5
  34. package/dist/components/base-popover.vue.d.ts +5 -5
  35. package/dist/components/base-progress.vue.d.ts +5 -5
  36. package/dist/components/base-radio.vue.d.ts +5 -5
  37. package/dist/components/base-range.vue.d.ts +5 -5
  38. package/dist/components/base-select.vue.d.ts +5 -5
  39. package/dist/components/base-spinner.vue.d.ts +4 -4
  40. package/dist/components/base-step.vue.d.ts +5 -5
  41. package/dist/components/base-switch.vue.d.ts +6 -6
  42. package/dist/components/base-tab-group.vue.d.ts +1 -1
  43. package/dist/components/base-tab-list.vue.d.ts +1 -1
  44. package/dist/components/base-tab-panel.vue.d.ts +1 -1
  45. package/dist/components/base-tab-panels.vue.d.ts +1 -1
  46. package/dist/components/base-tab.vue.d.ts +1 -1
  47. package/dist/components/base-table.vue.d.ts +1 -1
  48. package/dist/components/base-textarea.vue.d.ts +7 -7
  49. package/dist/components/base-timeline-content.vue.d.ts +1 -1
  50. package/dist/components/base-timeline.vue.d.ts +1 -1
  51. package/dist/components/base-toast.vue.d.ts +1 -1
  52. package/dist/components/base-tooltip.vue.d.ts +4 -4
  53. package/dist/components/base-treeview.vue.d.ts +4 -4
  54. package/dist/index.d.ts +1 -0
  55. package/dist/index.js +2734 -2705
  56. package/dist/index.umd.cjs +7 -7
  57. package/dist/style.css +1 -1
  58. package/package.json +17 -17
@@ -1,8 +1,8 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
2
  version: string;
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
3
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
4
  version: string;
5
- }>>>, {}, {}>;
5
+ }>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
6
  export default _default;
7
7
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
8
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,2 +1,2 @@
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;
@@ -1,2 +1,2 @@
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;
@@ -1,12 +1,12 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
2
  isMobile: boolean;
3
3
  title: string;
4
4
  menus: IMenu[];
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
6
  isMobile: boolean;
7
7
  title: string;
8
8
  menus: IMenu[];
9
- }>>>, {}, {}>;
9
+ }>>> & Readonly<{}>, {}, {}, {}, {}, 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,12 +1,12 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
2
  apps: IApps[];
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
4
  choose: (path: string) => void;
5
5
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
6
  apps: IApps[];
7
- }>>> & {
7
+ }>>> & Readonly<{
8
8
  onChoose?: (path: string) => any;
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,10 +1,10 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
2
  title: string;
3
3
  isMobile: boolean;
4
4
  isSidebarOpen: boolean;
5
5
  apps: IApps[];
6
6
  menus: IMenu[];
7
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
8
  choose: (path: string) => void;
9
9
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
10
  title: string;
@@ -12,9 +12,9 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
12
12
  isSidebarOpen: boolean;
13
13
  apps: IApps[];
14
14
  menus: IMenu[];
15
- }>>> & {
15
+ }>>> & Readonly<{
16
16
  onChoose?: (path: string) => any;
17
- }, {}, {}>;
17
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
18
  export default _default;
19
19
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
20
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -2,24 +2,24 @@ declare function __VLS_template(): {
2
2
  title?(_: {}): any;
3
3
  default?(_: {}): any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
6
6
  itemId: number;
7
7
  title?: string;
8
8
  content?: string;
9
9
  }>, {
10
10
  title: string;
11
11
  content: string;
12
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
12
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
13
  itemId: number;
14
14
  title?: string;
15
15
  content?: string;
16
16
  }>, {
17
17
  title: string;
18
18
  content: string;
19
- }>>>, {
19
+ }>>> & Readonly<{}>, {
20
20
  title: string;
21
21
  content: string;
22
- }, {}>;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
23
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
24
24
  export default _default;
25
25
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,17 +1,17 @@
1
1
  declare function __VLS_template(): {
2
2
  default?(_: {}): any;
3
3
  };
4
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
5
  alwaysOpen?: boolean;
6
6
  }>, {
7
7
  alwaysOpen: boolean;
8
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
9
  alwaysOpen?: boolean;
10
10
  }>, {
11
11
  alwaysOpen: boolean;
12
- }>>>, {
12
+ }>>> & Readonly<{}>, {
13
13
  alwaysOpen: boolean;
14
- }, {}>;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
15
15
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
16
16
  export default _default;
17
17
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -5,7 +5,7 @@ declare function __VLS_template(): {
5
5
  title?(_: {}): any;
6
6
  default?(_: {}): any;
7
7
  };
8
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
9
  title?: string;
10
10
  icon?: BaseAlertIconType;
11
11
  color?: BaseAlertColorType;
@@ -18,7 +18,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
18
18
  variant: string;
19
19
  isClosed: boolean;
20
20
  isDismissable: boolean;
21
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
21
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
22
22
  title?: string;
23
23
  icon?: BaseAlertIconType;
24
24
  color?: BaseAlertColorType;
@@ -31,13 +31,13 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
31
31
  variant: string;
32
32
  isClosed: boolean;
33
33
  isDismissable: boolean;
34
- }>>>, {
34
+ }>>> & Readonly<{}>, {
35
35
  title: string;
36
36
  color: BaseAlertColorType;
37
37
  variant: BaseAlertVariantType;
38
38
  isClosed: boolean;
39
39
  isDismissable: boolean;
40
- }, {}>;
40
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
41
41
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
42
42
  export default _default;
43
43
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -18,7 +18,7 @@ export interface Props {
18
18
  helpers?: string[];
19
19
  errors?: string[];
20
20
  }
21
- declare const _default: import("vue").DefineComponent<{
21
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
22
22
  modelValue: import("vue").PropType<BaseAutocompleteOptionInterface>;
23
23
  isLoading: import("vue").PropType<boolean>;
24
24
  query: import("vue").PropType<string>;
@@ -64,9 +64,9 @@ declare const _default: import("vue").DefineComponent<{
64
64
  type: import("vue").PropType<boolean>;
65
65
  default: boolean;
66
66
  };
67
- }, {
68
- inputRef: import("vue").Ref<any>;
69
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
67
+ }>, {
68
+ inputRef: import("vue").Ref<any, any>;
69
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
70
70
  modelValue: import("vue").PropType<BaseAutocompleteOptionInterface>;
71
71
  isLoading: import("vue").PropType<boolean>;
72
72
  query: import("vue").PropType<string>;
@@ -112,11 +112,11 @@ declare const _default: import("vue").DefineComponent<{
112
112
  type: import("vue").PropType<boolean>;
113
113
  default: boolean;
114
114
  };
115
- }>>, {
115
+ }>> & Readonly<{}>, {
116
116
  required: boolean;
117
117
  disabled: boolean;
118
118
  layout: BaseFormLayoutType;
119
119
  border: BaseAutocompleteBorderType;
120
120
  autofocus: boolean;
121
- }, {}>;
121
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
122
122
  export default _default;
@@ -1,7 +1,7 @@
1
1
  declare function __VLS_template(): {
2
2
  default?(_: {}): any;
3
3
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
4
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
5
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
6
6
  export default _default;
7
7
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,7 +1,7 @@
1
1
  export type BaseAvatarColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
2
2
  export type BaseAvatarShapeType = 'square' | 'squircle' | 'circle';
3
3
  export type BaseAvatarSizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
4
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
5
  name: string;
6
6
  src?: string;
7
7
  color?: BaseAvatarColorType;
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
17
17
  size: string;
18
18
  indicator: boolean;
19
19
  animate: boolean;
20
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
20
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
21
21
  name: string;
22
22
  src?: string;
23
23
  color?: BaseAvatarColorType;
@@ -33,14 +33,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
33
33
  size: string;
34
34
  indicator: boolean;
35
35
  animate: boolean;
36
- }>>>, {
37
- size: BaseAvatarSizeType;
36
+ }>>> & Readonly<{}>, {
38
37
  animate: boolean;
38
+ size: BaseAvatarSizeType;
39
39
  color: BaseAvatarColorType;
40
40
  shape: BaseAvatarShapeType;
41
41
  colorIndicator: BaseAvatarColorType;
42
42
  indicator: boolean;
43
- }, {}>;
43
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
44
44
  export default _default;
45
45
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
46
46
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -3,7 +3,7 @@ export type BaseBadgeVariantType = 'filled' | 'light' | 'outlined';
3
3
  declare function __VLS_template(): {
4
4
  default?(_: {}): any;
5
5
  };
6
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
6
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
7
7
  color?: BaseBadgeColorType;
8
8
  variant?: BaseBadgeVariantType;
9
9
  withDot?: boolean;
@@ -11,7 +11,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
11
11
  color: string;
12
12
  variant: string;
13
13
  withDot: boolean;
14
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
14
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
15
15
  color?: BaseBadgeColorType;
16
16
  variant?: BaseBadgeVariantType;
17
17
  withDot?: boolean;
@@ -19,11 +19,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
19
19
  color: string;
20
20
  variant: string;
21
21
  withDot: boolean;
22
- }>>>, {
22
+ }>>> & Readonly<{}>, {
23
23
  color: BaseBadgeColorType;
24
24
  variant: BaseBadgeVariantType;
25
25
  withDot: boolean;
26
- }, {}>;
26
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
27
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
28
28
  export default _default;
29
29
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -9,19 +9,19 @@ declare function __VLS_template(): {
9
9
  item: BaseBreadcrumbItemInterface;
10
10
  }): any;
11
11
  };
12
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
12
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
13
  items: BaseBreadcrumbItemInterface[];
14
14
  separator: BaseBreadcrumbSeparatoryType;
15
15
  }>, {
16
16
  separator: string;
17
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
17
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
18
18
  items: BaseBreadcrumbItemInterface[];
19
19
  separator: BaseBreadcrumbSeparatoryType;
20
20
  }>, {
21
21
  separator: string;
22
- }>>>, {
22
+ }>>> & Readonly<{}>, {
23
23
  separator: BaseBreadcrumbSeparatoryType;
24
- }, {}>;
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
25
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
26
  export default _default;
27
27
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -6,7 +6,7 @@ export type BaseButtonType = 'submit' | 'button' | 'reset';
6
6
  declare function __VLS_template(): {
7
7
  default?(_: {}): any;
8
8
  };
9
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
10
  type?: BaseButtonType;
11
11
  size?: BaseButtonSizeType;
12
12
  color?: BaseButtonColorType;
@@ -22,7 +22,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
22
22
  variant: string;
23
23
  isBlock: boolean;
24
24
  isLoading: boolean;
25
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
25
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
26
26
  type?: BaseButtonType;
27
27
  size?: BaseButtonSizeType;
28
28
  color?: BaseButtonColorType;
@@ -38,15 +38,15 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
38
38
  variant: string;
39
39
  isBlock: boolean;
40
40
  isLoading: boolean;
41
- }>>>, {
42
- size: BaseButtonSizeType;
41
+ }>>> & Readonly<{}>, {
43
42
  type: BaseButtonType;
43
+ size: BaseButtonSizeType;
44
44
  color: BaseButtonColorType;
45
45
  variant: BaseButtonVariantType;
46
46
  shape: BaseButtonShapeType;
47
47
  isBlock: boolean;
48
48
  isLoading: boolean;
49
- }, {}>;
49
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
50
50
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
51
51
  export default _default;
52
52
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -3,7 +3,7 @@ declare function __VLS_template(): {
3
3
  header?(_: {}): any;
4
4
  default?(_: {}): any;
5
5
  };
6
- declare const __VLS_component: import("vue").DefineComponent<{
6
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
7
  bgColor: import("vue").PropType<string>;
8
8
  titleColor: import("vue").PropType<string>;
9
9
  bodyColor: import("vue").PropType<string>;
@@ -15,7 +15,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
15
15
  type: import("vue").PropType<boolean>;
16
16
  default: boolean;
17
17
  };
18
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
19
  bgColor: import("vue").PropType<string>;
20
20
  titleColor: import("vue").PropType<string>;
21
21
  bodyColor: import("vue").PropType<string>;
@@ -27,10 +27,10 @@ declare const __VLS_component: import("vue").DefineComponent<{
27
27
  type: import("vue").PropType<boolean>;
28
28
  default: boolean;
29
29
  };
30
- }>>, {
30
+ }>> & Readonly<{}>, {
31
31
  shape: BaseCardShapeType;
32
32
  shadow: boolean;
33
- }, {}>;
33
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
34
34
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
35
35
  export default _default;
36
36
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -14,15 +14,15 @@ export interface Props {
14
14
  helpers?: string[];
15
15
  errors?: string[];
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
  modelValue: boolean;
19
19
  theme: string;
20
20
  layout: string;
21
21
  required: boolean;
22
22
  disabled: boolean;
23
- }>, {
24
- inputRef: import("vue").Ref<any>;
25
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
+ }>>, {
24
+ inputRef: import("vue").Ref<any, any>;
25
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
26
26
  "update:modelValue": (value: boolean) => void;
27
27
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
28
28
  modelValue: boolean;
@@ -30,15 +30,15 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
30
30
  layout: string;
31
31
  required: boolean;
32
32
  disabled: boolean;
33
- }>>> & {
33
+ }>>> & Readonly<{
34
34
  "onUpdate:modelValue"?: (value: boolean) => any;
35
- }, {
35
+ }>, {
36
36
  required: boolean;
37
37
  disabled: boolean;
38
38
  modelValue: boolean;
39
39
  theme: BaseCheckboxThemeType;
40
40
  layout: BaseFormLayoutType;
41
- }, {}>;
41
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
42
  export default _default;
43
43
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
44
44
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -24,7 +24,7 @@ declare function __VLS_template(): {
24
24
  option: any;
25
25
  }): any;
26
26
  };
27
- declare const __VLS_component: import("vue").DefineComponent<{
27
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
28
28
  modelValue: import("vue").PropType<any>;
29
29
  isLoading: import("vue").PropType<boolean>;
30
30
  selected: import("vue").PropType<IOption>;
@@ -44,13 +44,13 @@ declare const __VLS_component: import("vue").DefineComponent<{
44
44
  type: import("vue").PropType<boolean>;
45
45
  default: boolean;
46
46
  };
47
- id: {
48
- type: import("vue").PropType<string>;
49
- };
50
47
  mode: {
51
48
  type: import("vue").PropType<"input" | "text">;
52
49
  default: string;
53
50
  };
51
+ id: {
52
+ type: import("vue").PropType<string>;
53
+ };
54
54
  description: {
55
55
  type: import("vue").PropType<string>;
56
56
  };
@@ -75,7 +75,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
75
75
  type: import("vue").PropType<boolean>;
76
76
  default: boolean;
77
77
  };
78
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
78
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
79
79
  modelValue: import("vue").PropType<any>;
80
80
  isLoading: import("vue").PropType<boolean>;
81
81
  selected: import("vue").PropType<IOption>;
@@ -95,13 +95,13 @@ declare const __VLS_component: import("vue").DefineComponent<{
95
95
  type: import("vue").PropType<boolean>;
96
96
  default: boolean;
97
97
  };
98
- id: {
99
- type: import("vue").PropType<string>;
100
- };
101
98
  mode: {
102
99
  type: import("vue").PropType<"input" | "text">;
103
100
  default: string;
104
101
  };
102
+ id: {
103
+ type: import("vue").PropType<string>;
104
+ };
105
105
  description: {
106
106
  type: import("vue").PropType<string>;
107
107
  };
@@ -126,14 +126,14 @@ declare const __VLS_component: import("vue").DefineComponent<{
126
126
  type: import("vue").PropType<boolean>;
127
127
  default: boolean;
128
128
  };
129
- }>>, {
129
+ }>> & Readonly<{}>, {
130
130
  required: boolean;
131
131
  disabled: boolean;
132
132
  mode: "input" | "text";
133
133
  layout: BaseFormLayoutType;
134
134
  border: BaseChoosenBorderType;
135
135
  autofocus: boolean;
136
- }, {}>;
136
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
137
137
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
138
138
  export default _default;
139
139
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -12,7 +12,7 @@ export interface Props {
12
12
  disabled?: boolean;
13
13
  helpers?: string[];
14
14
  }
15
- declare const _default: import("vue").DefineComponent<{
15
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
16
16
  errors: import("vue").PropType<string[]>;
17
17
  required: {
18
18
  type: import("vue").PropType<boolean>;
@@ -50,10 +50,10 @@ declare const _default: import("vue").DefineComponent<{
50
50
  type: import("vue").PropType<boolean>;
51
51
  default: boolean;
52
52
  };
53
- }, {
54
- inputRef: import("vue").Ref<any>;
55
- dateRef: import("vue").Ref<any>;
56
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
53
+ }>, {
54
+ inputRef: import("vue").Ref<any, any>;
55
+ dateRef: import("vue").Ref<any, any>;
56
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
57
57
  isoValue: (value: string) => void;
58
58
  "update:modelValue": (value: string) => void;
59
59
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -94,14 +94,14 @@ declare const _default: import("vue").DefineComponent<{
94
94
  type: import("vue").PropType<boolean>;
95
95
  default: boolean;
96
96
  };
97
- }>> & {
97
+ }>> & Readonly<{
98
98
  "onUpdate:modelValue"?: (value: string) => any;
99
99
  onIsoValue?: (value: string) => any;
100
- }, {
100
+ }>, {
101
101
  required: boolean;
102
102
  disabled: boolean;
103
103
  layout: BaseFormLayoutType;
104
104
  border: BaseDatepickerBorderType;
105
105
  autofocus: boolean;
106
- }, {}>;
106
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
107
107
  export default _default;
@@ -1,11 +1,11 @@
1
1
  export type BaseDividerOrientation = 'horizontal' | 'vertical';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
3
3
  text?: string;
4
4
  orientation: BaseDividerOrientation;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
6
  text?: string;
7
7
  orientation: BaseDividerOrientation;
8
- }>>>, {}, {}>;
8
+ }>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
9
  export default _default;
10
10
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
11
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -6,13 +6,13 @@ declare function __VLS_template(): {
6
6
  active: any;
7
7
  }): any;
8
8
  };
9
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
10
  text: string;
11
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
12
  text: string;
13
- }>>>, {
13
+ }>>> & Readonly<{}>, {
14
14
  text: string;
15
- }, {}>;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
16
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
17
17
  export default _default;
18
18
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -7,16 +7,16 @@ declare function __VLS_template(): {
7
7
  trigger?(_: {}): any;
8
8
  default?(_: {}): any;
9
9
  };
10
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
+ declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
11
  position: string;
12
12
  text: string;
13
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
14
  position: string;
15
15
  text: string;
16
- }>>>, {
16
+ }>>> & Readonly<{}>, {
17
17
  text: string;
18
18
  position: BaseDropdownPosition;
19
- }, {}>;
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
21
  export default _default;
22
22
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;