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
|
@@ -161,6 +161,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
|
161
161
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
162
162
|
autoExpand: boolean;
|
|
163
163
|
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
164
|
+
newLowCodeReactions: import("../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
164
165
|
linebarAutoHidden: boolean;
|
|
165
166
|
labelPlacementOverwrite: boolean;
|
|
166
167
|
bordered: string | boolean;
|
|
@@ -348,6 +349,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
|
348
349
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
349
350
|
autoExpand: boolean;
|
|
350
351
|
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
352
|
+
newLowCodeReactions: import("../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
351
353
|
linebarAutoHidden: boolean;
|
|
352
354
|
labelPlacementOverwrite: boolean;
|
|
353
355
|
bordered: string | boolean;
|
|
@@ -651,6 +653,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
|
651
653
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
652
654
|
autoExpand: boolean;
|
|
653
655
|
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
656
|
+
newLowCodeReactions: import("../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
654
657
|
linebarAutoHidden: boolean;
|
|
655
658
|
labelPlacementOverwrite: boolean;
|
|
656
659
|
bordered: string | boolean;
|
|
@@ -844,9 +847,23 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
|
844
847
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
845
848
|
default: () => {};
|
|
846
849
|
};
|
|
850
|
+
keepShow: {
|
|
851
|
+
type: BooleanConstructor;
|
|
852
|
+
default: boolean;
|
|
853
|
+
};
|
|
847
854
|
}>, {
|
|
848
|
-
readonly NEllipsis: any;
|
|
849
855
|
readonly NTooltip: any;
|
|
856
|
+
readonly CEllipsis: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
857
|
+
style: ObjectConstructor;
|
|
858
|
+
tooltip: ObjectConstructor;
|
|
859
|
+
keepShow: BooleanConstructor;
|
|
860
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
861
|
+
style: ObjectConstructor;
|
|
862
|
+
tooltip: ObjectConstructor;
|
|
863
|
+
keepShow: BooleanConstructor;
|
|
864
|
+
}>> & Readonly<{}>, {
|
|
865
|
+
keepShow: boolean;
|
|
866
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
850
867
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
851
868
|
content: {
|
|
852
869
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -859,9 +876,14 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
|
859
876
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
860
877
|
default: () => {};
|
|
861
878
|
};
|
|
879
|
+
keepShow: {
|
|
880
|
+
type: BooleanConstructor;
|
|
881
|
+
default: boolean;
|
|
882
|
+
};
|
|
862
883
|
}>> & Readonly<{}>, {
|
|
863
884
|
content: string | number;
|
|
864
885
|
contentStyle: import("vue").CSSProperties;
|
|
886
|
+
keepShow: boolean;
|
|
865
887
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
866
888
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
867
889
|
content: {
|
|
@@ -897,9 +919,23 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
|
897
919
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
898
920
|
default: () => {};
|
|
899
921
|
};
|
|
922
|
+
keepShow: {
|
|
923
|
+
type: BooleanConstructor;
|
|
924
|
+
default: boolean;
|
|
925
|
+
};
|
|
900
926
|
}>, {
|
|
901
|
-
readonly NEllipsis: any;
|
|
902
927
|
readonly NTooltip: any;
|
|
928
|
+
readonly CEllipsis: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
929
|
+
style: ObjectConstructor;
|
|
930
|
+
tooltip: ObjectConstructor;
|
|
931
|
+
keepShow: BooleanConstructor;
|
|
932
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
933
|
+
style: ObjectConstructor;
|
|
934
|
+
tooltip: ObjectConstructor;
|
|
935
|
+
keepShow: BooleanConstructor;
|
|
936
|
+
}>> & Readonly<{}>, {
|
|
937
|
+
keepShow: boolean;
|
|
938
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
903
939
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
904
940
|
content: {
|
|
905
941
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -912,9 +948,14 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
|
912
948
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
913
949
|
default: () => {};
|
|
914
950
|
};
|
|
951
|
+
keepShow: {
|
|
952
|
+
type: BooleanConstructor;
|
|
953
|
+
default: boolean;
|
|
954
|
+
};
|
|
915
955
|
}>> & Readonly<{}>, {
|
|
916
956
|
content: string | number;
|
|
917
957
|
contentStyle: import("vue").CSSProperties;
|
|
958
|
+
keepShow: boolean;
|
|
918
959
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
919
960
|
readonly SlotRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
920
961
|
renderer: {
|
|
@@ -1603,6 +1644,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
|
1603
1644
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
1604
1645
|
autoExpand: boolean;
|
|
1605
1646
|
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
1647
|
+
newLowCodeReactions: import("../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
1606
1648
|
linebarAutoHidden: boolean;
|
|
1607
1649
|
labelPlacementOverwrite: boolean;
|
|
1608
1650
|
bordered: string | boolean;
|
|
@@ -2731,6 +2773,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
|
2731
2773
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
2732
2774
|
autoExpand: boolean;
|
|
2733
2775
|
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
2776
|
+
newLowCodeReactions: import("../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
2734
2777
|
linebarAutoHidden: boolean;
|
|
2735
2778
|
labelPlacementOverwrite: boolean;
|
|
2736
2779
|
bordered: string | boolean;
|
|
@@ -3356,6 +3399,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
|
3356
3399
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
3357
3400
|
autoExpand: boolean;
|
|
3358
3401
|
lowCodeReactions: import("../../shared/types").LowCodeTypes.reactionConfig[];
|
|
3402
|
+
newLowCodeReactions: import("../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
3359
3403
|
linebarAutoHidden: boolean;
|
|
3360
3404
|
labelPlacementOverwrite: boolean;
|
|
3361
3405
|
bordered: string | boolean;
|
|
@@ -161,6 +161,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
161
161
|
enterToNextWidget: boolean | ((fieldItem: import("../../../components/form-render").FieldItem) => boolean | void);
|
|
162
162
|
autoExpand: boolean;
|
|
163
163
|
lowCodeReactions: import("../../../shared/types").LowCodeTypes.reactionConfig[];
|
|
164
|
+
newLowCodeReactions: import("../../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
164
165
|
linebarAutoHidden: boolean;
|
|
165
166
|
labelPlacementOverwrite: boolean;
|
|
166
167
|
bordered: string | boolean;
|
|
@@ -346,6 +347,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
346
347
|
enterToNextWidget: boolean | ((fieldItem: import("../../../components/form-render").FieldItem) => boolean | void);
|
|
347
348
|
autoExpand: boolean;
|
|
348
349
|
lowCodeReactions: import("../../../shared/types").LowCodeTypes.reactionConfig[];
|
|
350
|
+
newLowCodeReactions: import("../../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
349
351
|
linebarAutoHidden: boolean;
|
|
350
352
|
labelPlacementOverwrite: boolean;
|
|
351
353
|
bordered: string | boolean;
|
|
@@ -645,6 +647,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
645
647
|
enterToNextWidget: boolean | ((fieldItem: import("../../../components/form-render").FieldItem) => boolean | void);
|
|
646
648
|
autoExpand: boolean;
|
|
647
649
|
lowCodeReactions: import("../../../shared/types").LowCodeTypes.reactionConfig[];
|
|
650
|
+
newLowCodeReactions: import("../../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
648
651
|
linebarAutoHidden: boolean;
|
|
649
652
|
labelPlacementOverwrite: boolean;
|
|
650
653
|
bordered: string | boolean;
|
|
@@ -838,9 +841,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
838
841
|
type: PropType<import("vue").CSSProperties>;
|
|
839
842
|
default: () => {};
|
|
840
843
|
};
|
|
844
|
+
keepShow: {
|
|
845
|
+
type: BooleanConstructor;
|
|
846
|
+
default: boolean;
|
|
847
|
+
};
|
|
841
848
|
}>, {
|
|
842
|
-
readonly NEllipsis: any;
|
|
843
849
|
readonly NTooltip: any;
|
|
850
|
+
readonly CEllipsis: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
851
|
+
style: ObjectConstructor;
|
|
852
|
+
tooltip: ObjectConstructor;
|
|
853
|
+
keepShow: BooleanConstructor;
|
|
854
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
855
|
+
style: ObjectConstructor;
|
|
856
|
+
tooltip: ObjectConstructor;
|
|
857
|
+
keepShow: BooleanConstructor;
|
|
858
|
+
}>> & Readonly<{}>, {
|
|
859
|
+
keepShow: boolean;
|
|
860
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
844
861
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
845
862
|
content: {
|
|
846
863
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -853,9 +870,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
853
870
|
type: PropType<import("vue").CSSProperties>;
|
|
854
871
|
default: () => {};
|
|
855
872
|
};
|
|
873
|
+
keepShow: {
|
|
874
|
+
type: BooleanConstructor;
|
|
875
|
+
default: boolean;
|
|
876
|
+
};
|
|
856
877
|
}>> & Readonly<{}>, {
|
|
857
878
|
content: string | number;
|
|
858
879
|
contentStyle: import("vue").CSSProperties;
|
|
880
|
+
keepShow: boolean;
|
|
859
881
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
860
882
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
861
883
|
content: {
|
|
@@ -891,9 +913,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
891
913
|
type: PropType<import("vue").CSSProperties>;
|
|
892
914
|
default: () => {};
|
|
893
915
|
};
|
|
916
|
+
keepShow: {
|
|
917
|
+
type: BooleanConstructor;
|
|
918
|
+
default: boolean;
|
|
919
|
+
};
|
|
894
920
|
}>, {
|
|
895
|
-
readonly NEllipsis: any;
|
|
896
921
|
readonly NTooltip: any;
|
|
922
|
+
readonly CEllipsis: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
923
|
+
style: ObjectConstructor;
|
|
924
|
+
tooltip: ObjectConstructor;
|
|
925
|
+
keepShow: BooleanConstructor;
|
|
926
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
927
|
+
style: ObjectConstructor;
|
|
928
|
+
tooltip: ObjectConstructor;
|
|
929
|
+
keepShow: BooleanConstructor;
|
|
930
|
+
}>> & Readonly<{}>, {
|
|
931
|
+
keepShow: boolean;
|
|
932
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
897
933
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
898
934
|
content: {
|
|
899
935
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -906,9 +942,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
906
942
|
type: PropType<import("vue").CSSProperties>;
|
|
907
943
|
default: () => {};
|
|
908
944
|
};
|
|
945
|
+
keepShow: {
|
|
946
|
+
type: BooleanConstructor;
|
|
947
|
+
default: boolean;
|
|
948
|
+
};
|
|
909
949
|
}>> & Readonly<{}>, {
|
|
910
950
|
content: string | number;
|
|
911
951
|
contentStyle: import("vue").CSSProperties;
|
|
952
|
+
keepShow: boolean;
|
|
912
953
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
913
954
|
readonly SlotRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
914
955
|
renderer: {
|
|
@@ -1597,6 +1638,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1597
1638
|
enterToNextWidget: boolean | ((fieldItem: import("../../../components/form-render").FieldItem) => boolean | void);
|
|
1598
1639
|
autoExpand: boolean;
|
|
1599
1640
|
lowCodeReactions: import("../../../shared/types").LowCodeTypes.reactionConfig[];
|
|
1641
|
+
newLowCodeReactions: import("../../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
1600
1642
|
linebarAutoHidden: boolean;
|
|
1601
1643
|
labelPlacementOverwrite: boolean;
|
|
1602
1644
|
bordered: string | boolean;
|
|
@@ -2725,6 +2767,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2725
2767
|
enterToNextWidget: boolean | ((fieldItem: import("../../../components/form-render").FieldItem) => boolean | void);
|
|
2726
2768
|
autoExpand: boolean;
|
|
2727
2769
|
lowCodeReactions: import("../../../shared/types").LowCodeTypes.reactionConfig[];
|
|
2770
|
+
newLowCodeReactions: import("../../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
2728
2771
|
linebarAutoHidden: boolean;
|
|
2729
2772
|
labelPlacementOverwrite: boolean;
|
|
2730
2773
|
bordered: string | boolean;
|
|
@@ -3348,6 +3391,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3348
3391
|
enterToNextWidget: boolean | ((fieldItem: import("../../../components/form-render").FieldItem) => boolean | void);
|
|
3349
3392
|
autoExpand: boolean;
|
|
3350
3393
|
lowCodeReactions: import("../../../shared/types").LowCodeTypes.reactionConfig[];
|
|
3394
|
+
newLowCodeReactions: import("../../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
3351
3395
|
linebarAutoHidden: boolean;
|
|
3352
3396
|
labelPlacementOverwrite: boolean;
|
|
3353
3397
|
bordered: string | boolean;
|
|
@@ -126,6 +126,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
126
126
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
127
127
|
autoExpand: boolean;
|
|
128
128
|
lowCodeReactions: import("../../../../../shared/types").LowCodeTypes.reactionConfig[];
|
|
129
|
+
newLowCodeReactions: import("../../../../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
129
130
|
linebarAutoHidden: boolean;
|
|
130
131
|
labelPlacementOverwrite: boolean;
|
|
131
132
|
bordered: string | boolean;
|
|
@@ -319,9 +320,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
319
320
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
320
321
|
default: () => {};
|
|
321
322
|
};
|
|
323
|
+
keepShow: {
|
|
324
|
+
type: BooleanConstructor;
|
|
325
|
+
default: boolean;
|
|
326
|
+
};
|
|
322
327
|
}>, {
|
|
323
|
-
readonly NEllipsis: any;
|
|
324
328
|
readonly NTooltip: any;
|
|
329
|
+
readonly CEllipsis: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
330
|
+
style: ObjectConstructor;
|
|
331
|
+
tooltip: ObjectConstructor;
|
|
332
|
+
keepShow: BooleanConstructor;
|
|
333
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
334
|
+
style: ObjectConstructor;
|
|
335
|
+
tooltip: ObjectConstructor;
|
|
336
|
+
keepShow: BooleanConstructor;
|
|
337
|
+
}>> & Readonly<{}>, {
|
|
338
|
+
keepShow: boolean;
|
|
339
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
325
340
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
326
341
|
content: {
|
|
327
342
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -334,9 +349,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
334
349
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
335
350
|
default: () => {};
|
|
336
351
|
};
|
|
352
|
+
keepShow: {
|
|
353
|
+
type: BooleanConstructor;
|
|
354
|
+
default: boolean;
|
|
355
|
+
};
|
|
337
356
|
}>> & Readonly<{}>, {
|
|
338
357
|
content: string | number;
|
|
339
358
|
contentStyle: import("vue").CSSProperties;
|
|
359
|
+
keepShow: boolean;
|
|
340
360
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
341
361
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
342
362
|
content: {
|
|
@@ -372,9 +392,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
372
392
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
373
393
|
default: () => {};
|
|
374
394
|
};
|
|
395
|
+
keepShow: {
|
|
396
|
+
type: BooleanConstructor;
|
|
397
|
+
default: boolean;
|
|
398
|
+
};
|
|
375
399
|
}>, {
|
|
376
|
-
readonly NEllipsis: any;
|
|
377
400
|
readonly NTooltip: any;
|
|
401
|
+
readonly CEllipsis: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
402
|
+
style: ObjectConstructor;
|
|
403
|
+
tooltip: ObjectConstructor;
|
|
404
|
+
keepShow: BooleanConstructor;
|
|
405
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
406
|
+
style: ObjectConstructor;
|
|
407
|
+
tooltip: ObjectConstructor;
|
|
408
|
+
keepShow: BooleanConstructor;
|
|
409
|
+
}>> & Readonly<{}>, {
|
|
410
|
+
keepShow: boolean;
|
|
411
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
378
412
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
379
413
|
content: {
|
|
380
414
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -387,9 +421,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
387
421
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
388
422
|
default: () => {};
|
|
389
423
|
};
|
|
424
|
+
keepShow: {
|
|
425
|
+
type: BooleanConstructor;
|
|
426
|
+
default: boolean;
|
|
427
|
+
};
|
|
390
428
|
}>> & Readonly<{}>, {
|
|
391
429
|
content: string | number;
|
|
392
430
|
contentStyle: import("vue").CSSProperties;
|
|
431
|
+
keepShow: boolean;
|
|
393
432
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
394
433
|
readonly SlotRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
395
434
|
renderer: {
|
|
@@ -174,10 +174,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
174
174
|
encrypted: _ctx.encrypted
|
|
175
175
|
}, null, 8, ["content", "tip", "content-style", "width", "encrypted"])) : (openBlock(), createBlock(InfoEllipsis, {
|
|
176
176
|
key: 1,
|
|
177
|
+
"keep-show": _ctx.infoItem.keepShow,
|
|
177
178
|
"content-style": ellipsisStyle.value,
|
|
178
179
|
content: _ctx.infoItem[_ctx.valueField],
|
|
179
180
|
tip: _ctx.infoItem.tip
|
|
180
|
-
}, null, 8, ["content-style", "content", "tip"]))
|
|
181
|
+
}, null, 8, ["keep-show", "content-style", "content", "tip"]))
|
|
181
182
|
], 512), [
|
|
182
183
|
[vShow, !_ctx.infoItem.edit || !_ctx.infoItem.formField]
|
|
183
184
|
]),
|
|
@@ -190,6 +190,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
190
190
|
enterToNextWidget: boolean | ((fieldItem: import("../../../..").FieldItem) => boolean | void);
|
|
191
191
|
autoExpand: boolean;
|
|
192
192
|
lowCodeReactions: import("../../../../../shared/types").LowCodeTypes.reactionConfig[];
|
|
193
|
+
newLowCodeReactions: import("../../../../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
193
194
|
linebarAutoHidden: boolean;
|
|
194
195
|
labelPlacementOverwrite: boolean;
|
|
195
196
|
bordered: string | boolean;
|
|
@@ -383,9 +384,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
383
384
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
384
385
|
default: () => {};
|
|
385
386
|
};
|
|
387
|
+
keepShow: {
|
|
388
|
+
type: BooleanConstructor;
|
|
389
|
+
default: boolean;
|
|
390
|
+
};
|
|
386
391
|
}>, {
|
|
387
|
-
readonly NEllipsis: any;
|
|
388
392
|
readonly NTooltip: any;
|
|
393
|
+
readonly CEllipsis: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
394
|
+
style: ObjectConstructor;
|
|
395
|
+
tooltip: ObjectConstructor;
|
|
396
|
+
keepShow: BooleanConstructor;
|
|
397
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
398
|
+
style: ObjectConstructor;
|
|
399
|
+
tooltip: ObjectConstructor;
|
|
400
|
+
keepShow: BooleanConstructor;
|
|
401
|
+
}>> & Readonly<{}>, {
|
|
402
|
+
keepShow: boolean;
|
|
403
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
389
404
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
390
405
|
content: {
|
|
391
406
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -398,9 +413,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
398
413
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
399
414
|
default: () => {};
|
|
400
415
|
};
|
|
416
|
+
keepShow: {
|
|
417
|
+
type: BooleanConstructor;
|
|
418
|
+
default: boolean;
|
|
419
|
+
};
|
|
401
420
|
}>> & Readonly<{}>, {
|
|
402
421
|
content: string | number;
|
|
403
422
|
contentStyle: import("vue").CSSProperties;
|
|
423
|
+
keepShow: boolean;
|
|
404
424
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
405
425
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
406
426
|
content: {
|
|
@@ -436,9 +456,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
436
456
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
437
457
|
default: () => {};
|
|
438
458
|
};
|
|
459
|
+
keepShow: {
|
|
460
|
+
type: BooleanConstructor;
|
|
461
|
+
default: boolean;
|
|
462
|
+
};
|
|
439
463
|
}>, {
|
|
440
|
-
readonly NEllipsis: any;
|
|
441
464
|
readonly NTooltip: any;
|
|
465
|
+
readonly CEllipsis: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
466
|
+
style: ObjectConstructor;
|
|
467
|
+
tooltip: ObjectConstructor;
|
|
468
|
+
keepShow: BooleanConstructor;
|
|
469
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
470
|
+
style: ObjectConstructor;
|
|
471
|
+
tooltip: ObjectConstructor;
|
|
472
|
+
keepShow: BooleanConstructor;
|
|
473
|
+
}>> & Readonly<{}>, {
|
|
474
|
+
keepShow: boolean;
|
|
475
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
442
476
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
443
477
|
content: {
|
|
444
478
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -451,9 +485,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
451
485
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
452
486
|
default: () => {};
|
|
453
487
|
};
|
|
488
|
+
keepShow: {
|
|
489
|
+
type: BooleanConstructor;
|
|
490
|
+
default: boolean;
|
|
491
|
+
};
|
|
454
492
|
}>> & Readonly<{}>, {
|
|
455
493
|
content: string | number;
|
|
456
494
|
contentStyle: import("vue").CSSProperties;
|
|
495
|
+
keepShow: boolean;
|
|
457
496
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
458
497
|
readonly SlotRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
459
498
|
renderer: {
|
|
@@ -55,9 +55,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
55
55
|
type: PropType<CSSProperties>;
|
|
56
56
|
default: () => {};
|
|
57
57
|
};
|
|
58
|
+
keepShow: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
58
62
|
}>, {
|
|
59
|
-
readonly NEllipsis: any;
|
|
60
63
|
readonly NTooltip: any;
|
|
64
|
+
readonly CEllipsis: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
65
|
+
style: ObjectConstructor;
|
|
66
|
+
tooltip: ObjectConstructor;
|
|
67
|
+
keepShow: BooleanConstructor;
|
|
68
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
69
|
+
style: ObjectConstructor;
|
|
70
|
+
tooltip: ObjectConstructor;
|
|
71
|
+
keepShow: BooleanConstructor;
|
|
72
|
+
}>> & Readonly<{}>, {
|
|
73
|
+
keepShow: boolean;
|
|
74
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
61
75
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
62
76
|
content: {
|
|
63
77
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -70,9 +84,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
70
84
|
type: PropType<CSSProperties>;
|
|
71
85
|
default: () => {};
|
|
72
86
|
};
|
|
87
|
+
keepShow: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
default: boolean;
|
|
90
|
+
};
|
|
73
91
|
}>> & Readonly<{}>, {
|
|
74
92
|
content: string | number;
|
|
75
93
|
contentStyle: CSSProperties;
|
|
94
|
+
keepShow: boolean;
|
|
76
95
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
77
96
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
78
97
|
content: {
|
|
@@ -11,9 +11,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11
11
|
type: PropType<CSSProperties>;
|
|
12
12
|
default: () => {};
|
|
13
13
|
};
|
|
14
|
+
keepShow: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
14
18
|
}>, {
|
|
15
|
-
readonly NEllipsis: any;
|
|
16
19
|
readonly NTooltip: any;
|
|
20
|
+
readonly CEllipsis: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
21
|
+
style: ObjectConstructor;
|
|
22
|
+
tooltip: ObjectConstructor;
|
|
23
|
+
keepShow: BooleanConstructor;
|
|
24
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
style: ObjectConstructor;
|
|
26
|
+
tooltip: ObjectConstructor;
|
|
27
|
+
keepShow: BooleanConstructor;
|
|
28
|
+
}>> & Readonly<{}>, {
|
|
29
|
+
keepShow: boolean;
|
|
30
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
31
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
32
|
content: {
|
|
19
33
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -26,8 +40,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
26
40
|
type: PropType<CSSProperties>;
|
|
27
41
|
default: () => {};
|
|
28
42
|
};
|
|
43
|
+
keepShow: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
29
47
|
}>> & Readonly<{}>, {
|
|
30
48
|
content: string | number;
|
|
31
49
|
contentStyle: CSSProperties;
|
|
50
|
+
keepShow: boolean;
|
|
32
51
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
33
52
|
export default _default;
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createBlock, unref, withCtx, createElementVNode, createVNode, normalizeStyle, createTextVNode, toDisplayString } from 'vue';
|
|
2
|
-
import { NTooltip
|
|
2
|
+
import { NTooltip } from 'naive-ui';
|
|
3
|
+
import script from '../../../../../shared/components/Ellipsis/Ellipsis.js';
|
|
3
4
|
|
|
4
5
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
6
|
__name: "InfoEllipsis",
|
|
6
7
|
props: {
|
|
7
8
|
content: { type: [String, Number], default: "" },
|
|
8
9
|
tip: { type: String },
|
|
9
|
-
contentStyle: { type: Object, default: () => ({}) }
|
|
10
|
+
contentStyle: { type: Object, default: () => ({}) },
|
|
11
|
+
keepShow: { type: Boolean, default: false }
|
|
10
12
|
},
|
|
11
13
|
setup(__props) {
|
|
12
14
|
return (_ctx, _cache) => {
|
|
@@ -14,10 +16,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
14
16
|
disabled: !__props.tip
|
|
15
17
|
}, {
|
|
16
18
|
trigger: withCtx(() => [
|
|
17
|
-
createElementVNode("
|
|
18
|
-
createVNode(unref(
|
|
19
|
+
createElementVNode("div", null, [
|
|
20
|
+
createVNode(unref(script), {
|
|
19
21
|
style: normalizeStyle(__props.contentStyle),
|
|
20
|
-
tooltip: { placement: __props.tip ? "bottom" : "top" }
|
|
22
|
+
tooltip: { placement: __props.tip ? "bottom" : "top" },
|
|
23
|
+
"keep-show": __props.keepShow
|
|
21
24
|
}, {
|
|
22
25
|
default: withCtx(() => {
|
|
23
26
|
var _a;
|
|
@@ -26,7 +29,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
26
29
|
];
|
|
27
30
|
}),
|
|
28
31
|
_: 1
|
|
29
|
-
}, 8, ["style", "tooltip"])
|
|
32
|
+
}, 8, ["style", "tooltip", "keep-show"])
|
|
30
33
|
])
|
|
31
34
|
]),
|
|
32
35
|
default: withCtx(() => [
|