@cloudbase/weda-ui 3.5.1 → 3.5.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/README.md +3 -0
- package/dist/configs/components/button.d.ts +12 -12
- package/dist/configs/components/calendar.d.ts +26 -0
- package/dist/configs/components/calendar.js +80 -0
- package/dist/configs/components/carousel.json +1 -4
- package/dist/configs/components/chart/line.d.ts +28 -28
- package/dist/configs/components/common/form-input-required.d.ts +1 -1
- package/dist/configs/components/container.d.ts +1 -1
- package/dist/configs/components/customer-service.d.ts +10 -34
- package/dist/configs/components/customer-service.js +91 -92
- package/dist/configs/components/dataView.d.ts +21 -3
- package/dist/configs/components/dataView.js +165 -16
- package/dist/configs/components/echart.d.ts +4 -4
- package/dist/configs/components/form-checkbox.d.ts +18 -18
- package/dist/configs/components/form-checkbox.js +0 -4
- package/dist/configs/components/form-date.d.ts +14 -14
- package/dist/configs/components/form-date.js +0 -4
- package/dist/configs/components/form-depart-tree-select.d.ts +17 -14
- package/dist/configs/components/form-depart-tree-select.js +1 -4
- package/dist/configs/components/form-email.d.ts +10 -10
- package/dist/configs/components/form-email.js +0 -4
- package/dist/configs/components/form-image-uploader.d.ts +11 -8
- package/dist/configs/components/form-image-uploader.js +1 -4
- package/dist/configs/components/form-input.d.ts +16 -16
- package/dist/configs/components/form-input.js +0 -10
- package/dist/configs/components/form-location.d.ts +21 -12
- package/dist/configs/components/form-location.js +1 -4
- package/dist/configs/components/form-multi-region.d.ts +13 -10
- package/dist/configs/components/form-multi-region.js +1 -4
- package/dist/configs/components/form-phone.d.ts +10 -10
- package/dist/configs/components/form-phone.js +0 -4
- package/dist/configs/components/form-radio.d.ts +18 -18
- package/dist/configs/components/form-radio.js +0 -4
- package/dist/configs/components/form-region.d.ts +12 -12
- package/dist/configs/components/form-region.js +0 -4
- package/dist/configs/components/form-rich-text.d.ts +11 -8
- package/dist/configs/components/form-rich-text.js +1 -4
- package/dist/configs/components/form-select-multiple.d.ts +27 -24
- package/dist/configs/components/form-select-multiple.js +1 -4
- package/dist/configs/components/form-select.d.ts +27 -24
- package/dist/configs/components/form-select.js +1 -4
- package/dist/configs/components/form-switch.d.ts +6 -6
- package/dist/configs/components/form-switch.js +0 -4
- package/dist/configs/components/form-text-area.d.ts +10 -10
- package/dist/configs/components/form-text-area.js +0 -4
- package/dist/configs/components/form-time.d.ts +17 -14
- package/dist/configs/components/form-time.js +1 -4
- package/dist/configs/components/form-upload-file.d.ts +13 -10
- package/dist/configs/components/form-upload-file.js +1 -4
- package/dist/configs/components/form-url.d.ts +10 -10
- package/dist/configs/components/form-url.js +0 -4
- package/dist/configs/components/form-user-tree-select.d.ts +19 -16
- package/dist/configs/components/form-user-tree-select.js +1 -4
- package/dist/configs/components/formdetail.json +0 -4
- package/dist/configs/components/grid/col.d.ts +2 -4
- package/dist/configs/components/grid/grid.d.ts +2 -4
- package/dist/configs/components/grid/row.d.ts +2 -3
- package/dist/configs/components/image.d.ts +4 -4
- package/dist/configs/components/link.d.ts +8 -8
- package/dist/configs/components/listView.d.ts +78 -33
- package/dist/configs/components/listView.js +258 -51
- package/dist/configs/components/lottery.d.ts +67 -0
- package/dist/configs/components/lottery.js +178 -0
- package/dist/configs/components/modal.d.ts +2 -2
- package/dist/configs/components/qr_code.d.ts +11 -11
- package/dist/configs/components/repeater.d.ts +10 -91
- package/dist/configs/components/repeater.js +75 -87
- package/dist/configs/components/tabs.d.ts +4 -4
- package/dist/configs/components/text.d.ts +2 -2
- package/dist/configs/components/wd-bubble.d.ts +3 -8
- package/dist/configs/components/wd-button.d.ts +22 -34
- package/dist/configs/components/wd-card.d.ts +10 -10
- package/dist/configs/components/wd-card.js +10 -5
- package/dist/configs/components/wd-checkbox.d.ts +36 -81
- package/dist/configs/components/wd-date-range.d.ts +87 -131
- package/dist/configs/components/wd-date.d.ts +88 -132
- package/dist/configs/components/wd-date.js +1 -1
- package/dist/configs/components/wd-divider.d.ts +2 -2
- package/dist/configs/components/wd-form-detail.d.ts +9 -9
- package/dist/configs/components/wd-form.d.ts +54 -82
- package/dist/configs/components/wd-form.js +1 -1
- package/dist/configs/components/wd-icon.d.ts +8 -9
- package/dist/configs/components/wd-image-upload.d.ts +5 -5
- package/dist/configs/components/wd-image.d.ts +8 -12
- package/dist/configs/components/wd-input-email.d.ts +88 -156
- package/dist/configs/components/wd-input-number.d.ts +38 -179
- package/dist/configs/components/wd-input-number.js +1 -1
- package/dist/configs/components/wd-input-phone.d.ts +86 -156
- package/dist/configs/components/wd-input-url.d.ts +88 -156
- package/dist/configs/components/wd-input.d.ts +120 -164
- package/dist/configs/components/wd-layout.d.ts +1 -5
- package/dist/configs/components/wd-link.d.ts +14 -26
- package/dist/configs/components/wd-modal.d.ts +12 -8
- package/dist/configs/components/wd-modal.js +14 -14
- package/dist/configs/components/wd-official-account.d.ts +3 -5
- package/dist/configs/components/wd-official-account.js +3 -5
- package/dist/configs/components/wd-radio.d.ts +35 -80
- package/dist/configs/components/wd-switch.d.ts +21 -67
- package/dist/configs/components/wd-table.d.ts +95 -132
- package/dist/configs/components/wd-table.js +61 -17
- package/dist/configs/components/wd-text.d.ts +8 -8
- package/dist/configs/components/wd-textarea.d.ts +64 -110
- package/dist/configs/components/wd-time.d.ts +89 -133
- package/dist/configs/components/wd-tree.d.ts +243 -281
- package/dist/configs/components/wd-tree.js +1 -1
- package/dist/configs/components/web-view.d.ts +30 -10
- package/dist/configs/components/web-view.js +34 -33
- package/dist/configs/components/wedaVideo.d.ts +30 -0
- package/dist/configs/components/wedaVideo.js +98 -0
- package/dist/configs/components/wxOpenApi/phone.d.ts +6 -6
- package/dist/configs/components/wxOpenApi/phoneCode.d.ts +6 -62
- package/dist/configs/components/wxOpenApi/phoneCode.js +62 -70
- package/dist/configs/components/wxOpenApi/share.d.ts +12 -12
- package/dist/configs/components/wxOpenApi/userInfo.d.ts +7 -7
- package/dist/configs/index.d.ts +2515 -4367
- package/dist/configs/index.js +3 -3
- package/dist/configs/type-utils/error.d.ts +3 -3
- package/dist/configs/type-utils/index.d.ts +6 -6
- package/dist/configs/type-utils/index.js +2 -5
- package/dist/configs/type-utils/type-form.d.ts +95 -101
- package/dist/index.js +1 -1
- package/dist/style/index.scss +1 -1
- package/dist/web/components/chart/common/echarts.js +0 -1
- package/dist/web/components/customer-service/customer-service.js +1 -1
- package/dist/web/components/dataView/index.js +1 -1
- package/dist/web/components/echart/echart.js +22 -6
- package/dist/web/components/flow/common/components/index.js +1 -0
- package/dist/web/components/flow/common/hooks/index.js +1 -0
- package/dist/web/components/flow/common/index.js +1 -0
- package/dist/web/components/flow/modules/operations/components/index.js +1 -0
- package/dist/web/components/flow/modules/operations/components/user-select/index.js +1 -0
- package/dist/web/components/flow/modules/operations/config/index.js +1 -0
- package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/drawer-form/index.js +1 -0
- package/dist/web/components/flow/process/constants.js +1 -3
- package/dist/web/components/flow-graph/graph.js +0 -1
- package/dist/web/components/form/checkbox/index.js +2 -2
- package/dist/web/components/form/enumSelect/MultipleSelect.js +1 -1
- package/dist/web/components/form/enumSelect/NormalSelect.js +1 -1
- package/dist/web/components/form/input/index.js +1 -1
- package/dist/web/components/form/location/components/LocationPC/location.PC.js +2 -2
- package/dist/web/components/form/radio/index.js +1 -1
- package/dist/web/components/form/select/dropdown-select/h5.js +5 -5
- package/dist/web/components/form/select/dropdown-select/pc.js +25 -28
- package/dist/web/components/form/select/dropdown-select/ui.d.ts +1 -1
- package/dist/web/components/form/select/dropdown-select/ui.js +5 -5
- package/dist/web/components/form/select/h5.js +10 -6
- package/dist/web/components/form/select/index.js +4 -2
- package/dist/web/components/form/selectMultiple/h5.js +1 -1
- package/dist/web/components/form/selectMultiple/index.js +1 -1
- package/dist/web/components/form/uploader/index.js +0 -1
- package/dist/web/components/form/uploader/uploader.pc.js +0 -1
- package/dist/web/components/form/uploaderFile/index.js +0 -1
- package/dist/web/components/form/uploaderFile/uploadFile.h5.js +6 -4
- package/dist/web/components/form/uploaderFile/uploadFile.pc.js +6 -4
- package/dist/web/components/form/userOrgSelect/common/fetch-data-service.d.ts +1 -1
- package/dist/web/components/form/userOrgSelect/common/fetch-data-service.js +19 -3
- package/dist/web/components/form/userOrgSelect/common/types.d.ts +2 -1
- package/dist/web/components/form/userOrgSelect/component/depart-select/index.js +1 -3
- package/dist/web/components/form/userOrgSelect/component/user-select-pc/user-select-pc.d.ts +1 -1
- package/dist/web/components/form/userOrgSelect/component/user-select-pc/user-select-pc.js +2 -2
- package/dist/web/components/form/userOrgSelect/hooks/use-depart-data.js +0 -1
- package/dist/web/components/form-date/index.d.ts +1 -1
- package/dist/web/components/form-depart-tree-select/index.d.ts +1 -1
- package/dist/web/components/form-email/index.d.ts +2 -2
- package/dist/web/components/form-input/index.d.ts +2 -2
- package/dist/web/components/form-input-hooks/index.js +12 -13
- package/dist/web/components/form-multi-region/index.d.ts +1 -1
- package/dist/web/components/form-phone/index.d.ts +1 -1
- package/dist/web/components/form-region/index.d.ts +1 -1
- package/dist/web/components/form-select/index.d.ts +1 -1
- package/dist/web/components/form-select-multiple/index.d.ts +1 -1
- package/dist/web/components/form-text-area/index.d.ts +2 -2
- package/dist/web/components/form-time/index.d.ts +1 -1
- package/dist/web/components/form-url/index.d.ts +2 -2
- package/dist/web/components/form-user-tree-select/index.d.ts +1 -1
- package/dist/web/components/form-user-tree-select/index.js +3 -2
- package/dist/web/components/listView/index.js +81 -14
- package/dist/web/components/listView/interface.d.ts +7 -1
- package/dist/web/components/lottery/index.d.ts +22 -14
- package/dist/web/components/lottery/index.js +1 -2
- package/dist/web/components/navigationBar/horizontalMenu.js +0 -1
- package/dist/web/components/phone/index.js +1 -1
- package/dist/web/components/richText/index.js +3 -2
- package/dist/web/components/share/index.js +1 -1
- package/dist/web/components/table/UserDepartment/utils.js +0 -2
- package/dist/web/components/wd-card/wd-card.js +1 -1
- package/dist/web/components/wd-checkbox-list/checkboxList.js +1 -1
- package/dist/web/components/wd-date/elements/Calendar.h5.js +1 -2
- package/dist/web/components/wd-department-select/h5.js +0 -1
- package/dist/web/components/wd-form/hooks/use-remote-value.js +20 -8
- package/dist/web/components/wd-form/index.d.ts +7 -7
- package/dist/web/components/wd-form/index.js +12 -10
- package/dist/web/components/wd-input/wd-input.d.ts +43 -43
- package/dist/web/components/wd-input-email/wd-input-email.d.ts +39 -39
- package/dist/web/components/wd-input-number/number.js +0 -1
- package/dist/web/components/wd-input-number/wd-input-number.js +10 -6
- package/dist/web/components/wd-input-phone/wd-input-phone.d.ts +43 -43
- package/dist/web/components/wd-input-url/wd-input-url.d.ts +39 -39
- package/dist/web/components/wd-member-select/h5.js +0 -1
- package/dist/web/components/wd-modal/wd-modal.js +8 -3
- package/dist/web/components/wd-official-account/index.js +1 -1
- package/dist/web/components/wd-radio-list/wd-radio-list.js +2 -2
- package/dist/web/components/wd-table/components/FieldRender/UserDepartment/utils.js +0 -2
- package/dist/web/components/wd-table/components/FieldRender/index.d.ts +1 -1
- package/dist/web/components/wd-table/components/FieldRender/index.js +9 -6
- package/dist/web/components/wd-table/components/ModalTable/index.js +0 -3
- package/dist/web/components/wd-table/components/Table/index.js +4 -0
- package/dist/web/components/wd-table/hooks/useAuthFields.d.ts +1 -1
- package/dist/web/components/wd-table/hooks/useAuthFields.js +18 -4
- package/dist/web/components/wd-table/utils/index.js +5 -4
- package/dist/web/components/wd-table/wd-table.js +41 -19
- package/dist/web/components/wd-tree/utils.js +0 -2
- package/dist/web/components/wd-tree/wd-tree.js +0 -1
- package/dist/web/components/wd-upload-image/wd-upload-image.js +0 -1
- package/dist/web/components/web-view/web-view.d.ts +23 -6
- package/dist/web/index.js +1 -0
- package/dist/web/utils/constant.js +0 -1
- package/dist/web/utils/hooks/useFormLegacy.d.ts +1 -1
- package/dist/web/utils/hooks/useFormLegacy.js +9 -3
- package/dist/web/utils/moment.js +1 -3
- package/dist/web/utils/platform.js +0 -3
- package/dist/web/utils/widget-api/index.d.ts +1 -1
- package/dist/web/utils/widget-api/index.js +19 -22
- package/dist/web/weda-ui.css +6 -0
- package/package.json +13 -6
- package/dist/configs/components/calendar.json +0 -83
- package/dist/configs/components/lottery.json +0 -166
- package/dist/configs/components/wedaVideo.json +0 -101
|
@@ -32,12 +32,10 @@ declare const _default: {
|
|
|
32
32
|
lgWidthType: import("@sinclair/typebox").TUnsafe<"fit-content" | "auto-fill">;
|
|
33
33
|
alignSelf: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
|
|
34
34
|
}>;
|
|
35
|
-
readonly properties: import("@sinclair/typebox").
|
|
36
|
-
addRowCol: import("@sinclair/typebox").TNever;
|
|
35
|
+
readonly properties: import("@sinclair/typebox").TObject<{
|
|
37
36
|
widthType: import("@sinclair/typebox").TUnsafe<"fit-content" | "auto-fill">;
|
|
38
37
|
lgWidthType: import("@sinclair/typebox").TUnsafe<"fit-content" | "auto-fill">;
|
|
39
|
-
|
|
40
|
-
}>, ["widthType", "lgWidthType"]>;
|
|
38
|
+
}>;
|
|
41
39
|
readonly events: readonly [{
|
|
42
40
|
readonly name: "tap";
|
|
43
41
|
readonly title: "点击";
|
|
@@ -24,12 +24,10 @@ declare const config: {
|
|
|
24
24
|
readonly name: "tap";
|
|
25
25
|
readonly title: "点击";
|
|
26
26
|
}];
|
|
27
|
-
readonly properties: import("@sinclair/typebox").
|
|
28
|
-
addRow: import("@sinclair/typebox").TNever;
|
|
29
|
-
colCountOfNewRow: import("@sinclair/typebox").TNever;
|
|
27
|
+
readonly properties: import("@sinclair/typebox").TObject<{
|
|
30
28
|
gutterX: import("@sinclair/typebox").TUnsafe<string>;
|
|
31
29
|
gutterY: import("@sinclair/typebox").TUnsafe<string>;
|
|
32
|
-
}
|
|
30
|
+
}>;
|
|
33
31
|
readonly isContainer: true;
|
|
34
32
|
readonly compConfig: {
|
|
35
33
|
readonly componentType: "Grid";
|
|
@@ -24,12 +24,11 @@ declare const config: {
|
|
|
24
24
|
readonly name: "tap";
|
|
25
25
|
readonly title: "点击";
|
|
26
26
|
}];
|
|
27
|
-
readonly properties: import("@sinclair/typebox").
|
|
28
|
-
addRowCol: import("@sinclair/typebox").TNever;
|
|
27
|
+
readonly properties: import("@sinclair/typebox").TObject<{
|
|
29
28
|
colCount: import("@sinclair/typebox").TNever;
|
|
30
29
|
gutterX: import("@sinclair/typebox").TUnsafe<string>;
|
|
31
30
|
alignItems: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"center" | "end" | "start">>;
|
|
32
|
-
}
|
|
31
|
+
}>;
|
|
33
32
|
readonly isContainer: true;
|
|
34
33
|
readonly compConfig: {
|
|
35
34
|
readonly componentType: "Row";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { Simplify } from 'type-fest';
|
|
2
2
|
import { Static } from '../type-utils';
|
|
3
3
|
declare const data: import("@sinclair/typebox").TObject<{
|
|
4
|
-
src: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString
|
|
4
|
+
src: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
5
5
|
fit: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"fill" | "contain" | "cover" | "widthFix" | "heightFix">>;
|
|
6
6
|
imgPreview: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
7
7
|
maskClosable: import("@sinclair/typebox").TBoolean;
|
|
8
|
-
alt: import("@sinclair/typebox").TString
|
|
8
|
+
alt: import("@sinclair/typebox").TString;
|
|
9
9
|
showMenuByLongpress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
10
10
|
lazyLoad: import("@sinclair/typebox").TBoolean;
|
|
11
11
|
mode: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"left" | "top" | "center" | "right" | "bottom" | "widthFix" | "heightFix" | "scaleToFill" | "aspectFit" | "aspectFill" | "top left" | "top right" | "bottom left" | "bottom right">>;
|
|
@@ -14,11 +14,11 @@ export type DataType = Simplify<Static<typeof data>>;
|
|
|
14
14
|
declare const _default: {
|
|
15
15
|
readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
|
|
16
16
|
readonly data: import("@sinclair/typebox").TObject<{
|
|
17
|
-
src: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString
|
|
17
|
+
src: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
18
18
|
fit: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"fill" | "contain" | "cover" | "widthFix" | "heightFix">>;
|
|
19
19
|
imgPreview: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
20
20
|
maskClosable: import("@sinclair/typebox").TBoolean;
|
|
21
|
-
alt: import("@sinclair/typebox").TString
|
|
21
|
+
alt: import("@sinclair/typebox").TString;
|
|
22
22
|
showMenuByLongpress: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
23
23
|
lazyLoad: import("@sinclair/typebox").TBoolean;
|
|
24
24
|
mode: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"left" | "top" | "center" | "right" | "bottom" | "widthFix" | "heightFix" | "scaleToFill" | "aspectFit" | "aspectFill" | "top left" | "top right" | "bottom left" | "bottom right">>;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { Simplify, Static } from '../type-utils';
|
|
3
3
|
declare const data: import("@sinclair/typebox").TObject<{
|
|
4
|
-
content: import("@sinclair/typebox").TString
|
|
5
|
-
url: import("@sinclair/typebox").TString
|
|
4
|
+
content: import("@sinclair/typebox").TString;
|
|
5
|
+
url: import("@sinclair/typebox").TString;
|
|
6
6
|
isOpenInNewWindow: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
7
7
|
params: import("@sinclair/typebox").TReadonly<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
8
|
-
key: import("@sinclair/typebox").TString
|
|
9
|
-
value: import("@sinclair/typebox").TString
|
|
8
|
+
key: import("@sinclair/typebox").TString;
|
|
9
|
+
value: import("@sinclair/typebox").TString;
|
|
10
10
|
}>>>;
|
|
11
11
|
contentSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
|
|
12
12
|
}>;
|
|
13
13
|
declare const config: {
|
|
14
14
|
readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
|
|
15
15
|
readonly data: import("@sinclair/typebox").TObject<{
|
|
16
|
-
content: import("@sinclair/typebox").TString
|
|
17
|
-
url: import("@sinclair/typebox").TString
|
|
16
|
+
content: import("@sinclair/typebox").TString;
|
|
17
|
+
url: import("@sinclair/typebox").TString;
|
|
18
18
|
isOpenInNewWindow: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
19
19
|
params: import("@sinclair/typebox").TReadonly<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
20
|
-
key: import("@sinclair/typebox").TString
|
|
21
|
-
value: import("@sinclair/typebox").TString
|
|
20
|
+
key: import("@sinclair/typebox").TString;
|
|
21
|
+
value: import("@sinclair/typebox").TString;
|
|
22
22
|
}>>>;
|
|
23
23
|
contentSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
|
|
24
24
|
}>;
|
|
@@ -6,7 +6,7 @@ declare const _default: {
|
|
|
6
6
|
'x-index': number;
|
|
7
7
|
title: string;
|
|
8
8
|
type: string;
|
|
9
|
-
'x-
|
|
9
|
+
'x-group': string;
|
|
10
10
|
default: string;
|
|
11
11
|
enum: {
|
|
12
12
|
label: string;
|
|
@@ -23,7 +23,7 @@ declare const _default: {
|
|
|
23
23
|
dataSourceType: {
|
|
24
24
|
'x-index': number;
|
|
25
25
|
title: string;
|
|
26
|
-
'x-
|
|
26
|
+
'x-group': string;
|
|
27
27
|
type: string;
|
|
28
28
|
default: string;
|
|
29
29
|
enum: {
|
|
@@ -82,7 +82,7 @@ declare const _default: {
|
|
|
82
82
|
'x-index': number;
|
|
83
83
|
title: string;
|
|
84
84
|
type: string;
|
|
85
|
-
'x-
|
|
85
|
+
'x-group': string;
|
|
86
86
|
required: boolean;
|
|
87
87
|
properties: {
|
|
88
88
|
name: {
|
|
@@ -167,7 +167,7 @@ declare const _default: {
|
|
|
167
167
|
type: string;
|
|
168
168
|
'x-component': string;
|
|
169
169
|
'x-index': number;
|
|
170
|
-
'x-
|
|
170
|
+
'x-group': string;
|
|
171
171
|
required: boolean;
|
|
172
172
|
'x-linkages': {
|
|
173
173
|
type: string;
|
|
@@ -183,12 +183,23 @@ declare const _default: {
|
|
|
183
183
|
};
|
|
184
184
|
description: string;
|
|
185
185
|
};
|
|
186
|
+
dataSourceData: {
|
|
187
|
+
title: string;
|
|
188
|
+
type: string;
|
|
189
|
+
required: boolean;
|
|
190
|
+
description: string;
|
|
191
|
+
'x-component': string;
|
|
192
|
+
'x-helper-text': string;
|
|
193
|
+
'x-group': string;
|
|
194
|
+
'x-index': number;
|
|
195
|
+
};
|
|
196
|
+
exprToFieldsSchema: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
186
197
|
connectorMethod: {
|
|
187
198
|
title: string;
|
|
188
199
|
type: string;
|
|
189
200
|
'x-component': string;
|
|
190
201
|
'x-index': number;
|
|
191
|
-
'x-
|
|
202
|
+
'x-group': string;
|
|
192
203
|
required: boolean;
|
|
193
204
|
'x-component-props': {
|
|
194
205
|
paramsSchema: {
|
|
@@ -249,7 +260,7 @@ declare const _default: {
|
|
|
249
260
|
title: string;
|
|
250
261
|
type: string;
|
|
251
262
|
'x-index': number;
|
|
252
|
-
'x-
|
|
263
|
+
'x-group': string;
|
|
253
264
|
description: string;
|
|
254
265
|
'x-component': string;
|
|
255
266
|
'x-component-props': {
|
|
@@ -264,7 +275,7 @@ declare const _default: {
|
|
|
264
275
|
queryCondition: {
|
|
265
276
|
'x-index': number;
|
|
266
277
|
title: string;
|
|
267
|
-
'x-
|
|
278
|
+
'x-group': string;
|
|
268
279
|
type: string;
|
|
269
280
|
items: {};
|
|
270
281
|
'x-component': string;
|
|
@@ -283,7 +294,7 @@ declare const _default: {
|
|
|
283
294
|
orderBy: {
|
|
284
295
|
'x-index': number;
|
|
285
296
|
title: string;
|
|
286
|
-
'x-
|
|
297
|
+
'x-group': string;
|
|
287
298
|
type: string;
|
|
288
299
|
'x-linkages': {
|
|
289
300
|
type: string;
|
|
@@ -298,7 +309,7 @@ declare const _default: {
|
|
|
298
309
|
orderType: {
|
|
299
310
|
'x-index': number;
|
|
300
311
|
title: string;
|
|
301
|
-
'x-
|
|
312
|
+
'x-group': string;
|
|
302
313
|
default: string;
|
|
303
314
|
type: string;
|
|
304
315
|
enum: {
|
|
@@ -315,23 +326,11 @@ declare const _default: {
|
|
|
315
326
|
}[];
|
|
316
327
|
description: string;
|
|
317
328
|
};
|
|
318
|
-
pageSize: {
|
|
319
|
-
'x-index': number;
|
|
320
|
-
title: string;
|
|
321
|
-
type: string;
|
|
322
|
-
default: number;
|
|
323
|
-
'x-category': string;
|
|
324
|
-
'x-props': {
|
|
325
|
-
min: number;
|
|
326
|
-
};
|
|
327
|
-
description: string;
|
|
328
|
-
display: boolean;
|
|
329
|
-
};
|
|
330
329
|
pagination: {
|
|
331
330
|
'x-index': number;
|
|
332
331
|
title: string;
|
|
333
332
|
type: string;
|
|
334
|
-
'x-
|
|
333
|
+
'x-group': string;
|
|
335
334
|
default: string;
|
|
336
335
|
enum: {
|
|
337
336
|
label: string;
|
|
@@ -347,30 +346,45 @@ declare const _default: {
|
|
|
347
346
|
}[];
|
|
348
347
|
description: string;
|
|
349
348
|
};
|
|
350
|
-
|
|
349
|
+
pageSize: {
|
|
351
350
|
'x-index': number;
|
|
352
351
|
title: string;
|
|
353
|
-
'x-category': string;
|
|
354
352
|
type: string;
|
|
355
|
-
default:
|
|
353
|
+
default: number;
|
|
354
|
+
'x-group': string;
|
|
355
|
+
'x-props': {
|
|
356
|
+
min: number;
|
|
357
|
+
};
|
|
356
358
|
description: string;
|
|
359
|
+
display: boolean;
|
|
357
360
|
};
|
|
361
|
+
enableTotal: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
362
|
+
total: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
358
363
|
emptyText: {
|
|
359
364
|
'x-index': number;
|
|
360
365
|
type: string;
|
|
361
366
|
title: string;
|
|
362
|
-
'x-
|
|
367
|
+
'x-group': string;
|
|
363
368
|
default: string;
|
|
364
369
|
description: string;
|
|
365
370
|
};
|
|
366
371
|
loadCompletedText: {
|
|
367
372
|
'x-index': number;
|
|
368
373
|
title: string;
|
|
369
|
-
'x-
|
|
374
|
+
'x-group': string;
|
|
370
375
|
type: string;
|
|
371
376
|
default: string;
|
|
372
377
|
description: string;
|
|
373
378
|
};
|
|
379
|
+
isSetStatus: {
|
|
380
|
+
'x-index': number;
|
|
381
|
+
title: string;
|
|
382
|
+
'x-group': string;
|
|
383
|
+
type: string;
|
|
384
|
+
default: boolean;
|
|
385
|
+
description: string;
|
|
386
|
+
};
|
|
387
|
+
isSupportApis: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
374
388
|
};
|
|
375
389
|
};
|
|
376
390
|
events: ({
|
|
@@ -378,17 +392,30 @@ declare const _default: {
|
|
|
378
392
|
title: string;
|
|
379
393
|
description: string;
|
|
380
394
|
detail?: undefined;
|
|
395
|
+
"x-platforms"?: undefined;
|
|
381
396
|
} | {
|
|
382
397
|
name: string;
|
|
383
398
|
title: string;
|
|
384
399
|
description: string;
|
|
385
400
|
detail: import("@sinclair/typebox").TObject<{
|
|
386
401
|
error: import("@sinclair/typebox").TObject<{
|
|
387
|
-
requestid: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString
|
|
388
|
-
message: import("@sinclair/typebox").TString
|
|
389
|
-
code: import("@sinclair/typebox").TString
|
|
402
|
+
requestid: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
403
|
+
message: import("@sinclair/typebox").TString;
|
|
404
|
+
code: import("@sinclair/typebox").TString;
|
|
390
405
|
}>;
|
|
391
406
|
}>;
|
|
407
|
+
"x-platforms"?: undefined;
|
|
408
|
+
} | {
|
|
409
|
+
name: string;
|
|
410
|
+
title: string;
|
|
411
|
+
'x-platforms': string[];
|
|
412
|
+
description: string;
|
|
413
|
+
detail: {
|
|
414
|
+
query: import("@sinclair/typebox").TObject<{
|
|
415
|
+
pageNo: import("@sinclair/typebox").TNumber;
|
|
416
|
+
pageSize: import("@sinclair/typebox").TNumber;
|
|
417
|
+
}>;
|
|
418
|
+
};
|
|
392
419
|
})[];
|
|
393
420
|
properties: import("@sinclair/typebox").TObject<{
|
|
394
421
|
records: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{}>>;
|
|
@@ -396,9 +423,9 @@ declare const _default: {
|
|
|
396
423
|
pageNo: import("@sinclair/typebox").TNumber;
|
|
397
424
|
pageSize: import("@sinclair/typebox").TNumber;
|
|
398
425
|
error: import("@sinclair/typebox").TObject<{
|
|
399
|
-
requestid: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString
|
|
400
|
-
message: import("@sinclair/typebox").TString
|
|
401
|
-
code: import("@sinclair/typebox").TString
|
|
426
|
+
requestid: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
427
|
+
message: import("@sinclair/typebox").TString;
|
|
428
|
+
code: import("@sinclair/typebox").TString;
|
|
402
429
|
}>;
|
|
403
430
|
}>;
|
|
404
431
|
methods: ({
|
|
@@ -474,6 +501,24 @@ declare const _default: {
|
|
|
474
501
|
};
|
|
475
502
|
};
|
|
476
503
|
};
|
|
504
|
+
group: {
|
|
505
|
+
列表: {
|
|
506
|
+
'x-index': number;
|
|
507
|
+
expand: boolean;
|
|
508
|
+
};
|
|
509
|
+
数据: {
|
|
510
|
+
'x-index': number;
|
|
511
|
+
expand: boolean;
|
|
512
|
+
};
|
|
513
|
+
分页器: {
|
|
514
|
+
'x-index': number;
|
|
515
|
+
expand: boolean;
|
|
516
|
+
};
|
|
517
|
+
状态: {
|
|
518
|
+
'x-index': number;
|
|
519
|
+
expand: boolean;
|
|
520
|
+
};
|
|
521
|
+
};
|
|
477
522
|
};
|
|
478
523
|
};
|
|
479
524
|
export default _default;
|