@bitrix24/b24ui-nuxt 0.3.0 → 0.3.2
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/.nuxt/b24ui.css +3 -2
- package/README.md +2 -2
- 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/useConfetti.d.ts +17 -0
- package/dist/runtime/composables/useConfetti.js +11 -0
- package/dist/runtime/types/index.d.ts +1 -1
- package/dist/runtime/types/index.js +1 -1
- package/dist/runtime/vue/components/Link.vue +24 -5
- package/dist/shared/{b24ui-nuxt.aLj37Bax.mjs → b24ui-nuxt.BTln9cW-.mjs} +16 -7
- package/dist/shared/{b24ui-nuxt.BDw9-NAb.cjs → b24ui-nuxt.ngV6AJEg.cjs} +16 -7
- package/dist/unplugin.cjs +3 -3
- package/dist/unplugin.mjs +3 -3
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +3 -1
package/dist/meta.d.mts
CHANGED
|
@@ -959,6 +959,15 @@ var B24UIMeta = {
|
|
|
959
959
|
}
|
|
960
960
|
}
|
|
961
961
|
},
|
|
962
|
+
"disabled": {
|
|
963
|
+
"name": "disabled",
|
|
964
|
+
"global": false,
|
|
965
|
+
"description": "",
|
|
966
|
+
"tags": [],
|
|
967
|
+
"required": false,
|
|
968
|
+
"type": "boolean | undefined",
|
|
969
|
+
"schema": "boolean | undefined"
|
|
970
|
+
},
|
|
962
971
|
"to": {
|
|
963
972
|
"name": "to",
|
|
964
973
|
"global": false,
|
|
@@ -1209,15 +1218,6 @@ var B24UIMeta = {
|
|
|
1209
1218
|
"type": "boolean | undefined",
|
|
1210
1219
|
"schema": "boolean | undefined"
|
|
1211
1220
|
},
|
|
1212
|
-
"disabled": {
|
|
1213
|
-
"name": "disabled",
|
|
1214
|
-
"global": false,
|
|
1215
|
-
"description": "",
|
|
1216
|
-
"tags": [],
|
|
1217
|
-
"required": false,
|
|
1218
|
-
"type": "boolean | undefined",
|
|
1219
|
-
"schema": "boolean | undefined"
|
|
1220
|
-
},
|
|
1221
1221
|
"active": {
|
|
1222
1222
|
"name": "active",
|
|
1223
1223
|
"global": false,
|
|
@@ -1725,15 +1725,15 @@ var B24UIMeta = {
|
|
|
1725
1725
|
"description": "",
|
|
1726
1726
|
"tags": [],
|
|
1727
1727
|
"required": false,
|
|
1728
|
-
"type": "\"top-
|
|
1728
|
+
"type": "\"top-right\" | \"top-left\" | \"top-center\" | \"bottom-left\" | \"bottom-center\" | \"bottom-right\" | undefined",
|
|
1729
1729
|
"schema": {
|
|
1730
1730
|
"kind": "enum",
|
|
1731
|
-
"type": "\"top-
|
|
1731
|
+
"type": "\"top-right\" | \"top-left\" | \"top-center\" | \"bottom-left\" | \"bottom-center\" | \"bottom-right\" | undefined",
|
|
1732
1732
|
"schema": {
|
|
1733
1733
|
"0": "undefined",
|
|
1734
|
-
"1": "\"top-
|
|
1735
|
-
"2": "\"top-
|
|
1736
|
-
"3": "\"top-
|
|
1734
|
+
"1": "\"top-right\"",
|
|
1735
|
+
"2": "\"top-left\"",
|
|
1736
|
+
"3": "\"top-center\"",
|
|
1737
1737
|
"4": "\"bottom-left\"",
|
|
1738
1738
|
"5": "\"bottom-center\"",
|
|
1739
1739
|
"6": "\"bottom-right\""
|
|
@@ -3482,6 +3482,23 @@ var B24UIMeta = {
|
|
|
3482
3482
|
},
|
|
3483
3483
|
"default": "\"button\""
|
|
3484
3484
|
},
|
|
3485
|
+
{
|
|
3486
|
+
"name": "disabled",
|
|
3487
|
+
"global": false,
|
|
3488
|
+
"description": "",
|
|
3489
|
+
"tags": [],
|
|
3490
|
+
"required": false,
|
|
3491
|
+
"type": "boolean | undefined",
|
|
3492
|
+
"schema": {
|
|
3493
|
+
"kind": "enum",
|
|
3494
|
+
"type": "boolean | undefined",
|
|
3495
|
+
"schema": {
|
|
3496
|
+
"0": "undefined",
|
|
3497
|
+
"1": "false",
|
|
3498
|
+
"2": "true"
|
|
3499
|
+
}
|
|
3500
|
+
}
|
|
3501
|
+
},
|
|
3485
3502
|
{
|
|
3486
3503
|
"name": "to",
|
|
3487
3504
|
"global": false,
|
|
@@ -3777,23 +3794,6 @@ var B24UIMeta = {
|
|
|
3777
3794
|
}
|
|
3778
3795
|
}
|
|
3779
3796
|
},
|
|
3780
|
-
{
|
|
3781
|
-
"name": "disabled",
|
|
3782
|
-
"global": false,
|
|
3783
|
-
"description": "",
|
|
3784
|
-
"tags": [],
|
|
3785
|
-
"required": false,
|
|
3786
|
-
"type": "boolean | undefined",
|
|
3787
|
-
"schema": {
|
|
3788
|
-
"kind": "enum",
|
|
3789
|
-
"type": "boolean | undefined",
|
|
3790
|
-
"schema": {
|
|
3791
|
-
"0": "undefined",
|
|
3792
|
-
"1": "false",
|
|
3793
|
-
"2": "true"
|
|
3794
|
-
}
|
|
3795
|
-
}
|
|
3796
|
-
},
|
|
3797
3797
|
{
|
|
3798
3798
|
"name": "active",
|
|
3799
3799
|
"global": false,
|
|
@@ -4554,35 +4554,35 @@ var B24UIMeta = {
|
|
|
4554
4554
|
}
|
|
4555
4555
|
},
|
|
4556
4556
|
{
|
|
4557
|
-
"name": "
|
|
4557
|
+
"name": "name",
|
|
4558
4558
|
"global": false,
|
|
4559
|
-
"description": "
|
|
4559
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
4560
4560
|
"tags": [],
|
|
4561
4561
|
"required": false,
|
|
4562
|
-
"type": "
|
|
4562
|
+
"type": "string | undefined",
|
|
4563
4563
|
"schema": {
|
|
4564
4564
|
"kind": "enum",
|
|
4565
|
-
"type": "
|
|
4565
|
+
"type": "string | undefined",
|
|
4566
4566
|
"schema": {
|
|
4567
4567
|
"0": "undefined",
|
|
4568
|
-
"1": "
|
|
4569
|
-
"2": "true"
|
|
4568
|
+
"1": "string"
|
|
4570
4569
|
}
|
|
4571
4570
|
}
|
|
4572
4571
|
},
|
|
4573
4572
|
{
|
|
4574
|
-
"name": "
|
|
4573
|
+
"name": "disabled",
|
|
4575
4574
|
"global": false,
|
|
4576
|
-
"description": "
|
|
4575
|
+
"description": "When `true`, prevents the user from interacting with the checkbox",
|
|
4577
4576
|
"tags": [],
|
|
4578
4577
|
"required": false,
|
|
4579
|
-
"type": "
|
|
4578
|
+
"type": "boolean | undefined",
|
|
4580
4579
|
"schema": {
|
|
4581
4580
|
"kind": "enum",
|
|
4582
|
-
"type": "
|
|
4581
|
+
"type": "boolean | undefined",
|
|
4583
4582
|
"schema": {
|
|
4584
4583
|
"0": "undefined",
|
|
4585
|
-
"1": "
|
|
4584
|
+
"1": "false",
|
|
4585
|
+
"2": "true"
|
|
4586
4586
|
}
|
|
4587
4587
|
}
|
|
4588
4588
|
},
|
|
@@ -4836,14 +4836,14 @@ var B24UIMeta = {
|
|
|
4836
4836
|
"description": "",
|
|
4837
4837
|
"tags": [],
|
|
4838
4838
|
"required": false,
|
|
4839
|
-
"type": "\"top-
|
|
4839
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
4840
4840
|
"schema": {
|
|
4841
4841
|
"kind": "enum",
|
|
4842
|
-
"type": "\"top-
|
|
4842
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
4843
4843
|
"schema": {
|
|
4844
4844
|
"0": "undefined",
|
|
4845
|
-
"1": "\"top-
|
|
4846
|
-
"2": "\"top-
|
|
4845
|
+
"1": "\"top-right\"",
|
|
4846
|
+
"2": "\"top-left\"",
|
|
4847
4847
|
"3": "\"bottom-left\"",
|
|
4848
4848
|
"4": "\"bottom-right\""
|
|
4849
4849
|
}
|
|
@@ -5710,13 +5710,13 @@ var B24UIMeta = {
|
|
|
5710
5710
|
"description": "",
|
|
5711
5711
|
"tags": [],
|
|
5712
5712
|
"required": false,
|
|
5713
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
5713
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
5714
5714
|
"schema": {
|
|
5715
5715
|
"kind": "enum",
|
|
5716
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
5716
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
5717
5717
|
"schema": {
|
|
5718
5718
|
"0": "undefined",
|
|
5719
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
5719
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
5720
5720
|
}
|
|
5721
5721
|
}
|
|
5722
5722
|
},
|
|
@@ -6490,13 +6490,13 @@ var B24UIMeta = {
|
|
|
6490
6490
|
}
|
|
6491
6491
|
],
|
|
6492
6492
|
"required": false,
|
|
6493
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6493
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
6494
6494
|
"schema": {
|
|
6495
6495
|
"kind": "enum",
|
|
6496
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6496
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
6497
6497
|
"schema": {
|
|
6498
6498
|
"0": "undefined",
|
|
6499
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6499
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
6500
6500
|
}
|
|
6501
6501
|
}
|
|
6502
6502
|
},
|
|
@@ -6886,13 +6886,13 @@ var B24UIMeta = {
|
|
|
6886
6886
|
"description": "",
|
|
6887
6887
|
"tags": [],
|
|
6888
6888
|
"required": false,
|
|
6889
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6889
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
6890
6890
|
"schema": {
|
|
6891
6891
|
"kind": "enum",
|
|
6892
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6892
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
6893
6893
|
"schema": {
|
|
6894
6894
|
"0": "undefined",
|
|
6895
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6895
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
6896
6896
|
}
|
|
6897
6897
|
}
|
|
6898
6898
|
},
|
|
@@ -7836,13 +7836,13 @@ var B24UIMeta = {
|
|
|
7836
7836
|
"description": "",
|
|
7837
7837
|
"tags": [],
|
|
7838
7838
|
"required": false,
|
|
7839
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7839
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
7840
7840
|
"schema": {
|
|
7841
7841
|
"kind": "enum",
|
|
7842
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7842
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
7843
7843
|
"schema": {
|
|
7844
7844
|
"0": "undefined",
|
|
7845
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7845
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
7846
7846
|
}
|
|
7847
7847
|
}
|
|
7848
7848
|
},
|
|
@@ -8786,13 +8786,13 @@ var B24UIMeta = {
|
|
|
8786
8786
|
"description": "",
|
|
8787
8787
|
"tags": [],
|
|
8788
8788
|
"required": false,
|
|
8789
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8789
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
8790
8790
|
"schema": {
|
|
8791
8791
|
"kind": "enum",
|
|
8792
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8792
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
8793
8793
|
"schema": {
|
|
8794
8794
|
"0": "undefined",
|
|
8795
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8795
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
8796
8796
|
}
|
|
8797
8797
|
}
|
|
8798
8798
|
},
|
|
@@ -9736,13 +9736,13 @@ var B24UIMeta = {
|
|
|
9736
9736
|
"description": "",
|
|
9737
9737
|
"tags": [],
|
|
9738
9738
|
"required": false,
|
|
9739
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9739
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
9740
9740
|
"schema": {
|
|
9741
9741
|
"kind": "enum",
|
|
9742
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9742
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
9743
9743
|
"schema": {
|
|
9744
9744
|
"0": "undefined",
|
|
9745
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9745
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
9746
9746
|
}
|
|
9747
9747
|
}
|
|
9748
9748
|
},
|
|
@@ -10866,13 +10866,13 @@ var B24UIMeta = {
|
|
|
10866
10866
|
"description": "",
|
|
10867
10867
|
"tags": [],
|
|
10868
10868
|
"required": false,
|
|
10869
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10869
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
10870
10870
|
"schema": {
|
|
10871
10871
|
"kind": "enum",
|
|
10872
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10872
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
10873
10873
|
"schema": {
|
|
10874
10874
|
"0": "undefined",
|
|
10875
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10875
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
10876
10876
|
}
|
|
10877
10877
|
}
|
|
10878
10878
|
},
|
|
@@ -13752,13 +13752,13 @@ var B24UIMeta = {
|
|
|
13752
13752
|
}
|
|
13753
13753
|
],
|
|
13754
13754
|
"required": false,
|
|
13755
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
13755
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
13756
13756
|
"schema": {
|
|
13757
13757
|
"kind": "enum",
|
|
13758
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
13758
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
13759
13759
|
"schema": {
|
|
13760
13760
|
"0": "undefined",
|
|
13761
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
13761
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
13762
13762
|
}
|
|
13763
13763
|
}
|
|
13764
13764
|
},
|
|
@@ -14146,14 +14146,14 @@ var B24UIMeta = {
|
|
|
14146
14146
|
"description": "",
|
|
14147
14147
|
"tags": [],
|
|
14148
14148
|
"required": false,
|
|
14149
|
-
"type": "\"top-
|
|
14149
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
14150
14150
|
"schema": {
|
|
14151
14151
|
"kind": "enum",
|
|
14152
|
-
"type": "\"top-
|
|
14152
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
14153
14153
|
"schema": {
|
|
14154
14154
|
"0": "undefined",
|
|
14155
|
-
"1": "\"top-
|
|
14156
|
-
"2": "\"top-
|
|
14155
|
+
"1": "\"top-right\"",
|
|
14156
|
+
"2": "\"top-left\"",
|
|
14157
14157
|
"3": "\"bottom-left\"",
|
|
14158
14158
|
"4": "\"bottom-right\""
|
|
14159
14159
|
}
|
|
@@ -14503,35 +14503,35 @@ var B24UIMeta = {
|
|
|
14503
14503
|
}
|
|
14504
14504
|
},
|
|
14505
14505
|
{
|
|
14506
|
-
"name": "
|
|
14506
|
+
"name": "name",
|
|
14507
14507
|
"global": false,
|
|
14508
|
-
"description": "
|
|
14508
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
14509
14509
|
"tags": [],
|
|
14510
14510
|
"required": false,
|
|
14511
|
-
"type": "
|
|
14511
|
+
"type": "string | undefined",
|
|
14512
14512
|
"schema": {
|
|
14513
14513
|
"kind": "enum",
|
|
14514
|
-
"type": "
|
|
14514
|
+
"type": "string | undefined",
|
|
14515
14515
|
"schema": {
|
|
14516
14516
|
"0": "undefined",
|
|
14517
|
-
"1": "
|
|
14518
|
-
"2": "true"
|
|
14517
|
+
"1": "string"
|
|
14519
14518
|
}
|
|
14520
14519
|
}
|
|
14521
14520
|
},
|
|
14522
14521
|
{
|
|
14523
|
-
"name": "
|
|
14522
|
+
"name": "disabled",
|
|
14524
14523
|
"global": false,
|
|
14525
|
-
"description": "
|
|
14524
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
14526
14525
|
"tags": [],
|
|
14527
14526
|
"required": false,
|
|
14528
|
-
"type": "
|
|
14527
|
+
"type": "boolean | undefined",
|
|
14529
14528
|
"schema": {
|
|
14530
14529
|
"kind": "enum",
|
|
14531
|
-
"type": "
|
|
14530
|
+
"type": "boolean | undefined",
|
|
14532
14531
|
"schema": {
|
|
14533
14532
|
"0": "undefined",
|
|
14534
|
-
"1": "
|
|
14533
|
+
"1": "false",
|
|
14534
|
+
"2": "true"
|
|
14535
14535
|
}
|
|
14536
14536
|
}
|
|
14537
14537
|
},
|
|
@@ -15097,14 +15097,14 @@ var B24UIMeta = {
|
|
|
15097
15097
|
"description": "",
|
|
15098
15098
|
"tags": [],
|
|
15099
15099
|
"required": false,
|
|
15100
|
-
"type": "\"top-
|
|
15100
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
15101
15101
|
"schema": {
|
|
15102
15102
|
"kind": "enum",
|
|
15103
|
-
"type": "\"top-
|
|
15103
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
15104
15104
|
"schema": {
|
|
15105
15105
|
"0": "undefined",
|
|
15106
|
-
"1": "\"top-
|
|
15107
|
-
"2": "\"top-
|
|
15106
|
+
"1": "\"top-right\"",
|
|
15107
|
+
"2": "\"top-left\"",
|
|
15108
15108
|
"3": "\"bottom-left\"",
|
|
15109
15109
|
"4": "\"bottom-right\""
|
|
15110
15110
|
}
|
|
@@ -15565,14 +15565,14 @@ var B24UIMeta = {
|
|
|
15565
15565
|
"description": "",
|
|
15566
15566
|
"tags": [],
|
|
15567
15567
|
"required": false,
|
|
15568
|
-
"type": "\"top-
|
|
15568
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
15569
15569
|
"schema": {
|
|
15570
15570
|
"kind": "enum",
|
|
15571
|
-
"type": "\"top-
|
|
15571
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
15572
15572
|
"schema": {
|
|
15573
15573
|
"0": "undefined",
|
|
15574
|
-
"1": "\"top-
|
|
15575
|
-
"2": "\"top-
|
|
15574
|
+
"1": "\"top-right\"",
|
|
15575
|
+
"2": "\"top-left\"",
|
|
15576
15576
|
"3": "\"bottom-left\"",
|
|
15577
15577
|
"4": "\"bottom-right\""
|
|
15578
15578
|
}
|
|
@@ -16059,14 +16059,14 @@ var B24UIMeta = {
|
|
|
16059
16059
|
"description": "",
|
|
16060
16060
|
"tags": [],
|
|
16061
16061
|
"required": false,
|
|
16062
|
-
"type": "\"top-
|
|
16062
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
16063
16063
|
"schema": {
|
|
16064
16064
|
"kind": "enum",
|
|
16065
|
-
"type": "\"top-
|
|
16065
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
16066
16066
|
"schema": {
|
|
16067
16067
|
"0": "undefined",
|
|
16068
|
-
"1": "\"top-
|
|
16069
|
-
"2": "\"top-
|
|
16068
|
+
"1": "\"top-right\"",
|
|
16069
|
+
"2": "\"top-left\"",
|
|
16070
16070
|
"3": "\"bottom-left\"",
|
|
16071
16071
|
"4": "\"bottom-right\""
|
|
16072
16072
|
}
|
|
@@ -16491,14 +16491,14 @@ var B24UIMeta = {
|
|
|
16491
16491
|
"description": "",
|
|
16492
16492
|
"tags": [],
|
|
16493
16493
|
"required": false,
|
|
16494
|
-
"type": "\"top-
|
|
16494
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
16495
16495
|
"schema": {
|
|
16496
16496
|
"kind": "enum",
|
|
16497
|
-
"type": "\"top-
|
|
16497
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
16498
16498
|
"schema": {
|
|
16499
16499
|
"0": "undefined",
|
|
16500
|
-
"1": "\"top-
|
|
16501
|
-
"2": "\"top-
|
|
16500
|
+
"1": "\"top-right\"",
|
|
16501
|
+
"2": "\"top-left\"",
|
|
16502
16502
|
"3": "\"bottom-left\"",
|
|
16503
16503
|
"4": "\"bottom-right\""
|
|
16504
16504
|
}
|
|
@@ -16923,14 +16923,14 @@ var B24UIMeta = {
|
|
|
16923
16923
|
"description": "",
|
|
16924
16924
|
"tags": [],
|
|
16925
16925
|
"required": false,
|
|
16926
|
-
"type": "\"top-
|
|
16926
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
16927
16927
|
"schema": {
|
|
16928
16928
|
"kind": "enum",
|
|
16929
|
-
"type": "\"top-
|
|
16929
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
16930
16930
|
"schema": {
|
|
16931
16931
|
"0": "undefined",
|
|
16932
|
-
"1": "\"top-
|
|
16933
|
-
"2": "\"top-
|
|
16932
|
+
"1": "\"top-right\"",
|
|
16933
|
+
"2": "\"top-left\"",
|
|
16934
16934
|
"3": "\"bottom-left\"",
|
|
16935
16935
|
"4": "\"bottom-right\""
|
|
16936
16936
|
}
|
|
@@ -17355,14 +17355,14 @@ var B24UIMeta = {
|
|
|
17355
17355
|
"description": "",
|
|
17356
17356
|
"tags": [],
|
|
17357
17357
|
"required": false,
|
|
17358
|
-
"type": "\"top-
|
|
17358
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
17359
17359
|
"schema": {
|
|
17360
17360
|
"kind": "enum",
|
|
17361
|
-
"type": "\"top-
|
|
17361
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
17362
17362
|
"schema": {
|
|
17363
17363
|
"0": "undefined",
|
|
17364
|
-
"1": "\"top-
|
|
17365
|
-
"2": "\"top-
|
|
17364
|
+
"1": "\"top-right\"",
|
|
17365
|
+
"2": "\"top-left\"",
|
|
17366
17366
|
"3": "\"bottom-left\"",
|
|
17367
17367
|
"4": "\"bottom-right\""
|
|
17368
17368
|
}
|
|
@@ -17787,14 +17787,14 @@ var B24UIMeta = {
|
|
|
17787
17787
|
"description": "",
|
|
17788
17788
|
"tags": [],
|
|
17789
17789
|
"required": false,
|
|
17790
|
-
"type": "\"top-
|
|
17790
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
17791
17791
|
"schema": {
|
|
17792
17792
|
"kind": "enum",
|
|
17793
|
-
"type": "\"top-
|
|
17793
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
17794
17794
|
"schema": {
|
|
17795
17795
|
"0": "undefined",
|
|
17796
|
-
"1": "\"top-
|
|
17797
|
-
"2": "\"top-
|
|
17796
|
+
"1": "\"top-right\"",
|
|
17797
|
+
"2": "\"top-left\"",
|
|
17798
17798
|
"3": "\"bottom-left\"",
|
|
17799
17799
|
"4": "\"bottom-right\""
|
|
17800
17800
|
}
|
|
@@ -18219,14 +18219,14 @@ var B24UIMeta = {
|
|
|
18219
18219
|
"description": "",
|
|
18220
18220
|
"tags": [],
|
|
18221
18221
|
"required": false,
|
|
18222
|
-
"type": "\"top-
|
|
18222
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
18223
18223
|
"schema": {
|
|
18224
18224
|
"kind": "enum",
|
|
18225
|
-
"type": "\"top-
|
|
18225
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
18226
18226
|
"schema": {
|
|
18227
18227
|
"0": "undefined",
|
|
18228
|
-
"1": "\"top-
|
|
18229
|
-
"2": "\"top-
|
|
18228
|
+
"1": "\"top-right\"",
|
|
18229
|
+
"2": "\"top-left\"",
|
|
18230
18230
|
"3": "\"bottom-left\"",
|
|
18231
18231
|
"4": "\"bottom-right\""
|
|
18232
18232
|
}
|
|
@@ -19026,6 +19026,15 @@ var B24UIMeta = {
|
|
|
19026
19026
|
}
|
|
19027
19027
|
}
|
|
19028
19028
|
},
|
|
19029
|
+
"disabled": {
|
|
19030
|
+
"name": "disabled",
|
|
19031
|
+
"global": false,
|
|
19032
|
+
"description": "",
|
|
19033
|
+
"tags": [],
|
|
19034
|
+
"required": false,
|
|
19035
|
+
"type": "boolean | undefined",
|
|
19036
|
+
"schema": "boolean | undefined"
|
|
19037
|
+
},
|
|
19029
19038
|
"to": {
|
|
19030
19039
|
"name": "to",
|
|
19031
19040
|
"global": false,
|
|
@@ -19276,15 +19285,6 @@ var B24UIMeta = {
|
|
|
19276
19285
|
"type": "boolean | undefined",
|
|
19277
19286
|
"schema": "boolean | undefined"
|
|
19278
19287
|
},
|
|
19279
|
-
"disabled": {
|
|
19280
|
-
"name": "disabled",
|
|
19281
|
-
"global": false,
|
|
19282
|
-
"description": "",
|
|
19283
|
-
"tags": [],
|
|
19284
|
-
"required": false,
|
|
19285
|
-
"type": "boolean | undefined",
|
|
19286
|
-
"schema": "boolean | undefined"
|
|
19287
|
-
},
|
|
19288
19288
|
"active": {
|
|
19289
19289
|
"name": "active",
|
|
19290
19290
|
"global": false,
|
|
@@ -19908,6 +19908,15 @@ var B24UIMeta = {
|
|
|
19908
19908
|
}
|
|
19909
19909
|
}
|
|
19910
19910
|
},
|
|
19911
|
+
"disabled": {
|
|
19912
|
+
"name": "disabled",
|
|
19913
|
+
"global": false,
|
|
19914
|
+
"description": "",
|
|
19915
|
+
"tags": [],
|
|
19916
|
+
"required": false,
|
|
19917
|
+
"type": "boolean | undefined",
|
|
19918
|
+
"schema": "boolean | undefined"
|
|
19919
|
+
},
|
|
19911
19920
|
"to": {
|
|
19912
19921
|
"name": "to",
|
|
19913
19922
|
"global": false,
|
|
@@ -20158,15 +20167,6 @@ var B24UIMeta = {
|
|
|
20158
20167
|
"type": "boolean | undefined",
|
|
20159
20168
|
"schema": "boolean | undefined"
|
|
20160
20169
|
},
|
|
20161
|
-
"disabled": {
|
|
20162
|
-
"name": "disabled",
|
|
20163
|
-
"global": false,
|
|
20164
|
-
"description": "",
|
|
20165
|
-
"tags": [],
|
|
20166
|
-
"required": false,
|
|
20167
|
-
"type": "boolean | undefined",
|
|
20168
|
-
"schema": "boolean | undefined"
|
|
20169
|
-
},
|
|
20170
20170
|
"active": {
|
|
20171
20171
|
"name": "active",
|
|
20172
20172
|
"global": false,
|
|
@@ -20450,51 +20450,51 @@ var B24UIMeta = {
|
|
|
20450
20450
|
}
|
|
20451
20451
|
},
|
|
20452
20452
|
{
|
|
20453
|
-
"name": "
|
|
20453
|
+
"name": "name",
|
|
20454
20454
|
"global": false,
|
|
20455
|
-
"description": "
|
|
20455
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
20456
20456
|
"tags": [],
|
|
20457
20457
|
"required": false,
|
|
20458
|
-
"type": "
|
|
20458
|
+
"type": "string | undefined",
|
|
20459
20459
|
"schema": {
|
|
20460
20460
|
"kind": "enum",
|
|
20461
|
-
"type": "
|
|
20461
|
+
"type": "string | undefined",
|
|
20462
20462
|
"schema": {
|
|
20463
20463
|
"0": "undefined",
|
|
20464
|
-
"1": "
|
|
20465
|
-
"2": "true"
|
|
20464
|
+
"1": "string"
|
|
20466
20465
|
}
|
|
20467
20466
|
}
|
|
20468
20467
|
},
|
|
20469
20468
|
{
|
|
20470
|
-
"name": "
|
|
20469
|
+
"name": "disabled",
|
|
20471
20470
|
"global": false,
|
|
20472
|
-
"description": "
|
|
20471
|
+
"description": "When `true`, prevents the user from interacting with the Number Field.",
|
|
20473
20472
|
"tags": [],
|
|
20474
20473
|
"required": false,
|
|
20475
|
-
"type": "
|
|
20474
|
+
"type": "boolean | undefined",
|
|
20476
20475
|
"schema": {
|
|
20477
20476
|
"kind": "enum",
|
|
20478
|
-
"type": "
|
|
20477
|
+
"type": "boolean | undefined",
|
|
20479
20478
|
"schema": {
|
|
20480
20479
|
"0": "undefined",
|
|
20481
|
-
"1": "
|
|
20480
|
+
"1": "false",
|
|
20481
|
+
"2": "true"
|
|
20482
20482
|
}
|
|
20483
20483
|
}
|
|
20484
20484
|
},
|
|
20485
20485
|
{
|
|
20486
|
-
"name": "
|
|
20486
|
+
"name": "step",
|
|
20487
20487
|
"global": false,
|
|
20488
|
-
"description": "The
|
|
20488
|
+
"description": "The amount that the input value changes with each increment or decrement \"tick\".",
|
|
20489
20489
|
"tags": [],
|
|
20490
20490
|
"required": false,
|
|
20491
|
-
"type": "
|
|
20491
|
+
"type": "number | undefined",
|
|
20492
20492
|
"schema": {
|
|
20493
20493
|
"kind": "enum",
|
|
20494
|
-
"type": "
|
|
20494
|
+
"type": "number | undefined",
|
|
20495
20495
|
"schema": {
|
|
20496
20496
|
"0": "undefined",
|
|
20497
|
-
"1": "
|
|
20497
|
+
"1": "number"
|
|
20498
20498
|
}
|
|
20499
20499
|
}
|
|
20500
20500
|
},
|
|
@@ -21867,13 +21867,13 @@ var B24UIMeta = {
|
|
|
21867
21867
|
"description": "The content of the modal.",
|
|
21868
21868
|
"tags": [],
|
|
21869
21869
|
"required": false,
|
|
21870
|
-
"type": "Omit<DialogContentProps, \"as\" | \"
|
|
21870
|
+
"type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
21871
21871
|
"schema": {
|
|
21872
21872
|
"kind": "enum",
|
|
21873
|
-
"type": "Omit<DialogContentProps, \"as\" | \"
|
|
21873
|
+
"type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
21874
21874
|
"schema": {
|
|
21875
21875
|
"0": "undefined",
|
|
21876
|
-
"1": "Omit<DialogContentProps, \"as\" | \"
|
|
21876
|
+
"1": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
21877
21877
|
}
|
|
21878
21878
|
}
|
|
21879
21879
|
},
|
|
@@ -22040,6 +22040,24 @@ var B24UIMeta = {
|
|
|
22040
22040
|
},
|
|
22041
22041
|
"default": "true"
|
|
22042
22042
|
},
|
|
22043
|
+
{
|
|
22044
|
+
"name": "scrollbarThin",
|
|
22045
|
+
"global": false,
|
|
22046
|
+
"description": "",
|
|
22047
|
+
"tags": [],
|
|
22048
|
+
"required": false,
|
|
22049
|
+
"type": "boolean | undefined",
|
|
22050
|
+
"schema": {
|
|
22051
|
+
"kind": "enum",
|
|
22052
|
+
"type": "boolean | undefined",
|
|
22053
|
+
"schema": {
|
|
22054
|
+
"0": "undefined",
|
|
22055
|
+
"1": "false",
|
|
22056
|
+
"2": "true"
|
|
22057
|
+
}
|
|
22058
|
+
},
|
|
22059
|
+
"default": "true"
|
|
22060
|
+
},
|
|
22043
22061
|
{
|
|
22044
22062
|
"name": "b24ui",
|
|
22045
22063
|
"global": false,
|
|
@@ -22844,35 +22862,35 @@ var B24UIMeta = {
|
|
|
22844
22862
|
}
|
|
22845
22863
|
},
|
|
22846
22864
|
{
|
|
22847
|
-
"name": "
|
|
22865
|
+
"name": "name",
|
|
22848
22866
|
"global": false,
|
|
22849
|
-
"description": "
|
|
22867
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
22850
22868
|
"tags": [],
|
|
22851
22869
|
"required": false,
|
|
22852
|
-
"type": "
|
|
22870
|
+
"type": "string | undefined",
|
|
22853
22871
|
"schema": {
|
|
22854
22872
|
"kind": "enum",
|
|
22855
|
-
"type": "
|
|
22873
|
+
"type": "string | undefined",
|
|
22856
22874
|
"schema": {
|
|
22857
22875
|
"0": "undefined",
|
|
22858
|
-
"1": "
|
|
22859
|
-
"2": "true"
|
|
22876
|
+
"1": "string"
|
|
22860
22877
|
}
|
|
22861
22878
|
}
|
|
22862
22879
|
},
|
|
22863
22880
|
{
|
|
22864
|
-
"name": "
|
|
22881
|
+
"name": "disabled",
|
|
22865
22882
|
"global": false,
|
|
22866
|
-
"description": "
|
|
22883
|
+
"description": "When `true`, prevents the user from interacting with radio items.",
|
|
22867
22884
|
"tags": [],
|
|
22868
22885
|
"required": false,
|
|
22869
|
-
"type": "
|
|
22886
|
+
"type": "boolean | undefined",
|
|
22870
22887
|
"schema": {
|
|
22871
22888
|
"kind": "enum",
|
|
22872
|
-
"type": "
|
|
22889
|
+
"type": "boolean | undefined",
|
|
22873
22890
|
"schema": {
|
|
22874
22891
|
"0": "undefined",
|
|
22875
|
-
"1": "
|
|
22892
|
+
"1": "false",
|
|
22893
|
+
"2": "true"
|
|
22876
22894
|
}
|
|
22877
22895
|
}
|
|
22878
22896
|
},
|
|
@@ -23335,6 +23353,22 @@ var B24UIMeta = {
|
|
|
23335
23353
|
}
|
|
23336
23354
|
}
|
|
23337
23355
|
},
|
|
23356
|
+
{
|
|
23357
|
+
"name": "name",
|
|
23358
|
+
"global": false,
|
|
23359
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
23360
|
+
"tags": [],
|
|
23361
|
+
"required": false,
|
|
23362
|
+
"type": "string | undefined",
|
|
23363
|
+
"schema": {
|
|
23364
|
+
"kind": "enum",
|
|
23365
|
+
"type": "string | undefined",
|
|
23366
|
+
"schema": {
|
|
23367
|
+
"0": "undefined",
|
|
23368
|
+
"1": "string"
|
|
23369
|
+
}
|
|
23370
|
+
}
|
|
23371
|
+
},
|
|
23338
23372
|
{
|
|
23339
23373
|
"name": "disabled",
|
|
23340
23374
|
"global": false,
|
|
@@ -23369,22 +23403,6 @@ var B24UIMeta = {
|
|
|
23369
23403
|
},
|
|
23370
23404
|
"default": "1"
|
|
23371
23405
|
},
|
|
23372
|
-
{
|
|
23373
|
-
"name": "name",
|
|
23374
|
-
"global": false,
|
|
23375
|
-
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
23376
|
-
"tags": [],
|
|
23377
|
-
"required": false,
|
|
23378
|
-
"type": "string | undefined",
|
|
23379
|
-
"schema": {
|
|
23380
|
-
"kind": "enum",
|
|
23381
|
-
"type": "string | undefined",
|
|
23382
|
-
"schema": {
|
|
23383
|
-
"0": "undefined",
|
|
23384
|
-
"1": "string"
|
|
23385
|
-
}
|
|
23386
|
-
}
|
|
23387
|
-
},
|
|
23388
23406
|
{
|
|
23389
23407
|
"name": "max",
|
|
23390
23408
|
"global": false,
|
|
@@ -23712,13 +23730,13 @@ var B24UIMeta = {
|
|
|
23712
23730
|
}
|
|
23713
23731
|
],
|
|
23714
23732
|
"required": false,
|
|
23715
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
23733
|
+
"type": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
23716
23734
|
"schema": {
|
|
23717
23735
|
"kind": "enum",
|
|
23718
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
23736
|
+
"type": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
23719
23737
|
"schema": {
|
|
23720
23738
|
"0": "undefined",
|
|
23721
|
-
"1": "Omit<SelectContentProps, \"as\" | \"
|
|
23739
|
+
"1": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
23722
23740
|
}
|
|
23723
23741
|
}
|
|
23724
23742
|
},
|
|
@@ -24107,14 +24125,14 @@ var B24UIMeta = {
|
|
|
24107
24125
|
"description": "",
|
|
24108
24126
|
"tags": [],
|
|
24109
24127
|
"required": false,
|
|
24110
|
-
"type": "\"top-
|
|
24128
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
24111
24129
|
"schema": {
|
|
24112
24130
|
"kind": "enum",
|
|
24113
|
-
"type": "\"top-
|
|
24131
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
24114
24132
|
"schema": {
|
|
24115
24133
|
"0": "undefined",
|
|
24116
|
-
"1": "\"top-
|
|
24117
|
-
"2": "\"top-
|
|
24134
|
+
"1": "\"top-right\"",
|
|
24135
|
+
"2": "\"top-left\"",
|
|
24118
24136
|
"3": "\"bottom-left\"",
|
|
24119
24137
|
"4": "\"bottom-right\""
|
|
24120
24138
|
}
|
|
@@ -24302,35 +24320,35 @@ var B24UIMeta = {
|
|
|
24302
24320
|
}
|
|
24303
24321
|
},
|
|
24304
24322
|
{
|
|
24305
|
-
"name": "
|
|
24323
|
+
"name": "name",
|
|
24306
24324
|
"global": false,
|
|
24307
|
-
"description": "
|
|
24325
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
24308
24326
|
"tags": [],
|
|
24309
24327
|
"required": false,
|
|
24310
|
-
"type": "
|
|
24328
|
+
"type": "string | undefined",
|
|
24311
24329
|
"schema": {
|
|
24312
24330
|
"kind": "enum",
|
|
24313
|
-
"type": "
|
|
24331
|
+
"type": "string | undefined",
|
|
24314
24332
|
"schema": {
|
|
24315
24333
|
"0": "undefined",
|
|
24316
|
-
"1": "
|
|
24317
|
-
"2": "true"
|
|
24334
|
+
"1": "string"
|
|
24318
24335
|
}
|
|
24319
24336
|
}
|
|
24320
24337
|
},
|
|
24321
24338
|
{
|
|
24322
|
-
"name": "
|
|
24339
|
+
"name": "disabled",
|
|
24323
24340
|
"global": false,
|
|
24324
|
-
"description": "
|
|
24341
|
+
"description": "When `true`, prevents the user from interacting with Select",
|
|
24325
24342
|
"tags": [],
|
|
24326
24343
|
"required": false,
|
|
24327
|
-
"type": "
|
|
24344
|
+
"type": "boolean | undefined",
|
|
24328
24345
|
"schema": {
|
|
24329
24346
|
"kind": "enum",
|
|
24330
|
-
"type": "
|
|
24347
|
+
"type": "boolean | undefined",
|
|
24331
24348
|
"schema": {
|
|
24332
24349
|
"0": "undefined",
|
|
24333
|
-
"1": "
|
|
24350
|
+
"1": "false",
|
|
24351
|
+
"2": "true"
|
|
24334
24352
|
}
|
|
24335
24353
|
}
|
|
24336
24354
|
},
|
|
@@ -25093,14 +25111,14 @@ var B24UIMeta = {
|
|
|
25093
25111
|
"description": "",
|
|
25094
25112
|
"tags": [],
|
|
25095
25113
|
"required": false,
|
|
25096
|
-
"type": "\"top-
|
|
25114
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
25097
25115
|
"schema": {
|
|
25098
25116
|
"kind": "enum",
|
|
25099
|
-
"type": "\"top-
|
|
25117
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
25100
25118
|
"schema": {
|
|
25101
25119
|
"0": "undefined",
|
|
25102
|
-
"1": "\"top-
|
|
25103
|
-
"2": "\"top-
|
|
25120
|
+
"1": "\"top-right\"",
|
|
25121
|
+
"2": "\"top-left\"",
|
|
25104
25122
|
"3": "\"bottom-left\"",
|
|
25105
25123
|
"4": "\"bottom-right\""
|
|
25106
25124
|
}
|
|
@@ -25514,14 +25532,14 @@ var B24UIMeta = {
|
|
|
25514
25532
|
"description": "",
|
|
25515
25533
|
"tags": [],
|
|
25516
25534
|
"required": false,
|
|
25517
|
-
"type": "\"top-
|
|
25535
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
25518
25536
|
"schema": {
|
|
25519
25537
|
"kind": "enum",
|
|
25520
|
-
"type": "\"top-
|
|
25538
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
25521
25539
|
"schema": {
|
|
25522
25540
|
"0": "undefined",
|
|
25523
|
-
"1": "\"top-
|
|
25524
|
-
"2": "\"top-
|
|
25541
|
+
"1": "\"top-right\"",
|
|
25542
|
+
"2": "\"top-left\"",
|
|
25525
25543
|
"3": "\"bottom-left\"",
|
|
25526
25544
|
"4": "\"bottom-right\""
|
|
25527
25545
|
}
|
|
@@ -25935,14 +25953,14 @@ var B24UIMeta = {
|
|
|
25935
25953
|
"description": "",
|
|
25936
25954
|
"tags": [],
|
|
25937
25955
|
"required": false,
|
|
25938
|
-
"type": "\"top-
|
|
25956
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
25939
25957
|
"schema": {
|
|
25940
25958
|
"kind": "enum",
|
|
25941
|
-
"type": "\"top-
|
|
25959
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
25942
25960
|
"schema": {
|
|
25943
25961
|
"0": "undefined",
|
|
25944
|
-
"1": "\"top-
|
|
25945
|
-
"2": "\"top-
|
|
25962
|
+
"1": "\"top-right\"",
|
|
25963
|
+
"2": "\"top-left\"",
|
|
25946
25964
|
"3": "\"bottom-left\"",
|
|
25947
25965
|
"4": "\"bottom-right\""
|
|
25948
25966
|
}
|
|
@@ -26356,14 +26374,14 @@ var B24UIMeta = {
|
|
|
26356
26374
|
"description": "",
|
|
26357
26375
|
"tags": [],
|
|
26358
26376
|
"required": false,
|
|
26359
|
-
"type": "\"top-
|
|
26377
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
26360
26378
|
"schema": {
|
|
26361
26379
|
"kind": "enum",
|
|
26362
|
-
"type": "\"top-
|
|
26380
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
26363
26381
|
"schema": {
|
|
26364
26382
|
"0": "undefined",
|
|
26365
|
-
"1": "\"top-
|
|
26366
|
-
"2": "\"top-
|
|
26383
|
+
"1": "\"top-right\"",
|
|
26384
|
+
"2": "\"top-left\"",
|
|
26367
26385
|
"3": "\"bottom-left\"",
|
|
26368
26386
|
"4": "\"bottom-right\""
|
|
26369
26387
|
}
|
|
@@ -27251,13 +27269,13 @@ var B24UIMeta = {
|
|
|
27251
27269
|
}
|
|
27252
27270
|
],
|
|
27253
27271
|
"required": false,
|
|
27254
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27272
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
27255
27273
|
"schema": {
|
|
27256
27274
|
"kind": "enum",
|
|
27257
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27275
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
27258
27276
|
"schema": {
|
|
27259
27277
|
"0": "undefined",
|
|
27260
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27278
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
27261
27279
|
}
|
|
27262
27280
|
}
|
|
27263
27281
|
},
|
|
@@ -27645,14 +27663,14 @@ var B24UIMeta = {
|
|
|
27645
27663
|
"description": "",
|
|
27646
27664
|
"tags": [],
|
|
27647
27665
|
"required": false,
|
|
27648
|
-
"type": "\"top-
|
|
27666
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
27649
27667
|
"schema": {
|
|
27650
27668
|
"kind": "enum",
|
|
27651
|
-
"type": "\"top-
|
|
27669
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
27652
27670
|
"schema": {
|
|
27653
27671
|
"0": "undefined",
|
|
27654
|
-
"1": "\"top-
|
|
27655
|
-
"2": "\"top-
|
|
27672
|
+
"1": "\"top-right\"",
|
|
27673
|
+
"2": "\"top-left\"",
|
|
27656
27674
|
"3": "\"bottom-left\"",
|
|
27657
27675
|
"4": "\"bottom-right\""
|
|
27658
27676
|
}
|
|
@@ -27963,35 +27981,35 @@ var B24UIMeta = {
|
|
|
27963
27981
|
}
|
|
27964
27982
|
},
|
|
27965
27983
|
{
|
|
27966
|
-
"name": "
|
|
27984
|
+
"name": "name",
|
|
27967
27985
|
"global": false,
|
|
27968
|
-
"description": "
|
|
27986
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
27969
27987
|
"tags": [],
|
|
27970
27988
|
"required": false,
|
|
27971
|
-
"type": "
|
|
27989
|
+
"type": "string | undefined",
|
|
27972
27990
|
"schema": {
|
|
27973
27991
|
"kind": "enum",
|
|
27974
|
-
"type": "
|
|
27992
|
+
"type": "string | undefined",
|
|
27975
27993
|
"schema": {
|
|
27976
27994
|
"0": "undefined",
|
|
27977
|
-
"1": "
|
|
27978
|
-
"2": "true"
|
|
27995
|
+
"1": "string"
|
|
27979
27996
|
}
|
|
27980
27997
|
}
|
|
27981
27998
|
},
|
|
27982
27999
|
{
|
|
27983
|
-
"name": "
|
|
28000
|
+
"name": "disabled",
|
|
27984
28001
|
"global": false,
|
|
27985
|
-
"description": "
|
|
28002
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
27986
28003
|
"tags": [],
|
|
27987
28004
|
"required": false,
|
|
27988
|
-
"type": "
|
|
28005
|
+
"type": "boolean | undefined",
|
|
27989
28006
|
"schema": {
|
|
27990
28007
|
"kind": "enum",
|
|
27991
|
-
"type": "
|
|
28008
|
+
"type": "boolean | undefined",
|
|
27992
28009
|
"schema": {
|
|
27993
28010
|
"0": "undefined",
|
|
27994
|
-
"1": "
|
|
28011
|
+
"1": "false",
|
|
28012
|
+
"2": "true"
|
|
27995
28013
|
}
|
|
27996
28014
|
}
|
|
27997
28015
|
},
|
|
@@ -28558,14 +28576,14 @@ var B24UIMeta = {
|
|
|
28558
28576
|
"description": "",
|
|
28559
28577
|
"tags": [],
|
|
28560
28578
|
"required": false,
|
|
28561
|
-
"type": "\"top-
|
|
28579
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
28562
28580
|
"schema": {
|
|
28563
28581
|
"kind": "enum",
|
|
28564
|
-
"type": "\"top-
|
|
28582
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
28565
28583
|
"schema": {
|
|
28566
28584
|
"0": "undefined",
|
|
28567
|
-
"1": "\"top-
|
|
28568
|
-
"2": "\"top-
|
|
28585
|
+
"1": "\"top-right\"",
|
|
28586
|
+
"2": "\"top-left\"",
|
|
28569
28587
|
"3": "\"bottom-left\"",
|
|
28570
28588
|
"4": "\"bottom-right\""
|
|
28571
28589
|
}
|
|
@@ -29026,14 +29044,14 @@ var B24UIMeta = {
|
|
|
29026
29044
|
"description": "",
|
|
29027
29045
|
"tags": [],
|
|
29028
29046
|
"required": false,
|
|
29029
|
-
"type": "\"top-
|
|
29047
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
29030
29048
|
"schema": {
|
|
29031
29049
|
"kind": "enum",
|
|
29032
|
-
"type": "\"top-
|
|
29050
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
29033
29051
|
"schema": {
|
|
29034
29052
|
"0": "undefined",
|
|
29035
|
-
"1": "\"top-
|
|
29036
|
-
"2": "\"top-
|
|
29053
|
+
"1": "\"top-right\"",
|
|
29054
|
+
"2": "\"top-left\"",
|
|
29037
29055
|
"3": "\"bottom-left\"",
|
|
29038
29056
|
"4": "\"bottom-right\""
|
|
29039
29057
|
}
|
|
@@ -29485,14 +29503,14 @@ var B24UIMeta = {
|
|
|
29485
29503
|
"description": "",
|
|
29486
29504
|
"tags": [],
|
|
29487
29505
|
"required": false,
|
|
29488
|
-
"type": "\"top-
|
|
29506
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
29489
29507
|
"schema": {
|
|
29490
29508
|
"kind": "enum",
|
|
29491
|
-
"type": "\"top-
|
|
29509
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
29492
29510
|
"schema": {
|
|
29493
29511
|
"0": "undefined",
|
|
29494
|
-
"1": "\"top-
|
|
29495
|
-
"2": "\"top-
|
|
29512
|
+
"1": "\"top-right\"",
|
|
29513
|
+
"2": "\"top-left\"",
|
|
29496
29514
|
"3": "\"bottom-left\"",
|
|
29497
29515
|
"4": "\"bottom-right\""
|
|
29498
29516
|
}
|
|
@@ -29979,14 +29997,14 @@ var B24UIMeta = {
|
|
|
29979
29997
|
"description": "",
|
|
29980
29998
|
"tags": [],
|
|
29981
29999
|
"required": false,
|
|
29982
|
-
"type": "\"top-
|
|
30000
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
29983
30001
|
"schema": {
|
|
29984
30002
|
"kind": "enum",
|
|
29985
|
-
"type": "\"top-
|
|
30003
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
29986
30004
|
"schema": {
|
|
29987
30005
|
"0": "undefined",
|
|
29988
|
-
"1": "\"top-
|
|
29989
|
-
"2": "\"top-
|
|
30006
|
+
"1": "\"top-right\"",
|
|
30007
|
+
"2": "\"top-left\"",
|
|
29990
30008
|
"3": "\"bottom-left\"",
|
|
29991
30009
|
"4": "\"bottom-right\""
|
|
29992
30010
|
}
|
|
@@ -30411,14 +30429,14 @@ var B24UIMeta = {
|
|
|
30411
30429
|
"description": "",
|
|
30412
30430
|
"tags": [],
|
|
30413
30431
|
"required": false,
|
|
30414
|
-
"type": "\"top-
|
|
30432
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
30415
30433
|
"schema": {
|
|
30416
30434
|
"kind": "enum",
|
|
30417
|
-
"type": "\"top-
|
|
30435
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
30418
30436
|
"schema": {
|
|
30419
30437
|
"0": "undefined",
|
|
30420
|
-
"1": "\"top-
|
|
30421
|
-
"2": "\"top-
|
|
30438
|
+
"1": "\"top-right\"",
|
|
30439
|
+
"2": "\"top-left\"",
|
|
30422
30440
|
"3": "\"bottom-left\"",
|
|
30423
30441
|
"4": "\"bottom-right\""
|
|
30424
30442
|
}
|
|
@@ -30843,14 +30861,14 @@ var B24UIMeta = {
|
|
|
30843
30861
|
"description": "",
|
|
30844
30862
|
"tags": [],
|
|
30845
30863
|
"required": false,
|
|
30846
|
-
"type": "\"top-
|
|
30864
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
30847
30865
|
"schema": {
|
|
30848
30866
|
"kind": "enum",
|
|
30849
|
-
"type": "\"top-
|
|
30867
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
30850
30868
|
"schema": {
|
|
30851
30869
|
"0": "undefined",
|
|
30852
|
-
"1": "\"top-
|
|
30853
|
-
"2": "\"top-
|
|
30870
|
+
"1": "\"top-right\"",
|
|
30871
|
+
"2": "\"top-left\"",
|
|
30854
30872
|
"3": "\"bottom-left\"",
|
|
30855
30873
|
"4": "\"bottom-right\""
|
|
30856
30874
|
}
|
|
@@ -31275,14 +31293,14 @@ var B24UIMeta = {
|
|
|
31275
31293
|
"description": "",
|
|
31276
31294
|
"tags": [],
|
|
31277
31295
|
"required": false,
|
|
31278
|
-
"type": "\"top-
|
|
31296
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
31279
31297
|
"schema": {
|
|
31280
31298
|
"kind": "enum",
|
|
31281
|
-
"type": "\"top-
|
|
31299
|
+
"type": "\"top-right\" | \"top-left\" | \"bottom-left\" | \"bottom-right\" | undefined",
|
|
31282
31300
|
"schema": {
|
|
31283
31301
|
"0": "undefined",
|
|
31284
|
-
"1": "\"top-
|
|
31285
|
-
"2": "\"top-
|
|
31302
|
+
"1": "\"top-right\"",
|
|
31303
|
+
"2": "\"top-left\"",
|
|
31286
31304
|
"3": "\"bottom-left\"",
|
|
31287
31305
|
"4": "\"bottom-right\""
|
|
31288
31306
|
}
|
|
@@ -32038,35 +32056,35 @@ var B24UIMeta = {
|
|
|
32038
32056
|
}
|
|
32039
32057
|
},
|
|
32040
32058
|
{
|
|
32041
|
-
"name": "
|
|
32059
|
+
"name": "name",
|
|
32042
32060
|
"global": false,
|
|
32043
|
-
"description": "
|
|
32061
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
32044
32062
|
"tags": [],
|
|
32045
32063
|
"required": false,
|
|
32046
|
-
"type": "
|
|
32064
|
+
"type": "string | undefined",
|
|
32047
32065
|
"schema": {
|
|
32048
32066
|
"kind": "enum",
|
|
32049
|
-
"type": "
|
|
32067
|
+
"type": "string | undefined",
|
|
32050
32068
|
"schema": {
|
|
32051
32069
|
"0": "undefined",
|
|
32052
|
-
"1": "
|
|
32053
|
-
"2": "true"
|
|
32070
|
+
"1": "string"
|
|
32054
32071
|
}
|
|
32055
32072
|
}
|
|
32056
32073
|
},
|
|
32057
32074
|
{
|
|
32058
|
-
"name": "
|
|
32075
|
+
"name": "disabled",
|
|
32059
32076
|
"global": false,
|
|
32060
|
-
"description": "
|
|
32077
|
+
"description": "When `true`, prevents the user from interacting with the switch.",
|
|
32061
32078
|
"tags": [],
|
|
32062
32079
|
"required": false,
|
|
32063
|
-
"type": "
|
|
32080
|
+
"type": "boolean | undefined",
|
|
32064
32081
|
"schema": {
|
|
32065
32082
|
"kind": "enum",
|
|
32066
|
-
"type": "
|
|
32083
|
+
"type": "boolean | undefined",
|
|
32067
32084
|
"schema": {
|
|
32068
32085
|
"0": "undefined",
|
|
32069
|
-
"1": "
|
|
32086
|
+
"1": "false",
|
|
32087
|
+
"2": "true"
|
|
32070
32088
|
}
|
|
32071
32089
|
}
|
|
32072
32090
|
},
|
|
@@ -34731,6 +34749,15 @@ var B24UIMeta = {
|
|
|
34731
34749
|
}
|
|
34732
34750
|
}
|
|
34733
34751
|
},
|
|
34752
|
+
"disabled": {
|
|
34753
|
+
"name": "disabled",
|
|
34754
|
+
"global": false,
|
|
34755
|
+
"description": "",
|
|
34756
|
+
"tags": [],
|
|
34757
|
+
"required": false,
|
|
34758
|
+
"type": "boolean | undefined",
|
|
34759
|
+
"schema": "boolean | undefined"
|
|
34760
|
+
},
|
|
34734
34761
|
"to": {
|
|
34735
34762
|
"name": "to",
|
|
34736
34763
|
"global": false,
|
|
@@ -34981,15 +35008,6 @@ var B24UIMeta = {
|
|
|
34981
35008
|
"type": "boolean | undefined",
|
|
34982
35009
|
"schema": "boolean | undefined"
|
|
34983
35010
|
},
|
|
34984
|
-
"disabled": {
|
|
34985
|
-
"name": "disabled",
|
|
34986
|
-
"global": false,
|
|
34987
|
-
"description": "",
|
|
34988
|
-
"tags": [],
|
|
34989
|
-
"required": false,
|
|
34990
|
-
"type": "boolean | undefined",
|
|
34991
|
-
"schema": "boolean | undefined"
|
|
34992
|
-
},
|
|
34993
35011
|
"active": {
|
|
34994
35012
|
"name": "active",
|
|
34995
35013
|
"global": false,
|
|
@@ -35424,20 +35442,21 @@ var B24UIMeta = {
|
|
|
35424
35442
|
"description": "",
|
|
35425
35443
|
"tags": [],
|
|
35426
35444
|
"required": false,
|
|
35427
|
-
"type": "\"top-
|
|
35445
|
+
"type": "\"top-right\" | \"top-left\" | \"top-center\" | \"bottom-left\" | \"bottom-center\" | \"bottom-right\" | undefined",
|
|
35428
35446
|
"schema": {
|
|
35429
35447
|
"kind": "enum",
|
|
35430
|
-
"type": "\"top-
|
|
35448
|
+
"type": "\"top-right\" | \"top-left\" | \"top-center\" | \"bottom-left\" | \"bottom-center\" | \"bottom-right\" | undefined",
|
|
35431
35449
|
"schema": {
|
|
35432
35450
|
"0": "undefined",
|
|
35433
|
-
"1": "\"top-
|
|
35434
|
-
"2": "\"top-
|
|
35435
|
-
"3": "\"top-
|
|
35451
|
+
"1": "\"top-right\"",
|
|
35452
|
+
"2": "\"top-left\"",
|
|
35453
|
+
"3": "\"top-center\"",
|
|
35436
35454
|
"4": "\"bottom-left\"",
|
|
35437
35455
|
"5": "\"bottom-center\"",
|
|
35438
35456
|
"6": "\"bottom-right\""
|
|
35439
35457
|
}
|
|
35440
|
-
}
|
|
35458
|
+
},
|
|
35459
|
+
"default": "\"top-right\" as const"
|
|
35441
35460
|
},
|
|
35442
35461
|
{
|
|
35443
35462
|
"name": "expand",
|
|
@@ -36578,6 +36597,15 @@ var B24UIMeta = {
|
|
|
36578
36597
|
}
|
|
36579
36598
|
}
|
|
36580
36599
|
},
|
|
36600
|
+
"disabled": {
|
|
36601
|
+
"name": "disabled",
|
|
36602
|
+
"global": false,
|
|
36603
|
+
"description": "",
|
|
36604
|
+
"tags": [],
|
|
36605
|
+
"required": false,
|
|
36606
|
+
"type": "boolean | undefined",
|
|
36607
|
+
"schema": "boolean | undefined"
|
|
36608
|
+
},
|
|
36581
36609
|
"to": {
|
|
36582
36610
|
"name": "to",
|
|
36583
36611
|
"global": false,
|
|
@@ -36828,15 +36856,6 @@ var B24UIMeta = {
|
|
|
36828
36856
|
"type": "boolean | undefined",
|
|
36829
36857
|
"schema": "boolean | undefined"
|
|
36830
36858
|
},
|
|
36831
|
-
"disabled": {
|
|
36832
|
-
"name": "disabled",
|
|
36833
|
-
"global": false,
|
|
36834
|
-
"description": "",
|
|
36835
|
-
"tags": [],
|
|
36836
|
-
"required": false,
|
|
36837
|
-
"type": "boolean | undefined",
|
|
36838
|
-
"schema": "boolean | undefined"
|
|
36839
|
-
},
|
|
36840
36859
|
"active": {
|
|
36841
36860
|
"name": "active",
|
|
36842
36861
|
"global": false,
|
|
@@ -37618,6 +37637,15 @@ var B24UIMeta = {
|
|
|
37618
37637
|
}
|
|
37619
37638
|
}
|
|
37620
37639
|
},
|
|
37640
|
+
"disabled": {
|
|
37641
|
+
"name": "disabled",
|
|
37642
|
+
"global": false,
|
|
37643
|
+
"description": "",
|
|
37644
|
+
"tags": [],
|
|
37645
|
+
"required": false,
|
|
37646
|
+
"type": "boolean | undefined",
|
|
37647
|
+
"schema": "boolean | undefined"
|
|
37648
|
+
},
|
|
37621
37649
|
"to": {
|
|
37622
37650
|
"name": "to",
|
|
37623
37651
|
"global": false,
|
|
@@ -37868,15 +37896,6 @@ var B24UIMeta = {
|
|
|
37868
37896
|
"type": "boolean | undefined",
|
|
37869
37897
|
"schema": "boolean | undefined"
|
|
37870
37898
|
},
|
|
37871
|
-
"disabled": {
|
|
37872
|
-
"name": "disabled",
|
|
37873
|
-
"global": false,
|
|
37874
|
-
"description": "",
|
|
37875
|
-
"tags": [],
|
|
37876
|
-
"required": false,
|
|
37877
|
-
"type": "boolean | undefined",
|
|
37878
|
-
"schema": "boolean | undefined"
|
|
37879
|
-
},
|
|
37880
37899
|
"active": {
|
|
37881
37900
|
"name": "active",
|
|
37882
37901
|
"global": false,
|
|
@@ -38597,6 +38616,15 @@ var B24UIMeta = {
|
|
|
38597
38616
|
}
|
|
38598
38617
|
}
|
|
38599
38618
|
},
|
|
38619
|
+
"disabled": {
|
|
38620
|
+
"name": "disabled",
|
|
38621
|
+
"global": false,
|
|
38622
|
+
"description": "",
|
|
38623
|
+
"tags": [],
|
|
38624
|
+
"required": false,
|
|
38625
|
+
"type": "boolean | undefined",
|
|
38626
|
+
"schema": "boolean | undefined"
|
|
38627
|
+
},
|
|
38600
38628
|
"to": {
|
|
38601
38629
|
"name": "to",
|
|
38602
38630
|
"global": false,
|
|
@@ -38847,15 +38875,6 @@ var B24UIMeta = {
|
|
|
38847
38875
|
"type": "boolean | undefined",
|
|
38848
38876
|
"schema": "boolean | undefined"
|
|
38849
38877
|
},
|
|
38850
|
-
"disabled": {
|
|
38851
|
-
"name": "disabled",
|
|
38852
|
-
"global": false,
|
|
38853
|
-
"description": "",
|
|
38854
|
-
"tags": [],
|
|
38855
|
-
"required": false,
|
|
38856
|
-
"type": "boolean | undefined",
|
|
38857
|
-
"schema": "boolean | undefined"
|
|
38858
|
-
},
|
|
38859
38878
|
"active": {
|
|
38860
38879
|
"name": "active",
|
|
38861
38880
|
"global": false,
|
|
@@ -39576,6 +39595,15 @@ var B24UIMeta = {
|
|
|
39576
39595
|
}
|
|
39577
39596
|
}
|
|
39578
39597
|
},
|
|
39598
|
+
"disabled": {
|
|
39599
|
+
"name": "disabled",
|
|
39600
|
+
"global": false,
|
|
39601
|
+
"description": "",
|
|
39602
|
+
"tags": [],
|
|
39603
|
+
"required": false,
|
|
39604
|
+
"type": "boolean | undefined",
|
|
39605
|
+
"schema": "boolean | undefined"
|
|
39606
|
+
},
|
|
39579
39607
|
"to": {
|
|
39580
39608
|
"name": "to",
|
|
39581
39609
|
"global": false,
|
|
@@ -39826,15 +39854,6 @@ var B24UIMeta = {
|
|
|
39826
39854
|
"type": "boolean | undefined",
|
|
39827
39855
|
"schema": "boolean | undefined"
|
|
39828
39856
|
},
|
|
39829
|
-
"disabled": {
|
|
39830
|
-
"name": "disabled",
|
|
39831
|
-
"global": false,
|
|
39832
|
-
"description": "",
|
|
39833
|
-
"tags": [],
|
|
39834
|
-
"required": false,
|
|
39835
|
-
"type": "boolean | undefined",
|
|
39836
|
-
"schema": "boolean | undefined"
|
|
39837
|
-
},
|
|
39838
39857
|
"active": {
|
|
39839
39858
|
"name": "active",
|
|
39840
39859
|
"global": false,
|
|
@@ -40555,6 +40574,15 @@ var B24UIMeta = {
|
|
|
40555
40574
|
}
|
|
40556
40575
|
}
|
|
40557
40576
|
},
|
|
40577
|
+
"disabled": {
|
|
40578
|
+
"name": "disabled",
|
|
40579
|
+
"global": false,
|
|
40580
|
+
"description": "",
|
|
40581
|
+
"tags": [],
|
|
40582
|
+
"required": false,
|
|
40583
|
+
"type": "boolean | undefined",
|
|
40584
|
+
"schema": "boolean | undefined"
|
|
40585
|
+
},
|
|
40558
40586
|
"to": {
|
|
40559
40587
|
"name": "to",
|
|
40560
40588
|
"global": false,
|
|
@@ -40805,15 +40833,6 @@ var B24UIMeta = {
|
|
|
40805
40833
|
"type": "boolean | undefined",
|
|
40806
40834
|
"schema": "boolean | undefined"
|
|
40807
40835
|
},
|
|
40808
|
-
"disabled": {
|
|
40809
|
-
"name": "disabled",
|
|
40810
|
-
"global": false,
|
|
40811
|
-
"description": "",
|
|
40812
|
-
"tags": [],
|
|
40813
|
-
"required": false,
|
|
40814
|
-
"type": "boolean | undefined",
|
|
40815
|
-
"schema": "boolean | undefined"
|
|
40816
|
-
},
|
|
40817
40836
|
"active": {
|
|
40818
40837
|
"name": "active",
|
|
40819
40838
|
"global": false,
|