@bitrix24/b24ui-nuxt 0.2.5 → 0.2.6
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/modal.ts +2 -2
- package/cli/package.json +1 -1
- package/dist/meta.cjs +318 -268
- package/dist/meta.d.cts +318 -268
- package/dist/meta.d.mts +318 -268
- package/dist/meta.d.ts +318 -268
- package/dist/meta.mjs +318 -268
- package/dist/module.cjs +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/DropdownMenu.vue +8 -0
- package/dist/runtime/components/DropdownMenuContent.vue +5 -3
- package/dist/runtime/components/InputNumber.vue +3 -2
- package/dist/runtime/components/Textarea.vue +2 -1
- package/dist/runtime/vue/components/Link.vue +90 -18
- package/dist/shared/{b24ui-nuxt.BYTVBEky.mjs → b24ui-nuxt.CAS1q3My.mjs} +5 -6
- package/dist/shared/{b24ui-nuxt.BfbMerCZ.cjs → b24ui-nuxt.D-N3gDSr.cjs} +5 -6
- package/dist/unplugin.cjs +1 -1
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +16 -16
package/dist/meta.cjs
CHANGED
|
@@ -1009,15 +1009,6 @@ const B24UIMeta = {
|
|
|
1009
1009
|
}
|
|
1010
1010
|
}
|
|
1011
1011
|
},
|
|
1012
|
-
"disabled": {
|
|
1013
|
-
"name": "disabled",
|
|
1014
|
-
"global": false,
|
|
1015
|
-
"description": "",
|
|
1016
|
-
"tags": [],
|
|
1017
|
-
"required": false,
|
|
1018
|
-
"type": "boolean | undefined",
|
|
1019
|
-
"schema": "boolean | undefined"
|
|
1020
|
-
},
|
|
1021
1012
|
"to": {
|
|
1022
1013
|
"name": "to",
|
|
1023
1014
|
"global": false,
|
|
@@ -1268,6 +1259,15 @@ const B24UIMeta = {
|
|
|
1268
1259
|
"type": "boolean | undefined",
|
|
1269
1260
|
"schema": "boolean | undefined"
|
|
1270
1261
|
},
|
|
1262
|
+
"disabled": {
|
|
1263
|
+
"name": "disabled",
|
|
1264
|
+
"global": false,
|
|
1265
|
+
"description": "",
|
|
1266
|
+
"tags": [],
|
|
1267
|
+
"required": false,
|
|
1268
|
+
"type": "boolean | undefined",
|
|
1269
|
+
"schema": "boolean | undefined"
|
|
1270
|
+
},
|
|
1271
1271
|
"active": {
|
|
1272
1272
|
"name": "active",
|
|
1273
1273
|
"global": false,
|
|
@@ -1890,15 +1890,6 @@ const B24UIMeta = {
|
|
|
1890
1890
|
}
|
|
1891
1891
|
}
|
|
1892
1892
|
},
|
|
1893
|
-
"disabled": {
|
|
1894
|
-
"name": "disabled",
|
|
1895
|
-
"global": false,
|
|
1896
|
-
"description": "",
|
|
1897
|
-
"tags": [],
|
|
1898
|
-
"required": false,
|
|
1899
|
-
"type": "boolean | undefined",
|
|
1900
|
-
"schema": "boolean | undefined"
|
|
1901
|
-
},
|
|
1902
1893
|
"to": {
|
|
1903
1894
|
"name": "to",
|
|
1904
1895
|
"global": false,
|
|
@@ -2149,6 +2140,15 @@ const B24UIMeta = {
|
|
|
2149
2140
|
"type": "boolean | undefined",
|
|
2150
2141
|
"schema": "boolean | undefined"
|
|
2151
2142
|
},
|
|
2143
|
+
"disabled": {
|
|
2144
|
+
"name": "disabled",
|
|
2145
|
+
"global": false,
|
|
2146
|
+
"description": "",
|
|
2147
|
+
"tags": [],
|
|
2148
|
+
"required": false,
|
|
2149
|
+
"type": "boolean | undefined",
|
|
2150
|
+
"schema": "boolean | undefined"
|
|
2151
|
+
},
|
|
2152
2152
|
"active": {
|
|
2153
2153
|
"name": "active",
|
|
2154
2154
|
"global": false,
|
|
@@ -4432,23 +4432,6 @@ const B24UIMeta = {
|
|
|
4432
4432
|
},
|
|
4433
4433
|
"default": "\"button\""
|
|
4434
4434
|
},
|
|
4435
|
-
{
|
|
4436
|
-
"name": "disabled",
|
|
4437
|
-
"global": false,
|
|
4438
|
-
"description": "",
|
|
4439
|
-
"tags": [],
|
|
4440
|
-
"required": false,
|
|
4441
|
-
"type": "boolean | undefined",
|
|
4442
|
-
"schema": {
|
|
4443
|
-
"kind": "enum",
|
|
4444
|
-
"type": "boolean | undefined",
|
|
4445
|
-
"schema": {
|
|
4446
|
-
"0": "undefined",
|
|
4447
|
-
"1": "false",
|
|
4448
|
-
"2": "true"
|
|
4449
|
-
}
|
|
4450
|
-
}
|
|
4451
|
-
},
|
|
4452
4435
|
{
|
|
4453
4436
|
"name": "to",
|
|
4454
4437
|
"global": false,
|
|
@@ -4744,6 +4727,23 @@ const B24UIMeta = {
|
|
|
4744
4727
|
}
|
|
4745
4728
|
}
|
|
4746
4729
|
},
|
|
4730
|
+
{
|
|
4731
|
+
"name": "disabled",
|
|
4732
|
+
"global": false,
|
|
4733
|
+
"description": "",
|
|
4734
|
+
"tags": [],
|
|
4735
|
+
"required": false,
|
|
4736
|
+
"type": "boolean | undefined",
|
|
4737
|
+
"schema": {
|
|
4738
|
+
"kind": "enum",
|
|
4739
|
+
"type": "boolean | undefined",
|
|
4740
|
+
"schema": {
|
|
4741
|
+
"0": "undefined",
|
|
4742
|
+
"1": "false",
|
|
4743
|
+
"2": "true"
|
|
4744
|
+
}
|
|
4745
|
+
}
|
|
4746
|
+
},
|
|
4747
4747
|
{
|
|
4748
4748
|
"name": "active",
|
|
4749
4749
|
"global": false,
|
|
@@ -5504,35 +5504,35 @@ const B24UIMeta = {
|
|
|
5504
5504
|
}
|
|
5505
5505
|
},
|
|
5506
5506
|
{
|
|
5507
|
-
"name": "
|
|
5507
|
+
"name": "disabled",
|
|
5508
5508
|
"global": false,
|
|
5509
|
-
"description": "
|
|
5509
|
+
"description": "When `true`, prevents the user from interacting with the checkbox",
|
|
5510
5510
|
"tags": [],
|
|
5511
5511
|
"required": false,
|
|
5512
|
-
"type": "
|
|
5512
|
+
"type": "boolean | undefined",
|
|
5513
5513
|
"schema": {
|
|
5514
5514
|
"kind": "enum",
|
|
5515
|
-
"type": "
|
|
5515
|
+
"type": "boolean | undefined",
|
|
5516
5516
|
"schema": {
|
|
5517
5517
|
"0": "undefined",
|
|
5518
|
-
"1": "
|
|
5518
|
+
"1": "false",
|
|
5519
|
+
"2": "true"
|
|
5519
5520
|
}
|
|
5520
5521
|
}
|
|
5521
5522
|
},
|
|
5522
5523
|
{
|
|
5523
|
-
"name": "
|
|
5524
|
+
"name": "name",
|
|
5524
5525
|
"global": false,
|
|
5525
|
-
"description": "
|
|
5526
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
5526
5527
|
"tags": [],
|
|
5527
5528
|
"required": false,
|
|
5528
|
-
"type": "
|
|
5529
|
+
"type": "string | undefined",
|
|
5529
5530
|
"schema": {
|
|
5530
5531
|
"kind": "enum",
|
|
5531
|
-
"type": "
|
|
5532
|
+
"type": "string | undefined",
|
|
5532
5533
|
"schema": {
|
|
5533
5534
|
"0": "undefined",
|
|
5534
|
-
"1": "
|
|
5535
|
-
"2": "true"
|
|
5535
|
+
"1": "string"
|
|
5536
5536
|
}
|
|
5537
5537
|
}
|
|
5538
5538
|
},
|
|
@@ -6692,13 +6692,13 @@ const B24UIMeta = {
|
|
|
6692
6692
|
"description": "",
|
|
6693
6693
|
"tags": [],
|
|
6694
6694
|
"required": false,
|
|
6695
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6695
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
6696
6696
|
"schema": {
|
|
6697
6697
|
"kind": "enum",
|
|
6698
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6698
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
6699
6699
|
"schema": {
|
|
6700
6700
|
"0": "undefined",
|
|
6701
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6701
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
6702
6702
|
}
|
|
6703
6703
|
}
|
|
6704
6704
|
},
|
|
@@ -7433,6 +7433,34 @@ const B24UIMeta = {
|
|
|
7433
7433
|
}
|
|
7434
7434
|
}
|
|
7435
7435
|
},
|
|
7436
|
+
{
|
|
7437
|
+
"name": "externalIcon",
|
|
7438
|
+
"global": false,
|
|
7439
|
+
"description": "The icon displayed when the item is an external link.\nSet to `false` to hide the external icon.",
|
|
7440
|
+
"tags": [
|
|
7441
|
+
{
|
|
7442
|
+
"name": "defaultValue",
|
|
7443
|
+
"text": "icons.external = `OpenIn50Icon`"
|
|
7444
|
+
}
|
|
7445
|
+
],
|
|
7446
|
+
"required": false,
|
|
7447
|
+
"type": "boolean | IconComponent | undefined",
|
|
7448
|
+
"schema": {
|
|
7449
|
+
"kind": "enum",
|
|
7450
|
+
"type": "boolean | IconComponent | undefined",
|
|
7451
|
+
"schema": {
|
|
7452
|
+
"0": "undefined",
|
|
7453
|
+
"1": "false",
|
|
7454
|
+
"2": "true",
|
|
7455
|
+
"3": {
|
|
7456
|
+
"kind": "event",
|
|
7457
|
+
"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",
|
|
7458
|
+
"schema": []
|
|
7459
|
+
}
|
|
7460
|
+
}
|
|
7461
|
+
},
|
|
7462
|
+
"default": "true"
|
|
7463
|
+
},
|
|
7436
7464
|
{
|
|
7437
7465
|
"name": "content",
|
|
7438
7466
|
"global": false,
|
|
@@ -7444,13 +7472,13 @@ const B24UIMeta = {
|
|
|
7444
7472
|
}
|
|
7445
7473
|
],
|
|
7446
7474
|
"required": false,
|
|
7447
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7475
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
7448
7476
|
"schema": {
|
|
7449
7477
|
"kind": "enum",
|
|
7450
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7478
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
7451
7479
|
"schema": {
|
|
7452
7480
|
"0": "undefined",
|
|
7453
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7481
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
7454
7482
|
}
|
|
7455
7483
|
}
|
|
7456
7484
|
},
|
|
@@ -7856,13 +7884,13 @@ const B24UIMeta = {
|
|
|
7856
7884
|
"description": "",
|
|
7857
7885
|
"tags": [],
|
|
7858
7886
|
"required": false,
|
|
7859
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7887
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
7860
7888
|
"schema": {
|
|
7861
7889
|
"kind": "enum",
|
|
7862
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7890
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
7863
7891
|
"schema": {
|
|
7864
7892
|
"0": "undefined",
|
|
7865
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7893
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
7866
7894
|
}
|
|
7867
7895
|
}
|
|
7868
7896
|
},
|
|
@@ -8822,13 +8850,13 @@ const B24UIMeta = {
|
|
|
8822
8850
|
"description": "",
|
|
8823
8851
|
"tags": [],
|
|
8824
8852
|
"required": false,
|
|
8825
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8853
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
8826
8854
|
"schema": {
|
|
8827
8855
|
"kind": "enum",
|
|
8828
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8856
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
8829
8857
|
"schema": {
|
|
8830
8858
|
"0": "undefined",
|
|
8831
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8859
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
8832
8860
|
}
|
|
8833
8861
|
}
|
|
8834
8862
|
},
|
|
@@ -9788,13 +9816,13 @@ const B24UIMeta = {
|
|
|
9788
9816
|
"description": "",
|
|
9789
9817
|
"tags": [],
|
|
9790
9818
|
"required": false,
|
|
9791
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9819
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
9792
9820
|
"schema": {
|
|
9793
9821
|
"kind": "enum",
|
|
9794
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9822
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
9795
9823
|
"schema": {
|
|
9796
9824
|
"0": "undefined",
|
|
9797
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9825
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
9798
9826
|
}
|
|
9799
9827
|
}
|
|
9800
9828
|
},
|
|
@@ -10754,13 +10782,13 @@ const B24UIMeta = {
|
|
|
10754
10782
|
"description": "",
|
|
10755
10783
|
"tags": [],
|
|
10756
10784
|
"required": false,
|
|
10757
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10785
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
10758
10786
|
"schema": {
|
|
10759
10787
|
"kind": "enum",
|
|
10760
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10788
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
10761
10789
|
"schema": {
|
|
10762
10790
|
"0": "undefined",
|
|
10763
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10791
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
10764
10792
|
}
|
|
10765
10793
|
}
|
|
10766
10794
|
},
|
|
@@ -11900,13 +11928,13 @@ const B24UIMeta = {
|
|
|
11900
11928
|
"description": "",
|
|
11901
11929
|
"tags": [],
|
|
11902
11930
|
"required": false,
|
|
11903
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
11931
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
11904
11932
|
"schema": {
|
|
11905
11933
|
"kind": "enum",
|
|
11906
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
11934
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
11907
11935
|
"schema": {
|
|
11908
11936
|
"0": "undefined",
|
|
11909
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
11937
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
11910
11938
|
}
|
|
11911
11939
|
}
|
|
11912
11940
|
},
|
|
@@ -12670,6 +12698,28 @@ const B24UIMeta = {
|
|
|
12670
12698
|
}
|
|
12671
12699
|
}
|
|
12672
12700
|
},
|
|
12701
|
+
{
|
|
12702
|
+
"name": "externalIcon",
|
|
12703
|
+
"global": false,
|
|
12704
|
+
"description": "",
|
|
12705
|
+
"tags": [],
|
|
12706
|
+
"required": false,
|
|
12707
|
+
"type": "boolean | IconComponent | undefined",
|
|
12708
|
+
"schema": {
|
|
12709
|
+
"kind": "enum",
|
|
12710
|
+
"type": "boolean | IconComponent | undefined",
|
|
12711
|
+
"schema": {
|
|
12712
|
+
"0": "undefined",
|
|
12713
|
+
"1": "false",
|
|
12714
|
+
"2": "true",
|
|
12715
|
+
"3": {
|
|
12716
|
+
"kind": "event",
|
|
12717
|
+
"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",
|
|
12718
|
+
"schema": []
|
|
12719
|
+
}
|
|
12720
|
+
}
|
|
12721
|
+
}
|
|
12722
|
+
},
|
|
12673
12723
|
{
|
|
12674
12724
|
"name": "b24uiOverride",
|
|
12675
12725
|
"global": false,
|
|
@@ -12735,15 +12785,15 @@ const B24UIMeta = {
|
|
|
12735
12785
|
}
|
|
12736
12786
|
],
|
|
12737
12787
|
"required": false,
|
|
12738
|
-
"type": "\"start\" | \"
|
|
12788
|
+
"type": "\"start\" | \"center\" | \"end\" | undefined",
|
|
12739
12789
|
"schema": {
|
|
12740
12790
|
"kind": "enum",
|
|
12741
|
-
"type": "\"start\" | \"
|
|
12791
|
+
"type": "\"start\" | \"center\" | \"end\" | undefined",
|
|
12742
12792
|
"schema": {
|
|
12743
12793
|
"0": "undefined",
|
|
12744
12794
|
"1": "\"start\"",
|
|
12745
|
-
"2": "\"
|
|
12746
|
-
"3": "\"
|
|
12795
|
+
"2": "\"center\"",
|
|
12796
|
+
"3": "\"end\""
|
|
12747
12797
|
}
|
|
12748
12798
|
}
|
|
12749
12799
|
},
|
|
@@ -14762,13 +14812,13 @@ const B24UIMeta = {
|
|
|
14762
14812
|
}
|
|
14763
14813
|
],
|
|
14764
14814
|
"required": false,
|
|
14765
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
14815
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
14766
14816
|
"schema": {
|
|
14767
14817
|
"kind": "enum",
|
|
14768
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
14818
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
14769
14819
|
"schema": {
|
|
14770
14820
|
"0": "undefined",
|
|
14771
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
14821
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
14772
14822
|
}
|
|
14773
14823
|
}
|
|
14774
14824
|
},
|
|
@@ -15506,35 +15556,35 @@ const B24UIMeta = {
|
|
|
15506
15556
|
}
|
|
15507
15557
|
},
|
|
15508
15558
|
{
|
|
15509
|
-
"name": "
|
|
15559
|
+
"name": "disabled",
|
|
15510
15560
|
"global": false,
|
|
15511
|
-
"description": "
|
|
15561
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
15512
15562
|
"tags": [],
|
|
15513
15563
|
"required": false,
|
|
15514
|
-
"type": "
|
|
15564
|
+
"type": "boolean | undefined",
|
|
15515
15565
|
"schema": {
|
|
15516
15566
|
"kind": "enum",
|
|
15517
|
-
"type": "
|
|
15567
|
+
"type": "boolean | undefined",
|
|
15518
15568
|
"schema": {
|
|
15519
15569
|
"0": "undefined",
|
|
15520
|
-
"1": "
|
|
15570
|
+
"1": "false",
|
|
15571
|
+
"2": "true"
|
|
15521
15572
|
}
|
|
15522
15573
|
}
|
|
15523
15574
|
},
|
|
15524
15575
|
{
|
|
15525
|
-
"name": "
|
|
15576
|
+
"name": "name",
|
|
15526
15577
|
"global": false,
|
|
15527
|
-
"description": "
|
|
15578
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
15528
15579
|
"tags": [],
|
|
15529
15580
|
"required": false,
|
|
15530
|
-
"type": "
|
|
15581
|
+
"type": "string | undefined",
|
|
15531
15582
|
"schema": {
|
|
15532
15583
|
"kind": "enum",
|
|
15533
|
-
"type": "
|
|
15584
|
+
"type": "string | undefined",
|
|
15534
15585
|
"schema": {
|
|
15535
15586
|
"0": "undefined",
|
|
15536
|
-
"1": "
|
|
15537
|
-
"2": "true"
|
|
15587
|
+
"1": "string"
|
|
15538
15588
|
}
|
|
15539
15589
|
}
|
|
15540
15590
|
},
|
|
@@ -19555,22 +19605,6 @@ const B24UIMeta = {
|
|
|
19555
19605
|
}
|
|
19556
19606
|
}
|
|
19557
19607
|
},
|
|
19558
|
-
{
|
|
19559
|
-
"name": "b24ui",
|
|
19560
|
-
"global": false,
|
|
19561
|
-
"description": "",
|
|
19562
|
-
"tags": [],
|
|
19563
|
-
"required": false,
|
|
19564
|
-
"type": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
|
|
19565
|
-
"schema": {
|
|
19566
|
-
"kind": "enum",
|
|
19567
|
-
"type": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
|
|
19568
|
-
"schema": {
|
|
19569
|
-
"0": "undefined",
|
|
19570
|
-
"1": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }>"
|
|
19571
|
-
}
|
|
19572
|
-
}
|
|
19573
|
-
},
|
|
19574
19608
|
{
|
|
19575
19609
|
"name": "orientation",
|
|
19576
19610
|
"global": false,
|
|
@@ -20021,15 +20055,6 @@ const B24UIMeta = {
|
|
|
20021
20055
|
}
|
|
20022
20056
|
}
|
|
20023
20057
|
},
|
|
20024
|
-
"disabled": {
|
|
20025
|
-
"name": "disabled",
|
|
20026
|
-
"global": false,
|
|
20027
|
-
"description": "",
|
|
20028
|
-
"tags": [],
|
|
20029
|
-
"required": false,
|
|
20030
|
-
"type": "boolean | undefined",
|
|
20031
|
-
"schema": "boolean | undefined"
|
|
20032
|
-
},
|
|
20033
20058
|
"to": {
|
|
20034
20059
|
"name": "to",
|
|
20035
20060
|
"global": false,
|
|
@@ -20280,6 +20305,15 @@ const B24UIMeta = {
|
|
|
20280
20305
|
"type": "boolean | undefined",
|
|
20281
20306
|
"schema": "boolean | undefined"
|
|
20282
20307
|
},
|
|
20308
|
+
"disabled": {
|
|
20309
|
+
"name": "disabled",
|
|
20310
|
+
"global": false,
|
|
20311
|
+
"description": "",
|
|
20312
|
+
"tags": [],
|
|
20313
|
+
"required": false,
|
|
20314
|
+
"type": "boolean | undefined",
|
|
20315
|
+
"schema": "boolean | undefined"
|
|
20316
|
+
},
|
|
20283
20317
|
"active": {
|
|
20284
20318
|
"name": "active",
|
|
20285
20319
|
"global": false,
|
|
@@ -20919,15 +20953,6 @@ const B24UIMeta = {
|
|
|
20919
20953
|
}
|
|
20920
20954
|
}
|
|
20921
20955
|
},
|
|
20922
|
-
"disabled": {
|
|
20923
|
-
"name": "disabled",
|
|
20924
|
-
"global": false,
|
|
20925
|
-
"description": "",
|
|
20926
|
-
"tags": [],
|
|
20927
|
-
"required": false,
|
|
20928
|
-
"type": "boolean | undefined",
|
|
20929
|
-
"schema": "boolean | undefined"
|
|
20930
|
-
},
|
|
20931
20956
|
"to": {
|
|
20932
20957
|
"name": "to",
|
|
20933
20958
|
"global": false,
|
|
@@ -21178,6 +21203,15 @@ const B24UIMeta = {
|
|
|
21178
21203
|
"type": "boolean | undefined",
|
|
21179
21204
|
"schema": "boolean | undefined"
|
|
21180
21205
|
},
|
|
21206
|
+
"disabled": {
|
|
21207
|
+
"name": "disabled",
|
|
21208
|
+
"global": false,
|
|
21209
|
+
"description": "",
|
|
21210
|
+
"tags": [],
|
|
21211
|
+
"required": false,
|
|
21212
|
+
"type": "boolean | undefined",
|
|
21213
|
+
"schema": "boolean | undefined"
|
|
21214
|
+
},
|
|
21181
21215
|
"active": {
|
|
21182
21216
|
"name": "active",
|
|
21183
21217
|
"global": false,
|
|
@@ -21445,18 +21479,18 @@ const B24UIMeta = {
|
|
|
21445
21479
|
}
|
|
21446
21480
|
},
|
|
21447
21481
|
{
|
|
21448
|
-
"name": "
|
|
21482
|
+
"name": "b24ui",
|
|
21449
21483
|
"global": false,
|
|
21450
|
-
"description": "
|
|
21484
|
+
"description": "",
|
|
21451
21485
|
"tags": [],
|
|
21452
21486
|
"required": false,
|
|
21453
|
-
"type": "string | undefined",
|
|
21487
|
+
"type": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
|
|
21454
21488
|
"schema": {
|
|
21455
21489
|
"kind": "enum",
|
|
21456
|
-
"type": "string | undefined",
|
|
21490
|
+
"type": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
|
|
21457
21491
|
"schema": {
|
|
21458
21492
|
"0": "undefined",
|
|
21459
|
-
"1": "string"
|
|
21493
|
+
"1": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }>"
|
|
21460
21494
|
}
|
|
21461
21495
|
}
|
|
21462
21496
|
},
|
|
@@ -21493,6 +21527,22 @@ const B24UIMeta = {
|
|
|
21493
21527
|
}
|
|
21494
21528
|
}
|
|
21495
21529
|
},
|
|
21530
|
+
{
|
|
21531
|
+
"name": "name",
|
|
21532
|
+
"global": false,
|
|
21533
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
21534
|
+
"tags": [],
|
|
21535
|
+
"required": false,
|
|
21536
|
+
"type": "string | undefined",
|
|
21537
|
+
"schema": {
|
|
21538
|
+
"kind": "enum",
|
|
21539
|
+
"type": "string | undefined",
|
|
21540
|
+
"schema": {
|
|
21541
|
+
"0": "undefined",
|
|
21542
|
+
"1": "string"
|
|
21543
|
+
}
|
|
21544
|
+
}
|
|
21545
|
+
},
|
|
21496
21546
|
{
|
|
21497
21547
|
"name": "max",
|
|
21498
21548
|
"global": false,
|
|
@@ -22862,13 +22912,13 @@ const B24UIMeta = {
|
|
|
22862
22912
|
"description": "The content of the modal.",
|
|
22863
22913
|
"tags": [],
|
|
22864
22914
|
"required": false,
|
|
22865
|
-
"type": "Omit<DialogContentProps, \"as\" | \"
|
|
22915
|
+
"type": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
22866
22916
|
"schema": {
|
|
22867
22917
|
"kind": "enum",
|
|
22868
|
-
"type": "Omit<DialogContentProps, \"as\" | \"
|
|
22918
|
+
"type": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
22869
22919
|
"schema": {
|
|
22870
22920
|
"0": "undefined",
|
|
22871
|
-
"1": "Omit<DialogContentProps, \"as\" | \"
|
|
22921
|
+
"1": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
22872
22922
|
}
|
|
22873
22923
|
}
|
|
22874
22924
|
},
|
|
@@ -23392,15 +23442,6 @@ const B24UIMeta = {
|
|
|
23392
23442
|
}
|
|
23393
23443
|
}
|
|
23394
23444
|
},
|
|
23395
|
-
"disabled": {
|
|
23396
|
-
"name": "disabled",
|
|
23397
|
-
"global": false,
|
|
23398
|
-
"description": "",
|
|
23399
|
-
"tags": [],
|
|
23400
|
-
"required": false,
|
|
23401
|
-
"type": "boolean | undefined",
|
|
23402
|
-
"schema": "boolean | undefined"
|
|
23403
|
-
},
|
|
23404
23445
|
"to": {
|
|
23405
23446
|
"name": "to",
|
|
23406
23447
|
"global": false,
|
|
@@ -23651,6 +23692,15 @@ const B24UIMeta = {
|
|
|
23651
23692
|
"type": "boolean | undefined",
|
|
23652
23693
|
"schema": "boolean | undefined"
|
|
23653
23694
|
},
|
|
23695
|
+
"disabled": {
|
|
23696
|
+
"name": "disabled",
|
|
23697
|
+
"global": false,
|
|
23698
|
+
"description": "",
|
|
23699
|
+
"tags": [],
|
|
23700
|
+
"required": false,
|
|
23701
|
+
"type": "boolean | undefined",
|
|
23702
|
+
"schema": "boolean | undefined"
|
|
23703
|
+
},
|
|
23654
23704
|
"active": {
|
|
23655
23705
|
"name": "active",
|
|
23656
23706
|
"global": false,
|
|
@@ -24691,35 +24741,35 @@ const B24UIMeta = {
|
|
|
24691
24741
|
}
|
|
24692
24742
|
},
|
|
24693
24743
|
{
|
|
24694
|
-
"name": "
|
|
24744
|
+
"name": "disabled",
|
|
24695
24745
|
"global": false,
|
|
24696
|
-
"description": "
|
|
24746
|
+
"description": "When `true`, prevents the user from interacting with radio items.",
|
|
24697
24747
|
"tags": [],
|
|
24698
24748
|
"required": false,
|
|
24699
|
-
"type": "
|
|
24749
|
+
"type": "boolean | undefined",
|
|
24700
24750
|
"schema": {
|
|
24701
24751
|
"kind": "enum",
|
|
24702
|
-
"type": "
|
|
24752
|
+
"type": "boolean | undefined",
|
|
24703
24753
|
"schema": {
|
|
24704
24754
|
"0": "undefined",
|
|
24705
|
-
"1": "
|
|
24755
|
+
"1": "false",
|
|
24756
|
+
"2": "true"
|
|
24706
24757
|
}
|
|
24707
24758
|
}
|
|
24708
24759
|
},
|
|
24709
24760
|
{
|
|
24710
|
-
"name": "
|
|
24761
|
+
"name": "name",
|
|
24711
24762
|
"global": false,
|
|
24712
|
-
"description": "
|
|
24763
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
24713
24764
|
"tags": [],
|
|
24714
24765
|
"required": false,
|
|
24715
|
-
"type": "
|
|
24766
|
+
"type": "string | undefined",
|
|
24716
24767
|
"schema": {
|
|
24717
24768
|
"kind": "enum",
|
|
24718
|
-
"type": "
|
|
24769
|
+
"type": "string | undefined",
|
|
24719
24770
|
"schema": {
|
|
24720
24771
|
"0": "undefined",
|
|
24721
|
-
"1": "
|
|
24722
|
-
"2": "true"
|
|
24772
|
+
"1": "string"
|
|
24723
24773
|
}
|
|
24724
24774
|
}
|
|
24725
24775
|
},
|
|
@@ -25182,22 +25232,6 @@ const B24UIMeta = {
|
|
|
25182
25232
|
}
|
|
25183
25233
|
}
|
|
25184
25234
|
},
|
|
25185
|
-
{
|
|
25186
|
-
"name": "name",
|
|
25187
|
-
"global": false,
|
|
25188
|
-
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
25189
|
-
"tags": [],
|
|
25190
|
-
"required": false,
|
|
25191
|
-
"type": "string | undefined",
|
|
25192
|
-
"schema": {
|
|
25193
|
-
"kind": "enum",
|
|
25194
|
-
"type": "string | undefined",
|
|
25195
|
-
"schema": {
|
|
25196
|
-
"0": "undefined",
|
|
25197
|
-
"1": "string"
|
|
25198
|
-
}
|
|
25199
|
-
}
|
|
25200
|
-
},
|
|
25201
25235
|
{
|
|
25202
25236
|
"name": "disabled",
|
|
25203
25237
|
"global": false,
|
|
@@ -25232,6 +25266,22 @@ const B24UIMeta = {
|
|
|
25232
25266
|
},
|
|
25233
25267
|
"default": "1"
|
|
25234
25268
|
},
|
|
25269
|
+
{
|
|
25270
|
+
"name": "name",
|
|
25271
|
+
"global": false,
|
|
25272
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
25273
|
+
"tags": [],
|
|
25274
|
+
"required": false,
|
|
25275
|
+
"type": "string | undefined",
|
|
25276
|
+
"schema": {
|
|
25277
|
+
"kind": "enum",
|
|
25278
|
+
"type": "string | undefined",
|
|
25279
|
+
"schema": {
|
|
25280
|
+
"0": "undefined",
|
|
25281
|
+
"1": "string"
|
|
25282
|
+
}
|
|
25283
|
+
}
|
|
25284
|
+
},
|
|
25235
25285
|
{
|
|
25236
25286
|
"name": "max",
|
|
25237
25287
|
"global": false,
|
|
@@ -25559,13 +25609,13 @@ const B24UIMeta = {
|
|
|
25559
25609
|
}
|
|
25560
25610
|
],
|
|
25561
25611
|
"required": false,
|
|
25562
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
25612
|
+
"type": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
25563
25613
|
"schema": {
|
|
25564
25614
|
"kind": "enum",
|
|
25565
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
25615
|
+
"type": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
25566
25616
|
"schema": {
|
|
25567
25617
|
"0": "undefined",
|
|
25568
|
-
"1": "Omit<SelectContentProps, \"as\" | \"
|
|
25618
|
+
"1": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
25569
25619
|
}
|
|
25570
25620
|
}
|
|
25571
25621
|
},
|
|
@@ -26142,35 +26192,35 @@ const B24UIMeta = {
|
|
|
26142
26192
|
}
|
|
26143
26193
|
},
|
|
26144
26194
|
{
|
|
26145
|
-
"name": "
|
|
26195
|
+
"name": "disabled",
|
|
26146
26196
|
"global": false,
|
|
26147
|
-
"description": "
|
|
26197
|
+
"description": "When `true`, prevents the user from interacting with Select",
|
|
26148
26198
|
"tags": [],
|
|
26149
26199
|
"required": false,
|
|
26150
|
-
"type": "
|
|
26200
|
+
"type": "boolean | undefined",
|
|
26151
26201
|
"schema": {
|
|
26152
26202
|
"kind": "enum",
|
|
26153
|
-
"type": "
|
|
26203
|
+
"type": "boolean | undefined",
|
|
26154
26204
|
"schema": {
|
|
26155
26205
|
"0": "undefined",
|
|
26156
|
-
"1": "
|
|
26206
|
+
"1": "false",
|
|
26207
|
+
"2": "true"
|
|
26157
26208
|
}
|
|
26158
26209
|
}
|
|
26159
26210
|
},
|
|
26160
26211
|
{
|
|
26161
|
-
"name": "
|
|
26212
|
+
"name": "name",
|
|
26162
26213
|
"global": false,
|
|
26163
|
-
"description": "
|
|
26214
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
26164
26215
|
"tags": [],
|
|
26165
26216
|
"required": false,
|
|
26166
|
-
"type": "
|
|
26217
|
+
"type": "string | undefined",
|
|
26167
26218
|
"schema": {
|
|
26168
26219
|
"kind": "enum",
|
|
26169
|
-
"type": "
|
|
26220
|
+
"type": "string | undefined",
|
|
26170
26221
|
"schema": {
|
|
26171
26222
|
"0": "undefined",
|
|
26172
|
-
"1": "
|
|
26173
|
-
"2": "true"
|
|
26223
|
+
"1": "string"
|
|
26174
26224
|
}
|
|
26175
26225
|
}
|
|
26176
26226
|
},
|
|
@@ -29088,13 +29138,13 @@ const B24UIMeta = {
|
|
|
29088
29138
|
}
|
|
29089
29139
|
],
|
|
29090
29140
|
"required": false,
|
|
29091
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
29141
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
29092
29142
|
"schema": {
|
|
29093
29143
|
"kind": "enum",
|
|
29094
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
29144
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
29095
29145
|
"schema": {
|
|
29096
29146
|
"0": "undefined",
|
|
29097
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
29147
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
29098
29148
|
}
|
|
29099
29149
|
}
|
|
29100
29150
|
},
|
|
@@ -29793,35 +29843,35 @@ const B24UIMeta = {
|
|
|
29793
29843
|
}
|
|
29794
29844
|
},
|
|
29795
29845
|
{
|
|
29796
|
-
"name": "
|
|
29846
|
+
"name": "disabled",
|
|
29797
29847
|
"global": false,
|
|
29798
|
-
"description": "
|
|
29848
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
29799
29849
|
"tags": [],
|
|
29800
29850
|
"required": false,
|
|
29801
|
-
"type": "
|
|
29851
|
+
"type": "boolean | undefined",
|
|
29802
29852
|
"schema": {
|
|
29803
29853
|
"kind": "enum",
|
|
29804
|
-
"type": "
|
|
29854
|
+
"type": "boolean | undefined",
|
|
29805
29855
|
"schema": {
|
|
29806
29856
|
"0": "undefined",
|
|
29807
|
-
"1": "
|
|
29857
|
+
"1": "false",
|
|
29858
|
+
"2": "true"
|
|
29808
29859
|
}
|
|
29809
29860
|
}
|
|
29810
29861
|
},
|
|
29811
29862
|
{
|
|
29812
|
-
"name": "
|
|
29863
|
+
"name": "name",
|
|
29813
29864
|
"global": false,
|
|
29814
|
-
"description": "
|
|
29865
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
29815
29866
|
"tags": [],
|
|
29816
29867
|
"required": false,
|
|
29817
|
-
"type": "
|
|
29868
|
+
"type": "string | undefined",
|
|
29818
29869
|
"schema": {
|
|
29819
29870
|
"kind": "enum",
|
|
29820
|
-
"type": "
|
|
29871
|
+
"type": "string | undefined",
|
|
29821
29872
|
"schema": {
|
|
29822
29873
|
"0": "undefined",
|
|
29823
|
-
"1": "
|
|
29824
|
-
"2": "true"
|
|
29874
|
+
"1": "string"
|
|
29825
29875
|
}
|
|
29826
29876
|
}
|
|
29827
29877
|
},
|
|
@@ -33851,35 +33901,35 @@ const B24UIMeta = {
|
|
|
33851
33901
|
}
|
|
33852
33902
|
},
|
|
33853
33903
|
{
|
|
33854
|
-
"name": "
|
|
33904
|
+
"name": "disabled",
|
|
33855
33905
|
"global": false,
|
|
33856
|
-
"description": "
|
|
33906
|
+
"description": "When `true`, prevents the user from interacting with the switch.",
|
|
33857
33907
|
"tags": [],
|
|
33858
33908
|
"required": false,
|
|
33859
|
-
"type": "
|
|
33909
|
+
"type": "boolean | undefined",
|
|
33860
33910
|
"schema": {
|
|
33861
33911
|
"kind": "enum",
|
|
33862
|
-
"type": "
|
|
33912
|
+
"type": "boolean | undefined",
|
|
33863
33913
|
"schema": {
|
|
33864
33914
|
"0": "undefined",
|
|
33865
|
-
"1": "
|
|
33915
|
+
"1": "false",
|
|
33916
|
+
"2": "true"
|
|
33866
33917
|
}
|
|
33867
33918
|
}
|
|
33868
33919
|
},
|
|
33869
33920
|
{
|
|
33870
|
-
"name": "
|
|
33921
|
+
"name": "name",
|
|
33871
33922
|
"global": false,
|
|
33872
|
-
"description": "
|
|
33923
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
33873
33924
|
"tags": [],
|
|
33874
33925
|
"required": false,
|
|
33875
|
-
"type": "
|
|
33926
|
+
"type": "string | undefined",
|
|
33876
33927
|
"schema": {
|
|
33877
33928
|
"kind": "enum",
|
|
33878
|
-
"type": "
|
|
33929
|
+
"type": "string | undefined",
|
|
33879
33930
|
"schema": {
|
|
33880
33931
|
"0": "undefined",
|
|
33881
|
-
"1": "
|
|
33882
|
-
"2": "true"
|
|
33932
|
+
"1": "string"
|
|
33883
33933
|
}
|
|
33884
33934
|
}
|
|
33885
33935
|
},
|
|
@@ -35913,13 +35963,13 @@ const B24UIMeta = {
|
|
|
35913
35963
|
"description": "",
|
|
35914
35964
|
"tags": [],
|
|
35915
35965
|
"required": false,
|
|
35916
|
-
"type": "
|
|
35966
|
+
"type": "PartialString<{ root: string; base: string; tag: string; }> | undefined",
|
|
35917
35967
|
"schema": {
|
|
35918
35968
|
"kind": "enum",
|
|
35919
|
-
"type": "
|
|
35969
|
+
"type": "PartialString<{ root: string; base: string; tag: string; }> | undefined",
|
|
35920
35970
|
"schema": {
|
|
35921
35971
|
"0": "undefined",
|
|
35922
|
-
"1": "
|
|
35972
|
+
"1": "PartialString<{ root: string; base: string; tag: string; }>"
|
|
35923
35973
|
}
|
|
35924
35974
|
}
|
|
35925
35975
|
}
|
|
@@ -36656,15 +36706,6 @@ const B24UIMeta = {
|
|
|
36656
36706
|
}
|
|
36657
36707
|
}
|
|
36658
36708
|
},
|
|
36659
|
-
"disabled": {
|
|
36660
|
-
"name": "disabled",
|
|
36661
|
-
"global": false,
|
|
36662
|
-
"description": "",
|
|
36663
|
-
"tags": [],
|
|
36664
|
-
"required": false,
|
|
36665
|
-
"type": "boolean | undefined",
|
|
36666
|
-
"schema": "boolean | undefined"
|
|
36667
|
-
},
|
|
36668
36709
|
"to": {
|
|
36669
36710
|
"name": "to",
|
|
36670
36711
|
"global": false,
|
|
@@ -36915,6 +36956,15 @@ const B24UIMeta = {
|
|
|
36915
36956
|
"type": "boolean | undefined",
|
|
36916
36957
|
"schema": "boolean | undefined"
|
|
36917
36958
|
},
|
|
36959
|
+
"disabled": {
|
|
36960
|
+
"name": "disabled",
|
|
36961
|
+
"global": false,
|
|
36962
|
+
"description": "",
|
|
36963
|
+
"tags": [],
|
|
36964
|
+
"required": false,
|
|
36965
|
+
"type": "boolean | undefined",
|
|
36966
|
+
"schema": "boolean | undefined"
|
|
36967
|
+
},
|
|
36918
36968
|
"active": {
|
|
36919
36969
|
"name": "active",
|
|
36920
36970
|
"global": false,
|
|
@@ -37533,15 +37583,6 @@ const B24UIMeta = {
|
|
|
37533
37583
|
}
|
|
37534
37584
|
}
|
|
37535
37585
|
},
|
|
37536
|
-
"disabled": {
|
|
37537
|
-
"name": "disabled",
|
|
37538
|
-
"global": false,
|
|
37539
|
-
"description": "",
|
|
37540
|
-
"tags": [],
|
|
37541
|
-
"required": false,
|
|
37542
|
-
"type": "boolean | undefined",
|
|
37543
|
-
"schema": "boolean | undefined"
|
|
37544
|
-
},
|
|
37545
37586
|
"to": {
|
|
37546
37587
|
"name": "to",
|
|
37547
37588
|
"global": false,
|
|
@@ -37792,6 +37833,15 @@ const B24UIMeta = {
|
|
|
37792
37833
|
"type": "boolean | undefined",
|
|
37793
37834
|
"schema": "boolean | undefined"
|
|
37794
37835
|
},
|
|
37836
|
+
"disabled": {
|
|
37837
|
+
"name": "disabled",
|
|
37838
|
+
"global": false,
|
|
37839
|
+
"description": "",
|
|
37840
|
+
"tags": [],
|
|
37841
|
+
"required": false,
|
|
37842
|
+
"type": "boolean | undefined",
|
|
37843
|
+
"schema": "boolean | undefined"
|
|
37844
|
+
},
|
|
37795
37845
|
"active": {
|
|
37796
37846
|
"name": "active",
|
|
37797
37847
|
"global": false,
|
|
@@ -39371,15 +39421,6 @@ const B24UIMeta = {
|
|
|
39371
39421
|
}
|
|
39372
39422
|
}
|
|
39373
39423
|
},
|
|
39374
|
-
"disabled": {
|
|
39375
|
-
"name": "disabled",
|
|
39376
|
-
"global": false,
|
|
39377
|
-
"description": "",
|
|
39378
|
-
"tags": [],
|
|
39379
|
-
"required": false,
|
|
39380
|
-
"type": "boolean | undefined",
|
|
39381
|
-
"schema": "boolean | undefined"
|
|
39382
|
-
},
|
|
39383
39424
|
"to": {
|
|
39384
39425
|
"name": "to",
|
|
39385
39426
|
"global": false,
|
|
@@ -39630,6 +39671,15 @@ const B24UIMeta = {
|
|
|
39630
39671
|
"type": "boolean | undefined",
|
|
39631
39672
|
"schema": "boolean | undefined"
|
|
39632
39673
|
},
|
|
39674
|
+
"disabled": {
|
|
39675
|
+
"name": "disabled",
|
|
39676
|
+
"global": false,
|
|
39677
|
+
"description": "",
|
|
39678
|
+
"tags": [],
|
|
39679
|
+
"required": false,
|
|
39680
|
+
"type": "boolean | undefined",
|
|
39681
|
+
"schema": "boolean | undefined"
|
|
39682
|
+
},
|
|
39633
39683
|
"active": {
|
|
39634
39684
|
"name": "active",
|
|
39635
39685
|
"global": false,
|
|
@@ -40427,15 +40477,6 @@ const B24UIMeta = {
|
|
|
40427
40477
|
}
|
|
40428
40478
|
}
|
|
40429
40479
|
},
|
|
40430
|
-
"disabled": {
|
|
40431
|
-
"name": "disabled",
|
|
40432
|
-
"global": false,
|
|
40433
|
-
"description": "",
|
|
40434
|
-
"tags": [],
|
|
40435
|
-
"required": false,
|
|
40436
|
-
"type": "boolean | undefined",
|
|
40437
|
-
"schema": "boolean | undefined"
|
|
40438
|
-
},
|
|
40439
40480
|
"to": {
|
|
40440
40481
|
"name": "to",
|
|
40441
40482
|
"global": false,
|
|
@@ -40686,6 +40727,15 @@ const B24UIMeta = {
|
|
|
40686
40727
|
"type": "boolean | undefined",
|
|
40687
40728
|
"schema": "boolean | undefined"
|
|
40688
40729
|
},
|
|
40730
|
+
"disabled": {
|
|
40731
|
+
"name": "disabled",
|
|
40732
|
+
"global": false,
|
|
40733
|
+
"description": "",
|
|
40734
|
+
"tags": [],
|
|
40735
|
+
"required": false,
|
|
40736
|
+
"type": "boolean | undefined",
|
|
40737
|
+
"schema": "boolean | undefined"
|
|
40738
|
+
},
|
|
40689
40739
|
"active": {
|
|
40690
40740
|
"name": "active",
|
|
40691
40741
|
"global": false,
|
|
@@ -41422,15 +41472,6 @@ const B24UIMeta = {
|
|
|
41422
41472
|
}
|
|
41423
41473
|
}
|
|
41424
41474
|
},
|
|
41425
|
-
"disabled": {
|
|
41426
|
-
"name": "disabled",
|
|
41427
|
-
"global": false,
|
|
41428
|
-
"description": "",
|
|
41429
|
-
"tags": [],
|
|
41430
|
-
"required": false,
|
|
41431
|
-
"type": "boolean | undefined",
|
|
41432
|
-
"schema": "boolean | undefined"
|
|
41433
|
-
},
|
|
41434
41475
|
"to": {
|
|
41435
41476
|
"name": "to",
|
|
41436
41477
|
"global": false,
|
|
@@ -41681,6 +41722,15 @@ const B24UIMeta = {
|
|
|
41681
41722
|
"type": "boolean | undefined",
|
|
41682
41723
|
"schema": "boolean | undefined"
|
|
41683
41724
|
},
|
|
41725
|
+
"disabled": {
|
|
41726
|
+
"name": "disabled",
|
|
41727
|
+
"global": false,
|
|
41728
|
+
"description": "",
|
|
41729
|
+
"tags": [],
|
|
41730
|
+
"required": false,
|
|
41731
|
+
"type": "boolean | undefined",
|
|
41732
|
+
"schema": "boolean | undefined"
|
|
41733
|
+
},
|
|
41684
41734
|
"active": {
|
|
41685
41735
|
"name": "active",
|
|
41686
41736
|
"global": false,
|
|
@@ -42417,15 +42467,6 @@ const B24UIMeta = {
|
|
|
42417
42467
|
}
|
|
42418
42468
|
}
|
|
42419
42469
|
},
|
|
42420
|
-
"disabled": {
|
|
42421
|
-
"name": "disabled",
|
|
42422
|
-
"global": false,
|
|
42423
|
-
"description": "",
|
|
42424
|
-
"tags": [],
|
|
42425
|
-
"required": false,
|
|
42426
|
-
"type": "boolean | undefined",
|
|
42427
|
-
"schema": "boolean | undefined"
|
|
42428
|
-
},
|
|
42429
42470
|
"to": {
|
|
42430
42471
|
"name": "to",
|
|
42431
42472
|
"global": false,
|
|
@@ -42676,6 +42717,15 @@ const B24UIMeta = {
|
|
|
42676
42717
|
"type": "boolean | undefined",
|
|
42677
42718
|
"schema": "boolean | undefined"
|
|
42678
42719
|
},
|
|
42720
|
+
"disabled": {
|
|
42721
|
+
"name": "disabled",
|
|
42722
|
+
"global": false,
|
|
42723
|
+
"description": "",
|
|
42724
|
+
"tags": [],
|
|
42725
|
+
"required": false,
|
|
42726
|
+
"type": "boolean | undefined",
|
|
42727
|
+
"schema": "boolean | undefined"
|
|
42728
|
+
},
|
|
42679
42729
|
"active": {
|
|
42680
42730
|
"name": "active",
|
|
42681
42731
|
"global": false,
|
|
@@ -43412,15 +43462,6 @@ const B24UIMeta = {
|
|
|
43412
43462
|
}
|
|
43413
43463
|
}
|
|
43414
43464
|
},
|
|
43415
|
-
"disabled": {
|
|
43416
|
-
"name": "disabled",
|
|
43417
|
-
"global": false,
|
|
43418
|
-
"description": "",
|
|
43419
|
-
"tags": [],
|
|
43420
|
-
"required": false,
|
|
43421
|
-
"type": "boolean | undefined",
|
|
43422
|
-
"schema": "boolean | undefined"
|
|
43423
|
-
},
|
|
43424
43465
|
"to": {
|
|
43425
43466
|
"name": "to",
|
|
43426
43467
|
"global": false,
|
|
@@ -43671,6 +43712,15 @@ const B24UIMeta = {
|
|
|
43671
43712
|
"type": "boolean | undefined",
|
|
43672
43713
|
"schema": "boolean | undefined"
|
|
43673
43714
|
},
|
|
43715
|
+
"disabled": {
|
|
43716
|
+
"name": "disabled",
|
|
43717
|
+
"global": false,
|
|
43718
|
+
"description": "",
|
|
43719
|
+
"tags": [],
|
|
43720
|
+
"required": false,
|
|
43721
|
+
"type": "boolean | undefined",
|
|
43722
|
+
"schema": "boolean | undefined"
|
|
43723
|
+
},
|
|
43674
43724
|
"active": {
|
|
43675
43725
|
"name": "active",
|
|
43676
43726
|
"global": false,
|