cnhis-design-vue 3.1.5-beta.15 → 3.1.5-beta.16

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.
Files changed (139) hide show
  1. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +7 -7
  2. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.js +4 -4
  3. package/es/packages/big-table/src/components/edit-form/edit-select-table2.js +2 -2
  4. package/es/packages/big-table/src/components/edit-form/edit-select2.js +1 -1
  5. package/es/packages/big-table/src/hooks/useEvent2.js +1 -1
  6. package/es/packages/big-table/src/hooks/useFormat2.js +1 -1
  7. package/es/packages/big-table/src/hooks/useNestTable2.js +1 -1
  8. package/es/packages/big-table/src/hooks/useTableParse2.js +1 -1
  9. package/es/packages/big-table/src/utils2.js +2 -2
  10. package/es/packages/big-table/style/index.css +1 -6
  11. package/es/packages/big-table/style/index.less +1 -7
  12. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.js +5 -5
  13. package/es/packages/chunk-upload/style/index.css +1 -1
  14. package/es/packages/chunk-upload/style/index.less +1 -1
  15. package/es/packages/drag-layout/index.d.ts +1 -1
  16. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.js +1 -1
  17. package/es/packages/editor/index.d.ts +1 -1
  18. package/es/packages/fabric-chart/src/FabricChart.vue_vue_type_script_setup_true_lang.js +82 -9
  19. package/es/packages/form-render/index2.js +1 -1
  20. package/es/packages/form-render/src/components/cascader.d.ts +1 -1
  21. package/es/packages/form-render/src/components/cascader2.js +1 -1
  22. package/es/packages/form-render/src/components/checkbox.d.ts +1 -1
  23. package/es/packages/form-render/src/components/complex2.js +1 -1
  24. package/es/packages/form-render/src/components/radio.d.ts +1 -1
  25. package/es/packages/form-render/src/components/select.d.ts +1 -1
  26. package/es/packages/form-render/src/components/select2.js +1 -1
  27. package/es/packages/form-render/src/components/slider2.js +1 -1
  28. package/es/packages/form-render/src/constants/index.d.ts +1 -1
  29. package/es/packages/form-render/src/hooks/useChangeContext.d.ts +1 -1
  30. package/es/packages/form-render/src/hooks/useFormItemDeps2.js +1 -1
  31. package/es/packages/form-render/src/hooks/useFormValidator.d.ts +1 -1
  32. package/es/packages/form-render/src/types/fieldItem.d.ts +1 -1
  33. package/es/packages/form-render/src/types/index.d.ts +1 -1
  34. package/es/packages/form-render/src/utils/index.d.ts +1 -1
  35. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.js +5 -5
  36. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.js +1 -1
  37. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.js +2 -2
  38. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.js +1 -1
  39. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.js +2 -2
  40. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.js +1 -1
  41. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.js +1 -1
  42. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -1
  43. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +1 -1
  44. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.js +1 -1
  45. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.js +1 -1
  46. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.js +2 -2
  47. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.js +1 -1
  48. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.js +1 -1
  49. package/es/packages/form-table/src/configs/index.d.ts +1 -1
  50. package/es/packages/form-table/src/hooks/useBoundDate.d.ts +1 -1
  51. package/es/packages/form-table/src/hooks/useDateType.d.ts +1 -1
  52. package/es/packages/form-table/src/hooks/useDateType2.js +1 -1
  53. package/es/packages/form-table/src/hooks/useFormCommon.d.ts +1 -1
  54. package/es/packages/form-table/src/hooks/useFormCommon2.js +1 -1
  55. package/es/packages/form-table/src/hooks/useFormEvent.d.ts +1 -1
  56. package/es/packages/form-table/src/hooks/useFormEvent2.js +1 -1
  57. package/es/packages/form-table/src/hooks/useItemDefault.d.ts +10 -10
  58. package/es/packages/form-table/src/hooks/useItemDefault2.js +5 -5
  59. package/es/packages/form-table/src/hooks/useSearch.d.ts +10 -10
  60. package/es/packages/form-table/src/hooks/useSearch2.js +2 -2
  61. package/es/packages/form-table/src/hooks/useValidate.d.ts +2 -2
  62. package/es/packages/form-table/src/types/index.d.ts +1 -1
  63. package/es/packages/grid/index.d.ts +1 -1
  64. package/es/packages/index.css +2 -7
  65. package/es/packages/index.less +2 -8
  66. package/es/packages/info-header/src/SlotRender.d.ts +1 -1
  67. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.js +1 -1
  68. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.js +1 -1
  69. package/es/packages/scale-view/src/components/LoadingCom.js +1 -2
  70. package/es/packages/scale-view/src/components/{LoadingCom.vue_vue_type_script_setup_true_lang.js → LoadingCom.vue_vue_type_template_id_413329b0_lang.js} +4 -8
  71. package/es/packages/scale-view/src/components/LoadingCom2.js +5 -2
  72. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.js +4 -4
  73. package/es/packages/scale-view/src/components/formitem/r-address2.js +1 -1
  74. package/es/packages/scale-view/src/components/formitem/r-cascader2.js +1 -2
  75. package/es/packages/scale-view/src/components/formitem/r-checkbox2.js +1 -1
  76. package/es/packages/scale-view/src/components/formitem/r-datetime2.js +2 -2
  77. package/es/packages/scale-view/src/components/formitem/r-map2.js +2 -2
  78. package/es/packages/scale-view/src/components/formitem/r-select2.js +1 -2
  79. package/es/packages/scale-view/src/components/formitem/r-upload2.js +1 -1
  80. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +1 -1
  81. package/es/packages/scale-view/src/hooks/scaleview-computed2.js +1 -1
  82. package/es/packages/scale-view/src/hooks/scaleview-init2.js +32 -1
  83. package/es/packages/scale-view/src/hooks/scaleview-submit2.js +1 -1
  84. package/es/packages/scale-view/src/hooks/scaleview-validate2.js +1 -1
  85. package/es/packages/scale-view/src/hooks/use-component2.js +2 -2
  86. package/es/packages/scale-view/src/hooks/use-evaluate2.js +1 -1
  87. package/es/packages/scale-view/src/hooks/use-event2.js +1 -1
  88. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +1 -1
  89. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.js +1 -1
  90. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +2 -2
  91. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +1 -1
  92. package/es/packages/time-line/index.d.ts +1 -1
  93. package/es/src/assets/img/failure.d.ts +1 -0
  94. package/es/src/assets/img/failure.js +1 -0
  95. package/es/src/assets/img/icon-asc.d.ts +1 -0
  96. package/es/src/assets/img/icon-asc.js +1 -0
  97. package/es/src/assets/img/icon-desc.d.ts +1 -0
  98. package/es/src/assets/img/icon-desc.js +1 -0
  99. package/es/src/assets/img/no-permission.d.ts +1 -0
  100. package/es/src/assets/img/no-permission.js +1 -0
  101. package/es/src/assets/img/nodata.d.ts +1 -0
  102. package/es/src/assets/img/nodata.js +1 -0
  103. package/es/src/assets/img/notfound.d.ts +1 -0
  104. package/es/src/assets/img/notfound.js +1 -0
  105. package/es/src/assets/img/qr.d.ts +1 -0
  106. package/es/src/assets/img/qr.js +1 -0
  107. package/es/src/assets/img/success.d.ts +1 -0
  108. package/es/src/assets/img/success.js +1 -0
  109. package/es/src/assets/img/video.d.ts +1 -0
  110. package/es/src/assets/img/video.js +1 -0
  111. package/es/src/assets/img/video_default_cover.d.ts +1 -0
  112. package/es/src/assets/img/video_default_cover.js +1 -0
  113. package/es/src/assets/img/video_hover.d.ts +1 -0
  114. package/es/src/assets/img/video_hover.js +1 -0
  115. package/es/src/assets/img/video_play_hover.d.ts +1 -0
  116. package/es/src/assets/img/video_play_hover.js +1 -0
  117. package/es/src/assets/img/xb_big.d.ts +1 -0
  118. package/es/src/assets/img/xb_big.js +1 -0
  119. package/es/src/assets/img/xb_small.d.ts +1 -0
  120. package/es/src/assets/img/xb_small.js +1 -0
  121. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +1 -1
  122. package/es/src/components/player-vod/video-list2.js +2 -2
  123. package/package.json +1 -1
  124. package/test.ts +326 -0
  125. package/es/packages/scale-view/src/components/LoadingCom.vue.d.ts +0 -13
  126. package/es/src/assets/img/failure.png +0 -0
  127. package/es/src/assets/img/icon-asc.png +0 -0
  128. package/es/src/assets/img/icon-desc.png +0 -0
  129. package/es/src/assets/img/no-permission.png +0 -0
  130. package/es/src/assets/img/nodata.png +0 -0
  131. package/es/src/assets/img/notfound.png +0 -0
  132. package/es/src/assets/img/qr.png +0 -0
  133. package/es/src/assets/img/success.png +0 -0
  134. package/es/src/assets/img/video.png +0 -0
  135. package/es/src/assets/img/video_default_cover.png +0 -0
  136. package/es/src/assets/img/video_hover.png +0 -0
  137. package/es/src/assets/img/video_play_hover.png +0 -0
  138. package/es/src/assets/img/xb_big.png +0 -0
  139. package/es/src/assets/img/xb_small.png +0 -0
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, openBlock, createBlock, unref, normalizeClass } from 'vue';
2
2
  import { useMessage, NTimePicker } from 'naive-ui';
3
- import { useDateType, useItemDefault } from '../..\\..\\../packages/form-table/src/hooks';
3
+ import { useDateType, useItemDefault } from '../../../../packages/form-table/src/hooks';
4
4
 
5
5
  var script = /* @__PURE__ */ defineComponent({
6
6
  props: {
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, openBlock, createElementBlock, unref, createBlock, withCtx, createCommentVNode } from 'vue';
2
2
  import axios from 'axios';
3
3
  import { useMessage, NTreeSelect } from 'naive-ui';
4
- import { useSearch } from '../..\\..\\../packages/form-table/src/hooks';
4
+ import { useSearch } from '../../../../packages/form-table/src/hooks';
5
5
 
6
6
  const _hoisted_1 = { class: "tableTreeSelect" };
7
7
  var script = /* @__PURE__ */ defineComponent({
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../..\..\..\../es/src/types';
1
+ import { AnyObject } from '../../../../../es/src/types';
2
2
  declare const configData: {
3
3
  comTypeMap: {
4
4
  INPUT: string;
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../..\..\..\../es/src/types';
1
+ import { AnyObject } from '../../../../../es/src/types';
2
2
  export declare function useBoundDate({ row, defaultFieldList }: {
3
3
  row: AnyObject;
4
4
  defaultFieldList: AnyObject[];
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../..\..\..\../es/src/types';
1
+ import { AnyObject } from '../../../../../es/src/types';
2
2
  import { Ref } from 'vue';
3
3
  export declare function useDateType(openRef: Ref): {
4
4
  disabledDatePicker: (current: any, item: AnyObject) => any;
@@ -1,6 +1,6 @@
1
1
  import moment from 'moment';
2
2
  import { nextTick } from 'vue';
3
- import vexutils from '../..\\..\\../src/utils/vexutils';
3
+ import vexutils from '../../../../src/utils/vexutils';
4
4
 
5
5
  function useDateType(openRef) {
6
6
  function disabledDatePicker(current, item) {
@@ -1,4 +1,4 @@
1
- import { AnyObject } from '../..\..\..\../es/src/types';
1
+ import { AnyObject } from '../../../../../es/src/types';
2
2
  export declare function useFormCommon({ item, row, defaultValue, defaultFieldList }: {
3
3
  item: AnyObject;
4
4
  row: AnyObject;
@@ -1,4 +1,4 @@
1
- import vexutils from '../..\\..\\../src/utils/vexutils';
1
+ import vexutils from '../../../../src/utils/vexutils';
2
2
 
3
3
  function useFormCommon({ item, row, defaultValue, defaultFieldList }) {
4
4
  function handleSetFieldsValue(setObj = {}, target) {
@@ -1,4 +1,4 @@
1
- import { AnyObject, Func } from '../..\..\..\../es/src/types';
1
+ import { AnyObject, Func } from '../../../../../es/src/types';
2
2
  export declare function useFormEvent({ mainForm, row, userInfo, }: {
3
3
  mainForm: AnyObject;
4
4
  row: AnyObject;
@@ -1,4 +1,4 @@
1
- import vexutils from '../..\\..\\../src/utils/vexutils';
1
+ import vexutils from '../../../../src/utils/vexutils';
2
2
 
3
3
  function useFormEvent({
4
4
  mainForm,
@@ -1,5 +1,5 @@
1
- import { AnyObject, Func } from '../..\..\..\../es/src/types';
2
- import { MessageInstance } from '../..\..\..\../es/packages/form-table/src/types';
1
+ import { AnyObject, Func } from '../../../../../es/src/types';
2
+ import { MessageInstance } from '../../../../../es/packages/form-table/src/types';
3
3
  export declare function useItemDefault({ message, props, emit }: {
4
4
  message: MessageInstance;
5
5
  props: Record<string, any>;
@@ -27,15 +27,15 @@ export declare function useItemDefault({ message, props, emit }: {
27
27
  pattern: RegExp;
28
28
  message: any;
29
29
  } | null;
30
- checkDigital: import("../..\..\..\../es/packages/form-table/src/types").ValidateFunc;
31
- checkAgeJson: import("../..\..\..\../es/packages/form-table/src/types").ValidateFunc;
32
- checkAge: import("../..\..\..\../es/packages/form-table/src/types").ValidateFunc;
33
- checkMultipleChoice: import("../..\..\..\../es/packages/form-table/src/types").ValidateFunc;
34
- checkLength: import("../..\..\..\../es/packages/form-table/src/types").ValidateFunc;
35
- checkinputBlank: import("../..\..\..\../es/packages/form-table/src/types").ValidateFunc;
30
+ checkDigital: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
31
+ checkAgeJson: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
32
+ checkAge: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
33
+ checkMultipleChoice: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
34
+ checkLength: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
35
+ checkinputBlank: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
36
36
  handlerGetDateType: (data: AnyObject) => any;
37
- checkSearchCascade: import("../..\..\..\../es/packages/form-table/src/types").ValidateFunc;
38
- checkMultipleTree: import("../..\..\..\../es/packages/form-table/src/types").ValidateFunc;
37
+ checkSearchCascade: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
38
+ checkMultipleTree: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
39
39
  handleDateClearBtn: (v: any, item: AnyObject) => void;
40
40
  handleStartDateEndDate: (item: AnyObject) => void;
41
41
  showTimePanel: (item: AnyObject) => boolean;
@@ -1,10 +1,10 @@
1
- import vexutils from '../..\\..\\../src/utils/vexutils';
1
+ import vexutils from '../../../../src/utils/vexutils';
2
2
  import moment from 'moment';
3
3
  import { inject, onMounted, nextTick, computed } from 'vue';
4
- import { useBoundDate } from '../..\\..\\../packages/form-table/src/hooks/useBoundDate';
5
- import { useFormCommon } from '../..\\..\\../packages/form-table/src/hooks/useFormCommon';
6
- import { useFormEvent } from '../..\\..\\../packages/form-table/src/hooks/useFormEvent';
7
- import { useValidate } from '../..\\..\\../packages/form-table/src/hooks/useValidate';
4
+ import { useBoundDate } from '../../../../packages/form-table/src/hooks/useBoundDate';
5
+ import { useFormCommon } from '../../../../packages/form-table/src/hooks/useFormCommon';
6
+ import { useFormEvent } from '../../../../packages/form-table/src/hooks/useFormEvent';
7
+ import { useValidate } from '../../../../packages/form-table/src/hooks/useValidate';
8
8
 
9
9
  function useItemDefault({
10
10
  message,
@@ -1,6 +1,6 @@
1
- import { AnyObject, Func } from '../..\..\..\../es/src/types';
1
+ import { AnyObject, Func } from '../../../../../es/src/types';
2
2
  import { Ref } from 'vue';
3
- import { MessageInstance } from '../..\..\..\../es/packages/form-table/src/types';
3
+ import { MessageInstance } from '../../../../../es/packages/form-table/src/types';
4
4
  export declare function useSearch({ loadDataPrimary_key, optionsRequestSource, axios, $qs, dropdownHide, curAddBtnItem, message, Choose_to_complete, noAllow_check_mid_level, selsectVisible, baseForm, refs, $t, $_handleTracherLog, open, wrapperRef, props, emit }: {
5
5
  wrapperRef: Ref<HTMLElement | null>;
6
6
  refs: Array<HTMLElement>;
@@ -139,15 +139,15 @@ export declare function useSearch({ loadDataPrimary_key, optionsRequestSource, a
139
139
  pattern: RegExp;
140
140
  message: any;
141
141
  } | null;
142
- checkDigital: import("../..\..\..\../es/packages/form-table/src/types").ValidateFunc;
143
- checkAgeJson: import("../..\..\..\../es/packages/form-table/src/types").ValidateFunc;
144
- checkAge: import("../..\..\..\../es/packages/form-table/src/types").ValidateFunc;
145
- checkMultipleChoice: import("../..\..\..\../es/packages/form-table/src/types").ValidateFunc;
146
- checkLength: import("../..\..\..\../es/packages/form-table/src/types").ValidateFunc;
147
- checkinputBlank: import("../..\..\..\../es/packages/form-table/src/types").ValidateFunc;
142
+ checkDigital: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
143
+ checkAgeJson: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
144
+ checkAge: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
145
+ checkMultipleChoice: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
146
+ checkLength: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
147
+ checkinputBlank: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
148
148
  handlerGetDateType: (data: AnyObject) => any;
149
- checkSearchCascade: import("../..\..\..\../es/packages/form-table/src/types").ValidateFunc;
150
- checkMultipleTree: import("../..\..\..\../es/packages/form-table/src/types").ValidateFunc;
149
+ checkSearchCascade: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
150
+ checkMultipleTree: import("../../../../../es/packages/form-table/src/types").ValidateFunc;
151
151
  handleDateClearBtn: (v: any, item: AnyObject) => void;
152
152
  handleStartDateEndDate: (item: AnyObject) => void;
153
153
  showTimePanel: (item: AnyObject) => boolean;
@@ -1,6 +1,6 @@
1
- import vexutils from '../..\\..\\../src/utils/vexutils';
1
+ import vexutils from '../../../../src/utils/vexutils';
2
2
  import { ref, computed, nextTick, onMounted, h } from 'vue';
3
- import { useItemDefault } from '../..\\..\\../packages/form-table/src/hooks/useItemDefault';
3
+ import { useItemDefault } from '../../../../packages/form-table/src/hooks/useItemDefault';
4
4
 
5
5
  const SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASCADE"];
6
6
  function useSearch({
@@ -1,5 +1,5 @@
1
- import { AnyObject, Func } from '../..\..\..\../es/src/types';
2
- import { MessageInstance, ValidateFunc, ValidateInfo } from '../..\..\..\../es/packages/form-table/src/types';
1
+ import { AnyObject, Func } from '../../../../../es/src/types';
2
+ import { MessageInstance, ValidateFunc, ValidateInfo } from '../../../../../es/packages/form-table/src/types';
3
3
  export declare function useValidate(context: {
4
4
  message: MessageInstance;
5
5
  }): {
@@ -1,4 +1,4 @@
1
- import { AnyObject, Func } from '../..\..\..\../es/src/types';
1
+ import { AnyObject, Func } from '../../../../../es/src/types';
2
2
  import { PropType } from 'vue';
3
3
  export declare type PropObject = PropType<AnyObject>;
4
4
  export declare type MessageInstance = Record<'success' | 'error' | 'warning' | 'info', Func>;
@@ -1,3 +1,3 @@
1
- import { SFCWithInstall } from '../..\../es/src/types';
1
+ import { SFCWithInstall } from '../../../es/src/types';
2
2
  declare const Grid: SFCWithInstall<import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
3
3
  export default Grid;
@@ -13,11 +13,6 @@
13
13
  flex-direction: column;
14
14
  overflow: hidden;
15
15
  transition: width 2s;
16
- /*
17
- .sort-icon-asc {
18
- background-image: url('../img/icon-asc.png');
19
- }
20
- */
21
16
  }
22
17
  .big-table-filter-wrap .sort-list {
23
18
  margin-top: 6px;
@@ -45,7 +40,7 @@
45
40
  color: rgba(0, 0, 0, 0.8);
46
41
  }
47
42
  .big-table-filter-wrap .sort-icon-desc {
48
- background-image: url('../src/assets/img/icon-desc.png');
43
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABT0lEQVRYR+3WvSuGYRTH8c9TykpJSimLMvgHpLyUCQsmg/wBMss/ILvdJgspNnkbZFYGk7JQSAaLwUuX7uFxu3E/nvvqSd3XeHW6zvec65zfORUNPpUG+1cClBnIysABhiMV5y4mqt/OAliPCHCImd8AIgWf/WzMIhzFK/Z/iigWQAtuE4A2PH0HEQugG5eJ005clwBlBmrJwDwGcorBNjYybOsqwit05QQ4R1/RAB3oqQHgoWiAnL5/NKvrC/4tQBNacYesDAR5fkxHV6QU72EQczhNSfE4VpOOmY01jsOyMYYXLGElcbSIZT4W4C1MxQIIUy9sU1ltGXyeYQSfuua7L2jOWYnPKbt2HKE3dR/0Iqx593lq4AT9OQE2MZ2yDTpyXKUlF0lthP3gy8nKwBqGcgLsYCHDNuwAAe4Nk7ipZRbk9F2MWZFt+CeiEuAdAU5CIQxYYdUAAAAASUVORK5CYII=');
49
44
  }
50
45
  .big-table-filter-wrap .filter-header {
51
46
  padding: 0 13px;
@@ -1486,7 +1481,7 @@ body > .vxe-table--tooltip-wrapper {
1486
1481
  border-color: #5585f5;
1487
1482
  }
1488
1483
  .c-chunk-uploader-btn:hover .guage-img {
1489
- content: url('../src/assets/img/video_hover.png');
1484
+ content: url('data:image/png;base64,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');
1490
1485
  }
1491
1486
  .c-chunk-uploader-btn:hover .c-uploader-btn .uploader-icon,
1492
1487
  .c-chunk-uploader-btn:hover .c-uploader-btn .uploader-text p,
@@ -39,12 +39,6 @@
39
39
  display: inline-block;
40
40
  }
41
41
 
42
- /*
43
- .sort-icon-asc {
44
- background-image: url('../img/icon-asc.png');
45
- }
46
- */
47
-
48
42
  .sort-text {
49
43
  margin-left: 11px;
50
44
  font-size: 14px;
@@ -53,7 +47,7 @@
53
47
  }
54
48
 
55
49
  .sort-icon-desc {
56
- background-image: url('../src/assets/img/icon-desc.png');
50
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABT0lEQVRYR+3WvSuGYRTH8c9TykpJSimLMvgHpLyUCQsmg/wBMss/ILvdJgspNnkbZFYGk7JQSAaLwUuX7uFxu3E/nvvqSd3XeHW6zvec65zfORUNPpUG+1cClBnIysABhiMV5y4mqt/OAliPCHCImd8AIgWf/WzMIhzFK/Z/iigWQAtuE4A2PH0HEQugG5eJ005clwBlBmrJwDwGcorBNjYybOsqwit05QQ4R1/RAB3oqQHgoWiAnL5/NKvrC/4tQBNacYesDAR5fkxHV6QU72EQczhNSfE4VpOOmY01jsOyMYYXLGElcbSIZT4W4C1MxQIIUy9sU1ltGXyeYQSfuua7L2jOWYnPKbt2HKE3dR/0Iqx593lq4AT9OQE2MZ2yDTpyXKUlF0lthP3gy8nKwBqGcgLsYCHDNuwAAe4Nk7ipZRbk9F2MWZFt+CeiEuAdAU5CIQxYYdUAAAAASUVORK5CYII=');
57
51
  }
58
52
 
59
53
  .filter-header {
@@ -1721,7 +1715,7 @@ body {
1721
1715
  background: #f3f7ff;
1722
1716
  border-color: #5585f5;
1723
1717
  .guage-img {
1724
- content: url('../src/assets/img/video_hover.png');
1718
+ content: url('data:image/png;base64,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');
1725
1719
  }
1726
1720
  .c-uploader-btn .uploader-icon,
1727
1721
  .c-uploader-btn .uploader-text p,
@@ -1,4 +1,4 @@
1
- import { Func } from '../..\..\../es/src/types';
1
+ import { Func } from '../../../../es/src/types';
2
2
  import { PropType } from 'vue';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  renderer: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, unref, createElementVNode, createVNode, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
2
- import SvgIcon from '../..\\..\\../src/components/SvgIcon';
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-evaluate2.js';
3
3
  import moment from 'moment';
4
- import SvgIcon from '../..\\..\\../src/components/SvgIcon';
4
+ import SvgIcon from '../../../../src/components/SvgIcon';
5
5
 
6
6
  const _hoisted_1 = { class: "answered-wrap" };
7
7
  var script = /* @__PURE__ */ defineComponent({
@@ -1,2 +1 @@
1
- import './LoadingCom2.js';
2
- export { default } from './LoadingCom.vue_vue_type_script_setup_true_lang.js';
1
+ export { default } from './LoadingCom2.js';
@@ -9,12 +9,8 @@ const _hoisted_2 = /* @__PURE__ */ createStaticVNode('<div class="n-base-loading
9
9
  const _hoisted_3 = [
10
10
  _hoisted_2
11
11
  ];
12
- var script = {
13
- setup(__props) {
14
- return (_ctx, _cache) => {
15
- return openBlock(), createElementBlock("div", _hoisted_1, _hoisted_3);
16
- };
17
- }
18
- };
12
+ function render(_ctx, _cache) {
13
+ return openBlock(), createElementBlock("div", _hoisted_1, _hoisted_3);
14
+ }
19
15
 
20
- export { script as default };
16
+ export { render };
@@ -1,4 +1,7 @@
1
- import script from './LoadingCom.vue_vue_type_script_setup_true_lang.js';
2
- export { default } from './LoadingCom.vue_vue_type_script_setup_true_lang.js';
1
+ import { render } from './LoadingCom.vue_vue_type_template_id_413329b0_lang.js';
3
2
 
3
+ const script = {};
4
+ script.render = render;
4
5
  script.__file = "packages/scale-view/src/components/LoadingCom.vue";
6
+
7
+ export { script as default };
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, computed, openBlock, createElementBlock, unref, createCommentVNode, createElementVNode, toDisplayString } from 'vue';
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';
2
+ import noData from '../../../../src/assets/img/nodata';
3
+ import noPermission from '../../../../src/assets/img/no-permission';
4
+ import failure from '../../../../src/assets/img/failure';
5
+ import notfound from '../../../../src/assets/img/notfound';
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 './address2.js';
4
- import vexutils from '../..\\..\\..\\../src/utils/vexutils';
4
+ import vexutils from '../../../../../src/utils/vexutils';
5
5
 
6
6
  var RAddress = defineComponent({
7
7
  name: "RAddress",
@@ -1,7 +1,6 @@
1
1
  import { defineComponent, reactive, createVNode, resolveComponent } from 'vue';
2
2
  import { NCascader, NEmpty } from 'naive-ui';
3
- import '../LoadingCom2.js';
4
- import script from '../LoadingCom.vue_vue_type_script_setup_true_lang.js';
3
+ import script from '../LoadingCom2.js';
5
4
 
6
5
  var RCascader = defineComponent({
7
6
  name: "RCascader",
@@ -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 '../..\\..\\..\\../src/utils/vexutils';
5
+ import vexutils from '../../../../../src/utils/vexutils';
6
6
  import chooseCommon from '../composables/choose-common2.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 '../..\\..\\..\\../src/utils/vexutils';
3
+ import vexutils from '../../../../../src/utils/vexutils';
4
4
  import moment from 'moment';
5
5
 
6
6
  var scriptDatetime = defineComponent({
@@ -40,7 +40,7 @@ var scriptDatetime = defineComponent({
40
40
  return "daterange";
41
41
  });
42
42
  const defaultValue = (val) => {
43
- console.log(val, "---val---");
43
+ console.log(val, "time---val---");
44
44
  vexutils.isJSON(val) && (val = JSON.parse(val));
45
45
  if (!val || vexutils.isEmpty(val))
46
46
  return;
@@ -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 '../..\\..\\..\\../src/utils/vexutils';
3
+ import vexutils from '../../../../../src/utils/vexutils';
4
4
  import { AlertCircleOutline } from '@vicons/ionicons5';
5
- import CMap from '../..\\..\\..\\../packages/map';
5
+ import CMap from '../../../../../packages/map';
6
6
 
7
7
  var RMap = defineComponent({
8
8
  name: "RMap",
@@ -1,7 +1,6 @@
1
1
  import { defineComponent, reactive, computed, watch, createVNode, resolveComponent } from 'vue';
2
2
  import { NSelect, NEmpty } from 'naive-ui';
3
- import '../LoadingCom2.js';
4
- import script from '../LoadingCom.vue_vue_type_script_setup_true_lang.js';
3
+ import script from '../LoadingCom2.js';
5
4
 
6
5
  var scriptSelect = defineComponent({
7
6
  name: "RSelect",
@@ -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 '../..\\..\\..\\../src/utils/vexutils';
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 '../..\\..\\..\\..\\../src/utils/vexutils';
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-types2.js';
3
- import vexutils from '../..\\..\\../src/utils/vexutils';
3
+ import vexutils from '../../../../src/utils/vexutils';
4
4
  import moment from 'moment';
5
5
  import { componentMapStr } from './use-component2.js';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { handleQueryParams, getQueryVariable } from '../utils/judge-types2.js';
2
2
  import useNoData from './use-noData2.js';
3
- import vexutils from '../..\\..\\../src/utils/vexutils';
3
+ import vexutils from '../../../../src/utils/vexutils';
4
4
  import { componentMap } from './use-component2.js';
5
5
  import { useEvent } from './use-event2.js';
6
6
  import { ScaleViewComputed } from './scaleview-computed2.js';
@@ -81,6 +81,11 @@ const ScaleViewInit = (props, state, emit, config) => {
81
81
  const initForm = (data) => {
82
82
  var _a;
83
83
  let { list = [], map = {}, isFinished = false } = data;
84
+ let curUrl = handleFrontAddress(list);
85
+ if (curUrl) {
86
+ window.location.href = curUrl;
87
+ return;
88
+ }
84
89
  map.maxScore && (state.maxScore = map.maxScore);
85
90
  state.isFinished = isFinished;
86
91
  if (data.isNotFilled) {
@@ -188,6 +193,32 @@ const ScaleViewInit = (props, state, emit, config) => {
188
193
  });
189
194
  item.relationLogic = relationLogicObj;
190
195
  };
196
+ const handleFrontAddress = (list) => {
197
+ if (!list || !list.length)
198
+ return;
199
+ let matchItem = list.find((item) => item.type === "FRONT_ADDRESS");
200
+ if (!matchItem || !Object.keys(matchItem).length)
201
+ return;
202
+ let setting;
203
+ if (matchItem.setting && vexutils.isJSON(matchItem.setting)) {
204
+ setting = JSON.parse(matchItem.setting);
205
+ }
206
+ if (!setting || !Object.keys(setting).length)
207
+ return;
208
+ let query = handleQueryParams();
209
+ if ((query == null ? void 0 : query.redirect) == 1)
210
+ return;
211
+ let { frontAddress } = setting;
212
+ if (frontAddress) {
213
+ let urlHref = window.location.href;
214
+ let preStr = "?";
215
+ if (frontAddress.includes("?")) {
216
+ preStr = "&";
217
+ }
218
+ let curUrl = `${frontAddress}${preStr}redirect_url=${encodeURIComponent(urlHref)}`;
219
+ return curUrl;
220
+ }
221
+ };
191
222
  const handleBtnParamsEvaluate = (params) => {
192
223
  let defaultVariable = ["evaname", "evadesc", "evast", "evadur", "evaan"];
193
224
  let res = {};
@@ -1,5 +1,5 @@
1
1
  import { getQueryVariable, isOnlyOptions } from '../utils/judge-types2.js';
2
- import vexutils from '../..\\..\\../src/utils/vexutils';
2
+ import vexutils from '../../../../src/utils/vexutils';
3
3
  import moment from 'moment';
4
4
  import { ScaleViewComputed } from './scaleview-computed2.js';
5
5
 
@@ -1,4 +1,4 @@
1
- import vexutils from '../..\\..\\../src/utils/vexutils';
1
+ import vexutils from '../../../../src/utils/vexutils';
2
2
  import 'moment';
3
3
  import { ScaleViewComputed } from './scaleview-computed2.js';
4
4
 
@@ -9,8 +9,8 @@ import RCollection from '../components/formitem/r-collection2.js';
9
9
  import RAddress from '../components/formitem/r-address2.js';
10
10
  import RUpload from '../components/formitem/r-upload2.js';
11
11
  import RMap from '../components/formitem/r-map2.js';
12
- import RVodChunkUpload from '../..\\..\\../packages/chunk-upload/src/vod-chunk-upload';
13
- import CSelectLabel from '../..\\..\\../packages/select-label';
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 '../..\\..\\../src/utils/vexutils';
3
+ import vexutils from '../../../../src/utils/vexutils';
4
4
 
5
5
  const useEvaluate = (props, state, config) => {
6
6
  let { emit } = config;
@@ -1,4 +1,4 @@
1
- import vexutils from '../..\\..\\../src/utils/vexutils';
1
+ import vexutils from '../../../../src/utils/vexutils';
2
2
 
3
3
  const useEvent = (props, state) => {
4
4
  const formKey = (item) => {
@@ -1,6 +1,6 @@
1
1
  /// <reference types="lodash" />
2
2
  import { nextTick } from 'vue';
3
- import { handleLabelColor } from '../..\..\../es/src/utils/vexutils';
3
+ import { handleLabelColor } from '../../../../es/src/utils/vexutils';
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  item: {
6
6
  type: null;
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, reactive, computed, watch, openBlock, createElementBlock, unref, createCommentVNode, withDirectives, createElementVNode, createVNode, withCtx, Fragment, renderList, createBlock, createTextVNode, toDisplayString, normalizeClass, vShow, nextTick } from 'vue';
2
2
  import { useMessage, NTabs, NTabPane, NAnchor, NAnchorLink } from 'naive-ui';
3
3
  import './components/label-classify2.js';
4
- import vexutils, { handleLabelColor } from '../..\\../src/utils/vexutils';
4
+ import vexutils, { handleLabelColor } from '../../../src/utils/vexutils';
5
5
  import script$1 from './components/label-classify.vue_vue_type_script_setup_true_lang.js';
6
6
 
7
7
  const _hoisted_1 = {
@@ -1,9 +1,9 @@
1
1
  import { defineComponent, ref, reactive, computed, onMounted, watch, openBlock, createElementBlock, Fragment, createElementVNode, createVNode, unref, withCtx, renderList, createBlock, normalizeStyle, createTextVNode, toDisplayString, withDirectives, normalizeClass, vShow, createCommentVNode, mergeProps, nextTick } from 'vue';
2
2
  import { NSpace, NTag, NIcon, NModal } from 'naive-ui';
3
3
  import { AddCircleOutline } from '@vicons/ionicons5';
4
- import SvgIcon from '../..\\../src/components/SvgIcon';
4
+ import SvgIcon from '../../../src/components/SvgIcon';
5
5
  import './LabelFormContent2.js';
6
- import vexutils, { handleLabelColor } from '../..\\../src/utils/vexutils';
6
+ import vexutils, { handleLabelColor } from '../../../src/utils/vexutils';
7
7
  import script$1 from './LabelFormContent.vue_vue_type_script_setup_true_lang.js';
8
8
 
9
9
  const _hoisted_1 = {
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, reactive, computed, nextTick, watch, onMounted, openBlock, createElementBlock, createVNode, unref, withCtx, createElementVNode, createCommentVNode, withKeys, createTextVNode, toDisplayString, createBlock, withDirectives, vShow, mergeProps, renderSlot, Fragment, renderList, normalizeClass } from 'vue';
2
2
  import { useMessage, NSpin, NInputGroup, NInput, NButton, NCheckbox, NTree, NIcon, NTooltip } from 'naive-ui';
3
3
  import { CloseCircleSharp } from '@vicons/ionicons5';
4
- import vexutils from '../..\\../src/utils/vexutils';
4
+ import vexutils from '../../../src/utils/vexutils';
5
5
  import './SearchTree2.js';
6
6
  import { filterTree } from './utils/index2.js';
7
7
  import script$1 from './SearchTree.vue_vue_type_script_setup_true_lang.js';
@@ -1,4 +1,4 @@
1
- import { SFCWithInstall } from '../..\../es/src/types';
1
+ import { SFCWithInstall } from '../../../es/src/types';
2
2
  declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
3
3
  items: {
4
4
  type: ArrayConstructor;
@@ -0,0 +1 @@
1
+ type source = string;export default source;