@breadstone/mosaik-elements-foundation 0.0.135 → 0.0.137

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 (127) 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/Buttons/Abstracts/ButtonBaseElement.d.ts +0 -4
  6. package/Controls/Components/Buttons/Abstracts/ButtonBaseElement.d.ts.map +1 -1
  7. package/Controls/Components/Buttons/Abstracts/ButtonBaseElement.js +0 -6
  8. package/Controls/Components/Buttons/Abstracts/ButtonBaseElement.js.map +1 -1
  9. package/Controls/Components/Forms/FormElement.d.ts.map +1 -1
  10. package/Controls/Components/Forms/FormElement.js +1 -2
  11. package/Controls/Components/Forms/FormElement.js.map +1 -1
  12. package/Controls/Components/Grouping/Banner/BannerElement.d.ts +3 -2
  13. package/Controls/Components/Grouping/Banner/BannerElement.d.ts.map +1 -1
  14. package/Controls/Components/Grouping/Banner/BannerElement.js +3 -4
  15. package/Controls/Components/Grouping/Banner/BannerElement.js.map +1 -1
  16. package/Controls/Components/Grouping/Banner/BannerElementTemplate.d.ts.map +1 -1
  17. package/Controls/Components/Grouping/Banner/BannerElementTemplate.js +4 -0
  18. package/Controls/Components/Grouping/Banner/BannerElementTemplate.js.map +1 -1
  19. package/Controls/Components/Grouping/Banner/IBannerElementProps.d.ts +2 -1
  20. package/Controls/Components/Grouping/Banner/IBannerElementProps.d.ts.map +1 -1
  21. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Cosmopolitan.d.ts.map +1 -1
  22. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Cosmopolitan.js +0 -1
  23. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Cosmopolitan.js.map +1 -1
  24. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Joy.d.ts.map +1 -1
  25. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Joy.js +1 -2
  26. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Joy.js.map +1 -1
  27. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Retro.d.ts.map +1 -1
  28. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Retro.js +0 -1
  29. package/Controls/Components/Grouping/Banner/Themes/BannerElement.Retro.js.map +1 -1
  30. package/Controls/Components/Grouping/BannerGroup/BannerGroupDismissBehavior.d.ts +7 -0
  31. package/Controls/Components/Grouping/BannerGroup/BannerGroupDismissBehavior.d.ts.map +1 -0
  32. package/Controls/Components/Grouping/BannerGroup/BannerGroupDismissBehavior.js +6 -0
  33. package/Controls/Components/Grouping/BannerGroup/BannerGroupDismissBehavior.js.map +1 -0
  34. package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.d.ts +228 -0
  35. package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.d.ts.map +1 -0
  36. package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.js +560 -0
  37. package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.js.map +1 -0
  38. package/Controls/Components/Grouping/BannerGroup/BannerGroupElementTemplate.d.ts +9 -0
  39. package/Controls/Components/Grouping/BannerGroup/BannerGroupElementTemplate.d.ts.map +1 -0
  40. package/Controls/Components/Grouping/BannerGroup/BannerGroupElementTemplate.js +43 -0
  41. package/Controls/Components/Grouping/BannerGroup/BannerGroupElementTemplate.js.map +1 -0
  42. package/Controls/Components/Grouping/BannerGroup/BannerGroupStacking.d.ts +6 -0
  43. package/Controls/Components/Grouping/BannerGroup/BannerGroupStacking.d.ts.map +1 -0
  44. package/Controls/Components/Grouping/BannerGroup/BannerGroupStacking.js +5 -0
  45. package/Controls/Components/Grouping/BannerGroup/BannerGroupStacking.js.map +1 -0
  46. package/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.d.ts +36 -0
  47. package/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.d.ts.map +1 -0
  48. package/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.js +3 -0
  49. package/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.js.map +1 -0
  50. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.d.ts +6 -0
  51. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.d.ts.map +1 -0
  52. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.js +188 -0
  53. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.js.map +1 -0
  54. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.d.ts +6 -0
  55. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.d.ts.map +1 -0
  56. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.js +188 -0
  57. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.js.map +1 -0
  58. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.d.ts +6 -0
  59. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.d.ts.map +1 -0
  60. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.js +188 -0
  61. package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.js.map +1 -0
  62. package/Controls/Components/Inputs/Abstracts/InputBase.d.ts +0 -4
  63. package/Controls/Components/Inputs/Abstracts/InputBase.d.ts.map +1 -1
  64. package/Controls/Components/Inputs/Abstracts/InputBase.js +0 -6
  65. package/Controls/Components/Inputs/Abstracts/InputBase.js.map +1 -1
  66. package/Controls/Components/Inputs/FileUpload/FilePickerElement.d.ts +24 -2
  67. package/Controls/Components/Inputs/FileUpload/FilePickerElement.d.ts.map +1 -1
  68. package/Controls/Components/Inputs/FileUpload/FilePickerElement.js +24 -2
  69. package/Controls/Components/Inputs/FileUpload/FilePickerElement.js.map +1 -1
  70. package/Controls/Components/Inputs/FileUpload/FileUploadElement.d.ts +26 -4
  71. package/Controls/Components/Inputs/FileUpload/FileUploadElement.d.ts.map +1 -1
  72. package/Controls/Components/Inputs/FileUpload/FileUploadElement.js +29 -5
  73. package/Controls/Components/Inputs/FileUpload/FileUploadElement.js.map +1 -1
  74. package/Controls/Components/Inputs/FileUpload/FileUploadElementTemplate.js +2 -2
  75. package/Controls/Components/Inputs/FileUpload/FileUploadElementTemplate.js.map +1 -1
  76. package/Controls/Components/Inputs/FileUpload/FileUploadItemElement.d.ts +23 -1
  77. package/Controls/Components/Inputs/FileUpload/FileUploadItemElement.d.ts.map +1 -1
  78. package/Controls/Components/Inputs/FileUpload/FileUploadItemElement.js +23 -1
  79. package/Controls/Components/Inputs/FileUpload/FileUploadItemElement.js.map +1 -1
  80. package/Controls/Components/Inputs/PinBox/PinBoxElement.d.ts.map +1 -1
  81. package/Controls/Components/Inputs/PinBox/PinBoxElement.js +11 -6
  82. package/Controls/Components/Inputs/PinBox/PinBoxElement.js.map +1 -1
  83. package/Controls/Components/Inputs/SearchBox/SearchBoxElement.d.ts.map +1 -1
  84. package/Controls/Components/Inputs/SearchBox/SearchBoxElement.js +16 -1
  85. package/Controls/Components/Inputs/SearchBox/SearchBoxElement.js.map +1 -1
  86. package/Controls/Components/Layouts/Absolute/AbsoluteElement.d.ts.map +1 -1
  87. package/Controls/Components/Layouts/Absolute/AbsoluteItemElement.d.ts.map +1 -1
  88. package/Controls/Components/Layouts/Split/SplitElement.d.ts.map +1 -1
  89. package/Controls/Components/Layouts/Split/SplitElement.js +6 -1
  90. package/Controls/Components/Layouts/Split/SplitElement.js.map +1 -1
  91. package/Controls/Components/Layouts/Split/Themes/SplitElement.Cosmopolitan.js +1 -1
  92. package/Controls/Components/Layouts/Split/Themes/SplitElement.Joy.js +1 -1
  93. package/Controls/Components/Layouts/Split/Themes/SplitElement.Retro.js +1 -1
  94. package/Controls/Components/Primitives/DropZone/DropZoneElement.d.ts +53 -7
  95. package/Controls/Components/Primitives/DropZone/DropZoneElement.d.ts.map +1 -1
  96. package/Controls/Components/Primitives/DropZone/DropZoneElement.js +135 -28
  97. package/Controls/Components/Primitives/DropZone/DropZoneElement.js.map +1 -1
  98. package/Controls/Components/Primitives/DropZone/Events/IDropZoneDataEventDetail.d.ts +1 -1
  99. package/Controls/Components/Primitives/DropZone/Events/IDropZoneDataEventDetail.d.ts.map +1 -1
  100. package/Controls/Components/Primitives/DropZone/IDropZoneElementProps.d.ts.map +1 -1
  101. package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Cosmopolitan.d.ts.map +1 -1
  102. package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Cosmopolitan.js +124 -3
  103. package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Cosmopolitan.js.map +1 -1
  104. package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Joy.d.ts.map +1 -1
  105. package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Joy.js +160 -9
  106. package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Joy.js.map +1 -1
  107. package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Retro.d.ts.map +1 -1
  108. package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Retro.js +124 -3
  109. package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Retro.js.map +1 -1
  110. package/Controls/Types/BannerGroupDismissBehavior.d.ts +7 -0
  111. package/Controls/Types/BannerGroupDismissBehavior.d.ts.map +1 -0
  112. package/Controls/Types/BannerGroupDismissBehavior.js +6 -0
  113. package/Controls/Types/BannerGroupDismissBehavior.js.map +1 -0
  114. package/Controls/Types/BannerGroupStacking.d.ts +6 -0
  115. package/Controls/Types/BannerGroupStacking.d.ts.map +1 -0
  116. package/Controls/Types/BannerGroupStacking.js +5 -0
  117. package/Controls/Types/BannerGroupStacking.js.map +1 -0
  118. package/Controls/Types/DropZoneState.d.ts +20 -0
  119. package/Controls/Types/DropZoneState.d.ts.map +1 -0
  120. package/Controls/Types/DropZoneState.js +16 -0
  121. package/Controls/Types/DropZoneState.js.map +1 -0
  122. package/Index.d.ts +3 -0
  123. package/Index.d.ts.map +1 -1
  124. package/Index.js +3 -0
  125. package/Index.js.map +1 -1
  126. package/custom-elements.json +892 -66
  127. 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",
@@ -16200,8 +16290,666 @@
16200
16290
  }
16201
16291
  }
16202
16292
  ],
16203
- "tagName": "mosaik-banner-sub-header",
16293
+ "tagName": "mosaik-banner-sub-header",
16294
+ "events": [
16295
+ {
16296
+ "description": "Called when the element is connected to the DOM.",
16297
+ "name": "connected",
16298
+ "inheritedFrom": {
16299
+ "name": "CustomElement",
16300
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
16301
+ },
16302
+ "type": "CustomEvent"
16303
+ },
16304
+ {
16305
+ "description": "Called when the element is disconnected from the DOM.",
16306
+ "name": "disconnected",
16307
+ "inheritedFrom": {
16308
+ "name": "CustomElement",
16309
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
16310
+ },
16311
+ "type": "CustomEvent"
16312
+ },
16313
+ {
16314
+ "description": "Called when the element will be updated.",
16315
+ "name": "changed",
16316
+ "inheritedFrom": {
16317
+ "name": "CustomElement",
16318
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
16319
+ },
16320
+ "type": "Event"
16321
+ }
16322
+ ],
16323
+ "slots": [
16324
+ {
16325
+ "description": "Slot for the banner sub-header content.",
16326
+ "name": ""
16327
+ }
16328
+ ],
16329
+ "attributes": [
16330
+ {
16331
+ "name": "text",
16332
+ "fieldName": "text",
16333
+ "description": "Gets or sets the `text` property.",
16334
+ "type": "string",
16335
+ "inheritedFrom": {
16336
+ "name": "IBannerSubHeaderElementProps",
16337
+ "module": "./../src/Controls/Components/Grouping/Banner/IBannerSubHeaderElementProps.ts"
16338
+ }
16339
+ },
16340
+ {
16341
+ "name": "disabled",
16342
+ "fieldName": "disabled",
16343
+ "description": "The disabled state of the element.\nThe default value is `false`, which means the element is not disabled.",
16344
+ "type": "boolean",
16345
+ "inheritedFrom": {
16346
+ "name": "Disableable",
16347
+ "module": "./../src/Controls/Behaviors/Disableable.ts"
16348
+ }
16349
+ },
16350
+ {
16351
+ "name": "variant",
16352
+ "fieldName": "variant",
16353
+ "description": "Determines the visual appearance (color) of the element.\nThe default value is `default`, which means the element will use the default variant.",
16354
+ "type": "Variant",
16355
+ "inheritedFrom": {
16356
+ "name": "Variantable",
16357
+ "module": "./../src/Controls/Behaviors/Variantable.ts"
16358
+ }
16359
+ },
16360
+ {
16361
+ "name": "dir",
16362
+ "fieldName": "dir",
16363
+ "description": "Gets or sets the `dir` property.",
16364
+ "type": "FlowDirection",
16365
+ "inheritedFrom": {
16366
+ "name": "CustomElement",
16367
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
16368
+ }
16369
+ },
16370
+ {
16371
+ "name": "lang",
16372
+ "fieldName": "lang",
16373
+ "description": "Gets or sets the `lang` property.",
16374
+ "type": "string",
16375
+ "inheritedFrom": {
16376
+ "name": "CustomElement",
16377
+ "module": "./../src/Controls/Components/Abstracts/CustomElement.ts"
16378
+ }
16379
+ }
16380
+ ],
16381
+ "cssProperties": [
16382
+ {
16383
+ "name": "--banner-sub-header-font-family",
16384
+ "description": "The font family for the banner sub-header text.",
16385
+ "type": "unknown"
16386
+ },
16387
+ {
16388
+ "name": "--banner-sub-header-font-size",
16389
+ "description": "The font size for the banner sub-header text.",
16390
+ "type": "unknown"
16391
+ },
16392
+ {
16393
+ "name": "--banner-sub-header-font-line-height",
16394
+ "description": "The line height for the banner sub-header text.",
16395
+ "type": "unknown"
16396
+ },
16397
+ {
16398
+ "name": "--banner-sub-header-font-weight",
16399
+ "description": "The font weight for the banner sub-header text.",
16400
+ "type": "unknown"
16401
+ },
16402
+ {
16403
+ "name": "--banner-sub-header-font-letter-spacing",
16404
+ "description": "The letter spacing for the banner sub-header text.",
16405
+ "type": "unknown"
16406
+ },
16407
+ {
16408
+ "name": "--banner-sub-header-font-text-decoration",
16409
+ "description": "The text decoration for the banner sub-header text.",
16410
+ "type": "unknown"
16411
+ },
16412
+ {
16413
+ "name": "--banner-sub-header-font-text-transform",
16414
+ "description": "The text transformation for the banner sub-header text.",
16415
+ "type": "unknown"
16416
+ },
16417
+ {
16418
+ "name": "--banner-sub-header-background-color",
16419
+ "description": "The background color for the banner sub-header.",
16420
+ "type": "unknown"
16421
+ },
16422
+ {
16423
+ "name": "--banner-sub-header-border-color",
16424
+ "description": "The border color for the banner sub-header.",
16425
+ "type": "unknown"
16426
+ },
16427
+ {
16428
+ "name": "--banner-sub-header-foreground-color",
16429
+ "description": "The foreground color for the banner sub-header text.",
16430
+ "type": "unknown"
16431
+ }
16432
+ ],
16433
+ "cssParts": [
16434
+ {
16435
+ "name": "text",
16436
+ "description": "The text part of the banner sub-header."
16437
+ }
16438
+ ]
16439
+ }
16440
+ ]
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",
16204
16947
  "events": [
16948
+ {
16949
+ "description": "Fired when the active index changes.",
16950
+ "name": "change",
16951
+ "type": "Event"
16952
+ },
16205
16953
  {
16206
16954
  "description": "Called when the element is connected to the DOM.",
16207
16955
  "name": "connected",
@@ -16232,19 +16980,87 @@
16232
16980
  ],
16233
16981
  "slots": [
16234
16982
  {
16235
- "description": "Slot for the banner sub-header content.",
16983
+ "description": "The default slot for banner items.",
16236
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"
16237
16993
  }
16238
16994
  ],
16239
16995
  "attributes": [
16240
16996
  {
16241
- "name": "text",
16242
- "fieldName": "text",
16243
- "description": "Gets or sets the `text` property.",
16244
- "type": "string",
16997
+ "name": "index",
16998
+ "fieldName": "index",
16999
+ "description": "Gets or sets the `index` property representing the current active (start) index.",
17000
+ "type": "number",
16245
17001
  "inheritedFrom": {
16246
- "name": "IBannerSubHeaderElementProps",
16247
- "module": "./../src/Controls/Components/Grouping/Banner/IBannerSubHeaderElementProps.ts"
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"
16248
17064
  }
16249
17065
  },
16250
17066
  {
@@ -16257,6 +17073,16 @@
16257
17073
  "module": "./../src/Controls/Behaviors/Disableable.ts"
16258
17074
  }
16259
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
+ },
16260
17086
  {
16261
17087
  "name": "variant",
16262
17088
  "fieldName": "variant",
@@ -16290,60 +17116,32 @@
16290
17116
  ],
16291
17117
  "cssProperties": [
16292
17118
  {
16293
- "name": "--banner-sub-header-font-family",
16294
- "description": "The font family for the banner sub-header text.",
16295
- "type": "unknown"
16296
- },
16297
- {
16298
- "name": "--banner-sub-header-font-size",
16299
- "description": "The font size for the banner sub-header text.",
16300
- "type": "unknown"
16301
- },
16302
- {
16303
- "name": "--banner-sub-header-font-line-height",
16304
- "description": "The line height for the banner sub-header text.",
16305
- "type": "unknown"
16306
- },
16307
- {
16308
- "name": "--banner-sub-header-font-weight",
16309
- "description": "The font weight for the banner sub-header text.",
16310
- "type": "unknown"
16311
- },
16312
- {
16313
- "name": "--banner-sub-header-font-letter-spacing",
16314
- "description": "The letter spacing for the banner sub-header text.",
17119
+ "name": "--banner-group-gap",
17120
+ "description": "Gap between stacked banners.",
16315
17121
  "type": "unknown"
16316
17122
  },
16317
17123
  {
16318
- "name": "--banner-sub-header-font-text-decoration",
16319
- "description": "The text decoration for the banner sub-header text.",
17124
+ "name": "--banner-group-transition-duration",
17125
+ "description": "Transition duration for paging.",
16320
17126
  "type": "unknown"
16321
- },
17127
+ }
17128
+ ],
17129
+ "cssParts": [
16322
17130
  {
16323
- "name": "--banner-sub-header-font-text-transform",
16324
- "description": "The text transformation for the banner sub-header text.",
16325
- "type": "unknown"
17131
+ "name": "root",
17132
+ "description": "The root wrapper part."
16326
17133
  },
16327
17134
  {
16328
- "name": "--banner-sub-header-background-color",
16329
- "description": "The background color for the banner sub-header.",
16330
- "type": "unknown"
17135
+ "name": "viewport",
17136
+ "description": "The viewport that contains the banners."
16331
17137
  },
16332
17138
  {
16333
- "name": "--banner-sub-header-border-color",
16334
- "description": "The border color for the banner sub-header.",
16335
- "type": "unknown"
17139
+ "name": "control-prev",
17140
+ "description": "The previous control wrapper."
16336
17141
  },
16337
17142
  {
16338
- "name": "--banner-sub-header-foreground-color",
16339
- "description": "The foreground color for the banner sub-header text.",
16340
- "type": "unknown"
16341
- }
16342
- ],
16343
- "cssParts": [
16344
- {
16345
- "name": "text",
16346
- "description": "The text part of the banner sub-header."
17143
+ "name": "control-next",
17144
+ "description": "The next control wrapper."
16347
17145
  }
16348
17146
  ]
16349
17147
  }
@@ -38035,7 +38833,7 @@
38035
38833
  "module": "./../src/Controls/Behaviors/Disableable.ts"
38036
38834
  }
38037
38835
  ],
38038
- "description": "[object Object],[object Object],[object Object]",
38836
+ "description": "File Picker - A user interface component that allows users to select files from their device.",
38039
38837
  "name": "FilePickerElement",
38040
38838
  "members": [
38041
38839
  {
@@ -38293,7 +39091,7 @@
38293
39091
  "tagName": "mosaik-file-picker",
38294
39092
  "events": [
38295
39093
  {
38296
- "description": "Fired when a file is picked.",
39094
+ "description": "Fired when one or multiple files are selected by the user.",
38297
39095
  "name": "filePicked",
38298
39096
  "type": "Event"
38299
39097
  },
@@ -38325,6 +39123,12 @@
38325
39123
  "type": "Event"
38326
39124
  }
38327
39125
  ],
39126
+ "slots": [
39127
+ {
39128
+ "description": "The default slot for custom trigger content (e.g., a button or icon).",
39129
+ "name": ""
39130
+ }
39131
+ ],
38328
39132
  "attributes": [
38329
39133
  {
38330
39134
  "name": "multiple",
@@ -38423,7 +39227,7 @@
38423
39227
  "module": "./../src/Controls/Behaviors/Valueable.ts"
38424
39228
  }
38425
39229
  ],
38426
- "description": "[object Object],[object Object],[object Object]",
39230
+ "description": "File Upload - A user interface component that provides a complete workflow for uploading files.",
38427
39231
  "name": "FileUploadElement",
38428
39232
  "members": [
38429
39233
  {
@@ -38882,12 +39686,12 @@
38882
39686
  "tagName": "mosaik-file-upload",
38883
39687
  "events": [
38884
39688
  {
38885
- "description": "Fired when a file is added.",
39689
+ "description": "Fired when a file is added to the upload list.",
38886
39690
  "name": "fileUploadAdded",
38887
39691
  "type": "Event"
38888
39692
  },
38889
39693
  {
38890
- "description": "Fired when a file is removed.",
39694
+ "description": "Fired when a file is removed from the upload list.",
38891
39695
  "name": "fileUploadRemoved",
38892
39696
  "type": "Event"
38893
39697
  },
@@ -38897,7 +39701,7 @@
38897
39701
  "type": "Event"
38898
39702
  },
38899
39703
  {
38900
- "description": "Fired when the files are changed.",
39704
+ "description": "Fired when the set of files has changed.",
38901
39705
  "name": "fileUploadChanged",
38902
39706
  "type": "Event"
38903
39707
  },
@@ -38929,6 +39733,12 @@
38929
39733
  "type": "Event"
38930
39734
  }
38931
39735
  ],
39736
+ "slots": [
39737
+ {
39738
+ "description": "The default slot for custom UI, such as buttons, instructions, or drop zones.",
39739
+ "name": ""
39740
+ }
39741
+ ],
38932
39742
  "attributes": [
38933
39743
  {
38934
39744
  "name": "autoUpload",
@@ -39077,7 +39887,7 @@
39077
39887
  "module": "./../src/Controls/Behaviors/Themeable.ts"
39078
39888
  }
39079
39889
  ],
39080
- "description": "[object Object],[object Object],[object Object]",
39890
+ "description": "File Upload Item - A subcomponent that represents a single file within a file upload list.",
39081
39891
  "name": "FileUploadItemElement",
39082
39892
  "members": [
39083
39893
  {
@@ -39358,6 +40168,16 @@
39358
40168
  "type": "Event"
39359
40169
  }
39360
40170
  ],
40171
+ "slots": [
40172
+ {
40173
+ "description": "The slot for custom label content (e.g., file name or description).",
40174
+ "name": "label"
40175
+ },
40176
+ {
40177
+ "description": "The slot for custom action content (e.g., remove or retry buttons).",
40178
+ "name": "actions"
40179
+ }
40180
+ ],
39361
40181
  "attributes": [
39362
40182
  {
39363
40183
  "name": "view",
@@ -88600,15 +89420,15 @@
88600
89420
  "module": "./../src/Controls/Behaviors/Variantable.ts"
88601
89421
  }
88602
89422
  ],
88603
- "description": "[object Object],[object Object],[object Object]",
89423
+ "description": "DropZoneElement - An interactive component that defines a target area for drag-and-drop operations.",
88604
89424
  "name": "DropZoneElement",
88605
89425
  "members": [
88606
89426
  {
88607
89427
  "kind": "field",
88608
- "name": "isDragging",
89428
+ "name": "state",
88609
89429
  "privacy": "public",
88610
- "description": "[object Object],[object Object],[object Object]",
88611
- "type": "boolean"
89430
+ "description": "Gets or sets the `state` property.",
89431
+ "type": "DropZoneState"
88612
89432
  },
88613
89433
  {
88614
89434
  "kind": "field",
@@ -88872,12 +89692,18 @@
88872
89692
  "type": "Event"
88873
89693
  }
88874
89694
  ],
89695
+ "slots": [
89696
+ {
89697
+ "description": "The default slot for content displayed inside the drop zone.",
89698
+ "name": ""
89699
+ }
89700
+ ],
88875
89701
  "attributes": [
88876
89702
  {
88877
- "name": "isDragging",
88878
- "fieldName": "isDragging",
88879
- "description": "[object Object],[object Object],[object Object]",
88880
- "type": "boolean"
89703
+ "name": "state",
89704
+ "fieldName": "state",
89705
+ "description": "Gets or sets the `state` property.",
89706
+ "type": "DropZoneState"
88881
89707
  },
88882
89708
  {
88883
89709
  "name": "disabled",