@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.d.cts
CHANGED
|
@@ -664,21 +664,21 @@ var B24UIMeta = {
|
|
|
664
664
|
}
|
|
665
665
|
],
|
|
666
666
|
"required": false,
|
|
667
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
667
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
668
668
|
"schema": {
|
|
669
669
|
"kind": "enum",
|
|
670
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
670
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
671
671
|
"schema": {
|
|
672
672
|
"0": "undefined",
|
|
673
673
|
"1": "\"default\"",
|
|
674
|
-
"2": "\"
|
|
675
|
-
"3": "\"
|
|
676
|
-
"4": "\"
|
|
677
|
-
"5": "\"
|
|
678
|
-
"6": "\"
|
|
679
|
-
"7": "\"
|
|
680
|
-
"8": "\"
|
|
681
|
-
"9": "\"
|
|
674
|
+
"2": "\"link\"",
|
|
675
|
+
"3": "\"danger\"",
|
|
676
|
+
"4": "\"success\"",
|
|
677
|
+
"5": "\"warning\"",
|
|
678
|
+
"6": "\"primary\"",
|
|
679
|
+
"7": "\"secondary\"",
|
|
680
|
+
"8": "\"collab\"",
|
|
681
|
+
"9": "\"ai\""
|
|
682
682
|
}
|
|
683
683
|
}
|
|
684
684
|
},
|
|
@@ -688,8 +688,8 @@ var B24UIMeta = {
|
|
|
688
688
|
"description": "",
|
|
689
689
|
"tags": [],
|
|
690
690
|
"required": false,
|
|
691
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
692
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
691
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
692
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
693
693
|
},
|
|
694
694
|
"depth": {
|
|
695
695
|
"name": "depth",
|
|
@@ -1149,6 +1149,15 @@ var B24UIMeta = {
|
|
|
1149
1149
|
}
|
|
1150
1150
|
}
|
|
1151
1151
|
},
|
|
1152
|
+
"replace": {
|
|
1153
|
+
"name": "replace",
|
|
1154
|
+
"global": false,
|
|
1155
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
1156
|
+
"tags": [],
|
|
1157
|
+
"required": false,
|
|
1158
|
+
"type": "boolean | undefined",
|
|
1159
|
+
"schema": "boolean | undefined"
|
|
1160
|
+
},
|
|
1152
1161
|
"to": {
|
|
1153
1162
|
"name": "to",
|
|
1154
1163
|
"global": false,
|
|
@@ -1381,15 +1390,6 @@ var B24UIMeta = {
|
|
|
1381
1390
|
"type": "boolean | undefined",
|
|
1382
1391
|
"schema": "boolean | undefined"
|
|
1383
1392
|
},
|
|
1384
|
-
"replace": {
|
|
1385
|
-
"name": "replace",
|
|
1386
|
-
"global": false,
|
|
1387
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
1388
|
-
"tags": [],
|
|
1389
|
-
"required": false,
|
|
1390
|
-
"type": "boolean | undefined",
|
|
1391
|
-
"schema": "boolean | undefined"
|
|
1392
|
-
},
|
|
1393
1393
|
"disabled": {
|
|
1394
1394
|
"name": "disabled",
|
|
1395
1395
|
"global": false,
|
|
@@ -3478,21 +3478,21 @@ var B24UIMeta = {
|
|
|
3478
3478
|
}
|
|
3479
3479
|
],
|
|
3480
3480
|
"required": false,
|
|
3481
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
3481
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
3482
3482
|
"schema": {
|
|
3483
3483
|
"kind": "enum",
|
|
3484
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
3484
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
3485
3485
|
"schema": {
|
|
3486
3486
|
"0": "undefined",
|
|
3487
3487
|
"1": "\"default\"",
|
|
3488
|
-
"2": "\"
|
|
3489
|
-
"3": "\"
|
|
3490
|
-
"4": "\"
|
|
3491
|
-
"5": "\"
|
|
3492
|
-
"6": "\"
|
|
3493
|
-
"7": "\"
|
|
3494
|
-
"8": "\"
|
|
3495
|
-
"9": "\"
|
|
3488
|
+
"2": "\"link\"",
|
|
3489
|
+
"3": "\"danger\"",
|
|
3490
|
+
"4": "\"success\"",
|
|
3491
|
+
"5": "\"warning\"",
|
|
3492
|
+
"6": "\"primary\"",
|
|
3493
|
+
"7": "\"secondary\"",
|
|
3494
|
+
"8": "\"collab\"",
|
|
3495
|
+
"9": "\"ai\""
|
|
3496
3496
|
}
|
|
3497
3497
|
}
|
|
3498
3498
|
},
|
|
@@ -3502,21 +3502,21 @@ var B24UIMeta = {
|
|
|
3502
3502
|
"description": "",
|
|
3503
3503
|
"tags": [],
|
|
3504
3504
|
"required": false,
|
|
3505
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
3505
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
3506
3506
|
"schema": {
|
|
3507
3507
|
"kind": "enum",
|
|
3508
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
3508
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
3509
3509
|
"schema": {
|
|
3510
3510
|
"0": "undefined",
|
|
3511
3511
|
"1": "\"default\"",
|
|
3512
|
-
"2": "\"
|
|
3513
|
-
"3": "\"
|
|
3514
|
-
"4": "\"
|
|
3515
|
-
"5": "\"
|
|
3516
|
-
"6": "\"
|
|
3517
|
-
"7": "\"
|
|
3518
|
-
"8": "\"
|
|
3519
|
-
"9": "\"
|
|
3512
|
+
"2": "\"link\"",
|
|
3513
|
+
"3": "\"danger\"",
|
|
3514
|
+
"4": "\"success\"",
|
|
3515
|
+
"5": "\"warning\"",
|
|
3516
|
+
"6": "\"primary\"",
|
|
3517
|
+
"7": "\"secondary\"",
|
|
3518
|
+
"8": "\"collab\"",
|
|
3519
|
+
"9": "\"ai\""
|
|
3520
3520
|
}
|
|
3521
3521
|
}
|
|
3522
3522
|
},
|
|
@@ -4038,6 +4038,23 @@ var B24UIMeta = {
|
|
|
4038
4038
|
},
|
|
4039
4039
|
"default": "\"button\""
|
|
4040
4040
|
},
|
|
4041
|
+
{
|
|
4042
|
+
"name": "replace",
|
|
4043
|
+
"global": false,
|
|
4044
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
4045
|
+
"tags": [],
|
|
4046
|
+
"required": false,
|
|
4047
|
+
"type": "boolean | undefined",
|
|
4048
|
+
"schema": {
|
|
4049
|
+
"kind": "enum",
|
|
4050
|
+
"type": "boolean | undefined",
|
|
4051
|
+
"schema": {
|
|
4052
|
+
"0": "undefined",
|
|
4053
|
+
"1": "false",
|
|
4054
|
+
"2": "true"
|
|
4055
|
+
}
|
|
4056
|
+
}
|
|
4057
|
+
},
|
|
4041
4058
|
{
|
|
4042
4059
|
"name": "to",
|
|
4043
4060
|
"global": false,
|
|
@@ -4300,23 +4317,6 @@ var B24UIMeta = {
|
|
|
4300
4317
|
}
|
|
4301
4318
|
}
|
|
4302
4319
|
},
|
|
4303
|
-
{
|
|
4304
|
-
"name": "replace",
|
|
4305
|
-
"global": false,
|
|
4306
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
4307
|
-
"tags": [],
|
|
4308
|
-
"required": false,
|
|
4309
|
-
"type": "boolean | undefined",
|
|
4310
|
-
"schema": {
|
|
4311
|
-
"kind": "enum",
|
|
4312
|
-
"type": "boolean | undefined",
|
|
4313
|
-
"schema": {
|
|
4314
|
-
"0": "undefined",
|
|
4315
|
-
"1": "false",
|
|
4316
|
-
"2": "true"
|
|
4317
|
-
}
|
|
4318
|
-
}
|
|
4319
|
-
},
|
|
4320
4320
|
{
|
|
4321
4321
|
"name": "disabled",
|
|
4322
4322
|
"global": false,
|
|
@@ -5051,21 +5051,21 @@ var B24UIMeta = {
|
|
|
5051
5051
|
}
|
|
5052
5052
|
],
|
|
5053
5053
|
"required": false,
|
|
5054
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
5054
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
5055
5055
|
"schema": {
|
|
5056
5056
|
"kind": "enum",
|
|
5057
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
5057
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
5058
5058
|
"schema": {
|
|
5059
5059
|
"0": "undefined",
|
|
5060
5060
|
"1": "\"default\"",
|
|
5061
|
-
"2": "\"
|
|
5062
|
-
"3": "\"
|
|
5063
|
-
"4": "\"
|
|
5064
|
-
"5": "\"
|
|
5065
|
-
"6": "\"
|
|
5066
|
-
"7": "\"
|
|
5067
|
-
"8": "\"
|
|
5068
|
-
"9": "\"
|
|
5061
|
+
"2": "\"link\"",
|
|
5062
|
+
"3": "\"danger\"",
|
|
5063
|
+
"4": "\"success\"",
|
|
5064
|
+
"5": "\"warning\"",
|
|
5065
|
+
"6": "\"primary\"",
|
|
5066
|
+
"7": "\"secondary\"",
|
|
5067
|
+
"8": "\"collab\"",
|
|
5068
|
+
"9": "\"ai\""
|
|
5069
5069
|
}
|
|
5070
5070
|
}
|
|
5071
5071
|
},
|
|
@@ -5075,8 +5075,8 @@ var B24UIMeta = {
|
|
|
5075
5075
|
"description": "",
|
|
5076
5076
|
"tags": [],
|
|
5077
5077
|
"required": false,
|
|
5078
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
5079
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
5078
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
5079
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
5080
5080
|
},
|
|
5081
5081
|
"depth": {
|
|
5082
5082
|
"name": "depth",
|
|
@@ -5536,6 +5536,15 @@ var B24UIMeta = {
|
|
|
5536
5536
|
}
|
|
5537
5537
|
}
|
|
5538
5538
|
},
|
|
5539
|
+
"replace": {
|
|
5540
|
+
"name": "replace",
|
|
5541
|
+
"global": false,
|
|
5542
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
5543
|
+
"tags": [],
|
|
5544
|
+
"required": false,
|
|
5545
|
+
"type": "boolean | undefined",
|
|
5546
|
+
"schema": "boolean | undefined"
|
|
5547
|
+
},
|
|
5539
5548
|
"to": {
|
|
5540
5549
|
"name": "to",
|
|
5541
5550
|
"global": false,
|
|
@@ -5768,15 +5777,6 @@ var B24UIMeta = {
|
|
|
5768
5777
|
"type": "boolean | undefined",
|
|
5769
5778
|
"schema": "boolean | undefined"
|
|
5770
5779
|
},
|
|
5771
|
-
"replace": {
|
|
5772
|
-
"name": "replace",
|
|
5773
|
-
"global": false,
|
|
5774
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
5775
|
-
"tags": [],
|
|
5776
|
-
"required": false,
|
|
5777
|
-
"type": "boolean | undefined",
|
|
5778
|
-
"schema": "boolean | undefined"
|
|
5779
|
-
},
|
|
5780
5780
|
"disabled": {
|
|
5781
5781
|
"name": "disabled",
|
|
5782
5782
|
"global": false,
|
|
@@ -6035,21 +6035,21 @@ var B24UIMeta = {
|
|
|
6035
6035
|
}
|
|
6036
6036
|
],
|
|
6037
6037
|
"required": false,
|
|
6038
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
6038
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
6039
6039
|
"schema": {
|
|
6040
6040
|
"kind": "enum",
|
|
6041
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
6041
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
6042
6042
|
"schema": {
|
|
6043
6043
|
"0": "undefined",
|
|
6044
6044
|
"1": "\"default\"",
|
|
6045
|
-
"2": "\"
|
|
6046
|
-
"3": "\"
|
|
6047
|
-
"4": "\"
|
|
6048
|
-
"5": "\"
|
|
6049
|
-
"6": "\"
|
|
6050
|
-
"7": "\"
|
|
6051
|
-
"8": "\"
|
|
6052
|
-
"9": "\"
|
|
6045
|
+
"2": "\"link\"",
|
|
6046
|
+
"3": "\"danger\"",
|
|
6047
|
+
"4": "\"success\"",
|
|
6048
|
+
"5": "\"warning\"",
|
|
6049
|
+
"6": "\"primary\"",
|
|
6050
|
+
"7": "\"secondary\"",
|
|
6051
|
+
"8": "\"collab\"",
|
|
6052
|
+
"9": "\"ai\""
|
|
6053
6053
|
}
|
|
6054
6054
|
}
|
|
6055
6055
|
},
|
|
@@ -6059,8 +6059,8 @@ var B24UIMeta = {
|
|
|
6059
6059
|
"description": "",
|
|
6060
6060
|
"tags": [],
|
|
6061
6061
|
"required": false,
|
|
6062
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
6063
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
6062
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
6063
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
6064
6064
|
},
|
|
6065
6065
|
"depth": {
|
|
6066
6066
|
"name": "depth",
|
|
@@ -6520,6 +6520,15 @@ var B24UIMeta = {
|
|
|
6520
6520
|
}
|
|
6521
6521
|
}
|
|
6522
6522
|
},
|
|
6523
|
+
"replace": {
|
|
6524
|
+
"name": "replace",
|
|
6525
|
+
"global": false,
|
|
6526
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
6527
|
+
"tags": [],
|
|
6528
|
+
"required": false,
|
|
6529
|
+
"type": "boolean | undefined",
|
|
6530
|
+
"schema": "boolean | undefined"
|
|
6531
|
+
},
|
|
6523
6532
|
"to": {
|
|
6524
6533
|
"name": "to",
|
|
6525
6534
|
"global": false,
|
|
@@ -6752,15 +6761,6 @@ var B24UIMeta = {
|
|
|
6752
6761
|
"type": "boolean | undefined",
|
|
6753
6762
|
"schema": "boolean | undefined"
|
|
6754
6763
|
},
|
|
6755
|
-
"replace": {
|
|
6756
|
-
"name": "replace",
|
|
6757
|
-
"global": false,
|
|
6758
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
6759
|
-
"tags": [],
|
|
6760
|
-
"required": false,
|
|
6761
|
-
"type": "boolean | undefined",
|
|
6762
|
-
"schema": "boolean | undefined"
|
|
6763
|
-
},
|
|
6764
6764
|
"disabled": {
|
|
6765
6765
|
"name": "disabled",
|
|
6766
6766
|
"global": false,
|
|
@@ -7019,21 +7019,21 @@ var B24UIMeta = {
|
|
|
7019
7019
|
}
|
|
7020
7020
|
],
|
|
7021
7021
|
"required": false,
|
|
7022
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
7022
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
7023
7023
|
"schema": {
|
|
7024
7024
|
"kind": "enum",
|
|
7025
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
7025
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
7026
7026
|
"schema": {
|
|
7027
7027
|
"0": "undefined",
|
|
7028
7028
|
"1": "\"default\"",
|
|
7029
|
-
"2": "\"
|
|
7030
|
-
"3": "\"
|
|
7031
|
-
"4": "\"
|
|
7032
|
-
"5": "\"
|
|
7033
|
-
"6": "\"
|
|
7034
|
-
"7": "\"
|
|
7035
|
-
"8": "\"
|
|
7036
|
-
"9": "\"
|
|
7029
|
+
"2": "\"link\"",
|
|
7030
|
+
"3": "\"danger\"",
|
|
7031
|
+
"4": "\"success\"",
|
|
7032
|
+
"5": "\"warning\"",
|
|
7033
|
+
"6": "\"primary\"",
|
|
7034
|
+
"7": "\"secondary\"",
|
|
7035
|
+
"8": "\"collab\"",
|
|
7036
|
+
"9": "\"ai\""
|
|
7037
7037
|
}
|
|
7038
7038
|
}
|
|
7039
7039
|
},
|
|
@@ -7043,8 +7043,8 @@ var B24UIMeta = {
|
|
|
7043
7043
|
"description": "",
|
|
7044
7044
|
"tags": [],
|
|
7045
7045
|
"required": false,
|
|
7046
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
7047
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
7046
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
7047
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
7048
7048
|
},
|
|
7049
7049
|
"depth": {
|
|
7050
7050
|
"name": "depth",
|
|
@@ -7504,6 +7504,15 @@ var B24UIMeta = {
|
|
|
7504
7504
|
}
|
|
7505
7505
|
}
|
|
7506
7506
|
},
|
|
7507
|
+
"replace": {
|
|
7508
|
+
"name": "replace",
|
|
7509
|
+
"global": false,
|
|
7510
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
7511
|
+
"tags": [],
|
|
7512
|
+
"required": false,
|
|
7513
|
+
"type": "boolean | undefined",
|
|
7514
|
+
"schema": "boolean | undefined"
|
|
7515
|
+
},
|
|
7507
7516
|
"to": {
|
|
7508
7517
|
"name": "to",
|
|
7509
7518
|
"global": false,
|
|
@@ -7736,15 +7745,6 @@ var B24UIMeta = {
|
|
|
7736
7745
|
"type": "boolean | undefined",
|
|
7737
7746
|
"schema": "boolean | undefined"
|
|
7738
7747
|
},
|
|
7739
|
-
"replace": {
|
|
7740
|
-
"name": "replace",
|
|
7741
|
-
"global": false,
|
|
7742
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
7743
|
-
"tags": [],
|
|
7744
|
-
"required": false,
|
|
7745
|
-
"type": "boolean | undefined",
|
|
7746
|
-
"schema": "boolean | undefined"
|
|
7747
|
-
},
|
|
7748
7748
|
"disabled": {
|
|
7749
7749
|
"name": "disabled",
|
|
7750
7750
|
"global": false,
|
|
@@ -8003,21 +8003,21 @@ var B24UIMeta = {
|
|
|
8003
8003
|
}
|
|
8004
8004
|
],
|
|
8005
8005
|
"required": false,
|
|
8006
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
8006
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
8007
8007
|
"schema": {
|
|
8008
8008
|
"kind": "enum",
|
|
8009
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
8009
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
8010
8010
|
"schema": {
|
|
8011
8011
|
"0": "undefined",
|
|
8012
8012
|
"1": "\"default\"",
|
|
8013
|
-
"2": "\"
|
|
8014
|
-
"3": "\"
|
|
8015
|
-
"4": "\"
|
|
8016
|
-
"5": "\"
|
|
8017
|
-
"6": "\"
|
|
8018
|
-
"7": "\"
|
|
8019
|
-
"8": "\"
|
|
8020
|
-
"9": "\"
|
|
8013
|
+
"2": "\"link\"",
|
|
8014
|
+
"3": "\"danger\"",
|
|
8015
|
+
"4": "\"success\"",
|
|
8016
|
+
"5": "\"warning\"",
|
|
8017
|
+
"6": "\"primary\"",
|
|
8018
|
+
"7": "\"secondary\"",
|
|
8019
|
+
"8": "\"collab\"",
|
|
8020
|
+
"9": "\"ai\""
|
|
8021
8021
|
}
|
|
8022
8022
|
}
|
|
8023
8023
|
},
|
|
@@ -8027,8 +8027,8 @@ var B24UIMeta = {
|
|
|
8027
8027
|
"description": "",
|
|
8028
8028
|
"tags": [],
|
|
8029
8029
|
"required": false,
|
|
8030
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
8031
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
8030
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
8031
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
8032
8032
|
},
|
|
8033
8033
|
"depth": {
|
|
8034
8034
|
"name": "depth",
|
|
@@ -8488,6 +8488,15 @@ var B24UIMeta = {
|
|
|
8488
8488
|
}
|
|
8489
8489
|
}
|
|
8490
8490
|
},
|
|
8491
|
+
"replace": {
|
|
8492
|
+
"name": "replace",
|
|
8493
|
+
"global": false,
|
|
8494
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
8495
|
+
"tags": [],
|
|
8496
|
+
"required": false,
|
|
8497
|
+
"type": "boolean | undefined",
|
|
8498
|
+
"schema": "boolean | undefined"
|
|
8499
|
+
},
|
|
8491
8500
|
"to": {
|
|
8492
8501
|
"name": "to",
|
|
8493
8502
|
"global": false,
|
|
@@ -8720,15 +8729,6 @@ var B24UIMeta = {
|
|
|
8720
8729
|
"type": "boolean | undefined",
|
|
8721
8730
|
"schema": "boolean | undefined"
|
|
8722
8731
|
},
|
|
8723
|
-
"replace": {
|
|
8724
|
-
"name": "replace",
|
|
8725
|
-
"global": false,
|
|
8726
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
8727
|
-
"tags": [],
|
|
8728
|
-
"required": false,
|
|
8729
|
-
"type": "boolean | undefined",
|
|
8730
|
-
"schema": "boolean | undefined"
|
|
8731
|
-
},
|
|
8732
8732
|
"disabled": {
|
|
8733
8733
|
"name": "disabled",
|
|
8734
8734
|
"global": false,
|
|
@@ -14802,21 +14802,21 @@ var B24UIMeta = {
|
|
|
14802
14802
|
}
|
|
14803
14803
|
],
|
|
14804
14804
|
"required": false,
|
|
14805
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
14805
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
14806
14806
|
"schema": {
|
|
14807
14807
|
"kind": "enum",
|
|
14808
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
14808
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
14809
14809
|
"schema": {
|
|
14810
14810
|
"0": "undefined",
|
|
14811
14811
|
"1": "\"default\"",
|
|
14812
|
-
"2": "\"
|
|
14813
|
-
"3": "\"
|
|
14814
|
-
"4": "\"
|
|
14815
|
-
"5": "\"
|
|
14816
|
-
"6": "\"
|
|
14817
|
-
"7": "\"
|
|
14818
|
-
"8": "\"
|
|
14819
|
-
"9": "\"
|
|
14812
|
+
"2": "\"link\"",
|
|
14813
|
+
"3": "\"danger\"",
|
|
14814
|
+
"4": "\"success\"",
|
|
14815
|
+
"5": "\"warning\"",
|
|
14816
|
+
"6": "\"primary\"",
|
|
14817
|
+
"7": "\"secondary\"",
|
|
14818
|
+
"8": "\"collab\"",
|
|
14819
|
+
"9": "\"ai\""
|
|
14820
14820
|
}
|
|
14821
14821
|
}
|
|
14822
14822
|
},
|
|
@@ -16120,21 +16120,21 @@ var B24UIMeta = {
|
|
|
16120
16120
|
}
|
|
16121
16121
|
],
|
|
16122
16122
|
"required": false,
|
|
16123
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
16123
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
16124
16124
|
"schema": {
|
|
16125
16125
|
"kind": "enum",
|
|
16126
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
16126
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
16127
16127
|
"schema": {
|
|
16128
16128
|
"0": "undefined",
|
|
16129
16129
|
"1": "\"default\"",
|
|
16130
|
-
"2": "\"
|
|
16131
|
-
"3": "\"
|
|
16132
|
-
"4": "\"
|
|
16133
|
-
"5": "\"
|
|
16134
|
-
"6": "\"
|
|
16135
|
-
"7": "\"
|
|
16136
|
-
"8": "\"
|
|
16137
|
-
"9": "\"
|
|
16130
|
+
"2": "\"link\"",
|
|
16131
|
+
"3": "\"danger\"",
|
|
16132
|
+
"4": "\"success\"",
|
|
16133
|
+
"5": "\"warning\"",
|
|
16134
|
+
"6": "\"primary\"",
|
|
16135
|
+
"7": "\"secondary\"",
|
|
16136
|
+
"8": "\"collab\"",
|
|
16137
|
+
"9": "\"ai\""
|
|
16138
16138
|
}
|
|
16139
16139
|
}
|
|
16140
16140
|
},
|
|
@@ -16144,8 +16144,8 @@ var B24UIMeta = {
|
|
|
16144
16144
|
"description": "",
|
|
16145
16145
|
"tags": [],
|
|
16146
16146
|
"required": false,
|
|
16147
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
16148
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
16147
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
16148
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
16149
16149
|
},
|
|
16150
16150
|
"depth": {
|
|
16151
16151
|
"name": "depth",
|
|
@@ -16465,6 +16465,15 @@ var B24UIMeta = {
|
|
|
16465
16465
|
}
|
|
16466
16466
|
}
|
|
16467
16467
|
},
|
|
16468
|
+
"replace": {
|
|
16469
|
+
"name": "replace",
|
|
16470
|
+
"global": false,
|
|
16471
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
16472
|
+
"tags": [],
|
|
16473
|
+
"required": false,
|
|
16474
|
+
"type": "boolean | undefined",
|
|
16475
|
+
"schema": "boolean | undefined"
|
|
16476
|
+
},
|
|
16468
16477
|
"to": {
|
|
16469
16478
|
"name": "to",
|
|
16470
16479
|
"global": false,
|
|
@@ -16697,15 +16706,6 @@ var B24UIMeta = {
|
|
|
16697
16706
|
"type": "boolean | undefined",
|
|
16698
16707
|
"schema": "boolean | undefined"
|
|
16699
16708
|
},
|
|
16700
|
-
"replace": {
|
|
16701
|
-
"name": "replace",
|
|
16702
|
-
"global": false,
|
|
16703
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
16704
|
-
"tags": [],
|
|
16705
|
-
"required": false,
|
|
16706
|
-
"type": "boolean | undefined",
|
|
16707
|
-
"schema": "boolean | undefined"
|
|
16708
|
-
},
|
|
16709
16709
|
"disabled": {
|
|
16710
16710
|
"name": "disabled",
|
|
16711
16711
|
"global": false,
|
|
@@ -17278,21 +17278,21 @@ var B24UIMeta = {
|
|
|
17278
17278
|
}
|
|
17279
17279
|
],
|
|
17280
17280
|
"required": false,
|
|
17281
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
17281
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
17282
17282
|
"schema": {
|
|
17283
17283
|
"kind": "enum",
|
|
17284
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
17284
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
17285
17285
|
"schema": {
|
|
17286
17286
|
"0": "undefined",
|
|
17287
17287
|
"1": "\"default\"",
|
|
17288
|
-
"2": "\"
|
|
17289
|
-
"3": "\"
|
|
17290
|
-
"4": "\"
|
|
17291
|
-
"5": "\"
|
|
17292
|
-
"6": "\"
|
|
17293
|
-
"7": "\"
|
|
17294
|
-
"8": "\"
|
|
17295
|
-
"9": "\"
|
|
17288
|
+
"2": "\"link\"",
|
|
17289
|
+
"3": "\"danger\"",
|
|
17290
|
+
"4": "\"success\"",
|
|
17291
|
+
"5": "\"warning\"",
|
|
17292
|
+
"6": "\"primary\"",
|
|
17293
|
+
"7": "\"secondary\"",
|
|
17294
|
+
"8": "\"collab\"",
|
|
17295
|
+
"9": "\"ai\""
|
|
17296
17296
|
}
|
|
17297
17297
|
}
|
|
17298
17298
|
},
|
|
@@ -17302,8 +17302,8 @@ var B24UIMeta = {
|
|
|
17302
17302
|
"description": "",
|
|
17303
17303
|
"tags": [],
|
|
17304
17304
|
"required": false,
|
|
17305
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
17306
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
17305
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
17306
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
17307
17307
|
},
|
|
17308
17308
|
"depth": {
|
|
17309
17309
|
"name": "depth",
|
|
@@ -17623,6 +17623,15 @@ var B24UIMeta = {
|
|
|
17623
17623
|
}
|
|
17624
17624
|
}
|
|
17625
17625
|
},
|
|
17626
|
+
"replace": {
|
|
17627
|
+
"name": "replace",
|
|
17628
|
+
"global": false,
|
|
17629
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
17630
|
+
"tags": [],
|
|
17631
|
+
"required": false,
|
|
17632
|
+
"type": "boolean | undefined",
|
|
17633
|
+
"schema": "boolean | undefined"
|
|
17634
|
+
},
|
|
17626
17635
|
"to": {
|
|
17627
17636
|
"name": "to",
|
|
17628
17637
|
"global": false,
|
|
@@ -17855,15 +17864,6 @@ var B24UIMeta = {
|
|
|
17855
17864
|
"type": "boolean | undefined",
|
|
17856
17865
|
"schema": "boolean | undefined"
|
|
17857
17866
|
},
|
|
17858
|
-
"replace": {
|
|
17859
|
-
"name": "replace",
|
|
17860
|
-
"global": false,
|
|
17861
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
17862
|
-
"tags": [],
|
|
17863
|
-
"required": false,
|
|
17864
|
-
"type": "boolean | undefined",
|
|
17865
|
-
"schema": "boolean | undefined"
|
|
17866
|
-
},
|
|
17867
17867
|
"disabled": {
|
|
17868
17868
|
"name": "disabled",
|
|
17869
17869
|
"global": false,
|
|
@@ -18370,21 +18370,21 @@ var B24UIMeta = {
|
|
|
18370
18370
|
}
|
|
18371
18371
|
],
|
|
18372
18372
|
"required": false,
|
|
18373
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
18373
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
18374
18374
|
"schema": {
|
|
18375
18375
|
"kind": "enum",
|
|
18376
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
18376
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
18377
18377
|
"schema": {
|
|
18378
18378
|
"0": "undefined",
|
|
18379
18379
|
"1": "\"default\"",
|
|
18380
|
-
"2": "\"
|
|
18381
|
-
"3": "\"
|
|
18382
|
-
"4": "\"
|
|
18383
|
-
"5": "\"
|
|
18384
|
-
"6": "\"
|
|
18385
|
-
"7": "\"
|
|
18386
|
-
"8": "\"
|
|
18387
|
-
"9": "\"
|
|
18380
|
+
"2": "\"link\"",
|
|
18381
|
+
"3": "\"danger\"",
|
|
18382
|
+
"4": "\"success\"",
|
|
18383
|
+
"5": "\"warning\"",
|
|
18384
|
+
"6": "\"primary\"",
|
|
18385
|
+
"7": "\"secondary\"",
|
|
18386
|
+
"8": "\"collab\"",
|
|
18387
|
+
"9": "\"ai\""
|
|
18388
18388
|
}
|
|
18389
18389
|
}
|
|
18390
18390
|
},
|
|
@@ -18394,8 +18394,8 @@ var B24UIMeta = {
|
|
|
18394
18394
|
"description": "",
|
|
18395
18395
|
"tags": [],
|
|
18396
18396
|
"required": false,
|
|
18397
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
18398
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
18397
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
18398
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
18399
18399
|
},
|
|
18400
18400
|
"depth": {
|
|
18401
18401
|
"name": "depth",
|
|
@@ -18715,6 +18715,15 @@ var B24UIMeta = {
|
|
|
18715
18715
|
}
|
|
18716
18716
|
}
|
|
18717
18717
|
},
|
|
18718
|
+
"replace": {
|
|
18719
|
+
"name": "replace",
|
|
18720
|
+
"global": false,
|
|
18721
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
18722
|
+
"tags": [],
|
|
18723
|
+
"required": false,
|
|
18724
|
+
"type": "boolean | undefined",
|
|
18725
|
+
"schema": "boolean | undefined"
|
|
18726
|
+
},
|
|
18718
18727
|
"to": {
|
|
18719
18728
|
"name": "to",
|
|
18720
18729
|
"global": false,
|
|
@@ -18947,15 +18956,6 @@ var B24UIMeta = {
|
|
|
18947
18956
|
"type": "boolean | undefined",
|
|
18948
18957
|
"schema": "boolean | undefined"
|
|
18949
18958
|
},
|
|
18950
|
-
"replace": {
|
|
18951
|
-
"name": "replace",
|
|
18952
|
-
"global": false,
|
|
18953
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
18954
|
-
"tags": [],
|
|
18955
|
-
"required": false,
|
|
18956
|
-
"type": "boolean | undefined",
|
|
18957
|
-
"schema": "boolean | undefined"
|
|
18958
|
-
},
|
|
18959
18959
|
"disabled": {
|
|
18960
18960
|
"name": "disabled",
|
|
18961
18961
|
"global": false,
|
|
@@ -19462,21 +19462,21 @@ var B24UIMeta = {
|
|
|
19462
19462
|
}
|
|
19463
19463
|
],
|
|
19464
19464
|
"required": false,
|
|
19465
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
19465
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
19466
19466
|
"schema": {
|
|
19467
19467
|
"kind": "enum",
|
|
19468
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
19468
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
19469
19469
|
"schema": {
|
|
19470
19470
|
"0": "undefined",
|
|
19471
19471
|
"1": "\"default\"",
|
|
19472
|
-
"2": "\"
|
|
19473
|
-
"3": "\"
|
|
19474
|
-
"4": "\"
|
|
19475
|
-
"5": "\"
|
|
19476
|
-
"6": "\"
|
|
19477
|
-
"7": "\"
|
|
19478
|
-
"8": "\"
|
|
19479
|
-
"9": "\"
|
|
19472
|
+
"2": "\"link\"",
|
|
19473
|
+
"3": "\"danger\"",
|
|
19474
|
+
"4": "\"success\"",
|
|
19475
|
+
"5": "\"warning\"",
|
|
19476
|
+
"6": "\"primary\"",
|
|
19477
|
+
"7": "\"secondary\"",
|
|
19478
|
+
"8": "\"collab\"",
|
|
19479
|
+
"9": "\"ai\""
|
|
19480
19480
|
}
|
|
19481
19481
|
}
|
|
19482
19482
|
},
|
|
@@ -19486,8 +19486,8 @@ var B24UIMeta = {
|
|
|
19486
19486
|
"description": "",
|
|
19487
19487
|
"tags": [],
|
|
19488
19488
|
"required": false,
|
|
19489
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
19490
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
19489
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
19490
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
19491
19491
|
},
|
|
19492
19492
|
"depth": {
|
|
19493
19493
|
"name": "depth",
|
|
@@ -19807,6 +19807,15 @@ var B24UIMeta = {
|
|
|
19807
19807
|
}
|
|
19808
19808
|
}
|
|
19809
19809
|
},
|
|
19810
|
+
"replace": {
|
|
19811
|
+
"name": "replace",
|
|
19812
|
+
"global": false,
|
|
19813
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
19814
|
+
"tags": [],
|
|
19815
|
+
"required": false,
|
|
19816
|
+
"type": "boolean | undefined",
|
|
19817
|
+
"schema": "boolean | undefined"
|
|
19818
|
+
},
|
|
19810
19819
|
"to": {
|
|
19811
19820
|
"name": "to",
|
|
19812
19821
|
"global": false,
|
|
@@ -20039,15 +20048,6 @@ var B24UIMeta = {
|
|
|
20039
20048
|
"type": "boolean | undefined",
|
|
20040
20049
|
"schema": "boolean | undefined"
|
|
20041
20050
|
},
|
|
20042
|
-
"replace": {
|
|
20043
|
-
"name": "replace",
|
|
20044
|
-
"global": false,
|
|
20045
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
20046
|
-
"tags": [],
|
|
20047
|
-
"required": false,
|
|
20048
|
-
"type": "boolean | undefined",
|
|
20049
|
-
"schema": "boolean | undefined"
|
|
20050
|
-
},
|
|
20051
20051
|
"disabled": {
|
|
20052
20052
|
"name": "disabled",
|
|
20053
20053
|
"global": false,
|
|
@@ -20554,21 +20554,21 @@ var B24UIMeta = {
|
|
|
20554
20554
|
}
|
|
20555
20555
|
],
|
|
20556
20556
|
"required": false,
|
|
20557
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
20557
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
20558
20558
|
"schema": {
|
|
20559
20559
|
"kind": "enum",
|
|
20560
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
20560
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
20561
20561
|
"schema": {
|
|
20562
20562
|
"0": "undefined",
|
|
20563
20563
|
"1": "\"default\"",
|
|
20564
|
-
"2": "\"
|
|
20565
|
-
"3": "\"
|
|
20566
|
-
"4": "\"
|
|
20567
|
-
"5": "\"
|
|
20568
|
-
"6": "\"
|
|
20569
|
-
"7": "\"
|
|
20570
|
-
"8": "\"
|
|
20571
|
-
"9": "\"
|
|
20564
|
+
"2": "\"link\"",
|
|
20565
|
+
"3": "\"danger\"",
|
|
20566
|
+
"4": "\"success\"",
|
|
20567
|
+
"5": "\"warning\"",
|
|
20568
|
+
"6": "\"primary\"",
|
|
20569
|
+
"7": "\"secondary\"",
|
|
20570
|
+
"8": "\"collab\"",
|
|
20571
|
+
"9": "\"ai\""
|
|
20572
20572
|
}
|
|
20573
20573
|
}
|
|
20574
20574
|
},
|
|
@@ -20578,8 +20578,8 @@ var B24UIMeta = {
|
|
|
20578
20578
|
"description": "",
|
|
20579
20579
|
"tags": [],
|
|
20580
20580
|
"required": false,
|
|
20581
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
20582
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
20581
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
20582
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
20583
20583
|
},
|
|
20584
20584
|
"depth": {
|
|
20585
20585
|
"name": "depth",
|
|
@@ -20899,6 +20899,15 @@ var B24UIMeta = {
|
|
|
20899
20899
|
}
|
|
20900
20900
|
}
|
|
20901
20901
|
},
|
|
20902
|
+
"replace": {
|
|
20903
|
+
"name": "replace",
|
|
20904
|
+
"global": false,
|
|
20905
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
20906
|
+
"tags": [],
|
|
20907
|
+
"required": false,
|
|
20908
|
+
"type": "boolean | undefined",
|
|
20909
|
+
"schema": "boolean | undefined"
|
|
20910
|
+
},
|
|
20902
20911
|
"to": {
|
|
20903
20912
|
"name": "to",
|
|
20904
20913
|
"global": false,
|
|
@@ -21131,15 +21140,6 @@ var B24UIMeta = {
|
|
|
21131
21140
|
"type": "boolean | undefined",
|
|
21132
21141
|
"schema": "boolean | undefined"
|
|
21133
21142
|
},
|
|
21134
|
-
"replace": {
|
|
21135
|
-
"name": "replace",
|
|
21136
|
-
"global": false,
|
|
21137
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
21138
|
-
"tags": [],
|
|
21139
|
-
"required": false,
|
|
21140
|
-
"type": "boolean | undefined",
|
|
21141
|
-
"schema": "boolean | undefined"
|
|
21142
|
-
},
|
|
21143
21143
|
"disabled": {
|
|
21144
21144
|
"name": "disabled",
|
|
21145
21145
|
"global": false,
|
|
@@ -21646,21 +21646,21 @@ var B24UIMeta = {
|
|
|
21646
21646
|
}
|
|
21647
21647
|
],
|
|
21648
21648
|
"required": false,
|
|
21649
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
21649
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
21650
21650
|
"schema": {
|
|
21651
21651
|
"kind": "enum",
|
|
21652
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
21652
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
21653
21653
|
"schema": {
|
|
21654
21654
|
"0": "undefined",
|
|
21655
21655
|
"1": "\"default\"",
|
|
21656
|
-
"2": "\"
|
|
21657
|
-
"3": "\"
|
|
21658
|
-
"4": "\"
|
|
21659
|
-
"5": "\"
|
|
21660
|
-
"6": "\"
|
|
21661
|
-
"7": "\"
|
|
21662
|
-
"8": "\"
|
|
21663
|
-
"9": "\"
|
|
21656
|
+
"2": "\"link\"",
|
|
21657
|
+
"3": "\"danger\"",
|
|
21658
|
+
"4": "\"success\"",
|
|
21659
|
+
"5": "\"warning\"",
|
|
21660
|
+
"6": "\"primary\"",
|
|
21661
|
+
"7": "\"secondary\"",
|
|
21662
|
+
"8": "\"collab\"",
|
|
21663
|
+
"9": "\"ai\""
|
|
21664
21664
|
}
|
|
21665
21665
|
}
|
|
21666
21666
|
},
|
|
@@ -21670,8 +21670,8 @@ var B24UIMeta = {
|
|
|
21670
21670
|
"description": "",
|
|
21671
21671
|
"tags": [],
|
|
21672
21672
|
"required": false,
|
|
21673
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
21674
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
21673
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
21674
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
21675
21675
|
},
|
|
21676
21676
|
"depth": {
|
|
21677
21677
|
"name": "depth",
|
|
@@ -21991,6 +21991,15 @@ var B24UIMeta = {
|
|
|
21991
21991
|
}
|
|
21992
21992
|
}
|
|
21993
21993
|
},
|
|
21994
|
+
"replace": {
|
|
21995
|
+
"name": "replace",
|
|
21996
|
+
"global": false,
|
|
21997
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
21998
|
+
"tags": [],
|
|
21999
|
+
"required": false,
|
|
22000
|
+
"type": "boolean | undefined",
|
|
22001
|
+
"schema": "boolean | undefined"
|
|
22002
|
+
},
|
|
21994
22003
|
"to": {
|
|
21995
22004
|
"name": "to",
|
|
21996
22005
|
"global": false,
|
|
@@ -22223,15 +22232,6 @@ var B24UIMeta = {
|
|
|
22223
22232
|
"type": "boolean | undefined",
|
|
22224
22233
|
"schema": "boolean | undefined"
|
|
22225
22234
|
},
|
|
22226
|
-
"replace": {
|
|
22227
|
-
"name": "replace",
|
|
22228
|
-
"global": false,
|
|
22229
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
22230
|
-
"tags": [],
|
|
22231
|
-
"required": false,
|
|
22232
|
-
"type": "boolean | undefined",
|
|
22233
|
-
"schema": "boolean | undefined"
|
|
22234
|
-
},
|
|
22235
22235
|
"disabled": {
|
|
22236
22236
|
"name": "disabled",
|
|
22237
22237
|
"global": false,
|
|
@@ -23524,6 +23524,15 @@ var B24UIMeta = {
|
|
|
23524
23524
|
"type": "any",
|
|
23525
23525
|
"schema": "any"
|
|
23526
23526
|
},
|
|
23527
|
+
"replace": {
|
|
23528
|
+
"name": "replace",
|
|
23529
|
+
"global": false,
|
|
23530
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
23531
|
+
"tags": [],
|
|
23532
|
+
"required": false,
|
|
23533
|
+
"type": "boolean | undefined",
|
|
23534
|
+
"schema": "boolean | undefined"
|
|
23535
|
+
},
|
|
23527
23536
|
"to": {
|
|
23528
23537
|
"name": "to",
|
|
23529
23538
|
"global": false,
|
|
@@ -23765,15 +23774,6 @@ var B24UIMeta = {
|
|
|
23765
23774
|
"type": "boolean | undefined",
|
|
23766
23775
|
"schema": "boolean | undefined"
|
|
23767
23776
|
},
|
|
23768
|
-
"replace": {
|
|
23769
|
-
"name": "replace",
|
|
23770
|
-
"global": false,
|
|
23771
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
23772
|
-
"tags": [],
|
|
23773
|
-
"required": false,
|
|
23774
|
-
"type": "boolean | undefined",
|
|
23775
|
-
"schema": "boolean | undefined"
|
|
23776
|
-
},
|
|
23777
23777
|
"active": {
|
|
23778
23778
|
"name": "active",
|
|
23779
23779
|
"global": false,
|
|
@@ -25748,6 +25748,15 @@ var B24UIMeta = {
|
|
|
25748
25748
|
"type": "any",
|
|
25749
25749
|
"schema": "any"
|
|
25750
25750
|
},
|
|
25751
|
+
"replace": {
|
|
25752
|
+
"name": "replace",
|
|
25753
|
+
"global": false,
|
|
25754
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
25755
|
+
"tags": [],
|
|
25756
|
+
"required": false,
|
|
25757
|
+
"type": "boolean | undefined",
|
|
25758
|
+
"schema": "boolean | undefined"
|
|
25759
|
+
},
|
|
25751
25760
|
"to": {
|
|
25752
25761
|
"name": "to",
|
|
25753
25762
|
"global": false,
|
|
@@ -25989,15 +25998,6 @@ var B24UIMeta = {
|
|
|
25989
25998
|
"type": "boolean | undefined",
|
|
25990
25999
|
"schema": "boolean | undefined"
|
|
25991
26000
|
},
|
|
25992
|
-
"replace": {
|
|
25993
|
-
"name": "replace",
|
|
25994
|
-
"global": false,
|
|
25995
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
25996
|
-
"tags": [],
|
|
25997
|
-
"required": false,
|
|
25998
|
-
"type": "boolean | undefined",
|
|
25999
|
-
"schema": "boolean | undefined"
|
|
26000
|
-
},
|
|
26001
26001
|
"active": {
|
|
26002
26002
|
"name": "active",
|
|
26003
26003
|
"global": false,
|
|
@@ -27218,6 +27218,15 @@ var B24UIMeta = {
|
|
|
27218
27218
|
"type": "any",
|
|
27219
27219
|
"schema": "any"
|
|
27220
27220
|
},
|
|
27221
|
+
"replace": {
|
|
27222
|
+
"name": "replace",
|
|
27223
|
+
"global": false,
|
|
27224
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
27225
|
+
"tags": [],
|
|
27226
|
+
"required": false,
|
|
27227
|
+
"type": "boolean | undefined",
|
|
27228
|
+
"schema": "boolean | undefined"
|
|
27229
|
+
},
|
|
27221
27230
|
"to": {
|
|
27222
27231
|
"name": "to",
|
|
27223
27232
|
"global": false,
|
|
@@ -27459,15 +27468,6 @@ var B24UIMeta = {
|
|
|
27459
27468
|
"type": "boolean | undefined",
|
|
27460
27469
|
"schema": "boolean | undefined"
|
|
27461
27470
|
},
|
|
27462
|
-
"replace": {
|
|
27463
|
-
"name": "replace",
|
|
27464
|
-
"global": false,
|
|
27465
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
27466
|
-
"tags": [],
|
|
27467
|
-
"required": false,
|
|
27468
|
-
"type": "boolean | undefined",
|
|
27469
|
-
"schema": "boolean | undefined"
|
|
27470
|
-
},
|
|
27471
27471
|
"active": {
|
|
27472
27472
|
"name": "active",
|
|
27473
27473
|
"global": false,
|
|
@@ -28688,6 +28688,15 @@ var B24UIMeta = {
|
|
|
28688
28688
|
"type": "any",
|
|
28689
28689
|
"schema": "any"
|
|
28690
28690
|
},
|
|
28691
|
+
"replace": {
|
|
28692
|
+
"name": "replace",
|
|
28693
|
+
"global": false,
|
|
28694
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
28695
|
+
"tags": [],
|
|
28696
|
+
"required": false,
|
|
28697
|
+
"type": "boolean | undefined",
|
|
28698
|
+
"schema": "boolean | undefined"
|
|
28699
|
+
},
|
|
28691
28700
|
"to": {
|
|
28692
28701
|
"name": "to",
|
|
28693
28702
|
"global": false,
|
|
@@ -28929,15 +28938,6 @@ var B24UIMeta = {
|
|
|
28929
28938
|
"type": "boolean | undefined",
|
|
28930
28939
|
"schema": "boolean | undefined"
|
|
28931
28940
|
},
|
|
28932
|
-
"replace": {
|
|
28933
|
-
"name": "replace",
|
|
28934
|
-
"global": false,
|
|
28935
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
28936
|
-
"tags": [],
|
|
28937
|
-
"required": false,
|
|
28938
|
-
"type": "boolean | undefined",
|
|
28939
|
-
"schema": "boolean | undefined"
|
|
28940
|
-
},
|
|
28941
28941
|
"active": {
|
|
28942
28942
|
"name": "active",
|
|
28943
28943
|
"global": false,
|
|
@@ -30158,6 +30158,15 @@ var B24UIMeta = {
|
|
|
30158
30158
|
"type": "any",
|
|
30159
30159
|
"schema": "any"
|
|
30160
30160
|
},
|
|
30161
|
+
"replace": {
|
|
30162
|
+
"name": "replace",
|
|
30163
|
+
"global": false,
|
|
30164
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
30165
|
+
"tags": [],
|
|
30166
|
+
"required": false,
|
|
30167
|
+
"type": "boolean | undefined",
|
|
30168
|
+
"schema": "boolean | undefined"
|
|
30169
|
+
},
|
|
30161
30170
|
"to": {
|
|
30162
30171
|
"name": "to",
|
|
30163
30172
|
"global": false,
|
|
@@ -30399,15 +30408,6 @@ var B24UIMeta = {
|
|
|
30399
30408
|
"type": "boolean | undefined",
|
|
30400
30409
|
"schema": "boolean | undefined"
|
|
30401
30410
|
},
|
|
30402
|
-
"replace": {
|
|
30403
|
-
"name": "replace",
|
|
30404
|
-
"global": false,
|
|
30405
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
30406
|
-
"tags": [],
|
|
30407
|
-
"required": false,
|
|
30408
|
-
"type": "boolean | undefined",
|
|
30409
|
-
"schema": "boolean | undefined"
|
|
30410
|
-
},
|
|
30411
30411
|
"active": {
|
|
30412
30412
|
"name": "active",
|
|
30413
30413
|
"global": false,
|
|
@@ -31795,6 +31795,15 @@ var B24UIMeta = {
|
|
|
31795
31795
|
"type": "any",
|
|
31796
31796
|
"schema": "any"
|
|
31797
31797
|
},
|
|
31798
|
+
"replace": {
|
|
31799
|
+
"name": "replace",
|
|
31800
|
+
"global": false,
|
|
31801
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
31802
|
+
"tags": [],
|
|
31803
|
+
"required": false,
|
|
31804
|
+
"type": "boolean | undefined",
|
|
31805
|
+
"schema": "boolean | undefined"
|
|
31806
|
+
},
|
|
31798
31807
|
"to": {
|
|
31799
31808
|
"name": "to",
|
|
31800
31809
|
"global": false,
|
|
@@ -32036,15 +32045,6 @@ var B24UIMeta = {
|
|
|
32036
32045
|
"type": "boolean | undefined",
|
|
32037
32046
|
"schema": "boolean | undefined"
|
|
32038
32047
|
},
|
|
32039
|
-
"replace": {
|
|
32040
|
-
"name": "replace",
|
|
32041
|
-
"global": false,
|
|
32042
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
32043
|
-
"tags": [],
|
|
32044
|
-
"required": false,
|
|
32045
|
-
"type": "boolean | undefined",
|
|
32046
|
-
"schema": "boolean | undefined"
|
|
32047
|
-
},
|
|
32048
32048
|
"active": {
|
|
32049
32049
|
"name": "active",
|
|
32050
32050
|
"global": false,
|
|
@@ -33505,23 +33505,23 @@ var B24UIMeta = {
|
|
|
33505
33505
|
"2": "\"reset\"",
|
|
33506
33506
|
"3": "\"submit\"",
|
|
33507
33507
|
"4": "\"image\"",
|
|
33508
|
-
"5": "\"
|
|
33509
|
-
"6": "\"
|
|
33510
|
-
"7": "\"
|
|
33511
|
-
"8": "\"
|
|
33512
|
-
"9":
|
|
33508
|
+
"5": "\"text\"",
|
|
33509
|
+
"6": "\"search\"",
|
|
33510
|
+
"7": "\"color\"",
|
|
33511
|
+
"8": "\"button\"",
|
|
33512
|
+
"9": "\"date\"",
|
|
33513
|
+
"10": "\"time\"",
|
|
33514
|
+
"11": {
|
|
33513
33515
|
"kind": "object",
|
|
33514
33516
|
"type": "string & {}",
|
|
33515
33517
|
"schema": {}
|
|
33516
33518
|
},
|
|
33517
|
-
"10": "\"text\"",
|
|
33518
|
-
"11": "\"search\"",
|
|
33519
33519
|
"12": "\"range\"",
|
|
33520
33520
|
"13": "\"month\"",
|
|
33521
33521
|
"14": "\"checkbox\"",
|
|
33522
|
-
"15": "\"
|
|
33523
|
-
"16": "\"
|
|
33524
|
-
"17": "\"
|
|
33522
|
+
"15": "\"file\"",
|
|
33523
|
+
"16": "\"datetime-local\"",
|
|
33524
|
+
"17": "\"email\"",
|
|
33525
33525
|
"18": "\"hidden\"",
|
|
33526
33526
|
"19": "\"password\"",
|
|
33527
33527
|
"20": "\"radio\"",
|
|
@@ -34261,23 +34261,23 @@ var B24UIMeta = {
|
|
|
34261
34261
|
"2": "\"reset\"",
|
|
34262
34262
|
"3": "\"submit\"",
|
|
34263
34263
|
"4": "\"image\"",
|
|
34264
|
-
"5": "\"
|
|
34265
|
-
"6": "\"
|
|
34266
|
-
"7": "\"
|
|
34267
|
-
"8": "\"
|
|
34268
|
-
"9":
|
|
34264
|
+
"5": "\"text\"",
|
|
34265
|
+
"6": "\"search\"",
|
|
34266
|
+
"7": "\"color\"",
|
|
34267
|
+
"8": "\"button\"",
|
|
34268
|
+
"9": "\"date\"",
|
|
34269
|
+
"10": "\"time\"",
|
|
34270
|
+
"11": {
|
|
34269
34271
|
"kind": "object",
|
|
34270
34272
|
"type": "string & {}",
|
|
34271
34273
|
"schema": {}
|
|
34272
34274
|
},
|
|
34273
|
-
"10": "\"text\"",
|
|
34274
|
-
"11": "\"search\"",
|
|
34275
34275
|
"12": "\"range\"",
|
|
34276
34276
|
"13": "\"month\"",
|
|
34277
34277
|
"14": "\"checkbox\"",
|
|
34278
|
-
"15": "\"
|
|
34279
|
-
"16": "\"
|
|
34280
|
-
"17": "\"
|
|
34278
|
+
"15": "\"file\"",
|
|
34279
|
+
"16": "\"datetime-local\"",
|
|
34280
|
+
"17": "\"email\"",
|
|
34281
34281
|
"18": "\"hidden\"",
|
|
34282
34282
|
"19": "\"password\"",
|
|
34283
34283
|
"20": "\"radio\"",
|
|
@@ -35477,21 +35477,21 @@ var B24UIMeta = {
|
|
|
35477
35477
|
}
|
|
35478
35478
|
],
|
|
35479
35479
|
"required": false,
|
|
35480
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
35480
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
35481
35481
|
"schema": {
|
|
35482
35482
|
"kind": "enum",
|
|
35483
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
35483
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
35484
35484
|
"schema": {
|
|
35485
35485
|
"0": "undefined",
|
|
35486
35486
|
"1": "\"default\"",
|
|
35487
|
-
"2": "\"
|
|
35488
|
-
"3": "\"
|
|
35489
|
-
"4": "\"
|
|
35490
|
-
"5": "\"
|
|
35491
|
-
"6": "\"
|
|
35492
|
-
"7": "\"
|
|
35493
|
-
"8": "\"
|
|
35494
|
-
"9": "\"
|
|
35487
|
+
"2": "\"link\"",
|
|
35488
|
+
"3": "\"danger\"",
|
|
35489
|
+
"4": "\"success\"",
|
|
35490
|
+
"5": "\"warning\"",
|
|
35491
|
+
"6": "\"primary\"",
|
|
35492
|
+
"7": "\"secondary\"",
|
|
35493
|
+
"8": "\"collab\"",
|
|
35494
|
+
"9": "\"ai\""
|
|
35495
35495
|
}
|
|
35496
35496
|
}
|
|
35497
35497
|
},
|
|
@@ -35610,27 +35610,18 @@ var B24UIMeta = {
|
|
|
35610
35610
|
}
|
|
35611
35611
|
],
|
|
35612
35612
|
"required": false,
|
|
35613
|
-
"type": "\"label\" | \"
|
|
35613
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
35614
35614
|
"schema": {
|
|
35615
35615
|
"kind": "enum",
|
|
35616
|
-
"type": "\"label\" | \"
|
|
35616
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
35617
35617
|
"schema": {
|
|
35618
35618
|
"0": "undefined",
|
|
35619
35619
|
"1": "\"label\"",
|
|
35620
|
-
"2": "\"
|
|
35621
|
-
"3": "\"
|
|
35620
|
+
"2": "\"separator\"",
|
|
35621
|
+
"3": "\"item\""
|
|
35622
35622
|
}
|
|
35623
35623
|
}
|
|
35624
35624
|
},
|
|
35625
|
-
"value": {
|
|
35626
|
-
"name": "value",
|
|
35627
|
-
"global": false,
|
|
35628
|
-
"description": "",
|
|
35629
|
-
"tags": [],
|
|
35630
|
-
"required": false,
|
|
35631
|
-
"type": "string | number | undefined",
|
|
35632
|
-
"schema": "string | number | undefined"
|
|
35633
|
-
},
|
|
35634
35625
|
"disabled": {
|
|
35635
35626
|
"name": "disabled",
|
|
35636
35627
|
"global": false,
|
|
@@ -37215,21 +37206,21 @@ var B24UIMeta = {
|
|
|
37215
37206
|
}
|
|
37216
37207
|
],
|
|
37217
37208
|
"required": false,
|
|
37218
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
37209
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
37219
37210
|
"schema": {
|
|
37220
37211
|
"kind": "enum",
|
|
37221
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
37212
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
37222
37213
|
"schema": {
|
|
37223
37214
|
"0": "undefined",
|
|
37224
37215
|
"1": "\"default\"",
|
|
37225
|
-
"2": "\"
|
|
37226
|
-
"3": "\"
|
|
37227
|
-
"4": "\"
|
|
37228
|
-
"5": "\"
|
|
37229
|
-
"6": "\"
|
|
37230
|
-
"7": "\"
|
|
37231
|
-
"8": "\"
|
|
37232
|
-
"9": "\"
|
|
37216
|
+
"2": "\"link\"",
|
|
37217
|
+
"3": "\"danger\"",
|
|
37218
|
+
"4": "\"success\"",
|
|
37219
|
+
"5": "\"warning\"",
|
|
37220
|
+
"6": "\"primary\"",
|
|
37221
|
+
"7": "\"secondary\"",
|
|
37222
|
+
"8": "\"collab\"",
|
|
37223
|
+
"9": "\"ai\""
|
|
37233
37224
|
}
|
|
37234
37225
|
}
|
|
37235
37226
|
},
|
|
@@ -37348,27 +37339,18 @@ var B24UIMeta = {
|
|
|
37348
37339
|
}
|
|
37349
37340
|
],
|
|
37350
37341
|
"required": false,
|
|
37351
|
-
"type": "\"label\" | \"
|
|
37342
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
37352
37343
|
"schema": {
|
|
37353
37344
|
"kind": "enum",
|
|
37354
|
-
"type": "\"label\" | \"
|
|
37345
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
37355
37346
|
"schema": {
|
|
37356
37347
|
"0": "undefined",
|
|
37357
37348
|
"1": "\"label\"",
|
|
37358
|
-
"2": "\"
|
|
37359
|
-
"3": "\"
|
|
37349
|
+
"2": "\"separator\"",
|
|
37350
|
+
"3": "\"item\""
|
|
37360
37351
|
}
|
|
37361
37352
|
}
|
|
37362
37353
|
},
|
|
37363
|
-
"value": {
|
|
37364
|
-
"name": "value",
|
|
37365
|
-
"global": false,
|
|
37366
|
-
"description": "",
|
|
37367
|
-
"tags": [],
|
|
37368
|
-
"required": false,
|
|
37369
|
-
"type": "string | number | undefined",
|
|
37370
|
-
"schema": "string | number | undefined"
|
|
37371
|
-
},
|
|
37372
37354
|
"disabled": {
|
|
37373
37355
|
"name": "disabled",
|
|
37374
37356
|
"global": false,
|
|
@@ -37702,21 +37684,21 @@ var B24UIMeta = {
|
|
|
37702
37684
|
}
|
|
37703
37685
|
],
|
|
37704
37686
|
"required": false,
|
|
37705
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
37687
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
37706
37688
|
"schema": {
|
|
37707
37689
|
"kind": "enum",
|
|
37708
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
37690
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
37709
37691
|
"schema": {
|
|
37710
37692
|
"0": "undefined",
|
|
37711
37693
|
"1": "\"default\"",
|
|
37712
|
-
"2": "\"
|
|
37713
|
-
"3": "\"
|
|
37714
|
-
"4": "\"
|
|
37715
|
-
"5": "\"
|
|
37716
|
-
"6": "\"
|
|
37717
|
-
"7": "\"
|
|
37718
|
-
"8": "\"
|
|
37719
|
-
"9": "\"
|
|
37694
|
+
"2": "\"link\"",
|
|
37695
|
+
"3": "\"danger\"",
|
|
37696
|
+
"4": "\"success\"",
|
|
37697
|
+
"5": "\"warning\"",
|
|
37698
|
+
"6": "\"primary\"",
|
|
37699
|
+
"7": "\"secondary\"",
|
|
37700
|
+
"8": "\"collab\"",
|
|
37701
|
+
"9": "\"ai\""
|
|
37720
37702
|
}
|
|
37721
37703
|
}
|
|
37722
37704
|
},
|
|
@@ -37835,27 +37817,18 @@ var B24UIMeta = {
|
|
|
37835
37817
|
}
|
|
37836
37818
|
],
|
|
37837
37819
|
"required": false,
|
|
37838
|
-
"type": "\"label\" | \"
|
|
37820
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
37839
37821
|
"schema": {
|
|
37840
37822
|
"kind": "enum",
|
|
37841
|
-
"type": "\"label\" | \"
|
|
37823
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
37842
37824
|
"schema": {
|
|
37843
37825
|
"0": "undefined",
|
|
37844
37826
|
"1": "\"label\"",
|
|
37845
|
-
"2": "\"
|
|
37846
|
-
"3": "\"
|
|
37827
|
+
"2": "\"separator\"",
|
|
37828
|
+
"3": "\"item\""
|
|
37847
37829
|
}
|
|
37848
37830
|
}
|
|
37849
37831
|
},
|
|
37850
|
-
"value": {
|
|
37851
|
-
"name": "value",
|
|
37852
|
-
"global": false,
|
|
37853
|
-
"description": "",
|
|
37854
|
-
"tags": [],
|
|
37855
|
-
"required": false,
|
|
37856
|
-
"type": "string | number | undefined",
|
|
37857
|
-
"schema": "string | number | undefined"
|
|
37858
|
-
},
|
|
37859
37832
|
"disabled": {
|
|
37860
37833
|
"name": "disabled",
|
|
37861
37834
|
"global": false,
|
|
@@ -38189,21 +38162,21 @@ var B24UIMeta = {
|
|
|
38189
38162
|
}
|
|
38190
38163
|
],
|
|
38191
38164
|
"required": false,
|
|
38192
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
38165
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
38193
38166
|
"schema": {
|
|
38194
38167
|
"kind": "enum",
|
|
38195
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
38168
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
38196
38169
|
"schema": {
|
|
38197
38170
|
"0": "undefined",
|
|
38198
38171
|
"1": "\"default\"",
|
|
38199
|
-
"2": "\"
|
|
38200
|
-
"3": "\"
|
|
38201
|
-
"4": "\"
|
|
38202
|
-
"5": "\"
|
|
38203
|
-
"6": "\"
|
|
38204
|
-
"7": "\"
|
|
38205
|
-
"8": "\"
|
|
38206
|
-
"9": "\"
|
|
38172
|
+
"2": "\"link\"",
|
|
38173
|
+
"3": "\"danger\"",
|
|
38174
|
+
"4": "\"success\"",
|
|
38175
|
+
"5": "\"warning\"",
|
|
38176
|
+
"6": "\"primary\"",
|
|
38177
|
+
"7": "\"secondary\"",
|
|
38178
|
+
"8": "\"collab\"",
|
|
38179
|
+
"9": "\"ai\""
|
|
38207
38180
|
}
|
|
38208
38181
|
}
|
|
38209
38182
|
},
|
|
@@ -38322,27 +38295,18 @@ var B24UIMeta = {
|
|
|
38322
38295
|
}
|
|
38323
38296
|
],
|
|
38324
38297
|
"required": false,
|
|
38325
|
-
"type": "\"label\" | \"
|
|
38298
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
38326
38299
|
"schema": {
|
|
38327
38300
|
"kind": "enum",
|
|
38328
|
-
"type": "\"label\" | \"
|
|
38301
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
38329
38302
|
"schema": {
|
|
38330
38303
|
"0": "undefined",
|
|
38331
38304
|
"1": "\"label\"",
|
|
38332
|
-
"2": "\"
|
|
38333
|
-
"3": "\"
|
|
38305
|
+
"2": "\"separator\"",
|
|
38306
|
+
"3": "\"item\""
|
|
38334
38307
|
}
|
|
38335
38308
|
}
|
|
38336
38309
|
},
|
|
38337
|
-
"value": {
|
|
38338
|
-
"name": "value",
|
|
38339
|
-
"global": false,
|
|
38340
|
-
"description": "",
|
|
38341
|
-
"tags": [],
|
|
38342
|
-
"required": false,
|
|
38343
|
-
"type": "string | number | undefined",
|
|
38344
|
-
"schema": "string | number | undefined"
|
|
38345
|
-
},
|
|
38346
38310
|
"disabled": {
|
|
38347
38311
|
"name": "disabled",
|
|
38348
38312
|
"global": false,
|
|
@@ -38676,21 +38640,21 @@ var B24UIMeta = {
|
|
|
38676
38640
|
}
|
|
38677
38641
|
],
|
|
38678
38642
|
"required": false,
|
|
38679
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
38643
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
38680
38644
|
"schema": {
|
|
38681
38645
|
"kind": "enum",
|
|
38682
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
38646
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
38683
38647
|
"schema": {
|
|
38684
38648
|
"0": "undefined",
|
|
38685
38649
|
"1": "\"default\"",
|
|
38686
|
-
"2": "\"
|
|
38687
|
-
"3": "\"
|
|
38688
|
-
"4": "\"
|
|
38689
|
-
"5": "\"
|
|
38690
|
-
"6": "\"
|
|
38691
|
-
"7": "\"
|
|
38692
|
-
"8": "\"
|
|
38693
|
-
"9": "\"
|
|
38650
|
+
"2": "\"link\"",
|
|
38651
|
+
"3": "\"danger\"",
|
|
38652
|
+
"4": "\"success\"",
|
|
38653
|
+
"5": "\"warning\"",
|
|
38654
|
+
"6": "\"primary\"",
|
|
38655
|
+
"7": "\"secondary\"",
|
|
38656
|
+
"8": "\"collab\"",
|
|
38657
|
+
"9": "\"ai\""
|
|
38694
38658
|
}
|
|
38695
38659
|
}
|
|
38696
38660
|
},
|
|
@@ -38809,27 +38773,18 @@ var B24UIMeta = {
|
|
|
38809
38773
|
}
|
|
38810
38774
|
],
|
|
38811
38775
|
"required": false,
|
|
38812
|
-
"type": "\"label\" | \"
|
|
38776
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
38813
38777
|
"schema": {
|
|
38814
38778
|
"kind": "enum",
|
|
38815
|
-
"type": "\"label\" | \"
|
|
38779
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
38816
38780
|
"schema": {
|
|
38817
38781
|
"0": "undefined",
|
|
38818
38782
|
"1": "\"label\"",
|
|
38819
|
-
"2": "\"
|
|
38820
|
-
"3": "\"
|
|
38783
|
+
"2": "\"separator\"",
|
|
38784
|
+
"3": "\"item\""
|
|
38821
38785
|
}
|
|
38822
38786
|
}
|
|
38823
38787
|
},
|
|
38824
|
-
"value": {
|
|
38825
|
-
"name": "value",
|
|
38826
|
-
"global": false,
|
|
38827
|
-
"description": "",
|
|
38828
|
-
"tags": [],
|
|
38829
|
-
"required": false,
|
|
38830
|
-
"type": "string | number | undefined",
|
|
38831
|
-
"schema": "string | number | undefined"
|
|
38832
|
-
},
|
|
38833
38788
|
"disabled": {
|
|
38834
38789
|
"name": "disabled",
|
|
38835
38790
|
"global": false,
|
|
@@ -39163,21 +39118,21 @@ var B24UIMeta = {
|
|
|
39163
39118
|
}
|
|
39164
39119
|
],
|
|
39165
39120
|
"required": false,
|
|
39166
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
39121
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
39167
39122
|
"schema": {
|
|
39168
39123
|
"kind": "enum",
|
|
39169
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
39124
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
39170
39125
|
"schema": {
|
|
39171
39126
|
"0": "undefined",
|
|
39172
39127
|
"1": "\"default\"",
|
|
39173
|
-
"2": "\"
|
|
39174
|
-
"3": "\"
|
|
39175
|
-
"4": "\"
|
|
39176
|
-
"5": "\"
|
|
39177
|
-
"6": "\"
|
|
39178
|
-
"7": "\"
|
|
39179
|
-
"8": "\"
|
|
39180
|
-
"9": "\"
|
|
39128
|
+
"2": "\"link\"",
|
|
39129
|
+
"3": "\"danger\"",
|
|
39130
|
+
"4": "\"success\"",
|
|
39131
|
+
"5": "\"warning\"",
|
|
39132
|
+
"6": "\"primary\"",
|
|
39133
|
+
"7": "\"secondary\"",
|
|
39134
|
+
"8": "\"collab\"",
|
|
39135
|
+
"9": "\"ai\""
|
|
39181
39136
|
}
|
|
39182
39137
|
}
|
|
39183
39138
|
},
|
|
@@ -39296,27 +39251,18 @@ var B24UIMeta = {
|
|
|
39296
39251
|
}
|
|
39297
39252
|
],
|
|
39298
39253
|
"required": false,
|
|
39299
|
-
"type": "\"label\" | \"
|
|
39254
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
39300
39255
|
"schema": {
|
|
39301
39256
|
"kind": "enum",
|
|
39302
|
-
"type": "\"label\" | \"
|
|
39257
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
39303
39258
|
"schema": {
|
|
39304
39259
|
"0": "undefined",
|
|
39305
39260
|
"1": "\"label\"",
|
|
39306
|
-
"2": "\"
|
|
39307
|
-
"3": "\"
|
|
39261
|
+
"2": "\"separator\"",
|
|
39262
|
+
"3": "\"item\""
|
|
39308
39263
|
}
|
|
39309
39264
|
}
|
|
39310
39265
|
},
|
|
39311
|
-
"value": {
|
|
39312
|
-
"name": "value",
|
|
39313
|
-
"global": false,
|
|
39314
|
-
"description": "",
|
|
39315
|
-
"tags": [],
|
|
39316
|
-
"required": false,
|
|
39317
|
-
"type": "string | number | undefined",
|
|
39318
|
-
"schema": "string | number | undefined"
|
|
39319
|
-
},
|
|
39320
39266
|
"disabled": {
|
|
39321
39267
|
"name": "disabled",
|
|
39322
39268
|
"global": false,
|
|
@@ -39650,21 +39596,21 @@ var B24UIMeta = {
|
|
|
39650
39596
|
}
|
|
39651
39597
|
],
|
|
39652
39598
|
"required": false,
|
|
39653
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
39599
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
39654
39600
|
"schema": {
|
|
39655
39601
|
"kind": "enum",
|
|
39656
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
39602
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
39657
39603
|
"schema": {
|
|
39658
39604
|
"0": "undefined",
|
|
39659
39605
|
"1": "\"default\"",
|
|
39660
|
-
"2": "\"
|
|
39661
|
-
"3": "\"
|
|
39662
|
-
"4": "\"
|
|
39663
|
-
"5": "\"
|
|
39664
|
-
"6": "\"
|
|
39665
|
-
"7": "\"
|
|
39666
|
-
"8": "\"
|
|
39667
|
-
"9": "\"
|
|
39606
|
+
"2": "\"link\"",
|
|
39607
|
+
"3": "\"danger\"",
|
|
39608
|
+
"4": "\"success\"",
|
|
39609
|
+
"5": "\"warning\"",
|
|
39610
|
+
"6": "\"primary\"",
|
|
39611
|
+
"7": "\"secondary\"",
|
|
39612
|
+
"8": "\"collab\"",
|
|
39613
|
+
"9": "\"ai\""
|
|
39668
39614
|
}
|
|
39669
39615
|
}
|
|
39670
39616
|
},
|
|
@@ -39783,27 +39729,18 @@ var B24UIMeta = {
|
|
|
39783
39729
|
}
|
|
39784
39730
|
],
|
|
39785
39731
|
"required": false,
|
|
39786
|
-
"type": "\"label\" | \"
|
|
39732
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
39787
39733
|
"schema": {
|
|
39788
39734
|
"kind": "enum",
|
|
39789
|
-
"type": "\"label\" | \"
|
|
39735
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
39790
39736
|
"schema": {
|
|
39791
39737
|
"0": "undefined",
|
|
39792
39738
|
"1": "\"label\"",
|
|
39793
|
-
"2": "\"
|
|
39794
|
-
"3": "\"
|
|
39739
|
+
"2": "\"separator\"",
|
|
39740
|
+
"3": "\"item\""
|
|
39795
39741
|
}
|
|
39796
39742
|
}
|
|
39797
39743
|
},
|
|
39798
|
-
"value": {
|
|
39799
|
-
"name": "value",
|
|
39800
|
-
"global": false,
|
|
39801
|
-
"description": "",
|
|
39802
|
-
"tags": [],
|
|
39803
|
-
"required": false,
|
|
39804
|
-
"type": "string | number | undefined",
|
|
39805
|
-
"schema": "string | number | undefined"
|
|
39806
|
-
},
|
|
39807
39744
|
"disabled": {
|
|
39808
39745
|
"name": "disabled",
|
|
39809
39746
|
"global": false,
|
|
@@ -40196,21 +40133,21 @@ var B24UIMeta = {
|
|
|
40196
40133
|
}
|
|
40197
40134
|
],
|
|
40198
40135
|
"required": false,
|
|
40199
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
40136
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
40200
40137
|
"schema": {
|
|
40201
40138
|
"kind": "enum",
|
|
40202
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
40139
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
40203
40140
|
"schema": {
|
|
40204
40141
|
"0": "undefined",
|
|
40205
40142
|
"1": "\"default\"",
|
|
40206
|
-
"2": "\"
|
|
40207
|
-
"3": "\"
|
|
40208
|
-
"4": "\"
|
|
40209
|
-
"5": "\"
|
|
40210
|
-
"6": "\"
|
|
40211
|
-
"7": "\"
|
|
40212
|
-
"8": "\"
|
|
40213
|
-
"9": "\"
|
|
40143
|
+
"2": "\"link\"",
|
|
40144
|
+
"3": "\"danger\"",
|
|
40145
|
+
"4": "\"success\"",
|
|
40146
|
+
"5": "\"warning\"",
|
|
40147
|
+
"6": "\"primary\"",
|
|
40148
|
+
"7": "\"secondary\"",
|
|
40149
|
+
"8": "\"collab\"",
|
|
40150
|
+
"9": "\"ai\""
|
|
40214
40151
|
}
|
|
40215
40152
|
}
|
|
40216
40153
|
},
|
|
@@ -40220,8 +40157,8 @@ var B24UIMeta = {
|
|
|
40220
40157
|
"description": "",
|
|
40221
40158
|
"tags": [],
|
|
40222
40159
|
"required": false,
|
|
40223
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
40224
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
40160
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
40161
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
40225
40162
|
},
|
|
40226
40163
|
"depth": {
|
|
40227
40164
|
"name": "depth",
|
|
@@ -40681,6 +40618,15 @@ var B24UIMeta = {
|
|
|
40681
40618
|
}
|
|
40682
40619
|
}
|
|
40683
40620
|
},
|
|
40621
|
+
"replace": {
|
|
40622
|
+
"name": "replace",
|
|
40623
|
+
"global": false,
|
|
40624
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
40625
|
+
"tags": [],
|
|
40626
|
+
"required": false,
|
|
40627
|
+
"type": "boolean | undefined",
|
|
40628
|
+
"schema": "boolean | undefined"
|
|
40629
|
+
},
|
|
40684
40630
|
"to": {
|
|
40685
40631
|
"name": "to",
|
|
40686
40632
|
"global": false,
|
|
@@ -40913,15 +40859,6 @@ var B24UIMeta = {
|
|
|
40913
40859
|
"type": "boolean | undefined",
|
|
40914
40860
|
"schema": "boolean | undefined"
|
|
40915
40861
|
},
|
|
40916
|
-
"replace": {
|
|
40917
|
-
"name": "replace",
|
|
40918
|
-
"global": false,
|
|
40919
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
40920
|
-
"tags": [],
|
|
40921
|
-
"required": false,
|
|
40922
|
-
"type": "boolean | undefined",
|
|
40923
|
-
"schema": "boolean | undefined"
|
|
40924
|
-
},
|
|
40925
40862
|
"disabled": {
|
|
40926
40863
|
"name": "disabled",
|
|
40927
40864
|
"global": false,
|
|
@@ -41185,21 +41122,21 @@ var B24UIMeta = {
|
|
|
41185
41122
|
}
|
|
41186
41123
|
],
|
|
41187
41124
|
"required": false,
|
|
41188
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
41125
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
41189
41126
|
"schema": {
|
|
41190
41127
|
"kind": "enum",
|
|
41191
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
41128
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
41192
41129
|
"schema": {
|
|
41193
41130
|
"0": "undefined",
|
|
41194
41131
|
"1": "\"default\"",
|
|
41195
|
-
"2": "\"
|
|
41196
|
-
"3": "\"
|
|
41197
|
-
"4": "\"
|
|
41198
|
-
"5": "\"
|
|
41199
|
-
"6": "\"
|
|
41200
|
-
"7": "\"
|
|
41201
|
-
"8": "\"
|
|
41202
|
-
"9": "\"
|
|
41132
|
+
"2": "\"link\"",
|
|
41133
|
+
"3": "\"danger\"",
|
|
41134
|
+
"4": "\"success\"",
|
|
41135
|
+
"5": "\"warning\"",
|
|
41136
|
+
"6": "\"primary\"",
|
|
41137
|
+
"7": "\"secondary\"",
|
|
41138
|
+
"8": "\"collab\"",
|
|
41139
|
+
"9": "\"ai\""
|
|
41203
41140
|
}
|
|
41204
41141
|
}
|
|
41205
41142
|
},
|
|
@@ -41209,8 +41146,8 @@ var B24UIMeta = {
|
|
|
41209
41146
|
"description": "",
|
|
41210
41147
|
"tags": [],
|
|
41211
41148
|
"required": false,
|
|
41212
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
41213
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
41149
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
41150
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
41214
41151
|
},
|
|
41215
41152
|
"depth": {
|
|
41216
41153
|
"name": "depth",
|
|
@@ -41670,6 +41607,15 @@ var B24UIMeta = {
|
|
|
41670
41607
|
}
|
|
41671
41608
|
}
|
|
41672
41609
|
},
|
|
41610
|
+
"replace": {
|
|
41611
|
+
"name": "replace",
|
|
41612
|
+
"global": false,
|
|
41613
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
41614
|
+
"tags": [],
|
|
41615
|
+
"required": false,
|
|
41616
|
+
"type": "boolean | undefined",
|
|
41617
|
+
"schema": "boolean | undefined"
|
|
41618
|
+
},
|
|
41673
41619
|
"to": {
|
|
41674
41620
|
"name": "to",
|
|
41675
41621
|
"global": false,
|
|
@@ -41902,15 +41848,6 @@ var B24UIMeta = {
|
|
|
41902
41848
|
"type": "boolean | undefined",
|
|
41903
41849
|
"schema": "boolean | undefined"
|
|
41904
41850
|
},
|
|
41905
|
-
"replace": {
|
|
41906
|
-
"name": "replace",
|
|
41907
|
-
"global": false,
|
|
41908
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
41909
|
-
"tags": [],
|
|
41910
|
-
"required": false,
|
|
41911
|
-
"type": "boolean | undefined",
|
|
41912
|
-
"schema": "boolean | undefined"
|
|
41913
|
-
},
|
|
41914
41851
|
"disabled": {
|
|
41915
41852
|
"name": "disabled",
|
|
41916
41853
|
"global": false,
|
|
@@ -43325,6 +43262,23 @@ var B24UIMeta = {
|
|
|
43325
43262
|
}
|
|
43326
43263
|
}
|
|
43327
43264
|
},
|
|
43265
|
+
{
|
|
43266
|
+
"name": "replace",
|
|
43267
|
+
"global": false,
|
|
43268
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
43269
|
+
"tags": [],
|
|
43270
|
+
"required": false,
|
|
43271
|
+
"type": "boolean | undefined",
|
|
43272
|
+
"schema": {
|
|
43273
|
+
"kind": "enum",
|
|
43274
|
+
"type": "boolean | undefined",
|
|
43275
|
+
"schema": {
|
|
43276
|
+
"0": "undefined",
|
|
43277
|
+
"1": "false",
|
|
43278
|
+
"2": "true"
|
|
43279
|
+
}
|
|
43280
|
+
}
|
|
43281
|
+
},
|
|
43328
43282
|
{
|
|
43329
43283
|
"name": "activeClass",
|
|
43330
43284
|
"global": false,
|
|
@@ -43402,23 +43356,6 @@ var B24UIMeta = {
|
|
|
43402
43356
|
"2": "true"
|
|
43403
43357
|
}
|
|
43404
43358
|
}
|
|
43405
|
-
},
|
|
43406
|
-
{
|
|
43407
|
-
"name": "replace",
|
|
43408
|
-
"global": false,
|
|
43409
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
43410
|
-
"tags": [],
|
|
43411
|
-
"required": false,
|
|
43412
|
-
"type": "boolean | undefined",
|
|
43413
|
-
"schema": {
|
|
43414
|
-
"kind": "enum",
|
|
43415
|
-
"type": "boolean | undefined",
|
|
43416
|
-
"schema": {
|
|
43417
|
-
"0": "undefined",
|
|
43418
|
-
"1": "false",
|
|
43419
|
-
"2": "true"
|
|
43420
|
-
}
|
|
43421
|
-
}
|
|
43422
43359
|
}
|
|
43423
43360
|
],
|
|
43424
43361
|
"slots": [
|
|
@@ -45429,6 +45366,15 @@ var B24UIMeta = {
|
|
|
45429
45366
|
"type": "any",
|
|
45430
45367
|
"schema": "any"
|
|
45431
45368
|
},
|
|
45369
|
+
"replace": {
|
|
45370
|
+
"name": "replace",
|
|
45371
|
+
"global": false,
|
|
45372
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
45373
|
+
"tags": [],
|
|
45374
|
+
"required": false,
|
|
45375
|
+
"type": "boolean | undefined",
|
|
45376
|
+
"schema": "boolean | undefined"
|
|
45377
|
+
},
|
|
45432
45378
|
"to": {
|
|
45433
45379
|
"name": "to",
|
|
45434
45380
|
"global": false,
|
|
@@ -45670,15 +45616,6 @@ var B24UIMeta = {
|
|
|
45670
45616
|
"type": "boolean | undefined",
|
|
45671
45617
|
"schema": "boolean | undefined"
|
|
45672
45618
|
},
|
|
45673
|
-
"replace": {
|
|
45674
|
-
"name": "replace",
|
|
45675
|
-
"global": false,
|
|
45676
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
45677
|
-
"tags": [],
|
|
45678
|
-
"required": false,
|
|
45679
|
-
"type": "boolean | undefined",
|
|
45680
|
-
"schema": "boolean | undefined"
|
|
45681
|
-
},
|
|
45682
45619
|
"disabled": {
|
|
45683
45620
|
"name": "disabled",
|
|
45684
45621
|
"global": false,
|
|
@@ -47051,6 +46988,15 @@ var B24UIMeta = {
|
|
|
47051
46988
|
"type": "any",
|
|
47052
46989
|
"schema": "any"
|
|
47053
46990
|
},
|
|
46991
|
+
"replace": {
|
|
46992
|
+
"name": "replace",
|
|
46993
|
+
"global": false,
|
|
46994
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
46995
|
+
"tags": [],
|
|
46996
|
+
"required": false,
|
|
46997
|
+
"type": "boolean | undefined",
|
|
46998
|
+
"schema": "boolean | undefined"
|
|
46999
|
+
},
|
|
47054
47000
|
"to": {
|
|
47055
47001
|
"name": "to",
|
|
47056
47002
|
"global": false,
|
|
@@ -47292,15 +47238,6 @@ var B24UIMeta = {
|
|
|
47292
47238
|
"type": "boolean | undefined",
|
|
47293
47239
|
"schema": "boolean | undefined"
|
|
47294
47240
|
},
|
|
47295
|
-
"replace": {
|
|
47296
|
-
"name": "replace",
|
|
47297
|
-
"global": false,
|
|
47298
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
47299
|
-
"tags": [],
|
|
47300
|
-
"required": false,
|
|
47301
|
-
"type": "boolean | undefined",
|
|
47302
|
-
"schema": "boolean | undefined"
|
|
47303
|
-
},
|
|
47304
47241
|
"disabled": {
|
|
47305
47242
|
"name": "disabled",
|
|
47306
47243
|
"global": false,
|
|
@@ -48156,6 +48093,15 @@ var B24UIMeta = {
|
|
|
48156
48093
|
"type": "any",
|
|
48157
48094
|
"schema": "any"
|
|
48158
48095
|
},
|
|
48096
|
+
"replace": {
|
|
48097
|
+
"name": "replace",
|
|
48098
|
+
"global": false,
|
|
48099
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
48100
|
+
"tags": [],
|
|
48101
|
+
"required": false,
|
|
48102
|
+
"type": "boolean | undefined",
|
|
48103
|
+
"schema": "boolean | undefined"
|
|
48104
|
+
},
|
|
48159
48105
|
"to": {
|
|
48160
48106
|
"name": "to",
|
|
48161
48107
|
"global": false,
|
|
@@ -48397,15 +48343,6 @@ var B24UIMeta = {
|
|
|
48397
48343
|
"type": "boolean | undefined",
|
|
48398
48344
|
"schema": "boolean | undefined"
|
|
48399
48345
|
},
|
|
48400
|
-
"replace": {
|
|
48401
|
-
"name": "replace",
|
|
48402
|
-
"global": false,
|
|
48403
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
48404
|
-
"tags": [],
|
|
48405
|
-
"required": false,
|
|
48406
|
-
"type": "boolean | undefined",
|
|
48407
|
-
"schema": "boolean | undefined"
|
|
48408
|
-
},
|
|
48409
48346
|
"disabled": {
|
|
48410
48347
|
"name": "disabled",
|
|
48411
48348
|
"global": false,
|
|
@@ -49261,6 +49198,15 @@ var B24UIMeta = {
|
|
|
49261
49198
|
"type": "any",
|
|
49262
49199
|
"schema": "any"
|
|
49263
49200
|
},
|
|
49201
|
+
"replace": {
|
|
49202
|
+
"name": "replace",
|
|
49203
|
+
"global": false,
|
|
49204
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
49205
|
+
"tags": [],
|
|
49206
|
+
"required": false,
|
|
49207
|
+
"type": "boolean | undefined",
|
|
49208
|
+
"schema": "boolean | undefined"
|
|
49209
|
+
},
|
|
49264
49210
|
"to": {
|
|
49265
49211
|
"name": "to",
|
|
49266
49212
|
"global": false,
|
|
@@ -49502,15 +49448,6 @@ var B24UIMeta = {
|
|
|
49502
49448
|
"type": "boolean | undefined",
|
|
49503
49449
|
"schema": "boolean | undefined"
|
|
49504
49450
|
},
|
|
49505
|
-
"replace": {
|
|
49506
|
-
"name": "replace",
|
|
49507
|
-
"global": false,
|
|
49508
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
49509
|
-
"tags": [],
|
|
49510
|
-
"required": false,
|
|
49511
|
-
"type": "boolean | undefined",
|
|
49512
|
-
"schema": "boolean | undefined"
|
|
49513
|
-
},
|
|
49514
49451
|
"disabled": {
|
|
49515
49452
|
"name": "disabled",
|
|
49516
49453
|
"global": false,
|
|
@@ -50366,6 +50303,15 @@ var B24UIMeta = {
|
|
|
50366
50303
|
"type": "any",
|
|
50367
50304
|
"schema": "any"
|
|
50368
50305
|
},
|
|
50306
|
+
"replace": {
|
|
50307
|
+
"name": "replace",
|
|
50308
|
+
"global": false,
|
|
50309
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
50310
|
+
"tags": [],
|
|
50311
|
+
"required": false,
|
|
50312
|
+
"type": "boolean | undefined",
|
|
50313
|
+
"schema": "boolean | undefined"
|
|
50314
|
+
},
|
|
50369
50315
|
"to": {
|
|
50370
50316
|
"name": "to",
|
|
50371
50317
|
"global": false,
|
|
@@ -50607,15 +50553,6 @@ var B24UIMeta = {
|
|
|
50607
50553
|
"type": "boolean | undefined",
|
|
50608
50554
|
"schema": "boolean | undefined"
|
|
50609
50555
|
},
|
|
50610
|
-
"replace": {
|
|
50611
|
-
"name": "replace",
|
|
50612
|
-
"global": false,
|
|
50613
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
50614
|
-
"tags": [],
|
|
50615
|
-
"required": false,
|
|
50616
|
-
"type": "boolean | undefined",
|
|
50617
|
-
"schema": "boolean | undefined"
|
|
50618
|
-
},
|
|
50619
50556
|
"disabled": {
|
|
50620
50557
|
"name": "disabled",
|
|
50621
50558
|
"global": false,
|
|
@@ -51471,6 +51408,15 @@ var B24UIMeta = {
|
|
|
51471
51408
|
"type": "any",
|
|
51472
51409
|
"schema": "any"
|
|
51473
51410
|
},
|
|
51411
|
+
"replace": {
|
|
51412
|
+
"name": "replace",
|
|
51413
|
+
"global": false,
|
|
51414
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
51415
|
+
"tags": [],
|
|
51416
|
+
"required": false,
|
|
51417
|
+
"type": "boolean | undefined",
|
|
51418
|
+
"schema": "boolean | undefined"
|
|
51419
|
+
},
|
|
51474
51420
|
"to": {
|
|
51475
51421
|
"name": "to",
|
|
51476
51422
|
"global": false,
|
|
@@ -51712,15 +51658,6 @@ var B24UIMeta = {
|
|
|
51712
51658
|
"type": "boolean | undefined",
|
|
51713
51659
|
"schema": "boolean | undefined"
|
|
51714
51660
|
},
|
|
51715
|
-
"replace": {
|
|
51716
|
-
"name": "replace",
|
|
51717
|
-
"global": false,
|
|
51718
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
51719
|
-
"tags": [],
|
|
51720
|
-
"required": false,
|
|
51721
|
-
"type": "boolean | undefined",
|
|
51722
|
-
"schema": "boolean | undefined"
|
|
51723
|
-
},
|
|
51724
51661
|
"disabled": {
|
|
51725
51662
|
"name": "disabled",
|
|
51726
51663
|
"global": false,
|
|
@@ -55212,21 +55149,21 @@ var B24UIMeta = {
|
|
|
55212
55149
|
}
|
|
55213
55150
|
],
|
|
55214
55151
|
"required": false,
|
|
55215
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
55152
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
55216
55153
|
"schema": {
|
|
55217
55154
|
"kind": "enum",
|
|
55218
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
55155
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
55219
55156
|
"schema": {
|
|
55220
55157
|
"0": "undefined",
|
|
55221
55158
|
"1": "\"default\"",
|
|
55222
|
-
"2": "\"
|
|
55223
|
-
"3": "\"
|
|
55224
|
-
"4": "\"
|
|
55225
|
-
"5": "\"
|
|
55226
|
-
"6": "\"
|
|
55227
|
-
"7": "\"
|
|
55228
|
-
"8": "\"
|
|
55229
|
-
"9": "\"
|
|
55159
|
+
"2": "\"link\"",
|
|
55160
|
+
"3": "\"danger\"",
|
|
55161
|
+
"4": "\"success\"",
|
|
55162
|
+
"5": "\"warning\"",
|
|
55163
|
+
"6": "\"primary\"",
|
|
55164
|
+
"7": "\"secondary\"",
|
|
55165
|
+
"8": "\"collab\"",
|
|
55166
|
+
"9": "\"ai\""
|
|
55230
55167
|
}
|
|
55231
55168
|
}
|
|
55232
55169
|
},
|
|
@@ -55345,15 +55282,15 @@ var B24UIMeta = {
|
|
|
55345
55282
|
}
|
|
55346
55283
|
],
|
|
55347
55284
|
"required": false,
|
|
55348
|
-
"type": "\"label\" | \"
|
|
55285
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
55349
55286
|
"schema": {
|
|
55350
55287
|
"kind": "enum",
|
|
55351
|
-
"type": "\"label\" | \"
|
|
55288
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
55352
55289
|
"schema": {
|
|
55353
55290
|
"0": "undefined",
|
|
55354
55291
|
"1": "\"label\"",
|
|
55355
|
-
"2": "\"
|
|
55356
|
-
"3": "\"
|
|
55292
|
+
"2": "\"separator\"",
|
|
55293
|
+
"3": "\"item\""
|
|
55357
55294
|
}
|
|
55358
55295
|
}
|
|
55359
55296
|
},
|
|
@@ -56742,21 +56679,21 @@ var B24UIMeta = {
|
|
|
56742
56679
|
}
|
|
56743
56680
|
],
|
|
56744
56681
|
"required": false,
|
|
56745
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
56682
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
56746
56683
|
"schema": {
|
|
56747
56684
|
"kind": "enum",
|
|
56748
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
56685
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
56749
56686
|
"schema": {
|
|
56750
56687
|
"0": "undefined",
|
|
56751
56688
|
"1": "\"default\"",
|
|
56752
|
-
"2": "\"
|
|
56753
|
-
"3": "\"
|
|
56754
|
-
"4": "\"
|
|
56755
|
-
"5": "\"
|
|
56756
|
-
"6": "\"
|
|
56757
|
-
"7": "\"
|
|
56758
|
-
"8": "\"
|
|
56759
|
-
"9": "\"
|
|
56689
|
+
"2": "\"link\"",
|
|
56690
|
+
"3": "\"danger\"",
|
|
56691
|
+
"4": "\"success\"",
|
|
56692
|
+
"5": "\"warning\"",
|
|
56693
|
+
"6": "\"primary\"",
|
|
56694
|
+
"7": "\"secondary\"",
|
|
56695
|
+
"8": "\"collab\"",
|
|
56696
|
+
"9": "\"ai\""
|
|
56760
56697
|
}
|
|
56761
56698
|
}
|
|
56762
56699
|
},
|
|
@@ -56875,15 +56812,15 @@ var B24UIMeta = {
|
|
|
56875
56812
|
}
|
|
56876
56813
|
],
|
|
56877
56814
|
"required": false,
|
|
56878
|
-
"type": "\"label\" | \"
|
|
56815
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
56879
56816
|
"schema": {
|
|
56880
56817
|
"kind": "enum",
|
|
56881
|
-
"type": "\"label\" | \"
|
|
56818
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
56882
56819
|
"schema": {
|
|
56883
56820
|
"0": "undefined",
|
|
56884
56821
|
"1": "\"label\"",
|
|
56885
|
-
"2": "\"
|
|
56886
|
-
"3": "\"
|
|
56822
|
+
"2": "\"separator\"",
|
|
56823
|
+
"3": "\"item\""
|
|
56887
56824
|
}
|
|
56888
56825
|
}
|
|
56889
56826
|
},
|
|
@@ -57209,21 +57146,21 @@ var B24UIMeta = {
|
|
|
57209
57146
|
}
|
|
57210
57147
|
],
|
|
57211
57148
|
"required": false,
|
|
57212
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
57149
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
57213
57150
|
"schema": {
|
|
57214
57151
|
"kind": "enum",
|
|
57215
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
57152
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
57216
57153
|
"schema": {
|
|
57217
57154
|
"0": "undefined",
|
|
57218
57155
|
"1": "\"default\"",
|
|
57219
|
-
"2": "\"
|
|
57220
|
-
"3": "\"
|
|
57221
|
-
"4": "\"
|
|
57222
|
-
"5": "\"
|
|
57223
|
-
"6": "\"
|
|
57224
|
-
"7": "\"
|
|
57225
|
-
"8": "\"
|
|
57226
|
-
"9": "\"
|
|
57156
|
+
"2": "\"link\"",
|
|
57157
|
+
"3": "\"danger\"",
|
|
57158
|
+
"4": "\"success\"",
|
|
57159
|
+
"5": "\"warning\"",
|
|
57160
|
+
"6": "\"primary\"",
|
|
57161
|
+
"7": "\"secondary\"",
|
|
57162
|
+
"8": "\"collab\"",
|
|
57163
|
+
"9": "\"ai\""
|
|
57227
57164
|
}
|
|
57228
57165
|
}
|
|
57229
57166
|
},
|
|
@@ -57342,15 +57279,15 @@ var B24UIMeta = {
|
|
|
57342
57279
|
}
|
|
57343
57280
|
],
|
|
57344
57281
|
"required": false,
|
|
57345
|
-
"type": "\"label\" | \"
|
|
57282
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
57346
57283
|
"schema": {
|
|
57347
57284
|
"kind": "enum",
|
|
57348
|
-
"type": "\"label\" | \"
|
|
57285
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
57349
57286
|
"schema": {
|
|
57350
57287
|
"0": "undefined",
|
|
57351
57288
|
"1": "\"label\"",
|
|
57352
|
-
"2": "\"
|
|
57353
|
-
"3": "\"
|
|
57289
|
+
"2": "\"separator\"",
|
|
57290
|
+
"3": "\"item\""
|
|
57354
57291
|
}
|
|
57355
57292
|
}
|
|
57356
57293
|
},
|
|
@@ -57676,21 +57613,21 @@ var B24UIMeta = {
|
|
|
57676
57613
|
}
|
|
57677
57614
|
],
|
|
57678
57615
|
"required": false,
|
|
57679
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
57616
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
57680
57617
|
"schema": {
|
|
57681
57618
|
"kind": "enum",
|
|
57682
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
57619
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
57683
57620
|
"schema": {
|
|
57684
57621
|
"0": "undefined",
|
|
57685
57622
|
"1": "\"default\"",
|
|
57686
|
-
"2": "\"
|
|
57687
|
-
"3": "\"
|
|
57688
|
-
"4": "\"
|
|
57689
|
-
"5": "\"
|
|
57690
|
-
"6": "\"
|
|
57691
|
-
"7": "\"
|
|
57692
|
-
"8": "\"
|
|
57693
|
-
"9": "\"
|
|
57623
|
+
"2": "\"link\"",
|
|
57624
|
+
"3": "\"danger\"",
|
|
57625
|
+
"4": "\"success\"",
|
|
57626
|
+
"5": "\"warning\"",
|
|
57627
|
+
"6": "\"primary\"",
|
|
57628
|
+
"7": "\"secondary\"",
|
|
57629
|
+
"8": "\"collab\"",
|
|
57630
|
+
"9": "\"ai\""
|
|
57694
57631
|
}
|
|
57695
57632
|
}
|
|
57696
57633
|
},
|
|
@@ -57809,15 +57746,15 @@ var B24UIMeta = {
|
|
|
57809
57746
|
}
|
|
57810
57747
|
],
|
|
57811
57748
|
"required": false,
|
|
57812
|
-
"type": "\"label\" | \"
|
|
57749
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
57813
57750
|
"schema": {
|
|
57814
57751
|
"kind": "enum",
|
|
57815
|
-
"type": "\"label\" | \"
|
|
57752
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
57816
57753
|
"schema": {
|
|
57817
57754
|
"0": "undefined",
|
|
57818
57755
|
"1": "\"label\"",
|
|
57819
|
-
"2": "\"
|
|
57820
|
-
"3": "\"
|
|
57756
|
+
"2": "\"separator\"",
|
|
57757
|
+
"3": "\"item\""
|
|
57821
57758
|
}
|
|
57822
57759
|
}
|
|
57823
57760
|
},
|
|
@@ -58143,21 +58080,21 @@ var B24UIMeta = {
|
|
|
58143
58080
|
}
|
|
58144
58081
|
],
|
|
58145
58082
|
"required": false,
|
|
58146
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
58083
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
58147
58084
|
"schema": {
|
|
58148
58085
|
"kind": "enum",
|
|
58149
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
58086
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
58150
58087
|
"schema": {
|
|
58151
58088
|
"0": "undefined",
|
|
58152
58089
|
"1": "\"default\"",
|
|
58153
|
-
"2": "\"
|
|
58154
|
-
"3": "\"
|
|
58155
|
-
"4": "\"
|
|
58156
|
-
"5": "\"
|
|
58157
|
-
"6": "\"
|
|
58158
|
-
"7": "\"
|
|
58159
|
-
"8": "\"
|
|
58160
|
-
"9": "\"
|
|
58090
|
+
"2": "\"link\"",
|
|
58091
|
+
"3": "\"danger\"",
|
|
58092
|
+
"4": "\"success\"",
|
|
58093
|
+
"5": "\"warning\"",
|
|
58094
|
+
"6": "\"primary\"",
|
|
58095
|
+
"7": "\"secondary\"",
|
|
58096
|
+
"8": "\"collab\"",
|
|
58097
|
+
"9": "\"ai\""
|
|
58161
58098
|
}
|
|
58162
58099
|
}
|
|
58163
58100
|
},
|
|
@@ -58276,15 +58213,15 @@ var B24UIMeta = {
|
|
|
58276
58213
|
}
|
|
58277
58214
|
],
|
|
58278
58215
|
"required": false,
|
|
58279
|
-
"type": "\"label\" | \"
|
|
58216
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
58280
58217
|
"schema": {
|
|
58281
58218
|
"kind": "enum",
|
|
58282
|
-
"type": "\"label\" | \"
|
|
58219
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
58283
58220
|
"schema": {
|
|
58284
58221
|
"0": "undefined",
|
|
58285
58222
|
"1": "\"label\"",
|
|
58286
|
-
"2": "\"
|
|
58287
|
-
"3": "\"
|
|
58223
|
+
"2": "\"separator\"",
|
|
58224
|
+
"3": "\"item\""
|
|
58288
58225
|
}
|
|
58289
58226
|
}
|
|
58290
58227
|
},
|
|
@@ -58455,23 +58392,23 @@ var B24UIMeta = {
|
|
|
58455
58392
|
"2": "\"reset\"",
|
|
58456
58393
|
"3": "\"submit\"",
|
|
58457
58394
|
"4": "\"image\"",
|
|
58458
|
-
"5": "\"
|
|
58459
|
-
"6": "\"
|
|
58460
|
-
"7": "\"
|
|
58461
|
-
"8": "\"
|
|
58462
|
-
"9":
|
|
58395
|
+
"5": "\"text\"",
|
|
58396
|
+
"6": "\"search\"",
|
|
58397
|
+
"7": "\"color\"",
|
|
58398
|
+
"8": "\"button\"",
|
|
58399
|
+
"9": "\"date\"",
|
|
58400
|
+
"10": "\"time\"",
|
|
58401
|
+
"11": {
|
|
58463
58402
|
"kind": "object",
|
|
58464
58403
|
"type": "string & {}",
|
|
58465
58404
|
"schema": {}
|
|
58466
58405
|
},
|
|
58467
|
-
"10": "\"text\"",
|
|
58468
|
-
"11": "\"search\"",
|
|
58469
58406
|
"12": "\"range\"",
|
|
58470
58407
|
"13": "\"month\"",
|
|
58471
58408
|
"14": "\"checkbox\"",
|
|
58472
|
-
"15": "\"
|
|
58473
|
-
"16": "\"
|
|
58474
|
-
"17": "\"
|
|
58409
|
+
"15": "\"file\"",
|
|
58410
|
+
"16": "\"datetime-local\"",
|
|
58411
|
+
"17": "\"email\"",
|
|
58475
58412
|
"18": "\"hidden\"",
|
|
58476
58413
|
"19": "\"password\"",
|
|
58477
58414
|
"20": "\"radio\"",
|
|
@@ -60093,21 +60030,21 @@ var B24UIMeta = {
|
|
|
60093
60030
|
}
|
|
60094
60031
|
],
|
|
60095
60032
|
"required": false,
|
|
60096
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
60033
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
60097
60034
|
"schema": {
|
|
60098
60035
|
"kind": "enum",
|
|
60099
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
60036
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
60100
60037
|
"schema": {
|
|
60101
60038
|
"0": "undefined",
|
|
60102
60039
|
"1": "\"default\"",
|
|
60103
|
-
"2": "\"
|
|
60104
|
-
"3": "\"
|
|
60105
|
-
"4": "\"
|
|
60106
|
-
"5": "\"
|
|
60107
|
-
"6": "\"
|
|
60108
|
-
"7": "\"
|
|
60109
|
-
"8": "\"
|
|
60110
|
-
"9": "\"
|
|
60040
|
+
"2": "\"link\"",
|
|
60041
|
+
"3": "\"danger\"",
|
|
60042
|
+
"4": "\"success\"",
|
|
60043
|
+
"5": "\"warning\"",
|
|
60044
|
+
"6": "\"primary\"",
|
|
60045
|
+
"7": "\"secondary\"",
|
|
60046
|
+
"8": "\"collab\"",
|
|
60047
|
+
"9": "\"ai\""
|
|
60111
60048
|
}
|
|
60112
60049
|
}
|
|
60113
60050
|
},
|
|
@@ -60226,27 +60163,18 @@ var B24UIMeta = {
|
|
|
60226
60163
|
}
|
|
60227
60164
|
],
|
|
60228
60165
|
"required": false,
|
|
60229
|
-
"type": "\"label\" | \"
|
|
60166
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
60230
60167
|
"schema": {
|
|
60231
60168
|
"kind": "enum",
|
|
60232
|
-
"type": "\"label\" | \"
|
|
60169
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
60233
60170
|
"schema": {
|
|
60234
60171
|
"0": "undefined",
|
|
60235
60172
|
"1": "\"label\"",
|
|
60236
|
-
"2": "\"
|
|
60237
|
-
"3": "\"
|
|
60173
|
+
"2": "\"separator\"",
|
|
60174
|
+
"3": "\"item\""
|
|
60238
60175
|
}
|
|
60239
60176
|
}
|
|
60240
60177
|
},
|
|
60241
|
-
"value": {
|
|
60242
|
-
"name": "value",
|
|
60243
|
-
"global": false,
|
|
60244
|
-
"description": "",
|
|
60245
|
-
"tags": [],
|
|
60246
|
-
"required": false,
|
|
60247
|
-
"type": "string | number | undefined",
|
|
60248
|
-
"schema": "string | number | undefined"
|
|
60249
|
-
},
|
|
60250
60178
|
"disabled": {
|
|
60251
60179
|
"name": "disabled",
|
|
60252
60180
|
"global": false,
|
|
@@ -61842,21 +61770,21 @@ var B24UIMeta = {
|
|
|
61842
61770
|
}
|
|
61843
61771
|
],
|
|
61844
61772
|
"required": false,
|
|
61845
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
61773
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
61846
61774
|
"schema": {
|
|
61847
61775
|
"kind": "enum",
|
|
61848
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
61776
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
61849
61777
|
"schema": {
|
|
61850
61778
|
"0": "undefined",
|
|
61851
61779
|
"1": "\"default\"",
|
|
61852
|
-
"2": "\"
|
|
61853
|
-
"3": "\"
|
|
61854
|
-
"4": "\"
|
|
61855
|
-
"5": "\"
|
|
61856
|
-
"6": "\"
|
|
61857
|
-
"7": "\"
|
|
61858
|
-
"8": "\"
|
|
61859
|
-
"9": "\"
|
|
61780
|
+
"2": "\"link\"",
|
|
61781
|
+
"3": "\"danger\"",
|
|
61782
|
+
"4": "\"success\"",
|
|
61783
|
+
"5": "\"warning\"",
|
|
61784
|
+
"6": "\"primary\"",
|
|
61785
|
+
"7": "\"secondary\"",
|
|
61786
|
+
"8": "\"collab\"",
|
|
61787
|
+
"9": "\"ai\""
|
|
61860
61788
|
}
|
|
61861
61789
|
}
|
|
61862
61790
|
},
|
|
@@ -61975,27 +61903,18 @@ var B24UIMeta = {
|
|
|
61975
61903
|
}
|
|
61976
61904
|
],
|
|
61977
61905
|
"required": false,
|
|
61978
|
-
"type": "\"label\" | \"
|
|
61906
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
61979
61907
|
"schema": {
|
|
61980
61908
|
"kind": "enum",
|
|
61981
|
-
"type": "\"label\" | \"
|
|
61909
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
61982
61910
|
"schema": {
|
|
61983
61911
|
"0": "undefined",
|
|
61984
61912
|
"1": "\"label\"",
|
|
61985
|
-
"2": "\"
|
|
61986
|
-
"3": "\"
|
|
61913
|
+
"2": "\"separator\"",
|
|
61914
|
+
"3": "\"item\""
|
|
61987
61915
|
}
|
|
61988
61916
|
}
|
|
61989
61917
|
},
|
|
61990
|
-
"value": {
|
|
61991
|
-
"name": "value",
|
|
61992
|
-
"global": false,
|
|
61993
|
-
"description": "",
|
|
61994
|
-
"tags": [],
|
|
61995
|
-
"required": false,
|
|
61996
|
-
"type": "string | number | undefined",
|
|
61997
|
-
"schema": "string | number | undefined"
|
|
61998
|
-
},
|
|
61999
61918
|
"disabled": {
|
|
62000
61919
|
"name": "disabled",
|
|
62001
61920
|
"global": false,
|
|
@@ -62329,21 +62248,21 @@ var B24UIMeta = {
|
|
|
62329
62248
|
}
|
|
62330
62249
|
],
|
|
62331
62250
|
"required": false,
|
|
62332
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
62251
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
62333
62252
|
"schema": {
|
|
62334
62253
|
"kind": "enum",
|
|
62335
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
62254
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
62336
62255
|
"schema": {
|
|
62337
62256
|
"0": "undefined",
|
|
62338
62257
|
"1": "\"default\"",
|
|
62339
|
-
"2": "\"
|
|
62340
|
-
"3": "\"
|
|
62341
|
-
"4": "\"
|
|
62342
|
-
"5": "\"
|
|
62343
|
-
"6": "\"
|
|
62344
|
-
"7": "\"
|
|
62345
|
-
"8": "\"
|
|
62346
|
-
"9": "\"
|
|
62258
|
+
"2": "\"link\"",
|
|
62259
|
+
"3": "\"danger\"",
|
|
62260
|
+
"4": "\"success\"",
|
|
62261
|
+
"5": "\"warning\"",
|
|
62262
|
+
"6": "\"primary\"",
|
|
62263
|
+
"7": "\"secondary\"",
|
|
62264
|
+
"8": "\"collab\"",
|
|
62265
|
+
"9": "\"ai\""
|
|
62347
62266
|
}
|
|
62348
62267
|
}
|
|
62349
62268
|
},
|
|
@@ -62462,27 +62381,18 @@ var B24UIMeta = {
|
|
|
62462
62381
|
}
|
|
62463
62382
|
],
|
|
62464
62383
|
"required": false,
|
|
62465
|
-
"type": "\"label\" | \"
|
|
62384
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
62466
62385
|
"schema": {
|
|
62467
62386
|
"kind": "enum",
|
|
62468
|
-
"type": "\"label\" | \"
|
|
62387
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
62469
62388
|
"schema": {
|
|
62470
62389
|
"0": "undefined",
|
|
62471
62390
|
"1": "\"label\"",
|
|
62472
|
-
"2": "\"
|
|
62473
|
-
"3": "\"
|
|
62391
|
+
"2": "\"separator\"",
|
|
62392
|
+
"3": "\"item\""
|
|
62474
62393
|
}
|
|
62475
62394
|
}
|
|
62476
62395
|
},
|
|
62477
|
-
"value": {
|
|
62478
|
-
"name": "value",
|
|
62479
|
-
"global": false,
|
|
62480
|
-
"description": "",
|
|
62481
|
-
"tags": [],
|
|
62482
|
-
"required": false,
|
|
62483
|
-
"type": "string | number | undefined",
|
|
62484
|
-
"schema": "string | number | undefined"
|
|
62485
|
-
},
|
|
62486
62396
|
"disabled": {
|
|
62487
62397
|
"name": "disabled",
|
|
62488
62398
|
"global": false,
|
|
@@ -62816,21 +62726,21 @@ var B24UIMeta = {
|
|
|
62816
62726
|
}
|
|
62817
62727
|
],
|
|
62818
62728
|
"required": false,
|
|
62819
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
62729
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
62820
62730
|
"schema": {
|
|
62821
62731
|
"kind": "enum",
|
|
62822
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
62732
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
62823
62733
|
"schema": {
|
|
62824
62734
|
"0": "undefined",
|
|
62825
62735
|
"1": "\"default\"",
|
|
62826
|
-
"2": "\"
|
|
62827
|
-
"3": "\"
|
|
62828
|
-
"4": "\"
|
|
62829
|
-
"5": "\"
|
|
62830
|
-
"6": "\"
|
|
62831
|
-
"7": "\"
|
|
62832
|
-
"8": "\"
|
|
62833
|
-
"9": "\"
|
|
62736
|
+
"2": "\"link\"",
|
|
62737
|
+
"3": "\"danger\"",
|
|
62738
|
+
"4": "\"success\"",
|
|
62739
|
+
"5": "\"warning\"",
|
|
62740
|
+
"6": "\"primary\"",
|
|
62741
|
+
"7": "\"secondary\"",
|
|
62742
|
+
"8": "\"collab\"",
|
|
62743
|
+
"9": "\"ai\""
|
|
62834
62744
|
}
|
|
62835
62745
|
}
|
|
62836
62746
|
},
|
|
@@ -62949,27 +62859,18 @@ var B24UIMeta = {
|
|
|
62949
62859
|
}
|
|
62950
62860
|
],
|
|
62951
62861
|
"required": false,
|
|
62952
|
-
"type": "\"label\" | \"
|
|
62862
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
62953
62863
|
"schema": {
|
|
62954
62864
|
"kind": "enum",
|
|
62955
|
-
"type": "\"label\" | \"
|
|
62865
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
62956
62866
|
"schema": {
|
|
62957
62867
|
"0": "undefined",
|
|
62958
62868
|
"1": "\"label\"",
|
|
62959
|
-
"2": "\"
|
|
62960
|
-
"3": "\"
|
|
62869
|
+
"2": "\"separator\"",
|
|
62870
|
+
"3": "\"item\""
|
|
62961
62871
|
}
|
|
62962
62872
|
}
|
|
62963
62873
|
},
|
|
62964
|
-
"value": {
|
|
62965
|
-
"name": "value",
|
|
62966
|
-
"global": false,
|
|
62967
|
-
"description": "",
|
|
62968
|
-
"tags": [],
|
|
62969
|
-
"required": false,
|
|
62970
|
-
"type": "string | number | undefined",
|
|
62971
|
-
"schema": "string | number | undefined"
|
|
62972
|
-
},
|
|
62973
62874
|
"disabled": {
|
|
62974
62875
|
"name": "disabled",
|
|
62975
62876
|
"global": false,
|
|
@@ -63303,21 +63204,21 @@ var B24UIMeta = {
|
|
|
63303
63204
|
}
|
|
63304
63205
|
],
|
|
63305
63206
|
"required": false,
|
|
63306
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
63207
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
63307
63208
|
"schema": {
|
|
63308
63209
|
"kind": "enum",
|
|
63309
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
63210
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
63310
63211
|
"schema": {
|
|
63311
63212
|
"0": "undefined",
|
|
63312
63213
|
"1": "\"default\"",
|
|
63313
|
-
"2": "\"
|
|
63314
|
-
"3": "\"
|
|
63315
|
-
"4": "\"
|
|
63316
|
-
"5": "\"
|
|
63317
|
-
"6": "\"
|
|
63318
|
-
"7": "\"
|
|
63319
|
-
"8": "\"
|
|
63320
|
-
"9": "\"
|
|
63214
|
+
"2": "\"link\"",
|
|
63215
|
+
"3": "\"danger\"",
|
|
63216
|
+
"4": "\"success\"",
|
|
63217
|
+
"5": "\"warning\"",
|
|
63218
|
+
"6": "\"primary\"",
|
|
63219
|
+
"7": "\"secondary\"",
|
|
63220
|
+
"8": "\"collab\"",
|
|
63221
|
+
"9": "\"ai\""
|
|
63321
63222
|
}
|
|
63322
63223
|
}
|
|
63323
63224
|
},
|
|
@@ -63436,27 +63337,18 @@ var B24UIMeta = {
|
|
|
63436
63337
|
}
|
|
63437
63338
|
],
|
|
63438
63339
|
"required": false,
|
|
63439
|
-
"type": "\"label\" | \"
|
|
63340
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
63440
63341
|
"schema": {
|
|
63441
63342
|
"kind": "enum",
|
|
63442
|
-
"type": "\"label\" | \"
|
|
63343
|
+
"type": "\"label\" | \"separator\" | \"item\" | undefined",
|
|
63443
63344
|
"schema": {
|
|
63444
63345
|
"0": "undefined",
|
|
63445
63346
|
"1": "\"label\"",
|
|
63446
|
-
"2": "\"
|
|
63447
|
-
"3": "\"
|
|
63347
|
+
"2": "\"separator\"",
|
|
63348
|
+
"3": "\"item\""
|
|
63448
63349
|
}
|
|
63449
63350
|
}
|
|
63450
63351
|
},
|
|
63451
|
-
"value": {
|
|
63452
|
-
"name": "value",
|
|
63453
|
-
"global": false,
|
|
63454
|
-
"description": "",
|
|
63455
|
-
"tags": [],
|
|
63456
|
-
"required": false,
|
|
63457
|
-
"type": "string | number | undefined",
|
|
63458
|
-
"schema": "string | number | undefined"
|
|
63459
|
-
},
|
|
63460
63352
|
"disabled": {
|
|
63461
63353
|
"name": "disabled",
|
|
63462
63354
|
"global": false,
|
|
@@ -68572,21 +68464,21 @@ var B24UIMeta = {
|
|
|
68572
68464
|
}
|
|
68573
68465
|
],
|
|
68574
68466
|
"required": false,
|
|
68575
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
68467
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
68576
68468
|
"schema": {
|
|
68577
68469
|
"kind": "enum",
|
|
68578
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
68470
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
68579
68471
|
"schema": {
|
|
68580
68472
|
"0": "undefined",
|
|
68581
68473
|
"1": "\"default\"",
|
|
68582
|
-
"2": "\"
|
|
68583
|
-
"3": "\"
|
|
68584
|
-
"4": "\"
|
|
68585
|
-
"5": "\"
|
|
68586
|
-
"6": "\"
|
|
68587
|
-
"7": "\"
|
|
68588
|
-
"8": "\"
|
|
68589
|
-
"9": "\"
|
|
68474
|
+
"2": "\"link\"",
|
|
68475
|
+
"3": "\"danger\"",
|
|
68476
|
+
"4": "\"success\"",
|
|
68477
|
+
"5": "\"warning\"",
|
|
68478
|
+
"6": "\"primary\"",
|
|
68479
|
+
"7": "\"secondary\"",
|
|
68480
|
+
"8": "\"collab\"",
|
|
68481
|
+
"9": "\"ai\""
|
|
68590
68482
|
}
|
|
68591
68483
|
}
|
|
68592
68484
|
},
|
|
@@ -68596,8 +68488,8 @@ var B24UIMeta = {
|
|
|
68596
68488
|
"description": "",
|
|
68597
68489
|
"tags": [],
|
|
68598
68490
|
"required": false,
|
|
68599
|
-
"type": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
68600
|
-
"schema": "\"default\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" |
|
|
68491
|
+
"type": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined",
|
|
68492
|
+
"schema": "\"default\" | \"link\" | \"danger\" | \"success\" | \"warning\" | \"primary\" | \"secondary\" | \"collab\" | \"ai\" | undefined"
|
|
68601
68493
|
},
|
|
68602
68494
|
"depth": {
|
|
68603
68495
|
"name": "depth",
|
|
@@ -69057,6 +68949,15 @@ var B24UIMeta = {
|
|
|
69057
68949
|
}
|
|
69058
68950
|
}
|
|
69059
68951
|
},
|
|
68952
|
+
"replace": {
|
|
68953
|
+
"name": "replace",
|
|
68954
|
+
"global": false,
|
|
68955
|
+
"description": "Calls `router.replace` instead of `router.push`.",
|
|
68956
|
+
"tags": [],
|
|
68957
|
+
"required": false,
|
|
68958
|
+
"type": "boolean | undefined",
|
|
68959
|
+
"schema": "boolean | undefined"
|
|
68960
|
+
},
|
|
69060
68961
|
"to": {
|
|
69061
68962
|
"name": "to",
|
|
69062
68963
|
"global": false,
|
|
@@ -69289,15 +69190,6 @@ var B24UIMeta = {
|
|
|
69289
69190
|
"type": "boolean | undefined",
|
|
69290
69191
|
"schema": "boolean | undefined"
|
|
69291
69192
|
},
|
|
69292
|
-
"replace": {
|
|
69293
|
-
"name": "replace",
|
|
69294
|
-
"global": false,
|
|
69295
|
-
"description": "Calls `router.replace` instead of `router.push`.",
|
|
69296
|
-
"tags": [],
|
|
69297
|
-
"required": false,
|
|
69298
|
-
"type": "boolean | undefined",
|
|
69299
|
-
"schema": "boolean | undefined"
|
|
69300
|
-
},
|
|
69301
69193
|
"disabled": {
|
|
69302
69194
|
"name": "disabled",
|
|
69303
69195
|
"global": false,
|