@bitrix24/b24ui-nuxt 0.3.3 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nuxt/b24ui/container.ts +1 -1
- package/.nuxt/b24ui/index.ts +1 -0
- package/.nuxt/b24ui/slideover.ts +101 -0
- package/.nuxt/b24ui/toaster.ts +1 -1
- 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/composables/useAppConfig.d.ts +1 -0
- package/dist/runtime/vue/composables/useAppConfig.js +2 -0
- package/dist/runtime/vue/stubs.d.ts +10 -0
- package/dist/runtime/vue/stubs.js +22 -0
- package/dist/shared/{b24ui-nuxt.BTln9cW-.mjs → b24ui-nuxt.CeQRWQD-.mjs} +121 -2
- package/dist/shared/{b24ui-nuxt.ngV6AJEg.cjs → b24ui-nuxt.M7bz91Io.cjs} +121 -2
- 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 +1 -1
- 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,6 +961,15 @@ 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
|
+
},
|
|
964
973
|
"to": {
|
|
965
974
|
"name": "to",
|
|
966
975
|
"global": false,
|
|
@@ -1211,15 +1220,6 @@ const B24UIMeta = {
|
|
|
1211
1220
|
"type": "boolean | undefined",
|
|
1212
1221
|
"schema": "boolean | undefined"
|
|
1213
1222
|
},
|
|
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,6 +3484,23 @@ 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
|
+
},
|
|
3487
3504
|
{
|
|
3488
3505
|
"name": "to",
|
|
3489
3506
|
"global": false,
|
|
@@ -3779,23 +3796,6 @@ const B24UIMeta = {
|
|
|
3779
3796
|
}
|
|
3780
3797
|
}
|
|
3781
3798
|
},
|
|
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": "name",
|
|
4560
4560
|
"global": false,
|
|
4561
|
-
"description": "
|
|
4561
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
4562
4562
|
"tags": [],
|
|
4563
4563
|
"required": false,
|
|
4564
|
-
"type": "
|
|
4564
|
+
"type": "string | undefined",
|
|
4565
4565
|
"schema": {
|
|
4566
4566
|
"kind": "enum",
|
|
4567
|
-
"type": "
|
|
4567
|
+
"type": "string | undefined",
|
|
4568
4568
|
"schema": {
|
|
4569
4569
|
"0": "undefined",
|
|
4570
|
-
"1": "
|
|
4571
|
-
"2": "true"
|
|
4570
|
+
"1": "string"
|
|
4572
4571
|
}
|
|
4573
4572
|
}
|
|
4574
4573
|
},
|
|
4575
4574
|
{
|
|
4576
|
-
"name": "
|
|
4575
|
+
"name": "disabled",
|
|
4577
4576
|
"global": false,
|
|
4578
|
-
"description": "
|
|
4577
|
+
"description": "When `true`, prevents the user from interacting with the checkbox",
|
|
4579
4578
|
"tags": [],
|
|
4580
4579
|
"required": false,
|
|
4581
|
-
"type": "
|
|
4580
|
+
"type": "boolean | undefined",
|
|
4582
4581
|
"schema": {
|
|
4583
4582
|
"kind": "enum",
|
|
4584
|
-
"type": "
|
|
4583
|
+
"type": "boolean | undefined",
|
|
4585
4584
|
"schema": {
|
|
4586
4585
|
"0": "undefined",
|
|
4587
|
-
"1": "
|
|
4586
|
+
"1": "false",
|
|
4587
|
+
"2": "true"
|
|
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\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
5716
5716
|
"schema": {
|
|
5717
5717
|
"kind": "enum",
|
|
5718
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
5718
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
5719
5719
|
"schema": {
|
|
5720
5720
|
"0": "undefined",
|
|
5721
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
5721
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
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\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
6496
6496
|
"schema": {
|
|
6497
6497
|
"kind": "enum",
|
|
6498
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6498
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
6499
6499
|
"schema": {
|
|
6500
6500
|
"0": "undefined",
|
|
6501
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6501
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
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\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
6892
6892
|
"schema": {
|
|
6893
6893
|
"kind": "enum",
|
|
6894
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6894
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
6895
6895
|
"schema": {
|
|
6896
6896
|
"0": "undefined",
|
|
6897
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6897
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
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\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
7842
7842
|
"schema": {
|
|
7843
7843
|
"kind": "enum",
|
|
7844
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7844
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
7845
7845
|
"schema": {
|
|
7846
7846
|
"0": "undefined",
|
|
7847
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7847
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
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\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
8792
8792
|
"schema": {
|
|
8793
8793
|
"kind": "enum",
|
|
8794
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8794
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
8795
8795
|
"schema": {
|
|
8796
8796
|
"0": "undefined",
|
|
8797
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8797
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
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\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
9742
9742
|
"schema": {
|
|
9743
9743
|
"kind": "enum",
|
|
9744
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9744
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
9745
9745
|
"schema": {
|
|
9746
9746
|
"0": "undefined",
|
|
9747
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9747
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
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\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
10872
10872
|
"schema": {
|
|
10873
10873
|
"kind": "enum",
|
|
10874
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10874
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
10875
10875
|
"schema": {
|
|
10876
10876
|
"0": "undefined",
|
|
10877
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10877
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
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\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
13758
13758
|
"schema": {
|
|
13759
13759
|
"kind": "enum",
|
|
13760
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
13760
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
13761
13761
|
"schema": {
|
|
13762
13762
|
"0": "undefined",
|
|
13763
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
13763
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
13764
13764
|
}
|
|
13765
13765
|
}
|
|
13766
13766
|
},
|
|
@@ -14505,35 +14505,35 @@ const B24UIMeta = {
|
|
|
14505
14505
|
}
|
|
14506
14506
|
},
|
|
14507
14507
|
{
|
|
14508
|
-
"name": "
|
|
14508
|
+
"name": "name",
|
|
14509
14509
|
"global": false,
|
|
14510
|
-
"description": "
|
|
14510
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
14511
14511
|
"tags": [],
|
|
14512
14512
|
"required": false,
|
|
14513
|
-
"type": "
|
|
14513
|
+
"type": "string | undefined",
|
|
14514
14514
|
"schema": {
|
|
14515
14515
|
"kind": "enum",
|
|
14516
|
-
"type": "
|
|
14516
|
+
"type": "string | undefined",
|
|
14517
14517
|
"schema": {
|
|
14518
14518
|
"0": "undefined",
|
|
14519
|
-
"1": "
|
|
14520
|
-
"2": "true"
|
|
14519
|
+
"1": "string"
|
|
14521
14520
|
}
|
|
14522
14521
|
}
|
|
14523
14522
|
},
|
|
14524
14523
|
{
|
|
14525
|
-
"name": "
|
|
14524
|
+
"name": "disabled",
|
|
14526
14525
|
"global": false,
|
|
14527
|
-
"description": "
|
|
14526
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
14528
14527
|
"tags": [],
|
|
14529
14528
|
"required": false,
|
|
14530
|
-
"type": "
|
|
14529
|
+
"type": "boolean | undefined",
|
|
14531
14530
|
"schema": {
|
|
14532
14531
|
"kind": "enum",
|
|
14533
|
-
"type": "
|
|
14532
|
+
"type": "boolean | undefined",
|
|
14534
14533
|
"schema": {
|
|
14535
14534
|
"0": "undefined",
|
|
14536
|
-
"1": "
|
|
14535
|
+
"1": "false",
|
|
14536
|
+
"2": "true"
|
|
14537
14537
|
}
|
|
14538
14538
|
}
|
|
14539
14539
|
},
|
|
@@ -19028,6 +19028,15 @@ 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
|
+
},
|
|
19031
19040
|
"to": {
|
|
19032
19041
|
"name": "to",
|
|
19033
19042
|
"global": false,
|
|
@@ -19278,15 +19287,6 @@ const B24UIMeta = {
|
|
|
19278
19287
|
"type": "boolean | undefined",
|
|
19279
19288
|
"schema": "boolean | undefined"
|
|
19280
19289
|
},
|
|
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,6 +19910,15 @@ 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
|
+
},
|
|
19913
19922
|
"to": {
|
|
19914
19923
|
"name": "to",
|
|
19915
19924
|
"global": false,
|
|
@@ -20160,15 +20169,6 @@ const B24UIMeta = {
|
|
|
20160
20169
|
"type": "boolean | undefined",
|
|
20161
20170
|
"schema": "boolean | undefined"
|
|
20162
20171
|
},
|
|
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,
|
|
@@ -20452,51 +20452,51 @@ const B24UIMeta = {
|
|
|
20452
20452
|
}
|
|
20453
20453
|
},
|
|
20454
20454
|
{
|
|
20455
|
-
"name": "
|
|
20455
|
+
"name": "name",
|
|
20456
20456
|
"global": false,
|
|
20457
|
-
"description": "
|
|
20457
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
20458
20458
|
"tags": [],
|
|
20459
20459
|
"required": false,
|
|
20460
|
-
"type": "
|
|
20460
|
+
"type": "string | undefined",
|
|
20461
20461
|
"schema": {
|
|
20462
20462
|
"kind": "enum",
|
|
20463
|
-
"type": "
|
|
20463
|
+
"type": "string | undefined",
|
|
20464
20464
|
"schema": {
|
|
20465
20465
|
"0": "undefined",
|
|
20466
|
-
"1": "
|
|
20467
|
-
"2": "true"
|
|
20466
|
+
"1": "string"
|
|
20468
20467
|
}
|
|
20469
20468
|
}
|
|
20470
20469
|
},
|
|
20471
20470
|
{
|
|
20472
|
-
"name": "
|
|
20471
|
+
"name": "disabled",
|
|
20473
20472
|
"global": false,
|
|
20474
|
-
"description": "
|
|
20473
|
+
"description": "When `true`, prevents the user from interacting with the Number Field.",
|
|
20475
20474
|
"tags": [],
|
|
20476
20475
|
"required": false,
|
|
20477
|
-
"type": "
|
|
20476
|
+
"type": "boolean | undefined",
|
|
20478
20477
|
"schema": {
|
|
20479
20478
|
"kind": "enum",
|
|
20480
|
-
"type": "
|
|
20479
|
+
"type": "boolean | undefined",
|
|
20481
20480
|
"schema": {
|
|
20482
20481
|
"0": "undefined",
|
|
20483
|
-
"1": "
|
|
20482
|
+
"1": "false",
|
|
20483
|
+
"2": "true"
|
|
20484
20484
|
}
|
|
20485
20485
|
}
|
|
20486
20486
|
},
|
|
20487
20487
|
{
|
|
20488
|
-
"name": "
|
|
20488
|
+
"name": "step",
|
|
20489
20489
|
"global": false,
|
|
20490
|
-
"description": "The
|
|
20490
|
+
"description": "The amount that the input value changes with each increment or decrement \"tick\".",
|
|
20491
20491
|
"tags": [],
|
|
20492
20492
|
"required": false,
|
|
20493
|
-
"type": "
|
|
20493
|
+
"type": "number | undefined",
|
|
20494
20494
|
"schema": {
|
|
20495
20495
|
"kind": "enum",
|
|
20496
|
-
"type": "
|
|
20496
|
+
"type": "number | undefined",
|
|
20497
20497
|
"schema": {
|
|
20498
20498
|
"0": "undefined",
|
|
20499
|
-
"1": "
|
|
20499
|
+
"1": "number"
|
|
20500
20500
|
}
|
|
20501
20501
|
}
|
|
20502
20502
|
},
|
|
@@ -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\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
21873
21873
|
"schema": {
|
|
21874
21874
|
"kind": "enum",
|
|
21875
|
-
"type": "Omit<DialogContentProps, \"as\" | \"
|
|
21875
|
+
"type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
21876
21876
|
"schema": {
|
|
21877
21877
|
"0": "undefined",
|
|
21878
|
-
"1": "Omit<DialogContentProps, \"as\" | \"
|
|
21878
|
+
"1": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
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": "name",
|
|
22868
22868
|
"global": false,
|
|
22869
|
-
"description": "
|
|
22869
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
22870
22870
|
"tags": [],
|
|
22871
22871
|
"required": false,
|
|
22872
|
-
"type": "
|
|
22872
|
+
"type": "string | undefined",
|
|
22873
22873
|
"schema": {
|
|
22874
22874
|
"kind": "enum",
|
|
22875
|
-
"type": "
|
|
22875
|
+
"type": "string | undefined",
|
|
22876
22876
|
"schema": {
|
|
22877
22877
|
"0": "undefined",
|
|
22878
|
-
"1": "
|
|
22879
|
-
"2": "true"
|
|
22878
|
+
"1": "string"
|
|
22880
22879
|
}
|
|
22881
22880
|
}
|
|
22882
22881
|
},
|
|
22883
22882
|
{
|
|
22884
|
-
"name": "
|
|
22883
|
+
"name": "disabled",
|
|
22885
22884
|
"global": false,
|
|
22886
|
-
"description": "
|
|
22885
|
+
"description": "When `true`, prevents the user from interacting with radio items.",
|
|
22887
22886
|
"tags": [],
|
|
22888
22887
|
"required": false,
|
|
22889
|
-
"type": "
|
|
22888
|
+
"type": "boolean | undefined",
|
|
22890
22889
|
"schema": {
|
|
22891
22890
|
"kind": "enum",
|
|
22892
|
-
"type": "
|
|
22891
|
+
"type": "boolean | undefined",
|
|
22893
22892
|
"schema": {
|
|
22894
22893
|
"0": "undefined",
|
|
22895
|
-
"1": "
|
|
22894
|
+
"1": "false",
|
|
22895
|
+
"2": "true"
|
|
22896
22896
|
}
|
|
22897
22897
|
}
|
|
22898
22898
|
},
|
|
@@ -23355,6 +23355,22 @@ 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
|
+
},
|
|
23358
23374
|
{
|
|
23359
23375
|
"name": "disabled",
|
|
23360
23376
|
"global": false,
|
|
@@ -23389,22 +23405,6 @@ const B24UIMeta = {
|
|
|
23389
23405
|
},
|
|
23390
23406
|
"default": "1"
|
|
23391
23407
|
},
|
|
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\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
23736
23736
|
"schema": {
|
|
23737
23737
|
"kind": "enum",
|
|
23738
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
23738
|
+
"type": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
23739
23739
|
"schema": {
|
|
23740
23740
|
"0": "undefined",
|
|
23741
|
-
"1": "Omit<SelectContentProps, \"as\" | \"
|
|
23741
|
+
"1": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
23742
23742
|
}
|
|
23743
23743
|
}
|
|
23744
23744
|
},
|
|
@@ -24322,35 +24322,35 @@ const B24UIMeta = {
|
|
|
24322
24322
|
}
|
|
24323
24323
|
},
|
|
24324
24324
|
{
|
|
24325
|
-
"name": "
|
|
24325
|
+
"name": "name",
|
|
24326
24326
|
"global": false,
|
|
24327
|
-
"description": "
|
|
24327
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
24328
24328
|
"tags": [],
|
|
24329
24329
|
"required": false,
|
|
24330
|
-
"type": "
|
|
24330
|
+
"type": "string | undefined",
|
|
24331
24331
|
"schema": {
|
|
24332
24332
|
"kind": "enum",
|
|
24333
|
-
"type": "
|
|
24333
|
+
"type": "string | undefined",
|
|
24334
24334
|
"schema": {
|
|
24335
24335
|
"0": "undefined",
|
|
24336
|
-
"1": "
|
|
24337
|
-
"2": "true"
|
|
24336
|
+
"1": "string"
|
|
24338
24337
|
}
|
|
24339
24338
|
}
|
|
24340
24339
|
},
|
|
24341
24340
|
{
|
|
24342
|
-
"name": "
|
|
24341
|
+
"name": "disabled",
|
|
24343
24342
|
"global": false,
|
|
24344
|
-
"description": "
|
|
24343
|
+
"description": "When `true`, prevents the user from interacting with Select",
|
|
24345
24344
|
"tags": [],
|
|
24346
24345
|
"required": false,
|
|
24347
|
-
"type": "
|
|
24346
|
+
"type": "boolean | undefined",
|
|
24348
24347
|
"schema": {
|
|
24349
24348
|
"kind": "enum",
|
|
24350
|
-
"type": "
|
|
24349
|
+
"type": "boolean | undefined",
|
|
24351
24350
|
"schema": {
|
|
24352
24351
|
"0": "undefined",
|
|
24353
|
-
"1": "
|
|
24352
|
+
"1": "false",
|
|
24353
|
+
"2": "true"
|
|
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\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
27275
27275
|
"schema": {
|
|
27276
27276
|
"kind": "enum",
|
|
27277
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27277
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
27278
27278
|
"schema": {
|
|
27279
27279
|
"0": "undefined",
|
|
27280
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
27280
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
27281
27281
|
}
|
|
27282
27282
|
}
|
|
27283
27283
|
},
|
|
@@ -27983,35 +27983,35 @@ const B24UIMeta = {
|
|
|
27983
27983
|
}
|
|
27984
27984
|
},
|
|
27985
27985
|
{
|
|
27986
|
-
"name": "
|
|
27986
|
+
"name": "name",
|
|
27987
27987
|
"global": false,
|
|
27988
|
-
"description": "
|
|
27988
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
27989
27989
|
"tags": [],
|
|
27990
27990
|
"required": false,
|
|
27991
|
-
"type": "
|
|
27991
|
+
"type": "string | undefined",
|
|
27992
27992
|
"schema": {
|
|
27993
27993
|
"kind": "enum",
|
|
27994
|
-
"type": "
|
|
27994
|
+
"type": "string | undefined",
|
|
27995
27995
|
"schema": {
|
|
27996
27996
|
"0": "undefined",
|
|
27997
|
-
"1": "
|
|
27998
|
-
"2": "true"
|
|
27997
|
+
"1": "string"
|
|
27999
27998
|
}
|
|
28000
27999
|
}
|
|
28001
28000
|
},
|
|
28002
28001
|
{
|
|
28003
|
-
"name": "
|
|
28002
|
+
"name": "disabled",
|
|
28004
28003
|
"global": false,
|
|
28005
|
-
"description": "
|
|
28004
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
28006
28005
|
"tags": [],
|
|
28007
28006
|
"required": false,
|
|
28008
|
-
"type": "
|
|
28007
|
+
"type": "boolean | undefined",
|
|
28009
28008
|
"schema": {
|
|
28010
28009
|
"kind": "enum",
|
|
28011
|
-
"type": "
|
|
28010
|
+
"type": "boolean | undefined",
|
|
28012
28011
|
"schema": {
|
|
28013
28012
|
"0": "undefined",
|
|
28014
|
-
"1": "
|
|
28013
|
+
"1": "false",
|
|
28014
|
+
"2": "true"
|
|
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\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
31896
|
+
"schema": {
|
|
31897
|
+
"kind": "enum",
|
|
31898
|
+
"type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
31899
|
+
"schema": {
|
|
31900
|
+
"0": "undefined",
|
|
31901
|
+
"1": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
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": "name",
|
|
32062
32525
|
"global": false,
|
|
32063
|
-
"description": "
|
|
32526
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
32064
32527
|
"tags": [],
|
|
32065
32528
|
"required": false,
|
|
32066
|
-
"type": "
|
|
32529
|
+
"type": "string | undefined",
|
|
32067
32530
|
"schema": {
|
|
32068
32531
|
"kind": "enum",
|
|
32069
|
-
"type": "
|
|
32532
|
+
"type": "string | undefined",
|
|
32070
32533
|
"schema": {
|
|
32071
32534
|
"0": "undefined",
|
|
32072
|
-
"1": "
|
|
32073
|
-
"2": "true"
|
|
32535
|
+
"1": "string"
|
|
32074
32536
|
}
|
|
32075
32537
|
}
|
|
32076
32538
|
},
|
|
32077
32539
|
{
|
|
32078
|
-
"name": "
|
|
32540
|
+
"name": "disabled",
|
|
32079
32541
|
"global": false,
|
|
32080
|
-
"description": "
|
|
32542
|
+
"description": "When `true`, prevents the user from interacting with the switch.",
|
|
32081
32543
|
"tags": [],
|
|
32082
32544
|
"required": false,
|
|
32083
|
-
"type": "
|
|
32545
|
+
"type": "boolean | undefined",
|
|
32084
32546
|
"schema": {
|
|
32085
32547
|
"kind": "enum",
|
|
32086
|
-
"type": "
|
|
32548
|
+
"type": "boolean | undefined",
|
|
32087
32549
|
"schema": {
|
|
32088
32550
|
"0": "undefined",
|
|
32089
|
-
"1": "
|
|
32551
|
+
"1": "false",
|
|
32552
|
+
"2": "true"
|
|
32090
32553
|
}
|
|
32091
32554
|
}
|
|
32092
32555
|
},
|
|
@@ -34751,6 +35214,15 @@ const B24UIMeta = {
|
|
|
34751
35214
|
}
|
|
34752
35215
|
}
|
|
34753
35216
|
},
|
|
35217
|
+
"disabled": {
|
|
35218
|
+
"name": "disabled",
|
|
35219
|
+
"global": false,
|
|
35220
|
+
"description": "",
|
|
35221
|
+
"tags": [],
|
|
35222
|
+
"required": false,
|
|
35223
|
+
"type": "boolean | undefined",
|
|
35224
|
+
"schema": "boolean | undefined"
|
|
35225
|
+
},
|
|
34754
35226
|
"to": {
|
|
34755
35227
|
"name": "to",
|
|
34756
35228
|
"global": false,
|
|
@@ -35001,15 +35473,6 @@ const B24UIMeta = {
|
|
|
35001
35473
|
"type": "boolean | undefined",
|
|
35002
35474
|
"schema": "boolean | undefined"
|
|
35003
35475
|
},
|
|
35004
|
-
"disabled": {
|
|
35005
|
-
"name": "disabled",
|
|
35006
|
-
"global": false,
|
|
35007
|
-
"description": "",
|
|
35008
|
-
"tags": [],
|
|
35009
|
-
"required": false,
|
|
35010
|
-
"type": "boolean | undefined",
|
|
35011
|
-
"schema": "boolean | undefined"
|
|
35012
|
-
},
|
|
35013
35476
|
"active": {
|
|
35014
35477
|
"name": "active",
|
|
35015
35478
|
"global": false,
|
|
@@ -36599,6 +37062,15 @@ const B24UIMeta = {
|
|
|
36599
37062
|
}
|
|
36600
37063
|
}
|
|
36601
37064
|
},
|
|
37065
|
+
"disabled": {
|
|
37066
|
+
"name": "disabled",
|
|
37067
|
+
"global": false,
|
|
37068
|
+
"description": "",
|
|
37069
|
+
"tags": [],
|
|
37070
|
+
"required": false,
|
|
37071
|
+
"type": "boolean | undefined",
|
|
37072
|
+
"schema": "boolean | undefined"
|
|
37073
|
+
},
|
|
36602
37074
|
"to": {
|
|
36603
37075
|
"name": "to",
|
|
36604
37076
|
"global": false,
|
|
@@ -36849,15 +37321,6 @@ const B24UIMeta = {
|
|
|
36849
37321
|
"type": "boolean | undefined",
|
|
36850
37322
|
"schema": "boolean | undefined"
|
|
36851
37323
|
},
|
|
36852
|
-
"disabled": {
|
|
36853
|
-
"name": "disabled",
|
|
36854
|
-
"global": false,
|
|
36855
|
-
"description": "",
|
|
36856
|
-
"tags": [],
|
|
36857
|
-
"required": false,
|
|
36858
|
-
"type": "boolean | undefined",
|
|
36859
|
-
"schema": "boolean | undefined"
|
|
36860
|
-
},
|
|
36861
37324
|
"active": {
|
|
36862
37325
|
"name": "active",
|
|
36863
37326
|
"global": false,
|
|
@@ -37639,6 +38102,15 @@ const B24UIMeta = {
|
|
|
37639
38102
|
}
|
|
37640
38103
|
}
|
|
37641
38104
|
},
|
|
38105
|
+
"disabled": {
|
|
38106
|
+
"name": "disabled",
|
|
38107
|
+
"global": false,
|
|
38108
|
+
"description": "",
|
|
38109
|
+
"tags": [],
|
|
38110
|
+
"required": false,
|
|
38111
|
+
"type": "boolean | undefined",
|
|
38112
|
+
"schema": "boolean | undefined"
|
|
38113
|
+
},
|
|
37642
38114
|
"to": {
|
|
37643
38115
|
"name": "to",
|
|
37644
38116
|
"global": false,
|
|
@@ -37889,15 +38361,6 @@ const B24UIMeta = {
|
|
|
37889
38361
|
"type": "boolean | undefined",
|
|
37890
38362
|
"schema": "boolean | undefined"
|
|
37891
38363
|
},
|
|
37892
|
-
"disabled": {
|
|
37893
|
-
"name": "disabled",
|
|
37894
|
-
"global": false,
|
|
37895
|
-
"description": "",
|
|
37896
|
-
"tags": [],
|
|
37897
|
-
"required": false,
|
|
37898
|
-
"type": "boolean | undefined",
|
|
37899
|
-
"schema": "boolean | undefined"
|
|
37900
|
-
},
|
|
37901
38364
|
"active": {
|
|
37902
38365
|
"name": "active",
|
|
37903
38366
|
"global": false,
|
|
@@ -38618,6 +39081,15 @@ const B24UIMeta = {
|
|
|
38618
39081
|
}
|
|
38619
39082
|
}
|
|
38620
39083
|
},
|
|
39084
|
+
"disabled": {
|
|
39085
|
+
"name": "disabled",
|
|
39086
|
+
"global": false,
|
|
39087
|
+
"description": "",
|
|
39088
|
+
"tags": [],
|
|
39089
|
+
"required": false,
|
|
39090
|
+
"type": "boolean | undefined",
|
|
39091
|
+
"schema": "boolean | undefined"
|
|
39092
|
+
},
|
|
38621
39093
|
"to": {
|
|
38622
39094
|
"name": "to",
|
|
38623
39095
|
"global": false,
|
|
@@ -38868,15 +39340,6 @@ const B24UIMeta = {
|
|
|
38868
39340
|
"type": "boolean | undefined",
|
|
38869
39341
|
"schema": "boolean | undefined"
|
|
38870
39342
|
},
|
|
38871
|
-
"disabled": {
|
|
38872
|
-
"name": "disabled",
|
|
38873
|
-
"global": false,
|
|
38874
|
-
"description": "",
|
|
38875
|
-
"tags": [],
|
|
38876
|
-
"required": false,
|
|
38877
|
-
"type": "boolean | undefined",
|
|
38878
|
-
"schema": "boolean | undefined"
|
|
38879
|
-
},
|
|
38880
39343
|
"active": {
|
|
38881
39344
|
"name": "active",
|
|
38882
39345
|
"global": false,
|
|
@@ -39597,6 +40060,15 @@ const B24UIMeta = {
|
|
|
39597
40060
|
}
|
|
39598
40061
|
}
|
|
39599
40062
|
},
|
|
40063
|
+
"disabled": {
|
|
40064
|
+
"name": "disabled",
|
|
40065
|
+
"global": false,
|
|
40066
|
+
"description": "",
|
|
40067
|
+
"tags": [],
|
|
40068
|
+
"required": false,
|
|
40069
|
+
"type": "boolean | undefined",
|
|
40070
|
+
"schema": "boolean | undefined"
|
|
40071
|
+
},
|
|
39600
40072
|
"to": {
|
|
39601
40073
|
"name": "to",
|
|
39602
40074
|
"global": false,
|
|
@@ -39847,15 +40319,6 @@ const B24UIMeta = {
|
|
|
39847
40319
|
"type": "boolean | undefined",
|
|
39848
40320
|
"schema": "boolean | undefined"
|
|
39849
40321
|
},
|
|
39850
|
-
"disabled": {
|
|
39851
|
-
"name": "disabled",
|
|
39852
|
-
"global": false,
|
|
39853
|
-
"description": "",
|
|
39854
|
-
"tags": [],
|
|
39855
|
-
"required": false,
|
|
39856
|
-
"type": "boolean | undefined",
|
|
39857
|
-
"schema": "boolean | undefined"
|
|
39858
|
-
},
|
|
39859
40322
|
"active": {
|
|
39860
40323
|
"name": "active",
|
|
39861
40324
|
"global": false,
|
|
@@ -40576,6 +41039,15 @@ const B24UIMeta = {
|
|
|
40576
41039
|
}
|
|
40577
41040
|
}
|
|
40578
41041
|
},
|
|
41042
|
+
"disabled": {
|
|
41043
|
+
"name": "disabled",
|
|
41044
|
+
"global": false,
|
|
41045
|
+
"description": "",
|
|
41046
|
+
"tags": [],
|
|
41047
|
+
"required": false,
|
|
41048
|
+
"type": "boolean | undefined",
|
|
41049
|
+
"schema": "boolean | undefined"
|
|
41050
|
+
},
|
|
40579
41051
|
"to": {
|
|
40580
41052
|
"name": "to",
|
|
40581
41053
|
"global": false,
|
|
@@ -40826,15 +41298,6 @@ const B24UIMeta = {
|
|
|
40826
41298
|
"type": "boolean | undefined",
|
|
40827
41299
|
"schema": "boolean | undefined"
|
|
40828
41300
|
},
|
|
40829
|
-
"disabled": {
|
|
40830
|
-
"name": "disabled",
|
|
40831
|
-
"global": false,
|
|
40832
|
-
"description": "",
|
|
40833
|
-
"tags": [],
|
|
40834
|
-
"required": false,
|
|
40835
|
-
"type": "boolean | undefined",
|
|
40836
|
-
"schema": "boolean | undefined"
|
|
40837
|
-
},
|
|
40838
41301
|
"active": {
|
|
40839
41302
|
"name": "active",
|
|
40840
41303
|
"global": false,
|