iking-web-ui-pro 0.3.1 → 0.3.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/IkSelectTag/ik.index.es.js +141 -130
- package/dist/IkSelectTag/ik.index.umd.js +1 -1
- package/dist/IkSelectTag/iking-web-ui-pro.css +1 -1
- package/dist/IkStatu/ik.index.es.js +47 -38
- package/dist/IkStatu/ik.index.umd.js +1 -1
- package/dist/IkStatu/iking-web-ui-pro.css +1 -1
- package/dist/IkStatuOver/ik.index.es.js +114 -106
- package/dist/IkStatuOver/ik.index.umd.js +1 -1
- package/dist/IkStatuOver/iking-web-ui-pro.css +1 -1
- package/dist/IkTaskResume/ik.index.es.js +23 -0
- package/dist/IkTaskResume/ik.index.umd.js +1 -0
- package/dist/iking-web-ui-pro.css +1 -1
- package/dist/index.es.js +6151 -6125
- package/dist/index.umd.js +72 -72
- package/dist/src/components/IkStatu/index.d.ts +3 -3
- package/dist/src/components/IkStatu/src/index.vue.d.ts +3 -3
- package/dist/src/components/IkTaskResume/index.d.ts +2 -0
- package/dist/src/components/IkTaskResume/src/index.vue.d.ts +2 -0
- package/dist/src/components/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ export declare const IkStatu: import('../../utils/typescript').SFCWithInstall<im
|
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
type: {
|
|
7
|
-
type: import('vue').PropType<
|
|
7
|
+
type: import('vue').PropType<"danger" | "success" | "warning" | "info" | "cyan" | "blueBlack" | "purple" | "brown" | "orange" | "primary">;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
color: {
|
|
@@ -55,7 +55,7 @@ export declare const IkStatu: import('../../utils/typescript').SFCWithInstall<im
|
|
|
55
55
|
default: string;
|
|
56
56
|
};
|
|
57
57
|
type: {
|
|
58
|
-
type: import('vue').PropType<
|
|
58
|
+
type: import('vue').PropType<"danger" | "success" | "warning" | "info" | "cyan" | "blueBlack" | "purple" | "brown" | "orange" | "primary">;
|
|
59
59
|
default: string;
|
|
60
60
|
};
|
|
61
61
|
color: {
|
|
@@ -103,7 +103,7 @@ export declare const IkStatu: import('../../utils/typescript').SFCWithInstall<im
|
|
|
103
103
|
}>, {
|
|
104
104
|
title: string;
|
|
105
105
|
circle: boolean;
|
|
106
|
-
type:
|
|
106
|
+
type: "success" | "warning" | "info" | "primary" | "danger" | "brown" | "cyan" | "orange" | "purple" | "blueBlack";
|
|
107
107
|
disabled: boolean;
|
|
108
108
|
effect: "plain" | "dark" | "light";
|
|
109
109
|
color: string;
|
|
@@ -6,7 +6,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
8
8
|
type: {
|
|
9
|
-
type: PropType<
|
|
9
|
+
type: PropType<"danger" | "success" | "warning" | "info" | "cyan" | "blueBlack" | "purple" | "brown" | "orange" | "primary">;
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
12
12
|
color: {
|
|
@@ -57,7 +57,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
57
57
|
default: string;
|
|
58
58
|
};
|
|
59
59
|
type: {
|
|
60
|
-
type: PropType<
|
|
60
|
+
type: PropType<"danger" | "success" | "warning" | "info" | "cyan" | "blueBlack" | "purple" | "brown" | "orange" | "primary">;
|
|
61
61
|
default: string;
|
|
62
62
|
};
|
|
63
63
|
color: {
|
|
@@ -105,7 +105,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
105
105
|
}>, {
|
|
106
106
|
title: string;
|
|
107
107
|
circle: boolean;
|
|
108
|
-
type:
|
|
108
|
+
type: "success" | "warning" | "info" | "primary" | "danger" | "brown" | "cyan" | "orange" | "purple" | "blueBlack";
|
|
109
109
|
disabled: boolean;
|
|
110
110
|
effect: "plain" | "dark" | "light";
|
|
111
111
|
color: string;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const IkTaskResume: import('../../utils/typescript').SFCWithInstall<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
2
|
+
export default IkTaskResume;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -42,6 +42,7 @@ export * from './IkDescription';
|
|
|
42
42
|
export * from './IkAutoCard';
|
|
43
43
|
export * from './IkCurrencyInput';
|
|
44
44
|
export * from './IkOnlyOffice';
|
|
45
|
+
export * from './IkTaskResume';
|
|
45
46
|
export * from './IkSelectTag';
|
|
46
47
|
export * from './IkImageViewer';
|
|
47
48
|
export * from './Provider';
|