@cuby-ui/core 0.0.192 → 0.0.194
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 +24 -24
- package/animations/animations.d.ts +36 -36
- package/animations/index.d.ts +1 -1
- package/classes/accessors.d.ts +17 -17
- package/classes/driver.d.ts +16 -16
- package/classes/index.d.ts +3 -3
- package/classes/vehicle.d.ts +6 -6
- package/components/accordion/accordion-item/accordion-item.component.d.ts +11 -11
- package/components/accordion/accordion.component.d.ts +5 -5
- package/components/accordion/accordion.module.d.ts +11 -11
- package/components/accordion/index.d.ts +3 -3
- package/components/alert/alert.component.d.ts +13 -13
- package/components/alert/alert.interfaces.d.ts +9 -9
- package/components/alert/alert.module.d.ts +11 -11
- package/components/alert/alert.service.d.ts +7 -7
- package/components/alert/alert.tokens.d.ts +16 -16
- package/components/alert/alert.types.d.ts +3 -3
- package/components/alert/alerts.component.d.ts +17 -17
- package/components/alert/index.d.ts +8 -8
- package/components/badge/badge.component.d.ts +10 -10
- package/components/badge/badge.module.d.ts +8 -8
- package/components/badge/badge.options.d.ts +8 -8
- package/components/badge/index.d.ts +2 -2
- package/components/banner/banner.component.d.ts +21 -21
- package/components/banner/banner.module.d.ts +11 -11
- package/components/banner/banner.options.d.ts +13 -13
- package/components/banner/index.d.ts +3 -3
- package/components/breadcrumbs/breadcrumb/breadcrumb.component.d.ts +6 -6
- package/components/breadcrumbs/breadcrumbs.component.d.ts +7 -7
- package/components/breadcrumbs/breadcrumbs.module.d.ts +10 -10
- package/components/breadcrumbs/index.d.ts +3 -3
- package/components/button/button.component.d.ts +38 -38
- package/components/button/button.module.d.ts +9 -9
- package/components/button/button.options.d.ts +9 -9
- package/components/button/index.d.ts +3 -3
- package/components/button-group/button-group.component.d.ts +5 -5
- package/components/button-group/button-group.module.d.ts +7 -7
- package/components/button-group/index.d.ts +2 -2
- package/components/checkbox/checkbox.component.d.ts +5 -5
- package/components/checkbox/checkbox.module.d.ts +7 -7
- package/components/checkbox/index.d.ts +2 -2
- package/components/context-menu/context-menu.component.d.ts +39 -39
- package/components/context-menu/context-menu.module.d.ts +9 -9
- package/components/context-menu/index.d.ts +2 -2
- package/components/dialog/dialog-actions/dialog-actions.component.d.ts +5 -5
- package/components/dialog/dialog-header/dialog-header.component.d.ts +13 -13
- package/components/dialog/dialog.component.d.ts +33 -33
- package/components/dialog/dialog.interfaces.d.ts +11 -11
- package/components/dialog/dialog.module.d.ts +14 -14
- package/components/dialog/dialog.service.d.ts +7 -7
- package/components/dialog/dialog.tokens.d.ts +8 -8
- package/components/dialog/dialogs.component.d.ts +18 -18
- package/components/dialog/index.d.ts +8 -8
- package/components/form-field/form-field.component.d.ts +5 -5
- package/components/form-field/form-field.module.d.ts +7 -7
- package/components/form-field/index.d.ts +2 -2
- package/components/hint/hint.component.d.ts +7 -7
- package/components/hint/hint.module.d.ts +7 -7
- package/components/hint/index.d.ts +2 -2
- package/components/icon-button/icon-button.component.d.ts +13 -13
- package/components/icon-button/icon-button.module.d.ts +9 -9
- package/components/icon-button/index.d.ts +2 -2
- package/components/index.d.ts +26 -26
- package/components/input-number/index.d.ts +2 -2
- package/components/input-number/input-number.component.d.ts +38 -38
- package/components/input-number/input-number.module.d.ts +12 -12
- package/components/input-password/index.d.ts +2 -2
- package/components/input-password/input-password.component.d.ts +31 -31
- package/components/input-password/input-password.module.d.ts +11 -11
- package/components/input-text/index.d.ts +2 -2
- package/components/input-text/input-text.component.d.ts +31 -31
- package/components/input-text/input-text.module.d.ts +11 -11
- package/components/input-time/index.d.ts +3 -3
- package/components/input-time/input-time.component.d.ts +36 -36
- package/components/input-time/input-time.module.d.ts +12 -12
- package/components/input-time/input-time.options.d.ts +7 -7
- package/components/label/index.d.ts +2 -2
- package/components/label/label.component.d.ts +6 -6
- package/components/label/label.module.d.ts +8 -8
- package/components/notification/index.d.ts +3 -3
- package/components/notification/notification.component.d.ts +18 -18
- package/components/notification/notification.module.d.ts +9 -9
- package/components/notification/notification.options.d.ts +17 -17
- package/components/radio/index.d.ts +2 -2
- package/components/radio/radio.component.d.ts +5 -5
- package/components/radio/radio.module.d.ts +7 -7
- package/components/root/index.d.ts +3 -3
- package/components/root/root.component.d.ts +11 -11
- package/components/root/root.module.d.ts +11 -11
- package/components/root/root.options.d.ts +1 -1
- package/components/select/index.d.ts +2 -2
- package/components/select/select.component.d.ts +53 -53
- package/components/select/select.module.d.ts +11 -11
- package/components/svg/index.d.ts +2 -2
- package/components/svg/svg.component.d.ts +16 -16
- package/components/svg/svg.module.d.ts +8 -8
- package/components/tabs/index.d.ts +3 -3
- package/components/tabs/tab/index.d.ts +1 -1
- package/components/tabs/tab/tab.component.d.ts +8 -8
- package/components/tabs/tabs.component.d.ts +16 -16
- package/components/tabs/tabs.module.d.ts +8 -8
- package/components/textarea/index.d.ts +2 -2
- package/components/textarea/textarea.component.d.ts +10 -10
- package/components/textarea/textarea.module.d.ts +7 -7
- package/components/toggle/index.d.ts +2 -2
- package/components/toggle/toggle.component.d.ts +5 -5
- package/components/toggle/toggle.module.d.ts +7 -7
- package/directives/index.d.ts +2 -2
- package/directives/text-field-controller/index.d.ts +8 -8
- package/directives/text-field-controller/text-field-controller.module.d.ts +11 -11
- package/directives/text-field-controller/text-field-controller.provider.d.ts +4 -4
- package/directives/text-field-controller/text-field-icon-left.directive.d.ts +9 -9
- package/directives/text-field-controller/text-field-id.directive.d.ts +8 -8
- package/directives/text-field-controller/text-field-is-error.directive.d.ts +8 -8
- package/directives/text-field-controller/text-field-placeholder.directive.d.ts +8 -8
- package/directives/text-field-controller/text-field-size.directive.d.ts +9 -9
- package/directives/text-field-controller/text-field.controller.d.ts +20 -20
- package/directives/tooltip/index.d.ts +16 -16
- package/directives/tooltip/tooltip-describe.directive.d.ts +16 -16
- package/directives/tooltip/tooltip-driver.directive.d.ts +7 -7
- package/directives/tooltip/tooltip-host.directive.d.ts +9 -9
- package/directives/tooltip/tooltip-hover.directive.d.ts +21 -21
- package/directives/tooltip/tooltip-manual.directive.d.ts +13 -13
- package/directives/tooltip/tooltip-options.directive.d.ts +36 -36
- package/directives/tooltip/tooltip-overflow.directive.d.ts +8 -8
- package/directives/tooltip/tooltip-pointer.directive.d.ts +10 -10
- package/directives/tooltip/tooltip-position.directive.d.ts +20 -20
- package/directives/tooltip/tooltip-unstyled.component.d.ts +17 -17
- package/directives/tooltip/tooltip.component.d.ts +33 -33
- package/directives/tooltip/tooltip.d.ts +13 -13
- package/directives/tooltip/tooltip.directive.d.ts +26 -26
- package/directives/tooltip/tooltip.providers.d.ts +5 -5
- package/directives/tooltip/tooltip.service.d.ts +13 -13
- package/directives/tooltip/tooltips.component.d.ts +12 -12
- package/esm2022/animations/animations.mjs +272 -272
- package/esm2022/animations/index.mjs +1 -1
- package/esm2022/classes/accessors.mjs +31 -31
- package/esm2022/classes/driver.mjs +35 -35
- package/esm2022/classes/index.mjs +4 -4
- package/esm2022/classes/vehicle.mjs +7 -7
- package/esm2022/components/accordion/accordion-item/accordion-item.component.mjs +28 -28
- package/esm2022/components/accordion/accordion.component.mjs +11 -11
- package/esm2022/components/accordion/accordion.module.mjs +37 -37
- package/esm2022/components/accordion/index.mjs +4 -4
- package/esm2022/components/alert/alert.component.mjs +36 -36
- package/esm2022/components/alert/alert.interfaces.mjs +2 -2
- package/esm2022/components/alert/alert.module.mjs +40 -40
- package/esm2022/components/alert/alert.service.mjs +17 -17
- package/esm2022/components/alert/alert.tokens.mjs +20 -20
- package/esm2022/components/alert/alert.types.mjs +2 -2
- package/esm2022/components/alert/alerts.component.mjs +36 -36
- package/esm2022/components/alert/index.mjs +9 -9
- package/esm2022/components/badge/badge.component.mjs +31 -31
- package/esm2022/components/badge/badge.module.mjs +18 -18
- package/esm2022/components/badge/badge.options.mjs +8 -8
- package/esm2022/components/badge/index.mjs +3 -3
- package/esm2022/components/banner/banner.component.mjs +68 -68
- package/esm2022/components/banner/banner.module.mjs +31 -31
- package/esm2022/components/banner/banner.options.mjs +6 -6
- package/esm2022/components/banner/index.mjs +4 -4
- package/esm2022/components/breadcrumbs/breadcrumb/breadcrumb.component.mjs +16 -16
- package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +17 -17
- package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +33 -33
- package/esm2022/components/breadcrumbs/index.mjs +4 -4
- package/esm2022/components/button/button.component.mjs +138 -138
- package/esm2022/components/button/button.module.mjs +24 -24
- package/esm2022/components/button/button.options.mjs +10 -10
- package/esm2022/components/button/index.mjs +4 -4
- package/esm2022/components/button-group/button-group.component.mjs +11 -11
- package/esm2022/components/button-group/button-group.module.mjs +16 -16
- package/esm2022/components/button-group/index.mjs +3 -3
- package/esm2022/components/checkbox/checkbox.component.mjs +11 -11
- package/esm2022/components/checkbox/checkbox.module.mjs +16 -16
- package/esm2022/components/checkbox/index.mjs +3 -3
- package/esm2022/components/context-menu/context-menu.component.mjs +148 -146
- package/esm2022/components/context-menu/context-menu.module.mjs +24 -24
- package/esm2022/components/context-menu/index.mjs +3 -3
- package/esm2022/components/dialog/dialog-actions/dialog-actions.component.mjs +11 -11
- package/esm2022/components/dialog/dialog-header/dialog-header.component.mjs +28 -28
- package/esm2022/components/dialog/dialog.component.mjs +67 -67
- package/esm2022/components/dialog/dialog.interfaces.mjs +2 -2
- package/esm2022/components/dialog/dialog.module.mjs +49 -49
- package/esm2022/components/dialog/dialog.service.mjs +17 -17
- package/esm2022/components/dialog/dialog.tokens.mjs +12 -12
- package/esm2022/components/dialog/dialogs.component.mjs +51 -51
- package/esm2022/components/dialog/index.mjs +9 -9
- package/esm2022/components/form-field/form-field.component.mjs +11 -11
- package/esm2022/components/form-field/form-field.module.mjs +16 -16
- package/esm2022/components/form-field/index.mjs +3 -3
- package/esm2022/components/hint/hint.component.mjs +19 -19
- package/esm2022/components/hint/hint.module.mjs +16 -16
- package/esm2022/components/hint/index.mjs +3 -3
- package/esm2022/components/icon-button/icon-button.component.mjs +32 -32
- package/esm2022/components/icon-button/icon-button.module.mjs +24 -24
- package/esm2022/components/icon-button/index.mjs +3 -3
- package/esm2022/components/index.mjs +27 -27
- package/esm2022/components/input-number/index.mjs +3 -3
- package/esm2022/components/input-number/input-number.component.mjs +113 -113
- package/esm2022/components/input-number/input-number.module.mjs +36 -36
- package/esm2022/components/input-password/index.mjs +3 -3
- package/esm2022/components/input-password/input-password.component.mjs +89 -89
- package/esm2022/components/input-password/input-password.module.mjs +33 -33
- package/esm2022/components/input-text/index.mjs +3 -3
- package/esm2022/components/input-text/input-text.component.mjs +87 -87
- package/esm2022/components/input-text/input-text.module.mjs +33 -33
- package/esm2022/components/input-time/index.mjs +4 -4
- package/esm2022/components/input-time/input-time.component.mjs +99 -99
- package/esm2022/components/input-time/input-time.module.mjs +36 -36
- package/esm2022/components/input-time/input-time.options.mjs +8 -8
- package/esm2022/components/label/index.mjs +3 -3
- package/esm2022/components/label/label.component.mjs +17 -17
- package/esm2022/components/label/label.module.mjs +18 -18
- package/esm2022/components/notification/index.mjs +4 -4
- package/esm2022/components/notification/notification.component.mjs +47 -47
- package/esm2022/components/notification/notification.module.mjs +24 -24
- package/esm2022/components/notification/notification.options.mjs +53 -53
- package/esm2022/components/radio/index.mjs +3 -3
- package/esm2022/components/radio/radio.component.mjs +11 -11
- package/esm2022/components/radio/radio.module.mjs +16 -16
- package/esm2022/components/root/index.mjs +4 -4
- package/esm2022/components/root/root.component.mjs +32 -32
- package/esm2022/components/root/root.module.mjs +31 -31
- package/esm2022/components/root/root.options.mjs +1 -1
- package/esm2022/components/select/index.mjs +3 -3
- package/esm2022/components/select/select.component.mjs +172 -172
- package/esm2022/components/select/select.module.mjs +32 -32
- package/esm2022/components/svg/index.mjs +3 -3
- package/esm2022/components/svg/svg.component.mjs +50 -50
- package/esm2022/components/svg/svg.module.mjs +18 -18
- package/esm2022/components/tabs/index.mjs +4 -4
- package/esm2022/components/tabs/tab/index.mjs +1 -1
- package/esm2022/components/tabs/tab/tab.component.mjs +21 -21
- package/esm2022/components/tabs/tabs.component.mjs +49 -49
- package/esm2022/components/tabs/tabs.module.mjs +18 -18
- package/esm2022/components/textarea/index.mjs +3 -3
- package/esm2022/components/textarea/textarea.component.mjs +35 -35
- package/esm2022/components/textarea/textarea.module.mjs +16 -16
- package/esm2022/components/toggle/index.mjs +3 -3
- package/esm2022/components/toggle/toggle.component.mjs +11 -11
- package/esm2022/components/toggle/toggle.module.mjs +16 -16
- package/esm2022/cuby-ui-core.mjs +4 -4
- package/esm2022/directives/index.mjs +3 -3
- package/esm2022/directives/text-field-controller/index.mjs +9 -9
- package/esm2022/directives/text-field-controller/text-field-controller.module.mjs +40 -40
- package/esm2022/directives/text-field-controller/text-field-controller.provider.mjs +24 -24
- package/esm2022/directives/text-field-controller/text-field-icon-left.directive.mjs +21 -21
- package/esm2022/directives/text-field-controller/text-field-id.directive.mjs +21 -21
- package/esm2022/directives/text-field-controller/text-field-is-error.directive.mjs +24 -24
- package/esm2022/directives/text-field-controller/text-field-placeholder.directive.mjs +21 -21
- package/esm2022/directives/text-field-controller/text-field-size.directive.mjs +24 -24
- package/esm2022/directives/text-field-controller/text-field.controller.mjs +25 -25
- package/esm2022/directives/tooltip/index.mjs +17 -17
- package/esm2022/directives/tooltip/tooltip-describe.directive.mjs +45 -45
- package/esm2022/directives/tooltip/tooltip-driver.directive.mjs +18 -18
- package/esm2022/directives/tooltip/tooltip-host.directive.mjs +26 -26
- package/esm2022/directives/tooltip/tooltip-hover.directive.mjs +53 -53
- package/esm2022/directives/tooltip/tooltip-manual.directive.mjs +31 -31
- package/esm2022/directives/tooltip/tooltip-options.directive.mjs +83 -83
- package/esm2022/directives/tooltip/tooltip-overflow.directive.mjs +31 -31
- package/esm2022/directives/tooltip/tooltip-pointer.directive.mjs +31 -31
- package/esm2022/directives/tooltip/tooltip-position.directive.mjs +96 -96
- package/esm2022/directives/tooltip/tooltip-unstyled.component.mjs +40 -40
- package/esm2022/directives/tooltip/tooltip.component.mjs +110 -110
- package/esm2022/directives/tooltip/tooltip.directive.mjs +92 -92
- package/esm2022/directives/tooltip/tooltip.mjs +27 -27
- package/esm2022/directives/tooltip/tooltip.providers.mjs +7 -7
- package/esm2022/directives/tooltip/tooltip.service.mjs +28 -28
- package/esm2022/directives/tooltip/tooltips.component.mjs +33 -33
- package/esm2022/index.mjs +7 -7
- package/esm2022/interfaces/context-menu-item.mjs +2 -2
- package/esm2022/interfaces/index.mjs +3 -3
- package/esm2022/interfaces/option.mjs +2 -2
- package/esm2022/services/index.mjs +5 -5
- package/esm2022/services/position.service.mjs +23 -23
- package/esm2022/services/theme.options.mjs +6 -6
- package/esm2022/services/theme.service.mjs +30 -30
- package/esm2022/services/visual-viewport.service.mjs +28 -28
- package/esm2022/tokens/animations-speed.mjs +8 -8
- package/esm2022/tokens/index.mjs +4 -4
- package/esm2022/tokens/reduced-motion.mjs +6 -6
- package/esm2022/tokens/viewport.mjs +31 -31
- package/esm2022/types/appearance.mjs +2 -2
- package/esm2022/types/hint-type.mjs +2 -2
- package/esm2022/types/index.mjs +10 -10
- package/esm2022/types/point.mjs +2 -2
- package/esm2022/types/portal-item.mjs +2 -2
- package/esm2022/types/position.mjs +2 -2
- package/esm2022/types/resizing.mjs +2 -2
- package/esm2022/types/shape.mjs +2 -2
- package/esm2022/types/size.mjs +2 -2
- package/esm2022/types/status.mjs +2 -2
- package/esm2022/utils/format/index.mjs +3 -3
- package/esm2022/utils/format/remove-spaces.mjs +4 -4
- package/esm2022/utils/format/replace.mjs +5 -5
- package/esm2022/utils/index.mjs +3 -3
- package/esm2022/utils/miscellaneous/index.mjs +4 -4
- package/esm2022/utils/miscellaneous/is-obscured.mjs +8 -8
- package/esm2022/utils/miscellaneous/override-options.mjs +11 -11
- package/esm2022/utils/miscellaneous/to-animation-options.mjs +14 -14
- package/fesm2022/cuby-ui-core.mjs +3195 -3193
- package/fesm2022/cuby-ui-core.mjs.map +1 -1
- package/fonts/Inter-Bold.svg +25443 -25443
- package/fonts/Inter-Medium.svg +25400 -25400
- package/fonts/Inter-Regular.svg +24341 -24341
- package/fonts/Inter-SemiBold.svg +25459 -25459
- package/index.d.ts +6 -6
- package/interfaces/context-menu-item.d.ts +7 -7
- package/interfaces/index.d.ts +2 -2
- package/interfaces/option.d.ts +5 -5
- package/package.json +3 -3
- package/services/index.d.ts +4 -4
- package/services/position.service.d.ts +10 -10
- package/services/theme.options.d.ts +5 -5
- package/services/theme.service.d.ts +12 -12
- package/services/visual-viewport.service.d.ts +9 -9
- package/styles/fonts.scss +51 -51
- package/styles/global.scss +9 -9
- package/styles/mixins/buttons.scss +13 -13
- package/styles/mixins/headings.scss +115 -115
- package/styles/mixins/inputs.scss +91 -91
- package/styles/mixins/lists.scss +5 -5
- package/styles/mixins/paddings.scss +35 -35
- package/styles/mixins/shadows.scss +38 -38
- package/styles/mixins/texts.scss +225 -225
- package/styles/theme.scss +385 -385
- package/styles/variables/colors.scss +253 -253
- package/tokens/animations-speed.d.ts +4 -4
- package/tokens/index.d.ts +3 -3
- package/tokens/reduced-motion.d.ts +1 -1
- package/tokens/viewport.d.ts +7 -7
- package/types/appearance.d.ts +8 -8
- package/types/hint-type.d.ts +1 -1
- package/types/index.d.ts +9 -9
- package/types/point.d.ts +1 -1
- package/types/portal-item.d.ts +9 -9
- package/types/position.d.ts +2 -2
- package/types/resizing.d.ts +2 -2
- package/types/shape.d.ts +1 -1
- package/types/size.d.ts +4 -4
- package/types/status.d.ts +1 -1
- package/utils/format/index.d.ts +2 -2
- package/utils/format/remove-spaces.d.ts +1 -1
- package/utils/format/replace.d.ts +1 -1
- package/utils/index.d.ts +2 -2
- package/utils/miscellaneous/index.d.ts +3 -3
- package/utils/miscellaneous/is-obscured.d.ts +4 -4
- package/utils/miscellaneous/override-options.d.ts +1 -1
- package/utils/miscellaneous/to-animation-options.d.ts +4 -4
package/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# Core
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project core` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project core`.
|
|
8
|
-
> Note: Don't forget to add `--project core` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build core` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build core`, go to the dist folder `cd dist/core` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test core` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# Core
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project core` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project core`.
|
|
8
|
+
> Note: Don't forget to add `--project core` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build core` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build core`, go to the dist folder `cd dist/core` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test core` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
export interface CuiDurationOptions {
|
|
2
|
-
params: {
|
|
3
|
-
duration: number;
|
|
4
|
-
};
|
|
5
|
-
value: string;
|
|
6
|
-
}
|
|
7
|
-
/**
|
|
8
|
-
* Add to enable child :leave animation (fixes https://github.com/angular/angular/issues/15753)
|
|
9
|
-
*/
|
|
10
|
-
export declare const cuiParentAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
11
|
-
/**
|
|
12
|
-
* Add on parent to stop initial :enter animation for children
|
|
13
|
-
*/
|
|
14
|
-
export declare const cuiParentStop: import("@angular/animations").AnimationTriggerMetadata;
|
|
15
|
-
export declare const cuiHost: import("@angular/animations").AnimationTriggerMetadata;
|
|
16
|
-
export declare const cuiHeightCollapse: import("@angular/animations").AnimationTriggerMetadata;
|
|
17
|
-
export declare const cuiHeightCollapseList: import("@angular/animations").AnimationTriggerMetadata;
|
|
18
|
-
export declare const cuiWidthCollapse: import("@angular/animations").AnimationTriggerMetadata;
|
|
19
|
-
export declare const cuiWidthCollapseList: import("@angular/animations").AnimationTriggerMetadata;
|
|
20
|
-
export declare const cuiFadeIn: import("@angular/animations").AnimationTriggerMetadata;
|
|
21
|
-
export declare const cuiFadeInList: import("@angular/animations").AnimationTriggerMetadata;
|
|
22
|
-
export declare const cuiFadeInTop: import("@angular/animations").AnimationTriggerMetadata;
|
|
23
|
-
export declare const cuiFadeInBottom: import("@angular/animations").AnimationTriggerMetadata;
|
|
24
|
-
export declare const cuiDropdownAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
25
|
-
export declare const cuiScaleIn: import("@angular/animations").AnimationTriggerMetadata;
|
|
26
|
-
export declare const cuiPop: import("@angular/animations").AnimationTriggerMetadata;
|
|
27
|
-
export declare const cuiScaleInList: import("@angular/animations").AnimationTriggerMetadata;
|
|
28
|
-
export declare const cuiSlideIn: import("@angular/animations").AnimationTriggerMetadata;
|
|
29
|
-
export declare const cuiSlideInLeft: import("@angular/animations").AnimationTriggerMetadata;
|
|
30
|
-
export declare const cuiSlideInLeftList: import("@angular/animations").AnimationTriggerMetadata;
|
|
31
|
-
export declare const cuiSlideInRight: import("@angular/animations").AnimationTriggerMetadata;
|
|
32
|
-
export declare const cuiSlideInRightList: import("@angular/animations").AnimationTriggerMetadata;
|
|
33
|
-
export declare const cuiSlideInTop: import("@angular/animations").AnimationTriggerMetadata;
|
|
34
|
-
export declare const cuiSlideInTopList: import("@angular/animations").AnimationTriggerMetadata;
|
|
35
|
-
export declare const cuiSlideInBottom: import("@angular/animations").AnimationTriggerMetadata;
|
|
36
|
-
export declare const cuiSlideInBottomList: import("@angular/animations").AnimationTriggerMetadata;
|
|
1
|
+
export interface CuiDurationOptions {
|
|
2
|
+
params: {
|
|
3
|
+
duration: number;
|
|
4
|
+
};
|
|
5
|
+
value: string;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Add to enable child :leave animation (fixes https://github.com/angular/angular/issues/15753)
|
|
9
|
+
*/
|
|
10
|
+
export declare const cuiParentAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
11
|
+
/**
|
|
12
|
+
* Add on parent to stop initial :enter animation for children
|
|
13
|
+
*/
|
|
14
|
+
export declare const cuiParentStop: import("@angular/animations").AnimationTriggerMetadata;
|
|
15
|
+
export declare const cuiHost: import("@angular/animations").AnimationTriggerMetadata;
|
|
16
|
+
export declare const cuiHeightCollapse: import("@angular/animations").AnimationTriggerMetadata;
|
|
17
|
+
export declare const cuiHeightCollapseList: import("@angular/animations").AnimationTriggerMetadata;
|
|
18
|
+
export declare const cuiWidthCollapse: import("@angular/animations").AnimationTriggerMetadata;
|
|
19
|
+
export declare const cuiWidthCollapseList: import("@angular/animations").AnimationTriggerMetadata;
|
|
20
|
+
export declare const cuiFadeIn: import("@angular/animations").AnimationTriggerMetadata;
|
|
21
|
+
export declare const cuiFadeInList: import("@angular/animations").AnimationTriggerMetadata;
|
|
22
|
+
export declare const cuiFadeInTop: import("@angular/animations").AnimationTriggerMetadata;
|
|
23
|
+
export declare const cuiFadeInBottom: import("@angular/animations").AnimationTriggerMetadata;
|
|
24
|
+
export declare const cuiDropdownAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
25
|
+
export declare const cuiScaleIn: import("@angular/animations").AnimationTriggerMetadata;
|
|
26
|
+
export declare const cuiPop: import("@angular/animations").AnimationTriggerMetadata;
|
|
27
|
+
export declare const cuiScaleInList: import("@angular/animations").AnimationTriggerMetadata;
|
|
28
|
+
export declare const cuiSlideIn: import("@angular/animations").AnimationTriggerMetadata;
|
|
29
|
+
export declare const cuiSlideInLeft: import("@angular/animations").AnimationTriggerMetadata;
|
|
30
|
+
export declare const cuiSlideInLeftList: import("@angular/animations").AnimationTriggerMetadata;
|
|
31
|
+
export declare const cuiSlideInRight: import("@angular/animations").AnimationTriggerMetadata;
|
|
32
|
+
export declare const cuiSlideInRightList: import("@angular/animations").AnimationTriggerMetadata;
|
|
33
|
+
export declare const cuiSlideInTop: import("@angular/animations").AnimationTriggerMetadata;
|
|
34
|
+
export declare const cuiSlideInTopList: import("@angular/animations").AnimationTriggerMetadata;
|
|
35
|
+
export declare const cuiSlideInBottom: import("@angular/animations").AnimationTriggerMetadata;
|
|
36
|
+
export declare const cuiSlideInBottomList: import("@angular/animations").AnimationTriggerMetadata;
|
package/animations/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './animations';
|
|
1
|
+
export * from './animations';
|
package/classes/accessors.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import type { AbstractType, ExistingProvider, FactoryProvider, Type } from '@angular/core';
|
|
2
|
-
import type { CuiPoint } from '../types';
|
|
3
|
-
export declare abstract class CuiAccessor {
|
|
4
|
-
abstract readonly type: string;
|
|
5
|
-
}
|
|
6
|
-
export declare abstract class CuiPositionAccessor extends CuiAccessor {
|
|
7
|
-
abstract getPosition(rect: DOMRect, element?: HTMLElement): CuiPoint;
|
|
8
|
-
}
|
|
9
|
-
export declare abstract class CuiRectAccessor extends CuiAccessor {
|
|
10
|
-
abstract getClientRect(): DOMRect;
|
|
11
|
-
}
|
|
12
|
-
export declare function cuiProvideAccessor<T extends CuiAccessor>(provide: AbstractType<T>, type: string, fallback: Type<T>): FactoryProvider;
|
|
13
|
-
export declare function cuiFallbackAccessor<T extends CuiAccessor>(type: string): (accessors: readonly T[] | null, fallback: T) => T;
|
|
14
|
-
export declare function cuiPositionAccessorFor(type: string, fallback: Type<CuiPositionAccessor>): FactoryProvider;
|
|
15
|
-
export declare function cuiRectAccessorFor(type: string, fallback: Type<CuiRectAccessor>): FactoryProvider;
|
|
16
|
-
export declare function cuiAsPositionAccessor(accessor: Type<CuiPositionAccessor>): ExistingProvider;
|
|
17
|
-
export declare function cuiAsRectAccessor(accessor: Type<CuiRectAccessor>): ExistingProvider;
|
|
1
|
+
import type { AbstractType, ExistingProvider, FactoryProvider, Type } from '@angular/core';
|
|
2
|
+
import type { CuiPoint } from '../types';
|
|
3
|
+
export declare abstract class CuiAccessor {
|
|
4
|
+
abstract readonly type: string;
|
|
5
|
+
}
|
|
6
|
+
export declare abstract class CuiPositionAccessor extends CuiAccessor {
|
|
7
|
+
abstract getPosition(rect: DOMRect, element?: HTMLElement): CuiPoint;
|
|
8
|
+
}
|
|
9
|
+
export declare abstract class CuiRectAccessor extends CuiAccessor {
|
|
10
|
+
abstract getClientRect(): DOMRect;
|
|
11
|
+
}
|
|
12
|
+
export declare function cuiProvideAccessor<T extends CuiAccessor>(provide: AbstractType<T>, type: string, fallback: Type<T>): FactoryProvider;
|
|
13
|
+
export declare function cuiFallbackAccessor<T extends CuiAccessor>(type: string): (accessors: readonly T[] | null, fallback: T) => T;
|
|
14
|
+
export declare function cuiPositionAccessorFor(type: string, fallback: Type<CuiPositionAccessor>): FactoryProvider;
|
|
15
|
+
export declare function cuiRectAccessorFor(type: string, fallback: Type<CuiRectAccessor>): FactoryProvider;
|
|
16
|
+
export declare function cuiAsPositionAccessor(accessor: Type<CuiPositionAccessor>): ExistingProvider;
|
|
17
|
+
export declare function cuiAsRectAccessor(accessor: Type<CuiRectAccessor>): ExistingProvider;
|
package/classes/driver.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import type { AfterViewInit, ExistingProvider, Type } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare abstract class CuiDriver extends Observable<boolean> {
|
|
5
|
-
abstract readonly type: string;
|
|
6
|
-
}
|
|
7
|
-
export declare function cuiAsDriver(driver: Type<CuiDriver>): ExistingProvider;
|
|
8
|
-
export declare abstract class CuiDriverDirective implements AfterViewInit {
|
|
9
|
-
abstract type: string;
|
|
10
|
-
private readonly destroyRef;
|
|
11
|
-
private readonly drivers;
|
|
12
|
-
private readonly vehicles;
|
|
13
|
-
ngAfterViewInit(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiDriverDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CuiDriverDirective, never, never, {}, {}, never, never, false, never>;
|
|
16
|
-
}
|
|
1
|
+
import type { AfterViewInit, ExistingProvider, Type } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare abstract class CuiDriver extends Observable<boolean> {
|
|
5
|
+
abstract readonly type: string;
|
|
6
|
+
}
|
|
7
|
+
export declare function cuiAsDriver(driver: Type<CuiDriver>): ExistingProvider;
|
|
8
|
+
export declare abstract class CuiDriverDirective implements AfterViewInit {
|
|
9
|
+
abstract type: string;
|
|
10
|
+
private readonly destroyRef;
|
|
11
|
+
private readonly drivers;
|
|
12
|
+
private readonly vehicles;
|
|
13
|
+
ngAfterViewInit(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiDriverDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CuiDriverDirective, never, never, {}, {}, never, never, false, never>;
|
|
16
|
+
}
|
package/classes/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './accessors';
|
|
2
|
-
export * from './driver';
|
|
3
|
-
export * from './vehicle';
|
|
1
|
+
export * from './accessors';
|
|
2
|
+
export * from './driver';
|
|
3
|
+
export * from './vehicle';
|
package/classes/vehicle.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { ExistingProvider, Type } from '@angular/core';
|
|
2
|
-
export declare abstract class CuiVehicle {
|
|
3
|
-
abstract readonly type: string;
|
|
4
|
-
abstract toggle(value: boolean): void;
|
|
5
|
-
}
|
|
6
|
-
export declare function cuiAsVehicle(vehicle: Type<CuiVehicle>): ExistingProvider;
|
|
1
|
+
import type { ExistingProvider, Type } from '@angular/core';
|
|
2
|
+
export declare abstract class CuiVehicle {
|
|
3
|
+
abstract readonly type: string;
|
|
4
|
+
abstract toggle(value: boolean): void;
|
|
5
|
+
}
|
|
6
|
+
export declare function cuiAsVehicle(vehicle: Type<CuiVehicle>): ExistingProvider;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import type { CuiIcon } from '@cuby-ui/icons';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CuiAccordionItemComponent {
|
|
5
|
-
isOpen: boolean;
|
|
6
|
-
readonly isOpenChange: EventEmitter<boolean>;
|
|
7
|
-
protected get buttonIcon(): CuiIcon;
|
|
8
|
-
protected onRowToggle(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiAccordionItemComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiAccordionItemComponent, "cui-accordion-item", never, { "isOpen": { "alias": "isOpen"; "required": false; }; }, { "isOpenChange": "isOpenChange"; }, never, ["*", "[cuiAccordionItemContent]"], false, never>;
|
|
11
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import type { CuiIcon } from '@cuby-ui/icons';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CuiAccordionItemComponent {
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
readonly isOpenChange: EventEmitter<boolean>;
|
|
7
|
+
protected get buttonIcon(): CuiIcon;
|
|
8
|
+
protected onRowToggle(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiAccordionItemComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiAccordionItemComponent, "cui-accordion-item", never, { "isOpen": { "alias": "isOpen"; "required": false; }; }, { "isOpenChange": "isOpenChange"; }, never, ["*", "[cuiAccordionItemContent]"], false, never>;
|
|
11
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class CuiAccordionComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiAccordionComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiAccordionComponent, "cui-accordion", never, {}, {}, never, ["cui-accordion-item"], false, never>;
|
|
5
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CuiAccordionComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiAccordionComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiAccordionComponent, "cui-accordion", never, {}, {}, never, ["cui-accordion-item"], false, never>;
|
|
5
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./accordion.component";
|
|
3
|
-
import * as i2 from "./accordion-item/accordion-item.component";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "../svg/svg.module";
|
|
6
|
-
import * as i5 from "../button/button.module";
|
|
7
|
-
export declare class CuiAccordionModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiAccordionModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiAccordionModule, [typeof i1.CuiAccordionComponent, typeof i2.CuiAccordionItemComponent], [typeof i3.CommonModule, typeof i4.CuiSvgModule, typeof i5.CuiButtonModule], [typeof i1.CuiAccordionComponent, typeof i2.CuiAccordionItemComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CuiAccordionModule>;
|
|
11
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./accordion.component";
|
|
3
|
+
import * as i2 from "./accordion-item/accordion-item.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../svg/svg.module";
|
|
6
|
+
import * as i5 from "../button/button.module";
|
|
7
|
+
export declare class CuiAccordionModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiAccordionModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiAccordionModule, [typeof i1.CuiAccordionComponent, typeof i2.CuiAccordionItemComponent], [typeof i3.CommonModule, typeof i4.CuiSvgModule, typeof i5.CuiButtonModule], [typeof i1.CuiAccordionComponent, typeof i2.CuiAccordionItemComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CuiAccordionModule>;
|
|
11
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './accordion.component';
|
|
2
|
-
export * from './accordion.module';
|
|
3
|
-
export * from './accordion-item/accordion-item.component';
|
|
1
|
+
export * from './accordion.component';
|
|
2
|
+
export * from './accordion.module';
|
|
3
|
+
export * from './accordion-item/accordion-item.component';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import type { OnInit } from '@angular/core';
|
|
2
|
-
import type { CuiAlertResizing } from './alert.types';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CuiAlertComponent implements OnInit {
|
|
5
|
-
protected readonly context: import("@cuby-ui/cdk").CuiPopover<import("@cuby-ui/core").CuiAlertOptions>;
|
|
6
|
-
protected readonly AUTO_CLOSE_DURATION_IN_MILLISECONDS = 3000;
|
|
7
|
-
protected get resizing(): CuiAlertResizing;
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
protected onClosed(): void;
|
|
10
|
-
private initAutoClose;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiAlertComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiAlertComponent, "cui-alert", never, {}, {}, never, never, false, never>;
|
|
13
|
-
}
|
|
1
|
+
import type { OnInit } from '@angular/core';
|
|
2
|
+
import type { CuiAlertResizing } from './alert.types';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CuiAlertComponent implements OnInit {
|
|
5
|
+
protected readonly context: import("@cuby-ui/cdk").CuiPopover<import("@cuby-ui/core").CuiAlertOptions>;
|
|
6
|
+
protected readonly AUTO_CLOSE_DURATION_IN_MILLISECONDS = 3000;
|
|
7
|
+
protected get resizing(): CuiAlertResizing;
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
protected onClosed(): void;
|
|
10
|
+
private initAutoClose;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiAlertComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiAlertComponent, "cui-alert", never, {}, {}, never, never, false, never>;
|
|
13
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { CuiAlertPosition, CuiAlertResizing } from './alert.types';
|
|
2
|
-
import type { CuiNotificationOptions } from '../notification';
|
|
3
|
-
export interface CuiAlertOptions extends CuiNotificationOptions {
|
|
4
|
-
readonly label: string;
|
|
5
|
-
readonly needAutoClose: boolean;
|
|
6
|
-
readonly isCloseable: boolean;
|
|
7
|
-
readonly position: CuiAlertPosition;
|
|
8
|
-
readonly resizing: CuiAlertResizing;
|
|
9
|
-
}
|
|
1
|
+
import type { CuiAlertPosition, CuiAlertResizing } from './alert.types';
|
|
2
|
+
import type { CuiNotificationOptions } from '../notification';
|
|
3
|
+
export interface CuiAlertOptions extends CuiNotificationOptions {
|
|
4
|
+
readonly label: string;
|
|
5
|
+
readonly needAutoClose: boolean;
|
|
6
|
+
readonly isCloseable: boolean;
|
|
7
|
+
readonly position: CuiAlertPosition;
|
|
8
|
+
readonly resizing: CuiAlertResizing;
|
|
9
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./alert.component";
|
|
3
|
-
import * as i2 from "./alerts.component";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@cuby-ui/cdk";
|
|
6
|
-
import * as i5 from "../notification/notification.module";
|
|
7
|
-
export declare class CuiAlertModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiAlertModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiAlertModule, [typeof i1.CuiAlertComponent, typeof i2.CuiAlertsComponent], [typeof i3.CommonModule, typeof i4.CuiFilterPipe, typeof i5.CuiNotificationModule, typeof i4.CuiLetDirective], [typeof i1.CuiAlertComponent, typeof i1.CuiAlertComponent, typeof i2.CuiAlertsComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CuiAlertModule>;
|
|
11
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./alert.component";
|
|
3
|
+
import * as i2 from "./alerts.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@cuby-ui/cdk";
|
|
6
|
+
import * as i5 from "../notification/notification.module";
|
|
7
|
+
export declare class CuiAlertModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiAlertModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiAlertModule, [typeof i1.CuiAlertComponent, typeof i2.CuiAlertsComponent], [typeof i3.CommonModule, typeof i4.CuiFilterPipe, typeof i5.CuiNotificationModule, typeof i4.CuiLetDirective], [typeof i1.CuiAlertComponent, typeof i1.CuiAlertComponent, typeof i2.CuiAlertsComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CuiAlertModule>;
|
|
11
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { CuiPopoverService } from '@cuby-ui/cdk';
|
|
2
|
-
import type { CuiAlertOptions } from './alert.interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CuiAlertService extends CuiPopoverService<CuiAlertOptions> {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiAlertService, never>;
|
|
6
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CuiAlertService>;
|
|
7
|
-
}
|
|
1
|
+
import { CuiPopoverService } from '@cuby-ui/cdk';
|
|
2
|
+
import type { CuiAlertOptions } from './alert.interfaces';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CuiAlertService extends CuiPopoverService<CuiAlertOptions> {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiAlertService, never>;
|
|
6
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CuiAlertService>;
|
|
7
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import { CuiPopover } from '@cuby-ui/cdk';
|
|
3
|
-
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import type { CuiAlertOptions } from './alert.interfaces';
|
|
5
|
-
export declare const CUI_ALERTS: InjectionToken<BehaviorSubject<readonly CuiPopover<CuiAlertOptions>[]>>;
|
|
6
|
-
export declare const CUI_ALERT_DEFAULT_OPTIONS: Omit<CuiAlertOptions, 'status'>;
|
|
7
|
-
export declare const CUI_ALERT_OPTIONS: InjectionToken<{
|
|
8
|
-
status: import("@cuby-ui/core").CuiStatus;
|
|
9
|
-
mode: "default" | "light";
|
|
10
|
-
label: string;
|
|
11
|
-
needAutoClose: boolean;
|
|
12
|
-
isCloseable: boolean;
|
|
13
|
-
position: import("@cuby-ui/core").CuiAlertPosition;
|
|
14
|
-
resizing: import("@cuby-ui/core").CuiAlertResizing;
|
|
15
|
-
}>;
|
|
16
|
-
export declare const CUI_ALERT_CONTEXT: InjectionToken<CuiPopover<CuiAlertOptions>>;
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import { CuiPopover } from '@cuby-ui/cdk';
|
|
3
|
+
import { BehaviorSubject } from 'rxjs';
|
|
4
|
+
import type { CuiAlertOptions } from './alert.interfaces';
|
|
5
|
+
export declare const CUI_ALERTS: InjectionToken<BehaviorSubject<readonly CuiPopover<CuiAlertOptions>[]>>;
|
|
6
|
+
export declare const CUI_ALERT_DEFAULT_OPTIONS: Omit<CuiAlertOptions, 'status'>;
|
|
7
|
+
export declare const CUI_ALERT_OPTIONS: InjectionToken<{
|
|
8
|
+
status: import("@cuby-ui/core").CuiStatus;
|
|
9
|
+
mode: "default" | "light";
|
|
10
|
+
label: string;
|
|
11
|
+
needAutoClose: boolean;
|
|
12
|
+
isCloseable: boolean;
|
|
13
|
+
position: import("@cuby-ui/core").CuiAlertPosition;
|
|
14
|
+
resizing: import("@cuby-ui/core").CuiAlertResizing;
|
|
15
|
+
}>;
|
|
16
|
+
export declare const CUI_ALERT_CONTEXT: InjectionToken<CuiPopover<CuiAlertOptions>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { CuiPositionCenter, CuiPositionRight, CuiResizingFixed, CuiResizingHug } from '../../types';
|
|
2
|
-
export type CuiAlertPosition = CuiPositionCenter | CuiPositionRight;
|
|
3
|
-
export type CuiAlertResizing = CuiResizingHug | CuiResizingFixed;
|
|
1
|
+
import type { CuiPositionCenter, CuiPositionRight, CuiResizingFixed, CuiResizingHug } from '../../types';
|
|
2
|
+
export type CuiAlertPosition = CuiPositionCenter | CuiPositionRight;
|
|
3
|
+
export type CuiAlertResizing = CuiResizingHug | CuiResizingFixed;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import type { OnInit } from '@angular/core';
|
|
2
|
-
import { Injector } from '@angular/core';
|
|
3
|
-
import type { CuiPopover } from '@cuby-ui/cdk';
|
|
4
|
-
import type { Observable } from 'rxjs';
|
|
5
|
-
import type { CuiAlertOptions } from './alert.interfaces';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CuiAlertsComponent implements OnInit {
|
|
8
|
-
private readonly destroy$;
|
|
9
|
-
protected readonly alerts$: Observable<ReadonlyArray<CuiPopover<CuiAlertOptions>>>;
|
|
10
|
-
protected alertInjectors: ReadonlyArray<Injector>;
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
protected trackByFn(_: number, alert: CuiPopover<CuiAlertOptions>): string;
|
|
13
|
-
protected alertsMatcher(alert: CuiPopover<CuiAlertOptions>, position: string): boolean;
|
|
14
|
-
protected initAlertInjectorsSubscription(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiAlertsComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiAlertsComponent, "cui-alerts", never, {}, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
1
|
+
import type { OnInit } from '@angular/core';
|
|
2
|
+
import { Injector } from '@angular/core';
|
|
3
|
+
import type { CuiPopover } from '@cuby-ui/cdk';
|
|
4
|
+
import type { Observable } from 'rxjs';
|
|
5
|
+
import type { CuiAlertOptions } from './alert.interfaces';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class CuiAlertsComponent implements OnInit {
|
|
8
|
+
private readonly destroy$;
|
|
9
|
+
protected readonly alerts$: Observable<ReadonlyArray<CuiPopover<CuiAlertOptions>>>;
|
|
10
|
+
protected alertInjectors: ReadonlyArray<Injector>;
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
protected trackByFn(_: number, alert: CuiPopover<CuiAlertOptions>): string;
|
|
13
|
+
protected alertsMatcher(alert: CuiPopover<CuiAlertOptions>, position: string): boolean;
|
|
14
|
+
protected initAlertInjectorsSubscription(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiAlertsComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiAlertsComponent, "cui-alerts", never, {}, {}, never, never, false, never>;
|
|
17
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from './alert.component';
|
|
2
|
-
export * from './alert.interfaces';
|
|
3
|
-
export * from './alert.module';
|
|
4
|
-
export * from './alert.service';
|
|
5
|
-
export * from './alert.tokens';
|
|
6
|
-
export * from './alert.types';
|
|
7
|
-
export * from './alert.component';
|
|
8
|
-
export * from './alerts.component';
|
|
1
|
+
export * from './alert.component';
|
|
2
|
+
export * from './alert.interfaces';
|
|
3
|
+
export * from './alert.module';
|
|
4
|
+
export * from './alert.service';
|
|
5
|
+
export * from './alert.tokens';
|
|
6
|
+
export * from './alert.types';
|
|
7
|
+
export * from './alert.component';
|
|
8
|
+
export * from './alerts.component';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { CuiBadgeOptions } from './badge.options';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CuiBadgeComponent implements CuiBadgeOptions {
|
|
4
|
-
private readonly options;
|
|
5
|
-
color: "light-blue" | "yellow" | "green" | "gray" | "dark-gray" | "red" | "violet";
|
|
6
|
-
size: "sm" | "md";
|
|
7
|
-
isWithDot: boolean;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiBadgeComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiBadgeComponent, "cui-badge", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "isWithDot": { "alias": "isWithDot"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
|
-
}
|
|
1
|
+
import type { CuiBadgeOptions } from './badge.options';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CuiBadgeComponent implements CuiBadgeOptions {
|
|
4
|
+
private readonly options;
|
|
5
|
+
color: "light-blue" | "yellow" | "green" | "gray" | "dark-gray" | "red" | "violet";
|
|
6
|
+
size: "sm" | "md";
|
|
7
|
+
isWithDot: boolean;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiBadgeComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiBadgeComponent, "cui-badge", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "isWithDot": { "alias": "isWithDot"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./badge.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class CuiBadgeModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiBadgeModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiBadgeModule, [typeof i1.CuiBadgeComponent], [typeof i2.CommonModule], [typeof i1.CuiBadgeComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CuiBadgeModule>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./badge.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class CuiBadgeModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiBadgeModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiBadgeModule, [typeof i1.CuiBadgeComponent], [typeof i2.CommonModule], [typeof i1.CuiBadgeComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CuiBadgeModule>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { CuiSizeMd, CuiSizeSm } from '../../types';
|
|
2
|
-
export interface CuiBadgeOptions {
|
|
3
|
-
readonly color: 'light-blue' | 'yellow' | 'green' | 'gray' | 'dark-gray' | 'red' | 'violet';
|
|
4
|
-
readonly size: CuiSizeSm | CuiSizeMd;
|
|
5
|
-
readonly isWithDot: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare const CUI_BADGE_DEFAULT_OPTIONS: CuiBadgeOptions;
|
|
8
|
-
export declare const CUI_BADGE_OPTIONS: import("@angular/core").InjectionToken<CuiBadgeOptions>;
|
|
1
|
+
import type { CuiSizeMd, CuiSizeSm } from '../../types';
|
|
2
|
+
export interface CuiBadgeOptions {
|
|
3
|
+
readonly color: 'light-blue' | 'yellow' | 'green' | 'gray' | 'dark-gray' | 'red' | 'violet';
|
|
4
|
+
readonly size: CuiSizeSm | CuiSizeMd;
|
|
5
|
+
readonly isWithDot: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const CUI_BADGE_DEFAULT_OPTIONS: CuiBadgeOptions;
|
|
8
|
+
export declare const CUI_BADGE_OPTIONS: import("@angular/core").InjectionToken<CuiBadgeOptions>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './badge.component';
|
|
2
|
-
export * from './badge.module';
|
|
1
|
+
export * from './badge.component';
|
|
2
|
+
export * from './badge.module';
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import type { CuiBannerIconOptions, CuiBannerOptions } from './banner.options';
|
|
3
|
-
import type { CuiTheme } from '../../services';
|
|
4
|
-
import { CuiThemeService } from '../../services';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CuiBannerComponent implements CuiBannerOptions {
|
|
7
|
-
private readonly options;
|
|
8
|
-
protected readonly theme$: CuiThemeService;
|
|
9
|
-
protected readonly ICON_OPTIONS: CuiBannerIconOptions;
|
|
10
|
-
protected readonly THEME_CLOSE_BUTTON_ICON_COLORS: Record<CuiTheme, string>;
|
|
11
|
-
status: import("@cuby-ui/core").CuiStatus;
|
|
12
|
-
isCloseable: boolean;
|
|
13
|
-
label?: string;
|
|
14
|
-
actionButtonText?: string;
|
|
15
|
-
actionButtonClicked: EventEmitter<void>;
|
|
16
|
-
closed: EventEmitter<void>;
|
|
17
|
-
protected onAction(): void;
|
|
18
|
-
protected onClose(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiBannerComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiBannerComponent, "cui-banner", never, { "status": { "alias": "status"; "required": false; }; "isCloseable": { "alias": "isCloseable"; "required": false; }; "label": { "alias": "label"; "required": false; }; "actionButtonText": { "alias": "actionButtonText"; "required": false; }; }, { "actionButtonClicked": "actionButtonClicked"; "closed": "closed"; }, never, ["*"], false, never>;
|
|
21
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import type { CuiBannerIconOptions, CuiBannerOptions } from './banner.options';
|
|
3
|
+
import type { CuiTheme } from '../../services';
|
|
4
|
+
import { CuiThemeService } from '../../services';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CuiBannerComponent implements CuiBannerOptions {
|
|
7
|
+
private readonly options;
|
|
8
|
+
protected readonly theme$: CuiThemeService;
|
|
9
|
+
protected readonly ICON_OPTIONS: CuiBannerIconOptions;
|
|
10
|
+
protected readonly THEME_CLOSE_BUTTON_ICON_COLORS: Record<CuiTheme, string>;
|
|
11
|
+
status: import("@cuby-ui/core").CuiStatus;
|
|
12
|
+
isCloseable: boolean;
|
|
13
|
+
label?: string;
|
|
14
|
+
actionButtonText?: string;
|
|
15
|
+
actionButtonClicked: EventEmitter<void>;
|
|
16
|
+
closed: EventEmitter<void>;
|
|
17
|
+
protected onAction(): void;
|
|
18
|
+
protected onClose(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiBannerComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiBannerComponent, "cui-banner", never, { "status": { "alias": "status"; "required": false; }; "isCloseable": { "alias": "isCloseable"; "required": false; }; "label": { "alias": "label"; "required": false; }; "actionButtonText": { "alias": "actionButtonText"; "required": false; }; }, { "actionButtonClicked": "actionButtonClicked"; "closed": "closed"; }, never, ["*"], false, never>;
|
|
21
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./banner.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@cuby-ui/cdk";
|
|
5
|
-
import * as i4 from "../svg/svg.module";
|
|
6
|
-
import * as i5 from "../button/button.module";
|
|
7
|
-
export declare class CuiBannerModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiBannerModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiBannerModule, [typeof i1.CuiBannerComponent], [typeof i2.CommonModule, typeof i3.CuiLetDirective, typeof i4.CuiSvgModule, typeof i5.CuiButtonModule], [typeof i1.CuiBannerComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CuiBannerModule>;
|
|
11
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./banner.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@cuby-ui/cdk";
|
|
5
|
+
import * as i4 from "../svg/svg.module";
|
|
6
|
+
import * as i5 from "../button/button.module";
|
|
7
|
+
export declare class CuiBannerModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiBannerModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiBannerModule, [typeof i1.CuiBannerComponent], [typeof i2.CommonModule, typeof i3.CuiLetDirective, typeof i4.CuiSvgModule, typeof i5.CuiButtonModule], [typeof i1.CuiBannerComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CuiBannerModule>;
|
|
11
|
+
}
|