@dao-style/core 1.19.1-beta.1 → 1.19.1-beta.2
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/dist/components/autocomplete/autocomplete.d.ts +6 -6
- package/dist/components/autocomplete/autocomplete.vue.d.ts +2 -2
- package/dist/components/input/input.d.ts +3 -3
- package/dist/components/input/input.vue.d.ts +1 -1
- package/dist/dao-style.js +1 -1
- package/dist/dao-style.mjs +156 -154
- package/package.json +1 -1
|
@@ -345,7 +345,7 @@ declare const DaoAutocomplete: {
|
|
|
345
345
|
isDecreaseDisabled: import("vue").Ref<boolean>;
|
|
346
346
|
isChangingNumber: import("vue").Ref<boolean>;
|
|
347
347
|
inputType: import("vue").ComputedRef<import("..").InputType>;
|
|
348
|
-
passwordIcon: import("vue").ComputedRef<"icon-eye" | "icon-eye
|
|
348
|
+
passwordIcon: import("vue").ComputedRef<"icon-eye-slash" | "icon-eye">;
|
|
349
349
|
toggleShowPassword: () => void;
|
|
350
350
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "change" | "update:modelValue" | "after-reset")[], string, {
|
|
351
351
|
type: import("..").InputType;
|
|
@@ -454,7 +454,7 @@ declare const DaoAutocomplete: {
|
|
|
454
454
|
isDecreaseDisabled: import("vue").Ref<boolean>;
|
|
455
455
|
isChangingNumber: import("vue").Ref<boolean>;
|
|
456
456
|
inputType: import("vue").ComputedRef<import("..").InputType>;
|
|
457
|
-
passwordIcon: import("vue").ComputedRef<"icon-eye" | "icon-eye
|
|
457
|
+
passwordIcon: import("vue").ComputedRef<"icon-eye-slash" | "icon-eye">;
|
|
458
458
|
toggleShowPassword: () => void;
|
|
459
459
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
460
460
|
$props: Partial<import("..").InputProps>;
|
|
@@ -751,7 +751,7 @@ declare const DaoAutocomplete: {
|
|
|
751
751
|
isDecreaseDisabled: import("vue").Ref<boolean>;
|
|
752
752
|
isChangingNumber: import("vue").Ref<boolean>;
|
|
753
753
|
inputType: import("vue").ComputedRef<import("..").InputType>;
|
|
754
|
-
passwordIcon: import("vue").ComputedRef<"icon-eye" | "icon-eye
|
|
754
|
+
passwordIcon: import("vue").ComputedRef<"icon-eye-slash" | "icon-eye">;
|
|
755
755
|
toggleShowPassword: () => void;
|
|
756
756
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "change" | "update:modelValue" | "after-reset")[], string, {
|
|
757
757
|
type: import("..").InputType;
|
|
@@ -860,7 +860,7 @@ declare const DaoAutocomplete: {
|
|
|
860
860
|
isDecreaseDisabled: import("vue").Ref<boolean>;
|
|
861
861
|
isChangingNumber: import("vue").Ref<boolean>;
|
|
862
862
|
inputType: import("vue").ComputedRef<import("..").InputType>;
|
|
863
|
-
passwordIcon: import("vue").ComputedRef<"icon-eye" | "icon-eye
|
|
863
|
+
passwordIcon: import("vue").ComputedRef<"icon-eye-slash" | "icon-eye">;
|
|
864
864
|
toggleShowPassword: () => void;
|
|
865
865
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
866
866
|
$props: Partial<import("..").InputProps>;
|
|
@@ -1122,7 +1122,7 @@ declare const DaoAutocomplete: {
|
|
|
1122
1122
|
isDecreaseDisabled: import("vue").Ref<boolean>;
|
|
1123
1123
|
isChangingNumber: import("vue").Ref<boolean>;
|
|
1124
1124
|
inputType: import("vue").ComputedRef<import("..").InputType>;
|
|
1125
|
-
passwordIcon: import("vue").ComputedRef<"icon-eye" | "icon-eye
|
|
1125
|
+
passwordIcon: import("vue").ComputedRef<"icon-eye-slash" | "icon-eye">;
|
|
1126
1126
|
toggleShowPassword: () => void;
|
|
1127
1127
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "change" | "update:modelValue" | "after-reset")[], string, {
|
|
1128
1128
|
type: import("..").InputType;
|
|
@@ -1231,7 +1231,7 @@ declare const DaoAutocomplete: {
|
|
|
1231
1231
|
isDecreaseDisabled: import("vue").Ref<boolean>;
|
|
1232
1232
|
isChangingNumber: import("vue").Ref<boolean>;
|
|
1233
1233
|
inputType: import("vue").ComputedRef<import("..").InputType>;
|
|
1234
|
-
passwordIcon: import("vue").ComputedRef<"icon-eye" | "icon-eye
|
|
1234
|
+
passwordIcon: import("vue").ComputedRef<"icon-eye-slash" | "icon-eye">;
|
|
1235
1235
|
toggleShowPassword: () => void;
|
|
1236
1236
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1237
1237
|
$props: Partial<import("..").InputProps>;
|
|
@@ -241,7 +241,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
241
241
|
isDecreaseDisabled: import("vue").Ref<boolean>;
|
|
242
242
|
isChangingNumber: import("vue").Ref<boolean>;
|
|
243
243
|
inputType: import("vue").ComputedRef<import("../input").InputType>;
|
|
244
|
-
passwordIcon: import("vue").ComputedRef<"icon-eye" | "icon-eye
|
|
244
|
+
passwordIcon: import("vue").ComputedRef<"icon-eye-slash" | "icon-eye">;
|
|
245
245
|
toggleShowPassword: () => void;
|
|
246
246
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "change" | "update:modelValue" | "after-reset")[], string, {
|
|
247
247
|
type: import("../input").InputType;
|
|
@@ -350,7 +350,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
350
350
|
isDecreaseDisabled: import("vue").Ref<boolean>;
|
|
351
351
|
isChangingNumber: import("vue").Ref<boolean>;
|
|
352
352
|
inputType: import("vue").ComputedRef<import("../input").InputType>;
|
|
353
|
-
passwordIcon: import("vue").ComputedRef<"icon-eye" | "icon-eye
|
|
353
|
+
passwordIcon: import("vue").ComputedRef<"icon-eye-slash" | "icon-eye">;
|
|
354
354
|
toggleShowPassword: () => void;
|
|
355
355
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
356
356
|
$props: Partial<import("../input").InputProps>;
|
|
@@ -155,7 +155,7 @@ declare const DaoInput: {
|
|
|
155
155
|
isDecreaseDisabled: import("vue").Ref<boolean>;
|
|
156
156
|
isChangingNumber: import("vue").Ref<boolean>;
|
|
157
157
|
inputType: import("vue").ComputedRef<import("./props").InputType>;
|
|
158
|
-
passwordIcon: import("vue").ComputedRef<"icon-eye" | "icon-eye
|
|
158
|
+
passwordIcon: import("vue").ComputedRef<"icon-eye-slash" | "icon-eye">;
|
|
159
159
|
toggleShowPassword: () => void;
|
|
160
160
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "change" | "update:modelValue" | "after-reset")[], string, {
|
|
161
161
|
type: import("./props").InputType;
|
|
@@ -264,7 +264,7 @@ declare const DaoInput: {
|
|
|
264
264
|
isDecreaseDisabled: import("vue").Ref<boolean>;
|
|
265
265
|
isChangingNumber: import("vue").Ref<boolean>;
|
|
266
266
|
inputType: import("vue").ComputedRef<import("./props").InputType>;
|
|
267
|
-
passwordIcon: import("vue").ComputedRef<"icon-eye" | "icon-eye
|
|
267
|
+
passwordIcon: import("vue").ComputedRef<"icon-eye-slash" | "icon-eye">;
|
|
268
268
|
toggleShowPassword: () => void;
|
|
269
269
|
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
270
270
|
__isFragment?: undefined;
|
|
@@ -347,7 +347,7 @@ declare const DaoInput: {
|
|
|
347
347
|
isDecreaseDisabled: import("vue").Ref<boolean>;
|
|
348
348
|
isChangingNumber: import("vue").Ref<boolean>;
|
|
349
349
|
inputType: import("vue").ComputedRef<import("./props").InputType>;
|
|
350
|
-
passwordIcon: import("vue").ComputedRef<"icon-eye" | "icon-eye
|
|
350
|
+
passwordIcon: import("vue").ComputedRef<"icon-eye-slash" | "icon-eye">;
|
|
351
351
|
toggleShowPassword: () => void;
|
|
352
352
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "change" | "update:modelValue" | "after-reset")[], "input" | "focus" | "blur" | "change" | "update:modelValue" | "after-reset", {
|
|
353
353
|
type: import("./props").InputType;
|
|
@@ -69,7 +69,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
69
69
|
isDecreaseDisabled: import("vue").Ref<boolean>;
|
|
70
70
|
isChangingNumber: import("vue").Ref<boolean>;
|
|
71
71
|
inputType: import("vue").ComputedRef<import("./props").InputType>;
|
|
72
|
-
passwordIcon: import("vue").ComputedRef<"icon-eye" | "icon-eye
|
|
72
|
+
passwordIcon: import("vue").ComputedRef<"icon-eye-slash" | "icon-eye">;
|
|
73
73
|
toggleShowPassword: () => void;
|
|
74
74
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "change" | "update:modelValue" | "after-reset")[], "input" | "focus" | "blur" | "change" | "update:modelValue" | "after-reset", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
75
75
|
modelValue: {
|