@bitrix24/b24ui-nuxt 0.5.9 → 0.5.11
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/navigation-menu.ts +0 -2
- package/.nuxt/b24ui/popover.ts +1 -1
- package/dist/meta.cjs +734 -842
- package/dist/meta.d.cts +734 -842
- package/dist/meta.d.mts +734 -842
- package/dist/meta.d.ts +734 -842
- package/dist/meta.mjs +734 -842
- package/dist/module.cjs +11 -7
- package/dist/module.json +3 -3
- package/dist/module.mjs +11 -7
- package/dist/runtime/components/Button.vue +8 -1
- package/dist/runtime/components/DropdownMenuContent.vue +8 -5
- package/dist/runtime/components/InputMenu.vue +0 -1
- package/dist/runtime/components/NavigationMenu.vue +17 -15
- package/dist/runtime/components/SelectMenu.vue +0 -1
- package/dist/runtime/components/Tabs.vue +8 -4
- package/dist/runtime/components/Toaster.vue +7 -2
- package/dist/runtime/composables/useComponentIcons.d.ts +2 -2
- package/dist/runtime/vue/stubs.d.ts +3 -3
- package/dist/shared/{b24ui-nuxt.C1lGF53R.mjs → b24ui-nuxt.CS9Lf0os.mjs} +4 -3
- package/dist/shared/{b24ui-nuxt.BVg3rkkG.cjs → b24ui-nuxt.DrKwIWoc.cjs} +4 -3
- 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 +57 -18
package/dist/meta.cjs
CHANGED
|
@@ -666,21 +666,21 @@ const B24UIMeta = {
|
|
|
666
666
|
}
|
|
667
667
|
],
|
|
668
668
|
"required": false,
|
|
669
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
669
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
670
670
|
"schema": {
|
|
671
671
|
"kind": "enum",
|
|
672
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
672
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
673
673
|
"schema": {
|
|
674
674
|
"0": "undefined",
|
|
675
675
|
"1": "\"default\"",
|
|
676
|
-
"2": "\"
|
|
677
|
-
"3": "\"
|
|
678
|
-
"4": "\"
|
|
679
|
-
"5": "\"
|
|
680
|
-
"6": "\"
|
|
681
|
-
"7": "\"
|
|
682
|
-
"8": "\"
|
|
683
|
-
"9": "\"
|
|
676
|
+
"2": "\"link\"",
|
|
677
|
+
"3": "\"danger\"",
|
|
678
|
+
"4": "\"success\"",
|
|
679
|
+
"5": "\"warning\"",
|
|
680
|
+
"6": "\"primary\"",
|
|
681
|
+
"7": "\"secondary\"",
|
|
682
|
+
"8": "\"collab\"",
|
|
683
|
+
"9": "\"ai\""
|
|
684
684
|
}
|
|
685
685
|
}
|
|
686
686
|
},
|
|
@@ -690,8 +690,8 @@ const B24UIMeta = {
|
|
|
690
690
|
"description": "",
|
|
691
691
|
"tags": [],
|
|
692
692
|
"required": false,
|
|
693
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
694
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
693
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
694
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
695
695
|
},
|
|
696
696
|
"depth": {
|
|
697
697
|
"name": "depth",
|
|
@@ -1151,6 +1151,15 @@ const B24UIMeta = {
|
|
|
1151
1151
|
}
|
|
1152
1152
|
}
|
|
1153
1153
|
},
|
|
1154
|
+
"replace": {
|
|
1155
|
+
"name": "replace",
|
|
1156
|
+
"global": false,
|
|
1157
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
1158
|
+
"tags": [],
|
|
1159
|
+
"required": false,
|
|
1160
|
+
"type": "boolean | undefined",
|
|
1161
|
+
"schema": "boolean | undefined"
|
|
1162
|
+
},
|
|
1154
1163
|
"to": {
|
|
1155
1164
|
"name": "to",
|
|
1156
1165
|
"global": false,
|
|
@@ -1383,15 +1392,6 @@ const B24UIMeta = {
|
|
|
1383
1392
|
"type": "boolean | undefined",
|
|
1384
1393
|
"schema": "boolean | undefined"
|
|
1385
1394
|
},
|
|
1386
|
-
"replace": {
|
|
1387
|
-
"name": "replace",
|
|
1388
|
-
"global": false,
|
|
1389
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
1390
|
-
"tags": [],
|
|
1391
|
-
"required": false,
|
|
1392
|
-
"type": "boolean | undefined",
|
|
1393
|
-
"schema": "boolean | undefined"
|
|
1394
|
-
},
|
|
1395
1395
|
"disabled": {
|
|
1396
1396
|
"name": "disabled",
|
|
1397
1397
|
"global": false,
|
|
@@ -3480,21 +3480,21 @@ const B24UIMeta = {
|
|
|
3480
3480
|
}
|
|
3481
3481
|
],
|
|
3482
3482
|
"required": false,
|
|
3483
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
3483
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
3484
3484
|
"schema": {
|
|
3485
3485
|
"kind": "enum",
|
|
3486
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
3486
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
3487
3487
|
"schema": {
|
|
3488
3488
|
"0": "undefined",
|
|
3489
3489
|
"1": "\"default\"",
|
|
3490
|
-
"2": "\"
|
|
3491
|
-
"3": "\"
|
|
3492
|
-
"4": "\"
|
|
3493
|
-
"5": "\"
|
|
3494
|
-
"6": "\"
|
|
3495
|
-
"7": "\"
|
|
3496
|
-
"8": "\"
|
|
3497
|
-
"9": "\"
|
|
3490
|
+
"2": "\"link\"",
|
|
3491
|
+
"3": "\"danger\"",
|
|
3492
|
+
"4": "\"success\"",
|
|
3493
|
+
"5": "\"warning\"",
|
|
3494
|
+
"6": "\"primary\"",
|
|
3495
|
+
"7": "\"secondary\"",
|
|
3496
|
+
"8": "\"collab\"",
|
|
3497
|
+
"9": "\"ai\""
|
|
3498
3498
|
}
|
|
3499
3499
|
}
|
|
3500
3500
|
},
|
|
@@ -3504,21 +3504,21 @@ const B24UIMeta = {
|
|
|
3504
3504
|
"description": "",
|
|
3505
3505
|
"tags": [],
|
|
3506
3506
|
"required": false,
|
|
3507
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
3507
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
3508
3508
|
"schema": {
|
|
3509
3509
|
"kind": "enum",
|
|
3510
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
3510
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
3511
3511
|
"schema": {
|
|
3512
3512
|
"0": "undefined",
|
|
3513
3513
|
"1": "\"default\"",
|
|
3514
|
-
"2": "\"
|
|
3515
|
-
"3": "\"
|
|
3516
|
-
"4": "\"
|
|
3517
|
-
"5": "\"
|
|
3518
|
-
"6": "\"
|
|
3519
|
-
"7": "\"
|
|
3520
|
-
"8": "\"
|
|
3521
|
-
"9": "\"
|
|
3514
|
+
"2": "\"link\"",
|
|
3515
|
+
"3": "\"danger\"",
|
|
3516
|
+
"4": "\"success\"",
|
|
3517
|
+
"5": "\"warning\"",
|
|
3518
|
+
"6": "\"primary\"",
|
|
3519
|
+
"7": "\"secondary\"",
|
|
3520
|
+
"8": "\"collab\"",
|
|
3521
|
+
"9": "\"ai\""
|
|
3522
3522
|
}
|
|
3523
3523
|
}
|
|
3524
3524
|
},
|
|
@@ -4040,6 +4040,23 @@ const B24UIMeta = {
|
|
|
4040
4040
|
},
|
|
4041
4041
|
"default": "\"button\""
|
|
4042
4042
|
},
|
|
4043
|
+
{
|
|
4044
|
+
"name": "replace",
|
|
4045
|
+
"global": false,
|
|
4046
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
4047
|
+
"tags": [],
|
|
4048
|
+
"required": false,
|
|
4049
|
+
"type": "boolean | undefined",
|
|
4050
|
+
"schema": {
|
|
4051
|
+
"kind": "enum",
|
|
4052
|
+
"type": "boolean | undefined",
|
|
4053
|
+
"schema": {
|
|
4054
|
+
"0": "undefined",
|
|
4055
|
+
"1": "false",
|
|
4056
|
+
"2": "true"
|
|
4057
|
+
}
|
|
4058
|
+
}
|
|
4059
|
+
},
|
|
4043
4060
|
{
|
|
4044
4061
|
"name": "to",
|
|
4045
4062
|
"global": false,
|
|
@@ -4302,23 +4319,6 @@ const B24UIMeta = {
|
|
|
4302
4319
|
}
|
|
4303
4320
|
}
|
|
4304
4321
|
},
|
|
4305
|
-
{
|
|
4306
|
-
"name": "replace",
|
|
4307
|
-
"global": false,
|
|
4308
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
4309
|
-
"tags": [],
|
|
4310
|
-
"required": false,
|
|
4311
|
-
"type": "boolean | undefined",
|
|
4312
|
-
"schema": {
|
|
4313
|
-
"kind": "enum",
|
|
4314
|
-
"type": "boolean | undefined",
|
|
4315
|
-
"schema": {
|
|
4316
|
-
"0": "undefined",
|
|
4317
|
-
"1": "false",
|
|
4318
|
-
"2": "true"
|
|
4319
|
-
}
|
|
4320
|
-
}
|
|
4321
|
-
},
|
|
4322
4322
|
{
|
|
4323
4323
|
"name": "disabled",
|
|
4324
4324
|
"global": false,
|
|
@@ -5053,21 +5053,21 @@ const B24UIMeta = {
|
|
|
5053
5053
|
}
|
|
5054
5054
|
],
|
|
5055
5055
|
"required": false,
|
|
5056
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
5056
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
5057
5057
|
"schema": {
|
|
5058
5058
|
"kind": "enum",
|
|
5059
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
5059
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
5060
5060
|
"schema": {
|
|
5061
5061
|
"0": "undefined",
|
|
5062
5062
|
"1": "\"default\"",
|
|
5063
|
-
"2": "\"
|
|
5064
|
-
"3": "\"
|
|
5065
|
-
"4": "\"
|
|
5066
|
-
"5": "\"
|
|
5067
|
-
"6": "\"
|
|
5068
|
-
"7": "\"
|
|
5069
|
-
"8": "\"
|
|
5070
|
-
"9": "\"
|
|
5063
|
+
"2": "\"link\"",
|
|
5064
|
+
"3": "\"danger\"",
|
|
5065
|
+
"4": "\"success\"",
|
|
5066
|
+
"5": "\"warning\"",
|
|
5067
|
+
"6": "\"primary\"",
|
|
5068
|
+
"7": "\"secondary\"",
|
|
5069
|
+
"8": "\"collab\"",
|
|
5070
|
+
"9": "\"ai\""
|
|
5071
5071
|
}
|
|
5072
5072
|
}
|
|
5073
5073
|
},
|
|
@@ -5077,8 +5077,8 @@ const B24UIMeta = {
|
|
|
5077
5077
|
"description": "",
|
|
5078
5078
|
"tags": [],
|
|
5079
5079
|
"required": false,
|
|
5080
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
5081
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
5080
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
5081
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
5082
5082
|
},
|
|
5083
5083
|
"depth": {
|
|
5084
5084
|
"name": "depth",
|
|
@@ -5538,6 +5538,15 @@ const B24UIMeta = {
|
|
|
5538
5538
|
}
|
|
5539
5539
|
}
|
|
5540
5540
|
},
|
|
5541
|
+
"replace": {
|
|
5542
|
+
"name": "replace",
|
|
5543
|
+
"global": false,
|
|
5544
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
5545
|
+
"tags": [],
|
|
5546
|
+
"required": false,
|
|
5547
|
+
"type": "boolean | undefined",
|
|
5548
|
+
"schema": "boolean | undefined"
|
|
5549
|
+
},
|
|
5541
5550
|
"to": {
|
|
5542
5551
|
"name": "to",
|
|
5543
5552
|
"global": false,
|
|
@@ -5770,15 +5779,6 @@ const B24UIMeta = {
|
|
|
5770
5779
|
"type": "boolean | undefined",
|
|
5771
5780
|
"schema": "boolean | undefined"
|
|
5772
5781
|
},
|
|
5773
|
-
"replace": {
|
|
5774
|
-
"name": "replace",
|
|
5775
|
-
"global": false,
|
|
5776
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
5777
|
-
"tags": [],
|
|
5778
|
-
"required": false,
|
|
5779
|
-
"type": "boolean | undefined",
|
|
5780
|
-
"schema": "boolean | undefined"
|
|
5781
|
-
},
|
|
5782
5782
|
"disabled": {
|
|
5783
5783
|
"name": "disabled",
|
|
5784
5784
|
"global": false,
|
|
@@ -6037,21 +6037,21 @@ const B24UIMeta = {
|
|
|
6037
6037
|
}
|
|
6038
6038
|
],
|
|
6039
6039
|
"required": false,
|
|
6040
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
6040
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
6041
6041
|
"schema": {
|
|
6042
6042
|
"kind": "enum",
|
|
6043
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
6043
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
6044
6044
|
"schema": {
|
|
6045
6045
|
"0": "undefined",
|
|
6046
6046
|
"1": "\"default\"",
|
|
6047
|
-
"2": "\"
|
|
6048
|
-
"3": "\"
|
|
6049
|
-
"4": "\"
|
|
6050
|
-
"5": "\"
|
|
6051
|
-
"6": "\"
|
|
6052
|
-
"7": "\"
|
|
6053
|
-
"8": "\"
|
|
6054
|
-
"9": "\"
|
|
6047
|
+
"2": "\"link\"",
|
|
6048
|
+
"3": "\"danger\"",
|
|
6049
|
+
"4": "\"success\"",
|
|
6050
|
+
"5": "\"warning\"",
|
|
6051
|
+
"6": "\"primary\"",
|
|
6052
|
+
"7": "\"secondary\"",
|
|
6053
|
+
"8": "\"collab\"",
|
|
6054
|
+
"9": "\"ai\""
|
|
6055
6055
|
}
|
|
6056
6056
|
}
|
|
6057
6057
|
},
|
|
@@ -6061,8 +6061,8 @@ const B24UIMeta = {
|
|
|
6061
6061
|
"description": "",
|
|
6062
6062
|
"tags": [],
|
|
6063
6063
|
"required": false,
|
|
6064
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
6065
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
6064
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
6065
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
6066
6066
|
},
|
|
6067
6067
|
"depth": {
|
|
6068
6068
|
"name": "depth",
|
|
@@ -6522,6 +6522,15 @@ const B24UIMeta = {
|
|
|
6522
6522
|
}
|
|
6523
6523
|
}
|
|
6524
6524
|
},
|
|
6525
|
+
"replace": {
|
|
6526
|
+
"name": "replace",
|
|
6527
|
+
"global": false,
|
|
6528
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
6529
|
+
"tags": [],
|
|
6530
|
+
"required": false,
|
|
6531
|
+
"type": "boolean | undefined",
|
|
6532
|
+
"schema": "boolean | undefined"
|
|
6533
|
+
},
|
|
6525
6534
|
"to": {
|
|
6526
6535
|
"name": "to",
|
|
6527
6536
|
"global": false,
|
|
@@ -6754,15 +6763,6 @@ const B24UIMeta = {
|
|
|
6754
6763
|
"type": "boolean | undefined",
|
|
6755
6764
|
"schema": "boolean | undefined"
|
|
6756
6765
|
},
|
|
6757
|
-
"replace": {
|
|
6758
|
-
"name": "replace",
|
|
6759
|
-
"global": false,
|
|
6760
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
6761
|
-
"tags": [],
|
|
6762
|
-
"required": false,
|
|
6763
|
-
"type": "boolean | undefined",
|
|
6764
|
-
"schema": "boolean | undefined"
|
|
6765
|
-
},
|
|
6766
6766
|
"disabled": {
|
|
6767
6767
|
"name": "disabled",
|
|
6768
6768
|
"global": false,
|
|
@@ -7021,21 +7021,21 @@ const B24UIMeta = {
|
|
|
7021
7021
|
}
|
|
7022
7022
|
],
|
|
7023
7023
|
"required": false,
|
|
7024
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
7024
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
7025
7025
|
"schema": {
|
|
7026
7026
|
"kind": "enum",
|
|
7027
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
7027
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
7028
7028
|
"schema": {
|
|
7029
7029
|
"0": "undefined",
|
|
7030
7030
|
"1": "\"default\"",
|
|
7031
|
-
"2": "\"
|
|
7032
|
-
"3": "\"
|
|
7033
|
-
"4": "\"
|
|
7034
|
-
"5": "\"
|
|
7035
|
-
"6": "\"
|
|
7036
|
-
"7": "\"
|
|
7037
|
-
"8": "\"
|
|
7038
|
-
"9": "\"
|
|
7031
|
+
"2": "\"link\"",
|
|
7032
|
+
"3": "\"danger\"",
|
|
7033
|
+
"4": "\"success\"",
|
|
7034
|
+
"5": "\"warning\"",
|
|
7035
|
+
"6": "\"primary\"",
|
|
7036
|
+
"7": "\"secondary\"",
|
|
7037
|
+
"8": "\"collab\"",
|
|
7038
|
+
"9": "\"ai\""
|
|
7039
7039
|
}
|
|
7040
7040
|
}
|
|
7041
7041
|
},
|
|
@@ -7045,8 +7045,8 @@ const B24UIMeta = {
|
|
|
7045
7045
|
"description": "",
|
|
7046
7046
|
"tags": [],
|
|
7047
7047
|
"required": false,
|
|
7048
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
7049
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
7048
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
7049
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
7050
7050
|
},
|
|
7051
7051
|
"depth": {
|
|
7052
7052
|
"name": "depth",
|
|
@@ -7506,6 +7506,15 @@ const B24UIMeta = {
|
|
|
7506
7506
|
}
|
|
7507
7507
|
}
|
|
7508
7508
|
},
|
|
7509
|
+
"replace": {
|
|
7510
|
+
"name": "replace",
|
|
7511
|
+
"global": false,
|
|
7512
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
7513
|
+
"tags": [],
|
|
7514
|
+
"required": false,
|
|
7515
|
+
"type": "boolean | undefined",
|
|
7516
|
+
"schema": "boolean | undefined"
|
|
7517
|
+
},
|
|
7509
7518
|
"to": {
|
|
7510
7519
|
"name": "to",
|
|
7511
7520
|
"global": false,
|
|
@@ -7738,15 +7747,6 @@ const B24UIMeta = {
|
|
|
7738
7747
|
"type": "boolean | undefined",
|
|
7739
7748
|
"schema": "boolean | undefined"
|
|
7740
7749
|
},
|
|
7741
|
-
"replace": {
|
|
7742
|
-
"name": "replace",
|
|
7743
|
-
"global": false,
|
|
7744
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
7745
|
-
"tags": [],
|
|
7746
|
-
"required": false,
|
|
7747
|
-
"type": "boolean | undefined",
|
|
7748
|
-
"schema": "boolean | undefined"
|
|
7749
|
-
},
|
|
7750
7750
|
"disabled": {
|
|
7751
7751
|
"name": "disabled",
|
|
7752
7752
|
"global": false,
|
|
@@ -8005,21 +8005,21 @@ const B24UIMeta = {
|
|
|
8005
8005
|
}
|
|
8006
8006
|
],
|
|
8007
8007
|
"required": false,
|
|
8008
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
8008
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
8009
8009
|
"schema": {
|
|
8010
8010
|
"kind": "enum",
|
|
8011
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
8011
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
8012
8012
|
"schema": {
|
|
8013
8013
|
"0": "undefined",
|
|
8014
8014
|
"1": "\"default\"",
|
|
8015
|
-
"2": "\"
|
|
8016
|
-
"3": "\"
|
|
8017
|
-
"4": "\"
|
|
8018
|
-
"5": "\"
|
|
8019
|
-
"6": "\"
|
|
8020
|
-
"7": "\"
|
|
8021
|
-
"8": "\"
|
|
8022
|
-
"9": "\"
|
|
8015
|
+
"2": "\"link\"",
|
|
8016
|
+
"3": "\"danger\"",
|
|
8017
|
+
"4": "\"success\"",
|
|
8018
|
+
"5": "\"warning\"",
|
|
8019
|
+
"6": "\"primary\"",
|
|
8020
|
+
"7": "\"secondary\"",
|
|
8021
|
+
"8": "\"collab\"",
|
|
8022
|
+
"9": "\"ai\""
|
|
8023
8023
|
}
|
|
8024
8024
|
}
|
|
8025
8025
|
},
|
|
@@ -8029,8 +8029,8 @@ const B24UIMeta = {
|
|
|
8029
8029
|
"description": "",
|
|
8030
8030
|
"tags": [],
|
|
8031
8031
|
"required": false,
|
|
8032
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
8033
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
8032
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
8033
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
8034
8034
|
},
|
|
8035
8035
|
"depth": {
|
|
8036
8036
|
"name": "depth",
|
|
@@ -8490,6 +8490,15 @@ const B24UIMeta = {
|
|
|
8490
8490
|
}
|
|
8491
8491
|
}
|
|
8492
8492
|
},
|
|
8493
|
+
"replace": {
|
|
8494
|
+
"name": "replace",
|
|
8495
|
+
"global": false,
|
|
8496
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
8497
|
+
"tags": [],
|
|
8498
|
+
"required": false,
|
|
8499
|
+
"type": "boolean | undefined",
|
|
8500
|
+
"schema": "boolean | undefined"
|
|
8501
|
+
},
|
|
8493
8502
|
"to": {
|
|
8494
8503
|
"name": "to",
|
|
8495
8504
|
"global": false,
|
|
@@ -8722,15 +8731,6 @@ const B24UIMeta = {
|
|
|
8722
8731
|
"type": "boolean | undefined",
|
|
8723
8732
|
"schema": "boolean | undefined"
|
|
8724
8733
|
},
|
|
8725
|
-
"replace": {
|
|
8726
|
-
"name": "replace",
|
|
8727
|
-
"global": false,
|
|
8728
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
8729
|
-
"tags": [],
|
|
8730
|
-
"required": false,
|
|
8731
|
-
"type": "boolean | undefined",
|
|
8732
|
-
"schema": "boolean | undefined"
|
|
8733
|
-
},
|
|
8734
8734
|
"disabled": {
|
|
8735
8735
|
"name": "disabled",
|
|
8736
8736
|
"global": false,
|
|
@@ -14804,21 +14804,21 @@ const B24UIMeta = {
|
|
|
14804
14804
|
}
|
|
14805
14805
|
],
|
|
14806
14806
|
"required": false,
|
|
14807
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
14807
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
14808
14808
|
"schema": {
|
|
14809
14809
|
"kind": "enum",
|
|
14810
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
14810
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
14811
14811
|
"schema": {
|
|
14812
14812
|
"0": "undefined",
|
|
14813
14813
|
"1": "\"default\"",
|
|
14814
|
-
"2": "\"
|
|
14815
|
-
"3": "\"
|
|
14816
|
-
"4": "\"
|
|
14817
|
-
"5": "\"
|
|
14818
|
-
"6": "\"
|
|
14819
|
-
"7": "\"
|
|
14820
|
-
"8": "\"
|
|
14821
|
-
"9": "\"
|
|
14814
|
+
"2": "\"link\"",
|
|
14815
|
+
"3": "\"danger\"",
|
|
14816
|
+
"4": "\"success\"",
|
|
14817
|
+
"5": "\"warning\"",
|
|
14818
|
+
"6": "\"primary\"",
|
|
14819
|
+
"7": "\"secondary\"",
|
|
14820
|
+
"8": "\"collab\"",
|
|
14821
|
+
"9": "\"ai\""
|
|
14822
14822
|
}
|
|
14823
14823
|
}
|
|
14824
14824
|
},
|
|
@@ -16122,21 +16122,21 @@ const B24UIMeta = {
|
|
|
16122
16122
|
}
|
|
16123
16123
|
],
|
|
16124
16124
|
"required": false,
|
|
16125
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
16125
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
16126
16126
|
"schema": {
|
|
16127
16127
|
"kind": "enum",
|
|
16128
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
16128
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
16129
16129
|
"schema": {
|
|
16130
16130
|
"0": "undefined",
|
|
16131
16131
|
"1": "\"default\"",
|
|
16132
|
-
"2": "\"
|
|
16133
|
-
"3": "\"
|
|
16134
|
-
"4": "\"
|
|
16135
|
-
"5": "\"
|
|
16136
|
-
"6": "\"
|
|
16137
|
-
"7": "\"
|
|
16138
|
-
"8": "\"
|
|
16139
|
-
"9": "\"
|
|
16132
|
+
"2": "\"link\"",
|
|
16133
|
+
"3": "\"danger\"",
|
|
16134
|
+
"4": "\"success\"",
|
|
16135
|
+
"5": "\"warning\"",
|
|
16136
|
+
"6": "\"primary\"",
|
|
16137
|
+
"7": "\"secondary\"",
|
|
16138
|
+
"8": "\"collab\"",
|
|
16139
|
+
"9": "\"ai\""
|
|
16140
16140
|
}
|
|
16141
16141
|
}
|
|
16142
16142
|
},
|
|
@@ -16146,8 +16146,8 @@ const B24UIMeta = {
|
|
|
16146
16146
|
"description": "",
|
|
16147
16147
|
"tags": [],
|
|
16148
16148
|
"required": false,
|
|
16149
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
16150
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
16149
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
16150
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
16151
16151
|
},
|
|
16152
16152
|
"depth": {
|
|
16153
16153
|
"name": "depth",
|
|
@@ -16467,6 +16467,15 @@ const B24UIMeta = {
|
|
|
16467
16467
|
}
|
|
16468
16468
|
}
|
|
16469
16469
|
},
|
|
16470
|
+
"replace": {
|
|
16471
|
+
"name": "replace",
|
|
16472
|
+
"global": false,
|
|
16473
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
16474
|
+
"tags": [],
|
|
16475
|
+
"required": false,
|
|
16476
|
+
"type": "boolean | undefined",
|
|
16477
|
+
"schema": "boolean | undefined"
|
|
16478
|
+
},
|
|
16470
16479
|
"to": {
|
|
16471
16480
|
"name": "to",
|
|
16472
16481
|
"global": false,
|
|
@@ -16699,15 +16708,6 @@ const B24UIMeta = {
|
|
|
16699
16708
|
"type": "boolean | undefined",
|
|
16700
16709
|
"schema": "boolean | undefined"
|
|
16701
16710
|
},
|
|
16702
|
-
"replace": {
|
|
16703
|
-
"name": "replace",
|
|
16704
|
-
"global": false,
|
|
16705
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
16706
|
-
"tags": [],
|
|
16707
|
-
"required": false,
|
|
16708
|
-
"type": "boolean | undefined",
|
|
16709
|
-
"schema": "boolean | undefined"
|
|
16710
|
-
},
|
|
16711
16711
|
"disabled": {
|
|
16712
16712
|
"name": "disabled",
|
|
16713
16713
|
"global": false,
|
|
@@ -17280,21 +17280,21 @@ const B24UIMeta = {
|
|
|
17280
17280
|
}
|
|
17281
17281
|
],
|
|
17282
17282
|
"required": false,
|
|
17283
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
17283
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
17284
17284
|
"schema": {
|
|
17285
17285
|
"kind": "enum",
|
|
17286
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
17286
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
17287
17287
|
"schema": {
|
|
17288
17288
|
"0": "undefined",
|
|
17289
17289
|
"1": "\"default\"",
|
|
17290
|
-
"2": "\"
|
|
17291
|
-
"3": "\"
|
|
17292
|
-
"4": "\"
|
|
17293
|
-
"5": "\"
|
|
17294
|
-
"6": "\"
|
|
17295
|
-
"7": "\"
|
|
17296
|
-
"8": "\"
|
|
17297
|
-
"9": "\"
|
|
17290
|
+
"2": "\"link\"",
|
|
17291
|
+
"3": "\"danger\"",
|
|
17292
|
+
"4": "\"success\"",
|
|
17293
|
+
"5": "\"warning\"",
|
|
17294
|
+
"6": "\"primary\"",
|
|
17295
|
+
"7": "\"secondary\"",
|
|
17296
|
+
"8": "\"collab\"",
|
|
17297
|
+
"9": "\"ai\""
|
|
17298
17298
|
}
|
|
17299
17299
|
}
|
|
17300
17300
|
},
|
|
@@ -17304,8 +17304,8 @@ const B24UIMeta = {
|
|
|
17304
17304
|
"description": "",
|
|
17305
17305
|
"tags": [],
|
|
17306
17306
|
"required": false,
|
|
17307
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
17308
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
17307
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
17308
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
17309
17309
|
},
|
|
17310
17310
|
"depth": {
|
|
17311
17311
|
"name": "depth",
|
|
@@ -17625,6 +17625,15 @@ const B24UIMeta = {
|
|
|
17625
17625
|
}
|
|
17626
17626
|
}
|
|
17627
17627
|
},
|
|
17628
|
+
"replace": {
|
|
17629
|
+
"name": "replace",
|
|
17630
|
+
"global": false,
|
|
17631
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
17632
|
+
"tags": [],
|
|
17633
|
+
"required": false,
|
|
17634
|
+
"type": "boolean | undefined",
|
|
17635
|
+
"schema": "boolean | undefined"
|
|
17636
|
+
},
|
|
17628
17637
|
"to": {
|
|
17629
17638
|
"name": "to",
|
|
17630
17639
|
"global": false,
|
|
@@ -17857,15 +17866,6 @@ const B24UIMeta = {
|
|
|
17857
17866
|
"type": "boolean | undefined",
|
|
17858
17867
|
"schema": "boolean | undefined"
|
|
17859
17868
|
},
|
|
17860
|
-
"replace": {
|
|
17861
|
-
"name": "replace",
|
|
17862
|
-
"global": false,
|
|
17863
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
17864
|
-
"tags": [],
|
|
17865
|
-
"required": false,
|
|
17866
|
-
"type": "boolean | undefined",
|
|
17867
|
-
"schema": "boolean | undefined"
|
|
17868
|
-
},
|
|
17869
17869
|
"disabled": {
|
|
17870
17870
|
"name": "disabled",
|
|
17871
17871
|
"global": false,
|
|
@@ -18372,21 +18372,21 @@ const B24UIMeta = {
|
|
|
18372
18372
|
}
|
|
18373
18373
|
],
|
|
18374
18374
|
"required": false,
|
|
18375
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
18375
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
18376
18376
|
"schema": {
|
|
18377
18377
|
"kind": "enum",
|
|
18378
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
18378
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
18379
18379
|
"schema": {
|
|
18380
18380
|
"0": "undefined",
|
|
18381
18381
|
"1": "\"default\"",
|
|
18382
|
-
"2": "\"
|
|
18383
|
-
"3": "\"
|
|
18384
|
-
"4": "\"
|
|
18385
|
-
"5": "\"
|
|
18386
|
-
"6": "\"
|
|
18387
|
-
"7": "\"
|
|
18388
|
-
"8": "\"
|
|
18389
|
-
"9": "\"
|
|
18382
|
+
"2": "\"link\"",
|
|
18383
|
+
"3": "\"danger\"",
|
|
18384
|
+
"4": "\"success\"",
|
|
18385
|
+
"5": "\"warning\"",
|
|
18386
|
+
"6": "\"primary\"",
|
|
18387
|
+
"7": "\"secondary\"",
|
|
18388
|
+
"8": "\"collab\"",
|
|
18389
|
+
"9": "\"ai\""
|
|
18390
18390
|
}
|
|
18391
18391
|
}
|
|
18392
18392
|
},
|
|
@@ -18396,8 +18396,8 @@ const B24UIMeta = {
|
|
|
18396
18396
|
"description": "",
|
|
18397
18397
|
"tags": [],
|
|
18398
18398
|
"required": false,
|
|
18399
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
18400
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
18399
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
18400
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
18401
18401
|
},
|
|
18402
18402
|
"depth": {
|
|
18403
18403
|
"name": "depth",
|
|
@@ -18717,6 +18717,15 @@ const B24UIMeta = {
|
|
|
18717
18717
|
}
|
|
18718
18718
|
}
|
|
18719
18719
|
},
|
|
18720
|
+
"replace": {
|
|
18721
|
+
"name": "replace",
|
|
18722
|
+
"global": false,
|
|
18723
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
18724
|
+
"tags": [],
|
|
18725
|
+
"required": false,
|
|
18726
|
+
"type": "boolean | undefined",
|
|
18727
|
+
"schema": "boolean | undefined"
|
|
18728
|
+
},
|
|
18720
18729
|
"to": {
|
|
18721
18730
|
"name": "to",
|
|
18722
18731
|
"global": false,
|
|
@@ -18949,15 +18958,6 @@ const B24UIMeta = {
|
|
|
18949
18958
|
"type": "boolean | undefined",
|
|
18950
18959
|
"schema": "boolean | undefined"
|
|
18951
18960
|
},
|
|
18952
|
-
"replace": {
|
|
18953
|
-
"name": "replace",
|
|
18954
|
-
"global": false,
|
|
18955
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
18956
|
-
"tags": [],
|
|
18957
|
-
"required": false,
|
|
18958
|
-
"type": "boolean | undefined",
|
|
18959
|
-
"schema": "boolean | undefined"
|
|
18960
|
-
},
|
|
18961
18961
|
"disabled": {
|
|
18962
18962
|
"name": "disabled",
|
|
18963
18963
|
"global": false,
|
|
@@ -19464,21 +19464,21 @@ const B24UIMeta = {
|
|
|
19464
19464
|
}
|
|
19465
19465
|
],
|
|
19466
19466
|
"required": false,
|
|
19467
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
19467
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
19468
19468
|
"schema": {
|
|
19469
19469
|
"kind": "enum",
|
|
19470
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
19470
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
19471
19471
|
"schema": {
|
|
19472
19472
|
"0": "undefined",
|
|
19473
19473
|
"1": "\"default\"",
|
|
19474
|
-
"2": "\"
|
|
19475
|
-
"3": "\"
|
|
19476
|
-
"4": "\"
|
|
19477
|
-
"5": "\"
|
|
19478
|
-
"6": "\"
|
|
19479
|
-
"7": "\"
|
|
19480
|
-
"8": "\"
|
|
19481
|
-
"9": "\"
|
|
19474
|
+
"2": "\"link\"",
|
|
19475
|
+
"3": "\"danger\"",
|
|
19476
|
+
"4": "\"success\"",
|
|
19477
|
+
"5": "\"warning\"",
|
|
19478
|
+
"6": "\"primary\"",
|
|
19479
|
+
"7": "\"secondary\"",
|
|
19480
|
+
"8": "\"collab\"",
|
|
19481
|
+
"9": "\"ai\""
|
|
19482
19482
|
}
|
|
19483
19483
|
}
|
|
19484
19484
|
},
|
|
@@ -19488,8 +19488,8 @@ const B24UIMeta = {
|
|
|
19488
19488
|
"description": "",
|
|
19489
19489
|
"tags": [],
|
|
19490
19490
|
"required": false,
|
|
19491
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
19492
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
19491
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
19492
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
19493
19493
|
},
|
|
19494
19494
|
"depth": {
|
|
19495
19495
|
"name": "depth",
|
|
@@ -19809,6 +19809,15 @@ const B24UIMeta = {
|
|
|
19809
19809
|
}
|
|
19810
19810
|
}
|
|
19811
19811
|
},
|
|
19812
|
+
"replace": {
|
|
19813
|
+
"name": "replace",
|
|
19814
|
+
"global": false,
|
|
19815
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
19816
|
+
"tags": [],
|
|
19817
|
+
"required": false,
|
|
19818
|
+
"type": "boolean | undefined",
|
|
19819
|
+
"schema": "boolean | undefined"
|
|
19820
|
+
},
|
|
19812
19821
|
"to": {
|
|
19813
19822
|
"name": "to",
|
|
19814
19823
|
"global": false,
|
|
@@ -20041,15 +20050,6 @@ const B24UIMeta = {
|
|
|
20041
20050
|
"type": "boolean | undefined",
|
|
20042
20051
|
"schema": "boolean | undefined"
|
|
20043
20052
|
},
|
|
20044
|
-
"replace": {
|
|
20045
|
-
"name": "replace",
|
|
20046
|
-
"global": false,
|
|
20047
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
20048
|
-
"tags": [],
|
|
20049
|
-
"required": false,
|
|
20050
|
-
"type": "boolean | undefined",
|
|
20051
|
-
"schema": "boolean | undefined"
|
|
20052
|
-
},
|
|
20053
20053
|
"disabled": {
|
|
20054
20054
|
"name": "disabled",
|
|
20055
20055
|
"global": false,
|
|
@@ -20556,21 +20556,21 @@ const B24UIMeta = {
|
|
|
20556
20556
|
}
|
|
20557
20557
|
],
|
|
20558
20558
|
"required": false,
|
|
20559
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
20559
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
20560
20560
|
"schema": {
|
|
20561
20561
|
"kind": "enum",
|
|
20562
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
20562
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
20563
20563
|
"schema": {
|
|
20564
20564
|
"0": "undefined",
|
|
20565
20565
|
"1": "\"default\"",
|
|
20566
|
-
"2": "\"
|
|
20567
|
-
"3": "\"
|
|
20568
|
-
"4": "\"
|
|
20569
|
-
"5": "\"
|
|
20570
|
-
"6": "\"
|
|
20571
|
-
"7": "\"
|
|
20572
|
-
"8": "\"
|
|
20573
|
-
"9": "\"
|
|
20566
|
+
"2": "\"link\"",
|
|
20567
|
+
"3": "\"danger\"",
|
|
20568
|
+
"4": "\"success\"",
|
|
20569
|
+
"5": "\"warning\"",
|
|
20570
|
+
"6": "\"primary\"",
|
|
20571
|
+
"7": "\"secondary\"",
|
|
20572
|
+
"8": "\"collab\"",
|
|
20573
|
+
"9": "\"ai\""
|
|
20574
20574
|
}
|
|
20575
20575
|
}
|
|
20576
20576
|
},
|
|
@@ -20580,8 +20580,8 @@ const B24UIMeta = {
|
|
|
20580
20580
|
"description": "",
|
|
20581
20581
|
"tags": [],
|
|
20582
20582
|
"required": false,
|
|
20583
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
20584
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
20583
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
20584
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
20585
20585
|
},
|
|
20586
20586
|
"depth": {
|
|
20587
20587
|
"name": "depth",
|
|
@@ -20901,6 +20901,15 @@ const B24UIMeta = {
|
|
|
20901
20901
|
}
|
|
20902
20902
|
}
|
|
20903
20903
|
},
|
|
20904
|
+
"replace": {
|
|
20905
|
+
"name": "replace",
|
|
20906
|
+
"global": false,
|
|
20907
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
20908
|
+
"tags": [],
|
|
20909
|
+
"required": false,
|
|
20910
|
+
"type": "boolean | undefined",
|
|
20911
|
+
"schema": "boolean | undefined"
|
|
20912
|
+
},
|
|
20904
20913
|
"to": {
|
|
20905
20914
|
"name": "to",
|
|
20906
20915
|
"global": false,
|
|
@@ -21133,15 +21142,6 @@ const B24UIMeta = {
|
|
|
21133
21142
|
"type": "boolean | undefined",
|
|
21134
21143
|
"schema": "boolean | undefined"
|
|
21135
21144
|
},
|
|
21136
|
-
"replace": {
|
|
21137
|
-
"name": "replace",
|
|
21138
|
-
"global": false,
|
|
21139
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
21140
|
-
"tags": [],
|
|
21141
|
-
"required": false,
|
|
21142
|
-
"type": "boolean | undefined",
|
|
21143
|
-
"schema": "boolean | undefined"
|
|
21144
|
-
},
|
|
21145
21145
|
"disabled": {
|
|
21146
21146
|
"name": "disabled",
|
|
21147
21147
|
"global": false,
|
|
@@ -21648,21 +21648,21 @@ const B24UIMeta = {
|
|
|
21648
21648
|
}
|
|
21649
21649
|
],
|
|
21650
21650
|
"required": false,
|
|
21651
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
21651
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
21652
21652
|
"schema": {
|
|
21653
21653
|
"kind": "enum",
|
|
21654
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
21654
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
21655
21655
|
"schema": {
|
|
21656
21656
|
"0": "undefined",
|
|
21657
21657
|
"1": "\"default\"",
|
|
21658
|
-
"2": "\"
|
|
21659
|
-
"3": "\"
|
|
21660
|
-
"4": "\"
|
|
21661
|
-
"5": "\"
|
|
21662
|
-
"6": "\"
|
|
21663
|
-
"7": "\"
|
|
21664
|
-
"8": "\"
|
|
21665
|
-
"9": "\"
|
|
21658
|
+
"2": "\"link\"",
|
|
21659
|
+
"3": "\"danger\"",
|
|
21660
|
+
"4": "\"success\"",
|
|
21661
|
+
"5": "\"warning\"",
|
|
21662
|
+
"6": "\"primary\"",
|
|
21663
|
+
"7": "\"secondary\"",
|
|
21664
|
+
"8": "\"collab\"",
|
|
21665
|
+
"9": "\"ai\""
|
|
21666
21666
|
}
|
|
21667
21667
|
}
|
|
21668
21668
|
},
|
|
@@ -21672,8 +21672,8 @@ const B24UIMeta = {
|
|
|
21672
21672
|
"description": "",
|
|
21673
21673
|
"tags": [],
|
|
21674
21674
|
"required": false,
|
|
21675
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
21676
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
21675
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
21676
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
21677
21677
|
},
|
|
21678
21678
|
"depth": {
|
|
21679
21679
|
"name": "depth",
|
|
@@ -21993,6 +21993,15 @@ const B24UIMeta = {
|
|
|
21993
21993
|
}
|
|
21994
21994
|
}
|
|
21995
21995
|
},
|
|
21996
|
+
"replace": {
|
|
21997
|
+
"name": "replace",
|
|
21998
|
+
"global": false,
|
|
21999
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
22000
|
+
"tags": [],
|
|
22001
|
+
"required": false,
|
|
22002
|
+
"type": "boolean | undefined",
|
|
22003
|
+
"schema": "boolean | undefined"
|
|
22004
|
+
},
|
|
21996
22005
|
"to": {
|
|
21997
22006
|
"name": "to",
|
|
21998
22007
|
"global": false,
|
|
@@ -22225,15 +22234,6 @@ const B24UIMeta = {
|
|
|
22225
22234
|
"type": "boolean | undefined",
|
|
22226
22235
|
"schema": "boolean | undefined"
|
|
22227
22236
|
},
|
|
22228
|
-
"replace": {
|
|
22229
|
-
"name": "replace",
|
|
22230
|
-
"global": false,
|
|
22231
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
22232
|
-
"tags": [],
|
|
22233
|
-
"required": false,
|
|
22234
|
-
"type": "boolean | undefined",
|
|
22235
|
-
"schema": "boolean | undefined"
|
|
22236
|
-
},
|
|
22237
22237
|
"disabled": {
|
|
22238
22238
|
"name": "disabled",
|
|
22239
22239
|
"global": false,
|
|
@@ -23526,6 +23526,15 @@ const B24UIMeta = {
|
|
|
23526
23526
|
"type": "any",
|
|
23527
23527
|
"schema": "any"
|
|
23528
23528
|
},
|
|
23529
|
+
"replace": {
|
|
23530
|
+
"name": "replace",
|
|
23531
|
+
"global": false,
|
|
23532
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
23533
|
+
"tags": [],
|
|
23534
|
+
"required": false,
|
|
23535
|
+
"type": "boolean | undefined",
|
|
23536
|
+
"schema": "boolean | undefined"
|
|
23537
|
+
},
|
|
23529
23538
|
"to": {
|
|
23530
23539
|
"name": "to",
|
|
23531
23540
|
"global": false,
|
|
@@ -23767,15 +23776,6 @@ const B24UIMeta = {
|
|
|
23767
23776
|
"type": "boolean | undefined",
|
|
23768
23777
|
"schema": "boolean | undefined"
|
|
23769
23778
|
},
|
|
23770
|
-
"replace": {
|
|
23771
|
-
"name": "replace",
|
|
23772
|
-
"global": false,
|
|
23773
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
23774
|
-
"tags": [],
|
|
23775
|
-
"required": false,
|
|
23776
|
-
"type": "boolean | undefined",
|
|
23777
|
-
"schema": "boolean | undefined"
|
|
23778
|
-
},
|
|
23779
23779
|
"active": {
|
|
23780
23780
|
"name": "active",
|
|
23781
23781
|
"global": false,
|
|
@@ -25750,6 +25750,15 @@ const B24UIMeta = {
|
|
|
25750
25750
|
"type": "any",
|
|
25751
25751
|
"schema": "any"
|
|
25752
25752
|
},
|
|
25753
|
+
"replace": {
|
|
25754
|
+
"name": "replace",
|
|
25755
|
+
"global": false,
|
|
25756
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
25757
|
+
"tags": [],
|
|
25758
|
+
"required": false,
|
|
25759
|
+
"type": "boolean | undefined",
|
|
25760
|
+
"schema": "boolean | undefined"
|
|
25761
|
+
},
|
|
25753
25762
|
"to": {
|
|
25754
25763
|
"name": "to",
|
|
25755
25764
|
"global": false,
|
|
@@ -25991,15 +26000,6 @@ const B24UIMeta = {
|
|
|
25991
26000
|
"type": "boolean | undefined",
|
|
25992
26001
|
"schema": "boolean | undefined"
|
|
25993
26002
|
},
|
|
25994
|
-
"replace": {
|
|
25995
|
-
"name": "replace",
|
|
25996
|
-
"global": false,
|
|
25997
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
25998
|
-
"tags": [],
|
|
25999
|
-
"required": false,
|
|
26000
|
-
"type": "boolean | undefined",
|
|
26001
|
-
"schema": "boolean | undefined"
|
|
26002
|
-
},
|
|
26003
26003
|
"active": {
|
|
26004
26004
|
"name": "active",
|
|
26005
26005
|
"global": false,
|
|
@@ -27220,6 +27220,15 @@ const B24UIMeta = {
|
|
|
27220
27220
|
"type": "any",
|
|
27221
27221
|
"schema": "any"
|
|
27222
27222
|
},
|
|
27223
|
+
"replace": {
|
|
27224
|
+
"name": "replace",
|
|
27225
|
+
"global": false,
|
|
27226
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
27227
|
+
"tags": [],
|
|
27228
|
+
"required": false,
|
|
27229
|
+
"type": "boolean | undefined",
|
|
27230
|
+
"schema": "boolean | undefined"
|
|
27231
|
+
},
|
|
27223
27232
|
"to": {
|
|
27224
27233
|
"name": "to",
|
|
27225
27234
|
"global": false,
|
|
@@ -27461,15 +27470,6 @@ const B24UIMeta = {
|
|
|
27461
27470
|
"type": "boolean | undefined",
|
|
27462
27471
|
"schema": "boolean | undefined"
|
|
27463
27472
|
},
|
|
27464
|
-
"replace": {
|
|
27465
|
-
"name": "replace",
|
|
27466
|
-
"global": false,
|
|
27467
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
27468
|
-
"tags": [],
|
|
27469
|
-
"required": false,
|
|
27470
|
-
"type": "boolean | undefined",
|
|
27471
|
-
"schema": "boolean | undefined"
|
|
27472
|
-
},
|
|
27473
27473
|
"active": {
|
|
27474
27474
|
"name": "active",
|
|
27475
27475
|
"global": false,
|
|
@@ -28690,6 +28690,15 @@ const B24UIMeta = {
|
|
|
28690
28690
|
"type": "any",
|
|
28691
28691
|
"schema": "any"
|
|
28692
28692
|
},
|
|
28693
|
+
"replace": {
|
|
28694
|
+
"name": "replace",
|
|
28695
|
+
"global": false,
|
|
28696
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
28697
|
+
"tags": [],
|
|
28698
|
+
"required": false,
|
|
28699
|
+
"type": "boolean | undefined",
|
|
28700
|
+
"schema": "boolean | undefined"
|
|
28701
|
+
},
|
|
28693
28702
|
"to": {
|
|
28694
28703
|
"name": "to",
|
|
28695
28704
|
"global": false,
|
|
@@ -28931,15 +28940,6 @@ const B24UIMeta = {
|
|
|
28931
28940
|
"type": "boolean | undefined",
|
|
28932
28941
|
"schema": "boolean | undefined"
|
|
28933
28942
|
},
|
|
28934
|
-
"replace": {
|
|
28935
|
-
"name": "replace",
|
|
28936
|
-
"global": false,
|
|
28937
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
28938
|
-
"tags": [],
|
|
28939
|
-
"required": false,
|
|
28940
|
-
"type": "boolean | undefined",
|
|
28941
|
-
"schema": "boolean | undefined"
|
|
28942
|
-
},
|
|
28943
28943
|
"active": {
|
|
28944
28944
|
"name": "active",
|
|
28945
28945
|
"global": false,
|
|
@@ -30160,6 +30160,15 @@ const B24UIMeta = {
|
|
|
30160
30160
|
"type": "any",
|
|
30161
30161
|
"schema": "any"
|
|
30162
30162
|
},
|
|
30163
|
+
"replace": {
|
|
30164
|
+
"name": "replace",
|
|
30165
|
+
"global": false,
|
|
30166
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
30167
|
+
"tags": [],
|
|
30168
|
+
"required": false,
|
|
30169
|
+
"type": "boolean | undefined",
|
|
30170
|
+
"schema": "boolean | undefined"
|
|
30171
|
+
},
|
|
30163
30172
|
"to": {
|
|
30164
30173
|
"name": "to",
|
|
30165
30174
|
"global": false,
|
|
@@ -30401,15 +30410,6 @@ const B24UIMeta = {
|
|
|
30401
30410
|
"type": "boolean | undefined",
|
|
30402
30411
|
"schema": "boolean | undefined"
|
|
30403
30412
|
},
|
|
30404
|
-
"replace": {
|
|
30405
|
-
"name": "replace",
|
|
30406
|
-
"global": false,
|
|
30407
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
30408
|
-
"tags": [],
|
|
30409
|
-
"required": false,
|
|
30410
|
-
"type": "boolean | undefined",
|
|
30411
|
-
"schema": "boolean | undefined"
|
|
30412
|
-
},
|
|
30413
30413
|
"active": {
|
|
30414
30414
|
"name": "active",
|
|
30415
30415
|
"global": false,
|
|
@@ -31797,6 +31797,15 @@ const B24UIMeta = {
|
|
|
31797
31797
|
"type": "any",
|
|
31798
31798
|
"schema": "any"
|
|
31799
31799
|
},
|
|
31800
|
+
"replace": {
|
|
31801
|
+
"name": "replace",
|
|
31802
|
+
"global": false,
|
|
31803
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
31804
|
+
"tags": [],
|
|
31805
|
+
"required": false,
|
|
31806
|
+
"type": "boolean | undefined",
|
|
31807
|
+
"schema": "boolean | undefined"
|
|
31808
|
+
},
|
|
31800
31809
|
"to": {
|
|
31801
31810
|
"name": "to",
|
|
31802
31811
|
"global": false,
|
|
@@ -32038,15 +32047,6 @@ const B24UIMeta = {
|
|
|
32038
32047
|
"type": "boolean | undefined",
|
|
32039
32048
|
"schema": "boolean | undefined"
|
|
32040
32049
|
},
|
|
32041
|
-
"replace": {
|
|
32042
|
-
"name": "replace",
|
|
32043
|
-
"global": false,
|
|
32044
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
32045
|
-
"tags": [],
|
|
32046
|
-
"required": false,
|
|
32047
|
-
"type": "boolean | undefined",
|
|
32048
|
-
"schema": "boolean | undefined"
|
|
32049
|
-
},
|
|
32050
32050
|
"active": {
|
|
32051
32051
|
"name": "active",
|
|
32052
32052
|
"global": false,
|
|
@@ -33507,23 +33507,23 @@ const B24UIMeta = {
|
|
|
33507
33507
|
"2": "\"reset\"",
|
|
33508
33508
|
"3": "\"submit\"",
|
|
33509
33509
|
"4": "\"image\"",
|
|
33510
|
-
"5": "\"
|
|
33511
|
-
"6": "\"
|
|
33512
|
-
"7": "\"
|
|
33513
|
-
"8": "\"
|
|
33514
|
-
"9":
|
|
33510
|
+
"5": "\"text\"",
|
|
33511
|
+
"6": "\"search\"",
|
|
33512
|
+
"7": "\"color\"",
|
|
33513
|
+
"8": "\"button\"",
|
|
33514
|
+
"9": "\"date\"",
|
|
33515
|
+
"10": "\"time\"",
|
|
33516
|
+
"11": {
|
|
33515
33517
|
"kind": "object",
|
|
33516
33518
|
"type": "string & {}",
|
|
33517
33519
|
"schema": {}
|
|
33518
33520
|
},
|
|
33519
|
-
"10": "\"text\"",
|
|
33520
|
-
"11": "\"search\"",
|
|
33521
33521
|
"12": "\"range\"",
|
|
33522
33522
|
"13": "\"month\"",
|
|
33523
33523
|
"14": "\"checkbox\"",
|
|
33524
|
-
"15": "\"
|
|
33525
|
-
"16": "\"
|
|
33526
|
-
"17": "\"
|
|
33524
|
+
"15": "\"file\"",
|
|
33525
|
+
"16": "\"datetime-local\"",
|
|
33526
|
+
"17": "\"email\"",
|
|
33527
33527
|
"18": "\"hidden\"",
|
|
33528
33528
|
"19": "\"password\"",
|
|
33529
33529
|
"20": "\"radio\"",
|
|
@@ -34263,23 +34263,23 @@ const B24UIMeta = {
|
|
|
34263
34263
|
"2": "\"reset\"",
|
|
34264
34264
|
"3": "\"submit\"",
|
|
34265
34265
|
"4": "\"image\"",
|
|
34266
|
-
"5": "\"
|
|
34267
|
-
"6": "\"
|
|
34268
|
-
"7": "\"
|
|
34269
|
-
"8": "\"
|
|
34270
|
-
"9":
|
|
34266
|
+
"5": "\"text\"",
|
|
34267
|
+
"6": "\"search\"",
|
|
34268
|
+
"7": "\"color\"",
|
|
34269
|
+
"8": "\"button\"",
|
|
34270
|
+
"9": "\"date\"",
|
|
34271
|
+
"10": "\"time\"",
|
|
34272
|
+
"11": {
|
|
34271
34273
|
"kind": "object",
|
|
34272
34274
|
"type": "string & {}",
|
|
34273
34275
|
"schema": {}
|
|
34274
34276
|
},
|
|
34275
|
-
"10": "\"text\"",
|
|
34276
|
-
"11": "\"search\"",
|
|
34277
34277
|
"12": "\"range\"",
|
|
34278
34278
|
"13": "\"month\"",
|
|
34279
34279
|
"14": "\"checkbox\"",
|
|
34280
|
-
"15": "\"
|
|
34281
|
-
"16": "\"
|
|
34282
|
-
"17": "\"
|
|
34280
|
+
"15": "\"file\"",
|
|
34281
|
+
"16": "\"datetime-local\"",
|
|
34282
|
+
"17": "\"email\"",
|
|
34283
34283
|
"18": "\"hidden\"",
|
|
34284
34284
|
"19": "\"password\"",
|
|
34285
34285
|
"20": "\"radio\"",
|
|
@@ -35479,21 +35479,21 @@ const B24UIMeta = {
|
|
|
35479
35479
|
}
|
|
35480
35480
|
],
|
|
35481
35481
|
"required": false,
|
|
35482
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
35482
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
35483
35483
|
"schema": {
|
|
35484
35484
|
"kind": "enum",
|
|
35485
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
35485
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
35486
35486
|
"schema": {
|
|
35487
35487
|
"0": "undefined",
|
|
35488
35488
|
"1": "\"default\"",
|
|
35489
|
-
"2": "\"
|
|
35490
|
-
"3": "\"
|
|
35491
|
-
"4": "\"
|
|
35492
|
-
"5": "\"
|
|
35493
|
-
"6": "\"
|
|
35494
|
-
"7": "\"
|
|
35495
|
-
"8": "\"
|
|
35496
|
-
"9": "\"
|
|
35489
|
+
"2": "\"link\"",
|
|
35490
|
+
"3": "\"danger\"",
|
|
35491
|
+
"4": "\"success\"",
|
|
35492
|
+
"5": "\"warning\"",
|
|
35493
|
+
"6": "\"primary\"",
|
|
35494
|
+
"7": "\"secondary\"",
|
|
35495
|
+
"8": "\"collab\"",
|
|
35496
|
+
"9": "\"ai\""
|
|
35497
35497
|
}
|
|
35498
35498
|
}
|
|
35499
35499
|
},
|
|
@@ -35612,27 +35612,18 @@ const B24UIMeta = {
|
|
|
35612
35612
|
}
|
|
35613
35613
|
],
|
|
35614
35614
|
"required": false,
|
|
35615
|
-
"type": "\"label\" | \"
|
|
35615
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
35616
35616
|
"schema": {
|
|
35617
35617
|
"kind": "enum",
|
|
35618
|
-
"type": "\"label\" | \"
|
|
35618
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
35619
35619
|
"schema": {
|
|
35620
35620
|
"0": "undefined",
|
|
35621
35621
|
"1": "\"label\"",
|
|
35622
|
-
"2": "\"
|
|
35623
|
-
"3": "\"
|
|
35622
|
+
"2": "\"separator\"",
|
|
35623
|
+
"3": "\"item\""
|
|
35624
35624
|
}
|
|
35625
35625
|
}
|
|
35626
35626
|
},
|
|
35627
|
-
"value": {
|
|
35628
|
-
"name": "value",
|
|
35629
|
-
"global": false,
|
|
35630
|
-
"description": "",
|
|
35631
|
-
"tags": [],
|
|
35632
|
-
"required": false,
|
|
35633
|
-
"type": "string | number | undefined",
|
|
35634
|
-
"schema": "string | number | undefined"
|
|
35635
|
-
},
|
|
35636
35627
|
"disabled": {
|
|
35637
35628
|
"name": "disabled",
|
|
35638
35629
|
"global": false,
|
|
@@ -37217,21 +37208,21 @@ const B24UIMeta = {
|
|
|
37217
37208
|
}
|
|
37218
37209
|
],
|
|
37219
37210
|
"required": false,
|
|
37220
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
37211
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
37221
37212
|
"schema": {
|
|
37222
37213
|
"kind": "enum",
|
|
37223
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
37214
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
37224
37215
|
"schema": {
|
|
37225
37216
|
"0": "undefined",
|
|
37226
37217
|
"1": "\"default\"",
|
|
37227
|
-
"2": "\"
|
|
37228
|
-
"3": "\"
|
|
37229
|
-
"4": "\"
|
|
37230
|
-
"5": "\"
|
|
37231
|
-
"6": "\"
|
|
37232
|
-
"7": "\"
|
|
37233
|
-
"8": "\"
|
|
37234
|
-
"9": "\"
|
|
37218
|
+
"2": "\"link\"",
|
|
37219
|
+
"3": "\"danger\"",
|
|
37220
|
+
"4": "\"success\"",
|
|
37221
|
+
"5": "\"warning\"",
|
|
37222
|
+
"6": "\"primary\"",
|
|
37223
|
+
"7": "\"secondary\"",
|
|
37224
|
+
"8": "\"collab\"",
|
|
37225
|
+
"9": "\"ai\""
|
|
37235
37226
|
}
|
|
37236
37227
|
}
|
|
37237
37228
|
},
|
|
@@ -37350,27 +37341,18 @@ const B24UIMeta = {
|
|
|
37350
37341
|
}
|
|
37351
37342
|
],
|
|
37352
37343
|
"required": false,
|
|
37353
|
-
"type": "\"label\" | \"
|
|
37344
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
37354
37345
|
"schema": {
|
|
37355
37346
|
"kind": "enum",
|
|
37356
|
-
"type": "\"label\" | \"
|
|
37347
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
37357
37348
|
"schema": {
|
|
37358
37349
|
"0": "undefined",
|
|
37359
37350
|
"1": "\"label\"",
|
|
37360
|
-
"2": "\"
|
|
37361
|
-
"3": "\"
|
|
37351
|
+
"2": "\"separator\"",
|
|
37352
|
+
"3": "\"item\""
|
|
37362
37353
|
}
|
|
37363
37354
|
}
|
|
37364
37355
|
},
|
|
37365
|
-
"value": {
|
|
37366
|
-
"name": "value",
|
|
37367
|
-
"global": false,
|
|
37368
|
-
"description": "",
|
|
37369
|
-
"tags": [],
|
|
37370
|
-
"required": false,
|
|
37371
|
-
"type": "string | number | undefined",
|
|
37372
|
-
"schema": "string | number | undefined"
|
|
37373
|
-
},
|
|
37374
37356
|
"disabled": {
|
|
37375
37357
|
"name": "disabled",
|
|
37376
37358
|
"global": false,
|
|
@@ -37704,21 +37686,21 @@ const B24UIMeta = {
|
|
|
37704
37686
|
}
|
|
37705
37687
|
],
|
|
37706
37688
|
"required": false,
|
|
37707
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
37689
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
37708
37690
|
"schema": {
|
|
37709
37691
|
"kind": "enum",
|
|
37710
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
37692
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
37711
37693
|
"schema": {
|
|
37712
37694
|
"0": "undefined",
|
|
37713
37695
|
"1": "\"default\"",
|
|
37714
|
-
"2": "\"
|
|
37715
|
-
"3": "\"
|
|
37716
|
-
"4": "\"
|
|
37717
|
-
"5": "\"
|
|
37718
|
-
"6": "\"
|
|
37719
|
-
"7": "\"
|
|
37720
|
-
"8": "\"
|
|
37721
|
-
"9": "\"
|
|
37696
|
+
"2": "\"link\"",
|
|
37697
|
+
"3": "\"danger\"",
|
|
37698
|
+
"4": "\"success\"",
|
|
37699
|
+
"5": "\"warning\"",
|
|
37700
|
+
"6": "\"primary\"",
|
|
37701
|
+
"7": "\"secondary\"",
|
|
37702
|
+
"8": "\"collab\"",
|
|
37703
|
+
"9": "\"ai\""
|
|
37722
37704
|
}
|
|
37723
37705
|
}
|
|
37724
37706
|
},
|
|
@@ -37837,27 +37819,18 @@ const B24UIMeta = {
|
|
|
37837
37819
|
}
|
|
37838
37820
|
],
|
|
37839
37821
|
"required": false,
|
|
37840
|
-
"type": "\"label\" | \"
|
|
37822
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
37841
37823
|
"schema": {
|
|
37842
37824
|
"kind": "enum",
|
|
37843
|
-
"type": "\"label\" | \"
|
|
37825
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
37844
37826
|
"schema": {
|
|
37845
37827
|
"0": "undefined",
|
|
37846
37828
|
"1": "\"label\"",
|
|
37847
|
-
"2": "\"
|
|
37848
|
-
"3": "\"
|
|
37829
|
+
"2": "\"separator\"",
|
|
37830
|
+
"3": "\"item\""
|
|
37849
37831
|
}
|
|
37850
37832
|
}
|
|
37851
37833
|
},
|
|
37852
|
-
"value": {
|
|
37853
|
-
"name": "value",
|
|
37854
|
-
"global": false,
|
|
37855
|
-
"description": "",
|
|
37856
|
-
"tags": [],
|
|
37857
|
-
"required": false,
|
|
37858
|
-
"type": "string | number | undefined",
|
|
37859
|
-
"schema": "string | number | undefined"
|
|
37860
|
-
},
|
|
37861
37834
|
"disabled": {
|
|
37862
37835
|
"name": "disabled",
|
|
37863
37836
|
"global": false,
|
|
@@ -38191,21 +38164,21 @@ const B24UIMeta = {
|
|
|
38191
38164
|
}
|
|
38192
38165
|
],
|
|
38193
38166
|
"required": false,
|
|
38194
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
38167
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
38195
38168
|
"schema": {
|
|
38196
38169
|
"kind": "enum",
|
|
38197
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
38170
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
38198
38171
|
"schema": {
|
|
38199
38172
|
"0": "undefined",
|
|
38200
38173
|
"1": "\"default\"",
|
|
38201
|
-
"2": "\"
|
|
38202
|
-
"3": "\"
|
|
38203
|
-
"4": "\"
|
|
38204
|
-
"5": "\"
|
|
38205
|
-
"6": "\"
|
|
38206
|
-
"7": "\"
|
|
38207
|
-
"8": "\"
|
|
38208
|
-
"9": "\"
|
|
38174
|
+
"2": "\"link\"",
|
|
38175
|
+
"3": "\"danger\"",
|
|
38176
|
+
"4": "\"success\"",
|
|
38177
|
+
"5": "\"warning\"",
|
|
38178
|
+
"6": "\"primary\"",
|
|
38179
|
+
"7": "\"secondary\"",
|
|
38180
|
+
"8": "\"collab\"",
|
|
38181
|
+
"9": "\"ai\""
|
|
38209
38182
|
}
|
|
38210
38183
|
}
|
|
38211
38184
|
},
|
|
@@ -38324,27 +38297,18 @@ const B24UIMeta = {
|
|
|
38324
38297
|
}
|
|
38325
38298
|
],
|
|
38326
38299
|
"required": false,
|
|
38327
|
-
"type": "\"label\" | \"
|
|
38300
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
38328
38301
|
"schema": {
|
|
38329
38302
|
"kind": "enum",
|
|
38330
|
-
"type": "\"label\" | \"
|
|
38303
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
38331
38304
|
"schema": {
|
|
38332
38305
|
"0": "undefined",
|
|
38333
38306
|
"1": "\"label\"",
|
|
38334
|
-
"2": "\"
|
|
38335
|
-
"3": "\"
|
|
38307
|
+
"2": "\"separator\"",
|
|
38308
|
+
"3": "\"item\""
|
|
38336
38309
|
}
|
|
38337
38310
|
}
|
|
38338
38311
|
},
|
|
38339
|
-
"value": {
|
|
38340
|
-
"name": "value",
|
|
38341
|
-
"global": false,
|
|
38342
|
-
"description": "",
|
|
38343
|
-
"tags": [],
|
|
38344
|
-
"required": false,
|
|
38345
|
-
"type": "string | number | undefined",
|
|
38346
|
-
"schema": "string | number | undefined"
|
|
38347
|
-
},
|
|
38348
38312
|
"disabled": {
|
|
38349
38313
|
"name": "disabled",
|
|
38350
38314
|
"global": false,
|
|
@@ -38678,21 +38642,21 @@ const B24UIMeta = {
|
|
|
38678
38642
|
}
|
|
38679
38643
|
],
|
|
38680
38644
|
"required": false,
|
|
38681
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
38645
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
38682
38646
|
"schema": {
|
|
38683
38647
|
"kind": "enum",
|
|
38684
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
38648
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
38685
38649
|
"schema": {
|
|
38686
38650
|
"0": "undefined",
|
|
38687
38651
|
"1": "\"default\"",
|
|
38688
|
-
"2": "\"
|
|
38689
|
-
"3": "\"
|
|
38690
|
-
"4": "\"
|
|
38691
|
-
"5": "\"
|
|
38692
|
-
"6": "\"
|
|
38693
|
-
"7": "\"
|
|
38694
|
-
"8": "\"
|
|
38695
|
-
"9": "\"
|
|
38652
|
+
"2": "\"link\"",
|
|
38653
|
+
"3": "\"danger\"",
|
|
38654
|
+
"4": "\"success\"",
|
|
38655
|
+
"5": "\"warning\"",
|
|
38656
|
+
"6": "\"primary\"",
|
|
38657
|
+
"7": "\"secondary\"",
|
|
38658
|
+
"8": "\"collab\"",
|
|
38659
|
+
"9": "\"ai\""
|
|
38696
38660
|
}
|
|
38697
38661
|
}
|
|
38698
38662
|
},
|
|
@@ -38811,27 +38775,18 @@ const B24UIMeta = {
|
|
|
38811
38775
|
}
|
|
38812
38776
|
],
|
|
38813
38777
|
"required": false,
|
|
38814
|
-
"type": "\"label\" | \"
|
|
38778
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
38815
38779
|
"schema": {
|
|
38816
38780
|
"kind": "enum",
|
|
38817
|
-
"type": "\"label\" | \"
|
|
38781
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
38818
38782
|
"schema": {
|
|
38819
38783
|
"0": "undefined",
|
|
38820
38784
|
"1": "\"label\"",
|
|
38821
|
-
"2": "\"
|
|
38822
|
-
"3": "\"
|
|
38785
|
+
"2": "\"separator\"",
|
|
38786
|
+
"3": "\"item\""
|
|
38823
38787
|
}
|
|
38824
38788
|
}
|
|
38825
38789
|
},
|
|
38826
|
-
"value": {
|
|
38827
|
-
"name": "value",
|
|
38828
|
-
"global": false,
|
|
38829
|
-
"description": "",
|
|
38830
|
-
"tags": [],
|
|
38831
|
-
"required": false,
|
|
38832
|
-
"type": "string | number | undefined",
|
|
38833
|
-
"schema": "string | number | undefined"
|
|
38834
|
-
},
|
|
38835
38790
|
"disabled": {
|
|
38836
38791
|
"name": "disabled",
|
|
38837
38792
|
"global": false,
|
|
@@ -39165,21 +39120,21 @@ const B24UIMeta = {
|
|
|
39165
39120
|
}
|
|
39166
39121
|
],
|
|
39167
39122
|
"required": false,
|
|
39168
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
39123
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
39169
39124
|
"schema": {
|
|
39170
39125
|
"kind": "enum",
|
|
39171
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
39126
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
39172
39127
|
"schema": {
|
|
39173
39128
|
"0": "undefined",
|
|
39174
39129
|
"1": "\"default\"",
|
|
39175
|
-
"2": "\"
|
|
39176
|
-
"3": "\"
|
|
39177
|
-
"4": "\"
|
|
39178
|
-
"5": "\"
|
|
39179
|
-
"6": "\"
|
|
39180
|
-
"7": "\"
|
|
39181
|
-
"8": "\"
|
|
39182
|
-
"9": "\"
|
|
39130
|
+
"2": "\"link\"",
|
|
39131
|
+
"3": "\"danger\"",
|
|
39132
|
+
"4": "\"success\"",
|
|
39133
|
+
"5": "\"warning\"",
|
|
39134
|
+
"6": "\"primary\"",
|
|
39135
|
+
"7": "\"secondary\"",
|
|
39136
|
+
"8": "\"collab\"",
|
|
39137
|
+
"9": "\"ai\""
|
|
39183
39138
|
}
|
|
39184
39139
|
}
|
|
39185
39140
|
},
|
|
@@ -39298,27 +39253,18 @@ const B24UIMeta = {
|
|
|
39298
39253
|
}
|
|
39299
39254
|
],
|
|
39300
39255
|
"required": false,
|
|
39301
|
-
"type": "\"label\" | \"
|
|
39256
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
39302
39257
|
"schema": {
|
|
39303
39258
|
"kind": "enum",
|
|
39304
|
-
"type": "\"label\" | \"
|
|
39259
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
39305
39260
|
"schema": {
|
|
39306
39261
|
"0": "undefined",
|
|
39307
39262
|
"1": "\"label\"",
|
|
39308
|
-
"2": "\"
|
|
39309
|
-
"3": "\"
|
|
39263
|
+
"2": "\"separator\"",
|
|
39264
|
+
"3": "\"item\""
|
|
39310
39265
|
}
|
|
39311
39266
|
}
|
|
39312
39267
|
},
|
|
39313
|
-
"value": {
|
|
39314
|
-
"name": "value",
|
|
39315
|
-
"global": false,
|
|
39316
|
-
"description": "",
|
|
39317
|
-
"tags": [],
|
|
39318
|
-
"required": false,
|
|
39319
|
-
"type": "string | number | undefined",
|
|
39320
|
-
"schema": "string | number | undefined"
|
|
39321
|
-
},
|
|
39322
39268
|
"disabled": {
|
|
39323
39269
|
"name": "disabled",
|
|
39324
39270
|
"global": false,
|
|
@@ -39652,21 +39598,21 @@ const B24UIMeta = {
|
|
|
39652
39598
|
}
|
|
39653
39599
|
],
|
|
39654
39600
|
"required": false,
|
|
39655
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
39601
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
39656
39602
|
"schema": {
|
|
39657
39603
|
"kind": "enum",
|
|
39658
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
39604
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
39659
39605
|
"schema": {
|
|
39660
39606
|
"0": "undefined",
|
|
39661
39607
|
"1": "\"default\"",
|
|
39662
|
-
"2": "\"
|
|
39663
|
-
"3": "\"
|
|
39664
|
-
"4": "\"
|
|
39665
|
-
"5": "\"
|
|
39666
|
-
"6": "\"
|
|
39667
|
-
"7": "\"
|
|
39668
|
-
"8": "\"
|
|
39669
|
-
"9": "\"
|
|
39608
|
+
"2": "\"link\"",
|
|
39609
|
+
"3": "\"danger\"",
|
|
39610
|
+
"4": "\"success\"",
|
|
39611
|
+
"5": "\"warning\"",
|
|
39612
|
+
"6": "\"primary\"",
|
|
39613
|
+
"7": "\"secondary\"",
|
|
39614
|
+
"8": "\"collab\"",
|
|
39615
|
+
"9": "\"ai\""
|
|
39670
39616
|
}
|
|
39671
39617
|
}
|
|
39672
39618
|
},
|
|
@@ -39785,27 +39731,18 @@ const B24UIMeta = {
|
|
|
39785
39731
|
}
|
|
39786
39732
|
],
|
|
39787
39733
|
"required": false,
|
|
39788
|
-
"type": "\"label\" | \"
|
|
39734
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
39789
39735
|
"schema": {
|
|
39790
39736
|
"kind": "enum",
|
|
39791
|
-
"type": "\"label\" | \"
|
|
39737
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
39792
39738
|
"schema": {
|
|
39793
39739
|
"0": "undefined",
|
|
39794
39740
|
"1": "\"label\"",
|
|
39795
|
-
"2": "\"
|
|
39796
|
-
"3": "\"
|
|
39741
|
+
"2": "\"separator\"",
|
|
39742
|
+
"3": "\"item\""
|
|
39797
39743
|
}
|
|
39798
39744
|
}
|
|
39799
39745
|
},
|
|
39800
|
-
"value": {
|
|
39801
|
-
"name": "value",
|
|
39802
|
-
"global": false,
|
|
39803
|
-
"description": "",
|
|
39804
|
-
"tags": [],
|
|
39805
|
-
"required": false,
|
|
39806
|
-
"type": "string | number | undefined",
|
|
39807
|
-
"schema": "string | number | undefined"
|
|
39808
|
-
},
|
|
39809
39746
|
"disabled": {
|
|
39810
39747
|
"name": "disabled",
|
|
39811
39748
|
"global": false,
|
|
@@ -40198,21 +40135,21 @@ const B24UIMeta = {
|
|
|
40198
40135
|
}
|
|
40199
40136
|
],
|
|
40200
40137
|
"required": false,
|
|
40201
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
40138
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
40202
40139
|
"schema": {
|
|
40203
40140
|
"kind": "enum",
|
|
40204
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
40141
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
40205
40142
|
"schema": {
|
|
40206
40143
|
"0": "undefined",
|
|
40207
40144
|
"1": "\"default\"",
|
|
40208
|
-
"2": "\"
|
|
40209
|
-
"3": "\"
|
|
40210
|
-
"4": "\"
|
|
40211
|
-
"5": "\"
|
|
40212
|
-
"6": "\"
|
|
40213
|
-
"7": "\"
|
|
40214
|
-
"8": "\"
|
|
40215
|
-
"9": "\"
|
|
40145
|
+
"2": "\"link\"",
|
|
40146
|
+
"3": "\"danger\"",
|
|
40147
|
+
"4": "\"success\"",
|
|
40148
|
+
"5": "\"warning\"",
|
|
40149
|
+
"6": "\"primary\"",
|
|
40150
|
+
"7": "\"secondary\"",
|
|
40151
|
+
"8": "\"collab\"",
|
|
40152
|
+
"9": "\"ai\""
|
|
40216
40153
|
}
|
|
40217
40154
|
}
|
|
40218
40155
|
},
|
|
@@ -40222,8 +40159,8 @@ const B24UIMeta = {
|
|
|
40222
40159
|
"description": "",
|
|
40223
40160
|
"tags": [],
|
|
40224
40161
|
"required": false,
|
|
40225
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
40226
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
40162
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
40163
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
40227
40164
|
},
|
|
40228
40165
|
"depth": {
|
|
40229
40166
|
"name": "depth",
|
|
@@ -40683,6 +40620,15 @@ const B24UIMeta = {
|
|
|
40683
40620
|
}
|
|
40684
40621
|
}
|
|
40685
40622
|
},
|
|
40623
|
+
"replace": {
|
|
40624
|
+
"name": "replace",
|
|
40625
|
+
"global": false,
|
|
40626
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
40627
|
+
"tags": [],
|
|
40628
|
+
"required": false,
|
|
40629
|
+
"type": "boolean | undefined",
|
|
40630
|
+
"schema": "boolean | undefined"
|
|
40631
|
+
},
|
|
40686
40632
|
"to": {
|
|
40687
40633
|
"name": "to",
|
|
40688
40634
|
"global": false,
|
|
@@ -40915,15 +40861,6 @@ const B24UIMeta = {
|
|
|
40915
40861
|
"type": "boolean | undefined",
|
|
40916
40862
|
"schema": "boolean | undefined"
|
|
40917
40863
|
},
|
|
40918
|
-
"replace": {
|
|
40919
|
-
"name": "replace",
|
|
40920
|
-
"global": false,
|
|
40921
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
40922
|
-
"tags": [],
|
|
40923
|
-
"required": false,
|
|
40924
|
-
"type": "boolean | undefined",
|
|
40925
|
-
"schema": "boolean | undefined"
|
|
40926
|
-
},
|
|
40927
40864
|
"disabled": {
|
|
40928
40865
|
"name": "disabled",
|
|
40929
40866
|
"global": false,
|
|
@@ -41187,21 +41124,21 @@ const B24UIMeta = {
|
|
|
41187
41124
|
}
|
|
41188
41125
|
],
|
|
41189
41126
|
"required": false,
|
|
41190
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
41127
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
41191
41128
|
"schema": {
|
|
41192
41129
|
"kind": "enum",
|
|
41193
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
41130
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
41194
41131
|
"schema": {
|
|
41195
41132
|
"0": "undefined",
|
|
41196
41133
|
"1": "\"default\"",
|
|
41197
|
-
"2": "\"
|
|
41198
|
-
"3": "\"
|
|
41199
|
-
"4": "\"
|
|
41200
|
-
"5": "\"
|
|
41201
|
-
"6": "\"
|
|
41202
|
-
"7": "\"
|
|
41203
|
-
"8": "\"
|
|
41204
|
-
"9": "\"
|
|
41134
|
+
"2": "\"link\"",
|
|
41135
|
+
"3": "\"danger\"",
|
|
41136
|
+
"4": "\"success\"",
|
|
41137
|
+
"5": "\"warning\"",
|
|
41138
|
+
"6": "\"primary\"",
|
|
41139
|
+
"7": "\"secondary\"",
|
|
41140
|
+
"8": "\"collab\"",
|
|
41141
|
+
"9": "\"ai\""
|
|
41205
41142
|
}
|
|
41206
41143
|
}
|
|
41207
41144
|
},
|
|
@@ -41211,8 +41148,8 @@ const B24UIMeta = {
|
|
|
41211
41148
|
"description": "",
|
|
41212
41149
|
"tags": [],
|
|
41213
41150
|
"required": false,
|
|
41214
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
41215
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
41151
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
41152
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
41216
41153
|
},
|
|
41217
41154
|
"depth": {
|
|
41218
41155
|
"name": "depth",
|
|
@@ -41672,6 +41609,15 @@ const B24UIMeta = {
|
|
|
41672
41609
|
}
|
|
41673
41610
|
}
|
|
41674
41611
|
},
|
|
41612
|
+
"replace": {
|
|
41613
|
+
"name": "replace",
|
|
41614
|
+
"global": false,
|
|
41615
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
41616
|
+
"tags": [],
|
|
41617
|
+
"required": false,
|
|
41618
|
+
"type": "boolean | undefined",
|
|
41619
|
+
"schema": "boolean | undefined"
|
|
41620
|
+
},
|
|
41675
41621
|
"to": {
|
|
41676
41622
|
"name": "to",
|
|
41677
41623
|
"global": false,
|
|
@@ -41904,15 +41850,6 @@ const B24UIMeta = {
|
|
|
41904
41850
|
"type": "boolean | undefined",
|
|
41905
41851
|
"schema": "boolean | undefined"
|
|
41906
41852
|
},
|
|
41907
|
-
"replace": {
|
|
41908
|
-
"name": "replace",
|
|
41909
|
-
"global": false,
|
|
41910
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
41911
|
-
"tags": [],
|
|
41912
|
-
"required": false,
|
|
41913
|
-
"type": "boolean | undefined",
|
|
41914
|
-
"schema": "boolean | undefined"
|
|
41915
|
-
},
|
|
41916
41853
|
"disabled": {
|
|
41917
41854
|
"name": "disabled",
|
|
41918
41855
|
"global": false,
|
|
@@ -43327,6 +43264,23 @@ const B24UIMeta = {
|
|
|
43327
43264
|
}
|
|
43328
43265
|
}
|
|
43329
43266
|
},
|
|
43267
|
+
{
|
|
43268
|
+
"name": "replace",
|
|
43269
|
+
"global": false,
|
|
43270
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
43271
|
+
"tags": [],
|
|
43272
|
+
"required": false,
|
|
43273
|
+
"type": "boolean | undefined",
|
|
43274
|
+
"schema": {
|
|
43275
|
+
"kind": "enum",
|
|
43276
|
+
"type": "boolean | undefined",
|
|
43277
|
+
"schema": {
|
|
43278
|
+
"0": "undefined",
|
|
43279
|
+
"1": "false",
|
|
43280
|
+
"2": "true"
|
|
43281
|
+
}
|
|
43282
|
+
}
|
|
43283
|
+
},
|
|
43330
43284
|
{
|
|
43331
43285
|
"name": "activeClass",
|
|
43332
43286
|
"global": false,
|
|
@@ -43404,23 +43358,6 @@ const B24UIMeta = {
|
|
|
43404
43358
|
"2": "true"
|
|
43405
43359
|
}
|
|
43406
43360
|
}
|
|
43407
|
-
},
|
|
43408
|
-
{
|
|
43409
|
-
"name": "replace",
|
|
43410
|
-
"global": false,
|
|
43411
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
43412
|
-
"tags": [],
|
|
43413
|
-
"required": false,
|
|
43414
|
-
"type": "boolean | undefined",
|
|
43415
|
-
"schema": {
|
|
43416
|
-
"kind": "enum",
|
|
43417
|
-
"type": "boolean | undefined",
|
|
43418
|
-
"schema": {
|
|
43419
|
-
"0": "undefined",
|
|
43420
|
-
"1": "false",
|
|
43421
|
-
"2": "true"
|
|
43422
|
-
}
|
|
43423
|
-
}
|
|
43424
43361
|
}
|
|
43425
43362
|
],
|
|
43426
43363
|
"slots": [
|
|
@@ -45431,6 +45368,15 @@ const B24UIMeta = {
|
|
|
45431
45368
|
"type": "any",
|
|
45432
45369
|
"schema": "any"
|
|
45433
45370
|
},
|
|
45371
|
+
"replace": {
|
|
45372
|
+
"name": "replace",
|
|
45373
|
+
"global": false,
|
|
45374
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
45375
|
+
"tags": [],
|
|
45376
|
+
"required": false,
|
|
45377
|
+
"type": "boolean | undefined",
|
|
45378
|
+
"schema": "boolean | undefined"
|
|
45379
|
+
},
|
|
45434
45380
|
"to": {
|
|
45435
45381
|
"name": "to",
|
|
45436
45382
|
"global": false,
|
|
@@ -45672,15 +45618,6 @@ const B24UIMeta = {
|
|
|
45672
45618
|
"type": "boolean | undefined",
|
|
45673
45619
|
"schema": "boolean | undefined"
|
|
45674
45620
|
},
|
|
45675
|
-
"replace": {
|
|
45676
|
-
"name": "replace",
|
|
45677
|
-
"global": false,
|
|
45678
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
45679
|
-
"tags": [],
|
|
45680
|
-
"required": false,
|
|
45681
|
-
"type": "boolean | undefined",
|
|
45682
|
-
"schema": "boolean | undefined"
|
|
45683
|
-
},
|
|
45684
45621
|
"disabled": {
|
|
45685
45622
|
"name": "disabled",
|
|
45686
45623
|
"global": false,
|
|
@@ -47053,6 +46990,15 @@ const B24UIMeta = {
|
|
|
47053
46990
|
"type": "any",
|
|
47054
46991
|
"schema": "any"
|
|
47055
46992
|
},
|
|
46993
|
+
"replace": {
|
|
46994
|
+
"name": "replace",
|
|
46995
|
+
"global": false,
|
|
46996
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
46997
|
+
"tags": [],
|
|
46998
|
+
"required": false,
|
|
46999
|
+
"type": "boolean | undefined",
|
|
47000
|
+
"schema": "boolean | undefined"
|
|
47001
|
+
},
|
|
47056
47002
|
"to": {
|
|
47057
47003
|
"name": "to",
|
|
47058
47004
|
"global": false,
|
|
@@ -47294,15 +47240,6 @@ const B24UIMeta = {
|
|
|
47294
47240
|
"type": "boolean | undefined",
|
|
47295
47241
|
"schema": "boolean | undefined"
|
|
47296
47242
|
},
|
|
47297
|
-
"replace": {
|
|
47298
|
-
"name": "replace",
|
|
47299
|
-
"global": false,
|
|
47300
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
47301
|
-
"tags": [],
|
|
47302
|
-
"required": false,
|
|
47303
|
-
"type": "boolean | undefined",
|
|
47304
|
-
"schema": "boolean | undefined"
|
|
47305
|
-
},
|
|
47306
47243
|
"disabled": {
|
|
47307
47244
|
"name": "disabled",
|
|
47308
47245
|
"global": false,
|
|
@@ -48158,6 +48095,15 @@ const B24UIMeta = {
|
|
|
48158
48095
|
"type": "any",
|
|
48159
48096
|
"schema": "any"
|
|
48160
48097
|
},
|
|
48098
|
+
"replace": {
|
|
48099
|
+
"name": "replace",
|
|
48100
|
+
"global": false,
|
|
48101
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
48102
|
+
"tags": [],
|
|
48103
|
+
"required": false,
|
|
48104
|
+
"type": "boolean | undefined",
|
|
48105
|
+
"schema": "boolean | undefined"
|
|
48106
|
+
},
|
|
48161
48107
|
"to": {
|
|
48162
48108
|
"name": "to",
|
|
48163
48109
|
"global": false,
|
|
@@ -48399,15 +48345,6 @@ const B24UIMeta = {
|
|
|
48399
48345
|
"type": "boolean | undefined",
|
|
48400
48346
|
"schema": "boolean | undefined"
|
|
48401
48347
|
},
|
|
48402
|
-
"replace": {
|
|
48403
|
-
"name": "replace",
|
|
48404
|
-
"global": false,
|
|
48405
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
48406
|
-
"tags": [],
|
|
48407
|
-
"required": false,
|
|
48408
|
-
"type": "boolean | undefined",
|
|
48409
|
-
"schema": "boolean | undefined"
|
|
48410
|
-
},
|
|
48411
48348
|
"disabled": {
|
|
48412
48349
|
"name": "disabled",
|
|
48413
48350
|
"global": false,
|
|
@@ -49263,6 +49200,15 @@ const B24UIMeta = {
|
|
|
49263
49200
|
"type": "any",
|
|
49264
49201
|
"schema": "any"
|
|
49265
49202
|
},
|
|
49203
|
+
"replace": {
|
|
49204
|
+
"name": "replace",
|
|
49205
|
+
"global": false,
|
|
49206
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
49207
|
+
"tags": [],
|
|
49208
|
+
"required": false,
|
|
49209
|
+
"type": "boolean | undefined",
|
|
49210
|
+
"schema": "boolean | undefined"
|
|
49211
|
+
},
|
|
49266
49212
|
"to": {
|
|
49267
49213
|
"name": "to",
|
|
49268
49214
|
"global": false,
|
|
@@ -49504,15 +49450,6 @@ const B24UIMeta = {
|
|
|
49504
49450
|
"type": "boolean | undefined",
|
|
49505
49451
|
"schema": "boolean | undefined"
|
|
49506
49452
|
},
|
|
49507
|
-
"replace": {
|
|
49508
|
-
"name": "replace",
|
|
49509
|
-
"global": false,
|
|
49510
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
49511
|
-
"tags": [],
|
|
49512
|
-
"required": false,
|
|
49513
|
-
"type": "boolean | undefined",
|
|
49514
|
-
"schema": "boolean | undefined"
|
|
49515
|
-
},
|
|
49516
49453
|
"disabled": {
|
|
49517
49454
|
"name": "disabled",
|
|
49518
49455
|
"global": false,
|
|
@@ -50368,6 +50305,15 @@ const B24UIMeta = {
|
|
|
50368
50305
|
"type": "any",
|
|
50369
50306
|
"schema": "any"
|
|
50370
50307
|
},
|
|
50308
|
+
"replace": {
|
|
50309
|
+
"name": "replace",
|
|
50310
|
+
"global": false,
|
|
50311
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
50312
|
+
"tags": [],
|
|
50313
|
+
"required": false,
|
|
50314
|
+
"type": "boolean | undefined",
|
|
50315
|
+
"schema": "boolean | undefined"
|
|
50316
|
+
},
|
|
50371
50317
|
"to": {
|
|
50372
50318
|
"name": "to",
|
|
50373
50319
|
"global": false,
|
|
@@ -50609,15 +50555,6 @@ const B24UIMeta = {
|
|
|
50609
50555
|
"type": "boolean | undefined",
|
|
50610
50556
|
"schema": "boolean | undefined"
|
|
50611
50557
|
},
|
|
50612
|
-
"replace": {
|
|
50613
|
-
"name": "replace",
|
|
50614
|
-
"global": false,
|
|
50615
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
50616
|
-
"tags": [],
|
|
50617
|
-
"required": false,
|
|
50618
|
-
"type": "boolean | undefined",
|
|
50619
|
-
"schema": "boolean | undefined"
|
|
50620
|
-
},
|
|
50621
50558
|
"disabled": {
|
|
50622
50559
|
"name": "disabled",
|
|
50623
50560
|
"global": false,
|
|
@@ -51473,6 +51410,15 @@ const B24UIMeta = {
|
|
|
51473
51410
|
"type": "any",
|
|
51474
51411
|
"schema": "any"
|
|
51475
51412
|
},
|
|
51413
|
+
"replace": {
|
|
51414
|
+
"name": "replace",
|
|
51415
|
+
"global": false,
|
|
51416
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
51417
|
+
"tags": [],
|
|
51418
|
+
"required": false,
|
|
51419
|
+
"type": "boolean | undefined",
|
|
51420
|
+
"schema": "boolean | undefined"
|
|
51421
|
+
},
|
|
51476
51422
|
"to": {
|
|
51477
51423
|
"name": "to",
|
|
51478
51424
|
"global": false,
|
|
@@ -51714,15 +51660,6 @@ const B24UIMeta = {
|
|
|
51714
51660
|
"type": "boolean | undefined",
|
|
51715
51661
|
"schema": "boolean | undefined"
|
|
51716
51662
|
},
|
|
51717
|
-
"replace": {
|
|
51718
|
-
"name": "replace",
|
|
51719
|
-
"global": false,
|
|
51720
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
51721
|
-
"tags": [],
|
|
51722
|
-
"required": false,
|
|
51723
|
-
"type": "boolean | undefined",
|
|
51724
|
-
"schema": "boolean | undefined"
|
|
51725
|
-
},
|
|
51726
51663
|
"disabled": {
|
|
51727
51664
|
"name": "disabled",
|
|
51728
51665
|
"global": false,
|
|
@@ -55214,21 +55151,21 @@ const B24UIMeta = {
|
|
|
55214
55151
|
}
|
|
55215
55152
|
],
|
|
55216
55153
|
"required": false,
|
|
55217
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
55154
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
55218
55155
|
"schema": {
|
|
55219
55156
|
"kind": "enum",
|
|
55220
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
55157
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
55221
55158
|
"schema": {
|
|
55222
55159
|
"0": "undefined",
|
|
55223
55160
|
"1": "\"default\"",
|
|
55224
|
-
"2": "\"
|
|
55225
|
-
"3": "\"
|
|
55226
|
-
"4": "\"
|
|
55227
|
-
"5": "\"
|
|
55228
|
-
"6": "\"
|
|
55229
|
-
"7": "\"
|
|
55230
|
-
"8": "\"
|
|
55231
|
-
"9": "\"
|
|
55161
|
+
"2": "\"link\"",
|
|
55162
|
+
"3": "\"danger\"",
|
|
55163
|
+
"4": "\"success\"",
|
|
55164
|
+
"5": "\"warning\"",
|
|
55165
|
+
"6": "\"primary\"",
|
|
55166
|
+
"7": "\"secondary\"",
|
|
55167
|
+
"8": "\"collab\"",
|
|
55168
|
+
"9": "\"ai\""
|
|
55232
55169
|
}
|
|
55233
55170
|
}
|
|
55234
55171
|
},
|
|
@@ -55347,15 +55284,15 @@ const B24UIMeta = {
|
|
|
55347
55284
|
}
|
|
55348
55285
|
],
|
|
55349
55286
|
"required": false,
|
|
55350
|
-
"type": "\"label\" | \"
|
|
55287
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
55351
55288
|
"schema": {
|
|
55352
55289
|
"kind": "enum",
|
|
55353
|
-
"type": "\"label\" | \"
|
|
55290
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
55354
55291
|
"schema": {
|
|
55355
55292
|
"0": "undefined",
|
|
55356
55293
|
"1": "\"label\"",
|
|
55357
|
-
"2": "\"
|
|
55358
|
-
"3": "\"
|
|
55294
|
+
"2": "\"separator\"",
|
|
55295
|
+
"3": "\"item\""
|
|
55359
55296
|
}
|
|
55360
55297
|
}
|
|
55361
55298
|
},
|
|
@@ -56744,21 +56681,21 @@ const B24UIMeta = {
|
|
|
56744
56681
|
}
|
|
56745
56682
|
],
|
|
56746
56683
|
"required": false,
|
|
56747
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
56684
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
56748
56685
|
"schema": {
|
|
56749
56686
|
"kind": "enum",
|
|
56750
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
56687
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
56751
56688
|
"schema": {
|
|
56752
56689
|
"0": "undefined",
|
|
56753
56690
|
"1": "\"default\"",
|
|
56754
|
-
"2": "\"
|
|
56755
|
-
"3": "\"
|
|
56756
|
-
"4": "\"
|
|
56757
|
-
"5": "\"
|
|
56758
|
-
"6": "\"
|
|
56759
|
-
"7": "\"
|
|
56760
|
-
"8": "\"
|
|
56761
|
-
"9": "\"
|
|
56691
|
+
"2": "\"link\"",
|
|
56692
|
+
"3": "\"danger\"",
|
|
56693
|
+
"4": "\"success\"",
|
|
56694
|
+
"5": "\"warning\"",
|
|
56695
|
+
"6": "\"primary\"",
|
|
56696
|
+
"7": "\"secondary\"",
|
|
56697
|
+
"8": "\"collab\"",
|
|
56698
|
+
"9": "\"ai\""
|
|
56762
56699
|
}
|
|
56763
56700
|
}
|
|
56764
56701
|
},
|
|
@@ -56877,15 +56814,15 @@ const B24UIMeta = {
|
|
|
56877
56814
|
}
|
|
56878
56815
|
],
|
|
56879
56816
|
"required": false,
|
|
56880
|
-
"type": "\"label\" | \"
|
|
56817
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
56881
56818
|
"schema": {
|
|
56882
56819
|
"kind": "enum",
|
|
56883
|
-
"type": "\"label\" | \"
|
|
56820
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
56884
56821
|
"schema": {
|
|
56885
56822
|
"0": "undefined",
|
|
56886
56823
|
"1": "\"label\"",
|
|
56887
|
-
"2": "\"
|
|
56888
|
-
"3": "\"
|
|
56824
|
+
"2": "\"separator\"",
|
|
56825
|
+
"3": "\"item\""
|
|
56889
56826
|
}
|
|
56890
56827
|
}
|
|
56891
56828
|
},
|
|
@@ -57211,21 +57148,21 @@ const B24UIMeta = {
|
|
|
57211
57148
|
}
|
|
57212
57149
|
],
|
|
57213
57150
|
"required": false,
|
|
57214
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
57151
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
57215
57152
|
"schema": {
|
|
57216
57153
|
"kind": "enum",
|
|
57217
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
57154
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
57218
57155
|
"schema": {
|
|
57219
57156
|
"0": "undefined",
|
|
57220
57157
|
"1": "\"default\"",
|
|
57221
|
-
"2": "\"
|
|
57222
|
-
"3": "\"
|
|
57223
|
-
"4": "\"
|
|
57224
|
-
"5": "\"
|
|
57225
|
-
"6": "\"
|
|
57226
|
-
"7": "\"
|
|
57227
|
-
"8": "\"
|
|
57228
|
-
"9": "\"
|
|
57158
|
+
"2": "\"link\"",
|
|
57159
|
+
"3": "\"danger\"",
|
|
57160
|
+
"4": "\"success\"",
|
|
57161
|
+
"5": "\"warning\"",
|
|
57162
|
+
"6": "\"primary\"",
|
|
57163
|
+
"7": "\"secondary\"",
|
|
57164
|
+
"8": "\"collab\"",
|
|
57165
|
+
"9": "\"ai\""
|
|
57229
57166
|
}
|
|
57230
57167
|
}
|
|
57231
57168
|
},
|
|
@@ -57344,15 +57281,15 @@ const B24UIMeta = {
|
|
|
57344
57281
|
}
|
|
57345
57282
|
],
|
|
57346
57283
|
"required": false,
|
|
57347
|
-
"type": "\"label\" | \"
|
|
57284
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
57348
57285
|
"schema": {
|
|
57349
57286
|
"kind": "enum",
|
|
57350
|
-
"type": "\"label\" | \"
|
|
57287
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
57351
57288
|
"schema": {
|
|
57352
57289
|
"0": "undefined",
|
|
57353
57290
|
"1": "\"label\"",
|
|
57354
|
-
"2": "\"
|
|
57355
|
-
"3": "\"
|
|
57291
|
+
"2": "\"separator\"",
|
|
57292
|
+
"3": "\"item\""
|
|
57356
57293
|
}
|
|
57357
57294
|
}
|
|
57358
57295
|
},
|
|
@@ -57678,21 +57615,21 @@ const B24UIMeta = {
|
|
|
57678
57615
|
}
|
|
57679
57616
|
],
|
|
57680
57617
|
"required": false,
|
|
57681
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
57618
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
57682
57619
|
"schema": {
|
|
57683
57620
|
"kind": "enum",
|
|
57684
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
57621
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
57685
57622
|
"schema": {
|
|
57686
57623
|
"0": "undefined",
|
|
57687
57624
|
"1": "\"default\"",
|
|
57688
|
-
"2": "\"
|
|
57689
|
-
"3": "\"
|
|
57690
|
-
"4": "\"
|
|
57691
|
-
"5": "\"
|
|
57692
|
-
"6": "\"
|
|
57693
|
-
"7": "\"
|
|
57694
|
-
"8": "\"
|
|
57695
|
-
"9": "\"
|
|
57625
|
+
"2": "\"link\"",
|
|
57626
|
+
"3": "\"danger\"",
|
|
57627
|
+
"4": "\"success\"",
|
|
57628
|
+
"5": "\"warning\"",
|
|
57629
|
+
"6": "\"primary\"",
|
|
57630
|
+
"7": "\"secondary\"",
|
|
57631
|
+
"8": "\"collab\"",
|
|
57632
|
+
"9": "\"ai\""
|
|
57696
57633
|
}
|
|
57697
57634
|
}
|
|
57698
57635
|
},
|
|
@@ -57811,15 +57748,15 @@ const B24UIMeta = {
|
|
|
57811
57748
|
}
|
|
57812
57749
|
],
|
|
57813
57750
|
"required": false,
|
|
57814
|
-
"type": "\"label\" | \"
|
|
57751
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
57815
57752
|
"schema": {
|
|
57816
57753
|
"kind": "enum",
|
|
57817
|
-
"type": "\"label\" | \"
|
|
57754
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
57818
57755
|
"schema": {
|
|
57819
57756
|
"0": "undefined",
|
|
57820
57757
|
"1": "\"label\"",
|
|
57821
|
-
"2": "\"
|
|
57822
|
-
"3": "\"
|
|
57758
|
+
"2": "\"separator\"",
|
|
57759
|
+
"3": "\"item\""
|
|
57823
57760
|
}
|
|
57824
57761
|
}
|
|
57825
57762
|
},
|
|
@@ -58145,21 +58082,21 @@ const B24UIMeta = {
|
|
|
58145
58082
|
}
|
|
58146
58083
|
],
|
|
58147
58084
|
"required": false,
|
|
58148
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
58085
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
58149
58086
|
"schema": {
|
|
58150
58087
|
"kind": "enum",
|
|
58151
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
58088
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
58152
58089
|
"schema": {
|
|
58153
58090
|
"0": "undefined",
|
|
58154
58091
|
"1": "\"default\"",
|
|
58155
|
-
"2": "\"
|
|
58156
|
-
"3": "\"
|
|
58157
|
-
"4": "\"
|
|
58158
|
-
"5": "\"
|
|
58159
|
-
"6": "\"
|
|
58160
|
-
"7": "\"
|
|
58161
|
-
"8": "\"
|
|
58162
|
-
"9": "\"
|
|
58092
|
+
"2": "\"link\"",
|
|
58093
|
+
"3": "\"danger\"",
|
|
58094
|
+
"4": "\"success\"",
|
|
58095
|
+
"5": "\"warning\"",
|
|
58096
|
+
"6": "\"primary\"",
|
|
58097
|
+
"7": "\"secondary\"",
|
|
58098
|
+
"8": "\"collab\"",
|
|
58099
|
+
"9": "\"ai\""
|
|
58163
58100
|
}
|
|
58164
58101
|
}
|
|
58165
58102
|
},
|
|
@@ -58278,15 +58215,15 @@ const B24UIMeta = {
|
|
|
58278
58215
|
}
|
|
58279
58216
|
],
|
|
58280
58217
|
"required": false,
|
|
58281
|
-
"type": "\"label\" | \"
|
|
58218
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
58282
58219
|
"schema": {
|
|
58283
58220
|
"kind": "enum",
|
|
58284
|
-
"type": "\"label\" | \"
|
|
58221
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
58285
58222
|
"schema": {
|
|
58286
58223
|
"0": "undefined",
|
|
58287
58224
|
"1": "\"label\"",
|
|
58288
|
-
"2": "\"
|
|
58289
|
-
"3": "\"
|
|
58225
|
+
"2": "\"separator\"",
|
|
58226
|
+
"3": "\"item\""
|
|
58290
58227
|
}
|
|
58291
58228
|
}
|
|
58292
58229
|
},
|
|
@@ -58457,23 +58394,23 @@ const B24UIMeta = {
|
|
|
58457
58394
|
"2": "\"reset\"",
|
|
58458
58395
|
"3": "\"submit\"",
|
|
58459
58396
|
"4": "\"image\"",
|
|
58460
|
-
"5": "\"
|
|
58461
|
-
"6": "\"
|
|
58462
|
-
"7": "\"
|
|
58463
|
-
"8": "\"
|
|
58464
|
-
"9":
|
|
58397
|
+
"5": "\"text\"",
|
|
58398
|
+
"6": "\"search\"",
|
|
58399
|
+
"7": "\"color\"",
|
|
58400
|
+
"8": "\"button\"",
|
|
58401
|
+
"9": "\"date\"",
|
|
58402
|
+
"10": "\"time\"",
|
|
58403
|
+
"11": {
|
|
58465
58404
|
"kind": "object",
|
|
58466
58405
|
"type": "string & {}",
|
|
58467
58406
|
"schema": {}
|
|
58468
58407
|
},
|
|
58469
|
-
"10": "\"text\"",
|
|
58470
|
-
"11": "\"search\"",
|
|
58471
58408
|
"12": "\"range\"",
|
|
58472
58409
|
"13": "\"month\"",
|
|
58473
58410
|
"14": "\"checkbox\"",
|
|
58474
|
-
"15": "\"
|
|
58475
|
-
"16": "\"
|
|
58476
|
-
"17": "\"
|
|
58411
|
+
"15": "\"file\"",
|
|
58412
|
+
"16": "\"datetime-local\"",
|
|
58413
|
+
"17": "\"email\"",
|
|
58477
58414
|
"18": "\"hidden\"",
|
|
58478
58415
|
"19": "\"password\"",
|
|
58479
58416
|
"20": "\"radio\"",
|
|
@@ -60095,21 +60032,21 @@ const B24UIMeta = {
|
|
|
60095
60032
|
}
|
|
60096
60033
|
],
|
|
60097
60034
|
"required": false,
|
|
60098
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
60035
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
60099
60036
|
"schema": {
|
|
60100
60037
|
"kind": "enum",
|
|
60101
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
60038
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
60102
60039
|
"schema": {
|
|
60103
60040
|
"0": "undefined",
|
|
60104
60041
|
"1": "\"default\"",
|
|
60105
|
-
"2": "\"
|
|
60106
|
-
"3": "\"
|
|
60107
|
-
"4": "\"
|
|
60108
|
-
"5": "\"
|
|
60109
|
-
"6": "\"
|
|
60110
|
-
"7": "\"
|
|
60111
|
-
"8": "\"
|
|
60112
|
-
"9": "\"
|
|
60042
|
+
"2": "\"link\"",
|
|
60043
|
+
"3": "\"danger\"",
|
|
60044
|
+
"4": "\"success\"",
|
|
60045
|
+
"5": "\"warning\"",
|
|
60046
|
+
"6": "\"primary\"",
|
|
60047
|
+
"7": "\"secondary\"",
|
|
60048
|
+
"8": "\"collab\"",
|
|
60049
|
+
"9": "\"ai\""
|
|
60113
60050
|
}
|
|
60114
60051
|
}
|
|
60115
60052
|
},
|
|
@@ -60228,27 +60165,18 @@ const B24UIMeta = {
|
|
|
60228
60165
|
}
|
|
60229
60166
|
],
|
|
60230
60167
|
"required": false,
|
|
60231
|
-
"type": "\"label\" | \"
|
|
60168
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
60232
60169
|
"schema": {
|
|
60233
60170
|
"kind": "enum",
|
|
60234
|
-
"type": "\"label\" | \"
|
|
60171
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
60235
60172
|
"schema": {
|
|
60236
60173
|
"0": "undefined",
|
|
60237
60174
|
"1": "\"label\"",
|
|
60238
|
-
"2": "\"
|
|
60239
|
-
"3": "\"
|
|
60175
|
+
"2": "\"separator\"",
|
|
60176
|
+
"3": "\"item\""
|
|
60240
60177
|
}
|
|
60241
60178
|
}
|
|
60242
60179
|
},
|
|
60243
|
-
"value": {
|
|
60244
|
-
"name": "value",
|
|
60245
|
-
"global": false,
|
|
60246
|
-
"description": "",
|
|
60247
|
-
"tags": [],
|
|
60248
|
-
"required": false,
|
|
60249
|
-
"type": "string | number | undefined",
|
|
60250
|
-
"schema": "string | number | undefined"
|
|
60251
|
-
},
|
|
60252
60180
|
"disabled": {
|
|
60253
60181
|
"name": "disabled",
|
|
60254
60182
|
"global": false,
|
|
@@ -61844,21 +61772,21 @@ const B24UIMeta = {
|
|
|
61844
61772
|
}
|
|
61845
61773
|
],
|
|
61846
61774
|
"required": false,
|
|
61847
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
61775
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
61848
61776
|
"schema": {
|
|
61849
61777
|
"kind": "enum",
|
|
61850
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
61778
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
61851
61779
|
"schema": {
|
|
61852
61780
|
"0": "undefined",
|
|
61853
61781
|
"1": "\"default\"",
|
|
61854
|
-
"2": "\"
|
|
61855
|
-
"3": "\"
|
|
61856
|
-
"4": "\"
|
|
61857
|
-
"5": "\"
|
|
61858
|
-
"6": "\"
|
|
61859
|
-
"7": "\"
|
|
61860
|
-
"8": "\"
|
|
61861
|
-
"9": "\"
|
|
61782
|
+
"2": "\"link\"",
|
|
61783
|
+
"3": "\"danger\"",
|
|
61784
|
+
"4": "\"success\"",
|
|
61785
|
+
"5": "\"warning\"",
|
|
61786
|
+
"6": "\"primary\"",
|
|
61787
|
+
"7": "\"secondary\"",
|
|
61788
|
+
"8": "\"collab\"",
|
|
61789
|
+
"9": "\"ai\""
|
|
61862
61790
|
}
|
|
61863
61791
|
}
|
|
61864
61792
|
},
|
|
@@ -61977,27 +61905,18 @@ const B24UIMeta = {
|
|
|
61977
61905
|
}
|
|
61978
61906
|
],
|
|
61979
61907
|
"required": false,
|
|
61980
|
-
"type": "\"label\" | \"
|
|
61908
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
61981
61909
|
"schema": {
|
|
61982
61910
|
"kind": "enum",
|
|
61983
|
-
"type": "\"label\" | \"
|
|
61911
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
61984
61912
|
"schema": {
|
|
61985
61913
|
"0": "undefined",
|
|
61986
61914
|
"1": "\"label\"",
|
|
61987
|
-
"2": "\"
|
|
61988
|
-
"3": "\"
|
|
61915
|
+
"2": "\"separator\"",
|
|
61916
|
+
"3": "\"item\""
|
|
61989
61917
|
}
|
|
61990
61918
|
}
|
|
61991
61919
|
},
|
|
61992
|
-
"value": {
|
|
61993
|
-
"name": "value",
|
|
61994
|
-
"global": false,
|
|
61995
|
-
"description": "",
|
|
61996
|
-
"tags": [],
|
|
61997
|
-
"required": false,
|
|
61998
|
-
"type": "string | number | undefined",
|
|
61999
|
-
"schema": "string | number | undefined"
|
|
62000
|
-
},
|
|
62001
61920
|
"disabled": {
|
|
62002
61921
|
"name": "disabled",
|
|
62003
61922
|
"global": false,
|
|
@@ -62331,21 +62250,21 @@ const B24UIMeta = {
|
|
|
62331
62250
|
}
|
|
62332
62251
|
],
|
|
62333
62252
|
"required": false,
|
|
62334
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
62253
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
62335
62254
|
"schema": {
|
|
62336
62255
|
"kind": "enum",
|
|
62337
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
62256
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
62338
62257
|
"schema": {
|
|
62339
62258
|
"0": "undefined",
|
|
62340
62259
|
"1": "\"default\"",
|
|
62341
|
-
"2": "\"
|
|
62342
|
-
"3": "\"
|
|
62343
|
-
"4": "\"
|
|
62344
|
-
"5": "\"
|
|
62345
|
-
"6": "\"
|
|
62346
|
-
"7": "\"
|
|
62347
|
-
"8": "\"
|
|
62348
|
-
"9": "\"
|
|
62260
|
+
"2": "\"link\"",
|
|
62261
|
+
"3": "\"danger\"",
|
|
62262
|
+
"4": "\"success\"",
|
|
62263
|
+
"5": "\"warning\"",
|
|
62264
|
+
"6": "\"primary\"",
|
|
62265
|
+
"7": "\"secondary\"",
|
|
62266
|
+
"8": "\"collab\"",
|
|
62267
|
+
"9": "\"ai\""
|
|
62349
62268
|
}
|
|
62350
62269
|
}
|
|
62351
62270
|
},
|
|
@@ -62464,27 +62383,18 @@ const B24UIMeta = {
|
|
|
62464
62383
|
}
|
|
62465
62384
|
],
|
|
62466
62385
|
"required": false,
|
|
62467
|
-
"type": "\"label\" | \"
|
|
62386
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
62468
62387
|
"schema": {
|
|
62469
62388
|
"kind": "enum",
|
|
62470
|
-
"type": "\"label\" | \"
|
|
62389
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
62471
62390
|
"schema": {
|
|
62472
62391
|
"0": "undefined",
|
|
62473
62392
|
"1": "\"label\"",
|
|
62474
|
-
"2": "\"
|
|
62475
|
-
"3": "\"
|
|
62393
|
+
"2": "\"separator\"",
|
|
62394
|
+
"3": "\"item\""
|
|
62476
62395
|
}
|
|
62477
62396
|
}
|
|
62478
62397
|
},
|
|
62479
|
-
"value": {
|
|
62480
|
-
"name": "value",
|
|
62481
|
-
"global": false,
|
|
62482
|
-
"description": "",
|
|
62483
|
-
"tags": [],
|
|
62484
|
-
"required": false,
|
|
62485
|
-
"type": "string | number | undefined",
|
|
62486
|
-
"schema": "string | number | undefined"
|
|
62487
|
-
},
|
|
62488
62398
|
"disabled": {
|
|
62489
62399
|
"name": "disabled",
|
|
62490
62400
|
"global": false,
|
|
@@ -62818,21 +62728,21 @@ const B24UIMeta = {
|
|
|
62818
62728
|
}
|
|
62819
62729
|
],
|
|
62820
62730
|
"required": false,
|
|
62821
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
62731
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
62822
62732
|
"schema": {
|
|
62823
62733
|
"kind": "enum",
|
|
62824
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
62734
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
62825
62735
|
"schema": {
|
|
62826
62736
|
"0": "undefined",
|
|
62827
62737
|
"1": "\"default\"",
|
|
62828
|
-
"2": "\"
|
|
62829
|
-
"3": "\"
|
|
62830
|
-
"4": "\"
|
|
62831
|
-
"5": "\"
|
|
62832
|
-
"6": "\"
|
|
62833
|
-
"7": "\"
|
|
62834
|
-
"8": "\"
|
|
62835
|
-
"9": "\"
|
|
62738
|
+
"2": "\"link\"",
|
|
62739
|
+
"3": "\"danger\"",
|
|
62740
|
+
"4": "\"success\"",
|
|
62741
|
+
"5": "\"warning\"",
|
|
62742
|
+
"6": "\"primary\"",
|
|
62743
|
+
"7": "\"secondary\"",
|
|
62744
|
+
"8": "\"collab\"",
|
|
62745
|
+
"9": "\"ai\""
|
|
62836
62746
|
}
|
|
62837
62747
|
}
|
|
62838
62748
|
},
|
|
@@ -62951,27 +62861,18 @@ const B24UIMeta = {
|
|
|
62951
62861
|
}
|
|
62952
62862
|
],
|
|
62953
62863
|
"required": false,
|
|
62954
|
-
"type": "\"label\" | \"
|
|
62864
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
62955
62865
|
"schema": {
|
|
62956
62866
|
"kind": "enum",
|
|
62957
|
-
"type": "\"label\" | \"
|
|
62867
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
62958
62868
|
"schema": {
|
|
62959
62869
|
"0": "undefined",
|
|
62960
62870
|
"1": "\"label\"",
|
|
62961
|
-
"2": "\"
|
|
62962
|
-
"3": "\"
|
|
62871
|
+
"2": "\"separator\"",
|
|
62872
|
+
"3": "\"item\""
|
|
62963
62873
|
}
|
|
62964
62874
|
}
|
|
62965
62875
|
},
|
|
62966
|
-
"value": {
|
|
62967
|
-
"name": "value",
|
|
62968
|
-
"global": false,
|
|
62969
|
-
"description": "",
|
|
62970
|
-
"tags": [],
|
|
62971
|
-
"required": false,
|
|
62972
|
-
"type": "string | number | undefined",
|
|
62973
|
-
"schema": "string | number | undefined"
|
|
62974
|
-
},
|
|
62975
62876
|
"disabled": {
|
|
62976
62877
|
"name": "disabled",
|
|
62977
62878
|
"global": false,
|
|
@@ -63305,21 +63206,21 @@ const B24UIMeta = {
|
|
|
63305
63206
|
}
|
|
63306
63207
|
],
|
|
63307
63208
|
"required": false,
|
|
63308
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
63209
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
63309
63210
|
"schema": {
|
|
63310
63211
|
"kind": "enum",
|
|
63311
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
63212
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
63312
63213
|
"schema": {
|
|
63313
63214
|
"0": "undefined",
|
|
63314
63215
|
"1": "\"default\"",
|
|
63315
|
-
"2": "\"
|
|
63316
|
-
"3": "\"
|
|
63317
|
-
"4": "\"
|
|
63318
|
-
"5": "\"
|
|
63319
|
-
"6": "\"
|
|
63320
|
-
"7": "\"
|
|
63321
|
-
"8": "\"
|
|
63322
|
-
"9": "\"
|
|
63216
|
+
"2": "\"link\"",
|
|
63217
|
+
"3": "\"danger\"",
|
|
63218
|
+
"4": "\"success\"",
|
|
63219
|
+
"5": "\"warning\"",
|
|
63220
|
+
"6": "\"primary\"",
|
|
63221
|
+
"7": "\"secondary\"",
|
|
63222
|
+
"8": "\"collab\"",
|
|
63223
|
+
"9": "\"ai\""
|
|
63323
63224
|
}
|
|
63324
63225
|
}
|
|
63325
63226
|
},
|
|
@@ -63438,27 +63339,18 @@ const B24UIMeta = {
|
|
|
63438
63339
|
}
|
|
63439
63340
|
],
|
|
63440
63341
|
"required": false,
|
|
63441
|
-
"type": "\"label\" | \"
|
|
63342
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
63442
63343
|
"schema": {
|
|
63443
63344
|
"kind": "enum",
|
|
63444
|
-
"type": "\"label\" | \"
|
|
63345
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
63445
63346
|
"schema": {
|
|
63446
63347
|
"0": "undefined",
|
|
63447
63348
|
"1": "\"label\"",
|
|
63448
|
-
"2": "\"
|
|
63449
|
-
"3": "\"
|
|
63349
|
+
"2": "\"separator\"",
|
|
63350
|
+
"3": "\"item\""
|
|
63450
63351
|
}
|
|
63451
63352
|
}
|
|
63452
63353
|
},
|
|
63453
|
-
"value": {
|
|
63454
|
-
"name": "value",
|
|
63455
|
-
"global": false,
|
|
63456
|
-
"description": "",
|
|
63457
|
-
"tags": [],
|
|
63458
|
-
"required": false,
|
|
63459
|
-
"type": "string | number | undefined",
|
|
63460
|
-
"schema": "string | number | undefined"
|
|
63461
|
-
},
|
|
63462
63354
|
"disabled": {
|
|
63463
63355
|
"name": "disabled",
|
|
63464
63356
|
"global": false,
|
|
@@ -68574,21 +68466,21 @@ const B24UIMeta = {
|
|
|
68574
68466
|
}
|
|
68575
68467
|
],
|
|
68576
68468
|
"required": false,
|
|
68577
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
68469
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
68578
68470
|
"schema": {
|
|
68579
68471
|
"kind": "enum",
|
|
68580
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
68472
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
68581
68473
|
"schema": {
|
|
68582
68474
|
"0": "undefined",
|
|
68583
68475
|
"1": "\"default\"",
|
|
68584
|
-
"2": "\"
|
|
68585
|
-
"3": "\"
|
|
68586
|
-
"4": "\"
|
|
68587
|
-
"5": "\"
|
|
68588
|
-
"6": "\"
|
|
68589
|
-
"7": "\"
|
|
68590
|
-
"8": "\"
|
|
68591
|
-
"9": "\"
|
|
68476
|
+
"2": "\"link\"",
|
|
68477
|
+
"3": "\"danger\"",
|
|
68478
|
+
"4": "\"success\"",
|
|
68479
|
+
"5": "\"warning\"",
|
|
68480
|
+
"6": "\"primary\"",
|
|
68481
|
+
"7": "\"secondary\"",
|
|
68482
|
+
"8": "\"collab\"",
|
|
68483
|
+
"9": "\"ai\""
|
|
68592
68484
|
}
|
|
68593
68485
|
}
|
|
68594
68486
|
},
|
|
@@ -68598,8 +68490,8 @@ const B24UIMeta = {
|
|
|
68598
68490
|
"description": "",
|
|
68599
68491
|
"tags": [],
|
|
68600
68492
|
"required": false,
|
|
68601
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
68602
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
68493
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
68494
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
68603
68495
|
},
|
|
68604
68496
|
"depth": {
|
|
68605
68497
|
"name": "depth",
|
|
@@ -69059,6 +68951,15 @@ const B24UIMeta = {
|
|
|
69059
68951
|
}
|
|
69060
68952
|
}
|
|
69061
68953
|
},
|
|
68954
|
+
"replace": {
|
|
68955
|
+
"name": "replace",
|
|
68956
|
+
"global": false,
|
|
68957
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
68958
|
+
"tags": [],
|
|
68959
|
+
"required": false,
|
|
68960
|
+
"type": "boolean | undefined",
|
|
68961
|
+
"schema": "boolean | undefined"
|
|
68962
|
+
},
|
|
69062
68963
|
"to": {
|
|
69063
68964
|
"name": "to",
|
|
69064
68965
|
"global": false,
|
|
@@ -69291,15 +69192,6 @@ const B24UIMeta = {
|
|
|
69291
69192
|
"type": "boolean | undefined",
|
|
69292
69193
|
"schema": "boolean | undefined"
|
|
69293
69194
|
},
|
|
69294
|
-
"replace": {
|
|
69295
|
-
"name": "replace",
|
|
69296
|
-
"global": false,
|
|
69297
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
69298
|
-
"tags": [],
|
|
69299
|
-
"required": false,
|
|
69300
|
-
"type": "boolean | undefined",
|
|
69301
|
-
"schema": "boolean | undefined"
|
|
69302
|
-
},
|
|
69303
69195
|
"disabled": {
|
|
69304
69196
|
"name": "disabled",
|
|
69305
69197
|
"global": false,
|