@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.mjs
CHANGED
|
@@ -1007,15 +1007,6 @@ const 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
|
-
},
|
|
1019
1010
|
"to": {
|
|
1020
1011
|
"name": "to",
|
|
1021
1012
|
"global": false,
|
|
@@ -1266,6 +1257,15 @@ const B24UIMeta = {
|
|
|
1266
1257
|
"type": "boolean | undefined",
|
|
1267
1258
|
"schema": "boolean | undefined"
|
|
1268
1259
|
},
|
|
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,15 +1888,6 @@ const 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
|
-
},
|
|
1900
1891
|
"to": {
|
|
1901
1892
|
"name": "to",
|
|
1902
1893
|
"global": false,
|
|
@@ -2147,6 +2138,15 @@ const B24UIMeta = {
|
|
|
2147
2138
|
"type": "boolean | undefined",
|
|
2148
2139
|
"schema": "boolean | undefined"
|
|
2149
2140
|
},
|
|
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,23 +4430,6 @@ const 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
|
-
},
|
|
4450
4433
|
{
|
|
4451
4434
|
"name": "to",
|
|
4452
4435
|
"global": false,
|
|
@@ -4742,6 +4725,23 @@ const B24UIMeta = {
|
|
|
4742
4725
|
}
|
|
4743
4726
|
}
|
|
4744
4727
|
},
|
|
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 @@ const B24UIMeta = {
|
|
|
5502
5502
|
}
|
|
5503
5503
|
},
|
|
5504
5504
|
{
|
|
5505
|
-
"name": "
|
|
5505
|
+
"name": "disabled",
|
|
5506
5506
|
"global": false,
|
|
5507
|
-
"description": "
|
|
5507
|
+
"description": "When `true`, prevents the user from interacting with the checkbox",
|
|
5508
5508
|
"tags": [],
|
|
5509
5509
|
"required": false,
|
|
5510
|
-
"type": "
|
|
5510
|
+
"type": "boolean | undefined",
|
|
5511
5511
|
"schema": {
|
|
5512
5512
|
"kind": "enum",
|
|
5513
|
-
"type": "
|
|
5513
|
+
"type": "boolean | undefined",
|
|
5514
5514
|
"schema": {
|
|
5515
5515
|
"0": "undefined",
|
|
5516
|
-
"1": "
|
|
5516
|
+
"1": "false",
|
|
5517
|
+
"2": "true"
|
|
5517
5518
|
}
|
|
5518
5519
|
}
|
|
5519
5520
|
},
|
|
5520
5521
|
{
|
|
5521
|
-
"name": "
|
|
5522
|
+
"name": "name",
|
|
5522
5523
|
"global": false,
|
|
5523
|
-
"description": "
|
|
5524
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
5524
5525
|
"tags": [],
|
|
5525
5526
|
"required": false,
|
|
5526
|
-
"type": "
|
|
5527
|
+
"type": "string | undefined",
|
|
5527
5528
|
"schema": {
|
|
5528
5529
|
"kind": "enum",
|
|
5529
|
-
"type": "
|
|
5530
|
+
"type": "string | undefined",
|
|
5530
5531
|
"schema": {
|
|
5531
5532
|
"0": "undefined",
|
|
5532
|
-
"1": "
|
|
5533
|
-
"2": "true"
|
|
5533
|
+
"1": "string"
|
|
5534
5534
|
}
|
|
5535
5535
|
}
|
|
5536
5536
|
},
|
|
@@ -6690,13 +6690,13 @@ const B24UIMeta = {
|
|
|
6690
6690
|
"description": "",
|
|
6691
6691
|
"tags": [],
|
|
6692
6692
|
"required": false,
|
|
6693
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6693
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
6694
6694
|
"schema": {
|
|
6695
6695
|
"kind": "enum",
|
|
6696
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6696
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
6697
6697
|
"schema": {
|
|
6698
6698
|
"0": "undefined",
|
|
6699
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
6699
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
6700
6700
|
}
|
|
6701
6701
|
}
|
|
6702
6702
|
},
|
|
@@ -7431,6 +7431,34 @@ const B24UIMeta = {
|
|
|
7431
7431
|
}
|
|
7432
7432
|
}
|
|
7433
7433
|
},
|
|
7434
|
+
{
|
|
7435
|
+
"name": "externalIcon",
|
|
7436
|
+
"global": false,
|
|
7437
|
+
"description": "The icon displayed when the item is an external link.\nSet to `false` to hide the external icon.",
|
|
7438
|
+
"tags": [
|
|
7439
|
+
{
|
|
7440
|
+
"name": "defaultValue",
|
|
7441
|
+
"text": "icons.external = `OpenIn50Icon`"
|
|
7442
|
+
}
|
|
7443
|
+
],
|
|
7444
|
+
"required": false,
|
|
7445
|
+
"type": "boolean | IconComponent | undefined",
|
|
7446
|
+
"schema": {
|
|
7447
|
+
"kind": "enum",
|
|
7448
|
+
"type": "boolean | IconComponent | undefined",
|
|
7449
|
+
"schema": {
|
|
7450
|
+
"0": "undefined",
|
|
7451
|
+
"1": "false",
|
|
7452
|
+
"2": "true",
|
|
7453
|
+
"3": {
|
|
7454
|
+
"kind": "event",
|
|
7455
|
+
"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",
|
|
7456
|
+
"schema": []
|
|
7457
|
+
}
|
|
7458
|
+
}
|
|
7459
|
+
},
|
|
7460
|
+
"default": "true"
|
|
7461
|
+
},
|
|
7434
7462
|
{
|
|
7435
7463
|
"name": "content",
|
|
7436
7464
|
"global": false,
|
|
@@ -7442,13 +7470,13 @@ const B24UIMeta = {
|
|
|
7442
7470
|
}
|
|
7443
7471
|
],
|
|
7444
7472
|
"required": false,
|
|
7445
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7473
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
7446
7474
|
"schema": {
|
|
7447
7475
|
"kind": "enum",
|
|
7448
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7476
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
7449
7477
|
"schema": {
|
|
7450
7478
|
"0": "undefined",
|
|
7451
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7479
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
7452
7480
|
}
|
|
7453
7481
|
}
|
|
7454
7482
|
},
|
|
@@ -7854,13 +7882,13 @@ const B24UIMeta = {
|
|
|
7854
7882
|
"description": "",
|
|
7855
7883
|
"tags": [],
|
|
7856
7884
|
"required": false,
|
|
7857
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7885
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
7858
7886
|
"schema": {
|
|
7859
7887
|
"kind": "enum",
|
|
7860
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7888
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
7861
7889
|
"schema": {
|
|
7862
7890
|
"0": "undefined",
|
|
7863
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
7891
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
7864
7892
|
}
|
|
7865
7893
|
}
|
|
7866
7894
|
},
|
|
@@ -8820,13 +8848,13 @@ const B24UIMeta = {
|
|
|
8820
8848
|
"description": "",
|
|
8821
8849
|
"tags": [],
|
|
8822
8850
|
"required": false,
|
|
8823
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8851
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
8824
8852
|
"schema": {
|
|
8825
8853
|
"kind": "enum",
|
|
8826
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8854
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
8827
8855
|
"schema": {
|
|
8828
8856
|
"0": "undefined",
|
|
8829
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
8857
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
8830
8858
|
}
|
|
8831
8859
|
}
|
|
8832
8860
|
},
|
|
@@ -9786,13 +9814,13 @@ const B24UIMeta = {
|
|
|
9786
9814
|
"description": "",
|
|
9787
9815
|
"tags": [],
|
|
9788
9816
|
"required": false,
|
|
9789
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9817
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
9790
9818
|
"schema": {
|
|
9791
9819
|
"kind": "enum",
|
|
9792
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9820
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
9793
9821
|
"schema": {
|
|
9794
9822
|
"0": "undefined",
|
|
9795
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
9823
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
9796
9824
|
}
|
|
9797
9825
|
}
|
|
9798
9826
|
},
|
|
@@ -10752,13 +10780,13 @@ const B24UIMeta = {
|
|
|
10752
10780
|
"description": "",
|
|
10753
10781
|
"tags": [],
|
|
10754
10782
|
"required": false,
|
|
10755
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10783
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
10756
10784
|
"schema": {
|
|
10757
10785
|
"kind": "enum",
|
|
10758
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10786
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
10759
10787
|
"schema": {
|
|
10760
10788
|
"0": "undefined",
|
|
10761
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
10789
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
10762
10790
|
}
|
|
10763
10791
|
}
|
|
10764
10792
|
},
|
|
@@ -11898,13 +11926,13 @@ const B24UIMeta = {
|
|
|
11898
11926
|
"description": "",
|
|
11899
11927
|
"tags": [],
|
|
11900
11928
|
"required": false,
|
|
11901
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
11929
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
11902
11930
|
"schema": {
|
|
11903
11931
|
"kind": "enum",
|
|
11904
|
-
"type": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
11932
|
+
"type": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
11905
11933
|
"schema": {
|
|
11906
11934
|
"0": "undefined",
|
|
11907
|
-
"1": "Omit<DropdownMenuContentProps, \"as\" | \"
|
|
11935
|
+
"1": "Omit<DropdownMenuContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
11908
11936
|
}
|
|
11909
11937
|
}
|
|
11910
11938
|
},
|
|
@@ -12668,6 +12696,28 @@ const B24UIMeta = {
|
|
|
12668
12696
|
}
|
|
12669
12697
|
}
|
|
12670
12698
|
},
|
|
12699
|
+
{
|
|
12700
|
+
"name": "externalIcon",
|
|
12701
|
+
"global": false,
|
|
12702
|
+
"description": "",
|
|
12703
|
+
"tags": [],
|
|
12704
|
+
"required": false,
|
|
12705
|
+
"type": "boolean | IconComponent | undefined",
|
|
12706
|
+
"schema": {
|
|
12707
|
+
"kind": "enum",
|
|
12708
|
+
"type": "boolean | IconComponent | undefined",
|
|
12709
|
+
"schema": {
|
|
12710
|
+
"0": "undefined",
|
|
12711
|
+
"1": "false",
|
|
12712
|
+
"2": "true",
|
|
12713
|
+
"3": {
|
|
12714
|
+
"kind": "event",
|
|
12715
|
+
"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",
|
|
12716
|
+
"schema": []
|
|
12717
|
+
}
|
|
12718
|
+
}
|
|
12719
|
+
}
|
|
12720
|
+
},
|
|
12671
12721
|
{
|
|
12672
12722
|
"name": "b24uiOverride",
|
|
12673
12723
|
"global": false,
|
|
@@ -12733,15 +12783,15 @@ const B24UIMeta = {
|
|
|
12733
12783
|
}
|
|
12734
12784
|
],
|
|
12735
12785
|
"required": false,
|
|
12736
|
-
"type": "\"start\" | \"
|
|
12786
|
+
"type": "\"start\" | \"center\" | \"end\" | undefined",
|
|
12737
12787
|
"schema": {
|
|
12738
12788
|
"kind": "enum",
|
|
12739
|
-
"type": "\"start\" | \"
|
|
12789
|
+
"type": "\"start\" | \"center\" | \"end\" | undefined",
|
|
12740
12790
|
"schema": {
|
|
12741
12791
|
"0": "undefined",
|
|
12742
12792
|
"1": "\"start\"",
|
|
12743
|
-
"2": "\"
|
|
12744
|
-
"3": "\"
|
|
12793
|
+
"2": "\"center\"",
|
|
12794
|
+
"3": "\"end\""
|
|
12745
12795
|
}
|
|
12746
12796
|
}
|
|
12747
12797
|
},
|
|
@@ -14760,13 +14810,13 @@ const B24UIMeta = {
|
|
|
14760
14810
|
}
|
|
14761
14811
|
],
|
|
14762
14812
|
"required": false,
|
|
14763
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
14813
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
14764
14814
|
"schema": {
|
|
14765
14815
|
"kind": "enum",
|
|
14766
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
14816
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
14767
14817
|
"schema": {
|
|
14768
14818
|
"0": "undefined",
|
|
14769
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
14819
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
14770
14820
|
}
|
|
14771
14821
|
}
|
|
14772
14822
|
},
|
|
@@ -15504,35 +15554,35 @@ const B24UIMeta = {
|
|
|
15504
15554
|
}
|
|
15505
15555
|
},
|
|
15506
15556
|
{
|
|
15507
|
-
"name": "
|
|
15557
|
+
"name": "disabled",
|
|
15508
15558
|
"global": false,
|
|
15509
|
-
"description": "
|
|
15559
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
15510
15560
|
"tags": [],
|
|
15511
15561
|
"required": false,
|
|
15512
|
-
"type": "
|
|
15562
|
+
"type": "boolean | undefined",
|
|
15513
15563
|
"schema": {
|
|
15514
15564
|
"kind": "enum",
|
|
15515
|
-
"type": "
|
|
15565
|
+
"type": "boolean | undefined",
|
|
15516
15566
|
"schema": {
|
|
15517
15567
|
"0": "undefined",
|
|
15518
|
-
"1": "
|
|
15568
|
+
"1": "false",
|
|
15569
|
+
"2": "true"
|
|
15519
15570
|
}
|
|
15520
15571
|
}
|
|
15521
15572
|
},
|
|
15522
15573
|
{
|
|
15523
|
-
"name": "
|
|
15574
|
+
"name": "name",
|
|
15524
15575
|
"global": false,
|
|
15525
|
-
"description": "
|
|
15576
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
15526
15577
|
"tags": [],
|
|
15527
15578
|
"required": false,
|
|
15528
|
-
"type": "
|
|
15579
|
+
"type": "string | undefined",
|
|
15529
15580
|
"schema": {
|
|
15530
15581
|
"kind": "enum",
|
|
15531
|
-
"type": "
|
|
15582
|
+
"type": "string | undefined",
|
|
15532
15583
|
"schema": {
|
|
15533
15584
|
"0": "undefined",
|
|
15534
|
-
"1": "
|
|
15535
|
-
"2": "true"
|
|
15585
|
+
"1": "string"
|
|
15536
15586
|
}
|
|
15537
15587
|
}
|
|
15538
15588
|
},
|
|
@@ -19553,22 +19603,6 @@ const B24UIMeta = {
|
|
|
19553
19603
|
}
|
|
19554
19604
|
}
|
|
19555
19605
|
},
|
|
19556
|
-
{
|
|
19557
|
-
"name": "b24ui",
|
|
19558
|
-
"global": false,
|
|
19559
|
-
"description": "",
|
|
19560
|
-
"tags": [],
|
|
19561
|
-
"required": false,
|
|
19562
|
-
"type": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
|
|
19563
|
-
"schema": {
|
|
19564
|
-
"kind": "enum",
|
|
19565
|
-
"type": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
|
|
19566
|
-
"schema": {
|
|
19567
|
-
"0": "undefined",
|
|
19568
|
-
"1": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }>"
|
|
19569
|
-
}
|
|
19570
|
-
}
|
|
19571
|
-
},
|
|
19572
19606
|
{
|
|
19573
19607
|
"name": "orientation",
|
|
19574
19608
|
"global": false,
|
|
@@ -20019,15 +20053,6 @@ const B24UIMeta = {
|
|
|
20019
20053
|
}
|
|
20020
20054
|
}
|
|
20021
20055
|
},
|
|
20022
|
-
"disabled": {
|
|
20023
|
-
"name": "disabled",
|
|
20024
|
-
"global": false,
|
|
20025
|
-
"description": "",
|
|
20026
|
-
"tags": [],
|
|
20027
|
-
"required": false,
|
|
20028
|
-
"type": "boolean | undefined",
|
|
20029
|
-
"schema": "boolean | undefined"
|
|
20030
|
-
},
|
|
20031
20056
|
"to": {
|
|
20032
20057
|
"name": "to",
|
|
20033
20058
|
"global": false,
|
|
@@ -20278,6 +20303,15 @@ const B24UIMeta = {
|
|
|
20278
20303
|
"type": "boolean | undefined",
|
|
20279
20304
|
"schema": "boolean | undefined"
|
|
20280
20305
|
},
|
|
20306
|
+
"disabled": {
|
|
20307
|
+
"name": "disabled",
|
|
20308
|
+
"global": false,
|
|
20309
|
+
"description": "",
|
|
20310
|
+
"tags": [],
|
|
20311
|
+
"required": false,
|
|
20312
|
+
"type": "boolean | undefined",
|
|
20313
|
+
"schema": "boolean | undefined"
|
|
20314
|
+
},
|
|
20281
20315
|
"active": {
|
|
20282
20316
|
"name": "active",
|
|
20283
20317
|
"global": false,
|
|
@@ -20917,15 +20951,6 @@ const B24UIMeta = {
|
|
|
20917
20951
|
}
|
|
20918
20952
|
}
|
|
20919
20953
|
},
|
|
20920
|
-
"disabled": {
|
|
20921
|
-
"name": "disabled",
|
|
20922
|
-
"global": false,
|
|
20923
|
-
"description": "",
|
|
20924
|
-
"tags": [],
|
|
20925
|
-
"required": false,
|
|
20926
|
-
"type": "boolean | undefined",
|
|
20927
|
-
"schema": "boolean | undefined"
|
|
20928
|
-
},
|
|
20929
20954
|
"to": {
|
|
20930
20955
|
"name": "to",
|
|
20931
20956
|
"global": false,
|
|
@@ -21176,6 +21201,15 @@ const B24UIMeta = {
|
|
|
21176
21201
|
"type": "boolean | undefined",
|
|
21177
21202
|
"schema": "boolean | undefined"
|
|
21178
21203
|
},
|
|
21204
|
+
"disabled": {
|
|
21205
|
+
"name": "disabled",
|
|
21206
|
+
"global": false,
|
|
21207
|
+
"description": "",
|
|
21208
|
+
"tags": [],
|
|
21209
|
+
"required": false,
|
|
21210
|
+
"type": "boolean | undefined",
|
|
21211
|
+
"schema": "boolean | undefined"
|
|
21212
|
+
},
|
|
21179
21213
|
"active": {
|
|
21180
21214
|
"name": "active",
|
|
21181
21215
|
"global": false,
|
|
@@ -21443,18 +21477,18 @@ const B24UIMeta = {
|
|
|
21443
21477
|
}
|
|
21444
21478
|
},
|
|
21445
21479
|
{
|
|
21446
|
-
"name": "
|
|
21480
|
+
"name": "b24ui",
|
|
21447
21481
|
"global": false,
|
|
21448
|
-
"description": "
|
|
21482
|
+
"description": "",
|
|
21449
21483
|
"tags": [],
|
|
21450
21484
|
"required": false,
|
|
21451
|
-
"type": "string | undefined",
|
|
21485
|
+
"type": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
|
|
21452
21486
|
"schema": {
|
|
21453
21487
|
"kind": "enum",
|
|
21454
|
-
"type": "string | undefined",
|
|
21488
|
+
"type": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
|
|
21455
21489
|
"schema": {
|
|
21456
21490
|
"0": "undefined",
|
|
21457
|
-
"1": "string"
|
|
21491
|
+
"1": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }>"
|
|
21458
21492
|
}
|
|
21459
21493
|
}
|
|
21460
21494
|
},
|
|
@@ -21491,6 +21525,22 @@ const B24UIMeta = {
|
|
|
21491
21525
|
}
|
|
21492
21526
|
}
|
|
21493
21527
|
},
|
|
21528
|
+
{
|
|
21529
|
+
"name": "name",
|
|
21530
|
+
"global": false,
|
|
21531
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
21532
|
+
"tags": [],
|
|
21533
|
+
"required": false,
|
|
21534
|
+
"type": "string | undefined",
|
|
21535
|
+
"schema": {
|
|
21536
|
+
"kind": "enum",
|
|
21537
|
+
"type": "string | undefined",
|
|
21538
|
+
"schema": {
|
|
21539
|
+
"0": "undefined",
|
|
21540
|
+
"1": "string"
|
|
21541
|
+
}
|
|
21542
|
+
}
|
|
21543
|
+
},
|
|
21494
21544
|
{
|
|
21495
21545
|
"name": "max",
|
|
21496
21546
|
"global": false,
|
|
@@ -22860,13 +22910,13 @@ const B24UIMeta = {
|
|
|
22860
22910
|
"description": "The content of the modal.",
|
|
22861
22911
|
"tags": [],
|
|
22862
22912
|
"required": false,
|
|
22863
|
-
"type": "Omit<DialogContentProps, \"as\" | \"
|
|
22913
|
+
"type": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
22864
22914
|
"schema": {
|
|
22865
22915
|
"kind": "enum",
|
|
22866
|
-
"type": "Omit<DialogContentProps, \"as\" | \"
|
|
22916
|
+
"type": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
22867
22917
|
"schema": {
|
|
22868
22918
|
"0": "undefined",
|
|
22869
|
-
"1": "Omit<DialogContentProps, \"as\" | \"
|
|
22919
|
+
"1": "Omit<DialogContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
22870
22920
|
}
|
|
22871
22921
|
}
|
|
22872
22922
|
},
|
|
@@ -23390,15 +23440,6 @@ const B24UIMeta = {
|
|
|
23390
23440
|
}
|
|
23391
23441
|
}
|
|
23392
23442
|
},
|
|
23393
|
-
"disabled": {
|
|
23394
|
-
"name": "disabled",
|
|
23395
|
-
"global": false,
|
|
23396
|
-
"description": "",
|
|
23397
|
-
"tags": [],
|
|
23398
|
-
"required": false,
|
|
23399
|
-
"type": "boolean | undefined",
|
|
23400
|
-
"schema": "boolean | undefined"
|
|
23401
|
-
},
|
|
23402
23443
|
"to": {
|
|
23403
23444
|
"name": "to",
|
|
23404
23445
|
"global": false,
|
|
@@ -23649,6 +23690,15 @@ const B24UIMeta = {
|
|
|
23649
23690
|
"type": "boolean | undefined",
|
|
23650
23691
|
"schema": "boolean | undefined"
|
|
23651
23692
|
},
|
|
23693
|
+
"disabled": {
|
|
23694
|
+
"name": "disabled",
|
|
23695
|
+
"global": false,
|
|
23696
|
+
"description": "",
|
|
23697
|
+
"tags": [],
|
|
23698
|
+
"required": false,
|
|
23699
|
+
"type": "boolean | undefined",
|
|
23700
|
+
"schema": "boolean | undefined"
|
|
23701
|
+
},
|
|
23652
23702
|
"active": {
|
|
23653
23703
|
"name": "active",
|
|
23654
23704
|
"global": false,
|
|
@@ -24689,35 +24739,35 @@ const B24UIMeta = {
|
|
|
24689
24739
|
}
|
|
24690
24740
|
},
|
|
24691
24741
|
{
|
|
24692
|
-
"name": "
|
|
24742
|
+
"name": "disabled",
|
|
24693
24743
|
"global": false,
|
|
24694
|
-
"description": "
|
|
24744
|
+
"description": "When `true`, prevents the user from interacting with radio items.",
|
|
24695
24745
|
"tags": [],
|
|
24696
24746
|
"required": false,
|
|
24697
|
-
"type": "
|
|
24747
|
+
"type": "boolean | undefined",
|
|
24698
24748
|
"schema": {
|
|
24699
24749
|
"kind": "enum",
|
|
24700
|
-
"type": "
|
|
24750
|
+
"type": "boolean | undefined",
|
|
24701
24751
|
"schema": {
|
|
24702
24752
|
"0": "undefined",
|
|
24703
|
-
"1": "
|
|
24753
|
+
"1": "false",
|
|
24754
|
+
"2": "true"
|
|
24704
24755
|
}
|
|
24705
24756
|
}
|
|
24706
24757
|
},
|
|
24707
24758
|
{
|
|
24708
|
-
"name": "
|
|
24759
|
+
"name": "name",
|
|
24709
24760
|
"global": false,
|
|
24710
|
-
"description": "
|
|
24761
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
24711
24762
|
"tags": [],
|
|
24712
24763
|
"required": false,
|
|
24713
|
-
"type": "
|
|
24764
|
+
"type": "string | undefined",
|
|
24714
24765
|
"schema": {
|
|
24715
24766
|
"kind": "enum",
|
|
24716
|
-
"type": "
|
|
24767
|
+
"type": "string | undefined",
|
|
24717
24768
|
"schema": {
|
|
24718
24769
|
"0": "undefined",
|
|
24719
|
-
"1": "
|
|
24720
|
-
"2": "true"
|
|
24770
|
+
"1": "string"
|
|
24721
24771
|
}
|
|
24722
24772
|
}
|
|
24723
24773
|
},
|
|
@@ -25180,22 +25230,6 @@ const B24UIMeta = {
|
|
|
25180
25230
|
}
|
|
25181
25231
|
}
|
|
25182
25232
|
},
|
|
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
|
-
},
|
|
25199
25233
|
{
|
|
25200
25234
|
"name": "disabled",
|
|
25201
25235
|
"global": false,
|
|
@@ -25230,6 +25264,22 @@ const B24UIMeta = {
|
|
|
25230
25264
|
},
|
|
25231
25265
|
"default": "1"
|
|
25232
25266
|
},
|
|
25267
|
+
{
|
|
25268
|
+
"name": "name",
|
|
25269
|
+
"global": false,
|
|
25270
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
25271
|
+
"tags": [],
|
|
25272
|
+
"required": false,
|
|
25273
|
+
"type": "string | undefined",
|
|
25274
|
+
"schema": {
|
|
25275
|
+
"kind": "enum",
|
|
25276
|
+
"type": "string | undefined",
|
|
25277
|
+
"schema": {
|
|
25278
|
+
"0": "undefined",
|
|
25279
|
+
"1": "string"
|
|
25280
|
+
}
|
|
25281
|
+
}
|
|
25282
|
+
},
|
|
25233
25283
|
{
|
|
25234
25284
|
"name": "max",
|
|
25235
25285
|
"global": false,
|
|
@@ -25557,13 +25607,13 @@ const B24UIMeta = {
|
|
|
25557
25607
|
}
|
|
25558
25608
|
],
|
|
25559
25609
|
"required": false,
|
|
25560
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
25610
|
+
"type": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
25561
25611
|
"schema": {
|
|
25562
25612
|
"kind": "enum",
|
|
25563
|
-
"type": "Omit<SelectContentProps, \"as\" | \"
|
|
25613
|
+
"type": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
25564
25614
|
"schema": {
|
|
25565
25615
|
"0": "undefined",
|
|
25566
|
-
"1": "Omit<SelectContentProps, \"as\" | \"
|
|
25616
|
+
"1": "Omit<SelectContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
25567
25617
|
}
|
|
25568
25618
|
}
|
|
25569
25619
|
},
|
|
@@ -26140,35 +26190,35 @@ const B24UIMeta = {
|
|
|
26140
26190
|
}
|
|
26141
26191
|
},
|
|
26142
26192
|
{
|
|
26143
|
-
"name": "
|
|
26193
|
+
"name": "disabled",
|
|
26144
26194
|
"global": false,
|
|
26145
|
-
"description": "
|
|
26195
|
+
"description": "When `true`, prevents the user from interacting with Select",
|
|
26146
26196
|
"tags": [],
|
|
26147
26197
|
"required": false,
|
|
26148
|
-
"type": "
|
|
26198
|
+
"type": "boolean | undefined",
|
|
26149
26199
|
"schema": {
|
|
26150
26200
|
"kind": "enum",
|
|
26151
|
-
"type": "
|
|
26201
|
+
"type": "boolean | undefined",
|
|
26152
26202
|
"schema": {
|
|
26153
26203
|
"0": "undefined",
|
|
26154
|
-
"1": "
|
|
26204
|
+
"1": "false",
|
|
26205
|
+
"2": "true"
|
|
26155
26206
|
}
|
|
26156
26207
|
}
|
|
26157
26208
|
},
|
|
26158
26209
|
{
|
|
26159
|
-
"name": "
|
|
26210
|
+
"name": "name",
|
|
26160
26211
|
"global": false,
|
|
26161
|
-
"description": "
|
|
26212
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
26162
26213
|
"tags": [],
|
|
26163
26214
|
"required": false,
|
|
26164
|
-
"type": "
|
|
26215
|
+
"type": "string | undefined",
|
|
26165
26216
|
"schema": {
|
|
26166
26217
|
"kind": "enum",
|
|
26167
|
-
"type": "
|
|
26218
|
+
"type": "string | undefined",
|
|
26168
26219
|
"schema": {
|
|
26169
26220
|
"0": "undefined",
|
|
26170
|
-
"1": "
|
|
26171
|
-
"2": "true"
|
|
26221
|
+
"1": "string"
|
|
26172
26222
|
}
|
|
26173
26223
|
}
|
|
26174
26224
|
},
|
|
@@ -29086,13 +29136,13 @@ const B24UIMeta = {
|
|
|
29086
29136
|
}
|
|
29087
29137
|
],
|
|
29088
29138
|
"required": false,
|
|
29089
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
29139
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
29090
29140
|
"schema": {
|
|
29091
29141
|
"kind": "enum",
|
|
29092
|
-
"type": "Omit<ComboboxContentProps, \"as\" | \"
|
|
29142
|
+
"type": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
29093
29143
|
"schema": {
|
|
29094
29144
|
"0": "undefined",
|
|
29095
|
-
"1": "Omit<ComboboxContentProps, \"as\" | \"
|
|
29145
|
+
"1": "Omit<ComboboxContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
29096
29146
|
}
|
|
29097
29147
|
}
|
|
29098
29148
|
},
|
|
@@ -29791,35 +29841,35 @@ const B24UIMeta = {
|
|
|
29791
29841
|
}
|
|
29792
29842
|
},
|
|
29793
29843
|
{
|
|
29794
|
-
"name": "
|
|
29844
|
+
"name": "disabled",
|
|
29795
29845
|
"global": false,
|
|
29796
|
-
"description": "
|
|
29846
|
+
"description": "When `true`, prevents the user from interacting with listbox",
|
|
29797
29847
|
"tags": [],
|
|
29798
29848
|
"required": false,
|
|
29799
|
-
"type": "
|
|
29849
|
+
"type": "boolean | undefined",
|
|
29800
29850
|
"schema": {
|
|
29801
29851
|
"kind": "enum",
|
|
29802
|
-
"type": "
|
|
29852
|
+
"type": "boolean | undefined",
|
|
29803
29853
|
"schema": {
|
|
29804
29854
|
"0": "undefined",
|
|
29805
|
-
"1": "
|
|
29855
|
+
"1": "false",
|
|
29856
|
+
"2": "true"
|
|
29806
29857
|
}
|
|
29807
29858
|
}
|
|
29808
29859
|
},
|
|
29809
29860
|
{
|
|
29810
|
-
"name": "
|
|
29861
|
+
"name": "name",
|
|
29811
29862
|
"global": false,
|
|
29812
|
-
"description": "
|
|
29863
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
29813
29864
|
"tags": [],
|
|
29814
29865
|
"required": false,
|
|
29815
|
-
"type": "
|
|
29866
|
+
"type": "string | undefined",
|
|
29816
29867
|
"schema": {
|
|
29817
29868
|
"kind": "enum",
|
|
29818
|
-
"type": "
|
|
29869
|
+
"type": "string | undefined",
|
|
29819
29870
|
"schema": {
|
|
29820
29871
|
"0": "undefined",
|
|
29821
|
-
"1": "
|
|
29822
|
-
"2": "true"
|
|
29872
|
+
"1": "string"
|
|
29823
29873
|
}
|
|
29824
29874
|
}
|
|
29825
29875
|
},
|
|
@@ -33849,35 +33899,35 @@ const B24UIMeta = {
|
|
|
33849
33899
|
}
|
|
33850
33900
|
},
|
|
33851
33901
|
{
|
|
33852
|
-
"name": "
|
|
33902
|
+
"name": "disabled",
|
|
33853
33903
|
"global": false,
|
|
33854
|
-
"description": "
|
|
33904
|
+
"description": "When `true`, prevents the user from interacting with the switch.",
|
|
33855
33905
|
"tags": [],
|
|
33856
33906
|
"required": false,
|
|
33857
|
-
"type": "
|
|
33907
|
+
"type": "boolean | undefined",
|
|
33858
33908
|
"schema": {
|
|
33859
33909
|
"kind": "enum",
|
|
33860
|
-
"type": "
|
|
33910
|
+
"type": "boolean | undefined",
|
|
33861
33911
|
"schema": {
|
|
33862
33912
|
"0": "undefined",
|
|
33863
|
-
"1": "
|
|
33913
|
+
"1": "false",
|
|
33914
|
+
"2": "true"
|
|
33864
33915
|
}
|
|
33865
33916
|
}
|
|
33866
33917
|
},
|
|
33867
33918
|
{
|
|
33868
|
-
"name": "
|
|
33919
|
+
"name": "name",
|
|
33869
33920
|
"global": false,
|
|
33870
|
-
"description": "
|
|
33921
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
33871
33922
|
"tags": [],
|
|
33872
33923
|
"required": false,
|
|
33873
|
-
"type": "
|
|
33924
|
+
"type": "string | undefined",
|
|
33874
33925
|
"schema": {
|
|
33875
33926
|
"kind": "enum",
|
|
33876
|
-
"type": "
|
|
33927
|
+
"type": "string | undefined",
|
|
33877
33928
|
"schema": {
|
|
33878
33929
|
"0": "undefined",
|
|
33879
|
-
"1": "
|
|
33880
|
-
"2": "true"
|
|
33930
|
+
"1": "string"
|
|
33881
33931
|
}
|
|
33882
33932
|
}
|
|
33883
33933
|
},
|
|
@@ -35911,13 +35961,13 @@ const B24UIMeta = {
|
|
|
35911
35961
|
"description": "",
|
|
35912
35962
|
"tags": [],
|
|
35913
35963
|
"required": false,
|
|
35914
|
-
"type": "
|
|
35964
|
+
"type": "PartialString<{ root: string; base: string; tag: string; }> | undefined",
|
|
35915
35965
|
"schema": {
|
|
35916
35966
|
"kind": "enum",
|
|
35917
|
-
"type": "
|
|
35967
|
+
"type": "PartialString<{ root: string; base: string; tag: string; }> | undefined",
|
|
35918
35968
|
"schema": {
|
|
35919
35969
|
"0": "undefined",
|
|
35920
|
-
"1": "
|
|
35970
|
+
"1": "PartialString<{ root: string; base: string; tag: string; }>"
|
|
35921
35971
|
}
|
|
35922
35972
|
}
|
|
35923
35973
|
}
|
|
@@ -36654,15 +36704,6 @@ const B24UIMeta = {
|
|
|
36654
36704
|
}
|
|
36655
36705
|
}
|
|
36656
36706
|
},
|
|
36657
|
-
"disabled": {
|
|
36658
|
-
"name": "disabled",
|
|
36659
|
-
"global": false,
|
|
36660
|
-
"description": "",
|
|
36661
|
-
"tags": [],
|
|
36662
|
-
"required": false,
|
|
36663
|
-
"type": "boolean | undefined",
|
|
36664
|
-
"schema": "boolean | undefined"
|
|
36665
|
-
},
|
|
36666
36707
|
"to": {
|
|
36667
36708
|
"name": "to",
|
|
36668
36709
|
"global": false,
|
|
@@ -36913,6 +36954,15 @@ const B24UIMeta = {
|
|
|
36913
36954
|
"type": "boolean | undefined",
|
|
36914
36955
|
"schema": "boolean | undefined"
|
|
36915
36956
|
},
|
|
36957
|
+
"disabled": {
|
|
36958
|
+
"name": "disabled",
|
|
36959
|
+
"global": false,
|
|
36960
|
+
"description": "",
|
|
36961
|
+
"tags": [],
|
|
36962
|
+
"required": false,
|
|
36963
|
+
"type": "boolean | undefined",
|
|
36964
|
+
"schema": "boolean | undefined"
|
|
36965
|
+
},
|
|
36916
36966
|
"active": {
|
|
36917
36967
|
"name": "active",
|
|
36918
36968
|
"global": false,
|
|
@@ -37531,15 +37581,6 @@ const B24UIMeta = {
|
|
|
37531
37581
|
}
|
|
37532
37582
|
}
|
|
37533
37583
|
},
|
|
37534
|
-
"disabled": {
|
|
37535
|
-
"name": "disabled",
|
|
37536
|
-
"global": false,
|
|
37537
|
-
"description": "",
|
|
37538
|
-
"tags": [],
|
|
37539
|
-
"required": false,
|
|
37540
|
-
"type": "boolean | undefined",
|
|
37541
|
-
"schema": "boolean | undefined"
|
|
37542
|
-
},
|
|
37543
37584
|
"to": {
|
|
37544
37585
|
"name": "to",
|
|
37545
37586
|
"global": false,
|
|
@@ -37790,6 +37831,15 @@ const B24UIMeta = {
|
|
|
37790
37831
|
"type": "boolean | undefined",
|
|
37791
37832
|
"schema": "boolean | undefined"
|
|
37792
37833
|
},
|
|
37834
|
+
"disabled": {
|
|
37835
|
+
"name": "disabled",
|
|
37836
|
+
"global": false,
|
|
37837
|
+
"description": "",
|
|
37838
|
+
"tags": [],
|
|
37839
|
+
"required": false,
|
|
37840
|
+
"type": "boolean | undefined",
|
|
37841
|
+
"schema": "boolean | undefined"
|
|
37842
|
+
},
|
|
37793
37843
|
"active": {
|
|
37794
37844
|
"name": "active",
|
|
37795
37845
|
"global": false,
|
|
@@ -39369,15 +39419,6 @@ const B24UIMeta = {
|
|
|
39369
39419
|
}
|
|
39370
39420
|
}
|
|
39371
39421
|
},
|
|
39372
|
-
"disabled": {
|
|
39373
|
-
"name": "disabled",
|
|
39374
|
-
"global": false,
|
|
39375
|
-
"description": "",
|
|
39376
|
-
"tags": [],
|
|
39377
|
-
"required": false,
|
|
39378
|
-
"type": "boolean | undefined",
|
|
39379
|
-
"schema": "boolean | undefined"
|
|
39380
|
-
},
|
|
39381
39422
|
"to": {
|
|
39382
39423
|
"name": "to",
|
|
39383
39424
|
"global": false,
|
|
@@ -39628,6 +39669,15 @@ const B24UIMeta = {
|
|
|
39628
39669
|
"type": "boolean | undefined",
|
|
39629
39670
|
"schema": "boolean | undefined"
|
|
39630
39671
|
},
|
|
39672
|
+
"disabled": {
|
|
39673
|
+
"name": "disabled",
|
|
39674
|
+
"global": false,
|
|
39675
|
+
"description": "",
|
|
39676
|
+
"tags": [],
|
|
39677
|
+
"required": false,
|
|
39678
|
+
"type": "boolean | undefined",
|
|
39679
|
+
"schema": "boolean | undefined"
|
|
39680
|
+
},
|
|
39631
39681
|
"active": {
|
|
39632
39682
|
"name": "active",
|
|
39633
39683
|
"global": false,
|
|
@@ -40425,15 +40475,6 @@ const B24UIMeta = {
|
|
|
40425
40475
|
}
|
|
40426
40476
|
}
|
|
40427
40477
|
},
|
|
40428
|
-
"disabled": {
|
|
40429
|
-
"name": "disabled",
|
|
40430
|
-
"global": false,
|
|
40431
|
-
"description": "",
|
|
40432
|
-
"tags": [],
|
|
40433
|
-
"required": false,
|
|
40434
|
-
"type": "boolean | undefined",
|
|
40435
|
-
"schema": "boolean | undefined"
|
|
40436
|
-
},
|
|
40437
40478
|
"to": {
|
|
40438
40479
|
"name": "to",
|
|
40439
40480
|
"global": false,
|
|
@@ -40684,6 +40725,15 @@ const B24UIMeta = {
|
|
|
40684
40725
|
"type": "boolean | undefined",
|
|
40685
40726
|
"schema": "boolean | undefined"
|
|
40686
40727
|
},
|
|
40728
|
+
"disabled": {
|
|
40729
|
+
"name": "disabled",
|
|
40730
|
+
"global": false,
|
|
40731
|
+
"description": "",
|
|
40732
|
+
"tags": [],
|
|
40733
|
+
"required": false,
|
|
40734
|
+
"type": "boolean | undefined",
|
|
40735
|
+
"schema": "boolean | undefined"
|
|
40736
|
+
},
|
|
40687
40737
|
"active": {
|
|
40688
40738
|
"name": "active",
|
|
40689
40739
|
"global": false,
|
|
@@ -41420,15 +41470,6 @@ const B24UIMeta = {
|
|
|
41420
41470
|
}
|
|
41421
41471
|
}
|
|
41422
41472
|
},
|
|
41423
|
-
"disabled": {
|
|
41424
|
-
"name": "disabled",
|
|
41425
|
-
"global": false,
|
|
41426
|
-
"description": "",
|
|
41427
|
-
"tags": [],
|
|
41428
|
-
"required": false,
|
|
41429
|
-
"type": "boolean | undefined",
|
|
41430
|
-
"schema": "boolean | undefined"
|
|
41431
|
-
},
|
|
41432
41473
|
"to": {
|
|
41433
41474
|
"name": "to",
|
|
41434
41475
|
"global": false,
|
|
@@ -41679,6 +41720,15 @@ const B24UIMeta = {
|
|
|
41679
41720
|
"type": "boolean | undefined",
|
|
41680
41721
|
"schema": "boolean | undefined"
|
|
41681
41722
|
},
|
|
41723
|
+
"disabled": {
|
|
41724
|
+
"name": "disabled",
|
|
41725
|
+
"global": false,
|
|
41726
|
+
"description": "",
|
|
41727
|
+
"tags": [],
|
|
41728
|
+
"required": false,
|
|
41729
|
+
"type": "boolean | undefined",
|
|
41730
|
+
"schema": "boolean | undefined"
|
|
41731
|
+
},
|
|
41682
41732
|
"active": {
|
|
41683
41733
|
"name": "active",
|
|
41684
41734
|
"global": false,
|
|
@@ -42415,15 +42465,6 @@ const B24UIMeta = {
|
|
|
42415
42465
|
}
|
|
42416
42466
|
}
|
|
42417
42467
|
},
|
|
42418
|
-
"disabled": {
|
|
42419
|
-
"name": "disabled",
|
|
42420
|
-
"global": false,
|
|
42421
|
-
"description": "",
|
|
42422
|
-
"tags": [],
|
|
42423
|
-
"required": false,
|
|
42424
|
-
"type": "boolean | undefined",
|
|
42425
|
-
"schema": "boolean | undefined"
|
|
42426
|
-
},
|
|
42427
42468
|
"to": {
|
|
42428
42469
|
"name": "to",
|
|
42429
42470
|
"global": false,
|
|
@@ -42674,6 +42715,15 @@ const B24UIMeta = {
|
|
|
42674
42715
|
"type": "boolean | undefined",
|
|
42675
42716
|
"schema": "boolean | undefined"
|
|
42676
42717
|
},
|
|
42718
|
+
"disabled": {
|
|
42719
|
+
"name": "disabled",
|
|
42720
|
+
"global": false,
|
|
42721
|
+
"description": "",
|
|
42722
|
+
"tags": [],
|
|
42723
|
+
"required": false,
|
|
42724
|
+
"type": "boolean | undefined",
|
|
42725
|
+
"schema": "boolean | undefined"
|
|
42726
|
+
},
|
|
42677
42727
|
"active": {
|
|
42678
42728
|
"name": "active",
|
|
42679
42729
|
"global": false,
|
|
@@ -43410,15 +43460,6 @@ const B24UIMeta = {
|
|
|
43410
43460
|
}
|
|
43411
43461
|
}
|
|
43412
43462
|
},
|
|
43413
|
-
"disabled": {
|
|
43414
|
-
"name": "disabled",
|
|
43415
|
-
"global": false,
|
|
43416
|
-
"description": "",
|
|
43417
|
-
"tags": [],
|
|
43418
|
-
"required": false,
|
|
43419
|
-
"type": "boolean | undefined",
|
|
43420
|
-
"schema": "boolean | undefined"
|
|
43421
|
-
},
|
|
43422
43463
|
"to": {
|
|
43423
43464
|
"name": "to",
|
|
43424
43465
|
"global": false,
|
|
@@ -43669,6 +43710,15 @@ const B24UIMeta = {
|
|
|
43669
43710
|
"type": "boolean | undefined",
|
|
43670
43711
|
"schema": "boolean | undefined"
|
|
43671
43712
|
},
|
|
43713
|
+
"disabled": {
|
|
43714
|
+
"name": "disabled",
|
|
43715
|
+
"global": false,
|
|
43716
|
+
"description": "",
|
|
43717
|
+
"tags": [],
|
|
43718
|
+
"required": false,
|
|
43719
|
+
"type": "boolean | undefined",
|
|
43720
|
+
"schema": "boolean | undefined"
|
|
43721
|
+
},
|
|
43672
43722
|
"active": {
|
|
43673
43723
|
"name": "active",
|
|
43674
43724
|
"global": false,
|