ll-plus 2.2.23 → 2.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +53 -30
- package/es/components/api-component/index.mjs +1 -1
- package/es/components/api-component/src/api-component.vue.d.ts +53 -30
- package/es/components/api-component/src/api-component.vue2.mjs +2 -1
- package/es/components/api-component/src/api-component.vue2.mjs.map +1 -1
- package/es/components/api-component/src/components/api-modal.vue.d.ts +8 -6
- package/es/components/api-component/src/components/api-modal.vue2.mjs +6 -3
- package/es/components/api-component/src/components/api-modal.vue2.mjs.map +1 -1
- package/es/components/api-component/src/components/api-url.vue.d.ts +10 -5
- package/es/components/api-component/src/components/api-url.vue2.mjs +6 -3
- package/es/components/api-component/src/components/api-url.vue2.mjs.map +1 -1
- package/es/components/api-component/src/components/batch-editing.vue.d.ts +1 -0
- package/es/components/api-component/src/components/batch-editing.vue2.mjs +4 -2
- package/es/components/api-component/src/components/batch-editing.vue2.mjs.map +1 -1
- package/es/components/api-component/src/components/click-input.vue.d.ts +16 -10
- package/es/components/api-component/src/components/click-input.vue2.mjs +17 -12
- package/es/components/api-component/src/components/click-input.vue2.mjs.map +1 -1
- package/es/components/api-component/src/components/json-xml-table-row.vue2.mjs +71 -59
- package/es/components/api-component/src/components/json-xml-table-row.vue2.mjs.map +1 -1
- package/es/components/api-component/src/components/json-xml.vue.d.ts +1 -0
- package/es/components/api-component/src/components/json-xml.vue2.mjs +31 -13
- package/es/components/api-component/src/components/json-xml.vue2.mjs.map +1 -1
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +28 -16
- package/es/components/api-component/src/components/params-table-row.vue2.mjs +45 -36
- package/es/components/api-component/src/components/params-table-row.vue2.mjs.map +1 -1
- package/es/components/api-component/src/components/params-table.vue.d.ts +33 -20
- package/es/components/api-component/src/components/params-table.vue2.mjs +5 -3
- package/es/components/api-component/src/components/params-table.vue2.mjs.map +1 -1
- package/es/components/api-component/src/config/api-component.d.ts +2 -1
- package/es/components/api-component/src/config/api-component.mjs +4 -0
- package/es/components/api-component/src/config/api-component.mjs.map +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 +2 -1
- package/es/components/api-component/src/config/click-input.mjs +4 -0
- package/es/components/api-component/src/config/click-input.mjs.map +1 -1
- package/es/components/api-component/src/config/index.mjs +1 -1
- package/es/components/api-component/src/config/params-table.d.ts +1 -0
- package/es/components/api-component/src/config/params-table.mjs +21 -1
- package/es/components/api-component/src/config/params-table.mjs.map +1 -1
- package/es/components/api-component/src/config/table.mjs +3 -3
- package/es/components/api-component/src/config/table.mjs.map +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 +4 -0
- package/es/components/code-editor/src/code-editor.vue.d.ts +4 -0
- package/es/components/code-editor/src/code-editor.vue2.mjs +2 -1
- package/es/components/code-editor/src/code-editor.vue2.mjs.map +1 -1
- package/es/components/code-editor/src/config/code-editor.d.ts +1 -0
- package/es/components/code-editor/src/config/code-editor.mjs +4 -0
- package/es/components/code-editor/src/config/code-editor.mjs.map +1 -1
- 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 +82 -82
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
- 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 +2 -2
- package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
- package/es/components/index.mjs +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/modal/index.d.ts +5 -5
- package/es/components/modal/src/modal.vue.d.ts +5 -5
- package/es/components/operate-icon/index.d.ts +6 -6
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
- 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/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- 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 +4 -4
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/es/index.mjs +1 -1
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +223 -134
- package/index.full.min.js +20 -20
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +17 -17
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +224 -136
- 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 +53 -30
- package/lib/components/api-component/index.js +1 -0
- package/lib/components/api-component/index.js.map +1 -1
- package/lib/components/api-component/src/api-component.vue.d.ts +53 -30
- package/lib/components/api-component/src/api-component.vue2.js +1 -0
- package/lib/components/api-component/src/api-component.vue2.js.map +1 -1
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +8 -6
- package/lib/components/api-component/src/components/api-modal.vue2.js +5 -2
- package/lib/components/api-component/src/components/api-modal.vue2.js.map +1 -1
- package/lib/components/api-component/src/components/api-url.vue.d.ts +10 -5
- package/lib/components/api-component/src/components/api-url.vue2.js +5 -2
- package/lib/components/api-component/src/components/api-url.vue2.js.map +1 -1
- package/lib/components/api-component/src/components/batch-editing.vue.d.ts +1 -0
- package/lib/components/api-component/src/components/batch-editing.vue2.js +3 -1
- package/lib/components/api-component/src/components/batch-editing.vue2.js.map +1 -1
- package/lib/components/api-component/src/components/click-input.vue.d.ts +16 -10
- package/lib/components/api-component/src/components/click-input.vue2.js +16 -11
- package/lib/components/api-component/src/components/click-input.vue2.js.map +1 -1
- package/lib/components/api-component/src/components/json-xml-table-row.vue2.js +70 -58
- package/lib/components/api-component/src/components/json-xml-table-row.vue2.js.map +1 -1
- package/lib/components/api-component/src/components/json-xml.vue.d.ts +1 -0
- package/lib/components/api-component/src/components/json-xml.vue2.js +30 -12
- package/lib/components/api-component/src/components/json-xml.vue2.js.map +1 -1
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +28 -16
- package/lib/components/api-component/src/components/params-table-row.vue2.js +43 -34
- package/lib/components/api-component/src/components/params-table-row.vue2.js.map +1 -1
- package/lib/components/api-component/src/components/params-table.vue.d.ts +33 -20
- package/lib/components/api-component/src/components/params-table.vue2.js +4 -2
- package/lib/components/api-component/src/components/params-table.vue2.js.map +1 -1
- package/lib/components/api-component/src/config/api-component.d.ts +2 -1
- package/lib/components/api-component/src/config/api-component.js +4 -0
- package/lib/components/api-component/src/config/api-component.js.map +1 -1
- package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
- package/lib/components/api-component/src/config/click-input.d.ts +2 -1
- package/lib/components/api-component/src/config/click-input.js +4 -0
- package/lib/components/api-component/src/config/click-input.js.map +1 -1
- package/lib/components/api-component/src/config/index.js +1 -0
- package/lib/components/api-component/src/config/index.js.map +1 -1
- package/lib/components/api-component/src/config/params-table.d.ts +1 -0
- package/lib/components/api-component/src/config/params-table.js +21 -0
- package/lib/components/api-component/src/config/params-table.js.map +1 -1
- package/lib/components/api-component/src/config/table.js +3 -3
- package/lib/components/api-component/src/config/table.js.map +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 +4 -0
- package/lib/components/code-editor/src/code-editor.vue.d.ts +4 -0
- package/lib/components/code-editor/src/code-editor.vue2.js +2 -1
- package/lib/components/code-editor/src/code-editor.vue2.js.map +1 -1
- package/lib/components/code-editor/src/config/code-editor.d.ts +1 -0
- package/lib/components/code-editor/src/config/code-editor.js +4 -0
- package/lib/components/code-editor/src/config/code-editor.js.map +1 -1
- 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 +82 -82
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
- 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 +2 -2
- package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
- package/lib/components/index.js +1 -0
- package/lib/components/index.js.map +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/modal/index.d.ts +5 -5
- package/lib/components/modal/src/modal.vue.d.ts +5 -5
- package/lib/components/operate-icon/index.d.ts +6 -6
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
- 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/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- 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 +4 -4
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/theme-chalk/css/api-component.css +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/fonts/iconfont.js +1 -1
- package/theme-chalk/fonts/iconfont.json +105 -0
- 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 +53 -30
- package/types/packages/components/api-component/src/api-component.vue.d.ts +53 -30
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +8 -6
- package/types/packages/components/api-component/src/components/api-url.vue.d.ts +10 -5
- package/types/packages/components/api-component/src/components/batch-editing.vue.d.ts +1 -0
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +16 -10
- package/types/packages/components/api-component/src/components/json-xml.vue.d.ts +1 -0
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +28 -16
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +33 -20
- package/types/packages/components/api-component/src/config/api-component.d.ts +2 -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 +2 -1
- package/types/packages/components/api-component/src/config/params-table.d.ts +1 -0
- 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 +4 -0
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +4 -0
- package/types/packages/components/code-editor/src/config/code-editor.d.ts +1 -0
- 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 +82 -82
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
- 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 +2 -2
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
- 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/modal/index.d.ts +5 -5
- package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
- package/types/packages/components/operate-icon/index.d.ts +6 -6
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
- 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 +4 -4
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/types/packages/utils/props/runtime.d.ts +2 -2
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
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
|
-
readonly
|
|
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[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
5
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>;
|
|
6
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>;
|
|
7
8
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -14,8 +15,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
14
15
|
}, boolean>;
|
|
15
16
|
}, {
|
|
16
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>;
|
|
17
20
|
readonly url: string;
|
|
18
|
-
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>;
|
|
19
21
|
readonly requestParams: import("./src/config").IParam[];
|
|
20
22
|
readonly headerParams: import("./src/config").IParam[];
|
|
21
23
|
readonly bodyParams: Record<string, any>;
|
|
@@ -36,7 +38,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
36
38
|
bodyKey: import("vue").Ref<string>;
|
|
37
39
|
httpModel: {
|
|
38
40
|
url: string;
|
|
39
|
-
method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
41
|
+
method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
40
42
|
bodyParams: Record<string, any>;
|
|
41
43
|
requestParams: {
|
|
42
44
|
[x: string]: any;
|
|
@@ -106,7 +108,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
106
108
|
})[];
|
|
107
109
|
ApiUrl: import("vue").DefineComponent<{
|
|
108
110
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
109
|
-
readonly
|
|
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[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
110
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>;
|
|
111
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>;
|
|
112
115
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -119,8 +122,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
119
122
|
}, boolean>;
|
|
120
123
|
}, {
|
|
121
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>;
|
|
122
127
|
readonly url: string;
|
|
123
|
-
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>;
|
|
124
128
|
readonly requestParams: import("./src/config").IParam[];
|
|
125
129
|
readonly headerParams: import("./src/config").IParam[];
|
|
126
130
|
readonly bodyParams: Record<string, any>;
|
|
@@ -128,7 +132,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
128
132
|
readonly "onUpdate:method"?: ((method: import("./src/config").IMethod) => any) | undefined;
|
|
129
133
|
} & {}>;
|
|
130
134
|
emits: ((event: "update:url", url: string) => void) & ((event: "update:method", method: import("./src/config").IMethod) => void);
|
|
131
|
-
|
|
135
|
+
disabled: unknown;
|
|
136
|
+
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>>;
|
|
132
137
|
url: import("vue").Ref<string>;
|
|
133
138
|
readonly methods: {
|
|
134
139
|
label: string;
|
|
@@ -139,7 +144,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
139
144
|
"update:method": (method: import("./src/config").IMethod) => boolean;
|
|
140
145
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
141
146
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
142
|
-
readonly
|
|
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[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
143
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>;
|
|
144
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>;
|
|
145
151
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -154,8 +160,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
154
160
|
"onUpdate:url"?: ((url: string) => any) | undefined;
|
|
155
161
|
"onUpdate:method"?: ((method: import("./src/config").IMethod) => any) | undefined;
|
|
156
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>;
|
|
157
165
|
readonly url: string;
|
|
158
|
-
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>;
|
|
159
166
|
readonly requestParams: import("./src/config").IParam[];
|
|
160
167
|
readonly headerParams: import("./src/config").IParam[];
|
|
161
168
|
readonly bodyParams: Record<string, any>;
|
|
@@ -178,6 +185,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
178
185
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
179
186
|
is: (name?: string) => string;
|
|
180
187
|
};
|
|
188
|
+
disabled: unknown;
|
|
181
189
|
type: import("vue").Ref<string>;
|
|
182
190
|
innerValue: import("vue").Ref<any>;
|
|
183
191
|
dataSource: import("vue").Ref<{
|
|
@@ -257,10 +265,11 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
257
265
|
is: (name?: string) => string;
|
|
258
266
|
};
|
|
259
267
|
props: import("@vue/shared").LooseRequired<{
|
|
260
|
-
readonly dataSource: import("./src/config").IParamsData[];
|
|
261
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
262
268
|
readonly options: import("./src/config").IParamsOption[];
|
|
269
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
270
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
263
271
|
} & {}>;
|
|
272
|
+
disabled: unknown;
|
|
264
273
|
addData: import("vue").Ref<string>;
|
|
265
274
|
handleAdd: (dataSource: any) => void;
|
|
266
275
|
TableRow: import("vue").DefineComponent<{
|
|
@@ -270,10 +279,10 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
270
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>;
|
|
271
280
|
}, {
|
|
272
281
|
props: import("@vue/shared").LooseRequired<{
|
|
273
|
-
readonly data: import("./src/config").IParamsData;
|
|
274
|
-
readonly dataSource: import("./src/config").IParamsData[];
|
|
275
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
276
282
|
readonly options: import("./src/config").IParamsOption[];
|
|
283
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
284
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
285
|
+
readonly data: import("./src/config").IParamsData;
|
|
277
286
|
} & {}>;
|
|
278
287
|
bem: {
|
|
279
288
|
b: (blockSuffix?: string) => string;
|
|
@@ -285,11 +294,18 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
285
294
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
286
295
|
is: (name?: string) => string;
|
|
287
296
|
};
|
|
297
|
+
disabled: unknown;
|
|
288
298
|
innerData: import("vue").Ref<import("./src/config").IParamsData>;
|
|
289
299
|
handleDelete: (list: any, data: any) => void;
|
|
300
|
+
readonly paramsOptions: {
|
|
301
|
+
label: string;
|
|
302
|
+
value: string;
|
|
303
|
+
}[];
|
|
304
|
+
readonly contentTypeOptions: import("./src/config").IParamsOption[];
|
|
290
305
|
ClickInput: import("vue").DefineComponent<{
|
|
291
306
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
292
|
-
readonly
|
|
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[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
293
309
|
}, {
|
|
294
310
|
bem: {
|
|
295
311
|
b: (blockSuffix?: string) => string;
|
|
@@ -302,8 +318,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
302
318
|
is: (name?: string) => string;
|
|
303
319
|
};
|
|
304
320
|
props: import("@vue/shared").LooseRequired<{
|
|
305
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
321
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
306
322
|
readonly value: string;
|
|
323
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
307
324
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
308
325
|
} & {}>;
|
|
309
326
|
emits: (event: "update:value", value: string) => void;
|
|
@@ -317,20 +334,21 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
317
334
|
}, "value">>;
|
|
318
335
|
handleClick: () => void;
|
|
319
336
|
ApiModal: import("vue").DefineComponent<{
|
|
320
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
337
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
321
338
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
322
339
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
323
340
|
}, {
|
|
324
341
|
props: import("@vue/shared").LooseRequired<{
|
|
325
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
342
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
326
343
|
readonly value: string;
|
|
327
344
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
328
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
329
345
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
346
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
330
347
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
331
348
|
} & {}>;
|
|
332
349
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
333
350
|
innerValue: import("vue").Ref<string>;
|
|
351
|
+
disabled: unknown;
|
|
334
352
|
handleCancel: () => void;
|
|
335
353
|
handleOk: () => void;
|
|
336
354
|
batchEditing: import("vue").DefineComponent<{
|
|
@@ -352,6 +370,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
352
370
|
is: (name?: string) => string;
|
|
353
371
|
};
|
|
354
372
|
type: import("vue").Ref<string>;
|
|
373
|
+
disabled: unknown;
|
|
355
374
|
currentPlaceholder: import("vue").ComputedRef<"格式: 启用,参数名,参数值,类型,必需备份" | "格式:参数名:参数值">;
|
|
356
375
|
innerValue: import("vue").Ref<string>;
|
|
357
376
|
readonly batchEditingOptions: {
|
|
@@ -374,15 +393,15 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
374
393
|
'update:value': (value: string) => boolean;
|
|
375
394
|
ok: (value: string) => boolean;
|
|
376
395
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
377
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
396
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
378
397
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
379
398
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
380
399
|
}>> & {
|
|
381
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
382
400
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
401
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
383
402
|
onOk?: ((value: string) => any) | undefined;
|
|
384
403
|
}, {
|
|
385
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
404
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
386
405
|
readonly value: string;
|
|
387
406
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
388
407
|
}, {}>;
|
|
@@ -390,12 +409,14 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
390
409
|
'update:value': (value: string) => boolean;
|
|
391
410
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
392
411
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
393
|
-
readonly
|
|
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[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
394
414
|
}>> & {
|
|
395
415
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
396
416
|
}, {
|
|
397
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
417
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
398
418
|
readonly value: string;
|
|
419
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
399
420
|
}, {}>;
|
|
400
421
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
401
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>;
|
|
@@ -403,25 +424,26 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
403
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>;
|
|
404
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>;
|
|
405
426
|
}>>, {
|
|
406
|
-
readonly data: import("./src/config").IParamsData;
|
|
407
|
-
readonly dataSource: import("./src/config").IParamsData[];
|
|
408
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
409
427
|
readonly options: import("./src/config").IParamsOption[];
|
|
428
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
429
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
430
|
+
readonly data: import("./src/config").IParamsData;
|
|
410
431
|
}, {}>;
|
|
411
432
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
412
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>;
|
|
413
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>;
|
|
414
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>;
|
|
415
436
|
}>>, {
|
|
416
|
-
readonly dataSource: import("./src/config").IParamsData[];
|
|
417
|
-
readonly columns: import("./src/config").IParamsColumn[];
|
|
418
437
|
readonly options: import("./src/config").IParamsOption[];
|
|
438
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
439
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
419
440
|
}, {}>;
|
|
420
441
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
421
442
|
change: (value: Record<string, any>) => boolean;
|
|
422
443
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
423
444
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
424
|
-
readonly
|
|
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[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
425
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>;
|
|
426
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>;
|
|
427
449
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -435,8 +457,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
435
457
|
}>> & {
|
|
436
458
|
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
437
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>;
|
|
438
462
|
readonly url: string;
|
|
439
|
-
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>;
|
|
440
463
|
readonly requestParams: import("./src/config").IParam[];
|
|
441
464
|
readonly headerParams: import("./src/config").IParam[];
|
|
442
465
|
readonly bodyParams: Record<string, any>;
|
|
@@ -43,6 +43,7 @@ exports.jsonXmlTableProps = jsonXml.jsonXmlTableProps;
|
|
|
43
43
|
exports.jsonXmlTableRowEmits = jsonXml.jsonXmlTableRowEmits;
|
|
44
44
|
exports.jsonXmlTableRowProps = jsonXml.jsonXmlTableRowProps;
|
|
45
45
|
exports.jsonXmlTypeOptions = jsonXml.jsonXmlTypeOptions;
|
|
46
|
+
exports.contentTypeOptions = paramsTable.contentTypeOptions;
|
|
46
47
|
exports.paramsOptions = paramsTable.paramsOptions;
|
|
47
48
|
exports.paramsTableEmits = paramsTable.paramsTableEmits;
|
|
48
49
|
exports.paramsTableProps = paramsTable.paramsTableProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../packages/components/api-component/index.ts"],"sourcesContent":["import { withInstall } from '@ll-plus/utils'\n\nimport ApiComponent from './src/api-component.vue'\n\nexport const LlApiComponent = withInstall(ApiComponent)\n\nexport default LlApiComponent\n\nexport * from './src/config'\n\ndeclare module 'vue' {\n export interface GlobalComponents {\n LlApiComponent: typeof ApiComponent\n }\n}\n"],"names":["withInstall","ApiComponent"],"mappings":";;;;;;;;;;;;;;;;;;AAIa,MAAA,cAAA,GAAiBA,wBAAYC,sBAAY
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../packages/components/api-component/index.ts"],"sourcesContent":["import { withInstall } from '@ll-plus/utils'\n\nimport ApiComponent from './src/api-component.vue'\n\nexport const LlApiComponent = withInstall(ApiComponent)\n\nexport default LlApiComponent\n\nexport * from './src/config'\n\ndeclare module 'vue' {\n export interface GlobalComponents {\n LlApiComponent: typeof ApiComponent\n }\n}\n"],"names":["withInstall","ApiComponent"],"mappings":";;;;;;;;;;;;;;;;;;AAIa,MAAA,cAAA,GAAiBA,wBAAYC,sBAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +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
|
-
readonly
|
|
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[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
4
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>;
|
|
5
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>;
|
|
6
7
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -13,8 +14,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
14
|
}, boolean>;
|
|
14
15
|
}, {
|
|
15
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>;
|
|
16
19
|
readonly url: string;
|
|
17
|
-
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>;
|
|
18
20
|
readonly requestParams: import("./config").IParam[];
|
|
19
21
|
readonly headerParams: import("./config").IParam[];
|
|
20
22
|
readonly bodyParams: Record<string, any>;
|
|
@@ -35,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
37
|
bodyKey: import("vue").Ref<string>;
|
|
36
38
|
httpModel: {
|
|
37
39
|
url: string;
|
|
38
|
-
method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
40
|
+
method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
39
41
|
bodyParams: Record<string, any>;
|
|
40
42
|
requestParams: {
|
|
41
43
|
[x: string]: any;
|
|
@@ -105,7 +107,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
105
107
|
})[];
|
|
106
108
|
ApiUrl: import("vue").DefineComponent<{
|
|
107
109
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
108
|
-
readonly
|
|
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[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
109
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>;
|
|
110
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>;
|
|
111
114
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -118,8 +121,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
118
121
|
}, boolean>;
|
|
119
122
|
}, {
|
|
120
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>;
|
|
121
126
|
readonly url: string;
|
|
122
|
-
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>;
|
|
123
127
|
readonly requestParams: import("./config").IParam[];
|
|
124
128
|
readonly headerParams: import("./config").IParam[];
|
|
125
129
|
readonly bodyParams: Record<string, any>;
|
|
@@ -127,7 +131,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
127
131
|
readonly "onUpdate:method"?: ((method: import("./config").IMethod) => any) | undefined;
|
|
128
132
|
} & {}>;
|
|
129
133
|
emits: ((event: "update:url", url: string) => void) & ((event: "update:method", method: import("./config").IMethod) => void);
|
|
130
|
-
|
|
134
|
+
disabled: unknown;
|
|
135
|
+
method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>>;
|
|
131
136
|
url: import("vue").Ref<string>;
|
|
132
137
|
readonly methods: {
|
|
133
138
|
label: string;
|
|
@@ -138,7 +143,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
138
143
|
"update:method": (method: import("./config").IMethod) => boolean;
|
|
139
144
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
140
145
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
141
|
-
readonly
|
|
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[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
142
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>;
|
|
143
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>;
|
|
144
150
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -153,8 +159,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
153
159
|
"onUpdate:url"?: ((url: string) => any) | undefined;
|
|
154
160
|
"onUpdate:method"?: ((method: import("./config").IMethod) => any) | undefined;
|
|
155
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>;
|
|
156
164
|
readonly url: string;
|
|
157
|
-
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>;
|
|
158
165
|
readonly requestParams: import("./config").IParam[];
|
|
159
166
|
readonly headerParams: import("./config").IParam[];
|
|
160
167
|
readonly bodyParams: Record<string, any>;
|
|
@@ -177,6 +184,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
177
184
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
178
185
|
is: (name?: string) => string;
|
|
179
186
|
};
|
|
187
|
+
disabled: unknown;
|
|
180
188
|
type: import("vue").Ref<string>;
|
|
181
189
|
innerValue: import("vue").Ref<any>;
|
|
182
190
|
dataSource: import("vue").Ref<{
|
|
@@ -256,10 +264,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
256
264
|
is: (name?: string) => string;
|
|
257
265
|
};
|
|
258
266
|
props: import("@vue/shared").LooseRequired<{
|
|
259
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
260
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
261
267
|
readonly options: import("./config").IParamsOption[];
|
|
268
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
269
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
262
270
|
} & {}>;
|
|
271
|
+
disabled: unknown;
|
|
263
272
|
addData: import("vue").Ref<string>;
|
|
264
273
|
handleAdd: (dataSource: any) => void;
|
|
265
274
|
TableRow: import("vue").DefineComponent<{
|
|
@@ -269,10 +278,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
269
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>;
|
|
270
279
|
}, {
|
|
271
280
|
props: import("@vue/shared").LooseRequired<{
|
|
272
|
-
readonly data: import("./config").IParamsData;
|
|
273
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
274
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
275
281
|
readonly options: import("./config").IParamsOption[];
|
|
282
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
283
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
284
|
+
readonly data: import("./config").IParamsData;
|
|
276
285
|
} & {}>;
|
|
277
286
|
bem: {
|
|
278
287
|
b: (blockSuffix?: string) => string;
|
|
@@ -284,11 +293,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
284
293
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
285
294
|
is: (name?: string) => string;
|
|
286
295
|
};
|
|
296
|
+
disabled: unknown;
|
|
287
297
|
innerData: import("vue").Ref<import("./config").IParamsData>;
|
|
288
298
|
handleDelete: (list: any, data: any) => void;
|
|
299
|
+
readonly paramsOptions: {
|
|
300
|
+
label: string;
|
|
301
|
+
value: string;
|
|
302
|
+
}[];
|
|
303
|
+
readonly contentTypeOptions: import("./config").IParamsOption[];
|
|
289
304
|
ClickInput: import("vue").DefineComponent<{
|
|
290
305
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
291
|
-
readonly
|
|
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[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
292
308
|
}, {
|
|
293
309
|
bem: {
|
|
294
310
|
b: (blockSuffix?: string) => string;
|
|
@@ -301,8 +317,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
301
317
|
is: (name?: string) => string;
|
|
302
318
|
};
|
|
303
319
|
props: import("@vue/shared").LooseRequired<{
|
|
304
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
320
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
305
321
|
readonly value: string;
|
|
322
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
306
323
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
307
324
|
} & {}>;
|
|
308
325
|
emits: (event: "update:value", value: string) => void;
|
|
@@ -316,20 +333,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
316
333
|
}, "value">>;
|
|
317
334
|
handleClick: () => void;
|
|
318
335
|
ApiModal: import("vue").DefineComponent<{
|
|
319
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
336
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
320
337
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
321
338
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
322
339
|
}, {
|
|
323
340
|
props: import("@vue/shared").LooseRequired<{
|
|
324
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
341
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
325
342
|
readonly value: string;
|
|
326
343
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
327
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
328
344
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
345
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
329
346
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
330
347
|
} & {}>;
|
|
331
348
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
332
349
|
innerValue: import("vue").Ref<string>;
|
|
350
|
+
disabled: unknown;
|
|
333
351
|
handleCancel: () => void;
|
|
334
352
|
handleOk: () => void;
|
|
335
353
|
batchEditing: import("vue").DefineComponent<{
|
|
@@ -351,6 +369,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
351
369
|
is: (name?: string) => string;
|
|
352
370
|
};
|
|
353
371
|
type: import("vue").Ref<string>;
|
|
372
|
+
disabled: unknown;
|
|
354
373
|
currentPlaceholder: import("vue").ComputedRef<"格式: 启用,参数名,参数值,类型,必需备份" | "格式:参数名:参数值">;
|
|
355
374
|
innerValue: import("vue").Ref<string>;
|
|
356
375
|
readonly batchEditingOptions: {
|
|
@@ -373,15 +392,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
373
392
|
'update:value': (value: string) => boolean;
|
|
374
393
|
ok: (value: string) => boolean;
|
|
375
394
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
376
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
395
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
377
396
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
378
397
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
379
398
|
}>> & {
|
|
380
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
381
399
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
400
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
382
401
|
onOk?: ((value: string) => any) | undefined;
|
|
383
402
|
}, {
|
|
384
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
403
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
385
404
|
readonly value: string;
|
|
386
405
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
387
406
|
}, {}>;
|
|
@@ -389,12 +408,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
389
408
|
'update:value': (value: string) => boolean;
|
|
390
409
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
391
410
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
392
|
-
readonly
|
|
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[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown, "textarea", boolean>;
|
|
393
413
|
}>> & {
|
|
394
414
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
395
415
|
}, {
|
|
396
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
416
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
397
417
|
readonly value: string;
|
|
418
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
398
419
|
}, {}>;
|
|
399
420
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
400
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>;
|
|
@@ -402,25 +423,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
402
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>;
|
|
403
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>;
|
|
404
425
|
}>>, {
|
|
405
|
-
readonly data: import("./config").IParamsData;
|
|
406
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
407
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
408
426
|
readonly options: import("./config").IParamsOption[];
|
|
427
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
428
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
429
|
+
readonly data: import("./config").IParamsData;
|
|
409
430
|
}, {}>;
|
|
410
431
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
411
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>;
|
|
412
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>;
|
|
413
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>;
|
|
414
435
|
}>>, {
|
|
415
|
-
readonly dataSource: import("./config").IParamsData[];
|
|
416
|
-
readonly columns: import("./config").IParamsColumn[];
|
|
417
436
|
readonly options: import("./config").IParamsOption[];
|
|
437
|
+
readonly columns: import("./config").IParamsColumn[];
|
|
438
|
+
readonly dataSource: import("./config").IParamsData[];
|
|
418
439
|
}, {}>;
|
|
419
440
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
420
441
|
change: (value: Record<string, any>) => boolean;
|
|
421
442
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
422
443
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
423
|
-
readonly
|
|
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[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
424
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>;
|
|
425
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>;
|
|
426
448
|
readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
|
|
@@ -434,8 +456,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
434
456
|
}>> & {
|
|
435
457
|
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
436
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>;
|
|
437
461
|
readonly url: string;
|
|
438
|
-
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>;
|
|
439
462
|
readonly requestParams: import("./config").IParam[];
|
|
440
463
|
readonly headerParams: import("./config").IParam[];
|
|
441
464
|
readonly bodyParams: Record<string, any>;
|