@bitrix24/b24ui-nuxt 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/meta.cjs +229 -229
- package/dist/meta.d.cts +229 -229
- package/dist/meta.d.mts +229 -229
- package/dist/meta.d.ts +229 -229
- package/dist/meta.mjs +229 -229
- package/dist/module.json +1 -1
- package/dist/runtime/vue/components/Link.vue +10 -37
- package/dist/runtime/vue/stubs.d.ts +11 -0
- package/dist/runtime/vue/stubs.js +17 -0
- package/package.json +9 -8
package/dist/meta.cjs
CHANGED
|
@@ -961,15 +961,6 @@ 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
|
-
},
|
|
973
964
|
"to": {
|
|
974
965
|
"name": "to",
|
|
975
966
|
"global": false,
|
|
@@ -1220,6 +1211,15 @@ const B24UIMeta = {
|
|
|
1220
1211
|
"type": "boolean | undefined",
|
|
1221
1212
|
"schema": "boolean | undefined"
|
|
1222
1213
|
},
|
|
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,
|
|
@@ -3484,23 +3484,6 @@ 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
|
-
},
|
|
3504
3487
|
{
|
|
3505
3488
|
"name": "to",
|
|
3506
3489
|
"global": false,
|
|
@@ -3796,6 +3779,23 @@ const B24UIMeta = {
|
|
|
3796
3779
|
}
|
|
3797
3780
|
}
|
|
3798
3781
|
},
|
|
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": "disabled",
|
|
4560
4560
|
"global": false,
|
|
4561
|
-
"description": "
|
|
4561
|
+
"description": "When `true`, prevents the user from interacting with the checkbox",
|
|
4562
4562
|
"tags": [],
|
|
4563
4563
|
"required": false,
|
|
4564
|
-
"type": "
|
|
4564
|
+
"type": "boolean | undefined",
|
|
4565
4565
|
"schema": {
|
|
4566
4566
|
"kind": "enum",
|
|
4567
|
-
"type": "
|
|
4567
|
+
"type": "boolean | undefined",
|
|
4568
4568
|
"schema": {
|
|
4569
4569
|
"0": "undefined",
|
|
4570
|
-
"1": "
|
|
4570
|
+
"1": "false",
|
|
4571
|
+
"2": "true"
|
|
4571
4572
|
}
|
|
4572
4573
|
}
|
|
4573
4574
|
},
|
|
4574
4575
|
{
|
|
4575
|
-
"name": "
|
|
4576
|
+
"name": "name",
|
|
4576
4577
|
"global": false,
|
|
4577
|
-
"description": "
|
|
4578
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
4578
4579
|
"tags": [],
|
|
4579
4580
|
"required": false,
|
|
4580
|
-
"type": "
|
|
4581
|
+
"type": "string | undefined",
|
|
4581
4582
|
"schema": {
|
|
4582
4583
|
"kind": "enum",
|
|
4583
|
-
"type": "
|
|
4584
|
+
"type": "string | undefined",
|
|
4584
4585
|
"schema": {
|
|
4585
4586
|
"0": "undefined",
|
|
4586
|
-
"1": "
|
|
4587
|
-
"2": "true"
|
|
4587
|
+
"1": "string"
|
|
4588
4588
|
}
|
|
4589
4589
|
}
|
|
4590
4590
|
},
|
|
@@ -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\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
5716
5716
|
"schema": {
|
|
5717
5717
|
"kind": "enum",
|
|
5718
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
5718
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
5719
5719
|
"schema": {
|
|
5720
5720
|
"0": "undefined",
|
|
5721
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
5721
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
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\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
6496
6496
|
"schema": {
|
|
6497
6497
|
"kind": "enum",
|
|
6498
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6498
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
6499
6499
|
"schema": {
|
|
6500
6500
|
"0": "undefined",
|
|
6501
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6501
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
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\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
6892
6892
|
"schema": {
|
|
6893
6893
|
"kind": "enum",
|
|
6894
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6894
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
6895
6895
|
"schema": {
|
|
6896
6896
|
"0": "undefined",
|
|
6897
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6897
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
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\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
7842
7842
|
"schema": {
|
|
7843
7843
|
"kind": "enum",
|
|
7844
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7844
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
7845
7845
|
"schema": {
|
|
7846
7846
|
"0": "undefined",
|
|
7847
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7847
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
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\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
8792
8792
|
"schema": {
|
|
8793
8793
|
"kind": "enum",
|
|
8794
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8794
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
8795
8795
|
"schema": {
|
|
8796
8796
|
"0": "undefined",
|
|
8797
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8797
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
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\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
9742
9742
|
"schema": {
|
|
9743
9743
|
"kind": "enum",
|
|
9744
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9744
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
9745
9745
|
"schema": {
|
|
9746
9746
|
"0": "undefined",
|
|
9747
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9747
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
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\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
10872
10872
|
"schema": {
|
|
10873
10873
|
"kind": "enum",
|
|
10874
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10874
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
10875
10875
|
"schema": {
|
|
10876
10876
|
"0": "undefined",
|
|
10877
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10877
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
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\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
13758
13758
|
"schema": {
|
|
13759
13759
|
"kind": "enum",
|
|
13760
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
13760
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
13761
13761
|
"schema": {
|
|
13762
13762
|
"0": "undefined",
|
|
13763
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
13763
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
13764
13764
|
}
|
|
13765
13765
|
}
|
|
13766
13766
|
},
|
|
@@ -14505,35 +14505,35 @@ const B24UIMeta = {
|
|
|
14505
14505
|
}
|
|
14506
14506
|
},
|
|
14507
14507
|
{
|
|
14508
|
-
"name": "
|
|
14508
|
+
"name": "disabled",
|
|
14509
14509
|
"global": false,
|
|
14510
|
-
"description": "
|
|
14510
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
14511
14511
|
"tags": [],
|
|
14512
14512
|
"required": false,
|
|
14513
|
-
"type": "
|
|
14513
|
+
"type": "boolean | undefined",
|
|
14514
14514
|
"schema": {
|
|
14515
14515
|
"kind": "enum",
|
|
14516
|
-
"type": "
|
|
14516
|
+
"type": "boolean | undefined",
|
|
14517
14517
|
"schema": {
|
|
14518
14518
|
"0": "undefined",
|
|
14519
|
-
"1": "
|
|
14519
|
+
"1": "false",
|
|
14520
|
+
"2": "true"
|
|
14520
14521
|
}
|
|
14521
14522
|
}
|
|
14522
14523
|
},
|
|
14523
14524
|
{
|
|
14524
|
-
"name": "
|
|
14525
|
+
"name": "name",
|
|
14525
14526
|
"global": false,
|
|
14526
|
-
"description": "
|
|
14527
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
14527
14528
|
"tags": [],
|
|
14528
14529
|
"required": false,
|
|
14529
|
-
"type": "
|
|
14530
|
+
"type": "string | undefined",
|
|
14530
14531
|
"schema": {
|
|
14531
14532
|
"kind": "enum",
|
|
14532
|
-
"type": "
|
|
14533
|
+
"type": "string | undefined",
|
|
14533
14534
|
"schema": {
|
|
14534
14535
|
"0": "undefined",
|
|
14535
|
-
"1": "
|
|
14536
|
-
"2": "true"
|
|
14536
|
+
"1": "string"
|
|
14537
14537
|
}
|
|
14538
14538
|
}
|
|
14539
14539
|
},
|
|
@@ -19028,15 +19028,6 @@ 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
|
-
},
|
|
19040
19031
|
"to": {
|
|
19041
19032
|
"name": "to",
|
|
19042
19033
|
"global": false,
|
|
@@ -19287,6 +19278,15 @@ const B24UIMeta = {
|
|
|
19287
19278
|
"type": "boolean | undefined",
|
|
19288
19279
|
"schema": "boolean | undefined"
|
|
19289
19280
|
},
|
|
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,15 +19910,6 @@ 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
|
-
},
|
|
19922
19913
|
"to": {
|
|
19923
19914
|
"name": "to",
|
|
19924
19915
|
"global": false,
|
|
@@ -20169,6 +20160,15 @@ const B24UIMeta = {
|
|
|
20169
20160
|
"type": "boolean | undefined",
|
|
20170
20161
|
"schema": "boolean | undefined"
|
|
20171
20162
|
},
|
|
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,
|
|
@@ -20451,22 +20451,6 @@ const B24UIMeta = {
|
|
|
20451
20451
|
}
|
|
20452
20452
|
}
|
|
20453
20453
|
},
|
|
20454
|
-
{
|
|
20455
|
-
"name": "name",
|
|
20456
|
-
"global": false,
|
|
20457
|
-
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
20458
|
-
"tags": [],
|
|
20459
|
-
"required": false,
|
|
20460
|
-
"type": "string | undefined",
|
|
20461
|
-
"schema": {
|
|
20462
|
-
"kind": "enum",
|
|
20463
|
-
"type": "string | undefined",
|
|
20464
|
-
"schema": {
|
|
20465
|
-
"0": "undefined",
|
|
20466
|
-
"1": "string"
|
|
20467
|
-
}
|
|
20468
|
-
}
|
|
20469
|
-
},
|
|
20470
20454
|
{
|
|
20471
20455
|
"name": "disabled",
|
|
20472
20456
|
"global": false,
|
|
@@ -20500,6 +20484,22 @@ const B24UIMeta = {
|
|
|
20500
20484
|
}
|
|
20501
20485
|
}
|
|
20502
20486
|
},
|
|
20487
|
+
{
|
|
20488
|
+
"name": "name",
|
|
20489
|
+
"global": false,
|
|
20490
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
20491
|
+
"tags": [],
|
|
20492
|
+
"required": false,
|
|
20493
|
+
"type": "string | undefined",
|
|
20494
|
+
"schema": {
|
|
20495
|
+
"kind": "enum",
|
|
20496
|
+
"type": "string | undefined",
|
|
20497
|
+
"schema": {
|
|
20498
|
+
"0": "undefined",
|
|
20499
|
+
"1": "string"
|
|
20500
|
+
}
|
|
20501
|
+
}
|
|
20502
|
+
},
|
|
20503
20503
|
{
|
|
20504
20504
|
"name": "max",
|
|
20505
20505
|
"global": false,
|
|
@@ -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\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
21873
21873
|
"schema": {
|
|
21874
21874
|
"kind": "enum",
|
|
21875
|
-
"type": "Omit<DialogContentProps, \"as\" | \"
|
|
21875
|
+
"type": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
21876
21876
|
"schema": {
|
|
21877
21877
|
"0": "undefined",
|
|
21878
|
-
"1": "Omit<DialogContentProps, \"as\" | \"
|
|
21878
|
+
"1": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
21879
21879
|
}
|
|
21880
21880
|
}
|
|
21881
21881
|
},
|
|
@@ -22864,35 +22864,35 @@ const B24UIMeta = {
|
|
|
22864
22864
|
}
|
|
22865
22865
|
},
|
|
22866
22866
|
{
|
|
22867
|
-
"name": "
|
|
22867
|
+
"name": "disabled",
|
|
22868
22868
|
"global": false,
|
|
22869
|
-
"description": "
|
|
22869
|
+
"description": "When `true`, prevents the user from interacting with radio items.",
|
|
22870
22870
|
"tags": [],
|
|
22871
22871
|
"required": false,
|
|
22872
|
-
"type": "
|
|
22872
|
+
"type": "boolean | undefined",
|
|
22873
22873
|
"schema": {
|
|
22874
22874
|
"kind": "enum",
|
|
22875
|
-
"type": "
|
|
22875
|
+
"type": "boolean | undefined",
|
|
22876
22876
|
"schema": {
|
|
22877
22877
|
"0": "undefined",
|
|
22878
|
-
"1": "
|
|
22878
|
+
"1": "false",
|
|
22879
|
+
"2": "true"
|
|
22879
22880
|
}
|
|
22880
22881
|
}
|
|
22881
22882
|
},
|
|
22882
22883
|
{
|
|
22883
|
-
"name": "
|
|
22884
|
+
"name": "name",
|
|
22884
22885
|
"global": false,
|
|
22885
|
-
"description": "
|
|
22886
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
22886
22887
|
"tags": [],
|
|
22887
22888
|
"required": false,
|
|
22888
|
-
"type": "
|
|
22889
|
+
"type": "string | undefined",
|
|
22889
22890
|
"schema": {
|
|
22890
22891
|
"kind": "enum",
|
|
22891
|
-
"type": "
|
|
22892
|
+
"type": "string | undefined",
|
|
22892
22893
|
"schema": {
|
|
22893
22894
|
"0": "undefined",
|
|
22894
|
-
"1": "
|
|
22895
|
-
"2": "true"
|
|
22895
|
+
"1": "string"
|
|
22896
22896
|
}
|
|
22897
22897
|
}
|
|
22898
22898
|
},
|
|
@@ -23355,22 +23355,6 @@ const B24UIMeta = {
|
|
|
23355
23355
|
}
|
|
23356
23356
|
}
|
|
23357
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
|
-
},
|
|
23374
23358
|
{
|
|
23375
23359
|
"name": "disabled",
|
|
23376
23360
|
"global": false,
|
|
@@ -23405,6 +23389,22 @@ const B24UIMeta = {
|
|
|
23405
23389
|
},
|
|
23406
23390
|
"default": "1"
|
|
23407
23391
|
},
|
|
23392
|
+
{
|
|
23393
|
+
"name": "name",
|
|
23394
|
+
"global": false,
|
|
23395
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
23396
|
+
"tags": [],
|
|
23397
|
+
"required": false,
|
|
23398
|
+
"type": "string | undefined",
|
|
23399
|
+
"schema": {
|
|
23400
|
+
"kind": "enum",
|
|
23401
|
+
"type": "string | undefined",
|
|
23402
|
+
"schema": {
|
|
23403
|
+
"0": "undefined",
|
|
23404
|
+
"1": "string"
|
|
23405
|
+
}
|
|
23406
|
+
}
|
|
23407
|
+
},
|
|
23408
23408
|
{
|
|
23409
23409
|
"name": "max",
|
|
23410
23410
|
"global": false,
|
|
@@ -23732,13 +23732,13 @@ const B24UIMeta = {
|
|
|
23732
23732
|
}
|
|
23733
23733
|
],
|
|
23734
23734
|
"required": false,
|
|
23735
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
23735
|
+
"type": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
23736
23736
|
"schema": {
|
|
23737
23737
|
"kind": "enum",
|
|
23738
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
23738
|
+
"type": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
23739
23739
|
"schema": {
|
|
23740
23740
|
"0": "undefined",
|
|
23741
|
-
"1": "Omit<SelectContentProps, \"as\" | \"
|
|
23741
|
+
"1": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
23742
23742
|
}
|
|
23743
23743
|
}
|
|
23744
23744
|
},
|
|
@@ -24322,35 +24322,35 @@ const B24UIMeta = {
|
|
|
24322
24322
|
}
|
|
24323
24323
|
},
|
|
24324
24324
|
{
|
|
24325
|
-
"name": "
|
|
24325
|
+
"name": "disabled",
|
|
24326
24326
|
"global": false,
|
|
24327
|
-
"description": "
|
|
24327
|
+
"description": "When `true`, prevents the user from interacting with Select",
|
|
24328
24328
|
"tags": [],
|
|
24329
24329
|
"required": false,
|
|
24330
|
-
"type": "
|
|
24330
|
+
"type": "boolean | undefined",
|
|
24331
24331
|
"schema": {
|
|
24332
24332
|
"kind": "enum",
|
|
24333
|
-
"type": "
|
|
24333
|
+
"type": "boolean | undefined",
|
|
24334
24334
|
"schema": {
|
|
24335
24335
|
"0": "undefined",
|
|
24336
|
-
"1": "
|
|
24336
|
+
"1": "false",
|
|
24337
|
+
"2": "true"
|
|
24337
24338
|
}
|
|
24338
24339
|
}
|
|
24339
24340
|
},
|
|
24340
24341
|
{
|
|
24341
|
-
"name": "
|
|
24342
|
+
"name": "name",
|
|
24342
24343
|
"global": false,
|
|
24343
|
-
"description": "
|
|
24344
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
24344
24345
|
"tags": [],
|
|
24345
24346
|
"required": false,
|
|
24346
|
-
"type": "
|
|
24347
|
+
"type": "string | undefined",
|
|
24347
24348
|
"schema": {
|
|
24348
24349
|
"kind": "enum",
|
|
24349
|
-
"type": "
|
|
24350
|
+
"type": "string | undefined",
|
|
24350
24351
|
"schema": {
|
|
24351
24352
|
"0": "undefined",
|
|
24352
|
-
"1": "
|
|
24353
|
-
"2": "true"
|
|
24353
|
+
"1": "string"
|
|
24354
24354
|
}
|
|
24355
24355
|
}
|
|
24356
24356
|
},
|
|
@@ -27271,13 +27271,13 @@ const B24UIMeta = {
|
|
|
27271
27271
|
}
|
|
27272
27272
|
],
|
|
27273
27273
|
"required": false,
|
|
27274
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27274
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
27275
27275
|
"schema": {
|
|
27276
27276
|
"kind": "enum",
|
|
27277
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27277
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
27278
27278
|
"schema": {
|
|
27279
27279
|
"0": "undefined",
|
|
27280
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27280
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
27281
27281
|
}
|
|
27282
27282
|
}
|
|
27283
27283
|
},
|
|
@@ -27983,35 +27983,35 @@ const B24UIMeta = {
|
|
|
27983
27983
|
}
|
|
27984
27984
|
},
|
|
27985
27985
|
{
|
|
27986
|
-
"name": "
|
|
27986
|
+
"name": "disabled",
|
|
27987
27987
|
"global": false,
|
|
27988
|
-
"description": "
|
|
27988
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
27989
27989
|
"tags": [],
|
|
27990
27990
|
"required": false,
|
|
27991
|
-
"type": "
|
|
27991
|
+
"type": "boolean | undefined",
|
|
27992
27992
|
"schema": {
|
|
27993
27993
|
"kind": "enum",
|
|
27994
|
-
"type": "
|
|
27994
|
+
"type": "boolean | undefined",
|
|
27995
27995
|
"schema": {
|
|
27996
27996
|
"0": "undefined",
|
|
27997
|
-
"1": "
|
|
27997
|
+
"1": "false",
|
|
27998
|
+
"2": "true"
|
|
27998
27999
|
}
|
|
27999
28000
|
}
|
|
28000
28001
|
},
|
|
28001
28002
|
{
|
|
28002
|
-
"name": "
|
|
28003
|
+
"name": "name",
|
|
28003
28004
|
"global": false,
|
|
28004
|
-
"description": "
|
|
28005
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
28005
28006
|
"tags": [],
|
|
28006
28007
|
"required": false,
|
|
28007
|
-
"type": "
|
|
28008
|
+
"type": "string | undefined",
|
|
28008
28009
|
"schema": {
|
|
28009
28010
|
"kind": "enum",
|
|
28010
|
-
"type": "
|
|
28011
|
+
"type": "string | undefined",
|
|
28011
28012
|
"schema": {
|
|
28012
28013
|
"0": "undefined",
|
|
28013
|
-
"1": "
|
|
28014
|
-
"2": "true"
|
|
28014
|
+
"1": "string"
|
|
28015
28015
|
}
|
|
28016
28016
|
}
|
|
28017
28017
|
},
|
|
@@ -32058,35 +32058,35 @@ const B24UIMeta = {
|
|
|
32058
32058
|
}
|
|
32059
32059
|
},
|
|
32060
32060
|
{
|
|
32061
|
-
"name": "
|
|
32061
|
+
"name": "disabled",
|
|
32062
32062
|
"global": false,
|
|
32063
|
-
"description": "
|
|
32063
|
+
"description": "When `true`, prevents the user from interacting with the switch.",
|
|
32064
32064
|
"tags": [],
|
|
32065
32065
|
"required": false,
|
|
32066
|
-
"type": "
|
|
32066
|
+
"type": "boolean | undefined",
|
|
32067
32067
|
"schema": {
|
|
32068
32068
|
"kind": "enum",
|
|
32069
|
-
"type": "
|
|
32069
|
+
"type": "boolean | undefined",
|
|
32070
32070
|
"schema": {
|
|
32071
32071
|
"0": "undefined",
|
|
32072
|
-
"1": "
|
|
32072
|
+
"1": "false",
|
|
32073
|
+
"2": "true"
|
|
32073
32074
|
}
|
|
32074
32075
|
}
|
|
32075
32076
|
},
|
|
32076
32077
|
{
|
|
32077
|
-
"name": "
|
|
32078
|
+
"name": "name",
|
|
32078
32079
|
"global": false,
|
|
32079
|
-
"description": "
|
|
32080
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
32080
32081
|
"tags": [],
|
|
32081
32082
|
"required": false,
|
|
32082
|
-
"type": "
|
|
32083
|
+
"type": "string | undefined",
|
|
32083
32084
|
"schema": {
|
|
32084
32085
|
"kind": "enum",
|
|
32085
|
-
"type": "
|
|
32086
|
+
"type": "string | undefined",
|
|
32086
32087
|
"schema": {
|
|
32087
32088
|
"0": "undefined",
|
|
32088
|
-
"1": "
|
|
32089
|
-
"2": "true"
|
|
32089
|
+
"1": "string"
|
|
32090
32090
|
}
|
|
32091
32091
|
}
|
|
32092
32092
|
},
|
|
@@ -34751,15 +34751,6 @@ const B24UIMeta = {
|
|
|
34751
34751
|
}
|
|
34752
34752
|
}
|
|
34753
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
|
-
},
|
|
34763
34754
|
"to": {
|
|
34764
34755
|
"name": "to",
|
|
34765
34756
|
"global": false,
|
|
@@ -35010,6 +35001,15 @@ const B24UIMeta = {
|
|
|
35010
35001
|
"type": "boolean | undefined",
|
|
35011
35002
|
"schema": "boolean | undefined"
|
|
35012
35003
|
},
|
|
35004
|
+
"disabled": {
|
|
35005
|
+
"name": "disabled",
|
|
35006
|
+
"global": false,
|
|
35007
|
+
"description": "",
|
|
35008
|
+
"tags": [],
|
|
35009
|
+
"required": false,
|
|
35010
|
+
"type": "boolean | undefined",
|
|
35011
|
+
"schema": "boolean | undefined"
|
|
35012
|
+
},
|
|
35013
35013
|
"active": {
|
|
35014
35014
|
"name": "active",
|
|
35015
35015
|
"global": false,
|
|
@@ -36599,15 +36599,6 @@ const B24UIMeta = {
|
|
|
36599
36599
|
}
|
|
36600
36600
|
}
|
|
36601
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
|
-
},
|
|
36611
36602
|
"to": {
|
|
36612
36603
|
"name": "to",
|
|
36613
36604
|
"global": false,
|
|
@@ -36858,6 +36849,15 @@ const B24UIMeta = {
|
|
|
36858
36849
|
"type": "boolean | undefined",
|
|
36859
36850
|
"schema": "boolean | undefined"
|
|
36860
36851
|
},
|
|
36852
|
+
"disabled": {
|
|
36853
|
+
"name": "disabled",
|
|
36854
|
+
"global": false,
|
|
36855
|
+
"description": "",
|
|
36856
|
+
"tags": [],
|
|
36857
|
+
"required": false,
|
|
36858
|
+
"type": "boolean | undefined",
|
|
36859
|
+
"schema": "boolean | undefined"
|
|
36860
|
+
},
|
|
36861
36861
|
"active": {
|
|
36862
36862
|
"name": "active",
|
|
36863
36863
|
"global": false,
|
|
@@ -37639,15 +37639,6 @@ const B24UIMeta = {
|
|
|
37639
37639
|
}
|
|
37640
37640
|
}
|
|
37641
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
|
-
},
|
|
37651
37642
|
"to": {
|
|
37652
37643
|
"name": "to",
|
|
37653
37644
|
"global": false,
|
|
@@ -37898,6 +37889,15 @@ const B24UIMeta = {
|
|
|
37898
37889
|
"type": "boolean | undefined",
|
|
37899
37890
|
"schema": "boolean | undefined"
|
|
37900
37891
|
},
|
|
37892
|
+
"disabled": {
|
|
37893
|
+
"name": "disabled",
|
|
37894
|
+
"global": false,
|
|
37895
|
+
"description": "",
|
|
37896
|
+
"tags": [],
|
|
37897
|
+
"required": false,
|
|
37898
|
+
"type": "boolean | undefined",
|
|
37899
|
+
"schema": "boolean | undefined"
|
|
37900
|
+
},
|
|
37901
37901
|
"active": {
|
|
37902
37902
|
"name": "active",
|
|
37903
37903
|
"global": false,
|
|
@@ -38618,15 +38618,6 @@ const B24UIMeta = {
|
|
|
38618
38618
|
}
|
|
38619
38619
|
}
|
|
38620
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
|
-
},
|
|
38630
38621
|
"to": {
|
|
38631
38622
|
"name": "to",
|
|
38632
38623
|
"global": false,
|
|
@@ -38877,6 +38868,15 @@ const B24UIMeta = {
|
|
|
38877
38868
|
"type": "boolean | undefined",
|
|
38878
38869
|
"schema": "boolean | undefined"
|
|
38879
38870
|
},
|
|
38871
|
+
"disabled": {
|
|
38872
|
+
"name": "disabled",
|
|
38873
|
+
"global": false,
|
|
38874
|
+
"description": "",
|
|
38875
|
+
"tags": [],
|
|
38876
|
+
"required": false,
|
|
38877
|
+
"type": "boolean | undefined",
|
|
38878
|
+
"schema": "boolean | undefined"
|
|
38879
|
+
},
|
|
38880
38880
|
"active": {
|
|
38881
38881
|
"name": "active",
|
|
38882
38882
|
"global": false,
|
|
@@ -39597,15 +39597,6 @@ const B24UIMeta = {
|
|
|
39597
39597
|
}
|
|
39598
39598
|
}
|
|
39599
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
|
-
},
|
|
39609
39600
|
"to": {
|
|
39610
39601
|
"name": "to",
|
|
39611
39602
|
"global": false,
|
|
@@ -39856,6 +39847,15 @@ const B24UIMeta = {
|
|
|
39856
39847
|
"type": "boolean | undefined",
|
|
39857
39848
|
"schema": "boolean | undefined"
|
|
39858
39849
|
},
|
|
39850
|
+
"disabled": {
|
|
39851
|
+
"name": "disabled",
|
|
39852
|
+
"global": false,
|
|
39853
|
+
"description": "",
|
|
39854
|
+
"tags": [],
|
|
39855
|
+
"required": false,
|
|
39856
|
+
"type": "boolean | undefined",
|
|
39857
|
+
"schema": "boolean | undefined"
|
|
39858
|
+
},
|
|
39859
39859
|
"active": {
|
|
39860
39860
|
"name": "active",
|
|
39861
39861
|
"global": false,
|
|
@@ -40576,15 +40576,6 @@ const B24UIMeta = {
|
|
|
40576
40576
|
}
|
|
40577
40577
|
}
|
|
40578
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
|
-
},
|
|
40588
40579
|
"to": {
|
|
40589
40580
|
"name": "to",
|
|
40590
40581
|
"global": false,
|
|
@@ -40835,6 +40826,15 @@ const B24UIMeta = {
|
|
|
40835
40826
|
"type": "boolean | undefined",
|
|
40836
40827
|
"schema": "boolean | undefined"
|
|
40837
40828
|
},
|
|
40829
|
+
"disabled": {
|
|
40830
|
+
"name": "disabled",
|
|
40831
|
+
"global": false,
|
|
40832
|
+
"description": "",
|
|
40833
|
+
"tags": [],
|
|
40834
|
+
"required": false,
|
|
40835
|
+
"type": "boolean | undefined",
|
|
40836
|
+
"schema": "boolean | undefined"
|
|
40837
|
+
},
|
|
40838
40838
|
"active": {
|
|
40839
40839
|
"name": "active",
|
|
40840
40840
|
"global": false,
|