@daffodil/design 0.71.0 → 0.72.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.
Files changed (148) hide show
  1. package/README.md +36 -40
  2. package/accordion/accordion/accordion-item/accordion-item.component.d.ts +1 -3
  3. package/accordion/accordion.module.d.ts +4 -5
  4. package/accordion/public_api.d.ts +0 -1
  5. package/atoms/form/quantity-field/quantity-field.component.d.ts +2 -1
  6. package/callout/callout/callout.component.d.ts +1 -31
  7. package/esm2022/accordion/accordion/accordion-item/accordion-item.component.mjs +2 -5
  8. package/esm2022/accordion/accordion.module.mjs +3 -8
  9. package/esm2022/accordion/examples/basic-accordion/basic-accordion.component.mjs +1 -1
  10. package/esm2022/accordion/public_api.mjs +1 -2
  11. package/esm2022/atoms/form/quantity-field/quantity-field.component.mjs +7 -4
  12. package/esm2022/callout/callout/callout.component.mjs +5 -35
  13. package/esm2022/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +1 -1
  14. package/esm2022/callout/examples/callout-theming/callout-theming.component.mjs +1 -1
  15. package/esm2022/callout/examples/callout-with-grid/callout-with-grid.component.mjs +1 -1
  16. package/esm2022/callout/examples/compact-callout/compact-callout.component.mjs +1 -1
  17. package/esm2022/hero/examples/compact-hero/compact-hero.component.mjs +1 -1
  18. package/esm2022/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +1 -1
  19. package/esm2022/hero/examples/hero-theming/hero-theming.component.mjs +1 -1
  20. package/esm2022/hero/examples/hero-with-grid/hero-with-grid.component.mjs +1 -1
  21. package/esm2022/hero/hero/hero.component.mjs +5 -36
  22. package/esm2022/list/examples/basic-list/basic-list.component.mjs +1 -1
  23. package/esm2022/list/examples/icon-list/icon-list.component.mjs +1 -1
  24. package/esm2022/list/examples/multiline-list/multiline-list.component.mjs +1 -1
  25. package/esm2022/list/examples/nav-list/nav-list.component.mjs +1 -1
  26. package/esm2022/list/list/list.component.mjs +5 -43
  27. package/esm2022/list/list.module.mjs +1 -6
  28. package/esm2022/list/public_api.mjs +1 -2
  29. package/esm2022/menu/menu-activator/menu-activator.component.mjs +1 -1
  30. package/esm2022/notification/examples/default-notification/default-notification.component.mjs +1 -1
  31. package/esm2022/notification/examples/{dismissable-notification/dismissable-notification.component.mjs → dismissible-notification/dismissible-notification.component.mjs} +6 -6
  32. package/esm2022/notification/examples/{dismissable-notification/dismissable-notification.module.mjs → dismissible-notification/dismissible-notification.module.mjs} +10 -10
  33. package/esm2022/notification/examples/notification-orientations/notification-orientations.component.mjs +1 -1
  34. package/esm2022/notification/examples/notification-status/notification-status.component.mjs +1 -1
  35. package/esm2022/notification/examples/public_api.mjs +4 -4
  36. package/esm2022/notification/notification/notification.component.mjs +6 -6
  37. package/esm2022/paginator/examples/basic-paginator/basic-paginator.component.mjs +1 -1
  38. package/esm2022/paginator/examples/link-paginator/link-paginator.component.mjs +1 -1
  39. package/esm2022/paginator/paginator/paginator.component.mjs +8 -24
  40. package/esm2022/public_api.mjs +1 -8
  41. package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +1 -1
  42. package/esm2022/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +1 -1
  43. package/esm2022/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +1 -1
  44. package/esm2022/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +1 -1
  45. package/esm2022/sidebar/sidebar-viewport-backdrop/sidebar-viewport-backdrop.component.mjs +1 -5
  46. package/fesm2022/daffodil-design-accordion-examples.mjs +1 -1
  47. package/fesm2022/daffodil-design-accordion-examples.mjs.map +1 -1
  48. package/fesm2022/daffodil-design-accordion.mjs +4 -34
  49. package/fesm2022/daffodil-design-accordion.mjs.map +1 -1
  50. package/fesm2022/daffodil-design-callout-examples.mjs +4 -4
  51. package/fesm2022/daffodil-design-callout-examples.mjs.map +1 -1
  52. package/fesm2022/daffodil-design-callout.mjs +5 -35
  53. package/fesm2022/daffodil-design-callout.mjs.map +1 -1
  54. package/fesm2022/daffodil-design-hero-examples.mjs +4 -4
  55. package/fesm2022/daffodil-design-hero-examples.mjs.map +1 -1
  56. package/fesm2022/daffodil-design-hero.mjs +5 -36
  57. package/fesm2022/daffodil-design-hero.mjs.map +1 -1
  58. package/fesm2022/daffodil-design-list-examples.mjs +4 -4
  59. package/fesm2022/daffodil-design-list-examples.mjs.map +1 -1
  60. package/fesm2022/daffodil-design-list.mjs +5 -70
  61. package/fesm2022/daffodil-design-list.mjs.map +1 -1
  62. package/fesm2022/daffodil-design-menu.mjs.map +1 -1
  63. package/fesm2022/daffodil-design-notification-examples.mjs +17 -17
  64. package/fesm2022/daffodil-design-notification-examples.mjs.map +1 -1
  65. package/fesm2022/daffodil-design-notification.mjs +5 -5
  66. package/fesm2022/daffodil-design-notification.mjs.map +1 -1
  67. package/fesm2022/daffodil-design-paginator-examples.mjs +2 -2
  68. package/fesm2022/daffodil-design-paginator-examples.mjs.map +1 -1
  69. package/fesm2022/daffodil-design-paginator.mjs +6 -22
  70. package/fesm2022/daffodil-design-paginator.mjs.map +1 -1
  71. package/fesm2022/daffodil-design-quantity-field-examples.mjs +4 -4
  72. package/fesm2022/daffodil-design-quantity-field-examples.mjs.map +1 -1
  73. package/fesm2022/daffodil-design-sidebar.mjs +0 -4
  74. package/fesm2022/daffodil-design-sidebar.mjs.map +1 -1
  75. package/fesm2022/daffodil-design.mjs +64 -602
  76. package/fesm2022/daffodil-design.mjs.map +1 -1
  77. package/hero/README.md +0 -6
  78. package/hero/hero/hero.component.d.ts +1 -32
  79. package/list/README.md +0 -7
  80. package/list/list/list.component.d.ts +1 -30
  81. package/list/list.module.d.ts +4 -5
  82. package/list/public_api.d.ts +0 -1
  83. package/list/src/list-theme.scss +0 -34
  84. package/menu/README.md +15 -3
  85. package/notification/examples/dismissible-notification/dismissible-notification.component.d.ts +6 -0
  86. package/notification/examples/dismissible-notification/dismissible-notification.module.d.ts +11 -0
  87. package/notification/notification/notification.component.d.ts +2 -2
  88. package/package.json +1 -1
  89. package/paginator/paginator/paginator.component.d.ts +4 -24
  90. package/paginator/src/paginator-theme.scss +0 -55
  91. package/public_api.d.ts +0 -6
  92. package/scss/theme.scss +0 -2
  93. package/sidebar/sidebar-viewport-backdrop/sidebar-viewport-backdrop.component.d.ts +0 -4
  94. package/accordion/accordion/accordion-item-content/accordion-item-content.directive.d.ts +0 -12
  95. package/atoms/progress-indicator/animation/progress-indicator-animation.d.ts +0 -4
  96. package/atoms/progress-indicator/progress-indicator.component.d.ts +0 -57
  97. package/atoms/progress-indicator/progress-indicator.module.d.ts +0 -8
  98. package/atoms/progress-indicator/public_api.d.ts +0 -2
  99. package/esm2022/accordion/accordion/accordion-item-content/accordion-item-content.directive.mjs +0 -25
  100. package/esm2022/atoms/progress-indicator/animation/progress-indicator-animation.mjs +0 -8
  101. package/esm2022/atoms/progress-indicator/progress-indicator.component.mjs +0 -82
  102. package/esm2022/atoms/progress-indicator/progress-indicator.module.mjs +0 -20
  103. package/esm2022/atoms/progress-indicator/public_api.mjs +0 -3
  104. package/esm2022/list/list-subheader/list-subheader.directive.mjs +0 -25
  105. package/esm2022/molecules/button-set/button-set.component.mjs +0 -23
  106. package/esm2022/molecules/button-set/button-set.module.mjs +0 -20
  107. package/esm2022/molecules/button-set/public_api.mjs +0 -3
  108. package/esm2022/molecules/feature/feature/feature.component.mjs +0 -49
  109. package/esm2022/molecules/feature/feature-icon/feature-icon.directive.mjs +0 -22
  110. package/esm2022/molecules/feature/feature-subheader/feature-subheader.directive.mjs +0 -22
  111. package/esm2022/molecules/feature/feature-subtitle/feature-subtitle.directive.mjs +0 -22
  112. package/esm2022/molecules/feature/feature-title/feature-title.directive.mjs +0 -22
  113. package/esm2022/molecules/feature/feature.module.mjs +0 -44
  114. package/esm2022/molecules/feature/public_api.mjs +0 -7
  115. package/esm2022/molecules/image-gallery/gallery-image/gallery-image.component.mjs +0 -25
  116. package/esm2022/molecules/image-gallery/image-gallery/image-gallery.component.mjs +0 -15
  117. package/esm2022/molecules/image-gallery/image-gallery.module.mjs +0 -33
  118. package/esm2022/molecules/image-gallery/public_api.mjs +0 -4
  119. package/esm2022/molecules/image-list/image-list.component.mjs +0 -20
  120. package/esm2022/molecules/image-list/image-list.module.mjs +0 -24
  121. package/esm2022/molecules/image-list/public_api.mjs +0 -3
  122. package/esm2022/molecules/qty-dropdown/public_api.mjs +0 -3
  123. package/esm2022/molecules/qty-dropdown/qty-dropdown.component.mjs +0 -113
  124. package/esm2022/molecules/qty-dropdown/qty-dropdown.module.mjs +0 -40
  125. package/list/list-subheader/list-subheader.directive.d.ts +0 -12
  126. package/molecules/button-set/button-set.component.d.ts +0 -12
  127. package/molecules/button-set/button-set.module.d.ts +0 -7
  128. package/molecules/button-set/public_api.d.ts +0 -2
  129. package/molecules/feature/feature/feature.component.d.ts +0 -26
  130. package/molecules/feature/feature-icon/feature-icon.directive.d.ts +0 -9
  131. package/molecules/feature/feature-subheader/feature-subheader.directive.d.ts +0 -9
  132. package/molecules/feature/feature-subtitle/feature-subtitle.directive.d.ts +0 -9
  133. package/molecules/feature/feature-title/feature-title.directive.d.ts +0 -9
  134. package/molecules/feature/feature.module.d.ts +0 -12
  135. package/molecules/feature/public_api.d.ts +0 -6
  136. package/molecules/image-gallery/gallery-image/gallery-image.component.d.ts +0 -10
  137. package/molecules/image-gallery/image-gallery/image-gallery.component.d.ts +0 -8
  138. package/molecules/image-gallery/image-gallery.module.d.ts +0 -10
  139. package/molecules/image-gallery/public_api.d.ts +0 -3
  140. package/molecules/image-list/image-list.component.d.ts +0 -9
  141. package/molecules/image-list/image-list.module.d.ts +0 -8
  142. package/molecules/image-list/public_api.d.ts +0 -2
  143. package/molecules/qty-dropdown/public_api.d.ts +0 -2
  144. package/molecules/qty-dropdown/qty-dropdown.component.d.ts +0 -61
  145. package/molecules/qty-dropdown/qty-dropdown.module.d.ts +0 -12
  146. package/notification/examples/dismissable-notification/dismissable-notification.component.d.ts +0 -6
  147. package/notification/examples/dismissable-notification/dismissable-notification.module.d.ts +0 -11
  148. package/src/atoms/progress-indicator/progress-indicator-theme.scss +0 -60
@@ -1,3 +0,0 @@
1
- export { DaffQtyDropdownModule } from './qty-dropdown.module';
2
- export * from './qty-dropdown.component';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvcXR5LWRyb3Bkb3duL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDOUQsY0FBYywwQkFBMEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IERhZmZRdHlEcm9wZG93bk1vZHVsZSB9IGZyb20gJy4vcXR5LWRyb3Bkb3duLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL3F0eS1kcm9wZG93bi5jb21wb25lbnQnO1xuIl19
@@ -1,113 +0,0 @@
1
- import { Component, Input, Renderer2, Output, EventEmitter, } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "@angular/forms";
5
- import * as i3 from "../../atoms/form/form-field/form-field/form-field.component";
6
- import * as i4 from "../../atoms/form/native-select/native-select.component";
7
- import * as i5 from "../../atoms/form/input/input.component";
8
- /**
9
- * @deprecated See {@link DaffQuantityFieldComponent}
10
- */
11
- // ChangeDetection is ignored because this component is deprecated and will be removed
12
- // eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
13
- export class DaffQtyDropdownComponent {
14
- constructor(renderer) {
15
- this.renderer = renderer;
16
- this.dropdownRange = 9;
17
- this.qtyChanged = new EventEmitter();
18
- /**
19
- * @docs-private
20
- */
21
- this.onChange = (qty) => { };
22
- /**
23
- * @docs-private
24
- */
25
- this.onTouched = () => { };
26
- }
27
- /**
28
- * @docs-private
29
- */
30
- ngOnInit() {
31
- this.dropdownItemCounter = Array.from(Array(this.dropdownRange), (x, i) => i);
32
- if (!this.qty) {
33
- this.qty = 1;
34
- }
35
- }
36
- /**
37
- * @docs-private
38
- */
39
- writeValue(qty) {
40
- this.qty = qty;
41
- this.onChange(this.qty);
42
- }
43
- /**
44
- * @docs-private
45
- */
46
- registerOnChange(fn) {
47
- this.onChange = fn;
48
- }
49
- /**
50
- * @docs-private
51
- */
52
- registerOnTouched(fn) {
53
- this.onTouched = fn;
54
- }
55
- /**
56
- * @docs-private
57
- */
58
- setDisabledState(isDisabled) {
59
- if (this.inputHasBeenShown) {
60
- this.renderer.setProperty(document.getElementById('input_' + this.id), 'disabled', isDisabled);
61
- }
62
- else {
63
- this.renderer.setProperty(document.getElementById('select_' + this.id), 'disabled', isDisabled);
64
- }
65
- }
66
- /**
67
- * @docs-private
68
- */
69
- get showQtyInputField() {
70
- if (!this.isQtyOutsideDropdownRange() && !this.inputHasBeenShown) {
71
- return false;
72
- }
73
- else {
74
- this.inputHasBeenShown = true;
75
- return true;
76
- }
77
- }
78
- /**
79
- * @docs-private
80
- */
81
- onChangedWrapper(value) {
82
- value = parseInt(value, 10);
83
- if (value === 10) {
84
- this.selectInput();
85
- }
86
- this.qtyChanged.emit(value);
87
- this.onChange(value);
88
- }
89
- isQtyOutsideDropdownRange() {
90
- return this.qty > this.dropdownRange;
91
- }
92
- selectInput() {
93
- // TODO: readdress this method
94
- // why use `setTimeout` instead of angular patterns?
95
- setTimeout(() => {
96
- const input = document.getElementById('input_' + this.id);
97
- input?.select();
98
- });
99
- }
100
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffQtyDropdownComponent, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
101
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DaffQtyDropdownComponent, selector: "daff-qty-dropdown", inputs: { qty: "qty", id: "id" }, outputs: { qtyChanged: "qtyChanged" }, ngImport: i0, template: "<daff-form-field class=\"daff-qty-dropdown\">\n <select daff-native-select *ngIf=\"!showQtyInputField\" id=\"select_{{id}}\" [(ngModel)]=\"qty\" (ngModelChange)=\"onChangedWrapper(qty)\" (blur)=\"onTouched()\">\n <option *ngFor=\"let item of dropdownItemCounter\" [value]=\"item+1\">{{ item+1 }}</option>\n <option value=\"10\">10+</option>\n </select>\n <input daff-input id=\"input_{{id}}\" class=\"daff-qty-dropdown__input\" [(ngModel)]=\"qty\" (ngModelChange)=\"onChangedWrapper(qty)\" (blur)=\"onTouched()\" *ngIf=\"showQtyInputField\">\n</daff-form-field>", styles: [".daff-qty-dropdown__input{width:50px}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.DaffFormFieldComponent, selector: "daff-form-field", inputs: ["formSubmitted"] }, { kind: "component", type: i4.DaffNativeSelectComponent, selector: "select[daff-native-select]", inputs: ["formSubmitted"] }, { kind: "component", type: i5.DaffInputComponent, selector: "input[daff-input]", inputs: ["formSubmitted"] }] }); }
102
- }
103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffQtyDropdownComponent, decorators: [{
104
- type: Component,
105
- args: [{ selector: 'daff-qty-dropdown', template: "<daff-form-field class=\"daff-qty-dropdown\">\n <select daff-native-select *ngIf=\"!showQtyInputField\" id=\"select_{{id}}\" [(ngModel)]=\"qty\" (ngModelChange)=\"onChangedWrapper(qty)\" (blur)=\"onTouched()\">\n <option *ngFor=\"let item of dropdownItemCounter\" [value]=\"item+1\">{{ item+1 }}</option>\n <option value=\"10\">10+</option>\n </select>\n <input daff-input id=\"input_{{id}}\" class=\"daff-qty-dropdown__input\" [(ngModel)]=\"qty\" (ngModelChange)=\"onChangedWrapper(qty)\" (blur)=\"onTouched()\" *ngIf=\"showQtyInputField\">\n</daff-form-field>", styles: [".daff-qty-dropdown__input{width:50px}\n"] }]
106
- }], ctorParameters: () => [{ type: i0.Renderer2 }], propDecorators: { qty: [{
107
- type: Input
108
- }], id: [{
109
- type: Input
110
- }], qtyChanged: [{
111
- type: Output
112
- }] } });
113
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXR5LWRyb3Bkb3duLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvcXR5LWRyb3Bkb3duL3F0eS1kcm9wZG93bi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zcmMvbW9sZWN1bGVzL3F0eS1kcm9wZG93bi9xdHktZHJvcGRvd24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFFVCxLQUFLLEVBQ0wsU0FBUyxFQUNULE1BQU0sRUFDTixZQUFZLEdBQ2IsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7QUFFdkI7O0dBRUc7QUFDSCxzRkFBc0Y7QUFDdEYscUZBQXFGO0FBTXJGLE1BQU0sT0FBTyx3QkFBd0I7SUF5Qm5DLFlBQW9CLFFBQW1CO1FBQW5CLGFBQVEsR0FBUixRQUFRLENBQVc7UUF2QnRCLGtCQUFhLEdBQUcsQ0FBQyxDQUFDO1FBSXpCLGVBQVUsR0FBeUIsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQVV4RTs7V0FFRztRQUNILGFBQVEsR0FBRyxDQUFDLEdBQVcsRUFBRSxFQUFFLEdBQUUsQ0FBQyxDQUFDO1FBQy9COztXQUVHO1FBQ0gsY0FBUyxHQUFHLEdBQUcsRUFBRSxHQUFFLENBQUMsQ0FBQztJQUVzQixDQUFDO0lBRTVDOztPQUVHO0lBQ0gsUUFBUTtRQUNOLElBQUksQ0FBQyxtQkFBbUIsR0FBRyxLQUFLLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLEVBQUMsQ0FBQyxDQUFDLEVBQUMsQ0FBQyxFQUFDLEVBQUUsQ0FBQSxDQUFDLENBQUMsQ0FBQztRQUUxRSxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtZQUNiLElBQUksQ0FBQyxHQUFHLEdBQUcsQ0FBQyxDQUFDO1NBQ2Q7SUFDSCxDQUFDO0lBRUQ7O09BRUc7SUFDSCxVQUFVLENBQUMsR0FBVztRQUNwQixJQUFJLENBQUMsR0FBRyxHQUFHLEdBQUcsQ0FBQztRQUNmLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQzFCLENBQUM7SUFFRDs7T0FFRztJQUNILGdCQUFnQixDQUFDLEVBQXlCO1FBQ3hDLElBQUksQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0lBQ3JCLENBQUM7SUFFRDs7T0FFRztJQUNILGlCQUFpQixDQUFDLEVBQU87UUFDdkIsSUFBSSxDQUFDLFNBQVMsR0FBRyxFQUFFLENBQUM7SUFDdEIsQ0FBQztJQUVEOztPQUVHO0lBQ0gsZ0JBQWdCLENBQUMsVUFBbUI7UUFDbEMsSUFBSSxJQUFJLENBQUMsaUJBQWlCLEVBQUU7WUFDMUIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLEVBQUUsQ0FBQyxFQUFFLFVBQVUsRUFBRSxVQUFVLENBQUMsQ0FBQztTQUNoRzthQUFNO1lBQ0wsSUFBSSxDQUFDLFFBQVEsQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDLGNBQWMsQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLEVBQUUsQ0FBQyxFQUFFLFVBQVUsRUFBRSxVQUFVLENBQUMsQ0FBQztTQUNqRztJQUNILENBQUM7SUFFRDs7T0FFRztJQUNILElBQUksaUJBQWlCO1FBQ25CLElBQUksQ0FBQyxJQUFJLENBQUMseUJBQXlCLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxpQkFBaUIsRUFBRTtZQUNoRSxPQUFPLEtBQUssQ0FBQztTQUNkO2FBQU07WUFDTCxJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDO1lBQzlCLE9BQU8sSUFBSSxDQUFDO1NBQ2I7SUFDSCxDQUFDO0lBRUQ7O09BRUc7SUFDSCxnQkFBZ0IsQ0FBQyxLQUFVO1FBQ3pCLEtBQUssR0FBRyxRQUFRLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBQzVCLElBQUksS0FBSyxLQUFLLEVBQUUsRUFBRTtZQUNoQixJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7U0FDcEI7UUFDRCxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUM1QixJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3ZCLENBQUM7SUFFTyx5QkFBeUI7UUFDL0IsT0FBTyxJQUFJLENBQUMsR0FBRyxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUM7SUFDdkMsQ0FBQztJQUVPLFdBQVc7UUFDakIsOEJBQThCO1FBQzlCLG9EQUFvRDtRQUNwRCxVQUFVLENBQUMsR0FBRyxFQUFFO1lBQ2QsTUFBTSxLQUFLLEdBQXFCLFFBQVEsQ0FBQyxjQUFjLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQztZQUM1RSxLQUFLLEVBQUUsTUFBTSxFQUFFLENBQUM7UUFDbEIsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO2tJQTFHVSx3QkFBd0I7c0hBQXhCLHdCQUF3QixrSUNuQnJDLDRqQkFNa0I7OzRGRGFMLHdCQUF3QjtrQkFMcEMsU0FBUzsrQkFDRSxtQkFBbUI7OEVBUXBCLEdBQUc7c0JBQVgsS0FBSztnQkFDRyxFQUFFO3NCQUFWLEtBQUs7Z0JBQ0ksVUFBVTtzQkFBbkIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgT25Jbml0LFxuICBJbnB1dCxcbiAgUmVuZGVyZXIyLFxuICBPdXRwdXQsXG4gIEV2ZW50RW1pdHRlcixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8qKlxuICogQGRlcHJlY2F0ZWQgU2VlIHtAbGluayBEYWZmUXVhbnRpdHlGaWVsZENvbXBvbmVudH1cbiAqL1xuLy8gQ2hhbmdlRGV0ZWN0aW9uIGlzIGlnbm9yZWQgYmVjYXVzZSB0aGlzIGNvbXBvbmVudCBpcyBkZXByZWNhdGVkIGFuZCB3aWxsIGJlIHJlbW92ZWRcbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvcHJlZmVyLW9uLXB1c2gtY29tcG9uZW50LWNoYW5nZS1kZXRlY3Rpb25cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2RhZmYtcXR5LWRyb3Bkb3duJyxcbiAgc3R5bGVVcmxzOiBbJy4vcXR5LWRyb3Bkb3duLmNvbXBvbmVudC5zY3NzJ10sXG4gIHRlbXBsYXRlVXJsOiAnLi9xdHktZHJvcGRvd24uY29tcG9uZW50Lmh0bWwnLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmUXR5RHJvcGRvd25Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIHByaXZhdGUgcmVhZG9ubHkgZHJvcGRvd25SYW5nZSA9IDk7XG5cbiAgQElucHV0KCkgcXR5OiBudW1iZXI7XG4gIEBJbnB1dCgpIGlkOiBudW1iZXIgfCBzdHJpbmc7XG4gIEBPdXRwdXQoKSBxdHlDaGFuZ2VkOiBFdmVudEVtaXR0ZXI8bnVtYmVyPiA9IG5ldyBFdmVudEVtaXR0ZXI8bnVtYmVyPigpO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBkcm9wZG93bkl0ZW1Db3VudGVyOiBudW1iZXJbXTtcbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIGlucHV0SGFzQmVlblNob3duOiBib29sZWFuO1xuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgb25DaGFuZ2UgPSAocXR5OiBudW1iZXIpID0+IHt9O1xuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgb25Ub3VjaGVkID0gKCkgPT4ge307XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZW5kZXJlcjogUmVuZGVyZXIyKSB7IH1cblxuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgbmdPbkluaXQoKSB7XG4gICAgdGhpcy5kcm9wZG93bkl0ZW1Db3VudGVyID0gQXJyYXkuZnJvbShBcnJheSh0aGlzLmRyb3Bkb3duUmFuZ2UpLCh4LGkpPT5pKTtcblxuICAgIGlmICghdGhpcy5xdHkpIHtcbiAgICAgIHRoaXMucXR5ID0gMTtcbiAgICB9XG4gIH1cblxuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgd3JpdGVWYWx1ZShxdHk6IG51bWJlcik6IHZvaWQge1xuICAgIHRoaXMucXR5ID0gcXR5O1xuICAgIHRoaXMub25DaGFuZ2UodGhpcy5xdHkpO1xuICB9XG5cbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIHJlZ2lzdGVyT25DaGFuZ2UoZm46IChxdHk6IG51bWJlcikgPT4gdm9pZCk6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2UgPSBmbjtcbiAgfVxuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICByZWdpc3Rlck9uVG91Y2hlZChmbjogYW55KTogdm9pZCB7XG4gICAgdGhpcy5vblRvdWNoZWQgPSBmbjtcbiAgfVxuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBzZXREaXNhYmxlZFN0YXRlKGlzRGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgICBpZiAodGhpcy5pbnB1dEhhc0JlZW5TaG93bikge1xuICAgICAgdGhpcy5yZW5kZXJlci5zZXRQcm9wZXJ0eShkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnaW5wdXRfJyArIHRoaXMuaWQpLCAnZGlzYWJsZWQnLCBpc0Rpc2FibGVkKTtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy5yZW5kZXJlci5zZXRQcm9wZXJ0eShkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnc2VsZWN0XycgKyB0aGlzLmlkKSwgJ2Rpc2FibGVkJywgaXNEaXNhYmxlZCk7XG4gICAgfVxuICB9XG5cbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIGdldCBzaG93UXR5SW5wdXRGaWVsZCgpOiBib29sZWFuIHtcbiAgICBpZiAoIXRoaXMuaXNRdHlPdXRzaWRlRHJvcGRvd25SYW5nZSgpICYmICF0aGlzLmlucHV0SGFzQmVlblNob3duKSB7XG4gICAgICByZXR1cm4gZmFsc2U7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuaW5wdXRIYXNCZWVuU2hvd24gPSB0cnVlO1xuICAgICAgcmV0dXJuIHRydWU7XG4gICAgfVxuICB9XG5cbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIG9uQ2hhbmdlZFdyYXBwZXIodmFsdWU6IGFueSkge1xuICAgIHZhbHVlID0gcGFyc2VJbnQodmFsdWUsIDEwKTtcbiAgICBpZiAodmFsdWUgPT09IDEwKSB7XG4gICAgICB0aGlzLnNlbGVjdElucHV0KCk7XG4gICAgfVxuICAgIHRoaXMucXR5Q2hhbmdlZC5lbWl0KHZhbHVlKTtcbiAgICB0aGlzLm9uQ2hhbmdlKHZhbHVlKTtcbiAgfVxuXG4gIHByaXZhdGUgaXNRdHlPdXRzaWRlRHJvcGRvd25SYW5nZSgpIHtcbiAgICByZXR1cm4gdGhpcy5xdHkgPiB0aGlzLmRyb3Bkb3duUmFuZ2U7XG4gIH1cblxuICBwcml2YXRlIHNlbGVjdElucHV0KCkge1xuICAgIC8vIFRPRE86IHJlYWRkcmVzcyB0aGlzIG1ldGhvZFxuICAgIC8vIHdoeSB1c2UgYHNldFRpbWVvdXRgIGluc3RlYWQgb2YgYW5ndWxhciBwYXR0ZXJucz9cbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgIGNvbnN0IGlucHV0ID0gPEhUTUxJbnB1dEVsZW1lbnQ+ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2lucHV0XycgKyB0aGlzLmlkKTtcbiAgICAgIGlucHV0Py5zZWxlY3QoKTtcbiAgICB9KTtcbiAgfVxufVxuIiwiPGRhZmYtZm9ybS1maWVsZCBjbGFzcz1cImRhZmYtcXR5LWRyb3Bkb3duXCI+XG4gIDxzZWxlY3QgZGFmZi1uYXRpdmUtc2VsZWN0ICpuZ0lmPVwiIXNob3dRdHlJbnB1dEZpZWxkXCIgaWQ9XCJzZWxlY3Rfe3tpZH19XCIgWyhuZ01vZGVsKV09XCJxdHlcIiAobmdNb2RlbENoYW5nZSk9XCJvbkNoYW5nZWRXcmFwcGVyKHF0eSlcIiAoYmx1cik9XCJvblRvdWNoZWQoKVwiPlxuICAgIDxvcHRpb24gKm5nRm9yPVwibGV0IGl0ZW0gb2YgZHJvcGRvd25JdGVtQ291bnRlclwiIFt2YWx1ZV09XCJpdGVtKzFcIj57eyBpdGVtKzEgfX08L29wdGlvbj5cbiAgICA8b3B0aW9uIHZhbHVlPVwiMTBcIj4xMCs8L29wdGlvbj5cbiAgPC9zZWxlY3Q+XG4gIDxpbnB1dCBkYWZmLWlucHV0IGlkPVwiaW5wdXRfe3tpZH19XCIgY2xhc3M9XCJkYWZmLXF0eS1kcm9wZG93bl9faW5wdXRcIiBbKG5nTW9kZWwpXT1cInF0eVwiIChuZ01vZGVsQ2hhbmdlKT1cIm9uQ2hhbmdlZFdyYXBwZXIocXR5KVwiIChibHVyKT1cIm9uVG91Y2hlZCgpXCIgKm5nSWY9XCJzaG93UXR5SW5wdXRGaWVsZFwiPlxuPC9kYWZmLWZvcm0tZmllbGQ+Il19
@@ -1,40 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { FormsModule } from '@angular/forms';
4
- import { DaffQtyDropdownComponent } from './qty-dropdown.component';
5
- import { DaffFormFieldModule } from '../../atoms/form/form-field/form-field.module';
6
- import { DaffInputModule } from '../../atoms/form/input/input.module';
7
- import { DaffNativeSelectModule } from '../../atoms/form/native-select/public_api';
8
- import * as i0 from "@angular/core";
9
- export class DaffQtyDropdownModule {
10
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffQtyDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: DaffQtyDropdownModule, declarations: [DaffQtyDropdownComponent], imports: [CommonModule,
12
- FormsModule,
13
- DaffFormFieldModule,
14
- DaffNativeSelectModule,
15
- DaffInputModule], exports: [DaffQtyDropdownComponent] }); }
16
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffQtyDropdownModule, imports: [CommonModule,
17
- FormsModule,
18
- DaffFormFieldModule,
19
- DaffNativeSelectModule,
20
- DaffInputModule] }); }
21
- }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffQtyDropdownModule, decorators: [{
23
- type: NgModule,
24
- args: [{
25
- imports: [
26
- CommonModule,
27
- FormsModule,
28
- DaffFormFieldModule,
29
- DaffNativeSelectModule,
30
- DaffInputModule,
31
- ],
32
- declarations: [
33
- DaffQtyDropdownComponent,
34
- ],
35
- exports: [
36
- DaffQtyDropdownComponent,
37
- ],
38
- }]
39
- }] });
40
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXR5LWRyb3Bkb3duLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvcXR5LWRyb3Bkb3duL3F0eS1kcm9wZG93bi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRTdDLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ3BFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLCtDQUErQyxDQUFDO0FBQ3BGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUN0RSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQzs7QUFpQm5GLE1BQU0sT0FBTyxxQkFBcUI7a0lBQXJCLHFCQUFxQjttSUFBckIscUJBQXFCLGlCQU45Qix3QkFBd0IsYUFQeEIsWUFBWTtZQUNaLFdBQVc7WUFDWCxtQkFBbUI7WUFDbkIsc0JBQXNCO1lBQ3RCLGVBQWUsYUFNZix3QkFBd0I7bUlBR2YscUJBQXFCLFlBYjlCLFlBQVk7WUFDWixXQUFXO1lBQ1gsbUJBQW1CO1lBQ25CLHNCQUFzQjtZQUN0QixlQUFlOzs0RkFTTixxQkFBcUI7a0JBZmpDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osV0FBVzt3QkFDWCxtQkFBbUI7d0JBQ25CLHNCQUFzQjt3QkFDdEIsZUFBZTtxQkFDaEI7b0JBQ0QsWUFBWSxFQUFFO3dCQUNaLHdCQUF3QjtxQkFDekI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHdCQUF3QjtxQkFDekI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5pbXBvcnQgeyBEYWZmUXR5RHJvcGRvd25Db21wb25lbnQgfSBmcm9tICcuL3F0eS1kcm9wZG93bi5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGFmZkZvcm1GaWVsZE1vZHVsZSB9IGZyb20gJy4uLy4uL2F0b21zL2Zvcm0vZm9ybS1maWVsZC9mb3JtLWZpZWxkLm1vZHVsZSc7XG5pbXBvcnQgeyBEYWZmSW5wdXRNb2R1bGUgfSBmcm9tICcuLi8uLi9hdG9tcy9mb3JtL2lucHV0L2lucHV0Lm1vZHVsZSc7XG5pbXBvcnQgeyBEYWZmTmF0aXZlU2VsZWN0TW9kdWxlIH0gZnJvbSAnLi4vLi4vYXRvbXMvZm9ybS9uYXRpdmUtc2VsZWN0L3B1YmxpY19hcGknO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEZvcm1zTW9kdWxlLFxuICAgIERhZmZGb3JtRmllbGRNb2R1bGUsXG4gICAgRGFmZk5hdGl2ZVNlbGVjdE1vZHVsZSxcbiAgICBEYWZmSW5wdXRNb2R1bGUsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIERhZmZRdHlEcm9wZG93bkNvbXBvbmVudCxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIERhZmZRdHlEcm9wZG93bkNvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZlF0eURyb3Bkb3duTW9kdWxlIHsgfVxuIl19
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @deprecated
4
- */
5
- export declare class DaffListSubheaderDirective {
6
- /**
7
- * @docs-private
8
- */
9
- class: boolean;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<DaffListSubheaderDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<DaffListSubheaderDirective, "[daffListSubheader]", never, {}, {}, never, never, false, never>;
12
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @deprecated in v1.0.0
4
- */
5
- export declare class DaffButtonSetComponent {
6
- /**
7
- * @docs-private
8
- */
9
- class: boolean;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<DaffButtonSetComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<DaffButtonSetComponent, "daff-button-set", never, {}, {}, never, ["*"], false, never>;
12
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./button-set.component";
3
- export declare class DaffButtonSetModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<DaffButtonSetModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<DaffButtonSetModule, [typeof i1.DaffButtonSetComponent], never, [typeof i1.DaffButtonSetComponent]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<DaffButtonSetModule>;
7
- }
@@ -1,2 +0,0 @@
1
- export * from './button-set.component';
2
- export { DaffButtonSetModule } from './button-set.module';
@@ -1,26 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export type DaffFeatureMode = 'compact' | 'normal' | undefined;
3
- export declare enum DaffFeatureModeEnum {
4
- Compact = "compact",
5
- Normal = "normal"
6
- }
7
- /**
8
- * @deprecated See {@link DaffCardComponent}
9
- */
10
- export declare class DaffFeatureComponent {
11
- /**
12
- * @docs-private
13
- */
14
- class: boolean;
15
- mode: DaffFeatureMode;
16
- /**
17
- * @docs-private
18
- */
19
- get compact(): boolean;
20
- /**
21
- * @docs-private
22
- */
23
- get normal(): boolean;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<DaffFeatureComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<DaffFeatureComponent, "daff-feature", never, { "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["[daffFeatureIcon]", "[daffFeatureSubheader]", "[daffFeatureTitle]", "[daffFeatureSubtitle]", "*"], false, never>;
26
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class DaffFeatureIconDirective {
3
- /**
4
- * @docs-private
5
- */
6
- class: boolean;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<DaffFeatureIconDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<DaffFeatureIconDirective, "[daffFeatureIcon]", never, {}, {}, never, never, false, never>;
9
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class DaffFeatureSubheaderDirective {
3
- /**
4
- * @docs-private
5
- */
6
- class: boolean;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<DaffFeatureSubheaderDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<DaffFeatureSubheaderDirective, "[daffFeatureSubheader]", never, {}, {}, never, never, false, never>;
9
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class DaffFeatureSubtitleDirective {
3
- /**
4
- * @docs-private
5
- */
6
- class: boolean;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<DaffFeatureSubtitleDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<DaffFeatureSubtitleDirective, "[daffFeatureSubtitle]", never, {}, {}, never, never, false, never>;
9
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class DaffFeatureTitleDirective {
3
- /**
4
- * @docs-private
5
- */
6
- class: boolean;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<DaffFeatureTitleDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<DaffFeatureTitleDirective, "[daffFeatureTitle]", never, {}, {}, never, never, false, never>;
9
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./feature/feature.component";
3
- import * as i2 from "./feature-title/feature-title.directive";
4
- import * as i3 from "./feature-subtitle/feature-subtitle.directive";
5
- import * as i4 from "./feature-icon/feature-icon.directive";
6
- import * as i5 from "./feature-subheader/feature-subheader.directive";
7
- import * as i6 from "@angular/common";
8
- export declare class DaffFeatureModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<DaffFeatureModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<DaffFeatureModule, [typeof i1.DaffFeatureComponent, typeof i2.DaffFeatureTitleDirective, typeof i3.DaffFeatureSubtitleDirective, typeof i4.DaffFeatureIconDirective, typeof i5.DaffFeatureSubheaderDirective], [typeof i6.CommonModule], [typeof i1.DaffFeatureComponent, typeof i2.DaffFeatureTitleDirective, typeof i3.DaffFeatureSubtitleDirective, typeof i4.DaffFeatureIconDirective, typeof i5.DaffFeatureSubheaderDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<DaffFeatureModule>;
12
- }
@@ -1,6 +0,0 @@
1
- export { DaffFeatureModule } from './feature.module';
2
- export * from './feature/feature.component';
3
- export * from './feature-title/feature-title.directive';
4
- export * from './feature-subtitle/feature-subtitle.directive';
5
- export * from './feature-icon/feature-icon.directive';
6
- export * from './feature-subheader/feature-subheader.directive';
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @deprecated See {@link DaffThumbnailDirective}
4
- */
5
- export declare class DaffGalleryImageComponent {
6
- selected: boolean;
7
- class: boolean;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DaffGalleryImageComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<DaffGalleryImageComponent, "daff-gallery-image", never, { "selected": { "alias": "selected"; "required": false; }; }, {}, never, ["*"], false, never>;
10
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @deprecated See {@link DaffMediaGalleryComponent}
4
- */
5
- export declare class DaffImageGalleryComponent {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DaffImageGalleryComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<DaffImageGalleryComponent, "daff-image-gallery", never, {}, {}, never, ["[daff-active-image]", "daff-gallery-image"], false, never>;
8
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./image-gallery/image-gallery.component";
3
- import * as i2 from "./gallery-image/gallery-image.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "../image-list/image-list.module";
6
- export declare class DaffImageGalleryModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<DaffImageGalleryModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<DaffImageGalleryModule, [typeof i1.DaffImageGalleryComponent, typeof i2.DaffGalleryImageComponent], [typeof i3.CommonModule, typeof i4.DaffImageListModule], [typeof i1.DaffImageGalleryComponent, typeof i2.DaffGalleryImageComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<DaffImageGalleryModule>;
10
- }
@@ -1,3 +0,0 @@
1
- export * from './image-gallery/image-gallery.component';
2
- export * from './gallery-image/gallery-image.component';
3
- export { DaffImageGalleryModule } from './image-gallery.module';
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class DaffImageListComponent {
3
- /**
4
- * @docs-private
5
- */
6
- class: boolean;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<DaffImageListComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<DaffImageListComponent, "daff-image-list", never, {}, {}, never, ["*"], false, never>;
9
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./image-list.component";
3
- import * as i2 from "@angular/common";
4
- export declare class DaffImageListModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<DaffImageListModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<DaffImageListModule, [typeof i1.DaffImageListComponent], [typeof i2.CommonModule], [typeof i1.DaffImageListComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<DaffImageListModule>;
8
- }
@@ -1,2 +0,0 @@
1
- export { DaffImageListModule } from './image-list.module';
2
- export * from './image-list.component';
@@ -1,2 +0,0 @@
1
- export { DaffQtyDropdownModule } from './qty-dropdown.module';
2
- export * from './qty-dropdown.component';
@@ -1,61 +0,0 @@
1
- import { OnInit, Renderer2, EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @deprecated See {@link DaffQuantityFieldComponent}
5
- */
6
- export declare class DaffQtyDropdownComponent implements OnInit {
7
- private renderer;
8
- private readonly dropdownRange;
9
- qty: number;
10
- id: number | string;
11
- qtyChanged: EventEmitter<number>;
12
- /**
13
- * @docs-private
14
- */
15
- dropdownItemCounter: number[];
16
- /**
17
- * @docs-private
18
- */
19
- inputHasBeenShown: boolean;
20
- /**
21
- * @docs-private
22
- */
23
- onChange: (qty: number) => void;
24
- /**
25
- * @docs-private
26
- */
27
- onTouched: () => void;
28
- constructor(renderer: Renderer2);
29
- /**
30
- * @docs-private
31
- */
32
- ngOnInit(): void;
33
- /**
34
- * @docs-private
35
- */
36
- writeValue(qty: number): void;
37
- /**
38
- * @docs-private
39
- */
40
- registerOnChange(fn: (qty: number) => void): void;
41
- /**
42
- * @docs-private
43
- */
44
- registerOnTouched(fn: any): void;
45
- /**
46
- * @docs-private
47
- */
48
- setDisabledState(isDisabled: boolean): void;
49
- /**
50
- * @docs-private
51
- */
52
- get showQtyInputField(): boolean;
53
- /**
54
- * @docs-private
55
- */
56
- onChangedWrapper(value: any): void;
57
- private isQtyOutsideDropdownRange;
58
- private selectInput;
59
- static ɵfac: i0.ɵɵFactoryDeclaration<DaffQtyDropdownComponent, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<DaffQtyDropdownComponent, "daff-qty-dropdown", never, { "qty": { "alias": "qty"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "qtyChanged": "qtyChanged"; }, never, never, false, never>;
61
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./qty-dropdown.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "../../atoms/form/form-field/form-field.module";
6
- import * as i5 from "../../atoms/form/native-select/native-select.module";
7
- import * as i6 from "../../atoms/form/input/input.module";
8
- export declare class DaffQtyDropdownModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<DaffQtyDropdownModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<DaffQtyDropdownModule, [typeof i1.DaffQtyDropdownComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.DaffFormFieldModule, typeof i5.DaffNativeSelectModule, typeof i6.DaffInputModule], [typeof i1.DaffQtyDropdownComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<DaffQtyDropdownModule>;
12
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class DismissableNotificationComponent {
3
- faInfoCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<DismissableNotificationComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<DismissableNotificationComponent, "dismissable-notification", never, {}, {}, never, never, false, never>;
6
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./dismissable-notification.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@daffodil/design/notification";
5
- import * as i4 from "@fortawesome/angular-fontawesome";
6
- import * as i5 from "@daffodil/design/button";
7
- export declare class DismissableNotificationModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DismissableNotificationModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DismissableNotificationModule, [typeof i1.DismissableNotificationComponent], [typeof i2.CommonModule, typeof i3.DaffNotificationModule, typeof i4.FontAwesomeModule, typeof i5.DaffButtonModule], [typeof i1.DismissableNotificationComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DismissableNotificationModule>;
11
- }
@@ -1,60 +0,0 @@
1
- @use 'sass:map';
2
- @use '../../../scss/core';
3
- @use '../../../scss/theming';
4
-
5
- @mixin daff-progress-indicator-theme($theme) {
6
- $primary: map.get($theme, primary);
7
- $secondary: map.get($theme, secondary);
8
- $tertiary: map.get($theme, tertiary);
9
- $base: core.daff-map-deep-get($theme, 'core.base');
10
- $base-contrast: core.daff-map-deep-get($theme, 'core.base-contrast');
11
- $white: core.daff-map-deep-get($theme, 'core.white');
12
- $black: core.daff-map-deep-get($theme, 'core.black');
13
-
14
- .daff-progress-indicator {
15
- $root: &;
16
- background: rgba($base-contrast, 0.1);
17
-
18
- &.daff-primary {
19
- #{$root}__fill {
20
- background: theming.daff-color($primary);
21
- }
22
- }
23
-
24
- &.daff-secondary {
25
- #{$root}__fill {
26
- background: theming.daff-color($secondary);
27
- }
28
- }
29
-
30
- &.daff-tertiary {
31
- #{$root}__fill {
32
- background: theming.daff-color($tertiary);
33
- }
34
- }
35
-
36
- &.daff-theme {
37
- #{$root}__fill {
38
- background: $base;
39
- }
40
- }
41
-
42
- &.daff-theme-contrast {
43
- #{$root}__fill {
44
- background: $base-contrast;
45
- }
46
- }
47
-
48
- &.daff-black {
49
- #{$root}__fill {
50
- background: $black;
51
- }
52
- }
53
-
54
- &.daff-white {
55
- #{$root}__fill {
56
- background: $white;
57
- }
58
- }
59
- }
60
- }