zinggrid-metadata 1.0.3 → 1.0.4
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/package.json +1 -1
- package/resources/features-registry.json +226 -23
package/package.json
CHANGED
|
@@ -167,7 +167,46 @@
|
|
|
167
167
|
"scope": "zg-button",
|
|
168
168
|
"description": "Sets the icon for the button",
|
|
169
169
|
"type": "String",
|
|
170
|
-
"enumValues": {
|
|
170
|
+
"enumValues": {
|
|
171
|
+
"batchedit": "\"batchedit\"",
|
|
172
|
+
"batcheditcancel": "\"batcheditcancel\"",
|
|
173
|
+
"batcheditsave": "\"batcheditsave\"",
|
|
174
|
+
"cancel": "\"cancel\"",
|
|
175
|
+
"cancelrecord": "\"cancelrecord\"",
|
|
176
|
+
"checked": "\"checked\"",
|
|
177
|
+
"checkmark": "\"checkmark\"",
|
|
178
|
+
"close": "\"close\"",
|
|
179
|
+
"createrecord": "\"createrecord\"",
|
|
180
|
+
"down": "\"down\"",
|
|
181
|
+
"duplicaterecord": "\"duplicaterecord\"",
|
|
182
|
+
"edit": "\"edit\"",
|
|
183
|
+
"editrecord": "\"editrecord\"",
|
|
184
|
+
"error": "\"error\"",
|
|
185
|
+
"error-tmp": "\"error-tmp\"",
|
|
186
|
+
"firstpage": "\"firstpage\"",
|
|
187
|
+
"fixedmenu": "\"fixedmenu\"",
|
|
188
|
+
"filter": "\"filter\"",
|
|
189
|
+
"info": "\"info\"",
|
|
190
|
+
"lastpage": "\"lastpage\"",
|
|
191
|
+
"layoutcard": "\"layoutcard\"",
|
|
192
|
+
"layoutrow": "\"layoutrow\"",
|
|
193
|
+
"link": "\"link\"",
|
|
194
|
+
"menu": "\"menu\"",
|
|
195
|
+
"nextpage": "\"nextpage\"",
|
|
196
|
+
"outsidearrow": "\"outsidearrow\"",
|
|
197
|
+
"prevpage": "\"prevpage\"",
|
|
198
|
+
"reload": "\"reload\"",
|
|
199
|
+
"remove": "\"remove\"",
|
|
200
|
+
"removerecord": "\"removerecord\"",
|
|
201
|
+
"search": "\"search\"",
|
|
202
|
+
"sort": "\"sort\"",
|
|
203
|
+
"submitrecord": "\"submitrecord\"",
|
|
204
|
+
"success": "\"success\"",
|
|
205
|
+
"unchecked": "\"unchecked\"",
|
|
206
|
+
"undoremoverecord": "\"undoremoverecord\"",
|
|
207
|
+
"up": "\"up\"",
|
|
208
|
+
"warning": "\"warning\""
|
|
209
|
+
},
|
|
171
210
|
"defaultValue": "\"\"",
|
|
172
211
|
"enabledByDefault": false,
|
|
173
212
|
"eabledBy": [],
|
|
@@ -422,7 +461,8 @@
|
|
|
422
461
|
"all": "line break occurs between characters",
|
|
423
462
|
"ellipsis": "instead of line break, overflow is replaced with ellipsis",
|
|
424
463
|
"normal": "line break occurrs between words, if possible",
|
|
425
|
-
"word": "line break occurs between words"
|
|
464
|
+
"word": "line break occurs between words",
|
|
465
|
+
"none": "does apply line breaks"
|
|
426
466
|
},
|
|
427
467
|
"defaultValue": "\"normal\"",
|
|
428
468
|
"enabledByDefault": false,
|
|
@@ -537,7 +577,46 @@
|
|
|
537
577
|
"scope": "zg-column",
|
|
538
578
|
"description": "Specifies the icon to use for the cell tooltip trigger icon when using the info column type",
|
|
539
579
|
"type": "String",
|
|
540
|
-
"enumValues": {
|
|
580
|
+
"enumValues": {
|
|
581
|
+
"batchedit": "\"batchedit\"",
|
|
582
|
+
"batcheditcancel": "\"batcheditcancel\"",
|
|
583
|
+
"batcheditsave": "\"batcheditsave\"",
|
|
584
|
+
"cancel": "\"cancel\"",
|
|
585
|
+
"cancelrecord": "\"cancelrecord\"",
|
|
586
|
+
"checked": "\"checked\"",
|
|
587
|
+
"checkmark": "\"checkmark\"",
|
|
588
|
+
"close": "\"close\"",
|
|
589
|
+
"createrecord": "\"createrecord\"",
|
|
590
|
+
"down": "\"down\"",
|
|
591
|
+
"duplicaterecord": "\"duplicaterecord\"",
|
|
592
|
+
"edit": "\"edit\"",
|
|
593
|
+
"editrecord": "\"editrecord\"",
|
|
594
|
+
"error": "\"error\"",
|
|
595
|
+
"error-tmp": "\"error-tmp\"",
|
|
596
|
+
"filter": "\"filter\"",
|
|
597
|
+
"firstpage": "\"firstpage\"",
|
|
598
|
+
"fixedmenu": "\"fixedmenu\"",
|
|
599
|
+
"info": "\"info\"",
|
|
600
|
+
"lastpage": "\"lastpage\"",
|
|
601
|
+
"layoutcard": "\"layoutcard\"",
|
|
602
|
+
"layoutrow": "\"layoutrow\"",
|
|
603
|
+
"link": "\"link\"",
|
|
604
|
+
"menu": "\"menu\"",
|
|
605
|
+
"nextpage": "\"nextpage\"",
|
|
606
|
+
"outsidearrow": "\"outsidearrow\"",
|
|
607
|
+
"prevpage": "\"prevpage\"",
|
|
608
|
+
"reload": "\"reload\"",
|
|
609
|
+
"remove": "\"remove\"",
|
|
610
|
+
"removerecord": "\"removerecord\"",
|
|
611
|
+
"search": "\"search\"",
|
|
612
|
+
"sort": "\"sort\"",
|
|
613
|
+
"submitrecord": "\"submitrecord\"",
|
|
614
|
+
"success": "\"success\"",
|
|
615
|
+
"unchecked": "\"unchecked\"",
|
|
616
|
+
"undoremoverecord": "\"undoremoverecord\"",
|
|
617
|
+
"up": "\"up\"",
|
|
618
|
+
"warning": "\"warning\""
|
|
619
|
+
},
|
|
541
620
|
"defaultValue": "info",
|
|
542
621
|
"enabledByDefault": false,
|
|
543
622
|
"eabledBy": [
|
|
@@ -836,7 +915,7 @@
|
|
|
836
915
|
"id": "drag",
|
|
837
916
|
"scope": "zg-column",
|
|
838
917
|
"description": "Disables the drag state of a specific column when `column-drag` enabled on `<zing-grid>`",
|
|
839
|
-
"type": "
|
|
918
|
+
"type": "String",
|
|
840
919
|
"enumValues": {
|
|
841
920
|
"disabled": "disables dragging on column"
|
|
842
921
|
},
|
|
@@ -861,7 +940,7 @@
|
|
|
861
940
|
"id": "editor",
|
|
862
941
|
"scope": "zg-column",
|
|
863
942
|
"description": "Overrides the default editor for the column. Can be set to a different built-in editor (based on type of column),\ncustom editor, or `false` to turn off editor.\nIf set to a custom editor, the attribute value should be set to the name of the object.\nSee \"Features\" page on \"Editing: Custom Editor Grid\" for more details on custom editor.",
|
|
864
|
-
"type": "String",
|
|
943
|
+
"type": "Boolean | String",
|
|
865
944
|
"enumValues": {},
|
|
866
945
|
"defaultValue": "\"\"",
|
|
867
946
|
"enabledByDefault": false,
|
|
@@ -1189,7 +1268,7 @@
|
|
|
1189
1268
|
"type": "String",
|
|
1190
1269
|
"enumValues": {
|
|
1191
1270
|
"conditions": "Filter by selecting a condition and entering a term",
|
|
1192
|
-
"
|
|
1271
|
+
"selectbox": "Filter using checkboxes generated from the column’s distinct values",
|
|
1193
1272
|
"both": "Filter by both conditions and selectboxes"
|
|
1194
1273
|
},
|
|
1195
1274
|
"defaultValue": "\"both\"",
|
|
@@ -1358,7 +1437,10 @@
|
|
|
1358
1437
|
"scope": "zg-column",
|
|
1359
1438
|
"description": "Moves the column to the frozen panel specified",
|
|
1360
1439
|
"type": "String",
|
|
1361
|
-
"enumValues": {
|
|
1440
|
+
"enumValues": {
|
|
1441
|
+
"left": "Places column in the left frozen panel",
|
|
1442
|
+
"right": "Places column in the right frozen panel"
|
|
1443
|
+
},
|
|
1362
1444
|
"defaultValue": "\"left\"",
|
|
1363
1445
|
"enabledByDefault": false,
|
|
1364
1446
|
"eabledBy": [],
|
|
@@ -2551,7 +2633,7 @@
|
|
|
2551
2633
|
"id": "type-color-preview",
|
|
2552
2634
|
"scope": "zg-column",
|
|
2553
2635
|
"description": "Disable the default color swatch UI preview with a false value.",
|
|
2554
|
-
"type": "
|
|
2636
|
+
"type": "String",
|
|
2555
2637
|
"enumValues": {
|
|
2556
2638
|
"disabled": "Disables color preview"
|
|
2557
2639
|
},
|
|
@@ -2580,7 +2662,9 @@
|
|
|
2580
2662
|
},
|
|
2581
2663
|
"defaultValue": "\"\"",
|
|
2582
2664
|
"enabledByDefault": false,
|
|
2583
|
-
"eabledBy": [
|
|
2665
|
+
"eabledBy": [
|
|
2666
|
+
"type:color"
|
|
2667
|
+
],
|
|
2584
2668
|
"alternativeAttributes": [],
|
|
2585
2669
|
"relatedAttributes": [
|
|
2586
2670
|
"type-color-mode"
|
|
@@ -2742,7 +2826,9 @@
|
|
|
2742
2826
|
"scope": "zg-column",
|
|
2743
2827
|
"description": "Sets a \"square\" ratio instead of the default \"16:9\"",
|
|
2744
2828
|
"type": "String",
|
|
2745
|
-
"enumValues": {
|
|
2829
|
+
"enumValues": {
|
|
2830
|
+
"square": "Sets a \"square\" ratio on iframe"
|
|
2831
|
+
},
|
|
2746
2832
|
"defaultValue": "\"\"",
|
|
2747
2833
|
"enabledByDefault": false,
|
|
2748
2834
|
"eabledBy": [],
|
|
@@ -4165,7 +4251,46 @@
|
|
|
4165
4251
|
"scope": "zg-icon",
|
|
4166
4252
|
"description": "Sets the icon type of `<zg-icon>`",
|
|
4167
4253
|
"type": "String",
|
|
4168
|
-
"enumValues": {
|
|
4254
|
+
"enumValues": {
|
|
4255
|
+
"batchedit": "\"batchedit\"",
|
|
4256
|
+
"batcheditcancel": "\"batcheditcancel\"",
|
|
4257
|
+
"batcheditsave": "\"batcheditsave\"",
|
|
4258
|
+
"cancel": "\"cancel\"",
|
|
4259
|
+
"cancelrecord": "\"cancelrecord\"",
|
|
4260
|
+
"checked": "\"checked\"",
|
|
4261
|
+
"checkmark": "\"checkmark\"",
|
|
4262
|
+
"close": "\"close\"",
|
|
4263
|
+
"createrecord": "\"createrecord\"",
|
|
4264
|
+
"down": "\"down\"",
|
|
4265
|
+
"duplicaterecord": "\"duplicaterecord\"",
|
|
4266
|
+
"edit": "\"edit\"",
|
|
4267
|
+
"editrecord": "\"editrecord\"",
|
|
4268
|
+
"error": "\"error\"",
|
|
4269
|
+
"error-tmp": "\"error-tmp\"",
|
|
4270
|
+
"filter": "\"filter\"",
|
|
4271
|
+
"firstpage": "\"firstpage\"",
|
|
4272
|
+
"fixedmenu": "\"fixedmenu\"",
|
|
4273
|
+
"info": "\"info\"",
|
|
4274
|
+
"lastpage": "\"lastpage\"",
|
|
4275
|
+
"layoutcard": "\"layoutcard\"",
|
|
4276
|
+
"layoutrow": "\"layoutrow\"",
|
|
4277
|
+
"link": "\"link\"",
|
|
4278
|
+
"menu": "\"menu\"",
|
|
4279
|
+
"nextpage": "\"nextpage\"",
|
|
4280
|
+
"outsidearrow": "\"outsidearrow\"",
|
|
4281
|
+
"prevpage": "\"prevpage\"",
|
|
4282
|
+
"reload": "\"reload\"",
|
|
4283
|
+
"remove": "\"remove\"",
|
|
4284
|
+
"removerecord": "\"removerecord\"",
|
|
4285
|
+
"search": "\"search\"",
|
|
4286
|
+
"sort": "\"sort\"",
|
|
4287
|
+
"submitrecord": "\"submitrecord\"",
|
|
4288
|
+
"success": "\"success\"",
|
|
4289
|
+
"unchecked": "\"unchecked\"",
|
|
4290
|
+
"undoremoverecord": "\"undoremoverecord\"",
|
|
4291
|
+
"up": "\"up\"",
|
|
4292
|
+
"warning": "\"warning\""
|
|
4293
|
+
},
|
|
4169
4294
|
"defaultValue": "\"\"",
|
|
4170
4295
|
"enabledByDefault": false,
|
|
4171
4296
|
"eabledBy": [],
|
|
@@ -4205,7 +4330,30 @@
|
|
|
4205
4330
|
"scope": "zg-input",
|
|
4206
4331
|
"description": "The type of the input if not using a built-in action",
|
|
4207
4332
|
"type": "String",
|
|
4208
|
-
"enumValues": {
|
|
4333
|
+
"enumValues": {
|
|
4334
|
+
"button": "A push button with no default behavior",
|
|
4335
|
+
"checkbox": "A check box that can be toggled on or off",
|
|
4336
|
+
"color": "A control for specifying a color; opening a color picker when active",
|
|
4337
|
+
"date": "A control for entering a date (year, month, and day, but no time)",
|
|
4338
|
+
"datetime-local": "A control for entering a date and time, with no time zone",
|
|
4339
|
+
"email": "A field for editing an e-mail address",
|
|
4340
|
+
"file": "A control that lets the user select a file; opening a file picker when active",
|
|
4341
|
+
"hidden": "A control that is not displayed but whose value is submitted with the form",
|
|
4342
|
+
"image": "A graphical submit button (e.g., an image of a \"Submit\" button);",
|
|
4343
|
+
"month": "A control for entering a month and year, with no time zone",
|
|
4344
|
+
"number": "A control for entering a number",
|
|
4345
|
+
"password": "A single-line text field that obscures the text entered, used for passwords",
|
|
4346
|
+
"radio": "A radio button, which allows the user to select one option from a set",
|
|
4347
|
+
"range": "A control for entering a number whose exact value is not important (like a slider control)",
|
|
4348
|
+
"reset": "A button that resets all the controls to their initial values",
|
|
4349
|
+
"search": "A single-line text field for entering search strings;",
|
|
4350
|
+
"submit": "A button that submits the form",
|
|
4351
|
+
"tel": "A control for entering a telephone number",
|
|
4352
|
+
"text": "A single-line text field (default)",
|
|
4353
|
+
"time": "A control for entering a time value with no time zone",
|
|
4354
|
+
"url": "A field for editing a URL",
|
|
4355
|
+
"week": "A control for entering a week and year, with no time zone"
|
|
4356
|
+
},
|
|
4209
4357
|
"defaultValue": "\"text\"",
|
|
4210
4358
|
"enabledByDefault": false,
|
|
4211
4359
|
"eabledBy": [],
|
|
@@ -7322,7 +7470,46 @@
|
|
|
7322
7470
|
"scope": "zing-grid",
|
|
7323
7471
|
"description": "Specifies the icon to use for the info column types",
|
|
7324
7472
|
"type": "String",
|
|
7325
|
-
"enumValues": {
|
|
7473
|
+
"enumValues": {
|
|
7474
|
+
"batchedit": "\"batchedit\"",
|
|
7475
|
+
"batcheditcancel": "\"batcheditcancel\"",
|
|
7476
|
+
"batcheditsave": "\"batcheditsave\"",
|
|
7477
|
+
"cancel": "\"cancel\"",
|
|
7478
|
+
"cancelrecord": "\"cancelrecord\"",
|
|
7479
|
+
"checked": "\"checked\"",
|
|
7480
|
+
"checkmark": "\"checkmark\"",
|
|
7481
|
+
"close": "\"close\"",
|
|
7482
|
+
"createrecord": "\"createrecord\"",
|
|
7483
|
+
"down": "\"down\"",
|
|
7484
|
+
"duplicaterecord": "\"duplicaterecord\"",
|
|
7485
|
+
"edit": "\"edit\"",
|
|
7486
|
+
"editrecord": "\"editrecord\"",
|
|
7487
|
+
"error": "\"error\"",
|
|
7488
|
+
"error-tmp": "\"error-tmp\"",
|
|
7489
|
+
"filter": "\"filter\"",
|
|
7490
|
+
"firstpage": "\"firstpage\"",
|
|
7491
|
+
"fixedmenu": "\"fixedmenu\"",
|
|
7492
|
+
"info": "\"info\"",
|
|
7493
|
+
"lastpage": "\"lastpage\"",
|
|
7494
|
+
"layoutcard": "\"layoutcard\"",
|
|
7495
|
+
"layoutrow": "\"layoutrow\"",
|
|
7496
|
+
"link": "\"link\"",
|
|
7497
|
+
"menu": "\"menu\"",
|
|
7498
|
+
"nextpage": "\"nextpage\"",
|
|
7499
|
+
"outsidearrow": "\"outsidearrow\"",
|
|
7500
|
+
"prevpage": "\"prevpage\"",
|
|
7501
|
+
"reload": "\"reload\"",
|
|
7502
|
+
"remove": "\"remove\"",
|
|
7503
|
+
"removerecord": "\"removerecord\"",
|
|
7504
|
+
"search": "\"search\"",
|
|
7505
|
+
"sort": "\"sort\"",
|
|
7506
|
+
"submitrecord": "\"submitrecord\"",
|
|
7507
|
+
"success": "\"success\"",
|
|
7508
|
+
"unchecked": "\"unchecked\"",
|
|
7509
|
+
"undoremoverecord": "\"undoremoverecord\"",
|
|
7510
|
+
"up": "\"up\"",
|
|
7511
|
+
"warning": "\"warning\""
|
|
7512
|
+
},
|
|
7326
7513
|
"defaultValue": "\"info\"",
|
|
7327
7514
|
"enabledByDefault": false,
|
|
7328
7515
|
"eabledBy": [
|
|
@@ -7644,7 +7831,12 @@
|
|
|
7644
7831
|
"scope": "zing-grid",
|
|
7645
7832
|
"description": "Sets the width each of the columns",
|
|
7646
7833
|
"type": "String | Number",
|
|
7647
|
-
"enumValues": {
|
|
7834
|
+
"enumValues": {
|
|
7835
|
+
"fit": "Sets width of column to fit both the header and content",
|
|
7836
|
+
"fitheader": "Sets width of column to fit header",
|
|
7837
|
+
"fitcontent": "Sets width of column to fit content",
|
|
7838
|
+
"stretch": "Sets width of column to stretch to remainder of the grid's width"
|
|
7839
|
+
},
|
|
7648
7840
|
"defaultValue": "\"fit\"",
|
|
7649
7841
|
"enabledByDefault": false,
|
|
7650
7842
|
"eabledBy": [],
|
|
@@ -7898,7 +8090,10 @@
|
|
|
7898
8090
|
"scope": "zing-grid",
|
|
7899
8091
|
"description": "The HTML standard direction to indicate direction of grid's columns and text",
|
|
7900
8092
|
"type": "String",
|
|
7901
|
-
"enumValues": {
|
|
8093
|
+
"enumValues": {
|
|
8094
|
+
"ltr": "Displays columns and text from left to right",
|
|
8095
|
+
"rtl": "Displays columns and text from right to left"
|
|
8096
|
+
},
|
|
7902
8097
|
"defaultValue": "\"ltr\"",
|
|
7903
8098
|
"enabledByDefault": false,
|
|
7904
8099
|
"eabledBy": [],
|
|
@@ -7998,7 +8193,7 @@
|
|
|
7998
8193
|
"id": "filter",
|
|
7999
8194
|
"scope": "zing-grid",
|
|
8000
8195
|
"description": "Enables filtering for all columns. Can be turned on/off individually via column. Can be set to \"inline\" or \"menu\" Default is \"menu\"",
|
|
8001
|
-
"type": "Boolean",
|
|
8196
|
+
"type": "String | Boolean",
|
|
8002
8197
|
"enumValues": {
|
|
8003
8198
|
"menu": "Enables filter menu that allows for complex filtering options",
|
|
8004
8199
|
"inline": "Enables simple inline filtering",
|
|
@@ -8235,7 +8430,7 @@
|
|
|
8235
8430
|
"type": "String",
|
|
8236
8431
|
"enumValues": {
|
|
8237
8432
|
"conditions": "Filter by selecting a condition and entering a term",
|
|
8238
|
-
"
|
|
8433
|
+
"selectbox": "Filter using checkboxes generated from the column’s distinct values",
|
|
8239
8434
|
"both": "Filter by both conditions and selectboxes"
|
|
8240
8435
|
},
|
|
8241
8436
|
"defaultValue": "\"conditions\"",
|
|
@@ -8495,7 +8690,13 @@
|
|
|
8495
8690
|
"scope": "zing-grid",
|
|
8496
8691
|
"description": "Sets vertical, horizontal or both grid lines to the grid when in row mode",
|
|
8497
8692
|
"type": "String",
|
|
8498
|
-
"enumValues": {
|
|
8693
|
+
"enumValues": {
|
|
8694
|
+
"both": "Displays both horizontal and vertical gridlines",
|
|
8695
|
+
"horz": "Displays horizontal gridlines",
|
|
8696
|
+
"horizontal": "Displays horizontal gridlines",
|
|
8697
|
+
"vert": "Displays vertical gridlines",
|
|
8698
|
+
"vertical": "Displays vertical gridlines"
|
|
8699
|
+
},
|
|
8499
8700
|
"defaultValue": "\"horizontal\"",
|
|
8500
8701
|
"enabledByDefault": false,
|
|
8501
8702
|
"eabledBy": [],
|
|
@@ -8582,7 +8783,7 @@
|
|
|
8582
8783
|
"id": "header-row-hide",
|
|
8583
8784
|
"scope": "zing-grid",
|
|
8584
8785
|
"description": "Hides any header rows",
|
|
8585
|
-
"type": "
|
|
8786
|
+
"type": "Boolean",
|
|
8586
8787
|
"enumValues": {},
|
|
8587
8788
|
"defaultValue": "\"\"",
|
|
8588
8789
|
"enabledByDefault": false,
|
|
@@ -9559,8 +9760,10 @@
|
|
|
9559
9760
|
"id": "row-height",
|
|
9560
9761
|
"scope": "zing-grid",
|
|
9561
9762
|
"description": "Sets the height of each data row. By default, the body row height is set to 'auto' where it will auto fit the content.\nIf you wish to apply the height to rows besides data row, specify with the `[rowHeightScope]` attribute.",
|
|
9562
|
-
"type": "String|Number",
|
|
9563
|
-
"enumValues": {
|
|
9763
|
+
"type": "String | Number",
|
|
9764
|
+
"enumValues": {
|
|
9765
|
+
"auto": "Row height will be automatically determined by the content in the row"
|
|
9766
|
+
},
|
|
9564
9767
|
"defaultValue": "\"auto\"",
|
|
9565
9768
|
"enabledByDefault": false,
|
|
9566
9769
|
"eabledBy": [],
|
|
@@ -9800,7 +10003,7 @@
|
|
|
9800
10003
|
"id": "static-menu",
|
|
9801
10004
|
"scope": "zing-grid",
|
|
9802
10005
|
"description": "Adds a display button that launches the contextmenu. If\nset to a custom menu and `<zg-menu>` has the `replace` attribute present, then the custom menu will replace the context-menu.\nOtherwise the contents of the custom menu is appended to the end of context menu.\nNote that custom static-menu cannot not be used together with a `\"browser\"` context-menu.",
|
|
9803
|
-
"type": "Boolean",
|
|
10006
|
+
"type": "Boolean | String",
|
|
9804
10007
|
"enumValues": {},
|
|
9805
10008
|
"defaultValue": "\"\"",
|
|
9806
10009
|
"enabledByDefault": false,
|
|
@@ -10092,7 +10295,7 @@
|
|
|
10092
10295
|
"id": "viewport-types",
|
|
10093
10296
|
"scope": "zing-grid",
|
|
10094
10297
|
"description": "Sets custom `viewport` breakpoints (value string-object must be valid JSON).\nNOTE: If you don't set `mobile`, the grid won't auto-set card or row mode.",
|
|
10095
|
-
"type": "
|
|
10298
|
+
"type": "Object",
|
|
10096
10299
|
"enumValues": {},
|
|
10097
10300
|
"defaultValue": "false",
|
|
10098
10301
|
"enabledByDefault": false,
|