@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.
- package/.nuxt/b24ui/container.ts +1 -1
- package/.nuxt/b24ui/index.ts +1 -0
- package/.nuxt/b24ui/slideover.ts +101 -0
- package/dist/meta.cjs +696 -233
- package/dist/meta.d.cts +696 -233
- package/dist/meta.d.mts +696 -233
- package/dist/meta.d.ts +696 -233
- package/dist/meta.mjs +696 -233
- package/dist/module.cjs +1 -2
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -2
- package/dist/runtime/components/App.vue +3 -4
- package/dist/runtime/components/Modal.vue +4 -2
- package/dist/runtime/components/OverlayProvider.vue +29 -0
- package/dist/runtime/components/Slideover.vue +193 -0
- package/dist/runtime/composables/useOverlay.d.ts +30 -0
- package/dist/runtime/composables/useOverlay.js +71 -0
- package/dist/runtime/types/index.d.ts +1 -0
- package/dist/runtime/types/index.js +1 -0
- package/dist/runtime/vue/components/Link.vue +10 -37
- package/dist/runtime/vue/composables/useAppConfig.d.ts +1 -0
- package/dist/runtime/vue/composables/useAppConfig.js +2 -0
- package/dist/runtime/vue/stubs.d.ts +21 -0
- package/dist/runtime/vue/stubs.js +39 -0
- package/dist/shared/{b24ui-nuxt.ngV6AJEg.cjs → b24ui-nuxt.BpFAFOHo.cjs} +120 -1
- package/dist/shared/{b24ui-nuxt.BTln9cW-.mjs → b24ui-nuxt.BqTJ-9uP.mjs} +120 -1
- package/dist/unplugin.cjs +3 -3
- package/dist/unplugin.mjs +3 -3
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +9 -8
- package/dist/runtime/components/ModalProvider.vue +0 -12
- package/dist/runtime/composables/useModal.d.ts +0 -17
- package/dist/runtime/composables/useModal.js +0 -46
- package/dist/runtime/plugins/modal.d.ts +0 -2
- package/dist/runtime/plugins/modal.js +0 -10
package/dist/meta.cjs
CHANGED
|
@@ -961,15 +961,6 @@ const B24UIMeta = {
|
|
|
961
961
|
}
|
|
962
962
|
}
|
|
963
963
|
},
|
|
964
|
-
"disabled": {
|
|
965
|
-
"name": "disabled",
|
|
966
|
-
"global": false,
|
|
967
|
-
"description": "",
|
|
968
|
-
"tags": [],
|
|
969
|
-
"required": false,
|
|
970
|
-
"type": "boolean | undefined",
|
|
971
|
-
"schema": "boolean | undefined"
|
|
972
|
-
},
|
|
973
964
|
"to": {
|
|
974
965
|
"name": "to",
|
|
975
966
|
"global": false,
|
|
@@ -1220,6 +1211,15 @@ const B24UIMeta = {
|
|
|
1220
1211
|
"type": "boolean | undefined",
|
|
1221
1212
|
"schema": "boolean | undefined"
|
|
1222
1213
|
},
|
|
1214
|
+
"disabled": {
|
|
1215
|
+
"name": "disabled",
|
|
1216
|
+
"global": false,
|
|
1217
|
+
"description": "",
|
|
1218
|
+
"tags": [],
|
|
1219
|
+
"required": false,
|
|
1220
|
+
"type": "boolean | undefined",
|
|
1221
|
+
"schema": "boolean | undefined"
|
|
1222
|
+
},
|
|
1223
1223
|
"active": {
|
|
1224
1224
|
"name": "active",
|
|
1225
1225
|
"global": false,
|
|
@@ -3484,23 +3484,6 @@ const B24UIMeta = {
|
|
|
3484
3484
|
},
|
|
3485
3485
|
"default": "\"button\""
|
|
3486
3486
|
},
|
|
3487
|
-
{
|
|
3488
|
-
"name": "disabled",
|
|
3489
|
-
"global": false,
|
|
3490
|
-
"description": "",
|
|
3491
|
-
"tags": [],
|
|
3492
|
-
"required": false,
|
|
3493
|
-
"type": "boolean | undefined",
|
|
3494
|
-
"schema": {
|
|
3495
|
-
"kind": "enum",
|
|
3496
|
-
"type": "boolean | undefined",
|
|
3497
|
-
"schema": {
|
|
3498
|
-
"0": "undefined",
|
|
3499
|
-
"1": "false",
|
|
3500
|
-
"2": "true"
|
|
3501
|
-
}
|
|
3502
|
-
}
|
|
3503
|
-
},
|
|
3504
3487
|
{
|
|
3505
3488
|
"name": "to",
|
|
3506
3489
|
"global": false,
|
|
@@ -3796,6 +3779,23 @@ const B24UIMeta = {
|
|
|
3796
3779
|
}
|
|
3797
3780
|
}
|
|
3798
3781
|
},
|
|
3782
|
+
{
|
|
3783
|
+
"name": "disabled",
|
|
3784
|
+
"global": false,
|
|
3785
|
+
"description": "",
|
|
3786
|
+
"tags": [],
|
|
3787
|
+
"required": false,
|
|
3788
|
+
"type": "boolean | undefined",
|
|
3789
|
+
"schema": {
|
|
3790
|
+
"kind": "enum",
|
|
3791
|
+
"type": "boolean | undefined",
|
|
3792
|
+
"schema": {
|
|
3793
|
+
"0": "undefined",
|
|
3794
|
+
"1": "false",
|
|
3795
|
+
"2": "true"
|
|
3796
|
+
}
|
|
3797
|
+
}
|
|
3798
|
+
},
|
|
3799
3799
|
{
|
|
3800
3800
|
"name": "active",
|
|
3801
3801
|
"global": false,
|
|
@@ -4556,35 +4556,35 @@ const B24UIMeta = {
|
|
|
4556
4556
|
}
|
|
4557
4557
|
},
|
|
4558
4558
|
{
|
|
4559
|
-
"name": "
|
|
4559
|
+
"name": "disabled",
|
|
4560
4560
|
"global": false,
|
|
4561
|
-
"description": "
|
|
4561
|
+
"description": "When `true`, prevents the user from interacting with the checkbox",
|
|
4562
4562
|
"tags": [],
|
|
4563
4563
|
"required": false,
|
|
4564
|
-
"type": "
|
|
4564
|
+
"type": "boolean | undefined",
|
|
4565
4565
|
"schema": {
|
|
4566
4566
|
"kind": "enum",
|
|
4567
|
-
"type": "
|
|
4567
|
+
"type": "boolean | undefined",
|
|
4568
4568
|
"schema": {
|
|
4569
4569
|
"0": "undefined",
|
|
4570
|
-
"1": "
|
|
4570
|
+
"1": "false",
|
|
4571
|
+
"2": "true"
|
|
4571
4572
|
}
|
|
4572
4573
|
}
|
|
4573
4574
|
},
|
|
4574
4575
|
{
|
|
4575
|
-
"name": "
|
|
4576
|
+
"name": "name",
|
|
4576
4577
|
"global": false,
|
|
4577
|
-
"description": "
|
|
4578
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
4578
4579
|
"tags": [],
|
|
4579
4580
|
"required": false,
|
|
4580
|
-
"type": "
|
|
4581
|
+
"type": "string | undefined",
|
|
4581
4582
|
"schema": {
|
|
4582
4583
|
"kind": "enum",
|
|
4583
|
-
"type": "
|
|
4584
|
+
"type": "string | undefined",
|
|
4584
4585
|
"schema": {
|
|
4585
4586
|
"0": "undefined",
|
|
4586
|
-
"1": "
|
|
4587
|
-
"2": "true"
|
|
4587
|
+
"1": "string"
|
|
4588
4588
|
}
|
|
4589
4589
|
}
|
|
4590
4590
|
},
|
|
@@ -5712,13 +5712,13 @@ const B24UIMeta = {
|
|
|
5712
5712
|
"description": "",
|
|
5713
5713
|
"tags": [],
|
|
5714
5714
|
"required": false,
|
|
5715
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
5715
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
5716
5716
|
"schema": {
|
|
5717
5717
|
"kind": "enum",
|
|
5718
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
5718
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
5719
5719
|
"schema": {
|
|
5720
5720
|
"0": "undefined",
|
|
5721
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
5721
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
5722
5722
|
}
|
|
5723
5723
|
}
|
|
5724
5724
|
},
|
|
@@ -6492,13 +6492,13 @@ const B24UIMeta = {
|
|
|
6492
6492
|
}
|
|
6493
6493
|
],
|
|
6494
6494
|
"required": false,
|
|
6495
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6495
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
6496
6496
|
"schema": {
|
|
6497
6497
|
"kind": "enum",
|
|
6498
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6498
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
6499
6499
|
"schema": {
|
|
6500
6500
|
"0": "undefined",
|
|
6501
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6501
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
6502
6502
|
}
|
|
6503
6503
|
}
|
|
6504
6504
|
},
|
|
@@ -6888,13 +6888,13 @@ const B24UIMeta = {
|
|
|
6888
6888
|
"description": "",
|
|
6889
6889
|
"tags": [],
|
|
6890
6890
|
"required": false,
|
|
6891
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6891
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
6892
6892
|
"schema": {
|
|
6893
6893
|
"kind": "enum",
|
|
6894
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6894
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
6895
6895
|
"schema": {
|
|
6896
6896
|
"0": "undefined",
|
|
6897
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6897
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
6898
6898
|
}
|
|
6899
6899
|
}
|
|
6900
6900
|
},
|
|
@@ -7838,13 +7838,13 @@ const B24UIMeta = {
|
|
|
7838
7838
|
"description": "",
|
|
7839
7839
|
"tags": [],
|
|
7840
7840
|
"required": false,
|
|
7841
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7841
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
7842
7842
|
"schema": {
|
|
7843
7843
|
"kind": "enum",
|
|
7844
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7844
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
7845
7845
|
"schema": {
|
|
7846
7846
|
"0": "undefined",
|
|
7847
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7847
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
7848
7848
|
}
|
|
7849
7849
|
}
|
|
7850
7850
|
},
|
|
@@ -8788,13 +8788,13 @@ const B24UIMeta = {
|
|
|
8788
8788
|
"description": "",
|
|
8789
8789
|
"tags": [],
|
|
8790
8790
|
"required": false,
|
|
8791
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8791
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
8792
8792
|
"schema": {
|
|
8793
8793
|
"kind": "enum",
|
|
8794
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8794
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
8795
8795
|
"schema": {
|
|
8796
8796
|
"0": "undefined",
|
|
8797
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8797
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
8798
8798
|
}
|
|
8799
8799
|
}
|
|
8800
8800
|
},
|
|
@@ -9738,13 +9738,13 @@ const B24UIMeta = {
|
|
|
9738
9738
|
"description": "",
|
|
9739
9739
|
"tags": [],
|
|
9740
9740
|
"required": false,
|
|
9741
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9741
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
9742
9742
|
"schema": {
|
|
9743
9743
|
"kind": "enum",
|
|
9744
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9744
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
9745
9745
|
"schema": {
|
|
9746
9746
|
"0": "undefined",
|
|
9747
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9747
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
9748
9748
|
}
|
|
9749
9749
|
}
|
|
9750
9750
|
},
|
|
@@ -10868,13 +10868,13 @@ const B24UIMeta = {
|
|
|
10868
10868
|
"description": "",
|
|
10869
10869
|
"tags": [],
|
|
10870
10870
|
"required": false,
|
|
10871
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10871
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
10872
10872
|
"schema": {
|
|
10873
10873
|
"kind": "enum",
|
|
10874
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10874
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
10875
10875
|
"schema": {
|
|
10876
10876
|
"0": "undefined",
|
|
10877
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10877
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
10878
10878
|
}
|
|
10879
10879
|
}
|
|
10880
10880
|
},
|
|
@@ -13754,13 +13754,13 @@ const B24UIMeta = {
|
|
|
13754
13754
|
}
|
|
13755
13755
|
],
|
|
13756
13756
|
"required": false,
|
|
13757
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
13757
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
13758
13758
|
"schema": {
|
|
13759
13759
|
"kind": "enum",
|
|
13760
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
13760
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
13761
13761
|
"schema": {
|
|
13762
13762
|
"0": "undefined",
|
|
13763
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
13763
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
13764
13764
|
}
|
|
13765
13765
|
}
|
|
13766
13766
|
},
|
|
@@ -14505,35 +14505,35 @@ const B24UIMeta = {
|
|
|
14505
14505
|
}
|
|
14506
14506
|
},
|
|
14507
14507
|
{
|
|
14508
|
-
"name": "
|
|
14508
|
+
"name": "disabled",
|
|
14509
14509
|
"global": false,
|
|
14510
|
-
"description": "
|
|
14510
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
14511
14511
|
"tags": [],
|
|
14512
14512
|
"required": false,
|
|
14513
|
-
"type": "
|
|
14513
|
+
"type": "boolean | undefined",
|
|
14514
14514
|
"schema": {
|
|
14515
14515
|
"kind": "enum",
|
|
14516
|
-
"type": "
|
|
14516
|
+
"type": "boolean | undefined",
|
|
14517
14517
|
"schema": {
|
|
14518
14518
|
"0": "undefined",
|
|
14519
|
-
"1": "
|
|
14519
|
+
"1": "false",
|
|
14520
|
+
"2": "true"
|
|
14520
14521
|
}
|
|
14521
14522
|
}
|
|
14522
14523
|
},
|
|
14523
14524
|
{
|
|
14524
|
-
"name": "
|
|
14525
|
+
"name": "name",
|
|
14525
14526
|
"global": false,
|
|
14526
|
-
"description": "
|
|
14527
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
14527
14528
|
"tags": [],
|
|
14528
14529
|
"required": false,
|
|
14529
|
-
"type": "
|
|
14530
|
+
"type": "string | undefined",
|
|
14530
14531
|
"schema": {
|
|
14531
14532
|
"kind": "enum",
|
|
14532
|
-
"type": "
|
|
14533
|
+
"type": "string | undefined",
|
|
14533
14534
|
"schema": {
|
|
14534
14535
|
"0": "undefined",
|
|
14535
|
-
"1": "
|
|
14536
|
-
"2": "true"
|
|
14536
|
+
"1": "string"
|
|
14537
14537
|
}
|
|
14538
14538
|
}
|
|
14539
14539
|
},
|
|
@@ -19028,15 +19028,6 @@ const B24UIMeta = {
|
|
|
19028
19028
|
}
|
|
19029
19029
|
}
|
|
19030
19030
|
},
|
|
19031
|
-
"disabled": {
|
|
19032
|
-
"name": "disabled",
|
|
19033
|
-
"global": false,
|
|
19034
|
-
"description": "",
|
|
19035
|
-
"tags": [],
|
|
19036
|
-
"required": false,
|
|
19037
|
-
"type": "boolean | undefined",
|
|
19038
|
-
"schema": "boolean | undefined"
|
|
19039
|
-
},
|
|
19040
19031
|
"to": {
|
|
19041
19032
|
"name": "to",
|
|
19042
19033
|
"global": false,
|
|
@@ -19287,6 +19278,15 @@ const B24UIMeta = {
|
|
|
19287
19278
|
"type": "boolean | undefined",
|
|
19288
19279
|
"schema": "boolean | undefined"
|
|
19289
19280
|
},
|
|
19281
|
+
"disabled": {
|
|
19282
|
+
"name": "disabled",
|
|
19283
|
+
"global": false,
|
|
19284
|
+
"description": "",
|
|
19285
|
+
"tags": [],
|
|
19286
|
+
"required": false,
|
|
19287
|
+
"type": "boolean | undefined",
|
|
19288
|
+
"schema": "boolean | undefined"
|
|
19289
|
+
},
|
|
19290
19290
|
"active": {
|
|
19291
19291
|
"name": "active",
|
|
19292
19292
|
"global": false,
|
|
@@ -19910,15 +19910,6 @@ const B24UIMeta = {
|
|
|
19910
19910
|
}
|
|
19911
19911
|
}
|
|
19912
19912
|
},
|
|
19913
|
-
"disabled": {
|
|
19914
|
-
"name": "disabled",
|
|
19915
|
-
"global": false,
|
|
19916
|
-
"description": "",
|
|
19917
|
-
"tags": [],
|
|
19918
|
-
"required": false,
|
|
19919
|
-
"type": "boolean | undefined",
|
|
19920
|
-
"schema": "boolean | undefined"
|
|
19921
|
-
},
|
|
19922
19913
|
"to": {
|
|
19923
19914
|
"name": "to",
|
|
19924
19915
|
"global": false,
|
|
@@ -20169,6 +20160,15 @@ const B24UIMeta = {
|
|
|
20169
20160
|
"type": "boolean | undefined",
|
|
20170
20161
|
"schema": "boolean | undefined"
|
|
20171
20162
|
},
|
|
20163
|
+
"disabled": {
|
|
20164
|
+
"name": "disabled",
|
|
20165
|
+
"global": false,
|
|
20166
|
+
"description": "",
|
|
20167
|
+
"tags": [],
|
|
20168
|
+
"required": false,
|
|
20169
|
+
"type": "boolean | undefined",
|
|
20170
|
+
"schema": "boolean | undefined"
|
|
20171
|
+
},
|
|
20172
20172
|
"active": {
|
|
20173
20173
|
"name": "active",
|
|
20174
20174
|
"global": false,
|
|
@@ -20451,22 +20451,6 @@ const B24UIMeta = {
|
|
|
20451
20451
|
}
|
|
20452
20452
|
}
|
|
20453
20453
|
},
|
|
20454
|
-
{
|
|
20455
|
-
"name": "name",
|
|
20456
|
-
"global": false,
|
|
20457
|
-
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
20458
|
-
"tags": [],
|
|
20459
|
-
"required": false,
|
|
20460
|
-
"type": "string | undefined",
|
|
20461
|
-
"schema": {
|
|
20462
|
-
"kind": "enum",
|
|
20463
|
-
"type": "string | undefined",
|
|
20464
|
-
"schema": {
|
|
20465
|
-
"0": "undefined",
|
|
20466
|
-
"1": "string"
|
|
20467
|
-
}
|
|
20468
|
-
}
|
|
20469
|
-
},
|
|
20470
20454
|
{
|
|
20471
20455
|
"name": "disabled",
|
|
20472
20456
|
"global": false,
|
|
@@ -20500,6 +20484,22 @@ const B24UIMeta = {
|
|
|
20500
20484
|
}
|
|
20501
20485
|
}
|
|
20502
20486
|
},
|
|
20487
|
+
{
|
|
20488
|
+
"name": "name",
|
|
20489
|
+
"global": false,
|
|
20490
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
20491
|
+
"tags": [],
|
|
20492
|
+
"required": false,
|
|
20493
|
+
"type": "string | undefined",
|
|
20494
|
+
"schema": {
|
|
20495
|
+
"kind": "enum",
|
|
20496
|
+
"type": "string | undefined",
|
|
20497
|
+
"schema": {
|
|
20498
|
+
"0": "undefined",
|
|
20499
|
+
"1": "string"
|
|
20500
|
+
}
|
|
20501
|
+
}
|
|
20502
|
+
},
|
|
20503
20503
|
{
|
|
20504
20504
|
"name": "max",
|
|
20505
20505
|
"global": false,
|
|
@@ -21869,13 +21869,13 @@ const B24UIMeta = {
|
|
|
21869
21869
|
"description": "The content of the modal.",
|
|
21870
21870
|
"tags": [],
|
|
21871
21871
|
"required": false,
|
|
21872
|
-
"type": "Omit<DialogContentProps, \"as\" | \"
|
|
21872
|
+
"type": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
21873
21873
|
"schema": {
|
|
21874
21874
|
"kind": "enum",
|
|
21875
|
-
"type": "Omit<DialogContentProps, \"as\" | \"
|
|
21875
|
+
"type": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
21876
21876
|
"schema": {
|
|
21877
21877
|
"0": "undefined",
|
|
21878
|
-
"1": "Omit<DialogContentProps, \"as\" | \"
|
|
21878
|
+
"1": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
21879
21879
|
}
|
|
21880
21880
|
}
|
|
21881
21881
|
},
|
|
@@ -22312,13 +22312,13 @@ const B24UIMeta = {
|
|
|
22312
22312
|
"exposed": []
|
|
22313
22313
|
}
|
|
22314
22314
|
},
|
|
22315
|
-
"
|
|
22315
|
+
"B24OverlayProvider": {
|
|
22316
22316
|
"mode": "all",
|
|
22317
22317
|
"prefetch": false,
|
|
22318
22318
|
"preload": false,
|
|
22319
|
-
"pascalName": "
|
|
22320
|
-
"kebabName": "b24-
|
|
22321
|
-
"chunkName": "components/b24-
|
|
22319
|
+
"pascalName": "B24OverlayProvider",
|
|
22320
|
+
"kebabName": "b24-overlay-provider",
|
|
22321
|
+
"chunkName": "components/b24-overlay-provider",
|
|
22322
22322
|
"priority": 0,
|
|
22323
22323
|
"_scanned": true,
|
|
22324
22324
|
"meta": {
|
|
@@ -22864,35 +22864,35 @@ const B24UIMeta = {
|
|
|
22864
22864
|
}
|
|
22865
22865
|
},
|
|
22866
22866
|
{
|
|
22867
|
-
"name": "
|
|
22867
|
+
"name": "disabled",
|
|
22868
22868
|
"global": false,
|
|
22869
|
-
"description": "
|
|
22869
|
+
"description": "When `true`, prevents the user from interacting with radio items.",
|
|
22870
22870
|
"tags": [],
|
|
22871
22871
|
"required": false,
|
|
22872
|
-
"type": "
|
|
22872
|
+
"type": "boolean | undefined",
|
|
22873
22873
|
"schema": {
|
|
22874
22874
|
"kind": "enum",
|
|
22875
|
-
"type": "
|
|
22875
|
+
"type": "boolean | undefined",
|
|
22876
22876
|
"schema": {
|
|
22877
22877
|
"0": "undefined",
|
|
22878
|
-
"1": "
|
|
22878
|
+
"1": "false",
|
|
22879
|
+
"2": "true"
|
|
22879
22880
|
}
|
|
22880
22881
|
}
|
|
22881
22882
|
},
|
|
22882
22883
|
{
|
|
22883
|
-
"name": "
|
|
22884
|
+
"name": "name",
|
|
22884
22885
|
"global": false,
|
|
22885
|
-
"description": "
|
|
22886
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
22886
22887
|
"tags": [],
|
|
22887
22888
|
"required": false,
|
|
22888
|
-
"type": "
|
|
22889
|
+
"type": "string | undefined",
|
|
22889
22890
|
"schema": {
|
|
22890
22891
|
"kind": "enum",
|
|
22891
|
-
"type": "
|
|
22892
|
+
"type": "string | undefined",
|
|
22892
22893
|
"schema": {
|
|
22893
22894
|
"0": "undefined",
|
|
22894
|
-
"1": "
|
|
22895
|
-
"2": "true"
|
|
22895
|
+
"1": "string"
|
|
22896
22896
|
}
|
|
22897
22897
|
}
|
|
22898
22898
|
},
|
|
@@ -23355,22 +23355,6 @@ const B24UIMeta = {
|
|
|
23355
23355
|
}
|
|
23356
23356
|
}
|
|
23357
23357
|
},
|
|
23358
|
-
{
|
|
23359
|
-
"name": "name",
|
|
23360
|
-
"global": false,
|
|
23361
|
-
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
23362
|
-
"tags": [],
|
|
23363
|
-
"required": false,
|
|
23364
|
-
"type": "string | undefined",
|
|
23365
|
-
"schema": {
|
|
23366
|
-
"kind": "enum",
|
|
23367
|
-
"type": "string | undefined",
|
|
23368
|
-
"schema": {
|
|
23369
|
-
"0": "undefined",
|
|
23370
|
-
"1": "string"
|
|
23371
|
-
}
|
|
23372
|
-
}
|
|
23373
|
-
},
|
|
23374
23358
|
{
|
|
23375
23359
|
"name": "disabled",
|
|
23376
23360
|
"global": false,
|
|
@@ -23405,6 +23389,22 @@ const B24UIMeta = {
|
|
|
23405
23389
|
},
|
|
23406
23390
|
"default": "1"
|
|
23407
23391
|
},
|
|
23392
|
+
{
|
|
23393
|
+
"name": "name",
|
|
23394
|
+
"global": false,
|
|
23395
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
23396
|
+
"tags": [],
|
|
23397
|
+
"required": false,
|
|
23398
|
+
"type": "string | undefined",
|
|
23399
|
+
"schema": {
|
|
23400
|
+
"kind": "enum",
|
|
23401
|
+
"type": "string | undefined",
|
|
23402
|
+
"schema": {
|
|
23403
|
+
"0": "undefined",
|
|
23404
|
+
"1": "string"
|
|
23405
|
+
}
|
|
23406
|
+
}
|
|
23407
|
+
},
|
|
23408
23408
|
{
|
|
23409
23409
|
"name": "max",
|
|
23410
23410
|
"global": false,
|
|
@@ -23732,13 +23732,13 @@ const B24UIMeta = {
|
|
|
23732
23732
|
}
|
|
23733
23733
|
],
|
|
23734
23734
|
"required": false,
|
|
23735
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
23735
|
+
"type": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
23736
23736
|
"schema": {
|
|
23737
23737
|
"kind": "enum",
|
|
23738
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
23738
|
+
"type": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
23739
23739
|
"schema": {
|
|
23740
23740
|
"0": "undefined",
|
|
23741
|
-
"1": "Omit<SelectContentProps, \"as\" | \"
|
|
23741
|
+
"1": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
23742
23742
|
}
|
|
23743
23743
|
}
|
|
23744
23744
|
},
|
|
@@ -24322,35 +24322,35 @@ const B24UIMeta = {
|
|
|
24322
24322
|
}
|
|
24323
24323
|
},
|
|
24324
24324
|
{
|
|
24325
|
-
"name": "
|
|
24325
|
+
"name": "disabled",
|
|
24326
24326
|
"global": false,
|
|
24327
|
-
"description": "
|
|
24327
|
+
"description": "When `true`, prevents the user from interacting with Select",
|
|
24328
24328
|
"tags": [],
|
|
24329
24329
|
"required": false,
|
|
24330
|
-
"type": "
|
|
24330
|
+
"type": "boolean | undefined",
|
|
24331
24331
|
"schema": {
|
|
24332
24332
|
"kind": "enum",
|
|
24333
|
-
"type": "
|
|
24333
|
+
"type": "boolean | undefined",
|
|
24334
24334
|
"schema": {
|
|
24335
24335
|
"0": "undefined",
|
|
24336
|
-
"1": "
|
|
24336
|
+
"1": "false",
|
|
24337
|
+
"2": "true"
|
|
24337
24338
|
}
|
|
24338
24339
|
}
|
|
24339
24340
|
},
|
|
24340
24341
|
{
|
|
24341
|
-
"name": "
|
|
24342
|
+
"name": "name",
|
|
24342
24343
|
"global": false,
|
|
24343
|
-
"description": "
|
|
24344
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
24344
24345
|
"tags": [],
|
|
24345
24346
|
"required": false,
|
|
24346
|
-
"type": "
|
|
24347
|
+
"type": "string | undefined",
|
|
24347
24348
|
"schema": {
|
|
24348
24349
|
"kind": "enum",
|
|
24349
|
-
"type": "
|
|
24350
|
+
"type": "string | undefined",
|
|
24350
24351
|
"schema": {
|
|
24351
24352
|
"0": "undefined",
|
|
24352
|
-
"1": "
|
|
24353
|
-
"2": "true"
|
|
24353
|
+
"1": "string"
|
|
24354
24354
|
}
|
|
24355
24355
|
}
|
|
24356
24356
|
},
|
|
@@ -27271,13 +27271,13 @@ const B24UIMeta = {
|
|
|
27271
27271
|
}
|
|
27272
27272
|
],
|
|
27273
27273
|
"required": false,
|
|
27274
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27274
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
27275
27275
|
"schema": {
|
|
27276
27276
|
"kind": "enum",
|
|
27277
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27277
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
27278
27278
|
"schema": {
|
|
27279
27279
|
"0": "undefined",
|
|
27280
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27280
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
27281
27281
|
}
|
|
27282
27282
|
}
|
|
27283
27283
|
},
|
|
@@ -27983,35 +27983,35 @@ const B24UIMeta = {
|
|
|
27983
27983
|
}
|
|
27984
27984
|
},
|
|
27985
27985
|
{
|
|
27986
|
-
"name": "
|
|
27986
|
+
"name": "disabled",
|
|
27987
27987
|
"global": false,
|
|
27988
|
-
"description": "
|
|
27988
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
27989
27989
|
"tags": [],
|
|
27990
27990
|
"required": false,
|
|
27991
|
-
"type": "
|
|
27991
|
+
"type": "boolean | undefined",
|
|
27992
27992
|
"schema": {
|
|
27993
27993
|
"kind": "enum",
|
|
27994
|
-
"type": "
|
|
27994
|
+
"type": "boolean | undefined",
|
|
27995
27995
|
"schema": {
|
|
27996
27996
|
"0": "undefined",
|
|
27997
|
-
"1": "
|
|
27997
|
+
"1": "false",
|
|
27998
|
+
"2": "true"
|
|
27998
27999
|
}
|
|
27999
28000
|
}
|
|
28000
28001
|
},
|
|
28001
28002
|
{
|
|
28002
|
-
"name": "
|
|
28003
|
+
"name": "name",
|
|
28003
28004
|
"global": false,
|
|
28004
|
-
"description": "
|
|
28005
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
28005
28006
|
"tags": [],
|
|
28006
28007
|
"required": false,
|
|
28007
|
-
"type": "
|
|
28008
|
+
"type": "string | undefined",
|
|
28008
28009
|
"schema": {
|
|
28009
28010
|
"kind": "enum",
|
|
28010
|
-
"type": "
|
|
28011
|
+
"type": "string | undefined",
|
|
28011
28012
|
"schema": {
|
|
28012
28013
|
"0": "undefined",
|
|
28013
|
-
"1": "
|
|
28014
|
-
"2": "true"
|
|
28014
|
+
"1": "string"
|
|
28015
28015
|
}
|
|
28016
28016
|
}
|
|
28017
28017
|
},
|
|
@@ -31842,6 +31842,469 @@ const B24UIMeta = {
|
|
|
31842
31842
|
"exposed": []
|
|
31843
31843
|
}
|
|
31844
31844
|
},
|
|
31845
|
+
"B24Slideover": {
|
|
31846
|
+
"mode": "all",
|
|
31847
|
+
"prefetch": false,
|
|
31848
|
+
"preload": false,
|
|
31849
|
+
"pascalName": "B24Slideover",
|
|
31850
|
+
"kebabName": "b24-slideover",
|
|
31851
|
+
"chunkName": "components/b24-slideover",
|
|
31852
|
+
"priority": 0,
|
|
31853
|
+
"_scanned": true,
|
|
31854
|
+
"meta": {
|
|
31855
|
+
"type": 0,
|
|
31856
|
+
"props": [
|
|
31857
|
+
{
|
|
31858
|
+
"name": "title",
|
|
31859
|
+
"global": false,
|
|
31860
|
+
"description": "",
|
|
31861
|
+
"tags": [],
|
|
31862
|
+
"required": false,
|
|
31863
|
+
"type": "string | undefined",
|
|
31864
|
+
"schema": {
|
|
31865
|
+
"kind": "enum",
|
|
31866
|
+
"type": "string | undefined",
|
|
31867
|
+
"schema": {
|
|
31868
|
+
"0": "undefined",
|
|
31869
|
+
"1": "string"
|
|
31870
|
+
}
|
|
31871
|
+
}
|
|
31872
|
+
},
|
|
31873
|
+
{
|
|
31874
|
+
"name": "description",
|
|
31875
|
+
"global": false,
|
|
31876
|
+
"description": "",
|
|
31877
|
+
"tags": [],
|
|
31878
|
+
"required": false,
|
|
31879
|
+
"type": "string | undefined",
|
|
31880
|
+
"schema": {
|
|
31881
|
+
"kind": "enum",
|
|
31882
|
+
"type": "string | undefined",
|
|
31883
|
+
"schema": {
|
|
31884
|
+
"0": "undefined",
|
|
31885
|
+
"1": "string"
|
|
31886
|
+
}
|
|
31887
|
+
}
|
|
31888
|
+
},
|
|
31889
|
+
{
|
|
31890
|
+
"name": "content",
|
|
31891
|
+
"global": false,
|
|
31892
|
+
"description": "The content of the slideover.",
|
|
31893
|
+
"tags": [],
|
|
31894
|
+
"required": false,
|
|
31895
|
+
"type": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
31896
|
+
"schema": {
|
|
31897
|
+
"kind": "enum",
|
|
31898
|
+
"type": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
31899
|
+
"schema": {
|
|
31900
|
+
"0": "undefined",
|
|
31901
|
+
"1": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
31902
|
+
}
|
|
31903
|
+
}
|
|
31904
|
+
},
|
|
31905
|
+
{
|
|
31906
|
+
"name": "overlay",
|
|
31907
|
+
"global": false,
|
|
31908
|
+
"description": "Render an overlay behind the slideover.",
|
|
31909
|
+
"tags": [
|
|
31910
|
+
{
|
|
31911
|
+
"name": "defaultValue",
|
|
31912
|
+
"text": "true"
|
|
31913
|
+
}
|
|
31914
|
+
],
|
|
31915
|
+
"required": false,
|
|
31916
|
+
"type": "boolean | undefined",
|
|
31917
|
+
"schema": {
|
|
31918
|
+
"kind": "enum",
|
|
31919
|
+
"type": "boolean | undefined",
|
|
31920
|
+
"schema": {
|
|
31921
|
+
"0": "undefined",
|
|
31922
|
+
"1": "false",
|
|
31923
|
+
"2": "true"
|
|
31924
|
+
}
|
|
31925
|
+
},
|
|
31926
|
+
"default": "true"
|
|
31927
|
+
},
|
|
31928
|
+
{
|
|
31929
|
+
"name": "transition",
|
|
31930
|
+
"global": false,
|
|
31931
|
+
"description": "Animate the slideover when opening or closing.",
|
|
31932
|
+
"tags": [
|
|
31933
|
+
{
|
|
31934
|
+
"name": "defaultValue",
|
|
31935
|
+
"text": "true"
|
|
31936
|
+
}
|
|
31937
|
+
],
|
|
31938
|
+
"required": false,
|
|
31939
|
+
"type": "boolean | undefined",
|
|
31940
|
+
"schema": {
|
|
31941
|
+
"kind": "enum",
|
|
31942
|
+
"type": "boolean | undefined",
|
|
31943
|
+
"schema": {
|
|
31944
|
+
"0": "undefined",
|
|
31945
|
+
"1": "false",
|
|
31946
|
+
"2": "true"
|
|
31947
|
+
}
|
|
31948
|
+
},
|
|
31949
|
+
"default": "true"
|
|
31950
|
+
},
|
|
31951
|
+
{
|
|
31952
|
+
"name": "side",
|
|
31953
|
+
"global": false,
|
|
31954
|
+
"description": "",
|
|
31955
|
+
"tags": [],
|
|
31956
|
+
"required": false,
|
|
31957
|
+
"type": "\"bottom\" | \"top\" | \"left\" | \"right\" | undefined",
|
|
31958
|
+
"schema": {
|
|
31959
|
+
"kind": "enum",
|
|
31960
|
+
"type": "\"bottom\" | \"top\" | \"left\" | \"right\" | undefined",
|
|
31961
|
+
"schema": {
|
|
31962
|
+
"0": "undefined",
|
|
31963
|
+
"1": "\"bottom\"",
|
|
31964
|
+
"2": "\"top\"",
|
|
31965
|
+
"3": "\"left\"",
|
|
31966
|
+
"4": "\"right\""
|
|
31967
|
+
}
|
|
31968
|
+
},
|
|
31969
|
+
"default": "\"right\""
|
|
31970
|
+
},
|
|
31971
|
+
{
|
|
31972
|
+
"name": "portal",
|
|
31973
|
+
"global": false,
|
|
31974
|
+
"description": "Render the slideover in a portal.",
|
|
31975
|
+
"tags": [
|
|
31976
|
+
{
|
|
31977
|
+
"name": "defaultValue",
|
|
31978
|
+
"text": "true"
|
|
31979
|
+
}
|
|
31980
|
+
],
|
|
31981
|
+
"required": false,
|
|
31982
|
+
"type": "boolean | undefined",
|
|
31983
|
+
"schema": {
|
|
31984
|
+
"kind": "enum",
|
|
31985
|
+
"type": "boolean | undefined",
|
|
31986
|
+
"schema": {
|
|
31987
|
+
"0": "undefined",
|
|
31988
|
+
"1": "false",
|
|
31989
|
+
"2": "true"
|
|
31990
|
+
}
|
|
31991
|
+
},
|
|
31992
|
+
"default": "true"
|
|
31993
|
+
},
|
|
31994
|
+
{
|
|
31995
|
+
"name": "close",
|
|
31996
|
+
"global": false,
|
|
31997
|
+
"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`",
|
|
31998
|
+
"tags": [
|
|
31999
|
+
{
|
|
32000
|
+
"name": "defaultValue",
|
|
32001
|
+
"text": "true"
|
|
32002
|
+
}
|
|
32003
|
+
],
|
|
32004
|
+
"required": false,
|
|
32005
|
+
"type": "boolean | Partial<ButtonProps> | undefined",
|
|
32006
|
+
"schema": {
|
|
32007
|
+
"kind": "enum",
|
|
32008
|
+
"type": "boolean | Partial<ButtonProps> | undefined",
|
|
32009
|
+
"schema": {
|
|
32010
|
+
"0": "undefined",
|
|
32011
|
+
"1": "false",
|
|
32012
|
+
"2": "true",
|
|
32013
|
+
"3": "Partial<ButtonProps>"
|
|
32014
|
+
}
|
|
32015
|
+
},
|
|
32016
|
+
"default": "true"
|
|
32017
|
+
},
|
|
32018
|
+
{
|
|
32019
|
+
"name": "closeIcon",
|
|
32020
|
+
"global": false,
|
|
32021
|
+
"description": "The icon displayed in the close button.",
|
|
32022
|
+
"tags": [
|
|
32023
|
+
{
|
|
32024
|
+
"name": "defaultValue",
|
|
32025
|
+
"text": "icons.close"
|
|
32026
|
+
}
|
|
32027
|
+
],
|
|
32028
|
+
"required": false,
|
|
32029
|
+
"type": "IconComponent | undefined",
|
|
32030
|
+
"schema": {
|
|
32031
|
+
"kind": "enum",
|
|
32032
|
+
"type": "IconComponent | undefined",
|
|
32033
|
+
"schema": {
|
|
32034
|
+
"0": "undefined",
|
|
32035
|
+
"1": {
|
|
32036
|
+
"kind": "event",
|
|
32037
|
+
"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",
|
|
32038
|
+
"schema": []
|
|
32039
|
+
}
|
|
32040
|
+
}
|
|
32041
|
+
}
|
|
32042
|
+
},
|
|
32043
|
+
{
|
|
32044
|
+
"name": "dismissible",
|
|
32045
|
+
"global": false,
|
|
32046
|
+
"description": "When `false`, the slideover will not close when clicking outside or pressing escape.",
|
|
32047
|
+
"tags": [
|
|
32048
|
+
{
|
|
32049
|
+
"name": "defaultValue",
|
|
32050
|
+
"text": "true"
|
|
32051
|
+
}
|
|
32052
|
+
],
|
|
32053
|
+
"required": false,
|
|
32054
|
+
"type": "boolean | undefined",
|
|
32055
|
+
"schema": {
|
|
32056
|
+
"kind": "enum",
|
|
32057
|
+
"type": "boolean | undefined",
|
|
32058
|
+
"schema": {
|
|
32059
|
+
"0": "undefined",
|
|
32060
|
+
"1": "false",
|
|
32061
|
+
"2": "true"
|
|
32062
|
+
}
|
|
32063
|
+
},
|
|
32064
|
+
"default": "true"
|
|
32065
|
+
},
|
|
32066
|
+
{
|
|
32067
|
+
"name": "scrollbarThin",
|
|
32068
|
+
"global": false,
|
|
32069
|
+
"description": "",
|
|
32070
|
+
"tags": [],
|
|
32071
|
+
"required": false,
|
|
32072
|
+
"type": "boolean | undefined",
|
|
32073
|
+
"schema": {
|
|
32074
|
+
"kind": "enum",
|
|
32075
|
+
"type": "boolean | undefined",
|
|
32076
|
+
"schema": {
|
|
32077
|
+
"0": "undefined",
|
|
32078
|
+
"1": "false",
|
|
32079
|
+
"2": "true"
|
|
32080
|
+
}
|
|
32081
|
+
},
|
|
32082
|
+
"default": "true"
|
|
32083
|
+
},
|
|
32084
|
+
{
|
|
32085
|
+
"name": "b24ui",
|
|
32086
|
+
"global": false,
|
|
32087
|
+
"description": "",
|
|
32088
|
+
"tags": [],
|
|
32089
|
+
"required": false,
|
|
32090
|
+
"type": "Partial<{ overlay: string; content: string; header: string; wrapper: string; body: string; footer: string; title: string; description: string; close: string; }> | undefined",
|
|
32091
|
+
"schema": {
|
|
32092
|
+
"kind": "enum",
|
|
32093
|
+
"type": "Partial<{ overlay: string; content: string; header: string; wrapper: string; body: string; footer: string; title: string; description: string; close: string; }> | undefined",
|
|
32094
|
+
"schema": {
|
|
32095
|
+
"0": "undefined",
|
|
32096
|
+
"1": "Partial<{ overlay: string; content: string; header: string; wrapper: string; body: string; footer: string; title: string; description: string; close: string; }>"
|
|
32097
|
+
}
|
|
32098
|
+
}
|
|
32099
|
+
},
|
|
32100
|
+
{
|
|
32101
|
+
"name": "open",
|
|
32102
|
+
"global": false,
|
|
32103
|
+
"description": "The controlled open state of the dialog. Can be binded as `v-model:open`.",
|
|
32104
|
+
"tags": [],
|
|
32105
|
+
"required": false,
|
|
32106
|
+
"type": "boolean | undefined",
|
|
32107
|
+
"schema": {
|
|
32108
|
+
"kind": "enum",
|
|
32109
|
+
"type": "boolean | undefined",
|
|
32110
|
+
"schema": {
|
|
32111
|
+
"0": "undefined",
|
|
32112
|
+
"1": "false",
|
|
32113
|
+
"2": "true"
|
|
32114
|
+
}
|
|
32115
|
+
}
|
|
32116
|
+
},
|
|
32117
|
+
{
|
|
32118
|
+
"name": "defaultOpen",
|
|
32119
|
+
"global": false,
|
|
32120
|
+
"description": "The open state of the dialog when it is initially rendered. Use when you do not need to control its open state.",
|
|
32121
|
+
"tags": [],
|
|
32122
|
+
"required": false,
|
|
32123
|
+
"type": "boolean | undefined",
|
|
32124
|
+
"schema": {
|
|
32125
|
+
"kind": "enum",
|
|
32126
|
+
"type": "boolean | undefined",
|
|
32127
|
+
"schema": {
|
|
32128
|
+
"0": "undefined",
|
|
32129
|
+
"1": "false",
|
|
32130
|
+
"2": "true"
|
|
32131
|
+
}
|
|
32132
|
+
}
|
|
32133
|
+
},
|
|
32134
|
+
{
|
|
32135
|
+
"name": "modal",
|
|
32136
|
+
"global": false,
|
|
32137
|
+
"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.",
|
|
32138
|
+
"tags": [],
|
|
32139
|
+
"required": false,
|
|
32140
|
+
"type": "boolean | undefined",
|
|
32141
|
+
"schema": {
|
|
32142
|
+
"kind": "enum",
|
|
32143
|
+
"type": "boolean | undefined",
|
|
32144
|
+
"schema": {
|
|
32145
|
+
"0": "undefined",
|
|
32146
|
+
"1": "false",
|
|
32147
|
+
"2": "true"
|
|
32148
|
+
}
|
|
32149
|
+
},
|
|
32150
|
+
"default": "true"
|
|
32151
|
+
}
|
|
32152
|
+
],
|
|
32153
|
+
"slots": [
|
|
32154
|
+
{
|
|
32155
|
+
"name": "default",
|
|
32156
|
+
"type": "{ open: boolean; }",
|
|
32157
|
+
"description": "",
|
|
32158
|
+
"schema": {
|
|
32159
|
+
"kind": "object",
|
|
32160
|
+
"type": "{ open: boolean; }",
|
|
32161
|
+
"schema": {
|
|
32162
|
+
"open": {
|
|
32163
|
+
"name": "open",
|
|
32164
|
+
"global": false,
|
|
32165
|
+
"description": "",
|
|
32166
|
+
"tags": [],
|
|
32167
|
+
"required": true,
|
|
32168
|
+
"type": "boolean",
|
|
32169
|
+
"schema": {
|
|
32170
|
+
"kind": "enum",
|
|
32171
|
+
"type": "boolean",
|
|
32172
|
+
"schema": {
|
|
32173
|
+
"0": "false",
|
|
32174
|
+
"1": "true"
|
|
32175
|
+
}
|
|
32176
|
+
}
|
|
32177
|
+
}
|
|
32178
|
+
}
|
|
32179
|
+
}
|
|
32180
|
+
},
|
|
32181
|
+
{
|
|
32182
|
+
"name": "content",
|
|
32183
|
+
"type": "{} | undefined",
|
|
32184
|
+
"description": "",
|
|
32185
|
+
"schema": {
|
|
32186
|
+
"kind": "enum",
|
|
32187
|
+
"type": "{} | undefined",
|
|
32188
|
+
"schema": {
|
|
32189
|
+
"0": "undefined",
|
|
32190
|
+
"1": {
|
|
32191
|
+
"kind": "object",
|
|
32192
|
+
"type": "{}",
|
|
32193
|
+
"schema": {}
|
|
32194
|
+
}
|
|
32195
|
+
}
|
|
32196
|
+
}
|
|
32197
|
+
},
|
|
32198
|
+
{
|
|
32199
|
+
"name": "header",
|
|
32200
|
+
"type": "{} | undefined",
|
|
32201
|
+
"description": "",
|
|
32202
|
+
"schema": {
|
|
32203
|
+
"kind": "enum",
|
|
32204
|
+
"type": "{} | undefined",
|
|
32205
|
+
"schema": {
|
|
32206
|
+
"0": "undefined",
|
|
32207
|
+
"1": {
|
|
32208
|
+
"kind": "object",
|
|
32209
|
+
"type": "{}",
|
|
32210
|
+
"schema": {}
|
|
32211
|
+
}
|
|
32212
|
+
}
|
|
32213
|
+
}
|
|
32214
|
+
},
|
|
32215
|
+
{
|
|
32216
|
+
"name": "title",
|
|
32217
|
+
"type": "{} | undefined",
|
|
32218
|
+
"description": "",
|
|
32219
|
+
"schema": {
|
|
32220
|
+
"kind": "enum",
|
|
32221
|
+
"type": "{} | undefined",
|
|
32222
|
+
"schema": {
|
|
32223
|
+
"0": "undefined",
|
|
32224
|
+
"1": {
|
|
32225
|
+
"kind": "object",
|
|
32226
|
+
"type": "{}",
|
|
32227
|
+
"schema": {}
|
|
32228
|
+
}
|
|
32229
|
+
}
|
|
32230
|
+
}
|
|
32231
|
+
},
|
|
32232
|
+
{
|
|
32233
|
+
"name": "description",
|
|
32234
|
+
"type": "{} | undefined",
|
|
32235
|
+
"description": "",
|
|
32236
|
+
"schema": {
|
|
32237
|
+
"kind": "enum",
|
|
32238
|
+
"type": "{} | undefined",
|
|
32239
|
+
"schema": {
|
|
32240
|
+
"0": "undefined",
|
|
32241
|
+
"1": {
|
|
32242
|
+
"kind": "object",
|
|
32243
|
+
"type": "{}",
|
|
32244
|
+
"schema": {}
|
|
32245
|
+
}
|
|
32246
|
+
}
|
|
32247
|
+
}
|
|
32248
|
+
},
|
|
32249
|
+
{
|
|
32250
|
+
"name": "close",
|
|
32251
|
+
"type": "{ b24ui: any; }",
|
|
32252
|
+
"description": "",
|
|
32253
|
+
"schema": {
|
|
32254
|
+
"kind": "object",
|
|
32255
|
+
"type": "{ b24ui: any; }",
|
|
32256
|
+
"schema": {
|
|
32257
|
+
"b24ui": {
|
|
32258
|
+
"name": "b24ui",
|
|
32259
|
+
"global": false,
|
|
32260
|
+
"description": "",
|
|
32261
|
+
"tags": [],
|
|
32262
|
+
"required": true,
|
|
32263
|
+
"type": "any",
|
|
32264
|
+
"schema": "any"
|
|
32265
|
+
}
|
|
32266
|
+
}
|
|
32267
|
+
}
|
|
32268
|
+
},
|
|
32269
|
+
{
|
|
32270
|
+
"name": "body",
|
|
32271
|
+
"type": "{} | undefined",
|
|
32272
|
+
"description": "",
|
|
32273
|
+
"schema": {
|
|
32274
|
+
"kind": "enum",
|
|
32275
|
+
"type": "{} | undefined",
|
|
32276
|
+
"schema": {
|
|
32277
|
+
"0": "undefined",
|
|
32278
|
+
"1": {
|
|
32279
|
+
"kind": "object",
|
|
32280
|
+
"type": "{}",
|
|
32281
|
+
"schema": {}
|
|
32282
|
+
}
|
|
32283
|
+
}
|
|
32284
|
+
}
|
|
32285
|
+
},
|
|
32286
|
+
{
|
|
32287
|
+
"name": "footer",
|
|
32288
|
+
"type": "{} | undefined",
|
|
32289
|
+
"description": "",
|
|
32290
|
+
"schema": {
|
|
32291
|
+
"kind": "enum",
|
|
32292
|
+
"type": "{} | undefined",
|
|
32293
|
+
"schema": {
|
|
32294
|
+
"0": "undefined",
|
|
32295
|
+
"1": {
|
|
32296
|
+
"kind": "object",
|
|
32297
|
+
"type": "{}",
|
|
32298
|
+
"schema": {}
|
|
32299
|
+
}
|
|
32300
|
+
}
|
|
32301
|
+
}
|
|
32302
|
+
}
|
|
32303
|
+
],
|
|
32304
|
+
"events": [],
|
|
32305
|
+
"exposed": []
|
|
32306
|
+
}
|
|
32307
|
+
},
|
|
31845
32308
|
"B24Switch": {
|
|
31846
32309
|
"mode": "all",
|
|
31847
32310
|
"prefetch": false,
|
|
@@ -32058,35 +32521,35 @@ const B24UIMeta = {
|
|
|
32058
32521
|
}
|
|
32059
32522
|
},
|
|
32060
32523
|
{
|
|
32061
|
-
"name": "
|
|
32524
|
+
"name": "disabled",
|
|
32062
32525
|
"global": false,
|
|
32063
|
-
"description": "
|
|
32526
|
+
"description": "When `true`, prevents the user from interacting with the switch.",
|
|
32064
32527
|
"tags": [],
|
|
32065
32528
|
"required": false,
|
|
32066
|
-
"type": "
|
|
32529
|
+
"type": "boolean | undefined",
|
|
32067
32530
|
"schema": {
|
|
32068
32531
|
"kind": "enum",
|
|
32069
|
-
"type": "
|
|
32532
|
+
"type": "boolean | undefined",
|
|
32070
32533
|
"schema": {
|
|
32071
32534
|
"0": "undefined",
|
|
32072
|
-
"1": "
|
|
32535
|
+
"1": "false",
|
|
32536
|
+
"2": "true"
|
|
32073
32537
|
}
|
|
32074
32538
|
}
|
|
32075
32539
|
},
|
|
32076
32540
|
{
|
|
32077
|
-
"name": "
|
|
32541
|
+
"name": "name",
|
|
32078
32542
|
"global": false,
|
|
32079
|
-
"description": "
|
|
32543
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
32080
32544
|
"tags": [],
|
|
32081
32545
|
"required": false,
|
|
32082
|
-
"type": "
|
|
32546
|
+
"type": "string | undefined",
|
|
32083
32547
|
"schema": {
|
|
32084
32548
|
"kind": "enum",
|
|
32085
|
-
"type": "
|
|
32549
|
+
"type": "string | undefined",
|
|
32086
32550
|
"schema": {
|
|
32087
32551
|
"0": "undefined",
|
|
32088
|
-
"1": "
|
|
32089
|
-
"2": "true"
|
|
32552
|
+
"1": "string"
|
|
32090
32553
|
}
|
|
32091
32554
|
}
|
|
32092
32555
|
},
|
|
@@ -34751,15 +35214,6 @@ const B24UIMeta = {
|
|
|
34751
35214
|
}
|
|
34752
35215
|
}
|
|
34753
35216
|
},
|
|
34754
|
-
"disabled": {
|
|
34755
|
-
"name": "disabled",
|
|
34756
|
-
"global": false,
|
|
34757
|
-
"description": "",
|
|
34758
|
-
"tags": [],
|
|
34759
|
-
"required": false,
|
|
34760
|
-
"type": "boolean | undefined",
|
|
34761
|
-
"schema": "boolean | undefined"
|
|
34762
|
-
},
|
|
34763
35217
|
"to": {
|
|
34764
35218
|
"name": "to",
|
|
34765
35219
|
"global": false,
|
|
@@ -35010,6 +35464,15 @@ const B24UIMeta = {
|
|
|
35010
35464
|
"type": "boolean | undefined",
|
|
35011
35465
|
"schema": "boolean | undefined"
|
|
35012
35466
|
},
|
|
35467
|
+
"disabled": {
|
|
35468
|
+
"name": "disabled",
|
|
35469
|
+
"global": false,
|
|
35470
|
+
"description": "",
|
|
35471
|
+
"tags": [],
|
|
35472
|
+
"required": false,
|
|
35473
|
+
"type": "boolean | undefined",
|
|
35474
|
+
"schema": "boolean | undefined"
|
|
35475
|
+
},
|
|
35013
35476
|
"active": {
|
|
35014
35477
|
"name": "active",
|
|
35015
35478
|
"global": false,
|
|
@@ -36599,15 +37062,6 @@ const B24UIMeta = {
|
|
|
36599
37062
|
}
|
|
36600
37063
|
}
|
|
36601
37064
|
},
|
|
36602
|
-
"disabled": {
|
|
36603
|
-
"name": "disabled",
|
|
36604
|
-
"global": false,
|
|
36605
|
-
"description": "",
|
|
36606
|
-
"tags": [],
|
|
36607
|
-
"required": false,
|
|
36608
|
-
"type": "boolean | undefined",
|
|
36609
|
-
"schema": "boolean | undefined"
|
|
36610
|
-
},
|
|
36611
37065
|
"to": {
|
|
36612
37066
|
"name": "to",
|
|
36613
37067
|
"global": false,
|
|
@@ -36858,6 +37312,15 @@ const B24UIMeta = {
|
|
|
36858
37312
|
"type": "boolean | undefined",
|
|
36859
37313
|
"schema": "boolean | undefined"
|
|
36860
37314
|
},
|
|
37315
|
+
"disabled": {
|
|
37316
|
+
"name": "disabled",
|
|
37317
|
+
"global": false,
|
|
37318
|
+
"description": "",
|
|
37319
|
+
"tags": [],
|
|
37320
|
+
"required": false,
|
|
37321
|
+
"type": "boolean | undefined",
|
|
37322
|
+
"schema": "boolean | undefined"
|
|
37323
|
+
},
|
|
36861
37324
|
"active": {
|
|
36862
37325
|
"name": "active",
|
|
36863
37326
|
"global": false,
|
|
@@ -37639,15 +38102,6 @@ const B24UIMeta = {
|
|
|
37639
38102
|
}
|
|
37640
38103
|
}
|
|
37641
38104
|
},
|
|
37642
|
-
"disabled": {
|
|
37643
|
-
"name": "disabled",
|
|
37644
|
-
"global": false,
|
|
37645
|
-
"description": "",
|
|
37646
|
-
"tags": [],
|
|
37647
|
-
"required": false,
|
|
37648
|
-
"type": "boolean | undefined",
|
|
37649
|
-
"schema": "boolean | undefined"
|
|
37650
|
-
},
|
|
37651
38105
|
"to": {
|
|
37652
38106
|
"name": "to",
|
|
37653
38107
|
"global": false,
|
|
@@ -37898,6 +38352,15 @@ const B24UIMeta = {
|
|
|
37898
38352
|
"type": "boolean | undefined",
|
|
37899
38353
|
"schema": "boolean | undefined"
|
|
37900
38354
|
},
|
|
38355
|
+
"disabled": {
|
|
38356
|
+
"name": "disabled",
|
|
38357
|
+
"global": false,
|
|
38358
|
+
"description": "",
|
|
38359
|
+
"tags": [],
|
|
38360
|
+
"required": false,
|
|
38361
|
+
"type": "boolean | undefined",
|
|
38362
|
+
"schema": "boolean | undefined"
|
|
38363
|
+
},
|
|
37901
38364
|
"active": {
|
|
37902
38365
|
"name": "active",
|
|
37903
38366
|
"global": false,
|
|
@@ -38618,15 +39081,6 @@ const B24UIMeta = {
|
|
|
38618
39081
|
}
|
|
38619
39082
|
}
|
|
38620
39083
|
},
|
|
38621
|
-
"disabled": {
|
|
38622
|
-
"name": "disabled",
|
|
38623
|
-
"global": false,
|
|
38624
|
-
"description": "",
|
|
38625
|
-
"tags": [],
|
|
38626
|
-
"required": false,
|
|
38627
|
-
"type": "boolean | undefined",
|
|
38628
|
-
"schema": "boolean | undefined"
|
|
38629
|
-
},
|
|
38630
39084
|
"to": {
|
|
38631
39085
|
"name": "to",
|
|
38632
39086
|
"global": false,
|
|
@@ -38877,6 +39331,15 @@ const B24UIMeta = {
|
|
|
38877
39331
|
"type": "boolean | undefined",
|
|
38878
39332
|
"schema": "boolean | undefined"
|
|
38879
39333
|
},
|
|
39334
|
+
"disabled": {
|
|
39335
|
+
"name": "disabled",
|
|
39336
|
+
"global": false,
|
|
39337
|
+
"description": "",
|
|
39338
|
+
"tags": [],
|
|
39339
|
+
"required": false,
|
|
39340
|
+
"type": "boolean | undefined",
|
|
39341
|
+
"schema": "boolean | undefined"
|
|
39342
|
+
},
|
|
38880
39343
|
"active": {
|
|
38881
39344
|
"name": "active",
|
|
38882
39345
|
"global": false,
|
|
@@ -39597,15 +40060,6 @@ const B24UIMeta = {
|
|
|
39597
40060
|
}
|
|
39598
40061
|
}
|
|
39599
40062
|
},
|
|
39600
|
-
"disabled": {
|
|
39601
|
-
"name": "disabled",
|
|
39602
|
-
"global": false,
|
|
39603
|
-
"description": "",
|
|
39604
|
-
"tags": [],
|
|
39605
|
-
"required": false,
|
|
39606
|
-
"type": "boolean | undefined",
|
|
39607
|
-
"schema": "boolean | undefined"
|
|
39608
|
-
},
|
|
39609
40063
|
"to": {
|
|
39610
40064
|
"name": "to",
|
|
39611
40065
|
"global": false,
|
|
@@ -39856,6 +40310,15 @@ const B24UIMeta = {
|
|
|
39856
40310
|
"type": "boolean | undefined",
|
|
39857
40311
|
"schema": "boolean | undefined"
|
|
39858
40312
|
},
|
|
40313
|
+
"disabled": {
|
|
40314
|
+
"name": "disabled",
|
|
40315
|
+
"global": false,
|
|
40316
|
+
"description": "",
|
|
40317
|
+
"tags": [],
|
|
40318
|
+
"required": false,
|
|
40319
|
+
"type": "boolean | undefined",
|
|
40320
|
+
"schema": "boolean | undefined"
|
|
40321
|
+
},
|
|
39859
40322
|
"active": {
|
|
39860
40323
|
"name": "active",
|
|
39861
40324
|
"global": false,
|
|
@@ -40576,15 +41039,6 @@ const B24UIMeta = {
|
|
|
40576
41039
|
}
|
|
40577
41040
|
}
|
|
40578
41041
|
},
|
|
40579
|
-
"disabled": {
|
|
40580
|
-
"name": "disabled",
|
|
40581
|
-
"global": false,
|
|
40582
|
-
"description": "",
|
|
40583
|
-
"tags": [],
|
|
40584
|
-
"required": false,
|
|
40585
|
-
"type": "boolean | undefined",
|
|
40586
|
-
"schema": "boolean | undefined"
|
|
40587
|
-
},
|
|
40588
41042
|
"to": {
|
|
40589
41043
|
"name": "to",
|
|
40590
41044
|
"global": false,
|
|
@@ -40835,6 +41289,15 @@ const B24UIMeta = {
|
|
|
40835
41289
|
"type": "boolean | undefined",
|
|
40836
41290
|
"schema": "boolean | undefined"
|
|
40837
41291
|
},
|
|
41292
|
+
"disabled": {
|
|
41293
|
+
"name": "disabled",
|
|
41294
|
+
"global": false,
|
|
41295
|
+
"description": "",
|
|
41296
|
+
"tags": [],
|
|
41297
|
+
"required": false,
|
|
41298
|
+
"type": "boolean | undefined",
|
|
41299
|
+
"schema": "boolean | undefined"
|
|
41300
|
+
},
|
|
40838
41301
|
"active": {
|
|
40839
41302
|
"name": "active",
|
|
40840
41303
|
"global": false,
|