@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.
- package/Controls/Behaviors/Slottable.d.ts +6 -0
- package/Controls/Behaviors/Slottable.d.ts.map +1 -1
- package/Controls/Behaviors/Slottable.js +6 -0
- package/Controls/Behaviors/Slottable.js.map +1 -1
- package/Controls/Components/Buttons/Abstracts/ButtonBaseElement.d.ts +0 -4
- package/Controls/Components/Buttons/Abstracts/ButtonBaseElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/Abstracts/ButtonBaseElement.js +0 -6
- package/Controls/Components/Buttons/Abstracts/ButtonBaseElement.js.map +1 -1
- package/Controls/Components/Forms/FormElement.d.ts.map +1 -1
- package/Controls/Components/Forms/FormElement.js +1 -2
- package/Controls/Components/Forms/FormElement.js.map +1 -1
- package/Controls/Components/Grouping/Banner/BannerElement.d.ts +3 -2
- package/Controls/Components/Grouping/Banner/BannerElement.d.ts.map +1 -1
- package/Controls/Components/Grouping/Banner/BannerElement.js +3 -4
- package/Controls/Components/Grouping/Banner/BannerElement.js.map +1 -1
- package/Controls/Components/Grouping/Banner/BannerElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Grouping/Banner/BannerElementTemplate.js +4 -0
- package/Controls/Components/Grouping/Banner/BannerElementTemplate.js.map +1 -1
- package/Controls/Components/Grouping/Banner/IBannerElementProps.d.ts +2 -1
- package/Controls/Components/Grouping/Banner/IBannerElementProps.d.ts.map +1 -1
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Cosmopolitan.js +0 -1
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Joy.js +1 -2
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Joy.js.map +1 -1
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Retro.js +0 -1
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Retro.js.map +1 -1
- package/Controls/Components/Grouping/BannerGroup/BannerGroupDismissBehavior.d.ts +7 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupDismissBehavior.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupDismissBehavior.js +6 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupDismissBehavior.js.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.d.ts +228 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.js +560 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.js.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElementTemplate.d.ts +9 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElementTemplate.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElementTemplate.js +43 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElementTemplate.js.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupStacking.d.ts +6 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupStacking.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupStacking.js +5 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupStacking.js.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.d.ts +36 -0
- package/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.js +3 -0
- package/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.js.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.d.ts +6 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.js +188 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.js.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.d.ts +6 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.js +188 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.js.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.d.ts +6 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.js +188 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.js.map +1 -0
- package/Controls/Components/Inputs/Abstracts/InputBase.d.ts +0 -4
- package/Controls/Components/Inputs/Abstracts/InputBase.d.ts.map +1 -1
- package/Controls/Components/Inputs/Abstracts/InputBase.js +0 -6
- package/Controls/Components/Inputs/Abstracts/InputBase.js.map +1 -1
- package/Controls/Components/Inputs/FileUpload/FilePickerElement.d.ts +24 -2
- package/Controls/Components/Inputs/FileUpload/FilePickerElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/FileUpload/FilePickerElement.js +24 -2
- package/Controls/Components/Inputs/FileUpload/FilePickerElement.js.map +1 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadElement.d.ts +26 -4
- package/Controls/Components/Inputs/FileUpload/FileUploadElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadElement.js +29 -5
- package/Controls/Components/Inputs/FileUpload/FileUploadElement.js.map +1 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadElementTemplate.js +2 -2
- package/Controls/Components/Inputs/FileUpload/FileUploadElementTemplate.js.map +1 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadItemElement.d.ts +23 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadItemElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadItemElement.js +23 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadItemElement.js.map +1 -1
- package/Controls/Components/Inputs/PinBox/PinBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/PinBox/PinBoxElement.js +11 -6
- package/Controls/Components/Inputs/PinBox/PinBoxElement.js.map +1 -1
- package/Controls/Components/Inputs/SearchBox/SearchBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/SearchBox/SearchBoxElement.js +16 -1
- package/Controls/Components/Inputs/SearchBox/SearchBoxElement.js.map +1 -1
- package/Controls/Components/Layouts/Absolute/AbsoluteElement.d.ts.map +1 -1
- package/Controls/Components/Layouts/Absolute/AbsoluteItemElement.d.ts.map +1 -1
- package/Controls/Components/Layouts/Split/SplitElement.d.ts.map +1 -1
- package/Controls/Components/Layouts/Split/SplitElement.js +6 -1
- package/Controls/Components/Layouts/Split/SplitElement.js.map +1 -1
- package/Controls/Components/Layouts/Split/Themes/SplitElement.Cosmopolitan.js +1 -1
- package/Controls/Components/Layouts/Split/Themes/SplitElement.Joy.js +1 -1
- package/Controls/Components/Layouts/Split/Themes/SplitElement.Retro.js +1 -1
- package/Controls/Components/Primitives/DropZone/DropZoneElement.d.ts +53 -7
- package/Controls/Components/Primitives/DropZone/DropZoneElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/DropZone/DropZoneElement.js +135 -28
- package/Controls/Components/Primitives/DropZone/DropZoneElement.js.map +1 -1
- package/Controls/Components/Primitives/DropZone/Events/IDropZoneDataEventDetail.d.ts +1 -1
- package/Controls/Components/Primitives/DropZone/Events/IDropZoneDataEventDetail.d.ts.map +1 -1
- package/Controls/Components/Primitives/DropZone/IDropZoneElementProps.d.ts.map +1 -1
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Cosmopolitan.js +124 -3
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Joy.js +160 -9
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Joy.js.map +1 -1
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Retro.js +124 -3
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Retro.js.map +1 -1
- package/Controls/Types/BannerGroupDismissBehavior.d.ts +7 -0
- package/Controls/Types/BannerGroupDismissBehavior.d.ts.map +1 -0
- package/Controls/Types/BannerGroupDismissBehavior.js +6 -0
- package/Controls/Types/BannerGroupDismissBehavior.js.map +1 -0
- package/Controls/Types/BannerGroupStacking.d.ts +6 -0
- package/Controls/Types/BannerGroupStacking.d.ts.map +1 -0
- package/Controls/Types/BannerGroupStacking.js +5 -0
- package/Controls/Types/BannerGroupStacking.js.map +1 -0
- package/Controls/Types/DropZoneState.d.ts +20 -0
- package/Controls/Types/DropZoneState.d.ts.map +1 -0
- package/Controls/Types/DropZoneState.js +16 -0
- package/Controls/Types/DropZoneState.js.map +1 -0
- package/Index.d.ts +3 -0
- package/Index.d.ts.map +1 -1
- package/Index.js +3 -0
- package/Index.js.map +1 -1
- package/custom-elements.json +892 -66
- package/package.json +3 -3
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
import { type ISlottable } from '../../../Behaviors/Slottable';
|
|
2
|
+
import { CustomElement } from '../../Abstracts/CustomElement';
|
|
3
|
+
import type { IBannerGroupElementProps } from './IBannerGroupElementProps';
|
|
4
|
+
import { type IEventEmitter, type IEventDetail } from '@breadstone/mosaik-elements';
|
|
5
|
+
import { BannerGroupDismissBehavior } from '../../../Types/BannerGroupDismissBehavior';
|
|
6
|
+
import { BannerGroupStacking } from '../../../Types/BannerGroupStacking';
|
|
7
|
+
/** Change event detail for {@link BannerGroupElement}. */
|
|
8
|
+
export interface IBannerGroupChangeEventDetail extends IEventDetail {
|
|
9
|
+
index: number;
|
|
10
|
+
previousIndex: number;
|
|
11
|
+
length: number;
|
|
12
|
+
}
|
|
13
|
+
declare const BannerGroupElement_base: (abstract new (...args: Array<any>) => import("../../../Behaviors/Themeable").IThemeableProps) & (abstract new (...args: Array<any>) => import("../../../Behaviors/Orientable").IOrientableProps) & (abstract new (...args: Array<any>) => import("../../../Behaviors/Disableable").IDisableableProps) & (abstract new (...args: Array<any>) => import("../../../Behaviors/Appearanceable").IAppearanceableProps) & (abstract new (...args: Array<any>) => import("../../../Behaviors/Variantable").IVariantableProps) & (abstract new (...args: Array<any>) => import("../../../Behaviors/Slottable").ISlottableProps & ISlottable) & typeof CustomElement & import("../../../Behaviors/Themeable").IThemeableCtor;
|
|
14
|
+
/**
|
|
15
|
+
* BannerGroup - A container component for managing and presenting multiple `Banner` instances.
|
|
16
|
+
*
|
|
17
|
+
* @description
|
|
18
|
+
* The `BannerGroup` component arranges several `<mosaik-banner>` elements either as a stack or a simple paged
|
|
19
|
+
* (carousel‑like) sequence. When `maxLength` equals `1`, only a single banner is shown and keyboard navigation
|
|
20
|
+
* allows users to move between items. When `maxLength` is greater than `1`, banners are presented in a stacked
|
|
21
|
+
* layout. Looping navigation can be enabled via the `loop` property. (Persistence, dismissal strategies and depth
|
|
22
|
+
* stacking enhancements can be incorporated in future iterations.)
|
|
23
|
+
*
|
|
24
|
+
* @name BannerGroup
|
|
25
|
+
* @element mosaik-banner-group
|
|
26
|
+
* @category Notifications
|
|
27
|
+
*
|
|
28
|
+
* @fires change - Fired when the active index changes.
|
|
29
|
+
*
|
|
30
|
+
* @slot - The default slot for banner items.
|
|
31
|
+
* @slot prev - Slot for a custom previous control.
|
|
32
|
+
* @slot next - Slot for a custom next control.
|
|
33
|
+
*
|
|
34
|
+
* @csspart root - The root wrapper part.
|
|
35
|
+
* @csspart viewport - The viewport that contains the banners.
|
|
36
|
+
* @csspart control-prev - The previous control wrapper.
|
|
37
|
+
* @csspart control-next - The next control wrapper.
|
|
38
|
+
*
|
|
39
|
+
* @cssprop {unknown} --banner-group-gap - Gap between stacked banners.
|
|
40
|
+
* @cssprop {unknown} --banner-group-transition-duration - Transition duration for paging.
|
|
41
|
+
*
|
|
42
|
+
* @dependency {BannerElement} - The Banner element.
|
|
43
|
+
*
|
|
44
|
+
* @example
|
|
45
|
+
* ```html
|
|
46
|
+
* <mosaik-banner-group max-visible="1" loop>
|
|
47
|
+
* <mosaik-banner header="Update 1"></mosaik-banner>
|
|
48
|
+
* <mosaik-banner header="Update 2"></mosaik-banner>
|
|
49
|
+
* <mosaik-banner header="Update 3"></mosaik-banner>
|
|
50
|
+
* </mosaik-banner-group>
|
|
51
|
+
* ```
|
|
52
|
+
*
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
export declare class BannerGroupElement extends BannerGroupElement_base implements IBannerGroupElementProps, ISlottable {
|
|
56
|
+
private readonly _change;
|
|
57
|
+
private readonly _keyboardController;
|
|
58
|
+
private _eventSubscriptions;
|
|
59
|
+
private _index;
|
|
60
|
+
private _loop;
|
|
61
|
+
private _maxLength;
|
|
62
|
+
private _dismissBehavior;
|
|
63
|
+
private _stacking;
|
|
64
|
+
private _reverse;
|
|
65
|
+
private _previousIndex;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
constructor();
|
|
70
|
+
/**
|
|
71
|
+
* Returns the `{@link is}` property.
|
|
72
|
+
* The `{@link is}` property represents the natural name of this element.
|
|
73
|
+
*
|
|
74
|
+
* @public
|
|
75
|
+
* @static
|
|
76
|
+
* @readonly
|
|
77
|
+
*/
|
|
78
|
+
static get is(): string;
|
|
79
|
+
/**
|
|
80
|
+
* Gets or sets the `index` property representing the current active (start) index.
|
|
81
|
+
*
|
|
82
|
+
* @public
|
|
83
|
+
* @attr
|
|
84
|
+
*/
|
|
85
|
+
get index(): number;
|
|
86
|
+
set index(value: number);
|
|
87
|
+
/**
|
|
88
|
+
* Gets or sets the `loop` property enabling circular navigation.
|
|
89
|
+
*
|
|
90
|
+
* @public
|
|
91
|
+
* @attr
|
|
92
|
+
*/
|
|
93
|
+
get loop(): boolean;
|
|
94
|
+
set loop(value: boolean);
|
|
95
|
+
/**
|
|
96
|
+
* Gets or sets the `maxLength` property (1 = pager/carousel mode).
|
|
97
|
+
*
|
|
98
|
+
* @public
|
|
99
|
+
* @attr
|
|
100
|
+
*/
|
|
101
|
+
get maxLength(): number;
|
|
102
|
+
set maxLength(value: number);
|
|
103
|
+
/**
|
|
104
|
+
* Gets or sets the `dismissBehavior` property defining how dismissed banners are handled.
|
|
105
|
+
* (Future extension point.)
|
|
106
|
+
*
|
|
107
|
+
* @public
|
|
108
|
+
* @attr
|
|
109
|
+
*/
|
|
110
|
+
get dismissBehavior(): BannerGroupDismissBehavior;
|
|
111
|
+
set dismissBehavior(value: BannerGroupDismissBehavior);
|
|
112
|
+
/**
|
|
113
|
+
* Gets or sets the `stacking` property controlling vertical or depth stacking.
|
|
114
|
+
*
|
|
115
|
+
* @public
|
|
116
|
+
* @attr
|
|
117
|
+
*/
|
|
118
|
+
get stacking(): BannerGroupStacking;
|
|
119
|
+
set stacking(value: BannerGroupStacking);
|
|
120
|
+
/**
|
|
121
|
+
* Gets or sets the `reverse` property displaying newest banners first when true.
|
|
122
|
+
*
|
|
123
|
+
* @public
|
|
124
|
+
* @attr
|
|
125
|
+
*/
|
|
126
|
+
get reverse(): boolean;
|
|
127
|
+
set reverse(value: boolean);
|
|
128
|
+
/**
|
|
129
|
+
* Returns the total number of banners.
|
|
130
|
+
*
|
|
131
|
+
* @public
|
|
132
|
+
* @readonly
|
|
133
|
+
*/
|
|
134
|
+
get length(): number;
|
|
135
|
+
/**
|
|
136
|
+
* Returns whether previous navigation is possible.
|
|
137
|
+
*
|
|
138
|
+
* @public
|
|
139
|
+
* @readonly
|
|
140
|
+
*/
|
|
141
|
+
get canPrev(): boolean;
|
|
142
|
+
/**
|
|
143
|
+
* Returns whether next navigation is possible.
|
|
144
|
+
*
|
|
145
|
+
* @public
|
|
146
|
+
* @readonly
|
|
147
|
+
*/
|
|
148
|
+
get canNext(): boolean;
|
|
149
|
+
/**
|
|
150
|
+
* Fired when the active index changes.
|
|
151
|
+
*
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
get change(): IEventEmitter<IBannerGroupChangeEventDetail>;
|
|
155
|
+
/**
|
|
156
|
+
* @protected
|
|
157
|
+
* @override
|
|
158
|
+
*/
|
|
159
|
+
onSlotChanges(): void;
|
|
160
|
+
/**
|
|
161
|
+
* @public
|
|
162
|
+
* @override
|
|
163
|
+
*/
|
|
164
|
+
connectedCallback(): void;
|
|
165
|
+
/**
|
|
166
|
+
* Navigates to the previous banner.
|
|
167
|
+
*
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
previous(): void;
|
|
171
|
+
/**
|
|
172
|
+
* Navigates to the next banner.
|
|
173
|
+
*
|
|
174
|
+
* @public
|
|
175
|
+
*/
|
|
176
|
+
next(): void;
|
|
177
|
+
/**
|
|
178
|
+
* Navigates to the first banner.
|
|
179
|
+
*
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
first(): void;
|
|
183
|
+
/**
|
|
184
|
+
* Navigates to the last banner.
|
|
185
|
+
*
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
last(): void;
|
|
189
|
+
/**
|
|
190
|
+
* Navigates to a specific index.
|
|
191
|
+
*
|
|
192
|
+
* @public
|
|
193
|
+
*/
|
|
194
|
+
goTo(i: number): void;
|
|
195
|
+
protected onIndexPropertyChanged(): void;
|
|
196
|
+
protected onMaxLengthPropertyChanged(): void;
|
|
197
|
+
protected onReversePropertyChanged(): void;
|
|
198
|
+
protected onStackingPropertyChanged(): void;
|
|
199
|
+
protected onOrientationPropertyChanged(): void;
|
|
200
|
+
protected onDirPropertyChanged(): void;
|
|
201
|
+
protected onDisabledPropertyChanged(_prev?: boolean, next?: boolean): void;
|
|
202
|
+
private navigate;
|
|
203
|
+
private emitChange;
|
|
204
|
+
private clearSubscriptions;
|
|
205
|
+
/**
|
|
206
|
+
* Updates banner visibility, ordering and (optional) depth stacking transforms.
|
|
207
|
+
*
|
|
208
|
+
* @private
|
|
209
|
+
*/
|
|
210
|
+
private updateLayout;
|
|
211
|
+
/**
|
|
212
|
+
* Attaches a one‑time transition end handler to a leaving banner (pager mode) to finalize its hidden state.
|
|
213
|
+
* @private
|
|
214
|
+
*/
|
|
215
|
+
private attachLeavingTransitionHandler;
|
|
216
|
+
}
|
|
217
|
+
/** @public */
|
|
218
|
+
export declare namespace BannerGroupElement {
|
|
219
|
+
type Props = IBannerGroupElementProps;
|
|
220
|
+
}
|
|
221
|
+
/** @public */
|
|
222
|
+
declare global {
|
|
223
|
+
interface HTMLElementTagNameMap {
|
|
224
|
+
'mosaik-banner-group': BannerGroupElement;
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
export {};
|
|
228
|
+
//# sourceMappingURL=BannerGroupElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerGroupElement.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Grouping/BannerGroup/BannerGroupElement.ts"],"names":[],"mappings":"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"}
|