@daffodil/design 0.71.0 → 0.73.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/README.md +36 -40
- package/accordion/accordion/accordion-item/accordion-item.component.d.ts +1 -3
- package/accordion/accordion.module.d.ts +4 -5
- package/accordion/public_api.d.ts +0 -1
- package/article/README.md +0 -5
- package/article/article.module.d.ts +3 -5
- package/article/examples/article-examples.module.d.ts +8 -9
- package/article/examples/public_api.d.ts +0 -1
- package/article/public_api.d.ts +0 -2
- package/atoms/form/quantity-field/quantity-field.component.d.ts +2 -1
- package/callout/callout/callout.component.d.ts +1 -31
- package/esm2022/accordion/accordion/accordion-item/accordion-item.component.mjs +2 -5
- package/esm2022/accordion/accordion.module.mjs +3 -8
- package/esm2022/accordion/examples/basic-accordion/basic-accordion.component.mjs +1 -1
- package/esm2022/accordion/public_api.mjs +1 -2
- package/esm2022/article/article/article.component.mjs +2 -2
- package/esm2022/article/article.module.mjs +1 -11
- package/esm2022/article/examples/article-examples.module.mjs +7 -8
- package/esm2022/article/examples/examples.mjs +1 -3
- package/esm2022/article/examples/public_api.mjs +1 -2
- package/esm2022/article/public_api.mjs +1 -3
- package/esm2022/atoms/form/quantity-field/quantity-field.component.mjs +7 -4
- package/esm2022/callout/callout/callout.component.mjs +5 -35
- package/esm2022/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +1 -1
- package/esm2022/callout/examples/callout-theming/callout-theming.component.mjs +1 -1
- package/esm2022/callout/examples/callout-with-grid/callout-with-grid.component.mjs +1 -1
- package/esm2022/callout/examples/compact-callout/compact-callout.component.mjs +1 -1
- package/esm2022/hero/examples/compact-hero/compact-hero.component.mjs +1 -1
- package/esm2022/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +1 -1
- package/esm2022/hero/examples/hero-theming/hero-theming.component.mjs +1 -1
- package/esm2022/hero/examples/hero-with-grid/hero-with-grid.component.mjs +1 -1
- package/esm2022/hero/hero/hero.component.mjs +5 -36
- package/esm2022/list/examples/basic-list/basic-list.component.mjs +1 -1
- package/esm2022/list/examples/icon-list/icon-list.component.mjs +1 -1
- package/esm2022/list/examples/multiline-list/multiline-list.component.mjs +1 -1
- package/esm2022/list/examples/nav-list/nav-list.component.mjs +1 -1
- package/esm2022/list/list/list.component.mjs +5 -43
- package/esm2022/list/list.module.mjs +1 -6
- package/esm2022/list/public_api.mjs +1 -2
- package/esm2022/menu/menu-activator/menu-activator.component.mjs +1 -1
- package/esm2022/notification/examples/default-notification/default-notification.component.mjs +1 -1
- package/esm2022/notification/examples/{dismissable-notification/dismissable-notification.component.mjs → dismissible-notification/dismissible-notification.component.mjs} +6 -6
- package/esm2022/notification/examples/{dismissable-notification/dismissable-notification.module.mjs → dismissible-notification/dismissible-notification.module.mjs} +10 -10
- package/esm2022/notification/examples/notification-orientations/notification-orientations.component.mjs +1 -1
- package/esm2022/notification/examples/notification-status/notification-status.component.mjs +1 -1
- package/esm2022/notification/examples/public_api.mjs +4 -4
- package/esm2022/notification/notification/notification.component.mjs +6 -6
- package/esm2022/paginator/examples/basic-paginator/basic-paginator.component.mjs +1 -1
- package/esm2022/paginator/examples/link-paginator/link-paginator.component.mjs +1 -1
- package/esm2022/paginator/paginator/paginator.component.mjs +8 -24
- package/esm2022/public_api.mjs +1 -8
- package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +1 -1
- package/esm2022/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +1 -1
- package/esm2022/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +1 -1
- package/esm2022/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +1 -1
- package/esm2022/sidebar/sidebar-viewport-backdrop/sidebar-viewport-backdrop.component.mjs +1 -5
- package/esm2022/tree/tree-item/tree-item.directive.mjs +4 -2
- package/fesm2022/daffodil-design-accordion-examples.mjs +1 -1
- package/fesm2022/daffodil-design-accordion-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-accordion.mjs +4 -34
- package/fesm2022/daffodil-design-accordion.mjs.map +1 -1
- package/fesm2022/daffodil-design-article-examples.mjs +2 -12
- package/fesm2022/daffodil-design-article-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-article.mjs +3 -51
- package/fesm2022/daffodil-design-article.mjs.map +1 -1
- package/fesm2022/daffodil-design-callout-examples.mjs +4 -4
- package/fesm2022/daffodil-design-callout-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-callout.mjs +5 -35
- package/fesm2022/daffodil-design-callout.mjs.map +1 -1
- package/fesm2022/daffodil-design-hero-examples.mjs +4 -4
- package/fesm2022/daffodil-design-hero-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-hero.mjs +5 -36
- package/fesm2022/daffodil-design-hero.mjs.map +1 -1
- package/fesm2022/daffodil-design-list-examples.mjs +4 -4
- package/fesm2022/daffodil-design-list-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-list.mjs +5 -70
- package/fesm2022/daffodil-design-list.mjs.map +1 -1
- package/fesm2022/daffodil-design-menu.mjs.map +1 -1
- package/fesm2022/daffodil-design-notification-examples.mjs +17 -17
- package/fesm2022/daffodil-design-notification-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-notification.mjs +5 -5
- package/fesm2022/daffodil-design-notification.mjs.map +1 -1
- package/fesm2022/daffodil-design-paginator-examples.mjs +2 -2
- package/fesm2022/daffodil-design-paginator-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-paginator.mjs +6 -22
- package/fesm2022/daffodil-design-paginator.mjs.map +1 -1
- package/fesm2022/daffodil-design-quantity-field-examples.mjs +4 -4
- package/fesm2022/daffodil-design-quantity-field-examples.mjs.map +1 -1
- package/fesm2022/daffodil-design-sidebar.mjs +0 -4
- package/fesm2022/daffodil-design-sidebar.mjs.map +1 -1
- package/fesm2022/daffodil-design-tree.mjs +3 -1
- package/fesm2022/daffodil-design-tree.mjs.map +1 -1
- package/fesm2022/daffodil-design.mjs +64 -602
- package/fesm2022/daffodil-design.mjs.map +1 -1
- package/hero/README.md +0 -6
- package/hero/hero/hero.component.d.ts +1 -32
- package/list/README.md +0 -7
- package/list/list/list.component.d.ts +1 -30
- package/list/list.module.d.ts +4 -5
- package/list/public_api.d.ts +0 -1
- package/list/src/list-theme.scss +0 -34
- package/menu/README.md +15 -3
- package/notification/examples/dismissible-notification/dismissible-notification.component.d.ts +6 -0
- package/notification/examples/dismissible-notification/dismissible-notification.module.d.ts +11 -0
- package/notification/notification/notification.component.d.ts +2 -2
- package/package.json +1 -1
- package/paginator/paginator/paginator.component.d.ts +4 -24
- package/paginator/src/paginator-theme.scss +0 -55
- package/public_api.d.ts +0 -6
- package/scss/theme.scss +0 -2
- package/scss/typography/_classes.scss +0 -5
- package/scss/typography/_index.scss +0 -1
- package/scss/typography/mixins/_text-truncate.scss +1 -6
- package/sidebar/sidebar-viewport-backdrop/sidebar-viewport-backdrop.component.d.ts +0 -4
- package/accordion/accordion/accordion-item-content/accordion-item-content.directive.d.ts +0 -12
- package/article/article-lead/article-lead.directive.d.ts +0 -9
- package/article/article-title/article-title.directive.d.ts +0 -9
- package/article/examples/article-lead/article-lead.component.d.ts +0 -5
- package/atoms/progress-indicator/animation/progress-indicator-animation.d.ts +0 -4
- package/atoms/progress-indicator/progress-indicator.component.d.ts +0 -57
- package/atoms/progress-indicator/progress-indicator.module.d.ts +0 -8
- package/atoms/progress-indicator/public_api.d.ts +0 -2
- package/esm2022/accordion/accordion/accordion-item-content/accordion-item-content.directive.mjs +0 -25
- package/esm2022/article/article-lead/article-lead.directive.mjs +0 -22
- package/esm2022/article/article-title/article-title.directive.mjs +0 -22
- package/esm2022/article/examples/article-lead/article-lead.component.mjs +0 -12
- package/esm2022/atoms/progress-indicator/animation/progress-indicator-animation.mjs +0 -8
- package/esm2022/atoms/progress-indicator/progress-indicator.component.mjs +0 -82
- package/esm2022/atoms/progress-indicator/progress-indicator.module.mjs +0 -20
- package/esm2022/atoms/progress-indicator/public_api.mjs +0 -3
- package/esm2022/list/list-subheader/list-subheader.directive.mjs +0 -25
- package/esm2022/molecules/button-set/button-set.component.mjs +0 -23
- package/esm2022/molecules/button-set/button-set.module.mjs +0 -20
- package/esm2022/molecules/button-set/public_api.mjs +0 -3
- package/esm2022/molecules/feature/feature/feature.component.mjs +0 -49
- package/esm2022/molecules/feature/feature-icon/feature-icon.directive.mjs +0 -22
- package/esm2022/molecules/feature/feature-subheader/feature-subheader.directive.mjs +0 -22
- package/esm2022/molecules/feature/feature-subtitle/feature-subtitle.directive.mjs +0 -22
- package/esm2022/molecules/feature/feature-title/feature-title.directive.mjs +0 -22
- package/esm2022/molecules/feature/feature.module.mjs +0 -44
- package/esm2022/molecules/feature/public_api.mjs +0 -7
- package/esm2022/molecules/image-gallery/gallery-image/gallery-image.component.mjs +0 -25
- package/esm2022/molecules/image-gallery/image-gallery/image-gallery.component.mjs +0 -15
- package/esm2022/molecules/image-gallery/image-gallery.module.mjs +0 -33
- package/esm2022/molecules/image-gallery/public_api.mjs +0 -4
- package/esm2022/molecules/image-list/image-list.component.mjs +0 -20
- package/esm2022/molecules/image-list/image-list.module.mjs +0 -24
- package/esm2022/molecules/image-list/public_api.mjs +0 -3
- package/esm2022/molecules/qty-dropdown/public_api.mjs +0 -3
- package/esm2022/molecules/qty-dropdown/qty-dropdown.component.mjs +0 -113
- package/esm2022/molecules/qty-dropdown/qty-dropdown.module.mjs +0 -40
- package/list/list-subheader/list-subheader.directive.d.ts +0 -12
- package/molecules/button-set/button-set.component.d.ts +0 -12
- package/molecules/button-set/button-set.module.d.ts +0 -7
- package/molecules/button-set/public_api.d.ts +0 -2
- package/molecules/feature/feature/feature.component.d.ts +0 -26
- package/molecules/feature/feature-icon/feature-icon.directive.d.ts +0 -9
- package/molecules/feature/feature-subheader/feature-subheader.directive.d.ts +0 -9
- package/molecules/feature/feature-subtitle/feature-subtitle.directive.d.ts +0 -9
- package/molecules/feature/feature-title/feature-title.directive.d.ts +0 -9
- package/molecules/feature/feature.module.d.ts +0 -12
- package/molecules/feature/public_api.d.ts +0 -6
- package/molecules/image-gallery/gallery-image/gallery-image.component.d.ts +0 -10
- package/molecules/image-gallery/image-gallery/image-gallery.component.d.ts +0 -8
- package/molecules/image-gallery/image-gallery.module.d.ts +0 -10
- package/molecules/image-gallery/public_api.d.ts +0 -3
- package/molecules/image-list/image-list.component.d.ts +0 -9
- package/molecules/image-list/image-list.module.d.ts +0 -8
- package/molecules/image-list/public_api.d.ts +0 -2
- package/molecules/qty-dropdown/public_api.d.ts +0 -2
- package/molecules/qty-dropdown/qty-dropdown.component.d.ts +0 -61
- package/molecules/qty-dropdown/qty-dropdown.module.d.ts +0 -12
- package/notification/examples/dismissable-notification/dismissable-notification.component.d.ts +0 -6
- package/notification/examples/dismissable-notification/dismissable-notification.module.d.ts +0 -11
- package/scss/daff-global.scss +0 -5
- package/scss/daff-typography.scss +0 -55
- package/scss/daff-util.scss +0 -5
- package/scss/typography/mixins/_text-transform.scss +0 -4
- package/src/atoms/progress-indicator/progress-indicator-theme.scss +0 -60
package/README.md
CHANGED
@@ -2,62 +2,58 @@
|
|
2
2
|
`@daffodil/design` is an Angular component library built to support ecommerce use-cases. The library provides turn-key support for various features like:
|
3
3
|
|
4
4
|
* [Pre-Built Components](#components)
|
5
|
-
* [Theming](
|
6
|
-
* [Typography](
|
7
|
-
* [Accessibility](
|
8
|
-
* [Color](
|
5
|
+
* [Theming](/libs/design/guides/theming.md)
|
6
|
+
* [Typography](/libs/design/guides/typography.md)
|
7
|
+
* [Accessibility](/libs/design/guides/accessibility.md)
|
8
|
+
* [Color](/libs/design/guides/accessibility/color.md)
|
9
9
|
|
10
10
|
## Packages
|
11
11
|
| Package | Version | Stability |
|
12
12
|
|---|---|---|
|
13
|
-
| [@daffodil/design](
|
13
|
+
| [@daffodil/design](/libs/design/README.md) | [](https://npmjs.com/package/@daffodil/design) | [](https://www.github.com/graycoreio/daffodil) |
|
14
14
|
|
15
15
|
The source for this package is in the [Daffodil repository](https://github.com/graycoreio/daffodil).
|
16
16
|
|
17
17
|
## Getting Started
|
18
|
-
Refer to the [Getting Started Guide](
|
18
|
+
Refer to the [Getting Started Guide](/libs/design/guides/getting-started.md).
|
19
19
|
|
20
20
|
## Upgrading
|
21
|
-
Refer to the [Upgrade Guide](
|
21
|
+
Refer to the [Upgrade Guide](/libs/design/guides/upgrading.md).
|
22
22
|
|
23
23
|
## Components
|
24
24
|
|
25
25
|
### Atoms
|
26
|
-
* [Button](
|
27
|
-
* [Container](
|
28
|
-
* [Form](
|
29
|
-
* [Checkbox](
|
30
|
-
* [Checkbox Set](
|
31
|
-
* [Error Message](
|
32
|
-
* [Form Field](
|
33
|
-
* [Form Label](
|
34
|
-
* [Input](
|
35
|
-
* [Radio](
|
36
|
-
* [Radio Set](
|
37
|
-
* [Select](
|
38
|
-
* [Quantity Field](
|
39
|
-
* [Image](
|
40
|
-
* [Loading Icon](
|
41
|
-
* [Progress Indicator](./src/atoms/progress-indicator/README.md)
|
26
|
+
* [Button](/libs/design/src/atoms/button/README.md)
|
27
|
+
* [Container](/libs/design/src/atoms/container/README.md)
|
28
|
+
* [Form](/libs/design/src/atoms/form/README.md)
|
29
|
+
* [Checkbox](/libs/design/src/atoms/form/checkbox/README.md)
|
30
|
+
* [Checkbox Set](/libs/design/src/atoms/form/checkbox-set/README.md)
|
31
|
+
* [Error Message](/libs/design/src/atoms/form/error-message/README.md)
|
32
|
+
* [Form Field](/libs/design/src/atoms/form/form-field/README.md)
|
33
|
+
* [Form Label](/libs/design/src/atoms/form/form-label/README.md)
|
34
|
+
* [Input](/libs/design/src/atoms/form/input/README.md)
|
35
|
+
* [Radio](/libs/design/src/atoms/form/radio/README.md)
|
36
|
+
* [Radio Set](/libs/design/src/atoms/form/radio-set/README.md)
|
37
|
+
* [Select](/libs/design/src/atoms/form/select/README.md)
|
38
|
+
* [Quantity Field](/libs/design/src/atoms/form/quantity-field/README.md)
|
39
|
+
* [Image](/libs/design/src/atoms/image/README.md)
|
40
|
+
* [Loading Icon](/libs/design/src/atoms/loading-icon/README.md)
|
42
41
|
|
43
42
|
### Molecules
|
44
|
-
* [Accordion](
|
45
|
-
* [Article](
|
46
|
-
* [Backdrop](
|
47
|
-
* [
|
48
|
-
* [
|
49
|
-
* [
|
50
|
-
* [
|
51
|
-
* [
|
52
|
-
* [
|
53
|
-
* [
|
54
|
-
* [
|
55
|
-
* [
|
56
|
-
* [
|
57
|
-
* [
|
58
|
-
* [Navbar](./src/molecules/navbar/README.md)
|
59
|
-
* [Paginator](./src/molecules/paginator/README.md)
|
60
|
-
* [Sidebar](./src/molecules/sidebar/README.md)
|
43
|
+
* [Accordion](/libs/design/src/molecules/accordion/README.md)
|
44
|
+
* [Article](/libs/design/src/molecules/article/README.md)
|
45
|
+
* [Backdrop](/libs/design/src/molecules/backdrop/README.md)
|
46
|
+
* [Callout](/libs/design/src/molecules/callout/README.md)
|
47
|
+
* [Card](/libs/design/src/molecules/card/README.md)
|
48
|
+
* [Hero](/libs/design/src/molecules/hero/README.md)
|
49
|
+
* [Image List](/libs/design/src/molecules/image-list/README.md)
|
50
|
+
* [Link Set](/libs/design/src/molecules/link-set/README.md)
|
51
|
+
* [List](/libs/design/src/molecules/list/README.md)
|
52
|
+
* [Media Gallery](/libs/design/src/molecules/media-gallery/README.md)
|
53
|
+
* [Modal](/libs/design/src/molecules/modal/README.md)
|
54
|
+
* [Navbar](/libs/design/src/molecules/navbar/README.md)
|
55
|
+
* [Paginator](/libs/design/src/molecules/paginator/README.md)
|
56
|
+
* [Sidebar](/libs/design/src/molecules/sidebar/README.md)
|
61
57
|
|
62
58
|
## Behind the Scenes
|
63
59
|
* [The Team](https://github.com/graycoreio/daffodil/graphs/contributors)
|
@@ -16,8 +16,6 @@ export declare class DaffAccordionItemComponent implements OnInit {
|
|
16
16
|
get openClass(): boolean;
|
17
17
|
_daffAccordionItemId: string;
|
18
18
|
id: string;
|
19
|
-
/** @deprecated in v1.0.0 in favor of `initiallyExpanded` */
|
20
|
-
initiallyActive: boolean;
|
21
19
|
/** Whether or not the item is initiallyExpanded by default. */
|
22
20
|
initiallyExpanded: boolean;
|
23
21
|
/**
|
@@ -34,5 +32,5 @@ export declare class DaffAccordionItemComponent implements OnInit {
|
|
34
32
|
ngOnInit(): void;
|
35
33
|
toggleActive(): void;
|
36
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffAccordionItemComponent, never>;
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DaffAccordionItemComponent, "daff-accordion-item", never, { "id": { "alias": "id"; "required": false; }; "
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DaffAccordionItemComponent, "daff-accordion-item", never, { "id": { "alias": "id"; "required": false; }; "initiallyExpanded": { "alias": "initiallyExpanded"; "required": false; }; }, {}, never, ["[daffAccordionItemTitle]", "*"], false, never>;
|
38
36
|
}
|
@@ -2,12 +2,11 @@ import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./accordion/accordion/accordion.component";
|
3
3
|
import * as i2 from "./accordion/accordion-item/accordion-item.component";
|
4
4
|
import * as i3 from "./accordion/accordion-item-title/accordion-item-title.directive";
|
5
|
-
import * as i4 from "
|
6
|
-
import * as i5 from "@angular
|
7
|
-
import * as i6 from "@
|
8
|
-
import * as i7 from "@daffodil/design";
|
5
|
+
import * as i4 from "@angular/common";
|
6
|
+
import * as i5 from "@fortawesome/angular-fontawesome";
|
7
|
+
import * as i6 from "@daffodil/design";
|
9
8
|
export declare class DaffAccordionModule {
|
10
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffAccordionModule, never>;
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DaffAccordionModule, [typeof i1.DaffAccordionComponent, typeof i2.DaffAccordionItemComponent, typeof i3.DaffAccordionItemTitleDirective
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DaffAccordionModule, [typeof i1.DaffAccordionComponent, typeof i2.DaffAccordionItemComponent, typeof i3.DaffAccordionItemTitleDirective], [typeof i4.CommonModule, typeof i5.FontAwesomeModule, typeof i6.DaffPrefixSuffixModule], [typeof i1.DaffAccordionComponent, typeof i2.DaffAccordionItemComponent, typeof i3.DaffAccordionItemTitleDirective]>;
|
12
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<DaffAccordionModule>;
|
13
12
|
}
|
@@ -2,4 +2,3 @@ export { DaffAccordionModule } from './accordion.module';
|
|
2
2
|
export * from './accordion/accordion/accordion.component';
|
3
3
|
export * from './accordion/accordion-item/accordion-item.component';
|
4
4
|
export * from './accordion/accordion-item-title/accordion-item-title.directive';
|
5
|
-
export * from './accordion/accordion-item-content/accordion-item-content.directive';
|
package/article/README.md
CHANGED
@@ -7,11 +7,6 @@ Article can be used on any content page that displays large blocks of text-drive
|
|
7
7
|
## Headings
|
8
8
|
<design-land-example-viewer-container example="article-headings"></design-land-example-viewer-container>
|
9
9
|
|
10
|
-
## Article Lead
|
11
|
-
Lead is used as the opening paragraph to provide a summary or leading information for an article. Lead is a custom directive of article and is not a native element selector. To use it, add `daffArticleLead` to a paragraph (`<p>`).
|
12
|
-
|
13
|
-
<design-land-example-viewer-container example="article-lead"></design-land-example-viewer-container>
|
14
|
-
|
15
10
|
## Article Meta
|
16
11
|
Meta is used if there is metadata information about your article (i.e. author name, date, etc). Meta is a custom directive of article and is not a native element selector. To use it, add `daffArticleMeta` to a paragraph (`<p>`).
|
17
12
|
|
@@ -1,11 +1,9 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./article/article.component";
|
3
|
-
import * as i2 from "./article-
|
4
|
-
import * as i3 from "
|
5
|
-
import * as i4 from "./article-meta/article-meta.directive";
|
6
|
-
import * as i5 from "@angular/common";
|
3
|
+
import * as i2 from "./article-meta/article-meta.directive";
|
4
|
+
import * as i3 from "@angular/common";
|
7
5
|
export declare class DaffArticleModule {
|
8
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffArticleModule, never>;
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DaffArticleModule, [typeof i1.DaffArticleComponent, typeof i2.
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DaffArticleModule, [typeof i1.DaffArticleComponent, typeof i2.DaffArticleMetaDirective], [typeof i3.CommonModule], [typeof i1.DaffArticleComponent, typeof i2.DaffArticleMetaDirective]>;
|
10
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<DaffArticleModule>;
|
11
9
|
}
|
@@ -4,16 +4,15 @@ import * as i2 from "./article-code-block/article-code-block.component";
|
|
4
4
|
import * as i3 from "./article-code-inline/article-code-inline.component";
|
5
5
|
import * as i4 from "./article-headings/article-headings.component";
|
6
6
|
import * as i5 from "./article-hr/article-hr.component";
|
7
|
-
import * as i6 from "./article-
|
8
|
-
import * as i7 from "./article-
|
9
|
-
import * as i8 from "./article-
|
10
|
-
import * as i9 from "./article-
|
11
|
-
import * as i10 from "./article-
|
12
|
-
import * as i11 from "
|
13
|
-
import * as i12 from "@
|
14
|
-
import * as i13 from "@daffodil/design/article";
|
7
|
+
import * as i6 from "./article-link/article-link.component";
|
8
|
+
import * as i7 from "./article-meta/article-meta.component";
|
9
|
+
import * as i8 from "./article-ol/article-ol.component";
|
10
|
+
import * as i9 from "./article-ul/article-ul.component";
|
11
|
+
import * as i10 from "./article-table/article-table.component";
|
12
|
+
import * as i11 from "@angular/common";
|
13
|
+
import * as i12 from "@daffodil/design/article";
|
15
14
|
export declare class ArticleExamplesModule {
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArticleExamplesModule, never>;
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ArticleExamplesModule, [typeof i1.ArticleBlockquoteComponent, typeof i2.ArticleCodeBlockComponent, typeof i3.ArticleCodeInlineComponent, typeof i4.ArticleHeadingsComponent, typeof i5.ArticleHrComponent, typeof i6.
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArticleExamplesModule, [typeof i1.ArticleBlockquoteComponent, typeof i2.ArticleCodeBlockComponent, typeof i3.ArticleCodeInlineComponent, typeof i4.ArticleHeadingsComponent, typeof i5.ArticleHrComponent, typeof i6.ArticleLinkComponent, typeof i7.ArticleMetaComponent, typeof i8.ArticleOlComponent, typeof i9.ArticleUlComponent, typeof i10.ArticleTableComponent], [typeof i11.CommonModule, typeof i12.DaffArticleModule], never>;
|
18
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<ArticleExamplesModule>;
|
19
18
|
}
|
@@ -5,7 +5,6 @@ export { ArticleOlComponent } from './article-ol/article-ol.component';
|
|
5
5
|
export { ArticleUlComponent } from './article-ul/article-ul.component';
|
6
6
|
export { ArticleMetaComponent } from './article-meta/article-meta.component';
|
7
7
|
export { ArticleLinkComponent } from './article-link/article-link.component';
|
8
|
-
export { ArticleLeadComponent } from './article-lead/article-lead.component';
|
9
8
|
export { ArticleBlockquoteComponent } from './article-blockquote/article-blockquote.component';
|
10
9
|
export { ArticleTableComponent } from './article-table/article-table.component';
|
11
10
|
export { ArticleExamplesModule } from './article-examples.module';
|
package/article/public_api.d.ts
CHANGED
@@ -1,5 +1,3 @@
|
|
1
1
|
export { DaffArticleComponent } from './article/article.component';
|
2
2
|
export { DaffArticleModule } from './article.module';
|
3
|
-
export { DaffArticleTitleDirective } from './article-title/article-title.directive';
|
4
|
-
export { DaffArticleLeadDirective } from './article-lead/article-lead.directive';
|
5
3
|
export { DaffArticleMetaDirective } from './article-meta/article-meta.directive';
|
@@ -27,6 +27,7 @@ export declare class DaffQuantityFieldComponent implements ControlValueAccessor,
|
|
27
27
|
* before it becomes an input element.
|
28
28
|
*/
|
29
29
|
selectMax: number;
|
30
|
+
id: string;
|
30
31
|
get focused(): boolean;
|
31
32
|
disabled: boolean;
|
32
33
|
private _quantity;
|
@@ -49,5 +50,5 @@ export declare class DaffQuantityFieldComponent implements ControlValueAccessor,
|
|
49
50
|
setDisabledState(isDisabled: boolean): void;
|
50
51
|
focus(): void;
|
51
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffQuantityFieldComponent, [{ optional: true; self: true; }, null]>;
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DaffQuantityFieldComponent, "daff-quantity-field", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "selectMax": { "alias": "selectMax"; "required": false; }; }, {}, never, never, false, never>;
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DaffQuantityFieldComponent, "daff-quantity-field", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "selectMax": { "alias": "selectMax"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, never, false, never>;
|
53
54
|
}
|
@@ -1,20 +1,6 @@
|
|
1
1
|
import { ElementRef, Renderer2 } from '@angular/core';
|
2
2
|
import { DaffColorable, DaffCompactable, DaffTextAlignable } from '@daffodil/design';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
-
/**
|
5
|
-
* @deprecated See {@link DaffTextAlignable}
|
6
|
-
*/
|
7
|
-
export type DaffCalloutLayout = 'centered' | undefined;
|
8
|
-
export declare enum DaffCalloutLayoutEnum {
|
9
|
-
Centered = "centered"
|
10
|
-
}
|
11
|
-
/**
|
12
|
-
* @deprecated See {@link DaffCompactable}
|
13
|
-
*/
|
14
|
-
export type DaffCalloutSize = 'compact' | undefined;
|
15
|
-
export declare enum DaffCalloutSizeEnum {
|
16
|
-
Compact = "compact"
|
17
|
-
}
|
18
4
|
/**
|
19
5
|
* An _elementRef and an instance of renderer2 are needed for the Colorable mixin
|
20
6
|
*/
|
@@ -51,28 +37,12 @@ declare const _daffCalloutBase: (new (...args: any[]) => {
|
|
51
37
|
export declare class DaffCalloutComponent extends _daffCalloutBase implements DaffColorable, DaffTextAlignable, DaffCompactable {
|
52
38
|
private elementRef;
|
53
39
|
private renderer;
|
54
|
-
/**
|
55
|
-
* @deprecated See {@link DaffTextAlignable}
|
56
|
-
*/
|
57
|
-
layout: DaffCalloutLayout;
|
58
|
-
/**
|
59
|
-
* @deprecated See {@link DaffCompactable}
|
60
|
-
*/
|
61
|
-
size: DaffCalloutSize;
|
62
40
|
constructor(elementRef: ElementRef, renderer: Renderer2);
|
63
41
|
/**
|
64
42
|
* @docs-private
|
65
43
|
*/
|
66
44
|
class: boolean;
|
67
|
-
/**
|
68
|
-
* @deprecated See {@link DaffTextAlignable}
|
69
|
-
*/
|
70
|
-
get centered(): boolean;
|
71
|
-
/**
|
72
|
-
* @deprecated See {@link DaffCompactable}
|
73
|
-
*/
|
74
|
-
get compactClass(): boolean;
|
75
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<DaffCalloutComponent, never>;
|
76
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DaffCalloutComponent, "daff-callout", never, { "color": { "alias": "color"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "textAlignment": { "alias": "textAlignment"; "required": false; };
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DaffCalloutComponent, "daff-callout", never, { "color": { "alias": "color"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "textAlignment": { "alias": "textAlignment"; "required": false; }; }, {}, never, ["*"], false, never>;
|
77
47
|
}
|
78
48
|
export {};
|
@@ -34,7 +34,6 @@ export class DaffAccordionItemComponent {
|
|
34
34
|
* @docs-private
|
35
35
|
*/
|
36
36
|
ngOnInit() {
|
37
|
-
this._open = this.initiallyActive ? this.initiallyActive : this._open;
|
38
37
|
this._open = this.initiallyExpanded ? this.initiallyExpanded : this._open;
|
39
38
|
this._animationState = getAnimationState(this._open);
|
40
39
|
}
|
@@ -43,7 +42,7 @@ export class DaffAccordionItemComponent {
|
|
43
42
|
this._animationState = getAnimationState(this._open);
|
44
43
|
}
|
45
44
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffAccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
46
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DaffAccordionItemComponent, selector: "daff-accordion-item", inputs: { id: "id",
|
45
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DaffAccordionItemComponent, selector: "daff-accordion-item", inputs: { id: "id", initiallyExpanded: "initiallyExpanded" }, host: { properties: { "class.daff-accordion-item": "this.class", "class.open": "this.openClass" } }, ngImport: i0, template: "<button type=\"button\" class=\"daff-accordion-item__header\"\n (click)=\"toggleActive()\"\n [attr.aria-expanded]=\"_open === true\"\n [attr.aria-controls]=\"id\">\n <ng-content select=\"[daffAccordionItemTitle]\"></ng-content>\n</button>\n<div [@openAccordion]=\"_animationState\" [id]=\"id\">\n <div class=\"daff-accordion-item__content\">\n <ng-content></ng-content>\n </div>\n</div>", styles: [".daff-accordion-item{display:block}.daff-accordion-item__header{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;gap:8px;background:none;border:none;inline-size:100%;margin:0;padding:16px;position:relative}.daff-accordion-item__header:after{content:\"\";position:absolute;top:48%;right:2px;display:inline-block;border-right:2px solid currentColor;border-bottom:2px solid currentColor;width:8px;height:8px;transform:translateY(-50%) rotate(45deg);transition:transform .15s}.daff-accordion-item.open .daff-accordion-item__header:after{top:56%;transform:translateY(-50%) rotate(225deg)}.daff-accordion-item__title{font-size:1rem;font-weight:500;inline-size:100%;margin:0;padding:0 32px 0 0;text-align:start}.daff-accordion-item__content{padding:0 16px 16px}.daff-accordion-item__content>p{margin:0 0 16px}.daff-accordion-item__content>p:last-child{margin:0}\n"], animations: [
|
47
46
|
daffAccordionAnimations.openAccordion,
|
48
47
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
49
48
|
}
|
@@ -60,9 +59,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImpo
|
|
60
59
|
args: ['class.open']
|
61
60
|
}], id: [{
|
62
61
|
type: Input
|
63
|
-
}], initiallyActive: [{
|
64
|
-
type: Input
|
65
62
|
}], initiallyExpanded: [{
|
66
63
|
type: Input
|
67
64
|
}] } });
|
68
|
-
//# sourceMappingURL=data:application/json;base64,
|
65
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYWNjb3JkaW9uL3NyYy9hY2NvcmRpb24vYWNjb3JkaW9uLWl0ZW0vYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vYWNjb3JkaW9uL3NyYy9hY2NvcmRpb24vYWNjb3JkaW9uLWl0ZW0vYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxLQUFLLEVBRUwsaUJBQWlCLEVBQ2pCLFdBQVcsRUFDWCx1QkFBdUIsR0FDeEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLGFBQWEsRUFDYixXQUFXLEdBQ1osTUFBTSxtQ0FBbUMsQ0FBQztBQUUzQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQzs7QUFFM0UsSUFBSSxtQkFBbUIsR0FBRyxDQUFDLENBQUM7QUFZNUIsTUFBTSxPQUFPLDBCQUEwQjtJQVZ2QztRQVdFOztXQUVHO1FBQ0gsa0JBQWEsR0FBRyxhQUFhLENBQUM7UUFDOUI7O1dBRUc7UUFDSCxnQkFBVyxHQUFHLFdBQVcsQ0FBQztRQUUxQjs7V0FFRztRQUN1QyxVQUFLLEdBQUcsSUFBSSxDQUFDO1FBTXZELHlCQUFvQixHQUFHLHFCQUFxQixHQUFHLEdBQUcsR0FBRyxFQUFFLG1CQUFtQixDQUFDO1FBRWxFLE9BQUUsR0FBVyxJQUFJLENBQUMsb0JBQW9CLENBQUM7UUFFaEQsK0RBQStEO1FBQ3RELHNCQUFpQixHQUFHLEtBQUssQ0FBQztRQUVuQzs7V0FFRztRQUNILFVBQUssR0FBRyxLQUFLLENBQUM7S0FrQmY7SUFoQ0MsSUFBK0IsU0FBUztRQUN0QyxPQUFPLElBQUksQ0FBQyxLQUFLLENBQUM7SUFDcEIsQ0FBQztJQWtCRDs7T0FFRztJQUNILFFBQVE7UUFDTixJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDO1FBQzFFLElBQUksQ0FBQyxlQUFlLEdBQUcsaUJBQWlCLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3ZELENBQUM7SUFFRCxZQUFZO1FBQ1YsSUFBSSxDQUFDLEtBQUssR0FBRyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUM7UUFDekIsSUFBSSxDQUFDLGVBQWUsR0FBRyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDdkQsQ0FBQztrSUE5Q1UsMEJBQTBCO3NIQUExQiwwQkFBMEIsOE5DNUJ2Qyw2WUFVTSxxK0JEY1E7WUFDVix1QkFBdUIsQ0FBQyxhQUFhO1NBQ3RDOzs0RkFFVSwwQkFBMEI7a0JBVnRDLFNBQVM7K0JBQ0UscUJBQXFCLGlCQUdoQixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DO3dCQUNWLHVCQUF1QixDQUFDLGFBQWE7cUJBQ3RDOzhCQWV5QyxLQUFLO3NCQUE5QyxXQUFXO3VCQUFDLDJCQUEyQjtnQkFFVCxTQUFTO3NCQUF2QyxXQUFXO3VCQUFDLFlBQVk7Z0JBTWhCLEVBQUU7c0JBQVYsS0FBSztnQkFHRyxpQkFBaUI7c0JBQXpCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIElucHV0LFxuICBPbkluaXQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxuICBIb3N0QmluZGluZyxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgZmFDaGV2cm9uRG93bixcbiAgZmFDaGV2cm9uVXAsXG59IGZyb20gJ0Bmb3J0YXdlc29tZS9mcmVlLXNvbGlkLXN2Zy1pY29ucyc7XG5cbmltcG9ydCB7IGRhZmZBY2NvcmRpb25BbmltYXRpb25zIH0gZnJvbSAnLi4vYW5pbWF0aW9uL2FjY29yZGlvbi1hbmltYXRpb24nO1xuaW1wb3J0IHsgZ2V0QW5pbWF0aW9uU3RhdGUgfSBmcm9tICcuLi9hbmltYXRpb24vYWNjb3JkaW9uLWFuaW1hdGlvbi1zdGF0ZSc7XG5cbmxldCBkYWZmQWNjb3JkaW9uSXRlbUlkID0gMDtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZGFmZi1hY2NvcmRpb24taXRlbScsXG4gIHRlbXBsYXRlVXJsOiAnLi9hY2NvcmRpb24taXRlbS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBhbmltYXRpb25zOiBbXG4gICAgZGFmZkFjY29yZGlvbkFuaW1hdGlvbnMub3BlbkFjY29yZGlvbixcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZkFjY29yZGlvbkl0ZW1Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgZmFDaGV2cm9uRG93biA9IGZhQ2hldnJvbkRvd247XG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBmYUNoZXZyb25VcCA9IGZhQ2hldnJvblVwO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmRhZmYtYWNjb3JkaW9uLWl0ZW0nKSBjbGFzcyA9IHRydWU7XG5cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5vcGVuJykgZ2V0IG9wZW5DbGFzcygpIHtcbiAgICByZXR1cm4gdGhpcy5fb3BlbjtcbiAgfVxuXG4gIF9kYWZmQWNjb3JkaW9uSXRlbUlkID0gJ2RhZmYtYWNjb3JkaW9uLWl0ZW0nICsgJy0nICsgKytkYWZmQWNjb3JkaW9uSXRlbUlkO1xuXG4gIEBJbnB1dCgpIGlkOiBzdHJpbmcgPSB0aGlzLl9kYWZmQWNjb3JkaW9uSXRlbUlkO1xuXG4gIC8qKiBXaGV0aGVyIG9yIG5vdCB0aGUgaXRlbSBpcyBpbml0aWFsbHlFeHBhbmRlZCBieSBkZWZhdWx0LiAqL1xuICBASW5wdXQoKSBpbml0aWFsbHlFeHBhbmRlZCA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBfb3BlbiA9IGZhbHNlO1xuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgX2FuaW1hdGlvblN0YXRlOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMuX29wZW4gPSB0aGlzLmluaXRpYWxseUV4cGFuZGVkID8gdGhpcy5pbml0aWFsbHlFeHBhbmRlZCA6IHRoaXMuX29wZW47XG4gICAgdGhpcy5fYW5pbWF0aW9uU3RhdGUgPSBnZXRBbmltYXRpb25TdGF0ZSh0aGlzLl9vcGVuKTtcbiAgfVxuXG4gIHRvZ2dsZUFjdGl2ZSgpIHtcbiAgICB0aGlzLl9vcGVuID0gIXRoaXMuX29wZW47XG4gICAgdGhpcy5fYW5pbWF0aW9uU3RhdGUgPSBnZXRBbmltYXRpb25TdGF0ZSh0aGlzLl9vcGVuKTtcbiAgfVxufVxuIiwiPGJ1dHRvbiB0eXBlPVwiYnV0dG9uXCIgY2xhc3M9XCJkYWZmLWFjY29yZGlvbi1pdGVtX19oZWFkZXJcIlxuICAoY2xpY2spPVwidG9nZ2xlQWN0aXZlKClcIlxuICBbYXR0ci5hcmlhLWV4cGFuZGVkXT1cIl9vcGVuID09PSB0cnVlXCJcbiAgW2F0dHIuYXJpYS1jb250cm9sc109XCJpZFwiPlxuICA8bmctY29udGVudCBzZWxlY3Q9XCJbZGFmZkFjY29yZGlvbkl0ZW1UaXRsZV1cIj48L25nLWNvbnRlbnQ+XG48L2J1dHRvbj5cbjxkaXYgW0BvcGVuQWNjb3JkaW9uXT1cIl9hbmltYXRpb25TdGF0ZVwiIFtpZF09XCJpZFwiPlxuICA8ZGl2IGNsYXNzPVwiZGFmZi1hY2NvcmRpb24taXRlbV9fY29udGVudFwiPlxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgPC9kaXY+XG48L2Rpdj4iXX0=
|
@@ -4,20 +4,17 @@ import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
|
|
4
4
|
import { DaffPrefixSuffixModule } from '@daffodil/design';
|
5
5
|
import { DaffAccordionComponent } from './accordion/accordion/accordion.component';
|
6
6
|
import { DaffAccordionItemComponent } from './accordion/accordion-item/accordion-item.component';
|
7
|
-
import { DaffAccordionItemContentDirective } from './accordion/accordion-item-content/accordion-item-content.directive';
|
8
7
|
import { DaffAccordionItemTitleDirective } from './accordion/accordion-item-title/accordion-item-title.directive';
|
9
8
|
import * as i0 from "@angular/core";
|
10
9
|
export class DaffAccordionModule {
|
11
10
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
12
11
|
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: DaffAccordionModule, declarations: [DaffAccordionComponent,
|
13
12
|
DaffAccordionItemComponent,
|
14
|
-
DaffAccordionItemTitleDirective,
|
15
|
-
DaffAccordionItemContentDirective], imports: [CommonModule,
|
13
|
+
DaffAccordionItemTitleDirective], imports: [CommonModule,
|
16
14
|
FontAwesomeModule,
|
17
15
|
DaffPrefixSuffixModule], exports: [DaffAccordionComponent,
|
18
16
|
DaffAccordionItemComponent,
|
19
|
-
DaffAccordionItemTitleDirective
|
20
|
-
DaffAccordionItemContentDirective] }); }
|
17
|
+
DaffAccordionItemTitleDirective] }); }
|
21
18
|
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffAccordionModule, imports: [CommonModule,
|
22
19
|
FontAwesomeModule,
|
23
20
|
DaffPrefixSuffixModule] }); }
|
@@ -34,14 +31,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImpo
|
|
34
31
|
DaffAccordionComponent,
|
35
32
|
DaffAccordionItemComponent,
|
36
33
|
DaffAccordionItemTitleDirective,
|
37
|
-
DaffAccordionItemContentDirective,
|
38
34
|
],
|
39
35
|
exports: [
|
40
36
|
DaffAccordionComponent,
|
41
37
|
DaffAccordionItemComponent,
|
42
38
|
DaffAccordionItemTitleDirective,
|
43
|
-
DaffAccordionItemContentDirective,
|
44
39
|
],
|
45
40
|
}]
|
46
41
|
}] });
|
47
|
-
//# sourceMappingURL=data:application/json;base64,
|
42
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2FjY29yZGlvbi9zcmMvYWNjb3JkaW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUVyRSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUUxRCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQztBQUNuRixPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUNqRyxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSxpRUFBaUUsQ0FBQzs7QUFvQmxILE1BQU0sT0FBTyxtQkFBbUI7a0lBQW5CLG1CQUFtQjttSUFBbkIsbUJBQW1CLGlCQVY1QixzQkFBc0I7WUFDdEIsMEJBQTBCO1lBQzFCLCtCQUErQixhQVIvQixZQUFZO1lBRVosaUJBQWlCO1lBQ2pCLHNCQUFzQixhQVF0QixzQkFBc0I7WUFDdEIsMEJBQTBCO1lBQzFCLCtCQUErQjttSUFHdEIsbUJBQW1CLFlBaEI1QixZQUFZO1lBRVosaUJBQWlCO1lBQ2pCLHNCQUFzQjs7NEZBYWIsbUJBQW1CO2tCQWxCL0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFFWixpQkFBaUI7d0JBQ2pCLHNCQUFzQjtxQkFDdkI7b0JBQ0QsWUFBWSxFQUFFO3dCQUNaLHNCQUFzQjt3QkFDdEIsMEJBQTBCO3dCQUMxQiwrQkFBK0I7cUJBQ2hDO29CQUNELE9BQU8sRUFBRTt3QkFDUCxzQkFBc0I7d0JBQ3RCLDBCQUEwQjt3QkFDMUIsK0JBQStCO3FCQUNoQztpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9udEF3ZXNvbWVNb2R1bGUgfSBmcm9tICdAZm9ydGF3ZXNvbWUvYW5ndWxhci1mb250YXdlc29tZSc7XG5cbmltcG9ydCB7IERhZmZQcmVmaXhTdWZmaXhNb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduJztcblxuaW1wb3J0IHsgRGFmZkFjY29yZGlvbkNvbXBvbmVudCB9IGZyb20gJy4vYWNjb3JkaW9uL2FjY29yZGlvbi9hY2NvcmRpb24uY29tcG9uZW50JztcbmltcG9ydCB7IERhZmZBY2NvcmRpb25JdGVtQ29tcG9uZW50IH0gZnJvbSAnLi9hY2NvcmRpb24vYWNjb3JkaW9uLWl0ZW0vYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50JztcbmltcG9ydCB7IERhZmZBY2NvcmRpb25JdGVtVGl0bGVEaXJlY3RpdmUgfSBmcm9tICcuL2FjY29yZGlvbi9hY2NvcmRpb24taXRlbS10aXRsZS9hY2NvcmRpb24taXRlbS10aXRsZS5kaXJlY3RpdmUnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuXG4gICAgRm9udEF3ZXNvbWVNb2R1bGUsXG4gICAgRGFmZlByZWZpeFN1ZmZpeE1vZHVsZSxcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRGFmZkFjY29yZGlvbkNvbXBvbmVudCxcbiAgICBEYWZmQWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcbiAgICBEYWZmQWNjb3JkaW9uSXRlbVRpdGxlRGlyZWN0aXZlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgRGFmZkFjY29yZGlvbkNvbXBvbmVudCxcbiAgICBEYWZmQWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcbiAgICBEYWZmQWNjb3JkaW9uSXRlbVRpdGxlRGlyZWN0aXZlLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmQWNjb3JkaW9uTW9kdWxlIHsgfVxuIl19
|
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@daffodil/design/accordion";
|
4
4
|
export class BasicAccordionComponent {
|
5
5
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: BasicAccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
6
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: BasicAccordionComponent, selector: "basic-accordion", ngImport: i0, template: "<daff-accordion>\n\t<daff-accordion-item [initiallyExpanded]=\"true\">\n\t\t<div daffAccordionItemTitle>This is the accordion item title</div>\n\t\t<p>\n\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo lacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, et maximus quam efficitur sed.\n\t\t\t<a href=\"/\">Learn More.</a>\n\t\t</p>\n\t</daff-accordion-item>\n\t<daff-accordion-item>\n\t\t<div daffAccordionItemTitle>This is the accordion item title</div>\n\t\t<p>\n\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo lacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, et maximus quam efficitur sed.\n\t\t\t<a href=\"/\">Learn More.</a>\n\t\t</p>\n\t</daff-accordion-item>\n\t<daff-accordion-item>\n\t\t<div daffAccordionItemTitle>This is the accordion item title</div>\n\t\t<p>\n\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo lacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, et maximus quam efficitur sed.\n\t\t\t<a href=\"/\">Learn More.</a>\n\t\t</p>\n\t</daff-accordion-item>\n</daff-accordion>\n", dependencies: [{ kind: "component", type: i1.DaffAccordionComponent, selector: "daff-accordion" }, { kind: "component", type: i1.DaffAccordionItemComponent, selector: "daff-accordion-item", inputs: ["id", "
|
6
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: BasicAccordionComponent, selector: "basic-accordion", ngImport: i0, template: "<daff-accordion>\n\t<daff-accordion-item [initiallyExpanded]=\"true\">\n\t\t<div daffAccordionItemTitle>This is the accordion item title</div>\n\t\t<p>\n\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo lacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, et maximus quam efficitur sed.\n\t\t\t<a href=\"/\">Learn More.</a>\n\t\t</p>\n\t</daff-accordion-item>\n\t<daff-accordion-item>\n\t\t<div daffAccordionItemTitle>This is the accordion item title</div>\n\t\t<p>\n\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo lacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, et maximus quam efficitur sed.\n\t\t\t<a href=\"/\">Learn More.</a>\n\t\t</p>\n\t</daff-accordion-item>\n\t<daff-accordion-item>\n\t\t<div daffAccordionItemTitle>This is the accordion item title</div>\n\t\t<p>\n\t\t\tLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo lacus ut sapien consectetur, et ultricies leo rutrum. Integer iaculis ultrices nunc, et maximus quam efficitur sed.\n\t\t\t<a href=\"/\">Learn More.</a>\n\t\t</p>\n\t</daff-accordion-item>\n</daff-accordion>\n", dependencies: [{ kind: "component", type: i1.DaffAccordionComponent, selector: "daff-accordion" }, { kind: "component", type: i1.DaffAccordionItemComponent, selector: "daff-accordion-item", inputs: ["id", "initiallyExpanded"] }, { kind: "directive", type: i1.DaffAccordionItemTitleDirective, selector: "[daffAccordionItemTitle]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
7
7
|
}
|
8
8
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: BasicAccordionComponent, decorators: [{
|
9
9
|
type: Component,
|
@@ -2,5 +2,4 @@ export { DaffAccordionModule } from './accordion.module';
|
|
2
2
|
export * from './accordion/accordion/accordion.component';
|
3
3
|
export * from './accordion/accordion-item/accordion-item.component';
|
4
4
|
export * from './accordion/accordion-item-title/accordion-item-title.directive';
|
5
|
-
|
6
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2FjY29yZGlvbi9zcmMvcHVibGljX2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN6RCxjQUFjLDJDQUEyQyxDQUFDO0FBQzFELGNBQWMscURBQXFELENBQUM7QUFDcEUsY0FBYyxpRUFBaUUsQ0FBQztBQUNoRixjQUFjLHFFQUFxRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgRGFmZkFjY29yZGlvbk1vZHVsZSB9IGZyb20gJy4vYWNjb3JkaW9uLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2FjY29yZGlvbi9hY2NvcmRpb24vYWNjb3JkaW9uLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2FjY29yZGlvbi9hY2NvcmRpb24taXRlbS9hY2NvcmRpb24taXRlbS5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9hY2NvcmRpb24vYWNjb3JkaW9uLWl0ZW0tdGl0bGUvYWNjb3JkaW9uLWl0ZW0tdGl0bGUuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vYWNjb3JkaW9uL2FjY29yZGlvbi1pdGVtLWNvbnRlbnQvYWNjb3JkaW9uLWl0ZW0tY29udGVudC5kaXJlY3RpdmUnO1xuIl19
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2FjY29yZGlvbi9zcmMvcHVibGljX2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN6RCxjQUFjLDJDQUEyQyxDQUFDO0FBQzFELGNBQWMscURBQXFELENBQUM7QUFDcEUsY0FBYyxpRUFBaUUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IERhZmZBY2NvcmRpb25Nb2R1bGUgfSBmcm9tICcuL2FjY29yZGlvbi5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9hY2NvcmRpb24vYWNjb3JkaW9uL2FjY29yZGlvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9hY2NvcmRpb24vYWNjb3JkaW9uLWl0ZW0vYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYWNjb3JkaW9uL2FjY29yZGlvbi1pdGVtLXRpdGxlL2FjY29yZGlvbi1pdGVtLXRpdGxlLmRpcmVjdGl2ZSc7XG4iXX0=
|
@@ -15,11 +15,11 @@ export class DaffArticleComponent {
|
|
15
15
|
this.role = 'article';
|
16
16
|
}
|
17
17
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffArticleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
18
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DaffArticleComponent, selector: "daff-article", host: { properties: { "class.daff-article": "this.class", "attr.role": "this.role" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-article{display:block;overflow:hidden}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem;word-wrap:break-word}.daff-article h1:not(.daff-ae *,.daff-ae) code,.daff-article h2:not(.daff-ae *,.daff-ae) code,.daff-article h3:not(.daff-ae *,.daff-ae) code,.daff-article h4:not(.daff-ae *,.daff-ae) code,.daff-article h5:not(.daff-ae *,.daff-ae) code,.daff-article h6:not(.daff-ae *,.daff-ae) code{font-size:.875em;font-weight:600;line-height:.875em}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre{display:block;border-radius:.25em;font-size:.875rem;line-height:1.5rem;margin:1.5rem 0;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre:last-child{margin-bottom:0}.daff-article pre code{display:block;padding:0}.daff-article code{border-radius:.25em;font-size:.875rem;line-height:1rem;padding:.25em}.daff-
|
18
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DaffArticleComponent, selector: "daff-article", host: { properties: { "class.daff-article": "this.class", "attr.role": "this.role" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-article{display:block;overflow:hidden}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem;word-wrap:break-word}.daff-article h1:not(.daff-ae *,.daff-ae) code,.daff-article h2:not(.daff-ae *,.daff-ae) code,.daff-article h3:not(.daff-ae *,.daff-ae) code,.daff-article h4:not(.daff-ae *,.daff-ae) code,.daff-article h5:not(.daff-ae *,.daff-ae) code,.daff-article h6:not(.daff-ae *,.daff-ae) code{font-size:.875em;font-weight:600;line-height:.875em}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h1:not(.daff-ae *,.daff-ae)+p{font-size:1.25rem;line-height:1.75rem;font-weight:400}.daff-article h1:not(.daff-ae *,.daff-ae)+p code{font-size:1.25rem;line-height:1.5rem;font-weight:400}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre{display:block;border-radius:.25em;font-size:.875rem;line-height:1.5rem;margin:1.5rem 0;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre:last-child{margin-bottom:0}.daff-article pre code{display:block;padding:0}.daff-article code{border-radius:.25em;font-size:.875rem;line-height:1rem;padding:.25em}.daff-article__meta{font-size:.875rem}.daff-article hr{border:0;height:1px;margin:2rem 0}.daff-article blockquote{border-radius:.25em;margin:1.5rem 0;padding:1rem 1.5rem}.daff-article blockquote:last-child{margin-bottom:0}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article blockquote p:last-of-type{margin:0}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.daff-article table:last-child{margin-bottom:0}.daff-article table th{font-weight:600;outline:0;padding:1rem;text-align:left;vertical-align:bottom;box-sizing:border-box}.daff-article table td{padding:.5rem 1rem;vertical-align:top;box-sizing:border-box}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
19
19
|
}
|
20
20
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffArticleComponent, decorators: [{
|
21
21
|
type: Component,
|
22
|
-
args: [{ selector: 'daff-article', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-article{display:block;overflow:hidden}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem;word-wrap:break-word}.daff-article h1:not(.daff-ae *,.daff-ae) code,.daff-article h2:not(.daff-ae *,.daff-ae) code,.daff-article h3:not(.daff-ae *,.daff-ae) code,.daff-article h4:not(.daff-ae *,.daff-ae) code,.daff-article h5:not(.daff-ae *,.daff-ae) code,.daff-article h6:not(.daff-ae *,.daff-ae) code{font-size:.875em;font-weight:600;line-height:.875em}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre{display:block;border-radius:.25em;font-size:.875rem;line-height:1.5rem;margin:1.5rem 0;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre:last-child{margin-bottom:0}.daff-article pre code{display:block;padding:0}.daff-article code{border-radius:.25em;font-size:.875rem;line-height:1rem;padding:.25em}.daff-
|
22
|
+
args: [{ selector: 'daff-article', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-article{display:block;overflow:hidden}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem;word-wrap:break-word}.daff-article h1:not(.daff-ae *,.daff-ae) code,.daff-article h2:not(.daff-ae *,.daff-ae) code,.daff-article h3:not(.daff-ae *,.daff-ae) code,.daff-article h4:not(.daff-ae *,.daff-ae) code,.daff-article h5:not(.daff-ae *,.daff-ae) code,.daff-article h6:not(.daff-ae *,.daff-ae) code{font-size:.875em;font-weight:600;line-height:.875em}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h1:not(.daff-ae *,.daff-ae)+p{font-size:1.25rem;line-height:1.75rem;font-weight:400}.daff-article h1:not(.daff-ae *,.daff-ae)+p code{font-size:1.25rem;line-height:1.5rem;font-weight:400}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre{display:block;border-radius:.25em;font-size:.875rem;line-height:1.5rem;margin:1.5rem 0;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre:last-child{margin-bottom:0}.daff-article pre code{display:block;padding:0}.daff-article code{border-radius:.25em;font-size:.875rem;line-height:1rem;padding:.25em}.daff-article__meta{font-size:.875rem}.daff-article hr{border:0;height:1px;margin:2rem 0}.daff-article blockquote{border-radius:.25em;margin:1.5rem 0;padding:1rem 1.5rem}.daff-article blockquote:last-child{margin-bottom:0}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article blockquote p:last-of-type{margin:0}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.daff-article table:last-child{margin-bottom:0}.daff-article table th{font-weight:600;outline:0;padding:1rem;text-align:left;vertical-align:bottom;box-sizing:border-box}.daff-article table td{padding:.5rem 1rem;vertical-align:top;box-sizing:border-box}\n"] }]
|
23
23
|
}], propDecorators: { class: [{
|
24
24
|
type: HostBinding,
|
25
25
|
args: ['class.daff-article']
|
@@ -1,18 +1,12 @@
|
|
1
1
|
import { CommonModule } from '@angular/common';
|
2
2
|
import { NgModule } from '@angular/core';
|
3
3
|
import { DaffArticleComponent } from './article/article.component';
|
4
|
-
import { DaffArticleLeadDirective } from './article-lead/article-lead.directive';
|
5
4
|
import { DaffArticleMetaDirective } from './article-meta/article-meta.directive';
|
6
|
-
import { DaffArticleTitleDirective } from './article-title/article-title.directive';
|
7
5
|
import * as i0 from "@angular/core";
|
8
6
|
export class DaffArticleModule {
|
9
7
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffArticleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
10
8
|
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: DaffArticleModule, declarations: [DaffArticleComponent,
|
11
|
-
DaffArticleTitleDirective,
|
12
|
-
DaffArticleLeadDirective,
|
13
9
|
DaffArticleMetaDirective], imports: [CommonModule], exports: [DaffArticleComponent,
|
14
|
-
DaffArticleTitleDirective,
|
15
|
-
DaffArticleLeadDirective,
|
16
10
|
DaffArticleMetaDirective] }); }
|
17
11
|
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffArticleModule, imports: [CommonModule] }); }
|
18
12
|
}
|
@@ -24,16 +18,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImpo
|
|
24
18
|
],
|
25
19
|
declarations: [
|
26
20
|
DaffArticleComponent,
|
27
|
-
DaffArticleTitleDirective,
|
28
|
-
DaffArticleLeadDirective,
|
29
21
|
DaffArticleMetaDirective,
|
30
22
|
],
|
31
23
|
exports: [
|
32
24
|
DaffArticleComponent,
|
33
|
-
DaffArticleTitleDirective,
|
34
|
-
DaffArticleLeadDirective,
|
35
25
|
DaffArticleMetaDirective,
|
36
26
|
],
|
37
27
|
}]
|
38
28
|
}] });
|
39
|
-
//# sourceMappingURL=data:application/json;base64,
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9hcnRpY2xlL3NyYy9hcnRpY2xlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUNuRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQzs7QUFlakYsTUFBTSxPQUFPLGlCQUFpQjtrSUFBakIsaUJBQWlCO21JQUFqQixpQkFBaUIsaUJBUjFCLG9CQUFvQjtZQUNwQix3QkFBd0IsYUFKeEIsWUFBWSxhQU9aLG9CQUFvQjtZQUNwQix3QkFBd0I7bUlBR2YsaUJBQWlCLFlBWDFCLFlBQVk7OzRGQVdILGlCQUFpQjtrQkFiN0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1osb0JBQW9CO3dCQUNwQix3QkFBd0I7cUJBQ3pCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxvQkFBb0I7d0JBQ3BCLHdCQUF3QjtxQkFDekI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZkFydGljbGVDb21wb25lbnQgfSBmcm9tICcuL2FydGljbGUvYXJ0aWNsZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGFmZkFydGljbGVNZXRhRGlyZWN0aXZlIH0gZnJvbSAnLi9hcnRpY2xlLW1ldGEvYXJ0aWNsZS1tZXRhLmRpcmVjdGl2ZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIERhZmZBcnRpY2xlQ29tcG9uZW50LFxuICAgIERhZmZBcnRpY2xlTWV0YURpcmVjdGl2ZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIERhZmZBcnRpY2xlQ29tcG9uZW50LFxuICAgIERhZmZBcnRpY2xlTWV0YURpcmVjdGl2ZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZkFydGljbGVNb2R1bGUgeyB9XG4iXX0=
|
@@ -8,15 +8,14 @@ import * as i2 from "./article-code-block/article-code-block.component";
|
|
8
8
|
import * as i3 from "./article-code-inline/article-code-inline.component";
|
9
9
|
import * as i4 from "./article-headings/article-headings.component";
|
10
10
|
import * as i5 from "./article-hr/article-hr.component";
|
11
|
-
import * as i6 from "./article-
|
12
|
-
import * as i7 from "./article-
|
13
|
-
import * as i8 from "./article-
|
14
|
-
import * as i9 from "./article-
|
15
|
-
import * as i10 from "./article-
|
16
|
-
import * as i11 from "./article-table/article-table.component";
|
11
|
+
import * as i6 from "./article-link/article-link.component";
|
12
|
+
import * as i7 from "./article-meta/article-meta.component";
|
13
|
+
import * as i8 from "./article-ol/article-ol.component";
|
14
|
+
import * as i9 from "./article-ul/article-ul.component";
|
15
|
+
import * as i10 from "./article-table/article-table.component";
|
17
16
|
export class ArticleExamplesModule {
|
18
17
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleExamplesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
19
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: ArticleExamplesModule, declarations: [i1.ArticleBlockquoteComponent, i2.ArticleCodeBlockComponent, i3.ArticleCodeInlineComponent, i4.ArticleHeadingsComponent, i5.ArticleHrComponent, i6.
|
18
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: ArticleExamplesModule, declarations: [i1.ArticleBlockquoteComponent, i2.ArticleCodeBlockComponent, i3.ArticleCodeInlineComponent, i4.ArticleHeadingsComponent, i5.ArticleHrComponent, i6.ArticleLinkComponent, i7.ArticleMetaComponent, i8.ArticleOlComponent, i9.ArticleUlComponent, i10.ArticleTableComponent], imports: [CommonModule,
|
20
19
|
DaffArticleModule] }); }
|
21
20
|
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ArticleExamplesModule, imports: [CommonModule,
|
22
21
|
DaffArticleModule] }); }
|
@@ -33,4 +32,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImpo
|
|
33
32
|
],
|
34
33
|
}]
|
35
34
|
}] });
|
36
|
-
//# sourceMappingURL=data:application/json;base64,
|
35
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS1leGFtcGxlcy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9hcnRpY2xlL2V4YW1wbGVzL3NyYy9hcnRpY2xlLWV4YW1wbGVzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUU3RCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxZQUFZLENBQUM7Ozs7Ozs7Ozs7OztBQVc5QyxNQUFNLE9BQU8scUJBQXFCO2tJQUFyQixxQkFBcUI7bUlBQXJCLHFCQUFxQix1U0FKOUIsWUFBWTtZQUNaLGlCQUFpQjttSUFHUixxQkFBcUIsWUFKOUIsWUFBWTtZQUNaLGlCQUFpQjs7NEZBR1IscUJBQXFCO2tCQVRqQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixHQUFHLGdCQUFnQjtxQkFDcEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osaUJBQWlCO3FCQUNsQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBEYWZmQXJ0aWNsZU1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vYXJ0aWNsZSc7XG5cbmltcG9ydCB7IEFSVElDTEVfRVhBTVBMRVMgfSBmcm9tICcuL2V4YW1wbGVzJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgLi4uQVJUSUNMRV9FWEFNUExFUyxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBEYWZmQXJ0aWNsZU1vZHVsZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQXJ0aWNsZUV4YW1wbGVzTW9kdWxlIHsgfVxuIl19
|
@@ -3,7 +3,6 @@ import { ArticleCodeBlockComponent } from './article-code-block/article-code-blo
|
|
3
3
|
import { ArticleCodeInlineComponent } from './article-code-inline/article-code-inline.component';
|
4
4
|
import { ArticleHeadingsComponent } from './article-headings/article-headings.component';
|
5
5
|
import { ArticleHrComponent } from './article-hr/article-hr.component';
|
6
|
-
import { ArticleLeadComponent } from './article-lead/article-lead.component';
|
7
6
|
import { ArticleLinkComponent } from './article-link/article-link.component';
|
8
7
|
import { ArticleMetaComponent } from './article-meta/article-meta.component';
|
9
8
|
import { ArticleOlComponent } from './article-ol/article-ol.component';
|
@@ -15,11 +14,10 @@ export const ARTICLE_EXAMPLES = [
|
|
15
14
|
ArticleCodeInlineComponent,
|
16
15
|
ArticleHeadingsComponent,
|
17
16
|
ArticleHrComponent,
|
18
|
-
ArticleLeadComponent,
|
19
17
|
ArticleLinkComponent,
|
20
18
|
ArticleMetaComponent,
|
21
19
|
ArticleOlComponent,
|
22
20
|
ArticleUlComponent,
|
23
21
|
ArticleTableComponent,
|
24
22
|
];
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhhbXBsZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9hcnRpY2xlL2V4YW1wbGVzL3NyYy9leGFtcGxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUMvRixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUM5RixPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUNqRyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwrQ0FBK0MsQ0FBQztBQUN6RixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUN2RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUN2RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUNoRixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUV2RSxNQUFNLENBQUMsTUFBTSxnQkFBZ0IsR0FBRztJQUM5QiwwQkFBMEI7SUFDMUIseUJBQXlCO0lBQ3pCLDBCQUEwQjtJQUMxQix3QkFBd0I7SUFDeEIsa0JBQWtCO0lBQ2xCLG9CQUFvQjtJQUNwQixvQkFBb0I7SUFDcEIsa0JBQWtCO0lBQ2xCLGtCQUFrQjtJQUNsQixxQkFBcUI7Q0FDdEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFydGljbGVCbG9ja3F1b3RlQ29tcG9uZW50IH0gZnJvbSAnLi9hcnRpY2xlLWJsb2NrcXVvdGUvYXJ0aWNsZS1ibG9ja3F1b3RlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBBcnRpY2xlQ29kZUJsb2NrQ29tcG9uZW50IH0gZnJvbSAnLi9hcnRpY2xlLWNvZGUtYmxvY2svYXJ0aWNsZS1jb2RlLWJsb2NrLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBBcnRpY2xlQ29kZUlubGluZUNvbXBvbmVudCB9IGZyb20gJy4vYXJ0aWNsZS1jb2RlLWlubGluZS9hcnRpY2xlLWNvZGUtaW5saW5lLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBBcnRpY2xlSGVhZGluZ3NDb21wb25lbnQgfSBmcm9tICcuL2FydGljbGUtaGVhZGluZ3MvYXJ0aWNsZS1oZWFkaW5ncy5jb21wb25lbnQnO1xuaW1wb3J0IHsgQXJ0aWNsZUhyQ29tcG9uZW50IH0gZnJvbSAnLi9hcnRpY2xlLWhyL2FydGljbGUtaHIuY29tcG9uZW50JztcbmltcG9ydCB7IEFydGljbGVMaW5rQ29tcG9uZW50IH0gZnJvbSAnLi9hcnRpY2xlLWxpbmsvYXJ0aWNsZS1saW5rLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBBcnRpY2xlTWV0YUNvbXBvbmVudCB9IGZyb20gJy4vYXJ0aWNsZS1tZXRhL2FydGljbGUtbWV0YS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQXJ0aWNsZU9sQ29tcG9uZW50IH0gZnJvbSAnLi9hcnRpY2xlLW9sL2FydGljbGUtb2wuY29tcG9uZW50JztcbmltcG9ydCB7IEFydGljbGVUYWJsZUNvbXBvbmVudCB9IGZyb20gJy4vYXJ0aWNsZS10YWJsZS9hcnRpY2xlLXRhYmxlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBBcnRpY2xlVWxDb21wb25lbnQgfSBmcm9tICcuL2FydGljbGUtdWwvYXJ0aWNsZS11bC5jb21wb25lbnQnO1xuXG5leHBvcnQgY29uc3QgQVJUSUNMRV9FWEFNUExFUyA9IFtcbiAgQXJ0aWNsZUJsb2NrcXVvdGVDb21wb25lbnQsXG4gIEFydGljbGVDb2RlQmxvY2tDb21wb25lbnQsXG4gIEFydGljbGVDb2RlSW5saW5lQ29tcG9uZW50LFxuICBBcnRpY2xlSGVhZGluZ3NDb21wb25lbnQsXG4gIEFydGljbGVIckNvbXBvbmVudCxcbiAgQXJ0aWNsZUxpbmtDb21wb25lbnQsXG4gIEFydGljbGVNZXRhQ29tcG9uZW50LFxuICBBcnRpY2xlT2xDb21wb25lbnQsXG4gIEFydGljbGVVbENvbXBvbmVudCxcbiAgQXJ0aWNsZVRhYmxlQ29tcG9uZW50LFxuXTtcbiJdfQ==
|