@bitrix24/b24ui-nuxt 0.2.4 → 0.2.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/dist/meta.cjs CHANGED
@@ -1009,6 +1009,15 @@ const B24UIMeta = {
1009
1009
  }
1010
1010
  }
1011
1011
  },
1012
+ "disabled": {
1013
+ "name": "disabled",
1014
+ "global": false,
1015
+ "description": "",
1016
+ "tags": [],
1017
+ "required": false,
1018
+ "type": "boolean | undefined",
1019
+ "schema": "boolean | undefined"
1020
+ },
1012
1021
  "to": {
1013
1022
  "name": "to",
1014
1023
  "global": false,
@@ -1259,15 +1268,6 @@ const B24UIMeta = {
1259
1268
  "type": "boolean | undefined",
1260
1269
  "schema": "boolean | undefined"
1261
1270
  },
1262
- "disabled": {
1263
- "name": "disabled",
1264
- "global": false,
1265
- "description": "",
1266
- "tags": [],
1267
- "required": false,
1268
- "type": "boolean | undefined",
1269
- "schema": "boolean | undefined"
1270
- },
1271
1271
  "active": {
1272
1272
  "name": "active",
1273
1273
  "global": false,
@@ -1890,6 +1890,15 @@ const B24UIMeta = {
1890
1890
  }
1891
1891
  }
1892
1892
  },
1893
+ "disabled": {
1894
+ "name": "disabled",
1895
+ "global": false,
1896
+ "description": "",
1897
+ "tags": [],
1898
+ "required": false,
1899
+ "type": "boolean | undefined",
1900
+ "schema": "boolean | undefined"
1901
+ },
1893
1902
  "to": {
1894
1903
  "name": "to",
1895
1904
  "global": false,
@@ -2140,15 +2149,6 @@ const B24UIMeta = {
2140
2149
  "type": "boolean | undefined",
2141
2150
  "schema": "boolean | undefined"
2142
2151
  },
2143
- "disabled": {
2144
- "name": "disabled",
2145
- "global": false,
2146
- "description": "",
2147
- "tags": [],
2148
- "required": false,
2149
- "type": "boolean | undefined",
2150
- "schema": "boolean | undefined"
2151
- },
2152
2152
  "active": {
2153
2153
  "name": "active",
2154
2154
  "global": false,
@@ -4432,6 +4432,23 @@ const B24UIMeta = {
4432
4432
  },
4433
4433
  "default": "\"button\""
4434
4434
  },
4435
+ {
4436
+ "name": "disabled",
4437
+ "global": false,
4438
+ "description": "",
4439
+ "tags": [],
4440
+ "required": false,
4441
+ "type": "boolean | undefined",
4442
+ "schema": {
4443
+ "kind": "enum",
4444
+ "type": "boolean | undefined",
4445
+ "schema": {
4446
+ "0": "undefined",
4447
+ "1": "false",
4448
+ "2": "true"
4449
+ }
4450
+ }
4451
+ },
4435
4452
  {
4436
4453
  "name": "to",
4437
4454
  "global": false,
@@ -4727,23 +4744,6 @@ const B24UIMeta = {
4727
4744
  }
4728
4745
  }
4729
4746
  },
4730
- {
4731
- "name": "disabled",
4732
- "global": false,
4733
- "description": "",
4734
- "tags": [],
4735
- "required": false,
4736
- "type": "boolean | undefined",
4737
- "schema": {
4738
- "kind": "enum",
4739
- "type": "boolean | undefined",
4740
- "schema": {
4741
- "0": "undefined",
4742
- "1": "false",
4743
- "2": "true"
4744
- }
4745
- }
4746
- },
4747
4747
  {
4748
4748
  "name": "active",
4749
4749
  "global": false,
@@ -5504,35 +5504,35 @@ const B24UIMeta = {
5504
5504
  }
5505
5505
  },
5506
5506
  {
5507
- "name": "disabled",
5507
+ "name": "name",
5508
5508
  "global": false,
5509
- "description": "When `true`, prevents the user from interacting with the checkbox",
5509
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
5510
5510
  "tags": [],
5511
5511
  "required": false,
5512
- "type": "boolean | undefined",
5512
+ "type": "string | undefined",
5513
5513
  "schema": {
5514
5514
  "kind": "enum",
5515
- "type": "boolean | undefined",
5515
+ "type": "string | undefined",
5516
5516
  "schema": {
5517
5517
  "0": "undefined",
5518
- "1": "false",
5519
- "2": "true"
5518
+ "1": "string"
5520
5519
  }
5521
5520
  }
5522
5521
  },
5523
5522
  {
5524
- "name": "name",
5523
+ "name": "disabled",
5525
5524
  "global": false,
5526
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
5525
+ "description": "When `true`, prevents the user from interacting with the checkbox",
5527
5526
  "tags": [],
5528
5527
  "required": false,
5529
- "type": "string | undefined",
5528
+ "type": "boolean | undefined",
5530
5529
  "schema": {
5531
5530
  "kind": "enum",
5532
- "type": "string | undefined",
5531
+ "type": "boolean | undefined",
5533
5532
  "schema": {
5534
5533
  "0": "undefined",
5535
- "1": "string"
5534
+ "1": "false",
5535
+ "2": "true"
5536
5536
  }
5537
5537
  }
5538
5538
  },
@@ -6692,13 +6692,13 @@ const B24UIMeta = {
6692
6692
  "description": "",
6693
6693
  "tags": [],
6694
6694
  "required": false,
6695
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
6695
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
6696
6696
  "schema": {
6697
6697
  "kind": "enum",
6698
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
6698
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
6699
6699
  "schema": {
6700
6700
  "0": "undefined",
6701
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
6701
+ "1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
6702
6702
  }
6703
6703
  }
6704
6704
  },
@@ -7444,13 +7444,13 @@ const B24UIMeta = {
7444
7444
  }
7445
7445
  ],
7446
7446
  "required": false,
7447
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
7447
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
7448
7448
  "schema": {
7449
7449
  "kind": "enum",
7450
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
7450
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
7451
7451
  "schema": {
7452
7452
  "0": "undefined",
7453
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
7453
+ "1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
7454
7454
  }
7455
7455
  }
7456
7456
  },
@@ -7856,13 +7856,13 @@ const B24UIMeta = {
7856
7856
  "description": "",
7857
7857
  "tags": [],
7858
7858
  "required": false,
7859
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
7859
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
7860
7860
  "schema": {
7861
7861
  "kind": "enum",
7862
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
7862
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
7863
7863
  "schema": {
7864
7864
  "0": "undefined",
7865
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
7865
+ "1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
7866
7866
  }
7867
7867
  }
7868
7868
  },
@@ -8822,13 +8822,13 @@ const B24UIMeta = {
8822
8822
  "description": "",
8823
8823
  "tags": [],
8824
8824
  "required": false,
8825
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
8825
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
8826
8826
  "schema": {
8827
8827
  "kind": "enum",
8828
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
8828
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
8829
8829
  "schema": {
8830
8830
  "0": "undefined",
8831
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
8831
+ "1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
8832
8832
  }
8833
8833
  }
8834
8834
  },
@@ -9788,13 +9788,13 @@ const B24UIMeta = {
9788
9788
  "description": "",
9789
9789
  "tags": [],
9790
9790
  "required": false,
9791
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
9791
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
9792
9792
  "schema": {
9793
9793
  "kind": "enum",
9794
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
9794
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
9795
9795
  "schema": {
9796
9796
  "0": "undefined",
9797
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
9797
+ "1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
9798
9798
  }
9799
9799
  }
9800
9800
  },
@@ -10754,13 +10754,13 @@ const B24UIMeta = {
10754
10754
  "description": "",
10755
10755
  "tags": [],
10756
10756
  "required": false,
10757
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
10757
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
10758
10758
  "schema": {
10759
10759
  "kind": "enum",
10760
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
10760
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
10761
10761
  "schema": {
10762
10762
  "0": "undefined",
10763
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
10763
+ "1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
10764
10764
  }
10765
10765
  }
10766
10766
  },
@@ -11900,13 +11900,13 @@ const B24UIMeta = {
11900
11900
  "description": "",
11901
11901
  "tags": [],
11902
11902
  "required": false,
11903
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
11903
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
11904
11904
  "schema": {
11905
11905
  "kind": "enum",
11906
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
11906
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
11907
11907
  "schema": {
11908
11908
  "0": "undefined",
11909
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
11909
+ "1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
11910
11910
  }
11911
11911
  }
11912
11912
  },
@@ -14762,13 +14762,13 @@ const B24UIMeta = {
14762
14762
  }
14763
14763
  ],
14764
14764
  "required": false,
14765
- "type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
14765
+ "type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
14766
14766
  "schema": {
14767
14767
  "kind": "enum",
14768
- "type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
14768
+ "type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
14769
14769
  "schema": {
14770
14770
  "0": "undefined",
14771
- "1": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\">"
14771
+ "1": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\">"
14772
14772
  }
14773
14773
  }
14774
14774
  },
@@ -15506,35 +15506,35 @@ const B24UIMeta = {
15506
15506
  }
15507
15507
  },
15508
15508
  {
15509
- "name": "disabled",
15509
+ "name": "name",
15510
15510
  "global": false,
15511
- "description": "When `true`, prevents the user from interacting with listbox",
15511
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
15512
15512
  "tags": [],
15513
15513
  "required": false,
15514
- "type": "boolean | undefined",
15514
+ "type": "string | undefined",
15515
15515
  "schema": {
15516
15516
  "kind": "enum",
15517
- "type": "boolean | undefined",
15517
+ "type": "string | undefined",
15518
15518
  "schema": {
15519
15519
  "0": "undefined",
15520
- "1": "false",
15521
- "2": "true"
15520
+ "1": "string"
15522
15521
  }
15523
15522
  }
15524
15523
  },
15525
15524
  {
15526
- "name": "name",
15525
+ "name": "disabled",
15527
15526
  "global": false,
15528
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
15527
+ "description": "When `true`, prevents the user from interacting with listbox",
15529
15528
  "tags": [],
15530
15529
  "required": false,
15531
- "type": "string | undefined",
15530
+ "type": "boolean | undefined",
15532
15531
  "schema": {
15533
15532
  "kind": "enum",
15534
- "type": "string | undefined",
15533
+ "type": "boolean | undefined",
15535
15534
  "schema": {
15536
15535
  "0": "undefined",
15537
- "1": "string"
15536
+ "1": "false",
15537
+ "2": "true"
15538
15538
  }
15539
15539
  }
15540
15540
  },
@@ -20021,6 +20021,15 @@ const B24UIMeta = {
20021
20021
  }
20022
20022
  }
20023
20023
  },
20024
+ "disabled": {
20025
+ "name": "disabled",
20026
+ "global": false,
20027
+ "description": "",
20028
+ "tags": [],
20029
+ "required": false,
20030
+ "type": "boolean | undefined",
20031
+ "schema": "boolean | undefined"
20032
+ },
20024
20033
  "to": {
20025
20034
  "name": "to",
20026
20035
  "global": false,
@@ -20271,15 +20280,6 @@ const B24UIMeta = {
20271
20280
  "type": "boolean | undefined",
20272
20281
  "schema": "boolean | undefined"
20273
20282
  },
20274
- "disabled": {
20275
- "name": "disabled",
20276
- "global": false,
20277
- "description": "",
20278
- "tags": [],
20279
- "required": false,
20280
- "type": "boolean | undefined",
20281
- "schema": "boolean | undefined"
20282
- },
20283
20283
  "active": {
20284
20284
  "name": "active",
20285
20285
  "global": false,
@@ -20919,6 +20919,15 @@ const B24UIMeta = {
20919
20919
  }
20920
20920
  }
20921
20921
  },
20922
+ "disabled": {
20923
+ "name": "disabled",
20924
+ "global": false,
20925
+ "description": "",
20926
+ "tags": [],
20927
+ "required": false,
20928
+ "type": "boolean | undefined",
20929
+ "schema": "boolean | undefined"
20930
+ },
20922
20931
  "to": {
20923
20932
  "name": "to",
20924
20933
  "global": false,
@@ -21169,15 +21178,6 @@ const B24UIMeta = {
21169
21178
  "type": "boolean | undefined",
21170
21179
  "schema": "boolean | undefined"
21171
21180
  },
21172
- "disabled": {
21173
- "name": "disabled",
21174
- "global": false,
21175
- "description": "",
21176
- "tags": [],
21177
- "required": false,
21178
- "type": "boolean | undefined",
21179
- "schema": "boolean | undefined"
21180
- },
21181
21181
  "active": {
21182
21182
  "name": "active",
21183
21183
  "global": false,
@@ -21445,51 +21445,51 @@ const B24UIMeta = {
21445
21445
  }
21446
21446
  },
21447
21447
  {
21448
- "name": "disabled",
21448
+ "name": "name",
21449
21449
  "global": false,
21450
- "description": "When `true`, prevents the user from interacting with the Number Field.",
21450
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
21451
21451
  "tags": [],
21452
21452
  "required": false,
21453
- "type": "boolean | undefined",
21453
+ "type": "string | undefined",
21454
21454
  "schema": {
21455
21455
  "kind": "enum",
21456
- "type": "boolean | undefined",
21456
+ "type": "string | undefined",
21457
21457
  "schema": {
21458
21458
  "0": "undefined",
21459
- "1": "false",
21460
- "2": "true"
21459
+ "1": "string"
21461
21460
  }
21462
21461
  }
21463
21462
  },
21464
21463
  {
21465
- "name": "step",
21464
+ "name": "disabled",
21466
21465
  "global": false,
21467
- "description": "The amount that the input value changes with each increment or decrement \"tick\".",
21466
+ "description": "When `true`, prevents the user from interacting with the Number Field.",
21468
21467
  "tags": [],
21469
21468
  "required": false,
21470
- "type": "number | undefined",
21469
+ "type": "boolean | undefined",
21471
21470
  "schema": {
21472
21471
  "kind": "enum",
21473
- "type": "number | undefined",
21472
+ "type": "boolean | undefined",
21474
21473
  "schema": {
21475
21474
  "0": "undefined",
21476
- "1": "number"
21475
+ "1": "false",
21476
+ "2": "true"
21477
21477
  }
21478
21478
  }
21479
21479
  },
21480
21480
  {
21481
- "name": "name",
21481
+ "name": "step",
21482
21482
  "global": false,
21483
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
21483
+ "description": "The amount that the input value changes with each increment or decrement \"tick\".",
21484
21484
  "tags": [],
21485
21485
  "required": false,
21486
- "type": "string | undefined",
21486
+ "type": "number | undefined",
21487
21487
  "schema": {
21488
21488
  "kind": "enum",
21489
- "type": "string | undefined",
21489
+ "type": "number | undefined",
21490
21490
  "schema": {
21491
21491
  "0": "undefined",
21492
- "1": "string"
21492
+ "1": "number"
21493
21493
  }
21494
21494
  }
21495
21495
  },
@@ -22862,13 +22862,13 @@ const B24UIMeta = {
22862
22862
  "description": "The content of the modal.",
22863
22863
  "tags": [],
22864
22864
  "required": false,
22865
- "type": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
22865
+ "type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
22866
22866
  "schema": {
22867
22867
  "kind": "enum",
22868
- "type": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
22868
+ "type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
22869
22869
  "schema": {
22870
22870
  "0": "undefined",
22871
- "1": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\">"
22871
+ "1": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\">"
22872
22872
  }
22873
22873
  }
22874
22874
  },
@@ -23392,6 +23392,15 @@ const B24UIMeta = {
23392
23392
  }
23393
23393
  }
23394
23394
  },
23395
+ "disabled": {
23396
+ "name": "disabled",
23397
+ "global": false,
23398
+ "description": "",
23399
+ "tags": [],
23400
+ "required": false,
23401
+ "type": "boolean | undefined",
23402
+ "schema": "boolean | undefined"
23403
+ },
23395
23404
  "to": {
23396
23405
  "name": "to",
23397
23406
  "global": false,
@@ -23642,15 +23651,6 @@ const B24UIMeta = {
23642
23651
  "type": "boolean | undefined",
23643
23652
  "schema": "boolean | undefined"
23644
23653
  },
23645
- "disabled": {
23646
- "name": "disabled",
23647
- "global": false,
23648
- "description": "",
23649
- "tags": [],
23650
- "required": false,
23651
- "type": "boolean | undefined",
23652
- "schema": "boolean | undefined"
23653
- },
23654
23654
  "active": {
23655
23655
  "name": "active",
23656
23656
  "global": false,
@@ -24691,35 +24691,35 @@ const B24UIMeta = {
24691
24691
  }
24692
24692
  },
24693
24693
  {
24694
- "name": "disabled",
24694
+ "name": "name",
24695
24695
  "global": false,
24696
- "description": "When `true`, prevents the user from interacting with radio items.",
24696
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
24697
24697
  "tags": [],
24698
24698
  "required": false,
24699
- "type": "boolean | undefined",
24699
+ "type": "string | undefined",
24700
24700
  "schema": {
24701
24701
  "kind": "enum",
24702
- "type": "boolean | undefined",
24702
+ "type": "string | undefined",
24703
24703
  "schema": {
24704
24704
  "0": "undefined",
24705
- "1": "false",
24706
- "2": "true"
24705
+ "1": "string"
24707
24706
  }
24708
24707
  }
24709
24708
  },
24710
24709
  {
24711
- "name": "name",
24710
+ "name": "disabled",
24712
24711
  "global": false,
24713
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
24712
+ "description": "When `true`, prevents the user from interacting with radio items.",
24714
24713
  "tags": [],
24715
24714
  "required": false,
24716
- "type": "string | undefined",
24715
+ "type": "boolean | undefined",
24717
24716
  "schema": {
24718
24717
  "kind": "enum",
24719
- "type": "string | undefined",
24718
+ "type": "boolean | undefined",
24720
24719
  "schema": {
24721
24720
  "0": "undefined",
24722
- "1": "string"
24721
+ "1": "false",
24722
+ "2": "true"
24723
24723
  }
24724
24724
  }
24725
24725
  },
@@ -25182,6 +25182,22 @@ const B24UIMeta = {
25182
25182
  }
25183
25183
  }
25184
25184
  },
25185
+ {
25186
+ "name": "name",
25187
+ "global": false,
25188
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
25189
+ "tags": [],
25190
+ "required": false,
25191
+ "type": "string | undefined",
25192
+ "schema": {
25193
+ "kind": "enum",
25194
+ "type": "string | undefined",
25195
+ "schema": {
25196
+ "0": "undefined",
25197
+ "1": "string"
25198
+ }
25199
+ }
25200
+ },
25185
25201
  {
25186
25202
  "name": "disabled",
25187
25203
  "global": false,
@@ -25216,22 +25232,6 @@ const B24UIMeta = {
25216
25232
  },
25217
25233
  "default": "1"
25218
25234
  },
25219
- {
25220
- "name": "name",
25221
- "global": false,
25222
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
25223
- "tags": [],
25224
- "required": false,
25225
- "type": "string | undefined",
25226
- "schema": {
25227
- "kind": "enum",
25228
- "type": "string | undefined",
25229
- "schema": {
25230
- "0": "undefined",
25231
- "1": "string"
25232
- }
25233
- }
25234
- },
25235
25235
  {
25236
25236
  "name": "max",
25237
25237
  "global": false,
@@ -25559,13 +25559,13 @@ const B24UIMeta = {
25559
25559
  }
25560
25560
  ],
25561
25561
  "required": false,
25562
- "type": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
25562
+ "type": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
25563
25563
  "schema": {
25564
25564
  "kind": "enum",
25565
- "type": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
25565
+ "type": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
25566
25566
  "schema": {
25567
25567
  "0": "undefined",
25568
- "1": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\">"
25568
+ "1": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\">"
25569
25569
  }
25570
25570
  }
25571
25571
  },
@@ -26142,35 +26142,35 @@ const B24UIMeta = {
26142
26142
  }
26143
26143
  },
26144
26144
  {
26145
- "name": "disabled",
26145
+ "name": "name",
26146
26146
  "global": false,
26147
- "description": "When `true`, prevents the user from interacting with Select",
26147
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
26148
26148
  "tags": [],
26149
26149
  "required": false,
26150
- "type": "boolean | undefined",
26150
+ "type": "string | undefined",
26151
26151
  "schema": {
26152
26152
  "kind": "enum",
26153
- "type": "boolean | undefined",
26153
+ "type": "string | undefined",
26154
26154
  "schema": {
26155
26155
  "0": "undefined",
26156
- "1": "false",
26157
- "2": "true"
26156
+ "1": "string"
26158
26157
  }
26159
26158
  }
26160
26159
  },
26161
26160
  {
26162
- "name": "name",
26161
+ "name": "disabled",
26163
26162
  "global": false,
26164
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
26163
+ "description": "When `true`, prevents the user from interacting with Select",
26165
26164
  "tags": [],
26166
26165
  "required": false,
26167
- "type": "string | undefined",
26166
+ "type": "boolean | undefined",
26168
26167
  "schema": {
26169
26168
  "kind": "enum",
26170
- "type": "string | undefined",
26169
+ "type": "boolean | undefined",
26171
26170
  "schema": {
26172
26171
  "0": "undefined",
26173
- "1": "string"
26172
+ "1": "false",
26173
+ "2": "true"
26174
26174
  }
26175
26175
  }
26176
26176
  },
@@ -29088,13 +29088,13 @@ const B24UIMeta = {
29088
29088
  }
29089
29089
  ],
29090
29090
  "required": false,
29091
- "type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
29091
+ "type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
29092
29092
  "schema": {
29093
29093
  "kind": "enum",
29094
- "type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
29094
+ "type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
29095
29095
  "schema": {
29096
29096
  "0": "undefined",
29097
- "1": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\">"
29097
+ "1": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\">"
29098
29098
  }
29099
29099
  }
29100
29100
  },
@@ -29782,46 +29782,46 @@ const B24UIMeta = {
29782
29782
  "description": "",
29783
29783
  "tags": [],
29784
29784
  "required": false,
29785
- "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 18 more ...; input: string; }> | undefined",
29785
+ "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }> | undefined",
29786
29786
  "schema": {
29787
29787
  "kind": "enum",
29788
- "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 18 more ...; input: string; }> | undefined",
29788
+ "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }> | undefined",
29789
29789
  "schema": {
29790
29790
  "0": "undefined",
29791
- "1": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 18 more ...; input: string; }>"
29791
+ "1": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }>"
29792
29792
  }
29793
29793
  }
29794
29794
  },
29795
29795
  {
29796
- "name": "disabled",
29796
+ "name": "name",
29797
29797
  "global": false,
29798
- "description": "When `true`, prevents the user from interacting with listbox",
29798
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
29799
29799
  "tags": [],
29800
29800
  "required": false,
29801
- "type": "boolean | undefined",
29801
+ "type": "string | undefined",
29802
29802
  "schema": {
29803
29803
  "kind": "enum",
29804
- "type": "boolean | undefined",
29804
+ "type": "string | undefined",
29805
29805
  "schema": {
29806
29806
  "0": "undefined",
29807
- "1": "false",
29808
- "2": "true"
29807
+ "1": "string"
29809
29808
  }
29810
29809
  }
29811
29810
  },
29812
29811
  {
29813
- "name": "name",
29812
+ "name": "disabled",
29814
29813
  "global": false,
29815
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
29814
+ "description": "When `true`, prevents the user from interacting with listbox",
29816
29815
  "tags": [],
29817
29816
  "required": false,
29818
- "type": "string | undefined",
29817
+ "type": "boolean | undefined",
29819
29818
  "schema": {
29820
29819
  "kind": "enum",
29821
- "type": "string | undefined",
29820
+ "type": "boolean | undefined",
29822
29821
  "schema": {
29823
29822
  "0": "undefined",
29824
- "1": "string"
29823
+ "1": "false",
29824
+ "2": "true"
29825
29825
  }
29826
29826
  }
29827
29827
  },
@@ -33851,35 +33851,35 @@ const B24UIMeta = {
33851
33851
  }
33852
33852
  },
33853
33853
  {
33854
- "name": "disabled",
33854
+ "name": "name",
33855
33855
  "global": false,
33856
- "description": "When `true`, prevents the user from interacting with the switch.",
33856
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
33857
33857
  "tags": [],
33858
33858
  "required": false,
33859
- "type": "boolean | undefined",
33859
+ "type": "string | undefined",
33860
33860
  "schema": {
33861
33861
  "kind": "enum",
33862
- "type": "boolean | undefined",
33862
+ "type": "string | undefined",
33863
33863
  "schema": {
33864
33864
  "0": "undefined",
33865
- "1": "false",
33866
- "2": "true"
33865
+ "1": "string"
33867
33866
  }
33868
33867
  }
33869
33868
  },
33870
33869
  {
33871
- "name": "name",
33870
+ "name": "disabled",
33872
33871
  "global": false,
33873
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
33872
+ "description": "When `true`, prevents the user from interacting with the switch.",
33874
33873
  "tags": [],
33875
33874
  "required": false,
33876
- "type": "string | undefined",
33875
+ "type": "boolean | undefined",
33877
33876
  "schema": {
33878
33877
  "kind": "enum",
33879
- "type": "string | undefined",
33878
+ "type": "boolean | undefined",
33880
33879
  "schema": {
33881
33880
  "0": "undefined",
33882
- "1": "string"
33881
+ "1": "false",
33882
+ "2": "true"
33883
33883
  }
33884
33884
  }
33885
33885
  },
@@ -36656,6 +36656,15 @@ const B24UIMeta = {
36656
36656
  }
36657
36657
  }
36658
36658
  },
36659
+ "disabled": {
36660
+ "name": "disabled",
36661
+ "global": false,
36662
+ "description": "",
36663
+ "tags": [],
36664
+ "required": false,
36665
+ "type": "boolean | undefined",
36666
+ "schema": "boolean | undefined"
36667
+ },
36659
36668
  "to": {
36660
36669
  "name": "to",
36661
36670
  "global": false,
@@ -36906,15 +36915,6 @@ const B24UIMeta = {
36906
36915
  "type": "boolean | undefined",
36907
36916
  "schema": "boolean | undefined"
36908
36917
  },
36909
- "disabled": {
36910
- "name": "disabled",
36911
- "global": false,
36912
- "description": "",
36913
- "tags": [],
36914
- "required": false,
36915
- "type": "boolean | undefined",
36916
- "schema": "boolean | undefined"
36917
- },
36918
36918
  "active": {
36919
36919
  "name": "active",
36920
36920
  "global": false,
@@ -37533,6 +37533,15 @@ const B24UIMeta = {
37533
37533
  }
37534
37534
  }
37535
37535
  },
37536
+ "disabled": {
37537
+ "name": "disabled",
37538
+ "global": false,
37539
+ "description": "",
37540
+ "tags": [],
37541
+ "required": false,
37542
+ "type": "boolean | undefined",
37543
+ "schema": "boolean | undefined"
37544
+ },
37536
37545
  "to": {
37537
37546
  "name": "to",
37538
37547
  "global": false,
@@ -37783,15 +37792,6 @@ const B24UIMeta = {
37783
37792
  "type": "boolean | undefined",
37784
37793
  "schema": "boolean | undefined"
37785
37794
  },
37786
- "disabled": {
37787
- "name": "disabled",
37788
- "global": false,
37789
- "description": "",
37790
- "tags": [],
37791
- "required": false,
37792
- "type": "boolean | undefined",
37793
- "schema": "boolean | undefined"
37794
- },
37795
37795
  "active": {
37796
37796
  "name": "active",
37797
37797
  "global": false,
@@ -39371,6 +39371,15 @@ const B24UIMeta = {
39371
39371
  }
39372
39372
  }
39373
39373
  },
39374
+ "disabled": {
39375
+ "name": "disabled",
39376
+ "global": false,
39377
+ "description": "",
39378
+ "tags": [],
39379
+ "required": false,
39380
+ "type": "boolean | undefined",
39381
+ "schema": "boolean | undefined"
39382
+ },
39374
39383
  "to": {
39375
39384
  "name": "to",
39376
39385
  "global": false,
@@ -39621,15 +39630,6 @@ const B24UIMeta = {
39621
39630
  "type": "boolean | undefined",
39622
39631
  "schema": "boolean | undefined"
39623
39632
  },
39624
- "disabled": {
39625
- "name": "disabled",
39626
- "global": false,
39627
- "description": "",
39628
- "tags": [],
39629
- "required": false,
39630
- "type": "boolean | undefined",
39631
- "schema": "boolean | undefined"
39632
- },
39633
39633
  "active": {
39634
39634
  "name": "active",
39635
39635
  "global": false,
@@ -40427,6 +40427,15 @@ const B24UIMeta = {
40427
40427
  }
40428
40428
  }
40429
40429
  },
40430
+ "disabled": {
40431
+ "name": "disabled",
40432
+ "global": false,
40433
+ "description": "",
40434
+ "tags": [],
40435
+ "required": false,
40436
+ "type": "boolean | undefined",
40437
+ "schema": "boolean | undefined"
40438
+ },
40430
40439
  "to": {
40431
40440
  "name": "to",
40432
40441
  "global": false,
@@ -40677,15 +40686,6 @@ const B24UIMeta = {
40677
40686
  "type": "boolean | undefined",
40678
40687
  "schema": "boolean | undefined"
40679
40688
  },
40680
- "disabled": {
40681
- "name": "disabled",
40682
- "global": false,
40683
- "description": "",
40684
- "tags": [],
40685
- "required": false,
40686
- "type": "boolean | undefined",
40687
- "schema": "boolean | undefined"
40688
- },
40689
40689
  "active": {
40690
40690
  "name": "active",
40691
40691
  "global": false,
@@ -41422,6 +41422,15 @@ const B24UIMeta = {
41422
41422
  }
41423
41423
  }
41424
41424
  },
41425
+ "disabled": {
41426
+ "name": "disabled",
41427
+ "global": false,
41428
+ "description": "",
41429
+ "tags": [],
41430
+ "required": false,
41431
+ "type": "boolean | undefined",
41432
+ "schema": "boolean | undefined"
41433
+ },
41425
41434
  "to": {
41426
41435
  "name": "to",
41427
41436
  "global": false,
@@ -41672,15 +41681,6 @@ const B24UIMeta = {
41672
41681
  "type": "boolean | undefined",
41673
41682
  "schema": "boolean | undefined"
41674
41683
  },
41675
- "disabled": {
41676
- "name": "disabled",
41677
- "global": false,
41678
- "description": "",
41679
- "tags": [],
41680
- "required": false,
41681
- "type": "boolean | undefined",
41682
- "schema": "boolean | undefined"
41683
- },
41684
41684
  "active": {
41685
41685
  "name": "active",
41686
41686
  "global": false,
@@ -42417,6 +42417,15 @@ const B24UIMeta = {
42417
42417
  }
42418
42418
  }
42419
42419
  },
42420
+ "disabled": {
42421
+ "name": "disabled",
42422
+ "global": false,
42423
+ "description": "",
42424
+ "tags": [],
42425
+ "required": false,
42426
+ "type": "boolean | undefined",
42427
+ "schema": "boolean | undefined"
42428
+ },
42420
42429
  "to": {
42421
42430
  "name": "to",
42422
42431
  "global": false,
@@ -42667,15 +42676,6 @@ const B24UIMeta = {
42667
42676
  "type": "boolean | undefined",
42668
42677
  "schema": "boolean | undefined"
42669
42678
  },
42670
- "disabled": {
42671
- "name": "disabled",
42672
- "global": false,
42673
- "description": "",
42674
- "tags": [],
42675
- "required": false,
42676
- "type": "boolean | undefined",
42677
- "schema": "boolean | undefined"
42678
- },
42679
42679
  "active": {
42680
42680
  "name": "active",
42681
42681
  "global": false,
@@ -43412,6 +43412,15 @@ const B24UIMeta = {
43412
43412
  }
43413
43413
  }
43414
43414
  },
43415
+ "disabled": {
43416
+ "name": "disabled",
43417
+ "global": false,
43418
+ "description": "",
43419
+ "tags": [],
43420
+ "required": false,
43421
+ "type": "boolean | undefined",
43422
+ "schema": "boolean | undefined"
43423
+ },
43415
43424
  "to": {
43416
43425
  "name": "to",
43417
43426
  "global": false,
@@ -43662,15 +43671,6 @@ const B24UIMeta = {
43662
43671
  "type": "boolean | undefined",
43663
43672
  "schema": "boolean | undefined"
43664
43673
  },
43665
- "disabled": {
43666
- "name": "disabled",
43667
- "global": false,
43668
- "description": "",
43669
- "tags": [],
43670
- "required": false,
43671
- "type": "boolean | undefined",
43672
- "schema": "boolean | undefined"
43673
- },
43674
43674
  "active": {
43675
43675
  "name": "active",
43676
43676
  "global": false,