@byteluck-fe/runtime-engine 1.2.2 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +39 -37
- 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 +39 -38
- 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 +15 -10
- 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 +62 -61
- 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 +11 -6
- 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 +7 -6
- 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 +1 @@
|
|
|
1
|
-
export * from './runtimeEngine';
|
|
1
|
+
export * from './runtimeEngine';
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import * as vue from 'vue';
|
|
2
|
-
export * as core from '../../../src/utils/core';
|
|
3
|
-
import { ActionUtilsPlugin, ApprovalPlugin, DataFilterPlugin, DatasourceSearchPlugin, DataViewPlugin, DisplayPlugin, FormRelationFieldPlugin, JurisdictionPlugin, MultistageFillingPlugin, ReferenceAndCalcFieldPlugin, TitlePlugin, SubtableChangePlugin, DataSourceManagePlugin, ExpressionPlugin, TitleSettingPlugin, EventListenerPlugin } from '../../../src/plugins/engine';
|
|
4
|
-
import { Store } from 'vuex';
|
|
5
|
-
export declare function useRuntimeEngine(props: any, route: any, store: Store<any>, isStatic: Boolean): {
|
|
6
|
-
context: any;
|
|
7
|
-
runtimeInstances: vue.ComputedRef<any[]>;
|
|
8
|
-
title: vue.Ref<string>;
|
|
9
|
-
getState: (id: string) => any;
|
|
10
|
-
createEngine: () => Promise<{
|
|
11
|
-
title: vue.Ref<string>;
|
|
12
|
-
context: any;
|
|
13
|
-
} | undefined>;
|
|
14
|
-
ActionUtilsPlugin: typeof ActionUtilsPlugin;
|
|
15
|
-
ApprovalPlugin: typeof ApprovalPlugin;
|
|
16
|
-
DataFilterPlugin: typeof DataFilterPlugin;
|
|
17
|
-
DatasourceSearchPlugin: typeof DatasourceSearchPlugin;
|
|
18
|
-
DataViewPlugin: typeof DataViewPlugin;
|
|
19
|
-
DisplayPlugin: typeof DisplayPlugin;
|
|
20
|
-
FormRelationFieldPlugin: typeof FormRelationFieldPlugin;
|
|
21
|
-
JurisdictionPlugin: typeof JurisdictionPlugin;
|
|
22
|
-
MultistageFillingPlugin: typeof MultistageFillingPlugin;
|
|
23
|
-
ReferenceAndCalcFieldPlugin: typeof ReferenceAndCalcFieldPlugin;
|
|
24
|
-
TitlePlugin: typeof TitlePlugin;
|
|
25
|
-
SubtableChangePlugin: typeof SubtableChangePlugin;
|
|
26
|
-
DataSourceManagePlugin: typeof DataSourceManagePlugin;
|
|
27
|
-
ExpressionPlugin: typeof ExpressionPlugin;
|
|
28
|
-
TitleSettingPlugin: typeof TitleSettingPlugin;
|
|
29
|
-
EventListenerPlugin: typeof EventListenerPlugin;
|
|
30
|
-
};
|
|
1
|
+
import * as vue from 'vue';
|
|
2
|
+
export * as core from '../../../src/utils/core';
|
|
3
|
+
import { ActionUtilsPlugin, ApprovalPlugin, DataFilterPlugin, DatasourceSearchPlugin, DataViewPlugin, DisplayPlugin, FormRelationFieldPlugin, JurisdictionPlugin, MultistageFillingPlugin, ReferenceAndCalcFieldPlugin, TitlePlugin, SubtableChangePlugin, DataSourceManagePlugin, ExpressionPlugin, TitleSettingPlugin, EventListenerPlugin } from '../../../src/plugins/engine';
|
|
4
|
+
import { Store } from 'vuex';
|
|
5
|
+
export declare function useRuntimeEngine(props: any, route: any, store: Store<any>, isStatic: Boolean): {
|
|
6
|
+
context: any;
|
|
7
|
+
runtimeInstances: vue.ComputedRef<any[]>;
|
|
8
|
+
title: vue.Ref<string>;
|
|
9
|
+
getState: (id: string) => any;
|
|
10
|
+
createEngine: () => Promise<{
|
|
11
|
+
title: vue.Ref<string>;
|
|
12
|
+
context: any;
|
|
13
|
+
} | undefined>;
|
|
14
|
+
ActionUtilsPlugin: typeof ActionUtilsPlugin;
|
|
15
|
+
ApprovalPlugin: typeof ApprovalPlugin;
|
|
16
|
+
DataFilterPlugin: typeof DataFilterPlugin;
|
|
17
|
+
DatasourceSearchPlugin: typeof DatasourceSearchPlugin;
|
|
18
|
+
DataViewPlugin: typeof DataViewPlugin;
|
|
19
|
+
DisplayPlugin: typeof DisplayPlugin;
|
|
20
|
+
FormRelationFieldPlugin: typeof FormRelationFieldPlugin;
|
|
21
|
+
JurisdictionPlugin: typeof JurisdictionPlugin;
|
|
22
|
+
MultistageFillingPlugin: typeof MultistageFillingPlugin;
|
|
23
|
+
ReferenceAndCalcFieldPlugin: typeof ReferenceAndCalcFieldPlugin;
|
|
24
|
+
TitlePlugin: typeof TitlePlugin;
|
|
25
|
+
SubtableChangePlugin: typeof SubtableChangePlugin;
|
|
26
|
+
DataSourceManagePlugin: typeof DataSourceManagePlugin;
|
|
27
|
+
ExpressionPlugin: typeof ExpressionPlugin;
|
|
28
|
+
TitleSettingPlugin: typeof TitleSettingPlugin;
|
|
29
|
+
EventListenerPlugin: typeof EventListenerPlugin;
|
|
30
|
+
};
|
package/dist/runtime-engine.js
CHANGED
|
@@ -11632,11 +11632,13 @@ const st = {
|
|
|
11632
11632
|
});
|
|
11633
11633
|
}
|
|
11634
11634
|
};
|
|
11635
|
-
var
|
|
11636
|
-
|
|
11635
|
+
var L = /* @__PURE__ */ ((s) => (s.SUCCESS = "000000", s.NO_AUTH = "1202106", s.NOT_AUTH = "617000", s.NOT_AUTH_EXTERNAL = "617033", s.NOT_FOUND = "617001", s.FORM_NOT_FOUND = "617011", s.FORM_NOT_ENABLE = "617035", s.FORM_NOT_IN_TIME = "617037", s.TABLE_NO_DELETE = "617039", s.LIGHT_APP_STOPPED = "501", s))(L || {});
|
|
11636
|
+
function N() {
|
|
11637
|
+
return window.VUE_APP;
|
|
11638
|
+
}
|
|
11637
11639
|
const lo = {
|
|
11638
11640
|
install(s) {
|
|
11639
|
-
|
|
11641
|
+
window.VUE_APP = s;
|
|
11640
11642
|
}
|
|
11641
11643
|
};
|
|
11642
11644
|
class pt {
|
|
@@ -11676,15 +11678,15 @@ class pt {
|
|
|
11676
11678
|
const l = await e.call(this.service, {
|
|
11677
11679
|
payload: t
|
|
11678
11680
|
});
|
|
11679
|
-
if (l.code ===
|
|
11681
|
+
if (l.code === L.SUCCESS) {
|
|
11680
11682
|
const u = a?.(l) ?? l;
|
|
11681
11683
|
return r && (n?.(u), this.cacheResult[i] = u), u;
|
|
11682
11684
|
} else
|
|
11683
|
-
l.code === "1201702" && JSON.parse(sessionStorage.getItem("flag") || "true") && (sessionStorage.setItem("flag", "false"), K.isPc() ? (
|
|
11685
|
+
l.code === "1201702" && JSON.parse(sessionStorage.getItem("flag") || "true") && (sessionStorage.setItem("flag", "false"), K.isPc() ? (N().config.globalProperties.$message.error({
|
|
11684
11686
|
content: l.message
|
|
11685
11687
|
}), setTimeout(() => {
|
|
11686
11688
|
sessionStorage.setItem("flag", "true");
|
|
11687
|
-
}, 3e3)) :
|
|
11689
|
+
}, 3e3)) : N().config.globalProperties.$toast({ message: l.message })), o?.(l);
|
|
11688
11690
|
}
|
|
11689
11691
|
}
|
|
11690
11692
|
async function hs({
|
|
@@ -13492,45 +13494,45 @@ const qs = localStorage.getItem("locale") || "zh-CN", ne = tu({
|
|
|
13492
13494
|
});
|
|
13493
13495
|
function mr(s = "page") {
|
|
13494
13496
|
const e = eu(), t = (r) => {
|
|
13495
|
-
|
|
13497
|
+
N().config.globalProperties.$warning !== void 0 ? N().config.globalProperties.$warning({ content: r }) : N().config.globalProperties.$toast(r);
|
|
13496
13498
|
}, a = he().default;
|
|
13497
13499
|
a.ExportRecordsPageOprPrivateV1ApiAppsPOST = function(r) {
|
|
13498
13500
|
return {
|
|
13499
|
-
code:
|
|
13501
|
+
code: L.SUCCESS
|
|
13500
13502
|
};
|
|
13501
13503
|
}, a.ExportPageOprPrivateV1ApiAppsPOST = function(r) {
|
|
13502
13504
|
return {
|
|
13503
|
-
code:
|
|
13505
|
+
code: L.SUCCESS
|
|
13504
13506
|
};
|
|
13505
13507
|
}, a.TemplateExportDataPrivateV1ApiAppsGET = function(r) {
|
|
13506
13508
|
return {
|
|
13507
|
-
code:
|
|
13509
|
+
code: L.SUCCESS
|
|
13508
13510
|
};
|
|
13509
13511
|
}, a.DataImportDataPrivateV1ApiAppsPOST = function(r) {
|
|
13510
13512
|
return {
|
|
13511
|
-
code:
|
|
13513
|
+
code: L.SUCCESS
|
|
13512
13514
|
};
|
|
13513
13515
|
}, a.BatchSubmitPageOprPrivateV1ApiAppsPOST = function(r) {
|
|
13514
13516
|
return {
|
|
13515
|
-
code:
|
|
13517
|
+
code: L.SUCCESS
|
|
13516
13518
|
};
|
|
13517
13519
|
}, a.ProcessRecordsPageOprPrivateV1ApiAppsPOST = function(r) {
|
|
13518
13520
|
return {
|
|
13519
|
-
code:
|
|
13521
|
+
code: L.SUCCESS
|
|
13520
13522
|
};
|
|
13521
13523
|
}, s === "page" && (a.ListDataPagePrivateV1ApiAppsPOST = function(r) {
|
|
13522
13524
|
return new Promise((i, n) => {
|
|
13523
13525
|
i({
|
|
13524
|
-
code:
|
|
13526
|
+
code: L.SUCCESS
|
|
13525
13527
|
});
|
|
13526
13528
|
});
|
|
13527
13529
|
}), a.GetViewConfigPageOprPrivateV1ApiAppsPOST = function(r) {
|
|
13528
13530
|
return {
|
|
13529
|
-
code:
|
|
13531
|
+
code: L.SUCCESS
|
|
13530
13532
|
};
|
|
13531
13533
|
}, a.SaveViewConfigPageOprPrivateV1ApiAppsPOST = function(r) {
|
|
13532
13534
|
return {
|
|
13533
|
-
code:
|
|
13535
|
+
code: L.SUCCESS
|
|
13534
13536
|
};
|
|
13535
13537
|
}, a.ApplySubmitPagePrivateV1ApiAppsPOST = function(r) {
|
|
13536
13538
|
return new Promise((i, n) => {
|
|
@@ -13766,7 +13768,7 @@ class yu {
|
|
|
13766
13768
|
u(i.variables[o.name]);
|
|
13767
13769
|
})
|
|
13768
13770
|
);
|
|
13769
|
-
|
|
13771
|
+
N().component("custom-vue-" + o.id, l), n["custom-vue-" + o.id] = l;
|
|
13770
13772
|
}), this.engine.getAction().sources = n;
|
|
13771
13773
|
}
|
|
13772
13774
|
}
|
|
@@ -14226,7 +14228,7 @@ class Is {
|
|
|
14226
14228
|
}
|
|
14227
14229
|
});
|
|
14228
14230
|
u = {
|
|
14229
|
-
code:
|
|
14231
|
+
code: L.SUCCESS,
|
|
14230
14232
|
data: c[0]
|
|
14231
14233
|
};
|
|
14232
14234
|
} else if (this.engine.assertInstance(e.instance, g.DEPARTMENT))
|
|
@@ -14256,7 +14258,7 @@ class Is {
|
|
|
14256
14258
|
}
|
|
14257
14259
|
});
|
|
14258
14260
|
u = {
|
|
14259
|
-
code:
|
|
14261
|
+
code: L.SUCCESS,
|
|
14260
14262
|
data: c[0]
|
|
14261
14263
|
};
|
|
14262
14264
|
}
|
|
@@ -14282,7 +14284,7 @@ class Is {
|
|
|
14282
14284
|
field_value: null,
|
|
14283
14285
|
controlId: q
|
|
14284
14286
|
};
|
|
14285
|
-
if (u && u.code ===
|
|
14287
|
+
if (u && u.code === L.SUCCESS) {
|
|
14286
14288
|
const b = u.data?.[0];
|
|
14287
14289
|
b && (y.display = b?.fieldValue ? b?.fieldValue[c.fieldCode] : b[c.fieldCode], y.field_value = b?.fieldValue ? b?.fieldValue[c.fieldCode] : b[c.fieldCode]);
|
|
14288
14290
|
} else
|
|
@@ -14326,7 +14328,7 @@ class Is {
|
|
|
14326
14328
|
c
|
|
14327
14329
|
)), this.weakMap.get(e.instance) !== o)
|
|
14328
14330
|
return;
|
|
14329
|
-
if (this.weakMap.delete(e.instance), y && y.code ===
|
|
14331
|
+
if (this.weakMap.delete(e.instance), y && y.code === L.SUCCESS) {
|
|
14330
14332
|
const b = this.engine.getInstanceRowIndex(
|
|
14331
14333
|
e.instance
|
|
14332
14334
|
), m = y.data.field_value_list, A = e.instance.props.multistageFilling.map((f) => {
|
|
@@ -15291,31 +15293,31 @@ class xs {
|
|
|
15291
15293
|
n?.(), setTimeout(() => {
|
|
15292
15294
|
document.body.style.overflow = "";
|
|
15293
15295
|
}, 500);
|
|
15294
|
-
}, console.log(
|
|
15296
|
+
}, console.log(N().config.globalProperties), this.getDevice() === "desktop") {
|
|
15295
15297
|
switch (a) {
|
|
15296
15298
|
case "success":
|
|
15297
|
-
|
|
15299
|
+
N().config.globalProperties.$success({
|
|
15298
15300
|
class: "bl-modal-content-pre bl-clear-active",
|
|
15299
15301
|
content: e,
|
|
15300
15302
|
onOk: r
|
|
15301
15303
|
});
|
|
15302
15304
|
break;
|
|
15303
15305
|
case "error":
|
|
15304
|
-
|
|
15306
|
+
N().config.globalProperties.$error({
|
|
15305
15307
|
class: "bl-modal-content-pre bl-clear-active",
|
|
15306
15308
|
content: e,
|
|
15307
15309
|
onOk: r
|
|
15308
15310
|
});
|
|
15309
15311
|
break;
|
|
15310
15312
|
case "warning":
|
|
15311
|
-
|
|
15313
|
+
N().config.globalProperties.$warning({
|
|
15312
15314
|
class: "bl-modal-content-pre bl-clear-active",
|
|
15313
15315
|
content: e,
|
|
15314
15316
|
onOk: r
|
|
15315
15317
|
});
|
|
15316
15318
|
break;
|
|
15317
15319
|
default:
|
|
15318
|
-
|
|
15320
|
+
N().config.globalProperties.$info({
|
|
15319
15321
|
class: "bl-modal-content-pre bl-clear-active",
|
|
15320
15322
|
content: e,
|
|
15321
15323
|
onOk: r
|
|
@@ -15343,12 +15345,12 @@ class xs {
|
|
|
15343
15345
|
o = { type: "loading", ...o };
|
|
15344
15346
|
break;
|
|
15345
15347
|
}
|
|
15346
|
-
|
|
15348
|
+
N().config.globalProperties.$toast(o);
|
|
15347
15349
|
}
|
|
15348
15350
|
}
|
|
15349
15351
|
confirm(e, t) {
|
|
15350
15352
|
return new Promise((a) => {
|
|
15351
|
-
this.getDevice() === "desktop" ?
|
|
15353
|
+
this.getDevice() === "desktop" ? N().config.globalProperties.$confirm({
|
|
15352
15354
|
title: e,
|
|
15353
15355
|
content: t,
|
|
15354
15356
|
icon: () => Gt(lp),
|
|
@@ -15360,7 +15362,7 @@ class xs {
|
|
|
15360
15362
|
onCancel() {
|
|
15361
15363
|
a(!1);
|
|
15362
15364
|
}
|
|
15363
|
-
}) :
|
|
15365
|
+
}) : N().config.globalProperties.$dialog.confirm({
|
|
15364
15366
|
title: e,
|
|
15365
15367
|
message: t
|
|
15366
15368
|
}).then(() => {
|
|
@@ -15416,7 +15418,7 @@ class xs {
|
|
|
15416
15418
|
}
|
|
15417
15419
|
});
|
|
15418
15420
|
o = {
|
|
15419
|
-
code:
|
|
15421
|
+
code: L.SUCCESS,
|
|
15420
15422
|
data: l[0]
|
|
15421
15423
|
};
|
|
15422
15424
|
}
|
|
@@ -15489,11 +15491,11 @@ class xs {
|
|
|
15489
15491
|
);
|
|
15490
15492
|
}
|
|
15491
15493
|
}
|
|
15492
|
-
if (o && o.code ===
|
|
15494
|
+
if (o && o.code === L.SUCCESS)
|
|
15493
15495
|
return o.data;
|
|
15494
15496
|
{
|
|
15495
15497
|
const l = this.getDevice() === "desktop";
|
|
15496
|
-
o?.code == "1201702" && (l ?
|
|
15498
|
+
o?.code == "1201702" && (l ? N().config.globalProperties.$message.error(o?.message) : N().config.globalProperties.$toast.fail(o?.message));
|
|
15497
15499
|
}
|
|
15498
15500
|
return null;
|
|
15499
15501
|
}
|
|
@@ -15539,7 +15541,7 @@ class xs {
|
|
|
15539
15541
|
), JSON.parse(JSON.stringify(this.engine.externalParams?.url || {}));
|
|
15540
15542
|
}
|
|
15541
15543
|
getRouter() {
|
|
15542
|
-
const e =
|
|
15544
|
+
const e = N().config.globalProperties.$router;
|
|
15543
15545
|
return {
|
|
15544
15546
|
push: e.push,
|
|
15545
15547
|
replace: e.replace,
|
|
@@ -15654,7 +15656,7 @@ class Bs {
|
|
|
15654
15656
|
payload: p
|
|
15655
15657
|
})
|
|
15656
15658
|
);
|
|
15657
|
-
c && c.code ===
|
|
15659
|
+
c && c.code === L.SUCCESS ? await this.onAfterSubmit(p, c, o) ? await e.options?.success() : e.options?.changeSubmitStatus("reset") : (await e.options?.fail(c.message), e.options?.changeSubmitStatus("reset"));
|
|
15658
15660
|
}
|
|
15659
15661
|
}
|
|
15660
15662
|
async onBeforeSubmit(e, t = {}) {
|
|
@@ -15761,13 +15763,13 @@ class Fs {
|
|
|
15761
15763
|
i === !1 ? (this.okButtonProps.loading = !1, a && a(), e.options.fail(ne.$t("common.cancel", "操作取消"))) : r.default.ApprovalSubmitPagePrivateV1ApiAppsPOST({
|
|
15762
15764
|
payload: i
|
|
15763
15765
|
}).then((n) => {
|
|
15764
|
-
n.code ===
|
|
15766
|
+
n.code === L.SUCCESS ? this.engine?.emit("engine-submitted", {
|
|
15765
15767
|
value: n.data,
|
|
15766
15768
|
options: {
|
|
15767
15769
|
payload: i
|
|
15768
15770
|
}
|
|
15769
15771
|
}).then((o) => {
|
|
15770
|
-
o?.includes(!1) ? a && a() : (t && t(), e.options?.success());
|
|
15772
|
+
o?.includes(!1) ? a && a() : (t && t(), e.options?.success(n));
|
|
15771
15773
|
}) : (this.okButtonProps.loading = !1, a && a(), e.options.fail(n));
|
|
15772
15774
|
}).catch(a);
|
|
15773
15775
|
}
|
|
@@ -17538,7 +17540,7 @@ function Gp(s, e, t, a) {
|
|
|
17538
17540
|
function c(m) {
|
|
17539
17541
|
at.register(m.control);
|
|
17540
17542
|
const A = m.props?.config;
|
|
17541
|
-
A && d.set(m.control.Runtime.controlType, A),
|
|
17543
|
+
A && d.set(m.control.Runtime.controlType, A), N().component(
|
|
17542
17544
|
`rok-${m.control.Runtime.controlType}`,
|
|
17543
17545
|
K.isPc() ? m.control?.Views?.Desktop : m.control?.Views?.Mobile
|
|
17544
17546
|
);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import Loading from "./src/Loading";
|
|
2
|
-
export { Loading };
|
|
3
|
-
export { useLoading } from './src/useLoading';
|
|
4
|
-
export { createLoading } from './src/createLoading';
|
|
1
|
+
import Loading from "./src/Loading";
|
|
2
|
+
export { Loading };
|
|
3
|
+
export { useLoading } from './src/useLoading';
|
|
4
|
+
export { createLoading } from './src/createLoading';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { RendererNode, RendererElement, VNode } from 'vue';
|
|
2
|
-
import { LoadingProps } from './typing';
|
|
3
|
-
export declare function createLoading(props?: Partial<LoadingProps>, target?: HTMLElement, wait?: boolean): {
|
|
4
|
-
vm: VNode<RendererNode, RendererElement, {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
}>;
|
|
7
|
-
close: () => void;
|
|
8
|
-
open: (target?: HTMLElement) => void;
|
|
9
|
-
setTip: (tip: string) => void;
|
|
10
|
-
setLoading: (loading: boolean) => void;
|
|
11
|
-
readonly loading: boolean;
|
|
12
|
-
readonly $el: HTMLElement;
|
|
13
|
-
};
|
|
1
|
+
import { RendererNode, RendererElement, VNode } from 'vue';
|
|
2
|
+
import { LoadingProps } from './typing';
|
|
3
|
+
export declare function createLoading(props?: Partial<LoadingProps>, target?: HTMLElement, wait?: boolean): {
|
|
4
|
+
vm: VNode<RendererNode, RendererElement, {
|
|
5
|
+
[key: string]: any;
|
|
6
|
+
}>;
|
|
7
|
+
close: () => void;
|
|
8
|
+
open: (target?: HTMLElement) => void;
|
|
9
|
+
setTip: (tip: string) => void;
|
|
10
|
+
setLoading: (loading: boolean) => void;
|
|
11
|
+
readonly loading: boolean;
|
|
12
|
+
readonly $el: HTMLElement;
|
|
13
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { SizeEnum } from '../../../constant/enums/sizeEnum';
|
|
2
|
-
export interface LoadingProps {
|
|
3
|
-
tip: string;
|
|
4
|
-
size: SizeEnum;
|
|
5
|
-
absolute: boolean;
|
|
6
|
-
loading: boolean;
|
|
7
|
-
background: string;
|
|
8
|
-
theme: 'dark' | 'light';
|
|
9
|
-
}
|
|
1
|
+
import { SizeEnum } from '../../../constant/enums/sizeEnum';
|
|
2
|
+
export interface LoadingProps {
|
|
3
|
+
tip: string;
|
|
4
|
+
size: SizeEnum;
|
|
5
|
+
absolute: boolean;
|
|
6
|
+
loading: boolean;
|
|
7
|
+
background: string;
|
|
8
|
+
theme: 'dark' | 'light';
|
|
9
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { LoadingProps } from './typing';
|
|
2
|
-
export interface UseLoadingOptions {
|
|
3
|
-
target?: HTMLElement;
|
|
4
|
-
props?: Partial<LoadingProps>;
|
|
5
|
-
}
|
|
6
|
-
interface Fn {
|
|
7
|
-
(): void;
|
|
8
|
-
}
|
|
9
|
-
export declare function useLoading(props: Partial<LoadingProps>): [Fn, Fn];
|
|
10
|
-
export declare function useLoading(opt: Partial<UseLoadingOptions>): [Fn, Fn];
|
|
11
|
-
export {};
|
|
1
|
+
import { LoadingProps } from './typing';
|
|
2
|
+
export interface UseLoadingOptions {
|
|
3
|
+
target?: HTMLElement;
|
|
4
|
+
props?: Partial<LoadingProps>;
|
|
5
|
+
}
|
|
6
|
+
interface Fn {
|
|
7
|
+
(): void;
|
|
8
|
+
}
|
|
9
|
+
export declare function useLoading(props: Partial<LoadingProps>): [Fn, Fn];
|
|
10
|
+
export declare function useLoading(opt: Partial<UseLoadingOptions>): [Fn, Fn];
|
|
11
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
declare const rokComPonentContext: {
|
|
2
|
-
<T>(id: string): T;
|
|
3
|
-
keys(): string[];
|
|
4
|
-
};
|
|
5
|
-
export default rokComPonentContext;
|
|
1
|
+
declare const rokComPonentContext: {
|
|
2
|
+
<T>(id: string): T;
|
|
3
|
+
keys(): string[];
|
|
4
|
+
};
|
|
5
|
+
export default rokComPonentContext;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import RokCustomColumn from "./rok-custom-column";
|
|
2
|
-
export { RokCustomColumn };
|
|
1
|
+
import RokCustomColumn from "./rok-custom-column";
|
|
2
|
+
export { RokCustomColumn };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import RokVueFormItem from "./rok-vue-form-item";
|
|
2
|
-
export { RokVueFormItem };
|
|
1
|
+
import RokVueFormItem from "./rok-vue-form-item";
|
|
2
|
+
export { RokVueFormItem };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SuspenseBoundary } from 'vue';
|
|
2
|
-
export declare function queueEffectWithSuspense(fn: Function | Function[], suspense: SuspenseBoundary | null): void;
|
|
3
|
-
export declare const isSuspense: (type: any) => boolean;
|
|
1
|
+
import { SuspenseBoundary } from 'vue';
|
|
2
|
+
export declare function queueEffectWithSuspense(fn: Function | Function[], suspense: SuspenseBoundary | null): void;
|
|
3
|
+
export declare const isSuspense: (type: any) => boolean;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ComponentInternalInstance, VNode } from 'vue';
|
|
2
|
-
export declare const isAsyncWrapper: (i: ComponentInternalInstance | VNode) => boolean;
|
|
1
|
+
import { ComponentInternalInstance, VNode } from 'vue';
|
|
2
|
+
export declare const isAsyncWrapper: (i: ComponentInternalInstance | VNode) => boolean;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ConcreteComponent } from 'vue';
|
|
2
|
-
export declare function getComponentName(Component: ConcreteComponent, includeInferred?: boolean): string | false | undefined;
|
|
1
|
+
import { ConcreteComponent } from 'vue';
|
|
2
|
+
export declare function getComponentName(Component: ConcreteComponent, includeInferred?: boolean): string | false | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ComponentInternalInstance } from 'vue';
|
|
2
|
-
export interface ComponentRenderContext {
|
|
3
|
-
[key: string]: any;
|
|
4
|
-
_: ComponentInternalInstance;
|
|
5
|
-
}
|
|
1
|
+
import { ComponentInternalInstance } from 'vue';
|
|
2
|
+
export interface ComponentRenderContext {
|
|
3
|
+
[key: string]: any;
|
|
4
|
+
_: ComponentInternalInstance;
|
|
5
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ComponentInternalInstance } from 'vue';
|
|
2
|
-
export declare const devtoolsComponentAdded: (component: ComponentInternalInstance) => void;
|
|
1
|
+
import { ComponentInternalInstance } from 'vue';
|
|
2
|
+
export declare const devtoolsComponentAdded: (component: ComponentInternalInstance) => void;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export declare const enum ErrorCodes {
|
|
2
|
-
SETUP_FUNCTION = 0,
|
|
3
|
-
RENDER_FUNCTION = 1,
|
|
4
|
-
WATCH_GETTER = 2,
|
|
5
|
-
WATCH_CALLBACK = 3,
|
|
6
|
-
WATCH_CLEANUP = 4,
|
|
7
|
-
NATIVE_EVENT_HANDLER = 5,
|
|
8
|
-
COMPONENT_EVENT_HANDLER = 6,
|
|
9
|
-
VNODE_HOOK = 7,
|
|
10
|
-
DIRECTIVE_HOOK = 8,
|
|
11
|
-
TRANSITION_HOOK = 9,
|
|
12
|
-
APP_ERROR_HANDLER = 10,
|
|
13
|
-
APP_WARN_HANDLER = 11,
|
|
14
|
-
FUNCTION_REF = 12,
|
|
15
|
-
ASYNC_COMPONENT_LOADER = 13,
|
|
16
|
-
SCHEDULER = 14
|
|
17
|
-
}
|
|
1
|
+
export declare const enum ErrorCodes {
|
|
2
|
+
SETUP_FUNCTION = 0,
|
|
3
|
+
RENDER_FUNCTION = 1,
|
|
4
|
+
WATCH_GETTER = 2,
|
|
5
|
+
WATCH_CALLBACK = 3,
|
|
6
|
+
WATCH_CLEANUP = 4,
|
|
7
|
+
NATIVE_EVENT_HANDLER = 5,
|
|
8
|
+
COMPONENT_EVENT_HANDLER = 6,
|
|
9
|
+
VNODE_HOOK = 7,
|
|
10
|
+
DIRECTIVE_HOOK = 8,
|
|
11
|
+
TRANSITION_HOOK = 9,
|
|
12
|
+
APP_ERROR_HANDLER = 10,
|
|
13
|
+
APP_WARN_HANDLER = 11,
|
|
14
|
+
FUNCTION_REF = 12,
|
|
15
|
+
ASYNC_COMPONENT_LOADER = 13,
|
|
16
|
+
SCHEDULER = 14
|
|
17
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { RendererNode, RendererElement, RendererOptions, ComponentInternalInstance, SuspenseBoundary, VNode, VNodeArrayChildren, queuePostFlushCb } from 'vue';
|
|
2
|
-
import { queueEffectWithSuspense } from './Suspense';
|
|
3
|
-
export interface RendererInternals<HostNode = RendererNode, HostElement = RendererElement> {
|
|
4
|
-
p: PatchFn;
|
|
5
|
-
um: UnmountFn;
|
|
6
|
-
r: RemoveFn;
|
|
7
|
-
m: MoveFn;
|
|
8
|
-
mt: MountComponentFn;
|
|
9
|
-
mc: MountChildrenFn;
|
|
10
|
-
pc: PatchChildrenFn;
|
|
11
|
-
pbc: PatchBlockChildrenFn;
|
|
12
|
-
n: NextFn;
|
|
13
|
-
o: RendererOptions<HostNode, HostElement>;
|
|
14
|
-
}
|
|
15
|
-
declare type PatchFn = (n1: VNode | null, // null means this is a mount
|
|
16
|
-
n2: VNode, container: RendererElement, anchor?: RendererNode | null, parentComponent?: ComponentInternalInstance | null, parentSuspense?: SuspenseBoundary | null, isSVG?: boolean, slotScopeIds?: string[] | null, optimized?: boolean) => void;
|
|
17
|
-
declare type UnmountFn = (vnode: VNode, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, doRemove?: boolean, optimized?: boolean) => void;
|
|
18
|
-
declare type RemoveFn = (vnode: VNode) => void;
|
|
19
|
-
declare type MoveFn = (vnode: VNode, container: RendererElement, anchor: RendererNode | null, type: MoveType, parentSuspense?: SuspenseBoundary | null) => void;
|
|
20
|
-
export declare const enum MoveType {
|
|
21
|
-
ENTER = 0,
|
|
22
|
-
LEAVE = 1,
|
|
23
|
-
REORDER = 2
|
|
24
|
-
}
|
|
25
|
-
export declare type MountComponentFn = (initialVNode: VNode, container: RendererElement, anchor: RendererNode | null, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, optimized: boolean) => void;
|
|
26
|
-
declare type MountChildrenFn = (children: VNodeArrayChildren, container: RendererElement, anchor: RendererNode | null, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, slotScopeIds: string[] | null, optimized: boolean, start?: number) => void;
|
|
27
|
-
declare type PatchChildrenFn = (n1: VNode | null, n2: VNode, container: RendererElement, anchor: RendererNode | null, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, slotScopeIds: string[] | null, optimized: boolean) => void;
|
|
28
|
-
declare type PatchBlockChildrenFn = (oldChildren: VNode[], newChildren: VNode[], fallbackContainer: RendererElement, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, slotScopeIds: string[] | null) => void;
|
|
29
|
-
declare type NextFn = (vnode: VNode) => RendererNode | null;
|
|
30
|
-
export declare const queuePostRenderEffect: typeof queuePostFlushCb | typeof queueEffectWithSuspense;
|
|
31
|
-
export declare type SetupRenderEffectFn = (instance: ComponentInternalInstance, initialVNode: VNode, container: RendererElement, anchor: RendererNode | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, optimized: boolean) => void;
|
|
32
|
-
export {};
|
|
1
|
+
import { RendererNode, RendererElement, RendererOptions, ComponentInternalInstance, SuspenseBoundary, VNode, VNodeArrayChildren, queuePostFlushCb } from 'vue';
|
|
2
|
+
import { queueEffectWithSuspense } from './Suspense';
|
|
3
|
+
export interface RendererInternals<HostNode = RendererNode, HostElement = RendererElement> {
|
|
4
|
+
p: PatchFn;
|
|
5
|
+
um: UnmountFn;
|
|
6
|
+
r: RemoveFn;
|
|
7
|
+
m: MoveFn;
|
|
8
|
+
mt: MountComponentFn;
|
|
9
|
+
mc: MountChildrenFn;
|
|
10
|
+
pc: PatchChildrenFn;
|
|
11
|
+
pbc: PatchBlockChildrenFn;
|
|
12
|
+
n: NextFn;
|
|
13
|
+
o: RendererOptions<HostNode, HostElement>;
|
|
14
|
+
}
|
|
15
|
+
declare type PatchFn = (n1: VNode | null, // null means this is a mount
|
|
16
|
+
n2: VNode, container: RendererElement, anchor?: RendererNode | null, parentComponent?: ComponentInternalInstance | null, parentSuspense?: SuspenseBoundary | null, isSVG?: boolean, slotScopeIds?: string[] | null, optimized?: boolean) => void;
|
|
17
|
+
declare type UnmountFn = (vnode: VNode, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, doRemove?: boolean, optimized?: boolean) => void;
|
|
18
|
+
declare type RemoveFn = (vnode: VNode) => void;
|
|
19
|
+
declare type MoveFn = (vnode: VNode, container: RendererElement, anchor: RendererNode | null, type: MoveType, parentSuspense?: SuspenseBoundary | null) => void;
|
|
20
|
+
export declare const enum MoveType {
|
|
21
|
+
ENTER = 0,
|
|
22
|
+
LEAVE = 1,
|
|
23
|
+
REORDER = 2
|
|
24
|
+
}
|
|
25
|
+
export declare type MountComponentFn = (initialVNode: VNode, container: RendererElement, anchor: RendererNode | null, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, optimized: boolean) => void;
|
|
26
|
+
declare type MountChildrenFn = (children: VNodeArrayChildren, container: RendererElement, anchor: RendererNode | null, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, slotScopeIds: string[] | null, optimized: boolean, start?: number) => void;
|
|
27
|
+
declare type PatchChildrenFn = (n1: VNode | null, n2: VNode, container: RendererElement, anchor: RendererNode | null, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, slotScopeIds: string[] | null, optimized: boolean) => void;
|
|
28
|
+
declare type PatchBlockChildrenFn = (oldChildren: VNode[], newChildren: VNode[], fallbackContainer: RendererElement, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, slotScopeIds: string[] | null) => void;
|
|
29
|
+
declare type NextFn = (vnode: VNode) => RendererNode | null;
|
|
30
|
+
export declare const queuePostRenderEffect: typeof queuePostFlushCb | typeof queueEffectWithSuspense;
|
|
31
|
+
export declare type SetupRenderEffectFn = (instance: ComponentInternalInstance, initialVNode: VNode, container: RendererElement, anchor: RendererNode | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, optimized: boolean) => void;
|
|
32
|
+
export {};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export declare const enum ShapeFlags {
|
|
2
|
-
ELEMENT = 1,
|
|
3
|
-
FUNCTIONAL_COMPONENT = 2,
|
|
4
|
-
STATEFUL_COMPONENT = 4,
|
|
5
|
-
TEXT_CHILDREN = 8,
|
|
6
|
-
ARRAY_CHILDREN = 16,
|
|
7
|
-
SLOTS_CHILDREN = 32,
|
|
8
|
-
TELEPORT = 64,
|
|
9
|
-
SUSPENSE = 128,
|
|
10
|
-
COMPONENT_SHOULD_KEEP_ALIVE = 256,
|
|
11
|
-
COMPONENT_KEPT_ALIVE = 512,
|
|
12
|
-
COMPONENT = 6
|
|
13
|
-
}
|
|
1
|
+
export declare const enum ShapeFlags {
|
|
2
|
+
ELEMENT = 1,
|
|
3
|
+
FUNCTIONAL_COMPONENT = 2,
|
|
4
|
+
STATEFUL_COMPONENT = 4,
|
|
5
|
+
TEXT_CHILDREN = 8,
|
|
6
|
+
ARRAY_CHILDREN = 16,
|
|
7
|
+
SLOTS_CHILDREN = 32,
|
|
8
|
+
TELEPORT = 64,
|
|
9
|
+
SUSPENSE = 128,
|
|
10
|
+
COMPONENT_SHOULD_KEEP_ALIVE = 256,
|
|
11
|
+
COMPONENT_KEPT_ALIVE = 512,
|
|
12
|
+
COMPONENT = 6
|
|
13
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ComponentInternalInstance, VNode } from 'vue';
|
|
2
|
-
declare type VNodeMountHook = (vnode: VNode) => void;
|
|
3
|
-
declare type VNodeUpdateHook = (vnode: VNode, oldVNode: VNode) => void;
|
|
4
|
-
export declare type VNodeHook = VNodeMountHook | VNodeUpdateHook | VNodeMountHook[] | VNodeUpdateHook[];
|
|
5
|
-
export declare function invokeVNodeHook(hook: VNodeHook, instance: ComponentInternalInstance | null, vnode: VNode, prevVNode?: VNode | null): void;
|
|
6
|
-
export {};
|
|
1
|
+
import { ComponentInternalInstance, VNode } from 'vue';
|
|
2
|
+
declare type VNodeMountHook = (vnode: VNode) => void;
|
|
3
|
+
declare type VNodeUpdateHook = (vnode: VNode, oldVNode: VNode) => void;
|
|
4
|
+
export declare type VNodeHook = VNodeMountHook | VNodeUpdateHook | VNodeMountHook[] | VNodeUpdateHook[];
|
|
5
|
+
export declare function invokeVNodeHook(hook: VNodeHook, instance: ComponentInternalInstance | null, vnode: VNode, prevVNode?: VNode | null): void;
|
|
6
|
+
export {};
|