@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
@@ -4,9 +4,14 @@ export type BaseButtonShapeType = 'sharp' | 'rounded' | 'pill';
4
4
  export type BaseButtonSizeType = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
5
5
  export type BaseButtonType = 'submit' | 'button' | 'reset';
6
6
  declare function __VLS_template(): {
7
- default?(_: {}): any;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ attrs: Partial<{}>;
8
12
  };
9
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<{
10
15
  type?: BaseButtonType;
11
16
  size?: BaseButtonSizeType;
12
17
  color?: BaseButtonColorType;
@@ -14,15 +19,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
14
19
  shape?: BaseButtonShapeType;
15
20
  isBlock?: boolean;
16
21
  isLoading?: boolean;
17
- }>, {
18
- type: string;
19
- size: string;
20
- color: string;
21
- shape: string;
22
- variant: string;
23
- isBlock: boolean;
24
- isLoading: boolean;
25
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
22
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
26
23
  type?: BaseButtonType;
27
24
  size?: BaseButtonSizeType;
28
25
  color?: BaseButtonColorType;
@@ -30,15 +27,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
30
27
  shape?: BaseButtonShapeType;
31
28
  isBlock?: boolean;
32
29
  isLoading?: boolean;
33
- }>, {
34
- type: string;
35
- size: string;
36
- color: string;
37
- shape: string;
38
- variant: string;
39
- isBlock: boolean;
40
- isLoading: boolean;
41
- }>>> & Readonly<{}>, {
30
+ }> & Readonly<{}>, {
42
31
  type: BaseButtonType;
43
32
  size: BaseButtonSizeType;
44
33
  color: BaseButtonColorType;
@@ -46,26 +35,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
46
35
  shape: BaseButtonShapeType;
47
36
  isBlock: boolean;
48
37
  isLoading: boolean;
49
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
50
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
38
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
39
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
51
40
  export default _default;
52
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
53
- type __VLS_TypePropsToRuntimeProps<T> = {
54
- [K in keyof T]-?: {} extends Pick<T, K> ? {
55
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
56
- } : {
57
- type: import('vue').PropType<T[K]>;
58
- required: true;
59
- };
60
- };
61
- type __VLS_WithDefaults<P, D> = {
62
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
63
- default: D[K];
64
- }> : P[K];
65
- };
66
- type __VLS_Prettify<T> = {
67
- [K in keyof T]: T[K];
68
- } & {};
69
41
  type __VLS_WithTemplateSlots<T, S> = T & {
70
42
  new (): {
71
43
  $slots: S;
@@ -1,37 +1,35 @@
1
1
  export type BaseCardShapeType = 'sharp' | 'rounded';
2
- declare function __VLS_template(): {
3
- header?(_: {}): any;
4
- default?(_: {}): any;
2
+ declare let __VLS_typeProps: {
3
+ shadow?: boolean;
4
+ shape?: BaseCardShapeType;
5
5
  };
6
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
- bgColor: import("vue").PropType<string>;
8
- titleColor: import("vue").PropType<string>;
9
- bodyColor: import("vue").PropType<string>;
10
- shape: {
11
- type: import("vue").PropType<BaseCardShapeType>;
12
- default: string;
13
- };
14
- shadow: {
15
- type: import("vue").PropType<boolean>;
16
- default: boolean;
17
- };
18
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
- bgColor: import("vue").PropType<string>;
20
- titleColor: import("vue").PropType<string>;
21
- bodyColor: import("vue").PropType<string>;
22
- shape: {
23
- type: import("vue").PropType<BaseCardShapeType>;
24
- default: string;
25
- };
26
- shadow: {
27
- type: import("vue").PropType<boolean>;
28
- default: boolean;
6
+ type __VLS_PublicProps = {
7
+ 'bgColor'?: string;
8
+ 'titleColor'?: string;
9
+ 'bodyColor'?: string;
10
+ } & typeof __VLS_typeProps;
11
+ declare function __VLS_template(): {
12
+ slots: {
13
+ header?(_: {}): any;
14
+ default?(_: {}): any;
29
15
  };
30
- }>> & Readonly<{}>, {
16
+ refs: {};
17
+ attrs: Partial<{}>;
18
+ };
19
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21
+ "update:bgColor": (bgColor: string) => any;
22
+ "update:titleColor": (titleColor: string) => any;
23
+ "update:bodyColor": (bodyColor: string) => any;
24
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
25
+ "onUpdate:bgColor"?: ((bgColor: string) => any) | undefined;
26
+ "onUpdate:titleColor"?: ((titleColor: string) => any) | undefined;
27
+ "onUpdate:bodyColor"?: ((bodyColor: string) => any) | undefined;
28
+ }>, {
31
29
  shape: BaseCardShapeType;
32
30
  shadow: boolean;
33
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
34
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
31
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
32
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
35
33
  export default _default;
36
34
  type __VLS_WithTemplateSlots<T, S> = T & {
37
35
  new (): {
@@ -1,4 +1,4 @@
1
- import { type BaseFormLayoutType } from './base-form.vue';
1
+ import { BaseFormLayoutType } from './base-form.vue';
2
2
  export type BaseCheckboxThemeType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
3
3
  export interface Props {
4
4
  modelValue: boolean;
@@ -13,99 +13,24 @@ export interface Props {
13
13
  disabled?: boolean;
14
14
  helpers?: string[];
15
15
  }
16
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
17
- errors: import("vue").PropType<string[]>;
18
- required: {
19
- type: import("vue").PropType<boolean>;
20
- default: boolean;
21
- };
22
- label: {
23
- type: import("vue").PropType<string>;
24
- };
25
- text: {
26
- type: import("vue").PropType<string>;
27
- };
28
- disabled: {
29
- type: import("vue").PropType<boolean>;
30
- default: boolean;
31
- };
32
- id: {
33
- type: import("vue").PropType<string>;
34
- };
35
- modelValue: {
36
- type: import("vue").PropType<boolean>;
37
- required: true;
38
- default: boolean;
39
- };
40
- theme: {
41
- type: import("vue").PropType<BaseCheckboxThemeType>;
42
- default: string;
43
- };
44
- description: {
45
- type: import("vue").PropType<string>;
46
- };
47
- layout: {
48
- type: import("vue").PropType<BaseFormLayoutType>;
49
- default: string;
50
- };
51
- helpers: {
52
- type: import("vue").PropType<string[]>;
53
- };
54
- placeholder: {
55
- type: import("vue").PropType<string>;
56
- };
57
- }>, {
58
- inputRef: import("vue").Ref<any, any>;
59
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
60
- "update:modelValue": (value: boolean) => void;
61
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
62
- errors: import("vue").PropType<string[]>;
63
- required: {
64
- type: import("vue").PropType<boolean>;
65
- default: boolean;
66
- };
67
- label: {
68
- type: import("vue").PropType<string>;
69
- };
70
- text: {
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<boolean>;
82
- required: true;
83
- default: boolean;
84
- };
85
- theme: {
86
- type: import("vue").PropType<BaseCheckboxThemeType>;
87
- default: string;
88
- };
89
- description: {
90
- type: import("vue").PropType<string>;
91
- };
92
- layout: {
93
- type: import("vue").PropType<BaseFormLayoutType>;
94
- default: string;
95
- };
96
- helpers: {
97
- type: import("vue").PropType<string[]>;
98
- };
99
- placeholder: {
100
- type: import("vue").PropType<string>;
101
- };
102
- }>> & Readonly<{
103
- "onUpdate:modelValue"?: (value: boolean) => any;
16
+ declare let __VLS_typeProps: Props;
17
+ type __VLS_PublicProps = {
18
+ 'errors'?: string[];
19
+ } & typeof __VLS_typeProps;
20
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
21
+ inputRef: import('vue').Ref<any, any>;
22
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
+ "update:errors": (errors: string[]) => any;
24
+ } & {
25
+ "update:modelValue": (value: boolean) => any;
26
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
27
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
28
+ "onUpdate:errors"?: ((errors: string[]) => any) | undefined;
104
29
  }>, {
105
30
  required: boolean;
106
31
  disabled: boolean;
107
32
  modelValue: boolean;
108
33
  theme: BaseCheckboxThemeType;
109
34
  layout: BaseFormLayoutType;
110
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
111
36
  export default _default;
@@ -1,8 +1,8 @@
1
+ import { BaseFormLayoutType } from './base-form.vue';
1
2
  interface IOption {
2
3
  [key: string]: unknown;
3
4
  label: string;
4
5
  }
5
- import { type BaseFormLayoutType } from './base-form.vue';
6
6
  export type BaseChoosenBorderType = 'none' | 'simple' | 'full';
7
7
  export interface Props {
8
8
  id?: string;
@@ -18,118 +18,51 @@ export interface Props {
18
18
  disabled?: boolean;
19
19
  helpers?: string[];
20
20
  }
21
+ declare let __VLS_typeProps: Props;
22
+ type __VLS_PublicProps = {
23
+ modelValue?: any;
24
+ 'isLoading'?: boolean;
25
+ 'selected'?: IOption;
26
+ 'search'?: string;
27
+ 'options'?: IOption[];
28
+ 'errors'?: string[];
29
+ } & typeof __VLS_typeProps;
21
30
  declare function __VLS_template(): {
22
- default?(_: {
23
- option: any;
24
- }): any;
25
- };
26
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
27
- modelValue: import("vue").PropType<any>;
28
- isLoading: import("vue").PropType<boolean>;
29
- selected: import("vue").PropType<IOption>;
30
- search: import("vue").PropType<string>;
31
- options: import("vue").PropType<IOption[]>;
32
- errors: import("vue").PropType<string[]>;
33
- required: {
34
- type: import("vue").PropType<boolean>;
35
- default: boolean;
36
- };
37
- label: {
38
- type: import("vue").PropType<string>;
39
- };
40
- title: {
41
- type: import("vue").PropType<string>;
42
- };
43
- disabled: {
44
- type: import("vue").PropType<boolean>;
45
- default: boolean;
46
- };
47
- mode: {
48
- type: import("vue").PropType<"input" | "text">;
49
- default: string;
50
- };
51
- id: {
52
- type: import("vue").PropType<string>;
53
- };
54
- description: {
55
- type: import("vue").PropType<string>;
56
- };
57
- layout: {
58
- type: import("vue").PropType<BaseFormLayoutType>;
59
- default: string;
60
- };
61
- helpers: {
62
- type: import("vue").PropType<string[]>;
63
- };
64
- placeholder: {
65
- type: import("vue").PropType<string>;
66
- };
67
- border: {
68
- type: import("vue").PropType<BaseChoosenBorderType>;
69
- default: string;
70
- };
71
- autofocus: {
72
- type: import("vue").PropType<boolean>;
73
- default: boolean;
31
+ slots: {
32
+ default?(_: {
33
+ option: any;
34
+ }): any;
74
35
  };
75
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
76
- modelValue: import("vue").PropType<any>;
77
- isLoading: import("vue").PropType<boolean>;
78
- selected: import("vue").PropType<IOption>;
79
- search: import("vue").PropType<string>;
80
- options: import("vue").PropType<IOption[]>;
81
- errors: import("vue").PropType<string[]>;
82
- required: {
83
- type: import("vue").PropType<boolean>;
84
- default: boolean;
36
+ refs: {
37
+ modalRef: unknown;
38
+ inputRef: unknown;
85
39
  };
86
- label: {
87
- type: import("vue").PropType<string>;
88
- };
89
- title: {
90
- type: import("vue").PropType<string>;
91
- };
92
- disabled: {
93
- type: import("vue").PropType<boolean>;
94
- default: boolean;
95
- };
96
- mode: {
97
- type: import("vue").PropType<"input" | "text">;
98
- default: string;
99
- };
100
- id: {
101
- type: import("vue").PropType<string>;
102
- };
103
- description: {
104
- type: import("vue").PropType<string>;
105
- };
106
- layout: {
107
- type: import("vue").PropType<BaseFormLayoutType>;
108
- default: string;
109
- };
110
- helpers: {
111
- type: import("vue").PropType<string[]>;
112
- };
113
- placeholder: {
114
- type: import("vue").PropType<string>;
115
- };
116
- border: {
117
- type: import("vue").PropType<BaseChoosenBorderType>;
118
- default: string;
119
- };
120
- autofocus: {
121
- type: import("vue").PropType<boolean>;
122
- default: boolean;
123
- };
124
- }>> & Readonly<{}>, {
40
+ attrs: Partial<{}>;
41
+ };
42
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
43
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
44
+ "update:modelValue": (modelValue: any) => any;
45
+ "update:isLoading": (isLoading: boolean) => any;
46
+ "update:errors": (errors: string[]) => any;
47
+ "update:selected": (selected: IOption) => any;
48
+ "update:search": (search: string) => any;
49
+ "update:options": (options: IOption[]) => any;
50
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
51
+ "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
52
+ "onUpdate:isLoading"?: ((isLoading: boolean) => any) | undefined;
53
+ "onUpdate:errors"?: ((errors: string[]) => any) | undefined;
54
+ "onUpdate:selected"?: ((selected: IOption) => any) | undefined;
55
+ "onUpdate:search"?: ((search: string) => any) | undefined;
56
+ "onUpdate:options"?: ((options: IOption[]) => any) | undefined;
57
+ }>, {
125
58
  required: boolean;
126
59
  disabled: boolean;
127
60
  mode: "input" | "text";
128
61
  layout: BaseFormLayoutType;
129
62
  border: BaseChoosenBorderType;
130
63
  autofocus: boolean;
131
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
132
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
64
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
65
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
133
66
  export default _default;
134
67
  type __VLS_WithTemplateSlots<T, S> = T & {
135
68
  new (): {
@@ -1,4 +1,4 @@
1
- import { type BaseFormLayoutType } from './base-form.vue';
1
+ import { BaseFormLayoutType } from './base-form.vue';
2
2
  export type BaseDatepickerBorderType = 'simple' | 'full' | 'none';
3
3
  export interface Props {
4
4
  modelValue: string;
@@ -12,96 +12,27 @@ export interface Props {
12
12
  disabled?: boolean;
13
13
  helpers?: string[];
14
14
  }
15
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
16
- errors: import("vue").PropType<string[]>;
17
- required: {
18
- type: import("vue").PropType<boolean>;
19
- default: boolean;
20
- };
21
- label: {
22
- type: import("vue").PropType<string>;
23
- };
24
- disabled: {
25
- type: import("vue").PropType<boolean>;
26
- default: boolean;
27
- };
28
- id: {
29
- type: import("vue").PropType<string>;
30
- };
31
- modelValue: {
32
- type: import("vue").PropType<string>;
33
- required: true;
34
- };
35
- description: {
36
- type: import("vue").PropType<string>;
37
- };
38
- layout: {
39
- type: import("vue").PropType<BaseFormLayoutType>;
40
- default: string;
41
- };
42
- helpers: {
43
- type: import("vue").PropType<string[]>;
44
- };
45
- border: {
46
- type: import("vue").PropType<BaseDatepickerBorderType>;
47
- default: string;
48
- };
49
- autofocus: {
50
- type: import("vue").PropType<boolean>;
51
- default: boolean;
52
- };
53
- }>, {
54
- inputRef: import("vue").Ref<any, any>;
55
- dateRef: import("vue").Ref<any, any>;
56
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
57
- isoValue: (value: string) => void;
58
- "update:modelValue": (value: string) => void;
59
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
60
- errors: import("vue").PropType<string[]>;
61
- required: {
62
- type: import("vue").PropType<boolean>;
63
- default: boolean;
64
- };
65
- label: {
66
- type: import("vue").PropType<string>;
67
- };
68
- disabled: {
69
- type: import("vue").PropType<boolean>;
70
- default: boolean;
71
- };
72
- id: {
73
- type: import("vue").PropType<string>;
74
- };
75
- modelValue: {
76
- type: import("vue").PropType<string>;
77
- required: true;
78
- };
79
- description: {
80
- type: import("vue").PropType<string>;
81
- };
82
- layout: {
83
- type: import("vue").PropType<BaseFormLayoutType>;
84
- default: string;
85
- };
86
- helpers: {
87
- type: import("vue").PropType<string[]>;
88
- };
89
- border: {
90
- type: import("vue").PropType<BaseDatepickerBorderType>;
91
- default: string;
92
- };
93
- autofocus: {
94
- type: import("vue").PropType<boolean>;
95
- default: boolean;
96
- };
97
- }>> & Readonly<{
98
- "onUpdate:modelValue"?: (value: string) => any;
99
- onIsoValue?: (value: string) => any;
15
+ declare let __VLS_typeProps: Props;
16
+ type __VLS_PublicProps = {
17
+ 'errors'?: string[];
18
+ } & typeof __VLS_typeProps;
19
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
20
+ inputRef: import('vue').Ref<any, any>;
21
+ dateRef: import('vue').Ref<any, any>;
22
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
+ "update:errors": (errors: string[]) => any;
24
+ } & {
25
+ "update:modelValue": (value: string) => any;
26
+ isoValue: (value: string) => any;
27
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
28
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
29
+ "onUpdate:errors"?: ((errors: string[]) => any) | undefined;
30
+ onIsoValue?: ((value: string) => any) | undefined;
100
31
  }>, {
101
32
  required: boolean;
102
33
  disabled: boolean;
103
34
  layout: BaseFormLayoutType;
104
35
  border: BaseDatepickerBorderType;
105
36
  autofocus: boolean;
106
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
37
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
107
38
  export default _default;
@@ -1,18 +1,9 @@
1
1
  export type BaseDividerOrientation = 'horizontal' | 'vertical';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ declare const _default: import('vue').DefineComponent<{
3
3
  text?: string;
4
4
  orientation: BaseDividerOrientation;
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
  text?: string;
7
7
  orientation: BaseDividerOrientation;
8
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
9
  export default _default;
10
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- type __VLS_TypePropsToRuntimeProps<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: import('vue').PropType<T[K]>;
16
- required: true;
17
- };
18
- };
@@ -2,36 +2,20 @@ export interface Props {
2
2
  text?: string;
3
3
  }
4
4
  declare function __VLS_template(): {
5
- default?(_: {
6
- active: any;
7
- }): any;
5
+ slots: {
6
+ default?(_: {
7
+ active: any;
8
+ }): any;
9
+ };
10
+ refs: {};
11
+ attrs: Partial<{}>;
8
12
  };
9
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
- text: string;
11
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
- text: string;
13
- }>>> & Readonly<{}>, {
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
14
15
  text: string;
15
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
18
  export default _default;
18
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
- type __VLS_TypePropsToRuntimeProps<T> = {
20
- [K in keyof T]-?: {} extends Pick<T, K> ? {
21
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
- } : {
23
- type: import('vue').PropType<T[K]>;
24
- required: true;
25
- };
26
- };
27
- type __VLS_WithDefaults<P, D> = {
28
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
- default: D[K];
30
- }> : P[K];
31
- };
32
- type __VLS_Prettify<T> = {
33
- [K in keyof T]: T[K];
34
- } & {};
35
19
  type __VLS_WithTemplateSlots<T, S> = T & {
36
20
  new (): {
37
21
  $slots: S;