@magmonium/one 0.2.15 → 0.2.17
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/fesm2022/{magmonium-one-magmonium-one-C9birwqJ.mjs → magmonium-one-magmonium-one-D17PHUaP.mjs} +446 -102
- package/fesm2022/magmonium-one-magmonium-one-D17PHUaP.mjs.map +1 -0
- package/fesm2022/{magmonium-one-otp-BUjbm-_g.mjs → magmonium-one-otp-fpC1c9gw.mjs} +5 -3
- package/fesm2022/magmonium-one-otp-fpC1c9gw.mjs.map +1 -0
- package/fesm2022/{magmonium-one-password-DYwo9YG3.mjs → magmonium-one-password-DT79TrP9.mjs} +7 -5
- package/fesm2022/magmonium-one-password-DT79TrP9.mjs.map +1 -0
- package/fesm2022/{magmonium-one-toggle-MZ67gOjR.mjs → magmonium-one-toggle-SgQklgxO.mjs} +2 -2
- package/fesm2022/{magmonium-one-toggle-MZ67gOjR.mjs.map → magmonium-one-toggle-SgQklgxO.mjs.map} +1 -1
- package/fesm2022/magmonium-one.mjs +1 -1
- package/package.json +1 -1
- package/types/magmonium-one.d.ts +172 -21
- package/fesm2022/magmonium-one-magmonium-one-C9birwqJ.mjs.map +0 -1
- package/fesm2022/magmonium-one-otp-BUjbm-_g.mjs.map +0 -1
- package/fesm2022/magmonium-one-password-DYwo9YG3.mjs.map +0 -1
package/types/magmonium-one.d.ts
CHANGED
|
@@ -1723,6 +1723,7 @@ type ButtonBadge = {
|
|
|
1723
1723
|
type Button = Config & {
|
|
1724
1724
|
label?: string;
|
|
1725
1725
|
noTranslate?: boolean;
|
|
1726
|
+
params?: Record<string, string>;
|
|
1726
1727
|
labelClass?: string;
|
|
1727
1728
|
variant?: 'primary' | 'ghost' | 'secondary' | 'tab';
|
|
1728
1729
|
disabled?: boolean;
|
|
@@ -1774,6 +1775,7 @@ declare class ButtonComponent extends ReactiveElementComponent<Button> {
|
|
|
1774
1775
|
subFolder: string;
|
|
1775
1776
|
label: _angular_core.InputSignal<string | undefined>;
|
|
1776
1777
|
noTranslate: _angular_core.InputSignal<string | boolean | undefined>;
|
|
1778
|
+
params: _angular_core.InputSignal<Record<string, string> | undefined>;
|
|
1777
1779
|
noNative: _angular_core.InputSignal<string | boolean | undefined>;
|
|
1778
1780
|
icon: _angular_core.InputSignal<string | undefined>;
|
|
1779
1781
|
isRightIcon: _angular_core.InputSignal<string | boolean | undefined>;
|
|
@@ -1808,7 +1810,7 @@ declare class ButtonComponent extends ReactiveElementComponent<Button> {
|
|
|
1808
1810
|
onClick(): void;
|
|
1809
1811
|
protected readonly formatBadgeCount: (count: number, max?: number) => string;
|
|
1810
1812
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
1811
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonComponent, "m-button,m-one-button", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "labelClass": { "alias": "labelClass"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; "nav": { "alias": "nav"; "required": false; "isSignal": true; }; "navParams": { "alias": "navParams"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "baseUrl": { "alias": "baseUrl"; "required": false; "isSignal": true; }; "one": { "alias": "one"; "required": false; "isSignal": true; }; "remote": { "alias": "remote"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "noTranslate": { "alias": "noTranslate"; "required": false; "isSignal": true; }; "noNative": { "alias": "noNative"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "isRightIcon": { "alias": "isRightIcon"; "required": false; "isSignal": true; }; "iconOnly": { "alias": "iconOnly"; "required": false; "isSignal": true; }; "stacked": { "alias": "stacked"; "required": false; "isSignal": true; }; "imgSrc": { "alias": "imgSrc"; "required": false; "isSignal": true; }; "nonClickable": { "alias": "nonClickable"; "required": false; "isSignal": true; }; "inverted": { "alias": "inverted"; "required": false; "isSignal": true; }; "isSubmit": { "alias": "isSubmit"; "required": false; "isSignal": true; }; "tabindex": { "alias": "tabindex"; "required": false; "isSignal": true; }; }, { "config": "configChange"; "clicked": "clicked"; }, never, never, true, never>;
|
|
1813
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonComponent, "m-button,m-one-button", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "labelClass": { "alias": "labelClass"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; "nav": { "alias": "nav"; "required": false; "isSignal": true; }; "navParams": { "alias": "navParams"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "baseUrl": { "alias": "baseUrl"; "required": false; "isSignal": true; }; "one": { "alias": "one"; "required": false; "isSignal": true; }; "remote": { "alias": "remote"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "noTranslate": { "alias": "noTranslate"; "required": false; "isSignal": true; }; "params": { "alias": "params"; "required": false; "isSignal": true; }; "noNative": { "alias": "noNative"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "isRightIcon": { "alias": "isRightIcon"; "required": false; "isSignal": true; }; "iconOnly": { "alias": "iconOnly"; "required": false; "isSignal": true; }; "stacked": { "alias": "stacked"; "required": false; "isSignal": true; }; "imgSrc": { "alias": "imgSrc"; "required": false; "isSignal": true; }; "nonClickable": { "alias": "nonClickable"; "required": false; "isSignal": true; }; "inverted": { "alias": "inverted"; "required": false; "isSignal": true; }; "isSubmit": { "alias": "isSubmit"; "required": false; "isSignal": true; }; "tabindex": { "alias": "tabindex"; "required": false; "isSignal": true; }; }, { "config": "configChange"; "clicked": "clicked"; }, never, never, true, never>;
|
|
1812
1814
|
}
|
|
1813
1815
|
|
|
1814
1816
|
type CustomIcon = {
|
|
@@ -2010,6 +2012,7 @@ declare class ButtonGroupComponent extends ConfigComponent<ButtonGroup> {
|
|
|
2010
2012
|
variant?: "primary" | "ghost" | "secondary" | "tab" | undefined;
|
|
2011
2013
|
label?: string;
|
|
2012
2014
|
noTranslate?: boolean;
|
|
2015
|
+
params?: Record<string, string>;
|
|
2013
2016
|
labelClass?: string;
|
|
2014
2017
|
disabled?: boolean;
|
|
2015
2018
|
icon?: string;
|
|
@@ -2161,6 +2164,7 @@ declare class SectionHeaderComponent {
|
|
|
2161
2164
|
readonly label: _angular_core.InputSignal<string | undefined>;
|
|
2162
2165
|
readonly subLabel: _angular_core.InputSignal<string | undefined>;
|
|
2163
2166
|
readonly noTranslate: _angular_core.InputSignal<boolean>;
|
|
2167
|
+
readonly params: _angular_core.InputSignal<Record<string, string> | undefined>;
|
|
2164
2168
|
readonly reverse: _angular_core.InputSignal<boolean>;
|
|
2165
2169
|
readonly icon: _angular_core.InputSignal<string | undefined>;
|
|
2166
2170
|
readonly menu: _angular_core.InputSignal<ContextMenu | undefined>;
|
|
@@ -2192,7 +2196,7 @@ declare class SectionHeaderComponent {
|
|
|
2192
2196
|
protected readonly toggleRotates: _angular_core.Signal<boolean>;
|
|
2193
2197
|
protected onToggleClick(): void;
|
|
2194
2198
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SectionHeaderComponent, never>;
|
|
2195
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SectionHeaderComponent, "m-section-header", never, { "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; "level": { "alias": "level"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "subLabel": { "alias": "subLabel"; "required": false; "isSignal": true; }; "noTranslate": { "alias": "noTranslate"; "required": false; "isSignal": true; }; "reverse": { "alias": "reverse"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "menu": { "alias": "menu"; "required": false; "isSignal": true; }; "menuName": { "alias": "menuName"; "required": false; "isSignal": true; }; "visibilityRule": { "alias": "visibilityRule"; "required": false; "isSignal": true; }; "disableRule": { "alias": "disableRule"; "required": false; "isSignal": true; }; "extraData": { "alias": "extraData"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "showBack": { "alias": "showBack"; "required": false; "isSignal": true; }; "actionButton": { "alias": "actionButton"; "required": false; "isSignal": true; }; "actionLabel": { "alias": "actionLabel"; "required": false; "isSignal": true; }; "spacing": { "alias": "spacing"; "required": false; "isSignal": true; }; "maxWidth": { "alias": "maxWidth"; "required": false; "isSignal": true; }; }, { "actionClick": "actionClick"; "action": "action"; "back": "back"; }, never, ["*", "[sub]"], true, never>;
|
|
2199
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SectionHeaderComponent, "m-section-header", never, { "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; "level": { "alias": "level"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "subLabel": { "alias": "subLabel"; "required": false; "isSignal": true; }; "noTranslate": { "alias": "noTranslate"; "required": false; "isSignal": true; }; "params": { "alias": "params"; "required": false; "isSignal": true; }; "reverse": { "alias": "reverse"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "menu": { "alias": "menu"; "required": false; "isSignal": true; }; "menuName": { "alias": "menuName"; "required": false; "isSignal": true; }; "visibilityRule": { "alias": "visibilityRule"; "required": false; "isSignal": true; }; "disableRule": { "alias": "disableRule"; "required": false; "isSignal": true; }; "extraData": { "alias": "extraData"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "showBack": { "alias": "showBack"; "required": false; "isSignal": true; }; "actionButton": { "alias": "actionButton"; "required": false; "isSignal": true; }; "actionLabel": { "alias": "actionLabel"; "required": false; "isSignal": true; }; "spacing": { "alias": "spacing"; "required": false; "isSignal": true; }; "maxWidth": { "alias": "maxWidth"; "required": false; "isSignal": true; }; }, { "actionClick": "actionClick"; "action": "action"; "back": "back"; }, never, ["*", "[sub]"], true, never>;
|
|
2196
2200
|
}
|
|
2197
2201
|
|
|
2198
2202
|
declare class SectionBackComponent {
|
|
@@ -2294,6 +2298,16 @@ type Input = Config & {
|
|
|
2294
2298
|
patternMessage?: string;
|
|
2295
2299
|
icon?: string;
|
|
2296
2300
|
one?: boolean;
|
|
2301
|
+
/**
|
|
2302
|
+
* The [MessageVariable] values this Field's `label`, `placeholder` and
|
|
2303
|
+
* validation messages are resolved with. One record for the Field rather
|
|
2304
|
+
* than one per text: they are the same sentence's slots, and a page holds
|
|
2305
|
+
* one record for every dynamic value it draws (m-one-ui ADR 0066).
|
|
2306
|
+
*
|
|
2307
|
+
* A Record, so it never rides as a literal attribute (ADR 0010) — a Field
|
|
2308
|
+
* with dynamic slots takes it bound, off the page member holding them.
|
|
2309
|
+
*/
|
|
2310
|
+
params?: Record<string, string>;
|
|
2297
2311
|
placeholder?: string;
|
|
2298
2312
|
button?: string;
|
|
2299
2313
|
buttonAction?: string;
|
|
@@ -2536,20 +2550,34 @@ declare class SectionFilterPanelComponent {
|
|
|
2536
2550
|
|
|
2537
2551
|
declare class SectionFilterComponent {
|
|
2538
2552
|
readonly label: _angular_core.InputSignal<string>;
|
|
2553
|
+
/**
|
|
2554
|
+
* The key this Filter's slice carries in a FilterGroup's `{name, value}[]`.
|
|
2555
|
+
* Falls back to `label`, which is a TranslationAsset key rather than an
|
|
2556
|
+
* identity — good enough alone, wrong to rely on in a group (ADR 0025).
|
|
2557
|
+
*/
|
|
2558
|
+
readonly name: _angular_core.InputSignal<string>;
|
|
2539
2559
|
readonly options: _angular_core.InputSignal<FilterOption[]>;
|
|
2540
2560
|
readonly optionsAsset: _angular_core.InputSignal<string | undefined>;
|
|
2541
2561
|
readonly multiple: _angular_core.InputSignal<boolean>;
|
|
2542
2562
|
readonly value: _angular_core.ModelSignal<string[]>;
|
|
2543
2563
|
readonly filterChange: _angular_core.OutputEmitterRef<string[]>;
|
|
2544
2564
|
protected readonly isOpen: _angular_core.WritableSignal<boolean>;
|
|
2565
|
+
/**
|
|
2566
|
+
* Present only inside a FilterGroup. With one, the group owns the selection
|
|
2567
|
+
* and this Filter reads its slice down and emits nothing of its own — one
|
|
2568
|
+
* click, one emit (ADR 0025). Without one, the `value` model below is the
|
|
2569
|
+
* source of truth and nothing about this component has changed.
|
|
2570
|
+
*/
|
|
2571
|
+
protected readonly group: _magmonium_one.FilterGroupContext | null;
|
|
2545
2572
|
private readonly sectionContext;
|
|
2546
2573
|
protected readonly sidepanel: _angular_core.Signal<boolean>;
|
|
2547
2574
|
protected readonly noBorder: _angular_core.Signal<boolean>;
|
|
2575
|
+
protected readonly resolvedName: _angular_core.Signal<string>;
|
|
2576
|
+
/** The group's slice when there is one, this Filter's own model otherwise. */
|
|
2577
|
+
protected readonly selected: _angular_core.Signal<string[]>;
|
|
2548
2578
|
protected readonly toggleConfig: _angular_core.Signal<Button>;
|
|
2549
2579
|
private readonly dropdownRef;
|
|
2550
2580
|
private readonly assetStore;
|
|
2551
|
-
private readonly translateService;
|
|
2552
|
-
protected readonly filterLabel: _angular_core.Signal<string>;
|
|
2553
2581
|
private readonly assetOptionsResource;
|
|
2554
2582
|
protected readonly resolvedOptions: _angular_core.Signal<FilterOption[]>;
|
|
2555
2583
|
protected readonly hasSelection: _angular_core.Signal<boolean>;
|
|
@@ -2557,8 +2585,138 @@ declare class SectionFilterComponent {
|
|
|
2557
2585
|
protected readonly selectorConfig: _angular_core.Signal<SelectorConfig<SectionFilterPanelComponent>>;
|
|
2558
2586
|
protected readonly selectOption: (opt: FilterOption) => void;
|
|
2559
2587
|
protected readonly removeOption: (val: string) => void;
|
|
2588
|
+
constructor();
|
|
2560
2589
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SectionFilterComponent, never>;
|
|
2561
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SectionFilterComponent, "m-section-filter", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "optionsAsset": { "alias": "optionsAsset"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "filterChange": "filterChange"; }, never, never, true, never>;
|
|
2590
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SectionFilterComponent, "m-section-filter", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "optionsAsset": { "alias": "optionsAsset"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "filterChange": "filterChange"; }, never, never, true, never>;
|
|
2591
|
+
}
|
|
2592
|
+
|
|
2593
|
+
type BadgeVariant = 'saas' | 'status' | 'minimal' | 'default' | 'primary' | 'danger' | 'chip';
|
|
2594
|
+
type BadgePosition = 'static' | 'absolute' | 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
|
|
2595
|
+
type BadgeAnimation = 'pulse' | 'shimmer' | 'none';
|
|
2596
|
+
type Badge = Config & {
|
|
2597
|
+
variant?: BadgeVariant;
|
|
2598
|
+
icon?: string;
|
|
2599
|
+
position?: BadgePosition;
|
|
2600
|
+
ping?: boolean;
|
|
2601
|
+
animation?: BadgeAnimation;
|
|
2602
|
+
};
|
|
2603
|
+
|
|
2604
|
+
/**
|
|
2605
|
+
* One Filter's slice of a group's selection. A list of these rather than an
|
|
2606
|
+
* object keyed by filter name: the keys would come from whichever Filters are
|
|
2607
|
+
* dropped in, and a payload whose type changes when a Control is added is not
|
|
2608
|
+
* one an interface can be written for (ADR 0025).
|
|
2609
|
+
*/
|
|
2610
|
+
type FilterSelection = {
|
|
2611
|
+
name: string;
|
|
2612
|
+
value: string[];
|
|
2613
|
+
};
|
|
2614
|
+
interface SectionFilterGroupConfig extends Config {
|
|
2615
|
+
/**
|
|
2616
|
+
* Collapse the whole group to one icon whose menu drills into every Filter.
|
|
2617
|
+
* Authored rather than measured — a Canvas is not the width of the app, so a
|
|
2618
|
+
* measured collapse is a state the author cannot see while designing.
|
|
2619
|
+
*/
|
|
2620
|
+
squeeze?: boolean;
|
|
2621
|
+
padding?: boolean;
|
|
2622
|
+
paddingX?: boolean;
|
|
2623
|
+
paddingY?: boolean;
|
|
2624
|
+
maxWidth?: string;
|
|
2625
|
+
/** Where the row sits when it is narrower than the group. Left by default. */
|
|
2626
|
+
align?: 'left' | 'center' | 'right';
|
|
2627
|
+
}
|
|
2628
|
+
|
|
2629
|
+
/**
|
|
2630
|
+
* What a Filter registers about itself so the group can build the squeezed
|
|
2631
|
+
* menu without rendering the Filter's own bar. Signals rather than values —
|
|
2632
|
+
* a Filter's options arrive asynchronously when they come from an OptionSet.
|
|
2633
|
+
*/
|
|
2634
|
+
interface FilterGroupMember {
|
|
2635
|
+
readonly name: Signal<string>;
|
|
2636
|
+
readonly label: Signal<string>;
|
|
2637
|
+
readonly options: Signal<readonly FilterOption[]>;
|
|
2638
|
+
readonly multiple: Signal<boolean>;
|
|
2639
|
+
}
|
|
2640
|
+
/**
|
|
2641
|
+
* The group's side of the contract. A Filter injects this optionally: with one
|
|
2642
|
+
* present the group owns the selection and the Filter reads its slice down,
|
|
2643
|
+
* without one the Filter keeps its own `value` model and behaves as it always
|
|
2644
|
+
* has (ADR 0025). DI walks up the element injector, so any depth of Cols
|
|
2645
|
+
* between group and Filter is invisible — the same walk a projected
|
|
2646
|
+
* SectionHeader does to find `mAccordion` on its Section.
|
|
2647
|
+
*/
|
|
2648
|
+
interface FilterGroupContext {
|
|
2649
|
+
readonly squeeze: Signal<boolean>;
|
|
2650
|
+
register(member: FilterGroupMember): void;
|
|
2651
|
+
unregister(member: FilterGroupMember): void;
|
|
2652
|
+
/** Reactive: called from a `computed` in the Filter, tracks the group's value. */
|
|
2653
|
+
valueOf(name: string): string[];
|
|
2654
|
+
toggle(name: string, option: FilterOption, multiple: boolean): void;
|
|
2655
|
+
remove(name: string, value: string): void;
|
|
2656
|
+
}
|
|
2657
|
+
declare const FILTER_GROUP_CONTEXT: InjectionToken<FilterGroupContext>;
|
|
2658
|
+
|
|
2659
|
+
/**
|
|
2660
|
+
* A Row-like container that owns the selection for every Filter beneath it and
|
|
2661
|
+
* emits one aggregate whenever any of them changes (ADR 0025). Admits Cols, so
|
|
2662
|
+
* a Filter may sit any depth down — DI, not a content query, is what finds it.
|
|
2663
|
+
*
|
|
2664
|
+
* Squeezed, it collapses to one icon whose menu drills into each Filter in
|
|
2665
|
+
* turn. The children are still projected in that mode, only hidden: a Filter
|
|
2666
|
+
* that never instantiates never registers, and the menu is built from
|
|
2667
|
+
* registrations.
|
|
2668
|
+
*/
|
|
2669
|
+
declare class SectionFilterGroupComponent {
|
|
2670
|
+
readonly squeeze: _angular_core.InputSignal<boolean | undefined>;
|
|
2671
|
+
readonly padding: _angular_core.InputSignal<boolean | undefined>;
|
|
2672
|
+
readonly paddingX: _angular_core.InputSignal<boolean | undefined>;
|
|
2673
|
+
readonly paddingY: _angular_core.InputSignal<boolean | undefined>;
|
|
2674
|
+
readonly maxWidth: _angular_core.InputSignal<string | undefined>;
|
|
2675
|
+
readonly align: _angular_core.InputSignal<"center" | "left" | "right" | undefined>;
|
|
2676
|
+
readonly config: _angular_core.InputSignal<SectionFilterGroupConfig | undefined>;
|
|
2677
|
+
/**
|
|
2678
|
+
* The whole group's selection, one entry per Filter that has ever been
|
|
2679
|
+
* touched. A list rather than an object keyed by name — the keys would come
|
|
2680
|
+
* from whichever Filters are dropped in (ADR 0025).
|
|
2681
|
+
*/
|
|
2682
|
+
readonly value: _angular_core.ModelSignal<FilterSelection[]>;
|
|
2683
|
+
readonly filterChange: _angular_core.OutputEmitterRef<FilterSelection[]>;
|
|
2684
|
+
protected readonly isOpen: _angular_core.WritableSignal<boolean>;
|
|
2685
|
+
private readonly members;
|
|
2686
|
+
protected readonly isDesignMode: boolean;
|
|
2687
|
+
private readonly translateService;
|
|
2688
|
+
private readonly sectionContext;
|
|
2689
|
+
private readonly selectorDir;
|
|
2690
|
+
protected readonly squeezed: _angular_core.Signal<boolean>;
|
|
2691
|
+
protected readonly resolvedPadding: _angular_core.Signal<boolean>;
|
|
2692
|
+
protected readonly resolvedPaddingX: _angular_core.Signal<boolean>;
|
|
2693
|
+
protected readonly resolvedPaddingY: _angular_core.Signal<boolean>;
|
|
2694
|
+
protected readonly resolvedAlign: _angular_core.Signal<"center" | "left" | "right">;
|
|
2695
|
+
protected readonly resolvedMaxWidth: _angular_core.Signal<string | undefined>;
|
|
2696
|
+
protected readonly noBorder: _angular_core.Signal<boolean>;
|
|
2697
|
+
/**
|
|
2698
|
+
* Filters holding any selection — not the sum of selected values. A Filter's
|
|
2699
|
+
* own count is already on its menu row, so a sum would be the same
|
|
2700
|
+
* information twice (ADR 0025).
|
|
2701
|
+
*/
|
|
2702
|
+
protected readonly activeCount: _angular_core.Signal<number>;
|
|
2703
|
+
protected readonly toggleConfig: _angular_core.Signal<Button>;
|
|
2704
|
+
protected readonly countBadgeConfig: _angular_core.Signal<Partial<Badge>>;
|
|
2705
|
+
/**
|
|
2706
|
+
* One MenuItem per registered Filter, its own options nested underneath.
|
|
2707
|
+
* MenuComponent drills into `options` with a back button rather than
|
|
2708
|
+
* expanding in place, which is what makes a group of many Filters legible in
|
|
2709
|
+
* one icon's worth of space.
|
|
2710
|
+
*/
|
|
2711
|
+
protected readonly menuOptions: _angular_core.Signal<MenuItem[][]>;
|
|
2712
|
+
protected readonly selectorConfig: _angular_core.Signal<SelectorConfig<ContextMenuBoxComponent>>;
|
|
2713
|
+
private readonly onMenuAction;
|
|
2714
|
+
private readonly valueOf;
|
|
2715
|
+
private readonly write;
|
|
2716
|
+
private readonly toggle;
|
|
2717
|
+
readonly context: FilterGroupContext;
|
|
2718
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SectionFilterGroupComponent, never>;
|
|
2719
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SectionFilterGroupComponent, "m-section-filter-group", never, { "squeeze": { "alias": "squeeze"; "required": false; "isSignal": true; }; "padding": { "alias": "padding"; "required": false; "isSignal": true; }; "paddingX": { "alias": "paddingX"; "required": false; "isSignal": true; }; "paddingY": { "alias": "paddingY"; "required": false; "isSignal": true; }; "maxWidth": { "alias": "maxWidth"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "config": { "alias": "config"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "filterChange": "filterChange"; }, never, ["*"], true, never>;
|
|
2562
2720
|
}
|
|
2563
2721
|
|
|
2564
2722
|
declare class SectionStepperComponent implements OnDestroy {
|
|
@@ -2843,6 +3001,7 @@ declare class SectionComponent extends ConfigComponent<SectionConfig> {
|
|
|
2843
3001
|
protected readonly back: _angular_core.Signal<SectionBackComponent | undefined>;
|
|
2844
3002
|
protected readonly search: _angular_core.Signal<SectionSearchComponent | undefined>;
|
|
2845
3003
|
protected readonly filter: _angular_core.Signal<SectionFilterComponent | undefined>;
|
|
3004
|
+
protected readonly filterGroup: _angular_core.Signal<SectionFilterGroupComponent | undefined>;
|
|
2846
3005
|
protected readonly stepper: _angular_core.Signal<SectionStepperComponent | undefined>;
|
|
2847
3006
|
protected readonly hero: _angular_core.Signal<SectionHeroComponent | undefined>;
|
|
2848
3007
|
protected readonly jumbotron: _angular_core.Signal<JumbotronComponent | undefined>;
|
|
@@ -2871,7 +3030,7 @@ declare class SectionComponent extends ConfigComponent<SectionConfig> {
|
|
|
2871
3030
|
readonly resolvedSidepanel: _angular_core.Signal<boolean>;
|
|
2872
3031
|
constructor();
|
|
2873
3032
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SectionComponent, never>;
|
|
2874
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SectionComponent, "m-section", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "maxWidth": { "alias": "maxWidth"; "required": false; "isSignal": true; }; "heightMode": { "alias": "heightMode"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "maxHeight"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "inView": "inView"; }, ["header", "badges", "toggle", "action", "back", "search", "filter", "stepper", "hero", "jumbotron", "carousel", "footer"], ["m-section-header", "m-section-hero", "m-jumbotron", "m-section-search", "m-section-stepper", "m-section-badges", "m-section-toggle", "m-action, m-one-action", "m-section-back", "m-section-filter", "m-carousel, m-one-carousel", "*", "m-section-footer"], true, never>;
|
|
3033
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SectionComponent, "m-section", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "maxWidth": { "alias": "maxWidth"; "required": false; "isSignal": true; }; "heightMode": { "alias": "heightMode"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "maxHeight"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "inView": "inView"; }, ["header", "badges", "toggle", "action", "back", "search", "filter", "filterGroup", "stepper", "hero", "jumbotron", "carousel", "footer"], ["m-section-header", "m-section-hero", "m-jumbotron", "m-section-search", "m-section-stepper", "m-section-badges", "m-section-toggle", "m-action, m-one-action", "m-section-back", "m-section-filter", "m-section-filter-group", "m-carousel, m-one-carousel", "*", "m-section-footer"], true, never>;
|
|
2875
3034
|
}
|
|
2876
3035
|
|
|
2877
3036
|
interface RowConfig extends Config {
|
|
@@ -3972,6 +4131,7 @@ declare class SectionFormItemComponent extends ConfigComponent<Input> implements
|
|
|
3972
4131
|
readonly type: _angular_core.InputSignal<string | undefined>;
|
|
3973
4132
|
readonly label: _angular_core.InputSignal<string | undefined>;
|
|
3974
4133
|
readonly placeholder: _angular_core.InputSignal<string | undefined>;
|
|
4134
|
+
readonly params: _angular_core.InputSignal<Record<string, string> | undefined>;
|
|
3975
4135
|
readonly required: _angular_core.InputSignal<string | boolean | undefined>;
|
|
3976
4136
|
readonly disabled: _angular_core.InputSignal<string | boolean | undefined>;
|
|
3977
4137
|
readonly icon: _angular_core.InputSignal<string | undefined>;
|
|
@@ -4031,6 +4191,7 @@ declare class SectionFormItemComponent extends ConfigComponent<Input> implements
|
|
|
4031
4191
|
patterns?: PatternRule[];
|
|
4032
4192
|
patternMessage?: string;
|
|
4033
4193
|
icon?: string;
|
|
4194
|
+
params?: Record<string, string>;
|
|
4034
4195
|
placeholder?: string;
|
|
4035
4196
|
button?: string;
|
|
4036
4197
|
buttonAction?: string;
|
|
@@ -4053,7 +4214,7 @@ declare class SectionFormItemComponent extends ConfigComponent<Input> implements
|
|
|
4053
4214
|
private readonly createDynamicComponent;
|
|
4054
4215
|
private readonly createDynamicInput;
|
|
4055
4216
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SectionFormItemComponent, never>;
|
|
4056
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SectionFormItemComponent, "m-section-form-item, m-one-section-form-item", never, { "span": { "alias": "span"; "required": false; "isSignal": true; }; "labelOrientation": { "alias": "labelOrientation"; "required": false; "isSignal": true; }; "gap": { "alias": "gap"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "focused": { "alias": "focused"; "required": false; "isSignal": true; }; "form": { "alias": "form"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "dir": { "alias": "dir"; "required": false; "isSignal": true; }; "element": { "alias": "element"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; "template": { "alias": "template"; "required": false; "isSignal": true; }; "aclResolver": { "alias": "aclResolver"; "required": false; "isSignal": true; }; "formValues": { "alias": "formValues"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "suffix": { "alias": "suffix"; "required": false; "isSignal": true; }; "button": { "alias": "button"; "required": false; "isSignal": true; }; "buttonAction": { "alias": "buttonAction"; "required": false; "isSignal": true; }; "buttonAcl": { "alias": "buttonAcl"; "required": false; "isSignal": true; }; "maxWidth": { "alias": "maxWidth"; "required": false; "isSignal": true; }; "acl": { "alias": "acl"; "required": false; "isSignal": true; }; "testid": { "alias": "testid"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "length": { "alias": "length"; "required": false; "isSignal": true; }; "debounce": { "alias": "debounce"; "required": false; "isSignal": true; }; "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; "searchLabel": { "alias": "searchLabel"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "multiSelect": { "alias": "multiSelect"; "required": false; "isSignal": true; }; "equalWidth": { "alias": "equalWidth"; "required": false; "isSignal": true; }; "iconOnly": { "alias": "iconOnly"; "required": false; "isSignal": true; }; "isCheckboxVisible": { "alias": "isCheckboxVisible"; "required": false; "isSignal": true; }; "optionsAsset": { "alias": "optionsAsset"; "required": false; "isSignal": true; }; "patterns": { "alias": "patterns"; "required": false; "isSignal": true; }; "patternMessage": { "alias": "patternMessage"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "act": "act"; "fieldKey": "fieldKey"; }, ["projectedTemplate"], never, true, never>;
|
|
4217
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SectionFormItemComponent, "m-section-form-item, m-one-section-form-item", never, { "span": { "alias": "span"; "required": false; "isSignal": true; }; "labelOrientation": { "alias": "labelOrientation"; "required": false; "isSignal": true; }; "gap": { "alias": "gap"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "focused": { "alias": "focused"; "required": false; "isSignal": true; }; "form": { "alias": "form"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "dir": { "alias": "dir"; "required": false; "isSignal": true; }; "element": { "alias": "element"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; "template": { "alias": "template"; "required": false; "isSignal": true; }; "aclResolver": { "alias": "aclResolver"; "required": false; "isSignal": true; }; "formValues": { "alias": "formValues"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "params": { "alias": "params"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "suffix": { "alias": "suffix"; "required": false; "isSignal": true; }; "button": { "alias": "button"; "required": false; "isSignal": true; }; "buttonAction": { "alias": "buttonAction"; "required": false; "isSignal": true; }; "buttonAcl": { "alias": "buttonAcl"; "required": false; "isSignal": true; }; "maxWidth": { "alias": "maxWidth"; "required": false; "isSignal": true; }; "acl": { "alias": "acl"; "required": false; "isSignal": true; }; "testid": { "alias": "testid"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "length": { "alias": "length"; "required": false; "isSignal": true; }; "debounce": { "alias": "debounce"; "required": false; "isSignal": true; }; "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; "searchLabel": { "alias": "searchLabel"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "multiSelect": { "alias": "multiSelect"; "required": false; "isSignal": true; }; "equalWidth": { "alias": "equalWidth"; "required": false; "isSignal": true; }; "iconOnly": { "alias": "iconOnly"; "required": false; "isSignal": true; }; "isCheckboxVisible": { "alias": "isCheckboxVisible"; "required": false; "isSignal": true; }; "optionsAsset": { "alias": "optionsAsset"; "required": false; "isSignal": true; }; "patterns": { "alias": "patterns"; "required": false; "isSignal": true; }; "patternMessage": { "alias": "patternMessage"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "act": "act"; "fieldKey": "fieldKey"; }, ["projectedTemplate"], never, true, never>;
|
|
4057
4218
|
}
|
|
4058
4219
|
|
|
4059
4220
|
/**
|
|
@@ -4275,17 +4436,6 @@ declare class ComponentStepperComponent {
|
|
|
4275
4436
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ComponentStepperComponent, "m-component-stepper", never, { "components": { "alias": "components"; "required": true; "isSignal": true; }; "labels": { "alias": "labels"; "required": false; "isSignal": true; }; "currentIndex": { "alias": "currentIndex"; "required": true; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "context": { "alias": "context"; "required": false; "isSignal": true; }; }, { "stepChange": "stepChange"; }, never, never, true, never>;
|
|
4276
4437
|
}
|
|
4277
4438
|
|
|
4278
|
-
type BadgeVariant = 'saas' | 'status' | 'minimal' | 'default' | 'primary' | 'danger' | 'chip';
|
|
4279
|
-
type BadgePosition = 'static' | 'absolute' | 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
|
|
4280
|
-
type BadgeAnimation = 'pulse' | 'shimmer' | 'none';
|
|
4281
|
-
type Badge = Config & {
|
|
4282
|
-
variant?: BadgeVariant;
|
|
4283
|
-
icon?: string;
|
|
4284
|
-
position?: BadgePosition;
|
|
4285
|
-
ping?: boolean;
|
|
4286
|
-
animation?: BadgeAnimation;
|
|
4287
|
-
};
|
|
4288
|
-
|
|
4289
4439
|
declare class BadgeComponent extends ConfigComponent<Badge> {
|
|
4290
4440
|
readonly subFolder = "badges";
|
|
4291
4441
|
config: _angular_core.ModelSignal<Partial<Badge> | undefined>;
|
|
@@ -4386,6 +4536,7 @@ declare class HeaderComponent {
|
|
|
4386
4536
|
readonly actionButton: _angular_core.InputSignal<string | undefined>;
|
|
4387
4537
|
readonly actionLabel: _angular_core.InputSignal<string | undefined>;
|
|
4388
4538
|
readonly noTranslate: _angular_core.InputSignal<boolean>;
|
|
4539
|
+
readonly params: _angular_core.InputSignal<Record<string, string> | undefined>;
|
|
4389
4540
|
readonly actionClick: _angular_core.OutputEmitterRef<void>;
|
|
4390
4541
|
private readonly translateService;
|
|
4391
4542
|
private readonly sizeContext;
|
|
@@ -4393,7 +4544,7 @@ declare class HeaderComponent {
|
|
|
4393
4544
|
protected readonly actionConfig: _angular_core.Signal<Button | undefined>;
|
|
4394
4545
|
protected readonly text: _angular_core.Signal<string>;
|
|
4395
4546
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<HeaderComponent, never>;
|
|
4396
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<HeaderComponent, "m-header", never, { "level": { "alias": "level"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "actionButton": { "alias": "actionButton"; "required": false; "isSignal": true; }; "actionLabel": { "alias": "actionLabel"; "required": false; "isSignal": true; }; "noTranslate": { "alias": "noTranslate"; "required": false; "isSignal": true; }; }, { "actionClick": "actionClick"; }, never, ["*", "*", "*", "*", "*", "*"], true, never>;
|
|
4547
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<HeaderComponent, "m-header", never, { "level": { "alias": "level"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "actionButton": { "alias": "actionButton"; "required": false; "isSignal": true; }; "actionLabel": { "alias": "actionLabel"; "required": false; "isSignal": true; }; "noTranslate": { "alias": "noTranslate"; "required": false; "isSignal": true; }; "params": { "alias": "params"; "required": false; "isSignal": true; }; }, { "actionClick": "actionClick"; }, never, ["*", "*", "*", "*", "*", "*"], true, never>;
|
|
4397
4548
|
}
|
|
4398
4549
|
|
|
4399
4550
|
type LogoVariant = 'default' | 'flat' | 'shadow' | 'lined' | 'grained';
|
|
@@ -8131,5 +8282,5 @@ interface AuthResult {
|
|
|
8131
8282
|
}
|
|
8132
8283
|
declare function injectAuthenticate(): () => Promise<AuthResult>;
|
|
8133
8284
|
|
|
8134
|
-
export { ACCESS_DOMAINS, APP_CONTEXT_REF, ASSET_BASE_URL, AccordionBodyDirective, AccordionComponent, AccordionGroupComponent, ActionComponent, AnimatedGraphsComponent, AppCardComponent, AppRelationType, AppTileComponent, AssetStore, AssetUrlPipe, Assets, AuthActivityPageComponent, AuthApiService, AuthStore, AutosizeDirective, BadgeComponent, BandingComponent, BaseArrayInputComponent, BaseRootWebComponent, BaseWebComponent, ButtonComponent, ButtonGroupComponent, COMPONENT_INPUT_REGISTRY, CardComponent, CardWrapperComponent, CarouselComponent, ChartComponent, CheckboxInputComponent, ClearableInputComponent, ColComponent, ColorPickerInputComponent, CommentItemComponent, CommentsApiService, CommentsComponent, CommentsStore, ComponentInputComponent, ComponentStepperComponent, ConfigComponent, ConfirmComponent, ContextMenuComponent, CustomIconClass, CustomIconEditComponent, DEFAULT_SIZE, DashboardCardComponent, DateInputComponent, DatePickerComponent, DeviceService, DomService, Domain, DotGridComponent, DragListDirective, DragListItemDirective, DraggableDirective, DropdownInputComponent, FLEX_VARIANTS, FOLDER_PICK_LISTENER, FORM_ASSET_FOLDER, FileService, FileUploadDirective, FileUploadInputComponent, FlexComponent, FlexItemComponent, FormGroupComponent, FrameComponent, FreezeService, GRID_BREAKPOINTS, GetNavService, HeaderComponent, HighlightDirective, HttpService, ICON_SOURCE, IS_DESIGN_MODE, IS_SIDE_PANEL, IconComponent, ImgComponent, InputType, InstrumentScoreComponent, InterceptorObservables, JumbotronComponent, KeyValueComponent, LAYOUT_ASSET_FOLDER, LOGIN_COMPONENT, LOGIN_STORE, LanguageComponent, LogoComponent, MAG_SOCKET_EVENT, MHeroColorDirective, MHeroComponent, MODAL_REF, MODAL_STORE_REF, MRefDirective, MStepComponent, MURL_PARAM, MURL_SEP, ManifestEnrichmentService, MenuComponent, ModalDirective, ModalRef, ModalStore, MoneyPipe, MultiRangeInputComponent, MurlUrlSerializer, NAV_DEFAULT_MURL, NAV_ID_SEP, NAV_MAIN_BUTTONS, NAV_SEGMENT_RE, NAV_STORE_REF, NAV_WC_COMPONENTS, NAV_WIDGET_MAP, NavComponent, NavDetailsComponent, NavHeaderComponent, NavMenuComponent, NavStore, NavTrailComponent, NothingComponent, NotificationElementComponent, NotificationGroupComponent, NotificationPopupComponent, NotificationService, NotificationStore, NotificationType, NotificationWidgetComponent, ONE_ASSET_BASE_URL, OPTIONS_SOURCE, OVERLAY_WIDGETS, OneApp, OptionsSourceDirective, OverlayBodyComponent, OverlayRef, OverlayService, PLATFORM_BUTTON_NAV_IDS, PLATFORM_EXTENSIBLE_NAV_IDS, PLATFORM_NAV_MAP, PLATFORM_ROOT_CHILDREN, PaginationComponent, PanelComponent, PercentagePipe, PlaygroundComponent, PositionDirective, PwaInstallComponent, ROOT_NAV, RadioGroupComponent, RadioInputComponent, RangeInputComponent, RatingInputComponent, ReactiveElementComponent, RemoteComponent, RemoteLoaderService, ResizeElementComponent, RouteContainer, RowComponent, SEARCH_QUERY, SEARCH_RESULTS_EVENT, SECTION_ACCORDION_GROUP, SECTION_FORM_CONTEXT, SHARED_ICONS, SIZE_CONTEXT, ScoreComponent, ScrollComponent, ScrollService, SearchPanelComponent, SearchStore, SearchUserPanelComponent, SectionAccordionDirective, SectionAccordionGroupDirective, SectionBackComponent, SectionBadgesComponent, SectionButtonGroupComponent, SectionCardComponent, SectionCarouselComponent, SectionComponent, SectionFilterComponent, SectionFooterComponent, SectionFormComponent, SectionFormItemComponent, SectionHeaderComponent, SectionHeroComponent, SectionSearchComponent, SectionStepperComponent, SectionTabsComponent, SectionToggleComponent, SectionToggleItemDirective, SelectableCardInputComponent, SelectorDirective, SettingsSearchBarComponent, SettingsSearchService, ShapeComponent, SharedStoreRegistry, SidePanelDirective, Size, SocketStore, SortComponent, StatComponent, StepComponent, StepperComponent, StepsComponent, StorageService, StrokeLinecap, StrokeLinejoin, SummaryComponent, SvgGeneratorComponent, SvgGeneratorService, SvgService, TOTAL_COLUMNS, TRANSLATION_SOURCE, TableComponent, TableFilterCondition, TechnicalMeterComponent, TextInputComponent, TextOutputComponent, TextareaInputComponent, ThemeComponent, ThemeDataService, ThemeService, ThemeStore, TimeAgoPipe, TimelineComponent, ToggleButtonComponent, ToggleInputComponent, ToggleRadioInputComponent, ToolTipDirective, TooltipComponent, TranslatePipe, TranslateService, TreeGridComponent, URL_SEP, USER_STORE_REF, USER_TAB_MAP, UlComponent, UniverseComponent, UserApiService, UserAvatarComponent, UserComponent, UserNavComponent, UserSettingsComponent, UserStore, WC_ROUTE_CHANGED_EVENT, WC_SEARCH_GROUPS, WIN_USER_TAB_HOOK, WIN_USER_TAB_KEY, WatermarkComponent, WcRouterStore, WrapperInputComponent, anchorNavId, applyColorsToElement, bootstrapMagApp, bootstrapPwaInstall, buildWcBaseUrl, calculateLuminance, calculateRanks, cellText, checkFilterCondition, childNavId, classListSignal, coerceSize, cornerEdge, cornerSide, createMap, createPlatformNavMap, deriveAvatarGradient, deriveContrastColor, deriveOppositeColor, derivePropertyName, emailValidation, evaluate, evaluateBool, flattenTreeGridRows, formatBadgeCount, fullName, generateClipPath, generateTransform, getClassList, getProperty, getScrollParent, getTierFromPreviewPath, getTreeGridRow, getUniqueId, getValue, hasErrorComputed, hexToRgb, hslToRgb, initMagmoniumApp, initialNotificationState, initialState, initials, injectAuthenticate, injectInstallApp, injectParentSize, injectScrollSticky, isButtonName, isCancelledComputed, isExtensiblePlatformNavId, isJson, isLoadingComputed, isLocalhost, isPlatformNavId, isSize, isTierPreview, isUrlLocalhost, isValidNavId, isValidNavSegment, isWebComponent, linkToId, linkToNav, loadingActions, mInterceptor, manualValidation, matchFieldValidation, maxLengthValidation, maxValidation, mergePlatformNav, mergeUnique, mergeUniqueBy, mergeUniqueWith, minAgeValidation, minLengthValidation, minValidation, miniMarkToHtml, navIdChain, navIdFor, navIdSegment, navIdToRoutePath, navIdToSegments, navToId, parentNavId, parseAddress, parseColor, parsePatternNames, patternValidation, patternsValidation, platformNavWidgets, privateGuard, processImageToSvg, provideAppContext, provideMagAppConfig, provideMagWcConfig, provideMagWcRoutes, provideModalComponents, provideMurlUrlSerializer, provideNavWidgets, provideOverlayWidgets, providePlatformNavWidgets, provideSearch, provideSizeContext, provideUserTabs, publicGuard, readFieldPatterns, renderAddress, requiredValidation, resolveConfigAsset, resolveIconSize, resolvePallet, resolvePatternRules, resolveSize, rgbToHex, rgbToHsl, rowHasChildren, samePatterns, segmentsToNavId, setProperty, setTreeGridChildren, settingsWidgets, shouldShowBadge, splitNavId, stringToColor, toAttrBool, toAttrNumber, toCssLength, toHostNavId, toLength, toLocalNavId, toggleTreeGridRow, unfetchedPlatformNav, urlValidation };
|
|
8135
|
-
export type { Accordion, AccordionGroup, AccordionVariant, ActionNotification, Align, AnimatedGraphConfig, AnimatedGraphCurveInput, AppCardData, AppCardInputs, AppCardVariant, AppContextRef, AppHint, AppManifest, AppRelation, AppTileData, AuthEmailCreate404Response, AuthEmailCreate422Response, AuthEmailCreateRequest, AuthEmailCreateResponse, AuthIdentitiesListResponse, AuthOtpCreateRequest, AuthOtpCreateResponse, AuthOtpUpdateRequest, AuthOtpUpdateResponse, AuthPasswordCreateRequest, AuthPasswordCreateResponse, AuthPasswordCreateResponseTokens, AuthPasswordCreateResponseUser, AuthPasswordUpdateRequest, AuthPasswordUpdateResponse, AuthPasswordUpdateResponseTokens, AuthPasswordUpdateResponseUser, AuthResult, AuthSignupCreateRequest, AuthSignupCreateRequestUser, AuthSignupCreateResponse, AuthSignupCreateResponseTokens, AuthState, AuthUser, Badge, BadgePosition, BadgeVariant, BandingConfig, BreadCrumb, BreadcrumbTrail, Button, ButtonGroup, Carousel, CarouselIndicatorPosition, CarouselIndicatorShape, CarouselPosition, CarouselSlide, CellChangeEvent, CellClickEvent, Chart, ChartSeries, ColBreakpoint, ColSpan, ColorInput, ColorPallet, ColorPropertyType, ColumnDef, Comment, CommentItem, ComponentInput, Config, ContextMenu, ContextMenuEvent, CropData, Cursor, CustomIcon, DateInput, Direction$2 as Direction, DotGridVariant, DragListReorder, Draggable, DraggableState, DropdownInput, DropdownOption, ElementType, FieldPatterns, FileUploadConfig, FileUploadEvent, FileUploadInput, FilterOption, FlatTreeGridRow, FlexAlign, FlexAlignSelf, FlexConfig, FlexDirection, FlexItemConfig, FlexJustify, FlexVariant, FolderPickListener, Form, FormState, Genre, GridBreakpoint, Header, HeaderLevel, HeldShelf, HeroDataRecord, HeroDimensions, HslColor, Icon, Input, InputModel, InputSpan, InputState, InputValue, Jumbotron, JumbotronAnimation, KeyValueVariant, LoadingActionsApi, LoginStoreContract, LogoVariant, MagAppConfigOptions, MagWcConfigOptions, ManualErrorValidator, MenuItem, Modal, ModalOverlayConfig, ModalStoreRef, ModalStoreTrigger, ModalTrigger, MoneySystem, MultiRangeInput, Nav, NavIdKey, NavKind, NavMap, NavPresentation, NavStoreRef, NavWidgetConfig, NavWidgetEntry, NavWidgetMap, Notification, NotificationSeverity, NotificationState, NotificationUser, NumberInput, Option, OtpInput, OverlayConfig, OverlayWidgetLoader, OverlayWidgetMap, PageChangeEvent, Pagination, PanelOverlayConfig, PanelTrigger, PasswordInput, PatternRule, Position, QueryParams, QueryValue, RadioGroupInput, RadioInput, RangeInput, RatingInput, RemoteSelectorConfig, ResolvedUserTab, RgbColor, SearchChangeEvent, SearchInput, SearchResult, SearchSourceGroup, SearchState, SectionAccordion, SectionAccordionGroup, SectionAccordionGroupContext, SectionAccordionRef, SectionButtonGroupConfig, SectionCarousel, SectionCarouselContext, SectionCarouselItem, SectionFormConfig, SectionFormContext, SectionHero, SectionHeroVariant, SectionToggleItem, SectionToggleItemContext, SelectableCardContext, SelectableCardInput, SelectableCardItem, SelectionAction, SelectionActionEvent, SelectionChangeEvent, SelectorConfig, Shape, ShapeType, ShapeVariant, SharedToken, SharedUser, SizeContext, SizeDeclarer, SocketMessage, Sort, SortChange, SortChangeEvent, SortOption, SortOrder, SqueezeMode, StatAlign, StatCornerEdge, StatCornerPosition, StatCornerSide, StatSurface, StatVariant, Step, Stepper, StepperResponsiveConfig, StepperStep, Steps, StickyBehavior, Summary, SummaryAction, SummaryRow, SummaryRowType, Svg, SvgGenOptions, SvgGeneratorCoreOptions, SvgGeneratorEditOptions, TabGroup, TableConfig, TableFilterDef, TextInput, TextNotification, TextOutputAlign, TextOutputConfig, TextOutputVariant, TextareaInput, Timeline, TimelineItem, ToggleInput, ToggleRadioInput, Tokens, TreeGridCellClickEvent, TreeGridLoadChildrenEvent, TreeGridRow, TreeGridRowSelectEvent, TreeGridToggleEvent, UniverseColorScheme, User, UserStoreRef, Version, Watermark, WebComponentConfig, WeeklyData };
|
|
8285
|
+
export { ACCESS_DOMAINS, APP_CONTEXT_REF, ASSET_BASE_URL, AccordionBodyDirective, AccordionComponent, AccordionGroupComponent, ActionComponent, AnimatedGraphsComponent, AppCardComponent, AppRelationType, AppTileComponent, AssetStore, AssetUrlPipe, Assets, AuthActivityPageComponent, AuthApiService, AuthStore, AutosizeDirective, BadgeComponent, BandingComponent, BaseArrayInputComponent, BaseRootWebComponent, BaseWebComponent, ButtonComponent, ButtonGroupComponent, COMPONENT_INPUT_REGISTRY, CardComponent, CardWrapperComponent, CarouselComponent, ChartComponent, CheckboxInputComponent, ClearableInputComponent, ColComponent, ColorPickerInputComponent, CommentItemComponent, CommentsApiService, CommentsComponent, CommentsStore, ComponentInputComponent, ComponentStepperComponent, ConfigComponent, ConfirmComponent, ContextMenuComponent, CustomIconClass, CustomIconEditComponent, DEFAULT_SIZE, DashboardCardComponent, DateInputComponent, DatePickerComponent, DeviceService, DomService, Domain, DotGridComponent, DragListDirective, DragListItemDirective, DraggableDirective, DropdownInputComponent, FILTER_GROUP_CONTEXT, FLEX_VARIANTS, FOLDER_PICK_LISTENER, FORM_ASSET_FOLDER, FileService, FileUploadDirective, FileUploadInputComponent, FlexComponent, FlexItemComponent, FormGroupComponent, FrameComponent, FreezeService, GRID_BREAKPOINTS, GetNavService, HeaderComponent, HighlightDirective, HttpService, ICON_SOURCE, IS_DESIGN_MODE, IS_SIDE_PANEL, IconComponent, ImgComponent, InputType, InstrumentScoreComponent, InterceptorObservables, JumbotronComponent, KeyValueComponent, LAYOUT_ASSET_FOLDER, LOGIN_COMPONENT, LOGIN_STORE, LanguageComponent, LogoComponent, MAG_SOCKET_EVENT, MHeroColorDirective, MHeroComponent, MODAL_REF, MODAL_STORE_REF, MRefDirective, MStepComponent, MURL_PARAM, MURL_SEP, ManifestEnrichmentService, MenuComponent, ModalDirective, ModalRef, ModalStore, MoneyPipe, MultiRangeInputComponent, MurlUrlSerializer, NAV_DEFAULT_MURL, NAV_ID_SEP, NAV_MAIN_BUTTONS, NAV_SEGMENT_RE, NAV_STORE_REF, NAV_WC_COMPONENTS, NAV_WIDGET_MAP, NavComponent, NavDetailsComponent, NavHeaderComponent, NavMenuComponent, NavStore, NavTrailComponent, NothingComponent, NotificationElementComponent, NotificationGroupComponent, NotificationPopupComponent, NotificationService, NotificationStore, NotificationType, NotificationWidgetComponent, ONE_ASSET_BASE_URL, OPTIONS_SOURCE, OVERLAY_WIDGETS, OneApp, OptionsSourceDirective, OverlayBodyComponent, OverlayRef, OverlayService, PLATFORM_BUTTON_NAV_IDS, PLATFORM_EXTENSIBLE_NAV_IDS, PLATFORM_NAV_MAP, PLATFORM_ROOT_CHILDREN, PaginationComponent, PanelComponent, PercentagePipe, PlaygroundComponent, PositionDirective, PwaInstallComponent, ROOT_NAV, RadioGroupComponent, RadioInputComponent, RangeInputComponent, RatingInputComponent, ReactiveElementComponent, RemoteComponent, RemoteLoaderService, ResizeElementComponent, RouteContainer, RowComponent, SEARCH_QUERY, SEARCH_RESULTS_EVENT, SECTION_ACCORDION_GROUP, SECTION_FORM_CONTEXT, SHARED_ICONS, SIZE_CONTEXT, ScoreComponent, ScrollComponent, ScrollService, SearchPanelComponent, SearchStore, SearchUserPanelComponent, SectionAccordionDirective, SectionAccordionGroupDirective, SectionBackComponent, SectionBadgesComponent, SectionButtonGroupComponent, SectionCardComponent, SectionCarouselComponent, SectionComponent, SectionFilterComponent, SectionFilterGroupComponent, SectionFooterComponent, SectionFormComponent, SectionFormItemComponent, SectionHeaderComponent, SectionHeroComponent, SectionSearchComponent, SectionStepperComponent, SectionTabsComponent, SectionToggleComponent, SectionToggleItemDirective, SelectableCardInputComponent, SelectorDirective, SettingsSearchBarComponent, SettingsSearchService, ShapeComponent, SharedStoreRegistry, SidePanelDirective, Size, SocketStore, SortComponent, StatComponent, StepComponent, StepperComponent, StepsComponent, StorageService, StrokeLinecap, StrokeLinejoin, SummaryComponent, SvgGeneratorComponent, SvgGeneratorService, SvgService, TOTAL_COLUMNS, TRANSLATION_SOURCE, TableComponent, TableFilterCondition, TechnicalMeterComponent, TextInputComponent, TextOutputComponent, TextareaInputComponent, ThemeComponent, ThemeDataService, ThemeService, ThemeStore, TimeAgoPipe, TimelineComponent, ToggleButtonComponent, ToggleInputComponent, ToggleRadioInputComponent, ToolTipDirective, TooltipComponent, TranslatePipe, TranslateService, TreeGridComponent, URL_SEP, USER_STORE_REF, USER_TAB_MAP, UlComponent, UniverseComponent, UserApiService, UserAvatarComponent, UserComponent, UserNavComponent, UserSettingsComponent, UserStore, WC_ROUTE_CHANGED_EVENT, WC_SEARCH_GROUPS, WIN_USER_TAB_HOOK, WIN_USER_TAB_KEY, WatermarkComponent, WcRouterStore, WrapperInputComponent, anchorNavId, applyColorsToElement, bootstrapMagApp, bootstrapPwaInstall, buildWcBaseUrl, calculateLuminance, calculateRanks, cellText, checkFilterCondition, childNavId, classListSignal, coerceSize, cornerEdge, cornerSide, createMap, createPlatformNavMap, deriveAvatarGradient, deriveContrastColor, deriveOppositeColor, derivePropertyName, emailValidation, evaluate, evaluateBool, flattenTreeGridRows, formatBadgeCount, fullName, generateClipPath, generateTransform, getClassList, getProperty, getScrollParent, getTierFromPreviewPath, getTreeGridRow, getUniqueId, getValue, hasErrorComputed, hexToRgb, hslToRgb, initMagmoniumApp, initialNotificationState, initialState, initials, injectAuthenticate, injectInstallApp, injectParentSize, injectScrollSticky, isButtonName, isCancelledComputed, isExtensiblePlatformNavId, isJson, isLoadingComputed, isLocalhost, isPlatformNavId, isSize, isTierPreview, isUrlLocalhost, isValidNavId, isValidNavSegment, isWebComponent, linkToId, linkToNav, loadingActions, mInterceptor, manualValidation, matchFieldValidation, maxLengthValidation, maxValidation, mergePlatformNav, mergeUnique, mergeUniqueBy, mergeUniqueWith, minAgeValidation, minLengthValidation, minValidation, miniMarkToHtml, navIdChain, navIdFor, navIdSegment, navIdToRoutePath, navIdToSegments, navToId, parentNavId, parseAddress, parseColor, parsePatternNames, patternValidation, patternsValidation, platformNavWidgets, privateGuard, processImageToSvg, provideAppContext, provideMagAppConfig, provideMagWcConfig, provideMagWcRoutes, provideModalComponents, provideMurlUrlSerializer, provideNavWidgets, provideOverlayWidgets, providePlatformNavWidgets, provideSearch, provideSizeContext, provideUserTabs, publicGuard, readFieldPatterns, renderAddress, requiredValidation, resolveConfigAsset, resolveIconSize, resolvePallet, resolvePatternRules, resolveSize, rgbToHex, rgbToHsl, rowHasChildren, samePatterns, segmentsToNavId, setProperty, setTreeGridChildren, settingsWidgets, shouldShowBadge, splitNavId, stringToColor, toAttrBool, toAttrNumber, toCssLength, toHostNavId, toLength, toLocalNavId, toggleTreeGridRow, unfetchedPlatformNav, urlValidation };
|
|
8286
|
+
export type { Accordion, AccordionGroup, AccordionVariant, ActionNotification, Align, AnimatedGraphConfig, AnimatedGraphCurveInput, AppCardData, AppCardInputs, AppCardVariant, AppContextRef, AppHint, AppManifest, AppRelation, AppTileData, AuthEmailCreate404Response, AuthEmailCreate422Response, AuthEmailCreateRequest, AuthEmailCreateResponse, AuthIdentitiesListResponse, AuthOtpCreateRequest, AuthOtpCreateResponse, AuthOtpUpdateRequest, AuthOtpUpdateResponse, AuthPasswordCreateRequest, AuthPasswordCreateResponse, AuthPasswordCreateResponseTokens, AuthPasswordCreateResponseUser, AuthPasswordUpdateRequest, AuthPasswordUpdateResponse, AuthPasswordUpdateResponseTokens, AuthPasswordUpdateResponseUser, AuthResult, AuthSignupCreateRequest, AuthSignupCreateRequestUser, AuthSignupCreateResponse, AuthSignupCreateResponseTokens, AuthState, AuthUser, Badge, BadgePosition, BadgeVariant, BandingConfig, BreadCrumb, BreadcrumbTrail, Button, ButtonGroup, Carousel, CarouselIndicatorPosition, CarouselIndicatorShape, CarouselPosition, CarouselSlide, CellChangeEvent, CellClickEvent, Chart, ChartSeries, ColBreakpoint, ColSpan, ColorInput, ColorPallet, ColorPropertyType, ColumnDef, Comment, CommentItem, ComponentInput, Config, ContextMenu, ContextMenuEvent, CropData, Cursor, CustomIcon, DateInput, Direction$2 as Direction, DotGridVariant, DragListReorder, Draggable, DraggableState, DropdownInput, DropdownOption, ElementType, FieldPatterns, FileUploadConfig, FileUploadEvent, FileUploadInput, FilterGroupContext, FilterGroupMember, FilterOption, FilterSelection, FlatTreeGridRow, FlexAlign, FlexAlignSelf, FlexConfig, FlexDirection, FlexItemConfig, FlexJustify, FlexVariant, FolderPickListener, Form, FormState, Genre, GridBreakpoint, Header, HeaderLevel, HeldShelf, HeroDataRecord, HeroDimensions, HslColor, Icon, Input, InputModel, InputSpan, InputState, InputValue, Jumbotron, JumbotronAnimation, KeyValueVariant, LoadingActionsApi, LoginStoreContract, LogoVariant, MagAppConfigOptions, MagWcConfigOptions, ManualErrorValidator, MenuItem, Modal, ModalOverlayConfig, ModalStoreRef, ModalStoreTrigger, ModalTrigger, MoneySystem, MultiRangeInput, Nav, NavIdKey, NavKind, NavMap, NavPresentation, NavStoreRef, NavWidgetConfig, NavWidgetEntry, NavWidgetMap, Notification, NotificationSeverity, NotificationState, NotificationUser, NumberInput, Option, OtpInput, OverlayConfig, OverlayWidgetLoader, OverlayWidgetMap, PageChangeEvent, Pagination, PanelOverlayConfig, PanelTrigger, PasswordInput, PatternRule, Position, QueryParams, QueryValue, RadioGroupInput, RadioInput, RangeInput, RatingInput, RemoteSelectorConfig, ResolvedUserTab, RgbColor, SearchChangeEvent, SearchInput, SearchResult, SearchSourceGroup, SearchState, SectionAccordion, SectionAccordionGroup, SectionAccordionGroupContext, SectionAccordionRef, SectionButtonGroupConfig, SectionCarousel, SectionCarouselContext, SectionCarouselItem, SectionFilterGroupConfig, SectionFormConfig, SectionFormContext, SectionHero, SectionHeroVariant, SectionToggleItem, SectionToggleItemContext, SelectableCardContext, SelectableCardInput, SelectableCardItem, SelectionAction, SelectionActionEvent, SelectionChangeEvent, SelectorConfig, Shape, ShapeType, ShapeVariant, SharedToken, SharedUser, SizeContext, SizeDeclarer, SocketMessage, Sort, SortChange, SortChangeEvent, SortOption, SortOrder, SqueezeMode, StatAlign, StatCornerEdge, StatCornerPosition, StatCornerSide, StatSurface, StatVariant, Step, Stepper, StepperResponsiveConfig, StepperStep, Steps, StickyBehavior, Summary, SummaryAction, SummaryRow, SummaryRowType, Svg, SvgGenOptions, SvgGeneratorCoreOptions, SvgGeneratorEditOptions, TabGroup, TableConfig, TableFilterDef, TextInput, TextNotification, TextOutputAlign, TextOutputConfig, TextOutputVariant, TextareaInput, Timeline, TimelineItem, ToggleInput, ToggleRadioInput, Tokens, TreeGridCellClickEvent, TreeGridLoadChildrenEvent, TreeGridRow, TreeGridRowSelectEvent, TreeGridToggleEvent, UniverseColorScheme, User, UserStoreRef, Version, Watermark, WebComponentConfig, WeeklyData };
|