@next-bricks/advanced 0.1.9 → 0.1.10

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.
Files changed (2) hide show
  1. package/dist/types.json +1077 -63
  2. package/package.json +3 -3
package/dist/types.json CHANGED
@@ -1,79 +1,1093 @@
1
1
  {
2
- "advanced.general-table": [
3
- {
4
- "name": "RowDisabledProps",
5
- "type": "interface",
6
- "annotation": [
7
- {
8
- "type": "propertySignature",
9
- "name": "field",
10
- "property": {
11
- "type": "keyword",
12
- "value": "string"
2
+ "advanced.general-cascader": {
3
+ "properties": [
4
+ {
5
+ "name": "options",
6
+ "types": {
7
+ "type": "indexedAccess",
8
+ "objectType": {
9
+ "type": "reference",
10
+ "typeName": "AntdCascaderProps"
11
+ },
12
+ "indexType": {
13
+ "type": "literal",
14
+ "value": "options"
13
15
  }
14
- },
15
- {
16
- "type": "propertySignature",
17
- "name": "value",
18
- "property": {
19
- "type": "keyword",
20
- "value": "any"
16
+ }
17
+ },
18
+ {
19
+ "name": "fieldNames",
20
+ "types": {
21
+ "type": "indexedAccess",
22
+ "objectType": {
23
+ "type": "reference",
24
+ "typeName": "AntdCascaderProps"
25
+ },
26
+ "indexType": {
27
+ "type": "literal",
28
+ "value": "fieldNames"
21
29
  }
22
- },
23
- {
24
- "type": "propertySignature",
25
- "name": "operator",
26
- "property": {
27
- "type": "union",
28
- "types": [
29
- {
30
- "type": "literal",
31
- "value": "$eq"
32
- },
33
- {
34
- "type": "literal",
35
- "value": "$ne"
36
- },
37
- {
38
- "type": "literal",
39
- "value": "$lt"
40
- },
41
- {
42
- "type": "literal",
43
- "value": "$lte"
44
- },
45
- {
46
- "type": "literal",
47
- "value": "$gt"
48
- },
49
- {
50
- "type": "literal",
51
- "value": "$gte"
52
- },
30
+ }
31
+ },
32
+ {
33
+ "name": "value",
34
+ "types": {
35
+ "type": "indexedAccess",
36
+ "objectType": {
37
+ "type": "reference",
38
+ "typeName": "AntdCascaderProps"
39
+ },
40
+ "indexType": {
41
+ "type": "literal",
42
+ "value": "value"
43
+ }
44
+ }
45
+ },
46
+ {
47
+ "name": "placeholder",
48
+ "types": {
49
+ "type": "union",
50
+ "types": [
51
+ {
52
+ "type": "keyword",
53
+ "value": "string"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "name": "multiple",
60
+ "types": {
61
+ "type": "union",
62
+ "types": [
63
+ {
64
+ "type": "keyword",
65
+ "value": "boolean"
66
+ }
67
+ ]
68
+ }
69
+ },
70
+ {
71
+ "name": "disabled",
72
+ "types": {
73
+ "type": "union",
74
+ "types": [
75
+ {
76
+ "type": "keyword",
77
+ "value": "boolean"
78
+ }
79
+ ]
80
+ }
81
+ },
82
+ {
83
+ "name": "allowClear",
84
+ "types": {
85
+ "type": "union",
86
+ "types": [
87
+ {
88
+ "type": "keyword",
89
+ "value": "boolean"
90
+ }
91
+ ]
92
+ }
93
+ },
94
+ {
95
+ "name": "showSearch",
96
+ "types": {
97
+ "type": "union",
98
+ "types": [
99
+ {
100
+ "type": "keyword",
101
+ "value": "boolean"
102
+ }
103
+ ]
104
+ }
105
+ },
106
+ {
107
+ "name": "suffixIcon",
108
+ "types": {
109
+ "type": "union",
110
+ "types": [
111
+ {
112
+ "type": "reference",
113
+ "typeName": "GeneralIconProps"
114
+ }
115
+ ]
116
+ }
117
+ },
118
+ {
119
+ "name": "expandTrigger",
120
+ "types": {
121
+ "type": "indexedAccess",
122
+ "objectType": {
123
+ "type": "reference",
124
+ "typeName": "AntdCascaderProps"
125
+ },
126
+ "indexType": {
127
+ "type": "literal",
128
+ "value": "expandTrigger"
129
+ }
130
+ }
131
+ },
132
+ {
133
+ "name": "popupPlacement",
134
+ "types": {
135
+ "type": "indexedAccess",
136
+ "objectType": {
137
+ "type": "reference",
138
+ "typeName": "AntdCascaderProps"
139
+ },
140
+ "indexType": {
141
+ "type": "literal",
142
+ "value": "placement"
143
+ }
144
+ }
145
+ },
146
+ {
147
+ "name": "size",
148
+ "types": {
149
+ "type": "indexedAccess",
150
+ "objectType": {
151
+ "type": "reference",
152
+ "typeName": "AntdCascaderProps"
153
+ },
154
+ "indexType": {
155
+ "type": "literal",
156
+ "value": "size"
157
+ }
158
+ }
159
+ },
160
+ {
161
+ "name": "limit",
162
+ "types": {
163
+ "type": "union",
164
+ "types": [
165
+ {
166
+ "type": "keyword",
167
+ "value": "number"
168
+ }
169
+ ]
170
+ }
171
+ },
172
+ {
173
+ "name": "maxTagCount",
174
+ "types": {
175
+ "type": "union",
176
+ "types": [
177
+ {
178
+ "type": "keyword",
179
+ "value": "number"
180
+ },
181
+ {
182
+ "type": "literal",
183
+ "value": "responsive"
184
+ }
185
+ ]
186
+ }
187
+ },
188
+ {
189
+ "name": "cascaderStyle",
190
+ "types": {
191
+ "type": "union",
192
+ "types": [
193
+ {
194
+ "type": "reference",
195
+ "typeName": "CSSProperties"
196
+ }
197
+ ]
198
+ }
199
+ }
200
+ ],
201
+ "events": [
202
+ {
203
+ "name": "cascader.change",
204
+ "types": {
205
+ "type": "typeLiteral",
206
+ "members": [
207
+ {
208
+ "type": "propertySignature",
209
+ "name": "value",
210
+ "property": {
211
+ "type": "indexedAccess",
212
+ "objectType": {
213
+ "type": "reference",
214
+ "typeName": "AntdCascaderProps"
215
+ },
216
+ "indexType": {
217
+ "type": "literal",
218
+ "value": "value"
219
+ }
220
+ }
221
+ },
222
+ {
223
+ "type": "propertySignature",
224
+ "name": "selectedOptions",
225
+ "property": {
226
+ "type": "union",
227
+ "types": [
228
+ {
229
+ "type": "array",
230
+ "elementType": {
231
+ "type": "reference",
232
+ "typeName": "DefaultOptionType"
233
+ }
234
+ },
235
+ {
236
+ "type": "array",
237
+ "elementType": {
238
+ "type": "array",
239
+ "elementType": {
240
+ "type": "reference",
241
+ "typeName": "DefaultOptionType"
242
+ }
243
+ }
244
+ }
245
+ ]
246
+ }
247
+ }
248
+ ]
249
+ }
250
+ }
251
+ ]
252
+ },
253
+ "advanced.general-table": {
254
+ "properties": [
255
+ {
256
+ "name": "showCard"
257
+ },
258
+ {
259
+ "name": "rowSelection",
260
+ "types": {
261
+ "type": "union",
262
+ "types": [
263
+ {
264
+ "type": "literal",
265
+ "value": false
266
+ },
267
+ {
268
+ "type": "reference",
269
+ "typeName": "TableRowSelection",
270
+ "typeParameters": [
271
+ {
272
+ "type": "keyword",
273
+ "value": "any"
274
+ }
275
+ ]
276
+ }
277
+ ]
278
+ }
279
+ },
280
+ {
281
+ "name": "rowKey",
282
+ "types": {
283
+ "type": "union",
284
+ "types": [
285
+ {
286
+ "type": "keyword",
287
+ "value": "string"
288
+ }
289
+ ]
290
+ }
291
+ },
292
+ {
293
+ "name": "hiddenColumns",
294
+ "types": {
295
+ "type": "union",
296
+ "types": [
297
+ {
298
+ "type": "reference",
299
+ "typeName": "Array",
300
+ "typeParameters": [
301
+ {
302
+ "type": "union",
303
+ "types": [
304
+ {
305
+ "type": "keyword",
306
+ "value": "string"
307
+ },
308
+ {
309
+ "type": "keyword",
310
+ "value": "number"
311
+ }
312
+ ]
313
+ }
314
+ ]
315
+ }
316
+ ]
317
+ }
318
+ },
319
+ {
320
+ "name": "showSelectInfo"
321
+ },
322
+ {
323
+ "name": "filters",
324
+ "types": {
325
+ "type": "union",
326
+ "types": [
327
+ {
328
+ "type": "reference",
329
+ "typeName": "Record",
330
+ "typeParameters": [
331
+ {
332
+ "type": "keyword",
333
+ "value": "string"
334
+ },
335
+ {
336
+ "type": "array",
337
+ "elementType": {
338
+ "type": "keyword",
339
+ "value": "string"
340
+ }
341
+ }
342
+ ]
343
+ }
344
+ ]
345
+ }
346
+ },
347
+ {
348
+ "name": "configProps",
349
+ "types": {
350
+ "type": "keyword",
351
+ "value": "any"
352
+ }
353
+ },
354
+ {
355
+ "name": "sort",
356
+ "types": {
357
+ "type": "union",
358
+ "types": [
359
+ {
360
+ "type": "keyword",
361
+ "value": "string"
362
+ },
363
+ {
364
+ "type": "keyword",
365
+ "value": "null"
366
+ }
367
+ ]
368
+ }
369
+ },
370
+ {
371
+ "name": "order",
372
+ "types": {
373
+ "type": "union",
374
+ "types": [
375
+ {
376
+ "type": "keyword",
377
+ "value": "string"
378
+ },
379
+ {
380
+ "type": "keyword",
381
+ "value": "number"
382
+ },
383
+ {
384
+ "type": "keyword",
385
+ "value": "null"
386
+ }
387
+ ]
388
+ }
389
+ },
390
+ {
391
+ "name": "rowDisabledConfig",
392
+ "types": {
393
+ "type": "union",
394
+ "types": [
395
+ {
396
+ "type": "reference",
397
+ "typeName": "RowDisabledProps"
398
+ },
399
+ {
400
+ "type": "array",
401
+ "elementType": {
402
+ "type": "reference",
403
+ "typeName": "RowDisabledProps"
404
+ }
405
+ }
406
+ ]
407
+ }
408
+ },
409
+ {
410
+ "name": "expandedRowBrick",
411
+ "types": {
412
+ "type": "union",
413
+ "types": [
414
+ {
415
+ "type": "typeLiteral",
416
+ "members": [
417
+ {
418
+ "type": "propertySignature",
419
+ "name": "useBrick",
420
+ "property": {
421
+ "type": "reference",
422
+ "typeName": "UseSingleBrickConf"
423
+ }
424
+ }
425
+ ]
426
+ }
427
+ ]
428
+ }
429
+ },
430
+ {
431
+ "name": "expandIcon",
432
+ "types": {
433
+ "type": "union",
434
+ "types": [
435
+ {
436
+ "type": "typeLiteral",
437
+ "members": [
438
+ {
439
+ "type": "propertySignature",
440
+ "name": "collapsedIcon",
441
+ "property": {
442
+ "type": "reference",
443
+ "typeName": "GeneralIconProps"
444
+ }
445
+ },
446
+ {
447
+ "type": "propertySignature",
448
+ "name": "expandedIcon",
449
+ "property": {
450
+ "type": "reference",
451
+ "typeName": "GeneralIconProps"
452
+ }
453
+ }
454
+ ]
455
+ }
456
+ ]
457
+ }
458
+ },
459
+ {
460
+ "name": "expandIconAsCell"
461
+ },
462
+ {
463
+ "name": "expandIconColumnIndex",
464
+ "types": {
465
+ "type": "union",
466
+ "types": [
467
+ {
468
+ "type": "keyword",
469
+ "value": "number"
470
+ }
471
+ ]
472
+ }
473
+ },
474
+ {
475
+ "name": "expandRowByClick",
476
+ "types": {
477
+ "type": "union",
478
+ "types": [
479
+ {
480
+ "type": "keyword",
481
+ "value": "boolean"
482
+ }
483
+ ]
484
+ }
485
+ },
486
+ {
487
+ "name": "optimizedColumns",
488
+ "types": {
489
+ "type": "union",
490
+ "types": [
491
+ {
492
+ "type": "reference",
493
+ "typeName": "Array",
494
+ "typeParameters": [
495
+ {
496
+ "type": "union",
497
+ "types": [
498
+ {
499
+ "type": "keyword",
500
+ "value": "string"
501
+ },
502
+ {
503
+ "type": "keyword",
504
+ "value": "number"
505
+ }
506
+ ]
507
+ }
508
+ ]
509
+ }
510
+ ]
511
+ }
512
+ },
513
+ {
514
+ "name": "stripEmptyExpandableChildren"
515
+ },
516
+ {
517
+ "name": "defaultExpandAllRows",
518
+ "types": {
519
+ "type": "union",
520
+ "types": [
521
+ {
522
+ "type": "keyword",
523
+ "value": "boolean"
524
+ }
525
+ ]
526
+ }
527
+ },
528
+ {
529
+ "name": "ellipsisInfo",
530
+ "types": {
531
+ "type": "union",
532
+ "types": [
533
+ {
534
+ "type": "keyword",
535
+ "value": "boolean"
536
+ }
537
+ ]
538
+ }
539
+ },
540
+ {
541
+ "name": "expandedRowKeys",
542
+ "types": {
543
+ "type": "union",
544
+ "types": [
545
+ {
546
+ "type": "array",
547
+ "elementType": {
548
+ "type": "keyword",
549
+ "value": "string"
550
+ }
551
+ }
552
+ ]
553
+ }
554
+ },
555
+ {
556
+ "name": "selectAllChildren",
557
+ "types": {
558
+ "type": "union",
559
+ "types": [
560
+ {
561
+ "type": "keyword",
562
+ "value": "boolean"
563
+ }
564
+ ]
565
+ }
566
+ },
567
+ {
568
+ "name": "defaultSelectAll",
569
+ "types": {
570
+ "type": "union",
571
+ "types": [
572
+ {
573
+ "type": "keyword",
574
+ "value": "boolean"
575
+ }
576
+ ]
577
+ }
578
+ },
579
+ {
580
+ "name": "childrenColumnName"
581
+ },
582
+ {
583
+ "name": "sortable"
584
+ },
585
+ {
586
+ "name": "frontSearch",
587
+ "types": {
588
+ "type": "union",
589
+ "types": [
590
+ {
591
+ "type": "keyword",
592
+ "value": "boolean"
593
+ }
594
+ ]
595
+ }
596
+ },
597
+ {
598
+ "name": "frontSearchQuery"
599
+ },
600
+ {
601
+ "name": "exactSearch",
602
+ "types": {
603
+ "type": "union",
604
+ "types": [
605
+ {
606
+ "type": "keyword",
607
+ "value": "boolean"
608
+ }
609
+ ]
610
+ }
611
+ },
612
+ {
613
+ "name": "frontSearchFilterKeys",
614
+ "types": {
615
+ "type": "union",
616
+ "types": [
617
+ {
618
+ "type": "array",
619
+ "elementType": {
620
+ "type": "keyword",
621
+ "value": "string"
622
+ }
623
+ }
624
+ ]
625
+ }
626
+ },
627
+ {
628
+ "name": "page",
629
+ "types": {
630
+ "type": "union",
631
+ "types": [
632
+ {
633
+ "type": "keyword",
634
+ "value": "number"
635
+ }
636
+ ]
637
+ }
638
+ },
639
+ {
640
+ "name": "pageSize",
641
+ "types": {
642
+ "type": "union",
643
+ "types": [
644
+ {
645
+ "type": "keyword",
646
+ "value": "number"
647
+ }
648
+ ]
649
+ }
650
+ },
651
+ {
652
+ "name": "scrollConfigs",
653
+ "types": {
654
+ "type": "indexedAccess",
655
+ "objectType": {
656
+ "type": "reference",
657
+ "typeName": "TableProps",
658
+ "typeParameters": [
53
659
  {
54
- "type": "literal",
55
- "value": "$isEqual"
56
- },
660
+ "type": "keyword",
661
+ "value": "any"
662
+ }
663
+ ]
664
+ },
665
+ "indexType": {
666
+ "type": "literal",
667
+ "value": "scroll"
668
+ }
669
+ }
670
+ },
671
+ {
672
+ "name": "qField"
673
+ },
674
+ {
675
+ "name": "tableDraggable",
676
+ "types": {
677
+ "type": "union",
678
+ "types": [
679
+ {
680
+ "type": "keyword",
681
+ "value": "boolean"
682
+ }
683
+ ]
684
+ }
685
+ },
686
+ {
687
+ "name": "zebraPattern",
688
+ "types": {
689
+ "type": "union",
690
+ "types": [
691
+ {
692
+ "type": "keyword",
693
+ "value": "boolean"
694
+ }
695
+ ]
696
+ }
697
+ },
698
+ {
699
+ "name": "storeCheckedByUrl",
700
+ "types": {
701
+ "type": "union",
702
+ "types": [
703
+ {
704
+ "type": "keyword",
705
+ "value": "boolean"
706
+ }
707
+ ]
708
+ }
709
+ },
710
+ {
711
+ "name": "extraRows",
712
+ "types": {
713
+ "type": "array",
714
+ "elementType": {
715
+ "type": "reference",
716
+ "typeName": "Record",
717
+ "typeParameters": [
57
718
  {
58
- "type": "literal",
59
- "value": "$notEqual"
719
+ "type": "keyword",
720
+ "value": "string"
60
721
  },
61
722
  {
62
- "type": "literal",
63
- "value": "$in"
723
+ "type": "keyword",
724
+ "value": "any"
725
+ }
726
+ ]
727
+ }
728
+ }
729
+ },
730
+ {
731
+ "name": "autoSelectParentWhenAllChildrenSelected",
732
+ "types": {
733
+ "type": "union",
734
+ "types": [
735
+ {
736
+ "type": "keyword",
737
+ "value": "boolean"
738
+ }
739
+ ]
740
+ }
741
+ },
742
+ {
743
+ "name": "thTransparent",
744
+ "types": {
745
+ "type": "union",
746
+ "types": [
747
+ {
748
+ "type": "keyword",
749
+ "value": "boolean"
750
+ }
751
+ ]
752
+ }
753
+ },
754
+ {
755
+ "name": "showHeader"
756
+ },
757
+ {
758
+ "name": "pagination",
759
+ "types": {
760
+ "type": "union",
761
+ "types": [
762
+ {
763
+ "type": "literal",
764
+ "value": false
765
+ },
766
+ {
767
+ "type": "reference",
768
+ "typeName": "TablePaginationConfig"
769
+ }
770
+ ]
771
+ }
772
+ },
773
+ {
774
+ "name": "size",
775
+ "types": {
776
+ "type": "reference",
777
+ "typeName": "SizeType"
778
+ }
779
+ },
780
+ {
781
+ "name": "type",
782
+ "types": {
783
+ "type": "union",
784
+ "types": [
785
+ {
786
+ "type": "reference",
787
+ "typeName": "RowSelectionType"
788
+ }
789
+ ]
790
+ }
791
+ },
792
+ {
793
+ "name": "shouldUpdateUrlParams"
794
+ },
795
+ {
796
+ "name": "shouldRenderWhenUrlParamsUpdate"
797
+ },
798
+ {
799
+ "name": "selectedRowKeys",
800
+ "types": {
801
+ "type": "array",
802
+ "elementType": {
803
+ "type": "reference",
804
+ "qualified": {
805
+ "type": "qualifiedName",
806
+ "left": {
807
+ "type": "identifier",
808
+ "value": "React"
64
809
  },
810
+ "right": {
811
+ "type": "identifier",
812
+ "value": "Key"
813
+ }
814
+ }
815
+ }
816
+ }
817
+ }
818
+ ],
819
+ "events": [
820
+ {
821
+ "name": "page.update",
822
+ "types": {
823
+ "type": "reference",
824
+ "typeName": "Record",
825
+ "typeParameters": [
826
+ {
827
+ "type": "keyword",
828
+ "value": "string"
829
+ },
830
+ {
831
+ "type": "keyword",
832
+ "value": "number"
833
+ }
834
+ ]
835
+ }
836
+ },
837
+ {
838
+ "name": "filter.update",
839
+ "types": {
840
+ "type": "reference",
841
+ "typeName": "Record",
842
+ "typeParameters": [
843
+ {
844
+ "type": "keyword",
845
+ "value": "string"
846
+ },
847
+ {
848
+ "type": "keyword",
849
+ "value": "number"
850
+ }
851
+ ]
852
+ }
853
+ },
854
+ {
855
+ "name": "select.update",
856
+ "types": {
857
+ "type": "array",
858
+ "elementType": {
859
+ "type": "reference",
860
+ "typeName": "Record",
861
+ "typeParameters": [
65
862
  {
66
- "type": "literal",
67
- "value": "$nin"
863
+ "type": "keyword",
864
+ "value": "string"
68
865
  },
69
866
  {
70
- "type": "literal",
71
- "value": "$exists"
867
+ "type": "keyword",
868
+ "value": "any"
72
869
  }
73
870
  ]
74
871
  }
75
872
  }
76
- ]
77
- }
78
- ]
873
+ },
874
+ {
875
+ "name": "select.row.keys.update",
876
+ "types": {
877
+ "type": "array",
878
+ "elementType": {
879
+ "type": "keyword",
880
+ "value": "string"
881
+ }
882
+ }
883
+ },
884
+ {
885
+ "name": "sort.update",
886
+ "types": {
887
+ "type": "typeLiteral",
888
+ "members": [
889
+ {
890
+ "type": "propertySignature",
891
+ "name": "sort",
892
+ "property": {
893
+ "type": "keyword",
894
+ "value": "string"
895
+ }
896
+ },
897
+ {
898
+ "type": "propertySignature",
899
+ "name": "order",
900
+ "property": {
901
+ "type": "union",
902
+ "types": [
903
+ {
904
+ "type": "keyword",
905
+ "value": "string"
906
+ },
907
+ {
908
+ "type": "keyword",
909
+ "value": "number"
910
+ }
911
+ ]
912
+ }
913
+ }
914
+ ]
915
+ }
916
+ },
917
+ {
918
+ "name": "row.expand",
919
+ "types": {
920
+ "type": "typeLiteral",
921
+ "members": [
922
+ {
923
+ "type": "propertySignature",
924
+ "name": "expanded",
925
+ "property": {
926
+ "type": "keyword",
927
+ "value": "boolean"
928
+ }
929
+ },
930
+ {
931
+ "type": "propertySignature",
932
+ "name": "record",
933
+ "property": {
934
+ "type": "reference",
935
+ "typeName": "Record",
936
+ "typeParameters": [
937
+ {
938
+ "type": "keyword",
939
+ "value": "string"
940
+ },
941
+ {
942
+ "type": "keyword",
943
+ "value": "any"
944
+ }
945
+ ]
946
+ }
947
+ }
948
+ ]
949
+ }
950
+ },
951
+ {
952
+ "name": "expand.rows.change",
953
+ "types": {
954
+ "type": "typeLiteral",
955
+ "members": [
956
+ {
957
+ "type": "propertySignature",
958
+ "name": "expandedRows",
959
+ "property": {
960
+ "type": "array",
961
+ "elementType": {
962
+ "type": "reference",
963
+ "qualified": {
964
+ "type": "qualifiedName",
965
+ "left": {
966
+ "type": "identifier",
967
+ "value": "React"
968
+ },
969
+ "right": {
970
+ "type": "identifier",
971
+ "value": "Key"
972
+ }
973
+ }
974
+ }
975
+ }
976
+ }
977
+ ]
978
+ }
979
+ },
980
+ {
981
+ "name": "row.drag",
982
+ "types": {
983
+ "type": "typeLiteral",
984
+ "members": [
985
+ {
986
+ "type": "propertySignature",
987
+ "name": "data",
988
+ "property": {
989
+ "type": "array",
990
+ "elementType": {
991
+ "type": "reference",
992
+ "typeName": "Record",
993
+ "typeParameters": [
994
+ {
995
+ "type": "keyword",
996
+ "value": "string"
997
+ },
998
+ {
999
+ "type": "keyword",
1000
+ "value": "any"
1001
+ }
1002
+ ]
1003
+ }
1004
+ }
1005
+ }
1006
+ ]
1007
+ }
1008
+ }
1009
+ ],
1010
+ "methods": [
1011
+ {
1012
+ "name": "filterSourceData"
1013
+ }
1014
+ ],
1015
+ "types": [
1016
+ {
1017
+ "name": "RowDisabledProps",
1018
+ "type": "interface",
1019
+ "annotation": [
1020
+ {
1021
+ "type": "propertySignature",
1022
+ "name": "field",
1023
+ "property": {
1024
+ "type": "keyword",
1025
+ "value": "string"
1026
+ }
1027
+ },
1028
+ {
1029
+ "type": "propertySignature",
1030
+ "name": "value",
1031
+ "property": {
1032
+ "type": "keyword",
1033
+ "value": "any"
1034
+ }
1035
+ },
1036
+ {
1037
+ "type": "propertySignature",
1038
+ "name": "operator",
1039
+ "property": {
1040
+ "type": "union",
1041
+ "types": [
1042
+ {
1043
+ "type": "literal",
1044
+ "value": "$eq"
1045
+ },
1046
+ {
1047
+ "type": "literal",
1048
+ "value": "$ne"
1049
+ },
1050
+ {
1051
+ "type": "literal",
1052
+ "value": "$lt"
1053
+ },
1054
+ {
1055
+ "type": "literal",
1056
+ "value": "$lte"
1057
+ },
1058
+ {
1059
+ "type": "literal",
1060
+ "value": "$gt"
1061
+ },
1062
+ {
1063
+ "type": "literal",
1064
+ "value": "$gte"
1065
+ },
1066
+ {
1067
+ "type": "literal",
1068
+ "value": "$isEqual"
1069
+ },
1070
+ {
1071
+ "type": "literal",
1072
+ "value": "$notEqual"
1073
+ },
1074
+ {
1075
+ "type": "literal",
1076
+ "value": "$in"
1077
+ },
1078
+ {
1079
+ "type": "literal",
1080
+ "value": "$nin"
1081
+ },
1082
+ {
1083
+ "type": "literal",
1084
+ "value": "$exists"
1085
+ }
1086
+ ]
1087
+ }
1088
+ }
1089
+ ]
1090
+ }
1091
+ ]
1092
+ }
79
1093
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/advanced",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/basic",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,8 +34,8 @@
34
34
  "postpublish": "mv package.json.bak package.json"
35
35
  },
36
36
  "devDependencies": {
37
- "@next-core/build-next-bricks": "^1.9.0",
37
+ "@next-core/build-next-bricks": "^1.10.0",
38
38
  "@next-core/test-next": "^1.0.6"
39
39
  },
40
- "gitHead": "17a18f696648ddc1417ec395d5b46a28a9dc386c"
40
+ "gitHead": "d24d177295f0f3edbf6d28b1d9b6ae87c2f506ec"
41
41
  }