cnhis-design-vue 3.1.9-beta.8 → 3.1.10
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/README.md +22 -22
- package/es/packages/big-table/index.d.ts +1 -1
- package/es/packages/big-table/index.js +5 -5
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +41 -20
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/packages/big-table/src/components/edit-form/edit-select-table.js +2 -2
- package/es/packages/big-table/src/components/edit-form/edit-select.js +1 -1
- package/es/packages/big-table/src/hooks/useEvent.js +1 -1
- package/es/packages/big-table/src/hooks/useFormat.js +1 -1
- package/es/packages/big-table/src/hooks/useNestTable.js +1 -1
- package/es/packages/big-table/src/hooks/useTableParse.js +1 -1
- package/es/packages/big-table/src/utils.js +2 -2
- package/es/packages/big-table/style/index.css +1 -6
- package/es/packages/bpmn-workflow/index.d.ts +1 -1
- package/es/packages/bpmn-workflow/index.js +2 -2
- package/es/packages/button-print/index.d.ts +1 -1
- package/es/packages/button-print/index.js +2 -2
- package/es/packages/chunk-upload/index.d.ts +23 -2
- package/es/packages/chunk-upload/index.js +3 -3
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +33 -3
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/packages/chunk-upload/src/hooks/upload-data.d.ts +29 -27
- package/es/packages/chunk-upload/src/hooks/upload-data.js +32 -29
- package/es/packages/chunk-upload/src/hooks/vod-data.d.ts +21 -42
- package/es/packages/chunk-upload/src/hooks/vod-data.js +26 -31
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +32 -3
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.js +21 -11
- package/es/packages/chunk-upload/style/index.css +3 -1
- package/es/packages/drag-layout/index.d.ts +1 -1
- package/es/packages/drag-layout/index.js +3 -3
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +2 -3
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/editor/index.d.ts +1 -1
- package/es/packages/editor/index.js +2 -2
- package/es/packages/fabric-chart/index.d.ts +21 -58
- package/es/packages/fabric-chart/index.js +2 -2
- package/es/packages/fabric-chart/src/FabricChart.vue.d.ts +20 -66
- package/es/packages/fabric-chart/src/FabricChart.vue_vue_type_script_setup_true_lang.js +98 -13
- package/es/packages/fabric-chart/src/hooks/useCenter.d.ts +4 -0
- package/es/packages/fabric-chart/src/hooks/useCenter.js +7 -0
- package/es/packages/fabric-chart/src/hooks/useDraw.d.ts +42 -0
- package/es/packages/fabric-chart/src/hooks/useDraw.js +76 -0
- package/es/packages/fabric-chart/src/hooks/useGrid.d.ts +4 -0
- package/es/packages/fabric-chart/src/hooks/useGrid.js +45 -0
- package/es/packages/fabric-chart/src/hooks/useLeft.d.ts +4 -0
- package/es/packages/fabric-chart/src/hooks/useLeft.js +66 -0
- package/es/packages/fabric-chart/src/hooks/useTop.d.ts +4 -0
- package/es/packages/fabric-chart/src/hooks/useTop.js +124 -0
- package/es/packages/fabric-chart/src/interface.d.ts +88 -0
- package/es/packages/fabric-chart/src/interface.js +4 -0
- package/es/packages/fabric-chart/src/utils/index.d.ts +2 -0
- package/es/packages/fabric-chart/src/utils/index.js +15334 -0
- package/es/packages/field-set/index.d.ts +1 -1
- package/es/packages/field-set/index.js +2 -2
- package/es/packages/form-render/index.d.ts +12 -12
- package/es/packages/form-render/index.js +3 -2
- package/es/packages/form-render/src/FormRender.vue.d.ts +5 -5
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.js +23 -9
- package/es/packages/form-render/src/components/cascader.d.ts +1 -1
- package/es/packages/form-render/src/components/cascader.js +0 -1
- package/es/packages/form-render/src/components/checkbox.d.ts +1 -1
- package/es/packages/form-render/src/components/complex.js +1 -1
- package/es/packages/form-render/src/components/radio.d.ts +1 -1
- package/es/packages/form-render/src/components/select.d.ts +1 -1
- package/es/packages/form-render/src/components/slider.js +1 -1
- package/es/packages/form-render/src/constants/index.d.ts +1 -1
- package/es/packages/form-render/src/hooks/index.d.ts +1 -0
- package/es/packages/form-render/src/hooks/index.js +1 -0
- package/es/packages/form-render/src/hooks/useAsyncQueue.js +1 -1
- package/es/packages/form-render/src/hooks/useChangeContext.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useFieldList2Schema.js +1 -1
- package/es/packages/form-render/src/hooks/useFormField.js +1 -3
- package/es/packages/form-render/src/hooks/useFormItemDeps.js +1 -1
- package/es/packages/form-render/src/hooks/useFormValidator.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useInitialData.d.ts +5 -0
- package/es/packages/form-render/src/hooks/useInitialData.js +11 -0
- package/es/packages/form-render/src/types/fieldItem.d.ts +1 -1
- package/es/packages/form-render/src/types/index.d.ts +2 -2
- package/es/packages/form-render/src/utils/index.d.ts +1 -1
- package/es/packages/form-render/style/index.css +1 -1
- package/es/packages/form-table/index.d.ts +391 -391
- package/es/packages/form-table/index.js +2 -2
- package/es/packages/form-table/src/FormTable.vue.d.ts +45 -45
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/packages/form-table/src/components/index.d.ts +43 -43
- package/es/packages/form-table/src/components/table-age.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/packages/form-table/src/components/table-input.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-select.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +10 -10
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-table/src/configs/index.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useBoundDate.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useDateType.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useDateType.js +1 -1
- package/es/packages/form-table/src/hooks/useFormCommon.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useFormCommon.js +1 -1
- package/es/packages/form-table/src/hooks/useFormEvent.d.ts +1 -1
- package/es/packages/form-table/src/hooks/useFormEvent.js +1 -1
- package/es/packages/form-table/src/hooks/useItemDefault.d.ts +10 -10
- package/es/packages/form-table/src/hooks/useItemDefault.js +5 -5
- package/es/packages/form-table/src/hooks/useSearch.d.ts +10 -10
- package/es/packages/form-table/src/hooks/useSearch.js +2 -2
- package/es/packages/form-table/src/hooks/useValidate.d.ts +2 -2
- package/es/packages/form-table/src/types/index.d.ts +1 -1
- package/es/packages/grid/index.d.ts +1 -1
- package/es/packages/grid/index.js +4 -4
- package/es/packages/index.css +43 -21
- package/es/packages/index.js +1 -0
- package/es/packages/info-header/index.d.ts +6 -6
- package/es/packages/info-header/index.js +2 -2
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +3 -3
- package/es/packages/info-header/src/SlotRender.d.ts +1 -1
- package/es/packages/map/index.d.ts +1 -1
- package/es/packages/map/index.js +2 -2
- package/es/packages/scale-view/index.d.ts +138 -1
- package/es/packages/scale-view/index.js +4 -4
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +119 -0
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.js +32 -25
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/scale-view/src/components/LoadingCom.js +7 -0
- package/es/packages/scale-view/src/components/LoadingCom.vue_vue_type_template_id_413329b0_lang.js +16 -0
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -0
- package/es/packages/scale-view/src/components/composables/choose-common.js +6 -1
- package/es/packages/scale-view/src/components/formitem/r-address.js +1 -1
- package/es/packages/scale-view/src/components/formitem/r-cascader.js +19 -7
- package/es/packages/scale-view/src/components/formitem/r-checkbox.d.ts +9 -0
- package/es/packages/scale-view/src/components/formitem/r-checkbox.js +58 -13
- package/es/packages/scale-view/src/components/formitem/r-collection.js +1 -2
- package/es/packages/scale-view/src/components/formitem/r-datetime.js +6 -3
- package/es/packages/scale-view/src/components/formitem/r-map.js +2 -2
- package/es/packages/scale-view/src/components/formitem/r-radio.d.ts +9 -0
- package/es/packages/scale-view/src/components/formitem/r-radio.js +26 -13
- package/es/packages/scale-view/src/components/formitem/r-select.js +17 -8
- package/es/packages/scale-view/src/components/formitem/r-upload.js +3 -3
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-computed.js +6 -14
- package/es/packages/scale-view/src/hooks/scaleview-init.js +4 -2
- package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +28 -0
- package/es/packages/scale-view/src/hooks/scaleview-props.js +21 -0
- package/es/packages/scale-view/src/hooks/scaleview-state.d.ts +32 -31
- package/es/packages/scale-view/src/hooks/scaleview-state.js +41 -38
- package/es/packages/scale-view/src/hooks/scaleview-submit.js +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-validate.js +1 -1
- package/es/packages/scale-view/src/hooks/use-component.d.ts +103 -2
- package/es/packages/scale-view/src/hooks/use-component.js +2 -2
- package/es/packages/scale-view/src/hooks/use-evaluate.js +1 -1
- package/es/packages/scale-view/src/hooks/use-event.js +1 -1
- package/es/packages/scale-view/style/index.css +19 -9
- package/es/packages/select-label/index.d.ts +47 -3
- package/es/packages/select-label/index.js +2 -2
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +2 -2
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +59 -9
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +22 -4
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/packages/select-label/style/index.css +10 -0
- package/es/packages/select-person/index.d.ts +1 -1
- package/es/packages/select-person/index.js +2 -2
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/time-line/index.d.ts +1 -1
- package/es/packages/time-line/index.js +2 -2
- package/es/src/assets/img/failure.d.ts +2 -0
- package/es/src/assets/img/failure.js +1 -0
- package/es/src/assets/img/icon-asc.d.ts +2 -0
- package/es/src/assets/img/icon-asc.js +1 -0
- package/es/src/assets/img/icon-desc.d.ts +2 -0
- package/es/src/assets/img/icon-desc.js +1 -0
- package/es/src/assets/img/no-permission.d.ts +2 -0
- package/es/src/assets/img/no-permission.js +1 -0
- package/es/src/assets/img/nodata.d.ts +2 -0
- package/es/src/assets/img/nodata.js +1 -0
- package/es/src/assets/img/notfound.d.ts +2 -0
- package/es/src/assets/img/notfound.js +1 -0
- package/es/src/assets/img/qr.d.ts +2 -0
- package/es/src/assets/img/qr.js +1 -0
- package/es/src/assets/img/success.d.ts +2 -0
- package/es/src/assets/img/success.js +1 -0
- package/es/src/assets/img/video.d.ts +2 -0
- package/es/src/assets/img/video.js +1 -0
- package/es/src/assets/img/video_default_cover.d.ts +2 -0
- package/es/src/assets/img/video_default_cover.js +1 -0
- package/es/src/assets/img/video_hover.d.ts +2 -0
- package/es/src/assets/img/video_hover.js +1 -0
- package/es/src/assets/img/video_play_hover.d.ts +2 -0
- package/es/src/assets/img/video_play_hover.js +1 -0
- package/es/src/assets/img/xb_big.d.ts +2 -0
- package/es/src/assets/img/xb_big.js +1 -0
- package/es/src/assets/img/xb_small.d.ts +2 -0
- package/es/src/assets/img/xb_small.js +1 -0
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +1 -1
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/src/components/player-vod/video-list.js +2 -2
- package/es/src/components/player-vod/video-modal.js +1 -1
- package/es/src/utils/loadViewer.js +1 -1
- package/es/src/utils/loadVxe.js +1 -1
- package/global.d.ts +8 -8
- package/package.json +2 -4
- package/test.ts +326 -0
- package/es/packages/big-table/style/index.less +0 -557
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.d.js +0 -1
- package/es/packages/bpmn-workflow/style/index.less +0 -29
- package/es/packages/bpmn-workflow/types/BpmnViewer.d.js +0 -1
- package/es/packages/bpmn-workflow/types/ModelingModule.d.js +0 -1
- package/es/packages/bpmn-workflow/types/MoveCanvasModule.d.js +0 -1
- package/es/packages/button-print/style/index.less +0 -30
- package/es/packages/chunk-upload/style/index.less +0 -395
- package/es/packages/drag-layout/style/index.less +0 -208
- package/es/packages/editor/style/index.less +0 -0
- package/es/packages/fabric-chart/style/index.less +0 -0
- package/es/packages/field-set/style/index.less +0 -157
- package/es/packages/form-render/style/index.less +0 -129
- package/es/packages/form-table/style/index.less +0 -301
- package/es/packages/grid/style/index.less +0 -13
- package/es/packages/index.less +0 -3077
- package/es/packages/info-header/style/index.less +0 -149
- package/es/packages/map/style/index.less +0 -60
- package/es/packages/scale-view/style/index.less +0 -755
- package/es/packages/select-label/style/index.less +0 -151
- package/es/packages/select-person/style/index.less +0 -229
- package/es/packages/time-line/style/index.less +0 -35
- package/es/src/assets/img/failure.png +0 -0
- package/es/src/assets/img/icon-asc.png +0 -0
- package/es/src/assets/img/icon-desc.png +0 -0
- package/es/src/assets/img/no-permission.png +0 -0
- package/es/src/assets/img/nodata.png +0 -0
- package/es/src/assets/img/notfound.png +0 -0
- package/es/src/assets/img/qr.png +0 -0
- package/es/src/assets/img/success.png +0 -0
- package/es/src/assets/img/video.png +0 -0
- package/es/src/assets/img/video_default_cover.png +0 -0
- package/es/src/assets/img/video_hover.png +0 -0
- package/es/src/assets/img/video_play_hover.png +0 -0
- package/es/src/assets/img/xb_big.png +0 -0
- package/es/src/assets/img/xb_small.png +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AnyObject, Func } from '
|
|
1
|
+
import { AnyObject, Func } from '../../../../../es/src/types';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
|
-
import { PropObject } from '
|
|
3
|
+
import { PropObject } from '../../../../../es/packages/form-table/src/types';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
mainForm: {
|
|
6
6
|
type: PropObject;
|
|
@@ -137,14 +137,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
137
137
|
pattern: RegExp;
|
|
138
138
|
message: any;
|
|
139
139
|
} | null;
|
|
140
|
-
checkDigital: import("
|
|
141
|
-
checkAgeJson: import("
|
|
142
|
-
checkAge: import("
|
|
143
|
-
checkMultipleChoice: import("
|
|
144
|
-
checkLength: import("
|
|
145
|
-
checkinputBlank: import("
|
|
146
|
-
checkSearchCascade: import("
|
|
147
|
-
checkMultipleTree: import("
|
|
140
|
+
checkDigital: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
141
|
+
checkAgeJson: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
142
|
+
checkAge: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
143
|
+
checkMultipleChoice: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
144
|
+
checkLength: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
145
|
+
checkinputBlank: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
146
|
+
checkSearchCascade: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
147
|
+
checkMultipleTree: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
148
148
|
handleDateClearBtn: (v: any, item: AnyObject) => void;
|
|
149
149
|
handleStartDateEndDate: (item: AnyObject) => void;
|
|
150
150
|
showTimePanel: (item: AnyObject) => boolean;
|
package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, openBlock, createBlock, unref, normalizeClass, withCtx, createCommentVNode } from 'vue';
|
|
2
2
|
import { useMessage, NSelect } from 'naive-ui';
|
|
3
|
-
import { useItemDefault } from '
|
|
3
|
+
import { useItemDefault } from '../../../../packages/form-table/src/hooks';
|
|
4
4
|
|
|
5
5
|
var script = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "table-select",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AnyObject, Func } from '
|
|
1
|
+
import { AnyObject, Func } from '../../../../../es/src/types';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
|
-
import { PropObject } from '
|
|
3
|
+
import { PropObject } from '../../../../../es/packages/form-table/src/types';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
mainForm: {
|
|
6
6
|
type: PropObject;
|
|
@@ -137,14 +137,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
137
137
|
pattern: RegExp;
|
|
138
138
|
message: any;
|
|
139
139
|
} | null;
|
|
140
|
-
checkDigital: import("
|
|
141
|
-
checkAgeJson: import("
|
|
142
|
-
checkAge: import("
|
|
143
|
-
checkMultipleChoice: import("
|
|
144
|
-
checkLength: import("
|
|
145
|
-
checkinputBlank: import("
|
|
146
|
-
checkSearchCascade: import("
|
|
147
|
-
checkMultipleTree: import("
|
|
140
|
+
checkDigital: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
141
|
+
checkAgeJson: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
142
|
+
checkAge: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
143
|
+
checkMultipleChoice: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
144
|
+
checkLength: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
145
|
+
checkinputBlank: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
146
|
+
checkSearchCascade: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
147
|
+
checkMultipleTree: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
148
148
|
handleDateClearBtn: (v: any, item: AnyObject) => void;
|
|
149
149
|
handleStartDateEndDate: (item: AnyObject) => void;
|
|
150
150
|
showTimePanel: (item: AnyObject) => boolean;
|
package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createBlock, unref, normalizeClass, createElementBlock, createVNode } from 'vue';
|
|
2
2
|
import { useMessage, NInput } from 'naive-ui';
|
|
3
|
-
import { useItemDefault } from '
|
|
4
|
-
import TextOverTooltip from '
|
|
3
|
+
import { useItemDefault } from '../../../../packages/form-table/src/hooks';
|
|
4
|
+
import TextOverTooltip from '../../../../src/components/TextOverTooltip';
|
|
5
5
|
|
|
6
6
|
const _hoisted_1 = { key: 1 };
|
|
7
7
|
var script = /* @__PURE__ */ defineComponent({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AnyObject, Func } from '
|
|
1
|
+
import { AnyObject, Func } from '../../../../../es/src/types';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
|
-
import { PropObject } from '
|
|
3
|
+
import { PropObject } from '../../../../../es/packages/form-table/src/types';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
mainForm: {
|
|
6
6
|
type: PropObject;
|
|
@@ -151,14 +151,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
151
151
|
pattern: RegExp;
|
|
152
152
|
message: any;
|
|
153
153
|
} | null;
|
|
154
|
-
checkDigital: import("
|
|
155
|
-
checkAgeJson: import("
|
|
156
|
-
checkAge: import("
|
|
157
|
-
checkMultipleChoice: import("
|
|
158
|
-
checkLength: import("
|
|
159
|
-
checkinputBlank: import("
|
|
160
|
-
checkSearchCascade: import("
|
|
161
|
-
checkMultipleTree: import("
|
|
154
|
+
checkDigital: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
155
|
+
checkAgeJson: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
156
|
+
checkAge: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
157
|
+
checkMultipleChoice: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
158
|
+
checkLength: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
159
|
+
checkinputBlank: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
160
|
+
checkSearchCascade: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
161
|
+
checkMultipleTree: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
162
162
|
handleDateClearBtn: (v: any, item: AnyObject) => void;
|
|
163
163
|
handleStartDateEndDate: (item: AnyObject) => void;
|
|
164
164
|
showTimePanel: (item: AnyObject) => boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createBlock, unref, normalizeClass } from 'vue';
|
|
2
2
|
import { useMessage, NTimePicker } from 'naive-ui';
|
|
3
|
-
import { useDateType, useItemDefault } from '
|
|
3
|
+
import { useDateType, useItemDefault } from '../../../../packages/form-table/src/hooks';
|
|
4
4
|
|
|
5
5
|
var script = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "table-time-picker",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AnyObject, Func } from '
|
|
1
|
+
import { AnyObject, Func } from '../../../../../es/src/types';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
|
-
import { PropObject } from '
|
|
3
|
+
import { PropObject } from '../../../../../es/packages/form-table/src/types';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
mainForm: {
|
|
6
6
|
type: PropObject;
|
|
@@ -239,15 +239,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
239
239
|
pattern: RegExp;
|
|
240
240
|
message: any;
|
|
241
241
|
} | null;
|
|
242
|
-
checkDigital: import("
|
|
243
|
-
checkAgeJson: import("
|
|
244
|
-
checkAge: import("
|
|
245
|
-
checkMultipleChoice: import("
|
|
246
|
-
checkLength: import("
|
|
247
|
-
checkinputBlank: import("
|
|
242
|
+
checkDigital: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
243
|
+
checkAgeJson: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
244
|
+
checkAge: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
245
|
+
checkMultipleChoice: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
246
|
+
checkLength: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
247
|
+
checkinputBlank: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
248
248
|
handlerGetDateType: (data: AnyObject) => any;
|
|
249
|
-
checkSearchCascade: import("
|
|
250
|
-
checkMultipleTree: import("
|
|
249
|
+
checkSearchCascade: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
250
|
+
checkMultipleTree: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
251
251
|
handleDateClearBtn: (v: any, item: AnyObject) => void;
|
|
252
252
|
handleStartDateEndDate: (item: AnyObject) => void;
|
|
253
253
|
showTimePanel: (item: AnyObject) => boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, openBlock, createElementBlock, unref, createBlock, withCtx, createCommentVNode } from 'vue';
|
|
2
2
|
import axios from 'axios';
|
|
3
3
|
import { useMessage, NTreeSelect } from 'naive-ui';
|
|
4
|
-
import { useSearch } from '
|
|
4
|
+
import { useSearch } from '../../../../packages/form-table/src/hooks';
|
|
5
5
|
|
|
6
6
|
const _hoisted_1 = { class: "tableTreeSelect" };
|
|
7
7
|
var script = /* @__PURE__ */ defineComponent({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AnyObject, Func } from '
|
|
2
|
-
import { MessageInstance } from '
|
|
1
|
+
import { AnyObject, Func } from '../../../../../es/src/types';
|
|
2
|
+
import { MessageInstance } from '../../../../../es/packages/form-table/src/types';
|
|
3
3
|
export declare function useItemDefault({ message, props, emit }: {
|
|
4
4
|
message: MessageInstance;
|
|
5
5
|
props: Record<string, any>;
|
|
@@ -27,15 +27,15 @@ export declare function useItemDefault({ message, props, emit }: {
|
|
|
27
27
|
pattern: RegExp;
|
|
28
28
|
message: any;
|
|
29
29
|
} | null;
|
|
30
|
-
checkDigital: import("
|
|
31
|
-
checkAgeJson: import("
|
|
32
|
-
checkAge: import("
|
|
33
|
-
checkMultipleChoice: import("
|
|
34
|
-
checkLength: import("
|
|
35
|
-
checkinputBlank: import("
|
|
30
|
+
checkDigital: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
31
|
+
checkAgeJson: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
32
|
+
checkAge: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
33
|
+
checkMultipleChoice: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
34
|
+
checkLength: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
35
|
+
checkinputBlank: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
36
36
|
handlerGetDateType: (data: AnyObject) => any;
|
|
37
|
-
checkSearchCascade: import("
|
|
38
|
-
checkMultipleTree: import("
|
|
37
|
+
checkSearchCascade: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
38
|
+
checkMultipleTree: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
39
39
|
handleDateClearBtn: (v: any, item: AnyObject) => void;
|
|
40
40
|
handleStartDateEndDate: (item: AnyObject) => void;
|
|
41
41
|
showTimePanel: (item: AnyObject) => boolean;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import vexutils from '
|
|
1
|
+
import vexutils from '../../../../src/utils/vexutils';
|
|
2
2
|
import moment from 'moment';
|
|
3
3
|
import { inject, onMounted, nextTick, computed } from 'vue';
|
|
4
|
-
import { useBoundDate } from '
|
|
5
|
-
import { useFormCommon } from '
|
|
6
|
-
import { useFormEvent } from '
|
|
7
|
-
import { useValidate } from '
|
|
4
|
+
import { useBoundDate } from '../../../../packages/form-table/src/hooks/useBoundDate';
|
|
5
|
+
import { useFormCommon } from '../../../../packages/form-table/src/hooks/useFormCommon';
|
|
6
|
+
import { useFormEvent } from '../../../../packages/form-table/src/hooks/useFormEvent';
|
|
7
|
+
import { useValidate } from '../../../../packages/form-table/src/hooks/useValidate';
|
|
8
8
|
|
|
9
9
|
function useItemDefault({
|
|
10
10
|
message,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AnyObject, Func } from '
|
|
1
|
+
import { AnyObject, Func } from '../../../../../es/src/types';
|
|
2
2
|
import { Ref } from 'vue';
|
|
3
|
-
import { MessageInstance } from '
|
|
3
|
+
import { MessageInstance } from '../../../../../es/packages/form-table/src/types';
|
|
4
4
|
export declare function useSearch({ loadDataPrimary_key, optionsRequestSource, axios, $qs, dropdownHide, curAddBtnItem, message, Choose_to_complete, noAllow_check_mid_level, selsectVisible, baseForm, refs, $t, $_handleTracherLog, open, wrapperRef, props, emit }: {
|
|
5
5
|
wrapperRef: Ref<HTMLElement | null>;
|
|
6
6
|
refs: Array<HTMLElement>;
|
|
@@ -139,15 +139,15 @@ export declare function useSearch({ loadDataPrimary_key, optionsRequestSource, a
|
|
|
139
139
|
pattern: RegExp;
|
|
140
140
|
message: any;
|
|
141
141
|
} | null;
|
|
142
|
-
checkDigital: import("
|
|
143
|
-
checkAgeJson: import("
|
|
144
|
-
checkAge: import("
|
|
145
|
-
checkMultipleChoice: import("
|
|
146
|
-
checkLength: import("
|
|
147
|
-
checkinputBlank: import("
|
|
142
|
+
checkDigital: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
143
|
+
checkAgeJson: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
144
|
+
checkAge: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
145
|
+
checkMultipleChoice: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
146
|
+
checkLength: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
147
|
+
checkinputBlank: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
148
148
|
handlerGetDateType: (data: AnyObject) => any;
|
|
149
|
-
checkSearchCascade: import("
|
|
150
|
-
checkMultipleTree: import("
|
|
149
|
+
checkSearchCascade: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
150
|
+
checkMultipleTree: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
|
|
151
151
|
handleDateClearBtn: (v: any, item: AnyObject) => void;
|
|
152
152
|
handleStartDateEndDate: (item: AnyObject) => void;
|
|
153
153
|
showTimePanel: (item: AnyObject) => boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import vexutils from '
|
|
1
|
+
import vexutils from '../../../../src/utils/vexutils';
|
|
2
2
|
import { ref, computed, nextTick, onMounted, h } from 'vue';
|
|
3
|
-
import { useItemDefault } from '
|
|
3
|
+
import { useItemDefault } from '../../../../packages/form-table/src/hooks/useItemDefault';
|
|
4
4
|
|
|
5
5
|
const SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASCADE"];
|
|
6
6
|
function useSearch({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AnyObject, Func } from '
|
|
2
|
-
import { MessageInstance, ValidateFunc, ValidateInfo } from '
|
|
1
|
+
import { AnyObject, Func } from '../../../../../es/src/types';
|
|
2
|
+
import { MessageInstance, ValidateFunc, ValidateInfo } from '../../../../../es/packages/form-table/src/types';
|
|
3
3
|
export declare function useValidate(context: {
|
|
4
4
|
message: MessageInstance;
|
|
5
5
|
}): {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyObject, Func } from '
|
|
1
|
+
import { AnyObject, Func } from '../../../../../es/src/types';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
3
|
export declare type PropObject = PropType<AnyObject>;
|
|
4
4
|
export declare type MessageInstance = Record<'success' | 'error' | 'warning' | 'info', Func>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SFCWithInstall } from '
|
|
1
|
+
import { SFCWithInstall } from '../../../es/src/types';
|
|
2
2
|
declare const Grid: SFCWithInstall<import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
3
3
|
export default Grid;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { COMPONENT_NAMESPACE } from '
|
|
2
|
-
import { safeComponentRegister } from '
|
|
3
|
-
import { loadVxeTable } from '
|
|
4
|
-
import { expandXEUtils } from '
|
|
1
|
+
import { COMPONENT_NAMESPACE } from '../../src/global/variable';
|
|
2
|
+
import { safeComponentRegister } from '../../src/utils';
|
|
3
|
+
import { loadVxeTable } from '../../src/utils/loadVxe';
|
|
4
|
+
import { expandXEUtils } from '../../src/utils/utilExpand';
|
|
5
5
|
import script from './src/Grid.js';
|
|
6
6
|
|
|
7
7
|
const Grid = script;
|
package/es/packages/index.css
CHANGED
|
@@ -13,11 +13,6 @@
|
|
|
13
13
|
flex-direction: column;
|
|
14
14
|
overflow: hidden;
|
|
15
15
|
transition: width 2s;
|
|
16
|
-
/*
|
|
17
|
-
.sort-icon-asc {
|
|
18
|
-
background-image: url('../img/icon-asc.png');
|
|
19
|
-
}
|
|
20
|
-
*/
|
|
21
16
|
}
|
|
22
17
|
.big-table-filter-wrap .sort-list {
|
|
23
18
|
margin-top: 6px;
|
|
@@ -45,7 +40,7 @@
|
|
|
45
40
|
color: rgba(0, 0, 0, 0.8);
|
|
46
41
|
}
|
|
47
42
|
.big-table-filter-wrap .sort-icon-desc {
|
|
48
|
-
background-image: url('
|
|
43
|
+
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABT0lEQVRYR+3WvSuGYRTH8c9TykpJSimLMvgHpLyUCQsmg/wBMss/ILvdJgspNnkbZFYGk7JQSAaLwUuX7uFxu3E/nvvqSd3XeHW6zvec65zfORUNPpUG+1cClBnIysABhiMV5y4mqt/OAliPCHCImd8AIgWf/WzMIhzFK/Z/iigWQAtuE4A2PH0HEQugG5eJ005clwBlBmrJwDwGcorBNjYybOsqwit05QQ4R1/RAB3oqQHgoWiAnL5/NKvrC/4tQBNacYesDAR5fkxHV6QU72EQczhNSfE4VpOOmY01jsOyMYYXLGElcbSIZT4W4C1MxQIIUy9sU1ltGXyeYQSfuua7L2jOWYnPKbt2HKE3dR/0Iqx593lq4AT9OQE2MZ2yDTpyXKUlF0lthP3gy8nKwBqGcgLsYCHDNuwAAe4Nk7ipZRbk9F2MWZFt+CeiEuAdAU5CIQxYYdUAAAAASUVORK5CYII=');
|
|
49
44
|
}
|
|
50
45
|
.big-table-filter-wrap .filter-header {
|
|
51
46
|
padding: 0 13px;
|
|
@@ -1131,6 +1126,16 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
1131
1126
|
text-overflow: ellipsis;
|
|
1132
1127
|
white-space: nowrap;
|
|
1133
1128
|
}
|
|
1129
|
+
.n-dialog__title .svg-wrap {
|
|
1130
|
+
margin: 0 0 0 auto;
|
|
1131
|
+
}
|
|
1132
|
+
.n-dialog__title .svg-wrap svg {
|
|
1133
|
+
font-size: 14px;
|
|
1134
|
+
cursor: pointer;
|
|
1135
|
+
}
|
|
1136
|
+
.n-dialog__title .svg-wrap svg + svg {
|
|
1137
|
+
margin-left: 16px;
|
|
1138
|
+
}
|
|
1134
1139
|
.c-chunk-upload-container {
|
|
1135
1140
|
width: 100%;
|
|
1136
1141
|
height: 100%;
|
|
@@ -1422,8 +1427,10 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
1422
1427
|
position: relative;
|
|
1423
1428
|
top: 50%;
|
|
1424
1429
|
left: 50%;
|
|
1430
|
+
font-size: 46px;
|
|
1425
1431
|
transform: translate(-50%, -50%);
|
|
1426
1432
|
transition: all 0.25s ease-out;
|
|
1433
|
+
cursor: pointer;
|
|
1427
1434
|
}
|
|
1428
1435
|
.c-icon-wrap .theme_outlined {
|
|
1429
1436
|
display: inline-block;
|
|
@@ -1486,7 +1493,7 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
1486
1493
|
border-color: #5585f5;
|
|
1487
1494
|
}
|
|
1488
1495
|
.c-chunk-uploader-btn:hover .guage-img {
|
|
1489
|
-
content: url('
|
|
1496
|
+
content: url('data:image/png;base64,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');
|
|
1490
1497
|
}
|
|
1491
1498
|
.c-chunk-uploader-btn:hover .c-uploader-btn .uploader-icon,
|
|
1492
1499
|
.c-chunk-uploader-btn:hover .c-uploader-btn .uploader-text p,
|
|
@@ -1550,6 +1557,12 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
1550
1557
|
max-width: 300px;
|
|
1551
1558
|
border-bottom: 1px solid #d9d9d9;
|
|
1552
1559
|
}
|
|
1560
|
+
.c-choice-wrap .choose-other {
|
|
1561
|
+
flex: 1;
|
|
1562
|
+
}
|
|
1563
|
+
.c-choice-wrap .other-span {
|
|
1564
|
+
word-break: break-all;
|
|
1565
|
+
}
|
|
1553
1566
|
.c-choice-wrap.choice-wrap-1 label {
|
|
1554
1567
|
width: 100%;
|
|
1555
1568
|
}
|
|
@@ -1613,8 +1626,8 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
1613
1626
|
box-sizing: border-box;
|
|
1614
1627
|
color: rgba(0, 0, 0, 0.65);
|
|
1615
1628
|
}
|
|
1616
|
-
.c-scale
|
|
1617
|
-
|
|
1629
|
+
.c-scale.c-scale-nobtn {
|
|
1630
|
+
padding-bottom: 4px;
|
|
1618
1631
|
}
|
|
1619
1632
|
.c-scale .scale-container {
|
|
1620
1633
|
width: 100%;
|
|
@@ -1629,6 +1642,9 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
1629
1642
|
.c-scale .scale-container.scale-container-nopadding {
|
|
1630
1643
|
height: 100%;
|
|
1631
1644
|
}
|
|
1645
|
+
.c-scale .scale-container.scale-container-hasfooter {
|
|
1646
|
+
height: calc(100% - 50px);
|
|
1647
|
+
}
|
|
1632
1648
|
.c-scale .scale-container::-webkit-scrollbar {
|
|
1633
1649
|
width: 10px;
|
|
1634
1650
|
height: 6px;
|
|
@@ -1666,7 +1682,6 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
1666
1682
|
width: 100%;
|
|
1667
1683
|
}
|
|
1668
1684
|
.main {
|
|
1669
|
-
padding: 0 16px;
|
|
1670
1685
|
box-sizing: border-box;
|
|
1671
1686
|
}
|
|
1672
1687
|
.main .scale-label-required {
|
|
@@ -1674,6 +1689,7 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
1674
1689
|
}
|
|
1675
1690
|
.main .required-text {
|
|
1676
1691
|
color: #e02828;
|
|
1692
|
+
font-weight: 700;
|
|
1677
1693
|
}
|
|
1678
1694
|
.main .evalute-label {
|
|
1679
1695
|
display: inline-block;
|
|
@@ -1700,12 +1716,13 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
1700
1716
|
position: absolute;
|
|
1701
1717
|
bottom: 0;
|
|
1702
1718
|
left: 0;
|
|
1719
|
+
display: flex;
|
|
1720
|
+
align-items: center;
|
|
1703
1721
|
width: 100%;
|
|
1704
|
-
border-top: 1px solid #e8e8e8;
|
|
1705
|
-
padding-top: 12px;
|
|
1706
1722
|
height: 50px;
|
|
1707
|
-
box-sizing: border-box;
|
|
1708
1723
|
background: #fff;
|
|
1724
|
+
box-sizing: border-box;
|
|
1725
|
+
border-top: 1px solid #e8e8e8;
|
|
1709
1726
|
}
|
|
1710
1727
|
.footer .n-button + .n-button {
|
|
1711
1728
|
margin-left: 8px;
|
|
@@ -2082,13 +2099,13 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
2082
2099
|
}
|
|
2083
2100
|
.c-scale-collection.prompt-message.is-strong {
|
|
2084
2101
|
color: #ff1818;
|
|
2085
|
-
padding:
|
|
2102
|
+
padding: 8px 8px 8px 35px;
|
|
2086
2103
|
}
|
|
2087
2104
|
.c-scale-collection.prompt-message .prompt-icon {
|
|
2088
2105
|
font-size: 18px;
|
|
2089
2106
|
position: absolute;
|
|
2090
|
-
left:
|
|
2091
|
-
top:
|
|
2107
|
+
left: 8px;
|
|
2108
|
+
top: 8px;
|
|
2092
2109
|
}
|
|
2093
2110
|
.c-scale-collection.prompt-message .prompt-message-content {
|
|
2094
2111
|
line-height: 16px;
|
|
@@ -2271,6 +2288,10 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
2271
2288
|
padding-top: 20px;
|
|
2272
2289
|
line-height: 40px;
|
|
2273
2290
|
}
|
|
2291
|
+
.video-js {
|
|
2292
|
+
width: 100%;
|
|
2293
|
+
height: 100%;
|
|
2294
|
+
}
|
|
2274
2295
|
.video-js .vjs-time-control {
|
|
2275
2296
|
display: block;
|
|
2276
2297
|
}
|
|
@@ -2331,7 +2352,6 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
2331
2352
|
.vod-wrap .icon-play {
|
|
2332
2353
|
color: #fff;
|
|
2333
2354
|
opacity: 0.8;
|
|
2334
|
-
transform: scale3d(2, 2, 2);
|
|
2335
2355
|
transition: all 0.25s ease-out;
|
|
2336
2356
|
}
|
|
2337
2357
|
.player-wrap {
|
|
@@ -2383,7 +2403,6 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
2383
2403
|
.c-video-modal .c-playervod-wrap .vod-wrap .icon-play {
|
|
2384
2404
|
color: #fff;
|
|
2385
2405
|
opacity: 0.8;
|
|
2386
|
-
transform: scale3d(2, 2, 2);
|
|
2387
2406
|
transition: all 0.25s ease-out;
|
|
2388
2407
|
}
|
|
2389
2408
|
.c-video-modal .c-playervod-wrap .player-wrap {
|
|
@@ -2391,18 +2410,21 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
2391
2410
|
height: 100%;
|
|
2392
2411
|
width: 100%;
|
|
2393
2412
|
}
|
|
2394
|
-
.c-
|
|
2413
|
+
.c-player-video-modal .preview-wrap {
|
|
2395
2414
|
height: 100%;
|
|
2396
2415
|
width: 100%;
|
|
2397
2416
|
display: flex;
|
|
2398
2417
|
justify-content: center;
|
|
2399
2418
|
align-items: center;
|
|
2400
2419
|
}
|
|
2401
|
-
.c-
|
|
2420
|
+
.c-player-video-modal .preview-wrap .preview {
|
|
2402
2421
|
padding: 20px 0;
|
|
2403
2422
|
width: 60vw;
|
|
2404
2423
|
height: 100%;
|
|
2405
2424
|
}
|
|
2425
|
+
.c-player-video-modal .preview-wrap .video-container {
|
|
2426
|
+
height: 100%;
|
|
2427
|
+
}
|
|
2406
2428
|
.vxe-table--footer-wrapper.body--wrapper::-webkit-scrollbar,
|
|
2407
2429
|
.vxe-table--body-wrapper::-webkit-scrollbar {
|
|
2408
2430
|
width: 10px;
|
|
@@ -2624,7 +2646,7 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
2624
2646
|
.form-render__inputGroup {
|
|
2625
2647
|
grid-column: span var(--column) / span var(--column);
|
|
2626
2648
|
display: flex;
|
|
2627
|
-
align-items: flex-
|
|
2649
|
+
align-items: flex-start;
|
|
2628
2650
|
}
|
|
2629
2651
|
.form-render__inputGroup > div {
|
|
2630
2652
|
flex: 1;
|
package/es/packages/index.js
CHANGED
|
@@ -43,6 +43,7 @@ export { useFormValidator } from './form-render/src/hooks/useFormValidator.js';
|
|
|
43
43
|
export { BusinessCollector, useBusinessBinding } from './form-render/src/hooks/useBusinessBinding.js';
|
|
44
44
|
export { ContextCollector, useChangeContext } from './form-render/src/hooks/useChangeContext.js';
|
|
45
45
|
export { FormItemDepsCollector, useFormItemDeps } from './form-render/src/hooks/useFormItemDeps.js';
|
|
46
|
+
export { useInitialData } from './form-render/src/hooks/useInitialData.js';
|
|
46
47
|
|
|
47
48
|
const components = {
|
|
48
49
|
CGrid: Grid,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SFCWithInstall } from '
|
|
1
|
+
import { SFCWithInstall } from '../../../es/src/types';
|
|
2
2
|
declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
3
3
|
compact: {
|
|
4
4
|
type: BooleanConstructor;
|
|
@@ -97,9 +97,9 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
97
97
|
color: string;
|
|
98
98
|
textColor: string;
|
|
99
99
|
};
|
|
100
|
-
getDescriptionItemStyle: ({ bold, contentStyle }?: import("
|
|
101
|
-
getEllipsisStyle: (index: number, { bold, contentStyle }?: import("
|
|
102
|
-
needHidden: (item: import("
|
|
100
|
+
getDescriptionItemStyle: ({ bold, contentStyle }?: import("../../../es/src/types").AnyObject) => import("vue").CSSProperties;
|
|
101
|
+
getEllipsisStyle: (index: number, { bold, contentStyle }?: import("../../../es/src/types").AnyObject) => import("vue").CSSProperties;
|
|
102
|
+
needHidden: (item: import("../../../es/src/types").AnyObject) => boolean;
|
|
103
103
|
infoRef: import("vue").Ref<HTMLElement | undefined>;
|
|
104
104
|
columnNum: import("vue").Ref<number>;
|
|
105
105
|
maxColumnWidth: import("vue").Ref<number>;
|
|
@@ -1410,7 +1410,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1410
1410
|
required: true;
|
|
1411
1411
|
};
|
|
1412
1412
|
rootSlots: {
|
|
1413
|
-
type: import("vue").PropType<Record<string, import("
|
|
1413
|
+
type: import("vue").PropType<Record<string, import("../../../es/src/types").Func<any[], any>>>;
|
|
1414
1414
|
required: true;
|
|
1415
1415
|
};
|
|
1416
1416
|
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1419,7 +1419,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1419
1419
|
required: true;
|
|
1420
1420
|
};
|
|
1421
1421
|
rootSlots: {
|
|
1422
|
-
type: import("vue").PropType<Record<string, import("
|
|
1422
|
+
type: import("vue").PropType<Record<string, import("../../../es/src/types").Func<any[], any>>>;
|
|
1423
1423
|
required: true;
|
|
1424
1424
|
};
|
|
1425
1425
|
}>>, {}>;
|