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.
Files changed (125) hide show
  1. package/es/components/api-component/index.d.ts +37 -29
  2. package/es/components/api-component/index.mjs +1 -1
  3. package/es/components/api-component/src/api-component.vue.d.ts +37 -29
  4. package/es/components/api-component/src/api-component.vue2.mjs +30 -34
  5. package/es/components/api-component/src/api-component.vue2.mjs.map +1 -1
  6. package/es/components/api-component/src/components/params-table.vue2.mjs +1 -10
  7. package/es/components/api-component/src/components/params-table.vue2.mjs.map +1 -1
  8. package/es/components/api-component/src/config/api-component.d.ts +11 -0
  9. package/es/components/api-component/src/config/api-component.mjs +4 -1
  10. package/es/components/api-component/src/config/api-component.mjs.map +1 -1
  11. package/es/components/api-component/src/config/index.mjs +1 -1
  12. package/es/components/easy-cron/index.d.ts +61 -68
  13. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
  14. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
  15. package/es/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
  16. package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs.map +1 -1
  17. package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs +1 -4
  18. package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs.map +1 -1
  19. package/es/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
  20. package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs.map +1 -1
  21. package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs +7 -13
  22. package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs.map +1 -1
  23. package/es/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
  24. package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs.map +1 -1
  25. package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs +7 -13
  26. package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs.map +1 -1
  27. package/es/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
  28. package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs.map +1 -1
  29. package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs +7 -13
  30. package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs.map +1 -1
  31. package/es/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
  32. package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs.map +1 -1
  33. package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs +7 -13
  34. package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs.map +1 -1
  35. package/es/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
  36. package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs.map +1 -1
  37. package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs +0 -4
  38. package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs.map +1 -1
  39. package/es/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
  40. package/es/components/easy-cron/src/components/tabs/year-ui.vue.mjs.map +1 -1
  41. package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs +6 -12
  42. package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs.map +1 -1
  43. package/es/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
  44. package/es/components/easy-cron/src/config/use-tab-mixin.mjs +4 -3
  45. package/es/components/easy-cron/src/config/use-tab-mixin.mjs.map +1 -1
  46. package/es/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
  47. package/es/components/index.mjs +1 -1
  48. package/es/index.mjs +1 -1
  49. package/es/utils/props/runtime.d.ts +2 -2
  50. package/index.full.js +70 -102
  51. package/index.full.min.js +16 -16
  52. package/index.full.min.js.map +1 -1
  53. package/index.full.min.mjs +22 -22
  54. package/index.full.min.mjs.map +1 -1
  55. package/index.full.mjs +71 -104
  56. package/lib/components/api-component/index.d.ts +37 -29
  57. package/lib/components/api-component/index.js +1 -0
  58. package/lib/components/api-component/index.js.map +1 -1
  59. package/lib/components/api-component/src/api-component.vue.d.ts +37 -29
  60. package/lib/components/api-component/src/api-component.vue2.js +29 -33
  61. package/lib/components/api-component/src/api-component.vue2.js.map +1 -1
  62. package/lib/components/api-component/src/components/params-table.vue2.js +0 -9
  63. package/lib/components/api-component/src/components/params-table.vue2.js.map +1 -1
  64. package/lib/components/api-component/src/config/api-component.d.ts +11 -0
  65. package/lib/components/api-component/src/config/api-component.js +4 -0
  66. package/lib/components/api-component/src/config/api-component.js.map +1 -1
  67. package/lib/components/api-component/src/config/index.js +1 -0
  68. package/lib/components/api-component/src/config/index.js.map +1 -1
  69. package/lib/components/easy-cron/index.d.ts +61 -68
  70. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
  71. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
  72. package/lib/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
  73. package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js.map +1 -1
  74. package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js +1 -4
  75. package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js.map +1 -1
  76. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
  77. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js.map +1 -1
  78. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js +7 -13
  79. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js.map +1 -1
  80. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
  81. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js.map +1 -1
  82. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js +7 -13
  83. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js.map +1 -1
  84. package/lib/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
  85. package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js.map +1 -1
  86. package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js +7 -13
  87. package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js.map +1 -1
  88. package/lib/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
  89. package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js.map +1 -1
  90. package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js +7 -13
  91. package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js.map +1 -1
  92. package/lib/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
  93. package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js.map +1 -1
  94. package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js +0 -4
  95. package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js.map +1 -1
  96. package/lib/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
  97. package/lib/components/easy-cron/src/components/tabs/year-ui.vue.js.map +1 -1
  98. package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js +6 -12
  99. package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js.map +1 -1
  100. package/lib/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
  101. package/lib/components/easy-cron/src/config/use-tab-mixin.js +3 -2
  102. package/lib/components/easy-cron/src/config/use-tab-mixin.js.map +1 -1
  103. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
  104. package/lib/components/index.js +1 -0
  105. package/lib/components/index.js.map +1 -1
  106. package/lib/index.js +1 -0
  107. package/lib/index.js.map +1 -1
  108. package/lib/utils/props/runtime.d.ts +2 -2
  109. package/package.json +1 -1
  110. package/types/packages/components/api-component/index.d.ts +37 -29
  111. package/types/packages/components/api-component/src/api-component.vue.d.ts +37 -29
  112. package/types/packages/components/api-component/src/config/api-component.d.ts +11 -0
  113. package/types/packages/components/easy-cron/index.d.ts +61 -68
  114. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
  115. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
  116. package/types/packages/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
  117. package/types/packages/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
  118. package/types/packages/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
  119. package/types/packages/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
  120. package/types/packages/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
  121. package/types/packages/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
  122. package/types/packages/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
  123. package/types/packages/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
  124. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
  125. 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
- requestParams: import("vue").Ref<{
38
- [x: string]: any;
39
- required?: boolean | undefined;
40
- name?: string | undefined;
41
- value?: string | undefined;
42
- type?: any;
43
- static?: boolean | undefined;
44
- contentType?: string | undefined;
45
- description?: string | undefined;
46
- chineseName?: string | undefined;
47
- children?: any[] | undefined;
48
- }[]>;
49
- headerParams: import("vue").Ref<{
50
- [x: string]: any;
51
- required?: boolean | undefined;
52
- name?: string | undefined;
53
- value?: string | undefined;
54
- type?: any;
55
- static?: boolean | undefined;
56
- contentType?: string | undefined;
57
- description?: string | undefined;
58
- chineseName?: string | undefined;
59
- children?: any[] | undefined;
60
- }[]>;
61
- bodyParams: Record<string, any>;
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, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
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
- requestParams: import("vue").Ref<{
37
- [x: string]: any;
38
- required?: boolean | undefined;
39
- name?: string | undefined;
40
- value?: string | undefined;
41
- type?: any;
42
- static?: boolean | undefined;
43
- contentType?: string | undefined;
44
- description?: string | undefined;
45
- chineseName?: string | undefined;
46
- children?: any[] | undefined;
47
- }[]>;
48
- headerParams: import("vue").Ref<{
49
- [x: string]: any;
50
- required?: boolean | undefined;
51
- name?: string | undefined;
52
- value?: string | undefined;
53
- type?: any;
54
- static?: boolean | undefined;
55
- contentType?: string | undefined;
56
- description?: string | undefined;
57
- chineseName?: string | undefined;
58
- children?: any[] | undefined;
59
- }[]>;
60
- bodyParams: Record<string, any>;
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, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
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;