cnhis-design-vue 3.1.9-beta.3 → 3.1.9-beta.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/README.md +22 -22
- package/es/packages/big-table/index.d.ts +2 -0
- package/es/packages/big-table/src/BigTable.vue.d.ts +6 -17
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +12 -64
- package/es/packages/big-table/style/index.less +557 -557
- package/es/packages/bpmn-workflow/style/index.less +29 -29
- package/es/packages/button-print/index.d.ts +21 -4
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +21 -4
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +8 -2
- package/es/packages/button-print/src/utils/print.es.min.mjs +179 -179
- package/es/packages/button-print/style/index.less +30 -30
- package/es/packages/chunk-upload/index.d.ts +8 -2
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +11 -6
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +9 -3
- package/es/packages/chunk-upload/style/index.less +394 -394
- package/es/packages/drag-layout/index.d.ts +20 -4
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +12 -2
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +22 -7
- package/es/packages/drag-layout/style/index.less +208 -208
- package/es/packages/field-set/index.d.ts +22 -6
- package/es/packages/field-set/index.mjs +2 -2
- package/es/packages/field-set/src/FieldSet.vue.d.ts +5171 -2473
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +11 -319
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +11 -3
- package/es/packages/field-set/src/OldFieldSet.mjs +4 -0
- package/es/packages/field-set/src/OldFieldSet.vue.d.ts +2610 -0
- package/es/packages/field-set/src/OldFieldSet.vue_vue_type_script_setup_true_lang.mjs +330 -0
- package/es/packages/field-set/style/index.less +157 -157
- package/es/packages/form-render/index.d.ts +264 -0
- package/es/packages/form-render/src/FormRender.vue.d.ts +264 -0
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +21 -17
- package/es/packages/form-render/src/components/cascader.mjs +1 -1
- package/es/packages/form-render/src/components/select.mjs +40 -27
- package/es/packages/form-table/index.d.ts +28 -4
- package/es/packages/form-table/src/FormTable.vue.d.ts +28 -4
- package/es/packages/form-table/src/components/index.d.ts +28 -4
- package/es/packages/form-table/src/components/table-age.vue.d.ts +2 -0
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +2 -0
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +2 -0
- package/es/packages/form-table/src/components/table-input.vue.d.ts +2 -0
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +8 -2
- package/es/packages/form-table/src/components/table-search.vue.d.ts +8 -2
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +2 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +2 -0
- package/es/packages/form-table/src/hooks/useDateType.mjs +1 -1
- package/es/packages/form-table/src/hooks/useSearch.mjs +1 -1
- package/es/packages/form-table/style/index.less +301 -301
- package/es/packages/grid/style/index.less +12 -12
- package/es/packages/index.css +27 -23
- package/es/packages/index.less +2451 -2448
- package/es/packages/info-header/index.d.ts +20 -4
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +29 -13
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +6 -4
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +20 -4
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +10 -5
- package/es/packages/info-header/style/index.css +0 -3
- package/es/packages/info-header/style/index.less +36 -40
- package/es/packages/map/index.d.ts +8 -2
- package/es/packages/map/src/Map.vue.d.ts +8 -2
- package/es/packages/map/style/index.less +59 -59
- package/es/packages/scale-view/index.d.ts +17 -4
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +17 -4
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +9 -2
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +8 -2
- package/es/packages/scale-view/src/components/formitem/r-address.mjs +1 -1
- package/es/packages/scale-view/src/components/formitem/r-checkbox.mjs +10 -4
- package/es/packages/scale-view/src/components/formitem/r-collection.mjs +0 -1
- package/es/packages/scale-view/src/components/formitem/r-datetime.mjs +19 -10
- package/es/packages/scale-view/src/components/formitem/r-input.mjs +1 -1
- package/es/packages/scale-view/src/components/formitem/r-map.mjs +2 -1
- package/es/packages/scale-view/src/components/formitem/r-radio.mjs +10 -4
- package/es/packages/scale-view/src/components/formitem/r-select.mjs +6 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -0
- package/es/packages/scale-view/src/hooks/scaleview-computed.mjs +7 -7
- package/es/packages/scale-view/src/hooks/scaleview-init.mjs +4 -3
- package/es/packages/scale-view/src/hooks/scaleview-validate.mjs +85 -64
- package/es/packages/scale-view/src/hooks/use-component.d.ts +18 -4
- package/es/packages/scale-view/style/index.css +27 -20
- package/es/packages/scale-view/style/index.less +308 -301
- package/es/packages/select-label/index.d.ts +20 -4
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +10 -2
- 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 +15 -11
- 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 +10 -2
- package/es/packages/select-label/style/index.less +151 -151
- package/es/packages/select-person/index.d.ts +8 -2
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +18 -14
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +16 -2
- package/es/packages/select-person/style/index.less +229 -229
- package/es/packages/time-line/index.d.ts +8 -2
- package/es/packages/time-line/src/TimeLine.vue.d.ts +8 -2
- package/es/packages/time-line/style/index.less +34 -34
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +8 -2
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -0
- package/es/src/utils/utilExpand.mjs +46 -46
- package/global.d.ts +8 -8
- package/package.json +5 -3
- package/yarn-error.log +103 -8659
- package/es/packages/field-set/src/Index.mjs +0 -4
- package/es/packages/field-set/src/Index.vue_vue_type_script_setup_true_lang.mjs +0 -25
- package/es/packages/field-set/src/index.vue_vue_type_script_setup_true_lang2.mjs +0 -25
- package/es/packages/field-set/src/index2.mjs +0 -4
|
@@ -466,7 +466,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
466
466
|
readonly default: true;
|
|
467
467
|
};
|
|
468
468
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
469
|
-
readonly nativeFocusBehavior:
|
|
469
|
+
readonly nativeFocusBehavior: {
|
|
470
|
+
readonly type: BooleanConstructor;
|
|
471
|
+
readonly default: boolean;
|
|
472
|
+
};
|
|
470
473
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
471
474
|
heightTiny: string;
|
|
472
475
|
heightSmall: string;
|
|
@@ -1180,7 +1183,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1180
1183
|
readonly default: true;
|
|
1181
1184
|
};
|
|
1182
1185
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1183
|
-
readonly nativeFocusBehavior:
|
|
1186
|
+
readonly nativeFocusBehavior: {
|
|
1187
|
+
readonly type: BooleanConstructor;
|
|
1188
|
+
readonly default: boolean;
|
|
1189
|
+
};
|
|
1184
1190
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1185
1191
|
heightTiny: string;
|
|
1186
1192
|
heightSmall: string;
|
|
@@ -16960,6 +16966,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16960
16966
|
componentData: Record<string, any>;
|
|
16961
16967
|
}>;
|
|
16962
16968
|
NPopover: import("vue").DefineComponent<{
|
|
16969
|
+
internalOnAfterLeave: import("vue").PropType<() => void>;
|
|
16963
16970
|
internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
|
|
16964
16971
|
show: {
|
|
16965
16972
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -17022,6 +17029,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17022
17029
|
scrollable: BooleanConstructor;
|
|
17023
17030
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17024
17031
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17032
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17025
17033
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
17026
17034
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17027
17035
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -17103,6 +17111,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17103
17111
|
handleBlur: () => void;
|
|
17104
17112
|
syncPosition: () => void;
|
|
17105
17113
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17114
|
+
internalOnAfterLeave: import("vue").PropType<() => void>;
|
|
17106
17115
|
internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
|
|
17107
17116
|
show: {
|
|
17108
17117
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -17165,6 +17174,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17165
17174
|
scrollable: BooleanConstructor;
|
|
17166
17175
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17167
17176
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17177
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17168
17178
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
17169
17179
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17170
17180
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -17300,7 +17310,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17300
17310
|
readonly default: true;
|
|
17301
17311
|
};
|
|
17302
17312
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
17303
|
-
readonly nativeFocusBehavior:
|
|
17313
|
+
readonly nativeFocusBehavior: {
|
|
17314
|
+
readonly type: BooleanConstructor;
|
|
17315
|
+
readonly default: boolean;
|
|
17316
|
+
};
|
|
17304
17317
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
17305
17318
|
heightTiny: string;
|
|
17306
17319
|
heightSmall: string;
|
|
@@ -18014,7 +18027,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18014
18027
|
readonly default: true;
|
|
18015
18028
|
};
|
|
18016
18029
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
18017
|
-
readonly nativeFocusBehavior:
|
|
18030
|
+
readonly nativeFocusBehavior: {
|
|
18031
|
+
readonly type: BooleanConstructor;
|
|
18032
|
+
readonly default: boolean;
|
|
18033
|
+
};
|
|
18018
18034
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
18019
18035
|
heightTiny: string;
|
|
18020
18036
|
heightSmall: string;
|
|
@@ -101,6 +101,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
101
|
componentData: Record<string, any>;
|
|
102
102
|
}>;
|
|
103
103
|
NPopover: import("vue").DefineComponent<{
|
|
104
|
+
internalOnAfterLeave: import("vue").PropType<() => void>;
|
|
104
105
|
internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
|
|
105
106
|
show: {
|
|
106
107
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -163,6 +164,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
163
164
|
scrollable: BooleanConstructor;
|
|
164
165
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
165
166
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
167
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
166
168
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
167
169
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
168
170
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -244,6 +246,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
244
246
|
handleBlur: () => void;
|
|
245
247
|
syncPosition: () => void;
|
|
246
248
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
249
|
+
internalOnAfterLeave: import("vue").PropType<() => void>;
|
|
247
250
|
internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
|
|
248
251
|
show: {
|
|
249
252
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -306,6 +309,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
306
309
|
scrollable: BooleanConstructor;
|
|
307
310
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
308
311
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
312
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
309
313
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
310
314
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
311
315
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -441,7 +445,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
441
445
|
readonly default: true;
|
|
442
446
|
};
|
|
443
447
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
444
|
-
readonly nativeFocusBehavior:
|
|
448
|
+
readonly nativeFocusBehavior: {
|
|
449
|
+
readonly type: BooleanConstructor;
|
|
450
|
+
readonly default: boolean;
|
|
451
|
+
};
|
|
445
452
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
446
453
|
heightTiny: string;
|
|
447
454
|
heightSmall: string;
|
|
@@ -1155,7 +1162,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1155
1162
|
readonly default: true;
|
|
1156
1163
|
};
|
|
1157
1164
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1158
|
-
readonly nativeFocusBehavior:
|
|
1165
|
+
readonly nativeFocusBehavior: {
|
|
1166
|
+
readonly type: BooleanConstructor;
|
|
1167
|
+
readonly default: boolean;
|
|
1168
|
+
};
|
|
1159
1169
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1160
1170
|
heightTiny: string;
|
|
1161
1171
|
heightSmall: string;
|
|
@@ -106,6 +106,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
106
106
|
readonly type: NumberConstructor;
|
|
107
107
|
readonly default: 1;
|
|
108
108
|
};
|
|
109
|
+
/** line 类型 */
|
|
109
110
|
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
110
111
|
readonly xGap: {
|
|
111
112
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -466,7 +467,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
466
467
|
readonly default: true;
|
|
467
468
|
};
|
|
468
469
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
469
|
-
readonly nativeFocusBehavior:
|
|
470
|
+
readonly nativeFocusBehavior: {
|
|
471
|
+
readonly type: BooleanConstructor;
|
|
472
|
+
readonly default: boolean;
|
|
473
|
+
};
|
|
470
474
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
471
475
|
heightTiny: string;
|
|
472
476
|
heightSmall: string;
|
|
@@ -1180,7 +1184,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1180
1184
|
readonly default: true;
|
|
1181
1185
|
};
|
|
1182
1186
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1183
|
-
readonly nativeFocusBehavior:
|
|
1187
|
+
readonly nativeFocusBehavior: {
|
|
1188
|
+
readonly type: BooleanConstructor;
|
|
1189
|
+
readonly default: boolean;
|
|
1190
|
+
};
|
|
1184
1191
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1185
1192
|
heightTiny: string;
|
|
1186
1193
|
heightSmall: string;
|
|
@@ -16960,6 +16967,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16960
16967
|
componentData: Record<string, any>;
|
|
16961
16968
|
}>;
|
|
16962
16969
|
NPopover: import("vue").DefineComponent<{
|
|
16970
|
+
internalOnAfterLeave: import("vue").PropType<() => void>;
|
|
16963
16971
|
internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
|
|
16964
16972
|
show: {
|
|
16965
16973
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -16987,9 +16995,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16987
16995
|
type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
16988
16996
|
default: string;
|
|
16989
16997
|
};
|
|
16990
|
-
x: NumberConstructor;
|
|
16991
|
-
* 更新配置
|
|
16992
|
-
*/
|
|
16998
|
+
x: NumberConstructor;
|
|
16993
16999
|
y: NumberConstructor;
|
|
16994
17000
|
arrowPointToCenter: BooleanConstructor;
|
|
16995
17001
|
disabled: BooleanConstructor;
|
|
@@ -17024,6 +17030,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17024
17030
|
scrollable: BooleanConstructor;
|
|
17025
17031
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17026
17032
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17033
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17027
17034
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
17028
17035
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17029
17036
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -17105,6 +17112,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17105
17112
|
handleBlur: () => void;
|
|
17106
17113
|
syncPosition: () => void;
|
|
17107
17114
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17115
|
+
internalOnAfterLeave: import("vue").PropType<() => void>;
|
|
17108
17116
|
internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
|
|
17109
17117
|
show: {
|
|
17110
17118
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -17167,6 +17175,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17167
17175
|
scrollable: BooleanConstructor;
|
|
17168
17176
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17169
17177
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17178
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17170
17179
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
17171
17180
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17172
17181
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -17302,7 +17311,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17302
17311
|
readonly default: true;
|
|
17303
17312
|
};
|
|
17304
17313
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
17305
|
-
readonly nativeFocusBehavior:
|
|
17314
|
+
readonly nativeFocusBehavior: {
|
|
17315
|
+
readonly type: BooleanConstructor;
|
|
17316
|
+
readonly default: boolean;
|
|
17317
|
+
};
|
|
17306
17318
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
17307
17319
|
heightTiny: string;
|
|
17308
17320
|
heightSmall: string;
|
|
@@ -18016,7 +18028,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18016
18028
|
readonly default: true;
|
|
18017
18029
|
};
|
|
18018
18030
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
18019
|
-
readonly nativeFocusBehavior:
|
|
18031
|
+
readonly nativeFocusBehavior: {
|
|
18032
|
+
readonly type: BooleanConstructor;
|
|
18033
|
+
readonly default: boolean;
|
|
18034
|
+
};
|
|
18020
18035
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
18021
18036
|
heightTiny: string;
|
|
18022
18037
|
heightSmall: string;
|
|
@@ -1,208 +1,208 @@
|
|
|
1
|
-
.drag-layout-container {
|
|
2
|
-
width: 100%;
|
|
3
|
-
height: 100%;
|
|
4
|
-
flex: 1;
|
|
5
|
-
overflow: hidden;
|
|
6
|
-
overflow-y: auto;
|
|
7
|
-
position: relative;
|
|
8
|
-
display: flex;
|
|
9
|
-
justify-content: flex-start;
|
|
10
|
-
border: 1px solid #d2d9e8;
|
|
11
|
-
text-align: left;
|
|
12
|
-
|
|
13
|
-
.min-height {
|
|
14
|
-
height: calc(100% - 60px);
|
|
15
|
-
overflow: hidden;
|
|
16
|
-
overflow-y: auto;
|
|
17
|
-
|
|
18
|
-
li {
|
|
19
|
-
list-style: none;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.border-box {
|
|
24
|
-
position: absolute;
|
|
25
|
-
top: 0;
|
|
26
|
-
left: 30%;
|
|
27
|
-
border-left: 1px solid #d2d9e8;
|
|
28
|
-
height: 100%;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.text-area {
|
|
32
|
-
width: 30%;
|
|
33
|
-
height: 100%;
|
|
34
|
-
overflow-y: auto;
|
|
35
|
-
padding: 0 !important;
|
|
36
|
-
|
|
37
|
-
.info-header {
|
|
38
|
-
display: flex;
|
|
39
|
-
height: 50px;
|
|
40
|
-
line-height: 50px;
|
|
41
|
-
padding: 0 10px;
|
|
42
|
-
margin-bottom: 10px;
|
|
43
|
-
color: #2e2e2e;
|
|
44
|
-
font-size: 18px;
|
|
45
|
-
font-weight: bold;
|
|
46
|
-
background: #e6eaef;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.text-draggable {
|
|
50
|
-
display: flex;
|
|
51
|
-
flex-wrap: wrap;
|
|
52
|
-
justify-content: space-between;
|
|
53
|
-
align-items: flex-start;
|
|
54
|
-
padding: 0 12px 12px;
|
|
55
|
-
box-sizing: border-box;
|
|
56
|
-
align-content: flex-start;
|
|
57
|
-
|
|
58
|
-
li {
|
|
59
|
-
width: 49%;
|
|
60
|
-
text-align: center;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.form-area {
|
|
66
|
-
position: relative;
|
|
67
|
-
width: 70%;
|
|
68
|
-
height: 100%;
|
|
69
|
-
overflow-y: auto;
|
|
70
|
-
padding: 4px;
|
|
71
|
-
box-sizing: border-box;
|
|
72
|
-
|
|
73
|
-
&::-webkit-scrollbar {
|
|
74
|
-
width: 5px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.info-header {
|
|
78
|
-
height: 50px;
|
|
79
|
-
margin-bottom: 10px;
|
|
80
|
-
background: unset;
|
|
81
|
-
|
|
82
|
-
display: flex;
|
|
83
|
-
justify-content: flex-end;
|
|
84
|
-
align-items: center;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.combination-col {
|
|
88
|
-
border: 1px solid #cdc5d3;
|
|
89
|
-
margin-bottom: 10px;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.dragForm-select-drop {
|
|
95
|
-
z-index: 2001;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.DragFormRightItem {
|
|
99
|
-
position: relative;
|
|
100
|
-
|
|
101
|
-
.is-edit-class {
|
|
102
|
-
background-color: #f5f5f5 !important;
|
|
103
|
-
border-color: #d9d9d9 !important;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.combination-item {
|
|
107
|
-
padding: 0px 8px 8px;
|
|
108
|
-
|
|
109
|
-
> div {
|
|
110
|
-
line-height: 35px;
|
|
111
|
-
|
|
112
|
-
&:hover > .form-btn {
|
|
113
|
-
display: flex;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.form-btn {
|
|
119
|
-
display: none;
|
|
120
|
-
align-items: center;
|
|
121
|
-
position: absolute;
|
|
122
|
-
top: -1px;
|
|
123
|
-
right: 0px;
|
|
124
|
-
height: 100%;
|
|
125
|
-
white-space: nowrap;
|
|
126
|
-
|
|
127
|
-
.quick-reply {
|
|
128
|
-
display: inline-block;
|
|
129
|
-
border: 1px dashed rgb(205, 197, 211);
|
|
130
|
-
font-size: 12px;
|
|
131
|
-
height: 22px;
|
|
132
|
-
line-height: 1.499;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
&:deep(.n-input),
|
|
136
|
-
&:deep(.n-select) {
|
|
137
|
-
margin-left: 5px;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
&:deep(.n-select) {
|
|
141
|
-
top: -3px;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.right-content {
|
|
146
|
-
border: 1px dashed rgb(205, 197, 211);
|
|
147
|
-
background: #fdfdfd;
|
|
148
|
-
height: 35px;
|
|
149
|
-
line-height: 35px;
|
|
150
|
-
padding: 0 10px;
|
|
151
|
-
position: relative;
|
|
152
|
-
margin-bottom: 10px;
|
|
153
|
-
cursor: pointer;
|
|
154
|
-
|
|
155
|
-
&:hover .form-btn {
|
|
156
|
-
display: flex;
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.blue-border {
|
|
161
|
-
border: 1px solid #5585f5 !important;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.item-opacity {
|
|
165
|
-
opacity: 0.5;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.red {
|
|
169
|
-
color: red;
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.DragFormLeftItem {
|
|
174
|
-
.left-content {
|
|
175
|
-
width: 100%;
|
|
176
|
-
margin-bottom: 16px;
|
|
177
|
-
overflow: hidden;
|
|
178
|
-
cursor: pointer;
|
|
179
|
-
color: #2e2e2e;
|
|
180
|
-
|
|
181
|
-
.style-box {
|
|
182
|
-
display: flex;
|
|
183
|
-
justify-content: center;
|
|
184
|
-
align-items: center;
|
|
185
|
-
width: 100%;
|
|
186
|
-
height: 60px;
|
|
187
|
-
padding: 0 8px;
|
|
188
|
-
box-sizing: border-box;
|
|
189
|
-
margin-bottom: 8px;
|
|
190
|
-
background: #f3f5f8;
|
|
191
|
-
|
|
192
|
-
&-input {
|
|
193
|
-
width: 85%;
|
|
194
|
-
overflow: hidden;
|
|
195
|
-
text-overflow: ellipsis;
|
|
196
|
-
white-space: nowrap;
|
|
197
|
-
cursor: pointer !important;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
input[type="radio"][disabled],
|
|
201
|
-
input[type="checkbox"][disabled],
|
|
202
|
-
input[type="radio"].disabled,
|
|
203
|
-
input[type="checkbox"].disabled {
|
|
204
|
-
cursor: pointer !important;
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
}
|
|
1
|
+
.drag-layout-container {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 100%;
|
|
4
|
+
flex: 1;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
overflow-y: auto;
|
|
7
|
+
position: relative;
|
|
8
|
+
display: flex;
|
|
9
|
+
justify-content: flex-start;
|
|
10
|
+
border: 1px solid #d2d9e8;
|
|
11
|
+
text-align: left;
|
|
12
|
+
|
|
13
|
+
.min-height {
|
|
14
|
+
height: calc(100% - 60px);
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
overflow-y: auto;
|
|
17
|
+
|
|
18
|
+
li {
|
|
19
|
+
list-style: none;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.border-box {
|
|
24
|
+
position: absolute;
|
|
25
|
+
top: 0;
|
|
26
|
+
left: 30%;
|
|
27
|
+
border-left: 1px solid #d2d9e8;
|
|
28
|
+
height: 100%;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.text-area {
|
|
32
|
+
width: 30%;
|
|
33
|
+
height: 100%;
|
|
34
|
+
overflow-y: auto;
|
|
35
|
+
padding: 0 !important;
|
|
36
|
+
|
|
37
|
+
.info-header {
|
|
38
|
+
display: flex;
|
|
39
|
+
height: 50px;
|
|
40
|
+
line-height: 50px;
|
|
41
|
+
padding: 0 10px;
|
|
42
|
+
margin-bottom: 10px;
|
|
43
|
+
color: #2e2e2e;
|
|
44
|
+
font-size: 18px;
|
|
45
|
+
font-weight: bold;
|
|
46
|
+
background: #e6eaef;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.text-draggable {
|
|
50
|
+
display: flex;
|
|
51
|
+
flex-wrap: wrap;
|
|
52
|
+
justify-content: space-between;
|
|
53
|
+
align-items: flex-start;
|
|
54
|
+
padding: 0 12px 12px;
|
|
55
|
+
box-sizing: border-box;
|
|
56
|
+
align-content: flex-start;
|
|
57
|
+
|
|
58
|
+
li {
|
|
59
|
+
width: 49%;
|
|
60
|
+
text-align: center;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.form-area {
|
|
66
|
+
position: relative;
|
|
67
|
+
width: 70%;
|
|
68
|
+
height: 100%;
|
|
69
|
+
overflow-y: auto;
|
|
70
|
+
padding: 4px;
|
|
71
|
+
box-sizing: border-box;
|
|
72
|
+
|
|
73
|
+
&::-webkit-scrollbar {
|
|
74
|
+
width: 5px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.info-header {
|
|
78
|
+
height: 50px;
|
|
79
|
+
margin-bottom: 10px;
|
|
80
|
+
background: unset;
|
|
81
|
+
|
|
82
|
+
display: flex;
|
|
83
|
+
justify-content: flex-end;
|
|
84
|
+
align-items: center;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.combination-col {
|
|
88
|
+
border: 1px solid #cdc5d3;
|
|
89
|
+
margin-bottom: 10px;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.dragForm-select-drop {
|
|
95
|
+
z-index: 2001;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.DragFormRightItem {
|
|
99
|
+
position: relative;
|
|
100
|
+
|
|
101
|
+
.is-edit-class {
|
|
102
|
+
background-color: #f5f5f5 !important;
|
|
103
|
+
border-color: #d9d9d9 !important;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.combination-item {
|
|
107
|
+
padding: 0px 8px 8px;
|
|
108
|
+
|
|
109
|
+
> div {
|
|
110
|
+
line-height: 35px;
|
|
111
|
+
|
|
112
|
+
&:hover > .form-btn {
|
|
113
|
+
display: flex;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.form-btn {
|
|
119
|
+
display: none;
|
|
120
|
+
align-items: center;
|
|
121
|
+
position: absolute;
|
|
122
|
+
top: -1px;
|
|
123
|
+
right: 0px;
|
|
124
|
+
height: 100%;
|
|
125
|
+
white-space: nowrap;
|
|
126
|
+
|
|
127
|
+
.quick-reply {
|
|
128
|
+
display: inline-block;
|
|
129
|
+
border: 1px dashed rgb(205, 197, 211);
|
|
130
|
+
font-size: 12px;
|
|
131
|
+
height: 22px;
|
|
132
|
+
line-height: 1.499;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
&:deep(.n-input),
|
|
136
|
+
&:deep(.n-select) {
|
|
137
|
+
margin-left: 5px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
&:deep(.n-select) {
|
|
141
|
+
top: -3px;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.right-content {
|
|
146
|
+
border: 1px dashed rgb(205, 197, 211);
|
|
147
|
+
background: #fdfdfd;
|
|
148
|
+
height: 35px;
|
|
149
|
+
line-height: 35px;
|
|
150
|
+
padding: 0 10px;
|
|
151
|
+
position: relative;
|
|
152
|
+
margin-bottom: 10px;
|
|
153
|
+
cursor: pointer;
|
|
154
|
+
|
|
155
|
+
&:hover .form-btn {
|
|
156
|
+
display: flex;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.blue-border {
|
|
161
|
+
border: 1px solid #5585f5 !important;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.item-opacity {
|
|
165
|
+
opacity: 0.5;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.red {
|
|
169
|
+
color: red;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.DragFormLeftItem {
|
|
174
|
+
.left-content {
|
|
175
|
+
width: 100%;
|
|
176
|
+
margin-bottom: 16px;
|
|
177
|
+
overflow: hidden;
|
|
178
|
+
cursor: pointer;
|
|
179
|
+
color: #2e2e2e;
|
|
180
|
+
|
|
181
|
+
.style-box {
|
|
182
|
+
display: flex;
|
|
183
|
+
justify-content: center;
|
|
184
|
+
align-items: center;
|
|
185
|
+
width: 100%;
|
|
186
|
+
height: 60px;
|
|
187
|
+
padding: 0 8px;
|
|
188
|
+
box-sizing: border-box;
|
|
189
|
+
margin-bottom: 8px;
|
|
190
|
+
background: #f3f5f8;
|
|
191
|
+
|
|
192
|
+
&-input {
|
|
193
|
+
width: 85%;
|
|
194
|
+
overflow: hidden;
|
|
195
|
+
text-overflow: ellipsis;
|
|
196
|
+
white-space: nowrap;
|
|
197
|
+
cursor: pointer !important;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
input[type="radio"][disabled],
|
|
201
|
+
input[type="checkbox"][disabled],
|
|
202
|
+
input[type="radio"].disabled,
|
|
203
|
+
input[type="checkbox"].disabled {
|
|
204
|
+
cursor: pointer !important;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
}
|