@breadstone/mosaik-elements-foundation 0.0.134 → 0.0.136

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.
Files changed (74) hide show
  1. package/Controls/Behaviors/Slottable.d.ts +6 -0
  2. package/Controls/Behaviors/Slottable.d.ts.map +1 -1
  3. package/Controls/Behaviors/Slottable.js +6 -0
  4. package/Controls/Behaviors/Slottable.js.map +1 -1
  5. package/Controls/Components/Grouping/Banner/BannerElement.d.ts +3 -2
  6. package/Controls/Components/Grouping/Banner/BannerElement.d.ts.map +1 -1
  7. package/Controls/Components/Grouping/Banner/BannerElement.js +3 -4
  8. package/Controls/Components/Grouping/Banner/BannerElement.js.map +1 -1
  9. package/Controls/Components/Grouping/Banner/BannerElementTemplate.d.ts.map +1 -1
  10. package/Controls/Components/Grouping/Banner/BannerElementTemplate.js +4 -0
  11. package/Controls/Components/Grouping/Banner/BannerElementTemplate.js.map +1 -1
  12. package/Controls/Components/Grouping/Banner/IBannerElementProps.d.ts +2 -1
  13. package/Controls/Components/Grouping/Banner/IBannerElementProps.d.ts.map +1 -1
  14. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Cosmopolitan.d.ts.map +1 -1
  15. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Cosmopolitan.js +0 -1
  16. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Cosmopolitan.js.map +1 -1
  17. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Joy.d.ts.map +1 -1
  18. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Joy.js +1 -2
  19. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Joy.js.map +1 -1
  20. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Retro.d.ts.map +1 -1
  21. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Retro.js +0 -1
  22. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Retro.js.map +1 -1
  23. package/Controls/Components/Grouping/BannerGroup/BannerGroupDismissBehavior.d.ts +7 -0
  24. package/Controls/Components/Grouping/BannerGroup/BannerGroupDismissBehavior.d.ts.map +1 -0
  25. package/Controls/Components/Grouping/BannerGroup/BannerGroupDismissBehavior.js +6 -0
  26. package/Controls/Components/Grouping/BannerGroup/BannerGroupDismissBehavior.js.map +1 -0
  27. package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.d.ts +227 -0
  28. package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.d.ts.map +1 -0
  29. package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.js +548 -0
  30. package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.js.map +1 -0
  31. package/Controls/Components/Grouping/BannerGroup/BannerGroupElementTemplate.d.ts +9 -0
  32. package/Controls/Components/Grouping/BannerGroup/BannerGroupElementTemplate.d.ts.map +1 -0
  33. package/Controls/Components/Grouping/BannerGroup/BannerGroupElementTemplate.js +43 -0
  34. package/Controls/Components/Grouping/BannerGroup/BannerGroupElementTemplate.js.map +1 -0
  35. package/Controls/Components/Grouping/BannerGroup/BannerGroupStacking.d.ts +6 -0
  36. package/Controls/Components/Grouping/BannerGroup/BannerGroupStacking.d.ts.map +1 -0
  37. package/Controls/Components/Grouping/BannerGroup/BannerGroupStacking.js +5 -0
  38. package/Controls/Components/Grouping/BannerGroup/BannerGroupStacking.js.map +1 -0
  39. package/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.d.ts +36 -0
  40. package/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.d.ts.map +1 -0
  41. package/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.js +3 -0
  42. package/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.js.map +1 -0
  43. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.d.ts +6 -0
  44. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.d.ts.map +1 -0
  45. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.js +179 -0
  46. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.js.map +1 -0
  47. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.d.ts +6 -0
  48. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.d.ts.map +1 -0
  49. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.js +179 -0
  50. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.js.map +1 -0
  51. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.d.ts +6 -0
  52. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.d.ts.map +1 -0
  53. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.js +179 -0
  54. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.js.map +1 -0
  55. package/Controls/Components/Layouts/Absolute/AbsoluteElement.d.ts.map +1 -1
  56. package/Controls/Components/Layouts/Absolute/AbsoluteItemElement.d.ts.map +1 -1
  57. package/Controls/Components/States/Empty/EmptyStateElementTemplate.d.ts.map +1 -1
  58. package/Controls/Components/States/Empty/EmptyStateElementTemplate.js +2 -3
  59. package/Controls/Components/States/Empty/EmptyStateElementTemplate.js.map +1 -1
  60. package/Controls/Types/BannerGroupDismissBehavior.d.ts +7 -0
  61. package/Controls/Types/BannerGroupDismissBehavior.d.ts.map +1 -0
  62. package/Controls/Types/BannerGroupDismissBehavior.js +6 -0
  63. package/Controls/Types/BannerGroupDismissBehavior.js.map +1 -0
  64. package/Controls/Types/BannerGroupStacking.d.ts +6 -0
  65. package/Controls/Types/BannerGroupStacking.d.ts.map +1 -0
  66. package/Controls/Types/BannerGroupStacking.js +5 -0
  67. package/Controls/Types/BannerGroupStacking.js.map +1 -0
  68. package/Index.d.ts +3 -0
  69. package/Index.d.ts.map +1 -1
  70. package/Index.js +3 -0
  71. package/Index.js.map +1 -1
  72. package/Routing/PathToRegexp.d.ts +1 -1
  73. package/custom-elements.json +798 -0
  74. package/package.json +3 -3
@@ -14774,6 +14774,10 @@
14774
14774
  {
14775
14775
  "name": "TextFormattable",
14776
14776
  "module": "./../src/Controls/Behaviors/TextFormattable.ts"
14777
+ },
14778
+ {
14779
+ "name": "Slottable",
14780
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
14777
14781
  }
14778
14782
  ],
14779
14783
  "description": "Banner - A flexible and customizable component for displaying prominent messages or actions.",
@@ -15065,6 +15069,92 @@
15065
15069
  "type": "Promise<void>"
15066
15070
  }
15067
15071
  },
15072
+ {
15073
+ "kind": "method",
15074
+ "name": "assignToSlot",
15075
+ "privacy": "public",
15076
+ "type": "(slotName: string, node: Element | Text): void",
15077
+ "description": "Assigns nodes to a dedicated slot.",
15078
+ "parameters": [],
15079
+ "return": {},
15080
+ "inheritedFrom": {
15081
+ "name": "ISlottable",
15082
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
15083
+ }
15084
+ },
15085
+ {
15086
+ "kind": "method",
15087
+ "name": "getSlotAssignments",
15088
+ "privacy": "public",
15089
+ "type": "<T extends Element = Element>(slotName: string, filter?: ((e: T): boolean) | undefined) => T[]",
15090
+ "description": "Returns the assigned elements of a slot.",
15091
+ "parameters": [],
15092
+ "return": {
15093
+ "description": "The assigned elements of a slot."
15094
+ },
15095
+ "inheritedFrom": {
15096
+ "name": "ISlottable",
15097
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
15098
+ }
15099
+ },
15100
+ {
15101
+ "kind": "method",
15102
+ "name": "getSlotAssignmentsOf",
15103
+ "privacy": "public",
15104
+ "type": "<T extends Element = Element>(slotName: string, element: Constructor<T>): T[]",
15105
+ "description": "Returns the assigned elements of a slot with a specific element type.",
15106
+ "parameters": [],
15107
+ "return": {
15108
+ "description": "The assigned elements of a slot."
15109
+ },
15110
+ "inheritedFrom": {
15111
+ "name": "ISlottable",
15112
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
15113
+ }
15114
+ },
15115
+ {
15116
+ "kind": "method",
15117
+ "name": "hasSlotContent",
15118
+ "privacy": "public",
15119
+ "type": "(slotName: string): boolean",
15120
+ "description": "Returns a boolean that indicates if a slot has content.",
15121
+ "parameters": [],
15122
+ "return": {
15123
+ "description": "A boolean that indicates if a slot has content."
15124
+ },
15125
+ "inheritedFrom": {
15126
+ "name": "ISlottable",
15127
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
15128
+ }
15129
+ },
15130
+ {
15131
+ "kind": "method",
15132
+ "name": "hasSlot",
15133
+ "privacy": "public",
15134
+ "type": "(slotName: string): boolean",
15135
+ "description": "Returns a boolean that indicates if a slot exists.",
15136
+ "parameters": [],
15137
+ "return": {
15138
+ "description": "A boolean that indicates if a slot exists."
15139
+ },
15140
+ "inheritedFrom": {
15141
+ "name": "ISlottable",
15142
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
15143
+ }
15144
+ },
15145
+ {
15146
+ "kind": "method",
15147
+ "name": "onSlotChanges",
15148
+ "privacy": "public",
15149
+ "type": "(slotName?: string | undefined): void",
15150
+ "description": "Called when the slot changes.\nThis method is a hook that can be overridden.",
15151
+ "parameters": [],
15152
+ "return": {},
15153
+ "inheritedFrom": {
15154
+ "name": "ISlottable",
15155
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
15156
+ }
15157
+ },
15068
15158
  {
15069
15159
  "kind": "method",
15070
15160
  "name": "adoptStyle",
@@ -16349,6 +16439,714 @@
16349
16439
  }
16350
16440
  ]
16351
16441
  },
16442
+ {
16443
+ "path": "./../src/Controls/Components/Grouping/BannerGroup/BannerGroupElement.ts",
16444
+ "exports": [
16445
+ {
16446
+ "kind": "definition",
16447
+ "name": "mosaik-banner-group",
16448
+ "declaration": {
16449
+ "name": "BannerGroupElement",
16450
+ "module": "./../src/Controls/Components/Grouping/BannerGroup/BannerGroupElement.ts"
16451
+ }
16452
+ },
16453
+ {
16454
+ "kind": "class",
16455
+ "superclass": {
16456
+ "name": "CustomElement",
16457
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
16458
+ },
16459
+ "mixins": [
16460
+ {
16461
+ "name": "Themeable",
16462
+ "module": "./../src/Controls/Behaviors/Themeable.ts"
16463
+ },
16464
+ {
16465
+ "name": "Orientable",
16466
+ "module": "./../src/Controls/Behaviors/Orientable.ts"
16467
+ },
16468
+ {
16469
+ "name": "Disableable",
16470
+ "module": "./../src/Controls/Behaviors/Disableable.ts"
16471
+ },
16472
+ {
16473
+ "name": "Appearanceable",
16474
+ "module": "./../src/Controls/Behaviors/Appearanceable.ts"
16475
+ },
16476
+ {
16477
+ "name": "Variantable",
16478
+ "module": "./../src/Controls/Behaviors/Variantable.ts"
16479
+ },
16480
+ {
16481
+ "name": "Slottable",
16482
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
16483
+ }
16484
+ ],
16485
+ "description": "BannerGroup - A container component for managing and presenting multiple `Banner` instances.",
16486
+ "name": "BannerGroupElement",
16487
+ "members": [
16488
+ {
16489
+ "kind": "field",
16490
+ "name": "length",
16491
+ "privacy": "public",
16492
+ "description": "Returns the total number of banners.",
16493
+ "type": "number"
16494
+ },
16495
+ {
16496
+ "kind": "field",
16497
+ "name": "canPrev",
16498
+ "privacy": "public",
16499
+ "description": "Returns whether previous navigation is possible.",
16500
+ "type": "boolean"
16501
+ },
16502
+ {
16503
+ "kind": "field",
16504
+ "name": "canNext",
16505
+ "privacy": "public",
16506
+ "description": "Returns whether next navigation is possible.",
16507
+ "type": "boolean"
16508
+ },
16509
+ {
16510
+ "kind": "field",
16511
+ "name": "change",
16512
+ "privacy": "public",
16513
+ "description": "Fired when the active index changes.",
16514
+ "type": "IEventEmitter<IBannerGroupChangeEventDetail>"
16515
+ },
16516
+ {
16517
+ "kind": "field",
16518
+ "name": "index",
16519
+ "privacy": "public",
16520
+ "description": "Gets or sets the `index` property representing the current active (start) index.",
16521
+ "type": "number",
16522
+ "inheritedFrom": {
16523
+ "name": "IBannerGroupElementProps",
16524
+ "module": "./../src/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.ts"
16525
+ }
16526
+ },
16527
+ {
16528
+ "kind": "field",
16529
+ "name": "loop",
16530
+ "privacy": "public",
16531
+ "description": "Gets or sets the `loop` property enabling circular navigation.",
16532
+ "type": "boolean",
16533
+ "inheritedFrom": {
16534
+ "name": "IBannerGroupElementProps",
16535
+ "module": "./../src/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.ts"
16536
+ }
16537
+ },
16538
+ {
16539
+ "kind": "field",
16540
+ "name": "maxLength",
16541
+ "privacy": "public",
16542
+ "description": "Gets or sets the `maxLength` property (1 = pager/carousel mode).",
16543
+ "type": "number",
16544
+ "inheritedFrom": {
16545
+ "name": "IBannerGroupElementProps",
16546
+ "module": "./../src/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.ts"
16547
+ }
16548
+ },
16549
+ {
16550
+ "kind": "field",
16551
+ "name": "dismissBehavior",
16552
+ "privacy": "public",
16553
+ "description": "Gets or sets the `dismissBehavior` property defining how dismissed banners are handled.\n(Future extension point.)",
16554
+ "type": "BannerGroupDismissBehavior",
16555
+ "inheritedFrom": {
16556
+ "name": "IBannerGroupElementProps",
16557
+ "module": "./../src/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.ts"
16558
+ }
16559
+ },
16560
+ {
16561
+ "kind": "field",
16562
+ "name": "stacking",
16563
+ "privacy": "public",
16564
+ "description": "Gets or sets the `stacking` property controlling vertical or depth stacking.",
16565
+ "type": "BannerGroupStacking",
16566
+ "inheritedFrom": {
16567
+ "name": "IBannerGroupElementProps",
16568
+ "module": "./../src/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.ts"
16569
+ }
16570
+ },
16571
+ {
16572
+ "kind": "field",
16573
+ "name": "reverse",
16574
+ "privacy": "public",
16575
+ "description": "Gets or sets the `reverse` property displaying newest banners first when true.",
16576
+ "type": "boolean",
16577
+ "inheritedFrom": {
16578
+ "name": "IBannerGroupElementProps",
16579
+ "module": "./../src/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.ts"
16580
+ }
16581
+ },
16582
+ {
16583
+ "kind": "field",
16584
+ "name": "themeName",
16585
+ "privacy": "public",
16586
+ "description": "Gets or sets the `themeName` property.\nThis property defines the name of the theme to be applied to the element.\nIf not set, the element will use the default theme.\nThe default value is an empty string, which means no theme is set.",
16587
+ "type": "string",
16588
+ "inheritedFrom": {
16589
+ "name": "IThemeableProps",
16590
+ "module": "./../src/Controls/Behaviors/Themeable.ts"
16591
+ }
16592
+ },
16593
+ {
16594
+ "kind": "field",
16595
+ "name": "orientation",
16596
+ "privacy": "public",
16597
+ "description": "Gets or sets the `orientation` property.\nThe default value is `horizontal`.",
16598
+ "type": "Orientation",
16599
+ "inheritedFrom": {
16600
+ "name": "Orientable",
16601
+ "module": "./../src/Controls/Behaviors/Orientable.ts"
16602
+ }
16603
+ },
16604
+ {
16605
+ "kind": "field",
16606
+ "name": "disabled",
16607
+ "privacy": "public",
16608
+ "description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
16609
+ "type": "boolean",
16610
+ "inheritedFrom": {
16611
+ "name": "Disableable",
16612
+ "module": "./../src/Controls/Behaviors/Disableable.ts"
16613
+ }
16614
+ },
16615
+ {
16616
+ "kind": "field",
16617
+ "name": "appearance",
16618
+ "privacy": "public",
16619
+ "description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
16620
+ "type": "Appearance",
16621
+ "inheritedFrom": {
16622
+ "name": "Appearanceable",
16623
+ "module": "./../src/Controls/Behaviors/Appearanceable.ts"
16624
+ }
16625
+ },
16626
+ {
16627
+ "kind": "field",
16628
+ "name": "variant",
16629
+ "privacy": "public",
16630
+ "description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
16631
+ "type": "Variant",
16632
+ "inheritedFrom": {
16633
+ "name": "Variantable",
16634
+ "module": "./../src/Controls/Behaviors/Variantable.ts"
16635
+ }
16636
+ },
16637
+ {
16638
+ "kind": "field",
16639
+ "name": "dir",
16640
+ "privacy": "public",
16641
+ "description": "Gets or sets the `dir` property.",
16642
+ "type": "FlowDirection",
16643
+ "inheritedFrom": {
16644
+ "name": "CustomElement",
16645
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
16646
+ }
16647
+ },
16648
+ {
16649
+ "kind": "field",
16650
+ "name": "lang",
16651
+ "privacy": "public",
16652
+ "description": "Gets or sets the `lang` property.",
16653
+ "type": "string",
16654
+ "inheritedFrom": {
16655
+ "name": "CustomElement",
16656
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
16657
+ }
16658
+ },
16659
+ {
16660
+ "kind": "field",
16661
+ "name": "changed",
16662
+ "privacy": "public",
16663
+ "description": "Called when the element will be updated.\nProvides reference to `IEventEmitter` as event argument.",
16664
+ "type": "IEventEmitter<IPropertyChangedEventDetail>",
16665
+ "inheritedFrom": {
16666
+ "name": "ICustomElementEvents",
16667
+ "module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
16668
+ }
16669
+ },
16670
+ {
16671
+ "kind": "field",
16672
+ "name": "connected",
16673
+ "privacy": "public",
16674
+ "description": "Called when the element is connected to the DOM.\nProvides reference to `IEventEmitter` as event argument.",
16675
+ "type": "IEventEmitter<void>",
16676
+ "inheritedFrom": {
16677
+ "name": "ICustomElementEvents",
16678
+ "module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
16679
+ }
16680
+ },
16681
+ {
16682
+ "kind": "field",
16683
+ "name": "disconnected",
16684
+ "privacy": "public",
16685
+ "description": "Called when the element is disconnected from the DOM.\nProvides reference to `IEventEmitter` as event argument.",
16686
+ "type": "IEventEmitter<void>",
16687
+ "inheritedFrom": {
16688
+ "name": "ICustomElementEvents",
16689
+ "module": "./../src/Controls/Components/Abstracts/ICustomElementEvents.ts"
16690
+ }
16691
+ },
16692
+ {
16693
+ "kind": "method",
16694
+ "name": "previous",
16695
+ "privacy": "public",
16696
+ "type": "(): void",
16697
+ "description": "Navigates to the previous banner.",
16698
+ "parameters": [],
16699
+ "return": {
16700
+ "type": "void"
16701
+ }
16702
+ },
16703
+ {
16704
+ "kind": "method",
16705
+ "name": "next",
16706
+ "privacy": "public",
16707
+ "type": "(): void",
16708
+ "description": "Navigates to the next banner.",
16709
+ "parameters": [],
16710
+ "return": {
16711
+ "type": "void"
16712
+ }
16713
+ },
16714
+ {
16715
+ "kind": "method",
16716
+ "name": "first",
16717
+ "privacy": "public",
16718
+ "type": "(): void",
16719
+ "description": "Navigates to the first banner.",
16720
+ "parameters": [],
16721
+ "return": {
16722
+ "type": "void"
16723
+ }
16724
+ },
16725
+ {
16726
+ "kind": "method",
16727
+ "name": "last",
16728
+ "privacy": "public",
16729
+ "type": "(): void",
16730
+ "description": "Navigates to the last banner.",
16731
+ "parameters": [],
16732
+ "return": {
16733
+ "type": "void"
16734
+ }
16735
+ },
16736
+ {
16737
+ "kind": "method",
16738
+ "name": "goTo",
16739
+ "privacy": "public",
16740
+ "type": "(i: number): void",
16741
+ "description": "Navigates to a specific index.",
16742
+ "parameters": [
16743
+ {
16744
+ "name": "i",
16745
+ "type": "number"
16746
+ }
16747
+ ],
16748
+ "return": {
16749
+ "type": "void"
16750
+ }
16751
+ },
16752
+ {
16753
+ "kind": "method",
16754
+ "name": "assignToSlot",
16755
+ "privacy": "public",
16756
+ "type": "(slotName: string, node: Element | Text): void",
16757
+ "description": "Assigns nodes to a dedicated slot.",
16758
+ "parameters": [],
16759
+ "return": {},
16760
+ "inheritedFrom": {
16761
+ "name": "ISlottable",
16762
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
16763
+ }
16764
+ },
16765
+ {
16766
+ "kind": "method",
16767
+ "name": "getSlotAssignments",
16768
+ "privacy": "public",
16769
+ "type": "<T extends Element = Element>(slotName: string, filter?: ((e: T): boolean) | undefined) => T[]",
16770
+ "description": "Returns the assigned elements of a slot.",
16771
+ "parameters": [],
16772
+ "return": {
16773
+ "description": "The assigned elements of a slot."
16774
+ },
16775
+ "inheritedFrom": {
16776
+ "name": "ISlottable",
16777
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
16778
+ }
16779
+ },
16780
+ {
16781
+ "kind": "method",
16782
+ "name": "getSlotAssignmentsOf",
16783
+ "privacy": "public",
16784
+ "type": "<T extends Element = Element>(slotName: string, element: Constructor<T>): T[]",
16785
+ "description": "Returns the assigned elements of a slot with a specific element type.",
16786
+ "parameters": [],
16787
+ "return": {
16788
+ "description": "The assigned elements of a slot."
16789
+ },
16790
+ "inheritedFrom": {
16791
+ "name": "ISlottable",
16792
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
16793
+ }
16794
+ },
16795
+ {
16796
+ "kind": "method",
16797
+ "name": "hasSlotContent",
16798
+ "privacy": "public",
16799
+ "type": "(slotName: string): boolean",
16800
+ "description": "Returns a boolean that indicates if a slot has content.",
16801
+ "parameters": [],
16802
+ "return": {
16803
+ "description": "A boolean that indicates if a slot has content."
16804
+ },
16805
+ "inheritedFrom": {
16806
+ "name": "ISlottable",
16807
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
16808
+ }
16809
+ },
16810
+ {
16811
+ "kind": "method",
16812
+ "name": "hasSlot",
16813
+ "privacy": "public",
16814
+ "type": "(slotName: string): boolean",
16815
+ "description": "Returns a boolean that indicates if a slot exists.",
16816
+ "parameters": [],
16817
+ "return": {
16818
+ "description": "A boolean that indicates if a slot exists."
16819
+ },
16820
+ "inheritedFrom": {
16821
+ "name": "ISlottable",
16822
+ "module": "./../src/Controls/Behaviors/Slottable.ts"
16823
+ }
16824
+ },
16825
+ {
16826
+ "kind": "method",
16827
+ "name": "adoptStyle",
16828
+ "privacy": "public",
16829
+ "type": "(styles: CSSResultGroup): void",
16830
+ "description": "Adopts the specified styles.",
16831
+ "parameters": [
16832
+ {
16833
+ "name": "styles",
16834
+ "type": "CSSResultGroup",
16835
+ "description": "The styles to adopt."
16836
+ }
16837
+ ],
16838
+ "return": {
16839
+ "type": "void"
16840
+ },
16841
+ "inheritedFrom": {
16842
+ "name": "CustomElement",
16843
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
16844
+ }
16845
+ },
16846
+ {
16847
+ "kind": "method",
16848
+ "name": "on",
16849
+ "privacy": "public",
16850
+ "type": "<TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any, options?: boolean | ... 1 more ... | undefined) => IEventListenerSubscription",
16851
+ "description": "Adds an event listener.\nThe listener will be removed when the element is disconnected from the DOM.",
16852
+ "parameters": [
16853
+ {
16854
+ "name": "event",
16855
+ "type": "TEvent"
16856
+ },
16857
+ {
16858
+ "name": "listener",
16859
+ "type": "(this: HTMLElement, event: HTMLElementEventMap[TEvent]) => any"
16860
+ },
16861
+ {
16862
+ "name": "options",
16863
+ "type": "boolean | AddEventListenerOptions"
16864
+ }
16865
+ ],
16866
+ "return": {
16867
+ "type": "IEventListenerSubscription"
16868
+ },
16869
+ "inheritedFrom": {
16870
+ "name": "CustomElement",
16871
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
16872
+ }
16873
+ },
16874
+ {
16875
+ "kind": "method",
16876
+ "name": "off",
16877
+ "privacy": "public",
16878
+ "type": "{ (subscription: IEventListenerSubscription): void; <TEvent extends keyof HTMLElementEventMap>(event: TEvent, listener: (this: HTMLElement, event: HTMLElementEventMap[TEvent]): any): void; }",
16879
+ "description": "Removes an event listener.",
16880
+ "parameters": [
16881
+ {
16882
+ "name": "subscription",
16883
+ "type": "IEventListenerSubscription"
16884
+ }
16885
+ ],
16886
+ "return": {
16887
+ "type": "void"
16888
+ },
16889
+ "inheritedFrom": {
16890
+ "name": "CustomElement",
16891
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
16892
+ }
16893
+ },
16894
+ {
16895
+ "kind": "method",
16896
+ "name": "emit",
16897
+ "privacy": "public",
16898
+ "type": "{ <TEvent extends Event, TDetail extends UnpackCustomEvent<TEvent>>(event: TEvent, eventInitDict?: CustomEventInit<TDetail> | undefined): boolean; <TEvent extends keyof HTMLElementEventMap, TDetail extends UnpackCustomEvent<HTMLElementEventMap[TEvent]>>(type: keyof HTMLElementEventMap, eventInitDict?: CustomEventIni...",
16899
+ "description": "Emits a custom event with more convenient defaults.",
16900
+ "parameters": [
16901
+ {
16902
+ "name": "event",
16903
+ "type": "TEvent"
16904
+ },
16905
+ {
16906
+ "name": "eventInitDict",
16907
+ "type": "CustomEventInit<TDetail>"
16908
+ }
16909
+ ],
16910
+ "return": {
16911
+ "type": "boolean"
16912
+ },
16913
+ "inheritedFrom": {
16914
+ "name": "CustomElement",
16915
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
16916
+ }
16917
+ },
16918
+ {
16919
+ "kind": "method",
16920
+ "name": "requestUpdate",
16921
+ "privacy": "public",
16922
+ "type": "(name?: keyof this | undefined, oldValue?: unknown, options?: PropertyDeclaration<unknown, unknown> | undefined): void",
16923
+ "parameters": [
16924
+ {
16925
+ "name": "name",
16926
+ "type": "keyof this"
16927
+ },
16928
+ {
16929
+ "name": "oldValue",
16930
+ "type": "unknown"
16931
+ },
16932
+ {
16933
+ "name": "options",
16934
+ "type": "PropertyDeclaration<unknown, unknown>"
16935
+ }
16936
+ ],
16937
+ "return": {
16938
+ "type": "void"
16939
+ },
16940
+ "inheritedFrom": {
16941
+ "name": "CustomElement",
16942
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
16943
+ }
16944
+ }
16945
+ ],
16946
+ "tagName": "mosaik-banner-group",
16947
+ "events": [
16948
+ {
16949
+ "description": "Fired when the active index changes.",
16950
+ "name": "change",
16951
+ "type": "Event"
16952
+ },
16953
+ {
16954
+ "description": "Called when the element is connected to the DOM.",
16955
+ "name": "connected",
16956
+ "inheritedFrom": {
16957
+ "name": "CustomElement",
16958
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
16959
+ },
16960
+ "type": "CustomEvent"
16961
+ },
16962
+ {
16963
+ "description": "Called when the element is disconnected from the DOM.",
16964
+ "name": "disconnected",
16965
+ "inheritedFrom": {
16966
+ "name": "CustomElement",
16967
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
16968
+ },
16969
+ "type": "CustomEvent"
16970
+ },
16971
+ {
16972
+ "description": "Called when the element will be updated.",
16973
+ "name": "changed",
16974
+ "inheritedFrom": {
16975
+ "name": "CustomElement",
16976
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
16977
+ },
16978
+ "type": "Event"
16979
+ }
16980
+ ],
16981
+ "slots": [
16982
+ {
16983
+ "description": "The default slot for banner items.",
16984
+ "name": ""
16985
+ },
16986
+ {
16987
+ "description": "Slot for a custom previous control.",
16988
+ "name": "prev"
16989
+ },
16990
+ {
16991
+ "description": "Slot for a custom next control.",
16992
+ "name": "next"
16993
+ }
16994
+ ],
16995
+ "attributes": [
16996
+ {
16997
+ "name": "index",
16998
+ "fieldName": "index",
16999
+ "description": "Gets or sets the `index` property representing the current active (start) index.",
17000
+ "type": "number",
17001
+ "inheritedFrom": {
17002
+ "name": "IBannerGroupElementProps",
17003
+ "module": "./../src/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.ts"
17004
+ }
17005
+ },
17006
+ {
17007
+ "name": "loop",
17008
+ "fieldName": "loop",
17009
+ "description": "Gets or sets the `loop` property enabling circular navigation.",
17010
+ "type": "boolean",
17011
+ "inheritedFrom": {
17012
+ "name": "IBannerGroupElementProps",
17013
+ "module": "./../src/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.ts"
17014
+ }
17015
+ },
17016
+ {
17017
+ "name": "maxLength",
17018
+ "fieldName": "maxLength",
17019
+ "description": "Gets or sets the `maxLength` property (1 = pager/carousel mode).",
17020
+ "type": "number",
17021
+ "inheritedFrom": {
17022
+ "name": "IBannerGroupElementProps",
17023
+ "module": "./../src/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.ts"
17024
+ }
17025
+ },
17026
+ {
17027
+ "name": "dismissBehavior",
17028
+ "fieldName": "dismissBehavior",
17029
+ "description": "Gets or sets the `dismissBehavior` property defining how dismissed banners are handled.\n(Future extension point.)",
17030
+ "type": "BannerGroupDismissBehavior",
17031
+ "inheritedFrom": {
17032
+ "name": "IBannerGroupElementProps",
17033
+ "module": "./../src/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.ts"
17034
+ }
17035
+ },
17036
+ {
17037
+ "name": "stacking",
17038
+ "fieldName": "stacking",
17039
+ "description": "Gets or sets the `stacking` property controlling vertical or depth stacking.",
17040
+ "type": "BannerGroupStacking",
17041
+ "inheritedFrom": {
17042
+ "name": "IBannerGroupElementProps",
17043
+ "module": "./../src/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.ts"
17044
+ }
17045
+ },
17046
+ {
17047
+ "name": "reverse",
17048
+ "fieldName": "reverse",
17049
+ "description": "Gets or sets the `reverse` property displaying newest banners first when true.",
17050
+ "type": "boolean",
17051
+ "inheritedFrom": {
17052
+ "name": "IBannerGroupElementProps",
17053
+ "module": "./../src/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.ts"
17054
+ }
17055
+ },
17056
+ {
17057
+ "name": "orientation",
17058
+ "fieldName": "orientation",
17059
+ "description": "Gets or sets the `orientation` property.\nThe default value is `horizontal`.",
17060
+ "type": "Orientation",
17061
+ "inheritedFrom": {
17062
+ "name": "Orientable",
17063
+ "module": "./../src/Controls/Behaviors/Orientable.ts"
17064
+ }
17065
+ },
17066
+ {
17067
+ "name": "disabled",
17068
+ "fieldName": "disabled",
17069
+ "description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
17070
+ "type": "boolean",
17071
+ "inheritedFrom": {
17072
+ "name": "Disableable",
17073
+ "module": "./../src/Controls/Behaviors/Disableable.ts"
17074
+ }
17075
+ },
17076
+ {
17077
+ "name": "appearance",
17078
+ "fieldName": "appearance",
17079
+ "description": "A visual characteristics and presentation of the element.\nThe default value is `default`.",
17080
+ "type": "Appearance",
17081
+ "inheritedFrom": {
17082
+ "name": "Appearanceable",
17083
+ "module": "./../src/Controls/Behaviors/Appearanceable.ts"
17084
+ }
17085
+ },
17086
+ {
17087
+ "name": "variant",
17088
+ "fieldName": "variant",
17089
+ "description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
17090
+ "type": "Variant",
17091
+ "inheritedFrom": {
17092
+ "name": "Variantable",
17093
+ "module": "./../src/Controls/Behaviors/Variantable.ts"
17094
+ }
17095
+ },
17096
+ {
17097
+ "name": "dir",
17098
+ "fieldName": "dir",
17099
+ "description": "Gets or sets the `dir` property.",
17100
+ "type": "FlowDirection",
17101
+ "inheritedFrom": {
17102
+ "name": "CustomElement",
17103
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
17104
+ }
17105
+ },
17106
+ {
17107
+ "name": "lang",
17108
+ "fieldName": "lang",
17109
+ "description": "Gets or sets the `lang` property.",
17110
+ "type": "string",
17111
+ "inheritedFrom": {
17112
+ "name": "CustomElement",
17113
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
17114
+ }
17115
+ }
17116
+ ],
17117
+ "cssProperties": [
17118
+ {
17119
+ "name": "--banner-group-gap",
17120
+ "description": "Gap between stacked banners.",
17121
+ "type": "unknown"
17122
+ },
17123
+ {
17124
+ "name": "--banner-group-transition-duration",
17125
+ "description": "Transition duration for paging.",
17126
+ "type": "unknown"
17127
+ }
17128
+ ],
17129
+ "cssParts": [
17130
+ {
17131
+ "name": "root",
17132
+ "description": "The root wrapper part."
17133
+ },
17134
+ {
17135
+ "name": "viewport",
17136
+ "description": "The viewport that contains the banners."
17137
+ },
17138
+ {
17139
+ "name": "control-prev",
17140
+ "description": "The previous control wrapper."
17141
+ },
17142
+ {
17143
+ "name": "control-next",
17144
+ "description": "The next control wrapper."
17145
+ }
17146
+ ]
17147
+ }
17148
+ ]
17149
+ },
16352
17150
  {
16353
17151
  "path": "./../src/Controls/Components/Grouping/Breadcrumb/BreadcrumbElement.ts",
16354
17152
  "exports": [