@daffodil/design 0.84.0 → 0.86.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/src/accordion-theme.scss +11 -13
- package/article/src/article-theme.scss +36 -38
- package/atoms/form/error-message/error-message.component.d.ts +6 -0
- package/atoms/form/form-field/form-field/form-field.component.d.ts +104 -13
- package/atoms/form/form-field/form-field-control.d.ts +3 -0
- package/atoms/form/form-field/form-field.d.ts +2 -1
- package/atoms/form/form-field/label/label.directive.d.ts +5 -0
- package/atoms/form/form-field/public_api.d.ts +1 -0
- package/atoms/form/form-label/form-label.directive.d.ts +3 -0
- package/atoms/form/hint/hint.component.d.ts +5 -1
- package/breadcrumb/src/breadcrumb-theme.scss +9 -11
- package/button/README.md +3 -3
- package/button/button/button-base.directive.d.ts +1 -2
- package/button/button/raised/raised.component.d.ts +1 -1
- package/button/src/button/basic/button-theme.scss +80 -82
- package/button/src/button/button-base.scss +0 -18
- package/button/src/button/flat/flat-theme.scss +28 -30
- package/button/src/button/icon/icon-theme.scss +74 -76
- package/button/src/button/raised/raised-theme.scss +28 -30
- package/button/src/button/stroked/stroked-theme.scss +31 -33
- package/button/src/button/underline/underline-theme.scss +30 -32
- package/callout/src/callout-theme.scss +21 -23
- package/card/src/card/raised/raised-theme.scss +9 -11
- package/card/src/card/stroked/stroked-theme.scss +32 -34
- package/card/src/card-base-theme.scss +42 -44
- package/core/colorable/colorable.d.ts +2 -2
- package/core/compactable/compactable.directive.d.ts +3 -0
- package/core/openable/openable.directive.d.ts +1 -1
- package/core/selectable/selectable.directive.d.ts +3 -1
- package/core/sizable/sizable.directive.d.ts +2 -2
- package/core/skeletonable/public_api.d.ts +0 -1
- package/core/skeletonable/skeletonable.directive.d.ts +3 -0
- package/core/text-alignable/text-alignable.directive.d.ts +9 -5
- package/fesm2022/daffodil-design-accordion-examples.mjs +10 -10
- package/fesm2022/daffodil-design-accordion-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-accordion.mjs +15 -15
- package/fesm2022/daffodil-design-accordion.mjs.map +1 -1
- package/fesm2022/daffodil-design-article-examples.mjs +31 -31
- package/fesm2022/daffodil-design-article-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-article.mjs +12 -12
- package/fesm2022/daffodil-design-article.mjs.map +1 -1
- package/fesm2022/daffodil-design-breadcrumb-examples.mjs +7 -7
- package/fesm2022/daffodil-design-breadcrumb-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-breadcrumb.mjs +12 -12
- package/fesm2022/daffodil-design-breadcrumb.mjs.map +1 -1
- package/fesm2022/daffodil-design-button-examples.mjs +34 -34
- package/fesm2022/daffodil-design-button-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-button.mjs +37 -61
- package/fesm2022/daffodil-design-button.mjs.map +1 -1
- package/fesm2022/daffodil-design-callout-examples.mjs +13 -13
- package/fesm2022/daffodil-design-callout-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-callout.mjs +23 -23
- package/fesm2022/daffodil-design-callout.mjs.map +1 -1
- package/fesm2022/daffodil-design-card-examples.mjs +19 -19
- package/fesm2022/daffodil-design-card-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-card.mjs +35 -35
- package/fesm2022/daffodil-design-card.mjs.map +1 -1
- package/fesm2022/daffodil-design-checkbox-examples.mjs +7 -7
- package/fesm2022/daffodil-design-checkbox-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-container-examples.mjs +4 -4
- package/fesm2022/daffodil-design-container-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-container.mjs +8 -8
- package/fesm2022/daffodil-design-container.mjs.map +1 -1
- package/fesm2022/daffodil-design-hero-examples.mjs +13 -13
- package/fesm2022/daffodil-design-hero-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-hero.mjs +23 -23
- package/fesm2022/daffodil-design-hero.mjs.map +1 -1
- package/fesm2022/daffodil-design-image-examples.mjs +10 -10
- package/fesm2022/daffodil-design-image-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-image.mjs +9 -9
- package/fesm2022/daffodil-design-image.mjs.map +1 -1
- package/fesm2022/daffodil-design-input-examples.mjs +42 -21
- package/fesm2022/daffodil-design-input-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-input.mjs +139 -0
- package/fesm2022/daffodil-design-input.mjs.map +1 -0
- package/fesm2022/daffodil-design-link-set.mjs +17 -17
- package/fesm2022/daffodil-design-link-set.mjs.map +1 -1
- package/fesm2022/daffodil-design-list-examples.mjs +13 -13
- package/fesm2022/daffodil-design-list-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-list.mjs +12 -12
- package/fesm2022/daffodil-design-list.mjs.map +1 -1
- package/fesm2022/daffodil-design-loading-icon-examples.mjs +4 -4
- package/fesm2022/daffodil-design-loading-icon-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-loading-icon.mjs +8 -8
- package/fesm2022/daffodil-design-loading-icon.mjs.map +1 -1
- package/fesm2022/daffodil-design-media-gallery-examples.mjs +16 -16
- package/fesm2022/daffodil-design-media-gallery-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-media-gallery.mjs +14 -21
- package/fesm2022/daffodil-design-media-gallery.mjs.map +1 -1
- package/fesm2022/daffodil-design-menu-examples.mjs +7 -7
- package/fesm2022/daffodil-design-menu-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-menu.mjs +17 -17
- package/fesm2022/daffodil-design-menu.mjs.map +1 -1
- package/fesm2022/daffodil-design-modal-examples.mjs +7 -7
- package/fesm2022/daffodil-design-modal-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-modal.mjs +28 -28
- package/fesm2022/daffodil-design-modal.mjs.map +1 -1
- package/fesm2022/daffodil-design-navbar-examples.mjs +13 -13
- package/fesm2022/daffodil-design-navbar-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-navbar.mjs +8 -8
- package/fesm2022/daffodil-design-navbar.mjs.map +1 -1
- package/fesm2022/daffodil-design-notification-examples.mjs +16 -16
- package/fesm2022/daffodil-design-notification-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-notification.mjs +20 -20
- package/fesm2022/daffodil-design-notification.mjs.map +1 -1
- package/fesm2022/daffodil-design-paginator-examples.mjs +7 -7
- package/fesm2022/daffodil-design-paginator-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-paginator.mjs +8 -8
- package/fesm2022/daffodil-design-paginator.mjs.map +1 -1
- package/fesm2022/daffodil-design-progress-bar-examples.mjs +10 -10
- package/fesm2022/daffodil-design-progress-bar-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-progress-bar.mjs +12 -12
- package/fesm2022/daffodil-design-progress-bar.mjs.map +1 -1
- package/fesm2022/daffodil-design-quantity-field-examples.mjs +19 -18
- package/fesm2022/daffodil-design-quantity-field-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-quantity-field.mjs +355 -0
- package/fesm2022/daffodil-design-quantity-field.mjs.map +1 -0
- package/fesm2022/daffodil-design-radio-examples.mjs +4 -4
- package/fesm2022/daffodil-design-radio-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-sidebar-examples.mjs +13 -13
- package/fesm2022/daffodil-design-sidebar-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-sidebar.mjs +27 -27
- package/fesm2022/daffodil-design-sidebar.mjs.map +1 -1
- package/fesm2022/daffodil-design-switch-examples.mjs +16 -16
- package/fesm2022/daffodil-design-switch-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-switch.mjs +4 -4
- package/fesm2022/daffodil-design-switch.mjs.map +1 -1
- package/fesm2022/daffodil-design-tabs-examples.mjs +16 -16
- package/fesm2022/daffodil-design-tabs-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-tabs.mjs +16 -16
- package/fesm2022/daffodil-design-tabs.mjs.map +1 -1
- package/fesm2022/daffodil-design-text-snippet-examples.mjs +4 -4
- package/fesm2022/daffodil-design-text-snippet-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-text-snippet.mjs +4 -4
- package/fesm2022/daffodil-design-text-snippet.mjs.map +1 -1
- package/fesm2022/daffodil-design-toast-examples.mjs +13 -72
- package/fesm2022/daffodil-design-toast-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-toast.mjs +73 -61
- package/fesm2022/daffodil-design-toast.mjs.map +1 -1
- package/fesm2022/daffodil-design-tree-examples.mjs +7 -7
- package/fesm2022/daffodil-design-tree-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-tree.mjs +11 -11
- package/fesm2022/daffodil-design-tree.mjs.map +1 -1
- package/fesm2022/daffodil-design-youtube-player.mjs +7 -7
- package/fesm2022/daffodil-design-youtube-player.mjs.map +1 -1
- package/fesm2022/daffodil-design.mjs +477 -711
- package/fesm2022/daffodil-design.mjs.map +1 -1
- package/hero/src/hero-theme.scss +21 -23
- package/input/README.md +66 -0
- package/input/examples/input-hint-and-error/input-hint-and-error.component.d.ts +9 -0
- package/input/index.d.ts +1 -0
- package/{atoms/form/input → input}/input.component.d.ts +21 -5
- package/list/src/list-theme.scss +9 -11
- package/loading-icon/src/loading-icon-theme.scss +20 -22
- package/media-gallery/media-gallery/media-gallery.component.d.ts +0 -4
- package/media-gallery/src/media-gallery-theme.scss +10 -12
- package/menu/helpers/create-overlay.d.ts +1 -1
- package/menu/src/menu-theme.scss +10 -11
- package/modal/src/modal-theme.scss +2 -2
- package/navbar/src/navbar-theme.scss +18 -20
- package/notification/src/notification-theme.scss +44 -46
- package/package.json +1 -1
- package/paginator/src/paginator-theme.scss +9 -11
- package/progress-bar/src/progress-bar-theme.scss +18 -20
- package/public_api.d.ts +0 -2
- package/quantity-field/README.md +63 -0
- package/quantity-field/index.d.ts +1 -0
- package/quantity-field/public_api.d.ts +2 -0
- package/{atoms/form/quantity-field → quantity-field}/quantity-field.component.d.ts +3 -3
- package/quantity-field/quantity-field.module.d.ts +11 -0
- package/{atoms/form/quantity-field → quantity-field}/quantity-input/quantity-input.component.d.ts +2 -2
- package/{atoms/form/quantity-field → quantity-field}/quantity-select/quantity-select.component.d.ts +2 -2
- package/scss/state/skeleton/_mixins.scss +12 -10
- package/scss/theme.scss +0 -2
- package/scss/theming/_configure-theme.scss +16 -16
- package/scss/theming/_get-base-color.scss +19 -0
- package/scss/theming/_get-palette.scss +27 -0
- package/scss/theming/_get-theme-mode.scss +9 -0
- package/scss/theming/_index.scss +3 -0
- package/scss/theming/_light-dark.scss +4 -4
- package/scss/theming/_theme-css-variables.scss +20 -20
- package/scss/theming/contrast/luminance/luminance.scss +3 -3
- package/sidebar/src/sidebar-theme.scss +4 -5
- package/src/atoms/form/error-message/error-message-theme.scss +3 -4
- package/src/atoms/form/form-field/form-field/form-field-theme.scss +47 -31
- package/src/atoms/form/hint/hint-theme.scss +13 -8
- package/src/atoms/form/native-select/native-select-theme.scss +5 -7
- package/switch/src/switch-theme.scss +13 -15
- package/tabs/src/tabs-theme.scss +13 -15
- package/toast/README.md +21 -1
- package/toast/examples/public_api.d.ts +1 -2
- package/toast/helpers/toast-position.d.ts +8 -0
- package/toast/interfaces/toast-options.d.ts +19 -0
- package/toast/interfaces/toast.d.ts +1 -1
- package/toast/public_api.d.ts +2 -2
- package/toast/service/position-strategy.d.ts +1 -1
- package/toast/service/position.service.d.ts +1 -1
- package/toast/service/toast.service.d.ts +1 -1
- package/toast/src/toast-theme.scss +36 -38
- package/toast/toast/toast-provider.d.ts +16 -4
- package/toast/toast/toast-template.component.d.ts +1 -1
- package/tree/src/tree-theme.scss +20 -22
- package/atoms/form/quantity-field/public_api.d.ts +0 -4
- package/atoms/form/quantity-field/quantity-field.module.d.ts +0 -13
- package/core/skeletonable/skeletonable.d.ts +0 -6
- package/src/atoms/form/input/input-theme.scss +0 -12
- package/toast/examples/toast-positions/toast-positions.component.d.ts +0 -20
- package/toast/options/daff-toast-options.d.ts +0 -14
- /package/{atoms/form/input → input}/input.module.d.ts +0 -0
- /package/{atoms/form/input → input}/public_api.d.ts +0 -0
@@ -1,6 +1,7 @@
|
|
1
1
|
import { Provider } from '@angular/core';
|
2
|
+
import { DaffToastOptions } from '../interfaces/toast-options';
|
2
3
|
/**
|
3
|
-
* Registers the `DaffToastService`
|
4
|
+
* Registers the `DaffToastService` for displaying a toast. This provider ensures
|
4
5
|
* toasts function correctly within your application.
|
5
6
|
*
|
6
7
|
* ```ts
|
@@ -8,11 +9,22 @@ import { Provider } from '@angular/core';
|
|
8
9
|
*
|
9
10
|
* @NgModule({
|
10
11
|
* providers: [
|
11
|
-
*
|
12
|
-
*
|
12
|
+
* provideDaffToast({
|
13
|
+
* position: {
|
14
|
+
* vertical: 'bottom',
|
15
|
+
* horizontal: 'left',
|
16
|
+
* },
|
17
|
+
* }),
|
18
|
+
* ]
|
13
19
|
* )}
|
14
20
|
*
|
15
21
|
* export class AppModule {}
|
16
22
|
* ```
|
23
|
+
* @param config Sets the configuration for all toasts.
|
24
|
+
* Toasts are displayed in the top-right corner of the screen by default on desktop devices.
|
25
|
+
*
|
26
|
+
* On mobile devices, toasts will always appear in the bottom-center position,
|
27
|
+
* regardless of configuration settings.
|
28
|
+
*
|
17
29
|
*/
|
18
|
-
export declare const provideDaffToast: () => Provider[];
|
30
|
+
export declare const provideDaffToast: (config?: DaffToastOptions) => Provider[];
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter } from '@angular/core';
|
2
2
|
import { DaffToast } from '../interfaces/toast';
|
3
|
-
import { DaffToastOptions } from '../
|
3
|
+
import { DaffToastOptions } from '../interfaces/toast-options';
|
4
4
|
import { DaffToastPositionService } from '../service/position.service';
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
export declare class DaffToastTemplateComponent {
|
package/tree/src/tree-theme.scss
CHANGED
@@ -1,28 +1,26 @@
|
|
1
|
-
@use '
|
2
|
-
@use '../../scss/theming';
|
3
|
-
@use '../../scss/core';
|
1
|
+
@use '../../scss/theming' as *;
|
4
2
|
|
5
3
|
@mixin daff-tree-theme($theme) {
|
6
|
-
$primary:
|
7
|
-
$secondary:
|
8
|
-
$tertiary:
|
9
|
-
$base:
|
10
|
-
$base-contrast:
|
11
|
-
$white:
|
12
|
-
$black:
|
13
|
-
$neutral:
|
14
|
-
$
|
4
|
+
$primary: daff-get-palette($theme, primary);
|
5
|
+
$secondary: daff-get-palette($theme, secondary);
|
6
|
+
$tertiary: daff-get-palette($theme, tertiary);
|
7
|
+
$base: daff-get-base-color($theme, base);
|
8
|
+
$base-contrast: daff-get-base-color($theme, base-contrast);
|
9
|
+
$white: daff-get-base-color($theme, 'white');
|
10
|
+
$black: daff-get-base-color($theme, 'black');
|
11
|
+
$neutral: daff-get-palette($theme, neutral);
|
12
|
+
$mode: daff-get-theme-mode($theme);
|
15
13
|
|
16
14
|
// stylelint-disable selector-class-pattern
|
17
15
|
.daff-tree-item {
|
18
16
|
$root: &;
|
19
17
|
|
20
|
-
@include
|
18
|
+
@include light($mode) {
|
21
19
|
background-color: $base;
|
22
|
-
color:
|
20
|
+
color: daff-color($neutral, 90);
|
23
21
|
|
24
22
|
&:hover {
|
25
|
-
background-color:
|
23
|
+
background-color: daff-color($neutral, 20);
|
26
24
|
}
|
27
25
|
|
28
26
|
&::after {
|
@@ -30,21 +28,21 @@
|
|
30
28
|
}
|
31
29
|
|
32
30
|
&.selected {
|
33
|
-
background-color:
|
31
|
+
background-color: daff-color($neutral, 20);
|
34
32
|
color: $base-contrast;
|
35
33
|
|
36
34
|
&::before {
|
37
|
-
background-color:
|
35
|
+
background-color: daff-color($primary);
|
38
36
|
}
|
39
37
|
}
|
40
38
|
}
|
41
39
|
|
42
|
-
@include
|
40
|
+
@include dark($mode) {
|
43
41
|
background-color: $base;
|
44
|
-
color:
|
42
|
+
color: daff-color($neutral, 20);
|
45
43
|
|
46
44
|
&:hover {
|
47
|
-
background-color:
|
45
|
+
background-color: daff-color($neutral, 90);
|
48
46
|
}
|
49
47
|
|
50
48
|
&::after {
|
@@ -52,11 +50,11 @@
|
|
52
50
|
}
|
53
51
|
|
54
52
|
&.selected {
|
55
|
-
background-color:
|
53
|
+
background-color: daff-color($neutral, 90);
|
56
54
|
color: $base-contrast;
|
57
55
|
|
58
56
|
&::before {
|
59
|
-
background-color:
|
57
|
+
background-color: daff-color($primary);
|
60
58
|
}
|
61
59
|
}
|
62
60
|
}
|
@@ -1,4 +0,0 @@
|
|
1
|
-
export { DaffQuantityFieldModule } from './quantity-field.module';
|
2
|
-
export { DaffQuantityFieldComponent } from './quantity-field.component';
|
3
|
-
export { DaffQuantityInputComponent } from './quantity-input/quantity-input.component';
|
4
|
-
export { DaffQuantitySelectComponent } from './quantity-select/quantity-select.component';
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./quantity-field.component";
|
3
|
-
import * as i2 from "./quantity-input/quantity-input.component";
|
4
|
-
import * as i3 from "./quantity-select/quantity-select.component";
|
5
|
-
import * as i4 from "@angular/common";
|
6
|
-
import * as i5 from "../native-select/native-select.module";
|
7
|
-
import * as i6 from "@angular/forms";
|
8
|
-
import * as i7 from "../input/input.module";
|
9
|
-
export declare class DaffQuantityFieldModule {
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DaffQuantityFieldModule, never>;
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DaffQuantityFieldModule, [typeof i1.DaffQuantityFieldComponent, typeof i2.DaffQuantityInputComponent, typeof i3.DaffQuantitySelectComponent], [typeof i4.CommonModule, typeof i5.DaffNativeSelectModule, typeof i6.ReactiveFormsModule, typeof i7.DaffInputModule], [typeof i1.DaffQuantityFieldComponent, typeof i2.DaffQuantityInputComponent, typeof i3.DaffQuantitySelectComponent]>;
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DaffQuantityFieldModule>;
|
13
|
-
}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
@use '../../../../scss/core';
|
2
|
-
@use '../../../../scss/theming';
|
3
|
-
|
4
|
-
@mixin daff-input-theme($theme) {
|
5
|
-
$base: core.daff-map-get($theme, 'core', 'base');
|
6
|
-
$base-contrast: core.daff-map-get($theme, 'core', 'base-contrast');
|
7
|
-
|
8
|
-
.daff-input {
|
9
|
-
background: $base;
|
10
|
-
color: $base-contrast;
|
11
|
-
}
|
12
|
-
}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import { OnInit } from '@angular/core';
|
2
|
-
import { FormControl } from '@angular/forms';
|
3
|
-
import { DaffToastService, DaffToastPositionService } from '@daffodil/design/toast';
|
4
|
-
import * as i0 from "@angular/core";
|
5
|
-
export declare class ToastPositionsComponent implements OnInit {
|
6
|
-
private toastService;
|
7
|
-
private toastPositionService;
|
8
|
-
private toast;
|
9
|
-
constructor(toastService: DaffToastService, toastPositionService: DaffToastPositionService);
|
10
|
-
open(): void;
|
11
|
-
private count;
|
12
|
-
horizontalControl: FormControl;
|
13
|
-
verticalControl: FormControl;
|
14
|
-
/**
|
15
|
-
* @docs-private
|
16
|
-
*/
|
17
|
-
ngOnInit(): void;
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToastPositionsComponent, never>;
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToastPositionsComponent, "toast-positions", never, {}, {}, never, never, true, never>;
|
20
|
-
}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
export interface VerticalPositionTypes {
|
2
|
-
vertical: 'top' | 'bottom';
|
3
|
-
}
|
4
|
-
export interface HorizontalPositionTypes {
|
5
|
-
horizontal: 'left' | 'center' | 'right';
|
6
|
-
}
|
7
|
-
export type DaffToastPosition = VerticalPositionTypes & HorizontalPositionTypes;
|
8
|
-
export interface DaffToastOptions {
|
9
|
-
position: DaffToastPosition;
|
10
|
-
useParent: boolean;
|
11
|
-
}
|
12
|
-
export declare const daffToastDefaultOptions: DaffToastOptions;
|
13
|
-
export declare const provideDaffToastOptions: <R extends DaffToastOptions = DaffToastOptions>(config: Partial<R> | import("@angular/core").InjectionToken<Partial<R>>) => import("@angular/core").FactoryProvider;
|
14
|
-
export declare const DAFF_TOAST_OPTIONS: import("@angular/core").InjectionToken<DaffToastOptions>;
|
File without changes
|
File without changes
|