@porsche-design-system/components-angular 4.0.0-alpha.0 → 4.0.0-beta.0
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 +187 -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 +231 -230
- 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 +19 -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} +11 -3
- 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: '',
|
|
@@ -34,10 +34,10 @@ class PAccordion extends BaseComponent {
|
|
|
34
34
|
size;
|
|
35
35
|
sticky;
|
|
36
36
|
update = new EventEmitter();
|
|
37
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
38
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
37
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PAccordion, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
38
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PAccordion, isStandalone: false, selector: "p-accordion,[p-accordion]", inputs: { 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
39
|
}
|
|
40
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PAccordion, decorators: [{
|
|
41
41
|
type: Component,
|
|
42
42
|
args: [{
|
|
43
43
|
selector: 'p-accordion,[p-accordion]',
|
|
@@ -56,10 +56,10 @@ class PBanner extends BaseComponent {
|
|
|
56
56
|
open;
|
|
57
57
|
state;
|
|
58
58
|
dismiss = new EventEmitter();
|
|
59
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
60
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
59
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PBanner, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
60
|
+
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
61
|
}
|
|
62
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
62
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PBanner, decorators: [{
|
|
63
63
|
type: Component,
|
|
64
64
|
args: [{
|
|
65
65
|
selector: 'p-banner,[p-banner]',
|
|
@@ -83,10 +83,10 @@ class PButton extends BaseComponent {
|
|
|
83
83
|
type;
|
|
84
84
|
value;
|
|
85
85
|
variant;
|
|
86
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
87
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
86
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButton, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
87
|
+
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
88
|
}
|
|
89
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
89
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButton, decorators: [{
|
|
90
90
|
type: Component,
|
|
91
91
|
args: [{
|
|
92
92
|
selector: 'p-button,[p-button]',
|
|
@@ -112,10 +112,10 @@ class PButtonPure extends BaseComponent {
|
|
|
112
112
|
type;
|
|
113
113
|
underline;
|
|
114
114
|
value;
|
|
115
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
116
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
115
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
116
|
+
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
117
|
}
|
|
118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonPure, decorators: [{
|
|
119
119
|
type: Component,
|
|
120
120
|
args: [{
|
|
121
121
|
selector: 'p-button-pure,[p-button-pure]',
|
|
@@ -140,10 +140,10 @@ class PButtonTile extends BaseComponent {
|
|
|
140
140
|
size;
|
|
141
141
|
type;
|
|
142
142
|
weight;
|
|
143
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
144
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
143
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
144
|
+
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
145
|
}
|
|
146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonTile, decorators: [{
|
|
147
147
|
type: Component,
|
|
148
148
|
args: [{
|
|
149
149
|
selector: 'p-button-tile,[p-button-tile]',
|
|
@@ -154,19 +154,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
154
154
|
}] });
|
|
155
155
|
|
|
156
156
|
class PCanvas extends BaseComponent {
|
|
157
|
+
background;
|
|
157
158
|
sidebarEndOpen;
|
|
158
159
|
sidebarStartOpen;
|
|
159
160
|
sidebarEndDismiss = new EventEmitter();
|
|
160
161
|
sidebarStartUpdate = new EventEmitter();
|
|
161
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
162
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
162
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCanvas, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
163
|
+
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
164
|
}
|
|
164
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCanvas, decorators: [{
|
|
165
166
|
type: Component,
|
|
166
167
|
args: [{
|
|
167
168
|
selector: 'p-canvas,[p-canvas]',
|
|
168
169
|
template: '<ng-content />',
|
|
169
|
-
inputs: ['sidebarEndOpen', 'sidebarStartOpen'],
|
|
170
|
+
inputs: ['background', 'sidebarEndOpen', 'sidebarStartOpen'],
|
|
170
171
|
outputs: ['sidebarEndDismiss', 'sidebarStartUpdate'],
|
|
171
172
|
standalone: false
|
|
172
173
|
}]
|
|
@@ -190,10 +191,10 @@ class PCarousel extends BaseComponent {
|
|
|
190
191
|
trimSpace;
|
|
191
192
|
width;
|
|
192
193
|
update = new EventEmitter();
|
|
193
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
194
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
194
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCarousel, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
195
|
+
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
196
|
}
|
|
196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
197
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCarousel, decorators: [{
|
|
197
198
|
type: Component,
|
|
198
199
|
args: [{
|
|
199
200
|
selector: 'p-carousel,[p-carousel]',
|
|
@@ -243,8 +244,8 @@ class PCheckbox extends BaseComponent {
|
|
|
243
244
|
setDisabledState(isDisabled) {
|
|
244
245
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
245
246
|
}
|
|
246
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
247
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
247
|
+
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 });
|
|
248
|
+
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
249
|
{
|
|
249
250
|
provide: NG_VALUE_ACCESSOR,
|
|
250
251
|
useExisting: forwardRef(() => PCheckbox),
|
|
@@ -252,7 +253,7 @@ class PCheckbox extends BaseComponent {
|
|
|
252
253
|
},
|
|
253
254
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
254
255
|
}
|
|
255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
256
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCheckbox, decorators: [{
|
|
256
257
|
type: Component,
|
|
257
258
|
args: [{
|
|
258
259
|
selector: 'p-checkbox,[p-checkbox]',
|
|
@@ -278,10 +279,10 @@ class PCrest extends BaseComponent {
|
|
|
278
279
|
aria;
|
|
279
280
|
href;
|
|
280
281
|
target;
|
|
281
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
282
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
282
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCrest, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
283
|
+
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
284
|
}
|
|
284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCrest, decorators: [{
|
|
285
286
|
type: Component,
|
|
286
287
|
args: [{
|
|
287
288
|
selector: 'p-crest,[p-crest]',
|
|
@@ -297,10 +298,10 @@ class PDisplay extends BaseComponent {
|
|
|
297
298
|
ellipsis;
|
|
298
299
|
size;
|
|
299
300
|
tag;
|
|
300
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
301
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
301
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDisplay, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
302
|
+
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
303
|
}
|
|
303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDisplay, decorators: [{
|
|
304
305
|
type: Component,
|
|
305
306
|
args: [{
|
|
306
307
|
selector: 'p-display,[p-display]',
|
|
@@ -313,10 +314,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
313
314
|
class PDivider extends BaseComponent {
|
|
314
315
|
color;
|
|
315
316
|
direction;
|
|
316
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
317
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
317
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDivider, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
318
|
+
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
319
|
}
|
|
319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
320
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDivider, decorators: [{
|
|
320
321
|
type: Component,
|
|
321
322
|
args: [{
|
|
322
323
|
selector: 'p-divider,[p-divider]',
|
|
@@ -332,10 +333,10 @@ class PDrilldown extends BaseComponent {
|
|
|
332
333
|
open;
|
|
333
334
|
dismiss = new EventEmitter();
|
|
334
335
|
update = new EventEmitter();
|
|
335
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
336
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
336
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldown, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
337
|
+
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
338
|
}
|
|
338
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldown, decorators: [{
|
|
339
340
|
type: Component,
|
|
340
341
|
args: [{
|
|
341
342
|
selector: 'p-drilldown,[p-drilldown]',
|
|
@@ -352,10 +353,10 @@ class PDrilldownItem extends BaseComponent {
|
|
|
352
353
|
label;
|
|
353
354
|
primary;
|
|
354
355
|
secondary;
|
|
355
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
356
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
356
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldownItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
357
|
+
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
358
|
}
|
|
358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldownItem, decorators: [{
|
|
359
360
|
type: Component,
|
|
360
361
|
args: [{
|
|
361
362
|
selector: 'p-drilldown-item,[p-drilldown-item]',
|
|
@@ -372,10 +373,10 @@ class PDrilldownLink extends BaseComponent {
|
|
|
372
373
|
href;
|
|
373
374
|
rel;
|
|
374
375
|
target;
|
|
375
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
376
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
376
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldownLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
377
|
+
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
378
|
}
|
|
378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldownLink, decorators: [{
|
|
379
380
|
type: Component,
|
|
380
381
|
args: [{
|
|
381
382
|
selector: 'p-drilldown-link,[p-drilldown-link]',
|
|
@@ -392,10 +393,10 @@ class PFieldset extends BaseComponent {
|
|
|
392
393
|
message;
|
|
393
394
|
required;
|
|
394
395
|
state;
|
|
395
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
396
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
396
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFieldset, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
397
|
+
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
398
|
}
|
|
398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFieldset, decorators: [{
|
|
399
400
|
type: Component,
|
|
400
401
|
args: [{
|
|
401
402
|
selector: 'p-fieldset,[p-fieldset]',
|
|
@@ -409,10 +410,10 @@ class PFlag extends BaseComponent {
|
|
|
409
410
|
aria;
|
|
410
411
|
name;
|
|
411
412
|
size;
|
|
412
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
413
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
413
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFlag, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
414
|
+
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
415
|
}
|
|
415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
416
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFlag, decorators: [{
|
|
416
417
|
type: Component,
|
|
417
418
|
args: [{
|
|
418
419
|
selector: 'p-flag,[p-flag]',
|
|
@@ -433,10 +434,10 @@ class PFlyout extends BaseComponent {
|
|
|
433
434
|
dismiss = new EventEmitter();
|
|
434
435
|
motionHiddenEnd = new EventEmitter();
|
|
435
436
|
motionVisibleEnd = new EventEmitter();
|
|
436
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
437
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
437
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFlyout, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
438
|
+
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
439
|
}
|
|
439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFlyout, decorators: [{
|
|
440
441
|
type: Component,
|
|
441
442
|
args: [{
|
|
442
443
|
selector: 'p-flyout,[p-flyout]',
|
|
@@ -453,10 +454,10 @@ class PHeading extends BaseComponent {
|
|
|
453
454
|
ellipsis;
|
|
454
455
|
size;
|
|
455
456
|
tag;
|
|
456
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
457
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
457
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PHeading, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
458
|
+
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
459
|
}
|
|
459
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
460
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PHeading, decorators: [{
|
|
460
461
|
type: Component,
|
|
461
462
|
args: [{
|
|
462
463
|
selector: 'p-heading,[p-heading]',
|
|
@@ -472,10 +473,10 @@ class PIcon extends BaseComponent {
|
|
|
472
473
|
name;
|
|
473
474
|
size;
|
|
474
475
|
source;
|
|
475
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
476
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
476
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
477
|
+
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
478
|
}
|
|
478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PIcon, decorators: [{
|
|
479
480
|
type: Component,
|
|
480
481
|
args: [{
|
|
481
482
|
selector: 'p-icon,[p-icon]',
|
|
@@ -496,10 +497,10 @@ class PInlineNotification extends BaseComponent {
|
|
|
496
497
|
state;
|
|
497
498
|
action = new EventEmitter();
|
|
498
499
|
dismiss = new EventEmitter();
|
|
499
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
500
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
500
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInlineNotification, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
501
|
+
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
502
|
}
|
|
502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInlineNotification, decorators: [{
|
|
503
504
|
type: Component,
|
|
504
505
|
args: [{
|
|
505
506
|
selector: 'p-inline-notification,[p-inline-notification]',
|
|
@@ -554,8 +555,8 @@ class PInputDate extends BaseComponent {
|
|
|
554
555
|
setDisabledState(isDisabled) {
|
|
555
556
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
556
557
|
}
|
|
557
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
558
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
558
|
+
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 });
|
|
559
|
+
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
560
|
{
|
|
560
561
|
provide: NG_VALUE_ACCESSOR,
|
|
561
562
|
useExisting: forwardRef(() => PInputDate),
|
|
@@ -563,7 +564,7 @@ class PInputDate extends BaseComponent {
|
|
|
563
564
|
},
|
|
564
565
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
565
566
|
}
|
|
566
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputDate, decorators: [{
|
|
567
568
|
type: Component,
|
|
568
569
|
args: [{
|
|
569
570
|
selector: 'p-input-date,[p-input-date]',
|
|
@@ -632,8 +633,8 @@ class PInputEmail extends BaseComponent {
|
|
|
632
633
|
setDisabledState(isDisabled) {
|
|
633
634
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
634
635
|
}
|
|
635
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
636
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
636
|
+
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 });
|
|
637
|
+
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
638
|
{
|
|
638
639
|
provide: NG_VALUE_ACCESSOR,
|
|
639
640
|
useExisting: forwardRef(() => PInputEmail),
|
|
@@ -641,7 +642,7 @@ class PInputEmail extends BaseComponent {
|
|
|
641
642
|
},
|
|
642
643
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
643
644
|
}
|
|
644
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
645
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputEmail, decorators: [{
|
|
645
646
|
type: Component,
|
|
646
647
|
args: [{
|
|
647
648
|
selector: 'p-input-email,[p-input-email]',
|
|
@@ -707,8 +708,8 @@ class PInputMonth extends BaseComponent {
|
|
|
707
708
|
setDisabledState(isDisabled) {
|
|
708
709
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
709
710
|
}
|
|
710
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
711
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
711
|
+
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 });
|
|
712
|
+
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
713
|
{
|
|
713
714
|
provide: NG_VALUE_ACCESSOR,
|
|
714
715
|
useExisting: forwardRef(() => PInputMonth),
|
|
@@ -716,7 +717,7 @@ class PInputMonth extends BaseComponent {
|
|
|
716
717
|
},
|
|
717
718
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
718
719
|
}
|
|
719
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
720
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputMonth, decorators: [{
|
|
720
721
|
type: Component,
|
|
721
722
|
args: [{
|
|
722
723
|
selector: 'p-input-month,[p-input-month]',
|
|
@@ -784,8 +785,8 @@ class PInputNumber extends BaseComponent {
|
|
|
784
785
|
setDisabledState(isDisabled) {
|
|
785
786
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
786
787
|
}
|
|
787
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
788
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
788
|
+
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 });
|
|
789
|
+
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
790
|
{
|
|
790
791
|
provide: NG_VALUE_ACCESSOR,
|
|
791
792
|
useExisting: forwardRef(() => PInputNumber),
|
|
@@ -793,7 +794,7 @@ class PInputNumber extends BaseComponent {
|
|
|
793
794
|
},
|
|
794
795
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
795
796
|
}
|
|
796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
797
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputNumber, decorators: [{
|
|
797
798
|
type: Component,
|
|
798
799
|
args: [{
|
|
799
800
|
selector: 'p-input-number,[p-input-number]',
|
|
@@ -860,8 +861,8 @@ class PInputPassword extends BaseComponent {
|
|
|
860
861
|
setDisabledState(isDisabled) {
|
|
861
862
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
862
863
|
}
|
|
863
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
864
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
864
|
+
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 });
|
|
865
|
+
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
866
|
{
|
|
866
867
|
provide: NG_VALUE_ACCESSOR,
|
|
867
868
|
useExisting: forwardRef(() => PInputPassword),
|
|
@@ -869,7 +870,7 @@ class PInputPassword extends BaseComponent {
|
|
|
869
870
|
},
|
|
870
871
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
871
872
|
}
|
|
872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputPassword, decorators: [{
|
|
873
874
|
type: Component,
|
|
874
875
|
args: [{
|
|
875
876
|
selector: 'p-input-password,[p-input-password]',
|
|
@@ -937,8 +938,8 @@ class PInputSearch extends BaseComponent {
|
|
|
937
938
|
setDisabledState(isDisabled) {
|
|
938
939
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
939
940
|
}
|
|
940
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
941
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
941
|
+
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 });
|
|
942
|
+
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
943
|
{
|
|
943
944
|
provide: NG_VALUE_ACCESSOR,
|
|
944
945
|
useExisting: forwardRef(() => PInputSearch),
|
|
@@ -946,7 +947,7 @@ class PInputSearch extends BaseComponent {
|
|
|
946
947
|
},
|
|
947
948
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
948
949
|
}
|
|
949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputSearch, decorators: [{
|
|
950
951
|
type: Component,
|
|
951
952
|
args: [{
|
|
952
953
|
selector: 'p-input-search,[p-input-search]',
|
|
@@ -1014,8 +1015,8 @@ class PInputTel extends BaseComponent {
|
|
|
1014
1015
|
setDisabledState(isDisabled) {
|
|
1015
1016
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1016
1017
|
}
|
|
1017
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1018
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1018
|
+
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 });
|
|
1019
|
+
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
1020
|
{
|
|
1020
1021
|
provide: NG_VALUE_ACCESSOR,
|
|
1021
1022
|
useExisting: forwardRef(() => PInputTel),
|
|
@@ -1023,7 +1024,7 @@ class PInputTel extends BaseComponent {
|
|
|
1023
1024
|
},
|
|
1024
1025
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1025
1026
|
}
|
|
1026
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1027
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputTel, decorators: [{
|
|
1027
1028
|
type: Component,
|
|
1028
1029
|
args: [{
|
|
1029
1030
|
selector: 'p-input-tel,[p-input-tel]',
|
|
@@ -1091,8 +1092,8 @@ class PInputText extends BaseComponent {
|
|
|
1091
1092
|
setDisabledState(isDisabled) {
|
|
1092
1093
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1093
1094
|
}
|
|
1094
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1095
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1095
|
+
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 });
|
|
1096
|
+
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
1097
|
{
|
|
1097
1098
|
provide: NG_VALUE_ACCESSOR,
|
|
1098
1099
|
useExisting: forwardRef(() => PInputText),
|
|
@@ -1100,7 +1101,7 @@ class PInputText extends BaseComponent {
|
|
|
1100
1101
|
},
|
|
1101
1102
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1102
1103
|
}
|
|
1103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputText, decorators: [{
|
|
1104
1105
|
type: Component,
|
|
1105
1106
|
args: [{
|
|
1106
1107
|
selector: 'p-input-text,[p-input-text]',
|
|
@@ -1166,8 +1167,8 @@ class PInputTime extends BaseComponent {
|
|
|
1166
1167
|
setDisabledState(isDisabled) {
|
|
1167
1168
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1168
1169
|
}
|
|
1169
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1170
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1170
|
+
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 });
|
|
1171
|
+
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
1172
|
{
|
|
1172
1173
|
provide: NG_VALUE_ACCESSOR,
|
|
1173
1174
|
useExisting: forwardRef(() => PInputTime),
|
|
@@ -1175,7 +1176,7 @@ class PInputTime extends BaseComponent {
|
|
|
1175
1176
|
},
|
|
1176
1177
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1177
1178
|
}
|
|
1178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputTime, decorators: [{
|
|
1179
1180
|
type: Component,
|
|
1180
1181
|
args: [{
|
|
1181
1182
|
selector: 'p-input-time,[p-input-time]',
|
|
@@ -1243,8 +1244,8 @@ class PInputUrl extends BaseComponent {
|
|
|
1243
1244
|
setDisabledState(isDisabled) {
|
|
1244
1245
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1245
1246
|
}
|
|
1246
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1247
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1247
|
+
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 });
|
|
1248
|
+
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
1249
|
{
|
|
1249
1250
|
provide: NG_VALUE_ACCESSOR,
|
|
1250
1251
|
useExisting: forwardRef(() => PInputUrl),
|
|
@@ -1252,7 +1253,7 @@ class PInputUrl extends BaseComponent {
|
|
|
1252
1253
|
},
|
|
1253
1254
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1254
1255
|
}
|
|
1255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1256
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputUrl, decorators: [{
|
|
1256
1257
|
type: Component,
|
|
1257
1258
|
args: [{
|
|
1258
1259
|
selector: 'p-input-url,[p-input-url]',
|
|
@@ -1318,8 +1319,8 @@ class PInputWeek extends BaseComponent {
|
|
|
1318
1319
|
setDisabledState(isDisabled) {
|
|
1319
1320
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1320
1321
|
}
|
|
1321
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1322
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1322
|
+
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 });
|
|
1323
|
+
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
1324
|
{
|
|
1324
1325
|
provide: NG_VALUE_ACCESSOR,
|
|
1325
1326
|
useExisting: forwardRef(() => PInputWeek),
|
|
@@ -1327,7 +1328,7 @@ class PInputWeek extends BaseComponent {
|
|
|
1327
1328
|
},
|
|
1328
1329
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1329
1330
|
}
|
|
1330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1331
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputWeek, decorators: [{
|
|
1331
1332
|
type: Component,
|
|
1332
1333
|
args: [{
|
|
1333
1334
|
selector: 'p-input-week,[p-input-week]',
|
|
@@ -1360,10 +1361,10 @@ class PLink extends BaseComponent {
|
|
|
1360
1361
|
rel;
|
|
1361
1362
|
target;
|
|
1362
1363
|
variant;
|
|
1363
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1364
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1364
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1365
|
+
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
1366
|
}
|
|
1366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLink, decorators: [{
|
|
1367
1368
|
type: Component,
|
|
1368
1369
|
args: [{
|
|
1369
1370
|
selector: 'p-link,[p-link]',
|
|
@@ -1387,10 +1388,10 @@ class PLinkPure extends BaseComponent {
|
|
|
1387
1388
|
stretch;
|
|
1388
1389
|
target;
|
|
1389
1390
|
underline;
|
|
1390
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1391
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1391
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1392
|
+
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
1393
|
}
|
|
1393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1394
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkPure, decorators: [{
|
|
1394
1395
|
type: Component,
|
|
1395
1396
|
args: [{
|
|
1396
1397
|
selector: 'p-link-pure,[p-link-pure]',
|
|
@@ -1414,10 +1415,10 @@ class PLinkTile extends BaseComponent {
|
|
|
1414
1415
|
size;
|
|
1415
1416
|
target;
|
|
1416
1417
|
weight;
|
|
1417
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1418
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1418
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1419
|
+
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
1420
|
}
|
|
1420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkTile, decorators: [{
|
|
1421
1422
|
type: Component,
|
|
1422
1423
|
args: [{
|
|
1423
1424
|
selector: 'p-link-tile,[p-link-tile]',
|
|
@@ -1439,10 +1440,10 @@ class PLinkTileProduct extends BaseComponent {
|
|
|
1439
1440
|
rel;
|
|
1440
1441
|
target;
|
|
1441
1442
|
like = new EventEmitter();
|
|
1442
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1443
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1443
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkTileProduct, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1444
|
+
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
1445
|
}
|
|
1445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkTileProduct, decorators: [{
|
|
1446
1447
|
type: Component,
|
|
1447
1448
|
args: [{
|
|
1448
1449
|
selector: 'p-link-tile-product,[p-link-tile-product]',
|
|
@@ -1464,10 +1465,10 @@ class PModal extends BaseComponent {
|
|
|
1464
1465
|
dismiss = new EventEmitter();
|
|
1465
1466
|
motionHiddenEnd = new EventEmitter();
|
|
1466
1467
|
motionVisibleEnd = new EventEmitter();
|
|
1467
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1468
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1468
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1469
|
+
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
1470
|
}
|
|
1470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1471
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PModal, decorators: [{
|
|
1471
1472
|
type: Component,
|
|
1472
1473
|
args: [{
|
|
1473
1474
|
selector: 'p-modal,[p-modal]',
|
|
@@ -1485,10 +1486,10 @@ class PModelSignature extends BaseComponent {
|
|
|
1485
1486
|
model;
|
|
1486
1487
|
safeZone;
|
|
1487
1488
|
size;
|
|
1488
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1489
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1489
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1490
|
+
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
1491
|
}
|
|
1491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PModelSignature, decorators: [{
|
|
1492
1493
|
type: Component,
|
|
1493
1494
|
args: [{
|
|
1494
1495
|
selector: 'p-model-signature,[p-model-signature]',
|
|
@@ -1537,8 +1538,8 @@ class PMultiSelect extends BaseComponent {
|
|
|
1537
1538
|
setDisabledState(isDisabled) {
|
|
1538
1539
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1539
1540
|
}
|
|
1540
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1541
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1541
|
+
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 });
|
|
1542
|
+
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
1543
|
{
|
|
1543
1544
|
provide: NG_VALUE_ACCESSOR,
|
|
1544
1545
|
useExisting: forwardRef(() => PMultiSelect),
|
|
@@ -1546,7 +1547,7 @@ class PMultiSelect extends BaseComponent {
|
|
|
1546
1547
|
},
|
|
1547
1548
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1548
1549
|
}
|
|
1549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PMultiSelect, decorators: [{
|
|
1550
1551
|
type: Component,
|
|
1551
1552
|
args: [{
|
|
1552
1553
|
selector: 'p-multi-select,[p-multi-select]',
|
|
@@ -1571,10 +1572,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
1571
1572
|
class PMultiSelectOption extends BaseComponent {
|
|
1572
1573
|
disabled;
|
|
1573
1574
|
value;
|
|
1574
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1575
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1575
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PMultiSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1576
|
+
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
1577
|
}
|
|
1577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PMultiSelectOption, decorators: [{
|
|
1578
1579
|
type: Component,
|
|
1579
1580
|
args: [{
|
|
1580
1581
|
selector: 'p-multi-select-option,[p-multi-select-option]',
|
|
@@ -1587,10 +1588,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
1587
1588
|
class POptgroup extends BaseComponent {
|
|
1588
1589
|
disabled;
|
|
1589
1590
|
label;
|
|
1590
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1591
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1591
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: POptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1592
|
+
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
1593
|
}
|
|
1593
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: POptgroup, decorators: [{
|
|
1594
1595
|
type: Component,
|
|
1595
1596
|
args: [{
|
|
1596
1597
|
selector: 'p-optgroup,[p-optgroup]',
|
|
@@ -1607,10 +1608,10 @@ class PPagination extends BaseComponent {
|
|
|
1607
1608
|
showLastPage;
|
|
1608
1609
|
totalItemsCount;
|
|
1609
1610
|
update = new EventEmitter();
|
|
1610
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1611
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1611
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPagination, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1612
|
+
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
1613
|
}
|
|
1613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1614
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPagination, decorators: [{
|
|
1614
1615
|
type: Component,
|
|
1615
1616
|
args: [{
|
|
1616
1617
|
selector: 'p-pagination,[p-pagination]',
|
|
@@ -1661,8 +1662,8 @@ class PPinCode extends BaseComponent {
|
|
|
1661
1662
|
setDisabledState(isDisabled) {
|
|
1662
1663
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1663
1664
|
}
|
|
1664
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1665
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1665
|
+
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 });
|
|
1666
|
+
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
1667
|
{
|
|
1667
1668
|
provide: NG_VALUE_ACCESSOR,
|
|
1668
1669
|
useExisting: forwardRef(() => PPinCode),
|
|
@@ -1670,7 +1671,7 @@ class PPinCode extends BaseComponent {
|
|
|
1670
1671
|
},
|
|
1671
1672
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1672
1673
|
}
|
|
1673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPinCode, decorators: [{
|
|
1674
1675
|
type: Component,
|
|
1675
1676
|
args: [{
|
|
1676
1677
|
selector: 'p-pin-code,[p-pin-code]',
|
|
@@ -1696,10 +1697,10 @@ class PPopover extends BaseComponent {
|
|
|
1696
1697
|
aria;
|
|
1697
1698
|
description;
|
|
1698
1699
|
direction;
|
|
1699
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1700
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1700
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1701
|
+
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
1702
|
}
|
|
1702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPopover, decorators: [{
|
|
1703
1704
|
type: Component,
|
|
1704
1705
|
args: [{
|
|
1705
1706
|
selector: 'p-popover,[p-popover]',
|
|
@@ -1748,8 +1749,8 @@ class PRadioGroup extends BaseComponent {
|
|
|
1748
1749
|
setDisabledState(isDisabled) {
|
|
1749
1750
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1750
1751
|
}
|
|
1751
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1752
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1752
|
+
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 });
|
|
1753
|
+
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
1754
|
{
|
|
1754
1755
|
provide: NG_VALUE_ACCESSOR,
|
|
1755
1756
|
useExisting: forwardRef(() => PRadioGroup),
|
|
@@ -1757,7 +1758,7 @@ class PRadioGroup extends BaseComponent {
|
|
|
1757
1758
|
},
|
|
1758
1759
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1759
1760
|
}
|
|
1760
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1761
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PRadioGroup, decorators: [{
|
|
1761
1762
|
type: Component,
|
|
1762
1763
|
args: [{
|
|
1763
1764
|
selector: 'p-radio-group,[p-radio-group]',
|
|
@@ -1784,10 +1785,10 @@ class PRadioGroupOption extends BaseComponent {
|
|
|
1784
1785
|
label;
|
|
1785
1786
|
loading;
|
|
1786
1787
|
value;
|
|
1787
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1788
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1788
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PRadioGroupOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1789
|
+
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
1790
|
}
|
|
1790
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PRadioGroupOption, decorators: [{
|
|
1791
1792
|
type: Component,
|
|
1792
1793
|
args: [{
|
|
1793
1794
|
selector: 'p-radio-group-option,[p-radio-group-option]',
|
|
@@ -1802,10 +1803,10 @@ class PScroller extends BaseComponent {
|
|
|
1802
1803
|
aria;
|
|
1803
1804
|
scrollToPosition;
|
|
1804
1805
|
scrollbar;
|
|
1805
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1806
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1806
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PScroller, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1807
|
+
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
1808
|
}
|
|
1808
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1809
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PScroller, decorators: [{
|
|
1809
1810
|
type: Component,
|
|
1810
1811
|
args: [{
|
|
1811
1812
|
selector: 'p-scroller,[p-scroller]',
|
|
@@ -1853,8 +1854,8 @@ class PSegmentedControl extends BaseComponent {
|
|
|
1853
1854
|
setDisabledState(isDisabled) {
|
|
1854
1855
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1855
1856
|
}
|
|
1856
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1857
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1857
|
+
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 });
|
|
1858
|
+
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
1859
|
{
|
|
1859
1860
|
provide: NG_VALUE_ACCESSOR,
|
|
1860
1861
|
useExisting: forwardRef(() => PSegmentedControl),
|
|
@@ -1862,7 +1863,7 @@ class PSegmentedControl extends BaseComponent {
|
|
|
1862
1863
|
},
|
|
1863
1864
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1864
1865
|
}
|
|
1865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSegmentedControl, decorators: [{
|
|
1866
1867
|
type: Component,
|
|
1867
1868
|
args: [{
|
|
1868
1869
|
selector: 'p-segmented-control,[p-segmented-control]',
|
|
@@ -1891,10 +1892,10 @@ class PSegmentedControlItem extends BaseComponent {
|
|
|
1891
1892
|
iconSource;
|
|
1892
1893
|
label;
|
|
1893
1894
|
value;
|
|
1894
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1895
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1895
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSegmentedControlItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1896
|
+
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
1897
|
}
|
|
1897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1898
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSegmentedControlItem, decorators: [{
|
|
1898
1899
|
type: Component,
|
|
1899
1900
|
args: [{
|
|
1900
1901
|
selector: 'p-segmented-control-item,[p-segmented-control-item]',
|
|
@@ -1944,8 +1945,8 @@ class PSelect extends BaseComponent {
|
|
|
1944
1945
|
setDisabledState(isDisabled) {
|
|
1945
1946
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
1946
1947
|
}
|
|
1947
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1948
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1948
|
+
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 });
|
|
1949
|
+
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
1950
|
{
|
|
1950
1951
|
provide: NG_VALUE_ACCESSOR,
|
|
1951
1952
|
useExisting: forwardRef(() => PSelect),
|
|
@@ -1953,7 +1954,7 @@ class PSelect extends BaseComponent {
|
|
|
1953
1954
|
},
|
|
1954
1955
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
1955
1956
|
}
|
|
1956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1957
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSelect, decorators: [{
|
|
1957
1958
|
type: Component,
|
|
1958
1959
|
args: [{
|
|
1959
1960
|
selector: 'p-select,[p-select]',
|
|
@@ -1978,10 +1979,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
1978
1979
|
class PSelectOption extends BaseComponent {
|
|
1979
1980
|
disabled;
|
|
1980
1981
|
value;
|
|
1981
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1982
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1982
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1983
|
+
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
1984
|
}
|
|
1984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSelectOption, decorators: [{
|
|
1985
1986
|
type: Component,
|
|
1986
1987
|
args: [{
|
|
1987
1988
|
selector: 'p-select-option,[p-select-option]',
|
|
@@ -2000,10 +2001,10 @@ class PSheet extends BaseComponent {
|
|
|
2000
2001
|
dismiss = new EventEmitter();
|
|
2001
2002
|
motionHiddenEnd = new EventEmitter();
|
|
2002
2003
|
motionVisibleEnd = new EventEmitter();
|
|
2003
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2004
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2004
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSheet, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2005
|
+
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
2006
|
}
|
|
2006
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2007
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSheet, decorators: [{
|
|
2007
2008
|
type: Component,
|
|
2008
2009
|
args: [{
|
|
2009
2010
|
selector: 'p-sheet,[p-sheet]',
|
|
@@ -2017,10 +2018,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2017
2018
|
class PSpinner extends BaseComponent {
|
|
2018
2019
|
aria;
|
|
2019
2020
|
size;
|
|
2020
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2021
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2021
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSpinner, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2022
|
+
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
2023
|
}
|
|
2023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2024
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSpinner, decorators: [{
|
|
2024
2025
|
type: Component,
|
|
2025
2026
|
args: [{
|
|
2026
2027
|
selector: 'p-spinner,[p-spinner]',
|
|
@@ -2033,10 +2034,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2033
2034
|
class PStepperHorizontal extends BaseComponent {
|
|
2034
2035
|
size;
|
|
2035
2036
|
update = new EventEmitter();
|
|
2036
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2037
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2037
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PStepperHorizontal, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2038
|
+
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
2039
|
}
|
|
2039
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PStepperHorizontal, decorators: [{
|
|
2040
2041
|
type: Component,
|
|
2041
2042
|
args: [{
|
|
2042
2043
|
selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
|
|
@@ -2050,10 +2051,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2050
2051
|
class PStepperHorizontalItem extends BaseComponent {
|
|
2051
2052
|
disabled;
|
|
2052
2053
|
state;
|
|
2053
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2054
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2054
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PStepperHorizontalItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2055
|
+
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
2056
|
}
|
|
2056
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
|
|
2057
2058
|
type: Component,
|
|
2058
2059
|
args: [{
|
|
2059
2060
|
selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
|
|
@@ -2072,10 +2073,10 @@ class PSwitch extends BaseComponent {
|
|
|
2072
2073
|
loading;
|
|
2073
2074
|
stretch;
|
|
2074
2075
|
update = new EventEmitter();
|
|
2075
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2076
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2076
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSwitch, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2077
|
+
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
2078
|
}
|
|
2078
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2079
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSwitch, decorators: [{
|
|
2079
2080
|
type: Component,
|
|
2080
2081
|
args: [{
|
|
2081
2082
|
selector: 'p-switch,[p-switch]',
|
|
@@ -2091,10 +2092,10 @@ class PTable extends BaseComponent {
|
|
|
2091
2092
|
compact;
|
|
2092
2093
|
layout;
|
|
2093
2094
|
update = new EventEmitter();
|
|
2094
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2095
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2095
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTable, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2096
|
+
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
2097
|
}
|
|
2097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2098
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTable, decorators: [{
|
|
2098
2099
|
type: Component,
|
|
2099
2100
|
args: [{
|
|
2100
2101
|
selector: 'p-table,[p-table]',
|
|
@@ -2106,10 +2107,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2106
2107
|
}] });
|
|
2107
2108
|
|
|
2108
2109
|
class PTableBody extends BaseComponent {
|
|
2109
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2110
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2110
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableBody, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2111
|
+
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
2112
|
}
|
|
2112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2113
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableBody, decorators: [{
|
|
2113
2114
|
type: Component,
|
|
2114
2115
|
args: [{
|
|
2115
2116
|
selector: 'p-table-body,[p-table-body]',
|
|
@@ -2120,10 +2121,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2120
2121
|
|
|
2121
2122
|
class PTableCell extends BaseComponent {
|
|
2122
2123
|
multiline;
|
|
2123
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2124
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2124
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2125
|
+
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
2126
|
}
|
|
2126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableCell, decorators: [{
|
|
2127
2128
|
type: Component,
|
|
2128
2129
|
args: [{
|
|
2129
2130
|
selector: 'p-table-cell,[p-table-cell]',
|
|
@@ -2134,10 +2135,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2134
2135
|
}] });
|
|
2135
2136
|
|
|
2136
2137
|
class PTableHead extends BaseComponent {
|
|
2137
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2138
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2138
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHead, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2139
|
+
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
2140
|
}
|
|
2140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHead, decorators: [{
|
|
2141
2142
|
type: Component,
|
|
2142
2143
|
args: [{
|
|
2143
2144
|
selector: 'p-table-head,[p-table-head]',
|
|
@@ -2150,10 +2151,10 @@ class PTableHeadCell extends BaseComponent {
|
|
|
2150
2151
|
hideLabel;
|
|
2151
2152
|
multiline;
|
|
2152
2153
|
sort;
|
|
2153
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2154
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2154
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHeadCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2155
|
+
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
2156
|
}
|
|
2156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHeadCell, decorators: [{
|
|
2157
2158
|
type: Component,
|
|
2158
2159
|
args: [{
|
|
2159
2160
|
selector: 'p-table-head-cell,[p-table-head-cell]',
|
|
@@ -2164,10 +2165,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2164
2165
|
}] });
|
|
2165
2166
|
|
|
2166
2167
|
class PTableHeadRow extends BaseComponent {
|
|
2167
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2168
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2168
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHeadRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2169
|
+
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
2170
|
}
|
|
2170
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHeadRow, decorators: [{
|
|
2171
2172
|
type: Component,
|
|
2172
2173
|
args: [{
|
|
2173
2174
|
selector: 'p-table-head-row,[p-table-head-row]',
|
|
@@ -2177,10 +2178,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2177
2178
|
}] });
|
|
2178
2179
|
|
|
2179
2180
|
class PTableRow extends BaseComponent {
|
|
2180
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2181
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2181
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2182
|
+
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
2183
|
}
|
|
2183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableRow, decorators: [{
|
|
2184
2185
|
type: Component,
|
|
2185
2186
|
args: [{
|
|
2186
2187
|
selector: 'p-table-row,[p-table-row]',
|
|
@@ -2194,10 +2195,10 @@ class PTabs extends BaseComponent {
|
|
|
2194
2195
|
size;
|
|
2195
2196
|
weight;
|
|
2196
2197
|
update = new EventEmitter();
|
|
2197
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2198
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2198
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2199
|
+
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
2200
|
}
|
|
2200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2201
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabs, decorators: [{
|
|
2201
2202
|
type: Component,
|
|
2202
2203
|
args: [{
|
|
2203
2204
|
selector: 'p-tabs,[p-tabs]',
|
|
@@ -2213,10 +2214,10 @@ class PTabsBar extends BaseComponent {
|
|
|
2213
2214
|
size;
|
|
2214
2215
|
weight;
|
|
2215
2216
|
update = new EventEmitter();
|
|
2216
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2217
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2217
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabsBar, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2218
|
+
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
2219
|
}
|
|
2219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabsBar, decorators: [{
|
|
2220
2221
|
type: Component,
|
|
2221
2222
|
args: [{
|
|
2222
2223
|
selector: 'p-tabs-bar,[p-tabs-bar]',
|
|
@@ -2229,10 +2230,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2229
2230
|
|
|
2230
2231
|
class PTabsItem extends BaseComponent {
|
|
2231
2232
|
label;
|
|
2232
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2233
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2233
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabsItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2234
|
+
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
2235
|
}
|
|
2235
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabsItem, decorators: [{
|
|
2236
2237
|
type: Component,
|
|
2237
2238
|
args: [{
|
|
2238
2239
|
selector: 'p-tabs-item,[p-tabs-item]',
|
|
@@ -2247,10 +2248,10 @@ class PTag extends BaseComponent {
|
|
|
2247
2248
|
icon;
|
|
2248
2249
|
iconSource;
|
|
2249
2250
|
variant;
|
|
2250
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2251
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2251
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTag, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2252
|
+
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
2253
|
}
|
|
2253
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTag, decorators: [{
|
|
2254
2255
|
type: Component,
|
|
2255
2256
|
args: [{
|
|
2256
2257
|
selector: 'p-tag,[p-tag]',
|
|
@@ -2264,10 +2265,10 @@ class PTagDismissible extends BaseComponent {
|
|
|
2264
2265
|
aria;
|
|
2265
2266
|
compact;
|
|
2266
2267
|
label;
|
|
2267
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2268
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2268
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTagDismissible, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2269
|
+
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
2270
|
}
|
|
2270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTagDismissible, decorators: [{
|
|
2271
2272
|
type: Component,
|
|
2272
2273
|
args: [{
|
|
2273
2274
|
selector: 'p-tag-dismissible,[p-tag-dismissible]',
|
|
@@ -2284,10 +2285,10 @@ class PText extends BaseComponent {
|
|
|
2284
2285
|
size;
|
|
2285
2286
|
tag;
|
|
2286
2287
|
weight;
|
|
2287
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2288
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2288
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PText, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2289
|
+
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
2290
|
}
|
|
2290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PText, decorators: [{
|
|
2291
2292
|
type: Component,
|
|
2292
2293
|
args: [{
|
|
2293
2294
|
selector: 'p-text,[p-text]',
|
|
@@ -2299,10 +2300,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2299
2300
|
|
|
2300
2301
|
class PTextList extends BaseComponent {
|
|
2301
2302
|
type;
|
|
2302
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2303
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2303
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextList, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2304
|
+
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
2305
|
}
|
|
2305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2306
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextList, decorators: [{
|
|
2306
2307
|
type: Component,
|
|
2307
2308
|
args: [{
|
|
2308
2309
|
selector: 'p-text-list,[p-text-list]',
|
|
@@ -2313,10 +2314,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2313
2314
|
}] });
|
|
2314
2315
|
|
|
2315
2316
|
class PTextListItem extends BaseComponent {
|
|
2316
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2317
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2317
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextListItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2318
|
+
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
2319
|
}
|
|
2319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2320
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextListItem, decorators: [{
|
|
2320
2321
|
type: Component,
|
|
2321
2322
|
args: [{
|
|
2322
2323
|
selector: 'p-text-list-item,[p-text-list-item]',
|
|
@@ -2373,8 +2374,8 @@ class PTextarea extends BaseComponent {
|
|
|
2373
2374
|
setDisabledState(isDisabled) {
|
|
2374
2375
|
this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
|
|
2375
2376
|
}
|
|
2376
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2377
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2377
|
+
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 });
|
|
2378
|
+
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
2379
|
{
|
|
2379
2380
|
provide: NG_VALUE_ACCESSOR,
|
|
2380
2381
|
useExisting: forwardRef(() => PTextarea),
|
|
@@ -2382,7 +2383,7 @@ class PTextarea extends BaseComponent {
|
|
|
2382
2383
|
},
|
|
2383
2384
|
], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
|
|
2384
2385
|
}
|
|
2385
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2386
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextarea, decorators: [{
|
|
2386
2387
|
type: Component,
|
|
2387
2388
|
args: [{
|
|
2388
2389
|
selector: 'p-textarea,[p-textarea]',
|
|
@@ -2405,10 +2406,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
|
|
|
2405
2406
|
}], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }] });
|
|
2406
2407
|
|
|
2407
2408
|
class PToast extends BaseComponent {
|
|
2408
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2409
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2409
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PToast, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2410
|
+
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
2411
|
}
|
|
2411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2412
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PToast, decorators: [{
|
|
2412
2413
|
type: Component,
|
|
2413
2414
|
args: [{
|
|
2414
2415
|
selector: 'p-toast,[p-toast]',
|
|
@@ -2422,10 +2423,10 @@ class PWordmark extends BaseComponent {
|
|
|
2422
2423
|
href;
|
|
2423
2424
|
size;
|
|
2424
2425
|
target;
|
|
2425
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2426
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2426
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PWordmark, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2427
|
+
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
2428
|
}
|
|
2428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2429
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PWordmark, decorators: [{
|
|
2429
2430
|
type: Component,
|
|
2430
2431
|
args: [{
|
|
2431
2432
|
selector: 'p-wordmark,[p-wordmark]',
|
|
@@ -2532,11 +2533,11 @@ class PorscheDesignSystemModule {
|
|
|
2532
2533
|
],
|
|
2533
2534
|
};
|
|
2534
2535
|
}
|
|
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: "
|
|
2536
|
+
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 });
|
|
2537
|
+
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] });
|
|
2538
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PorscheDesignSystemModule });
|
|
2538
2539
|
}
|
|
2539
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2540
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
|
|
2540
2541
|
type: NgModule,
|
|
2541
2542
|
args: [{
|
|
2542
2543
|
declarations: DECLARATIONS,
|
|
@@ -2551,10 +2552,10 @@ class ToastManager {
|
|
|
2551
2552
|
const toast = document.body.querySelector('p-toast,[p-toast]');
|
|
2552
2553
|
customElements.whenDefined(toast.tagName.toLowerCase()).then(() => toast.addMessage(message));
|
|
2553
2554
|
}
|
|
2554
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2555
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2555
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ToastManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2556
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ToastManager, providedIn: 'root' });
|
|
2556
2557
|
}
|
|
2557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ToastManager, decorators: [{
|
|
2558
2559
|
type: Injectable,
|
|
2559
2560
|
args: [{
|
|
2560
2561
|
providedIn: 'root',
|