@reni-corp/reni-2c-ui 0.2.5
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/README.md +18 -0
- package/dist/components/elements/Alert.vue.d.ts +44 -0
- package/dist/components/elements/Alert.vue.d.ts.map +1 -0
- package/dist/components/elements/Button.vue.d.ts +63 -0
- package/dist/components/elements/Button.vue.d.ts.map +1 -0
- package/dist/components/elements/CheckBox.vue.d.ts +36 -0
- package/dist/components/elements/CheckBox.vue.d.ts.map +1 -0
- package/dist/components/elements/DescriptionList.vue.d.ts +44 -0
- package/dist/components/elements/DescriptionList.vue.d.ts.map +1 -0
- package/dist/components/elements/Divider.vue.d.ts +36 -0
- package/dist/components/elements/Divider.vue.d.ts.map +1 -0
- package/dist/components/elements/Icon.vue.d.ts +36 -0
- package/dist/components/elements/Icon.vue.d.ts.map +1 -0
- package/dist/components/elements/Label.vue.d.ts +44 -0
- package/dist/components/elements/Label.vue.d.ts.map +1 -0
- package/dist/components/elements/PasswordField.vue.d.ts +149 -0
- package/dist/components/elements/PasswordField.vue.d.ts.map +1 -0
- package/dist/components/elements/RadioButton.vue.d.ts +44 -0
- package/dist/components/elements/RadioButton.vue.d.ts.map +1 -0
- package/dist/components/elements/RadioButtonGroup.vue.d.ts +99 -0
- package/dist/components/elements/RadioButtonGroup.vue.d.ts.map +1 -0
- package/dist/components/elements/SelectBox.vue.d.ts +127 -0
- package/dist/components/elements/SelectBox.vue.d.ts.map +1 -0
- package/dist/components/elements/SpinButton.vue.d.ts +65 -0
- package/dist/components/elements/SpinButton.vue.d.ts.map +1 -0
- package/dist/components/elements/Spinner.vue.d.ts +35 -0
- package/dist/components/elements/Spinner.vue.d.ts.map +1 -0
- package/dist/components/elements/Text.vue.d.ts +55 -0
- package/dist/components/elements/Text.vue.d.ts.map +1 -0
- package/dist/components/elements/TextField.vue.d.ts +155 -0
- package/dist/components/elements/TextField.vue.d.ts.map +1 -0
- package/dist/components/elements/ToolChip.vue.d.ts +55 -0
- package/dist/components/elements/ToolChip.vue.d.ts.map +1 -0
- package/dist/components/features/AnnounceBar.vue.d.ts +55 -0
- package/dist/components/features/AnnounceBar.vue.d.ts.map +1 -0
- package/dist/components/features/AnnounceBarCollection.vue.d.ts +55 -0
- package/dist/components/features/AnnounceBarCollection.vue.d.ts.map +1 -0
- package/dist/components/features/BrandLogo.vue.d.ts +35 -0
- package/dist/components/features/BrandLogo.vue.d.ts.map +1 -0
- package/dist/components/features/CarouselBanner.vue.d.ts +36 -0
- package/dist/components/features/CarouselBanner.vue.d.ts.map +1 -0
- package/dist/components/features/CategoryBanner.vue.d.ts +39 -0
- package/dist/components/features/CategoryBanner.vue.d.ts.map +1 -0
- package/dist/components/features/FloatingBanner.vue.d.ts +31 -0
- package/dist/components/features/FloatingBanner.vue.d.ts.map +1 -0
- package/dist/components/features/Hero.vue.d.ts +39 -0
- package/dist/components/features/Hero.vue.d.ts.map +1 -0
- package/dist/components/features/Marquee.vue.d.ts +93 -0
- package/dist/components/features/Marquee.vue.d.ts.map +1 -0
- package/dist/components/features/MediaContent.vue.d.ts +70 -0
- package/dist/components/features/MediaContent.vue.d.ts.map +1 -0
- package/dist/components/features/ProductLabels.vue.d.ts +25 -0
- package/dist/components/features/ProductLabels.vue.d.ts.map +1 -0
- package/dist/components/features/ProductList.vue.d.ts +84 -0
- package/dist/components/features/ProductList.vue.d.ts.map +1 -0
- package/dist/components/features/ProductListItem.vue.d.ts +47 -0
- package/dist/components/features/ProductListItem.vue.d.ts.map +1 -0
- package/dist/components/features/Schedule.vue.d.ts +55 -0
- package/dist/components/features/Schedule.vue.d.ts.map +1 -0
- package/dist/components/features/ScheduleDateItem.vue.d.ts +40 -0
- package/dist/components/features/ScheduleDateItem.vue.d.ts.map +1 -0
- package/dist/components/features/ScheduleDelivery.vue.d.ts +18 -0
- package/dist/components/features/ScheduleDelivery.vue.d.ts.map +1 -0
- package/dist/components/features/ScheduleDeliveryItem.vue.d.ts +35 -0
- package/dist/components/features/ScheduleDeliveryItem.vue.d.ts.map +1 -0
- package/dist/components/features/SchedulePeriod.vue.d.ts +38 -0
- package/dist/components/features/SchedulePeriod.vue.d.ts.map +1 -0
- package/dist/components/features/SchedulePickup.vue.d.ts +9 -0
- package/dist/components/features/SchedulePickup.vue.d.ts.map +1 -0
- package/dist/components/features/SchedulePickupItem.vue.d.ts +36 -0
- package/dist/components/features/SchedulePickupItem.vue.d.ts.map +1 -0
- package/dist/components/features/SnsLink.vue.d.ts +42 -0
- package/dist/components/features/SnsLink.vue.d.ts.map +1 -0
- package/dist/components/features/VariationSelector.vue.d.ts +39 -0
- package/dist/components/features/VariationSelector.vue.d.ts.map +1 -0
- package/dist/components/foundation/AppBar.vue.d.ts +50 -0
- package/dist/components/foundation/AppBar.vue.d.ts.map +1 -0
- package/dist/components/foundation/AppBody.vue.d.ts +14 -0
- package/dist/components/foundation/AppBody.vue.d.ts.map +1 -0
- package/dist/components/foundation/AppFooter.vue.d.ts +17 -0
- package/dist/components/foundation/AppFooter.vue.d.ts.map +1 -0
- package/dist/components/foundation/AppFrame.vue.d.ts +15 -0
- package/dist/components/foundation/AppFrame.vue.d.ts.map +1 -0
- package/dist/components/interactive/Dialog.vue.d.ts +64 -0
- package/dist/components/interactive/Dialog.vue.d.ts.map +1 -0
- package/dist/components/interactive/DropDown.vue.d.ts +54 -0
- package/dist/components/interactive/DropDown.vue.d.ts.map +1 -0
- package/dist/components/interactive/Gallery.vue.d.ts +52 -0
- package/dist/components/interactive/Gallery.vue.d.ts.map +1 -0
- package/dist/components/interactive/Modal.vue.d.ts +51 -0
- package/dist/components/interactive/Modal.vue.d.ts.map +1 -0
- package/dist/components/interactive/Notification.vue.d.ts +51 -0
- package/dist/components/interactive/Notification.vue.d.ts.map +1 -0
- package/dist/components/interactive/Tab.vue.d.ts +38 -0
- package/dist/components/interactive/Tab.vue.d.ts.map +1 -0
- package/dist/components/interactive/TabPanel.vue.d.ts +13 -0
- package/dist/components/interactive/TabPanel.vue.d.ts.map +1 -0
- package/dist/components/interactive/TabPanels.vue.d.ts +48 -0
- package/dist/components/interactive/TabPanels.vue.d.ts.map +1 -0
- package/dist/components/interactive/Tabs.vue.d.ts +44 -0
- package/dist/components/interactive/Tabs.vue.d.ts.map +1 -0
- package/dist/components/layouts/Card.vue.d.ts +50 -0
- package/dist/components/layouts/Card.vue.d.ts.map +1 -0
- package/dist/components/layouts/Grid.vue.d.ts +46 -0
- package/dist/components/layouts/Grid.vue.d.ts.map +1 -0
- package/dist/components/layouts/List.vue.d.ts +72 -0
- package/dist/components/layouts/List.vue.d.ts.map +1 -0
- package/dist/components/layouts/Page.vue.d.ts +88 -0
- package/dist/components/layouts/Page.vue.d.ts.map +1 -0
- package/dist/components/layouts/Section.vue.d.ts +63 -0
- package/dist/components/layouts/Section.vue.d.ts.map +1 -0
- package/dist/components/layouts/Stack.vue.d.ts +78 -0
- package/dist/components/layouts/Stack.vue.d.ts.map +1 -0
- package/dist/components/navigation/BottomBar.vue.d.ts +39 -0
- package/dist/components/navigation/BottomBar.vue.d.ts.map +1 -0
- package/dist/components/navigation/Drawer.vue.d.ts +49 -0
- package/dist/components/navigation/Drawer.vue.d.ts.map +1 -0
- package/dist/components/renderless/DataProvider.vue.d.ts +51 -0
- package/dist/components/renderless/DataProvider.vue.d.ts.map +1 -0
- package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts +64 -0
- package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts.map +1 -0
- package/dist/composable/useAppDialogGuidance.d.ts +14 -0
- package/dist/composable/useAppDialogGuidance.d.ts.map +1 -0
- package/dist/composable/useAppNotifications.d.ts +21 -0
- package/dist/composable/useAppNotifications.d.ts.map +1 -0
- package/dist/composable/useSyncedTabPanel.d.ts +5 -0
- package/dist/composable/useSyncedTabPanel.d.ts.map +1 -0
- package/dist/composable/useToolChip.d.ts +19 -0
- package/dist/composable/useToolChip.d.ts.map +1 -0
- package/dist/constants.d.ts +79 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/directives/auto-scale.d.ts +5 -0
- package/dist/directives/auto-scale.d.ts.map +1 -0
- package/dist/directives/glitch.d.ts +5 -0
- package/dist/directives/glitch.d.ts.map +1 -0
- package/dist/index.d.ts +135 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/script.es.js +15595 -0
- package/dist/script.umd.js +602 -0
- package/dist/style.css +1 -0
- package/dist/types.d.ts +32 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/utils.d.ts +14 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/valueObjects/CurrencyValue.d.ts +12 -0
- package/dist/valueObjects/CurrencyValue.d.ts.map +1 -0
- package/dist/valueObjects/ValueObject.d.ts +16 -0
- package/dist/valueObjects/ValueObject.d.ts.map +1 -0
- package/package.json +92 -0
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
|
|
2
|
+
type Direction = 'horizontal' | 'vertical';
|
|
3
|
+
export type RadioButtonGroupProps = {
|
|
4
|
+
name: string;
|
|
5
|
+
items: any[];
|
|
6
|
+
itemTitle: string;
|
|
7
|
+
itemValue: string;
|
|
8
|
+
direction: Direction;
|
|
9
|
+
returnObject?: boolean;
|
|
10
|
+
};
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
default?(_: {
|
|
13
|
+
items: any[];
|
|
14
|
+
value: any;
|
|
15
|
+
currentValue: any;
|
|
16
|
+
getValue: (item: any) => any;
|
|
17
|
+
getLabel: (item: any) => any;
|
|
18
|
+
isSelected: (item: any) => boolean;
|
|
19
|
+
updateValue: (value: string, item: any) => void;
|
|
20
|
+
}): any;
|
|
21
|
+
};
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
23
|
+
modelValue: import('vue').PropType<any>;
|
|
24
|
+
name: {
|
|
25
|
+
type: import('vue').PropType<string>;
|
|
26
|
+
required: true;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
direction: {
|
|
30
|
+
type: import('vue').PropType<Direction>;
|
|
31
|
+
required: true;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
itemTitle: {
|
|
35
|
+
type: import('vue').PropType<string>;
|
|
36
|
+
required: true;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
itemValue: {
|
|
40
|
+
type: import('vue').PropType<string>;
|
|
41
|
+
required: true;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
returnObject: {
|
|
45
|
+
type: import('vue').PropType<boolean>;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
items: {
|
|
49
|
+
type: import('vue').PropType<any[]>;
|
|
50
|
+
required: true;
|
|
51
|
+
default: () => never[];
|
|
52
|
+
};
|
|
53
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
54
|
+
modelValue: import('vue').PropType<any>;
|
|
55
|
+
name: {
|
|
56
|
+
type: import('vue').PropType<string>;
|
|
57
|
+
required: true;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
direction: {
|
|
61
|
+
type: import('vue').PropType<Direction>;
|
|
62
|
+
required: true;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
itemTitle: {
|
|
66
|
+
type: import('vue').PropType<string>;
|
|
67
|
+
required: true;
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
itemValue: {
|
|
71
|
+
type: import('vue').PropType<string>;
|
|
72
|
+
required: true;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
returnObject: {
|
|
76
|
+
type: import('vue').PropType<boolean>;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
items: {
|
|
80
|
+
type: import('vue').PropType<any[]>;
|
|
81
|
+
required: true;
|
|
82
|
+
default: () => never[];
|
|
83
|
+
};
|
|
84
|
+
}>> & Readonly<{}>, {
|
|
85
|
+
name: string;
|
|
86
|
+
direction: Direction;
|
|
87
|
+
itemTitle: string;
|
|
88
|
+
itemValue: string;
|
|
89
|
+
returnObject: boolean;
|
|
90
|
+
items: any[];
|
|
91
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
92
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
93
|
+
export default _default;
|
|
94
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
95
|
+
new (): {
|
|
96
|
+
$slots: S;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
//# sourceMappingURL=RadioButtonGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/RadioButtonGroup.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAMjC,KAAK,SAAS,GAAG,YAAY,GAAG,UAAU,CAAA;AAE1C,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,GAAG,EAAE,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,SAAS,CAAA;IACpB,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB,CAAA;AAqED,iBAAS,cAAc;;;;;yBA9CC,GAAG;yBAKH,GAAG;2BAKD,GAAG;6BAUD,MAAM,QAAQ,GAAG;QAgGhB,GAAG;EAG/B;AAoBD,QAAA,MAAM,eAAe;gBAnGT,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;kBA+G8J,IAAI;;;;;kBAAJ,IAAI;;;;;kBAAJ,IAAI;;;;;kBAAJ,IAAI;;;;;;;;;kBAAJ,IAAI;;;;gBA/G7L,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;kBA+G8J,IAAI;;;;;kBAAJ,IAAI;;;;;kBAAJ,IAAI;;;;;kBAAJ,IAAI;;;;;;;;;kBAAJ,IAAI;;;;UApLjM,MAAM;eAID,SAAS;eAFT,MAAM;eACN,MAAM;kBAEF,OAAO;WAJf,GAAG,EAAE;4EAgLZ,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
|
|
2
|
+
export type SelectBoxProps = {
|
|
3
|
+
label?: string;
|
|
4
|
+
itemTitle?: string;
|
|
5
|
+
itemValue?: string;
|
|
6
|
+
returnObject?: boolean;
|
|
7
|
+
items: {
|
|
8
|
+
id: string;
|
|
9
|
+
label: string;
|
|
10
|
+
}[] | any[];
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
autocomplete?: boolean;
|
|
13
|
+
multiple?: boolean;
|
|
14
|
+
clearable?: boolean;
|
|
15
|
+
name?: string;
|
|
16
|
+
rules?: string | Record<string, unknown> | ((value: unknown) => boolean);
|
|
17
|
+
};
|
|
18
|
+
declare function __VLS_template(): {
|
|
19
|
+
prepend?(_: {}): any;
|
|
20
|
+
append?(_: {}): any;
|
|
21
|
+
};
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
23
|
+
modelValue: import('vue').PropType<any | any[] | unknown | null>;
|
|
24
|
+
disabled: {
|
|
25
|
+
type: import('vue').PropType<boolean>;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
name: {
|
|
29
|
+
type: import('vue').PropType<string>;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
label: {
|
|
33
|
+
type: import('vue').PropType<string>;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
rules: {
|
|
37
|
+
type: import('vue').PropType<string | Record<string, unknown> | ((value: unknown) => boolean)>;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
autocomplete: {
|
|
41
|
+
type: import('vue').PropType<boolean>;
|
|
42
|
+
};
|
|
43
|
+
itemTitle: {
|
|
44
|
+
type: import('vue').PropType<string>;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
itemValue: {
|
|
48
|
+
type: import('vue').PropType<string>;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
returnObject: {
|
|
52
|
+
type: import('vue').PropType<boolean>;
|
|
53
|
+
};
|
|
54
|
+
items: {
|
|
55
|
+
type: import('vue').PropType<any[] | {
|
|
56
|
+
id: string;
|
|
57
|
+
label: string;
|
|
58
|
+
}[]>;
|
|
59
|
+
required: true;
|
|
60
|
+
};
|
|
61
|
+
multiple: {
|
|
62
|
+
type: import('vue').PropType<boolean>;
|
|
63
|
+
};
|
|
64
|
+
clearable: {
|
|
65
|
+
type: import('vue').PropType<boolean>;
|
|
66
|
+
};
|
|
67
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
68
|
+
modelValue: import('vue').PropType<any | any[] | unknown | null>;
|
|
69
|
+
disabled: {
|
|
70
|
+
type: import('vue').PropType<boolean>;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
name: {
|
|
74
|
+
type: import('vue').PropType<string>;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
label: {
|
|
78
|
+
type: import('vue').PropType<string>;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
rules: {
|
|
82
|
+
type: import('vue').PropType<string | Record<string, unknown> | ((value: unknown) => boolean)>;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
85
|
+
autocomplete: {
|
|
86
|
+
type: import('vue').PropType<boolean>;
|
|
87
|
+
};
|
|
88
|
+
itemTitle: {
|
|
89
|
+
type: import('vue').PropType<string>;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
itemValue: {
|
|
93
|
+
type: import('vue').PropType<string>;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
96
|
+
returnObject: {
|
|
97
|
+
type: import('vue').PropType<boolean>;
|
|
98
|
+
};
|
|
99
|
+
items: {
|
|
100
|
+
type: import('vue').PropType<any[] | {
|
|
101
|
+
id: string;
|
|
102
|
+
label: string;
|
|
103
|
+
}[]>;
|
|
104
|
+
required: true;
|
|
105
|
+
};
|
|
106
|
+
multiple: {
|
|
107
|
+
type: import('vue').PropType<boolean>;
|
|
108
|
+
};
|
|
109
|
+
clearable: {
|
|
110
|
+
type: import('vue').PropType<boolean>;
|
|
111
|
+
};
|
|
112
|
+
}>> & Readonly<{}>, {
|
|
113
|
+
disabled: boolean;
|
|
114
|
+
name: string;
|
|
115
|
+
label: string;
|
|
116
|
+
rules: string | Record<string, unknown> | ((value: unknown) => boolean);
|
|
117
|
+
itemTitle: string;
|
|
118
|
+
itemValue: string;
|
|
119
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
120
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
121
|
+
export default _default;
|
|
122
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
123
|
+
new (): {
|
|
124
|
+
$slots: S;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
//# sourceMappingURL=SelectBox.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectBox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/SelectBox.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAKjC,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,KAAK,EACD;QACE,EAAE,EAAE,MAAM,CAAA;QACV,KAAK,EAAE,MAAM,CAAA;KACd,EAAE,GACH,GAAG,EAAE,CAAA;IACT,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC,CAAA;CACzE,CAAA;AA4ID,iBAAS,cAAc;qBA+QO,GAAG;oBACJ,GAAG;EAG/B;AA0BD,QAAA,MAAM,eAAe;gBAnTT,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,GAAG,GAAG,EAAE,GAAG,OAAO,GAAG,IAAI,CAAC;;;;;;;;;;;;;;iFAvIV,OAAO,KAAK,OAAO;;;;;;;;;;;;;;;;;;;gBAT7D,MAAM;mBACH,MAAM;;kBA8cgL,IAAI;;;;;;;;;gBA/T7L,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,GAAG,GAAG,EAAE,GAAG,OAAO,GAAG,IAAI,CAAC;;;;;;;;;;;;;;iFAvIV,OAAO,KAAK,OAAO;;;;;;;;;;;;;;;;;;;gBAT7D,MAAM;mBACH,MAAM;;kBA8cgL,IAAI;;;;;;;;;cA3c5L,OAAO;UAIX,MAAM;WAdL,MAAM;WAeN,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC;eAd5D,MAAM;eACN,MAAM;4EAgdlB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
export type SpinButtonProps = {
|
|
2
|
+
value?: number;
|
|
3
|
+
size?: "md" | "lg";
|
|
4
|
+
min?: number;
|
|
5
|
+
max?: number;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
decrement?(_: {}): any;
|
|
10
|
+
increment?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SpinButtonProps>, {
|
|
13
|
+
value: number;
|
|
14
|
+
size: string;
|
|
15
|
+
min: number;
|
|
16
|
+
max: number;
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
+
input: (...args: any[]) => void;
|
|
20
|
+
change: (...args: any[]) => void;
|
|
21
|
+
increment: (...args: any[]) => void;
|
|
22
|
+
decrement: (...args: any[]) => void;
|
|
23
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SpinButtonProps>, {
|
|
24
|
+
value: number;
|
|
25
|
+
size: string;
|
|
26
|
+
min: number;
|
|
27
|
+
max: number;
|
|
28
|
+
disabled: boolean;
|
|
29
|
+
}>>> & Readonly<{
|
|
30
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
onIncrement?: ((...args: any[]) => any) | undefined;
|
|
33
|
+
onDecrement?: ((...args: any[]) => any) | undefined;
|
|
34
|
+
}>, {
|
|
35
|
+
disabled: boolean;
|
|
36
|
+
max: number;
|
|
37
|
+
size: "md" | "lg";
|
|
38
|
+
value: number;
|
|
39
|
+
min: number;
|
|
40
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
42
|
+
export default _default;
|
|
43
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
44
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
45
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
46
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
47
|
+
} : {
|
|
48
|
+
type: import('vue').PropType<T[K]>;
|
|
49
|
+
required: true;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
type __VLS_WithDefaults<P, D> = {
|
|
53
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
54
|
+
default: D[K];
|
|
55
|
+
}> : P[K];
|
|
56
|
+
};
|
|
57
|
+
type __VLS_Prettify<T> = {
|
|
58
|
+
[K in keyof T]: T[K];
|
|
59
|
+
} & {};
|
|
60
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
61
|
+
new (): {
|
|
62
|
+
$slots: S;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
//# sourceMappingURL=SpinButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SpinButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/SpinButton.vue"],"names":[],"mappings":"AA0BA;AAMA,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AA8DF,iBAAS,cAAc;uBAuIS,GAAG;uBACH,GAAG;EAKlC;AAeD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;cA3NR,OAAO;SADZ,MAAM;UAFL,IAAI,GAAG,IAAI;WADV,MAAM;SAER,MAAM;4EAoOZ,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,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,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;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Color } from '../../types';
|
|
2
|
+
|
|
3
|
+
export type SpinnerProps = {
|
|
4
|
+
size?: "xs" | "sm" | "md" | "lg" | "xl";
|
|
5
|
+
color?: Color;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SpinnerProps>, {
|
|
8
|
+
size: string;
|
|
9
|
+
color: string;
|
|
10
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SpinnerProps>, {
|
|
11
|
+
size: string;
|
|
12
|
+
color: string;
|
|
13
|
+
}>>> & Readonly<{}>, {
|
|
14
|
+
color: Color;
|
|
15
|
+
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
20
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
|
+
} : {
|
|
23
|
+
type: import('vue').PropType<T[K]>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
type __VLS_WithDefaults<P, D> = {
|
|
28
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
+
default: D[K];
|
|
30
|
+
}> : P[K];
|
|
31
|
+
};
|
|
32
|
+
type __VLS_Prettify<T> = {
|
|
33
|
+
[K in keyof T]: T[K];
|
|
34
|
+
} & {};
|
|
35
|
+
//# sourceMappingURL=Spinner.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Spinner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Spinner.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAC;AAClC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAIhC,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACxC,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;;;;;;;;WADQ,KAAK;UADN,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;;AA0EzC,wBAMG;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"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Color } from '../../types';
|
|
2
|
+
|
|
3
|
+
export type TextProps = {
|
|
4
|
+
size?: 'minimum' | 'caption' | 'body' | 'subtitle' | 'title' | 'headline';
|
|
5
|
+
color?: Color;
|
|
6
|
+
weight?: 'normal' | 'bold';
|
|
7
|
+
lineClamp?: number;
|
|
8
|
+
breakWord?: boolean;
|
|
9
|
+
decoration?: 'underline' | 'line-through' | 'none';
|
|
10
|
+
nl2br?: boolean;
|
|
11
|
+
};
|
|
12
|
+
declare function __VLS_template(): {
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TextProps>, {
|
|
16
|
+
size: string;
|
|
17
|
+
color: string;
|
|
18
|
+
weight: string;
|
|
19
|
+
nl2br: boolean;
|
|
20
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TextProps>, {
|
|
21
|
+
size: string;
|
|
22
|
+
color: string;
|
|
23
|
+
weight: string;
|
|
24
|
+
nl2br: boolean;
|
|
25
|
+
}>>> & Readonly<{}>, {
|
|
26
|
+
color: Color;
|
|
27
|
+
size: "minimum" | "caption" | "body" | "subtitle" | "title" | "headline";
|
|
28
|
+
weight: "normal" | "bold";
|
|
29
|
+
nl2br: boolean;
|
|
30
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
31
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
32
|
+
export default _default;
|
|
33
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
35
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
|
+
} : {
|
|
38
|
+
type: import('vue').PropType<T[K]>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
type __VLS_WithDefaults<P, D> = {
|
|
43
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
|
+
default: D[K];
|
|
45
|
+
}> : P[K];
|
|
46
|
+
};
|
|
47
|
+
type __VLS_Prettify<T> = {
|
|
48
|
+
[K in keyof T]: T[K];
|
|
49
|
+
} & {};
|
|
50
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
51
|
+
new (): {
|
|
52
|
+
$slots: S;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=Text.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Text.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Text.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AACjC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAI/B,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,CAAA;IACzE,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,MAAM,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,WAAW,GAAG,cAAc,GAAG,MAAM,CAAA;IAClD,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB,CAAA;AAsDD,iBAAS,cAAc;qBAyDO,GAAG;EAGhC;AAWD,QAAA,MAAM,eAAe;;;;;;;;;;;WAnIX,KAAK;UADN,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU;YAEhE,QAAQ,GAAG,MAAM;WAIlB,OAAO;4EAoIf,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,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,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;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
import { HTMLInputAttribute } from '../../types';
|
|
2
|
+
|
|
3
|
+
export type TextFieldProps = {
|
|
4
|
+
label?: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
rules?: string | Record<string, unknown> | ((value: unknown) => boolean);
|
|
7
|
+
type?: string;
|
|
8
|
+
} & HTMLInputAttribute;
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
prepend?(_: {}): any;
|
|
11
|
+
append?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
14
|
+
modelValue: {
|
|
15
|
+
required: true;
|
|
16
|
+
type: import('vue').PropType<string>;
|
|
17
|
+
};
|
|
18
|
+
type: {
|
|
19
|
+
type: import('vue').PropType<string>;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
required: {
|
|
23
|
+
type: import('vue').PropType<boolean>;
|
|
24
|
+
};
|
|
25
|
+
disabled: {
|
|
26
|
+
type: import('vue').PropType<boolean>;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
name: {
|
|
30
|
+
type: import('vue').PropType<string>;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
form: {
|
|
34
|
+
type: import('vue').PropType<string>;
|
|
35
|
+
};
|
|
36
|
+
label: {
|
|
37
|
+
type: import('vue').PropType<string>;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
pattern: {
|
|
41
|
+
type: import('vue').PropType<string>;
|
|
42
|
+
};
|
|
43
|
+
size: {
|
|
44
|
+
type: import('vue').PropType<number>;
|
|
45
|
+
};
|
|
46
|
+
value: {
|
|
47
|
+
type: import('vue').PropType<string>;
|
|
48
|
+
};
|
|
49
|
+
rules: {
|
|
50
|
+
type: import('vue').PropType<string | Record<string, unknown> | ((value: unknown) => boolean)>;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
autocomplete: {
|
|
54
|
+
type: import('vue').PropType<string>;
|
|
55
|
+
};
|
|
56
|
+
autofocus: {
|
|
57
|
+
type: import('vue').PropType<boolean>;
|
|
58
|
+
};
|
|
59
|
+
maxLength: {
|
|
60
|
+
type: import('vue').PropType<number>;
|
|
61
|
+
};
|
|
62
|
+
minLength: {
|
|
63
|
+
type: import('vue').PropType<number>;
|
|
64
|
+
};
|
|
65
|
+
placeholder: {
|
|
66
|
+
type: import('vue').PropType<string>;
|
|
67
|
+
};
|
|
68
|
+
readOnly: {
|
|
69
|
+
type: import('vue').PropType<boolean>;
|
|
70
|
+
};
|
|
71
|
+
spellcheck: {
|
|
72
|
+
type: import('vue').PropType<boolean>;
|
|
73
|
+
};
|
|
74
|
+
tabindex: {
|
|
75
|
+
type: import('vue').PropType<number>;
|
|
76
|
+
};
|
|
77
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
78
|
+
modelValue: {
|
|
79
|
+
required: true;
|
|
80
|
+
type: import('vue').PropType<string>;
|
|
81
|
+
};
|
|
82
|
+
type: {
|
|
83
|
+
type: import('vue').PropType<string>;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
required: {
|
|
87
|
+
type: import('vue').PropType<boolean>;
|
|
88
|
+
};
|
|
89
|
+
disabled: {
|
|
90
|
+
type: import('vue').PropType<boolean>;
|
|
91
|
+
default: boolean;
|
|
92
|
+
};
|
|
93
|
+
name: {
|
|
94
|
+
type: import('vue').PropType<string>;
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
97
|
+
form: {
|
|
98
|
+
type: import('vue').PropType<string>;
|
|
99
|
+
};
|
|
100
|
+
label: {
|
|
101
|
+
type: import('vue').PropType<string>;
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
104
|
+
pattern: {
|
|
105
|
+
type: import('vue').PropType<string>;
|
|
106
|
+
};
|
|
107
|
+
size: {
|
|
108
|
+
type: import('vue').PropType<number>;
|
|
109
|
+
};
|
|
110
|
+
value: {
|
|
111
|
+
type: import('vue').PropType<string>;
|
|
112
|
+
};
|
|
113
|
+
rules: {
|
|
114
|
+
type: import('vue').PropType<string | Record<string, unknown> | ((value: unknown) => boolean)>;
|
|
115
|
+
default: string;
|
|
116
|
+
};
|
|
117
|
+
autocomplete: {
|
|
118
|
+
type: import('vue').PropType<string>;
|
|
119
|
+
};
|
|
120
|
+
autofocus: {
|
|
121
|
+
type: import('vue').PropType<boolean>;
|
|
122
|
+
};
|
|
123
|
+
maxLength: {
|
|
124
|
+
type: import('vue').PropType<number>;
|
|
125
|
+
};
|
|
126
|
+
minLength: {
|
|
127
|
+
type: import('vue').PropType<number>;
|
|
128
|
+
};
|
|
129
|
+
placeholder: {
|
|
130
|
+
type: import('vue').PropType<string>;
|
|
131
|
+
};
|
|
132
|
+
readOnly: {
|
|
133
|
+
type: import('vue').PropType<boolean>;
|
|
134
|
+
};
|
|
135
|
+
spellcheck: {
|
|
136
|
+
type: import('vue').PropType<boolean>;
|
|
137
|
+
};
|
|
138
|
+
tabindex: {
|
|
139
|
+
type: import('vue').PropType<number>;
|
|
140
|
+
};
|
|
141
|
+
}>> & Readonly<{}>, {
|
|
142
|
+
type: string;
|
|
143
|
+
disabled: boolean;
|
|
144
|
+
name: string;
|
|
145
|
+
label: string;
|
|
146
|
+
rules: string | Record<string, unknown> | ((value: unknown) => boolean);
|
|
147
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
148
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
149
|
+
export default _default;
|
|
150
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
151
|
+
new (): {
|
|
152
|
+
$slots: S;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
//# sourceMappingURL=TextField.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/TextField.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAGjC,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAG5C,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC,CAAA;IACxE,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,GAAG,kBAAkB,CAAA;AA8CtB,iBAAS,cAAc;qBAqIO,GAAG;oBACJ,GAAG;EAG/B;AAeD,QAAA,MAAM,eAAe;gBA9JT;QAAE,QAAQ,EAAE,IAAI,CAAC;QAAC,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFA1Cd,OAAO,KAAK,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA0C7D;QAAE,QAAQ,EAAE,IAAI,CAAC;QAAC,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFA1Cd,OAAO,KAAK,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAChE,MAAM;cAFF,OAAO;;WADV,MAAM;WAEN,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC;4EAiNxE,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Color } from '../../types';
|
|
2
|
+
|
|
3
|
+
export type ToolChipProps = {
|
|
4
|
+
placement?: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
5
|
+
autoShow?: boolean | number;
|
|
6
|
+
message?: string;
|
|
7
|
+
hasDone?: boolean;
|
|
8
|
+
color?: Color;
|
|
9
|
+
displayOnceId?: string;
|
|
10
|
+
};
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
popper?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ToolChipProps>, {
|
|
16
|
+
autoShow: boolean;
|
|
17
|
+
message: string;
|
|
18
|
+
hasDone: boolean;
|
|
19
|
+
color: string;
|
|
20
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ToolChipProps>, {
|
|
21
|
+
autoShow: boolean;
|
|
22
|
+
message: string;
|
|
23
|
+
hasDone: boolean;
|
|
24
|
+
color: string;
|
|
25
|
+
}>>> & Readonly<{}>, {
|
|
26
|
+
color: Color;
|
|
27
|
+
message: string;
|
|
28
|
+
autoShow: boolean | number;
|
|
29
|
+
hasDone: boolean;
|
|
30
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
31
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
32
|
+
export default _default;
|
|
33
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
35
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
|
+
} : {
|
|
38
|
+
type: import('vue').PropType<T[K]>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
type __VLS_WithDefaults<P, D> = {
|
|
43
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
|
+
default: D[K];
|
|
45
|
+
}> : P[K];
|
|
46
|
+
};
|
|
47
|
+
type __VLS_Prettify<T> = {
|
|
48
|
+
[K in keyof T]: T[K];
|
|
49
|
+
} & {};
|
|
50
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
51
|
+
new (): {
|
|
52
|
+
$slots: S;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=ToolChip.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolChip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/ToolChip.vue"],"names":[],"mappings":"AAkCA;AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,OAAO,6BAA6B,CAAC;AAErC,MAAM,MAAM,aAAa,GAAG;IAC1B,SAAS,CAAC,EACN,MAAM,GACN,YAAY,GACZ,UAAU,GACV,KAAK,GACL,WAAW,GACX,SAAS,GACT,OAAO,GACP,aAAa,GACb,WAAW,GACX,QAAQ,GACR,cAAc,GACd,YAAY,GACZ,MAAM,GACN,YAAY,GACZ,UAAU,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAwDF,iBAAS,cAAc;qBA4GM,GAAG;oBACH,GAAG;EAG/B;AAcD,QAAA,MAAM,eAAe;;;;;;;;;;;WAxLX,KAAK;aAFH,MAAM;cADL,OAAO,GAAG,MAAM;aAEjB,OAAO;4EA+LjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,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,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;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|