@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 interface Props {
3
3
  modelValue: number;
4
4
  id?: string;
@@ -9,73 +9,20 @@ export interface Props {
9
9
  showText?: boolean;
10
10
  helpers?: string[];
11
11
  }
12
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
13
- errors: import("vue").PropType<string[]>;
14
- label: {
15
- type: import("vue").PropType<string>;
16
- };
17
- disabled: {
18
- type: import("vue").PropType<boolean>;
19
- default: boolean;
20
- };
21
- id: {
22
- type: import("vue").PropType<string>;
23
- };
24
- modelValue: {
25
- type: import("vue").PropType<number>;
26
- required: true;
27
- };
28
- description: {
29
- type: import("vue").PropType<string>;
30
- };
31
- layout: {
32
- type: import("vue").PropType<BaseFormLayoutType>;
33
- default: string;
34
- };
35
- helpers: {
36
- type: import("vue").PropType<string[]>;
37
- };
38
- showText: {
39
- type: import("vue").PropType<boolean>;
40
- default: boolean;
41
- };
42
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
43
- "update:modelValue": (value: number) => void;
44
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
45
- errors: import("vue").PropType<string[]>;
46
- label: {
47
- type: import("vue").PropType<string>;
48
- };
49
- disabled: {
50
- type: import("vue").PropType<boolean>;
51
- default: boolean;
52
- };
53
- id: {
54
- type: import("vue").PropType<string>;
55
- };
56
- modelValue: {
57
- type: import("vue").PropType<number>;
58
- required: true;
59
- };
60
- description: {
61
- type: import("vue").PropType<string>;
62
- };
63
- layout: {
64
- type: import("vue").PropType<BaseFormLayoutType>;
65
- default: string;
66
- };
67
- helpers: {
68
- type: import("vue").PropType<string[]>;
69
- };
70
- showText: {
71
- type: import("vue").PropType<boolean>;
72
- default: boolean;
73
- };
74
- }>> & Readonly<{
75
- "onUpdate:modelValue"?: (value: number) => any;
12
+ declare let __VLS_typeProps: Props;
13
+ type __VLS_PublicProps = {
14
+ 'errors'?: string[];
15
+ } & typeof __VLS_typeProps;
16
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
+ "update:errors": (errors: string[]) => any;
18
+ } & {
19
+ "update:modelValue": (value: number) => any;
20
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
21
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
22
+ "onUpdate:errors"?: ((errors: string[]) => any) | undefined;
76
23
  }>, {
77
24
  disabled: boolean;
78
25
  layout: BaseFormLayoutType;
79
26
  showText: boolean;
80
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
81
28
  export default _default;
@@ -1,4 +1,4 @@
1
- import { type BaseFormLayoutType } from './base-form.vue';
1
+ import { BaseFormLayoutType } from './base-form.vue';
2
2
  export interface BaseSelectOptionInterface {
3
3
  label: string;
4
4
  [key: string]: any;
@@ -17,99 +17,22 @@ export interface Props {
17
17
  disabled?: boolean;
18
18
  helpers?: string[];
19
19
  }
20
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
21
- errors: import("vue").PropType<string[]>;
22
- required: {
23
- type: import("vue").PropType<boolean>;
24
- default: boolean;
25
- };
26
- label: {
27
- type: import("vue").PropType<string>;
28
- };
29
- disabled: {
30
- type: import("vue").PropType<boolean>;
31
- default: boolean;
32
- };
33
- id: {
34
- type: import("vue").PropType<string>;
35
- };
36
- modelValue: {
37
- type: import("vue").PropType<BaseSelectOptionInterface>;
38
- required: true;
39
- };
40
- description: {
41
- type: import("vue").PropType<string>;
42
- };
43
- layout: {
44
- type: import("vue").PropType<BaseFormLayoutType>;
45
- default: string;
46
- };
47
- helpers: {
48
- type: import("vue").PropType<string[]>;
49
- };
50
- options: {
51
- type: import("vue").PropType<BaseSelectOptionInterface[]>;
52
- required: true;
53
- };
54
- placeholder: {
55
- type: import("vue").PropType<string>;
56
- default: string;
57
- };
58
- border: {
59
- type: import("vue").PropType<BaseSelectBorderType>;
60
- default: string;
61
- };
62
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
63
- "update:modelValue": (value: BaseSelectOptionInterface) => void;
64
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
65
- errors: import("vue").PropType<string[]>;
66
- required: {
67
- type: import("vue").PropType<boolean>;
68
- default: boolean;
69
- };
70
- label: {
71
- type: import("vue").PropType<string>;
72
- };
73
- disabled: {
74
- type: import("vue").PropType<boolean>;
75
- default: boolean;
76
- };
77
- id: {
78
- type: import("vue").PropType<string>;
79
- };
80
- modelValue: {
81
- type: import("vue").PropType<BaseSelectOptionInterface>;
82
- required: true;
83
- };
84
- description: {
85
- type: import("vue").PropType<string>;
86
- };
87
- layout: {
88
- type: import("vue").PropType<BaseFormLayoutType>;
89
- default: string;
90
- };
91
- helpers: {
92
- type: import("vue").PropType<string[]>;
93
- };
94
- options: {
95
- type: import("vue").PropType<BaseSelectOptionInterface[]>;
96
- required: true;
97
- };
98
- placeholder: {
99
- type: import("vue").PropType<string>;
100
- default: string;
101
- };
102
- border: {
103
- type: import("vue").PropType<BaseSelectBorderType>;
104
- default: string;
105
- };
106
- }>> & Readonly<{
107
- "onUpdate:modelValue"?: (value: BaseSelectOptionInterface) => any;
20
+ declare let __VLS_typeProps: Props;
21
+ type __VLS_PublicProps = {
22
+ 'errors'?: string[];
23
+ } & typeof __VLS_typeProps;
24
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
+ "update:errors": (errors: string[]) => any;
26
+ } & {
27
+ "update:modelValue": (value: BaseSelectOptionInterface | null) => any;
28
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
29
+ "onUpdate:modelValue"?: ((value: BaseSelectOptionInterface | null) => any) | undefined;
30
+ "onUpdate:errors"?: ((errors: string[]) => any) | undefined;
108
31
  }>, {
109
32
  required: boolean;
110
33
  disabled: boolean;
111
34
  layout: BaseFormLayoutType;
112
35
  placeholder: string;
113
36
  border: BaseSelectBorderType;
114
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
37
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
115
38
  export default _default;
@@ -22,15 +22,12 @@ export interface ISitemap {
22
22
  }[];
23
23
  }[];
24
24
  }
25
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
26
- sitemap: {
27
- required: true;
28
- type: import("vue").PropType<ISitemap>;
29
- };
30
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
- sitemap: {
32
- required: true;
33
- type: import("vue").PropType<ISitemap>;
34
- };
35
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
+ type __VLS_PublicProps = {
26
+ 'sitemap': ISitemap;
27
+ };
28
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
29
+ "update:sitemap": (sitemap: ISitemap) => any;
30
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
31
+ "onUpdate:sitemap"?: ((sitemap: ISitemap) => any) | undefined;
32
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
36
33
  export default _default;
@@ -1,36 +1,13 @@
1
1
  export type BaseSpinnerColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger' | 'black' | 'white';
2
2
  export type BaseSpinnerSizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ declare const _default: import('vue').DefineComponent<{
4
4
  size?: BaseSpinnerSizeType;
5
5
  color?: BaseSpinnerColorType;
6
- }>, {
7
- size: string;
8
- color: string;
9
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
6
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
10
7
  size?: BaseSpinnerSizeType;
11
8
  color?: BaseSpinnerColorType;
12
- }>, {
13
- size: string;
14
- color: string;
15
- }>>> & Readonly<{}>, {
9
+ }> & Readonly<{}>, {
16
10
  size: BaseSpinnerSizeType;
17
11
  color: BaseSpinnerColorType;
18
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
13
  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
- } & {};
@@ -8,38 +8,13 @@ export interface Props {
8
8
  modelValue: BaseStepItemInterface[];
9
9
  showLabel?: boolean;
10
10
  }
11
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
- color: string;
13
- size: string;
14
- showLabel: boolean;
15
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
- "update:modelValue": (value: BaseStepItemInterface[]) => void;
17
- choosen: (item: BaseStepItemInterface) => void;
18
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
19
- color: string;
20
- size: string;
21
- showLabel: boolean;
22
- }>>> & Readonly<{
23
- "onUpdate:modelValue"?: (value: BaseStepItemInterface[]) => any;
24
- onChoosen?: (item: BaseStepItemInterface) => any;
11
+ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
+ "update:modelValue": (value: BaseStepItemInterface[]) => any;
13
+ choosen: (item: BaseStepItemInterface) => any;
14
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
15
+ "onUpdate:modelValue"?: ((value: BaseStepItemInterface[]) => any) | undefined;
16
+ onChoosen?: ((item: BaseStepItemInterface) => any) | undefined;
25
17
  }>, {
26
18
  showLabel: boolean;
27
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
28
20
  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
- } & {};
@@ -1,4 +1,4 @@
1
- import { type BaseFormLayoutType } from './base-form.vue';
1
+ import { BaseFormLayoutType } from './base-form.vue';
2
2
  export type BaseSwitchTextPosition = 'left' | 'right';
3
3
  export type BaseSwitchSize = 'sm' | 'md' | 'lg' | 'xl';
4
4
  export interface Props {
@@ -15,109 +15,33 @@ export interface Props {
15
15
  disabled?: boolean;
16
16
  helpers?: string[];
17
17
  }
18
+ declare let __VLS_typeProps: Props;
19
+ type __VLS_PublicProps = {
20
+ 'errors'?: string[];
21
+ } & typeof __VLS_typeProps;
18
22
  declare function __VLS_template(): {
19
- label?(_: {}): any;
20
- };
21
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
22
- errors: import("vue").PropType<string[]>;
23
- required: {
24
- type: import("vue").PropType<boolean>;
25
- default: boolean;
26
- };
27
- label: {
28
- type: import("vue").PropType<string>;
29
- };
30
- text: {
31
- type: import("vue").PropType<string>;
32
- };
33
- size: {
34
- type: import("vue").PropType<BaseSwitchSize>;
35
- default: string;
36
- };
37
- disabled: {
38
- type: import("vue").PropType<boolean>;
39
- default: boolean;
40
- };
41
- id: {
42
- type: import("vue").PropType<string>;
43
- };
44
- modelValue: {
45
- type: import("vue").PropType<boolean>;
46
- required: true;
47
- };
48
- description: {
49
- type: import("vue").PropType<string>;
50
- };
51
- layout: {
52
- type: import("vue").PropType<BaseFormLayoutType>;
53
- default: string;
54
- };
55
- helpers: {
56
- type: import("vue").PropType<string[]>;
57
- };
58
- placeholder: {
59
- type: import("vue").PropType<string>;
60
- };
61
- textPosition: {
62
- type: import("vue").PropType<BaseSwitchTextPosition>;
63
- default: string;
64
- };
65
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
66
- "update:modelValue": (value: boolean) => void;
67
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
68
- errors: import("vue").PropType<string[]>;
69
- required: {
70
- type: import("vue").PropType<boolean>;
71
- default: boolean;
72
- };
73
- label: {
74
- type: import("vue").PropType<string>;
23
+ slots: {
24
+ label?(_: {}): any;
75
25
  };
76
- text: {
77
- type: import("vue").PropType<string>;
78
- };
79
- size: {
80
- type: import("vue").PropType<BaseSwitchSize>;
81
- default: string;
82
- };
83
- disabled: {
84
- type: import("vue").PropType<boolean>;
85
- default: boolean;
86
- };
87
- id: {
88
- type: import("vue").PropType<string>;
89
- };
90
- modelValue: {
91
- type: import("vue").PropType<boolean>;
92
- required: true;
93
- };
94
- description: {
95
- type: import("vue").PropType<string>;
96
- };
97
- layout: {
98
- type: import("vue").PropType<BaseFormLayoutType>;
99
- default: string;
100
- };
101
- helpers: {
102
- type: import("vue").PropType<string[]>;
103
- };
104
- placeholder: {
105
- type: import("vue").PropType<string>;
106
- };
107
- textPosition: {
108
- type: import("vue").PropType<BaseSwitchTextPosition>;
109
- default: string;
110
- };
111
- }>> & Readonly<{
112
- "onUpdate:modelValue"?: (value: boolean) => any;
26
+ refs: {};
27
+ attrs: Partial<{}>;
28
+ };
29
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
30
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
31
+ "update:errors": (errors: string[]) => any;
32
+ } & {
33
+ "update:modelValue": (value: boolean) => any;
34
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
35
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
36
+ "onUpdate:errors"?: ((errors: string[]) => any) | undefined;
113
37
  }>, {
114
- required: boolean;
115
38
  size: BaseSwitchSize;
39
+ required: boolean;
116
40
  disabled: boolean;
117
41
  layout: BaseFormLayoutType;
118
42
  textPosition: BaseSwitchTextPosition;
119
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
120
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
43
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
44
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
121
45
  export default _default;
122
46
  type __VLS_WithTemplateSlots<T, S> = T & {
123
47
  new (): {
@@ -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,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,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,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,10 +1,15 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {
3
- selected: any;
4
- }): any;
2
+ slots: {
3
+ default?(_: {
4
+ selected: any;
5
+ }): any;
6
+ };
7
+ refs: {};
8
+ attrs: Partial<{}>;
5
9
  };
6
- 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>;
7
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ 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>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
8
13
  export default _default;
9
14
  type __VLS_WithTemplateSlots<T, S> = T & {
10
15
  new (): {
@@ -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 (): {