@opentinyvue/vue-icon-multicolor 3.27.0 → 3.27.1
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/index.d.ts +2280 -120
- package/package.json +1 -1
- package/src/activitys/index.d.ts +38 -2
- package/src/administrative-fees/index.d.ts +38 -2
- package/src/air-fares/index.d.ts +38 -2
- package/src/album-upload/index.d.ts +38 -2
- package/src/analysis-report/index.d.ts +38 -2
- package/src/analysis-report-1/index.d.ts +38 -2
- package/src/apply/index.d.ts +38 -2
- package/src/archives/index.d.ts +38 -2
- package/src/baggage-fees/index.d.ts +38 -2
- package/src/car-insurance/index.d.ts +38 -2
- package/src/car-rental/index.d.ts +38 -2
- package/src/case-study/index.d.ts +38 -2
- package/src/ceremony-fees/index.d.ts +38 -2
- package/src/condolences/index.d.ts +38 -2
- package/src/entertainment-expense/index.d.ts +38 -2
- package/src/expert-consultation-fees/index.d.ts +38 -2
- package/src/expert-reimburse-form/index.d.ts +38 -2
- package/src/expert-teaching-fees/index.d.ts +38 -2
- package/src/express-delivery/index.d.ts +38 -2
- package/src/ferry-fares/index.d.ts +38 -2
- package/src/file-upload/index.d.ts +38 -2
- package/src/fuel-cost/index.d.ts +38 -2
- package/src/gift-cost/index.d.ts +38 -2
- package/src/home-page/index.d.ts +38 -2
- package/src/housing-subsidy/index.d.ts +38 -2
- package/src/incidental-expenses/index.d.ts +38 -2
- package/src/index.d.ts +2280 -120
- package/src/landline-phone/index.d.ts +38 -2
- package/src/line-rental/index.d.ts +38 -2
- package/src/living-subsidy/index.d.ts +38 -2
- package/src/lodging-fees/index.d.ts +38 -2
- package/src/maintenance-service/index.d.ts +38 -2
- package/src/meal-allowance/index.d.ts +38 -2
- package/src/meal-subsidy/index.d.ts +38 -2
- package/src/meeting-expenses/index.d.ts +38 -2
- package/src/meeting-reimburse-form/index.d.ts +38 -2
- package/src/newspaper-subscription/index.d.ts +38 -2
- package/src/office-equipments/index.d.ts +38 -2
- package/src/office-supplies/index.d.ts +38 -2
- package/src/others/index.d.ts +38 -2
- package/src/phone-bills/index.d.ts +38 -2
- package/src/photo-identification/index.d.ts +38 -2
- package/src/physical-examination/index.d.ts +38 -2
- package/src/private-vehicle-allowance/index.d.ts +38 -2
- package/src/professional-terminology/index.d.ts +38 -2
- package/src/reception-reimburse-form/index.d.ts +38 -2
- package/src/reimbursement-form/index.d.ts +38 -2
- package/src/service-charges/index.d.ts +38 -2
- package/src/share-arrow/index.d.ts +38 -2
- package/src/ship/index.d.ts +38 -2
- package/src/taxi-fares/index.d.ts +38 -2
- package/src/train-fares/index.d.ts +38 -2
- package/src/training/index.d.ts +38 -2
- package/src/training-fees/index.d.ts +38 -2
- package/src/travel-application-form/index.d.ts +38 -2
- package/src/travel-expenses/index.d.ts +38 -2
- package/src/travel-order/index.d.ts +38 -2
- package/src/venue-hospitality-fees/index.d.ts +38 -2
- package/src/venue-rental-fees/index.d.ts +38 -2
- package/src/visa-fees/index.d.ts +38 -2
- package/src/white-pager/index.d.ts +38 -2
package/package.json
CHANGED
package/src/activitys/index.d.ts
CHANGED
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
shape: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
firstColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
secondColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
underlay: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
};
|
|
17
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
18
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
19
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
20
|
+
shape: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
firstColor: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
secondColor: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
underlay: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
shape: string;
|
|
37
|
+
firstColor: string;
|
|
38
|
+
secondColor: string;
|
|
39
|
+
}, {}>>;
|
|
4
40
|
export default _default;
|
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
shape: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
firstColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
secondColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
underlay: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
};
|
|
17
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
18
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
19
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
20
|
+
shape: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
firstColor: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
secondColor: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
underlay: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
shape: string;
|
|
37
|
+
firstColor: string;
|
|
38
|
+
secondColor: string;
|
|
39
|
+
}, {}>>;
|
|
4
40
|
export default _default;
|
package/src/air-fares/index.d.ts
CHANGED
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
shape: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
firstColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
secondColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
underlay: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
};
|
|
17
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
18
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
19
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
20
|
+
shape: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
firstColor: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
secondColor: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
underlay: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
shape: string;
|
|
37
|
+
firstColor: string;
|
|
38
|
+
secondColor: string;
|
|
39
|
+
}, {}>>;
|
|
4
40
|
export default _default;
|
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
shape: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
firstColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
secondColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
underlay: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
};
|
|
17
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
18
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
19
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
20
|
+
shape: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
firstColor: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
secondColor: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
underlay: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
shape: string;
|
|
37
|
+
firstColor: string;
|
|
38
|
+
secondColor: string;
|
|
39
|
+
}, {}>>;
|
|
4
40
|
export default _default;
|
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
shape: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
firstColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
secondColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
underlay: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
};
|
|
17
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
18
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
19
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
20
|
+
shape: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
firstColor: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
secondColor: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
underlay: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
shape: string;
|
|
37
|
+
firstColor: string;
|
|
38
|
+
secondColor: string;
|
|
39
|
+
}, {}>>;
|
|
4
40
|
export default _default;
|
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
shape: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
firstColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
secondColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
underlay: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
};
|
|
17
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
18
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
19
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
20
|
+
shape: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
firstColor: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
secondColor: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
underlay: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
shape: string;
|
|
37
|
+
firstColor: string;
|
|
38
|
+
secondColor: string;
|
|
39
|
+
}, {}>>;
|
|
4
40
|
export default _default;
|
package/src/apply/index.d.ts
CHANGED
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
shape: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
firstColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
secondColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
underlay: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
};
|
|
17
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
18
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
19
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
20
|
+
shape: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
firstColor: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
secondColor: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
underlay: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
shape: string;
|
|
37
|
+
firstColor: string;
|
|
38
|
+
secondColor: string;
|
|
39
|
+
}, {}>>;
|
|
4
40
|
export default _default;
|
package/src/archives/index.d.ts
CHANGED
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
shape: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
firstColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
secondColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
underlay: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
};
|
|
17
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
18
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
19
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
20
|
+
shape: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
firstColor: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
secondColor: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
underlay: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
shape: string;
|
|
37
|
+
firstColor: string;
|
|
38
|
+
secondColor: string;
|
|
39
|
+
}, {}>>;
|
|
4
40
|
export default _default;
|
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
shape: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
firstColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
secondColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
underlay: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
};
|
|
17
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
18
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
19
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
20
|
+
shape: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
firstColor: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
secondColor: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
underlay: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
shape: string;
|
|
37
|
+
firstColor: string;
|
|
38
|
+
secondColor: string;
|
|
39
|
+
}, {}>>;
|
|
4
40
|
export default _default;
|
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
shape: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
firstColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
secondColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
underlay: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
};
|
|
17
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
18
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
19
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
20
|
+
shape: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
firstColor: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
secondColor: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
underlay: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
shape: string;
|
|
37
|
+
firstColor: string;
|
|
38
|
+
secondColor: string;
|
|
39
|
+
}, {}>>;
|
|
4
40
|
export default _default;
|
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
shape: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
firstColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
secondColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
underlay: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
};
|
|
17
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
18
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
19
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
20
|
+
shape: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
firstColor: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
secondColor: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
underlay: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
shape: string;
|
|
37
|
+
firstColor: string;
|
|
38
|
+
secondColor: string;
|
|
39
|
+
}, {}>>;
|
|
4
40
|
export default _default;
|
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
shape: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
firstColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
secondColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
underlay: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
};
|
|
17
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
18
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
19
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
20
|
+
shape: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
firstColor: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
secondColor: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
underlay: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
shape: string;
|
|
37
|
+
firstColor: string;
|
|
38
|
+
secondColor: string;
|
|
39
|
+
}, {}>>;
|
|
4
40
|
export default _default;
|
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
shape: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
firstColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
secondColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
underlay: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
};
|
|
17
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
18
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
19
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
20
|
+
shape: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
firstColor: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
secondColor: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
underlay: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
shape: string;
|
|
37
|
+
firstColor: string;
|
|
38
|
+
secondColor: string;
|
|
39
|
+
}, {}>>;
|
|
4
40
|
export default _default;
|
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
shape: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
firstColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
secondColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
underlay: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
};
|
|
17
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
18
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
19
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
20
|
+
shape: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
firstColor: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
secondColor: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
underlay: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
shape: string;
|
|
37
|
+
firstColor: string;
|
|
38
|
+
secondColor: string;
|
|
39
|
+
}, {}>>;
|
|
4
40
|
export default _default;
|
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
1
|
+
declare const _default: (propData?: any) => import("@vue/reactivity").Raw<import("@vue/runtime-core").DefineComponent<{
|
|
2
|
+
shape: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
firstColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
secondColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
underlay: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
};
|
|
17
|
+
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
2
18
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
19
|
+
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
20
|
+
shape: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
firstColor: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
secondColor: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
underlay: {
|
|
33
|
+
type: ObjectConstructor;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
shape: string;
|
|
37
|
+
firstColor: string;
|
|
38
|
+
secondColor: string;
|
|
39
|
+
}, {}>>;
|
|
4
40
|
export default _default;
|