cnhis-design-vue 3.1.45-beta.7 → 3.1.45-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/es/components/base-search/index.d.ts +2 -0
- package/es/components/base-search/src/index.vue.d.ts +2 -0
- package/es/components/base-search/style/index.css +1 -1
- package/es/components/classification/index.d.ts +165 -11
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +165 -11
- package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +165 -11
- package/es/components/classification/src/index.vue.d.ts +165 -11
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/fabric-chart/src/hooks/useGrid.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useGrid.js +1 -1
- package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +77 -0
- package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +93 -0
- package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +3 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +3 -0
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +3 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +3 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +3 -0
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin/dist/index.d.ts +3 -0
- package/es/components/iho-table/src/utils/dist/index.d.ts +44 -0
- package/es/components/index.css +1 -1
- package/es/components/quick-search/index.d.ts +2 -0
- package/es/components/quick-search/src/index.vue.d.ts +2 -0
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +36 -0
- package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +36 -0
- package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +82 -0
- package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +57 -0
- package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +57 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +165 -10
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +16 -1
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +18 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +128 -10
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic1.vue.d.ts +61 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +163 -10
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +165 -10
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +218 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/{Date.vue.d.ts → DateOut.vue.d.ts} +21 -2
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +71 -0
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +99 -5
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -9
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +7 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +6 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +15 -25
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/Select1.vue.d.ts +45 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +175 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +114 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +520 -25
- package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
- package/es/components/table-filter/src/components/render-widget/enums.d.ts +10 -3
- package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
- package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.d.ts +27 -0
- package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.js +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.d.ts +55 -0
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/enums.d.ts +56 -0
- package/es/components/table-filter/src/components/render-widget/helpers/enums.js +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +2 -6
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +1 -1
- package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +548 -24
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -0
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
- package/es/components/table-filter/src/tool/baseOptions.js +1 -1
- package/es/components/table-filter/src/types/enums.d.ts +2 -0
- package/es/components/table-filter/src/types/enums.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
- package/es/components/table-filter/src/components/render-widget/basicData.d.ts +0 -4
- package/es/components/table-filter/src/components/render-widget/basicData.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +0 -1
package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
+
import { AnyObject } from '../../../../../../../es/shared/types';
|
|
2
3
|
declare type ITypeDate = 'date' | 'datetime';
|
|
3
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
componentCfg: {
|
|
6
|
+
type: PropType<AnyObject>;
|
|
7
|
+
};
|
|
4
8
|
type: {
|
|
5
9
|
type: PropType<ITypeDate>;
|
|
6
10
|
default: string;
|
|
@@ -27,6 +31,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
31
|
};
|
|
28
32
|
}, {
|
|
29
33
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
+
componentCfg: {
|
|
35
|
+
type: PropType<AnyObject>;
|
|
36
|
+
};
|
|
30
37
|
type: {
|
|
31
38
|
type: PropType<ITypeDate>;
|
|
32
39
|
default: string;
|
|
@@ -55,20 +62,37 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
62
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
56
63
|
}>>;
|
|
57
64
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
58
|
-
dateList: import("vue").Ref<any[]>;
|
|
59
65
|
isShowDateRange: import("vue").Ref<boolean>;
|
|
60
66
|
radioValue: import("vue").Ref<string>;
|
|
61
67
|
startDate: import("vue").Ref<any>;
|
|
62
68
|
endDate: import("vue").Ref<any>;
|
|
69
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
70
|
+
onlyRadio: import("vue").ComputedRef<boolean>;
|
|
71
|
+
isPastTime: import("vue").ComputedRef<boolean>;
|
|
72
|
+
isFutureTime: import("vue").ComputedRef<boolean>;
|
|
63
73
|
dateFormat: import("vue").ComputedRef<string>;
|
|
64
74
|
showTabStr: import("vue").ComputedRef<string>;
|
|
65
|
-
|
|
66
|
-
|
|
75
|
+
startDefault: import("vue").ComputedRef<string>;
|
|
76
|
+
endDefault: import("vue").ComputedRef<string>;
|
|
77
|
+
handleClickQuickBtn: (result: string) => void;
|
|
78
|
+
changeRadioValue: (value: string) => void;
|
|
79
|
+
changeDateShowType: () => void;
|
|
67
80
|
handleChange: (val: any, type: 'start' | 'end') => void;
|
|
68
81
|
isStartDateDisabled: (ts: number) => boolean;
|
|
82
|
+
timeStartDisabled: (ts: number) => {
|
|
83
|
+
isHourDisabled(hour: number): boolean | 0;
|
|
84
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
|
85
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
|
86
|
+
};
|
|
69
87
|
isEndDateDisabled: (ts: number) => boolean;
|
|
88
|
+
timeEndDisabled: (ts: number) => {
|
|
89
|
+
isHourDisabled(hour: number): boolean | 0;
|
|
90
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
|
91
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
|
92
|
+
};
|
|
93
|
+
init: () => void;
|
|
70
94
|
NButton: any;
|
|
71
|
-
CDatePicker: import("
|
|
95
|
+
CDatePicker: import("../../../../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
72
96
|
updateUnchangedValue: {
|
|
73
97
|
type: BooleanConstructor;
|
|
74
98
|
};
|
|
@@ -87,7 +111,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
111
|
type: FunctionConstructor;
|
|
88
112
|
};
|
|
89
113
|
}>> & {}>>;
|
|
90
|
-
datePickerRef: import("vue").Ref<
|
|
114
|
+
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
91
115
|
panelInstRef: import("vue").Ref<null>;
|
|
92
116
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
93
117
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -107,7 +131,77 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
107
131
|
}>>, {
|
|
108
132
|
updateUnchangedValue: boolean;
|
|
109
133
|
}>>;
|
|
134
|
+
DateQuickBtn: import("vue").DefineComponent<{
|
|
135
|
+
componentCfg: {
|
|
136
|
+
type: PropType<AnyObject>;
|
|
137
|
+
};
|
|
138
|
+
type: {
|
|
139
|
+
type: PropType<"date" | "datetime">;
|
|
140
|
+
default: string;
|
|
141
|
+
};
|
|
142
|
+
dateFormat: {
|
|
143
|
+
type: StringConstructor;
|
|
144
|
+
default: string;
|
|
145
|
+
};
|
|
146
|
+
radioValue: {
|
|
147
|
+
type: StringConstructor;
|
|
148
|
+
default: string;
|
|
149
|
+
};
|
|
150
|
+
}, {
|
|
151
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
152
|
+
componentCfg: {
|
|
153
|
+
type: PropType<AnyObject>;
|
|
154
|
+
};
|
|
155
|
+
type: {
|
|
156
|
+
type: PropType<"date" | "datetime">;
|
|
157
|
+
default: string;
|
|
158
|
+
};
|
|
159
|
+
dateFormat: {
|
|
160
|
+
type: StringConstructor;
|
|
161
|
+
default: string;
|
|
162
|
+
};
|
|
163
|
+
radioValue: {
|
|
164
|
+
type: StringConstructor;
|
|
165
|
+
default: string;
|
|
166
|
+
};
|
|
167
|
+
}>> & {
|
|
168
|
+
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
169
|
+
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
170
|
+
}>>;
|
|
171
|
+
emit: (event: "clickQuickBtn" | "changeRadioValue", ...args: any[]) => void;
|
|
172
|
+
dateList: import("vue").Ref<any[]>;
|
|
173
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
174
|
+
isRange: import("vue").ComputedRef<any>;
|
|
175
|
+
initData: () => void;
|
|
176
|
+
handleRadioClick: (value: string) => void;
|
|
177
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clickQuickBtn" | "changeRadioValue")[], "clickQuickBtn" | "changeRadioValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
178
|
+
componentCfg: {
|
|
179
|
+
type: PropType<AnyObject>;
|
|
180
|
+
};
|
|
181
|
+
type: {
|
|
182
|
+
type: PropType<"date" | "datetime">;
|
|
183
|
+
default: string;
|
|
184
|
+
};
|
|
185
|
+
dateFormat: {
|
|
186
|
+
type: StringConstructor;
|
|
187
|
+
default: string;
|
|
188
|
+
};
|
|
189
|
+
radioValue: {
|
|
190
|
+
type: StringConstructor;
|
|
191
|
+
default: string;
|
|
192
|
+
};
|
|
193
|
+
}>> & {
|
|
194
|
+
onClickQuickBtn?: ((...args: any[]) => any) | undefined;
|
|
195
|
+
onChangeRadioValue?: ((...args: any[]) => any) | undefined;
|
|
196
|
+
}, {
|
|
197
|
+
type: "date" | "datetime";
|
|
198
|
+
dateFormat: string;
|
|
199
|
+
radioValue: string;
|
|
200
|
+
}>;
|
|
110
201
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
202
|
+
componentCfg: {
|
|
203
|
+
type: PropType<AnyObject>;
|
|
204
|
+
};
|
|
111
205
|
type: {
|
|
112
206
|
type: PropType<ITypeDate>;
|
|
113
207
|
default: string;
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,ref as a,computed as
|
|
1
|
+
import{defineComponent as e,ref as a,computed as t,watch as l,openBlock as u,createElementBlock as r,unref as n,createBlock as i,createCommentVNode as o,normalizeClass as d,withCtx as v,createTextVNode as c,toDisplayString as m,createVNode as s,createElementVNode as p}from"vue";import{NButton as f}from"naive-ui";import y from"../../../../../date-picker/index.js";import g from"moment";import{isString as b}from"lodash-es";import{WidgetOptionEnums as h}from"../../../types/enums.js";import{dateDisabledCollect as k,isStartDateRangeDisabled as C,isTimeStartRangeDisabled as F,isEndDateRangeDisabled as M,isTimeEndRangeDisabled as S}from"../helpers/dateDisabled.js";import T from"./DateQuickBtn/index.vue.js";const Y={class:"render-widget-date-range"},D={key:2,class:"date-detail-range"},E=p("span",{class:"divider"},null,-1);var _=e({__name:"DateRangeInner",props:{componentCfg:{type:Object},type:{type:String,default:"date"},clearable:{type:Boolean,default:!1},valueFormat:{type:String,default:"yyyy-MM-dd"},startPlaceholder:{type:String,default:"起始"},endPlaceholder:{type:String,default:"截止"},value:{type:String,default:""}},emits:["update:value"],setup(e,{emit:p}){const _=e,j=a(!1),w=a(""),P=a(),I=a(),U=t((()=>{var e;return null==(e=_.componentCfg)?void 0:e.widgetCfg.optionSetting})),x=t((()=>U.value!==h.SELECT_TIME)),B=t((()=>U.value===h.PAST_TIME)),O=t((()=>U.value===h.FUTURE_TIME)),R=t((()=>{let e="";switch(_.type){case"date":e="YYYY-MM-DD";break;case"datetime":e="YYYY-MM-DD HH:mm:ss"}return e})),V=t((()=>{let e="";switch(_.type){case"date":e="选择日期";break;case"datetime":e="选择时间"}return e})),H=t((()=>O.value?k.curTime:"00:00:00")),Q=t((()=>B.value?k.curTime:"23:59:59"));function $(e){p("update:value",e)}function A(e){w.value=e}function L(){x.value&&(j.value=!j.value)}function q(e,a){switch(a){case"start":P.value=e;break;case"end":I.value=e}const t=P.value?g(P.value).format(R.value):null,l=I.value?g(I.value).format(R.value):null;p("update:value",t||l?`${null!=t?t:""} ~ ${null!=l?l:""}`:"")}function z(e){return C(e,U.value,I.value)}function G(e){return F(e,U.value,I.value)}function J(e){return M(e,U.value,P.value)}function K(e){return S(e,U.value,P.value)}return l((()=>_.value),(e=>{if(e&&b(e)&&e.includes("~")){const[a,t]=e.split("~");return a.trim()&&(P.value=g(a.trim()).valueOf()),void(t.trim()&&(I.value=g(t.trim()).valueOf()))}P.value=I.value=null,w.value=""}),{immediate:!0}),x.value||(j.value=!0),(a,t)=>(u(),r("div",Y,[n(x)&&!j.value?(u(),i(T,{key:0,componentCfg:e.componentCfg,type:e.type,dateFormat:n(R),radioValue:w.value,onClickQuickBtn:$,onChangeRadioValue:A},null,8,["componentCfg","type","dateFormat","radioValue"])):o("v-if",!0),n(x)?(u(),i(n(f),{key:1,secondary:"",class:d(j.value?"select-date-right":"select-date-left"),onClick:L},{default:v((()=>[c(m(n(V)),1)])),_:1},8,["class"])):o("v-if",!0),o(' default-time="23:59:59" '),!n(x)||j.value?(u(),r("div",D,[s(n(y),{type:e.type,to:"body","default-time":n(H),clearable:e.clearable,valueFormat:e.valueFormat,placeholder:e.startPlaceholder,value:P.value,"is-date-disabled":z,"is-time-disabled":G,"onUpdate:value":t[0]||(t[0]=e=>q(e,"start"))},null,8,["type","default-time","clearable","valueFormat","placeholder","value"]),E,s(n(y),{type:e.type,to:"body","default-time":n(Q),clearable:e.clearable,valueFormat:e.valueFormat,placeholder:e.endPlaceholder,value:I.value,"is-date-disabled":J,"is-time-disabled":K,"onUpdate:value":t[1]||(t[1]=e=>q(e,"end"))},null,8,["type","default-time","clearable","valueFormat","placeholder","value"])])):o("v-if",!0)]))}});export{_ as default};
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
+
import { AnyObject } from '../../../../../../../es/shared/types';
|
|
2
3
|
declare type ITypeDate = 'daterange' | 'datetimerange';
|
|
3
4
|
declare const _default: import("vue").DefineComponent<{
|
|
4
5
|
type: {
|
|
@@ -56,15 +57,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
56
57
|
}>>;
|
|
57
58
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
58
59
|
valueCp: import("vue").Ref<any>;
|
|
60
|
+
rangeShortcuts: import("vue").Ref<any>;
|
|
59
61
|
dateFormat: import("vue").ComputedRef<string>;
|
|
60
|
-
|
|
61
|
-
今天: number[];
|
|
62
|
-
昨天: number[];
|
|
63
|
-
近一周: number[];
|
|
64
|
-
近一月: number[];
|
|
65
|
-
};
|
|
62
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
66
63
|
handleChange: (val: any) => void;
|
|
67
|
-
|
|
64
|
+
isDateDisabled: (ts: number) => boolean;
|
|
65
|
+
timeDisabled: (ts: number) => {
|
|
66
|
+
isHourDisabled(hour: number): boolean | undefined;
|
|
67
|
+
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
|
68
|
+
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
|
69
|
+
};
|
|
70
|
+
init: () => void;
|
|
71
|
+
CDatePicker: import("../../../../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
68
72
|
updateUnchangedValue: {
|
|
69
73
|
type: BooleanConstructor;
|
|
70
74
|
};
|
|
@@ -83,7 +87,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
83
87
|
type: FunctionConstructor;
|
|
84
88
|
};
|
|
85
89
|
}>> & {}>>;
|
|
86
|
-
datePickerRef: import("vue").Ref<
|
|
90
|
+
datePickerRef: import("vue").Ref<AnyObject | null>;
|
|
87
91
|
panelInstRef: import("vue").Ref<null>;
|
|
88
92
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
89
93
|
formatRef: import("vue").ComputedRef<string>;
|
|
@@ -133,9 +137,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
133
137
|
}, {
|
|
134
138
|
type: ITypeDate;
|
|
135
139
|
value: string;
|
|
140
|
+
componentCfg: Record<string, any>;
|
|
136
141
|
clearable: boolean;
|
|
137
142
|
startPlaceholder: string;
|
|
138
143
|
endPlaceholder: string;
|
|
139
|
-
componentCfg: Record<string, any>;
|
|
140
144
|
}>;
|
|
141
145
|
export default _default;
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,ref as
|
|
1
|
+
import{defineComponent as e,ref as t,computed as a,watch as l,openBlock as r,createBlock as o,unref as u}from"vue";import n from"../../../../../date-picker/index.js";import i from"moment";import{isString as s}from"lodash-es";import{WidgetOptionEnums as d}from"../../../types/enums.js";import{DateExtraOptions as p,DateExtraMap as m}from"../helpers/dateExtraMap.js";import{formatDateRangeInfo as c}from"../helpers/presetValToTimestamp.js";import{setDateDisabled as f,setTimeDisabled as v}from"../helpers/dateDisabled.js";var g=e({__name:"DateRangeOut",props:{type:{type:String,default:"daterange"},clearable:{type:Boolean,default:!1},startPlaceholder:{type:String,default:"起始"},endPlaceholder:{type:String,default:"截止"},componentCfg:{type:Object,default:()=>({})},value:{type:String,default:""}},emits:["update:value"],setup(e,{emit:g}){const h=e,y=t(),b=t(),P=a((()=>{let e="";switch(h.type){case"daterange":e="YYYY-MM-DD";break;case"datetimerange":e="YYYY-MM-DD HH:mm:ss"}return e})),Y=a((()=>{var e;return null==(e=h.componentCfg)?void 0:e.widgetCfg.optionSetting}));function j(e){if(e){const[t,a]=e,l=`${i(t).format(P.value)} ~ ${i(a).format(P.value)}`;g("update:value",l)}else g("update:value",e)}function D(e){return f(e,Y.value)}function O(e){return v(e,Y.value)}return l((()=>h.value),(e=>{if(e&&s(e)&&e.includes("~")){const[t,a]=e.split("~");y.value=[i(t.trim()).valueOf(),i(a.trim()).valueOf()]}else y.value=null}),{immediate:!0}),function(){var e,t;const{originType:a}=null==(e=h.componentCfg)?void 0:e.widgetCfg,l=`${a}_${Y.value||d.ALL}_RANGE`,r=null!=(t=p[m[l]])?t:[];let o={};r.forEach((({label:e,value:t})=>{const a=c(t,P.value,Y.value,!0);if(a){const[t,l]=a;o[e]=[t.valueOf(),l.valueOf()]}})),b.value=o}(),(t,a)=>(r(),o(u(n),{to:"body",type:e.type,clearable:e.clearable,startPlaceholder:e.startPlaceholder,endPlaceholder:e.endPlaceholder,value:y.value,"is-date-disabled":D,"is-time-disabled":O,shortcuts:b.value,"onUpdate:value":j},null,8,["type","clearable","startPlaceholder","endPlaceholder","value","shortcuts"]))}});export{g as default};
|
package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { IFilterCategoryLabelItemType, IhoFilterTabLabelItemType
|
|
2
|
+
import { IFilterCategoryLabelItemType, IhoFilterTabLabelItemType } from '../../../../../../../es/components/table-filter/src/types';
|
|
3
|
+
import { AnyObject } from '../../../../../../../es/shared/types';
|
|
3
4
|
declare const _default: import("vue").DefineComponent<{
|
|
4
5
|
componentCfg: {
|
|
5
|
-
type: PropType<
|
|
6
|
+
type: PropType<AnyObject>;
|
|
6
7
|
};
|
|
7
8
|
value: {
|
|
8
9
|
type: StringConstructor;
|
|
@@ -10,10 +11,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
11
|
};
|
|
11
12
|
}, {
|
|
12
13
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
14
|
+
message: import("naive-ui").MessageApi;
|
|
13
15
|
baseActiveColor: string;
|
|
14
16
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
15
17
|
componentCfg: {
|
|
16
|
-
type: PropType<
|
|
18
|
+
type: PropType<AnyObject>;
|
|
17
19
|
};
|
|
18
20
|
value: {
|
|
19
21
|
type: StringConstructor;
|
|
@@ -25,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
27
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
26
28
|
selectedList: import("vue").Ref<string[]>;
|
|
27
29
|
tagList: import("vue").Ref<never[]>;
|
|
28
|
-
filterApiConfig:
|
|
30
|
+
filterApiConfig: AnyObject;
|
|
29
31
|
categoryList: import("vue").ComputedRef<IFilterCategoryLabelItemType[]>;
|
|
30
32
|
onResize: (el: HTMLElement, categoryItem: IFilterCategoryLabelItemType) => void;
|
|
31
33
|
handleLabelUpfold: (categoryItem: IFilterCategoryLabelItemType) => void;
|
|
@@ -48,7 +50,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
48
50
|
};
|
|
49
51
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
50
52
|
componentCfg: {
|
|
51
|
-
type: PropType<
|
|
53
|
+
type: PropType<AnyObject>;
|
|
52
54
|
};
|
|
53
55
|
value: {
|
|
54
56
|
type: StringConstructor;
|
package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,ref as l,inject as t,watch as s,computed as o,openBlock as n,createElementBlock as a,Fragment as i,renderList as c,unref as r,createElementVNode as d,toDisplayString as u,normalizeClass as p,withDirectives as f,createBlock as m,normalizeStyle as b,withCtx as v,createVNode as h,withModifiers as y,createCommentVNode as g}from"vue";import{
|
|
1
|
+
import{defineComponent as e,ref as l,inject as t,watch as s,computed as o,openBlock as n,createElementBlock as a,Fragment as i,renderList as c,unref as r,createElementVNode as d,toDisplayString as u,normalizeClass as p,withDirectives as f,createBlock as m,normalizeStyle as b,withCtx as v,createVNode as h,withModifiers as y,createCommentVNode as g}from"vue";import{useMessage as k,NTag as S,NTooltip as w,NIcon as C}from"naive-ui";import{ChevronUpCircleOutline as x,ChevronDownCircleOutline as U}from"@vicons/ionicons5";import L from"../../../directive/resize.js";import j from"../../../hooks/useMixins.js";import{InjectionFilterApiConfig as B}from"../../../constants/index.js";import{isString as T}from"lodash-es";const _={class:"label-attr-filter-container"},z={class:"edit-f-label"},I={class:"label-f-content"},q={key:0,class:"label-f-unfold-btn"},A=["onClick"],G=d("span",null,"收起",-1),H=d("span",null,"展开",-1);var M=e({__name:"LabelInner",props:{componentCfg:{type:Object},value:{type:String,default:""}},emits:["update:value"],setup(e,{emit:M}){const N=e,{handleGetConfigApi:O}=j(),$=k(),D="rgb(85, 133, 245)",E=l([]),F=l([]),J=t(B);s((()=>N.value),(e=>{const l=e&&T(e)?e.split("|#|"):[];E.value=l}),{immediate:!0});const K=o((()=>F.value&&F.value.length>0?F.value.map((e=>(e.labelList.map((e=>{e.isSelect=E.value.includes(e.labelShowText)})),e))):[])),P=e=>e.isSelect?{background:e.backgroundColor||D,borderColor:e.backgroundColor||D}:{};return(async()=>{try{const{widgetCfg:e={}}=N.componentCfg,{classifyStr:l=""}=e;let t=await O({classifyStr:l},"requestListByClassify",{},J);if(t){const{list:e=[]}=t;F.value=e}}catch(e){$.error(`获取标签数据请求失败:${e}`),console.log(e)}})(),(e,l)=>(n(),a("div",_,[(n(!0),a(i,null,c(r(K),(e=>(n(),a("div",{class:"edit-labels-content",key:e.classifyId},[d("span",z,u(e.classifyName)+":",1),d("div",{class:p(["edit-f-content",{"label-select-height":!e.isUnfold&&e.labelList&&e.isShowBtn}])},[f((n(),a("div",I,[(n(!0),a(i,null,c(e.labelList,(e=>(n(),m(r(S),{checkable:"",key:e.labelCode,checked:e.isSelect,"onUpdate:checked":l=>((e,l)=>{if(l.isSelect=e,e)E.value.push(l.labelShowText);else{const e=E.value.findIndex((e=>e===l.labelShowText));e>-1&&E.value.splice(e,1)}M("update:value",E.value.join("|#|"))})(l,e),style:b(P(e))},{default:v((()=>[h(r(w),{placement:"top-start",duration:0},{trigger:v((()=>[d("span",null,u(e.labelShowText),1)])),default:v((()=>[d("span",null,u(e.labelShowText),1)])),_:2},1024)])),_:2},1032,["checked","onUpdate:checked","style"])))),128))])),[[r(L),l=>((e,l)=>{let t=e.offsetHeight||0;t&&(t>80?l.isShowBtn=!0:(l.isShowBtn=!1,l.isUnfold=!1))})(l,e)]])],2),e.labelList&&e.isShowBtn?(n(),a("div",q,[d("span",{class:"operate-btn",onClick:y((l=>(e=>{e.isUnfold=!e.isUnfold})(e)),["stop"])},[e.isUnfold?(n(),a(i,{key:0},[G,h(r(C),{component:r(x),size:"16"},null,8,["component"])],64)):(n(),a(i,{key:1},[H,h(r(C),{component:r(U),size:"16"},null,8,["component"])],64))],8,A)])):g("v-if",!0)])))),128))]))}});export{M as default};
|
package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { SelectOption } from 'naive-ui';
|
|
3
|
-
import {
|
|
3
|
+
import { AnyObject } from '../../../../../../../es/shared/types';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
componentCfg: {
|
|
6
|
-
type: PropType<
|
|
6
|
+
type: PropType<AnyObject>;
|
|
7
7
|
};
|
|
8
8
|
value: {
|
|
9
9
|
type: StringConstructor;
|
|
@@ -14,9 +14,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
$attrs: {
|
|
15
15
|
[x: string]: unknown;
|
|
16
16
|
};
|
|
17
|
+
message: import("naive-ui").MessageApi;
|
|
17
18
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
18
19
|
componentCfg: {
|
|
19
|
-
type: PropType<
|
|
20
|
+
type: PropType<AnyObject>;
|
|
20
21
|
};
|
|
21
22
|
value: {
|
|
22
23
|
type: StringConstructor;
|
|
@@ -27,14 +28,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
28
|
}>>;
|
|
28
29
|
emit: (event: "update:value", ...args: any[]) => void;
|
|
29
30
|
tagList: import("vue").Ref<never[]>;
|
|
30
|
-
filterApiConfig:
|
|
31
|
+
filterApiConfig: AnyObject;
|
|
31
32
|
valueCp: import("vue").WritableComputedRef<string[]>;
|
|
32
33
|
optionList: import("vue").ComputedRef<SelectOption[]>;
|
|
33
34
|
initTagList: () => Promise<void>;
|
|
34
35
|
NSelect: any;
|
|
35
36
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
37
|
componentCfg: {
|
|
37
|
-
type: PropType<
|
|
38
|
+
type: PropType<AnyObject>;
|
|
38
39
|
};
|
|
39
40
|
value: {
|
|
40
41
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,useAttrs as t,ref as l,inject as a,computed as o,openBlock as s,createBlock as u,unref as n,mergeProps as i,isRef as r}from"vue";import{NSelect as
|
|
1
|
+
import{defineComponent as e,useAttrs as t,ref as l,inject as a,computed as o,openBlock as s,createBlock as u,unref as n,mergeProps as i,isRef as r}from"vue";import{useMessage as p,NSelect as c}from"naive-ui";import f from"../../../hooks/useMixins.js";import{InjectionFilterApiConfig as v}from"../../../constants/index.js";var m=e({__name:"LabelOut",props:{componentCfg:{type:Object},value:{type:String,default:""}},emits:["update:value"],setup(e,{emit:m}){const h=e,{handleGetConfigApi:d}=f(),b=t(),g=p(),y=l([]),x=a(v),S=o({set(e){const t=e?e.join("|#|"):e;m("update:value",t)},get:()=>h.value?h.value.split("|#|"):[]}),w=o((()=>{if(y.value&&y.value.length>0){let e=[],t=[];return y.value.forEach((l=>{l.labelList.forEach((l=>{e.includes(l.labelShowText)||(e.push(l.labelShowText),t.push({label:l.labelShowText,value:l.labelShowText}))}))})),t}return[]}));return(async()=>{try{const{widgetCfg:e={}}=h.componentCfg,{classifyStr:t=""}=e;let l=await d({classifyStr:t},"requestListByClassify",{},x);if(l){const{list:e=[]}=l;y.value=e}}catch(e){g.error(`获取标签数据请求失败:${e}`),console.log(e)}})(),(e,t)=>(s(),u(n(c),i({to:"body"},n(b),{value:n(S),"onUpdate:value":t[0]||(t[0]=e=>r(S)?S.value=e:null),options:n(w)}),null,16,["value","options"]))}});export{m as default};
|
|
@@ -1,45 +1,35 @@
|
|
|
1
|
-
import { SelectOption } from 'naive-ui';
|
|
2
1
|
declare const _default: import("vue").DefineComponent<{
|
|
3
2
|
value: {
|
|
4
3
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
5
4
|
};
|
|
5
|
+
componentCfg: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
};
|
|
6
8
|
}, {
|
|
9
|
+
$attrs: {
|
|
10
|
+
[x: string]: unknown;
|
|
11
|
+
};
|
|
7
12
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8
13
|
value: {
|
|
9
14
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
10
15
|
};
|
|
16
|
+
componentCfg: {
|
|
17
|
+
type: ObjectConstructor;
|
|
18
|
+
};
|
|
11
19
|
}>> & {
|
|
12
20
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
13
|
-
onChangeInitState?: ((...args: any[]) => any) | undefined;
|
|
14
21
|
}>>;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
[x: string]: unknown;
|
|
18
|
-
};
|
|
19
|
-
emit: (event: "update:value" | "changeInitState", ...args: any[]) => void;
|
|
20
|
-
selectOptions: import("vue").Ref<any[]>;
|
|
21
|
-
isRemote: import("vue").Ref<boolean>;
|
|
22
|
-
isLoading: import("vue").Ref<boolean>;
|
|
23
|
-
filterApiConfig: import("../../../../..").AnyObject;
|
|
24
|
-
valueCp: import("vue").WritableComputedRef<unknown>;
|
|
25
|
-
searchOptions: (keyword: string) => Promise<any>;
|
|
26
|
-
_handleSearch: (query: string) => Promise<void>;
|
|
27
|
-
handleSearch: (query: string) => Promise<void>;
|
|
28
|
-
handleInitData: () => Promise<void>;
|
|
29
|
-
renderLabel: (option: SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
|
-
[key: string]: any;
|
|
31
|
-
}>;
|
|
32
|
-
renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
|
-
[key: string]: any;
|
|
34
|
-
}>;
|
|
35
|
-
init: () => Promise<void>;
|
|
22
|
+
emit: (event: "update:value", ...args: any[]) => void;
|
|
23
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
36
24
|
NSelect: any;
|
|
37
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
25
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
26
|
value: {
|
|
39
27
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
40
28
|
};
|
|
29
|
+
componentCfg: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
};
|
|
41
32
|
}>> & {
|
|
42
33
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
43
|
-
onChangeInitState?: ((...args: any[]) => any) | undefined;
|
|
44
34
|
}, {}>;
|
|
45
35
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,useAttrs as
|
|
1
|
+
import{defineComponent as e,useAttrs as t,computed as u,openBlock as a,createBlock as l,unref as r,mergeProps as p,isRef as v}from"vue";import{NSelect as n}from"naive-ui";var o=e({__name:"Select",props:{value:{type:[Array,String,Number]},componentCfg:{type:Object}},emits:["update:value"],setup(e,{emit:o}){const m=e,i=t(),s=u({set(e){o("update:value",e)},get:()=>m.value});return(e,t)=>(a(),l(r(n),p(r(i),{value:r(s),"onUpdate:value":t[0]||(t[0]=e=>v(s)?s.value=e:null)}),null,16,["value"]))}});export{o as default};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { SelectOption } from 'naive-ui';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
value: {
|
|
4
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
5
|
+
};
|
|
6
|
+
}, {
|
|
7
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
value: {
|
|
9
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
10
|
+
};
|
|
11
|
+
}>> & {
|
|
12
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
13
|
+
onChangeInitState?: ((...args: any[]) => any) | undefined;
|
|
14
|
+
}>>;
|
|
15
|
+
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
16
|
+
$attrs: {
|
|
17
|
+
[x: string]: unknown;
|
|
18
|
+
};
|
|
19
|
+
emit: (event: "update:value" | "changeInitState", ...args: any[]) => void;
|
|
20
|
+
selectOptions: import("vue").Ref<any[]>;
|
|
21
|
+
isRemote: import("vue").Ref<boolean>;
|
|
22
|
+
isLoading: import("vue").Ref<boolean>;
|
|
23
|
+
filterApiConfig: import("../../../../..").AnyObject;
|
|
24
|
+
valueCp: import("vue").WritableComputedRef<unknown>;
|
|
25
|
+
searchOptions: (keyword: string) => Promise<any>;
|
|
26
|
+
_handleSearch: (query: string) => Promise<void>;
|
|
27
|
+
handleSearch: (query: string) => Promise<void>;
|
|
28
|
+
handleInitData: () => Promise<void>;
|
|
29
|
+
renderLabel: (option: SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
|
+
[key: string]: any;
|
|
31
|
+
}>;
|
|
32
|
+
renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
|
+
[key: string]: any;
|
|
34
|
+
}>;
|
|
35
|
+
init: () => Promise<void>;
|
|
36
|
+
NSelect: any;
|
|
37
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "changeInitState")[], "update:value" | "changeInitState", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
|
+
value: {
|
|
39
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
40
|
+
};
|
|
41
|
+
}>> & {
|
|
42
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
onChangeInitState?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
}, {}>;
|
|
45
|
+
export default _default;
|