@bitrix24/b24ui-nuxt 0.3.3 → 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.
Files changed (36) hide show
  1. package/.nuxt/b24ui/container.ts +1 -1
  2. package/.nuxt/b24ui/index.ts +1 -0
  3. package/.nuxt/b24ui/slideover.ts +101 -0
  4. package/.nuxt/b24ui/toaster.ts +1 -1
  5. package/dist/meta.cjs +696 -233
  6. package/dist/meta.d.cts +696 -233
  7. package/dist/meta.d.mts +696 -233
  8. package/dist/meta.d.ts +696 -233
  9. package/dist/meta.mjs +696 -233
  10. package/dist/module.cjs +1 -2
  11. package/dist/module.json +1 -1
  12. package/dist/module.mjs +1 -2
  13. package/dist/runtime/components/App.vue +3 -4
  14. package/dist/runtime/components/Modal.vue +4 -2
  15. package/dist/runtime/components/OverlayProvider.vue +29 -0
  16. package/dist/runtime/components/Slideover.vue +193 -0
  17. package/dist/runtime/composables/useOverlay.d.ts +30 -0
  18. package/dist/runtime/composables/useOverlay.js +71 -0
  19. package/dist/runtime/types/index.d.ts +1 -0
  20. package/dist/runtime/types/index.js +1 -0
  21. package/dist/runtime/vue/composables/useAppConfig.d.ts +1 -0
  22. package/dist/runtime/vue/composables/useAppConfig.js +2 -0
  23. package/dist/runtime/vue/stubs.d.ts +10 -0
  24. package/dist/runtime/vue/stubs.js +22 -0
  25. package/dist/shared/{b24ui-nuxt.BTln9cW-.mjs → b24ui-nuxt.CeQRWQD-.mjs} +121 -2
  26. package/dist/shared/{b24ui-nuxt.ngV6AJEg.cjs → b24ui-nuxt.M7bz91Io.cjs} +121 -2
  27. package/dist/unplugin.cjs +3 -3
  28. package/dist/unplugin.mjs +3 -3
  29. package/dist/vite.cjs +1 -1
  30. package/dist/vite.mjs +1 -1
  31. package/package.json +1 -1
  32. package/dist/runtime/components/ModalProvider.vue +0 -12
  33. package/dist/runtime/composables/useModal.d.ts +0 -17
  34. package/dist/runtime/composables/useModal.js +0 -46
  35. package/dist/runtime/plugins/modal.d.ts +0 -2
  36. package/dist/runtime/plugins/modal.js +0 -10
package/dist/meta.d.mts CHANGED
@@ -959,6 +959,15 @@ var B24UIMeta = {
959
959
  }
960
960
  }
961
961
  },
962
+ "disabled": {
963
+ "name": "disabled",
964
+ "global": false,
965
+ "description": "",
966
+ "tags": [],
967
+ "required": false,
968
+ "type": "boolean | undefined",
969
+ "schema": "boolean | undefined"
970
+ },
962
971
  "to": {
963
972
  "name": "to",
964
973
  "global": false,
@@ -1209,15 +1218,6 @@ var B24UIMeta = {
1209
1218
  "type": "boolean | undefined",
1210
1219
  "schema": "boolean | undefined"
1211
1220
  },
1212
- "disabled": {
1213
- "name": "disabled",
1214
- "global": false,
1215
- "description": "",
1216
- "tags": [],
1217
- "required": false,
1218
- "type": "boolean | undefined",
1219
- "schema": "boolean | undefined"
1220
- },
1221
1221
  "active": {
1222
1222
  "name": "active",
1223
1223
  "global": false,
@@ -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": "disabled",
4557
+ "name": "name",
4558
4558
  "global": false,
4559
- "description": "When `true`, prevents the user from interacting with the checkbox",
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": "boolean | undefined",
4562
+ "type": "string | undefined",
4563
4563
  "schema": {
4564
4564
  "kind": "enum",
4565
- "type": "boolean | undefined",
4565
+ "type": "string | undefined",
4566
4566
  "schema": {
4567
4567
  "0": "undefined",
4568
- "1": "false",
4569
- "2": "true"
4568
+ "1": "string"
4570
4569
  }
4571
4570
  }
4572
4571
  },
4573
4572
  {
4574
- "name": "name",
4573
+ "name": "disabled",
4575
4574
  "global": false,
4576
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
4575
+ "description": "When `true`, prevents the user from interacting with the checkbox",
4577
4576
  "tags": [],
4578
4577
  "required": false,
4579
- "type": "string | undefined",
4578
+ "type": "boolean | undefined",
4580
4579
  "schema": {
4581
4580
  "kind": "enum",
4582
- "type": "string | undefined",
4581
+ "type": "boolean | undefined",
4583
4582
  "schema": {
4584
4583
  "0": "undefined",
4585
- "1": "string"
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\" | \"asChild\" | \"forceMount\"> | undefined",
5713
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
5714
5714
  "schema": {
5715
5715
  "kind": "enum",
5716
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
5716
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
5717
5717
  "schema": {
5718
5718
  "0": "undefined",
5719
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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\" | \"asChild\" | \"forceMount\"> | undefined",
6493
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
6494
6494
  "schema": {
6495
6495
  "kind": "enum",
6496
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
6496
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
6497
6497
  "schema": {
6498
6498
  "0": "undefined",
6499
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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\" | \"asChild\" | \"forceMount\"> | undefined",
6889
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
6890
6890
  "schema": {
6891
6891
  "kind": "enum",
6892
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
6892
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
6893
6893
  "schema": {
6894
6894
  "0": "undefined",
6895
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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\" | \"asChild\" | \"forceMount\"> | undefined",
7839
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
7840
7840
  "schema": {
7841
7841
  "kind": "enum",
7842
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
7842
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
7843
7843
  "schema": {
7844
7844
  "0": "undefined",
7845
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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\" | \"asChild\" | \"forceMount\"> | undefined",
8789
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
8790
8790
  "schema": {
8791
8791
  "kind": "enum",
8792
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
8792
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
8793
8793
  "schema": {
8794
8794
  "0": "undefined",
8795
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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\" | \"asChild\" | \"forceMount\"> | undefined",
9739
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
9740
9740
  "schema": {
9741
9741
  "kind": "enum",
9742
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
9742
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
9743
9743
  "schema": {
9744
9744
  "0": "undefined",
9745
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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\" | \"asChild\" | \"forceMount\"> | undefined",
10869
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
10870
10870
  "schema": {
10871
10871
  "kind": "enum",
10872
- "type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
10872
+ "type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
10873
10873
  "schema": {
10874
10874
  "0": "undefined",
10875
- "1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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\" | \"asChild\" | \"forceMount\"> | undefined",
13755
+ "type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
13756
13756
  "schema": {
13757
13757
  "kind": "enum",
13758
- "type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
13758
+ "type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
13759
13759
  "schema": {
13760
13760
  "0": "undefined",
13761
- "1": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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": "disabled",
14506
+ "name": "name",
14507
14507
  "global": false,
14508
- "description": "When `true`, prevents the user from interacting with listbox",
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": "boolean | undefined",
14511
+ "type": "string | undefined",
14512
14512
  "schema": {
14513
14513
  "kind": "enum",
14514
- "type": "boolean | undefined",
14514
+ "type": "string | undefined",
14515
14515
  "schema": {
14516
14516
  "0": "undefined",
14517
- "1": "false",
14518
- "2": "true"
14517
+ "1": "string"
14519
14518
  }
14520
14519
  }
14521
14520
  },
14522
14521
  {
14523
- "name": "name",
14522
+ "name": "disabled",
14524
14523
  "global": false,
14525
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
14524
+ "description": "When `true`, prevents the user from interacting with listbox",
14526
14525
  "tags": [],
14527
14526
  "required": false,
14528
- "type": "string | undefined",
14527
+ "type": "boolean | undefined",
14529
14528
  "schema": {
14530
14529
  "kind": "enum",
14531
- "type": "string | undefined",
14530
+ "type": "boolean | undefined",
14532
14531
  "schema": {
14533
14532
  "0": "undefined",
14534
- "1": "string"
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": "disabled",
20453
+ "name": "name",
20454
20454
  "global": false,
20455
- "description": "When `true`, prevents the user from interacting with the Number Field.",
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": "boolean | undefined",
20458
+ "type": "string | undefined",
20459
20459
  "schema": {
20460
20460
  "kind": "enum",
20461
- "type": "boolean | undefined",
20461
+ "type": "string | undefined",
20462
20462
  "schema": {
20463
20463
  "0": "undefined",
20464
- "1": "false",
20465
- "2": "true"
20464
+ "1": "string"
20466
20465
  }
20467
20466
  }
20468
20467
  },
20469
20468
  {
20470
- "name": "step",
20469
+ "name": "disabled",
20471
20470
  "global": false,
20472
- "description": "The amount that the input value changes with each increment or decrement \"tick\".",
20471
+ "description": "When `true`, prevents the user from interacting with the Number Field.",
20473
20472
  "tags": [],
20474
20473
  "required": false,
20475
- "type": "number | undefined",
20474
+ "type": "boolean | undefined",
20476
20475
  "schema": {
20477
20476
  "kind": "enum",
20478
- "type": "number | undefined",
20477
+ "type": "boolean | undefined",
20479
20478
  "schema": {
20480
20479
  "0": "undefined",
20481
- "1": "number"
20480
+ "1": "false",
20481
+ "2": "true"
20482
20482
  }
20483
20483
  }
20484
20484
  },
20485
20485
  {
20486
- "name": "name",
20486
+ "name": "step",
20487
20487
  "global": false,
20488
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
20488
+ "description": "The amount that the input value changes with each increment or decrement \"tick\".",
20489
20489
  "tags": [],
20490
20490
  "required": false,
20491
- "type": "string | undefined",
20491
+ "type": "number | undefined",
20492
20492
  "schema": {
20493
20493
  "kind": "enum",
20494
- "type": "string | undefined",
20494
+ "type": "number | undefined",
20495
20495
  "schema": {
20496
20496
  "0": "undefined",
20497
- "1": "string"
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\" | \"asChild\" | \"forceMount\"> | undefined",
21870
+ "type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
21871
21871
  "schema": {
21872
21872
  "kind": "enum",
21873
- "type": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
21873
+ "type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
21874
21874
  "schema": {
21875
21875
  "0": "undefined",
21876
- "1": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\">"
21876
+ "1": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\">"
21877
21877
  }
21878
21878
  }
21879
21879
  },
@@ -22310,13 +22310,13 @@ var B24UIMeta = {
22310
22310
  "exposed": []
22311
22311
  }
22312
22312
  },
22313
- "B24ModalProvider": {
22313
+ "B24OverlayProvider": {
22314
22314
  "mode": "all",
22315
22315
  "prefetch": false,
22316
22316
  "preload": false,
22317
- "pascalName": "B24ModalProvider",
22318
- "kebabName": "b24-modal-provider",
22319
- "chunkName": "components/b24-modal-provider",
22317
+ "pascalName": "B24OverlayProvider",
22318
+ "kebabName": "b24-overlay-provider",
22319
+ "chunkName": "components/b24-overlay-provider",
22320
22320
  "priority": 0,
22321
22321
  "_scanned": true,
22322
22322
  "meta": {
@@ -22862,35 +22862,35 @@ var B24UIMeta = {
22862
22862
  }
22863
22863
  },
22864
22864
  {
22865
- "name": "disabled",
22865
+ "name": "name",
22866
22866
  "global": false,
22867
- "description": "When `true`, prevents the user from interacting with radio items.",
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": "boolean | undefined",
22870
+ "type": "string | undefined",
22871
22871
  "schema": {
22872
22872
  "kind": "enum",
22873
- "type": "boolean | undefined",
22873
+ "type": "string | undefined",
22874
22874
  "schema": {
22875
22875
  "0": "undefined",
22876
- "1": "false",
22877
- "2": "true"
22876
+ "1": "string"
22878
22877
  }
22879
22878
  }
22880
22879
  },
22881
22880
  {
22882
- "name": "name",
22881
+ "name": "disabled",
22883
22882
  "global": false,
22884
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
22883
+ "description": "When `true`, prevents the user from interacting with radio items.",
22885
22884
  "tags": [],
22886
22885
  "required": false,
22887
- "type": "string | undefined",
22886
+ "type": "boolean | undefined",
22888
22887
  "schema": {
22889
22888
  "kind": "enum",
22890
- "type": "string | undefined",
22889
+ "type": "boolean | undefined",
22891
22890
  "schema": {
22892
22891
  "0": "undefined",
22893
- "1": "string"
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\" | \"asChild\" | \"forceMount\"> | undefined",
23733
+ "type": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
23734
23734
  "schema": {
23735
23735
  "kind": "enum",
23736
- "type": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
23736
+ "type": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
23737
23737
  "schema": {
23738
23738
  "0": "undefined",
23739
- "1": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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": "disabled",
24323
+ "name": "name",
24324
24324
  "global": false,
24325
- "description": "When `true`, prevents the user from interacting with Select",
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": "boolean | undefined",
24328
+ "type": "string | undefined",
24329
24329
  "schema": {
24330
24330
  "kind": "enum",
24331
- "type": "boolean | undefined",
24331
+ "type": "string | undefined",
24332
24332
  "schema": {
24333
24333
  "0": "undefined",
24334
- "1": "false",
24335
- "2": "true"
24334
+ "1": "string"
24336
24335
  }
24337
24336
  }
24338
24337
  },
24339
24338
  {
24340
- "name": "name",
24339
+ "name": "disabled",
24341
24340
  "global": false,
24342
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
24341
+ "description": "When `true`, prevents the user from interacting with Select",
24343
24342
  "tags": [],
24344
24343
  "required": false,
24345
- "type": "string | undefined",
24344
+ "type": "boolean | undefined",
24346
24345
  "schema": {
24347
24346
  "kind": "enum",
24348
- "type": "string | undefined",
24347
+ "type": "boolean | undefined",
24349
24348
  "schema": {
24350
24349
  "0": "undefined",
24351
- "1": "string"
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\" | \"asChild\" | \"forceMount\"> | undefined",
27272
+ "type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
27273
27273
  "schema": {
27274
27274
  "kind": "enum",
27275
- "type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
27275
+ "type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
27276
27276
  "schema": {
27277
27277
  "0": "undefined",
27278
- "1": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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": "disabled",
27984
+ "name": "name",
27985
27985
  "global": false,
27986
- "description": "When `true`, prevents the user from interacting with listbox",
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": "boolean | undefined",
27989
+ "type": "string | undefined",
27990
27990
  "schema": {
27991
27991
  "kind": "enum",
27992
- "type": "boolean | undefined",
27992
+ "type": "string | undefined",
27993
27993
  "schema": {
27994
27994
  "0": "undefined",
27995
- "1": "false",
27996
- "2": "true"
27995
+ "1": "string"
27997
27996
  }
27998
27997
  }
27999
27998
  },
28000
27999
  {
28001
- "name": "name",
28000
+ "name": "disabled",
28002
28001
  "global": false,
28003
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
28002
+ "description": "When `true`, prevents the user from interacting with listbox",
28004
28003
  "tags": [],
28005
28004
  "required": false,
28006
- "type": "string | undefined",
28005
+ "type": "boolean | undefined",
28007
28006
  "schema": {
28008
28007
  "kind": "enum",
28009
- "type": "string | undefined",
28008
+ "type": "boolean | undefined",
28010
28009
  "schema": {
28011
28010
  "0": "undefined",
28012
- "1": "string"
28011
+ "1": "false",
28012
+ "2": "true"
28013
28013
  }
28014
28014
  }
28015
28015
  },
@@ -31840,6 +31840,469 @@ var B24UIMeta = {
31840
31840
  "exposed": []
31841
31841
  }
31842
31842
  },
31843
+ "B24Slideover": {
31844
+ "mode": "all",
31845
+ "prefetch": false,
31846
+ "preload": false,
31847
+ "pascalName": "B24Slideover",
31848
+ "kebabName": "b24-slideover",
31849
+ "chunkName": "components/b24-slideover",
31850
+ "priority": 0,
31851
+ "_scanned": true,
31852
+ "meta": {
31853
+ "type": 0,
31854
+ "props": [
31855
+ {
31856
+ "name": "title",
31857
+ "global": false,
31858
+ "description": "",
31859
+ "tags": [],
31860
+ "required": false,
31861
+ "type": "string | undefined",
31862
+ "schema": {
31863
+ "kind": "enum",
31864
+ "type": "string | undefined",
31865
+ "schema": {
31866
+ "0": "undefined",
31867
+ "1": "string"
31868
+ }
31869
+ }
31870
+ },
31871
+ {
31872
+ "name": "description",
31873
+ "global": false,
31874
+ "description": "",
31875
+ "tags": [],
31876
+ "required": false,
31877
+ "type": "string | undefined",
31878
+ "schema": {
31879
+ "kind": "enum",
31880
+ "type": "string | undefined",
31881
+ "schema": {
31882
+ "0": "undefined",
31883
+ "1": "string"
31884
+ }
31885
+ }
31886
+ },
31887
+ {
31888
+ "name": "content",
31889
+ "global": false,
31890
+ "description": "The content of the slideover.",
31891
+ "tags": [],
31892
+ "required": false,
31893
+ "type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
31894
+ "schema": {
31895
+ "kind": "enum",
31896
+ "type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
31897
+ "schema": {
31898
+ "0": "undefined",
31899
+ "1": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\">"
31900
+ }
31901
+ }
31902
+ },
31903
+ {
31904
+ "name": "overlay",
31905
+ "global": false,
31906
+ "description": "Render an overlay behind the slideover.",
31907
+ "tags": [
31908
+ {
31909
+ "name": "defaultValue",
31910
+ "text": "true"
31911
+ }
31912
+ ],
31913
+ "required": false,
31914
+ "type": "boolean | undefined",
31915
+ "schema": {
31916
+ "kind": "enum",
31917
+ "type": "boolean | undefined",
31918
+ "schema": {
31919
+ "0": "undefined",
31920
+ "1": "false",
31921
+ "2": "true"
31922
+ }
31923
+ },
31924
+ "default": "true"
31925
+ },
31926
+ {
31927
+ "name": "transition",
31928
+ "global": false,
31929
+ "description": "Animate the slideover when opening or closing.",
31930
+ "tags": [
31931
+ {
31932
+ "name": "defaultValue",
31933
+ "text": "true"
31934
+ }
31935
+ ],
31936
+ "required": false,
31937
+ "type": "boolean | undefined",
31938
+ "schema": {
31939
+ "kind": "enum",
31940
+ "type": "boolean | undefined",
31941
+ "schema": {
31942
+ "0": "undefined",
31943
+ "1": "false",
31944
+ "2": "true"
31945
+ }
31946
+ },
31947
+ "default": "true"
31948
+ },
31949
+ {
31950
+ "name": "side",
31951
+ "global": false,
31952
+ "description": "",
31953
+ "tags": [],
31954
+ "required": false,
31955
+ "type": "\"bottom\" | \"top\" | \"left\" | \"right\" | undefined",
31956
+ "schema": {
31957
+ "kind": "enum",
31958
+ "type": "\"bottom\" | \"top\" | \"left\" | \"right\" | undefined",
31959
+ "schema": {
31960
+ "0": "undefined",
31961
+ "1": "\"bottom\"",
31962
+ "2": "\"top\"",
31963
+ "3": "\"left\"",
31964
+ "4": "\"right\""
31965
+ }
31966
+ },
31967
+ "default": "\"right\""
31968
+ },
31969
+ {
31970
+ "name": "portal",
31971
+ "global": false,
31972
+ "description": "Render the slideover in a portal.",
31973
+ "tags": [
31974
+ {
31975
+ "name": "defaultValue",
31976
+ "text": "true"
31977
+ }
31978
+ ],
31979
+ "required": false,
31980
+ "type": "boolean | undefined",
31981
+ "schema": {
31982
+ "kind": "enum",
31983
+ "type": "boolean | undefined",
31984
+ "schema": {
31985
+ "0": "undefined",
31986
+ "1": "false",
31987
+ "2": "true"
31988
+ }
31989
+ },
31990
+ "default": "true"
31991
+ },
31992
+ {
31993
+ "name": "close",
31994
+ "global": false,
31995
+ "description": "Display a close button to dismiss the slideover.\n`{ color: 'primary' }`{lang=\"ts\"} for `left`, `right`\n`{ color: 'link' }`{lang=\"ts\"} for `top`, `bottom`",
31996
+ "tags": [
31997
+ {
31998
+ "name": "defaultValue",
31999
+ "text": "true"
32000
+ }
32001
+ ],
32002
+ "required": false,
32003
+ "type": "boolean | Partial<ButtonProps> | undefined",
32004
+ "schema": {
32005
+ "kind": "enum",
32006
+ "type": "boolean | Partial<ButtonProps> | undefined",
32007
+ "schema": {
32008
+ "0": "undefined",
32009
+ "1": "false",
32010
+ "2": "true",
32011
+ "3": "Partial<ButtonProps>"
32012
+ }
32013
+ },
32014
+ "default": "true"
32015
+ },
32016
+ {
32017
+ "name": "closeIcon",
32018
+ "global": false,
32019
+ "description": "The icon displayed in the close button.",
32020
+ "tags": [
32021
+ {
32022
+ "name": "defaultValue",
32023
+ "text": "icons.close"
32024
+ }
32025
+ ],
32026
+ "required": false,
32027
+ "type": "IconComponent | undefined",
32028
+ "schema": {
32029
+ "kind": "enum",
32030
+ "type": "IconComponent | undefined",
32031
+ "schema": {
32032
+ "0": "undefined",
32033
+ "1": {
32034
+ "kind": "event",
32035
+ "type": "(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, \"expose\">): any",
32036
+ "schema": []
32037
+ }
32038
+ }
32039
+ }
32040
+ },
32041
+ {
32042
+ "name": "dismissible",
32043
+ "global": false,
32044
+ "description": "When `false`, the slideover will not close when clicking outside or pressing escape.",
32045
+ "tags": [
32046
+ {
32047
+ "name": "defaultValue",
32048
+ "text": "true"
32049
+ }
32050
+ ],
32051
+ "required": false,
32052
+ "type": "boolean | undefined",
32053
+ "schema": {
32054
+ "kind": "enum",
32055
+ "type": "boolean | undefined",
32056
+ "schema": {
32057
+ "0": "undefined",
32058
+ "1": "false",
32059
+ "2": "true"
32060
+ }
32061
+ },
32062
+ "default": "true"
32063
+ },
32064
+ {
32065
+ "name": "scrollbarThin",
32066
+ "global": false,
32067
+ "description": "",
32068
+ "tags": [],
32069
+ "required": false,
32070
+ "type": "boolean | undefined",
32071
+ "schema": {
32072
+ "kind": "enum",
32073
+ "type": "boolean | undefined",
32074
+ "schema": {
32075
+ "0": "undefined",
32076
+ "1": "false",
32077
+ "2": "true"
32078
+ }
32079
+ },
32080
+ "default": "true"
32081
+ },
32082
+ {
32083
+ "name": "b24ui",
32084
+ "global": false,
32085
+ "description": "",
32086
+ "tags": [],
32087
+ "required": false,
32088
+ "type": "Partial<{ overlay: string; content: string; header: string; wrapper: string; body: string; footer: string; title: string; description: string; close: string; }> | undefined",
32089
+ "schema": {
32090
+ "kind": "enum",
32091
+ "type": "Partial<{ overlay: string; content: string; header: string; wrapper: string; body: string; footer: string; title: string; description: string; close: string; }> | undefined",
32092
+ "schema": {
32093
+ "0": "undefined",
32094
+ "1": "Partial<{ overlay: string; content: string; header: string; wrapper: string; body: string; footer: string; title: string; description: string; close: string; }>"
32095
+ }
32096
+ }
32097
+ },
32098
+ {
32099
+ "name": "open",
32100
+ "global": false,
32101
+ "description": "The controlled open state of the dialog. Can be binded as `v-model:open`.",
32102
+ "tags": [],
32103
+ "required": false,
32104
+ "type": "boolean | undefined",
32105
+ "schema": {
32106
+ "kind": "enum",
32107
+ "type": "boolean | undefined",
32108
+ "schema": {
32109
+ "0": "undefined",
32110
+ "1": "false",
32111
+ "2": "true"
32112
+ }
32113
+ }
32114
+ },
32115
+ {
32116
+ "name": "defaultOpen",
32117
+ "global": false,
32118
+ "description": "The open state of the dialog when it is initially rendered. Use when you do not need to control its open state.",
32119
+ "tags": [],
32120
+ "required": false,
32121
+ "type": "boolean | undefined",
32122
+ "schema": {
32123
+ "kind": "enum",
32124
+ "type": "boolean | undefined",
32125
+ "schema": {
32126
+ "0": "undefined",
32127
+ "1": "false",
32128
+ "2": "true"
32129
+ }
32130
+ }
32131
+ },
32132
+ {
32133
+ "name": "modal",
32134
+ "global": false,
32135
+ "description": "The modality of the dialog When set to `true`, <br>\r\ninteraction with outside elements will be disabled and only dialog content will be visible to screen readers.",
32136
+ "tags": [],
32137
+ "required": false,
32138
+ "type": "boolean | undefined",
32139
+ "schema": {
32140
+ "kind": "enum",
32141
+ "type": "boolean | undefined",
32142
+ "schema": {
32143
+ "0": "undefined",
32144
+ "1": "false",
32145
+ "2": "true"
32146
+ }
32147
+ },
32148
+ "default": "true"
32149
+ }
32150
+ ],
32151
+ "slots": [
32152
+ {
32153
+ "name": "default",
32154
+ "type": "{ open: boolean; }",
32155
+ "description": "",
32156
+ "schema": {
32157
+ "kind": "object",
32158
+ "type": "{ open: boolean; }",
32159
+ "schema": {
32160
+ "open": {
32161
+ "name": "open",
32162
+ "global": false,
32163
+ "description": "",
32164
+ "tags": [],
32165
+ "required": true,
32166
+ "type": "boolean",
32167
+ "schema": {
32168
+ "kind": "enum",
32169
+ "type": "boolean",
32170
+ "schema": {
32171
+ "0": "false",
32172
+ "1": "true"
32173
+ }
32174
+ }
32175
+ }
32176
+ }
32177
+ }
32178
+ },
32179
+ {
32180
+ "name": "content",
32181
+ "type": "{} | undefined",
32182
+ "description": "",
32183
+ "schema": {
32184
+ "kind": "enum",
32185
+ "type": "{} | undefined",
32186
+ "schema": {
32187
+ "0": "undefined",
32188
+ "1": {
32189
+ "kind": "object",
32190
+ "type": "{}",
32191
+ "schema": {}
32192
+ }
32193
+ }
32194
+ }
32195
+ },
32196
+ {
32197
+ "name": "header",
32198
+ "type": "{} | undefined",
32199
+ "description": "",
32200
+ "schema": {
32201
+ "kind": "enum",
32202
+ "type": "{} | undefined",
32203
+ "schema": {
32204
+ "0": "undefined",
32205
+ "1": {
32206
+ "kind": "object",
32207
+ "type": "{}",
32208
+ "schema": {}
32209
+ }
32210
+ }
32211
+ }
32212
+ },
32213
+ {
32214
+ "name": "title",
32215
+ "type": "{} | undefined",
32216
+ "description": "",
32217
+ "schema": {
32218
+ "kind": "enum",
32219
+ "type": "{} | undefined",
32220
+ "schema": {
32221
+ "0": "undefined",
32222
+ "1": {
32223
+ "kind": "object",
32224
+ "type": "{}",
32225
+ "schema": {}
32226
+ }
32227
+ }
32228
+ }
32229
+ },
32230
+ {
32231
+ "name": "description",
32232
+ "type": "{} | undefined",
32233
+ "description": "",
32234
+ "schema": {
32235
+ "kind": "enum",
32236
+ "type": "{} | undefined",
32237
+ "schema": {
32238
+ "0": "undefined",
32239
+ "1": {
32240
+ "kind": "object",
32241
+ "type": "{}",
32242
+ "schema": {}
32243
+ }
32244
+ }
32245
+ }
32246
+ },
32247
+ {
32248
+ "name": "close",
32249
+ "type": "{ b24ui: any; }",
32250
+ "description": "",
32251
+ "schema": {
32252
+ "kind": "object",
32253
+ "type": "{ b24ui: any; }",
32254
+ "schema": {
32255
+ "b24ui": {
32256
+ "name": "b24ui",
32257
+ "global": false,
32258
+ "description": "",
32259
+ "tags": [],
32260
+ "required": true,
32261
+ "type": "any",
32262
+ "schema": "any"
32263
+ }
32264
+ }
32265
+ }
32266
+ },
32267
+ {
32268
+ "name": "body",
32269
+ "type": "{} | undefined",
32270
+ "description": "",
32271
+ "schema": {
32272
+ "kind": "enum",
32273
+ "type": "{} | undefined",
32274
+ "schema": {
32275
+ "0": "undefined",
32276
+ "1": {
32277
+ "kind": "object",
32278
+ "type": "{}",
32279
+ "schema": {}
32280
+ }
32281
+ }
32282
+ }
32283
+ },
32284
+ {
32285
+ "name": "footer",
32286
+ "type": "{} | undefined",
32287
+ "description": "",
32288
+ "schema": {
32289
+ "kind": "enum",
32290
+ "type": "{} | undefined",
32291
+ "schema": {
32292
+ "0": "undefined",
32293
+ "1": {
32294
+ "kind": "object",
32295
+ "type": "{}",
32296
+ "schema": {}
32297
+ }
32298
+ }
32299
+ }
32300
+ }
32301
+ ],
32302
+ "events": [],
32303
+ "exposed": []
32304
+ }
32305
+ },
31843
32306
  "B24Switch": {
31844
32307
  "mode": "all",
31845
32308
  "prefetch": false,
@@ -32056,35 +32519,35 @@ var B24UIMeta = {
32056
32519
  }
32057
32520
  },
32058
32521
  {
32059
- "name": "disabled",
32522
+ "name": "name",
32060
32523
  "global": false,
32061
- "description": "When `true`, prevents the user from interacting with the switch.",
32524
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
32062
32525
  "tags": [],
32063
32526
  "required": false,
32064
- "type": "boolean | undefined",
32527
+ "type": "string | undefined",
32065
32528
  "schema": {
32066
32529
  "kind": "enum",
32067
- "type": "boolean | undefined",
32530
+ "type": "string | undefined",
32068
32531
  "schema": {
32069
32532
  "0": "undefined",
32070
- "1": "false",
32071
- "2": "true"
32533
+ "1": "string"
32072
32534
  }
32073
32535
  }
32074
32536
  },
32075
32537
  {
32076
- "name": "name",
32538
+ "name": "disabled",
32077
32539
  "global": false,
32078
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
32540
+ "description": "When `true`, prevents the user from interacting with the switch.",
32079
32541
  "tags": [],
32080
32542
  "required": false,
32081
- "type": "string | undefined",
32543
+ "type": "boolean | undefined",
32082
32544
  "schema": {
32083
32545
  "kind": "enum",
32084
- "type": "string | undefined",
32546
+ "type": "boolean | undefined",
32085
32547
  "schema": {
32086
32548
  "0": "undefined",
32087
- "1": "string"
32549
+ "1": "false",
32550
+ "2": "true"
32088
32551
  }
32089
32552
  }
32090
32553
  },
@@ -34749,6 +35212,15 @@ var B24UIMeta = {
34749
35212
  }
34750
35213
  }
34751
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
+ },
34752
35224
  "to": {
34753
35225
  "name": "to",
34754
35226
  "global": false,
@@ -34999,15 +35471,6 @@ var B24UIMeta = {
34999
35471
  "type": "boolean | undefined",
35000
35472
  "schema": "boolean | undefined"
35001
35473
  },
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
35474
  "active": {
35012
35475
  "name": "active",
35013
35476
  "global": false,
@@ -36597,6 +37060,15 @@ var B24UIMeta = {
36597
37060
  }
36598
37061
  }
36599
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
+ },
36600
37072
  "to": {
36601
37073
  "name": "to",
36602
37074
  "global": false,
@@ -36847,15 +37319,6 @@ var B24UIMeta = {
36847
37319
  "type": "boolean | undefined",
36848
37320
  "schema": "boolean | undefined"
36849
37321
  },
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
37322
  "active": {
36860
37323
  "name": "active",
36861
37324
  "global": false,
@@ -37637,6 +38100,15 @@ var B24UIMeta = {
37637
38100
  }
37638
38101
  }
37639
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
+ },
37640
38112
  "to": {
37641
38113
  "name": "to",
37642
38114
  "global": false,
@@ -37887,15 +38359,6 @@ var B24UIMeta = {
37887
38359
  "type": "boolean | undefined",
37888
38360
  "schema": "boolean | undefined"
37889
38361
  },
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
38362
  "active": {
37900
38363
  "name": "active",
37901
38364
  "global": false,
@@ -38616,6 +39079,15 @@ var B24UIMeta = {
38616
39079
  }
38617
39080
  }
38618
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
+ },
38619
39091
  "to": {
38620
39092
  "name": "to",
38621
39093
  "global": false,
@@ -38866,15 +39338,6 @@ var B24UIMeta = {
38866
39338
  "type": "boolean | undefined",
38867
39339
  "schema": "boolean | undefined"
38868
39340
  },
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
39341
  "active": {
38879
39342
  "name": "active",
38880
39343
  "global": false,
@@ -39595,6 +40058,15 @@ var B24UIMeta = {
39595
40058
  }
39596
40059
  }
39597
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
+ },
39598
40070
  "to": {
39599
40071
  "name": "to",
39600
40072
  "global": false,
@@ -39845,15 +40317,6 @@ var B24UIMeta = {
39845
40317
  "type": "boolean | undefined",
39846
40318
  "schema": "boolean | undefined"
39847
40319
  },
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
40320
  "active": {
39858
40321
  "name": "active",
39859
40322
  "global": false,
@@ -40574,6 +41037,15 @@ var B24UIMeta = {
40574
41037
  }
40575
41038
  }
40576
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
+ },
40577
41049
  "to": {
40578
41050
  "name": "to",
40579
41051
  "global": false,
@@ -40824,15 +41296,6 @@ var B24UIMeta = {
40824
41296
  "type": "boolean | undefined",
40825
41297
  "schema": "boolean | undefined"
40826
41298
  },
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
41299
  "active": {
40837
41300
  "name": "active",
40838
41301
  "global": false,