@farris/ui-vue 1.2.4 → 1.2.6
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/components/accordion/index.esm.js +58 -58
- package/components/accordion/index.umd.cjs +1 -1
- package/components/accordion/package.json +1 -1
- package/components/avatar/index.esm.js +124 -116
- package/components/avatar/index.umd.cjs +1 -1
- package/components/avatar/package.json +1 -1
- package/components/border-editor/package.json +1 -1
- package/components/button/package.json +1 -1
- package/components/button-edit/index.css +1 -0
- package/components/button-edit/package.json +1 -1
- package/components/button-group/package.json +1 -1
- package/components/calculator/package.json +1 -1
- package/components/calendar/package.json +1 -1
- package/components/capsule/index.esm.js +1 -1
- package/components/capsule/index.umd.cjs +1 -1
- package/components/capsule/package.json +1 -1
- package/components/checkbox/index.esm.js +219 -209
- package/components/checkbox/index.umd.cjs +1 -1
- package/components/checkbox/package.json +1 -1
- package/components/color-picker/package.json +1 -1
- package/components/combo-list/index.esm.js +36 -28
- package/components/combo-list/index.umd.cjs +1 -1
- package/components/combo-list/package.json +1 -1
- package/components/combo-tree/index.esm.js +340 -107
- package/components/combo-tree/index.umd.cjs +1 -1
- package/components/combo-tree/package.json +1 -1
- package/components/common/index.esm.js +2 -2
- package/components/common/index.umd.cjs +1 -1
- package/components/common/package.json +1 -1
- package/components/component/index.esm.js +36 -29
- package/components/component/index.umd.cjs +1 -1
- package/components/component/package.json +1 -1
- package/components/condition/index.esm.js +406 -402
- package/components/condition/index.umd.cjs +1 -1
- package/components/condition/package.json +1 -1
- package/components/content-container/index.esm.js +9 -13
- package/components/content-container/index.umd.cjs +1 -1
- package/components/content-container/package.json +1 -1
- package/components/{tree-grid/style.css → data-grid/index.css} +1 -1
- package/components/data-grid/index.esm.js +4439 -4273
- package/components/data-grid/index.umd.cjs +1 -1
- package/components/data-grid/package.json +1 -1
- package/components/data-view/index.esm.js +2904 -2892
- package/components/data-view/index.umd.cjs +1 -1
- package/components/data-view/package.json +1 -1
- package/components/date-picker/index.esm.js +250 -242
- package/components/date-picker/index.umd.cjs +1 -1
- package/components/date-picker/package.json +1 -1
- package/components/designer-canvas/index.css +1 -0
- package/components/designer-canvas/index.esm.js +24 -21
- package/components/designer-canvas/index.umd.cjs +1 -1
- package/components/designer-canvas/package.json +1 -1
- package/components/designer-outline/index.esm.js +44 -42
- package/components/designer-outline/index.umd.cjs +1 -1
- package/components/designer-outline/package.json +1 -1
- package/components/designer-toolbox/index.esm.js +28 -467
- package/components/designer-toolbox/index.umd.cjs +1 -1
- package/components/designer-toolbox/package.json +1 -1
- package/components/discussion-editor/package.json +1 -1
- package/components/discussion-list/package.json +1 -1
- package/components/drawer/package.json +1 -1
- package/components/dropdown/index.esm.js +86 -86
- package/components/dropdown/index.umd.cjs +1 -1
- package/components/dropdown/package.json +1 -1
- package/components/dynamic-form/index.esm.js +984 -928
- package/components/dynamic-form/index.umd.cjs +1 -1
- package/components/dynamic-form/package.json +1 -1
- package/components/dynamic-resolver/index.esm.js +56 -47
- package/components/dynamic-resolver/index.umd.cjs +1 -1
- package/components/dynamic-resolver/package.json +1 -1
- package/components/dynamic-view/index.esm.js +281 -277
- package/components/dynamic-view/index.umd.cjs +1 -1
- package/components/dynamic-view/package.json +1 -1
- package/components/enum-editor/package.json +1 -1
- package/components/events-editor/package.json +1 -1
- package/components/expression-editor/package.json +1 -1
- package/components/external-container/index.css +1 -0
- package/components/external-container/index.esm.js +1917 -1901
- package/components/external-container/index.umd.cjs +1 -1
- package/components/external-container/package.json +1 -1
- package/components/field-selector/index.css +1 -0
- package/components/field-selector/index.esm.js +4185 -4023
- package/components/field-selector/index.umd.cjs +1 -1
- package/components/field-selector/package.json +1 -1
- package/components/filter-bar/{style.css → index.css} +1 -1
- package/components/filter-bar/index.esm.js +595 -581
- package/components/filter-bar/index.umd.cjs +1 -1
- package/components/filter-bar/package.json +1 -1
- package/components/flow-canvas/index.css +1 -0
- package/components/flow-canvas/index.esm.js +38 -35
- package/components/flow-canvas/index.umd.cjs +1 -1
- package/components/flow-canvas/package.json +1 -1
- package/components/image-cropper/package.json +1 -1
- package/components/input-group/index.esm.js +256 -248
- package/components/input-group/index.umd.cjs +1 -1
- package/components/input-group/package.json +1 -1
- package/components/layout/package.json +1 -1
- package/components/list-nav/package.json +1 -1
- package/components/list-view/index.esm.js +1522 -1519
- package/components/list-view/index.umd.cjs +1 -1
- package/components/list-view/package.json +1 -1
- package/components/loading/package.json +1 -1
- package/components/locale/package.json +1 -1
- package/components/lookup/index.css +1 -0
- package/components/lookup/index.esm.js +4629 -4410
- package/components/lookup/index.umd.cjs +1 -1
- package/components/lookup/package.json +1 -1
- package/components/mapping-editor/index.css +1 -0
- package/components/mapping-editor/index.esm.js +4454 -4255
- package/components/mapping-editor/index.umd.cjs +1 -1
- package/components/mapping-editor/package.json +1 -1
- package/components/message-box/index.css +1 -0
- package/components/message-box/index.esm.js +397 -386
- package/components/message-box/index.umd.cjs +1 -1
- package/components/message-box/package.json +1 -1
- package/components/modal/index.css +1 -0
- package/components/modal/index.esm.js +308 -297
- package/components/modal/index.umd.cjs +1 -1
- package/components/modal/package.json +1 -1
- package/components/nav/index.esm.js +511 -469
- package/components/nav/index.umd.cjs +2 -2
- package/components/nav/package.json +1 -1
- package/components/notify/package.json +1 -1
- package/components/order/index.esm.js +972 -920
- package/components/order/index.umd.cjs +1 -1
- package/components/order/package.json +1 -1
- package/components/page-footer/package.json +1 -1
- package/components/page-header/index.esm.js +917 -893
- package/components/page-header/index.umd.cjs +1 -1
- package/components/page-header/package.json +1 -1
- package/components/pagination/index.esm.js +491 -449
- package/components/pagination/index.umd.cjs +1 -1
- package/components/pagination/package.json +1 -1
- package/components/popover/package.json +1 -1
- package/components/progress/package.json +1 -1
- package/components/property-editor/index.esm.js +108 -101
- package/components/property-editor/index.umd.cjs +2 -2
- package/components/property-editor/package.json +1 -1
- package/components/property-panel/index.esm.js +361 -349
- package/components/property-panel/index.umd.cjs +1 -1
- package/components/property-panel/package.json +1 -1
- package/components/radio-button/package.json +1 -1
- package/components/radio-group/index.esm.js +72 -64
- package/components/radio-group/index.umd.cjs +1 -1
- package/components/radio-group/package.json +1 -1
- package/components/rate/package.json +1 -1
- package/components/response-layout/package.json +1 -1
- package/components/response-layout-editor/{style.css → index.css} +1 -1
- package/components/response-layout-editor/index.esm.js +452 -439
- package/components/response-layout-editor/index.umd.cjs +1 -1
- package/components/response-layout-editor/package.json +1 -1
- package/components/response-toolbar/index.esm.js +610 -592
- package/components/response-toolbar/index.umd.cjs +1 -1
- package/components/response-toolbar/package.json +1 -1
- package/components/schema-selector/index.css +1 -0
- package/components/schema-selector/index.esm.js +4041 -3749
- package/components/schema-selector/index.umd.cjs +8 -1
- package/components/schema-selector/package.json +1 -1
- package/components/search-box/package.json +1 -1
- package/components/section/index.esm.js +21 -14
- package/components/section/index.umd.cjs +1 -1
- package/components/section/package.json +1 -1
- package/components/smoke-detector/package.json +1 -1
- package/components/spacing-editor/package.json +1 -1
- package/components/splitter/package.json +1 -1
- package/components/step/package.json +1 -1
- package/components/switch/index.esm.js +159 -178
- package/components/switch/index.umd.cjs +1 -1
- package/components/switch/package.json +1 -1
- package/components/tabs/index.css +1 -0
- package/components/tabs/index.esm.js +1450 -1408
- package/components/tabs/index.umd.cjs +1 -1
- package/components/tabs/package.json +1 -1
- package/components/tags/package.json +1 -1
- package/components/text/package.json +1 -1
- package/components/textarea/index.esm.js +86 -78
- package/components/textarea/index.umd.cjs +1 -1
- package/components/textarea/package.json +1 -1
- package/components/time-picker/index.css +1 -0
- package/components/time-picker/index.esm.js +387 -379
- package/components/time-picker/index.umd.cjs +1 -1
- package/components/time-picker/package.json +1 -1
- package/components/tooltip/package.json +1 -1
- package/components/transfer/index.esm.js +95 -93
- package/components/transfer/index.umd.cjs +1 -1
- package/components/transfer/package.json +1 -1
- package/components/{data-grid/style.css → tree-grid/index.css} +1 -1
- package/components/tree-grid/index.esm.js +4437 -4271
- package/components/tree-grid/index.umd.cjs +1 -1
- package/components/tree-grid/package.json +1 -1
- package/components/tree-view/index.esm.js +1989 -1985
- package/components/tree-view/index.umd.cjs +1 -1
- package/components/tree-view/package.json +1 -1
- package/components/uploader/package.json +1 -1
- package/components/verify-detail/package.json +1 -1
- package/components/video/package.json +1 -1
- package/components/weather/package.json +1 -1
- package/farris.all.esm.js +12989 -12513
- package/farris.all.umd.cjs +9 -9
- package/index.css +1 -0
- package/package.json +2 -2
- package/types/combo-tree/src/combo-tree.props.d.ts +4 -0
- package/types/combo-tree/src/components/tree-container.component.d.ts +13 -3
- package/types/combo-tree/src/components/tree-container.props.d.ts +15 -1
- package/types/combo-tree/src/schema/schema-mapper.d.ts +2 -0
- package/types/combo-tree/src/schema/schema-resolver.d.ts +2 -0
- package/types/components.d.ts +1 -0
- package/types/condition/index.d.ts +60 -1
- package/types/data-grid/index.d.ts +5 -5
- package/types/data-grid/src/data-grid.component.d.ts +2 -2
- package/types/data-grid/src/designer/data-grid.design.component.d.ts +2 -2
- package/types/data-grid/src/property-config/data-grid.property-config.d.ts +1 -1
- package/types/data-view/components/column-setting/column-setting.component.d.ts +2 -1
- package/types/data-view/composition/types.d.ts +2 -0
- package/types/designer-canvas/src/composition/dg-control.d.ts +8 -8
- package/types/designer-canvas/src/composition/types.d.ts +1 -0
- package/types/dynamic-form/src/designer/use-designer-rules.d.ts +3 -3
- package/types/dynamic-form/src/types.d.ts +1 -1
- package/types/dynamic-resolver/index.d.ts +1 -0
- package/types/dynamic-resolver/src/converter/pagination.converter.d.ts +6 -0
- package/types/dynamic-resolver/src/visible-prop-resolver.d.ts +3 -0
- package/types/list-view/src/composition/types.d.ts +1 -1
- package/types/lookup/src/designer/use-lookup-rules.d.ts +3 -0
- package/types/lookup/src/property-config/converters/lookup-property.converter.d.ts +8 -0
- package/types/lookup/src/property-config/lookup.property-config.d.ts +29 -25
- package/types/mapping-editor/src/mapping-editor.props.d.ts +8 -0
- package/types/message-box/index.d.ts +84 -1
- package/types/modal/src/modal.component.d.ts +3 -3
- package/types/modal/src/modal.props.d.ts +3 -5
- package/types/notify/index.d.ts +84 -1
- package/types/page-header/src/page-header.props.d.ts +7 -0
- package/types/page-header/src/property-config/page-header.property-config.d.ts +1 -1
- package/types/property-panel/src/composition/entity/base-property.d.ts +2 -0
- package/types/response-toolbar/index.d.ts +9 -3
- package/types/response-toolbar/src/property-config/response-toolbar-item.property-config.d.ts +1 -1
- package/types/response-toolbar/src/property-config/response-toolbar.property-config.d.ts +1 -1
- package/types/response-toolbar/src/response-toolbar.component.d.ts +4 -2
- package/types/response-toolbar/src/response-toolbar.props.d.ts +9 -2
- package/types/schema-selector/src/composition/types.d.ts +3 -1
- package/types/schema-selector/src/schema-selector-editor.component.d.ts +5 -1
- package/types/tabs/src/designer/tab-toolbar.design.component.d.ts +1 -1
- package/types/tabs/src/tabs.props.d.ts +8 -0
- package/types/tree-grid/src/schema/column-resolver.d.ts +3 -0
- package/components/button-edit/style.css +0 -1
- package/components/designer-canvas/style.css +0 -1
- package/components/external-container/style.css +0 -1
- package/components/field-selector/style.css +0 -1
- package/components/flow-canvas/style.css +0 -1
- package/components/lookup/style.css +0 -1
- package/components/mapping-editor/style.css +0 -1
- package/components/message-box/style.css +0 -1
- package/components/modal/style.css +0 -1
- package/components/schema-selector/style.css +0 -1
- package/components/tabs/style.css +0 -1
- package/components/time-picker/style.css +0 -1
- package/style.css +0 -1
- package/types/tabs/src/designer/tab-toolbar-item.props.d.ts +0 -19
- /package/components/border-editor/{style.css → index.css} +0 -0
- /package/components/checkbox/{style.css → index.css} +0 -0
- /package/components/date-picker/{style.css → index.css} +0 -0
- /package/components/designer-outline/{style.css → index.css} +0 -0
- /package/components/designer-toolbox/{style.css → index.css} +0 -0
- /package/components/discussion-editor/{style.css → index.css} +0 -0
- /package/components/discussion-list/{style.css → index.css} +0 -0
- /package/components/drawer/{style.css → index.css} +0 -0
- /package/components/events-editor/{style.css → index.css} +0 -0
- /package/components/list-view/{style.css → index.css} +0 -0
- /package/components/order/{style.css → index.css} +0 -0
- /package/components/property-editor/{style.css → index.css} +0 -0
- /package/components/property-panel/{style.css → index.css} +0 -0
- /package/components/radio-button/{style.css → index.css} +0 -0
- /package/components/radio-group/{style.css → index.css} +0 -0
- /package/components/smoke-detector/{style.css → index.css} +0 -0
- /package/components/spacing-editor/{style.css → index.css} +0 -0
- /package/components/splitter/{style.css → index.css} +0 -0
- /package/components/switch/{style.css → index.css} +0 -0
- /package/components/transfer/{style.css → index.css} +0 -0
- /package/components/uploader/{style.css → index.css} +0 -0
- /package/components/weather/{style.css → index.css} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@farris/ui-vue",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Farris Vue, a Farris Design based Vue3 component library.",
|
|
6
6
|
"keywords": [
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"type": "module",
|
|
19
19
|
"main": "./farris.all.umd.js",
|
|
20
20
|
"module": "./farris.all.esm.js",
|
|
21
|
-
"style": "./
|
|
21
|
+
"style": "./index.css",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@docsearch/js": "3.6.0",
|
|
24
24
|
"@types/lodash-es": "^4.17.4",
|
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import { ExtractPropTypes } from 'vue';
|
|
17
|
+
export interface ComboTreeHttpService {
|
|
18
|
+
getData(params?: any): Promise<any[]>;
|
|
19
|
+
}
|
|
17
20
|
export interface Option {
|
|
18
21
|
disabled?: boolean;
|
|
19
22
|
[prop: string]: any;
|
|
@@ -56,3 +59,4 @@ export declare const enum Placement {
|
|
|
56
59
|
*/
|
|
57
60
|
export declare const comboTreeProps: Record<string, any>;
|
|
58
61
|
export type ComboTreeProps = ExtractPropTypes<typeof comboTreeProps>;
|
|
62
|
+
export declare const propsResolver: (schemaValue?: Record<string, any>) => Record<string, any>;
|
|
@@ -1,36 +1,46 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
data: import("../combo-tree.props").Option[];
|
|
2
3
|
valueField: string;
|
|
3
4
|
textField: string;
|
|
5
|
+
maxHeight: number;
|
|
4
6
|
enableSearch: boolean;
|
|
5
7
|
multiSelect: boolean;
|
|
6
8
|
separator: string;
|
|
7
|
-
dataSource: import("../combo-tree.props").Option[];
|
|
8
9
|
idField: string;
|
|
9
10
|
selectedValues: string;
|
|
10
11
|
titleField: string;
|
|
12
|
+
repositoryToken: symbol;
|
|
11
13
|
width?: number | undefined;
|
|
12
14
|
height?: number | undefined;
|
|
15
|
+
formatter?: Function | undefined;
|
|
16
|
+
editorParams?: Record<string, any> | undefined;
|
|
13
17
|
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, "selectionChange", import("vue").PublicProps, Readonly<{
|
|
18
|
+
data: import("../combo-tree.props").Option[];
|
|
14
19
|
valueField: string;
|
|
15
20
|
textField: string;
|
|
21
|
+
maxHeight: number;
|
|
16
22
|
enableSearch: boolean;
|
|
17
23
|
multiSelect: boolean;
|
|
18
24
|
separator: string;
|
|
19
|
-
dataSource: import("../combo-tree.props").Option[];
|
|
20
25
|
idField: string;
|
|
21
26
|
selectedValues: string;
|
|
22
27
|
titleField: string;
|
|
28
|
+
repositoryToken: symbol;
|
|
23
29
|
width?: number | undefined;
|
|
24
30
|
height?: number | undefined;
|
|
31
|
+
formatter?: Function | undefined;
|
|
32
|
+
editorParams?: Record<string, any> | undefined;
|
|
25
33
|
}> & Readonly<{}>, {
|
|
34
|
+
data: import("../combo-tree.props").Option[];
|
|
26
35
|
valueField: string;
|
|
27
36
|
textField: string;
|
|
37
|
+
maxHeight: number;
|
|
28
38
|
enableSearch: boolean;
|
|
29
39
|
multiSelect: boolean;
|
|
30
40
|
separator: string;
|
|
31
|
-
dataSource: import("../combo-tree.props").Option[];
|
|
32
41
|
idField: string;
|
|
33
42
|
selectedValues: string;
|
|
34
43
|
titleField: string;
|
|
44
|
+
repositoryToken: symbol;
|
|
35
45
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
36
46
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ExtractPropTypes } from "vue";
|
|
2
2
|
import { Option } from '../combo-tree.props';
|
|
3
3
|
export declare const treeContainerProps: {
|
|
4
|
-
|
|
4
|
+
data: {
|
|
5
5
|
type: {
|
|
6
6
|
(arrayLength: number): Option[];
|
|
7
7
|
(...items: Option[]): Option[];
|
|
@@ -56,5 +56,19 @@ export declare const treeContainerProps: {
|
|
|
56
56
|
type: StringConstructor;
|
|
57
57
|
default: string;
|
|
58
58
|
};
|
|
59
|
+
formatter: {
|
|
60
|
+
type: FunctionConstructor;
|
|
61
|
+
};
|
|
62
|
+
maxHeight: {
|
|
63
|
+
type: NumberConstructor;
|
|
64
|
+
default: number;
|
|
65
|
+
};
|
|
66
|
+
repositoryToken: {
|
|
67
|
+
type: SymbolConstructor;
|
|
68
|
+
default: null;
|
|
69
|
+
};
|
|
70
|
+
editorParams: {
|
|
71
|
+
type: ObjectConstructor;
|
|
72
|
+
};
|
|
59
73
|
};
|
|
60
74
|
export type TreeContainerProps = ExtractPropTypes<typeof treeContainerProps>;
|
package/types/components.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export { default as FDatePicker } from './date-picker';
|
|
|
11
11
|
export { default as FInputGroup } from './input-group';
|
|
12
12
|
export { default as FLayout } from './layout';
|
|
13
13
|
export { default as FListView } from './list-view';
|
|
14
|
+
export { F_LOOKUP_HTTP_SERVICE_TOKEN } from './lookup';
|
|
14
15
|
export { default as FNumberSpinner } from './number-spinner';
|
|
15
16
|
export { default as FNumberRange } from './number-range';
|
|
16
17
|
export { default as FRadioButton } from './radio-button';
|
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import type { Plugin } from 'vue';
|
|
1
17
|
import FConditionFields from './src/condition-fields.component';
|
|
2
18
|
import FConditionList from './src/condition-list.component';
|
|
3
19
|
export * from './src/condition.props';
|
|
@@ -6,4 +22,47 @@ export * from './src/composition/types';
|
|
|
6
22
|
export * from './src/composition/condition-value/types';
|
|
7
23
|
export * from './src/composition/use-condition';
|
|
8
24
|
export { FConditionFields, FConditionList };
|
|
9
|
-
|
|
25
|
+
declare const _default: {
|
|
26
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
27
|
+
key: string;
|
|
28
|
+
conditions: import("./src/types").Condition[];
|
|
29
|
+
fields: import("./src/types").FieldConfig[];
|
|
30
|
+
isControlInline: boolean;
|
|
31
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
32
|
+
key: string;
|
|
33
|
+
conditions: import("./src/types").Condition[];
|
|
34
|
+
fields: import("./src/types").FieldConfig[];
|
|
35
|
+
isControlInline: boolean;
|
|
36
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
37
|
+
P: {};
|
|
38
|
+
B: {};
|
|
39
|
+
D: {};
|
|
40
|
+
C: {};
|
|
41
|
+
M: {};
|
|
42
|
+
Defaults: {};
|
|
43
|
+
}, Readonly<{
|
|
44
|
+
key: string;
|
|
45
|
+
conditions: import("./src/types").Condition[];
|
|
46
|
+
fields: import("./src/types").FieldConfig[];
|
|
47
|
+
isControlInline: boolean;
|
|
48
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, {
|
|
49
|
+
key: string;
|
|
50
|
+
conditions: import("./src/types").Condition[];
|
|
51
|
+
fields: import("./src/types").FieldConfig[];
|
|
52
|
+
isControlInline: boolean;
|
|
53
|
+
}>;
|
|
54
|
+
__isFragment?: undefined;
|
|
55
|
+
__isTeleport?: undefined;
|
|
56
|
+
__isSuspense?: undefined;
|
|
57
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
58
|
+
key: string;
|
|
59
|
+
conditions: import("./src/types").Condition[];
|
|
60
|
+
fields: import("./src/types").FieldConfig[];
|
|
61
|
+
isControlInline: boolean;
|
|
62
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
63
|
+
key: string;
|
|
64
|
+
conditions: import("./src/types").Condition[];
|
|
65
|
+
fields: import("./src/types").FieldConfig[];
|
|
66
|
+
isControlInline: boolean;
|
|
67
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Plugin;
|
|
68
|
+
export default _default;
|
|
@@ -22,12 +22,12 @@ declare const _default: {
|
|
|
22
22
|
[x: string]: any;
|
|
23
23
|
}> & Readonly<{
|
|
24
24
|
onClickRow?: ((...args: any[]) => any) | undefined;
|
|
25
|
-
onDoubleClickRow?: ((...args: any[]) => any) | undefined;
|
|
26
25
|
onSelectionChange?: ((...args: any[]) => any) | undefined;
|
|
26
|
+
onDoubleClickRow?: ((...args: any[]) => any) | undefined;
|
|
27
27
|
onEnterUpInLastCell?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
onPageIndexChanged?: ((...args: any[]) => any) | undefined;
|
|
29
29
|
onPageSizeChanged?: ((...args: any[]) => any) | undefined;
|
|
30
|
-
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("selectionChange" | "ClickRow" | "
|
|
30
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("selectionChange" | "ClickRow" | "doubleClickRow" | "enterUpInLastCell" | "pageIndexChanged" | "pageSizeChanged")[], import("vue").PublicProps, {
|
|
31
31
|
[x: string]: any;
|
|
32
32
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
33
33
|
P: {};
|
|
@@ -40,8 +40,8 @@ declare const _default: {
|
|
|
40
40
|
[x: string]: any;
|
|
41
41
|
}> & Readonly<{
|
|
42
42
|
onClickRow?: ((...args: any[]) => any) | undefined;
|
|
43
|
-
onDoubleClickRow?: ((...args: any[]) => any) | undefined;
|
|
44
43
|
onSelectionChange?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
onDoubleClickRow?: ((...args: any[]) => any) | undefined;
|
|
45
45
|
onEnterUpInLastCell?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
onPageIndexChanged?: ((...args: any[]) => any) | undefined;
|
|
47
47
|
onPageSizeChanged?: ((...args: any[]) => any) | undefined;
|
|
@@ -55,12 +55,12 @@ declare const _default: {
|
|
|
55
55
|
[x: string]: any;
|
|
56
56
|
}> & Readonly<{
|
|
57
57
|
onClickRow?: ((...args: any[]) => any) | undefined;
|
|
58
|
-
onDoubleClickRow?: ((...args: any[]) => any) | undefined;
|
|
59
58
|
onSelectionChange?: ((...args: any[]) => any) | undefined;
|
|
59
|
+
onDoubleClickRow?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
onEnterUpInLastCell?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
onPageIndexChanged?: ((...args: any[]) => any) | undefined;
|
|
62
62
|
onPageSizeChanged?: ((...args: any[]) => any) | undefined;
|
|
63
|
-
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("selectionChange" | "ClickRow" | "
|
|
63
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("selectionChange" | "ClickRow" | "doubleClickRow" | "enterUpInLastCell" | "pageIndexChanged" | "pageSizeChanged")[], "selectionChange" | "ClickRow" | "doubleClickRow" | "enterUpInLastCell" | "pageIndexChanged" | "pageSizeChanged", {
|
|
64
64
|
[x: string]: any;
|
|
65
65
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Plugin;
|
|
66
66
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
[x: string]: any;
|
|
3
|
-
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("selectionChange" | "ClickRow" | "
|
|
3
|
+
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("selectionChange" | "ClickRow" | "doubleClickRow" | "enterUpInLastCell" | "pageIndexChanged" | "pageSizeChanged")[], "selectionChange" | "ClickRow" | "doubleClickRow" | "enterUpInLastCell" | "pageIndexChanged" | "pageSizeChanged", import("vue").PublicProps, Readonly<{
|
|
4
4
|
[x: string]: any;
|
|
5
5
|
}> & Readonly<{
|
|
6
6
|
onClickRow?: ((...args: any[]) => any) | undefined;
|
|
7
|
-
onDoubleClickRow?: ((...args: any[]) => any) | undefined;
|
|
8
7
|
onSelectionChange?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
onDoubleClickRow?: ((...args: any[]) => any) | undefined;
|
|
9
9
|
onEnterUpInLastCell?: ((...args: any[]) => any) | undefined;
|
|
10
10
|
onPageIndexChanged?: ((...args: any[]) => any) | undefined;
|
|
11
11
|
onPageSizeChanged?: ((...args: any[]) => any) | undefined;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
[x: string]: any;
|
|
3
|
-
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("selectionChange" | "ClickRow" | "
|
|
3
|
+
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("selectionChange" | "ClickRow" | "enterUpInLastCell" | "pageIndexChanged" | "pageSizeChanged" | "DoubleClickRow")[], "selectionChange" | "ClickRow" | "enterUpInLastCell" | "pageIndexChanged" | "pageSizeChanged" | "DoubleClickRow", import("vue").PublicProps, Readonly<{
|
|
4
4
|
[x: string]: any;
|
|
5
5
|
}> & Readonly<{
|
|
6
6
|
onClickRow?: ((...args: any[]) => any) | undefined;
|
|
7
|
-
onDoubleClickRow?: ((...args: any[]) => any) | undefined;
|
|
8
7
|
onSelectionChange?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
onDoubleClickRow?: ((...args: any[]) => any) | undefined;
|
|
9
9
|
onEnterUpInLastCell?: ((...args: any[]) => any) | undefined;
|
|
10
10
|
onPageIndexChanged?: ((...args: any[]) => any) | undefined;
|
|
11
11
|
onPageSizeChanged?: ((...args: any[]) => any) | undefined;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { App, Ref } from 'vue';
|
|
2
2
|
import { DataViewOptions, UseColumn, UseDataView, UseFilter, UseFitColumn, UseSort, UseVirtualScroll } from '../../composition/types';
|
|
3
|
-
export default function (props: DataViewOptions, gridContentRef: Ref<any>, viewPortWidth: Ref<number>, useColumnComposition: UseColumn, useDataViewComposition: UseDataView, useFilterComposition: UseFilter, useFitColumnComposition: UseFitColumn, useSorterComposition: UseSort, useVirtualScrollComposition: UseVirtualScroll): {
|
|
3
|
+
export default function (props: DataViewOptions, gridContentRef: Ref<any>, viewPortWidth: Ref<number>, useColumnComposition: UseColumn, useDataViewComposition: UseDataView, useFilterComposition: UseFilter, useFitColumnComposition: UseFitColumn, useSorterComposition: UseSort, useVirtualScrollComposition: UseVirtualScroll, modalService: any): {
|
|
4
4
|
acceptCallback: () => void;
|
|
5
5
|
rejectCallback: () => void;
|
|
6
6
|
renderSettingsPanel: (app: App) => any;
|
|
7
|
+
openSettingPanel: () => void;
|
|
7
8
|
};
|
|
@@ -421,6 +421,8 @@ export declare const paginationOptions: {
|
|
|
421
421
|
};
|
|
422
422
|
export type PaginatonOptions = ExtractPropTypes<typeof paginationOptions>;
|
|
423
423
|
export interface DataViewOptions {
|
|
424
|
+
/** 变更策略 */
|
|
425
|
+
changePolicy: string;
|
|
424
426
|
/** 列集合 */
|
|
425
427
|
columns: DataColumn[];
|
|
426
428
|
/** 列配置 */
|
|
@@ -9,17 +9,17 @@ export declare const DgControl: {
|
|
|
9
9
|
name: string;
|
|
10
10
|
icon: string;
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
'response-toolbar': {
|
|
13
13
|
type: string;
|
|
14
14
|
name: string;
|
|
15
15
|
icon: string;
|
|
16
16
|
};
|
|
17
|
-
|
|
17
|
+
'response-toolbar-item': {
|
|
18
18
|
type: string;
|
|
19
19
|
name: string;
|
|
20
20
|
icon: string;
|
|
21
21
|
};
|
|
22
|
-
|
|
22
|
+
'content-container': {
|
|
23
23
|
type: string;
|
|
24
24
|
name: string;
|
|
25
25
|
icon: string;
|
|
@@ -142,7 +142,7 @@ export declare const DgControl: {
|
|
|
142
142
|
name: string;
|
|
143
143
|
icon: string;
|
|
144
144
|
};
|
|
145
|
-
|
|
145
|
+
component: {
|
|
146
146
|
type: string;
|
|
147
147
|
name: string;
|
|
148
148
|
icon: string;
|
|
@@ -177,12 +177,12 @@ export declare const DgControl: {
|
|
|
177
177
|
name: string;
|
|
178
178
|
icon: string;
|
|
179
179
|
};
|
|
180
|
-
|
|
180
|
+
tabs: {
|
|
181
181
|
type: string;
|
|
182
182
|
name: string;
|
|
183
183
|
icon: string;
|
|
184
184
|
};
|
|
185
|
-
|
|
185
|
+
'tab-page': {
|
|
186
186
|
type: string;
|
|
187
187
|
name: string;
|
|
188
188
|
dependentParentControl: string;
|
|
@@ -227,7 +227,7 @@ export declare const DgControl: {
|
|
|
227
227
|
name: string;
|
|
228
228
|
icon: string;
|
|
229
229
|
};
|
|
230
|
-
|
|
230
|
+
section: {
|
|
231
231
|
type: string;
|
|
232
232
|
name: string;
|
|
233
233
|
icon: string;
|
|
@@ -370,7 +370,7 @@ export declare const DgControl: {
|
|
|
370
370
|
name: string;
|
|
371
371
|
icon: string;
|
|
372
372
|
};
|
|
373
|
-
|
|
373
|
+
'page-header': {
|
|
374
374
|
type: string;
|
|
375
375
|
name: string;
|
|
376
376
|
icon: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { UseDesignerRules } from "../../../designer-canvas/src/composition/types";
|
|
2
|
-
import {
|
|
3
|
-
export declare function useDesignerRules(
|
|
1
|
+
import { DesignerHostService, UseDesignerRules } from "../../../designer-canvas/src/composition/types";
|
|
2
|
+
import { DesignerItemContext } from "../../../designer-canvas/src/types";
|
|
3
|
+
export declare function useDesignerRules(designItemContext: DesignerItemContext, designerHostService: DesignerHostService): UseDesignerRules;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type EditorType = 'button-edit' | 'check-box' | 'check-group' | 'combo-list' | 'combo-lookup' | 'date-picker' | 'date-range' | 'datetime-picker' | 'datetime-range' | 'events-editor' | 'month-picker' | 'month-range' | 'year-picker' | 'year-range' | 'input-group' | 'lookup' | 'number-range' | 'number-spinner' | 'radio-group' | 'text' | 'response-layout-editor-setting' | 'switch' | 'grid-field-editor' | 'field-selector' | 'schema-selector' | 'mapping-editor';
|
|
1
|
+
export type EditorType = 'button-edit' | 'check-box' | 'check-group' | 'combo-list' | 'combo-lookup' | 'combo-tree' | 'date-picker' | 'date-range' | 'datetime-picker' | 'datetime-range' | 'events-editor' | 'month-picker' | 'month-range' | 'year-picker' | 'year-range' | 'input-group' | 'lookup' | 'number-range' | 'number-spinner' | 'radio-group' | 'text' | 'response-layout-editor-setting' | 'switch' | 'grid-field-editor' | 'field-selector' | 'schema-selector' | 'mapping-editor';
|
|
2
2
|
export interface EditorConfig {
|
|
3
3
|
/** 编辑器类型 */
|
|
4
4
|
type: EditorType;
|
|
@@ -2,7 +2,7 @@ import { Ref } from "vue";
|
|
|
2
2
|
export interface UseItem {
|
|
3
3
|
getKey(item: any, index: number): any;
|
|
4
4
|
listViewItemClass(item: any, index: number): Record<string, any>;
|
|
5
|
-
onCheckItem(item: any, index: number): any;
|
|
5
|
+
onCheckItem(item: any, index: number, oldValue: boolean): any;
|
|
6
6
|
onClickItem($event: MouseEvent, item: any, index: number): any;
|
|
7
7
|
}
|
|
8
8
|
export interface UseSelection {
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { UseDesignerRules } from "../../../designer-canvas/src/composition/types";
|
|
2
|
+
import { DesignerItemContext } from "../../../designer-canvas/src/types";
|
|
3
|
+
export declare function useLookupDesignerRules(designItemContext: DesignerItemContext, designerHostService: any): UseDesignerRules;
|
|
@@ -2,6 +2,10 @@ export declare const lookupDefaultConverter: {
|
|
|
2
2
|
convertFrom: (schema: Record<string, any>, propertyKey: string) => any;
|
|
3
3
|
convertTo: (schema: Record<string, any>, propertyKey: string, propertyValue: any) => void;
|
|
4
4
|
};
|
|
5
|
+
export declare const lookupVisibleConverter: {
|
|
6
|
+
convertFrom: (schema: Record<string, any>, propertyKey: string) => any;
|
|
7
|
+
convertTo: (schema: Record<string, any>, propertyKey: string, propertyValue: any) => void;
|
|
8
|
+
};
|
|
5
9
|
export declare const lookupDataSourceConverter: {
|
|
6
10
|
convertFrom: (schema: Record<string, any>, propertyKey: string) => any;
|
|
7
11
|
convertTo: (schema: Record<string, any>, propertyKey: string, propertyValue: any[]) => void;
|
|
@@ -10,6 +14,10 @@ export declare const lookupIdFieldConverter: {
|
|
|
10
14
|
convertFrom: (schema: Record<string, any>, propertyKey: string) => any;
|
|
11
15
|
convertTo: (schema: Record<string, any>, propertyKey: string, propertyValue: any) => void;
|
|
12
16
|
};
|
|
17
|
+
export declare const lookupTextFieldConverter: {
|
|
18
|
+
convertFrom: (schema: Record<string, any>, propertyKey: string) => any;
|
|
19
|
+
convertTo: (schema: Record<string, any>, propertyKey: string, propertyValue: any) => void;
|
|
20
|
+
};
|
|
13
21
|
export declare const lookupDisplayTypeConverter: {
|
|
14
22
|
convertFrom: (schema: Record<string, any>, propertyKey: string) => any;
|
|
15
23
|
convertTo: (schema: Record<string, any>, propertyKey: string, propertyValue: any) => void;
|
|
@@ -10,31 +10,6 @@ export declare class LookupPropertyConfig extends BaseControlProperty {
|
|
|
10
10
|
description: string;
|
|
11
11
|
title: string;
|
|
12
12
|
properties: {
|
|
13
|
-
bindField: {
|
|
14
|
-
description: string;
|
|
15
|
-
title: string;
|
|
16
|
-
type: string;
|
|
17
|
-
editor: {
|
|
18
|
-
type: string;
|
|
19
|
-
bindingType: {
|
|
20
|
-
enable: boolean;
|
|
21
|
-
};
|
|
22
|
-
editorParams: {
|
|
23
|
-
propertyData: any;
|
|
24
|
-
formBasicInfo: any;
|
|
25
|
-
};
|
|
26
|
-
columns: {
|
|
27
|
-
field: string;
|
|
28
|
-
title: string;
|
|
29
|
-
}[];
|
|
30
|
-
beforeOpenDialog: (params: any) => void;
|
|
31
|
-
textField: string;
|
|
32
|
-
};
|
|
33
|
-
$converter: {
|
|
34
|
-
convertFrom: (schema: Record<string, any>, propertyKey: string) => string;
|
|
35
|
-
convertTo: (schema: Record<string, any>, propertyKey: string, propertyValue: any) => void;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
13
|
editable: {
|
|
39
14
|
description: string;
|
|
40
15
|
title: string;
|
|
@@ -58,11 +33,19 @@ export declare class LookupPropertyConfig extends BaseControlProperty {
|
|
|
58
33
|
description: string;
|
|
59
34
|
title: string;
|
|
60
35
|
type: string;
|
|
36
|
+
$converter: {
|
|
37
|
+
convertFrom: (schema: Record<string, any>, propertyKey: string) => any;
|
|
38
|
+
convertTo: (schema: Record<string, any>, propertyKey: string, propertyValue: any) => void;
|
|
39
|
+
};
|
|
61
40
|
};
|
|
62
41
|
visible: {
|
|
63
42
|
description: string;
|
|
64
43
|
title: string;
|
|
65
44
|
type: string;
|
|
45
|
+
$converter: {
|
|
46
|
+
convertFrom: (schema: Record<string, any>, propertyKey: string) => any;
|
|
47
|
+
convertTo: (schema: Record<string, any>, propertyKey: string, propertyValue: any) => void;
|
|
48
|
+
};
|
|
66
49
|
};
|
|
67
50
|
placeHolder: {
|
|
68
51
|
visible: boolean;
|
|
@@ -86,6 +69,7 @@ export declare class LookupPropertyConfig extends BaseControlProperty {
|
|
|
86
69
|
description: string;
|
|
87
70
|
title: string;
|
|
88
71
|
type: string;
|
|
72
|
+
refreshPanelAfterChanged: boolean;
|
|
89
73
|
editor: {
|
|
90
74
|
type: string;
|
|
91
75
|
title: string;
|
|
@@ -199,6 +183,26 @@ export declare class LookupPropertyConfig extends BaseControlProperty {
|
|
|
199
183
|
type: string;
|
|
200
184
|
modalWidth: number;
|
|
201
185
|
modalHeight: number;
|
|
186
|
+
editable: boolean;
|
|
187
|
+
fromData: {
|
|
188
|
+
editable: boolean;
|
|
189
|
+
editorParams: {
|
|
190
|
+
propertyData: any;
|
|
191
|
+
formBasicInfo: any;
|
|
192
|
+
};
|
|
193
|
+
formatter: (cell: any, data: any) => string;
|
|
194
|
+
idField: string;
|
|
195
|
+
textField: string;
|
|
196
|
+
valueField: string;
|
|
197
|
+
repositoryToken: symbol;
|
|
198
|
+
};
|
|
199
|
+
toData: {
|
|
200
|
+
idField: string;
|
|
201
|
+
textField: string;
|
|
202
|
+
valueField: string;
|
|
203
|
+
dataSource: any;
|
|
204
|
+
formatter: (cell: any, data: any) => string;
|
|
205
|
+
};
|
|
202
206
|
};
|
|
203
207
|
};
|
|
204
208
|
multiSelect: {
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import { ExtractPropTypes } from "vue";
|
|
2
|
+
export interface MappingDataSource {
|
|
3
|
+
idField: string;
|
|
4
|
+
dataSource: Array<any>;
|
|
5
|
+
textField: string;
|
|
6
|
+
valueField: string;
|
|
7
|
+
repositoryToken?: symbol;
|
|
8
|
+
editorParams?: any;
|
|
9
|
+
}
|
|
2
10
|
export declare const mappingEditorProps: Record<string, any>;
|
|
3
11
|
export type MappingEditorProps = ExtractPropTypes<typeof mappingEditorProps>;
|
|
4
12
|
export declare const propsResolver: (schemaValue?: Record<string, any>) => Record<string, any>;
|
|
@@ -1,5 +1,88 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { Plugin } from 'vue';
|
|
1
17
|
import FMessageBox from './src/message-box.component';
|
|
2
18
|
import FMessageBoxService from './src/message-box.service';
|
|
3
19
|
export * from './src/message-box.props';
|
|
4
20
|
export { FMessageBox, FMessageBoxService };
|
|
5
|
-
|
|
21
|
+
declare const _default: {
|
|
22
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
23
|
+
type: string;
|
|
24
|
+
width: number;
|
|
25
|
+
title: string;
|
|
26
|
+
detail: string;
|
|
27
|
+
okButtonText: string;
|
|
28
|
+
cancelButtonText: string;
|
|
29
|
+
exceptionInfo: null;
|
|
30
|
+
promptEditorType: string;
|
|
31
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
32
|
+
type: string;
|
|
33
|
+
width: number;
|
|
34
|
+
title: string;
|
|
35
|
+
detail: string;
|
|
36
|
+
okButtonText: string;
|
|
37
|
+
cancelButtonText: string;
|
|
38
|
+
exceptionInfo: null;
|
|
39
|
+
promptEditorType: string;
|
|
40
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
41
|
+
P: {};
|
|
42
|
+
B: {};
|
|
43
|
+
D: {};
|
|
44
|
+
C: {};
|
|
45
|
+
M: {};
|
|
46
|
+
Defaults: {};
|
|
47
|
+
}, Readonly<{
|
|
48
|
+
type: string;
|
|
49
|
+
width: number;
|
|
50
|
+
title: string;
|
|
51
|
+
detail: string;
|
|
52
|
+
okButtonText: string;
|
|
53
|
+
cancelButtonText: string;
|
|
54
|
+
exceptionInfo: null;
|
|
55
|
+
promptEditorType: string;
|
|
56
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, {
|
|
57
|
+
type: string;
|
|
58
|
+
width: number;
|
|
59
|
+
title: string;
|
|
60
|
+
detail: string;
|
|
61
|
+
okButtonText: string;
|
|
62
|
+
cancelButtonText: string;
|
|
63
|
+
exceptionInfo: null;
|
|
64
|
+
promptEditorType: string;
|
|
65
|
+
}>;
|
|
66
|
+
__isFragment?: undefined;
|
|
67
|
+
__isTeleport?: undefined;
|
|
68
|
+
__isSuspense?: undefined;
|
|
69
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
70
|
+
type: string;
|
|
71
|
+
width: number;
|
|
72
|
+
title: string;
|
|
73
|
+
detail: string;
|
|
74
|
+
okButtonText: string;
|
|
75
|
+
cancelButtonText: string;
|
|
76
|
+
exceptionInfo: null;
|
|
77
|
+
promptEditorType: string;
|
|
78
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
79
|
+
type: string;
|
|
80
|
+
width: number;
|
|
81
|
+
title: string;
|
|
82
|
+
detail: string;
|
|
83
|
+
okButtonText: string;
|
|
84
|
+
cancelButtonText: string;
|
|
85
|
+
exceptionInfo: null;
|
|
86
|
+
promptEditorType: string;
|
|
87
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Plugin;
|
|
88
|
+
export default _default;
|