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
|
@@ -2,7 +2,7 @@ import ApiComponent from './src/api-component.vue';
|
|
|
2
2
|
export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
3
3
|
readonly url: 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 method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
5
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
6
6
|
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>;
|
|
7
7
|
readonly headerParams: 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>;
|
|
8
8
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -15,9 +15,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
15
15
|
}, boolean>;
|
|
16
16
|
}, {
|
|
17
17
|
props: import("@vue/shared").LooseRequired<{
|
|
18
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
19
|
-
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>;
|
|
20
18
|
readonly url: string;
|
|
19
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
20
|
+
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
21
21
|
readonly requestParams: import("./src/config").IParam[];
|
|
22
22
|
readonly headerParams: import("./src/config").IParam[];
|
|
23
23
|
readonly bodyParams: Record<string, any>;
|
|
@@ -38,7 +38,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
38
38
|
bodyKey: import("vue").Ref<string>;
|
|
39
39
|
httpModel: {
|
|
40
40
|
url: string;
|
|
41
|
-
method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
41
|
+
method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
42
42
|
bodyParams: Record<string, any>;
|
|
43
43
|
requestParams: {
|
|
44
44
|
[x: string]: any;
|
|
@@ -109,7 +109,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
109
109
|
ApiUrl: import("vue").DefineComponent<{
|
|
110
110
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
111
111
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
112
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
112
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
113
113
|
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>;
|
|
114
114
|
readonly headerParams: 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>;
|
|
115
115
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -122,9 +122,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
122
122
|
}, boolean>;
|
|
123
123
|
}, {
|
|
124
124
|
props: import("@vue/shared").LooseRequired<{
|
|
125
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
126
|
-
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>;
|
|
127
125
|
readonly url: string;
|
|
126
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
127
|
+
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
128
128
|
readonly requestParams: import("./src/config").IParam[];
|
|
129
129
|
readonly headerParams: import("./src/config").IParam[];
|
|
130
130
|
readonly bodyParams: Record<string, any>;
|
|
@@ -133,7 +133,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
133
133
|
} & {}>;
|
|
134
134
|
emits: ((event: "update:url", url: string) => void) & ((event: "update:method", method: import("./src/config").IMethod) => void);
|
|
135
135
|
disabled: unknown;
|
|
136
|
-
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
136
|
+
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>>;
|
|
137
137
|
url: import("vue").Ref<string>;
|
|
138
138
|
readonly methods: {
|
|
139
139
|
label: string;
|
|
@@ -145,7 +145,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
145
145
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
146
146
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
147
147
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
148
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
148
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
149
149
|
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>;
|
|
150
150
|
readonly headerParams: 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>;
|
|
151
151
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -160,9 +160,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
160
160
|
"onUpdate:url"?: ((url: string) => any) | undefined;
|
|
161
161
|
"onUpdate:method"?: ((method: import("./src/config").IMethod) => any) | undefined;
|
|
162
162
|
}, {
|
|
163
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
164
|
-
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>;
|
|
165
163
|
readonly url: string;
|
|
164
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
165
|
+
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
166
166
|
readonly requestParams: import("./src/config").IParam[];
|
|
167
167
|
readonly headerParams: import("./src/config").IParam[];
|
|
168
168
|
readonly bodyParams: Record<string, any>;
|
|
@@ -265,9 +265,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
265
265
|
is: (name?: string) => string;
|
|
266
266
|
};
|
|
267
267
|
props: import("@vue/shared").LooseRequired<{
|
|
268
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
269
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
270
268
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
269
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
270
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
271
271
|
} & {}>;
|
|
272
272
|
disabled: unknown;
|
|
273
273
|
addData: import("vue").Ref<string>;
|
|
@@ -279,10 +279,10 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
279
279
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
280
280
|
}, {
|
|
281
281
|
props: import("@vue/shared").LooseRequired<{
|
|
282
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
283
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
284
|
-
readonly dataSource: import("./src/config").IParamsData[];
|
|
285
282
|
readonly data: import("./src/config").IParamsData;
|
|
283
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
284
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
285
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
286
286
|
} & {}>;
|
|
287
287
|
bem: {
|
|
288
288
|
b: (blockSuffix?: string) => string;
|
|
@@ -305,7 +305,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
305
305
|
ClickInput: import("vue").DefineComponent<{
|
|
306
306
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
307
307
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
308
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
308
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
309
309
|
}, {
|
|
310
310
|
bem: {
|
|
311
311
|
b: (blockSuffix?: string) => string;
|
|
@@ -318,9 +318,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
318
318
|
is: (name?: string) => string;
|
|
319
319
|
};
|
|
320
320
|
props: import("@vue/shared").LooseRequired<{
|
|
321
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
322
|
-
readonly value: string;
|
|
321
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
323
322
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
323
|
+
readonly value: string;
|
|
324
324
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
325
325
|
} & {}>;
|
|
326
326
|
emits: (event: "update:value", value: string) => void;
|
|
@@ -334,16 +334,16 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
334
334
|
}, "value">>;
|
|
335
335
|
handleClick: () => void;
|
|
336
336
|
ApiModal: import("vue").DefineComponent<{
|
|
337
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
337
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
338
338
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
339
339
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
340
340
|
}, {
|
|
341
341
|
props: import("@vue/shared").LooseRequired<{
|
|
342
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
342
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
343
343
|
readonly value: string;
|
|
344
344
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
345
|
-
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
346
345
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
346
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
347
347
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
348
348
|
} & {}>;
|
|
349
349
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -393,15 +393,15 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
393
393
|
'update:value': (value: string) => boolean;
|
|
394
394
|
ok: (value: string) => boolean;
|
|
395
395
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
396
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
396
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
397
397
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
398
398
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
399
399
|
}>> & {
|
|
400
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
401
400
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
401
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
402
402
|
onOk?: ((value: string) => any) | undefined;
|
|
403
403
|
}, {
|
|
404
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
404
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
405
405
|
readonly value: string;
|
|
406
406
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
407
407
|
}, {}>;
|
|
@@ -410,13 +410,13 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
410
410
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
411
411
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
412
412
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
413
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
413
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
414
414
|
}>> & {
|
|
415
415
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
416
416
|
}, {
|
|
417
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
418
|
-
readonly value: string;
|
|
417
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
419
418
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
419
|
+
readonly value: string;
|
|
420
420
|
}, {}>;
|
|
421
421
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
422
422
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsColumn[]) | (() => import("./src/config").IParamsColumn[]) | ((new (...args: any[]) => import("./src/config").IParamsColumn[]) | (() => import("./src/config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -424,26 +424,26 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
424
424
|
readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsData) | (() => import("./src/config").IParamsData) | ((new (...args: any[]) => import("./src/config").IParamsData) | (() => import("./src/config").IParamsData))[], unknown, unknown, () => {}, boolean>;
|
|
425
425
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
426
426
|
}>>, {
|
|
427
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
428
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
429
|
-
readonly dataSource: import("./src/config").IParamsData[];
|
|
430
427
|
readonly data: import("./src/config").IParamsData;
|
|
428
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
429
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
430
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
431
431
|
}, {}>;
|
|
432
432
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
433
433
|
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsData[]) | (() => import("./src/config").IParamsData[]) | ((new (...args: any[]) => import("./src/config").IParamsData[]) | (() => import("./src/config").IParamsData[]))[], unknown, unknown, () => never[], boolean>;
|
|
434
434
|
readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsColumn[]) | (() => import("./src/config").IParamsColumn[]) | ((new (...args: any[]) => import("./src/config").IParamsColumn[]) | (() => import("./src/config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
435
435
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
|
|
436
436
|
}>>, {
|
|
437
|
-
readonly options: import("./src/config").IParamsOption[];
|
|
438
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
439
437
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
438
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
439
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
440
440
|
}, {}>;
|
|
441
441
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
442
442
|
change: (value: Record<string, any>) => boolean;
|
|
443
443
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
444
444
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
445
445
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
446
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
446
|
+
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
447
447
|
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>;
|
|
448
448
|
readonly headerParams: 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>;
|
|
449
449
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -457,9 +457,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
457
457
|
}>> & {
|
|
458
458
|
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
459
459
|
}, {
|
|
460
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
461
|
-
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>;
|
|
462
460
|
readonly url: string;
|
|
461
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
462
|
+
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
463
463
|
readonly requestParams: import("./src/config").IParam[];
|
|
464
464
|
readonly headerParams: import("./src/config").IParam[];
|
|
465
465
|
readonly bodyParams: Record<string, any>;
|
|
@@ -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>;
|
|
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
bodyKey: import("vue").Ref<string>;
|
|
38
38
|
httpModel: {
|
|
39
39
|
url: string;
|
|
40
|
-
method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
40
|
+
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>;
|
|
41
41
|
bodyParams: Record<string, any>;
|
|
42
42
|
requestParams: {
|
|
43
43
|
[x: string]: any;
|
|
@@ -108,7 +108,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
108
108
|
ApiUrl: import("vue").DefineComponent<{
|
|
109
109
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
110
110
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
111
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
111
|
+
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>;
|
|
112
112
|
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>;
|
|
113
113
|
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>;
|
|
114
114
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -121,9 +121,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
121
121
|
}, boolean>;
|
|
122
122
|
}, {
|
|
123
123
|
props: import("@vue/shared").LooseRequired<{
|
|
124
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
125
|
-
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>;
|
|
126
124
|
readonly url: string;
|
|
125
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
126
|
+
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>;
|
|
127
127
|
readonly requestParams: import("./config").IParam[];
|
|
128
128
|
readonly headerParams: import("./config").IParam[];
|
|
129
129
|
readonly bodyParams: Record<string, any>;
|
|
@@ -132,7 +132,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
132
132
|
} & {}>;
|
|
133
133
|
emits: ((event: "update:url", url: string) => void) & ((event: "update:method", method: import("./config").IMethod) => void);
|
|
134
134
|
disabled: unknown;
|
|
135
|
-
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
135
|
+
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>>;
|
|
136
136
|
url: import("vue").Ref<string>;
|
|
137
137
|
readonly methods: {
|
|
138
138
|
label: string;
|
|
@@ -144,7 +144,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
144
144
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
145
145
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
146
146
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
147
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
147
|
+
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>;
|
|
148
148
|
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>;
|
|
149
149
|
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>;
|
|
150
150
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -159,9 +159,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
159
159
|
"onUpdate:url"?: ((url: string) => any) | undefined;
|
|
160
160
|
"onUpdate:method"?: ((method: import("./config").IMethod) => any) | undefined;
|
|
161
161
|
}, {
|
|
162
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
163
|
-
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>;
|
|
164
162
|
readonly url: string;
|
|
163
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
164
|
+
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>;
|
|
165
165
|
readonly requestParams: import("./config").IParam[];
|
|
166
166
|
readonly headerParams: import("./config").IParam[];
|
|
167
167
|
readonly bodyParams: Record<string, any>;
|
|
@@ -264,9 +264,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
264
264
|
is: (name?: string) => string;
|
|
265
265
|
};
|
|
266
266
|
props: import("@vue/shared").LooseRequired<{
|
|
267
|
-
readonly options: import("./config").IParamsOption[];
|
|
268
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
269
267
|
readonly dataSource: import("./config").IParamsData[];
|
|
268
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
269
|
+
readonly options: import("./config").IParamsOption[];
|
|
270
270
|
} & {}>;
|
|
271
271
|
disabled: unknown;
|
|
272
272
|
addData: import("vue").Ref<string>;
|
|
@@ -278,10 +278,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
278
278
|
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>;
|
|
279
279
|
}, {
|
|
280
280
|
props: import("@vue/shared").LooseRequired<{
|
|
281
|
-
readonly options: import("./config").IParamsOption[];
|
|
282
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
283
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
284
281
|
readonly data: import("./config").IParamsData;
|
|
282
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
283
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
284
|
+
readonly options: import("./config").IParamsOption[];
|
|
285
285
|
} & {}>;
|
|
286
286
|
bem: {
|
|
287
287
|
b: (blockSuffix?: string) => string;
|
|
@@ -304,7 +304,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
304
304
|
ClickInput: import("vue").DefineComponent<{
|
|
305
305
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
306
306
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
307
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
307
|
+
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>;
|
|
308
308
|
}, {
|
|
309
309
|
bem: {
|
|
310
310
|
b: (blockSuffix?: string) => string;
|
|
@@ -317,9 +317,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
317
317
|
is: (name?: string) => string;
|
|
318
318
|
};
|
|
319
319
|
props: import("@vue/shared").LooseRequired<{
|
|
320
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
321
|
-
readonly value: string;
|
|
320
|
+
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>;
|
|
322
321
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
322
|
+
readonly value: string;
|
|
323
323
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
324
324
|
} & {}>;
|
|
325
325
|
emits: (event: "update:value", value: string) => void;
|
|
@@ -333,16 +333,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
333
333
|
}, "value">>;
|
|
334
334
|
handleClick: () => void;
|
|
335
335
|
ApiModal: import("vue").DefineComponent<{
|
|
336
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
336
|
+
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>;
|
|
337
337
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
338
338
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
339
339
|
}, {
|
|
340
340
|
props: import("@vue/shared").LooseRequired<{
|
|
341
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
341
|
+
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>;
|
|
342
342
|
readonly value: string;
|
|
343
343
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
344
|
-
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
345
344
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
345
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
346
346
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
347
347
|
} & {}>;
|
|
348
348
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -392,15 +392,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
392
392
|
'update:value': (value: string) => boolean;
|
|
393
393
|
ok: (value: string) => boolean;
|
|
394
394
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
395
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
395
|
+
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>;
|
|
396
396
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
397
397
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
398
398
|
}>> & {
|
|
399
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
400
399
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
400
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
401
401
|
onOk?: ((value: string) => any) | undefined;
|
|
402
402
|
}, {
|
|
403
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
403
|
+
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>;
|
|
404
404
|
readonly value: string;
|
|
405
405
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
406
406
|
}, {}>;
|
|
@@ -409,13 +409,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
409
409
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
410
410
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
411
411
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
412
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
412
|
+
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>;
|
|
413
413
|
}>> & {
|
|
414
414
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
415
415
|
}, {
|
|
416
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
417
|
-
readonly value: string;
|
|
416
|
+
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>;
|
|
418
417
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
418
|
+
readonly value: string;
|
|
419
419
|
}, {}>;
|
|
420
420
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
421
421
|
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>;
|
|
@@ -423,26 +423,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
423
423
|
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>;
|
|
424
424
|
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>;
|
|
425
425
|
}>>, {
|
|
426
|
-
readonly options: import("./config").IParamsOption[];
|
|
427
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
428
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
429
426
|
readonly data: import("./config").IParamsData;
|
|
427
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
428
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
429
|
+
readonly options: import("./config").IParamsOption[];
|
|
430
430
|
}, {}>;
|
|
431
431
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
432
432
|
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>;
|
|
433
433
|
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>;
|
|
434
434
|
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>;
|
|
435
435
|
}>>, {
|
|
436
|
-
readonly options: import("./config").IParamsOption[];
|
|
437
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
438
436
|
readonly dataSource: import("./config").IParamsData[];
|
|
437
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
438
|
+
readonly options: import("./config").IParamsOption[];
|
|
439
439
|
}, {}>;
|
|
440
440
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
441
441
|
change: (value: Record<string, any>) => boolean;
|
|
442
442
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
443
443
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
444
444
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
445
|
-
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
445
|
+
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>;
|
|
446
446
|
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>;
|
|
447
447
|
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>;
|
|
448
448
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -456,9 +456,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
456
456
|
}>> & {
|
|
457
457
|
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
458
458
|
}, {
|
|
459
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
460
|
-
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>;
|
|
461
459
|
readonly url: string;
|
|
460
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
461
|
+
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>;
|
|
462
462
|
readonly requestParams: import("./config").IParam[];
|
|
463
463
|
readonly headerParams: import("./config").IParam[];
|
|
464
464
|
readonly bodyParams: Record<string, any>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
2
|
+
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>;
|
|
3
3
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4
4
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
5
5
|
}, {
|
|
6
6
|
props: import("@vue/shared").LooseRequired<{
|
|
7
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
7
|
+
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>;
|
|
8
8
|
readonly value: string;
|
|
9
9
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10
|
-
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
11
10
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
11
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
12
12
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
13
13
|
} & {}>;
|
|
14
14
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -58,15 +58,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
58
|
'update:value': (value: string) => boolean;
|
|
59
59
|
ok: (value: string) => boolean;
|
|
60
60
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
61
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
61
|
+
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>;
|
|
62
62
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
63
63
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
64
64
|
}>> & {
|
|
65
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
66
65
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
66
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
67
67
|
onOk?: ((value: string) => any) | undefined;
|
|
68
68
|
}, {
|
|
69
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
69
|
+
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>;
|
|
70
70
|
readonly value: string;
|
|
71
71
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
72
72
|
}, {}>;
|