@surgeui/ds-vue 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +23 -0
- package/README.md +185 -0
- package/dist/components/atoms/Avatar.vue.d.ts +22 -0
- package/dist/components/atoms/Avatar.vue.d.ts.map +1 -0
- package/dist/components/atoms/Badge.vue.d.ts +26 -0
- package/dist/components/atoms/Badge.vue.d.ts.map +1 -0
- package/dist/components/atoms/Button.vue.d.ts +38 -0
- package/dist/components/atoms/Button.vue.d.ts.map +1 -0
- package/dist/components/atoms/CheckboxGroup.vue.d.ts +42 -0
- package/dist/components/atoms/CheckboxGroup.vue.d.ts.map +1 -0
- package/dist/components/atoms/FileUpload.vue.d.ts +49 -0
- package/dist/components/atoms/FileUpload.vue.d.ts.map +1 -0
- package/dist/components/atoms/FormField.vue.d.ts +27 -0
- package/dist/components/atoms/FormField.vue.d.ts.map +1 -0
- package/dist/components/atoms/Heading.vue.d.ts +54 -0
- package/dist/components/atoms/Heading.vue.d.ts.map +1 -0
- package/dist/components/atoms/Image.vue.d.ts +23 -0
- package/dist/components/atoms/Image.vue.d.ts.map +1 -0
- package/dist/components/atoms/Input.vue.d.ts +68 -0
- package/dist/components/atoms/Input.vue.d.ts.map +1 -0
- package/dist/components/atoms/Link.vue.d.ts +37 -0
- package/dist/components/atoms/Link.vue.d.ts.map +1 -0
- package/dist/components/atoms/Panel.vue.d.ts +27 -0
- package/dist/components/atoms/Panel.vue.d.ts.map +1 -0
- package/dist/components/atoms/Progress.vue.d.ts +31 -0
- package/dist/components/atoms/Progress.vue.d.ts.map +1 -0
- package/dist/components/atoms/RadioGroup.vue.d.ts +43 -0
- package/dist/components/atoms/RadioGroup.vue.d.ts.map +1 -0
- package/dist/components/atoms/SelectBox.vue.d.ts +56 -0
- package/dist/components/atoms/SelectBox.vue.d.ts.map +1 -0
- package/dist/components/atoms/Slider.vue.d.ts +68 -0
- package/dist/components/atoms/Slider.vue.d.ts.map +1 -0
- package/dist/components/atoms/Spinner.vue.d.ts +13 -0
- package/dist/components/atoms/Spinner.vue.d.ts.map +1 -0
- package/dist/components/atoms/Switch.vue.d.ts +32 -0
- package/dist/components/atoms/Switch.vue.d.ts.map +1 -0
- package/dist/components/atoms/Textarea.vue.d.ts +43 -0
- package/dist/components/atoms/Textarea.vue.d.ts.map +1 -0
- package/dist/components/global/_stories/Preview.d.ts +6 -0
- package/dist/components/global/_stories/Preview.d.ts.map +1 -0
- package/dist/components/molecules/AccordionItem.vue.d.ts +48 -0
- package/dist/components/molecules/AccordionItem.vue.d.ts.map +1 -0
- package/dist/components/molecules/AvatarGroup.vue.d.ts +34 -0
- package/dist/components/molecules/AvatarGroup.vue.d.ts.map +1 -0
- package/dist/components/molecules/ButtonGroup.vue.d.ts +23 -0
- package/dist/components/molecules/ButtonGroup.vue.d.ts.map +1 -0
- package/dist/components/molecules/CheckboxGroupField.vue.d.ts +28 -0
- package/dist/components/molecules/CheckboxGroupField.vue.d.ts.map +1 -0
- package/dist/components/molecules/Dropdown.vue.d.ts +37 -0
- package/dist/components/molecules/Dropdown.vue.d.ts.map +1 -0
- package/dist/components/molecules/FileUploadField.vue.d.ts +51 -0
- package/dist/components/molecules/FileUploadField.vue.d.ts.map +1 -0
- package/dist/components/molecules/FloatButton.vue.d.ts +445 -0
- package/dist/components/molecules/FloatButton.vue.d.ts.map +1 -0
- package/dist/components/molecules/FormFields.vue.d.ts +31 -0
- package/dist/components/molecules/FormFields.vue.d.ts.map +1 -0
- package/dist/components/molecules/InputField.vue.d.ts +200 -0
- package/dist/components/molecules/InputField.vue.d.ts.map +1 -0
- package/dist/components/molecules/LinkGroup.vue.d.ts +25 -0
- package/dist/components/molecules/LinkGroup.vue.d.ts.map +1 -0
- package/dist/components/molecules/Password.vue.d.ts +87 -0
- package/dist/components/molecules/Password.vue.d.ts.map +1 -0
- package/dist/components/molecules/RadioGroupField.vue.d.ts +29 -0
- package/dist/components/molecules/RadioGroupField.vue.d.ts.map +1 -0
- package/dist/components/molecules/RangeField.vue.d.ts +63 -0
- package/dist/components/molecules/RangeField.vue.d.ts.map +1 -0
- package/dist/components/molecules/SelectBoxField.vue.d.ts +147 -0
- package/dist/components/molecules/SelectBoxField.vue.d.ts.map +1 -0
- package/dist/components/molecules/SliderField.vue.d.ts +70 -0
- package/dist/components/molecules/SliderField.vue.d.ts.map +1 -0
- package/dist/components/molecules/SwitchField.vue.d.ts +26 -0
- package/dist/components/molecules/SwitchField.vue.d.ts.map +1 -0
- package/dist/components/molecules/TextareaField.vue.d.ts +114 -0
- package/dist/components/molecules/TextareaField.vue.d.ts.map +1 -0
- package/dist/components/organisms/Accordion.vue.d.ts +35 -0
- package/dist/components/organisms/Accordion.vue.d.ts.map +1 -0
- package/dist/components/organisms/Alert.vue.d.ts +34 -0
- package/dist/components/organisms/Alert.vue.d.ts.map +1 -0
- package/dist/components/organisms/Dialog.vue.d.ts +44 -0
- package/dist/components/organisms/Dialog.vue.d.ts.map +1 -0
- package/dist/components/organisms/Tabs.vue.d.ts +33 -0
- package/dist/components/organisms/Tabs.vue.d.ts.map +1 -0
- package/dist/composables/useTheme.d.ts +3 -0
- package/dist/composables/useTheme.d.ts.map +1 -0
- package/dist/composables/useUniqueId.d.ts +5 -0
- package/dist/composables/useUniqueId.d.ts.map +1 -0
- package/dist/index.d.ts +59 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.es.js +5720 -0
- package/dist/index.umd.js +1 -0
- package/dist/plugin/theme.d.ts +26 -0
- package/dist/plugin/theme.d.ts.map +1 -0
- package/dist/style.css +1 -0
- package/dist/types/index.d.ts +632 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/utils/accessibility.d.ts +33 -0
- package/dist/utils/accessibility.d.ts.map +1 -0
- package/package.json +73 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { PanelProps } from '../../types';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
head?(_: {}): any;
|
|
6
|
+
default?(_: {}): any;
|
|
7
|
+
footer?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: any;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<PanelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PanelProps> & Readonly<{}>, {
|
|
14
|
+
variant: "default" | "subtle" | "highlight";
|
|
15
|
+
tag: "div" | "section" | "article";
|
|
16
|
+
radius: import('../../types').Radius;
|
|
17
|
+
bordered: boolean;
|
|
18
|
+
elevated: boolean;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=Panel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Panel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Panel.vue"],"names":[],"mappings":"AAmFA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAoBzC,iBAAS,cAAc;WAiET,OAAO,IAA6B;;sBAZxB,GAAG;yBACA,GAAG;wBACJ,GAAG;;;;EAe9B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ProgressProps } from '../../types';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: HTMLDivElement;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<ProgressProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ProgressProps> & Readonly<{}>, {
|
|
12
|
+
max: number;
|
|
13
|
+
size: "sm" | "md" | "lg";
|
|
14
|
+
color: string;
|
|
15
|
+
backgroundColor: string;
|
|
16
|
+
state: "default" | "error" | "success" | "warning";
|
|
17
|
+
min: number;
|
|
18
|
+
formatValue: (value: number) => string;
|
|
19
|
+
modelValue: number;
|
|
20
|
+
showLabel: boolean;
|
|
21
|
+
indeterminate: boolean;
|
|
22
|
+
indeterminateLabel: string;
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=Progress.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Progress.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Progress.vue"],"names":[],"mappings":"AAwOA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAoF5C,iBAAS,cAAc;WAsET,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;wFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { RadioGroupProps } from '../../types';
|
|
2
|
+
type __VLS_Props = RadioGroupProps;
|
|
3
|
+
type __VLS_PublicProps = {
|
|
4
|
+
'modelValue'?: string | number;
|
|
5
|
+
} & __VLS_Props;
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
before?(_: {}): any;
|
|
10
|
+
after?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: any;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
focus: (event: FocusEvent) => any;
|
|
18
|
+
blur: (event: FocusEvent) => any;
|
|
19
|
+
change: (value: string | number) => any;
|
|
20
|
+
"update:modelValue": (value: string | number) => any;
|
|
21
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
22
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
23
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
24
|
+
onChange?: ((value: string | number) => any) | undefined;
|
|
25
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
26
|
+
}>, {
|
|
27
|
+
size: import('../../types').Size;
|
|
28
|
+
disabled: boolean;
|
|
29
|
+
options: import('../../types').RadioOption[];
|
|
30
|
+
state: import('../../types').State;
|
|
31
|
+
required: boolean;
|
|
32
|
+
displayType: import('../../types').RadioDisplayType;
|
|
33
|
+
direction: "horizontal" | "vertical";
|
|
34
|
+
maxHeight: string | null;
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
36
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
37
|
+
export default _default;
|
|
38
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
|
+
new (): {
|
|
40
|
+
$slots: S;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=RadioGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/RadioGroup.vue"],"names":[],"mappings":"AAqqBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAI9C,KAAK,WAAW,GAAG,eAAe,CAAC;AAmGnC,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC9B,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAoGT,OAAO,IAA6B;;wBAXtB,GAAG;uBACJ,GAAG;;;;EAe7B;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { SelectOption, SelectBoxProps } from '../../types';
|
|
2
|
+
type __VLS_Props = SelectBoxProps;
|
|
3
|
+
type __VLS_PublicProps = {
|
|
4
|
+
modelValue?: string | number | (string | number)[] | undefined;
|
|
5
|
+
} & __VLS_Props;
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
7
|
+
focus: () => void;
|
|
8
|
+
open: () => void;
|
|
9
|
+
close: () => void;
|
|
10
|
+
selectRef: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
11
|
+
inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
12
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
+
search: (query: string) => any;
|
|
14
|
+
focus: (event: FocusEvent) => any;
|
|
15
|
+
blur: (event: FocusEvent) => any;
|
|
16
|
+
change: (value: string | number | (string | number)[] | undefined) => any;
|
|
17
|
+
close: () => any;
|
|
18
|
+
"update:modelValue": (value: string | number | (string | number)[] | undefined) => any;
|
|
19
|
+
open: () => any;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
|
+
onSearch?: ((query: string) => any) | undefined;
|
|
22
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
23
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
24
|
+
onChange?: ((value: string | number | (string | number)[] | undefined) => any) | undefined;
|
|
25
|
+
onClose?: (() => any) | undefined;
|
|
26
|
+
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | undefined) => any) | undefined;
|
|
27
|
+
onOpen?: (() => any) | undefined;
|
|
28
|
+
}>, {
|
|
29
|
+
size: import('../../types').Size;
|
|
30
|
+
loading: boolean;
|
|
31
|
+
disabled: boolean;
|
|
32
|
+
options: SelectOption[];
|
|
33
|
+
state: import('../../types').State;
|
|
34
|
+
required: boolean;
|
|
35
|
+
maxHeight: string;
|
|
36
|
+
multiple: boolean;
|
|
37
|
+
readonly: boolean;
|
|
38
|
+
placeholder: string;
|
|
39
|
+
textAlign: import('../../types').TextAlign;
|
|
40
|
+
groups: import('../../types').SelectGroup[];
|
|
41
|
+
searchable: boolean;
|
|
42
|
+
clearable: boolean;
|
|
43
|
+
searchPlaceholder: string;
|
|
44
|
+
noOptionsText: string;
|
|
45
|
+
noResultsText: string;
|
|
46
|
+
dir: "ltr" | "rtl" | "auto";
|
|
47
|
+
closeOnSelect: boolean;
|
|
48
|
+
maxSelectedItems: number;
|
|
49
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
50
|
+
selectRef: HTMLDivElement;
|
|
51
|
+
inputRef: HTMLDivElement;
|
|
52
|
+
dropdownRef: HTMLDivElement;
|
|
53
|
+
searchInputRef: HTMLInputElement;
|
|
54
|
+
}, any>;
|
|
55
|
+
export default _default;
|
|
56
|
+
//# sourceMappingURL=SelectBox.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectBox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/SelectBox.vue"],"names":[],"mappings":"AAkuCA,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAI3D,KAAK,WAAW,GAAG,cAAc,CAAC;AA0blC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC;CAC9D,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2YhB,wBAUG"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { SliderProps } from '../../types';
|
|
2
|
+
type __VLS_Props = SliderProps;
|
|
3
|
+
type __VLS_PublicProps = {
|
|
4
|
+
modelValue?: number | [number, number];
|
|
5
|
+
} & __VLS_Props;
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
before?(_: {}): any;
|
|
10
|
+
after?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {
|
|
13
|
+
sliderRef: HTMLDivElement;
|
|
14
|
+
trackRef: HTMLDivElement;
|
|
15
|
+
thumb1Ref: HTMLDivElement;
|
|
16
|
+
thumb2Ref: HTMLDivElement;
|
|
17
|
+
};
|
|
18
|
+
rootEl: HTMLDivElement;
|
|
19
|
+
};
|
|
20
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
22
|
+
focus: () => void;
|
|
23
|
+
sliderRef: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
24
|
+
thumb1Ref: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
25
|
+
thumb2Ref: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
26
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
|
+
input: (value: number | [number, number]) => any;
|
|
28
|
+
focus: (event: FocusEvent) => any;
|
|
29
|
+
blur: (event: FocusEvent) => any;
|
|
30
|
+
keydown: (event: KeyboardEvent) => any;
|
|
31
|
+
change: (value: number | [number, number]) => any;
|
|
32
|
+
"update:modelValue": (value: number | [number, number]) => any;
|
|
33
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
34
|
+
onInput?: ((value: number | [number, number]) => any) | undefined;
|
|
35
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
36
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
37
|
+
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
38
|
+
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
39
|
+
"onUpdate:modelValue"?: ((value: number | [number, number]) => any) | undefined;
|
|
40
|
+
}>, {
|
|
41
|
+
max: number;
|
|
42
|
+
size: import('../../types').Size;
|
|
43
|
+
disabled: boolean;
|
|
44
|
+
state: import('../../types').State;
|
|
45
|
+
required: boolean;
|
|
46
|
+
readonly: boolean;
|
|
47
|
+
min: number;
|
|
48
|
+
step: number;
|
|
49
|
+
orientation: import('../../types').Orientation;
|
|
50
|
+
tooltip: "none" | "top" | "bottom";
|
|
51
|
+
marks: number[];
|
|
52
|
+
showValue: boolean;
|
|
53
|
+
showTicks: boolean;
|
|
54
|
+
showLabels: boolean;
|
|
55
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
56
|
+
sliderRef: HTMLDivElement;
|
|
57
|
+
trackRef: HTMLDivElement;
|
|
58
|
+
thumb1Ref: HTMLDivElement;
|
|
59
|
+
thumb2Ref: HTMLDivElement;
|
|
60
|
+
}, HTMLDivElement>;
|
|
61
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
62
|
+
export default _default;
|
|
63
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
64
|
+
new (): {
|
|
65
|
+
$slots: S;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
//# sourceMappingURL=Slider.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Slider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Slider.vue"],"names":[],"mappings":"AA0kCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE1C,KAAK,WAAW,GAAG,WAAW,CAAC;AAkY/B,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACtC,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAsOT,OAAO,IAA6B;;wBAftB,GAAG;uBACJ,GAAG;;;;;;;;;EAmB7B;AAsCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAWnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SpinnerProps } from '../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<SpinnerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SpinnerProps> & Readonly<{}>, {
|
|
3
|
+
type: "classic" | "dots" | "pulse" | "bars" | "modern";
|
|
4
|
+
fill: string;
|
|
5
|
+
label: string;
|
|
6
|
+
size: number | string;
|
|
7
|
+
color: string;
|
|
8
|
+
showLabel: boolean;
|
|
9
|
+
thickness: number;
|
|
10
|
+
speed: number;
|
|
11
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
12
|
+
export default _default;
|
|
13
|
+
//# sourceMappingURL=Spinner.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Spinner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Spinner.vue"],"names":[],"mappings":"AA4RA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;AAmK3C,wBAQG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { SwitchProps } from '../../types';
|
|
2
|
+
type __VLS_Props = SwitchProps;
|
|
3
|
+
type __VLS_PublicProps = {
|
|
4
|
+
modelValue?: boolean;
|
|
5
|
+
} & __VLS_Props;
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
7
|
+
switchRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
8
|
+
handleToggle: () => void;
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
focus: (event: FocusEvent) => any;
|
|
11
|
+
blur: (event: FocusEvent) => any;
|
|
12
|
+
keydown: (event: KeyboardEvent) => any;
|
|
13
|
+
change: (value: boolean) => any;
|
|
14
|
+
"update:modelValue": (value: boolean) => any;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
17
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
18
|
+
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
19
|
+
onChange?: ((value: boolean) => any) | undefined;
|
|
20
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21
|
+
}>, {
|
|
22
|
+
size: import('../../types').Size;
|
|
23
|
+
disabled: boolean;
|
|
24
|
+
state: import('../../types').State;
|
|
25
|
+
required: boolean;
|
|
26
|
+
readonly: boolean;
|
|
27
|
+
modelValue: boolean;
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
29
|
+
switchRef: HTMLDivElement;
|
|
30
|
+
}, any>;
|
|
31
|
+
export default _default;
|
|
32
|
+
//# sourceMappingURL=Switch.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switch.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Switch.vue"],"names":[],"mappings":"AA2VA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAI1C,KAAK,WAAW,GAAG,WAAW,CAAC;AA0G/B,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;gBADH,OAAO;;;;AA8GpB,wBAUG"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { TextareaProps } from '../../types';
|
|
2
|
+
type __VLS_Props = TextareaProps;
|
|
3
|
+
type __VLS_PublicProps = {
|
|
4
|
+
modelValue?: string;
|
|
5
|
+
} & __VLS_Props;
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
7
|
+
focus: () => void;
|
|
8
|
+
select: () => void;
|
|
9
|
+
textareaRef: import('vue').Ref<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
10
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
input: (event: Event) => any;
|
|
12
|
+
focus: (event: FocusEvent) => any;
|
|
13
|
+
blur: (event: FocusEvent) => any;
|
|
14
|
+
keydown: (event: KeyboardEvent) => any;
|
|
15
|
+
change: (event: Event) => any;
|
|
16
|
+
keyup: (event: KeyboardEvent) => any;
|
|
17
|
+
"update:modelValue": (value: string) => any;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
19
|
+
onInput?: ((event: Event) => any) | undefined;
|
|
20
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
21
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
22
|
+
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
23
|
+
onChange?: ((event: Event) => any) | undefined;
|
|
24
|
+
onKeyup?: ((event: KeyboardEvent) => any) | undefined;
|
|
25
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
26
|
+
}>, {
|
|
27
|
+
size: import('../../types').Size;
|
|
28
|
+
disabled: boolean;
|
|
29
|
+
state: import('../../types').State;
|
|
30
|
+
required: boolean;
|
|
31
|
+
readonly: boolean;
|
|
32
|
+
rows: number;
|
|
33
|
+
minRows: number;
|
|
34
|
+
maxRows: number;
|
|
35
|
+
showCounter: boolean;
|
|
36
|
+
autoResize: boolean;
|
|
37
|
+
spellcheck: boolean;
|
|
38
|
+
wrap: "soft" | "hard" | "off";
|
|
39
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
40
|
+
textareaRef: HTMLTextAreaElement;
|
|
41
|
+
}, any>;
|
|
42
|
+
export default _default;
|
|
43
|
+
//# sourceMappingURL=Textarea.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Textarea.vue.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/Textarea.vue"],"names":[],"mappings":"AA2UA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAI5C,KAAK,WAAW,GAAG,aAAa,CAAC;AAiNjC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuGhB,wBAUG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Preview.d.ts","sourceRoot":"","sources":["../../../../src/components/global/_stories/Preview.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;wBAiB/C,IAAI;AAXT,wBAWS;AAET,eAAO,MAAM,aAAa,EAAE,OAkF1B,CAAA;AAEF,eAAO,MAAM,kBAAkB,EAAE,OAkC/B,CAAA"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { AccordionItemProps } from '../../types';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
header?(_: {
|
|
6
|
+
item: {
|
|
7
|
+
id: string;
|
|
8
|
+
title: string | undefined;
|
|
9
|
+
content: string | undefined;
|
|
10
|
+
open: boolean;
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
};
|
|
13
|
+
}): any;
|
|
14
|
+
default?(_: {
|
|
15
|
+
item: {
|
|
16
|
+
id: string;
|
|
17
|
+
title: string | undefined;
|
|
18
|
+
content: string | undefined;
|
|
19
|
+
open: boolean;
|
|
20
|
+
disabled: boolean;
|
|
21
|
+
};
|
|
22
|
+
}): any;
|
|
23
|
+
};
|
|
24
|
+
refs: {
|
|
25
|
+
headerRef: HTMLButtonElement;
|
|
26
|
+
};
|
|
27
|
+
rootEl: HTMLDivElement;
|
|
28
|
+
};
|
|
29
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
30
|
+
declare const __VLS_component: import('vue').DefineComponent<AccordionItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
31
|
+
"update:open": (value: boolean) => any;
|
|
32
|
+
}, string, import('vue').PublicProps, Readonly<AccordionItemProps> & Readonly<{
|
|
33
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
34
|
+
}>, {
|
|
35
|
+
level: 1 | 2 | 3 | 4 | 5 | 6;
|
|
36
|
+
disabled: boolean;
|
|
37
|
+
open: boolean;
|
|
38
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
39
|
+
headerRef: HTMLButtonElement;
|
|
40
|
+
}, HTMLDivElement>;
|
|
41
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
42
|
+
export default _default;
|
|
43
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
44
|
+
new (): {
|
|
45
|
+
$slots: S;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=AccordionItem.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccordionItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/AccordionItem.vue"],"names":[],"mappings":"AAmZA,OAAO,KAAK,EAAoB,kBAAkB,EAAE,MAAM,SAAS,CAAC;AA+GpE,iBAAS,cAAc;WAqGT,OAAO,IAA6B;;;;;;;;;;YAZtB,GAAG;;;;;;;;;YACD,GAAG;;;;;;EAgBhC;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;kBAUnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { AvatarGroupProps } from '../../types';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: Readonly<{
|
|
5
|
+
before?(): any;
|
|
6
|
+
after?(): any;
|
|
7
|
+
}> & {
|
|
8
|
+
before?(): any;
|
|
9
|
+
after?(): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: HTMLDivElement;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<AvatarGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
"avatar-click": (avatar: any, index: number, event: MouseEvent) => any;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<AvatarGroupProps> & Readonly<{
|
|
18
|
+
"onAvatar-click"?: ((avatar: any, index: number, event: MouseEvent) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
variant: import('../../types').AvatarVariant;
|
|
21
|
+
max: number;
|
|
22
|
+
size: import('../../types').AvatarSize;
|
|
23
|
+
clickable: boolean;
|
|
24
|
+
avatars: import('../../types').AvatarProps[];
|
|
25
|
+
spacing: "none" | "sm" | "md" | "lg";
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
27
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
|
+
export default _default;
|
|
29
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
30
|
+
new (): {
|
|
31
|
+
$slots: S;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=AvatarGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/AvatarGroup.vue"],"names":[],"mappings":"AAyQA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAuF/C,iBAAS,cAAc;WAiGT,OAAO,IAA6B;;mBAtKrC,GAAG;kBACJ,GAAG;;mBADF,GAAG;kBACJ,GAAG;;;;EA0Kd;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;wFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ButtonGroupProps } from '../../types';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: Readonly<{
|
|
5
|
+
default(): any;
|
|
6
|
+
}> & {
|
|
7
|
+
default(): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<ButtonGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ButtonGroupProps> & Readonly<{}>, {
|
|
14
|
+
gap: "sm" | "md" | "lg" | "none";
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=ButtonGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/ButtonGroup.vue"],"names":[],"mappings":"AAiHA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAgF/C,iBAAS,cAAc;WA+BT,OAAO,IAA6B;;mBAvGrC,GAAG;;mBAAH,GAAG;;;;EA4Gf;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;wFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { CheckboxGroupFieldProps } from '../../types';
|
|
2
|
+
export interface Props extends Omit<CheckboxGroupFieldProps, 'value'> {
|
|
3
|
+
}
|
|
4
|
+
type __VLS_Props = Props;
|
|
5
|
+
type __VLS_PublicProps = {
|
|
6
|
+
modelValue?: (string | number)[];
|
|
7
|
+
} & __VLS_Props;
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
focus: (event: FocusEvent) => any;
|
|
10
|
+
blur: (event: FocusEvent) => any;
|
|
11
|
+
change: (value: (string | number)[]) => any;
|
|
12
|
+
"update:modelValue": (value: (string | number)[]) => any;
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
15
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
16
|
+
onChange?: ((value: (string | number)[]) => any) | undefined;
|
|
17
|
+
"onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
size: import('../../types').Size;
|
|
20
|
+
disabled: boolean;
|
|
21
|
+
options: import('../../types').CheckboxOption[];
|
|
22
|
+
state: import('../../types').State;
|
|
23
|
+
required: boolean;
|
|
24
|
+
displayType: import('../../types').CheckboxDisplayType;
|
|
25
|
+
direction: "horizontal" | "vertical";
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
27
|
+
export default _default;
|
|
28
|
+
//# sourceMappingURL=CheckboxGroupField.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckboxGroupField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/CheckboxGroupField.vue"],"names":[],"mappings":"AAiEA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAEtD,MAAM,WAAW,KAAM,SAAQ,IAAI,CAAC,uBAAuB,EAAE,OAAO,CAAC;CAAG;AAExE,KAAK,WAAW,GAAG,KAAK,CAAC;AA6CzB,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;CAChC,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;AA2GhB,wBASG"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { DropdownProps } from '../../types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<DropdownProps, {
|
|
3
|
+
focus: () => void;
|
|
4
|
+
open: () => void;
|
|
5
|
+
close: () => void;
|
|
6
|
+
dropdownRef: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
7
|
+
triggerRef: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
select: (option: any) => any;
|
|
10
|
+
focus: (event: FocusEvent) => any;
|
|
11
|
+
blur: (event: FocusEvent) => any;
|
|
12
|
+
close: () => any;
|
|
13
|
+
open: () => any;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<DropdownProps> & Readonly<{
|
|
15
|
+
onSelect?: ((option: any) => any) | undefined;
|
|
16
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
17
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
18
|
+
onClose?: (() => any) | undefined;
|
|
19
|
+
onOpen?: (() => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
variant: import('../../types').ButtonVariant;
|
|
22
|
+
size: import('../../types').ButtonSize;
|
|
23
|
+
loading: boolean;
|
|
24
|
+
iconDisplay: "left" | "right" | "only";
|
|
25
|
+
disabled: boolean;
|
|
26
|
+
options: import('../../types').DropdownOption[];
|
|
27
|
+
maxHeight: string;
|
|
28
|
+
trigger: import('../../types').DropdownTrigger;
|
|
29
|
+
placement: import('../../types').DropdownPlacement;
|
|
30
|
+
closeOnSelect: boolean;
|
|
31
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
32
|
+
dropdownRef: HTMLDivElement;
|
|
33
|
+
triggerRef: HTMLButtonElement;
|
|
34
|
+
menuRef: HTMLDivElement;
|
|
35
|
+
}, HTMLDivElement>;
|
|
36
|
+
export default _default;
|
|
37
|
+
//# sourceMappingURL=Dropdown.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/Dropdown.vue"],"names":[],"mappings":"AA05BA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyjB5C,wBAWG"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { FileUploadFieldProps, UploadedFile } from '../../types';
|
|
2
|
+
interface Props extends Omit<FileUploadFieldProps, 'value'> {
|
|
3
|
+
}
|
|
4
|
+
type __VLS_Props = Props;
|
|
5
|
+
type __VLS_PublicProps = {
|
|
6
|
+
modelValue?: UploadedFile[];
|
|
7
|
+
} & __VLS_Props;
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
9
|
+
focus: () => void;
|
|
10
|
+
clear: () => void;
|
|
11
|
+
fileInputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
12
|
+
dropZoneRef: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
13
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
error: (error: string, file?: File | undefined) => any;
|
|
15
|
+
focus: (event: FocusEvent) => any;
|
|
16
|
+
blur: (event: FocusEvent) => any;
|
|
17
|
+
change: (files: UploadedFile[]) => any;
|
|
18
|
+
"update:modelValue": (value: UploadedFile[]) => any;
|
|
19
|
+
upload: (file: UploadedFile) => any;
|
|
20
|
+
remove: (file: UploadedFile) => any;
|
|
21
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
22
|
+
onError?: ((error: string, file?: File | undefined) => any) | undefined;
|
|
23
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
24
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
25
|
+
onChange?: ((files: UploadedFile[]) => any) | undefined;
|
|
26
|
+
"onUpdate:modelValue"?: ((value: UploadedFile[]) => any) | undefined;
|
|
27
|
+
onUpload?: ((file: UploadedFile) => any) | undefined;
|
|
28
|
+
onRemove?: ((file: UploadedFile) => any) | undefined;
|
|
29
|
+
}>, {
|
|
30
|
+
variant: import('../../types').FileUploadVariant;
|
|
31
|
+
size: import('../../types').FileUploadSize;
|
|
32
|
+
loading: boolean;
|
|
33
|
+
disabled: boolean;
|
|
34
|
+
state: import('../../types').FileUploadState;
|
|
35
|
+
required: boolean;
|
|
36
|
+
multiple: boolean;
|
|
37
|
+
maxSize: number;
|
|
38
|
+
maxFiles: number;
|
|
39
|
+
readonly: boolean;
|
|
40
|
+
placeholder: string;
|
|
41
|
+
dragText: string;
|
|
42
|
+
browseText: string;
|
|
43
|
+
allowPreview: boolean;
|
|
44
|
+
showFileList: boolean;
|
|
45
|
+
showProgress: boolean;
|
|
46
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
47
|
+
fileInputRef: HTMLInputElement;
|
|
48
|
+
dropZoneRef: HTMLDivElement;
|
|
49
|
+
}, HTMLDivElement>;
|
|
50
|
+
export default _default;
|
|
51
|
+
//# sourceMappingURL=FileUploadField.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileUploadField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/FileUploadField.vue"],"names":[],"mappings":"AA+gCA,OAAO,KAAK,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAEjE,UAAU,KAAM,SAAQ,IAAI,CAAC,oBAAoB,EAAE,OAAO,CAAC;CAAG;AAE9D,KAAK,WAAW,GAAG,KAAK,CAAC;AAqWzB,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,YAAY,EAAE,CAAC;CAC3B,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4VhB,wBAWG"}
|