@wildo-ai/presets-components 1.0.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/dist/esm/components/actions/action-bar.d.ts +8 -0
- package/dist/esm/components/actions/action-bar.d.ts.map +1 -0
- package/dist/esm/components/actions/action-bar.js +125 -0
- package/dist/esm/components/actions/action-bar.js.map +1 -0
- package/dist/esm/components/actions/action-button.d.ts +8 -0
- package/dist/esm/components/actions/action-button.d.ts.map +1 -0
- package/dist/esm/components/actions/action-button.js +36 -0
- package/dist/esm/components/actions/action-button.js.map +1 -0
- package/dist/esm/components/actions/button-group.d.ts +7 -0
- package/dist/esm/components/actions/button-group.d.ts.map +1 -0
- package/dist/esm/components/actions/button-group.js +34 -0
- package/dist/esm/components/actions/button-group.js.map +1 -0
- package/dist/esm/components/actions/button.d.ts +5 -0
- package/dist/esm/components/actions/button.d.ts.map +1 -0
- package/dist/esm/components/actions/button.js +38 -0
- package/dist/esm/components/actions/button.js.map +1 -0
- package/dist/esm/components/ai-elements/artifacts/artifact-browser.d.ts +3 -0
- package/dist/esm/components/ai-elements/artifacts/artifact-browser.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/artifacts/artifact-browser.js +136 -0
- package/dist/esm/components/ai-elements/artifacts/artifact-browser.js.map +1 -0
- package/dist/esm/components/ai-elements/artifacts/artifact.d.ts +13 -0
- package/dist/esm/components/ai-elements/artifacts/artifact.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/artifacts/artifact.js +52 -0
- package/dist/esm/components/ai-elements/artifacts/artifact.js.map +1 -0
- package/dist/esm/components/ai-elements/artifacts/code-block.d.ts +17 -0
- package/dist/esm/components/ai-elements/artifacts/code-block.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/artifacts/code-block.js +114 -0
- package/dist/esm/components/ai-elements/artifacts/code-block.js.map +1 -0
- package/dist/esm/components/ai-elements/artifacts/image.d.ts +4 -0
- package/dist/esm/components/ai-elements/artifacts/image.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/artifacts/image.js +4 -0
- package/dist/esm/components/ai-elements/artifacts/image.js.map +1 -0
- package/dist/esm/components/ai-elements/artifacts/web-preview.d.ts +31 -0
- package/dist/esm/components/ai-elements/artifacts/web-preview.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/artifacts/web-preview.js +93 -0
- package/dist/esm/components/ai-elements/artifacts/web-preview.js.map +1 -0
- package/dist/esm/components/ai-elements/chat/conversation.d.ts +3 -0
- package/dist/esm/components/ai-elements/chat/conversation.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/chat/conversation.js +32 -0
- package/dist/esm/components/ai-elements/chat/conversation.js.map +1 -0
- package/dist/esm/components/ai-elements/chat/message.d.ts +3 -0
- package/dist/esm/components/ai-elements/chat/message.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/chat/message.js +138 -0
- package/dist/esm/components/ai-elements/chat/message.js.map +1 -0
- package/dist/esm/components/ai-elements/chat/prompt-input.d.ts +144 -0
- package/dist/esm/components/ai-elements/chat/prompt-input.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/chat/prompt-input.js +622 -0
- package/dist/esm/components/ai-elements/chat/prompt-input.js.map +1 -0
- package/dist/esm/components/ai-elements/chat/sources.d.ts +11 -0
- package/dist/esm/components/ai-elements/chat/sources.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/chat/sources.js +23 -0
- package/dist/esm/components/ai-elements/chat/sources.js.map +1 -0
- package/dist/esm/components/ai-elements/chat/suggestion.d.ts +5 -0
- package/dist/esm/components/ai-elements/chat/suggestion.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/chat/suggestion.js +12 -0
- package/dist/esm/components/ai-elements/chat/suggestion.js.map +1 -0
- package/dist/esm/components/ai-elements/decision/approval.d.ts +51 -0
- package/dist/esm/components/ai-elements/decision/approval.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/decision/approval.js +95 -0
- package/dist/esm/components/ai-elements/decision/approval.js.map +1 -0
- package/dist/esm/components/ai-elements/decision/decision-request.d.ts +31 -0
- package/dist/esm/components/ai-elements/decision/decision-request.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/decision/decision-request.js +135 -0
- package/dist/esm/components/ai-elements/decision/decision-request.js.map +1 -0
- package/dist/esm/components/ai-elements/execution/confirmation.d.ts +10 -0
- package/dist/esm/components/ai-elements/execution/confirmation.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/execution/confirmation.js +59 -0
- package/dist/esm/components/ai-elements/execution/confirmation.js.map +1 -0
- package/dist/esm/components/ai-elements/execution/queue.d.ts +3 -0
- package/dist/esm/components/ai-elements/execution/queue.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/execution/queue.js +90 -0
- package/dist/esm/components/ai-elements/execution/queue.js.map +1 -0
- package/dist/esm/components/ai-elements/execution/task.d.ts +3 -0
- package/dist/esm/components/ai-elements/execution/task.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/execution/task.js +25 -0
- package/dist/esm/components/ai-elements/execution/task.js.map +1 -0
- package/dist/esm/components/ai-elements/execution/tool.d.ts +3 -0
- package/dist/esm/components/ai-elements/execution/tool.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/execution/tool.js +87 -0
- package/dist/esm/components/ai-elements/execution/tool.js.map +1 -0
- package/dist/esm/components/ai-elements/graph/canvas.d.ts +10 -0
- package/dist/esm/components/ai-elements/graph/canvas.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/graph/canvas.js +5 -0
- package/dist/esm/components/ai-elements/graph/canvas.js.map +1 -0
- package/dist/esm/components/ai-elements/graph/connection.d.ts +3 -0
- package/dist/esm/components/ai-elements/graph/connection.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/graph/connection.js +4 -0
- package/dist/esm/components/ai-elements/graph/connection.js.map +1 -0
- package/dist/esm/components/ai-elements/graph/controls.d.ts +6 -0
- package/dist/esm/components/ai-elements/graph/controls.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/graph/controls.js +11 -0
- package/dist/esm/components/ai-elements/graph/controls.js.map +1 -0
- package/dist/esm/components/ai-elements/graph/edge.d.ts +13 -0
- package/dist/esm/components/ai-elements/graph/edge.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/graph/edge.js +88 -0
- package/dist/esm/components/ai-elements/graph/edge.js.map +1 -0
- package/dist/esm/components/ai-elements/graph/node.d.ts +23 -0
- package/dist/esm/components/ai-elements/graph/node.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/graph/node.js +11 -0
- package/dist/esm/components/ai-elements/graph/node.js.map +1 -0
- package/dist/esm/components/ai-elements/graph/panel.d.ts +7 -0
- package/dist/esm/components/ai-elements/graph/panel.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/graph/panel.js +14 -0
- package/dist/esm/components/ai-elements/graph/panel.js.map +1 -0
- package/dist/esm/components/ai-elements/graph/toolbar.d.ts +7 -0
- package/dist/esm/components/ai-elements/graph/toolbar.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/graph/toolbar.js +5 -0
- package/dist/esm/components/ai-elements/graph/toolbar.js.map +1 -0
- package/dist/esm/components/ai-elements/meta/agent.d.ts +100 -0
- package/dist/esm/components/ai-elements/meta/agent.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/meta/agent.js +111 -0
- package/dist/esm/components/ai-elements/meta/agent.js.map +1 -0
- package/dist/esm/components/ai-elements/meta/context.d.ts +33 -0
- package/dist/esm/components/ai-elements/meta/context.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/meta/context.js +195 -0
- package/dist/esm/components/ai-elements/meta/context.js.map +1 -0
- package/dist/esm/components/ai-elements/meta/model-selector.d.ts +36 -0
- package/dist/esm/components/ai-elements/meta/model-selector.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/meta/model-selector.js +22 -0
- package/dist/esm/components/ai-elements/meta/model-selector.js.map +1 -0
- package/dist/esm/components/ai-elements/meta/open-in-chat.d.ts +15 -0
- package/dist/esm/components/ai-elements/meta/open-in-chat.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/meta/open-in-chat.js +111 -0
- package/dist/esm/components/ai-elements/meta/open-in-chat.js.map +1 -0
- package/dist/esm/components/ai-elements/shared/loader.d.ts +5 -0
- package/dist/esm/components/ai-elements/shared/loader.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/shared/loader.js +5 -0
- package/dist/esm/components/ai-elements/shared/loader.js.map +1 -0
- package/dist/esm/components/ai-elements/shared/shimmer.d.ts +11 -0
- package/dist/esm/components/ai-elements/shared/shimmer.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/shared/shimmer.js +19 -0
- package/dist/esm/components/ai-elements/shared/shimmer.js.map +1 -0
- package/dist/esm/components/ai-elements/stream/execution-stream.d.ts +24 -0
- package/dist/esm/components/ai-elements/stream/execution-stream.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/stream/execution-stream.js +41 -0
- package/dist/esm/components/ai-elements/stream/execution-stream.js.map +1 -0
- package/dist/esm/components/ai-elements/trace/chain-of-thought.d.ts +29 -0
- package/dist/esm/components/ai-elements/trace/chain-of-thought.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/trace/chain-of-thought.js +69 -0
- package/dist/esm/components/ai-elements/trace/chain-of-thought.js.map +1 -0
- package/dist/esm/components/ai-elements/trace/checkpoint.d.ts +14 -0
- package/dist/esm/components/ai-elements/trace/checkpoint.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/trace/checkpoint.js +21 -0
- package/dist/esm/components/ai-elements/trace/checkpoint.js.map +1 -0
- package/dist/esm/components/ai-elements/trace/inline-citation.d.ts +38 -0
- package/dist/esm/components/ai-elements/trace/inline-citation.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/trace/inline-citation.js +81 -0
- package/dist/esm/components/ai-elements/trace/inline-citation.js.map +1 -0
- package/dist/esm/components/ai-elements/trace/plan.d.ts +19 -0
- package/dist/esm/components/ai-elements/trace/plan.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/trace/plan.js +42 -0
- package/dist/esm/components/ai-elements/trace/plan.js.map +1 -0
- package/dist/esm/components/ai-elements/trace/reasoning.d.ts +16 -0
- package/dist/esm/components/ai-elements/trace/reasoning.d.ts.map +1 -0
- package/dist/esm/components/ai-elements/trace/reasoning.js +89 -0
- package/dist/esm/components/ai-elements/trace/reasoning.js.map +1 -0
- package/dist/esm/components/app/app-layout-main-container.d.ts +4 -0
- package/dist/esm/components/app/app-layout-main-container.d.ts.map +1 -0
- package/dist/esm/components/app/app-layout-main-container.js +22 -0
- package/dist/esm/components/app/app-layout-main-container.js.map +1 -0
- package/dist/esm/components/app/public-layout-main-container.d.ts +4 -0
- package/dist/esm/components/app/public-layout-main-container.d.ts.map +1 -0
- package/dist/esm/components/app/public-layout-main-container.js +10 -0
- package/dist/esm/components/app/public-layout-main-container.js.map +1 -0
- package/dist/esm/components/billing/billing-format.utils.d.ts +21 -0
- package/dist/esm/components/billing/billing-format.utils.d.ts.map +1 -0
- package/dist/esm/components/billing/billing-format.utils.js +35 -0
- package/dist/esm/components/billing/billing-format.utils.js.map +1 -0
- package/dist/esm/components/billing/billing-invoice-history.d.ts +13 -0
- package/dist/esm/components/billing/billing-invoice-history.d.ts.map +1 -0
- package/dist/esm/components/billing/billing-invoice-history.js +55 -0
- package/dist/esm/components/billing/billing-invoice-history.js.map +1 -0
- package/dist/esm/components/billing/billing-plan-change-preview.d.ts +13 -0
- package/dist/esm/components/billing/billing-plan-change-preview.d.ts.map +1 -0
- package/dist/esm/components/billing/billing-plan-change-preview.js +44 -0
- package/dist/esm/components/billing/billing-plan-change-preview.js.map +1 -0
- package/dist/esm/components/billing/billing-portal-link.d.ts +10 -0
- package/dist/esm/components/billing/billing-portal-link.d.ts.map +1 -0
- package/dist/esm/components/billing/billing-portal-link.js +35 -0
- package/dist/esm/components/billing/billing-portal-link.js.map +1 -0
- package/dist/esm/components/billing/billing-pricing-table.d.ts +16 -0
- package/dist/esm/components/billing/billing-pricing-table.d.ts.map +1 -0
- package/dist/esm/components/billing/billing-pricing-table.js +74 -0
- package/dist/esm/components/billing/billing-pricing-table.js.map +1 -0
- package/dist/esm/components/billing/billing-promotion-code-input.d.ts +10 -0
- package/dist/esm/components/billing/billing-promotion-code-input.d.ts.map +1 -0
- package/dist/esm/components/billing/billing-promotion-code-input.js +68 -0
- package/dist/esm/components/billing/billing-promotion-code-input.js.map +1 -0
- package/dist/esm/components/billing/billing-subscription-status.d.ts +13 -0
- package/dist/esm/components/billing/billing-subscription-status.d.ts.map +1 -0
- package/dist/esm/components/billing/billing-subscription-status.js +58 -0
- package/dist/esm/components/billing/billing-subscription-status.js.map +1 -0
- package/dist/esm/components/billing/billing-usage-dashboard.d.ts +13 -0
- package/dist/esm/components/billing/billing-usage-dashboard.d.ts.map +1 -0
- package/dist/esm/components/billing/billing-usage-dashboard.js +49 -0
- package/dist/esm/components/billing/billing-usage-dashboard.js.map +1 -0
- package/dist/esm/components/data-display/avatar.d.ts +3 -0
- package/dist/esm/components/data-display/avatar.d.ts.map +1 -0
- package/dist/esm/components/data-display/avatar.js +24 -0
- package/dist/esm/components/data-display/avatar.js.map +1 -0
- package/dist/esm/components/data-display/badge.d.ts +5 -0
- package/dist/esm/components/data-display/badge.d.ts.map +1 -0
- package/dist/esm/components/data-display/badge.js +24 -0
- package/dist/esm/components/data-display/badge.js.map +1 -0
- package/dist/esm/components/data-display/description-list.d.ts +5 -0
- package/dist/esm/components/data-display/description-list.d.ts.map +1 -0
- package/dist/esm/components/data-display/description-list.js +36 -0
- package/dist/esm/components/data-display/description-list.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-bigdecimal.d.ts +17 -0
- package/dist/esm/components/data-display/formatters/display-field-bigdecimal.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-bigdecimal.js +93 -0
- package/dist/esm/components/data-display/formatters/display-field-bigdecimal.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-boolean.d.ts +19 -0
- package/dist/esm/components/data-display/formatters/display-field-boolean.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-boolean.js +53 -0
- package/dist/esm/components/data-display/formatters/display-field-boolean.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-code.d.ts +22 -0
- package/dist/esm/components/data-display/formatters/display-field-code.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-code.js +90 -0
- package/dist/esm/components/data-display/formatters/display-field-code.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-date.d.ts +13 -0
- package/dist/esm/components/data-display/formatters/display-field-date.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-date.js +16 -0
- package/dist/esm/components/data-display/formatters/display-field-date.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-datetime.d.ts +13 -0
- package/dist/esm/components/data-display/formatters/display-field-datetime.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-datetime.js +16 -0
- package/dist/esm/components/data-display/formatters/display-field-datetime.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-duration.d.ts +16 -0
- package/dist/esm/components/data-display/formatters/display-field-duration.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-duration.js +36 -0
- package/dist/esm/components/data-display/formatters/display-field-duration.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-enum.d.ts +16 -0
- package/dist/esm/components/data-display/formatters/display-field-enum.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-enum.js +80 -0
- package/dist/esm/components/data-display/formatters/display-field-enum.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-file-audio.d.ts +14 -0
- package/dist/esm/components/data-display/formatters/display-field-file-audio.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-file-audio.js +33 -0
- package/dist/esm/components/data-display/formatters/display-field-file-audio.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-file-document.d.ts +14 -0
- package/dist/esm/components/data-display/formatters/display-field-file-document.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-file-document.js +57 -0
- package/dist/esm/components/data-display/formatters/display-field-file-document.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-file-gallery.d.ts +17 -0
- package/dist/esm/components/data-display/formatters/display-field-file-gallery.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-file-gallery.js +87 -0
- package/dist/esm/components/data-display/formatters/display-field-file-gallery.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-file-image.d.ts +15 -0
- package/dist/esm/components/data-display/formatters/display-field-file-image.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-file-image.js +48 -0
- package/dist/esm/components/data-display/formatters/display-field-file-image.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-file-video.d.ts +14 -0
- package/dist/esm/components/data-display/formatters/display-field-file-video.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-file-video.js +34 -0
- package/dist/esm/components/data-display/formatters/display-field-file-video.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-file.d.ts +33 -0
- package/dist/esm/components/data-display/formatters/display-field-file.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-file.js +240 -0
- package/dist/esm/components/data-display/formatters/display-field-file.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-format.utils.d.ts +43 -0
- package/dist/esm/components/data-display/formatters/display-field-format.utils.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-format.utils.js +113 -0
- package/dist/esm/components/data-display/formatters/display-field-format.utils.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-money.d.ts +19 -0
- package/dist/esm/components/data-display/formatters/display-field-money.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-money.js +88 -0
- package/dist/esm/components/data-display/formatters/display-field-money.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-number.d.ts +16 -0
- package/dist/esm/components/data-display/formatters/display-field-number.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-number.js +87 -0
- package/dist/esm/components/data-display/formatters/display-field-number.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-phone.d.ts +15 -0
- package/dist/esm/components/data-display/formatters/display-field-phone.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-phone.js +31 -0
- package/dist/esm/components/data-display/formatters/display-field-phone.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-range-bigdecimal.d.ts +16 -0
- package/dist/esm/components/data-display/formatters/display-field-range-bigdecimal.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-range-bigdecimal.js +117 -0
- package/dist/esm/components/data-display/formatters/display-field-range-bigdecimal.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-range-date.d.ts +13 -0
- package/dist/esm/components/data-display/formatters/display-field-range-date.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-range-date.js +35 -0
- package/dist/esm/components/data-display/formatters/display-field-range-date.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-range-datetime.d.ts +13 -0
- package/dist/esm/components/data-display/formatters/display-field-range-datetime.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-range-datetime.js +35 -0
- package/dist/esm/components/data-display/formatters/display-field-range-datetime.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-range-money.d.ts +16 -0
- package/dist/esm/components/data-display/formatters/display-field-range-money.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-range-money.js +83 -0
- package/dist/esm/components/data-display/formatters/display-field-range-money.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-range-number.d.ts +13 -0
- package/dist/esm/components/data-display/formatters/display-field-range-number.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-range-number.js +35 -0
- package/dist/esm/components/data-display/formatters/display-field-range-number.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-range-time.d.ts +13 -0
- package/dist/esm/components/data-display/formatters/display-field-range-time.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-range-time.js +38 -0
- package/dist/esm/components/data-display/formatters/display-field-range-time.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-string.d.ts +16 -0
- package/dist/esm/components/data-display/formatters/display-field-string.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-string.js +86 -0
- package/dist/esm/components/data-display/formatters/display-field-string.js.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-time.d.ts +13 -0
- package/dist/esm/components/data-display/formatters/display-field-time.d.ts.map +1 -0
- package/dist/esm/components/data-display/formatters/display-field-time.js +20 -0
- package/dist/esm/components/data-display/formatters/display-field-time.js.map +1 -0
- package/dist/esm/components/feedback/celebration-overlay.d.ts +20 -0
- package/dist/esm/components/feedback/celebration-overlay.d.ts.map +1 -0
- package/dist/esm/components/feedback/celebration-overlay.js +46 -0
- package/dist/esm/components/feedback/celebration-overlay.js.map +1 -0
- package/dist/esm/components/feedback/danger-zone.d.ts +4 -0
- package/dist/esm/components/feedback/danger-zone.d.ts.map +1 -0
- package/dist/esm/components/feedback/danger-zone.js +16 -0
- package/dist/esm/components/feedback/danger-zone.js.map +1 -0
- package/dist/esm/components/feedback/empty-state.d.ts +14 -0
- package/dist/esm/components/feedback/empty-state.d.ts.map +1 -0
- package/dist/esm/components/feedback/empty-state.js +24 -0
- package/dist/esm/components/feedback/empty-state.js.map +1 -0
- package/dist/esm/components/feedback/error-display.d.ts +5 -0
- package/dist/esm/components/feedback/error-display.d.ts.map +1 -0
- package/dist/esm/components/feedback/error-display.js +38 -0
- package/dist/esm/components/feedback/error-display.js.map +1 -0
- package/dist/esm/components/feedback/features/feature-limit-indicator.d.ts +13 -0
- package/dist/esm/components/feedback/features/feature-limit-indicator.d.ts.map +1 -0
- package/dist/esm/components/feedback/features/feature-limit-indicator.js +19 -0
- package/dist/esm/components/feedback/features/feature-limit-indicator.js.map +1 -0
- package/dist/esm/components/feedback/features/feature-lock-badge.d.ts +10 -0
- package/dist/esm/components/feedback/features/feature-lock-badge.d.ts.map +1 -0
- package/dist/esm/components/feedback/features/feature-lock-badge.js +29 -0
- package/dist/esm/components/feedback/features/feature-lock-badge.js.map +1 -0
- package/dist/esm/components/feedback/features/feature-unavailable-dialog.d.ts +10 -0
- package/dist/esm/components/feedback/features/feature-unavailable-dialog.d.ts.map +1 -0
- package/dist/esm/components/feedback/features/feature-unavailable-dialog.js +6 -0
- package/dist/esm/components/feedback/features/feature-unavailable-dialog.js.map +1 -0
- package/dist/esm/components/feedback/features/feature-unavailable-prompt.d.ts +12 -0
- package/dist/esm/components/feedback/features/feature-unavailable-prompt.d.ts.map +1 -0
- package/dist/esm/components/feedback/features/feature-unavailable-prompt.js +45 -0
- package/dist/esm/components/feedback/features/feature-unavailable-prompt.js.map +1 -0
- package/dist/esm/components/feedback/loading-overlay.d.ts +13 -0
- package/dist/esm/components/feedback/loading-overlay.d.ts.map +1 -0
- package/dist/esm/components/feedback/loading-overlay.js +19 -0
- package/dist/esm/components/feedback/loading-overlay.js.map +1 -0
- package/dist/esm/components/feedback/loading-spinner.d.ts +11 -0
- package/dist/esm/components/feedback/loading-spinner.d.ts.map +1 -0
- package/dist/esm/components/feedback/loading-spinner.js +17 -0
- package/dist/esm/components/feedback/loading-spinner.js.map +1 -0
- package/dist/esm/components/feedback/notification-center.d.ts +14 -0
- package/dist/esm/components/feedback/notification-center.d.ts.map +1 -0
- package/dist/esm/components/feedback/notification-center.js +45 -0
- package/dist/esm/components/feedback/notification-center.js.map +1 -0
- package/dist/esm/components/feedback/operations-confirm-critical.d.ts +5 -0
- package/dist/esm/components/feedback/operations-confirm-critical.d.ts.map +1 -0
- package/dist/esm/components/feedback/operations-confirm-critical.js +23 -0
- package/dist/esm/components/feedback/operations-confirm-critical.js.map +1 -0
- package/dist/esm/components/feedback/progress.d.ts +5 -0
- package/dist/esm/components/feedback/progress.d.ts.map +1 -0
- package/dist/esm/components/feedback/progress.js +22 -0
- package/dist/esm/components/feedback/progress.js.map +1 -0
- package/dist/esm/components/feedback/skeleton.d.ts +4 -0
- package/dist/esm/components/feedback/skeleton.d.ts.map +1 -0
- package/dist/esm/components/feedback/skeleton.js +10 -0
- package/dist/esm/components/feedback/skeleton.js.map +1 -0
- package/dist/esm/components/feedback/toast.d.ts +5 -0
- package/dist/esm/components/feedback/toast.d.ts.map +1 -0
- package/dist/esm/components/feedback/toast.js +12 -0
- package/dist/esm/components/feedback/toast.js.map +1 -0
- package/dist/esm/components/form/autosave-indicator.d.ts +15 -0
- package/dist/esm/components/form/autosave-indicator.d.ts.map +1 -0
- package/dist/esm/components/form/autosave-indicator.js +43 -0
- package/dist/esm/components/form/autosave-indicator.js.map +1 -0
- package/dist/esm/components/form/chromes/field.d.ts +23 -0
- package/dist/esm/components/form/chromes/field.d.ts.map +1 -0
- package/dist/esm/components/form/chromes/field.js +84 -0
- package/dist/esm/components/form/chromes/field.js.map +1 -0
- package/dist/esm/components/form/chromes/form-primitive.d.ts +14 -0
- package/dist/esm/components/form/chromes/form-primitive.d.ts.map +1 -0
- package/dist/esm/components/form/chromes/form-primitive.js +38 -0
- package/dist/esm/components/form/chromes/form-primitive.js.map +1 -0
- package/dist/esm/components/form/combobox.d.ts +6 -0
- package/dist/esm/components/form/combobox.d.ts.map +1 -0
- package/dist/esm/components/form/combobox.js +138 -0
- package/dist/esm/components/form/combobox.js.map +1 -0
- package/dist/esm/components/form/controls/boolean/checkbox.d.ts +3 -0
- package/dist/esm/components/form/controls/boolean/checkbox.d.ts.map +1 -0
- package/dist/esm/components/form/controls/boolean/checkbox.js +49 -0
- package/dist/esm/components/form/controls/boolean/checkbox.js.map +1 -0
- package/dist/esm/components/form/controls/boolean/switch.d.ts +3 -0
- package/dist/esm/components/form/controls/boolean/switch.d.ts.map +1 -0
- package/dist/esm/components/form/controls/boolean/switch.js +56 -0
- package/dist/esm/components/form/controls/boolean/switch.js.map +1 -0
- package/dist/esm/components/form/controls/boolean/toggle-group-boolean.d.ts +5 -0
- package/dist/esm/components/form/controls/boolean/toggle-group-boolean.d.ts.map +1 -0
- package/dist/esm/components/form/controls/boolean/toggle-group-boolean.js +63 -0
- package/dist/esm/components/form/controls/boolean/toggle-group-boolean.js.map +1 -0
- package/dist/esm/components/form/controls/boolean/toggle.d.ts +5 -0
- package/dist/esm/components/form/controls/boolean/toggle.d.ts.map +1 -0
- package/dist/esm/components/form/controls/boolean/toggle.js +41 -0
- package/dist/esm/components/form/controls/boolean/toggle.js.map +1 -0
- package/dist/esm/components/form/controls/date-time/calendar.d.ts +6 -0
- package/dist/esm/components/form/controls/date-time/calendar.d.ts.map +1 -0
- package/dist/esm/components/form/controls/date-time/calendar.js +129 -0
- package/dist/esm/components/form/controls/date-time/calendar.js.map +1 -0
- package/dist/esm/components/form/controls/date-time/date-range-picker.d.ts +11 -0
- package/dist/esm/components/form/controls/date-time/date-range-picker.d.ts.map +1 -0
- package/dist/esm/components/form/controls/date-time/date-range-picker.js +89 -0
- package/dist/esm/components/form/controls/date-time/date-range-picker.js.map +1 -0
- package/dist/esm/components/form/controls/date-time/datepicker.d.ts +5 -0
- package/dist/esm/components/form/controls/date-time/datepicker.d.ts.map +1 -0
- package/dist/esm/components/form/controls/date-time/datepicker.js +62 -0
- package/dist/esm/components/form/controls/date-time/datepicker.js.map +1 -0
- package/dist/esm/components/form/controls/date-time/datetime-picker.d.ts +11 -0
- package/dist/esm/components/form/controls/date-time/datetime-picker.d.ts.map +1 -0
- package/dist/esm/components/form/controls/date-time/datetime-picker.js +161 -0
- package/dist/esm/components/form/controls/date-time/datetime-picker.js.map +1 -0
- package/dist/esm/components/form/controls/date-time/datetime-range-picker.d.ts +11 -0
- package/dist/esm/components/form/controls/date-time/datetime-range-picker.d.ts.map +1 -0
- package/dist/esm/components/form/controls/date-time/datetime-range-picker.js +200 -0
- package/dist/esm/components/form/controls/date-time/datetime-range-picker.js.map +1 -0
- package/dist/esm/components/form/controls/date-time/time-picker.d.ts +11 -0
- package/dist/esm/components/form/controls/date-time/time-picker.d.ts.map +1 -0
- package/dist/esm/components/form/controls/date-time/time-picker.js +169 -0
- package/dist/esm/components/form/controls/date-time/time-picker.js.map +1 -0
- package/dist/esm/components/form/controls/date-time/time-range-picker.d.ts +11 -0
- package/dist/esm/components/form/controls/date-time/time-range-picker.d.ts.map +1 -0
- package/dist/esm/components/form/controls/date-time/time-range-picker.js +232 -0
- package/dist/esm/components/form/controls/date-time/time-range-picker.js.map +1 -0
- package/dist/esm/components/form/controls/enum/radio.d.ts +7 -0
- package/dist/esm/components/form/controls/enum/radio.d.ts.map +1 -0
- package/dist/esm/components/form/controls/enum/radio.js +65 -0
- package/dist/esm/components/form/controls/enum/radio.js.map +1 -0
- package/dist/esm/components/form/controls/enum/select-multiple.d.ts +7 -0
- package/dist/esm/components/form/controls/enum/select-multiple.d.ts.map +1 -0
- package/dist/esm/components/form/controls/enum/select-multiple.js +59 -0
- package/dist/esm/components/form/controls/enum/select-multiple.js.map +1 -0
- package/dist/esm/components/form/controls/enum/select.d.ts +27 -0
- package/dist/esm/components/form/controls/enum/select.d.ts.map +1 -0
- package/dist/esm/components/form/controls/enum/select.js +98 -0
- package/dist/esm/components/form/controls/enum/select.js.map +1 -0
- package/dist/esm/components/form/controls/enum/toggle-group.d.ts +3 -0
- package/dist/esm/components/form/controls/enum/toggle-group.d.ts.map +1 -0
- package/dist/esm/components/form/controls/enum/toggle-group.js +41 -0
- package/dist/esm/components/form/controls/enum/toggle-group.js.map +1 -0
- package/dist/esm/components/form/controls/file/file-upload.d.ts +52 -0
- package/dist/esm/components/form/controls/file/file-upload.d.ts.map +1 -0
- package/dist/esm/components/form/controls/file/file-upload.js +230 -0
- package/dist/esm/components/form/controls/file/file-upload.js.map +1 -0
- package/dist/esm/components/form/controls/form-field-checkbox-group.d.ts +16 -0
- package/dist/esm/components/form/controls/form-field-checkbox-group.d.ts.map +1 -0
- package/dist/esm/components/form/controls/form-field-checkbox-group.js +131 -0
- package/dist/esm/components/form/controls/form-field-checkbox-group.js.map +1 -0
- package/dist/esm/components/form/controls/input-group.d.ts +10 -0
- package/dist/esm/components/form/controls/input-group.d.ts.map +1 -0
- package/dist/esm/components/form/controls/input-group.js +76 -0
- package/dist/esm/components/form/controls/input-group.js.map +1 -0
- package/dist/esm/components/form/controls/input.d.ts +3 -0
- package/dist/esm/components/form/controls/input.d.ts.map +1 -0
- package/dist/esm/components/form/controls/input.js +76 -0
- package/dist/esm/components/form/controls/input.js.map +1 -0
- package/dist/esm/components/form/controls/number/slider.d.ts +13 -0
- package/dist/esm/components/form/controls/number/slider.d.ts.map +1 -0
- package/dist/esm/components/form/controls/number/slider.js +114 -0
- package/dist/esm/components/form/controls/number/slider.js.map +1 -0
- package/dist/esm/components/form/controls/string/color-input.d.ts +5 -0
- package/dist/esm/components/form/controls/string/color-input.d.ts.map +1 -0
- package/dist/esm/components/form/controls/string/color-input.js +49 -0
- package/dist/esm/components/form/controls/string/color-input.js.map +1 -0
- package/dist/esm/components/form/controls/string/input-otp.d.ts +3 -0
- package/dist/esm/components/form/controls/string/input-otp.d.ts.map +1 -0
- package/dist/esm/components/form/controls/string/input-otp.js +35 -0
- package/dist/esm/components/form/controls/string/input-otp.js.map +1 -0
- package/dist/esm/components/form/controls/string/password-input.d.ts +16 -0
- package/dist/esm/components/form/controls/string/password-input.d.ts.map +1 -0
- package/dist/esm/components/form/controls/string/password-input.js +54 -0
- package/dist/esm/components/form/controls/string/password-input.js.map +1 -0
- package/dist/esm/components/form/controls/string/textarea.d.ts +3 -0
- package/dist/esm/components/form/controls/string/textarea.d.ts.map +1 -0
- package/dist/esm/components/form/controls/string/textarea.js +51 -0
- package/dist/esm/components/form/controls/string/textarea.js.map +1 -0
- package/dist/esm/components/layout/aspect-ratio.d.ts +5 -0
- package/dist/esm/components/layout/aspect-ratio.d.ts.map +1 -0
- package/dist/esm/components/layout/aspect-ratio.js +8 -0
- package/dist/esm/components/layout/aspect-ratio.js.map +1 -0
- package/dist/esm/components/layout/carousel.d.ts +3 -0
- package/dist/esm/components/layout/carousel.d.ts.map +1 -0
- package/dist/esm/components/layout/carousel.js +107 -0
- package/dist/esm/components/layout/carousel.js.map +1 -0
- package/dist/esm/components/layout/divider.d.ts +4 -0
- package/dist/esm/components/layout/divider.d.ts.map +1 -0
- package/dist/esm/components/layout/divider.js +15 -0
- package/dist/esm/components/layout/divider.js.map +1 -0
- package/dist/esm/components/layout/resizable.d.ts +3 -0
- package/dist/esm/components/layout/resizable.d.ts.map +1 -0
- package/dist/esm/components/layout/resizable.js +16 -0
- package/dist/esm/components/layout/resizable.js.map +1 -0
- package/dist/esm/components/layout/scroll-area.d.ts +3 -0
- package/dist/esm/components/layout/scroll-area.d.ts.map +1 -0
- package/dist/esm/components/layout/scroll-area.js +22 -0
- package/dist/esm/components/layout/scroll-area.js.map +1 -0
- package/dist/esm/components/layout/separator.d.ts +5 -0
- package/dist/esm/components/layout/separator.d.ts.map +1 -0
- package/dist/esm/components/layout/separator.js +15 -0
- package/dist/esm/components/layout/separator.js.map +1 -0
- package/dist/esm/components/navigation/app-level/action-sheet.d.ts +4 -0
- package/dist/esm/components/navigation/app-level/action-sheet.d.ts.map +1 -0
- package/dist/esm/components/navigation/app-level/action-sheet.js +59 -0
- package/dist/esm/components/navigation/app-level/action-sheet.js.map +1 -0
- package/dist/esm/components/navigation/app-level/activity-bar.d.ts +16 -0
- package/dist/esm/components/navigation/app-level/activity-bar.d.ts.map +1 -0
- package/dist/esm/components/navigation/app-level/activity-bar.js +33 -0
- package/dist/esm/components/navigation/app-level/activity-bar.js.map +1 -0
- package/dist/esm/components/navigation/app-level/command-menu.d.ts +4 -0
- package/dist/esm/components/navigation/app-level/command-menu.d.ts.map +1 -0
- package/dist/esm/components/navigation/app-level/command-menu.js +26 -0
- package/dist/esm/components/navigation/app-level/command-menu.js.map +1 -0
- package/dist/esm/components/navigation/app-level/control-panel.d.ts +4 -0
- package/dist/esm/components/navigation/app-level/control-panel.d.ts.map +1 -0
- package/dist/esm/components/navigation/app-level/control-panel.js +48 -0
- package/dist/esm/components/navigation/app-level/control-panel.js.map +1 -0
- package/dist/esm/components/navigation/app-level/menu-user-org.d.ts +4 -0
- package/dist/esm/components/navigation/app-level/menu-user-org.d.ts.map +1 -0
- package/dist/esm/components/navigation/app-level/menu-user-org.js +89 -0
- package/dist/esm/components/navigation/app-level/menu-user-org.js.map +1 -0
- package/dist/esm/components/navigation/app-level/menubar.d.ts +4 -0
- package/dist/esm/components/navigation/app-level/menubar.d.ts.map +1 -0
- package/dist/esm/components/navigation/app-level/menubar.js +73 -0
- package/dist/esm/components/navigation/app-level/menubar.js.map +1 -0
- package/dist/esm/components/navigation/app-level/navigation-back.d.ts +4 -0
- package/dist/esm/components/navigation/app-level/navigation-back.d.ts.map +1 -0
- package/dist/esm/components/navigation/app-level/navigation-back.js +17 -0
- package/dist/esm/components/navigation/app-level/navigation-back.js.map +1 -0
- package/dist/esm/components/navigation/app-level/navigation-rail.d.ts +4 -0
- package/dist/esm/components/navigation/app-level/navigation-rail.d.ts.map +1 -0
- package/dist/esm/components/navigation/app-level/navigation-rail.js +36 -0
- package/dist/esm/components/navigation/app-level/navigation-rail.js.map +1 -0
- package/dist/esm/components/navigation/app-level/notification-center.d.ts +4 -0
- package/dist/esm/components/navigation/app-level/notification-center.d.ts.map +1 -0
- package/dist/esm/components/navigation/app-level/notification-center.js +91 -0
- package/dist/esm/components/navigation/app-level/notification-center.js.map +1 -0
- package/dist/esm/components/navigation/app-level/quick-action-button.d.ts +4 -0
- package/dist/esm/components/navigation/app-level/quick-action-button.d.ts.map +1 -0
- package/dist/esm/components/navigation/app-level/quick-action-button.js +34 -0
- package/dist/esm/components/navigation/app-level/quick-action-button.js.map +1 -0
- package/dist/esm/components/navigation/app-level/quick-switcher.d.ts +4 -0
- package/dist/esm/components/navigation/app-level/quick-switcher.d.ts.map +1 -0
- package/dist/esm/components/navigation/app-level/quick-switcher.js +33 -0
- package/dist/esm/components/navigation/app-level/quick-switcher.js.map +1 -0
- package/dist/esm/components/navigation/app-level/sidebar.d.ts +4 -0
- package/dist/esm/components/navigation/app-level/sidebar.d.ts.map +1 -0
- package/dist/esm/components/navigation/app-level/sidebar.js +146 -0
- package/dist/esm/components/navigation/app-level/sidebar.js.map +1 -0
- package/dist/esm/components/navigation/app-level/status-bar.d.ts +4 -0
- package/dist/esm/components/navigation/app-level/status-bar.d.ts.map +1 -0
- package/dist/esm/components/navigation/app-level/status-bar.js +66 -0
- package/dist/esm/components/navigation/app-level/status-bar.js.map +1 -0
- package/dist/esm/components/navigation/app-level/toolbar.d.ts +4 -0
- package/dist/esm/components/navigation/app-level/toolbar.d.ts.map +1 -0
- package/dist/esm/components/navigation/app-level/toolbar.js +19 -0
- package/dist/esm/components/navigation/app-level/toolbar.js.map +1 -0
- package/dist/esm/components/navigation/app-level/utility-panel.d.ts +4 -0
- package/dist/esm/components/navigation/app-level/utility-panel.d.ts.map +1 -0
- package/dist/esm/components/navigation/app-level/utility-panel.js +54 -0
- package/dist/esm/components/navigation/app-level/utility-panel.js.map +1 -0
- package/dist/esm/components/navigation/breadcrumb.d.ts +3 -0
- package/dist/esm/components/navigation/breadcrumb.d.ts.map +1 -0
- package/dist/esm/components/navigation/breadcrumb.js +46 -0
- package/dist/esm/components/navigation/breadcrumb.js.map +1 -0
- package/dist/esm/components/navigation/command.d.ts +19 -0
- package/dist/esm/components/navigation/command.d.ts.map +1 -0
- package/dist/esm/components/navigation/command.js +66 -0
- package/dist/esm/components/navigation/command.js.map +1 -0
- package/dist/esm/components/navigation/menu-bar.d.ts +41 -0
- package/dist/esm/components/navigation/menu-bar.d.ts.map +1 -0
- package/dist/esm/components/navigation/menu-bar.js +114 -0
- package/dist/esm/components/navigation/menu-bar.js.map +1 -0
- package/dist/esm/components/navigation/navbar.d.ts +3 -0
- package/dist/esm/components/navigation/navbar.d.ts.map +1 -0
- package/dist/esm/components/navigation/navbar.js +70 -0
- package/dist/esm/components/navigation/navbar.js.map +1 -0
- package/dist/esm/components/navigation/sidebar.d.ts +3 -0
- package/dist/esm/components/navigation/sidebar.d.ts.map +1 -0
- package/dist/esm/components/navigation/sidebar.js +247 -0
- package/dist/esm/components/navigation/sidebar.js.map +1 -0
- package/dist/esm/components/overlays/containers/alert-dialog.d.ts +4 -0
- package/dist/esm/components/overlays/containers/alert-dialog.d.ts.map +1 -0
- package/dist/esm/components/overlays/containers/alert-dialog.js +70 -0
- package/dist/esm/components/overlays/containers/alert-dialog.js.map +1 -0
- package/dist/esm/components/overlays/containers/alert.d.ts +3 -0
- package/dist/esm/components/overlays/containers/alert.d.ts.map +1 -0
- package/dist/esm/components/overlays/containers/alert.js +54 -0
- package/dist/esm/components/overlays/containers/alert.js.map +1 -0
- package/dist/esm/components/overlays/containers/dialog.d.ts +4 -0
- package/dist/esm/components/overlays/containers/dialog.d.ts.map +1 -0
- package/dist/esm/components/overlays/containers/dialog.js +57 -0
- package/dist/esm/components/overlays/containers/dialog.js.map +1 -0
- package/dist/esm/components/overlays/containers/drawer.d.ts +4 -0
- package/dist/esm/components/overlays/containers/drawer.d.ts.map +1 -0
- package/dist/esm/components/overlays/containers/drawer.js +51 -0
- package/dist/esm/components/overlays/containers/drawer.js.map +1 -0
- package/dist/esm/components/overlays/containers/sheet.d.ts +4 -0
- package/dist/esm/components/overlays/containers/sheet.d.ts.map +1 -0
- package/dist/esm/components/overlays/containers/sheet.js +61 -0
- package/dist/esm/components/overlays/containers/sheet.js.map +1 -0
- package/dist/esm/components/overlays/floating/context-menu.d.ts +26 -0
- package/dist/esm/components/overlays/floating/context-menu.d.ts.map +1 -0
- package/dist/esm/components/overlays/floating/context-menu.js +120 -0
- package/dist/esm/components/overlays/floating/context-menu.js.map +1 -0
- package/dist/esm/components/overlays/floating/dropdown-menu.d.ts +34 -0
- package/dist/esm/components/overlays/floating/dropdown-menu.d.ts.map +1 -0
- package/dist/esm/components/overlays/floating/dropdown-menu.js +123 -0
- package/dist/esm/components/overlays/floating/dropdown-menu.js.map +1 -0
- package/dist/esm/components/overlays/floating/hover-card.d.ts +3 -0
- package/dist/esm/components/overlays/floating/hover-card.d.ts.map +1 -0
- package/dist/esm/components/overlays/floating/hover-card.js +22 -0
- package/dist/esm/components/overlays/floating/hover-card.js.map +1 -0
- package/dist/esm/components/overlays/floating/popover.d.ts +35 -0
- package/dist/esm/components/overlays/floating/popover.d.ts.map +1 -0
- package/dist/esm/components/overlays/floating/popover.js +35 -0
- package/dist/esm/components/overlays/floating/popover.js.map +1 -0
- package/dist/esm/components/overlays/floating/tooltip.d.ts +3 -0
- package/dist/esm/components/overlays/floating/tooltip.d.ts.map +1 -0
- package/dist/esm/components/overlays/floating/tooltip.js +28 -0
- package/dist/esm/components/overlays/floating/tooltip.js.map +1 -0
- package/dist/esm/components/sections/accordion.d.ts +3 -0
- package/dist/esm/components/sections/accordion.d.ts.map +1 -0
- package/dist/esm/components/sections/accordion.js +27 -0
- package/dist/esm/components/sections/accordion.js.map +1 -0
- package/dist/esm/components/sections/card.d.ts +3 -0
- package/dist/esm/components/sections/card.d.ts.map +1 -0
- package/dist/esm/components/sections/card.js +48 -0
- package/dist/esm/components/sections/card.js.map +1 -0
- package/dist/esm/components/sections/collapsible.d.ts +3 -0
- package/dist/esm/components/sections/collapsible.d.ts.map +1 -0
- package/dist/esm/components/sections/collapsible.js +14 -0
- package/dist/esm/components/sections/collapsible.js.map +1 -0
- package/dist/esm/components/sections/pagination.d.ts +3 -0
- package/dist/esm/components/sections/pagination.d.ts.map +1 -0
- package/dist/esm/components/sections/pagination.js +45 -0
- package/dist/esm/components/sections/pagination.js.map +1 -0
- package/dist/esm/components/sections/stacked-layout.d.ts +3 -0
- package/dist/esm/components/sections/stacked-layout.d.ts.map +1 -0
- package/dist/esm/components/sections/stacked-layout.js +77 -0
- package/dist/esm/components/sections/stacked-layout.js.map +1 -0
- package/dist/esm/components/sections/stepper.d.ts +3 -0
- package/dist/esm/components/sections/stepper.d.ts.map +1 -0
- package/dist/esm/components/sections/stepper.js +70 -0
- package/dist/esm/components/sections/stepper.js.map +1 -0
- package/dist/esm/components/sections/table.d.ts +3 -0
- package/dist/esm/components/sections/table.d.ts.map +1 -0
- package/dist/esm/components/sections/table.js +52 -0
- package/dist/esm/components/sections/table.js.map +1 -0
- package/dist/esm/components/sections/tabs.d.ts +3 -0
- package/dist/esm/components/sections/tabs.d.ts.map +1 -0
- package/dist/esm/components/sections/tabs.js +31 -0
- package/dist/esm/components/sections/tabs.js.map +1 -0
- package/dist/esm/components/typography/heading.d.ts +5 -0
- package/dist/esm/components/typography/heading.d.ts.map +1 -0
- package/dist/esm/components/typography/heading.js +23 -0
- package/dist/esm/components/typography/heading.js.map +1 -0
- package/dist/esm/components/typography/label.d.ts +5 -0
- package/dist/esm/components/typography/label.d.ts.map +1 -0
- package/dist/esm/components/typography/label.js +17 -0
- package/dist/esm/components/typography/label.js.map +1 -0
- package/dist/esm/components/typography/link.d.ts +5 -0
- package/dist/esm/components/typography/link.d.ts.map +1 -0
- package/dist/esm/components/typography/link.js +72 -0
- package/dist/esm/components/typography/link.js.map +1 -0
- package/dist/esm/components/typography/text.d.ts +10 -0
- package/dist/esm/components/typography/text.d.ts.map +1 -0
- package/dist/esm/components/typography/text.js +36 -0
- package/dist/esm/components/typography/text.js.map +1 -0
- package/dist/esm/components/typography/truncated-text.d.ts +17 -0
- package/dist/esm/components/typography/truncated-text.d.ts.map +1 -0
- package/dist/esm/components/typography/truncated-text.js +45 -0
- package/dist/esm/components/typography/truncated-text.js.map +1 -0
- package/dist/esm/config/billing-shell.presets.d.ts +7 -0
- package/dist/esm/config/billing-shell.presets.d.ts.map +1 -0
- package/dist/esm/config/billing-shell.presets.js +54 -0
- package/dist/esm/config/billing-shell.presets.js.map +1 -0
- package/dist/esm/config/default-hotkeys.preset.d.ts +15 -0
- package/dist/esm/config/default-hotkeys.preset.d.ts.map +1 -0
- package/dist/esm/config/default-hotkeys.preset.js +51 -0
- package/dist/esm/config/default-hotkeys.preset.js.map +1 -0
- package/dist/esm/config/index.d.ts +9 -0
- package/dist/esm/config/index.d.ts.map +1 -0
- package/dist/esm/config/index.js +9 -0
- package/dist/esm/config/index.js.map +1 -0
- package/dist/esm/config/preset-design-system.d.ts +1498 -0
- package/dist/esm/config/preset-design-system.d.ts.map +1 -0
- package/dist/esm/config/preset-design-system.js +581 -0
- package/dist/esm/config/preset-design-system.js.map +1 -0
- package/dist/esm/config/preset-error-pages.d.ts +52 -0
- package/dist/esm/config/preset-error-pages.d.ts.map +1 -0
- package/dist/esm/config/preset-error-pages.js +190 -0
- package/dist/esm/config/preset-error-pages.js.map +1 -0
- package/dist/esm/config/preset-kits.d.ts +129 -0
- package/dist/esm/config/preset-kits.d.ts.map +1 -0
- package/dist/esm/config/preset-kits.js +290 -0
- package/dist/esm/config/preset-kits.js.map +1 -0
- package/dist/esm/config/preset-navigation.d.ts +91 -0
- package/dist/esm/config/preset-navigation.d.ts.map +1 -0
- package/dist/esm/config/preset-navigation.js +304 -0
- package/dist/esm/config/preset-navigation.js.map +1 -0
- package/dist/esm/config/preset-resources.d.ts +10 -0
- package/dist/esm/config/preset-resources.d.ts.map +1 -0
- package/dist/esm/config/preset-resources.js +10 -0
- package/dist/esm/config/preset-resources.js.map +1 -0
- package/dist/esm/config/preset-shell.d.ts +69 -0
- package/dist/esm/config/preset-shell.d.ts.map +1 -0
- package/dist/esm/config/preset-shell.js +244 -0
- package/dist/esm/config/preset-shell.js.map +1 -0
- package/dist/esm/config/preset-utils.d.ts +51 -0
- package/dist/esm/config/preset-utils.d.ts.map +1 -0
- package/dist/esm/config/preset-utils.js +127 -0
- package/dist/esm/config/preset-utils.js.map +1 -0
- package/dist/esm/config/presets.d.ts +111 -0
- package/dist/esm/config/presets.d.ts.map +1 -0
- package/dist/esm/config/presets.js +286 -0
- package/dist/esm/config/presets.js.map +1 -0
- package/dist/esm/config/resources/application-layout-templates.d.ts +14 -0
- package/dist/esm/config/resources/application-layout-templates.d.ts.map +1 -0
- package/dist/esm/config/resources/application-layout-templates.js +40 -0
- package/dist/esm/config/resources/application-layout-templates.js.map +1 -0
- package/dist/esm/config/resources/application.resource-presets.d.ts +15 -0
- package/dist/esm/config/resources/application.resource-presets.d.ts.map +1 -0
- package/dist/esm/config/resources/application.resource-presets.js +159 -0
- package/dist/esm/config/resources/application.resource-presets.js.map +1 -0
- package/dist/esm/config/resources/billing-layout-templates.d.ts +14 -0
- package/dist/esm/config/resources/billing-layout-templates.d.ts.map +1 -0
- package/dist/esm/config/resources/billing-layout-templates.js +24 -0
- package/dist/esm/config/resources/billing-layout-templates.js.map +1 -0
- package/dist/esm/config/resources/billing.resource-presets.d.ts +26 -0
- package/dist/esm/config/resources/billing.resource-presets.d.ts.map +1 -0
- package/dist/esm/config/resources/billing.resource-presets.js +528 -0
- package/dist/esm/config/resources/billing.resource-presets.js.map +1 -0
- package/dist/esm/config/resources/email-layout-templates.d.ts +8 -0
- package/dist/esm/config/resources/email-layout-templates.d.ts.map +1 -0
- package/dist/esm/config/resources/email-layout-templates.js +22 -0
- package/dist/esm/config/resources/email-layout-templates.js.map +1 -0
- package/dist/esm/config/resources/email.resource-presets.d.ts +12 -0
- package/dist/esm/config/resources/email.resource-presets.d.ts.map +1 -0
- package/dist/esm/config/resources/email.resource-presets.js +134 -0
- package/dist/esm/config/resources/email.resource-presets.js.map +1 -0
- package/dist/esm/config/resources/guidance-layout-templates.d.ts +9 -0
- package/dist/esm/config/resources/guidance-layout-templates.d.ts.map +1 -0
- package/dist/esm/config/resources/guidance-layout-templates.js +25 -0
- package/dist/esm/config/resources/guidance-layout-templates.js.map +1 -0
- package/dist/esm/config/resources/guidance.resource-presets.d.ts +5 -0
- package/dist/esm/config/resources/guidance.resource-presets.d.ts.map +1 -0
- package/dist/esm/config/resources/guidance.resource-presets.js +198 -0
- package/dist/esm/config/resources/guidance.resource-presets.js.map +1 -0
- package/dist/esm/config/resources/identity-layout-templates.d.ts +16 -0
- package/dist/esm/config/resources/identity-layout-templates.d.ts.map +1 -0
- package/dist/esm/config/resources/identity-layout-templates.js +46 -0
- package/dist/esm/config/resources/identity-layout-templates.js.map +1 -0
- package/dist/esm/config/resources/identity.resource-presets.d.ts +17 -0
- package/dist/esm/config/resources/identity.resource-presets.d.ts.map +1 -0
- package/dist/esm/config/resources/identity.resource-presets.js +216 -0
- package/dist/esm/config/resources/identity.resource-presets.js.map +1 -0
- package/dist/esm/config/resources/index.d.ts +22 -0
- package/dist/esm/config/resources/index.d.ts.map +1 -0
- package/dist/esm/config/resources/index.js +39 -0
- package/dist/esm/config/resources/index.js.map +1 -0
- package/dist/esm/config/resources/infrastructure.resource-presets.d.ts +15 -0
- package/dist/esm/config/resources/infrastructure.resource-presets.d.ts.map +1 -0
- package/dist/esm/config/resources/infrastructure.resource-presets.js +109 -0
- package/dist/esm/config/resources/infrastructure.resource-presets.js.map +1 -0
- package/dist/esm/config/resources/organizations-layout-templates.d.ts +26 -0
- package/dist/esm/config/resources/organizations-layout-templates.d.ts.map +1 -0
- package/dist/esm/config/resources/organizations-layout-templates.js +76 -0
- package/dist/esm/config/resources/organizations-layout-templates.js.map +1 -0
- package/dist/esm/config/resources/organizations.resource-presets.d.ts +14 -0
- package/dist/esm/config/resources/organizations.resource-presets.d.ts.map +1 -0
- package/dist/esm/config/resources/organizations.resource-presets.js +253 -0
- package/dist/esm/config/resources/organizations.resource-presets.js.map +1 -0
- package/dist/esm/config/resources/resource.config.utils.d.ts +11 -0
- package/dist/esm/config/resources/resource.config.utils.d.ts.map +1 -0
- package/dist/esm/config/resources/resource.config.utils.js +14 -0
- package/dist/esm/config/resources/resource.config.utils.js.map +1 -0
- package/dist/esm/config/resources/security-siem-templates.d.ts +14 -0
- package/dist/esm/config/resources/security-siem-templates.d.ts.map +1 -0
- package/dist/esm/config/resources/security-siem-templates.js +17 -0
- package/dist/esm/config/resources/security-siem-templates.js.map +1 -0
- package/dist/esm/config/resources/security.resource-presets.d.ts +18 -0
- package/dist/esm/config/resources/security.resource-presets.d.ts.map +1 -0
- package/dist/esm/config/resources/security.resource-presets.js +543 -0
- package/dist/esm/config/resources/security.resource-presets.js.map +1 -0
- package/dist/esm/index.d.ts +169 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +183 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lottie/lottie.content.definitions.d.ts +10 -0
- package/dist/esm/lottie/lottie.content.definitions.d.ts.map +1 -0
- package/dist/esm/lottie/lottie.content.definitions.js +10 -0
- package/dist/esm/lottie/lottie.content.definitions.js.map +1 -0
- package/dist/esm/lottie/lottie.definitions.d.ts +27 -0
- package/dist/esm/lottie/lottie.definitions.d.ts.map +1 -0
- package/dist/esm/lottie/lottie.definitions.js +45 -0
- package/dist/esm/lottie/lottie.definitions.js.map +1 -0
- package/dist/esm/registration/register-common-enums.d.ts +15 -0
- package/dist/esm/registration/register-common-enums.d.ts.map +1 -0
- package/dist/esm/registration/register-common-enums.js +138 -0
- package/dist/esm/registration/register-common-enums.js.map +1 -0
- package/dist/esm/registration/register-default-animations.d.ts +9 -0
- package/dist/esm/registration/register-default-animations.d.ts.map +1 -0
- package/dist/esm/registration/register-default-animations.js +24 -0
- package/dist/esm/registration/register-default-animations.js.map +1 -0
- package/dist/esm/registration/register-default-icons.d.ts +6 -0
- package/dist/esm/registration/register-default-icons.d.ts.map +1 -0
- package/dist/esm/registration/register-default-icons.js +130 -0
- package/dist/esm/registration/register-default-icons.js.map +1 -0
- package/dist/esm/registration/register-default-presets.d.ts +2 -0
- package/dist/esm/registration/register-default-presets.d.ts.map +1 -0
- package/dist/esm/registration/register-default-presets.js +440 -0
- package/dist/esm/registration/register-default-presets.js.map +1 -0
- package/dist/esm/themes/glass.theme.d.ts +3 -0
- package/dist/esm/themes/glass.theme.d.ts.map +1 -0
- package/dist/esm/themes/glass.theme.js +420 -0
- package/dist/esm/themes/glass.theme.js.map +1 -0
- package/dist/esm/themes/neo-brutalist.theme.d.ts +3 -0
- package/dist/esm/themes/neo-brutalist.theme.d.ts.map +1 -0
- package/dist/esm/themes/neo-brutalist.theme.js +400 -0
- package/dist/esm/themes/neo-brutalist.theme.js.map +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -0
- package/package.json +131 -0
|
@@ -0,0 +1,440 @@
|
|
|
1
|
+
import { FrontendComponentType, CorePresetNames } from '@wildo-ai/presets-components-models';
|
|
2
|
+
import { ComponentRegistryService } from '@wildo-ai/saas-frontend-lib';
|
|
3
|
+
// === Actions ===
|
|
4
|
+
import { ActionBar } from '../components/actions/action-bar.js';
|
|
5
|
+
import { ActionButton } from '../components/actions/action-button.js';
|
|
6
|
+
import { Button } from '../components/actions/button.js';
|
|
7
|
+
import { ButtonGroup, ButtonGroupText, ButtonGroupSeparator } from '../components/actions/button-group.js';
|
|
8
|
+
// === Typography ===
|
|
9
|
+
import { Heading, Subheading } from '../components/typography/heading.js';
|
|
10
|
+
import { Label } from '../components/typography/label.js';
|
|
11
|
+
import { Link } from '../components/typography/link.js';
|
|
12
|
+
import { Text, TextLink, Strong, Code } from '../components/typography/text.js';
|
|
13
|
+
// === Data Display ===
|
|
14
|
+
import { Avatar } from '../components/data-display/avatar.js';
|
|
15
|
+
import { Badge } from '../components/data-display/badge.js';
|
|
16
|
+
import { DescriptionList, DescriptionTerm, DescriptionDetails } from '../components/data-display/description-list.js';
|
|
17
|
+
import { DisplayFieldBigDecimal } from '../components/data-display/formatters/display-field-bigdecimal.js';
|
|
18
|
+
import { DisplayFieldBoolean } from '../components/data-display/formatters/display-field-boolean.js';
|
|
19
|
+
import { DisplayFieldCode } from '../components/data-display/formatters/display-field-code.js';
|
|
20
|
+
import { DisplayFieldEnum } from '../components/data-display/formatters/display-field-enum.js';
|
|
21
|
+
import { DisplayFieldFile } from '../components/data-display/formatters/display-field-file.js';
|
|
22
|
+
import { DisplayFieldFileImage } from '../components/data-display/formatters/display-field-file-image.js';
|
|
23
|
+
import { DisplayFieldFileVideo } from '../components/data-display/formatters/display-field-file-video.js';
|
|
24
|
+
import { DisplayFieldFileAudio } from '../components/data-display/formatters/display-field-file-audio.js';
|
|
25
|
+
import { DisplayFieldFileDocument } from '../components/data-display/formatters/display-field-file-document.js';
|
|
26
|
+
import { DisplayFieldFileGallery } from '../components/data-display/formatters/display-field-file-gallery.js';
|
|
27
|
+
import { DisplayFieldMoney } from '../components/data-display/formatters/display-field-money.js';
|
|
28
|
+
import { DisplayFieldDuration } from '../components/data-display/formatters/display-field-duration.js';
|
|
29
|
+
import { DisplayFieldPhone } from '../components/data-display/formatters/display-field-phone.js';
|
|
30
|
+
import { DisplayFieldNumber } from '../components/data-display/formatters/display-field-number.js';
|
|
31
|
+
import { DisplayFieldRangeBigDecimal } from '../components/data-display/formatters/display-field-range-bigdecimal.js';
|
|
32
|
+
import { DisplayFieldRangeMoney } from '../components/data-display/formatters/display-field-range-money.js';
|
|
33
|
+
import { DisplayFieldString } from '../components/data-display/formatters/display-field-string.js';
|
|
34
|
+
import { DisplayFieldDate } from '../components/data-display/formatters/display-field-date.js';
|
|
35
|
+
import { DisplayFieldDateTime } from '../components/data-display/formatters/display-field-datetime.js';
|
|
36
|
+
import { DisplayFieldTime } from '../components/data-display/formatters/display-field-time.js';
|
|
37
|
+
import { DisplayFieldRangeNumber } from '../components/data-display/formatters/display-field-range-number.js';
|
|
38
|
+
import { DisplayFieldRangeDate } from '../components/data-display/formatters/display-field-range-date.js';
|
|
39
|
+
import { DisplayFieldRangeDateTime } from '../components/data-display/formatters/display-field-range-datetime.js';
|
|
40
|
+
import { DisplayFieldRangeTime } from '../components/data-display/formatters/display-field-range-time.js';
|
|
41
|
+
// === Feedback ===
|
|
42
|
+
import { DangerZone } from '../components/feedback/danger-zone.js';
|
|
43
|
+
import { EmptyState } from '../components/feedback/empty-state.js';
|
|
44
|
+
import { CelebrationOverlay } from '../components/feedback/celebration-overlay.js';
|
|
45
|
+
import { ErrorDisplay } from '../components/feedback/error-display.js';
|
|
46
|
+
import { OperationsConfirmCritical } from '../components/feedback/operations-confirm-critical.js';
|
|
47
|
+
import { Progress } from '../components/feedback/progress.js';
|
|
48
|
+
import { Skeleton } from '../components/feedback/skeleton.js';
|
|
49
|
+
import { LoadingSpinner } from '../components/feedback/loading-spinner.js';
|
|
50
|
+
import { LoadingOverlay } from '../components/feedback/loading-overlay.js';
|
|
51
|
+
import { Toaster } from '../components/feedback/toast.js';
|
|
52
|
+
// === Feature Gating ===
|
|
53
|
+
import { FeatureUnavailablePrompt } from '../components/feedback/features/feature-unavailable-prompt.js';
|
|
54
|
+
import { FeatureUnavailableDialog } from '../components/feedback/features/feature-unavailable-dialog.js';
|
|
55
|
+
import { FeatureLockBadge } from '../components/feedback/features/feature-lock-badge.js';
|
|
56
|
+
import { FeatureLimitIndicator } from '../components/feedback/features/feature-limit-indicator.js';
|
|
57
|
+
// === Form ===
|
|
58
|
+
import { AutosaveIndicator } from '../components/form/autosave-indicator.js';
|
|
59
|
+
import { Field, FieldSet, FieldGroup, FieldLegend, FieldLabel, FieldTitle, FieldContent, FieldDescription, FieldError, FieldSeparator } from '../components/form/chromes/field.js';
|
|
60
|
+
import { Combobox, ComboboxMultiple } from '../components/form/combobox.js';
|
|
61
|
+
import { Calendar } from '../components/form/controls/date-time/calendar.js';
|
|
62
|
+
import { Checkbox } from '../components/form/controls/boolean/checkbox.js';
|
|
63
|
+
import { ColorInput } from '../components/form/controls/string/color-input.js';
|
|
64
|
+
import { FileUpload } from '../components/form/controls/file/file-upload.js';
|
|
65
|
+
import { Input } from '../components/form/controls/input.js';
|
|
66
|
+
import { InputGroup, InputGroupAddon, InputGroupButton, InputGroupText, InputGroupInput, InputGroupTextarea } from '../components/form/controls/input-group.js';
|
|
67
|
+
import { InputOTP } from '../components/form/controls/string/input-otp.js';
|
|
68
|
+
import { PasswordInput } from '../components/form/controls/string/password-input.js';
|
|
69
|
+
import { RadioGroup, RadioGroupItem } from '../components/form/controls/enum/radio.js';
|
|
70
|
+
import { Select } from '../components/form/controls/enum/select.js';
|
|
71
|
+
import { SelectMultiple } from '../components/form/controls/enum/select-multiple.js';
|
|
72
|
+
import { Slider } from '../components/form/controls/number/slider.js';
|
|
73
|
+
import { Switch } from '../components/form/controls/boolean/switch.js';
|
|
74
|
+
import { Textarea } from '../components/form/controls/string/textarea.js';
|
|
75
|
+
import { TimePicker } from '../components/form/controls/date-time/time-picker.js';
|
|
76
|
+
import { TimeRangePicker } from '../components/form/controls/date-time/time-range-picker.js';
|
|
77
|
+
import { Toggle } from '../components/form/controls/boolean/toggle.js';
|
|
78
|
+
import { ToggleGroup } from '../components/form/controls/enum/toggle-group.js';
|
|
79
|
+
import { ToggleGroupBoolean } from '../components/form/controls/boolean/toggle-group-boolean.js';
|
|
80
|
+
import { FormRoot, FormItem, FormLabel, FormControl, FormDescription, FormMessage, FormFieldPrimitive } from '../components/form/chromes/form-primitive.js';
|
|
81
|
+
import { DatePicker } from '../components/form/controls/date-time/datepicker.js';
|
|
82
|
+
import { DateRangePicker } from '../components/form/controls/date-time/date-range-picker.js';
|
|
83
|
+
import { DateTimePicker } from '../components/form/controls/date-time/datetime-picker.js';
|
|
84
|
+
import { DateTimeRangePicker } from '../components/form/controls/date-time/datetime-range-picker.js';
|
|
85
|
+
// === Billing ===
|
|
86
|
+
import { InvoiceHistory } from '../components/billing/billing-invoice-history.js';
|
|
87
|
+
import { PlanChangePreview } from '../components/billing/billing-plan-change-preview.js';
|
|
88
|
+
import { BillingPortalLink } from '../components/billing/billing-portal-link.js';
|
|
89
|
+
import { PricingTable } from '../components/billing/billing-pricing-table.js';
|
|
90
|
+
import { PromotionCodeInput } from '../components/billing/billing-promotion-code-input.js';
|
|
91
|
+
import { SubscriptionStatus } from '../components/billing/billing-subscription-status.js';
|
|
92
|
+
import { UsageDashboard } from '../components/billing/billing-usage-dashboard.js';
|
|
93
|
+
// === Layout ===
|
|
94
|
+
import { AspectRatio } from '../components/layout/aspect-ratio.js';
|
|
95
|
+
import { Carousel } from '../components/layout/carousel.js';
|
|
96
|
+
import { Divider } from '../components/layout/divider.js';
|
|
97
|
+
import { ResizablePanelGroup } from '../components/layout/resizable.js';
|
|
98
|
+
import { ScrollArea } from '../components/layout/scroll-area.js';
|
|
99
|
+
import { Separator } from '../components/layout/separator.js';
|
|
100
|
+
// === Navigation ===
|
|
101
|
+
import { Breadcrumb } from '../components/navigation/breadcrumb.js';
|
|
102
|
+
import { Command } from '../components/navigation/command.js';
|
|
103
|
+
import { Menubar } from '../components/navigation/menu-bar.js';
|
|
104
|
+
import { NavigationMenu } from '../components/navigation/navbar.js';
|
|
105
|
+
import { Sidebar } from '../components/navigation/sidebar.js';
|
|
106
|
+
// === Overlays — Containers ===
|
|
107
|
+
import { Alert } from '../components/overlays/containers/alert.js';
|
|
108
|
+
import { AlertDialog } from '../components/overlays/containers/alert-dialog.js';
|
|
109
|
+
import { Dialog } from '../components/overlays/containers/dialog.js';
|
|
110
|
+
import { Drawer } from '../components/overlays/containers/drawer.js';
|
|
111
|
+
import { Sheet } from '../components/overlays/containers/sheet.js';
|
|
112
|
+
// === Overlays — Floating ===
|
|
113
|
+
import { ContextMenu } from '../components/overlays/floating/context-menu.js';
|
|
114
|
+
import { DropdownMenu } from '../components/overlays/floating/dropdown-menu.js';
|
|
115
|
+
import { HoverCard } from '../components/overlays/floating/hover-card.js';
|
|
116
|
+
import { Popover } from '../components/overlays/floating/popover.js';
|
|
117
|
+
import { Tooltip } from '../components/overlays/floating/tooltip.js';
|
|
118
|
+
// === Sections ===
|
|
119
|
+
import { Accordion } from '../components/sections/accordion.js';
|
|
120
|
+
import { Card } from '../components/sections/card.js';
|
|
121
|
+
import { Collapsible } from '../components/sections/collapsible.js';
|
|
122
|
+
import { Pagination } from '../components/sections/pagination.js';
|
|
123
|
+
import { StackedLayout } from '../components/sections/stacked-layout.js';
|
|
124
|
+
import { Stepper } from '../components/sections/stepper.js';
|
|
125
|
+
import { Table } from '../components/sections/table.js';
|
|
126
|
+
import { Tabs } from '../components/sections/tabs.js';
|
|
127
|
+
// === AI Elements — Artifacts ===
|
|
128
|
+
import { AI_Artifact } from '../components/ai-elements/artifacts/artifact.js';
|
|
129
|
+
import { AI_ArtifactList } from '../components/ai-elements/artifacts/artifact-browser.js';
|
|
130
|
+
import { AI_CodeBlock } from '../components/ai-elements/artifacts/code-block.js';
|
|
131
|
+
import { AI_Image } from '../components/ai-elements/artifacts/image.js';
|
|
132
|
+
import { AI_WebPreview } from '../components/ai-elements/artifacts/web-preview.js';
|
|
133
|
+
// === AI Elements — Decision / Approval ===
|
|
134
|
+
import { AI_ApprovalRequest, AI_ApprovalQueue } from '../components/ai-elements/decision/approval.js';
|
|
135
|
+
import { AI_DecisionRequest, AI_HumanInputRequest } from '../components/ai-elements/decision/decision-request.js';
|
|
136
|
+
// === AI Elements — Agent Config ===
|
|
137
|
+
import { AI_AgentList, AI_AgentCard, AI_AgentPromptSpec, AI_AgentCapabilities } from '../components/ai-elements/meta/agent.js';
|
|
138
|
+
// === AI Elements — Chat ===
|
|
139
|
+
import { AI_Conversation } from '../components/ai-elements/chat/conversation.js';
|
|
140
|
+
import { AI_Message } from '../components/ai-elements/chat/message.js';
|
|
141
|
+
import { AI_PromptInput } from '../components/ai-elements/chat/prompt-input.js';
|
|
142
|
+
import { AI_Sources } from '../components/ai-elements/chat/sources.js';
|
|
143
|
+
import { AI_Suggestion, AI_Suggestions } from '../components/ai-elements/chat/suggestion.js';
|
|
144
|
+
// === AI Elements — Execution ===
|
|
145
|
+
import { AI_Confirmation } from '../components/ai-elements/execution/confirmation.js';
|
|
146
|
+
import { AI_Queue } from '../components/ai-elements/execution/queue.js';
|
|
147
|
+
import { AI_Task } from '../components/ai-elements/execution/task.js';
|
|
148
|
+
import { AI_Tool } from '../components/ai-elements/execution/tool.js';
|
|
149
|
+
// === AI Elements — Graph ===
|
|
150
|
+
import { AI_Canvas } from '../components/ai-elements/graph/canvas.js';
|
|
151
|
+
import { AI_Connection } from '../components/ai-elements/graph/connection.js';
|
|
152
|
+
import { AI_Controls } from '../components/ai-elements/graph/controls.js';
|
|
153
|
+
import { AI_Edge } from '../components/ai-elements/graph/edge.js';
|
|
154
|
+
import { AI_Node } from '../components/ai-elements/graph/node.js';
|
|
155
|
+
import { AI_Panel } from '../components/ai-elements/graph/panel.js';
|
|
156
|
+
import { AI_Toolbar } from '../components/ai-elements/graph/toolbar.js';
|
|
157
|
+
// === AI Elements — Meta ===
|
|
158
|
+
import { AI_Context } from '../components/ai-elements/meta/context.js';
|
|
159
|
+
import { AI_ModelSelector } from '../components/ai-elements/meta/model-selector.js';
|
|
160
|
+
import { AI_OpenInChatGPT } from '../components/ai-elements/meta/open-in-chat.js';
|
|
161
|
+
// === AI Elements — Shared ===
|
|
162
|
+
import { AI_Loader } from '../components/ai-elements/shared/loader.js';
|
|
163
|
+
import { AI_Shimmer } from '../components/ai-elements/shared/shimmer.js';
|
|
164
|
+
// === Application Level ===
|
|
165
|
+
import { ApplicationLevelPreset_CommandMenu_Default } from '../components/navigation/app-level/command-menu.js';
|
|
166
|
+
import { ApplicationLevelPreset_ControlPanel_Default } from '../components/navigation/app-level/control-panel.js';
|
|
167
|
+
import { ApplicationLevelPreset_Menubar_Default } from '../components/navigation/app-level/menubar.js';
|
|
168
|
+
import { ApplicationLevelPreset_MenuUserOrg_Default } from '../components/navigation/app-level/menu-user-org.js';
|
|
169
|
+
import { ApplicationLevelPreset_NavigationBack_Default } from '../components/navigation/app-level/navigation-back.js';
|
|
170
|
+
import { ApplicationLevelPreset_ActivityBar_Default } from '../components/navigation/app-level/activity-bar.js';
|
|
171
|
+
import { ApplicationLevelPreset_NotificationCenter_Default } from '../components/navigation/app-level/notification-center.js';
|
|
172
|
+
import { ApplicationLevelPreset_QuickActionButton_Default } from '../components/navigation/app-level/quick-action-button.js';
|
|
173
|
+
import { ApplicationLevelPreset_QuickSwitcher_Default } from '../components/navigation/app-level/quick-switcher.js';
|
|
174
|
+
import { ApplicationLevelPreset_Sidebar_Default } from '../components/navigation/app-level/sidebar.js';
|
|
175
|
+
import { ApplicationLevelPreset_StatusBar_Default } from '../components/navigation/app-level/status-bar.js';
|
|
176
|
+
import { ApplicationLevelPreset_Toolbar_Default } from '../components/navigation/app-level/toolbar.js';
|
|
177
|
+
import { ApplicationLevelPreset_UtilityPanel_Default } from '../components/navigation/app-level/utility-panel.js';
|
|
178
|
+
// === App Layouts ===
|
|
179
|
+
import { AppLayoutPreset_MainContainer_Default } from '../components/app/app-layout-main-container.js';
|
|
180
|
+
import { PublicLayoutPreset_MainContainer_Default } from '../components/app/public-layout-main-container.js';
|
|
181
|
+
// === AI Elements — Trace ===
|
|
182
|
+
import { AI_ChainOfThought } from '../components/ai-elements/trace/chain-of-thought.js';
|
|
183
|
+
import { AI_Checkpoint } from '../components/ai-elements/trace/checkpoint.js';
|
|
184
|
+
import { AI_InlineCitation } from '../components/ai-elements/trace/inline-citation.js';
|
|
185
|
+
import { AI_Plan } from '../components/ai-elements/trace/plan.js';
|
|
186
|
+
import { AI_Reasoning } from '../components/ai-elements/trace/reasoning.js';
|
|
187
|
+
export function registerDefaultPresets() {
|
|
188
|
+
// === Actions ===
|
|
189
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_ACTION_BAR, CorePresetNames.DEFAULT, ActionBar, { isConfigurable: true });
|
|
190
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_ACTION_BUTTON, CorePresetNames.DEFAULT, ActionButton, { isConfigurable: true });
|
|
191
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_BUTTON, CorePresetNames.DEFAULT, Button, { isConfigurable: true });
|
|
192
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_BUTTON_GROUP, CorePresetNames.DEFAULT, ButtonGroup, { isConfigurable: true });
|
|
193
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_BUTTON_GROUP_TEXT, CorePresetNames.DEFAULT, ButtonGroupText, { isConfigurable: true });
|
|
194
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_BUTTON_GROUP_SEPARATOR, CorePresetNames.DEFAULT, ButtonGroupSeparator, { isConfigurable: true });
|
|
195
|
+
// === Typography ===
|
|
196
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_HEADING, CorePresetNames.DEFAULT, Heading, { isConfigurable: true });
|
|
197
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_SUBHEADING, CorePresetNames.DEFAULT, Subheading, { isConfigurable: true });
|
|
198
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_LABEL, CorePresetNames.DEFAULT, Label, { isConfigurable: true });
|
|
199
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_LINK, CorePresetNames.DEFAULT, Link, { isConfigurable: true });
|
|
200
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_TEXT, CorePresetNames.DEFAULT, Text, { isConfigurable: true });
|
|
201
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_TEXT_LINK, CorePresetNames.DEFAULT, TextLink, { isConfigurable: true });
|
|
202
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_STRONG, CorePresetNames.DEFAULT, Strong, { isConfigurable: true });
|
|
203
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_CODE, CorePresetNames.DEFAULT, Code, { isConfigurable: true });
|
|
204
|
+
// === Data Display ===
|
|
205
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AVATAR, CorePresetNames.DEFAULT, Avatar, { isConfigurable: true });
|
|
206
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_BADGE, CorePresetNames.DEFAULT, Badge, { isConfigurable: true });
|
|
207
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DESCRIPTION_LIST, CorePresetNames.DEFAULT, DescriptionList, { isConfigurable: true });
|
|
208
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DESCRIPTION_TERM, CorePresetNames.DEFAULT, DescriptionTerm, { isConfigurable: true });
|
|
209
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DESCRIPTION_DETAILS, CorePresetNames.DEFAULT, DescriptionDetails, { isConfigurable: true });
|
|
210
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_BIGDECIMAL, CorePresetNames.DEFAULT, DisplayFieldBigDecimal, { isConfigurable: true });
|
|
211
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_BOOLEAN, CorePresetNames.DEFAULT, DisplayFieldBoolean, { isConfigurable: true });
|
|
212
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_CODE, CorePresetNames.DEFAULT, DisplayFieldCode, { isConfigurable: true });
|
|
213
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_ENUM, CorePresetNames.DEFAULT, DisplayFieldEnum, { isConfigurable: true });
|
|
214
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_FILE, CorePresetNames.DEFAULT, DisplayFieldFile, { isConfigurable: true });
|
|
215
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_FILE_IMAGE, CorePresetNames.DEFAULT, DisplayFieldFileImage, { isConfigurable: true });
|
|
216
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_FILE_VIDEO, CorePresetNames.DEFAULT, DisplayFieldFileVideo, { isConfigurable: true });
|
|
217
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_FILE_AUDIO, CorePresetNames.DEFAULT, DisplayFieldFileAudio, { isConfigurable: true });
|
|
218
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_FILE_DOCUMENT, CorePresetNames.DEFAULT, DisplayFieldFileDocument, { isConfigurable: true });
|
|
219
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_FILE_GALLERY, CorePresetNames.DEFAULT, DisplayFieldFileGallery, { isConfigurable: true });
|
|
220
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_MONEY, CorePresetNames.DEFAULT, DisplayFieldMoney, { isConfigurable: true });
|
|
221
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_DURATION, CorePresetNames.DEFAULT, DisplayFieldDuration, { isConfigurable: true });
|
|
222
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_PHONE, CorePresetNames.DEFAULT, DisplayFieldPhone, { isConfigurable: true });
|
|
223
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_NUMBER, CorePresetNames.DEFAULT, DisplayFieldNumber, { isConfigurable: true });
|
|
224
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_RANGE_BIGDECIMAL, CorePresetNames.DEFAULT, DisplayFieldRangeBigDecimal, { isConfigurable: true });
|
|
225
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_RANGE_MONEY, CorePresetNames.DEFAULT, DisplayFieldRangeMoney, { isConfigurable: true });
|
|
226
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_STRING, CorePresetNames.DEFAULT, DisplayFieldString, { isConfigurable: true });
|
|
227
|
+
// === Feedback ===
|
|
228
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DANGER_ZONE, CorePresetNames.DEFAULT, DangerZone, { isConfigurable: true });
|
|
229
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_EMPTY_STATE, CorePresetNames.DEFAULT, EmptyState, { isConfigurable: true });
|
|
230
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_CELEBRATION_OVERLAY, CorePresetNames.DEFAULT, CelebrationOverlay, { isConfigurable: true });
|
|
231
|
+
// Note: the low-level NotificationCenter component (feedback/notification-center.tsx) was previously
|
|
232
|
+
// mis-registered under APPLICATION_LEVEL_NOTIFICATION_CENTER. That enum slot now belongs to the
|
|
233
|
+
// app-level notification center preset. The low-level component is still importable directly.
|
|
234
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_ERROR_DISPLAY, CorePresetNames.DEFAULT, ErrorDisplay, { isConfigurable: true });
|
|
235
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_OPERATIONS_CONFIRM_CRITICAL, CorePresetNames.DEFAULT, OperationsConfirmCritical, { isConfigurable: true });
|
|
236
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_PROGRESS, CorePresetNames.DEFAULT, Progress, { isConfigurable: true });
|
|
237
|
+
ComponentRegistryService.register(FrontendComponentType.RESOURCES_LAYOUTS_EMPTY_STATE, CorePresetNames.DEFAULT, EmptyState, { isConfigurable: true });
|
|
238
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_SKELETON, CorePresetNames.DEFAULT, Skeleton, { isConfigurable: true });
|
|
239
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_LOADING_SPINNER, CorePresetNames.DEFAULT, LoadingSpinner, { isConfigurable: true });
|
|
240
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_LOADING_OVERLAY, CorePresetNames.DEFAULT, LoadingOverlay, { isConfigurable: true });
|
|
241
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_TOAST, CorePresetNames.DEFAULT, Toaster, { isConfigurable: true });
|
|
242
|
+
// === Feature Gating ===
|
|
243
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FEATURE_UNAVAILABLE_PROMPT, CorePresetNames.DEFAULT, FeatureUnavailablePrompt, { isConfigurable: true });
|
|
244
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FEATURE_UNAVAILABLE_DIALOG, CorePresetNames.DEFAULT, FeatureUnavailableDialog, { isConfigurable: true });
|
|
245
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FEATURE_LOCK_BADGE, CorePresetNames.DEFAULT, FeatureLockBadge, { isConfigurable: true });
|
|
246
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FEATURE_LIMIT_INDICATOR, CorePresetNames.DEFAULT, FeatureLimitIndicator, { isConfigurable: true });
|
|
247
|
+
// === Form ===
|
|
248
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AUTOSAVE_INDICATOR, CorePresetNames.DEFAULT, AutosaveIndicator, { isConfigurable: true });
|
|
249
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FIELD, CorePresetNames.DEFAULT, Field, { isConfigurable: true });
|
|
250
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FIELD_SET, CorePresetNames.DEFAULT, FieldSet, { isConfigurable: true });
|
|
251
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FIELD_GROUP, CorePresetNames.DEFAULT, FieldGroup, { isConfigurable: true });
|
|
252
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FIELD_LEGEND, CorePresetNames.DEFAULT, FieldLegend, { isConfigurable: true });
|
|
253
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FIELD_LABEL, CorePresetNames.DEFAULT, FieldLabel, { isConfigurable: true });
|
|
254
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FIELD_TITLE, CorePresetNames.DEFAULT, FieldTitle, { isConfigurable: true });
|
|
255
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FIELD_CONTENT, CorePresetNames.DEFAULT, FieldContent, { isConfigurable: true });
|
|
256
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FIELD_DESCRIPTION, CorePresetNames.DEFAULT, FieldDescription, { isConfigurable: true });
|
|
257
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FIELD_ERROR, CorePresetNames.DEFAULT, FieldError, { isConfigurable: true });
|
|
258
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FIELD_SEPARATOR, CorePresetNames.DEFAULT, FieldSeparator, { isConfigurable: true });
|
|
259
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_COMBOBOX, CorePresetNames.DEFAULT, Combobox, { isConfigurable: true });
|
|
260
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_COMBOBOX_MULTIPLE, CorePresetNames.DEFAULT, ComboboxMultiple, { isConfigurable: true });
|
|
261
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_CALENDAR, CorePresetNames.DEFAULT, Calendar, { isConfigurable: true });
|
|
262
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_CHECKBOX, CorePresetNames.DEFAULT, Checkbox, { isConfigurable: true });
|
|
263
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_COLOR_INPUT, CorePresetNames.DEFAULT, ColorInput, { isConfigurable: true });
|
|
264
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FILE_UPLOAD, CorePresetNames.DEFAULT, FileUpload, { isConfigurable: true });
|
|
265
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_INPUT, CorePresetNames.DEFAULT, Input, { isConfigurable: true });
|
|
266
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_INPUT_GROUP, CorePresetNames.DEFAULT, InputGroup, { isConfigurable: true });
|
|
267
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_INPUT_GROUP_ADDON, CorePresetNames.DEFAULT, InputGroupAddon, { isConfigurable: true });
|
|
268
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_INPUT_GROUP_BUTTON, CorePresetNames.DEFAULT, InputGroupButton, { isConfigurable: true });
|
|
269
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_INPUT_GROUP_TEXT, CorePresetNames.DEFAULT, InputGroupText, { isConfigurable: true });
|
|
270
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_INPUT_GROUP_INPUT, CorePresetNames.DEFAULT, InputGroupInput, { isConfigurable: true });
|
|
271
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_INPUT_GROUP_TEXTAREA, CorePresetNames.DEFAULT, InputGroupTextarea, { isConfigurable: true });
|
|
272
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_INPUT_OTP, CorePresetNames.DEFAULT, InputOTP, { isConfigurable: true });
|
|
273
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_PASSWORD_INPUT, CorePresetNames.DEFAULT, PasswordInput, { isConfigurable: true });
|
|
274
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_RADIO_GROUP, CorePresetNames.DEFAULT, RadioGroup, { isConfigurable: true });
|
|
275
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_RADIO, CorePresetNames.DEFAULT, RadioGroupItem, { isConfigurable: true });
|
|
276
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_SELECT, CorePresetNames.DEFAULT, Select, { isConfigurable: true });
|
|
277
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_SELECT_MULTIPLE, CorePresetNames.DEFAULT, SelectMultiple, { isConfigurable: true });
|
|
278
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_SLIDER, CorePresetNames.DEFAULT, Slider, { isConfigurable: true });
|
|
279
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_SWITCH, CorePresetNames.DEFAULT, Switch, { isConfigurable: true });
|
|
280
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_TEXTAREA, CorePresetNames.DEFAULT, Textarea, { isConfigurable: true });
|
|
281
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_TIMEPICKER, CorePresetNames.DEFAULT, TimePicker, { isConfigurable: true });
|
|
282
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_TIME_RANGE_PICKER, CorePresetNames.DEFAULT, TimeRangePicker, { isConfigurable: true });
|
|
283
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_TOGGLE, CorePresetNames.DEFAULT, Toggle, { isConfigurable: true });
|
|
284
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_TOGGLE_GROUP, CorePresetNames.DEFAULT, ToggleGroup, { isConfigurable: true });
|
|
285
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_TOGGLE_GROUP_BOOLEAN, CorePresetNames.DEFAULT, ToggleGroupBoolean, { isConfigurable: true });
|
|
286
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FORM, CorePresetNames.DEFAULT, FormRoot, { isConfigurable: true });
|
|
287
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FORM_ITEM, CorePresetNames.DEFAULT, FormItem, { isConfigurable: true });
|
|
288
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FORM_LABEL, CorePresetNames.DEFAULT, FormLabel, { isConfigurable: true });
|
|
289
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FORM_CONTROL, CorePresetNames.DEFAULT, FormControl, { isConfigurable: true });
|
|
290
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FORM_DESCRIPTION, CorePresetNames.DEFAULT, FormDescription, { isConfigurable: true });
|
|
291
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FORM_MESSAGE, CorePresetNames.DEFAULT, FormMessage, { isConfigurable: true });
|
|
292
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_FORM_FIELD, CorePresetNames.DEFAULT, FormFieldPrimitive, { isConfigurable: true });
|
|
293
|
+
// === Layout ===
|
|
294
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_ASPECT_RATIO, CorePresetNames.DEFAULT, AspectRatio, { isConfigurable: true });
|
|
295
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_CAROUSEL, CorePresetNames.DEFAULT, Carousel, { isConfigurable: true });
|
|
296
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DIVIDER, CorePresetNames.DEFAULT, Divider, { isConfigurable: true });
|
|
297
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_RESIZABLE_PANEL_GROUP, CorePresetNames.DEFAULT, ResizablePanelGroup, { isConfigurable: true });
|
|
298
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_SCROLL_AREA, CorePresetNames.DEFAULT, ScrollArea, { isConfigurable: true });
|
|
299
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_SEPARATOR, CorePresetNames.DEFAULT, Separator, { isConfigurable: true });
|
|
300
|
+
// === Navigation ===
|
|
301
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_BREADCRUMB, CorePresetNames.DEFAULT, Breadcrumb, { isConfigurable: true });
|
|
302
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_COMMAND, CorePresetNames.DEFAULT, Command, { isConfigurable: true });
|
|
303
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_MENU_BAR, CorePresetNames.DEFAULT, Menubar, { isConfigurable: true });
|
|
304
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_NAVBAR, CorePresetNames.DEFAULT, NavigationMenu, { isConfigurable: true });
|
|
305
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_SIDEBAR, CorePresetNames.DEFAULT, Sidebar, { isConfigurable: true });
|
|
306
|
+
// === Overlays — Containers ===
|
|
307
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_ALERT, CorePresetNames.DEFAULT, Alert, { isConfigurable: true });
|
|
308
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_ALERT_DIALOG, CorePresetNames.DEFAULT, AlertDialog, { isConfigurable: true });
|
|
309
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DIALOG, CorePresetNames.DEFAULT, Dialog, { isConfigurable: true });
|
|
310
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DRAWER, CorePresetNames.DEFAULT, Drawer, { isConfigurable: true });
|
|
311
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_SHEET, CorePresetNames.DEFAULT, Sheet, { isConfigurable: true });
|
|
312
|
+
// === Overlays — Floating ===
|
|
313
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_CONTEXT_MENU, CorePresetNames.DEFAULT, ContextMenu, { isConfigurable: true });
|
|
314
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DROPDOWN_MENU, CorePresetNames.DEFAULT, DropdownMenu, { isConfigurable: true });
|
|
315
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_HOVER_CARD, CorePresetNames.DEFAULT, HoverCard, { isConfigurable: true });
|
|
316
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_POPOVER, CorePresetNames.DEFAULT, Popover, { isConfigurable: true });
|
|
317
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_TOOLTIP, CorePresetNames.DEFAULT, Tooltip, { isConfigurable: true });
|
|
318
|
+
// === Sections ===
|
|
319
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_ACCORDION, CorePresetNames.DEFAULT, Accordion, { isConfigurable: true });
|
|
320
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_CARD, CorePresetNames.DEFAULT, Card, { isConfigurable: true });
|
|
321
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_COLLAPSIBLE, CorePresetNames.DEFAULT, Collapsible, { isConfigurable: true });
|
|
322
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_PAGINATION, CorePresetNames.DEFAULT, Pagination, { isConfigurable: true });
|
|
323
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_STACKED_LAYOUT, CorePresetNames.DEFAULT, StackedLayout, { isConfigurable: true });
|
|
324
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_STEPPER, CorePresetNames.DEFAULT, Stepper, { isConfigurable: true });
|
|
325
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_TABLE, CorePresetNames.DEFAULT, Table, { isConfigurable: true });
|
|
326
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_TABS, CorePresetNames.DEFAULT, Tabs, { isConfigurable: true });
|
|
327
|
+
// === AI Elements — Artifacts ===
|
|
328
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_ARTIFACT, CorePresetNames.DEFAULT, AI_Artifact, { isConfigurable: true });
|
|
329
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_ARTIFACT_LIST, CorePresetNames.DEFAULT, AI_ArtifactList, { isConfigurable: true });
|
|
330
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_CODE_BLOCK, CorePresetNames.DEFAULT, AI_CodeBlock, { isConfigurable: true });
|
|
331
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_IMAGE, CorePresetNames.DEFAULT, AI_Image, { isConfigurable: true });
|
|
332
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_WEB_PREVIEW, CorePresetNames.DEFAULT, AI_WebPreview, { isConfigurable: true });
|
|
333
|
+
// === AI Elements — Decision / Approval ===
|
|
334
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_APPROVAL_REQUEST, CorePresetNames.DEFAULT, AI_ApprovalRequest, { isConfigurable: true });
|
|
335
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_APPROVAL_QUEUE, CorePresetNames.DEFAULT, AI_ApprovalQueue, { isConfigurable: true });
|
|
336
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_DECISION_REQUEST, CorePresetNames.DEFAULT, AI_DecisionRequest, { isConfigurable: true });
|
|
337
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_HUMAN_INPUT_REQUEST, CorePresetNames.DEFAULT, AI_HumanInputRequest, { isConfigurable: true });
|
|
338
|
+
// === AI Elements — Agent Config ===
|
|
339
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_AGENT_LIST, CorePresetNames.DEFAULT, AI_AgentList, { isConfigurable: true });
|
|
340
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_AGENT_CARD, CorePresetNames.DEFAULT, AI_AgentCard, { isConfigurable: true });
|
|
341
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_AGENT_PROMPT_SPEC, CorePresetNames.DEFAULT, AI_AgentPromptSpec, { isConfigurable: true });
|
|
342
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_AGENT_CAPABILITIES, CorePresetNames.DEFAULT, AI_AgentCapabilities, { isConfigurable: true });
|
|
343
|
+
// === AI Elements — Chat ===
|
|
344
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_CONVERSATION, CorePresetNames.DEFAULT, AI_Conversation, { isConfigurable: true });
|
|
345
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_MESSAGE, CorePresetNames.DEFAULT, AI_Message, { isConfigurable: true });
|
|
346
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_PROMPT_INPUT, CorePresetNames.DEFAULT, AI_PromptInput, { isConfigurable: true });
|
|
347
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_SOURCES, CorePresetNames.DEFAULT, AI_Sources, { isConfigurable: true });
|
|
348
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_SUGGESTION, CorePresetNames.DEFAULT, AI_Suggestion, { isConfigurable: true });
|
|
349
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_SUGGESTIONS, CorePresetNames.DEFAULT, AI_Suggestions, { isConfigurable: true });
|
|
350
|
+
// === AI Elements — Execution ===
|
|
351
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_CONFIRMATION, CorePresetNames.DEFAULT, AI_Confirmation, { isConfigurable: true });
|
|
352
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_QUEUE, CorePresetNames.DEFAULT, AI_Queue, { isConfigurable: true });
|
|
353
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_TASK, CorePresetNames.DEFAULT, AI_Task, { isConfigurable: true });
|
|
354
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_TOOL, CorePresetNames.DEFAULT, AI_Tool, { isConfigurable: true });
|
|
355
|
+
// === AI Elements — Graph ===
|
|
356
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_CANVAS, CorePresetNames.DEFAULT, AI_Canvas, { isConfigurable: true });
|
|
357
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_CONNECTION, CorePresetNames.DEFAULT, AI_Connection, { isConfigurable: true });
|
|
358
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_CONTROLS, CorePresetNames.DEFAULT, AI_Controls, { isConfigurable: true });
|
|
359
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_EDGE, CorePresetNames.DEFAULT, AI_Edge, { isConfigurable: true });
|
|
360
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_NODE, CorePresetNames.DEFAULT, AI_Node, { isConfigurable: true });
|
|
361
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_PANEL, CorePresetNames.DEFAULT, AI_Panel, { isConfigurable: true });
|
|
362
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_TOOLBAR, CorePresetNames.DEFAULT, AI_Toolbar, { isConfigurable: true });
|
|
363
|
+
// === AI Elements — Meta ===
|
|
364
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_CONTEXT, CorePresetNames.DEFAULT, AI_Context, { isConfigurable: true });
|
|
365
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_MODEL_SELECTOR, CorePresetNames.DEFAULT, AI_ModelSelector, { isConfigurable: true });
|
|
366
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_OPEN_IN_CHAT, CorePresetNames.DEFAULT, AI_OpenInChatGPT, { isConfigurable: true });
|
|
367
|
+
// === AI Elements — Shared ===
|
|
368
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_LOADER, CorePresetNames.DEFAULT, AI_Loader, { isConfigurable: true });
|
|
369
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_SHIMMER, CorePresetNames.DEFAULT, AI_Shimmer, { isConfigurable: true });
|
|
370
|
+
// === AI Elements — Trace ===
|
|
371
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_CHAIN_OF_THOUGHT, CorePresetNames.DEFAULT, AI_ChainOfThought, { isConfigurable: true });
|
|
372
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_CHECKPOINT, CorePresetNames.DEFAULT, AI_Checkpoint, { isConfigurable: true });
|
|
373
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_INLINE_CITATION, CorePresetNames.DEFAULT, AI_InlineCitation, { isConfigurable: true });
|
|
374
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_PLAN, CorePresetNames.DEFAULT, AI_Plan, { isConfigurable: true });
|
|
375
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_AI_REASONING, CorePresetNames.DEFAULT, AI_Reasoning, { isConfigurable: true });
|
|
376
|
+
// === Date/Time — Display Fields ===
|
|
377
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_DATE, CorePresetNames.DEFAULT, DisplayFieldDate, { isConfigurable: true });
|
|
378
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_DATETIME, CorePresetNames.DEFAULT, DisplayFieldDateTime, { isConfigurable: true });
|
|
379
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_TIME, CorePresetNames.DEFAULT, DisplayFieldTime, { isConfigurable: true });
|
|
380
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_RANGE_NUMBER, CorePresetNames.DEFAULT, DisplayFieldRangeNumber, { isConfigurable: true });
|
|
381
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_RANGE_DATE, CorePresetNames.DEFAULT, DisplayFieldRangeDate, { isConfigurable: true });
|
|
382
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_RANGE_DATETIME, CorePresetNames.DEFAULT, DisplayFieldRangeDateTime, { isConfigurable: true });
|
|
383
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DISPLAY_FIELD_RANGE_TIME, CorePresetNames.DEFAULT, DisplayFieldRangeTime, { isConfigurable: true });
|
|
384
|
+
// === Date/Time — Form Controls ===
|
|
385
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DATEPICKER, CorePresetNames.DEFAULT, DatePicker, { isConfigurable: true });
|
|
386
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DATE_RANGE_PICKER, CorePresetNames.DEFAULT, DateRangePicker, { isConfigurable: true });
|
|
387
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DATETIME_PICKER, CorePresetNames.DEFAULT, DateTimePicker, { isConfigurable: true });
|
|
388
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_DATETIME_RANGE_PICKER, CorePresetNames.DEFAULT, DateTimeRangePicker, { isConfigurable: true });
|
|
389
|
+
// === Date/Time — Form Fields ===
|
|
390
|
+
// === Billing ===
|
|
391
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_BILLING_INVOICE_HISTORY, CorePresetNames.DEFAULT, InvoiceHistory, { isConfigurable: true });
|
|
392
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_BILLING_PLAN_CHANGE_PREVIEW, CorePresetNames.DEFAULT, PlanChangePreview, { isConfigurable: true });
|
|
393
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_BILLING_PORTAL_LINK, CorePresetNames.DEFAULT, BillingPortalLink, { isConfigurable: true });
|
|
394
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_BILLING_PRICING_TABLE, CorePresetNames.DEFAULT, PricingTable, { isConfigurable: true });
|
|
395
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_BILLING_PROMOTION_CODE_INPUT, CorePresetNames.DEFAULT, PromotionCodeInput, { isConfigurable: true });
|
|
396
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_BILLING_SUBSCRIPTION_STATUS, CorePresetNames.DEFAULT, SubscriptionStatus, { isConfigurable: true });
|
|
397
|
+
ComponentRegistryService.register(FrontendComponentType.LOW_LEVEL_BILLING_USAGE_DASHBOARD, CorePresetNames.DEFAULT, UsageDashboard, { isConfigurable: true });
|
|
398
|
+
// === Application Level ===
|
|
399
|
+
ComponentRegistryService.register(FrontendComponentType.APPLICATION_LEVEL_COMMAND_MENU, CorePresetNames.DEFAULT, ApplicationLevelPreset_CommandMenu_Default, { isConfigurable: true });
|
|
400
|
+
ComponentRegistryService.register(FrontendComponentType.APPLICATION_LEVEL_CONTROL_PANEL, CorePresetNames.DEFAULT, ApplicationLevelPreset_ControlPanel_Default, { isConfigurable: true });
|
|
401
|
+
ComponentRegistryService.register(FrontendComponentType.APPLICATION_LEVEL_MENUBAR, CorePresetNames.DEFAULT, ApplicationLevelPreset_Menubar_Default, { isConfigurable: true });
|
|
402
|
+
ComponentRegistryService.register(FrontendComponentType.APPLICATION_LEVEL_USER_DROPDOWN, CorePresetNames.DEFAULT, ApplicationLevelPreset_MenuUserOrg_Default, { isConfigurable: true });
|
|
403
|
+
ComponentRegistryService.register(FrontendComponentType.APPLICATION_LEVEL_NAVIGATION_BACK, CorePresetNames.DEFAULT, ApplicationLevelPreset_NavigationBack_Default, { isConfigurable: true });
|
|
404
|
+
ComponentRegistryService.register(FrontendComponentType.APPLICATION_LEVEL_ACTIVITY_BAR, CorePresetNames.DEFAULT, ApplicationLevelPreset_ActivityBar_Default, { isConfigurable: true });
|
|
405
|
+
ComponentRegistryService.register(FrontendComponentType.APPLICATION_LEVEL_NOTIFICATION_CENTER, CorePresetNames.DEFAULT, ApplicationLevelPreset_NotificationCenter_Default, { isConfigurable: true });
|
|
406
|
+
ComponentRegistryService.register(FrontendComponentType.APPLICATION_LEVEL_QUICK_ACTION_BUTTON, CorePresetNames.DEFAULT, ApplicationLevelPreset_QuickActionButton_Default, { isConfigurable: true });
|
|
407
|
+
ComponentRegistryService.register(FrontendComponentType.APPLICATION_LEVEL_QUICK_SWITCHER, CorePresetNames.DEFAULT, ApplicationLevelPreset_QuickSwitcher_Default, { isConfigurable: true });
|
|
408
|
+
ComponentRegistryService.register(FrontendComponentType.APPLICATION_LEVEL_SIDEBAR, CorePresetNames.DEFAULT, ApplicationLevelPreset_Sidebar_Default, { isConfigurable: true });
|
|
409
|
+
ComponentRegistryService.register(FrontendComponentType.APPLICATION_LEVEL_STATUS_BAR, CorePresetNames.DEFAULT, ApplicationLevelPreset_StatusBar_Default, { isConfigurable: true });
|
|
410
|
+
ComponentRegistryService.register(FrontendComponentType.APPLICATION_LEVEL_TOOLBAR, CorePresetNames.DEFAULT, ApplicationLevelPreset_Toolbar_Default, { isConfigurable: true });
|
|
411
|
+
ComponentRegistryService.register(FrontendComponentType.APPLICATION_LEVEL_UTILITY_PANEL, CorePresetNames.DEFAULT, ApplicationLevelPreset_UtilityPanel_Default, { isConfigurable: true });
|
|
412
|
+
// === App Layouts (migrated from register-framework-layouts) ===
|
|
413
|
+
ComponentRegistryService.register(FrontendComponentType.APP_LAYOUTS_MAIN_CONTAINER, CorePresetNames.DEFAULT, AppLayoutPreset_MainContainer_Default, { isConfigurable: true });
|
|
414
|
+
ComponentRegistryService.register(FrontendComponentType.PUBLIC_LAYOUTS_MAIN_CONTAINER, CorePresetNames.DEFAULT, PublicLayoutPreset_MainContainer_Default, { isConfigurable: true });
|
|
415
|
+
// ===================================================================================
|
|
416
|
+
// FUTURE: Remaining presets currently in saas-frontend-lib registerFrameworkLayouts()
|
|
417
|
+
// ===================================================================================
|
|
418
|
+
//
|
|
419
|
+
// --- Charts (lazy-loaded, currently in saas-frontend-lib views/) ---
|
|
420
|
+
// register(FrontendComponentType.HIGH_LEVEL_VIEWS_CHART_ECHARTS, CorePresetNames.DEFAULT, LazyChartView, { isConfigurable: false });
|
|
421
|
+
// register(FrontendComponentType.HIGH_LEVEL_VIEWS_CHART_WIDGET, CorePresetNames.DEFAULT, LazyChartWidget, { isConfigurable: false });
|
|
422
|
+
//
|
|
423
|
+
// --- App Layouts (remaining — ErrorBoundary, Home, RouterErrorBoundary still in saas-frontend-lib) ---
|
|
424
|
+
// register(FrontendComponentType.APP_LAYOUTS_ERROR_BOUNDARY, ...)
|
|
425
|
+
// register(FrontendComponentType.APP_LAYOUTS_HOME, ...)
|
|
426
|
+
// register(FrontendComponentType.APP_LAYOUTS_ROUTER_ERROR_BOUNDARY, ...)
|
|
427
|
+
//
|
|
428
|
+
// --- Public Layouts (remaining — StaticContent, Terms, Auth screens still in saas-frontend-lib) ---
|
|
429
|
+
// register(FrontendComponentType.PUBLIC_LAYOUTS_STATIC_CONTENT_CONTAINER, ...)
|
|
430
|
+
// register(FrontendComponentType.PUBLIC_LAYOUTS_TERMS, ...)
|
|
431
|
+
// register(FrontendComponentType.PUBLIC_LAYOUTS_USER_AUTH, ...)
|
|
432
|
+
// register(FrontendComponentType.PUBLIC_LAYOUTS_USER_CONFIRM_EMAIL, ...)
|
|
433
|
+
// register(FrontendComponentType.PUBLIC_LAYOUTS_USER_INVITATION, ...)
|
|
434
|
+
// register(FrontendComponentType.PUBLIC_LAYOUTS_USER_PASSWORD_LOST, ...)
|
|
435
|
+
// register(FrontendComponentType.PUBLIC_LAYOUTS_USER_REGISTER, ...)
|
|
436
|
+
//
|
|
437
|
+
// --- Resource Layouts & Fields (still in saas-frontend-lib) ---
|
|
438
|
+
// ... (kept for reference — future migration)
|
|
439
|
+
}
|
|
440
|
+
//# sourceMappingURL=register-default-presets.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register-default-presets.js","sourceRoot":"","sources":["../../../src/registration/register-default-presets.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"glass.theme.d.ts","sourceRoot":"","sources":["../../../src/themes/glass.theme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAqb/E,eAAO,MAAM,UAAU,EAAE,mBAoCxB,CAAC"}
|