cnhis-design-vue 3.1.31-beta.5 → 3.1.31-beta.7
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/es/components/big-table/index.js +1 -1
- package/es/components/big-table/src/{BigTable.js → BigTable.vue.js} +1 -1
- package/es/components/big-table/src/{BigTable.vue_vue_type_script_setup_true_lang.js → BigTable.vue2.js} +6 -6
- package/es/components/{scale-view/src/components/NoData.js → big-table/src/components/NoData.vue.js} +4 -4
- package/es/components/big-table/src/components/edit-form/{edit-separate.js → edit-separate.vue.js} +1 -1
- package/es/components/big-table/src/components/{input-button.js → input-button.vue.js} +0 -0
- package/es/components/big-table/src/components/{separate.js → separate.vue.js} +0 -0
- package/es/components/big-table/src/hooks/useEdit.js +1 -1
- package/es/components/big-table/src/utils.js +1 -1
- package/es/components/bpmn-workflow/index.js +1 -1
- package/es/components/bpmn-workflow/src/{BpmnWorkflow.js → BpmnWorkflow.vue.js} +0 -0
- package/es/components/button-print/index.d.ts +4 -6
- package/es/components/button-print/index.js +1 -1
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +4 -6
- package/es/components/button-print/src/{ButtonPrint.js → ButtonPrint.vue.js} +1 -1
- package/es/components/button-print/src/{ButtonPrint.vue_vue_type_script_setup_true_lang.js → ButtonPrint.vue2.js} +1 -1
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +2 -3
- package/es/components/button-print/src/components/{EditFormat.js → EditFormat.vue.js} +0 -0
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +4 -6
- package/es/components/button-print/src/components/{IdentityVerification.js → IdentityVerification.vue.js} +1 -1
- package/es/components/button-print/src/components/{Preview.js → Preview.vue.js} +1 -1
- package/es/components/button-print/src/components/{Preview.vue_vue_type_script_setup_true_lang.js → Preview.vue2.js} +0 -0
- package/es/components/button-print/src/utils/dialog.js +2 -2
- package/es/components/drag-layout/index.js +1 -1
- package/es/components/drag-layout/src/{DragFormLeftItem.js → DragFormLeftItem.vue.js} +0 -0
- package/es/components/drag-layout/src/{DragFormRightItem.js → DragFormRightItem.vue.js} +0 -0
- package/es/components/drag-layout/src/{DragLayout.js → DragLayout.vue.js} +2 -2
- package/es/components/fabric-chart/index.js +1 -1
- package/es/components/fabric-chart/src/{FabricChart.js → FabricChart.vue.js} +1 -1
- package/es/components/fabric-chart/src/components/{PopupTip.js → PopupTip.vue.js} +0 -0
- package/es/components/fabric-chart/src/utils/index.js +0 -1
- package/es/components/field-set/index.js +1 -1
- package/es/components/field-set/src/{FieldSet.js → FieldSet.vue.js} +0 -0
- package/es/components/form-config/index.js +1 -1
- package/es/components/form-config/src/{FormConfig.js → FormConfig.vue.js} +3 -3
- package/es/components/form-config/src/components/{FormConfigCreator.js → FormConfigCreator.vue.js} +0 -0
- package/es/components/form-config/src/components/{FormConfigDragDisplay.js → FormConfigDragDisplay.vue.js} +0 -0
- package/es/components/form-config/src/components/{FormConfigEdit.js → FormConfigEdit.vue.js} +0 -0
- package/es/components/form-config/src/components/index.js +6 -6
- package/es/components/form-config/src/components/renderer/{CloseButton.js → CloseButton.vue.js} +0 -0
- package/es/components/form-config/src/components/renderer/{ComplexNode.js → ComplexNode.vue.js} +2 -2
- package/es/components/form-config/src/components/renderer/{DefaultNode.js → DefaultNode.vue.js} +1 -1
- package/es/components/form-config/src/components/renderer/index.js +3 -3
- package/es/components/form-config/src/hooks/usePresetRenderer.js +2 -2
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/{FormRender.js → FormRender.vue.js} +0 -0
- package/es/components/form-render/src/{FormRenderWrapper.js → FormRenderWrapper.vue.js} +1 -1
- package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
- package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/{FormCollapse.js → FormCollapse.vue.js} +0 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.js +1 -1
- package/es/components/iho-table/index.js +1 -2
- package/es/components/iho-table/src/{IhoTable.js → IhoTable.vue.js} +0 -0
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +3 -1
- package/es/components/iho-table/src/plugins/filterPlugin/{filter.js → filter.vue.js} +0 -0
- package/es/components/iho-table/src/plugins/filterPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/{editDate.js → editDate.vue.js} +0 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/{editSeparate.js → editSeparate.vue.js} +0 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +4 -1
- package/es/components/info-header/index.js +1 -1
- package/es/components/info-header/src/{HiddenContent.js → HiddenContent.vue.js} +1 -1
- package/es/components/info-header/src/{InfoEllipsis.js → InfoEllipsis.vue.js} +0 -0
- package/es/components/info-header/src/{InfoHeader.js → InfoHeader.vue.js} +2 -2
- package/es/components/keyboard/index.d.ts +4 -4
- package/es/components/keyboard/index.js +1 -1
- package/es/components/keyboard/src/Keyboard.vue.d.ts +4 -4
- package/es/components/keyboard/src/{Keyboard.js → Keyboard.vue.js} +5 -5
- package/es/components/keyboard/src/components/{InputNumber.js → InputNumber.vue.js} +0 -0
- package/es/components/keyboard/src/components/{NumberPanel.js → NumberPanel.vue.js} +1 -1
- package/es/components/map/index.js +1 -1
- package/es/components/map/src/{Map.js → Map.vue.js} +0 -0
- package/es/components/recommend-search/index.d.ts +280 -0
- package/es/components/recommend-search/index.js +10 -0
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +280 -0
- package/es/components/recommend-search/src/RecommendSearch.vue.js +35 -0
- package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +128 -0
- package/es/components/recommend-search/src/components/BaseSearch.vue.js +153 -0
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +257 -0
- package/es/components/recommend-search/src/components/RecommendInput.vue.js +94 -0
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +52 -0
- package/es/components/recommend-search/src/components/RecommendMenu.vue.js +94 -0
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +2 -0
- package/es/components/recommend-search/src/components/RecommendSelect.vue.js +125 -0
- package/es/components/recommend-search/src/constant/index.d.ts +4 -0
- package/es/components/recommend-search/src/constant/index.js +7 -0
- package/es/components/recommend-search/src/types/index.d.ts +9 -0
- package/es/components/recommend-search/src/types/index.js +1 -0
- package/es/components/recommend-search/style/index.css +1 -0
- package/es/components/scale-view/index.d.ts +2 -3
- package/es/components/scale-view/index.js +1 -1
- package/es/components/scale-view/src/ScaleView.vue.d.ts +2 -3
- package/es/components/scale-view/src/{ScaleView.js → ScaleView.vue.js} +5 -5
- package/es/components/scale-view/src/components/{AnswerParse.js → AnswerParse.vue.js} +1 -1
- package/es/components/scale-view/src/components/{EvaluateCountdown.js → EvaluateCountdown.vue.js} +1 -1
- package/es/components/scale-view/src/components/{EvaluatePage.js → EvaluatePage.vue.js} +0 -0
- package/es/components/scale-view/src/components/{LoadingCom.js → LoadingCom.vue.js} +0 -0
- package/es/components/{big-table/src/components/NoData.js → scale-view/src/components/NoData.vue.js} +4 -4
- package/es/components/scale-view/src/components/formitem/r-cascader.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-select.js +1 -1
- package/es/components/scale-view/src/hooks/use-component.js +1 -1
- package/es/components/search-cascader/index.js +1 -1
- package/es/components/search-cascader/src/{SearchCascader.js → SearchCascader.vue.js} +0 -0
- package/es/components/select-label/index.js +2 -2
- package/es/components/select-label/src/{LabelFormContent.js → LabelFormContent.vue.js} +1 -1
- package/es/components/select-label/src/{SelectLabel.js → SelectLabel.vue.js} +1 -1
- package/es/components/select-label/src/{SelectLabel.vue_vue_type_script_setup_true_lang.js → SelectLabel.vue2.js} +2 -2
- package/es/components/select-label/src/components/{label-classify.js → label-classify.vue.js} +0 -0
- package/es/components/select-person/index.js +1 -1
- package/es/components/select-person/src/{SelectPerson.js → SelectPerson.vue.js} +1 -1
- package/es/components/select-person/src/{SelectPerson.vue_vue_type_script_setup_true_lang.js → SelectPerson.vue2.js} +0 -0
- package/es/components/shortcut-provider/index.js +1 -1
- package/es/components/shortcut-provider/src/{ShortcutProvider.js → ShortcutProvider.vue.js} +0 -0
- package/es/components/shortcut-setter/index.js +1 -1
- package/es/components/shortcut-setter/src/{ShortcutSetter.js → ShortcutSetter.vue.js} +1 -1
- package/es/components/shortcut-setter/src/{ShortcutSetterItem.js → ShortcutSetterItem.vue.js} +0 -0
- package/es/components/steps-wheel/index.js +1 -1
- package/es/components/steps-wheel/src/{StepsWheel.js → StepsWheel.vue.js} +0 -0
- package/es/components/steps-wheel/style/index.css +1 -1
- package/es/components/time-line/index.js +1 -1
- package/es/components/time-line/src/{TimeLine.js → TimeLine.vue.js} +0 -0
- package/es/components/vod-chunk-upload/index.js +1 -1
- package/es/components/vod-chunk-upload/src/{chunk-upload-new.js → chunk-upload-new.vue.js} +0 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/index.js +2 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/{vod-chunk-upload.js → vod-chunk-upload.vue.js} +3 -3
- package/es/components/vod-chunk-upload/src/vod-upload-modal.js +1 -1
- package/es/shared/assets/img/failure.js +1 -3
- package/es/shared/assets/img/failure.png.js +3 -0
- package/es/shared/assets/img/no-permission.js +1 -3
- package/es/shared/assets/img/no-permission.png.js +3 -0
- package/es/shared/assets/img/nodata.js +1 -3
- package/es/shared/assets/img/nodata.png.js +3 -0
- package/es/shared/assets/img/notfound.js +1 -3
- package/es/shared/assets/img/notfound.png.js +3 -0
- package/es/shared/assets/img/qr.js +1 -3
- package/es/shared/assets/img/qr.png.js +3 -0
- package/es/shared/assets/img/success.js +1 -3
- package/es/shared/assets/img/success.png.js +3 -0
- package/es/shared/assets/img/video.js +1 -3
- package/es/shared/assets/img/video.png.js +3 -0
- package/es/shared/assets/img/video_default_cover.js +1 -3
- package/es/shared/assets/img/video_default_cover.png.js +3 -0
- package/es/shared/assets/img/xb_big.js +1 -3
- package/es/shared/assets/img/xb_big.png.js +3 -0
- package/es/shared/assets/img/xb_small.js +1 -3
- package/es/shared/assets/img/xb_small.png.js +3 -0
- package/es/shared/components/SelectPage/{SelectPage.js → SelectPage.vue.js} +0 -0
- package/es/shared/components/SelectPage/index.js +2 -2
- package/es/shared/components/SvgIcon/{SvgIcon.js → SvgIcon.vue.js} +0 -0
- package/es/shared/components/SvgIcon/index.js +2 -2
- package/es/shared/components/TextOverTooltip/{TextOverTooltip.js → TextOverTooltip.vue.js} +0 -0
- package/es/shared/components/TextOverTooltip/index.js +2 -2
- package/es/shared/components/no-data/{NoData.js → NoData.vue.js} +4 -4
- package/es/shared/components/no-data/index.js +2 -2
- package/package.json +2 -2
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode, Fragment, renderList, createBlock, unref, withCtx, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
2
|
+
import { NTag } from 'naive-ui';
|
|
3
|
+
import { RecommendType } from '../constant/index.js';
|
|
4
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
5
|
+
|
|
6
|
+
const _hoisted_1 = { class: "recommend-search__menuRecommend" };
|
|
7
|
+
const _hoisted_2 = {
|
|
8
|
+
key: 0,
|
|
9
|
+
class: "recommend-search__recentRecommend"
|
|
10
|
+
};
|
|
11
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("header", null, "\u5E38\u7528\u641C\u7D22", -1);
|
|
12
|
+
const _hoisted_4 = { class: "recommend-search__menuRecommendList" };
|
|
13
|
+
const _hoisted_5 = {
|
|
14
|
+
key: 1,
|
|
15
|
+
class: "recommend-search__commonRecommend"
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_6 = /* @__PURE__ */ createElementVNode("header", null, "\u6700\u8FD1\u641C\u7D22", -1);
|
|
18
|
+
const _hoisted_7 = { class: "recommend-search__menuRecommendList" };
|
|
19
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
20
|
+
__name: "RecommendMenu",
|
|
21
|
+
props: {
|
|
22
|
+
getDisplayValue: { type: Function, default: (item) => item.itemObj },
|
|
23
|
+
commonList: { default: () => [] },
|
|
24
|
+
recentList: { default: () => [] }
|
|
25
|
+
},
|
|
26
|
+
emits: ["delete", "choose"],
|
|
27
|
+
setup(__props, { emit: emits }) {
|
|
28
|
+
function clickTag(type, value) {
|
|
29
|
+
emits("choose", { type, value });
|
|
30
|
+
}
|
|
31
|
+
function clickCommonTag(value) {
|
|
32
|
+
clickTag(RecommendType.COMMONLY, value);
|
|
33
|
+
}
|
|
34
|
+
function clickRecentTag(value) {
|
|
35
|
+
clickTag(RecommendType.RECENTLY, value);
|
|
36
|
+
}
|
|
37
|
+
function closeTag(type, value) {
|
|
38
|
+
emits("delete", { type, value });
|
|
39
|
+
}
|
|
40
|
+
function closeCommonTag(value) {
|
|
41
|
+
closeTag(RecommendType.COMMONLY, value);
|
|
42
|
+
}
|
|
43
|
+
function closeRecentTag(value) {
|
|
44
|
+
closeTag(RecommendType.RECENTLY, value);
|
|
45
|
+
}
|
|
46
|
+
return (_ctx, _cache) => {
|
|
47
|
+
return openBlock(), createElementBlock("section", _hoisted_1, [
|
|
48
|
+
__props.commonList.length ? (openBlock(), createElementBlock("section", _hoisted_2, [
|
|
49
|
+
_hoisted_3,
|
|
50
|
+
createElementVNode("div", _hoisted_4, [
|
|
51
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.commonList, (item) => {
|
|
52
|
+
return openBlock(), createBlock(unref(NTag), {
|
|
53
|
+
size: "small",
|
|
54
|
+
onClick: ($event) => clickCommonTag(item),
|
|
55
|
+
onClose: ($event) => closeCommonTag(item),
|
|
56
|
+
closable: "",
|
|
57
|
+
type: "primary",
|
|
58
|
+
key: item.itemObj
|
|
59
|
+
}, {
|
|
60
|
+
default: withCtx(() => [
|
|
61
|
+
createTextVNode(toDisplayString(__props.getDisplayValue(item)), 1)
|
|
62
|
+
]),
|
|
63
|
+
_: 2
|
|
64
|
+
}, 1032, ["onClick", "onClose"]);
|
|
65
|
+
}), 128))
|
|
66
|
+
])
|
|
67
|
+
])) : createCommentVNode("v-if", true),
|
|
68
|
+
__props.recentList.length ? (openBlock(), createElementBlock("section", _hoisted_5, [
|
|
69
|
+
_hoisted_6,
|
|
70
|
+
createElementVNode("div", _hoisted_7, [
|
|
71
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.recentList, (item) => {
|
|
72
|
+
return openBlock(), createBlock(unref(NTag), {
|
|
73
|
+
size: "small",
|
|
74
|
+
onClick: ($event) => clickRecentTag(item),
|
|
75
|
+
onClose: ($event) => closeRecentTag(item),
|
|
76
|
+
closable: "",
|
|
77
|
+
type: "primary",
|
|
78
|
+
key: item.itemObj
|
|
79
|
+
}, {
|
|
80
|
+
default: withCtx(() => [
|
|
81
|
+
createTextVNode(toDisplayString(__props.getDisplayValue(item)), 1)
|
|
82
|
+
]),
|
|
83
|
+
_: 2
|
|
84
|
+
}, 1032, ["onClick", "onClose"]);
|
|
85
|
+
}), 128))
|
|
86
|
+
])
|
|
87
|
+
])) : createCommentVNode("v-if", true)
|
|
88
|
+
]);
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
var RecommendMenu = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "RecommendMenu.vue"]]);
|
|
93
|
+
|
|
94
|
+
export { RecommendMenu as default };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, openBlock, createElementBlock, createVNode, mergeProps, unref, isRef, withCtx, createElementVNode, Fragment, renderList, toDisplayString, renderSlot } from 'vue';
|
|
2
|
+
import { useMemoize, useVModel, useVirtualList } from '@vueuse/core';
|
|
3
|
+
import { isObject } from 'lodash-es';
|
|
4
|
+
import RecommendMenu from './RecommendMenu.vue.js';
|
|
5
|
+
import BaseSearch from './BaseSearch.vue.js';
|
|
6
|
+
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
7
|
+
|
|
8
|
+
const _hoisted_1 = { class: "recommend-search" };
|
|
9
|
+
const _hoisted_2 = ["onClick"];
|
|
10
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("section", { class: "recommend-search__empty" }, "\u6682\u65E0\u6570\u636E", -1);
|
|
11
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
12
|
+
__name: "RecommendSelect",
|
|
13
|
+
props: {
|
|
14
|
+
value: null,
|
|
15
|
+
labelKey: { default: "label" },
|
|
16
|
+
valueKey: { default: "value" },
|
|
17
|
+
options: { default: () => [] },
|
|
18
|
+
commonList: { default: () => [] },
|
|
19
|
+
recentList: { default: () => [] }
|
|
20
|
+
},
|
|
21
|
+
emits: ["update:value", "search", "delete", "choose"],
|
|
22
|
+
setup(__props, { emit: emits }) {
|
|
23
|
+
const props = __props;
|
|
24
|
+
const currentOption = ref();
|
|
25
|
+
const jsonParse = useMemoize(
|
|
26
|
+
(value) => {
|
|
27
|
+
try {
|
|
28
|
+
return JSON.parse(value);
|
|
29
|
+
} catch (e) {
|
|
30
|
+
return {};
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{ getKey: (value) => value }
|
|
34
|
+
);
|
|
35
|
+
function getValue(item) {
|
|
36
|
+
const option = jsonParse(item.itemObj);
|
|
37
|
+
return isObject(option) ? option[props.valueKey] : null;
|
|
38
|
+
}
|
|
39
|
+
function getDisplayValue(item) {
|
|
40
|
+
if (isObject(item)) {
|
|
41
|
+
const option = jsonParse(item.itemObj);
|
|
42
|
+
return isObject(option) ? option[props.labelKey] : "";
|
|
43
|
+
}
|
|
44
|
+
let result = "";
|
|
45
|
+
[...props.options, currentOption.value].find((option) => {
|
|
46
|
+
if (!option)
|
|
47
|
+
return;
|
|
48
|
+
const value = jsonParse(option.itemObj);
|
|
49
|
+
if (isObject(value) && value[props.valueKey] === item) {
|
|
50
|
+
result = value[props.labelKey];
|
|
51
|
+
return true;
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
return result;
|
|
55
|
+
}
|
|
56
|
+
const baseSearchRef = ref();
|
|
57
|
+
const valueRef = useVModel(props, "value", emits);
|
|
58
|
+
const parsedOptions = computed(() => {
|
|
59
|
+
return props.options.filter((option) => {
|
|
60
|
+
return props.commonList.every(notInList) && props.recentList.every(notInList);
|
|
61
|
+
function notInList(item) {
|
|
62
|
+
return item.itemObj !== option.itemObj;
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
});
|
|
66
|
+
function search(value) {
|
|
67
|
+
emits("search", value);
|
|
68
|
+
}
|
|
69
|
+
function onClear() {
|
|
70
|
+
valueRef.value = null;
|
|
71
|
+
}
|
|
72
|
+
function onChoose({ value }) {
|
|
73
|
+
var _a;
|
|
74
|
+
valueRef.value = getValue(value);
|
|
75
|
+
(_a = baseSearchRef.value) == null ? void 0 : _a.closeMenu();
|
|
76
|
+
currentOption.value = value;
|
|
77
|
+
emits("choose", valueRef.value);
|
|
78
|
+
}
|
|
79
|
+
const { list, wrapperProps, containerProps } = useVirtualList(parsedOptions, { itemHeight: 32, overscan: 3 });
|
|
80
|
+
return (_ctx, _cache) => {
|
|
81
|
+
return openBlock(), createElementBlock("section", _hoisted_1, [
|
|
82
|
+
createVNode(BaseSearch, mergeProps({
|
|
83
|
+
ref_key: "baseSearchRef",
|
|
84
|
+
ref: baseSearchRef,
|
|
85
|
+
value: unref(valueRef),
|
|
86
|
+
"onUpdate:value": _cache[1] || (_cache[1] = ($event) => isRef(valueRef) ? valueRef.value = $event : null),
|
|
87
|
+
"display-value": getDisplayValue(unref(valueRef)),
|
|
88
|
+
onSearch: search,
|
|
89
|
+
onClear
|
|
90
|
+
}, _ctx.$attrs), {
|
|
91
|
+
menu: withCtx(() => [
|
|
92
|
+
createVNode(RecommendMenu, {
|
|
93
|
+
"get-display-value": getDisplayValue,
|
|
94
|
+
"common-list": __props.commonList,
|
|
95
|
+
"recent-list": __props.recentList,
|
|
96
|
+
onDelete: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("delete", $event)),
|
|
97
|
+
onChoose
|
|
98
|
+
}, null, 8, ["common-list", "recent-list"]),
|
|
99
|
+
unref(parsedOptions).length ? (openBlock(), createElementBlock("section", mergeProps({
|
|
100
|
+
key: 0,
|
|
101
|
+
class: "recommend-search__optionContainer",
|
|
102
|
+
style: { "height": "256px" }
|
|
103
|
+
}, unref(containerProps)), [
|
|
104
|
+
createElementVNode("section", mergeProps({ class: "recommend-search__optionWrapper" }, unref(wrapperProps)), [
|
|
105
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(list), (option) => {
|
|
106
|
+
return openBlock(), createElementBlock("div", {
|
|
107
|
+
onClick: ($event) => onChoose({ value: option.data }),
|
|
108
|
+
key: option.data.itemObj,
|
|
109
|
+
class: "recommend-search__option"
|
|
110
|
+
}, toDisplayString(getDisplayValue(option.data)), 9, _hoisted_2);
|
|
111
|
+
}), 128))
|
|
112
|
+
], 16)
|
|
113
|
+
], 16)) : renderSlot(_ctx.$slots, "empty", { key: 1 }, () => [
|
|
114
|
+
_hoisted_3
|
|
115
|
+
])
|
|
116
|
+
]),
|
|
117
|
+
_: 3
|
|
118
|
+
}, 16, ["value", "display-value"])
|
|
119
|
+
]);
|
|
120
|
+
};
|
|
121
|
+
}
|
|
122
|
+
});
|
|
123
|
+
var RecommendSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "RecommendSelect.vue"]]);
|
|
124
|
+
|
|
125
|
+
export { RecommendSelect as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.recommend-search__menuRecommendList{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.recommend-search__menuRecommendList .n-tag{cursor:pointer}.recommend-search__recentRecommend{margin-bottom:8px}.recommend-search__recentRecommend>header{color:rgba(0,0,0,.4)}.recommend-search__commonRecommend{margin-bottom:8px}.recommend-search__commonRecommend>header{color:rgba(0,0,0,.4)}.recommend-search__option{align-items:center;border-radius:4px;cursor:pointer;display:flex;height:32px;padding:0 8px}.recommend-search__option:hover{background:rgba(0,0,0,.03)}.recommend-search__optionContainer{border:1px solid rgba(0,0,0,.1);border-radius:4px}.recommend-search__empty{align-items:center;color:rgba(0,0,0,.3);display:flex;height:100px;justify-content:center}
|
|
@@ -923,8 +923,8 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
923
923
|
'--n-feedback-text-color-warning': string;
|
|
924
924
|
'--n-feedback-text-color-error': string;
|
|
925
925
|
}> | undefined;
|
|
926
|
-
themeClass: import("vue").Ref<string
|
|
927
|
-
onRender: (
|
|
926
|
+
themeClass: import("vue").Ref<string>;
|
|
927
|
+
onRender: () => void;
|
|
928
928
|
validate: import("naive-ui/es/form/src/interface").FormItemValidate;
|
|
929
929
|
restoreValidation: () => void;
|
|
930
930
|
path?: string | undefined;
|
|
@@ -948,7 +948,6 @@ declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
948
948
|
key: string;
|
|
949
949
|
render: () => import("vue").VNodeChild;
|
|
950
950
|
}[]>;
|
|
951
|
-
reverseColSpace: import("vue").ComputedRef<boolean>;
|
|
952
951
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
953
952
|
readonly label: StringConstructor;
|
|
954
953
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
@@ -2,7 +2,7 @@ import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
3
|
import { loadViewer } from '../../shared/utils/loadViewer.js';
|
|
4
4
|
import '../../shared/utils/utilExpand.js';
|
|
5
|
-
import script from './src/ScaleView.js';
|
|
5
|
+
import script from './src/ScaleView.vue.js';
|
|
6
6
|
import scriptRadio from './src/components/formitem/r-radio.js';
|
|
7
7
|
import scriptCheckbox from './src/components/formitem/r-checkbox.js';
|
|
8
8
|
import scriptSelect from './src/components/formitem/r-select.js';
|
|
@@ -922,8 +922,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
922
922
|
'--n-feedback-text-color-warning': string;
|
|
923
923
|
'--n-feedback-text-color-error': string;
|
|
924
924
|
}> | undefined;
|
|
925
|
-
themeClass: import("vue").Ref<string
|
|
926
|
-
onRender: (
|
|
925
|
+
themeClass: import("vue").Ref<string>;
|
|
926
|
+
onRender: () => void;
|
|
927
927
|
validate: import("naive-ui/es/form/src/interface").FormItemValidate;
|
|
928
928
|
restoreValidation: () => void;
|
|
929
929
|
path?: string | undefined;
|
|
@@ -947,7 +947,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
947
947
|
key: string;
|
|
948
948
|
render: () => import("vue").VNodeChild;
|
|
949
949
|
}[]>;
|
|
950
|
-
reverseColSpace: import("vue").ComputedRef<boolean>;
|
|
951
950
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
952
951
|
readonly label: StringConstructor;
|
|
953
952
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
@@ -7,11 +7,11 @@ import { ScaleViewInit } from './hooks/scaleview-init.js';
|
|
|
7
7
|
import { ScaleViewSubmit } from './hooks/scaleview-submit.js';
|
|
8
8
|
import { handleQueryParams, isCollection, isEvaluation } from './utils/judge-types.js';
|
|
9
9
|
import { useEvent } from './hooks/use-event.js';
|
|
10
|
-
import NoData from './components/NoData.js';
|
|
11
|
-
import script$1 from '../../../shared/components/SvgIcon/SvgIcon.js';
|
|
12
|
-
import EvaluateCountdown from './components/EvaluateCountdown.js';
|
|
13
|
-
import EvaluatePage from './components/EvaluatePage.js';
|
|
14
|
-
import AnswerParse from './components/AnswerParse.js';
|
|
10
|
+
import NoData from './components/NoData.vue.js';
|
|
11
|
+
import script$1 from '../../../shared/components/SvgIcon/SvgIcon.vue.js';
|
|
12
|
+
import EvaluateCountdown from './components/EvaluateCountdown.vue.js';
|
|
13
|
+
import EvaluatePage from './components/EvaluatePage.vue.js';
|
|
14
|
+
import AnswerParse from './components/AnswerParse.vue.js';
|
|
15
15
|
import ScaleScore from './components/ScaleScore.js';
|
|
16
16
|
import { useDialog, useMessage, NForm, NFormItem, NButton } from 'naive-ui';
|
|
17
17
|
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, unref, createElementVNode, createVNode, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
2
|
-
import script from '../../../../shared/components/SvgIcon/SvgIcon.js';
|
|
2
|
+
import script from '../../../../shared/components/SvgIcon/SvgIcon.vue.js';
|
|
3
3
|
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = { class: "answer-res-wrap" };
|
package/es/components/scale-view/src/components/{EvaluateCountdown.js → EvaluateCountdown.vue.js}
RENAMED
|
@@ -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 script from '../../../../shared/components/SvgIcon/SvgIcon.js';
|
|
4
|
+
import script from '../../../../shared/components/SvgIcon/SvgIcon.vue.js';
|
|
5
5
|
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
6
6
|
|
|
7
7
|
const _hoisted_1 = { class: "answered-wrap" };
|
|
File without changes
|
|
File without changes
|
package/es/components/{big-table/src/components/NoData.js → scale-view/src/components/NoData.vue.js}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createElementBlock, unref, createCommentVNode, createElementVNode, toDisplayString } from 'vue';
|
|
2
|
-
import noData from '../../../../shared/assets/img/nodata.js';
|
|
3
|
-
import noPermission from '../../../../shared/assets/img/no-permission.js';
|
|
4
|
-
import failure from '../../../../shared/assets/img/failure.js';
|
|
5
|
-
import notfound from '../../../../shared/assets/img/notfound.js';
|
|
2
|
+
import noData from '../../../../shared/assets/img/nodata.png.js';
|
|
3
|
+
import noPermission from '../../../../shared/assets/img/no-permission.png.js';
|
|
4
|
+
import failure from '../../../../shared/assets/img/failure.png.js';
|
|
5
|
+
import notfound from '../../../../shared/assets/img/notfound.png.js';
|
|
6
6
|
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
7
7
|
|
|
8
8
|
const _hoisted_1 = { class: "no-data-tip NoData-page" };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, reactive, createVNode, resolveComponent } from 'vue';
|
|
2
2
|
import { NCascader, NEmpty } from 'naive-ui';
|
|
3
|
-
import LoadingCom from '../LoadingCom.js';
|
|
3
|
+
import LoadingCom from '../LoadingCom.vue.js';
|
|
4
4
|
|
|
5
5
|
var RCascader = defineComponent({
|
|
6
6
|
name: "RCascader",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, reactive, computed, watch, createVNode, resolveComponent } from 'vue';
|
|
2
2
|
import { NSelect, NEmpty } from 'naive-ui';
|
|
3
|
-
import LoadingCom from '../LoadingCom.js';
|
|
3
|
+
import LoadingCom from '../LoadingCom.vue.js';
|
|
4
4
|
|
|
5
5
|
var scriptSelect = defineComponent({
|
|
6
6
|
name: "RSelect",
|
|
@@ -9,7 +9,7 @@ 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 script from '../../../vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js';
|
|
12
|
+
import script from '../../../vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.js';
|
|
13
13
|
import SelectLabel from '../../../select-label/index.js';
|
|
14
14
|
import RSign from '../components/formitem/r-sign.js';
|
|
15
15
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/SearchCascader.js';
|
|
3
|
+
import script from './src/SearchCascader.vue.js';
|
|
4
4
|
|
|
5
5
|
const SearchCascader = script;
|
|
6
6
|
SearchCascader.install = function(app) {
|
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/SelectLabel.js';
|
|
4
|
-
import scriptFormContent from './src/LabelFormContent.js';
|
|
3
|
+
import script from './src/SelectLabel.vue.js';
|
|
4
|
+
import scriptFormContent from './src/LabelFormContent.vue.js';
|
|
5
5
|
|
|
6
6
|
const SelectLabel = script;
|
|
7
7
|
const LabelFormContent = scriptFormContent;
|
|
@@ -1,6 +1,6 @@
|
|
|
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
|
-
import labelClassify from './components/label-classify.js';
|
|
3
|
+
import labelClassify from './components/label-classify.vue.js';
|
|
4
4
|
import { handleLabelColor } from '../../../shared/utils/vexutils.js';
|
|
5
5
|
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.js';
|
|
6
6
|
import XEUtils from 'xe-utils';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import _sfc_main from './SelectLabel.
|
|
1
|
+
import _sfc_main from './SelectLabel.vue2.js';
|
|
2
2
|
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.js';
|
|
3
3
|
|
|
4
4
|
var script = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "SelectLabel.vue"]]);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, reactive, computed, onMounted, watch, openBlock, createElementBlock, Fragment, createElementVNode, createVNode, unref, withCtx, renderList, createBlock, normalizeStyle, toDisplayString, withDirectives, normalizeClass, createTextVNode, vShow, createCommentVNode, mergeProps, nextTick } from 'vue';
|
|
2
2
|
import { NSpace, NTag, NTooltip, NIcon, NModal } from 'naive-ui';
|
|
3
3
|
import { AddCircleOutline } from '@vicons/ionicons5';
|
|
4
|
-
import script from '../../../shared/components/SvgIcon/SvgIcon.js';
|
|
5
|
-
import scriptFormContent from './LabelFormContent.js';
|
|
4
|
+
import script from '../../../shared/components/SvgIcon/SvgIcon.vue.js';
|
|
5
|
+
import scriptFormContent from './LabelFormContent.vue.js';
|
|
6
6
|
import { handleLabelColor } from '../../../shared/utils/vexutils.js';
|
|
7
7
|
import XEUtils from 'xe-utils';
|
|
8
8
|
|
package/es/components/select-label/src/components/{label-classify.js → label-classify.vue.js}
RENAMED
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/SelectPerson.js';
|
|
3
|
+
import script from './src/SelectPerson.vue.js';
|
|
4
4
|
|
|
5
5
|
const SelectPerson = script;
|
|
6
6
|
SelectPerson.install = function(app) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import _sfc_main from './SelectPerson.
|
|
1
|
+
import _sfc_main from './SelectPerson.vue2.js';
|
|
2
2
|
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.js';
|
|
3
3
|
|
|
4
4
|
var script = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "SelectPerson.vue"]]);
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/ShortcutProvider.js';
|
|
3
|
+
import script from './src/ShortcutProvider.vue.js';
|
|
4
4
|
export { GlobalShortcutProvider, ShortcutManager, useShortcuts } from './src/hooks/useShortcuts.js';
|
|
5
5
|
export { useShortcutSignature } from './src/hooks/useShortcutSignature.js';
|
|
6
6
|
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/ShortcutSetter.js';
|
|
3
|
+
import script from './src/ShortcutSetter.vue.js';
|
|
4
4
|
|
|
5
5
|
const ShortcutSetter = script;
|
|
6
6
|
ShortcutSetter.install = function(app) {
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, computed, watch, openBlock, createBlock, unref }
|
|
|
2
2
|
import { isEqual, cloneDeep } from 'lodash-es';
|
|
3
3
|
import '../../shortcut-provider/index.js';
|
|
4
4
|
import { normalizeSignatureInfo, isInvalidSignature, getDisplaySignature } from '../../shortcut-provider/src/utils/index.js';
|
|
5
|
-
import ShortcutSetterItem from './ShortcutSetterItem.js';
|
|
5
|
+
import ShortcutSetterItem from './ShortcutSetterItem.vue.js';
|
|
6
6
|
import FormRender from '../../form-render/index.js';
|
|
7
7
|
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.js';
|
|
8
8
|
import { GlobalShortcutProvider, useShortcuts } from '../../shortcut-provider/src/hooks/useShortcuts.js';
|
package/es/components/shortcut-setter/src/{ShortcutSetterItem.js → ShortcutSetterItem.vue.js}
RENAMED
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/StepsWheel.js';
|
|
3
|
+
import script from './src/StepsWheel.vue.js';
|
|
4
4
|
|
|
5
5
|
const StepsWheel = script;
|
|
6
6
|
StepsWheel.install = function(app) {
|
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.step-wheel-box{font-family:PingFangSC-Medium,PingFang SC;font-size:16px;font-weight:500;height:100%;overflow:hidden;width:100%}.step-wheel-box .stepOut{display:flex;justify-content:center}.step-wheel-box .stepOut .stepItem{float:left;font-family:SimSun;font-size:16px;height:180px;min-width:73px;position:relative;text-align:center;top:48px;width:15%}.step-wheel-box .stepOut .stepItem .lineCircleRight{border-
|
|
1
|
+
.step-wheel-box{font-family:PingFangSC-Medium,PingFang SC;font-size:16px;font-weight:500;height:100%;overflow:hidden;width:100%}.step-wheel-box .stepOut{display:flex;justify-content:center}.step-wheel-box .stepOut .stepItem{float:left;font-family:SimSun;font-size:16px;height:180px;min-width:73px;position:relative;text-align:center;top:48px;width:15%}.step-wheel-box .stepOut .stepItem .lineCircleRight{border-color:#fff;border-bottom:1px dashed rgba(3,2,2,.4);border-left:0 hidden #fff!important;border-radius:0 25px 25px 0;border-right:1px dashed rgba(3,2,2,.4);border-top:1px dashed rgba(3,2,2,.4);display:block;height:100%;left:55%;position:absolute;top:6px;width:30%}.step-wheel-box .stepOut .stepItem .lineCirclePlacementRight{width:100%}.step-wheel-box .stepOut .stepItem .lineCircleLeft{border-color:#fff;border-bottom:1px dashed rgba(3,2,2,.4);border-left:0 hidden #fff;border-radius:25px 0 0 25px;border-right:0 dashed rgba(3,2,2,.4)!important;border-top:1px dashed rgba(3,2,2,.4);display:block;height:100%;left:15%;position:absolute;top:6px;width:30%}.step-wheel-box .stepOut .stepItem .lineCirclePlacementLeft{left:-55%;width:100%}.step-wheel-box .stepOut .stepItem .lineCircleActive{border:1px solid #2563f4}.step-wheel-box .stepOut .stepItem .lineCircleFinished{border:1px solid #5dc055}.step-wheel-box .stepOut .stepItem .icon{background:#969696;border-radius:50%;height:13px;margin:0 auto;position:relative;width:13px;z-index:888}.step-wheel-box .stepOut .stepItem .active{background-color:#2563f4}.step-wheel-box .stepOut .stepItem .finished{background-color:#5dc055!important;border-color:#5dc055!important;color:#fff!important}.step-wheel-box .stepOut .stepItem .labelFinsh{color:#5dc055!important}.step-wheel-box .stepOut .stepItem .line{border-bottom:1px dashed rgba(3,2,2,.4);left:55%;position:absolute;top:6px;width:90%;z-index:111}.step-wheel-box .stepOut .stepItem .lineActive{border-bottom:1px solid #2563f4}.step-wheel-box .stepOut .stepItem .stepTopBox{background:rgba(110,153,255,.11);border-radius:4px;color:#2563f4;cursor:pointer;height:40px;left:50%;line-height:40px;max-width:70%;min-width:73px;overflow:hidden;padding:0 5px;position:absolute;text-overflow:ellipsis;top:-48px;transform:translateX(-50%);white-space:nowrap}.step-wheel-box .stepOut .stepItem .stepTopBox_right{transform:translateX(-10%)}.step-wheel-box .stepOut .stepItem .stepTopBox_left{transform:translateX(-90%)}.step-wheel-box .stepOut .stepItem .stepBottomBox{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:66%;min-width:73px;width:100%}.step-wheel-box .stepOut .stepItem .stepBottomBox .stepBottomCustomBox{align-items:center;display:flex;flex-direction:column;height:100%;padding:8px 0;width:100%}.step-wheel-box .stepOut .stepItem .stepBottomBox .stepBottomCustomBox .stepBottomDefaultBox{align-items:center}.step-wheel-box .stepOut .stepItem .stepBottomBox .stepBottomCustomBox .alignItemsEnd{align-items:flex-end}.step-wheel-box .stepOut .stepItem .stepBottomBox .stepBottomCustomBox .alignItemsStart{align-items:flex-start}.step-wheel-box .stepOut .stepItem .stepBottomBox .alignItemsEnd{align-items:flex-end}.step-wheel-box .stepOut .stepItem .stepBottomBox .alignItemsStart{align-items:flex-start}.step-wheel-box .stepOut .stepItem .stepBottomBox_right{align-items:flex-start;left:45%;position:relative}.step-wheel-box .stepOut .stepItem .stepBottomBox_left{align-items:flex-end;left:-45%;position:relative}.step-wheel-box .stepOut .stepItem .stepLabel{color:#212121;line-height:36px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.step-wheel-box .stepOut .stepItem .stepLabel_right{text-align:left}.step-wheel-box .stepOut .stepItem .stepLabel_left{text-align:right}.step-wheel-box .stepOut .stepItem .stepExtra{border:1px solid #cacaca;border-radius:4px;height:26px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:73px}.step-wheel-box .stepOut .stepItem .statusTime{color:rgba(0,0,0,.6);font-size:14px;font-weight:400;height:34px;margin:0;width:100px}.placementRight{left:-1%;position:relative}.placementLeft{left:10%;position:relative}.nodeTipContent{margin:0;max-height:200px;max-width:400px;overflow:auto;padding:0;text-align:center}.nodeTipContent li{list-style:none;margin-bottom:5px}.nodeTipContent li p{margin:0}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/TimeLine.js';
|
|
3
|
+
import script from './src/TimeLine.vue.js';
|
|
4
4
|
|
|
5
5
|
const TimeLine = script;
|
|
6
6
|
TimeLine.install = function(app) {
|
|
File without changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
|
-
import script from './src/vod-chunk-upload/vod-chunk-upload.js';
|
|
2
|
+
import script from './src/vod-chunk-upload/vod-chunk-upload.vue.js';
|
|
3
3
|
import uploader from 'vue-simple-uploader';
|
|
4
4
|
import 'vue-simple-uploader/dist/style.css';
|
|
5
5
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
File without changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import script from './vod-chunk-upload.js';
|
|
2
|
-
export { default } from './vod-chunk-upload.js';
|
|
1
|
+
import script from './vod-chunk-upload.vue.js';
|
|
2
|
+
export { default } from './vod-chunk-upload.vue.js';
|
|
@@ -7,9 +7,9 @@ import videoModal from '../../../../shared/components/player-vod/video-modal.js'
|
|
|
7
7
|
import vodUploadModal from '../vod-upload-modal.js';
|
|
8
8
|
import { NIcon, NButton } from 'naive-ui';
|
|
9
9
|
import { PlayCircleSharp, PlayCircleOutline, RemoveCircleSharp } from '@vicons/ionicons5';
|
|
10
|
-
import default_cover from '../../../../shared/assets/img/video_default_cover.js';
|
|
11
|
-
import videoImg from '../../../../shared/assets/img/video.js';
|
|
12
|
-
import success from '../../../../shared/assets/img/success.js';
|
|
10
|
+
import default_cover from '../../../../shared/assets/img/video_default_cover.png.js';
|
|
11
|
+
import videoImg from '../../../../shared/assets/img/video.png.js';
|
|
12
|
+
import success from '../../../../shared/assets/img/success.png.js';
|
|
13
13
|
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
14
14
|
|
|
15
15
|
const _hoisted_1 = { class: "c-upload" };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, createVNode, resolveComponent, mergeProps, createTextVNode } from 'vue';
|
|
2
2
|
import { NModal, NCard, NButton } from 'naive-ui';
|
|
3
|
-
import chunkUploadCom from './chunk-upload-new.js';
|
|
3
|
+
import chunkUploadCom from './chunk-upload-new.vue.js';
|
|
4
4
|
|
|
5
5
|
var vodUploadModal = defineComponent({
|
|
6
6
|
name: "vodUploadModal",
|