@byteluck-fe/runtime-engine 1.2.4 → 1.3.0
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/dist/packages/runtime-engine/src/index.d.ts +1 -1
- package/dist/packages/runtime-engine/src/runtimeEngine.d.ts +30 -30
- package/dist/runtime-engine.js +847 -845
- package/dist/src/components/Loading/index.d.ts +4 -4
- package/dist/src/components/Loading/src/createLoading.d.ts +13 -13
- package/dist/src/components/Loading/src/typing.d.ts +9 -9
- package/dist/src/components/Loading/src/useLoading.d.ts +11 -11
- package/dist/src/components/controls/index.d.ts +5 -5
- package/dist/src/components/controls/rok-custom-column/index.d.ts +2 -2
- package/dist/src/components/controls/rok-vue-form-item/index.d.ts +2 -2
- package/dist/src/components/meKeepAlive/core/Suspense.d.ts +3 -3
- package/dist/src/components/meKeepAlive/core/apiAsyncComponent.d.ts +2 -2
- package/dist/src/components/meKeepAlive/core/component.d.ts +2 -2
- package/dist/src/components/meKeepAlive/core/componentPublicInstance.d.ts +5 -5
- package/dist/src/components/meKeepAlive/core/devtools.d.ts +2 -2
- package/dist/src/components/meKeepAlive/core/errorHandling.d.ts +17 -17
- package/dist/src/components/meKeepAlive/core/renderer.d.ts +32 -32
- package/dist/src/components/meKeepAlive/core/shapeFlags.d.ts +13 -13
- package/dist/src/components/meKeepAlive/core/vnode.d.ts +6 -6
- package/dist/src/components/meKeepAlive/index.d.ts +23 -23
- package/dist/src/components/update-log/utils.d.ts +110 -110
- package/dist/src/constant/controls/index.d.ts +2 -2
- package/dist/src/constant/controls/simple-search.d.ts +18 -18
- package/dist/src/constant/controls/table-import.d.ts +5 -5
- package/dist/src/constant/enums/ButtonGroupsType.d.ts +26 -26
- package/dist/src/constant/enums/MsgRelationType.d.ts +12 -12
- package/dist/src/constant/enums/behavior.d.ts +9 -9
- package/dist/src/constant/enums/dateType.d.ts +8 -8
- package/dist/src/constant/enums/formType.d.ts +6 -6
- package/dist/src/constant/enums/index.d.ts +7 -7
- package/dist/src/constant/enums/processStatus.d.ts +22 -22
- package/dist/src/constant/enums/sizeEnum.d.ts +11 -11
- package/dist/src/constant/enums/status.d.ts +22 -22
- package/dist/src/constant/global.d.ts +3 -3
- package/dist/src/constant/index.d.ts +4 -4
- package/dist/src/constant/page/BindService.d.ts +9 -9
- package/dist/src/constant/page/address.d.ts +25 -25
- package/dist/src/constant/page/approvalNeedValidateBtns.d.ts +1 -1
- package/dist/src/constant/page/controlDepend.d.ts +1 -1
- package/dist/src/constant/page/httpCode.d.ts +12 -12
- package/dist/src/constant/page/index.d.ts +2 -2
- package/dist/src/constant/page/table/column.d.ts +7 -7
- package/dist/src/constant/page/table/index.d.ts +2 -2
- package/dist/src/constant/page/table/toolBar.d.ts +8 -8
- package/dist/src/constant/symbol.d.ts +2 -2
- package/dist/src/directives/clickOutside.d.ts +3 -3
- package/dist/src/directives/index.d.ts +2 -2
- package/dist/src/directives/loading.d.ts +4 -4
- package/dist/src/directives/tooltip.d.ts +4 -4
- package/dist/src/entry_desktop/components/EllipsisTooltip/EllipsisTooltip.d.ts +38 -39
- package/dist/src/entry_desktop/components/EllipsisTooltip/index.d.ts +2 -2
- package/dist/src/entry_desktop/components/FormEngineModal/index.d.ts +2 -2
- package/dist/src/entry_desktop/components/ListEngineModal/index.d.ts +2 -2
- package/dist/src/entry_desktop/components/MenuItem/index.d.ts +2 -2
- package/dist/src/entry_desktop/components/configProviderMerged.d.ts +13 -13
- package/dist/src/entry_desktop/components/globalComponents.d.ts +2 -2
- package/dist/src/entry_desktop/controls/components/ag-grid/hooks/useAgGrid.d.ts +19 -19
- package/dist/src/entry_desktop/controls/components/ag-grid/hooks/useModel.d.ts +12 -12
- package/dist/src/entry_desktop/controls/components/ag-grid/hooks/useOperate.d.ts +11 -11
- package/dist/src/entry_desktop/controls/components/ag-grid/hooks/useTableHeight.d.ts +6 -6
- package/dist/src/entry_desktop/controls/components/ag-grid/index.d.ts +3 -3
- package/dist/src/entry_desktop/controls/components/ag-grid/props.d.ts +19 -19
- package/dist/src/entry_desktop/controls/components/base-table/components/editable/CellComponent.d.ts +4 -4
- package/dist/src/entry_desktop/controls/components/base-table/components/editable/componentMap.d.ts +6 -6
- package/dist/src/entry_desktop/controls/components/base-table/components/editable/index.d.ts +4 -4
- package/dist/src/entry_desktop/controls/components/base-table/constant.d.ts +5 -5
- package/dist/src/entry_desktop/controls/components/base-table/hooks/useDataSource.d.ts +6 -6
- package/dist/src/entry_desktop/controls/components/base-table/hooks/useModel.d.ts +1 -1
- package/dist/src/entry_desktop/controls/components/base-table/hooks/useTableContext.d.ts +11 -11
- package/dist/src/entry_desktop/controls/components/base-table/hooks/useTablePagination.d.ts +8 -8
- package/dist/src/entry_desktop/controls/components/base-table/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/components/base-table/types/index.d.ts +1 -1
- package/dist/src/entry_desktop/controls/components/base-table/types/table.d.ts +77 -77
- package/dist/src/entry_desktop/controls/components/footer-bar/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/components/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/components/input-number/hook.d.ts +10 -10
- package/dist/src/entry_desktop/controls/components/input-number/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/components/mask/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/components/ocr/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/components/subtable-ag-grid/EmployeeDepartmentModalInitLogic.d.ts +10 -10
- package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/useAgGrid.d.ts +76 -76
- package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/useModel.d.ts +12 -12
- package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/useWCModalComponentChangeValue.d.ts +17 -17
- package/dist/src/entry_desktop/controls/components/subtable-ag-grid/index.d.ts +3 -3
- package/dist/src/entry_desktop/controls/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-address/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-amount/hook.d.ts +22 -22
- package/dist/src/entry_desktop/controls/rok-amount/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-array-column/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-attachment/hook-file-base.d.ts +3 -3
- package/dist/src/entry_desktop/controls/rok-attachment/hook.d.ts +26 -26
- package/dist/src/entry_desktop/controls/rok-attachment/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-auto-number/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-auto-number-column/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-auto-wrap/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-button/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-calc/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-card-group/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-checkbox/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-dashboard/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-data-view/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-date-picker/hook.d.ts +21 -21
- package/dist/src/entry_desktop/controls/rok-date-picker/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-date-range/hook.d.ts +19 -19
- package/dist/src/entry_desktop/controls/rok-date-range/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-decimal-column/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-department/hook.d.ts +13 -13
- package/dist/src/entry_desktop/controls/rok-department/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-department-column/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-department2/hook.d.ts +13 -13
- package/dist/src/entry_desktop/controls/rok-department2/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-divider/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-electronic-signature/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-employee/hook.d.ts +17 -17
- package/dist/src/entry_desktop/controls/rok-employee/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-employee-column/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-employee2/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-file-column/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-form-item/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-form-select-button/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-grid/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-grid-row/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-grid-table/components/BatchDelete.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-grid-table/components/BatchPrint.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-grid-table/components/BatchPrintRecord.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-grid-table/components/BatchSubmission.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-grid-table/components/CreateForm.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-grid-table/components/ExportList.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-grid-table/components/ExportRecord.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-grid-table/components/ImportRecord.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-grid-table/components/SubmissionRecord.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-grid-table/components/index.d.ts +3 -3
- package/dist/src/entry_desktop/controls/rok-grid-table/components/interface/constant.d.ts +4 -4
- package/dist/src/entry_desktop/controls/rok-grid-table/components/models/import.d.ts +19 -19
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/index.d.ts +6 -6
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useColumns.d.ts +11 -11
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useContext.d.ts +16 -16
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useIframe.d.ts +4 -4
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useOperate.d.ts +33 -33
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useTableState.d.ts +34 -34
- package/dist/src/entry_desktop/controls/rok-grid-table/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-grid-table/utils/cellRenderColumn.d.ts +5 -5
- package/dist/src/entry_desktop/controls/rok-image/hook.d.ts +22 -22
- package/dist/src/entry_desktop/controls/rok-image/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-image-column/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-input/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-invoice-check-button/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-link/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-list-select-button/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-list-view/hooks/useContext.d.ts +14 -14
- package/dist/src/entry_desktop/controls/rok-list-view/hooks/useListTree.d.ts +19 -19
- package/dist/src/entry_desktop/controls/rok-list-view/hooks/useOperate.d.ts +8 -8
- package/dist/src/entry_desktop/controls/rok-list-view/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-list-view-select/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-location-column/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-number/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-operation-column/hooks/useOperate.d.ts +14 -14
- package/dist/src/entry_desktop/controls/rok-operation-column/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-organization-selection/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-people-column/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-radio/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-rich-text/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-row/index.d.ts +3 -3
- package/dist/src/entry_desktop/controls/rok-score/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-score/score-type.utils.d.ts +7 -7
- package/dist/src/entry_desktop/controls/rok-search-date-range/hook.d.ts +20 -20
- package/dist/src/entry_desktop/controls/rok-search-date-range/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-search-input/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-search-number-range/hook.d.ts +9 -9
- package/dist/src/entry_desktop/controls/rok-search-number-range/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-search-select-multiple/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-select/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-select-multiple/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-select-relation/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-simple-search/hooks.d.ts +9 -9
- package/dist/src/entry_desktop/controls/rok-simple-search/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-sublist/hooks/useAuthority.d.ts +5 -5
- package/dist/src/entry_desktop/controls/rok-sublist/hooks/useModel.d.ts +13 -13
- package/dist/src/entry_desktop/controls/rok-sublist/hooks/useOperate.d.ts +4 -4
- package/dist/src/entry_desktop/controls/rok-sublist/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-subtable/components/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-subtable/hooks/index.d.ts +3 -3
- package/dist/src/entry_desktop/controls/rok-subtable/hooks/useImport.d.ts +20 -20
- package/dist/src/entry_desktop/controls/rok-subtable/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-subtable/utils/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-subtable/utils/subtableOperation.d.ts +36 -36
- package/dist/src/entry_desktop/controls/rok-tab/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-tab-pane/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-text/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-text-column/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-text-ocr-button/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-textarea/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-timestamp-column/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-title/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-title/useBatchPrint.d.ts +17 -17
- package/dist/src/entry_desktop/controls/rok-tree/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-varchar-column/index.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-wps/index.d.ts +3 -3
- package/dist/src/entry_desktop/hooks/useCancel.d.ts +4 -4
- package/dist/src/entry_desktop/hooks/useFileValidate.d.ts +7 -7
- package/dist/src/entry_desktop/hooks/useFocus.d.ts +2 -2
- package/dist/src/entry_desktop/hooks/useInitPage.d.ts +10 -10
- package/dist/src/entry_desktop/hooks/useLoading.d.ts +5 -5
- package/dist/src/entry_desktop/hooks/useMaxTagCount.d.ts +14 -14
- package/dist/src/entry_desktop/hooks/useOpenUrl.d.ts +3 -3
- package/dist/src/entry_desktop/main.d.ts +10 -15
- package/dist/src/entry_desktop/platform/pages/abcdefg/events.d.ts +21 -21
- package/dist/src/entry_desktop/platform/pages/abcdefg/model.d.ts +1706 -1706
- package/dist/src/entry_desktop/router/index.d.ts +4 -4
- package/dist/src/entry_desktop/router/routers.d.ts +3 -3
- package/dist/src/entry_mobile/components/DontSupportPreview/index.d.ts +2 -2
- package/dist/src/entry_mobile/components/FormEngineModal/index.d.ts +2 -2
- package/dist/src/entry_mobile/components/ListEngineModal/index.d.ts +2 -2
- package/dist/src/entry_mobile/components/VanSuperForm/VanFormItem.d.ts +61 -62
- package/dist/src/entry_mobile/components/VanSuperForm/VanSuperForm.d.ts +32 -32
- package/dist/src/entry_mobile/components/VanSuperForm/hooks/useFormContext.d.ts +3 -3
- package/dist/src/entry_mobile/components/VanSuperForm/index.d.ts +70 -70
- package/dist/src/entry_mobile/components/VanSuperForm/utils/utils.d.ts +21 -21
- package/dist/src/entry_mobile/components/VanSuperForm/utils/validateUtils.d.ts +18 -18
- package/dist/src/entry_mobile/components/globalComponents.d.ts +2 -2
- package/dist/src/entry_mobile/controls/components/ocr/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/components/table/hooks/hook.d.ts +12 -12
- package/dist/src/entry_mobile/controls/components/table/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/components/table/types/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/components/table/types/pagination.d.ts +22 -22
- package/dist/src/entry_mobile/controls/components/table/types/table.d.ts +54 -54
- package/dist/src/entry_mobile/controls/components/tree/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-address/hooks/useOperate.d.ts +7 -7
- package/dist/src/entry_mobile/controls/rok-address/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-amount/hook.d.ts +32 -32
- package/dist/src/entry_mobile/controls/rok-amount/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-array-column/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-attachment/ajax.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-attachment/hook-file-base.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-attachment/hook.d.ts +3 -3
- package/dist/src/entry_mobile/controls/rok-attachment/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-attachment/upload.type.d.ts +71 -71
- package/dist/src/entry_mobile/controls/rok-attachment/utils.d.ts +9 -9
- package/dist/src/entry_mobile/controls/rok-auto-number/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-auto-number-column/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-button/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-calc/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-card-group/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-checkbox/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-dashboard/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-data-view/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-date-picker/hook.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-date-picker/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-date-range/hook.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-date-range/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-decimal-column/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-department/dep-hook.d.ts +10 -10
- package/dist/src/entry_mobile/controls/rok-department/hook.d.ts +1 -1
- package/dist/src/entry_mobile/controls/rok-department/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-department/utils/isIphoneX.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-department-column/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-department2/dep-hook.d.ts +11 -11
- package/dist/src/entry_mobile/controls/rok-department2/hook.d.ts +4 -4
- package/dist/src/entry_mobile/controls/rok-department2/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-department2/utils/isIphoneX.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-divider/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-electronic-signature/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-employee/hook.d.ts +1 -1
- package/dist/src/entry_mobile/controls/rok-employee/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-employee/src/constant/index.d.ts +9 -9
- package/dist/src/entry_mobile/controls/rok-employee/src/utils/isIphoneX.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-employee/src/utils/searchUserInfo.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-employee-column/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-employee2/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-employee2/src/constant/index.d.ts +9 -9
- package/dist/src/entry_mobile/controls/rok-file-column/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-form-item/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-form-select-button/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-grid/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-grid-row/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-grid-table/hooks/useModel.d.ts +5 -5
- package/dist/src/entry_mobile/controls/rok-grid-table/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-image/hook.d.ts +3 -3
- package/dist/src/entry_mobile/controls/rok-image/image.type.d.ts +23 -23
- package/dist/src/entry_mobile/controls/rok-image/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-image/utils.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-image-column/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-input/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-invoice-check-button/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-link/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-list-page-btn-batch-delete/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-list-page-btn-create-form/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-list-select-button/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-list-view/hook.d.ts +17 -17
- package/dist/src/entry_mobile/controls/rok-list-view/hooks/useContext.d.ts +9 -9
- package/dist/src/entry_mobile/controls/rok-list-view/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-list-view-select/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-location-column/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-number/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-organization-selection/dep-hook.d.ts +11 -11
- package/dist/src/entry_mobile/controls/rok-organization-selection/hook.d.ts +4 -4
- package/dist/src/entry_mobile/controls/rok-organization-selection/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-organization-selection/utils/isIphoneX.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-people-column/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-radio/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-rich-text/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-row/index.d.ts +3 -3
- package/dist/src/entry_mobile/controls/rok-score/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-score/score-type.utils.d.ts +7 -7
- package/dist/src/entry_mobile/controls/rok-search-date-range/hook.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-search-date-range/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-search-input/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-search-number-range/hook.d.ts +10 -10
- package/dist/src/entry_mobile/controls/rok-search-number-range/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-search-select-multiple/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-select/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-select-multiple/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-select-relation/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-simple-search/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-subtable/components/AgGrid/hooks/useAgGrid.d.ts +18 -18
- package/dist/src/entry_mobile/controls/rok-subtable/components/AgGrid/hooks/useModel.d.ts +12 -12
- package/dist/src/entry_mobile/controls/rok-subtable/components/AgGrid/index.d.ts +3 -3
- package/dist/src/entry_mobile/controls/rok-subtable/components/AgGrid/props.d.ts +17 -17
- package/dist/src/entry_mobile/controls/rok-subtable/hooks/useFormSubtable.d.ts +12 -12
- package/dist/src/entry_mobile/controls/rok-subtable/hooks/useFull.d.ts +18 -18
- package/dist/src/entry_mobile/controls/rok-subtable/hooks/useSubtableList.d.ts +57 -57
- package/dist/src/entry_mobile/controls/rok-subtable/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-subtable/utils/vs-full.d.ts +33 -33
- package/dist/src/entry_mobile/controls/rok-subtable-column/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-subtable-row/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-tab/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-tab-pane/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-text/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-text-column/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-text-ocr-button/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-textarea/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-timestamp-column/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-title/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-tree/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-varchar-column/index.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-wps/index.d.ts +3 -3
- package/dist/src/entry_mobile/hooks/index.d.ts +1 -1
- package/dist/src/entry_mobile/hooks/useActiveElementBlur.d.ts +1 -1
- package/dist/src/entry_mobile/hooks/useEngine.d.ts +1 -1
- package/dist/src/entry_mobile/hooks/useHistory.d.ts +3 -3
- package/dist/src/entry_mobile/main.d.ts +6 -11
- package/dist/src/entry_mobile/router/index.d.ts +2 -2
- package/dist/src/entry_mobile/router/routers.d.ts +3 -3
- package/dist/src/entry_mobile/views/page-render/process-form/hooks.d.ts +34 -34
- package/dist/src/entry_mobile/views/page-render/useCancel.d.ts +3 -3
- package/dist/src/hooks/atomic/index.d.ts +9 -9
- package/dist/src/hooks/atomic/useAppStore.d.ts +3 -3
- package/dist/src/hooks/atomic/useContext.d.ts +11 -11
- package/dist/src/hooks/atomic/useDataPagination.d.ts +7 -7
- package/dist/src/hooks/atomic/useElementSize.d.ts +8 -8
- package/dist/src/hooks/atomic/useEventListener.d.ts +14 -14
- package/dist/src/hooks/atomic/useForceJump.d.ts +1 -1
- package/dist/src/hooks/atomic/useRefs.d.ts +5 -5
- package/dist/src/hooks/atomic/useSetTitle.d.ts +4 -4
- package/dist/src/hooks/atomic/useTitle.d.ts +4 -4
- package/dist/src/hooks/components/formEngineModal/index.d.ts +3 -3
- package/dist/src/hooks/components/formEngineModal/useFormEngineContext.d.ts +11 -11
- package/dist/src/hooks/components/formEngineModal/useFormEngineModal.d.ts +36 -36
- package/dist/src/hooks/components/formEngineModal/useFormState.d.ts +20 -20
- package/dist/src/hooks/components/index.d.ts +14 -14
- package/dist/src/hooks/components/listEngineModal/index.d.ts +5 -5
- package/dist/src/hooks/components/listEngineModal/mergeListFilterAndOrders.d.ts +4 -4
- package/dist/src/hooks/components/listEngineModal/useFullScreen.d.ts +10 -10
- package/dist/src/hooks/components/listEngineModal/useListEngineContext.d.ts +15 -15
- package/dist/src/hooks/components/listEngineModal/useListEngineModal.d.ts +50 -50
- package/dist/src/hooks/components/listEngineModal/useListSelection.d.ts +17 -17
- package/dist/src/hooks/components/listEngineModal/useListState.d.ts +18 -18
- package/dist/src/hooks/components/table/index.d.ts +1 -1
- package/dist/src/hooks/components/table/useTableLayout.d.ts +1 -1
- package/dist/src/hooks/components/useChannel.d.ts +4 -4
- package/dist/src/hooks/components/useInstanceProps.d.ts +5 -5
- package/dist/src/hooks/components/useLayout.d.ts +16 -16
- package/dist/src/hooks/components/useLayoutChildren.d.ts +6 -6
- package/dist/src/hooks/components/useMenu.d.ts +18 -18
- package/dist/src/hooks/components/useOcr.d.ts +8 -8
- package/dist/src/hooks/components/usePageStatus.d.ts +6 -6
- package/dist/src/hooks/components/usePreviewMode.d.ts +10 -10
- package/dist/src/hooks/components/usePrint.d.ts +10 -10
- package/dist/src/hooks/components/useWidgets.d.ts +5 -5
- package/dist/src/hooks/context/index.d.ts +5 -5
- package/dist/src/hooks/context/useEngineContext.d.ts +9 -9
- package/dist/src/hooks/context/useGlobalEngineContext.d.ts +7 -7
- package/dist/src/hooks/context/useListMasterContext.d.ts +12 -12
- package/dist/src/hooks/context/useMenuContext.d.ts +8 -8
- package/dist/src/hooks/context/useMultipleContext.d.ts +2 -2
- package/dist/src/hooks/context/useRowSelectionContext.d.ts +27 -27
- package/dist/src/hooks/controls/ElectronicSignature/index.d.ts +1 -1
- package/dist/src/hooks/controls/ElectronicSignature/useElectronicSignature.d.ts +24 -24
- package/dist/src/hooks/controls/address/index.d.ts +1 -1
- package/dist/src/hooks/controls/address/useAddress.d.ts +3 -3
- package/dist/src/hooks/controls/amount/index.d.ts +1 -1
- package/dist/src/hooks/controls/amount/useAmount.d.ts +34 -34
- package/dist/src/hooks/controls/button/index.d.ts +1 -1
- package/dist/src/hooks/controls/calc/index.d.ts +1 -1
- package/dist/src/hooks/controls/cardGroup/index.d.ts +1 -1
- package/dist/src/hooks/controls/cardGroup/useCardGroup.d.ts +4 -4
- package/dist/src/hooks/controls/dashboard/useDashboard.d.ts +29 -29
- package/dist/src/hooks/controls/dataView/index.d.ts +1 -1
- package/dist/src/hooks/controls/decimalColumn/index.d.ts +1 -1
- package/dist/src/hooks/controls/decimalColumn/useDecimalColumn.d.ts +10 -10
- package/dist/src/hooks/controls/department2/useDepartmentDatasource.d.ts +33 -33
- package/dist/src/hooks/controls/employee/index.d.ts +1 -1
- package/dist/src/hooks/controls/employee/useEmployeeDatasource.d.ts +32 -32
- package/dist/src/hooks/controls/formSelectButton/index.d.ts +1 -1
- package/dist/src/hooks/controls/formSelectButton/useFormSelectButton.d.ts +17 -17
- package/dist/src/hooks/controls/index.d.ts +25 -25
- package/dist/src/hooks/controls/input/index.d.ts +1 -1
- package/dist/src/hooks/controls/listMaster/index.d.ts +1 -1
- package/dist/src/hooks/controls/listMaster/useListMaster.d.ts +6 -6
- package/dist/src/hooks/controls/listMaster/useModel.d.ts +12 -12
- package/dist/src/hooks/controls/listOrganizationSelection/index.d.ts +1 -1
- package/dist/src/hooks/controls/listOrganizationSelection/useOrganizationSelection.d.ts +36 -36
- package/dist/src/hooks/controls/listSelectButton/index.d.ts +2 -2
- package/dist/src/hooks/controls/listSelectButton/useEngineFillState.d.ts +13 -13
- package/dist/src/hooks/controls/listSelectButton/useListSelectButton.d.ts +18 -18
- package/dist/src/hooks/controls/listView/index.d.ts +1 -1
- package/dist/src/hooks/controls/listView/useListActionsEvent.d.ts +7 -7
- package/dist/src/hooks/controls/listView/useModel.d.ts +39 -39
- package/dist/src/hooks/controls/listView/useQuerySelectedRows.d.ts +18 -18
- package/dist/src/hooks/controls/listViewSelect/index.d.ts +1 -1
- package/dist/src/hooks/controls/listViewSelect/useListViewSelect.d.ts +13 -13
- package/dist/src/hooks/controls/number/index.d.ts +1 -1
- package/dist/src/hooks/controls/number/useNumber.d.ts +31 -31
- package/dist/src/hooks/controls/selecRelation/selectRelation.d.ts +19 -19
- package/dist/src/hooks/controls/selecRelation/tools.d.ts +4 -4
- package/dist/src/hooks/controls/selecRelation/useSelectRelationEngineInit.d.ts +8 -8
- package/dist/src/hooks/controls/selecRelation/useViewLink.d.ts +11 -11
- package/dist/src/hooks/controls/simpleSearch/index.d.ts +1 -1
- package/dist/src/hooks/controls/simpleSearch/useSimpleSearch.d.ts +13 -13
- package/dist/src/hooks/controls/subtable/index.d.ts +1 -1
- package/dist/src/hooks/controls/subtable/useSubtableDelete.d.ts +2 -2
- package/dist/src/hooks/controls/subtable/useSubtableFormEngineModal.d.ts +19 -19
- package/dist/src/hooks/controls/tab/index.d.ts +1 -1
- package/dist/src/hooks/controls/title/index.d.ts +1 -1
- package/dist/src/hooks/controls/title/useTitleCopyDocument.d.ts +6 -6
- package/dist/src/hooks/controls/tree/index.d.ts +1 -1
- package/dist/src/hooks/controls/tree/useTreeInit.d.ts +32 -32
- package/dist/src/hooks/controls/useAttachmentPreview.d.ts +7 -7
- package/dist/src/hooks/controls/useForceUpdate.d.ts +3 -3
- package/dist/src/hooks/controls/useInstanceId.d.ts +1 -1
- package/dist/src/hooks/controls/useRangePlaceholder.d.ts +2 -2
- package/dist/src/hooks/controls/wps/index.d.ts +1 -1
- package/dist/src/hooks/controls/wps/useWpsPage.d.ts +3 -3
- package/dist/src/hooks/form/index.d.ts +12 -12
- package/dist/src/hooks/form/onEngineEvent.d.ts +1 -1
- package/dist/src/hooks/form/useAutoFocus.d.ts +5 -5
- package/dist/src/hooks/form/useBatchPrint.d.ts +21 -21
- package/dist/src/hooks/form/useChangeLog.d.ts +91 -91
- package/dist/src/hooks/form/useCopyDocument.d.ts +4 -4
- package/dist/src/hooks/form/useDisplay.d.ts +16 -16
- package/dist/src/hooks/form/useEngineMounted.d.ts +1 -1
- package/dist/src/hooks/form/useFormEvents.d.ts +12 -12
- package/dist/src/hooks/form/useOptions.d.ts +18 -18
- package/dist/src/hooks/form/useSubmitStatus.d.ts +6 -6
- package/dist/src/hooks/form/useUserValue.d.ts +8 -8
- package/dist/src/hooks/index.d.ts +7 -7
- package/dist/src/hooks/model/index.d.ts +1 -1
- package/dist/src/hooks/model/useDashboardState.d.ts +23 -23
- package/dist/src/hooks/useAgreement.d.ts +12 -12
- package/dist/src/hooks/views/index.d.ts +9 -9
- package/dist/src/hooks/views/useApprovalForm.d.ts +45 -45
- package/dist/src/hooks/views/useExternalFormData.d.ts +18 -18
- package/dist/src/hooks/views/useFormRenderByApprovalProcess.d.ts +41 -41
- package/dist/src/hooks/views/useFormRenderByFormKeyAndUid.d.ts +30 -30
- package/dist/src/hooks/views/usePageForm.d.ts +21 -21
- package/dist/src/hooks/views/usePrintForm.d.ts +15 -15
- package/dist/src/hooks/views/useProcessForm.d.ts +32 -32
- package/dist/src/hooks/views/useProcessFormRenderByFormKeyAndUid.d.ts +31 -31
- package/dist/src/hooks/views/useStateIsBindProcess.d.ts +2 -2
- package/dist/src/hooks/views/useStateIsFreePage.d.ts +3 -3
- package/dist/src/hooks/views/useStateIsSupportMobile.d.ts +2 -2
- package/dist/src/hooks/views/useStateIsVuePage.d.ts +3 -3
- package/dist/src/locales/index.d.ts +15 -15
- package/dist/src/locales/vue-i18n.d.ts +11 -11
- package/dist/src/plugins/customTemplate.d.ts +5 -5
- package/dist/src/plugins/engine/ActionUtilsPlugin.d.ts +56 -56
- package/dist/src/plugins/engine/ApprovalPlugin.d.ts +16 -16
- package/dist/src/plugins/engine/CustomVueControlPlugin.d.ts +23 -23
- package/dist/src/plugins/engine/DataFilterPlugin.d.ts +14 -14
- package/dist/src/plugins/engine/DataSourceManagePlugin.d.ts +25 -25
- package/dist/src/plugins/engine/DataViewPlugin.d.ts +42 -42
- package/dist/src/plugins/engine/DatasourceSearchPlugin.d.ts +42 -42
- package/dist/src/plugins/engine/DisplayPlugin.d.ts +71 -71
- package/dist/src/plugins/engine/EventListenerPlugin/JsMethodHandler.d.ts +9 -9
- package/dist/src/plugins/engine/EventListenerPlugin/OpenLinkHandler.d.ts +10 -10
- package/dist/src/plugins/engine/EventListenerPlugin/QuerySvcHandler.d.ts +23 -23
- package/dist/src/plugins/engine/EventListenerPlugin/SetInstanceHandler.d.ts +3 -3
- package/dist/src/plugins/engine/EventListenerPlugin/index.d.ts +14 -14
- package/dist/src/plugins/engine/EventListenerPlugin/type.d.ts +102 -102
- package/dist/src/plugins/engine/ExpressionBasePlugin.d.ts +23 -23
- package/dist/src/plugins/engine/ExpressionPlugin.d.ts +47 -47
- package/dist/src/plugins/engine/FormRelationFieldPlugin.d.ts +6 -6
- package/dist/src/plugins/engine/FormStateChangePlugin.d.ts +13 -13
- package/dist/src/plugins/engine/JurisdictionPlugin.d.ts +16 -16
- package/dist/src/plugins/engine/MultistageFillingPlugin.d.ts +19 -19
- package/dist/src/plugins/engine/ReferenceAndCalcFieldPlugin.d.ts +7 -7
- package/dist/src/plugins/engine/SubtableChangePlugin.d.ts +9 -9
- package/dist/src/plugins/engine/TitlePlugin.d.ts +18 -18
- package/dist/src/plugins/engine/TitleSettingPlugin.d.ts +33 -33
- package/dist/src/plugins/engine/constant.d.ts +24 -24
- package/dist/src/plugins/engine/index.d.ts +19 -19
- package/dist/src/plugins/okwcuiConfig.d.ts +2 -2
- package/dist/src/plugins/setTenant.d.ts +6 -6
- package/dist/src/plugins/utils/EventContorlExpressionValue.d.ts +26 -26
- package/dist/src/plugins/utils/eventListenerLogic.d.ts +1 -1
- package/dist/src/plugins/utils/index.d.ts +2 -2
- package/dist/src/plugins/wfcComponents.d.ts +1 -1
- package/dist/src/services/api.d.ts +26 -26
- package/dist/src/services/baseAuto.d.ts +39 -39
- package/dist/src/services/index.d.ts +2 -2
- package/dist/src/services/infoAuto.d.ts +16 -16
- package/dist/src/services/portal/services.auto.d.ts +2108 -2108
- package/dist/src/services/services.auto.d.ts +3024 -3024
- package/dist/src/services/widgets.d.ts +15 -15
- package/dist/src/store/index.d.ts +28 -28
- package/dist/src/types/PageContext.d.ts +6 -6
- package/dist/src/types/PaginationProps.d.ts +22 -22
- package/dist/src/types/approval-submit.d.ts +7 -7
- package/dist/src/types/type.d.ts +26 -26
- package/dist/src/types/vue-type.d.ts +102 -102
- package/dist/src/types/vuedraggable.d.ts +36 -36
- package/dist/src/utils/controls/activeElementBlur.d.ts +1 -1
- package/dist/src/utils/controls/amountUtils.d.ts +4 -4
- package/dist/src/utils/controls/attachmentUtils.d.ts +7 -7
- package/dist/src/utils/controls/customVueRegister.d.ts +2 -2
- package/dist/src/utils/controls/dateUtils.d.ts +6 -6
- package/dist/src/utils/controls/dealTableColumn.d.ts +20 -20
- package/dist/src/utils/controls/findInstance.d.ts +2 -2
- package/dist/src/utils/controls/formCopy.d.ts +9 -9
- package/dist/src/utils/controls/getSubtables.d.ts +1 -1
- package/dist/src/utils/controls/imageUtils.d.ts +8 -8
- package/dist/src/utils/controls/index.d.ts +14 -14
- package/dist/src/utils/controls/notAccess.d.ts +5 -5
- package/dist/src/utils/controls/notFound.d.ts +5 -5
- package/dist/src/utils/controls/notSupportMobile.d.ts +1 -1
- package/dist/src/utils/controls/preview.d.ts +1 -1
- package/dist/src/utils/controls/submitFormData.d.ts +14 -14
- package/dist/src/utils/controls/subtable.d.ts +3 -3
- package/dist/src/utils/controls/table.d.ts +10 -10
- package/dist/src/utils/core/buildFiltersToDataSetValues.d.ts +9 -9
- package/dist/src/utils/core/cacheRequest.d.ts +10 -10
- package/dist/src/utils/core/crossMessageProcessor.d.ts +10 -10
- package/dist/src/utils/core/expressionTools.d.ts +22 -22
- package/dist/src/utils/core/index.d.ts +10 -10
- package/dist/src/utils/core/math.d.ts +6 -7
- package/dist/src/utils/core/onlineDebugger.d.ts +2 -2
- package/dist/src/utils/core/proxy.d.ts +3 -3
- package/dist/src/utils/core/registerControl.d.ts +10 -10
- package/dist/src/utils/core/sensorsData.d.ts +1 -1
- package/dist/src/utils/core/setFormData.d.ts +21 -21
- package/dist/src/utils/core/setSubtableData.d.ts +8 -8
- package/dist/src/utils/core/tinyMitt.d.ts +42 -42
- package/dist/src/utils/core/vueApp.d.ts +5 -5
- package/dist/src/utils/index.d.ts +4 -4
- package/dist/src/utils/model/index.d.ts +3 -3
- package/dist/src/utils/model/operateCache.d.ts +6 -6
- package/dist/src/utils/model/primaryKey.d.ts +4 -4
- package/dist/src/utils/model/subtable.d.ts +20 -20
- package/dist/src/utils/platform/beforeCreateInstance.d.ts +9 -9
- package/dist/src/utils/platform/engine.d.ts +2 -2
- package/dist/src/utils/platform/vueApp.d.ts +5 -5
- package/dist/src/utils/polyfill/at.d.ts +1 -1
- package/dist/src/utils/tools/assist.d.ts +9 -9
- package/dist/src/utils/tools/asyncInterval.d.ts +5 -5
- package/dist/src/utils/tools/asyncLoadControl.d.ts +13 -13
- package/dist/src/utils/tools/beforeCreateInstance.d.ts +9 -9
- package/dist/src/utils/tools/browserType.d.ts +4 -4
- package/dist/src/utils/tools/common.d.ts +18 -18
- package/dist/src/utils/tools/dataFormat.d.ts +1 -1
- package/dist/src/utils/tools/dataType.d.ts +1 -1
- package/dist/src/utils/tools/dateUtils.d.ts +13 -13
- package/dist/src/utils/tools/domUtils.d.ts +23 -23
- package/dist/src/utils/tools/event.d.ts +1 -1
- package/dist/src/utils/tools/filterSystemTime.d.ts +1 -1
- package/dist/src/utils/tools/getCachedApplyRender.d.ts +9 -9
- package/dist/src/utils/tools/getCachedCurrentUser.d.ts +1 -1
- package/dist/src/utils/tools/globalModules.d.ts +34 -34
- package/dist/src/utils/tools/iconfontCompatible.d.ts +1 -1
- package/dist/src/utils/tools/index.d.ts +15 -15
- package/dist/src/utils/tools/queryInfoUtils.d.ts +15 -15
- package/dist/src/utils/tools/subtableAgGridUtils.d.ts +1 -1
- package/dist/src/utils/tools/titleFormat.d.ts +2 -2
- package/dist/src/utils/tools/userAgent.d.ts +3 -3
- package/dist/src/utils/tools/wps/web-office-sdk-v1.1.19.es.d.ts +57 -57
- package/package.json +1 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export * from './amountUtils';
|
|
2
|
-
export * from './imageUtils';
|
|
3
|
-
export * from './activeElementBlur';
|
|
4
|
-
export * from './attachmentUtils';
|
|
5
|
-
export * from './notAccess';
|
|
6
|
-
export * from './notFound';
|
|
7
|
-
export * from './notSupportMobile';
|
|
8
|
-
export * from './submitFormData';
|
|
9
|
-
export * from './findInstance';
|
|
10
|
-
export * from './dealTableColumn';
|
|
11
|
-
export * from './table';
|
|
12
|
-
export * from './preview';
|
|
13
|
-
export * from './subtable';
|
|
14
|
-
export * from './formCopy';
|
|
1
|
+
export * from './amountUtils';
|
|
2
|
+
export * from './imageUtils';
|
|
3
|
+
export * from './activeElementBlur';
|
|
4
|
+
export * from './attachmentUtils';
|
|
5
|
+
export * from './notAccess';
|
|
6
|
+
export * from './notFound';
|
|
7
|
+
export * from './notSupportMobile';
|
|
8
|
+
export * from './submitFormData';
|
|
9
|
+
export * from './findInstance';
|
|
10
|
+
export * from './dealTableColumn';
|
|
11
|
+
export * from './table';
|
|
12
|
+
export * from './preview';
|
|
13
|
+
export * from './subtable';
|
|
14
|
+
export * from './formCopy';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Router } from 'vue-router';
|
|
2
|
-
export declare function setNotAccess(router: Router, options: {
|
|
3
|
-
appId: string;
|
|
4
|
-
sappId: string;
|
|
5
|
-
}, query: any, store: any, fullPath: string): void;
|
|
1
|
+
import { Router } from 'vue-router';
|
|
2
|
+
export declare function setNotAccess(router: Router, options: {
|
|
3
|
+
appId: string;
|
|
4
|
+
sappId: string;
|
|
5
|
+
}, query: any, store: any, fullPath: string): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Router } from 'vue-router';
|
|
2
|
-
export declare function setNotFound(router: Router, options: {
|
|
3
|
-
appId: string;
|
|
4
|
-
sappId: string;
|
|
5
|
-
}, query: any, store: any, fullPath: string): void;
|
|
1
|
+
import { Router } from 'vue-router';
|
|
2
|
+
export declare function setNotFound(router: Router, options: {
|
|
3
|
+
appId: string;
|
|
4
|
+
sappId: string;
|
|
5
|
+
}, query: any, store: any, fullPath: string): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function notSupportMobile(supportMobile: boolean | undefined): void;
|
|
1
|
+
export declare function notSupportMobile(supportMobile: boolean | undefined): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const isPreview: boolean;
|
|
1
|
+
export declare const isPreview: boolean;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
2
|
-
/**
|
|
3
|
-
* 格式化表单保存数据
|
|
4
|
-
*/
|
|
5
|
-
export declare function getSaveData(context: Engine, dataViewId: string, params: {
|
|
6
|
-
sappId?: string;
|
|
7
|
-
uId?: string;
|
|
8
|
-
isEditing?: boolean;
|
|
9
|
-
channelParamId?: string;
|
|
10
|
-
}, behaviors: typing.PageBehaviorBo[]): typing.SubmitFormDto & typing.RunFormDto;
|
|
11
|
-
/**
|
|
12
|
-
* 表单校验,滚动到提示第一个
|
|
13
|
-
*/
|
|
14
|
-
export declare function validTransition(): string | undefined;
|
|
1
|
+
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
2
|
+
/**
|
|
3
|
+
* 格式化表单保存数据
|
|
4
|
+
*/
|
|
5
|
+
export declare function getSaveData(context: Engine, dataViewId: string, params: {
|
|
6
|
+
sappId?: string;
|
|
7
|
+
uId?: string;
|
|
8
|
+
isEditing?: boolean;
|
|
9
|
+
channelParamId?: string;
|
|
10
|
+
}, behaviors: typing.PageBehaviorBo[]): typing.SubmitFormDto & typing.RunFormDto;
|
|
11
|
+
/**
|
|
12
|
+
* 表单校验,滚动到提示第一个
|
|
13
|
+
*/
|
|
14
|
+
export declare function validTransition(): string | undefined;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
|
|
2
|
-
export declare function isNewRow(uid: string): boolean;
|
|
3
|
-
export declare const protogenesisColumn: readonly CONTROL_TYPE[];
|
|
1
|
+
import { CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
|
|
2
|
+
export declare function isNewRow(uid: string): boolean;
|
|
3
|
+
export declare const protogenesisColumn: readonly CONTROL_TYPE[];
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { OptionsType } from '../../types/controls/table-import';
|
|
2
|
-
/**
|
|
3
|
-
* 遍历数据,重命名重复项的label值
|
|
4
|
-
* @param list 对象数组
|
|
5
|
-
* @example [{"label":"短文本"},{"label":"长文本"},{"lable":"短文本"},{"lable":"短文本"}]
|
|
6
|
-
* => [{"label":"短文本"},{"label":"长文本"},{"lable":"短文本@1"},{"lable":"短文本@2"}]
|
|
7
|
-
*/
|
|
8
|
-
export declare function addRepeatNameSeparator(list: OptionsType[], separator: string): OptionsType[];
|
|
9
|
-
export declare function removeLabelSeparator(name: string, separator: string, index?: number): string;
|
|
10
|
-
export declare function removeRepeatNameSeparator(list: OptionsType[], separator: string): OptionsType[];
|
|
1
|
+
import { OptionsType } from '../../types/controls/table-import';
|
|
2
|
+
/**
|
|
3
|
+
* 遍历数据,重命名重复项的label值
|
|
4
|
+
* @param list 对象数组
|
|
5
|
+
* @example [{"label":"短文本"},{"label":"长文本"},{"lable":"短文本"},{"lable":"短文本"}]
|
|
6
|
+
* => [{"label":"短文本"},{"label":"长文本"},{"lable":"短文本@1"},{"lable":"短文本@2"}]
|
|
7
|
+
*/
|
|
8
|
+
export declare function addRepeatNameSeparator(list: OptionsType[], separator: string): OptionsType[];
|
|
9
|
+
export declare function removeLabelSeparator(name: string, separator: string, index?: number): string;
|
|
10
|
+
export declare function removeRepeatNameSeparator(list: OptionsType[], separator: string): OptionsType[];
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { FieldFilterCondition, FieldFilterConditions } from '@byteluck-fe/model-driven-core-all';
|
|
2
|
-
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
3
|
-
interface DataSetValue {
|
|
4
|
-
code: string;
|
|
5
|
-
value: string;
|
|
6
|
-
field_type?: string;
|
|
7
|
-
}
|
|
8
|
-
export declare function buildFiltersToDataSetValues(engine: Engine, filters: (FieldFilterCondition | FieldFilterConditions)[], rowIndex?: number, initialValue?: DataSetValue[], props?: any): DataSetValue[];
|
|
9
|
-
export {};
|
|
1
|
+
import { FieldFilterCondition, FieldFilterConditions } from '@byteluck-fe/model-driven-core-all';
|
|
2
|
+
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
3
|
+
interface DataSetValue {
|
|
4
|
+
code: string;
|
|
5
|
+
value: string;
|
|
6
|
+
field_type?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function buildFiltersToDataSetValues(engine: Engine, filters: (FieldFilterCondition | FieldFilterConditions)[], rowIndex?: number, initialValue?: DataSetValue[], props?: any): DataSetValue[];
|
|
9
|
+
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import ServiceAuto from '../../services/services.auto';
|
|
2
|
-
export declare class CacheRequest {
|
|
3
|
-
private cache;
|
|
4
|
-
private cacheResult;
|
|
5
|
-
private readonly service;
|
|
6
|
-
constructor(requestThis: ServiceAuto);
|
|
7
|
-
setCache(value: boolean): void;
|
|
8
|
-
request<T extends (payload: any) => Promise<any>>(request: T, params: Parameters<T>[0]['payload']): ReturnType<T>;
|
|
9
|
-
request<T extends (payload: any) => Promise<any>, R>(request: T, params: Parameters<T>[0]['payload'], callback: (response: ReturnType<T> extends Promise<infer U> ? U : any) => R): Promise<R extends void ? ReturnType<T> : R>;
|
|
10
|
-
}
|
|
1
|
+
import ServiceAuto from '../../services/services.auto';
|
|
2
|
+
export declare class CacheRequest {
|
|
3
|
+
private cache;
|
|
4
|
+
private cacheResult;
|
|
5
|
+
private readonly service;
|
|
6
|
+
constructor(requestThis: ServiceAuto);
|
|
7
|
+
setCache(value: boolean): void;
|
|
8
|
+
request<T extends (payload: any) => Promise<any>>(request: T, params: Parameters<T>[0]['payload']): ReturnType<T>;
|
|
9
|
+
request<T extends (payload: any) => Promise<any>, R>(request: T, params: Parameters<T>[0]['payload'], callback: (response: ReturnType<T> extends Promise<infer U> ? U : any) => R): Promise<R extends void ? ReturnType<T> : R>;
|
|
10
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare type CrossDomainMessageType = {
|
|
2
|
-
status: string;
|
|
3
|
-
action: string;
|
|
4
|
-
system: string;
|
|
5
|
-
options: any;
|
|
6
|
-
};
|
|
7
|
-
export declare function tryRefreshOpener(message: CrossDomainMessageType): void;
|
|
8
|
-
export declare function corssDomainMessageProcessor(route: any, store: any): void;
|
|
9
|
-
export declare function removeAppLauncherTab(message: any): void;
|
|
10
|
-
export {};
|
|
1
|
+
declare type CrossDomainMessageType = {
|
|
2
|
+
status: string;
|
|
3
|
+
action: string;
|
|
4
|
+
system: string;
|
|
5
|
+
options: any;
|
|
6
|
+
};
|
|
7
|
+
export declare function tryRefreshOpener(message: CrossDomainMessageType): void;
|
|
8
|
+
export declare function corssDomainMessageProcessor(route: any, store: any): void;
|
|
9
|
+
export declare function removeAppLauncherTab(message: any): void;
|
|
10
|
+
export {};
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { Expression } from '@byteluck/expression-parser';
|
|
2
|
-
interface FX {
|
|
3
|
-
[controlId: string]: {
|
|
4
|
-
[propertyKey: string]: {
|
|
5
|
-
expression_display: string;
|
|
6
|
-
expression: string;
|
|
7
|
-
expression_detail: string;
|
|
8
|
-
expression_detail_split: string[];
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
export declare class ExpressionTools {
|
|
13
|
-
expressionParser: Expression;
|
|
14
|
-
private userInfo;
|
|
15
|
-
expressionArr: any;
|
|
16
|
-
constructor(userInfo: any, config: FX);
|
|
17
|
-
parserFXConfig(config: FX): void;
|
|
18
|
-
registerSystemVariables(): void;
|
|
19
|
-
getCurrentSystemVariables(keys: string[]): any;
|
|
20
|
-
getSessionVariables(keys: string[]): string | null;
|
|
21
|
-
}
|
|
22
|
-
export {};
|
|
1
|
+
import { Expression } from '@byteluck/expression-parser';
|
|
2
|
+
interface FX {
|
|
3
|
+
[controlId: string]: {
|
|
4
|
+
[propertyKey: string]: {
|
|
5
|
+
expression_display: string;
|
|
6
|
+
expression: string;
|
|
7
|
+
expression_detail: string;
|
|
8
|
+
expression_detail_split: string[];
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare class ExpressionTools {
|
|
13
|
+
expressionParser: Expression;
|
|
14
|
+
private userInfo;
|
|
15
|
+
expressionArr: any;
|
|
16
|
+
constructor(userInfo: any, config: FX);
|
|
17
|
+
parserFXConfig(config: FX): void;
|
|
18
|
+
registerSystemVariables(): void;
|
|
19
|
+
getCurrentSystemVariables(keys: string[]): any;
|
|
20
|
+
getSessionVariables(keys: string[]): string | null;
|
|
21
|
+
}
|
|
22
|
+
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from '@byteluck-fe/global-shared';
|
|
2
|
-
export * from './cacheRequest';
|
|
3
|
-
export * from './setFormData';
|
|
4
|
-
export * from './setSubtableData';
|
|
5
|
-
export * from './buildFiltersToDataSetValues';
|
|
6
|
-
export * from './math';
|
|
7
|
-
export * from './proxy';
|
|
8
|
-
export { default as vueApp } from './vueApp';
|
|
9
|
-
export { default as Mitt } from './tinyMitt';
|
|
10
|
-
export * from './expressionTools';
|
|
1
|
+
export * from '@byteluck-fe/global-shared';
|
|
2
|
+
export * from './cacheRequest';
|
|
3
|
+
export * from './setFormData';
|
|
4
|
+
export * from './setSubtableData';
|
|
5
|
+
export * from './buildFiltersToDataSetValues';
|
|
6
|
+
export * from './math';
|
|
7
|
+
export * from './proxy';
|
|
8
|
+
export { default as vueApp } from './vueApp';
|
|
9
|
+
export { default as Mitt } from './tinyMitt';
|
|
10
|
+
export * from './expressionTools';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import Decimal from 'decimal.js';
|
|
2
|
-
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const toFixed: (num: Decimal.Value, dp?: number | undefined) => string;
|
|
1
|
+
import Decimal from 'decimal.js';
|
|
2
|
+
export declare const add: (arg1: Decimal.Value, arg2: Decimal.Value) => string;
|
|
3
|
+
export declare const subtract: (arg1: Decimal.Value, arg2: Decimal.Value) => string;
|
|
4
|
+
export declare const multiply: (arg1: Decimal.Value, arg2: Decimal.Value) => string;
|
|
5
|
+
export declare const divide: (arg1: Decimal.Value, arg2: Decimal.Value) => string;
|
|
6
|
+
export declare const toFixed: (num: Decimal.Value, dp?: number | undefined) => string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function consolelog(...args: any[]): void;
|
|
2
|
-
export declare function consoleerror(...args: any[]): void;
|
|
1
|
+
export declare function consolelog(...args: any[]): void;
|
|
2
|
+
export declare function consoleerror(...args: any[]): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ComponentPublicInstance, ComponentOptionsBase } from 'vue';
|
|
2
|
-
export declare function getCurrentProxy(): {
|
|
3
|
-
proxy: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
4
|
-
};
|
|
2
|
+
export declare function getCurrentProxy(): {
|
|
3
|
+
proxy: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
4
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare namespace __WebpackModuleApi {
|
|
2
|
-
interface RequireContext {
|
|
3
|
-
keys(): string[];
|
|
4
|
-
<T>(id: string): T;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
export declare function register(comps: any): void;
|
|
8
|
-
export declare function init(context: __WebpackModuleApi.RequireContext): void;
|
|
9
|
-
export default function install(Vue: any): void;
|
|
10
|
-
export {};
|
|
1
|
+
declare namespace __WebpackModuleApi {
|
|
2
|
+
interface RequireContext {
|
|
3
|
+
keys(): string[];
|
|
4
|
+
<T>(id: string): T;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
export declare function register(comps: any): void;
|
|
8
|
+
export declare function init(context: __WebpackModuleApi.RequireContext): void;
|
|
9
|
+
export default function install(Vue: any): void;
|
|
10
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function approvalSensors(task: any, context: any): void;
|
|
1
|
+
export declare function approvalSensors(task: any, context: any): void;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
2
|
-
export declare function getFormDataUID(values: any[]): string;
|
|
3
|
-
/**
|
|
4
|
-
* 填充表单数据
|
|
5
|
-
* @param data 需要填充的原始数据
|
|
6
|
-
*/
|
|
7
|
-
export declare function getMasterData(dataCode: string, values: typing.DataBo[]): {
|
|
8
|
-
dataSet: any;
|
|
9
|
-
dataDisplay: any;
|
|
10
|
-
};
|
|
11
|
-
export declare function handleFillDataSet(context: Engine, dataSetValues: typing.DataBo[], subTableData?: {
|
|
12
|
-
[subtableId: string]: typing.SubTableRowDataBo[];
|
|
13
|
-
}): void;
|
|
14
|
-
export declare function setFormDataNew(params: {
|
|
15
|
-
context: Engine;
|
|
16
|
-
uId?: string | null;
|
|
17
|
-
datasetPromise?: Promise<typing.PageDataDisplayBo | undefined>;
|
|
18
|
-
setLoading?: Fn;
|
|
19
|
-
query: typing.SubTableQuery;
|
|
20
|
-
isCopyPage?: boolean;
|
|
21
|
-
}): Promise<void>;
|
|
1
|
+
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
2
|
+
export declare function getFormDataUID(values: any[]): string;
|
|
3
|
+
/**
|
|
4
|
+
* 填充表单数据
|
|
5
|
+
* @param data 需要填充的原始数据
|
|
6
|
+
*/
|
|
7
|
+
export declare function getMasterData(dataCode: string, values: typing.DataBo[]): {
|
|
8
|
+
dataSet: any;
|
|
9
|
+
dataDisplay: any;
|
|
10
|
+
};
|
|
11
|
+
export declare function handleFillDataSet(context: Engine, dataSetValues: typing.DataBo[], subTableData?: {
|
|
12
|
+
[subtableId: string]: typing.SubTableRowDataBo[];
|
|
13
|
+
}): void;
|
|
14
|
+
export declare function setFormDataNew(params: {
|
|
15
|
+
context: Engine;
|
|
16
|
+
uId?: string | null;
|
|
17
|
+
datasetPromise?: Promise<typing.PageDataDisplayBo | undefined>;
|
|
18
|
+
setLoading?: Fn;
|
|
19
|
+
query: typing.SubTableQuery;
|
|
20
|
+
isCopyPage?: boolean;
|
|
21
|
+
}): Promise<void>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
2
|
-
export declare function setSubtableData(params: {
|
|
3
|
-
pagination: Recordable<any>;
|
|
4
|
-
controlId: string;
|
|
5
|
-
dataCode: string;
|
|
6
|
-
context?: Engine;
|
|
7
|
-
setLoading?: Fn;
|
|
8
|
-
}): Promise<void>;
|
|
1
|
+
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
2
|
+
export declare function setSubtableData(params: {
|
|
3
|
+
pagination: Recordable<any>;
|
|
4
|
+
controlId: string;
|
|
5
|
+
dataCode: string;
|
|
6
|
+
context?: Engine;
|
|
7
|
+
setLoading?: Fn;
|
|
8
|
+
}): Promise<void>;
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Mitt: Tiny functional event emitter / pubsub
|
|
3
|
-
*
|
|
4
|
-
* @name mitt
|
|
5
|
-
* @param {Array} [all] Optional array of event names to registered handler functions
|
|
6
|
-
* @returns {Function} The function's instance
|
|
7
|
-
*/
|
|
8
|
-
export default class Mitt {
|
|
9
|
-
private cache;
|
|
10
|
-
constructor(all?: never[]);
|
|
11
|
-
once(type: string | symbol, handler: Fn): this;
|
|
12
|
-
/**
|
|
13
|
-
* Register an event handler for the given type.
|
|
14
|
-
*
|
|
15
|
-
* @param {string|symbol} type Type of event to listen for, or `"*"` for all events
|
|
16
|
-
* @param {Function} handler Function to call in response to given event
|
|
17
|
-
*/
|
|
18
|
-
on(type: string | symbol, handler: Fn): void;
|
|
19
|
-
/**
|
|
20
|
-
* Remove an event handler for the given type.
|
|
21
|
-
*
|
|
22
|
-
* @param {string|symbol} type Type of event to unregister `handler` from, or `"*"`
|
|
23
|
-
* @param {Function} handler Handler function to remove
|
|
24
|
-
*/
|
|
25
|
-
off(type: string | symbol, handler: Fn): void;
|
|
26
|
-
/**
|
|
27
|
-
* Invoke all handlers for the given type.
|
|
28
|
-
* If present, `"*"` handlers are invoked after type-matched handlers.
|
|
29
|
-
*
|
|
30
|
-
* Note: Manually firing "*" handlers is not supported.
|
|
31
|
-
*
|
|
32
|
-
* @param {string|symbol} type The event type to invoke
|
|
33
|
-
* @param {*} [evt] Any value (object is recommended and powerful), passed to each handler
|
|
34
|
-
*/
|
|
35
|
-
emit(type: string | symbol, evt?: any): void;
|
|
36
|
-
/**
|
|
37
|
-
* Remove all event handlers.
|
|
38
|
-
*
|
|
39
|
-
* Note: This will also remove event handlers passed via `mitt(all: EventHandlerMap)`.
|
|
40
|
-
*/
|
|
41
|
-
clear(): void;
|
|
42
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* Mitt: Tiny functional event emitter / pubsub
|
|
3
|
+
*
|
|
4
|
+
* @name mitt
|
|
5
|
+
* @param {Array} [all] Optional array of event names to registered handler functions
|
|
6
|
+
* @returns {Function} The function's instance
|
|
7
|
+
*/
|
|
8
|
+
export default class Mitt {
|
|
9
|
+
private cache;
|
|
10
|
+
constructor(all?: never[]);
|
|
11
|
+
once(type: string | symbol, handler: Fn): this;
|
|
12
|
+
/**
|
|
13
|
+
* Register an event handler for the given type.
|
|
14
|
+
*
|
|
15
|
+
* @param {string|symbol} type Type of event to listen for, or `"*"` for all events
|
|
16
|
+
* @param {Function} handler Function to call in response to given event
|
|
17
|
+
*/
|
|
18
|
+
on(type: string | symbol, handler: Fn): void;
|
|
19
|
+
/**
|
|
20
|
+
* Remove an event handler for the given type.
|
|
21
|
+
*
|
|
22
|
+
* @param {string|symbol} type Type of event to unregister `handler` from, or `"*"`
|
|
23
|
+
* @param {Function} handler Handler function to remove
|
|
24
|
+
*/
|
|
25
|
+
off(type: string | symbol, handler: Fn): void;
|
|
26
|
+
/**
|
|
27
|
+
* Invoke all handlers for the given type.
|
|
28
|
+
* If present, `"*"` handlers are invoked after type-matched handlers.
|
|
29
|
+
*
|
|
30
|
+
* Note: Manually firing "*" handlers is not supported.
|
|
31
|
+
*
|
|
32
|
+
* @param {string|symbol} type The event type to invoke
|
|
33
|
+
* @param {*} [evt] Any value (object is recommended and powerful), passed to each handler
|
|
34
|
+
*/
|
|
35
|
+
emit(type: string | symbol, evt?: any): void;
|
|
36
|
+
/**
|
|
37
|
+
* Remove all event handlers.
|
|
38
|
+
*
|
|
39
|
+
* Note: This will also remove event handlers passed via `mitt(all: EventHandlerMap)`.
|
|
40
|
+
*/
|
|
41
|
+
clear(): void;
|
|
42
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare function _vueApp(): any;
|
|
2
|
-
declare const _default: {
|
|
3
|
-
install(app: any): void;
|
|
4
|
-
};
|
|
5
|
-
export default _default;
|
|
1
|
+
export declare function _vueApp(): any;
|
|
2
|
+
declare const _default: {
|
|
3
|
+
install(app: any): void;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './tools';
|
|
2
|
-
export * from './controls';
|
|
3
|
-
export * from './core';
|
|
4
|
-
export * from './model';
|
|
1
|
+
export * from './tools';
|
|
2
|
+
export * from './controls';
|
|
3
|
+
export * from './core';
|
|
4
|
+
export * from './model';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './subtable';
|
|
2
|
-
export * from './primaryKey';
|
|
3
|
-
export * from './operateCache';
|
|
1
|
+
export * from './subtable';
|
|
2
|
+
export * from './primaryKey';
|
|
3
|
+
export * from './operateCache';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ControlRuntimeInstance } from '@byteluck-fe/model-driven-core-all';
|
|
2
|
-
export declare const useOperateCache: (instance: ControlRuntimeInstance<'department'> | ControlRuntimeInstance<'department2'> | ControlRuntimeInstance<'employee'> | ControlRuntimeInstance<'employee2'> | ControlRuntimeInstance<'select'> | ControlRuntimeInstance<'select-multiple'> | ControlRuntimeInstance<'radio'> | ControlRuntimeInstance<'amount'> | ControlRuntimeInstance<'tree'> | ControlRuntimeInstance<'checkbox'>) => {
|
|
3
|
-
updateStorageCache: (value: string[], data: any[] | unknown) => void;
|
|
4
|
-
getCacheDisplayValue: (value?: string | unknown[] | string[] | undefined) => any[];
|
|
5
|
-
updateCacheDisplay: (data: any, valueCode?: string | undefined, displayCode?: string | undefined) => void;
|
|
6
|
-
};
|
|
1
|
+
import { ControlRuntimeInstance } from '@byteluck-fe/model-driven-core-all';
|
|
2
|
+
export declare const useOperateCache: (instance: ControlRuntimeInstance<'department'> | ControlRuntimeInstance<'department2'> | ControlRuntimeInstance<'employee'> | ControlRuntimeInstance<'employee2'> | ControlRuntimeInstance<'select'> | ControlRuntimeInstance<'select-multiple'> | ControlRuntimeInstance<'radio'> | ControlRuntimeInstance<'amount'> | ControlRuntimeInstance<'tree'> | ControlRuntimeInstance<'checkbox'>) => {
|
|
3
|
+
updateStorageCache: (value: string[], data: any[] | unknown) => void;
|
|
4
|
+
getCacheDisplayValue: (value?: string | unknown[] | string[] | undefined) => any[];
|
|
5
|
+
updateCacheDisplay: (data: any, valueCode?: string | undefined, displayCode?: string | undefined) => void;
|
|
6
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
2
|
-
export declare function getPrimaryKey(context?: Engine): string;
|
|
3
|
-
export declare function getPrimaryKeyField(data_field_list: typing.DataFieldBo[]): typing.DataFieldBo | undefined;
|
|
4
|
-
export declare function getPKValue(values: typing.DataBo[], pkField: string): string;
|
|
1
|
+
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
2
|
+
export declare function getPrimaryKey(context?: Engine): string;
|
|
3
|
+
export declare function getPrimaryKeyField(data_field_list: typing.DataFieldBo[]): typing.DataFieldBo | undefined;
|
|
4
|
+
export declare function getPKValue(values: typing.DataBo[], pkField: string): string;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
2
|
-
/**
|
|
3
|
-
* 获取明细表数据
|
|
4
|
-
* @param context 引擎
|
|
5
|
-
* @param queryInfo 查询条件
|
|
6
|
-
* @param pageInfo 分页条件
|
|
7
|
-
*/
|
|
8
|
-
export declare function fetchSubData({ context, uId, queryInfo, pageInfo, orders, dataCode, }: {
|
|
9
|
-
context: Engine;
|
|
10
|
-
uId: string;
|
|
11
|
-
queryInfo: typing.SubTableQuery;
|
|
12
|
-
orders?: typing.OrderBy;
|
|
13
|
-
pageInfo?: typing.PageBase;
|
|
14
|
-
dataCode?: string;
|
|
15
|
-
}): Promise<{
|
|
16
|
-
subDataSet: any;
|
|
17
|
-
orginData: any;
|
|
18
|
-
subDataDisplay: any;
|
|
19
|
-
subDataPagination: any;
|
|
20
|
-
}>;
|
|
1
|
+
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
2
|
+
/**
|
|
3
|
+
* 获取明细表数据
|
|
4
|
+
* @param context 引擎
|
|
5
|
+
* @param queryInfo 查询条件
|
|
6
|
+
* @param pageInfo 分页条件
|
|
7
|
+
*/
|
|
8
|
+
export declare function fetchSubData({ context, uId, queryInfo, pageInfo, orders, dataCode, }: {
|
|
9
|
+
context: Engine;
|
|
10
|
+
uId: string;
|
|
11
|
+
queryInfo: typing.SubTableQuery;
|
|
12
|
+
orders?: typing.OrderBy;
|
|
13
|
+
pageInfo?: typing.PageBase;
|
|
14
|
+
dataCode?: string;
|
|
15
|
+
}): Promise<{
|
|
16
|
+
subDataSet: any;
|
|
17
|
+
orginData: any;
|
|
18
|
+
subDataDisplay: any;
|
|
19
|
+
subDataPagination: any;
|
|
20
|
+
}>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ColumnControlsKeys, ControlsKeys, DataBindModelType, Schema } from '@byteluck-fe/model-driven-core-all';
|
|
2
|
-
export declare function findBindInfoInList(schema: any, modelBindInfoList?: DataBindModelType[]): DataBindModelType | undefined;
|
|
3
|
-
export declare function columnSchemaFillFieldCode(schema: Schema<ColumnControlsKeys>, dataBindModel: DataBindModelType): void;
|
|
4
|
-
export declare function schemaFillDataBindModel(schema: Schema<ControlsKeys>, dataBindModel: DataBindModelType): void;
|
|
5
|
-
export declare function schemaFillLanguageString<T extends Schema<ControlsKeys>>(schema: T, lang: any): void;
|
|
6
|
-
/**
|
|
7
|
-
* 给表单中绑定关联字段的控件添加显示值和数据填充
|
|
8
|
-
* */
|
|
9
|
-
export declare function schemaFillRelationFieldMultistageFill(schema: any, dataModelList: typing.PageDataModelBo[], modelBindInfoList?: DataBindModelType[]): void;
|
|
1
|
+
import { ColumnControlsKeys, ControlsKeys, DataBindModelType, Schema } from '@byteluck-fe/model-driven-core-all';
|
|
2
|
+
export declare function findBindInfoInList(schema: any, modelBindInfoList?: DataBindModelType[]): DataBindModelType | undefined;
|
|
3
|
+
export declare function columnSchemaFillFieldCode(schema: Schema<ColumnControlsKeys>, dataBindModel: DataBindModelType): void;
|
|
4
|
+
export declare function schemaFillDataBindModel(schema: Schema<ControlsKeys>, dataBindModel: DataBindModelType): void;
|
|
5
|
+
export declare function schemaFillLanguageString<T extends Schema<ControlsKeys>>(schema: T, lang: any): void;
|
|
6
|
+
/**
|
|
7
|
+
* 给表单中绑定关联字段的控件添加显示值和数据填充
|
|
8
|
+
* */
|
|
9
|
+
export declare function schemaFillRelationFieldMultistageFill(schema: any, dataModelList: typing.PageDataModelBo[], modelBindInfoList?: DataBindModelType[]): void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
2
|
-
export declare function initContext(props: any, printUrl?: any, inject?: any): Engine;
|
|
1
|
+
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
2
|
+
export declare function initContext(props: any, printUrl?: any, inject?: any): Engine;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare let _vueApp: any;
|
|
2
|
-
declare const _default: {
|
|
3
|
-
install(app: any): void;
|
|
4
|
-
};
|
|
5
|
-
export default _default;
|
|
1
|
+
export declare let _vueApp: any;
|
|
2
|
+
declare const _default: {
|
|
3
|
+
install(app: any): void;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
oneOf(value: any, validList: any): boolean;
|
|
3
|
-
typeOf(obj: any): any;
|
|
4
|
-
deepCopy(data: any): any;
|
|
5
|
-
getEnv(): any;
|
|
6
|
-
isEmptyObject(value: any): boolean;
|
|
7
|
-
awaitWraper(promise: any): any;
|
|
8
|
-
};
|
|
9
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
oneOf(value: any, validList: any): boolean;
|
|
3
|
+
typeOf(obj: any): any;
|
|
4
|
+
deepCopy(data: any): any;
|
|
5
|
+
getEnv(): any;
|
|
6
|
+
isEmptyObject(value: any): boolean;
|
|
7
|
+
awaitWraper(promise: any): any;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
declare type handlerType = (...args: any[]) => Promise<any>;
|
|
2
|
-
export declare function delay(ms: number): Promise<unknown>;
|
|
3
|
-
export declare function clearAsyncInterval(intervalId?: number): Promise<void>;
|
|
4
|
-
export declare function setAsyncInterval(handler: handlerType, interval?: number): number;
|
|
5
|
-
export default setAsyncInterval;
|
|
1
|
+
declare type handlerType = (...args: any[]) => Promise<any>;
|
|
2
|
+
export declare function delay(ms: number): Promise<unknown>;
|
|
3
|
+
export declare function clearAsyncInterval(intervalId?: number): Promise<void>;
|
|
4
|
+
export declare function setAsyncInterval(handler: handlerType, interval?: number): number;
|
|
5
|
+
export default setAsyncInterval;
|