@bitrix24/b24ui-nuxt 0.4.9 → 0.4.10
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/index.ts +13 -0
- package/.nuxt/b24ui/navbar-divider.ts +5 -0
- package/.nuxt/b24ui/navbar-section.ts +5 -0
- package/.nuxt/b24ui/navbar-spacer.ts +5 -0
- package/.nuxt/b24ui/navbar.ts +5 -0
- package/.nuxt/b24ui/sidebar-body.ts +15 -0
- package/.nuxt/b24ui/sidebar-footer.ts +5 -0
- package/.nuxt/b24ui/sidebar-header.ts +5 -0
- package/.nuxt/b24ui/sidebar-heading.ts +5 -0
- package/.nuxt/b24ui/sidebar-layout.ts +38 -0
- package/.nuxt/b24ui/sidebar-section.ts +5 -0
- package/.nuxt/b24ui/sidebar-spacer.ts +5 -0
- package/.nuxt/b24ui/sidebar.ts +5 -0
- package/.nuxt/b24ui/stacked-layout.ts +9 -0
- package/dist/meta.cjs +974 -11
- package/dist/meta.d.cts +974 -11
- package/dist/meta.d.mts +974 -11
- package/dist/meta.d.ts +974 -11
- package/dist/meta.mjs +974 -11
- package/dist/module.cjs +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/Navbar.vue +44 -0
- package/dist/runtime/components/NavbarDivider.vue +43 -0
- package/dist/runtime/components/NavbarSection.vue +47 -0
- package/dist/runtime/components/NavbarSpacer.vue +43 -0
- package/dist/runtime/components/Sidebar.vue +44 -0
- package/dist/runtime/components/SidebarBody.vue +49 -0
- package/dist/runtime/components/SidebarFooter.vue +43 -0
- package/dist/runtime/components/SidebarHeader.vue +43 -0
- package/dist/runtime/components/SidebarHeading.vue +43 -0
- package/dist/runtime/components/SidebarLayout.vue +131 -0
- package/dist/runtime/components/SidebarSection.vue +47 -0
- package/dist/runtime/components/SidebarSpacer.vue +43 -0
- package/dist/runtime/components/StackedLayout.vue +51 -0
- package/dist/runtime/index.css +1 -1
- package/dist/runtime/plugins/colors.js +2 -5
- package/dist/runtime/types/index.d.ts +13 -0
- package/dist/runtime/types/index.js +13 -0
- package/dist/runtime/utils/link.d.ts +7 -7
- package/dist/runtime/vue/plugins/head.js +3 -0
- package/dist/runtime/vue/stubs.d.ts +1 -2
- package/dist/runtime/vue/stubs.js +1 -2
- package/dist/shared/{b24ui-nuxt.CH0xlXgy.cjs → b24ui-nuxt.CY35QViH.cjs} +230 -0
- package/dist/shared/{b24ui-nuxt.D6rkGFKm.mjs → b24ui-nuxt._rviRWFf.mjs} +230 -0
- package/dist/unplugin.cjs +6 -2
- package/dist/unplugin.mjs +6 -2
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +4 -4
package/dist/meta.mjs
CHANGED
|
@@ -35332,6 +35332,274 @@ const B24UIMeta = {
|
|
|
35332
35332
|
"exposed": []
|
|
35333
35333
|
}
|
|
35334
35334
|
},
|
|
35335
|
+
"B24Navbar": {
|
|
35336
|
+
"mode": "all",
|
|
35337
|
+
"prefetch": false,
|
|
35338
|
+
"preload": false,
|
|
35339
|
+
"pascalName": "B24Navbar",
|
|
35340
|
+
"kebabName": "b24-navbar",
|
|
35341
|
+
"chunkName": "components/b24-navbar",
|
|
35342
|
+
"priority": 0,
|
|
35343
|
+
"_scanned": true,
|
|
35344
|
+
"meta": {
|
|
35345
|
+
"type": 0,
|
|
35346
|
+
"props": [
|
|
35347
|
+
{
|
|
35348
|
+
"name": "as",
|
|
35349
|
+
"global": false,
|
|
35350
|
+
"description": "The element or component this component should render as.",
|
|
35351
|
+
"tags": [
|
|
35352
|
+
{
|
|
35353
|
+
"name": "defaultValue",
|
|
35354
|
+
"text": "'nav'"
|
|
35355
|
+
}
|
|
35356
|
+
],
|
|
35357
|
+
"required": false,
|
|
35358
|
+
"type": "any",
|
|
35359
|
+
"schema": "any",
|
|
35360
|
+
"default": "\"nav\""
|
|
35361
|
+
},
|
|
35362
|
+
{
|
|
35363
|
+
"name": "b24ui",
|
|
35364
|
+
"global": false,
|
|
35365
|
+
"description": "",
|
|
35366
|
+
"tags": [],
|
|
35367
|
+
"required": false,
|
|
35368
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
35369
|
+
"schema": {
|
|
35370
|
+
"kind": "enum",
|
|
35371
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
35372
|
+
"schema": {
|
|
35373
|
+
"0": "undefined",
|
|
35374
|
+
"1": "Partial<{ root: string; }>"
|
|
35375
|
+
}
|
|
35376
|
+
}
|
|
35377
|
+
}
|
|
35378
|
+
],
|
|
35379
|
+
"slots": [
|
|
35380
|
+
{
|
|
35381
|
+
"name": "default",
|
|
35382
|
+
"type": "{} | undefined",
|
|
35383
|
+
"description": "",
|
|
35384
|
+
"schema": {
|
|
35385
|
+
"kind": "enum",
|
|
35386
|
+
"type": "{} | undefined",
|
|
35387
|
+
"schema": {
|
|
35388
|
+
"0": "undefined",
|
|
35389
|
+
"1": {
|
|
35390
|
+
"kind": "object",
|
|
35391
|
+
"type": "{}",
|
|
35392
|
+
"schema": {}
|
|
35393
|
+
}
|
|
35394
|
+
}
|
|
35395
|
+
}
|
|
35396
|
+
}
|
|
35397
|
+
],
|
|
35398
|
+
"events": [],
|
|
35399
|
+
"exposed": []
|
|
35400
|
+
}
|
|
35401
|
+
},
|
|
35402
|
+
"B24NavbarDivider": {
|
|
35403
|
+
"mode": "all",
|
|
35404
|
+
"prefetch": false,
|
|
35405
|
+
"preload": false,
|
|
35406
|
+
"pascalName": "B24NavbarDivider",
|
|
35407
|
+
"kebabName": "b24-navbar-divider",
|
|
35408
|
+
"chunkName": "components/b24-navbar-divider",
|
|
35409
|
+
"priority": 0,
|
|
35410
|
+
"_scanned": true,
|
|
35411
|
+
"meta": {
|
|
35412
|
+
"type": 0,
|
|
35413
|
+
"props": [
|
|
35414
|
+
{
|
|
35415
|
+
"name": "as",
|
|
35416
|
+
"global": false,
|
|
35417
|
+
"description": "The element or component this component should render as.",
|
|
35418
|
+
"tags": [
|
|
35419
|
+
{
|
|
35420
|
+
"name": "defaultValue",
|
|
35421
|
+
"text": "'div'"
|
|
35422
|
+
}
|
|
35423
|
+
],
|
|
35424
|
+
"required": false,
|
|
35425
|
+
"type": "any",
|
|
35426
|
+
"schema": "any",
|
|
35427
|
+
"default": "\"div\""
|
|
35428
|
+
},
|
|
35429
|
+
{
|
|
35430
|
+
"name": "b24ui",
|
|
35431
|
+
"global": false,
|
|
35432
|
+
"description": "",
|
|
35433
|
+
"tags": [],
|
|
35434
|
+
"required": false,
|
|
35435
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
35436
|
+
"schema": {
|
|
35437
|
+
"kind": "enum",
|
|
35438
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
35439
|
+
"schema": {
|
|
35440
|
+
"0": "undefined",
|
|
35441
|
+
"1": "Partial<{ root: string; }>"
|
|
35442
|
+
}
|
|
35443
|
+
}
|
|
35444
|
+
}
|
|
35445
|
+
],
|
|
35446
|
+
"slots": [
|
|
35447
|
+
{
|
|
35448
|
+
"name": "default",
|
|
35449
|
+
"type": "{} | undefined",
|
|
35450
|
+
"description": "",
|
|
35451
|
+
"schema": {
|
|
35452
|
+
"kind": "enum",
|
|
35453
|
+
"type": "{} | undefined",
|
|
35454
|
+
"schema": {
|
|
35455
|
+
"0": "undefined",
|
|
35456
|
+
"1": {
|
|
35457
|
+
"kind": "object",
|
|
35458
|
+
"type": "{}",
|
|
35459
|
+
"schema": {}
|
|
35460
|
+
}
|
|
35461
|
+
}
|
|
35462
|
+
}
|
|
35463
|
+
}
|
|
35464
|
+
],
|
|
35465
|
+
"events": [],
|
|
35466
|
+
"exposed": []
|
|
35467
|
+
}
|
|
35468
|
+
},
|
|
35469
|
+
"B24NavbarSection": {
|
|
35470
|
+
"mode": "all",
|
|
35471
|
+
"prefetch": false,
|
|
35472
|
+
"preload": false,
|
|
35473
|
+
"pascalName": "B24NavbarSection",
|
|
35474
|
+
"kebabName": "b24-navbar-section",
|
|
35475
|
+
"chunkName": "components/b24-navbar-section",
|
|
35476
|
+
"priority": 0,
|
|
35477
|
+
"_scanned": true,
|
|
35478
|
+
"meta": {
|
|
35479
|
+
"type": 0,
|
|
35480
|
+
"props": [
|
|
35481
|
+
{
|
|
35482
|
+
"name": "as",
|
|
35483
|
+
"global": false,
|
|
35484
|
+
"description": "The element or component this component should render as.",
|
|
35485
|
+
"tags": [
|
|
35486
|
+
{
|
|
35487
|
+
"name": "defaultValue",
|
|
35488
|
+
"text": "'div'"
|
|
35489
|
+
}
|
|
35490
|
+
],
|
|
35491
|
+
"required": false,
|
|
35492
|
+
"type": "any",
|
|
35493
|
+
"schema": "any",
|
|
35494
|
+
"default": "\"div\""
|
|
35495
|
+
},
|
|
35496
|
+
{
|
|
35497
|
+
"name": "b24ui",
|
|
35498
|
+
"global": false,
|
|
35499
|
+
"description": "",
|
|
35500
|
+
"tags": [],
|
|
35501
|
+
"required": false,
|
|
35502
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
35503
|
+
"schema": {
|
|
35504
|
+
"kind": "enum",
|
|
35505
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
35506
|
+
"schema": {
|
|
35507
|
+
"0": "undefined",
|
|
35508
|
+
"1": "Partial<{ root: string; }>"
|
|
35509
|
+
}
|
|
35510
|
+
}
|
|
35511
|
+
}
|
|
35512
|
+
],
|
|
35513
|
+
"slots": [
|
|
35514
|
+
{
|
|
35515
|
+
"name": "default",
|
|
35516
|
+
"type": "{} | undefined",
|
|
35517
|
+
"description": "",
|
|
35518
|
+
"schema": {
|
|
35519
|
+
"kind": "enum",
|
|
35520
|
+
"type": "{} | undefined",
|
|
35521
|
+
"schema": {
|
|
35522
|
+
"0": "undefined",
|
|
35523
|
+
"1": {
|
|
35524
|
+
"kind": "object",
|
|
35525
|
+
"type": "{}",
|
|
35526
|
+
"schema": {}
|
|
35527
|
+
}
|
|
35528
|
+
}
|
|
35529
|
+
}
|
|
35530
|
+
}
|
|
35531
|
+
],
|
|
35532
|
+
"events": [],
|
|
35533
|
+
"exposed": []
|
|
35534
|
+
}
|
|
35535
|
+
},
|
|
35536
|
+
"B24NavbarSpacer": {
|
|
35537
|
+
"mode": "all",
|
|
35538
|
+
"prefetch": false,
|
|
35539
|
+
"preload": false,
|
|
35540
|
+
"pascalName": "B24NavbarSpacer",
|
|
35541
|
+
"kebabName": "b24-navbar-spacer",
|
|
35542
|
+
"chunkName": "components/b24-navbar-spacer",
|
|
35543
|
+
"priority": 0,
|
|
35544
|
+
"_scanned": true,
|
|
35545
|
+
"meta": {
|
|
35546
|
+
"type": 0,
|
|
35547
|
+
"props": [
|
|
35548
|
+
{
|
|
35549
|
+
"name": "as",
|
|
35550
|
+
"global": false,
|
|
35551
|
+
"description": "The element or component this component should render as.",
|
|
35552
|
+
"tags": [
|
|
35553
|
+
{
|
|
35554
|
+
"name": "defaultValue",
|
|
35555
|
+
"text": "'div'"
|
|
35556
|
+
}
|
|
35557
|
+
],
|
|
35558
|
+
"required": false,
|
|
35559
|
+
"type": "any",
|
|
35560
|
+
"schema": "any",
|
|
35561
|
+
"default": "\"div\""
|
|
35562
|
+
},
|
|
35563
|
+
{
|
|
35564
|
+
"name": "b24ui",
|
|
35565
|
+
"global": false,
|
|
35566
|
+
"description": "",
|
|
35567
|
+
"tags": [],
|
|
35568
|
+
"required": false,
|
|
35569
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
35570
|
+
"schema": {
|
|
35571
|
+
"kind": "enum",
|
|
35572
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
35573
|
+
"schema": {
|
|
35574
|
+
"0": "undefined",
|
|
35575
|
+
"1": "Partial<{ root: string; }>"
|
|
35576
|
+
}
|
|
35577
|
+
}
|
|
35578
|
+
}
|
|
35579
|
+
],
|
|
35580
|
+
"slots": [
|
|
35581
|
+
{
|
|
35582
|
+
"name": "default",
|
|
35583
|
+
"type": "{} | undefined",
|
|
35584
|
+
"description": "",
|
|
35585
|
+
"schema": {
|
|
35586
|
+
"kind": "enum",
|
|
35587
|
+
"type": "{} | undefined",
|
|
35588
|
+
"schema": {
|
|
35589
|
+
"0": "undefined",
|
|
35590
|
+
"1": {
|
|
35591
|
+
"kind": "object",
|
|
35592
|
+
"type": "{}",
|
|
35593
|
+
"schema": {}
|
|
35594
|
+
}
|
|
35595
|
+
}
|
|
35596
|
+
}
|
|
35597
|
+
}
|
|
35598
|
+
],
|
|
35599
|
+
"events": [],
|
|
35600
|
+
"exposed": []
|
|
35601
|
+
}
|
|
35602
|
+
},
|
|
35335
35603
|
"B24OverlayProvider": {
|
|
35336
35604
|
"mode": "all",
|
|
35337
35605
|
"prefetch": false,
|
|
@@ -46048,13 +46316,13 @@ const B24UIMeta = {
|
|
|
46048
46316
|
"exposed": []
|
|
46049
46317
|
}
|
|
46050
46318
|
},
|
|
46051
|
-
"
|
|
46319
|
+
"B24Sidebar": {
|
|
46052
46320
|
"mode": "all",
|
|
46053
46321
|
"prefetch": false,
|
|
46054
46322
|
"preload": false,
|
|
46055
|
-
"pascalName": "
|
|
46056
|
-
"kebabName": "b24-
|
|
46057
|
-
"chunkName": "components/b24-
|
|
46323
|
+
"pascalName": "B24Sidebar",
|
|
46324
|
+
"kebabName": "b24-sidebar",
|
|
46325
|
+
"chunkName": "components/b24-sidebar",
|
|
46058
46326
|
"priority": 0,
|
|
46059
46327
|
"_scanned": true,
|
|
46060
46328
|
"meta": {
|
|
@@ -46072,16 +46340,644 @@ const B24UIMeta = {
|
|
|
46072
46340
|
],
|
|
46073
46341
|
"required": false,
|
|
46074
46342
|
"type": "any",
|
|
46075
|
-
"schema": "any"
|
|
46076
|
-
|
|
46077
|
-
|
|
46078
|
-
"slots": [
|
|
46343
|
+
"schema": "any",
|
|
46344
|
+
"default": "\"div\""
|
|
46345
|
+
},
|
|
46079
46346
|
{
|
|
46080
|
-
"name": "
|
|
46081
|
-
"
|
|
46347
|
+
"name": "b24ui",
|
|
46348
|
+
"global": false,
|
|
46082
46349
|
"description": "",
|
|
46350
|
+
"tags": [],
|
|
46351
|
+
"required": false,
|
|
46352
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
46083
46353
|
"schema": {
|
|
46084
|
-
"kind": "
|
|
46354
|
+
"kind": "enum",
|
|
46355
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
46356
|
+
"schema": {
|
|
46357
|
+
"0": "undefined",
|
|
46358
|
+
"1": "Partial<{ root: string; }>"
|
|
46359
|
+
}
|
|
46360
|
+
}
|
|
46361
|
+
}
|
|
46362
|
+
],
|
|
46363
|
+
"slots": [
|
|
46364
|
+
{
|
|
46365
|
+
"name": "default",
|
|
46366
|
+
"type": "{} | undefined",
|
|
46367
|
+
"description": "",
|
|
46368
|
+
"schema": {
|
|
46369
|
+
"kind": "enum",
|
|
46370
|
+
"type": "{} | undefined",
|
|
46371
|
+
"schema": {
|
|
46372
|
+
"0": "undefined",
|
|
46373
|
+
"1": {
|
|
46374
|
+
"kind": "object",
|
|
46375
|
+
"type": "{}",
|
|
46376
|
+
"schema": {}
|
|
46377
|
+
}
|
|
46378
|
+
}
|
|
46379
|
+
}
|
|
46380
|
+
}
|
|
46381
|
+
],
|
|
46382
|
+
"events": [],
|
|
46383
|
+
"exposed": []
|
|
46384
|
+
}
|
|
46385
|
+
},
|
|
46386
|
+
"B24SidebarBody": {
|
|
46387
|
+
"mode": "all",
|
|
46388
|
+
"prefetch": false,
|
|
46389
|
+
"preload": false,
|
|
46390
|
+
"pascalName": "B24SidebarBody",
|
|
46391
|
+
"kebabName": "b24-sidebar-body",
|
|
46392
|
+
"chunkName": "components/b24-sidebar-body",
|
|
46393
|
+
"priority": 0,
|
|
46394
|
+
"_scanned": true,
|
|
46395
|
+
"meta": {
|
|
46396
|
+
"type": 0,
|
|
46397
|
+
"props": [
|
|
46398
|
+
{
|
|
46399
|
+
"name": "as",
|
|
46400
|
+
"global": false,
|
|
46401
|
+
"description": "The element or component this component should render as.",
|
|
46402
|
+
"tags": [
|
|
46403
|
+
{
|
|
46404
|
+
"name": "defaultValue",
|
|
46405
|
+
"text": "'div'"
|
|
46406
|
+
}
|
|
46407
|
+
],
|
|
46408
|
+
"required": false,
|
|
46409
|
+
"type": "any",
|
|
46410
|
+
"schema": "any",
|
|
46411
|
+
"default": "\"div\""
|
|
46412
|
+
},
|
|
46413
|
+
{
|
|
46414
|
+
"name": "scrollbarThin",
|
|
46415
|
+
"global": false,
|
|
46416
|
+
"description": "",
|
|
46417
|
+
"tags": [
|
|
46418
|
+
{
|
|
46419
|
+
"name": "defaultValue",
|
|
46420
|
+
"text": "true"
|
|
46421
|
+
}
|
|
46422
|
+
],
|
|
46423
|
+
"required": false,
|
|
46424
|
+
"type": "boolean | undefined",
|
|
46425
|
+
"schema": {
|
|
46426
|
+
"kind": "enum",
|
|
46427
|
+
"type": "boolean | undefined",
|
|
46428
|
+
"schema": {
|
|
46429
|
+
"0": "undefined",
|
|
46430
|
+
"1": "false",
|
|
46431
|
+
"2": "true"
|
|
46432
|
+
}
|
|
46433
|
+
},
|
|
46434
|
+
"default": "true"
|
|
46435
|
+
},
|
|
46436
|
+
{
|
|
46437
|
+
"name": "b24ui",
|
|
46438
|
+
"global": false,
|
|
46439
|
+
"description": "",
|
|
46440
|
+
"tags": [],
|
|
46441
|
+
"required": false,
|
|
46442
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
46443
|
+
"schema": {
|
|
46444
|
+
"kind": "enum",
|
|
46445
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
46446
|
+
"schema": {
|
|
46447
|
+
"0": "undefined",
|
|
46448
|
+
"1": "Partial<{ root: string; }>"
|
|
46449
|
+
}
|
|
46450
|
+
}
|
|
46451
|
+
}
|
|
46452
|
+
],
|
|
46453
|
+
"slots": [
|
|
46454
|
+
{
|
|
46455
|
+
"name": "default",
|
|
46456
|
+
"type": "{} | undefined",
|
|
46457
|
+
"description": "",
|
|
46458
|
+
"schema": {
|
|
46459
|
+
"kind": "enum",
|
|
46460
|
+
"type": "{} | undefined",
|
|
46461
|
+
"schema": {
|
|
46462
|
+
"0": "undefined",
|
|
46463
|
+
"1": {
|
|
46464
|
+
"kind": "object",
|
|
46465
|
+
"type": "{}",
|
|
46466
|
+
"schema": {}
|
|
46467
|
+
}
|
|
46468
|
+
}
|
|
46469
|
+
}
|
|
46470
|
+
}
|
|
46471
|
+
],
|
|
46472
|
+
"events": [],
|
|
46473
|
+
"exposed": []
|
|
46474
|
+
}
|
|
46475
|
+
},
|
|
46476
|
+
"B24SidebarFooter": {
|
|
46477
|
+
"mode": "all",
|
|
46478
|
+
"prefetch": false,
|
|
46479
|
+
"preload": false,
|
|
46480
|
+
"pascalName": "B24SidebarFooter",
|
|
46481
|
+
"kebabName": "b24-sidebar-footer",
|
|
46482
|
+
"chunkName": "components/b24-sidebar-footer",
|
|
46483
|
+
"priority": 0,
|
|
46484
|
+
"_scanned": true,
|
|
46485
|
+
"meta": {
|
|
46486
|
+
"type": 0,
|
|
46487
|
+
"props": [
|
|
46488
|
+
{
|
|
46489
|
+
"name": "as",
|
|
46490
|
+
"global": false,
|
|
46491
|
+
"description": "The element or component this component should render as.",
|
|
46492
|
+
"tags": [
|
|
46493
|
+
{
|
|
46494
|
+
"name": "defaultValue",
|
|
46495
|
+
"text": "'div'"
|
|
46496
|
+
}
|
|
46497
|
+
],
|
|
46498
|
+
"required": false,
|
|
46499
|
+
"type": "any",
|
|
46500
|
+
"schema": "any",
|
|
46501
|
+
"default": "\"div\""
|
|
46502
|
+
},
|
|
46503
|
+
{
|
|
46504
|
+
"name": "b24ui",
|
|
46505
|
+
"global": false,
|
|
46506
|
+
"description": "",
|
|
46507
|
+
"tags": [],
|
|
46508
|
+
"required": false,
|
|
46509
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
46510
|
+
"schema": {
|
|
46511
|
+
"kind": "enum",
|
|
46512
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
46513
|
+
"schema": {
|
|
46514
|
+
"0": "undefined",
|
|
46515
|
+
"1": "Partial<{ root: string; }>"
|
|
46516
|
+
}
|
|
46517
|
+
}
|
|
46518
|
+
}
|
|
46519
|
+
],
|
|
46520
|
+
"slots": [
|
|
46521
|
+
{
|
|
46522
|
+
"name": "default",
|
|
46523
|
+
"type": "{} | undefined",
|
|
46524
|
+
"description": "",
|
|
46525
|
+
"schema": {
|
|
46526
|
+
"kind": "enum",
|
|
46527
|
+
"type": "{} | undefined",
|
|
46528
|
+
"schema": {
|
|
46529
|
+
"0": "undefined",
|
|
46530
|
+
"1": {
|
|
46531
|
+
"kind": "object",
|
|
46532
|
+
"type": "{}",
|
|
46533
|
+
"schema": {}
|
|
46534
|
+
}
|
|
46535
|
+
}
|
|
46536
|
+
}
|
|
46537
|
+
}
|
|
46538
|
+
],
|
|
46539
|
+
"events": [],
|
|
46540
|
+
"exposed": []
|
|
46541
|
+
}
|
|
46542
|
+
},
|
|
46543
|
+
"B24SidebarHeader": {
|
|
46544
|
+
"mode": "all",
|
|
46545
|
+
"prefetch": false,
|
|
46546
|
+
"preload": false,
|
|
46547
|
+
"pascalName": "B24SidebarHeader",
|
|
46548
|
+
"kebabName": "b24-sidebar-header",
|
|
46549
|
+
"chunkName": "components/b24-sidebar-header",
|
|
46550
|
+
"priority": 0,
|
|
46551
|
+
"_scanned": true,
|
|
46552
|
+
"meta": {
|
|
46553
|
+
"type": 0,
|
|
46554
|
+
"props": [
|
|
46555
|
+
{
|
|
46556
|
+
"name": "as",
|
|
46557
|
+
"global": false,
|
|
46558
|
+
"description": "The element or component this component should render as.",
|
|
46559
|
+
"tags": [
|
|
46560
|
+
{
|
|
46561
|
+
"name": "defaultValue",
|
|
46562
|
+
"text": "'div'"
|
|
46563
|
+
}
|
|
46564
|
+
],
|
|
46565
|
+
"required": false,
|
|
46566
|
+
"type": "any",
|
|
46567
|
+
"schema": "any",
|
|
46568
|
+
"default": "\"div\""
|
|
46569
|
+
},
|
|
46570
|
+
{
|
|
46571
|
+
"name": "b24ui",
|
|
46572
|
+
"global": false,
|
|
46573
|
+
"description": "",
|
|
46574
|
+
"tags": [],
|
|
46575
|
+
"required": false,
|
|
46576
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
46577
|
+
"schema": {
|
|
46578
|
+
"kind": "enum",
|
|
46579
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
46580
|
+
"schema": {
|
|
46581
|
+
"0": "undefined",
|
|
46582
|
+
"1": "Partial<{ root: string; }>"
|
|
46583
|
+
}
|
|
46584
|
+
}
|
|
46585
|
+
}
|
|
46586
|
+
],
|
|
46587
|
+
"slots": [
|
|
46588
|
+
{
|
|
46589
|
+
"name": "default",
|
|
46590
|
+
"type": "{} | undefined",
|
|
46591
|
+
"description": "",
|
|
46592
|
+
"schema": {
|
|
46593
|
+
"kind": "enum",
|
|
46594
|
+
"type": "{} | undefined",
|
|
46595
|
+
"schema": {
|
|
46596
|
+
"0": "undefined",
|
|
46597
|
+
"1": {
|
|
46598
|
+
"kind": "object",
|
|
46599
|
+
"type": "{}",
|
|
46600
|
+
"schema": {}
|
|
46601
|
+
}
|
|
46602
|
+
}
|
|
46603
|
+
}
|
|
46604
|
+
}
|
|
46605
|
+
],
|
|
46606
|
+
"events": [],
|
|
46607
|
+
"exposed": []
|
|
46608
|
+
}
|
|
46609
|
+
},
|
|
46610
|
+
"B24SidebarHeading": {
|
|
46611
|
+
"mode": "all",
|
|
46612
|
+
"prefetch": false,
|
|
46613
|
+
"preload": false,
|
|
46614
|
+
"pascalName": "B24SidebarHeading",
|
|
46615
|
+
"kebabName": "b24-sidebar-heading",
|
|
46616
|
+
"chunkName": "components/b24-sidebar-heading",
|
|
46617
|
+
"priority": 0,
|
|
46618
|
+
"_scanned": true,
|
|
46619
|
+
"meta": {
|
|
46620
|
+
"type": 0,
|
|
46621
|
+
"props": [
|
|
46622
|
+
{
|
|
46623
|
+
"name": "as",
|
|
46624
|
+
"global": false,
|
|
46625
|
+
"description": "The element or component this component should render as.",
|
|
46626
|
+
"tags": [
|
|
46627
|
+
{
|
|
46628
|
+
"name": "defaultValue",
|
|
46629
|
+
"text": "'h6'"
|
|
46630
|
+
}
|
|
46631
|
+
],
|
|
46632
|
+
"required": false,
|
|
46633
|
+
"type": "any",
|
|
46634
|
+
"schema": "any",
|
|
46635
|
+
"default": "\"h6\""
|
|
46636
|
+
},
|
|
46637
|
+
{
|
|
46638
|
+
"name": "b24ui",
|
|
46639
|
+
"global": false,
|
|
46640
|
+
"description": "",
|
|
46641
|
+
"tags": [],
|
|
46642
|
+
"required": false,
|
|
46643
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
46644
|
+
"schema": {
|
|
46645
|
+
"kind": "enum",
|
|
46646
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
46647
|
+
"schema": {
|
|
46648
|
+
"0": "undefined",
|
|
46649
|
+
"1": "Partial<{ root: string; }>"
|
|
46650
|
+
}
|
|
46651
|
+
}
|
|
46652
|
+
}
|
|
46653
|
+
],
|
|
46654
|
+
"slots": [
|
|
46655
|
+
{
|
|
46656
|
+
"name": "default",
|
|
46657
|
+
"type": "{} | undefined",
|
|
46658
|
+
"description": "",
|
|
46659
|
+
"schema": {
|
|
46660
|
+
"kind": "enum",
|
|
46661
|
+
"type": "{} | undefined",
|
|
46662
|
+
"schema": {
|
|
46663
|
+
"0": "undefined",
|
|
46664
|
+
"1": {
|
|
46665
|
+
"kind": "object",
|
|
46666
|
+
"type": "{}",
|
|
46667
|
+
"schema": {}
|
|
46668
|
+
}
|
|
46669
|
+
}
|
|
46670
|
+
}
|
|
46671
|
+
}
|
|
46672
|
+
],
|
|
46673
|
+
"events": [],
|
|
46674
|
+
"exposed": []
|
|
46675
|
+
}
|
|
46676
|
+
},
|
|
46677
|
+
"B24SidebarLayout": {
|
|
46678
|
+
"mode": "all",
|
|
46679
|
+
"prefetch": false,
|
|
46680
|
+
"preload": false,
|
|
46681
|
+
"pascalName": "B24SidebarLayout",
|
|
46682
|
+
"kebabName": "b24-sidebar-layout",
|
|
46683
|
+
"chunkName": "components/b24-sidebar-layout",
|
|
46684
|
+
"priority": 0,
|
|
46685
|
+
"_scanned": true,
|
|
46686
|
+
"meta": {
|
|
46687
|
+
"type": 0,
|
|
46688
|
+
"props": [
|
|
46689
|
+
{
|
|
46690
|
+
"name": "as",
|
|
46691
|
+
"global": false,
|
|
46692
|
+
"description": "The element or component this component should render as.",
|
|
46693
|
+
"tags": [
|
|
46694
|
+
{
|
|
46695
|
+
"name": "defaultValue",
|
|
46696
|
+
"text": "'div'"
|
|
46697
|
+
}
|
|
46698
|
+
],
|
|
46699
|
+
"required": false,
|
|
46700
|
+
"type": "any",
|
|
46701
|
+
"schema": "any",
|
|
46702
|
+
"default": "\"div\""
|
|
46703
|
+
},
|
|
46704
|
+
{
|
|
46705
|
+
"name": "useSidebar",
|
|
46706
|
+
"global": false,
|
|
46707
|
+
"description": "",
|
|
46708
|
+
"tags": [],
|
|
46709
|
+
"required": false,
|
|
46710
|
+
"type": "boolean | undefined",
|
|
46711
|
+
"schema": {
|
|
46712
|
+
"kind": "enum",
|
|
46713
|
+
"type": "boolean | undefined",
|
|
46714
|
+
"schema": {
|
|
46715
|
+
"0": "undefined",
|
|
46716
|
+
"1": "false",
|
|
46717
|
+
"2": "true"
|
|
46718
|
+
}
|
|
46719
|
+
}
|
|
46720
|
+
},
|
|
46721
|
+
{
|
|
46722
|
+
"name": "useLightContent",
|
|
46723
|
+
"global": false,
|
|
46724
|
+
"description": "",
|
|
46725
|
+
"tags": [],
|
|
46726
|
+
"required": false,
|
|
46727
|
+
"type": "boolean | undefined",
|
|
46728
|
+
"schema": {
|
|
46729
|
+
"kind": "enum",
|
|
46730
|
+
"type": "boolean | undefined",
|
|
46731
|
+
"schema": {
|
|
46732
|
+
"0": "undefined",
|
|
46733
|
+
"1": "false",
|
|
46734
|
+
"2": "true"
|
|
46735
|
+
}
|
|
46736
|
+
},
|
|
46737
|
+
"default": "true"
|
|
46738
|
+
},
|
|
46739
|
+
{
|
|
46740
|
+
"name": "b24ui",
|
|
46741
|
+
"global": false,
|
|
46742
|
+
"description": "",
|
|
46743
|
+
"tags": [],
|
|
46744
|
+
"required": false,
|
|
46745
|
+
"type": "Partial<{ root: string; sidebar: string; sidebarSlideoverContainer: string; sidebarSlideover: string; sidebarSlideoverBtnClose: string; header: string; headerPaddings: string; headerWrapper: string; container: string; containerWrapper: string; containerWrapperInner: string; }> | undefined",
|
|
46746
|
+
"schema": {
|
|
46747
|
+
"kind": "enum",
|
|
46748
|
+
"type": "Partial<{ root: string; sidebar: string; sidebarSlideoverContainer: string; sidebarSlideover: string; sidebarSlideoverBtnClose: string; header: string; headerPaddings: string; headerWrapper: string; container: string; containerWrapper: string; containerWrapperInner: string; }> | undefined",
|
|
46749
|
+
"schema": {
|
|
46750
|
+
"0": "undefined",
|
|
46751
|
+
"1": "Partial<{ root: string; sidebar: string; sidebarSlideoverContainer: string; sidebarSlideover: string; sidebarSlideoverBtnClose: string; header: string; headerPaddings: string; headerWrapper: string; container: string; containerWrapper: string; containerWrapperInner: string; }>"
|
|
46752
|
+
}
|
|
46753
|
+
}
|
|
46754
|
+
}
|
|
46755
|
+
],
|
|
46756
|
+
"slots": [
|
|
46757
|
+
{
|
|
46758
|
+
"name": "sidebar",
|
|
46759
|
+
"type": "{} | undefined",
|
|
46760
|
+
"description": "Menu for all screen sizes.",
|
|
46761
|
+
"schema": {
|
|
46762
|
+
"kind": "enum",
|
|
46763
|
+
"type": "{} | undefined",
|
|
46764
|
+
"schema": {
|
|
46765
|
+
"0": "undefined",
|
|
46766
|
+
"1": {
|
|
46767
|
+
"kind": "object",
|
|
46768
|
+
"type": "{}",
|
|
46769
|
+
"schema": {}
|
|
46770
|
+
}
|
|
46771
|
+
}
|
|
46772
|
+
}
|
|
46773
|
+
},
|
|
46774
|
+
{
|
|
46775
|
+
"name": "navbar",
|
|
46776
|
+
"type": "{} | undefined",
|
|
46777
|
+
"description": "Menu for mobile screen sizes.",
|
|
46778
|
+
"schema": {
|
|
46779
|
+
"kind": "enum",
|
|
46780
|
+
"type": "{} | undefined",
|
|
46781
|
+
"schema": {
|
|
46782
|
+
"0": "undefined",
|
|
46783
|
+
"1": {
|
|
46784
|
+
"kind": "object",
|
|
46785
|
+
"type": "{}",
|
|
46786
|
+
"schema": {}
|
|
46787
|
+
}
|
|
46788
|
+
}
|
|
46789
|
+
}
|
|
46790
|
+
},
|
|
46791
|
+
{
|
|
46792
|
+
"name": "default",
|
|
46793
|
+
"type": "{} | undefined",
|
|
46794
|
+
"description": "The page content.",
|
|
46795
|
+
"schema": {
|
|
46796
|
+
"kind": "enum",
|
|
46797
|
+
"type": "{} | undefined",
|
|
46798
|
+
"schema": {
|
|
46799
|
+
"0": "undefined",
|
|
46800
|
+
"1": {
|
|
46801
|
+
"kind": "object",
|
|
46802
|
+
"type": "{}",
|
|
46803
|
+
"schema": {}
|
|
46804
|
+
}
|
|
46805
|
+
}
|
|
46806
|
+
}
|
|
46807
|
+
}
|
|
46808
|
+
],
|
|
46809
|
+
"events": [],
|
|
46810
|
+
"exposed": []
|
|
46811
|
+
}
|
|
46812
|
+
},
|
|
46813
|
+
"B24SidebarSection": {
|
|
46814
|
+
"mode": "all",
|
|
46815
|
+
"prefetch": false,
|
|
46816
|
+
"preload": false,
|
|
46817
|
+
"pascalName": "B24SidebarSection",
|
|
46818
|
+
"kebabName": "b24-sidebar-section",
|
|
46819
|
+
"chunkName": "components/b24-sidebar-section",
|
|
46820
|
+
"priority": 0,
|
|
46821
|
+
"_scanned": true,
|
|
46822
|
+
"meta": {
|
|
46823
|
+
"type": 0,
|
|
46824
|
+
"props": [
|
|
46825
|
+
{
|
|
46826
|
+
"name": "as",
|
|
46827
|
+
"global": false,
|
|
46828
|
+
"description": "The element or component this component should render as.",
|
|
46829
|
+
"tags": [
|
|
46830
|
+
{
|
|
46831
|
+
"name": "defaultValue",
|
|
46832
|
+
"text": "'div'"
|
|
46833
|
+
}
|
|
46834
|
+
],
|
|
46835
|
+
"required": false,
|
|
46836
|
+
"type": "any",
|
|
46837
|
+
"schema": "any",
|
|
46838
|
+
"default": "\"div\""
|
|
46839
|
+
},
|
|
46840
|
+
{
|
|
46841
|
+
"name": "b24ui",
|
|
46842
|
+
"global": false,
|
|
46843
|
+
"description": "",
|
|
46844
|
+
"tags": [],
|
|
46845
|
+
"required": false,
|
|
46846
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
46847
|
+
"schema": {
|
|
46848
|
+
"kind": "enum",
|
|
46849
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
46850
|
+
"schema": {
|
|
46851
|
+
"0": "undefined",
|
|
46852
|
+
"1": "Partial<{ root: string; }>"
|
|
46853
|
+
}
|
|
46854
|
+
}
|
|
46855
|
+
}
|
|
46856
|
+
],
|
|
46857
|
+
"slots": [
|
|
46858
|
+
{
|
|
46859
|
+
"name": "default",
|
|
46860
|
+
"type": "{} | undefined",
|
|
46861
|
+
"description": "",
|
|
46862
|
+
"schema": {
|
|
46863
|
+
"kind": "enum",
|
|
46864
|
+
"type": "{} | undefined",
|
|
46865
|
+
"schema": {
|
|
46866
|
+
"0": "undefined",
|
|
46867
|
+
"1": {
|
|
46868
|
+
"kind": "object",
|
|
46869
|
+
"type": "{}",
|
|
46870
|
+
"schema": {}
|
|
46871
|
+
}
|
|
46872
|
+
}
|
|
46873
|
+
}
|
|
46874
|
+
}
|
|
46875
|
+
],
|
|
46876
|
+
"events": [],
|
|
46877
|
+
"exposed": []
|
|
46878
|
+
}
|
|
46879
|
+
},
|
|
46880
|
+
"B24SidebarSpacer": {
|
|
46881
|
+
"mode": "all",
|
|
46882
|
+
"prefetch": false,
|
|
46883
|
+
"preload": false,
|
|
46884
|
+
"pascalName": "B24SidebarSpacer",
|
|
46885
|
+
"kebabName": "b24-sidebar-spacer",
|
|
46886
|
+
"chunkName": "components/b24-sidebar-spacer",
|
|
46887
|
+
"priority": 0,
|
|
46888
|
+
"_scanned": true,
|
|
46889
|
+
"meta": {
|
|
46890
|
+
"type": 0,
|
|
46891
|
+
"props": [
|
|
46892
|
+
{
|
|
46893
|
+
"name": "as",
|
|
46894
|
+
"global": false,
|
|
46895
|
+
"description": "The element or component this component should render as.",
|
|
46896
|
+
"tags": [
|
|
46897
|
+
{
|
|
46898
|
+
"name": "defaultValue",
|
|
46899
|
+
"text": "'div'"
|
|
46900
|
+
}
|
|
46901
|
+
],
|
|
46902
|
+
"required": false,
|
|
46903
|
+
"type": "any",
|
|
46904
|
+
"schema": "any",
|
|
46905
|
+
"default": "\"div\""
|
|
46906
|
+
},
|
|
46907
|
+
{
|
|
46908
|
+
"name": "b24ui",
|
|
46909
|
+
"global": false,
|
|
46910
|
+
"description": "",
|
|
46911
|
+
"tags": [],
|
|
46912
|
+
"required": false,
|
|
46913
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
46914
|
+
"schema": {
|
|
46915
|
+
"kind": "enum",
|
|
46916
|
+
"type": "Partial<{ root: string; }> | undefined",
|
|
46917
|
+
"schema": {
|
|
46918
|
+
"0": "undefined",
|
|
46919
|
+
"1": "Partial<{ root: string; }>"
|
|
46920
|
+
}
|
|
46921
|
+
}
|
|
46922
|
+
}
|
|
46923
|
+
],
|
|
46924
|
+
"slots": [
|
|
46925
|
+
{
|
|
46926
|
+
"name": "default",
|
|
46927
|
+
"type": "{} | undefined",
|
|
46928
|
+
"description": "",
|
|
46929
|
+
"schema": {
|
|
46930
|
+
"kind": "enum",
|
|
46931
|
+
"type": "{} | undefined",
|
|
46932
|
+
"schema": {
|
|
46933
|
+
"0": "undefined",
|
|
46934
|
+
"1": {
|
|
46935
|
+
"kind": "object",
|
|
46936
|
+
"type": "{}",
|
|
46937
|
+
"schema": {}
|
|
46938
|
+
}
|
|
46939
|
+
}
|
|
46940
|
+
}
|
|
46941
|
+
}
|
|
46942
|
+
],
|
|
46943
|
+
"events": [],
|
|
46944
|
+
"exposed": []
|
|
46945
|
+
}
|
|
46946
|
+
},
|
|
46947
|
+
"B24Skeleton": {
|
|
46948
|
+
"mode": "all",
|
|
46949
|
+
"prefetch": false,
|
|
46950
|
+
"preload": false,
|
|
46951
|
+
"pascalName": "B24Skeleton",
|
|
46952
|
+
"kebabName": "b24-skeleton",
|
|
46953
|
+
"chunkName": "components/b24-skeleton",
|
|
46954
|
+
"priority": 0,
|
|
46955
|
+
"_scanned": true,
|
|
46956
|
+
"meta": {
|
|
46957
|
+
"type": 0,
|
|
46958
|
+
"props": [
|
|
46959
|
+
{
|
|
46960
|
+
"name": "as",
|
|
46961
|
+
"global": false,
|
|
46962
|
+
"description": "The element or component this component should render as.",
|
|
46963
|
+
"tags": [
|
|
46964
|
+
{
|
|
46965
|
+
"name": "defaultValue",
|
|
46966
|
+
"text": "'div'"
|
|
46967
|
+
}
|
|
46968
|
+
],
|
|
46969
|
+
"required": false,
|
|
46970
|
+
"type": "any",
|
|
46971
|
+
"schema": "any"
|
|
46972
|
+
}
|
|
46973
|
+
],
|
|
46974
|
+
"slots": [
|
|
46975
|
+
{
|
|
46976
|
+
"name": "default",
|
|
46977
|
+
"type": "{}",
|
|
46978
|
+
"description": "",
|
|
46979
|
+
"schema": {
|
|
46980
|
+
"kind": "object",
|
|
46085
46981
|
"type": "{}",
|
|
46086
46982
|
"schema": {}
|
|
46087
46983
|
}
|
|
@@ -46591,6 +47487,73 @@ const B24UIMeta = {
|
|
|
46591
47487
|
"exposed": []
|
|
46592
47488
|
}
|
|
46593
47489
|
},
|
|
47490
|
+
"B24StackedLayout": {
|
|
47491
|
+
"mode": "all",
|
|
47492
|
+
"prefetch": false,
|
|
47493
|
+
"preload": false,
|
|
47494
|
+
"pascalName": "B24StackedLayout",
|
|
47495
|
+
"kebabName": "b24-stacked-layout",
|
|
47496
|
+
"chunkName": "components/b24-stacked-layout",
|
|
47497
|
+
"priority": 0,
|
|
47498
|
+
"_scanned": true,
|
|
47499
|
+
"meta": {
|
|
47500
|
+
"type": 0,
|
|
47501
|
+
"props": [
|
|
47502
|
+
{
|
|
47503
|
+
"name": "as",
|
|
47504
|
+
"global": false,
|
|
47505
|
+
"description": "The element or component this component should render as.",
|
|
47506
|
+
"tags": [
|
|
47507
|
+
{
|
|
47508
|
+
"name": "defaultValue",
|
|
47509
|
+
"text": "'div'"
|
|
47510
|
+
}
|
|
47511
|
+
],
|
|
47512
|
+
"required": false,
|
|
47513
|
+
"type": "any",
|
|
47514
|
+
"schema": "any",
|
|
47515
|
+
"default": "\"div\""
|
|
47516
|
+
},
|
|
47517
|
+
{
|
|
47518
|
+
"name": "b24ui",
|
|
47519
|
+
"global": false,
|
|
47520
|
+
"description": "",
|
|
47521
|
+
"tags": [],
|
|
47522
|
+
"required": false,
|
|
47523
|
+
"type": "Partial<{ root: string; container: string; }> | undefined",
|
|
47524
|
+
"schema": {
|
|
47525
|
+
"kind": "enum",
|
|
47526
|
+
"type": "Partial<{ root: string; container: string; }> | undefined",
|
|
47527
|
+
"schema": {
|
|
47528
|
+
"0": "undefined",
|
|
47529
|
+
"1": "Partial<{ root: string; container: string; }>"
|
|
47530
|
+
}
|
|
47531
|
+
}
|
|
47532
|
+
}
|
|
47533
|
+
],
|
|
47534
|
+
"slots": [
|
|
47535
|
+
{
|
|
47536
|
+
"name": "default",
|
|
47537
|
+
"type": "{} | undefined",
|
|
47538
|
+
"description": "",
|
|
47539
|
+
"schema": {
|
|
47540
|
+
"kind": "enum",
|
|
47541
|
+
"type": "{} | undefined",
|
|
47542
|
+
"schema": {
|
|
47543
|
+
"0": "undefined",
|
|
47544
|
+
"1": {
|
|
47545
|
+
"kind": "object",
|
|
47546
|
+
"type": "{}",
|
|
47547
|
+
"schema": {}
|
|
47548
|
+
}
|
|
47549
|
+
}
|
|
47550
|
+
}
|
|
47551
|
+
}
|
|
47552
|
+
],
|
|
47553
|
+
"events": [],
|
|
47554
|
+
"exposed": []
|
|
47555
|
+
}
|
|
47556
|
+
},
|
|
46594
47557
|
"B24Switch": {
|
|
46595
47558
|
"mode": "all",
|
|
46596
47559
|
"prefetch": false,
|