bonkers-ui 1.0.65 → 1.0.67
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.
- package/LICENCE +21 -0
- package/_utils/debounce.d.ts +2 -0
- package/_utils/debounce.d.ts.map +1 -0
- package/_utils/debounce.js +12 -0
- package/_utils/debounce.js.map +1 -0
- package/bonkers-ui.umd.js +3 -3
- package/bonkers-ui.umd.js.map +1 -1
- package/components/ui-alert/index.d.ts +7 -6
- package/components/ui-alert/ui-alert.vue.d.ts +5 -4
- package/components/ui-badge/index.d.ts +7 -6
- package/components/ui-badge/ui-badge.vue.d.ts +5 -4
- package/components/ui-ber-rank/_types.d.ts +2 -1
- package/components/ui-ber-rank/index.d.ts +4 -3
- package/components/ui-ber-rank/ui-ber-rank.vue.d.ts +3 -2
- package/components/ui-button/index.d.ts +7 -6
- package/components/ui-button/ui-button.vue.d.ts +4 -3
- package/components/ui-card-cta/index.d.ts +6 -5
- package/components/ui-card-cta/ui-card-cta.vue.d.ts +4 -3
- package/components/ui-card-result/index.d.ts +6 -5
- package/components/ui-card-result/ui-card-result.vue.d.ts +2 -2
- package/components/ui-card-simple/index.d.ts +5 -4
- package/components/ui-card-simple/ui-card-simple.vue.d.ts +1 -1
- package/components/ui-checkbox/index.d.ts +6 -5
- package/components/ui-checkbox/ui-checkbox.vue.d.ts +4 -3
- package/components/ui-dropdown/index.d.ts +7 -6
- package/components/ui-dropdown/ui-dropdown.vue.d.ts +5 -4
- package/components/ui-dropdown/ui-dropdown.vue.d.ts.map +1 -1
- package/components/ui-dropdown/ui-dropdown.vue.js +45 -43
- package/components/ui-dropdown/ui-dropdown.vue.js.map +1 -1
- package/components/ui-icon/index.d.ts +6 -5
- package/components/ui-icon/ui-icon.vue.d.ts +4 -3
- package/components/ui-icon-wrapper/index.d.ts +7 -6
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts +4 -3
- package/components/ui-input/index.d.ts +7 -6
- package/components/ui-input/ui-input.vue.d.ts +4 -3
- package/components/ui-input-range/index.d.ts +3 -2
- package/components/ui-input-range/ui-input-range.vue.d.ts +1 -1
- package/components/ui-list-item/index.d.ts +7 -6
- package/components/ui-list-item/ui-list-item.vue.d.ts +5 -4
- package/components/ui-modal/index.d.ts +7 -6
- package/components/ui-modal/ui-backdrop/index.d.ts +5 -4
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts +1 -1
- package/components/ui-modal/ui-modal.vue.d.ts +4 -3
- package/components/ui-notification-badge/index.d.ts +7 -6
- package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +4 -3
- package/components/ui-order-card/index.d.ts +6 -5
- package/components/ui-order-card/ui-order-card.vue.d.ts +5 -4
- package/components/ui-plain-radio/index.d.ts +6 -5
- package/components/ui-plain-radio/ui-plain-radio.vue.d.ts +2 -2
- package/components/ui-progress/index.d.ts +3 -2
- package/components/ui-progress/ui-progress.vue.d.ts +1 -1
- package/components/ui-radio/index.d.ts +6 -5
- package/components/ui-radio/ui-radio.vue.d.ts +4 -3
- package/components/ui-radio-compact/index.d.ts +6 -5
- package/components/ui-radio-compact/ui-radio-compact.vue.d.ts +2 -2
- package/components/ui-radio-fancy/index.d.ts +6 -5
- package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +5 -4
- package/components/ui-result-card-range/index.d.ts +6 -5
- package/components/ui-result-card-range/ui-result-card-range.vue.d.ts +4 -3
- package/components/ui-ripple/index.d.ts +5 -4
- package/components/ui-ripple/ui-ripple.vue.d.ts +1 -1
- package/components/ui-select/index.d.ts +6 -5
- package/components/ui-select/ui-select.vue.d.ts +2 -2
- package/components/ui-skeleton/index.d.ts +3 -2
- package/components/ui-skeleton/ui-skeleton.vue.d.ts +3 -2
- package/components/ui-snackbar/index.d.ts +7 -6
- package/components/ui-snackbar/ui-snackbar.vue.d.ts +4 -3
- package/components/ui-table/index.d.ts +10 -9
- package/components/ui-table/ui-table-cell/index.d.ts +6 -5
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts +4 -3
- package/components/ui-table/ui-table-row/index.d.ts +7 -6
- package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts +4 -3
- package/components/ui-table/ui-table.vue.d.ts +4 -3
- package/components/ui-tabs/index.d.ts +3 -2
- package/components/ui-tabs/ui-tabs.vue.d.ts +1 -1
- package/components/ui-toggle/index.d.ts +6 -5
- package/components/ui-toggle/ui-toggle.vue.d.ts +2 -2
- package/components/ui-typography/index.d.ts +8 -7
- package/components/ui-typography/ui-typography.vue.d.ts +6 -5
- package/components/ui-verification-input/index.d.ts +6 -5
- package/components/ui-verification-input/ui-verification-input.vue.d.ts +2 -2
- package/index.d.ts +37 -36
- package/package.json +36 -35
- package/types.d.ts +20 -20
- package/postcss.config.js +0 -8
- package/tsconfig.json +0 -60
- package/tsconfig.node.json +0 -12
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { TIconName } from './_typings';
|
|
2
2
|
import { ESize } from '../../_types/sizing';
|
|
3
3
|
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
4
|
-
import UiIcon from
|
|
4
|
+
import { default as UiIcon } from './ui-icon.vue';
|
|
5
|
+
|
|
5
6
|
export { UiIcon };
|
|
6
|
-
export { ESize } from
|
|
7
|
-
export { EIconType } from
|
|
8
|
-
export type { TIconName } from
|
|
7
|
+
export { ESize } from '../../_types/sizing';
|
|
8
|
+
export { EIconType } from './_typings';
|
|
9
|
+
export type { TIconName } from './_typings';
|
|
9
10
|
/**
|
|
10
11
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
11
12
|
*/
|
|
@@ -18,7 +19,7 @@ declare const deprecatedDefault: DefineComponent<{
|
|
|
18
19
|
type: PropType<TIconName>;
|
|
19
20
|
required: true;
|
|
20
21
|
};
|
|
21
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
22
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
22
23
|
size: {
|
|
23
24
|
type: PropType<ESize>;
|
|
24
25
|
default: ESize;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
2
|
+
import { TIconName } from './_typings';
|
|
3
|
+
import { ESize } from '../../_types/sizing';
|
|
4
|
+
|
|
4
5
|
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
6
|
size?: ESize | undefined;
|
|
6
7
|
iconName: TIconName;
|
|
7
8
|
}>, {
|
|
8
9
|
size: ESize;
|
|
9
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
11
|
size?: ESize | undefined;
|
|
11
12
|
iconName: TIconName;
|
|
12
13
|
}>, {
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { EIconWrapperSizes, EIconWrapperTypes } from './_typings';
|
|
2
2
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
3
|
-
import UiIconWrapper from
|
|
3
|
+
import { default as UiIconWrapper } from './ui-icon-wrapper.vue';
|
|
4
|
+
|
|
4
5
|
export { UiIconWrapper };
|
|
5
|
-
export { EIconWrapperTypes, EIconWrapperSizes } from
|
|
6
|
+
export { EIconWrapperTypes, EIconWrapperSizes } from './_typings';
|
|
6
7
|
/**
|
|
7
8
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
8
9
|
*/
|
|
9
10
|
declare const deprecatedDefault: {
|
|
10
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
11
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
11
12
|
size: {
|
|
12
13
|
type: PropType<EIconWrapperSizes>;
|
|
13
14
|
default: EIconWrapperSizes;
|
|
@@ -16,7 +17,7 @@ declare const deprecatedDefault: {
|
|
|
16
17
|
type: PropType<EIconWrapperTypes>;
|
|
17
18
|
default: EIconWrapperTypes;
|
|
18
19
|
};
|
|
19
|
-
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
20
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
20
21
|
size: {
|
|
21
22
|
type: PropType<EIconWrapperSizes>;
|
|
22
23
|
default: EIconWrapperSizes;
|
|
@@ -35,7 +36,7 @@ declare const deprecatedDefault: {
|
|
|
35
36
|
C: {};
|
|
36
37
|
M: {};
|
|
37
38
|
Defaults: {};
|
|
38
|
-
}, Readonly<ExtractPropTypes<{
|
|
39
|
+
}, Readonly< ExtractPropTypes<{
|
|
39
40
|
size: {
|
|
40
41
|
type: PropType<EIconWrapperSizes>;
|
|
41
42
|
default: EIconWrapperSizes;
|
|
@@ -51,7 +52,7 @@ declare const deprecatedDefault: {
|
|
|
51
52
|
__isFragment?: undefined;
|
|
52
53
|
__isTeleport?: undefined;
|
|
53
54
|
__isSuspense?: undefined;
|
|
54
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
55
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
55
56
|
size: {
|
|
56
57
|
type: PropType<EIconWrapperSizes>;
|
|
57
58
|
default: EIconWrapperSizes;
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { EIconWrapperSizes, EIconWrapperTypes } from
|
|
2
|
+
import { EIconWrapperSizes, EIconWrapperTypes } from './_typings';
|
|
3
|
+
|
|
3
4
|
type TProps = {
|
|
4
5
|
kind?: EIconWrapperTypes;
|
|
5
6
|
size?: EIconWrapperSizes;
|
|
6
7
|
};
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TProps>, {
|
|
8
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TProps>, {
|
|
8
9
|
kind: EIconWrapperTypes;
|
|
9
10
|
size: EIconWrapperSizes;
|
|
10
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TProps>, {
|
|
11
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TProps>, {
|
|
11
12
|
kind: EIconWrapperTypes;
|
|
12
13
|
size: EIconWrapperSizes;
|
|
13
14
|
}>>>, {
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { EInputType, EInputKinds, EAutocomplete } from './_typings';
|
|
2
2
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
3
|
-
import UiInput from
|
|
4
|
-
|
|
3
|
+
import { default as UiInput } from './ui-input.vue';
|
|
4
|
+
|
|
5
|
+
export { EInputType, EInputKinds, EAutocomplete } from './_typings';
|
|
5
6
|
export { UiInput };
|
|
6
7
|
/**
|
|
7
8
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
8
9
|
*/
|
|
9
10
|
declare const deprecatedDefault: {
|
|
10
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
11
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
11
12
|
type: {
|
|
12
13
|
type: PropType<EInputType>;
|
|
13
14
|
default: EInputType;
|
|
@@ -65,7 +66,7 @@ declare const deprecatedDefault: {
|
|
|
65
66
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
66
67
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
67
68
|
"update:modelValue": (...args: any[]) => void;
|
|
68
|
-
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
69
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
69
70
|
type: {
|
|
70
71
|
type: PropType<EInputType>;
|
|
71
72
|
default: EInputType;
|
|
@@ -142,7 +143,7 @@ declare const deprecatedDefault: {
|
|
|
142
143
|
C: {};
|
|
143
144
|
M: {};
|
|
144
145
|
Defaults: {};
|
|
145
|
-
}, Readonly<ExtractPropTypes<{
|
|
146
|
+
}, Readonly< ExtractPropTypes<{
|
|
146
147
|
type: {
|
|
147
148
|
type: PropType<EInputType>;
|
|
148
149
|
default: EInputType;
|
|
@@ -216,7 +217,7 @@ declare const deprecatedDefault: {
|
|
|
216
217
|
__isFragment?: undefined;
|
|
217
218
|
__isTeleport?: undefined;
|
|
218
219
|
__isSuspense?: undefined;
|
|
219
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
220
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
220
221
|
type: {
|
|
221
222
|
type: PropType<EInputType>;
|
|
222
223
|
default: EInputType;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { EAutocomplete, EInputKinds, EInputType } from
|
|
3
|
-
|
|
2
|
+
import { EAutocomplete, EInputKinds, EInputType } from './_typings';
|
|
3
|
+
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
5
|
placeholder?: string | undefined;
|
|
5
6
|
modelValue: string | number;
|
|
6
7
|
disabled?: boolean | undefined;
|
|
@@ -30,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaul
|
|
|
30
31
|
kind: EInputKinds;
|
|
31
32
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
32
33
|
"update:modelValue": (...args: any[]) => void;
|
|
33
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
34
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
34
35
|
placeholder?: string | undefined;
|
|
35
36
|
modelValue: string | number;
|
|
36
37
|
disabled?: boolean | undefined;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
-
import UiInputRange from
|
|
2
|
+
import { default as UiInputRange } from './ui-input-range.vue';
|
|
3
|
+
|
|
3
4
|
export { UiInputRange };
|
|
4
5
|
/**
|
|
5
6
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
@@ -23,7 +24,7 @@ declare const deprecatedDefault: DefineComponent<{
|
|
|
23
24
|
};
|
|
24
25
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
25
26
|
"update:modelValue": (...args: any[]) => void;
|
|
26
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
27
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
27
28
|
modelValue: {
|
|
28
29
|
type: PropType<number>;
|
|
29
30
|
required: true;
|
|
@@ -6,7 +6,7 @@ declare const _default: DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
|
6
6
|
step: string | number;
|
|
7
7
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8
8
|
"update:modelValue": (...args: any[]) => void;
|
|
9
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
10
10
|
modelValue: number;
|
|
11
11
|
min: string | number;
|
|
12
12
|
max: string | number;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { TIconName } from '../ui-icon';
|
|
2
2
|
import { EListItemSize, EListItemTypes, EListItemSpacing } from './_types';
|
|
3
3
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
4
|
-
import UiListItem from
|
|
5
|
-
|
|
4
|
+
import { default as UiListItem } from './ui-list-item.vue';
|
|
5
|
+
|
|
6
|
+
export { EListItemTypes, EListItemSpacing, EListItemSize } from './_types';
|
|
6
7
|
export { UiListItem };
|
|
7
8
|
/**
|
|
8
9
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
9
10
|
*/
|
|
10
11
|
declare const deprecatedDefault: {
|
|
11
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
12
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
12
13
|
size: {
|
|
13
14
|
type: PropType<EListItemSize>;
|
|
14
15
|
default: EListItemSize;
|
|
@@ -33,7 +34,7 @@ declare const deprecatedDefault: {
|
|
|
33
34
|
type: PropType<any>;
|
|
34
35
|
default: string;
|
|
35
36
|
};
|
|
36
|
-
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
37
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
37
38
|
size: {
|
|
38
39
|
type: PropType<EListItemSize>;
|
|
39
40
|
default: EListItemSize;
|
|
@@ -72,7 +73,7 @@ declare const deprecatedDefault: {
|
|
|
72
73
|
C: {};
|
|
73
74
|
M: {};
|
|
74
75
|
Defaults: {};
|
|
75
|
-
}, Readonly<ExtractPropTypes<{
|
|
76
|
+
}, Readonly< ExtractPropTypes<{
|
|
76
77
|
size: {
|
|
77
78
|
type: PropType<EListItemSize>;
|
|
78
79
|
default: EListItemSize;
|
|
@@ -108,7 +109,7 @@ declare const deprecatedDefault: {
|
|
|
108
109
|
__isFragment?: undefined;
|
|
109
110
|
__isTeleport?: undefined;
|
|
110
111
|
__isSuspense?: undefined;
|
|
111
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
112
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
112
113
|
size: {
|
|
113
114
|
type: PropType<EListItemSize>;
|
|
114
115
|
default: EListItemSize;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
2
|
+
import { EListItemTypes, EListItemSpacing, EListItemSize } from './_types';
|
|
3
|
+
import { TIconName } from '../ui-icon';
|
|
4
|
+
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
6
|
icon?: TIconName | undefined;
|
|
6
7
|
title?: string | undefined;
|
|
7
8
|
kind?: EListItemTypes | undefined;
|
|
@@ -15,7 +16,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaul
|
|
|
15
16
|
title: string;
|
|
16
17
|
icon: undefined;
|
|
17
18
|
iconClass: string;
|
|
18
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
19
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
19
20
|
icon?: TIconName | undefined;
|
|
20
21
|
title?: string | undefined;
|
|
21
22
|
kind?: EListItemTypes | undefined;
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { EModalSizes } from './_typings';
|
|
2
2
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
3
|
-
import UiModal from
|
|
3
|
+
import { default as UiModal } from './ui-modal.vue';
|
|
4
|
+
|
|
4
5
|
export { UiModal };
|
|
5
|
-
export { EModalSizes } from
|
|
6
|
+
export { EModalSizes } from './_typings';
|
|
6
7
|
/**
|
|
7
8
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
8
9
|
*/
|
|
9
10
|
declare const deprecatedDefault: {
|
|
10
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
11
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
11
12
|
title: {
|
|
12
13
|
type: PropType<string>;
|
|
13
14
|
default: undefined;
|
|
@@ -16,7 +17,7 @@ declare const deprecatedDefault: {
|
|
|
16
17
|
type: PropType<EModalSizes>;
|
|
17
18
|
default: EModalSizes;
|
|
18
19
|
};
|
|
19
|
-
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
20
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
20
21
|
title: {
|
|
21
22
|
type: PropType<string>;
|
|
22
23
|
default: undefined;
|
|
@@ -35,7 +36,7 @@ declare const deprecatedDefault: {
|
|
|
35
36
|
C: {};
|
|
36
37
|
M: {};
|
|
37
38
|
Defaults: {};
|
|
38
|
-
}, Readonly<ExtractPropTypes<{
|
|
39
|
+
}, Readonly< ExtractPropTypes<{
|
|
39
40
|
title: {
|
|
40
41
|
type: PropType<string>;
|
|
41
42
|
default: undefined;
|
|
@@ -51,7 +52,7 @@ declare const deprecatedDefault: {
|
|
|
51
52
|
__isFragment?: undefined;
|
|
52
53
|
__isTeleport?: undefined;
|
|
53
54
|
__isSuspense?: undefined;
|
|
54
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
55
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
55
56
|
title: {
|
|
56
57
|
type: PropType<string>;
|
|
57
58
|
default: undefined;
|
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
import { CreateComponentPublicInstance, ExtractPropTypes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
2
|
-
import UiBackdrop from
|
|
2
|
+
import { default as UiBackdrop } from './ui-backdrop.vue';
|
|
3
|
+
|
|
3
4
|
export { UiBackdrop };
|
|
4
5
|
/**
|
|
5
6
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
6
7
|
*/
|
|
7
8
|
declare const deprecatedDefault: {
|
|
8
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
9
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
9
10
|
P: {};
|
|
10
11
|
B: {};
|
|
11
12
|
D: {};
|
|
12
13
|
C: {};
|
|
13
14
|
M: {};
|
|
14
15
|
Defaults: {};
|
|
15
|
-
}, Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
|
|
16
|
+
}, Readonly< ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
|
|
16
17
|
__isFragment?: undefined;
|
|
17
18
|
__isTeleport?: undefined;
|
|
18
19
|
__isSuspense?: undefined;
|
|
19
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
20
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
20
21
|
$slots: {
|
|
21
22
|
default?(_: {}): any;
|
|
22
23
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{}>>, {}, {}>, {
|
|
3
3
|
default?(_: {}): any;
|
|
4
4
|
}>;
|
|
5
5
|
export default _default;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { EModalSizes } from
|
|
3
|
-
|
|
2
|
+
import { EModalSizes } from './_typings';
|
|
3
|
+
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
5
|
title?: string | undefined;
|
|
5
6
|
modalSize?: EModalSizes | undefined;
|
|
6
7
|
}>, {
|
|
7
8
|
title: undefined;
|
|
8
9
|
modalSize: EModalSizes;
|
|
9
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
11
|
title?: string | undefined;
|
|
11
12
|
modalSize?: EModalSizes | undefined;
|
|
12
13
|
}>, {
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import { EBadgeOrigin } from './_types';
|
|
2
2
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
3
|
-
import UiNotificationBadge from
|
|
3
|
+
import { default as UiNotificationBadge } from './ui-notification-badge.vue';
|
|
4
|
+
|
|
4
5
|
export { UiNotificationBadge };
|
|
5
|
-
export { EBadgeOrigin } from
|
|
6
|
+
export { EBadgeOrigin } from './_types';
|
|
6
7
|
/**
|
|
7
8
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
8
9
|
*/
|
|
9
10
|
declare const deprecatedDefault: {
|
|
10
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
11
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
11
12
|
origin: {
|
|
12
13
|
type: PropType<EBadgeOrigin>;
|
|
13
14
|
default: EBadgeOrigin;
|
|
14
15
|
};
|
|
15
|
-
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
16
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
16
17
|
origin: {
|
|
17
18
|
type: PropType<EBadgeOrigin>;
|
|
18
19
|
default: EBadgeOrigin;
|
|
@@ -26,7 +27,7 @@ declare const deprecatedDefault: {
|
|
|
26
27
|
C: {};
|
|
27
28
|
M: {};
|
|
28
29
|
Defaults: {};
|
|
29
|
-
}, Readonly<ExtractPropTypes<{
|
|
30
|
+
}, Readonly< ExtractPropTypes<{
|
|
30
31
|
origin: {
|
|
31
32
|
type: PropType<EBadgeOrigin>;
|
|
32
33
|
default: EBadgeOrigin;
|
|
@@ -37,7 +38,7 @@ declare const deprecatedDefault: {
|
|
|
37
38
|
__isFragment?: undefined;
|
|
38
39
|
__isTeleport?: undefined;
|
|
39
40
|
__isSuspense?: undefined;
|
|
40
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
41
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
41
42
|
origin: {
|
|
42
43
|
type: PropType<EBadgeOrigin>;
|
|
43
44
|
default: EBadgeOrigin;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { EBadgeOrigin } from
|
|
3
|
-
|
|
2
|
+
import { EBadgeOrigin } from './_types';
|
|
3
|
+
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
5
|
origin?: EBadgeOrigin | undefined;
|
|
5
6
|
}>, {
|
|
6
7
|
origin: EBadgeOrigin;
|
|
7
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
8
9
|
origin?: EBadgeOrigin | undefined;
|
|
9
10
|
}>, {
|
|
10
11
|
origin: EBadgeOrigin;
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { TIconName } from '../ui-icon';
|
|
2
2
|
import { EOrderCardTypes } from './_types';
|
|
3
3
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
4
|
-
import UiOrderCard from
|
|
4
|
+
import { default as UiOrderCard } from './ui-order-card.vue';
|
|
5
|
+
|
|
5
6
|
export { UiOrderCard };
|
|
6
7
|
/**
|
|
7
8
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
8
9
|
*/
|
|
9
10
|
declare const deprecatedDefault: {
|
|
10
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
11
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
11
12
|
kind: {
|
|
12
13
|
type: PropType<EOrderCardTypes>;
|
|
13
14
|
default: EOrderCardTypes;
|
|
@@ -16,7 +17,7 @@ declare const deprecatedDefault: {
|
|
|
16
17
|
type: PropType<TIconName>;
|
|
17
18
|
required: true;
|
|
18
19
|
};
|
|
19
|
-
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
20
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
20
21
|
kind: {
|
|
21
22
|
type: PropType<EOrderCardTypes>;
|
|
22
23
|
default: EOrderCardTypes;
|
|
@@ -34,7 +35,7 @@ declare const deprecatedDefault: {
|
|
|
34
35
|
C: {};
|
|
35
36
|
M: {};
|
|
36
37
|
Defaults: {};
|
|
37
|
-
}, Readonly<ExtractPropTypes<{
|
|
38
|
+
}, Readonly< ExtractPropTypes<{
|
|
38
39
|
kind: {
|
|
39
40
|
type: PropType<EOrderCardTypes>;
|
|
40
41
|
default: EOrderCardTypes;
|
|
@@ -49,7 +50,7 @@ declare const deprecatedDefault: {
|
|
|
49
50
|
__isFragment?: undefined;
|
|
50
51
|
__isTeleport?: undefined;
|
|
51
52
|
__isSuspense?: undefined;
|
|
52
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
53
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
53
54
|
kind: {
|
|
54
55
|
type: PropType<EOrderCardTypes>;
|
|
55
56
|
default: EOrderCardTypes;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
|
|
2
|
+
import { EOrderCardTypes } from './_types';
|
|
3
|
+
import { TIconName } from '../ui-icon';
|
|
4
|
+
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
6
|
iconName: TIconName;
|
|
6
7
|
kind?: EOrderCardTypes | undefined;
|
|
7
8
|
}>, {
|
|
8
9
|
kind: EOrderCardTypes;
|
|
9
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
11
|
iconName: TIconName;
|
|
11
12
|
kind?: EOrderCardTypes | undefined;
|
|
12
13
|
}>, {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
2
|
-
import UiPlainRadio from
|
|
2
|
+
import { default as UiPlainRadio } from './ui-plain-radio.vue';
|
|
3
|
+
|
|
3
4
|
export { UiPlainRadio };
|
|
4
5
|
/**
|
|
5
6
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
6
7
|
*/
|
|
7
8
|
declare const deprecatedDefault: {
|
|
8
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
9
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
9
10
|
modelValue: {
|
|
10
11
|
type: PropType<string | number | boolean>;
|
|
11
12
|
required: true;
|
|
@@ -31,7 +32,7 @@ declare const deprecatedDefault: {
|
|
|
31
32
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
32
33
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
33
34
|
"update:modelValue": (...args: any[]) => void;
|
|
34
|
-
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
35
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
35
36
|
modelValue: {
|
|
36
37
|
type: PropType<string | number | boolean>;
|
|
37
38
|
required: true;
|
|
@@ -62,7 +63,7 @@ declare const deprecatedDefault: {
|
|
|
62
63
|
C: {};
|
|
63
64
|
M: {};
|
|
64
65
|
Defaults: {};
|
|
65
|
-
}, Readonly<ExtractPropTypes<{
|
|
66
|
+
}, Readonly< ExtractPropTypes<{
|
|
66
67
|
modelValue: {
|
|
67
68
|
type: PropType<string | number | boolean>;
|
|
68
69
|
required: true;
|
|
@@ -90,7 +91,7 @@ declare const deprecatedDefault: {
|
|
|
90
91
|
__isFragment?: undefined;
|
|
91
92
|
__isTeleport?: undefined;
|
|
92
93
|
__isSuspense?: undefined;
|
|
93
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
94
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
94
95
|
modelValue: {
|
|
95
96
|
type: PropType<string | number | boolean>;
|
|
96
97
|
required: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
modelValue: string | number | boolean;
|
|
4
4
|
header?: string | undefined;
|
|
5
5
|
subHeader?: string | undefined;
|
|
@@ -8,7 +8,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsT
|
|
|
8
8
|
disabled?: boolean | undefined;
|
|
9
9
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
10
10
|
"update:modelValue": (...args: any[]) => void;
|
|
11
|
-
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
11
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
12
12
|
modelValue: string | number | boolean;
|
|
13
13
|
header?: string | undefined;
|
|
14
14
|
subHeader?: string | undefined;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
-
import UiProgress from
|
|
2
|
+
import { default as UiProgress } from './ui-progress.vue';
|
|
3
|
+
|
|
3
4
|
export { UiProgress };
|
|
4
5
|
/**
|
|
5
6
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
@@ -20,7 +21,7 @@ declare const deprecatedDefault: DefineComponent<{
|
|
|
20
21
|
required: true;
|
|
21
22
|
default: number;
|
|
22
23
|
};
|
|
23
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
24
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
24
25
|
min: {
|
|
25
26
|
type: PropType<number>;
|
|
26
27
|
required: true;
|
|
@@ -7,7 +7,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
7
7
|
min: number;
|
|
8
8
|
max: number;
|
|
9
9
|
current: number;
|
|
10
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
11
11
|
min: number;
|
|
12
12
|
max: number;
|
|
13
13
|
current: number;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { EJustify } from '../../types';
|
|
2
2
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
3
|
-
import UiRadio from
|
|
3
|
+
import { default as UiRadio } from './ui-radio.vue';
|
|
4
|
+
|
|
4
5
|
export { UiRadio };
|
|
5
6
|
/**
|
|
6
7
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
7
8
|
*/
|
|
8
9
|
declare const deprecatedDefault: {
|
|
9
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
10
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
10
11
|
modelValue: {
|
|
11
12
|
type: PropType<string | number | boolean>;
|
|
12
13
|
required: true;
|
|
@@ -32,7 +33,7 @@ declare const deprecatedDefault: {
|
|
|
32
33
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
33
34
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
34
35
|
"update:modelValue": (...args: any[]) => void;
|
|
35
|
-
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
36
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
36
37
|
modelValue: {
|
|
37
38
|
type: PropType<string | number | boolean>;
|
|
38
39
|
required: true;
|
|
@@ -63,7 +64,7 @@ declare const deprecatedDefault: {
|
|
|
63
64
|
C: {};
|
|
64
65
|
M: {};
|
|
65
66
|
Defaults: {};
|
|
66
|
-
}, Readonly<ExtractPropTypes<{
|
|
67
|
+
}, Readonly< ExtractPropTypes<{
|
|
67
68
|
modelValue: {
|
|
68
69
|
type: PropType<string | number | boolean>;
|
|
69
70
|
required: true;
|
|
@@ -91,7 +92,7 @@ declare const deprecatedDefault: {
|
|
|
91
92
|
__isFragment?: undefined;
|
|
92
93
|
__isTeleport?: undefined;
|
|
93
94
|
__isSuspense?: undefined;
|
|
94
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
95
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
95
96
|
modelValue: {
|
|
96
97
|
type: PropType<string | number | boolean>;
|
|
97
98
|
required: true;
|