@surgeui/ds-vue 1.2.0 → 2.1.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/README.md +183 -30
- package/dist/components/atoms/Avatar.vue.d.ts +1 -0
- package/dist/components/atoms/Avatar.vue.d.ts.map +1 -1
- package/dist/components/atoms/Badge.vue.d.ts.map +1 -1
- package/dist/components/atoms/Button.vue.d.ts +1 -0
- package/dist/components/atoms/Button.vue.d.ts.map +1 -1
- package/dist/components/atoms/CheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/atoms/FileUpload.vue.d.ts +2 -0
- package/dist/components/atoms/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/atoms/FormField.vue.d.ts +1 -0
- package/dist/components/atoms/FormField.vue.d.ts.map +1 -1
- package/dist/components/atoms/Heading.vue.d.ts.map +1 -1
- package/dist/components/atoms/Image.vue.d.ts +3 -0
- package/dist/components/atoms/Image.vue.d.ts.map +1 -1
- package/dist/components/atoms/Input.vue.d.ts +2 -2
- package/dist/components/atoms/Input.vue.d.ts.map +1 -1
- package/dist/components/atoms/Link.vue.d.ts.map +1 -1
- package/dist/components/atoms/Panel.vue.d.ts.map +1 -1
- package/dist/components/atoms/Progress.vue.d.ts +1 -1
- package/dist/components/atoms/Progress.vue.d.ts.map +1 -1
- package/dist/components/atoms/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/atoms/SelectBox.vue.d.ts.map +1 -1
- package/dist/components/atoms/Slider.vue.d.ts +4 -4
- package/dist/components/atoms/Slider.vue.d.ts.map +1 -1
- package/dist/components/atoms/Switch.vue.d.ts +0 -1
- package/dist/components/atoms/Switch.vue.d.ts.map +1 -1
- package/dist/components/atoms/Textarea.vue.d.ts +2 -2
- package/dist/components/atoms/Textarea.vue.d.ts.map +1 -1
- package/dist/components/molecules/AccordionItem.vue.d.ts.map +1 -1
- package/dist/components/molecules/AvatarGroup.vue.d.ts +1 -1
- package/dist/components/molecules/AvatarGroup.vue.d.ts.map +1 -1
- package/dist/components/molecules/ButtonGroup.vue.d.ts.map +1 -1
- package/dist/components/molecules/CheckboxGroupField.vue.d.ts.map +1 -1
- package/dist/components/molecules/Dropdown.vue.d.ts +3 -2
- package/dist/components/molecules/Dropdown.vue.d.ts.map +1 -1
- package/dist/components/molecules/FileUploadField.vue.d.ts +2 -0
- package/dist/components/molecules/FileUploadField.vue.d.ts.map +1 -1
- package/dist/components/molecules/FloatButton.vue.d.ts +8 -2
- package/dist/components/molecules/FloatButton.vue.d.ts.map +1 -1
- package/dist/components/molecules/{FormFields.vue.d.ts → FormFieldGroup.vue.d.ts} +3 -3
- package/dist/components/molecules/FormFieldGroup.vue.d.ts.map +1 -0
- package/dist/components/molecules/InputField.vue.d.ts +13 -8
- package/dist/components/molecules/InputField.vue.d.ts.map +1 -1
- package/dist/components/molecules/LinkGroup.vue.d.ts.map +1 -1
- package/dist/components/molecules/Password.vue.d.ts +2 -2
- package/dist/components/molecules/Password.vue.d.ts.map +1 -1
- package/dist/components/molecules/PasswordField.vue.d.ts +85 -0
- package/dist/components/molecules/PasswordField.vue.d.ts.map +1 -0
- package/dist/components/molecules/RadioGroupField.vue.d.ts.map +1 -1
- package/dist/components/molecules/SelectBoxField.vue.d.ts.map +1 -1
- package/dist/components/molecules/SliderField.vue.d.ts +3 -3
- package/dist/components/molecules/SliderField.vue.d.ts.map +1 -1
- package/dist/components/molecules/SwitchField.vue.d.ts.map +1 -1
- package/dist/components/molecules/TextareaField.vue.d.ts +5 -5
- package/dist/components/molecules/TextareaField.vue.d.ts.map +1 -1
- package/dist/components/organisms/Accordion.vue.d.ts.map +1 -1
- package/dist/components/organisms/Alert.vue.d.ts.map +1 -1
- package/dist/components/organisms/Dialog.vue.d.ts.map +1 -1
- package/dist/components/organisms/Tabs.vue.d.ts.map +1 -1
- package/dist/composables/index.d.ts +5 -0
- package/dist/composables/index.d.ts.map +1 -0
- package/dist/composables/useCustomTheme.d.ts +65 -0
- package/dist/composables/useCustomTheme.d.ts.map +1 -0
- package/dist/composables/useTheme.d.ts +21 -13
- package/dist/composables/useTheme.d.ts.map +1 -1
- package/dist/{index-Bco9gSGG.js → index-DK5ikXj4.js} +1 -1
- package/dist/index-qVwCNMxx.js +5992 -0
- package/dist/index.d.ts +5 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +34 -30
- package/dist/index.umd.js +1 -1
- package/dist/plugin/theme.d.ts +59 -16
- package/dist/plugin/theme.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/theme.config.d.ts +10 -0
- package/dist/theme.config.d.ts.map +1 -0
- package/dist/types/index.d.ts +39 -3
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/theme.d.ts +92 -6
- package/dist/types/theme.d.ts.map +1 -1
- package/dist/utils/accessibility.d.ts +2 -2
- package/dist/utils/accessibility.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/components/molecules/FormFields.vue.d.ts.map +0 -1
- package/dist/index-CnZnylJC.js +0 -5504
|
@@ -18,6 +18,7 @@ declare function __VLS_template(): {
|
|
|
18
18
|
readonly radius?: import('../../types').ButtonRadius | undefined;
|
|
19
19
|
readonly disabled?: boolean | undefined;
|
|
20
20
|
readonly loading?: boolean | undefined;
|
|
21
|
+
readonly loadingLabel?: string | undefined;
|
|
21
22
|
readonly block?: boolean | undefined;
|
|
22
23
|
readonly icon?: import('vue').Component | undefined;
|
|
23
24
|
readonly iconDisplay?: "left" | "right" | "only" | undefined;
|
|
@@ -65,6 +66,7 @@ declare function __VLS_template(): {
|
|
|
65
66
|
size: import('../../types').ButtonSize;
|
|
66
67
|
variant: import('../../types').ButtonVariant;
|
|
67
68
|
loading: boolean;
|
|
69
|
+
loadingLabel: string;
|
|
68
70
|
radius: import('../../types').ButtonRadius;
|
|
69
71
|
iconDisplay: "left" | "right" | "only";
|
|
70
72
|
disabled: boolean;
|
|
@@ -94,6 +96,7 @@ declare function __VLS_template(): {
|
|
|
94
96
|
size: import('../../types').ButtonSize;
|
|
95
97
|
variant: import('../../types').ButtonVariant;
|
|
96
98
|
loading: boolean;
|
|
99
|
+
loadingLabel: string;
|
|
97
100
|
radius: import('../../types').ButtonRadius;
|
|
98
101
|
iconDisplay: "left" | "right" | "only";
|
|
99
102
|
disabled: boolean;
|
|
@@ -104,7 +107,7 @@ declare function __VLS_template(): {
|
|
|
104
107
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
105
108
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
106
109
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
107
|
-
}>, "size" | "variant" | "loading" | "radius" | "iconDisplay" | "disabled" | "block" | "tabIndex"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
110
|
+
}>, "size" | "variant" | "loading" | "loadingLabel" | "radius" | "iconDisplay" | "disabled" | "block" | "tabIndex"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
108
111
|
$slots: {
|
|
109
112
|
default?(_: {}): any;
|
|
110
113
|
};
|
|
@@ -244,6 +247,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
244
247
|
readonly radius?: import('../../types').ButtonRadius | undefined;
|
|
245
248
|
readonly disabled?: boolean | undefined;
|
|
246
249
|
readonly loading?: boolean | undefined;
|
|
250
|
+
readonly loadingLabel?: string | undefined;
|
|
247
251
|
readonly block?: boolean | undefined;
|
|
248
252
|
readonly icon?: import('vue').Component | undefined;
|
|
249
253
|
readonly iconDisplay?: "left" | "right" | "only" | undefined;
|
|
@@ -291,6 +295,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
291
295
|
size: import('../../types').ButtonSize;
|
|
292
296
|
variant: import('../../types').ButtonVariant;
|
|
293
297
|
loading: boolean;
|
|
298
|
+
loadingLabel: string;
|
|
294
299
|
radius: import('../../types').ButtonRadius;
|
|
295
300
|
iconDisplay: "left" | "right" | "only";
|
|
296
301
|
disabled: boolean;
|
|
@@ -320,6 +325,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
320
325
|
size: import('../../types').ButtonSize;
|
|
321
326
|
variant: import('../../types').ButtonVariant;
|
|
322
327
|
loading: boolean;
|
|
328
|
+
loadingLabel: string;
|
|
323
329
|
radius: import('../../types').ButtonRadius;
|
|
324
330
|
iconDisplay: "left" | "right" | "only";
|
|
325
331
|
disabled: boolean;
|
|
@@ -330,7 +336,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
330
336
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
331
337
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
332
338
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
333
|
-
}>, "size" | "variant" | "loading" | "radius" | "iconDisplay" | "disabled" | "block" | "tabIndex"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
339
|
+
}>, "size" | "variant" | "loading" | "loadingLabel" | "radius" | "iconDisplay" | "disabled" | "block" | "tabIndex"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
334
340
|
$slots: {
|
|
335
341
|
default?(_: {}): any;
|
|
336
342
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FloatButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/FloatButton.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FloatButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/FloatButton.vue"],"names":[],"mappings":"AAgkBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE/C,MAAM,WAAW,KAAM,SAAQ,gBAAgB;CAAG;AAuLlD,iBAAS,cAAc;WAyHT,OAAO,IAA6B;;oBAxRpC,GAAG;;oBAAH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAsVm+D,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;EAzDzmE;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgC+9D,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;kBArBxmE,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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface Props extends
|
|
1
|
+
import { FormFieldGroupProps } from '../../types';
|
|
2
|
+
export interface Props extends FormFieldGroupProps {
|
|
3
3
|
}
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
5
|
attrs: Partial<{}>;
|
|
@@ -28,4 +28,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
28
28
|
$slots: S;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
-
//# sourceMappingURL=
|
|
31
|
+
//# sourceMappingURL=FormFieldGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormFieldGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/FormFieldGroup.vue"],"names":[],"mappings":"AAkOA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAElD,MAAM,WAAW,KAAM,SAAQ,mBAAmB;CAAG;AAuGrD,iBAAS,cAAc;WAiDT,OAAO,IAA6B;;iBA9IvC,GAAG;mBACD,GAAG;mBACH,GAAG;;iBAFL,GAAG;mBACD,GAAG;mBACH,GAAG;;;;EAiJf;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"}
|
|
@@ -8,8 +8,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
8
8
|
select: () => void | undefined;
|
|
9
9
|
inputRef: HTMLInputElement | undefined;
|
|
10
10
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
-
input: (event: Event) => any;
|
|
12
11
|
focus: (event: FocusEvent) => any;
|
|
12
|
+
input: (event: Event) => any;
|
|
13
13
|
blur: (event: FocusEvent) => any;
|
|
14
14
|
keydown: (event: KeyboardEvent) => any;
|
|
15
15
|
change: (event: Event) => any;
|
|
@@ -20,8 +20,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
20
20
|
"suffix-click": (event: MouseEvent) => any;
|
|
21
21
|
"suffix-icon-click": (event: MouseEvent) => any;
|
|
22
22
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
23
|
-
onInput?: ((event: Event) => any) | undefined;
|
|
24
23
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
24
|
+
onInput?: ((event: Event) => any) | undefined;
|
|
25
25
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
26
26
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
27
27
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -45,6 +45,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
45
45
|
$data: {};
|
|
46
46
|
$props: {
|
|
47
47
|
readonly modelValue?: string | number | undefined;
|
|
48
|
+
readonly name?: string | undefined;
|
|
48
49
|
readonly type?: import('../../types').InputType | undefined;
|
|
49
50
|
readonly size?: import('../../types').Size | undefined;
|
|
50
51
|
readonly state?: import('../../types').State | undefined;
|
|
@@ -56,6 +57,10 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
56
57
|
readonly suffix?: string | undefined;
|
|
57
58
|
readonly prefixIcon?: import('vue').Component | undefined;
|
|
58
59
|
readonly suffixIcon?: import('vue').Component | undefined;
|
|
60
|
+
readonly prefixLabel?: string | undefined;
|
|
61
|
+
readonly prefixIconLabel?: string | undefined;
|
|
62
|
+
readonly suffixLabel?: string | undefined;
|
|
63
|
+
readonly suffixIconLabel?: string | undefined;
|
|
59
64
|
readonly textAlign?: import('../../types').TextAlign | undefined;
|
|
60
65
|
readonly autocomplete?: string | undefined;
|
|
61
66
|
readonly min?: number | string | undefined;
|
|
@@ -73,8 +78,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
73
78
|
readonly ariaValueText?: string | undefined;
|
|
74
79
|
readonly role?: string | undefined;
|
|
75
80
|
readonly tabIndex?: number | undefined;
|
|
76
|
-
readonly onInput?: ((event: Event) => any) | undefined;
|
|
77
81
|
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
82
|
+
readonly onInput?: ((event: Event) => any) | undefined;
|
|
78
83
|
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
79
84
|
readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
80
85
|
readonly onChange?: ((event: Event) => any) | undefined;
|
|
@@ -99,13 +104,13 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
99
104
|
$root: import('vue').ComponentPublicInstance | null;
|
|
100
105
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
101
106
|
$host: Element | null;
|
|
102
|
-
$emit: ((event: "
|
|
107
|
+
$emit: ((event: "focus", event: FocusEvent) => void) & ((event: "input", event: Event) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "change", event: Event) => void) & ((event: "keyup", event: KeyboardEvent) => void) & ((event: "update:modelValue", value: string | number) => void) & ((event: "prefix-click", event: MouseEvent) => void) & ((event: "prefix-icon-click", event: MouseEvent) => void) & ((event: "suffix-click", event: MouseEvent) => void) & ((event: "suffix-icon-click", event: MouseEvent) => void);
|
|
103
108
|
$el: any;
|
|
104
109
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
105
110
|
modelValue?: string | number;
|
|
106
111
|
} & import('../../types').InputProps> & Readonly<{
|
|
107
|
-
onInput?: ((event: Event) => any) | undefined;
|
|
108
112
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
113
|
+
onInput?: ((event: Event) => any) | undefined;
|
|
109
114
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
110
115
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
111
116
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -120,8 +125,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
120
125
|
select: () => void | undefined;
|
|
121
126
|
inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
122
127
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
123
|
-
input: (event: Event) => any;
|
|
124
128
|
focus: (event: FocusEvent) => any;
|
|
129
|
+
input: (event: Event) => any;
|
|
125
130
|
blur: (event: FocusEvent) => any;
|
|
126
131
|
keydown: (event: KeyboardEvent) => any;
|
|
127
132
|
change: (event: Event) => any;
|
|
@@ -170,8 +175,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
170
175
|
}> & Omit<Readonly<{
|
|
171
176
|
modelValue?: string | number;
|
|
172
177
|
} & import('../../types').InputProps> & Readonly<{
|
|
173
|
-
onInput?: ((event: Event) => any) | undefined;
|
|
174
178
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
179
|
+
onInput?: ((event: Event) => any) | undefined;
|
|
175
180
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
176
181
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
177
182
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -181,7 +186,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
181
186
|
"onPrefix-icon-click"?: ((event: MouseEvent) => any) | undefined;
|
|
182
187
|
"onSuffix-click"?: ((event: MouseEvent) => any) | undefined;
|
|
183
188
|
"onSuffix-icon-click"?: ((event: MouseEvent) => any) | undefined;
|
|
184
|
-
}>, "
|
|
189
|
+
}>, "focus" | "select" | "inputRef" | ("size" | "disabled" | "state" | "required" | "readonly" | "type" | "textAlign")> & import('vue').ShallowUnwrapRef<{
|
|
185
190
|
focus: () => void | undefined;
|
|
186
191
|
select: () => void | undefined;
|
|
187
192
|
inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/InputField.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InputField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/InputField.vue"],"names":[],"mappings":"AAiGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,KAAK,WAAW,GAAG,eAAe,CAAC;AA6EnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA+K29b,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAzBjmc,wBAWG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/LinkGroup.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LinkGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/LinkGroup.vue"],"names":[],"mappings":"AAmSA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AA2H7C,iBAAS,cAAc;WA+BT,OAAO,IAA6B;;mBAhJrC,GAAG;;mBAAH,GAAG;;;;EAqJf;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"}
|
|
@@ -48,8 +48,8 @@ declare function __VLS_template(): {
|
|
|
48
48
|
};
|
|
49
49
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
50
50
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
51
|
-
input: (event: Event) => any;
|
|
52
51
|
focus: (event: FocusEvent) => any;
|
|
52
|
+
input: (event: Event) => any;
|
|
53
53
|
blur: (event: FocusEvent) => any;
|
|
54
54
|
keydown: (event: KeyboardEvent) => any;
|
|
55
55
|
change: (event: Event) => any;
|
|
@@ -58,8 +58,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
58
58
|
validation: (validation: PasswordValidation) => any;
|
|
59
59
|
"toggle-visibility": (visible: boolean) => any;
|
|
60
60
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
61
|
-
onInput?: ((event: Event) => any) | undefined;
|
|
62
61
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
62
|
+
onInput?: ((event: Event) => any) | undefined;
|
|
63
63
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
64
64
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
65
65
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Password.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/Password.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Password.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/Password.vue"],"names":[],"mappings":"AA6RA,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAIhE,MAAM,WAAW,KAAM,SAAQ,aAAa;CAAG;AAE/C,KAAK,WAAW,GAAG,KAAK,CAAC;AAmNzB,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA6IT,OAAO,IAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAVpB,GAAG;;;;EAehC;AAyBD,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,85 @@
|
|
|
1
|
+
import { PasswordFieldProps, PasswordValidation } from '../../types';
|
|
2
|
+
type __VLS_Props = PasswordFieldProps;
|
|
3
|
+
type __VLS_PublicProps = {
|
|
4
|
+
modelValue?: string;
|
|
5
|
+
} & __VLS_Props;
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {
|
|
10
|
+
validation: PasswordValidation;
|
|
11
|
+
isValid: boolean;
|
|
12
|
+
score: number;
|
|
13
|
+
satisfied: string[];
|
|
14
|
+
unsatisfied: string[];
|
|
15
|
+
details: {
|
|
16
|
+
length: {
|
|
17
|
+
required: number;
|
|
18
|
+
current: number;
|
|
19
|
+
satisfied: boolean;
|
|
20
|
+
};
|
|
21
|
+
uppercase: {
|
|
22
|
+
required: number;
|
|
23
|
+
current: number;
|
|
24
|
+
satisfied: boolean;
|
|
25
|
+
};
|
|
26
|
+
lowercase: {
|
|
27
|
+
required: number;
|
|
28
|
+
current: number;
|
|
29
|
+
satisfied: boolean;
|
|
30
|
+
};
|
|
31
|
+
digits: {
|
|
32
|
+
required: number;
|
|
33
|
+
current: number;
|
|
34
|
+
satisfied: boolean;
|
|
35
|
+
};
|
|
36
|
+
specialChars: {
|
|
37
|
+
required: number;
|
|
38
|
+
current: number;
|
|
39
|
+
satisfied: boolean;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}): any;
|
|
43
|
+
};
|
|
44
|
+
refs: {};
|
|
45
|
+
rootEl: HTMLDivElement;
|
|
46
|
+
};
|
|
47
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
48
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
49
|
+
focus: (event: FocusEvent) => any;
|
|
50
|
+
input: (event: Event) => any;
|
|
51
|
+
blur: (event: FocusEvent) => any;
|
|
52
|
+
keydown: (event: KeyboardEvent) => any;
|
|
53
|
+
change: (event: Event) => any;
|
|
54
|
+
keyup: (event: KeyboardEvent) => any;
|
|
55
|
+
"update:modelValue": (value: string) => any;
|
|
56
|
+
validation: (validation: PasswordValidation) => any;
|
|
57
|
+
"toggle-visibility": (visible: boolean) => any;
|
|
58
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
59
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
60
|
+
onInput?: ((event: Event) => any) | undefined;
|
|
61
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
62
|
+
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
63
|
+
onChange?: ((event: Event) => any) | undefined;
|
|
64
|
+
onKeyup?: ((event: KeyboardEvent) => any) | undefined;
|
|
65
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
66
|
+
onValidation?: ((validation: PasswordValidation) => any) | undefined;
|
|
67
|
+
"onToggle-visibility"?: ((visible: boolean) => any) | undefined;
|
|
68
|
+
}>, {
|
|
69
|
+
size: import('../../types').Size;
|
|
70
|
+
disabled: boolean;
|
|
71
|
+
state: import('../../types').State;
|
|
72
|
+
required: boolean;
|
|
73
|
+
readonly: boolean;
|
|
74
|
+
rules: import('../../types').PasswordRules;
|
|
75
|
+
showProgress: boolean;
|
|
76
|
+
showToggle: boolean;
|
|
77
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
78
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
79
|
+
export default _default;
|
|
80
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
81
|
+
new (): {
|
|
82
|
+
$slots: S;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
//# sourceMappingURL=PasswordField.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PasswordField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/PasswordField.vue"],"names":[],"mappings":"AAwRA,OAAO,KAAK,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAErE,KAAK,WAAW,GAAG,kBAAkB,CAAC;AAoNtC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAsKT,OAAO,IAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAVpB,GAAG;;;;EAehC;AA0BD,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioGroupField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/RadioGroupField.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RadioGroupField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/RadioGroupField.vue"],"names":[],"mappings":"AAoFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAEnD,MAAM,WAAW,KAAM,SAAQ,IAAI,CAAC,oBAAoB,EAAE,OAAO,CAAC;CAAG;AAErE,KAAK,WAAW,GAAG,KAAK,CAAC;AA+DzB,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC9B,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;AA0GhB,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectBoxField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/SelectBoxField.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SelectBoxField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/SelectBoxField.vue"],"names":[],"mappings":"AAkGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAElD,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA8FvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC;CAC9D,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuIhB,wBAWG"}
|
|
@@ -26,27 +26,27 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
26
26
|
thumb1Ref: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
27
27
|
thumb2Ref: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
28
28
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
29
|
-
input: (value: number | [number, number]) => any;
|
|
30
29
|
focus: (event: FocusEvent) => any;
|
|
30
|
+
input: (value: number | [number, number]) => any;
|
|
31
31
|
blur: (event: FocusEvent) => any;
|
|
32
32
|
keydown: (event: KeyboardEvent) => any;
|
|
33
33
|
change: (value: number | [number, number]) => any;
|
|
34
34
|
"update:modelValue": (value: number | [number, number]) => any;
|
|
35
35
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
36
|
-
onInput?: ((value: number | [number, number]) => any) | undefined;
|
|
37
36
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
37
|
+
onInput?: ((value: number | [number, number]) => any) | undefined;
|
|
38
38
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
39
39
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
40
40
|
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
41
41
|
"onUpdate:modelValue"?: ((value: number | [number, number]) => any) | undefined;
|
|
42
42
|
}>, {
|
|
43
|
-
max: number;
|
|
44
43
|
size: import('../../types').Size;
|
|
45
44
|
disabled: boolean;
|
|
46
45
|
state: import('../../types').State;
|
|
47
46
|
required: boolean;
|
|
48
47
|
readonly: boolean;
|
|
49
48
|
min: number;
|
|
49
|
+
max: number;
|
|
50
50
|
step: number;
|
|
51
51
|
orientation: import('../../types').Orientation;
|
|
52
52
|
tooltip: "none" | "top" | "bottom";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SliderField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/SliderField.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SliderField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/SliderField.vue"],"names":[],"mappings":"AA+jCA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE/C,MAAM,WAAW,KAAM,SAAQ,IAAI,CAAC,gBAAgB,EAAE,OAAO,CAAC;CAAG;AAEjE,KAAK,WAAW,GAAG,KAAK,CAAC;AAmYzB,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACtC,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAkQT,OAAO,IAA6B;;wBAftB,GAAG;uBACJ,GAAG;;;;;;;;;EAmB7B;AAuCD,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwitchField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/SwitchField.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SwitchField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/SwitchField.vue"],"names":[],"mappings":"AA+DA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE1C,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAyCpC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;AA4GhB,wBASG"}
|
|
@@ -8,16 +8,16 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
8
8
|
select: () => void | undefined;
|
|
9
9
|
textareaRef: HTMLTextAreaElement | undefined;
|
|
10
10
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
-
input: (event: Event) => any;
|
|
12
11
|
focus: (event: FocusEvent) => any;
|
|
12
|
+
input: (event: Event) => any;
|
|
13
13
|
blur: (event: FocusEvent) => any;
|
|
14
14
|
keydown: (event: KeyboardEvent) => any;
|
|
15
15
|
change: (event: Event) => any;
|
|
16
16
|
keyup: (event: KeyboardEvent) => any;
|
|
17
17
|
"update:modelValue": (value: string) => any;
|
|
18
18
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
19
|
-
onInput?: ((event: Event) => any) | undefined;
|
|
20
19
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
20
|
+
onInput?: ((event: Event) => any) | undefined;
|
|
21
21
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
22
22
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
23
23
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -40,8 +40,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
40
40
|
textareaRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
41
41
|
modelValue?: string;
|
|
42
42
|
} & import('../../types').TextareaProps> & Readonly<{
|
|
43
|
-
onInput?: ((event: Event) => any) | undefined;
|
|
44
43
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
44
|
+
onInput?: ((event: Event) => any) | undefined;
|
|
45
45
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
46
46
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
47
47
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -52,8 +52,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
52
52
|
select: () => void;
|
|
53
53
|
textareaRef: import('vue').Ref<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
54
54
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
55
|
-
input: (event: Event) => any;
|
|
56
55
|
focus: (event: FocusEvent) => any;
|
|
56
|
+
input: (event: Event) => any;
|
|
57
57
|
blur: (event: FocusEvent) => any;
|
|
58
58
|
keydown: (event: KeyboardEvent) => any;
|
|
59
59
|
change: (event: Event) => any;
|
|
@@ -84,8 +84,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
84
84
|
}, Readonly<{
|
|
85
85
|
modelValue?: string;
|
|
86
86
|
} & import('../../types').TextareaProps> & Readonly<{
|
|
87
|
-
onInput?: ((event: Event) => any) | undefined;
|
|
88
87
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
88
|
+
onInput?: ((event: Event) => any) | undefined;
|
|
89
89
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
90
90
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
91
91
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextareaField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/TextareaField.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextareaField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/molecules/TextareaField.vue"],"names":[],"mappings":"AAiGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAEjD,KAAK,WAAW,GAAG,kBAAkB,CAAC;AAkFtC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgIhB,wBAWG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Accordion.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Accordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Accordion.vue"],"names":[],"mappings":"AAkRA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AA8MhE,iBAAS,cAAc;WAwET,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAgBD,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Alert.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Alert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Alert.vue"],"names":[],"mappings":"AA+YA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAiFzC,iBAAS,cAAc;WAyFT,OAAO,IAA6B;;uBAZvB,GAAG;6BACG,GAAG;yBACP,GAAG;;;;EAe/B;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;6EASnB,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Dialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Dialog.vue"],"names":[],"mappings":"AAkdA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAwK1C,iBAAS,cAAc;WAmHT,OAAO,IAA6B;;sBAbvB,GAAG;yBACA,GAAG;wBACJ,GAAG;;;;;;EAgB/B;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;OAWnB,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Tabs.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/organisms/Tabs.vue"],"names":[],"mappings":"AAyKA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AA8CxC,iBAAS,cAAc;WA0ET,OAAO,IAA6B;;;;;YAXzB,GAAG;;;;YACD,GAAG;;;;EAe7B;AAcD,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 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/composables/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AACrC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAE3C,OAAO,EACL,QAAQ,EACR,cAAc,EACd,WAAW,GACZ,CAAA"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { SurgeuiTheme } from '../plugin/theme';
|
|
2
|
+
/**
|
|
3
|
+
* Composable pour gérer les variables CSS custom du système de thème
|
|
4
|
+
*
|
|
5
|
+
* Permet de:
|
|
6
|
+
* - Appliquer des variables CSS custom au DOM
|
|
7
|
+
* - Définir des variables individuelles
|
|
8
|
+
* - Réinitialiser les variables
|
|
9
|
+
* - Fusionner avec des thèmes existants
|
|
10
|
+
*/
|
|
11
|
+
export declare function useCustomTheme(): {
|
|
12
|
+
customTheme: import('vue').ComputedRef<{
|
|
13
|
+
textPrimary?: string | undefined;
|
|
14
|
+
textSecondary?: string | undefined;
|
|
15
|
+
textTertiary?: string | undefined;
|
|
16
|
+
textDisabled?: string | undefined;
|
|
17
|
+
textInverse?: string | undefined;
|
|
18
|
+
linkDefault?: string | undefined;
|
|
19
|
+
linkHover?: string | undefined;
|
|
20
|
+
linkVisited?: string | undefined;
|
|
21
|
+
linkMuted?: string | undefined;
|
|
22
|
+
bgCanvas?: string | undefined;
|
|
23
|
+
bgSurface?: string | undefined;
|
|
24
|
+
bgSurfaceElevated?: string | undefined;
|
|
25
|
+
bgOverlay?: string | undefined;
|
|
26
|
+
bgDisabled?: string | undefined;
|
|
27
|
+
bgHover?: string | undefined;
|
|
28
|
+
bgActive?: string | undefined;
|
|
29
|
+
bgSelected?: string | undefined;
|
|
30
|
+
borderDefault?: string | undefined;
|
|
31
|
+
borderSubtle?: string | undefined;
|
|
32
|
+
borderStrong?: string | undefined;
|
|
33
|
+
borderFocus?: string | undefined;
|
|
34
|
+
borderDisabled?: string | undefined;
|
|
35
|
+
stateSuccess?: string | undefined;
|
|
36
|
+
stateSuccessBg?: string | undefined;
|
|
37
|
+
stateWarning?: string | undefined;
|
|
38
|
+
stateWarningBg?: string | undefined;
|
|
39
|
+
stateError?: string | undefined;
|
|
40
|
+
stateErrorBg?: string | undefined;
|
|
41
|
+
stateInfo?: string | undefined;
|
|
42
|
+
stateInfoBg?: string | undefined;
|
|
43
|
+
primaryDefault?: string | undefined;
|
|
44
|
+
primaryHover?: string | undefined;
|
|
45
|
+
primaryActive?: string | undefined;
|
|
46
|
+
primaryDisabled?: string | undefined;
|
|
47
|
+
primaryText?: string | undefined;
|
|
48
|
+
secondaryDefault?: string | undefined;
|
|
49
|
+
secondaryHover?: string | undefined;
|
|
50
|
+
secondaryActive?: string | undefined;
|
|
51
|
+
secondaryDisabled?: string | undefined;
|
|
52
|
+
secondaryText?: string | undefined;
|
|
53
|
+
shadowColor?: string | undefined;
|
|
54
|
+
linkVariant?: Exclude<import('..').LinkVariant, "custom"> | undefined;
|
|
55
|
+
linkSize?: Exclude<import('..').LinkSize, "default"> | undefined;
|
|
56
|
+
linkUnderline?: Exclude<import('..').LinkUnderline, "default"> | undefined;
|
|
57
|
+
dialogDisplay?: Exclude<import('..').DialogDisplay, "center"> | undefined;
|
|
58
|
+
}>;
|
|
59
|
+
applyCustomTheme: (theme: SurgeuiTheme) => void;
|
|
60
|
+
setCustomVariable: (property: string, value: string) => void;
|
|
61
|
+
getCustomTheme: () => SurgeuiTheme;
|
|
62
|
+
resetCustomTheme: () => void;
|
|
63
|
+
mergeWithTheme: (baseTheme: SurgeuiTheme, overrideTheme: SurgeuiTheme) => SurgeuiTheme;
|
|
64
|
+
};
|
|
65
|
+
//# sourceMappingURL=useCustomTheme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCustomTheme.d.ts","sourceRoot":"","sources":["../../src/composables/useCustomTheme.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAGlD;;;;;;;;GAQG;AACH,wBAAgB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAcK,YAAY,KAAG,IAAI;kCAgBf,MAAM,SAAS,MAAM,KAAG,IAAI;0BAwBtC,YAAY;4BAOV,IAAI;gCA0BE,YAAY,iBAAiB,YAAY,KAAG,YAAY;EA+B5F"}
|
|
@@ -1,20 +1,28 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
theme: SurgeuiTheme;
|
|
1
|
+
import { ThemeName, ThemeMode, ContrastMode, MotionMode, ThemeMetadata, UseThemeOptions, DeprecatedThemeName } from '../types/theme';
|
|
2
|
+
export declare function useTheme(options?: UseThemeOptions): {
|
|
3
|
+
themeName: import('vue').Ref<ThemeName, ThemeName>;
|
|
5
4
|
themeMode: import('vue').Ref<ThemeMode, ThemeMode>;
|
|
6
5
|
contrastMode: import('vue').Ref<ContrastMode, ContrastMode>;
|
|
7
6
|
motionMode: import('vue').Ref<MotionMode, MotionMode>;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
effectiveTheme: import('vue').ComputedRef<ThemeName>;
|
|
8
|
+
effectiveThemeMode: import('vue').ComputedRef<"dark" | "light">;
|
|
9
|
+
effectiveContrast: import('vue').ComputedRef<"normal" | "high">;
|
|
10
|
+
effectiveMotion: import('vue').ComputedRef<"reduce" | "normal">;
|
|
11
|
+
systemTheme: import('vue').ComputedRef<"dark" | "light">;
|
|
11
12
|
systemContrast: import('vue').ComputedRef<"normal" | "high">;
|
|
12
|
-
systemMotion: import('vue').ComputedRef<"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
systemMotion: import('vue').ComputedRef<"reduce" | "normal">;
|
|
14
|
+
currentThemeMetadata: import('vue').ComputedRef<ThemeMetadata>;
|
|
15
|
+
isDarkMode: import('vue').ComputedRef<boolean>;
|
|
16
|
+
availableThemes: import('vue').ComputedRef<ThemeMetadata[]>;
|
|
17
|
+
systemThemes: import('vue').ComputedRef<ThemeMetadata[]>;
|
|
18
|
+
colorThemes: import('vue').ComputedRef<ThemeMetadata[]>;
|
|
19
|
+
setTheme: (name: ThemeName | DeprecatedThemeName) => void;
|
|
20
|
+
setThemeMode: (mode: ThemeMode) => void;
|
|
21
|
+
setContrast: (contrast: ContrastMode) => void;
|
|
22
|
+
setMotion: (motion: MotionMode) => void;
|
|
23
|
+
toggleMode: () => void;
|
|
17
24
|
toggleTheme: () => void;
|
|
18
|
-
|
|
25
|
+
cycleTheme: () => void;
|
|
26
|
+
clearConfig: () => void;
|
|
19
27
|
};
|
|
20
28
|
//# sourceMappingURL=useTheme.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["../../src/composables/useTheme.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["../../src/composables/useTheme.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,SAAS,EACT,SAAS,EACT,YAAY,EACZ,UAAU,EAEV,aAAa,EACb,eAAe,EACf,mBAAmB,EACpB,MAAM,eAAe,CAAC;AA2DvB,wBAAgB,QAAQ,CAAC,OAAO,GAAE,eAAoB;;;;;;;;;;;;;;;;;qBA4L5B,SAAS,GAAG,mBAAmB;yBAuC3B,SAAS;4BAMN,YAAY;wBAMhB,UAAU;;;;;EA4GtC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
|
|
2
|
-
import { r as Wr, a as Xr, b as Qr, c as Kr, d as Yr, e as Jr, f as ro, g as oo, i as no, h as eo, j as to, k as ao, l as io, m as co } from "./index-
|
|
2
|
+
import { r as Wr, a as Xr, b as Qr, c as Kr, d as Yr, e as Jr, f as ro, g as oo, i as no, h as eo, j as to, k as ao, l as io, m as co } from "./index-qVwCNMxx.js";
|
|
3
3
|
function i(e, t) {
|
|
4
4
|
return n(), o("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|