cnhis-design-vue 3.4.0-beta.18 → 3.4.0-beta.20
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 +39 -0
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +39 -0
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +39 -0
- package/es/components/classification/src/index.vue.d.ts +39 -0
- package/es/components/date-picker/index.d.ts +13 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +13 -0
- package/es/components/date-picker/src/DatePicker.vue2.js +8 -3
- package/es/components/field-set/src/FieldColor.vue.d.ts +30 -4
- package/es/components/field-set/src/FieldFilter.vue.d.ts +4 -4
- package/es/components/field-set/src/FieldSet.vue.d.ts +5 -5
- package/es/components/field-set/src/components/condition.vue.d.ts +13 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +26 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +13 -0
- package/es/components/field-set/src/components/table-row.vue.d.ts +4 -4
- package/es/components/iho-chat/index.d.ts +26 -0
- package/es/components/iho-chat/src/Index.vue.d.ts +26 -0
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +13 -0
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +13 -0
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +13 -0
- package/es/components/iho-table/src/IhoTable.vue2.js +16 -12
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +13 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +13 -0
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +25 -23
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +26 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +26 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +26 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +52 -0
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +52 -0
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
@@ -957,6 +957,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
957
957
|
type: StringConstructor;
|
958
958
|
default: string;
|
959
959
|
};
|
960
|
+
updateValueOnClose: {
|
961
|
+
type: BooleanConstructor;
|
962
|
+
default: boolean;
|
963
|
+
};
|
960
964
|
isDateDisabled: {
|
961
965
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
962
966
|
};
|
@@ -992,6 +996,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
992
996
|
type: StringConstructor;
|
993
997
|
default: string;
|
994
998
|
};
|
999
|
+
updateValueOnClose: {
|
1000
|
+
type: BooleanConstructor;
|
1001
|
+
default: boolean;
|
1002
|
+
};
|
995
1003
|
isDateDisabled: {
|
996
1004
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
997
1005
|
};
|
@@ -1047,6 +1055,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1047
1055
|
type: StringConstructor;
|
1048
1056
|
default: string;
|
1049
1057
|
};
|
1058
|
+
updateValueOnClose: {
|
1059
|
+
type: BooleanConstructor;
|
1060
|
+
default: boolean;
|
1061
|
+
};
|
1050
1062
|
isDateDisabled: {
|
1051
1063
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1052
1064
|
};
|
@@ -1057,6 +1069,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1057
1069
|
updateUnchangedValue: boolean;
|
1058
1070
|
to: string | false | HTMLElement;
|
1059
1071
|
holidays: Date[];
|
1072
|
+
updateValueOnClose: boolean;
|
1060
1073
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1061
1074
|
readonly NSelect: any;
|
1062
1075
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
@@ -1797,6 +1810,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1797
1810
|
type: StringConstructor;
|
1798
1811
|
default: string;
|
1799
1812
|
};
|
1813
|
+
updateValueOnClose: {
|
1814
|
+
type: BooleanConstructor;
|
1815
|
+
default: boolean;
|
1816
|
+
};
|
1800
1817
|
isDateDisabled: {
|
1801
1818
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1802
1819
|
};
|
@@ -1832,6 +1849,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1832
1849
|
type: StringConstructor;
|
1833
1850
|
default: string;
|
1834
1851
|
};
|
1852
|
+
updateValueOnClose: {
|
1853
|
+
type: BooleanConstructor;
|
1854
|
+
default: boolean;
|
1855
|
+
};
|
1835
1856
|
isDateDisabled: {
|
1836
1857
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1837
1858
|
};
|
@@ -1887,6 +1908,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1887
1908
|
type: StringConstructor;
|
1888
1909
|
default: string;
|
1889
1910
|
};
|
1911
|
+
updateValueOnClose: {
|
1912
|
+
type: BooleanConstructor;
|
1913
|
+
default: boolean;
|
1914
|
+
};
|
1890
1915
|
isDateDisabled: {
|
1891
1916
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1892
1917
|
};
|
@@ -1897,6 +1922,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
1897
1922
|
updateUnchangedValue: boolean;
|
1898
1923
|
to: string | false | HTMLElement;
|
1899
1924
|
holidays: Date[];
|
1925
|
+
updateValueOnClose: boolean;
|
1900
1926
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1901
1927
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1902
1928
|
filterType: {
|
@@ -2484,6 +2510,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2484
2510
|
type: StringConstructor;
|
2485
2511
|
default: string;
|
2486
2512
|
};
|
2513
|
+
updateValueOnClose: {
|
2514
|
+
type: BooleanConstructor;
|
2515
|
+
default: boolean;
|
2516
|
+
};
|
2487
2517
|
isDateDisabled: {
|
2488
2518
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
2489
2519
|
};
|
@@ -2519,6 +2549,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2519
2549
|
type: StringConstructor;
|
2520
2550
|
default: string;
|
2521
2551
|
};
|
2552
|
+
updateValueOnClose: {
|
2553
|
+
type: BooleanConstructor;
|
2554
|
+
default: boolean;
|
2555
|
+
};
|
2522
2556
|
isDateDisabled: {
|
2523
2557
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
2524
2558
|
};
|
@@ -2574,6 +2608,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2574
2608
|
type: StringConstructor;
|
2575
2609
|
default: string;
|
2576
2610
|
};
|
2611
|
+
updateValueOnClose: {
|
2612
|
+
type: BooleanConstructor;
|
2613
|
+
default: boolean;
|
2614
|
+
};
|
2577
2615
|
isDateDisabled: {
|
2578
2616
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
2579
2617
|
};
|
@@ -2584,6 +2622,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<impo
|
|
2584
2622
|
updateUnchangedValue: boolean;
|
2585
2623
|
to: string | false | HTMLElement;
|
2586
2624
|
holidays: Date[];
|
2625
|
+
updateValueOnClose: boolean;
|
2587
2626
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2588
2627
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2589
2628
|
componentCfg: {
|
@@ -355,6 +355,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
355
355
|
type: StringConstructor;
|
356
356
|
default: string;
|
357
357
|
};
|
358
|
+
updateValueOnClose: {
|
359
|
+
type: BooleanConstructor;
|
360
|
+
default: boolean;
|
361
|
+
};
|
358
362
|
isDateDisabled: {
|
359
363
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
360
364
|
};
|
@@ -390,6 +394,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
390
394
|
type: StringConstructor;
|
391
395
|
default: string;
|
392
396
|
};
|
397
|
+
updateValueOnClose: {
|
398
|
+
type: BooleanConstructor;
|
399
|
+
default: boolean;
|
400
|
+
};
|
393
401
|
isDateDisabled: {
|
394
402
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
395
403
|
};
|
@@ -445,6 +453,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
445
453
|
type: StringConstructor;
|
446
454
|
default: string;
|
447
455
|
};
|
456
|
+
updateValueOnClose: {
|
457
|
+
type: BooleanConstructor;
|
458
|
+
default: boolean;
|
459
|
+
};
|
448
460
|
isDateDisabled: {
|
449
461
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
450
462
|
};
|
@@ -455,6 +467,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
455
467
|
updateUnchangedValue: boolean;
|
456
468
|
to: string | false | HTMLElement;
|
457
469
|
holidays: Date[];
|
470
|
+
updateValueOnClose: boolean;
|
458
471
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
459
472
|
readonly NSelect: any;
|
460
473
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
@@ -1195,6 +1208,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1195
1208
|
type: StringConstructor;
|
1196
1209
|
default: string;
|
1197
1210
|
};
|
1211
|
+
updateValueOnClose: {
|
1212
|
+
type: BooleanConstructor;
|
1213
|
+
default: boolean;
|
1214
|
+
};
|
1198
1215
|
isDateDisabled: {
|
1199
1216
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1200
1217
|
};
|
@@ -1230,6 +1247,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1230
1247
|
type: StringConstructor;
|
1231
1248
|
default: string;
|
1232
1249
|
};
|
1250
|
+
updateValueOnClose: {
|
1251
|
+
type: BooleanConstructor;
|
1252
|
+
default: boolean;
|
1253
|
+
};
|
1233
1254
|
isDateDisabled: {
|
1234
1255
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1235
1256
|
};
|
@@ -1285,6 +1306,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1285
1306
|
type: StringConstructor;
|
1286
1307
|
default: string;
|
1287
1308
|
};
|
1309
|
+
updateValueOnClose: {
|
1310
|
+
type: BooleanConstructor;
|
1311
|
+
default: boolean;
|
1312
|
+
};
|
1288
1313
|
isDateDisabled: {
|
1289
1314
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1290
1315
|
};
|
@@ -1295,6 +1320,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1295
1320
|
updateUnchangedValue: boolean;
|
1296
1321
|
to: string | false | HTMLElement;
|
1297
1322
|
holidays: Date[];
|
1323
|
+
updateValueOnClose: boolean;
|
1298
1324
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1299
1325
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1300
1326
|
filterType: {
|
@@ -1882,6 +1908,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1882
1908
|
type: StringConstructor;
|
1883
1909
|
default: string;
|
1884
1910
|
};
|
1911
|
+
updateValueOnClose: {
|
1912
|
+
type: BooleanConstructor;
|
1913
|
+
default: boolean;
|
1914
|
+
};
|
1885
1915
|
isDateDisabled: {
|
1886
1916
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1887
1917
|
};
|
@@ -1917,6 +1947,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1917
1947
|
type: StringConstructor;
|
1918
1948
|
default: string;
|
1919
1949
|
};
|
1950
|
+
updateValueOnClose: {
|
1951
|
+
type: BooleanConstructor;
|
1952
|
+
default: boolean;
|
1953
|
+
};
|
1920
1954
|
isDateDisabled: {
|
1921
1955
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1922
1956
|
};
|
@@ -1972,6 +2006,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1972
2006
|
type: StringConstructor;
|
1973
2007
|
default: string;
|
1974
2008
|
};
|
2009
|
+
updateValueOnClose: {
|
2010
|
+
type: BooleanConstructor;
|
2011
|
+
default: boolean;
|
2012
|
+
};
|
1975
2013
|
isDateDisabled: {
|
1976
2014
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1977
2015
|
};
|
@@ -1982,6 +2020,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1982
2020
|
updateUnchangedValue: boolean;
|
1983
2021
|
to: string | false | HTMLElement;
|
1984
2022
|
holidays: Date[];
|
2023
|
+
updateValueOnClose: boolean;
|
1985
2024
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1986
2025
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1987
2026
|
componentCfg: {
|
@@ -649,6 +649,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
649
649
|
type: StringConstructor;
|
650
650
|
default: string;
|
651
651
|
};
|
652
|
+
updateValueOnClose: {
|
653
|
+
type: BooleanConstructor;
|
654
|
+
default: boolean;
|
655
|
+
};
|
652
656
|
isDateDisabled: {
|
653
657
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
654
658
|
};
|
@@ -684,6 +688,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
684
688
|
type: StringConstructor;
|
685
689
|
default: string;
|
686
690
|
};
|
691
|
+
updateValueOnClose: {
|
692
|
+
type: BooleanConstructor;
|
693
|
+
default: boolean;
|
694
|
+
};
|
687
695
|
isDateDisabled: {
|
688
696
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
689
697
|
};
|
@@ -739,6 +747,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
739
747
|
type: StringConstructor;
|
740
748
|
default: string;
|
741
749
|
};
|
750
|
+
updateValueOnClose: {
|
751
|
+
type: BooleanConstructor;
|
752
|
+
default: boolean;
|
753
|
+
};
|
742
754
|
isDateDisabled: {
|
743
755
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
744
756
|
};
|
@@ -749,6 +761,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
749
761
|
updateUnchangedValue: boolean;
|
750
762
|
to: string | false | HTMLElement;
|
751
763
|
holidays: Date[];
|
764
|
+
updateValueOnClose: boolean;
|
752
765
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
753
766
|
readonly NSelect: any;
|
754
767
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
@@ -1489,6 +1502,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1489
1502
|
type: StringConstructor;
|
1490
1503
|
default: string;
|
1491
1504
|
};
|
1505
|
+
updateValueOnClose: {
|
1506
|
+
type: BooleanConstructor;
|
1507
|
+
default: boolean;
|
1508
|
+
};
|
1492
1509
|
isDateDisabled: {
|
1493
1510
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1494
1511
|
};
|
@@ -1524,6 +1541,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1524
1541
|
type: StringConstructor;
|
1525
1542
|
default: string;
|
1526
1543
|
};
|
1544
|
+
updateValueOnClose: {
|
1545
|
+
type: BooleanConstructor;
|
1546
|
+
default: boolean;
|
1547
|
+
};
|
1527
1548
|
isDateDisabled: {
|
1528
1549
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1529
1550
|
};
|
@@ -1579,6 +1600,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1579
1600
|
type: StringConstructor;
|
1580
1601
|
default: string;
|
1581
1602
|
};
|
1603
|
+
updateValueOnClose: {
|
1604
|
+
type: BooleanConstructor;
|
1605
|
+
default: boolean;
|
1606
|
+
};
|
1582
1607
|
isDateDisabled: {
|
1583
1608
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1584
1609
|
};
|
@@ -1589,6 +1614,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1589
1614
|
updateUnchangedValue: boolean;
|
1590
1615
|
to: string | false | HTMLElement;
|
1591
1616
|
holidays: Date[];
|
1617
|
+
updateValueOnClose: boolean;
|
1592
1618
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1593
1619
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1594
1620
|
filterType: {
|
@@ -2176,6 +2202,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
2176
2202
|
type: StringConstructor;
|
2177
2203
|
default: string;
|
2178
2204
|
};
|
2205
|
+
updateValueOnClose: {
|
2206
|
+
type: BooleanConstructor;
|
2207
|
+
default: boolean;
|
2208
|
+
};
|
2179
2209
|
isDateDisabled: {
|
2180
2210
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
2181
2211
|
};
|
@@ -2211,6 +2241,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
2211
2241
|
type: StringConstructor;
|
2212
2242
|
default: string;
|
2213
2243
|
};
|
2244
|
+
updateValueOnClose: {
|
2245
|
+
type: BooleanConstructor;
|
2246
|
+
default: boolean;
|
2247
|
+
};
|
2214
2248
|
isDateDisabled: {
|
2215
2249
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
2216
2250
|
};
|
@@ -2266,6 +2300,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
2266
2300
|
type: StringConstructor;
|
2267
2301
|
default: string;
|
2268
2302
|
};
|
2303
|
+
updateValueOnClose: {
|
2304
|
+
type: BooleanConstructor;
|
2305
|
+
default: boolean;
|
2306
|
+
};
|
2269
2307
|
isDateDisabled: {
|
2270
2308
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
2271
2309
|
};
|
@@ -2276,6 +2314,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
2276
2314
|
updateUnchangedValue: boolean;
|
2277
2315
|
to: string | false | HTMLElement;
|
2278
2316
|
holidays: Date[];
|
2317
|
+
updateValueOnClose: boolean;
|
2279
2318
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2280
2319
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2281
2320
|
componentCfg: {
|
@@ -959,6 +959,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
959
959
|
type: StringConstructor;
|
960
960
|
default: string;
|
961
961
|
};
|
962
|
+
updateValueOnClose: {
|
963
|
+
type: BooleanConstructor;
|
964
|
+
default: boolean;
|
965
|
+
};
|
962
966
|
isDateDisabled: {
|
963
967
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
964
968
|
};
|
@@ -994,6 +998,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
994
998
|
type: StringConstructor;
|
995
999
|
default: string;
|
996
1000
|
};
|
1001
|
+
updateValueOnClose: {
|
1002
|
+
type: BooleanConstructor;
|
1003
|
+
default: boolean;
|
1004
|
+
};
|
997
1005
|
isDateDisabled: {
|
998
1006
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
999
1007
|
};
|
@@ -1049,6 +1057,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1049
1057
|
type: StringConstructor;
|
1050
1058
|
default: string;
|
1051
1059
|
};
|
1060
|
+
updateValueOnClose: {
|
1061
|
+
type: BooleanConstructor;
|
1062
|
+
default: boolean;
|
1063
|
+
};
|
1052
1064
|
isDateDisabled: {
|
1053
1065
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1054
1066
|
};
|
@@ -1059,6 +1071,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1059
1071
|
updateUnchangedValue: boolean;
|
1060
1072
|
to: string | false | HTMLElement;
|
1061
1073
|
holidays: Date[];
|
1074
|
+
updateValueOnClose: boolean;
|
1062
1075
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1063
1076
|
readonly NSelect: any;
|
1064
1077
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
@@ -1799,6 +1812,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1799
1812
|
type: StringConstructor;
|
1800
1813
|
default: string;
|
1801
1814
|
};
|
1815
|
+
updateValueOnClose: {
|
1816
|
+
type: BooleanConstructor;
|
1817
|
+
default: boolean;
|
1818
|
+
};
|
1802
1819
|
isDateDisabled: {
|
1803
1820
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1804
1821
|
};
|
@@ -1834,6 +1851,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1834
1851
|
type: StringConstructor;
|
1835
1852
|
default: string;
|
1836
1853
|
};
|
1854
|
+
updateValueOnClose: {
|
1855
|
+
type: BooleanConstructor;
|
1856
|
+
default: boolean;
|
1857
|
+
};
|
1837
1858
|
isDateDisabled: {
|
1838
1859
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1839
1860
|
};
|
@@ -1889,6 +1910,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1889
1910
|
type: StringConstructor;
|
1890
1911
|
default: string;
|
1891
1912
|
};
|
1913
|
+
updateValueOnClose: {
|
1914
|
+
type: BooleanConstructor;
|
1915
|
+
default: boolean;
|
1916
|
+
};
|
1892
1917
|
isDateDisabled: {
|
1893
1918
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1894
1919
|
};
|
@@ -1899,6 +1924,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1899
1924
|
updateUnchangedValue: boolean;
|
1900
1925
|
to: string | false | HTMLElement;
|
1901
1926
|
holidays: Date[];
|
1927
|
+
updateValueOnClose: boolean;
|
1902
1928
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1903
1929
|
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1904
1930
|
filterType: {
|
@@ -2486,6 +2512,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
2486
2512
|
type: StringConstructor;
|
2487
2513
|
default: string;
|
2488
2514
|
};
|
2515
|
+
updateValueOnClose: {
|
2516
|
+
type: BooleanConstructor;
|
2517
|
+
default: boolean;
|
2518
|
+
};
|
2489
2519
|
isDateDisabled: {
|
2490
2520
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
2491
2521
|
};
|
@@ -2521,6 +2551,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
2521
2551
|
type: StringConstructor;
|
2522
2552
|
default: string;
|
2523
2553
|
};
|
2554
|
+
updateValueOnClose: {
|
2555
|
+
type: BooleanConstructor;
|
2556
|
+
default: boolean;
|
2557
|
+
};
|
2524
2558
|
isDateDisabled: {
|
2525
2559
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
2526
2560
|
};
|
@@ -2576,6 +2610,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
2576
2610
|
type: StringConstructor;
|
2577
2611
|
default: string;
|
2578
2612
|
};
|
2613
|
+
updateValueOnClose: {
|
2614
|
+
type: BooleanConstructor;
|
2615
|
+
default: boolean;
|
2616
|
+
};
|
2579
2617
|
isDateDisabled: {
|
2580
2618
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
2581
2619
|
};
|
@@ -2586,6 +2624,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
2586
2624
|
updateUnchangedValue: boolean;
|
2587
2625
|
to: string | false | HTMLElement;
|
2588
2626
|
holidays: Date[];
|
2627
|
+
updateValueOnClose: boolean;
|
2589
2628
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2590
2629
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2591
2630
|
componentCfg: {
|
@@ -27,6 +27,10 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
27
27
|
type: StringConstructor;
|
28
28
|
default: string;
|
29
29
|
};
|
30
|
+
updateValueOnClose: {
|
31
|
+
type: BooleanConstructor;
|
32
|
+
default: boolean;
|
33
|
+
};
|
30
34
|
isDateDisabled: {
|
31
35
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
32
36
|
};
|
@@ -62,6 +66,10 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
62
66
|
type: StringConstructor;
|
63
67
|
default: string;
|
64
68
|
};
|
69
|
+
updateValueOnClose: {
|
70
|
+
type: BooleanConstructor;
|
71
|
+
default: boolean;
|
72
|
+
};
|
65
73
|
isDateDisabled: {
|
66
74
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
67
75
|
};
|
@@ -117,6 +125,10 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
117
125
|
type: StringConstructor;
|
118
126
|
default: string;
|
119
127
|
};
|
128
|
+
updateValueOnClose: {
|
129
|
+
type: BooleanConstructor;
|
130
|
+
default: boolean;
|
131
|
+
};
|
120
132
|
isDateDisabled: {
|
121
133
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
122
134
|
};
|
@@ -127,5 +139,6 @@ declare const DatePicker: SFCWithInstall<import("vue").DefineComponent<import("v
|
|
127
139
|
updateUnchangedValue: boolean;
|
128
140
|
to: string | false | HTMLElement;
|
129
141
|
holidays: Date[];
|
142
|
+
updateValueOnClose: boolean;
|
130
143
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
131
144
|
export default DatePicker;
|
@@ -29,6 +29,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
29
29
|
type: StringConstructor;
|
30
30
|
default: string;
|
31
31
|
};
|
32
|
+
updateValueOnClose: {
|
33
|
+
type: BooleanConstructor;
|
34
|
+
default: boolean;
|
35
|
+
};
|
32
36
|
isDateDisabled: {
|
33
37
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
34
38
|
};
|
@@ -64,6 +68,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
64
68
|
type: StringConstructor;
|
65
69
|
default: string;
|
66
70
|
};
|
71
|
+
updateValueOnClose: {
|
72
|
+
type: BooleanConstructor;
|
73
|
+
default: boolean;
|
74
|
+
};
|
67
75
|
isDateDisabled: {
|
68
76
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
69
77
|
};
|
@@ -119,6 +127,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
119
127
|
type: StringConstructor;
|
120
128
|
default: string;
|
121
129
|
};
|
130
|
+
updateValueOnClose: {
|
131
|
+
type: BooleanConstructor;
|
132
|
+
default: boolean;
|
133
|
+
};
|
122
134
|
isDateDisabled: {
|
123
135
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
124
136
|
};
|
@@ -129,5 +141,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
129
141
|
updateUnchangedValue: boolean;
|
130
142
|
to: string | false | HTMLElement;
|
131
143
|
holidays: Date[];
|
144
|
+
updateValueOnClose: boolean;
|
132
145
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
133
146
|
export default _default;
|
@@ -41,6 +41,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
41
41
|
type: String,
|
42
42
|
default: "date"
|
43
43
|
},
|
44
|
+
updateValueOnClose: {
|
45
|
+
type: Boolean,
|
46
|
+
default: false
|
47
|
+
},
|
44
48
|
isDateDisabled: {
|
45
49
|
type: Function
|
46
50
|
}
|
@@ -200,9 +204,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
200
204
|
(_e = props.onConfirm) == null ? void 0 : _e.call(props, ...args);
|
201
205
|
} else {
|
202
206
|
await nextTick();
|
203
|
-
target.focus();
|
207
|
+
!props.updateValueOnClose && target.focus();
|
204
208
|
handleConfirm(target);
|
205
|
-
target.blur();
|
209
|
+
!props.updateValueOnClose && target.blur();
|
206
210
|
(_f = props.onConfirm) == null ? void 0 : _f.call(props, Date.parse(target.value), target.value);
|
207
211
|
}
|
208
212
|
if (!(target == null ? void 0 : target.value) || !props.updateUnchangedValue || props.type.includes("range"))
|
@@ -259,6 +263,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
259
263
|
placeholder: placeholderRef.value,
|
260
264
|
to: __props.to,
|
261
265
|
type: __props.type,
|
266
|
+
"update-value-on-close": __props.updateValueOnClose,
|
262
267
|
"formatted-value": currentFormattedValue.value,
|
263
268
|
"onUpdate:formattedValue": _cache[0] || (_cache[0] = ($event) => currentFormattedValue.value = $event),
|
264
269
|
"is-date-disabled": _isDateDisabled.value
|
@@ -269,7 +274,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
269
274
|
name: k,
|
270
275
|
fn: withCtx(() => [renderSlot(_ctx.$slots, k)])
|
271
276
|
};
|
272
|
-
})]), 1032, ["placeholder", "to", "type", "formatted-value", "is-date-disabled"]);
|
277
|
+
})]), 1032, ["placeholder", "to", "type", "update-value-on-close", "formatted-value", "is-date-disabled"]);
|
273
278
|
};
|
274
279
|
}
|
275
280
|
});
|