ll-plus 2.2.1 → 2.2.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/es/components/api-component/index.d.ts +37 -29
- package/es/components/api-component/index.mjs +1 -1
- package/es/components/api-component/src/api-component.vue.d.ts +37 -29
- package/es/components/api-component/src/api-component.vue2.mjs +30 -34
- package/es/components/api-component/src/api-component.vue2.mjs.map +1 -1
- package/es/components/api-component/src/components/params-table.vue2.mjs +1 -10
- package/es/components/api-component/src/components/params-table.vue2.mjs.map +1 -1
- package/es/components/api-component/src/config/api-component.d.ts +11 -0
- package/es/components/api-component/src/config/api-component.mjs +4 -1
- package/es/components/api-component/src/config/api-component.mjs.map +1 -1
- package/es/components/api-component/src/config/index.mjs +1 -1
- package/es/components/easy-cron/index.d.ts +61 -68
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
- package/es/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
- package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs +1 -4
- package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs +7 -13
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs +7 -13
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs +7 -13
- package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs +7 -13
- package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs +0 -4
- package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/year-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs +6 -12
- package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
- package/es/components/easy-cron/src/config/use-tab-mixin.mjs +4 -3
- package/es/components/easy-cron/src/config/use-tab-mixin.mjs.map +1 -1
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
- package/es/components/index.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +70 -102
- package/index.full.min.js +16 -16
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +22 -22
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +71 -104
- package/lib/components/api-component/index.d.ts +37 -29
- package/lib/components/api-component/index.js +1 -0
- package/lib/components/api-component/index.js.map +1 -1
- package/lib/components/api-component/src/api-component.vue.d.ts +37 -29
- package/lib/components/api-component/src/api-component.vue2.js +29 -33
- package/lib/components/api-component/src/api-component.vue2.js.map +1 -1
- package/lib/components/api-component/src/components/params-table.vue2.js +0 -9
- package/lib/components/api-component/src/components/params-table.vue2.js.map +1 -1
- package/lib/components/api-component/src/config/api-component.d.ts +11 -0
- package/lib/components/api-component/src/config/api-component.js +4 -0
- package/lib/components/api-component/src/config/api-component.js.map +1 -1
- package/lib/components/api-component/src/config/index.js +1 -0
- package/lib/components/api-component/src/config/index.js.map +1 -1
- package/lib/components/easy-cron/index.d.ts +61 -68
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js +1 -4
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js +7 -13
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js +7 -13
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js +7 -13
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js +7 -13
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js +0 -4
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js +6 -12
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
- package/lib/components/easy-cron/src/config/use-tab-mixin.js +3 -2
- package/lib/components/easy-cron/src/config/use-tab-mixin.js.map +1 -1
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
- package/lib/components/index.js +1 -0
- package/lib/components/index.js.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/types/packages/components/api-component/index.d.ts +37 -29
- package/types/packages/components/api-component/src/api-component.vue.d.ts +37 -29
- package/types/packages/components/api-component/src/config/api-component.d.ts +11 -0
- package/types/packages/components/easy-cron/index.d.ts +61 -68
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
- package/types/packages/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
- package/types/packages/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
- package/types/packages/utils/props/runtime.d.ts +2 -2
|
@@ -19,7 +19,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
19
19
|
readonly requestParams: import("./src/config").IParam[];
|
|
20
20
|
readonly headerParams: import("./src/config").IParam[];
|
|
21
21
|
readonly bodyParams: Record<string, any>;
|
|
22
|
+
readonly onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
22
23
|
} & {}>;
|
|
24
|
+
emits: (event: "change", value: Record<string, any>) => void;
|
|
23
25
|
bem: {
|
|
24
26
|
b: (blockSuffix?: string) => string;
|
|
25
27
|
e: (element?: string) => string;
|
|
@@ -30,35 +32,37 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
30
32
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
31
33
|
is: (name?: string) => string;
|
|
32
34
|
};
|
|
33
|
-
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>>;
|
|
34
|
-
url: import("vue").Ref<string>;
|
|
35
35
|
activeKey: import("vue").Ref<string>;
|
|
36
36
|
bodyKey: import("vue").Ref<string>;
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
37
|
+
httpModel: {
|
|
38
|
+
url: string;
|
|
39
|
+
method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
40
|
+
bodyParams: Record<string, any>;
|
|
41
|
+
requestParams: {
|
|
42
|
+
[x: string]: any;
|
|
43
|
+
required?: boolean | undefined;
|
|
44
|
+
name?: string | undefined;
|
|
45
|
+
value?: string | undefined;
|
|
46
|
+
type?: any;
|
|
47
|
+
static?: boolean | undefined;
|
|
48
|
+
contentType?: string | undefined;
|
|
49
|
+
description?: string | undefined;
|
|
50
|
+
chineseName?: string | undefined;
|
|
51
|
+
children?: any[] | undefined;
|
|
52
|
+
}[];
|
|
53
|
+
headerParams: {
|
|
54
|
+
[x: string]: any;
|
|
55
|
+
required?: boolean | undefined;
|
|
56
|
+
name?: string | undefined;
|
|
57
|
+
value?: string | undefined;
|
|
58
|
+
type?: any;
|
|
59
|
+
static?: boolean | undefined;
|
|
60
|
+
contentType?: string | undefined;
|
|
61
|
+
description?: string | undefined;
|
|
62
|
+
chineseName?: string | undefined;
|
|
63
|
+
children?: any[] | undefined;
|
|
64
|
+
}[];
|
|
65
|
+
};
|
|
62
66
|
computedRequestList: import("vue").ComputedRef<{
|
|
63
67
|
key: string;
|
|
64
68
|
name: string;
|
|
@@ -413,7 +417,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
413
417
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
414
418
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
415
419
|
}, {}>;
|
|
416
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
420
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
421
|
+
change: (value: Record<string, any>) => boolean;
|
|
422
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
417
423
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
418
424
|
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
419
425
|
readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
|
|
@@ -426,7 +432,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
426
432
|
raw: string;
|
|
427
433
|
'x-www-form-urlencoded': never[];
|
|
428
434
|
}, boolean>;
|
|
429
|
-
}
|
|
435
|
+
}>> & {
|
|
436
|
+
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
437
|
+
}, {
|
|
430
438
|
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
431
439
|
readonly url: string;
|
|
432
440
|
readonly requestParams: import("./src/config").IParam[];
|
|
@@ -18,7 +18,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
readonly requestParams: import("./config").IParam[];
|
|
19
19
|
readonly headerParams: import("./config").IParam[];
|
|
20
20
|
readonly bodyParams: Record<string, any>;
|
|
21
|
+
readonly onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
21
22
|
} & {}>;
|
|
23
|
+
emits: (event: "change", value: Record<string, any>) => void;
|
|
22
24
|
bem: {
|
|
23
25
|
b: (blockSuffix?: string) => string;
|
|
24
26
|
e: (element?: string) => string;
|
|
@@ -29,35 +31,37 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
31
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
30
32
|
is: (name?: string) => string;
|
|
31
33
|
};
|
|
32
|
-
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>>;
|
|
33
|
-
url: import("vue").Ref<string>;
|
|
34
34
|
activeKey: import("vue").Ref<string>;
|
|
35
35
|
bodyKey: import("vue").Ref<string>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
36
|
+
httpModel: {
|
|
37
|
+
url: string;
|
|
38
|
+
method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
39
|
+
bodyParams: Record<string, any>;
|
|
40
|
+
requestParams: {
|
|
41
|
+
[x: string]: any;
|
|
42
|
+
required?: boolean | undefined;
|
|
43
|
+
name?: string | undefined;
|
|
44
|
+
value?: string | undefined;
|
|
45
|
+
type?: any;
|
|
46
|
+
static?: boolean | undefined;
|
|
47
|
+
contentType?: string | undefined;
|
|
48
|
+
description?: string | undefined;
|
|
49
|
+
chineseName?: string | undefined;
|
|
50
|
+
children?: any[] | undefined;
|
|
51
|
+
}[];
|
|
52
|
+
headerParams: {
|
|
53
|
+
[x: string]: any;
|
|
54
|
+
required?: boolean | undefined;
|
|
55
|
+
name?: string | undefined;
|
|
56
|
+
value?: string | undefined;
|
|
57
|
+
type?: any;
|
|
58
|
+
static?: boolean | undefined;
|
|
59
|
+
contentType?: string | undefined;
|
|
60
|
+
description?: string | undefined;
|
|
61
|
+
chineseName?: string | undefined;
|
|
62
|
+
children?: any[] | undefined;
|
|
63
|
+
}[];
|
|
64
|
+
};
|
|
61
65
|
computedRequestList: import("vue").ComputedRef<{
|
|
62
66
|
key: string;
|
|
63
67
|
name: string;
|
|
@@ -412,7 +416,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
412
416
|
readonly columns: import("./config").IParamsColumn[];
|
|
413
417
|
readonly dataSource: import("./config").IParamsData[];
|
|
414
418
|
}, {}>;
|
|
415
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
419
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
420
|
+
change: (value: Record<string, any>) => boolean;
|
|
421
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
416
422
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
417
423
|
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
418
424
|
readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
|
|
@@ -425,7 +431,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
425
431
|
raw: string;
|
|
426
432
|
'x-www-form-urlencoded': never[];
|
|
427
433
|
}, boolean>;
|
|
428
|
-
}
|
|
434
|
+
}>> & {
|
|
435
|
+
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
436
|
+
}, {
|
|
429
437
|
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
430
438
|
readonly url: string;
|
|
431
439
|
readonly requestParams: import("./config").IParam[];
|
|
@@ -23,6 +23,13 @@ export declare const bodyList: {
|
|
|
23
23
|
key: string;
|
|
24
24
|
name: string;
|
|
25
25
|
}[];
|
|
26
|
+
export interface IApiParams {
|
|
27
|
+
url?: string;
|
|
28
|
+
method?: IMethod;
|
|
29
|
+
requestParams?: IParam[];
|
|
30
|
+
headerParams?: IParam[];
|
|
31
|
+
bodyParams?: Record<string, any>;
|
|
32
|
+
}
|
|
26
33
|
export declare const apiComponentProps: {
|
|
27
34
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
28
35
|
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => IMethod))[], unknown, unknown, "GET", boolean>;
|
|
@@ -37,5 +44,9 @@ export declare const apiComponentProps: {
|
|
|
37
44
|
'x-www-form-urlencoded': never[];
|
|
38
45
|
}, boolean>;
|
|
39
46
|
};
|
|
47
|
+
export declare const apiComponentEmits: {
|
|
48
|
+
change: (value: Record<string, any>) => boolean;
|
|
49
|
+
};
|
|
40
50
|
export type ApiComponentProps = ExtractPropTypes<typeof apiComponentProps>;
|
|
51
|
+
export type ApiComponentEmits = typeof apiComponentEmits;
|
|
41
52
|
export type ApiComponentInstance = InstanceType<typeof ApiComponent>;
|
|
@@ -1566,8 +1566,17 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1566
1566
|
[x: string]: any;
|
|
1567
1567
|
}, {
|
|
1568
1568
|
type: import("vue").Ref<any>;
|
|
1569
|
+
bem: {
|
|
1570
|
+
b: (blockSuffix?: string) => string;
|
|
1571
|
+
e: (element?: string) => string;
|
|
1572
|
+
m: (modifier?: string) => string;
|
|
1573
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1574
|
+
em: (element: string, modifier: string) => string;
|
|
1575
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1576
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1577
|
+
is: (name?: string) => string;
|
|
1578
|
+
};
|
|
1569
1579
|
TypeEnum: typeof import("./src/config").TypeEnum;
|
|
1570
|
-
prefixCls: unknown;
|
|
1571
1580
|
defaultValue: import("vue").Ref<any>;
|
|
1572
1581
|
valueRange: any;
|
|
1573
1582
|
valueLoop: any;
|
|
@@ -1608,16 +1617,6 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1608
1617
|
disabled: any;
|
|
1609
1618
|
class: string[];
|
|
1610
1619
|
}>;
|
|
1611
|
-
bem: {
|
|
1612
|
-
b: (blockSuffix?: string) => string;
|
|
1613
|
-
e: (element?: string) => string;
|
|
1614
|
-
m: (modifier?: string) => string;
|
|
1615
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1616
|
-
em: (element: string, modifier: string) => string;
|
|
1617
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1618
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1619
|
-
is: (name?: string) => string;
|
|
1620
|
-
};
|
|
1621
1620
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1622
1621
|
readonly change: (value: string) => boolean;
|
|
1623
1622
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1633,8 +1632,17 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1633
1632
|
[x: string]: any;
|
|
1634
1633
|
}, {
|
|
1635
1634
|
type: import("vue").Ref<any>;
|
|
1635
|
+
bem: {
|
|
1636
|
+
b: (blockSuffix?: string) => string;
|
|
1637
|
+
e: (element?: string) => string;
|
|
1638
|
+
m: (modifier?: string) => string;
|
|
1639
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1640
|
+
em: (element: string, modifier: string) => string;
|
|
1641
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1642
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1643
|
+
is: (name?: string) => string;
|
|
1644
|
+
};
|
|
1636
1645
|
TypeEnum: typeof import("./src/config").TypeEnum;
|
|
1637
|
-
prefixCls: unknown;
|
|
1638
1646
|
defaultValue: import("vue").Ref<any>;
|
|
1639
1647
|
valueRange: any;
|
|
1640
1648
|
valueLoop: any;
|
|
@@ -1675,16 +1683,6 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1675
1683
|
disabled: any;
|
|
1676
1684
|
class: string[];
|
|
1677
1685
|
}>;
|
|
1678
|
-
bem: {
|
|
1679
|
-
b: (blockSuffix?: string) => string;
|
|
1680
|
-
e: (element?: string) => string;
|
|
1681
|
-
m: (modifier?: string) => string;
|
|
1682
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1683
|
-
em: (element: string, modifier: string) => string;
|
|
1684
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1685
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1686
|
-
is: (name?: string) => string;
|
|
1687
|
-
};
|
|
1688
1686
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1689
1687
|
readonly change: (value: string) => boolean;
|
|
1690
1688
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1700,8 +1698,17 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1700
1698
|
[x: string]: any;
|
|
1701
1699
|
}, {
|
|
1702
1700
|
type: import("vue").Ref<any>;
|
|
1701
|
+
bem: {
|
|
1702
|
+
b: (blockSuffix?: string) => string;
|
|
1703
|
+
e: (element?: string) => string;
|
|
1704
|
+
m: (modifier?: string) => string;
|
|
1705
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1706
|
+
em: (element: string, modifier: string) => string;
|
|
1707
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1708
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1709
|
+
is: (name?: string) => string;
|
|
1710
|
+
};
|
|
1703
1711
|
TypeEnum: typeof import("./src/config").TypeEnum;
|
|
1704
|
-
prefixCls: unknown;
|
|
1705
1712
|
defaultValue: import("vue").Ref<any>;
|
|
1706
1713
|
valueRange: any;
|
|
1707
1714
|
valueLoop: any;
|
|
@@ -1742,16 +1749,6 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1742
1749
|
disabled: any;
|
|
1743
1750
|
class: string[];
|
|
1744
1751
|
}>;
|
|
1745
|
-
bem: {
|
|
1746
|
-
b: (blockSuffix?: string) => string;
|
|
1747
|
-
e: (element?: string) => string;
|
|
1748
|
-
m: (modifier?: string) => string;
|
|
1749
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1750
|
-
em: (element: string, modifier: string) => string;
|
|
1751
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1752
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1753
|
-
is: (name?: string) => string;
|
|
1754
|
-
};
|
|
1755
1752
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1756
1753
|
readonly change: (value: string) => boolean;
|
|
1757
1754
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1773,6 +1770,7 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1773
1770
|
precision: number;
|
|
1774
1771
|
disabled: any;
|
|
1775
1772
|
}>;
|
|
1773
|
+
type: import("vue").Ref<any>;
|
|
1776
1774
|
bem: {
|
|
1777
1775
|
b: (blockSuffix?: string) => string;
|
|
1778
1776
|
e: (element?: string) => string;
|
|
@@ -1783,9 +1781,7 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1783
1781
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1784
1782
|
is: (name?: string) => string;
|
|
1785
1783
|
};
|
|
1786
|
-
type: import("vue").Ref<any>;
|
|
1787
1784
|
TypeEnum: typeof import("./src/config").TypeEnum;
|
|
1788
|
-
prefixCls: unknown;
|
|
1789
1785
|
defaultValue: import("vue").Ref<any>;
|
|
1790
1786
|
valueRange: any;
|
|
1791
1787
|
valueLoop: any;
|
|
@@ -1841,8 +1837,17 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1841
1837
|
[x: string]: any;
|
|
1842
1838
|
}, {
|
|
1843
1839
|
type: import("vue").Ref<any>;
|
|
1840
|
+
bem: {
|
|
1841
|
+
b: (blockSuffix?: string) => string;
|
|
1842
|
+
e: (element?: string) => string;
|
|
1843
|
+
m: (modifier?: string) => string;
|
|
1844
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1845
|
+
em: (element: string, modifier: string) => string;
|
|
1846
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1847
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1848
|
+
is: (name?: string) => string;
|
|
1849
|
+
};
|
|
1844
1850
|
TypeEnum: typeof import("./src/config").TypeEnum;
|
|
1845
|
-
prefixCls: unknown;
|
|
1846
1851
|
defaultValue: import("vue").Ref<any>;
|
|
1847
1852
|
valueRange: any;
|
|
1848
1853
|
valueLoop: any;
|
|
@@ -1883,16 +1888,6 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1883
1888
|
disabled: any;
|
|
1884
1889
|
class: string[];
|
|
1885
1890
|
}>;
|
|
1886
|
-
bem: {
|
|
1887
|
-
b: (blockSuffix?: string) => string;
|
|
1888
|
-
e: (element?: string) => string;
|
|
1889
|
-
m: (modifier?: string) => string;
|
|
1890
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1891
|
-
em: (element: string, modifier: string) => string;
|
|
1892
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1893
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1894
|
-
is: (name?: string) => string;
|
|
1895
|
-
};
|
|
1896
1891
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1897
1892
|
readonly change: (value: string) => boolean;
|
|
1898
1893
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1907,16 +1902,6 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1907
1902
|
WeekUI: import("vue").DefineComponent<{
|
|
1908
1903
|
[x: string]: any;
|
|
1909
1904
|
}, {
|
|
1910
|
-
bem: {
|
|
1911
|
-
b: (blockSuffix?: string) => string;
|
|
1912
|
-
e: (element?: string) => string;
|
|
1913
|
-
m: (modifier?: string) => string;
|
|
1914
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1915
|
-
em: (element: string, modifier: string) => string;
|
|
1916
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1917
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1918
|
-
is: (name?: string) => string;
|
|
1919
|
-
};
|
|
1920
1905
|
weekOptions: import("vue").ComputedRef<{
|
|
1921
1906
|
label: string;
|
|
1922
1907
|
value: number;
|
|
@@ -1948,8 +1933,17 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1948
1933
|
'7': string;
|
|
1949
1934
|
};
|
|
1950
1935
|
type: import("vue").Ref<any>;
|
|
1936
|
+
bem: {
|
|
1937
|
+
b: (blockSuffix?: string) => string;
|
|
1938
|
+
e: (element?: string) => string;
|
|
1939
|
+
m: (modifier?: string) => string;
|
|
1940
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1941
|
+
em: (element: string, modifier: string) => string;
|
|
1942
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1943
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1944
|
+
is: (name?: string) => string;
|
|
1945
|
+
};
|
|
1951
1946
|
TypeEnum: typeof import("./src/config").TypeEnum;
|
|
1952
|
-
prefixCls: unknown;
|
|
1953
1947
|
defaultValue: import("vue").Ref<any>;
|
|
1954
1948
|
valueRange: any;
|
|
1955
1949
|
valueLoop: any;
|
|
@@ -2005,8 +1999,17 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2005
1999
|
[x: string]: any;
|
|
2006
2000
|
}, {
|
|
2007
2001
|
type: import("vue").Ref<any>;
|
|
2002
|
+
bem: {
|
|
2003
|
+
b: (blockSuffix?: string) => string;
|
|
2004
|
+
e: (element?: string) => string;
|
|
2005
|
+
m: (modifier?: string) => string;
|
|
2006
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
2007
|
+
em: (element: string, modifier: string) => string;
|
|
2008
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
2009
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
2010
|
+
is: (name?: string) => string;
|
|
2011
|
+
};
|
|
2008
2012
|
TypeEnum: typeof import("./src/config").TypeEnum;
|
|
2009
|
-
prefixCls: unknown;
|
|
2010
2013
|
defaultValue: import("vue").Ref<any>;
|
|
2011
2014
|
valueRange: any;
|
|
2012
2015
|
valueLoop: any;
|
|
@@ -2047,16 +2050,6 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2047
2050
|
disabled: any;
|
|
2048
2051
|
class: string[];
|
|
2049
2052
|
}>;
|
|
2050
|
-
bem: {
|
|
2051
|
-
b: (blockSuffix?: string) => string;
|
|
2052
|
-
e: (element?: string) => string;
|
|
2053
|
-
m: (modifier?: string) => string;
|
|
2054
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
2055
|
-
em: (element: string, modifier: string) => string;
|
|
2056
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
2057
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
2058
|
-
is: (name?: string) => string;
|
|
2059
|
-
};
|
|
2060
2053
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2061
2054
|
readonly change: (value: string) => boolean;
|
|
2062
2055
|
readonly 'update:value': (value: string) => boolean;
|