@bitrix24/b24ui-nuxt 0.3.2 → 0.3.4

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/dist/meta.cjs +696 -233
  5. package/dist/meta.d.cts +696 -233
  6. package/dist/meta.d.mts +696 -233
  7. package/dist/meta.d.ts +696 -233
  8. package/dist/meta.mjs +696 -233
  9. package/dist/module.cjs +1 -2
  10. package/dist/module.json +1 -1
  11. package/dist/module.mjs +1 -2
  12. package/dist/runtime/components/App.vue +3 -4
  13. package/dist/runtime/components/Modal.vue +4 -2
  14. package/dist/runtime/components/OverlayProvider.vue +29 -0
  15. package/dist/runtime/components/Slideover.vue +193 -0
  16. package/dist/runtime/composables/useOverlay.d.ts +30 -0
  17. package/dist/runtime/composables/useOverlay.js +71 -0
  18. package/dist/runtime/types/index.d.ts +1 -0
  19. package/dist/runtime/types/index.js +1 -0
  20. package/dist/runtime/vue/components/Link.vue +10 -37
  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 +21 -0
  24. package/dist/runtime/vue/stubs.js +39 -0
  25. package/dist/shared/{b24ui-nuxt.ngV6AJEg.cjs → b24ui-nuxt.BpFAFOHo.cjs} +120 -1
  26. package/dist/shared/{b24ui-nuxt.BTln9cW-.mjs → b24ui-nuxt.BqTJ-9uP.mjs} +120 -1
  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 +9 -8
  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.mjs CHANGED
@@ -959,15 +959,6 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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
  },
@@ -22310,13 +22310,13 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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 @@ const 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
  },
@@ -31840,6 +31840,469 @@ const 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\" | \"asChild\" | \"forceMount\"> | undefined",
31894
+ "schema": {
31895
+ "kind": "enum",
31896
+ "type": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
31897
+ "schema": {
31898
+ "0": "undefined",
31899
+ "1": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\">"
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 @@ const B24UIMeta = {
32056
32519
  }
32057
32520
  },
32058
32521
  {
32059
- "name": "name",
32522
+ "name": "disabled",
32060
32523
  "global": false,
32061
- "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
32524
+ "description": "When `true`, prevents the user from interacting with the switch.",
32062
32525
  "tags": [],
32063
32526
  "required": false,
32064
- "type": "string | undefined",
32527
+ "type": "boolean | undefined",
32065
32528
  "schema": {
32066
32529
  "kind": "enum",
32067
- "type": "string | undefined",
32530
+ "type": "boolean | undefined",
32068
32531
  "schema": {
32069
32532
  "0": "undefined",
32070
- "1": "string"
32533
+ "1": "false",
32534
+ "2": "true"
32071
32535
  }
32072
32536
  }
32073
32537
  },
32074
32538
  {
32075
- "name": "disabled",
32539
+ "name": "name",
32076
32540
  "global": false,
32077
- "description": "When `true`, prevents the user from interacting with the switch.",
32541
+ "description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
32078
32542
  "tags": [],
32079
32543
  "required": false,
32080
- "type": "boolean | undefined",
32544
+ "type": "string | undefined",
32081
32545
  "schema": {
32082
32546
  "kind": "enum",
32083
- "type": "boolean | undefined",
32547
+ "type": "string | undefined",
32084
32548
  "schema": {
32085
32549
  "0": "undefined",
32086
- "1": "false",
32087
- "2": "true"
32550
+ "1": "string"
32088
32551
  }
32089
32552
  }
32090
32553
  },
@@ -34749,15 +35212,6 @@ const B24UIMeta = {
34749
35212
  }
34750
35213
  }
34751
35214
  },
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
35215
  "to": {
34762
35216
  "name": "to",
34763
35217
  "global": false,
@@ -35008,6 +35462,15 @@ const B24UIMeta = {
35008
35462
  "type": "boolean | undefined",
35009
35463
  "schema": "boolean | undefined"
35010
35464
  },
35465
+ "disabled": {
35466
+ "name": "disabled",
35467
+ "global": false,
35468
+ "description": "",
35469
+ "tags": [],
35470
+ "required": false,
35471
+ "type": "boolean | undefined",
35472
+ "schema": "boolean | undefined"
35473
+ },
35011
35474
  "active": {
35012
35475
  "name": "active",
35013
35476
  "global": false,
@@ -36597,15 +37060,6 @@ const B24UIMeta = {
36597
37060
  }
36598
37061
  }
36599
37062
  },
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
37063
  "to": {
36610
37064
  "name": "to",
36611
37065
  "global": false,
@@ -36856,6 +37310,15 @@ const B24UIMeta = {
36856
37310
  "type": "boolean | undefined",
36857
37311
  "schema": "boolean | undefined"
36858
37312
  },
37313
+ "disabled": {
37314
+ "name": "disabled",
37315
+ "global": false,
37316
+ "description": "",
37317
+ "tags": [],
37318
+ "required": false,
37319
+ "type": "boolean | undefined",
37320
+ "schema": "boolean | undefined"
37321
+ },
36859
37322
  "active": {
36860
37323
  "name": "active",
36861
37324
  "global": false,
@@ -37637,15 +38100,6 @@ const B24UIMeta = {
37637
38100
  }
37638
38101
  }
37639
38102
  },
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
38103
  "to": {
37650
38104
  "name": "to",
37651
38105
  "global": false,
@@ -37896,6 +38350,15 @@ const B24UIMeta = {
37896
38350
  "type": "boolean | undefined",
37897
38351
  "schema": "boolean | undefined"
37898
38352
  },
38353
+ "disabled": {
38354
+ "name": "disabled",
38355
+ "global": false,
38356
+ "description": "",
38357
+ "tags": [],
38358
+ "required": false,
38359
+ "type": "boolean | undefined",
38360
+ "schema": "boolean | undefined"
38361
+ },
37899
38362
  "active": {
37900
38363
  "name": "active",
37901
38364
  "global": false,
@@ -38616,15 +39079,6 @@ const B24UIMeta = {
38616
39079
  }
38617
39080
  }
38618
39081
  },
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
39082
  "to": {
38629
39083
  "name": "to",
38630
39084
  "global": false,
@@ -38875,6 +39329,15 @@ const B24UIMeta = {
38875
39329
  "type": "boolean | undefined",
38876
39330
  "schema": "boolean | undefined"
38877
39331
  },
39332
+ "disabled": {
39333
+ "name": "disabled",
39334
+ "global": false,
39335
+ "description": "",
39336
+ "tags": [],
39337
+ "required": false,
39338
+ "type": "boolean | undefined",
39339
+ "schema": "boolean | undefined"
39340
+ },
38878
39341
  "active": {
38879
39342
  "name": "active",
38880
39343
  "global": false,
@@ -39595,15 +40058,6 @@ const B24UIMeta = {
39595
40058
  }
39596
40059
  }
39597
40060
  },
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
40061
  "to": {
39608
40062
  "name": "to",
39609
40063
  "global": false,
@@ -39854,6 +40308,15 @@ const B24UIMeta = {
39854
40308
  "type": "boolean | undefined",
39855
40309
  "schema": "boolean | undefined"
39856
40310
  },
40311
+ "disabled": {
40312
+ "name": "disabled",
40313
+ "global": false,
40314
+ "description": "",
40315
+ "tags": [],
40316
+ "required": false,
40317
+ "type": "boolean | undefined",
40318
+ "schema": "boolean | undefined"
40319
+ },
39857
40320
  "active": {
39858
40321
  "name": "active",
39859
40322
  "global": false,
@@ -40574,15 +41037,6 @@ const B24UIMeta = {
40574
41037
  }
40575
41038
  }
40576
41039
  },
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
41040
  "to": {
40587
41041
  "name": "to",
40588
41042
  "global": false,
@@ -40833,6 +41287,15 @@ const B24UIMeta = {
40833
41287
  "type": "boolean | undefined",
40834
41288
  "schema": "boolean | undefined"
40835
41289
  },
41290
+ "disabled": {
41291
+ "name": "disabled",
41292
+ "global": false,
41293
+ "description": "",
41294
+ "tags": [],
41295
+ "required": false,
41296
+ "type": "boolean | undefined",
41297
+ "schema": "boolean | undefined"
41298
+ },
40836
41299
  "active": {
40837
41300
  "name": "active",
40838
41301
  "global": false,