@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 @@
|
|
|
1
|
+
{"version":3,"file":"default.js","sourceRoot":"","sources":["../../../../../../../../libs/ai-ui/src/lib/components/breadcrumb/demo/default.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;;;;;;;;AAyB5D,MAAM,OAAO,8BAA8B;uGAA9B,8BAA8B;2FAA9B,8BAA8B,wEArB7B;;;;;;;;;;;;;;;;;;;KAmBT,q9BApB8B,MAAM;;2FAsB5B,8BAA8B;kBAvB1C,SAAS;mBAAC;oBACP,OAAO,EAAE,CAAC,mBAAmB,EAAE,MAAM,CAAC;oBACtC,QAAQ,EAAE;;;;;;;;;;;;;;;;;;;KAmBT;iBACJ","sourcesContent":["import { Component } from \"@angular/core\";\r\nimport { AiIcon } from \"../../icon/icon.component\";\r\nimport { AiBreadcrumbImports } from \"../breadcrumb.imports\";\r\n\r\n@Component({\r\n imports: [AiBreadcrumbImports, AiIcon],\r\n template: `\r\n <ai-breadcrumb-content>\r\n <ai-breadcrumb-list wrap=\"wrap\" [align]=\"'start'\">\r\n <ai-breadcrumb-item>\r\n <ai-breadcrumb-link link=\"/controle\">\r\n <ai-icon icon=\"contacts\" />\r\n Controle\r\n </ai-breadcrumb-link>\r\n </ai-breadcrumb-item>\r\n <ai-breadcrumb-separator />\r\n <ai-breadcrumb-item>\r\n <ai-breadcrumb-link link=\"/colaborador\">Colaboradores</ai-breadcrumb-link>\r\n </ai-breadcrumb-item>\r\n <ai-breadcrumb-separator />\r\n <ai-breadcrumb-item>\r\n <ai-breadcrumb-page>Cadastrar colaborador</ai-breadcrumb-page>\r\n </ai-breadcrumb-item>\r\n </ai-breadcrumb-list>\r\n </ai-breadcrumb-content>\r\n `,\r\n})\r\nexport class DemoBreadcrumbDefaultComponent {}\r\n"]}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Component } from "@angular/core";
|
|
2
|
+
import { AiButton } from "../../button";
|
|
3
|
+
import { AiBreadcrumbImports } from "../breadcrumb.imports";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "../breadcrumb-content";
|
|
6
|
+
import * as i2 from "../breadcrumb-item";
|
|
7
|
+
import * as i3 from "../breadcrumb-list";
|
|
8
|
+
import * as i4 from "../breadcrumb-link";
|
|
9
|
+
import * as i5 from "../breadcrumb-page";
|
|
10
|
+
import * as i6 from "../breadcrumb-separator";
|
|
11
|
+
export class DemoBreadcrumbDirectiveComponent {
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DemoBreadcrumbDirectiveComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: DemoBreadcrumbDirectiveComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: `
|
|
14
|
+
<ai-breadcrumb-content class="flex items-center justify-between w-150">
|
|
15
|
+
<ai-breadcrumb-list>
|
|
16
|
+
<ai-breadcrumb-item>
|
|
17
|
+
<ai-breadcrumb-link link="/">Home</ai-breadcrumb-link>
|
|
18
|
+
</ai-breadcrumb-item>
|
|
19
|
+
<ai-breadcrumb-separator />
|
|
20
|
+
<ai-breadcrumb-item>
|
|
21
|
+
<ai-breadcrumb-page>Breadcrumb</ai-breadcrumb-page>
|
|
22
|
+
</ai-breadcrumb-item>
|
|
23
|
+
</ai-breadcrumb-list>
|
|
24
|
+
|
|
25
|
+
<ai-button variant="default" icon="filter" size="xs" />
|
|
26
|
+
</ai-breadcrumb-content>
|
|
27
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i1.AiBreadcrumbContent, selector: "ai-breadcrumb-content", inputs: ["size", "class"], exportAs: ["aiBreadcrumbContent"] }, { kind: "component", type: i2.AiBreadcrumbItem, selector: "ai-breadcrumb-item", inputs: ["variant", "shape", "class"], exportAs: ["aiBreadcrumbItem"] }, { kind: "component", type: i3.AiBreadcrumbList, selector: "ai-breadcrumb-list", inputs: ["align", "wrap", "class"], exportAs: ["aiBreadcrumbList"] }, { kind: "component", type: i4.AiBreadcrumbLink, selector: "ai-breadcrumb-link", inputs: ["link", "variant", "class"], exportAs: ["aiBreadcrumbLink"] }, { kind: "component", type: i5.AiBreadcrumbPage, selector: "ai-breadcrumb-page", inputs: ["variant", "class"], exportAs: ["aiBreadcrumbPage"] }, { kind: "component", type: i6.AiBreadcrumbSeparator, selector: "ai-breadcrumb-separator", inputs: ["separator", "variant", "class"], exportAs: ["aiBreadcrumbSeparator"] }, { kind: "component", type: AiButton, selector: "ai-button, button[ai-button], a[ai-button]", inputs: ["variant", "size", "shape", "type", "fill", "class", "icon", "full", "loading", "disabled"], exportAs: ["aiButton"] }] });
|
|
28
|
+
}
|
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DemoBreadcrumbDirectiveComponent, decorators: [{
|
|
30
|
+
type: Component,
|
|
31
|
+
args: [{
|
|
32
|
+
imports: [AiBreadcrumbImports, AiButton],
|
|
33
|
+
template: `
|
|
34
|
+
<ai-breadcrumb-content class="flex items-center justify-between w-150">
|
|
35
|
+
<ai-breadcrumb-list>
|
|
36
|
+
<ai-breadcrumb-item>
|
|
37
|
+
<ai-breadcrumb-link link="/">Home</ai-breadcrumb-link>
|
|
38
|
+
</ai-breadcrumb-item>
|
|
39
|
+
<ai-breadcrumb-separator />
|
|
40
|
+
<ai-breadcrumb-item>
|
|
41
|
+
<ai-breadcrumb-page>Breadcrumb</ai-breadcrumb-page>
|
|
42
|
+
</ai-breadcrumb-item>
|
|
43
|
+
</ai-breadcrumb-list>
|
|
44
|
+
|
|
45
|
+
<ai-button variant="default" icon="filter" size="xs" />
|
|
46
|
+
</ai-breadcrumb-content>
|
|
47
|
+
`,
|
|
48
|
+
}]
|
|
49
|
+
}] });
|
|
50
|
+
//# sourceMappingURL=directive.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"directive.js","sourceRoot":"","sources":["../../../../../../../../libs/ai-ui/src/lib/components/breadcrumb/demo/directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;;;;;;;;AAoB5D,MAAM,OAAO,gCAAgC;uGAAhC,gCAAgC;2FAAhC,gCAAgC,wEAhB/B;;;;;;;;;;;;;;KAcT,q9BAf8B,QAAQ;;2FAiB9B,gCAAgC;kBAlB5C,SAAS;mBAAC;oBACP,OAAO,EAAE,CAAC,mBAAmB,EAAE,QAAQ,CAAC;oBACxC,QAAQ,EAAE;;;;;;;;;;;;;;KAcT;iBACJ","sourcesContent":["import { Component } from \"@angular/core\";\r\nimport { AiButton } from \"../../button\";\r\nimport { AiBreadcrumbImports } from \"../breadcrumb.imports\";\r\n\r\n@Component({\r\n imports: [AiBreadcrumbImports, AiButton],\r\n template: `\r\n <ai-breadcrumb-content class=\"flex items-center justify-between w-150\">\r\n <ai-breadcrumb-list>\r\n <ai-breadcrumb-item>\r\n <ai-breadcrumb-link link=\"/\">Home</ai-breadcrumb-link>\r\n </ai-breadcrumb-item>\r\n <ai-breadcrumb-separator />\r\n <ai-breadcrumb-item>\r\n <ai-breadcrumb-page>Breadcrumb</ai-breadcrumb-page>\r\n </ai-breadcrumb-item>\r\n </ai-breadcrumb-list>\r\n\r\n <ai-button variant=\"default\" icon=\"filter\" size=\"xs\" />\r\n </ai-breadcrumb-content>\r\n `,\r\n})\r\nexport class DemoBreadcrumbDirectiveComponent {}\r\n"]}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { Component } from "@angular/core";
|
|
2
|
+
import { AiIcon } from "../../icon/icon.component";
|
|
3
|
+
import { AiBreadcrumbImports } from "../breadcrumb.imports";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "../breadcrumb-content";
|
|
6
|
+
import * as i2 from "../breadcrumb-item";
|
|
7
|
+
import * as i3 from "../breadcrumb-list";
|
|
8
|
+
import * as i4 from "../breadcrumb-link";
|
|
9
|
+
import * as i5 from "../breadcrumb-page";
|
|
10
|
+
import * as i6 from "../breadcrumb-separator";
|
|
11
|
+
export class DemoBreadcrumbIconComponent {
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DemoBreadcrumbIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: DemoBreadcrumbIconComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: `
|
|
14
|
+
<ai-breadcrumb-content>
|
|
15
|
+
<ai-breadcrumb-list wrap="wrap" [align]="'start'">
|
|
16
|
+
<ai-breadcrumb-item>
|
|
17
|
+
<ai-breadcrumb-link link="/">
|
|
18
|
+
<ai-icon icon="home" />
|
|
19
|
+
Home
|
|
20
|
+
</ai-breadcrumb-link>
|
|
21
|
+
</ai-breadcrumb-item>
|
|
22
|
+
<ai-breadcrumb-separator />
|
|
23
|
+
<ai-breadcrumb-item>
|
|
24
|
+
<ai-breadcrumb-link link="/components">
|
|
25
|
+
<ai-icon icon="function" />
|
|
26
|
+
Components
|
|
27
|
+
</ai-breadcrumb-link>
|
|
28
|
+
</ai-breadcrumb-item>
|
|
29
|
+
<ai-breadcrumb-separator />
|
|
30
|
+
<ai-breadcrumb-item>
|
|
31
|
+
<ai-breadcrumb-page>
|
|
32
|
+
<ai-icon icon="stack" />
|
|
33
|
+
Breadcrumb
|
|
34
|
+
</ai-breadcrumb-page>
|
|
35
|
+
</ai-breadcrumb-item>
|
|
36
|
+
</ai-breadcrumb-list>
|
|
37
|
+
</ai-breadcrumb-content>
|
|
38
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i1.AiBreadcrumbContent, selector: "ai-breadcrumb-content", inputs: ["size", "class"], exportAs: ["aiBreadcrumbContent"] }, { kind: "component", type: i2.AiBreadcrumbItem, selector: "ai-breadcrumb-item", inputs: ["variant", "shape", "class"], exportAs: ["aiBreadcrumbItem"] }, { kind: "component", type: i3.AiBreadcrumbList, selector: "ai-breadcrumb-list", inputs: ["align", "wrap", "class"], exportAs: ["aiBreadcrumbList"] }, { kind: "component", type: i4.AiBreadcrumbLink, selector: "ai-breadcrumb-link", inputs: ["link", "variant", "class"], exportAs: ["aiBreadcrumbLink"] }, { kind: "component", type: i5.AiBreadcrumbPage, selector: "ai-breadcrumb-page", inputs: ["variant", "class"], exportAs: ["aiBreadcrumbPage"] }, { kind: "component", type: i6.AiBreadcrumbSeparator, selector: "ai-breadcrumb-separator", inputs: ["separator", "variant", "class"], exportAs: ["aiBreadcrumbSeparator"] }, { kind: "component", type: AiIcon, selector: "ai-icon, [ai-icon]", inputs: ["icon", "size", "type", "disabled", "class"], exportAs: ["aiIcon"] }] });
|
|
39
|
+
}
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DemoBreadcrumbIconComponent, decorators: [{
|
|
41
|
+
type: Component,
|
|
42
|
+
args: [{
|
|
43
|
+
imports: [AiBreadcrumbImports, AiIcon],
|
|
44
|
+
template: `
|
|
45
|
+
<ai-breadcrumb-content>
|
|
46
|
+
<ai-breadcrumb-list wrap="wrap" [align]="'start'">
|
|
47
|
+
<ai-breadcrumb-item>
|
|
48
|
+
<ai-breadcrumb-link link="/">
|
|
49
|
+
<ai-icon icon="home" />
|
|
50
|
+
Home
|
|
51
|
+
</ai-breadcrumb-link>
|
|
52
|
+
</ai-breadcrumb-item>
|
|
53
|
+
<ai-breadcrumb-separator />
|
|
54
|
+
<ai-breadcrumb-item>
|
|
55
|
+
<ai-breadcrumb-link link="/components">
|
|
56
|
+
<ai-icon icon="function" />
|
|
57
|
+
Components
|
|
58
|
+
</ai-breadcrumb-link>
|
|
59
|
+
</ai-breadcrumb-item>
|
|
60
|
+
<ai-breadcrumb-separator />
|
|
61
|
+
<ai-breadcrumb-item>
|
|
62
|
+
<ai-breadcrumb-page>
|
|
63
|
+
<ai-icon icon="stack" />
|
|
64
|
+
Breadcrumb
|
|
65
|
+
</ai-breadcrumb-page>
|
|
66
|
+
</ai-breadcrumb-item>
|
|
67
|
+
</ai-breadcrumb-list>
|
|
68
|
+
</ai-breadcrumb-content>
|
|
69
|
+
`,
|
|
70
|
+
}]
|
|
71
|
+
}] });
|
|
72
|
+
//# sourceMappingURL=icon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon.js","sourceRoot":"","sources":["../../../../../../../../libs/ai-ui/src/lib/components/breadcrumb/demo/icon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;;;;;;;;AA+B5D,MAAM,OAAO,2BAA2B;uGAA3B,2BAA2B;2FAA3B,2BAA2B,wEA3B1B;;;;;;;;;;;;;;;;;;;;;;;;;KAyBT,q9BA1B8B,MAAM;;2FA4B5B,2BAA2B;kBA7BvC,SAAS;mBAAC;oBACP,OAAO,EAAE,CAAC,mBAAmB,EAAE,MAAM,CAAC;oBACtC,QAAQ,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;KAyBT;iBACJ","sourcesContent":["import { Component } from \"@angular/core\";\r\nimport { AiIcon } from \"../../icon/icon.component\";\r\nimport { AiBreadcrumbImports } from \"../breadcrumb.imports\";\r\n\r\n@Component({\r\n imports: [AiBreadcrumbImports, AiIcon],\r\n template: `\r\n <ai-breadcrumb-content>\r\n <ai-breadcrumb-list wrap=\"wrap\" [align]=\"'start'\">\r\n <ai-breadcrumb-item>\r\n <ai-breadcrumb-link link=\"/\">\r\n <ai-icon icon=\"home\" />\r\n Home\r\n </ai-breadcrumb-link>\r\n </ai-breadcrumb-item>\r\n <ai-breadcrumb-separator />\r\n <ai-breadcrumb-item>\r\n <ai-breadcrumb-link link=\"/components\">\r\n <ai-icon icon=\"function\" />\r\n Components\r\n </ai-breadcrumb-link>\r\n </ai-breadcrumb-item>\r\n <ai-breadcrumb-separator />\r\n <ai-breadcrumb-item>\r\n <ai-breadcrumb-page>\r\n <ai-icon icon=\"stack\" />\r\n Breadcrumb\r\n </ai-breadcrumb-page>\r\n </ai-breadcrumb-item>\r\n </ai-breadcrumb-list>\r\n </ai-breadcrumb-content>\r\n `,\r\n})\r\nexport class DemoBreadcrumbIconComponent {}\r\n"]}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Component } from "@angular/core";
|
|
2
|
+
import { RouterLink } from "@angular/router";
|
|
3
|
+
import { AiBreadcrumbImports } from "../breadcrumb.imports";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "../breadcrumb-content";
|
|
6
|
+
import * as i2 from "../breadcrumb-item";
|
|
7
|
+
import * as i3 from "../breadcrumb-list";
|
|
8
|
+
import * as i4 from "../breadcrumb-page";
|
|
9
|
+
import * as i5 from "../breadcrumb-separator";
|
|
10
|
+
export class DemoBreadcrumbRouterLinkComponent {
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DemoBreadcrumbRouterLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: DemoBreadcrumbRouterLinkComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: `
|
|
13
|
+
<ai-breadcrumb-content>
|
|
14
|
+
<ai-breadcrumb-list>
|
|
15
|
+
<ai-breadcrumb-item>
|
|
16
|
+
<a routerLink="/">Home</a>
|
|
17
|
+
</ai-breadcrumb-item>
|
|
18
|
+
<ai-breadcrumb-separator />
|
|
19
|
+
<ai-breadcrumb-item>
|
|
20
|
+
<a routerLink="/components">Components</a>
|
|
21
|
+
</ai-breadcrumb-item>
|
|
22
|
+
<ai-breadcrumb-separator />
|
|
23
|
+
<ai-breadcrumb-item>
|
|
24
|
+
<ai-breadcrumb-page>Breadcrumb</ai-breadcrumb-page>
|
|
25
|
+
</ai-breadcrumb-item>
|
|
26
|
+
</ai-breadcrumb-list>
|
|
27
|
+
</ai-breadcrumb-content>
|
|
28
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i1.AiBreadcrumbContent, selector: "ai-breadcrumb-content", inputs: ["size", "class"], exportAs: ["aiBreadcrumbContent"] }, { kind: "component", type: i2.AiBreadcrumbItem, selector: "ai-breadcrumb-item", inputs: ["variant", "shape", "class"], exportAs: ["aiBreadcrumbItem"] }, { kind: "component", type: i3.AiBreadcrumbList, selector: "ai-breadcrumb-list", inputs: ["align", "wrap", "class"], exportAs: ["aiBreadcrumbList"] }, { kind: "component", type: i4.AiBreadcrumbPage, selector: "ai-breadcrumb-page", inputs: ["variant", "class"], exportAs: ["aiBreadcrumbPage"] }, { kind: "component", type: i5.AiBreadcrumbSeparator, selector: "ai-breadcrumb-separator", inputs: ["separator", "variant", "class"], exportAs: ["aiBreadcrumbSeparator"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
|
|
29
|
+
}
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DemoBreadcrumbRouterLinkComponent, decorators: [{
|
|
31
|
+
type: Component,
|
|
32
|
+
args: [{
|
|
33
|
+
imports: [AiBreadcrumbImports, RouterLink],
|
|
34
|
+
template: `
|
|
35
|
+
<ai-breadcrumb-content>
|
|
36
|
+
<ai-breadcrumb-list>
|
|
37
|
+
<ai-breadcrumb-item>
|
|
38
|
+
<a routerLink="/">Home</a>
|
|
39
|
+
</ai-breadcrumb-item>
|
|
40
|
+
<ai-breadcrumb-separator />
|
|
41
|
+
<ai-breadcrumb-item>
|
|
42
|
+
<a routerLink="/components">Components</a>
|
|
43
|
+
</ai-breadcrumb-item>
|
|
44
|
+
<ai-breadcrumb-separator />
|
|
45
|
+
<ai-breadcrumb-item>
|
|
46
|
+
<ai-breadcrumb-page>Breadcrumb</ai-breadcrumb-page>
|
|
47
|
+
</ai-breadcrumb-item>
|
|
48
|
+
</ai-breadcrumb-list>
|
|
49
|
+
</ai-breadcrumb-content>
|
|
50
|
+
`,
|
|
51
|
+
}]
|
|
52
|
+
}] });
|
|
53
|
+
//# sourceMappingURL=router-link.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"router-link.js","sourceRoot":"","sources":["../../../../../../../../libs/ai-ui/src/lib/components/breadcrumb/demo/router-link.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;;;;;;;AAsB5D,MAAM,OAAO,iCAAiC;uGAAjC,iCAAiC;2FAAjC,iCAAiC,wEAlBhC;;;;;;;;;;;;;;;;KAgBT,6zBAjB8B,UAAU;;2FAmBhC,iCAAiC;kBApB7C,SAAS;mBAAC;oBACP,OAAO,EAAE,CAAC,mBAAmB,EAAE,UAAU,CAAC;oBAC1C,QAAQ,EAAE;;;;;;;;;;;;;;;;KAgBT;iBACJ","sourcesContent":["import { Component } from \"@angular/core\";\r\nimport { RouterLink } from \"@angular/router\";\r\nimport { AiBreadcrumbImports } from \"../breadcrumb.imports\";\r\n\r\n@Component({\r\n imports: [AiBreadcrumbImports, RouterLink],\r\n template: `\r\n <ai-breadcrumb-content>\r\n <ai-breadcrumb-list>\r\n <ai-breadcrumb-item>\r\n <a routerLink=\"/\">Home</a>\r\n </ai-breadcrumb-item>\r\n <ai-breadcrumb-separator />\r\n <ai-breadcrumb-item>\r\n <a routerLink=\"/components\">Components</a>\r\n </ai-breadcrumb-item>\r\n <ai-breadcrumb-separator />\r\n <ai-breadcrumb-item>\r\n <ai-breadcrumb-page>Breadcrumb</ai-breadcrumb-page>\r\n </ai-breadcrumb-item>\r\n </ai-breadcrumb-list>\r\n </ai-breadcrumb-content>\r\n `,\r\n})\r\nexport class DemoBreadcrumbRouterLinkComponent {}\r\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../libs/ai-ui/src/lib/components/breadcrumb/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC","sourcesContent":["export * from \"./breadcrumb\";\r\nexport * from \"./breadcrumb.directive\";\r\nexport * from \"./breadcrumb.imports\";\r\nexport * from \"./demo/breadcrumb\";\r\n"]}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, computed, input, ViewEncapsulation } from "@angular/core";
|
|
2
|
+
import { mergeClasses, transform } from "../../core";
|
|
3
|
+
import { AiIcon } from "../icon/icon.component";
|
|
4
|
+
import { buttonVariants } from "./button.variants";
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export class AiButton {
|
|
7
|
+
variant = input("primary", ...(ngDevMode ? [{ debugName: "variant" }] : []));
|
|
8
|
+
size = input("default", ...(ngDevMode ? [{ debugName: "size" }] : []));
|
|
9
|
+
shape = input("default", ...(ngDevMode ? [{ debugName: "shape" }] : []));
|
|
10
|
+
type = input("button", ...(ngDevMode ? [{ debugName: "type" }] : []));
|
|
11
|
+
fill = input("default", ...(ngDevMode ? [{ debugName: "fill" }] : []));
|
|
12
|
+
class = input("", ...(ngDevMode ? [{ debugName: "class" }] : []));
|
|
13
|
+
icon = input(undefined, ...(ngDevMode ? [{ debugName: "icon" }] : []));
|
|
14
|
+
full = input(false, { ...(ngDevMode ? { debugName: "full" } : {}), transform });
|
|
15
|
+
loading = input(false, { ...(ngDevMode ? { debugName: "loading" } : {}), transform });
|
|
16
|
+
disabled = input(false, { ...(ngDevMode ? { debugName: "disabled" } : {}), transform });
|
|
17
|
+
classes = computed(() => mergeClasses(buttonVariants({
|
|
18
|
+
variant: this.variant(),
|
|
19
|
+
size: this.size(),
|
|
20
|
+
shape: this.shape(),
|
|
21
|
+
fill: this.fill(),
|
|
22
|
+
full: this.full(),
|
|
23
|
+
loading: this.loading(),
|
|
24
|
+
disabled: this.disabled(),
|
|
25
|
+
}), this.class()), ...(ngDevMode ? [{ debugName: "classes" }] : []));
|
|
26
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AiButton, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
27
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.1", type: AiButton, isStandalone: true, selector: "ai-button, button[ai-button], a[ai-button]", inputs: { variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, shape: { classPropertyName: "shape", publicName: "shape", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null }, fill: { classPropertyName: "fill", publicName: "fill", isSignal: true, isRequired: false, transformFunction: null }, class: { classPropertyName: "class", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, full: { classPropertyName: "full", publicName: "full", isSignal: true, isRequired: false, transformFunction: null }, loading: { classPropertyName: "loading", publicName: "loading", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "role": "button" }, properties: { "class": "classes()", "attr.type": "type()", "attr.aria-disabled": "disabled()" } }, exportAs: ["aiButton"], ngImport: i0, template: `
|
|
28
|
+
<ng-content />
|
|
29
|
+
@let nameIcon = icon();
|
|
30
|
+
@if (loading()) {
|
|
31
|
+
<ai-icon [icon]="'loader-4'" size="sm" class="animate-spin" />
|
|
32
|
+
}
|
|
33
|
+
@if (nameIcon) {
|
|
34
|
+
<ai-icon [icon]="nameIcon" size="sm" />
|
|
35
|
+
}
|
|
36
|
+
`, isInline: true, dependencies: [{ kind: "component", type: AiIcon, selector: "ai-icon, [ai-icon]", inputs: ["icon", "size", "type", "disabled", "class"], exportAs: ["aiIcon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
37
|
+
}
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AiButton, decorators: [{
|
|
39
|
+
type: Component,
|
|
40
|
+
args: [{
|
|
41
|
+
selector: "ai-button, button[ai-button], a[ai-button]",
|
|
42
|
+
exportAs: "aiButton",
|
|
43
|
+
imports: [AiIcon],
|
|
44
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
45
|
+
encapsulation: ViewEncapsulation.None,
|
|
46
|
+
template: `
|
|
47
|
+
<ng-content />
|
|
48
|
+
@let nameIcon = icon();
|
|
49
|
+
@if (loading()) {
|
|
50
|
+
<ai-icon [icon]="'loader-4'" size="sm" class="animate-spin" />
|
|
51
|
+
}
|
|
52
|
+
@if (nameIcon) {
|
|
53
|
+
<ai-icon [icon]="nameIcon" size="sm" />
|
|
54
|
+
}
|
|
55
|
+
`,
|
|
56
|
+
host: {
|
|
57
|
+
"[class]": "classes()",
|
|
58
|
+
role: "button",
|
|
59
|
+
"[attr.type]": "type()",
|
|
60
|
+
"[attr.aria-disabled]": "disabled()",
|
|
61
|
+
},
|
|
62
|
+
}]
|
|
63
|
+
}], propDecorators: { variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], shape: [{ type: i0.Input, args: [{ isSignal: true, alias: "shape", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], fill: [{ type: i0.Input, args: [{ isSignal: true, alias: "fill", required: false }] }], class: [{ type: i0.Input, args: [{ isSignal: true, alias: "class", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], full: [{ type: i0.Input, args: [{ isSignal: true, alias: "full", required: false }] }], loading: [{ type: i0.Input, args: [{ isSignal: true, alias: "loading", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }] } });
|
|
64
|
+
//# sourceMappingURL=button.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.js","sourceRoot":"","sources":["../../../../../../../libs/ai-ui/src/lib/components/button/button.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAEvG,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AACrD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD,OAAO,EAAE,cAAc,EAAkB,MAAM,mBAAmB,CAAC;;AAyBnE,MAAM,OAAO,QAAQ;IACR,OAAO,GAAG,KAAK,CAA4B,SAAS,mDAAC,CAAC;IACtD,IAAI,GAAG,KAAK,CAAyB,SAAS,gDAAC,CAAC;IAChD,KAAK,GAAG,KAAK,CAA0B,SAAS,iDAAC,CAAC;IAClD,IAAI,GAAG,KAAK,CAAgC,QAAQ,gDAAC,CAAC;IACtD,IAAI,GAAG,KAAK,CAAyB,SAAS,gDAAC,CAAC;IAEhD,KAAK,GAAG,KAAK,CAAa,EAAE,iDAAC,CAAC;IAE9B,IAAI,GAAG,KAAK,CAAyB,SAAS,gDAAC,CAAC;IAChD,IAAI,GAAG,KAAK,CAA4B,KAAK,iDAAI,SAAS,GAAG,CAAC;IAC9D,OAAO,GAAG,KAAK,CAA4B,KAAK,oDAAI,SAAS,GAAG,CAAC;IACjE,QAAQ,GAAG,KAAK,CAA4B,KAAK,qDAAI,SAAS,GAAG,CAAC;IAExD,OAAO,GAAG,QAAQ,CAAC,GAAG,EAAE,CACvC,YAAY,CACR,cAAc,CAAC;QACX,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;QACvB,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE;QACjB,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE;QACnB,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE;QACjB,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE;QACjB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;QACvB,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE;KAC5B,CAAC,EACF,IAAI,CAAC,KAAK,EAAE,CACf,mDACJ,CAAC;uGA3BO,QAAQ;2FAAR,QAAQ,68CAjBP;;;;;;;;;KAST,4DAZS,MAAM;;2FAoBP,QAAQ;kBAvBpB,SAAS;mBAAC;oBACP,QAAQ,EAAE,4CAA4C;oBACtD,QAAQ,EAAE,UAAU;oBACpB,OAAO,EAAE,CAAC,MAAM,CAAC;oBACjB,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAE,iBAAiB,CAAC,IAAI;oBACrC,QAAQ,EAAE;;;;;;;;;KAST;oBACD,IAAI,EAAE;wBACF,SAAS,EAAE,WAAW;wBACtB,IAAI,EAAE,QAAQ;wBACd,aAAa,EAAE,QAAQ;wBACvB,sBAAsB,EAAE,YAAY;qBACvC;iBACJ","sourcesContent":["import { ClassValue } from \"clsx\";\r\n\r\nimport { ChangeDetectionStrategy, Component, computed, input, ViewEncapsulation } from \"@angular/core\";\r\n\r\nimport { mergeClasses, transform } from \"../../core\";\r\nimport { AiIcon } from \"../icon/icon.component\";\r\nimport { AiIconType } from \"../icon/icons\";\r\nimport { buttonVariants, ButtonVariants } from \"./button.variants\";\r\n\r\n@Component({\r\n selector: \"ai-button, button[ai-button], a[ai-button]\",\r\n exportAs: \"aiButton\",\r\n imports: [AiIcon],\r\n changeDetection: ChangeDetectionStrategy.OnPush,\r\n encapsulation: ViewEncapsulation.None,\r\n template: `\r\n <ng-content />\r\n @let nameIcon = icon();\r\n @if (loading()) {\r\n <ai-icon [icon]=\"'loader-4'\" size=\"sm\" class=\"animate-spin\" />\r\n }\r\n @if (nameIcon) {\r\n <ai-icon [icon]=\"nameIcon\" size=\"sm\" />\r\n }\r\n `,\r\n host: {\r\n \"[class]\": \"classes()\",\r\n role: \"button\",\r\n \"[attr.type]\": \"type()\",\r\n \"[attr.aria-disabled]\": \"disabled()\",\r\n },\r\n})\r\nexport class AiButton {\r\n readonly variant = input<ButtonVariants[\"variant\"]>(\"primary\");\r\n readonly size = input<ButtonVariants[\"size\"]>(\"default\");\r\n readonly shape = input<ButtonVariants[\"shape\"]>(\"default\");\r\n readonly type = input<\"button\" | \"submit\" | \"reset\">(\"button\");\r\n readonly fill = input<ButtonVariants[\"fill\"]>(\"default\");\r\n\r\n readonly class = input<ClassValue>(\"\");\r\n\r\n readonly icon = input<AiIconType | undefined>(undefined);\r\n readonly full = input<boolean, string | boolean>(false, { transform });\r\n readonly loading = input<boolean, string | boolean>(false, { transform });\r\n readonly disabled = input<boolean, string | boolean>(false, { transform });\r\n\r\n protected readonly classes = computed(() =>\r\n mergeClasses(\r\n buttonVariants({\r\n variant: this.variant(),\r\n size: this.size(),\r\n shape: this.shape(),\r\n fill: this.fill(),\r\n full: this.full(),\r\n loading: this.loading(),\r\n disabled: this.disabled(),\r\n }),\r\n this.class(),\r\n ),\r\n );\r\n}\r\n"]}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { cva } from "class-variance-authority";
|
|
2
|
+
export const buttonVariants = cva("cursor-pointer inline-flex items-center justify-center gap-2 rounded-md text-sm font-text font-semibold transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0", {
|
|
3
|
+
variants: {
|
|
4
|
+
variant: {
|
|
5
|
+
primary: "",
|
|
6
|
+
accent: "",
|
|
7
|
+
outline: "",
|
|
8
|
+
ghost: "",
|
|
9
|
+
destructive: "",
|
|
10
|
+
link: "",
|
|
11
|
+
default: "",
|
|
12
|
+
},
|
|
13
|
+
fill: {
|
|
14
|
+
default: "",
|
|
15
|
+
line: "",
|
|
16
|
+
},
|
|
17
|
+
size: {
|
|
18
|
+
default: "h-10 py-2 px-4",
|
|
19
|
+
lg: "h-11 px-8",
|
|
20
|
+
sm: "h-8 px-3",
|
|
21
|
+
xs: "h-8 w-8",
|
|
22
|
+
},
|
|
23
|
+
shape: {
|
|
24
|
+
default: "rounded-md",
|
|
25
|
+
circle: "rounded-full",
|
|
26
|
+
},
|
|
27
|
+
full: {
|
|
28
|
+
true: "w-full",
|
|
29
|
+
},
|
|
30
|
+
loading: {
|
|
31
|
+
true: "opacity-50 pointer-events-none",
|
|
32
|
+
},
|
|
33
|
+
disabled: {
|
|
34
|
+
true: "bg-[#dfdee2] dark:bg-[#2f2b2d] text-[#949498] dark:text-[#767073] pointer-events-none",
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
defaultVariants: {
|
|
38
|
+
variant: "primary",
|
|
39
|
+
size: "default",
|
|
40
|
+
shape: "default",
|
|
41
|
+
fill: "default",
|
|
42
|
+
},
|
|
43
|
+
compoundVariants: [
|
|
44
|
+
{
|
|
45
|
+
variant: "primary",
|
|
46
|
+
fill: "default",
|
|
47
|
+
disabled: false,
|
|
48
|
+
class: "bg-primary text-primary-foreground hover:bg-primary/90",
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
variant: "primary",
|
|
52
|
+
fill: "line",
|
|
53
|
+
disabled: false,
|
|
54
|
+
class: "bg-primary/10 text-primary hover:bg-primary/15",
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
variant: "accent",
|
|
58
|
+
fill: "default",
|
|
59
|
+
disabled: false,
|
|
60
|
+
class: "bg-accent text-accent-foreground hover:bg-accent/90",
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
variant: "accent",
|
|
64
|
+
fill: "line",
|
|
65
|
+
disabled: false,
|
|
66
|
+
class: "bg-accent/15 text-accent hover:bg-accent/20",
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
variant: "destructive",
|
|
70
|
+
fill: "default",
|
|
71
|
+
disabled: false,
|
|
72
|
+
class: "bg-destructive text-white hover:bg-destructive/90",
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
variant: "destructive",
|
|
76
|
+
fill: "line",
|
|
77
|
+
disabled: false,
|
|
78
|
+
class: "bg-destructive/15 text-destructive hover:bg-destructive/20",
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
variant: "ghost",
|
|
82
|
+
disabled: false,
|
|
83
|
+
class: "text-ghost-foreground hover:bg-ghost hover:text-primary",
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
variant: "link",
|
|
87
|
+
disabled: false,
|
|
88
|
+
class: "underline-offset-4 hover:underline text-primary",
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
variant: "outline",
|
|
92
|
+
disabled: false,
|
|
93
|
+
class: "border border-primary/70 text-primary/70 hover:bg-primary hover:text-primary hover:bg-transparent",
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
variant: "default",
|
|
97
|
+
disabled: false,
|
|
98
|
+
class: "bg-default/90 text-default-foreground/80 hover:bg-default hover:text-primary",
|
|
99
|
+
},
|
|
100
|
+
],
|
|
101
|
+
});
|
|
102
|
+
//# sourceMappingURL=button.variants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.variants.js","sourceRoot":"","sources":["../../../../../../../libs/ai-ui/src/lib/components/button/button.variants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAgB,MAAM,0BAA0B,CAAC;AAE7D,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAC7B,4UAA4U,EAC5U;IACI,QAAQ,EAAE;QACN,OAAO,EAAE;YACL,OAAO,EAAE,EAAE;YACX,MAAM,EAAE,EAAE;YACV,OAAO,EAAE,EAAE;YACX,KAAK,EAAE,EAAE;YACT,WAAW,EAAE,EAAE;YACf,IAAI,EAAE,EAAE;YACR,OAAO,EAAE,EAAE;SACd;QACD,IAAI,EAAE;YACF,OAAO,EAAE,EAAE;YACX,IAAI,EAAE,EAAE;SACX;QACD,IAAI,EAAE;YACF,OAAO,EAAE,gBAAgB;YACzB,EAAE,EAAE,WAAW;YACf,EAAE,EAAE,UAAU;YACd,EAAE,EAAE,SAAS;SAChB;QACD,KAAK,EAAE;YACH,OAAO,EAAE,YAAY;YACrB,MAAM,EAAE,cAAc;SACzB;QACD,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;SACjB;QACD,OAAO,EAAE;YACL,IAAI,EAAE,gCAAgC;SACzC;QACD,QAAQ,EAAE;YACN,IAAI,EAAE,uFAAuF;SAChG;KACJ;IACD,eAAe,EAAE;QACb,OAAO,EAAE,SAAS;QAClB,IAAI,EAAE,SAAS;QACf,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,SAAS;KAClB;IACD,gBAAgB,EAAE;QACd;YACI,OAAO,EAAE,SAAS;YAClB,IAAI,EAAE,SAAS;YACf,QAAQ,EAAE,KAAK;YACf,KAAK,EAAE,wDAAwD;SAClE;QACD;YACI,OAAO,EAAE,SAAS;YAClB,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,KAAK;YACf,KAAK,EAAE,gDAAgD;SAC1D;QACD;YACI,OAAO,EAAE,QAAQ;YACjB,IAAI,EAAE,SAAS;YACf,QAAQ,EAAE,KAAK;YACf,KAAK,EAAE,qDAAqD;SAC/D;QACD;YACI,OAAO,EAAE,QAAQ;YACjB,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,KAAK;YACf,KAAK,EAAE,6CAA6C;SACvD;QACD;YACI,OAAO,EAAE,aAAa;YACtB,IAAI,EAAE,SAAS;YACf,QAAQ,EAAE,KAAK;YACf,KAAK,EAAE,mDAAmD;SAC7D;QACD;YACI,OAAO,EAAE,aAAa;YACtB,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,KAAK;YACf,KAAK,EAAE,4DAA4D;SACtE;QACD;YACI,OAAO,EAAE,OAAO;YAChB,QAAQ,EAAE,KAAK;YACf,KAAK,EAAE,yDAAyD;SACnE;QACD;YACI,OAAO,EAAE,MAAM;YACf,QAAQ,EAAE,KAAK;YACf,KAAK,EAAE,iDAAiD;SAC3D;QACD;YACI,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,KAAK;YACf,KAAK,EAAE,mGAAmG;SAC7G;QACD;YACI,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,KAAK;YACf,KAAK,EAAE,8EAA8E;SACxF;KACJ;CACJ,CACJ,CAAC","sourcesContent":["import { cva, VariantProps } from \"class-variance-authority\";\r\n\r\nexport const buttonVariants = cva(\r\n \"cursor-pointer inline-flex items-center justify-center gap-2 rounded-md text-sm font-text font-semibold transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0\",\r\n {\r\n variants: {\r\n variant: {\r\n primary: \"\",\r\n accent: \"\",\r\n outline: \"\",\r\n ghost: \"\",\r\n destructive: \"\",\r\n link: \"\",\r\n default: \"\",\r\n },\r\n fill: {\r\n default: \"\",\r\n line: \"\",\r\n },\r\n size: {\r\n default: \"h-10 py-2 px-4\",\r\n lg: \"h-11 px-8\",\r\n sm: \"h-8 px-3\",\r\n xs: \"h-8 w-8\",\r\n },\r\n shape: {\r\n default: \"rounded-md\",\r\n circle: \"rounded-full\",\r\n },\r\n full: {\r\n true: \"w-full\",\r\n },\r\n loading: {\r\n true: \"opacity-50 pointer-events-none\",\r\n },\r\n disabled: {\r\n true: \"bg-[#dfdee2] dark:bg-[#2f2b2d] text-[#949498] dark:text-[#767073] pointer-events-none\",\r\n },\r\n },\r\n defaultVariants: {\r\n variant: \"primary\",\r\n size: \"default\",\r\n shape: \"default\",\r\n fill: \"default\",\r\n },\r\n compoundVariants: [\r\n {\r\n variant: \"primary\",\r\n fill: \"default\",\r\n disabled: false,\r\n class: \"bg-primary text-primary-foreground hover:bg-primary/90\",\r\n },\r\n {\r\n variant: \"primary\",\r\n fill: \"line\",\r\n disabled: false,\r\n class: \"bg-primary/10 text-primary hover:bg-primary/15\",\r\n },\r\n {\r\n variant: \"accent\",\r\n fill: \"default\",\r\n disabled: false,\r\n class: \"bg-accent text-accent-foreground hover:bg-accent/90\",\r\n },\r\n {\r\n variant: \"accent\",\r\n fill: \"line\",\r\n disabled: false,\r\n class: \"bg-accent/15 text-accent hover:bg-accent/20\",\r\n },\r\n {\r\n variant: \"destructive\",\r\n fill: \"default\",\r\n disabled: false,\r\n class: \"bg-destructive text-white hover:bg-destructive/90\",\r\n },\r\n {\r\n variant: \"destructive\",\r\n fill: \"line\",\r\n disabled: false,\r\n class: \"bg-destructive/15 text-destructive hover:bg-destructive/20\",\r\n },\r\n {\r\n variant: \"ghost\",\r\n disabled: false,\r\n class: \"text-ghost-foreground hover:bg-ghost hover:text-primary\",\r\n },\r\n {\r\n variant: \"link\",\r\n disabled: false,\r\n class: \"underline-offset-4 hover:underline text-primary\",\r\n },\r\n {\r\n variant: \"outline\",\r\n disabled: false,\r\n class: \"border border-primary/70 text-primary/70 hover:bg-primary hover:text-primary hover:bg-transparent\",\r\n },\r\n {\r\n variant: \"default\",\r\n disabled: false,\r\n class: \"bg-default/90 text-default-foreground/80 hover:bg-default hover:text-primary\",\r\n },\r\n ],\r\n },\r\n);\r\nexport type ButtonVariants = VariantProps<typeof buttonVariants>;\r\n"]}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { DemoButtonDisabledComponent } from "./disabled";
|
|
2
|
+
import { DemoButtonFillComponent } from "./fill";
|
|
3
|
+
import { DemoButtonFullComponent } from "./full";
|
|
4
|
+
import { DemoButtonIconComponent } from "./icon";
|
|
5
|
+
import { DemoButtonLoadingComponent } from "./loading";
|
|
6
|
+
import { DemoButtonShapeComponent } from "./shape";
|
|
7
|
+
import { DemoButtonSizeComponent } from "./size";
|
|
8
|
+
import { DemoButtonVariantComponent } from "./variant";
|
|
9
|
+
export const BUTTON = {
|
|
10
|
+
componentName: "button",
|
|
11
|
+
componentType: "button",
|
|
12
|
+
examples: [
|
|
13
|
+
{
|
|
14
|
+
name: "variant",
|
|
15
|
+
component: DemoButtonVariantComponent,
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: "fill",
|
|
19
|
+
component: DemoButtonFillComponent,
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
name: "size",
|
|
23
|
+
component: DemoButtonSizeComponent,
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
name: "shape",
|
|
27
|
+
component: DemoButtonShapeComponent,
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
name: "icon",
|
|
31
|
+
component: DemoButtonIconComponent,
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: "loading",
|
|
35
|
+
component: DemoButtonLoadingComponent,
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: "disabled",
|
|
39
|
+
component: DemoButtonDisabledComponent,
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
name: "full",
|
|
43
|
+
component: DemoButtonFullComponent,
|
|
44
|
+
},
|
|
45
|
+
],
|
|
46
|
+
};
|
|
47
|
+
//# sourceMappingURL=button.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.js","sourceRoot":"","sources":["../../../../../../../../libs/ai-ui/src/lib/components/button/demo/button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAC;AACzD,OAAO,EAAE,uBAAuB,EAAE,MAAM,QAAQ,CAAC;AACjD,OAAO,EAAE,uBAAuB,EAAE,MAAM,QAAQ,CAAC;AACjD,OAAO,EAAE,uBAAuB,EAAE,MAAM,QAAQ,CAAC;AACjD,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AACnD,OAAO,EAAE,uBAAuB,EAAE,MAAM,QAAQ,CAAC;AACjD,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAC;AAEvD,MAAM,CAAC,MAAM,MAAM,GAAG;IAClB,aAAa,EAAE,QAAQ;IACvB,aAAa,EAAE,QAAQ;IACvB,QAAQ,EAAE;QACN;YACI,IAAI,EAAE,SAAS;YACf,SAAS,EAAE,0BAA0B;SACxC;QACD;YACI,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,uBAAuB;SACrC;QACD;YACI,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,uBAAuB;SACrC;QACD;YACI,IAAI,EAAE,OAAO;YACb,SAAS,EAAE,wBAAwB;SACtC;QACD;YACI,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,uBAAuB;SACrC;QACD;YACI,IAAI,EAAE,SAAS;YACf,SAAS,EAAE,0BAA0B;SACxC;QACD;YACI,IAAI,EAAE,UAAU;YAChB,SAAS,EAAE,2BAA2B;SACzC;QACD;YACI,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,uBAAuB;SACrC;KACJ;CACJ,CAAC","sourcesContent":["import { DemoButtonDisabledComponent } from \"./disabled\";\r\nimport { DemoButtonFillComponent } from \"./fill\";\r\nimport { DemoButtonFullComponent } from \"./full\";\r\nimport { DemoButtonIconComponent } from \"./icon\";\r\nimport { DemoButtonLoadingComponent } from \"./loading\";\r\nimport { DemoButtonShapeComponent } from \"./shape\";\r\nimport { DemoButtonSizeComponent } from \"./size\";\r\nimport { DemoButtonVariantComponent } from \"./variant\";\r\n\r\nexport const BUTTON = {\r\n componentName: \"button\",\r\n componentType: \"button\",\r\n examples: [\r\n {\r\n name: \"variant\",\r\n component: DemoButtonVariantComponent,\r\n },\r\n {\r\n name: \"fill\",\r\n component: DemoButtonFillComponent,\r\n },\r\n {\r\n name: \"size\",\r\n component: DemoButtonSizeComponent,\r\n },\r\n {\r\n name: \"shape\",\r\n component: DemoButtonShapeComponent,\r\n },\r\n {\r\n name: \"icon\",\r\n component: DemoButtonIconComponent,\r\n },\r\n {\r\n name: \"loading\",\r\n component: DemoButtonLoadingComponent,\r\n },\r\n {\r\n name: \"disabled\",\r\n component: DemoButtonDisabledComponent,\r\n },\r\n {\r\n name: \"full\",\r\n component: DemoButtonFullComponent,\r\n },\r\n ],\r\n};\r\n"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Component } from "@angular/core";
|
|
2
|
+
import { AiButton } from "../button";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class DemoButtonDisabledComponent {
|
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DemoButtonDisabledComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: DemoButtonDisabledComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: `
|
|
7
|
+
<div class="flex items-center justify-center">
|
|
8
|
+
<ai-button disabled>disabled</ai-button>
|
|
9
|
+
</div>
|
|
10
|
+
`, isInline: true, dependencies: [{ kind: "component", type: AiButton, selector: "ai-button, button[ai-button], a[ai-button]", inputs: ["variant", "size", "shape", "type", "fill", "class", "icon", "full", "loading", "disabled"], exportAs: ["aiButton"] }] });
|
|
11
|
+
}
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DemoButtonDisabledComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{
|
|
15
|
+
imports: [AiButton],
|
|
16
|
+
template: `
|
|
17
|
+
<div class="flex items-center justify-center">
|
|
18
|
+
<ai-button disabled>disabled</ai-button>
|
|
19
|
+
</div>
|
|
20
|
+
`,
|
|
21
|
+
}]
|
|
22
|
+
}] });
|
|
23
|
+
//# sourceMappingURL=disabled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disabled.js","sourceRoot":"","sources":["../../../../../../../../libs/ai-ui/src/lib/components/button/demo/disabled.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;;AAUrC,MAAM,OAAO,2BAA2B;uGAA3B,2BAA2B;2FAA3B,2BAA2B,wEAN1B;;;;KAIT,4DALS,QAAQ;;2FAOT,2BAA2B;kBARvC,SAAS;mBAAC;oBACP,OAAO,EAAE,CAAC,QAAQ,CAAC;oBACnB,QAAQ,EAAE;;;;KAIT;iBACJ","sourcesContent":["import { Component } from \"@angular/core\";\r\nimport { AiButton } from \"../button\";\r\n\r\n@Component({\r\n imports: [AiButton],\r\n template: `\r\n <div class=\"flex items-center justify-center\">\r\n <ai-button disabled>disabled</ai-button>\r\n </div>\r\n `,\r\n})\r\nexport class DemoButtonDisabledComponent {}\r\n"]}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Component } from "@angular/core";
|
|
2
|
+
import { AiButton } from "../button";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class DemoButtonFillComponent {
|
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DemoButtonFillComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: DemoButtonFillComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: `
|
|
7
|
+
<div class="flex flex-col gap-y-4">
|
|
8
|
+
<h2 class="text-primary font-semibold text-base">default</h2>
|
|
9
|
+
<div class="flex items-center gap-x-2">
|
|
10
|
+
<ai-button fill="default" variant="primary">primary</ai-button>
|
|
11
|
+
<ai-button fill="default" variant="accent">accent</ai-button>
|
|
12
|
+
<ai-button fill="default" variant="destructive">destructive</ai-button>
|
|
13
|
+
</div>
|
|
14
|
+
|
|
15
|
+
<h2 class="text-primary font-semibold text-base">line</h2>
|
|
16
|
+
<div class="flex items-center gap-x-2">
|
|
17
|
+
<ai-button fill="line" variant="primary">primary</ai-button>
|
|
18
|
+
<ai-button fill="line" variant="accent">accent</ai-button>
|
|
19
|
+
<ai-button fill="line" variant="destructive">destructive</ai-button>
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
`, isInline: true, dependencies: [{ kind: "component", type: AiButton, selector: "ai-button, button[ai-button], a[ai-button]", inputs: ["variant", "size", "shape", "type", "fill", "class", "icon", "full", "loading", "disabled"], exportAs: ["aiButton"] }] });
|
|
23
|
+
}
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DemoButtonFillComponent, decorators: [{
|
|
25
|
+
type: Component,
|
|
26
|
+
args: [{
|
|
27
|
+
imports: [AiButton],
|
|
28
|
+
template: `
|
|
29
|
+
<div class="flex flex-col gap-y-4">
|
|
30
|
+
<h2 class="text-primary font-semibold text-base">default</h2>
|
|
31
|
+
<div class="flex items-center gap-x-2">
|
|
32
|
+
<ai-button fill="default" variant="primary">primary</ai-button>
|
|
33
|
+
<ai-button fill="default" variant="accent">accent</ai-button>
|
|
34
|
+
<ai-button fill="default" variant="destructive">destructive</ai-button>
|
|
35
|
+
</div>
|
|
36
|
+
|
|
37
|
+
<h2 class="text-primary font-semibold text-base">line</h2>
|
|
38
|
+
<div class="flex items-center gap-x-2">
|
|
39
|
+
<ai-button fill="line" variant="primary">primary</ai-button>
|
|
40
|
+
<ai-button fill="line" variant="accent">accent</ai-button>
|
|
41
|
+
<ai-button fill="line" variant="destructive">destructive</ai-button>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
`,
|
|
45
|
+
}]
|
|
46
|
+
}] });
|
|
47
|
+
//# sourceMappingURL=fill.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fill.js","sourceRoot":"","sources":["../../../../../../../../libs/ai-ui/src/lib/components/button/demo/fill.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;;AAsBrC,MAAM,OAAO,uBAAuB;uGAAvB,uBAAuB;2FAAvB,uBAAuB,wEAlBtB;;;;;;;;;;;;;;;;KAgBT,4DAjBS,QAAQ;;2FAmBT,uBAAuB;kBApBnC,SAAS;mBAAC;oBACP,OAAO,EAAE,CAAC,QAAQ,CAAC;oBACnB,QAAQ,EAAE;;;;;;;;;;;;;;;;KAgBT;iBACJ","sourcesContent":["import { Component } from \"@angular/core\";\r\nimport { AiButton } from \"../button\";\r\n\r\n@Component({\r\n imports: [AiButton],\r\n template: `\r\n <div class=\"flex flex-col gap-y-4\">\r\n <h2 class=\"text-primary font-semibold text-base\">default</h2>\r\n <div class=\"flex items-center gap-x-2\">\r\n <ai-button fill=\"default\" variant=\"primary\">primary</ai-button>\r\n <ai-button fill=\"default\" variant=\"accent\">accent</ai-button>\r\n <ai-button fill=\"default\" variant=\"destructive\">destructive</ai-button>\r\n </div>\r\n\r\n <h2 class=\"text-primary font-semibold text-base\">line</h2>\r\n <div class=\"flex items-center gap-x-2\">\r\n <ai-button fill=\"line\" variant=\"primary\">primary</ai-button>\r\n <ai-button fill=\"line\" variant=\"accent\">accent</ai-button>\r\n <ai-button fill=\"line\" variant=\"destructive\">destructive</ai-button>\r\n </div>\r\n </div>\r\n `,\r\n})\r\nexport class DemoButtonFillComponent {}\r\n"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Component } from "@angular/core";
|
|
2
|
+
import { AiButton } from "../button";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class DemoButtonFullComponent {
|
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DemoButtonFullComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: DemoButtonFullComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: `
|
|
7
|
+
<div class="flex items-center justify-center max-w-sm w-full">
|
|
8
|
+
<ai-button full>Full</ai-button>
|
|
9
|
+
</div>
|
|
10
|
+
`, isInline: true, dependencies: [{ kind: "component", type: AiButton, selector: "ai-button, button[ai-button], a[ai-button]", inputs: ["variant", "size", "shape", "type", "fill", "class", "icon", "full", "loading", "disabled"], exportAs: ["aiButton"] }] });
|
|
11
|
+
}
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DemoButtonFullComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{
|
|
15
|
+
imports: [AiButton],
|
|
16
|
+
template: `
|
|
17
|
+
<div class="flex items-center justify-center max-w-sm w-full">
|
|
18
|
+
<ai-button full>Full</ai-button>
|
|
19
|
+
</div>
|
|
20
|
+
`,
|
|
21
|
+
}]
|
|
22
|
+
}] });
|
|
23
|
+
//# sourceMappingURL=full.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"full.js","sourceRoot":"","sources":["../../../../../../../../libs/ai-ui/src/lib/components/button/demo/full.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;;AAUrC,MAAM,OAAO,uBAAuB;uGAAvB,uBAAuB;2FAAvB,uBAAuB,wEANtB;;;;KAIT,4DALS,QAAQ;;2FAOT,uBAAuB;kBARnC,SAAS;mBAAC;oBACP,OAAO,EAAE,CAAC,QAAQ,CAAC;oBACnB,QAAQ,EAAE;;;;KAIT;iBACJ","sourcesContent":["import { Component } from \"@angular/core\";\r\nimport { AiButton } from \"../button\";\r\n\r\n@Component({\r\n imports: [AiButton],\r\n template: `\r\n <div class=\"flex items-center justify-center max-w-sm w-full\">\r\n <ai-button full>Full</ai-button>\r\n </div>\r\n `,\r\n})\r\nexport class DemoButtonFullComponent {}\r\n"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Component } from "@angular/core";
|
|
2
|
+
import { AiButton } from "../button";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class DemoButtonIconComponent {
|
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DemoButtonIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: DemoButtonIconComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: `
|
|
7
|
+
<div class="flex items-center justify-center">
|
|
8
|
+
<ai-button icon="heart">icon</ai-button>
|
|
9
|
+
</div>
|
|
10
|
+
`, isInline: true, dependencies: [{ kind: "component", type: AiButton, selector: "ai-button, button[ai-button], a[ai-button]", inputs: ["variant", "size", "shape", "type", "fill", "class", "icon", "full", "loading", "disabled"], exportAs: ["aiButton"] }] });
|
|
11
|
+
}
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DemoButtonIconComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{
|
|
15
|
+
imports: [AiButton],
|
|
16
|
+
template: `
|
|
17
|
+
<div class="flex items-center justify-center">
|
|
18
|
+
<ai-button icon="heart">icon</ai-button>
|
|
19
|
+
</div>
|
|
20
|
+
`,
|
|
21
|
+
}]
|
|
22
|
+
}] });
|
|
23
|
+
//# sourceMappingURL=icon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon.js","sourceRoot":"","sources":["../../../../../../../../libs/ai-ui/src/lib/components/button/demo/icon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;;AAUrC,MAAM,OAAO,uBAAuB;uGAAvB,uBAAuB;2FAAvB,uBAAuB,wEANtB;;;;KAIT,4DALS,QAAQ;;2FAOT,uBAAuB;kBARnC,SAAS;mBAAC;oBACP,OAAO,EAAE,CAAC,QAAQ,CAAC;oBACnB,QAAQ,EAAE;;;;KAIT;iBACJ","sourcesContent":["import { Component } from \"@angular/core\";\r\nimport { AiButton } from \"../button\";\r\n\r\n@Component({\r\n imports: [AiButton],\r\n template: `\r\n <div class=\"flex items-center justify-center\">\r\n <ai-button icon=\"heart\">icon</ai-button>\r\n </div>\r\n `,\r\n})\r\nexport class DemoButtonIconComponent {}\r\n"]}
|