cnhis-design-vue 3.4.0-beta.9 → 3.4.0-release.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/_virtual/_virtual_i18n-methods.js +5 -1
- package/es/components/audio-sdk/index.d.ts +4 -4
- package/es/components/audio-sdk/src/Index.vue.d.ts +4 -4
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +4 -4
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +4 -4
- package/es/components/base-search/index.d.ts +34 -0
- package/es/components/base-search/src/index.vue.d.ts +34 -0
- package/es/components/base-search/src/index.vue2.js +9 -1
- package/es/components/button-print/index.d.ts +32 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +32 -0
- package/es/components/button-print/src/ButtonPrint.vue2.js +4 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +4 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +77 -50
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +11 -0
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +35 -0
- package/es/components/button-print/src/utils/print.d.ts +2 -1
- package/es/components/button-print/src/utils/print.js +13 -8
- package/es/components/callback/src/components/render/popupMaps.d.ts +110 -222
- package/es/components/classification/index.d.ts +123 -0
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +123 -0
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +123 -0
- package/es/components/classification/src/index.vue.d.ts +123 -0
- package/es/components/classification/src/index.vue2.js +7 -0
- package/es/components/date-picker/index.d.ts +41 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +41 -0
- package/es/components/date-picker/src/DatePicker.vue2.js +34 -4
- package/es/components/expand-field/index.d.ts +31 -0
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +31 -0
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +31 -0
- package/es/components/expand-field/src/components/form.vue.d.ts +31 -0
- package/es/components/expand-field/src/index.vue.d.ts +31 -0
- package/es/components/fabric-chart/index.d.ts +3 -3
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +3 -3
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -0
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +4 -4
- package/es/components/fabric-chart/src/components/PopupMenu.js +57 -39
- package/es/components/fabric-chart/src/constants/index.d.ts +19 -5
- package/es/components/fabric-chart/src/constants/index.js +26 -11
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +119 -193
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +69 -117
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +18 -12
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +61 -33
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +86 -120
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -0
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +65 -113
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +63 -37
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +31 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +21 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +152 -208
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -9
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +138 -229
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +16 -14
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +195 -273
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
- package/es/components/fabric-chart/src/interface.d.ts +15 -1
- package/es/components/fabric-chart/src/utils/eventBus.d.ts +2 -0
- package/es/components/fabric-chart/src/utils/eventBus.js +5 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/index.js +2 -10
- package/es/components/fabric-chart/style/index.css +1 -1
- package/es/components/field-editor/index.d.ts +1 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +1 -0
- package/es/components/field-set/src/FieldColor.vue.d.ts +83 -1
- package/es/components/field-set/src/FieldColor.vue2.js +2 -1
- package/es/components/field-set/src/FieldFilter.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldFilter.vue2.js +2 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +2 -2
- package/es/components/field-set/src/FieldSet.vue2.js +4 -1
- package/es/components/field-set/src/components/condition.vue.d.ts +41 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +82 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +41 -0
- package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
- package/es/components/field-set/src/components/table-row.vue2.js +1 -0
- package/es/components/form-config/index.d.ts +24 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +24 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +19 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +48 -24
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1 -0
- package/es/components/form-config/src/constants/index.d.ts +2 -0
- package/es/components/form-config/src/constants/index.js +2 -0
- package/es/components/form-config/src/hooks/useConfigurationField.js +20 -3
- package/es/components/form-render/index.d.ts +1 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +1 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -0
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +3 -2
- package/es/components/form-render/src/components/renderer/textarea.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +8 -0
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +1 -1
- package/es/components/form-render/src/utils/index.js +5 -2
- package/es/components/iho-chat/index.d.ts +2785 -302
- package/es/components/iho-chat/src/Index.vue.d.ts +2785 -302
- package/es/components/iho-chat/src/Index.vue2.js +5 -3
- package/es/components/iho-chat/src/api/index.d.ts +89 -16
- package/es/components/iho-chat/src/api/index.js +8 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +104 -22
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +191 -29
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +191 -29
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +3 -0
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +796 -101
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +611 -51
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +27 -28
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +217 -14
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +175 -10
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +2 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +197 -29
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +48 -11
- package/es/components/iho-chat/src/components/ContextMenu.js +7 -10
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +88 -7
- package/es/components/iho-chat/src/components/MessageMarkdown.vue.d.ts +158 -0
- package/es/components/iho-chat/src/components/MessageMarkdown.vue.js +6 -0
- package/es/components/iho-chat/src/components/MessageMarkdown.vue2.js +51 -0
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +176 -14
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +192 -29
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +2 -1
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +91 -8
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +134 -11
- package/es/components/iho-chat/src/components/Video.vue.d.ts +89 -8
- package/es/components/iho-chat/src/components/userItemRender.js +2 -1
- package/es/components/iho-chat/src/constants/index.d.ts +2 -1
- package/es/components/iho-chat/src/constants/index.js +1 -0
- package/es/components/iho-chat/src/hooks/useData.d.ts +374 -27
- package/es/components/iho-chat/src/hooks/useData.js +31 -10
- package/es/components/iho-chat/src/hooks/useStreamOutput.d.ts +6 -0
- package/es/components/iho-chat/src/hooks/useStreamOutput.js +100 -0
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +89 -7
- package/es/components/iho-chat/src/hooks/useWebSocket.js +14 -4
- package/es/components/iho-chat/src/types/index.d.ts +39 -7
- package/es/components/iho-chat/src/utils/index.d.ts +2 -1
- package/es/components/iho-chat/src/utils/sseClient.d.ts +22 -0
- package/es/components/iho-chat/src/utils/sseClient.js +97 -0
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +109 -222
- package/es/components/iho-table/src/IhoTable.vue.d.ts +109 -222
- package/es/components/iho-table/src/IhoTable.vue2.js +23 -14
- package/es/components/iho-table/src/constants/index.d.ts +3 -3
- package/es/components/iho-table/src/constants/index.js +0 -21
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +43 -4
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +22 -8
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +7 -2
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +41 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +25 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +8 -2
- package/es/components/iho-table/src/types/index.d.ts +3 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +46 -2
- package/es/components/info-header/src/InfoHeader.vue.d.ts +46 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +41 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +2 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +41 -2
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +20 -1
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +20 -1
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +9 -6
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +42 -2
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +1 -0
- package/es/components/scale-view/index.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +9 -3
- package/es/components/scale-view/src/hooks/use-event.js +56 -22
- package/es/components/select-person/index.d.ts +31 -0
- package/es/components/select-person/src/SelectPerson.vue.d.ts +14 -0
- package/es/components/select-person/src/SelectPerson.vue2.js +38 -9
- package/es/components/select-person/src/index.vue.d.ts +31 -0
- package/es/components/select-person/src/index.vue2.js +4 -0
- package/es/components/select-person/src/utils/index.js +11 -9
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +3 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +9 -3
- package/es/components/shortcut-setter/index.d.ts +2 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2 -0
- package/es/components/table-export-field/index.d.ts +6 -0
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +1 -0
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +2 -0
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +49 -18
- package/es/components/table-export-field/src/index.vue.d.ts +6 -0
- package/es/components/table-export-field/src/types/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +41 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +82 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +82 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +82 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +43 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +10 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +41 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +43 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +10 -2
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +168 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +9 -9
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +168 -0
- package/es/components/table-filter/src/constants/index.d.ts +1 -0
- package/es/components/table-filter/src/constants/index.js +4 -1
- package/es/shared/components/CancelRadio/CancelRadio.js +3 -1
- package/es/shared/components/Ellipsis/Ellipsis.d.ts +12 -0
- package/es/shared/components/Ellipsis/Ellipsis.js +86 -0
- package/es/shared/components/Ellipsis/index.d.ts +2 -0
- package/es/shared/components/Ellipsis/index.js +2 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +15 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +24 -10
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +3 -2
- package/es/shared/utils/business.js +16 -0
- package/es/shared/utils/ho-edge.d.ts +12 -0
- package/es/shared/utils/ho-edge.js +58 -0
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IPoint, ITreeItem } from '../interface';
|
|
2
2
|
import { AnyObject } from '../../../../shared/types';
|
|
3
|
+
export { singlePointAddEventBus } from './eventBus';
|
|
3
4
|
export declare function isEffectiveNode(node: IPoint): string | number | boolean;
|
|
4
|
-
export declare function deleteProperty(data: AnyObject, list: AnyObject[]): {};
|
|
5
5
|
/**
|
|
6
6
|
* @description: 判断yScaleValue数组内的项类型是否可以连成一条折线,比如温度线
|
|
7
7
|
* @param {string} type
|
|
@@ -1,17 +1,9 @@
|
|
|
1
1
|
import { isNull, isNumber } from 'lodash-es';
|
|
2
|
+
export { singlePointAddEventBus } from './eventBus.js';
|
|
2
3
|
|
|
3
4
|
function isEffectiveNode(node) {
|
|
4
5
|
return (node == null ? void 0 : node.time) && ((node == null ? void 0 : node.value) || (node == null ? void 0 : node.value) === 0);
|
|
5
6
|
}
|
|
6
|
-
function deleteProperty(data, list) {
|
|
7
|
-
const _data = {};
|
|
8
|
-
for (const key in data) {
|
|
9
|
-
if (!list.map((v) => v.type).includes(key)) {
|
|
10
|
-
_data[key] = data[key];
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
return _data;
|
|
14
|
-
}
|
|
15
7
|
function isOneLine(scaleItem) {
|
|
16
8
|
return ["temperature", "pulse"].includes(scaleItem.type) && scaleItem.dataList.length && !!scaleItem.dataList.find((i) => i.enable);
|
|
17
9
|
}
|
|
@@ -81,4 +73,4 @@ function nearlyEqual(v1, v2) {
|
|
|
81
73
|
return Math.abs(v1 - v2) <= 1e-4;
|
|
82
74
|
}
|
|
83
75
|
|
|
84
|
-
export {
|
|
76
|
+
export { getChildrenSize, getFloorNumber, getIndex, getPointRange, getRoundNumber, getScaleNumberList, getTime, getType, isEffectiveNode, isOneLine, isOverlapPoint, isValidValue, nearlyEqual, setOtherType };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.c-fabric-chart{position:relative;user-select:none}.c-fabric-chart-popup{font-size:12px;margin:0;position:absolute;z-index:1001}.c-fabric-chart-popup li{list-style:none}.c-fabric-chart-popup__tip{color:#000}.c-fabric-chart-popup__tip .default-box{background:rgba(0,0,0,.7);border-radius:4px;display:flex;flex-flow:column nowrap;margin:0;padding:8px 12px}.c-fabric-chart-popup__tip .default-box>li{color:#fff}.c-fabric-chart-popup__menu{background:#fff;border:1px solid #e2e6ed;border-radius:2px;box-shadow:0 2px 12px 0 rgba(56,56,56,.2);display:flex;flex-flow:column nowrap;padding:8px 5px!important}.c-fabric-chart-popup__menu>li{background:#fff;cursor:pointer;padding:5px}.c-fabric-chart-popup__menu>li:hover{background:#f0f7ff}.c-fabric-chart-popup__menu>li.no-click{cursor:default}.c-fabric-chart-popup__menu>li.no-click:hover{background:#fff}
|
|
1
|
+
.c-fabric-chart{position:relative;user-select:none}.c-fabric-chart-popup{font-size:12px;margin:0;position:absolute;z-index:1001}.c-fabric-chart-popup li{list-style:none}.c-fabric-chart-popup li ul{padding-left:5px}.c-fabric-chart-popup__tip{color:#000}.c-fabric-chart-popup__tip .default-box{background:rgba(0,0,0,.7);border-radius:4px;display:flex;flex-flow:column nowrap;margin:0;padding:8px 12px}.c-fabric-chart-popup__tip .default-box>li{color:#fff}.c-fabric-chart-popup__menu{background:#fff;border:1px solid #e2e6ed;border-radius:2px;box-shadow:0 2px 12px 0 rgba(56,56,56,.2);display:flex;flex-flow:column nowrap;padding:8px 5px!important}.c-fabric-chart-popup__menu>li{background:#fff;cursor:pointer;padding:5px;position:relative}.c-fabric-chart-popup__menu>li .menu-item__content{align-items:center;display:flex;justify-content:space-between}.c-fabric-chart-popup__menu>li .submenu-arrow{color:#999;margin-left:8px}.c-fabric-chart-popup__menu>li:hover{background:#f0f7ff}.c-fabric-chart-popup__menu>li.no-click{cursor:default}.c-fabric-chart-popup__menu>li.no-click:hover{background:#fff}.c-fabric-chart-popup__menu>li:hover>.c-fabric-chart-popup__submenu{display:block}.c-fabric-chart-popup__submenu{background:#fff;border:1px solid #e2e6ed;border-radius:2px;box-shadow:0 2px 12px 0 rgba(56,56,56,.2);display:none;left:100%;padding:8px 5px;position:absolute;top:0;white-space:nowrap;width:max-content}.c-fabric-chart-popup__submenu>li{background:#fff;cursor:pointer;padding:5px}.c-fabric-chart-popup__submenu>li .menu-item__content{align-items:center;display:flex;justify-content:flex-start}.c-fabric-chart-popup__submenu>li .submenu-arrow{color:#999;margin-left:8px}.c-fabric-chart-popup__submenu>li:hover{background:#f0f7ff}.c-fabric-chart-popup__submenu>li.no-click{cursor:default}.c-fabric-chart-popup__submenu>li.no-click:hover{background:#fff}.c-fabric-chart-popup>li:hover>.c-fabric-chart-popup__submenu{display:block}
|
|
@@ -593,6 +593,7 @@ declare const FieldEditor: SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
|
593
593
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
594
594
|
autoExpand: boolean;
|
|
595
595
|
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
596
|
+
newLowCodeReactions: import("../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
596
597
|
linebarAutoHidden: boolean;
|
|
597
598
|
labelPlacementOverwrite: boolean;
|
|
598
599
|
bordered: string | boolean;
|
|
@@ -594,6 +594,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
594
594
|
enterToNextWidget: boolean | ((fieldItem: import("../../../components/form-render").FieldItem) => boolean | void);
|
|
595
595
|
autoExpand: boolean;
|
|
596
596
|
lowCodeReactions: import("../../../shared/types").LowCodeTypes.reactionConfig[];
|
|
597
|
+
newLowCodeReactions: import("../../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
597
598
|
linebarAutoHidden: boolean;
|
|
598
599
|
labelPlacementOverwrite: boolean;
|
|
599
600
|
bordered: string | boolean;
|
|
@@ -553,9 +553,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
553
553
|
hide: boolean;
|
|
554
554
|
}>;
|
|
555
555
|
draggable: boolean;
|
|
556
|
-
isHighlightRow: boolean;
|
|
557
556
|
idx: number;
|
|
558
557
|
isHighlight: boolean;
|
|
558
|
+
isHighlightRow: boolean;
|
|
559
559
|
isFieldSet: boolean;
|
|
560
560
|
fieldDescribeMode: "column" | "tooltip";
|
|
561
561
|
hideExpressionOption: AnyObject[];
|
|
@@ -862,9 +862,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
862
862
|
type: StringConstructor;
|
|
863
863
|
default: string;
|
|
864
864
|
};
|
|
865
|
+
updateValueOnClose: {
|
|
866
|
+
type: BooleanConstructor;
|
|
867
|
+
default: boolean;
|
|
868
|
+
};
|
|
865
869
|
isDateDisabled: {
|
|
866
870
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
867
871
|
};
|
|
872
|
+
propKey: {
|
|
873
|
+
type: StringConstructor;
|
|
874
|
+
};
|
|
875
|
+
shortcutListenerConfig: {
|
|
876
|
+
type: PropType<{
|
|
877
|
+
enable: boolean;
|
|
878
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
879
|
+
}>;
|
|
880
|
+
};
|
|
868
881
|
}>, {
|
|
869
882
|
attrs: {
|
|
870
883
|
[x: string]: unknown;
|
|
@@ -897,9 +910,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
897
910
|
type: StringConstructor;
|
|
898
911
|
default: string;
|
|
899
912
|
};
|
|
913
|
+
updateValueOnClose: {
|
|
914
|
+
type: BooleanConstructor;
|
|
915
|
+
default: boolean;
|
|
916
|
+
};
|
|
900
917
|
isDateDisabled: {
|
|
901
918
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
902
919
|
};
|
|
920
|
+
propKey: {
|
|
921
|
+
type: StringConstructor;
|
|
922
|
+
};
|
|
923
|
+
shortcutListenerConfig: {
|
|
924
|
+
type: PropType<{
|
|
925
|
+
enable: boolean;
|
|
926
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
927
|
+
}>;
|
|
928
|
+
};
|
|
903
929
|
}>> & Readonly<{
|
|
904
930
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
905
931
|
}> & {}>;
|
|
@@ -916,6 +942,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
916
942
|
focus: () => any;
|
|
917
943
|
blur: () => any;
|
|
918
944
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
945
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
919
946
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
920
947
|
watchers: import("../../../shared/types").AnyFn[];
|
|
921
948
|
stopWatcher: () => void;
|
|
@@ -952,9 +979,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
952
979
|
type: StringConstructor;
|
|
953
980
|
default: string;
|
|
954
981
|
};
|
|
982
|
+
updateValueOnClose: {
|
|
983
|
+
type: BooleanConstructor;
|
|
984
|
+
default: boolean;
|
|
985
|
+
};
|
|
955
986
|
isDateDisabled: {
|
|
956
987
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
957
988
|
};
|
|
989
|
+
propKey: {
|
|
990
|
+
type: StringConstructor;
|
|
991
|
+
};
|
|
992
|
+
shortcutListenerConfig: {
|
|
993
|
+
type: PropType<{
|
|
994
|
+
enable: boolean;
|
|
995
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
996
|
+
}>;
|
|
997
|
+
};
|
|
958
998
|
}>> & Readonly<{
|
|
959
999
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
960
1000
|
}>, {
|
|
@@ -962,6 +1002,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
962
1002
|
updateUnchangedValue: boolean;
|
|
963
1003
|
to: string | false | HTMLElement;
|
|
964
1004
|
holidays: Date[];
|
|
1005
|
+
updateValueOnClose: boolean;
|
|
965
1006
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
966
1007
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
967
1008
|
model: {
|
|
@@ -1213,9 +1254,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1213
1254
|
type: StringConstructor;
|
|
1214
1255
|
default: string;
|
|
1215
1256
|
};
|
|
1257
|
+
updateValueOnClose: {
|
|
1258
|
+
type: BooleanConstructor;
|
|
1259
|
+
default: boolean;
|
|
1260
|
+
};
|
|
1216
1261
|
isDateDisabled: {
|
|
1217
1262
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1218
1263
|
};
|
|
1264
|
+
propKey: {
|
|
1265
|
+
type: StringConstructor;
|
|
1266
|
+
};
|
|
1267
|
+
shortcutListenerConfig: {
|
|
1268
|
+
type: PropType<{
|
|
1269
|
+
enable: boolean;
|
|
1270
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1271
|
+
}>;
|
|
1272
|
+
};
|
|
1219
1273
|
}>, {
|
|
1220
1274
|
attrs: {
|
|
1221
1275
|
[x: string]: unknown;
|
|
@@ -1248,9 +1302,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1248
1302
|
type: StringConstructor;
|
|
1249
1303
|
default: string;
|
|
1250
1304
|
};
|
|
1305
|
+
updateValueOnClose: {
|
|
1306
|
+
type: BooleanConstructor;
|
|
1307
|
+
default: boolean;
|
|
1308
|
+
};
|
|
1251
1309
|
isDateDisabled: {
|
|
1252
1310
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1253
1311
|
};
|
|
1312
|
+
propKey: {
|
|
1313
|
+
type: StringConstructor;
|
|
1314
|
+
};
|
|
1315
|
+
shortcutListenerConfig: {
|
|
1316
|
+
type: PropType<{
|
|
1317
|
+
enable: boolean;
|
|
1318
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1319
|
+
}>;
|
|
1320
|
+
};
|
|
1254
1321
|
}>> & Readonly<{
|
|
1255
1322
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1256
1323
|
}> & {}>;
|
|
@@ -1267,6 +1334,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1267
1334
|
focus: () => any;
|
|
1268
1335
|
blur: () => any;
|
|
1269
1336
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1337
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
1270
1338
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1271
1339
|
watchers: import("../../../shared/types").AnyFn[];
|
|
1272
1340
|
stopWatcher: () => void;
|
|
@@ -1303,9 +1371,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1303
1371
|
type: StringConstructor;
|
|
1304
1372
|
default: string;
|
|
1305
1373
|
};
|
|
1374
|
+
updateValueOnClose: {
|
|
1375
|
+
type: BooleanConstructor;
|
|
1376
|
+
default: boolean;
|
|
1377
|
+
};
|
|
1306
1378
|
isDateDisabled: {
|
|
1307
1379
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
1308
1380
|
};
|
|
1381
|
+
propKey: {
|
|
1382
|
+
type: StringConstructor;
|
|
1383
|
+
};
|
|
1384
|
+
shortcutListenerConfig: {
|
|
1385
|
+
type: PropType<{
|
|
1386
|
+
enable: boolean;
|
|
1387
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
1388
|
+
}>;
|
|
1389
|
+
};
|
|
1309
1390
|
}>> & Readonly<{
|
|
1310
1391
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1311
1392
|
}>, {
|
|
@@ -1313,6 +1394,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1313
1394
|
updateUnchangedValue: boolean;
|
|
1314
1395
|
to: string | false | HTMLElement;
|
|
1315
1396
|
holidays: Date[];
|
|
1397
|
+
updateValueOnClose: boolean;
|
|
1316
1398
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1317
1399
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1318
1400
|
model: {
|
|
@@ -179,7 +179,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
179
179
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => data.value = $event),
|
|
180
180
|
animation: "150",
|
|
181
181
|
"item-key": "id",
|
|
182
|
-
draggable: ".item"
|
|
182
|
+
draggable: ".item",
|
|
183
|
+
handle: ".drag-icon"
|
|
183
184
|
}, {
|
|
184
185
|
item: withCtx(({
|
|
185
186
|
element,
|
|
@@ -594,9 +594,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
594
594
|
hide: boolean;
|
|
595
595
|
}>;
|
|
596
596
|
draggable: boolean;
|
|
597
|
-
isHighlightRow: boolean;
|
|
598
597
|
idx: number;
|
|
599
598
|
isHighlight: boolean;
|
|
599
|
+
isHighlightRow: boolean;
|
|
600
600
|
isFieldSet: boolean;
|
|
601
601
|
fieldDescribeMode: "column" | "tooltip";
|
|
602
602
|
hideExpressionOption: AnyObject[];
|
|
@@ -243,7 +243,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
243
243
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => data.value = $event),
|
|
244
244
|
animation: "150",
|
|
245
245
|
"item-key": "id",
|
|
246
|
-
draggable: ".item"
|
|
246
|
+
draggable: ".item",
|
|
247
|
+
handle: ".drag-icon"
|
|
247
248
|
}, {
|
|
248
249
|
item: withCtx(({
|
|
249
250
|
element,
|
|
@@ -294,7 +294,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
294
294
|
getShowColumn: (column: AnyObject) => boolean;
|
|
295
295
|
initFields: () => (AnyObject | AnyObject[])[];
|
|
296
296
|
handleGroup: (fields: AnyObject[]) => (AnyObject | AnyObject[])[];
|
|
297
|
-
getTableFields: () => import("lodash").Omit<
|
|
297
|
+
getTableFields: () => import("lodash").Omit<AnyObject, "uuid">[];
|
|
298
298
|
handleSearch: () => void;
|
|
299
299
|
isHighlight: (element: FieldSetItem) => boolean | undefined;
|
|
300
300
|
handleAllCheck: (checked: boolean, field: string) => void;
|
|
@@ -773,9 +773,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
773
773
|
hide: boolean;
|
|
774
774
|
}>;
|
|
775
775
|
draggable: boolean;
|
|
776
|
-
isHighlightRow: boolean;
|
|
777
776
|
idx: number;
|
|
778
777
|
isHighlight: boolean;
|
|
778
|
+
isHighlightRow: boolean;
|
|
779
779
|
isFieldSet: boolean;
|
|
780
780
|
fieldDescribeMode: "column" | "tooltip";
|
|
781
781
|
hideExpressionOption: AnyObject[];
|
|
@@ -274,8 +274,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
274
274
|
var _a2, _b;
|
|
275
275
|
if (!((_a2 = props.showColumnNames) == null ? void 0 : _a2.length)) {
|
|
276
276
|
const isEdit = ["editable", "required"].includes(column.field);
|
|
277
|
-
if (isEdit && !props.isEdit || column.field === "sortPriority" && !props.showSortPriority || column.field === "isShowHeaderFilter" && !props.showHeadFilter
|
|
277
|
+
if (isEdit && !props.isEdit || column.field === "sortPriority" && !props.showSortPriority || column.field === "isShowHeaderFilter" && !props.showHeadFilter)
|
|
278
278
|
return false;
|
|
279
|
+
if (column.field === "hideExpression" && !!((_b = props.hideExpressionConfig) == null ? void 0 : _b.show))
|
|
280
|
+
return true;
|
|
279
281
|
return !column.hide;
|
|
280
282
|
}
|
|
281
283
|
return true;
|
|
@@ -538,6 +540,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
538
540
|
"item-key": "id",
|
|
539
541
|
filter: ".disabled",
|
|
540
542
|
draggable: ".item",
|
|
543
|
+
handle: ".drag-icon",
|
|
541
544
|
move: onMove,
|
|
542
545
|
disabled: !__props.rowDraggable,
|
|
543
546
|
key: resetKey.value
|
|
@@ -138,9 +138,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
138
138
|
type: StringConstructor;
|
|
139
139
|
default: string;
|
|
140
140
|
};
|
|
141
|
+
updateValueOnClose: {
|
|
142
|
+
type: BooleanConstructor;
|
|
143
|
+
default: boolean;
|
|
144
|
+
};
|
|
141
145
|
isDateDisabled: {
|
|
142
146
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
143
147
|
};
|
|
148
|
+
propKey: {
|
|
149
|
+
type: StringConstructor;
|
|
150
|
+
};
|
|
151
|
+
shortcutListenerConfig: {
|
|
152
|
+
type: PropType<{
|
|
153
|
+
enable: boolean;
|
|
154
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
155
|
+
}>;
|
|
156
|
+
};
|
|
144
157
|
}>, {
|
|
145
158
|
attrs: {
|
|
146
159
|
[x: string]: unknown;
|
|
@@ -173,9 +186,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
173
186
|
type: StringConstructor;
|
|
174
187
|
default: string;
|
|
175
188
|
};
|
|
189
|
+
updateValueOnClose: {
|
|
190
|
+
type: BooleanConstructor;
|
|
191
|
+
default: boolean;
|
|
192
|
+
};
|
|
176
193
|
isDateDisabled: {
|
|
177
194
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
178
195
|
};
|
|
196
|
+
propKey: {
|
|
197
|
+
type: StringConstructor;
|
|
198
|
+
};
|
|
199
|
+
shortcutListenerConfig: {
|
|
200
|
+
type: PropType<{
|
|
201
|
+
enable: boolean;
|
|
202
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
203
|
+
}>;
|
|
204
|
+
};
|
|
179
205
|
}>> & Readonly<{
|
|
180
206
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
181
207
|
}> & {}>;
|
|
@@ -192,6 +218,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
192
218
|
focus: () => any;
|
|
193
219
|
blur: () => any;
|
|
194
220
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
221
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
195
222
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
196
223
|
watchers: import("../../../../shared/types").AnyFn[];
|
|
197
224
|
stopWatcher: () => void;
|
|
@@ -228,9 +255,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
228
255
|
type: StringConstructor;
|
|
229
256
|
default: string;
|
|
230
257
|
};
|
|
258
|
+
updateValueOnClose: {
|
|
259
|
+
type: BooleanConstructor;
|
|
260
|
+
default: boolean;
|
|
261
|
+
};
|
|
231
262
|
isDateDisabled: {
|
|
232
263
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
233
264
|
};
|
|
265
|
+
propKey: {
|
|
266
|
+
type: StringConstructor;
|
|
267
|
+
};
|
|
268
|
+
shortcutListenerConfig: {
|
|
269
|
+
type: PropType<{
|
|
270
|
+
enable: boolean;
|
|
271
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
272
|
+
}>;
|
|
273
|
+
};
|
|
234
274
|
}>> & Readonly<{
|
|
235
275
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
236
276
|
}>, {
|
|
@@ -238,6 +278,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
238
278
|
updateUnchangedValue: boolean;
|
|
239
279
|
to: string | false | HTMLElement;
|
|
240
280
|
holidays: Date[];
|
|
281
|
+
updateValueOnClose: boolean;
|
|
241
282
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
242
283
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
243
284
|
model: {
|
|
@@ -302,9 +302,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
302
302
|
type: StringConstructor;
|
|
303
303
|
default: string;
|
|
304
304
|
};
|
|
305
|
+
updateValueOnClose: {
|
|
306
|
+
type: BooleanConstructor;
|
|
307
|
+
default: boolean;
|
|
308
|
+
};
|
|
305
309
|
isDateDisabled: {
|
|
306
310
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
307
311
|
};
|
|
312
|
+
propKey: {
|
|
313
|
+
type: StringConstructor;
|
|
314
|
+
};
|
|
315
|
+
shortcutListenerConfig: {
|
|
316
|
+
type: PropType<{
|
|
317
|
+
enable: boolean;
|
|
318
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
319
|
+
}>;
|
|
320
|
+
};
|
|
308
321
|
}>, {
|
|
309
322
|
attrs: {
|
|
310
323
|
[x: string]: unknown;
|
|
@@ -337,9 +350,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
337
350
|
type: StringConstructor;
|
|
338
351
|
default: string;
|
|
339
352
|
};
|
|
353
|
+
updateValueOnClose: {
|
|
354
|
+
type: BooleanConstructor;
|
|
355
|
+
default: boolean;
|
|
356
|
+
};
|
|
340
357
|
isDateDisabled: {
|
|
341
358
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
342
359
|
};
|
|
360
|
+
propKey: {
|
|
361
|
+
type: StringConstructor;
|
|
362
|
+
};
|
|
363
|
+
shortcutListenerConfig: {
|
|
364
|
+
type: PropType<{
|
|
365
|
+
enable: boolean;
|
|
366
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
367
|
+
}>;
|
|
368
|
+
};
|
|
343
369
|
}>> & Readonly<{
|
|
344
370
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
345
371
|
}> & {}>;
|
|
@@ -356,6 +382,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
356
382
|
focus: () => any;
|
|
357
383
|
blur: () => any;
|
|
358
384
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
385
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
359
386
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
360
387
|
watchers: import("../../../../shared/types").AnyFn[];
|
|
361
388
|
stopWatcher: () => void;
|
|
@@ -392,9 +419,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
392
419
|
type: StringConstructor;
|
|
393
420
|
default: string;
|
|
394
421
|
};
|
|
422
|
+
updateValueOnClose: {
|
|
423
|
+
type: BooleanConstructor;
|
|
424
|
+
default: boolean;
|
|
425
|
+
};
|
|
395
426
|
isDateDisabled: {
|
|
396
427
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
397
428
|
};
|
|
429
|
+
propKey: {
|
|
430
|
+
type: StringConstructor;
|
|
431
|
+
};
|
|
432
|
+
shortcutListenerConfig: {
|
|
433
|
+
type: PropType<{
|
|
434
|
+
enable: boolean;
|
|
435
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
436
|
+
}>;
|
|
437
|
+
};
|
|
398
438
|
}>> & Readonly<{
|
|
399
439
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
400
440
|
}>, {
|
|
@@ -402,6 +442,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
402
442
|
updateUnchangedValue: boolean;
|
|
403
443
|
to: string | false | HTMLElement;
|
|
404
444
|
holidays: Date[];
|
|
445
|
+
updateValueOnClose: boolean;
|
|
405
446
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
406
447
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
407
448
|
model: {
|
|
@@ -653,9 +694,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
653
694
|
type: StringConstructor;
|
|
654
695
|
default: string;
|
|
655
696
|
};
|
|
697
|
+
updateValueOnClose: {
|
|
698
|
+
type: BooleanConstructor;
|
|
699
|
+
default: boolean;
|
|
700
|
+
};
|
|
656
701
|
isDateDisabled: {
|
|
657
702
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
658
703
|
};
|
|
704
|
+
propKey: {
|
|
705
|
+
type: StringConstructor;
|
|
706
|
+
};
|
|
707
|
+
shortcutListenerConfig: {
|
|
708
|
+
type: PropType<{
|
|
709
|
+
enable: boolean;
|
|
710
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
711
|
+
}>;
|
|
712
|
+
};
|
|
659
713
|
}>, {
|
|
660
714
|
attrs: {
|
|
661
715
|
[x: string]: unknown;
|
|
@@ -688,9 +742,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
688
742
|
type: StringConstructor;
|
|
689
743
|
default: string;
|
|
690
744
|
};
|
|
745
|
+
updateValueOnClose: {
|
|
746
|
+
type: BooleanConstructor;
|
|
747
|
+
default: boolean;
|
|
748
|
+
};
|
|
691
749
|
isDateDisabled: {
|
|
692
750
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
693
751
|
};
|
|
752
|
+
propKey: {
|
|
753
|
+
type: StringConstructor;
|
|
754
|
+
};
|
|
755
|
+
shortcutListenerConfig: {
|
|
756
|
+
type: PropType<{
|
|
757
|
+
enable: boolean;
|
|
758
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
759
|
+
}>;
|
|
760
|
+
};
|
|
694
761
|
}>> & Readonly<{
|
|
695
762
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
696
763
|
}> & {}>;
|
|
@@ -707,6 +774,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
707
774
|
focus: () => any;
|
|
708
775
|
blur: () => any;
|
|
709
776
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
777
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
710
778
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
711
779
|
watchers: import("../../../../shared/types").AnyFn[];
|
|
712
780
|
stopWatcher: () => void;
|
|
@@ -743,9 +811,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
743
811
|
type: StringConstructor;
|
|
744
812
|
default: string;
|
|
745
813
|
};
|
|
814
|
+
updateValueOnClose: {
|
|
815
|
+
type: BooleanConstructor;
|
|
816
|
+
default: boolean;
|
|
817
|
+
};
|
|
746
818
|
isDateDisabled: {
|
|
747
819
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
748
820
|
};
|
|
821
|
+
propKey: {
|
|
822
|
+
type: StringConstructor;
|
|
823
|
+
};
|
|
824
|
+
shortcutListenerConfig: {
|
|
825
|
+
type: PropType<{
|
|
826
|
+
enable: boolean;
|
|
827
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
828
|
+
}>;
|
|
829
|
+
};
|
|
749
830
|
}>> & Readonly<{
|
|
750
831
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
751
832
|
}>, {
|
|
@@ -753,6 +834,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
753
834
|
updateUnchangedValue: boolean;
|
|
754
835
|
to: string | false | HTMLElement;
|
|
755
836
|
holidays: Date[];
|
|
837
|
+
updateValueOnClose: boolean;
|
|
756
838
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
757
839
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
758
840
|
model: {
|
|
@@ -236,9 +236,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
236
236
|
type: StringConstructor;
|
|
237
237
|
default: string;
|
|
238
238
|
};
|
|
239
|
+
updateValueOnClose: {
|
|
240
|
+
type: BooleanConstructor;
|
|
241
|
+
default: boolean;
|
|
242
|
+
};
|
|
239
243
|
isDateDisabled: {
|
|
240
244
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
241
245
|
};
|
|
246
|
+
propKey: {
|
|
247
|
+
type: StringConstructor;
|
|
248
|
+
};
|
|
249
|
+
shortcutListenerConfig: {
|
|
250
|
+
type: PropType<{
|
|
251
|
+
enable: boolean;
|
|
252
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
253
|
+
}>;
|
|
254
|
+
};
|
|
242
255
|
}>, {
|
|
243
256
|
attrs: {
|
|
244
257
|
[x: string]: unknown;
|
|
@@ -271,9 +284,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
271
284
|
type: StringConstructor;
|
|
272
285
|
default: string;
|
|
273
286
|
};
|
|
287
|
+
updateValueOnClose: {
|
|
288
|
+
type: BooleanConstructor;
|
|
289
|
+
default: boolean;
|
|
290
|
+
};
|
|
274
291
|
isDateDisabled: {
|
|
275
292
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
276
293
|
};
|
|
294
|
+
propKey: {
|
|
295
|
+
type: StringConstructor;
|
|
296
|
+
};
|
|
297
|
+
shortcutListenerConfig: {
|
|
298
|
+
type: PropType<{
|
|
299
|
+
enable: boolean;
|
|
300
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
301
|
+
}>;
|
|
302
|
+
};
|
|
277
303
|
}>> & Readonly<{
|
|
278
304
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
279
305
|
}> & {}>;
|
|
@@ -290,6 +316,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
290
316
|
focus: () => any;
|
|
291
317
|
blur: () => any;
|
|
292
318
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
319
|
+
handleShortcutClick: (event: MouseEvent) => void;
|
|
293
320
|
onUpdateShow: (show: boolean) => Promise<void>;
|
|
294
321
|
watchers: import("../../../../shared/types").AnyFn[];
|
|
295
322
|
stopWatcher: () => void;
|
|
@@ -326,9 +353,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
326
353
|
type: StringConstructor;
|
|
327
354
|
default: string;
|
|
328
355
|
};
|
|
356
|
+
updateValueOnClose: {
|
|
357
|
+
type: BooleanConstructor;
|
|
358
|
+
default: boolean;
|
|
359
|
+
};
|
|
329
360
|
isDateDisabled: {
|
|
330
361
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
|
331
362
|
};
|
|
363
|
+
propKey: {
|
|
364
|
+
type: StringConstructor;
|
|
365
|
+
};
|
|
366
|
+
shortcutListenerConfig: {
|
|
367
|
+
type: PropType<{
|
|
368
|
+
enable: boolean;
|
|
369
|
+
callback: (value: string, propKey?: string | undefined) => void;
|
|
370
|
+
}>;
|
|
371
|
+
};
|
|
332
372
|
}>> & Readonly<{
|
|
333
373
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
334
374
|
}>, {
|
|
@@ -336,6 +376,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
336
376
|
updateUnchangedValue: boolean;
|
|
337
377
|
to: string | false | HTMLElement;
|
|
338
378
|
holidays: Date[];
|
|
379
|
+
updateValueOnClose: boolean;
|
|
339
380
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
340
381
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
341
382
|
model: {
|
|
@@ -384,9 +384,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
384
384
|
hide: boolean;
|
|
385
385
|
}>;
|
|
386
386
|
draggable: boolean;
|
|
387
|
-
isHighlightRow: boolean;
|
|
388
387
|
idx: number;
|
|
389
388
|
isHighlight: boolean;
|
|
389
|
+
isHighlightRow: boolean;
|
|
390
390
|
isFieldSet: boolean;
|
|
391
391
|
fieldDescribeMode: "column" | "tooltip";
|
|
392
392
|
hideExpressionOption: AnyObject[];
|