@ccslabs/xtend 0.1.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +65 -0
- package/LICENSE +201 -0
- package/README.md +184 -0
- package/a11y/motion-contrast-policy.d.ts +32 -0
- package/a11y/motion-contrast-policy.js +261 -0
- package/a11y/runtime-a11y-contract.d.ts +44 -0
- package/a11y/runtime-a11y-contract.js +385 -0
- package/a11y/screenreader-signals.d.ts +32 -0
- package/a11y/screenreader-signals.js +372 -0
- package/api.d.ts +168 -0
- package/api.js +864 -0
- package/catalog/catalog-public-types.d.ts +66 -0
- package/catalog/component-catalog-coverage.d.ts +20 -0
- package/catalog/component-catalog-coverage.js +377 -0
- package/catalog/component-long-tail-migration.d.ts +18 -0
- package/catalog/component-long-tail-migration.js +305 -0
- package/catalog/component-regression-priority.d.ts +20 -0
- package/catalog/component-regression-priority.js +305 -0
- package/catalog/enterprise-component-flex-release-handoff.d.ts +32 -0
- package/catalog/enterprise-component-flex-release-handoff.js +437 -0
- package/catalog/enterprise-component-style-audit.d.ts +22 -0
- package/catalog/enterprise-component-style-audit.js +353 -0
- package/catalog/enterprise-form-control-theme-a11y.d.ts +19 -0
- package/catalog/enterprise-form-control-theme-a11y.js +220 -0
- package/catalog/enterprise-icon-control-audit.d.ts +21 -0
- package/catalog/enterprise-icon-control-audit.js +258 -0
- package/catalog/enterprise-layout-display-media-tokenization.d.ts +20 -0
- package/catalog/enterprise-layout-display-media-tokenization.js +237 -0
- package/catalog/enterprise-navigation-routing-state-hardening.d.ts +20 -0
- package/catalog/enterprise-navigation-routing-state-hardening.js +255 -0
- package/catalog/enterprise-overlay-mode-token-parity.d.ts +15 -0
- package/catalog/enterprise-overlay-mode-token-parity.js +178 -0
- package/catalog/enterprise-third-party-authoring-guide.d.ts +23 -0
- package/catalog/enterprise-third-party-authoring-guide.js +310 -0
- package/catalog/enterprise-visual-dom-snapshot-matrix.d.ts +31 -0
- package/catalog/enterprise-visual-dom-snapshot-matrix.js +357 -0
- package/catalog/epic10-existing-component-metadata.d.ts +25 -0
- package/catalog/epic10-existing-component-metadata.js +534 -0
- package/catalog/epic10-p0-component-wave.d.ts +28 -0
- package/catalog/epic10-p0-component-wave.js +688 -0
- package/catalog/epic10-platform-gates.d.ts +31 -0
- package/catalog/epic10-platform-gates.js +425 -0
- package/catalog/epic10-release-handoff.d.ts +30 -0
- package/catalog/epic10-release-handoff.js +195 -0
- package/catalog/epic11-enterprise-ux-handoff.d.ts +29 -0
- package/catalog/epic11-enterprise-ux-handoff.js +403 -0
- package/catalog/epic12-docs-adoption.d.ts +29 -0
- package/catalog/epic12-docs-adoption.js +183 -0
- package/catalog/epic12-rc0-gate-matrix.d.ts +36 -0
- package/catalog/epic12-rc0-gate-matrix.js +439 -0
- package/catalog/epic12-rc0-handoff.d.ts +30 -0
- package/catalog/epic12-rc0-handoff.js +385 -0
- package/catalog/epic13-conditional-network-evidence-ci.d.ts +35 -0
- package/catalog/epic13-conditional-network-evidence-ci.js +278 -0
- package/catalog/epic13-conditional-network-evidence.d.ts +34 -0
- package/catalog/epic13-conditional-network-evidence.js +280 -0
- package/catalog/epic13-docs-rmt-production-hardening.d.ts +39 -0
- package/catalog/epic13-docs-rmt-production-hardening.js +286 -0
- package/catalog/epic13-hydration-performance-closure.d.ts +33 -0
- package/catalog/epic13-hydration-performance-closure.js +234 -0
- package/catalog/epic13-known-residual-triage.d.ts +32 -0
- package/catalog/epic13-known-residual-triage.js +339 -0
- package/catalog/epic13-package-export-lock.d.ts +41 -0
- package/catalog/epic13-package-export-lock.js +604 -0
- package/catalog/epic13-prod-browser-csp-smoke.d.ts +35 -0
- package/catalog/epic13-prod-browser-csp-smoke.js +218 -0
- package/catalog/epic13-rc1-gate-matrix-ci-handoff.d.ts +36 -0
- package/catalog/epic13-rc1-gate-matrix-ci-handoff.js +418 -0
- package/catalog/epic13-rc1-migration-notes.d.ts +36 -0
- package/catalog/epic13-rc1-migration-notes.js +271 -0
- package/catalog/epic13-rc1-readiness.d.ts +33 -0
- package/catalog/epic13-rc1-readiness.js +487 -0
- package/catalog/epic13-release-owner-acceptance.d.ts +33 -0
- package/catalog/epic13-release-owner-acceptance.js +354 -0
- package/catalog/epic13-release-report-pack-dry-run-evidence.d.ts +36 -0
- package/catalog/epic13-release-report-pack-dry-run-evidence.js +253 -0
- package/catalog/epic13-rmt-production-readiness.d.ts +35 -0
- package/catalog/epic13-rmt-production-readiness.js +314 -0
- package/catalog/epic13-trusted-dom-boundary.d.ts +36 -0
- package/catalog/epic13-trusted-dom-boundary.js +230 -0
- package/catalog/epic13-visual-owner-artifact.d.ts +35 -0
- package/catalog/epic13-visual-owner-artifact.js +233 -0
- package/catalog/epic14-lsp-handoff.d.ts +28 -0
- package/catalog/epic14-lsp-handoff.js +312 -0
- package/catalog/epic14-rmt-tooling.d.ts +33 -0
- package/catalog/epic14-rmt-tooling.js +282 -0
- package/catalog/surface-manager-adapter-runtime.d.ts +37 -0
- package/catalog/surface-manager-adapter-runtime.js +203 -0
- package/catalog/surface-manager-browser-lab.d.ts +39 -0
- package/catalog/surface-manager-browser-lab.js +225 -0
- package/catalog/surface-manager-controller.d.ts +43 -0
- package/catalog/surface-manager-controller.js +290 -0
- package/catalog/surface-manager-layout-engines.d.ts +32 -0
- package/catalog/surface-manager-layout-engines.js +161 -0
- package/catalog/surface-manager-lazy-loading.d.ts +35 -0
- package/catalog/surface-manager-lazy-loading.js +173 -0
- package/catalog/surface-manager-materialization.d.ts +37 -0
- package/catalog/surface-manager-materialization.js +202 -0
- package/catalog/surface-manager-native-rmt-surfaces.d.ts +48 -0
- package/catalog/surface-manager-native-rmt-surfaces.js +325 -0
- package/catalog/surface-manager-overlay-bridge.d.ts +42 -0
- package/catalog/surface-manager-overlay-bridge.js +247 -0
- package/catalog/surface-manager-persistence.d.ts +37 -0
- package/catalog/surface-manager-persistence.js +178 -0
- package/catalog/surface-manager-quality-gates.d.ts +48 -0
- package/catalog/surface-manager-quality-gates.js +324 -0
- package/catalog/surface-manager-release-handoff.d.ts +47 -0
- package/catalog/surface-manager-release-handoff.js +274 -0
- package/catalog/surface-manager-remote-policy.d.ts +34 -0
- package/catalog/surface-manager-remote-policy.js +199 -0
- package/catalog/surface-manager-rmt-authoring.d.ts +44 -0
- package/catalog/surface-manager-rmt-authoring.js +368 -0
- package/catalog/surface-manager-route-lifecycle.d.ts +32 -0
- package/catalog/surface-manager-route-lifecycle.js +162 -0
- package/catalog/surface-manager-runtime-release-handoff.d.ts +36 -0
- package/catalog/surface-manager-runtime-release-handoff.js +245 -0
- package/catalog/surface-manager-side-panel-runtime.d.ts +46 -0
- package/catalog/surface-manager-side-panel-runtime.js +307 -0
- package/catalog/surface-manager-stack-policy.d.ts +32 -0
- package/catalog/surface-manager-stack-policy.js +169 -0
- package/catalog/surface-manager-window-runtime.d.ts +45 -0
- package/catalog/surface-manager-window-runtime.js +285 -0
- package/catalog/surface-manager-workbench-fixture.d.ts +50 -0
- package/catalog/surface-manager-workbench-fixture.js +315 -0
- package/catalog/type-exports-api.js +236 -0
- package/catalog/type-exports-builder.js +405 -0
- package/catalog/type-exports-catalog.js +394 -0
- package/catalog/type-exports-loader.js +266 -0
- package/catalog/type-exports-policy.js +461 -0
- package/catalog/type-exports-rmt.js +407 -0
- package/catalog/type-exports-vendor.js +365 -0
- package/catalog/type-exports.js +574 -0
- package/components/icon-packs/core.js +154 -0
- package/components/icon-packs/lucide.js +136 -0
- package/components/manifest.json +44 -0
- package/components/prism.d.ts +73 -0
- package/components/prism.js +300 -0
- package/components/turndown.d.ts +34 -0
- package/components/turndown.js +107 -0
- package/components/x-rmt-lifecycle-demo-build.d.ts +78 -0
- package/components/x-rmt-lifecycle-demo-build.js +1175 -0
- package/components/x-rmt-lifecycle-demo.d.ts +83 -0
- package/components/x-rmt-lifecycle-demo.js +1175 -0
- package/components/xalert.d.ts +42 -0
- package/components/xalert.js +538 -0
- package/components/xbutton.d.ts +127 -0
- package/components/xbutton.js +612 -0
- package/components/xcalendar.d.ts +39 -0
- package/components/xcalendar.js +338 -0
- package/components/xcards.d.ts +34 -0
- package/components/xcards.js +253 -0
- package/components/xcheckbox.d.ts +48 -0
- package/components/xcheckbox.js +448 -0
- package/components/xcode.d.ts +35 -0
- package/components/xcode.js +370 -0
- package/components/xdialog.d.ts +48 -0
- package/components/xdialog.js +763 -0
- package/components/xdrawer.d.ts +61 -0
- package/components/xdrawer.js +654 -0
- package/components/xfooter.d.ts +41 -0
- package/components/xfooter.js +351 -0
- package/components/xform.d.ts +43 -0
- package/components/xform.js +456 -0
- package/components/xheader.d.ts +68 -0
- package/components/xheader.js +1253 -0
- package/components/xhero.d.ts +42 -0
- package/components/xhero.js +475 -0
- package/components/xicon.d.ts +146 -0
- package/components/xicon.js +688 -0
- package/components/xinput.d.ts +37 -0
- package/components/xinput.js +444 -0
- package/components/xlightbox.d.ts +48 -0
- package/components/xlightbox.js +571 -0
- package/components/xlink.d.ts +63 -0
- package/components/xlink.js +565 -0
- package/components/xmasonry.d.ts +35 -0
- package/components/xmasonry.js +666 -0
- package/components/xmenu.d.ts +118 -0
- package/components/xmenu.js +1005 -0
- package/components/xmodal.d.ts +64 -0
- package/components/xmodal.js +831 -0
- package/components/xplayer.d.ts +57 -0
- package/components/xplayer.js +1748 -0
- package/components/xpopover.d.ts +54 -0
- package/components/xpopover.js +466 -0
- package/components/xprogress.d.ts +40 -0
- package/components/xprogress.js +345 -0
- package/components/xradio.d.ts +50 -0
- package/components/xradio.js +474 -0
- package/components/xrouter.d.ts +244 -0
- package/components/xrouter.js +1841 -0
- package/components/xsection.d.ts +34 -0
- package/components/xsection.js +253 -0
- package/components/xselect.d.ts +46 -0
- package/components/xselect.js +463 -0
- package/components/xsidepanel.d.ts +56 -0
- package/components/xsidepanel.js +728 -0
- package/components/xspinner.d.ts +38 -0
- package/components/xspinner.js +388 -0
- package/components/xstate.d.ts +137 -0
- package/components/xstate.js +493 -0
- package/components/xstatus.d.ts +41 -0
- package/components/xstatus.js +381 -0
- package/components/xsummary.d.ts +43 -0
- package/components/xsummary.js +293 -0
- package/components/xsurfacemanager-controller.d.ts +130 -0
- package/components/xsurfacemanager-controller.js +699 -0
- package/components/xsurfacemanager.d.ts +452 -0
- package/components/xsurfacemanager.js +3775 -0
- package/components/xsurfaceoverlay-bridge.d.ts +43 -0
- package/components/xsurfaceoverlay-bridge.js +238 -0
- package/components/xsurfacewindow.d.ts +50 -0
- package/components/xsurfacewindow.js +576 -0
- package/components/xtabs.d.ts +73 -0
- package/components/xtabs.js +611 -0
- package/components/xtend-public-types.d.ts +208 -0
- package/components/xtextarea.d.ts +46 -0
- package/components/xtextarea.js +451 -0
- package/components/xtheme.d.ts +253 -0
- package/components/xtheme.js +1438 -0
- package/components/xtoast.d.ts +39 -0
- package/components/xtoast.js +389 -0
- package/components/xtooltip.d.ts +53 -0
- package/components/xtooltip.js +432 -0
- package/components/xtype.d.ts +42 -0
- package/components/xtype.js +244 -0
- package/components/xutils.d.ts +164 -0
- package/components/xutils.js +496 -0
- package/components/xwriter.d.ts +67 -0
- package/components/xwriter.js +854 -0
- package/design-tokens/themes/enterprise-light.json +40 -0
- package/design-tokens/themes/xtend-signature.json +126 -0
- package/design-tokens/xtend-design-tokens.d.ts +95 -0
- package/design-tokens/xtend-design-tokens.js +395 -0
- package/design-tokens/xtheme-token-alias-layer.d.ts +84 -0
- package/design-tokens/xtheme-token-alias-layer.js +423 -0
- package/docs/.htaccess +51 -0
- package/docs/README.md +340 -0
- package/docs/XTend-ADR.md +221 -0
- package/docs/a11y-keyboard-smokes.md +62 -0
- package/docs/about.md +18 -0
- package/docs/api.md +157 -0
- package/docs/best-practices.md +76 -0
- package/docs/component-catalog-coverage.md +58 -0
- package/docs/component-lab.md +103 -0
- package/docs/component-long-tail-migration.md +41 -0
- package/docs/component-platform.md +159 -0
- package/docs/component-ux-app-authoring.md +130 -0
- package/docs/component-ux-authoring.md +96 -0
- package/docs/component-ux-gates.md +45 -0
- package/docs/components/x-rmt-lifecycle-demo-build.md +60 -0
- package/docs/components/xalert.md +81 -0
- package/docs/components/xbutton.md +103 -0
- package/docs/components/xcalendar.md +82 -0
- package/docs/components/xcards.md +128 -0
- package/docs/components/xcheckbox.md +102 -0
- package/docs/components/xcode.md +126 -0
- package/docs/components/xdialog.md +92 -0
- package/docs/components/xdrawer.md +84 -0
- package/docs/components/xfooter.md +126 -0
- package/docs/components/xform.md +128 -0
- package/docs/components/xheader.md +308 -0
- package/docs/components/xhero.md +142 -0
- package/docs/components/xicon.md +125 -0
- package/docs/components/xinput.md +129 -0
- package/docs/components/xlightbox.md +98 -0
- package/docs/components/xlink.md +109 -0
- package/docs/components/xmasonry.md +124 -0
- package/docs/components/xmenu.md +158 -0
- package/docs/components/xmodal.md +82 -0
- package/docs/components/xplayer.md +104 -0
- package/docs/components/xpopover.md +67 -0
- package/docs/components/xprogress.md +56 -0
- package/docs/components/xradio.md +103 -0
- package/docs/components/xrouter.md +260 -0
- package/docs/components/xsection.md +125 -0
- package/docs/components/xselect.md +105 -0
- package/docs/components/xsidepanel.md +30 -0
- package/docs/components/xspinner.md +102 -0
- package/docs/components/xstate.md +148 -0
- package/docs/components/xstatus.md +55 -0
- package/docs/components/xsummary.md +78 -0
- package/docs/components/xsurfacemanager.md +27 -0
- package/docs/components/xsurfacewindow.md +21 -0
- package/docs/components/xtabs.md +160 -0
- package/docs/components/xtextarea.md +98 -0
- package/docs/components/xtheme.md +167 -0
- package/docs/components/xtoast.md +62 -0
- package/docs/components/xtooltip.md +66 -0
- package/docs/components/xtype.md +82 -0
- package/docs/components/xutils.md +144 -0
- package/docs/components/xwriter.md +94 -0
- package/docs/components.md +117 -0
- package/docs/conditional-network-evidence-ci.md +38 -0
- package/docs/conditional-network-evidence.md +50 -0
- package/docs/core-migration-guide.md +110 -0
- package/docs/design-tokens.md +116 -0
- package/docs/docs-rmt-production-hardening.md +31 -0
- package/docs/enterprise-adoption.md +411 -0
- package/docs/enterprise-component-flex-release-handoff.md +129 -0
- package/docs/epic10-platform-gates.md +62 -0
- package/docs/epic10-release-handoff.md +81 -0
- package/docs/epic11-enterprise-ux-handoff.md +70 -0
- package/docs/epic12-rc0-handoff.md +61 -0
- package/docs/existing-component-metadata.md +67 -0
- package/docs/hydration-performance-closure.md +34 -0
- package/docs/hydration-policies.md +71 -0
- package/docs/index.php +1625 -0
- package/docs/known-residual-triage.md +22 -0
- package/docs/manifest-import-policy.md +79 -0
- package/docs/manifest.md +106 -0
- package/docs/menu.json +1190 -0
- package/docs/motion-contrast.md +67 -0
- package/docs/package-export-lock.md +44 -0
- package/docs/performance-measurements.md +106 -0
- package/docs/performance-regression.md +89 -0
- package/docs/performance.md +94 -0
- package/docs/previews/README.md +17 -0
- package/docs/prod-browser-csp-smokes.md +40 -0
- package/docs/public-component-types.md +79 -0
- package/docs/quick-start-guide.md +152 -0
- package/docs/rc0-adoption-guide.md +102 -0
- package/docs/rc0-gate-matrix.md +58 -0
- package/docs/rc1-gate-matrix-ci-handoff.md +56 -0
- package/docs/rc1-migration-notes.md +69 -0
- package/docs/rc1-readiness.md +46 -0
- package/docs/release-owner-acceptance.md +56 -0
- package/docs/release-report-pack-dry-run-evidence.md +39 -0
- package/docs/rmt-dsl-authoring-polish.md +122 -0
- package/docs/rmt-first-demo-app.md +77 -0
- package/docs/rmt-first-xtend-apps.md +105 -0
- package/docs/rmt-kernel-panic-recovery-incident-handoff.md +61 -0
- package/docs/rmt-kernel-security-hardening-migration.md +50 -0
- package/docs/rmt-kernel-trusted-output-authoring.md +69 -0
- package/docs/rmt-language-server.md +177 -0
- package/docs/rmt-lifecycle-demo.md +25 -0
- package/docs/rmt-linter.md +140 -0
- package/docs/rmt-production-readiness.md +63 -0
- package/docs/rmt-tooling-release-gates.md +77 -0
- package/docs/rmt-vnext-authoring.md +60 -0
- package/docs/rmt-vnext-cross-surface-events.md +68 -0
- package/docs/rmt-vnext-enterprise-mfe-handoff.md +70 -0
- package/docs/rmt-vnext-migration-notes.md +62 -0
- package/docs/rmt-vnext-release-handoff.md +69 -0
- package/docs/rmt-vnext-remote-surfaces.md +90 -0
- package/docs/rmt-vnext-surface-registry-enterprise.md +76 -0
- package/docs/screenreader-signals.md +56 -0
- package/docs/supply-chain-gates.md +100 -0
- package/docs/surface-manager-authoring-guide.md +94 -0
- package/docs/surface-manager-browser-lab.md +45 -0
- package/docs/surface-manager-component-lab.md +43 -0
- package/docs/surface-manager-controller.md +66 -0
- package/docs/surface-manager-layout-engines.md +32 -0
- package/docs/surface-manager-lazy-hydration.md +63 -0
- package/docs/surface-manager-migration-guide.md +94 -0
- package/docs/surface-manager-native-rmt-surfaces.md +38 -0
- package/docs/surface-manager-overlay-bridge.md +53 -0
- package/docs/surface-manager-persistence.md +30 -0
- package/docs/surface-manager-quality-gates.md +51 -0
- package/docs/surface-manager-release-handoff.md +68 -0
- package/docs/surface-manager-remote-policy.md +54 -0
- package/docs/surface-manager-rmt-authoring.md +86 -0
- package/docs/surface-manager-route-lifecycle.md +59 -0
- package/docs/surface-manager-runtime-release-handoff.md +69 -0
- package/docs/surface-manager-side-panel-runtime.md +36 -0
- package/docs/surface-manager-stack-policy.md +39 -0
- package/docs/surface-manager-window-runtime.md +47 -0
- package/docs/surface-manager-workbench-fixture.md +43 -0
- package/docs/third-party-design-authoring.md +406 -0
- package/docs/trusted-dom-boundary-browser-proof.md +32 -0
- package/docs/trusted-dom-sanitizing.md +110 -0
- package/docs/type-exports.md +61 -0
- package/docs/typescript-components.md +63 -0
- package/docs/utils/fabric-runtime.js +650 -0
- package/docs/utils/pageloader.js +2823 -0
- package/docs/utils/parsedown.php +298 -0
- package/docs/visual-browser-regression.md +83 -0
- package/docs/visual-owner-artifacts.md +46 -0
- package/docs/visual-snapshot-automation.md +87 -0
- package/docs/xtend-api-types.md +55 -0
- package/docs/xtend-builder-types.md +55 -0
- package/docs/xtend-catalog-types.md +44 -0
- package/docs/xtend-fabric-rmt-lane-mapping.md +143 -0
- package/docs/xtend-fabric.md +474 -0
- package/docs/xtend-loader-types.md +58 -0
- package/docs/xtend-loader.md +265 -0
- package/docs/xtend-policy-types.md +38 -0
- package/docs/xtend-rmt-types.md +39 -0
- package/docs/xtend-vendor-types.md +36 -0
- package/docs/xtendrmt-app-dsl.md +269 -0
- package/docs/xtendrmt-migration-guide.md +235 -0
- package/docs/xtendrmt-native-authoring.md +337 -0
- package/docs/xtendrmt-overview.md +89 -0
- package/docs/xtendrmt-parsedown-docs.rmt +956 -0
- package/docs/xtendrmt-parsedown-scheduling.md +301 -0
- package/docs/xtendrmt-runtime-bridge.md +155 -0
- package/fabric/hydration-policy.d.ts +27 -0
- package/fabric/hydration-policy.js +306 -0
- package/fabric/package.json +58 -0
- package/fabric/rmt-lane-mapping.d.ts +47 -0
- package/fabric/rmt-lane-mapping.js +504 -0
- package/fabric/xtend-fabric.d.ts +81 -0
- package/fabric/xtend-fabric.js +2669 -0
- package/fabric/xtend-policy-public-types.d.ts +135 -0
- package/package.json +8225 -0
- package/security/README.md +54 -0
- package/security/manifest-import-policy.d.ts +43 -0
- package/security/manifest-import-policy.js +260 -0
- package/security/supply-chain-gate-policy.d.ts +45 -0
- package/security/supply-chain-gate-policy.js +249 -0
- package/security/trusted-dom-policy.d.ts +36 -0
- package/security/trusted-dom-policy.js +316 -0
- package/tools/package.json +77 -0
- package/tools/rmt-editor/vscode/README.md +33 -0
- package/tools/rmt-editor/vscode/extension.d.ts +9 -0
- package/tools/rmt-editor/vscode/extension.js +55 -0
- package/tools/rmt-editor/vscode/language-configuration.json +28 -0
- package/tools/rmt-editor/vscode/package.json +83 -0
- package/tools/rmt-editor/vscode/snippets/rmt.code-snippets +243 -0
- package/tools/rmt-editor/vscode/syntaxes/rmt.tmLanguage.json +13 -0
- package/tools/rmt-editor/vscode/xtend-rmt-language-0.0.0-enterprise-readiness.vsix +0 -0
- package/tools/rmt-language/code-actions.d.ts +15 -0
- package/tools/rmt-language/code-actions.js +566 -0
- package/tools/rmt-language/completions.d.ts +22 -0
- package/tools/rmt-language/completions.js +475 -0
- package/tools/rmt-language/definitions.d.ts +13 -0
- package/tools/rmt-language/definitions.js +212 -0
- package/tools/rmt-language/diagnostics.d.ts +23 -0
- package/tools/rmt-language/diagnostics.js +486 -0
- package/tools/rmt-language/format-adapter.d.ts +16 -0
- package/tools/rmt-language/format-adapter.js +270 -0
- package/tools/rmt-language/hover.d.ts +12 -0
- package/tools/rmt-language/hover.js +326 -0
- package/tools/rmt-language/kernel-escalation.d.ts +122 -0
- package/tools/rmt-language/kernel-escalation.js +427 -0
- package/tools/rmt-language/kernel-panic-monitor.d.ts +176 -0
- package/tools/rmt-language/kernel-panic-monitor.js +674 -0
- package/tools/rmt-language/kernel-policy-parity.d.ts +142 -0
- package/tools/rmt-language/kernel-policy-parity.js +629 -0
- package/tools/rmt-language/kernel-recovery.d.ts +173 -0
- package/tools/rmt-language/kernel-recovery.js +666 -0
- package/tools/rmt-language/kernel-scheduler-failure.d.ts +136 -0
- package/tools/rmt-language/kernel-scheduler-failure.js +486 -0
- package/tools/rmt-language/kernel-security-regression.d.ts +154 -0
- package/tools/rmt-language/kernel-security-regression.js +465 -0
- package/tools/rmt-language/kernel-trust-authority.d.ts +120 -0
- package/tools/rmt-language/kernel-trust-authority.js +549 -0
- package/tools/rmt-language/parser.d.ts +14 -0
- package/tools/rmt-language/parser.js +111 -0
- package/tools/rmt-language/rmt-tooling-public-types.d.ts +179 -0
- package/tools/rmt-language/rules/boundary-policy.js +81 -0
- package/tools/rmt-language/rules/document-policy.js +65 -0
- package/tools/rmt-language/rules/index.js +29 -0
- package/tools/rmt-language/rules/route-policy.js +81 -0
- package/tools/rmt-language/rules/scheduler-policy.js +66 -0
- package/tools/rmt-language/rules/template-policy.js +130 -0
- package/tools/rmt-language/semantic-graph.d.ts +18 -0
- package/tools/rmt-language/semantic-graph.js +827 -0
- package/tools/rmt-language/snippets/README.md +17 -0
- package/tools/rmt-language/snippets/index.d.ts +17 -0
- package/tools/rmt-language/snippets/index.js +417 -0
- package/tools/rmt-language/snippets/rmt.code-snippets +243 -0
- package/tools/rmt-language/source-model.d.ts +14 -0
- package/tools/rmt-language/source-model.js +731 -0
- package/tools/rmt-language/symbols.d.ts +13 -0
- package/tools/rmt-language/symbols.js +183 -0
- package/tools/rmt-language/vnext-compatibility.d.ts +28 -0
- package/tools/rmt-language/vnext-compatibility.js +675 -0
- package/tools/rmt-language/vnext-compiler.d.ts +17 -0
- package/tools/rmt-language/vnext-compiler.js +716 -0
- package/tools/rmt-language/vnext-composition.d.ts +30 -0
- package/tools/rmt-language/vnext-composition.js +595 -0
- package/tools/rmt-language/vnext-conditions.d.ts +25 -0
- package/tools/rmt-language/vnext-conditions.js +474 -0
- package/tools/rmt-language/vnext-cross-surface-events.d.ts +30 -0
- package/tools/rmt-language/vnext-cross-surface-events.js +607 -0
- package/tools/rmt-language/vnext-degradation.d.ts +23 -0
- package/tools/rmt-language/vnext-degradation.js +428 -0
- package/tools/rmt-language/vnext-enterprise-fixtures.d.ts +28 -0
- package/tools/rmt-language/vnext-enterprise-fixtures.js +487 -0
- package/tools/rmt-language/vnext-enterprise-registry.d.ts +21 -0
- package/tools/rmt-language/vnext-enterprise-registry.js +495 -0
- package/tools/rmt-language/vnext-enterprise-release.d.ts +44 -0
- package/tools/rmt-language/vnext-enterprise-release.js +472 -0
- package/tools/rmt-language/vnext-event-governance.d.ts +29 -0
- package/tools/rmt-language/vnext-event-governance.js +488 -0
- package/tools/rmt-language/vnext-events.d.ts +44 -0
- package/tools/rmt-language/vnext-events.js +680 -0
- package/tools/rmt-language/vnext-import-resolver.d.ts +28 -0
- package/tools/rmt-language/vnext-import-resolver.js +642 -0
- package/tools/rmt-language/vnext-lifecycle.d.ts +22 -0
- package/tools/rmt-language/vnext-lifecycle.js +404 -0
- package/tools/rmt-language/vnext-parser.d.ts +21 -0
- package/tools/rmt-language/vnext-parser.js +1391 -0
- package/tools/rmt-language/vnext-regression.d.ts +25 -0
- package/tools/rmt-language/vnext-regression.js +394 -0
- package/tools/rmt-language/vnext-release.d.ts +29 -0
- package/tools/rmt-language/vnext-release.js +293 -0
- package/tools/rmt-language/vnext-remote-compatibility.d.ts +33 -0
- package/tools/rmt-language/vnext-remote-compatibility.js +892 -0
- package/tools/rmt-language/vnext-remote-compiler.d.ts +14 -0
- package/tools/rmt-language/vnext-remote-compiler.js +520 -0
- package/tools/rmt-language/vnext-remote-manifest.d.ts +33 -0
- package/tools/rmt-language/vnext-remote-manifest.js +538 -0
- package/tools/rmt-language/vnext-remote-security.d.ts +27 -0
- package/tools/rmt-language/vnext-remote-security.js +380 -0
- package/tools/rmt-language/vnext-remote-tooling.d.ts +25 -0
- package/tools/rmt-language/vnext-remote-tooling.js +805 -0
- package/tools/rmt-language/vnext-scheduler.d.ts +24 -0
- package/tools/rmt-language/vnext-scheduler.js +469 -0
- package/tools/rmt-language/vnext-security.d.ts +28 -0
- package/tools/rmt-language/vnext-security.js +597 -0
- package/tools/rmt-language/vnext-streaming.d.ts +28 -0
- package/tools/rmt-language/vnext-streaming.js +593 -0
- package/tools/rmt-language/vnext-surfaces.d.ts +24 -0
- package/tools/rmt-language/vnext-surfaces.js +406 -0
- package/tools/rmt-language/vnext-tooling.d.ts +25 -0
- package/tools/rmt-language/vnext-tooling.js +728 -0
- package/tools/rmt-language-server/protocol.d.ts +22 -0
- package/tools/rmt-language-server/protocol.js +352 -0
- package/tools/rmt-language-server/server.d.ts +15 -0
- package/tools/rmt-language-server/server.js +622 -0
- package/tools/rmt-linter/cli.d.ts +14 -0
- package/tools/rmt-linter/cli.js +450 -0
- package/tools/rmt-linter/reporter.d.ts +16 -0
- package/tools/rmt-linter/reporter.js +472 -0
- package/xtend-builder/README.md +83 -0
- package/xtend-builder/a11y/README.md +42 -0
- package/xtend-builder/a11y/component-a11y-profile.d.ts +14 -0
- package/xtend-builder/a11y/component-a11y-profile.js +314 -0
- package/xtend-builder/blueprints/README.md +105 -0
- package/xtend-builder/blueprints/component-blueprint.contract.d.ts +16 -0
- package/xtend-builder/blueprints/component-blueprint.contract.js +343 -0
- package/xtend-builder/builder-public-types.d.ts +234 -0
- package/xtend-builder/extensions/README.md +26 -0
- package/xtend-builder/extensions/component-extension-points.d.ts +11 -0
- package/xtend-builder/extensions/component-extension-points.js +277 -0
- package/xtend-builder/generators/README.md +149 -0
- package/xtend-builder/generators/component-files.d.ts +5 -0
- package/xtend-builder/generators/component-files.js +769 -0
- package/xtend-builder/generators/component-plan.d.ts +4 -0
- package/xtend-builder/generators/component-plan.js +104 -0
- package/xtend-builder/generators/registry.d.ts +6 -0
- package/xtend-builder/generators/registry.js +118 -0
- package/xtend-builder/generators/rmt-build.js +738 -0
- package/xtend-builder/generators/rmt-lifecycle-demo.js +922 -0
- package/xtend-builder/lib/cli.d.ts +9 -0
- package/xtend-builder/lib/cli.js +543 -0
- package/xtend-builder/lib/layout.d.ts +6 -0
- package/xtend-builder/lib/layout.js +153 -0
- package/xtend-builder/lib/package-resolver.js +25 -0
- package/xtend-builder/package.json +90 -0
- package/xtend-builder/performance/README.md +31 -0
- package/xtend-builder/performance/component-performance-profile.d.ts +11 -0
- package/xtend-builder/performance/component-performance-profile.js +347 -0
- package/xtend-builder/performance/component-ux-performance-contract.d.ts +27 -0
- package/xtend-builder/performance/component-ux-performance-contract.js +424 -0
- package/xtend-builder/preview/README.md +61 -0
- package/xtend-builder/preview/component-lab-ux-inspector.d.ts +20 -0
- package/xtend-builder/preview/component-lab-ux-inspector.js +448 -0
- package/xtend-builder/preview/component-lab.d.ts +14 -0
- package/xtend-builder/preview/component-lab.js +278 -0
- package/xtend-builder/preview/component-preview.d.ts +5 -0
- package/xtend-builder/preview/component-preview.js +160 -0
- package/xtend-builder/scaffold.config.d.ts +4 -0
- package/xtend-builder/scaffold.config.js +2056 -0
- package/xtend-builder/scaffold.d.ts +3 -0
- package/xtend-builder/scaffold.js +11 -0
- package/xtend-builder/templates/README.md +33 -0
- package/xtend-builder/templates/component/a11y.template.ts +11 -0
- package/xtend-builder/templates/component/component-suite.template.d.ts +2 -0
- package/xtend-builder/templates/component/component-suite.template.js +108 -0
- package/xtend-builder/templates/component/contract.template.ts +10 -0
- package/xtend-builder/templates/component/demo-plan.template.md +73 -0
- package/xtend-builder/templates/component/docs.template.md +301 -0
- package/xtend-builder/templates/component/fixture-data.template.ts +28 -0
- package/xtend-builder/templates/component/fixture.template.html +37 -0
- package/xtend-builder/templates/component/manifest-plan.template.json +22 -0
- package/xtend-builder/templates/component/performance.template.ts +13 -0
- package/xtend-builder/templates/component/rmt.template.ts +12 -0
- package/xtend-builder/templates/component/source.template.d.ts +2 -0
- package/xtend-builder/templates/component/source.template.js +137 -0
- package/xtend-builder/templates/component/source.template.ts +110 -0
- package/xtend-builder/templates/component/types.template.d.ts +423 -0
- package/xtend-builder/templates/loader.d.ts +4 -0
- package/xtend-builder/templates/loader.js +51 -0
- package/xtend-builder/templates/registry.d.ts +6 -0
- package/xtend-builder/templates/registry.js +119 -0
- package/xtend-builder/typing/README.md +130 -0
- package/xtend-builder/typing/component-contract-v2.d.ts +15 -0
- package/xtend-builder/typing/component-contract-v2.js +248 -0
- package/xtend-builder/typing/component-network-contract.d.ts +22 -0
- package/xtend-builder/typing/component-network-contract.js +478 -0
- package/xtend-builder/typing/component-shell-contract.d.ts +21 -0
- package/xtend-builder/typing/component-shell-contract.js +312 -0
- package/xtend-builder/typing/component-styling-contract.d.ts +22 -0
- package/xtend-builder/typing/component-styling-contract.js +301 -0
- package/xtend-builder/typing/component-types.d.ts +10 -0
- package/xtend-builder/typing/component-types.js +551 -0
- package/xtend-builder/typing/enterprise-component-flex-hardening-contract.d.ts +20 -0
- package/xtend-builder/typing/enterprise-component-flex-hardening-contract.js +332 -0
- package/xtend-builder/typing/feedback-status-ux-contract.d.ts +25 -0
- package/xtend-builder/typing/feedback-status-ux-contract.js +347 -0
- package/xtend-builder/typing/form-controls-ux-contract.d.ts +25 -0
- package/xtend-builder/typing/form-controls-ux-contract.js +357 -0
- package/xtend-builder/typing/layout-display-media-ux-contract.d.ts +25 -0
- package/xtend-builder/typing/layout-display-media-ux-contract.js +420 -0
- package/xtend-builder/typing/navigation-routing-ux-contract.d.ts +17 -0
- package/xtend-builder/typing/navigation-routing-ux-contract.js +297 -0
- package/xtend-builder/typing/overlay-interaction-ux-contract.d.ts +25 -0
- package/xtend-builder/typing/overlay-interaction-ux-contract.js +383 -0
- package/xtend-builder/typing/rmt-dsl-authoring-polish.d.ts +27 -0
- package/xtend-builder/typing/rmt-dsl-authoring-polish.js +419 -0
- package/xtend-builder/typing/rmt-shell-authoring-contract.d.ts +26 -0
- package/xtend-builder/typing/rmt-shell-authoring-contract.js +315 -0
- package/xtend-builder/utils/README.md +8 -0
- package/xtend-builder/utils/naming.d.ts +7 -0
- package/xtend-builder/utils/naming.js +36 -0
- package/xtend-builder/utils/validation.d.ts +5 -0
- package/xtend-builder/utils/validation.js +95 -0
- package/xtend-builder/wiring/README.md +46 -0
- package/xtend-builder/wiring/features.d.ts +5 -0
- package/xtend-builder/wiring/features.js +165 -0
- package/xtend-builder/wiring/hydration.d.ts +4 -0
- package/xtend-builder/wiring/hydration.js +44 -0
- package/xtend-builder/wiring/manifest.d.ts +5 -0
- package/xtend-builder/wiring/manifest.js +48 -0
- package/xtend-builder/workflows/README.md +47 -0
- package/xtend-builder/workflows/developer-workflow.d.ts +6 -0
- package/xtend-builder/workflows/developer-workflow.js +125 -0
- package/xtend-builder/writing/manifest-patcher.d.ts +49 -0
- package/xtend-builder/writing/manifest-patcher.js +391 -0
- package/xtend-builder/writing/write-plan.d.ts +148 -0
- package/xtend-builder/writing/write-plan.js +646 -0
- package/xtend-dev.d.ts +23 -0
- package/xtend-dev.js +4 -0
- package/xtend-loader.d.ts +201 -0
- package/xtend-loader.js +1704 -0
- package/xtend.css +402 -0
- package/xtendrmt/package.json +64 -0
- package/xtendrmt/rmt-core.d.ts +4452 -0
- package/xtendrmt/rmt-core.esm.js +25793 -0
- package/xtendrmt/rmt-first-demo-app.js +265 -0
- package/xtendrmt/rmt-first-demo-app.rmt +737 -0
- package/xtendrmt/rmt-lifecycle-demo.app.js +493 -0
- package/xtendrmt/rmt-lifecycle-demo.core.json +810 -0
- package/xtendrmt/rmt-lifecycle-demo.rmt +35 -0
- package/xtendrmt/rmt-lifecycle-demo.rmt-build.app.js +153 -0
- package/xtendrmt/rmt-lifecycle-demo.rmt-build.core.json +810 -0
- package/xtendrmt/rmt-lifecycle-demo.rmt-build.scaffold.json +202 -0
- package/xtendrmt/rmt-lifecycle-demo.scaffold.json +187 -0
- package/xtendrmt/rmt-manifest.json +548 -0
- package/xtendrmt/rmt-runtime.browser.js +26183 -0
- package/xtendrmt/rmt-runtime.esm.js +26214 -0
- package/xtendrmt/rmt-vnext-enterprise-mfe-demo.core.json +849 -0
- package/xtendrmt/rmt-vnext-enterprise-mfe-demo.rmt +50 -0
- package/xtendrmt/rmt-vnext-reference-demo.core.json +1069 -0
- package/xtendrmt/rmt-vnext-reference-demo.rmt +50 -0
- package/xtendrmt/rmt.schema.json +3145 -0
- package/xtendrmt/surface-workbench.js +316 -0
- package/xtendrmt/surface-workbench.rmt +762 -0
- package/xtendrmt/xtendrmt-bestcase-demo.core.json +1187 -0
- package/xtendrmt/xtendrmt-bestcase-demo.js +1728 -0
- package/xtendrmt/xtendrmt-bestcase-demo.rmt +57 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type { XtendCustomEventMap, XtendLayoutDisplayMediaUxProfile, XtendPublicEventContract } from './xtend-public-types';
|
|
2
|
+
|
|
3
|
+
export type XHeroAttributeName = 'background' | 'background-light' | 'background-dark' | 'background-image' | 'align' | 'vertical-align' | 'fullheight' | 'overlay' | 'overlay-light' | 'overlay-dark' | 'animate' | 'scroll-button' | 'font-color' | 'font-color-light' | 'font-color-dark' | 'text-box';
|
|
4
|
+
export type XHeroEventName = 'hero-rendered' | 'hero-animated';
|
|
5
|
+
export type XHeroLayoutDisplayMediaUxProfile = XtendLayoutDisplayMediaUxProfile<'x-hero'>;
|
|
6
|
+
|
|
7
|
+
export interface XHeroSnapshot {
|
|
8
|
+
schema: 'xtend.component.layout-display-media-snapshot.v1';
|
|
9
|
+
componentRef: 'x-hero';
|
|
10
|
+
stateKey: string;
|
|
11
|
+
schedule: 'component.shell.render';
|
|
12
|
+
background: string | null;
|
|
13
|
+
backgroundLight: string | null;
|
|
14
|
+
backgroundDark: string | null;
|
|
15
|
+
backgroundImage: string | null;
|
|
16
|
+
fullheight: boolean;
|
|
17
|
+
overlay: boolean;
|
|
18
|
+
overlayLight: string | null;
|
|
19
|
+
overlayDark: string | null;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export interface XHeroEventDetailMap {
|
|
23
|
+
'hero-rendered': XHeroSnapshot;
|
|
24
|
+
'hero-animated': Record<string, never>;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export type XHeroEventMap = XtendCustomEventMap<XHeroEventDetailMap>;
|
|
28
|
+
export type XHeroPublicEventContract = XtendPublicEventContract<XHeroEventName, XHeroSnapshot | Record<string, never>>;
|
|
29
|
+
|
|
30
|
+
export interface XHeroElement extends HTMLElement {
|
|
31
|
+
scrollPast(): void;
|
|
32
|
+
snapshot(): XHeroSnapshot;
|
|
33
|
+
addEventListener<K extends keyof XHeroEventMap>(type: K, listener: (event: XHeroEventMap[K]) => void, options?: boolean | AddEventListenerOptions): void;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
declare global {
|
|
37
|
+
interface HTMLElementTagNameMap {
|
|
38
|
+
'x-hero': XHeroElement;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export {};
|
|
@@ -0,0 +1,475 @@
|
|
|
1
|
+
import { xstate } from './xstate.js';
|
|
2
|
+
import './xicon.js';
|
|
3
|
+
|
|
4
|
+
// <x-hero>
|
|
5
|
+
class XHero extends HTMLElement {
|
|
6
|
+
static get xtendComponentContract() {
|
|
7
|
+
return {
|
|
8
|
+
schema: "xtend.component.contract.v2",
|
|
9
|
+
tag: "x-hero",
|
|
10
|
+
profiles: ["display"],
|
|
11
|
+
maturity: "ux-ready"
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
static get xtendRmtMetadata() {
|
|
16
|
+
return {
|
|
17
|
+
schema: "xtend.rmt.component-contract.v1",
|
|
18
|
+
adapter: "xtend.component",
|
|
19
|
+
schedule: "component.shell.render",
|
|
20
|
+
kernelBoundary: "no-rmt-kernel-import-of-xtend-types"
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
static get xtendScaffoldA11yProfile() {
|
|
25
|
+
return {
|
|
26
|
+
schema: "xtend.a11y.screenreader-signals.v1",
|
|
27
|
+
role: "banner",
|
|
28
|
+
accessibleName: "Hero Section",
|
|
29
|
+
focusStrategy: "content-first"
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
static get xtendScaffoldPerformanceProfile() {
|
|
34
|
+
return {
|
|
35
|
+
schema: "xtend.performance.component-profile.v1",
|
|
36
|
+
performanceProfile: "display",
|
|
37
|
+
budgetClass: "display-layout",
|
|
38
|
+
lane: "visible",
|
|
39
|
+
hydrationPolicy: "visible",
|
|
40
|
+
criticalMeasurements: ["xtend.hero.render", "xtend.layout.measure"],
|
|
41
|
+
idleOrBackgroundAllowed: false
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
static get xtendLayoutDisplayMediaUxProfile() {
|
|
46
|
+
return {
|
|
47
|
+
schema: "xtend.component.layout-display-media-ux-profile.v1",
|
|
48
|
+
componentRef: "x-hero",
|
|
49
|
+
family: "display-hero",
|
|
50
|
+
role: "banner",
|
|
51
|
+
contentKind: "hero-media-copy",
|
|
52
|
+
responsiveStrategy: "fluid-content-box",
|
|
53
|
+
lazyPolicy: "visible-hydrate",
|
|
54
|
+
overflowPolicy: "viewport-bounded",
|
|
55
|
+
aspectRatio: "viewport-or-content",
|
|
56
|
+
signatureDesign: {
|
|
57
|
+
note: "Immersive enterprise hero with editorial depth, media-safe surfaces and tokenized title/content composition.",
|
|
58
|
+
tokenStrategy: "layout tokens back hero surface, text, overlay, content width, spacing, radius, media radius, focus and elevation.",
|
|
59
|
+
themeExpectation: "brands can move from quiet application hero to image-led campaign surface through CSS tokens and attributes."
|
|
60
|
+
},
|
|
61
|
+
events: ["hero-rendered", "hero-animated"],
|
|
62
|
+
commands: ["render", "measure", "layout", "snapshot"],
|
|
63
|
+
stateKey: "xhero-state-<id>",
|
|
64
|
+
schedule: "component.shell.render",
|
|
65
|
+
fabric: { lane: "visible", diagnosticsLane: "diagnostics", api: "@xtend-fabric" },
|
|
66
|
+
rmt: { adapter: "xtend.component", kernelBoundary: "no-rmt-kernel-import-of-xtend-types" }
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
constructor() {
|
|
71
|
+
super();
|
|
72
|
+
this.attachShadow({ mode: "open" });
|
|
73
|
+
this._unsubscribeState = null;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
connectedCallback() {
|
|
77
|
+
this.render();
|
|
78
|
+
this.applyTheme();
|
|
79
|
+
this.dispatchEvent(new CustomEvent("hero-rendered"));
|
|
80
|
+
|
|
81
|
+
if (this.hasAttribute("animate")) {
|
|
82
|
+
requestAnimationFrame(() => {
|
|
83
|
+
const content = this.shadowRoot.querySelector(".content");
|
|
84
|
+
content.classList.add("show");
|
|
85
|
+
this.dispatchEvent(new CustomEvent("hero-animated"));
|
|
86
|
+
});
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
const observer = new MutationObserver(() => this.applyTheme());
|
|
90
|
+
observer.observe(document.documentElement, { attributes: true, attributeFilter: ["data-theme"] });
|
|
91
|
+
this._observer = observer;
|
|
92
|
+
|
|
93
|
+
// Add scroll button functionality
|
|
94
|
+
const scrollButton = this.shadowRoot.querySelector(".scroll-button");
|
|
95
|
+
if (scrollButton) {
|
|
96
|
+
scrollButton.addEventListener("click", () => this.scrollPast());
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// Eindeutige ID für State-Management
|
|
100
|
+
if (!this.id) this.id = `xhero-${Math.random().toString(36).slice(2, 10)}`;
|
|
101
|
+
|
|
102
|
+
// Initialen State setzen
|
|
103
|
+
xstate.set(`xhero-state-${this.id}`, {
|
|
104
|
+
background: this.getAttribute("background"),
|
|
105
|
+
backgroundLight: this.getAttribute("background-light"),
|
|
106
|
+
backgroundDark: this.getAttribute("background-dark"),
|
|
107
|
+
backgroundImage: this.getAttribute("background-image"),
|
|
108
|
+
align: this.getAttribute("align"),
|
|
109
|
+
verticalAlign: this.getAttribute("vertical-align"),
|
|
110
|
+
fullheight: this.hasAttribute("fullheight"),
|
|
111
|
+
overlay: this.hasAttribute("overlay"),
|
|
112
|
+
overlayLight: this.getAttribute("overlay-light"),
|
|
113
|
+
overlayDark: this.getAttribute("overlay-dark"),
|
|
114
|
+
animate: this.hasAttribute("animate"),
|
|
115
|
+
scrollButton: this.hasAttribute("scroll-button"),
|
|
116
|
+
fontColor: this.getAttribute("font-color"),
|
|
117
|
+
fontColorLight: this.getAttribute("font-color-light"),
|
|
118
|
+
fontColorDark: this.getAttribute("font-color-dark")
|
|
119
|
+
});
|
|
120
|
+
|
|
121
|
+
// State-Änderungen abonnieren (z.B. externe Steuerung)
|
|
122
|
+
this._unsubscribeState = xstate.subscribe((key, value) => {
|
|
123
|
+
if (key === `xhero-state-${this.id}` && typeof value === "object") {
|
|
124
|
+
if (value.background !== undefined) this.setAttribute("background", value.background);
|
|
125
|
+
if (value.backgroundLight !== undefined) this.setAttribute("background-light", value.backgroundLight);
|
|
126
|
+
if (value.backgroundDark !== undefined) this.setAttribute("background-dark", value.backgroundDark);
|
|
127
|
+
if (value.backgroundImage !== undefined) this.setAttribute("background-image", value.backgroundImage);
|
|
128
|
+
if (value.align !== undefined) this.setAttribute("align", value.align);
|
|
129
|
+
if (value.verticalAlign !== undefined) this.setAttribute("vertical-align", value.verticalAlign);
|
|
130
|
+
if (value.fullheight !== undefined) {
|
|
131
|
+
if (value.fullheight) this.setAttribute("fullheight", "");
|
|
132
|
+
else this.removeAttribute("fullheight");
|
|
133
|
+
}
|
|
134
|
+
if (value.overlay !== undefined) {
|
|
135
|
+
if (value.overlay) this.setAttribute("overlay", "");
|
|
136
|
+
else this.removeAttribute("overlay");
|
|
137
|
+
}
|
|
138
|
+
if (value.overlayLight !== undefined) this.setAttribute("overlay-light", value.overlayLight);
|
|
139
|
+
if (value.overlayDark !== undefined) this.setAttribute("overlay-dark", value.overlayDark);
|
|
140
|
+
if (value.animate !== undefined) {
|
|
141
|
+
if (value.animate) this.setAttribute("animate", "");
|
|
142
|
+
else this.removeAttribute("animate");
|
|
143
|
+
}
|
|
144
|
+
if (value.scrollButton !== undefined) {
|
|
145
|
+
if (value.scrollButton) this.setAttribute("scroll-button", "");
|
|
146
|
+
else this.removeAttribute("scroll-button");
|
|
147
|
+
}
|
|
148
|
+
if (value.fontColor !== undefined) this.setAttribute("font-color", value.fontColor);
|
|
149
|
+
if (value.fontColorLight !== undefined) this.setAttribute("font-color-light", value.fontColorLight);
|
|
150
|
+
if (value.fontColorDark !== undefined) this.setAttribute("font-color-dark", value.fontColorDark);
|
|
151
|
+
this.render();
|
|
152
|
+
this.applyTheme();
|
|
153
|
+
}
|
|
154
|
+
});
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
disconnectedCallback() {
|
|
158
|
+
if (this._observer) this._observer.disconnect();
|
|
159
|
+
if (this._unsubscribeState) this._unsubscribeState();
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
static get observedAttributes() {
|
|
163
|
+
return [
|
|
164
|
+
"background", "background-light", "background-dark", "background-image", "align", "vertical-align", "fullheight", "overlay", "overlay-light", "overlay-dark", "animate", "scroll-button", "font-color", "font-color-light", "font-color-dark", "text-box"
|
|
165
|
+
];
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
169
|
+
if (oldValue !== newValue) {
|
|
170
|
+
this.render();
|
|
171
|
+
// State aktualisieren
|
|
172
|
+
if (this.id) {
|
|
173
|
+
xstate.set(`xhero-state-${this.id}`, {
|
|
174
|
+
background: this.getAttribute("background"),
|
|
175
|
+
backgroundLight: this.getAttribute("background-light"),
|
|
176
|
+
backgroundDark: this.getAttribute("background-dark"),
|
|
177
|
+
backgroundImage: this.getAttribute("background-image"),
|
|
178
|
+
align: this.getAttribute("align"),
|
|
179
|
+
verticalAlign: this.getAttribute("vertical-align"),
|
|
180
|
+
fullheight: this.hasAttribute("fullheight"),
|
|
181
|
+
overlay: this.hasAttribute("overlay"),
|
|
182
|
+
overlayLight: this.getAttribute("overlay-light"),
|
|
183
|
+
overlayDark: this.getAttribute("overlay-dark"),
|
|
184
|
+
animate: this.hasAttribute("animate"),
|
|
185
|
+
scrollButton: this.hasAttribute("scroll-button"),
|
|
186
|
+
fontColor: this.getAttribute("font-color"),
|
|
187
|
+
fontColorLight: this.getAttribute("font-color-light"),
|
|
188
|
+
fontColorDark: this.getAttribute("font-color-dark"),
|
|
189
|
+
textBox: this.getAttribute("text-box") === "true"
|
|
190
|
+
});
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
applyTheme() {
|
|
196
|
+
const theme = document.documentElement.getAttribute("data-theme") || "light";
|
|
197
|
+
const themeSuffix = theme === "dark" ? "dark" : "light";
|
|
198
|
+
this.toggleAttribute("data-theme-dark", theme === "dark");
|
|
199
|
+
this.shadowRoot.host.style.removeProperty("--hero-bg");
|
|
200
|
+
this.shadowRoot.host.style.removeProperty("--hero-text");
|
|
201
|
+
this.shadowRoot.host.style.removeProperty("--overlay-color");
|
|
202
|
+
|
|
203
|
+
const themedBackground = this.getAttribute(`background-${themeSuffix}`);
|
|
204
|
+
if (themedBackground) {
|
|
205
|
+
this.shadowRoot.host.style.setProperty("--hero-bg", themedBackground);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
const themedOverlay = this.getAttribute(`overlay-${themeSuffix}`);
|
|
209
|
+
if (themedOverlay) {
|
|
210
|
+
this.shadowRoot.host.style.setProperty("--overlay-color", themedOverlay);
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
// Apply custom font color if specified
|
|
214
|
+
const fontColor = this.getAttribute(`font-color-${themeSuffix}`) || this.getAttribute("font-color");
|
|
215
|
+
if (fontColor) {
|
|
216
|
+
this.shadowRoot.host.style.setProperty("--hero-text", fontColor);
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
scrollPast() {
|
|
221
|
+
const heroHeight = this.shadowRoot.querySelector(".hero").offsetHeight;
|
|
222
|
+
window.scrollBy({
|
|
223
|
+
top: heroHeight,
|
|
224
|
+
behavior: "smooth",
|
|
225
|
+
});
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
render() {
|
|
229
|
+
const hasThemedBackground = this.hasAttribute("background-light") || this.hasAttribute("background-dark");
|
|
230
|
+
const heroSurface = "var(--hero-bg, var(--xtend-layout-surface, var(--xtend-layout-surface-default)))";
|
|
231
|
+
const bg = hasThemedBackground ? heroSurface : (this.getAttribute("background") || heroSurface);
|
|
232
|
+
const bgImg = this.getAttribute("background-image") || "";
|
|
233
|
+
const fullHeight = this.hasAttribute("fullheight");
|
|
234
|
+
const overlay = this.hasAttribute("overlay");
|
|
235
|
+
const align = this.getAttribute("align") || "center";
|
|
236
|
+
const verticalAlign = this.getAttribute("vertical-align") || "center";
|
|
237
|
+
const scrollButton = this.hasAttribute("scroll-button");
|
|
238
|
+
const textBox = this.getAttribute("text-box") === "true";
|
|
239
|
+
|
|
240
|
+
// Determine horizontal and vertical alignment
|
|
241
|
+
const justify = align === "left" ? "flex-start" : align === "right" ? "flex-end" : "center";
|
|
242
|
+
const alignItems = verticalAlign === "top" ? "flex-start" : verticalAlign === "bottom" ? "flex-end" : "center";
|
|
243
|
+
|
|
244
|
+
const style = `
|
|
245
|
+
<style>
|
|
246
|
+
:host {
|
|
247
|
+
--xtend-layout-surface-default: #ffffff;
|
|
248
|
+
--xtend-layout-text-default: #000000;
|
|
249
|
+
--xtend-layout-overlay-default: rgba(255, 255, 255, 0.18);
|
|
250
|
+
--hero-max-width: var(--xtend-layout-content-max, 900px);
|
|
251
|
+
--hero-radius: var(--xtend-layout-radius, 1.2em);
|
|
252
|
+
--hero-media-radius: var(--xtend-layout-media-radius, var(--hero-radius));
|
|
253
|
+
--hero-blur: var(--xtend-layout-backdrop-blur, 14px);
|
|
254
|
+
--hero-shadow: var(--xtend-layout-elevation, 0 4px 24px 0 rgba(40,60,120,0.10), 0 1.5px 6px 0 rgba(40,60,120,0.08));
|
|
255
|
+
--hero-content-gap: var(--xtend-layout-gap, 1rem);
|
|
256
|
+
--hero-grid-min: var(--xtend-layout-grid-min, minmax(0, 1fr));
|
|
257
|
+
display: block;
|
|
258
|
+
color: var(--hero-text, var(--xtend-layout-text, var(--xtend-layout-text-default)));
|
|
259
|
+
font-family: var(--hero-font-family, var(--xtend-layout-font-family, inherit));
|
|
260
|
+
max-width: 100%;
|
|
261
|
+
min-width: 0;
|
|
262
|
+
box-sizing: border-box;
|
|
263
|
+
}
|
|
264
|
+
:host([data-theme-dark]) {
|
|
265
|
+
--xtend-layout-surface-default: #121212;
|
|
266
|
+
--xtend-layout-text-default: #ffffff;
|
|
267
|
+
--xtend-layout-overlay-default: rgba(0, 0, 0, 0.42);
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.hero {
|
|
271
|
+
position: relative;
|
|
272
|
+
background-color: ${bg};
|
|
273
|
+
${bgImg ? `background-image: url('${bgImg}'); background-size: cover; background-position: center;` : ""}
|
|
274
|
+
min-height: ${fullHeight ? "100vh" : "auto"};
|
|
275
|
+
display: flex;
|
|
276
|
+
justify-content: ${justify};
|
|
277
|
+
align-items: ${alignItems};
|
|
278
|
+
text-align: ${align};
|
|
279
|
+
padding: var(--hero-padding, var(--xtend-layout-spacing, 3.5rem 1.5rem 3.5rem 1.5rem));
|
|
280
|
+
box-sizing: border-box;
|
|
281
|
+
overflow: hidden;
|
|
282
|
+
width: 100%;
|
|
283
|
+
max-width: 100%;
|
|
284
|
+
min-width: 0;
|
|
285
|
+
margin: 0.5em 0 2.5em 0;
|
|
286
|
+
border-radius: var(--hero-media-radius);
|
|
287
|
+
box-shadow: var(--hero-shadow);
|
|
288
|
+
backdrop-filter: blur(var(--hero-blur));
|
|
289
|
+
}
|
|
290
|
+
.hero[fullheight], .hero.fullheight {
|
|
291
|
+
width: 100% !important;
|
|
292
|
+
max-width: 100vw !important;
|
|
293
|
+
min-width: 0;
|
|
294
|
+
margin: 0 !important;
|
|
295
|
+
border-radius: 0 !important;
|
|
296
|
+
box-shadow: none;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.hero.has-bgimg {
|
|
300
|
+
background-color: var(--hero-media-bg, var(--xtend-layout-media-surface, rgba(40,60,120,0.10)));
|
|
301
|
+
box-shadow: none;
|
|
302
|
+
backdrop-filter: none;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.overlay {
|
|
306
|
+
content: "";
|
|
307
|
+
position: absolute;
|
|
308
|
+
top: 0; left: 0;
|
|
309
|
+
width: 100%;
|
|
310
|
+
height: 100%;
|
|
311
|
+
background: var(--overlay-color, var(--xtend-layout-overlay, var(--xtend-layout-overlay-default, rgba(0, 0, 0, 0.4))));
|
|
312
|
+
z-index: 0;
|
|
313
|
+
border-radius: var(--hero-media-radius);
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.content {
|
|
317
|
+
position: relative;
|
|
318
|
+
z-index: 1;
|
|
319
|
+
opacity: 0;
|
|
320
|
+
transform: translateY(20px);
|
|
321
|
+
transition: opacity 0.6s ease-out, transform 0.6s ease-out;
|
|
322
|
+
width: 100%;
|
|
323
|
+
max-width: var(--hero-content-max-width, var(--xtend-layout-content-max, 700px));
|
|
324
|
+
min-width: 0;
|
|
325
|
+
margin: var(--hero-content-margin, 0 auto);
|
|
326
|
+
font-size: var(--hero-font-size, clamp(1rem, 2.5vw, 2rem));
|
|
327
|
+
background: var(--hero-content-bg, var(--xtend-layout-surface, rgba(255,255,255,0.10)));
|
|
328
|
+
border-radius: var(--hero-content-radius, var(--xtend-layout-radius, 1em));
|
|
329
|
+
box-shadow: var(--hero-content-shadow, var(--xtend-layout-elevation, 0 2px 8px rgba(40,60,120,0.10)));
|
|
330
|
+
backdrop-filter: var(--hero-content-backdrop-filter, blur(8px));
|
|
331
|
+
padding: var(--hero-content-padding, var(--xtend-layout-spacing, 2.2rem 2rem));
|
|
332
|
+
box-sizing: border-box;
|
|
333
|
+
overflow-wrap: anywhere;
|
|
334
|
+
display: grid;
|
|
335
|
+
gap: var(--hero-content-gap);
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.content.show {
|
|
339
|
+
opacity: 1;
|
|
340
|
+
transform: translateY(0);
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.scroll-button {
|
|
344
|
+
position: absolute;
|
|
345
|
+
bottom: 1rem;
|
|
346
|
+
left: 50%;
|
|
347
|
+
transform: translateX(-50%);
|
|
348
|
+
background: var(--scroll-button-bg, var(--xtend-layout-control-surface, rgba(0, 0, 0, 0.6)));
|
|
349
|
+
color: var(--scroll-button-color, var(--xtend-layout-control-text, #fff));
|
|
350
|
+
border: var(--scroll-button-border, 1px solid var(--xtend-layout-border-color, transparent));
|
|
351
|
+
border-radius: 50%;
|
|
352
|
+
width: 3rem;
|
|
353
|
+
height: 3rem;
|
|
354
|
+
display: flex;
|
|
355
|
+
justify-content: center;
|
|
356
|
+
align-items: center;
|
|
357
|
+
cursor: pointer;
|
|
358
|
+
font-size: var(--scroll-button-font-size, var(--xtend-layout-font-size, 1.5rem));
|
|
359
|
+
z-index: 2;
|
|
360
|
+
transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
|
|
361
|
+
}
|
|
362
|
+
.scroll-button x-icon {
|
|
363
|
+
pointer-events: none;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.scroll-button:hover {
|
|
367
|
+
background: var(--scroll-button-hover-bg, rgba(0, 0, 0, 0.8));
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.scroll-button:focus-visible {
|
|
371
|
+
outline: var(--xtend-layout-focus-ring, var(--xtend-focus-ring, 2.5px solid var(--xtend-color-primary, #4fc3f7)));
|
|
372
|
+
outline-offset: 2px;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.hero-title-box {
|
|
376
|
+
display: inline-block;
|
|
377
|
+
background: var(--hero-title-bg, var(--xtend-layout-surface, rgba(255,255,255,0.18)));
|
|
378
|
+
box-shadow: var(--hero-title-shadow, var(--xtend-layout-elevation, 0 2px 8px rgba(40,60,120,0.10)));
|
|
379
|
+
border-radius: var(--hero-title-radius, var(--xtend-layout-radius, 0.7em));
|
|
380
|
+
padding: var(--hero-title-padding, 0.5em 1.2em);
|
|
381
|
+
margin-bottom: 0.7em;
|
|
382
|
+
backdrop-filter: blur(8px);
|
|
383
|
+
font-weight: 700;
|
|
384
|
+
font-size: 2.1em;
|
|
385
|
+
color: inherit;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
::slotted(*) {
|
|
389
|
+
color: inherit;
|
|
390
|
+
margin: 0.5em 0;
|
|
391
|
+
max-width: 100%;
|
|
392
|
+
min-width: 0;
|
|
393
|
+
overflow-wrap: anywhere;
|
|
394
|
+
}
|
|
395
|
+
@media (max-width: 900px) {
|
|
396
|
+
.hero { width: 100%; max-width: 100%; }
|
|
397
|
+
.content { max-width: 100%; }
|
|
398
|
+
}
|
|
399
|
+
@media (max-width: 600px) {
|
|
400
|
+
.hero { padding: 2.2rem 0.5rem; }
|
|
401
|
+
.content { padding: 1.2rem 0.5rem; }
|
|
402
|
+
}
|
|
403
|
+
@media (prefers-reduced-motion: reduce) {
|
|
404
|
+
.content, .scroll-button {
|
|
405
|
+
transition: none !important;
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
@media (forced-colors: active) {
|
|
409
|
+
.hero, .content {
|
|
410
|
+
border: 1px solid CanvasText;
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
:host([fullheight]) {
|
|
414
|
+
padding: 0 !important;
|
|
415
|
+
margin: 0 !important;
|
|
416
|
+
}
|
|
417
|
+
</style>
|
|
418
|
+
`;
|
|
419
|
+
|
|
420
|
+
this.shadowRoot.innerHTML = `
|
|
421
|
+
${style}
|
|
422
|
+
<section class="hero${bgImg ? ' has-bgimg' : ''}${fullHeight ? ' fullheight' : ''}" part="root" role="banner" aria-label="Hero Section"${fullHeight ? ' fullheight' : ''}>
|
|
423
|
+
${overlay ? `<div class="overlay" part="overlay"></div>` : ""}
|
|
424
|
+
<div class="content" part="content">
|
|
425
|
+
<slot name="hero-title"></slot>
|
|
426
|
+
<slot></slot>
|
|
427
|
+
</div>
|
|
428
|
+
${scrollButton ? `<button class="scroll-button" part="scroll-button control" aria-label="Scroll down"><x-icon name="chevron-down" part="scroll-icon control icon" decorative size="1.15rem"></x-icon></button>` : ""}
|
|
429
|
+
</section>
|
|
430
|
+
`;
|
|
431
|
+
|
|
432
|
+
// Nach dem Rendern: Wenn textBox aktiv und <h1 slot="hero-title"> existiert, umhüllen
|
|
433
|
+
if (textBox) {
|
|
434
|
+
const slot = this.shadowRoot.querySelector('slot[name="hero-title"]');
|
|
435
|
+
if (slot) {
|
|
436
|
+
const nodes = slot.assignedNodes({flatten:true});
|
|
437
|
+
nodes.forEach(node => {
|
|
438
|
+
if (node.nodeType === 1 && node.tagName === 'H1' && !node.classList.contains('hero-title-box')) {
|
|
439
|
+
node.classList.add('hero-title-box');
|
|
440
|
+
}
|
|
441
|
+
});
|
|
442
|
+
}
|
|
443
|
+
} else {
|
|
444
|
+
// Falls deaktiviert, entferne ggf. die Klasse
|
|
445
|
+
const slot = this.shadowRoot.querySelector('slot[name="hero-title"]');
|
|
446
|
+
if (slot) {
|
|
447
|
+
const nodes = slot.assignedNodes({flatten:true});
|
|
448
|
+
nodes.forEach(node => {
|
|
449
|
+
if (node.nodeType === 1 && node.tagName === 'H1' && node.classList.contains('hero-title-box')) {
|
|
450
|
+
node.classList.remove('hero-title-box');
|
|
451
|
+
}
|
|
452
|
+
});
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
snapshot() {
|
|
458
|
+
return {
|
|
459
|
+
schema: "xtend.component.layout-display-media-snapshot.v1",
|
|
460
|
+
componentRef: "x-hero",
|
|
461
|
+
stateKey: `xhero-state-${this.id}`,
|
|
462
|
+
schedule: "component.shell.render",
|
|
463
|
+
background: this.getAttribute("background"),
|
|
464
|
+
backgroundLight: this.getAttribute("background-light"),
|
|
465
|
+
backgroundDark: this.getAttribute("background-dark"),
|
|
466
|
+
backgroundImage: this.getAttribute("background-image"),
|
|
467
|
+
fullheight: this.hasAttribute("fullheight"),
|
|
468
|
+
overlay: this.hasAttribute("overlay"),
|
|
469
|
+
overlayLight: this.getAttribute("overlay-light"),
|
|
470
|
+
overlayDark: this.getAttribute("overlay-dark")
|
|
471
|
+
};
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
customElements.define("x-hero", XHero);
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import type { XtendCustomEventMap, XtendPublicEventContract } from './xtend-public-types';
|
|
2
|
+
|
|
3
|
+
export type XIconAttributeName = 'name' | 'pack' | 'src' | 'label' | 'size' | 'stroke-width' | 'color' | 'decorative';
|
|
4
|
+
export type XIconEventName = 'icon-ready' | 'icon-missing' | 'icon-pack-registered';
|
|
5
|
+
export type XIconSourceKind = 'path' | 'svg' | 'url' | 'missing';
|
|
6
|
+
|
|
7
|
+
export interface XIconNodeDescriptor {
|
|
8
|
+
tag?: 'path' | 'line' | 'circle' | 'rect' | 'polyline' | 'polygon' | 'ellipse' | 'g' | string;
|
|
9
|
+
attrs?: Record<string, string | number | boolean | null | undefined>;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface XIconSourceRecord {
|
|
13
|
+
schema?: 'xtend.icon.source.v1';
|
|
14
|
+
name?: string;
|
|
15
|
+
kind?: XIconSourceKind;
|
|
16
|
+
aliases?: string[];
|
|
17
|
+
nodes?: XIconNodeDescriptor[];
|
|
18
|
+
paths?: Array<string | { d: string; attrs?: Record<string, string | number> }>;
|
|
19
|
+
d?: string;
|
|
20
|
+
path?: string;
|
|
21
|
+
svg?: string;
|
|
22
|
+
src?: string;
|
|
23
|
+
url?: string;
|
|
24
|
+
viewBox?: string;
|
|
25
|
+
fill?: string;
|
|
26
|
+
stroke?: string;
|
|
27
|
+
strokeLinecap?: string;
|
|
28
|
+
strokeLinejoin?: string;
|
|
29
|
+
metadata?: Record<string, unknown>;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export interface XIconPack {
|
|
33
|
+
schema?: string;
|
|
34
|
+
id: string;
|
|
35
|
+
label?: string;
|
|
36
|
+
source?: string;
|
|
37
|
+
distribution?: 'bundled' | 'local-build' | 'runtime' | string;
|
|
38
|
+
cdnAllowed?: boolean;
|
|
39
|
+
viewBox?: string;
|
|
40
|
+
strokeLinecap?: string;
|
|
41
|
+
strokeLinejoin?: string;
|
|
42
|
+
icons: Record<string, string | XIconSourceRecord>;
|
|
43
|
+
metadata?: Record<string, unknown>;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export interface XIconResolvedSource {
|
|
47
|
+
schema: 'xtend.icon.source.v1';
|
|
48
|
+
pack: string;
|
|
49
|
+
packLabel?: string;
|
|
50
|
+
source?: string;
|
|
51
|
+
distribution?: string;
|
|
52
|
+
cdnAllowed?: boolean;
|
|
53
|
+
record: XIconSourceRecord;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export interface XIconRegistrySnapshotPack {
|
|
57
|
+
id: string;
|
|
58
|
+
label?: string;
|
|
59
|
+
source?: string;
|
|
60
|
+
distribution?: string;
|
|
61
|
+
cdnAllowed: boolean;
|
|
62
|
+
iconCount: number;
|
|
63
|
+
aliases: number;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export interface XIconRegistrySnapshot {
|
|
67
|
+
schema: 'xtend.icon.registry.v1';
|
|
68
|
+
defaultPack: string;
|
|
69
|
+
packs: XIconRegistrySnapshotPack[];
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface XIconSnapshot {
|
|
73
|
+
schema: 'xtend.component.x-icon.state.v1';
|
|
74
|
+
componentRef: 'x-icon';
|
|
75
|
+
id: string | null;
|
|
76
|
+
name: string;
|
|
77
|
+
pack: string;
|
|
78
|
+
src: string;
|
|
79
|
+
mode: XIconSourceKind;
|
|
80
|
+
resolved: boolean;
|
|
81
|
+
decorative: boolean;
|
|
82
|
+
label: string;
|
|
83
|
+
size: string;
|
|
84
|
+
strokeWidth: string;
|
|
85
|
+
color: string;
|
|
86
|
+
registry: XIconRegistrySnapshot;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export interface XIconEventDetail {
|
|
90
|
+
schema: 'xtend.component.x-icon.ready.v1' | 'xtend.component.x-icon.missing.v1' | 'xtend.icon-pack.registered.v1';
|
|
91
|
+
componentRef?: 'x-icon';
|
|
92
|
+
id?: string | null;
|
|
93
|
+
name?: string;
|
|
94
|
+
pack?: string;
|
|
95
|
+
src?: string;
|
|
96
|
+
source?: string;
|
|
97
|
+
distribution?: string | null;
|
|
98
|
+
resolved?: boolean;
|
|
99
|
+
iconCount?: number;
|
|
100
|
+
cdnAllowed?: boolean;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export interface XIconEventDetailMap {
|
|
104
|
+
'icon-ready': XIconEventDetail;
|
|
105
|
+
'icon-missing': XIconEventDetail;
|
|
106
|
+
'icon-pack-registered': XIconEventDetail;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export type XIconEventMap = XtendCustomEventMap<XIconEventDetailMap>;
|
|
110
|
+
export type XIconPublicEventContract = XtendPublicEventContract<XIconEventName, XIconEventDetail>;
|
|
111
|
+
|
|
112
|
+
export interface XIconElement extends HTMLElement {
|
|
113
|
+
name: string;
|
|
114
|
+
registerPack(pack: XIconPack, options?: { prepend?: boolean; default?: boolean }): XIconPack;
|
|
115
|
+
setIcon(name: string, options?: { pack?: string; label?: string; src?: string }): XIconSnapshot;
|
|
116
|
+
snapshot(): XIconSnapshot;
|
|
117
|
+
addEventListener<K extends keyof XIconEventMap>(type: K, listener: (event: XIconEventMap[K]) => void, options?: boolean | AddEventListenerOptions): void;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export function registerIconPack(pack: XIconPack, options?: { prepend?: boolean; default?: boolean }): XIconPack;
|
|
121
|
+
export function resolveIcon(name: string, options?: { pack?: string }): XIconResolvedSource | null;
|
|
122
|
+
export function getIconRegistrySnapshot(): XIconRegistrySnapshot;
|
|
123
|
+
export function createXTendCoreIconPack(overrides?: Partial<XIconPack>): XIconPack;
|
|
124
|
+
export function createXTendLucideIconPack(overrides?: Partial<XIconPack>): XIconPack;
|
|
125
|
+
|
|
126
|
+
declare global {
|
|
127
|
+
interface HTMLElementTagNameMap {
|
|
128
|
+
'x-icon': XIconElement;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
interface Window {
|
|
132
|
+
XTend?: {
|
|
133
|
+
icons?: {
|
|
134
|
+
schema: 'xtend.icon.registry.v1';
|
|
135
|
+
register(pack: XIconPack, options?: { prepend?: boolean; default?: boolean }): XIconPack;
|
|
136
|
+
resolve(name: string, options?: { pack?: string }): XIconResolvedSource | null;
|
|
137
|
+
snapshot(): XIconRegistrySnapshot;
|
|
138
|
+
createCorePack(overrides?: Partial<XIconPack>): XIconPack;
|
|
139
|
+
createLucidePack(overrides?: Partial<XIconPack>): XIconPack;
|
|
140
|
+
};
|
|
141
|
+
[key: string]: unknown;
|
|
142
|
+
};
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export {};
|