@magmonium/one 0.1.1 → 0.1.3
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-BlEMZN0h.mjs → magmonium-one-magmonium-one-Cq8nOJ5L.mjs} +16 -7
- package/fesm2022/magmonium-one-magmonium-one-Cq8nOJ5L.mjs.map +1 -0
- package/fesm2022/{magmonium-one-otp-D6C6yKqf.mjs → magmonium-one-otp-B_VqwsDr.mjs} +2 -2
- package/fesm2022/{magmonium-one-otp-D6C6yKqf.mjs.map → magmonium-one-otp-B_VqwsDr.mjs.map} +1 -1
- package/fesm2022/{magmonium-one-password-DmfqpaHh.mjs → magmonium-one-password-Dp_VQTEj.mjs} +2 -2
- package/fesm2022/{magmonium-one-password-DmfqpaHh.mjs.map → magmonium-one-password-Dp_VQTEj.mjs.map} +1 -1
- package/fesm2022/{magmonium-one-toggle-CH4ZahuH.mjs → magmonium-one-toggle-YvsBxdtA.mjs} +2 -2
- package/fesm2022/{magmonium-one-toggle-CH4ZahuH.mjs.map → magmonium-one-toggle-YvsBxdtA.mjs.map} +1 -1
- package/fesm2022/magmonium-one.mjs +1 -1
- package/package.json +1 -1
- package/types/magmonium-one.d.ts +25 -25
- package/fesm2022/magmonium-one-magmonium-one-BlEMZN0h.mjs.map +0 -1
|
@@ -6429,7 +6429,7 @@ class SectionFormItemComponent extends ConfigComponent {
|
|
|
6429
6429
|
break;
|
|
6430
6430
|
}
|
|
6431
6431
|
case InputType.TOGGLE: {
|
|
6432
|
-
const { ToggleInputComponent } = await import('./magmonium-one-toggle-
|
|
6432
|
+
const { ToggleInputComponent } = await import('./magmonium-one-toggle-YvsBxdtA.mjs');
|
|
6433
6433
|
this.createDynamicComponent(seq, ToggleInputComponent, [], true);
|
|
6434
6434
|
break;
|
|
6435
6435
|
}
|
|
@@ -6441,12 +6441,12 @@ class SectionFormItemComponent extends ConfigComponent {
|
|
|
6441
6441
|
break;
|
|
6442
6442
|
}
|
|
6443
6443
|
case InputType.PASSWORD: {
|
|
6444
|
-
const { PasswordInputComponent } = await import('./magmonium-one-password-
|
|
6444
|
+
const { PasswordInputComponent } = await import('./magmonium-one-password-Dp_VQTEj.mjs');
|
|
6445
6445
|
this.createDynamicComponent(seq, PasswordInputComponent);
|
|
6446
6446
|
break;
|
|
6447
6447
|
}
|
|
6448
6448
|
case InputType.OTP: {
|
|
6449
|
-
const { OtpInputComponent } = await import('./magmonium-one-otp-
|
|
6449
|
+
const { OtpInputComponent } = await import('./magmonium-one-otp-B_VqwsDr.mjs');
|
|
6450
6450
|
this.createDynamicComponent(seq, OtpInputComponent);
|
|
6451
6451
|
break;
|
|
6452
6452
|
}
|
|
@@ -6807,6 +6807,9 @@ class SectionFormComponent extends ConfigComponent {
|
|
|
6807
6807
|
maxHeight = input(...(ngDevMode ? [undefined, { debugName: "maxHeight" }] : /* istanbul ignore next */ []));
|
|
6808
6808
|
height = input(...(ngDevMode ? [undefined, { debugName: "height" }] : /* istanbul ignore next */ []));
|
|
6809
6809
|
align = input(undefined, ...(ngDevMode ? [{ debugName: "align" }] : /* istanbul ignore next */ []));
|
|
6810
|
+
// Widened beyond `Size` so a plain attribute (`size="lg"`) type-checks in a
|
|
6811
|
+
// template — enums are nominal, but `coerceSize` already validates and
|
|
6812
|
+
// falls back to the default for anything that isn't one of the three.
|
|
6810
6813
|
size = input(...(ngDevMode ? [undefined, { debugName: "size" }] : /* istanbul ignore next */ []));
|
|
6811
6814
|
// Same default as FormGroup: a form that appears is a form to be typed in.
|
|
6812
6815
|
autofocus = input(true, ...(ngDevMode ? [{ debugName: "autofocus" }] : /* istanbul ignore next */ []));
|
|
@@ -7302,6 +7305,9 @@ class SectionButtonGroupComponent extends ConfigComponent {
|
|
|
7302
7305
|
vertical = input(undefined, ...(ngDevMode ? [{ debugName: "vertical" }] : /* istanbul ignore next */ []));
|
|
7303
7306
|
align = input(undefined, ...(ngDevMode ? [{ debugName: "align" }] : /* istanbul ignore next */ []));
|
|
7304
7307
|
variant = input(undefined, ...(ngDevMode ? [{ debugName: "variant" }] : /* istanbul ignore next */ []));
|
|
7308
|
+
// Widened beyond `Size` so a plain attribute (`size="lg"`) type-checks in a
|
|
7309
|
+
// template — enums are nominal, but `coerceSize` already validates and
|
|
7310
|
+
// falls back to the default for anything that isn't one of the three.
|
|
7305
7311
|
size = input(undefined, ...(ngDevMode ? [{ debugName: "size" }] : /* istanbul ignore next */ []));
|
|
7306
7312
|
fullWidth = input(undefined, ...(ngDevMode ? [{ debugName: "fullWidth" }] : /* istanbul ignore next */ []));
|
|
7307
7313
|
parentSize = injectParentSize();
|
|
@@ -11957,6 +11963,9 @@ class SectionComponent extends ConfigComponent {
|
|
|
11957
11963
|
maxHeight = input(...(ngDevMode ? [undefined, { debugName: "maxHeight" }] : /* istanbul ignore next */ []));
|
|
11958
11964
|
height = input(...(ngDevMode ? [undefined, { debugName: "height" }] : /* istanbul ignore next */ []));
|
|
11959
11965
|
align = input(undefined, ...(ngDevMode ? [{ debugName: "align" }] : /* istanbul ignore next */ []));
|
|
11966
|
+
// Widened beyond `Size` so a plain attribute (`size="lg"`) type-checks in a
|
|
11967
|
+
// template — enums are nominal, but `coerceSize` already validates and
|
|
11968
|
+
// falls back to the default for anything that isn't one of the three.
|
|
11960
11969
|
size = input(...(ngDevMode ? [undefined, { debugName: "size" }] : /* istanbul ignore next */ []));
|
|
11961
11970
|
parentSize = injectParentSize();
|
|
11962
11971
|
// Size is Section/Form/ButtonGroup only (ADR 0008). Icons underneath read
|
|
@@ -17500,7 +17509,7 @@ class WrapperInputComponent extends ConfigComponent {
|
|
|
17500
17509
|
break;
|
|
17501
17510
|
}
|
|
17502
17511
|
case InputType.TOGGLE: {
|
|
17503
|
-
const { ToggleInputComponent } = await import('./magmonium-one-toggle-
|
|
17512
|
+
const { ToggleInputComponent } = await import('./magmonium-one-toggle-YvsBxdtA.mjs');
|
|
17504
17513
|
this.createDynamicComponent(seq, ToggleInputComponent, [], true);
|
|
17505
17514
|
break;
|
|
17506
17515
|
}
|
|
@@ -17512,12 +17521,12 @@ class WrapperInputComponent extends ConfigComponent {
|
|
|
17512
17521
|
break;
|
|
17513
17522
|
}
|
|
17514
17523
|
case InputType.PASSWORD: {
|
|
17515
|
-
const { PasswordInputComponent } = await import('./magmonium-one-password-
|
|
17524
|
+
const { PasswordInputComponent } = await import('./magmonium-one-password-Dp_VQTEj.mjs');
|
|
17516
17525
|
this.createDynamicComponent(seq, PasswordInputComponent);
|
|
17517
17526
|
break;
|
|
17518
17527
|
}
|
|
17519
17528
|
case InputType.OTP: {
|
|
17520
|
-
const { OtpInputComponent } = await import('./magmonium-one-otp-
|
|
17529
|
+
const { OtpInputComponent } = await import('./magmonium-one-otp-B_VqwsDr.mjs');
|
|
17521
17530
|
this.createDynamicComponent(seq, OtpInputComponent);
|
|
17522
17531
|
break;
|
|
17523
17532
|
}
|
|
@@ -31281,4 +31290,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
31281
31290
|
*/
|
|
31282
31291
|
|
|
31283
31292
|
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, NavComponent 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, FLEX_VARIANTS as a9, LOGIN_STORE as aA, LanguageComponent as aB, LogoComponent as aC, MAG_SOCKET_EVENT as aD, MHeroColorDirective as aE, MHeroComponent as aF, MODAL_REF as aG, MODAL_STORE_REF as aH, MRefDirective as aI, MStepComponent as aJ, MURL_PARAM as aK, MURL_SEP as aL, ManifestEnrichmentService as aM, MenuComponent as aN, ModalDirective as aO, ModalRef as aP, ModalStore as aQ, MoneyPipe as aR, MultiRangeInputComponent as aS, MurlUrlSerializer as aT, NAV_DEFAULT_MURL as aU, NAV_ID_SEP as aV, NAV_MAIN_BUTTONS as aW, NAV_SEGMENT_RE as aX, NAV_STORE_REF as aY, NAV_WC_COMPONENTS as aZ, NAV_WIDGET_MAP as a_, FOLDER_PICK_LISTENER as aa, FORM_ASSET_FOLDER as ab, FileService as ac, FileUploadDirective as ad, FileUploadInputComponent as ae, FlexComponent as af, FlexItemComponent as ag, FormGroupComponent as ah, FrameComponent as ai, FreezeService as aj, GRID_BREAKPOINTS as ak, GetNavService as al, HeaderComponent$1 as am, HighlightDirective as an, HttpService as ao, ICON_SOURCE as ap, IS_SIDE_PANEL as aq, IconComponent as ar, ImgComponent as as, InputType as at, InstrumentScoreComponent as au, InterceptorObservables as av, JumbotronComponent as aw, KeyValueComponent as ax, LAYOUT_ASSET_FOLDER as ay, LOGIN_COMPONENT as az, TextOutputComponent as b, SectionHeroComponent as b$, NavDetailsComponent as b0, NavMenuComponent as b1, NavStore as b2, NavTrailComponent as b3, NothingComponent as b4, NotificationElementComponent as b5, NotificationGroupComponent as b6, NotificationPopupComponent as b7, NotificationService as b8, NotificationStore as b9, ResizeElementComponent as bA, RouteContainer as bB, RowComponent as bC, SEARCH_QUERY as bD, SEARCH_RESULTS_EVENT as bE, SECTION_ACCORDION_GROUP as bF, SECTION_FORM_CONTEXT as bG, SHARED_ICONS as bH, SIZE_CONTEXT as bI, ScoreComponent as bJ, ScrollComponent as bK, ScrollService as bL, SearchPanelComponent as bM, SearchStore as bN, SearchUserPanelComponent as bO, SectionAccordionDirective as bP, SectionAccordionGroupDirective as bQ, SectionBackComponent as bR, SectionBadgesComponent as bS, SectionButtonGroupComponent as bT, SectionCardComponent as bU, SectionComponent as bV, SectionFilterComponent as bW, SectionFooterComponent as bX, SectionFormComponent as bY, SectionFormItemComponent as bZ, SectionHeaderComponent as b_, NotificationType as ba, NotificationWidgetComponent as bb, ONE_ASSET_BASE_URL as bc, OPTIONS_SOURCE as bd, OneApp as be, OptionsSourceDirective as bf, OverlayBodyComponent as bg, OverlayRef as bh, OverlayService as bi, PLATFORM_BUTTON_NAV_IDS as bj, PLATFORM_EXTENSIBLE_NAV_IDS as bk, PLATFORM_NAV_MAP as bl, PLATFORM_ROOT_CHILDREN as bm, PaginationComponent as bn, PanelComponent as bo, PlaygroundComponent as bp, PositionDirective as bq, PwaInstallComponent as br, ROOT_NAV$1 as bs, RadioGroupComponent as bt, RadioInputComponent as bu, RangeInputComponent as bv, RatingInputComponent as bw, ReactiveElementComponent as bx, RemoteComponent as by, RemoteLoaderService as bz, ButtonComponent as c, bootstrapMagApp as c$, SectionSearchComponent as c0, SectionStepperComponent as c1, SectionTabsComponent as c2, SectionToggleComponent as c3, SectionToggleItemDirective as c4, SelectableCardInputComponent as c5, SelectorDirective as c6, SettingsSearchBarComponent as c7, SettingsSearchService as c8, ShapeComponent as c9, ToggleButtonComponent as cA, ToggleInputComponent as cB, ToggleRadioInputComponent as cC, ToolTipDirective as cD, TooltipComponent as cE, TranslateService as cF, TreeGridComponent as cG, URL_SEP as cH, USER_STORE_REF as cI, USER_TAB_MAP as cJ, UlComponent as cK, UniverseComponent as cL, UserApiService as cM, UserAvatarComponent as cN, UserComponent as cO, UserNavComponent as cP, UserSettingsComponent as cQ, UserStore as cR, WC_ROUTE_CHANGED_EVENT as cS, WC_SEARCH_GROUPS as cT, WIN_USER_TAB_HOOK as cU, WIN_USER_TAB_KEY as cV, WatermarkComponent as cW, WcRouterStore as cX, WrapperInputComponent as cY, anchorNavId as cZ, applyColorsToElement as c_, SharedStoreRegistry as ca, SidePanelDirective as cb, Size as cc, SocketStore as cd, SortComponent as ce, StepComponent as cf, StepperComponent as cg, StepsComponent as ch, StorageService as ci, StrokeLinecap as cj, StrokeLinejoin as ck, SummaryComponent as cl, SvgGeneratorComponent as cm, SvgGeneratorService as cn, SvgService as co, TOTAL_COLUMNS as cp, TRANSLATION_SOURCE as cq, TableComponent as cr, TechnicalMeterComponent as cs, TextInputComponent as ct, TextareaInputComponent as cu, ThemeComponent as cv, ThemeService as cw, ThemeStore as cx, TimeAgoPipe as cy, TimelineComponent as cz, APP_CONTEXT_REF as d, mergePlatformNav as d$, bootstrapPwaInstall as d0, buildWcBaseUrl as d1, calculateLuminance as d2, calculateRanks as d3, cellText as d4, checkFilterCondition as d5, childNavId as d6, classListSignal as d7, coerceSize as d8, createMap as d9, initialState$2 as dA, initials as dB, injectAuthenticate as dC, injectInstallApp as dD, injectParentSize as dE, injectScrollSticky as dF, isButtonName as dG, isCancelledComputed as dH, isExtensiblePlatformNavId as dI, isJson as dJ, isLoadingComputed as dK, isLocalhost as dL, isPlatformNavId as dM, isSize as dN, isTierPreview as dO, isUrlLocalhost as dP, isValidNavId as dQ, isValidNavSegment as dR, isWebComponent as dS, linkToId as dT, linkToNav as dU, loadingActions as dV, mInterceptor as dW, manualValidation as dX, matchFieldValidation as dY, maxLengthValidation as dZ, maxValidation as d_, createPlatformNavMap as da, deriveAvatarGradient as db, deriveContrastColor as dc, deriveOppositeColor as dd, derivePropertyName as de, emailValidation as df, evaluate as dg, evaluateBool as dh, flattenTreeGridRows as di, formatBadgeCount as dj, fullName as dk, generateClipPath as dl, generateTransform as dm, getClassList as dn, getProperty as dp, getScrollParent as dq, getTierFromPreviewPath as dr, getTreeGridRow as ds, getUniqueId as dt, getValue as du, hasErrorComputed as dv, hexToRgb as dw, hslToRgb$1 as dx, initMagmoniumApp as dy, initialNotificationState as dz, ASSET_BASE_URL as e, mergeUnique as e0, mergeUniqueBy as e1, mergeUniqueWith as e2, minAgeValidation as e3, minLengthValidation as e4, minValidation as e5, miniMarkToHtml as e6, navIdChain as e7, navIdFor as e8, navIdSegment as e9, requiredValidation as eA, resolveConfigAsset as eB, resolveIconSize as eC, resolvePallet as eD, resolvePatternRules as eE, resolveSize as eF, rgbToHex as eG, rgbToHsl as eH, rowHasChildren as eI, samePatterns as eJ, segmentsToNavId as eK, setProperty as eL, setTreeGridChildren as eM, settingsWidgets as eN, shouldShowBadge as eO, splitNavId as eP, stringToColor as eQ, toAttrBool as eR, toAttrNumber as eS, toCssLength as eT, toHostNavId as eU, toLength$1 as eV, toLocalNavId as eW, toggleTreeGridRow as eX, unfetchedPlatformNav as eY, urlValidation as eZ, navIdToRoutePath as ea, navIdToSegments as eb, navToId as ec, parentNavId as ed, parseAddress as ee, parseColor as ef, parsePatternNames as eg, patternValidation as eh, patternsValidation as ei, platformNavWidgets as ej, privateGuard as ek, processImageToSvg as el, provideAppContext as em, provideMagAppConfig as en, provideMagWcConfig as eo, provideMagWcRoutes as ep, provideModalComponents as eq, provideMurlUrlSerializer as er, provideNavWidgets as es, providePlatformNavWidgets as et, provideSearch as eu, provideSizeContext as ev, provideUserTabs as ew, publicGuard as ex, readFieldPatterns as ey, renderAddress as ez, AccordionBodyDirective as f, 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 };
|
|
31284
|
-
//# sourceMappingURL=magmonium-one-magmonium-one-
|
|
31293
|
+
//# sourceMappingURL=magmonium-one-magmonium-one-Cq8nOJ5L.mjs.map
|