@magmonium/one 0.2.21 → 0.2.23

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.
@@ -6447,7 +6447,7 @@ class SectionFormItemComponent extends ConfigComponent {
6447
6447
  break;
6448
6448
  }
6449
6449
  case InputType.TOGGLE: {
6450
- const { ToggleInputComponent } = await import('./magmonium-one-toggle-C7x9RD6s.mjs');
6450
+ const { ToggleInputComponent } = await import('./magmonium-one-toggle-DMiQNR68.mjs');
6451
6451
  this.createDynamicComponent(seq, ToggleInputComponent, [], true);
6452
6452
  break;
6453
6453
  }
@@ -6459,12 +6459,12 @@ class SectionFormItemComponent extends ConfigComponent {
6459
6459
  break;
6460
6460
  }
6461
6461
  case InputType.PASSWORD: {
6462
- const { PasswordInputComponent } = await import('./magmonium-one-password-__PrZcdG.mjs');
6462
+ const { PasswordInputComponent } = await import('./magmonium-one-password-lwPFehLu.mjs');
6463
6463
  this.createDynamicComponent(seq, PasswordInputComponent);
6464
6464
  break;
6465
6465
  }
6466
6466
  case InputType.OTP: {
6467
- const { OtpInputComponent } = await import('./magmonium-one-otp-DNMHPQJR.mjs');
6467
+ const { OtpInputComponent } = await import('./magmonium-one-otp-CC6gdmEr.mjs');
6468
6468
  this.createDynamicComponent(seq, OtpInputComponent);
6469
6469
  break;
6470
6470
  }
@@ -10788,7 +10788,7 @@ class SectionFilterGroupComponent {
10788
10788
  <div class="section-filter-group__row">
10789
10789
  <ng-content />
10790
10790
  </div>
10791
- `, isInline: true, styles: ["@keyframes toggle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes thumb-slide{0%{transform:translate(0) scale(1)}50%{transform:translate(.3em) scale(.9)}to{transform:translate(.6em) scale(1)}}:host{display:block;width:100%;box-sizing:border-box;border-bottom:1px solid var(--m-section-filter-border, var(--m-backdrop-border))}:host(.no-border){border-bottom:none}:host(.has-padding){padding:var(--m-filter-group-p, var(--section-px, 1rem))}:host(.has-padding-x){padding-inline:var(--m-filter-group-px, var(--section-px, 1rem))}:host(.has-padding-y){padding-block:var(--m-filter-group-py, var(--section-pt, 1rem))}:host(.align-left) .section-filter-group__row{justify-content:flex-start}:host(.align-center) .section-filter-group__row{justify-content:center}:host(.align-right) .section-filter-group__row{justify-content:flex-end}:host(.is-squeezed){display:inline-flex;width:auto;border-bottom:none}:host(.is-squeezed) .section-filter-group__row{display:none}:host(.is-design-mode) .section-filter-group__row{min-width:4em;min-height:4em}.section-filter-group__row{display:flex;flex-wrap:wrap;align-items:stretch;width:100%;max-width:var(--m-filter-group-max-width, none)}.section-filter-group__row m-section-filter{flex:1;min-width:0}.section-filter-group__squeeze{display:inline-flex}.section-filter-group__toggle{position:relative;display:inline-flex;flex-shrink:0;--m-button-size: 1rem}.section-filter-group__toggle.is-active{--m-button-color: var(--m-mm)}.section-filter-group__toggle m-badge{pointer-events:none}\n"], dependencies: [{ kind: "component", type: ButtonComponent, selector: "m-button,m-one-button", inputs: ["config", "color", "labelClass", "fullWidth", "nav", "navParams", "href", "disabled", "variant", "name", "baseUrl", "one", "remote", "label", "noTranslate", "params", "noNative", "icon", "isRightIcon", "iconOnly", "stacked", "imgSrc", "nonClickable", "inverted", "isSubmit", "tabindex"], outputs: ["configChange", "clicked"] }, { kind: "component", type: BadgeComponent, selector: "m-badge", inputs: ["config"], outputs: ["configChange"] }, { kind: "directive", type: SelectorDirective, selector: "[mSelector]", inputs: ["mSelector", "disabled"], outputs: ["opened", "closed"], exportAs: ["mSelector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
10791
+ `, isInline: true, styles: ["@keyframes toggle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes thumb-slide{0%{transform:translate(0) scale(1)}50%{transform:translate(.3em) scale(.9)}to{transform:translate(.6em) scale(1)}}:host{display:block;width:100%;box-sizing:border-box;border-bottom:1px solid var(--m-section-filter-border, var(--m-backdrop-border))}:host(.no-border){border-bottom:none}:host(.has-padding){padding:var(--m-filter-group-p, var(--section-px, 1rem))}:host(.has-padding-x){padding-inline:var(--m-filter-group-px, var(--section-px, 1rem))}:host(.has-padding-y){padding-block:var(--m-filter-group-py, var(--section-pt, 1rem))}:host(.align-left) .section-filter-group__row{justify-content:flex-start}:host(.align-center) .section-filter-group__row{justify-content:center}:host(.align-right) .section-filter-group__row{justify-content:flex-end}:host(.is-squeezed){display:inline-flex;width:auto;border-bottom:none}:host(.is-squeezed) .section-filter-group__row{display:none}:host(.is-design-mode) .section-filter-group__row{min-width:4em;min-height:4em}.section-filter-group__row{display:flex;flex-wrap:wrap;align-items:stretch;width:100%;max-width:var(--m-filter-group-max-width, none)}.section-filter-group__row m-section-filter{flex:1;min-width:0}.section-filter-group__squeeze{display:inline-flex}.section-filter-group__toggle{position:relative;display:inline-flex;flex-shrink:0;--m-button-size: 1rem}.section-filter-group__toggle.is-active{--m-button-color: var(--m-mm)}.section-filter-group__toggle m-badge{pointer-events:none;--M-BADGE-color: var(--m-error);--m-badge-size: .65rem;--m-badge-height: 1rem;--m-badge-min-width: 1rem}\n"], dependencies: [{ kind: "component", type: ButtonComponent, selector: "m-button,m-one-button", inputs: ["config", "color", "labelClass", "fullWidth", "nav", "navParams", "href", "disabled", "variant", "name", "baseUrl", "one", "remote", "label", "noTranslate", "params", "noNative", "icon", "isRightIcon", "iconOnly", "stacked", "imgSrc", "nonClickable", "inverted", "isSubmit", "tabindex"], outputs: ["configChange", "clicked"] }, { kind: "component", type: BadgeComponent, selector: "m-badge", inputs: ["config"], outputs: ["configChange"] }, { kind: "directive", type: SelectorDirective, selector: "[mSelector]", inputs: ["mSelector", "disabled"], outputs: ["opened", "closed"], exportAs: ["mSelector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
10792
10792
  }
10793
10793
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: SectionFilterGroupComponent, decorators: [{
10794
10794
  type: Component,
@@ -10835,7 +10835,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
10835
10835
  provide: FILTER_GROUP_CONTEXT,
10836
10836
  useFactory: () => inject(SectionFilterGroupComponent).context,
10837
10837
  },
10838
- ], styles: ["@keyframes toggle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes thumb-slide{0%{transform:translate(0) scale(1)}50%{transform:translate(.3em) scale(.9)}to{transform:translate(.6em) scale(1)}}:host{display:block;width:100%;box-sizing:border-box;border-bottom:1px solid var(--m-section-filter-border, var(--m-backdrop-border))}:host(.no-border){border-bottom:none}:host(.has-padding){padding:var(--m-filter-group-p, var(--section-px, 1rem))}:host(.has-padding-x){padding-inline:var(--m-filter-group-px, var(--section-px, 1rem))}:host(.has-padding-y){padding-block:var(--m-filter-group-py, var(--section-pt, 1rem))}:host(.align-left) .section-filter-group__row{justify-content:flex-start}:host(.align-center) .section-filter-group__row{justify-content:center}:host(.align-right) .section-filter-group__row{justify-content:flex-end}:host(.is-squeezed){display:inline-flex;width:auto;border-bottom:none}:host(.is-squeezed) .section-filter-group__row{display:none}:host(.is-design-mode) .section-filter-group__row{min-width:4em;min-height:4em}.section-filter-group__row{display:flex;flex-wrap:wrap;align-items:stretch;width:100%;max-width:var(--m-filter-group-max-width, none)}.section-filter-group__row m-section-filter{flex:1;min-width:0}.section-filter-group__squeeze{display:inline-flex}.section-filter-group__toggle{position:relative;display:inline-flex;flex-shrink:0;--m-button-size: 1rem}.section-filter-group__toggle.is-active{--m-button-color: var(--m-mm)}.section-filter-group__toggle m-badge{pointer-events:none}\n"] }]
10838
+ ], styles: ["@keyframes toggle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes thumb-slide{0%{transform:translate(0) scale(1)}50%{transform:translate(.3em) scale(.9)}to{transform:translate(.6em) scale(1)}}:host{display:block;width:100%;box-sizing:border-box;border-bottom:1px solid var(--m-section-filter-border, var(--m-backdrop-border))}:host(.no-border){border-bottom:none}:host(.has-padding){padding:var(--m-filter-group-p, var(--section-px, 1rem))}:host(.has-padding-x){padding-inline:var(--m-filter-group-px, var(--section-px, 1rem))}:host(.has-padding-y){padding-block:var(--m-filter-group-py, var(--section-pt, 1rem))}:host(.align-left) .section-filter-group__row{justify-content:flex-start}:host(.align-center) .section-filter-group__row{justify-content:center}:host(.align-right) .section-filter-group__row{justify-content:flex-end}:host(.is-squeezed){display:inline-flex;width:auto;border-bottom:none}:host(.is-squeezed) .section-filter-group__row{display:none}:host(.is-design-mode) .section-filter-group__row{min-width:4em;min-height:4em}.section-filter-group__row{display:flex;flex-wrap:wrap;align-items:stretch;width:100%;max-width:var(--m-filter-group-max-width, none)}.section-filter-group__row m-section-filter{flex:1;min-width:0}.section-filter-group__squeeze{display:inline-flex}.section-filter-group__toggle{position:relative;display:inline-flex;flex-shrink:0;--m-button-size: 1rem}.section-filter-group__toggle.is-active{--m-button-color: var(--m-mm)}.section-filter-group__toggle m-badge{pointer-events:none;--M-BADGE-color: var(--m-error);--m-badge-size: .65rem;--m-badge-height: 1rem;--m-badge-min-width: 1rem}\n"] }]
10839
10839
  }], propDecorators: { squeeze: [{ type: i0.Input, args: [{ isSignal: true, alias: "squeeze", required: false }] }], padding: [{ type: i0.Input, args: [{ isSignal: true, alias: "padding", required: false }] }], paddingX: [{ type: i0.Input, args: [{ isSignal: true, alias: "paddingX", required: false }] }], paddingY: [{ type: i0.Input, args: [{ isSignal: true, alias: "paddingY", required: false }] }], maxWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxWidth", required: false }] }], align: [{ type: i0.Input, args: [{ isSignal: true, alias: "align", required: false }] }], config: [{ type: i0.Input, args: [{ isSignal: true, alias: "config", required: false }] }], value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }, { type: i0.Output, args: ["valueChange"] }], filterChange: [{ type: i0.Output, args: ["filterChange"] }], selectorDir: [{ type: i0.ViewChild, args: [i0.forwardRef(() => SelectorDirective), { isSignal: true }] }] } });
10840
10840
 
10841
10841
  const BREAKPOINTS$1 = [
@@ -18662,7 +18662,7 @@ class WrapperInputComponent extends ConfigComponent {
18662
18662
  break;
18663
18663
  }
18664
18664
  case InputType.TOGGLE: {
18665
- const { ToggleInputComponent } = await import('./magmonium-one-toggle-C7x9RD6s.mjs');
18665
+ const { ToggleInputComponent } = await import('./magmonium-one-toggle-DMiQNR68.mjs');
18666
18666
  this.createDynamicComponent(seq, ToggleInputComponent, [], true);
18667
18667
  break;
18668
18668
  }
@@ -18674,12 +18674,12 @@ class WrapperInputComponent extends ConfigComponent {
18674
18674
  break;
18675
18675
  }
18676
18676
  case InputType.PASSWORD: {
18677
- const { PasswordInputComponent } = await import('./magmonium-one-password-__PrZcdG.mjs');
18677
+ const { PasswordInputComponent } = await import('./magmonium-one-password-lwPFehLu.mjs');
18678
18678
  this.createDynamicComponent(seq, PasswordInputComponent);
18679
18679
  break;
18680
18680
  }
18681
18681
  case InputType.OTP: {
18682
- const { OtpInputComponent } = await import('./magmonium-one-otp-DNMHPQJR.mjs');
18682
+ const { OtpInputComponent } = await import('./magmonium-one-otp-CC6gdmEr.mjs');
18683
18683
  this.createDynamicComponent(seq, OtpInputComponent);
18684
18684
  break;
18685
18685
  }
@@ -29202,7 +29202,7 @@ class NotificationWidgetComponent {
29202
29202
  }
29203
29203
  </div>
29204
29204
  </div>
29205
- `, isInline: true, styles: ["@keyframes toggle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes thumb-slide{0%{transform:translate(0) scale(1)}50%{transform:translate(.3em) scale(.9)}to{transform:translate(.6em) scale(1)}}.notification-widget{display:flex;flex-direction:column;height:100%}.notification-widget__header{display:flex;align-items:center;justify-content:center;padding:1.25rem 1.5rem 1rem}.notification-widget__toggle{width:100%;max-width:16rem;margin:0 auto}.notification-widget__toggle .m-toggle-button{display:block;width:100%}.notification-widget__list{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:0;scrollbar-width:none}.notification-widget__list::-webkit-scrollbar{display:none}.notification-widget__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:3rem 1.5rem;gap:1rem;text-align:center}.notification-widget__empty-icon{font-size:2.5rem;opacity:.5}.notification-widget__empty-text{font-size:.875rem;font-weight:600;color:#999}@keyframes pulse-ring{0%{transform:scale(.8);opacity:.9}to{transform:scale(2.4);opacity:0}}@keyframes bell-shake{0%,85%,to{transform:rotate(0) scale(1)}87%,93%{transform:rotate(15deg) scale(1.1)}90%,96%{transform:rotate(-15deg) scale(1.1)}}\n"], dependencies: [{ kind: "component", type: NotificationElementComponent, selector: "m-notification-element", inputs: ["notification", "autoClose"], outputs: ["actionClicked"] }, { kind: "component", type: ToggleButtonComponent, selector: "m-toggle-button,m-one-toggle-button", inputs: ["value", "buttons"], outputs: ["valueChange"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
29205
+ `, isInline: true, styles: ["@keyframes toggle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes thumb-slide{0%{transform:translate(0) scale(1)}50%{transform:translate(.3em) scale(.9)}to{transform:translate(.6em) scale(1)}}.notification-widget{display:flex;flex-direction:column;height:100%}.notification-widget__header{display:flex;align-items:center;justify-content:center;padding:1.25rem 1.5rem 1rem}.notification-widget__toggle{width:100%;max-width:16rem;margin:0 auto;--m-toggle-button-radius: 9999px}.notification-widget__toggle .m-toggle-button{display:block;width:100%}.notification-widget__list{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:0;scrollbar-width:none}.notification-widget__list::-webkit-scrollbar{display:none}.notification-widget__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:3rem 1.5rem;gap:1rem;text-align:center}.notification-widget__empty-icon{font-size:2.5rem;opacity:.5}.notification-widget__empty-text{font-size:.875rem;font-weight:600;color:#999}@keyframes pulse-ring{0%{transform:scale(.8);opacity:.9}to{transform:scale(2.4);opacity:0}}@keyframes bell-shake{0%,85%,to{transform:rotate(0) scale(1)}87%,93%{transform:rotate(15deg) scale(1.1)}90%,96%{transform:rotate(-15deg) scale(1.1)}}\n"], dependencies: [{ kind: "component", type: NotificationElementComponent, selector: "m-notification-element", inputs: ["notification", "autoClose"], outputs: ["actionClicked"] }, { kind: "component", type: ToggleButtonComponent, selector: "m-toggle-button,m-one-toggle-button", inputs: ["value", "buttons"], outputs: ["valueChange"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
29206
29206
  }
29207
29207
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: NotificationWidgetComponent, decorators: [{
29208
29208
  type: Component,
@@ -29233,7 +29233,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
29233
29233
  }
29234
29234
  </div>
29235
29235
  </div>
29236
- `, changeDetection: ChangeDetectionStrategy.OnPush, styles: ["@keyframes toggle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes thumb-slide{0%{transform:translate(0) scale(1)}50%{transform:translate(.3em) scale(.9)}to{transform:translate(.6em) scale(1)}}.notification-widget{display:flex;flex-direction:column;height:100%}.notification-widget__header{display:flex;align-items:center;justify-content:center;padding:1.25rem 1.5rem 1rem}.notification-widget__toggle{width:100%;max-width:16rem;margin:0 auto}.notification-widget__toggle .m-toggle-button{display:block;width:100%}.notification-widget__list{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:0;scrollbar-width:none}.notification-widget__list::-webkit-scrollbar{display:none}.notification-widget__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:3rem 1.5rem;gap:1rem;text-align:center}.notification-widget__empty-icon{font-size:2.5rem;opacity:.5}.notification-widget__empty-text{font-size:.875rem;font-weight:600;color:#999}@keyframes pulse-ring{0%{transform:scale(.8);opacity:.9}to{transform:scale(2.4);opacity:0}}@keyframes bell-shake{0%,85%,to{transform:rotate(0) scale(1)}87%,93%{transform:rotate(15deg) scale(1.1)}90%,96%{transform:rotate(-15deg) scale(1.1)}}\n"] }]
29236
+ `, changeDetection: ChangeDetectionStrategy.OnPush, styles: ["@keyframes toggle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes thumb-slide{0%{transform:translate(0) scale(1)}50%{transform:translate(.3em) scale(.9)}to{transform:translate(.6em) scale(1)}}.notification-widget{display:flex;flex-direction:column;height:100%}.notification-widget__header{display:flex;align-items:center;justify-content:center;padding:1.25rem 1.5rem 1rem}.notification-widget__toggle{width:100%;max-width:16rem;margin:0 auto;--m-toggle-button-radius: 9999px}.notification-widget__toggle .m-toggle-button{display:block;width:100%}.notification-widget__list{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:0;scrollbar-width:none}.notification-widget__list::-webkit-scrollbar{display:none}.notification-widget__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:3rem 1.5rem;gap:1rem;text-align:center}.notification-widget__empty-icon{font-size:2.5rem;opacity:.5}.notification-widget__empty-text{font-size:.875rem;font-weight:600;color:#999}@keyframes pulse-ring{0%{transform:scale(.8);opacity:.9}to{transform:scale(2.4);opacity:0}}@keyframes bell-shake{0%,85%,to{transform:rotate(0) scale(1)}87%,93%{transform:rotate(15deg) scale(1.1)}90%,96%{transform:rotate(-15deg) scale(1.1)}}\n"] }]
29237
29237
  }] });
29238
29238
 
29239
29239
  class ThemeCardContentComponent {
@@ -33026,4 +33026,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
33026
33026
  */
33027
33027
 
33028
33028
  export { DateInputComponent as $, ACCESS_DOMAINS as A, BaseInputComponent as B, COMPONENT_INPUT_REGISTRY as C, CardComponent as D, CardWrapperComponent as E, CarouselComponent as F, ChartComponent as G, CheckboxInputComponent as H, IS_DESIGN_MODE as I, ClearableInputComponent as J, ColComponent as K, LabelComponent as L, ColorPickerInputComponent as M, CommentItemComponent as N, CommentsApiService as O, CommentsComponent as P, CommentsStore as Q, ComponentInputComponent as R, ComponentStepperComponent as S, TranslatePipe as T, ConfigComponent as U, ConfirmComponent as V, ContextMenuComponent as W, CustomIconClass as X, CustomIconEditComponent as Y, DEFAULT_SIZE as Z, DashboardCardComponent as _, BaseTextInputComponent as a, NAV_WIDGET_MAP as a$, DatePickerComponent as a0, DeviceService as a1, DomService as a2, Domain as a3, DotGridComponent as a4, DragListDirective as a5, DragListItemDirective as a6, DraggableDirective as a7, DropdownInputComponent as a8, FILTER_GROUP_CONTEXT as a9, LOGIN_COMPONENT as aA, LOGIN_STORE as aB, LanguageComponent as aC, LogoComponent as aD, MAG_SOCKET_EVENT as aE, MHeroColorDirective as aF, MHeroComponent as aG, MODAL_REF as aH, MODAL_STORE_REF as aI, MRefDirective as aJ, MStepComponent as aK, MURL_PARAM as aL, MURL_SEP as aM, ManifestEnrichmentService as aN, MenuComponent as aO, ModalDirective as aP, ModalRef as aQ, ModalStore as aR, MoneyPipe as aS, MultiRangeInputComponent as aT, MurlUrlSerializer as aU, NAV_DEFAULT_MURL as aV, NAV_ID_SEP as aW, NAV_MAIN_BUTTONS as aX, NAV_SEGMENT_RE as aY, NAV_STORE_REF as aZ, NAV_WC_COMPONENTS as a_, FLEX_VARIANTS as aa, FOLDER_PICK_LISTENER as ab, FORM_ASSET_FOLDER as ac, FileService as ad, FileUploadDirective as ae, FileUploadInputComponent as af, FlexComponent as ag, FlexItemComponent as ah, FormGroupComponent as ai, FrameComponent as aj, FreezeService as ak, GRID_BREAKPOINTS as al, GetNavService as am, HeaderComponent$1 as an, HighlightDirective as ao, HttpService as ap, ICON_SOURCE as aq, IS_SIDE_PANEL as ar, IconComponent as as, ImgComponent as at, InputType as au, InstrumentScoreComponent as av, InterceptorObservables as aw, JumbotronComponent as ax, KeyValueComponent as ay, LAYOUT_ASSET_FOLDER as az, TextOutputComponent as b, SectionFilterComponent as b$, NavComponent as b0, NavDetailsComponent as b1, NavHeaderComponent as b2, NavMenuComponent as b3, NavStore as b4, NavTrailComponent as b5, NothingComponent as b6, NotificationElementComponent as b7, NotificationGroupComponent as b8, NotificationPopupComponent as b9, RatingInputComponent as bA, ReactiveElementComponent as bB, RemoteComponent as bC, RemoteLoaderService as bD, ResizeElementComponent as bE, RouteContainer as bF, RowComponent as bG, SEARCH_QUERY as bH, SEARCH_RESULTS_EVENT as bI, SECTION_ACCORDION_GROUP as bJ, SECTION_FORM_CONTEXT as bK, SHARED_ICONS as bL, SIZE_CONTEXT as bM, ScoreComponent as bN, ScrollComponent as bO, ScrollService as bP, SearchPanelComponent as bQ, SearchStore as bR, SearchUserPanelComponent as bS, SectionAccordionDirective as bT, SectionAccordionGroupDirective as bU, SectionBackComponent as bV, SectionBadgesComponent as bW, SectionButtonGroupComponent as bX, SectionCardComponent as bY, SectionCarouselComponent as bZ, SectionComponent as b_, NotificationService as ba, NotificationStore as bb, NotificationType as bc, NotificationWidgetComponent as bd, ONE_ASSET_BASE_URL as be, OPTIONS_SOURCE as bf, OVERLAY_WIDGETS as bg, OneApp as bh, OptionsSourceDirective as bi, OverlayBodyComponent as bj, OverlayRef as bk, OverlayService as bl, PLATFORM_BUTTON_NAV_IDS as bm, PLATFORM_EXTENSIBLE_NAV_IDS as bn, PLATFORM_NAV_MAP as bo, PLATFORM_ROOT_CHILDREN as bp, PaginationComponent as bq, PanelComponent as br, PercentagePipe as bs, PlaygroundComponent as bt, PositionDirective as bu, PwaInstallComponent as bv, ROOT_NAV$1 as bw, RadioGroupComponent as bx, RadioInputComponent as by, RangeInputComponent as bz, ButtonComponent as c, WC_ROUTE_CHANGED_EVENT as c$, SectionFilterGroupComponent as c0, SectionFooterComponent as c1, SectionFormComponent as c2, SectionFormItemComponent as c3, SectionHeaderComponent as c4, SectionHeroComponent as c5, SectionPaginationComponent as c6, SectionSearchComponent as c7, SectionStepperComponent as c8, SectionTabsComponent as c9, TechnicalMeterComponent as cA, TextInputComponent as cB, TextareaInputComponent as cC, ThemeComponent as cD, ThemeDataService as cE, ThemeService as cF, ThemeStore as cG, TimeAgoPipe as cH, TimelineComponent as cI, ToggleButtonComponent as cJ, ToggleInputComponent as cK, ToggleRadioInputComponent as cL, ToolTipDirective as cM, TooltipComponent as cN, TranslateService as cO, TreeGridComponent as cP, URL_SEP as cQ, USER_STORE_REF as cR, USER_TAB_MAP as cS, UlComponent as cT, UniverseComponent as cU, UserApiService as cV, UserAvatarComponent as cW, UserComponent as cX, UserNavComponent as cY, UserSettingsComponent as cZ, UserStore as c_, SectionToggleComponent as ca, SectionToggleItemDirective as cb, SelectableCardInputComponent as cc, SelectorDirective as cd, SettingsSearchBarComponent as ce, SettingsSearchService as cf, ShapeComponent as cg, SharedStoreRegistry as ch, SidePanelDirective as ci, Size as cj, SocketStore as ck, SortComponent as cl, StatComponent as cm, StepComponent as cn, StepperComponent as co, StepsComponent as cp, StorageService as cq, StrokeLinecap as cr, StrokeLinejoin as cs, SummaryComponent as ct, SvgGeneratorComponent as cu, SvgGeneratorService as cv, SvgService as cw, TOTAL_COLUMNS as cx, TRANSLATION_SOURCE as cy, TableComponent as cz, APP_CONTEXT_REF as d, isTierPreview as d$, WC_SEARCH_GROUPS as d0, WIN_USER_TAB_HOOK as d1, WIN_USER_TAB_KEY as d2, WatermarkComponent as d3, WcRouterStore as d4, WrapperInputComponent as d5, anchorNavId as d6, applyColorsToElement as d7, bootstrapMagApp as d8, bootstrapPwaInstall as d9, generateTransform as dA, getClassList as dB, getProperty as dC, getScrollParent as dD, getTierFromPreviewPath as dE, getTreeGridRow as dF, getUniqueId as dG, getValue as dH, hasErrorComputed as dI, hexToRgb as dJ, hslToRgb$1 as dK, initMagmoniumApp as dL, initialNotificationState as dM, initialState$2 as dN, initials as dO, injectAuthenticate as dP, injectInstallApp as dQ, injectParentSize as dR, injectScrollSticky as dS, isButtonName as dT, isCancelledComputed as dU, isExtensiblePlatformNavId as dV, isJson as dW, isLoadingComputed as dX, isLocalhost as dY, isPlatformNavId as dZ, isSize as d_, buildWcBaseUrl as da, calculateLuminance as db, calculateRanks as dc, cellText as dd, checkFilterCondition as de, childNavId as df, classListSignal as dg, coerceSize as dh, cornerEdge as di, cornerSide as dj, createMap as dk, createPlatformNavMap as dl, deriveAvatarGradient as dm, deriveContrastColor as dn, deriveOppositeColor as dp, derivePropertyName as dq, emailValidation as dr, evaluate as ds, evaluateBool as dt, filterList as du, filterOne as dv, flattenTreeGridRows as dw, formatBadgeCount as dx, fullName as dy, generateClipPath as dz, ASSET_BASE_URL as e, settingsWidgets as e$, isUrlLocalhost as e0, isValidNavId as e1, isValidNavSegment as e2, isWebComponent as e3, linkToId as e4, linkToNav as e5, loadingActions as e6, mInterceptor as e7, manualValidation as e8, matchFieldValidation as e9, provideMagAppConfig as eA, provideMagWcConfig as eB, provideMagWcRoutes as eC, provideModalComponents as eD, provideMurlUrlSerializer as eE, provideNavWidgets as eF, provideOverlayWidgets as eG, providePlatformNavWidgets as eH, provideSearch as eI, provideSizeContext as eJ, provideUserTabs as eK, publicGuard as eL, readFieldPatterns as eM, renderAddress as eN, requiredValidation as eO, resolveConfigAsset as eP, resolveIconSize as eQ, resolvePallet as eR, resolvePatternRules as eS, resolveSize as eT, rgbToHex as eU, rgbToHsl as eV, rowHasChildren as eW, samePatterns as eX, segmentsToNavId as eY, setProperty as eZ, setTreeGridChildren as e_, maxLengthValidation as ea, maxValidation as eb, mergePlatformNav as ec, mergeUnique as ed, mergeUniqueBy as ee, mergeUniqueWith as ef, minAgeValidation as eg, minLengthValidation as eh, minValidation as ei, miniMarkToHtml as ej, navIdChain as ek, navIdFor as el, navIdSegment as em, navIdToRoutePath as en, navIdToSegments as eo, navToId as ep, parentNavId as eq, parseAddress as er, parseColor as es, parsePatternNames as et, patternValidation as eu, patternsValidation as ev, platformNavWidgets as ew, privateGuard as ex, processImageToSvg as ey, provideAppContext as ez, AccordionBodyDirective as f, shouldShowBadge as f0, splitNavId as f1, stringToColor as f2, toAttrBool as f3, toAttrNumber as f4, toCssLength as f5, toHostNavId as f6, toLength$1 as f7, toLocalNavId as f8, toggleTreeGridRow as f9, unfetchedPlatformNav as fa, urlValidation as fb, AccordionComponent as g, AccordionGroupComponent as h, ActionComponent as i, AnimatedGraphsComponent as j, AppCardComponent as k, AppRelationType as l, AppTileComponent as m, AssetStore as n, AssetUrlPipe as o, Assets as p, AuthActivityPageComponent as q, AuthApiService as r, AuthStore as s, AutosizeDirective as t, BadgeComponent as u, BandingComponent as v, BaseArrayInputComponent as w, BaseRootWebComponent as x, BaseWebComponent as y, ButtonGroupComponent as z };
33029
- //# sourceMappingURL=magmonium-one-magmonium-one-DnUmvFAM.mjs.map
33029
+ //# sourceMappingURL=magmonium-one-magmonium-one-DDSIsgNV.mjs.map