cnhis-design-vue 3.1.5-beta.5 → 3.1.6
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/env.d.ts +23 -11
- package/es/_virtual/_commonjsHelpers.mjs +1 -0
- package/es/_virtual/inherits.mjs +1 -0
- package/es/_virtual/inherits_browser.mjs +1 -0
- package/es/node_modules/diagram-js/lib/command/CommandInterceptor.mjs +1 -0
- package/es/node_modules/diagram-js/lib/draw/BaseRenderer.mjs +1 -0
- package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs +1 -0
- package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.mjs +1 -0
- package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.mjs +1 -0
- package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.mjs +1 -0
- package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.mjs +1 -0
- package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/ClickTrap.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Cursor.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Event.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Math.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Mouse.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/Platform.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/PositionUtil.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/RenderUtil.mjs +1 -0
- package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.mjs +1 -0
- package/es/node_modules/ids/dist/index.esm.mjs +1 -0
- package/es/node_modules/inherits/inherits.mjs +1 -0
- package/es/node_modules/inherits/inherits_browser.mjs +1 -0
- package/es/node_modules/inherits-browser/dist/index.es.mjs +1 -0
- package/es/node_modules/min-dash/dist/index.esm.mjs +1 -0
- package/es/node_modules/min-dom/dist/index.esm.mjs +1 -0
- package/es/node_modules/tiny-svg/dist/index.esm.mjs +1 -0
- package/es/packages/big-table/index.d.ts +2044 -0
- package/es/packages/big-table/src/BigTable.vue.d.ts +2043 -0
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/bpmn-workflow/index.d.ts +74 -0
- package/es/packages/bpmn-workflow/index.mjs +1 -0
- package/es/packages/bpmn-workflow/index2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.d.mjs +1 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +1 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/bpmn-workflow/src/BpmnWorkflow2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customModeler/index2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
- package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customRules/no-task2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +1 -0
- package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.mjs +1 -0
- package/es/packages/bpmn-workflow/style/index.css +29 -0
- package/es/packages/bpmn-workflow/style/index.less +29 -0
- package/es/packages/bpmn-workflow/types/BpmnViewer.d.mjs +1 -0
- package/es/packages/bpmn-workflow/types/ModelingModule.d.mjs +1 -0
- package/es/packages/bpmn-workflow/types/MoveCanvasModule.d.mjs +1 -0
- package/es/packages/button-print/index.d.ts +7373 -0
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7372 -0
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/chunk-upload/index.d.ts +1748 -0
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1905 -0
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1749 -0
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/drag-layout/index.d.ts +415 -289
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
- package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
- package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +415 -289
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/editor/index.d.ts +30 -0
- package/es/packages/editor/index.mjs +1 -0
- package/es/packages/editor/index2.mjs +1 -0
- package/es/packages/editor/src/Editor.d.ts +30 -0
- package/es/packages/editor/src/Editor.mjs +1 -0
- package/es/packages/editor/src/Editor2.mjs +1 -0
- package/es/packages/editor/style/index.css +0 -0
- package/es/packages/editor/style/index.less +0 -0
- package/es/packages/field-set/index.d.ts +2647 -0
- package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/index.d.ts +35903 -0
- package/es/packages/form-table/src/FormTable.vue.d.ts +35912 -0
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/index.d.ts +35662 -0
- package/es/packages/form-table/src/components/table-age.vue.d.ts +4305 -0
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5286 -0
- package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +2916 -0
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1622 -0
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-input.vue.d.ts +1579 -0
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5229 -0
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-search.vue.d.ts +3111 -0
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1638 -0
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2673 -0
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +543 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/index.css +61 -0
- package/es/packages/index.d.ts +4 -1
- package/es/packages/index.less +64 -0
- package/es/packages/index.mjs +1 -1
- package/es/packages/index2.mjs +1 -1
- package/es/packages/info-header/index.d.ts +1827 -0
- package/es/packages/info-header/src/hidden-content.mjs +1 -0
- package/es/packages/info-header/src/hidden-content.vue.d.ts +363 -0
- package/es/packages/info-header/src/hidden-content.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/src/hidden-content2.mjs +1 -0
- package/es/packages/info-header/src/info-header.vue.d.ts +1828 -0
- package/es/packages/info-header/src/info-header.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/info-header/style/index.css +1 -0
- package/es/packages/info-header/style/index.less +1 -0
- package/es/packages/map/index.d.ts +2313 -0
- package/es/packages/map/src/Map.vue.d.ts +2313 -0
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/popper/index.d.ts +0 -0
- package/es/packages/popper/index.mjs +1 -0
- package/es/packages/popper/src/components/popover.mjs +1 -0
- package/es/packages/popper/src/components/popover.vue.d.ts +33 -0
- package/es/packages/popper/src/components/popover.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/popper/src/components/popover2.mjs +1 -0
- package/es/packages/popper/src/hooks/useAutoHidden.d.ts +8 -0
- package/es/packages/popper/src/hooks/useAutoHidden.mjs +1 -0
- package/es/packages/popper/src/hooks/useAutoHidden2.mjs +1 -0
- package/es/packages/popper/src/types/index.d.ts +1 -0
- package/es/packages/popper/src/types/index.mjs +1 -0
- package/es/packages/scale-view/index.d.ts +4297 -0
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +4141 -0
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
- package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/packages/scale-view/src/hooks/use-component.d.ts +2673 -0
- package/es/packages/select-label/index.d.ts +12091 -0
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +296 -94
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +7526 -0
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-person/index.d.ts +3500 -0
- package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
- package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +3501 -0
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/packages/time-line/index.d.ts +1720 -0
- package/es/packages/time-line/index.mjs +1 -0
- package/es/packages/time-line/index2.mjs +1 -0
- package/es/packages/time-line/src/TimeLine.mjs +1 -0
- package/es/packages/time-line/src/TimeLine.vue.d.ts +1723 -0
- package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/time-line/src/TimeLine2.mjs +1 -0
- package/es/packages/time-line/style/index.css +32 -0
- package/es/packages/time-line/style/index.less +35 -0
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
- package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/package.json +15 -8
- package/yarn-error.log +122 -0
- package/CHANGELOG.md +0 -269
- package/es/packages/info-header/src/hiddenContent.mjs +0 -1
- package/es/packages/info-header/src/hiddenContent.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/info-header/src/hiddenContent2.mjs +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./hidden-content2.mjs";export{default}from"./hidden-content.vue_vue_type_script_setup_true_lang.mjs";
|
|
@@ -0,0 +1,363 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
content: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
width: {
|
|
7
|
+
type: NumberConstructor;
|
|
8
|
+
};
|
|
9
|
+
}, {
|
|
10
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
content: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
width: {
|
|
16
|
+
type: NumberConstructor;
|
|
17
|
+
};
|
|
18
|
+
}>> & {
|
|
19
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
20
|
+
}>>;
|
|
21
|
+
hidden: import("vue").Ref<boolean>;
|
|
22
|
+
toggleHidden: () => void;
|
|
23
|
+
wrapperStyle: import("vue").ComputedRef<{
|
|
24
|
+
maxWidth: string;
|
|
25
|
+
width: string;
|
|
26
|
+
}>;
|
|
27
|
+
maxWidth: import("vue").ComputedRef<string>;
|
|
28
|
+
displayContent: import("vue").ComputedRef<string>;
|
|
29
|
+
NEllipsis: import("vue").DefineComponent<{
|
|
30
|
+
readonly expandTrigger: import("vue").PropType<"click">;
|
|
31
|
+
readonly lineClamp: import("vue").PropType<string | number>;
|
|
32
|
+
readonly tooltip: {
|
|
33
|
+
readonly type: import("vue").PropType<boolean | import("naive-ui").PopoverProps>;
|
|
34
|
+
readonly default: true;
|
|
35
|
+
};
|
|
36
|
+
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
37
|
+
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
38
|
+
borderRadius: string;
|
|
39
|
+
boxShadow: string;
|
|
40
|
+
color: string;
|
|
41
|
+
textColor: string;
|
|
42
|
+
padding: string;
|
|
43
|
+
}, {
|
|
44
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
45
|
+
fontSize: string;
|
|
46
|
+
borderRadius: string;
|
|
47
|
+
color: string;
|
|
48
|
+
dividerColor: string;
|
|
49
|
+
textColor: string;
|
|
50
|
+
boxShadow: string;
|
|
51
|
+
space: string;
|
|
52
|
+
spaceArrow: string;
|
|
53
|
+
arrowOffset: string;
|
|
54
|
+
arrowOffsetVertical: string;
|
|
55
|
+
arrowHeight: string;
|
|
56
|
+
padding: string;
|
|
57
|
+
}, any>;
|
|
58
|
+
}>;
|
|
59
|
+
}>>;
|
|
60
|
+
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
61
|
+
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
62
|
+
borderRadius: string;
|
|
63
|
+
boxShadow: string;
|
|
64
|
+
color: string;
|
|
65
|
+
textColor: string;
|
|
66
|
+
padding: string;
|
|
67
|
+
}, {
|
|
68
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
69
|
+
fontSize: string;
|
|
70
|
+
borderRadius: string;
|
|
71
|
+
color: string;
|
|
72
|
+
dividerColor: string;
|
|
73
|
+
textColor: string;
|
|
74
|
+
boxShadow: string;
|
|
75
|
+
space: string;
|
|
76
|
+
spaceArrow: string;
|
|
77
|
+
arrowOffset: string;
|
|
78
|
+
arrowOffsetVertical: string;
|
|
79
|
+
arrowHeight: string;
|
|
80
|
+
padding: string;
|
|
81
|
+
}, any>;
|
|
82
|
+
}>;
|
|
83
|
+
}>>>;
|
|
84
|
+
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
85
|
+
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
86
|
+
borderRadius: string;
|
|
87
|
+
boxShadow: string;
|
|
88
|
+
color: string;
|
|
89
|
+
textColor: string;
|
|
90
|
+
padding: string;
|
|
91
|
+
}, {
|
|
92
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
93
|
+
fontSize: string;
|
|
94
|
+
borderRadius: string;
|
|
95
|
+
color: string;
|
|
96
|
+
dividerColor: string;
|
|
97
|
+
textColor: string;
|
|
98
|
+
boxShadow: string;
|
|
99
|
+
space: string;
|
|
100
|
+
spaceArrow: string;
|
|
101
|
+
arrowOffset: string;
|
|
102
|
+
arrowOffsetVertical: string;
|
|
103
|
+
arrowHeight: string;
|
|
104
|
+
padding: string;
|
|
105
|
+
}, any>;
|
|
106
|
+
}>;
|
|
107
|
+
}>>>;
|
|
108
|
+
}, {
|
|
109
|
+
mergedTheme: import("vue").ComputedRef<{
|
|
110
|
+
common: {
|
|
111
|
+
baseColor: string;
|
|
112
|
+
primaryColor: string;
|
|
113
|
+
primaryColorHover: string;
|
|
114
|
+
primaryColorPressed: string;
|
|
115
|
+
primaryColorSuppl: string;
|
|
116
|
+
infoColor: string;
|
|
117
|
+
infoColorHover: string;
|
|
118
|
+
infoColorPressed: string;
|
|
119
|
+
infoColorSuppl: string;
|
|
120
|
+
successColor: string;
|
|
121
|
+
successColorHover: string;
|
|
122
|
+
successColorPressed: string;
|
|
123
|
+
successColorSuppl: string;
|
|
124
|
+
warningColor: string;
|
|
125
|
+
warningColorHover: string;
|
|
126
|
+
warningColorPressed: string;
|
|
127
|
+
warningColorSuppl: string;
|
|
128
|
+
errorColor: string;
|
|
129
|
+
errorColorHover: string;
|
|
130
|
+
errorColorPressed: string;
|
|
131
|
+
errorColorSuppl: string;
|
|
132
|
+
textColorBase: string;
|
|
133
|
+
textColor1: string;
|
|
134
|
+
textColor2: string;
|
|
135
|
+
textColor3: string;
|
|
136
|
+
textColorDisabled: string;
|
|
137
|
+
placeholderColor: string;
|
|
138
|
+
placeholderColorDisabled: string;
|
|
139
|
+
iconColor: string;
|
|
140
|
+
iconColorHover: string;
|
|
141
|
+
iconColorPressed: string;
|
|
142
|
+
iconColorDisabled: string;
|
|
143
|
+
opacity1: string;
|
|
144
|
+
opacity2: string;
|
|
145
|
+
opacity3: string;
|
|
146
|
+
opacity4: string;
|
|
147
|
+
opacity5: string;
|
|
148
|
+
dividerColor: string;
|
|
149
|
+
borderColor: string;
|
|
150
|
+
closeIconColor: string;
|
|
151
|
+
closeIconColorHover: string;
|
|
152
|
+
closeIconColorPressed: string;
|
|
153
|
+
closeColorHover: string;
|
|
154
|
+
closeColorPressed: string;
|
|
155
|
+
clearColor: string;
|
|
156
|
+
clearColorHover: string;
|
|
157
|
+
clearColorPressed: string;
|
|
158
|
+
scrollbarColor: string;
|
|
159
|
+
scrollbarColorHover: string;
|
|
160
|
+
scrollbarWidth: string;
|
|
161
|
+
scrollbarHeight: string;
|
|
162
|
+
scrollbarBorderRadius: string;
|
|
163
|
+
progressRailColor: string;
|
|
164
|
+
railColor: string;
|
|
165
|
+
popoverColor: string;
|
|
166
|
+
tableColor: string;
|
|
167
|
+
cardColor: string;
|
|
168
|
+
modalColor: string;
|
|
169
|
+
bodyColor: string;
|
|
170
|
+
tagColor: string;
|
|
171
|
+
avatarColor: string;
|
|
172
|
+
invertedColor: string;
|
|
173
|
+
inputColor: string;
|
|
174
|
+
codeColor: string;
|
|
175
|
+
tabColor: string;
|
|
176
|
+
actionColor: string;
|
|
177
|
+
tableHeaderColor: string;
|
|
178
|
+
hoverColor: string;
|
|
179
|
+
tableColorHover: string;
|
|
180
|
+
tableColorStriped: string;
|
|
181
|
+
pressedColor: string;
|
|
182
|
+
opacityDisabled: string;
|
|
183
|
+
inputColorDisabled: string;
|
|
184
|
+
buttonColor2: string;
|
|
185
|
+
buttonColor2Hover: string;
|
|
186
|
+
buttonColor2Pressed: string;
|
|
187
|
+
boxShadow1: string;
|
|
188
|
+
boxShadow2: string;
|
|
189
|
+
boxShadow3: string;
|
|
190
|
+
fontFamily: string;
|
|
191
|
+
fontFamilyMono: string;
|
|
192
|
+
fontWeight: string;
|
|
193
|
+
fontWeightStrong: string;
|
|
194
|
+
cubicBezierEaseInOut: string;
|
|
195
|
+
cubicBezierEaseOut: string;
|
|
196
|
+
cubicBezierEaseIn: string;
|
|
197
|
+
borderRadius: string;
|
|
198
|
+
borderRadiusSmall: string;
|
|
199
|
+
fontSize: string;
|
|
200
|
+
fontSizeMini: string;
|
|
201
|
+
fontSizeTiny: string;
|
|
202
|
+
fontSizeSmall: string;
|
|
203
|
+
fontSizeMedium: string;
|
|
204
|
+
fontSizeLarge: string;
|
|
205
|
+
fontSizeHuge: string;
|
|
206
|
+
lineHeight: string;
|
|
207
|
+
heightMini: string;
|
|
208
|
+
heightTiny: string;
|
|
209
|
+
heightSmall: string;
|
|
210
|
+
heightMedium: string;
|
|
211
|
+
heightLarge: string;
|
|
212
|
+
heightHuge: string;
|
|
213
|
+
name: "common";
|
|
214
|
+
};
|
|
215
|
+
self: unknown;
|
|
216
|
+
peers: {
|
|
217
|
+
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
218
|
+
borderRadius: string;
|
|
219
|
+
boxShadow: string;
|
|
220
|
+
color: string;
|
|
221
|
+
textColor: string;
|
|
222
|
+
padding: string;
|
|
223
|
+
}, {
|
|
224
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
225
|
+
fontSize: string;
|
|
226
|
+
borderRadius: string;
|
|
227
|
+
color: string;
|
|
228
|
+
dividerColor: string;
|
|
229
|
+
textColor: string;
|
|
230
|
+
boxShadow: string;
|
|
231
|
+
space: string;
|
|
232
|
+
spaceArrow: string;
|
|
233
|
+
arrowOffset: string;
|
|
234
|
+
arrowOffsetVertical: string;
|
|
235
|
+
arrowHeight: string;
|
|
236
|
+
padding: string;
|
|
237
|
+
}, any>;
|
|
238
|
+
}>;
|
|
239
|
+
};
|
|
240
|
+
peerOverrides: {
|
|
241
|
+
Tooltip?: {
|
|
242
|
+
peers?: {
|
|
243
|
+
Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
244
|
+
fontSize: string;
|
|
245
|
+
borderRadius: string;
|
|
246
|
+
color: string;
|
|
247
|
+
dividerColor: string;
|
|
248
|
+
textColor: string;
|
|
249
|
+
boxShadow: string;
|
|
250
|
+
space: string;
|
|
251
|
+
spaceArrow: string;
|
|
252
|
+
arrowOffset: string;
|
|
253
|
+
arrowOffsetVertical: string;
|
|
254
|
+
arrowHeight: string;
|
|
255
|
+
padding: string;
|
|
256
|
+
}, any>> | undefined;
|
|
257
|
+
} | undefined;
|
|
258
|
+
} | undefined;
|
|
259
|
+
};
|
|
260
|
+
}>;
|
|
261
|
+
triggerRef: import("vue").Ref<HTMLElement | null>;
|
|
262
|
+
triggerInnerRef: import("vue").Ref<HTMLElement | null>;
|
|
263
|
+
tooltipRef: import("vue").Ref<{
|
|
264
|
+
syncPosition: () => void;
|
|
265
|
+
setShow: (value: boolean) => void;
|
|
266
|
+
} | null>;
|
|
267
|
+
handleClick: import("vue").ComputedRef<(() => void) | undefined>;
|
|
268
|
+
renderTrigger: () => JSX.Element;
|
|
269
|
+
getTooltipDisabled: () => boolean;
|
|
270
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
271
|
+
readonly expandTrigger: import("vue").PropType<"click">;
|
|
272
|
+
readonly lineClamp: import("vue").PropType<string | number>;
|
|
273
|
+
readonly tooltip: {
|
|
274
|
+
readonly type: import("vue").PropType<boolean | import("naive-ui").PopoverProps>;
|
|
275
|
+
readonly default: true;
|
|
276
|
+
};
|
|
277
|
+
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
278
|
+
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
279
|
+
borderRadius: string;
|
|
280
|
+
boxShadow: string;
|
|
281
|
+
color: string;
|
|
282
|
+
textColor: string;
|
|
283
|
+
padding: string;
|
|
284
|
+
}, {
|
|
285
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
286
|
+
fontSize: string;
|
|
287
|
+
borderRadius: string;
|
|
288
|
+
color: string;
|
|
289
|
+
dividerColor: string;
|
|
290
|
+
textColor: string;
|
|
291
|
+
boxShadow: string;
|
|
292
|
+
space: string;
|
|
293
|
+
spaceArrow: string;
|
|
294
|
+
arrowOffset: string;
|
|
295
|
+
arrowOffsetVertical: string;
|
|
296
|
+
arrowHeight: string;
|
|
297
|
+
padding: string;
|
|
298
|
+
}, any>;
|
|
299
|
+
}>;
|
|
300
|
+
}>>;
|
|
301
|
+
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
302
|
+
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
303
|
+
borderRadius: string;
|
|
304
|
+
boxShadow: string;
|
|
305
|
+
color: string;
|
|
306
|
+
textColor: string;
|
|
307
|
+
padding: string;
|
|
308
|
+
}, {
|
|
309
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
310
|
+
fontSize: string;
|
|
311
|
+
borderRadius: string;
|
|
312
|
+
color: string;
|
|
313
|
+
dividerColor: string;
|
|
314
|
+
textColor: string;
|
|
315
|
+
boxShadow: string;
|
|
316
|
+
space: string;
|
|
317
|
+
spaceArrow: string;
|
|
318
|
+
arrowOffset: string;
|
|
319
|
+
arrowOffsetVertical: string;
|
|
320
|
+
arrowHeight: string;
|
|
321
|
+
padding: string;
|
|
322
|
+
}, any>;
|
|
323
|
+
}>;
|
|
324
|
+
}>>>;
|
|
325
|
+
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
|
|
326
|
+
Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
327
|
+
borderRadius: string;
|
|
328
|
+
boxShadow: string;
|
|
329
|
+
color: string;
|
|
330
|
+
textColor: string;
|
|
331
|
+
padding: string;
|
|
332
|
+
}, {
|
|
333
|
+
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
334
|
+
fontSize: string;
|
|
335
|
+
borderRadius: string;
|
|
336
|
+
color: string;
|
|
337
|
+
dividerColor: string;
|
|
338
|
+
textColor: string;
|
|
339
|
+
boxShadow: string;
|
|
340
|
+
space: string;
|
|
341
|
+
spaceArrow: string;
|
|
342
|
+
arrowOffset: string;
|
|
343
|
+
arrowOffsetVertical: string;
|
|
344
|
+
arrowHeight: string;
|
|
345
|
+
padding: string;
|
|
346
|
+
}, any>;
|
|
347
|
+
}>;
|
|
348
|
+
}>>>;
|
|
349
|
+
}>>, {
|
|
350
|
+
readonly tooltip: boolean | import("naive-ui").PopoverProps;
|
|
351
|
+
}>;
|
|
352
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
353
|
+
content: {
|
|
354
|
+
type: StringConstructor;
|
|
355
|
+
default: string;
|
|
356
|
+
};
|
|
357
|
+
width: {
|
|
358
|
+
type: NumberConstructor;
|
|
359
|
+
};
|
|
360
|
+
}>>, {
|
|
361
|
+
content: string;
|
|
362
|
+
}>;
|
|
363
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{defineComponent as n,ref as t,computed as e,openBlock as i,createElementBlock as o,normalizeStyle as a,unref as r,createElementVNode as d,createVNode as s,withCtx as c,createTextVNode as u,toDisplayString as l,normalizeClass as h}from"vue";import{NEllipsis as f}from"naive-ui";const p={class:"c-info-header__hidden--content"};var v=n({name:"hidden-content",props:{content:{type:String,default:""},width:{type:Number}},setup(n){const v=n,m=t(!0);function g(){m.value=!m.value}const y=e((()=>{const n=v.width+"px";return{maxWidth:n,width:n}})),_=e((()=>v.width?v.width-40+"px":"")),x=e((()=>{const{content:n}=v;if(!m.value)return n;const t=n.length;if(!t||1===t)return n;const e=Math.floor(t/2),i=Math.floor((t-e)/2);return`${n.substring(0,i)}${"*".repeat(e)}${null==n?void 0:n.substring(i+e)}`}));return(n,t)=>(i(),o("div",{class:"c-info-header__hidden",style:a(r(y))},[d("div",p,[s(r(f),{style:a({maxWidth:r(_)})},{default:c((()=>[u(l(r(x)),1)])),_:1},8,["style"])]),d("i",{onClick:g,class:h(["c-info-header__hidden--icon","iconfont","icon-"+(m.value?"guanbi-yanjing":"faxian-yanjing")])},null,2)],4))}});export{v as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./hidden-content.vue_vue_type_script_setup_true_lang.mjs";export{default}from"./hidden-content.vue_vue_type_script_setup_true_lang.mjs";e.__file="packages/info-header/src/hidden-content.vue";
|