@bitrix24/b24ui-nuxt 0.3.4 → 0.3.5
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/toaster.ts +1 -1
- package/dist/meta.cjs +232 -232
- package/dist/meta.d.cts +232 -232
- package/dist/meta.d.mts +232 -232
- package/dist/meta.d.ts +232 -232
- package/dist/meta.mjs +232 -232
- package/dist/module.cjs +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/shared/{b24ui-nuxt.BqTJ-9uP.mjs → b24ui-nuxt.CeQRWQD-.mjs} +1 -1
- package/dist/shared/{b24ui-nuxt.BpFAFOHo.cjs → b24ui-nuxt.M7bz91Io.cjs} +1 -1
- 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.d.ts
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,
|
|
@@ -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
|
},
|
|
@@ -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
|
},
|
|
@@ -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
|
},
|
|
@@ -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
|
},
|
|
@@ -22862,35 +22862,35 @@ var B24UIMeta = {
|
|
|
22862
22862
|
}
|
|
22863
22863
|
},
|
|
22864
22864
|
{
|
|
22865
|
-
"name": "
|
|
22865
|
+
"name": "name",
|
|
22866
22866
|
"global": false,
|
|
22867
|
-
"description": "
|
|
22867
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
22868
22868
|
"tags": [],
|
|
22869
22869
|
"required": false,
|
|
22870
|
-
"type": "
|
|
22870
|
+
"type": "string | undefined",
|
|
22871
22871
|
"schema": {
|
|
22872
22872
|
"kind": "enum",
|
|
22873
|
-
"type": "
|
|
22873
|
+
"type": "string | undefined",
|
|
22874
22874
|
"schema": {
|
|
22875
22875
|
"0": "undefined",
|
|
22876
|
-
"1": "
|
|
22877
|
-
"2": "true"
|
|
22876
|
+
"1": "string"
|
|
22878
22877
|
}
|
|
22879
22878
|
}
|
|
22880
22879
|
},
|
|
22881
22880
|
{
|
|
22882
|
-
"name": "
|
|
22881
|
+
"name": "disabled",
|
|
22883
22882
|
"global": false,
|
|
22884
|
-
"description": "
|
|
22883
|
+
"description": "When `true`, prevents the user from interacting with radio items.",
|
|
22885
22884
|
"tags": [],
|
|
22886
22885
|
"required": false,
|
|
22887
|
-
"type": "
|
|
22886
|
+
"type": "boolean | undefined",
|
|
22888
22887
|
"schema": {
|
|
22889
22888
|
"kind": "enum",
|
|
22890
|
-
"type": "
|
|
22889
|
+
"type": "boolean | undefined",
|
|
22891
22890
|
"schema": {
|
|
22892
22891
|
"0": "undefined",
|
|
22893
|
-
"1": "
|
|
22892
|
+
"1": "false",
|
|
22893
|
+
"2": "true"
|
|
22894
22894
|
}
|
|
22895
22895
|
}
|
|
22896
22896
|
},
|
|
@@ -23353,6 +23353,22 @@ var B24UIMeta = {
|
|
|
23353
23353
|
}
|
|
23354
23354
|
}
|
|
23355
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
|
+
},
|
|
23356
23372
|
{
|
|
23357
23373
|
"name": "disabled",
|
|
23358
23374
|
"global": false,
|
|
@@ -23387,22 +23403,6 @@ var B24UIMeta = {
|
|
|
23387
23403
|
},
|
|
23388
23404
|
"default": "1"
|
|
23389
23405
|
},
|
|
23390
|
-
{
|
|
23391
|
-
"name": "name",
|
|
23392
|
-
"global": false,
|
|
23393
|
-
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
23394
|
-
"tags": [],
|
|
23395
|
-
"required": false,
|
|
23396
|
-
"type": "string | undefined",
|
|
23397
|
-
"schema": {
|
|
23398
|
-
"kind": "enum",
|
|
23399
|
-
"type": "string | undefined",
|
|
23400
|
-
"schema": {
|
|
23401
|
-
"0": "undefined",
|
|
23402
|
-
"1": "string"
|
|
23403
|
-
}
|
|
23404
|
-
}
|
|
23405
|
-
},
|
|
23406
23406
|
{
|
|
23407
23407
|
"name": "max",
|
|
23408
23408
|
"global": false,
|
|
@@ -23730,13 +23730,13 @@ var B24UIMeta = {
|
|
|
23730
23730
|
}
|
|
23731
23731
|
],
|
|
23732
23732
|
"required": false,
|
|
23733
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
23733
|
+
"type": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
23734
23734
|
"schema": {
|
|
23735
23735
|
"kind": "enum",
|
|
23736
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
23736
|
+
"type": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
23737
23737
|
"schema": {
|
|
23738
23738
|
"0": "undefined",
|
|
23739
|
-
"1": "Omit<SelectContentProps, \"as\" | \"
|
|
23739
|
+
"1": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
23740
23740
|
}
|
|
23741
23741
|
}
|
|
23742
23742
|
},
|
|
@@ -24320,35 +24320,35 @@ var B24UIMeta = {
|
|
|
24320
24320
|
}
|
|
24321
24321
|
},
|
|
24322
24322
|
{
|
|
24323
|
-
"name": "
|
|
24323
|
+
"name": "name",
|
|
24324
24324
|
"global": false,
|
|
24325
|
-
"description": "
|
|
24325
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
24326
24326
|
"tags": [],
|
|
24327
24327
|
"required": false,
|
|
24328
|
-
"type": "
|
|
24328
|
+
"type": "string | undefined",
|
|
24329
24329
|
"schema": {
|
|
24330
24330
|
"kind": "enum",
|
|
24331
|
-
"type": "
|
|
24331
|
+
"type": "string | undefined",
|
|
24332
24332
|
"schema": {
|
|
24333
24333
|
"0": "undefined",
|
|
24334
|
-
"1": "
|
|
24335
|
-
"2": "true"
|
|
24334
|
+
"1": "string"
|
|
24336
24335
|
}
|
|
24337
24336
|
}
|
|
24338
24337
|
},
|
|
24339
24338
|
{
|
|
24340
|
-
"name": "
|
|
24339
|
+
"name": "disabled",
|
|
24341
24340
|
"global": false,
|
|
24342
|
-
"description": "
|
|
24341
|
+
"description": "When `true`, prevents the user from interacting with Select",
|
|
24343
24342
|
"tags": [],
|
|
24344
24343
|
"required": false,
|
|
24345
|
-
"type": "
|
|
24344
|
+
"type": "boolean | undefined",
|
|
24346
24345
|
"schema": {
|
|
24347
24346
|
"kind": "enum",
|
|
24348
|
-
"type": "
|
|
24347
|
+
"type": "boolean | undefined",
|
|
24349
24348
|
"schema": {
|
|
24350
24349
|
"0": "undefined",
|
|
24351
|
-
"1": "
|
|
24350
|
+
"1": "false",
|
|
24351
|
+
"2": "true"
|
|
24352
24352
|
}
|
|
24353
24353
|
}
|
|
24354
24354
|
},
|
|
@@ -27269,13 +27269,13 @@ var B24UIMeta = {
|
|
|
27269
27269
|
}
|
|
27270
27270
|
],
|
|
27271
27271
|
"required": false,
|
|
27272
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27272
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
27273
27273
|
"schema": {
|
|
27274
27274
|
"kind": "enum",
|
|
27275
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27275
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
27276
27276
|
"schema": {
|
|
27277
27277
|
"0": "undefined",
|
|
27278
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27278
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
27279
27279
|
}
|
|
27280
27280
|
}
|
|
27281
27281
|
},
|
|
@@ -27981,35 +27981,35 @@ var B24UIMeta = {
|
|
|
27981
27981
|
}
|
|
27982
27982
|
},
|
|
27983
27983
|
{
|
|
27984
|
-
"name": "
|
|
27984
|
+
"name": "name",
|
|
27985
27985
|
"global": false,
|
|
27986
|
-
"description": "
|
|
27986
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
27987
27987
|
"tags": [],
|
|
27988
27988
|
"required": false,
|
|
27989
|
-
"type": "
|
|
27989
|
+
"type": "string | undefined",
|
|
27990
27990
|
"schema": {
|
|
27991
27991
|
"kind": "enum",
|
|
27992
|
-
"type": "
|
|
27992
|
+
"type": "string | undefined",
|
|
27993
27993
|
"schema": {
|
|
27994
27994
|
"0": "undefined",
|
|
27995
|
-
"1": "
|
|
27996
|
-
"2": "true"
|
|
27995
|
+
"1": "string"
|
|
27997
27996
|
}
|
|
27998
27997
|
}
|
|
27999
27998
|
},
|
|
28000
27999
|
{
|
|
28001
|
-
"name": "
|
|
28000
|
+
"name": "disabled",
|
|
28002
28001
|
"global": false,
|
|
28003
|
-
"description": "
|
|
28002
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
28004
28003
|
"tags": [],
|
|
28005
28004
|
"required": false,
|
|
28006
|
-
"type": "
|
|
28005
|
+
"type": "boolean | undefined",
|
|
28007
28006
|
"schema": {
|
|
28008
28007
|
"kind": "enum",
|
|
28009
|
-
"type": "
|
|
28008
|
+
"type": "boolean | undefined",
|
|
28010
28009
|
"schema": {
|
|
28011
28010
|
"0": "undefined",
|
|
28012
|
-
"1": "
|
|
28011
|
+
"1": "false",
|
|
28012
|
+
"2": "true"
|
|
28013
28013
|
}
|
|
28014
28014
|
}
|
|
28015
28015
|
},
|
|
@@ -31890,13 +31890,13 @@ var B24UIMeta = {
|
|
|
31890
31890
|
"description": "The content of the slideover.",
|
|
31891
31891
|
"tags": [],
|
|
31892
31892
|
"required": false,
|
|
31893
|
-
"type": "Omit<DialogContentProps, \"as\" | \"
|
|
31893
|
+
"type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
31894
31894
|
"schema": {
|
|
31895
31895
|
"kind": "enum",
|
|
31896
|
-
"type": "Omit<DialogContentProps, \"as\" | \"
|
|
31896
|
+
"type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
31897
31897
|
"schema": {
|
|
31898
31898
|
"0": "undefined",
|
|
31899
|
-
"1": "Omit<DialogContentProps, \"as\" | \"
|
|
31899
|
+
"1": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
31900
31900
|
}
|
|
31901
31901
|
}
|
|
31902
31902
|
},
|
|
@@ -32519,35 +32519,35 @@ var B24UIMeta = {
|
|
|
32519
32519
|
}
|
|
32520
32520
|
},
|
|
32521
32521
|
{
|
|
32522
|
-
"name": "
|
|
32522
|
+
"name": "name",
|
|
32523
32523
|
"global": false,
|
|
32524
|
-
"description": "
|
|
32524
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
32525
32525
|
"tags": [],
|
|
32526
32526
|
"required": false,
|
|
32527
|
-
"type": "
|
|
32527
|
+
"type": "string | undefined",
|
|
32528
32528
|
"schema": {
|
|
32529
32529
|
"kind": "enum",
|
|
32530
|
-
"type": "
|
|
32530
|
+
"type": "string | undefined",
|
|
32531
32531
|
"schema": {
|
|
32532
32532
|
"0": "undefined",
|
|
32533
|
-
"1": "
|
|
32534
|
-
"2": "true"
|
|
32533
|
+
"1": "string"
|
|
32535
32534
|
}
|
|
32536
32535
|
}
|
|
32537
32536
|
},
|
|
32538
32537
|
{
|
|
32539
|
-
"name": "
|
|
32538
|
+
"name": "disabled",
|
|
32540
32539
|
"global": false,
|
|
32541
|
-
"description": "
|
|
32540
|
+
"description": "When `true`, prevents the user from interacting with the switch.",
|
|
32542
32541
|
"tags": [],
|
|
32543
32542
|
"required": false,
|
|
32544
|
-
"type": "
|
|
32543
|
+
"type": "boolean | undefined",
|
|
32545
32544
|
"schema": {
|
|
32546
32545
|
"kind": "enum",
|
|
32547
|
-
"type": "
|
|
32546
|
+
"type": "boolean | undefined",
|
|
32548
32547
|
"schema": {
|
|
32549
32548
|
"0": "undefined",
|
|
32550
|
-
"1": "
|
|
32549
|
+
"1": "false",
|
|
32550
|
+
"2": "true"
|
|
32551
32551
|
}
|
|
32552
32552
|
}
|
|
32553
32553
|
},
|
|
@@ -35212,6 +35212,15 @@ var B24UIMeta = {
|
|
|
35212
35212
|
}
|
|
35213
35213
|
}
|
|
35214
35214
|
},
|
|
35215
|
+
"disabled": {
|
|
35216
|
+
"name": "disabled",
|
|
35217
|
+
"global": false,
|
|
35218
|
+
"description": "",
|
|
35219
|
+
"tags": [],
|
|
35220
|
+
"required": false,
|
|
35221
|
+
"type": "boolean | undefined",
|
|
35222
|
+
"schema": "boolean | undefined"
|
|
35223
|
+
},
|
|
35215
35224
|
"to": {
|
|
35216
35225
|
"name": "to",
|
|
35217
35226
|
"global": false,
|
|
@@ -35462,15 +35471,6 @@ var B24UIMeta = {
|
|
|
35462
35471
|
"type": "boolean | undefined",
|
|
35463
35472
|
"schema": "boolean | undefined"
|
|
35464
35473
|
},
|
|
35465
|
-
"disabled": {
|
|
35466
|
-
"name": "disabled",
|
|
35467
|
-
"global": false,
|
|
35468
|
-
"description": "",
|
|
35469
|
-
"tags": [],
|
|
35470
|
-
"required": false,
|
|
35471
|
-
"type": "boolean | undefined",
|
|
35472
|
-
"schema": "boolean | undefined"
|
|
35473
|
-
},
|
|
35474
35474
|
"active": {
|
|
35475
35475
|
"name": "active",
|
|
35476
35476
|
"global": false,
|
|
@@ -37060,6 +37060,15 @@ var B24UIMeta = {
|
|
|
37060
37060
|
}
|
|
37061
37061
|
}
|
|
37062
37062
|
},
|
|
37063
|
+
"disabled": {
|
|
37064
|
+
"name": "disabled",
|
|
37065
|
+
"global": false,
|
|
37066
|
+
"description": "",
|
|
37067
|
+
"tags": [],
|
|
37068
|
+
"required": false,
|
|
37069
|
+
"type": "boolean | undefined",
|
|
37070
|
+
"schema": "boolean | undefined"
|
|
37071
|
+
},
|
|
37063
37072
|
"to": {
|
|
37064
37073
|
"name": "to",
|
|
37065
37074
|
"global": false,
|
|
@@ -37310,15 +37319,6 @@ var B24UIMeta = {
|
|
|
37310
37319
|
"type": "boolean | undefined",
|
|
37311
37320
|
"schema": "boolean | undefined"
|
|
37312
37321
|
},
|
|
37313
|
-
"disabled": {
|
|
37314
|
-
"name": "disabled",
|
|
37315
|
-
"global": false,
|
|
37316
|
-
"description": "",
|
|
37317
|
-
"tags": [],
|
|
37318
|
-
"required": false,
|
|
37319
|
-
"type": "boolean | undefined",
|
|
37320
|
-
"schema": "boolean | undefined"
|
|
37321
|
-
},
|
|
37322
37322
|
"active": {
|
|
37323
37323
|
"name": "active",
|
|
37324
37324
|
"global": false,
|
|
@@ -38100,6 +38100,15 @@ var B24UIMeta = {
|
|
|
38100
38100
|
}
|
|
38101
38101
|
}
|
|
38102
38102
|
},
|
|
38103
|
+
"disabled": {
|
|
38104
|
+
"name": "disabled",
|
|
38105
|
+
"global": false,
|
|
38106
|
+
"description": "",
|
|
38107
|
+
"tags": [],
|
|
38108
|
+
"required": false,
|
|
38109
|
+
"type": "boolean | undefined",
|
|
38110
|
+
"schema": "boolean | undefined"
|
|
38111
|
+
},
|
|
38103
38112
|
"to": {
|
|
38104
38113
|
"name": "to",
|
|
38105
38114
|
"global": false,
|
|
@@ -38350,15 +38359,6 @@ var B24UIMeta = {
|
|
|
38350
38359
|
"type": "boolean | undefined",
|
|
38351
38360
|
"schema": "boolean | undefined"
|
|
38352
38361
|
},
|
|
38353
|
-
"disabled": {
|
|
38354
|
-
"name": "disabled",
|
|
38355
|
-
"global": false,
|
|
38356
|
-
"description": "",
|
|
38357
|
-
"tags": [],
|
|
38358
|
-
"required": false,
|
|
38359
|
-
"type": "boolean | undefined",
|
|
38360
|
-
"schema": "boolean | undefined"
|
|
38361
|
-
},
|
|
38362
38362
|
"active": {
|
|
38363
38363
|
"name": "active",
|
|
38364
38364
|
"global": false,
|
|
@@ -39079,6 +39079,15 @@ var B24UIMeta = {
|
|
|
39079
39079
|
}
|
|
39080
39080
|
}
|
|
39081
39081
|
},
|
|
39082
|
+
"disabled": {
|
|
39083
|
+
"name": "disabled",
|
|
39084
|
+
"global": false,
|
|
39085
|
+
"description": "",
|
|
39086
|
+
"tags": [],
|
|
39087
|
+
"required": false,
|
|
39088
|
+
"type": "boolean | undefined",
|
|
39089
|
+
"schema": "boolean | undefined"
|
|
39090
|
+
},
|
|
39082
39091
|
"to": {
|
|
39083
39092
|
"name": "to",
|
|
39084
39093
|
"global": false,
|
|
@@ -39329,15 +39338,6 @@ var B24UIMeta = {
|
|
|
39329
39338
|
"type": "boolean | undefined",
|
|
39330
39339
|
"schema": "boolean | undefined"
|
|
39331
39340
|
},
|
|
39332
|
-
"disabled": {
|
|
39333
|
-
"name": "disabled",
|
|
39334
|
-
"global": false,
|
|
39335
|
-
"description": "",
|
|
39336
|
-
"tags": [],
|
|
39337
|
-
"required": false,
|
|
39338
|
-
"type": "boolean | undefined",
|
|
39339
|
-
"schema": "boolean | undefined"
|
|
39340
|
-
},
|
|
39341
39341
|
"active": {
|
|
39342
39342
|
"name": "active",
|
|
39343
39343
|
"global": false,
|
|
@@ -40058,6 +40058,15 @@ var B24UIMeta = {
|
|
|
40058
40058
|
}
|
|
40059
40059
|
}
|
|
40060
40060
|
},
|
|
40061
|
+
"disabled": {
|
|
40062
|
+
"name": "disabled",
|
|
40063
|
+
"global": false,
|
|
40064
|
+
"description": "",
|
|
40065
|
+
"tags": [],
|
|
40066
|
+
"required": false,
|
|
40067
|
+
"type": "boolean | undefined",
|
|
40068
|
+
"schema": "boolean | undefined"
|
|
40069
|
+
},
|
|
40061
40070
|
"to": {
|
|
40062
40071
|
"name": "to",
|
|
40063
40072
|
"global": false,
|
|
@@ -40308,15 +40317,6 @@ var B24UIMeta = {
|
|
|
40308
40317
|
"type": "boolean | undefined",
|
|
40309
40318
|
"schema": "boolean | undefined"
|
|
40310
40319
|
},
|
|
40311
|
-
"disabled": {
|
|
40312
|
-
"name": "disabled",
|
|
40313
|
-
"global": false,
|
|
40314
|
-
"description": "",
|
|
40315
|
-
"tags": [],
|
|
40316
|
-
"required": false,
|
|
40317
|
-
"type": "boolean | undefined",
|
|
40318
|
-
"schema": "boolean | undefined"
|
|
40319
|
-
},
|
|
40320
40320
|
"active": {
|
|
40321
40321
|
"name": "active",
|
|
40322
40322
|
"global": false,
|
|
@@ -41037,6 +41037,15 @@ var B24UIMeta = {
|
|
|
41037
41037
|
}
|
|
41038
41038
|
}
|
|
41039
41039
|
},
|
|
41040
|
+
"disabled": {
|
|
41041
|
+
"name": "disabled",
|
|
41042
|
+
"global": false,
|
|
41043
|
+
"description": "",
|
|
41044
|
+
"tags": [],
|
|
41045
|
+
"required": false,
|
|
41046
|
+
"type": "boolean | undefined",
|
|
41047
|
+
"schema": "boolean | undefined"
|
|
41048
|
+
},
|
|
41040
41049
|
"to": {
|
|
41041
41050
|
"name": "to",
|
|
41042
41051
|
"global": false,
|
|
@@ -41287,15 +41296,6 @@ var B24UIMeta = {
|
|
|
41287
41296
|
"type": "boolean | undefined",
|
|
41288
41297
|
"schema": "boolean | undefined"
|
|
41289
41298
|
},
|
|
41290
|
-
"disabled": {
|
|
41291
|
-
"name": "disabled",
|
|
41292
|
-
"global": false,
|
|
41293
|
-
"description": "",
|
|
41294
|
-
"tags": [],
|
|
41295
|
-
"required": false,
|
|
41296
|
-
"type": "boolean | undefined",
|
|
41297
|
-
"schema": "boolean | undefined"
|
|
41298
|
-
},
|
|
41299
41299
|
"active": {
|
|
41300
41300
|
"name": "active",
|
|
41301
41301
|
"global": false,
|