cnhis-design-vue 3.1.9-beta.8 → 3.1.9-beta.9
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 +6 -6
- 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 -1
- package/es/packages/big-table/style/index.less +557 -557
- package/es/packages/bpmn-workflow/index.d.ts +1 -1
- package/es/packages/bpmn-workflow/index.js +2 -2
- package/es/packages/bpmn-workflow/style/index.less +29 -29
- package/es/packages/button-print/index.d.ts +1 -1
- package/es/packages/button-print/index.js +2 -2
- package/es/packages/button-print/style/index.less +30 -30
- package/es/packages/chunk-upload/index.d.ts +1 -1
- package/es/packages/chunk-upload/index.js +3 -3
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1 -3
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1 -1
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/packages/chunk-upload/style/index.css +1 -1
- package/es/packages/chunk-upload/style/index.less +394 -394
- 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/drag-layout/style/index.less +208 -208
- 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 +1 -1
- package/es/packages/fabric-chart/index.js +2 -2
- package/es/packages/field-set/index.d.ts +1 -1
- package/es/packages/field-set/index.js +2 -2
- package/es/packages/field-set/style/index.less +157 -157
- package/es/packages/form-render/index.d.ts +9 -9
- package/es/packages/form-render/index.js +2 -2
- package/es/packages/form-render/src/FormRender.vue.d.ts +1 -1
- package/es/packages/form-render/src/components/cascader.d.ts +1 -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/useChangeContext.d.ts +1 -1
- 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/types/fieldItem.d.ts +1 -1
- package/es/packages/form-render/src/types/index.d.ts +1 -1
- package/es/packages/form-render/src/utils/index.d.ts +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/form-table/style/index.less +301 -301
- package/es/packages/grid/index.d.ts +1 -1
- package/es/packages/grid/index.js +4 -4
- package/es/packages/grid/style/index.less +12 -12
- package/es/packages/index.less +2421 -2421
- 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/info-header/style/index.less +36 -36
- package/es/packages/map/index.d.ts +1 -1
- package/es/packages/map/index.js +2 -2
- package/es/packages/map/style/index.less +59 -59
- package/es/packages/scale-view/index.d.ts +1 -1
- package/es/packages/scale-view/index.js +4 -4
- 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/NoData.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/packages/scale-view/src/components/formitem/r-address.js +1 -1
- package/es/packages/scale-view/src/components/formitem/r-checkbox.js +1 -1
- package/es/packages/scale-view/src/components/formitem/r-datetime.js +1 -1
- package/es/packages/scale-view/src/components/formitem/r-map.js +2 -2
- package/es/packages/scale-view/src/components/formitem/r-upload.js +1 -1
- 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 +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-init.js +1 -1
- 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.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.less +291 -291
- package/es/packages/select-label/index.d.ts +1 -1
- package/es/packages/select-label/index.js +2 -2
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +1 -1
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +1 -1
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/packages/select-label/style/index.less +151 -151
- 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/select-person/style/index.less +229 -229
- package/es/packages/time-line/index.d.ts +1 -1
- package/es/packages/time-line/index.js +2 -2
- package/es/packages/time-line/style/index.less +34 -34
- 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/utils/loadViewer.js +1 -1
- package/es/src/utils/loadVxe.js +1 -1
- package/global.d.ts +8 -8
- package/package.json +1 -1
|
@@ -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
|
}>>, {}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { COMPONENT_NAMESPACE } from '
|
|
2
|
-
import { safeComponentRegister } from '
|
|
1
|
+
import { COMPONENT_NAMESPACE } from '../../src/global/variable';
|
|
2
|
+
import { safeComponentRegister } from '../../src/utils';
|
|
3
3
|
import './src/InfoHeader.js';
|
|
4
4
|
import script from './src/InfoHeader.vue_vue_type_script_setup_true_lang.js';
|
|
5
5
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyObject } from '
|
|
1
|
+
import { AnyObject } from '../../../../es/src/types';
|
|
2
2
|
import { CSSProperties, PropType } from 'vue';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
compact: {
|
|
@@ -1411,7 +1411,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1411
1411
|
required: true;
|
|
1412
1412
|
};
|
|
1413
1413
|
rootSlots: {
|
|
1414
|
-
type: PropType<Record<string, import("
|
|
1414
|
+
type: PropType<Record<string, import("../../../../es/src/types").Func<any[], any>>>;
|
|
1415
1415
|
required: true;
|
|
1416
1416
|
};
|
|
1417
1417
|
}, () => 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<{
|
|
@@ -1420,7 +1420,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1420
1420
|
required: true;
|
|
1421
1421
|
};
|
|
1422
1422
|
rootSlots: {
|
|
1423
|
-
type: PropType<Record<string, import("
|
|
1423
|
+
type: PropType<Record<string, import("../../../../es/src/types").Func<any[], any>>>;
|
|
1424
1424
|
required: true;
|
|
1425
1425
|
};
|
|
1426
1426
|
}>>, {}>;
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
.c-info-header {
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: "iconfont"; /* Project id 3468756 */
|
|
4
|
-
src: url('./iconfont.ttf?t=1655348824139') format('truetype');
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.iconfont {
|
|
8
|
-
font-family: "iconfont" !important;
|
|
9
|
-
font-size: 16px;
|
|
10
|
-
font-style: normal;
|
|
11
|
-
-webkit-font-smoothing: antialiased;
|
|
12
|
-
-moz-osx-font-smoothing: grayscale;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.icon-double_up:before {
|
|
16
|
-
content: "\e8c3";
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.icon-guanbi-yanjing:before {
|
|
20
|
-
content: "\e6e3";
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.icon-faxian-yanjing:before {
|
|
24
|
-
content: "\e6de";
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.icon-bianji:before {
|
|
28
|
-
content: "\e600";
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.icon-setting:before {
|
|
32
|
-
content: "\e785";
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.icon-double_down:before {
|
|
36
|
-
content: "\e8c2";
|
|
37
|
-
}
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: "iconfont"; /* Project id 3468756 */
|
|
4
|
+
src: url('./iconfont.ttf?t=1655348824139') format('truetype');
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.iconfont {
|
|
8
|
+
font-family: "iconfont" !important;
|
|
9
|
+
font-size: 16px;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
-webkit-font-smoothing: antialiased;
|
|
12
|
+
-moz-osx-font-smoothing: grayscale;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.icon-double_up:before {
|
|
16
|
+
content: "\e8c3";
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.icon-guanbi-yanjing:before {
|
|
20
|
+
content: "\e6e3";
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.icon-faxian-yanjing:before {
|
|
24
|
+
content: "\e6de";
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.icon-bianji:before {
|
|
28
|
+
content: "\e600";
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.icon-setting:before {
|
|
32
|
+
content: "\e785";
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.icon-double_down:before {
|
|
36
|
+
content: "\e8c2";
|
|
37
|
+
}
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
display: flex;
|
package/es/packages/map/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { COMPONENT_NAMESPACE } from '
|
|
2
|
-
import { safeComponentRegister } from '
|
|
1
|
+
import { COMPONENT_NAMESPACE } from '../../src/global/variable';
|
|
2
|
+
import { safeComponentRegister } from '../../src/utils';
|
|
3
3
|
import './src/Map.js';
|
|
4
4
|
import script from './src/Map.vue_vue_type_script_setup_true_lang.js';
|
|
5
5
|
|
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
.c-map {
|
|
2
|
-
width: 100%;
|
|
3
|
-
min-height: 500px;
|
|
4
|
-
height: 100%;
|
|
5
|
-
overflow: hidden;
|
|
6
|
-
text-align: left;
|
|
7
|
-
ul,li {
|
|
8
|
-
list-style: none;
|
|
9
|
-
margin: 0;
|
|
10
|
-
padding: 0;
|
|
11
|
-
}
|
|
12
|
-
#map-core {
|
|
13
|
-
width: 100%;
|
|
14
|
-
height: 250px;
|
|
15
|
-
}
|
|
16
|
-
.search-container {
|
|
17
|
-
margin-top: 20px;
|
|
18
|
-
height: 40px;
|
|
19
|
-
.map-input-search {
|
|
20
|
-
display: flex;
|
|
21
|
-
.n-input {
|
|
22
|
-
height: 32px;
|
|
23
|
-
line-height: 32px;
|
|
24
|
-
border-top-right-radius: 0;
|
|
25
|
-
border-bottom-right-radius: 0;
|
|
26
|
-
}
|
|
27
|
-
.input-addon {
|
|
28
|
-
height: 32px;
|
|
29
|
-
line-height: 32px;
|
|
30
|
-
.n-button {
|
|
31
|
-
height: 100%;
|
|
32
|
-
padding: 0 16px;
|
|
33
|
-
border-top-left-radius: 0;
|
|
34
|
-
border-bottom-left-radius: 0;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
.address-list {
|
|
40
|
-
height: calc(100% - 75px);
|
|
41
|
-
overflow-y: auto;
|
|
42
|
-
.address-item {
|
|
43
|
-
height: 60px;
|
|
44
|
-
cursor: pointer;
|
|
45
|
-
padding-top: 10px;
|
|
46
|
-
.title {
|
|
47
|
-
font-size: 16px;
|
|
48
|
-
}
|
|
49
|
-
span {
|
|
50
|
-
font-size: 12px;
|
|
51
|
-
color: #b9b9b9;
|
|
52
|
-
}
|
|
53
|
-
&:first-child {
|
|
54
|
-
height: 57px;
|
|
55
|
-
padding-top: 20px;
|
|
56
|
-
line-height: 40px;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
1
|
+
.c-map {
|
|
2
|
+
width: 100%;
|
|
3
|
+
min-height: 500px;
|
|
4
|
+
height: 100%;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
text-align: left;
|
|
7
|
+
ul,li {
|
|
8
|
+
list-style: none;
|
|
9
|
+
margin: 0;
|
|
10
|
+
padding: 0;
|
|
11
|
+
}
|
|
12
|
+
#map-core {
|
|
13
|
+
width: 100%;
|
|
14
|
+
height: 250px;
|
|
15
|
+
}
|
|
16
|
+
.search-container {
|
|
17
|
+
margin-top: 20px;
|
|
18
|
+
height: 40px;
|
|
19
|
+
.map-input-search {
|
|
20
|
+
display: flex;
|
|
21
|
+
.n-input {
|
|
22
|
+
height: 32px;
|
|
23
|
+
line-height: 32px;
|
|
24
|
+
border-top-right-radius: 0;
|
|
25
|
+
border-bottom-right-radius: 0;
|
|
26
|
+
}
|
|
27
|
+
.input-addon {
|
|
28
|
+
height: 32px;
|
|
29
|
+
line-height: 32px;
|
|
30
|
+
.n-button {
|
|
31
|
+
height: 100%;
|
|
32
|
+
padding: 0 16px;
|
|
33
|
+
border-top-left-radius: 0;
|
|
34
|
+
border-bottom-left-radius: 0;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
.address-list {
|
|
40
|
+
height: calc(100% - 75px);
|
|
41
|
+
overflow-y: auto;
|
|
42
|
+
.address-item {
|
|
43
|
+
height: 60px;
|
|
44
|
+
cursor: pointer;
|
|
45
|
+
padding-top: 10px;
|
|
46
|
+
.title {
|
|
47
|
+
font-size: 16px;
|
|
48
|
+
}
|
|
49
|
+
span {
|
|
50
|
+
font-size: 12px;
|
|
51
|
+
color: #b9b9b9;
|
|
52
|
+
}
|
|
53
|
+
&:first-child {
|
|
54
|
+
height: 57px;
|
|
55
|
+
padding-top: 20px;
|
|
56
|
+
line-height: 40px;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
60
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { COMPONENT_NAMESPACE } from '
|
|
2
|
-
import { safeComponentRegister } from '
|
|
3
|
-
import { loadViewer } from '
|
|
4
|
-
import { expandXEUtils } from '
|
|
1
|
+
import { COMPONENT_NAMESPACE } from '../../src/global/variable';
|
|
2
|
+
import { safeComponentRegister } from '../../src/utils';
|
|
3
|
+
import { loadViewer } from '../../src/utils/loadViewer';
|
|
4
|
+
import { expandXEUtils } from '../../src/utils/utilExpand';
|
|
5
5
|
import './src/ScaleView.js';
|
|
6
6
|
import scriptRadio from './src/components/formitem/r-radio.js';
|
|
7
7
|
import scriptCheckbox from './src/components/formitem/r-checkbox.js';
|
package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, unref, createElementVNode, createVNode, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
2
|
-
import SvgIcon from '
|
|
2
|
+
import SvgIcon from '../../../../src/components/SvgIcon';
|
|
3
3
|
|
|
4
4
|
const _hoisted_1 = { class: "answer-res-wrap" };
|
|
5
5
|
const _hoisted_2 = { class: "answer-res" };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, reactive, onMounted, watch, openBlock, createElementBlock, normalizeClass, unref, createElementVNode, toDisplayString, createVNode, createCommentVNode, createTextVNode } from 'vue';
|
|
2
2
|
import { useEvaluate } from '../hooks/use-evaluate.js';
|
|
3
3
|
import moment from 'moment';
|
|
4
|
-
import SvgIcon from '
|
|
4
|
+
import SvgIcon from '../../../../src/components/SvgIcon';
|
|
5
5
|
|
|
6
6
|
const _hoisted_1 = { class: "answered-wrap" };
|
|
7
7
|
var script = /* @__PURE__ */ defineComponent({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createElementBlock, unref, createCommentVNode, createElementVNode, toDisplayString } from 'vue';
|
|
2
|
-
import noData from '
|
|
3
|
-
import noPermission from '
|
|
4
|
-
import failure from '
|
|
5
|
-
import notfound from '
|
|
2
|
+
import noData from '../../../../src/assets/img/nodata.png';
|
|
3
|
+
import noPermission from '../../../../src/assets/img/no-permission.png';
|
|
4
|
+
import failure from '../../../../src/assets/img/failure.png';
|
|
5
|
+
import notfound from '../../../../src/assets/img/notfound.png';
|
|
6
6
|
|
|
7
7
|
const _hoisted_1 = { class: "no-data-tip NoData-page" };
|
|
8
8
|
const _hoisted_2 = ["src"];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, reactive, computed, createVNode, resolveComponent } from 'vue';
|
|
2
2
|
import { NSelect, NInput } from 'naive-ui';
|
|
3
3
|
import allData from './address.js';
|
|
4
|
-
import vexutils from '
|
|
4
|
+
import vexutils from '../../../../../src/utils/vexutils';
|
|
5
5
|
|
|
6
6
|
var RAddress = defineComponent({
|
|
7
7
|
name: "RAddress",
|
|
@@ -2,7 +2,7 @@ import { defineComponent, reactive, watch, createVNode, resolveComponent, isVNod
|
|
|
2
2
|
import { NCheckboxGroup, NCheckbox, NInput, NIcon } from 'naive-ui';
|
|
3
3
|
import { api } from 'v-viewer';
|
|
4
4
|
import { SearchOutline } from '@vicons/ionicons5';
|
|
5
|
-
import vexutils from '
|
|
5
|
+
import vexutils from '../../../../../src/utils/vexutils';
|
|
6
6
|
import chooseCommon from '../composables/choose-common.js';
|
|
7
7
|
|
|
8
8
|
function _isSlot(s) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, reactive, computed, createVNode, resolveComponent, createTextVNode } from 'vue';
|
|
2
2
|
import { NTimePicker, NDatePicker } from 'naive-ui';
|
|
3
|
-
import vexutils from '
|
|
3
|
+
import vexutils from '../../../../../src/utils/vexutils';
|
|
4
4
|
import moment from 'moment';
|
|
5
5
|
|
|
6
6
|
var scriptDatetime = defineComponent({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, reactive, createVNode, resolveComponent } from 'vue';
|
|
2
2
|
import { NModal, NInput, NIcon } from 'naive-ui';
|
|
3
|
-
import vexutils from '
|
|
3
|
+
import vexutils from '../../../../../src/utils/vexutils';
|
|
4
4
|
import { AlertCircleOutline } from '@vicons/ionicons5';
|
|
5
|
-
import CMap from '
|
|
5
|
+
import CMap from '../../../../../packages/map';
|
|
6
6
|
|
|
7
7
|
var RMap = defineComponent({
|
|
8
8
|
name: "RMap",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, reactive, createVNode, resolveComponent, createTextVNode } from 'vue';
|
|
2
2
|
import { NUpload, NUploadDragger, NModal, NIcon, useMessage } from 'naive-ui';
|
|
3
3
|
import { Add, CameraOutline } from '@vicons/ionicons5';
|
|
4
|
-
import vexutils from '
|
|
4
|
+
import vexutils from '../../../../../src/utils/vexutils';
|
|
5
5
|
|
|
6
6
|
var RUpload = defineComponent({
|
|
7
7
|
name: "RUpload",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, openBlock, createElementBlock, createVNode, unref, withCtx, createElementVNode, normalizeClass, renderSlot, toDisplayString, createTextVNode } from 'vue';
|
|
2
2
|
import { NTooltip } from 'naive-ui';
|
|
3
|
-
import vexutils from '
|
|
3
|
+
import vexutils from '../../../../../../src/utils/vexutils';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = { class: "text-over-tooltip-components" };
|
|
6
6
|
const __default__ = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { computed } from 'vue';
|
|
2
2
|
import { isEvaluation } from '../utils/judge-types.js';
|
|
3
|
-
import vexutils from '
|
|
3
|
+
import vexutils from '../../../../src/utils/vexutils';
|
|
4
4
|
import moment from 'moment';
|
|
5
5
|
import { componentMapStr } from './use-component.js';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { handleQueryParams, getQueryVariable } from '../utils/judge-types.js';
|
|
2
2
|
import useNoData from './use-noData.js';
|
|
3
|
-
import vexutils from '
|
|
3
|
+
import vexutils from '../../../../src/utils/vexutils';
|
|
4
4
|
import { componentMap } from './use-component.js';
|
|
5
5
|
import { useEvent } from './use-event.js';
|
|
6
6
|
import { ScaleViewComputed } from './scaleview-computed.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getQueryVariable, isOnlyOptions } from '../utils/judge-types.js';
|
|
2
|
-
import vexutils from '
|
|
2
|
+
import vexutils from '../../../../src/utils/vexutils';
|
|
3
3
|
import moment from 'moment';
|
|
4
4
|
import { ScaleViewComputed } from './scaleview-computed.js';
|
|
5
5
|
|
|
@@ -9,8 +9,8 @@ import RCollection from '../components/formitem/r-collection.js';
|
|
|
9
9
|
import RAddress from '../components/formitem/r-address.js';
|
|
10
10
|
import RUpload from '../components/formitem/r-upload.js';
|
|
11
11
|
import RMap from '../components/formitem/r-map.js';
|
|
12
|
-
import RVodChunkUpload from '
|
|
13
|
-
import CSelectLabel from '
|
|
12
|
+
import RVodChunkUpload from '../../../../packages/chunk-upload/src/vod-chunk-upload';
|
|
13
|
+
import CSelectLabel from '../../../../packages/select-label';
|
|
14
14
|
|
|
15
15
|
let RInputCom = shallowRef(RInput);
|
|
16
16
|
let RRadioCom = shallowRef(scriptRadio);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { reactive, computed, onMounted, onUnmounted } from 'vue';
|
|
2
2
|
import moment from 'moment';
|
|
3
|
-
import vexutils from '
|
|
3
|
+
import vexutils from '../../../../src/utils/vexutils';
|
|
4
4
|
|
|
5
5
|
const useEvaluate = (props, state, config) => {
|
|
6
6
|
let { emit } = config;
|