@bitrix24/b24ui-nuxt 0.3.0 → 0.3.1
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/.nuxt/b24ui/form-field.ts +1 -1
- package/.nuxt/b24ui/modal.ts +10 -2
- package/.nuxt/b24ui/toast.ts +2 -2
- package/README.md +10 -0
- package/dist/meta.cjs +351 -332
- package/dist/meta.d.cts +351 -332
- package/dist/meta.d.mts +351 -332
- package/dist/meta.d.ts +351 -332
- package/dist/meta.mjs +351 -332
- package/dist/module.cjs +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/Button.vue +3 -3
- package/dist/runtime/components/Modal.vue +4 -2
- package/dist/runtime/components/Toaster.vue +3 -2
- package/dist/runtime/composables/useComponentIcons.d.ts +2 -2
- package/dist/runtime/vue/components/Link.vue +24 -5
- package/dist/shared/{b24ui-nuxt.aLj37Bax.mjs → b24ui-nuxt.CxFyzKH7.mjs} +13 -5
- package/dist/shared/{b24ui-nuxt.BDw9-NAb.cjs → b24ui-nuxt.DkKTVBhL.cjs} +13 -5
- package/dist/unplugin.cjs +1 -1
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +1 -1
package/dist/meta.cjs
CHANGED
|
@@ -961,6 +961,15 @@ const B24UIMeta = {
|
|
|
961
961
|
}
|
|
962
962
|
}
|
|
963
963
|
},
|
|
964
|
+
"disabled": {
|
|
965
|
+
"name": "disabled",
|
|
966
|
+
"global": false,
|
|
967
|
+
"description": "",
|
|
968
|
+
"tags": [],
|
|
969
|
+
"required": false,
|
|
970
|
+
"type": "boolean | undefined",
|
|
971
|
+
"schema": "boolean | undefined"
|
|
972
|
+
},
|
|
964
973
|
"to": {
|
|
965
974
|
"name": "to",
|
|
966
975
|
"global": false,
|
|
@@ -1211,15 +1220,6 @@ const B24UIMeta = {
|
|
|
1211
1220
|
"type": "boolean | undefined",
|
|
1212
1221
|
"schema": "boolean | undefined"
|
|
1213
1222
|
},
|
|
1214
|
-
"disabled": {
|
|
1215
|
-
"name": "disabled",
|
|
1216
|
-
"global": false,
|
|
1217
|
-
"description": "",
|
|
1218
|
-
"tags": [],
|
|
1219
|
-
"required": false,
|
|
1220
|
-
"type": "boolean | undefined",
|
|
1221
|
-
"schema": "boolean | undefined"
|
|
1222
|
-
},
|
|
1223
1223
|
"active": {
|
|
1224
1224
|
"name": "active",
|
|
1225
1225
|
"global": false,
|
|
@@ -1727,15 +1727,15 @@ const B24UIMeta = {
|
|
|
1727
1727
|
"description": "",
|
|
1728
1728
|
"tags": [],
|
|
1729
1729
|
"required": false,
|
|
1730
|
-
"type": "\"top-
|
|
1730
|
+
"type": "\"top-right\" | \"top-left\" | \"top-center\" | \"bottom-left\" | \"bottom-center\" | \"bottom-right\" | undefined",
|
|
1731
1731
|
"schema": {
|
|
1732
1732
|
"kind": "enum",
|
|
1733
|
-
"type": "\"top-
|
|
1733
|
+
"type": "\"top-right\" | \"top-left\" | \"top-center\" | \"bottom-left\" | \"bottom-center\" | \"bottom-right\" | undefined",
|
|
1734
1734
|
"schema": {
|
|
1735
1735
|
"0": "undefined",
|
|
1736
|
-
"1": "\"top-
|
|
1737
|
-
"2": "\"top-
|
|
1738
|
-
"3": "\"top-
|
|
1736
|
+
"1": "\"top-right\"",
|
|
1737
|
+
"2": "\"top-left\"",
|
|
1738
|
+
"3": "\"top-center\"",
|
|
1739
1739
|
"4": "\"bottom-left\"",
|
|
1740
1740
|
"5": "\"bottom-center\"",
|
|
1741
1741
|
"6": "\"bottom-right\""
|
|
@@ -3484,6 +3484,23 @@ const B24UIMeta = {
|
|
|
3484
3484
|
},
|
|
3485
3485
|
"default": "\"button\""
|
|
3486
3486
|
},
|
|
3487
|
+
{
|
|
3488
|
+
"name": "disabled",
|
|
3489
|
+
"global": false,
|
|
3490
|
+
"description": "",
|
|
3491
|
+
"tags": [],
|
|
3492
|
+
"required": false,
|
|
3493
|
+
"type": "boolean | undefined",
|
|
3494
|
+
"schema": {
|
|
3495
|
+
"kind": "enum",
|
|
3496
|
+
"type": "boolean | undefined",
|
|
3497
|
+
"schema": {
|
|
3498
|
+
"0": "undefined",
|
|
3499
|
+
"1": "false",
|
|
3500
|
+
"2": "true"
|
|
3501
|
+
}
|
|
3502
|
+
}
|
|
3503
|
+
},
|
|
3487
3504
|
{
|
|
3488
3505
|
"name": "to",
|
|
3489
3506
|
"global": false,
|
|
@@ -3779,23 +3796,6 @@ const B24UIMeta = {
|
|
|
3779
3796
|
}
|
|
3780
3797
|
}
|
|
3781
3798
|
},
|
|
3782
|
-
{
|
|
3783
|
-
"name": "disabled",
|
|
3784
|
-
"global": false,
|
|
3785
|
-
"description": "",
|
|
3786
|
-
"tags": [],
|
|
3787
|
-
"required": false,
|
|
3788
|
-
"type": "boolean | undefined",
|
|
3789
|
-
"schema": {
|
|
3790
|
-
"kind": "enum",
|
|
3791
|
-
"type": "boolean | undefined",
|
|
3792
|
-
"schema": {
|
|
3793
|
-
"0": "undefined",
|
|
3794
|
-
"1": "false",
|
|
3795
|
-
"2": "true"
|
|
3796
|
-
}
|
|
3797
|
-
}
|
|
3798
|
-
},
|
|
3799
3799
|
{
|
|
3800
3800
|
"name": "active",
|
|
3801
3801
|
"global": false,
|
|
@@ -4556,35 +4556,35 @@ const B24UIMeta = {
|
|
|
4556
4556
|
}
|
|
4557
4557
|
},
|
|
4558
4558
|
{
|
|
4559
|
-
"name": "
|
|
4559
|
+
"name": "name",
|
|
4560
4560
|
"global": false,
|
|
4561
|
-
"description": "
|
|
4561
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
4562
4562
|
"tags": [],
|
|
4563
4563
|
"required": false,
|
|
4564
|
-
"type": "
|
|
4564
|
+
"type": "string | undefined",
|
|
4565
4565
|
"schema": {
|
|
4566
4566
|
"kind": "enum",
|
|
4567
|
-
"type": "
|
|
4567
|
+
"type": "string | undefined",
|
|
4568
4568
|
"schema": {
|
|
4569
4569
|
"0": "undefined",
|
|
4570
|
-
"1": "
|
|
4571
|
-
"2": "true"
|
|
4570
|
+
"1": "string"
|
|
4572
4571
|
}
|
|
4573
4572
|
}
|
|
4574
4573
|
},
|
|
4575
4574
|
{
|
|
4576
|
-
"name": "
|
|
4575
|
+
"name": "disabled",
|
|
4577
4576
|
"global": false,
|
|
4578
|
-
"description": "
|
|
4577
|
+
"description": "When `true`, prevents the user from interacting with the checkbox",
|
|
4579
4578
|
"tags": [],
|
|
4580
4579
|
"required": false,
|
|
4581
|
-
"type": "
|
|
4580
|
+
"type": "boolean | undefined",
|
|
4582
4581
|
"schema": {
|
|
4583
4582
|
"kind": "enum",
|
|
4584
|
-
"type": "
|
|
4583
|
+
"type": "boolean | undefined",
|
|
4585
4584
|
"schema": {
|
|
4586
4585
|
"0": "undefined",
|
|
4587
|
-
"1": "
|
|
4586
|
+
"1": "false",
|
|
4587
|
+
"2": "true"
|
|
4588
4588
|
}
|
|
4589
4589
|
}
|
|
4590
4590
|
},
|
|
@@ -4838,14 +4838,14 @@ const B24UIMeta = {
|
|
|
4838
4838
|
"description": "",
|
|
4839
4839
|
"tags": [],
|
|
4840
4840
|
"required": false,
|
|
4841
|
-
"type": "\"top-
|
|
4841
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
4842
4842
|
"schema": {
|
|
4843
4843
|
"kind": "enum",
|
|
4844
|
-
"type": "\"top-
|
|
4844
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
4845
4845
|
"schema": {
|
|
4846
4846
|
"0": "undefined",
|
|
4847
|
-
"1": "\"top-
|
|
4848
|
-
"2": "\"top-
|
|
4847
|
+
"1": "\"top-right\"",
|
|
4848
|
+
"2": "\"top-left\"",
|
|
4849
4849
|
"3": "\"bottom-left\"",
|
|
4850
4850
|
"4": "\"bottom-right\""
|
|
4851
4851
|
}
|
|
@@ -5712,13 +5712,13 @@ const B24UIMeta = {
|
|
|
5712
5712
|
"description": "",
|
|
5713
5713
|
"tags": [],
|
|
5714
5714
|
"required": false,
|
|
5715
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
5715
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
5716
5716
|
"schema": {
|
|
5717
5717
|
"kind": "enum",
|
|
5718
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
5718
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
5719
5719
|
"schema": {
|
|
5720
5720
|
"0": "undefined",
|
|
5721
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
5721
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
5722
5722
|
}
|
|
5723
5723
|
}
|
|
5724
5724
|
},
|
|
@@ -6492,13 +6492,13 @@ const B24UIMeta = {
|
|
|
6492
6492
|
}
|
|
6493
6493
|
],
|
|
6494
6494
|
"required": false,
|
|
6495
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6495
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
6496
6496
|
"schema": {
|
|
6497
6497
|
"kind": "enum",
|
|
6498
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6498
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
6499
6499
|
"schema": {
|
|
6500
6500
|
"0": "undefined",
|
|
6501
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6501
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
6502
6502
|
}
|
|
6503
6503
|
}
|
|
6504
6504
|
},
|
|
@@ -6888,13 +6888,13 @@ const B24UIMeta = {
|
|
|
6888
6888
|
"description": "",
|
|
6889
6889
|
"tags": [],
|
|
6890
6890
|
"required": false,
|
|
6891
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6891
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
6892
6892
|
"schema": {
|
|
6893
6893
|
"kind": "enum",
|
|
6894
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6894
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
6895
6895
|
"schema": {
|
|
6896
6896
|
"0": "undefined",
|
|
6897
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6897
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
6898
6898
|
}
|
|
6899
6899
|
}
|
|
6900
6900
|
},
|
|
@@ -7838,13 +7838,13 @@ const B24UIMeta = {
|
|
|
7838
7838
|
"description": "",
|
|
7839
7839
|
"tags": [],
|
|
7840
7840
|
"required": false,
|
|
7841
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7841
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
7842
7842
|
"schema": {
|
|
7843
7843
|
"kind": "enum",
|
|
7844
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7844
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
7845
7845
|
"schema": {
|
|
7846
7846
|
"0": "undefined",
|
|
7847
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7847
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
7848
7848
|
}
|
|
7849
7849
|
}
|
|
7850
7850
|
},
|
|
@@ -8788,13 +8788,13 @@ const B24UIMeta = {
|
|
|
8788
8788
|
"description": "",
|
|
8789
8789
|
"tags": [],
|
|
8790
8790
|
"required": false,
|
|
8791
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8791
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
8792
8792
|
"schema": {
|
|
8793
8793
|
"kind": "enum",
|
|
8794
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8794
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
8795
8795
|
"schema": {
|
|
8796
8796
|
"0": "undefined",
|
|
8797
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8797
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
8798
8798
|
}
|
|
8799
8799
|
}
|
|
8800
8800
|
},
|
|
@@ -9738,13 +9738,13 @@ const B24UIMeta = {
|
|
|
9738
9738
|
"description": "",
|
|
9739
9739
|
"tags": [],
|
|
9740
9740
|
"required": false,
|
|
9741
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9741
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
9742
9742
|
"schema": {
|
|
9743
9743
|
"kind": "enum",
|
|
9744
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9744
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
9745
9745
|
"schema": {
|
|
9746
9746
|
"0": "undefined",
|
|
9747
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9747
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
9748
9748
|
}
|
|
9749
9749
|
}
|
|
9750
9750
|
},
|
|
@@ -10868,13 +10868,13 @@ const B24UIMeta = {
|
|
|
10868
10868
|
"description": "",
|
|
10869
10869
|
"tags": [],
|
|
10870
10870
|
"required": false,
|
|
10871
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10871
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
10872
10872
|
"schema": {
|
|
10873
10873
|
"kind": "enum",
|
|
10874
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10874
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
10875
10875
|
"schema": {
|
|
10876
10876
|
"0": "undefined",
|
|
10877
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10877
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
10878
10878
|
}
|
|
10879
10879
|
}
|
|
10880
10880
|
},
|
|
@@ -13754,13 +13754,13 @@ const B24UIMeta = {
|
|
|
13754
13754
|
}
|
|
13755
13755
|
],
|
|
13756
13756
|
"required": false,
|
|
13757
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
13757
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
13758
13758
|
"schema": {
|
|
13759
13759
|
"kind": "enum",
|
|
13760
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
13760
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
13761
13761
|
"schema": {
|
|
13762
13762
|
"0": "undefined",
|
|
13763
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
13763
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
13764
13764
|
}
|
|
13765
13765
|
}
|
|
13766
13766
|
},
|
|
@@ -14148,14 +14148,14 @@ const B24UIMeta = {
|
|
|
14148
14148
|
"description": "",
|
|
14149
14149
|
"tags": [],
|
|
14150
14150
|
"required": false,
|
|
14151
|
-
"type": "\"top-
|
|
14151
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
14152
14152
|
"schema": {
|
|
14153
14153
|
"kind": "enum",
|
|
14154
|
-
"type": "\"top-
|
|
14154
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
14155
14155
|
"schema": {
|
|
14156
14156
|
"0": "undefined",
|
|
14157
|
-
"1": "\"top-
|
|
14158
|
-
"2": "\"top-
|
|
14157
|
+
"1": "\"top-right\"",
|
|
14158
|
+
"2": "\"top-left\"",
|
|
14159
14159
|
"3": "\"bottom-left\"",
|
|
14160
14160
|
"4": "\"bottom-right\""
|
|
14161
14161
|
}
|
|
@@ -14505,35 +14505,35 @@ const B24UIMeta = {
|
|
|
14505
14505
|
}
|
|
14506
14506
|
},
|
|
14507
14507
|
{
|
|
14508
|
-
"name": "
|
|
14508
|
+
"name": "name",
|
|
14509
14509
|
"global": false,
|
|
14510
|
-
"description": "
|
|
14510
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
14511
14511
|
"tags": [],
|
|
14512
14512
|
"required": false,
|
|
14513
|
-
"type": "
|
|
14513
|
+
"type": "string | undefined",
|
|
14514
14514
|
"schema": {
|
|
14515
14515
|
"kind": "enum",
|
|
14516
|
-
"type": "
|
|
14516
|
+
"type": "string | undefined",
|
|
14517
14517
|
"schema": {
|
|
14518
14518
|
"0": "undefined",
|
|
14519
|
-
"1": "
|
|
14520
|
-
"2": "true"
|
|
14519
|
+
"1": "string"
|
|
14521
14520
|
}
|
|
14522
14521
|
}
|
|
14523
14522
|
},
|
|
14524
14523
|
{
|
|
14525
|
-
"name": "
|
|
14524
|
+
"name": "disabled",
|
|
14526
14525
|
"global": false,
|
|
14527
|
-
"description": "
|
|
14526
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
14528
14527
|
"tags": [],
|
|
14529
14528
|
"required": false,
|
|
14530
|
-
"type": "
|
|
14529
|
+
"type": "boolean | undefined",
|
|
14531
14530
|
"schema": {
|
|
14532
14531
|
"kind": "enum",
|
|
14533
|
-
"type": "
|
|
14532
|
+
"type": "boolean | undefined",
|
|
14534
14533
|
"schema": {
|
|
14535
14534
|
"0": "undefined",
|
|
14536
|
-
"1": "
|
|
14535
|
+
"1": "false",
|
|
14536
|
+
"2": "true"
|
|
14537
14537
|
}
|
|
14538
14538
|
}
|
|
14539
14539
|
},
|
|
@@ -15099,14 +15099,14 @@ const B24UIMeta = {
|
|
|
15099
15099
|
"description": "",
|
|
15100
15100
|
"tags": [],
|
|
15101
15101
|
"required": false,
|
|
15102
|
-
"type": "\"top-
|
|
15102
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
15103
15103
|
"schema": {
|
|
15104
15104
|
"kind": "enum",
|
|
15105
|
-
"type": "\"top-
|
|
15105
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
15106
15106
|
"schema": {
|
|
15107
15107
|
"0": "undefined",
|
|
15108
|
-
"1": "\"top-
|
|
15109
|
-
"2": "\"top-
|
|
15108
|
+
"1": "\"top-right\"",
|
|
15109
|
+
"2": "\"top-left\"",
|
|
15110
15110
|
"3": "\"bottom-left\"",
|
|
15111
15111
|
"4": "\"bottom-right\""
|
|
15112
15112
|
}
|
|
@@ -15567,14 +15567,14 @@ const B24UIMeta = {
|
|
|
15567
15567
|
"description": "",
|
|
15568
15568
|
"tags": [],
|
|
15569
15569
|
"required": false,
|
|
15570
|
-
"type": "\"top-
|
|
15570
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
15571
15571
|
"schema": {
|
|
15572
15572
|
"kind": "enum",
|
|
15573
|
-
"type": "\"top-
|
|
15573
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
15574
15574
|
"schema": {
|
|
15575
15575
|
"0": "undefined",
|
|
15576
|
-
"1": "\"top-
|
|
15577
|
-
"2": "\"top-
|
|
15576
|
+
"1": "\"top-right\"",
|
|
15577
|
+
"2": "\"top-left\"",
|
|
15578
15578
|
"3": "\"bottom-left\"",
|
|
15579
15579
|
"4": "\"bottom-right\""
|
|
15580
15580
|
}
|
|
@@ -16061,14 +16061,14 @@ const B24UIMeta = {
|
|
|
16061
16061
|
"description": "",
|
|
16062
16062
|
"tags": [],
|
|
16063
16063
|
"required": false,
|
|
16064
|
-
"type": "\"top-
|
|
16064
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
16065
16065
|
"schema": {
|
|
16066
16066
|
"kind": "enum",
|
|
16067
|
-
"type": "\"top-
|
|
16067
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
16068
16068
|
"schema": {
|
|
16069
16069
|
"0": "undefined",
|
|
16070
|
-
"1": "\"top-
|
|
16071
|
-
"2": "\"top-
|
|
16070
|
+
"1": "\"top-right\"",
|
|
16071
|
+
"2": "\"top-left\"",
|
|
16072
16072
|
"3": "\"bottom-left\"",
|
|
16073
16073
|
"4": "\"bottom-right\""
|
|
16074
16074
|
}
|
|
@@ -16493,14 +16493,14 @@ const B24UIMeta = {
|
|
|
16493
16493
|
"description": "",
|
|
16494
16494
|
"tags": [],
|
|
16495
16495
|
"required": false,
|
|
16496
|
-
"type": "\"top-
|
|
16496
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
16497
16497
|
"schema": {
|
|
16498
16498
|
"kind": "enum",
|
|
16499
|
-
"type": "\"top-
|
|
16499
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
16500
16500
|
"schema": {
|
|
16501
16501
|
"0": "undefined",
|
|
16502
|
-
"1": "\"top-
|
|
16503
|
-
"2": "\"top-
|
|
16502
|
+
"1": "\"top-right\"",
|
|
16503
|
+
"2": "\"top-left\"",
|
|
16504
16504
|
"3": "\"bottom-left\"",
|
|
16505
16505
|
"4": "\"bottom-right\""
|
|
16506
16506
|
}
|
|
@@ -16925,14 +16925,14 @@ const B24UIMeta = {
|
|
|
16925
16925
|
"description": "",
|
|
16926
16926
|
"tags": [],
|
|
16927
16927
|
"required": false,
|
|
16928
|
-
"type": "\"top-
|
|
16928
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
16929
16929
|
"schema": {
|
|
16930
16930
|
"kind": "enum",
|
|
16931
|
-
"type": "\"top-
|
|
16931
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
16932
16932
|
"schema": {
|
|
16933
16933
|
"0": "undefined",
|
|
16934
|
-
"1": "\"top-
|
|
16935
|
-
"2": "\"top-
|
|
16934
|
+
"1": "\"top-right\"",
|
|
16935
|
+
"2": "\"top-left\"",
|
|
16936
16936
|
"3": "\"bottom-left\"",
|
|
16937
16937
|
"4": "\"bottom-right\""
|
|
16938
16938
|
}
|
|
@@ -17357,14 +17357,14 @@ const B24UIMeta = {
|
|
|
17357
17357
|
"description": "",
|
|
17358
17358
|
"tags": [],
|
|
17359
17359
|
"required": false,
|
|
17360
|
-
"type": "\"top-
|
|
17360
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
17361
17361
|
"schema": {
|
|
17362
17362
|
"kind": "enum",
|
|
17363
|
-
"type": "\"top-
|
|
17363
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
17364
17364
|
"schema": {
|
|
17365
17365
|
"0": "undefined",
|
|
17366
|
-
"1": "\"top-
|
|
17367
|
-
"2": "\"top-
|
|
17366
|
+
"1": "\"top-right\"",
|
|
17367
|
+
"2": "\"top-left\"",
|
|
17368
17368
|
"3": "\"bottom-left\"",
|
|
17369
17369
|
"4": "\"bottom-right\""
|
|
17370
17370
|
}
|
|
@@ -17789,14 +17789,14 @@ const B24UIMeta = {
|
|
|
17789
17789
|
"description": "",
|
|
17790
17790
|
"tags": [],
|
|
17791
17791
|
"required": false,
|
|
17792
|
-
"type": "\"top-
|
|
17792
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
17793
17793
|
"schema": {
|
|
17794
17794
|
"kind": "enum",
|
|
17795
|
-
"type": "\"top-
|
|
17795
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
17796
17796
|
"schema": {
|
|
17797
17797
|
"0": "undefined",
|
|
17798
|
-
"1": "\"top-
|
|
17799
|
-
"2": "\"top-
|
|
17798
|
+
"1": "\"top-right\"",
|
|
17799
|
+
"2": "\"top-left\"",
|
|
17800
17800
|
"3": "\"bottom-left\"",
|
|
17801
17801
|
"4": "\"bottom-right\""
|
|
17802
17802
|
}
|
|
@@ -18221,14 +18221,14 @@ const B24UIMeta = {
|
|
|
18221
18221
|
"description": "",
|
|
18222
18222
|
"tags": [],
|
|
18223
18223
|
"required": false,
|
|
18224
|
-
"type": "\"top-
|
|
18224
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
18225
18225
|
"schema": {
|
|
18226
18226
|
"kind": "enum",
|
|
18227
|
-
"type": "\"top-
|
|
18227
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
18228
18228
|
"schema": {
|
|
18229
18229
|
"0": "undefined",
|
|
18230
|
-
"1": "\"top-
|
|
18231
|
-
"2": "\"top-
|
|
18230
|
+
"1": "\"top-right\"",
|
|
18231
|
+
"2": "\"top-left\"",
|
|
18232
18232
|
"3": "\"bottom-left\"",
|
|
18233
18233
|
"4": "\"bottom-right\""
|
|
18234
18234
|
}
|
|
@@ -19028,6 +19028,15 @@ const B24UIMeta = {
|
|
|
19028
19028
|
}
|
|
19029
19029
|
}
|
|
19030
19030
|
},
|
|
19031
|
+
"disabled": {
|
|
19032
|
+
"name": "disabled",
|
|
19033
|
+
"global": false,
|
|
19034
|
+
"description": "",
|
|
19035
|
+
"tags": [],
|
|
19036
|
+
"required": false,
|
|
19037
|
+
"type": "boolean | undefined",
|
|
19038
|
+
"schema": "boolean | undefined"
|
|
19039
|
+
},
|
|
19031
19040
|
"to": {
|
|
19032
19041
|
"name": "to",
|
|
19033
19042
|
"global": false,
|
|
@@ -19278,15 +19287,6 @@ const B24UIMeta = {
|
|
|
19278
19287
|
"type": "boolean | undefined",
|
|
19279
19288
|
"schema": "boolean | undefined"
|
|
19280
19289
|
},
|
|
19281
|
-
"disabled": {
|
|
19282
|
-
"name": "disabled",
|
|
19283
|
-
"global": false,
|
|
19284
|
-
"description": "",
|
|
19285
|
-
"tags": [],
|
|
19286
|
-
"required": false,
|
|
19287
|
-
"type": "boolean | undefined",
|
|
19288
|
-
"schema": "boolean | undefined"
|
|
19289
|
-
},
|
|
19290
19290
|
"active": {
|
|
19291
19291
|
"name": "active",
|
|
19292
19292
|
"global": false,
|
|
@@ -19910,6 +19910,15 @@ const B24UIMeta = {
|
|
|
19910
19910
|
}
|
|
19911
19911
|
}
|
|
19912
19912
|
},
|
|
19913
|
+
"disabled": {
|
|
19914
|
+
"name": "disabled",
|
|
19915
|
+
"global": false,
|
|
19916
|
+
"description": "",
|
|
19917
|
+
"tags": [],
|
|
19918
|
+
"required": false,
|
|
19919
|
+
"type": "boolean | undefined",
|
|
19920
|
+
"schema": "boolean | undefined"
|
|
19921
|
+
},
|
|
19913
19922
|
"to": {
|
|
19914
19923
|
"name": "to",
|
|
19915
19924
|
"global": false,
|
|
@@ -20160,15 +20169,6 @@ const B24UIMeta = {
|
|
|
20160
20169
|
"type": "boolean | undefined",
|
|
20161
20170
|
"schema": "boolean | undefined"
|
|
20162
20171
|
},
|
|
20163
|
-
"disabled": {
|
|
20164
|
-
"name": "disabled",
|
|
20165
|
-
"global": false,
|
|
20166
|
-
"description": "",
|
|
20167
|
-
"tags": [],
|
|
20168
|
-
"required": false,
|
|
20169
|
-
"type": "boolean | undefined",
|
|
20170
|
-
"schema": "boolean | undefined"
|
|
20171
|
-
},
|
|
20172
20172
|
"active": {
|
|
20173
20173
|
"name": "active",
|
|
20174
20174
|
"global": false,
|
|
@@ -20452,51 +20452,51 @@ const B24UIMeta = {
|
|
|
20452
20452
|
}
|
|
20453
20453
|
},
|
|
20454
20454
|
{
|
|
20455
|
-
"name": "
|
|
20455
|
+
"name": "name",
|
|
20456
20456
|
"global": false,
|
|
20457
|
-
"description": "
|
|
20457
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
20458
20458
|
"tags": [],
|
|
20459
20459
|
"required": false,
|
|
20460
|
-
"type": "
|
|
20460
|
+
"type": "string | undefined",
|
|
20461
20461
|
"schema": {
|
|
20462
20462
|
"kind": "enum",
|
|
20463
|
-
"type": "
|
|
20463
|
+
"type": "string | undefined",
|
|
20464
20464
|
"schema": {
|
|
20465
20465
|
"0": "undefined",
|
|
20466
|
-
"1": "
|
|
20467
|
-
"2": "true"
|
|
20466
|
+
"1": "string"
|
|
20468
20467
|
}
|
|
20469
20468
|
}
|
|
20470
20469
|
},
|
|
20471
20470
|
{
|
|
20472
|
-
"name": "
|
|
20471
|
+
"name": "disabled",
|
|
20473
20472
|
"global": false,
|
|
20474
|
-
"description": "
|
|
20473
|
+
"description": "When `true`, prevents the user from interacting with the Number Field.",
|
|
20475
20474
|
"tags": [],
|
|
20476
20475
|
"required": false,
|
|
20477
|
-
"type": "
|
|
20476
|
+
"type": "boolean | undefined",
|
|
20478
20477
|
"schema": {
|
|
20479
20478
|
"kind": "enum",
|
|
20480
|
-
"type": "
|
|
20479
|
+
"type": "boolean | undefined",
|
|
20481
20480
|
"schema": {
|
|
20482
20481
|
"0": "undefined",
|
|
20483
|
-
"1": "
|
|
20482
|
+
"1": "false",
|
|
20483
|
+
"2": "true"
|
|
20484
20484
|
}
|
|
20485
20485
|
}
|
|
20486
20486
|
},
|
|
20487
20487
|
{
|
|
20488
|
-
"name": "
|
|
20488
|
+
"name": "step",
|
|
20489
20489
|
"global": false,
|
|
20490
|
-
"description": "The
|
|
20490
|
+
"description": "The amount that the input value changes with each increment or decrement \"tick\".",
|
|
20491
20491
|
"tags": [],
|
|
20492
20492
|
"required": false,
|
|
20493
|
-
"type": "
|
|
20493
|
+
"type": "number | undefined",
|
|
20494
20494
|
"schema": {
|
|
20495
20495
|
"kind": "enum",
|
|
20496
|
-
"type": "
|
|
20496
|
+
"type": "number | undefined",
|
|
20497
20497
|
"schema": {
|
|
20498
20498
|
"0": "undefined",
|
|
20499
|
-
"1": "
|
|
20499
|
+
"1": "number"
|
|
20500
20500
|
}
|
|
20501
20501
|
}
|
|
20502
20502
|
},
|
|
@@ -21869,13 +21869,13 @@ const B24UIMeta = {
|
|
|
21869
21869
|
"description": "The content of the modal.",
|
|
21870
21870
|
"tags": [],
|
|
21871
21871
|
"required": false,
|
|
21872
|
-
"type": "Omit<DialogContentProps, \"as\" | \"
|
|
21872
|
+
"type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
21873
21873
|
"schema": {
|
|
21874
21874
|
"kind": "enum",
|
|
21875
|
-
"type": "Omit<DialogContentProps, \"as\" | \"
|
|
21875
|
+
"type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
21876
21876
|
"schema": {
|
|
21877
21877
|
"0": "undefined",
|
|
21878
|
-
"1": "Omit<DialogContentProps, \"as\" | \"
|
|
21878
|
+
"1": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
21879
21879
|
}
|
|
21880
21880
|
}
|
|
21881
21881
|
},
|
|
@@ -22042,6 +22042,24 @@ const B24UIMeta = {
|
|
|
22042
22042
|
},
|
|
22043
22043
|
"default": "true"
|
|
22044
22044
|
},
|
|
22045
|
+
{
|
|
22046
|
+
"name": "scrollbarThin",
|
|
22047
|
+
"global": false,
|
|
22048
|
+
"description": "",
|
|
22049
|
+
"tags": [],
|
|
22050
|
+
"required": false,
|
|
22051
|
+
"type": "boolean | undefined",
|
|
22052
|
+
"schema": {
|
|
22053
|
+
"kind": "enum",
|
|
22054
|
+
"type": "boolean | undefined",
|
|
22055
|
+
"schema": {
|
|
22056
|
+
"0": "undefined",
|
|
22057
|
+
"1": "false",
|
|
22058
|
+
"2": "true"
|
|
22059
|
+
}
|
|
22060
|
+
},
|
|
22061
|
+
"default": "true"
|
|
22062
|
+
},
|
|
22045
22063
|
{
|
|
22046
22064
|
"name": "b24ui",
|
|
22047
22065
|
"global": false,
|
|
@@ -22846,35 +22864,35 @@ const B24UIMeta = {
|
|
|
22846
22864
|
}
|
|
22847
22865
|
},
|
|
22848
22866
|
{
|
|
22849
|
-
"name": "
|
|
22867
|
+
"name": "name",
|
|
22850
22868
|
"global": false,
|
|
22851
|
-
"description": "
|
|
22869
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
22852
22870
|
"tags": [],
|
|
22853
22871
|
"required": false,
|
|
22854
|
-
"type": "
|
|
22872
|
+
"type": "string | undefined",
|
|
22855
22873
|
"schema": {
|
|
22856
22874
|
"kind": "enum",
|
|
22857
|
-
"type": "
|
|
22875
|
+
"type": "string | undefined",
|
|
22858
22876
|
"schema": {
|
|
22859
22877
|
"0": "undefined",
|
|
22860
|
-
"1": "
|
|
22861
|
-
"2": "true"
|
|
22878
|
+
"1": "string"
|
|
22862
22879
|
}
|
|
22863
22880
|
}
|
|
22864
22881
|
},
|
|
22865
22882
|
{
|
|
22866
|
-
"name": "
|
|
22883
|
+
"name": "disabled",
|
|
22867
22884
|
"global": false,
|
|
22868
|
-
"description": "
|
|
22885
|
+
"description": "When `true`, prevents the user from interacting with radio items.",
|
|
22869
22886
|
"tags": [],
|
|
22870
22887
|
"required": false,
|
|
22871
|
-
"type": "
|
|
22888
|
+
"type": "boolean | undefined",
|
|
22872
22889
|
"schema": {
|
|
22873
22890
|
"kind": "enum",
|
|
22874
|
-
"type": "
|
|
22891
|
+
"type": "boolean | undefined",
|
|
22875
22892
|
"schema": {
|
|
22876
22893
|
"0": "undefined",
|
|
22877
|
-
"1": "
|
|
22894
|
+
"1": "false",
|
|
22895
|
+
"2": "true"
|
|
22878
22896
|
}
|
|
22879
22897
|
}
|
|
22880
22898
|
},
|
|
@@ -23337,6 +23355,22 @@ const B24UIMeta = {
|
|
|
23337
23355
|
}
|
|
23338
23356
|
}
|
|
23339
23357
|
},
|
|
23358
|
+
{
|
|
23359
|
+
"name": "name",
|
|
23360
|
+
"global": false,
|
|
23361
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
23362
|
+
"tags": [],
|
|
23363
|
+
"required": false,
|
|
23364
|
+
"type": "string | undefined",
|
|
23365
|
+
"schema": {
|
|
23366
|
+
"kind": "enum",
|
|
23367
|
+
"type": "string | undefined",
|
|
23368
|
+
"schema": {
|
|
23369
|
+
"0": "undefined",
|
|
23370
|
+
"1": "string"
|
|
23371
|
+
}
|
|
23372
|
+
}
|
|
23373
|
+
},
|
|
23340
23374
|
{
|
|
23341
23375
|
"name": "disabled",
|
|
23342
23376
|
"global": false,
|
|
@@ -23371,22 +23405,6 @@ const B24UIMeta = {
|
|
|
23371
23405
|
},
|
|
23372
23406
|
"default": "1"
|
|
23373
23407
|
},
|
|
23374
|
-
{
|
|
23375
|
-
"name": "name",
|
|
23376
|
-
"global": false,
|
|
23377
|
-
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
23378
|
-
"tags": [],
|
|
23379
|
-
"required": false,
|
|
23380
|
-
"type": "string | undefined",
|
|
23381
|
-
"schema": {
|
|
23382
|
-
"kind": "enum",
|
|
23383
|
-
"type": "string | undefined",
|
|
23384
|
-
"schema": {
|
|
23385
|
-
"0": "undefined",
|
|
23386
|
-
"1": "string"
|
|
23387
|
-
}
|
|
23388
|
-
}
|
|
23389
|
-
},
|
|
23390
23408
|
{
|
|
23391
23409
|
"name": "max",
|
|
23392
23410
|
"global": false,
|
|
@@ -23714,13 +23732,13 @@ const B24UIMeta = {
|
|
|
23714
23732
|
}
|
|
23715
23733
|
],
|
|
23716
23734
|
"required": false,
|
|
23717
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
23735
|
+
"type": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
23718
23736
|
"schema": {
|
|
23719
23737
|
"kind": "enum",
|
|
23720
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
23738
|
+
"type": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
23721
23739
|
"schema": {
|
|
23722
23740
|
"0": "undefined",
|
|
23723
|
-
"1": "Omit<SelectContentProps, \"as\" | \"
|
|
23741
|
+
"1": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
23724
23742
|
}
|
|
23725
23743
|
}
|
|
23726
23744
|
},
|
|
@@ -24109,14 +24127,14 @@ const B24UIMeta = {
|
|
|
24109
24127
|
"description": "",
|
|
24110
24128
|
"tags": [],
|
|
24111
24129
|
"required": false,
|
|
24112
|
-
"type": "\"top-
|
|
24130
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
24113
24131
|
"schema": {
|
|
24114
24132
|
"kind": "enum",
|
|
24115
|
-
"type": "\"top-
|
|
24133
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
24116
24134
|
"schema": {
|
|
24117
24135
|
"0": "undefined",
|
|
24118
|
-
"1": "\"top-
|
|
24119
|
-
"2": "\"top-
|
|
24136
|
+
"1": "\"top-right\"",
|
|
24137
|
+
"2": "\"top-left\"",
|
|
24120
24138
|
"3": "\"bottom-left\"",
|
|
24121
24139
|
"4": "\"bottom-right\""
|
|
24122
24140
|
}
|
|
@@ -24304,35 +24322,35 @@ const B24UIMeta = {
|
|
|
24304
24322
|
}
|
|
24305
24323
|
},
|
|
24306
24324
|
{
|
|
24307
|
-
"name": "
|
|
24325
|
+
"name": "name",
|
|
24308
24326
|
"global": false,
|
|
24309
|
-
"description": "
|
|
24327
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
24310
24328
|
"tags": [],
|
|
24311
24329
|
"required": false,
|
|
24312
|
-
"type": "
|
|
24330
|
+
"type": "string | undefined",
|
|
24313
24331
|
"schema": {
|
|
24314
24332
|
"kind": "enum",
|
|
24315
|
-
"type": "
|
|
24333
|
+
"type": "string | undefined",
|
|
24316
24334
|
"schema": {
|
|
24317
24335
|
"0": "undefined",
|
|
24318
|
-
"1": "
|
|
24319
|
-
"2": "true"
|
|
24336
|
+
"1": "string"
|
|
24320
24337
|
}
|
|
24321
24338
|
}
|
|
24322
24339
|
},
|
|
24323
24340
|
{
|
|
24324
|
-
"name": "
|
|
24341
|
+
"name": "disabled",
|
|
24325
24342
|
"global": false,
|
|
24326
|
-
"description": "
|
|
24343
|
+
"description": "When `true`, prevents the user from interacting with Select",
|
|
24327
24344
|
"tags": [],
|
|
24328
24345
|
"required": false,
|
|
24329
|
-
"type": "
|
|
24346
|
+
"type": "boolean | undefined",
|
|
24330
24347
|
"schema": {
|
|
24331
24348
|
"kind": "enum",
|
|
24332
|
-
"type": "
|
|
24349
|
+
"type": "boolean | undefined",
|
|
24333
24350
|
"schema": {
|
|
24334
24351
|
"0": "undefined",
|
|
24335
|
-
"1": "
|
|
24352
|
+
"1": "false",
|
|
24353
|
+
"2": "true"
|
|
24336
24354
|
}
|
|
24337
24355
|
}
|
|
24338
24356
|
},
|
|
@@ -25095,14 +25113,14 @@ const B24UIMeta = {
|
|
|
25095
25113
|
"description": "",
|
|
25096
25114
|
"tags": [],
|
|
25097
25115
|
"required": false,
|
|
25098
|
-
"type": "\"top-
|
|
25116
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
25099
25117
|
"schema": {
|
|
25100
25118
|
"kind": "enum",
|
|
25101
|
-
"type": "\"top-
|
|
25119
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
25102
25120
|
"schema": {
|
|
25103
25121
|
"0": "undefined",
|
|
25104
|
-
"1": "\"top-
|
|
25105
|
-
"2": "\"top-
|
|
25122
|
+
"1": "\"top-right\"",
|
|
25123
|
+
"2": "\"top-left\"",
|
|
25106
25124
|
"3": "\"bottom-left\"",
|
|
25107
25125
|
"4": "\"bottom-right\""
|
|
25108
25126
|
}
|
|
@@ -25516,14 +25534,14 @@ const B24UIMeta = {
|
|
|
25516
25534
|
"description": "",
|
|
25517
25535
|
"tags": [],
|
|
25518
25536
|
"required": false,
|
|
25519
|
-
"type": "\"top-
|
|
25537
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
25520
25538
|
"schema": {
|
|
25521
25539
|
"kind": "enum",
|
|
25522
|
-
"type": "\"top-
|
|
25540
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
25523
25541
|
"schema": {
|
|
25524
25542
|
"0": "undefined",
|
|
25525
|
-
"1": "\"top-
|
|
25526
|
-
"2": "\"top-
|
|
25543
|
+
"1": "\"top-right\"",
|
|
25544
|
+
"2": "\"top-left\"",
|
|
25527
25545
|
"3": "\"bottom-left\"",
|
|
25528
25546
|
"4": "\"bottom-right\""
|
|
25529
25547
|
}
|
|
@@ -25937,14 +25955,14 @@ const B24UIMeta = {
|
|
|
25937
25955
|
"description": "",
|
|
25938
25956
|
"tags": [],
|
|
25939
25957
|
"required": false,
|
|
25940
|
-
"type": "\"top-
|
|
25958
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
25941
25959
|
"schema": {
|
|
25942
25960
|
"kind": "enum",
|
|
25943
|
-
"type": "\"top-
|
|
25961
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
25944
25962
|
"schema": {
|
|
25945
25963
|
"0": "undefined",
|
|
25946
|
-
"1": "\"top-
|
|
25947
|
-
"2": "\"top-
|
|
25964
|
+
"1": "\"top-right\"",
|
|
25965
|
+
"2": "\"top-left\"",
|
|
25948
25966
|
"3": "\"bottom-left\"",
|
|
25949
25967
|
"4": "\"bottom-right\""
|
|
25950
25968
|
}
|
|
@@ -26358,14 +26376,14 @@ const B24UIMeta = {
|
|
|
26358
26376
|
"description": "",
|
|
26359
26377
|
"tags": [],
|
|
26360
26378
|
"required": false,
|
|
26361
|
-
"type": "\"top-
|
|
26379
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
26362
26380
|
"schema": {
|
|
26363
26381
|
"kind": "enum",
|
|
26364
|
-
"type": "\"top-
|
|
26382
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
26365
26383
|
"schema": {
|
|
26366
26384
|
"0": "undefined",
|
|
26367
|
-
"1": "\"top-
|
|
26368
|
-
"2": "\"top-
|
|
26385
|
+
"1": "\"top-right\"",
|
|
26386
|
+
"2": "\"top-left\"",
|
|
26369
26387
|
"3": "\"bottom-left\"",
|
|
26370
26388
|
"4": "\"bottom-right\""
|
|
26371
26389
|
}
|
|
@@ -27253,13 +27271,13 @@ const B24UIMeta = {
|
|
|
27253
27271
|
}
|
|
27254
27272
|
],
|
|
27255
27273
|
"required": false,
|
|
27256
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27274
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
27257
27275
|
"schema": {
|
|
27258
27276
|
"kind": "enum",
|
|
27259
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27277
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
27260
27278
|
"schema": {
|
|
27261
27279
|
"0": "undefined",
|
|
27262
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27280
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
27263
27281
|
}
|
|
27264
27282
|
}
|
|
27265
27283
|
},
|
|
@@ -27647,14 +27665,14 @@ const B24UIMeta = {
|
|
|
27647
27665
|
"description": "",
|
|
27648
27666
|
"tags": [],
|
|
27649
27667
|
"required": false,
|
|
27650
|
-
"type": "\"top-
|
|
27668
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
27651
27669
|
"schema": {
|
|
27652
27670
|
"kind": "enum",
|
|
27653
|
-
"type": "\"top-
|
|
27671
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
27654
27672
|
"schema": {
|
|
27655
27673
|
"0": "undefined",
|
|
27656
|
-
"1": "\"top-
|
|
27657
|
-
"2": "\"top-
|
|
27674
|
+
"1": "\"top-right\"",
|
|
27675
|
+
"2": "\"top-left\"",
|
|
27658
27676
|
"3": "\"bottom-left\"",
|
|
27659
27677
|
"4": "\"bottom-right\""
|
|
27660
27678
|
}
|
|
@@ -27965,35 +27983,35 @@ const B24UIMeta = {
|
|
|
27965
27983
|
}
|
|
27966
27984
|
},
|
|
27967
27985
|
{
|
|
27968
|
-
"name": "
|
|
27986
|
+
"name": "name",
|
|
27969
27987
|
"global": false,
|
|
27970
|
-
"description": "
|
|
27988
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
27971
27989
|
"tags": [],
|
|
27972
27990
|
"required": false,
|
|
27973
|
-
"type": "
|
|
27991
|
+
"type": "string | undefined",
|
|
27974
27992
|
"schema": {
|
|
27975
27993
|
"kind": "enum",
|
|
27976
|
-
"type": "
|
|
27994
|
+
"type": "string | undefined",
|
|
27977
27995
|
"schema": {
|
|
27978
27996
|
"0": "undefined",
|
|
27979
|
-
"1": "
|
|
27980
|
-
"2": "true"
|
|
27997
|
+
"1": "string"
|
|
27981
27998
|
}
|
|
27982
27999
|
}
|
|
27983
28000
|
},
|
|
27984
28001
|
{
|
|
27985
|
-
"name": "
|
|
28002
|
+
"name": "disabled",
|
|
27986
28003
|
"global": false,
|
|
27987
|
-
"description": "
|
|
28004
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
27988
28005
|
"tags": [],
|
|
27989
28006
|
"required": false,
|
|
27990
|
-
"type": "
|
|
28007
|
+
"type": "boolean | undefined",
|
|
27991
28008
|
"schema": {
|
|
27992
28009
|
"kind": "enum",
|
|
27993
|
-
"type": "
|
|
28010
|
+
"type": "boolean | undefined",
|
|
27994
28011
|
"schema": {
|
|
27995
28012
|
"0": "undefined",
|
|
27996
|
-
"1": "
|
|
28013
|
+
"1": "false",
|
|
28014
|
+
"2": "true"
|
|
27997
28015
|
}
|
|
27998
28016
|
}
|
|
27999
28017
|
},
|
|
@@ -28560,14 +28578,14 @@ const B24UIMeta = {
|
|
|
28560
28578
|
"description": "",
|
|
28561
28579
|
"tags": [],
|
|
28562
28580
|
"required": false,
|
|
28563
|
-
"type": "\"top-
|
|
28581
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
28564
28582
|
"schema": {
|
|
28565
28583
|
"kind": "enum",
|
|
28566
|
-
"type": "\"top-
|
|
28584
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
28567
28585
|
"schema": {
|
|
28568
28586
|
"0": "undefined",
|
|
28569
|
-
"1": "\"top-
|
|
28570
|
-
"2": "\"top-
|
|
28587
|
+
"1": "\"top-right\"",
|
|
28588
|
+
"2": "\"top-left\"",
|
|
28571
28589
|
"3": "\"bottom-left\"",
|
|
28572
28590
|
"4": "\"bottom-right\""
|
|
28573
28591
|
}
|
|
@@ -29028,14 +29046,14 @@ const B24UIMeta = {
|
|
|
29028
29046
|
"description": "",
|
|
29029
29047
|
"tags": [],
|
|
29030
29048
|
"required": false,
|
|
29031
|
-
"type": "\"top-
|
|
29049
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
29032
29050
|
"schema": {
|
|
29033
29051
|
"kind": "enum",
|
|
29034
|
-
"type": "\"top-
|
|
29052
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
29035
29053
|
"schema": {
|
|
29036
29054
|
"0": "undefined",
|
|
29037
|
-
"1": "\"top-
|
|
29038
|
-
"2": "\"top-
|
|
29055
|
+
"1": "\"top-right\"",
|
|
29056
|
+
"2": "\"top-left\"",
|
|
29039
29057
|
"3": "\"bottom-left\"",
|
|
29040
29058
|
"4": "\"bottom-right\""
|
|
29041
29059
|
}
|
|
@@ -29487,14 +29505,14 @@ const B24UIMeta = {
|
|
|
29487
29505
|
"description": "",
|
|
29488
29506
|
"tags": [],
|
|
29489
29507
|
"required": false,
|
|
29490
|
-
"type": "\"top-
|
|
29508
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
29491
29509
|
"schema": {
|
|
29492
29510
|
"kind": "enum",
|
|
29493
|
-
"type": "\"top-
|
|
29511
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
29494
29512
|
"schema": {
|
|
29495
29513
|
"0": "undefined",
|
|
29496
|
-
"1": "\"top-
|
|
29497
|
-
"2": "\"top-
|
|
29514
|
+
"1": "\"top-right\"",
|
|
29515
|
+
"2": "\"top-left\"",
|
|
29498
29516
|
"3": "\"bottom-left\"",
|
|
29499
29517
|
"4": "\"bottom-right\""
|
|
29500
29518
|
}
|
|
@@ -29981,14 +29999,14 @@ const B24UIMeta = {
|
|
|
29981
29999
|
"description": "",
|
|
29982
30000
|
"tags": [],
|
|
29983
30001
|
"required": false,
|
|
29984
|
-
"type": "\"top-
|
|
30002
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
29985
30003
|
"schema": {
|
|
29986
30004
|
"kind": "enum",
|
|
29987
|
-
"type": "\"top-
|
|
30005
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
29988
30006
|
"schema": {
|
|
29989
30007
|
"0": "undefined",
|
|
29990
|
-
"1": "\"top-
|
|
29991
|
-
"2": "\"top-
|
|
30008
|
+
"1": "\"top-right\"",
|
|
30009
|
+
"2": "\"top-left\"",
|
|
29992
30010
|
"3": "\"bottom-left\"",
|
|
29993
30011
|
"4": "\"bottom-right\""
|
|
29994
30012
|
}
|
|
@@ -30413,14 +30431,14 @@ const B24UIMeta = {
|
|
|
30413
30431
|
"description": "",
|
|
30414
30432
|
"tags": [],
|
|
30415
30433
|
"required": false,
|
|
30416
|
-
"type": "\"top-
|
|
30434
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
30417
30435
|
"schema": {
|
|
30418
30436
|
"kind": "enum",
|
|
30419
|
-
"type": "\"top-
|
|
30437
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
30420
30438
|
"schema": {
|
|
30421
30439
|
"0": "undefined",
|
|
30422
|
-
"1": "\"top-
|
|
30423
|
-
"2": "\"top-
|
|
30440
|
+
"1": "\"top-right\"",
|
|
30441
|
+
"2": "\"top-left\"",
|
|
30424
30442
|
"3": "\"bottom-left\"",
|
|
30425
30443
|
"4": "\"bottom-right\""
|
|
30426
30444
|
}
|
|
@@ -30845,14 +30863,14 @@ const B24UIMeta = {
|
|
|
30845
30863
|
"description": "",
|
|
30846
30864
|
"tags": [],
|
|
30847
30865
|
"required": false,
|
|
30848
|
-
"type": "\"top-
|
|
30866
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
30849
30867
|
"schema": {
|
|
30850
30868
|
"kind": "enum",
|
|
30851
|
-
"type": "\"top-
|
|
30869
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
30852
30870
|
"schema": {
|
|
30853
30871
|
"0": "undefined",
|
|
30854
|
-
"1": "\"top-
|
|
30855
|
-
"2": "\"top-
|
|
30872
|
+
"1": "\"top-right\"",
|
|
30873
|
+
"2": "\"top-left\"",
|
|
30856
30874
|
"3": "\"bottom-left\"",
|
|
30857
30875
|
"4": "\"bottom-right\""
|
|
30858
30876
|
}
|
|
@@ -31277,14 +31295,14 @@ const B24UIMeta = {
|
|
|
31277
31295
|
"description": "",
|
|
31278
31296
|
"tags": [],
|
|
31279
31297
|
"required": false,
|
|
31280
|
-
"type": "\"top-
|
|
31298
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
31281
31299
|
"schema": {
|
|
31282
31300
|
"kind": "enum",
|
|
31283
|
-
"type": "\"top-
|
|
31301
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
31284
31302
|
"schema": {
|
|
31285
31303
|
"0": "undefined",
|
|
31286
|
-
"1": "\"top-
|
|
31287
|
-
"2": "\"top-
|
|
31304
|
+
"1": "\"top-right\"",
|
|
31305
|
+
"2": "\"top-left\"",
|
|
31288
31306
|
"3": "\"bottom-left\"",
|
|
31289
31307
|
"4": "\"bottom-right\""
|
|
31290
31308
|
}
|
|
@@ -32040,35 +32058,35 @@ const B24UIMeta = {
|
|
|
32040
32058
|
}
|
|
32041
32059
|
},
|
|
32042
32060
|
{
|
|
32043
|
-
"name": "
|
|
32061
|
+
"name": "name",
|
|
32044
32062
|
"global": false,
|
|
32045
|
-
"description": "
|
|
32063
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
32046
32064
|
"tags": [],
|
|
32047
32065
|
"required": false,
|
|
32048
|
-
"type": "
|
|
32066
|
+
"type": "string | undefined",
|
|
32049
32067
|
"schema": {
|
|
32050
32068
|
"kind": "enum",
|
|
32051
|
-
"type": "
|
|
32069
|
+
"type": "string | undefined",
|
|
32052
32070
|
"schema": {
|
|
32053
32071
|
"0": "undefined",
|
|
32054
|
-
"1": "
|
|
32055
|
-
"2": "true"
|
|
32072
|
+
"1": "string"
|
|
32056
32073
|
}
|
|
32057
32074
|
}
|
|
32058
32075
|
},
|
|
32059
32076
|
{
|
|
32060
|
-
"name": "
|
|
32077
|
+
"name": "disabled",
|
|
32061
32078
|
"global": false,
|
|
32062
|
-
"description": "
|
|
32079
|
+
"description": "When `true`, prevents the user from interacting with the switch.",
|
|
32063
32080
|
"tags": [],
|
|
32064
32081
|
"required": false,
|
|
32065
|
-
"type": "
|
|
32082
|
+
"type": "boolean | undefined",
|
|
32066
32083
|
"schema": {
|
|
32067
32084
|
"kind": "enum",
|
|
32068
|
-
"type": "
|
|
32085
|
+
"type": "boolean | undefined",
|
|
32069
32086
|
"schema": {
|
|
32070
32087
|
"0": "undefined",
|
|
32071
|
-
"1": "
|
|
32088
|
+
"1": "false",
|
|
32089
|
+
"2": "true"
|
|
32072
32090
|
}
|
|
32073
32091
|
}
|
|
32074
32092
|
},
|
|
@@ -34733,6 +34751,15 @@ const B24UIMeta = {
|
|
|
34733
34751
|
}
|
|
34734
34752
|
}
|
|
34735
34753
|
},
|
|
34754
|
+
"disabled": {
|
|
34755
|
+
"name": "disabled",
|
|
34756
|
+
"global": false,
|
|
34757
|
+
"description": "",
|
|
34758
|
+
"tags": [],
|
|
34759
|
+
"required": false,
|
|
34760
|
+
"type": "boolean | undefined",
|
|
34761
|
+
"schema": "boolean | undefined"
|
|
34762
|
+
},
|
|
34736
34763
|
"to": {
|
|
34737
34764
|
"name": "to",
|
|
34738
34765
|
"global": false,
|
|
@@ -34983,15 +35010,6 @@ const B24UIMeta = {
|
|
|
34983
35010
|
"type": "boolean | undefined",
|
|
34984
35011
|
"schema": "boolean | undefined"
|
|
34985
35012
|
},
|
|
34986
|
-
"disabled": {
|
|
34987
|
-
"name": "disabled",
|
|
34988
|
-
"global": false,
|
|
34989
|
-
"description": "",
|
|
34990
|
-
"tags": [],
|
|
34991
|
-
"required": false,
|
|
34992
|
-
"type": "boolean | undefined",
|
|
34993
|
-
"schema": "boolean | undefined"
|
|
34994
|
-
},
|
|
34995
35013
|
"active": {
|
|
34996
35014
|
"name": "active",
|
|
34997
35015
|
"global": false,
|
|
@@ -35426,20 +35444,21 @@ const B24UIMeta = {
|
|
|
35426
35444
|
"description": "",
|
|
35427
35445
|
"tags": [],
|
|
35428
35446
|
"required": false,
|
|
35429
|
-
"type": "\"top-
|
|
35447
|
+
"type": "\"top-right\" | \"top-left\" | \"top-center\" | \"bottom-left\" | \"bottom-center\" | \"bottom-right\" | undefined",
|
|
35430
35448
|
"schema": {
|
|
35431
35449
|
"kind": "enum",
|
|
35432
|
-
"type": "\"top-
|
|
35450
|
+
"type": "\"top-right\" | \"top-left\" | \"top-center\" | \"bottom-left\" | \"bottom-center\" | \"bottom-right\" | undefined",
|
|
35433
35451
|
"schema": {
|
|
35434
35452
|
"0": "undefined",
|
|
35435
|
-
"1": "\"top-
|
|
35436
|
-
"2": "\"top-
|
|
35437
|
-
"3": "\"top-
|
|
35453
|
+
"1": "\"top-right\"",
|
|
35454
|
+
"2": "\"top-left\"",
|
|
35455
|
+
"3": "\"top-center\"",
|
|
35438
35456
|
"4": "\"bottom-left\"",
|
|
35439
35457
|
"5": "\"bottom-center\"",
|
|
35440
35458
|
"6": "\"bottom-right\""
|
|
35441
35459
|
}
|
|
35442
|
-
}
|
|
35460
|
+
},
|
|
35461
|
+
"default": "\"top-right\" as const"
|
|
35443
35462
|
},
|
|
35444
35463
|
{
|
|
35445
35464
|
"name": "expand",
|
|
@@ -36580,6 +36599,15 @@ const B24UIMeta = {
|
|
|
36580
36599
|
}
|
|
36581
36600
|
}
|
|
36582
36601
|
},
|
|
36602
|
+
"disabled": {
|
|
36603
|
+
"name": "disabled",
|
|
36604
|
+
"global": false,
|
|
36605
|
+
"description": "",
|
|
36606
|
+
"tags": [],
|
|
36607
|
+
"required": false,
|
|
36608
|
+
"type": "boolean | undefined",
|
|
36609
|
+
"schema": "boolean | undefined"
|
|
36610
|
+
},
|
|
36583
36611
|
"to": {
|
|
36584
36612
|
"name": "to",
|
|
36585
36613
|
"global": false,
|
|
@@ -36830,15 +36858,6 @@ const B24UIMeta = {
|
|
|
36830
36858
|
"type": "boolean | undefined",
|
|
36831
36859
|
"schema": "boolean | undefined"
|
|
36832
36860
|
},
|
|
36833
|
-
"disabled": {
|
|
36834
|
-
"name": "disabled",
|
|
36835
|
-
"global": false,
|
|
36836
|
-
"description": "",
|
|
36837
|
-
"tags": [],
|
|
36838
|
-
"required": false,
|
|
36839
|
-
"type": "boolean | undefined",
|
|
36840
|
-
"schema": "boolean | undefined"
|
|
36841
|
-
},
|
|
36842
36861
|
"active": {
|
|
36843
36862
|
"name": "active",
|
|
36844
36863
|
"global": false,
|
|
@@ -37620,6 +37639,15 @@ const B24UIMeta = {
|
|
|
37620
37639
|
}
|
|
37621
37640
|
}
|
|
37622
37641
|
},
|
|
37642
|
+
"disabled": {
|
|
37643
|
+
"name": "disabled",
|
|
37644
|
+
"global": false,
|
|
37645
|
+
"description": "",
|
|
37646
|
+
"tags": [],
|
|
37647
|
+
"required": false,
|
|
37648
|
+
"type": "boolean | undefined",
|
|
37649
|
+
"schema": "boolean | undefined"
|
|
37650
|
+
},
|
|
37623
37651
|
"to": {
|
|
37624
37652
|
"name": "to",
|
|
37625
37653
|
"global": false,
|
|
@@ -37870,15 +37898,6 @@ const B24UIMeta = {
|
|
|
37870
37898
|
"type": "boolean | undefined",
|
|
37871
37899
|
"schema": "boolean | undefined"
|
|
37872
37900
|
},
|
|
37873
|
-
"disabled": {
|
|
37874
|
-
"name": "disabled",
|
|
37875
|
-
"global": false,
|
|
37876
|
-
"description": "",
|
|
37877
|
-
"tags": [],
|
|
37878
|
-
"required": false,
|
|
37879
|
-
"type": "boolean | undefined",
|
|
37880
|
-
"schema": "boolean | undefined"
|
|
37881
|
-
},
|
|
37882
37901
|
"active": {
|
|
37883
37902
|
"name": "active",
|
|
37884
37903
|
"global": false,
|
|
@@ -38599,6 +38618,15 @@ const B24UIMeta = {
|
|
|
38599
38618
|
}
|
|
38600
38619
|
}
|
|
38601
38620
|
},
|
|
38621
|
+
"disabled": {
|
|
38622
|
+
"name": "disabled",
|
|
38623
|
+
"global": false,
|
|
38624
|
+
"description": "",
|
|
38625
|
+
"tags": [],
|
|
38626
|
+
"required": false,
|
|
38627
|
+
"type": "boolean | undefined",
|
|
38628
|
+
"schema": "boolean | undefined"
|
|
38629
|
+
},
|
|
38602
38630
|
"to": {
|
|
38603
38631
|
"name": "to",
|
|
38604
38632
|
"global": false,
|
|
@@ -38849,15 +38877,6 @@ const B24UIMeta = {
|
|
|
38849
38877
|
"type": "boolean | undefined",
|
|
38850
38878
|
"schema": "boolean | undefined"
|
|
38851
38879
|
},
|
|
38852
|
-
"disabled": {
|
|
38853
|
-
"name": "disabled",
|
|
38854
|
-
"global": false,
|
|
38855
|
-
"description": "",
|
|
38856
|
-
"tags": [],
|
|
38857
|
-
"required": false,
|
|
38858
|
-
"type": "boolean | undefined",
|
|
38859
|
-
"schema": "boolean | undefined"
|
|
38860
|
-
},
|
|
38861
38880
|
"active": {
|
|
38862
38881
|
"name": "active",
|
|
38863
38882
|
"global": false,
|
|
@@ -39578,6 +39597,15 @@ const B24UIMeta = {
|
|
|
39578
39597
|
}
|
|
39579
39598
|
}
|
|
39580
39599
|
},
|
|
39600
|
+
"disabled": {
|
|
39601
|
+
"name": "disabled",
|
|
39602
|
+
"global": false,
|
|
39603
|
+
"description": "",
|
|
39604
|
+
"tags": [],
|
|
39605
|
+
"required": false,
|
|
39606
|
+
"type": "boolean | undefined",
|
|
39607
|
+
"schema": "boolean | undefined"
|
|
39608
|
+
},
|
|
39581
39609
|
"to": {
|
|
39582
39610
|
"name": "to",
|
|
39583
39611
|
"global": false,
|
|
@@ -39828,15 +39856,6 @@ const B24UIMeta = {
|
|
|
39828
39856
|
"type": "boolean | undefined",
|
|
39829
39857
|
"schema": "boolean | undefined"
|
|
39830
39858
|
},
|
|
39831
|
-
"disabled": {
|
|
39832
|
-
"name": "disabled",
|
|
39833
|
-
"global": false,
|
|
39834
|
-
"description": "",
|
|
39835
|
-
"tags": [],
|
|
39836
|
-
"required": false,
|
|
39837
|
-
"type": "boolean | undefined",
|
|
39838
|
-
"schema": "boolean | undefined"
|
|
39839
|
-
},
|
|
39840
39859
|
"active": {
|
|
39841
39860
|
"name": "active",
|
|
39842
39861
|
"global": false,
|
|
@@ -40557,6 +40576,15 @@ const B24UIMeta = {
|
|
|
40557
40576
|
}
|
|
40558
40577
|
}
|
|
40559
40578
|
},
|
|
40579
|
+
"disabled": {
|
|
40580
|
+
"name": "disabled",
|
|
40581
|
+
"global": false,
|
|
40582
|
+
"description": "",
|
|
40583
|
+
"tags": [],
|
|
40584
|
+
"required": false,
|
|
40585
|
+
"type": "boolean | undefined",
|
|
40586
|
+
"schema": "boolean | undefined"
|
|
40587
|
+
},
|
|
40560
40588
|
"to": {
|
|
40561
40589
|
"name": "to",
|
|
40562
40590
|
"global": false,
|
|
@@ -40807,15 +40835,6 @@ const B24UIMeta = {
|
|
|
40807
40835
|
"type": "boolean | undefined",
|
|
40808
40836
|
"schema": "boolean | undefined"
|
|
40809
40837
|
},
|
|
40810
|
-
"disabled": {
|
|
40811
|
-
"name": "disabled",
|
|
40812
|
-
"global": false,
|
|
40813
|
-
"description": "",
|
|
40814
|
-
"tags": [],
|
|
40815
|
-
"required": false,
|
|
40816
|
-
"type": "boolean | undefined",
|
|
40817
|
-
"schema": "boolean | undefined"
|
|
40818
|
-
},
|
|
40819
40838
|
"active": {
|
|
40820
40839
|
"name": "active",
|
|
40821
40840
|
"global": false,
|