playbook-ui 16.8.0 → 16.9.0-alpha.PLAY296917309
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.vite/manifest.json +34 -34
- package/dist/ai/all-schemas.json +156 -66
- package/dist/ai/index.json +2 -2
- package/dist/ai/kits/advanced_table.schema.json +0 -12
- package/dist/ai/kits/badge.schema.json +1 -1
- package/dist/ai/kits/button_toolbar.schema.json +1 -1
- package/dist/ai/kits/checkbox.schema.json +1 -1
- package/dist/ai/kits/circle_icon_button.schema.json +1 -1
- package/dist/ai/kits/date_picker.schema.json +9 -1
- package/dist/ai/kits/file_upload.schema.json +2 -2
- package/dist/ai/kits/filter.schema.json +94 -29
- package/dist/ai/kits/fixed_confirmation_toast.schema.json +1 -1
- package/dist/ai/kits/form_pill.schema.json +1 -1
- package/dist/ai/kits/icon_button.schema.json +1 -1
- package/dist/ai/kits/loading_inline.schema.json +18 -2
- package/dist/ai/kits/passphrase.schema.json +13 -0
- package/dist/ai/kits/pb_bar_graph.schema.json +1 -1
- package/dist/ai/kits/pb_circle_chart.schema.json +1 -1
- package/dist/ai/kits/pb_gauge_chart.schema.json +1 -1
- package/dist/ai/kits/pb_line_graph.schema.json +1 -1
- package/dist/ai/kits/phone_number_input.schema.json +2 -2
- package/dist/ai/kits/select.schema.json +1 -1
- package/dist/ai/kits/selectable_card.schema.json +1 -1
- package/dist/ai/kits/selectable_card_icon.schema.json +1 -1
- package/dist/ai/kits/text_input.schema.json +1 -1
- package/dist/ai/kits/textarea.schema.json +1 -1
- package/dist/ai/kits/toggle.schema.json +1 -1
- package/dist/ai/kits/typeahead.schema.json +1 -1
- package/dist/charts.js +1 -1
- package/dist/chunks/{_pb_line_graph-CGu1lYnQ.js → _pb_line_graph-CtCojY_S.js} +1 -1
- package/dist/chunks/_typeahead-CvKcMcSg.js +5 -0
- package/dist/chunks/{globalProps-Beyz8iS2.js → globalProps-BkLcOUZ1.js} +1 -1
- package/dist/chunks/lib-C_55jUZx.js +29 -0
- package/dist/chunks/time_picker_helper-CVMV9ync.js +1 -0
- package/dist/chunks/vendor.js +5 -5
- package/dist/playbook-charts.js +1 -1
- package/dist/playbook-rails-charts-bindings.js +1 -1
- package/dist/playbook-rails-react-bindings.js +1 -1
- package/dist/playbook-rails.js +1 -1
- package/dist/playbook.css +1 -1
- package/dist/playbook.js +1 -1
- package/package.json +1 -1
- package/dist/chunks/_typeahead-DYADefhS.js +0 -5
- package/dist/chunks/lazysizes-B7xYodB-.js +0 -1
- package/dist/chunks/lib-DCylf5uW.js +0 -29
package/dist/.vite/manifest.json
CHANGED
|
@@ -1,37 +1,33 @@
|
|
|
1
1
|
{
|
|
2
|
-
"__pb_line_graph-
|
|
3
|
-
"file": "chunks/_pb_line_graph-
|
|
2
|
+
"__pb_line_graph-CtCojY_S.js": {
|
|
3
|
+
"file": "chunks/_pb_line_graph-CtCojY_S.js",
|
|
4
4
|
"name": "_pb_line_graph",
|
|
5
5
|
"imports": [
|
|
6
|
-
"_globalProps-
|
|
7
|
-
"_lib-
|
|
6
|
+
"_globalProps-BkLcOUZ1.js",
|
|
7
|
+
"_lib-C_55jUZx.js"
|
|
8
8
|
]
|
|
9
9
|
},
|
|
10
|
-
"__typeahead-
|
|
11
|
-
"file": "chunks/_typeahead-
|
|
10
|
+
"__typeahead-CvKcMcSg.js": {
|
|
11
|
+
"file": "chunks/_typeahead-CvKcMcSg.js",
|
|
12
12
|
"name": "_typeahead",
|
|
13
13
|
"imports": [
|
|
14
|
-
"_globalProps-
|
|
15
|
-
"_lib-
|
|
14
|
+
"_globalProps-BkLcOUZ1.js",
|
|
15
|
+
"_lib-C_55jUZx.js"
|
|
16
16
|
]
|
|
17
17
|
},
|
|
18
18
|
"_componentRegistry-DRSp5D_e.js": {
|
|
19
19
|
"file": "chunks/componentRegistry-DRSp5D_e.js",
|
|
20
20
|
"name": "componentRegistry"
|
|
21
21
|
},
|
|
22
|
-
"_globalProps-
|
|
23
|
-
"file": "chunks/globalProps-
|
|
22
|
+
"_globalProps-BkLcOUZ1.js": {
|
|
23
|
+
"file": "chunks/globalProps-BkLcOUZ1.js",
|
|
24
24
|
"name": "globalProps",
|
|
25
25
|
"imports": [
|
|
26
|
-
"_lib-
|
|
26
|
+
"_lib-C_55jUZx.js"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
|
-
"
|
|
30
|
-
"file": "chunks/
|
|
31
|
-
"name": "lazysizes"
|
|
32
|
-
},
|
|
33
|
-
"_lib-DCylf5uW.js": {
|
|
34
|
-
"file": "chunks/lib-DCylf5uW.js",
|
|
29
|
+
"_lib-C_55jUZx.js": {
|
|
30
|
+
"file": "chunks/lib-C_55jUZx.js",
|
|
35
31
|
"name": "lib",
|
|
36
32
|
"css": [
|
|
37
33
|
"lib.css"
|
|
@@ -41,15 +37,19 @@
|
|
|
41
37
|
"file": "lib.css",
|
|
42
38
|
"src": "_lib.css"
|
|
43
39
|
},
|
|
40
|
+
"_time_picker_helper-CVMV9ync.js": {
|
|
41
|
+
"file": "chunks/time_picker_helper-CVMV9ync.js",
|
|
42
|
+
"name": "time_picker_helper"
|
|
43
|
+
},
|
|
44
44
|
"entrypoints/playbook-charts.js": {
|
|
45
45
|
"file": "playbook-charts.js",
|
|
46
46
|
"name": "entrypoints/playbook-charts.js",
|
|
47
47
|
"src": "entrypoints/playbook-charts.js",
|
|
48
48
|
"isEntry": true,
|
|
49
49
|
"imports": [
|
|
50
|
-
"__pb_line_graph-
|
|
51
|
-
"_globalProps-
|
|
52
|
-
"_lib-
|
|
50
|
+
"__pb_line_graph-CtCojY_S.js",
|
|
51
|
+
"_globalProps-BkLcOUZ1.js",
|
|
52
|
+
"_lib-C_55jUZx.js"
|
|
53
53
|
]
|
|
54
54
|
},
|
|
55
55
|
"entrypoints/playbook-rails-charts-bindings.js": {
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"isEntry": true,
|
|
60
60
|
"imports": [
|
|
61
61
|
"_componentRegistry-DRSp5D_e.js",
|
|
62
|
-
"__pb_line_graph-
|
|
63
|
-
"_globalProps-
|
|
64
|
-
"_lib-
|
|
62
|
+
"__pb_line_graph-CtCojY_S.js",
|
|
63
|
+
"_globalProps-BkLcOUZ1.js",
|
|
64
|
+
"_lib-C_55jUZx.js"
|
|
65
65
|
]
|
|
66
66
|
},
|
|
67
67
|
"entrypoints/playbook-rails-react-bindings.js": {
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
"isEntry": true,
|
|
72
72
|
"imports": [
|
|
73
73
|
"_componentRegistry-DRSp5D_e.js",
|
|
74
|
-
"__typeahead-
|
|
75
|
-
"_globalProps-
|
|
76
|
-
"_lib-
|
|
74
|
+
"__typeahead-CvKcMcSg.js",
|
|
75
|
+
"_globalProps-BkLcOUZ1.js",
|
|
76
|
+
"_lib-C_55jUZx.js"
|
|
77
77
|
]
|
|
78
78
|
},
|
|
79
79
|
"entrypoints/playbook-rails.js": {
|
|
@@ -82,11 +82,11 @@
|
|
|
82
82
|
"src": "entrypoints/playbook-rails.js",
|
|
83
83
|
"isEntry": true,
|
|
84
84
|
"imports": [
|
|
85
|
-
"_lib-
|
|
86
|
-
"__typeahead-
|
|
87
|
-
"
|
|
85
|
+
"_lib-C_55jUZx.js",
|
|
86
|
+
"__typeahead-CvKcMcSg.js",
|
|
87
|
+
"_time_picker_helper-CVMV9ync.js",
|
|
88
88
|
"entrypoints/playbook-rails-react-bindings.js",
|
|
89
|
-
"_globalProps-
|
|
89
|
+
"_globalProps-BkLcOUZ1.js",
|
|
90
90
|
"_componentRegistry-DRSp5D_e.js"
|
|
91
91
|
]
|
|
92
92
|
},
|
|
@@ -97,10 +97,10 @@
|
|
|
97
97
|
"isEntry": true,
|
|
98
98
|
"imports": [
|
|
99
99
|
"entrypoints/playbook.js",
|
|
100
|
-
"
|
|
101
|
-
"__typeahead-
|
|
102
|
-
"_lib-
|
|
103
|
-
"_globalProps-
|
|
100
|
+
"_time_picker_helper-CVMV9ync.js",
|
|
101
|
+
"__typeahead-CvKcMcSg.js",
|
|
102
|
+
"_lib-C_55jUZx.js",
|
|
103
|
+
"_globalProps-BkLcOUZ1.js"
|
|
104
104
|
]
|
|
105
105
|
},
|
|
106
106
|
"entrypoints/playbook.scss": {
|
package/dist/ai/all-schemas.json
CHANGED
|
@@ -1035,18 +1035,6 @@
|
|
|
1035
1035
|
"react"
|
|
1036
1036
|
]
|
|
1037
1037
|
},
|
|
1038
|
-
"allowFullScreen": {
|
|
1039
|
-
"type": "boolean",
|
|
1040
|
-
"platforms": [
|
|
1041
|
-
"react"
|
|
1042
|
-
]
|
|
1043
|
-
},
|
|
1044
|
-
"fullScreenControl": {
|
|
1045
|
-
"type": "function",
|
|
1046
|
-
"platforms": [
|
|
1047
|
-
"react"
|
|
1048
|
-
]
|
|
1049
|
-
},
|
|
1050
1038
|
"enableSorting": {
|
|
1051
1039
|
"type": "boolean",
|
|
1052
1040
|
"platforms": [
|
|
@@ -1422,7 +1410,7 @@
|
|
|
1422
1410
|
]
|
|
1423
1411
|
},
|
|
1424
1412
|
"removeOnClick": {
|
|
1425
|
-
"type": "
|
|
1413
|
+
"type": "function",
|
|
1426
1414
|
"platforms": [
|
|
1427
1415
|
"react"
|
|
1428
1416
|
]
|
|
@@ -1831,7 +1819,7 @@
|
|
|
1831
1819
|
],
|
|
1832
1820
|
"props": {
|
|
1833
1821
|
"onClick": {
|
|
1834
|
-
"type": "
|
|
1822
|
+
"type": "function",
|
|
1835
1823
|
"platforms": [
|
|
1836
1824
|
"react"
|
|
1837
1825
|
]
|
|
@@ -2221,7 +2209,7 @@
|
|
|
2221
2209
|
]
|
|
2222
2210
|
},
|
|
2223
2211
|
"onChange": {
|
|
2224
|
-
"type": "
|
|
2212
|
+
"type": "function",
|
|
2225
2213
|
"platforms": [
|
|
2226
2214
|
"react"
|
|
2227
2215
|
]
|
|
@@ -2363,7 +2351,7 @@
|
|
|
2363
2351
|
"default": false
|
|
2364
2352
|
},
|
|
2365
2353
|
"onClick": {
|
|
2366
|
-
"type": "
|
|
2354
|
+
"type": "function",
|
|
2367
2355
|
"platforms": [
|
|
2368
2356
|
"react"
|
|
2369
2357
|
]
|
|
@@ -3144,7 +3132,7 @@
|
|
|
3144
3132
|
]
|
|
3145
3133
|
},
|
|
3146
3134
|
"inputOnChange": {
|
|
3147
|
-
"type": "
|
|
3135
|
+
"type": "function",
|
|
3148
3136
|
"platforms": [
|
|
3149
3137
|
"react"
|
|
3150
3138
|
]
|
|
@@ -3270,6 +3258,14 @@
|
|
|
3270
3258
|
"react"
|
|
3271
3259
|
]
|
|
3272
3260
|
},
|
|
3261
|
+
"yearAscending": {
|
|
3262
|
+
"type": "boolean",
|
|
3263
|
+
"platforms": [
|
|
3264
|
+
"react",
|
|
3265
|
+
"rails"
|
|
3266
|
+
],
|
|
3267
|
+
"default": false
|
|
3268
|
+
},
|
|
3273
3269
|
"yearRange": {
|
|
3274
3270
|
"type": "array",
|
|
3275
3271
|
"platforms": [
|
|
@@ -4571,7 +4567,7 @@
|
|
|
4571
4567
|
],
|
|
4572
4568
|
"props": {
|
|
4573
4569
|
"accept": {
|
|
4574
|
-
"type": "
|
|
4570
|
+
"type": "GenericObject",
|
|
4575
4571
|
"platforms": [
|
|
4576
4572
|
"react",
|
|
4577
4573
|
"rails"
|
|
@@ -4603,7 +4599,7 @@
|
|
|
4603
4599
|
]
|
|
4604
4600
|
},
|
|
4605
4601
|
"onFilesAccepted": {
|
|
4606
|
-
"type": "
|
|
4602
|
+
"type": "function",
|
|
4607
4603
|
"platforms": [
|
|
4608
4604
|
"react"
|
|
4609
4605
|
]
|
|
@@ -4700,49 +4696,63 @@
|
|
|
4700
4696
|
"rails"
|
|
4701
4697
|
],
|
|
4702
4698
|
"props": {
|
|
4703
|
-
"
|
|
4699
|
+
"background": {
|
|
4700
|
+
"type": "boolean",
|
|
4704
4701
|
"platforms": [
|
|
4702
|
+
"react",
|
|
4705
4703
|
"rails"
|
|
4706
4704
|
],
|
|
4707
|
-
"
|
|
4705
|
+
"default": true
|
|
4708
4706
|
},
|
|
4709
|
-
"
|
|
4707
|
+
"double": {
|
|
4708
|
+
"type": "boolean",
|
|
4710
4709
|
"platforms": [
|
|
4711
|
-
"
|
|
4712
|
-
]
|
|
4713
|
-
"type": "array"
|
|
4710
|
+
"react"
|
|
4711
|
+
]
|
|
4714
4712
|
},
|
|
4715
|
-
"
|
|
4713
|
+
"filters": {
|
|
4714
|
+
"type": "GenericObject",
|
|
4716
4715
|
"platforms": [
|
|
4716
|
+
"react",
|
|
4717
4717
|
"rails"
|
|
4718
|
-
]
|
|
4719
|
-
"type": "string"
|
|
4718
|
+
]
|
|
4720
4719
|
},
|
|
4721
|
-
"
|
|
4720
|
+
"isCollapsed": {
|
|
4721
|
+
"type": "boolean",
|
|
4722
4722
|
"platforms": [
|
|
4723
|
-
"
|
|
4724
|
-
]
|
|
4725
|
-
"type": "enum",
|
|
4726
|
-
"values": [
|
|
4727
|
-
"default",
|
|
4728
|
-
"single",
|
|
4729
|
-
"filter_only",
|
|
4730
|
-
"sort_only"
|
|
4731
|
-
],
|
|
4732
|
-
"default": "default"
|
|
4723
|
+
"react"
|
|
4724
|
+
]
|
|
4733
4725
|
},
|
|
4734
|
-
"
|
|
4726
|
+
"maxHeight": {
|
|
4727
|
+
"type": "string",
|
|
4735
4728
|
"platforms": [
|
|
4736
|
-
"
|
|
4737
|
-
]
|
|
4738
|
-
|
|
4739
|
-
|
|
4729
|
+
"react"
|
|
4730
|
+
]
|
|
4731
|
+
},
|
|
4732
|
+
"minWidth": {
|
|
4733
|
+
"type": "string",
|
|
4734
|
+
"platforms": [
|
|
4735
|
+
"react"
|
|
4736
|
+
]
|
|
4737
|
+
},
|
|
4738
|
+
"onCollapse": {
|
|
4739
|
+
"type": "function",
|
|
4740
|
+
"platforms": [
|
|
4741
|
+
"react"
|
|
4742
|
+
]
|
|
4743
|
+
},
|
|
4744
|
+
"onSortChange": {
|
|
4745
|
+
"type": "function",
|
|
4746
|
+
"platforms": [
|
|
4747
|
+
"react"
|
|
4748
|
+
]
|
|
4740
4749
|
},
|
|
4741
4750
|
"placement": {
|
|
4751
|
+
"type": "enum",
|
|
4742
4752
|
"platforms": [
|
|
4753
|
+
"react",
|
|
4743
4754
|
"rails"
|
|
4744
4755
|
],
|
|
4745
|
-
"type": "enum",
|
|
4746
4756
|
"values": [
|
|
4747
4757
|
"top",
|
|
4748
4758
|
"bottom",
|
|
@@ -4760,21 +4770,72 @@
|
|
|
4760
4770
|
"default": "bottom-start"
|
|
4761
4771
|
},
|
|
4762
4772
|
"popoverProps": {
|
|
4773
|
+
"type": "GenericObject",
|
|
4774
|
+
"platforms": [
|
|
4775
|
+
"react",
|
|
4776
|
+
"rails"
|
|
4777
|
+
]
|
|
4778
|
+
},
|
|
4779
|
+
"results": {
|
|
4780
|
+
"type": "number",
|
|
4781
|
+
"platforms": [
|
|
4782
|
+
"react",
|
|
4783
|
+
"rails"
|
|
4784
|
+
]
|
|
4785
|
+
},
|
|
4786
|
+
"sortOptions": {
|
|
4787
|
+
"type": "GenericObject",
|
|
4788
|
+
"platforms": [
|
|
4789
|
+
"react"
|
|
4790
|
+
]
|
|
4791
|
+
},
|
|
4792
|
+
"sortValue": {
|
|
4793
|
+
"type": "array",
|
|
4794
|
+
"platforms": [
|
|
4795
|
+
"react"
|
|
4796
|
+
]
|
|
4797
|
+
},
|
|
4798
|
+
"variant": {
|
|
4799
|
+
"type": "string",
|
|
4800
|
+
"platforms": [
|
|
4801
|
+
"react"
|
|
4802
|
+
]
|
|
4803
|
+
},
|
|
4804
|
+
"sortMenu": {
|
|
4763
4805
|
"platforms": [
|
|
4764
4806
|
"rails"
|
|
4765
4807
|
],
|
|
4766
|
-
"type": "
|
|
4808
|
+
"type": "array"
|
|
4809
|
+
},
|
|
4810
|
+
"template": {
|
|
4811
|
+
"platforms": [
|
|
4812
|
+
"rails"
|
|
4813
|
+
],
|
|
4814
|
+
"type": "enum",
|
|
4815
|
+
"values": [
|
|
4816
|
+
"default",
|
|
4817
|
+
"single",
|
|
4818
|
+
"filter_only",
|
|
4819
|
+
"sort_only"
|
|
4820
|
+
],
|
|
4821
|
+
"default": "default"
|
|
4822
|
+
},
|
|
4823
|
+
"interactiveFilters": {
|
|
4824
|
+
"platforms": [
|
|
4825
|
+
"rails"
|
|
4826
|
+
],
|
|
4827
|
+
"type": "array"
|
|
4767
4828
|
}
|
|
4768
4829
|
},
|
|
4769
4830
|
"globalProps": true,
|
|
4770
4831
|
"usage": {
|
|
4771
4832
|
"react": {
|
|
4772
4833
|
"import": "import { Filter } from 'playbook-ui'",
|
|
4773
|
-
"example": "<Filter
|
|
4834
|
+
"example": "<Filter placement=\"top\" template=\"default\"></Filter>"
|
|
4774
4835
|
},
|
|
4775
4836
|
"rails": {
|
|
4776
4837
|
"import": null,
|
|
4777
|
-
"example": "<%= pb_rails(\"filter\", props: {
|
|
4838
|
+
"example": "<%= pb_rails(\"filter\", props: { placement: \"top\", template: \"default\" }) %>"
|
|
4778
4839
|
}
|
|
4779
4840
|
}
|
|
4780
4841
|
},
|
|
@@ -4839,7 +4900,7 @@
|
|
|
4839
4900
|
"default": false
|
|
4840
4901
|
},
|
|
4841
4902
|
"onClose": {
|
|
4842
|
-
"type": "
|
|
4903
|
+
"type": "function",
|
|
4843
4904
|
"platforms": [
|
|
4844
4905
|
"react"
|
|
4845
4906
|
]
|
|
@@ -5178,7 +5239,7 @@
|
|
|
5178
5239
|
]
|
|
5179
5240
|
},
|
|
5180
5241
|
"onClick": {
|
|
5181
|
-
"type": "
|
|
5242
|
+
"type": "function",
|
|
5182
5243
|
"platforms": [
|
|
5183
5244
|
"react"
|
|
5184
5245
|
]
|
|
@@ -5755,7 +5816,7 @@
|
|
|
5755
5816
|
"default": false
|
|
5756
5817
|
},
|
|
5757
5818
|
"onClick": {
|
|
5758
|
-
"type": "
|
|
5819
|
+
"type": "function",
|
|
5759
5820
|
"platforms": [
|
|
5760
5821
|
"react"
|
|
5761
5822
|
]
|
|
@@ -6705,6 +6766,22 @@
|
|
|
6705
6766
|
],
|
|
6706
6767
|
"default": "left"
|
|
6707
6768
|
},
|
|
6769
|
+
"color": {
|
|
6770
|
+
"type": "enum",
|
|
6771
|
+
"platforms": [
|
|
6772
|
+
"react",
|
|
6773
|
+
"rails"
|
|
6774
|
+
],
|
|
6775
|
+
"values": [
|
|
6776
|
+
"default",
|
|
6777
|
+
"light",
|
|
6778
|
+
"lighter",
|
|
6779
|
+
"link",
|
|
6780
|
+
"error",
|
|
6781
|
+
"success"
|
|
6782
|
+
],
|
|
6783
|
+
"default": "light"
|
|
6784
|
+
},
|
|
6708
6785
|
"dark": {
|
|
6709
6786
|
"type": "boolean",
|
|
6710
6787
|
"platforms": [
|
|
@@ -6736,11 +6813,11 @@
|
|
|
6736
6813
|
"usage": {
|
|
6737
6814
|
"react": {
|
|
6738
6815
|
"import": "import { LoadingInline } from 'playbook-ui'",
|
|
6739
|
-
"example": "<LoadingInline align=\"left\"
|
|
6816
|
+
"example": "<LoadingInline align=\"left\" color=\"default\"></LoadingInline>"
|
|
6740
6817
|
},
|
|
6741
6818
|
"rails": {
|
|
6742
6819
|
"import": null,
|
|
6743
|
-
"example": "<%= pb_rails(\"loading_inline\", props: { align: \"left\",
|
|
6820
|
+
"example": "<%= pb_rails(\"loading_inline\", props: { align: \"left\", color: \"default\" }) %>"
|
|
6744
6821
|
}
|
|
6745
6822
|
}
|
|
6746
6823
|
},
|
|
@@ -7642,6 +7719,19 @@
|
|
|
7642
7719
|
"react",
|
|
7643
7720
|
"rails"
|
|
7644
7721
|
]
|
|
7722
|
+
},
|
|
7723
|
+
"required": {
|
|
7724
|
+
"platforms": [
|
|
7725
|
+
"rails"
|
|
7726
|
+
],
|
|
7727
|
+
"type": "boolean",
|
|
7728
|
+
"default": false
|
|
7729
|
+
},
|
|
7730
|
+
"minLength": {
|
|
7731
|
+
"platforms": [
|
|
7732
|
+
"rails"
|
|
7733
|
+
],
|
|
7734
|
+
"type": "number"
|
|
7645
7735
|
}
|
|
7646
7736
|
},
|
|
7647
7737
|
"globalProps": true,
|
|
@@ -7666,7 +7756,7 @@
|
|
|
7666
7756
|
],
|
|
7667
7757
|
"props": {
|
|
7668
7758
|
"options": {
|
|
7669
|
-
"type": "
|
|
7759
|
+
"type": "GenericObject",
|
|
7670
7760
|
"platforms": [
|
|
7671
7761
|
"react",
|
|
7672
7762
|
"rails"
|
|
@@ -7695,7 +7785,7 @@
|
|
|
7695
7785
|
],
|
|
7696
7786
|
"props": {
|
|
7697
7787
|
"options": {
|
|
7698
|
-
"type": "
|
|
7788
|
+
"type": "GenericObject",
|
|
7699
7789
|
"platforms": [
|
|
7700
7790
|
"react",
|
|
7701
7791
|
"rails"
|
|
@@ -7724,7 +7814,7 @@
|
|
|
7724
7814
|
],
|
|
7725
7815
|
"props": {
|
|
7726
7816
|
"options": {
|
|
7727
|
-
"type": "
|
|
7817
|
+
"type": "GenericObject",
|
|
7728
7818
|
"platforms": [
|
|
7729
7819
|
"react",
|
|
7730
7820
|
"rails"
|
|
@@ -7753,7 +7843,7 @@
|
|
|
7753
7843
|
],
|
|
7754
7844
|
"props": {
|
|
7755
7845
|
"options": {
|
|
7756
|
-
"type": "
|
|
7846
|
+
"type": "GenericObject",
|
|
7757
7847
|
"platforms": [
|
|
7758
7848
|
"react",
|
|
7759
7849
|
"rails"
|
|
@@ -7921,13 +8011,13 @@
|
|
|
7921
8011
|
"default": ""
|
|
7922
8012
|
},
|
|
7923
8013
|
"onChange": {
|
|
7924
|
-
"type": "
|
|
8014
|
+
"type": "function",
|
|
7925
8015
|
"platforms": [
|
|
7926
8016
|
"react"
|
|
7927
8017
|
]
|
|
7928
8018
|
},
|
|
7929
8019
|
"onValidate": {
|
|
7930
|
-
"type": "
|
|
8020
|
+
"type": "function",
|
|
7931
8021
|
"platforms": [
|
|
7932
8022
|
"react"
|
|
7933
8023
|
]
|
|
@@ -8845,7 +8935,7 @@
|
|
|
8845
8935
|
]
|
|
8846
8936
|
},
|
|
8847
8937
|
"onChange": {
|
|
8848
|
-
"type": "
|
|
8938
|
+
"type": "function",
|
|
8849
8939
|
"platforms": [
|
|
8850
8940
|
"react"
|
|
8851
8941
|
]
|
|
@@ -8994,7 +9084,7 @@
|
|
|
8994
9084
|
]
|
|
8995
9085
|
},
|
|
8996
9086
|
"onChange": {
|
|
8997
|
-
"type": "
|
|
9087
|
+
"type": "function",
|
|
8998
9088
|
"platforms": [
|
|
8999
9089
|
"react"
|
|
9000
9090
|
]
|
|
@@ -9138,7 +9228,7 @@
|
|
|
9138
9228
|
]
|
|
9139
9229
|
},
|
|
9140
9230
|
"onChange": {
|
|
9141
|
-
"type": "
|
|
9231
|
+
"type": "function",
|
|
9142
9232
|
"platforms": [
|
|
9143
9233
|
"react"
|
|
9144
9234
|
]
|
|
@@ -10032,7 +10122,7 @@
|
|
|
10032
10122
|
"default": null
|
|
10033
10123
|
},
|
|
10034
10124
|
"onChange": {
|
|
10035
|
-
"type": "
|
|
10125
|
+
"type": "function",
|
|
10036
10126
|
"platforms": [
|
|
10037
10127
|
"react"
|
|
10038
10128
|
]
|
|
@@ -10259,7 +10349,7 @@
|
|
|
10259
10349
|
"default": "none"
|
|
10260
10350
|
},
|
|
10261
10351
|
"onChange": {
|
|
10262
|
-
"type": "
|
|
10352
|
+
"type": "function",
|
|
10263
10353
|
"platforms": [
|
|
10264
10354
|
"react"
|
|
10265
10355
|
]
|
|
@@ -11124,7 +11214,7 @@
|
|
|
11124
11214
|
]
|
|
11125
11215
|
},
|
|
11126
11216
|
"onChange": {
|
|
11127
|
-
"type": "
|
|
11217
|
+
"type": "function",
|
|
11128
11218
|
"platforms": [
|
|
11129
11219
|
"react"
|
|
11130
11220
|
]
|
|
@@ -11452,7 +11542,7 @@
|
|
|
11452
11542
|
]
|
|
11453
11543
|
},
|
|
11454
11544
|
"optionsByContext": {
|
|
11455
|
-
"type": "
|
|
11545
|
+
"type": "GenericObject",
|
|
11456
11546
|
"platforms": [
|
|
11457
11547
|
"react",
|
|
11458
11548
|
"rails"
|
package/dist/ai/index.json
CHANGED
|
@@ -274,18 +274,6 @@
|
|
|
274
274
|
"react"
|
|
275
275
|
]
|
|
276
276
|
},
|
|
277
|
-
"allowFullScreen": {
|
|
278
|
-
"type": "boolean",
|
|
279
|
-
"platforms": [
|
|
280
|
-
"react"
|
|
281
|
-
]
|
|
282
|
-
},
|
|
283
|
-
"fullScreenControl": {
|
|
284
|
-
"type": "function",
|
|
285
|
-
"platforms": [
|
|
286
|
-
"react"
|
|
287
|
-
]
|
|
288
|
-
},
|
|
289
277
|
"enableSorting": {
|
|
290
278
|
"type": "boolean",
|
|
291
279
|
"platforms": [
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
]
|
|
132
132
|
},
|
|
133
133
|
"inputOnChange": {
|
|
134
|
-
"type": "
|
|
134
|
+
"type": "function",
|
|
135
135
|
"platforms": [
|
|
136
136
|
"react"
|
|
137
137
|
]
|
|
@@ -257,6 +257,14 @@
|
|
|
257
257
|
"react"
|
|
258
258
|
]
|
|
259
259
|
},
|
|
260
|
+
"yearAscending": {
|
|
261
|
+
"type": "boolean",
|
|
262
|
+
"platforms": [
|
|
263
|
+
"react",
|
|
264
|
+
"rails"
|
|
265
|
+
],
|
|
266
|
+
"default": false
|
|
267
|
+
},
|
|
260
268
|
"yearRange": {
|
|
261
269
|
"type": "array",
|
|
262
270
|
"platforms": [
|