@point-hub/papp 0.0.89 → 0.0.90

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 (90) hide show
  1. package/dist/app.vue.d.ts +2 -0
  2. package/dist/components/app-footer.vue.d.ts +3 -12
  3. package/dist/components/app-header.vue.d.ts +1 -1
  4. package/dist/components/app-preloader.vue.d.ts +1 -1
  5. package/dist/components/app-sidebar-menu.vue.d.ts +3 -12
  6. package/dist/components/app-sidebar-panel.vue.d.ts +7 -16
  7. package/dist/components/app-sidebar.vue.d.ts +7 -16
  8. package/dist/components/base-accordion-item.vue.d.ts +14 -30
  9. package/dist/components/base-accordion.vue.d.ts +11 -27
  10. package/dist/components/base-alert.vue.d.ts +12 -36
  11. package/dist/components/base-autocomplete.vue.d.ts +21 -92
  12. package/dist/components/base-avatar-group.vue.d.ts +8 -3
  13. package/dist/components/base-avatar.vue.d.ts +4 -35
  14. package/dist/components/base-badge.vue.d.ts +11 -31
  15. package/dist/components/base-breadcrumb.vue.d.ts +14 -30
  16. package/dist/components/base-button.vue.d.ts +11 -39
  17. package/dist/components/base-card.vue.d.ts +27 -29
  18. package/dist/components/base-checkbox.vue.d.ts +15 -90
  19. package/dist/components/base-choosen.vue.d.ts +37 -104
  20. package/dist/components/base-datepicker.vue.d.ts +18 -87
  21. package/dist/components/base-divider.vue.d.ts +3 -12
  22. package/dist/components/base-dropdown-item.vue.d.ts +11 -27
  23. package/dist/components/base-dropdown.vue.d.ts +10 -28
  24. package/dist/components/base-file-upload.vue.d.ts +27 -94
  25. package/dist/components/base-form.vue.d.ts +11 -29
  26. package/dist/components/base-icon.vue.d.ts +4 -25
  27. package/dist/components/base-input-mask.vue.d.ts +15 -96
  28. package/dist/components/base-input-number.vue.d.ts +29 -105
  29. package/dist/components/base-input.vue.d.ts +26 -114
  30. package/dist/components/base-link.vue.d.ts +11 -35
  31. package/dist/components/base-loader.vue.d.ts +11 -29
  32. package/dist/components/base-mask.vue.d.ts +1 -10
  33. package/dist/components/base-modal.vue.d.ts +15 -31
  34. package/dist/components/base-pagination.vue.d.ts +6 -27
  35. package/dist/components/base-popover.vue.d.ts +13 -27
  36. package/dist/components/base-progress.vue.d.ts +12 -32
  37. package/dist/components/base-radio.vue.d.ts +24 -88
  38. package/dist/components/base-range.vue.d.ts +13 -66
  39. package/dist/components/base-select.vue.d.ts +13 -90
  40. package/dist/components/base-sitemap.vue.d.ts +8 -11
  41. package/dist/components/base-spinner.vue.d.ts +4 -27
  42. package/dist/components/base-step.vue.d.ts +7 -32
  43. package/dist/components/base-switch.vue.d.ts +21 -97
  44. package/dist/components/base-tab-group.vue.d.ts +8 -3
  45. package/dist/components/base-tab-list.vue.d.ts +8 -3
  46. package/dist/components/base-tab-panel.vue.d.ts +8 -3
  47. package/dist/components/base-tab-panels.vue.d.ts +8 -3
  48. package/dist/components/base-tab.vue.d.ts +10 -5
  49. package/dist/components/base-table.vue.d.ts +8 -3
  50. package/dist/components/base-textarea.vue.d.ts +15 -108
  51. package/dist/components/base-timeline-content.vue.d.ts +9 -4
  52. package/dist/components/base-timeline.vue.d.ts +8 -3
  53. package/dist/components/base-toast.vue.d.ts +11 -6
  54. package/dist/components/base-tooltip.vue.d.ts +10 -28
  55. package/dist/components/base-treeview.vue.d.ts +16 -32
  56. package/dist/composable/dark-mode.d.ts +6 -0
  57. package/dist/composable/emitter.d.ts +12 -0
  58. package/dist/composable/mobile-breakpoint.d.ts +3 -0
  59. package/dist/composable/mobile-breakpoint.spec.d.ts +1 -0
  60. package/dist/composable/numeric.d.ts +3 -0
  61. package/dist/composable/screen-size.d.ts +1 -0
  62. package/dist/composable/sidebar.d.ts +1 -0
  63. package/dist/config/websocket.d.ts +4 -0
  64. package/dist/index.css +1 -1
  65. package/dist/index.d.ts +0 -2
  66. package/dist/index.js +1953 -1903
  67. package/dist/index.umd.cjs +6 -6
  68. package/dist/layouts/app.vue.d.ts +2 -0
  69. package/dist/main.d.ts +0 -0
  70. package/dist/pages/home.vue.d.ts +2 -0
  71. package/dist/pages/nested/page-1.vue.d.ts +2 -0
  72. package/dist/pages/nested/page-2.vue.d.ts +2 -0
  73. package/dist/pages/nested/page-3.vue.d.ts +2 -0
  74. package/dist/pages/nested/page-4.vue.d.ts +2 -0
  75. package/dist/pages/nested/page-5.vue.d.ts +2 -0
  76. package/dist/pages/page-1.vue.d.ts +2 -0
  77. package/dist/pages/page-2.vue.d.ts +2 -0
  78. package/dist/pages/websocket.vue.d.ts +2 -0
  79. package/dist/plugins/base.d.ts +5 -0
  80. package/dist/plugins/icon.d.ts +5 -0
  81. package/dist/plugins/input-mask.d.ts +5 -0
  82. package/dist/plugins/tooltip.d.ts +5 -0
  83. package/dist/router/index.d.ts +2 -0
  84. package/dist/stores/screen-breakpoint.d.ts +7 -0
  85. package/dist/stores/screen-breakpoint.spec.d.ts +1 -0
  86. package/dist/stores/sidebar-menu.d.ts +55 -0
  87. package/dist/stores/sidebar.d.ts +7 -0
  88. package/dist/stores/sidebar.spec.d.ts +1 -0
  89. package/dist/stores/websocket.d.ts +28 -0
  90. package/package.json +8 -8
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -1,15 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  version: string;
3
- }>>, {}, {}, {}, {}, 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<{
4
4
  version: string;
5
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
6
6
  export default _default;
7
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
- type __VLS_TypePropsToRuntimeProps<T> = {
9
- [K in keyof T]-?: {} extends Pick<T, K> ? {
10
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
- } : {
12
- type: import('vue').PropType<T[K]>;
13
- required: true;
14
- };
15
- };
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
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,19 +1,10 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  isMobile: boolean;
3
3
  title: string;
4
4
  menus: IMenu[];
5
- }>>, {}, {}, {}, {}, 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<{
6
6
  isMobile: boolean;
7
7
  title: string;
8
8
  menus: IMenu[];
9
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
10
  export default _default;
11
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
- type __VLS_TypePropsToRuntimeProps<T> = {
13
- [K in keyof T]-?: {} extends Pick<T, K> ? {
14
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
- } : {
16
- type: import('vue').PropType<T[K]>;
17
- required: true;
18
- };
19
- };
@@ -1,19 +1,10 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  apps: IApps[];
3
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
- choose: (path: string) => void;
5
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
3
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
4
+ choose: (path: string) => any;
5
+ }, string, import('vue').PublicProps, Readonly<{
6
6
  apps: IApps[];
7
- }>>> & Readonly<{
8
- onChoose?: (path: string) => any;
9
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ }> & Readonly<{
8
+ onChoose?: ((path: string) => any) | undefined;
9
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
10
  export default _default;
11
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
- type __VLS_TypePropsToRuntimeProps<T> = {
13
- [K in keyof T]-?: {} extends Pick<T, K> ? {
14
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
- } : {
16
- type: import('vue').PropType<T[K]>;
17
- required: true;
18
- };
19
- };
@@ -1,27 +1,18 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  title: string;
3
3
  isMobile: boolean;
4
4
  isSidebarOpen: boolean;
5
5
  apps: IApps[];
6
6
  menus: IMenu[];
7
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
- choose: (path: string) => void;
9
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
8
+ choose: (path: string) => any;
9
+ }, string, import('vue').PublicProps, Readonly<{
10
10
  title: string;
11
11
  isMobile: boolean;
12
12
  isSidebarOpen: boolean;
13
13
  apps: IApps[];
14
14
  menus: IMenu[];
15
- }>>> & Readonly<{
16
- onChoose?: (path: string) => any;
17
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
15
+ }> & Readonly<{
16
+ onChoose?: ((path: string) => any) | undefined;
17
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
18
  export default _default;
19
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
- type __VLS_TypePropsToRuntimeProps<T> = {
21
- [K in keyof T]-?: {} extends Pick<T, K> ? {
22
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
- } : {
24
- type: import('vue').PropType<T[K]>;
25
- required: true;
26
- };
27
- };
@@ -1,44 +1,28 @@
1
1
  declare function __VLS_template(): {
2
- title?(_: {}): any;
3
- default?(_: {}): any;
2
+ slots: {
3
+ title?(_: {}): any;
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {
7
+ contentRef: HTMLDivElement;
8
+ };
9
+ attrs: Partial<{}>;
4
10
  };
5
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: import('vue').DefineComponent<{
6
13
  itemId: number;
7
14
  title?: string;
8
15
  content?: string;
9
- }>, {
10
- title: string;
11
- content: string;
12
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
13
17
  itemId: number;
14
18
  title?: string;
15
19
  content?: string;
16
- }>, {
20
+ }> & Readonly<{}>, {
17
21
  title: string;
18
22
  content: string;
19
- }>>> & Readonly<{}>, {
20
- title: string;
21
- content: string;
22
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
25
  export default _default;
25
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
- type __VLS_TypePropsToRuntimeProps<T> = {
27
- [K in keyof T]-?: {} extends Pick<T, K> ? {
28
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
- } : {
30
- type: import('vue').PropType<T[K]>;
31
- required: true;
32
- };
33
- };
34
- type __VLS_WithDefaults<P, D> = {
35
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
- default: D[K];
37
- }> : P[K];
38
- };
39
- type __VLS_Prettify<T> = {
40
- [K in keyof T]: T[K];
41
- } & {};
42
26
  type __VLS_WithTemplateSlots<T, S> = T & {
43
27
  new (): {
44
28
  $slots: S;
@@ -1,36 +1,20 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
3
7
  };
4
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import('vue').DefineComponent<{
5
10
  alwaysOpen?: boolean;
6
- }>, {
7
- alwaysOpen: boolean;
8
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
9
12
  alwaysOpen?: boolean;
10
- }>, {
11
- alwaysOpen: boolean;
12
- }>>> & Readonly<{}>, {
13
+ }> & Readonly<{}>, {
13
14
  alwaysOpen: boolean;
14
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
15
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
17
  export default _default;
17
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
- type __VLS_TypePropsToRuntimeProps<T> = {
19
- [K in keyof T]-?: {} extends Pick<T, K> ? {
20
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
- } : {
22
- type: import('vue').PropType<T[K]>;
23
- required: true;
24
- };
25
- };
26
- type __VLS_WithDefaults<P, D> = {
27
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
28
- default: D[K];
29
- }> : P[K];
30
- };
31
- type __VLS_Prettify<T> = {
32
- [K in keyof T]: T[K];
33
- } & {};
34
18
  type __VLS_WithTemplateSlots<T, S> = T & {
35
19
  new (): {
36
20
  $slots: S;
@@ -2,61 +2,37 @@ export type BaseAlertColorType = 'primary' | 'secondary' | 'info' | 'success' |
2
2
  export type BaseAlertIconType = 'info' | 'success' | 'warning' | 'danger';
3
3
  export type BaseAlertVariantType = 'fill' | 'light' | 'outline';
4
4
  declare function __VLS_template(): {
5
- title?(_: {}): any;
6
- default?(_: {}): any;
5
+ slots: {
6
+ title?(_: {}): any;
7
+ default?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ attrs: Partial<{}>;
7
11
  };
8
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import('vue').DefineComponent<{
9
14
  title?: string;
10
15
  icon?: BaseAlertIconType;
11
16
  color?: BaseAlertColorType;
12
17
  variant?: BaseAlertVariantType;
13
18
  isClosed?: boolean;
14
19
  isDismissable?: boolean;
15
- }>, {
16
- title: string;
17
- color: string;
18
- variant: string;
19
- isClosed: boolean;
20
- isDismissable: boolean;
21
- }>>, {}, {}, {}, {}, 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<{
22
21
  title?: string;
23
22
  icon?: BaseAlertIconType;
24
23
  color?: BaseAlertColorType;
25
24
  variant?: BaseAlertVariantType;
26
25
  isClosed?: boolean;
27
26
  isDismissable?: boolean;
28
- }>, {
29
- title: string;
30
- color: string;
31
- variant: string;
32
- isClosed: boolean;
33
- isDismissable: boolean;
34
- }>>> & Readonly<{}>, {
27
+ }> & Readonly<{}>, {
35
28
  title: string;
36
29
  color: BaseAlertColorType;
37
30
  variant: BaseAlertVariantType;
38
31
  isClosed: boolean;
39
32
  isDismissable: boolean;
40
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
41
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
33
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
34
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
42
35
  export default _default;
43
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
44
- type __VLS_TypePropsToRuntimeProps<T> = {
45
- [K in keyof T]-?: {} extends Pick<T, K> ? {
46
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
47
- } : {
48
- type: import('vue').PropType<T[K]>;
49
- required: true;
50
- };
51
- };
52
- type __VLS_WithDefaults<P, D> = {
53
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
54
- default: D[K];
55
- }> : P[K];
56
- };
57
- type __VLS_Prettify<T> = {
58
- [K in keyof T]: T[K];
59
- } & {};
60
36
  type __VLS_WithTemplateSlots<T, S> = T & {
61
37
  new (): {
62
38
  $slots: S;
@@ -1,4 +1,4 @@
1
- import { type BaseFormLayoutType } from './base-form.vue';
1
+ import { BaseFormLayoutType } from './base-form.vue';
2
2
  export type BaseAutocompleteBorderType = 'none' | 'simple' | 'full';
3
3
  export interface BaseAutocompleteOptionInterface {
4
4
  label?: string;
@@ -17,101 +17,30 @@ export interface Props {
17
17
  disabled?: boolean;
18
18
  helpers?: string[];
19
19
  }
20
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
21
- modelValue: import("vue").PropType<BaseAutocompleteOptionInterface>;
22
- isLoading: import("vue").PropType<boolean>;
23
- query: import("vue").PropType<string>;
24
- errors: import("vue").PropType<string[]>;
25
- required: {
26
- type: import("vue").PropType<boolean>;
27
- default: boolean;
28
- };
29
- label: {
30
- type: import("vue").PropType<string>;
31
- };
32
- disabled: {
33
- type: import("vue").PropType<boolean>;
34
- default: boolean;
35
- };
36
- id: {
37
- type: import("vue").PropType<string>;
38
- };
39
- description: {
40
- type: import("vue").PropType<string>;
41
- };
42
- layout: {
43
- type: import("vue").PropType<BaseFormLayoutType>;
44
- default: string;
45
- };
46
- helpers: {
47
- type: import("vue").PropType<string[]>;
48
- };
49
- options: {
50
- type: import("vue").PropType<BaseAutocompleteOptionInterface[]>;
51
- required: true;
52
- };
53
- placeholder: {
54
- type: import("vue").PropType<string>;
55
- };
56
- border: {
57
- type: import("vue").PropType<BaseAutocompleteBorderType>;
58
- default: string;
59
- };
60
- autofocus: {
61
- type: import("vue").PropType<boolean>;
62
- default: boolean;
63
- };
20
+ declare let __VLS_typeProps: Props;
21
+ type __VLS_PublicProps = {
22
+ modelValue?: BaseAutocompleteOptionInterface;
23
+ 'isLoading'?: boolean;
24
+ 'query'?: string;
25
+ 'errors'?: string[];
26
+ } & typeof __VLS_typeProps;
27
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
28
+ inputRef: import('vue').Ref<any, any>;
29
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
30
+ "update:modelValue": (modelValue: BaseAutocompleteOptionInterface) => any;
31
+ "update:isLoading": (isLoading: boolean) => any;
32
+ "update:query": (query: string) => any;
33
+ "update:errors": (errors: string[]) => any;
34
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
35
+ "onUpdate:modelValue"?: ((modelValue: BaseAutocompleteOptionInterface) => any) | undefined;
36
+ "onUpdate:isLoading"?: ((isLoading: boolean) => any) | undefined;
37
+ "onUpdate:query"?: ((query: string) => any) | undefined;
38
+ "onUpdate:errors"?: ((errors: string[]) => any) | undefined;
64
39
  }>, {
65
- inputRef: import("vue").Ref<any, any>;
66
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
67
- modelValue: import("vue").PropType<BaseAutocompleteOptionInterface>;
68
- isLoading: import("vue").PropType<boolean>;
69
- query: import("vue").PropType<string>;
70
- errors: import("vue").PropType<string[]>;
71
- required: {
72
- type: import("vue").PropType<boolean>;
73
- default: boolean;
74
- };
75
- label: {
76
- type: import("vue").PropType<string>;
77
- };
78
- disabled: {
79
- type: import("vue").PropType<boolean>;
80
- default: boolean;
81
- };
82
- id: {
83
- type: import("vue").PropType<string>;
84
- };
85
- description: {
86
- type: import("vue").PropType<string>;
87
- };
88
- layout: {
89
- type: import("vue").PropType<BaseFormLayoutType>;
90
- default: string;
91
- };
92
- helpers: {
93
- type: import("vue").PropType<string[]>;
94
- };
95
- options: {
96
- type: import("vue").PropType<BaseAutocompleteOptionInterface[]>;
97
- required: true;
98
- };
99
- placeholder: {
100
- type: import("vue").PropType<string>;
101
- };
102
- border: {
103
- type: import("vue").PropType<BaseAutocompleteBorderType>;
104
- default: string;
105
- };
106
- autofocus: {
107
- type: import("vue").PropType<boolean>;
108
- default: boolean;
109
- };
110
- }>> & Readonly<{}>, {
111
40
  required: boolean;
112
41
  disabled: boolean;
113
42
  layout: BaseFormLayoutType;
114
43
  border: BaseAutocompleteBorderType;
115
44
  autofocus: boolean;
116
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
45
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
117
46
  export default _default;
@@ -1,8 +1,13 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
3
7
  };
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
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ 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>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
6
11
  export default _default;
7
12
  type __VLS_WithTemplateSlots<T, S> = T & {
8
13
  new (): {
@@ -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<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
+ declare const _default: import('vue').DefineComponent<{
5
5
  name: string;
6
6
  src?: string;
7
7
  color?: BaseAvatarColorType;
@@ -10,14 +10,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
10
10
  size?: BaseAvatarSizeType;
11
11
  indicator?: boolean;
12
12
  animate?: boolean;
13
- }>, {
14
- color: string;
15
- colorIndicator: string;
16
- shape: string;
17
- size: string;
18
- indicator: boolean;
19
- animate: boolean;
20
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
21
14
  name: string;
22
15
  src?: string;
23
16
  color?: BaseAvatarColorType;
@@ -26,36 +19,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
26
19
  size?: BaseAvatarSizeType;
27
20
  indicator?: boolean;
28
21
  animate?: boolean;
29
- }>, {
30
- color: string;
31
- colorIndicator: string;
32
- shape: string;
33
- size: string;
34
- indicator: boolean;
35
- animate: boolean;
36
- }>>> & Readonly<{}>, {
22
+ }> & Readonly<{}>, {
37
23
  animate: boolean;
38
24
  size: BaseAvatarSizeType;
39
25
  color: BaseAvatarColorType;
40
26
  shape: BaseAvatarShapeType;
41
27
  colorIndicator: BaseAvatarColorType;
42
28
  indicator: boolean;
43
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
29
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
44
30
  export default _default;
45
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
46
- type __VLS_TypePropsToRuntimeProps<T> = {
47
- [K in keyof T]-?: {} extends Pick<T, K> ? {
48
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
49
- } : {
50
- type: import('vue').PropType<T[K]>;
51
- required: true;
52
- };
53
- };
54
- type __VLS_WithDefaults<P, D> = {
55
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
56
- default: D[K];
57
- }> : P[K];
58
- };
59
- type __VLS_Prettify<T> = {
60
- [K in keyof T]: T[K];
61
- } & {};
@@ -1,48 +1,28 @@
1
1
  export type BaseBadgeColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
2
2
  export type BaseBadgeVariantType = 'filled' | 'light' | 'outlined';
3
3
  declare function __VLS_template(): {
4
- default?(_: {}): any;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ attrs: Partial<{}>;
5
9
  };
6
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<{
7
12
  color?: BaseBadgeColorType;
8
13
  variant?: BaseBadgeVariantType;
9
14
  withDot?: boolean;
10
- }>, {
11
- color: string;
12
- variant: string;
13
- withDot: boolean;
14
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
15
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
15
16
  color?: BaseBadgeColorType;
16
17
  variant?: BaseBadgeVariantType;
17
18
  withDot?: boolean;
18
- }>, {
19
- color: string;
20
- variant: string;
21
- withDot: boolean;
22
- }>>> & Readonly<{}>, {
19
+ }> & Readonly<{}>, {
23
20
  color: BaseBadgeColorType;
24
21
  variant: BaseBadgeVariantType;
25
22
  withDot: boolean;
26
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
28
25
  export default _default;
29
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
- type __VLS_TypePropsToRuntimeProps<T> = {
31
- [K in keyof T]-?: {} extends Pick<T, K> ? {
32
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
- } : {
34
- type: import('vue').PropType<T[K]>;
35
- required: true;
36
- };
37
- };
38
- type __VLS_WithDefaults<P, D> = {
39
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
- default: D[K];
41
- }> : P[K];
42
- };
43
- type __VLS_Prettify<T> = {
44
- [K in keyof T]: T[K];
45
- } & {};
46
26
  type __VLS_WithTemplateSlots<T, S> = T & {
47
27
  new (): {
48
28
  $slots: S;
@@ -4,43 +4,27 @@ export interface BaseBreadcrumbItemInterface {
4
4
  }
5
5
  export type BaseBreadcrumbSeparatoryType = 'angle' | 'arrow' | 'slash';
6
6
  declare function __VLS_template(): {
7
- default?(_: {
8
- index: number;
9
- item: BaseBreadcrumbItemInterface;
10
- }): any;
7
+ slots: {
8
+ default?(_: {
9
+ index: number;
10
+ item: BaseBreadcrumbItemInterface;
11
+ }): any;
12
+ };
13
+ refs: {};
14
+ attrs: Partial<{}>;
11
15
  };
12
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<{
13
18
  items: BaseBreadcrumbItemInterface[];
14
19
  separator: BaseBreadcrumbSeparatoryType;
15
- }>, {
16
- separator: string;
17
- }>>, {}, {}, {}, {}, 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<{
18
21
  items: BaseBreadcrumbItemInterface[];
19
22
  separator: BaseBreadcrumbSeparatoryType;
20
- }>, {
21
- separator: string;
22
- }>>> & Readonly<{}>, {
23
+ }> & Readonly<{}>, {
23
24
  separator: BaseBreadcrumbSeparatoryType;
24
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
26
27
  export default _default;
27
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- type __VLS_TypePropsToRuntimeProps<T> = {
29
- [K in keyof T]-?: {} extends Pick<T, K> ? {
30
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: import('vue').PropType<T[K]>;
33
- required: true;
34
- };
35
- };
36
- type __VLS_WithDefaults<P, D> = {
37
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
38
- default: D[K];
39
- }> : P[K];
40
- };
41
- type __VLS_Prettify<T> = {
42
- [K in keyof T]: T[K];
43
- } & {};
44
28
  type __VLS_WithTemplateSlots<T, S> = T & {
45
29
  new (): {
46
30
  $slots: S;