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
|
@@ -4684,6 +4684,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4684
4684
|
scrollable: BooleanConstructor;
|
|
4685
4685
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4686
4686
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4687
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4687
4688
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4688
4689
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4689
4690
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -4985,6 +4986,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4985
4986
|
scrollable: BooleanConstructor;
|
|
4986
4987
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4987
4988
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4989
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4988
4990
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4989
4991
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4990
4992
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -5150,7 +5152,10 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5150
5152
|
readonly default: true;
|
|
5151
5153
|
};
|
|
5152
5154
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
5153
|
-
readonly nativeFocusBehavior:
|
|
5155
|
+
readonly nativeFocusBehavior: {
|
|
5156
|
+
readonly type: BooleanConstructor;
|
|
5157
|
+
readonly default: boolean;
|
|
5158
|
+
};
|
|
5154
5159
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
5155
5160
|
heightTiny: string;
|
|
5156
5161
|
heightSmall: string;
|
|
@@ -5864,7 +5869,10 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5864
5869
|
readonly default: true;
|
|
5865
5870
|
};
|
|
5866
5871
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
5867
|
-
readonly nativeFocusBehavior:
|
|
5872
|
+
readonly nativeFocusBehavior: {
|
|
5873
|
+
readonly type: BooleanConstructor;
|
|
5874
|
+
readonly default: boolean;
|
|
5875
|
+
};
|
|
5868
5876
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
5869
5877
|
heightTiny: string;
|
|
5870
5878
|
heightSmall: string;
|
|
@@ -9327,6 +9335,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9327
9335
|
scrollable: BooleanConstructor;
|
|
9328
9336
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
9329
9337
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
9338
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
9330
9339
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
9331
9340
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
9332
9341
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -9628,6 +9637,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9628
9637
|
scrollable: BooleanConstructor;
|
|
9629
9638
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
9630
9639
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
9640
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
9631
9641
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
9632
9642
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
9633
9643
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -9793,7 +9803,10 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9793
9803
|
readonly default: true;
|
|
9794
9804
|
};
|
|
9795
9805
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
9796
|
-
readonly nativeFocusBehavior:
|
|
9806
|
+
readonly nativeFocusBehavior: {
|
|
9807
|
+
readonly type: BooleanConstructor;
|
|
9808
|
+
readonly default: boolean;
|
|
9809
|
+
};
|
|
9797
9810
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
9798
9811
|
heightTiny: string;
|
|
9799
9812
|
heightSmall: string;
|
|
@@ -10507,7 +10520,10 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10507
10520
|
readonly default: true;
|
|
10508
10521
|
};
|
|
10509
10522
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
10510
|
-
readonly nativeFocusBehavior:
|
|
10523
|
+
readonly nativeFocusBehavior: {
|
|
10524
|
+
readonly type: BooleanConstructor;
|
|
10525
|
+
readonly default: boolean;
|
|
10526
|
+
};
|
|
10511
10527
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
10512
10528
|
heightTiny: string;
|
|
10513
10529
|
heightSmall: string;
|
|
@@ -1784,6 +1784,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1784
1784
|
scrollable: BooleanConstructor;
|
|
1785
1785
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1786
1786
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1787
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1787
1788
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1788
1789
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1789
1790
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -2085,6 +2086,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2085
2086
|
scrollable: BooleanConstructor;
|
|
2086
2087
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2087
2088
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2089
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2088
2090
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
2089
2091
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2090
2092
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -2250,7 +2252,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2250
2252
|
readonly default: true;
|
|
2251
2253
|
};
|
|
2252
2254
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
2253
|
-
readonly nativeFocusBehavior:
|
|
2255
|
+
readonly nativeFocusBehavior: {
|
|
2256
|
+
readonly type: BooleanConstructor;
|
|
2257
|
+
readonly default: boolean;
|
|
2258
|
+
};
|
|
2254
2259
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
2255
2260
|
heightTiny: string;
|
|
2256
2261
|
heightSmall: string;
|
|
@@ -2964,7 +2969,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2964
2969
|
readonly default: true;
|
|
2965
2970
|
};
|
|
2966
2971
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
2967
|
-
readonly nativeFocusBehavior:
|
|
2972
|
+
readonly nativeFocusBehavior: {
|
|
2973
|
+
readonly type: BooleanConstructor;
|
|
2974
|
+
readonly default: boolean;
|
|
2975
|
+
};
|
|
2968
2976
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
2969
2977
|
heightTiny: string;
|
|
2970
2978
|
heightSmall: string;
|
package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs
CHANGED
|
@@ -303,7 +303,7 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
303
303
|
}
|
|
304
304
|
});
|
|
305
305
|
}
|
|
306
|
-
if (
|
|
306
|
+
if (false === status) {
|
|
307
307
|
if (Array.isArray(state.labelSelectedEdit)) {
|
|
308
308
|
const fdIndex = state.labelSelectedEdit.findIndex((n) => n.labelId == id);
|
|
309
309
|
if (fdIndex != -1) {
|
|
@@ -3017,9 +3017,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3017
3017
|
readonly defaultValue: import("vue").PropType<string | number>;
|
|
3018
3018
|
readonly trigger: {
|
|
3019
3019
|
readonly type: import("vue").PropType<"click" | "hover">;
|
|
3020
|
-
/**
|
|
3021
|
-
* 清空选项和常用值;
|
|
3022
|
-
*/
|
|
3023
3020
|
readonly default: "click";
|
|
3024
3021
|
};
|
|
3025
3022
|
readonly type: {
|
|
@@ -4581,7 +4578,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4581
4578
|
arrowOffsetVertical: string;
|
|
4582
4579
|
arrowHeight: string;
|
|
4583
4580
|
padding: string;
|
|
4584
|
-
}, any>;
|
|
4581
|
+
}, any>; /**
|
|
4582
|
+
* typeName 按照分类处理
|
|
4583
|
+
* 没有分类创建分类,有则添加
|
|
4584
|
+
*/
|
|
4585
4585
|
}>>;
|
|
4586
4586
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
4587
4587
|
borderRadius: string;
|
|
@@ -4596,11 +4596,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4596
4596
|
color: string;
|
|
4597
4597
|
dividerColor: string;
|
|
4598
4598
|
textColor: string;
|
|
4599
|
-
boxShadow: string;
|
|
4600
|
-
* labelObj 展示的分类值
|
|
4601
|
-
* labelList 原始数据结构
|
|
4602
|
-
* selectList 已选的数据
|
|
4603
|
-
*/
|
|
4599
|
+
boxShadow: string;
|
|
4604
4600
|
space: string;
|
|
4605
4601
|
spaceArrow: string;
|
|
4606
4602
|
arrowOffset: string;
|
|
@@ -4692,6 +4688,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4692
4688
|
scrollable: BooleanConstructor;
|
|
4693
4689
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4694
4690
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4691
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4695
4692
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4696
4693
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4697
4694
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -4993,6 +4990,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4993
4990
|
scrollable: BooleanConstructor;
|
|
4994
4991
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4995
4992
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4993
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4996
4994
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4997
4995
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4998
4996
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -5158,7 +5156,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5158
5156
|
readonly default: true;
|
|
5159
5157
|
};
|
|
5160
5158
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
5161
|
-
readonly nativeFocusBehavior:
|
|
5159
|
+
readonly nativeFocusBehavior: {
|
|
5160
|
+
readonly type: BooleanConstructor;
|
|
5161
|
+
readonly default: boolean;
|
|
5162
|
+
};
|
|
5162
5163
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
5163
5164
|
heightTiny: string;
|
|
5164
5165
|
heightSmall: string;
|
|
@@ -5872,7 +5873,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5872
5873
|
readonly default: true;
|
|
5873
5874
|
};
|
|
5874
5875
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
5875
|
-
readonly nativeFocusBehavior:
|
|
5876
|
+
readonly nativeFocusBehavior: {
|
|
5877
|
+
readonly type: BooleanConstructor;
|
|
5878
|
+
readonly default: boolean;
|
|
5879
|
+
};
|
|
5876
5880
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
5877
5881
|
heightTiny: string;
|
|
5878
5882
|
heightSmall: string;
|
|
@@ -138,7 +138,7 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
138
138
|
if (selectedList.some((n) => n.labelId == d.labelId)) {
|
|
139
139
|
return;
|
|
140
140
|
}
|
|
141
|
-
if (multipleChoiceConfig[d.typeId]
|
|
141
|
+
if ("2" == multipleChoiceConfig[d.typeId]) {
|
|
142
142
|
selectedList = selectedList.filter((item) => item.typeId !== d.typeId);
|
|
143
143
|
}
|
|
144
144
|
selectedList.push(d);
|
|
@@ -853,6 +853,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
853
853
|
scrollable: BooleanConstructor;
|
|
854
854
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
855
855
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
856
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
856
857
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
857
858
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
858
859
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -1154,6 +1155,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1154
1155
|
scrollable: BooleanConstructor;
|
|
1155
1156
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1156
1157
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1158
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1157
1159
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1158
1160
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1159
1161
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -1319,7 +1321,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1319
1321
|
readonly default: true;
|
|
1320
1322
|
};
|
|
1321
1323
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1322
|
-
readonly nativeFocusBehavior:
|
|
1324
|
+
readonly nativeFocusBehavior: {
|
|
1325
|
+
readonly type: BooleanConstructor;
|
|
1326
|
+
readonly default: boolean;
|
|
1327
|
+
};
|
|
1323
1328
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1324
1329
|
heightTiny: string;
|
|
1325
1330
|
heightSmall: string;
|
|
@@ -2033,7 +2038,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2033
2038
|
readonly default: true;
|
|
2034
2039
|
};
|
|
2035
2040
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
2036
|
-
readonly nativeFocusBehavior:
|
|
2041
|
+
readonly nativeFocusBehavior: {
|
|
2042
|
+
readonly type: BooleanConstructor;
|
|
2043
|
+
readonly default: boolean;
|
|
2044
|
+
};
|
|
2037
2045
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
2038
2046
|
heightTiny: string;
|
|
2039
2047
|
heightSmall: string;
|
|
@@ -1,151 +1,151 @@
|
|
|
1
|
-
.c-select-label {
|
|
2
|
-
.label-disable-wrap {
|
|
3
|
-
width: 100%;
|
|
4
|
-
font-size: 14px;
|
|
5
|
-
line-height: 20px;
|
|
6
|
-
display: flex;
|
|
7
|
-
align-items: center;
|
|
8
|
-
flex-direction: column;
|
|
9
|
-
|
|
10
|
-
.label-disable-img {
|
|
11
|
-
width: 320px;
|
|
12
|
-
height: 248px;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
.common-label {
|
|
16
|
-
padding: 4px 12px;
|
|
17
|
-
margin-top: 8px !important;
|
|
18
|
-
border-radius: 4px;
|
|
19
|
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
20
|
-
> span {
|
|
21
|
-
margin-right: 16px;
|
|
22
|
-
color: rgba(0, 0, 0, 0.9);
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
.form-add-icon-label {
|
|
26
|
-
margin-bottom: 4px;
|
|
27
|
-
color: #2d7aff;
|
|
28
|
-
cursor: pointer;
|
|
29
|
-
display: inline-flex;
|
|
30
|
-
align-items: center;
|
|
31
|
-
}
|
|
32
|
-
.anticon + .anticon {
|
|
33
|
-
margin-left: 16px;
|
|
34
|
-
}
|
|
35
|
-
.label-disable-wrap {
|
|
36
|
-
text-align: center;
|
|
37
|
-
}
|
|
38
|
-
.n-tag {
|
|
39
|
-
max-width: 108px;
|
|
40
|
-
margin: 0 8px 0 0;
|
|
41
|
-
border: 1px solid rgb(224, 224, 230);
|
|
42
|
-
.n-base-icon {
|
|
43
|
-
color: #fff;
|
|
44
|
-
}
|
|
45
|
-
.n-tag__content {
|
|
46
|
-
display: inline-block;
|
|
47
|
-
align-items: center;
|
|
48
|
-
max-width: 80px;
|
|
49
|
-
height: 100%;
|
|
50
|
-
line-height: 20px;
|
|
51
|
-
overflow: hidden;
|
|
52
|
-
text-overflow: ellipsis;
|
|
53
|
-
white-space: nowrap;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.c-label-form-content {
|
|
59
|
-
width: 100%;
|
|
60
|
-
height: 100%;
|
|
61
|
-
border-top: 1px solid #e8e8e8;
|
|
62
|
-
border-bottom: 1px solid #e8e8e8;
|
|
63
|
-
.label-wrap {
|
|
64
|
-
display: flex;
|
|
65
|
-
width: 100%;
|
|
66
|
-
height: 100%;
|
|
67
|
-
.left-label-wrap {
|
|
68
|
-
width: 140px;
|
|
69
|
-
height: 404px;
|
|
70
|
-
max-height: 404px;
|
|
71
|
-
border-right: 1px solid #e8e8e8;
|
|
72
|
-
&.total-left-label-wrap {
|
|
73
|
-
height: calc(100vh - 109px);
|
|
74
|
-
max-height: calc(100vh - 109px);
|
|
75
|
-
}
|
|
76
|
-
&.explicit-label-wrap {
|
|
77
|
-
width: 100%;
|
|
78
|
-
height: auto;
|
|
79
|
-
overflow: hidden;
|
|
80
|
-
overflow-y: auto;
|
|
81
|
-
}
|
|
82
|
-
.n-anchor.n-anchor--block .n-anchor-link {
|
|
83
|
-
padding: 10px 8px;
|
|
84
|
-
font-size: 14px;
|
|
85
|
-
&.n-anchor-link--active {
|
|
86
|
-
background-color: #f2f2f2;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
.right-label-wrap {
|
|
91
|
-
flex: 1;
|
|
92
|
-
height: 404px;
|
|
93
|
-
max-height: 404px;
|
|
94
|
-
overflow-y: auto;
|
|
95
|
-
&.total-right-label-wrap {
|
|
96
|
-
max-height: calc(100vh - 109px);
|
|
97
|
-
}
|
|
98
|
-
.label-add {
|
|
99
|
-
position: relative;
|
|
100
|
-
top: 2px;
|
|
101
|
-
height: 30px;
|
|
102
|
-
line-height: 30px;
|
|
103
|
-
width: 108px;
|
|
104
|
-
text-align: center;
|
|
105
|
-
display: inline-flex;
|
|
106
|
-
justify-content: center;
|
|
107
|
-
}
|
|
108
|
-
.add-input {
|
|
109
|
-
width: 108px;
|
|
110
|
-
.n-input__suffix {
|
|
111
|
-
cursor: pointer;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
.explicit-continer {
|
|
116
|
-
width: 100%;
|
|
117
|
-
border: 1px solid #d5d5d5;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
.edit-label-type {
|
|
121
|
-
font-size: 12px;
|
|
122
|
-
margin-left: 4px;
|
|
123
|
-
}
|
|
124
|
-
.edit-label-content {
|
|
125
|
-
padding: 0 14px;
|
|
126
|
-
.edit-content {
|
|
127
|
-
width: 100%;
|
|
128
|
-
margin-top: 8px;
|
|
129
|
-
margin-bottom: 10px;
|
|
130
|
-
.n-tag {
|
|
131
|
-
max-width: 108px;
|
|
132
|
-
margin: 0 8px 8px 0;
|
|
133
|
-
text-align: center;
|
|
134
|
-
border: 1px solid rgb(224, 224, 230);
|
|
135
|
-
.n-tag__content {
|
|
136
|
-
display: inline-flex;
|
|
137
|
-
align-items: center;
|
|
138
|
-
span {
|
|
139
|
-
display: inline-block;
|
|
140
|
-
width: 80px;
|
|
141
|
-
height: 100%;
|
|
142
|
-
line-height: 30px;
|
|
143
|
-
overflow: hidden;
|
|
144
|
-
text-overflow: ellipsis;
|
|
145
|
-
white-space: nowrap;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
}
|
|
1
|
+
.c-select-label {
|
|
2
|
+
.label-disable-wrap {
|
|
3
|
+
width: 100%;
|
|
4
|
+
font-size: 14px;
|
|
5
|
+
line-height: 20px;
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
flex-direction: column;
|
|
9
|
+
|
|
10
|
+
.label-disable-img {
|
|
11
|
+
width: 320px;
|
|
12
|
+
height: 248px;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
.common-label {
|
|
16
|
+
padding: 4px 12px;
|
|
17
|
+
margin-top: 8px !important;
|
|
18
|
+
border-radius: 4px;
|
|
19
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
20
|
+
> span {
|
|
21
|
+
margin-right: 16px;
|
|
22
|
+
color: rgba(0, 0, 0, 0.9);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
.form-add-icon-label {
|
|
26
|
+
margin-bottom: 4px;
|
|
27
|
+
color: #2d7aff;
|
|
28
|
+
cursor: pointer;
|
|
29
|
+
display: inline-flex;
|
|
30
|
+
align-items: center;
|
|
31
|
+
}
|
|
32
|
+
.anticon + .anticon {
|
|
33
|
+
margin-left: 16px;
|
|
34
|
+
}
|
|
35
|
+
.label-disable-wrap {
|
|
36
|
+
text-align: center;
|
|
37
|
+
}
|
|
38
|
+
.n-tag {
|
|
39
|
+
max-width: 108px;
|
|
40
|
+
margin: 0 8px 0 0;
|
|
41
|
+
border: 1px solid rgb(224, 224, 230);
|
|
42
|
+
.n-base-icon {
|
|
43
|
+
color: #fff;
|
|
44
|
+
}
|
|
45
|
+
.n-tag__content {
|
|
46
|
+
display: inline-block;
|
|
47
|
+
align-items: center;
|
|
48
|
+
max-width: 80px;
|
|
49
|
+
height: 100%;
|
|
50
|
+
line-height: 20px;
|
|
51
|
+
overflow: hidden;
|
|
52
|
+
text-overflow: ellipsis;
|
|
53
|
+
white-space: nowrap;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.c-label-form-content {
|
|
59
|
+
width: 100%;
|
|
60
|
+
height: 100%;
|
|
61
|
+
border-top: 1px solid #e8e8e8;
|
|
62
|
+
border-bottom: 1px solid #e8e8e8;
|
|
63
|
+
.label-wrap {
|
|
64
|
+
display: flex;
|
|
65
|
+
width: 100%;
|
|
66
|
+
height: 100%;
|
|
67
|
+
.left-label-wrap {
|
|
68
|
+
width: 140px;
|
|
69
|
+
height: 404px;
|
|
70
|
+
max-height: 404px;
|
|
71
|
+
border-right: 1px solid #e8e8e8;
|
|
72
|
+
&.total-left-label-wrap {
|
|
73
|
+
height: calc(100vh - 109px);
|
|
74
|
+
max-height: calc(100vh - 109px);
|
|
75
|
+
}
|
|
76
|
+
&.explicit-label-wrap {
|
|
77
|
+
width: 100%;
|
|
78
|
+
height: auto;
|
|
79
|
+
overflow: hidden;
|
|
80
|
+
overflow-y: auto;
|
|
81
|
+
}
|
|
82
|
+
.n-anchor.n-anchor--block .n-anchor-link {
|
|
83
|
+
padding: 10px 8px;
|
|
84
|
+
font-size: 14px;
|
|
85
|
+
&.n-anchor-link--active {
|
|
86
|
+
background-color: #f2f2f2;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
.right-label-wrap {
|
|
91
|
+
flex: 1;
|
|
92
|
+
height: 404px;
|
|
93
|
+
max-height: 404px;
|
|
94
|
+
overflow-y: auto;
|
|
95
|
+
&.total-right-label-wrap {
|
|
96
|
+
max-height: calc(100vh - 109px);
|
|
97
|
+
}
|
|
98
|
+
.label-add {
|
|
99
|
+
position: relative;
|
|
100
|
+
top: 2px;
|
|
101
|
+
height: 30px;
|
|
102
|
+
line-height: 30px;
|
|
103
|
+
width: 108px;
|
|
104
|
+
text-align: center;
|
|
105
|
+
display: inline-flex;
|
|
106
|
+
justify-content: center;
|
|
107
|
+
}
|
|
108
|
+
.add-input {
|
|
109
|
+
width: 108px;
|
|
110
|
+
.n-input__suffix {
|
|
111
|
+
cursor: pointer;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
.explicit-continer {
|
|
116
|
+
width: 100%;
|
|
117
|
+
border: 1px solid #d5d5d5;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
.edit-label-type {
|
|
121
|
+
font-size: 12px;
|
|
122
|
+
margin-left: 4px;
|
|
123
|
+
}
|
|
124
|
+
.edit-label-content {
|
|
125
|
+
padding: 0 14px;
|
|
126
|
+
.edit-content {
|
|
127
|
+
width: 100%;
|
|
128
|
+
margin-top: 8px;
|
|
129
|
+
margin-bottom: 10px;
|
|
130
|
+
.n-tag {
|
|
131
|
+
max-width: 108px;
|
|
132
|
+
margin: 0 8px 8px 0;
|
|
133
|
+
text-align: center;
|
|
134
|
+
border: 1px solid rgb(224, 224, 230);
|
|
135
|
+
.n-tag__content {
|
|
136
|
+
display: inline-flex;
|
|
137
|
+
align-items: center;
|
|
138
|
+
span {
|
|
139
|
+
display: inline-block;
|
|
140
|
+
width: 80px;
|
|
141
|
+
height: 100%;
|
|
142
|
+
line-height: 30px;
|
|
143
|
+
overflow: hidden;
|
|
144
|
+
text-overflow: ellipsis;
|
|
145
|
+
white-space: nowrap;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
@@ -255,7 +255,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
255
255
|
readonly default: true;
|
|
256
256
|
};
|
|
257
257
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
258
|
-
readonly nativeFocusBehavior:
|
|
258
|
+
readonly nativeFocusBehavior: {
|
|
259
|
+
readonly type: BooleanConstructor;
|
|
260
|
+
readonly default: boolean;
|
|
261
|
+
};
|
|
259
262
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
260
263
|
heightTiny: string;
|
|
261
264
|
heightSmall: string;
|
|
@@ -969,7 +972,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
969
972
|
readonly default: true;
|
|
970
973
|
};
|
|
971
974
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
972
|
-
readonly nativeFocusBehavior:
|
|
975
|
+
readonly nativeFocusBehavior: {
|
|
976
|
+
readonly type: BooleanConstructor;
|
|
977
|
+
readonly default: boolean;
|
|
978
|
+
};
|
|
973
979
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
974
980
|
heightTiny: string;
|
|
975
981
|
heightSmall: string;
|