@porsche-design-system/components-angular 4.2.0-rc.1 → 4.2.0-rc.2
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 +97 -0
- package/fesm2022/porsche-design-system-components-angular.mjs +22 -4
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/package.json +18 -20
- package/{global-styles → stylesheets}/cn/font-face.css +1 -1
- package/{global-styles → stylesheets}/cn/index.css +138 -106
- package/{global-styles → stylesheets}/color-scheme.css +47 -44
- package/{global-styles → stylesheets}/font-face.css +1 -1
- package/{global-styles → stylesheets}/index.css +138 -106
- package/stylesheets/normalize.css +18 -0
- package/{global-styles → stylesheets}/variables.css +80 -58
- package/tailwindcss/index.css +569 -301
- package/types/porsche-design-system-components-angular.d.ts +285 -41
- package/vanilla-extract/cjs/font/fontPorscheNextJa.cjs +7 -0
- package/vanilla-extract/cjs/font/fontPorscheNextKo.cjs +7 -0
- package/vanilla-extract/cjs/font/fontPorscheNextZhHans.cjs +7 -0
- package/vanilla-extract/cjs/font/fontPorscheNextZhHant.cjs +7 -0
- package/vanilla-extract/cjs/font/getCJKFontFamilyStyle.cjs +31 -0
- package/vanilla-extract/cjs/index.cjs +10 -0
- package/vanilla-extract/cjs/tokens/dist/esm/blur/blurFrosted.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radius2Xl.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radius3Xl.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radius4Xl.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusFull.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusLg.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusMd.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusSm.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusXl.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusXs.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpoint2Xl.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpointLg.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpointMd.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpointSm.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpointXl.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpointXs.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/a11y/colorFocusDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorBackdropDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorCanvasDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorFrostedDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorFrostedSoftDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorFrostedStrongDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorSurfaceDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorContrastHighDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorContrastHigherDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorContrastLowDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorContrastLowerDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorContrastMediumDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorPrimaryDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorFrostedDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorFrostedSoftDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorLowDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorMediumDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoFrostedDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoFrostedSoftDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoLowDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoMediumDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedSoftDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessLowDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessMediumDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningFrostedDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningFrostedSoftDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningLowDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningMediumDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/a11y/colorFocusLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorBackdropLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorCanvasLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorFrostedLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorFrostedSoftLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorFrostedStrongLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorSurfaceLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorContrastHighLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorContrastHigherLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorContrastLowLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorContrastLowerLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorContrastMediumLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorPrimaryLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorFrostedLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorFrostedSoftLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorLowLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorMediumLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoFrostedLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoFrostedSoftLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoLowLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoMediumLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessFrostedLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessFrostedSoftLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessLowLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessMediumLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningFrostedLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningFrostedSoftLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningLowLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningMediumLight.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/a11y/colorFocus.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorBackdrop.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorCanvas.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorFrosted.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorFrostedSoft.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorFrostedStrong.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorSurface.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorContrastHigh.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorContrastHigher.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorContrastLow.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorContrastLower.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorContrastMedium.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorPrimary.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorError.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorErrorFrosted.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorErrorFrostedSoft.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorErrorLow.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorErrorMedium.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorInfo.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorInfoFrosted.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorInfoFrostedSoft.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorInfoLow.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorInfoMedium.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorSuccess.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorSuccessFrosted.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorSuccessFrostedSoft.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorSuccessLow.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorSuccessMedium.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorWarning.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorWarningFrosted.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorWarningFrostedSoft.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorWarningLow.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorWarningMedium.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/family/fontPorscheNext.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/family/fontPorscheNextJa.cjs +6 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/family/fontPorscheNextKo.cjs +6 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/family/fontPorscheNextZhHans.cjs +6 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/family/fontPorscheNextZhHant.cjs +6 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/lineHeight/leadingNormal.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale2Xl.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale2Xs.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale3Xl.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale4Xl.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale5Xl.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleLg.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleMd.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleSm.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleXl.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleXs.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/weight/fontWeightBold.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/weight/fontWeightNormal.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/weight/fontWeightSemibold.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/gradient/gradientStopsFadeDark.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/motion/duration/durationLg.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/motion/duration/durationMd.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/motion/duration/durationSm.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/motion/duration/durationXl.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/motion/ease/easeIn.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/motion/ease/easeInOut.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/motion/ease/easeOut.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/shadow/shadowLg.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/shadow/shadowMd.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/shadow/shadowSm.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluid2Xl.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluidLg.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluidMd.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluidSm.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluidXl.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluidXs.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStatic2Xl.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStatic2Xs.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStaticLg.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStaticMd.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStaticSm.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStaticXl.cjs +1 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStaticXs.cjs +1 -0
- package/vanilla-extract/cjs/typography/proseHeading2XlStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseHeading2XsStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseHeading3XlStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseHeading4XlStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseHeading5XlStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseHeadingLgStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseHeadingMdStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseHeadingSmStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseHeadingXlStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseHeadingXsStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseText2XlStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseText2XsStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseText3XlStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseText4XlStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseText5XlStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseTextLgStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseTextMdStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseTextSmStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseTextXlStyle.cjs +2 -0
- package/vanilla-extract/cjs/typography/proseTextXsStyle.cjs +2 -0
- package/vanilla-extract/esm/font/fontPorscheNextJa.d.ts +1 -0
- package/vanilla-extract/esm/font/fontPorscheNextJa.mjs +5 -0
- package/vanilla-extract/esm/font/fontPorscheNextKo.d.ts +1 -0
- package/vanilla-extract/esm/font/fontPorscheNextKo.mjs +5 -0
- package/vanilla-extract/esm/font/fontPorscheNextZhHans.d.ts +1 -0
- package/vanilla-extract/esm/font/fontPorscheNextZhHans.mjs +5 -0
- package/vanilla-extract/esm/font/fontPorscheNextZhHant.d.ts +1 -0
- package/vanilla-extract/esm/font/fontPorscheNextZhHant.mjs +5 -0
- package/vanilla-extract/esm/font/getCJKFontFamilyStyle.d.ts +16 -0
- package/vanilla-extract/esm/font/getCJKFontFamilyStyle.mjs +29 -0
- package/vanilla-extract/esm/font/index.d.ts +5 -0
- package/vanilla-extract/esm/index.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/blur/blurFrosted.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radius2Xl.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radius3Xl.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radius4Xl.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusFull.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusLg.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusMd.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusSm.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusXl.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusXs.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpoint2Xl.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpointLg.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpointMd.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpointSm.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpointXl.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpointXs.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/a11y/colorFocusDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorBackdropDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorCanvasDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorFrostedDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorFrostedSoftDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorFrostedStrongDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorSurfaceDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorContrastHighDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorContrastHigherDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorContrastLowDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorContrastLowerDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorContrastMediumDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorPrimaryDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorFrostedDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorFrostedSoftDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorLowDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorMediumDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoFrostedDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoFrostedSoftDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoLowDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoMediumDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedSoftDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessLowDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessMediumDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningFrostedDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningFrostedSoftDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningLowDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningMediumDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/a11y/colorFocusLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorBackdropLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorCanvasLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorFrostedLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorFrostedSoftLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorFrostedStrongLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorSurfaceLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorContrastHighLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorContrastHigherLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorContrastLowLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorContrastLowerLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorContrastMediumLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorPrimaryLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorFrostedLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorFrostedSoftLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorLowLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorMediumLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoFrostedLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoFrostedSoftLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoLowLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoMediumLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessFrostedLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessFrostedSoftLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessLowLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessMediumLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningFrostedLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningFrostedSoftLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningLowLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningMediumLight.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/a11y/colorFocus.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorBackdrop.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorCanvas.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorFrosted.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorFrostedSoft.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorFrostedStrong.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorSurface.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorContrastHigh.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorContrastHigher.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorContrastLow.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorContrastLower.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorContrastMedium.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorPrimary.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorError.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorErrorFrosted.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorErrorFrostedSoft.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorErrorLow.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorErrorMedium.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorInfo.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorInfoFrosted.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorInfoFrostedSoft.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorInfoLow.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorInfoMedium.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorSuccess.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorSuccessFrosted.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorSuccessFrostedSoft.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorSuccessLow.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorSuccessMedium.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorWarning.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorWarningFrosted.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorWarningFrostedSoft.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorWarningLow.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorWarningMedium.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/family/fontPorscheNext.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/family/fontPorscheNextJa.mjs +4 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/family/fontPorscheNextKo.mjs +4 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/family/fontPorscheNextZhHans.mjs +4 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/family/fontPorscheNextZhHant.mjs +4 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/lineHeight/leadingNormal.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale2Xl.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale2Xs.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale3Xl.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale4Xl.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale5Xl.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleLg.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleMd.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleSm.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleXl.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleXs.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/weight/fontWeightBold.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/weight/fontWeightNormal.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/weight/fontWeightSemibold.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/gradient/gradientStopsFadeDark.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/motion/duration/durationLg.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/motion/duration/durationMd.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/motion/duration/durationSm.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/motion/duration/durationXl.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/motion/ease/easeIn.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/motion/ease/easeInOut.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/motion/ease/easeOut.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/shadow/shadowLg.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/shadow/shadowMd.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/shadow/shadowSm.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluid2Xl.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluidLg.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluidMd.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluidSm.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluidXl.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluidXs.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStatic2Xl.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStatic2Xs.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStaticLg.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStaticMd.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStaticSm.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStaticXl.mjs +1 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStaticXs.mjs +1 -0
- package/vanilla-extract/esm/typography/proseHeading2XlStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseHeading2XlStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseHeading2XsStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseHeading2XsStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseHeading3XlStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseHeading3XlStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseHeading4XlStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseHeading4XlStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseHeading5XlStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseHeading5XlStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseHeadingLgStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseHeadingLgStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseHeadingMdStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseHeadingMdStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseHeadingSmStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseHeadingSmStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseHeadingXlStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseHeadingXlStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseHeadingXsStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseHeadingXsStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseText2XlStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseText2XlStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseText2XsStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseText2XsStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseText3XlStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseText3XlStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseText4XlStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseText4XlStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseText5XlStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseText5XlStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseTextLgStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseTextLgStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseTextMdStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseTextMdStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseTextSmStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseTextSmStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseTextXlStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseTextXlStyle.mjs +2 -0
- package/vanilla-extract/esm/typography/proseTextXsStyle.d.ts +14 -0
- package/vanilla-extract/esm/typography/proseTextXsStyle.mjs +2 -0
- package/global-styles/legacy-radius.css +0 -5
- package/global-styles/normalize.css +0 -11
|
@@ -748,7 +748,7 @@ type MultiSelectState = FormState;
|
|
|
748
748
|
type MultiSelectDropdownDirection = SelectComponentsDropdownDirection;
|
|
749
749
|
type MultiSelectChangeEventDetail = {
|
|
750
750
|
name: string;
|
|
751
|
-
value: string[];
|
|
751
|
+
value: string[] | number[];
|
|
752
752
|
};
|
|
753
753
|
type MultiSelectToggleEventDetail = {
|
|
754
754
|
open: boolean;
|
|
@@ -757,7 +757,7 @@ type SelectState = FormState;
|
|
|
757
757
|
type SelectDropdownDirection = SelectComponentsDropdownDirection;
|
|
758
758
|
type SelectChangeEventDetail = {
|
|
759
759
|
name: string;
|
|
760
|
-
value: string;
|
|
760
|
+
value: string | number | null | undefined;
|
|
761
761
|
};
|
|
762
762
|
type SelectToggleEventDetail = {
|
|
763
763
|
open: boolean;
|
|
@@ -802,6 +802,225 @@ type SelectedAriaAttributes<T extends keyof AriaAttributes> = Pick<AriaAttribute
|
|
|
802
802
|
type SelectedAriaRole<T> = {
|
|
803
803
|
role: Extract<AriaRole, T>;
|
|
804
804
|
};
|
|
805
|
+
declare const AI_TAG_VARIANTS: readonly [
|
|
806
|
+
"abbreviation",
|
|
807
|
+
"generated",
|
|
808
|
+
"modified"
|
|
809
|
+
];
|
|
810
|
+
type AiTagVariant = (typeof AI_TAG_VARIANTS)[number];
|
|
811
|
+
declare const AI_TAG_TRANSLATIONS: {
|
|
812
|
+
bg_BG: {
|
|
813
|
+
short: string;
|
|
814
|
+
long: string;
|
|
815
|
+
generated: string;
|
|
816
|
+
modified: string;
|
|
817
|
+
};
|
|
818
|
+
bs_BA: {
|
|
819
|
+
short: string;
|
|
820
|
+
long: string;
|
|
821
|
+
generated: string;
|
|
822
|
+
modified: string;
|
|
823
|
+
};
|
|
824
|
+
cs_CZ: {
|
|
825
|
+
short: string;
|
|
826
|
+
long: string;
|
|
827
|
+
generated: string;
|
|
828
|
+
modified: string;
|
|
829
|
+
};
|
|
830
|
+
da_DK: {
|
|
831
|
+
short: string;
|
|
832
|
+
long: string;
|
|
833
|
+
generated: string;
|
|
834
|
+
modified: string;
|
|
835
|
+
};
|
|
836
|
+
de_DE: {
|
|
837
|
+
short: string;
|
|
838
|
+
long: string;
|
|
839
|
+
generated: string;
|
|
840
|
+
modified: string;
|
|
841
|
+
};
|
|
842
|
+
el_GR: {
|
|
843
|
+
short: string;
|
|
844
|
+
long: string;
|
|
845
|
+
generated: string;
|
|
846
|
+
modified: string;
|
|
847
|
+
};
|
|
848
|
+
en_CY: {
|
|
849
|
+
short: string;
|
|
850
|
+
long: string;
|
|
851
|
+
generated: string;
|
|
852
|
+
modified: string;
|
|
853
|
+
};
|
|
854
|
+
en_GB: {
|
|
855
|
+
short: string;
|
|
856
|
+
long: string;
|
|
857
|
+
generated: string;
|
|
858
|
+
modified: string;
|
|
859
|
+
};
|
|
860
|
+
en_US: {
|
|
861
|
+
short: string;
|
|
862
|
+
long: string;
|
|
863
|
+
generated: string;
|
|
864
|
+
modified: string;
|
|
865
|
+
};
|
|
866
|
+
es_ES: {
|
|
867
|
+
short: string;
|
|
868
|
+
long: string;
|
|
869
|
+
generated: string;
|
|
870
|
+
modified: string;
|
|
871
|
+
};
|
|
872
|
+
et_EE: {
|
|
873
|
+
short: string;
|
|
874
|
+
long: string;
|
|
875
|
+
generated: string;
|
|
876
|
+
modified: string;
|
|
877
|
+
};
|
|
878
|
+
fi_FI: {
|
|
879
|
+
short: string;
|
|
880
|
+
long: string;
|
|
881
|
+
generated: string;
|
|
882
|
+
modified: string;
|
|
883
|
+
};
|
|
884
|
+
fr_FR: {
|
|
885
|
+
short: string;
|
|
886
|
+
long: string;
|
|
887
|
+
generated: string;
|
|
888
|
+
modified: string;
|
|
889
|
+
};
|
|
890
|
+
he_IL: {
|
|
891
|
+
short: string;
|
|
892
|
+
long: string;
|
|
893
|
+
generated: string;
|
|
894
|
+
modified: string;
|
|
895
|
+
};
|
|
896
|
+
hr_HR: {
|
|
897
|
+
short: string;
|
|
898
|
+
long: string;
|
|
899
|
+
generated: string;
|
|
900
|
+
modified: string;
|
|
901
|
+
};
|
|
902
|
+
hu_HU: {
|
|
903
|
+
short: string;
|
|
904
|
+
long: string;
|
|
905
|
+
generated: string;
|
|
906
|
+
modified: string;
|
|
907
|
+
};
|
|
908
|
+
is_IS: {
|
|
909
|
+
short: string;
|
|
910
|
+
long: string;
|
|
911
|
+
generated: string;
|
|
912
|
+
modified: string;
|
|
913
|
+
};
|
|
914
|
+
it_IT: {
|
|
915
|
+
short: string;
|
|
916
|
+
long: string;
|
|
917
|
+
generated: string;
|
|
918
|
+
modified: string;
|
|
919
|
+
};
|
|
920
|
+
lt_LT: {
|
|
921
|
+
short: string;
|
|
922
|
+
long: string;
|
|
923
|
+
generated: string;
|
|
924
|
+
modified: string;
|
|
925
|
+
};
|
|
926
|
+
lv_LV: {
|
|
927
|
+
short: string;
|
|
928
|
+
long: string;
|
|
929
|
+
generated: string;
|
|
930
|
+
modified: string;
|
|
931
|
+
};
|
|
932
|
+
me_ME: {
|
|
933
|
+
short: string;
|
|
934
|
+
long: string;
|
|
935
|
+
generated: string;
|
|
936
|
+
modified: string;
|
|
937
|
+
};
|
|
938
|
+
mk_MK: {
|
|
939
|
+
short: string;
|
|
940
|
+
long: string;
|
|
941
|
+
generated: string;
|
|
942
|
+
modified: string;
|
|
943
|
+
};
|
|
944
|
+
mt_MT: {
|
|
945
|
+
short: string;
|
|
946
|
+
long: string;
|
|
947
|
+
generated: string;
|
|
948
|
+
modified: string;
|
|
949
|
+
};
|
|
950
|
+
nb_NO: {
|
|
951
|
+
short: string;
|
|
952
|
+
long: string;
|
|
953
|
+
generated: string;
|
|
954
|
+
modified: string;
|
|
955
|
+
};
|
|
956
|
+
nl_NL: {
|
|
957
|
+
short: string;
|
|
958
|
+
long: string;
|
|
959
|
+
generated: string;
|
|
960
|
+
modified: string;
|
|
961
|
+
};
|
|
962
|
+
pl_PL: {
|
|
963
|
+
short: string;
|
|
964
|
+
long: string;
|
|
965
|
+
generated: string;
|
|
966
|
+
modified: string;
|
|
967
|
+
};
|
|
968
|
+
pt_PT: {
|
|
969
|
+
short: string;
|
|
970
|
+
long: string;
|
|
971
|
+
generated: string;
|
|
972
|
+
modified: string;
|
|
973
|
+
};
|
|
974
|
+
ro_RO: {
|
|
975
|
+
short: string;
|
|
976
|
+
long: string;
|
|
977
|
+
generated: string;
|
|
978
|
+
modified: string;
|
|
979
|
+
};
|
|
980
|
+
ru_RU: {
|
|
981
|
+
short: string;
|
|
982
|
+
long: string;
|
|
983
|
+
generated: string;
|
|
984
|
+
modified: string;
|
|
985
|
+
};
|
|
986
|
+
sk_SK: {
|
|
987
|
+
short: string;
|
|
988
|
+
long: string;
|
|
989
|
+
generated: string;
|
|
990
|
+
modified: string;
|
|
991
|
+
};
|
|
992
|
+
sl_SI: {
|
|
993
|
+
short: string;
|
|
994
|
+
long: string;
|
|
995
|
+
generated: string;
|
|
996
|
+
modified: string;
|
|
997
|
+
};
|
|
998
|
+
sr_RS: {
|
|
999
|
+
short: string;
|
|
1000
|
+
long: string;
|
|
1001
|
+
generated: string;
|
|
1002
|
+
modified: string;
|
|
1003
|
+
};
|
|
1004
|
+
sv_SE: {
|
|
1005
|
+
short: string;
|
|
1006
|
+
long: string;
|
|
1007
|
+
generated: string;
|
|
1008
|
+
modified: string;
|
|
1009
|
+
};
|
|
1010
|
+
tr_TR: {
|
|
1011
|
+
short: string;
|
|
1012
|
+
long: string;
|
|
1013
|
+
generated: string;
|
|
1014
|
+
modified: string;
|
|
1015
|
+
};
|
|
1016
|
+
uk_UA: {
|
|
1017
|
+
short: string;
|
|
1018
|
+
long: string;
|
|
1019
|
+
generated: string;
|
|
1020
|
+
modified: string;
|
|
1021
|
+
};
|
|
1022
|
+
};
|
|
1023
|
+
type AiTagLocale = keyof typeof AI_TAG_TRANSLATIONS;
|
|
805
1024
|
declare const BANNER_POSITIONS: readonly [
|
|
806
1025
|
"top",
|
|
807
1026
|
"bottom"
|
|
@@ -1815,7 +2034,7 @@ type PInputDateProps = {
|
|
|
1815
2034
|
* The default date value for the input, in YYYY-MM-DD format (e.g., value='2025-07-02').
|
|
1816
2035
|
* @default ''
|
|
1817
2036
|
*/
|
|
1818
|
-
value?: string;
|
|
2037
|
+
value?: string | null;
|
|
1819
2038
|
};
|
|
1820
2039
|
declare class PInputDate extends BaseComponent implements ControlValueAccessor {
|
|
1821
2040
|
private _renderer;
|
|
@@ -1837,7 +2056,7 @@ declare class PInputDate extends BaseComponent implements ControlValueAccessor {
|
|
|
1837
2056
|
required?: boolean;
|
|
1838
2057
|
state?: InputDateState;
|
|
1839
2058
|
step?: number;
|
|
1840
|
-
value?: string;
|
|
2059
|
+
value?: string | null;
|
|
1841
2060
|
blur: EventEmitter<CustomEvent<Event>>;
|
|
1842
2061
|
change: EventEmitter<CustomEvent<Event>>;
|
|
1843
2062
|
input: EventEmitter<CustomEvent<InputEvent>>;
|
|
@@ -1946,7 +2165,7 @@ type PInputEmailProps = {
|
|
|
1946
2165
|
* The default email address (or comma-separated list of addresses) for the input.
|
|
1947
2166
|
* @default ''
|
|
1948
2167
|
*/
|
|
1949
|
-
value?: string;
|
|
2168
|
+
value?: string | null;
|
|
1950
2169
|
};
|
|
1951
2170
|
declare class PInputEmail extends BaseComponent implements ControlValueAccessor {
|
|
1952
2171
|
private _renderer;
|
|
@@ -1971,7 +2190,7 @@ declare class PInputEmail extends BaseComponent implements ControlValueAccessor
|
|
|
1971
2190
|
readOnly?: boolean;
|
|
1972
2191
|
required?: boolean;
|
|
1973
2192
|
state?: InputEmailState;
|
|
1974
|
-
value?: string;
|
|
2193
|
+
value?: string | null;
|
|
1975
2194
|
blur: EventEmitter<CustomEvent<Event>>;
|
|
1976
2195
|
change: EventEmitter<CustomEvent<Event>>;
|
|
1977
2196
|
input: EventEmitter<CustomEvent<InputEvent>>;
|
|
@@ -2066,7 +2285,7 @@ type PInputMonthProps = {
|
|
|
2066
2285
|
* The default month value for the input, in YYYY-MM format (e.g., value='2025-07').
|
|
2067
2286
|
* @default ''
|
|
2068
2287
|
*/
|
|
2069
|
-
value?: string;
|
|
2288
|
+
value?: string | null;
|
|
2070
2289
|
};
|
|
2071
2290
|
declare class PInputMonth extends BaseComponent implements ControlValueAccessor {
|
|
2072
2291
|
private _renderer;
|
|
@@ -2088,7 +2307,7 @@ declare class PInputMonth extends BaseComponent implements ControlValueAccessor
|
|
|
2088
2307
|
required?: boolean;
|
|
2089
2308
|
state?: InputMonthState;
|
|
2090
2309
|
step?: number;
|
|
2091
|
-
value?: string;
|
|
2310
|
+
value?: string | null;
|
|
2092
2311
|
blur: EventEmitter<CustomEvent<Event>>;
|
|
2093
2312
|
change: EventEmitter<CustomEvent<Event>>;
|
|
2094
2313
|
input: EventEmitter<CustomEvent<InputEvent>>;
|
|
@@ -2193,7 +2412,7 @@ type PInputNumberProps = {
|
|
|
2193
2412
|
* The value of the number input.
|
|
2194
2413
|
* @default ''
|
|
2195
2414
|
*/
|
|
2196
|
-
value?: string;
|
|
2415
|
+
value?: string | number | null;
|
|
2197
2416
|
};
|
|
2198
2417
|
declare class PInputNumber extends BaseComponent implements ControlValueAccessor {
|
|
2199
2418
|
private _renderer;
|
|
@@ -2217,7 +2436,7 @@ declare class PInputNumber extends BaseComponent implements ControlValueAccessor
|
|
|
2217
2436
|
required?: boolean;
|
|
2218
2437
|
state?: InputNumberState;
|
|
2219
2438
|
step?: number;
|
|
2220
|
-
value?: string;
|
|
2439
|
+
value?: string | number | null;
|
|
2221
2440
|
blur: EventEmitter<CustomEvent<Event>>;
|
|
2222
2441
|
change: EventEmitter<CustomEvent<Event>>;
|
|
2223
2442
|
input: EventEmitter<CustomEvent<InputEvent>>;
|
|
@@ -2317,7 +2536,7 @@ type PInputPasswordProps = {
|
|
|
2317
2536
|
* The password input value.
|
|
2318
2537
|
* @default ''
|
|
2319
2538
|
*/
|
|
2320
|
-
value?: string;
|
|
2539
|
+
value?: string | null;
|
|
2321
2540
|
};
|
|
2322
2541
|
declare class PInputPassword extends BaseComponent implements ControlValueAccessor {
|
|
2323
2542
|
private _renderer;
|
|
@@ -2340,7 +2559,7 @@ declare class PInputPassword extends BaseComponent implements ControlValueAccess
|
|
|
2340
2559
|
required?: boolean;
|
|
2341
2560
|
state?: InputPasswordState;
|
|
2342
2561
|
toggle?: boolean;
|
|
2343
|
-
value?: string;
|
|
2562
|
+
value?: string | null;
|
|
2344
2563
|
blur: EventEmitter<CustomEvent<Event>>;
|
|
2345
2564
|
change: EventEmitter<CustomEvent<Event>>;
|
|
2346
2565
|
input: EventEmitter<CustomEvent<InputEvent>>;
|
|
@@ -2449,7 +2668,7 @@ type PInputSearchProps = {
|
|
|
2449
2668
|
* The search input value.
|
|
2450
2669
|
* @default ''
|
|
2451
2670
|
*/
|
|
2452
|
-
value?: string;
|
|
2671
|
+
value?: string | null;
|
|
2453
2672
|
};
|
|
2454
2673
|
declare class PInputSearch extends BaseComponent implements ControlValueAccessor {
|
|
2455
2674
|
private _renderer;
|
|
@@ -2474,7 +2693,7 @@ declare class PInputSearch extends BaseComponent implements ControlValueAccessor
|
|
|
2474
2693
|
readOnly?: boolean;
|
|
2475
2694
|
required?: boolean;
|
|
2476
2695
|
state?: InputSearchState;
|
|
2477
|
-
value?: string;
|
|
2696
|
+
value?: string | null;
|
|
2478
2697
|
blur: EventEmitter<CustomEvent<Event>>;
|
|
2479
2698
|
change: EventEmitter<CustomEvent<Event>>;
|
|
2480
2699
|
input: EventEmitter<CustomEvent<InputEvent>>;
|
|
@@ -2578,7 +2797,7 @@ type PInputTelProps = {
|
|
|
2578
2797
|
* The tel input value.
|
|
2579
2798
|
* @default ''
|
|
2580
2799
|
*/
|
|
2581
|
-
value?: string;
|
|
2800
|
+
value?: string | null;
|
|
2582
2801
|
};
|
|
2583
2802
|
declare class PInputTel extends BaseComponent implements ControlValueAccessor {
|
|
2584
2803
|
private _renderer;
|
|
@@ -2602,7 +2821,7 @@ declare class PInputTel extends BaseComponent implements ControlValueAccessor {
|
|
|
2602
2821
|
readOnly?: boolean;
|
|
2603
2822
|
required?: boolean;
|
|
2604
2823
|
state?: InputTelState;
|
|
2605
|
-
value?: string;
|
|
2824
|
+
value?: string | null;
|
|
2606
2825
|
blur: EventEmitter<CustomEvent<Event>>;
|
|
2607
2826
|
change: EventEmitter<CustomEvent<Event>>;
|
|
2608
2827
|
input: EventEmitter<CustomEvent<InputEvent>>;
|
|
@@ -2706,7 +2925,7 @@ type PInputTextProps = {
|
|
|
2706
2925
|
* The text input value.
|
|
2707
2926
|
* @default ''
|
|
2708
2927
|
*/
|
|
2709
|
-
value?: string;
|
|
2928
|
+
value?: string | number | null;
|
|
2710
2929
|
};
|
|
2711
2930
|
declare class PInputText extends BaseComponent implements ControlValueAccessor {
|
|
2712
2931
|
private _renderer;
|
|
@@ -2730,7 +2949,7 @@ declare class PInputText extends BaseComponent implements ControlValueAccessor {
|
|
|
2730
2949
|
required?: boolean;
|
|
2731
2950
|
spellCheck?: boolean;
|
|
2732
2951
|
state?: InputTextState;
|
|
2733
|
-
value?: string;
|
|
2952
|
+
value?: string | number | null;
|
|
2734
2953
|
blur: EventEmitter<CustomEvent<Event>>;
|
|
2735
2954
|
change: EventEmitter<CustomEvent<Event>>;
|
|
2736
2955
|
input: EventEmitter<CustomEvent<InputEvent>>;
|
|
@@ -2825,7 +3044,7 @@ type PInputTimeProps = {
|
|
|
2825
3044
|
* The default time value for the input, in hh:mm or hh:mm:ss format (e.g., value='14:00').
|
|
2826
3045
|
* @default ''
|
|
2827
3046
|
*/
|
|
2828
|
-
value?: string;
|
|
3047
|
+
value?: string | null;
|
|
2829
3048
|
};
|
|
2830
3049
|
declare class PInputTime extends BaseComponent implements ControlValueAccessor {
|
|
2831
3050
|
private _renderer;
|
|
@@ -2847,7 +3066,7 @@ declare class PInputTime extends BaseComponent implements ControlValueAccessor {
|
|
|
2847
3066
|
required?: boolean;
|
|
2848
3067
|
state?: InputTimeState;
|
|
2849
3068
|
step?: number;
|
|
2850
|
-
value?: string;
|
|
3069
|
+
value?: string | null;
|
|
2851
3070
|
blur: EventEmitter<CustomEvent<Event>>;
|
|
2852
3071
|
change: EventEmitter<CustomEvent<Event>>;
|
|
2853
3072
|
input: EventEmitter<CustomEvent<InputEvent>>;
|
|
@@ -2951,7 +3170,7 @@ type PInputUrlProps = {
|
|
|
2951
3170
|
* The URL input value.
|
|
2952
3171
|
* @default ''
|
|
2953
3172
|
*/
|
|
2954
|
-
value?: string;
|
|
3173
|
+
value?: string | null;
|
|
2955
3174
|
};
|
|
2956
3175
|
declare class PInputUrl extends BaseComponent implements ControlValueAccessor {
|
|
2957
3176
|
private _renderer;
|
|
@@ -2975,7 +3194,7 @@ declare class PInputUrl extends BaseComponent implements ControlValueAccessor {
|
|
|
2975
3194
|
readOnly?: boolean;
|
|
2976
3195
|
required?: boolean;
|
|
2977
3196
|
state?: InputUrlState;
|
|
2978
|
-
value?: string;
|
|
3197
|
+
value?: string | null;
|
|
2979
3198
|
blur: EventEmitter<CustomEvent<Event>>;
|
|
2980
3199
|
change: EventEmitter<CustomEvent<Event>>;
|
|
2981
3200
|
input: EventEmitter<CustomEvent<InputEvent>>;
|
|
@@ -3070,7 +3289,7 @@ type PInputWeekProps = {
|
|
|
3070
3289
|
* The default week value for the input, in YYYY-Www format (e.g., value='2025-W27').
|
|
3071
3290
|
* @default ''
|
|
3072
3291
|
*/
|
|
3073
|
-
value?: string;
|
|
3292
|
+
value?: string | null;
|
|
3074
3293
|
};
|
|
3075
3294
|
declare class PInputWeek extends BaseComponent implements ControlValueAccessor {
|
|
3076
3295
|
private _renderer;
|
|
@@ -3092,7 +3311,7 @@ declare class PInputWeek extends BaseComponent implements ControlValueAccessor {
|
|
|
3092
3311
|
required?: boolean;
|
|
3093
3312
|
state?: InputWeekState;
|
|
3094
3313
|
step?: number;
|
|
3095
|
-
value?: string;
|
|
3314
|
+
value?: string | null;
|
|
3096
3315
|
blur: EventEmitter<CustomEvent<Event>>;
|
|
3097
3316
|
change: EventEmitter<CustomEvent<Event>>;
|
|
3098
3317
|
input: EventEmitter<CustomEvent<InputEvent>>;
|
|
@@ -3162,10 +3381,10 @@ type PMultiSelectProps = {
|
|
|
3162
3381
|
*/
|
|
3163
3382
|
state?: MultiSelectState;
|
|
3164
3383
|
/**
|
|
3165
|
-
* The selected values.
|
|
3384
|
+
* The selected values. Matches options strictly by type and value, meaning a string value only matches options whose value is the same string, a number value only matches options whose value is the same number. Pass null or [] to clear the selection. Please note that FormData always serializes values as strings, so when participating in a native (uncontrolled) form a number[] value is restored as string[] via formStateRestoreCallback and will no longer strictly match number-typed options. This limitation only applies to native form state restoration; in controlled forms (where the consumer manages value directly via the change event), number[] types are preserved end-to-end.
|
|
3166
3385
|
* @default []
|
|
3167
3386
|
*/
|
|
3168
|
-
value?: string[];
|
|
3387
|
+
value?: string[] | number[] | null;
|
|
3169
3388
|
};
|
|
3170
3389
|
declare class PMultiSelect extends BaseComponent implements ControlValueAccessor {
|
|
3171
3390
|
private _renderer;
|
|
@@ -3182,7 +3401,7 @@ declare class PMultiSelect extends BaseComponent implements ControlValueAccessor
|
|
|
3182
3401
|
name: string;
|
|
3183
3402
|
required?: boolean;
|
|
3184
3403
|
state?: MultiSelectState;
|
|
3185
|
-
value?: string[];
|
|
3404
|
+
value?: string[] | number[] | null;
|
|
3186
3405
|
blur: EventEmitter<CustomEvent<void>>;
|
|
3187
3406
|
change: EventEmitter<CustomEvent<MultiSelectChangeEventDetail>>;
|
|
3188
3407
|
toggle: EventEmitter<CustomEvent<MultiSelectToggleEventDetail>>;
|
|
@@ -3547,9 +3766,9 @@ type PSelectProps = {
|
|
|
3547
3766
|
*/
|
|
3548
3767
|
state?: SelectState;
|
|
3549
3768
|
/**
|
|
3550
|
-
* The selected value.
|
|
3769
|
+
* The selected value. Matches an option strictly by type and value, meaning null matches only an option with value null, undefined matches only an option with value undefined (no preselection by default), and string or number only match an option whose value has the same type and equal value. Please note that FormData always serializes values as strings, so when participating in a native (uncontrolled) form a number value is restored as string via formStateRestoreCallback and will no longer strictly match a number-typed option. This limitation only applies to native form state restoration; in controlled forms (where the consumer manages value directly via the change event), the number type is preserved end-to-end.
|
|
3551
3770
|
*/
|
|
3552
|
-
value?: string;
|
|
3771
|
+
value?: string | number | null;
|
|
3553
3772
|
};
|
|
3554
3773
|
declare class PSelect extends BaseComponent implements ControlValueAccessor {
|
|
3555
3774
|
private _renderer;
|
|
@@ -3567,7 +3786,7 @@ declare class PSelect extends BaseComponent implements ControlValueAccessor {
|
|
|
3567
3786
|
name: string;
|
|
3568
3787
|
required?: boolean;
|
|
3569
3788
|
state?: SelectState;
|
|
3570
|
-
value?: string;
|
|
3789
|
+
value?: string | number | null;
|
|
3571
3790
|
blur: EventEmitter<CustomEvent<void>>;
|
|
3572
3791
|
change: EventEmitter<CustomEvent<SelectChangeEventDetail>>;
|
|
3573
3792
|
toggle: EventEmitter<CustomEvent<SelectToggleEventDetail>>;
|
|
@@ -3682,7 +3901,7 @@ type PTextareaProps = {
|
|
|
3682
3901
|
* The textarea value.
|
|
3683
3902
|
* @default ''
|
|
3684
3903
|
*/
|
|
3685
|
-
value?: string;
|
|
3904
|
+
value?: string | null;
|
|
3686
3905
|
/**
|
|
3687
3906
|
* Handles wrapping behavior of elements.
|
|
3688
3907
|
* @default 'soft'
|
|
@@ -3712,7 +3931,7 @@ declare class PTextarea extends BaseComponent implements ControlValueAccessor {
|
|
|
3712
3931
|
rows?: number;
|
|
3713
3932
|
spellCheck?: boolean;
|
|
3714
3933
|
state?: TextareaState;
|
|
3715
|
-
value?: string;
|
|
3934
|
+
value?: string | null;
|
|
3716
3935
|
wrap?: TextareaWrap;
|
|
3717
3936
|
blur: EventEmitter<CustomEvent<Event>>;
|
|
3718
3937
|
change: EventEmitter<CustomEvent<Event>>;
|
|
@@ -3752,6 +3971,11 @@ type PAccordionProps = {
|
|
|
3752
3971
|
* @default 'h2'
|
|
3753
3972
|
*/
|
|
3754
3973
|
headingTag?: AccordionHeadingTag;
|
|
3974
|
+
/**
|
|
3975
|
+
* Indents the slotted content to be vertically aligned with the text of the summary section.
|
|
3976
|
+
* @default false
|
|
3977
|
+
*/
|
|
3978
|
+
indent?: BreakpointCustomizable<boolean>;
|
|
3755
3979
|
/**
|
|
3756
3980
|
* Controls whether the accordion is open or closed.
|
|
3757
3981
|
*/
|
|
@@ -3774,13 +3998,33 @@ declare class PAccordion extends BaseComponent {
|
|
|
3774
3998
|
heading?: string;
|
|
3775
3999
|
/** @deprecated */
|
|
3776
4000
|
headingTag?: AccordionHeadingTag;
|
|
4001
|
+
indent?: BreakpointCustomizable<boolean>;
|
|
3777
4002
|
open?: boolean;
|
|
3778
4003
|
/** @deprecated */
|
|
3779
4004
|
size?: BreakpointCustomizable<AccordionSize>;
|
|
3780
4005
|
sticky?: boolean;
|
|
3781
4006
|
update: EventEmitter<CustomEvent<AccordionUpdateEventDetail>>;
|
|
3782
4007
|
static ɵfac: i0.ɵɵFactoryDeclaration<PAccordion, never>;
|
|
3783
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion,[p-accordion]", never, { "alignMarker": { "alias": "alignMarker"; "required": false; }; "background": { "alias": "background"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingTag": { "alias": "headingTag"; "required": false; }; "open": { "alias": "open"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; }, { "update": "update"; }, never, ["*"], false, never>;
|
|
4008
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion,[p-accordion]", never, { "alignMarker": { "alias": "alignMarker"; "required": false; }; "background": { "alias": "background"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headingTag": { "alias": "headingTag"; "required": false; }; "indent": { "alias": "indent"; "required": false; }; "open": { "alias": "open"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; }, { "update": "update"; }, never, ["*"], false, never>;
|
|
4009
|
+
}
|
|
4010
|
+
|
|
4011
|
+
type PAiTagProps = {
|
|
4012
|
+
/**
|
|
4013
|
+
* Locale for the AI text (ISO format, e.g. "de_DE").
|
|
4014
|
+
* @default 'en_US'
|
|
4015
|
+
*/
|
|
4016
|
+
locale?: AiTagLocale;
|
|
4017
|
+
/**
|
|
4018
|
+
* Variant to display: 'abbreviation' (e.g. "AI"), 'generated' (e.g. "AI-generated"), or 'modified' (e.g. "AI-modified").
|
|
4019
|
+
* @default 'generated'
|
|
4020
|
+
*/
|
|
4021
|
+
variant?: AiTagVariant;
|
|
4022
|
+
};
|
|
4023
|
+
declare class PAiTag extends BaseComponent {
|
|
4024
|
+
locale?: AiTagLocale;
|
|
4025
|
+
variant?: AiTagVariant;
|
|
4026
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PAiTag, never>;
|
|
4027
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PAiTag, "p-ai-tag,[p-ai-tag]", never, { "locale": { "alias": "locale"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
3784
4028
|
}
|
|
3785
4029
|
|
|
3786
4030
|
type PBannerProps = {
|
|
@@ -5044,11 +5288,11 @@ type PMultiSelectOptionProps = {
|
|
|
5044
5288
|
/**
|
|
5045
5289
|
* The option value.
|
|
5046
5290
|
*/
|
|
5047
|
-
value: string;
|
|
5291
|
+
value: string | number;
|
|
5048
5292
|
};
|
|
5049
5293
|
declare class PMultiSelectOption extends BaseComponent {
|
|
5050
5294
|
disabled?: boolean;
|
|
5051
|
-
value: string;
|
|
5295
|
+
value: string | number;
|
|
5052
5296
|
static ɵfac: i0.ɵɵFactoryDeclaration<PMultiSelectOption, never>;
|
|
5053
5297
|
static ɵcmp: i0.ɵɵComponentDeclaration<PMultiSelectOption, "p-multi-select-option,[p-multi-select-option]", never, { "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
5054
5298
|
}
|
|
@@ -5248,13 +5492,13 @@ type PSelectOptionProps = {
|
|
|
5248
5492
|
*/
|
|
5249
5493
|
disabled?: boolean;
|
|
5250
5494
|
/**
|
|
5251
|
-
* The option value.
|
|
5495
|
+
* The option value. Selected when it strictly matches the p-select value (same type and value).
|
|
5252
5496
|
*/
|
|
5253
|
-
value?: string;
|
|
5497
|
+
value?: string | number | null;
|
|
5254
5498
|
};
|
|
5255
5499
|
declare class PSelectOption extends BaseComponent {
|
|
5256
5500
|
disabled?: boolean;
|
|
5257
|
-
value?: string;
|
|
5501
|
+
value?: string | number | null;
|
|
5258
5502
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSelectOption, never>;
|
|
5259
5503
|
static ɵcmp: i0.ɵɵComponentDeclaration<PSelectOption, "p-select-option,[p-select-option]", never, { "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
5260
5504
|
}
|
|
@@ -5742,7 +5986,7 @@ declare class PorscheDesignSystemModule {
|
|
|
5742
5986
|
constructor(configParam: DefaultConfig);
|
|
5743
5987
|
static load(config: PorscheDesignSystemModuleConfig): ModuleWithProviders<PorscheDesignSystemModule>;
|
|
5744
5988
|
static ɵfac: i0.ɵɵFactoryDeclaration<PorscheDesignSystemModule, [{ optional: true; }]>;
|
|
5745
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PorscheDesignSystemModule, [typeof PAccordion, typeof PBanner, typeof PButton, typeof PButtonPure, typeof PButtonTile, typeof PCanvas, typeof PCarousel, typeof PCheckbox, typeof PCrest, typeof PDisplay, typeof PDivider, typeof PDrilldown, typeof PDrilldownItem, typeof PDrilldownLink, typeof PFieldset, typeof PFlag, typeof PFlyout, typeof PHeading, typeof PIcon, typeof PInlineNotification, typeof PInputDate, typeof PInputEmail, typeof PInputMonth, typeof PInputNumber, typeof PInputPassword, typeof PInputSearch, typeof PInputTel, typeof PInputText, typeof PInputTime, typeof PInputUrl, typeof PInputWeek, typeof PLink, typeof PLinkPure, typeof PLinkTile, typeof PLinkTileProduct, typeof PModal, typeof PModelSignature, typeof PMultiSelect, typeof PMultiSelectOption, typeof POptgroup, typeof PPagination, typeof PPinCode, typeof PPopover, typeof PRadioGroup, typeof PRadioGroupOption, typeof PScroller, typeof PSegmentedControl, typeof PSegmentedControlItem, typeof PSelect, typeof PSelectOption, typeof PSheet, typeof PSpinner, typeof PStepperHorizontal, typeof PStepperHorizontalItem, typeof PSwitch, typeof PTable, typeof PTableBody, typeof PTableCell, typeof PTableHead, typeof PTableHeadCell, typeof PTableHeadRow, typeof PTableRow, typeof PTabs, typeof PTabsBar, typeof PTabsItem, typeof PTag, typeof PTagDismissible, typeof PText, typeof PTextList, typeof PTextListItem, typeof PTextarea, typeof PToast, typeof PWordmark], never, [typeof PAccordion, typeof PBanner, typeof PButton, typeof PButtonPure, typeof PButtonTile, typeof PCanvas, typeof PCarousel, typeof PCheckbox, typeof PCrest, typeof PDisplay, typeof PDivider, typeof PDrilldown, typeof PDrilldownItem, typeof PDrilldownLink, typeof PFieldset, typeof PFlag, typeof PFlyout, typeof PHeading, typeof PIcon, typeof PInlineNotification, typeof PInputDate, typeof PInputEmail, typeof PInputMonth, typeof PInputNumber, typeof PInputPassword, typeof PInputSearch, typeof PInputTel, typeof PInputText, typeof PInputTime, typeof PInputUrl, typeof PInputWeek, typeof PLink, typeof PLinkPure, typeof PLinkTile, typeof PLinkTileProduct, typeof PModal, typeof PModelSignature, typeof PMultiSelect, typeof PMultiSelectOption, typeof POptgroup, typeof PPagination, typeof PPinCode, typeof PPopover, typeof PRadioGroup, typeof PRadioGroupOption, typeof PScroller, typeof PSegmentedControl, typeof PSegmentedControlItem, typeof PSelect, typeof PSelectOption, typeof PSheet, typeof PSpinner, typeof PStepperHorizontal, typeof PStepperHorizontalItem, typeof PSwitch, typeof PTable, typeof PTableBody, typeof PTableCell, typeof PTableHead, typeof PTableHeadCell, typeof PTableHeadRow, typeof PTableRow, typeof PTabs, typeof PTabsBar, typeof PTabsItem, typeof PTag, typeof PTagDismissible, typeof PText, typeof PTextList, typeof PTextListItem, typeof PTextarea, typeof PToast, typeof PWordmark]>;
|
|
5989
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PorscheDesignSystemModule, [typeof PAccordion, typeof PAiTag, typeof PBanner, typeof PButton, typeof PButtonPure, typeof PButtonTile, typeof PCanvas, typeof PCarousel, typeof PCheckbox, typeof PCrest, typeof PDisplay, typeof PDivider, typeof PDrilldown, typeof PDrilldownItem, typeof PDrilldownLink, typeof PFieldset, typeof PFlag, typeof PFlyout, typeof PHeading, typeof PIcon, typeof PInlineNotification, typeof PInputDate, typeof PInputEmail, typeof PInputMonth, typeof PInputNumber, typeof PInputPassword, typeof PInputSearch, typeof PInputTel, typeof PInputText, typeof PInputTime, typeof PInputUrl, typeof PInputWeek, typeof PLink, typeof PLinkPure, typeof PLinkTile, typeof PLinkTileProduct, typeof PModal, typeof PModelSignature, typeof PMultiSelect, typeof PMultiSelectOption, typeof POptgroup, typeof PPagination, typeof PPinCode, typeof PPopover, typeof PRadioGroup, typeof PRadioGroupOption, typeof PScroller, typeof PSegmentedControl, typeof PSegmentedControlItem, typeof PSelect, typeof PSelectOption, typeof PSheet, typeof PSpinner, typeof PStepperHorizontal, typeof PStepperHorizontalItem, typeof PSwitch, typeof PTable, typeof PTableBody, typeof PTableCell, typeof PTableHead, typeof PTableHeadCell, typeof PTableHeadRow, typeof PTableRow, typeof PTabs, typeof PTabsBar, typeof PTabsItem, typeof PTag, typeof PTagDismissible, typeof PText, typeof PTextList, typeof PTextListItem, typeof PTextarea, typeof PToast, typeof PWordmark], never, [typeof PAccordion, typeof PAiTag, typeof PBanner, typeof PButton, typeof PButtonPure, typeof PButtonTile, typeof PCanvas, typeof PCarousel, typeof PCheckbox, typeof PCrest, typeof PDisplay, typeof PDivider, typeof PDrilldown, typeof PDrilldownItem, typeof PDrilldownLink, typeof PFieldset, typeof PFlag, typeof PFlyout, typeof PHeading, typeof PIcon, typeof PInlineNotification, typeof PInputDate, typeof PInputEmail, typeof PInputMonth, typeof PInputNumber, typeof PInputPassword, typeof PInputSearch, typeof PInputTel, typeof PInputText, typeof PInputTime, typeof PInputUrl, typeof PInputWeek, typeof PLink, typeof PLinkPure, typeof PLinkTile, typeof PLinkTileProduct, typeof PModal, typeof PModelSignature, typeof PMultiSelect, typeof PMultiSelectOption, typeof POptgroup, typeof PPagination, typeof PPinCode, typeof PPopover, typeof PRadioGroup, typeof PRadioGroupOption, typeof PScroller, typeof PSegmentedControl, typeof PSegmentedControlItem, typeof PSelect, typeof PSelectOption, typeof PSheet, typeof PSpinner, typeof PStepperHorizontal, typeof PStepperHorizontalItem, typeof PSwitch, typeof PTable, typeof PTableBody, typeof PTableCell, typeof PTableHead, typeof PTableHeadCell, typeof PTableHeadRow, typeof PTableRow, typeof PTabs, typeof PTabsBar, typeof PTabsItem, typeof PTag, typeof PTagDismissible, typeof PText, typeof PTextList, typeof PTextListItem, typeof PTextarea, typeof PToast, typeof PWordmark]>;
|
|
5746
5990
|
static ɵinj: i0.ɵɵInjectorDeclaration<PorscheDesignSystemModule>;
|
|
5747
5991
|
}
|
|
5748
5992
|
|
|
@@ -5752,5 +5996,5 @@ declare class ToastManager {
|
|
|
5752
5996
|
static ɵprov: i0.ɵɵInjectableDeclaration<ToastManager>;
|
|
5753
5997
|
}
|
|
5754
5998
|
|
|
5755
|
-
export { 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, PorscheDesignSystemModule, ToastManager };
|
|
5756
|
-
export type { AccordionAlignMarker, AccordionBackground, AccordionHeadingTag, AccordionSize, AccordionUpdateEventDetail, AlignLabel, AriaAttributes, AriaRole, Backdrop, BannerHeadingTag, BannerPosition, BannerState, Booleanish, Breakpoint, BreakpointCustomizable, BreakpointValues, ButtonAriaAttribute, ButtonIcon, ButtonPureAlignLabel, ButtonPureAriaAttribute, ButtonPureColor, ButtonPureIcon, ButtonPureSize, ButtonPureType, ButtonTileAlign, ButtonTileAriaAttribute, ButtonTileAspectRatio, ButtonTileIcon, ButtonTileSize, ButtonTileType, ButtonTileWeight, ButtonType, ButtonVariant, CanvasBackground, CanvasSidebarStartUpdateEventDetail, CarouselAlignControls, CarouselAlignHeader, CarouselAriaAttribute, CarouselHeadingSize, CarouselInternationalization, CarouselSlidesPerPage, CarouselUpdateEventDetail, CarouselWidth, CheckboxBlurEventDetail, CheckboxChangeEventDetail, CheckboxState, CrestAriaAttribute, CrestTarget, Direction, DisplayAlign, DisplayColor, DisplaySize, DisplayTag, DividerColor, DividerDirection, DrilldownAriaAttribute, DrilldownLinkAriaAttribute, DrilldownLinkTarget, DrilldownUpdateEventDetail, FieldsetLabelSize, FieldsetState, FlagAriaAttribute, FlagName, FlagSize, FlyoutAriaAttribute, FlyoutBackdrop, FlyoutBackground, FlyoutFooterBehavior, FlyoutMotionHiddenEndEventDetail, FlyoutMotionVisibleEndEventDetail, FlyoutPosition, FormState, GroupDirection, HeadingAlign, HeadingColor, HeadingHyphens, HeadingSize, HeadingTag, HeadingWeight, IconAriaAttribute, IconColor, IconName, IconSize, InlineNotificationActionIcon, InlineNotificationHeadingTag, InlineNotificationState, InputDateBlurEventDetail, InputDateChangeEventDetail, InputDateInputEventDetail, InputDateState, InputEmailBlurEventDetail, InputEmailChangeEventDetail, InputEmailInputEventDetail, InputEmailState, InputMonthBlurEventDetail, InputMonthChangeEventDetail, InputMonthInputEventDetail, InputMonthState, InputNumberBlurEventDetail, InputNumberChangeEventDetail, InputNumberInputEventDetail, InputNumberState, InputPasswordBlurEventDetail, InputPasswordChangeEventDetail, InputPasswordInputEventDetail, InputPasswordState, InputSearchAriaAttribute, InputSearchBlurEventDetail, InputSearchChangeEventDetail, InputSearchInputEventDetail, InputSearchState, InputTelBlurEventDetail, InputTelChangeEventDetail, InputTelInputEventDetail, InputTelState, InputTextBlurEventDetail, InputTextChangeEventDetail, InputTextInputEventDetail, InputTextState, InputTimeBlurEventDetail, InputTimeChangeEventDetail, InputTimeInputEventDetail, InputTimeState, InputUrlBlurEventDetail, InputUrlChangeEventDetail, InputUrlInputEventDetail, InputUrlState, InputWeekBlurEventDetail, InputWeekChangeEventDetail, InputWeekInputEventDetail, InputWeekState, LinkAriaAttribute, LinkButtonIconName, LinkButtonVariant, LinkIcon, LinkPureAlignLabel, LinkPureAriaAttribute, LinkPureColor, LinkPureIcon, LinkPureSize, LinkPureTarget, LinkTarget, LinkTileAlign, LinkTileAriaAttribute, LinkTileAspectRatio, LinkTileProductAspectRatio, LinkTileProductLikeEventDetail, LinkTileProductTarget, LinkTileSize, LinkTileTarget, LinkTileWeight, LinkVariant, ModalAriaAttribute, ModalBackdrop, ModalBackground, ModalMotionHiddenEndEventDetail, ModalMotionVisibleEndEventDetail, ModelSignatureColor, ModelSignatureFetchPriority, ModelSignatureModel, ModelSignatureSize, MultiSelectChangeEventDetail, MultiSelectDropdownDirection, MultiSelectState, MultiSelectToggleEventDetail, PAccordionProps, PBannerProps, PButtonProps, PButtonPureProps, PButtonTileProps, PCanvasProps, PCarouselProps, PCheckboxProps, PCrestProps, PDisplayProps, PDividerProps, PDrilldownItemProps, PDrilldownLinkProps, PDrilldownProps, PFieldsetProps, PFlagProps, PFlyoutProps, PHeadingProps, PIconProps, PInlineNotificationProps, PInputDateProps, PInputEmailProps, PInputMonthProps, PInputNumberProps, PInputPasswordProps, PInputSearchProps, PInputTelProps, PInputTextProps, PInputTimeProps, PInputUrlProps, PInputWeekProps, PLinkProps, PLinkPureProps, PLinkTileProductProps, PLinkTileProps, PModalProps, PModelSignatureProps, PMultiSelectOptionProps, PMultiSelectProps, POptgroupProps, PPaginationProps, PPinCodeProps, PPopoverProps, PRadioGroupOptionProps, PRadioGroupProps, PScrollerProps, PSegmentedControlItemProps, PSegmentedControlProps, PSelectOptionProps, PSelectProps, PSheetProps, PSpinnerProps, PStepperHorizontalItemProps, PStepperHorizontalProps, PSwitchProps, PTableBodyProps, PTableCellProps, PTableHeadCellProps, PTableHeadProps, PTableHeadRowProps, PTableProps, PTableRowProps, PTabsBarProps, PTabsItemProps, PTabsProps, PTagDismissibleProps, PTagProps, PTextListItemProps, PTextListProps, PTextProps, PTextareaProps, PToastProps, PWordmarkProps, PaginationInternationalization, PaginationUpdateEventDetail, PinCodeChangeEventDetail, PinCodeLength, PinCodeState, PinCodeType, PopoverAriaAttribute, PopoverDirection, PorscheDesignSystem, PorscheDesignSystemModuleConfig, RadioGroupChangeEventDetail, RadioGroupDirection, RadioGroupState, ScrollerAlignScrollIndicator, ScrollerAriaAttribute, ScrollerScrollToPosition, SegmentedControlChangeEventDetail, SegmentedControlColumns, SegmentedControlItemAriaAttribute, SegmentedControlItemIcon, SegmentedControlState, SelectChangeEventDetail, SelectComponentsDropdownDirection, SelectDropdownDirection, SelectState, SelectToggleEventDetail, SelectedAriaAttributes, SelectedAriaRole, SheetAriaAttribute, SheetBackground, SheetMotionHiddenEndEventDetail, SheetMotionVisibleEndEventDetail, SpinnerAriaAttribute, SpinnerColor, SpinnerSize, StepperHorizontalItemState, StepperHorizontalSize, StepperHorizontalUpdateEventDetail, SwitchAlignLabel, SwitchUpdateEventDetail, TableHeadCellSort, TableLayout, TableUpdateEventDetail, TabsBackground, TabsBarBackground, TabsBarSize, TabsBarUpdateEventDetail, TabsBarWeight, TabsSize, TabsUpdateEventDetail, TabsWeight, TagDismissibleAriaAttribute, TagIcon, TagVariant, TextAlign, TextColor, TextHyphens, TextListType, TextSize, TextTag, TextWeight, TextareaBlurEventDetail, TextareaChangeEventDetail, TextareaInputEventDetail, TextareaResize, TextareaState, TextareaWrap, TileAlign, TileAspectRatio, TileSize, TileWeight, ToastMessage, ToastState, WordmarkAriaAttribute, WordmarkSize, WordmarkTarget };
|
|
5999
|
+
export { DECLARATIONS, PAccordion, PAiTag, 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, PorscheDesignSystemModule, ToastManager };
|
|
6000
|
+
export type { AccordionAlignMarker, AccordionBackground, AccordionHeadingTag, AccordionSize, AccordionUpdateEventDetail, AiTagLocale, AiTagVariant, AlignLabel, AriaAttributes, AriaRole, Backdrop, BannerHeadingTag, BannerPosition, BannerState, Booleanish, Breakpoint, BreakpointCustomizable, BreakpointValues, ButtonAriaAttribute, ButtonIcon, ButtonPureAlignLabel, ButtonPureAriaAttribute, ButtonPureColor, ButtonPureIcon, ButtonPureSize, ButtonPureType, ButtonTileAlign, ButtonTileAriaAttribute, ButtonTileAspectRatio, ButtonTileIcon, ButtonTileSize, ButtonTileType, ButtonTileWeight, ButtonType, ButtonVariant, CanvasBackground, CanvasSidebarStartUpdateEventDetail, CarouselAlignControls, CarouselAlignHeader, CarouselAriaAttribute, CarouselHeadingSize, CarouselInternationalization, CarouselSlidesPerPage, CarouselUpdateEventDetail, CarouselWidth, CheckboxBlurEventDetail, CheckboxChangeEventDetail, CheckboxState, CrestAriaAttribute, CrestTarget, Direction, DisplayAlign, DisplayColor, DisplaySize, DisplayTag, DividerColor, DividerDirection, DrilldownAriaAttribute, DrilldownLinkAriaAttribute, DrilldownLinkTarget, DrilldownUpdateEventDetail, FieldsetLabelSize, FieldsetState, FlagAriaAttribute, FlagName, FlagSize, FlyoutAriaAttribute, FlyoutBackdrop, FlyoutBackground, FlyoutFooterBehavior, FlyoutMotionHiddenEndEventDetail, FlyoutMotionVisibleEndEventDetail, FlyoutPosition, FormState, GroupDirection, HeadingAlign, HeadingColor, HeadingHyphens, HeadingSize, HeadingTag, HeadingWeight, IconAriaAttribute, IconColor, IconName, IconSize, InlineNotificationActionIcon, InlineNotificationHeadingTag, InlineNotificationState, InputDateBlurEventDetail, InputDateChangeEventDetail, InputDateInputEventDetail, InputDateState, InputEmailBlurEventDetail, InputEmailChangeEventDetail, InputEmailInputEventDetail, InputEmailState, InputMonthBlurEventDetail, InputMonthChangeEventDetail, InputMonthInputEventDetail, InputMonthState, InputNumberBlurEventDetail, InputNumberChangeEventDetail, InputNumberInputEventDetail, InputNumberState, InputPasswordBlurEventDetail, InputPasswordChangeEventDetail, InputPasswordInputEventDetail, InputPasswordState, InputSearchAriaAttribute, InputSearchBlurEventDetail, InputSearchChangeEventDetail, InputSearchInputEventDetail, InputSearchState, InputTelBlurEventDetail, InputTelChangeEventDetail, InputTelInputEventDetail, InputTelState, InputTextBlurEventDetail, InputTextChangeEventDetail, InputTextInputEventDetail, InputTextState, InputTimeBlurEventDetail, InputTimeChangeEventDetail, InputTimeInputEventDetail, InputTimeState, InputUrlBlurEventDetail, InputUrlChangeEventDetail, InputUrlInputEventDetail, InputUrlState, InputWeekBlurEventDetail, InputWeekChangeEventDetail, InputWeekInputEventDetail, InputWeekState, LinkAriaAttribute, LinkButtonIconName, LinkButtonVariant, LinkIcon, LinkPureAlignLabel, LinkPureAriaAttribute, LinkPureColor, LinkPureIcon, LinkPureSize, LinkPureTarget, LinkTarget, LinkTileAlign, LinkTileAriaAttribute, LinkTileAspectRatio, LinkTileProductAspectRatio, LinkTileProductLikeEventDetail, LinkTileProductTarget, LinkTileSize, LinkTileTarget, LinkTileWeight, LinkVariant, ModalAriaAttribute, ModalBackdrop, ModalBackground, ModalMotionHiddenEndEventDetail, ModalMotionVisibleEndEventDetail, ModelSignatureColor, ModelSignatureFetchPriority, ModelSignatureModel, ModelSignatureSize, MultiSelectChangeEventDetail, MultiSelectDropdownDirection, MultiSelectState, MultiSelectToggleEventDetail, PAccordionProps, PAiTagProps, PBannerProps, PButtonProps, PButtonPureProps, PButtonTileProps, PCanvasProps, PCarouselProps, PCheckboxProps, PCrestProps, PDisplayProps, PDividerProps, PDrilldownItemProps, PDrilldownLinkProps, PDrilldownProps, PFieldsetProps, PFlagProps, PFlyoutProps, PHeadingProps, PIconProps, PInlineNotificationProps, PInputDateProps, PInputEmailProps, PInputMonthProps, PInputNumberProps, PInputPasswordProps, PInputSearchProps, PInputTelProps, PInputTextProps, PInputTimeProps, PInputUrlProps, PInputWeekProps, PLinkProps, PLinkPureProps, PLinkTileProductProps, PLinkTileProps, PModalProps, PModelSignatureProps, PMultiSelectOptionProps, PMultiSelectProps, POptgroupProps, PPaginationProps, PPinCodeProps, PPopoverProps, PRadioGroupOptionProps, PRadioGroupProps, PScrollerProps, PSegmentedControlItemProps, PSegmentedControlProps, PSelectOptionProps, PSelectProps, PSheetProps, PSpinnerProps, PStepperHorizontalItemProps, PStepperHorizontalProps, PSwitchProps, PTableBodyProps, PTableCellProps, PTableHeadCellProps, PTableHeadProps, PTableHeadRowProps, PTableProps, PTableRowProps, PTabsBarProps, PTabsItemProps, PTabsProps, PTagDismissibleProps, PTagProps, PTextListItemProps, PTextListProps, PTextProps, PTextareaProps, PToastProps, PWordmarkProps, PaginationInternationalization, PaginationUpdateEventDetail, PinCodeChangeEventDetail, PinCodeLength, PinCodeState, PinCodeType, PopoverAriaAttribute, PopoverDirection, PorscheDesignSystem, PorscheDesignSystemModuleConfig, RadioGroupChangeEventDetail, RadioGroupDirection, RadioGroupState, ScrollerAlignScrollIndicator, ScrollerAriaAttribute, ScrollerScrollToPosition, SegmentedControlChangeEventDetail, SegmentedControlColumns, SegmentedControlItemAriaAttribute, SegmentedControlItemIcon, SegmentedControlState, SelectChangeEventDetail, SelectComponentsDropdownDirection, SelectDropdownDirection, SelectState, SelectToggleEventDetail, SelectedAriaAttributes, SelectedAriaRole, SheetAriaAttribute, SheetBackground, SheetMotionHiddenEndEventDetail, SheetMotionVisibleEndEventDetail, SpinnerAriaAttribute, SpinnerColor, SpinnerSize, StepperHorizontalItemState, StepperHorizontalSize, StepperHorizontalUpdateEventDetail, SwitchAlignLabel, SwitchUpdateEventDetail, TableHeadCellSort, TableLayout, TableUpdateEventDetail, TabsBackground, TabsBarBackground, TabsBarSize, TabsBarUpdateEventDetail, TabsBarWeight, TabsSize, TabsUpdateEventDetail, TabsWeight, TagDismissibleAriaAttribute, TagIcon, TagVariant, TextAlign, TextColor, TextHyphens, TextListType, TextSize, TextTag, TextWeight, TextareaBlurEventDetail, TextareaChangeEventDetail, TextareaInputEventDetail, TextareaResize, TextareaState, TextareaWrap, TileAlign, TileAspectRatio, TileSize, TileWeight, ToastMessage, ToastState, WordmarkAriaAttribute, WordmarkSize, WordmarkTarget };
|