cnhis-design-vue 3.1.31-beta.5 → 3.1.31-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/big-table/index.js +1 -1
- package/es/components/big-table/src/{BigTable.js → BigTable.vue.js} +1 -1
- package/es/components/big-table/src/{BigTable.vue_vue_type_script_setup_true_lang.js → BigTable.vue2.js} +6 -6
- package/es/components/{scale-view/src/components/NoData.js → big-table/src/components/NoData.vue.js} +4 -4
- package/es/components/big-table/src/components/edit-form/{edit-separate.js → edit-separate.vue.js} +1 -1
- package/es/components/big-table/src/components/{input-button.js → input-button.vue.js} +0 -0
- package/es/components/big-table/src/components/{separate.js → separate.vue.js} +0 -0
- package/es/components/big-table/src/hooks/useEdit.js +1 -1
- package/es/components/big-table/src/utils.js +1 -1
- package/es/components/bpmn-workflow/index.js +1 -1
- package/es/components/bpmn-workflow/src/{BpmnWorkflow.js → BpmnWorkflow.vue.js} +0 -0
- package/es/components/button-print/index.d.ts +4 -6
- package/es/components/button-print/index.js +1 -1
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +4 -6
- package/es/components/button-print/src/{ButtonPrint.js → ButtonPrint.vue.js} +1 -1
- package/es/components/button-print/src/{ButtonPrint.vue_vue_type_script_setup_true_lang.js → ButtonPrint.vue2.js} +1 -1
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +2 -3
- package/es/components/button-print/src/components/{EditFormat.js → EditFormat.vue.js} +0 -0
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +4 -6
- package/es/components/button-print/src/components/{IdentityVerification.js → IdentityVerification.vue.js} +1 -1
- package/es/components/button-print/src/components/{Preview.js → Preview.vue.js} +1 -1
- package/es/components/button-print/src/components/{Preview.vue_vue_type_script_setup_true_lang.js → Preview.vue2.js} +0 -0
- package/es/components/button-print/src/utils/dialog.js +2 -2
- package/es/components/drag-layout/index.js +1 -1
- package/es/components/drag-layout/src/{DragFormLeftItem.js → DragFormLeftItem.vue.js} +0 -0
- package/es/components/drag-layout/src/{DragFormRightItem.js → DragFormRightItem.vue.js} +0 -0
- package/es/components/drag-layout/src/{DragLayout.js → DragLayout.vue.js} +2 -2
- package/es/components/fabric-chart/index.js +1 -1
- package/es/components/fabric-chart/src/{FabricChart.js → FabricChart.vue.js} +1 -1
- package/es/components/fabric-chart/src/components/{PopupTip.js → PopupTip.vue.js} +0 -0
- package/es/components/fabric-chart/src/utils/index.js +0 -1
- package/es/components/field-set/index.js +1 -1
- package/es/components/field-set/src/{FieldSet.js → FieldSet.vue.js} +0 -0
- package/es/components/form-config/index.js +1 -1
- package/es/components/form-config/src/{FormConfig.js → FormConfig.vue.js} +3 -3
- package/es/components/form-config/src/components/{FormConfigCreator.js → FormConfigCreator.vue.js} +0 -0
- package/es/components/form-config/src/components/{FormConfigDragDisplay.js → FormConfigDragDisplay.vue.js} +0 -0
- package/es/components/form-config/src/components/{FormConfigEdit.js → FormConfigEdit.vue.js} +0 -0
- package/es/components/form-config/src/components/index.js +6 -6
- package/es/components/form-config/src/components/renderer/{CloseButton.js → CloseButton.vue.js} +0 -0
- package/es/components/form-config/src/components/renderer/{ComplexNode.js → ComplexNode.vue.js} +2 -2
- package/es/components/form-config/src/components/renderer/{DefaultNode.js → DefaultNode.vue.js} +1 -1
- package/es/components/form-config/src/components/renderer/index.js +3 -3
- package/es/components/form-config/src/hooks/usePresetRenderer.js +2 -2
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/{FormRender.js → FormRender.vue.js} +0 -0
- package/es/components/form-render/src/{FormRenderWrapper.js → FormRenderWrapper.vue.js} +1 -1
- package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
- package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/{FormCollapse.js → FormCollapse.vue.js} +0 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.js +1 -1
- package/es/components/iho-table/index.js +1 -2
- package/es/components/iho-table/src/{IhoTable.js → IhoTable.vue.js} +0 -0
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +3 -1
- package/es/components/iho-table/src/plugins/filterPlugin/{filter.js → filter.vue.js} +0 -0
- package/es/components/iho-table/src/plugins/filterPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/{editDate.js → editDate.vue.js} +0 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/{editSeparate.js → editSeparate.vue.js} +0 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +4 -1
- package/es/components/info-header/index.js +1 -1
- package/es/components/info-header/src/{HiddenContent.js → HiddenContent.vue.js} +1 -1
- package/es/components/info-header/src/{InfoEllipsis.js → InfoEllipsis.vue.js} +0 -0
- package/es/components/info-header/src/{InfoHeader.js → InfoHeader.vue.js} +2 -2
- package/es/components/keyboard/index.d.ts +4 -4
- package/es/components/keyboard/index.js +1 -1
- package/es/components/keyboard/src/Keyboard.vue.d.ts +4 -4
- package/es/components/keyboard/src/{Keyboard.js → Keyboard.vue.js} +5 -5
- package/es/components/keyboard/src/components/{InputNumber.js → InputNumber.vue.js} +0 -0
- package/es/components/keyboard/src/components/{NumberPanel.js → NumberPanel.vue.js} +1 -1
- package/es/components/map/index.js +1 -1
- package/es/components/map/src/{Map.js → Map.vue.js} +0 -0
- package/es/components/recommend-search/index.d.ts +280 -0
- package/es/components/recommend-search/index.js +10 -0
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +280 -0
- package/es/components/recommend-search/src/RecommendSearch.vue.js +35 -0
- package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +128 -0
- package/es/components/recommend-search/src/components/BaseSearch.vue.js +153 -0
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +257 -0
- package/es/components/recommend-search/src/components/RecommendInput.vue.js +94 -0
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +52 -0
- package/es/components/recommend-search/src/components/RecommendMenu.vue.js +94 -0
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +2 -0
- package/es/components/recommend-search/src/components/RecommendSelect.vue.js +125 -0
- package/es/components/recommend-search/src/constant/index.d.ts +4 -0
- package/es/components/recommend-search/src/constant/index.js +7 -0
- package/es/components/recommend-search/src/types/index.d.ts +9 -0
- package/es/components/recommend-search/src/types/index.js +1 -0
- package/es/components/recommend-search/style/index.css +1 -0
- package/es/components/scale-view/index.d.ts +2 -3
- package/es/components/scale-view/index.js +1 -1
- package/es/components/scale-view/src/ScaleView.vue.d.ts +2 -3
- package/es/components/scale-view/src/{ScaleView.js → ScaleView.vue.js} +5 -5
- package/es/components/scale-view/src/components/{AnswerParse.js → AnswerParse.vue.js} +1 -1
- package/es/components/scale-view/src/components/{EvaluateCountdown.js → EvaluateCountdown.vue.js} +1 -1
- package/es/components/scale-view/src/components/{EvaluatePage.js → EvaluatePage.vue.js} +0 -0
- package/es/components/scale-view/src/components/{LoadingCom.js → LoadingCom.vue.js} +0 -0
- package/es/components/{big-table/src/components/NoData.js → scale-view/src/components/NoData.vue.js} +4 -4
- package/es/components/scale-view/src/components/formitem/r-cascader.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-select.js +1 -1
- package/es/components/scale-view/src/hooks/use-component.js +1 -1
- package/es/components/search-cascader/index.js +1 -1
- package/es/components/search-cascader/src/{SearchCascader.js → SearchCascader.vue.js} +0 -0
- package/es/components/select-label/index.js +2 -2
- package/es/components/select-label/src/{LabelFormContent.js → LabelFormContent.vue.js} +1 -1
- package/es/components/select-label/src/{SelectLabel.js → SelectLabel.vue.js} +1 -1
- package/es/components/select-label/src/{SelectLabel.vue_vue_type_script_setup_true_lang.js → SelectLabel.vue2.js} +2 -2
- package/es/components/select-label/src/components/{label-classify.js → label-classify.vue.js} +0 -0
- package/es/components/select-person/index.js +1 -1
- package/es/components/select-person/src/{SelectPerson.js → SelectPerson.vue.js} +1 -1
- package/es/components/select-person/src/{SelectPerson.vue_vue_type_script_setup_true_lang.js → SelectPerson.vue2.js} +0 -0
- package/es/components/shortcut-provider/index.js +1 -1
- package/es/components/shortcut-provider/src/{ShortcutProvider.js → ShortcutProvider.vue.js} +0 -0
- package/es/components/shortcut-setter/index.js +1 -1
- package/es/components/shortcut-setter/src/{ShortcutSetter.js → ShortcutSetter.vue.js} +1 -1
- package/es/components/shortcut-setter/src/{ShortcutSetterItem.js → ShortcutSetterItem.vue.js} +0 -0
- package/es/components/steps-wheel/index.js +1 -1
- package/es/components/steps-wheel/src/{StepsWheel.js → StepsWheel.vue.js} +0 -0
- package/es/components/steps-wheel/style/index.css +1 -1
- package/es/components/time-line/index.js +1 -1
- package/es/components/time-line/src/{TimeLine.js → TimeLine.vue.js} +0 -0
- package/es/components/vod-chunk-upload/index.js +1 -1
- package/es/components/vod-chunk-upload/src/{chunk-upload-new.js → chunk-upload-new.vue.js} +0 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/index.js +2 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/{vod-chunk-upload.js → vod-chunk-upload.vue.js} +3 -3
- package/es/components/vod-chunk-upload/src/vod-upload-modal.js +1 -1
- package/es/shared/assets/img/failure.js +1 -3
- package/es/shared/assets/img/failure.png.js +3 -0
- package/es/shared/assets/img/no-permission.js +1 -3
- package/es/shared/assets/img/no-permission.png.js +3 -0
- package/es/shared/assets/img/nodata.js +1 -3
- package/es/shared/assets/img/nodata.png.js +3 -0
- package/es/shared/assets/img/notfound.js +1 -3
- package/es/shared/assets/img/notfound.png.js +3 -0
- package/es/shared/assets/img/qr.js +1 -3
- package/es/shared/assets/img/qr.png.js +3 -0
- package/es/shared/assets/img/success.js +1 -3
- package/es/shared/assets/img/success.png.js +3 -0
- package/es/shared/assets/img/video.js +1 -3
- package/es/shared/assets/img/video.png.js +3 -0
- package/es/shared/assets/img/video_default_cover.js +1 -3
- package/es/shared/assets/img/video_default_cover.png.js +3 -0
- package/es/shared/assets/img/xb_big.js +1 -3
- package/es/shared/assets/img/xb_big.png.js +3 -0
- package/es/shared/assets/img/xb_small.js +1 -3
- package/es/shared/assets/img/xb_small.png.js +3 -0
- package/es/shared/components/SelectPage/{SelectPage.js → SelectPage.vue.js} +0 -0
- package/es/shared/components/SelectPage/index.js +2 -2
- package/es/shared/components/SvgIcon/{SvgIcon.js → SvgIcon.vue.js} +0 -0
- package/es/shared/components/SvgIcon/index.js +2 -2
- package/es/shared/components/TextOverTooltip/{TextOverTooltip.js → TextOverTooltip.vue.js} +0 -0
- package/es/shared/components/TextOverTooltip/index.js +2 -2
- package/es/shared/components/no-data/{NoData.js → NoData.vue.js} +4 -4
- package/es/shared/components/no-data/index.js +2 -2
- package/package.json +2 -2
|
@@ -2,7 +2,7 @@ import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
3
|
import { expandXEUtils } from '../../shared/utils/utilExpand.js';
|
|
4
4
|
import '../index.js';
|
|
5
|
-
import script from './src/BigTable.js';
|
|
5
|
+
import script from './src/BigTable.vue.js';
|
|
6
6
|
import Grid from '../grid/index.js';
|
|
7
7
|
|
|
8
8
|
const BigTable = script;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import _sfc_main from './BigTable.
|
|
1
|
+
import _sfc_main from './BigTable.vue2.js';
|
|
2
2
|
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.js';
|
|
3
3
|
|
|
4
4
|
var script = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "BigTable.vue"]]);
|
|
@@ -13,17 +13,17 @@ import { useEvent } from './hooks/useEvent.js';
|
|
|
13
13
|
import { useAnnotation } from './hooks/useAnnotation.js';
|
|
14
14
|
import { useSeparateRow, useSeparateMap } from './hooks/useSeparateRow.js';
|
|
15
15
|
import { SettingsSharp, CaretDown, CaretForward, CopyOutline, SyncOutline } from '@vicons/ionicons5';
|
|
16
|
-
import NoData from './components/NoData.js';
|
|
17
|
-
import script from '../../../shared/components/SvgIcon/SvgIcon.js';
|
|
16
|
+
import NoData from './components/NoData.vue.js';
|
|
17
|
+
import script from '../../../shared/components/SvgIcon/SvgIcon.vue.js';
|
|
18
18
|
import { useMessage, NIcon, NTooltip, NCheckbox, NCheckboxGroup, NGrid, NGi, NButton, NPopconfirm, NProgress, NDropdown, NSwitch, NPopover, NTabs, NTabPane } from 'naive-ui';
|
|
19
19
|
import Grid from '../../grid/index.js';
|
|
20
20
|
import XEUtils from 'xe-utils';
|
|
21
21
|
import 'moment';
|
|
22
22
|
import { handleTableHeight, setTableConfig, handleGroupColums, treeToList, checkMethod, setTreeGroupTitle, isFilterItem, handleName, generateEditRender, handlerInitSearchItem, getEvaluate, getMapVal, getCandidateComponents, getageShowType, isLink, showFilter, reScrollFilterWrap, hideFilterWrap, mergeConObjFn, setDefaultFormData, handleImgArr, handleImgSrc, modalDetailImage, handleQrCodeContent, getInlineEditBtn, isCopy, setVisibleCheckAllWrap, handleTableImageSize, visibleMethod, getRowStyle, getFooterGroup, flattenRow, intersectRow, removeCheckedDisabledRows } from './utils.js';
|
|
23
|
-
import InputButtonScript from './components/input-button.js';
|
|
24
|
-
import Separate from './components/separate.js';
|
|
25
|
-
import xb_big from '../../../shared/assets/img/xb_big.js';
|
|
26
|
-
import qr from '../../../shared/assets/img/qr.js';
|
|
23
|
+
import InputButtonScript from './components/input-button.vue.js';
|
|
24
|
+
import Separate from './components/separate.vue.js';
|
|
25
|
+
import xb_big from '../../../shared/assets/img/xb_big.png.js';
|
|
26
|
+
import qr from '../../../shared/assets/img/qr.png.js';
|
|
27
27
|
|
|
28
28
|
const _hoisted_1 = {
|
|
29
29
|
key: 0,
|
package/es/components/{scale-view/src/components/NoData.js → big-table/src/components/NoData.vue.js}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createElementBlock, unref, createCommentVNode, createElementVNode, toDisplayString } from 'vue';
|
|
2
|
-
import noData from '../../../../shared/assets/img/nodata.js';
|
|
3
|
-
import noPermission from '../../../../shared/assets/img/no-permission.js';
|
|
4
|
-
import failure from '../../../../shared/assets/img/failure.js';
|
|
5
|
-
import notfound from '../../../../shared/assets/img/notfound.js';
|
|
2
|
+
import noData from '../../../../shared/assets/img/nodata.png.js';
|
|
3
|
+
import noPermission from '../../../../shared/assets/img/no-permission.png.js';
|
|
4
|
+
import failure from '../../../../shared/assets/img/failure.png.js';
|
|
5
|
+
import notfound from '../../../../shared/assets/img/notfound.png.js';
|
|
6
6
|
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
7
7
|
|
|
8
8
|
const _hoisted_1 = { class: "no-data-tip NoData-page" };
|
package/es/components/big-table/src/components/edit-form/{edit-separate.js → edit-separate.vue.js}
RENAMED
|
@@ -3,7 +3,7 @@ import script from '../../../../../shared/components/SlotRender/SlotRender.js';
|
|
|
3
3
|
import { cloneDeep, isObject, isArray } from 'lodash-es';
|
|
4
4
|
import { NPopover, NInput } from 'naive-ui';
|
|
5
5
|
import { useSeparateMap } from '../../hooks/useSeparateRow.js';
|
|
6
|
-
import Separate from '../separate.js';
|
|
6
|
+
import Separate from '../separate.vue.js';
|
|
7
7
|
import _export_sfc from '../../../../../_virtual/plugin-vue_export-helper.js';
|
|
8
8
|
|
|
9
9
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
File without changes
|
|
File without changes
|
|
@@ -2,7 +2,7 @@ import EditTime from '../components/edit-form/edit-time.js';
|
|
|
2
2
|
import EditInput from '../components/edit-form/edit-input.js';
|
|
3
3
|
import EditSelect from '../components/edit-form/edit-select.js';
|
|
4
4
|
import EditDate from '../components/edit-form/edit-date.js';
|
|
5
|
-
import EditSeparate from '../components/edit-form/edit-separate.js';
|
|
5
|
+
import EditSeparate from '../components/edit-form/edit-separate.vue.js';
|
|
6
6
|
|
|
7
7
|
const comps = {
|
|
8
8
|
input: EditInput,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/BpmnWorkflow.js';
|
|
3
|
+
import script from './src/BpmnWorkflow.vue.js';
|
|
4
4
|
|
|
5
5
|
const BpmnWorkflow = script;
|
|
6
6
|
BpmnWorkflow.install = function(app) {
|
|
File without changes
|
|
@@ -383,8 +383,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
383
383
|
'--n-feedback-text-color-warning': string;
|
|
384
384
|
'--n-feedback-text-color-error': string;
|
|
385
385
|
}> | undefined;
|
|
386
|
-
themeClass: import("vue").Ref<string
|
|
387
|
-
onRender: (
|
|
386
|
+
themeClass: import("vue").Ref<string>;
|
|
387
|
+
onRender: () => void;
|
|
388
388
|
validate: import("naive-ui/es/form/src/interface").FormItemValidate;
|
|
389
389
|
restoreValidation: () => void;
|
|
390
390
|
path?: string | undefined;
|
|
@@ -408,7 +408,6 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
408
408
|
key: string;
|
|
409
409
|
render: () => import("vue").VNodeChild;
|
|
410
410
|
}[]>;
|
|
411
|
-
reverseColSpace: import("vue").ComputedRef<boolean>;
|
|
412
411
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
413
412
|
readonly label: StringConstructor;
|
|
414
413
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
@@ -734,8 +733,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
734
733
|
'--n-feedback-text-color-warning': string;
|
|
735
734
|
'--n-feedback-text-color-error': string;
|
|
736
735
|
}> | undefined;
|
|
737
|
-
themeClass: import("vue").Ref<string
|
|
738
|
-
onRender: (
|
|
736
|
+
themeClass: import("vue").Ref<string>;
|
|
737
|
+
onRender: () => void;
|
|
739
738
|
validate: import("naive-ui/es/form/src/interface").FormItemValidate;
|
|
740
739
|
restoreValidation: () => void;
|
|
741
740
|
path?: string | undefined;
|
|
@@ -759,7 +758,6 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
759
758
|
key: string;
|
|
760
759
|
render: () => import("vue").VNodeChild;
|
|
761
760
|
}[]>;
|
|
762
|
-
reverseColSpace: import("vue").ComputedRef<boolean>;
|
|
763
761
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
764
762
|
readonly label: StringConstructor;
|
|
765
763
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/ButtonPrint.js';
|
|
3
|
+
import script from './src/ButtonPrint.vue.js';
|
|
4
4
|
export { Print } from './src/utils/print.js';
|
|
5
5
|
export { isIReport, useBrowserPrint } from './src/utils/browserPrint.js';
|
|
6
6
|
|
|
@@ -387,8 +387,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
387
387
|
'--n-feedback-text-color-warning': string;
|
|
388
388
|
'--n-feedback-text-color-error': string;
|
|
389
389
|
}> | undefined;
|
|
390
|
-
themeClass: import("vue").Ref<string
|
|
391
|
-
onRender: (
|
|
390
|
+
themeClass: import("vue").Ref<string>;
|
|
391
|
+
onRender: () => void;
|
|
392
392
|
validate: import("naive-ui/es/form/src/interface").FormItemValidate;
|
|
393
393
|
restoreValidation: () => void;
|
|
394
394
|
path?: string | undefined;
|
|
@@ -412,7 +412,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
412
412
|
key: string;
|
|
413
413
|
render: () => import("vue").VNodeChild;
|
|
414
414
|
}[]>;
|
|
415
|
-
reverseColSpace: import("vue").ComputedRef<boolean>;
|
|
416
415
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
417
416
|
readonly label: StringConstructor;
|
|
418
417
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
@@ -738,8 +737,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
738
737
|
'--n-feedback-text-color-warning': string;
|
|
739
738
|
'--n-feedback-text-color-error': string;
|
|
740
739
|
}> | undefined;
|
|
741
|
-
themeClass: import("vue").Ref<string
|
|
742
|
-
onRender: (
|
|
740
|
+
themeClass: import("vue").Ref<string>;
|
|
741
|
+
onRender: () => void;
|
|
743
742
|
validate: import("naive-ui/es/form/src/interface").FormItemValidate;
|
|
744
743
|
restoreValidation: () => void;
|
|
745
744
|
path?: string | undefined;
|
|
@@ -763,7 +762,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
763
762
|
key: string;
|
|
764
763
|
render: () => import("vue").VNodeChild;
|
|
765
764
|
}[]>;
|
|
766
|
-
reverseColSpace: import("vue").ComputedRef<boolean>;
|
|
767
765
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
768
766
|
readonly label: StringConstructor;
|
|
769
767
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import _sfc_main from './ButtonPrint.
|
|
1
|
+
import _sfc_main from './ButtonPrint.vue2.js';
|
|
2
2
|
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.js';
|
|
3
3
|
|
|
4
4
|
var script = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "ButtonPrint.vue"]]);
|
|
@@ -4,7 +4,7 @@ import { useMessage, NDropdown, NButton, NIcon } from 'naive-ui';
|
|
|
4
4
|
import { ChevronDown } from '@vicons/ionicons5';
|
|
5
5
|
import { Print } from './utils/print.js';
|
|
6
6
|
import { isIReport } from './utils/browserPrint.js';
|
|
7
|
-
import IdentityVerification from './components/IdentityVerification.js';
|
|
7
|
+
import IdentityVerification from './components/IdentityVerification.vue.js';
|
|
8
8
|
import { format } from 'date-fns';
|
|
9
9
|
|
|
10
10
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -195,8 +195,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
195
195
|
'--n-feedback-text-color-warning': string;
|
|
196
196
|
'--n-feedback-text-color-error': string;
|
|
197
197
|
}> | undefined;
|
|
198
|
-
themeClass: import("vue").Ref<string
|
|
199
|
-
onRender: (
|
|
198
|
+
themeClass: import("vue").Ref<string>;
|
|
199
|
+
onRender: () => void;
|
|
200
200
|
validate: import("naive-ui/es/form/src/interface").FormItemValidate;
|
|
201
201
|
restoreValidation: () => void;
|
|
202
202
|
path?: string | undefined;
|
|
@@ -220,7 +220,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
220
220
|
key: string;
|
|
221
221
|
render: () => import("vue").VNodeChild;
|
|
222
222
|
}[]>;
|
|
223
|
-
reverseColSpace: import("vue").ComputedRef<boolean>;
|
|
224
223
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
225
224
|
readonly label: StringConstructor;
|
|
226
225
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
File without changes
|
|
@@ -202,8 +202,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
202
202
|
'--n-feedback-text-color-warning': string;
|
|
203
203
|
'--n-feedback-text-color-error': string;
|
|
204
204
|
}> | undefined;
|
|
205
|
-
themeClass: import("vue").Ref<string
|
|
206
|
-
onRender: (
|
|
205
|
+
themeClass: import("vue").Ref<string>;
|
|
206
|
+
onRender: () => void;
|
|
207
207
|
validate: import("naive-ui/es/form/src/interface").FormItemValidate;
|
|
208
208
|
restoreValidation: () => void;
|
|
209
209
|
path?: string | undefined;
|
|
@@ -227,7 +227,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
227
227
|
key: string;
|
|
228
228
|
render: () => import("vue").VNodeChild;
|
|
229
229
|
}[]>;
|
|
230
|
-
reverseColSpace: import("vue").ComputedRef<boolean>;
|
|
231
230
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
232
231
|
readonly label: StringConstructor;
|
|
233
232
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
@@ -553,8 +552,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
553
552
|
'--n-feedback-text-color-warning': string;
|
|
554
553
|
'--n-feedback-text-color-error': string;
|
|
555
554
|
}> | undefined;
|
|
556
|
-
themeClass: import("vue").Ref<string
|
|
557
|
-
onRender: (
|
|
555
|
+
themeClass: import("vue").Ref<string>;
|
|
556
|
+
onRender: () => void;
|
|
558
557
|
validate: import("naive-ui/es/form/src/interface").FormItemValidate;
|
|
559
558
|
restoreValidation: () => void;
|
|
560
559
|
path?: string | undefined;
|
|
@@ -578,7 +577,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
578
577
|
key: string;
|
|
579
578
|
render: () => import("vue").VNodeChild;
|
|
580
579
|
}[]>;
|
|
581
|
-
reverseColSpace: import("vue").ComputedRef<boolean>;
|
|
582
580
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
583
581
|
readonly label: StringConstructor;
|
|
584
582
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, reactive, watch, openBlock, createBlock, unref, normalizeStyle, withCtx, createElementVNode, mergeProps, createVNode, createTextVNode } from 'vue';
|
|
2
2
|
import { useMessage, NModal, NForm, NFormItem, NInput, NButton } from 'naive-ui';
|
|
3
|
-
import EditFormat from './EditFormat.js';
|
|
3
|
+
import EditFormat from './EditFormat.vue.js';
|
|
4
4
|
import '../utils/print.js';
|
|
5
5
|
import { isIReport } from '../utils/browserPrint.js';
|
|
6
6
|
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import _sfc_main from './Preview.
|
|
1
|
+
import _sfc_main from './Preview.vue2.js';
|
|
2
2
|
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
3
3
|
|
|
4
4
|
var Preview = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "Preview.vue"]]);
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ref, render, createVNode, withCtx, nextTick, defineComponent, provide } from 'vue';
|
|
2
|
-
import IdentityVerification from '../components/IdentityVerification.js';
|
|
3
|
-
import Preview from '../components/Preview.js';
|
|
2
|
+
import IdentityVerification from '../components/IdentityVerification.vue.js';
|
|
3
|
+
import Preview from '../components/Preview.vue.js';
|
|
4
4
|
|
|
5
5
|
class IdentityVerificationDialog {
|
|
6
6
|
constructor() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
3
|
import '../../shared/utils/utilExpand.js';
|
|
4
|
-
import script from './src/DragLayout.js';
|
|
4
|
+
import script from './src/DragLayout.vue.js';
|
|
5
5
|
|
|
6
6
|
const DragLayout = script;
|
|
7
7
|
DragLayout.install = function(app) {
|
|
File without changes
|
|
File without changes
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, reactive, computed, onMounted, nextTick, watch, openBlock, createElementBlock, createCommentVNode, createElementVNode, createVNode, unref, withCtx, renderSlot, createTextVNode, normalizeStyle, normalizeClass, createBlock, Fragment, withDirectives, vShow, vModelCheckbox } from 'vue';
|
|
2
2
|
import { NButton, NModal, NForm, NGrid, NFormItemGi, NInput, NSelect, NCheckbox, NInputNumber } from 'naive-ui';
|
|
3
3
|
import draggableComponent from '../../../shared/components/VueDraggable/src/vuedraggable.js';
|
|
4
|
-
import DragFormLeftItem from './DragFormLeftItem.js';
|
|
5
|
-
import DragFormRightItem from './DragFormRightItem.js';
|
|
4
|
+
import DragFormLeftItem from './DragFormLeftItem.vue.js';
|
|
5
|
+
import DragFormRightItem from './DragFormRightItem.vue.js';
|
|
6
6
|
import XEUtils from 'xe-utils';
|
|
7
7
|
import 'moment';
|
|
8
8
|
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/FabricChart.js';
|
|
3
|
+
import script from './src/FabricChart.vue.js';
|
|
4
4
|
|
|
5
5
|
const FabricChart = script;
|
|
6
6
|
FabricChart.install = function(app) {
|
|
@@ -9,7 +9,7 @@ import { useCenter } from './hooks/useCenter.js';
|
|
|
9
9
|
import { useBottom } from './hooks/useBottom.js';
|
|
10
10
|
import { useOther } from './hooks/useOther.js';
|
|
11
11
|
import { useEvent, useCanvasEvent } from './hooks/useEvent.js';
|
|
12
|
-
import PopupTip from './components/PopupTip.js';
|
|
12
|
+
import PopupTip from './components/PopupTip.vue.js';
|
|
13
13
|
import PopupMenu from './components/PopupMenu.js';
|
|
14
14
|
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.js';
|
|
15
15
|
|
|
File without changes
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/*! Fabric.js Copyright 2008-2015, Printio (Juriy Zaytsev, Maxim Chernyak) */
|
|
2
1
|
var fabric = fabric || { version: "5.2.1" };
|
|
3
2
|
if (typeof document !== "undefined" && typeof window !== "undefined") {
|
|
4
3
|
if (document instanceof (typeof HTMLDocument !== "undefined" ? HTMLDocument : Document)) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/FieldSet.js';
|
|
3
|
+
import script from './src/FieldSet.vue.js';
|
|
4
4
|
|
|
5
5
|
const FieldSet = script;
|
|
6
6
|
FieldSet.install = function(app) {
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/FormConfig.js';
|
|
3
|
+
import script from './src/FormConfig.vue.js';
|
|
4
4
|
|
|
5
5
|
const FormConfig = script;
|
|
6
6
|
FormConfig.install = function(app) {
|
|
@@ -2,9 +2,9 @@ import { defineComponent, ref, provide, toRaw, openBlock, createElementBlock, no
|
|
|
2
2
|
import { uuidGenerator } from '../../../shared/utils/index.js';
|
|
3
3
|
import { cloneDeep, isFunction } from 'lodash-es';
|
|
4
4
|
import draggableComponent from '../../../shared/components/VueDraggable/src/vuedraggable.js';
|
|
5
|
-
import FormConfigCreator from './components/FormConfigCreator.js';
|
|
6
|
-
import FormConfigDragDisplay from './components/FormConfigDragDisplay.js';
|
|
7
|
-
import FormConfigEdit from './components/FormConfigEdit.js';
|
|
5
|
+
import FormConfigCreator from './components/FormConfigCreator.vue.js';
|
|
6
|
+
import FormConfigDragDisplay from './components/FormConfigDragDisplay.vue.js';
|
|
7
|
+
import FormConfigEdit from './components/FormConfigEdit.vue.js';
|
|
8
8
|
import FormConfigMaterialItem from './components/FormConfigMaterialItem.js';
|
|
9
9
|
import { useDataNormalize } from './hooks/useDataNormalize.js';
|
|
10
10
|
import { InjectionFieldList, InjectionMaterialList, InjectionActiveFieldItem, FORM_CONFIG_GROUP } from './constants/index.js';
|
package/es/components/form-config/src/components/{FormConfigCreator.js → FormConfigCreator.vue.js}
RENAMED
|
File without changes
|
|
File without changes
|
package/es/components/form-config/src/components/{FormConfigEdit.js → FormConfigEdit.vue.js}
RENAMED
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { default as FormConfigCreator } from './FormConfigCreator.js';
|
|
2
|
-
export { default as FormConfigEdit } from './FormConfigEdit.js';
|
|
3
|
-
export { default as FormConfigDragDisplay } from './FormConfigDragDisplay.js';
|
|
4
|
-
export { default as CloseButton } from './renderer/CloseButton.js';
|
|
5
|
-
export { default as ComplexNode } from './renderer/ComplexNode.js';
|
|
6
|
-
export { default as DefaultNode } from './renderer/DefaultNode.js';
|
|
1
|
+
export { default as FormConfigCreator } from './FormConfigCreator.vue.js';
|
|
2
|
+
export { default as FormConfigEdit } from './FormConfigEdit.vue.js';
|
|
3
|
+
export { default as FormConfigDragDisplay } from './FormConfigDragDisplay.vue.js';
|
|
4
|
+
export { default as CloseButton } from './renderer/CloseButton.vue.js';
|
|
5
|
+
export { default as ComplexNode } from './renderer/ComplexNode.vue.js';
|
|
6
|
+
export { default as DefaultNode } from './renderer/DefaultNode.vue.js';
|
package/es/components/form-config/src/components/renderer/{CloseButton.js → CloseButton.vue.js}
RENAMED
|
File without changes
|
package/es/components/form-config/src/components/renderer/{ComplexNode.js → ComplexNode.vue.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, inject, computed, openBlock, createElementBlock, createElementVNode, mergeProps, unref, withModifiers, createTextVNode, toDisplayString, createVNode } from 'vue';
|
|
2
|
-
import FormConfigDragDisplay from '../FormConfigDragDisplay.js';
|
|
3
|
-
import CloseButton from './CloseButton.js';
|
|
2
|
+
import FormConfigDragDisplay from '../FormConfigDragDisplay.vue.js';
|
|
3
|
+
import CloseButton from './CloseButton.vue.js';
|
|
4
4
|
import { InjectionActiveFieldItem } from '../../constants/index.js';
|
|
5
5
|
import { bindHover } from '../../utils/index.js';
|
|
6
6
|
import _export_sfc from '../../../../../_virtual/plugin-vue_export-helper.js';
|
package/es/components/form-config/src/components/renderer/{DefaultNode.js → DefaultNode.vue.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, inject, computed, openBlock, createBlock, unref, mergeProps, withModifiers, withCtx, createVNode, normalizeClass, createTextVNode, toDisplayString } from 'vue';
|
|
2
2
|
import { NButton, NEllipsis } from 'naive-ui';
|
|
3
|
-
import CloseButton from './CloseButton.js';
|
|
3
|
+
import CloseButton from './CloseButton.vue.js';
|
|
4
4
|
import { InjectionActiveFieldItem, WidgetTextMap } from '../../constants/index.js';
|
|
5
5
|
import { bindHover } from '../../utils/index.js';
|
|
6
6
|
import _export_sfc from '../../../../../_virtual/plugin-vue_export-helper.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default as CloseButton } from './CloseButton.js';
|
|
2
|
-
export { default as ComplexNode } from './ComplexNode.js';
|
|
3
|
-
export { default as DefaultNode } from './DefaultNode.js';
|
|
1
|
+
export { default as CloseButton } from './CloseButton.vue.js';
|
|
2
|
+
export { default as ComplexNode } from './ComplexNode.vue.js';
|
|
3
|
+
export { default as DefaultNode } from './DefaultNode.vue.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isString, isArray, isFunction } from 'lodash-es';
|
|
2
2
|
import { computed } from 'vue';
|
|
3
|
-
import ComplexNode from '../components/renderer/ComplexNode.js';
|
|
4
|
-
import DefaultNode from '../components/renderer/DefaultNode.js';
|
|
3
|
+
import ComplexNode from '../components/renderer/ComplexNode.vue.js';
|
|
4
|
+
import DefaultNode from '../components/renderer/DefaultNode.vue.js';
|
|
5
5
|
|
|
6
6
|
function usePresetRenderer() {
|
|
7
7
|
const renderDefaultNode = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/FormRenderWrapper.js';
|
|
3
|
+
import script from './src/FormRenderWrapper.vue.js';
|
|
4
4
|
export { useFieldListAdaptor } from './src/hooks/useFieldListAdaptor.js';
|
|
5
5
|
export { useFormRequest } from './src/hooks/useFormRequest.js';
|
|
6
6
|
export { useCommonLog } from './src/hooks/useCommonLog.js';
|
|
File without changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createBlock, nextTick } from 'vue';
|
|
2
|
-
import FormRender from './FormRender.js';
|
|
2
|
+
import FormRender from './FormRender.vue.js';
|
|
3
3
|
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.js';
|
|
4
4
|
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -8,7 +8,7 @@ import { formRenderLog, mergeDeepProperties } from '../../../utils/index.js';
|
|
|
8
8
|
import { connect, mapProps } from '@formily/vue';
|
|
9
9
|
import { useDebounceFn, isObject } from '@vueuse/core';
|
|
10
10
|
import { NButton, NIcon } from 'naive-ui';
|
|
11
|
-
import FormRender from '../../../FormRender.js';
|
|
11
|
+
import FormRender from '../../../FormRender.vue.js';
|
|
12
12
|
import { assignUpdateValue } from '../../../utils/schema.js';
|
|
13
13
|
|
|
14
14
|
const script = defineComponent({
|
|
@@ -7,7 +7,7 @@ import { useCommonInjection } from '../../hooks/useCommonInjection.js';
|
|
|
7
7
|
import { formRenderLog } from '../../utils/index.js';
|
|
8
8
|
import { connect, mapProps } from '@formily/vue';
|
|
9
9
|
import SearchCascader from '../../../../search-cascader/index.js';
|
|
10
|
-
import script$1 from '../../../../../shared/components/no-data/NoData.js';
|
|
10
|
+
import script$1 from '../../../../../shared/components/no-data/NoData.vue.js';
|
|
11
11
|
import { visitedDecorator, assignUpdateValue } from '../../utils/schema.js';
|
|
12
12
|
import { useFormField } from '../../hooks/useFormField.js';
|
|
13
13
|
import { useFormRequest } from '../../hooks/useFormRequest.js';
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/IhoTable.js';
|
|
3
|
+
import script from './src/IhoTable.vue.js';
|
|
4
4
|
import PluginPresets from './src/plugins/index.js';
|
|
5
5
|
import 'vue';
|
|
6
6
|
import 'lodash-es';
|
|
@@ -16,7 +16,6 @@ import '../../shared/utils/tapable/AsyncSeriesBailHook.js';
|
|
|
16
16
|
import '../../shared/utils/tapable/AsyncSeriesLoopHook.js';
|
|
17
17
|
import '../../shared/utils/tapable/AsyncSeriesWaterfallHook.js';
|
|
18
18
|
export { AbstractConfigHooks, AbstractDataHooks, AbstractDomInsertHooks, AbstractEventHooks, AbstractFieldHooks, AbstractSetupHooks } from './src/types/pluginType.js';
|
|
19
|
-
import './src/utils/index.js';
|
|
20
19
|
import { useTablePlugin } from './src/hooks/useTablePlugin.js';
|
|
21
20
|
export { defineTablePlugin, useTablePlugin } from './src/hooks/useTablePlugin.js';
|
|
22
21
|
export { useColumnConfigAdaptor } from './src/hooks/useColumnConfigAdaptor.js';
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { cloneDeep, isString, isFunction, isArray } from 'lodash-es';
|
|
1
|
+
import { cloneDeep, isString, isFunction, pick, isArray } from 'lodash-es';
|
|
2
2
|
import { isObject } from '@vue/shared';
|
|
3
3
|
|
|
4
4
|
const REMOVE_PROPERTY = Symbol("remove property");
|
|
@@ -113,6 +113,7 @@ function useColumnConfigAdaptor() {
|
|
|
113
113
|
["elementId", "columnName"],
|
|
114
114
|
["columnWidth", "colWidth"],
|
|
115
115
|
["fixedWayEnum", { property: "isFixed", valueMap: fixedWayEnumValueMap }],
|
|
116
|
+
["multi_select_value", { property: "multiple", valueMap: multipleValueMap }],
|
|
116
117
|
["setting", { fieldMap: settingMap, assign: true }]
|
|
117
118
|
]);
|
|
118
119
|
return fieldList2.map((fieldItem) => transfer(fieldItem, editRules, fieldMap));
|
|
@@ -138,6 +139,7 @@ function useColumnConfigAdaptor() {
|
|
|
138
139
|
}
|
|
139
140
|
}
|
|
140
141
|
});
|
|
142
|
+
result.componentProps = pick(result, ["options", "multiple", "isDateDisabled"]);
|
|
141
143
|
return result;
|
|
142
144
|
function valueTransfer(value, rule) {
|
|
143
145
|
var _a, _b;
|
|
File without changes
|
|
@@ -4,7 +4,7 @@ import '../../../index.js';
|
|
|
4
4
|
import { IHO_TABLE_NUMBER_STATUS, IHO_TABLE_STRING_STATUS } from '../../constants/index.js';
|
|
5
5
|
import { IHO_TABLE_FILTER_STATUS } from './types.js';
|
|
6
6
|
import { useUUIDMap, IhoTableUtils } from '../../utils/index.js';
|
|
7
|
-
import FilterComponent from './filter.js';
|
|
7
|
+
import FilterComponent from './filter.vue.js';
|
|
8
8
|
import { defineTablePlugin } from '../../hooks/useTablePlugin.js';
|
|
9
9
|
|
|
10
10
|
function filterPlugin() {
|
|
File without changes
|
|
@@ -2,7 +2,7 @@ import { createVNode, mergeProps } from 'vue';
|
|
|
2
2
|
import '../../../../../index.js';
|
|
3
3
|
import { EDITABLE_WIDGET_TYPE } from '../../../../constants/index.js';
|
|
4
4
|
import { useIhoTableFormEvent } from '../../../../utils/index.js';
|
|
5
|
-
import EditDate from './editDate.js';
|
|
5
|
+
import EditDate from './editDate.vue.js';
|
|
6
6
|
import { defineTablePlugin } from '../../../../hooks/useTablePlugin.js';
|
|
7
7
|
|
|
8
8
|
function dateRendererPlugin() {
|
|
File without changes
|
|
@@ -5,7 +5,7 @@ import '../../../../../index.js';
|
|
|
5
5
|
import { EDITABLE_WIDGET_TYPE, InjectionIhoTableUUID } from '../../../../constants/index.js';
|
|
6
6
|
import { getRowHeight, useIhoTableFormEvent, getColumnRenderWidth } from '../../../../utils/index.js';
|
|
7
7
|
import { isSeparateColumn, contentSeparate, getColumnInfoMaxLength, generateSeparateRowData } from './separateUtils.js';
|
|
8
|
-
import EditSeparate from './editSeparate.js';
|
|
8
|
+
import EditSeparate from './editSeparate.vue.js';
|
|
9
9
|
import { defineTablePlugin } from '../../../../hooks/useTablePlugin.js';
|
|
10
10
|
|
|
11
11
|
function separateRendererPlugins() {
|