cnhis-design-vue 3.1.57-beta.21 → 3.1.57-beta.22
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/classification/index.d.ts +3 -3
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +3 -3
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +3 -3
- package/es/components/classification/src/index.vue.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +1 -1
- package/es/components/date-picker/src/DatePicker.vue.d.ts +1 -1
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +2 -2
- package/es/components/field-set/src/components/condition.vue.d.ts +1 -1
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +2 -2
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +1 -1
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +2 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +4 -4
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +4 -4
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
|
@@ -855,7 +855,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
855
855
|
focus: () => any;
|
|
856
856
|
blur: () => any;
|
|
857
857
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
858
|
-
onUpdateShow: (show: boolean) => void
|
|
858
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
859
859
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
860
860
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
861
861
|
NDatePicker: any;
|
|
@@ -1496,7 +1496,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1496
1496
|
focus: () => any;
|
|
1497
1497
|
blur: () => any;
|
|
1498
1498
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1499
|
-
onUpdateShow: (show: boolean) => void
|
|
1499
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1500
1500
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1501
1501
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1502
1502
|
NDatePicker: any;
|
|
@@ -1943,7 +1943,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1943
1943
|
focus: () => any;
|
|
1944
1944
|
blur: () => any;
|
|
1945
1945
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1946
|
-
onUpdateShow: (show: boolean) => void
|
|
1946
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1947
1947
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1948
1948
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1949
1949
|
NDatePicker: any;
|
|
@@ -327,7 +327,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
327
327
|
focus: () => any;
|
|
328
328
|
blur: () => any;
|
|
329
329
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
330
|
-
onUpdateShow: (show: boolean) => void
|
|
330
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
331
331
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
332
332
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
333
333
|
NDatePicker: any;
|
|
@@ -968,7 +968,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
968
968
|
focus: () => any;
|
|
969
969
|
blur: () => any;
|
|
970
970
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
971
|
-
onUpdateShow: (show: boolean) => void
|
|
971
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
972
972
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
973
973
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
974
974
|
NDatePicker: any;
|
|
@@ -1415,7 +1415,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1415
1415
|
focus: () => any;
|
|
1416
1416
|
blur: () => any;
|
|
1417
1417
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1418
|
-
onUpdateShow: (show: boolean) => void
|
|
1418
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1419
1419
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1420
1420
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1421
1421
|
NDatePicker: any;
|
|
@@ -621,7 +621,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
621
621
|
focus: () => any;
|
|
622
622
|
blur: () => any;
|
|
623
623
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
624
|
-
onUpdateShow: (show: boolean) => void
|
|
624
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
625
625
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
626
626
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
627
627
|
NDatePicker: any;
|
|
@@ -1262,7 +1262,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1262
1262
|
focus: () => any;
|
|
1263
1263
|
blur: () => any;
|
|
1264
1264
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1265
|
-
onUpdateShow: (show: boolean) => void
|
|
1265
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1266
1266
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1267
1267
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1268
1268
|
NDatePicker: any;
|
|
@@ -1709,7 +1709,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1709
1709
|
focus: () => any;
|
|
1710
1710
|
blur: () => any;
|
|
1711
1711
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1712
|
-
onUpdateShow: (show: boolean) => void
|
|
1712
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1713
1713
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1714
1714
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1715
1715
|
NDatePicker: any;
|
|
@@ -860,7 +860,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
860
860
|
focus: () => any;
|
|
861
861
|
blur: () => any;
|
|
862
862
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
863
|
-
onUpdateShow: (show: boolean) => void
|
|
863
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
864
864
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
865
865
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
866
866
|
NDatePicker: any;
|
|
@@ -1501,7 +1501,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1501
1501
|
focus: () => any;
|
|
1502
1502
|
blur: () => any;
|
|
1503
1503
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1504
|
-
onUpdateShow: (show: boolean) => void
|
|
1504
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1505
1505
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1506
1506
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1507
1507
|
NDatePicker: any;
|
|
@@ -1948,7 +1948,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1948
1948
|
focus: () => any;
|
|
1949
1949
|
blur: () => any;
|
|
1950
1950
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1951
|
-
onUpdateShow: (show: boolean) => void
|
|
1951
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1952
1952
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1953
1953
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1954
1954
|
NDatePicker: any;
|
|
@@ -49,7 +49,7 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
49
49
|
focus: () => any;
|
|
50
50
|
blur: () => any;
|
|
51
51
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
52
|
-
onUpdateShow: (show: boolean) => void
|
|
52
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
53
53
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
54
54
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
55
55
|
NDatePicker: any;
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
focus: () => any;
|
|
52
52
|
blur: () => any;
|
|
53
53
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
54
|
-
onUpdateShow: (show: boolean) => void
|
|
54
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
55
55
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
56
56
|
isAllowedInvalidValue: (value: FormattedValue | null | undefined) => boolean | "" | undefined;
|
|
57
57
|
NDatePicker: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,useAttrs as
|
|
1
|
+
import{defineComponent as e,useAttrs as a,ref as t,computed as l,watch as n,openBlock as o,createBlock as u,unref as r,isRef as i,createSlots as d,renderList as s,withCtx as p,renderSlot as m,nextTick as v}from"vue";import{NDatePicker as f}from"naive-ui";import"../../../shared/utils/index.js";import{isString as c,isArray as y}from"lodash-es";import{useDateTime as h}from"../../../shared/hooks/useDateTime.js";import"@vue/shared";import"@vueuse/shared";import"../../../shared/hooks/selectHooks/useSearchContent.js";import"@vicons/ionicons5";import{format as g}from"date-fns";var w=e({__name:"DatePicker",props:{updateUnchangedValue:{type:Boolean},onConfirm:{type:Function},formattedValue:{type:[String,Array]},placeholder:{type:String},allowedInvalidValue:{type:String}},emits:["update:formatted-value"],setup(e,{expose:w,emit:V}){const I=e,R=a(),k=t(null),D=t(null),C=t(),M=l({get:()=>x(I.formattedValue)?null:I.formattedValue,set(e){V("update:formatted-value",e,c(e)?Date.parse(e):y(e)?[Date.parse(e[0]),Date.parse(e[1])]:null)}}),S=l((()=>{const e=Reflect.get(R,"type")||"";return["datetime","datetimerange"].includes(e)})),E=l((()=>{if(Reflect.get(R,"format"))return R.format;const e=R.type||"";return S.value?"yyyy-MM-dd HH:mm:ss":"month"===e?"yyyy-MM":"year"===e?"yyyy":"yyyy-MM-dd"})),P=l((()=>S.value?E.value.split(" "):"")),{focus:U,blur:$,handleConfirm:_}=h(k,{formatRef:E,attrs:R,emit:V,allowedInvalidValue:I.allowedInvalidValue});async function b(e){e&&S.value&&(await v(),async function e(a=0){var t;a>2||(D.value=null==(t=k.value)?void 0:t.panelInstRef,D.value?h(D,{formatRef:P,attrs:R,isPanel:!0}):(await v(),e(++a)))}())}async function j(...e){var a,t,l,n,o,u;const r=Reflect.get(R,"type")||"",i=null==(n=null==(l=null==(t=null==(a=k.value)?void 0:a.inputInstRef)?void 0:t.$el)?void 0:l.querySelector)?void 0:n.call(l,"input");if(r.includes("range")?null==(o=I.onConfirm)||o.call(I,...e):(await v(),i.focus(),_(i),i.blur(),null==(u=I.onConfirm)||u.call(I,Date.parse(i.value),i.value)),!(null==i?void 0:i.value)||!I.updateUnchangedValue||r.includes("range"))return;const d=i.value;i.value=g(new Date,E.value),i.dispatchEvent(new InputEvent("input")),i.value=d,i.dispatchEvent(new InputEvent("input"))}function x(e){return I.allowedInvalidValue&&I.allowedInvalidValue===e}return n((()=>I.formattedValue),(e=>{C.value=x(e)?e:I.placeholder?I.placeholder:"选择日期时间"}),{immediate:!0}),w({$datePicker:k,focus:U,blur:$}),(e,a)=>(o(),u(r(f),{ref_key:"datePickerRef",ref:k,"onUpdate:show":b,onConfirm:j,placeholder:C.value,"formatted-value":r(M),"onUpdate:formatted-value":a[0]||(a[0]=e=>i(M)?M.value=e:null)},d({_:2},[s(e.$slots,((a,t)=>({name:t,fn:p((()=>[m(e.$slots,t)]))})))]),1032,["placeholder","formatted-value"]))}});export{w as default};
|
|
@@ -1313,7 +1313,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1313
1313
|
focus: () => any;
|
|
1314
1314
|
blur: () => any;
|
|
1315
1315
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1316
|
-
onUpdateShow: (show: boolean) => void
|
|
1316
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1317
1317
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1318
1318
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1319
1319
|
NDatePicker: any;
|
|
@@ -1580,7 +1580,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1580
1580
|
focus: () => any;
|
|
1581
1581
|
blur: () => any;
|
|
1582
1582
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1583
|
-
onUpdateShow: (show: boolean) => void
|
|
1583
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1584
1584
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1585
1585
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1586
1586
|
NDatePicker: any;
|
|
@@ -136,7 +136,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
136
136
|
focus: () => any;
|
|
137
137
|
blur: () => any;
|
|
138
138
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
139
|
-
onUpdateShow: (show: boolean) => void
|
|
139
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
140
140
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
141
141
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
142
142
|
NDatePicker: any;
|
|
@@ -854,7 +854,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
854
854
|
focus: () => any;
|
|
855
855
|
blur: () => any;
|
|
856
856
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
857
|
-
onUpdateShow: (show: boolean) => void
|
|
857
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
858
858
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
859
859
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
860
860
|
NDatePicker: any;
|
|
@@ -1121,7 +1121,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1121
1121
|
focus: () => any;
|
|
1122
1122
|
blur: () => any;
|
|
1123
1123
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1124
|
-
onUpdateShow: (show: boolean) => void
|
|
1124
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1125
1125
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1126
1126
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1127
1127
|
NDatePicker: any;
|
|
@@ -234,7 +234,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
234
234
|
focus: () => any;
|
|
235
235
|
blur: () => any;
|
|
236
236
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
237
|
-
onUpdateShow: (show: boolean) => void
|
|
237
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
238
238
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
239
239
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
240
240
|
NDatePicker: any;
|
|
@@ -75,7 +75,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
75
75
|
focus: () => any;
|
|
76
76
|
blur: () => any;
|
|
77
77
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
78
|
-
onUpdateShow: (show: boolean) => void
|
|
78
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
79
79
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
80
80
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
81
81
|
NDatePicker: any;
|
|
@@ -142,7 +142,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
142
142
|
focus: () => any;
|
|
143
143
|
blur: () => any;
|
|
144
144
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
145
|
-
onUpdateShow: (show: boolean) => void
|
|
145
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
146
146
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
147
147
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
148
148
|
NDatePicker: any;
|
|
@@ -118,7 +118,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
118
118
|
focus: () => any;
|
|
119
119
|
blur: () => any;
|
|
120
120
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
121
|
-
onUpdateShow: (show: boolean) => void
|
|
121
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
122
122
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
123
123
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
124
124
|
NDatePicker: any;
|
|
@@ -81,7 +81,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
81
81
|
focus: () => any;
|
|
82
82
|
blur: () => any;
|
|
83
83
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
84
|
-
onUpdateShow: (show: boolean) => void
|
|
84
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
85
85
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
86
86
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
87
87
|
NDatePicker: any;
|
|
@@ -81,7 +81,7 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
81
81
|
focus: () => any;
|
|
82
82
|
blur: () => any;
|
|
83
83
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
84
|
-
onUpdateShow: (show: boolean) => void
|
|
84
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
85
85
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
86
86
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
87
87
|
NDatePicker: any;
|
|
@@ -236,7 +236,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
236
236
|
focus: () => any;
|
|
237
237
|
blur: () => any;
|
|
238
238
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
239
|
-
onUpdateShow: (show: boolean) => void
|
|
239
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
240
240
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
241
241
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
242
242
|
NDatePicker: any;
|
|
@@ -145,7 +145,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
145
145
|
focus: () => any;
|
|
146
146
|
blur: () => any;
|
|
147
147
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
148
|
-
onUpdateShow: (show: boolean) => void
|
|
148
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
149
149
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
150
150
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
151
151
|
NDatePicker: any;
|
|
@@ -786,7 +786,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
786
786
|
focus: () => any;
|
|
787
787
|
blur: () => any;
|
|
788
788
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
789
|
-
onUpdateShow: (show: boolean) => void
|
|
789
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
790
790
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
791
791
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
792
792
|
NDatePicker: any;
|
|
@@ -102,7 +102,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
102
102
|
focus: () => any;
|
|
103
103
|
blur: () => any;
|
|
104
104
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
105
|
-
onUpdateShow: (show: boolean) => void
|
|
105
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
106
106
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
107
107
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
108
108
|
NDatePicker: any;
|
package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts
CHANGED
|
@@ -116,7 +116,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
116
116
|
focus: () => any;
|
|
117
117
|
blur: () => any;
|
|
118
118
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
119
|
-
onUpdateShow: (show: boolean) => void
|
|
119
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
120
120
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
121
121
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
122
122
|
NDatePicker: any;
|
|
@@ -102,7 +102,7 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
102
102
|
focus: () => any;
|
|
103
103
|
blur: () => any;
|
|
104
104
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
105
|
-
onUpdateShow: (show: boolean) => void
|
|
105
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
106
106
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
107
107
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
108
108
|
NDatePicker: any;
|
|
@@ -743,7 +743,7 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
743
743
|
focus: () => any;
|
|
744
744
|
blur: () => any;
|
|
745
745
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
746
|
-
onUpdateShow: (show: boolean) => void
|
|
746
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
747
747
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
748
748
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
749
749
|
NDatePicker: any;
|
|
@@ -269,7 +269,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
269
269
|
focus: () => any;
|
|
270
270
|
blur: () => any;
|
|
271
271
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
272
|
-
onUpdateShow: (show: boolean) => void
|
|
272
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
273
273
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
274
274
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
275
275
|
NDatePicker: any;
|
|
@@ -910,7 +910,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
910
910
|
focus: () => any;
|
|
911
911
|
blur: () => any;
|
|
912
912
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
913
|
-
onUpdateShow: (show: boolean) => void
|
|
913
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
914
914
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
915
915
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
916
916
|
NDatePicker: any;
|
package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts
CHANGED
|
@@ -133,7 +133,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
133
133
|
focus: () => any;
|
|
134
134
|
blur: () => any;
|
|
135
135
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
136
|
-
onUpdateShow: (show: boolean) => void
|
|
136
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
137
137
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
138
138
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
139
139
|
NDatePicker: any;
|
|
@@ -116,7 +116,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
116
116
|
focus: () => any;
|
|
117
117
|
blur: () => any;
|
|
118
118
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
119
|
-
onUpdateShow: (show: boolean) => void
|
|
119
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
120
120
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
121
121
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
122
122
|
NDatePicker: any;
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts
CHANGED
|
@@ -151,7 +151,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
151
151
|
focus: () => any;
|
|
152
152
|
blur: () => any;
|
|
153
153
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
154
|
-
onUpdateShow: (show: boolean) => void
|
|
154
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
155
155
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
156
156
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
157
157
|
NDatePicker: any;
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts
CHANGED
|
@@ -118,7 +118,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
118
118
|
focus: () => any;
|
|
119
119
|
blur: () => any;
|
|
120
120
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
121
|
-
onUpdateShow: (show: boolean) => void
|
|
121
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
122
122
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
123
123
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
124
124
|
NDatePicker: any;
|
|
@@ -297,7 +297,7 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
|
297
297
|
focus: () => any;
|
|
298
298
|
blur: () => any;
|
|
299
299
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
300
|
-
onUpdateShow: (show: boolean) => void
|
|
300
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
301
301
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
302
302
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
303
303
|
NDatePicker: any;
|
|
@@ -543,7 +543,7 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
|
543
543
|
focus: () => any;
|
|
544
544
|
blur: () => any;
|
|
545
545
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
546
|
-
onUpdateShow: (show: boolean) => void
|
|
546
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
547
547
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
548
548
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
549
549
|
NDatePicker: any;
|
|
@@ -751,7 +751,7 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
|
751
751
|
focus: () => any;
|
|
752
752
|
blur: () => any;
|
|
753
753
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
754
|
-
onUpdateShow: (show: boolean) => void
|
|
754
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
755
755
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
756
756
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
757
757
|
NDatePicker: any;
|
|
@@ -1004,7 +1004,7 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
|
1004
1004
|
focus: () => any;
|
|
1005
1005
|
blur: () => any;
|
|
1006
1006
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1007
|
-
onUpdateShow: (show: boolean) => void
|
|
1007
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1008
1008
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1009
1009
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1010
1010
|
NDatePicker: any;
|
|
@@ -538,7 +538,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
538
538
|
focus: () => any;
|
|
539
539
|
blur: () => any;
|
|
540
540
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
541
|
-
onUpdateShow: (show: boolean) => void
|
|
541
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
542
542
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
543
543
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
544
544
|
NDatePicker: any;
|
|
@@ -798,7 +798,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
798
798
|
focus: () => any;
|
|
799
799
|
blur: () => any;
|
|
800
800
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
801
|
-
onUpdateShow: (show: boolean) => void
|
|
801
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
802
802
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
803
803
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
804
804
|
NDatePicker: any;
|
|
@@ -1020,7 +1020,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
1020
1020
|
focus: () => any;
|
|
1021
1021
|
blur: () => any;
|
|
1022
1022
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1023
|
-
onUpdateShow: (show: boolean) => void
|
|
1023
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1024
1024
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1025
1025
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1026
1026
|
NDatePicker: any;
|
|
@@ -1287,7 +1287,7 @@ export declare const WidgetCfgMaps: Map<string, {
|
|
|
1287
1287
|
focus: () => any;
|
|
1288
1288
|
blur: () => any;
|
|
1289
1289
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1290
|
-
onUpdateShow: (show: boolean) => void
|
|
1290
|
+
onUpdateShow: (show: boolean) => Promise<void>;
|
|
1291
1291
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1292
1292
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1293
1293
|
NDatePicker: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e="@cnhis-design-vue/shared",i="3.1.57-beta.
|
|
1
|
+
var e="@cnhis-design-vue/shared",i="3.1.57-beta.22",s="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.1.57-beta.22",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,s as main,e as name,n as peerDependencies,i as version};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cnhis-design-vue",
|
|
3
|
-
"version": "3.1.57-beta.
|
|
3
|
+
"version": "3.1.57-beta.22",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "./es/components/index.js",
|
|
6
6
|
"main": "./es/components/index.js",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"iOS 7",
|
|
71
71
|
"last 3 iOS versions"
|
|
72
72
|
],
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "f412bb0dc876b5de88b3188300d39ec429aa3f7d"
|
|
74
74
|
}
|