@idds/vue 1.2.13 → 1.2.14
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/Alert.vue.d.ts.map +1 -1
- package/dist/components/Skeleton.vue.d.ts +1 -1
- package/dist/components/Skeleton.vue.d.ts.map +1 -1
- package/dist/index.cjs.js +5 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +21 -21
- package/dist/index.es.js +242 -263
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +5 -5
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4168,14 +4168,14 @@ declare const _default: {
|
|
|
4168
4168
|
type: import('vue').PropType<string>;
|
|
4169
4169
|
default: string;
|
|
4170
4170
|
};
|
|
4171
|
-
rounded: {
|
|
4172
|
-
type: import('vue').PropType<"none" | "sm" | "md" | "lg" | "full" | "xs">;
|
|
4173
|
-
default: string;
|
|
4174
|
-
};
|
|
4175
4171
|
color: {
|
|
4176
4172
|
type: import('vue').PropType<"gray" | "blue" | "green" | "red" | "yellow">;
|
|
4177
4173
|
default: string;
|
|
4178
4174
|
};
|
|
4175
|
+
rounded: {
|
|
4176
|
+
type: import('vue').PropType<"none" | "sm" | "md" | "lg" | "full" | "xs">;
|
|
4177
|
+
default: string;
|
|
4178
|
+
};
|
|
4179
4179
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4180
4180
|
className: {
|
|
4181
4181
|
type: import('vue').PropType<string>;
|
|
@@ -4189,20 +4189,20 @@ declare const _default: {
|
|
|
4189
4189
|
type: import('vue').PropType<string>;
|
|
4190
4190
|
default: string;
|
|
4191
4191
|
};
|
|
4192
|
-
rounded: {
|
|
4193
|
-
type: import('vue').PropType<"none" | "sm" | "md" | "lg" | "full" | "xs">;
|
|
4194
|
-
default: string;
|
|
4195
|
-
};
|
|
4196
4192
|
color: {
|
|
4197
4193
|
type: import('vue').PropType<"gray" | "blue" | "green" | "red" | "yellow">;
|
|
4198
4194
|
default: string;
|
|
4199
4195
|
};
|
|
4196
|
+
rounded: {
|
|
4197
|
+
type: import('vue').PropType<"none" | "sm" | "md" | "lg" | "full" | "xs">;
|
|
4198
|
+
default: string;
|
|
4199
|
+
};
|
|
4200
4200
|
}>> & Readonly<{}>, {
|
|
4201
4201
|
className: string;
|
|
4202
4202
|
width: string;
|
|
4203
4203
|
height: string;
|
|
4204
|
-
rounded: "none" | "xs" | "sm" | "md" | "lg" | "full";
|
|
4205
4204
|
color: "gray" | "blue" | "green" | "red" | "yellow";
|
|
4205
|
+
rounded: "none" | "xs" | "sm" | "md" | "lg" | "full";
|
|
4206
4206
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4207
4207
|
Spinner: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4208
4208
|
size: {
|
|
@@ -5495,16 +5495,16 @@ declare const _default: {
|
|
|
5495
5495
|
className: {
|
|
5496
5496
|
type: import('vue').PropType<string>;
|
|
5497
5497
|
};
|
|
5498
|
+
format: {
|
|
5499
|
+
type: import('vue').PropType<string>;
|
|
5500
|
+
default: string;
|
|
5501
|
+
};
|
|
5498
5502
|
prefixIcon: {
|
|
5499
5503
|
type: import('vue').PropType<any>;
|
|
5500
5504
|
};
|
|
5501
5505
|
suffixIcon: {
|
|
5502
5506
|
type: import('vue').PropType<any>;
|
|
5503
5507
|
};
|
|
5504
|
-
format: {
|
|
5505
|
-
type: import('vue').PropType<string>;
|
|
5506
|
-
default: string;
|
|
5507
|
-
};
|
|
5508
5508
|
modelValue: {
|
|
5509
5509
|
type: import('vue').PropType<string>;
|
|
5510
5510
|
};
|
|
@@ -5606,16 +5606,16 @@ declare const _default: {
|
|
|
5606
5606
|
className: {
|
|
5607
5607
|
type: import('vue').PropType<string>;
|
|
5608
5608
|
};
|
|
5609
|
+
format: {
|
|
5610
|
+
type: import('vue').PropType<string>;
|
|
5611
|
+
default: string;
|
|
5612
|
+
};
|
|
5609
5613
|
prefixIcon: {
|
|
5610
5614
|
type: import('vue').PropType<any>;
|
|
5611
5615
|
};
|
|
5612
5616
|
suffixIcon: {
|
|
5613
5617
|
type: import('vue').PropType<any>;
|
|
5614
5618
|
};
|
|
5615
|
-
format: {
|
|
5616
|
-
type: import('vue').PropType<string>;
|
|
5617
|
-
default: string;
|
|
5618
|
-
};
|
|
5619
5619
|
modelValue: {
|
|
5620
5620
|
type: import('vue').PropType<string>;
|
|
5621
5621
|
};
|
|
@@ -5710,16 +5710,16 @@ declare const _default: {
|
|
|
5710
5710
|
className: {
|
|
5711
5711
|
type: import('vue').PropType<string>;
|
|
5712
5712
|
};
|
|
5713
|
+
format: {
|
|
5714
|
+
type: import('vue').PropType<string>;
|
|
5715
|
+
default: string;
|
|
5716
|
+
};
|
|
5713
5717
|
prefixIcon: {
|
|
5714
5718
|
type: import('vue').PropType<any>;
|
|
5715
5719
|
};
|
|
5716
5720
|
suffixIcon: {
|
|
5717
5721
|
type: import('vue').PropType<any>;
|
|
5718
5722
|
};
|
|
5719
|
-
format: {
|
|
5720
|
-
type: import('vue').PropType<string>;
|
|
5721
|
-
default: string;
|
|
5722
|
-
};
|
|
5723
5723
|
modelValue: {
|
|
5724
5724
|
type: import('vue').PropType<string>;
|
|
5725
5725
|
};
|