@porsche-design-system/components-angular 4.0.0-alpha.0 → 4.0.0-beta.1
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/CHANGELOG.md +344 -1
- package/{styles → emotion}/cjs/index.cjs +3 -3
- package/emotion/esm/index.d.ts +1 -0
- package/emotion/esm/index.mjs +1 -0
- package/fesm2022/porsche-design-system-components-angular.mjs +237 -231
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/global-styles/cn/font-face.css +1 -1
- package/global-styles/cn/index.css +264 -115
- package/global-styles/color-scheme.css +135 -0
- package/global-styles/font-face.css +1 -1
- package/global-styles/index.css +264 -115
- package/global-styles/variables.css +158 -144
- package/package.json +30 -17
- package/scss/_index.scss +1 -0
- package/tailwindcss/index.css +223 -135
- package/{index.d.ts → types/porsche-design-system-components-angular.d.ts} +133 -106
- package/vanilla-extract/cjs/blur/blurFrosted.cjs +7 -0
- package/vanilla-extract/cjs/blur/deprecated/frostedGlassStyle.cjs +11 -0
- package/vanilla-extract/cjs/border/deprecated/border.cjs +12 -0
- package/vanilla-extract/cjs/border/deprecated/borderRadius.cjs +14 -0
- package/vanilla-extract/cjs/border/deprecated/borderRadiusLarge.cjs +8 -0
- package/vanilla-extract/cjs/border/deprecated/borderRadiusMedium.cjs +8 -0
- package/vanilla-extract/cjs/border/deprecated/borderRadiusSmall.cjs +8 -0
- package/vanilla-extract/cjs/border/deprecated/borderWidth.cjs +12 -0
- package/vanilla-extract/cjs/border/deprecated/borderWidthBase.cjs +6 -0
- package/vanilla-extract/cjs/border/deprecated/borderWidthThin.cjs +6 -0
- package/vanilla-extract/cjs/border/radius2Xl.cjs +7 -0
- package/vanilla-extract/cjs/border/radius3Xl.cjs +7 -0
- package/vanilla-extract/cjs/border/radius4Xl.cjs +7 -0
- package/vanilla-extract/cjs/border/radiusFull.cjs +7 -0
- package/vanilla-extract/cjs/border/radiusLg.cjs +7 -0
- package/vanilla-extract/cjs/border/radiusMd.cjs +7 -0
- package/vanilla-extract/cjs/border/radiusSm.cjs +7 -0
- package/vanilla-extract/cjs/border/radiusXl.cjs +7 -0
- package/vanilla-extract/cjs/border/radiusXs.cjs +7 -0
- package/vanilla-extract/cjs/color/color-scheme.cjs +185 -0
- package/vanilla-extract/cjs/color/deprecated/theme.cjs +12 -0
- package/vanilla-extract/cjs/color/deprecated/themeDark.cjs +56 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkBackgroundBase.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkBackgroundFrosted.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkBackgroundShading.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkBackgroundSurface.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkContrastHigh.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkContrastLow.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkContrastMedium.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationError.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationErrorSoft.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationInfo.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationInfoSoft.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationSuccess.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationSuccessSoft.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationWarning.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationWarningSoft.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkPrimary.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkStateActive.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkStateDisabled.cjs +6 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkStateFocus.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeDarkStateHover.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLight.cjs +56 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightBackgroundBase.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightBackgroundFrosted.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightBackgroundShading.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightBackgroundSurface.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightContrastHigh.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightContrastLow.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightContrastMedium.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightNotificationError.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightNotificationErrorSoft.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightNotificationInfo.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightNotificationInfoSoft.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightNotificationSuccess.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightNotificationSuccessSoft.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightNotificationWarning.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightNotificationWarningSoft.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightPrimary.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightStateActive.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightStateDisabled.cjs +6 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightStateFocus.cjs +8 -0
- package/vanilla-extract/cjs/color/deprecated/themeLightStateHover.cjs +8 -0
- package/vanilla-extract/cjs/color/light-dark/colorBackdrop.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorCanvas.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorContrastHigh.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorContrastHigher.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorContrastLow.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorContrastLower.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorContrastMedium.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorError.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorErrorFrosted.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorErrorFrostedSoft.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorErrorLow.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorErrorMedium.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorFocus.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorFrosted.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorFrostedSoft.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorFrostedStrong.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorInfo.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorInfoFrosted.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorInfoFrostedSoft.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorInfoLow.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorInfoMedium.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorPrimary.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorSuccess.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorSuccessFrosted.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorSuccessFrostedSoft.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorSuccessLow.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorSuccessMedium.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorSurface.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorWarning.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorWarningFrosted.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorWarningFrostedSoft.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorWarningLow.cjs +7 -0
- package/vanilla-extract/cjs/color/light-dark/colorWarningMedium.cjs +7 -0
- package/vanilla-extract/cjs/focus/deprecated/getFocusStyle.cjs +43 -0
- package/vanilla-extract/cjs/focus/getFocusVisibleStyle.cjs +17 -0
- package/vanilla-extract/cjs/font/deprecated/fontFamily.cjs +8 -0
- package/vanilla-extract/cjs/font/deprecated/fontLineHeight.cjs +8 -0
- package/vanilla-extract/cjs/font/deprecated/fontSize.cjs +17 -0
- package/vanilla-extract/cjs/font/deprecated/fontSizeDisplay.cjs +14 -0
- package/vanilla-extract/cjs/font/deprecated/fontSizeHeading.cjs +18 -0
- package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingLarge.cjs +8 -0
- package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingMedium.cjs +8 -0
- package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingSmall.cjs +8 -0
- package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingXLarge.cjs +8 -0
- package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingXXLarge.cjs +8 -0
- package/vanilla-extract/cjs/font/deprecated/fontSizeText.cjs +20 -0
- package/vanilla-extract/cjs/font/deprecated/fontSizeTextLarge.cjs +8 -0
- package/vanilla-extract/cjs/font/deprecated/fontSizeTextMedium.cjs +8 -0
- package/vanilla-extract/cjs/font/deprecated/fontSizeTextSmall.cjs +8 -0
- package/vanilla-extract/cjs/font/deprecated/fontSizeTextXLarge.cjs +8 -0
- package/vanilla-extract/cjs/font/deprecated/fontSizeTextXSmall.cjs +8 -0
- package/vanilla-extract/cjs/font/deprecated/fontSizeTextXXSmall.cjs +8 -0
- package/vanilla-extract/cjs/font/deprecated/fontStyle.cjs +12 -0
- package/vanilla-extract/cjs/font/deprecated/fontStyleItalic.cjs +6 -0
- package/vanilla-extract/cjs/font/deprecated/fontStyleNormal.cjs +6 -0
- package/vanilla-extract/cjs/font/deprecated/fontVariant.cjs +6 -0
- package/vanilla-extract/cjs/font/deprecated/fontWeight.cjs +14 -0
- package/vanilla-extract/cjs/font/deprecated/fontWeightRegular.cjs +8 -0
- package/vanilla-extract/cjs/font/deprecated/fontWeightSemiBold.cjs +8 -0
- package/vanilla-extract/cjs/font/fontHyphenationStyle.cjs +9 -0
- package/vanilla-extract/cjs/font/fontPorscheNext.cjs +7 -0
- package/vanilla-extract/cjs/font/fontSizeDisplayLarge.cjs +5 -0
- package/vanilla-extract/cjs/font/fontSizeDisplayMedium.cjs +5 -0
- package/vanilla-extract/cjs/font/fontSizeDisplaySmall.cjs +5 -0
- package/vanilla-extract/cjs/font/fontWeightBold.cjs +7 -0
- package/vanilla-extract/cjs/font/fontWeightNormal.cjs +7 -0
- package/vanilla-extract/cjs/font/fontWeightSemibold.cjs +7 -0
- package/vanilla-extract/cjs/font/leadingNormal.cjs +7 -0
- package/vanilla-extract/cjs/font/typescale2Xl.cjs +7 -0
- package/vanilla-extract/cjs/font/typescale2Xs.cjs +7 -0
- package/vanilla-extract/cjs/font/typescaleLg.cjs +7 -0
- package/vanilla-extract/cjs/font/typescaleMd.cjs +7 -0
- package/vanilla-extract/cjs/font/typescaleSm.cjs +7 -0
- package/vanilla-extract/cjs/font/typescaleXl.cjs +7 -0
- package/vanilla-extract/cjs/font/typescaleXs.cjs +7 -0
- package/vanilla-extract/cjs/gradient/deprecated/gradientToBottomStyle.cjs +10 -0
- package/vanilla-extract/cjs/gradient/deprecated/gradientToLeftStyle.cjs +10 -0
- package/vanilla-extract/cjs/gradient/deprecated/gradientToRightStyle.cjs +10 -0
- package/vanilla-extract/cjs/gradient/deprecated/gradientToTopStyle.cjs +10 -0
- package/vanilla-extract/cjs/gradient/gradientStopsFadeDark.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridBasic.cjs +17 -0
- package/vanilla-extract/cjs/grid/gridBasicColumnEnd.cjs +5 -0
- package/vanilla-extract/cjs/grid/gridBasicColumnStart.cjs +5 -0
- package/vanilla-extract/cjs/grid/gridBasicOffset.cjs +13 -0
- package/vanilla-extract/cjs/grid/gridBasicOffsetBase.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridBasicOffsetS.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridBasicOffsetXXL.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridBasicSpanOneHalf.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridBasicSpanOneThird.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridBasicSpanTwoThirds.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridExtended.cjs +13 -0
- package/vanilla-extract/cjs/grid/gridExtendedColumnEnd.cjs +5 -0
- package/vanilla-extract/cjs/grid/gridExtendedColumnStart.cjs +5 -0
- package/vanilla-extract/cjs/grid/gridExtendedOffset.cjs +13 -0
- package/vanilla-extract/cjs/grid/gridExtendedOffsetBase.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridExtendedOffsetS.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridExtendedOffsetXXL.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridExtendedSpanOneHalf.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridFull.cjs +11 -0
- package/vanilla-extract/cjs/grid/gridFullColumnEnd.cjs +5 -0
- package/vanilla-extract/cjs/grid/gridFullColumnStart.cjs +5 -0
- package/vanilla-extract/cjs/grid/gridFullOffset.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridGap.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridNarrow.cjs +13 -0
- package/vanilla-extract/cjs/grid/gridNarrowColumnEnd.cjs +5 -0
- package/vanilla-extract/cjs/grid/gridNarrowColumnStart.cjs +5 -0
- package/vanilla-extract/cjs/grid/gridNarrowOffset.cjs +13 -0
- package/vanilla-extract/cjs/grid/gridNarrowOffsetBase.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridNarrowOffsetS.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridNarrowOffsetXXL.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridNarrowSpanOneHalf.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridShared.cjs +34 -0
- package/vanilla-extract/cjs/grid/gridSharedOffset.cjs +19 -0
- package/vanilla-extract/cjs/grid/gridStyle.cjs +59 -0
- package/vanilla-extract/cjs/grid/gridWide.cjs +11 -0
- package/vanilla-extract/cjs/grid/gridWideColumnEnd.cjs +5 -0
- package/vanilla-extract/cjs/grid/gridWideColumnStart.cjs +5 -0
- package/vanilla-extract/cjs/grid/gridWideOffset.cjs +13 -0
- package/vanilla-extract/cjs/grid/gridWideOffsetBase.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridWideOffsetS.cjs +7 -0
- package/vanilla-extract/cjs/grid/gridWideOffsetXXL.cjs +8 -0
- package/vanilla-extract/cjs/index.cjs +546 -0
- package/vanilla-extract/cjs/mediaQuery/breakpoint.cjs +21 -0
- package/vanilla-extract/cjs/mediaQuery/breakpointBase.cjs +5 -0
- package/vanilla-extract/cjs/mediaQuery/breakpointL.cjs +7 -0
- package/vanilla-extract/cjs/mediaQuery/breakpointM.cjs +7 -0
- package/vanilla-extract/cjs/mediaQuery/breakpointS.cjs +7 -0
- package/vanilla-extract/cjs/mediaQuery/breakpointShared.cjs +5 -0
- package/vanilla-extract/cjs/mediaQuery/breakpointXL.cjs +7 -0
- package/vanilla-extract/cjs/mediaQuery/breakpointXS.cjs +7 -0
- package/vanilla-extract/cjs/mediaQuery/breakpointXXL.cjs +7 -0
- package/vanilla-extract/cjs/mediaQuery/getMediaQueryMax.cjs +9 -0
- package/vanilla-extract/cjs/mediaQuery/getMediaQueryMin.cjs +9 -0
- package/vanilla-extract/cjs/mediaQuery/getMediaQueryMinMax.cjs +9 -0
- package/vanilla-extract/cjs/motion/deprecated/motionDurationLong.cjs +8 -0
- package/vanilla-extract/cjs/motion/deprecated/motionDurationModerate.cjs +8 -0
- package/vanilla-extract/cjs/motion/deprecated/motionDurationShort.cjs +8 -0
- package/vanilla-extract/cjs/motion/deprecated/motionDurationVeryLong.cjs +8 -0
- package/vanilla-extract/cjs/motion/deprecated/motionEasingBase.cjs +8 -0
- package/vanilla-extract/cjs/motion/deprecated/motionEasingIn.cjs +8 -0
- package/vanilla-extract/cjs/motion/deprecated/motionEasingOut.cjs +8 -0
- package/vanilla-extract/cjs/motion/durationLg.cjs +7 -0
- package/vanilla-extract/cjs/motion/durationMd.cjs +7 -0
- package/vanilla-extract/cjs/motion/durationSm.cjs +7 -0
- package/vanilla-extract/cjs/motion/durationXl.cjs +7 -0
- package/vanilla-extract/cjs/motion/easeIn.cjs +7 -0
- package/vanilla-extract/cjs/motion/easeInOut.cjs +7 -0
- package/vanilla-extract/cjs/motion/easeOut.cjs +7 -0
- package/vanilla-extract/cjs/shadow/deprecated/dropShadowHighStyle.cjs +10 -0
- package/vanilla-extract/cjs/shadow/deprecated/dropShadowLowStyle.cjs +10 -0
- package/vanilla-extract/cjs/shadow/deprecated/dropShadowMediumStyle.cjs +10 -0
- package/vanilla-extract/cjs/shadow/shadowLg.cjs +7 -0
- package/vanilla-extract/cjs/shadow/shadowMd.cjs +7 -0
- package/vanilla-extract/cjs/shadow/shadowSm.cjs +7 -0
- package/vanilla-extract/cjs/skeleton/getSkeletonStyle.cjs +34 -0
- package/vanilla-extract/cjs/spacing/deprecated/spacing.cjs +12 -0
- package/vanilla-extract/cjs/spacing/deprecated/spacingFluid.cjs +20 -0
- package/vanilla-extract/cjs/spacing/deprecated/spacingFluidLarge.cjs +8 -0
- package/vanilla-extract/cjs/spacing/deprecated/spacingFluidMedium.cjs +8 -0
- package/vanilla-extract/cjs/spacing/deprecated/spacingFluidSmall.cjs +8 -0
- package/vanilla-extract/cjs/spacing/deprecated/spacingFluidXLarge.cjs +8 -0
- package/vanilla-extract/cjs/spacing/deprecated/spacingFluidXSmall.cjs +8 -0
- package/vanilla-extract/cjs/spacing/deprecated/spacingFluidXXLarge.cjs +8 -0
- package/vanilla-extract/cjs/spacing/deprecated/spacingStatic.cjs +20 -0
- package/vanilla-extract/cjs/spacing/deprecated/spacingStaticLarge.cjs +8 -0
- package/vanilla-extract/cjs/spacing/deprecated/spacingStaticMedium.cjs +8 -0
- package/vanilla-extract/cjs/spacing/deprecated/spacingStaticSmall.cjs +8 -0
- package/vanilla-extract/cjs/spacing/deprecated/spacingStaticXLarge.cjs +8 -0
- package/vanilla-extract/cjs/spacing/deprecated/spacingStaticXSmall.cjs +8 -0
- package/vanilla-extract/cjs/spacing/deprecated/spacingStaticXXLarge.cjs +8 -0
- package/vanilla-extract/cjs/spacing/spacingFluid2Xl.cjs +7 -0
- package/vanilla-extract/cjs/spacing/spacingFluidLg.cjs +7 -0
- package/vanilla-extract/cjs/spacing/spacingFluidMd.cjs +7 -0
- package/vanilla-extract/cjs/spacing/spacingFluidSm.cjs +7 -0
- package/vanilla-extract/cjs/spacing/spacingFluidXl.cjs +7 -0
- package/vanilla-extract/cjs/spacing/spacingFluidXs.cjs +7 -0
- package/vanilla-extract/cjs/spacing/spacingStatic2Xl.cjs +7 -0
- package/vanilla-extract/cjs/spacing/spacingStaticLg.cjs +7 -0
- package/vanilla-extract/cjs/spacing/spacingStaticMd.cjs +7 -0
- package/vanilla-extract/cjs/spacing/spacingStaticSm.cjs +7 -0
- package/vanilla-extract/cjs/spacing/spacingStaticXl.cjs +7 -0
- package/vanilla-extract/cjs/spacing/spacingStaticXs.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/blur/blurFrosted.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radius2Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radius3Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radius4Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusFull.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusLg.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusMd.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusSm.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusXl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusXs.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpoint2Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpointLg.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpointMd.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpointSm.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpointXl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpointXs.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/a11y/colorFocusDark.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorBackdropDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorCanvasDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorFrostedDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorFrostedSoftDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorFrostedStrongDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorSurfaceDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorContrastHighDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorContrastHigherDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorContrastLowDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorContrastLowerDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorContrastMediumDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorPrimaryDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorFrostedDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorFrostedSoftDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorLowDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorMediumDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoFrostedDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoFrostedSoftDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoLowDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoMediumDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedSoftDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessLowDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessMediumDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningFrostedDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningFrostedSoftDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningLowDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningMediumDark.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/a11y/colorFocusLight.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorBackdropLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorCanvasLight.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorFrostedLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorFrostedSoftLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorFrostedStrongLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorSurfaceLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorContrastHighLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorContrastHigherLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorContrastLowLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorContrastLowerLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorContrastMediumLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorPrimaryLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorFrostedLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorFrostedSoftLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorLowLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorMediumLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoFrostedLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoFrostedSoftLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoLowLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoMediumLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessFrostedLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessFrostedSoftLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessLowLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessMediumLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningFrostedLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningFrostedSoftLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningLowLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningMediumLight.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/a11y/colorFocus.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorBackdrop.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorCanvas.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorFrosted.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorFrostedSoft.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorFrostedStrong.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorSurface.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorContrastHigh.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorContrastHigher.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorContrastLow.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorContrastLower.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorContrastMedium.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorPrimary.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorError.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorErrorFrosted.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorErrorFrostedSoft.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorErrorLow.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorErrorMedium.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorInfo.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorInfoFrosted.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorInfoFrostedSoft.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorInfoLow.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorInfoMedium.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorSuccess.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorSuccessFrosted.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorSuccessFrostedSoft.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorSuccessLow.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorSuccessMedium.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorWarning.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorWarningFrosted.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorWarningFrostedSoft.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorWarningLow.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorWarningMedium.cjs +8 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/palette.cjs +76 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/family/fontPorscheNext.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/lineHeight/leadingNormal.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale2Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale2Xs.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleLg.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleMd.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleSm.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleXl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleXs.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/weight/fontWeightBold.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/weight/fontWeightNormal.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/weight/fontWeightSemibold.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/gradient/gradientStopsFadeDark.cjs +20 -0
- package/vanilla-extract/cjs/tokens/dist/esm/motion/duration/durationLg.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/motion/duration/durationMd.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/motion/duration/durationSm.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/motion/duration/durationXl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/motion/ease/easeIn.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/motion/ease/easeInOut.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/motion/ease/easeOut.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/shadow/shadowLg.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/shadow/shadowMd.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/shadow/shadowSm.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluid2Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluidLg.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluidMd.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluidSm.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluidXl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluidXs.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStatic2Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStaticLg.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStaticMd.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStaticSm.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStaticXl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStaticXs.cjs +5 -0
- package/vanilla-extract/cjs/typography/deprecated/display/displayLargeStyle.cjs +11 -0
- package/vanilla-extract/cjs/typography/deprecated/display/displayMediumStyle.cjs +11 -0
- package/vanilla-extract/cjs/typography/deprecated/display/displayShared.cjs +13 -0
- package/vanilla-extract/cjs/typography/deprecated/display/displaySmallStyle.cjs +11 -0
- package/vanilla-extract/cjs/typography/deprecated/heading/headingLargeStyle.cjs +11 -0
- package/vanilla-extract/cjs/typography/deprecated/heading/headingMediumStyle.cjs +11 -0
- package/vanilla-extract/cjs/typography/deprecated/heading/headingShared.cjs +13 -0
- package/vanilla-extract/cjs/typography/deprecated/heading/headingSmallStyle.cjs +11 -0
- package/vanilla-extract/cjs/typography/deprecated/heading/headingXLargeStyle.cjs +11 -0
- package/vanilla-extract/cjs/typography/deprecated/heading/headingXXLargeStyle.cjs +11 -0
- package/vanilla-extract/cjs/typography/deprecated/text/textLargeStyle.cjs +13 -0
- package/vanilla-extract/cjs/typography/deprecated/text/textMediumStyle.cjs +13 -0
- package/vanilla-extract/cjs/typography/deprecated/text/textShared.cjs +13 -0
- package/vanilla-extract/cjs/typography/deprecated/text/textSmallStyle.cjs +13 -0
- package/vanilla-extract/cjs/typography/deprecated/text/textXLargeStyle.cjs +13 -0
- package/vanilla-extract/cjs/typography/deprecated/text/textXSmallStyle.cjs +13 -0
- package/vanilla-extract/cjs/typography/deprecated/text/textXXSmallStyle.cjs +13 -0
- package/vanilla-extract/cjs/typography/proseDisplayLgStyle.cjs +11 -0
- package/vanilla-extract/cjs/typography/proseDisplayMdStyle.cjs +11 -0
- package/vanilla-extract/cjs/typography/proseDisplaySmStyle.cjs +11 -0
- package/vanilla-extract/cjs/typography/proseHeading2XlStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseHeadingLgStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseHeadingMdStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseHeadingSmStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseHeadingXlStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseText2XsStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseTextLgStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseTextMdStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseTextSmStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseTextXlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseTextXsStyle.cjs +14 -0
- package/vanilla-extract/esm/blur/blurFrosted.d.ts +1 -0
- package/vanilla-extract/esm/blur/blurFrosted.mjs +5 -0
- package/vanilla-extract/esm/blur/deprecated/frostedGlassStyle.d.ts +5 -0
- package/vanilla-extract/esm/blur/deprecated/frostedGlassStyle.mjs +9 -0
- package/vanilla-extract/esm/blur/deprecated/index.d.ts +1 -0
- package/vanilla-extract/esm/blur/index.d.ts +2 -0
- package/vanilla-extract/esm/border/deprecated/border.d.ts +12 -0
- package/vanilla-extract/esm/border/deprecated/border.mjs +10 -0
- package/vanilla-extract/esm/border/deprecated/borderRadius.d.ts +6 -0
- package/vanilla-extract/esm/border/deprecated/borderRadius.mjs +12 -0
- package/vanilla-extract/esm/border/deprecated/borderRadiusLarge.d.ts +2 -0
- package/vanilla-extract/esm/border/deprecated/borderRadiusLarge.mjs +6 -0
- package/vanilla-extract/esm/border/deprecated/borderRadiusMedium.d.ts +2 -0
- package/vanilla-extract/esm/border/deprecated/borderRadiusMedium.mjs +6 -0
- package/vanilla-extract/esm/border/deprecated/borderRadiusSmall.d.ts +2 -0
- package/vanilla-extract/esm/border/deprecated/borderRadiusSmall.mjs +6 -0
- package/vanilla-extract/esm/border/deprecated/borderWidth.d.ts +5 -0
- package/vanilla-extract/esm/border/deprecated/borderWidth.mjs +10 -0
- package/vanilla-extract/esm/border/deprecated/borderWidthBase.d.ts +2 -0
- package/vanilla-extract/esm/border/deprecated/borderWidthBase.mjs +4 -0
- package/vanilla-extract/esm/border/deprecated/borderWidthThin.d.ts +2 -0
- package/vanilla-extract/esm/border/deprecated/borderWidthThin.mjs +4 -0
- package/vanilla-extract/esm/border/deprecated/index.d.ts +8 -0
- package/vanilla-extract/esm/border/index.d.ts +10 -0
- package/vanilla-extract/esm/border/radius2Xl.d.ts +1 -0
- package/vanilla-extract/esm/border/radius2Xl.mjs +5 -0
- package/vanilla-extract/esm/border/radius3Xl.d.ts +1 -0
- package/vanilla-extract/esm/border/radius3Xl.mjs +5 -0
- package/vanilla-extract/esm/border/radius4Xl.d.ts +1 -0
- package/vanilla-extract/esm/border/radius4Xl.mjs +5 -0
- package/vanilla-extract/esm/border/radiusFull.d.ts +1 -0
- package/vanilla-extract/esm/border/radiusFull.mjs +5 -0
- package/vanilla-extract/esm/border/radiusLg.d.ts +1 -0
- package/vanilla-extract/esm/border/radiusLg.mjs +5 -0
- package/vanilla-extract/esm/border/radiusMd.d.ts +1 -0
- package/vanilla-extract/esm/border/radiusMd.mjs +5 -0
- package/vanilla-extract/esm/border/radiusSm.d.ts +1 -0
- package/vanilla-extract/esm/border/radiusSm.mjs +5 -0
- package/vanilla-extract/esm/border/radiusXl.d.ts +1 -0
- package/vanilla-extract/esm/border/radiusXl.mjs +5 -0
- package/vanilla-extract/esm/border/radiusXs.d.ts +1 -0
- package/vanilla-extract/esm/border/radiusXs.mjs +5 -0
- package/vanilla-extract/esm/color/color-scheme.d.ts +95 -0
- package/vanilla-extract/esm/color/color-scheme.mjs +183 -0
- package/vanilla-extract/esm/color/deprecated/index.d.ts +43 -0
- package/vanilla-extract/esm/color/deprecated/theme.d.ts +5 -0
- package/vanilla-extract/esm/color/deprecated/theme.mjs +10 -0
- package/vanilla-extract/esm/color/deprecated/themeDark.d.ts +3 -0
- package/vanilla-extract/esm/color/deprecated/themeDark.mjs +54 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundBase.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundBase.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundFrosted.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundFrosted.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundShading.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundShading.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundSurface.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundSurface.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkContrastHigh.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkContrastHigh.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkContrastLow.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkContrastLow.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkContrastMedium.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkContrastMedium.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationError.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationError.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationErrorSoft.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationErrorSoft.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfo.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfo.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfoSoft.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfoSoft.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccess.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccess.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccessSoft.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccessSoft.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarning.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarning.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarningSoft.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarningSoft.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkPrimary.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkPrimary.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkStateActive.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkStateActive.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkStateDisabled.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkStateDisabled.mjs +4 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkStateFocus.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkStateFocus.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkStateHover.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeDarkStateHover.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLight.d.ts +3 -0
- package/vanilla-extract/esm/color/deprecated/themeLight.mjs +54 -0
- package/vanilla-extract/esm/color/deprecated/themeLightBackgroundBase.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightBackgroundBase.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightBackgroundFrosted.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightBackgroundFrosted.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightBackgroundShading.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightBackgroundShading.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightBackgroundSurface.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightBackgroundSurface.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightContrastHigh.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightContrastHigh.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightContrastLow.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightContrastLow.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightContrastMedium.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightContrastMedium.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationError.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationError.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationErrorSoft.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationErrorSoft.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfo.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfo.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfoSoft.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfoSoft.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccess.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccess.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccessSoft.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccessSoft.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarning.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarning.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarningSoft.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarningSoft.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightPrimary.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightPrimary.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightStateActive.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightStateActive.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightStateDisabled.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightStateDisabled.mjs +4 -0
- package/vanilla-extract/esm/color/deprecated/themeLightStateFocus.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightStateFocus.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeLightStateHover.d.ts +2 -0
- package/vanilla-extract/esm/color/deprecated/themeLightStateHover.mjs +6 -0
- package/vanilla-extract/esm/color/deprecated/themeShared.d.ts +31 -0
- package/vanilla-extract/esm/color/index.d.ts +4 -0
- package/vanilla-extract/esm/color/light-dark/colorBackdrop.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorBackdrop.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorCanvas.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorCanvas.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorContrastHigh.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorContrastHigh.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorContrastHigher.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorContrastHigher.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorContrastLow.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorContrastLow.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorContrastLower.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorContrastLower.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorContrastMedium.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorContrastMedium.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorError.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorError.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorErrorFrosted.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorErrorFrosted.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorErrorFrostedSoft.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorErrorFrostedSoft.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorErrorLow.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorErrorLow.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorErrorMedium.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorErrorMedium.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorFocus.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorFocus.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorFrosted.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorFrosted.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorFrostedSoft.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorFrostedSoft.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorFrostedStrong.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorFrostedStrong.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorInfo.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorInfo.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorInfoFrosted.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorInfoFrosted.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorInfoFrostedSoft.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorInfoFrostedSoft.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorInfoLow.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorInfoLow.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorInfoMedium.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorInfoMedium.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorPrimary.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorPrimary.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorSuccess.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorSuccess.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorSuccessFrosted.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorSuccessFrosted.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorSuccessFrostedSoft.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorSuccessFrostedSoft.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorSuccessLow.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorSuccessLow.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorSuccessMedium.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorSuccessMedium.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorSurface.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorSurface.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorWarning.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorWarning.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorWarningFrosted.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorWarningFrosted.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorWarningFrostedSoft.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorWarningFrostedSoft.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorWarningLow.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorWarningLow.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/colorWarningMedium.d.ts +1 -0
- package/vanilla-extract/esm/color/light-dark/colorWarningMedium.mjs +5 -0
- package/vanilla-extract/esm/color/light-dark/index.d.ts +33 -0
- package/vanilla-extract/esm/color/types.d.ts +1 -0
- package/vanilla-extract/esm/focus/deprecated/getFocusStyle.d.ts +19 -0
- package/vanilla-extract/esm/focus/deprecated/getFocusStyle.mjs +41 -0
- package/vanilla-extract/esm/focus/deprecated/index.d.ts +1 -0
- package/vanilla-extract/esm/focus/getFocusVisibleStyle.d.ts +11 -0
- package/vanilla-extract/esm/focus/getFocusVisibleStyle.mjs +15 -0
- package/vanilla-extract/esm/focus/index.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontFamily.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontFamily.mjs +6 -0
- package/vanilla-extract/esm/font/deprecated/fontLineHeight.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontLineHeight.mjs +6 -0
- package/vanilla-extract/esm/font/deprecated/fontShared.d.ts +3 -0
- package/vanilla-extract/esm/font/deprecated/fontSize.d.ts +23 -0
- package/vanilla-extract/esm/font/deprecated/fontSize.mjs +15 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeDisplay.d.ts +6 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeDisplay.mjs +12 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeHeading.d.ts +8 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeHeading.mjs +16 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingLarge.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingLarge.mjs +6 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingMedium.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingMedium.mjs +6 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingSmall.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingSmall.mjs +6 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingXLarge.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingXLarge.mjs +6 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingXXLarge.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingXXLarge.mjs +6 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeText.d.ts +9 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeText.mjs +18 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeTextLarge.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeTextLarge.mjs +6 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeTextMedium.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeTextMedium.mjs +6 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeTextSmall.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeTextSmall.mjs +6 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXLarge.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXLarge.mjs +6 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.mjs +6 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXXSmall.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXXSmall.mjs +6 -0
- package/vanilla-extract/esm/font/deprecated/fontStyle.d.ts +5 -0
- package/vanilla-extract/esm/font/deprecated/fontStyle.mjs +10 -0
- package/vanilla-extract/esm/font/deprecated/fontStyleItalic.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontStyleItalic.mjs +4 -0
- package/vanilla-extract/esm/font/deprecated/fontStyleNormal.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontStyleNormal.mjs +4 -0
- package/vanilla-extract/esm/font/deprecated/fontVariant.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontVariant.mjs +4 -0
- package/vanilla-extract/esm/font/deprecated/fontWeight.d.ts +6 -0
- package/vanilla-extract/esm/font/deprecated/fontWeight.mjs +12 -0
- package/vanilla-extract/esm/font/deprecated/fontWeightRegular.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontWeightRegular.mjs +6 -0
- package/vanilla-extract/esm/font/deprecated/fontWeightSemiBold.d.ts +2 -0
- package/vanilla-extract/esm/font/deprecated/fontWeightSemiBold.mjs +6 -0
- package/vanilla-extract/esm/font/deprecated/index.d.ts +24 -0
- package/vanilla-extract/esm/font/fontHyphenationStyle.d.ts +4 -0
- package/vanilla-extract/esm/font/fontHyphenationStyle.mjs +7 -0
- package/vanilla-extract/esm/font/fontPorscheNext.d.ts +1 -0
- package/vanilla-extract/esm/font/fontPorscheNext.mjs +5 -0
- package/vanilla-extract/esm/font/fontSizeDisplayLarge.d.ts +1 -0
- package/vanilla-extract/esm/font/fontSizeDisplayLarge.mjs +3 -0
- package/vanilla-extract/esm/font/fontSizeDisplayMedium.d.ts +1 -0
- package/vanilla-extract/esm/font/fontSizeDisplayMedium.mjs +3 -0
- package/vanilla-extract/esm/font/fontSizeDisplaySmall.d.ts +1 -0
- package/vanilla-extract/esm/font/fontSizeDisplaySmall.mjs +3 -0
- package/vanilla-extract/esm/font/fontWeightBold.d.ts +1 -0
- package/vanilla-extract/esm/font/fontWeightBold.mjs +5 -0
- package/vanilla-extract/esm/font/fontWeightNormal.d.ts +1 -0
- package/vanilla-extract/esm/font/fontWeightNormal.mjs +5 -0
- package/vanilla-extract/esm/font/fontWeightSemibold.d.ts +1 -0
- package/vanilla-extract/esm/font/fontWeightSemibold.mjs +5 -0
- package/vanilla-extract/esm/font/index.d.ts +17 -0
- package/vanilla-extract/esm/font/leadingNormal.d.ts +1 -0
- package/vanilla-extract/esm/font/leadingNormal.mjs +5 -0
- package/vanilla-extract/esm/font/typescale2Xl.d.ts +1 -0
- package/vanilla-extract/esm/font/typescale2Xl.mjs +5 -0
- package/vanilla-extract/esm/font/typescale2Xs.d.ts +1 -0
- package/vanilla-extract/esm/font/typescale2Xs.mjs +5 -0
- package/vanilla-extract/esm/font/typescaleLg.d.ts +1 -0
- package/vanilla-extract/esm/font/typescaleLg.mjs +5 -0
- package/vanilla-extract/esm/font/typescaleMd.d.ts +1 -0
- package/vanilla-extract/esm/font/typescaleMd.mjs +5 -0
- package/vanilla-extract/esm/font/typescaleSm.d.ts +1 -0
- package/vanilla-extract/esm/font/typescaleSm.mjs +5 -0
- package/vanilla-extract/esm/font/typescaleXl.d.ts +1 -0
- package/vanilla-extract/esm/font/typescaleXl.mjs +5 -0
- package/vanilla-extract/esm/font/typescaleXs.d.ts +1 -0
- package/vanilla-extract/esm/font/typescaleXs.mjs +5 -0
- package/vanilla-extract/esm/gradient/deprecated/gradientToBottomStyle.d.ts +4 -0
- package/vanilla-extract/esm/gradient/deprecated/gradientToBottomStyle.mjs +8 -0
- package/vanilla-extract/esm/gradient/deprecated/gradientToLeftStyle.d.ts +4 -0
- package/vanilla-extract/esm/gradient/deprecated/gradientToLeftStyle.mjs +8 -0
- package/vanilla-extract/esm/gradient/deprecated/gradientToRightStyle.d.ts +4 -0
- package/vanilla-extract/esm/gradient/deprecated/gradientToRightStyle.mjs +8 -0
- package/vanilla-extract/esm/gradient/deprecated/gradientToTopStyle.d.ts +4 -0
- package/vanilla-extract/esm/gradient/deprecated/gradientToTopStyle.mjs +8 -0
- package/vanilla-extract/esm/gradient/deprecated/index.d.ts +4 -0
- package/vanilla-extract/esm/gradient/gradientStopsFadeDark.d.ts +1 -0
- package/vanilla-extract/esm/gradient/gradientStopsFadeDark.mjs +5 -0
- package/vanilla-extract/esm/gradient/index.d.ts +2 -0
- package/vanilla-extract/esm/grid/gridBasic.d.ts +7 -0
- package/vanilla-extract/esm/grid/gridBasic.mjs +15 -0
- package/vanilla-extract/esm/grid/gridBasicColumnEnd.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridBasicColumnEnd.mjs +3 -0
- package/vanilla-extract/esm/grid/gridBasicColumnStart.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridBasicColumnStart.mjs +3 -0
- package/vanilla-extract/esm/grid/gridBasicOffset.d.ts +5 -0
- package/vanilla-extract/esm/grid/gridBasicOffset.mjs +11 -0
- package/vanilla-extract/esm/grid/gridBasicOffsetBase.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridBasicOffsetBase.mjs +5 -0
- package/vanilla-extract/esm/grid/gridBasicOffsetS.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridBasicOffsetS.mjs +5 -0
- package/vanilla-extract/esm/grid/gridBasicOffsetXXL.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridBasicOffsetXXL.mjs +5 -0
- package/vanilla-extract/esm/grid/gridBasicSpanOneHalf.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridBasicSpanOneHalf.mjs +5 -0
- package/vanilla-extract/esm/grid/gridBasicSpanOneThird.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridBasicSpanOneThird.mjs +5 -0
- package/vanilla-extract/esm/grid/gridBasicSpanTwoThirds.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridBasicSpanTwoThirds.mjs +5 -0
- package/vanilla-extract/esm/grid/gridExtended.d.ts +5 -0
- package/vanilla-extract/esm/grid/gridExtended.mjs +11 -0
- package/vanilla-extract/esm/grid/gridExtendedColumnEnd.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridExtendedColumnEnd.mjs +3 -0
- package/vanilla-extract/esm/grid/gridExtendedColumnStart.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridExtendedColumnStart.mjs +3 -0
- package/vanilla-extract/esm/grid/gridExtendedOffset.d.ts +5 -0
- package/vanilla-extract/esm/grid/gridExtendedOffset.mjs +11 -0
- package/vanilla-extract/esm/grid/gridExtendedOffsetBase.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridExtendedOffsetBase.mjs +5 -0
- package/vanilla-extract/esm/grid/gridExtendedOffsetS.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridExtendedOffsetS.mjs +5 -0
- package/vanilla-extract/esm/grid/gridExtendedOffsetXXL.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridExtendedOffsetXXL.mjs +5 -0
- package/vanilla-extract/esm/grid/gridExtendedSpanOneHalf.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridExtendedSpanOneHalf.mjs +5 -0
- package/vanilla-extract/esm/grid/gridFull.d.ts +4 -0
- package/vanilla-extract/esm/grid/gridFull.mjs +9 -0
- package/vanilla-extract/esm/grid/gridFullColumnEnd.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridFullColumnEnd.mjs +3 -0
- package/vanilla-extract/esm/grid/gridFullColumnStart.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridFullColumnStart.mjs +3 -0
- package/vanilla-extract/esm/grid/gridFullOffset.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridFullOffset.mjs +5 -0
- package/vanilla-extract/esm/grid/gridGap.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridGap.mjs +5 -0
- package/vanilla-extract/esm/grid/gridNarrow.d.ts +5 -0
- package/vanilla-extract/esm/grid/gridNarrow.mjs +11 -0
- package/vanilla-extract/esm/grid/gridNarrowColumnEnd.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridNarrowColumnEnd.mjs +3 -0
- package/vanilla-extract/esm/grid/gridNarrowColumnStart.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridNarrowColumnStart.mjs +3 -0
- package/vanilla-extract/esm/grid/gridNarrowOffset.d.ts +5 -0
- package/vanilla-extract/esm/grid/gridNarrowOffset.mjs +11 -0
- package/vanilla-extract/esm/grid/gridNarrowOffsetBase.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridNarrowOffsetBase.mjs +5 -0
- package/vanilla-extract/esm/grid/gridNarrowOffsetS.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridNarrowOffsetS.mjs +5 -0
- package/vanilla-extract/esm/grid/gridNarrowOffsetXXL.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridNarrowOffsetXXL.mjs +5 -0
- package/vanilla-extract/esm/grid/gridNarrowSpanOneHalf.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridNarrowSpanOneHalf.mjs +5 -0
- package/vanilla-extract/esm/grid/gridShared.d.ts +15 -0
- package/vanilla-extract/esm/grid/gridShared.mjs +18 -0
- package/vanilla-extract/esm/grid/gridSharedOffset.d.ts +5 -0
- package/vanilla-extract/esm/grid/gridSharedOffset.mjs +15 -0
- package/vanilla-extract/esm/grid/gridStyle.d.ts +32 -0
- package/vanilla-extract/esm/grid/gridStyle.mjs +57 -0
- package/vanilla-extract/esm/grid/gridWide.d.ts +4 -0
- package/vanilla-extract/esm/grid/gridWide.mjs +9 -0
- package/vanilla-extract/esm/grid/gridWideColumnEnd.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridWideColumnEnd.mjs +3 -0
- package/vanilla-extract/esm/grid/gridWideColumnStart.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridWideColumnStart.mjs +3 -0
- package/vanilla-extract/esm/grid/gridWideOffset.d.ts +5 -0
- package/vanilla-extract/esm/grid/gridWideOffset.mjs +11 -0
- package/vanilla-extract/esm/grid/gridWideOffsetBase.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridWideOffsetBase.mjs +5 -0
- package/vanilla-extract/esm/grid/gridWideOffsetS.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridWideOffsetS.mjs +5 -0
- package/vanilla-extract/esm/grid/gridWideOffsetXXL.d.ts +1 -0
- package/vanilla-extract/esm/grid/gridWideOffsetXXL.mjs +6 -0
- package/vanilla-extract/esm/grid/index.d.ts +39 -0
- package/vanilla-extract/esm/index.d.ts +1 -0
- package/vanilla-extract/esm/index.mjs +270 -0
- package/vanilla-extract/esm/mediaQuery/breakpoint.d.ts +4 -0
- package/vanilla-extract/esm/mediaQuery/breakpoint.mjs +19 -0
- package/vanilla-extract/esm/mediaQuery/breakpointBase.d.ts +1 -0
- package/vanilla-extract/esm/mediaQuery/breakpointBase.mjs +3 -0
- package/vanilla-extract/esm/mediaQuery/breakpointL.d.ts +1 -0
- package/vanilla-extract/esm/mediaQuery/breakpointL.mjs +5 -0
- package/vanilla-extract/esm/mediaQuery/breakpointM.d.ts +1 -0
- package/vanilla-extract/esm/mediaQuery/breakpointM.mjs +5 -0
- package/vanilla-extract/esm/mediaQuery/breakpointS.d.ts +1 -0
- package/vanilla-extract/esm/mediaQuery/breakpointS.mjs +5 -0
- package/vanilla-extract/esm/mediaQuery/breakpointShared.d.ts +2 -0
- package/vanilla-extract/esm/mediaQuery/breakpointShared.mjs +3 -0
- package/vanilla-extract/esm/mediaQuery/breakpointXL.d.ts +1 -0
- package/vanilla-extract/esm/mediaQuery/breakpointXL.mjs +5 -0
- package/vanilla-extract/esm/mediaQuery/breakpointXS.d.ts +1 -0
- package/vanilla-extract/esm/mediaQuery/breakpointXS.mjs +5 -0
- package/vanilla-extract/esm/mediaQuery/breakpointXXL.d.ts +1 -0
- package/vanilla-extract/esm/mediaQuery/breakpointXXL.mjs +5 -0
- package/vanilla-extract/esm/mediaQuery/getMediaQueryMax.d.ts +7 -0
- package/vanilla-extract/esm/mediaQuery/getMediaQueryMax.mjs +7 -0
- package/vanilla-extract/esm/mediaQuery/getMediaQueryMin.d.ts +8 -0
- package/vanilla-extract/esm/mediaQuery/getMediaQueryMin.mjs +7 -0
- package/vanilla-extract/esm/mediaQuery/getMediaQueryMinMax.d.ts +22 -0
- package/vanilla-extract/esm/mediaQuery/getMediaQueryMinMax.mjs +7 -0
- package/vanilla-extract/esm/mediaQuery/index.d.ts +13 -0
- package/vanilla-extract/esm/mediaQuery/mediaQueryShared.d.ts +2 -0
- package/vanilla-extract/esm/motion/deprecated/index.d.ts +7 -0
- package/vanilla-extract/esm/motion/deprecated/motionDurationLong.d.ts +2 -0
- package/vanilla-extract/esm/motion/deprecated/motionDurationLong.mjs +6 -0
- package/vanilla-extract/esm/motion/deprecated/motionDurationModerate.d.ts +2 -0
- package/vanilla-extract/esm/motion/deprecated/motionDurationModerate.mjs +6 -0
- package/vanilla-extract/esm/motion/deprecated/motionDurationShort.d.ts +2 -0
- package/vanilla-extract/esm/motion/deprecated/motionDurationShort.mjs +6 -0
- package/vanilla-extract/esm/motion/deprecated/motionDurationVeryLong.d.ts +2 -0
- package/vanilla-extract/esm/motion/deprecated/motionDurationVeryLong.mjs +6 -0
- package/vanilla-extract/esm/motion/deprecated/motionEasingBase.d.ts +2 -0
- package/vanilla-extract/esm/motion/deprecated/motionEasingBase.mjs +6 -0
- package/vanilla-extract/esm/motion/deprecated/motionEasingIn.d.ts +2 -0
- package/vanilla-extract/esm/motion/deprecated/motionEasingIn.mjs +6 -0
- package/vanilla-extract/esm/motion/deprecated/motionEasingOut.d.ts +2 -0
- package/vanilla-extract/esm/motion/deprecated/motionEasingOut.mjs +6 -0
- package/vanilla-extract/esm/motion/durationLg.d.ts +1 -0
- package/vanilla-extract/esm/motion/durationLg.mjs +5 -0
- package/vanilla-extract/esm/motion/durationMd.d.ts +1 -0
- package/vanilla-extract/esm/motion/durationMd.mjs +5 -0
- package/vanilla-extract/esm/motion/durationSm.d.ts +1 -0
- package/vanilla-extract/esm/motion/durationSm.mjs +5 -0
- package/vanilla-extract/esm/motion/durationXl.d.ts +1 -0
- package/vanilla-extract/esm/motion/durationXl.mjs +5 -0
- package/vanilla-extract/esm/motion/easeIn.d.ts +1 -0
- package/vanilla-extract/esm/motion/easeIn.mjs +5 -0
- package/vanilla-extract/esm/motion/easeInOut.d.ts +1 -0
- package/vanilla-extract/esm/motion/easeInOut.mjs +5 -0
- package/vanilla-extract/esm/motion/easeOut.d.ts +1 -0
- package/vanilla-extract/esm/motion/easeOut.mjs +5 -0
- package/vanilla-extract/esm/motion/index.d.ts +8 -0
- package/vanilla-extract/esm/shadow/deprecated/dropShadowHighStyle.d.ts +4 -0
- package/vanilla-extract/esm/shadow/deprecated/dropShadowHighStyle.mjs +8 -0
- package/vanilla-extract/esm/shadow/deprecated/dropShadowLowStyle.d.ts +4 -0
- package/vanilla-extract/esm/shadow/deprecated/dropShadowLowStyle.mjs +8 -0
- package/vanilla-extract/esm/shadow/deprecated/dropShadowMediumStyle.d.ts +4 -0
- package/vanilla-extract/esm/shadow/deprecated/dropShadowMediumStyle.mjs +8 -0
- package/vanilla-extract/esm/shadow/deprecated/index.d.ts +3 -0
- package/vanilla-extract/esm/shadow/index.d.ts +4 -0
- package/vanilla-extract/esm/shadow/shadowLg.d.ts +1 -0
- package/vanilla-extract/esm/shadow/shadowLg.mjs +5 -0
- package/vanilla-extract/esm/shadow/shadowMd.d.ts +1 -0
- package/vanilla-extract/esm/shadow/shadowMd.mjs +5 -0
- package/vanilla-extract/esm/shadow/shadowSm.d.ts +1 -0
- package/vanilla-extract/esm/shadow/shadowSm.mjs +5 -0
- package/vanilla-extract/esm/skeleton/getSkeletonStyle.d.ts +25 -0
- package/vanilla-extract/esm/skeleton/getSkeletonStyle.mjs +31 -0
- package/vanilla-extract/esm/skeleton/index.d.ts +1 -0
- package/vanilla-extract/esm/spacing/deprecated/index.d.ts +15 -0
- package/vanilla-extract/esm/spacing/deprecated/spacing.d.ts +19 -0
- package/vanilla-extract/esm/spacing/deprecated/spacing.mjs +10 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingFluid.d.ts +9 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingFluid.mjs +18 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidLarge.d.ts +2 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidLarge.mjs +6 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidMedium.d.ts +2 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidMedium.mjs +6 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidSmall.d.ts +2 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidSmall.mjs +6 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidXLarge.d.ts +2 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidXLarge.mjs +6 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidXSmall.d.ts +2 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidXSmall.mjs +6 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidXXLarge.d.ts +2 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidXXLarge.mjs +6 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingStatic.d.ts +9 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingStatic.mjs +18 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticLarge.d.ts +2 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticLarge.mjs +6 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticMedium.d.ts +2 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticMedium.mjs +6 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticSmall.d.ts +2 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticSmall.mjs +6 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticXLarge.d.ts +2 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticXLarge.mjs +6 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticXSmall.d.ts +2 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticXSmall.mjs +6 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticXXLarge.d.ts +2 -0
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticXXLarge.mjs +6 -0
- package/vanilla-extract/esm/spacing/index.d.ts +13 -0
- package/vanilla-extract/esm/spacing/spacingFluid2Xl.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingFluid2Xl.mjs +5 -0
- package/vanilla-extract/esm/spacing/spacingFluidLg.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingFluidLg.mjs +5 -0
- package/vanilla-extract/esm/spacing/spacingFluidMd.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingFluidMd.mjs +5 -0
- package/vanilla-extract/esm/spacing/spacingFluidSm.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingFluidSm.mjs +5 -0
- package/vanilla-extract/esm/spacing/spacingFluidXl.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingFluidXl.mjs +5 -0
- package/vanilla-extract/esm/spacing/spacingFluidXs.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingFluidXs.mjs +5 -0
- package/vanilla-extract/esm/spacing/spacingStatic2Xl.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingStatic2Xl.mjs +5 -0
- package/vanilla-extract/esm/spacing/spacingStaticLg.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingStaticLg.mjs +5 -0
- package/vanilla-extract/esm/spacing/spacingStaticMd.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingStaticMd.mjs +5 -0
- package/vanilla-extract/esm/spacing/spacingStaticSm.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingStaticSm.mjs +5 -0
- package/vanilla-extract/esm/spacing/spacingStaticXl.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingStaticXl.mjs +5 -0
- package/vanilla-extract/esm/spacing/spacingStaticXs.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingStaticXs.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/blur/blurFrosted.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radius2Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radius3Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radius4Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusFull.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusLg.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusMd.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusSm.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusXl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusXs.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpoint2Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpointLg.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpointMd.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpointSm.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpointXl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpointXs.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/a11y/colorFocusDark.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorBackdropDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorCanvasDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorFrostedDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorFrostedSoftDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorFrostedStrongDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorSurfaceDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorContrastHighDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorContrastHigherDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorContrastLowDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorContrastLowerDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorContrastMediumDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorPrimaryDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorFrostedDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorFrostedSoftDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorLowDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorMediumDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoFrostedDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoFrostedSoftDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoLowDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoMediumDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedSoftDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessLowDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessMediumDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningFrostedDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningFrostedSoftDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningLowDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningMediumDark.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/a11y/colorFocusLight.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorBackdropLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorCanvasLight.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorFrostedLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorFrostedSoftLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorFrostedStrongLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorSurfaceLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorContrastHighLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorContrastHigherLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorContrastLowLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorContrastLowerLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorContrastMediumLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorPrimaryLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorFrostedLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorFrostedSoftLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorLowLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorMediumLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoFrostedLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoFrostedSoftLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoLowLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoMediumLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessFrostedLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessFrostedSoftLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessLowLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessMediumLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningFrostedLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningFrostedSoftLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningLowLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningMediumLight.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/a11y/colorFocus.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorBackdrop.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorCanvas.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorFrosted.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorFrostedSoft.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorFrostedStrong.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorSurface.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorContrastHigh.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorContrastHigher.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorContrastLow.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorContrastLower.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorContrastMedium.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorPrimary.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorError.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorErrorFrosted.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorErrorFrostedSoft.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorErrorLow.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorErrorMedium.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorInfo.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorInfoFrosted.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorInfoFrostedSoft.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorInfoLow.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorInfoMedium.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorSuccess.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorSuccessFrosted.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorSuccessFrostedSoft.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorSuccessLow.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorSuccessMedium.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorWarning.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorWarningFrosted.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorWarningFrostedSoft.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorWarningLow.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorWarningMedium.mjs +6 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/palette.mjs +74 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/family/fontPorscheNext.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/lineHeight/leadingNormal.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale2Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale2Xs.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleLg.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleMd.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleSm.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleXl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleXs.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/weight/fontWeightBold.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/weight/fontWeightNormal.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/weight/fontWeightSemibold.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/gradient/gradientStopsFadeDark.mjs +18 -0
- package/vanilla-extract/esm/tokens/dist/esm/motion/duration/durationLg.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/motion/duration/durationMd.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/motion/duration/durationSm.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/motion/duration/durationXl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/motion/ease/easeIn.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/motion/ease/easeInOut.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/motion/ease/easeOut.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/shadow/shadowLg.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/shadow/shadowMd.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/shadow/shadowSm.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluid2Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluidLg.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluidMd.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluidSm.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluidXl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluidXs.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStatic2Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStaticLg.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStaticMd.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStaticSm.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStaticXl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStaticXs.mjs +3 -0
- package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.mjs +9 -0
- package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.mjs +9 -0
- package/vanilla-extract/esm/typography/deprecated/display/displayShared.d.ts +2 -0
- package/vanilla-extract/esm/typography/deprecated/display/displayShared.mjs +10 -0
- package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.mjs +9 -0
- package/vanilla-extract/esm/typography/deprecated/display/index.d.ts +3 -0
- package/vanilla-extract/esm/typography/deprecated/heading/headingLargeStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/deprecated/heading/headingLargeStyle.mjs +9 -0
- package/vanilla-extract/esm/typography/deprecated/heading/headingMediumStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/deprecated/heading/headingMediumStyle.mjs +9 -0
- package/vanilla-extract/esm/typography/deprecated/heading/headingShared.d.ts +2 -0
- package/vanilla-extract/esm/typography/deprecated/heading/headingShared.mjs +10 -0
- package/vanilla-extract/esm/typography/deprecated/heading/headingSmallStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/deprecated/heading/headingSmallStyle.mjs +9 -0
- package/vanilla-extract/esm/typography/deprecated/heading/headingXLargeStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/deprecated/heading/headingXLargeStyle.mjs +9 -0
- package/vanilla-extract/esm/typography/deprecated/heading/headingXXLargeStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/deprecated/heading/headingXXLargeStyle.mjs +9 -0
- package/vanilla-extract/esm/typography/deprecated/heading/index.d.ts +5 -0
- package/vanilla-extract/esm/typography/deprecated/index.d.ts +3 -0
- package/vanilla-extract/esm/typography/deprecated/text/index.d.ts +6 -0
- package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.d.ts +6 -0
- package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.mjs +11 -0
- package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.d.ts +6 -0
- package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.mjs +11 -0
- package/vanilla-extract/esm/typography/deprecated/text/textShared.d.ts +2 -0
- package/vanilla-extract/esm/typography/deprecated/text/textShared.mjs +10 -0
- package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.d.ts +6 -0
- package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.mjs +11 -0
- package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.d.ts +6 -0
- package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.mjs +11 -0
- package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.d.ts +6 -0
- package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.mjs +11 -0
- package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.d.ts +6 -0
- package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.mjs +11 -0
- package/vanilla-extract/esm/typography/index.d.ts +15 -0
- package/vanilla-extract/esm/typography/proseDisplayLgStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/proseDisplayLgStyle.mjs +9 -0
- package/vanilla-extract/esm/typography/proseDisplayMdStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/proseDisplayMdStyle.mjs +9 -0
- package/vanilla-extract/esm/typography/proseDisplaySmStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/proseDisplaySmStyle.mjs +9 -0
- package/vanilla-extract/esm/typography/proseHeading2XlStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/proseHeading2XlStyle.mjs +10 -0
- package/vanilla-extract/esm/typography/proseHeadingLgStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/proseHeadingLgStyle.mjs +10 -0
- package/vanilla-extract/esm/typography/proseHeadingMdStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/proseHeadingMdStyle.mjs +10 -0
- package/vanilla-extract/esm/typography/proseHeadingSmStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/proseHeadingSmStyle.mjs +10 -0
- package/vanilla-extract/esm/typography/proseHeadingXlStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/proseHeadingXlStyle.mjs +10 -0
- package/vanilla-extract/esm/typography/proseText2XsStyle.d.ts +5 -0
- package/vanilla-extract/esm/typography/proseText2XsStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseTextLgStyle.d.ts +5 -0
- package/vanilla-extract/esm/typography/proseTextLgStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseTextMdStyle.d.ts +5 -0
- package/vanilla-extract/esm/typography/proseTextMdStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseTextSmStyle.d.ts +5 -0
- package/vanilla-extract/esm/typography/proseTextSmStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseTextXlStyle.d.ts +5 -0
- package/vanilla-extract/esm/typography/proseTextXlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseTextXsStyle.d.ts +5 -0
- package/vanilla-extract/esm/typography/proseTextXsStyle.mjs +12 -0
- package/styles/_index.scss +0 -1
- package/styles/esm/index.d.ts +0 -1
- package/styles/esm/index.mjs +0 -1
- package/styles/vanilla-extract/cjs/index.cjs +0 -12
- package/styles/vanilla-extract/esm/index.d.ts +0 -1
- package/styles/vanilla-extract/esm/index.mjs +0 -1
|
@@ -15,10 +15,10 @@ class BaseComponent {
|
|
|
15
15
|
this.el[prop] = props[prop].currentValue;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
18
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: BaseComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: BaseComponent, isStandalone: true, selector: "ng-component", usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
}
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: BaseComponent, decorators: [{
|
|
22
22
|
type: Component,
|
|
23
23
|
args: [{
|
|
24
24
|
template: '',
|
|
@@ -27,22 +27,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
27
27
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }] });
|
|
28
28
|
|
|
29
29
|
class PAccordion extends BaseComponent {
|
|
30
|
+
alignMarker;
|
|
31
|
+
background;
|
|
30
32
|
compact;
|
|
33
|
+
/** @deprecated */
|
|
31
34
|
heading;
|
|
35
|
+
/** @deprecated */
|
|
32
36
|
headingTag;
|
|
33
37
|
open;
|
|
38
|
+
/** @deprecated */
|
|
34
39
|
size;
|
|
35
40
|
sticky;
|
|
36
41
|
update = new EventEmitter();
|
|
37
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
38
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
42
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PAccordion, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
43
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PAccordion, isStandalone: false, selector: "p-accordion,[p-accordion]", inputs: { alignMarker: "alignMarker", background: "background", compact: "compact", heading: "heading", headingTag: "headingTag", open: "open", size: "size", sticky: "sticky" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
39
44
|
}
|
|
40
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
45
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PAccordion, decorators: [{
|
|
41
46
|
type: Component,
|
|
42
47
|
args: [{
|
|
43
48
|
selector: 'p-accordion,[p-accordion]',
|
|
44
49
|
template: '<ng-content />',
|
|
45
|
-
inputs: ['compact', 'heading', 'headingTag', 'open', 'size', 'sticky'],
|
|
50
|
+
inputs: ['alignMarker', 'background', 'compact', 'heading', 'headingTag', 'open', 'size', 'sticky'],
|
|
46
51
|
outputs: ['update'],
|
|
47
52
|
standalone: false
|
|
48
53
|
}]
|
|
@@ -56,10 +61,10 @@ class PBanner extends BaseComponent {
|
|
|
56
61
|
open;
|
|
57
62
|
state;
|
|
58
63
|
dismiss = new EventEmitter();
|
|
59
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
60
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
64
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PBanner, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
65
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PBanner, isStandalone: false, selector: "p-banner,[p-banner]", inputs: { description: "description", dismissButton: "dismissButton", heading: "heading", headingTag: "headingTag", open: "open", state: "state" }, outputs: { dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
61
66
|
}
|
|
62
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
67
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PBanner, decorators: [{
|
|
63
68
|
type: Component,
|
|
64
69
|
args: [{
|
|
65
70
|
selector: 'p-banner,[p-banner]',
|
|
@@ -83,10 +88,10 @@ class PButton extends BaseComponent {
|
|
|
83
88
|
type;
|
|
84
89
|
value;
|
|
85
90
|
variant;
|
|
86
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
87
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
91
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButton, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
92
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PButton, isStandalone: false, selector: "p-button,[p-button]", inputs: { aria: "aria", compact: "compact", disabled: "disabled", form: "form", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", name: "name", type: "type", value: "value", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
88
93
|
}
|
|
89
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
94
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButton, decorators: [{
|
|
90
95
|
type: Component,
|
|
91
96
|
args: [{
|
|
92
97
|
selector: 'p-button,[p-button]',
|
|
@@ -112,10 +117,10 @@ class PButtonPure extends BaseComponent {
|
|
|
112
117
|
type;
|
|
113
118
|
underline;
|
|
114
119
|
value;
|
|
115
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
116
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
120
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
121
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PButtonPure, isStandalone: false, selector: "p-button-pure,[p-button-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", disabled: "disabled", form: "form", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", name: "name", size: "size", stretch: "stretch", type: "type", underline: "underline", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
117
122
|
}
|
|
118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonPure, decorators: [{
|
|
119
124
|
type: Component,
|
|
120
125
|
args: [{
|
|
121
126
|
selector: 'p-button-pure,[p-button-pure]',
|
|
@@ -140,10 +145,10 @@ class PButtonTile extends BaseComponent {
|
|
|
140
145
|
size;
|
|
141
146
|
type;
|
|
142
147
|
weight;
|
|
143
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
144
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
148
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
149
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PButtonTile, isStandalone: false, selector: "p-button-tile,[p-button-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", disabled: "disabled", gradient: "gradient", icon: "icon", iconSource: "iconSource", label: "label", loading: "loading", size: "size", type: "type", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
145
150
|
}
|
|
146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonTile, decorators: [{
|
|
147
152
|
type: Component,
|
|
148
153
|
args: [{
|
|
149
154
|
selector: 'p-button-tile,[p-button-tile]',
|
|
@@ -154,19 +159,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
154
159
|
}] });
|
|
155
160
|
|
|
156
161
|
class PCanvas extends BaseComponent {
|
|
162
|
+
background;
|
|
157
163
|
sidebarEndOpen;
|
|
158
164
|
sidebarStartOpen;
|
|
159
165
|
sidebarEndDismiss = new EventEmitter();
|
|
160
166
|
sidebarStartUpdate = new EventEmitter();
|
|
161
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
162
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
167
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCanvas, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
168
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PCanvas, isStandalone: false, selector: "p-canvas,[p-canvas]", inputs: { background: "background", sidebarEndOpen: "sidebarEndOpen", sidebarStartOpen: "sidebarStartOpen" }, outputs: { sidebarEndDismiss: "sidebarEndDismiss", sidebarStartUpdate: "sidebarStartUpdate" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
163
169
|
}
|
|
164
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCanvas, decorators: [{
|
|
165
171
|
type: Component,
|
|
166
172
|
args: [{
|
|
167
173
|
selector: 'p-canvas,[p-canvas]',
|
|
168
174
|
template: '<ng-content />',
|
|
169
|
-
inputs: ['sidebarEndOpen', 'sidebarStartOpen'],
|
|
175
|
+
inputs: ['background', 'sidebarEndOpen', 'sidebarStartOpen'],
|
|
170
176
|
outputs: ['sidebarEndDismiss', 'sidebarStartUpdate'],
|
|
171
177
|
standalone: false
|
|
172
178
|
}]
|
|
@@ -190,10 +196,10 @@ class PCarousel extends BaseComponent {
|
|
|
190
196
|
trimSpace;
|
|
191
197
|
width;
|
|
192
198
|
update = new EventEmitter();
|
|
193
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
194
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
199
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCarousel, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
200
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PCarousel, isStandalone: false, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignControls: "alignControls", alignHeader: "alignHeader", aria: "aria", description: "description", focusOnCenterSlide: "focusOnCenterSlide", gradient: "gradient", heading: "heading", headingSize: "headingSize", intl: "intl", pagination: "pagination", rewind: "rewind", skipLinkTarget: "skipLinkTarget", slidesPerPage: "slidesPerPage", trimSpace: "trimSpace", width: "width" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
195
201
|
}
|
|
196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCarousel, decorators: [{
|
|
197
203
|
type: Component,
|
|
198
204
|
args: [{
|
|
199
205
|
selector: 'p-carousel,[p-carousel]',
|
|
@@ -243,8 +249,8 @@ class PCheckbox extends BaseComponent {
|
|
|
243
249
|
setDisabledState(isDisabled) {
|
|
244
250
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
245
251
|
}
|
|
246
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
247
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
252
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCheckbox, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
253
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PCheckbox, isStandalone: false, selector: "p-checkbox,[p-checkbox]", inputs: { checked: "checked", compact: "compact", disabled: "disabled", form: "form", hideLabel: "hideLabel", indeterminate: "indeterminate", label: "label", loading: "loading", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change" }, host: { listeners: { "change": "_onChange($event.target.checked)", "blur": "_onTouched()" } }, providers: [
|
|
248
254
|
{
|
|
249
255
|
provide: NG_VALUE_ACCESSOR,
|
|
250
256
|
useExisting: forwardRef(() => PCheckbox),
|
|
@@ -252,7 +258,7 @@ class PCheckbox extends BaseComponent {
|
|
|
252
258
|
},
|
|
253
259
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
254
260
|
}
|
|
255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCheckbox, decorators: [{
|
|
256
262
|
type: Component,
|
|
257
263
|
args: [{
|
|
258
264
|
selector: 'p-checkbox,[p-checkbox]',
|
|
@@ -278,10 +284,10 @@ class PCrest extends BaseComponent {
|
|
|
278
284
|
aria;
|
|
279
285
|
href;
|
|
280
286
|
target;
|
|
281
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
282
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
287
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCrest, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
288
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PCrest, isStandalone: false, selector: "p-crest,[p-crest]", inputs: { aria: "aria", href: "href", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
283
289
|
}
|
|
284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCrest, decorators: [{
|
|
285
291
|
type: Component,
|
|
286
292
|
args: [{
|
|
287
293
|
selector: 'p-crest,[p-crest]',
|
|
@@ -297,10 +303,10 @@ class PDisplay extends BaseComponent {
|
|
|
297
303
|
ellipsis;
|
|
298
304
|
size;
|
|
299
305
|
tag;
|
|
300
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
301
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
306
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDisplay, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
307
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PDisplay, isStandalone: false, selector: "p-display,[p-display]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
302
308
|
}
|
|
303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
309
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDisplay, decorators: [{
|
|
304
310
|
type: Component,
|
|
305
311
|
args: [{
|
|
306
312
|
selector: 'p-display,[p-display]',
|
|
@@ -313,10 +319,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
313
319
|
class PDivider extends BaseComponent {
|
|
314
320
|
color;
|
|
315
321
|
direction;
|
|
316
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
317
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
322
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDivider, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
323
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PDivider, isStandalone: false, selector: "p-divider,[p-divider]", inputs: { color: "color", direction: "direction" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
318
324
|
}
|
|
319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDivider, decorators: [{
|
|
320
326
|
type: Component,
|
|
321
327
|
args: [{
|
|
322
328
|
selector: 'p-divider,[p-divider]',
|
|
@@ -332,10 +338,10 @@ class PDrilldown extends BaseComponent {
|
|
|
332
338
|
open;
|
|
333
339
|
dismiss = new EventEmitter();
|
|
334
340
|
update = new EventEmitter();
|
|
335
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
336
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
341
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldown, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
342
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PDrilldown, isStandalone: false, selector: "p-drilldown,[p-drilldown]", inputs: { activeIdentifier: "activeIdentifier", aria: "aria", open: "open" }, outputs: { dismiss: "dismiss", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
337
343
|
}
|
|
338
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldown, decorators: [{
|
|
339
345
|
type: Component,
|
|
340
346
|
args: [{
|
|
341
347
|
selector: 'p-drilldown,[p-drilldown]',
|
|
@@ -352,10 +358,10 @@ class PDrilldownItem extends BaseComponent {
|
|
|
352
358
|
label;
|
|
353
359
|
primary;
|
|
354
360
|
secondary;
|
|
355
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
356
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
361
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldownItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
362
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PDrilldownItem, isStandalone: false, selector: "p-drilldown-item,[p-drilldown-item]", inputs: { cascade: "cascade", identifier: "identifier", label: "label", primary: "primary", secondary: "secondary" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
357
363
|
}
|
|
358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldownItem, decorators: [{
|
|
359
365
|
type: Component,
|
|
360
366
|
args: [{
|
|
361
367
|
selector: 'p-drilldown-item,[p-drilldown-item]',
|
|
@@ -372,10 +378,10 @@ class PDrilldownLink extends BaseComponent {
|
|
|
372
378
|
href;
|
|
373
379
|
rel;
|
|
374
380
|
target;
|
|
375
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
376
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
381
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldownLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
382
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PDrilldownLink, isStandalone: false, selector: "p-drilldown-link,[p-drilldown-link]", inputs: { active: "active", aria: "aria", download: "download", href: "href", rel: "rel", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
377
383
|
}
|
|
378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldownLink, decorators: [{
|
|
379
385
|
type: Component,
|
|
380
386
|
args: [{
|
|
381
387
|
selector: 'p-drilldown-link,[p-drilldown-link]',
|
|
@@ -392,10 +398,10 @@ class PFieldset extends BaseComponent {
|
|
|
392
398
|
message;
|
|
393
399
|
required;
|
|
394
400
|
state;
|
|
395
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
396
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
401
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFieldset, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
402
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PFieldset, isStandalone: false, selector: "p-fieldset,[p-fieldset]", inputs: { aria: "aria", label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
397
403
|
}
|
|
398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
404
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFieldset, decorators: [{
|
|
399
405
|
type: Component,
|
|
400
406
|
args: [{
|
|
401
407
|
selector: 'p-fieldset,[p-fieldset]',
|
|
@@ -409,10 +415,10 @@ class PFlag extends BaseComponent {
|
|
|
409
415
|
aria;
|
|
410
416
|
name;
|
|
411
417
|
size;
|
|
412
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
413
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
418
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFlag, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
419
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PFlag, isStandalone: false, selector: "p-flag,[p-flag]", inputs: { aria: "aria", name: "name", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
414
420
|
}
|
|
415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFlag, decorators: [{
|
|
416
422
|
type: Component,
|
|
417
423
|
args: [{
|
|
418
424
|
selector: 'p-flag,[p-flag]',
|
|
@@ -433,10 +439,10 @@ class PFlyout extends BaseComponent {
|
|
|
433
439
|
dismiss = new EventEmitter();
|
|
434
440
|
motionHiddenEnd = new EventEmitter();
|
|
435
441
|
motionVisibleEnd = new EventEmitter();
|
|
436
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
437
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
442
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFlyout, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
443
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PFlyout, isStandalone: false, selector: "p-flyout,[p-flyout]", inputs: { aria: "aria", backdrop: "backdrop", background: "background", disableBackdropClick: "disableBackdropClick", footerBehavior: "footerBehavior", open: "open", position: "position" }, outputs: { dismiss: "dismiss", motionHiddenEnd: "motionHiddenEnd", motionVisibleEnd: "motionVisibleEnd" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
438
444
|
}
|
|
439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFlyout, decorators: [{
|
|
440
446
|
type: Component,
|
|
441
447
|
args: [{
|
|
442
448
|
selector: 'p-flyout,[p-flyout]',
|
|
@@ -453,10 +459,10 @@ class PHeading extends BaseComponent {
|
|
|
453
459
|
ellipsis;
|
|
454
460
|
size;
|
|
455
461
|
tag;
|
|
456
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
457
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
462
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PHeading, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
463
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PHeading, isStandalone: false, selector: "p-heading,[p-heading]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
458
464
|
}
|
|
459
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PHeading, decorators: [{
|
|
460
466
|
type: Component,
|
|
461
467
|
args: [{
|
|
462
468
|
selector: 'p-heading,[p-heading]',
|
|
@@ -472,10 +478,10 @@ class PIcon extends BaseComponent {
|
|
|
472
478
|
name;
|
|
473
479
|
size;
|
|
474
480
|
source;
|
|
475
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
476
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
481
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
482
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PIcon, isStandalone: false, selector: "p-icon,[p-icon]", inputs: { aria: "aria", color: "color", name: "name", size: "size", source: "source" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
477
483
|
}
|
|
478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
484
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PIcon, decorators: [{
|
|
479
485
|
type: Component,
|
|
480
486
|
args: [{
|
|
481
487
|
selector: 'p-icon,[p-icon]',
|
|
@@ -496,10 +502,10 @@ class PInlineNotification extends BaseComponent {
|
|
|
496
502
|
state;
|
|
497
503
|
action = new EventEmitter();
|
|
498
504
|
dismiss = new EventEmitter();
|
|
499
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
500
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
505
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInlineNotification, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
506
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInlineNotification, isStandalone: false, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", dismissButton: "dismissButton", heading: "heading", headingTag: "headingTag", state: "state" }, outputs: { action: "action", dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
501
507
|
}
|
|
502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
503
509
|
type: Component,
|
|
504
510
|
args: [{
|
|
505
511
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
@@ -554,8 +560,8 @@ class PInputDate extends BaseComponent {
|
|
|
554
560
|
setDisabledState(isDisabled) {
|
|
555
561
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
556
562
|
}
|
|
557
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
558
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
563
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputDate, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
564
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputDate, isStandalone: false, selector: "p-input-date,[p-input-date]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
559
565
|
{
|
|
560
566
|
provide: NG_VALUE_ACCESSOR,
|
|
561
567
|
useExisting: forwardRef(() => PInputDate),
|
|
@@ -563,7 +569,7 @@ class PInputDate extends BaseComponent {
|
|
|
563
569
|
},
|
|
564
570
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
565
571
|
}
|
|
566
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputDate, decorators: [{
|
|
567
573
|
type: Component,
|
|
568
574
|
args: [{
|
|
569
575
|
selector: 'p-input-date,[p-input-date]',
|
|
@@ -632,8 +638,8 @@ class PInputEmail extends BaseComponent {
|
|
|
632
638
|
setDisabledState(isDisabled) {
|
|
633
639
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
634
640
|
}
|
|
635
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
636
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
641
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputEmail, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
642
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputEmail, isStandalone: false, selector: "p-input-email,[p-input-email]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
637
643
|
{
|
|
638
644
|
provide: NG_VALUE_ACCESSOR,
|
|
639
645
|
useExisting: forwardRef(() => PInputEmail),
|
|
@@ -641,7 +647,7 @@ class PInputEmail extends BaseComponent {
|
|
|
641
647
|
},
|
|
642
648
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
643
649
|
}
|
|
644
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
650
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputEmail, decorators: [{
|
|
645
651
|
type: Component,
|
|
646
652
|
args: [{
|
|
647
653
|
selector: 'p-input-email,[p-input-email]',
|
|
@@ -707,8 +713,8 @@ class PInputMonth extends BaseComponent {
|
|
|
707
713
|
setDisabledState(isDisabled) {
|
|
708
714
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
709
715
|
}
|
|
710
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
711
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
716
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputMonth, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
717
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputMonth, isStandalone: false, selector: "p-input-month,[p-input-month]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
712
718
|
{
|
|
713
719
|
provide: NG_VALUE_ACCESSOR,
|
|
714
720
|
useExisting: forwardRef(() => PInputMonth),
|
|
@@ -716,7 +722,7 @@ class PInputMonth extends BaseComponent {
|
|
|
716
722
|
},
|
|
717
723
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
718
724
|
}
|
|
719
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputMonth, decorators: [{
|
|
720
726
|
type: Component,
|
|
721
727
|
args: [{
|
|
722
728
|
selector: 'p-input-month,[p-input-month]',
|
|
@@ -784,8 +790,8 @@ class PInputNumber extends BaseComponent {
|
|
|
784
790
|
setDisabledState(isDisabled) {
|
|
785
791
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
786
792
|
}
|
|
787
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
788
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
793
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputNumber, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
794
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputNumber, isStandalone: false, selector: "p-input-number,[p-input-number]", inputs: { autoComplete: "autoComplete", compact: "compact", controls: "controls", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
789
795
|
{
|
|
790
796
|
provide: NG_VALUE_ACCESSOR,
|
|
791
797
|
useExisting: forwardRef(() => PInputNumber),
|
|
@@ -793,7 +799,7 @@ class PInputNumber extends BaseComponent {
|
|
|
793
799
|
},
|
|
794
800
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
795
801
|
}
|
|
796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputNumber, decorators: [{
|
|
797
803
|
type: Component,
|
|
798
804
|
args: [{
|
|
799
805
|
selector: 'p-input-number,[p-input-number]',
|
|
@@ -860,8 +866,8 @@ class PInputPassword extends BaseComponent {
|
|
|
860
866
|
setDisabledState(isDisabled) {
|
|
861
867
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
862
868
|
}
|
|
863
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
864
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
869
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputPassword, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
870
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputPassword, isStandalone: false, selector: "p-input-password,[p-input-password]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", toggle: "toggle", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
865
871
|
{
|
|
866
872
|
provide: NG_VALUE_ACCESSOR,
|
|
867
873
|
useExisting: forwardRef(() => PInputPassword),
|
|
@@ -869,7 +875,7 @@ class PInputPassword extends BaseComponent {
|
|
|
869
875
|
},
|
|
870
876
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
871
877
|
}
|
|
872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
878
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputPassword, decorators: [{
|
|
873
879
|
type: Component,
|
|
874
880
|
args: [{
|
|
875
881
|
selector: 'p-input-password,[p-input-password]',
|
|
@@ -937,8 +943,8 @@ class PInputSearch extends BaseComponent {
|
|
|
937
943
|
setDisabledState(isDisabled) {
|
|
938
944
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
939
945
|
}
|
|
940
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
941
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
946
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputSearch, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
947
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputSearch, isStandalone: false, selector: "p-input-search,[p-input-search]", inputs: { autoComplete: "autoComplete", clear: "clear", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
942
948
|
{
|
|
943
949
|
provide: NG_VALUE_ACCESSOR,
|
|
944
950
|
useExisting: forwardRef(() => PInputSearch),
|
|
@@ -946,7 +952,7 @@ class PInputSearch extends BaseComponent {
|
|
|
946
952
|
},
|
|
947
953
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
948
954
|
}
|
|
949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputSearch, decorators: [{
|
|
950
956
|
type: Component,
|
|
951
957
|
args: [{
|
|
952
958
|
selector: 'p-input-search,[p-input-search]',
|
|
@@ -1014,8 +1020,8 @@ class PInputTel extends BaseComponent {
|
|
|
1014
1020
|
setDisabledState(isDisabled) {
|
|
1015
1021
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1016
1022
|
}
|
|
1017
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1018
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1023
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputTel, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1024
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputTel, isStandalone: false, selector: "p-input-tel,[p-input-tel]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1019
1025
|
{
|
|
1020
1026
|
provide: NG_VALUE_ACCESSOR,
|
|
1021
1027
|
useExisting: forwardRef(() => PInputTel),
|
|
@@ -1023,7 +1029,7 @@ class PInputTel extends BaseComponent {
|
|
|
1023
1029
|
},
|
|
1024
1030
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1025
1031
|
}
|
|
1026
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1032
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputTel, decorators: [{
|
|
1027
1033
|
type: Component,
|
|
1028
1034
|
args: [{
|
|
1029
1035
|
selector: 'p-input-tel,[p-input-tel]',
|
|
@@ -1091,8 +1097,8 @@ class PInputText extends BaseComponent {
|
|
|
1091
1097
|
setDisabledState(isDisabled) {
|
|
1092
1098
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1093
1099
|
}
|
|
1094
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1095
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1100
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputText, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1101
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputText, isStandalone: false, selector: "p-input-text,[p-input-text]", inputs: { autoComplete: "autoComplete", compact: "compact", counter: "counter", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", spellCheck: "spellCheck", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1096
1102
|
{
|
|
1097
1103
|
provide: NG_VALUE_ACCESSOR,
|
|
1098
1104
|
useExisting: forwardRef(() => PInputText),
|
|
@@ -1100,7 +1106,7 @@ class PInputText extends BaseComponent {
|
|
|
1100
1106
|
},
|
|
1101
1107
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1102
1108
|
}
|
|
1103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputText, decorators: [{
|
|
1104
1110
|
type: Component,
|
|
1105
1111
|
args: [{
|
|
1106
1112
|
selector: 'p-input-text,[p-input-text]',
|
|
@@ -1166,8 +1172,8 @@ class PInputTime extends BaseComponent {
|
|
|
1166
1172
|
setDisabledState(isDisabled) {
|
|
1167
1173
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1168
1174
|
}
|
|
1169
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1170
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1175
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputTime, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1176
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputTime, isStandalone: false, selector: "p-input-time,[p-input-time]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1171
1177
|
{
|
|
1172
1178
|
provide: NG_VALUE_ACCESSOR,
|
|
1173
1179
|
useExisting: forwardRef(() => PInputTime),
|
|
@@ -1175,7 +1181,7 @@ class PInputTime extends BaseComponent {
|
|
|
1175
1181
|
},
|
|
1176
1182
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1177
1183
|
}
|
|
1178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputTime, decorators: [{
|
|
1179
1185
|
type: Component,
|
|
1180
1186
|
args: [{
|
|
1181
1187
|
selector: 'p-input-time,[p-input-time]',
|
|
@@ -1243,8 +1249,8 @@ class PInputUrl extends BaseComponent {
|
|
|
1243
1249
|
setDisabledState(isDisabled) {
|
|
1244
1250
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1245
1251
|
}
|
|
1246
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1247
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1252
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputUrl, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1253
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputUrl, isStandalone: false, selector: "p-input-url,[p-input-url]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1248
1254
|
{
|
|
1249
1255
|
provide: NG_VALUE_ACCESSOR,
|
|
1250
1256
|
useExisting: forwardRef(() => PInputUrl),
|
|
@@ -1252,7 +1258,7 @@ class PInputUrl extends BaseComponent {
|
|
|
1252
1258
|
},
|
|
1253
1259
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1254
1260
|
}
|
|
1255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputUrl, decorators: [{
|
|
1256
1262
|
type: Component,
|
|
1257
1263
|
args: [{
|
|
1258
1264
|
selector: 'p-input-url,[p-input-url]',
|
|
@@ -1318,8 +1324,8 @@ class PInputWeek extends BaseComponent {
|
|
|
1318
1324
|
setDisabledState(isDisabled) {
|
|
1319
1325
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1320
1326
|
}
|
|
1321
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1322
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1327
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputWeek, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1328
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputWeek, isStandalone: false, selector: "p-input-week,[p-input-week]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1323
1329
|
{
|
|
1324
1330
|
provide: NG_VALUE_ACCESSOR,
|
|
1325
1331
|
useExisting: forwardRef(() => PInputWeek),
|
|
@@ -1327,7 +1333,7 @@ class PInputWeek extends BaseComponent {
|
|
|
1327
1333
|
},
|
|
1328
1334
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1329
1335
|
}
|
|
1330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1336
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputWeek, decorators: [{
|
|
1331
1337
|
type: Component,
|
|
1332
1338
|
args: [{
|
|
1333
1339
|
selector: 'p-input-week,[p-input-week]',
|
|
@@ -1360,10 +1366,10 @@ class PLink extends BaseComponent {
|
|
|
1360
1366
|
rel;
|
|
1361
1367
|
target;
|
|
1362
1368
|
variant;
|
|
1363
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1364
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1369
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1370
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PLink, isStandalone: false, selector: "p-link,[p-link]", inputs: { aria: "aria", compact: "compact", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1365
1371
|
}
|
|
1366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLink, decorators: [{
|
|
1367
1373
|
type: Component,
|
|
1368
1374
|
args: [{
|
|
1369
1375
|
selector: 'p-link,[p-link]',
|
|
@@ -1387,10 +1393,10 @@ class PLinkPure extends BaseComponent {
|
|
|
1387
1393
|
stretch;
|
|
1388
1394
|
target;
|
|
1389
1395
|
underline;
|
|
1390
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1391
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1396
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1397
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PLinkPure, isStandalone: false, selector: "p-link-pure,[p-link-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", size: "size", stretch: "stretch", target: "target", underline: "underline" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1392
1398
|
}
|
|
1393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkPure, decorators: [{
|
|
1394
1400
|
type: Component,
|
|
1395
1401
|
args: [{
|
|
1396
1402
|
selector: 'p-link-pure,[p-link-pure]',
|
|
@@ -1414,10 +1420,10 @@ class PLinkTile extends BaseComponent {
|
|
|
1414
1420
|
size;
|
|
1415
1421
|
target;
|
|
1416
1422
|
weight;
|
|
1417
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1418
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1423
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1424
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PLinkTile, isStandalone: false, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1419
1425
|
}
|
|
1420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkTile, decorators: [{
|
|
1421
1427
|
type: Component,
|
|
1422
1428
|
args: [{
|
|
1423
1429
|
selector: 'p-link-tile,[p-link-tile]',
|
|
@@ -1439,10 +1445,10 @@ class PLinkTileProduct extends BaseComponent {
|
|
|
1439
1445
|
rel;
|
|
1440
1446
|
target;
|
|
1441
1447
|
like = new EventEmitter();
|
|
1442
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1443
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1448
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkTileProduct, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1449
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PLinkTileProduct, isStandalone: false, selector: "p-link-tile-product,[p-link-tile-product]", inputs: { aspectRatio: "aspectRatio", description: "description", heading: "heading", href: "href", likeButton: "likeButton", liked: "liked", price: "price", priceOriginal: "priceOriginal", rel: "rel", target: "target" }, outputs: { like: "like" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1444
1450
|
}
|
|
1445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkTileProduct, decorators: [{
|
|
1446
1452
|
type: Component,
|
|
1447
1453
|
args: [{
|
|
1448
1454
|
selector: 'p-link-tile-product,[p-link-tile-product]',
|
|
@@ -1464,10 +1470,10 @@ class PModal extends BaseComponent {
|
|
|
1464
1470
|
dismiss = new EventEmitter();
|
|
1465
1471
|
motionHiddenEnd = new EventEmitter();
|
|
1466
1472
|
motionVisibleEnd = new EventEmitter();
|
|
1467
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1468
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1473
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1474
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PModal, isStandalone: false, selector: "p-modal,[p-modal]", inputs: { aria: "aria", backdrop: "backdrop", background: "background", disableBackdropClick: "disableBackdropClick", dismissButton: "dismissButton", fullscreen: "fullscreen", open: "open" }, outputs: { dismiss: "dismiss", motionHiddenEnd: "motionHiddenEnd", motionVisibleEnd: "motionVisibleEnd" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1469
1475
|
}
|
|
1470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PModal, decorators: [{
|
|
1471
1477
|
type: Component,
|
|
1472
1478
|
args: [{
|
|
1473
1479
|
selector: 'p-modal,[p-modal]',
|
|
@@ -1485,10 +1491,10 @@ class PModelSignature extends BaseComponent {
|
|
|
1485
1491
|
model;
|
|
1486
1492
|
safeZone;
|
|
1487
1493
|
size;
|
|
1488
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1489
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1494
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1495
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PModelSignature, isStandalone: false, selector: "p-model-signature,[p-model-signature]", inputs: { color: "color", fetchPriority: "fetchPriority", lazy: "lazy", model: "model", safeZone: "safeZone", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1490
1496
|
}
|
|
1491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PModelSignature, decorators: [{
|
|
1492
1498
|
type: Component,
|
|
1493
1499
|
args: [{
|
|
1494
1500
|
selector: 'p-model-signature,[p-model-signature]',
|
|
@@ -1537,8 +1543,8 @@ class PMultiSelect extends BaseComponent {
|
|
|
1537
1543
|
setDisabledState(isDisabled) {
|
|
1538
1544
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1539
1545
|
}
|
|
1540
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1541
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1546
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PMultiSelect, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1547
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PMultiSelect, isStandalone: false, selector: "p-multi-select,[p-multi-select]", inputs: { compact: "compact", description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", form: "form", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", toggle: "toggle" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1542
1548
|
{
|
|
1543
1549
|
provide: NG_VALUE_ACCESSOR,
|
|
1544
1550
|
useExisting: forwardRef(() => PMultiSelect),
|
|
@@ -1546,7 +1552,7 @@ class PMultiSelect extends BaseComponent {
|
|
|
1546
1552
|
},
|
|
1547
1553
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1548
1554
|
}
|
|
1549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PMultiSelect, decorators: [{
|
|
1550
1556
|
type: Component,
|
|
1551
1557
|
args: [{
|
|
1552
1558
|
selector: 'p-multi-select,[p-multi-select]',
|
|
@@ -1571,10 +1577,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
1571
1577
|
class PMultiSelectOption extends BaseComponent {
|
|
1572
1578
|
disabled;
|
|
1573
1579
|
value;
|
|
1574
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1575
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1580
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PMultiSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1581
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PMultiSelectOption, isStandalone: false, selector: "p-multi-select-option,[p-multi-select-option]", inputs: { disabled: "disabled", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1576
1582
|
}
|
|
1577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PMultiSelectOption, decorators: [{
|
|
1578
1584
|
type: Component,
|
|
1579
1585
|
args: [{
|
|
1580
1586
|
selector: 'p-multi-select-option,[p-multi-select-option]',
|
|
@@ -1587,10 +1593,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
1587
1593
|
class POptgroup extends BaseComponent {
|
|
1588
1594
|
disabled;
|
|
1589
1595
|
label;
|
|
1590
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1591
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1596
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: POptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1597
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: POptgroup, isStandalone: false, selector: "p-optgroup,[p-optgroup]", inputs: { disabled: "disabled", label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1592
1598
|
}
|
|
1593
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1599
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: POptgroup, decorators: [{
|
|
1594
1600
|
type: Component,
|
|
1595
1601
|
args: [{
|
|
1596
1602
|
selector: 'p-optgroup,[p-optgroup]',
|
|
@@ -1607,10 +1613,10 @@ class PPagination extends BaseComponent {
|
|
|
1607
1613
|
showLastPage;
|
|
1608
1614
|
totalItemsCount;
|
|
1609
1615
|
update = new EventEmitter();
|
|
1610
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1611
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1616
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPagination, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1617
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PPagination, isStandalone: false, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", intl: "intl", itemsPerPage: "itemsPerPage", showLastPage: "showLastPage", totalItemsCount: "totalItemsCount" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1612
1618
|
}
|
|
1613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPagination, decorators: [{
|
|
1614
1620
|
type: Component,
|
|
1615
1621
|
args: [{
|
|
1616
1622
|
selector: 'p-pagination,[p-pagination]',
|
|
@@ -1661,8 +1667,8 @@ class PPinCode extends BaseComponent {
|
|
|
1661
1667
|
setDisabledState(isDisabled) {
|
|
1662
1668
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1663
1669
|
}
|
|
1664
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1665
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1670
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPinCode, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1671
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PPinCode, isStandalone: false, selector: "p-pin-code,[p-pin-code]", inputs: { compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", length: "length", loading: "loading", message: "message", name: "name", required: "required", state: "state", type: "type", value: "value" }, outputs: { blur: "blur", change: "change" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1666
1672
|
{
|
|
1667
1673
|
provide: NG_VALUE_ACCESSOR,
|
|
1668
1674
|
useExisting: forwardRef(() => PPinCode),
|
|
@@ -1670,7 +1676,7 @@ class PPinCode extends BaseComponent {
|
|
|
1670
1676
|
},
|
|
1671
1677
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1672
1678
|
}
|
|
1673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1679
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPinCode, decorators: [{
|
|
1674
1680
|
type: Component,
|
|
1675
1681
|
args: [{
|
|
1676
1682
|
selector: 'p-pin-code,[p-pin-code]',
|
|
@@ -1696,10 +1702,10 @@ class PPopover extends BaseComponent {
|
|
|
1696
1702
|
aria;
|
|
1697
1703
|
description;
|
|
1698
1704
|
direction;
|
|
1699
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1700
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1705
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1706
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PPopover, isStandalone: false, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1701
1707
|
}
|
|
1702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPopover, decorators: [{
|
|
1703
1709
|
type: Component,
|
|
1704
1710
|
args: [{
|
|
1705
1711
|
selector: 'p-popover,[p-popover]',
|
|
@@ -1748,8 +1754,8 @@ class PRadioGroup extends BaseComponent {
|
|
|
1748
1754
|
setDisabledState(isDisabled) {
|
|
1749
1755
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1750
1756
|
}
|
|
1751
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1752
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1757
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PRadioGroup, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1758
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PRadioGroup, isStandalone: false, selector: "p-radio-group,[p-radio-group]", inputs: { compact: "compact", description: "description", direction: "direction", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1753
1759
|
{
|
|
1754
1760
|
provide: NG_VALUE_ACCESSOR,
|
|
1755
1761
|
useExisting: forwardRef(() => PRadioGroup),
|
|
@@ -1757,7 +1763,7 @@ class PRadioGroup extends BaseComponent {
|
|
|
1757
1763
|
},
|
|
1758
1764
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1759
1765
|
}
|
|
1760
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1766
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PRadioGroup, decorators: [{
|
|
1761
1767
|
type: Component,
|
|
1762
1768
|
args: [{
|
|
1763
1769
|
selector: 'p-radio-group,[p-radio-group]',
|
|
@@ -1784,10 +1790,10 @@ class PRadioGroupOption extends BaseComponent {
|
|
|
1784
1790
|
label;
|
|
1785
1791
|
loading;
|
|
1786
1792
|
value;
|
|
1787
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1788
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1793
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PRadioGroupOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1794
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PRadioGroupOption, isStandalone: false, selector: "p-radio-group-option,[p-radio-group-option]", inputs: { disabled: "disabled", label: "label", loading: "loading", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1789
1795
|
}
|
|
1790
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PRadioGroupOption, decorators: [{
|
|
1791
1797
|
type: Component,
|
|
1792
1798
|
args: [{
|
|
1793
1799
|
selector: 'p-radio-group-option,[p-radio-group-option]',
|
|
@@ -1802,10 +1808,10 @@ class PScroller extends BaseComponent {
|
|
|
1802
1808
|
aria;
|
|
1803
1809
|
scrollToPosition;
|
|
1804
1810
|
scrollbar;
|
|
1805
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1806
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1811
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PScroller, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1812
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PScroller, isStandalone: false, selector: "p-scroller,[p-scroller]", inputs: { alignScrollIndicator: "alignScrollIndicator", aria: "aria", scrollToPosition: "scrollToPosition", scrollbar: "scrollbar" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1807
1813
|
}
|
|
1808
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1814
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PScroller, decorators: [{
|
|
1809
1815
|
type: Component,
|
|
1810
1816
|
args: [{
|
|
1811
1817
|
selector: 'p-scroller,[p-scroller]',
|
|
@@ -1853,8 +1859,8 @@ class PSegmentedControl extends BaseComponent {
|
|
|
1853
1859
|
setDisabledState(isDisabled) {
|
|
1854
1860
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1855
1861
|
}
|
|
1856
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1857
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1862
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSegmentedControl, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1863
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PSegmentedControl, isStandalone: false, selector: "p-segmented-control,[p-segmented-control]", inputs: { columns: "columns", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1858
1864
|
{
|
|
1859
1865
|
provide: NG_VALUE_ACCESSOR,
|
|
1860
1866
|
useExisting: forwardRef(() => PSegmentedControl),
|
|
@@ -1862,7 +1868,7 @@ class PSegmentedControl extends BaseComponent {
|
|
|
1862
1868
|
},
|
|
1863
1869
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1864
1870
|
}
|
|
1865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSegmentedControl, decorators: [{
|
|
1866
1872
|
type: Component,
|
|
1867
1873
|
args: [{
|
|
1868
1874
|
selector: 'p-segmented-control,[p-segmented-control]',
|
|
@@ -1891,10 +1897,10 @@ class PSegmentedControlItem extends BaseComponent {
|
|
|
1891
1897
|
iconSource;
|
|
1892
1898
|
label;
|
|
1893
1899
|
value;
|
|
1894
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1895
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1900
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSegmentedControlItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1901
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PSegmentedControlItem, isStandalone: false, selector: "p-segmented-control-item,[p-segmented-control-item]", inputs: { aria: "aria", disabled: "disabled", icon: "icon", iconSource: "iconSource", label: "label", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1896
1902
|
}
|
|
1897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1903
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSegmentedControlItem, decorators: [{
|
|
1898
1904
|
type: Component,
|
|
1899
1905
|
args: [{
|
|
1900
1906
|
selector: 'p-segmented-control-item,[p-segmented-control-item]',
|
|
@@ -1944,8 +1950,8 @@ class PSelect extends BaseComponent {
|
|
|
1944
1950
|
setDisabledState(isDisabled) {
|
|
1945
1951
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1946
1952
|
}
|
|
1947
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1948
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1953
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSelect, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1954
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PSelect, isStandalone: false, selector: "p-select,[p-select]", inputs: { compact: "compact", description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", filter: "filter", form: "form", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", toggle: "toggle" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
1949
1955
|
{
|
|
1950
1956
|
provide: NG_VALUE_ACCESSOR,
|
|
1951
1957
|
useExisting: forwardRef(() => PSelect),
|
|
@@ -1953,7 +1959,7 @@ class PSelect extends BaseComponent {
|
|
|
1953
1959
|
},
|
|
1954
1960
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1955
1961
|
}
|
|
1956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1962
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSelect, decorators: [{
|
|
1957
1963
|
type: Component,
|
|
1958
1964
|
args: [{
|
|
1959
1965
|
selector: 'p-select,[p-select]',
|
|
@@ -1978,10 +1984,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
1978
1984
|
class PSelectOption extends BaseComponent {
|
|
1979
1985
|
disabled;
|
|
1980
1986
|
value;
|
|
1981
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1982
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1987
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1988
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PSelectOption, isStandalone: false, selector: "p-select-option,[p-select-option]", inputs: { disabled: "disabled", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1983
1989
|
}
|
|
1984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1990
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSelectOption, decorators: [{
|
|
1985
1991
|
type: Component,
|
|
1986
1992
|
args: [{
|
|
1987
1993
|
selector: 'p-select-option,[p-select-option]',
|
|
@@ -2000,10 +2006,10 @@ class PSheet extends BaseComponent {
|
|
|
2000
2006
|
dismiss = new EventEmitter();
|
|
2001
2007
|
motionHiddenEnd = new EventEmitter();
|
|
2002
2008
|
motionVisibleEnd = new EventEmitter();
|
|
2003
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2004
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2009
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSheet, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2010
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PSheet, isStandalone: false, selector: "p-sheet,[p-sheet]", inputs: { aria: "aria", background: "background", disableBackdropClick: "disableBackdropClick", dismissButton: "dismissButton", open: "open" }, outputs: { dismiss: "dismiss", motionHiddenEnd: "motionHiddenEnd", motionVisibleEnd: "motionVisibleEnd" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2005
2011
|
}
|
|
2006
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2012
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSheet, decorators: [{
|
|
2007
2013
|
type: Component,
|
|
2008
2014
|
args: [{
|
|
2009
2015
|
selector: 'p-sheet,[p-sheet]',
|
|
@@ -2017,10 +2023,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2017
2023
|
class PSpinner extends BaseComponent {
|
|
2018
2024
|
aria;
|
|
2019
2025
|
size;
|
|
2020
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2021
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2026
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSpinner, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2027
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PSpinner, isStandalone: false, selector: "p-spinner,[p-spinner]", inputs: { aria: "aria", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2022
2028
|
}
|
|
2023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2029
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSpinner, decorators: [{
|
|
2024
2030
|
type: Component,
|
|
2025
2031
|
args: [{
|
|
2026
2032
|
selector: 'p-spinner,[p-spinner]',
|
|
@@ -2033,10 +2039,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2033
2039
|
class PStepperHorizontal extends BaseComponent {
|
|
2034
2040
|
size;
|
|
2035
2041
|
update = new EventEmitter();
|
|
2036
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2037
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2042
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PStepperHorizontal, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2043
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PStepperHorizontal, isStandalone: false, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { size: "size" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2038
2044
|
}
|
|
2039
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2045
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PStepperHorizontal, decorators: [{
|
|
2040
2046
|
type: Component,
|
|
2041
2047
|
args: [{
|
|
2042
2048
|
selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
|
|
@@ -2050,10 +2056,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2050
2056
|
class PStepperHorizontalItem extends BaseComponent {
|
|
2051
2057
|
disabled;
|
|
2052
2058
|
state;
|
|
2053
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2054
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2059
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PStepperHorizontalItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2060
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PStepperHorizontalItem, isStandalone: false, selector: "p-stepper-horizontal-item,[p-stepper-horizontal-item]", inputs: { disabled: "disabled", state: "state" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2055
2061
|
}
|
|
2056
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2062
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
|
|
2057
2063
|
type: Component,
|
|
2058
2064
|
args: [{
|
|
2059
2065
|
selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
|
|
@@ -2072,10 +2078,10 @@ class PSwitch extends BaseComponent {
|
|
|
2072
2078
|
loading;
|
|
2073
2079
|
stretch;
|
|
2074
2080
|
update = new EventEmitter();
|
|
2075
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2076
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2081
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSwitch, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2082
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PSwitch, isStandalone: false, selector: "p-switch,[p-switch]", inputs: { alignLabel: "alignLabel", checked: "checked", compact: "compact", disabled: "disabled", hideLabel: "hideLabel", loading: "loading", stretch: "stretch" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2077
2083
|
}
|
|
2078
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2084
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSwitch, decorators: [{
|
|
2079
2085
|
type: Component,
|
|
2080
2086
|
args: [{
|
|
2081
2087
|
selector: 'p-switch,[p-switch]',
|
|
@@ -2091,10 +2097,10 @@ class PTable extends BaseComponent {
|
|
|
2091
2097
|
compact;
|
|
2092
2098
|
layout;
|
|
2093
2099
|
update = new EventEmitter();
|
|
2094
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2095
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2100
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTable, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2101
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTable, isStandalone: false, selector: "p-table,[p-table]", inputs: { caption: "caption", compact: "compact", layout: "layout" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2096
2102
|
}
|
|
2097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTable, decorators: [{
|
|
2098
2104
|
type: Component,
|
|
2099
2105
|
args: [{
|
|
2100
2106
|
selector: 'p-table,[p-table]',
|
|
@@ -2106,10 +2112,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2106
2112
|
}] });
|
|
2107
2113
|
|
|
2108
2114
|
class PTableBody extends BaseComponent {
|
|
2109
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2110
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2115
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableBody, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2116
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTableBody, isStandalone: false, selector: "p-table-body,[p-table-body]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2111
2117
|
}
|
|
2112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableBody, decorators: [{
|
|
2113
2119
|
type: Component,
|
|
2114
2120
|
args: [{
|
|
2115
2121
|
selector: 'p-table-body,[p-table-body]',
|
|
@@ -2120,10 +2126,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2120
2126
|
|
|
2121
2127
|
class PTableCell extends BaseComponent {
|
|
2122
2128
|
multiline;
|
|
2123
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2124
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2129
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2130
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTableCell, isStandalone: false, selector: "p-table-cell,[p-table-cell]", inputs: { multiline: "multiline" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2125
2131
|
}
|
|
2126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableCell, decorators: [{
|
|
2127
2133
|
type: Component,
|
|
2128
2134
|
args: [{
|
|
2129
2135
|
selector: 'p-table-cell,[p-table-cell]',
|
|
@@ -2134,10 +2140,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2134
2140
|
}] });
|
|
2135
2141
|
|
|
2136
2142
|
class PTableHead extends BaseComponent {
|
|
2137
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2138
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2143
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHead, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2144
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTableHead, isStandalone: false, selector: "p-table-head,[p-table-head]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2139
2145
|
}
|
|
2140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHead, decorators: [{
|
|
2141
2147
|
type: Component,
|
|
2142
2148
|
args: [{
|
|
2143
2149
|
selector: 'p-table-head,[p-table-head]',
|
|
@@ -2150,10 +2156,10 @@ class PTableHeadCell extends BaseComponent {
|
|
|
2150
2156
|
hideLabel;
|
|
2151
2157
|
multiline;
|
|
2152
2158
|
sort;
|
|
2153
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2154
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2159
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHeadCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2160
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTableHeadCell, isStandalone: false, selector: "p-table-head-cell,[p-table-head-cell]", inputs: { hideLabel: "hideLabel", multiline: "multiline", sort: "sort" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2155
2161
|
}
|
|
2156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHeadCell, decorators: [{
|
|
2157
2163
|
type: Component,
|
|
2158
2164
|
args: [{
|
|
2159
2165
|
selector: 'p-table-head-cell,[p-table-head-cell]',
|
|
@@ -2164,10 +2170,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2164
2170
|
}] });
|
|
2165
2171
|
|
|
2166
2172
|
class PTableHeadRow extends BaseComponent {
|
|
2167
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2168
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2173
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHeadRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2174
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTableHeadRow, isStandalone: false, selector: "p-table-head-row,[p-table-head-row]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2169
2175
|
}
|
|
2170
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHeadRow, decorators: [{
|
|
2171
2177
|
type: Component,
|
|
2172
2178
|
args: [{
|
|
2173
2179
|
selector: 'p-table-head-row,[p-table-head-row]',
|
|
@@ -2177,10 +2183,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2177
2183
|
}] });
|
|
2178
2184
|
|
|
2179
2185
|
class PTableRow extends BaseComponent {
|
|
2180
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2181
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2186
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2187
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTableRow, isStandalone: false, selector: "p-table-row,[p-table-row]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2182
2188
|
}
|
|
2183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableRow, decorators: [{
|
|
2184
2190
|
type: Component,
|
|
2185
2191
|
args: [{
|
|
2186
2192
|
selector: 'p-table-row,[p-table-row]',
|
|
@@ -2194,10 +2200,10 @@ class PTabs extends BaseComponent {
|
|
|
2194
2200
|
size;
|
|
2195
2201
|
weight;
|
|
2196
2202
|
update = new EventEmitter();
|
|
2197
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2198
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2203
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2204
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTabs, isStandalone: false, selector: "p-tabs,[p-tabs]", inputs: { activeTabIndex: "activeTabIndex", size: "size", weight: "weight" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2199
2205
|
}
|
|
2200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabs, decorators: [{
|
|
2201
2207
|
type: Component,
|
|
2202
2208
|
args: [{
|
|
2203
2209
|
selector: 'p-tabs,[p-tabs]',
|
|
@@ -2213,10 +2219,10 @@ class PTabsBar extends BaseComponent {
|
|
|
2213
2219
|
size;
|
|
2214
2220
|
weight;
|
|
2215
2221
|
update = new EventEmitter();
|
|
2216
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2217
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2222
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabsBar, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2223
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTabsBar, isStandalone: false, selector: "p-tabs-bar,[p-tabs-bar]", inputs: { activeTabIndex: "activeTabIndex", size: "size", weight: "weight" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2218
2224
|
}
|
|
2219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabsBar, decorators: [{
|
|
2220
2226
|
type: Component,
|
|
2221
2227
|
args: [{
|
|
2222
2228
|
selector: 'p-tabs-bar,[p-tabs-bar]',
|
|
@@ -2229,10 +2235,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2229
2235
|
|
|
2230
2236
|
class PTabsItem extends BaseComponent {
|
|
2231
2237
|
label;
|
|
2232
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2233
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2238
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabsItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2239
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTabsItem, isStandalone: false, selector: "p-tabs-item,[p-tabs-item]", inputs: { label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2234
2240
|
}
|
|
2235
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabsItem, decorators: [{
|
|
2236
2242
|
type: Component,
|
|
2237
2243
|
args: [{
|
|
2238
2244
|
selector: 'p-tabs-item,[p-tabs-item]',
|
|
@@ -2247,10 +2253,10 @@ class PTag extends BaseComponent {
|
|
|
2247
2253
|
icon;
|
|
2248
2254
|
iconSource;
|
|
2249
2255
|
variant;
|
|
2250
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2251
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2256
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTag, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2257
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTag, isStandalone: false, selector: "p-tag,[p-tag]", inputs: { compact: "compact", icon: "icon", iconSource: "iconSource", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2252
2258
|
}
|
|
2253
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTag, decorators: [{
|
|
2254
2260
|
type: Component,
|
|
2255
2261
|
args: [{
|
|
2256
2262
|
selector: 'p-tag,[p-tag]',
|
|
@@ -2264,10 +2270,10 @@ class PTagDismissible extends BaseComponent {
|
|
|
2264
2270
|
aria;
|
|
2265
2271
|
compact;
|
|
2266
2272
|
label;
|
|
2267
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2268
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2273
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTagDismissible, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2274
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTagDismissible, isStandalone: false, selector: "p-tag-dismissible,[p-tag-dismissible]", inputs: { aria: "aria", compact: "compact", label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2269
2275
|
}
|
|
2270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTagDismissible, decorators: [{
|
|
2271
2277
|
type: Component,
|
|
2272
2278
|
args: [{
|
|
2273
2279
|
selector: 'p-tag-dismissible,[p-tag-dismissible]',
|
|
@@ -2284,10 +2290,10 @@ class PText extends BaseComponent {
|
|
|
2284
2290
|
size;
|
|
2285
2291
|
tag;
|
|
2286
2292
|
weight;
|
|
2287
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2288
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2293
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PText, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2294
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PText, isStandalone: false, selector: "p-text,[p-text]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2289
2295
|
}
|
|
2290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2296
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PText, decorators: [{
|
|
2291
2297
|
type: Component,
|
|
2292
2298
|
args: [{
|
|
2293
2299
|
selector: 'p-text,[p-text]',
|
|
@@ -2299,10 +2305,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2299
2305
|
|
|
2300
2306
|
class PTextList extends BaseComponent {
|
|
2301
2307
|
type;
|
|
2302
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2303
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2308
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextList, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2309
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTextList, isStandalone: false, selector: "p-text-list,[p-text-list]", inputs: { type: "type" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2304
2310
|
}
|
|
2305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextList, decorators: [{
|
|
2306
2312
|
type: Component,
|
|
2307
2313
|
args: [{
|
|
2308
2314
|
selector: 'p-text-list,[p-text-list]',
|
|
@@ -2313,10 +2319,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2313
2319
|
}] });
|
|
2314
2320
|
|
|
2315
2321
|
class PTextListItem extends BaseComponent {
|
|
2316
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2317
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2322
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextListItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2323
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTextListItem, isStandalone: false, selector: "p-text-list-item,[p-text-list-item]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2318
2324
|
}
|
|
2319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextListItem, decorators: [{
|
|
2320
2326
|
type: Component,
|
|
2321
2327
|
args: [{
|
|
2322
2328
|
selector: 'p-text-list-item,[p-text-list-item]',
|
|
@@ -2373,8 +2379,8 @@ class PTextarea extends BaseComponent {
|
|
|
2373
2379
|
setDisabledState(isDisabled) {
|
|
2374
2380
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
2375
2381
|
}
|
|
2376
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2377
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2382
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextarea, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
2383
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTextarea, isStandalone: false, selector: "p-textarea,[p-textarea]", inputs: { autoComplete: "autoComplete", compact: "compact", counter: "counter", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", resize: "resize", rows: "rows", spellCheck: "spellCheck", state: "state", value: "value", wrap: "wrap" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
|
|
2378
2384
|
{
|
|
2379
2385
|
provide: NG_VALUE_ACCESSOR,
|
|
2380
2386
|
useExisting: forwardRef(() => PTextarea),
|
|
@@ -2382,7 +2388,7 @@ class PTextarea extends BaseComponent {
|
|
|
2382
2388
|
},
|
|
2383
2389
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2384
2390
|
}
|
|
2385
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextarea, decorators: [{
|
|
2386
2392
|
type: Component,
|
|
2387
2393
|
args: [{
|
|
2388
2394
|
selector: 'p-textarea,[p-textarea]',
|
|
@@ -2405,10 +2411,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2405
2411
|
}], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }] });
|
|
2406
2412
|
|
|
2407
2413
|
class PToast extends BaseComponent {
|
|
2408
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2409
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2414
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PToast, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2415
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PToast, isStandalone: false, selector: "p-toast,[p-toast]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2410
2416
|
}
|
|
2411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PToast, decorators: [{
|
|
2412
2418
|
type: Component,
|
|
2413
2419
|
args: [{
|
|
2414
2420
|
selector: 'p-toast,[p-toast]',
|
|
@@ -2422,10 +2428,10 @@ class PWordmark extends BaseComponent {
|
|
|
2422
2428
|
href;
|
|
2423
2429
|
size;
|
|
2424
2430
|
target;
|
|
2425
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2426
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2431
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PWordmark, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2432
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PWordmark, isStandalone: false, selector: "p-wordmark,[p-wordmark]", inputs: { aria: "aria", href: "href", size: "size", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2427
2433
|
}
|
|
2428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2434
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PWordmark, decorators: [{
|
|
2429
2435
|
type: Component,
|
|
2430
2436
|
args: [{
|
|
2431
2437
|
selector: 'p-wordmark,[p-wordmark]',
|
|
@@ -2532,11 +2538,11 @@ class PorscheDesignSystemModule {
|
|
|
2532
2538
|
],
|
|
2533
2539
|
};
|
|
2534
2540
|
}
|
|
2535
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2536
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
2537
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2541
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2542
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFlag, PFlyout, PHeading, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputMonth, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PInputWeek, PLink, PLinkPure, PLinkTile, PLinkTileProduct, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioGroup, PRadioGroupOption, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextList, PTextListItem, PTextarea, PToast, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFlag, PFlyout, PHeading, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputMonth, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PInputWeek, PLink, PLinkPure, PLinkTile, PLinkTileProduct, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioGroup, PRadioGroupOption, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextList, PTextListItem, PTextarea, PToast, PWordmark] });
|
|
2543
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PorscheDesignSystemModule });
|
|
2538
2544
|
}
|
|
2539
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
2540
2546
|
type: NgModule,
|
|
2541
2547
|
args: [{
|
|
2542
2548
|
declarations: DECLARATIONS,
|
|
@@ -2551,10 +2557,10 @@ class ToastManager {
|
|
|
2551
2557
|
const toast = document.body.querySelector('p-toast,[p-toast]');
|
|
2552
2558
|
customElements.whenDefined(toast.tagName.toLowerCase()).then(() => toast.addMessage(message));
|
|
2553
2559
|
}
|
|
2554
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2555
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2560
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ToastManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2561
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ToastManager, providedIn: 'root' });
|
|
2556
2562
|
}
|
|
2557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ToastManager, decorators: [{
|
|
2558
2564
|
type: Injectable,
|
|
2559
2565
|
args: [{
|
|
2560
2566
|
providedIn: 'root',
|