@rebilly/revel 8.14.2 → 8.16.0

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 (41) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/dist/components/r-alert/r-alert.vue.d.ts +2 -29
  3. package/dist/components/r-avatar/r-avatar.vue.d.ts +1 -10
  4. package/dist/components/r-badge/r-badge.vue.d.ts +8 -31
  5. package/dist/components/r-button/r-button.vue.d.ts +3 -46
  6. package/dist/components/r-button-group/r-button-group.vue.d.ts +2 -23
  7. package/dist/components/r-checkbox/r-checkbox.vue.d.ts +5 -40
  8. package/dist/components/r-date-input/r-calendar.vue.d.ts +5 -36
  9. package/dist/components/r-date-input/r-date-input.vue.d.ts +10 -69
  10. package/dist/components/r-date-input/r-date-range-button-group.vue.d.ts +6 -41
  11. package/dist/components/r-date-input/r-range-calendar.vue.d.ts +7 -38
  12. package/dist/components/r-field-group/r-field-group.vue.d.ts +1 -1
  13. package/dist/components/r-file-upload/r-file-upload.vue.d.ts +5 -30
  14. package/dist/components/r-flex/r-flex-item.vue.d.ts +2 -31
  15. package/dist/components/r-flex/r-flex.vue.d.ts +2 -37
  16. package/dist/components/r-grid/r-grid-cell.vue.d.ts +2 -31
  17. package/dist/components/r-grid/r-grid.vue.d.ts +2 -35
  18. package/dist/components/r-icon/r-icon.vue.d.ts +6 -29
  19. package/dist/components/r-img/r-img.vue.d.ts +6 -33
  20. package/dist/components/r-input/r-input.vue.d.ts +7 -78
  21. package/dist/components/r-loader/r-loader.vue.d.ts +2 -29
  22. package/dist/components/r-modal/r-modal.vue.d.ts +10 -43
  23. package/dist/components/r-month-picker/r-month-picker.vue.d.ts +8 -41
  24. package/dist/components/r-pagination/r-pagination.vue.d.ts +4 -27
  25. package/dist/components/r-pagination-control/r-pagination-control.vue.d.ts +1 -1
  26. package/dist/components/r-popper/r-popper.vue.d.ts +5 -52
  27. package/dist/components/r-radio/r-radio.vue.d.ts +5 -38
  28. package/dist/components/r-repeater/r-repeater.vue.d.ts +2 -27
  29. package/dist/components/r-select/r-select.vue.d.ts +121 -9
  30. package/dist/components/r-tabs/r-tab.vue.d.ts +7 -7
  31. package/dist/components/r-tabs/r-tabs.vue.d.ts +21 -6842
  32. package/dist/components/r-tabs/types.d.ts +1 -1
  33. package/dist/components/r-tile/r-tile.vue.d.ts +1 -1
  34. package/dist/components/r-toast/r-toast.vue.d.ts +5 -40
  35. package/dist/components/r-toggle/r-toggle.vue.d.ts +5 -32
  36. package/dist/composables/use-validate.d.ts +1 -1
  37. package/dist/playground/Playground-copyme.vue.d.ts +1 -1
  38. package/dist/revel.mjs +6019 -6189
  39. package/dist/revel.umd.js +120 -121
  40. package/dist/style.css +1 -1
  41. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [8.14.2](https://github.com/Rebilly/rebilly/compare/revel-v8.14.1...revel-v8.14.2) (2025-07-07)
1
+ ## [8.16.0](https://github.com/Rebilly/rebilly/compare/revel-v8.15.0...revel-v8.16.0) (2025-07-08)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * **recomm:** Highlighted text color ([#12983](https://github.com/Rebilly/rebilly/issues/12983)) ([88abf00](https://github.com/Rebilly/rebilly/commit/88abf00686e5c8dceb56b1ce5ecb73c440f1bf1a))
6
+ * **fe:** Upgrade vue to 3.5.16 ([#12773](https://github.com/Rebilly/rebilly/issues/12773)) ([7d2339b](https://github.com/Rebilly/rebilly/commit/7d2339b0ea57b0f097e5bc76d18b692768ec3141))
@@ -21,43 +21,16 @@ declare var __VLS_7: {};
21
21
  type __VLS_Slots = {} & {
22
22
  content?: (props: typeof __VLS_7) => any;
23
23
  };
24
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
25
- title: undefined;
26
- icon: undefined;
27
- type: string;
28
- permanent: boolean;
29
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
30
- title: undefined;
31
- icon: undefined;
32
- type: string;
33
- permanent: boolean;
34
- }>>>, {
24
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
35
25
  title: string;
36
26
  icon: IconNames;
37
27
  type: "default" | "negative" | "positive" | "info" | "warning";
38
28
  permanent: boolean;
39
- }>;
29
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
40
30
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
41
31
  export default _default;
42
- type __VLS_WithDefaults<P, D> = {
43
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
44
- default: D[K];
45
- }> : P[K];
46
- };
47
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
- type __VLS_TypePropsToOption<T> = {
49
- [K in keyof T]-?: {} extends Pick<T, K> ? {
50
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
51
- } : {
52
- type: import('vue').PropType<T[K]>;
53
- required: true;
54
- };
55
- };
56
32
  type __VLS_WithSlots<T, S> = T & {
57
33
  new (): {
58
34
  $slots: S;
59
35
  };
60
36
  };
61
- type __VLS_PrettifyLocal<T> = {
62
- [K in keyof T]: T[K];
63
- } & {};
@@ -25,18 +25,9 @@ declare var __VLS_7: {};
25
25
  type __VLS_Slots = {} & {
26
26
  default?: (props: typeof __VLS_7) => any;
27
27
  };
28
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<Props>>>, {}>;
28
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
29
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
30
30
  export default _default;
31
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
- type __VLS_TypePropsToOption<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
31
  type __VLS_WithSlots<T, S> = T & {
41
32
  new (): {
42
33
  $slots: S;
@@ -1,4 +1,4 @@
1
- interface Props {
1
+ export interface Props {
2
2
  /**
3
3
  * Changes background color
4
4
  */
@@ -12,43 +12,20 @@ declare var __VLS_1: {};
12
12
  type __VLS_Slots = {} & {
13
13
  default?: (props: typeof __VLS_1) => any;
14
14
  };
15
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
16
- type: string;
17
- close: boolean;
18
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
- click: () => void;
20
- close: () => void;
21
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
22
- type: string;
23
- close: boolean;
24
- }>>> & {
25
- onClick?: (() => any) | undefined;
15
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
16
+ close: () => any;
17
+ click: () => any;
18
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
26
19
  onClose?: (() => any) | undefined;
27
- }, {
20
+ onClick?: (() => any) | undefined;
21
+ }>, {
28
22
  close: boolean;
29
23
  type: string;
30
- }>;
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
31
25
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
32
26
  export default _default;
33
- type __VLS_WithDefaults<P, D> = {
34
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
35
- default: D[K];
36
- }> : P[K];
37
- };
38
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
- type __VLS_TypePropsToOption<T> = {
40
- [K in keyof T]-?: {} extends Pick<T, K> ? {
41
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
42
- } : {
43
- type: import('vue').PropType<T[K]>;
44
- required: true;
45
- };
46
- };
47
27
  type __VLS_WithSlots<T, S> = T & {
48
28
  new (): {
49
29
  $slots: S;
50
30
  };
51
31
  };
52
- type __VLS_PrettifyLocal<T> = {
53
- [K in keyof T]: T[K];
54
- } & {};
@@ -1,5 +1,5 @@
1
1
  import type { IconNames } from '../r-icon/r-icon-sprites';
2
- interface Props {
2
+ export interface Props {
3
3
  /**
4
4
  * Specify button size
5
5
  */
@@ -59,33 +59,7 @@ type __VLS_Slots = {} & {
59
59
  } & {
60
60
  default?: (props: typeof __VLS_25) => any;
61
61
  };
62
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
63
- size: string;
64
- link: boolean;
65
- href: undefined;
66
- type: string;
67
- disabled: boolean;
68
- active: boolean;
69
- fluid: boolean;
70
- loading: boolean;
71
- capitalizeFirstLetter: boolean;
72
- iconLeft: undefined;
73
- iconRight: undefined;
74
- icon: undefined;
75
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
76
- size: string;
77
- link: boolean;
78
- href: undefined;
79
- type: string;
80
- disabled: boolean;
81
- active: boolean;
82
- fluid: boolean;
83
- loading: boolean;
84
- capitalizeFirstLetter: boolean;
85
- iconLeft: undefined;
86
- iconRight: undefined;
87
- icon: undefined;
88
- }>>>, {
62
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
89
63
  loading: boolean;
90
64
  link: boolean;
91
65
  icon: IconNames;
@@ -98,28 +72,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
98
72
  capitalizeFirstLetter: boolean;
99
73
  iconLeft: IconNames;
100
74
  iconRight: IconNames;
101
- }>;
75
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
102
76
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
103
77
  export default _default;
104
- type __VLS_WithDefaults<P, D> = {
105
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
106
- default: D[K];
107
- }> : P[K];
108
- };
109
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
110
- type __VLS_TypePropsToOption<T> = {
111
- [K in keyof T]-?: {} extends Pick<T, K> ? {
112
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
113
- } : {
114
- type: import('vue').PropType<T[K]>;
115
- required: true;
116
- };
117
- };
118
78
  type __VLS_WithSlots<T, S> = T & {
119
79
  new (): {
120
80
  $slots: S;
121
81
  };
122
82
  };
123
- type __VLS_PrettifyLocal<T> = {
124
- [K in keyof T]: T[K];
125
- } & {};
@@ -8,34 +8,13 @@ declare var __VLS_1: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_1) => any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
11
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
12
12
  fluid: boolean;
13
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
14
- fluid: boolean;
15
- }>>>, {
16
- fluid: boolean;
17
- }>;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
14
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
15
  export default _default;
20
- type __VLS_WithDefaults<P, D> = {
21
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
22
- default: D[K];
23
- }> : P[K];
24
- };
25
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
- type __VLS_TypePropsToOption<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
16
  type __VLS_WithSlots<T, S> = T & {
35
17
  new (): {
36
18
  $slots: S;
37
19
  };
38
20
  };
39
- type __VLS_PrettifyLocal<T> = {
40
- [K in keyof T]: T[K];
41
- } & {};
@@ -39,29 +39,11 @@ declare var __VLS_1: {};
39
39
  type __VLS_Slots = {} & {
40
40
  label?: (props: typeof __VLS_1) => any;
41
41
  };
42
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
43
- label: string;
44
- id: () => string;
45
- caption: undefined;
46
- modelValue: boolean;
47
- value: string;
48
- fuzzy: boolean;
49
- disabled: boolean;
50
- validate: null;
51
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
52
- "update:modelValue": (value: string | number | boolean | string[]) => void;
53
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
54
- label: string;
55
- id: () => string;
56
- caption: undefined;
57
- modelValue: boolean;
58
- value: string;
59
- fuzzy: boolean;
60
- disabled: boolean;
61
- validate: null;
62
- }>>> & {
42
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
43
+ "update:modelValue": (value: string | number | boolean | string[]) => any;
44
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
63
45
  "onUpdate:modelValue"?: ((value: string | number | boolean | string[]) => any) | undefined;
64
- }, {
46
+ }>, {
65
47
  id: string;
66
48
  caption: string;
67
49
  label: string;
@@ -70,28 +52,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
70
52
  modelValue: string | number | boolean | string[];
71
53
  fuzzy: boolean;
72
54
  validate: Nullable<ValidationState>;
73
- }>;
55
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
74
56
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
75
57
  export default _default;
76
- type __VLS_WithDefaults<P, D> = {
77
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
78
- default: D[K];
79
- }> : P[K];
80
- };
81
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
82
- type __VLS_TypePropsToOption<T> = {
83
- [K in keyof T]-?: {} extends Pick<T, K> ? {
84
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
85
- } : {
86
- type: import('vue').PropType<T[K]>;
87
- required: true;
88
- };
89
- };
90
58
  type __VLS_WithSlots<T, S> = T & {
91
59
  new (): {
92
60
  $slots: S;
93
61
  };
94
62
  };
95
- type __VLS_PrettifyLocal<T> = {
96
- [K in keyof T]: T[K];
97
- } & {};
@@ -25,47 +25,16 @@ interface Props {
25
25
  */
26
26
  masks?: object;
27
27
  }
28
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
29
- modelValue: string;
30
- disabled: boolean;
31
- timezone: string;
32
- type: string;
33
- modelConfig: undefined;
34
- masks: () => {};
35
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
- "update:modelValue": (value: string | Date) => void;
37
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
38
- modelValue: string;
39
- disabled: boolean;
40
- timezone: string;
41
- type: string;
42
- modelConfig: undefined;
43
- masks: () => {};
44
- }>>> & {
28
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
29
+ "update:modelValue": (value: string | Date) => any;
30
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
45
31
  "onUpdate:modelValue"?: ((value: string | Date) => any) | undefined;
46
- }, {
32
+ }>, {
47
33
  type: string;
48
34
  disabled: boolean;
49
35
  modelValue: Date | string;
50
36
  timezone: string;
51
37
  modelConfig: object;
52
38
  masks: object;
53
- }>;
39
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
54
40
  export default _default;
55
- type __VLS_WithDefaults<P, D> = {
56
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
57
- default: D[K];
58
- }> : P[K];
59
- };
60
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
61
- type __VLS_TypePropsToOption<T> = {
62
- [K in keyof T]-?: {} extends Pick<T, K> ? {
63
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
64
- } : {
65
- type: import('vue').PropType<T[K]>;
66
- required: true;
67
- };
68
- };
69
- type __VLS_PrettifyLocal<T> = {
70
- [K in keyof T]: T[K];
71
- } & {};
@@ -84,53 +84,11 @@ interface Props {
84
84
  */
85
85
  masks?: object;
86
86
  }
87
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
88
- label: string;
89
- id: () => string;
90
- caption: undefined;
91
- modelValue: () => Date;
92
- disabled: boolean;
93
- validate: null;
94
- showValidateMessages: boolean;
95
- timezone: string;
96
- availableDates: undefined;
97
- columns: number;
98
- timePicker: boolean;
99
- placeholder: string;
100
- minDate: undefined;
101
- maxDate: undefined;
102
- type: string;
103
- is24hr: boolean;
104
- hideTimeHeader: boolean;
105
- placement: string;
106
- locale: undefined;
107
- masks: () => {};
108
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
109
- "update:modelValue": (value: string | Date | DateRange) => void;
110
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
111
- label: string;
112
- id: () => string;
113
- caption: undefined;
114
- modelValue: () => Date;
115
- disabled: boolean;
116
- validate: null;
117
- showValidateMessages: boolean;
118
- timezone: string;
119
- availableDates: undefined;
120
- columns: number;
121
- timePicker: boolean;
122
- placeholder: string;
123
- minDate: undefined;
124
- maxDate: undefined;
125
- type: string;
126
- is24hr: boolean;
127
- hideTimeHeader: boolean;
128
- placement: string;
129
- locale: undefined;
130
- masks: () => {};
131
- }>>> & {
87
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
88
+ "update:modelValue": (value: string | Date | DateRange) => any;
89
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
132
90
  "onUpdate:modelValue"?: ((value: string | Date | DateRange) => any) | undefined;
133
- }, {
91
+ }>, {
134
92
  columns: number;
135
93
  id: string;
136
94
  caption: string;
@@ -142,31 +100,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
142
100
  placement: string;
143
101
  timezone: string;
144
102
  masks: object;
145
- is24hr: boolean;
146
- hideTimeHeader: boolean;
147
- locale: string;
148
- minDate: Date | string | object;
149
- maxDate: Date | string | object;
150
103
  placeholder: string;
151
104
  timePicker: boolean;
105
+ is24hr: boolean;
152
106
  showValidateMessages: boolean;
153
107
  availableDates: object;
154
- }>;
108
+ minDate: Date | string | object;
109
+ maxDate: Date | string | object;
110
+ hideTimeHeader: boolean;
111
+ locale: string;
112
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
155
113
  export default _default;
156
- type __VLS_WithDefaults<P, D> = {
157
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
158
- default: D[K];
159
- }> : P[K];
160
- };
161
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
162
- type __VLS_TypePropsToOption<T> = {
163
- [K in keyof T]-?: {} extends Pick<T, K> ? {
164
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
165
- } : {
166
- type: import('vue').PropType<T[K]>;
167
- required: true;
168
- };
169
- };
170
- type __VLS_PrettifyLocal<T> = {
171
- [K in keyof T]: T[K];
172
- } & {};
@@ -33,53 +33,18 @@ interface Props {
33
33
  */
34
34
  timezone?: string;
35
35
  }
36
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
37
- modelValue: undefined;
38
- calendarToggle: () => () => undefined;
39
- disabled: boolean;
40
- timePicker: boolean;
41
- is24hr: boolean;
42
- showPresets: boolean;
43
- placeholder: string;
44
- timezone: string;
45
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
46
- "preset-select": (value: DateRange) => void;
47
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
48
- modelValue: undefined;
49
- calendarToggle: () => () => undefined;
50
- disabled: boolean;
51
- timePicker: boolean;
52
- is24hr: boolean;
53
- showPresets: boolean;
54
- placeholder: string;
55
- timezone: string;
56
- }>>> & {
36
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
37
+ "preset-select": (value: DateRange) => any;
38
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
57
39
  "onPreset-select"?: ((value: DateRange) => any) | undefined;
58
- }, {
40
+ }>, {
59
41
  disabled: boolean;
60
42
  modelValue: DateRange | string;
61
43
  timezone: string;
62
- is24hr: boolean;
63
44
  placeholder: string;
64
45
  calendarToggle: () => void;
65
46
  timePicker: boolean;
47
+ is24hr: boolean;
66
48
  showPresets: boolean;
67
- }>;
49
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
68
50
  export default _default;
69
- type __VLS_WithDefaults<P, D> = {
70
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
71
- default: D[K];
72
- }> : P[K];
73
- };
74
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
75
- type __VLS_TypePropsToOption<T> = {
76
- [K in keyof T]-?: {} extends Pick<T, K> ? {
77
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
78
- } : {
79
- type: import('vue').PropType<T[K]>;
80
- required: true;
81
- };
82
- };
83
- type __VLS_PrettifyLocal<T> = {
84
- [K in keyof T]: T[K];
85
- } & {};
@@ -28,47 +28,16 @@ interface Props {
28
28
  */
29
29
  placeholder?: string;
30
30
  }
31
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
32
- modelValue: () => Date;
33
- disabled: boolean;
34
- is24hr: boolean;
35
- timePicker: boolean;
36
- timezone: string;
37
- placeholder: string;
38
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
- "update:modelValue": (value: string | Date | DateRange<moment.Moment | Date>) => void;
40
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
41
- modelValue: () => Date;
42
- disabled: boolean;
43
- is24hr: boolean;
44
- timePicker: boolean;
45
- timezone: string;
46
- placeholder: string;
47
- }>>> & {
48
- "onUpdate:modelValue"?: ((value: string | Date | DateRange<moment.Moment | Date>) => any) | undefined;
49
- }, {
31
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
32
+ "update:modelValue": (value: string | Date | DateRange<Date | moment.Moment>) => any;
33
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
34
+ "onUpdate:modelValue"?: ((value: string | Date | DateRange<Date | moment.Moment>) => any) | undefined;
35
+ }>, {
50
36
  disabled: boolean;
51
37
  modelValue: Date | string | DateRange;
52
38
  timezone: string;
53
- is24hr: boolean;
54
39
  placeholder: string;
55
40
  timePicker: boolean;
56
- }>;
41
+ is24hr: boolean;
42
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
57
43
  export default _default;
58
- type __VLS_WithDefaults<P, D> = {
59
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
60
- default: D[K];
61
- }> : P[K];
62
- };
63
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
64
- type __VLS_TypePropsToOption<T> = {
65
- [K in keyof T]-?: {} extends Pick<T, K> ? {
66
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
67
- } : {
68
- type: import('vue').PropType<T[K]>;
69
- required: true;
70
- };
71
- };
72
- type __VLS_PrettifyLocal<T> = {
73
- [K in keyof T]: T[K];
74
- } & {};
@@ -2,7 +2,7 @@ declare var __VLS_1: {};
2
2
  type __VLS_Slots = {} & {
3
3
  default?: (props: typeof __VLS_1) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
5
+ 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>;
6
6
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
7
  export default _default;
8
8
  type __VLS_WithSlots<T, S> = T & {
@@ -21,48 +21,23 @@ declare var __VLS_1: {
21
21
  type __VLS_Slots = {} & {
22
22
  default?: (props: typeof __VLS_1) => any;
23
23
  };
24
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
25
- multiple: boolean;
26
- accept: string;
27
- disabled: boolean;
28
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
29
25
  input: (arg: FileList) => void;
30
26
  close: () => void;
31
27
  cancel: () => void;
32
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
33
- multiple: boolean;
34
- accept: string;
35
- disabled: boolean;
36
- }>>> & {
37
- onInput?: ((arg: FileList) => any) | undefined;
28
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
38
29
  onClose?: (() => any) | undefined;
30
+ onInput?: ((arg: FileList) => any) | undefined;
39
31
  onCancel?: (() => any) | undefined;
40
- }, {
32
+ }>, {
41
33
  disabled: boolean;
42
34
  multiple: boolean;
43
35
  accept: string;
44
- }>;
36
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
45
37
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
46
38
  export default _default;
47
- type __VLS_WithDefaults<P, D> = {
48
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
49
- default: D[K];
50
- }> : P[K];
51
- };
52
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
53
- type __VLS_TypePropsToOption<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
39
  type __VLS_WithSlots<T, S> = T & {
62
40
  new (): {
63
41
  $slots: S;
64
42
  };
65
43
  };
66
- type __VLS_PrettifyLocal<T> = {
67
- [K in keyof T]: T[K];
68
- } & {};