ll-plus 2.3.2 → 2.3.4
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/advanced-filtering/index.d.ts +303 -303
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/es/components/api-component/index.d.ts +36 -36
- package/es/components/api-component/src/api-component.vue.d.ts +36 -36
- package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/es/components/api-component/src/components/api-url.vue.d.ts +7 -7
- package/es/components/api-component/src/components/click-input.vue.d.ts +12 -12
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +18 -18
- package/es/components/api-component/src/components/params-table.vue.d.ts +22 -22
- package/es/components/api-component/src/config/api-component.d.ts +1 -1
- package/es/components/api-component/src/config/api-modal.d.ts +1 -1
- package/es/components/api-component/src/config/click-input.d.ts +1 -1
- package/es/components/button/index.d.ts +1 -1
- package/es/components/button/src/button.vue.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +217 -217
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/es/components/checkbox/src/checkbox.d.ts +56 -56
- package/es/components/code-editor/index.d.ts +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +11 -11
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/es/components/drawer/src/drawer.vue.d.ts +11 -11
- package/es/components/easy-cron/index.d.ts +86 -86
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +79 -79
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +79 -79
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +86 -86
- package/es/components/form/index.d.ts +142 -142
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +142 -142
- package/es/components/icon-base/index.d.ts +1 -1
- package/es/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/es/components/input/index.d.ts +31 -31
- package/es/components/input/src/input.vue.d.ts +31 -31
- package/es/components/key-value/index.d.ts +14322 -8
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +4544 -0
- package/es/components/key-value/src/components/key-value-item.vue2.mjs +25 -21
- package/es/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
- package/es/components/key-value/src/config/key-value-item.d.ts +24 -0
- package/es/components/key-value/src/config/key-value-item.mjs +12 -0
- package/es/components/key-value/src/config/key-value-item.mjs.map +1 -1
- package/es/components/key-value/src/config/key-value.d.ts +1 -0
- package/es/components/key-value/src/config/key-value.mjs +4 -0
- package/es/components/key-value/src/config/key-value.mjs.map +1 -1
- package/es/components/key-value/src/key-value.vue.d.ts +14322 -8
- package/es/components/key-value/src/key-value.vue2.mjs +15 -2
- package/es/components/key-value/src/key-value.vue2.mjs.map +1 -1
- package/es/components/modal/index.d.ts +5 -5
- package/es/components/modal/src/modal.vue.d.ts +5 -5
- package/es/components/number-range/index.d.ts +2 -2
- package/es/components/number-range/src/number-range.vue.d.ts +2 -2
- package/es/components/operate-icon/index.d.ts +3 -3
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- package/es/components/select/index.d.ts +11 -11
- package/es/components/select/src/select.vue.d.ts +11 -11
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/components/main-table.vue2.mjs +18 -1
- package/es/components/table/src/components/main-table.vue2.mjs.map +1 -1
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/table/src/table.vue2.mjs +14 -0
- package/es/components/table/src/table.vue2.mjs.map +1 -1
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree/index.d.ts +2 -2
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-search/index.d.ts +17 -17
- package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/es/components/upload-drag/index.d.ts +6 -6
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
- package/es/components/uri-input/index.d.ts +2 -2
- package/es/components/uri-input/src/uri-input.vue.d.ts +2 -2
- package/index.full.js +87 -23
- package/index.full.min.js +14 -14
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +19 -19
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +87 -23
- package/lib/components/advanced-filtering/index.d.ts +303 -303
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/lib/components/api-component/index.d.ts +36 -36
- package/lib/components/api-component/src/api-component.vue.d.ts +36 -36
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/lib/components/api-component/src/components/api-url.vue.d.ts +7 -7
- package/lib/components/api-component/src/components/click-input.vue.d.ts +12 -12
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +18 -18
- package/lib/components/api-component/src/components/params-table.vue.d.ts +22 -22
- package/lib/components/api-component/src/config/api-component.d.ts +1 -1
- package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
- package/lib/components/api-component/src/config/click-input.d.ts +1 -1
- package/lib/components/button/index.d.ts +1 -1
- package/lib/components/button/src/button.vue.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox.d.ts +56 -56
- package/lib/components/code-editor/index.d.ts +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +11 -11
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
- package/lib/components/easy-cron/index.d.ts +86 -86
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +79 -79
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +79 -79
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +86 -86
- package/lib/components/form/index.d.ts +142 -142
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +142 -142
- package/lib/components/icon-base/index.d.ts +1 -1
- package/lib/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/lib/components/input/index.d.ts +31 -31
- package/lib/components/input/src/input.vue.d.ts +31 -31
- package/lib/components/key-value/index.d.ts +14322 -8
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +4544 -0
- package/lib/components/key-value/src/components/key-value-item.vue2.js +24 -20
- package/lib/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
- package/lib/components/key-value/src/config/key-value-item.d.ts +24 -0
- package/lib/components/key-value/src/config/key-value-item.js +12 -0
- package/lib/components/key-value/src/config/key-value-item.js.map +1 -1
- package/lib/components/key-value/src/config/key-value.d.ts +1 -0
- package/lib/components/key-value/src/config/key-value.js +4 -0
- package/lib/components/key-value/src/config/key-value.js.map +1 -1
- package/lib/components/key-value/src/key-value.vue.d.ts +14322 -8
- package/lib/components/key-value/src/key-value.vue2.js +15 -2
- package/lib/components/key-value/src/key-value.vue2.js.map +1 -1
- package/lib/components/modal/index.d.ts +5 -5
- package/lib/components/modal/src/modal.vue.d.ts +5 -5
- package/lib/components/number-range/index.d.ts +2 -2
- package/lib/components/number-range/src/number-range.vue.d.ts +2 -2
- package/lib/components/operate-icon/index.d.ts +3 -3
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- package/lib/components/select/index.d.ts +11 -11
- package/lib/components/select/src/select.vue.d.ts +11 -11
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/components/main-table.vue2.js +18 -1
- package/lib/components/table/src/components/main-table.vue2.js.map +1 -1
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/table/src/table.vue2.js +14 -0
- package/lib/components/table/src/table.vue2.js.map +1 -1
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree/index.d.ts +2 -2
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-search/index.d.ts +17 -17
- package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/lib/components/upload-drag/index.d.ts +6 -6
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
- package/lib/components/uri-input/index.d.ts +2 -2
- package/lib/components/uri-input/src/uri-input.vue.d.ts +2 -2
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +303 -303
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/types/packages/components/api-component/index.d.ts +36 -36
- package/types/packages/components/api-component/src/api-component.vue.d.ts +36 -36
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/types/packages/components/api-component/src/components/api-url.vue.d.ts +7 -7
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +12 -12
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +18 -18
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +22 -22
- package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
- package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
- package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
- package/types/packages/components/button/index.d.ts +1 -1
- package/types/packages/components/button/src/button.vue.d.ts +1 -1
- package/types/packages/components/checkbox/index.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
- package/types/packages/components/code-editor/index.d.ts +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/types/packages/components/drawer/index.d.ts +11 -11
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
- package/types/packages/components/easy-cron/index.d.ts +86 -86
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +79 -79
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +79 -79
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +86 -86
- package/types/packages/components/form/index.d.ts +142 -142
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +142 -142
- package/types/packages/components/icon-base/index.d.ts +1 -1
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/types/packages/components/input/index.d.ts +31 -31
- package/types/packages/components/input/src/input.vue.d.ts +31 -31
- package/types/packages/components/key-value/index.d.ts +14322 -8
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +4544 -0
- package/types/packages/components/key-value/src/config/key-value-item.d.ts +24 -0
- package/types/packages/components/key-value/src/config/key-value.d.ts +1 -0
- package/types/packages/components/key-value/src/key-value.vue.d.ts +14322 -8
- package/types/packages/components/modal/index.d.ts +5 -5
- package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
- package/types/packages/components/number-range/index.d.ts +2 -2
- package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -2
- package/types/packages/components/operate-icon/index.d.ts +3 -3
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- package/types/packages/components/select/index.d.ts +11 -11
- package/types/packages/components/select/src/select.vue.d.ts +11 -11
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/textarea/index.d.ts +5 -5
- package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree/index.d.ts +2 -2
- package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
- package/types/packages/components/tree-search/index.d.ts +17 -17
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/types/packages/components/upload-drag/index.d.ts +6 -6
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
- package/types/packages/components/uri-input/index.d.ts +2 -2
- package/types/packages/components/uri-input/src/uri-input.vue.d.ts +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3
3
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
4
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
5
5
|
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>;
|
|
6
6
|
readonly headerParams: 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>;
|
|
7
7
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -14,9 +14,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
}, boolean>;
|
|
15
15
|
}, {
|
|
16
16
|
props: import("@vue/shared").LooseRequired<{
|
|
17
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
18
|
-
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>;
|
|
19
17
|
readonly url: string;
|
|
18
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
19
|
+
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown>;
|
|
20
20
|
readonly requestParams: import("../config").IParam[];
|
|
21
21
|
readonly headerParams: import("../config").IParam[];
|
|
22
22
|
readonly bodyParams: Record<string, any>;
|
|
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
25
|
} & {}>;
|
|
26
26
|
emits: ((event: "update:url", url: string) => void) & ((event: "update:method", method: import("../config").IMethod) => void);
|
|
27
27
|
disabled: unknown;
|
|
28
|
-
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
28
|
+
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown>>;
|
|
29
29
|
url: import("vue").Ref<string>;
|
|
30
30
|
readonly methods: {
|
|
31
31
|
label: string;
|
|
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
38
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
39
39
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
40
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
40
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
41
41
|
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>;
|
|
42
42
|
readonly headerParams: 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>;
|
|
43
43
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -52,9 +52,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
52
|
"onUpdate:url"?: ((url: string) => any) | undefined;
|
|
53
53
|
"onUpdate:method"?: ((method: import("../config").IMethod) => any) | undefined;
|
|
54
54
|
}, {
|
|
55
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
56
|
-
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>;
|
|
57
55
|
readonly url: string;
|
|
56
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
57
|
+
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown>;
|
|
58
58
|
readonly requestParams: import("../config").IParam[];
|
|
59
59
|
readonly headerParams: import("../config").IParam[];
|
|
60
60
|
readonly bodyParams: Record<string, any>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3
3
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
4
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
5
5
|
}, {
|
|
6
6
|
bem: {
|
|
7
7
|
b: (blockSuffix?: string) => string;
|
|
@@ -14,9 +14,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
is: (name?: string) => string;
|
|
15
15
|
};
|
|
16
16
|
props: import("@vue/shared").LooseRequired<{
|
|
17
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
18
|
-
readonly value: string;
|
|
17
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
19
18
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
19
|
+
readonly value: string;
|
|
20
20
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
21
21
|
} & {}>;
|
|
22
22
|
emits: (event: "update:value", value: string) => void;
|
|
@@ -30,16 +30,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
}, "value">>;
|
|
31
31
|
handleClick: () => void;
|
|
32
32
|
ApiModal: import("vue").DefineComponent<{
|
|
33
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
33
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
34
34
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
35
35
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
36
36
|
}, {
|
|
37
37
|
props: import("@vue/shared").LooseRequired<{
|
|
38
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
38
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
39
39
|
readonly value: string;
|
|
40
40
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
41
|
-
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
42
41
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
42
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
43
43
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
44
44
|
} & {}>;
|
|
45
45
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -89,15 +89,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
89
89
|
'update:value': (value: string) => boolean;
|
|
90
90
|
ok: (value: string) => boolean;
|
|
91
91
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
92
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
93
93
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
94
94
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
95
95
|
}>> & {
|
|
96
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
97
96
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
97
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
98
98
|
onOk?: ((value: string) => any) | undefined;
|
|
99
99
|
}, {
|
|
100
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
100
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
101
101
|
readonly value: string;
|
|
102
102
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
103
103
|
}, {}>;
|
|
@@ -106,12 +106,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
106
106
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
107
107
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
108
108
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
109
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
109
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
110
110
|
}>> & {
|
|
111
111
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
112
112
|
}, {
|
|
113
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
114
|
-
readonly value: string;
|
|
113
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
115
114
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
115
|
+
readonly value: string;
|
|
116
116
|
}, {}>;
|
|
117
117
|
export default _default;
|
|
@@ -5,10 +5,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]) | ((new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
6
6
|
}, {
|
|
7
7
|
props: import("@vue/shared").LooseRequired<{
|
|
8
|
-
readonly options: import("../config").IParamsOption[];
|
|
9
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
10
|
-
readonly dataSource: import("../config").IParamsData[];
|
|
11
8
|
readonly data: import("../config").IParamsData;
|
|
9
|
+
readonly dataSource: import("../config").IParamsData[];
|
|
10
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
11
|
+
readonly options: import("../config").IParamsOption[];
|
|
12
12
|
} & {}>;
|
|
13
13
|
bem: {
|
|
14
14
|
b: (blockSuffix?: string) => string;
|
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
ClickInput: import("vue").DefineComponent<{
|
|
32
32
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
33
33
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
34
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
34
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
35
35
|
}, {
|
|
36
36
|
bem: {
|
|
37
37
|
b: (blockSuffix?: string) => string;
|
|
@@ -44,9 +44,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
44
|
is: (name?: string) => string;
|
|
45
45
|
};
|
|
46
46
|
props: import("@vue/shared").LooseRequired<{
|
|
47
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
48
|
-
readonly value: string;
|
|
47
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
49
48
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
49
|
+
readonly value: string;
|
|
50
50
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
51
51
|
} & {}>;
|
|
52
52
|
emits: (event: "update:value", value: string) => void;
|
|
@@ -60,16 +60,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
}, "value">>;
|
|
61
61
|
handleClick: () => void;
|
|
62
62
|
ApiModal: import("vue").DefineComponent<{
|
|
63
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
63
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
64
64
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
65
65
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
66
66
|
}, {
|
|
67
67
|
props: import("@vue/shared").LooseRequired<{
|
|
68
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
68
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
69
69
|
readonly value: string;
|
|
70
70
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
71
|
-
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
72
71
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
72
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
73
73
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
74
74
|
} & {}>;
|
|
75
75
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -119,15 +119,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
119
119
|
'update:value': (value: string) => boolean;
|
|
120
120
|
ok: (value: string) => boolean;
|
|
121
121
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
122
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
122
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
123
123
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
124
124
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
125
125
|
}>> & {
|
|
126
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
127
126
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
127
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
128
128
|
onOk?: ((value: string) => any) | undefined;
|
|
129
129
|
}, {
|
|
130
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
130
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
131
131
|
readonly value: string;
|
|
132
132
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
133
133
|
}, {}>;
|
|
@@ -136,13 +136,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
136
136
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
137
137
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
138
138
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
139
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
139
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
140
140
|
}>> & {
|
|
141
141
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
142
142
|
}, {
|
|
143
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
144
|
-
readonly value: string;
|
|
143
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
145
144
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
145
|
+
readonly value: string;
|
|
146
146
|
}, {}>;
|
|
147
147
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
148
148
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsColumn[]) | (() => import("../config").IParamsColumn[]) | ((new (...args: any[]) => import("../config").IParamsColumn[]) | (() => import("../config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -150,9 +150,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
150
150
|
readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsData) | (() => import("../config").IParamsData) | ((new (...args: any[]) => import("../config").IParamsData) | (() => import("../config").IParamsData))[], unknown, unknown, () => {}, boolean>;
|
|
151
151
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]) | ((new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
152
152
|
}>>, {
|
|
153
|
-
readonly options: import("../config").IParamsOption[];
|
|
154
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
155
|
-
readonly dataSource: import("../config").IParamsData[];
|
|
156
153
|
readonly data: import("../config").IParamsData;
|
|
154
|
+
readonly dataSource: import("../config").IParamsData[];
|
|
155
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
156
|
+
readonly options: import("../config").IParamsOption[];
|
|
157
157
|
}, {}>;
|
|
158
158
|
export default _default;
|
|
@@ -14,9 +14,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
is: (name?: string) => string;
|
|
15
15
|
};
|
|
16
16
|
props: import("@vue/shared").LooseRequired<{
|
|
17
|
-
readonly options: import("../config").IParamsOption[];
|
|
18
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
19
17
|
readonly dataSource: import("../config").IParamsData[];
|
|
18
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
19
|
+
readonly options: import("../config").IParamsOption[];
|
|
20
20
|
} & {}>;
|
|
21
21
|
disabled: unknown;
|
|
22
22
|
addData: import("vue").Ref<string>;
|
|
@@ -28,10 +28,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]) | ((new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
29
29
|
}, {
|
|
30
30
|
props: import("@vue/shared").LooseRequired<{
|
|
31
|
-
readonly options: import("../config").IParamsOption[];
|
|
32
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
33
|
-
readonly dataSource: import("../config").IParamsData[];
|
|
34
31
|
readonly data: import("../config").IParamsData;
|
|
32
|
+
readonly dataSource: import("../config").IParamsData[];
|
|
33
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
34
|
+
readonly options: import("../config").IParamsOption[];
|
|
35
35
|
} & {}>;
|
|
36
36
|
bem: {
|
|
37
37
|
b: (blockSuffix?: string) => string;
|
|
@@ -54,7 +54,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
54
54
|
ClickInput: import("vue").DefineComponent<{
|
|
55
55
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
56
56
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
57
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
57
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
58
58
|
}, {
|
|
59
59
|
bem: {
|
|
60
60
|
b: (blockSuffix?: string) => string;
|
|
@@ -67,9 +67,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
is: (name?: string) => string;
|
|
68
68
|
};
|
|
69
69
|
props: import("@vue/shared").LooseRequired<{
|
|
70
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
71
|
-
readonly value: string;
|
|
70
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
72
71
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
72
|
+
readonly value: string;
|
|
73
73
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
74
74
|
} & {}>;
|
|
75
75
|
emits: (event: "update:value", value: string) => void;
|
|
@@ -83,16 +83,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
83
83
|
}, "value">>;
|
|
84
84
|
handleClick: () => void;
|
|
85
85
|
ApiModal: import("vue").DefineComponent<{
|
|
86
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
86
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
87
87
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
88
88
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
89
89
|
}, {
|
|
90
90
|
props: import("@vue/shared").LooseRequired<{
|
|
91
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
91
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
92
92
|
readonly value: string;
|
|
93
93
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
94
|
-
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
95
94
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
95
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
96
96
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
97
97
|
} & {}>;
|
|
98
98
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -142,15 +142,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
142
142
|
'update:value': (value: string) => boolean;
|
|
143
143
|
ok: (value: string) => boolean;
|
|
144
144
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
145
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
145
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
146
146
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
147
147
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
148
148
|
}>> & {
|
|
149
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
150
149
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
150
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
151
151
|
onOk?: ((value: string) => any) | undefined;
|
|
152
152
|
}, {
|
|
153
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
153
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
154
154
|
readonly value: string;
|
|
155
155
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
156
156
|
}, {}>;
|
|
@@ -159,13 +159,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
159
159
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
160
160
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
161
161
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
162
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
162
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
163
163
|
}>> & {
|
|
164
164
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
165
165
|
}, {
|
|
166
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
167
|
-
readonly value: string;
|
|
166
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
168
167
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
168
|
+
readonly value: string;
|
|
169
169
|
}, {}>;
|
|
170
170
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
171
171
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsColumn[]) | (() => import("../config").IParamsColumn[]) | ((new (...args: any[]) => import("../config").IParamsColumn[]) | (() => import("../config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -173,18 +173,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
173
173
|
readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsData) | (() => import("../config").IParamsData) | ((new (...args: any[]) => import("../config").IParamsData) | (() => import("../config").IParamsData))[], unknown, unknown, () => {}, boolean>;
|
|
174
174
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]) | ((new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
175
175
|
}>>, {
|
|
176
|
-
readonly options: import("../config").IParamsOption[];
|
|
177
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
178
|
-
readonly dataSource: import("../config").IParamsData[];
|
|
179
176
|
readonly data: import("../config").IParamsData;
|
|
177
|
+
readonly dataSource: import("../config").IParamsData[];
|
|
178
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
179
|
+
readonly options: import("../config").IParamsOption[];
|
|
180
180
|
}, {}>;
|
|
181
181
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
182
182
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsData[]) | (() => import("../config").IParamsData[]) | ((new (...args: any[]) => import("../config").IParamsData[]) | (() => import("../config").IParamsData[]))[], unknown, unknown, () => never[], boolean>;
|
|
183
183
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsColumn[]) | (() => import("../config").IParamsColumn[]) | ((new (...args: any[]) => import("../config").IParamsColumn[]) | (() => import("../config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
184
184
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]) | ((new (...args: any[]) => import("../config").IParamsOption[]) | (() => import("../config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
185
185
|
}>>, {
|
|
186
|
-
readonly options: import("../config").IParamsOption[];
|
|
187
|
-
readonly columns: import("../config").IParamsColumn[];
|
|
188
186
|
readonly dataSource: import("../config").IParamsData[];
|
|
187
|
+
readonly columns: import("../config").IParamsColumn[];
|
|
188
|
+
readonly options: import("../config").IParamsOption[];
|
|
189
189
|
}, {}>;
|
|
190
190
|
export default _default;
|
|
@@ -33,7 +33,7 @@ export interface IApiParams {
|
|
|
33
33
|
export declare const apiComponentProps: {
|
|
34
34
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
35
35
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
36
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
36
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => IMethod))[], unknown, unknown, "GET", boolean>;
|
|
37
37
|
readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IParam[]) | (() => IParam[]) | ((new (...args: any[]) => IParam[]) | (() => IParam[]))[], unknown, unknown, () => IParam[], boolean>;
|
|
38
38
|
readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IParam[]) | (() => IParam[]) | ((new (...args: any[]) => IParam[]) | (() => IParam[]))[], unknown, unknown, () => IParam[], boolean>;
|
|
39
39
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export type IModalType = 'textarea' | 'code' | 'batch';
|
|
2
2
|
export declare const apiModalProps: {
|
|
3
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
3
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
4
4
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5
5
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6
6
|
};
|
|
@@ -2,7 +2,7 @@ import { type IModalType } from './index';
|
|
|
2
2
|
export declare const clickInputProps: {
|
|
3
3
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
4
4
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
5
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
6
6
|
};
|
|
7
7
|
export declare const clickInputEmits: {
|
|
8
8
|
'update:value': (value: string) => boolean;
|
|
@@ -24,13 +24,13 @@ export declare const LlButton: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
24
24
|
};
|
|
25
25
|
}, {
|
|
26
26
|
props: import("@vue/shared").LooseRequired<{
|
|
27
|
-
readonly label?: string | undefined;
|
|
28
27
|
readonly position?: string | undefined;
|
|
29
28
|
readonly icon?: {
|
|
30
29
|
readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
31
30
|
readonly color?: string | undefined;
|
|
32
31
|
readonly iconName?: string | undefined;
|
|
33
32
|
} | undefined;
|
|
33
|
+
readonly label?: string | undefined;
|
|
34
34
|
} & {}>;
|
|
35
35
|
bem: {
|
|
36
36
|
b: (blockSuffix?: string) => string;
|
|
@@ -23,13 +23,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
};
|
|
24
24
|
}, {
|
|
25
25
|
props: import("@vue/shared").LooseRequired<{
|
|
26
|
-
readonly label?: string | undefined;
|
|
27
26
|
readonly position?: string | undefined;
|
|
28
27
|
readonly icon?: {
|
|
29
28
|
readonly size?: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
|
|
30
29
|
readonly color?: string | undefined;
|
|
31
30
|
readonly iconName?: string | undefined;
|
|
32
31
|
} | undefined;
|
|
32
|
+
readonly label?: string | undefined;
|
|
33
33
|
} & {}>;
|
|
34
34
|
bem: {
|
|
35
35
|
b: (blockSuffix?: string) => string;
|