@point-hub/papp 0.0.88 → 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 +2361 -2307
  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 +14 -14
@@ -1,4 +1,4 @@
1
- import { type BaseFormLayoutType } from './base-form.vue';
1
+ import { BaseFormLayoutType } from './base-form.vue';
2
2
  export type BaseInputType = 'text' | 'tel' | 'email' | 'password' | 'date' | 'number';
3
3
  export type BaseInputBorderType = 'none' | 'simple' | 'full';
4
4
  export interface Props {
@@ -18,120 +18,32 @@ export interface Props {
18
18
  helpers?: string[];
19
19
  errors?: string[];
20
20
  }
21
+ declare let __VLS_typeProps: Props;
22
+ type __VLS_PublicProps = {
23
+ 'errors'?: string[];
24
+ } & typeof __VLS_typeProps;
21
25
  declare function __VLS_template(): {
22
- suffix?(_: {}): any;
23
- prefix?(_: {}): any;
24
- };
25
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
26
- errors: import("vue").PropType<string[]>;
27
- type: {
28
- type: import("vue").PropType<BaseInputType>;
29
- default: string;
30
- };
31
- required: {
32
- type: import("vue").PropType<boolean>;
33
- default: boolean;
34
- };
35
- label: {
36
- type: import("vue").PropType<string>;
37
- };
38
- disabled: {
39
- type: import("vue").PropType<boolean>;
40
- default: boolean;
41
- };
42
- id: {
43
- type: import("vue").PropType<string>;
44
- };
45
- modelValue: {
46
- type: import("vue").PropType<string>;
47
- required: true;
48
- };
49
- description: {
50
- type: import("vue").PropType<string>;
51
- };
52
- layout: {
53
- type: import("vue").PropType<BaseFormLayoutType>;
54
- default: string;
26
+ slots: {
27
+ suffix?(_: {}): any;
28
+ prefix?(_: {}): any;
55
29
  };
56
- helpers: {
57
- type: import("vue").PropType<string[]>;
58
- };
59
- placeholder: {
60
- type: import("vue").PropType<string>;
61
- };
62
- border: {
63
- type: import("vue").PropType<BaseInputBorderType>;
64
- default: string;
65
- };
66
- autofocus: {
67
- type: import("vue").PropType<boolean>;
68
- default: boolean;
69
- };
70
- readonly: {
71
- type: import("vue").PropType<boolean>;
72
- default: boolean;
73
- };
74
- maxlength: {
75
- type: import("vue").PropType<number>;
76
- };
77
- }>, {
78
- inputRef: import("vue").Ref<any, any>;
79
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
80
- "update:modelValue": (value: string) => void;
81
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
82
- errors: import("vue").PropType<string[]>;
83
- type: {
84
- type: import("vue").PropType<BaseInputType>;
85
- default: string;
30
+ refs: {
31
+ inputRef: HTMLInputElement;
32
+ suffixRef: HTMLDivElement;
33
+ prefixRef: HTMLDivElement;
86
34
  };
87
- required: {
88
- type: import("vue").PropType<boolean>;
89
- default: boolean;
90
- };
91
- label: {
92
- type: import("vue").PropType<string>;
93
- };
94
- disabled: {
95
- type: import("vue").PropType<boolean>;
96
- default: boolean;
97
- };
98
- id: {
99
- type: import("vue").PropType<string>;
100
- };
101
- modelValue: {
102
- type: import("vue").PropType<string>;
103
- required: true;
104
- };
105
- description: {
106
- type: import("vue").PropType<string>;
107
- };
108
- layout: {
109
- type: import("vue").PropType<BaseFormLayoutType>;
110
- default: string;
111
- };
112
- helpers: {
113
- type: import("vue").PropType<string[]>;
114
- };
115
- placeholder: {
116
- type: import("vue").PropType<string>;
117
- };
118
- border: {
119
- type: import("vue").PropType<BaseInputBorderType>;
120
- default: string;
121
- };
122
- autofocus: {
123
- type: import("vue").PropType<boolean>;
124
- default: boolean;
125
- };
126
- readonly: {
127
- type: import("vue").PropType<boolean>;
128
- default: boolean;
129
- };
130
- maxlength: {
131
- type: import("vue").PropType<number>;
132
- };
133
- }>> & Readonly<{
134
- "onUpdate:modelValue"?: (value: string) => any;
35
+ attrs: Partial<{}>;
36
+ };
37
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
38
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
39
+ inputRef: import('vue').Ref<any, any>;
40
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
41
+ "update:errors": (errors: string[]) => any;
42
+ } & {
43
+ "update:modelValue": (value: string) => any;
44
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
45
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
46
+ "onUpdate:errors"?: ((errors: string[]) => any) | undefined;
135
47
  }>, {
136
48
  type: BaseInputType;
137
49
  required: boolean;
@@ -140,8 +52,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
140
52
  border: BaseInputBorderType;
141
53
  autofocus: boolean;
142
54
  readonly: boolean;
143
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
144
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
55
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
56
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
145
57
  export default _default;
146
58
  type __VLS_WithTemplateSlots<T, S> = T & {
147
59
  new (): {
@@ -3,60 +3,36 @@ export type BaseButtonVariantType = 'filled' | 'light' | 'outlined' | 'text';
3
3
  export type BaseButtonShapeType = 'sharp' | 'rounded' | 'pill';
4
4
  export type BaseButtonSizeType = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
5
5
  declare function __VLS_template(): {
6
- default?(_: {}): any;
6
+ slots: {
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
  href: string;
10
15
  size?: BaseButtonSizeType;
11
16
  color?: BaseButtonColorType;
12
17
  variant?: BaseButtonVariantType;
13
18
  shape?: BaseButtonShapeType;
14
19
  isBlock?: boolean;
15
- }>, {
16
- size: string;
17
- color: string;
18
- shape: string;
19
- variant: string;
20
- isBlock: 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
  href: string;
23
22
  size?: BaseButtonSizeType;
24
23
  color?: BaseButtonColorType;
25
24
  variant?: BaseButtonVariantType;
26
25
  shape?: BaseButtonShapeType;
27
26
  isBlock?: boolean;
28
- }>, {
29
- size: string;
30
- color: string;
31
- shape: string;
32
- variant: string;
33
- isBlock: boolean;
34
- }>>> & Readonly<{}>, {
27
+ }> & Readonly<{}>, {
35
28
  size: BaseButtonSizeType;
36
29
  color: BaseButtonColorType;
37
30
  variant: BaseButtonVariantType;
38
31
  shape: BaseButtonShapeType;
39
32
  isBlock: 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,41 +1,23 @@
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
  type?: "classic";
6
11
  sample?: string;
7
- }>, {
8
- type: string;
9
- sample: string;
10
- }>>, {}, {}, {}, {}, 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<{
11
13
  type?: "classic";
12
14
  sample?: string;
13
- }>, {
14
- type: string;
15
- sample: string;
16
- }>>> & Readonly<{}>, {
15
+ }> & Readonly<{}>, {
17
16
  type: "classic";
18
17
  sample: string;
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
20
  export default _default;
22
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
- type __VLS_TypePropsToRuntimeProps<T> = {
24
- [K in keyof T]-?: {} extends Pick<T, K> ? {
25
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
- } : {
27
- type: import('vue').PropType<T[K]>;
28
- required: true;
29
- };
30
- };
31
- type __VLS_WithDefaults<P, D> = {
32
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
33
- default: D[K];
34
- }> : P[K];
35
- };
36
- type __VLS_Prettify<T> = {
37
- [K in keyof T]: T[K];
38
- } & {};
39
21
  type __VLS_WithTemplateSlots<T, S> = T & {
40
22
  new (): {
41
23
  $slots: S;
@@ -3,14 +3,5 @@ interface Props {
3
3
  shape: BaseMaskShapeType;
4
4
  src: string;
5
5
  }
6
- declare const _default: 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>;
6
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
7
7
  export default _default;
8
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- type __VLS_TypePropsToRuntimeProps<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
@@ -1,45 +1,29 @@
1
1
  export type BaseModalSizeType = 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'full' | 'maximize';
2
2
  declare function __VLS_template(): {
3
- default?(_: {}): any;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ attrs: Partial<{}>;
4
8
  };
5
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import('vue').DefineComponent<{
6
11
  isOpen: boolean;
7
12
  size?: BaseModalSizeType;
8
- }>, {
9
- size: string;
10
- }>>, {
11
- isOpen: import("vue").Ref<boolean, boolean>;
12
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ }, {
14
+ isOpen: import('vue').Ref<boolean, boolean>;
15
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
16
  onClose: (...args: any[]) => void;
14
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
17
+ }, string, import('vue').PublicProps, Readonly<{
15
18
  isOpen: boolean;
16
19
  size?: BaseModalSizeType;
17
- }>, {
18
- size: string;
19
- }>>> & Readonly<{
20
- onOnClose?: (...args: any[]) => any;
20
+ }> & Readonly<{
21
+ onOnClose?: ((...args: any[]) => any) | undefined;
21
22
  }>, {
22
23
  size: BaseModalSizeType;
23
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
24
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
26
  export default _default;
26
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
- type __VLS_TypePropsToRuntimeProps<T> = {
28
- [K in keyof T]-?: {} extends Pick<T, K> ? {
29
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
- } : {
31
- type: import('vue').PropType<T[K]>;
32
- required: true;
33
- };
34
- };
35
- type __VLS_WithDefaults<P, D> = {
36
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
37
- default: D[K];
38
- }> : P[K];
39
- };
40
- type __VLS_Prettify<T> = {
41
- [K in keyof T]: T[K];
42
- } & {};
43
27
  type __VLS_WithTemplateSlots<T, S> = T & {
44
28
  new (): {
45
29
  $slots: S;
@@ -2,34 +2,13 @@ export interface Props {
2
2
  modelValue: number;
3
3
  pageSize: number;
4
4
  totalDocument: number;
5
- maxButton: number;
5
+ maxButton?: number;
6
6
  }
7
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
8
- maxButton: number;
9
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
- "update:modelValue": (value: number) => void;
11
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
- maxButton: number;
13
- }>>> & Readonly<{
14
- "onUpdate:modelValue"?: (value: number) => any;
7
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
8
+ "update:modelValue": (value: number) => any;
9
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
10
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
15
11
  }>, {
16
12
  maxButton: number;
17
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
14
  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
- };
28
- type __VLS_WithDefaults<P, D> = {
29
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
30
- default: D[K];
31
- }> : P[K];
32
- };
33
- type __VLS_Prettify<T> = {
34
- [K in keyof T]: T[K];
35
- } & {};
@@ -3,37 +3,23 @@ export interface Props {
3
3
  placement?: BasePopoverPlacementType;
4
4
  }
5
5
  declare function __VLS_template(): {
6
- default?(_: {}): any;
7
- content?(_: any): any;
6
+ slots: {
7
+ default?(_: {}): any;
8
+ content?(_: any): any;
9
+ };
10
+ refs: {
11
+ ignoreOutsideRef: HTMLButtonElement;
12
+ };
13
+ attrs: Partial<{}>;
8
14
  };
9
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
- placement: string;
11
- }>>, {
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: import('vue').DefineComponent<Props, {
12
17
  toggle: (val: boolean) => void;
13
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
- placement: string;
15
- }>>> & Readonly<{}>, {
18
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
16
19
  placement: BasePopoverPlacementType;
17
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
22
  export default _default;
20
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
21
- type __VLS_TypePropsToRuntimeProps<T> = {
22
- [K in keyof T]-?: {} extends Pick<T, K> ? {
23
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
24
- } : {
25
- type: import('vue').PropType<T[K]>;
26
- required: true;
27
- };
28
- };
29
- type __VLS_WithDefaults<P, D> = {
30
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
31
- default: D[K];
32
- }> : P[K];
33
- };
34
- type __VLS_Prettify<T> = {
35
- [K in keyof T]: T[K];
36
- } & {};
37
23
  type __VLS_WithTemplateSlots<T, S> = T & {
38
24
  new (): {
39
25
  $slots: S;
@@ -7,44 +7,24 @@ export interface Props {
7
7
  isIndeterminate?: boolean;
8
8
  }
9
9
  declare function __VLS_template(): {
10
- default?(_: {}): any;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ attrs: Partial<{}>;
11
15
  };
12
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
- color: string;
14
- size: string;
15
- isIndeterminate: boolean;
16
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
- "update:modelValue": (value: number) => void;
18
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
19
- color: string;
20
- size: string;
21
- isIndeterminate: boolean;
22
- }>>> & Readonly<{
23
- "onUpdate:modelValue"?: (value: number) => any;
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
18
+ "update:modelValue": (value: number) => any;
19
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
20
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
24
21
  }>, {
25
22
  size: BaseProgressSizeType;
26
23
  color: BaseProgressColorType;
27
24
  isIndeterminate: boolean;
28
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
29
- 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"]>;
30
27
  export default _default;
31
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
- type __VLS_TypePropsToRuntimeProps<T> = {
33
- [K in keyof T]-?: {} extends Pick<T, K> ? {
34
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
35
- } : {
36
- type: import('vue').PropType<T[K]>;
37
- required: true;
38
- };
39
- };
40
- type __VLS_WithDefaults<P, D> = {
41
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
42
- default: D[K];
43
- }> : P[K];
44
- };
45
- type __VLS_Prettify<T> = {
46
- [K in keyof T]: T[K];
47
- } & {};
48
28
  type __VLS_WithTemplateSlots<T, S> = T & {
49
29
  new (): {
50
30
  $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 BaseRadioOptionsLayout = 'vertical' | 'horizontal';
3
3
  export interface Props {
4
4
  modelValue: Record<string, any> | null | undefined | string | number | boolean;
@@ -13,100 +13,36 @@ export interface Props {
13
13
  errors?: string[];
14
14
  options: Record<string, any>[];
15
15
  }
16
+ declare let __VLS_typeProps: Props;
17
+ type __VLS_PublicProps = {
18
+ 'errors'?: string[];
19
+ } & typeof __VLS_typeProps;
16
20
  declare function __VLS_template(): {
17
- default?(_: {
18
- active: any;
19
- checked: any;
20
- option: Record<string, any>;
21
- }): any;
21
+ slots: {
22
+ default?(_: {
23
+ active: any;
24
+ checked: any;
25
+ option: Record<string, any>;
26
+ }): any;
27
+ };
28
+ refs: {};
29
+ attrs: Partial<{}>;
22
30
  };
23
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
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
- modelValue: {
40
- type: import("vue").PropType<string | number | boolean | Record<string, any>>;
41
- required: true;
42
- };
43
- description: {
44
- type: import("vue").PropType<string>;
45
- };
46
- layout: {
47
- type: import("vue").PropType<BaseFormLayoutType>;
48
- default: string;
49
- };
50
- helpers: {
51
- type: import("vue").PropType<string[]>;
52
- };
53
- options: {
54
- type: import("vue").PropType<Record<string, any>[]>;
55
- required: true;
56
- };
57
- optionsLayout: {
58
- type: import("vue").PropType<BaseRadioOptionsLayout>;
59
- default: string;
60
- };
61
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
62
- "update:modelValue": (value: string | number | boolean | Record<string, any>) => void;
63
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
64
- errors: import("vue").PropType<string[]>;
65
- required: {
66
- type: import("vue").PropType<boolean>;
67
- default: boolean;
68
- };
69
- label: {
70
- type: import("vue").PropType<string>;
71
- };
72
- disabled: {
73
- type: import("vue").PropType<boolean>;
74
- default: boolean;
75
- };
76
- id: {
77
- type: import("vue").PropType<string>;
78
- };
79
- modelValue: {
80
- type: import("vue").PropType<string | number | boolean | Record<string, any>>;
81
- required: true;
82
- };
83
- description: {
84
- type: import("vue").PropType<string>;
85
- };
86
- layout: {
87
- type: import("vue").PropType<BaseFormLayoutType>;
88
- default: string;
89
- };
90
- helpers: {
91
- type: import("vue").PropType<string[]>;
92
- };
93
- options: {
94
- type: import("vue").PropType<Record<string, any>[]>;
95
- required: true;
96
- };
97
- optionsLayout: {
98
- type: import("vue").PropType<BaseRadioOptionsLayout>;
99
- default: string;
100
- };
101
- }>> & Readonly<{
102
- "onUpdate:modelValue"?: (value: string | number | boolean | Record<string, any>) => any;
31
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
32
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
33
+ "update:errors": (errors: string[]) => any;
34
+ } & {
35
+ "update:modelValue": (value: string | number | boolean | Record<string, any> | null | undefined) => any;
36
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
37
+ "onUpdate:modelValue"?: ((value: string | number | boolean | Record<string, any> | null | undefined) => any) | undefined;
38
+ "onUpdate:errors"?: ((errors: string[]) => any) | undefined;
103
39
  }>, {
104
40
  required: boolean;
105
41
  disabled: boolean;
106
42
  layout: BaseFormLayoutType;
107
43
  optionsLayout: BaseRadioOptionsLayout;
108
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
109
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
44
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
45
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
110
46
  export default _default;
111
47
  type __VLS_WithTemplateSlots<T, S> = T & {
112
48
  new (): {