bonkers-ui 1.0.63 → 1.0.65
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/CONSTANTS.d.ts +1 -0
- package/CONSTANTS.d.ts.map +1 -0
- package/_types/sizing.js.map +1 -1
- package/bonkers-ui.umd.js +3 -3
- package/bonkers-ui.umd.js.map +1 -1
- package/components/ui-alert/_types.d.ts +1 -0
- package/components/ui-alert/_types.d.ts.map +1 -0
- package/components/ui-alert/index.d.ts +24 -56
- package/components/ui-alert/index.d.ts.map +1 -0
- package/components/ui-alert/ui-alert.vue.d.ts +3 -2
- package/components/ui-alert/ui-alert.vue.d.ts.map +1 -0
- package/components/ui-badge/_typings.d.ts +1 -0
- package/components/ui-badge/_typings.d.ts.map +1 -0
- package/components/ui-badge/index.d.ts +27 -73
- package/components/ui-badge/index.d.ts.map +1 -0
- package/components/ui-badge/ui-badge.vue.d.ts +3 -4
- package/components/ui-badge/ui-badge.vue.d.ts.map +1 -0
- package/components/ui-badge/ui-badge.vue.js +33 -37
- package/components/ui-badge/ui-badge.vue.js.map +1 -1
- package/components/ui-ber-rank/_types.d.ts +1 -0
- package/components/ui-ber-rank/_types.d.ts.map +1 -0
- package/components/ui-ber-rank/index.d.ts +3 -2
- package/components/ui-ber-rank/index.d.ts.map +1 -0
- package/components/ui-ber-rank/ui-ber-rank.vue.d.ts +3 -2
- package/components/ui-ber-rank/ui-ber-rank.vue.d.ts.map +1 -0
- package/components/ui-ber-rank/ui-ber-rank.vue.js +6 -6
- package/components/ui-ber-rank/ui-ber-rank.vue.js.map +1 -1
- package/components/ui-button/_typings.d.ts +1 -0
- package/components/ui-button/_typings.d.ts.map +1 -0
- package/components/ui-button/index.d.ts +52 -86
- package/components/ui-button/index.d.ts.map +1 -0
- package/components/ui-button/ui-button.vue.d.ts +3 -2
- package/components/ui-button/ui-button.vue.d.ts.map +1 -0
- package/components/ui-card-cta/index.d.ts +40 -75
- package/components/ui-card-cta/index.d.ts.map +1 -0
- package/components/ui-card-cta/ui-card-cta.vue.d.ts +3 -2
- package/components/ui-card-cta/ui-card-cta.vue.d.ts.map +1 -0
- package/components/ui-card-result/index.d.ts +40 -75
- package/components/ui-card-result/index.d.ts.map +1 -0
- package/components/ui-card-result/ui-card-result.vue.d.ts +3 -2
- package/components/ui-card-result/ui-card-result.vue.d.ts.map +1 -0
- package/components/ui-card-result/ui-card-result.vue.js +5 -5
- package/components/ui-card-result/ui-card-result.vue2.js +18 -18
- package/components/ui-card-simple/index.d.ts +10 -39
- package/components/ui-card-simple/index.d.ts.map +1 -0
- package/components/ui-card-simple/ui-card-simple.vue.d.ts +3 -2
- package/components/ui-card-simple/ui-card-simple.vue.d.ts.map +1 -0
- package/components/ui-checkbox/index.d.ts +51 -87
- package/components/ui-checkbox/index.d.ts.map +1 -0
- package/components/ui-checkbox/ui-checkbox.vue.d.ts +5 -4
- package/components/ui-checkbox/ui-checkbox.vue.d.ts.map +1 -0
- package/components/ui-checkbox/ui-checkbox.vue.js +2 -2
- package/components/ui-checkbox/ui-checkbox.vue2.js +8 -8
- package/components/ui-checkbox/ui-checkbox.vue2.js.map +1 -1
- package/components/ui-dropdown/_typings.d.ts +1 -0
- package/components/ui-dropdown/_typings.d.ts.map +1 -0
- package/components/ui-dropdown/index.d.ts +48 -90
- package/components/ui-dropdown/index.d.ts.map +1 -0
- package/components/ui-dropdown/ui-dropdown.vue.d.ts +3 -5
- package/components/ui-dropdown/ui-dropdown.vue.d.ts.map +1 -0
- package/components/ui-dropdown/ui-dropdown.vue.js +19 -20
- package/components/ui-dropdown/ui-dropdown.vue.js.map +1 -1
- package/components/ui-icon/_typings.d.ts +1 -0
- package/components/ui-icon/_typings.d.ts.map +1 -0
- package/components/ui-icon/index.d.ts +3 -2
- package/components/ui-icon/index.d.ts.map +1 -0
- package/components/ui-icon/ui-icon.vue.d.ts +3 -2
- package/components/ui-icon/ui-icon.vue.d.ts.map +1 -0
- package/components/ui-icon/ui-icon.vue.js +15 -15
- package/components/ui-icon-wrapper/_typings.d.ts +1 -0
- package/components/ui-icon-wrapper/_typings.d.ts.map +1 -0
- package/components/ui-icon-wrapper/index.d.ts +32 -64
- package/components/ui-icon-wrapper/index.d.ts.map +1 -0
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts +3 -2
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts.map +1 -0
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.js +3 -3
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue2.js +3 -3
- package/components/ui-input/_typings.d.ts +3 -2
- package/components/ui-input/_typings.d.ts.map +1 -0
- package/components/ui-input/index.d.ts +156 -193
- package/components/ui-input/index.d.ts.map +1 -0
- package/components/ui-input/ui-input.vue.d.ts +6 -2
- package/components/ui-input/ui-input.vue.d.ts.map +1 -0
- package/components/ui-input/ui-input.vue.js +29 -25
- package/components/ui-input/ui-input.vue.js.map +1 -1
- package/components/ui-input-range/index.d.ts +5 -4
- package/components/ui-input-range/index.d.ts.map +1 -0
- package/components/ui-input-range/ui-input-range.vue.d.ts +5 -4
- package/components/ui-input-range/ui-input-range.vue.d.ts.map +1 -0
- package/components/ui-input-range/ui-input-range.vue.js +2 -2
- package/components/ui-input-range/ui-input-range.vue2.js +19 -19
- package/components/ui-input-range/ui-input-range.vue2.js.map +1 -1
- package/components/ui-list-item/_types.d.ts +1 -0
- package/components/ui-list-item/_types.d.ts.map +1 -0
- package/components/ui-list-item/index.d.ts +75 -111
- package/components/ui-list-item/index.d.ts.map +1 -0
- package/components/ui-list-item/ui-list-item.vue.d.ts +3 -2
- package/components/ui-list-item/ui-list-item.vue.d.ts.map +1 -0
- package/components/ui-list-item/ui-list-item.vue.js +14 -14
- package/components/ui-modal/_typings.d.ts +1 -0
- package/components/ui-modal/_typings.d.ts.map +1 -0
- package/components/ui-modal/index.d.ts +32 -64
- package/components/ui-modal/index.d.ts.map +1 -0
- package/components/ui-modal/ui-backdrop/index.d.ts +10 -39
- package/components/ui-modal/ui-backdrop/index.d.ts.map +1 -0
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts +3 -2
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts.map +1 -0
- package/components/ui-modal/ui-modal.vue.d.ts +3 -2
- package/components/ui-modal/ui-modal.vue.d.ts.map +1 -0
- package/components/ui-notification-badge/_types.d.ts +1 -0
- package/components/ui-notification-badge/_types.d.ts.map +1 -0
- package/components/ui-notification-badge/index.d.ts +23 -54
- package/components/ui-notification-badge/index.d.ts.map +1 -0
- package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +3 -2
- package/components/ui-notification-badge/ui-notification-badge.vue.d.ts.map +1 -0
- package/components/ui-order-card/_types.d.ts +1 -0
- package/components/ui-order-card/_types.d.ts.map +1 -0
- package/components/ui-order-card/index.d.ts +30 -62
- package/components/ui-order-card/index.d.ts.map +1 -0
- package/components/ui-order-card/ui-order-card.vue.d.ts +3 -2
- package/components/ui-order-card/ui-order-card.vue.d.ts.map +1 -0
- package/components/ui-plain-radio/index.d.ts +61 -98
- package/components/ui-plain-radio/index.d.ts.map +1 -0
- package/components/ui-plain-radio/ui-plain-radio.vue.d.ts +3 -2
- package/components/ui-plain-radio/ui-plain-radio.vue.d.ts.map +1 -0
- package/components/ui-plain-radio/ui-plain-radio.vue.js +5 -5
- package/components/ui-plain-radio/ui-plain-radio.vue.js.map +1 -1
- package/components/ui-progress/_types.d.ts +1 -0
- package/components/ui-progress/_types.d.ts.map +1 -0
- package/components/ui-progress/index.d.ts +3 -2
- package/components/ui-progress/index.d.ts.map +1 -0
- package/components/ui-progress/ui-progress.vue.d.ts +3 -2
- package/components/ui-progress/ui-progress.vue.d.ts.map +1 -0
- package/components/ui-radio/index.d.ts +61 -98
- package/components/ui-radio/index.d.ts.map +1 -0
- package/components/ui-radio/ui-radio.vue.d.ts +3 -2
- package/components/ui-radio/ui-radio.vue.d.ts.map +1 -0
- package/components/ui-radio/ui-radio.vue.js +2 -2
- package/components/ui-radio/ui-radio.vue2.js +12 -12
- package/components/ui-radio/ui-radio.vue2.js.map +1 -1
- package/components/ui-radio-compact/index.d.ts +50 -82
- package/components/ui-radio-compact/index.d.ts.map +1 -0
- package/components/ui-radio-compact/index.js.map +1 -1
- package/components/ui-radio-compact/ui-radio-compact.vue.d.ts +3 -2
- package/components/ui-radio-compact/ui-radio-compact.vue.d.ts.map +1 -0
- package/components/ui-radio-fancy/_typings.d.ts +1 -0
- package/components/ui-radio-fancy/_typings.d.ts.map +1 -0
- package/components/ui-radio-fancy/index.d.ts +71 -108
- package/components/ui-radio-fancy/index.d.ts.map +1 -0
- package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +3 -2
- package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts.map +1 -0
- package/components/ui-radio-fancy/ui-radio-fancy.vue.js +15 -15
- package/components/ui-radio-fancy/ui-radio-fancy.vue.js.map +1 -1
- package/components/ui-result-card-range/_types.d.ts +1 -0
- package/components/ui-result-card-range/_types.d.ts.map +1 -0
- package/components/ui-result-card-range/index.d.ts +20 -78
- package/components/ui-result-card-range/index.d.ts.map +1 -0
- package/components/ui-result-card-range/ui-result-card-range.vue.d.ts +3 -6
- package/components/ui-result-card-range/ui-result-card-range.vue.d.ts.map +1 -0
- package/components/ui-result-card-range/ui-result-card-range.vue.js +9 -11
- package/components/ui-result-card-range/ui-result-card-range.vue.js.map +1 -1
- package/components/ui-ripple/index.d.ts +10 -39
- package/components/ui-ripple/index.d.ts.map +1 -0
- package/components/ui-ripple/ui-ripple.vue.d.ts +3 -2
- package/components/ui-ripple/ui-ripple.vue.d.ts.map +1 -0
- package/components/ui-select/index.d.ts +42 -77
- package/components/ui-select/index.d.ts.map +1 -0
- package/components/ui-select/ui-select.vue.d.ts +3 -2
- package/components/ui-select/ui-select.vue.d.ts.map +1 -0
- package/components/ui-skeleton/_typings.d.ts +1 -0
- package/components/ui-skeleton/_typings.d.ts.map +1 -0
- package/components/ui-skeleton/index.d.ts +3 -2
- package/components/ui-skeleton/index.d.ts.map +1 -0
- package/components/ui-skeleton/ui-skeleton.vue.d.ts +3 -2
- package/components/ui-skeleton/ui-skeleton.vue.d.ts.map +1 -0
- package/components/ui-snackbar/_types.d.ts +1 -0
- package/components/ui-snackbar/_types.d.ts.map +1 -0
- package/components/ui-snackbar/index.d.ts +30 -62
- package/components/ui-snackbar/index.d.ts.map +1 -0
- package/components/ui-snackbar/ui-snackbar.vue.d.ts +3 -2
- package/components/ui-snackbar/ui-snackbar.vue.d.ts.map +1 -0
- package/components/ui-table/_types.d.ts +1 -0
- package/components/ui-table/_types.d.ts.map +1 -0
- package/components/ui-table/index.d.ts +23 -54
- package/components/ui-table/index.d.ts.map +1 -0
- package/components/ui-table/ui-table-cell/index.d.ts +22 -54
- package/components/ui-table/ui-table-cell/index.d.ts.map +1 -0
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts +3 -2
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts.map +1 -0
- package/components/ui-table/ui-table-row/_typings.d.ts +1 -0
- package/components/ui-table/ui-table-row/_typings.d.ts.map +1 -0
- package/components/ui-table/ui-table-row/index.d.ts +17 -48
- package/components/ui-table/ui-table-row/index.d.ts.map +1 -0
- package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts +3 -2
- package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts.map +1 -0
- package/components/ui-table/ui-table.vue.d.ts +3 -2
- package/components/ui-table/ui-table.vue.d.ts.map +1 -0
- package/components/ui-tabs/index.d.ts +3 -2
- package/components/ui-tabs/index.d.ts.map +1 -0
- package/components/ui-tabs/ui-tabs.vue.d.ts +3 -2
- package/components/ui-tabs/ui-tabs.vue.d.ts.map +1 -0
- package/components/ui-toggle/index.d.ts +66 -104
- package/components/ui-toggle/index.d.ts.map +1 -0
- package/components/ui-toggle/ui-toggle.vue.d.ts +5 -4
- package/components/ui-toggle/ui-toggle.vue.d.ts.map +1 -0
- package/components/ui-toggle/ui-toggle.vue.js +3 -3
- package/components/ui-toggle/ui-toggle.vue2.js +10 -10
- package/components/ui-toggle/ui-toggle.vue2.js.map +1 -1
- package/components/ui-typography/_typings.d.ts +1 -0
- package/components/ui-typography/_typings.d.ts.map +1 -0
- package/components/ui-typography/index.d.ts +62 -100
- package/components/ui-typography/index.d.ts.map +1 -0
- package/components/ui-typography/ui-typography.vue.d.ts +3 -2
- package/components/ui-typography/ui-typography.vue.d.ts.map +1 -0
- package/components/ui-typography/ui-typography.vue.js +2 -2
- package/components/ui-verification-input/index.d.ts +30 -63
- package/components/ui-verification-input/index.d.ts.map +1 -0
- package/components/ui-verification-input/ui-verification-input.vue.d.ts +3 -2
- package/components/ui-verification-input/ui-verification-input.vue.d.ts.map +1 -0
- package/index.d.ts +2 -1
- package/index.d.ts.map +1 -0
- package/index.js +117 -116
- package/index.js.map +1 -1
- package/package.json +42 -41
- package/tsconfig.json +4 -0
- package/types.d.ts +1 -0
- package/types.d.ts.map +1 -0
- package/types.js +6 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin,
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
min: number;
|
|
4
4
|
max: number;
|
|
@@ -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,
|
|
10
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
11
11
|
min: number;
|
|
12
12
|
max: number;
|
|
13
13
|
current: number;
|
|
@@ -38,3 +38,4 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
38
38
|
type __VLS_Prettify<T> = {
|
|
39
39
|
[K in keyof T]: T[K];
|
|
40
40
|
} & {};
|
|
41
|
+
//# sourceMappingURL=ui-progress.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-progress.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-progress/ui-progress.vue"],"names":[],"mappings":"AAyBA;;SAoGO,MAAM;SACN,MAAM;aACF,MAAM;;;;;;SAFV,MAAM;SACN,MAAM;aACF,MAAM;;;;;;SAFV,MAAM;SACN,MAAM;aACF,MAAM;;AARjB,wBAUG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,107 +1,12 @@
|
|
|
1
1
|
import { EJustify } from '../../types';
|
|
2
|
-
import {
|
|
2
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
3
3
|
import UiRadio from "./ui-radio.vue";
|
|
4
4
|
export { UiRadio };
|
|
5
5
|
/**
|
|
6
6
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
7
7
|
*/
|
|
8
8
|
declare const deprecatedDefault: {
|
|
9
|
-
new (...args: any[]): {
|
|
10
|
-
$: ComponentInternalInstance;
|
|
11
|
-
$data: {};
|
|
12
|
-
$props: Partial<{}> & Omit<{
|
|
13
|
-
readonly modelValue: string | number | boolean;
|
|
14
|
-
readonly value: string;
|
|
15
|
-
readonly name: string | number | boolean;
|
|
16
|
-
readonly disabled?: boolean | undefined;
|
|
17
|
-
readonly invertOrder?: boolean | undefined;
|
|
18
|
-
readonly justify?: EJustify | undefined;
|
|
19
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
20
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
21
|
-
modelValue: {
|
|
22
|
-
type: PropType<string | number | boolean>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
name: {
|
|
26
|
-
type: PropType<string | number | boolean>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
value: {
|
|
30
|
-
type: PropType<string>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
justify: {
|
|
34
|
-
type: PropType<EJustify>;
|
|
35
|
-
};
|
|
36
|
-
invertOrder: {
|
|
37
|
-
type: PropType<boolean>;
|
|
38
|
-
};
|
|
39
|
-
disabled: {
|
|
40
|
-
type: PropType<boolean>;
|
|
41
|
-
};
|
|
42
|
-
}>> & {
|
|
43
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
44
|
-
}, never>;
|
|
45
|
-
$attrs: {
|
|
46
|
-
[x: string]: unknown;
|
|
47
|
-
};
|
|
48
|
-
$refs: {
|
|
49
|
-
[x: string]: unknown;
|
|
50
|
-
};
|
|
51
|
-
$slots: Readonly<{
|
|
52
|
-
[name: string]: Slot<any> | undefined;
|
|
53
|
-
}>;
|
|
54
|
-
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
55
|
-
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
56
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
57
|
-
$el: any;
|
|
58
|
-
$options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
59
|
-
modelValue: {
|
|
60
|
-
type: PropType<string | number | boolean>;
|
|
61
|
-
required: true;
|
|
62
|
-
};
|
|
63
|
-
name: {
|
|
64
|
-
type: PropType<string | number | boolean>;
|
|
65
|
-
required: true;
|
|
66
|
-
};
|
|
67
|
-
value: {
|
|
68
|
-
type: PropType<string>;
|
|
69
|
-
required: true;
|
|
70
|
-
};
|
|
71
|
-
justify: {
|
|
72
|
-
type: PropType<EJustify>;
|
|
73
|
-
};
|
|
74
|
-
invertOrder: {
|
|
75
|
-
type: PropType<boolean>;
|
|
76
|
-
};
|
|
77
|
-
disabled: {
|
|
78
|
-
type: PropType<boolean>;
|
|
79
|
-
};
|
|
80
|
-
}>> & {
|
|
81
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
82
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
83
|
-
"update:modelValue": (...args: any[]) => void;
|
|
84
|
-
}, string, {}, {}, string, {}> & {
|
|
85
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
86
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
87
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
88
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
89
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
90
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
91
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
92
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
93
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
94
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
95
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
96
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
97
|
-
renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
|
|
98
|
-
renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
|
|
99
|
-
errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
100
|
-
};
|
|
101
|
-
$forceUpdate: () => void;
|
|
102
|
-
$nextTick: typeof nextTick;
|
|
103
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
104
|
-
} & Readonly<ExtractPropTypes<{
|
|
9
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
105
10
|
modelValue: {
|
|
106
11
|
type: PropType<string | number | boolean>;
|
|
107
12
|
required: true;
|
|
@@ -125,7 +30,64 @@ declare const deprecatedDefault: {
|
|
|
125
30
|
};
|
|
126
31
|
}>> & {
|
|
127
32
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
128
|
-
}
|
|
33
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
34
|
+
"update:modelValue": (...args: any[]) => void;
|
|
35
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
36
|
+
modelValue: {
|
|
37
|
+
type: PropType<string | number | boolean>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
name: {
|
|
41
|
+
type: PropType<string | number | boolean>;
|
|
42
|
+
required: true;
|
|
43
|
+
};
|
|
44
|
+
value: {
|
|
45
|
+
type: PropType<string>;
|
|
46
|
+
required: true;
|
|
47
|
+
};
|
|
48
|
+
justify: {
|
|
49
|
+
type: PropType<EJustify>;
|
|
50
|
+
};
|
|
51
|
+
invertOrder: {
|
|
52
|
+
type: PropType<boolean>;
|
|
53
|
+
};
|
|
54
|
+
disabled: {
|
|
55
|
+
type: PropType<boolean>;
|
|
56
|
+
};
|
|
57
|
+
}>> & {
|
|
58
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
59
|
+
}, {}, true, {}, {}, {
|
|
60
|
+
P: {};
|
|
61
|
+
B: {};
|
|
62
|
+
D: {};
|
|
63
|
+
C: {};
|
|
64
|
+
M: {};
|
|
65
|
+
Defaults: {};
|
|
66
|
+
}, Readonly<ExtractPropTypes<{
|
|
67
|
+
modelValue: {
|
|
68
|
+
type: PropType<string | number | boolean>;
|
|
69
|
+
required: true;
|
|
70
|
+
};
|
|
71
|
+
name: {
|
|
72
|
+
type: PropType<string | number | boolean>;
|
|
73
|
+
required: true;
|
|
74
|
+
};
|
|
75
|
+
value: {
|
|
76
|
+
type: PropType<string>;
|
|
77
|
+
required: true;
|
|
78
|
+
};
|
|
79
|
+
justify: {
|
|
80
|
+
type: PropType<EJustify>;
|
|
81
|
+
};
|
|
82
|
+
invertOrder: {
|
|
83
|
+
type: PropType<boolean>;
|
|
84
|
+
};
|
|
85
|
+
disabled: {
|
|
86
|
+
type: PropType<boolean>;
|
|
87
|
+
};
|
|
88
|
+
}>> & {
|
|
89
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
90
|
+
}, {}, {}, {}, {}, {}>;
|
|
129
91
|
__isFragment?: undefined;
|
|
130
92
|
__isTeleport?: undefined;
|
|
131
93
|
__isSuspense?: undefined;
|
|
@@ -161,3 +123,4 @@ declare const deprecatedDefault: {
|
|
|
161
123
|
};
|
|
162
124
|
});
|
|
163
125
|
export default deprecatedDefault;
|
|
126
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,gBAAgB,CAAC;AAErC,OAAO,EAAE,OAAO,EAAE,CAAC;AACnB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAU,CAAC;AAClC,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin,
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
import { EJustify } from "../../_types/align";
|
|
3
3
|
declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
modelValue: string | number | boolean;
|
|
@@ -9,7 +9,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsT
|
|
|
9
9
|
disabled?: boolean | undefined;
|
|
10
10
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11
11
|
"update:modelValue": (...args: any[]) => void;
|
|
12
|
-
}, string,
|
|
12
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
13
13
|
modelValue: string | number | boolean;
|
|
14
14
|
name: string | number | boolean;
|
|
15
15
|
value: string;
|
|
@@ -36,3 +36,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
36
36
|
$slots: S;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
|
+
//# sourceMappingURL=ui-radio.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-radio.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio/ui-radio.vue"],"names":[],"mappings":"AA0DA;AAGC,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;;;;;;;;;;;;;;;;;;;;;;AAgM/C,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var a=document.createElement("style");a.appendChild(document.createTextNode(".ui-radio__dot[data-v-
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var a=document.createElement("style");a.appendChild(document.createTextNode(".ui-radio__dot[data-v-a134125e]{transform:translate3d(-50%,-50%,0) scale(0);transition:transform .2s ease-in-out}input:checked+.ui-radio_custom .ui-radio__dot[data-v-a134125e]{transform:translate3d(-50%,-50%,0) scale(1)}input:checked+.ui-radio_custom:hover .ui-radio__dot[data-v-a134125e]{background-color:var(--color-primary-600)}input:checked:disabled+.ui-radio_custom[data-v-a134125e]{border:2px solid var(--color-primary-300)}input:checked:disabled+.ui-radio_custom .ui-radio__dot[data-v-a134125e]{background-color:var(--color-primary-300)}")),document.head.appendChild(a)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
|
|
2
2
|
import o from "./ui-radio.vue2.js";
|
|
3
3
|
|
|
4
4
|
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
5
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-a134125e"]]);
|
|
6
6
|
export {
|
|
7
7
|
m as default
|
|
8
8
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as y, useSlots as c, computed as f, openBlock as b, createElementBlock as v, normalizeClass as l, unref as o, withDirectives as
|
|
1
|
+
import { defineComponent as y, useSlots as c, computed as f, openBlock as b, createElementBlock as v, normalizeClass as l, unref as o, withDirectives as j, createElementVNode as a, vModelRadio as g, renderSlot as h, pushScopeId as E, popScopeId as S } from "vue";
|
|
2
2
|
import { EJustify as r } from "../../_types/align.js";
|
|
3
|
-
const
|
|
4
|
-
|
|
3
|
+
const N = (t) => (E("data-v-a134125e"), t = t(), S(), t), k = ["id", "name", "value", "disabled"], B = /* @__PURE__ */ N(() => /* @__PURE__ */ a("span", { class: "ui-radio__dot absolute left-2/4 top-2/4 block size-xs rounded-full bg-primary" }, null, -1)), V = [
|
|
4
|
+
B
|
|
5
5
|
], T = /* @__PURE__ */ y({
|
|
6
6
|
__name: "ui-radio",
|
|
7
7
|
props: {
|
|
@@ -14,7 +14,7 @@ const w = (t) => (E("data-v-3212099e"), t = t(), S(), t), N = ["id", "name", "va
|
|
|
14
14
|
},
|
|
15
15
|
emits: ["update:modelValue"],
|
|
16
16
|
setup(t, { emit: i }) {
|
|
17
|
-
const u = c(), n = t, p = i,
|
|
17
|
+
const u = c(), n = t, p = i, s = f({
|
|
18
18
|
get() {
|
|
19
19
|
return n.modelValue;
|
|
20
20
|
},
|
|
@@ -22,7 +22,7 @@ const w = (t) => (E("data-v-3212099e"), t = t(), S(), t), N = ["id", "name", "va
|
|
|
22
22
|
p("update:modelValue", e);
|
|
23
23
|
}
|
|
24
24
|
});
|
|
25
|
-
return (e,
|
|
25
|
+
return (e, d) => (b(), v("label", {
|
|
26
26
|
class: l(["ui-radio group grid cursor-pointer grid-flow-col", [
|
|
27
27
|
o(u).default && "items-center gap-xs",
|
|
28
28
|
(!e.justify || e.justify === o(r).START) && "justify-start",
|
|
@@ -34,21 +34,21 @@ const w = (t) => (E("data-v-3212099e"), t = t(), S(), t), N = ["id", "name", "va
|
|
|
34
34
|
e.disabled && "pointer-events-none"
|
|
35
35
|
]])
|
|
36
36
|
}, [
|
|
37
|
-
|
|
37
|
+
j(a("input", {
|
|
38
38
|
id: e.value,
|
|
39
|
-
"onUpdate:modelValue":
|
|
39
|
+
"onUpdate:modelValue": d[0] || (d[0] = (m) => s.value = m),
|
|
40
40
|
type: "radio",
|
|
41
41
|
name: e.name.toString(),
|
|
42
42
|
value: e.value,
|
|
43
43
|
disabled: e.disabled,
|
|
44
44
|
class: "peer absolute appearance-none"
|
|
45
|
-
}, null, 8,
|
|
46
|
-
[
|
|
45
|
+
}, null, 8, k), [
|
|
46
|
+
[g, s.value]
|
|
47
47
|
]),
|
|
48
48
|
a("span", {
|
|
49
|
-
class: l(["ui-radio_custom relative block
|
|
50
|
-
},
|
|
51
|
-
|
|
49
|
+
class: l(["ui-radio_custom relative block size-md rounded-full border border-secondary-alt bg-white group-hover:border-secondary-alt-700 group-focus:border-secondary-alt-700 peer-checked:border-2 peer-checked:border-primary peer-checked:hover:border-primary-600 peer-focus:shadow-border-primary peer-disabled:border-secondary-alt-400 peer-disabled:bg-secondary-alt-200", e.invertOrder && "order-last"])
|
|
50
|
+
}, V, 2),
|
|
51
|
+
h(e.$slots, "default", {}, void 0, !0)
|
|
52
52
|
], 2));
|
|
53
53
|
}
|
|
54
54
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-radio.vue2.js","sources":["../../../src/components/ui-radio/ui-radio.vue"],"sourcesContent":["<template>\n\t<label\n\t\tclass=\"ui-radio group grid cursor-pointer grid-flow-col\"\n\t\t:class=\"[\n\t\t\tslots.default && 'items-center gap-xs',\n\t\t\t(!justify || justify === EJustify.START) && 'justify-start',\n\t\t\tjustify === EJustify.END && 'justify-end',\n\t\t\tjustify === EJustify.AROUND && 'justify-around',\n\t\t\tjustify === EJustify.BETWEEN && 'justify-between',\n\t\t\tjustify === EJustify.EVENLY && 'justify-evenly',\n\t\t\tjustify === EJustify.CENTER && 'justify-center',\n\t\t\tdisabled && 'pointer-events-none',\n\t\t]\"\n\t>\n\t\t<input\n\t\t\t:id=\"value\"\n\t\t\tv-model=\"radioModel\"\n\t\t\ttype=\"radio\"\n\t\t\t:name=\"name.toString()\"\n\t\t\t:value=\"value\"\n\t\t\t:disabled=\"disabled\"\n\t\t\tclass=\"peer absolute appearance-none\"\n\t\t>\n\t\t<span\n\t\t\tclass=\"\n\t\t\t\tui-radio_custom\n\t\t\t\trelative\n\t\t\t\tblock\n\t\t\t\
|
|
1
|
+
{"version":3,"file":"ui-radio.vue2.js","sources":["../../../src/components/ui-radio/ui-radio.vue"],"sourcesContent":["<template>\n\t<label\n\t\tclass=\"ui-radio group grid cursor-pointer grid-flow-col\"\n\t\t:class=\"[\n\t\t\tslots.default && 'items-center gap-xs',\n\t\t\t(!justify || justify === EJustify.START) && 'justify-start',\n\t\t\tjustify === EJustify.END && 'justify-end',\n\t\t\tjustify === EJustify.AROUND && 'justify-around',\n\t\t\tjustify === EJustify.BETWEEN && 'justify-between',\n\t\t\tjustify === EJustify.EVENLY && 'justify-evenly',\n\t\t\tjustify === EJustify.CENTER && 'justify-center',\n\t\t\tdisabled && 'pointer-events-none',\n\t\t]\"\n\t>\n\t\t<input\n\t\t\t:id=\"value\"\n\t\t\tv-model=\"radioModel\"\n\t\t\ttype=\"radio\"\n\t\t\t:name=\"name.toString()\"\n\t\t\t:value=\"value\"\n\t\t\t:disabled=\"disabled\"\n\t\t\tclass=\"peer absolute appearance-none\"\n\t\t>\n\t\t<span\n\t\t\tclass=\"\n\t\t\t\tui-radio_custom\n\t\t\t\trelative\n\t\t\t\tblock\n\t\t\t\tsize-md\n\t\t\t\trounded-full\n\t\t\t\tborder\n\t\t\t\tborder-secondary-alt\n\t\t\t\tbg-white\n\t\t\t\tgroup-hover:border-secondary-alt-700\n\t\t\t\tgroup-focus:border-secondary-alt-700\n\t\t\t\tpeer-checked:border-2\n\t\t\t\tpeer-checked:border-primary\n\t\t\t\tpeer-checked:hover:border-primary-600\n\t\t\t\tpeer-focus:shadow-border-primary\n\t\t\t\tpeer-disabled:border-secondary-alt-400\n\t\t\t\tpeer-disabled:bg-secondary-alt-200\"\n\t\t\t:class=\"invertOrder && 'order-last'\"\n\t\t>\n\t\t\t<span\n\t\t\t\tclass=\"\n\t\t\t\t\t\tui-radio__dot\n\t\t\t\t\t\tabsolute\n\t\t\t\t\t\tleft-2/4\n\t\t\t\t\t\ttop-2/4\n\t\t\t\t\t\tblock\n\t\t\t\t\t\tsize-xs\n\t\t\t\t\t\trounded-full\n\t\t\t\t\t\tbg-primary\"\n\t\t\t/>\n\t\t</span>\n\t\t<slot />\n\t</label>\n</template>\n\n<script lang=\"ts\" setup>\n\timport { computed, useSlots } from \"vue\";\n\timport { EJustify } from \"../../_types/align\";\n\tconst slots = useSlots();\n\tconst props = defineProps<{\n\t\tmodelValue: string | number | boolean;\n\t\tname: string | number | boolean;\n\t\tvalue: string;\n\t\tjustify?: EJustify;\n\t\tinvertOrder?: boolean;\n\t\tdisabled?: boolean;\n\t}>();\n\n\tconst emit = defineEmits([\"update:modelValue\"]);\n\n\tconst radioModel = computed({\n\t\tget() {\n\t\t\treturn props.modelValue;\n\t\t},\n\t\tset(value) {\n\t\t\temit(\"update:modelValue\", value);\n\t\t}\n\t});\n</script>\n\n<style scoped>\n\t.ui-radio__dot {\n\t\ttransform: translate3d(-50%, -50%, 0) scale(0);\n\t\ttransition: transform 0.2s ease-in-out;\n\t}\n\n\tinput:checked + .ui-radio_custom .ui-radio__dot {\n\t\ttransform: translate3d(-50%, -50%, 0) scale(1);\n\t}\n\n\tinput:checked + .ui-radio_custom:hover .ui-radio__dot {\n\t\tbackground-color: var(--color-primary-600);\n\t}\n\n\tinput:checked:disabled + .ui-radio_custom {\n\t\tborder: 2px solid var(--color-primary-300);\n\t}\n\n\tinput:checked:disabled + .ui-radio_custom .ui-radio__dot {\n\t\tbackground-color: var(--color-primary-300);\n\t}\n</style>\n"],"names":["slots","useSlots","props","__props","emit","__emit","radioModel","computed","value"],"mappings":";;;;;;;;;;;;;;;;AA8DC,UAAMA,IAAQC,KACRC,IAAQC,GASRC,IAAOC,GAEPC,IAAaC,EAAS;AAAA,MAC3B,MAAM;AACL,eAAOL,EAAM;AAAA,MACd;AAAA,MACA,IAAIM,GAAO;AACV,QAAAJ,EAAK,qBAAqBI,CAAK;AAAA,MAChC;AAAA,IAAA,CACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,92 +1,59 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
2
2
|
import UiRadioCompact from "./ui-radio-compact.vue";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated The default should not be used at all (look at ui-radio-fancy compact)
|
|
5
|
+
*/
|
|
3
6
|
export { UiRadioCompact };
|
|
4
7
|
/**
|
|
5
|
-
* @deprecated The default should not be used
|
|
8
|
+
* @deprecated The default should not be used at all
|
|
6
9
|
*/
|
|
7
10
|
declare const deprecatedDefault: {
|
|
8
|
-
new (...args: any[]): {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
readonly modelValue: string | number | boolean;
|
|
13
|
-
readonly value: string | number | boolean;
|
|
14
|
-
readonly name: string;
|
|
15
|
-
readonly disabled?: boolean | undefined;
|
|
16
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
18
|
-
modelValue: {
|
|
19
|
-
type: PropType<string | number | boolean>;
|
|
20
|
-
required: true;
|
|
21
|
-
};
|
|
22
|
-
name: {
|
|
23
|
-
type: PropType<string>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
value: {
|
|
27
|
-
type: PropType<string | number | boolean>;
|
|
28
|
-
required: true;
|
|
29
|
-
};
|
|
30
|
-
disabled: {
|
|
31
|
-
type: PropType<boolean>;
|
|
32
|
-
};
|
|
33
|
-
}>> & {
|
|
34
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
35
|
-
}, never>;
|
|
36
|
-
$attrs: {
|
|
37
|
-
[x: string]: unknown;
|
|
11
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
12
|
+
modelValue: {
|
|
13
|
+
type: PropType<string | number | boolean>;
|
|
14
|
+
required: true;
|
|
38
15
|
};
|
|
39
|
-
|
|
40
|
-
|
|
16
|
+
name: {
|
|
17
|
+
type: PropType<string>;
|
|
18
|
+
required: true;
|
|
41
19
|
};
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
$el: any;
|
|
49
|
-
$options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
50
|
-
modelValue: {
|
|
51
|
-
type: PropType<string | number | boolean>;
|
|
52
|
-
required: true;
|
|
53
|
-
};
|
|
54
|
-
name: {
|
|
55
|
-
type: PropType<string>;
|
|
56
|
-
required: true;
|
|
57
|
-
};
|
|
58
|
-
value: {
|
|
59
|
-
type: PropType<string | number | boolean>;
|
|
60
|
-
required: true;
|
|
61
|
-
};
|
|
62
|
-
disabled: {
|
|
63
|
-
type: PropType<boolean>;
|
|
64
|
-
};
|
|
65
|
-
}>> & {
|
|
66
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
67
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
68
|
-
"update:modelValue": (...args: any[]) => void;
|
|
69
|
-
}, string, {}, {}, string, {}> & {
|
|
70
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
71
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
72
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
73
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
74
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
75
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
76
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
77
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
78
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
79
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
80
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
81
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
82
|
-
renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
|
|
83
|
-
renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
|
|
84
|
-
errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
20
|
+
value: {
|
|
21
|
+
type: PropType<string | number | boolean>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
disabled: {
|
|
25
|
+
type: PropType<boolean>;
|
|
85
26
|
};
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
27
|
+
}>> & {
|
|
28
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
30
|
+
"update:modelValue": (...args: any[]) => void;
|
|
31
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
32
|
+
modelValue: {
|
|
33
|
+
type: PropType<string | number | boolean>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
name: {
|
|
37
|
+
type: PropType<string>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
value: {
|
|
41
|
+
type: PropType<string | number | boolean>;
|
|
42
|
+
required: true;
|
|
43
|
+
};
|
|
44
|
+
disabled: {
|
|
45
|
+
type: PropType<boolean>;
|
|
46
|
+
};
|
|
47
|
+
}>> & {
|
|
48
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
49
|
+
}, {}, true, {}, {}, {
|
|
50
|
+
P: {};
|
|
51
|
+
B: {};
|
|
52
|
+
D: {};
|
|
53
|
+
C: {};
|
|
54
|
+
M: {};
|
|
55
|
+
Defaults: {};
|
|
56
|
+
}, Readonly<ExtractPropTypes<{
|
|
90
57
|
modelValue: {
|
|
91
58
|
type: PropType<string | number | boolean>;
|
|
92
59
|
required: true;
|
|
@@ -104,7 +71,7 @@ declare const deprecatedDefault: {
|
|
|
104
71
|
};
|
|
105
72
|
}>> & {
|
|
106
73
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
107
|
-
}
|
|
74
|
+
}, {}, {}, {}, {}, {}>;
|
|
108
75
|
__isFragment?: undefined;
|
|
109
76
|
__isTeleport?: undefined;
|
|
110
77
|
__isSuspense?: undefined;
|
|
@@ -134,3 +101,4 @@ declare const deprecatedDefault: {
|
|
|
134
101
|
};
|
|
135
102
|
});
|
|
136
103
|
export default deprecatedDefault;
|
|
104
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio-compact/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,wBAAwB,CAAC;AACpD;;GAEG;AACH,OAAO,EAAE,cAAc,EAAE,CAAC;AAC1B;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiB,CAAC;AACzC,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/components/ui-radio-compact/index.ts"],"sourcesContent":["import UiRadioCompact from \"./ui-radio-compact.vue\";\n\nexport { UiRadioCompact };\n/**\n * @deprecated The default should not be used
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/components/ui-radio-compact/index.ts"],"sourcesContent":["import UiRadioCompact from \"./ui-radio-compact.vue\";\n/**\n * @deprecated The default should not be used at all (look at ui-radio-fancy compact)\n */\nexport { UiRadioCompact };\n/**\n * @deprecated The default should not be used at all\n */\nconst deprecatedDefault = UiRadioCompact;\nexport default deprecatedDefault;\n"],"names":["deprecatedDefault","UiRadioCompact"],"mappings":";AAQA,MAAMA,IAAoBC;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin,
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
modelValue: string | number | boolean;
|
|
4
4
|
name: string;
|
|
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsT
|
|
|
6
6
|
disabled?: boolean | undefined;
|
|
7
7
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8
8
|
"update:modelValue": (...args: any[]) => void;
|
|
9
|
-
}, string,
|
|
9
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
10
10
|
modelValue: string | number | boolean;
|
|
11
11
|
name: string;
|
|
12
12
|
value: string | number | boolean;
|
|
@@ -31,3 +31,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
31
31
|
$slots: S;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
|
+
//# sourceMappingURL=ui-radio-compact.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-radio-compact.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio-compact/ui-radio-compact.vue"],"names":[],"mappings":"AAqEA;;;;;;;;;;;;;;;;;;AAuIA,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_typings.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio-fancy/_typings.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACtB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;CACnB"}
|