@smart-webcomponents-angular/columnpanel 19.0.8 → 22.0.2
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/columnpanel/smart.columnpanel.d.ts +4 -1
- package/columnpanel/smart.element.d.ts +6 -2
- package/esm2020/columnpanel/smart.columnpanel.mjs +15 -4
- package/esm2020/columnpanel/smart.element.mjs +16 -3
- package/fesm2015/smart-webcomponents-angular-columnpanel.mjs +28 -5
- package/fesm2015/smart-webcomponents-angular-columnpanel.mjs.map +1 -1
- package/fesm2020/smart-webcomponents-angular-columnpanel.mjs +28 -5
- package/fesm2020/smart-webcomponents-angular-columnpanel.mjs.map +1 -1
- package/index.d.ts +559 -6
- package/package.json +20 -17
- package/styles/font/smart-icons.eot +0 -0
- package/styles/font/smart-icons.svg +14 -0
- package/styles/font/smart-icons.ttf +0 -0
- package/styles/font/smart-icons.woff +0 -0
- package/styles/font/smart-icons.woff2 +0 -0
- package/styles/smart.base.css +2 -2
- package/styles/smart.columnpanel.css +2 -2
- package/styles/smart.common.css +1 -1
package/index.d.ts
CHANGED
|
@@ -114,6 +114,11 @@ export interface ThreeDChartProperties {
|
|
|
114
114
|
* Default value: "#ffffff"
|
|
115
115
|
*/
|
|
116
116
|
lightColor?: string;
|
|
117
|
+
/**
|
|
118
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
119
|
+
* Default value: ""
|
|
120
|
+
*/
|
|
121
|
+
unlockKey?: string;
|
|
117
122
|
/**
|
|
118
123
|
* Sets or gets the locale. Used in conjunction with the property messages.
|
|
119
124
|
* Default value: "en"
|
|
@@ -1278,6 +1283,11 @@ export interface AccordionProperties {
|
|
|
1278
1283
|
* Default value: singleFitHeight
|
|
1279
1284
|
*/
|
|
1280
1285
|
expandMode?: AccordionExpandMode | string;
|
|
1286
|
+
/**
|
|
1287
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
1288
|
+
* Default value: ""
|
|
1289
|
+
*/
|
|
1290
|
+
unlockKey?: string;
|
|
1281
1291
|
/**
|
|
1282
1292
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
1283
1293
|
* Default value: "en"
|
|
@@ -1559,6 +1569,11 @@ export interface ArrayProperties {
|
|
|
1559
1569
|
* Default value: 50
|
|
1560
1570
|
*/
|
|
1561
1571
|
indexerWidth?: number;
|
|
1572
|
+
/**
|
|
1573
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
1574
|
+
* Default value: ""
|
|
1575
|
+
*/
|
|
1576
|
+
unlockKey?: string;
|
|
1562
1577
|
/**
|
|
1563
1578
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
1564
1579
|
* Default value: "en"
|
|
@@ -2010,6 +2025,11 @@ export interface BreadcrumbProperties {
|
|
|
2010
2025
|
* Default value: null
|
|
2011
2026
|
*/
|
|
2012
2027
|
itemTemplate?: any;
|
|
2028
|
+
/**
|
|
2029
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
2030
|
+
* Default value: ""
|
|
2031
|
+
*/
|
|
2032
|
+
unlockKey?: string;
|
|
2013
2033
|
/**
|
|
2014
2034
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
2015
2035
|
* Default value: "en"
|
|
@@ -2133,6 +2153,11 @@ export interface ButtonProperties {
|
|
|
2133
2153
|
* Default value: """"
|
|
2134
2154
|
*/
|
|
2135
2155
|
innerHTML: string;
|
|
2156
|
+
/**
|
|
2157
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
2158
|
+
* Default value: ""
|
|
2159
|
+
*/
|
|
2160
|
+
unlockKey?: string;
|
|
2136
2161
|
/**
|
|
2137
2162
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
2138
2163
|
* Default value: "en"
|
|
@@ -2241,6 +2266,11 @@ export interface ButtonGroupProperties {
|
|
|
2241
2266
|
* Default value: false
|
|
2242
2267
|
*/
|
|
2243
2268
|
disabled?: boolean;
|
|
2269
|
+
/**
|
|
2270
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
2271
|
+
* Default value: ""
|
|
2272
|
+
*/
|
|
2273
|
+
unlockKey?: string;
|
|
2244
2274
|
/**
|
|
2245
2275
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
2246
2276
|
* Default value: "en"
|
|
@@ -2434,6 +2464,11 @@ export interface CalendarProperties {
|
|
|
2434
2464
|
* Default value: null
|
|
2435
2465
|
*/
|
|
2436
2466
|
importantDatesTemplate?: any;
|
|
2467
|
+
/**
|
|
2468
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
2469
|
+
* Default value: ""
|
|
2470
|
+
*/
|
|
2471
|
+
unlockKey?: string;
|
|
2437
2472
|
/**
|
|
2438
2473
|
* Determines the language of the Calendar.
|
|
2439
2474
|
* Default value: "en"
|
|
@@ -2731,6 +2766,11 @@ export interface CardProperties {
|
|
|
2731
2766
|
* Default value: null
|
|
2732
2767
|
*/
|
|
2733
2768
|
itemTemplate?: any;
|
|
2769
|
+
/**
|
|
2770
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
2771
|
+
* Default value: ""
|
|
2772
|
+
*/
|
|
2773
|
+
unlockKey?: string;
|
|
2734
2774
|
/**
|
|
2735
2775
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
2736
2776
|
* Default value: "en"
|
|
@@ -2874,6 +2914,11 @@ export interface CardViewProperties {
|
|
|
2874
2914
|
* Default value: none
|
|
2875
2915
|
*/
|
|
2876
2916
|
headerPosition?: CardViewHeaderPosition | string;
|
|
2917
|
+
/**
|
|
2918
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
2919
|
+
* Default value: ""
|
|
2920
|
+
*/
|
|
2921
|
+
unlockKey?: string;
|
|
2877
2922
|
/**
|
|
2878
2923
|
* Sets or gets the locale. Used in conjunction with the property messages.
|
|
2879
2924
|
* Default value: "en"
|
|
@@ -3320,6 +3365,11 @@ export interface CarouselProperties {
|
|
|
3320
3365
|
* Default value: false
|
|
3321
3366
|
*/
|
|
3322
3367
|
keyboard?: boolean;
|
|
3368
|
+
/**
|
|
3369
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
3370
|
+
* Default value: ""
|
|
3371
|
+
*/
|
|
3372
|
+
unlockKey?: string;
|
|
3323
3373
|
/**
|
|
3324
3374
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
3325
3375
|
* Default value: "en"
|
|
@@ -3562,6 +3612,11 @@ export interface ChartProperties {
|
|
|
3562
3612
|
* Default value: [object Object]
|
|
3563
3613
|
*/
|
|
3564
3614
|
legendLayout?: any;
|
|
3615
|
+
/**
|
|
3616
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
3617
|
+
* Default value: ""
|
|
3618
|
+
*/
|
|
3619
|
+
unlockKey?: string;
|
|
3565
3620
|
/**
|
|
3566
3621
|
* Sets or gets the locale. Used in conjunction with the property messages.
|
|
3567
3622
|
* Default value: "en"
|
|
@@ -5381,6 +5436,11 @@ export interface CheckBoxProperties {
|
|
|
5381
5436
|
* Default value: """"
|
|
5382
5437
|
*/
|
|
5383
5438
|
innerHTML: string;
|
|
5439
|
+
/**
|
|
5440
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
5441
|
+
* Default value: ""
|
|
5442
|
+
*/
|
|
5443
|
+
unlockKey?: string;
|
|
5384
5444
|
/**
|
|
5385
5445
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
5386
5446
|
* Default value: "en"
|
|
@@ -5525,6 +5585,11 @@ export interface CheckInputProperties {
|
|
|
5525
5585
|
* Default value: 8
|
|
5526
5586
|
*/
|
|
5527
5587
|
items?: number;
|
|
5588
|
+
/**
|
|
5589
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
5590
|
+
* Default value: ""
|
|
5591
|
+
*/
|
|
5592
|
+
unlockKey?: string;
|
|
5528
5593
|
/**
|
|
5529
5594
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
5530
5595
|
* Default value: "en"
|
|
@@ -5712,6 +5777,11 @@ export interface ChipProperties {
|
|
|
5712
5777
|
* Default value: null
|
|
5713
5778
|
*/
|
|
5714
5779
|
itemTemplate?: any;
|
|
5780
|
+
/**
|
|
5781
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
5782
|
+
* Default value: ""
|
|
5783
|
+
*/
|
|
5784
|
+
unlockKey?: string;
|
|
5715
5785
|
/**
|
|
5716
5786
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
5717
5787
|
* Default value: "en"
|
|
@@ -5808,6 +5878,11 @@ export interface CircularProgressBarProperties {
|
|
|
5808
5878
|
* Default value: false
|
|
5809
5879
|
*/
|
|
5810
5880
|
inverted?: boolean;
|
|
5881
|
+
/**
|
|
5882
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
5883
|
+
* Default value: ""
|
|
5884
|
+
*/
|
|
5885
|
+
unlockKey?: string;
|
|
5811
5886
|
/**
|
|
5812
5887
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
5813
5888
|
* Default value: "en"
|
|
@@ -5944,6 +6019,11 @@ export interface ColorInputProperties {
|
|
|
5944
6019
|
* Default value: 8
|
|
5945
6020
|
*/
|
|
5946
6021
|
items?: number;
|
|
6022
|
+
/**
|
|
6023
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
6024
|
+
* Default value: ""
|
|
6025
|
+
*/
|
|
6026
|
+
unlockKey?: string;
|
|
5947
6027
|
/**
|
|
5948
6028
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
5949
6029
|
* Default value: "en"
|
|
@@ -6171,6 +6251,11 @@ export interface ColorPanelProperties {
|
|
|
6171
6251
|
* Default value: false
|
|
6172
6252
|
*/
|
|
6173
6253
|
inverted?: boolean;
|
|
6254
|
+
/**
|
|
6255
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
6256
|
+
* Default value: ""
|
|
6257
|
+
*/
|
|
6258
|
+
unlockKey?: string;
|
|
6174
6259
|
/**
|
|
6175
6260
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
6176
6261
|
* Default value: "en"
|
|
@@ -6459,6 +6544,11 @@ export interface ColorPickerProperties {
|
|
|
6459
6544
|
* Default value: ""
|
|
6460
6545
|
*/
|
|
6461
6546
|
label?: string;
|
|
6547
|
+
/**
|
|
6548
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
6549
|
+
* Default value: ""
|
|
6550
|
+
*/
|
|
6551
|
+
unlockKey?: string;
|
|
6462
6552
|
/**
|
|
6463
6553
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
6464
6554
|
* Default value: "en"
|
|
@@ -6684,6 +6774,11 @@ export interface ColumnPanelProperties {
|
|
|
6684
6774
|
* Default value: false
|
|
6685
6775
|
*/
|
|
6686
6776
|
disabled?: boolean;
|
|
6777
|
+
/**
|
|
6778
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
6779
|
+
* Default value: ""
|
|
6780
|
+
*/
|
|
6781
|
+
unlockKey?: string;
|
|
6687
6782
|
/**
|
|
6688
6783
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
6689
6784
|
* Default value: "en"
|
|
@@ -6987,6 +7082,11 @@ export interface ComboBoxProperties {
|
|
|
6987
7082
|
* Default value: center
|
|
6988
7083
|
*/
|
|
6989
7084
|
loadingIndicatorPosition?: VerticalAlignment | string;
|
|
7085
|
+
/**
|
|
7086
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
7087
|
+
* Default value: ""
|
|
7088
|
+
*/
|
|
7089
|
+
unlockKey?: string;
|
|
6990
7090
|
/**
|
|
6991
7091
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
6992
7092
|
* Default value: "en"
|
|
@@ -7473,6 +7573,11 @@ export interface CustomizationDialogProperties {
|
|
|
7473
7573
|
* Default value: apply,close
|
|
7474
7574
|
*/
|
|
7475
7575
|
headerButtons?: string[];
|
|
7576
|
+
/**
|
|
7577
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
7578
|
+
* Default value: ""
|
|
7579
|
+
*/
|
|
7580
|
+
unlockKey?: string;
|
|
7476
7581
|
/**
|
|
7477
7582
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
7478
7583
|
* Default value: "en"
|
|
@@ -8009,6 +8114,11 @@ export interface DateInputProperties {
|
|
|
8009
8114
|
* Default value: "off"
|
|
8010
8115
|
*/
|
|
8011
8116
|
inputPurpose?: string;
|
|
8117
|
+
/**
|
|
8118
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
8119
|
+
* Default value: ""
|
|
8120
|
+
*/
|
|
8121
|
+
unlockKey?: string;
|
|
8012
8122
|
/**
|
|
8013
8123
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
8014
8124
|
* Default value: "en"
|
|
@@ -8183,6 +8293,11 @@ export interface DateRangeInputProperties {
|
|
|
8183
8293
|
* Default value: "off"
|
|
8184
8294
|
*/
|
|
8185
8295
|
inputPurpose?: string;
|
|
8296
|
+
/**
|
|
8297
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
8298
|
+
* Default value: ""
|
|
8299
|
+
*/
|
|
8300
|
+
unlockKey?: string;
|
|
8186
8301
|
/**
|
|
8187
8302
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
8188
8303
|
* Default value: "en"
|
|
@@ -8527,6 +8642,11 @@ export interface DateTimePickerProperties {
|
|
|
8527
8642
|
* Default value: ""
|
|
8528
8643
|
*/
|
|
8529
8644
|
label?: string;
|
|
8645
|
+
/**
|
|
8646
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
8647
|
+
* Default value: ""
|
|
8648
|
+
*/
|
|
8649
|
+
unlockKey?: string;
|
|
8530
8650
|
/**
|
|
8531
8651
|
* Sets or gets the locale that determines what language is used to localize the labels inside the DateTimePicker.
|
|
8532
8652
|
* Default value: "en"
|
|
@@ -8816,6 +8936,11 @@ export interface DockingLayoutProperties {
|
|
|
8816
8936
|
* Default value: false
|
|
8817
8937
|
*/
|
|
8818
8938
|
liveResize?: boolean;
|
|
8939
|
+
/**
|
|
8940
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
8941
|
+
* Default value: ""
|
|
8942
|
+
*/
|
|
8943
|
+
unlockKey?: string;
|
|
8819
8944
|
/**
|
|
8820
8945
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
8821
8946
|
* Default value: "en"
|
|
@@ -9203,6 +9328,11 @@ export interface DropDownButtonProperties {
|
|
|
9203
9328
|
* Default value: ""
|
|
9204
9329
|
*/
|
|
9205
9330
|
label?: string;
|
|
9331
|
+
/**
|
|
9332
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
9333
|
+
* Default value: ""
|
|
9334
|
+
*/
|
|
9335
|
+
unlockKey?: string;
|
|
9206
9336
|
/**
|
|
9207
9337
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
9208
9338
|
* Default value: "en"
|
|
@@ -9541,6 +9671,11 @@ export interface DropDownListProperties {
|
|
|
9541
9671
|
* Default value: center
|
|
9542
9672
|
*/
|
|
9543
9673
|
loadingIndicatorPosition?: VerticalAlignment | string;
|
|
9674
|
+
/**
|
|
9675
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
9676
|
+
* Default value: ""
|
|
9677
|
+
*/
|
|
9678
|
+
unlockKey?: string;
|
|
9544
9679
|
/**
|
|
9545
9680
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
9546
9681
|
* Default value: "en"
|
|
@@ -9952,6 +10087,11 @@ export interface EditorProperties {
|
|
|
9952
10087
|
* Default value: [object Object]
|
|
9953
10088
|
*/
|
|
9954
10089
|
iframeSettings?: EditorIframeSettings;
|
|
10090
|
+
/**
|
|
10091
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
10092
|
+
* Default value: ""
|
|
10093
|
+
*/
|
|
10094
|
+
unlockKey?: string;
|
|
9955
10095
|
/**
|
|
9956
10096
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
9957
10097
|
* Default value: "en"
|
|
@@ -10880,6 +11020,11 @@ export interface ElementProperties {
|
|
|
10880
11020
|
* Default value: false
|
|
10881
11021
|
*/
|
|
10882
11022
|
isRendered?: boolean;
|
|
11023
|
+
/**
|
|
11024
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
11025
|
+
* Default value: ""
|
|
11026
|
+
*/
|
|
11027
|
+
unlockKey?: string;
|
|
10883
11028
|
/**
|
|
10884
11029
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
10885
11030
|
* Default value: "en"
|
|
@@ -11063,6 +11208,11 @@ export interface FileUploadProperties {
|
|
|
11063
11208
|
* Default value: null
|
|
11064
11209
|
*/
|
|
11065
11210
|
itemTemplate?: any;
|
|
11211
|
+
/**
|
|
11212
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
11213
|
+
* Default value: ""
|
|
11214
|
+
*/
|
|
11215
|
+
unlockKey?: string;
|
|
11066
11216
|
/**
|
|
11067
11217
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
11068
11218
|
* Default value: "en"
|
|
@@ -11327,6 +11477,11 @@ export interface FilterBuilderProperties {
|
|
|
11327
11477
|
* Default value: { '=': '=', '<>': '<>', '>': '>', '>=': '>=', '<': '<', '<=': '<=', 'startswith': 'a|bc', 'endswith': 'ab|c', 'contains': 'abc', 'notcontains': '!abc', 'isblank': 'o', 'isnotblank': '*'}
|
|
11328
11478
|
*/
|
|
11329
11479
|
icons?: FilterBuilderIcons;
|
|
11480
|
+
/**
|
|
11481
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
11482
|
+
* Default value: ""
|
|
11483
|
+
*/
|
|
11484
|
+
unlockKey?: string;
|
|
11330
11485
|
/**
|
|
11331
11486
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
11332
11487
|
* Default value: "en"
|
|
@@ -12510,6 +12665,11 @@ export interface FilterPanelProperties {
|
|
|
12510
12665
|
* Default value: "d"
|
|
12511
12666
|
*/
|
|
12512
12667
|
formatString?: string;
|
|
12668
|
+
/**
|
|
12669
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
12670
|
+
* Default value: ""
|
|
12671
|
+
*/
|
|
12672
|
+
unlockKey?: string;
|
|
12513
12673
|
/**
|
|
12514
12674
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
12515
12675
|
* Default value: "en"
|
|
@@ -13512,6 +13672,11 @@ export interface GanttChartProperties {
|
|
|
13512
13672
|
* Default value: false
|
|
13513
13673
|
*/
|
|
13514
13674
|
keyboardNavigation?: boolean;
|
|
13675
|
+
/**
|
|
13676
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
13677
|
+
* Default value: ""
|
|
13678
|
+
*/
|
|
13679
|
+
unlockKey?: string;
|
|
13515
13680
|
/**
|
|
13516
13681
|
* Determines the language of the GanttChart.
|
|
13517
13682
|
* Default value: "en"
|
|
@@ -14885,6 +15050,11 @@ export interface GaugeProperties {
|
|
|
14885
15050
|
* Default value: all
|
|
14886
15051
|
*/
|
|
14887
15052
|
labelsVisibility?: LabelsVisibility | string;
|
|
15053
|
+
/**
|
|
15054
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
15055
|
+
* Default value: ""
|
|
15056
|
+
*/
|
|
15057
|
+
unlockKey?: string;
|
|
14888
15058
|
/**
|
|
14889
15059
|
* Sets or gets the locale. Used in conjunction with the property messages.
|
|
14890
15060
|
* Default value: "en"
|
|
@@ -15236,11 +15406,21 @@ export interface GridProperties {
|
|
|
15236
15406
|
* Default value: [object Object]
|
|
15237
15407
|
*/
|
|
15238
15408
|
layout?: GridLayout;
|
|
15409
|
+
/**
|
|
15410
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
15411
|
+
* Default value: ""
|
|
15412
|
+
*/
|
|
15413
|
+
unlockKey?: string;
|
|
15239
15414
|
/**
|
|
15240
15415
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
15241
15416
|
* Default value: "en"
|
|
15242
15417
|
*/
|
|
15243
15418
|
locale?: string;
|
|
15419
|
+
/**
|
|
15420
|
+
* Keys handling. You can define a key like "Enter": "Tab" or set a function as a value. When the key is pressed, it will be mapped to the other key, action such as 'copy', 'copyPrev', 'copyNext' or 'delete' or just a function defined in your document.
|
|
15421
|
+
* Default value: null
|
|
15422
|
+
*/
|
|
15423
|
+
keys?: any;
|
|
15244
15424
|
/**
|
|
15245
15425
|
* Sets the messages values.
|
|
15246
15426
|
* Default value: * [object Object]
|
|
@@ -15271,6 +15451,11 @@ export interface GridProperties {
|
|
|
15271
15451
|
* Default value: null
|
|
15272
15452
|
*/
|
|
15273
15453
|
onCellEditRequest?: {(id: string, dataField: string, value: any, oldValue: any, data: any): void};
|
|
15454
|
+
/**
|
|
15455
|
+
* Callback function, which is called when a cell value is changed.
|
|
15456
|
+
* Default value: null
|
|
15457
|
+
*/
|
|
15458
|
+
onCellValueChanged?: {(id: string, dataField: string, value: any): boolean};
|
|
15274
15459
|
/**
|
|
15275
15460
|
* Callback function() called before the grid has been initialized and the Grid's Virtual DOM is not created.
|
|
15276
15461
|
* Default value: null
|
|
@@ -16771,6 +16956,11 @@ export interface GridClipboard {
|
|
|
16771
16956
|
* Default value: true
|
|
16772
16957
|
*/
|
|
16773
16958
|
enabled?: boolean;
|
|
16959
|
+
/**
|
|
16960
|
+
* Sets or gets whether the copy the column headers to the clipboard.
|
|
16961
|
+
* Default value: false
|
|
16962
|
+
*/
|
|
16963
|
+
copyHeadersToClipboard?: boolean;
|
|
16774
16964
|
/**
|
|
16775
16965
|
* Sets or gets whether the copy-pasted values will be auto-filled by using automatic pattern detection. This is used in the Drag&Drop Multiple Cells selection. none does nothing. copy just copies the cells. 'fillSeries' detects and automatically fills the values. For example, if the selection has '1, 2' and the possible positions are more, the pasted values would be '1, 2, 3, 4, etc.
|
|
16776
16966
|
* Default value: fillSeries
|
|
@@ -16846,7 +17036,7 @@ export interface GridColumn {
|
|
|
16846
17036
|
allowNull?: boolean;
|
|
16847
17037
|
/**
|
|
16848
17038
|
* Sets or gets the cell's height in card view mode.
|
|
16849
|
-
* Default value:
|
|
17039
|
+
* Default value: 0
|
|
16850
17040
|
*/
|
|
16851
17041
|
cardHeight?: number;
|
|
16852
17042
|
/**
|
|
@@ -17010,10 +17200,10 @@ export interface GridColumn {
|
|
|
17010
17200
|
*/
|
|
17011
17201
|
relationField?: string;
|
|
17012
17202
|
/**
|
|
17013
|
-
* Sets or gets the sort order of the column. Accepts: 'asc', 'desc' and null.
|
|
17014
|
-
* Default value:
|
|
17203
|
+
* Sets or gets the sort order of the column. Accepts: 'asc', 'desc', 'none' and null.
|
|
17204
|
+
* Default value: none
|
|
17015
17205
|
*/
|
|
17016
|
-
sortOrder?: GridColumnSortOrder |
|
|
17206
|
+
sortOrder?: GridColumnSortOrder | string;
|
|
17017
17207
|
/**
|
|
17018
17208
|
* Sets or gets the sort index of the column. Accepts an integer value. This property can be used to get or set the column's sort index when sorting mode is 'many'.
|
|
17019
17209
|
* Default value: null
|
|
@@ -17496,6 +17686,61 @@ export interface GridDataExport {
|
|
|
17496
17686
|
* Default value: null
|
|
17497
17687
|
*/
|
|
17498
17688
|
rowIds?: {(): void};
|
|
17689
|
+
/**
|
|
17690
|
+
* An array of custom rows to add before the Grid rows.
|
|
17691
|
+
* Default value: null
|
|
17692
|
+
*/
|
|
17693
|
+
headerContent?: any;
|
|
17694
|
+
/**
|
|
17695
|
+
* An array of custom rows to add after the Grid rows.
|
|
17696
|
+
* Default value: null
|
|
17697
|
+
*/
|
|
17698
|
+
footerContent?: any;
|
|
17699
|
+
/**
|
|
17700
|
+
* A function which allows you to add images to the cells in Export to Excel. The following params are passed: (index, dataField, value, values). It should return an object like this: return { image: { id: 'myImage' + index, base64: value, imageType: 'jpeg', width: 20, height: 11, position: { offsetX: 10 + (25 * values.indexOf(value)), offsetY: 5.5 } } };
|
|
17701
|
+
* Default value: null
|
|
17702
|
+
*/
|
|
17703
|
+
addImageToCell?: any;
|
|
17704
|
+
/**
|
|
17705
|
+
* A function which allows you to set the height of the rows in the Export to Excel. The function gets the row index as parameter and should return its height as a number.
|
|
17706
|
+
* Default value: null
|
|
17707
|
+
*/
|
|
17708
|
+
setRowHeight?: any;
|
|
17709
|
+
/**
|
|
17710
|
+
* A function which allows you to return additonal data to the Excel export to export into multiple sheets.
|
|
17711
|
+
* Default value: null
|
|
17712
|
+
*/
|
|
17713
|
+
getSpreadsheets?: any;
|
|
17714
|
+
/**
|
|
17715
|
+
* A function which allows you to export a styled data grid to Excel.
|
|
17716
|
+
* Default value: true
|
|
17717
|
+
*/
|
|
17718
|
+
exportStyles?: boolean;
|
|
17719
|
+
/**
|
|
17720
|
+
* A function which allows you to format cells before export. (index, dataField, value) are the params. It should return the formatted value.
|
|
17721
|
+
* Default value: null
|
|
17722
|
+
*/
|
|
17723
|
+
cellFormatFunction?: any;
|
|
17724
|
+
/**
|
|
17725
|
+
* Sets whether the header is frozen when Export to Excel.
|
|
17726
|
+
* Default value: false
|
|
17727
|
+
*/
|
|
17728
|
+
freezeHeader?: boolean;
|
|
17729
|
+
/**
|
|
17730
|
+
* Sets whether to auto-convert the formulas in the Excel export.
|
|
17731
|
+
* Default value: true
|
|
17732
|
+
*/
|
|
17733
|
+
autoConvertFormulas?: boolean;
|
|
17734
|
+
/**
|
|
17735
|
+
* Sets whether to export only the selected cells or rows when Export to Excel.
|
|
17736
|
+
* Default value: false
|
|
17737
|
+
*/
|
|
17738
|
+
onlySelected?: boolean;
|
|
17739
|
+
/**
|
|
17740
|
+
* Sets whether to export it as Excel Table when Export to Excel
|
|
17741
|
+
* Default value: false
|
|
17742
|
+
*/
|
|
17743
|
+
exportAsTable?: boolean;
|
|
17499
17744
|
}
|
|
17500
17745
|
|
|
17501
17746
|
/**Sets the grid's data source settings when the <em>dataSource</em> property is set to an Array or URL. */
|
|
@@ -17612,6 +17857,11 @@ export interface GridEditing {
|
|
|
17612
17857
|
* Default value: true
|
|
17613
17858
|
*/
|
|
17614
17859
|
autoUpdateFilterAndSort?: boolean;
|
|
17860
|
+
/**
|
|
17861
|
+
* Automatically opens a drop-down editor not only when the arrow button is clicked, but also when you click an item from it.
|
|
17862
|
+
* Default value: true
|
|
17863
|
+
*/
|
|
17864
|
+
allowListOpenOnContentClick?: boolean;
|
|
17615
17865
|
/**
|
|
17616
17866
|
* Enables editing.
|
|
17617
17867
|
* Default value: false
|
|
@@ -18999,8 +19249,8 @@ export declare type GridClipboardAutoFillMode = 'none' | 'copy' | 'fillSeries';
|
|
|
18999
19249
|
export declare type Position = 'near' | 'far';
|
|
19000
19250
|
/**Sets or gets the filter menu mode of the column. In 'basic' mode, a single input is displayed in the filter menu. In 'default' mode, two input options are available for more precise filtering. In 'excel' mode, checked list with unique values is displayed. */
|
|
19001
19251
|
export declare type GridColumnFilterMenuMode = 'basic' | 'default' | 'excel';
|
|
19002
|
-
/**Sets or gets the sort order of the column. Accepts: 'asc', 'desc' and null. */
|
|
19003
|
-
export declare type GridColumnSortOrder = 'asc' | 'desc' |
|
|
19252
|
+
/**Sets or gets the sort order of the column. Accepts: 'asc', 'desc', 'none' and null. */
|
|
19253
|
+
export declare type GridColumnSortOrder = 'asc' | 'desc' | 'none';
|
|
19004
19254
|
/**The formatting condition. */
|
|
19005
19255
|
export declare type GridConditionalFormattingCondition = 'between' | 'equal' | 'greaterThan' | 'lessThan' | 'notEqual';
|
|
19006
19256
|
/**Sets the page orientation, when exporting to PDF. */
|
|
@@ -19062,6 +19312,11 @@ export interface GroupPanelProperties {
|
|
|
19062
19312
|
* Default value: false
|
|
19063
19313
|
*/
|
|
19064
19314
|
disabled?: boolean;
|
|
19315
|
+
/**
|
|
19316
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
19317
|
+
* Default value: ""
|
|
19318
|
+
*/
|
|
19319
|
+
unlockKey?: string;
|
|
19065
19320
|
/**
|
|
19066
19321
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
19067
19322
|
* Default value: "en"
|
|
@@ -19191,6 +19446,11 @@ export interface InputProperties {
|
|
|
19191
19446
|
* Default value: none
|
|
19192
19447
|
*/
|
|
19193
19448
|
dropDownButtonPosition?: DropDownButtonPosition | string;
|
|
19449
|
+
/**
|
|
19450
|
+
* Determines the position of the drop down when opened.
|
|
19451
|
+
* Default value: auto
|
|
19452
|
+
*/
|
|
19453
|
+
dropDownOpenPosition?: DropDownOpenPosition | string;
|
|
19194
19454
|
/**
|
|
19195
19455
|
* Sets the height of the drop down. By default it's set to an empty string. In this case the height of the drop down is controlled by a CSS variable.
|
|
19196
19456
|
* Default value:
|
|
@@ -19211,6 +19471,11 @@ export interface InputProperties {
|
|
|
19211
19471
|
* Default value: 8
|
|
19212
19472
|
*/
|
|
19213
19473
|
items?: number;
|
|
19474
|
+
/**
|
|
19475
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
19476
|
+
* Default value: ""
|
|
19477
|
+
*/
|
|
19478
|
+
unlockKey?: string;
|
|
19214
19479
|
/**
|
|
19215
19480
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
19216
19481
|
* Default value: "en"
|
|
@@ -19403,6 +19668,8 @@ declare global {
|
|
|
19403
19668
|
}
|
|
19404
19669
|
}
|
|
19405
19670
|
|
|
19671
|
+
/**Determines the position of the drop down when opened. */
|
|
19672
|
+
export declare type DropDownOpenPosition = 'auto' | 'top' | 'bottom';
|
|
19406
19673
|
/**Determines the auto complete query mode. This property also determines the matching algorithm for the autocomplete operation. */
|
|
19407
19674
|
export declare type InputQueryMode = 'contains' | 'containsIgnoreCase' | 'doesNotContain' | 'doesNotContainIgnoreCase' | 'equals' | 'equalsIgnoreCase' | 'startsWith' | 'startsWithIgnoreCase' | 'endsWith' | 'endsWithIgnoreCase';
|
|
19408
19675
|
export interface KanbanProperties {
|
|
@@ -19596,6 +19863,11 @@ export interface KanbanProperties {
|
|
|
19596
19863
|
* Default value: columns
|
|
19597
19864
|
*/
|
|
19598
19865
|
hierarchy?: KanbanHierarchy | string;
|
|
19866
|
+
/**
|
|
19867
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
19868
|
+
* Default value: ""
|
|
19869
|
+
*/
|
|
19870
|
+
unlockKey?: string;
|
|
19599
19871
|
/**
|
|
19600
19872
|
* Sets or gets the locale. Used in conjunction with the property messages.
|
|
19601
19873
|
* Default value: "en"
|
|
@@ -20434,6 +20706,11 @@ export interface LayoutProperties {
|
|
|
20434
20706
|
* Default value: null
|
|
20435
20707
|
*/
|
|
20436
20708
|
dataSource?: any;
|
|
20709
|
+
/**
|
|
20710
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
20711
|
+
* Default value: ""
|
|
20712
|
+
*/
|
|
20713
|
+
unlockKey?: string;
|
|
20437
20714
|
/**
|
|
20438
20715
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
20439
20716
|
* Default value: "en"
|
|
@@ -20732,6 +21009,11 @@ export interface LedProperties {
|
|
|
20732
21009
|
* Default value: null
|
|
20733
21010
|
*/
|
|
20734
21011
|
indeterminateTemplate?: any;
|
|
21012
|
+
/**
|
|
21013
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
21014
|
+
* Default value: ""
|
|
21015
|
+
*/
|
|
21016
|
+
unlockKey?: string;
|
|
20735
21017
|
/**
|
|
20736
21018
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
20737
21019
|
* Default value: "en"
|
|
@@ -20983,6 +21265,11 @@ export interface ListBoxProperties {
|
|
|
20983
21265
|
* Default value: center
|
|
20984
21266
|
*/
|
|
20985
21267
|
loadingIndicatorPosition?: VerticalAlignment | string;
|
|
21268
|
+
/**
|
|
21269
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
21270
|
+
* Default value: ""
|
|
21271
|
+
*/
|
|
21272
|
+
unlockKey?: string;
|
|
20986
21273
|
/**
|
|
20987
21274
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
20988
21275
|
* Default value: "en"
|
|
@@ -21507,6 +21794,11 @@ export interface ListMenuProperties {
|
|
|
21507
21794
|
* Default value: center
|
|
21508
21795
|
*/
|
|
21509
21796
|
loadingIndicatorPosition?: VerticalAlignment | string;
|
|
21797
|
+
/**
|
|
21798
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
21799
|
+
* Default value: ""
|
|
21800
|
+
*/
|
|
21801
|
+
unlockKey?: string;
|
|
21510
21802
|
/**
|
|
21511
21803
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
21512
21804
|
* Default value: "en"
|
|
@@ -21807,6 +22099,11 @@ export interface MaskedTextBoxProperties {
|
|
|
21807
22099
|
* Default value: ""
|
|
21808
22100
|
*/
|
|
21809
22101
|
label?: string;
|
|
22102
|
+
/**
|
|
22103
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
22104
|
+
* Default value: ""
|
|
22105
|
+
*/
|
|
22106
|
+
unlockKey?: string;
|
|
21810
22107
|
/**
|
|
21811
22108
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
21812
22109
|
* Default value: "en"
|
|
@@ -22059,6 +22356,11 @@ export interface MenuProperties {
|
|
|
22059
22356
|
* Default value: "items"
|
|
22060
22357
|
*/
|
|
22061
22358
|
itemsMember?: string;
|
|
22359
|
+
/**
|
|
22360
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
22361
|
+
* Default value: ""
|
|
22362
|
+
*/
|
|
22363
|
+
unlockKey?: string;
|
|
22062
22364
|
/**
|
|
22063
22365
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
22064
22366
|
* Default value: "en"
|
|
@@ -22470,6 +22772,11 @@ export interface MultiColumnFilterPanelProperties {
|
|
|
22470
22772
|
* Default value: "Value"
|
|
22471
22773
|
*/
|
|
22472
22774
|
editorPlaceholder?: string;
|
|
22775
|
+
/**
|
|
22776
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
22777
|
+
* Default value: ""
|
|
22778
|
+
*/
|
|
22779
|
+
unlockKey?: string;
|
|
22473
22780
|
/**
|
|
22474
22781
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
22475
22782
|
* Default value: "en"
|
|
@@ -22641,6 +22948,11 @@ export interface MultiComboInputProperties {
|
|
|
22641
22948
|
* Default value: 8
|
|
22642
22949
|
*/
|
|
22643
22950
|
items?: number;
|
|
22951
|
+
/**
|
|
22952
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
22953
|
+
* Default value: ""
|
|
22954
|
+
*/
|
|
22955
|
+
unlockKey?: string;
|
|
22644
22956
|
/**
|
|
22645
22957
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
22646
22958
|
* Default value: "en"
|
|
@@ -22863,6 +23175,11 @@ export interface MultiInputProperties {
|
|
|
22863
23175
|
* Default value: 8
|
|
22864
23176
|
*/
|
|
22865
23177
|
items?: number;
|
|
23178
|
+
/**
|
|
23179
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
23180
|
+
* Default value: ""
|
|
23181
|
+
*/
|
|
23182
|
+
unlockKey?: string;
|
|
22866
23183
|
/**
|
|
22867
23184
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
22868
23185
|
* Default value: "en"
|
|
@@ -23093,6 +23410,11 @@ export interface MultilineTextBoxProperties {
|
|
|
23093
23410
|
* Default value: ""
|
|
23094
23411
|
*/
|
|
23095
23412
|
label?: string;
|
|
23413
|
+
/**
|
|
23414
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
23415
|
+
* Default value: ""
|
|
23416
|
+
*/
|
|
23417
|
+
unlockKey?: string;
|
|
23096
23418
|
/**
|
|
23097
23419
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
23098
23420
|
* Default value: "en"
|
|
@@ -23379,6 +23701,11 @@ export interface MultiSplitButtonProperties {
|
|
|
23379
23701
|
* Default value: center
|
|
23380
23702
|
*/
|
|
23381
23703
|
loadingIndicatorPosition?: VerticalAlignment | string;
|
|
23704
|
+
/**
|
|
23705
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
23706
|
+
* Default value: ""
|
|
23707
|
+
*/
|
|
23708
|
+
unlockKey?: string;
|
|
23382
23709
|
/**
|
|
23383
23710
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
23384
23711
|
* Default value: "en"
|
|
@@ -23580,6 +23907,11 @@ export interface NumberInputProperties {
|
|
|
23580
23907
|
* Default value: "off"
|
|
23581
23908
|
*/
|
|
23582
23909
|
inputPurpose?: string;
|
|
23910
|
+
/**
|
|
23911
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
23912
|
+
* Default value: ""
|
|
23913
|
+
*/
|
|
23914
|
+
unlockKey?: string;
|
|
23583
23915
|
/**
|
|
23584
23916
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
23585
23917
|
* Default value: "en"
|
|
@@ -23763,6 +24095,11 @@ export interface NumericTextBoxProperties {
|
|
|
23763
24095
|
* Default value: false
|
|
23764
24096
|
*/
|
|
23765
24097
|
leadingZeros?: boolean;
|
|
24098
|
+
/**
|
|
24099
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
24100
|
+
* Default value: ""
|
|
24101
|
+
*/
|
|
24102
|
+
unlockKey?: string;
|
|
23766
24103
|
/**
|
|
23767
24104
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
23768
24105
|
* Default value: "en"
|
|
@@ -24017,6 +24354,11 @@ export interface PagerProperties {
|
|
|
24017
24354
|
* Default value: false
|
|
24018
24355
|
*/
|
|
24019
24356
|
disabled?: boolean;
|
|
24357
|
+
/**
|
|
24358
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
24359
|
+
* Default value: ""
|
|
24360
|
+
*/
|
|
24361
|
+
unlockKey?: string;
|
|
24020
24362
|
/**
|
|
24021
24363
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
24022
24364
|
* Default value: "en"
|
|
@@ -24201,6 +24543,11 @@ export interface PasswordInputProperties {
|
|
|
24201
24543
|
* Default value: false
|
|
24202
24544
|
*/
|
|
24203
24545
|
disabled?: boolean;
|
|
24546
|
+
/**
|
|
24547
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
24548
|
+
* Default value: ""
|
|
24549
|
+
*/
|
|
24550
|
+
unlockKey?: string;
|
|
24204
24551
|
/**
|
|
24205
24552
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
24206
24553
|
* Default value: "en"
|
|
@@ -24337,6 +24684,11 @@ export interface PasswordTextBoxProperties {
|
|
|
24337
24684
|
* Default value: ""
|
|
24338
24685
|
*/
|
|
24339
24686
|
label?: string;
|
|
24687
|
+
/**
|
|
24688
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
24689
|
+
* Default value: ""
|
|
24690
|
+
*/
|
|
24691
|
+
unlockKey?: string;
|
|
24340
24692
|
/**
|
|
24341
24693
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
24342
24694
|
* Default value: "en"
|
|
@@ -24586,6 +24938,11 @@ export interface PathProperties {
|
|
|
24586
24938
|
* Default value: ""
|
|
24587
24939
|
*/
|
|
24588
24940
|
label?: string;
|
|
24941
|
+
/**
|
|
24942
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
24943
|
+
* Default value: ""
|
|
24944
|
+
*/
|
|
24945
|
+
unlockKey?: string;
|
|
24589
24946
|
/**
|
|
24590
24947
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
24591
24948
|
* Default value: "en"
|
|
@@ -24762,6 +25119,11 @@ export interface PhoneInputProperties {
|
|
|
24762
25119
|
* Default value: * [object Object]
|
|
24763
25120
|
*/
|
|
24764
25121
|
messages?: any;
|
|
25122
|
+
/**
|
|
25123
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
25124
|
+
* Default value: ""
|
|
25125
|
+
*/
|
|
25126
|
+
unlockKey?: string;
|
|
24765
25127
|
/**
|
|
24766
25128
|
* Sets or gets the name attribute for the element. Name is used when submiting data inside an HTML form.
|
|
24767
25129
|
* Default value: ""
|
|
@@ -25019,6 +25381,11 @@ export interface PivotTableProperties {
|
|
|
25019
25381
|
* Default value: false
|
|
25020
25382
|
*/
|
|
25021
25383
|
keyboardNavigation?: boolean;
|
|
25384
|
+
/**
|
|
25385
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
25386
|
+
* Default value: ""
|
|
25387
|
+
*/
|
|
25388
|
+
unlockKey?: string;
|
|
25022
25389
|
/**
|
|
25023
25390
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
25024
25391
|
* Default value: "en"
|
|
@@ -25437,6 +25804,11 @@ export interface PowerButtonProperties {
|
|
|
25437
25804
|
* Default value: false
|
|
25438
25805
|
*/
|
|
25439
25806
|
disabled?: boolean;
|
|
25807
|
+
/**
|
|
25808
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
25809
|
+
* Default value: ""
|
|
25810
|
+
*/
|
|
25811
|
+
unlockKey?: string;
|
|
25440
25812
|
/**
|
|
25441
25813
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
25442
25814
|
* Default value: "en"
|
|
@@ -25538,6 +25910,11 @@ export interface ProgressBarProperties {
|
|
|
25538
25910
|
* Default value: null
|
|
25539
25911
|
*/
|
|
25540
25912
|
formatFunction?: {(value: number): string};
|
|
25913
|
+
/**
|
|
25914
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
25915
|
+
* Default value: ""
|
|
25916
|
+
*/
|
|
25917
|
+
unlockKey?: string;
|
|
25541
25918
|
/**
|
|
25542
25919
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
25543
25920
|
* Default value: "en"
|
|
@@ -25851,6 +26228,11 @@ export interface QueryBuilderProperties {
|
|
|
25851
26228
|
* Default value: { '=': 'equals', '<>': 'notequals', '>': 'greaterthan', '>=': 'greaterthanorequal', '<': 'lessthan', '<=': 'lessthanorequal', 'startswith': 'startswith', 'endswith': 'endswith', 'contains': 'contains', 'notcontains': 'notcontains', 'isblank': 'isblank', 'isnotblank': 'isnotblank' }
|
|
25852
26229
|
*/
|
|
25853
26230
|
icons?: any;
|
|
26231
|
+
/**
|
|
26232
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
26233
|
+
* Default value: ""
|
|
26234
|
+
*/
|
|
26235
|
+
unlockKey?: string;
|
|
25854
26236
|
/**
|
|
25855
26237
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
25856
26238
|
* Default value: "en"
|
|
@@ -26170,6 +26552,11 @@ export interface RadioButtonProperties {
|
|
|
26170
26552
|
* Default value: """"
|
|
26171
26553
|
*/
|
|
26172
26554
|
innerHTML: string;
|
|
26555
|
+
/**
|
|
26556
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
26557
|
+
* Default value: ""
|
|
26558
|
+
*/
|
|
26559
|
+
unlockKey?: string;
|
|
26173
26560
|
/**
|
|
26174
26561
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
26175
26562
|
* Default value: "en"
|
|
@@ -26277,6 +26664,11 @@ export interface RatingProperties {
|
|
|
26277
26664
|
* Default value: false
|
|
26278
26665
|
*/
|
|
26279
26666
|
disabled?: boolean;
|
|
26667
|
+
/**
|
|
26668
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
26669
|
+
* Default value: ""
|
|
26670
|
+
*/
|
|
26671
|
+
unlockKey?: string;
|
|
26280
26672
|
/**
|
|
26281
26673
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
26282
26674
|
* Default value: "en"
|
|
@@ -26401,6 +26793,11 @@ export interface RepeatButtonProperties {
|
|
|
26401
26793
|
* Default value: """"
|
|
26402
26794
|
*/
|
|
26403
26795
|
innerHTML: string;
|
|
26796
|
+
/**
|
|
26797
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
26798
|
+
* Default value: ""
|
|
26799
|
+
*/
|
|
26800
|
+
unlockKey?: string;
|
|
26404
26801
|
/**
|
|
26405
26802
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
26406
26803
|
* Default value: "en"
|
|
@@ -26497,6 +26894,11 @@ export interface RibbonProperties {
|
|
|
26497
26894
|
* Default value: undefined
|
|
26498
26895
|
*/
|
|
26499
26896
|
fileMenu?: RibbonFileMenu;
|
|
26897
|
+
/**
|
|
26898
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
26899
|
+
* Default value: ""
|
|
26900
|
+
*/
|
|
26901
|
+
unlockKey?: string;
|
|
26500
26902
|
/**
|
|
26501
26903
|
* Determines the locale of the ribbon.
|
|
26502
26904
|
* Default value: "en"
|
|
@@ -27204,6 +27606,11 @@ export interface SchedulerProperties {
|
|
|
27204
27606
|
* Default value: auto
|
|
27205
27607
|
*/
|
|
27206
27608
|
horizontalScrollBarVisibility?: HorizontalScrollBarVisibility | string;
|
|
27609
|
+
/**
|
|
27610
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
27611
|
+
* Default value: ""
|
|
27612
|
+
*/
|
|
27613
|
+
unlockKey?: string;
|
|
27207
27614
|
/**
|
|
27208
27615
|
* Determines the language of the Scheduler.
|
|
27209
27616
|
* Default value: "en"
|
|
@@ -28264,6 +28671,11 @@ export interface ScrollBarProperties {
|
|
|
28264
28671
|
* Default value: 100
|
|
28265
28672
|
*/
|
|
28266
28673
|
largeStep?: number;
|
|
28674
|
+
/**
|
|
28675
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
28676
|
+
* Default value: ""
|
|
28677
|
+
*/
|
|
28678
|
+
unlockKey?: string;
|
|
28267
28679
|
/**
|
|
28268
28680
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
28269
28681
|
* Default value: "en"
|
|
@@ -28439,6 +28851,11 @@ export interface SliderProperties {
|
|
|
28439
28851
|
* Default value: all
|
|
28440
28852
|
*/
|
|
28441
28853
|
labelsVisibility?: LabelsVisibility | string;
|
|
28854
|
+
/**
|
|
28855
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
28856
|
+
* Default value: ""
|
|
28857
|
+
*/
|
|
28858
|
+
unlockKey?: string;
|
|
28442
28859
|
/**
|
|
28443
28860
|
* Sets or gets the locale. Used in conjunction with the property messages.
|
|
28444
28861
|
* Default value: "en"
|
|
@@ -28693,6 +29110,11 @@ export interface SortableProperties {
|
|
|
28693
29110
|
* Default value: null
|
|
28694
29111
|
*/
|
|
28695
29112
|
items?: string | null;
|
|
29113
|
+
/**
|
|
29114
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
29115
|
+
* Default value: ""
|
|
29116
|
+
*/
|
|
29117
|
+
unlockKey?: string;
|
|
28696
29118
|
/**
|
|
28697
29119
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
28698
29120
|
* Default value: "en"
|
|
@@ -28793,6 +29215,11 @@ export interface SortPanelProperties {
|
|
|
28793
29215
|
* Default value: false
|
|
28794
29216
|
*/
|
|
28795
29217
|
disabled?: boolean;
|
|
29218
|
+
/**
|
|
29219
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
29220
|
+
* Default value: ""
|
|
29221
|
+
*/
|
|
29222
|
+
unlockKey?: string;
|
|
28796
29223
|
/**
|
|
28797
29224
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
28798
29225
|
* Default value: "en"
|
|
@@ -28907,6 +29334,11 @@ export interface SplitterProperties {
|
|
|
28907
29334
|
* Default value: false
|
|
28908
29335
|
*/
|
|
28909
29336
|
keepProportionsOnResize?: boolean;
|
|
29337
|
+
/**
|
|
29338
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
29339
|
+
* Default value: ""
|
|
29340
|
+
*/
|
|
29341
|
+
unlockKey?: string;
|
|
28910
29342
|
/**
|
|
28911
29343
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
28912
29344
|
* Default value: "en"
|
|
@@ -29262,6 +29694,11 @@ export interface SwitchButtonProperties {
|
|
|
29262
29694
|
* Default value: false
|
|
29263
29695
|
*/
|
|
29264
29696
|
inverted?: boolean;
|
|
29697
|
+
/**
|
|
29698
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
29699
|
+
* Default value: ""
|
|
29700
|
+
*/
|
|
29701
|
+
unlockKey?: string;
|
|
29265
29702
|
/**
|
|
29266
29703
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
29267
29704
|
* Default value: "en"
|
|
@@ -29770,6 +30207,11 @@ export interface TableProperties {
|
|
|
29770
30207
|
* Default value: implementationOnly
|
|
29771
30208
|
*/
|
|
29772
30209
|
loadColumnStateBehavior?: TableLoadColumnStateBehavior | string;
|
|
30210
|
+
/**
|
|
30211
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
30212
|
+
* Default value: ""
|
|
30213
|
+
*/
|
|
30214
|
+
unlockKey?: string;
|
|
29773
30215
|
/**
|
|
29774
30216
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
29775
30217
|
* Default value: "en"
|
|
@@ -30662,6 +31104,11 @@ export interface TabsProperties {
|
|
|
30662
31104
|
* Default value: false
|
|
30663
31105
|
*/
|
|
30664
31106
|
enableMouseWheelAction?: boolean;
|
|
31107
|
+
/**
|
|
31108
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
31109
|
+
* Default value: ""
|
|
31110
|
+
*/
|
|
31111
|
+
unlockKey?: string;
|
|
30665
31112
|
/**
|
|
30666
31113
|
* Sets or gets the locale. Used in conjunction with the property messages.
|
|
30667
31114
|
* Default value: "en"
|
|
@@ -30965,6 +31412,11 @@ export interface TankProperties {
|
|
|
30965
31412
|
* Default value: all
|
|
30966
31413
|
*/
|
|
30967
31414
|
labelsVisibility?: LabelsVisibility | string;
|
|
31415
|
+
/**
|
|
31416
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
31417
|
+
* Default value: ""
|
|
31418
|
+
*/
|
|
31419
|
+
unlockKey?: string;
|
|
30968
31420
|
/**
|
|
30969
31421
|
* Sets or gets the locale. Used in conjunction with the property messages.
|
|
30970
31422
|
* Default value: "en"
|
|
@@ -31214,6 +31666,11 @@ export interface TextAreaProperties {
|
|
|
31214
31666
|
* Default value: 8
|
|
31215
31667
|
*/
|
|
31216
31668
|
items?: number;
|
|
31669
|
+
/**
|
|
31670
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
31671
|
+
* Default value: ""
|
|
31672
|
+
*/
|
|
31673
|
+
unlockKey?: string;
|
|
31217
31674
|
/**
|
|
31218
31675
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
31219
31676
|
* Default value: "en"
|
|
@@ -31558,6 +32015,11 @@ export interface TextBoxProperties {
|
|
|
31558
32015
|
* Default value: center
|
|
31559
32016
|
*/
|
|
31560
32017
|
loadingIndicatorPosition?: VerticalAlignment | string;
|
|
32018
|
+
/**
|
|
32019
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
32020
|
+
* Default value: ""
|
|
32021
|
+
*/
|
|
32022
|
+
unlockKey?: string;
|
|
31561
32023
|
/**
|
|
31562
32024
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
31563
32025
|
* Default value: "en"
|
|
@@ -31745,6 +32207,11 @@ export interface TimeInputProperties {
|
|
|
31745
32207
|
* Default value: "off"
|
|
31746
32208
|
*/
|
|
31747
32209
|
inputPurpose?: string;
|
|
32210
|
+
/**
|
|
32211
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
32212
|
+
* Default value: ""
|
|
32213
|
+
*/
|
|
32214
|
+
unlockKey?: string;
|
|
31748
32215
|
/**
|
|
31749
32216
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
31750
32217
|
* Default value: "en"
|
|
@@ -31884,6 +32351,62 @@ declare global {
|
|
|
31884
32351
|
export declare type TimeFormatHour = 'numeric' | '2-digit';
|
|
31885
32352
|
/**Minute format. */
|
|
31886
32353
|
export declare type TimeFormatMinute = 'numeric' | '2-digit';
|
|
32354
|
+
export interface TimelineProperties {
|
|
32355
|
+
/**
|
|
32356
|
+
* Sets or gets whether the Timeline is with auto width in horizontal mode.
|
|
32357
|
+
* Default value: false
|
|
32358
|
+
*/
|
|
32359
|
+
autoWidth?: boolean;
|
|
32360
|
+
/**
|
|
32361
|
+
* Sets or gets whether the items can be collapsed.
|
|
32362
|
+
* Default value: true
|
|
32363
|
+
*/
|
|
32364
|
+
collapsible?: boolean;
|
|
32365
|
+
/**
|
|
32366
|
+
* Sets or gets whether the Timeline is disabled.
|
|
32367
|
+
* Default value: false
|
|
32368
|
+
*/
|
|
32369
|
+
disabled?: boolean;
|
|
32370
|
+
/**
|
|
32371
|
+
* Sets or gets whether the Timeline is horizontal.
|
|
32372
|
+
* Default value: false
|
|
32373
|
+
*/
|
|
32374
|
+
horizontal?: boolean;
|
|
32375
|
+
/**
|
|
32376
|
+
* Sets or gets position. The possible values are 'near', 'far' and 'both'.
|
|
32377
|
+
* Default value: "both"
|
|
32378
|
+
*/
|
|
32379
|
+
position?: string;
|
|
32380
|
+
/**
|
|
32381
|
+
* Sets or gets the items. Each item should be an object. The object has the following properties: date: date, description: string, subtitle: string, css: string, dotCSS: string, title: string and icon: string. Example: [{ date: 'May 15, 2024', description: 'Flight: Reserving airline tickets', subtitle: 'May 15, 2024', title: 'Flight Reservation', icon: 'material-icons flight', dotCSS: '' }]
|
|
32382
|
+
* Default value: []
|
|
32383
|
+
*/
|
|
32384
|
+
dataSource?: any[];
|
|
32385
|
+
}
|
|
32386
|
+
/**
|
|
32387
|
+
Displays a timeline with events.
|
|
32388
|
+
*/
|
|
32389
|
+
export interface Timeline extends BaseElement, TimelineProperties {
|
|
32390
|
+
|
|
32391
|
+
/* Get a member by its name */
|
|
32392
|
+
[name: string]: any;
|
|
32393
|
+
/**
|
|
32394
|
+
* Re-renders the timeline.
|
|
32395
|
+
* @returns {any}
|
|
32396
|
+
*/
|
|
32397
|
+
render(): any;
|
|
32398
|
+
}
|
|
32399
|
+
|
|
32400
|
+
declare global {
|
|
32401
|
+
interface Document {
|
|
32402
|
+
createElement(tagName: "smart-timeline"): Timeline;
|
|
32403
|
+
querySelector(selectors: "smart-timeline"): Timeline | null;
|
|
32404
|
+
querySelectorAll(selectors: "smart-timeline"): NodeListOf<Timeline>;
|
|
32405
|
+
getElementsByTagName(qualifiedName: "smart-timeline"): HTMLCollectionOf<Timeline>;
|
|
32406
|
+
getElementsByName(elementName: "smart-timeline"): NodeListOf<Timeline>;
|
|
32407
|
+
}
|
|
32408
|
+
}
|
|
32409
|
+
|
|
31887
32410
|
export interface TimePickerProperties {
|
|
31888
32411
|
/**
|
|
31889
32412
|
* Sets or gets the animation mode. Animation is disabled when the property is set to 'none'
|
|
@@ -31915,6 +32438,11 @@ export interface TimePickerProperties {
|
|
|
31915
32438
|
* Default value: 12-hour
|
|
31916
32439
|
*/
|
|
31917
32440
|
format?: TimePickerFormat | string;
|
|
32441
|
+
/**
|
|
32442
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
32443
|
+
* Default value: ""
|
|
32444
|
+
*/
|
|
32445
|
+
unlockKey?: string;
|
|
31918
32446
|
/**
|
|
31919
32447
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
31920
32448
|
* Default value: "en"
|
|
@@ -32073,6 +32601,11 @@ export interface ToastProperties {
|
|
|
32073
32601
|
* Default value: "null"
|
|
32074
32602
|
*/
|
|
32075
32603
|
itemTemplate?: string;
|
|
32604
|
+
/**
|
|
32605
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
32606
|
+
* Default value: ""
|
|
32607
|
+
*/
|
|
32608
|
+
unlockKey?: string;
|
|
32076
32609
|
/**
|
|
32077
32610
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
32078
32611
|
* Default value: "en"
|
|
@@ -32242,6 +32775,11 @@ export interface ToggleButtonProperties {
|
|
|
32242
32775
|
* Default value: """"
|
|
32243
32776
|
*/
|
|
32244
32777
|
innerHTML: string;
|
|
32778
|
+
/**
|
|
32779
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
32780
|
+
* Default value: ""
|
|
32781
|
+
*/
|
|
32782
|
+
unlockKey?: string;
|
|
32245
32783
|
/**
|
|
32246
32784
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
32247
32785
|
* Default value: "en"
|
|
@@ -32369,6 +32907,11 @@ export interface TooltipProperties {
|
|
|
32369
32907
|
* Default value: 0,0
|
|
32370
32908
|
*/
|
|
32371
32909
|
offset?: number[];
|
|
32910
|
+
/**
|
|
32911
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
32912
|
+
* Default value: ""
|
|
32913
|
+
*/
|
|
32914
|
+
unlockKey?: string;
|
|
32372
32915
|
/**
|
|
32373
32916
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
32374
32917
|
* Default value: "en"
|
|
@@ -32614,6 +33157,11 @@ export interface TreeProperties {
|
|
|
32614
33157
|
* Default value: center
|
|
32615
33158
|
*/
|
|
32616
33159
|
loadingIndicatorPosition?: VerticalAlignment | string;
|
|
33160
|
+
/**
|
|
33161
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
33162
|
+
* Default value: ""
|
|
33163
|
+
*/
|
|
33164
|
+
unlockKey?: string;
|
|
32617
33165
|
/**
|
|
32618
33166
|
* Sets or gets the locale. Used in conjunction with the property messages.
|
|
32619
33167
|
* Default value: "en"
|
|
@@ -33357,6 +33905,11 @@ export interface WindowProperties {
|
|
|
33357
33905
|
* Default value: null
|
|
33358
33906
|
*/
|
|
33359
33907
|
layout?: any;
|
|
33908
|
+
/**
|
|
33909
|
+
* Sets or gets the unlockKey which unlocks the product.
|
|
33910
|
+
* Default value: ""
|
|
33911
|
+
*/
|
|
33912
|
+
unlockKey?: string;
|
|
33360
33913
|
/**
|
|
33361
33914
|
* Sets or gets the language. Used in conjunction with the property messages.
|
|
33362
33915
|
* Default value: "en"
|