@bitrix24/b24ui-nuxt 0.2.4 → 0.2.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/content/description-list.ts +2 -2
- package/.nuxt/b24ui/radio-group.ts +1 -1
- package/.nuxt/b24ui/select-menu.ts +2 -1
- package/dist/meta.cjs +259 -259
- package/dist/meta.d.cts +259 -259
- package/dist/meta.d.mts +259 -259
- package/dist/meta.d.ts +259 -259
- package/dist/meta.mjs +259 -259
- package/dist/module.cjs +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/SelectMenu.vue +72 -68
- package/dist/shared/{b24ui-nuxt.V9TzyCqH.mjs → b24ui-nuxt.BYTVBEky.mjs} +9 -4
- package/dist/shared/{b24ui-nuxt.DGjopCKm.cjs → b24ui-nuxt.BfbMerCZ.cjs} +9 -4
- 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 +9 -8
package/dist/meta.d.mts
CHANGED
|
@@ -1007,6 +1007,15 @@ var B24UIMeta = {
|
|
|
1007
1007
|
}
|
|
1008
1008
|
}
|
|
1009
1009
|
},
|
|
1010
|
+
"disabled": {
|
|
1011
|
+
"name": "disabled",
|
|
1012
|
+
"global": false,
|
|
1013
|
+
"description": "",
|
|
1014
|
+
"tags": [],
|
|
1015
|
+
"required": false,
|
|
1016
|
+
"type": "boolean | undefined",
|
|
1017
|
+
"schema": "boolean | undefined"
|
|
1018
|
+
},
|
|
1010
1019
|
"to": {
|
|
1011
1020
|
"name": "to",
|
|
1012
1021
|
"global": false,
|
|
@@ -1257,15 +1266,6 @@ var B24UIMeta = {
|
|
|
1257
1266
|
"type": "boolean | undefined",
|
|
1258
1267
|
"schema": "boolean | undefined"
|
|
1259
1268
|
},
|
|
1260
|
-
"disabled": {
|
|
1261
|
-
"name": "disabled",
|
|
1262
|
-
"global": false,
|
|
1263
|
-
"description": "",
|
|
1264
|
-
"tags": [],
|
|
1265
|
-
"required": false,
|
|
1266
|
-
"type": "boolean | undefined",
|
|
1267
|
-
"schema": "boolean | undefined"
|
|
1268
|
-
},
|
|
1269
1269
|
"active": {
|
|
1270
1270
|
"name": "active",
|
|
1271
1271
|
"global": false,
|
|
@@ -1888,6 +1888,15 @@ var B24UIMeta = {
|
|
|
1888
1888
|
}
|
|
1889
1889
|
}
|
|
1890
1890
|
},
|
|
1891
|
+
"disabled": {
|
|
1892
|
+
"name": "disabled",
|
|
1893
|
+
"global": false,
|
|
1894
|
+
"description": "",
|
|
1895
|
+
"tags": [],
|
|
1896
|
+
"required": false,
|
|
1897
|
+
"type": "boolean | undefined",
|
|
1898
|
+
"schema": "boolean | undefined"
|
|
1899
|
+
},
|
|
1891
1900
|
"to": {
|
|
1892
1901
|
"name": "to",
|
|
1893
1902
|
"global": false,
|
|
@@ -2138,15 +2147,6 @@ var B24UIMeta = {
|
|
|
2138
2147
|
"type": "boolean | undefined",
|
|
2139
2148
|
"schema": "boolean | undefined"
|
|
2140
2149
|
},
|
|
2141
|
-
"disabled": {
|
|
2142
|
-
"name": "disabled",
|
|
2143
|
-
"global": false,
|
|
2144
|
-
"description": "",
|
|
2145
|
-
"tags": [],
|
|
2146
|
-
"required": false,
|
|
2147
|
-
"type": "boolean | undefined",
|
|
2148
|
-
"schema": "boolean | undefined"
|
|
2149
|
-
},
|
|
2150
2150
|
"active": {
|
|
2151
2151
|
"name": "active",
|
|
2152
2152
|
"global": false,
|
|
@@ -4430,6 +4430,23 @@ var B24UIMeta = {
|
|
|
4430
4430
|
},
|
|
4431
4431
|
"default": "\"button\""
|
|
4432
4432
|
},
|
|
4433
|
+
{
|
|
4434
|
+
"name": "disabled",
|
|
4435
|
+
"global": false,
|
|
4436
|
+
"description": "",
|
|
4437
|
+
"tags": [],
|
|
4438
|
+
"required": false,
|
|
4439
|
+
"type": "boolean | undefined",
|
|
4440
|
+
"schema": {
|
|
4441
|
+
"kind": "enum",
|
|
4442
|
+
"type": "boolean | undefined",
|
|
4443
|
+
"schema": {
|
|
4444
|
+
"0": "undefined",
|
|
4445
|
+
"1": "false",
|
|
4446
|
+
"2": "true"
|
|
4447
|
+
}
|
|
4448
|
+
}
|
|
4449
|
+
},
|
|
4433
4450
|
{
|
|
4434
4451
|
"name": "to",
|
|
4435
4452
|
"global": false,
|
|
@@ -4725,23 +4742,6 @@ var B24UIMeta = {
|
|
|
4725
4742
|
}
|
|
4726
4743
|
}
|
|
4727
4744
|
},
|
|
4728
|
-
{
|
|
4729
|
-
"name": "disabled",
|
|
4730
|
-
"global": false,
|
|
4731
|
-
"description": "",
|
|
4732
|
-
"tags": [],
|
|
4733
|
-
"required": false,
|
|
4734
|
-
"type": "boolean | undefined",
|
|
4735
|
-
"schema": {
|
|
4736
|
-
"kind": "enum",
|
|
4737
|
-
"type": "boolean | undefined",
|
|
4738
|
-
"schema": {
|
|
4739
|
-
"0": "undefined",
|
|
4740
|
-
"1": "false",
|
|
4741
|
-
"2": "true"
|
|
4742
|
-
}
|
|
4743
|
-
}
|
|
4744
|
-
},
|
|
4745
4745
|
{
|
|
4746
4746
|
"name": "active",
|
|
4747
4747
|
"global": false,
|
|
@@ -5502,35 +5502,35 @@ var B24UIMeta = {
|
|
|
5502
5502
|
}
|
|
5503
5503
|
},
|
|
5504
5504
|
{
|
|
5505
|
-
"name": "
|
|
5505
|
+
"name": "name",
|
|
5506
5506
|
"global": false,
|
|
5507
|
-
"description": "
|
|
5507
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
5508
5508
|
"tags": [],
|
|
5509
5509
|
"required": false,
|
|
5510
|
-
"type": "
|
|
5510
|
+
"type": "string | undefined",
|
|
5511
5511
|
"schema": {
|
|
5512
5512
|
"kind": "enum",
|
|
5513
|
-
"type": "
|
|
5513
|
+
"type": "string | undefined",
|
|
5514
5514
|
"schema": {
|
|
5515
5515
|
"0": "undefined",
|
|
5516
|
-
"1": "
|
|
5517
|
-
"2": "true"
|
|
5516
|
+
"1": "string"
|
|
5518
5517
|
}
|
|
5519
5518
|
}
|
|
5520
5519
|
},
|
|
5521
5520
|
{
|
|
5522
|
-
"name": "
|
|
5521
|
+
"name": "disabled",
|
|
5523
5522
|
"global": false,
|
|
5524
|
-
"description": "
|
|
5523
|
+
"description": "When `true`, prevents the user from interacting with the checkbox",
|
|
5525
5524
|
"tags": [],
|
|
5526
5525
|
"required": false,
|
|
5527
|
-
"type": "
|
|
5526
|
+
"type": "boolean | undefined",
|
|
5528
5527
|
"schema": {
|
|
5529
5528
|
"kind": "enum",
|
|
5530
|
-
"type": "
|
|
5529
|
+
"type": "boolean | undefined",
|
|
5531
5530
|
"schema": {
|
|
5532
5531
|
"0": "undefined",
|
|
5533
|
-
"1": "
|
|
5532
|
+
"1": "false",
|
|
5533
|
+
"2": "true"
|
|
5534
5534
|
}
|
|
5535
5535
|
}
|
|
5536
5536
|
},
|
|
@@ -6690,13 +6690,13 @@ var B24UIMeta = {
|
|
|
6690
6690
|
"description": "",
|
|
6691
6691
|
"tags": [],
|
|
6692
6692
|
"required": false,
|
|
6693
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6693
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
6694
6694
|
"schema": {
|
|
6695
6695
|
"kind": "enum",
|
|
6696
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6696
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
6697
6697
|
"schema": {
|
|
6698
6698
|
"0": "undefined",
|
|
6699
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6699
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
6700
6700
|
}
|
|
6701
6701
|
}
|
|
6702
6702
|
},
|
|
@@ -7442,13 +7442,13 @@ var B24UIMeta = {
|
|
|
7442
7442
|
}
|
|
7443
7443
|
],
|
|
7444
7444
|
"required": false,
|
|
7445
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7445
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
7446
7446
|
"schema": {
|
|
7447
7447
|
"kind": "enum",
|
|
7448
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7448
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
7449
7449
|
"schema": {
|
|
7450
7450
|
"0": "undefined",
|
|
7451
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7451
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
7452
7452
|
}
|
|
7453
7453
|
}
|
|
7454
7454
|
},
|
|
@@ -7854,13 +7854,13 @@ var B24UIMeta = {
|
|
|
7854
7854
|
"description": "",
|
|
7855
7855
|
"tags": [],
|
|
7856
7856
|
"required": false,
|
|
7857
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7857
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
7858
7858
|
"schema": {
|
|
7859
7859
|
"kind": "enum",
|
|
7860
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7860
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
7861
7861
|
"schema": {
|
|
7862
7862
|
"0": "undefined",
|
|
7863
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7863
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
7864
7864
|
}
|
|
7865
7865
|
}
|
|
7866
7866
|
},
|
|
@@ -8820,13 +8820,13 @@ var B24UIMeta = {
|
|
|
8820
8820
|
"description": "",
|
|
8821
8821
|
"tags": [],
|
|
8822
8822
|
"required": false,
|
|
8823
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8823
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
8824
8824
|
"schema": {
|
|
8825
8825
|
"kind": "enum",
|
|
8826
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8826
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
8827
8827
|
"schema": {
|
|
8828
8828
|
"0": "undefined",
|
|
8829
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8829
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
8830
8830
|
}
|
|
8831
8831
|
}
|
|
8832
8832
|
},
|
|
@@ -9786,13 +9786,13 @@ var B24UIMeta = {
|
|
|
9786
9786
|
"description": "",
|
|
9787
9787
|
"tags": [],
|
|
9788
9788
|
"required": false,
|
|
9789
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9789
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
9790
9790
|
"schema": {
|
|
9791
9791
|
"kind": "enum",
|
|
9792
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9792
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
9793
9793
|
"schema": {
|
|
9794
9794
|
"0": "undefined",
|
|
9795
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9795
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
9796
9796
|
}
|
|
9797
9797
|
}
|
|
9798
9798
|
},
|
|
@@ -10752,13 +10752,13 @@ var B24UIMeta = {
|
|
|
10752
10752
|
"description": "",
|
|
10753
10753
|
"tags": [],
|
|
10754
10754
|
"required": false,
|
|
10755
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10755
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
10756
10756
|
"schema": {
|
|
10757
10757
|
"kind": "enum",
|
|
10758
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10758
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
10759
10759
|
"schema": {
|
|
10760
10760
|
"0": "undefined",
|
|
10761
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10761
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
10762
10762
|
}
|
|
10763
10763
|
}
|
|
10764
10764
|
},
|
|
@@ -11898,13 +11898,13 @@ var B24UIMeta = {
|
|
|
11898
11898
|
"description": "",
|
|
11899
11899
|
"tags": [],
|
|
11900
11900
|
"required": false,
|
|
11901
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
11901
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
11902
11902
|
"schema": {
|
|
11903
11903
|
"kind": "enum",
|
|
11904
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
11904
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
11905
11905
|
"schema": {
|
|
11906
11906
|
"0": "undefined",
|
|
11907
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
11907
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
11908
11908
|
}
|
|
11909
11909
|
}
|
|
11910
11910
|
},
|
|
@@ -14760,13 +14760,13 @@ var B24UIMeta = {
|
|
|
14760
14760
|
}
|
|
14761
14761
|
],
|
|
14762
14762
|
"required": false,
|
|
14763
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
14763
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
14764
14764
|
"schema": {
|
|
14765
14765
|
"kind": "enum",
|
|
14766
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
14766
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
14767
14767
|
"schema": {
|
|
14768
14768
|
"0": "undefined",
|
|
14769
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
14769
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
14770
14770
|
}
|
|
14771
14771
|
}
|
|
14772
14772
|
},
|
|
@@ -15504,35 +15504,35 @@ var B24UIMeta = {
|
|
|
15504
15504
|
}
|
|
15505
15505
|
},
|
|
15506
15506
|
{
|
|
15507
|
-
"name": "
|
|
15507
|
+
"name": "name",
|
|
15508
15508
|
"global": false,
|
|
15509
|
-
"description": "
|
|
15509
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
15510
15510
|
"tags": [],
|
|
15511
15511
|
"required": false,
|
|
15512
|
-
"type": "
|
|
15512
|
+
"type": "string | undefined",
|
|
15513
15513
|
"schema": {
|
|
15514
15514
|
"kind": "enum",
|
|
15515
|
-
"type": "
|
|
15515
|
+
"type": "string | undefined",
|
|
15516
15516
|
"schema": {
|
|
15517
15517
|
"0": "undefined",
|
|
15518
|
-
"1": "
|
|
15519
|
-
"2": "true"
|
|
15518
|
+
"1": "string"
|
|
15520
15519
|
}
|
|
15521
15520
|
}
|
|
15522
15521
|
},
|
|
15523
15522
|
{
|
|
15524
|
-
"name": "
|
|
15523
|
+
"name": "disabled",
|
|
15525
15524
|
"global": false,
|
|
15526
|
-
"description": "
|
|
15525
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
15527
15526
|
"tags": [],
|
|
15528
15527
|
"required": false,
|
|
15529
|
-
"type": "
|
|
15528
|
+
"type": "boolean | undefined",
|
|
15530
15529
|
"schema": {
|
|
15531
15530
|
"kind": "enum",
|
|
15532
|
-
"type": "
|
|
15531
|
+
"type": "boolean | undefined",
|
|
15533
15532
|
"schema": {
|
|
15534
15533
|
"0": "undefined",
|
|
15535
|
-
"1": "
|
|
15534
|
+
"1": "false",
|
|
15535
|
+
"2": "true"
|
|
15536
15536
|
}
|
|
15537
15537
|
}
|
|
15538
15538
|
},
|
|
@@ -20019,6 +20019,15 @@ var B24UIMeta = {
|
|
|
20019
20019
|
}
|
|
20020
20020
|
}
|
|
20021
20021
|
},
|
|
20022
|
+
"disabled": {
|
|
20023
|
+
"name": "disabled",
|
|
20024
|
+
"global": false,
|
|
20025
|
+
"description": "",
|
|
20026
|
+
"tags": [],
|
|
20027
|
+
"required": false,
|
|
20028
|
+
"type": "boolean | undefined",
|
|
20029
|
+
"schema": "boolean | undefined"
|
|
20030
|
+
},
|
|
20022
20031
|
"to": {
|
|
20023
20032
|
"name": "to",
|
|
20024
20033
|
"global": false,
|
|
@@ -20269,15 +20278,6 @@ var B24UIMeta = {
|
|
|
20269
20278
|
"type": "boolean | undefined",
|
|
20270
20279
|
"schema": "boolean | undefined"
|
|
20271
20280
|
},
|
|
20272
|
-
"disabled": {
|
|
20273
|
-
"name": "disabled",
|
|
20274
|
-
"global": false,
|
|
20275
|
-
"description": "",
|
|
20276
|
-
"tags": [],
|
|
20277
|
-
"required": false,
|
|
20278
|
-
"type": "boolean | undefined",
|
|
20279
|
-
"schema": "boolean | undefined"
|
|
20280
|
-
},
|
|
20281
20281
|
"active": {
|
|
20282
20282
|
"name": "active",
|
|
20283
20283
|
"global": false,
|
|
@@ -20917,6 +20917,15 @@ var B24UIMeta = {
|
|
|
20917
20917
|
}
|
|
20918
20918
|
}
|
|
20919
20919
|
},
|
|
20920
|
+
"disabled": {
|
|
20921
|
+
"name": "disabled",
|
|
20922
|
+
"global": false,
|
|
20923
|
+
"description": "",
|
|
20924
|
+
"tags": [],
|
|
20925
|
+
"required": false,
|
|
20926
|
+
"type": "boolean | undefined",
|
|
20927
|
+
"schema": "boolean | undefined"
|
|
20928
|
+
},
|
|
20920
20929
|
"to": {
|
|
20921
20930
|
"name": "to",
|
|
20922
20931
|
"global": false,
|
|
@@ -21167,15 +21176,6 @@ var B24UIMeta = {
|
|
|
21167
21176
|
"type": "boolean | undefined",
|
|
21168
21177
|
"schema": "boolean | undefined"
|
|
21169
21178
|
},
|
|
21170
|
-
"disabled": {
|
|
21171
|
-
"name": "disabled",
|
|
21172
|
-
"global": false,
|
|
21173
|
-
"description": "",
|
|
21174
|
-
"tags": [],
|
|
21175
|
-
"required": false,
|
|
21176
|
-
"type": "boolean | undefined",
|
|
21177
|
-
"schema": "boolean | undefined"
|
|
21178
|
-
},
|
|
21179
21179
|
"active": {
|
|
21180
21180
|
"name": "active",
|
|
21181
21181
|
"global": false,
|
|
@@ -21443,51 +21443,51 @@ var B24UIMeta = {
|
|
|
21443
21443
|
}
|
|
21444
21444
|
},
|
|
21445
21445
|
{
|
|
21446
|
-
"name": "
|
|
21446
|
+
"name": "name",
|
|
21447
21447
|
"global": false,
|
|
21448
|
-
"description": "
|
|
21448
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
21449
21449
|
"tags": [],
|
|
21450
21450
|
"required": false,
|
|
21451
|
-
"type": "
|
|
21451
|
+
"type": "string | undefined",
|
|
21452
21452
|
"schema": {
|
|
21453
21453
|
"kind": "enum",
|
|
21454
|
-
"type": "
|
|
21454
|
+
"type": "string | undefined",
|
|
21455
21455
|
"schema": {
|
|
21456
21456
|
"0": "undefined",
|
|
21457
|
-
"1": "
|
|
21458
|
-
"2": "true"
|
|
21457
|
+
"1": "string"
|
|
21459
21458
|
}
|
|
21460
21459
|
}
|
|
21461
21460
|
},
|
|
21462
21461
|
{
|
|
21463
|
-
"name": "
|
|
21462
|
+
"name": "disabled",
|
|
21464
21463
|
"global": false,
|
|
21465
|
-
"description": "
|
|
21464
|
+
"description": "When `true`, prevents the user from interacting with the Number Field.",
|
|
21466
21465
|
"tags": [],
|
|
21467
21466
|
"required": false,
|
|
21468
|
-
"type": "
|
|
21467
|
+
"type": "boolean | undefined",
|
|
21469
21468
|
"schema": {
|
|
21470
21469
|
"kind": "enum",
|
|
21471
|
-
"type": "
|
|
21470
|
+
"type": "boolean | undefined",
|
|
21472
21471
|
"schema": {
|
|
21473
21472
|
"0": "undefined",
|
|
21474
|
-
"1": "
|
|
21473
|
+
"1": "false",
|
|
21474
|
+
"2": "true"
|
|
21475
21475
|
}
|
|
21476
21476
|
}
|
|
21477
21477
|
},
|
|
21478
21478
|
{
|
|
21479
|
-
"name": "
|
|
21479
|
+
"name": "step",
|
|
21480
21480
|
"global": false,
|
|
21481
|
-
"description": "The
|
|
21481
|
+
"description": "The amount that the input value changes with each increment or decrement \"tick\".",
|
|
21482
21482
|
"tags": [],
|
|
21483
21483
|
"required": false,
|
|
21484
|
-
"type": "
|
|
21484
|
+
"type": "number | undefined",
|
|
21485
21485
|
"schema": {
|
|
21486
21486
|
"kind": "enum",
|
|
21487
|
-
"type": "
|
|
21487
|
+
"type": "number | undefined",
|
|
21488
21488
|
"schema": {
|
|
21489
21489
|
"0": "undefined",
|
|
21490
|
-
"1": "
|
|
21490
|
+
"1": "number"
|
|
21491
21491
|
}
|
|
21492
21492
|
}
|
|
21493
21493
|
},
|
|
@@ -22860,13 +22860,13 @@ var B24UIMeta = {
|
|
|
22860
22860
|
"description": "The content of the modal.",
|
|
22861
22861
|
"tags": [],
|
|
22862
22862
|
"required": false,
|
|
22863
|
-
"type": "Omit<DialogContentProps, \"as\" | \"
|
|
22863
|
+
"type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
22864
22864
|
"schema": {
|
|
22865
22865
|
"kind": "enum",
|
|
22866
|
-
"type": "Omit<DialogContentProps, \"as\" | \"
|
|
22866
|
+
"type": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
22867
22867
|
"schema": {
|
|
22868
22868
|
"0": "undefined",
|
|
22869
|
-
"1": "Omit<DialogContentProps, \"as\" | \"
|
|
22869
|
+
"1": "Omit<DialogContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
22870
22870
|
}
|
|
22871
22871
|
}
|
|
22872
22872
|
},
|
|
@@ -23390,6 +23390,15 @@ var B24UIMeta = {
|
|
|
23390
23390
|
}
|
|
23391
23391
|
}
|
|
23392
23392
|
},
|
|
23393
|
+
"disabled": {
|
|
23394
|
+
"name": "disabled",
|
|
23395
|
+
"global": false,
|
|
23396
|
+
"description": "",
|
|
23397
|
+
"tags": [],
|
|
23398
|
+
"required": false,
|
|
23399
|
+
"type": "boolean | undefined",
|
|
23400
|
+
"schema": "boolean | undefined"
|
|
23401
|
+
},
|
|
23393
23402
|
"to": {
|
|
23394
23403
|
"name": "to",
|
|
23395
23404
|
"global": false,
|
|
@@ -23640,15 +23649,6 @@ var B24UIMeta = {
|
|
|
23640
23649
|
"type": "boolean | undefined",
|
|
23641
23650
|
"schema": "boolean | undefined"
|
|
23642
23651
|
},
|
|
23643
|
-
"disabled": {
|
|
23644
|
-
"name": "disabled",
|
|
23645
|
-
"global": false,
|
|
23646
|
-
"description": "",
|
|
23647
|
-
"tags": [],
|
|
23648
|
-
"required": false,
|
|
23649
|
-
"type": "boolean | undefined",
|
|
23650
|
-
"schema": "boolean | undefined"
|
|
23651
|
-
},
|
|
23652
23652
|
"active": {
|
|
23653
23653
|
"name": "active",
|
|
23654
23654
|
"global": false,
|
|
@@ -24689,35 +24689,35 @@ var B24UIMeta = {
|
|
|
24689
24689
|
}
|
|
24690
24690
|
},
|
|
24691
24691
|
{
|
|
24692
|
-
"name": "
|
|
24692
|
+
"name": "name",
|
|
24693
24693
|
"global": false,
|
|
24694
|
-
"description": "
|
|
24694
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
24695
24695
|
"tags": [],
|
|
24696
24696
|
"required": false,
|
|
24697
|
-
"type": "
|
|
24697
|
+
"type": "string | undefined",
|
|
24698
24698
|
"schema": {
|
|
24699
24699
|
"kind": "enum",
|
|
24700
|
-
"type": "
|
|
24700
|
+
"type": "string | undefined",
|
|
24701
24701
|
"schema": {
|
|
24702
24702
|
"0": "undefined",
|
|
24703
|
-
"1": "
|
|
24704
|
-
"2": "true"
|
|
24703
|
+
"1": "string"
|
|
24705
24704
|
}
|
|
24706
24705
|
}
|
|
24707
24706
|
},
|
|
24708
24707
|
{
|
|
24709
|
-
"name": "
|
|
24708
|
+
"name": "disabled",
|
|
24710
24709
|
"global": false,
|
|
24711
|
-
"description": "
|
|
24710
|
+
"description": "When `true`, prevents the user from interacting with radio items.",
|
|
24712
24711
|
"tags": [],
|
|
24713
24712
|
"required": false,
|
|
24714
|
-
"type": "
|
|
24713
|
+
"type": "boolean | undefined",
|
|
24715
24714
|
"schema": {
|
|
24716
24715
|
"kind": "enum",
|
|
24717
|
-
"type": "
|
|
24716
|
+
"type": "boolean | undefined",
|
|
24718
24717
|
"schema": {
|
|
24719
24718
|
"0": "undefined",
|
|
24720
|
-
"1": "
|
|
24719
|
+
"1": "false",
|
|
24720
|
+
"2": "true"
|
|
24721
24721
|
}
|
|
24722
24722
|
}
|
|
24723
24723
|
},
|
|
@@ -25180,6 +25180,22 @@ var B24UIMeta = {
|
|
|
25180
25180
|
}
|
|
25181
25181
|
}
|
|
25182
25182
|
},
|
|
25183
|
+
{
|
|
25184
|
+
"name": "name",
|
|
25185
|
+
"global": false,
|
|
25186
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
25187
|
+
"tags": [],
|
|
25188
|
+
"required": false,
|
|
25189
|
+
"type": "string | undefined",
|
|
25190
|
+
"schema": {
|
|
25191
|
+
"kind": "enum",
|
|
25192
|
+
"type": "string | undefined",
|
|
25193
|
+
"schema": {
|
|
25194
|
+
"0": "undefined",
|
|
25195
|
+
"1": "string"
|
|
25196
|
+
}
|
|
25197
|
+
}
|
|
25198
|
+
},
|
|
25183
25199
|
{
|
|
25184
25200
|
"name": "disabled",
|
|
25185
25201
|
"global": false,
|
|
@@ -25214,22 +25230,6 @@ var B24UIMeta = {
|
|
|
25214
25230
|
},
|
|
25215
25231
|
"default": "1"
|
|
25216
25232
|
},
|
|
25217
|
-
{
|
|
25218
|
-
"name": "name",
|
|
25219
|
-
"global": false,
|
|
25220
|
-
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
25221
|
-
"tags": [],
|
|
25222
|
-
"required": false,
|
|
25223
|
-
"type": "string | undefined",
|
|
25224
|
-
"schema": {
|
|
25225
|
-
"kind": "enum",
|
|
25226
|
-
"type": "string | undefined",
|
|
25227
|
-
"schema": {
|
|
25228
|
-
"0": "undefined",
|
|
25229
|
-
"1": "string"
|
|
25230
|
-
}
|
|
25231
|
-
}
|
|
25232
|
-
},
|
|
25233
25233
|
{
|
|
25234
25234
|
"name": "max",
|
|
25235
25235
|
"global": false,
|
|
@@ -25557,13 +25557,13 @@ var B24UIMeta = {
|
|
|
25557
25557
|
}
|
|
25558
25558
|
],
|
|
25559
25559
|
"required": false,
|
|
25560
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
25560
|
+
"type": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
25561
25561
|
"schema": {
|
|
25562
25562
|
"kind": "enum",
|
|
25563
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
25563
|
+
"type": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
25564
25564
|
"schema": {
|
|
25565
25565
|
"0": "undefined",
|
|
25566
|
-
"1": "Omit<SelectContentProps, \"as\" | \"
|
|
25566
|
+
"1": "Omit<SelectContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
25567
25567
|
}
|
|
25568
25568
|
}
|
|
25569
25569
|
},
|
|
@@ -26140,35 +26140,35 @@ var B24UIMeta = {
|
|
|
26140
26140
|
}
|
|
26141
26141
|
},
|
|
26142
26142
|
{
|
|
26143
|
-
"name": "
|
|
26143
|
+
"name": "name",
|
|
26144
26144
|
"global": false,
|
|
26145
|
-
"description": "
|
|
26145
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
26146
26146
|
"tags": [],
|
|
26147
26147
|
"required": false,
|
|
26148
|
-
"type": "
|
|
26148
|
+
"type": "string | undefined",
|
|
26149
26149
|
"schema": {
|
|
26150
26150
|
"kind": "enum",
|
|
26151
|
-
"type": "
|
|
26151
|
+
"type": "string | undefined",
|
|
26152
26152
|
"schema": {
|
|
26153
26153
|
"0": "undefined",
|
|
26154
|
-
"1": "
|
|
26155
|
-
"2": "true"
|
|
26154
|
+
"1": "string"
|
|
26156
26155
|
}
|
|
26157
26156
|
}
|
|
26158
26157
|
},
|
|
26159
26158
|
{
|
|
26160
|
-
"name": "
|
|
26159
|
+
"name": "disabled",
|
|
26161
26160
|
"global": false,
|
|
26162
|
-
"description": "
|
|
26161
|
+
"description": "When `true`, prevents the user from interacting with Select",
|
|
26163
26162
|
"tags": [],
|
|
26164
26163
|
"required": false,
|
|
26165
|
-
"type": "
|
|
26164
|
+
"type": "boolean | undefined",
|
|
26166
26165
|
"schema": {
|
|
26167
26166
|
"kind": "enum",
|
|
26168
|
-
"type": "
|
|
26167
|
+
"type": "boolean | undefined",
|
|
26169
26168
|
"schema": {
|
|
26170
26169
|
"0": "undefined",
|
|
26171
|
-
"1": "
|
|
26170
|
+
"1": "false",
|
|
26171
|
+
"2": "true"
|
|
26172
26172
|
}
|
|
26173
26173
|
}
|
|
26174
26174
|
},
|
|
@@ -29086,13 +29086,13 @@ var B24UIMeta = {
|
|
|
29086
29086
|
}
|
|
29087
29087
|
],
|
|
29088
29088
|
"required": false,
|
|
29089
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
29089
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
29090
29090
|
"schema": {
|
|
29091
29091
|
"kind": "enum",
|
|
29092
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
29092
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\"> | undefined",
|
|
29093
29093
|
"schema": {
|
|
29094
29094
|
"0": "undefined",
|
|
29095
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
29095
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"forceMount\" | \"asChild\">"
|
|
29096
29096
|
}
|
|
29097
29097
|
}
|
|
29098
29098
|
},
|
|
@@ -29780,46 +29780,46 @@ var B24UIMeta = {
|
|
|
29780
29780
|
"description": "",
|
|
29781
29781
|
"tags": [],
|
|
29782
29782
|
"required": false,
|
|
29783
|
-
"type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ...
|
|
29783
|
+
"type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }> | undefined",
|
|
29784
29784
|
"schema": {
|
|
29785
29785
|
"kind": "enum",
|
|
29786
|
-
"type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ...
|
|
29786
|
+
"type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }> | undefined",
|
|
29787
29787
|
"schema": {
|
|
29788
29788
|
"0": "undefined",
|
|
29789
|
-
"1": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ...
|
|
29789
|
+
"1": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }>"
|
|
29790
29790
|
}
|
|
29791
29791
|
}
|
|
29792
29792
|
},
|
|
29793
29793
|
{
|
|
29794
|
-
"name": "
|
|
29794
|
+
"name": "name",
|
|
29795
29795
|
"global": false,
|
|
29796
|
-
"description": "
|
|
29796
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
29797
29797
|
"tags": [],
|
|
29798
29798
|
"required": false,
|
|
29799
|
-
"type": "
|
|
29799
|
+
"type": "string | undefined",
|
|
29800
29800
|
"schema": {
|
|
29801
29801
|
"kind": "enum",
|
|
29802
|
-
"type": "
|
|
29802
|
+
"type": "string | undefined",
|
|
29803
29803
|
"schema": {
|
|
29804
29804
|
"0": "undefined",
|
|
29805
|
-
"1": "
|
|
29806
|
-
"2": "true"
|
|
29805
|
+
"1": "string"
|
|
29807
29806
|
}
|
|
29808
29807
|
}
|
|
29809
29808
|
},
|
|
29810
29809
|
{
|
|
29811
|
-
"name": "
|
|
29810
|
+
"name": "disabled",
|
|
29812
29811
|
"global": false,
|
|
29813
|
-
"description": "
|
|
29812
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
29814
29813
|
"tags": [],
|
|
29815
29814
|
"required": false,
|
|
29816
|
-
"type": "
|
|
29815
|
+
"type": "boolean | undefined",
|
|
29817
29816
|
"schema": {
|
|
29818
29817
|
"kind": "enum",
|
|
29819
|
-
"type": "
|
|
29818
|
+
"type": "boolean | undefined",
|
|
29820
29819
|
"schema": {
|
|
29821
29820
|
"0": "undefined",
|
|
29822
|
-
"1": "
|
|
29821
|
+
"1": "false",
|
|
29822
|
+
"2": "true"
|
|
29823
29823
|
}
|
|
29824
29824
|
}
|
|
29825
29825
|
},
|
|
@@ -33849,35 +33849,35 @@ var B24UIMeta = {
|
|
|
33849
33849
|
}
|
|
33850
33850
|
},
|
|
33851
33851
|
{
|
|
33852
|
-
"name": "
|
|
33852
|
+
"name": "name",
|
|
33853
33853
|
"global": false,
|
|
33854
|
-
"description": "
|
|
33854
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
33855
33855
|
"tags": [],
|
|
33856
33856
|
"required": false,
|
|
33857
|
-
"type": "
|
|
33857
|
+
"type": "string | undefined",
|
|
33858
33858
|
"schema": {
|
|
33859
33859
|
"kind": "enum",
|
|
33860
|
-
"type": "
|
|
33860
|
+
"type": "string | undefined",
|
|
33861
33861
|
"schema": {
|
|
33862
33862
|
"0": "undefined",
|
|
33863
|
-
"1": "
|
|
33864
|
-
"2": "true"
|
|
33863
|
+
"1": "string"
|
|
33865
33864
|
}
|
|
33866
33865
|
}
|
|
33867
33866
|
},
|
|
33868
33867
|
{
|
|
33869
|
-
"name": "
|
|
33868
|
+
"name": "disabled",
|
|
33870
33869
|
"global": false,
|
|
33871
|
-
"description": "
|
|
33870
|
+
"description": "When `true`, prevents the user from interacting with the switch.",
|
|
33872
33871
|
"tags": [],
|
|
33873
33872
|
"required": false,
|
|
33874
|
-
"type": "
|
|
33873
|
+
"type": "boolean | undefined",
|
|
33875
33874
|
"schema": {
|
|
33876
33875
|
"kind": "enum",
|
|
33877
|
-
"type": "
|
|
33876
|
+
"type": "boolean | undefined",
|
|
33878
33877
|
"schema": {
|
|
33879
33878
|
"0": "undefined",
|
|
33880
|
-
"1": "
|
|
33879
|
+
"1": "false",
|
|
33880
|
+
"2": "true"
|
|
33881
33881
|
}
|
|
33882
33882
|
}
|
|
33883
33883
|
},
|
|
@@ -36654,6 +36654,15 @@ var B24UIMeta = {
|
|
|
36654
36654
|
}
|
|
36655
36655
|
}
|
|
36656
36656
|
},
|
|
36657
|
+
"disabled": {
|
|
36658
|
+
"name": "disabled",
|
|
36659
|
+
"global": false,
|
|
36660
|
+
"description": "",
|
|
36661
|
+
"tags": [],
|
|
36662
|
+
"required": false,
|
|
36663
|
+
"type": "boolean | undefined",
|
|
36664
|
+
"schema": "boolean | undefined"
|
|
36665
|
+
},
|
|
36657
36666
|
"to": {
|
|
36658
36667
|
"name": "to",
|
|
36659
36668
|
"global": false,
|
|
@@ -36904,15 +36913,6 @@ var B24UIMeta = {
|
|
|
36904
36913
|
"type": "boolean | undefined",
|
|
36905
36914
|
"schema": "boolean | undefined"
|
|
36906
36915
|
},
|
|
36907
|
-
"disabled": {
|
|
36908
|
-
"name": "disabled",
|
|
36909
|
-
"global": false,
|
|
36910
|
-
"description": "",
|
|
36911
|
-
"tags": [],
|
|
36912
|
-
"required": false,
|
|
36913
|
-
"type": "boolean | undefined",
|
|
36914
|
-
"schema": "boolean | undefined"
|
|
36915
|
-
},
|
|
36916
36916
|
"active": {
|
|
36917
36917
|
"name": "active",
|
|
36918
36918
|
"global": false,
|
|
@@ -37531,6 +37531,15 @@ var B24UIMeta = {
|
|
|
37531
37531
|
}
|
|
37532
37532
|
}
|
|
37533
37533
|
},
|
|
37534
|
+
"disabled": {
|
|
37535
|
+
"name": "disabled",
|
|
37536
|
+
"global": false,
|
|
37537
|
+
"description": "",
|
|
37538
|
+
"tags": [],
|
|
37539
|
+
"required": false,
|
|
37540
|
+
"type": "boolean | undefined",
|
|
37541
|
+
"schema": "boolean | undefined"
|
|
37542
|
+
},
|
|
37534
37543
|
"to": {
|
|
37535
37544
|
"name": "to",
|
|
37536
37545
|
"global": false,
|
|
@@ -37781,15 +37790,6 @@ var B24UIMeta = {
|
|
|
37781
37790
|
"type": "boolean | undefined",
|
|
37782
37791
|
"schema": "boolean | undefined"
|
|
37783
37792
|
},
|
|
37784
|
-
"disabled": {
|
|
37785
|
-
"name": "disabled",
|
|
37786
|
-
"global": false,
|
|
37787
|
-
"description": "",
|
|
37788
|
-
"tags": [],
|
|
37789
|
-
"required": false,
|
|
37790
|
-
"type": "boolean | undefined",
|
|
37791
|
-
"schema": "boolean | undefined"
|
|
37792
|
-
},
|
|
37793
37793
|
"active": {
|
|
37794
37794
|
"name": "active",
|
|
37795
37795
|
"global": false,
|
|
@@ -39369,6 +39369,15 @@ var B24UIMeta = {
|
|
|
39369
39369
|
}
|
|
39370
39370
|
}
|
|
39371
39371
|
},
|
|
39372
|
+
"disabled": {
|
|
39373
|
+
"name": "disabled",
|
|
39374
|
+
"global": false,
|
|
39375
|
+
"description": "",
|
|
39376
|
+
"tags": [],
|
|
39377
|
+
"required": false,
|
|
39378
|
+
"type": "boolean | undefined",
|
|
39379
|
+
"schema": "boolean | undefined"
|
|
39380
|
+
},
|
|
39372
39381
|
"to": {
|
|
39373
39382
|
"name": "to",
|
|
39374
39383
|
"global": false,
|
|
@@ -39619,15 +39628,6 @@ var B24UIMeta = {
|
|
|
39619
39628
|
"type": "boolean | undefined",
|
|
39620
39629
|
"schema": "boolean | undefined"
|
|
39621
39630
|
},
|
|
39622
|
-
"disabled": {
|
|
39623
|
-
"name": "disabled",
|
|
39624
|
-
"global": false,
|
|
39625
|
-
"description": "",
|
|
39626
|
-
"tags": [],
|
|
39627
|
-
"required": false,
|
|
39628
|
-
"type": "boolean | undefined",
|
|
39629
|
-
"schema": "boolean | undefined"
|
|
39630
|
-
},
|
|
39631
39631
|
"active": {
|
|
39632
39632
|
"name": "active",
|
|
39633
39633
|
"global": false,
|
|
@@ -40425,6 +40425,15 @@ var B24UIMeta = {
|
|
|
40425
40425
|
}
|
|
40426
40426
|
}
|
|
40427
40427
|
},
|
|
40428
|
+
"disabled": {
|
|
40429
|
+
"name": "disabled",
|
|
40430
|
+
"global": false,
|
|
40431
|
+
"description": "",
|
|
40432
|
+
"tags": [],
|
|
40433
|
+
"required": false,
|
|
40434
|
+
"type": "boolean | undefined",
|
|
40435
|
+
"schema": "boolean | undefined"
|
|
40436
|
+
},
|
|
40428
40437
|
"to": {
|
|
40429
40438
|
"name": "to",
|
|
40430
40439
|
"global": false,
|
|
@@ -40675,15 +40684,6 @@ var B24UIMeta = {
|
|
|
40675
40684
|
"type": "boolean | undefined",
|
|
40676
40685
|
"schema": "boolean | undefined"
|
|
40677
40686
|
},
|
|
40678
|
-
"disabled": {
|
|
40679
|
-
"name": "disabled",
|
|
40680
|
-
"global": false,
|
|
40681
|
-
"description": "",
|
|
40682
|
-
"tags": [],
|
|
40683
|
-
"required": false,
|
|
40684
|
-
"type": "boolean | undefined",
|
|
40685
|
-
"schema": "boolean | undefined"
|
|
40686
|
-
},
|
|
40687
40687
|
"active": {
|
|
40688
40688
|
"name": "active",
|
|
40689
40689
|
"global": false,
|
|
@@ -41420,6 +41420,15 @@ var B24UIMeta = {
|
|
|
41420
41420
|
}
|
|
41421
41421
|
}
|
|
41422
41422
|
},
|
|
41423
|
+
"disabled": {
|
|
41424
|
+
"name": "disabled",
|
|
41425
|
+
"global": false,
|
|
41426
|
+
"description": "",
|
|
41427
|
+
"tags": [],
|
|
41428
|
+
"required": false,
|
|
41429
|
+
"type": "boolean | undefined",
|
|
41430
|
+
"schema": "boolean | undefined"
|
|
41431
|
+
},
|
|
41423
41432
|
"to": {
|
|
41424
41433
|
"name": "to",
|
|
41425
41434
|
"global": false,
|
|
@@ -41670,15 +41679,6 @@ var B24UIMeta = {
|
|
|
41670
41679
|
"type": "boolean | undefined",
|
|
41671
41680
|
"schema": "boolean | undefined"
|
|
41672
41681
|
},
|
|
41673
|
-
"disabled": {
|
|
41674
|
-
"name": "disabled",
|
|
41675
|
-
"global": false,
|
|
41676
|
-
"description": "",
|
|
41677
|
-
"tags": [],
|
|
41678
|
-
"required": false,
|
|
41679
|
-
"type": "boolean | undefined",
|
|
41680
|
-
"schema": "boolean | undefined"
|
|
41681
|
-
},
|
|
41682
41682
|
"active": {
|
|
41683
41683
|
"name": "active",
|
|
41684
41684
|
"global": false,
|
|
@@ -42415,6 +42415,15 @@ var B24UIMeta = {
|
|
|
42415
42415
|
}
|
|
42416
42416
|
}
|
|
42417
42417
|
},
|
|
42418
|
+
"disabled": {
|
|
42419
|
+
"name": "disabled",
|
|
42420
|
+
"global": false,
|
|
42421
|
+
"description": "",
|
|
42422
|
+
"tags": [],
|
|
42423
|
+
"required": false,
|
|
42424
|
+
"type": "boolean | undefined",
|
|
42425
|
+
"schema": "boolean | undefined"
|
|
42426
|
+
},
|
|
42418
42427
|
"to": {
|
|
42419
42428
|
"name": "to",
|
|
42420
42429
|
"global": false,
|
|
@@ -42665,15 +42674,6 @@ var B24UIMeta = {
|
|
|
42665
42674
|
"type": "boolean | undefined",
|
|
42666
42675
|
"schema": "boolean | undefined"
|
|
42667
42676
|
},
|
|
42668
|
-
"disabled": {
|
|
42669
|
-
"name": "disabled",
|
|
42670
|
-
"global": false,
|
|
42671
|
-
"description": "",
|
|
42672
|
-
"tags": [],
|
|
42673
|
-
"required": false,
|
|
42674
|
-
"type": "boolean | undefined",
|
|
42675
|
-
"schema": "boolean | undefined"
|
|
42676
|
-
},
|
|
42677
42677
|
"active": {
|
|
42678
42678
|
"name": "active",
|
|
42679
42679
|
"global": false,
|
|
@@ -43410,6 +43410,15 @@ var B24UIMeta = {
|
|
|
43410
43410
|
}
|
|
43411
43411
|
}
|
|
43412
43412
|
},
|
|
43413
|
+
"disabled": {
|
|
43414
|
+
"name": "disabled",
|
|
43415
|
+
"global": false,
|
|
43416
|
+
"description": "",
|
|
43417
|
+
"tags": [],
|
|
43418
|
+
"required": false,
|
|
43419
|
+
"type": "boolean | undefined",
|
|
43420
|
+
"schema": "boolean | undefined"
|
|
43421
|
+
},
|
|
43413
43422
|
"to": {
|
|
43414
43423
|
"name": "to",
|
|
43415
43424
|
"global": false,
|
|
@@ -43660,15 +43669,6 @@ var B24UIMeta = {
|
|
|
43660
43669
|
"type": "boolean | undefined",
|
|
43661
43670
|
"schema": "boolean | undefined"
|
|
43662
43671
|
},
|
|
43663
|
-
"disabled": {
|
|
43664
|
-
"name": "disabled",
|
|
43665
|
-
"global": false,
|
|
43666
|
-
"description": "",
|
|
43667
|
-
"tags": [],
|
|
43668
|
-
"required": false,
|
|
43669
|
-
"type": "boolean | undefined",
|
|
43670
|
-
"schema": "boolean | undefined"
|
|
43671
|
-
},
|
|
43672
43672
|
"active": {
|
|
43673
43673
|
"name": "active",
|
|
43674
43674
|
"global": false,
|