@cuby-ui/core 0.0.132 → 0.0.134
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/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 +15 -15
- 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 +30 -30
- 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 +37 -37
- package/components/dialog/dialog.interfaces.d.ts +10 -10
- 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 +17 -17
- 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 +25 -25
- package/components/input-number/index.d.ts +2 -2
- package/components/input-number/input-number.component.d.ts +55 -55
- package/components/input-number/input-number.module.d.ts +11 -11
- package/components/input-number/input-number.options.d.ts +9 -9
- 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/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 +13 -13
- package/components/notification/notification.module.d.ts +10 -10
- package/components/notification/notification.options.d.ts +13 -13
- 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 +10 -10
- package/components/root/root.options.d.ts +1 -1
- package/components/select/index.d.ts +2 -2
- package/components/select/select.component.d.ts +52 -52
- package/components/select/select.module.d.ts +10 -10
- 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 +1 -1
- 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/esm2020/components/accordion/accordion-item/accordion-item.component.mjs +28 -28
- package/esm2020/components/accordion/accordion.component.mjs +11 -11
- package/esm2020/components/accordion/accordion.module.mjs +37 -37
- package/esm2020/components/accordion/index.mjs +4 -4
- package/esm2020/components/alert/alert.component.mjs +37 -37
- package/esm2020/components/alert/alert.interfaces.mjs +2 -2
- package/esm2020/components/alert/alert.module.mjs +40 -40
- package/esm2020/components/alert/alert.service.mjs +17 -17
- package/esm2020/components/alert/alert.tokens.mjs +19 -19
- package/esm2020/components/alert/alert.types.mjs +2 -2
- package/esm2020/components/alert/alerts.component.mjs +36 -36
- package/esm2020/components/alert/index.mjs +9 -9
- package/esm2020/components/badge/badge.component.mjs +31 -31
- package/esm2020/components/badge/badge.module.mjs +18 -18
- package/esm2020/components/badge/badge.options.mjs +8 -8
- package/esm2020/components/badge/index.mjs +3 -3
- package/esm2020/components/banner/banner.component.mjs +68 -68
- package/esm2020/components/banner/banner.module.mjs +31 -31
- package/esm2020/components/banner/banner.options.mjs +6 -6
- package/esm2020/components/banner/index.mjs +4 -4
- package/esm2020/components/breadcrumbs/breadcrumb/breadcrumb.component.mjs +16 -16
- package/esm2020/components/breadcrumbs/breadcrumbs.component.mjs +17 -17
- package/esm2020/components/breadcrumbs/breadcrumbs.module.mjs +33 -33
- package/esm2020/components/breadcrumbs/index.mjs +4 -4
- package/esm2020/components/button/button.component.mjs +104 -104
- package/esm2020/components/button/button.module.mjs +24 -24
- package/esm2020/components/button/button.options.mjs +10 -10
- package/esm2020/components/button/index.mjs +4 -4
- package/esm2020/components/button-group/button-group.component.mjs +11 -11
- package/esm2020/components/button-group/button-group.module.mjs +16 -16
- package/esm2020/components/button-group/index.mjs +3 -3
- package/esm2020/components/checkbox/checkbox.component.mjs +11 -11
- package/esm2020/components/checkbox/checkbox.module.mjs +16 -16
- package/esm2020/components/checkbox/index.mjs +3 -3
- package/esm2020/components/context-menu/context-menu.component.mjs +146 -146
- package/esm2020/components/context-menu/context-menu.module.mjs +24 -24
- package/esm2020/components/context-menu/index.mjs +3 -3
- package/esm2020/components/dialog/dialog-actions/dialog-actions.component.mjs +11 -11
- package/esm2020/components/dialog/dialog-header/dialog-header.component.mjs +28 -28
- package/esm2020/components/dialog/dialog.component.mjs +76 -76
- package/esm2020/components/dialog/dialog.interfaces.mjs +2 -2
- package/esm2020/components/dialog/dialog.module.mjs +50 -50
- package/esm2020/components/dialog/dialog.service.mjs +17 -17
- package/esm2020/components/dialog/dialog.tokens.mjs +11 -11
- package/esm2020/components/dialog/dialogs.component.mjs +48 -48
- package/esm2020/components/dialog/index.mjs +9 -9
- package/esm2020/components/form-field/form-field.component.mjs +11 -11
- package/esm2020/components/form-field/form-field.module.mjs +16 -16
- package/esm2020/components/form-field/index.mjs +3 -3
- package/esm2020/components/hint/hint.component.mjs +19 -19
- package/esm2020/components/hint/hint.module.mjs +16 -16
- package/esm2020/components/hint/index.mjs +3 -3
- package/esm2020/components/icon-button/icon-button.component.mjs +32 -32
- package/esm2020/components/icon-button/icon-button.module.mjs +24 -24
- package/esm2020/components/icon-button/index.mjs +3 -3
- package/esm2020/components/index.mjs +26 -26
- package/esm2020/components/input-number/index.mjs +3 -3
- package/esm2020/components/input-number/input-number.component.mjs +204 -204
- package/esm2020/components/input-number/input-number.module.mjs +33 -33
- package/esm2020/components/input-number/input-number.options.mjs +11 -11
- package/esm2020/components/input-password/index.mjs +3 -3
- package/esm2020/components/input-password/input-password.component.mjs +89 -89
- package/esm2020/components/input-password/input-password.module.mjs +33 -33
- package/esm2020/components/input-text/index.mjs +3 -3
- package/esm2020/components/input-text/input-text.component.mjs +87 -87
- package/esm2020/components/input-text/input-text.module.mjs +33 -33
- package/esm2020/components/label/index.mjs +3 -3
- package/esm2020/components/label/label.component.mjs +17 -17
- package/esm2020/components/label/label.module.mjs +18 -18
- package/esm2020/components/notification/index.mjs +4 -4
- package/esm2020/components/notification/notification.component.mjs +51 -51
- package/esm2020/components/notification/notification.module.mjs +27 -27
- package/esm2020/components/notification/notification.options.mjs +6 -6
- package/esm2020/components/radio/index.mjs +3 -3
- package/esm2020/components/radio/radio.component.mjs +11 -11
- package/esm2020/components/radio/radio.module.mjs +16 -16
- package/esm2020/components/root/index.mjs +4 -4
- package/esm2020/components/root/root.component.mjs +31 -31
- package/esm2020/components/root/root.module.mjs +28 -28
- package/esm2020/components/root/root.options.mjs +1 -1
- package/esm2020/components/select/index.mjs +3 -3
- package/esm2020/components/select/select.component.mjs +165 -165
- package/esm2020/components/select/select.module.mjs +29 -29
- package/esm2020/components/svg/index.mjs +3 -3
- package/esm2020/components/svg/svg.component.mjs +50 -50
- package/esm2020/components/svg/svg.module.mjs +18 -18
- package/esm2020/components/tabs/index.mjs +4 -4
- package/esm2020/components/tabs/tab/index.mjs +1 -1
- package/esm2020/components/tabs/tab/tab.component.mjs +21 -21
- package/esm2020/components/tabs/tabs.component.mjs +49 -49
- package/esm2020/components/tabs/tabs.module.mjs +18 -18
- package/esm2020/components/textarea/index.mjs +3 -3
- package/esm2020/components/textarea/textarea.component.mjs +35 -35
- package/esm2020/components/textarea/textarea.module.mjs +16 -16
- package/esm2020/components/toggle/index.mjs +3 -3
- package/esm2020/components/toggle/toggle.component.mjs +11 -11
- package/esm2020/components/toggle/toggle.module.mjs +16 -16
- package/esm2020/cuby-ui-core.mjs +4 -4
- package/esm2020/directives/index.mjs +2 -2
- package/esm2020/directives/text-field-controller/index.mjs +9 -9
- package/esm2020/directives/text-field-controller/text-field-controller.module.mjs +40 -40
- package/esm2020/directives/text-field-controller/text-field-controller.provider.mjs +24 -24
- package/esm2020/directives/text-field-controller/text-field-icon-left.directive.mjs +21 -21
- package/esm2020/directives/text-field-controller/text-field-id.directive.mjs +21 -21
- package/esm2020/directives/text-field-controller/text-field-is-error.directive.mjs +24 -24
- package/esm2020/directives/text-field-controller/text-field-placeholder.directive.mjs +21 -21
- package/esm2020/directives/text-field-controller/text-field-size.directive.mjs +24 -24
- package/esm2020/directives/text-field-controller/text-field.controller.mjs +25 -25
- package/esm2020/index.mjs +7 -7
- package/esm2020/interfaces/context-menu-item.mjs +2 -2
- package/esm2020/interfaces/index.mjs +3 -3
- package/esm2020/interfaces/option.mjs +2 -2
- package/esm2020/services/index.mjs +3 -3
- package/esm2020/services/theme.options.mjs +6 -6
- package/esm2020/services/theme.service.mjs +30 -30
- package/esm2020/types/appearance.mjs +2 -2
- package/esm2020/types/hint-type.mjs +2 -2
- package/esm2020/types/index.mjs +8 -8
- package/esm2020/types/position.mjs +2 -2
- package/esm2020/types/resizing.mjs +2 -2
- package/esm2020/types/shape.mjs +2 -2
- package/esm2020/types/size.mjs +2 -2
- package/esm2020/types/status.mjs +2 -2
- package/esm2020/utils/format/index.mjs +3 -3
- package/esm2020/utils/format/remove-spaces.mjs +4 -4
- package/esm2020/utils/format/replace.mjs +5 -5
- package/esm2020/utils/index.mjs +2 -2
- package/fesm2015/cuby-ui-core.mjs +2050 -2050
- package/fesm2015/cuby-ui-core.mjs.map +1 -1
- package/fesm2020/cuby-ui-core.mjs +2049 -2049
- package/fesm2020/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 +2 -2
- package/services/theme.options.d.ts +5 -5
- package/services/theme.service.d.ts +12 -12
- 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 +351 -351
- package/styles/variables/colors.scss +240 -240
- package/types/appearance.d.ts +8 -8
- package/types/hint-type.d.ts +1 -1
- package/types/index.d.ts +7 -7
- 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 +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import type { CuiAppearanceAction, CuiAppearanceDestructive, CuiAppearanceFlat, CuiAppearanceGhost, CuiAppearanceLink, CuiAppearanceOutlined, CuiAppearanceOutlinedGray, CuiAppearanceSecondary, CuiShapeRounded, CuiSizeMd, CuiSizeSm, CuiSizeXs, CuiSizeXxs } from '../../types';
|
|
3
|
-
export interface CuiButtonOptions {
|
|
4
|
-
readonly appearance: CuiAppearanceAction | CuiAppearanceSecondary | CuiAppearanceOutlined | CuiAppearanceOutlinedGray | CuiAppearanceGhost | CuiAppearanceFlat | CuiAppearanceDestructive | CuiAppearanceLink;
|
|
5
|
-
readonly shape: CuiShapeRounded | null;
|
|
6
|
-
readonly size: CuiSizeXxs | CuiSizeXs | CuiSizeSm | CuiSizeMd;
|
|
7
|
-
}
|
|
8
|
-
export declare const CUI_BUTTON_DEFAULT_OPTIONS: CuiButtonOptions;
|
|
9
|
-
export declare const CUI_BUTTON_OPTIONS: InjectionToken<CuiButtonOptions>;
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import type { CuiAppearanceAction, CuiAppearanceDestructive, CuiAppearanceFlat, CuiAppearanceGhost, CuiAppearanceLink, CuiAppearanceOutlined, CuiAppearanceOutlinedGray, CuiAppearanceSecondary, CuiShapeRounded, CuiSizeMd, CuiSizeSm, CuiSizeXs, CuiSizeXxs } from '../../types';
|
|
3
|
+
export interface CuiButtonOptions {
|
|
4
|
+
readonly appearance: CuiAppearanceAction | CuiAppearanceSecondary | CuiAppearanceOutlined | CuiAppearanceOutlinedGray | CuiAppearanceGhost | CuiAppearanceFlat | CuiAppearanceDestructive | CuiAppearanceLink;
|
|
5
|
+
readonly shape: CuiShapeRounded | null;
|
|
6
|
+
readonly size: CuiSizeXxs | CuiSizeXs | CuiSizeSm | CuiSizeMd;
|
|
7
|
+
}
|
|
8
|
+
export declare const CUI_BUTTON_DEFAULT_OPTIONS: CuiButtonOptions;
|
|
9
|
+
export declare const CUI_BUTTON_OPTIONS: InjectionToken<CuiButtonOptions>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './button.component';
|
|
2
|
-
export * from './button.module';
|
|
3
|
-
export * from './button.options';
|
|
1
|
+
export * from './button.component';
|
|
2
|
+
export * from './button.module';
|
|
3
|
+
export * from './button.options';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class CuiButtonGroupComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiButtonGroupComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiButtonGroupComponent, "cui-button-group", never, {}, {}, never, ["button[cuiButton], a[cuiButton]"], false, never>;
|
|
5
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CuiButtonGroupComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiButtonGroupComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiButtonGroupComponent, "cui-button-group", never, {}, {}, never, ["button[cuiButton], a[cuiButton]"], false, never>;
|
|
5
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./button-group.component";
|
|
3
|
-
export declare class CuiButtonGroupModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiButtonGroupModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiButtonGroupModule, [typeof i1.CuiButtonGroupComponent], never, [typeof i1.CuiButtonGroupComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CuiButtonGroupModule>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./button-group.component";
|
|
3
|
+
export declare class CuiButtonGroupModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiButtonGroupModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiButtonGroupModule, [typeof i1.CuiButtonGroupComponent], never, [typeof i1.CuiButtonGroupComponent]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CuiButtonGroupModule>;
|
|
7
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './button-group.component';
|
|
2
|
-
export * from './button-group.module';
|
|
1
|
+
export * from './button-group.component';
|
|
2
|
+
export * from './button-group.module';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class CuiCheckboxComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiCheckboxComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiCheckboxComponent, "input[type=\"checkbox\"][cuiCheckbox]", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CuiCheckboxComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiCheckboxComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiCheckboxComponent, "input[type=\"checkbox\"][cuiCheckbox]", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./checkbox.component";
|
|
3
|
-
export declare class CuiCheckboxModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiCheckboxModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiCheckboxModule, [typeof i1.CuiCheckboxComponent], never, [typeof i1.CuiCheckboxComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CuiCheckboxModule>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./checkbox.component";
|
|
3
|
+
export declare class CuiCheckboxModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiCheckboxModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiCheckboxModule, [typeof i1.CuiCheckboxComponent], never, [typeof i1.CuiCheckboxComponent]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CuiCheckboxModule>;
|
|
7
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './checkbox.component';
|
|
2
|
-
export * from './checkbox.module';
|
|
1
|
+
export * from './checkbox.component';
|
|
2
|
+
export * from './checkbox.module';
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import type { OnInit, AfterViewInit, TemplateRef, OnDestroy } from '@angular/core';
|
|
2
|
-
import type { CuiContextMenuItem } from '../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@cuby-ui/cdk";
|
|
5
|
-
export declare class CuiContextMenuComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
6
|
-
private readonly changeDetectorRef;
|
|
7
|
-
private readonly viewContainerRef;
|
|
8
|
-
private readonly document;
|
|
9
|
-
private readonly documentElement;
|
|
10
|
-
private readonly window;
|
|
11
|
-
private readonly destroy$;
|
|
12
|
-
private readonly cuiClickOutsideDirective;
|
|
13
|
-
private readonly cuiTargetDirective;
|
|
14
|
-
protected readonly EXTRA_OFFSET_LEFT = 0;
|
|
15
|
-
protected readonly EXTRA_OFFSET_TOP = 0;
|
|
16
|
-
protected isVisible: boolean;
|
|
17
|
-
protected targetEventListener: (event: MouseEvent) => void;
|
|
18
|
-
protected node?: HTMLDivElement;
|
|
19
|
-
items: CuiContextMenuItem[];
|
|
20
|
-
target: HTMLElement;
|
|
21
|
-
protected readonly list: TemplateRef<any>;
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
ngAfterViewInit(): void;
|
|
25
|
-
protected onSelect(item: CuiContextMenuItem): void;
|
|
26
|
-
protected onClose(): void;
|
|
27
|
-
protected onStopClickPropagation(event: MouseEvent): void;
|
|
28
|
-
protected trackByFn(_: number, item: CuiContextMenuItem): string;
|
|
29
|
-
private initClickOutsideSubscription;
|
|
30
|
-
private initTargetElementListener;
|
|
31
|
-
private initHidingSubscription;
|
|
32
|
-
private initHidingFromWindowEvent;
|
|
33
|
-
private close;
|
|
34
|
-
private renderList;
|
|
35
|
-
private changePosition;
|
|
36
|
-
private clearViewContainerRef;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiContextMenuComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiContextMenuComponent, "cui-context-menu[items][target]", never, { "items": "items"; "target": "target"; }, {}, never, never, false, [{ directive: typeof i1.CuiClickOutsideDirective; inputs: {}; outputs: {}; }, { directive: typeof i1.CuiTargetDirective; inputs: { "ccTarget": "target"; }; outputs: {}; }]>;
|
|
39
|
-
}
|
|
1
|
+
import type { OnInit, AfterViewInit, TemplateRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import type { CuiContextMenuItem } from '../../interfaces';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@cuby-ui/cdk";
|
|
5
|
+
export declare class CuiContextMenuComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
6
|
+
private readonly changeDetectorRef;
|
|
7
|
+
private readonly viewContainerRef;
|
|
8
|
+
private readonly document;
|
|
9
|
+
private readonly documentElement;
|
|
10
|
+
private readonly window;
|
|
11
|
+
private readonly destroy$;
|
|
12
|
+
private readonly cuiClickOutsideDirective;
|
|
13
|
+
private readonly cuiTargetDirective;
|
|
14
|
+
protected readonly EXTRA_OFFSET_LEFT = 0;
|
|
15
|
+
protected readonly EXTRA_OFFSET_TOP = 0;
|
|
16
|
+
protected isVisible: boolean;
|
|
17
|
+
protected targetEventListener: (event: MouseEvent) => void;
|
|
18
|
+
protected node?: HTMLDivElement;
|
|
19
|
+
items: CuiContextMenuItem[];
|
|
20
|
+
target: HTMLElement;
|
|
21
|
+
protected readonly list: TemplateRef<any>;
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
ngOnDestroy(): void;
|
|
24
|
+
ngAfterViewInit(): void;
|
|
25
|
+
protected onSelect(item: CuiContextMenuItem): void;
|
|
26
|
+
protected onClose(): void;
|
|
27
|
+
protected onStopClickPropagation(event: MouseEvent): void;
|
|
28
|
+
protected trackByFn(_: number, item: CuiContextMenuItem): string;
|
|
29
|
+
private initClickOutsideSubscription;
|
|
30
|
+
private initTargetElementListener;
|
|
31
|
+
private initHidingSubscription;
|
|
32
|
+
private initHidingFromWindowEvent;
|
|
33
|
+
private close;
|
|
34
|
+
private renderList;
|
|
35
|
+
private changePosition;
|
|
36
|
+
private clearViewContainerRef;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiContextMenuComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiContextMenuComponent, "cui-context-menu[items][target]", never, { "items": "items"; "target": "target"; }, {}, never, never, false, [{ directive: typeof i1.CuiClickOutsideDirective; inputs: {}; outputs: {}; }, { directive: typeof i1.CuiTargetDirective; inputs: { "ccTarget": "target"; }; outputs: {}; }]>;
|
|
39
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./context-menu.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../svg/svg.module";
|
|
5
|
-
export declare class CuiContextMenuModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiContextMenuModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiContextMenuModule, [typeof i1.CuiContextMenuComponent], [typeof i2.CommonModule, typeof i3.CuiSvgModule], [typeof i1.CuiContextMenuComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CuiContextMenuModule>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./context-menu.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../svg/svg.module";
|
|
5
|
+
export declare class CuiContextMenuModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiContextMenuModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiContextMenuModule, [typeof i1.CuiContextMenuComponent], [typeof i2.CommonModule, typeof i3.CuiSvgModule], [typeof i1.CuiContextMenuComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CuiContextMenuModule>;
|
|
9
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './context-menu.component';
|
|
2
|
-
export * from './context-menu.module';
|
|
1
|
+
export * from './context-menu.component';
|
|
2
|
+
export * from './context-menu.module';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class CuiDialogActionsComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiDialogActionsComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiDialogActionsComponent, "cui-dialog-actions", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CuiDialogActionsComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiDialogActionsComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiDialogActionsComponent, "cui-dialog-actions", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import type { PolymorpheusContent } from '@tinkoff/ng-polymorpheus';
|
|
3
|
-
import { PolymorpheusContext } from '@tinkoff/ng-polymorpheus/classes/context';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CuiDialogHeaderComponent {
|
|
6
|
-
heading: PolymorpheusContent;
|
|
7
|
-
headingContext?: PolymorpheusContext<any>['$implicit'];
|
|
8
|
-
subheading?: string;
|
|
9
|
-
readonly closed: EventEmitter<MouseEvent>;
|
|
10
|
-
protected onClose(event: MouseEvent): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiDialogHeaderComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiDialogHeaderComponent, "header[cuiDialogHeader][heading]", never, { "heading": "heading"; "headingContext": "headingContext"; "subheading": "subheading"; }, { "closed": "closed"; }, never, ["*"], false, never>;
|
|
13
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import type { PolymorpheusContent } from '@tinkoff/ng-polymorpheus';
|
|
3
|
+
import { PolymorpheusContext } from '@tinkoff/ng-polymorpheus/classes/context';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CuiDialogHeaderComponent {
|
|
6
|
+
heading: PolymorpheusContent;
|
|
7
|
+
headingContext?: PolymorpheusContext<any>['$implicit'];
|
|
8
|
+
subheading?: string;
|
|
9
|
+
readonly closed: EventEmitter<MouseEvent>;
|
|
10
|
+
protected onClose(event: MouseEvent): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiDialogHeaderComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiDialogHeaderComponent, "header[cuiDialogHeader][heading]", never, { "heading": "heading"; "headingContext": "headingContext"; "subheading": "subheading"; }, { "closed": "closed"; }, never, ["*"], false, never>;
|
|
13
|
+
}
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import type { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { Type } from '@angular/core';
|
|
3
|
-
import { TemplateRef } from '@angular/core';
|
|
4
|
-
import type { CuiValueOf } from '@cuby-ui/cdk';
|
|
5
|
-
import type { CuiDialogSize } from './dialog.interfaces';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "@cuby-ui/cdk";
|
|
8
|
-
declare const ContentType: {
|
|
9
|
-
readonly String: "string";
|
|
10
|
-
readonly Template: "template";
|
|
11
|
-
readonly Component: "component";
|
|
12
|
-
};
|
|
13
|
-
type IContentType = CuiValueOf<typeof ContentType>;
|
|
14
|
-
export declare class CuiDialogComponent implements OnInit, OnDestroy {
|
|
15
|
-
protected readonly document: Document;
|
|
16
|
-
protected readonly element: HTMLElement;
|
|
17
|
-
protected readonly context: import("@cuby-ui/cdk").CuiPopover<import("./dialog.interfaces").CuiDialogOptions<any>>;
|
|
18
|
-
protected readonly LAST_OF_TYPE_SELECTOR = ":last-of-type";
|
|
19
|
-
protected readonly ContentType: {
|
|
20
|
-
readonly String: "string";
|
|
21
|
-
readonly Template: "template";
|
|
22
|
-
readonly Component: "component";
|
|
23
|
-
};
|
|
24
|
-
protected contentType: IContentType;
|
|
25
|
-
protected get size(): CuiDialogSize;
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
ngOnDestroy(): void;
|
|
28
|
-
protected get contentTemplateRef(): TemplateRef<unknown>;
|
|
29
|
-
protected get componentType(): Type<unknown>;
|
|
30
|
-
protected onEscape(): void;
|
|
31
|
-
private initContentType;
|
|
32
|
-
private initBodyScrollHiding;
|
|
33
|
-
private destroyBodyScrollHiding;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiDialogComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiDialogComponent, "cui-dialog", never, {}, {}, never, never, false, [{ directive: typeof i1.CuiFocusTrapDirective; inputs: {}; outputs: {}; }]>;
|
|
36
|
-
}
|
|
37
|
-
export {};
|
|
1
|
+
import type { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { Type } from '@angular/core';
|
|
3
|
+
import { TemplateRef } from '@angular/core';
|
|
4
|
+
import type { CuiValueOf } from '@cuby-ui/cdk';
|
|
5
|
+
import type { CuiDialogSize } from './dialog.interfaces';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
import * as i1 from "@cuby-ui/cdk";
|
|
8
|
+
declare const ContentType: {
|
|
9
|
+
readonly String: "string";
|
|
10
|
+
readonly Template: "template";
|
|
11
|
+
readonly Component: "component";
|
|
12
|
+
};
|
|
13
|
+
type IContentType = CuiValueOf<typeof ContentType>;
|
|
14
|
+
export declare class CuiDialogComponent implements OnInit, OnDestroy {
|
|
15
|
+
protected readonly document: Document;
|
|
16
|
+
protected readonly element: HTMLElement;
|
|
17
|
+
protected readonly context: import("@cuby-ui/cdk").CuiPopover<import("./dialog.interfaces").CuiDialogOptions<any>>;
|
|
18
|
+
protected readonly LAST_OF_TYPE_SELECTOR = ":last-of-type";
|
|
19
|
+
protected readonly ContentType: {
|
|
20
|
+
readonly String: "string";
|
|
21
|
+
readonly Template: "template";
|
|
22
|
+
readonly Component: "component";
|
|
23
|
+
};
|
|
24
|
+
protected contentType: IContentType;
|
|
25
|
+
protected get size(): CuiDialogSize;
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
protected get contentTemplateRef(): TemplateRef<unknown>;
|
|
29
|
+
protected get componentType(): Type<unknown>;
|
|
30
|
+
protected onEscape(): void;
|
|
31
|
+
private initContentType;
|
|
32
|
+
private initBodyScrollHiding;
|
|
33
|
+
private destroyBodyScrollHiding;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiDialogComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiDialogComponent, "cui-dialog", never, {}, {}, never, never, false, [{ directive: typeof i1.CuiFocusTrapDirective; inputs: {}; outputs: {}; }]>;
|
|
36
|
+
}
|
|
37
|
+
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { Injector } from '@angular/core';
|
|
2
|
-
import type { CuiPopoverContext } from '@cuby-ui/cdk';
|
|
3
|
-
export type CuiDialogSize = 'xl' | 'auto';
|
|
4
|
-
export interface CuiDialogOptions<I = any> {
|
|
5
|
-
readonly size: CuiDialogSize;
|
|
6
|
-
readonly data: I;
|
|
7
|
-
readonly injector?: Injector;
|
|
8
|
-
}
|
|
9
|
-
export interface CuiDialogContext<I = undefined> extends CuiPopoverContext, CuiDialogOptions<I> {
|
|
10
|
-
}
|
|
1
|
+
import type { Injector } from '@angular/core';
|
|
2
|
+
import type { CuiPopoverContext } from '@cuby-ui/cdk';
|
|
3
|
+
export type CuiDialogSize = 'xl' | 'auto';
|
|
4
|
+
export interface CuiDialogOptions<I = any> {
|
|
5
|
+
readonly size: CuiDialogSize;
|
|
6
|
+
readonly data: I;
|
|
7
|
+
readonly injector?: Injector;
|
|
8
|
+
}
|
|
9
|
+
export interface CuiDialogContext<I = undefined> extends CuiPopoverContext, CuiDialogOptions<I> {
|
|
10
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./dialog.component";
|
|
3
|
-
import * as i2 from "./dialogs.component";
|
|
4
|
-
import * as i3 from "./dialog-actions/dialog-actions.component";
|
|
5
|
-
import * as i4 from "./dialog-header/dialog-header.component";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
import * as i6 from "@tinkoff/ng-polymorpheus";
|
|
8
|
-
import * as i7 from "@cuby-ui/cdk";
|
|
9
|
-
import * as i8 from "../button/button.module";
|
|
10
|
-
export declare class CuiDialogModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiDialogModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiDialogModule, [typeof i1.CuiDialogComponent, typeof i2.CuiDialogsComponent, typeof i3.CuiDialogActionsComponent, typeof i4.CuiDialogHeaderComponent], [typeof i5.CommonModule, typeof i6.PolymorpheusModule, typeof i7.CuiLetDirective, typeof i8.CuiButtonModule], [typeof i1.CuiDialogComponent, typeof i2.CuiDialogsComponent, typeof i3.CuiDialogActionsComponent, typeof i4.CuiDialogHeaderComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CuiDialogModule>;
|
|
14
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./dialog.component";
|
|
3
|
+
import * as i2 from "./dialogs.component";
|
|
4
|
+
import * as i3 from "./dialog-actions/dialog-actions.component";
|
|
5
|
+
import * as i4 from "./dialog-header/dialog-header.component";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@tinkoff/ng-polymorpheus";
|
|
8
|
+
import * as i7 from "@cuby-ui/cdk";
|
|
9
|
+
import * as i8 from "../button/button.module";
|
|
10
|
+
export declare class CuiDialogModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiDialogModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiDialogModule, [typeof i1.CuiDialogComponent, typeof i2.CuiDialogsComponent, typeof i3.CuiDialogActionsComponent, typeof i4.CuiDialogHeaderComponent], [typeof i5.CommonModule, typeof i6.PolymorpheusModule, typeof i7.CuiLetDirective, typeof i8.CuiButtonModule], [typeof i1.CuiDialogComponent, typeof i2.CuiDialogsComponent, typeof i3.CuiDialogActionsComponent, typeof i4.CuiDialogHeaderComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CuiDialogModule>;
|
|
14
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { CuiPopoverService } from '@cuby-ui/cdk';
|
|
2
|
-
import type { CuiDialogOptions } from './dialog.interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CuiDialogService extends CuiPopoverService<CuiDialogOptions> {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiDialogService, never>;
|
|
6
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CuiDialogService>;
|
|
7
|
-
}
|
|
1
|
+
import { CuiPopoverService } from '@cuby-ui/cdk';
|
|
2
|
+
import type { CuiDialogOptions } from './dialog.interfaces';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CuiDialogService extends CuiPopoverService<CuiDialogOptions> {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiDialogService, never>;
|
|
6
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CuiDialogService>;
|
|
7
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import type { CuiPopover } from '@cuby-ui/cdk';
|
|
3
|
-
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import type { CuiDialogOptions } from './dialog.interfaces';
|
|
5
|
-
export declare const CUI_DIALOGS: InjectionToken<BehaviorSubject<readonly CuiPopover<CuiDialogOptions<any>>[]>>;
|
|
6
|
-
export declare const CUI_DIALOG_DEFAULT_OPTIONS: CuiDialogOptions;
|
|
7
|
-
export declare const CUI_DIALOG_OPTIONS: InjectionToken<CuiDialogOptions<any>>;
|
|
8
|
-
export declare const CUI_DIALOG_CONTEXT: InjectionToken<CuiPopover<CuiDialogOptions<any>>>;
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import type { CuiPopover } from '@cuby-ui/cdk';
|
|
3
|
+
import { BehaviorSubject } from 'rxjs';
|
|
4
|
+
import type { CuiDialogOptions } from './dialog.interfaces';
|
|
5
|
+
export declare const CUI_DIALOGS: InjectionToken<BehaviorSubject<readonly CuiPopover<CuiDialogOptions<any>>[]>>;
|
|
6
|
+
export declare const CUI_DIALOG_DEFAULT_OPTIONS: CuiDialogOptions;
|
|
7
|
+
export declare const CUI_DIALOG_OPTIONS: InjectionToken<CuiDialogOptions<any>>;
|
|
8
|
+
export declare const CUI_DIALOG_CONTEXT: InjectionToken<CuiPopover<CuiDialogOptions<any>>>;
|
|
@@ -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 { CuiDialogOptions } from './dialog.interfaces';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CuiDialogsComponent implements OnInit {
|
|
8
|
-
private readonly destroy$;
|
|
9
|
-
protected readonly dialogs$: Observable<ReadonlyArray<CuiPopover<CuiDialogOptions>>>;
|
|
10
|
-
protected dialogInjectorCache: Map<string, Injector>;
|
|
11
|
-
protected dialogInjectors: ReadonlyArray<Injector>;
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
protected trackByFn(_: number, dialog: CuiPopover<CuiDialogOptions>): string;
|
|
14
|
-
protected initDialogInjectorsSubscription(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiDialogsComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiDialogsComponent, "cui-dialogs", 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 { CuiDialogOptions } from './dialog.interfaces';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class CuiDialogsComponent implements OnInit {
|
|
8
|
+
private readonly destroy$;
|
|
9
|
+
protected readonly dialogs$: Observable<ReadonlyArray<CuiPopover<CuiDialogOptions>>>;
|
|
10
|
+
protected dialogInjectorCache: Map<string, Injector>;
|
|
11
|
+
protected dialogInjectors: ReadonlyArray<Injector>;
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
protected trackByFn(_: number, dialog: CuiPopover<CuiDialogOptions>): string;
|
|
14
|
+
protected initDialogInjectorsSubscription(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiDialogsComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiDialogsComponent, "cui-dialogs", never, {}, {}, never, never, false, never>;
|
|
17
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from './dialog.component';
|
|
2
|
-
export * from './dialog.interfaces';
|
|
3
|
-
export * from './dialog.module';
|
|
4
|
-
export * from './dialog.service';
|
|
5
|
-
export * from './dialog.tokens';
|
|
6
|
-
export * from './dialogs.component';
|
|
7
|
-
export * from './dialog-actions/dialog-actions.component';
|
|
8
|
-
export * from './dialog-header/dialog-header.component';
|
|
1
|
+
export * from './dialog.component';
|
|
2
|
+
export * from './dialog.interfaces';
|
|
3
|
+
export * from './dialog.module';
|
|
4
|
+
export * from './dialog.service';
|
|
5
|
+
export * from './dialog.tokens';
|
|
6
|
+
export * from './dialogs.component';
|
|
7
|
+
export * from './dialog-actions/dialog-actions.component';
|
|
8
|
+
export * from './dialog-header/dialog-header.component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class CuiFormFieldComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiFormFieldComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiFormFieldComponent, "cui-form-field", never, {}, {}, never, ["label[cuiLabel]", "*", "cui-hint"], false, never>;
|
|
5
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CuiFormFieldComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiFormFieldComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiFormFieldComponent, "cui-form-field", never, {}, {}, never, ["label[cuiLabel]", "*", "cui-hint"], false, never>;
|
|
5
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./form-field.component";
|
|
3
|
-
export declare class CuiFormFieldModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiFormFieldModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiFormFieldModule, [typeof i1.CuiFormFieldComponent], never, [typeof i1.CuiFormFieldComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CuiFormFieldModule>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./form-field.component";
|
|
3
|
+
export declare class CuiFormFieldModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiFormFieldModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiFormFieldModule, [typeof i1.CuiFormFieldComponent], never, [typeof i1.CuiFormFieldComponent]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CuiFormFieldModule>;
|
|
7
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './form-field.component';
|
|
2
|
-
export * from './form-field.module';
|
|
1
|
+
export * from './form-field.component';
|
|
2
|
+
export * from './form-field.module';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { CuiHintType } from '../../types';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CuiHintComponent {
|
|
4
|
-
hintType: CuiHintType;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiHintComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiHintComponent, "cui-hint", never, { "hintType": "hintType"; }, {}, never, ["*"], false, never>;
|
|
7
|
-
}
|
|
1
|
+
import type { CuiHintType } from '../../types';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CuiHintComponent {
|
|
4
|
+
hintType: CuiHintType;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiHintComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiHintComponent, "cui-hint", never, { "hintType": "hintType"; }, {}, never, ["*"], false, never>;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./hint.component";
|
|
3
|
-
export declare class CuiHintModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiHintModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiHintModule, [typeof i1.CuiHintComponent], never, [typeof i1.CuiHintComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CuiHintModule>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./hint.component";
|
|
3
|
+
export declare class CuiHintModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiHintModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiHintModule, [typeof i1.CuiHintComponent], never, [typeof i1.CuiHintComponent]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CuiHintModule>;
|
|
7
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './hint.component';
|
|
2
|
-
export * from './hint.module';
|
|
1
|
+
export * from './hint.component';
|
|
2
|
+
export * from './hint.module';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import type { CuiIcon } from '@cuby-ui/icons';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CuiIconButtonComponent {
|
|
4
|
-
protected readonly ICON_WIDTH = 16;
|
|
5
|
-
protected readonly ICON_HEIGHT = 16;
|
|
6
|
-
protected readonly ICON_STROKE_WIDTH = 1.5;
|
|
7
|
-
icon: CuiIcon | string;
|
|
8
|
-
color?: string;
|
|
9
|
-
hoverColor?: string;
|
|
10
|
-
protected get isWithHoverColor(): boolean;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiIconButtonComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CuiIconButtonComponent, "button[cuiIconButton][icon], a[cuiIconButton][icon]", never, { "icon": "icon"; "color": "color"; "hoverColor": "hoverColor"; }, {}, never, never, false, never>;
|
|
13
|
-
}
|
|
1
|
+
import type { CuiIcon } from '@cuby-ui/icons';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CuiIconButtonComponent {
|
|
4
|
+
protected readonly ICON_WIDTH = 16;
|
|
5
|
+
protected readonly ICON_HEIGHT = 16;
|
|
6
|
+
protected readonly ICON_STROKE_WIDTH = 1.5;
|
|
7
|
+
icon: CuiIcon | string;
|
|
8
|
+
color?: string;
|
|
9
|
+
hoverColor?: string;
|
|
10
|
+
protected get isWithHoverColor(): boolean;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiIconButtonComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CuiIconButtonComponent, "button[cuiIconButton][icon], a[cuiIconButton][icon]", never, { "icon": "icon"; "color": "color"; "hoverColor": "hoverColor"; }, {}, never, never, false, never>;
|
|
13
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./icon-button.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../svg/svg.module";
|
|
5
|
-
export declare class CuiIconButtonModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CuiIconButtonModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiIconButtonModule, [typeof i1.CuiIconButtonComponent], [typeof i2.CommonModule, typeof i3.CuiSvgModule], [typeof i1.CuiIconButtonComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CuiIconButtonModule>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./icon-button.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../svg/svg.module";
|
|
5
|
+
export declare class CuiIconButtonModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CuiIconButtonModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CuiIconButtonModule, [typeof i1.CuiIconButtonComponent], [typeof i2.CommonModule, typeof i3.CuiSvgModule], [typeof i1.CuiIconButtonComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CuiIconButtonModule>;
|
|
9
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './icon-button.component';
|
|
2
|
-
export * from './icon-button.module';
|
|
1
|
+
export * from './icon-button.component';
|
|
2
|
+
export * from './icon-button.module';
|