@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.d.cts CHANGED
@@ -959,15 +959,6 @@ 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
- },
971
962
  "to": {
972
963
  "name": "to",
973
964
  "global": false,
@@ -1218,6 +1209,15 @@ var B24UIMeta = {
1218
1209
  "type": "boolean | undefined",
1219
1210
  "schema": "boolean | undefined"
1220
1211
  },
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,23 +3482,6 @@ 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
- },
3502
3485
  {
3503
3486
  "name": "to",
3504
3487
  "global": false,
@@ -3794,6 +3777,23 @@ var B24UIMeta = {
3794
3777
  }
3795
3778
  }
3796
3779
  },
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": "name",
4557
+ "name": "disabled",
4558
4558
  "global": false,
4559
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
4559
+ "description": "When `true`, prevents the user from interacting with the checkbox",
4560
4560
  "tags": [],
4561
4561
  "required": false,
4562
- "type": "string | undefined",
4562
+ "type": "boolean | undefined",
4563
4563
  "schema": {
4564
4564
  "kind": "enum",
4565
- "type": "string | undefined",
4565
+ "type": "boolean | undefined",
4566
4566
  "schema": {
4567
4567
  "0": "undefined",
4568
- "1": "string"
4568
+ "1": "false",
4569
+ "2": "true"
4569
4570
  }
4570
4571
  }
4571
4572
  },
4572
4573
  {
4573
- "name": "disabled",
4574
+ "name": "name",
4574
4575
  "global": false,
4575
- "description": "When `true`, prevents the user from interacting with the checkbox",
4576
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
4576
4577
  "tags": [],
4577
4578
  "required": false,
4578
- "type": "boolean | undefined",
4579
+ "type": "string | undefined",
4579
4580
  "schema": {
4580
4581
  "kind": "enum",
4581
- "type": "boolean | undefined",
4582
+ "type": "string | undefined",
4582
4583
  "schema": {
4583
4584
  "0": "undefined",
4584
- "1": "false",
4585
- "2": "true"
4585
+ "1": "string"
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\" | \"forceMount\" | \"asChild\"> | undefined",
5713
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
5714
5714
  "schema": {
5715
5715
  "kind": "enum",
5716
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
5716
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
5717
5717
  "schema": {
5718
5718
  "0": "undefined",
5719
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
5719
+ "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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\" | \"forceMount\" | \"asChild\"> | undefined",
6493
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
6494
6494
  "schema": {
6495
6495
  "kind": "enum",
6496
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
6496
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
6497
6497
  "schema": {
6498
6498
  "0": "undefined",
6499
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
6499
+ "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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\" | \"forceMount\" | \"asChild\"> | undefined",
6889
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
6890
6890
  "schema": {
6891
6891
  "kind": "enum",
6892
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
6892
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
6893
6893
  "schema": {
6894
6894
  "0": "undefined",
6895
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
6895
+ "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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\" | \"forceMount\" | \"asChild\"> | undefined",
7839
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
7840
7840
  "schema": {
7841
7841
  "kind": "enum",
7842
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
7842
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
7843
7843
  "schema": {
7844
7844
  "0": "undefined",
7845
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
7845
+ "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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\" | \"forceMount\" | \"asChild\"> | undefined",
8789
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
8790
8790
  "schema": {
8791
8791
  "kind": "enum",
8792
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
8792
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
8793
8793
  "schema": {
8794
8794
  "0": "undefined",
8795
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
8795
+ "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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\" | \"forceMount\" | \"asChild\"> | undefined",
9739
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
9740
9740
  "schema": {
9741
9741
  "kind": "enum",
9742
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
9742
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
9743
9743
  "schema": {
9744
9744
  "0": "undefined",
9745
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
9745
+ "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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\" | \"forceMount\" | \"asChild\"> | undefined",
10869
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
10870
10870
  "schema": {
10871
10871
  "kind": "enum",
10872
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
10872
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
10873
10873
  "schema": {
10874
10874
  "0": "undefined",
10875
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
10875
+ "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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\" | \"forceMount\" | \"asChild\"> | undefined",
13755
+ "type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
13756
13756
  "schema": {
13757
13757
  "kind": "enum",
13758
- "type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
13758
+ "type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
13759
13759
  "schema": {
13760
13760
  "0": "undefined",
13761
- "1": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\">"
13761
+ "1": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\">"
13762
13762
  }
13763
13763
  }
13764
13764
  },
@@ -14503,35 +14503,35 @@ var B24UIMeta = {
14503
14503
  }
14504
14504
  },
14505
14505
  {
14506
- "name": "name",
14506
+ "name": "disabled",
14507
14507
  "global": false,
14508
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
14508
+ "description": "When `true`, prevents the user from interacting with listbox",
14509
14509
  "tags": [],
14510
14510
  "required": false,
14511
- "type": "string | undefined",
14511
+ "type": "boolean | undefined",
14512
14512
  "schema": {
14513
14513
  "kind": "enum",
14514
- "type": "string | undefined",
14514
+ "type": "boolean | undefined",
14515
14515
  "schema": {
14516
14516
  "0": "undefined",
14517
- "1": "string"
14517
+ "1": "false",
14518
+ "2": "true"
14518
14519
  }
14519
14520
  }
14520
14521
  },
14521
14522
  {
14522
- "name": "disabled",
14523
+ "name": "name",
14523
14524
  "global": false,
14524
- "description": "When `true`, prevents the user from interacting with listbox",
14525
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
14525
14526
  "tags": [],
14526
14527
  "required": false,
14527
- "type": "boolean | undefined",
14528
+ "type": "string | undefined",
14528
14529
  "schema": {
14529
14530
  "kind": "enum",
14530
- "type": "boolean | undefined",
14531
+ "type": "string | undefined",
14531
14532
  "schema": {
14532
14533
  "0": "undefined",
14533
- "1": "false",
14534
- "2": "true"
14534
+ "1": "string"
14535
14535
  }
14536
14536
  }
14537
14537
  },
@@ -19026,15 +19026,6 @@ 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
- },
19038
19029
  "to": {
19039
19030
  "name": "to",
19040
19031
  "global": false,
@@ -19285,6 +19276,15 @@ var B24UIMeta = {
19285
19276
  "type": "boolean | undefined",
19286
19277
  "schema": "boolean | undefined"
19287
19278
  },
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,15 +19908,6 @@ 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
- },
19920
19911
  "to": {
19921
19912
  "name": "to",
19922
19913
  "global": false,
@@ -20167,6 +20158,15 @@ var B24UIMeta = {
20167
20158
  "type": "boolean | undefined",
20168
20159
  "schema": "boolean | undefined"
20169
20160
  },
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,
@@ -20449,22 +20449,6 @@ var B24UIMeta = {
20449
20449
  }
20450
20450
  }
20451
20451
  },
20452
- {
20453
- "name": "name",
20454
- "global": false,
20455
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
20456
- "tags": [],
20457
- "required": false,
20458
- "type": "string | undefined",
20459
- "schema": {
20460
- "kind": "enum",
20461
- "type": "string | undefined",
20462
- "schema": {
20463
- "0": "undefined",
20464
- "1": "string"
20465
- }
20466
- }
20467
- },
20468
20452
  {
20469
20453
  "name": "disabled",
20470
20454
  "global": false,
@@ -20498,6 +20482,22 @@ var B24UIMeta = {
20498
20482
  }
20499
20483
  }
20500
20484
  },
20485
+ {
20486
+ "name": "name",
20487
+ "global": false,
20488
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
20489
+ "tags": [],
20490
+ "required": false,
20491
+ "type": "string | undefined",
20492
+ "schema": {
20493
+ "kind": "enum",
20494
+ "type": "string | undefined",
20495
+ "schema": {
20496
+ "0": "undefined",
20497
+ "1": "string"
20498
+ }
20499
+ }
20500
+ },
20501
20501
  {
20502
20502
  "name": "max",
20503
20503
  "global": false,
@@ -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\" | \"forceMount\" | \"asChild\"> | undefined",
21870
+ "type": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
21871
21871
  "schema": {
21872
21872
  "kind": "enum",
21873
- "type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
21873
+ "type": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
21874
21874
  "schema": {
21875
21875
  "0": "undefined",
21876
- "1": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\">"
21876
+ "1": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\">"
21877
21877
  }
21878
21878
  }
21879
21879
  },
@@ -22862,35 +22862,35 @@ var B24UIMeta = {
22862
22862
  }
22863
22863
  },
22864
22864
  {
22865
- "name": "name",
22865
+ "name": "disabled",
22866
22866
  "global": false,
22867
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
22867
+ "description": "When `true`, prevents the user from interacting with radio items.",
22868
22868
  "tags": [],
22869
22869
  "required": false,
22870
- "type": "string | undefined",
22870
+ "type": "boolean | undefined",
22871
22871
  "schema": {
22872
22872
  "kind": "enum",
22873
- "type": "string | undefined",
22873
+ "type": "boolean | undefined",
22874
22874
  "schema": {
22875
22875
  "0": "undefined",
22876
- "1": "string"
22876
+ "1": "false",
22877
+ "2": "true"
22877
22878
  }
22878
22879
  }
22879
22880
  },
22880
22881
  {
22881
- "name": "disabled",
22882
+ "name": "name",
22882
22883
  "global": false,
22883
- "description": "When `true`, prevents the user from interacting with radio items.",
22884
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
22884
22885
  "tags": [],
22885
22886
  "required": false,
22886
- "type": "boolean | undefined",
22887
+ "type": "string | undefined",
22887
22888
  "schema": {
22888
22889
  "kind": "enum",
22889
- "type": "boolean | undefined",
22890
+ "type": "string | undefined",
22890
22891
  "schema": {
22891
22892
  "0": "undefined",
22892
- "1": "false",
22893
- "2": "true"
22893
+ "1": "string"
22894
22894
  }
22895
22895
  }
22896
22896
  },
@@ -23353,22 +23353,6 @@ 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
- },
23372
23356
  {
23373
23357
  "name": "disabled",
23374
23358
  "global": false,
@@ -23403,6 +23387,22 @@ var B24UIMeta = {
23403
23387
  },
23404
23388
  "default": "1"
23405
23389
  },
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\" | \"forceMount\" | \"asChild\"> | undefined",
23733
+ "type": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
23734
23734
  "schema": {
23735
23735
  "kind": "enum",
23736
- "type": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
23736
+ "type": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
23737
23737
  "schema": {
23738
23738
  "0": "undefined",
23739
- "1": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\">"
23739
+ "1": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\">"
23740
23740
  }
23741
23741
  }
23742
23742
  },
@@ -24320,35 +24320,35 @@ var B24UIMeta = {
24320
24320
  }
24321
24321
  },
24322
24322
  {
24323
- "name": "name",
24323
+ "name": "disabled",
24324
24324
  "global": false,
24325
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
24325
+ "description": "When `true`, prevents the user from interacting with Select",
24326
24326
  "tags": [],
24327
24327
  "required": false,
24328
- "type": "string | undefined",
24328
+ "type": "boolean | undefined",
24329
24329
  "schema": {
24330
24330
  "kind": "enum",
24331
- "type": "string | undefined",
24331
+ "type": "boolean | undefined",
24332
24332
  "schema": {
24333
24333
  "0": "undefined",
24334
- "1": "string"
24334
+ "1": "false",
24335
+ "2": "true"
24335
24336
  }
24336
24337
  }
24337
24338
  },
24338
24339
  {
24339
- "name": "disabled",
24340
+ "name": "name",
24340
24341
  "global": false,
24341
- "description": "When `true`, prevents the user from interacting with Select",
24342
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
24342
24343
  "tags": [],
24343
24344
  "required": false,
24344
- "type": "boolean | undefined",
24345
+ "type": "string | undefined",
24345
24346
  "schema": {
24346
24347
  "kind": "enum",
24347
- "type": "boolean | undefined",
24348
+ "type": "string | undefined",
24348
24349
  "schema": {
24349
24350
  "0": "undefined",
24350
- "1": "false",
24351
- "2": "true"
24351
+ "1": "string"
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\" | \"forceMount\" | \"asChild\"> | undefined",
27272
+ "type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
27273
27273
  "schema": {
27274
27274
  "kind": "enum",
27275
- "type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
27275
+ "type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
27276
27276
  "schema": {
27277
27277
  "0": "undefined",
27278
- "1": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\">"
27278
+ "1": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\">"
27279
27279
  }
27280
27280
  }
27281
27281
  },
@@ -27981,35 +27981,35 @@ var B24UIMeta = {
27981
27981
  }
27982
27982
  },
27983
27983
  {
27984
- "name": "name",
27984
+ "name": "disabled",
27985
27985
  "global": false,
27986
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
27986
+ "description": "When `true`, prevents the user from interacting with listbox",
27987
27987
  "tags": [],
27988
27988
  "required": false,
27989
- "type": "string | undefined",
27989
+ "type": "boolean | undefined",
27990
27990
  "schema": {
27991
27991
  "kind": "enum",
27992
- "type": "string | undefined",
27992
+ "type": "boolean | undefined",
27993
27993
  "schema": {
27994
27994
  "0": "undefined",
27995
- "1": "string"
27995
+ "1": "false",
27996
+ "2": "true"
27996
27997
  }
27997
27998
  }
27998
27999
  },
27999
28000
  {
28000
- "name": "disabled",
28001
+ "name": "name",
28001
28002
  "global": false,
28002
- "description": "When `true`, prevents the user from interacting with listbox",
28003
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
28003
28004
  "tags": [],
28004
28005
  "required": false,
28005
- "type": "boolean | undefined",
28006
+ "type": "string | undefined",
28006
28007
  "schema": {
28007
28008
  "kind": "enum",
28008
- "type": "boolean | undefined",
28009
+ "type": "string | undefined",
28009
28010
  "schema": {
28010
28011
  "0": "undefined",
28011
- "1": "false",
28012
- "2": "true"
28012
+ "1": "string"
28013
28013
  }
28014
28014
  }
28015
28015
  },
@@ -32056,35 +32056,35 @@ var B24UIMeta = {
32056
32056
  }
32057
32057
  },
32058
32058
  {
32059
- "name": "name",
32059
+ "name": "disabled",
32060
32060
  "global": false,
32061
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
32061
+ "description": "When `true`, prevents the user from interacting with the switch.",
32062
32062
  "tags": [],
32063
32063
  "required": false,
32064
- "type": "string | undefined",
32064
+ "type": "boolean | undefined",
32065
32065
  "schema": {
32066
32066
  "kind": "enum",
32067
- "type": "string | undefined",
32067
+ "type": "boolean | undefined",
32068
32068
  "schema": {
32069
32069
  "0": "undefined",
32070
- "1": "string"
32070
+ "1": "false",
32071
+ "2": "true"
32071
32072
  }
32072
32073
  }
32073
32074
  },
32074
32075
  {
32075
- "name": "disabled",
32076
+ "name": "name",
32076
32077
  "global": false,
32077
- "description": "When `true`, prevents the user from interacting with the switch.",
32078
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
32078
32079
  "tags": [],
32079
32080
  "required": false,
32080
- "type": "boolean | undefined",
32081
+ "type": "string | undefined",
32081
32082
  "schema": {
32082
32083
  "kind": "enum",
32083
- "type": "boolean | undefined",
32084
+ "type": "string | undefined",
32084
32085
  "schema": {
32085
32086
  "0": "undefined",
32086
- "1": "false",
32087
- "2": "true"
32087
+ "1": "string"
32088
32088
  }
32089
32089
  }
32090
32090
  },
@@ -34749,15 +34749,6 @@ var B24UIMeta = {
34749
34749
  }
34750
34750
  }
34751
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
- },
34761
34752
  "to": {
34762
34753
  "name": "to",
34763
34754
  "global": false,
@@ -35008,6 +34999,15 @@ var B24UIMeta = {
35008
34999
  "type": "boolean | undefined",
35009
35000
  "schema": "boolean | undefined"
35010
35001
  },
35002
+ "disabled": {
35003
+ "name": "disabled",
35004
+ "global": false,
35005
+ "description": "",
35006
+ "tags": [],
35007
+ "required": false,
35008
+ "type": "boolean | undefined",
35009
+ "schema": "boolean | undefined"
35010
+ },
35011
35011
  "active": {
35012
35012
  "name": "active",
35013
35013
  "global": false,
@@ -36597,15 +36597,6 @@ var B24UIMeta = {
36597
36597
  }
36598
36598
  }
36599
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
- },
36609
36600
  "to": {
36610
36601
  "name": "to",
36611
36602
  "global": false,
@@ -36856,6 +36847,15 @@ var B24UIMeta = {
36856
36847
  "type": "boolean | undefined",
36857
36848
  "schema": "boolean | undefined"
36858
36849
  },
36850
+ "disabled": {
36851
+ "name": "disabled",
36852
+ "global": false,
36853
+ "description": "",
36854
+ "tags": [],
36855
+ "required": false,
36856
+ "type": "boolean | undefined",
36857
+ "schema": "boolean | undefined"
36858
+ },
36859
36859
  "active": {
36860
36860
  "name": "active",
36861
36861
  "global": false,
@@ -37637,15 +37637,6 @@ var B24UIMeta = {
37637
37637
  }
37638
37638
  }
37639
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
- },
37649
37640
  "to": {
37650
37641
  "name": "to",
37651
37642
  "global": false,
@@ -37896,6 +37887,15 @@ var B24UIMeta = {
37896
37887
  "type": "boolean | undefined",
37897
37888
  "schema": "boolean | undefined"
37898
37889
  },
37890
+ "disabled": {
37891
+ "name": "disabled",
37892
+ "global": false,
37893
+ "description": "",
37894
+ "tags": [],
37895
+ "required": false,
37896
+ "type": "boolean | undefined",
37897
+ "schema": "boolean | undefined"
37898
+ },
37899
37899
  "active": {
37900
37900
  "name": "active",
37901
37901
  "global": false,
@@ -38616,15 +38616,6 @@ var B24UIMeta = {
38616
38616
  }
38617
38617
  }
38618
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
- },
38628
38619
  "to": {
38629
38620
  "name": "to",
38630
38621
  "global": false,
@@ -38875,6 +38866,15 @@ var B24UIMeta = {
38875
38866
  "type": "boolean | undefined",
38876
38867
  "schema": "boolean | undefined"
38877
38868
  },
38869
+ "disabled": {
38870
+ "name": "disabled",
38871
+ "global": false,
38872
+ "description": "",
38873
+ "tags": [],
38874
+ "required": false,
38875
+ "type": "boolean | undefined",
38876
+ "schema": "boolean | undefined"
38877
+ },
38878
38878
  "active": {
38879
38879
  "name": "active",
38880
38880
  "global": false,
@@ -39595,15 +39595,6 @@ var B24UIMeta = {
39595
39595
  }
39596
39596
  }
39597
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
- },
39607
39598
  "to": {
39608
39599
  "name": "to",
39609
39600
  "global": false,
@@ -39854,6 +39845,15 @@ var B24UIMeta = {
39854
39845
  "type": "boolean | undefined",
39855
39846
  "schema": "boolean | undefined"
39856
39847
  },
39848
+ "disabled": {
39849
+ "name": "disabled",
39850
+ "global": false,
39851
+ "description": "",
39852
+ "tags": [],
39853
+ "required": false,
39854
+ "type": "boolean | undefined",
39855
+ "schema": "boolean | undefined"
39856
+ },
39857
39857
  "active": {
39858
39858
  "name": "active",
39859
39859
  "global": false,
@@ -40574,15 +40574,6 @@ var B24UIMeta = {
40574
40574
  }
40575
40575
  }
40576
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
- },
40586
40577
  "to": {
40587
40578
  "name": "to",
40588
40579
  "global": false,
@@ -40833,6 +40824,15 @@ var B24UIMeta = {
40833
40824
  "type": "boolean | undefined",
40834
40825
  "schema": "boolean | undefined"
40835
40826
  },
40827
+ "disabled": {
40828
+ "name": "disabled",
40829
+ "global": false,
40830
+ "description": "",
40831
+ "tags": [],
40832
+ "required": false,
40833
+ "type": "boolean | undefined",
40834
+ "schema": "boolean | undefined"
40835
+ },
40836
40836
  "active": {
40837
40837
  "name": "active",
40838
40838
  "global": false,