@daffodil/design 0.40.1 → 0.42.1

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 (110) hide show
  1. package/atoms/form/quantity-field/quantity-field.component.d.ts +1 -1
  2. package/atoms/form/quantity-field/quantity-input/quantity-input.component.d.ts +1 -1
  3. package/atoms/form/quantity-field/quantity-select/quantity-select.component.d.ts +1 -0
  4. package/daff-theme.scss +27 -21
  5. package/esm2020/atoms/button/button.component.mjs +1 -1
  6. package/esm2020/atoms/form/checkbox/checkbox.component.mjs +1 -1
  7. package/esm2020/atoms/form/input/input.component.mjs +1 -1
  8. package/esm2020/atoms/form/quantity-field/quantity-field.component.mjs +4 -3
  9. package/esm2020/atoms/form/quantity-field/quantity-input/quantity-input.component.mjs +4 -6
  10. package/esm2020/atoms/form/quantity-field/quantity-select/quantity-select.component.mjs +6 -3
  11. package/esm2020/atoms/form/radio/radio.component.mjs +1 -1
  12. package/esm2020/atoms/form/select/select/select.component.mjs +1 -1
  13. package/esm2020/atoms/image/image.component.mjs +1 -1
  14. package/esm2020/atoms/loading-icon/loading-icon.component.mjs +1 -1
  15. package/esm2020/atoms/progress-indicator/animation/progress-indicator-animation.mjs +1 -1
  16. package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +1 -1
  17. package/esm2020/checkbox/examples/checkbox-set/checkbox-set.component.mjs +1 -1
  18. package/esm2020/core/article-encapsulated/article-encapsulated-mixin.mjs +1 -1
  19. package/esm2020/core/breakpoints/breakpoints.mjs +1 -1
  20. package/esm2020/core/colorable/colorable-mixin.mjs +1 -1
  21. package/esm2020/core/colorable/colorable.mjs +1 -1
  22. package/esm2020/core/compactable/compactable-mixin.mjs +1 -1
  23. package/esm2020/core/compactable/compactable.mjs +1 -1
  24. package/esm2020/core/manage-container-layout/manage-container-layout-mixin.mjs +1 -1
  25. package/esm2020/core/mutable/mutable.mjs +1 -1
  26. package/esm2020/core/sizeable/sizeable-mixin.mjs +1 -1
  27. package/esm2020/core/sizeable/sizeable.mjs +1 -1
  28. package/esm2020/core/skeletonable/skeletonable.mjs +1 -1
  29. package/esm2020/core/statusable/statusable.mjs +1 -1
  30. package/esm2020/core/text-alignable/text-alignable.mjs +1 -1
  31. package/esm2020/core/theming/services/class-setter/theme-class-setter.service.mjs +1 -1
  32. package/esm2020/core/theming/services/os-theme/ostheme.service.mjs +1 -1
  33. package/esm2020/core/theming/services/storage/theme-storage.service.mjs +5 -3
  34. package/esm2020/core/theming/services/theming.service.mjs +1 -1
  35. package/esm2020/core/theming/types/theme.mjs +1 -1
  36. package/esm2020/image/examples/basic-image/basic-image.component.mjs +12 -0
  37. package/esm2020/image/examples/basic-image/basic-image.module.mjs +26 -0
  38. package/esm2020/image/examples/daffodil-design-image-examples.mjs +5 -0
  39. package/esm2020/image/examples/index.mjs +2 -0
  40. package/esm2020/image/examples/load-image/load-image.component.mjs +19 -0
  41. package/esm2020/image/examples/load-image/load-image.module.mjs +30 -0
  42. package/esm2020/image/examples/public_api.mjs +9 -0
  43. package/esm2020/molecules/accordion/accordion-item/accordion-item.component.mjs +1 -1
  44. package/esm2020/molecules/accordion/nav-accordion-item/nav-accordion-item.component.mjs +1 -1
  45. package/esm2020/molecules/article/article/article.component.mjs +2 -2
  46. package/esm2020/molecules/callout/callout/callout.component.mjs +1 -1
  47. package/esm2020/molecules/callout/callout-subtitle/callout-subtitle.directive.mjs +1 -1
  48. package/esm2020/molecules/hero/hero/hero.component.mjs +1 -1
  49. package/esm2020/molecules/media-gallery/media-gallery-registration.interface.mjs +1 -1
  50. package/esm2020/molecules/media-gallery/media-gallery.component.mjs +1 -1
  51. package/esm2020/molecules/media-gallery/media-renderer/media-renderer.component.mjs +1 -1
  52. package/esm2020/molecules/media-gallery/registry/media-gallery.registry.mjs +1 -1
  53. package/esm2020/molecules/media-gallery/thumbnail/thumbnail-registration.interface.mjs +1 -1
  54. package/esm2020/molecules/media-gallery/thumbnail/thumbnail.directive.mjs +1 -1
  55. package/esm2020/molecules/modal/animations/modal-animation.mjs +1 -1
  56. package/esm2020/molecules/modal/modal/modal.component.mjs +1 -1
  57. package/esm2020/molecules/modal/modal.mjs +1 -1
  58. package/esm2020/molecules/modal/service/modal.service.mjs +1 -1
  59. package/esm2020/molecules/paginator/paginator.component.mjs +1 -1
  60. package/esm2020/molecules/qty-dropdown/qty-dropdown.component.mjs +1 -1
  61. package/esm2020/molecules/sidebar/animation/sidebar-animation.mjs +1 -1
  62. package/esm2020/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.mjs +1 -1
  63. package/esm2020/quantity-field/examples/{basic → basic-quantity-field}/basic-quantity-field.component.mjs +1 -1
  64. package/esm2020/quantity-field/examples/{basic → basic-quantity-field}/basic-quantity-field.module.mjs +1 -1
  65. package/esm2020/quantity-field/examples/{customRange → custom-range-quantity-field}/custom-range-quantity-field.component.mjs +1 -1
  66. package/esm2020/quantity-field/examples/{customRange → custom-range-quantity-field}/custom-range-quantity-field.module.mjs +1 -1
  67. package/esm2020/quantity-field/examples/{disabled → disabled-quantity-field}/disabled-quantity-field.component.mjs +2 -2
  68. package/esm2020/quantity-field/examples/{disabled → disabled-quantity-field}/disabled-quantity-field.module.mjs +1 -1
  69. package/esm2020/quantity-field/examples/public_api.mjs +16 -10
  70. package/esm2020/quantity-field/examples/{selectMax → select-max-quantity-field}/select-max-quantity-field.component.mjs +1 -1
  71. package/esm2020/quantity-field/examples/{selectMax → select-max-quantity-field}/select-max-quantity-field.module.mjs +1 -1
  72. package/esm2020/radio/examples/basic-radio/basic-radio.component.mjs +1 -1
  73. package/fesm2015/daffodil-design-checkbox-examples.mjs.map +1 -1
  74. package/fesm2015/daffodil-design-image-examples.mjs +89 -0
  75. package/fesm2015/daffodil-design-image-examples.mjs.map +1 -0
  76. package/fesm2015/daffodil-design-quantity-field-examples.mjs +8 -8
  77. package/fesm2015/daffodil-design-quantity-field-examples.mjs.map +1 -1
  78. package/fesm2015/daffodil-design-radio-examples.mjs.map +1 -1
  79. package/fesm2015/daffodil-design.mjs +18 -12
  80. package/fesm2015/daffodil-design.mjs.map +1 -1
  81. package/fesm2020/daffodil-design-checkbox-examples.mjs.map +1 -1
  82. package/fesm2020/daffodil-design-image-examples.mjs +89 -0
  83. package/fesm2020/daffodil-design-image-examples.mjs.map +1 -0
  84. package/fesm2020/daffodil-design-quantity-field-examples.mjs +8 -8
  85. package/fesm2020/daffodil-design-quantity-field-examples.mjs.map +1 -1
  86. package/fesm2020/daffodil-design-radio-examples.mjs.map +1 -1
  87. package/fesm2020/daffodil-design.mjs +16 -12
  88. package/fesm2020/daffodil-design.mjs.map +1 -1
  89. package/image/examples/basic-image/basic-image.component.d.ts +5 -0
  90. package/image/examples/basic-image/basic-image.module.d.ts +8 -0
  91. package/image/examples/daffodil-design-image-examples.d.ts +5 -0
  92. package/image/examples/index.d.ts +1 -0
  93. package/image/examples/load-image/load-image.component.d.ts +7 -0
  94. package/image/examples/load-image/load-image.module.d.ts +9 -0
  95. package/image/examples/package.json +10 -0
  96. package/image/examples/public_api.d.ts +2 -0
  97. package/package.json +10 -2
  98. package/quantity-field/examples/{basic → basic-quantity-field}/basic-quantity-field.component.d.ts +0 -0
  99. package/quantity-field/examples/{basic → basic-quantity-field}/basic-quantity-field.module.d.ts +0 -0
  100. package/quantity-field/examples/{customRange → custom-range-quantity-field}/custom-range-quantity-field.component.d.ts +0 -0
  101. package/quantity-field/examples/{customRange → custom-range-quantity-field}/custom-range-quantity-field.module.d.ts +0 -0
  102. package/quantity-field/examples/{disabled → disabled-quantity-field}/disabled-quantity-field.component.d.ts +0 -0
  103. package/quantity-field/examples/{disabled → disabled-quantity-field}/disabled-quantity-field.module.d.ts +0 -0
  104. package/quantity-field/examples/public_api.d.ts +10 -9
  105. package/quantity-field/examples/{selectMax → select-max-quantity-field}/select-max-quantity-field.component.d.ts +0 -0
  106. package/quantity-field/examples/{selectMax → select-max-quantity-field}/select-max-quantity-field.module.d.ts +0 -0
  107. package/src/atoms/form/quantity-field/README.md +14 -15
  108. package/src/atoms/image/README.md +17 -7
  109. package/esm2020/quantity-field/examples/examples.mjs +0 -11
  110. package/quantity-field/examples/examples.d.ts +0 -2
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class BasicImageComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<BasicImageComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<BasicImageComponent, "basic-image", never, {}, {}, never, never>;
5
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./basic-image.component";
3
+ import * as i2 from "@daffodil/design";
4
+ export declare class BasicImageModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<BasicImageModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BasicImageModule, [typeof i1.BasicImageComponent], [typeof i2.DaffImageModule], [typeof i1.BasicImageComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<BasicImageModule>;
8
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@daffodil/design/image/examples" />
5
+ export * from './index';
@@ -0,0 +1 @@
1
+ export * from './public_api';
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class LoadImageComponent {
3
+ loaded: boolean;
4
+ load(): void;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<LoadImageComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoadImageComponent, "load-image", never, {}, {}, never, never>;
7
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./load-image.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@daffodil/design";
5
+ export declare class LoadImageModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<LoadImageModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LoadImageModule, [typeof i1.LoadImageComponent], [typeof i2.CommonModule, typeof i3.DaffImageModule], [typeof i1.LoadImageComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<LoadImageModule>;
9
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@daffodil/design/image/examples",
3
+ "module": "../../fesm2015/daffodil-design-image-examples.mjs",
4
+ "es2020": "../../fesm2020/daffodil-design-image-examples.mjs",
5
+ "esm2020": "../../esm2020/image/examples/daffodil-design-image-examples.mjs",
6
+ "fesm2020": "../../fesm2020/daffodil-design-image-examples.mjs",
7
+ "fesm2015": "../../fesm2015/daffodil-design-image-examples.mjs",
8
+ "typings": "daffodil-design-image-examples.d.ts",
9
+ "sideEffects": false
10
+ }
@@ -0,0 +1,2 @@
1
+ import { ComponentExample } from '@daffodil/design';
2
+ export declare const IMAGE_EXAMPLES: ComponentExample[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daffodil/design",
3
- "version": "0.40.1",
3
+ "version": "0.42.1",
4
4
  "author": "Graycore LLC",
5
5
  "license": "MIT",
6
6
  "bugs": {
@@ -21,7 +21,7 @@
21
21
  "@fortawesome/angular-fontawesome": "^0.10.0",
22
22
  "@fortawesome/fontawesome-svg-core": "^1.2.32",
23
23
  "@fortawesome/free-solid-svg-icons": "^5.10.0",
24
- "rxjs": "6.6.3"
24
+ "rxjs": "7.5.5"
25
25
  },
26
26
  "optionalDependencies": {
27
27
  "@faker-js/faker": "^5.5.3"
@@ -108,6 +108,14 @@
108
108
  "node": "./fesm2015/daffodil-design-hero-examples.mjs",
109
109
  "default": "./fesm2020/daffodil-design-hero-examples.mjs"
110
110
  },
111
+ "./image/examples": {
112
+ "types": "./image/examples/daffodil-design-image-examples.d.ts",
113
+ "esm2020": "./esm2020/image/examples/daffodil-design-image-examples.mjs",
114
+ "es2020": "./fesm2020/daffodil-design-image-examples.mjs",
115
+ "es2015": "./fesm2015/daffodil-design-image-examples.mjs",
116
+ "node": "./fesm2015/daffodil-design-image-examples.mjs",
117
+ "default": "./fesm2020/daffodil-design-image-examples.mjs"
118
+ },
111
119
  "./list/examples": {
112
120
  "types": "./list/examples/daffodil-design-list-examples.d.ts",
113
121
  "esm2020": "./esm2020/list/examples/daffodil-design-list-examples.mjs",
@@ -1,9 +1,10 @@
1
- export { QUANTITY_FIELD_EXAMPLES } from './examples';
2
- export { BasicQuantityFieldModule } from './basic/basic-quantity-field.module';
3
- export { BasicQuantityFieldComponent } from './basic/basic-quantity-field.component';
4
- export { CustomRangeQuantityFieldModule } from './customRange/custom-range-quantity-field.module';
5
- export { CustomRangeQuantityFieldComponent } from './customRange/custom-range-quantity-field.component';
6
- export { DisabledQuantityFieldModule } from './disabled/disabled-quantity-field.module';
7
- export { DisabledQuantityFieldComponent } from './disabled/disabled-quantity-field.component';
8
- export { SelectMaxQuantityFieldModule } from './selectMax/select-max-quantity-field.module';
9
- export { SelectMaxQuantityFieldComponent } from './selectMax/select-max-quantity-field.component';
1
+ import { BasicQuantityFieldComponent } from './basic-quantity-field/basic-quantity-field.component';
2
+ import { CustomRangeQuantityFieldComponent } from './custom-range-quantity-field/custom-range-quantity-field.component';
3
+ import { DisabledQuantityFieldComponent } from './disabled-quantity-field/disabled-quantity-field.component';
4
+ import { SelectMaxQuantityFieldComponent } from './select-max-quantity-field/select-max-quantity-field.component';
5
+ export { BasicQuantityFieldModule } from './basic-quantity-field/basic-quantity-field.module';
6
+ export { CustomRangeQuantityFieldModule } from './custom-range-quantity-field/custom-range-quantity-field.module';
7
+ export { DisabledQuantityFieldModule } from './disabled-quantity-field/disabled-quantity-field.module';
8
+ export { SelectMaxQuantityFieldModule } from './select-max-quantity-field/select-max-quantity-field.module';
9
+ export declare const QUANTITY_FIELD_EXAMPLES: (typeof BasicQuantityFieldComponent)[];
10
+ export { BasicQuantityFieldComponent, CustomRangeQuantityFieldComponent, DisabledQuantityFieldComponent, SelectMaxQuantityFieldComponent, };
@@ -1,25 +1,24 @@
1
1
  # Quantity Field
2
- DaffQuantityFieldComponent is a form control element that switches between a native select and input element. It is intended for use with cart item and product quantities. The maximum number accepted in a quantity select is 10 by default. It will switch to a quantity input if 10+ is selected.
2
+ Quantity field is a form control element that switches between a native select and input element.
3
3
 
4
- The select max number is configurable. See below usage.
4
+ ## Overview
5
+ Quantity field is intended for use with cart items and product quantities. The maximum number accepted in a quantity select is configurable and set to 10 by default. It will switch to a quantity input if 10+ is selected.
5
6
 
6
7
  ## Range Limits
7
- The default allowed range of numbers is 1 to 500. This can be changed by passing in the desired min and max values as inputs. Note that this does not validate the actual input, it merely informs the select which options it should generate and sets the input's min and max attributes. See [input#min](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number#min) and [input#max](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number#max) for more info.
8
+ The default allowed range of numbers is 1 to 500. This can be changed by passing in the desired min and max values as inputs. Note that this does not validate the actual input. It merely informs the select which options it should generate and sets the input's min and max attributes. See [input#min](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number#min) and [input#max](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number#max) for more information.
8
9
 
9
10
  ## Usage
10
11
 
11
- ### With Form Control
12
+ ### Basic
13
+ <design-land-example-viewer-container example="basic-quantity-field"></design-land-example-viewer-container>
12
14
 
13
- ```html
14
- <daff-quantity-field [formControl]="control"></daff-quantity-field>
15
- ```
15
+ ### Disabled
16
+ <design-land-example-viewer-container example="disabled-quantity-field"></design-land-example-viewer-container>
16
17
 
17
- ### Custom Max Select Value
18
- ```html
19
- <daff-quantity-field [selectMax]="15"></daff-quantity-field>
20
- ```
18
+ ### Custom Select Max Value (15)
19
+ The maximum value at which the field will switch to using an input is configurable.
20
+ <design-land-example-viewer-container example="select-max-quantity-field"></design-land-example-viewer-container>
21
21
 
22
- ### Custom Range Limits
23
- ```html
24
- <daff-quantity-field [min]="5" [max]="50"></daff-quantity-field>
25
- ```
22
+ ### Custom Range Limits (5 - 50)
23
+ Custom range limits is the absolute minimum and maximum values can be specified.
24
+ <design-land-example-viewer-container example="custom-range-quantity-field"></design-land-example-viewer-container>
@@ -1,21 +1,31 @@
1
1
  # Image
2
- `<daff-image>` uses the native HTML `<img>` tag to place responsive images on a page. It helps to prevent content jumping while images are loading.
2
+ Image utilizes the native HTML `<img>` element to display responsive images on a page and prevent content jumping while images are loading. `<daff-image>` is an opinionated version that encourages friendly end-user usage.
3
3
 
4
4
  ## Attributes
5
- The `alt`, `width`, and `height` attributes must be defined. If they are not defined, errors will appear.
5
+ The `src`, `width`, `height`, and `alt` attributes must be defined. An error will be thrown any of these attributes are missing.
6
6
 
7
- `width` and `height` are necessary to calculate the aspect ratio of an image, used for the [aspect ratio padding trick](https://css-tricks.com/aspect-ratio-boxes/) that helps to prevent content jumping while images are loaded.
7
+ `width` and `height` are required to calculate the aspect ratio of an image, used for the [aspect ratio padding trick](https://css-tricks.com/aspect-ratio-boxes/) that helps to prevent content jumping while images are loading. The `width` and `height` values are rendered as pixels.
8
8
 
9
9
  ## Errors
10
10
 
11
- ### DaffImageComponent must have a defined alt attribute.
11
+ **DaffImageComponent must have a defined src attribute.**
12
+ This error appears when `<daff-image>` is missing a `src` attribute.
13
+
14
+ **DaffImageComponent must have a defined alt attribute.**
12
15
  This error appears when `<daff-image>` is missing an `alt` attribute. The `alt` tag specifies an alternate text for an image.
13
16
 
14
- ### DaffImageComponent must have a defined width attribute.
17
+ **DaffImageComponent must have a defined width attribute.**
15
18
  This error appears when `<daff-image>` is missing a `width` attribute. The width must be defined in order to correctly calculate the aspect ratio of the image.
16
19
 
17
- ### DaffImageComponent must have a defined height attribute.
20
+ **DaffImageComponent must have a defined height attribute.**
18
21
  This error appears when `<daff-image>` is missing a `height` attribute. The height must be defined in order to correctly calculate the aspect ratio of the image.
19
22
 
23
+ ## Accessbility
24
+ Images should be given a meaningful description using the native `alt` attribute to ensure an accessible experience by default. An error will be thrown if the `alt` attribute is missing.
25
+
20
26
  ## Usage
21
- `<daff-image src="/assets/card/uber-logo.svg" alt="Uber Logo" width="300" height="119"></daff-image>`
27
+ ### Basic Image
28
+ <design-land-example-viewer-container example="load-image"></design-land-example-viewer-container>
29
+
30
+ ### Image Load Output
31
+ <design-land-example-viewer-container example="load-image"></design-land-example-viewer-container>
@@ -1,11 +0,0 @@
1
- import { BasicQuantityFieldComponent } from './basic/basic-quantity-field.component';
2
- import { CustomRangeQuantityFieldComponent } from './customRange/custom-range-quantity-field.component';
3
- import { DisabledQuantityFieldComponent } from './disabled/disabled-quantity-field.component';
4
- import { SelectMaxQuantityFieldComponent } from './selectMax/select-max-quantity-field.component';
5
- export const QUANTITY_FIELD_EXAMPLES = [
6
- BasicQuantityFieldComponent,
7
- CustomRangeQuantityFieldComponent,
8
- DisabledQuantityFieldComponent,
9
- SelectMaxQuantityFieldComponent,
10
- ];
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhhbXBsZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9xdWFudGl0eS1maWVsZC9leGFtcGxlcy9zcmMvZXhhbXBsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sd0NBQXdDLENBQUM7QUFDckYsT0FBTyxFQUFFLGlDQUFpQyxFQUFFLE1BQU0scURBQXFELENBQUM7QUFDeEcsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sOENBQThDLENBQUM7QUFDOUYsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0saURBQWlELENBQUM7QUFFbEcsTUFBTSxDQUFDLE1BQU0sdUJBQXVCLEdBQUc7SUFDckMsMkJBQTJCO0lBQzNCLGlDQUFpQztJQUNqQyw4QkFBOEI7SUFDOUIsK0JBQStCO0NBQ2hDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCYXNpY1F1YW50aXR5RmllbGRDb21wb25lbnQgfSBmcm9tICcuL2Jhc2ljL2Jhc2ljLXF1YW50aXR5LWZpZWxkLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDdXN0b21SYW5nZVF1YW50aXR5RmllbGRDb21wb25lbnQgfSBmcm9tICcuL2N1c3RvbVJhbmdlL2N1c3RvbS1yYW5nZS1xdWFudGl0eS1maWVsZC5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGlzYWJsZWRRdWFudGl0eUZpZWxkQ29tcG9uZW50IH0gZnJvbSAnLi9kaXNhYmxlZC9kaXNhYmxlZC1xdWFudGl0eS1maWVsZC5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2VsZWN0TWF4UXVhbnRpdHlGaWVsZENvbXBvbmVudCB9IGZyb20gJy4vc2VsZWN0TWF4L3NlbGVjdC1tYXgtcXVhbnRpdHktZmllbGQuY29tcG9uZW50JztcblxuZXhwb3J0IGNvbnN0IFFVQU5USVRZX0ZJRUxEX0VYQU1QTEVTID0gW1xuICBCYXNpY1F1YW50aXR5RmllbGRDb21wb25lbnQsXG4gIEN1c3RvbVJhbmdlUXVhbnRpdHlGaWVsZENvbXBvbmVudCxcbiAgRGlzYWJsZWRRdWFudGl0eUZpZWxkQ29tcG9uZW50LFxuICBTZWxlY3RNYXhRdWFudGl0eUZpZWxkQ29tcG9uZW50LFxuXTtcbiJdfQ==
@@ -1,2 +0,0 @@
1
- import { BasicQuantityFieldComponent } from './basic/basic-quantity-field.component';
2
- export declare const QUANTITY_FIELD_EXAMPLES: (typeof BasicQuantityFieldComponent)[];