zinggrid-metadata 1.0.2 → 1.0.3

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.
@@ -0,0 +1,4778 @@
1
+ {
2
+ "zg-button": [
3
+ {
4
+ "scope": "zg-button",
5
+ "id": "action",
6
+ "requiredAttributes": {},
7
+ "disallowedAttributes": [],
8
+ "required": false,
9
+ "notes": ""
10
+ },
11
+ {
12
+ "scope": "zg-button",
13
+ "id": "custom-disabled",
14
+ "requiredAttributes": {},
15
+ "disallowedAttributes": [],
16
+ "required": false,
17
+ "notes": ""
18
+ },
19
+ {
20
+ "scope": "zg-button",
21
+ "id": "custom-tooltip",
22
+ "requiredAttributes": {},
23
+ "disallowedAttributes": [],
24
+ "required": false,
25
+ "notes": ""
26
+ },
27
+ {
28
+ "scope": "zg-button",
29
+ "id": "disabled",
30
+ "requiredAttributes": {},
31
+ "disallowedAttributes": [],
32
+ "required": false,
33
+ "notes": ""
34
+ },
35
+ {
36
+ "scope": "zg-button",
37
+ "id": "force-border",
38
+ "requiredAttributes": {},
39
+ "disallowedAttributes": [],
40
+ "required": false,
41
+ "notes": ""
42
+ },
43
+ {
44
+ "scope": "zg-button",
45
+ "id": "handler",
46
+ "requiredAttributes": {},
47
+ "disallowedAttributes": [],
48
+ "required": false,
49
+ "notes": ""
50
+ },
51
+ {
52
+ "scope": "zg-button",
53
+ "id": "icon",
54
+ "requiredAttributes": {},
55
+ "disallowedAttributes": [],
56
+ "required": false,
57
+ "notes": ""
58
+ }
59
+ ],
60
+ "zg-caption": [
61
+ {
62
+ "scope": "zg-caption",
63
+ "id": "align",
64
+ "requiredAttributes": {},
65
+ "disallowedAttributes": [],
66
+ "required": false,
67
+ "notes": ""
68
+ },
69
+ {
70
+ "scope": "zg-caption",
71
+ "id": "position",
72
+ "requiredAttributes": {},
73
+ "disallowedAttributes": [],
74
+ "required": false,
75
+ "notes": ""
76
+ }
77
+ ],
78
+ "zg-card": [
79
+ {
80
+ "scope": "zg-card",
81
+ "id": "editor",
82
+ "requiredAttributes": {
83
+ "oneOf": [
84
+ [
85
+ "zing-grid:layout",
86
+ "zing-grid:layout-controls"
87
+ ],
88
+ [
89
+ "zing-grid:editor",
90
+ "zing-grid:editor-controls"
91
+ ]
92
+ ]
93
+ },
94
+ "disallowedAttributes": [
95
+ "editor-template"
96
+ ],
97
+ "required": false,
98
+ "notes": "Layout must be set to \"card\" and editing needs to be enabled."
99
+ },
100
+ {
101
+ "scope": "zg-card",
102
+ "id": "editor-template",
103
+ "requiredAttributes": {
104
+ "oneOf": [
105
+ [
106
+ "zing-grid:layout",
107
+ "zing-grid:layout-controls"
108
+ ],
109
+ [
110
+ "zing-grid:editor",
111
+ "zing-grid:editor-controls"
112
+ ]
113
+ ]
114
+ },
115
+ "disallowedAttributes": [
116
+ "editor"
117
+ ],
118
+ "required": false,
119
+ "notes": "Layout must be set to \"card\" and editing needs to be enabled."
120
+ },
121
+ {
122
+ "scope": "zg-card",
123
+ "id": "renderer",
124
+ "requiredAttributes": {
125
+ "oneOf": [
126
+ "zing-grid:layout",
127
+ "zing-grid:layout-controls"
128
+ ]
129
+ },
130
+ "disallowedAttributes": [
131
+ "renderer-template"
132
+ ],
133
+ "required": false,
134
+ "notes": "Layout must be set to \"card\""
135
+ },
136
+ {
137
+ "scope": "zg-card",
138
+ "id": "renderer-template",
139
+ "requiredAttributes": {
140
+ "oneOf": [
141
+ "zing-grid:layout",
142
+ "zing-grid:layout-controls"
143
+ ]
144
+ },
145
+ "disallowedAttributes": [
146
+ "renderer"
147
+ ],
148
+ "required": false,
149
+ "notes": "Layout must be set to \"card\""
150
+ }
151
+ ],
152
+ "zg-checkbox": [
153
+ {
154
+ "scope": "zg-checkbox",
155
+ "id": "checked",
156
+ "requiredAttributes": {},
157
+ "disallowedAttributes": [],
158
+ "required": false,
159
+ "notes": ""
160
+ }
161
+ ],
162
+ "zg-column": [
163
+ {
164
+ "scope": "zg-column",
165
+ "id": "align",
166
+ "requiredAttributes": {},
167
+ "disallowedAttributes": [],
168
+ "required": false,
169
+ "notes": ""
170
+ },
171
+ {
172
+ "scope": "zg-column",
173
+ "id": "array-index",
174
+ "requiredAttributes": {
175
+ "allOf": [
176
+ "index"
177
+ ]
178
+ },
179
+ "disallowedAttributes": [],
180
+ "required": false,
181
+ "notes": ""
182
+ },
183
+ {
184
+ "scope": "zg-column",
185
+ "id": "array-slice",
186
+ "requiredAttributes": {
187
+ "allOf": [
188
+ "array-index"
189
+ ]
190
+ },
191
+ "disallowedAttributes": [],
192
+ "required": false,
193
+ "notes": ""
194
+ },
195
+ {
196
+ "scope": "zg-column",
197
+ "id": "button-border",
198
+ "requiredAttributes": {
199
+ "allOf": [
200
+ "type:button"
201
+ ]
202
+ },
203
+ "disallowedAttributes": [],
204
+ "required": false,
205
+ "notes": ""
206
+ },
207
+ {
208
+ "scope": "zg-column",
209
+ "id": "cell-break",
210
+ "requiredAttributes": {},
211
+ "disallowedAttributes": [],
212
+ "required": false,
213
+ "notes": ""
214
+ },
215
+ {
216
+ "scope": "zg-column",
217
+ "id": "cell-class",
218
+ "requiredAttributes": {},
219
+ "disallowedAttributes": [],
220
+ "required": false,
221
+ "notes": ""
222
+ },
223
+ {
224
+ "scope": "zg-column",
225
+ "id": "cell-tooltip-action",
226
+ "requiredAttributes": {
227
+ "oneOf": [
228
+ "cell-tooltip-renderer",
229
+ "cell-tooltip-template",
230
+ "cell-tooltip-text"
231
+ ]
232
+ },
233
+ "disallowedAttributes": [],
234
+ "required": false,
235
+ "notes": ""
236
+ },
237
+ {
238
+ "scope": "zg-column",
239
+ "id": "cell-tooltip-delay",
240
+ "requiredAttributes": {
241
+ "oneOf": [
242
+ "cell-tooltip-renderer",
243
+ "cell-tooltip-template",
244
+ "cell-tooltip-text"
245
+ ]
246
+ },
247
+ "disallowedAttributes": [],
248
+ "required": false,
249
+ "notes": ""
250
+ },
251
+ {
252
+ "scope": "zg-column",
253
+ "id": "cell-tooltip-icon",
254
+ "requiredAttributes": {
255
+ "oneOf": [
256
+ "cell-tooltip-renderer",
257
+ "cell-tooltip-template",
258
+ "cell-tooltip-text"
259
+ ]
260
+ },
261
+ "disallowedAttributes": [],
262
+ "required": false,
263
+ "notes": ""
264
+ },
265
+ {
266
+ "scope": "zg-column",
267
+ "id": "cell-tooltip-position",
268
+ "requiredAttributes": {
269
+ "oneOf": [
270
+ "cell-tooltip-renderer",
271
+ "cell-tooltip-template",
272
+ "cell-tooltip-text"
273
+ ]
274
+ },
275
+ "disallowedAttributes": [],
276
+ "required": false,
277
+ "notes": ""
278
+ },
279
+ {
280
+ "scope": "zg-column",
281
+ "id": "cell-tooltip-renderer",
282
+ "requiredAttributes": {},
283
+ "disallowedAttributes": [
284
+ "cell-tooltip-template",
285
+ "cell-tooltip-text"
286
+ ],
287
+ "required": false,
288
+ "notes": ""
289
+ },
290
+ {
291
+ "scope": "zg-column",
292
+ "id": "cell-tooltip-template",
293
+ "requiredAttributes": {},
294
+ "disallowedAttributes": [
295
+ "cell-tooltip-renderer",
296
+ "cell-tooltip-text"
297
+ ],
298
+ "required": false,
299
+ "notes": ""
300
+ },
301
+ {
302
+ "scope": "zg-column",
303
+ "id": "cell-tooltip-text",
304
+ "requiredAttributes": {},
305
+ "disallowedAttributes": [
306
+ "cell-tooltip-renderer",
307
+ "cell-tooltip-template"
308
+ ],
309
+ "required": false,
310
+ "notes": ""
311
+ },
312
+ {
313
+ "scope": "zg-column",
314
+ "id": "cell-tooltip-type",
315
+ "requiredAttributes": {
316
+ "oneOf": [
317
+ "cell-tooltip-renderer",
318
+ "cell-tooltip-template",
319
+ "cell-tooltip-text"
320
+ ]
321
+ },
322
+ "disallowedAttributes": [],
323
+ "required": false,
324
+ "notes": ""
325
+ },
326
+ {
327
+ "scope": "zg-column",
328
+ "id": "content-style",
329
+ "requiredAttributes": {},
330
+ "disallowedAttributes": [],
331
+ "required": false,
332
+ "notes": ""
333
+ },
334
+ {
335
+ "scope": "zg-column",
336
+ "id": "content-width",
337
+ "requiredAttributes": {
338
+ "oneOf": [
339
+ "type:iframe",
340
+ "type:image"
341
+ ]
342
+ },
343
+ "disallowedAttributes": [],
344
+ "required": false,
345
+ "notes": ""
346
+ },
347
+ {
348
+ "scope": "zg-column",
349
+ "id": "default-display",
350
+ "requiredAttributes": {
351
+ "oneOf": [
352
+ "zing-grid:data",
353
+ "zing-grid:src",
354
+ "zg-data:data",
355
+ "zg-data:src",
356
+ "zg-param:name:src"
357
+ ]
358
+ },
359
+ "disallowedAttributes": [],
360
+ "required": false,
361
+ "notes": ""
362
+ },
363
+ {
364
+ "scope": "zg-column",
365
+ "id": "details-renderer",
366
+ "requiredAttributes": {},
367
+ "disallowedAttributes": [],
368
+ "required": false,
369
+ "notes": ""
370
+ },
371
+ {
372
+ "scope": "zg-column",
373
+ "id": "details-template",
374
+ "requiredAttributes": {},
375
+ "disallowedAttributes": [],
376
+ "required": false,
377
+ "notes": ""
378
+ },
379
+ {
380
+ "scope": "zg-column",
381
+ "id": "drag",
382
+ "requiredAttributes": {},
383
+ "disallowedAttributes": [],
384
+ "required": false,
385
+ "notes": ""
386
+ },
387
+ {
388
+ "scope": "zg-column",
389
+ "id": "editor",
390
+ "requiredAttributes": {},
391
+ "disallowedAttributes": [],
392
+ "required": false,
393
+ "notes": ""
394
+ },
395
+ {
396
+ "scope": "zg-column",
397
+ "id": "editor-template",
398
+ "requiredAttributes": {
399
+ "oneOf": [
400
+ "editor",
401
+ "zg-column:type:editor",
402
+ "zing-grid:editor-controls"
403
+ ]
404
+ },
405
+ "disallowedAttributes": [],
406
+ "required": false,
407
+ "notes": ""
408
+ },
409
+ {
410
+ "scope": "zg-column",
411
+ "id": "filter",
412
+ "requiredAttributes": {},
413
+ "disallowedAttributes": [],
414
+ "required": false,
415
+ "notes": ""
416
+ },
417
+ {
418
+ "scope": "zg-column",
419
+ "id": "filter-buttons",
420
+ "requiredAttributes": {
421
+ "oneOf": [
422
+ "filter",
423
+ "zing-grid:filter"
424
+ ]
425
+ },
426
+ "disallowedAttributes": [
427
+ "zing-grid:header-row-hide"
428
+ ],
429
+ "required": false,
430
+ "notes": ""
431
+ },
432
+ {
433
+ "scope": "zg-column",
434
+ "id": "filter-conditions",
435
+ "requiredAttributes": {
436
+ "oneOf": [
437
+ "filter",
438
+ "zing-grid:filter"
439
+ ]
440
+ },
441
+ "disallowedAttributes": [
442
+ "zing-grid:header-row-hide"
443
+ ],
444
+ "required": false,
445
+ "notes": ""
446
+ },
447
+ {
448
+ "scope": "zg-column",
449
+ "id": "filter-conditions-display",
450
+ "requiredAttributes": {
451
+ "oneOf": [
452
+ "filter",
453
+ "zing-grid:filter"
454
+ ]
455
+ },
456
+ "disallowedAttributes": [
457
+ "zing-grid:header-row-hide"
458
+ ],
459
+ "required": false,
460
+ "notes": ""
461
+ },
462
+ {
463
+ "scope": "zg-column",
464
+ "id": "filter-conditions-max",
465
+ "requiredAttributes": {
466
+ "oneOf": [
467
+ "filter",
468
+ "zing-grid:filter"
469
+ ]
470
+ },
471
+ "disallowedAttributes": [
472
+ "zing-grid:header-row-hide"
473
+ ],
474
+ "required": false,
475
+ "notes": ""
476
+ },
477
+ {
478
+ "scope": "zg-column",
479
+ "id": "filter-default-condition",
480
+ "requiredAttributes": {
481
+ "oneOf": [
482
+ "filter",
483
+ "zing-grid:filter"
484
+ ]
485
+ },
486
+ "disallowedAttributes": [
487
+ "zing-grid:header-row-hide"
488
+ ],
489
+ "required": false,
490
+ "notes": ""
491
+ },
492
+ {
493
+ "scope": "zg-column",
494
+ "id": "filter-index",
495
+ "requiredAttributes": {
496
+ "oneOf": [
497
+ "index",
498
+ "filter",
499
+ "zing-grid:filter"
500
+ ]
501
+ },
502
+ "disallowedAttributes": [],
503
+ "required": false,
504
+ "notes": ""
505
+ },
506
+ {
507
+ "scope": "zg-column",
508
+ "id": "filter-key",
509
+ "requiredAttributes": {
510
+ "allOf": [
511
+ "filter",
512
+ "zing-grid:filter",
513
+ "zg-param:name:serverFilter"
514
+ ]
515
+ },
516
+ "disallowedAttributes": [],
517
+ "required": false,
518
+ "notes": ""
519
+ },
520
+ {
521
+ "scope": "zg-column",
522
+ "id": "filter-menu-areas",
523
+ "requiredAttributes": {
524
+ "oneOf": [
525
+ "filter",
526
+ "zing-grid:filter"
527
+ ]
528
+ },
529
+ "disallowedAttributes": [
530
+ "zing-grid:header-row-hide"
531
+ ],
532
+ "required": false,
533
+ "notes": ""
534
+ },
535
+ {
536
+ "scope": "zg-column",
537
+ "id": "filter-on",
538
+ "requiredAttributes": {
539
+ "oneOf": [
540
+ "filter",
541
+ "zing-grid:filter"
542
+ ]
543
+ },
544
+ "disallowedAttributes": [
545
+ "zing-grid:header-row-hide"
546
+ ],
547
+ "required": false,
548
+ "notes": ""
549
+ },
550
+ {
551
+ "scope": "zg-column",
552
+ "id": "filter-selectbox-display",
553
+ "requiredAttributes": {
554
+ "oneOf": [
555
+ "filter",
556
+ "zing-grid:filter"
557
+ ]
558
+ },
559
+ "disallowedAttributes": [
560
+ "zing-grid:header-row-hide"
561
+ ],
562
+ "required": false,
563
+ "notes": ""
564
+ },
565
+ {
566
+ "scope": "zg-column",
567
+ "id": "filter-trigger",
568
+ "requiredAttributes": {
569
+ "oneOf": [
570
+ "filter",
571
+ "zing-grid:filter"
572
+ ]
573
+ },
574
+ "disallowedAttributes": [
575
+ "zing-grid:header-row-hide"
576
+ ],
577
+ "required": false,
578
+ "notes": ""
579
+ },
580
+ {
581
+ "scope": "zg-column",
582
+ "id": "filterer",
583
+ "requiredAttributes": {
584
+ "oneOf": [
585
+ "filter",
586
+ "zing-grid:filter"
587
+ ]
588
+ },
589
+ "disallowedAttributes": [
590
+ "zing-grid:header-row-hide"
591
+ ],
592
+ "required": false,
593
+ "notes": ""
594
+ },
595
+ {
596
+ "scope": "zg-column",
597
+ "id": "foot-cell",
598
+ "requiredAttributes": {},
599
+ "disallowedAttributes": [],
600
+ "required": false,
601
+ "notes": ""
602
+ },
603
+ {
604
+ "scope": "zg-column",
605
+ "id": "frozen",
606
+ "requiredAttributes": {},
607
+ "disallowedAttributes": [],
608
+ "required": false,
609
+ "notes": ""
610
+ },
611
+ {
612
+ "scope": "zg-column",
613
+ "id": "group",
614
+ "requiredAttributes": {},
615
+ "disallowedAttributes": [
616
+ "layout:card"
617
+ ],
618
+ "required": false,
619
+ "notes": ""
620
+ },
621
+ {
622
+ "scope": "zg-column",
623
+ "id": "group-head-cell",
624
+ "requiredAttributes": {
625
+ "oneOf": [
626
+ "group",
627
+ "type:row-group",
628
+ "zing-grid:group-by"
629
+ ]
630
+ },
631
+ "disallowedAttributes": [],
632
+ "required": false,
633
+ "notes": ""
634
+ },
635
+ {
636
+ "scope": "zg-column",
637
+ "id": "head-cell",
638
+ "requiredAttributes": {},
639
+ "disallowedAttributes": [
640
+ "zing-grid:header-row-hide"
641
+ ],
642
+ "required": false,
643
+ "notes": ""
644
+ },
645
+ {
646
+ "scope": "zg-column",
647
+ "id": "header",
648
+ "requiredAttributes": {},
649
+ "disallowedAttributes": [
650
+ "zing-grid:header-row-hide"
651
+ ],
652
+ "required": false,
653
+ "notes": ""
654
+ },
655
+ {
656
+ "scope": "zg-column",
657
+ "id": "header-auto-format",
658
+ "requiredAttributes": {},
659
+ "disallowedAttributes": [
660
+ "zing-grid:header-row-hide"
661
+ ],
662
+ "required": false,
663
+ "notes": ""
664
+ },
665
+ {
666
+ "scope": "zg-column",
667
+ "id": "header-icon-position",
668
+ "requiredAttributes": {
669
+ "allOf": [
670
+ "header-icon"
671
+ ]
672
+ },
673
+ "disallowedAttributes": [
674
+ "zing-grid:header-row-hide"
675
+ ],
676
+ "required": false,
677
+ "notes": ""
678
+ },
679
+ {
680
+ "scope": "zg-column",
681
+ "id": "header-tooltip-action",
682
+ "requiredAttributes": {
683
+ "oneOf": [
684
+ "header-tooltip-renderer",
685
+ "header-tooltip-template",
686
+ "header-tooltip-text"
687
+ ]
688
+ },
689
+ "disallowedAttributes": [
690
+ "zing-grid:header-row-hide"
691
+ ],
692
+ "required": false,
693
+ "notes": ""
694
+ },
695
+ {
696
+ "scope": "zg-column",
697
+ "id": "header-tooltip-delay",
698
+ "requiredAttributes": {
699
+ "oneOf": [
700
+ "header-tooltip-renderer",
701
+ "header-tooltip-template",
702
+ "header-tooltip-text"
703
+ ]
704
+ },
705
+ "disallowedAttributes": [
706
+ "zing-grid:header-row-hide"
707
+ ],
708
+ "required": false,
709
+ "notes": ""
710
+ },
711
+ {
712
+ "scope": "zg-column",
713
+ "id": "header-tooltip-icon",
714
+ "requiredAttributes": {
715
+ "oneOf": [
716
+ "header-tooltip-renderer",
717
+ "header-tooltip-template",
718
+ "header-tooltip-text"
719
+ ]
720
+ },
721
+ "disallowedAttributes": [
722
+ "zing-grid:header-row-hide"
723
+ ],
724
+ "required": false,
725
+ "notes": ""
726
+ },
727
+ {
728
+ "scope": "zg-column",
729
+ "id": "header-tooltip-icon-position",
730
+ "requiredAttributes": {
731
+ "oneOf": [
732
+ "header-tooltip-renderer",
733
+ "header-tooltip-template",
734
+ "header-tooltip-text"
735
+ ]
736
+ },
737
+ "disallowedAttributes": [
738
+ "zing-grid:header-row-hide"
739
+ ],
740
+ "required": false,
741
+ "notes": ""
742
+ },
743
+ {
744
+ "scope": "zg-column",
745
+ "id": "header-tooltip-position",
746
+ "requiredAttributes": {
747
+ "oneOf": [
748
+ "header-tooltip-renderer",
749
+ "header-tooltip-template",
750
+ "header-tooltip-text"
751
+ ]
752
+ },
753
+ "disallowedAttributes": [
754
+ "zing-grid:header-row-hide"
755
+ ],
756
+ "required": false,
757
+ "notes": ""
758
+ },
759
+ {
760
+ "scope": "zg-column",
761
+ "id": "header-tooltip-renderer",
762
+ "requiredAttributes": {},
763
+ "disallowedAttributes": [],
764
+ "required": false,
765
+ "notes": ""
766
+ },
767
+ {
768
+ "scope": "zg-column",
769
+ "id": "header-tooltip-template",
770
+ "requiredAttributes": {},
771
+ "disallowedAttributes": [
772
+ "header-tooltip-template",
773
+ "zing-grid:header-row-hide"
774
+ ],
775
+ "required": false,
776
+ "notes": ""
777
+ },
778
+ {
779
+ "scope": "zg-column",
780
+ "id": "header-tooltip-text",
781
+ "requiredAttributes": {},
782
+ "disallowedAttributes": [
783
+ "header-tooltip-renderer",
784
+ "header-tooltip-template",
785
+ "zing-grid:header-row-hide"
786
+ ],
787
+ "required": false,
788
+ "notes": ""
789
+ },
790
+ {
791
+ "scope": "zg-column",
792
+ "id": "header-tooltip-trigger",
793
+ "requiredAttributes": {
794
+ "oneOf": [
795
+ "header-tooltip-renderer",
796
+ "header-tooltip-template",
797
+ "header-tooltip-text"
798
+ ]
799
+ },
800
+ "disallowedAttributes": [
801
+ "header-row-hide"
802
+ ],
803
+ "required": false,
804
+ "notes": ""
805
+ },
806
+ {
807
+ "scope": "zg-column",
808
+ "id": "header-tooltip-type",
809
+ "requiredAttributes": {
810
+ "oneOf": [
811
+ "header-tooltip-renderer",
812
+ "header-tooltip-template",
813
+ "header-tooltip-text"
814
+ ]
815
+ },
816
+ "disallowedAttributes": [
817
+ "header-row-hide"
818
+ ],
819
+ "required": false,
820
+ "notes": ""
821
+ },
822
+ {
823
+ "scope": "zg-column",
824
+ "id": "headerIcon",
825
+ "requiredAttributes": {},
826
+ "disallowedAttributes": [
827
+ "zing-grid:header-row-hide"
828
+ ],
829
+ "required": false,
830
+ "notes": ""
831
+ },
832
+ {
833
+ "scope": "zg-column",
834
+ "id": "hidden",
835
+ "requiredAttributes": {},
836
+ "disallowedAttributes": [],
837
+ "required": false,
838
+ "notes": ""
839
+ },
840
+ {
841
+ "scope": "zg-column",
842
+ "id": "index",
843
+ "requiredAttributes": {},
844
+ "disallowedAttributes": [],
845
+ "required": false,
846
+ "notes": ""
847
+ },
848
+ {
849
+ "scope": "zg-column",
850
+ "id": "locale",
851
+ "requiredAttributes": {},
852
+ "disallowedAttributes": [],
853
+ "required": false,
854
+ "notes": ""
855
+ },
856
+ {
857
+ "scope": "zg-column",
858
+ "id": "menu-text",
859
+ "requiredAttributes": {
860
+ "allOf": [
861
+ "zing-grid:columns-control"
862
+ ]
863
+ },
864
+ "disallowedAttributes": [],
865
+ "required": false,
866
+ "notes": ""
867
+ },
868
+ {
869
+ "scope": "zg-column",
870
+ "id": "min-width",
871
+ "requiredAttributes": {},
872
+ "disallowedAttributes": [],
873
+ "required": false,
874
+ "notes": ""
875
+ },
876
+ {
877
+ "scope": "zg-column",
878
+ "id": "renderer",
879
+ "requiredAttributes": {},
880
+ "disallowedAttributes": [],
881
+ "required": false,
882
+ "notes": ""
883
+ },
884
+ {
885
+ "scope": "zg-column",
886
+ "id": "renderer-template",
887
+ "requiredAttributes": {},
888
+ "disallowedAttributes": [],
889
+ "required": false,
890
+ "notes": ""
891
+ },
892
+ {
893
+ "scope": "zg-column",
894
+ "id": "required",
895
+ "requiredAttributes": {
896
+ "oneOf": [
897
+ "editor",
898
+ "zg-column:type:editor",
899
+ "editor-controls"
900
+ ]
901
+ },
902
+ "disallowedAttributes": [],
903
+ "required": false,
904
+ "notes": ""
905
+ },
906
+ {
907
+ "scope": "zg-column",
908
+ "id": "resizable",
909
+ "requiredAttributes": {},
910
+ "disallowedAttributes": [
911
+ "zing-grid:header-row-hide"
912
+ ],
913
+ "required": false,
914
+ "notes": ""
915
+ },
916
+ {
917
+ "scope": "zg-column",
918
+ "id": "resizable-max-width",
919
+ "requiredAttributes": {},
920
+ "disallowedAttributes": [
921
+ "zing-grid:header-row-hide"
922
+ ],
923
+ "required": false,
924
+ "notes": ""
925
+ },
926
+ {
927
+ "scope": "zg-column",
928
+ "id": "resizable-min-width",
929
+ "requiredAttributes": {},
930
+ "disallowedAttributes": [
931
+ "zing-grid:header-row-hide"
932
+ ],
933
+ "required": false,
934
+ "notes": ""
935
+ },
936
+ {
937
+ "scope": "zg-column",
938
+ "id": "resizablePersistent",
939
+ "requiredAttributes": {},
940
+ "disallowedAttributes": [],
941
+ "required": false,
942
+ "notes": ""
943
+ },
944
+ {
945
+ "scope": "zg-column",
946
+ "id": "search",
947
+ "requiredAttributes": {},
948
+ "disallowedAttributes": [],
949
+ "required": false,
950
+ "notes": ""
951
+ },
952
+ {
953
+ "scope": "zg-column",
954
+ "id": "separator",
955
+ "requiredAttributes": {
956
+ "allOf": [
957
+ "index"
958
+ ]
959
+ },
960
+ "disallowedAttributes": [],
961
+ "required": false,
962
+ "notes": ""
963
+ },
964
+ {
965
+ "scope": "zg-column",
966
+ "id": "sort",
967
+ "requiredAttributes": {},
968
+ "disallowedAttributes": [
969
+ "zing-grid:header-row-hide"
970
+ ],
971
+ "required": false,
972
+ "notes": ""
973
+ },
974
+ {
975
+ "scope": "zg-column",
976
+ "id": "sort-asc",
977
+ "requiredAttributes": {
978
+ "oneOf": [
979
+ "sort",
980
+ "zing-grid:sort"
981
+ ]
982
+ },
983
+ "disallowedAttributes": [],
984
+ "required": false,
985
+ "notes": ""
986
+ },
987
+ {
988
+ "scope": "zg-column",
989
+ "id": "sort-desc",
990
+ "requiredAttributes": {
991
+ "oneOf": [
992
+ "sort",
993
+ "zing-grid:sort"
994
+ ]
995
+ },
996
+ "disallowedAttributes": [],
997
+ "required": false,
998
+ "notes": ""
999
+ },
1000
+ {
1001
+ "scope": "zg-column",
1002
+ "id": "sort-intl",
1003
+ "requiredAttributes": {
1004
+ "oneOf": [
1005
+ "sort",
1006
+ "zing-grid:sort"
1007
+ ]
1008
+ },
1009
+ "disallowedAttributes": [],
1010
+ "required": false,
1011
+ "notes": ""
1012
+ },
1013
+ {
1014
+ "scope": "zg-column",
1015
+ "id": "sorter",
1016
+ "requiredAttributes": {
1017
+ "allOf": [
1018
+ "sort"
1019
+ ],
1020
+ "oneOf": [
1021
+ "sort",
1022
+ "zing-grid:sort"
1023
+ ]
1024
+ },
1025
+ "disallowedAttributes": [
1026
+ "zing-grid:header-row-hide"
1027
+ ],
1028
+ "required": false,
1029
+ "notes": ""
1030
+ },
1031
+ {
1032
+ "scope": "zg-column",
1033
+ "id": "type",
1034
+ "requiredAttributes": {},
1035
+ "disallowedAttributes": [],
1036
+ "required": false,
1037
+ "notes": ""
1038
+ },
1039
+ {
1040
+ "scope": "zg-column",
1041
+ "id": "type-aggregate-omit",
1042
+ "requiredAttributes": {
1043
+ "allOf": [
1044
+ "type:aggregate"
1045
+ ]
1046
+ },
1047
+ "disallowedAttributes": [],
1048
+ "required": false,
1049
+ "notes": ""
1050
+ },
1051
+ {
1052
+ "scope": "zg-column",
1053
+ "id": "type-aggregate-value",
1054
+ "requiredAttributes": {
1055
+ "allOf": [
1056
+ "type:aggregate"
1057
+ ]
1058
+ },
1059
+ "disallowedAttributes": [],
1060
+ "required": false,
1061
+ "notes": ""
1062
+ },
1063
+ {
1064
+ "scope": "zg-column",
1065
+ "id": "type-button-disabled",
1066
+ "requiredAttributes": {
1067
+ "allOf": [
1068
+ "type:button"
1069
+ ]
1070
+ },
1071
+ "disallowedAttributes": [],
1072
+ "required": false,
1073
+ "notes": ""
1074
+ },
1075
+ {
1076
+ "scope": "zg-column",
1077
+ "id": "type-button-handler",
1078
+ "requiredAttributes": {
1079
+ "allOf": [
1080
+ "type:button"
1081
+ ]
1082
+ },
1083
+ "disallowedAttributes": [],
1084
+ "required": false,
1085
+ "notes": ""
1086
+ },
1087
+ {
1088
+ "scope": "zg-column",
1089
+ "id": "type-button-icon",
1090
+ "requiredAttributes": {
1091
+ "allOf": [
1092
+ "type:button"
1093
+ ]
1094
+ },
1095
+ "disallowedAttributes": [],
1096
+ "required": false,
1097
+ "notes": ""
1098
+ },
1099
+ {
1100
+ "scope": "zg-column",
1101
+ "id": "type-button-label",
1102
+ "requiredAttributes": {
1103
+ "allOf": [
1104
+ "type:button"
1105
+ ]
1106
+ },
1107
+ "disallowedAttributes": [],
1108
+ "required": false,
1109
+ "notes": ""
1110
+ },
1111
+ {
1112
+ "scope": "zg-column",
1113
+ "id": "type-button-tooltip",
1114
+ "requiredAttributes": {
1115
+ "allOf": [
1116
+ "type:button"
1117
+ ]
1118
+ },
1119
+ "disallowedAttributes": [],
1120
+ "required": false,
1121
+ "notes": ""
1122
+ },
1123
+ {
1124
+ "scope": "zg-column",
1125
+ "id": "type-button-url",
1126
+ "requiredAttributes": {
1127
+ "allOf": [
1128
+ "type:button"
1129
+ ]
1130
+ },
1131
+ "disallowedAttributes": [],
1132
+ "required": false,
1133
+ "notes": ""
1134
+ },
1135
+ {
1136
+ "scope": "zg-column",
1137
+ "id": "type-checkbox-label",
1138
+ "requiredAttributes": {
1139
+ "allOf": [
1140
+ "type:checkbox"
1141
+ ]
1142
+ },
1143
+ "disallowedAttributes": [],
1144
+ "required": false,
1145
+ "notes": ""
1146
+ },
1147
+ {
1148
+ "scope": "zg-column",
1149
+ "id": "type-color-mode",
1150
+ "requiredAttributes": {
1151
+ "allOf": [
1152
+ "type:color"
1153
+ ],
1154
+ "oneOf": [
1155
+ "editor",
1156
+ "zg-column:type:editor",
1157
+ "zing-grid:editor-controls"
1158
+ ]
1159
+ },
1160
+ "disallowedAttributes": [],
1161
+ "required": false,
1162
+ "notes": ""
1163
+ },
1164
+ {
1165
+ "scope": "zg-column",
1166
+ "id": "type-color-preview",
1167
+ "requiredAttributes": {
1168
+ "allOf": [
1169
+ "type:color"
1170
+ ]
1171
+ },
1172
+ "disallowedAttributes": [],
1173
+ "required": false,
1174
+ "notes": ""
1175
+ },
1176
+ {
1177
+ "scope": "zg-column",
1178
+ "id": "type-color-spaces",
1179
+ "requiredAttributes": {
1180
+ "allOf": [
1181
+ "type:color"
1182
+ ]
1183
+ },
1184
+ "disallowedAttributes": [],
1185
+ "required": false,
1186
+ "notes": ""
1187
+ },
1188
+ {
1189
+ "scope": "zg-column",
1190
+ "id": "type-currency",
1191
+ "requiredAttributes": {
1192
+ "allOf": [
1193
+ "type:currency"
1194
+ ]
1195
+ },
1196
+ "disallowedAttributes": [],
1197
+ "required": false,
1198
+ "notes": ""
1199
+ },
1200
+ {
1201
+ "scope": "zg-column",
1202
+ "id": "type-date-format",
1203
+ "requiredAttributes": {
1204
+ "allOf": [
1205
+ "type:date"
1206
+ ]
1207
+ },
1208
+ "disallowedAttributes": [],
1209
+ "required": false,
1210
+ "notes": ""
1211
+ },
1212
+ {
1213
+ "scope": "zg-column",
1214
+ "id": "type-date-from-now",
1215
+ "requiredAttributes": {
1216
+ "allOf": [
1217
+ "type:date"
1218
+ ]
1219
+ },
1220
+ "disallowedAttributes": [],
1221
+ "required": false,
1222
+ "notes": ""
1223
+ },
1224
+ {
1225
+ "scope": "zg-column",
1226
+ "id": "type-element-attribute-name",
1227
+ "requiredAttributes": {
1228
+ "allOf": [
1229
+ "type:element",
1230
+ "type-element-tag-name"
1231
+ ]
1232
+ },
1233
+ "disallowedAttributes": [],
1234
+ "required": false,
1235
+ "notes": ""
1236
+ },
1237
+ {
1238
+ "scope": "zg-column",
1239
+ "id": "type-element-tag-name",
1240
+ "requiredAttributes": {
1241
+ "allOf": [
1242
+ "type:element"
1243
+ ]
1244
+ },
1245
+ "disallowedAttributes": [],
1246
+ "required": false,
1247
+ "notes": ""
1248
+ },
1249
+ {
1250
+ "scope": "zg-column",
1251
+ "id": "type-emoji-shortcode",
1252
+ "requiredAttributes": {
1253
+ "allOf": [
1254
+ "type:emoji"
1255
+ ]
1256
+ },
1257
+ "disallowedAttributes": [],
1258
+ "required": false,
1259
+ "notes": ""
1260
+ },
1261
+ {
1262
+ "scope": "zg-column",
1263
+ "id": "type-group-hide-count",
1264
+ "requiredAttributes": {
1265
+ "oneOf": [
1266
+ "type:row-group"
1267
+ ]
1268
+ },
1269
+ "disallowedAttributes": [],
1270
+ "required": false,
1271
+ "notes": ""
1272
+ },
1273
+ {
1274
+ "scope": "zg-column",
1275
+ "id": "type-group-plural",
1276
+ "requiredAttributes": {
1277
+ "allOf": [
1278
+ "group",
1279
+ "type:row-group"
1280
+ ]
1281
+ },
1282
+ "disallowedAttributes": [],
1283
+ "required": false,
1284
+ "notes": ""
1285
+ },
1286
+ {
1287
+ "scope": "zg-column",
1288
+ "id": "type-iframe-ratio",
1289
+ "requiredAttributes": {
1290
+ "allOf": [
1291
+ "type:iframe"
1292
+ ]
1293
+ },
1294
+ "disallowedAttributes": [],
1295
+ "required": false,
1296
+ "notes": ""
1297
+ },
1298
+ {
1299
+ "scope": "zg-column",
1300
+ "id": "type-image-alt",
1301
+ "requiredAttributes": {
1302
+ "allOf": [
1303
+ "type:image"
1304
+ ]
1305
+ },
1306
+ "disallowedAttributes": [],
1307
+ "required": false,
1308
+ "notes": ""
1309
+ },
1310
+ {
1311
+ "scope": "zg-column",
1312
+ "id": "type-image-mask",
1313
+ "requiredAttributes": {
1314
+ "allOf": [
1315
+ "type:image"
1316
+ ]
1317
+ },
1318
+ "disallowedAttributes": [],
1319
+ "required": false,
1320
+ "notes": ""
1321
+ },
1322
+ {
1323
+ "scope": "zg-column",
1324
+ "id": "type-image-src",
1325
+ "requiredAttributes": {
1326
+ "allOf": [
1327
+ "type:image"
1328
+ ]
1329
+ },
1330
+ "disallowedAttributes": [],
1331
+ "required": false,
1332
+ "notes": ""
1333
+ },
1334
+ {
1335
+ "scope": "zg-column",
1336
+ "id": "type-number-decimals",
1337
+ "requiredAttributes": {
1338
+ "allOf": [
1339
+ "type:number"
1340
+ ]
1341
+ },
1342
+ "disallowedAttributes": [],
1343
+ "required": false,
1344
+ "notes": ""
1345
+ },
1346
+ {
1347
+ "scope": "zg-column",
1348
+ "id": "type-number-formatting",
1349
+ "requiredAttributes": {
1350
+ "allOf": [
1351
+ "type:number"
1352
+ ]
1353
+ },
1354
+ "disallowedAttributes": [],
1355
+ "required": false,
1356
+ "notes": ""
1357
+ },
1358
+ {
1359
+ "scope": "zg-column",
1360
+ "id": "type-number-max-decimals",
1361
+ "requiredAttributes": {
1362
+ "allOf": [
1363
+ "type:number"
1364
+ ]
1365
+ },
1366
+ "disallowedAttributes": [],
1367
+ "required": false,
1368
+ "notes": ""
1369
+ },
1370
+ {
1371
+ "scope": "zg-column",
1372
+ "id": "type-number-min-decimals",
1373
+ "requiredAttributes": {
1374
+ "allOf": [
1375
+ "type:number"
1376
+ ]
1377
+ },
1378
+ "disallowedAttributes": [],
1379
+ "required": false,
1380
+ "notes": ""
1381
+ },
1382
+ {
1383
+ "scope": "zg-column",
1384
+ "id": "type-radio-options",
1385
+ "requiredAttributes": {
1386
+ "allOf": [
1387
+ "type:radio"
1388
+ ]
1389
+ },
1390
+ "disallowedAttributes": [],
1391
+ "required": false,
1392
+ "notes": ""
1393
+ },
1394
+ {
1395
+ "scope": "zg-column",
1396
+ "id": "type-range-max",
1397
+ "requiredAttributes": {
1398
+ "allOf": [
1399
+ "type:range"
1400
+ ]
1401
+ },
1402
+ "disallowedAttributes": [],
1403
+ "required": false,
1404
+ "notes": ""
1405
+ },
1406
+ {
1407
+ "scope": "zg-column",
1408
+ "id": "type-range-min",
1409
+ "requiredAttributes": {
1410
+ "allOf": [
1411
+ "type:range"
1412
+ ]
1413
+ },
1414
+ "disallowedAttributes": [],
1415
+ "required": false,
1416
+ "notes": ""
1417
+ },
1418
+ {
1419
+ "scope": "zg-column",
1420
+ "id": "type-range-step",
1421
+ "requiredAttributes": {
1422
+ "allOf": [
1423
+ "type:range"
1424
+ ]
1425
+ },
1426
+ "disallowedAttributes": [],
1427
+ "required": false,
1428
+ "notes": ""
1429
+ },
1430
+ {
1431
+ "scope": "zg-column",
1432
+ "id": "type-row-details-renderer",
1433
+ "requiredAttributes": {
1434
+ "allOf": [
1435
+ "type:row-details"
1436
+ ]
1437
+ },
1438
+ "disallowedAttributes": [],
1439
+ "required": false,
1440
+ "notes": ""
1441
+ },
1442
+ {
1443
+ "scope": "zg-column",
1444
+ "id": "type-row-details-template",
1445
+ "requiredAttributes": {
1446
+ "allOf": [
1447
+ "type:row-details"
1448
+ ]
1449
+ },
1450
+ "disallowedAttributes": [],
1451
+ "required": false,
1452
+ "notes": ""
1453
+ },
1454
+ {
1455
+ "scope": "zg-column",
1456
+ "id": "type-select-default-value",
1457
+ "requiredAttributes": {
1458
+ "allOf": [
1459
+ "type:select"
1460
+ ]
1461
+ },
1462
+ "disallowedAttributes": [],
1463
+ "required": false,
1464
+ "notes": ""
1465
+ },
1466
+ {
1467
+ "scope": "zg-column",
1468
+ "id": "type-select-multiple",
1469
+ "requiredAttributes": {
1470
+ "allOf": [
1471
+ "type:select"
1472
+ ]
1473
+ },
1474
+ "disallowedAttributes": [],
1475
+ "required": false,
1476
+ "notes": ""
1477
+ },
1478
+ {
1479
+ "scope": "zg-column",
1480
+ "id": "type-select-options",
1481
+ "requiredAttributes": {
1482
+ "allOf": [
1483
+ "type:select"
1484
+ ]
1485
+ },
1486
+ "disallowedAttributes": [],
1487
+ "required": false,
1488
+ "notes": ""
1489
+ },
1490
+ {
1491
+ "scope": "zg-column",
1492
+ "id": "type-selector-page-persist",
1493
+ "requiredAttributes": {
1494
+ "allOf": [
1495
+ "type:selector"
1496
+ ]
1497
+ },
1498
+ "disallowedAttributes": [],
1499
+ "required": false,
1500
+ "notes": ""
1501
+ },
1502
+ {
1503
+ "scope": "zg-column",
1504
+ "id": "type-toggle-options",
1505
+ "requiredAttributes": {
1506
+ "allOf": [
1507
+ "type:toggle"
1508
+ ]
1509
+ },
1510
+ "disallowedAttributes": [],
1511
+ "required": false,
1512
+ "notes": ""
1513
+ },
1514
+ {
1515
+ "scope": "zg-column",
1516
+ "id": "type-toggle-render-value",
1517
+ "requiredAttributes": {
1518
+ "allOf": [
1519
+ "type:toggle"
1520
+ ]
1521
+ },
1522
+ "disallowedAttributes": [],
1523
+ "required": false,
1524
+ "notes": ""
1525
+ },
1526
+ {
1527
+ "scope": "zg-column",
1528
+ "id": "type-url-icon",
1529
+ "requiredAttributes": {
1530
+ "allOf": [
1531
+ "type:url",
1532
+ "type-url-src"
1533
+ ]
1534
+ },
1535
+ "disallowedAttributes": [],
1536
+ "required": false,
1537
+ "notes": ""
1538
+ },
1539
+ {
1540
+ "scope": "zg-column",
1541
+ "id": "type-url-src",
1542
+ "requiredAttributes": {
1543
+ "allOf": [
1544
+ "type:url"
1545
+ ]
1546
+ },
1547
+ "disallowedAttributes": [],
1548
+ "required": false,
1549
+ "notes": ""
1550
+ },
1551
+ {
1552
+ "scope": "zg-column",
1553
+ "id": "type-url-target",
1554
+ "requiredAttributes": {
1555
+ "allOf": [
1556
+ "type:url",
1557
+ "type-url-src"
1558
+ ]
1559
+ },
1560
+ "disallowedAttributes": [],
1561
+ "required": false,
1562
+ "notes": ""
1563
+ },
1564
+ {
1565
+ "scope": "zg-column",
1566
+ "id": "type-url-text",
1567
+ "requiredAttributes": {
1568
+ "allOf": [
1569
+ "type:url",
1570
+ "type-url-src"
1571
+ ]
1572
+ },
1573
+ "disallowedAttributes": [],
1574
+ "required": false,
1575
+ "notes": ""
1576
+ },
1577
+ {
1578
+ "scope": "zg-column",
1579
+ "id": "validation-error-message",
1580
+ "requiredAttributes": {
1581
+ "oneOf": [
1582
+ "editor",
1583
+ "zg-column:type:editor",
1584
+ "zing-grid:editor-controls"
1585
+ ]
1586
+ },
1587
+ "disallowedAttributes": [],
1588
+ "required": false,
1589
+ "notes": "Editing must be enabled to use this feature. \nBuilt-in validation is applied according to the column type, \nand a custom validator can be specified via `validator`."
1590
+ },
1591
+ {
1592
+ "scope": "zg-column",
1593
+ "id": "validation-required-message",
1594
+ "requiredAttributes": {
1595
+ "allOf": [
1596
+ "required"
1597
+ ]
1598
+ },
1599
+ "disallowedAttributes": [],
1600
+ "required": false,
1601
+ "notes": ""
1602
+ },
1603
+ {
1604
+ "scope": "zg-column",
1605
+ "id": "width",
1606
+ "requiredAttributes": {},
1607
+ "disallowedAttributes": [],
1608
+ "required": false,
1609
+ "notes": ""
1610
+ }
1611
+ ],
1612
+ "zg-column:type": [
1613
+ {
1614
+ "scope": "zg-column:type",
1615
+ "id": "aggregate",
1616
+ "requiredAttributes": {},
1617
+ "disallowedAttributes": [],
1618
+ "required": false,
1619
+ "notes": ""
1620
+ },
1621
+ {
1622
+ "scope": "zg-column:type",
1623
+ "id": "boolean",
1624
+ "requiredAttributes": {},
1625
+ "disallowedAttributes": [],
1626
+ "required": false,
1627
+ "notes": ""
1628
+ },
1629
+ {
1630
+ "scope": "zg-column:type",
1631
+ "id": "button",
1632
+ "requiredAttributes": {},
1633
+ "disallowedAttributes": [],
1634
+ "required": false,
1635
+ "notes": ""
1636
+ },
1637
+ {
1638
+ "scope": "zg-column:type",
1639
+ "id": "checkbox",
1640
+ "requiredAttributes": {},
1641
+ "disallowedAttributes": [],
1642
+ "required": false,
1643
+ "notes": ""
1644
+ },
1645
+ {
1646
+ "scope": "zg-column:type",
1647
+ "id": "color",
1648
+ "requiredAttributes": {},
1649
+ "disallowedAttributes": [],
1650
+ "required": false,
1651
+ "notes": ""
1652
+ },
1653
+ {
1654
+ "scope": "zg-column:type",
1655
+ "id": "currency",
1656
+ "requiredAttributes": {},
1657
+ "disallowedAttributes": [],
1658
+ "required": false,
1659
+ "notes": ""
1660
+ },
1661
+ {
1662
+ "scope": "zg-column:type",
1663
+ "id": "custom",
1664
+ "requiredAttributes": {},
1665
+ "disallowedAttributes": [],
1666
+ "required": false,
1667
+ "notes": ""
1668
+ },
1669
+ {
1670
+ "scope": "zg-column:type",
1671
+ "id": "date",
1672
+ "requiredAttributes": {},
1673
+ "disallowedAttributes": [],
1674
+ "required": false,
1675
+ "notes": ""
1676
+ },
1677
+ {
1678
+ "scope": "zg-column:type",
1679
+ "id": "duplicate",
1680
+ "requiredAttributes": {},
1681
+ "disallowedAttributes": [],
1682
+ "required": false,
1683
+ "notes": ""
1684
+ },
1685
+ {
1686
+ "scope": "zg-column:type",
1687
+ "id": "editor",
1688
+ "requiredAttributes": {},
1689
+ "disallowedAttributes": [],
1690
+ "required": false,
1691
+ "notes": ""
1692
+ },
1693
+ {
1694
+ "scope": "zg-column:type",
1695
+ "id": "element",
1696
+ "requiredAttributes": {},
1697
+ "disallowedAttributes": [],
1698
+ "required": false,
1699
+ "notes": ""
1700
+ },
1701
+ {
1702
+ "scope": "zg-column:type",
1703
+ "id": "email",
1704
+ "requiredAttributes": {},
1705
+ "disallowedAttributes": [],
1706
+ "required": false,
1707
+ "notes": ""
1708
+ },
1709
+ {
1710
+ "scope": "zg-column:type",
1711
+ "id": "emoji",
1712
+ "requiredAttributes": {},
1713
+ "disallowedAttributes": [],
1714
+ "required": false,
1715
+ "notes": ""
1716
+ },
1717
+ {
1718
+ "scope": "zg-column:type",
1719
+ "id": "icon",
1720
+ "requiredAttributes": {},
1721
+ "disallowedAttributes": [],
1722
+ "required": false,
1723
+ "notes": ""
1724
+ },
1725
+ {
1726
+ "scope": "zg-column:type",
1727
+ "id": "image",
1728
+ "requiredAttributes": {},
1729
+ "disallowedAttributes": [],
1730
+ "required": false,
1731
+ "notes": ""
1732
+ },
1733
+ {
1734
+ "scope": "zg-column:type",
1735
+ "id": "iframe",
1736
+ "requiredAttributes": {},
1737
+ "disallowedAttributes": [],
1738
+ "required": false,
1739
+ "notes": ""
1740
+ },
1741
+ {
1742
+ "scope": "zg-column:type",
1743
+ "id": "number",
1744
+ "requiredAttributes": {},
1745
+ "disallowedAttributes": [],
1746
+ "required": false,
1747
+ "notes": ""
1748
+ },
1749
+ {
1750
+ "scope": "zg-column:type",
1751
+ "id": "password",
1752
+ "requiredAttributes": {},
1753
+ "disallowedAttributes": [],
1754
+ "required": false,
1755
+ "notes": ""
1756
+ },
1757
+ {
1758
+ "scope": "zg-column:type",
1759
+ "id": "percentage",
1760
+ "requiredAttributes": {},
1761
+ "disallowedAttributes": [],
1762
+ "required": false,
1763
+ "notes": ""
1764
+ },
1765
+ {
1766
+ "scope": "zg-column:type",
1767
+ "id": "radio",
1768
+ "requiredAttributes": {},
1769
+ "disallowedAttributes": [],
1770
+ "required": false,
1771
+ "notes": ""
1772
+ },
1773
+ {
1774
+ "scope": "zg-column:type",
1775
+ "id": "range",
1776
+ "requiredAttributes": {},
1777
+ "disallowedAttributes": [],
1778
+ "required": false,
1779
+ "notes": ""
1780
+ },
1781
+ {
1782
+ "scope": "zg-column:type",
1783
+ "id": "remover",
1784
+ "requiredAttributes": {},
1785
+ "disallowedAttributes": [],
1786
+ "required": false,
1787
+ "notes": ""
1788
+ },
1789
+ {
1790
+ "scope": "zg-column:type",
1791
+ "id": "row-details",
1792
+ "requiredAttributes": {},
1793
+ "disallowedAttributes": [],
1794
+ "required": false,
1795
+ "notes": ""
1796
+ },
1797
+ {
1798
+ "scope": "zg-column:type",
1799
+ "id": "row-group",
1800
+ "requiredAttributes": {},
1801
+ "disallowedAttributes": [],
1802
+ "required": false,
1803
+ "notes": ""
1804
+ },
1805
+ {
1806
+ "scope": "zg-column:type",
1807
+ "id": "row-number",
1808
+ "requiredAttributes": {},
1809
+ "disallowedAttributes": [],
1810
+ "required": false,
1811
+ "notes": ""
1812
+ },
1813
+ {
1814
+ "scope": "zg-column:type",
1815
+ "id": "select",
1816
+ "requiredAttributes": {},
1817
+ "disallowedAttributes": [],
1818
+ "required": false,
1819
+ "notes": ""
1820
+ },
1821
+ {
1822
+ "scope": "zg-column:type",
1823
+ "id": "selector",
1824
+ "requiredAttributes": {},
1825
+ "disallowedAttributes": [],
1826
+ "required": false,
1827
+ "notes": ""
1828
+ },
1829
+ {
1830
+ "scope": "zg-column:type",
1831
+ "id": "tel",
1832
+ "requiredAttributes": {},
1833
+ "disallowedAttributes": [],
1834
+ "required": false,
1835
+ "notes": ""
1836
+ },
1837
+ {
1838
+ "scope": "zg-column:type",
1839
+ "id": "text",
1840
+ "requiredAttributes": {},
1841
+ "disallowedAttributes": [],
1842
+ "required": false,
1843
+ "notes": ""
1844
+ },
1845
+ {
1846
+ "scope": "zg-column:type",
1847
+ "id": "toggle",
1848
+ "requiredAttributes": {},
1849
+ "disallowedAttributes": [],
1850
+ "required": false,
1851
+ "notes": ""
1852
+ },
1853
+ {
1854
+ "scope": "zg-column:type",
1855
+ "id": "url",
1856
+ "requiredAttributes": {},
1857
+ "disallowedAttributes": [],
1858
+ "required": false,
1859
+ "notes": ""
1860
+ }
1861
+ ],
1862
+ "zg-data": [
1863
+ {
1864
+ "scope": "zg-data",
1865
+ "id": "adapter",
1866
+ "requiredAttributes": {},
1867
+ "disallowedAttributes": [
1868
+ "zg-param:name:adapter"
1869
+ ],
1870
+ "required": false,
1871
+ "notes": ""
1872
+ },
1873
+ {
1874
+ "scope": "zg-data",
1875
+ "id": "data",
1876
+ "requiredAttributes": {},
1877
+ "disallowedAttributes": [
1878
+ "src",
1879
+ "zing-grid:data",
1880
+ "zing-grid:src",
1881
+ "zg-param:name:src"
1882
+ ],
1883
+ "required": false,
1884
+ "notes": ""
1885
+ },
1886
+ {
1887
+ "scope": "zg-data",
1888
+ "id": "id-key",
1889
+ "requiredAttributes": {},
1890
+ "disallowedAttributes": [],
1891
+ "required": false,
1892
+ "notes": ""
1893
+ },
1894
+ {
1895
+ "scope": "zg-data",
1896
+ "id": "options",
1897
+ "requiredAttributes": {},
1898
+ "disallowedAttributes": [],
1899
+ "required": false,
1900
+ "notes": ""
1901
+ },
1902
+ {
1903
+ "scope": "zg-data",
1904
+ "id": "src",
1905
+ "requiredAttributes": {},
1906
+ "disallowedAttributes": [
1907
+ "data",
1908
+ "zing-grid:data",
1909
+ "zing-grid:src",
1910
+ "zg-param:name:src"
1911
+ ],
1912
+ "required": false,
1913
+ "notes": ""
1914
+ }
1915
+ ],
1916
+ "zg-dialog": [
1917
+ {
1918
+ "scope": "zg-dialog",
1919
+ "id": "cancel",
1920
+ "requiredAttributes": {},
1921
+ "disallowedAttributes": [],
1922
+ "required": false,
1923
+ "notes": ""
1924
+ },
1925
+ {
1926
+ "scope": "zg-dialog",
1927
+ "id": "confirm",
1928
+ "requiredAttributes": {},
1929
+ "disallowedAttributes": [],
1930
+ "required": false,
1931
+ "notes": ""
1932
+ },
1933
+ {
1934
+ "scope": "zg-dialog",
1935
+ "id": "label",
1936
+ "requiredAttributes": {},
1937
+ "disallowedAttributes": [],
1938
+ "required": false,
1939
+ "notes": ""
1940
+ },
1941
+ {
1942
+ "scope": "zg-dialog",
1943
+ "id": "open",
1944
+ "requiredAttributes": {},
1945
+ "disallowedAttributes": [],
1946
+ "required": false,
1947
+ "notes": ""
1948
+ }
1949
+ ],
1950
+ "zg-icon": [
1951
+ {
1952
+ "scope": "zg-icon",
1953
+ "id": "name",
1954
+ "requiredAttributes": {},
1955
+ "disallowedAttributes": [],
1956
+ "required": false,
1957
+ "notes": ""
1958
+ }
1959
+ ],
1960
+ "zg-input": [
1961
+ {
1962
+ "scope": "zg-input",
1963
+ "id": "action",
1964
+ "requiredAttributes": {},
1965
+ "disallowedAttributes": [],
1966
+ "required": false,
1967
+ "notes": ""
1968
+ },
1969
+ {
1970
+ "scope": "zg-input",
1971
+ "id": "type",
1972
+ "requiredAttributes": {},
1973
+ "disallowedAttributes": [],
1974
+ "required": false,
1975
+ "notes": ""
1976
+ },
1977
+ {
1978
+ "scope": "zg-input",
1979
+ "id": "value",
1980
+ "requiredAttributes": {},
1981
+ "disallowedAttributes": [],
1982
+ "required": false,
1983
+ "notes": ""
1984
+ }
1985
+ ],
1986
+ "zg-menu": [
1987
+ {
1988
+ "scope": "zg-menu",
1989
+ "id": "replace",
1990
+ "requiredAttributes": {
1991
+ "oneOf": [
1992
+ "zing-grid:context-menu",
1993
+ "zing-grid:static-menu"
1994
+ ]
1995
+ },
1996
+ "disallowedAttributes": [],
1997
+ "required": false,
1998
+ "notes": ""
1999
+ }
2000
+ ],
2001
+ "zg-pager": [
2002
+ {
2003
+ "scope": "zg-pager",
2004
+ "id": "page-size",
2005
+ "requiredAttributes": {},
2006
+ "disallowedAttributes": [
2007
+ "zing-grid:pager",
2008
+ "zing-grid:page-size"
2009
+ ],
2010
+ "required": false,
2011
+ "notes": ""
2012
+ },
2013
+ {
2014
+ "scope": "zg-pager",
2015
+ "id": "page-size-card",
2016
+ "requiredAttributes": {},
2017
+ "disallowedAttributes": [
2018
+ "zing-grid:pager",
2019
+ "zing-grid:page-size-card"
2020
+ ],
2021
+ "required": false,
2022
+ "notes": ""
2023
+ },
2024
+ {
2025
+ "scope": "zg-pager",
2026
+ "id": "page-size-row",
2027
+ "requiredAttributes": {},
2028
+ "disallowedAttributes": [
2029
+ "zing-grid:pager",
2030
+ "zing-grid:page-size-row"
2031
+ ],
2032
+ "required": false,
2033
+ "notes": ""
2034
+ },
2035
+ {
2036
+ "scope": "zg-pager",
2037
+ "id": "pager-type",
2038
+ "requiredAttributes": {},
2039
+ "disallowedAttributes": [
2040
+ "zing-grid:pager",
2041
+ "zing-grid:pager-type"
2042
+ ],
2043
+ "required": false,
2044
+ "notes": ""
2045
+ },
2046
+ {
2047
+ "scope": "zg-pager",
2048
+ "id": "pagerButtonLimit",
2049
+ "requiredAttributes": {},
2050
+ "disallowedAttributes": [],
2051
+ "required": false,
2052
+ "notes": ""
2053
+ },
2054
+ {
2055
+ "scope": "zg-pager",
2056
+ "id": "position",
2057
+ "requiredAttributes": {},
2058
+ "disallowedAttributes": [
2059
+ "zing-grid:pager",
2060
+ "zing-grid:pager-position"
2061
+ ],
2062
+ "required": false,
2063
+ "notes": ""
2064
+ },
2065
+ {
2066
+ "scope": "zg-pager",
2067
+ "id": "size-options",
2068
+ "requiredAttributes": {},
2069
+ "disallowedAttributes": [
2070
+ "zing-grid:pager",
2071
+ "zing-grid:page-size-options",
2072
+ "zg-select:options"
2073
+ ],
2074
+ "required": false,
2075
+ "notes": ""
2076
+ }
2077
+ ],
2078
+ "zg-param": [
2079
+ {
2080
+ "scope": "zg-param",
2081
+ "id": "name",
2082
+ "requiredAttributes": {
2083
+ "allOf": [
2084
+ "value"
2085
+ ]
2086
+ },
2087
+ "disallowedAttributes": [],
2088
+ "required": true,
2089
+ "notes": ""
2090
+ },
2091
+ {
2092
+ "scope": "zg-param",
2093
+ "id": "value",
2094
+ "requiredAttributes": {
2095
+ "allOf": [
2096
+ "name"
2097
+ ]
2098
+ },
2099
+ "disallowedAttributes": [],
2100
+ "required": true,
2101
+ "notes": ""
2102
+ }
2103
+ ],
2104
+ "zg-param:name": [
2105
+ {
2106
+ "scope": "zg-param:name",
2107
+ "id": "adapter",
2108
+ "requiredAttributes": {},
2109
+ "disallowedAttributes": [],
2110
+ "required": false,
2111
+ "notes": ""
2112
+ },
2113
+ {
2114
+ "scope": "zg-param:name",
2115
+ "id": "idKey",
2116
+ "requiredAttributes": {
2117
+ "oneOf": [
2118
+ "src",
2119
+ "readSrc",
2120
+ "zg-data:src",
2121
+ "zing-grid:src"
2122
+ ]
2123
+ },
2124
+ "disallowedAttributes": [],
2125
+ "required": false,
2126
+ "notes": ""
2127
+ },
2128
+ {
2129
+ "scope": "zg-param:name",
2130
+ "id": "newIndexPath",
2131
+ "requiredAttributes": {
2132
+ "allOf": [
2133
+ "src",
2134
+ "createSrc",
2135
+ "zg-data:src",
2136
+ "zing-grid:src"
2137
+ ]
2138
+ },
2139
+ "disallowedAttributes": [],
2140
+ "required": false,
2141
+ "notes": ""
2142
+ },
2143
+ {
2144
+ "scope": "zg-param:name",
2145
+ "id": "recordPath",
2146
+ "requiredAttributes": {
2147
+ "oneOf": [
2148
+ "src",
2149
+ "readSrc",
2150
+ "zg-data:data",
2151
+ "zg-data:src",
2152
+ "zing-grid:data",
2153
+ "zing-grid:src"
2154
+ ]
2155
+ },
2156
+ "disallowedAttributes": [],
2157
+ "required": false,
2158
+ "notes": ""
2159
+ },
2160
+ {
2161
+ "scope": "zg-param:name",
2162
+ "id": "nodePath",
2163
+ "requiredAttributes": {
2164
+ "oneOf": [
2165
+ "src",
2166
+ "readSrc",
2167
+ "zg-data:data",
2168
+ "zg-data:src",
2169
+ "zing-grid:data",
2170
+ "zing-grid:src"
2171
+ ]
2172
+ },
2173
+ "disallowedAttributes": [],
2174
+ "required": false,
2175
+ "notes": ""
2176
+ },
2177
+ {
2178
+ "scope": "zg-param:name",
2179
+ "id": "searchKey",
2180
+ "requiredAttributes": {
2181
+ "allOf": [
2182
+ "zing-grid:search"
2183
+ ]
2184
+ },
2185
+ "disallowedAttributes": [],
2186
+ "required": false,
2187
+ "notes": ""
2188
+ },
2189
+ {
2190
+ "scope": "zg-param:name",
2191
+ "id": "search",
2192
+ "requiredAttributes": {
2193
+ "allOf": [
2194
+ "zing-grid:search"
2195
+ ],
2196
+ "oneOf": [
2197
+ "src",
2198
+ "readSrc",
2199
+ "zg-data:src",
2200
+ "zing-grid:src"
2201
+ ]
2202
+ },
2203
+ "disallowedAttributes": [],
2204
+ "required": false,
2205
+ "notes": ""
2206
+ },
2207
+ {
2208
+ "scope": "zg-param:name",
2209
+ "id": "serverFilter",
2210
+ "requiredAttributes": {
2211
+ "allOf": [
2212
+ "loadByPage"
2213
+ ],
2214
+ "oneOf": [
2215
+ [
2216
+ "zg-column:filter",
2217
+ "zing-grid:filter"
2218
+ ],
2219
+ [
2220
+ "src",
2221
+ "readSrc",
2222
+ "zg-data:src",
2223
+ "zing-grid:src"
2224
+ ]
2225
+ ]
2226
+ },
2227
+ "disallowedAttributes": [],
2228
+ "required": false,
2229
+ "notes": ""
2230
+ },
2231
+ {
2232
+ "scope": "zg-param:name",
2233
+ "id": "filterFunction",
2234
+ "requiredAttributes": {
2235
+ "allOf": [
2236
+ "loadByPage"
2237
+ ],
2238
+ "oneOf": [
2239
+ [
2240
+ "zg-column:filter",
2241
+ "zing-grid:filter"
2242
+ ],
2243
+ [
2244
+ "src",
2245
+ "readSrc",
2246
+ "zg-data:src",
2247
+ "zing-grid:src"
2248
+ ]
2249
+ ]
2250
+ },
2251
+ "disallowedAttributes": [],
2252
+ "required": false,
2253
+ "notes": ""
2254
+ },
2255
+ {
2256
+ "scope": "zg-param:name",
2257
+ "id": "sortByKey",
2258
+ "requiredAttributes": {
2259
+ "allOf": [
2260
+ "zing-grid:sort"
2261
+ ],
2262
+ "oneOf": [
2263
+ "src",
2264
+ "readSrc",
2265
+ "zg-data:src",
2266
+ "zing-grid:src"
2267
+ ]
2268
+ },
2269
+ "disallowedAttributes": [],
2270
+ "required": false,
2271
+ "notes": ""
2272
+ },
2273
+ {
2274
+ "scope": "zg-param:name",
2275
+ "id": "sortBy",
2276
+ "requiredAttributes": {
2277
+ "allOf": [
2278
+ "zing-grid:sort"
2279
+ ],
2280
+ "oneOf": [
2281
+ "src",
2282
+ "readSrc",
2283
+ "zg-data:src",
2284
+ "zing-grid:src"
2285
+ ]
2286
+ },
2287
+ "disallowedAttributes": [],
2288
+ "required": false,
2289
+ "notes": ""
2290
+ },
2291
+ {
2292
+ "scope": "zg-param:name",
2293
+ "id": "sortDirKey",
2294
+ "requiredAttributes": {
2295
+ "allOf": [
2296
+ "zing-grid:sort"
2297
+ ],
2298
+ "oneOf": [
2299
+ "src",
2300
+ "readSrc",
2301
+ "zg-data:src",
2302
+ "zing-grid:src"
2303
+ ]
2304
+ },
2305
+ "disallowedAttributes": [],
2306
+ "required": false,
2307
+ "notes": ""
2308
+ },
2309
+ {
2310
+ "scope": "zg-param:name",
2311
+ "id": "sortDir",
2312
+ "requiredAttributes": {
2313
+ "allOf": [
2314
+ "zing-grid:sort"
2315
+ ],
2316
+ "oneOf": [
2317
+ "src",
2318
+ "readSrc",
2319
+ "zg-data:src",
2320
+ "zing-grid:src"
2321
+ ]
2322
+ },
2323
+ "disallowedAttributes": [],
2324
+ "required": false,
2325
+ "notes": ""
2326
+ },
2327
+ {
2328
+ "scope": "zg-param:name",
2329
+ "id": "batchEditStatus",
2330
+ "requiredAttributes": {
2331
+ "allOf": [
2332
+ "zing-grid:batch-edit"
2333
+ ],
2334
+ "oneOf": [
2335
+ "src",
2336
+ "readSrc",
2337
+ "zg-data:src",
2338
+ "zing-grid:src"
2339
+ ]
2340
+ },
2341
+ "disallowedAttributes": [],
2342
+ "required": false,
2343
+ "notes": ""
2344
+ },
2345
+ {
2346
+ "scope": "zg-param:name",
2347
+ "id": "startAtKey",
2348
+ "requiredAttributes": {
2349
+ "oneOf": [
2350
+ [
2351
+ "nextPath",
2352
+ "nextIDPath",
2353
+ "prevPath",
2354
+ "nextIDPath",
2355
+ "pageKey"
2356
+ ],
2357
+ [
2358
+ "loadByPage",
2359
+ "loadByScroll"
2360
+ ]
2361
+ ]
2362
+ },
2363
+ "disallowedAttributes": [],
2364
+ "required": false,
2365
+ "notes": ""
2366
+ },
2367
+ {
2368
+ "scope": "zg-param:name",
2369
+ "id": "startAtValue",
2370
+ "requiredAttributes": {},
2371
+ "disallowedAttributes": [],
2372
+ "required": false,
2373
+ "notes": ""
2374
+ },
2375
+ {
2376
+ "scope": "zg-param:name",
2377
+ "id": "limitToKey",
2378
+ "requiredAttributes": {},
2379
+ "disallowedAttributes": [],
2380
+ "required": false,
2381
+ "notes": ""
2382
+ },
2383
+ {
2384
+ "scope": "zg-param:name",
2385
+ "id": "limitTo",
2386
+ "requiredAttributes": {},
2387
+ "disallowedAttributes": [],
2388
+ "required": false,
2389
+ "notes": ""
2390
+ },
2391
+ {
2392
+ "scope": "zg-param:name",
2393
+ "id": "offsetKey",
2394
+ "requiredAttributes": {},
2395
+ "disallowedAttributes": [],
2396
+ "required": false,
2397
+ "notes": ""
2398
+ },
2399
+ {
2400
+ "scope": "zg-param:name",
2401
+ "id": "offsetValue",
2402
+ "requiredAttributes": {},
2403
+ "disallowedAttributes": [],
2404
+ "required": false,
2405
+ "notes": ""
2406
+ },
2407
+ {
2408
+ "scope": "zg-param:name",
2409
+ "id": "pageKey",
2410
+ "requiredAttributes": {},
2411
+ "disallowedAttributes": [],
2412
+ "required": false,
2413
+ "notes": ""
2414
+ },
2415
+ {
2416
+ "scope": "zg-param:name",
2417
+ "id": "countPath",
2418
+ "requiredAttributes": {
2419
+ "oneOf": [
2420
+ "src",
2421
+ "readSrc",
2422
+ "zg-data:src",
2423
+ "zing-grid:src"
2424
+ ]
2425
+ },
2426
+ "disallowedAttributes": [],
2427
+ "required": false,
2428
+ "notes": ""
2429
+ },
2430
+ {
2431
+ "scope": "zg-param:name",
2432
+ "id": "cursor",
2433
+ "requiredAttributes": {
2434
+ "allOf": [
2435
+ "loadByPage"
2436
+ ]
2437
+ },
2438
+ "disallowedAttributes": [],
2439
+ "required": false,
2440
+ "notes": ""
2441
+ },
2442
+ {
2443
+ "scope": "zg-param:name",
2444
+ "id": "loadByPage",
2445
+ "requiredAttributes": {
2446
+ "allOf": [
2447
+ "limitToKey"
2448
+ ],
2449
+ "oneOf": [
2450
+ [
2451
+ "nextPath",
2452
+ "nextIDPath",
2453
+ "pageKey",
2454
+ "prevPath",
2455
+ "prevIDPath",
2456
+ "startAtKey"
2457
+ ],
2458
+ [
2459
+ "zg-pager",
2460
+ "zing-grid:pager"
2461
+ ],
2462
+ [
2463
+ "src",
2464
+ "readSrc",
2465
+ "zg-data:src",
2466
+ "zing-grid:src"
2467
+ ]
2468
+ ]
2469
+ },
2470
+ "disallowedAttributes": [],
2471
+ "required": false,
2472
+ "notes": ""
2473
+ },
2474
+ {
2475
+ "scope": "zg-param:name",
2476
+ "id": "loadByScroll",
2477
+ "requiredAttributes": {
2478
+ "allOf": [
2479
+ "zing-grid:height"
2480
+ ],
2481
+ "oneOf": [
2482
+ "src",
2483
+ "readSrc",
2484
+ "zg-data:src",
2485
+ "zing-grid:src"
2486
+ ]
2487
+ },
2488
+ "disallowedAttributes": [],
2489
+ "required": false,
2490
+ "notes": ""
2491
+ },
2492
+ {
2493
+ "scope": "zg-param:name",
2494
+ "id": "hasNextPath",
2495
+ "requiredAttributes": {
2496
+ "oneOf": [
2497
+ "src",
2498
+ "readSrc",
2499
+ "zg-data:src",
2500
+ "zing-grid:src"
2501
+ ]
2502
+ },
2503
+ "disallowedAttributes": [],
2504
+ "required": false,
2505
+ "notes": ""
2506
+ },
2507
+ {
2508
+ "scope": "zg-param:name",
2509
+ "id": "nextPath",
2510
+ "requiredAttributes": {
2511
+ "oneOf": [
2512
+ "src",
2513
+ "readSrc",
2514
+ "zg-data:src",
2515
+ "zing-grid:src"
2516
+ ]
2517
+ },
2518
+ "disallowedAttributes": [],
2519
+ "required": false,
2520
+ "notes": ""
2521
+ },
2522
+ {
2523
+ "scope": "zg-param:name",
2524
+ "id": "nextIDPath",
2525
+ "requiredAttributes": {
2526
+ "oneOf": [
2527
+ "src",
2528
+ "readSrc",
2529
+ "zg-data:src",
2530
+ "zing-grid:src"
2531
+ ]
2532
+ },
2533
+ "disallowedAttributes": [],
2534
+ "required": false,
2535
+ "notes": ""
2536
+ },
2537
+ {
2538
+ "scope": "zg-param:name",
2539
+ "id": "nextIDKey",
2540
+ "requiredAttributes": {
2541
+ "oneOf": [
2542
+ "src",
2543
+ "readSrc",
2544
+ "zg-data:src",
2545
+ "zing-grid:src"
2546
+ ]
2547
+ },
2548
+ "disallowedAttributes": [],
2549
+ "required": false,
2550
+ "notes": ""
2551
+ },
2552
+ {
2553
+ "scope": "zg-param:name",
2554
+ "id": "hasPrevPath",
2555
+ "requiredAttributes": {
2556
+ "oneOf": [
2557
+ "src",
2558
+ "readSrc",
2559
+ "zg-data:src",
2560
+ "zing-grid:src"
2561
+ ]
2562
+ },
2563
+ "disallowedAttributes": [],
2564
+ "required": false,
2565
+ "notes": ""
2566
+ },
2567
+ {
2568
+ "scope": "zg-param:name",
2569
+ "id": "prevPath",
2570
+ "requiredAttributes": {
2571
+ "oneOf": [
2572
+ "src",
2573
+ "readSrc",
2574
+ "zg-data:src",
2575
+ "zing-grid:src"
2576
+ ]
2577
+ },
2578
+ "disallowedAttributes": [],
2579
+ "required": false,
2580
+ "notes": ""
2581
+ },
2582
+ {
2583
+ "scope": "zg-param:name",
2584
+ "id": "prevIDPath",
2585
+ "requiredAttributes": {
2586
+ "oneOf": [
2587
+ "src",
2588
+ "readSrc",
2589
+ "zg-data:src",
2590
+ "zing-grid:src"
2591
+ ]
2592
+ },
2593
+ "disallowedAttributes": [],
2594
+ "required": false,
2595
+ "notes": ""
2596
+ },
2597
+ {
2598
+ "scope": "zg-param:name",
2599
+ "id": "prevIDKey",
2600
+ "requiredAttributes": {
2601
+ "oneOf": [
2602
+ "src",
2603
+ "readSrc",
2604
+ "zg-data:src",
2605
+ "zing-grid:src"
2606
+ ]
2607
+ },
2608
+ "disallowedAttributes": [],
2609
+ "required": false,
2610
+ "notes": ""
2611
+ },
2612
+ {
2613
+ "scope": "zg-param:name",
2614
+ "id": "pageBase",
2615
+ "requiredAttributes": {},
2616
+ "disallowedAttributes": [],
2617
+ "required": false,
2618
+ "notes": ""
2619
+ },
2620
+ {
2621
+ "scope": "zg-param:name",
2622
+ "id": "selectorKey",
2623
+ "requiredAttributes": {
2624
+ "allOf": [
2625
+ "loadByPage",
2626
+ "zing-grid:type-selector-pager-persist"
2627
+ ],
2628
+ "oneOf": [
2629
+ [
2630
+ "zg-column:type:selector",
2631
+ "zing-grid:row-selector"
2632
+ ],
2633
+ [
2634
+ "zg-pager",
2635
+ "zing-grid:pager"
2636
+ ],
2637
+ [
2638
+ "src",
2639
+ "readSrc",
2640
+ "zg-data:src",
2641
+ "zing-grid:src"
2642
+ ]
2643
+ ]
2644
+ },
2645
+ "disallowedAttributes": [],
2646
+ "required": false,
2647
+ "notes": ""
2648
+ },
2649
+ {
2650
+ "scope": "zg-param:name",
2651
+ "id": "csvCaption",
2652
+ "requiredAttributes": {},
2653
+ "disallowedAttributes": [],
2654
+ "required": false,
2655
+ "notes": ""
2656
+ },
2657
+ {
2658
+ "scope": "zg-param:name",
2659
+ "id": "csvDelimiter",
2660
+ "requiredAttributes": {},
2661
+ "disallowedAttributes": [],
2662
+ "required": false,
2663
+ "notes": ""
2664
+ },
2665
+ {
2666
+ "scope": "zg-param:name",
2667
+ "id": "csvHeader",
2668
+ "requiredAttributes": {},
2669
+ "disallowedAttributes": [],
2670
+ "required": false,
2671
+ "notes": ""
2672
+ },
2673
+ {
2674
+ "scope": "zg-param:name",
2675
+ "id": "csvLineSeparator",
2676
+ "requiredAttributes": {},
2677
+ "disallowedAttributes": [],
2678
+ "required": false,
2679
+ "notes": ""
2680
+ },
2681
+ {
2682
+ "scope": "zg-param:name",
2683
+ "id": "tableHide",
2684
+ "requiredAttributes": {},
2685
+ "disallowedAttributes": [],
2686
+ "required": false,
2687
+ "notes": ""
2688
+ },
2689
+ {
2690
+ "scope": "zg-param:name",
2691
+ "id": "tableHead",
2692
+ "requiredAttributes": {},
2693
+ "disallowedAttributes": [
2694
+ "zing-grid:header-row-hide"
2695
+ ],
2696
+ "required": false,
2697
+ "notes": ""
2698
+ },
2699
+ {
2700
+ "scope": "zg-param:name",
2701
+ "id": "tableDataFormat",
2702
+ "requiredAttributes": {},
2703
+ "disallowedAttributes": [],
2704
+ "required": false,
2705
+ "notes": ""
2706
+ },
2707
+ {
2708
+ "scope": "zg-param:name",
2709
+ "id": "tableHeadFormat",
2710
+ "requiredAttributes": {},
2711
+ "disallowedAttributes": [
2712
+ "zing-grid:header-row-hide"
2713
+ ],
2714
+ "required": false,
2715
+ "notes": ""
2716
+ },
2717
+ {
2718
+ "scope": "zg-param:name",
2719
+ "id": "collection",
2720
+ "requiredAttributes": {},
2721
+ "disallowedAttributes": [],
2722
+ "required": false,
2723
+ "notes": ""
2724
+ },
2725
+ {
2726
+ "scope": "zg-param:name",
2727
+ "id": "subscription",
2728
+ "requiredAttributes": {
2729
+ "allOf": [
2730
+ "collection"
2731
+ ]
2732
+ },
2733
+ "disallowedAttributes": [],
2734
+ "required": false,
2735
+ "notes": ""
2736
+ },
2737
+ {
2738
+ "scope": "zg-param:name",
2739
+ "id": "dataTable",
2740
+ "requiredAttributes": {},
2741
+ "disallowedAttributes": [],
2742
+ "required": false,
2743
+ "notes": ""
2744
+ },
2745
+ {
2746
+ "scope": "zg-param:name",
2747
+ "id": "createOptions",
2748
+ "requiredAttributes": {},
2749
+ "disallowedAttributes": [],
2750
+ "required": false,
2751
+ "notes": ""
2752
+ },
2753
+ {
2754
+ "scope": "zg-param:name",
2755
+ "id": "readOptions",
2756
+ "requiredAttributes": {},
2757
+ "disallowedAttributes": [],
2758
+ "required": false,
2759
+ "notes": ""
2760
+ },
2761
+ {
2762
+ "scope": "zg-param:name",
2763
+ "id": "updateRowOptions",
2764
+ "requiredAttributes": {},
2765
+ "disallowedAttributes": [],
2766
+ "required": false,
2767
+ "notes": ""
2768
+ },
2769
+ {
2770
+ "scope": "zg-param:name",
2771
+ "id": "updateCellOptions",
2772
+ "requiredAttributes": {},
2773
+ "disallowedAttributes": [],
2774
+ "required": false,
2775
+ "notes": ""
2776
+ },
2777
+ {
2778
+ "scope": "zg-param:name",
2779
+ "id": "updateOptions",
2780
+ "requiredAttributes": {},
2781
+ "disallowedAttributes": [],
2782
+ "required": false,
2783
+ "notes": ""
2784
+ },
2785
+ {
2786
+ "scope": "zg-param:name",
2787
+ "id": "deleteOptions",
2788
+ "requiredAttributes": {},
2789
+ "disallowedAttributes": [],
2790
+ "required": false,
2791
+ "notes": ""
2792
+ },
2793
+ {
2794
+ "scope": "zg-param:name",
2795
+ "id": "src",
2796
+ "requiredAttributes": {},
2797
+ "disallowedAttributes": [
2798
+ "zing-grid:data",
2799
+ "zing-grid:src",
2800
+ "zg-data:data",
2801
+ "zg-data:src"
2802
+ ],
2803
+ "required": false,
2804
+ "notes": ""
2805
+ },
2806
+ {
2807
+ "scope": "zg-param:name",
2808
+ "id": "createSrc",
2809
+ "requiredAttributes": {},
2810
+ "disallowedAttributes": [],
2811
+ "required": false,
2812
+ "notes": ""
2813
+ },
2814
+ {
2815
+ "scope": "zg-param:name",
2816
+ "id": "readSrc",
2817
+ "requiredAttributes": {},
2818
+ "disallowedAttributes": [],
2819
+ "required": false,
2820
+ "notes": ""
2821
+ },
2822
+ {
2823
+ "scope": "zg-param:name",
2824
+ "id": "updateRowSrc",
2825
+ "requiredAttributes": {},
2826
+ "disallowedAttributes": [],
2827
+ "required": false,
2828
+ "notes": ""
2829
+ },
2830
+ {
2831
+ "scope": "zg-param:name",
2832
+ "id": "updateCellSrc",
2833
+ "requiredAttributes": {},
2834
+ "disallowedAttributes": [],
2835
+ "required": false,
2836
+ "notes": ""
2837
+ },
2838
+ {
2839
+ "scope": "zg-param:name",
2840
+ "id": "deleteSrc",
2841
+ "requiredAttributes": {},
2842
+ "disallowedAttributes": [],
2843
+ "required": false,
2844
+ "notes": ""
2845
+ },
2846
+ {
2847
+ "scope": "zg-param:name",
2848
+ "id": "restmode",
2849
+ "requiredAttributes": {
2850
+ "oneOf": [
2851
+ "src",
2852
+ "readSrc",
2853
+ "zg-data:src",
2854
+ "zing-grid:src"
2855
+ ]
2856
+ },
2857
+ "disallowedAttributes": [],
2858
+ "required": false,
2859
+ "notes": ""
2860
+ },
2861
+ {
2862
+ "scope": "zg-param:name",
2863
+ "id": "method",
2864
+ "requiredAttributes": {
2865
+ "oneOf": [
2866
+ "src",
2867
+ "readSrc",
2868
+ "zg-data:src",
2869
+ "zing-grid:src"
2870
+ ]
2871
+ },
2872
+ "disallowedAttributes": [],
2873
+ "required": false,
2874
+ "notes": ""
2875
+ },
2876
+ {
2877
+ "scope": "zg-param:name",
2878
+ "id": "createMethod",
2879
+ "requiredAttributes": {
2880
+ "oneOf": [
2881
+ "src",
2882
+ "readSrc",
2883
+ "zg-data:src",
2884
+ "zing-grid:src"
2885
+ ]
2886
+ },
2887
+ "disallowedAttributes": [],
2888
+ "required": false,
2889
+ "notes": ""
2890
+ },
2891
+ {
2892
+ "scope": "zg-param:name",
2893
+ "id": "readMethod",
2894
+ "requiredAttributes": {
2895
+ "oneOf": [
2896
+ "src",
2897
+ "readSrc",
2898
+ "zg-data:src",
2899
+ "zing-grid:src"
2900
+ ]
2901
+ },
2902
+ "disallowedAttributes": [],
2903
+ "required": false,
2904
+ "notes": ""
2905
+ },
2906
+ {
2907
+ "scope": "zg-param:name",
2908
+ "id": "updateRowMethod",
2909
+ "requiredAttributes": {
2910
+ "oneOf": [
2911
+ "src",
2912
+ "readSrc",
2913
+ "zg-data:src",
2914
+ "zing-grid:src"
2915
+ ]
2916
+ },
2917
+ "disallowedAttributes": [],
2918
+ "required": false,
2919
+ "notes": ""
2920
+ },
2921
+ {
2922
+ "scope": "zg-param:name",
2923
+ "id": "updateCellMethod",
2924
+ "requiredAttributes": {
2925
+ "oneOf": [
2926
+ "src",
2927
+ "readSrc",
2928
+ "zg-data:src",
2929
+ "zing-grid:src"
2930
+ ]
2931
+ },
2932
+ "disallowedAttributes": [],
2933
+ "required": false,
2934
+ "notes": ""
2935
+ },
2936
+ {
2937
+ "scope": "zg-param:name",
2938
+ "id": "deleteMethod",
2939
+ "requiredAttributes": {
2940
+ "oneOf": [
2941
+ "src",
2942
+ "readSrc",
2943
+ "zg-data:src",
2944
+ "zing-grid:src"
2945
+ ]
2946
+ },
2947
+ "disallowedAttributes": [],
2948
+ "required": false,
2949
+ "notes": ""
2950
+ },
2951
+ {
2952
+ "scope": "zg-param:name",
2953
+ "id": "headers",
2954
+ "requiredAttributes": {
2955
+ "oneOf": [
2956
+ "src",
2957
+ "readSrc",
2958
+ "zg-data:src",
2959
+ "zing-grid:src"
2960
+ ]
2961
+ },
2962
+ "disallowedAttributes": [],
2963
+ "required": false,
2964
+ "notes": ""
2965
+ },
2966
+ {
2967
+ "scope": "zg-param:name",
2968
+ "id": "queryString",
2969
+ "requiredAttributes": {
2970
+ "oneOf": [
2971
+ "src",
2972
+ "readSrc",
2973
+ "zg-data:src",
2974
+ "zing-grid:src"
2975
+ ]
2976
+ },
2977
+ "disallowedAttributes": [],
2978
+ "required": false,
2979
+ "notes": ""
2980
+ },
2981
+ {
2982
+ "scope": "zg-param:name",
2983
+ "id": "body",
2984
+ "requiredAttributes": {
2985
+ "oneOf": [
2986
+ "src",
2987
+ "readSrc",
2988
+ "zg-data:src",
2989
+ "zing-grid:src"
2990
+ ]
2991
+ },
2992
+ "disallowedAttributes": [],
2993
+ "required": false,
2994
+ "notes": ""
2995
+ },
2996
+ {
2997
+ "scope": "zg-param:name",
2998
+ "id": "bodyMethodSuffix",
2999
+ "requiredAttributes": {
3000
+ "oneOf": [
3001
+ "src",
3002
+ "readSrc",
3003
+ "zg-data:src",
3004
+ "zing-grid:src"
3005
+ ]
3006
+ },
3007
+ "disallowedAttributes": [],
3008
+ "required": false,
3009
+ "notes": ""
3010
+ },
3011
+ {
3012
+ "scope": "zg-param:name",
3013
+ "id": "createBody",
3014
+ "requiredAttributes": {
3015
+ "oneOf": [
3016
+ "src",
3017
+ "readSrc",
3018
+ "zg-data:src",
3019
+ "zing-grid:src"
3020
+ ]
3021
+ },
3022
+ "disallowedAttributes": [],
3023
+ "required": false,
3024
+ "notes": ""
3025
+ },
3026
+ {
3027
+ "scope": "zg-param:name",
3028
+ "id": "readBody",
3029
+ "requiredAttributes": {
3030
+ "oneOf": [
3031
+ "src",
3032
+ "readSrc",
3033
+ "zg-data:src",
3034
+ "zing-grid:src"
3035
+ ]
3036
+ },
3037
+ "disallowedAttributes": [],
3038
+ "required": false,
3039
+ "notes": ""
3040
+ },
3041
+ {
3042
+ "scope": "zg-param:name",
3043
+ "id": "updateRowBody",
3044
+ "requiredAttributes": {
3045
+ "oneOf": [
3046
+ "src",
3047
+ "readSrc",
3048
+ "zg-data:src",
3049
+ "zing-grid:src"
3050
+ ]
3051
+ },
3052
+ "disallowedAttributes": [],
3053
+ "required": false,
3054
+ "notes": ""
3055
+ },
3056
+ {
3057
+ "scope": "zg-param:name",
3058
+ "id": "updateCellBody",
3059
+ "requiredAttributes": {
3060
+ "oneOf": [
3061
+ "src",
3062
+ "readSrc",
3063
+ "zg-data:src",
3064
+ "zing-grid:src"
3065
+ ]
3066
+ },
3067
+ "disallowedAttributes": [],
3068
+ "required": false,
3069
+ "notes": ""
3070
+ },
3071
+ {
3072
+ "scope": "zg-param:name",
3073
+ "id": "deleteBody",
3074
+ "requiredAttributes": {
3075
+ "oneOf": [
3076
+ "src",
3077
+ "readSrc",
3078
+ "zg-data:src",
3079
+ "zing-grid:src"
3080
+ ]
3081
+ },
3082
+ "disallowedAttributes": [],
3083
+ "required": false,
3084
+ "notes": ""
3085
+ },
3086
+ {
3087
+ "scope": "zg-param:name",
3088
+ "id": "createCustomFunction",
3089
+ "requiredAttributes": {
3090
+ "oneOf": [
3091
+ "src",
3092
+ "readSrc",
3093
+ "zg-data:src",
3094
+ "zing-grid:src"
3095
+ ]
3096
+ },
3097
+ "disallowedAttributes": [],
3098
+ "required": false,
3099
+ "notes": ""
3100
+ },
3101
+ {
3102
+ "scope": "zg-param:name",
3103
+ "id": "readCustomFunction",
3104
+ "requiredAttributes": {
3105
+ "oneOf": [
3106
+ "src",
3107
+ "readSrc",
3108
+ "zg-data:src",
3109
+ "zing-grid:src"
3110
+ ]
3111
+ },
3112
+ "disallowedAttributes": [],
3113
+ "required": false,
3114
+ "notes": ""
3115
+ },
3116
+ {
3117
+ "scope": "zg-param:name",
3118
+ "id": "updateCellCustomFunction",
3119
+ "requiredAttributes": {
3120
+ "oneOf": [
3121
+ "src",
3122
+ "readSrc",
3123
+ "zg-data:src",
3124
+ "zing-grid:src"
3125
+ ]
3126
+ },
3127
+ "disallowedAttributes": [],
3128
+ "required": false,
3129
+ "notes": ""
3130
+ },
3131
+ {
3132
+ "scope": "zg-param:name",
3133
+ "id": "updateRowCustomFunction",
3134
+ "requiredAttributes": {
3135
+ "oneOf": [
3136
+ "src",
3137
+ "readSrc",
3138
+ "zg-data:src",
3139
+ "zing-grid:src"
3140
+ ]
3141
+ },
3142
+ "disallowedAttributes": [],
3143
+ "required": false,
3144
+ "notes": ""
3145
+ },
3146
+ {
3147
+ "scope": "zg-param:name",
3148
+ "id": "deleteCustomFunction",
3149
+ "requiredAttributes": {
3150
+ "oneOf": [
3151
+ "src",
3152
+ "readSrc",
3153
+ "zg-data:src",
3154
+ "zing-grid:src"
3155
+ ]
3156
+ },
3157
+ "disallowedAttributes": [],
3158
+ "required": false,
3159
+ "notes": ""
3160
+ },
3161
+ {
3162
+ "scope": "zg-param:name",
3163
+ "id": "serverErrorMessage",
3164
+ "requiredAttributes": {
3165
+ "oneOf": [
3166
+ "src",
3167
+ "readSrc",
3168
+ "zg-data:src",
3169
+ "zing-grid:src"
3170
+ ]
3171
+ },
3172
+ "disallowedAttributes": [],
3173
+ "required": false,
3174
+ "notes": ""
3175
+ },
3176
+ {
3177
+ "scope": "zg-param:name",
3178
+ "id": "serverErrorPath",
3179
+ "requiredAttributes": {
3180
+ "oneOf": [
3181
+ "src",
3182
+ "readSrc",
3183
+ "zg-data:src",
3184
+ "zing-grid:src"
3185
+ ]
3186
+ },
3187
+ "disallowedAttributes": [],
3188
+ "required": false,
3189
+ "notes": ""
3190
+ },
3191
+ {
3192
+ "scope": "zg-param:name",
3193
+ "id": "exclude",
3194
+ "requiredAttributes": {},
3195
+ "disallowedAttributes": [],
3196
+ "required": false,
3197
+ "notes": ""
3198
+ },
3199
+ {
3200
+ "scope": "zg-param:name",
3201
+ "id": "cdataEscape",
3202
+ "requiredAttributes": {},
3203
+ "disallowedAttributes": [],
3204
+ "required": false,
3205
+ "notes": ""
3206
+ },
3207
+ {
3208
+ "scope": "zg-param:name",
3209
+ "id": "requestType",
3210
+ "requiredAttributes": {},
3211
+ "disallowedAttributes": [],
3212
+ "required": false,
3213
+ "notes": ""
3214
+ },
3215
+ {
3216
+ "scope": "zg-param:name",
3217
+ "id": "responseType",
3218
+ "requiredAttributes": {},
3219
+ "disallowedAttributes": [],
3220
+ "required": false,
3221
+ "notes": ""
3222
+ },
3223
+ {
3224
+ "scope": "zg-param:name",
3225
+ "id": "dataType",
3226
+ "requiredAttributes": {},
3227
+ "disallowedAttributes": [],
3228
+ "required": false,
3229
+ "notes": ""
3230
+ },
3231
+ {
3232
+ "scope": "zg-param:name",
3233
+ "id": "urlSuffix",
3234
+ "requiredAttributes": {
3235
+ "oneOf": [
3236
+ "src",
3237
+ "readSrc",
3238
+ "zg-data:src",
3239
+ "zing-grid:src"
3240
+ ]
3241
+ },
3242
+ "disallowedAttributes": [
3243
+ "restmode:manual"
3244
+ ],
3245
+ "required": false,
3246
+ "notes": ""
3247
+ },
3248
+ {
3249
+ "scope": "zg-param:name",
3250
+ "id": "mode",
3251
+ "requiredAttributes": {},
3252
+ "disallowedAttributes": [],
3253
+ "required": false,
3254
+ "notes": ""
3255
+ }
3256
+ ],
3257
+ "zg-select": [
3258
+ {
3259
+ "scope": "zg-select",
3260
+ "id": "action",
3261
+ "requiredAttributes": {
3262
+ "oneOf": [
3263
+ "options",
3264
+ "zing-grid:page-size-options"
3265
+ ]
3266
+ },
3267
+ "disallowedAttributes": [],
3268
+ "required": false,
3269
+ "notes": ""
3270
+ },
3271
+ {
3272
+ "scope": "zg-select",
3273
+ "id": "options",
3274
+ "requiredAttributes": {},
3275
+ "disallowedAttributes": [],
3276
+ "required": false,
3277
+ "notes": ""
3278
+ },
3279
+ {
3280
+ "scope": "zg-select",
3281
+ "id": "value",
3282
+ "requiredAttributes": {
3283
+ "allOf": [
3284
+ "options"
3285
+ ]
3286
+ },
3287
+ "disallowedAttributes": [],
3288
+ "required": false,
3289
+ "notes": ""
3290
+ }
3291
+ ],
3292
+ "zg-source": [
3293
+ {
3294
+ "scope": "zg-source",
3295
+ "id": "position",
3296
+ "requiredAttributes": {},
3297
+ "disallowedAttributes": [
3298
+ "zing-grid:source"
3299
+ ],
3300
+ "required": false,
3301
+ "notes": ""
3302
+ }
3303
+ ],
3304
+ "zg-text": [
3305
+ {
3306
+ "scope": "zg-text",
3307
+ "id": "value",
3308
+ "requiredAttributes": {},
3309
+ "disallowedAttributes": [],
3310
+ "required": false,
3311
+ "notes": ""
3312
+ }
3313
+ ],
3314
+ "zg-text:value": [
3315
+ {
3316
+ "scope": "zg-text:value",
3317
+ "id": "currpage",
3318
+ "requiredAttributes": {},
3319
+ "disallowedAttributes": [],
3320
+ "required": false,
3321
+ "notes": ""
3322
+ },
3323
+ {
3324
+ "scope": "zg-text:value",
3325
+ "id": "pagecount",
3326
+ "requiredAttributes": {},
3327
+ "disallowedAttributes": [],
3328
+ "required": false,
3329
+ "notes": ""
3330
+ },
3331
+ {
3332
+ "scope": "zg-text:value",
3333
+ "id": "pagesize",
3334
+ "requiredAttributes": {},
3335
+ "disallowedAttributes": [],
3336
+ "required": false,
3337
+ "notes": ""
3338
+ },
3339
+ {
3340
+ "scope": "zg-text:value",
3341
+ "id": "startrow",
3342
+ "requiredAttributes": {},
3343
+ "disallowedAttributes": [],
3344
+ "required": false,
3345
+ "notes": ""
3346
+ },
3347
+ {
3348
+ "scope": "zg-text:value",
3349
+ "id": "endrow",
3350
+ "requiredAttributes": {},
3351
+ "disallowedAttributes": [],
3352
+ "required": false,
3353
+ "notes": ""
3354
+ },
3355
+ {
3356
+ "scope": "zg-text:value",
3357
+ "id": "rowcount",
3358
+ "requiredAttributes": {},
3359
+ "disallowedAttributes": [],
3360
+ "required": false,
3361
+ "notes": ""
3362
+ }
3363
+ ],
3364
+ "zing-grid": [
3365
+ {
3366
+ "scope": "zing-grid",
3367
+ "id": "aggregate",
3368
+ "requiredAttributes": {},
3369
+ "disallowedAttributes": [],
3370
+ "required": false,
3371
+ "notes": ""
3372
+ },
3373
+ {
3374
+ "scope": "zing-grid",
3375
+ "id": "align",
3376
+ "requiredAttributes": {},
3377
+ "disallowedAttributes": [],
3378
+ "required": false,
3379
+ "notes": ""
3380
+ },
3381
+ {
3382
+ "scope": "zing-grid",
3383
+ "id": "batch-edit",
3384
+ "requiredAttributes": {},
3385
+ "disallowedAttributes": [],
3386
+ "required": false,
3387
+ "notes": ""
3388
+ },
3389
+ {
3390
+ "scope": "zing-grid",
3391
+ "id": "batch-edit-status",
3392
+ "requiredAttributes": {
3393
+ "allOf": [
3394
+ "batch-edit"
3395
+ ]
3396
+ },
3397
+ "disallowedAttributes": [],
3398
+ "required": false,
3399
+ "notes": ""
3400
+ },
3401
+ {
3402
+ "scope": "zing-grid",
3403
+ "id": "button-tooltip-disabled",
3404
+ "requiredAttributes": {},
3405
+ "disallowedAttributes": [],
3406
+ "required": false,
3407
+ "notes": ""
3408
+ },
3409
+ {
3410
+ "scope": "zing-grid",
3411
+ "id": "caption",
3412
+ "requiredAttributes": {},
3413
+ "disallowedAttributes": [
3414
+ "zg-caption"
3415
+ ],
3416
+ "required": false,
3417
+ "notes": ""
3418
+ },
3419
+ {
3420
+ "scope": "zing-grid",
3421
+ "id": "card",
3422
+ "requiredAttributes": {
3423
+ "oneOf": [
3424
+ "layout",
3425
+ "layout-controls"
3426
+ ]
3427
+ },
3428
+ "disallowedAttributes": [
3429
+ "zg-card:renderer",
3430
+ "zg-card:editor",
3431
+ "zg-card:renderer-template",
3432
+ "zg-card:editor-template"
3433
+ ],
3434
+ "required": false,
3435
+ "notes": "Layout must be in card mode to view changes"
3436
+ },
3437
+ {
3438
+ "scope": "zing-grid",
3439
+ "id": "cell-break",
3440
+ "requiredAttributes": {},
3441
+ "disallowedAttributes": [],
3442
+ "required": false,
3443
+ "notes": ""
3444
+ },
3445
+ {
3446
+ "scope": "zing-grid",
3447
+ "id": "cell-class",
3448
+ "requiredAttributes": {},
3449
+ "disallowedAttributes": [],
3450
+ "required": false,
3451
+ "notes": ""
3452
+ },
3453
+ {
3454
+ "scope": "zing-grid",
3455
+ "id": "cell-editor",
3456
+ "requiredAttributes": {},
3457
+ "disallowedAttributes": [],
3458
+ "required": false,
3459
+ "notes": ""
3460
+ },
3461
+ {
3462
+ "scope": "zing-grid",
3463
+ "id": "cell-focus",
3464
+ "requiredAttributes": {},
3465
+ "disallowedAttributes": [],
3466
+ "required": false,
3467
+ "notes": ""
3468
+ },
3469
+ {
3470
+ "scope": "zing-grid",
3471
+ "id": "cell-tooltip-action",
3472
+ "requiredAttributes": {
3473
+ "oneOf": [
3474
+ "cell-tooltip-renderer",
3475
+ "cell-tooltip-template",
3476
+ "zg-column:cell-tooltip-text"
3477
+ ]
3478
+ },
3479
+ "disallowedAttributes": [],
3480
+ "required": false,
3481
+ "notes": ""
3482
+ },
3483
+ {
3484
+ "scope": "zing-grid",
3485
+ "id": "cell-tooltip-delay",
3486
+ "requiredAttributes": {
3487
+ "oneOf": [
3488
+ "cell-tooltip-renderer",
3489
+ "cell-tooltip-template",
3490
+ "zg-column:cell-tooltip-text"
3491
+ ]
3492
+ },
3493
+ "disallowedAttributes": [],
3494
+ "required": false,
3495
+ "notes": ""
3496
+ },
3497
+ {
3498
+ "scope": "zing-grid",
3499
+ "id": "cell-tooltip-icon",
3500
+ "requiredAttributes": {
3501
+ "oneOf": [
3502
+ "cell-tooltip-renderer",
3503
+ "cell-tooltip-template",
3504
+ "zg-column:cell-tooltip-text"
3505
+ ]
3506
+ },
3507
+ "disallowedAttributes": [],
3508
+ "required": false,
3509
+ "notes": ""
3510
+ },
3511
+ {
3512
+ "scope": "zing-grid",
3513
+ "id": "cell-tooltip-position",
3514
+ "requiredAttributes": {
3515
+ "oneOf": [
3516
+ "cell-tooltip-renderer",
3517
+ "cell-tooltip-template",
3518
+ "zg-column:cell-tooltip-text"
3519
+ ]
3520
+ },
3521
+ "disallowedAttributes": [],
3522
+ "required": false,
3523
+ "notes": ""
3524
+ },
3525
+ {
3526
+ "scope": "zing-grid",
3527
+ "id": "cell-tooltip-renderer",
3528
+ "requiredAttributes": {},
3529
+ "disallowedAttributes": [
3530
+ "cell-tooltip-template"
3531
+ ],
3532
+ "required": false,
3533
+ "notes": ""
3534
+ },
3535
+ {
3536
+ "scope": "zing-grid",
3537
+ "id": "cell-tooltip-template",
3538
+ "requiredAttributes": {},
3539
+ "disallowedAttributes": [
3540
+ "cell-tooltip-renderer"
3541
+ ],
3542
+ "required": false,
3543
+ "notes": ""
3544
+ },
3545
+ {
3546
+ "scope": "zing-grid",
3547
+ "id": "cell-tooltip-type",
3548
+ "requiredAttributes": {
3549
+ "oneOf": [
3550
+ "cell-tooltip-renderer",
3551
+ "cell-tooltip-template",
3552
+ "zg-column:cell-tooltip-text"
3553
+ ]
3554
+ },
3555
+ "disallowedAttributes": [],
3556
+ "required": false,
3557
+ "notes": ""
3558
+ },
3559
+ {
3560
+ "scope": "zing-grid",
3561
+ "id": "col-class",
3562
+ "requiredAttributes": {},
3563
+ "disallowedAttributes": [],
3564
+ "required": false,
3565
+ "notes": ""
3566
+ },
3567
+ {
3568
+ "scope": "zing-grid",
3569
+ "id": "column-drag",
3570
+ "requiredAttributes": {},
3571
+ "disallowedAttributes": [
3572
+ "header-row-hide"
3573
+ ],
3574
+ "required": false,
3575
+ "notes": ""
3576
+ },
3577
+ {
3578
+ "scope": "zing-grid",
3579
+ "id": "column-drag-action",
3580
+ "requiredAttributes": {
3581
+ "oneOf": [
3582
+ "column-drag"
3583
+ ]
3584
+ },
3585
+ "disallowedAttributes": [
3586
+ "header-row-hide"
3587
+ ],
3588
+ "required": false,
3589
+ "notes": ""
3590
+ },
3591
+ {
3592
+ "scope": "zing-grid",
3593
+ "id": "column-resizable",
3594
+ "requiredAttributes": {},
3595
+ "disallowedAttributes": [
3596
+ "header-row-hide"
3597
+ ],
3598
+ "required": false,
3599
+ "notes": ""
3600
+ },
3601
+ {
3602
+ "scope": "zing-grid",
3603
+ "id": "column-resizable-max-width",
3604
+ "requiredAttributes": {
3605
+ "allOf": [
3606
+ "column-resizable"
3607
+ ]
3608
+ },
3609
+ "disallowedAttributes": [],
3610
+ "required": false,
3611
+ "notes": ""
3612
+ },
3613
+ {
3614
+ "scope": "zing-grid",
3615
+ "id": "column-resizable-min-width",
3616
+ "requiredAttributes": {
3617
+ "allOf": [
3618
+ "column-resizable"
3619
+ ]
3620
+ },
3621
+ "disallowedAttributes": [],
3622
+ "required": false,
3623
+ "notes": ""
3624
+ },
3625
+ {
3626
+ "scope": "zing-grid",
3627
+ "id": "column-resizable-persistent",
3628
+ "requiredAttributes": {
3629
+ "allOf": [
3630
+ "column-resizable"
3631
+ ]
3632
+ },
3633
+ "disallowedAttributes": [],
3634
+ "required": false,
3635
+ "notes": ""
3636
+ },
3637
+ {
3638
+ "scope": "zing-grid",
3639
+ "id": "column-width",
3640
+ "requiredAttributes": {},
3641
+ "disallowedAttributes": [],
3642
+ "required": false,
3643
+ "notes": ""
3644
+ },
3645
+ {
3646
+ "scope": "zing-grid",
3647
+ "id": "columns",
3648
+ "requiredAttributes": {},
3649
+ "disallowedAttributes": [],
3650
+ "required": false,
3651
+ "notes": ""
3652
+ },
3653
+ {
3654
+ "scope": "zing-grid",
3655
+ "id": "columns-control",
3656
+ "requiredAttributes": {},
3657
+ "disallowedAttributes": [],
3658
+ "required": false,
3659
+ "notes": ""
3660
+ },
3661
+ {
3662
+ "scope": "zing-grid",
3663
+ "id": "compact",
3664
+ "requiredAttributes": {},
3665
+ "disallowedAttributes": [
3666
+ "row-height"
3667
+ ],
3668
+ "required": false,
3669
+ "notes": ""
3670
+ },
3671
+ {
3672
+ "scope": "zing-grid",
3673
+ "id": "config",
3674
+ "requiredAttributes": {},
3675
+ "disallowedAttributes": [],
3676
+ "required": false,
3677
+ "notes": ""
3678
+ },
3679
+ {
3680
+ "scope": "zing-grid",
3681
+ "id": "confirm-delete",
3682
+ "requiredAttributes": {
3683
+ "oneOf": [
3684
+ "editor-controls",
3685
+ "zg-column:type:remover"
3686
+ ]
3687
+ },
3688
+ "disallowedAttributes": [],
3689
+ "required": false,
3690
+ "notes": ""
3691
+ },
3692
+ {
3693
+ "scope": "zing-grid",
3694
+ "id": "confirmations",
3695
+ "requiredAttributes": {
3696
+ "allOf": [
3697
+ "batch-edit"
3698
+ ],
3699
+ "oneOf": [
3700
+ "editor-controls",
3701
+ "zg-column:remover"
3702
+ ]
3703
+ },
3704
+ "disallowedAttributes": [],
3705
+ "required": false,
3706
+ "notes": ""
3707
+ },
3708
+ {
3709
+ "scope": "zing-grid",
3710
+ "id": "context-menu",
3711
+ "requiredAttributes": {},
3712
+ "disallowedAttributes": [],
3713
+ "required": false,
3714
+ "notes": ""
3715
+ },
3716
+ {
3717
+ "scope": "zing-grid",
3718
+ "id": "creator",
3719
+ "requiredAttributes": {
3720
+ "oneOf": [
3721
+ "editor-controls",
3722
+ "zg-column:type:creator"
3723
+ ]
3724
+ },
3725
+ "disallowedAttributes": [],
3726
+ "required": false,
3727
+ "notes": ""
3728
+ },
3729
+ {
3730
+ "scope": "zing-grid",
3731
+ "id": "data",
3732
+ "requiredAttributes": {},
3733
+ "disallowedAttributes": [
3734
+ "src",
3735
+ "zg-data:data",
3736
+ "zg-data:src",
3737
+ "zg-param:name:src"
3738
+ ],
3739
+ "required": false,
3740
+ "notes": ""
3741
+ },
3742
+ {
3743
+ "scope": "zing-grid",
3744
+ "id": "default-display",
3745
+ "requiredAttributes": {
3746
+ "oneOf": [
3747
+ "data",
3748
+ "src",
3749
+ "zg-data:data",
3750
+ "zg-data:src",
3751
+ "zg-param:name:src"
3752
+ ]
3753
+ },
3754
+ "disallowedAttributes": [],
3755
+ "required": false,
3756
+ "notes": ""
3757
+ },
3758
+ {
3759
+ "scope": "zing-grid",
3760
+ "id": "dialog",
3761
+ "requiredAttributes": {
3762
+ "oneOf": [
3763
+ "batch-edit",
3764
+ "editor:modal",
3765
+ "editor-controls",
3766
+ "zg-column:type:remover"
3767
+ ]
3768
+ },
3769
+ "disallowedAttributes": [],
3770
+ "required": false,
3771
+ "notes": ""
3772
+ },
3773
+ {
3774
+ "scope": "zing-grid",
3775
+ "id": "dir",
3776
+ "requiredAttributes": {},
3777
+ "disallowedAttributes": [],
3778
+ "required": false,
3779
+ "notes": ""
3780
+ },
3781
+ {
3782
+ "scope": "zing-grid",
3783
+ "id": "editor",
3784
+ "requiredAttributes": {},
3785
+ "disallowedAttributes": [],
3786
+ "required": false,
3787
+ "notes": ""
3788
+ },
3789
+ {
3790
+ "scope": "zing-grid",
3791
+ "id": "editor-controls",
3792
+ "requiredAttributes": {},
3793
+ "disallowedAttributes": [],
3794
+ "required": false,
3795
+ "notes": ""
3796
+ },
3797
+ {
3798
+ "scope": "zing-grid",
3799
+ "id": "editor-disabled-fields",
3800
+ "requiredAttributes": {
3801
+ "oneOf": [
3802
+ "batch-edit",
3803
+ "editor",
3804
+ "editor-controls"
3805
+ ]
3806
+ },
3807
+ "disallowedAttributes": [],
3808
+ "required": false,
3809
+ "notes": ""
3810
+ },
3811
+ {
3812
+ "scope": "zing-grid",
3813
+ "id": "filter",
3814
+ "requiredAttributes": {},
3815
+ "disallowedAttributes": [
3816
+ "header-row-hide"
3817
+ ],
3818
+ "required": false,
3819
+ "notes": ""
3820
+ },
3821
+ {
3822
+ "scope": "zing-grid",
3823
+ "id": "filter-buttons",
3824
+ "requiredAttributes": {
3825
+ "oneOf": [
3826
+ "filter"
3827
+ ]
3828
+ },
3829
+ "disallowedAttributes": [
3830
+ "header-row-hide"
3831
+ ],
3832
+ "required": false,
3833
+ "notes": ""
3834
+ },
3835
+ {
3836
+ "scope": "zing-grid",
3837
+ "id": "filter-conditions",
3838
+ "requiredAttributes": {
3839
+ "oneOf": [
3840
+ "filter"
3841
+ ]
3842
+ },
3843
+ "disallowedAttributes": [
3844
+ "header-row-hide"
3845
+ ],
3846
+ "required": false,
3847
+ "notes": ""
3848
+ },
3849
+ {
3850
+ "scope": "zing-grid",
3851
+ "id": "filter-conditions-display",
3852
+ "requiredAttributes": {
3853
+ "oneOf": [
3854
+ "filter"
3855
+ ]
3856
+ },
3857
+ "disallowedAttributes": [
3858
+ "header-row-hide"
3859
+ ],
3860
+ "required": false,
3861
+ "notes": ""
3862
+ },
3863
+ {
3864
+ "scope": "zing-grid",
3865
+ "id": "filter-conditions-max",
3866
+ "requiredAttributes": {
3867
+ "oneOf": [
3868
+ "filter"
3869
+ ]
3870
+ },
3871
+ "disallowedAttributes": [
3872
+ "header-row-hide"
3873
+ ],
3874
+ "required": false,
3875
+ "notes": ""
3876
+ },
3877
+ {
3878
+ "scope": "zing-grid",
3879
+ "id": "filter-default-condition",
3880
+ "requiredAttributes": {
3881
+ "oneOf": [
3882
+ "filter"
3883
+ ]
3884
+ },
3885
+ "disallowedAttributes": [
3886
+ "header-row-hide"
3887
+ ],
3888
+ "required": false,
3889
+ "notes": ""
3890
+ },
3891
+ {
3892
+ "scope": "zing-grid",
3893
+ "id": "filter-menu-areas",
3894
+ "requiredAttributes": {
3895
+ "oneOf": [
3896
+ "filter"
3897
+ ]
3898
+ },
3899
+ "disallowedAttributes": [
3900
+ "header-row-hide"
3901
+ ],
3902
+ "required": false,
3903
+ "notes": ""
3904
+ },
3905
+ {
3906
+ "scope": "zing-grid",
3907
+ "id": "filter-on",
3908
+ "requiredAttributes": {
3909
+ "oneOf": [
3910
+ "filter"
3911
+ ]
3912
+ },
3913
+ "disallowedAttributes": [
3914
+ "header-row-hide"
3915
+ ],
3916
+ "required": false,
3917
+ "notes": ""
3918
+ },
3919
+ {
3920
+ "scope": "zing-grid",
3921
+ "id": "filter-selectbox-display",
3922
+ "requiredAttributes": {
3923
+ "oneOf": [
3924
+ "filter"
3925
+ ]
3926
+ },
3927
+ "disallowedAttributes": [
3928
+ "header-row-hide"
3929
+ ],
3930
+ "required": false,
3931
+ "notes": ""
3932
+ },
3933
+ {
3934
+ "scope": "zing-grid",
3935
+ "id": "filter-trigger",
3936
+ "requiredAttributes": {
3937
+ "oneOf": [
3938
+ "filter"
3939
+ ]
3940
+ },
3941
+ "disallowedAttributes": [
3942
+ "header-row-hide"
3943
+ ],
3944
+ "required": false,
3945
+ "notes": ""
3946
+ },
3947
+ {
3948
+ "scope": "zing-grid",
3949
+ "id": "foot-class",
3950
+ "requiredAttributes": {
3951
+ "oneOf": [
3952
+ "frozen-rows-bottom",
3953
+ "zg-column:foot-cell"
3954
+ ]
3955
+ },
3956
+ "disallowedAttributes": [],
3957
+ "required": false,
3958
+ "notes": ""
3959
+ },
3960
+ {
3961
+ "scope": "zing-grid",
3962
+ "id": "frozen-columns-left",
3963
+ "requiredAttributes": {},
3964
+ "disallowedAttributes": [],
3965
+ "required": false,
3966
+ "notes": ""
3967
+ },
3968
+ {
3969
+ "scope": "zing-grid",
3970
+ "id": "frozen-columns-right",
3971
+ "requiredAttributes": {},
3972
+ "disallowedAttributes": [],
3973
+ "required": false,
3974
+ "notes": ""
3975
+ },
3976
+ {
3977
+ "scope": "zing-grid",
3978
+ "id": "frozen-row-class",
3979
+ "requiredAttributes": {
3980
+ "oneOf": [
3981
+ "frozen-rows-bottom",
3982
+ "frozen-rows-top"
3983
+ ]
3984
+ },
3985
+ "disallowedAttributes": [],
3986
+ "required": false,
3987
+ "notes": ""
3988
+ },
3989
+ {
3990
+ "scope": "zing-grid",
3991
+ "id": "frozen-rows-bottom",
3992
+ "requiredAttributes": {},
3993
+ "disallowedAttributes": [],
3994
+ "required": false,
3995
+ "notes": ""
3996
+ },
3997
+ {
3998
+ "scope": "zing-grid",
3999
+ "id": "frozen-rows-top",
4000
+ "requiredAttributes": {},
4001
+ "disallowedAttributes": [],
4002
+ "required": false,
4003
+ "notes": ""
4004
+ },
4005
+ {
4006
+ "scope": "zing-grid",
4007
+ "id": "gridlines",
4008
+ "requiredAttributes": {},
4009
+ "disallowedAttributes": [],
4010
+ "required": false,
4011
+ "notes": ""
4012
+ },
4013
+ {
4014
+ "scope": "zing-grid",
4015
+ "id": "group-by",
4016
+ "requiredAttributes": {},
4017
+ "disallowedAttributes": [
4018
+ "layout:card"
4019
+ ],
4020
+ "required": false,
4021
+ "notes": ""
4022
+ },
4023
+ {
4024
+ "scope": "zing-grid",
4025
+ "id": "head-class",
4026
+ "requiredAttributes": {
4027
+ "oneOf": [
4028
+ "frozen-rows-top",
4029
+ "zg-column:group-head-cell",
4030
+ "zg-column:head-cell"
4031
+ ]
4032
+ },
4033
+ "disallowedAttributes": [
4034
+ "header-row-hide"
4035
+ ],
4036
+ "required": false,
4037
+ "notes": "Headers are there by default, so features that adds headers are not required."
4038
+ },
4039
+ {
4040
+ "scope": "zing-grid",
4041
+ "id": "header-auto-format",
4042
+ "requiredAttributes": {},
4043
+ "disallowedAttributes": [],
4044
+ "required": false,
4045
+ "notes": ""
4046
+ },
4047
+ {
4048
+ "scope": "zing-grid",
4049
+ "id": "header-row-hide",
4050
+ "requiredAttributes": {},
4051
+ "disallowedAttributes": [
4052
+ "column-drag",
4053
+ "column-resizable",
4054
+ "filter:menu",
4055
+ "filter:both",
4056
+ "head-class",
4057
+ "header-tooltip-renderer",
4058
+ "header-tooltip-template",
4059
+ "sort"
4060
+ ],
4061
+ "required": false,
4062
+ "notes": ""
4063
+ },
4064
+ {
4065
+ "scope": "zing-grid",
4066
+ "id": "header-tooltip-action",
4067
+ "requiredAttributes": {
4068
+ "oneOf": [
4069
+ "header-tooltip-renderer",
4070
+ "header-tooltip-template",
4071
+ "zg-column:header-tooltip-text"
4072
+ ]
4073
+ },
4074
+ "disallowedAttributes": [
4075
+ "header-row-hide"
4076
+ ],
4077
+ "required": false,
4078
+ "notes": ""
4079
+ },
4080
+ {
4081
+ "scope": "zing-grid",
4082
+ "id": "header-tooltip-delay",
4083
+ "requiredAttributes": {
4084
+ "oneOf": [
4085
+ "header-tooltip-renderer",
4086
+ "header-tooltip-template",
4087
+ "zg-column:header-tooltip-text"
4088
+ ]
4089
+ },
4090
+ "disallowedAttributes": [
4091
+ "header-row-hide"
4092
+ ],
4093
+ "required": false,
4094
+ "notes": ""
4095
+ },
4096
+ {
4097
+ "scope": "zing-grid",
4098
+ "id": "header-tooltip-icon",
4099
+ "requiredAttributes": {
4100
+ "oneOf": [
4101
+ "header-tooltip-renderer",
4102
+ "header-tooltip-template",
4103
+ "zg-column:header-tooltip-text"
4104
+ ]
4105
+ },
4106
+ "disallowedAttributes": [
4107
+ "header-row-hide"
4108
+ ],
4109
+ "required": false,
4110
+ "notes": ""
4111
+ },
4112
+ {
4113
+ "scope": "zing-grid",
4114
+ "id": "header-tooltip-icon-position",
4115
+ "requiredAttributes": {
4116
+ "oneOf": [
4117
+ "header-tooltip-renderer",
4118
+ "header-tooltip-template",
4119
+ "zg-column:header-tooltip-text"
4120
+ ]
4121
+ },
4122
+ "disallowedAttributes": [
4123
+ "header-row-hide"
4124
+ ],
4125
+ "required": false,
4126
+ "notes": ""
4127
+ },
4128
+ {
4129
+ "scope": "zing-grid",
4130
+ "id": "header-tooltip-position",
4131
+ "requiredAttributes": {
4132
+ "oneOf": [
4133
+ "header-tooltip-renderer",
4134
+ "header-tooltip-template",
4135
+ "zg-column:header-tooltip-text"
4136
+ ]
4137
+ },
4138
+ "disallowedAttributes": [
4139
+ "header-row-hide"
4140
+ ],
4141
+ "required": false,
4142
+ "notes": ""
4143
+ },
4144
+ {
4145
+ "scope": "zing-grid",
4146
+ "id": "header-tooltip-renderer",
4147
+ "requiredAttributes": {},
4148
+ "disallowedAttributes": [
4149
+ "header-tooltip-template",
4150
+ "header-row-hide"
4151
+ ],
4152
+ "required": false,
4153
+ "notes": ""
4154
+ },
4155
+ {
4156
+ "scope": "zing-grid",
4157
+ "id": "header-tooltip-template",
4158
+ "requiredAttributes": {},
4159
+ "disallowedAttributes": [
4160
+ "header-tooltip-renderer",
4161
+ "header-row-hide"
4162
+ ],
4163
+ "required": false,
4164
+ "notes": ""
4165
+ },
4166
+ {
4167
+ "scope": "zing-grid",
4168
+ "id": "header-tooltip-trigger",
4169
+ "requiredAttributes": {
4170
+ "oneOf": [
4171
+ "header-tooltip-renderer",
4172
+ "header-tooltip-template",
4173
+ "zg-column:header-tooltip-text"
4174
+ ]
4175
+ },
4176
+ "disallowedAttributes": [
4177
+ "header-row-hide"
4178
+ ],
4179
+ "required": false,
4180
+ "notes": ""
4181
+ },
4182
+ {
4183
+ "scope": "zing-grid",
4184
+ "id": "header-tooltip-type",
4185
+ "requiredAttributes": {
4186
+ "oneOf": [
4187
+ "header-tooltip-renderer",
4188
+ "header-tooltip-template",
4189
+ "zg-column:header-tooltip-text"
4190
+ ]
4191
+ },
4192
+ "disallowedAttributes": [
4193
+ "header-row-hide"
4194
+ ],
4195
+ "required": false,
4196
+ "notes": ""
4197
+ },
4198
+ {
4199
+ "scope": "zing-grid",
4200
+ "id": "height",
4201
+ "requiredAttributes": {},
4202
+ "disallowedAttributes": [],
4203
+ "required": false,
4204
+ "notes": ""
4205
+ },
4206
+ {
4207
+ "scope": "zing-grid",
4208
+ "id": "icon-set",
4209
+ "requiredAttributes": {},
4210
+ "disallowedAttributes": [],
4211
+ "required": false,
4212
+ "notes": ""
4213
+ },
4214
+ {
4215
+ "scope": "zing-grid",
4216
+ "id": "lang",
4217
+ "requiredAttributes": {},
4218
+ "disallowedAttributes": [],
4219
+ "required": false,
4220
+ "notes": ""
4221
+ },
4222
+ {
4223
+ "scope": "zing-grid",
4224
+ "id": "layout",
4225
+ "requiredAttributes": {},
4226
+ "disallowedAttributes": [],
4227
+ "required": false,
4228
+ "notes": ""
4229
+ },
4230
+ {
4231
+ "scope": "zing-grid",
4232
+ "id": "layout-controls",
4233
+ "requiredAttributes": {},
4234
+ "disallowedAttributes": [],
4235
+ "required": false,
4236
+ "notes": ""
4237
+ },
4238
+ {
4239
+ "scope": "zing-grid",
4240
+ "id": "loading",
4241
+ "requiredAttributes": {
4242
+ "oneOf": [
4243
+ "data",
4244
+ "src",
4245
+ "zg-data:data",
4246
+ "zg-data:src",
4247
+ "zg-param:name:src"
4248
+ ]
4249
+ },
4250
+ "disallowedAttributes": [],
4251
+ "required": false,
4252
+ "notes": ""
4253
+ },
4254
+ {
4255
+ "scope": "zing-grid",
4256
+ "id": "loading-text",
4257
+ "requiredAttributes": {},
4258
+ "disallowedAttributes": [],
4259
+ "required": false,
4260
+ "notes": ""
4261
+ },
4262
+ {
4263
+ "scope": "zing-grid",
4264
+ "id": "loadmask",
4265
+ "requiredAttributes": {
4266
+ "oneOf": [
4267
+ "src",
4268
+ "zg-data:src",
4269
+ "zg-param:name:src"
4270
+ ]
4271
+ },
4272
+ "disallowedAttributes": [],
4273
+ "required": false,
4274
+ "notes": ""
4275
+ },
4276
+ {
4277
+ "scope": "zing-grid",
4278
+ "id": "nested-data-separator",
4279
+ "requiredAttributes": {},
4280
+ "disallowedAttributes": [],
4281
+ "required": false,
4282
+ "notes": ""
4283
+ },
4284
+ {
4285
+ "scope": "zing-grid",
4286
+ "id": "no-data",
4287
+ "requiredAttributes": {},
4288
+ "disallowedAttributes": [
4289
+ "zg-no-data"
4290
+ ],
4291
+ "required": false,
4292
+ "notes": ""
4293
+ },
4294
+ {
4295
+ "scope": "zing-grid",
4296
+ "id": "page-size",
4297
+ "requiredAttributes": {
4298
+ "oneOf": [
4299
+ "pager",
4300
+ "zg-pager"
4301
+ ]
4302
+ },
4303
+ "disallowedAttributes": [
4304
+ "zg-pager:page-size"
4305
+ ],
4306
+ "required": false,
4307
+ "notes": ""
4308
+ },
4309
+ {
4310
+ "scope": "zing-grid",
4311
+ "id": "page-size-card",
4312
+ "requiredAttributes": {
4313
+ "oneOf": [
4314
+ "pager",
4315
+ "zg-pager"
4316
+ ]
4317
+ },
4318
+ "disallowedAttributes": [
4319
+ "zg-pager:page-size-card"
4320
+ ],
4321
+ "required": false,
4322
+ "notes": ""
4323
+ },
4324
+ {
4325
+ "scope": "zing-grid",
4326
+ "id": "page-size-options",
4327
+ "requiredAttributes": {
4328
+ "oneOf": [
4329
+ "pager",
4330
+ "zg-pager"
4331
+ ]
4332
+ },
4333
+ "disallowedAttributes": [
4334
+ "zg-pager:page-size-option",
4335
+ "zg-select:options"
4336
+ ],
4337
+ "required": false,
4338
+ "notes": ""
4339
+ },
4340
+ {
4341
+ "scope": "zing-grid",
4342
+ "id": "page-size-row",
4343
+ "requiredAttributes": {
4344
+ "oneOf": [
4345
+ "pager",
4346
+ "zg-pager"
4347
+ ]
4348
+ },
4349
+ "disallowedAttributes": [
4350
+ "zg-pager:page-size-row"
4351
+ ],
4352
+ "required": false,
4353
+ "notes": ""
4354
+ },
4355
+ {
4356
+ "scope": "zing-grid",
4357
+ "id": "pager",
4358
+ "requiredAttributes": {},
4359
+ "disallowedAttributes": [
4360
+ "zg-pager"
4361
+ ],
4362
+ "required": false,
4363
+ "notes": ""
4364
+ },
4365
+ {
4366
+ "scope": "zing-grid",
4367
+ "id": "pager-button-limit",
4368
+ "requiredAttributes": {
4369
+ "allOf": [
4370
+ "pager",
4371
+ "pager-type"
4372
+ ]
4373
+ },
4374
+ "disallowedAttributes": [
4375
+ "zg-pager:pager-buttom-limit"
4376
+ ],
4377
+ "required": false,
4378
+ "notes": ""
4379
+ },
4380
+ {
4381
+ "scope": "zing-grid",
4382
+ "id": "pager-position",
4383
+ "requiredAttributes": {
4384
+ "allOf": [
4385
+ "pager"
4386
+ ]
4387
+ },
4388
+ "disallowedAttributes": [
4389
+ "zg-pager:pager-position"
4390
+ ],
4391
+ "required": false,
4392
+ "notes": ""
4393
+ },
4394
+ {
4395
+ "scope": "zing-grid",
4396
+ "id": "pager-type",
4397
+ "requiredAttributes": {
4398
+ "allOf": [
4399
+ "pager"
4400
+ ]
4401
+ },
4402
+ "disallowedAttributes": [
4403
+ "zg-pager:pager-type"
4404
+ ],
4405
+ "required": false,
4406
+ "notes": ""
4407
+ },
4408
+ {
4409
+ "scope": "zing-grid",
4410
+ "id": "params",
4411
+ "requiredAttributes": {},
4412
+ "disallowedAttributes": [],
4413
+ "required": false,
4414
+ "notes": ""
4415
+ },
4416
+ {
4417
+ "scope": "zing-grid",
4418
+ "id": "preserve-state-id",
4419
+ "requiredAttributes": {},
4420
+ "disallowedAttributes": [],
4421
+ "required": false,
4422
+ "notes": ""
4423
+ },
4424
+ {
4425
+ "scope": "zing-grid",
4426
+ "id": "preserve-state-load",
4427
+ "requiredAttributes": {
4428
+ "allOf": [
4429
+ "preserve-state-id"
4430
+ ]
4431
+ },
4432
+ "disallowedAttributes": [],
4433
+ "required": false,
4434
+ "notes": ""
4435
+ },
4436
+ {
4437
+ "scope": "zing-grid",
4438
+ "id": "preserve-state-options",
4439
+ "requiredAttributes": {
4440
+ "allOf": [
4441
+ "preserve-state-id"
4442
+ ]
4443
+ },
4444
+ "disallowedAttributes": [],
4445
+ "required": false,
4446
+ "notes": ""
4447
+ },
4448
+ {
4449
+ "scope": "zing-grid",
4450
+ "id": "preserve-state-save",
4451
+ "requiredAttributes": {
4452
+ "allOf": [
4453
+ "preserve-state-id"
4454
+ ]
4455
+ },
4456
+ "disallowedAttributes": [],
4457
+ "required": false,
4458
+ "notes": ""
4459
+ },
4460
+ {
4461
+ "scope": "zing-grid",
4462
+ "id": "record-count",
4463
+ "requiredAttributes": {},
4464
+ "disallowedAttributes": [],
4465
+ "required": false,
4466
+ "notes": ""
4467
+ },
4468
+ {
4469
+ "scope": "zing-grid",
4470
+ "id": "record-duplicate",
4471
+ "requiredAttributes": {},
4472
+ "disallowedAttributes": [],
4473
+ "required": false,
4474
+ "notes": ""
4475
+ },
4476
+ {
4477
+ "scope": "zing-grid",
4478
+ "id": "record-key",
4479
+ "requiredAttributes": {
4480
+ "oneOf": [
4481
+ "data",
4482
+ "src",
4483
+ "zg-data:data",
4484
+ "zg-data:src",
4485
+ "zg-param:name:src"
4486
+ ]
4487
+ },
4488
+ "disallowedAttributes": [],
4489
+ "required": false,
4490
+ "notes": ""
4491
+ },
4492
+ {
4493
+ "scope": "zing-grid",
4494
+ "id": "row-class",
4495
+ "requiredAttributes": {},
4496
+ "disallowedAttributes": [],
4497
+ "required": false,
4498
+ "notes": ""
4499
+ },
4500
+ {
4501
+ "scope": "zing-grid",
4502
+ "id": "row-details-renderer",
4503
+ "requiredAttributes": {},
4504
+ "disallowedAttributes": [],
4505
+ "required": false,
4506
+ "notes": ""
4507
+ },
4508
+ {
4509
+ "scope": "zing-grid",
4510
+ "id": "row-details-template",
4511
+ "requiredAttributes": {},
4512
+ "disallowedAttributes": [],
4513
+ "required": false,
4514
+ "notes": ""
4515
+ },
4516
+ {
4517
+ "scope": "zing-grid",
4518
+ "id": "row-height",
4519
+ "requiredAttributes": {},
4520
+ "disallowedAttributes": [
4521
+ "compact"
4522
+ ],
4523
+ "required": false,
4524
+ "notes": ""
4525
+ },
4526
+ {
4527
+ "scope": "zing-grid",
4528
+ "id": "row-height-scope",
4529
+ "requiredAttributes": {
4530
+ "allOf": [
4531
+ "row-height"
4532
+ ]
4533
+ },
4534
+ "disallowedAttributes": [],
4535
+ "required": false,
4536
+ "notes": ""
4537
+ },
4538
+ {
4539
+ "scope": "zing-grid",
4540
+ "id": "row-selector",
4541
+ "requiredAttributes": {
4542
+ "allOf": [
4543
+ "editor-controls"
4544
+ ]
4545
+ },
4546
+ "disallowedAttributes": [],
4547
+ "required": false,
4548
+ "notes": ""
4549
+ },
4550
+ {
4551
+ "scope": "zing-grid",
4552
+ "id": "search",
4553
+ "requiredAttributes": {},
4554
+ "disallowedAttributes": [],
4555
+ "required": false,
4556
+ "notes": ""
4557
+ },
4558
+ {
4559
+ "scope": "zing-grid",
4560
+ "id": "selector",
4561
+ "requiredAttributes": {},
4562
+ "disallowedAttributes": [],
4563
+ "required": false,
4564
+ "notes": ""
4565
+ },
4566
+ {
4567
+ "scope": "zing-grid",
4568
+ "id": "server-rendered",
4569
+ "requiredAttributes": {},
4570
+ "disallowedAttributes": [],
4571
+ "required": false,
4572
+ "notes": ""
4573
+ },
4574
+ {
4575
+ "scope": "zing-grid",
4576
+ "id": "sort",
4577
+ "requiredAttributes": {},
4578
+ "disallowedAttributes": [
4579
+ "header-row-hide"
4580
+ ],
4581
+ "required": false,
4582
+ "notes": ""
4583
+ },
4584
+ {
4585
+ "scope": "zing-grid",
4586
+ "id": "sort-intl",
4587
+ "requiredAttributes": {
4588
+ "allOf": [
4589
+ "sort"
4590
+ ]
4591
+ },
4592
+ "disallowedAttributes": [],
4593
+ "required": false,
4594
+ "notes": ""
4595
+ },
4596
+ {
4597
+ "scope": "zing-grid",
4598
+ "id": "sorter",
4599
+ "requiredAttributes": {
4600
+ "allOf": [
4601
+ "sort"
4602
+ ]
4603
+ },
4604
+ "disallowedAttributes": [],
4605
+ "required": false,
4606
+ "notes": ""
4607
+ },
4608
+ {
4609
+ "scope": "zing-grid",
4610
+ "id": "source",
4611
+ "requiredAttributes": {},
4612
+ "disallowedAttributes": [
4613
+ "zg-source"
4614
+ ],
4615
+ "required": false,
4616
+ "notes": ""
4617
+ },
4618
+ {
4619
+ "scope": "zing-grid",
4620
+ "id": "src",
4621
+ "requiredAttributes": {},
4622
+ "disallowedAttributes": [
4623
+ "data",
4624
+ "zg-data:data",
4625
+ "zg-data:src",
4626
+ "zg-param:name:src"
4627
+ ],
4628
+ "required": false,
4629
+ "notes": ""
4630
+ },
4631
+ {
4632
+ "scope": "zing-grid",
4633
+ "id": "static-menu",
4634
+ "requiredAttributes": {},
4635
+ "disallowedAttributes": [],
4636
+ "required": false,
4637
+ "notes": ""
4638
+ },
4639
+ {
4640
+ "scope": "zing-grid",
4641
+ "id": "status-delay",
4642
+ "requiredAttributes": {},
4643
+ "disallowedAttributes": [],
4644
+ "required": false,
4645
+ "notes": ""
4646
+ },
4647
+ {
4648
+ "scope": "zing-grid",
4649
+ "id": "status-persist",
4650
+ "requiredAttributes": {},
4651
+ "disallowedAttributes": [],
4652
+ "required": false,
4653
+ "notes": ""
4654
+ },
4655
+ {
4656
+ "scope": "zing-grid",
4657
+ "id": "status-position",
4658
+ "requiredAttributes": {},
4659
+ "disallowedAttributes": [],
4660
+ "required": false,
4661
+ "notes": ""
4662
+ },
4663
+ {
4664
+ "scope": "zing-grid",
4665
+ "id": "template-end-delimiter",
4666
+ "requiredAttributes": {},
4667
+ "disallowedAttributes": [],
4668
+ "required": false,
4669
+ "notes": ""
4670
+ },
4671
+ {
4672
+ "scope": "zing-grid",
4673
+ "id": "template-start-delimiter",
4674
+ "requiredAttributes": {},
4675
+ "disallowedAttributes": [],
4676
+ "required": false,
4677
+ "notes": ""
4678
+ },
4679
+ {
4680
+ "scope": "zing-grid",
4681
+ "id": "theme",
4682
+ "requiredAttributes": {},
4683
+ "disallowedAttributes": [],
4684
+ "required": false,
4685
+ "notes": ""
4686
+ },
4687
+ {
4688
+ "scope": "zing-grid",
4689
+ "id": "type-selector-page-persist",
4690
+ "requiredAttributes": {
4691
+ "oneOf": [
4692
+ "row-selector",
4693
+ "zg-column:type:selector"
4694
+ ]
4695
+ },
4696
+ "disallowedAttributes": [],
4697
+ "required": false,
4698
+ "notes": ""
4699
+ },
4700
+ {
4701
+ "scope": "zing-grid",
4702
+ "id": "validation-error-message",
4703
+ "requiredAttributes": {
4704
+ "oneOf": [
4705
+ "editor",
4706
+ "editor-controls"
4707
+ ]
4708
+ },
4709
+ "disallowedAttributes": [],
4710
+ "required": false,
4711
+ "notes": "Editing must be enabled to use this feature. \nBuilt-in validation is applied according to the column type, \nand a custom validator can be specified via `validator`."
4712
+ },
4713
+ {
4714
+ "scope": "zing-grid",
4715
+ "id": "validation-required-message",
4716
+ "requiredAttributes": {
4717
+ "allOf": [
4718
+ "zg-column:required"
4719
+ ],
4720
+ "oneOf": [
4721
+ "editor",
4722
+ "editor-controls"
4723
+ ]
4724
+ },
4725
+ "disallowedAttributes": [],
4726
+ "required": false,
4727
+ "notes": ""
4728
+ },
4729
+ {
4730
+ "scope": "zing-grid",
4731
+ "id": "viewport",
4732
+ "requiredAttributes": {},
4733
+ "disallowedAttributes": [],
4734
+ "required": false,
4735
+ "notes": ""
4736
+ },
4737
+ {
4738
+ "scope": "zing-grid",
4739
+ "id": "viewport-pause",
4740
+ "requiredAttributes": {},
4741
+ "disallowedAttributes": [],
4742
+ "required": false,
4743
+ "notes": ""
4744
+ },
4745
+ {
4746
+ "scope": "zing-grid",
4747
+ "id": "viewport-stop",
4748
+ "requiredAttributes": {},
4749
+ "disallowedAttributes": [],
4750
+ "required": false,
4751
+ "notes": ""
4752
+ },
4753
+ {
4754
+ "scope": "zing-grid",
4755
+ "id": "viewport-types",
4756
+ "requiredAttributes": {},
4757
+ "disallowedAttributes": [],
4758
+ "required": false,
4759
+ "notes": ""
4760
+ },
4761
+ {
4762
+ "scope": "zing-grid",
4763
+ "id": "width",
4764
+ "requiredAttributes": {},
4765
+ "disallowedAttributes": [],
4766
+ "required": false,
4767
+ "notes": ""
4768
+ },
4769
+ {
4770
+ "scope": "zing-grid",
4771
+ "id": "zebra",
4772
+ "requiredAttributes": {},
4773
+ "disallowedAttributes": [],
4774
+ "required": false,
4775
+ "notes": ""
4776
+ }
4777
+ ]
4778
+ }