@aiandralves/ai-ui 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -0
- package/aiandralves-ai-ui.d.ts +5 -0
- package/aiandrameira-ai-ui.d.ts +5 -0
- package/esm2022/aiandralves-ai-ui.js +5 -0
- package/esm2022/aiandralves-ai-ui.js.map +1 -0
- package/esm2022/aiandrameira-ai-ui.js +5 -0
- package/esm2022/aiandrameira-ai-ui.js.map +1 -0
- package/esm2022/index.js +4 -0
- package/esm2022/index.js.map +1 -0
- package/esm2022/lib/components/accordion/accordion.js +83 -0
- package/esm2022/lib/components/accordion/accordion.js.map +1 -0
- package/esm2022/lib/components/accordion/accordion.service.js +29 -0
- package/esm2022/lib/components/accordion/accordion.service.js.map +1 -0
- package/esm2022/lib/components/accordion/accordion.variants.js +32 -0
- package/esm2022/lib/components/accordion/accordion.variants.js.map +1 -0
- package/esm2022/lib/components/accordion/demo/accordion.js +16 -0
- package/esm2022/lib/components/accordion/demo/accordion.js.map +1 -0
- package/esm2022/lib/components/accordion/demo/default.js +63 -0
- package/esm2022/lib/components/accordion/demo/default.js.map +1 -0
- package/esm2022/lib/components/accordion/demo/single.js +63 -0
- package/esm2022/lib/components/accordion/demo/single.js.map +1 -0
- package/esm2022/lib/components/accordion/index.js +3 -0
- package/esm2022/lib/components/accordion/index.js.map +1 -0
- package/esm2022/lib/components/alert/alert.js +25 -0
- package/esm2022/lib/components/alert/alert.js.map +1 -0
- package/esm2022/lib/components/alert/alert.variants.js +23 -0
- package/esm2022/lib/components/alert/alert.variants.js.map +1 -0
- package/esm2022/lib/components/alert/demo/accent.js +29 -0
- package/esm2022/lib/components/alert/demo/accent.js.map +1 -0
- package/esm2022/lib/components/alert/demo/alert.js +42 -0
- package/esm2022/lib/components/alert/demo/alert.js.map +1 -0
- package/esm2022/lib/components/alert/demo/destructive.js +29 -0
- package/esm2022/lib/components/alert/demo/destructive.js.map +1 -0
- package/esm2022/lib/components/alert/demo/icon.js +29 -0
- package/esm2022/lib/components/alert/demo/icon.js.map +1 -0
- package/esm2022/lib/components/alert/demo/info.js +29 -0
- package/esm2022/lib/components/alert/demo/info.js.map +1 -0
- package/esm2022/lib/components/alert/demo/primary.js +38 -0
- package/esm2022/lib/components/alert/demo/primary.js.map +1 -0
- package/esm2022/lib/components/alert/demo/success.js +29 -0
- package/esm2022/lib/components/alert/demo/success.js.map +1 -0
- package/esm2022/lib/components/alert/demo/warning.js +29 -0
- package/esm2022/lib/components/alert/demo/warning.js.map +1 -0
- package/esm2022/lib/components/alert/index.js +3 -0
- package/esm2022/lib/components/alert/index.js.map +1 -0
- package/esm2022/lib/components/alert-dialog/alert-dialog.config.js +20 -0
- package/esm2022/lib/components/alert-dialog/alert-dialog.config.js.map +1 -0
- package/esm2022/lib/components/alert-dialog/alert-dialog.js +68 -0
- package/esm2022/lib/components/alert-dialog/alert-dialog.js.map +1 -0
- package/esm2022/lib/components/alert-dialog/alert-dialog.ref.js +93 -0
- package/esm2022/lib/components/alert-dialog/alert-dialog.ref.js.map +1 -0
- package/esm2022/lib/components/alert-dialog/alert-dialog.service.js +88 -0
- package/esm2022/lib/components/alert-dialog/alert-dialog.service.js.map +1 -0
- package/esm2022/lib/components/alert-dialog/alert-dialog.variants.js +3 -0
- package/esm2022/lib/components/alert-dialog/alert-dialog.variants.js.map +1 -0
- package/esm2022/lib/components/alert-dialog/demo/alert-dialog.js +12 -0
- package/esm2022/lib/components/alert-dialog/demo/alert-dialog.js.map +1 -0
- package/esm2022/lib/components/alert-dialog/demo/default.js +34 -0
- package/esm2022/lib/components/alert-dialog/demo/default.js.map +1 -0
- package/esm2022/lib/components/alert-dialog/index.js +6 -0
- package/esm2022/lib/components/alert-dialog/index.js.map +1 -0
- package/esm2022/lib/components/avatar/avatar-group.js +25 -0
- package/esm2022/lib/components/avatar/avatar-group.js.map +1 -0
- package/esm2022/lib/components/avatar/avatar.js +52 -0
- package/esm2022/lib/components/avatar/avatar.js.map +1 -0
- package/esm2022/lib/components/avatar/avatar.variants.js +44 -0
- package/esm2022/lib/components/avatar/avatar.variants.js.map +1 -0
- package/esm2022/lib/components/avatar/demo/avatar.js +27 -0
- package/esm2022/lib/components/avatar/demo/avatar.js.map +1 -0
- package/esm2022/lib/components/avatar/demo/default.js +38 -0
- package/esm2022/lib/components/avatar/demo/default.js.map +1 -0
- package/esm2022/lib/components/avatar/demo/shape.js +25 -0
- package/esm2022/lib/components/avatar/demo/shape.js.map +1 -0
- package/esm2022/lib/components/avatar/demo/size.js +33 -0
- package/esm2022/lib/components/avatar/demo/size.js.map +1 -0
- package/esm2022/lib/components/avatar/demo/status.js +29 -0
- package/esm2022/lib/components/avatar/demo/status.js.map +1 -0
- package/esm2022/lib/components/avatar/index.js +4 -0
- package/esm2022/lib/components/avatar/index.js.map +1 -0
- package/esm2022/lib/components/badge/badge.js +57 -0
- package/esm2022/lib/components/badge/badge.js.map +1 -0
- package/esm2022/lib/components/badge/badge.variants.js +117 -0
- package/esm2022/lib/components/badge/badge.variants.js.map +1 -0
- package/esm2022/lib/components/badge/demo/badge.js +37 -0
- package/esm2022/lib/components/badge/demo/badge.js.map +1 -0
- package/esm2022/lib/components/badge/demo/close.js +28 -0
- package/esm2022/lib/components/badge/demo/close.js.map +1 -0
- package/esm2022/lib/components/badge/demo/disabled.js +23 -0
- package/esm2022/lib/components/badge/demo/disabled.js.map +1 -0
- package/esm2022/lib/components/badge/demo/fill.js +59 -0
- package/esm2022/lib/components/badge/demo/fill.js.map +1 -0
- package/esm2022/lib/components/badge/demo/icon.js +25 -0
- package/esm2022/lib/components/badge/demo/icon.js.map +1 -0
- package/esm2022/lib/components/badge/demo/shape.js +25 -0
- package/esm2022/lib/components/badge/demo/shape.js.map +1 -0
- package/esm2022/lib/components/badge/demo/variant.js +37 -0
- package/esm2022/lib/components/badge/demo/variant.js.map +1 -0
- package/esm2022/lib/components/badge/index.js +3 -0
- package/esm2022/lib/components/badge/index.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb-content.js +30 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb-content.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb-item.js +31 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb-item.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb-link.js +33 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb-link.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb-list.js +31 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb-list.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb-page.js +30 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb-page.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb-separator.js +37 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb-separator.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb.config.js +1 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb.config.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb.directive.js +21 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb.directive.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb.imports.js +8 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb.imports.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb.js +28 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb.service.js +65 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb.service.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb.variants.js +88 -0
- package/esm2022/lib/components/breadcrumb/breadcrumb.variants.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/demo/breadcrumb.js +37 -0
- package/esm2022/lib/components/breadcrumb/demo/breadcrumb.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/demo/content.js +53 -0
- package/esm2022/lib/components/breadcrumb/demo/content.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/demo/custom-separator.js +62 -0
- package/esm2022/lib/components/breadcrumb/demo/custom-separator.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/demo/default.js +60 -0
- package/esm2022/lib/components/breadcrumb/demo/default.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/demo/directive.js +50 -0
- package/esm2022/lib/components/breadcrumb/demo/directive.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/demo/icon.js +72 -0
- package/esm2022/lib/components/breadcrumb/demo/icon.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/demo/router-link.js +53 -0
- package/esm2022/lib/components/breadcrumb/demo/router-link.js.map +1 -0
- package/esm2022/lib/components/breadcrumb/index.js +5 -0
- package/esm2022/lib/components/breadcrumb/index.js.map +1 -0
- package/esm2022/lib/components/button/button.js +64 -0
- package/esm2022/lib/components/button/button.js.map +1 -0
- package/esm2022/lib/components/button/button.variants.js +102 -0
- package/esm2022/lib/components/button/button.variants.js.map +1 -0
- package/esm2022/lib/components/button/demo/button.js +47 -0
- package/esm2022/lib/components/button/demo/button.js.map +1 -0
- package/esm2022/lib/components/button/demo/disabled.js +23 -0
- package/esm2022/lib/components/button/demo/disabled.js.map +1 -0
- package/esm2022/lib/components/button/demo/fill.js +47 -0
- package/esm2022/lib/components/button/demo/fill.js.map +1 -0
- package/esm2022/lib/components/button/demo/full.js +23 -0
- package/esm2022/lib/components/button/demo/full.js.map +1 -0
- package/esm2022/lib/components/button/demo/icon.js +23 -0
- package/esm2022/lib/components/button/demo/icon.js.map +1 -0
- package/esm2022/lib/components/button/demo/loading.js +23 -0
- package/esm2022/lib/components/button/demo/loading.js.map +1 -0
- package/esm2022/lib/components/button/demo/shape.js +25 -0
- package/esm2022/lib/components/button/demo/shape.js.map +1 -0
- package/esm2022/lib/components/button/demo/size.js +29 -0
- package/esm2022/lib/components/button/demo/size.js.map +1 -0
- package/esm2022/lib/components/button/demo/variant.js +35 -0
- package/esm2022/lib/components/button/demo/variant.js.map +1 -0
- package/esm2022/lib/components/button/index.js +3 -0
- package/esm2022/lib/components/button/index.js.map +1 -0
- package/esm2022/lib/components/button-toggle/button-toggle.js +102 -0
- package/esm2022/lib/components/button-toggle/button-toggle.js.map +1 -0
- package/esm2022/lib/components/button-toggle/button-toggle.variants.js +36 -0
- package/esm2022/lib/components/button-toggle/button-toggle.variants.js.map +1 -0
- package/esm2022/lib/components/button-toggle/demo/button-toggle.js +22 -0
- package/esm2022/lib/components/button-toggle/demo/button-toggle.js.map +1 -0
- package/esm2022/lib/components/button-toggle/demo/default.js +36 -0
- package/esm2022/lib/components/button-toggle/demo/default.js.map +1 -0
- package/esm2022/lib/components/button-toggle/demo/disabled.js +28 -0
- package/esm2022/lib/components/button-toggle/demo/disabled.js.map +1 -0
- package/esm2022/lib/components/button-toggle/demo/size.js +50 -0
- package/esm2022/lib/components/button-toggle/demo/size.js.map +1 -0
- package/esm2022/lib/components/button-toggle/index.js +3 -0
- package/esm2022/lib/components/button-toggle/index.js.map +1 -0
- package/esm2022/lib/components/card/card.js +26 -0
- package/esm2022/lib/components/card/card.js.map +1 -0
- package/esm2022/lib/components/card/card.variants.js +15 -0
- package/esm2022/lib/components/card/card.variants.js.map +1 -0
- package/esm2022/lib/components/card/demo/card.js +17 -0
- package/esm2022/lib/components/card/demo/card.js.map +1 -0
- package/esm2022/lib/components/card/demo/default.js +30 -0
- package/esm2022/lib/components/card/demo/default.js.map +1 -0
- package/esm2022/lib/components/card/demo/disabled.js +23 -0
- package/esm2022/lib/components/card/demo/disabled.js.map +1 -0
- package/esm2022/lib/components/card/index.js +3 -0
- package/esm2022/lib/components/card/index.js.map +1 -0
- package/esm2022/lib/components/carousel/carousel.js +98 -0
- package/esm2022/lib/components/carousel/carousel.js.map +1 -0
- package/esm2022/lib/components/carousel/carousel.service.js +137 -0
- package/esm2022/lib/components/carousel/carousel.service.js.map +1 -0
- package/esm2022/lib/components/carousel/carousel.variants.js +62 -0
- package/esm2022/lib/components/carousel/carousel.variants.js.map +1 -0
- package/esm2022/lib/components/carousel/demo/autoplay.js +44 -0
- package/esm2022/lib/components/carousel/demo/autoplay.js.map +1 -0
- package/esm2022/lib/components/carousel/demo/carousel.js +21 -0
- package/esm2022/lib/components/carousel/demo/carousel.js.map +1 -0
- package/esm2022/lib/components/carousel/demo/default.js +46 -0
- package/esm2022/lib/components/carousel/demo/default.js.map +1 -0
- package/esm2022/lib/components/carousel/demo/loop.js +44 -0
- package/esm2022/lib/components/carousel/demo/loop.js.map +1 -0
- package/esm2022/lib/components/carousel/index.js +3 -0
- package/esm2022/lib/components/carousel/index.js.map +1 -0
- package/esm2022/lib/components/command/command-empty.js +42 -0
- package/esm2022/lib/components/command/command-empty.js.map +1 -0
- package/esm2022/lib/components/command/command-input.js +137 -0
- package/esm2022/lib/components/command/command-input.js.map +1 -0
- package/esm2022/lib/components/command/command-item-group.js +72 -0
- package/esm2022/lib/components/command/command-item-group.js.map +1 -0
- package/esm2022/lib/components/command/command-item.js +122 -0
- package/esm2022/lib/components/command/command-item.js.map +1 -0
- package/esm2022/lib/components/command/command-list.js +29 -0
- package/esm2022/lib/components/command/command-list.js.map +1 -0
- package/esm2022/lib/components/command/command-separator.js +39 -0
- package/esm2022/lib/components/command/command-separator.js.map +1 -0
- package/esm2022/lib/components/command/command.config.js +3 -0
- package/esm2022/lib/components/command/command.config.js.map +1 -0
- package/esm2022/lib/components/command/command.imports.js +9 -0
- package/esm2022/lib/components/command/command.imports.js.map +1 -0
- package/esm2022/lib/components/command/command.js +184 -0
- package/esm2022/lib/components/command/command.js.map +1 -0
- package/esm2022/lib/components/command/command.variants.js +50 -0
- package/esm2022/lib/components/command/command.variants.js.map +1 -0
- package/esm2022/lib/components/command/demo/command.js +12 -0
- package/esm2022/lib/components/command/demo/command.js.map +1 -0
- package/esm2022/lib/components/command/demo/default.js +124 -0
- package/esm2022/lib/components/command/demo/default.js.map +1 -0
- package/esm2022/lib/components/command/index.js +10 -0
- package/esm2022/lib/components/command/index.js.map +1 -0
- package/esm2022/lib/components/date-picker/date-picker-overlay.service.js +63 -0
- package/esm2022/lib/components/date-picker/date-picker-overlay.service.js.map +1 -0
- package/esm2022/lib/components/date-picker/date-picker.js +113 -0
- package/esm2022/lib/components/date-picker/date-picker.js.map +1 -0
- package/esm2022/lib/components/date-picker/date-picker.util.js +71 -0
- package/esm2022/lib/components/date-picker/date-picker.util.js.map +1 -0
- package/esm2022/lib/components/date-picker/date-picker.variants.js +17 -0
- package/esm2022/lib/components/date-picker/date-picker.variants.js.map +1 -0
- package/esm2022/lib/components/date-picker/demo/date-picker.js +21 -0
- package/esm2022/lib/components/date-picker/demo/date-picker.js.map +1 -0
- package/esm2022/lib/components/date-picker/demo/default.js +30 -0
- package/esm2022/lib/components/date-picker/demo/default.js.map +1 -0
- package/esm2022/lib/components/date-picker/demo/disabled.js +23 -0
- package/esm2022/lib/components/date-picker/demo/disabled.js.map +1 -0
- package/esm2022/lib/components/date-picker/demo/range.js +30 -0
- package/esm2022/lib/components/date-picker/demo/range.js.map +1 -0
- package/esm2022/lib/components/date-picker/index.js +3 -0
- package/esm2022/lib/components/date-picker/index.js.map +1 -0
- package/esm2022/lib/components/dialog/demo/default.js +108 -0
- package/esm2022/lib/components/dialog/demo/default.js.map +1 -0
- package/esm2022/lib/components/dialog/demo/dialog.js +12 -0
- package/esm2022/lib/components/dialog/demo/dialog.js.map +1 -0
- package/esm2022/lib/components/dialog/dialog-ref.js +85 -0
- package/esm2022/lib/components/dialog/dialog-ref.js.map +1 -0
- package/esm2022/lib/components/dialog/dialog.config.js +22 -0
- package/esm2022/lib/components/dialog/dialog.config.js.map +1 -0
- package/esm2022/lib/components/dialog/dialog.js +51 -0
- package/esm2022/lib/components/dialog/dialog.js.map +1 -0
- package/esm2022/lib/components/dialog/dialog.module.js +20 -0
- package/esm2022/lib/components/dialog/dialog.module.js.map +1 -0
- package/esm2022/lib/components/dialog/dialog.service.js +76 -0
- package/esm2022/lib/components/dialog/dialog.service.js.map +1 -0
- package/esm2022/lib/components/dialog/dialog.variants.js +3 -0
- package/esm2022/lib/components/dialog/dialog.variants.js.map +1 -0
- package/esm2022/lib/components/dialog/index.js +6 -0
- package/esm2022/lib/components/dialog/index.js.map +1 -0
- package/esm2022/lib/components/empty/demo/advanced.js +63 -0
- package/esm2022/lib/components/empty/demo/advanced.js.map +1 -0
- package/esm2022/lib/components/empty/demo/custom-image.js +44 -0
- package/esm2022/lib/components/empty/demo/custom-image.js.map +1 -0
- package/esm2022/lib/components/empty/demo/default.js +61 -0
- package/esm2022/lib/components/empty/demo/default.js.map +1 -0
- package/esm2022/lib/components/empty/demo/empty.js +22 -0
- package/esm2022/lib/components/empty/demo/empty.js.map +1 -0
- package/esm2022/lib/components/empty/empty.js +30 -0
- package/esm2022/lib/components/empty/empty.js.map +1 -0
- package/esm2022/lib/components/empty/empty.variants.js +23 -0
- package/esm2022/lib/components/empty/empty.variants.js.map +1 -0
- package/esm2022/lib/components/empty/index.js +3 -0
- package/esm2022/lib/components/empty/index.js.map +1 -0
- package/esm2022/lib/components/float-button/demo/float-button.js +37 -0
- package/esm2022/lib/components/float-button/demo/float-button.js.map +1 -0
- package/esm2022/lib/components/float-button/demo/float-group.js +44 -0
- package/esm2022/lib/components/float-button/demo/float-group.js.map +1 -0
- package/esm2022/lib/components/float-button/demo/float-top.js +23 -0
- package/esm2022/lib/components/float-button/demo/float-top.js.map +1 -0
- package/esm2022/lib/components/float-button/demo/position.js +29 -0
- package/esm2022/lib/components/float-button/demo/position.js.map +1 -0
- package/esm2022/lib/components/float-button/demo/shape.js +25 -0
- package/esm2022/lib/components/float-button/demo/shape.js.map +1 -0
- package/esm2022/lib/components/float-button/demo/size.js +25 -0
- package/esm2022/lib/components/float-button/demo/size.js.map +1 -0
- package/esm2022/lib/components/float-button/demo/variant.js +27 -0
- package/esm2022/lib/components/float-button/demo/variant.js.map +1 -0
- package/esm2022/lib/components/float-button/float-button-group.js +99 -0
- package/esm2022/lib/components/float-button/float-button-group.js.map +1 -0
- package/esm2022/lib/components/float-button/float-button-top.js +70 -0
- package/esm2022/lib/components/float-button/float-button-top.js.map +1 -0
- package/esm2022/lib/components/float-button/float-button.js +59 -0
- package/esm2022/lib/components/float-button/float-button.js.map +1 -0
- package/esm2022/lib/components/float-button/float-button.variants.js +24 -0
- package/esm2022/lib/components/float-button/float-button.variants.js.map +1 -0
- package/esm2022/lib/components/float-button/index.js +5 -0
- package/esm2022/lib/components/float-button/index.js.map +1 -0
- package/esm2022/lib/components/form-field/autocomplete/autocomplete-config.js +36 -0
- package/esm2022/lib/components/form-field/autocomplete/autocomplete-config.js.map +1 -0
- package/esm2022/lib/components/form-field/autocomplete/autocomplete.js +234 -0
- package/esm2022/lib/components/form-field/autocomplete/autocomplete.js.map +1 -0
- package/esm2022/lib/components/form-field/autocomplete/autocomplete.variants.js +25 -0
- package/esm2022/lib/components/form-field/autocomplete/autocomplete.variants.js.map +1 -0
- package/esm2022/lib/components/form-field/autocomplete/demo/autocomplete.js +21 -0
- package/esm2022/lib/components/form-field/autocomplete/demo/autocomplete.js.map +1 -0
- package/esm2022/lib/components/form-field/autocomplete/demo/default.js +41 -0
- package/esm2022/lib/components/form-field/autocomplete/demo/default.js.map +1 -0
- package/esm2022/lib/components/form-field/autocomplete/demo/events.js +63 -0
- package/esm2022/lib/components/form-field/autocomplete/demo/events.js.map +1 -0
- package/esm2022/lib/components/form-field/autocomplete/demo/validation.js +84 -0
- package/esm2022/lib/components/form-field/autocomplete/demo/validation.js.map +1 -0
- package/esm2022/lib/components/form-field/autocomplete/index.js +4 -0
- package/esm2022/lib/components/form-field/autocomplete/index.js.map +1 -0
- package/esm2022/lib/components/form-field/autocomplete/services/autocomplete-overlay.service.js +65 -0
- package/esm2022/lib/components/form-field/autocomplete/services/autocomplete-overlay.service.js.map +1 -0
- package/esm2022/lib/components/form-field/autocomplete/services/index.js +2 -0
- package/esm2022/lib/components/form-field/autocomplete/services/index.js.map +1 -0
- package/esm2022/lib/components/form-field/checkbox/checkbox.js +59 -0
- package/esm2022/lib/components/form-field/checkbox/checkbox.js.map +1 -0
- package/esm2022/lib/components/form-field/checkbox/checkbox.variants.js +39 -0
- package/esm2022/lib/components/form-field/checkbox/checkbox.variants.js.map +1 -0
- package/esm2022/lib/components/form-field/checkbox/demo/checkbox.js +37 -0
- package/esm2022/lib/components/form-field/checkbox/demo/checkbox.js.map +1 -0
- package/esm2022/lib/components/form-field/checkbox/demo/default.js +27 -0
- package/esm2022/lib/components/form-field/checkbox/demo/default.js.map +1 -0
- package/esm2022/lib/components/form-field/checkbox/demo/destructive.js +27 -0
- package/esm2022/lib/components/form-field/checkbox/demo/destructive.js.map +1 -0
- package/esm2022/lib/components/form-field/checkbox/demo/disabled.js +28 -0
- package/esm2022/lib/components/form-field/checkbox/demo/disabled.js.map +1 -0
- package/esm2022/lib/components/form-field/checkbox/demo/shape.js +25 -0
- package/esm2022/lib/components/form-field/checkbox/demo/shape.js.map +1 -0
- package/esm2022/lib/components/form-field/checkbox/demo/size.js +25 -0
- package/esm2022/lib/components/form-field/checkbox/demo/size.js.map +1 -0
- package/esm2022/lib/components/form-field/checkbox/demo/validation.js +75 -0
- package/esm2022/lib/components/form-field/checkbox/demo/validation.js.map +1 -0
- package/esm2022/lib/components/form-field/checkbox/index.js +3 -0
- package/esm2022/lib/components/form-field/checkbox/index.js.map +1 -0
- package/esm2022/lib/components/form-field/datetime/datetime.js +59 -0
- package/esm2022/lib/components/form-field/datetime/datetime.js.map +1 -0
- package/esm2022/lib/components/form-field/datetime/datetime.variants.js +30 -0
- package/esm2022/lib/components/form-field/datetime/datetime.variants.js.map +1 -0
- package/esm2022/lib/components/form-field/datetime/demo/datetime.js +21 -0
- package/esm2022/lib/components/form-field/datetime/demo/datetime.js.map +1 -0
- package/esm2022/lib/components/form-field/datetime/demo/default.js +37 -0
- package/esm2022/lib/components/form-field/datetime/demo/default.js.map +1 -0
- package/esm2022/lib/components/form-field/datetime/demo/disabled.js +25 -0
- package/esm2022/lib/components/form-field/datetime/demo/disabled.js.map +1 -0
- package/esm2022/lib/components/form-field/datetime/demo/validation.js +69 -0
- package/esm2022/lib/components/form-field/datetime/demo/validation.js.map +1 -0
- package/esm2022/lib/components/form-field/datetime/index.js +3 -0
- package/esm2022/lib/components/form-field/datetime/index.js.map +1 -0
- package/esm2022/lib/components/form-field/index.js +10 -0
- package/esm2022/lib/components/form-field/index.js.map +1 -0
- package/esm2022/lib/components/form-field/input/currency-mask.service.js +40 -0
- package/esm2022/lib/components/form-field/input/currency-mask.service.js.map +1 -0
- package/esm2022/lib/components/form-field/input/demo/default.js +26 -0
- package/esm2022/lib/components/form-field/input/demo/default.js.map +1 -0
- package/esm2022/lib/components/form-field/input/demo/disabled.js +28 -0
- package/esm2022/lib/components/form-field/input/demo/disabled.js.map +1 -0
- package/esm2022/lib/components/form-field/input/demo/icon.js +29 -0
- package/esm2022/lib/components/form-field/input/demo/icon.js.map +1 -0
- package/esm2022/lib/components/form-field/input/demo/input.js +47 -0
- package/esm2022/lib/components/form-field/input/demo/input.js.map +1 -0
- package/esm2022/lib/components/form-field/input/demo/mask.js +48 -0
- package/esm2022/lib/components/form-field/input/demo/mask.js.map +1 -0
- package/esm2022/lib/components/form-field/input/demo/normalize.js +69 -0
- package/esm2022/lib/components/form-field/input/demo/normalize.js.map +1 -0
- package/esm2022/lib/components/form-field/input/demo/password.js +29 -0
- package/esm2022/lib/components/form-field/input/demo/password.js.map +1 -0
- package/esm2022/lib/components/form-field/input/demo/validation.js +113 -0
- package/esm2022/lib/components/form-field/input/demo/validation.js.map +1 -0
- package/esm2022/lib/components/form-field/input/demo/variant.js +34 -0
- package/esm2022/lib/components/form-field/input/demo/variant.js.map +1 -0
- package/esm2022/lib/components/form-field/input/index.js +4 -0
- package/esm2022/lib/components/form-field/input/index.js.map +1 -0
- package/esm2022/lib/components/form-field/input/input.js +102 -0
- package/esm2022/lib/components/form-field/input/input.js.map +1 -0
- package/esm2022/lib/components/form-field/input/input.variants.js +38 -0
- package/esm2022/lib/components/form-field/input/input.variants.js.map +1 -0
- package/esm2022/lib/components/form-field/input/interfaces/feedback.interface.js +26 -0
- package/esm2022/lib/components/form-field/input/interfaces/feedback.interface.js.map +1 -0
- package/esm2022/lib/components/form-field/input/interfaces/index.js +4 -0
- package/esm2022/lib/components/form-field/input/interfaces/index.js.map +1 -0
- package/esm2022/lib/components/form-field/input/interfaces/mask-config.interface.js +1 -0
- package/esm2022/lib/components/form-field/input/interfaces/mask-config.interface.js.map +1 -0
- package/esm2022/lib/components/form-field/input/interfaces/password-strength.js +39 -0
- package/esm2022/lib/components/form-field/input/interfaces/password-strength.js.map +1 -0
- package/esm2022/lib/components/form-field/radio/demo/default.js +32 -0
- package/esm2022/lib/components/form-field/radio/demo/default.js.map +1 -0
- package/esm2022/lib/components/form-field/radio/demo/disabled.js +32 -0
- package/esm2022/lib/components/form-field/radio/demo/disabled.js.map +1 -0
- package/esm2022/lib/components/form-field/radio/demo/radio.js +26 -0
- package/esm2022/lib/components/form-field/radio/demo/radio.js.map +1 -0
- package/esm2022/lib/components/form-field/radio/demo/size.js +30 -0
- package/esm2022/lib/components/form-field/radio/demo/size.js.map +1 -0
- package/esm2022/lib/components/form-field/radio/demo/validation.js +90 -0
- package/esm2022/lib/components/form-field/radio/demo/validation.js.map +1 -0
- package/esm2022/lib/components/form-field/radio/index.js +5 -0
- package/esm2022/lib/components/form-field/radio/index.js.map +1 -0
- package/esm2022/lib/components/form-field/radio/radio-group.js +52 -0
- package/esm2022/lib/components/form-field/radio/radio-group.js.map +1 -0
- package/esm2022/lib/components/form-field/radio/radio.imports.js +4 -0
- package/esm2022/lib/components/form-field/radio/radio.imports.js.map +1 -0
- package/esm2022/lib/components/form-field/radio/radio.js +83 -0
- package/esm2022/lib/components/form-field/radio/radio.js.map +1 -0
- package/esm2022/lib/components/form-field/radio/radio.variants.js +30 -0
- package/esm2022/lib/components/form-field/radio/radio.variants.js.map +1 -0
- package/esm2022/lib/components/form-field/segmented/demo/default.js +39 -0
- package/esm2022/lib/components/form-field/segmented/demo/default.js.map +1 -0
- package/esm2022/lib/components/form-field/segmented/demo/disabled.js +49 -0
- package/esm2022/lib/components/form-field/segmented/demo/disabled.js.map +1 -0
- package/esm2022/lib/components/form-field/segmented/demo/segmented.js +21 -0
- package/esm2022/lib/components/form-field/segmented/demo/segmented.js.map +1 -0
- package/esm2022/lib/components/form-field/segmented/demo/size.js +55 -0
- package/esm2022/lib/components/form-field/segmented/demo/size.js.map +1 -0
- package/esm2022/lib/components/form-field/segmented/index.js +4 -0
- package/esm2022/lib/components/form-field/segmented/index.js.map +1 -0
- package/esm2022/lib/components/form-field/segmented/segmented.interface.js +1 -0
- package/esm2022/lib/components/form-field/segmented/segmented.interface.js.map +1 -0
- package/esm2022/lib/components/form-field/segmented/segmented.js +56 -0
- package/esm2022/lib/components/form-field/segmented/segmented.js.map +1 -0
- package/esm2022/lib/components/form-field/segmented/segmented.variants.js +16 -0
- package/esm2022/lib/components/form-field/segmented/segmented.variants.js.map +1 -0
- package/esm2022/lib/components/form-field/select/demo/default.js +47 -0
- package/esm2022/lib/components/form-field/select/demo/default.js.map +1 -0
- package/esm2022/lib/components/form-field/select/demo/multiple.js +57 -0
- package/esm2022/lib/components/form-field/select/demo/multiple.js.map +1 -0
- package/esm2022/lib/components/form-field/select/demo/select.js +17 -0
- package/esm2022/lib/components/form-field/select/demo/select.js.map +1 -0
- package/esm2022/lib/components/form-field/select/index.js +5 -0
- package/esm2022/lib/components/form-field/select/index.js.map +1 -0
- package/esm2022/lib/components/form-field/select/select-item.js +78 -0
- package/esm2022/lib/components/form-field/select/select-item.js.map +1 -0
- package/esm2022/lib/components/form-field/select/select.facade.js +70 -0
- package/esm2022/lib/components/form-field/select/select.facade.js.map +1 -0
- package/esm2022/lib/components/form-field/select/select.imports.js +4 -0
- package/esm2022/lib/components/form-field/select/select.imports.js.map +1 -0
- package/esm2022/lib/components/form-field/select/select.js +315 -0
- package/esm2022/lib/components/form-field/select/select.js.map +1 -0
- package/esm2022/lib/components/form-field/select/select.variants.js +57 -0
- package/esm2022/lib/components/form-field/select/select.variants.js.map +1 -0
- package/esm2022/lib/components/form-field/select/services/index.js +6 -0
- package/esm2022/lib/components/form-field/select/services/index.js.map +1 -0
- package/esm2022/lib/components/form-field/select/services/select-dom.service.js +43 -0
- package/esm2022/lib/components/form-field/select/services/select-dom.service.js.map +1 -0
- package/esm2022/lib/components/form-field/select/services/select-keyword.service.js +54 -0
- package/esm2022/lib/components/form-field/select/services/select-keyword.service.js.map +1 -0
- package/esm2022/lib/components/form-field/select/services/select-labels.service.js +43 -0
- package/esm2022/lib/components/form-field/select/services/select-labels.service.js.map +1 -0
- package/esm2022/lib/components/form-field/select/services/select-overlay.service.js +89 -0
- package/esm2022/lib/components/form-field/select/services/select-overlay.service.js.map +1 -0
- package/esm2022/lib/components/form-field/select/services/select.store.js +30 -0
- package/esm2022/lib/components/form-field/select/services/select.store.js.map +1 -0
- package/esm2022/lib/components/form-field/switch/demo/default.js +27 -0
- package/esm2022/lib/components/form-field/switch/demo/default.js.map +1 -0
- package/esm2022/lib/components/form-field/switch/demo/disabled.js +25 -0
- package/esm2022/lib/components/form-field/switch/demo/disabled.js.map +1 -0
- package/esm2022/lib/components/form-field/switch/demo/size.js +27 -0
- package/esm2022/lib/components/form-field/switch/demo/size.js.map +1 -0
- package/esm2022/lib/components/form-field/switch/demo/switch.js +21 -0
- package/esm2022/lib/components/form-field/switch/demo/switch.js.map +1 -0
- package/esm2022/lib/components/form-field/switch/index.js +3 -0
- package/esm2022/lib/components/form-field/switch/index.js.map +1 -0
- package/esm2022/lib/components/form-field/switch/switch.js +34 -0
- package/esm2022/lib/components/form-field/switch/switch.js.map +1 -0
- package/esm2022/lib/components/form-field/switch/switch.variants.js +44 -0
- package/esm2022/lib/components/form-field/switch/switch.variants.js.map +1 -0
- package/esm2022/lib/components/form-field/textarea/demo/default.js +26 -0
- package/esm2022/lib/components/form-field/textarea/demo/default.js.map +1 -0
- package/esm2022/lib/components/form-field/textarea/demo/disabled.js +28 -0
- package/esm2022/lib/components/form-field/textarea/demo/disabled.js.map +1 -0
- package/esm2022/lib/components/form-field/textarea/demo/resize.js +34 -0
- package/esm2022/lib/components/form-field/textarea/demo/resize.js.map +1 -0
- package/esm2022/lib/components/form-field/textarea/demo/textarea.js +32 -0
- package/esm2022/lib/components/form-field/textarea/demo/textarea.js.map +1 -0
- package/esm2022/lib/components/form-field/textarea/demo/validation.js +53 -0
- package/esm2022/lib/components/form-field/textarea/demo/validation.js.map +1 -0
- package/esm2022/lib/components/form-field/textarea/demo/variant.js +34 -0
- package/esm2022/lib/components/form-field/textarea/demo/variant.js.map +1 -0
- package/esm2022/lib/components/form-field/textarea/index.js +3 -0
- package/esm2022/lib/components/form-field/textarea/index.js.map +1 -0
- package/esm2022/lib/components/form-field/textarea/textarea.js +59 -0
- package/esm2022/lib/components/form-field/textarea/textarea.js.map +1 -0
- package/esm2022/lib/components/form-field/textarea/textarea.variants.js +45 -0
- package/esm2022/lib/components/form-field/textarea/textarea.variants.js.map +1 -0
- package/esm2022/lib/components/icon/demo/icon.js +22 -0
- package/esm2022/lib/components/icon/demo/icon.js.map +1 -0
- package/esm2022/lib/components/icon/demo/searchable.js +188 -0
- package/esm2022/lib/components/icon/demo/searchable.js.map +1 -0
- package/esm2022/lib/components/icon/demo/size.js +31 -0
- package/esm2022/lib/components/icon/demo/size.js.map +1 -0
- package/esm2022/lib/components/icon/demo/type.js +27 -0
- package/esm2022/lib/components/icon/demo/type.js.map +1 -0
- package/esm2022/lib/components/icon/icon-categories.js +745 -0
- package/esm2022/lib/components/icon/icon-categories.js.map +1 -0
- package/esm2022/lib/components/icon/icon.component.js +39 -0
- package/esm2022/lib/components/icon/icon.component.js.map +1 -0
- package/esm2022/lib/components/icon/icon.variants.js +21 -0
- package/esm2022/lib/components/icon/icon.variants.js.map +1 -0
- package/esm2022/lib/components/icon/icons.js +1310 -0
- package/esm2022/lib/components/icon/icons.js.map +1 -0
- package/esm2022/lib/components/icon/index.js +4 -0
- package/esm2022/lib/components/icon/index.js.map +1 -0
- package/esm2022/lib/components/index.js +31 -0
- package/esm2022/lib/components/index.js.map +1 -0
- package/esm2022/lib/components/loader/demo/loader.js +17 -0
- package/esm2022/lib/components/loader/demo/loader.js.map +1 -0
- package/esm2022/lib/components/loader/demo/size.js +45 -0
- package/esm2022/lib/components/loader/demo/size.js.map +1 -0
- package/esm2022/lib/components/loader/demo/type.js +69 -0
- package/esm2022/lib/components/loader/demo/type.js.map +1 -0
- package/esm2022/lib/components/loader/index.js +4 -0
- package/esm2022/lib/components/loader/index.js.map +1 -0
- package/esm2022/lib/components/loader/loader-progess.js +82 -0
- package/esm2022/lib/components/loader/loader-progess.js.map +1 -0
- package/esm2022/lib/components/loader/loader.js +30 -0
- package/esm2022/lib/components/loader/loader.js.map +1 -0
- package/esm2022/lib/components/loader/loader.service.js +24 -0
- package/esm2022/lib/components/loader/loader.service.js.map +1 -0
- package/esm2022/lib/components/loader/loader.variants.js +25 -0
- package/esm2022/lib/components/loader/loader.variants.js.map +1 -0
- package/esm2022/lib/components/markdown/demo/editor.js +35 -0
- package/esm2022/lib/components/markdown/demo/editor.js.map +1 -0
- package/esm2022/lib/components/markdown/demo/markdown.js +17 -0
- package/esm2022/lib/components/markdown/demo/markdown.js.map +1 -0
- package/esm2022/lib/components/markdown/demo/viewer.js +35 -0
- package/esm2022/lib/components/markdown/demo/viewer.js.map +1 -0
- package/esm2022/lib/components/markdown/icon.helper.js +245 -0
- package/esm2022/lib/components/markdown/icon.helper.js.map +1 -0
- package/esm2022/lib/components/markdown/index.js +3 -0
- package/esm2022/lib/components/markdown/index.js.map +1 -0
- package/esm2022/lib/components/markdown/language-icons.js +11 -0
- package/esm2022/lib/components/markdown/language-icons.js.map +1 -0
- package/esm2022/lib/components/markdown/markdown.js +210 -0
- package/esm2022/lib/components/markdown/markdown.js.map +1 -0
- package/esm2022/lib/components/markdown/markdown.service.js +121 -0
- package/esm2022/lib/components/markdown/markdown.service.js.map +1 -0
- package/esm2022/lib/components/pagination/demo/custom.js +93 -0
- package/esm2022/lib/components/pagination/demo/custom.js.map +1 -0
- package/esm2022/lib/components/pagination/demo/default.js +18 -0
- package/esm2022/lib/components/pagination/demo/default.js.map +1 -0
- package/esm2022/lib/components/pagination/demo/info.js +47 -0
- package/esm2022/lib/components/pagination/demo/info.js.map +1 -0
- package/esm2022/lib/components/pagination/demo/intl.js +49 -0
- package/esm2022/lib/components/pagination/demo/intl.js.map +1 -0
- package/esm2022/lib/components/pagination/demo/pagination.js +27 -0
- package/esm2022/lib/components/pagination/demo/pagination.js.map +1 -0
- package/esm2022/lib/components/pagination/index.js +5 -0
- package/esm2022/lib/components/pagination/index.js.map +1 -0
- package/esm2022/lib/components/pagination/pagination-button.js +35 -0
- package/esm2022/lib/components/pagination/pagination-button.js.map +1 -0
- package/esm2022/lib/components/pagination/pagination-content.js +25 -0
- package/esm2022/lib/components/pagination/pagination-content.js.map +1 -0
- package/esm2022/lib/components/pagination/pagination-ellipsis.js +27 -0
- package/esm2022/lib/components/pagination/pagination-ellipsis.js.map +1 -0
- package/esm2022/lib/components/pagination/pagination-intl.js +21 -0
- package/esm2022/lib/components/pagination/pagination-intl.js.map +1 -0
- package/esm2022/lib/components/pagination/pagination-item.js +20 -0
- package/esm2022/lib/components/pagination/pagination-item.js.map +1 -0
- package/esm2022/lib/components/pagination/pagination-next.js +40 -0
- package/esm2022/lib/components/pagination/pagination-next.js.map +1 -0
- package/esm2022/lib/components/pagination/pagination-prev.js +40 -0
- package/esm2022/lib/components/pagination/pagination-prev.js.map +1 -0
- package/esm2022/lib/components/pagination/pagination.imports.js +9 -0
- package/esm2022/lib/components/pagination/pagination.imports.js.map +1 -0
- package/esm2022/lib/components/pagination/pagination.js +210 -0
- package/esm2022/lib/components/pagination/pagination.js.map +1 -0
- package/esm2022/lib/components/pagination/pagination.variants.js +7 -0
- package/esm2022/lib/components/pagination/pagination.variants.js.map +1 -0
- package/esm2022/lib/components/progress-bar/demo/indeterminate.js +25 -0
- package/esm2022/lib/components/progress-bar/demo/indeterminate.js.map +1 -0
- package/esm2022/lib/components/progress-bar/demo/progress-bar.js +15 -0
- package/esm2022/lib/components/progress-bar/demo/progress-bar.js.map +1 -0
- package/esm2022/lib/components/progress-bar/demo/shape.js +28 -0
- package/esm2022/lib/components/progress-bar/demo/shape.js.map +1 -0
- package/esm2022/lib/components/progress-bar/demo/size.js +28 -0
- package/esm2022/lib/components/progress-bar/demo/size.js.map +1 -0
- package/esm2022/lib/components/progress-bar/demo/variant.js +26 -0
- package/esm2022/lib/components/progress-bar/demo/variant.js.map +1 -0
- package/esm2022/lib/components/progress-bar/index.js +4 -0
- package/esm2022/lib/components/progress-bar/index.js.map +1 -0
- package/esm2022/lib/components/progress-bar/progress-bar.js +133 -0
- package/esm2022/lib/components/progress-bar/progress-bar.js.map +1 -0
- package/esm2022/lib/components/progress-bar/progress-bar.variants.js +42 -0
- package/esm2022/lib/components/progress-bar/progress-bar.variants.js.map +1 -0
- package/esm2022/lib/components/separator/demo/orientation.js +45 -0
- package/esm2022/lib/components/separator/demo/orientation.js.map +1 -0
- package/esm2022/lib/components/separator/demo/separator.js +12 -0
- package/esm2022/lib/components/separator/demo/separator.js.map +1 -0
- package/esm2022/lib/components/separator/index.js +3 -0
- package/esm2022/lib/components/separator/index.js.map +1 -0
- package/esm2022/lib/components/separator/separator.js +25 -0
- package/esm2022/lib/components/separator/separator.js.map +1 -0
- package/esm2022/lib/components/separator/separator.variants.js +13 -0
- package/esm2022/lib/components/separator/separator.variants.js.map +1 -0
- package/esm2022/lib/components/skeleton/demo/card.js +47 -0
- package/esm2022/lib/components/skeleton/demo/card.js.map +1 -0
- package/esm2022/lib/components/skeleton/demo/chart.js +42 -0
- package/esm2022/lib/components/skeleton/demo/chart.js.map +1 -0
- package/esm2022/lib/components/skeleton/demo/default.js +31 -0
- package/esm2022/lib/components/skeleton/demo/default.js.map +1 -0
- package/esm2022/lib/components/skeleton/demo/skeleton.js +12 -0
- package/esm2022/lib/components/skeleton/demo/skeleton.js.map +1 -0
- package/esm2022/lib/components/skeleton/index.js +3 -0
- package/esm2022/lib/components/skeleton/index.js.map +1 -0
- package/esm2022/lib/components/skeleton/skeleton.js +32 -0
- package/esm2022/lib/components/skeleton/skeleton.js.map +1 -0
- package/esm2022/lib/components/skeleton/skeleton.variants.js +6 -0
- package/esm2022/lib/components/skeleton/skeleton.variants.js.map +1 -0
- package/esm2022/lib/components/stepper/demo/default.js +86 -0
- package/esm2022/lib/components/stepper/demo/default.js.map +1 -0
- package/esm2022/lib/components/stepper/demo/orientation.js +86 -0
- package/esm2022/lib/components/stepper/demo/orientation.js.map +1 -0
- package/esm2022/lib/components/stepper/demo/stepper.js +21 -0
- package/esm2022/lib/components/stepper/demo/stepper.js.map +1 -0
- package/esm2022/lib/components/stepper/demo/validation.js +107 -0
- package/esm2022/lib/components/stepper/demo/validation.js.map +1 -0
- package/esm2022/lib/components/stepper/index.js +3 -0
- package/esm2022/lib/components/stepper/index.js.map +1 -0
- package/esm2022/lib/components/stepper/stepper.js +93 -0
- package/esm2022/lib/components/stepper/stepper.js.map +1 -0
- package/esm2022/lib/components/stepper/stepper.service.js +67 -0
- package/esm2022/lib/components/stepper/stepper.service.js.map +1 -0
- package/esm2022/lib/components/stepper/stepper.variants.js +64 -0
- package/esm2022/lib/components/stepper/stepper.variants.js.map +1 -0
- package/esm2022/lib/components/table/cell-template.directive.js +18 -0
- package/esm2022/lib/components/table/cell-template.directive.js.map +1 -0
- package/esm2022/lib/components/table/demo/border.js +30 -0
- package/esm2022/lib/components/table/demo/border.js.map +1 -0
- package/esm2022/lib/components/table/demo/default.js +48 -0
- package/esm2022/lib/components/table/demo/default.js.map +1 -0
- package/esm2022/lib/components/table/demo/pagination.js +69 -0
- package/esm2022/lib/components/table/demo/pagination.js.map +1 -0
- package/esm2022/lib/components/table/demo/selected.js +34 -0
- package/esm2022/lib/components/table/demo/selected.js.map +1 -0
- package/esm2022/lib/components/table/demo/size.js +55 -0
- package/esm2022/lib/components/table/demo/size.js.map +1 -0
- package/esm2022/lib/components/table/demo/sort.js +59 -0
- package/esm2022/lib/components/table/demo/sort.js.map +1 -0
- package/esm2022/lib/components/table/demo/table.js +37 -0
- package/esm2022/lib/components/table/demo/table.js.map +1 -0
- package/esm2022/lib/components/table/demo/user.js +25 -0
- package/esm2022/lib/components/table/demo/user.js.map +1 -0
- package/esm2022/lib/components/table/index.js +5 -0
- package/esm2022/lib/components/table/index.js.map +1 -0
- package/esm2022/lib/components/table/table.config.js +1 -0
- package/esm2022/lib/components/table/table.config.js.map +1 -0
- package/esm2022/lib/components/table/table.js +121 -0
- package/esm2022/lib/components/table/table.js.map +1 -0
- package/esm2022/lib/components/table/table.variants.js +86 -0
- package/esm2022/lib/components/table/table.variants.js.map +1 -0
- package/esm2022/lib/components/tabs/demo/align.js +55 -0
- package/esm2022/lib/components/tabs/demo/align.js.map +1 -0
- package/esm2022/lib/components/tabs/demo/arrows.js +45 -0
- package/esm2022/lib/components/tabs/demo/arrows.js.map +1 -0
- package/esm2022/lib/components/tabs/demo/default.js +27 -0
- package/esm2022/lib/components/tabs/demo/default.js.map +1 -0
- package/esm2022/lib/components/tabs/demo/position.js +65 -0
- package/esm2022/lib/components/tabs/demo/position.js.map +1 -0
- package/esm2022/lib/components/tabs/demo/tabs.js +15 -0
- package/esm2022/lib/components/tabs/demo/tabs.js.map +1 -0
- package/esm2022/lib/components/tabs/index.js +3 -0
- package/esm2022/lib/components/tabs/index.js.map +1 -0
- package/esm2022/lib/components/tabs/tabs.js +195 -0
- package/esm2022/lib/components/tabs/tabs.js.map +1 -0
- package/esm2022/lib/components/tabs/tabs.variants.js +58 -0
- package/esm2022/lib/components/tabs/tabs.variants.js.map +1 -0
- package/esm2022/lib/components/toast/demo/default.js +32 -0
- package/esm2022/lib/components/toast/demo/default.js.map +1 -0
- package/esm2022/lib/components/toast/demo/position.js +63 -0
- package/esm2022/lib/components/toast/demo/position.js.map +1 -0
- package/esm2022/lib/components/toast/demo/toast.js +22 -0
- package/esm2022/lib/components/toast/demo/toast.js.map +1 -0
- package/esm2022/lib/components/toast/demo/type.js +48 -0
- package/esm2022/lib/components/toast/demo/type.js.map +1 -0
- package/esm2022/lib/components/toast/index.js +4 -0
- package/esm2022/lib/components/toast/index.js.map +1 -0
- package/esm2022/lib/components/toast/toast-content.js +15 -0
- package/esm2022/lib/components/toast/toast-content.js.map +1 -0
- package/esm2022/lib/components/toast/toast.config.js +1 -0
- package/esm2022/lib/components/toast/toast.config.js.map +1 -0
- package/esm2022/lib/components/toast/toast.js +56 -0
- package/esm2022/lib/components/toast/toast.js.map +1 -0
- package/esm2022/lib/components/toast/toast.pipe.js +52 -0
- package/esm2022/lib/components/toast/toast.pipe.js.map +1 -0
- package/esm2022/lib/components/toast/toast.service.js +60 -0
- package/esm2022/lib/components/toast/toast.service.js.map +1 -0
- package/esm2022/lib/components/toast/toast.variants.js +17 -0
- package/esm2022/lib/components/toast/toast.variants.js.map +1 -0
- package/esm2022/lib/components/tooltip/demo/click.js +26 -0
- package/esm2022/lib/components/tooltip/demo/click.js.map +1 -0
- package/esm2022/lib/components/tooltip/demo/events.js +37 -0
- package/esm2022/lib/components/tooltip/demo/events.js.map +1 -0
- package/esm2022/lib/components/tooltip/demo/hover.js +26 -0
- package/esm2022/lib/components/tooltip/demo/hover.js.map +1 -0
- package/esm2022/lib/components/tooltip/demo/position.js +40 -0
- package/esm2022/lib/components/tooltip/demo/position.js.map +1 -0
- package/esm2022/lib/components/tooltip/demo/tooltip.js +27 -0
- package/esm2022/lib/components/tooltip/demo/tooltip.js.map +1 -0
- package/esm2022/lib/components/tooltip/index.js +5 -0
- package/esm2022/lib/components/tooltip/index.js.map +1 -0
- package/esm2022/lib/components/tooltip/tooltip.config.js +40 -0
- package/esm2022/lib/components/tooltip/tooltip.config.js.map +1 -0
- package/esm2022/lib/components/tooltip/tooltip.directive.js +163 -0
- package/esm2022/lib/components/tooltip/tooltip.directive.js.map +1 -0
- package/esm2022/lib/components/tooltip/tooltip.imports.js +20 -0
- package/esm2022/lib/components/tooltip/tooltip.imports.js.map +1 -0
- package/esm2022/lib/components/tooltip/tooltip.js +32 -0
- package/esm2022/lib/components/tooltip/tooltip.js.map +1 -0
- package/esm2022/lib/components/tooltip/tooltip.variants.js +13 -0
- package/esm2022/lib/components/tooltip/tooltip.variants.js.map +1 -0
- package/esm2022/lib/components/tree/demo/default.js +52 -0
- package/esm2022/lib/components/tree/demo/default.js.map +1 -0
- package/esm2022/lib/components/tree/demo/selection.js +56 -0
- package/esm2022/lib/components/tree/demo/selection.js.map +1 -0
- package/esm2022/lib/components/tree/demo/tree.js +10 -0
- package/esm2022/lib/components/tree/demo/tree.js.map +1 -0
- package/esm2022/lib/components/tree/index.js +4 -0
- package/esm2022/lib/components/tree/index.js.map +1 -0
- package/esm2022/lib/components/tree/tree.interface.js +1 -0
- package/esm2022/lib/components/tree/tree.interface.js.map +1 -0
- package/esm2022/lib/components/tree/tree.js +138 -0
- package/esm2022/lib/components/tree/tree.js.map +1 -0
- package/esm2022/lib/components/tree/tree.variants.js +17 -0
- package/esm2022/lib/components/tree/tree.variants.js.map +1 -0
- package/esm2022/lib/components/upload/demo/default.js +42 -0
- package/esm2022/lib/components/upload/demo/default.js.map +1 -0
- package/esm2022/lib/components/upload/demo/dropzone.js +42 -0
- package/esm2022/lib/components/upload/demo/dropzone.js.map +1 -0
- package/esm2022/lib/components/upload/demo/multiple.js +42 -0
- package/esm2022/lib/components/upload/demo/multiple.js.map +1 -0
- package/esm2022/lib/components/upload/demo/selected.js +53 -0
- package/esm2022/lib/components/upload/demo/selected.js.map +1 -0
- package/esm2022/lib/components/upload/demo/upload.js +15 -0
- package/esm2022/lib/components/upload/demo/upload.js.map +1 -0
- package/esm2022/lib/components/upload/index.js +5 -0
- package/esm2022/lib/components/upload/index.js.map +1 -0
- package/esm2022/lib/components/upload/upload.interface.js +1 -0
- package/esm2022/lib/components/upload/upload.interface.js.map +1 -0
- package/esm2022/lib/components/upload/upload.js +227 -0
- package/esm2022/lib/components/upload/upload.js.map +1 -0
- package/esm2022/lib/components/upload/upload.service.js +36 -0
- package/esm2022/lib/components/upload/upload.service.js.map +1 -0
- package/esm2022/lib/components/upload/upload.variants.js +29 -0
- package/esm2022/lib/components/upload/upload.variants.js.map +1 -0
- package/esm2022/lib/core/directives/generate-id.directive.js +29 -0
- package/esm2022/lib/core/directives/generate-id.directive.js.map +1 -0
- package/esm2022/lib/core/directives/index.js +4 -0
- package/esm2022/lib/core/directives/index.js.map +1 -0
- package/esm2022/lib/core/directives/normalize/index.js +4 -0
- package/esm2022/lib/core/directives/normalize/index.js.map +1 -0
- package/esm2022/lib/core/directives/normalize/normalize.config.js +7 -0
- package/esm2022/lib/core/directives/normalize/normalize.config.js.map +1 -0
- package/esm2022/lib/core/directives/normalize/normalize.directive.js +37 -0
- package/esm2022/lib/core/directives/normalize/normalize.directive.js.map +1 -0
- package/esm2022/lib/core/directives/normalize/strategies/alfa.strategy.js +14 -0
- package/esm2022/lib/core/directives/normalize/strategies/alfa.strategy.js.map +1 -0
- package/esm2022/lib/core/directives/normalize/strategies/alfanum.strategy.js +14 -0
- package/esm2022/lib/core/directives/normalize/strategies/alfanum.strategy.js.map +1 -0
- package/esm2022/lib/core/directives/normalize/strategies/index.js +11 -0
- package/esm2022/lib/core/directives/normalize/strategies/index.js.map +1 -0
- package/esm2022/lib/core/directives/normalize/strategies/normalize.strategy.js +1 -0
- package/esm2022/lib/core/directives/normalize/strategies/normalize.strategy.js.map +1 -0
- package/esm2022/lib/core/directives/normalize/strategies/numeric.strategy.js +6 -0
- package/esm2022/lib/core/directives/normalize/strategies/numeric.strategy.js.map +1 -0
- package/esm2022/lib/core/directives/normalize/strategies/uppercase.strategy.js +6 -0
- package/esm2022/lib/core/directives/normalize/strategies/uppercase.strategy.js.map +1 -0
- package/esm2022/lib/core/directives/string-template-ref.directive.js +69 -0
- package/esm2022/lib/core/directives/string-template-ref.directive.js.map +1 -0
- package/esm2022/lib/core/helpers/index.js +2 -0
- package/esm2022/lib/core/helpers/index.js.map +1 -0
- package/esm2022/lib/core/helpers/merge.helper.js +10 -0
- package/esm2022/lib/core/helpers/merge.helper.js.map +1 -0
- package/esm2022/lib/core/index.js +6 -0
- package/esm2022/lib/core/index.js.map +1 -0
- package/esm2022/lib/core/interfaces/control-value.interface.js +1 -0
- package/esm2022/lib/core/interfaces/control-value.interface.js.map +1 -0
- package/esm2022/lib/core/interfaces/index.js +2 -0
- package/esm2022/lib/core/interfaces/index.js.map +1 -0
- package/esm2022/lib/core/template/index.js +2 -0
- package/esm2022/lib/core/template/index.js.map +1 -0
- package/esm2022/lib/core/template/print/print.js +25 -0
- package/esm2022/lib/core/template/print/print.js.map +1 -0
- package/esm2022/lib/core/template/print/print.pipe.js +18 -0
- package/esm2022/lib/core/template/print/print.pipe.js.map +1 -0
- package/esm2022/lib/core/utils/clipboard.util.js +66 -0
- package/esm2022/lib/core/utils/clipboard.util.js.map +1 -0
- package/esm2022/lib/core/utils/index.js +2 -0
- package/esm2022/lib/core/utils/index.js.map +1 -0
- package/esm2022/lib/infra/index.js +2 -0
- package/esm2022/lib/infra/index.js.map +1 -0
- package/esm2022/lib/infra/stores/index.js +2 -0
- package/esm2022/lib/infra/stores/index.js.map +1 -0
- package/esm2022/lib/infra/stores/theme.store.js +39 -0
- package/esm2022/lib/infra/stores/theme.store.js.map +1 -0
- package/index.d.ts +3 -0
- package/lib/components/accordion/accordion.d.ts +31 -0
- package/lib/components/accordion/accordion.service.d.ts +15 -0
- package/lib/components/accordion/accordion.variants.d.ts +10 -0
- package/lib/components/accordion/demo/accordion.d.ts +8 -0
- package/lib/components/accordion/demo/default.d.ts +5 -0
- package/lib/components/accordion/demo/single.d.ts +5 -0
- package/lib/components/accordion/index.d.ts +2 -0
- package/lib/components/alert/alert.d.ts +13 -0
- package/lib/components/alert/alert.variants.d.ts +6 -0
- package/lib/components/alert/demo/accent.d.ts +7 -0
- package/lib/components/alert/demo/alert.d.ts +9 -0
- package/lib/components/alert/demo/destructive.d.ts +7 -0
- package/lib/components/alert/demo/icon.d.ts +7 -0
- package/lib/components/alert/demo/info.d.ts +7 -0
- package/lib/components/alert/demo/primary.d.ts +7 -0
- package/lib/components/alert/demo/success.d.ts +7 -0
- package/lib/components/alert/demo/warning.d.ts +7 -0
- package/lib/components/alert/index.d.ts +2 -0
- package/lib/components/alert-dialog/alert-dialog.config.d.ts +27 -0
- package/lib/components/alert-dialog/alert-dialog.d.ts +26 -0
- package/lib/components/alert-dialog/alert-dialog.ref.d.ts +18 -0
- package/lib/components/alert-dialog/alert-dialog.service.d.ts +20 -0
- package/lib/components/alert-dialog/alert-dialog.variants.d.ts +3 -0
- package/lib/components/alert-dialog/demo/alert-dialog.d.ts +9 -0
- package/lib/components/alert-dialog/demo/default.d.ts +7 -0
- package/lib/components/alert-dialog/index.d.ts +5 -0
- package/lib/components/avatar/avatar-group.d.ts +9 -0
- package/lib/components/avatar/avatar.d.ts +23 -0
- package/lib/components/avatar/avatar.variants.d.ts +14 -0
- package/lib/components/avatar/demo/avatar.d.ts +9 -0
- package/lib/components/avatar/demo/default.d.ts +5 -0
- package/lib/components/avatar/demo/shape.d.ts +5 -0
- package/lib/components/avatar/demo/size.d.ts +5 -0
- package/lib/components/avatar/demo/status.d.ts +5 -0
- package/lib/components/avatar/index.d.ts +3 -0
- package/lib/components/badge/badge.d.ts +15 -0
- package/lib/components/badge/badge.variants.d.ts +8 -0
- package/lib/components/badge/demo/badge.d.ts +9 -0
- package/lib/components/badge/demo/close.d.ts +8 -0
- package/lib/components/badge/demo/disabled.d.ts +5 -0
- package/lib/components/badge/demo/fill.d.ts +5 -0
- package/lib/components/badge/demo/icon.d.ts +5 -0
- package/lib/components/badge/demo/shape.d.ts +5 -0
- package/lib/components/badge/demo/variant.d.ts +5 -0
- package/lib/components/badge/index.d.ts +2 -0
- package/lib/components/breadcrumb/breadcrumb-content.d.ts +8 -0
- package/lib/components/breadcrumb/breadcrumb-item.d.ts +9 -0
- package/lib/components/breadcrumb/breadcrumb-link.d.ts +9 -0
- package/lib/components/breadcrumb/breadcrumb-list.d.ts +9 -0
- package/lib/components/breadcrumb/breadcrumb-page.d.ts +8 -0
- package/lib/components/breadcrumb/breadcrumb-separator.d.ts +10 -0
- package/lib/components/breadcrumb/breadcrumb.config.d.ts +6 -0
- package/lib/components/breadcrumb/breadcrumb.d.ts +12 -0
- package/lib/components/breadcrumb/breadcrumb.directive.d.ts +9 -0
- package/lib/components/breadcrumb/breadcrumb.imports.d.ts +7 -0
- package/lib/components/breadcrumb/breadcrumb.service.d.ts +17 -0
- package/lib/components/breadcrumb/breadcrumb.variants.d.ts +27 -0
- package/lib/components/breadcrumb/demo/breadcrumb.d.ts +9 -0
- package/lib/components/breadcrumb/demo/content.d.ts +5 -0
- package/lib/components/breadcrumb/demo/custom-separator.d.ts +5 -0
- package/lib/components/breadcrumb/demo/default.d.ts +5 -0
- package/lib/components/breadcrumb/demo/directive.d.ts +5 -0
- package/lib/components/breadcrumb/demo/icon.d.ts +5 -0
- package/lib/components/breadcrumb/demo/router-link.d.ts +5 -0
- package/lib/components/breadcrumb/index.d.ts +4 -0
- package/lib/components/button/button.d.ts +17 -0
- package/lib/components/button/button.variants.d.ts +11 -0
- package/lib/components/button/demo/button.d.ts +9 -0
- package/lib/components/button/demo/disabled.d.ts +5 -0
- package/lib/components/button/demo/fill.d.ts +5 -0
- package/lib/components/button/demo/full.d.ts +5 -0
- package/lib/components/button/demo/icon.d.ts +5 -0
- package/lib/components/button/demo/loading.d.ts +5 -0
- package/lib/components/button/demo/shape.d.ts +5 -0
- package/lib/components/button/demo/size.d.ts +5 -0
- package/lib/components/button/demo/variant.d.ts +5 -0
- package/lib/components/button/index.d.ts +2 -0
- package/lib/components/button-toggle/button-toggle.d.ts +36 -0
- package/lib/components/button-toggle/button-toggle.variants.d.ts +11 -0
- package/lib/components/button-toggle/demo/button-toggle.d.ts +9 -0
- package/lib/components/button-toggle/demo/default.d.ts +9 -0
- package/lib/components/button-toggle/demo/disabled.d.ts +7 -0
- package/lib/components/button-toggle/demo/size.d.ts +7 -0
- package/lib/components/button-toggle/index.d.ts +2 -0
- package/lib/components/card/card.d.ts +17 -0
- package/lib/components/card/card.variants.d.ts +9 -0
- package/lib/components/card/demo/card.d.ts +9 -0
- package/lib/components/card/demo/default.d.ts +5 -0
- package/lib/components/card/demo/disabled.d.ts +5 -0
- package/lib/components/card/index.d.ts +2 -0
- package/lib/components/carousel/carousel.d.ts +41 -0
- package/lib/components/carousel/carousel.service.d.ts +29 -0
- package/lib/components/carousel/carousel.variants.d.ts +18 -0
- package/lib/components/carousel/demo/autoplay.d.ts +11 -0
- package/lib/components/carousel/demo/carousel.d.ts +8 -0
- package/lib/components/carousel/demo/default.d.ts +9 -0
- package/lib/components/carousel/demo/loop.d.ts +9 -0
- package/lib/components/carousel/index.d.ts +2 -0
- package/lib/components/command/command-empty.d.ts +12 -0
- package/lib/components/command/command-input.d.ts +28 -0
- package/lib/components/command/command-item-group.d.ts +20 -0
- package/lib/components/command/command-item.d.ts +29 -0
- package/lib/components/command/command-list.d.ts +8 -0
- package/lib/components/command/command-separator.d.ts +10 -0
- package/lib/components/command/command.config.d.ts +27 -0
- package/lib/components/command/command.d.ts +40 -0
- package/lib/components/command/command.imports.d.ts +8 -0
- package/lib/components/command/command.variants.d.ts +15 -0
- package/lib/components/command/demo/command.d.ts +9 -0
- package/lib/components/command/demo/default.d.ts +12 -0
- package/lib/components/command/index.d.ts +9 -0
- package/lib/components/date-picker/date-picker-overlay.service.d.ts +15 -0
- package/lib/components/date-picker/date-picker.d.ts +37 -0
- package/lib/components/date-picker/date-picker.util.d.ts +18 -0
- package/lib/components/date-picker/date-picker.variants.d.ts +7 -0
- package/lib/components/date-picker/demo/date-picker.d.ts +8 -0
- package/lib/components/date-picker/demo/default.d.ts +6 -0
- package/lib/components/date-picker/demo/disabled.d.ts +5 -0
- package/lib/components/date-picker/demo/range.d.ts +6 -0
- package/lib/components/date-picker/index.d.ts +2 -0
- package/lib/components/dialog/demo/default.d.ts +32 -0
- package/lib/components/dialog/demo/dialog.d.ts +9 -0
- package/lib/components/dialog/dialog-ref.d.ts +16 -0
- package/lib/components/dialog/dialog.config.d.ts +23 -0
- package/lib/components/dialog/dialog.d.ts +22 -0
- package/lib/components/dialog/dialog.module.d.ts +10 -0
- package/lib/components/dialog/dialog.service.d.ts +16 -0
- package/lib/components/dialog/dialog.variants.d.ts +3 -0
- package/lib/components/dialog/index.d.ts +4 -0
- package/lib/components/empty/demo/advanced.d.ts +5 -0
- package/lib/components/empty/demo/custom-image.d.ts +5 -0
- package/lib/components/empty/demo/default.d.ts +5 -0
- package/lib/components/empty/demo/empty.d.ts +9 -0
- package/lib/components/empty/empty.d.ts +19 -0
- package/lib/components/empty/empty.variants.d.ts +7 -0
- package/lib/components/empty/index.d.ts +2 -0
- package/lib/components/float-button/demo/float-button.d.ts +9 -0
- package/lib/components/float-button/demo/float-group.d.ts +5 -0
- package/lib/components/float-button/demo/float-top.d.ts +5 -0
- package/lib/components/float-button/demo/position.d.ts +5 -0
- package/lib/components/float-button/demo/shape.d.ts +5 -0
- package/lib/components/float-button/demo/size.d.ts +5 -0
- package/lib/components/float-button/demo/variant.d.ts +5 -0
- package/lib/components/float-button/float-button-group.d.ts +26 -0
- package/lib/components/float-button/float-button-top.d.ts +22 -0
- package/lib/components/float-button/float-button.d.ts +17 -0
- package/lib/components/float-button/float-button.variants.d.ts +7 -0
- package/lib/components/float-button/index.d.ts +4 -0
- package/lib/components/form-field/autocomplete/autocomplete-config.d.ts +19 -0
- package/lib/components/form-field/autocomplete/autocomplete.d.ts +54 -0
- package/lib/components/form-field/autocomplete/autocomplete.variants.d.ts +12 -0
- package/lib/components/form-field/autocomplete/demo/autocomplete.d.ts +8 -0
- package/lib/components/form-field/autocomplete/demo/default.d.ts +19 -0
- package/lib/components/form-field/autocomplete/demo/events.d.ts +21 -0
- package/lib/components/form-field/autocomplete/demo/validation.d.ts +21 -0
- package/lib/components/form-field/autocomplete/index.d.ts +3 -0
- package/lib/components/form-field/autocomplete/services/autocomplete-overlay.service.d.ts +15 -0
- package/lib/components/form-field/autocomplete/services/index.d.ts +1 -0
- package/lib/components/form-field/checkbox/checkbox.d.ts +32 -0
- package/lib/components/form-field/checkbox/checkbox.variants.d.ts +12 -0
- package/lib/components/form-field/checkbox/demo/checkbox.d.ts +9 -0
- package/lib/components/form-field/checkbox/demo/default.d.ts +6 -0
- package/lib/components/form-field/checkbox/demo/destructive.d.ts +6 -0
- package/lib/components/form-field/checkbox/demo/disabled.d.ts +7 -0
- package/lib/components/form-field/checkbox/demo/shape.d.ts +5 -0
- package/lib/components/form-field/checkbox/demo/size.d.ts +5 -0
- package/lib/components/form-field/checkbox/demo/validation.d.ts +14 -0
- package/lib/components/form-field/checkbox/index.d.ts +2 -0
- package/lib/components/form-field/datetime/datetime.d.ts +32 -0
- package/lib/components/form-field/datetime/datetime.variants.d.ts +10 -0
- package/lib/components/form-field/datetime/demo/datetime.d.ts +8 -0
- package/lib/components/form-field/datetime/demo/default.d.ts +17 -0
- package/lib/components/form-field/datetime/demo/disabled.d.ts +5 -0
- package/lib/components/form-field/datetime/demo/validation.d.ts +13 -0
- package/lib/components/form-field/datetime/index.d.ts +2 -0
- package/lib/components/form-field/index.d.ts +9 -0
- package/lib/components/form-field/input/currency-mask.service.d.ts +8 -0
- package/lib/components/form-field/input/demo/default.d.ts +11 -0
- package/lib/components/form-field/input/demo/disabled.d.ts +11 -0
- package/lib/components/form-field/input/demo/icon.d.ts +12 -0
- package/lib/components/form-field/input/demo/input.d.ts +29 -0
- package/lib/components/form-field/input/demo/mask.d.ts +19 -0
- package/lib/components/form-field/input/demo/normalize.d.ts +15 -0
- package/lib/components/form-field/input/demo/password.d.ts +11 -0
- package/lib/components/form-field/input/demo/validation.d.ts +18 -0
- package/lib/components/form-field/input/demo/variant.d.ts +15 -0
- package/lib/components/form-field/input/index.d.ts +3 -0
- package/lib/components/form-field/input/input.d.ts +56 -0
- package/lib/components/form-field/input/input.variants.d.ts +13 -0
- package/lib/components/form-field/input/interfaces/feedback.interface.d.ts +21 -0
- package/lib/components/form-field/input/interfaces/index.d.ts +3 -0
- package/lib/components/form-field/input/interfaces/mask-config.interface.d.ts +10 -0
- package/lib/components/form-field/input/interfaces/password-strength.d.ts +16 -0
- package/lib/components/form-field/radio/demo/default.d.ts +11 -0
- package/lib/components/form-field/radio/demo/disabled.d.ts +11 -0
- package/lib/components/form-field/radio/demo/radio.d.ts +12 -0
- package/lib/components/form-field/radio/demo/size.d.ts +11 -0
- package/lib/components/form-field/radio/demo/validation.d.ts +14 -0
- package/lib/components/form-field/radio/index.d.ts +4 -0
- package/lib/components/form-field/radio/radio-group.d.ts +21 -0
- package/lib/components/form-field/radio/radio.d.ts +20 -0
- package/lib/components/form-field/radio/radio.imports.d.ts +3 -0
- package/lib/components/form-field/radio/radio.variants.d.ts +9 -0
- package/lib/components/form-field/segmented/demo/default.d.ts +13 -0
- package/lib/components/form-field/segmented/demo/disabled.d.ts +8 -0
- package/lib/components/form-field/segmented/demo/segmented.d.ts +8 -0
- package/lib/components/form-field/segmented/demo/size.d.ts +7 -0
- package/lib/components/form-field/segmented/index.d.ts +3 -0
- package/lib/components/form-field/segmented/segmented.d.ts +27 -0
- package/lib/components/form-field/segmented/segmented.interface.d.ts +7 -0
- package/lib/components/form-field/segmented/segmented.variants.d.ts +6 -0
- package/lib/components/form-field/select/demo/default.d.ts +6 -0
- package/lib/components/form-field/select/demo/multiple.d.ts +6 -0
- package/lib/components/form-field/select/demo/select.d.ts +13 -0
- package/lib/components/form-field/select/index.d.ts +4 -0
- package/lib/components/form-field/select/select-item.d.ts +29 -0
- package/lib/components/form-field/select/select.d.ts +62 -0
- package/lib/components/form-field/select/select.facade.d.ts +25 -0
- package/lib/components/form-field/select/select.imports.d.ts +3 -0
- package/lib/components/form-field/select/select.variants.d.ts +16 -0
- package/lib/components/form-field/select/services/index.d.ts +5 -0
- package/lib/components/form-field/select/services/select-dom.service.d.ts +10 -0
- package/lib/components/form-field/select/services/select-keyword.service.d.ts +17 -0
- package/lib/components/form-field/select/services/select-labels.service.d.ts +17 -0
- package/lib/components/form-field/select/services/select-overlay.service.d.ts +19 -0
- package/lib/components/form-field/select/services/select.store.d.ts +14 -0
- package/lib/components/form-field/switch/demo/default.d.ts +5 -0
- package/lib/components/form-field/switch/demo/disabled.d.ts +5 -0
- package/lib/components/form-field/switch/demo/size.d.ts +5 -0
- package/lib/components/form-field/switch/demo/switch.d.ts +8 -0
- package/lib/components/form-field/switch/index.d.ts +2 -0
- package/lib/components/form-field/switch/switch.d.ts +21 -0
- package/lib/components/form-field/switch/switch.variants.d.ts +12 -0
- package/lib/components/form-field/textarea/demo/default.d.ts +11 -0
- package/lib/components/form-field/textarea/demo/disabled.d.ts +11 -0
- package/lib/components/form-field/textarea/demo/resize.d.ts +15 -0
- package/lib/components/form-field/textarea/demo/textarea.d.ts +21 -0
- package/lib/components/form-field/textarea/demo/validation.d.ts +13 -0
- package/lib/components/form-field/textarea/demo/variant.d.ts +15 -0
- package/lib/components/form-field/textarea/index.d.ts +2 -0
- package/lib/components/form-field/textarea/textarea.d.ts +37 -0
- package/lib/components/form-field/textarea/textarea.variants.d.ts +14 -0
- package/lib/components/icon/demo/icon.d.ts +9 -0
- package/lib/components/icon/demo/searchable.d.ts +18 -0
- package/lib/components/icon/demo/size.d.ts +5 -0
- package/lib/components/icon/demo/type.d.ts +5 -0
- package/lib/components/icon/icon-categories.d.ts +3 -0
- package/lib/components/icon/icon.component.d.ts +13 -0
- package/lib/components/icon/icon.variants.d.ts +6 -0
- package/lib/components/icon/icons.d.ts +1116 -0
- package/lib/components/icon/index.d.ts +3 -0
- package/lib/components/index.d.ts +30 -0
- package/lib/components/loader/demo/loader.d.ts +9 -0
- package/lib/components/loader/demo/size.d.ts +5 -0
- package/lib/components/loader/demo/type.d.ts +9 -0
- package/lib/components/loader/index.d.ts +3 -0
- package/lib/components/loader/loader-progess.d.ts +13 -0
- package/lib/components/loader/loader.d.ts +19 -0
- package/lib/components/loader/loader.service.d.ts +10 -0
- package/lib/components/loader/loader.variants.d.ts +7 -0
- package/lib/components/markdown/demo/editor.d.ts +8 -0
- package/lib/components/markdown/demo/markdown.d.ts +13 -0
- package/lib/components/markdown/demo/viewer.d.ts +8 -0
- package/lib/components/markdown/icon.helper.d.ts +79 -0
- package/lib/components/markdown/index.d.ts +2 -0
- package/lib/components/markdown/language-icons.d.ts +3 -0
- package/lib/components/markdown/markdown.d.ts +45 -0
- package/lib/components/markdown/markdown.service.d.ts +11 -0
- package/lib/components/pagination/demo/custom.d.ts +11 -0
- package/lib/components/pagination/demo/default.d.ts +6 -0
- package/lib/components/pagination/demo/info.d.ts +9 -0
- package/lib/components/pagination/demo/intl.d.ts +9 -0
- package/lib/components/pagination/demo/pagination.d.ts +21 -0
- package/lib/components/pagination/index.d.ts +4 -0
- package/lib/components/pagination/pagination-button.d.ts +11 -0
- package/lib/components/pagination/pagination-content.d.ts +8 -0
- package/lib/components/pagination/pagination-ellipsis.d.ts +8 -0
- package/lib/components/pagination/pagination-intl.d.ts +20 -0
- package/lib/components/pagination/pagination-item.d.ts +5 -0
- package/lib/components/pagination/pagination-next.d.ts +11 -0
- package/lib/components/pagination/pagination-prev.d.ts +11 -0
- package/lib/components/pagination/pagination.d.ts +30 -0
- package/lib/components/pagination/pagination.imports.d.ts +8 -0
- package/lib/components/pagination/pagination.variants.d.ts +11 -0
- package/lib/components/progress-bar/demo/indeterminate.d.ts +5 -0
- package/lib/components/progress-bar/demo/progress-bar.d.ts +12 -0
- package/lib/components/progress-bar/demo/shape.d.ts +6 -0
- package/lib/components/progress-bar/demo/size.d.ts +6 -0
- package/lib/components/progress-bar/demo/variant.d.ts +6 -0
- package/lib/components/progress-bar/index.d.ts +3 -0
- package/lib/components/progress-bar/progress-bar.d.ts +31 -0
- package/lib/components/progress-bar/progress-bar.variants.d.ts +17 -0
- package/lib/components/separator/demo/orientation.d.ts +5 -0
- package/lib/components/separator/demo/separator.d.ts +9 -0
- package/lib/components/separator/index.d.ts +2 -0
- package/lib/components/separator/separator.d.ts +9 -0
- package/lib/components/separator/separator.variants.d.ts +5 -0
- package/lib/components/skeleton/demo/card.d.ts +5 -0
- package/lib/components/skeleton/demo/chart.d.ts +5 -0
- package/lib/components/skeleton/demo/default.d.ts +5 -0
- package/lib/components/skeleton/demo/skeleton.d.ts +8 -0
- package/lib/components/skeleton/index.d.ts +2 -0
- package/lib/components/skeleton/skeleton.d.ts +8 -0
- package/lib/components/skeleton/skeleton.variants.d.ts +3 -0
- package/lib/components/stepper/demo/default.d.ts +5 -0
- package/lib/components/stepper/demo/orientation.d.ts +5 -0
- package/lib/components/stepper/demo/stepper.d.ts +8 -0
- package/lib/components/stepper/demo/validation.d.ts +12 -0
- package/lib/components/stepper/index.d.ts +2 -0
- package/lib/components/stepper/stepper.d.ts +39 -0
- package/lib/components/stepper/stepper.service.d.ts +22 -0
- package/lib/components/stepper/stepper.variants.d.ts +19 -0
- package/lib/components/table/cell-template.directive.d.ts +8 -0
- package/lib/components/table/demo/border.d.ts +10 -0
- package/lib/components/table/demo/default.d.ts +12 -0
- package/lib/components/table/demo/pagination.d.ts +16 -0
- package/lib/components/table/demo/selected.d.ts +12 -0
- package/lib/components/table/demo/size.d.ts +10 -0
- package/lib/components/table/demo/sort.d.ts +11 -0
- package/lib/components/table/demo/table.d.ts +17 -0
- package/lib/components/table/demo/user.d.ts +15 -0
- package/lib/components/table/index.d.ts +4 -0
- package/lib/components/table/table.config.d.ts +29 -0
- package/lib/components/table/table.d.ts +45 -0
- package/lib/components/table/table.variants.d.ts +21 -0
- package/lib/components/tabs/demo/align.d.ts +8 -0
- package/lib/components/tabs/demo/arrows.d.ts +10 -0
- package/lib/components/tabs/demo/default.d.ts +5 -0
- package/lib/components/tabs/demo/position.d.ts +9 -0
- package/lib/components/tabs/demo/tabs.d.ts +12 -0
- package/lib/components/tabs/index.d.ts +2 -0
- package/lib/components/tabs/tabs.d.ts +45 -0
- package/lib/components/tabs/tabs.variants.d.ts +18 -0
- package/lib/components/toast/demo/default.d.ts +7 -0
- package/lib/components/toast/demo/position.d.ts +12 -0
- package/lib/components/toast/demo/toast.d.ts +17 -0
- package/lib/components/toast/demo/type.d.ts +11 -0
- package/lib/components/toast/index.d.ts +3 -0
- package/lib/components/toast/toast-content.d.ts +8 -0
- package/lib/components/toast/toast.config.d.ts +12 -0
- package/lib/components/toast/toast.d.ts +11 -0
- package/lib/components/toast/toast.pipe.d.ts +16 -0
- package/lib/components/toast/toast.service.d.ts +17 -0
- package/lib/components/toast/toast.variants.d.ts +5 -0
- package/lib/components/tooltip/demo/click.d.ts +5 -0
- package/lib/components/tooltip/demo/events.d.ts +8 -0
- package/lib/components/tooltip/demo/hover.d.ts +5 -0
- package/lib/components/tooltip/demo/position.d.ts +5 -0
- package/lib/components/tooltip/demo/tooltip.d.ts +9 -0
- package/lib/components/tooltip/index.d.ts +4 -0
- package/lib/components/tooltip/tooltip.config.d.ts +12 -0
- package/lib/components/tooltip/tooltip.d.ts +16 -0
- package/lib/components/tooltip/tooltip.directive.d.ts +28 -0
- package/lib/components/tooltip/tooltip.imports.d.ts +13 -0
- package/lib/components/tooltip/tooltip.variants.d.ts +7 -0
- package/lib/components/tree/demo/default.d.ts +7 -0
- package/lib/components/tree/demo/selection.d.ts +9 -0
- package/lib/components/tree/demo/tree.d.ts +8 -0
- package/lib/components/tree/index.d.ts +3 -0
- package/lib/components/tree/tree.d.ts +29 -0
- package/lib/components/tree/tree.interface.d.ts +9 -0
- package/lib/components/tree/tree.variants.d.ts +7 -0
- package/lib/components/upload/demo/default.d.ts +11 -0
- package/lib/components/upload/demo/dropzone.d.ts +11 -0
- package/lib/components/upload/demo/multiple.d.ts +11 -0
- package/lib/components/upload/demo/selected.d.ts +12 -0
- package/lib/components/upload/demo/upload.d.ts +21 -0
- package/lib/components/upload/index.d.ts +4 -0
- package/lib/components/upload/upload.d.ts +32 -0
- package/lib/components/upload/upload.interface.d.ts +8 -0
- package/lib/components/upload/upload.service.d.ts +8 -0
- package/lib/components/upload/upload.variants.d.ts +10 -0
- package/lib/core/directives/generate-id.directive.d.ts +8 -0
- package/lib/core/directives/index.d.ts +3 -0
- package/lib/core/directives/normalize/index.d.ts +3 -0
- package/lib/core/directives/normalize/normalize.config.d.ts +7 -0
- package/lib/core/directives/normalize/normalize.directive.d.ts +13 -0
- package/lib/core/directives/normalize/strategies/alfa.strategy.d.ts +5 -0
- package/lib/core/directives/normalize/strategies/alfanum.strategy.d.ts +5 -0
- package/lib/core/directives/normalize/strategies/index.d.ts +11 -0
- package/lib/core/directives/normalize/strategies/normalize.strategy.d.ts +4 -0
- package/lib/core/directives/normalize/strategies/numeric.strategy.d.ts +4 -0
- package/lib/core/directives/normalize/strategies/uppercase.strategy.d.ts +4 -0
- package/lib/core/directives/string-template-ref.directive.d.ts +19 -0
- package/lib/core/helpers/index.d.ts +1 -0
- package/lib/core/helpers/merge.helper.d.ts +4 -0
- package/lib/core/index.d.ts +5 -0
- package/lib/core/interfaces/control-value.interface.d.ts +2 -0
- package/lib/core/interfaces/index.d.ts +1 -0
- package/lib/core/template/index.d.ts +1 -0
- package/lib/core/template/print/print.d.ts +6 -0
- package/lib/core/template/print/print.pipe.d.ts +7 -0
- package/lib/core/utils/clipboard.util.d.ts +14 -0
- package/lib/core/utils/index.d.ts +1 -0
- package/lib/infra/index.d.ts +1 -0
- package/lib/infra/stores/index.d.ts +1 -0
- package/lib/infra/stores/theme.store.d.ts +12 -0
- package/package.json +58 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class DemoCardDisabledComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DemoCardDisabledComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DemoCardDisabledComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { ClassValue } from "clsx";
|
|
2
|
+
import { AfterContentInit, OnInit } from "@angular/core";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AiCarouselItem {
|
|
5
|
+
readonly orientation: import("@angular/core").InputSignal<"horizontal" | "vertical" | null | undefined>;
|
|
6
|
+
readonly class: import("@angular/core").InputSignal<ClassValue>;
|
|
7
|
+
protected readonly classes: import("@angular/core").Signal<string>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AiCarouselItem, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AiCarouselItem, "ai-carousel-item", ["aiCarouselItem"], { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
}
|
|
11
|
+
export declare class AiCarousel implements OnInit, AfterContentInit {
|
|
12
|
+
#private;
|
|
13
|
+
readonly items: import("@angular/core").Signal<readonly AiCarouselItem[]>;
|
|
14
|
+
readonly orientation: import("@angular/core").InputSignal<"horizontal" | "vertical" | null | undefined>;
|
|
15
|
+
readonly loop: import("@angular/core").InputSignalWithTransform<boolean, string | boolean>;
|
|
16
|
+
readonly autoplay: import("@angular/core").InputSignalWithTransform<boolean, string | boolean>;
|
|
17
|
+
readonly autoplayInterval: import("@angular/core").InputSignal<number>;
|
|
18
|
+
readonly showDots: import("@angular/core").InputSignalWithTransform<boolean, string | boolean>;
|
|
19
|
+
readonly showNav: import("@angular/core").InputSignalWithTransform<boolean, string | boolean>;
|
|
20
|
+
readonly class: import("@angular/core").InputSignal<ClassValue>;
|
|
21
|
+
readonly slideChange: import("@angular/core").OutputEmitterRef<number>;
|
|
22
|
+
readonly current: import("@angular/core").Signal<number>;
|
|
23
|
+
readonly dragging: import("@angular/core").Signal<boolean>;
|
|
24
|
+
readonly total: import("@angular/core").Signal<number>;
|
|
25
|
+
readonly canPrev: import("@angular/core").Signal<boolean>;
|
|
26
|
+
readonly canNext: import("@angular/core").Signal<boolean>;
|
|
27
|
+
protected readonly containerClasses: import("@angular/core").Signal<string>;
|
|
28
|
+
protected readonly viewportClasses: import("@angular/core").Signal<string>;
|
|
29
|
+
protected readonly trackClasses: import("@angular/core").Signal<string>;
|
|
30
|
+
protected readonly trackTransform: import("@angular/core").Signal<string>;
|
|
31
|
+
protected navClasses: string;
|
|
32
|
+
protected dotClasses(index: number): string;
|
|
33
|
+
protected dots: import("@angular/core").Signal<number[]>;
|
|
34
|
+
ngOnInit(): void;
|
|
35
|
+
ngAfterContentInit(): void;
|
|
36
|
+
prev(): void;
|
|
37
|
+
next(): void;
|
|
38
|
+
goTo(index: number): void;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AiCarousel, never>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AiCarousel, "ai-carousel", ["aiCarousel"], { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "loop": { "alias": "loop"; "required": false; "isSignal": true; }; "autoplay": { "alias": "autoplay"; "required": false; "isSignal": true; }; "autoplayInterval": { "alias": "autoplayInterval"; "required": false; "isSignal": true; }; "showDots": { "alias": "showDots"; "required": false; "isSignal": true; }; "showNav": { "alias": "showNav"; "required": false; "isSignal": true; }; "class": { "alias": "class"; "required": false; "isSignal": true; }; }, { "slideChange": "slideChange"; }, ["items"], ["ai-carousel-item"], true, never>;
|
|
41
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ElementRef } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AiCarouselService {
|
|
4
|
+
#private;
|
|
5
|
+
readonly current: import("@angular/core").WritableSignal<number>;
|
|
6
|
+
readonly dragging: import("@angular/core").WritableSignal<boolean>;
|
|
7
|
+
readonly dragOffset: import("@angular/core").WritableSignal<number>;
|
|
8
|
+
configure(options: {
|
|
9
|
+
total: number;
|
|
10
|
+
loop: boolean;
|
|
11
|
+
autoplay: boolean;
|
|
12
|
+
autoplayInterval: number;
|
|
13
|
+
orientation: "horizontal" | "vertical";
|
|
14
|
+
onChange: (index: number) => void;
|
|
15
|
+
}): void;
|
|
16
|
+
canPrev(): boolean;
|
|
17
|
+
canNext(): boolean;
|
|
18
|
+
prev(): void;
|
|
19
|
+
next(): void;
|
|
20
|
+
goTo(index: number): void;
|
|
21
|
+
setupDrag(elRef: ElementRef): void;
|
|
22
|
+
startAutoplay(): void;
|
|
23
|
+
private _goTo;
|
|
24
|
+
private _getEventPoint;
|
|
25
|
+
private _stopAutoplay;
|
|
26
|
+
private _restartAutoplay;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AiCarouselService, never>;
|
|
28
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AiCarouselService>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { VariantProps } from "class-variance-authority";
|
|
2
|
+
export declare const carouselVariants: (props?: ({
|
|
3
|
+
orientation?: "horizontal" | "vertical" | null | undefined;
|
|
4
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
5
|
+
export declare const carouselTrackVariants: (props?: ({
|
|
6
|
+
orientation?: "horizontal" | "vertical" | null | undefined;
|
|
7
|
+
dragging?: boolean | null | undefined;
|
|
8
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
9
|
+
export declare const carouselItemVariants: (props?: ({
|
|
10
|
+
orientation?: "horizontal" | "vertical" | null | undefined;
|
|
11
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
12
|
+
export declare const carouselNavVariants: (props?: ({
|
|
13
|
+
size?: "sm" | "md" | null | undefined;
|
|
14
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
15
|
+
export declare const carouselDotVariants: (props?: ({
|
|
16
|
+
active?: boolean | null | undefined;
|
|
17
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
18
|
+
export type CarouselVariants = VariantProps<typeof carouselVariants>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class DemoCarouselAutoplayComponent {
|
|
3
|
+
slides: {
|
|
4
|
+
id: number;
|
|
5
|
+
label: string;
|
|
6
|
+
bg: string;
|
|
7
|
+
textColor: string;
|
|
8
|
+
}[];
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DemoCarouselAutoplayComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DemoCarouselAutoplayComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class DemoCarouselDefaultComponent {
|
|
3
|
+
slides: {
|
|
4
|
+
id: number;
|
|
5
|
+
label: string;
|
|
6
|
+
}[];
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DemoCarouselDefaultComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DemoCarouselDefaultComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class DemoCarouselLoopComponent {
|
|
3
|
+
slides: {
|
|
4
|
+
id: number;
|
|
5
|
+
label: string;
|
|
6
|
+
}[];
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DemoCarouselLoopComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DemoCarouselLoopComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ClassValue } from "clsx";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AiCommandEmpty {
|
|
4
|
+
#private;
|
|
5
|
+
readonly icon: import("@angular/core").InputSignal<"function" | "article" | "code" | "link" | "menu" | "meta" | "search" | "table" | "time" | "video" | "shape" | "circle" | "line" | "24-hours" | "4k" | "account-circle" | "add" | "add-circle" | "admin" | "advertisement" | "aed" | "aed-electrodes" | "airplay" | "alarm" | "alarm-snooze" | "alarm-warning" | "album" | "alert" | "alibaba-cloud" | "aliens" | "align-item-bottom" | "align-item-horizontal-center" | "align-item-left" | "align-item-right" | "align-item-top" | "align-item-vertical-center" | "alipay" | "amazon" | "anchor" | "ancient-gate" | "ancient-pavilion" | "android" | "angularjs" | "anthropic" | "anticlockwise" | "app-store" | "apple" | "apps" | "archive" | "armchair" | "arrow-down" | "arrow-right" | "arrow-left" | "arrow-up" | "arrow-left-up" | "arrow-left-down" | "arrow-right-up" | "arrow-right-down" | "arrow-left-right" | "arrow-up-down" | "arrow-down-circle" | "arrow-left-circle" | "arrow-up-circle" | "arrow-right-circle" | "arrow-down-double" | "arrow-left-double" | "arrow-right-double" | "arrow-up-double" | "arrow-left-s" | "arrow-down-s" | "arrow-right-s" | "arrow-up-s" | "arrow-down-long" | "arrow-left-down-long" | "arrow-left-long" | "arrow-left-up-long" | "arrow-right-down-long" | "arrow-right-long" | "arrow-right-up-long" | "arrow-up-long" | "arrow-go-back" | "arrow-turn-back" | "arrow-go-forward" | "arrow-turn-forward" | "artboard" | "aspect-ratio" | "at" | "auction" | "award" | "baidu" | "ball-pen" | "bank" | "bank-card" | "bar-chart-grouped" | "bar-chart-horizontal" | "barcode" | "bard" | "barricade" | "base-station" | "basketball" | "battery" | "battery-charge" | "battery-low" | "battery-saver" | "bear-smile" | "beer" | "behance" | "bell" | "bike" | "bilibili" | "bill" | "billiards" | "bit-coin" | "blaze" | "blender" | "blogger" | "bluesky" | "bluetooth" | "blur-off" | "bnb" | "body-scan" | "book-marked" | "book-open" | "booklet" | "bootstrap" | "bowl" | "boxing" | "braces" | "brackets" | "brain" | "bread" | "briefcase" | "broadcast" | "brush" | "brush-3" | "btc" | "bubble-chart" | "bug" | "building" | "building-4" | "bus" | "bus-2" | "bus-wifi" | "cactus" | "cake" | "cake-2" | "cake-3" | "calculator" | "calendar" | "calendar-check" | "calendar-close" | "calendar-event" | "calendar-schedule" | "calendar-todo" | "camera" | "camera-lens" | "camera-off" | "camera-switch" | "candle" | "capsule" | "car" | "car-washing" | "caravan" | "cash" | "cast" | "cellphone" | "celsius" | "centos" | "character-recognition" | "charging-pile" | "charging-pile-2" | "chat-1" | "chat-check" | "chat-delete" | "chat-download" | "chat-follow-up" | "chat-forward" | "chat-heart" | "chat-history" | "chat-new" | "chat-off" | "chat-poll" | "chat-private" | "chat-quote" | "chat-search" | "chat-settings" | "chat-thread" | "chat-unread" | "chat-upload" | "chat-voice" | "chat-voice-ai" | "check" | "check-double" | "checkbox" | "checkbox-blank" | "checkbox-blank-circle" | "checkbox-circle" | "checkbox-indeterminate" | "checkbox-multiple" | "checkbox-multiple-blank" | "china-railway" | "chrome" | "clapperboard" | "claude" | "clipboard" | "clockwise" | "close" | "close-circle" | "closed-captioning" | "cloud" | "cloud-off" | "cloud-windy" | "cloudy" | "code-block" | "code-s-slash" | "codepen" | "coin" | "coins" | "collage" | "collapse-diagonal" | "collapse-horizontal" | "collapse-vertical" | "color-filter" | "command" | "community" | "compass-discover" | "compasses" | "computer" | "contacts" | "contacts-book" | "contacts-book-upload" | "contract" | "contract-left" | "contract-left-right" | "contract-right" | "contract-up-down" | "contrast" | "contrast-drop" | "contrast-drop-2" | "copilot" | "copper-coin" | "copper-diamond" | "copyleft" | "copyright" | "coreos" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-left-double" | "corner-up-right" | "corner-up-right-double" | "coupon" | "cpu" | "creative-commons" | "creative-commons-by" | "creative-commons-nc" | "creative-commons-nd" | "creative-commons-sa" | "creative-commons-zero" | "criminal" | "crop" | "crop-2" | "cross" | "crosshair" | "css3" | "cup" | "currency" | "cursor" | "dashboard" | "dashboard-2" | "delete-back" | "delete-back-2" | "delete-bin" | "delete-bin-2" | "device" | "device-recover" | "dice" | "dingding" | "direction" | "disc" | "discord" | "discount-percent" | "discuss" | "dislike" | "disqus" | "divide" | "dna" | "donut-chart" | "door-closed" | "door-lock" | "door-open" | "dossier" | "douban" | "download" | "draft" | "drag-drop" | "dribbble" | "drinks" | "drive" | "drizzle" | "drop" | "dropbox" | "dropper" | "dual-sim-1" | "dual-sim-2" | "dv" | "dvd" | "earth" | "earthquake" | "edge" | "edge-new" | "edit" | "eject" | "emoji-sticker" | "emotion" | "emotion-2" | "emotion-happy" | "emotion-laugh" | "emotion-normal" | "emotion-sad" | "emotion-unhappy" | "empathize" | "equal" | "equalizer" | "eraser" | "error-warning" | "eth" | "evernote" | "exchange" | "exchange-cny" | "exchange-dollar" | "exchange-funds" | "expand-diagonal" | "expand-diagonal-s" | "expand-height" | "expand-horizontal" | "expand-horizontal-s" | "expand-left" | "expand-left-right" | "expand-right" | "expand-up-down" | "expand-vertical" | "expand-vertical-s" | "expand-width" | "export" | "external-link" | "eye" | "eye-close" | "eye-off" | "facebook" | "facebook-circle" | "fahrenheit" | "fediverse" | "feedback" | "file" | "file-add" | "file-chart" | "file-check" | "file-close" | "file-cloud" | "file-code" | "file-copy" | "file-damage" | "file-download" | "file-edit" | "file-excel" | "file-forbid" | "file-gif" | "file-history" | "file-hwp" | "file-image" | "file-info" | "file-list" | "file-lock" | "file-marked" | "file-music" | "file-paper" | "file-ppt" | "file-reduce" | "file-search" | "file-settings" | "file-shield" | "file-shred" | "file-text" | "file-transfer" | "file-unknow" | "file-upload" | "file-user" | "file-video" | "file-warning" | "file-word" | "file-zip" | "film" | "filter" | "filter-off" | "find-replace" | "finder" | "fingerprint" | "fire" | "firebase" | "firefox" | "flag" | "flag-off" | "flashlight" | "flask" | "flickr" | "flight-land" | "flight-takeoff" | "flip-horizontal" | "flip-vertical" | "flood" | "flow-chart" | "flower" | "flutter" | "foggy" | "folder" | "folder-add" | "folder-chart" | "folder-check" | "folder-close" | "folder-cloud" | "folder-download" | "folder-forbid" | "folder-history" | "folder-image" | "folder-info" | "folder-keyhole" | "folder-lock" | "folder-music" | "folder-open" | "folder-received" | "folder-reduce" | "folder-settings" | "folder-shared" | "folder-shield" | "folder-transfer" | "folder-unknow" | "folder-upload" | "folder-user" | "folder-video" | "folder-warning" | "folder-zip" | "folders" | "football" | "footprint" | "forbid" | "forward-10" | "forward-15" | "forward-30" | "forward-5" | "forward-end" | "forward-end-mini" | "fridge" | "friendica" | "fullscreen" | "fullscreen-exit" | "function-add" | "functions" | "funds" | "gallery" | "gallery-upload" | "game" | "gamepad" | "gas-station" | "gatsby" | "gemini" | "genderless" | "ghost" | "gift" | "git-branch" | "git-close-pull-request" | "git-commit" | "git-fork" | "git-merge" | "git-pr-draft" | "git-pull-request" | "git-repository" | "git-repository-commits" | "git-repository-private" | "github" | "gitlab" | "glasses" | "global" | "globe" | "goblet" | "goggles" | "golf-ball" | "google" | "google-play" | "government" | "gps" | "gradienter" | "graduation-cap" | "grid" | "guide" | "hail" | "hammer" | "hand-coin" | "hand-heart" | "hand-sanitizer" | "handbag" | "hard-drive" | "haze" | "hd" | "heading" | "headphone" | "health-book" | "heart" | "heart-add" | "heart-pulse" | "hearts" | "heavy-showers" | "hexagon" | "history" | "home" | "home-gear" | "home-heart" | "home-office" | "home-wifi" | "honor-of-kings" | "honour" | "hospital" | "hotel" | "hotel-bed" | "hotspot" | "hourglass" | "hq" | "html5" | "id-card" | "ie" | "image" | "image-add" | "image-circle" | "image-edit" | "image-upload" | "import" | "inbox" | "inbox-archive" | "inbox-unarchive" | "indeterminate-circle" | "infinity" | "info-card" | "info-i" | "information-off" | "infrared-thermometer" | "ink-bottle" | "instagram" | "install" | "instance" | "invision" | "java" | "javascript" | "jewelry" | "kakao-talk" | "key" | "keyboard" | "keynote" | "kick" | "knife" | "knife-blood" | "landscape" | "layout" | "layout-bottom" | "layout-column" | "layout-grid" | "layout-horizontal" | "layout-left" | "layout-masonry" | "layout-right" | "layout-row" | "layout-top" | "layout-vertical" | "leaf" | "letter-spacing-2" | "lifebuoy" | "lightbulb" | "lightbulb-flash" | "line-chart" | "line-height" | "linkedin" | "links" | "list-settings" | "live" | "loader" | "loader-2" | "loader-3" | "loader-4" | "loader-5" | "lock" | "lock-password" | "lock-star" | "lock-unlock" | "login-circle" | "logout-circle" | "logout-circle-r" | "loop-left" | "loop-right" | "luggage-cart" | "luggage-deposit" | "lungs" | "mac" | "macbook" | "magic" | "mail" | "mail-add" | "mail-check" | "mail-close" | "mail-download" | "mail-forbid" | "mail-lock" | "mail-open" | "mail-send" | "mail-settings" | "mail-star" | "mail-unread" | "mail-volume" | "map-pin" | "map-pin-add" | "map-pin-range" | "map-pin-time" | "map-pin-user" | "mark-pen" | "markdown" | "markup" | "mastercard" | "mastodon" | "medal" | "medicine-bottle" | "medium" | "megaphone" | "memories" | "men" | "mental-health" | "menu-add" | "menu-fold" | "menu-search" | "menu-unfold" | "message" | "messenger" | "meteor" | "mic" | "mic-off" | "mickey" | "microscope" | "microsoft" | "microsoft-loop" | "mind-map" | "mini-program" | "mist" | "mixtral" | "mobile-download" | "money-cny-box" | "money-cny-circle" | "money-dollar-circle" | "money-euro-box" | "money-euro-circle" | "money-pound-circle" | "money-rupee-circle" | "moon" | "moon-clear" | "moon-cloudy" | "moon-foggy" | "more" | "more-2" | "motorbike" | "mouse" | "multi-image" | "music" | "mv" | "navigation" | "netease-cloud-music" | "netflix" | "network" | "network-error" | "network-off" | "news" | "newspaper" | "nextjs" | "nft" | "no-credit-card" | "nodejs" | "notification" | "notification-off" | "notification-snooze" | "notion" | "npmjs" | "numbers" | "nurse" | "octagon" | "oil" | "open-arm" | "open-source" | "openai" | "openbase" | "opera" | "order-play" | "outlet" | "p2p" | "pages" | "paint" | "paint-brush" | "painting" | "palette" | "pantone" | "parent" | "parentheses" | "parking" | "pass-expired" | "pass-pending" | "pass-valid" | "passport" | "patreon" | "pause" | "pause-circle" | "paypal" | "pen-nib" | "pencil" | "pentagon" | "percent" | "perplexity" | "phone" | "phone-camera" | "phone-find" | "phone-lock" | "php" | "piano" | "piano-grand" | "picture-in-picture" | "picture-in-picture-exit" | "pie-chart" | "pin-distance" | "ping-pong" | "pinterest" | "pix" | "pixelfed" | "plane" | "planet" | "plant" | "play" | "play-circle" | "play-list" | "play-list-add" | "play-reverse" | "playstation" | "plug" | "poker-clubs" | "poker-diamonds" | "poker-hearts" | "poker-spades" | "polaroid" | "police-badge" | "police-car" | "presentation" | "printer" | "printer-cloud" | "product-hunt" | "profile" | "progress-1" | "progress-2" | "progress-3" | "progress-4" | "progress-5" | "progress-6" | "progress-7" | "progress-8" | "prohibited" | "projector" | "psychotherapy" | "pulse" | "pushpin" | "pushpin-2" | "puzzle" | "qq" | "qr-code" | "qr-scan" | "question" | "question-answer" | "questionnaire" | "quill-pen" | "radar" | "radio" | "radio-button" | "rainbow" | "rainy" | "ram" | "reactjs" | "receipt" | "record-circle" | "record-mail" | "rectangle" | "recycle" | "red-packet" | "reddit" | "refresh" | "refund" | "registered" | "remix" | "remix-run" | "remixicon" | "remote-control" | "repeat" | "repeat-one" | "replay-10" | "replay-15" | "replay-30" | "replay-5" | "reply" | "reply-all" | "reserved" | "reset-left" | "reset-right" | "rest-time" | "restart" | "restaurant" | "rewind" | "rewind-mini" | "rewind-start" | "rewind-start-mini" | "rfid" | "rhythm" | "riding" | "road-map" | "roadster" | "rotate-lock" | "route" | "router" | "rss" | "ruler" | "run" | "safari" | "safe" | "sailboat" | "scales" | "school" | "scissors" | "scissors-cut" | "screenshot" | "scroll-to-bottom" | "sd-card" | "search-eye" | "secure-payment" | "seedling" | "send-ins" | "send-plane" | "sensor" | "seo" | "server" | "service" | "service-bell" | "shadow" | "shake-hands" | "shapes" | "share" | "share-circle" | "share-forward" | "shield" | "shield-check" | "shield-cross" | "shield-flash" | "shield-keyhole" | "shield-star" | "shield-user" | "shining" | "ship" | "shirt" | "shopping-bag" | "shopping-basket" | "showers" | "shuffle" | "shut-down" | "side-bar" | "sidebar-fold" | "sidebar-unfold" | "signal-tower" | "signal-wifi" | "signal-wifi-error" | "signal-wifi-off" | "signpost" | "sim-card" | "sip" | "skip-back" | "skip-back-mini" | "skip-down" | "skip-forward" | "skip-forward-mini" | "skip-left" | "skip-right" | "skip-up" | "skull" | "skype" | "slack" | "slice" | "slideshow" | "slow-down" | "smartphone" | "snapchat" | "snowflake" | "snowy" | "sofa" | "sound-module" | "soundcloud" | "spam" | "sparkling" | "speak" | "speaker" | "spectrum" | "speed" | "speed-up" | "spotify" | "spy" | "square" | "stack" | "stack-overflow" | "stackshare" | "stairs" | "star" | "star-half" | "star-off" | "steam" | "stethoscope" | "sticky-note" | "sticky-note-add" | "stock" | "stop" | "stop-circle" | "stop-large" | "store" | "subtract" | "subway" | "subway-wifi" | "suitcase" | "sun" | "sun-cloudy" | "sun-foggy" | "supabase" | "surgical-mask" | "surround-sound" | "survey" | "svelte" | "swap" | "swap-2" | "switch" | "sword" | "syringe" | "t-box" | "t-shirt" | "t-shirt-air" | "table-alt" | "tablet" | "tailwind-css" | "takeaway" | "taobao" | "tape" | "task" | "taxi" | "taxi-wifi" | "team" | "temp-cold" | "temp-hot" | "tent" | "terminal" | "terminal-window" | "test-tube" | "thermometer" | "threads" | "thumb-down" | "thumb-up" | "thunderstorms" | "ticket" | "tiktok" | "time-zone" | "timer" | "timer-flash" | "todo" | "toggle" | "token-swap" | "tools" | "tooth" | "tornado" | "trademark" | "traffic-light" | "train" | "train-wifi" | "travesti" | "treasure-map" | "tree" | "trello" | "triangle" | "triangular-flag" | "trophy" | "truck" | "tumblr" | "tv" | "twitch" | "twitter" | "twitter-x" | "typhoon" | "u-disk" | "ubuntu" | "umbrella" | "uninstall" | "unpin" | "unsplash" | "upload" | "usb" | "user" | "user-add" | "user-community" | "user-follow" | "user-forbid" | "user-heart" | "user-location" | "user-minus" | "user-received" | "user-search" | "user-settings" | "user-shared" | "user-smile" | "user-star" | "user-unfollow" | "user-voice" | "vercel" | "verified-badge" | "video-add" | "video-chat" | "video-download" | "video-off" | "video-on" | "video-upload" | "vidicon" | "vimeo" | "vip" | "vip-crown" | "vip-diamond" | "virus" | "visa" | "vk" | "voice-recognition" | "voiceprint" | "volume-down" | "volume-mute" | "volume-off-vibrate" | "volume-up" | "volume-vibrate" | "vuejs" | "walk" | "wallet" | "water-flash" | "water-percent" | "webcam" | "webhook" | "wechat" | "wechat-channels" | "wechat-pay" | "weibo" | "weight" | "whatsapp" | "wheelchair" | "wifi" | "wifi-off" | "window" | "windows" | "windy" | "wireless-charging" | "women" | "wordpress" | "xbox" | "xing" | "xrp" | "xtz" | "youtube" | "yuque" | "zcool" | "zhihu" | "zoom-in" | "zoom-out" | "zzz" | "attachment-2" | "account-pin-circle" | "apps-2-ai" | "bar-chart-2" | "book-2" | "box-3" | "compass-3" | "customer-service-2" | "database-2" | "download-cloud-2" | "drag-move-2" | "e-bike-2" | "file-pdf-2" | "focus-2" | "group-2" | "home-smile-2" | "information-2" | "map-2" | "movie-2" | "pencil-ruler-2" | "price-tag-3" | "robot-2" | "rocket-2" | "save-2" | "scan-2" | "settings-3" | "shopping-cart-2" | "space-ship-2" | "steering-2" | "telegram-2" | "upload-cloud-2">;
|
|
6
|
+
readonly title: import("@angular/core").InputSignal<string>;
|
|
7
|
+
readonly description: import("@angular/core").InputSignal<string>;
|
|
8
|
+
readonly class: import("@angular/core").InputSignal<ClassValue>;
|
|
9
|
+
protected readonly shouldShow: import("@angular/core").Signal<boolean>;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AiCommandEmpty, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AiCommandEmpty, "ai-command-empty", ["aiCommandEmpty"], { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ElementRef } from "@angular/core";
|
|
2
|
+
import { ControlValueAccessor } from "@angular/forms";
|
|
3
|
+
import { ClassValue } from "clsx";
|
|
4
|
+
import { ChangeFn, TouchFn } from "../../core";
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class AiCommandInput implements ControlValueAccessor {
|
|
7
|
+
#private;
|
|
8
|
+
readonly searchInput: import("@angular/core").Signal<ElementRef<HTMLInputElement>>;
|
|
9
|
+
readonly placeholder: import("@angular/core").InputSignal<string>;
|
|
10
|
+
readonly class: import("@angular/core").InputSignal<ClassValue>;
|
|
11
|
+
readonly searchTerm: import("@angular/core").WritableSignal<string>;
|
|
12
|
+
readonly changeValue: import("@angular/core").OutputEmitterRef<string>;
|
|
13
|
+
readonly disabled: import("@angular/core").WritableSignal<boolean>;
|
|
14
|
+
protected _change: ChangeFn<string>;
|
|
15
|
+
protected _touched: TouchFn;
|
|
16
|
+
protected readonly classes: import("@angular/core").Signal<string>;
|
|
17
|
+
onInput(event: Event): void;
|
|
18
|
+
onKeyDown(event: KeyboardEvent): void;
|
|
19
|
+
onTouched(): void;
|
|
20
|
+
focus(): void;
|
|
21
|
+
writeValue(value: string | null): void;
|
|
22
|
+
registerOnChange(fn: (value: string) => void): void;
|
|
23
|
+
registerOnTouched(fn: () => void): void;
|
|
24
|
+
setDisabledState(isDisabled: boolean): void;
|
|
25
|
+
private _updateParentComponents;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AiCommandInput, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AiCommandInput, "ai-command-input", ["aiCommandInput"], { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "class": { "alias": "class"; "required": false; "isSignal": true; }; }, { "changeValue": "changeValue"; }, never, never, true, never>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ClassValue } from "clsx";
|
|
2
|
+
import { AiCommandItem } from "./command-item";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare abstract class AiCommandItemGroupRepository {
|
|
5
|
+
abstract register(item: AiCommandItem): void;
|
|
6
|
+
abstract unregister(item: AiCommandItem): void;
|
|
7
|
+
}
|
|
8
|
+
export declare class AiCommandItemGroup implements AiCommandItemGroupRepository {
|
|
9
|
+
#private;
|
|
10
|
+
private readonly cmdItemComponents;
|
|
11
|
+
readonly label: import("@angular/core").InputSignal<string>;
|
|
12
|
+
readonly class: import("@angular/core").InputSignal<ClassValue>;
|
|
13
|
+
protected readonly classes: import("@angular/core").Signal<string>;
|
|
14
|
+
protected readonly headingClasses: import("@angular/core").Signal<string>;
|
|
15
|
+
protected readonly visibledGroup: import("@angular/core").Signal<boolean>;
|
|
16
|
+
register(item: AiCommandItem): void;
|
|
17
|
+
unregister(item: AiCommandItem): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AiCommandItemGroup, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AiCommandItemGroup, "ai-command-item-group", ["aiCommandItemGroup"], { "label": { "alias": "label"; "required": true; "isSignal": true; }; "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, ["cmdItemComponents"], ["*"], true, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ClassValue } from "clsx";
|
|
2
|
+
import { AiCommand } from "./command";
|
|
3
|
+
import { AiCommandItemGroup } from "./command-item-group";
|
|
4
|
+
import { CommandItemVariants } from "./command.variants";
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class AiCommandItem {
|
|
7
|
+
#private;
|
|
8
|
+
readonly value: import("@angular/core").InputSignal<unknown>;
|
|
9
|
+
readonly label: import("@angular/core").InputSignal<string>;
|
|
10
|
+
readonly command: import("@angular/core").InputSignal<string>;
|
|
11
|
+
readonly icon: import("@angular/core").InputSignal<"function" | "article" | "code" | "link" | "menu" | "meta" | "search" | "table" | "time" | "video" | "shape" | "circle" | "line" | "24-hours" | "4k" | "account-circle" | "add" | "add-circle" | "admin" | "advertisement" | "aed" | "aed-electrodes" | "airplay" | "alarm" | "alarm-snooze" | "alarm-warning" | "album" | "alert" | "alibaba-cloud" | "aliens" | "align-item-bottom" | "align-item-horizontal-center" | "align-item-left" | "align-item-right" | "align-item-top" | "align-item-vertical-center" | "alipay" | "amazon" | "anchor" | "ancient-gate" | "ancient-pavilion" | "android" | "angularjs" | "anthropic" | "anticlockwise" | "app-store" | "apple" | "apps" | "archive" | "armchair" | "arrow-down" | "arrow-right" | "arrow-left" | "arrow-up" | "arrow-left-up" | "arrow-left-down" | "arrow-right-up" | "arrow-right-down" | "arrow-left-right" | "arrow-up-down" | "arrow-down-circle" | "arrow-left-circle" | "arrow-up-circle" | "arrow-right-circle" | "arrow-down-double" | "arrow-left-double" | "arrow-right-double" | "arrow-up-double" | "arrow-left-s" | "arrow-down-s" | "arrow-right-s" | "arrow-up-s" | "arrow-down-long" | "arrow-left-down-long" | "arrow-left-long" | "arrow-left-up-long" | "arrow-right-down-long" | "arrow-right-long" | "arrow-right-up-long" | "arrow-up-long" | "arrow-go-back" | "arrow-turn-back" | "arrow-go-forward" | "arrow-turn-forward" | "artboard" | "aspect-ratio" | "at" | "auction" | "award" | "baidu" | "ball-pen" | "bank" | "bank-card" | "bar-chart-grouped" | "bar-chart-horizontal" | "barcode" | "bard" | "barricade" | "base-station" | "basketball" | "battery" | "battery-charge" | "battery-low" | "battery-saver" | "bear-smile" | "beer" | "behance" | "bell" | "bike" | "bilibili" | "bill" | "billiards" | "bit-coin" | "blaze" | "blender" | "blogger" | "bluesky" | "bluetooth" | "blur-off" | "bnb" | "body-scan" | "book-marked" | "book-open" | "booklet" | "bootstrap" | "bowl" | "boxing" | "braces" | "brackets" | "brain" | "bread" | "briefcase" | "broadcast" | "brush" | "brush-3" | "btc" | "bubble-chart" | "bug" | "building" | "building-4" | "bus" | "bus-2" | "bus-wifi" | "cactus" | "cake" | "cake-2" | "cake-3" | "calculator" | "calendar" | "calendar-check" | "calendar-close" | "calendar-event" | "calendar-schedule" | "calendar-todo" | "camera" | "camera-lens" | "camera-off" | "camera-switch" | "candle" | "capsule" | "car" | "car-washing" | "caravan" | "cash" | "cast" | "cellphone" | "celsius" | "centos" | "character-recognition" | "charging-pile" | "charging-pile-2" | "chat-1" | "chat-check" | "chat-delete" | "chat-download" | "chat-follow-up" | "chat-forward" | "chat-heart" | "chat-history" | "chat-new" | "chat-off" | "chat-poll" | "chat-private" | "chat-quote" | "chat-search" | "chat-settings" | "chat-thread" | "chat-unread" | "chat-upload" | "chat-voice" | "chat-voice-ai" | "check" | "check-double" | "checkbox" | "checkbox-blank" | "checkbox-blank-circle" | "checkbox-circle" | "checkbox-indeterminate" | "checkbox-multiple" | "checkbox-multiple-blank" | "china-railway" | "chrome" | "clapperboard" | "claude" | "clipboard" | "clockwise" | "close" | "close-circle" | "closed-captioning" | "cloud" | "cloud-off" | "cloud-windy" | "cloudy" | "code-block" | "code-s-slash" | "codepen" | "coin" | "coins" | "collage" | "collapse-diagonal" | "collapse-horizontal" | "collapse-vertical" | "color-filter" | "command" | "community" | "compass-discover" | "compasses" | "computer" | "contacts" | "contacts-book" | "contacts-book-upload" | "contract" | "contract-left" | "contract-left-right" | "contract-right" | "contract-up-down" | "contrast" | "contrast-drop" | "contrast-drop-2" | "copilot" | "copper-coin" | "copper-diamond" | "copyleft" | "copyright" | "coreos" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-left-double" | "corner-up-right" | "corner-up-right-double" | "coupon" | "cpu" | "creative-commons" | "creative-commons-by" | "creative-commons-nc" | "creative-commons-nd" | "creative-commons-sa" | "creative-commons-zero" | "criminal" | "crop" | "crop-2" | "cross" | "crosshair" | "css3" | "cup" | "currency" | "cursor" | "dashboard" | "dashboard-2" | "delete-back" | "delete-back-2" | "delete-bin" | "delete-bin-2" | "device" | "device-recover" | "dice" | "dingding" | "direction" | "disc" | "discord" | "discount-percent" | "discuss" | "dislike" | "disqus" | "divide" | "dna" | "donut-chart" | "door-closed" | "door-lock" | "door-open" | "dossier" | "douban" | "download" | "draft" | "drag-drop" | "dribbble" | "drinks" | "drive" | "drizzle" | "drop" | "dropbox" | "dropper" | "dual-sim-1" | "dual-sim-2" | "dv" | "dvd" | "earth" | "earthquake" | "edge" | "edge-new" | "edit" | "eject" | "emoji-sticker" | "emotion" | "emotion-2" | "emotion-happy" | "emotion-laugh" | "emotion-normal" | "emotion-sad" | "emotion-unhappy" | "empathize" | "equal" | "equalizer" | "eraser" | "error-warning" | "eth" | "evernote" | "exchange" | "exchange-cny" | "exchange-dollar" | "exchange-funds" | "expand-diagonal" | "expand-diagonal-s" | "expand-height" | "expand-horizontal" | "expand-horizontal-s" | "expand-left" | "expand-left-right" | "expand-right" | "expand-up-down" | "expand-vertical" | "expand-vertical-s" | "expand-width" | "export" | "external-link" | "eye" | "eye-close" | "eye-off" | "facebook" | "facebook-circle" | "fahrenheit" | "fediverse" | "feedback" | "file" | "file-add" | "file-chart" | "file-check" | "file-close" | "file-cloud" | "file-code" | "file-copy" | "file-damage" | "file-download" | "file-edit" | "file-excel" | "file-forbid" | "file-gif" | "file-history" | "file-hwp" | "file-image" | "file-info" | "file-list" | "file-lock" | "file-marked" | "file-music" | "file-paper" | "file-ppt" | "file-reduce" | "file-search" | "file-settings" | "file-shield" | "file-shred" | "file-text" | "file-transfer" | "file-unknow" | "file-upload" | "file-user" | "file-video" | "file-warning" | "file-word" | "file-zip" | "film" | "filter" | "filter-off" | "find-replace" | "finder" | "fingerprint" | "fire" | "firebase" | "firefox" | "flag" | "flag-off" | "flashlight" | "flask" | "flickr" | "flight-land" | "flight-takeoff" | "flip-horizontal" | "flip-vertical" | "flood" | "flow-chart" | "flower" | "flutter" | "foggy" | "folder" | "folder-add" | "folder-chart" | "folder-check" | "folder-close" | "folder-cloud" | "folder-download" | "folder-forbid" | "folder-history" | "folder-image" | "folder-info" | "folder-keyhole" | "folder-lock" | "folder-music" | "folder-open" | "folder-received" | "folder-reduce" | "folder-settings" | "folder-shared" | "folder-shield" | "folder-transfer" | "folder-unknow" | "folder-upload" | "folder-user" | "folder-video" | "folder-warning" | "folder-zip" | "folders" | "football" | "footprint" | "forbid" | "forward-10" | "forward-15" | "forward-30" | "forward-5" | "forward-end" | "forward-end-mini" | "fridge" | "friendica" | "fullscreen" | "fullscreen-exit" | "function-add" | "functions" | "funds" | "gallery" | "gallery-upload" | "game" | "gamepad" | "gas-station" | "gatsby" | "gemini" | "genderless" | "ghost" | "gift" | "git-branch" | "git-close-pull-request" | "git-commit" | "git-fork" | "git-merge" | "git-pr-draft" | "git-pull-request" | "git-repository" | "git-repository-commits" | "git-repository-private" | "github" | "gitlab" | "glasses" | "global" | "globe" | "goblet" | "goggles" | "golf-ball" | "google" | "google-play" | "government" | "gps" | "gradienter" | "graduation-cap" | "grid" | "guide" | "hail" | "hammer" | "hand-coin" | "hand-heart" | "hand-sanitizer" | "handbag" | "hard-drive" | "haze" | "hd" | "heading" | "headphone" | "health-book" | "heart" | "heart-add" | "heart-pulse" | "hearts" | "heavy-showers" | "hexagon" | "history" | "home" | "home-gear" | "home-heart" | "home-office" | "home-wifi" | "honor-of-kings" | "honour" | "hospital" | "hotel" | "hotel-bed" | "hotspot" | "hourglass" | "hq" | "html5" | "id-card" | "ie" | "image" | "image-add" | "image-circle" | "image-edit" | "image-upload" | "import" | "inbox" | "inbox-archive" | "inbox-unarchive" | "indeterminate-circle" | "infinity" | "info-card" | "info-i" | "information-off" | "infrared-thermometer" | "ink-bottle" | "instagram" | "install" | "instance" | "invision" | "java" | "javascript" | "jewelry" | "kakao-talk" | "key" | "keyboard" | "keynote" | "kick" | "knife" | "knife-blood" | "landscape" | "layout" | "layout-bottom" | "layout-column" | "layout-grid" | "layout-horizontal" | "layout-left" | "layout-masonry" | "layout-right" | "layout-row" | "layout-top" | "layout-vertical" | "leaf" | "letter-spacing-2" | "lifebuoy" | "lightbulb" | "lightbulb-flash" | "line-chart" | "line-height" | "linkedin" | "links" | "list-settings" | "live" | "loader" | "loader-2" | "loader-3" | "loader-4" | "loader-5" | "lock" | "lock-password" | "lock-star" | "lock-unlock" | "login-circle" | "logout-circle" | "logout-circle-r" | "loop-left" | "loop-right" | "luggage-cart" | "luggage-deposit" | "lungs" | "mac" | "macbook" | "magic" | "mail" | "mail-add" | "mail-check" | "mail-close" | "mail-download" | "mail-forbid" | "mail-lock" | "mail-open" | "mail-send" | "mail-settings" | "mail-star" | "mail-unread" | "mail-volume" | "map-pin" | "map-pin-add" | "map-pin-range" | "map-pin-time" | "map-pin-user" | "mark-pen" | "markdown" | "markup" | "mastercard" | "mastodon" | "medal" | "medicine-bottle" | "medium" | "megaphone" | "memories" | "men" | "mental-health" | "menu-add" | "menu-fold" | "menu-search" | "menu-unfold" | "message" | "messenger" | "meteor" | "mic" | "mic-off" | "mickey" | "microscope" | "microsoft" | "microsoft-loop" | "mind-map" | "mini-program" | "mist" | "mixtral" | "mobile-download" | "money-cny-box" | "money-cny-circle" | "money-dollar-circle" | "money-euro-box" | "money-euro-circle" | "money-pound-circle" | "money-rupee-circle" | "moon" | "moon-clear" | "moon-cloudy" | "moon-foggy" | "more" | "more-2" | "motorbike" | "mouse" | "multi-image" | "music" | "mv" | "navigation" | "netease-cloud-music" | "netflix" | "network" | "network-error" | "network-off" | "news" | "newspaper" | "nextjs" | "nft" | "no-credit-card" | "nodejs" | "notification" | "notification-off" | "notification-snooze" | "notion" | "npmjs" | "numbers" | "nurse" | "octagon" | "oil" | "open-arm" | "open-source" | "openai" | "openbase" | "opera" | "order-play" | "outlet" | "p2p" | "pages" | "paint" | "paint-brush" | "painting" | "palette" | "pantone" | "parent" | "parentheses" | "parking" | "pass-expired" | "pass-pending" | "pass-valid" | "passport" | "patreon" | "pause" | "pause-circle" | "paypal" | "pen-nib" | "pencil" | "pentagon" | "percent" | "perplexity" | "phone" | "phone-camera" | "phone-find" | "phone-lock" | "php" | "piano" | "piano-grand" | "picture-in-picture" | "picture-in-picture-exit" | "pie-chart" | "pin-distance" | "ping-pong" | "pinterest" | "pix" | "pixelfed" | "plane" | "planet" | "plant" | "play" | "play-circle" | "play-list" | "play-list-add" | "play-reverse" | "playstation" | "plug" | "poker-clubs" | "poker-diamonds" | "poker-hearts" | "poker-spades" | "polaroid" | "police-badge" | "police-car" | "presentation" | "printer" | "printer-cloud" | "product-hunt" | "profile" | "progress-1" | "progress-2" | "progress-3" | "progress-4" | "progress-5" | "progress-6" | "progress-7" | "progress-8" | "prohibited" | "projector" | "psychotherapy" | "pulse" | "pushpin" | "pushpin-2" | "puzzle" | "qq" | "qr-code" | "qr-scan" | "question" | "question-answer" | "questionnaire" | "quill-pen" | "radar" | "radio" | "radio-button" | "rainbow" | "rainy" | "ram" | "reactjs" | "receipt" | "record-circle" | "record-mail" | "rectangle" | "recycle" | "red-packet" | "reddit" | "refresh" | "refund" | "registered" | "remix" | "remix-run" | "remixicon" | "remote-control" | "repeat" | "repeat-one" | "replay-10" | "replay-15" | "replay-30" | "replay-5" | "reply" | "reply-all" | "reserved" | "reset-left" | "reset-right" | "rest-time" | "restart" | "restaurant" | "rewind" | "rewind-mini" | "rewind-start" | "rewind-start-mini" | "rfid" | "rhythm" | "riding" | "road-map" | "roadster" | "rotate-lock" | "route" | "router" | "rss" | "ruler" | "run" | "safari" | "safe" | "sailboat" | "scales" | "school" | "scissors" | "scissors-cut" | "screenshot" | "scroll-to-bottom" | "sd-card" | "search-eye" | "secure-payment" | "seedling" | "send-ins" | "send-plane" | "sensor" | "seo" | "server" | "service" | "service-bell" | "shadow" | "shake-hands" | "shapes" | "share" | "share-circle" | "share-forward" | "shield" | "shield-check" | "shield-cross" | "shield-flash" | "shield-keyhole" | "shield-star" | "shield-user" | "shining" | "ship" | "shirt" | "shopping-bag" | "shopping-basket" | "showers" | "shuffle" | "shut-down" | "side-bar" | "sidebar-fold" | "sidebar-unfold" | "signal-tower" | "signal-wifi" | "signal-wifi-error" | "signal-wifi-off" | "signpost" | "sim-card" | "sip" | "skip-back" | "skip-back-mini" | "skip-down" | "skip-forward" | "skip-forward-mini" | "skip-left" | "skip-right" | "skip-up" | "skull" | "skype" | "slack" | "slice" | "slideshow" | "slow-down" | "smartphone" | "snapchat" | "snowflake" | "snowy" | "sofa" | "sound-module" | "soundcloud" | "spam" | "sparkling" | "speak" | "speaker" | "spectrum" | "speed" | "speed-up" | "spotify" | "spy" | "square" | "stack" | "stack-overflow" | "stackshare" | "stairs" | "star" | "star-half" | "star-off" | "steam" | "stethoscope" | "sticky-note" | "sticky-note-add" | "stock" | "stop" | "stop-circle" | "stop-large" | "store" | "subtract" | "subway" | "subway-wifi" | "suitcase" | "sun" | "sun-cloudy" | "sun-foggy" | "supabase" | "surgical-mask" | "surround-sound" | "survey" | "svelte" | "swap" | "swap-2" | "switch" | "sword" | "syringe" | "t-box" | "t-shirt" | "t-shirt-air" | "table-alt" | "tablet" | "tailwind-css" | "takeaway" | "taobao" | "tape" | "task" | "taxi" | "taxi-wifi" | "team" | "temp-cold" | "temp-hot" | "tent" | "terminal" | "terminal-window" | "test-tube" | "thermometer" | "threads" | "thumb-down" | "thumb-up" | "thunderstorms" | "ticket" | "tiktok" | "time-zone" | "timer" | "timer-flash" | "todo" | "toggle" | "token-swap" | "tools" | "tooth" | "tornado" | "trademark" | "traffic-light" | "train" | "train-wifi" | "travesti" | "treasure-map" | "tree" | "trello" | "triangle" | "triangular-flag" | "trophy" | "truck" | "tumblr" | "tv" | "twitch" | "twitter" | "twitter-x" | "typhoon" | "u-disk" | "ubuntu" | "umbrella" | "uninstall" | "unpin" | "unsplash" | "upload" | "usb" | "user" | "user-add" | "user-community" | "user-follow" | "user-forbid" | "user-heart" | "user-location" | "user-minus" | "user-received" | "user-search" | "user-settings" | "user-shared" | "user-smile" | "user-star" | "user-unfollow" | "user-voice" | "vercel" | "verified-badge" | "video-add" | "video-chat" | "video-download" | "video-off" | "video-on" | "video-upload" | "vidicon" | "vimeo" | "vip" | "vip-crown" | "vip-diamond" | "virus" | "visa" | "vk" | "voice-recognition" | "voiceprint" | "volume-down" | "volume-mute" | "volume-off-vibrate" | "volume-up" | "volume-vibrate" | "vuejs" | "walk" | "wallet" | "water-flash" | "water-percent" | "webcam" | "webhook" | "wechat" | "wechat-channels" | "wechat-pay" | "weibo" | "weight" | "whatsapp" | "wheelchair" | "wifi" | "wifi-off" | "window" | "windows" | "windy" | "wireless-charging" | "women" | "wordpress" | "xbox" | "xing" | "xrp" | "xtz" | "youtube" | "yuque" | "zcool" | "zhihu" | "zoom-in" | "zoom-out" | "zzz" | "attachment-2" | "account-pin-circle" | "apps-2-ai" | "bar-chart-2" | "book-2" | "box-3" | "compass-3" | "customer-service-2" | "database-2" | "download-cloud-2" | "drag-move-2" | "e-bike-2" | "file-pdf-2" | "focus-2" | "group-2" | "home-smile-2" | "information-2" | "map-2" | "movie-2" | "pencil-ruler-2" | "price-tag-3" | "robot-2" | "rocket-2" | "save-2" | "scan-2" | "settings-3" | "shopping-cart-2" | "space-ship-2" | "steering-2" | "telegram-2" | "upload-cloud-2" | undefined>;
|
|
12
|
+
readonly shortcut: import("@angular/core").InputSignal<string>;
|
|
13
|
+
readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, string | boolean>;
|
|
14
|
+
readonly variant: import("@angular/core").InputSignal<CommandItemVariants>;
|
|
15
|
+
readonly class: import("@angular/core").InputSignal<ClassValue>;
|
|
16
|
+
readonly parentCommand: import("@angular/core").InputSignal<AiCommand | null>;
|
|
17
|
+
readonly commandItemGroup: import("@angular/core").InputSignal<AiCommandItemGroup | null>;
|
|
18
|
+
readonly selected: import("@angular/core").WritableSignal<boolean>;
|
|
19
|
+
protected readonly classes: import("@angular/core").Signal<string>;
|
|
20
|
+
protected readonly shortcutClasses: import("@angular/core").Signal<string>;
|
|
21
|
+
protected readonly visibledItem: import("@angular/core").Signal<boolean>;
|
|
22
|
+
constructor();
|
|
23
|
+
onChange(): void;
|
|
24
|
+
onMouseEnter(): void;
|
|
25
|
+
setSelected(selected: boolean): void;
|
|
26
|
+
focus(): void;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AiCommandItem, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AiCommandItem, "ai-command-item", ["aiCommandItem"], { "value": { "alias": "value"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "command": { "alias": "command"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "shortcut": { "alias": "shortcut"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "class": { "alias": "class"; "required": false; "isSignal": true; }; "parentCommand": { "alias": "parentCommand"; "required": false; "isSignal": true; }; "commandItemGroup": { "alias": "commandItemGroup"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ClassValue } from "clsx";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AiCommandList {
|
|
4
|
+
readonly class: import("@angular/core").InputSignal<ClassValue>;
|
|
5
|
+
protected readonly classes: import("@angular/core").Signal<string>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AiCommandList, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AiCommandList, "ai-command-list", ["aiCommandList"], { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ClassValue } from "clsx";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AiCommandSeparator {
|
|
4
|
+
#private;
|
|
5
|
+
readonly class: import("@angular/core").InputSignal<ClassValue>;
|
|
6
|
+
protected readonly classes: import("@angular/core").Signal<string>;
|
|
7
|
+
protected readonly shouldShow: import("@angular/core").Signal<boolean | undefined>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AiCommandSeparator, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AiCommandSeparator, "ai-command-separator", ["aiCommandSeparator"], { "class": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AiIconType } from "../icon/icons";
|
|
2
|
+
import { AiCommandItem } from "./command-item";
|
|
3
|
+
export interface AiCommandItemConfig {
|
|
4
|
+
value: string | unknown;
|
|
5
|
+
label: string;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
command?: string;
|
|
8
|
+
shortcut?: string;
|
|
9
|
+
icon?: AiIconType;
|
|
10
|
+
action?: () => void;
|
|
11
|
+
key?: string;
|
|
12
|
+
}
|
|
13
|
+
export interface AiCommandGroup {
|
|
14
|
+
label: string;
|
|
15
|
+
items: AiCommandItemConfig[];
|
|
16
|
+
}
|
|
17
|
+
export interface AiCommandConfig {
|
|
18
|
+
placeholder?: string;
|
|
19
|
+
emptyText?: string;
|
|
20
|
+
groups: AiCommandGroup[];
|
|
21
|
+
dividers?: boolean;
|
|
22
|
+
onSelect?: (item: AiCommandItemConfig) => void;
|
|
23
|
+
}
|
|
24
|
+
export declare abstract class AiCommandRepository {
|
|
25
|
+
abstract register(item: AiCommandItem): void;
|
|
26
|
+
abstract unregister(item: AiCommandItem): void;
|
|
27
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { ControlValueAccessor } from "@angular/forms";
|
|
2
|
+
import { ClassValue } from "clsx";
|
|
3
|
+
import { ChangeFn, TouchFn } from "../../core";
|
|
4
|
+
import { AiCommandItem } from "./command-item";
|
|
5
|
+
import { AiCommandItemConfig, AiCommandRepository } from "./command.config";
|
|
6
|
+
import { CommandSizeVariants } from "./command.variants";
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class AiCommand implements ControlValueAccessor, AiCommandRepository {
|
|
9
|
+
#private;
|
|
10
|
+
private readonly cmdInputComponent;
|
|
11
|
+
private readonly cmdItemComponents;
|
|
12
|
+
readonly size: import("@angular/core").InputSignal<CommandSizeVariants>;
|
|
13
|
+
readonly class: import("@angular/core").InputSignal<ClassValue>;
|
|
14
|
+
protected _change: ChangeFn<string>;
|
|
15
|
+
protected _touched: TouchFn;
|
|
16
|
+
readonly searchTerm: import("@angular/core").WritableSignal<string>;
|
|
17
|
+
readonly selectedIndex: import("@angular/core").WritableSignal<number>;
|
|
18
|
+
readonly changeCommand: import("@angular/core").OutputEmitterRef<AiCommandItemConfig>;
|
|
19
|
+
readonly selectedCommand: import("@angular/core").OutputEmitterRef<AiCommandItemConfig>;
|
|
20
|
+
protected readonly itemComponents: import("@angular/core").Signal<readonly AiCommandItem[]>;
|
|
21
|
+
protected readonly classes: import("@angular/core").Signal<string>;
|
|
22
|
+
readonly filteredItems: import("@angular/core").Signal<readonly AiCommandItem[]>;
|
|
23
|
+
protected readonly statusMessage: import("@angular/core").Signal<string>;
|
|
24
|
+
constructor();
|
|
25
|
+
register(item: AiCommandItem): void;
|
|
26
|
+
unregister(item: AiCommandItem): void;
|
|
27
|
+
writeValue(_value: string | null): void;
|
|
28
|
+
registerOnChange(fn: (value: string) => void): void;
|
|
29
|
+
registerOnTouched(fn: () => void): void;
|
|
30
|
+
setDisabledState(_isDisabled: boolean): void;
|
|
31
|
+
onSearch(searchTerm: string): void;
|
|
32
|
+
selectItem(item: AiCommandItem): void;
|
|
33
|
+
onKeyDown(event: Event): void;
|
|
34
|
+
refreshItems(): void;
|
|
35
|
+
focus(): void;
|
|
36
|
+
private _updateSelectedItem;
|
|
37
|
+
private _triggerItemsUpdate;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AiCommand, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AiCommand, "ai-command", ["aiCommand"], { "size": { "alias": "size"; "required": false; "isSignal": true; }; "class": { "alias": "class"; "required": false; "isSignal": true; }; }, { "changeCommand": "changeCommand"; "selectedCommand": "selectedCommand"; }, ["cmdInputComponent", "cmdItemComponents"], ["*"], true, never>;
|
|
40
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AiCommand } from "./command";
|
|
2
|
+
import { AiCommandEmpty } from "./command-empty";
|
|
3
|
+
import { AiCommandInput } from "./command-input";
|
|
4
|
+
import { AiCommandItem } from "./command-item";
|
|
5
|
+
import { AiCommandItemGroup } from "./command-item-group";
|
|
6
|
+
import { AiCommandList } from "./command-list";
|
|
7
|
+
import { AiCommandSeparator } from "./command-separator";
|
|
8
|
+
export declare const AiCommandImports: readonly [typeof AiCommand, typeof AiCommandInput, typeof AiCommandList, typeof AiCommandItem, typeof AiCommandItemGroup, typeof AiCommandSeparator, typeof AiCommandEmpty];
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { type VariantProps } from "class-variance-authority";
|
|
2
|
+
export declare const commandVariants: (props?: ({
|
|
3
|
+
size?: "sm" | "default" | "lg" | "xl" | null | undefined;
|
|
4
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
5
|
+
export declare const commandInputVariants: (props?: ({} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
6
|
+
export declare const commandListVariants: (props?: ({} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
7
|
+
export declare const commandGroupVariants: (props?: ({} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
8
|
+
export declare const commandGroupHeadingVariants: (props?: ({} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
9
|
+
export declare const commandItemVariants: (props?: ({
|
|
10
|
+
variant?: "default" | "destructive" | null | undefined;
|
|
11
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
12
|
+
export declare const commandSeparatorVariants: (props?: ({} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
13
|
+
export declare const commandShortcutVariants: (props?: ({} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
14
|
+
export type CommandSizeVariants = NonNullable<VariantProps<typeof commandVariants>["size"]>;
|
|
15
|
+
export type CommandItemVariants = NonNullable<VariantProps<typeof commandItemVariants>["variant"]>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AiCommandItemConfig } from "../command.config";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DemoCommandDefaultComponent {
|
|
4
|
+
private readonly commandActions;
|
|
5
|
+
private readonly keyMap;
|
|
6
|
+
handleCommand(item: AiCommandItemConfig): void;
|
|
7
|
+
handleKeydown(event: KeyboardEvent): void;
|
|
8
|
+
private _executeCommand;
|
|
9
|
+
private _showAlert;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DemoCommandDefaultComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DemoCommandDefaultComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from "./command";
|
|
2
|
+
export * from "./command-empty";
|
|
3
|
+
export * from "./command-input";
|
|
4
|
+
export * from "./command-item";
|
|
5
|
+
export * from "./command-item-group";
|
|
6
|
+
export * from "./command-list";
|
|
7
|
+
export * from "./command-separator";
|
|
8
|
+
export * from "./command.imports";
|
|
9
|
+
export * from "./demo/command";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { type OverlayRef } from "@angular/cdk/overlay";
|
|
2
|
+
import { ElementRef, TemplateRef, ViewContainerRef } from "@angular/core";
|
|
3
|
+
import { type Observable } from "rxjs";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class AiDatePickerOverlayService {
|
|
6
|
+
#private;
|
|
7
|
+
create(origin: ElementRef<HTMLElement>): OverlayRef | undefined;
|
|
8
|
+
attach(template: TemplateRef<void>, viewContainerRef: ViewContainerRef): void;
|
|
9
|
+
detach(): void;
|
|
10
|
+
hasAttached(): boolean;
|
|
11
|
+
destroy(): void;
|
|
12
|
+
outsidePointerEvents(): Observable<MouseEvent | TouchEvent>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AiDatePickerOverlayService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AiDatePickerOverlayService>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ClassValue } from "clsx";
|
|
2
|
+
import { OnInit, TemplateRef } from "@angular/core";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AiDatePicker implements OnInit {
|
|
5
|
+
#private;
|
|
6
|
+
calendarTemplate: TemplateRef<void>;
|
|
7
|
+
readonly id: import("@angular/core").InputSignal<string>;
|
|
8
|
+
readonly placeholder: import("@angular/core").InputSignal<string>;
|
|
9
|
+
readonly format: import("@angular/core").InputSignal<string>;
|
|
10
|
+
readonly minDate: import("@angular/core").InputSignal<string>;
|
|
11
|
+
readonly maxDate: import("@angular/core").InputSignal<string>;
|
|
12
|
+
readonly disabled: import("@angular/core").InputSignal<boolean>;
|
|
13
|
+
readonly class: import("@angular/core").InputSignal<ClassValue>;
|
|
14
|
+
readonly value: import("@angular/core").ModelSignal<string>;
|
|
15
|
+
readonly valueChange: import("@angular/core").OutputEmitterRef<string>;
|
|
16
|
+
protected readonly isOpen: import("@angular/core").WritableSignal<boolean>;
|
|
17
|
+
protected readonly viewYear: import("@angular/core").WritableSignal<number>;
|
|
18
|
+
protected readonly viewMonth: import("@angular/core").WritableSignal<number>;
|
|
19
|
+
protected readonly weekdays: string[];
|
|
20
|
+
protected readonly selectedDate: import("@angular/core").Signal<Date | null>;
|
|
21
|
+
protected readonly calendarMonth: import("@angular/core").Signal<import("./date-picker.util").AiCalendarMonth>;
|
|
22
|
+
protected readonly monthLabel: import("@angular/core").Signal<string>;
|
|
23
|
+
protected readonly displayValue: import("@angular/core").Signal<string>;
|
|
24
|
+
protected readonly triggerClasses: import("@angular/core").Signal<string>;
|
|
25
|
+
protected readonly calendarClasses: import("@angular/core").Signal<string>;
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
protected toggle(): void;
|
|
28
|
+
protected open(): void;
|
|
29
|
+
protected close(): void;
|
|
30
|
+
protected selectDay(date: Date): void;
|
|
31
|
+
protected prevMonth(): void;
|
|
32
|
+
protected nextMonth(): void;
|
|
33
|
+
protected prevYear(): void;
|
|
34
|
+
protected nextYear(): void;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AiDatePicker, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AiDatePicker, "ai-date-picker", ["aiDatePicker"], { "id": { "alias": "id"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; "minDate": { "alias": "minDate"; "required": false; "isSignal": true; }; "maxDate": { "alias": "maxDate"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "class": { "alias": "class"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "valueChange": "valueChange"; }, never, never, true, never>;
|
|
37
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface AiCalendarDay {
|
|
2
|
+
date: Date;
|
|
3
|
+
day: number;
|
|
4
|
+
isCurrentMonth: boolean;
|
|
5
|
+
isToday: boolean;
|
|
6
|
+
isSelected: boolean;
|
|
7
|
+
isDisabled: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface AiCalendarMonth {
|
|
10
|
+
year: number;
|
|
11
|
+
month: number;
|
|
12
|
+
weeks: AiCalendarDay[][];
|
|
13
|
+
}
|
|
14
|
+
export declare function getWeekdayLabels(): string[];
|
|
15
|
+
export declare function getMonthLabel(month: number): string;
|
|
16
|
+
export declare function buildCalendarMonth(year: number, month: number, selectedDate: Date | null, minDate?: Date, maxDate?: Date): AiCalendarMonth;
|
|
17
|
+
export declare function formatDate(date: Date | null, format: string): string;
|
|
18
|
+
export declare function parseDate(value: string): Date | null;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { VariantProps } from "class-variance-authority";
|
|
2
|
+
export declare const datePickerTriggerVariants: (props?: ({
|
|
3
|
+
error?: boolean | null | undefined;
|
|
4
|
+
disabled?: boolean | null | undefined;
|
|
5
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
6
|
+
export declare const datePickerCalendarVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
7
|
+
export type DatePickerTriggerVariants = VariantProps<typeof datePickerTriggerVariants>;
|