@theseam/ui-common 0.4.10 → 0.4.12-beta.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/breadcrumbs/breadcrumbs/breadcrumbs.component.scss +1 -1
- package/buttons/badge-button/badge-button.component.d.ts +7 -7
- package/buttons/button/button.component.d.ts +6 -6
- package/buttons/buttons.module.d.ts +1 -1
- package/buttons/progress-circle-button/progress-circle-button.component.d.ts +4 -4
- package/buttons/toggle-button/toggle-button.component.d.ts +4 -4
- package/datatable/datatable/datatable.component.d.ts +10 -1
- package/datatable/models/action-item-column-position.d.ts +13 -0
- package/datatable/services/columns-manager.service.d.ts +7 -0
- package/datatable/utils/create-action-menu-column.d.ts +1 -1
- package/esm2020/breadcrumbs/breadcrumbs/breadcrumbs.component.mjs +2 -2
- package/esm2020/buttons/badge-button/badge-button.component.mjs +10 -10
- package/esm2020/buttons/button/button.component.mjs +9 -9
- package/esm2020/buttons/buttons.module.mjs +29 -29
- package/esm2020/buttons/progress-circle-button/progress-circle-button.component.mjs +10 -10
- package/esm2020/buttons/toggle-button/toggle-button.component.mjs +8 -8
- package/esm2020/carousel/carousel.component.mjs +3 -2
- package/esm2020/datatable/datatable/datatable.component.mjs +20 -4
- package/esm2020/datatable/datatable-action-menu/datatable-action-menu.component.mjs +2 -2
- package/esm2020/datatable/datatable-column-preferences-button/datatable-column-preferences-button.component.mjs +1 -1
- package/esm2020/datatable/datatable-export-button/datatable-export-button.component.mjs +1 -1
- package/esm2020/datatable/models/action-item-column-position.mjs +5 -0
- package/esm2020/datatable/services/columns-manager.service.mjs +27 -2
- package/esm2020/datatable/utils/create-action-menu-column.mjs +4 -3
- package/esm2020/datatable-dynamic/datatable-dynamic-action-menu/datatable-dynamic-action-menu.component.mjs +1 -1
- package/esm2020/datatable-dynamic/datatable-dynamic.component.mjs +1 -1
- package/esm2020/framework/base-layout/base-layout.component.mjs +14 -4
- package/esm2020/framework/base-layout/base-layout.module.mjs +6 -1
- package/esm2020/framework/base-layout/directives/base-layout-nav-toggle.directive.mjs +21 -5
- package/esm2020/framework/base-layout/directives/base-layout-side-bar-header.directive.mjs +16 -0
- package/esm2020/framework/base-layout/index.mjs +2 -1
- package/esm2020/framework/dashboard/dashboard-widgets/dashboard-widgets.component.mjs +1 -1
- package/esm2020/framework/nav/horizontal-nav/horizontal-nav.component.mjs +55 -0
- package/esm2020/framework/nav/index.mjs +6 -0
- package/esm2020/framework/nav/nav-item/nav-item.component.mjs +227 -0
- package/esm2020/framework/nav/nav-utils.mjs +107 -0
- package/esm2020/framework/nav/nav.models.mjs +2 -0
- package/esm2020/framework/nav/nav.module.mjs +67 -0
- package/esm2020/framework/nav/nav.service.mjs +204 -0
- package/esm2020/framework/public-api.mjs +2 -1
- package/esm2020/framework/schema-form-controls/schema-form-submit-split/schema-form-submit-split.component.mjs +1 -1
- package/esm2020/framework/side-nav/side-nav-item/side-nav-item.component.mjs +36 -67
- package/esm2020/framework/side-nav/side-nav-toggle/side-nav-toggle.component.mjs +12 -5
- package/esm2020/framework/side-nav/side-nav.component.mjs +141 -38
- package/esm2020/framework/side-nav/side-nav.models.mjs +1 -1
- package/esm2020/framework/side-nav/side-nav.module.mjs +9 -39
- package/esm2020/framework/side-nav/side-nav.service.mjs +1 -1
- package/esm2020/framework/top-bar/index.mjs +3 -1
- package/esm2020/framework/top-bar/top-bar-compact-menu-btn-detail.directive.mjs +16 -0
- package/esm2020/framework/top-bar/top-bar-item.directive.mjs +10 -4
- package/esm2020/framework/top-bar/top-bar-menu-button/top-bar-menu-button.component.mjs +6 -4
- package/esm2020/framework/top-bar/top-bar-nav-toggle-btn-detail.directive.mjs +16 -0
- package/esm2020/framework/top-bar/top-bar.component.mjs +55 -11
- package/esm2020/framework/top-bar/top-bar.module.mjs +15 -5
- package/esm2020/google-maps/google-maps-places-autocomplete/google-maps-places-autocomplete.component.mjs +3 -3
- package/esm2020/layout/layout.service.mjs +12 -2
- package/esm2020/loading/loading/loading.component.mjs +5 -5
- package/esm2020/loading/loading-overlay.service.mjs +3 -3
- package/esm2020/loading/loading.module.mjs +6 -6
- package/esm2020/menu/menu-toggle.directive.mjs +7 -2
- package/esm2020/services/preferences/preferences-accessor.mjs +1 -1
- package/esm2020/services/preferences/preferences-manager.service.mjs +1 -1
- package/esm2020/services/preferences/preferences-record.mjs +1 -1
- package/esm2020/services/preferences/preferences.models.mjs +1 -1
- package/esm2020/story-helpers/arg-type-helpers.mjs +5 -9
- package/esm2020/story-helpers/story-preferences-accessor.service.mjs +1 -1
- package/esm2020/table-cell-types/table-cell-type-string/table-cell-type-string.component.mjs +4 -2
- package/esm2020/testing/get-harness.mjs +8 -2
- package/esm2020/testing/story-expect.mjs +3 -2
- package/esm2020/toggle-edit/toggle-edit.component.mjs +1 -1
- package/esm2020/utils/geo-json/coerce-feature-collection.mjs +1 -1
- package/esm2020/utils/geo-json/is-feature-collection.validator.mjs +1 -1
- package/esm2020/utils/geo-json/is-only-geometry-types.mjs +1 -1
- package/esm2020/utils/geo-json/merge-polygons.mjs +1 -1
- package/esm2020/utils/geo-json/no-inner-rings.validator.mjs +1 -1
- package/esm2020/utils/geo-json/split-multi-polygons.mjs +1 -1
- package/esm2020/widget/preferences/widget-preferences.models.mjs +1 -1
- package/esm2020/widget/preferences/widget-preferences.service.mjs +1 -1
- package/esm2020/widget/preferences/widget-preferences.token.mjs +1 -1
- package/esm2020/widget/widget/widget.component.mjs +3 -3
- package/esm2020/widget/widget.models.mjs +1 -1
- package/fesm2015/theseam-ui-common-breadcrumbs.mjs +2 -2
- package/fesm2015/theseam-ui-common-breadcrumbs.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-buttons.mjs +55 -55
- package/fesm2015/theseam-ui-common-buttons.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-carousel.mjs +2 -1
- package/fesm2015/theseam-ui-common-carousel.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-datatable-dynamic.mjs +2 -2
- package/fesm2015/theseam-ui-common-datatable-dynamic.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-datatable.mjs +56 -10
- package/fesm2015/theseam-ui-common-datatable.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-framework.mjs +940 -158
- package/fesm2015/theseam-ui-common-framework.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-google-maps.mjs +2 -2
- package/fesm2015/theseam-ui-common-google-maps.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-layout.mjs +11 -2
- package/fesm2015/theseam-ui-common-layout.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-loading.mjs +10 -10
- package/fesm2015/theseam-ui-common-loading.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-menu.mjs +6 -1
- package/fesm2015/theseam-ui-common-menu.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-services.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-story-helpers.mjs +4 -8
- package/fesm2015/theseam-ui-common-story-helpers.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-table-cell-types.mjs +3 -1
- package/fesm2015/theseam-ui-common-table-cell-types.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-testing.mjs +9 -2
- package/fesm2015/theseam-ui-common-testing.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-toggle-edit.mjs +1 -1
- package/fesm2015/theseam-ui-common-toggle-edit.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-utils.mjs.map +1 -1
- package/fesm2015/theseam-ui-common-widget.mjs +2 -2
- package/fesm2015/theseam-ui-common-widget.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-breadcrumbs.mjs +2 -2
- package/fesm2020/theseam-ui-common-breadcrumbs.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-buttons.mjs +55 -55
- package/fesm2020/theseam-ui-common-buttons.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-carousel.mjs +2 -1
- package/fesm2020/theseam-ui-common-carousel.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-datatable-dynamic.mjs +2 -2
- package/fesm2020/theseam-ui-common-datatable-dynamic.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-datatable.mjs +56 -10
- package/fesm2020/theseam-ui-common-datatable.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-framework.mjs +941 -157
- package/fesm2020/theseam-ui-common-framework.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-google-maps.mjs +2 -2
- package/fesm2020/theseam-ui-common-google-maps.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-layout.mjs +11 -2
- package/fesm2020/theseam-ui-common-layout.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-loading.mjs +10 -10
- package/fesm2020/theseam-ui-common-loading.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-menu.mjs +6 -1
- package/fesm2020/theseam-ui-common-menu.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-services.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-story-helpers.mjs +4 -8
- package/fesm2020/theseam-ui-common-story-helpers.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-table-cell-types.mjs +3 -1
- package/fesm2020/theseam-ui-common-table-cell-types.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-testing.mjs +9 -2
- package/fesm2020/theseam-ui-common-testing.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-toggle-edit.mjs +1 -1
- package/fesm2020/theseam-ui-common-toggle-edit.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-utils.mjs.map +1 -1
- package/fesm2020/theseam-ui-common-widget.mjs +2 -2
- package/fesm2020/theseam-ui-common-widget.mjs.map +1 -1
- package/framework/base-layout/base-layout.component.d.ts +4 -2
- package/framework/base-layout/base-layout.component.scss +18 -10
- package/framework/base-layout/base-layout.module.d.ts +11 -10
- package/framework/base-layout/directives/base-layout-nav-toggle.directive.d.ts +8 -3
- package/framework/base-layout/directives/base-layout-side-bar-header.directive.d.ts +9 -0
- package/framework/base-layout/index.d.ts +1 -0
- package/framework/base-layout/styles/_variables.scss +21 -0
- package/framework/nav/_nav-theme.scss +4 -0
- package/framework/nav/horizontal-nav/horizontal-nav.component.d.ts +25 -0
- package/framework/nav/horizontal-nav/horizontal-nav.component.scss +50 -0
- package/framework/nav/index.d.ts +5 -0
- package/framework/nav/nav-item/nav-item.component.d.ts +74 -0
- package/framework/nav/nav-item/nav-item.component.scss +203 -0
- package/framework/nav/nav-utils.d.ts +20 -0
- package/framework/nav/nav.models.d.ts +77 -0
- package/framework/nav/nav.module.d.ts +17 -0
- package/framework/nav/nav.service.d.ts +27 -0
- package/framework/nav/styles/_themes/light/_variables.scss +56 -0
- package/framework/nav/styles/_themes/primary/_variables.scss +56 -0
- package/framework/nav/styles/_utilities.scss +3 -0
- package/framework/nav/styles/_variables.scss +2 -0
- package/framework/public-api.d.ts +1 -0
- package/framework/side-nav/side-nav-item/side-nav-item.component.d.ts +10 -14
- package/framework/side-nav/side-nav-item/side-nav-item.component.scss +7 -5
- package/framework/side-nav/side-nav-toggle/side-nav-toggle.component.d.ts +5 -3
- package/framework/side-nav/side-nav-toggle/side-nav-toggle.component.scss +3 -6
- package/framework/side-nav/side-nav.component.d.ts +18 -2
- package/framework/side-nav/side-nav.component.scss +0 -1
- package/framework/side-nav/side-nav.models.d.ts +19 -1
- package/framework/side-nav/side-nav.module.d.ts +1 -9
- package/framework/side-nav/styles/_themes/light/_variables.scss +24 -14
- package/framework/side-nav/styles/_themes/primary/_variables.scss +8 -0
- package/framework/top-bar/index.d.ts +2 -0
- package/framework/top-bar/top-bar-compact-menu-btn-detail.directive.d.ts +8 -0
- package/framework/top-bar/top-bar-item.directive.d.ts +4 -1
- package/framework/top-bar/top-bar-menu-button/top-bar-menu-button.component.d.ts +5 -2
- package/framework/top-bar/top-bar-nav-toggle-btn-detail.directive.d.ts +8 -0
- package/framework/top-bar/top-bar.component.d.ts +25 -3
- package/framework/top-bar/top-bar.component.scss +7 -2
- package/framework/top-bar/top-bar.module.d.ts +10 -8
- package/layout/layout.service.d.ts +9 -1
- package/loading/loading/loading.component.d.ts +3 -3
- package/loading/loading.module.d.ts +1 -1
- package/menu/menu-toggle.directive.d.ts +2 -1
- package/package.json +2 -2
- package/styles/vendor/ngx-datatable/_ngx-datatable.scss +57 -14
- package/styles/vendor/ngx-datatable/_themes/bootstrap/_variables.scss +33 -5
- package/testing/get-harness.d.ts +2 -2
- package/testing/story-expect.d.ts +1 -0
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
2
2
|
import { ElementRef, OnDestroy, Renderer2 } from '@angular/core';
|
|
3
3
|
import type { ThemeTypes } from '@theseam/ui-common/models';
|
|
4
|
-
import {
|
|
4
|
+
import { TheSeamAnchorButtonComponent, TheSeamButtonComponent } from '../button/button.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class TheSeamBadgeButtonComponent extends TheSeamButtonComponent implements OnDestroy {
|
|
7
7
|
_textNoWrap: boolean;
|
|
8
8
|
badgeTheme: ThemeTypes;
|
|
9
9
|
badgeText: string;
|
|
10
10
|
constructor(_elementRef: ElementRef, _focusMonitor: FocusMonitor, _renderer: Renderer2);
|
|
11
11
|
ngOnDestroy(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TheSeamBadgeButtonComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TheSeamBadgeButtonComponent, "button[seamBadgeButton]", ["seamBadgeButton"], { "disabled": "disabled"; "theme": "theme"; "size": "size"; "badgeTheme": "badgeTheme"; "badgeText": "badgeText"; }, {}, never, ["*"], false, never>;
|
|
14
14
|
}
|
|
15
|
-
export declare class
|
|
15
|
+
export declare class TheSeamAnchorBadgeButtonComponent extends TheSeamAnchorButtonComponent implements OnDestroy {
|
|
16
16
|
_textNoWrap: boolean;
|
|
17
17
|
badgeTheme: ThemeTypes;
|
|
18
18
|
badgeText: string;
|
|
19
19
|
constructor(_elementRef: ElementRef, _focusMonitor: FocusMonitor, _renderer: Renderer2);
|
|
20
20
|
ngOnDestroy(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TheSeamAnchorBadgeButtonComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TheSeamAnchorBadgeButtonComponent, "a[seamBadgeButton]", ["seamBadgeButton", "seamBadgeButtonAnchor"], { "disabled": "disabled"; "theme": "theme"; "size": "size"; "badgeTheme": "badgeTheme"; "badgeText": "badgeText"; }, {}, never, ["*"], false, never>;
|
|
23
23
|
}
|
|
@@ -15,21 +15,21 @@ declare class TheSeamButtonBase implements OnDestroy {
|
|
|
15
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<TheSeamButtonBase, "ng-component", never, {}, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
17
17
|
declare const _TheSeamButtonMixinBase: CanDisableCtor & CanThemeCtor & CanSizeCtor & typeof TheSeamButtonBase;
|
|
18
|
-
export declare class
|
|
18
|
+
export declare class TheSeamButtonComponent extends _TheSeamButtonMixinBase implements OnDestroy {
|
|
19
19
|
/** ARIA type for the button. */
|
|
20
20
|
type: 'button' | 'submit' | 'reset';
|
|
21
21
|
constructor(_elementRef: ElementRef, _focusMonitor: FocusMonitor, _renderer: Renderer2);
|
|
22
22
|
ngOnDestroy(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TheSeamButtonComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TheSeamButtonComponent, "button[seamButton]", ["seamButton"], { "disabled": "disabled"; "theme": "theme"; "size": "size"; "type": "type"; }, {}, never, ["*"], false, never>;
|
|
25
25
|
}
|
|
26
|
-
export declare class
|
|
26
|
+
export declare class TheSeamAnchorButtonComponent extends _TheSeamButtonMixinBase implements OnDestroy {
|
|
27
27
|
/** Tabindex of the button. */
|
|
28
28
|
tabIndex: number | undefined | null;
|
|
29
29
|
constructor(_elementRef: ElementRef, _focusMonitor: FocusMonitor, _renderer: Renderer2);
|
|
30
30
|
ngOnDestroy(): void;
|
|
31
31
|
_haltDisabledEvents(event: Event): void;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TheSeamAnchorButtonComponent, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TheSeamAnchorButtonComponent, "a[seamButton]", ["seamButton", "seamButtonBaseAnchor"], { "disabled": "disabled"; "theme": "theme"; "size": "size"; "tabIndex": "tabIndex"; }, {}, never, ["*"], false, never>;
|
|
34
34
|
}
|
|
35
35
|
export {};
|
|
@@ -7,6 +7,6 @@ import * as i5 from "@angular/common";
|
|
|
7
7
|
import * as i6 from "@theseam/ui-common/progress";
|
|
8
8
|
export declare class TheSeamButtonsModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TheSeamButtonsModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TheSeamButtonsModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TheSeamButtonsModule, [typeof i1.TheSeamBadgeButtonComponent, typeof i2.TheSeamProgressCircleButtonComponent, typeof i3.TheSeamToggleButtonComponent, typeof i4.TheSeamButtonComponent, typeof i4.TheSeamAnchorButtonComponent, typeof i1.TheSeamAnchorBadgeButtonComponent], [typeof i5.CommonModule, typeof i6.TheSeamProgressModule], [typeof i1.TheSeamBadgeButtonComponent, typeof i2.TheSeamProgressCircleButtonComponent, typeof i3.TheSeamToggleButtonComponent, typeof i4.TheSeamButtonComponent, typeof i4.TheSeamAnchorButtonComponent, typeof i1.TheSeamAnchorBadgeButtonComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<TheSeamButtonsModule>;
|
|
12
12
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
2
2
|
import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
|
|
3
3
|
import { ElementRef, OnDestroy, Renderer2 } from '@angular/core';
|
|
4
|
-
import {
|
|
4
|
+
import { TheSeamButtonComponent } from '../button/button.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class TheSeamProgressCircleButtonComponent extends TheSeamButtonComponent implements OnDestroy {
|
|
7
7
|
readonly _elementRef: ElementRef;
|
|
8
8
|
readonly _focusMonitor: FocusMonitor;
|
|
9
9
|
readonly _renderer: Renderer2;
|
|
@@ -17,6 +17,6 @@ export declare class ProgressCircleButtonComponent extends ButtonComponent imple
|
|
|
17
17
|
percentage: number;
|
|
18
18
|
constructor(_elementRef: ElementRef, _focusMonitor: FocusMonitor, _renderer: Renderer2);
|
|
19
19
|
ngOnDestroy(): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TheSeamProgressCircleButtonComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TheSeamProgressCircleButtonComponent, "button[seamProgressCircleButton]", ["seamProgressCircleButton"], { "disabled": "disabled"; "theme": "theme"; "size": "size"; "fillBackground": "fillBackground"; "showText": "showText"; "hiddenOnEmpty": "hiddenOnEmpty"; "percentage": "percentage"; }, {}, never, ["*"], false, never>;
|
|
22
22
|
}
|
|
@@ -2,10 +2,10 @@ import { FocusMonitor } from '@angular/cdk/a11y';
|
|
|
2
2
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
3
|
import { ElementRef, EventEmitter, OnDestroy, Renderer2 } from '@angular/core';
|
|
4
4
|
import { ControlValueAccessor } from '@angular/forms';
|
|
5
|
-
import {
|
|
5
|
+
import { TheSeamButtonComponent } from '../button/button.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare const TOGGLE_BUTTON_VALUE_ACCESSOR: any;
|
|
8
|
-
export declare class
|
|
8
|
+
export declare class TheSeamToggleButtonComponent extends TheSeamButtonComponent implements OnDestroy, ControlValueAccessor {
|
|
9
9
|
readonly _elementRef: ElementRef;
|
|
10
10
|
readonly _focusMonitor: FocusMonitor;
|
|
11
11
|
readonly _renderer: Renderer2;
|
|
@@ -24,6 +24,6 @@ export declare class ToggleButtonComponent extends ButtonComponent implements On
|
|
|
24
24
|
registerOnTouched(fn: any): void;
|
|
25
25
|
setDisabledState(isDisabled: boolean): void;
|
|
26
26
|
_toggleValue(): void;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TheSeamToggleButtonComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TheSeamToggleButtonComponent, "button[seamToggleButton]", ["seamToggleButton"], { "disabled": "disabled"; "theme": "theme"; "size": "size"; "val": "value"; }, { "change": "change"; }, never, ["*"], false, never>;
|
|
29
29
|
}
|
|
@@ -20,6 +20,7 @@ import { TheSeamDatatableColumn } from '../models/table-column';
|
|
|
20
20
|
import { ColumnsManagerService } from '../services/columns-manager.service';
|
|
21
21
|
import { DatatablePreferencesService } from '../services/datatable-preferences.service';
|
|
22
22
|
import { ColumnsAlterationsManagerService } from '../services/columns-alterations-manager.service';
|
|
23
|
+
import { ActionItemColumnPosition } from '../models/action-item-column-position';
|
|
23
24
|
import * as i0 from "@angular/core";
|
|
24
25
|
/**
|
|
25
26
|
* NOTE: This is still being worked on. I am trying to figure out this model
|
|
@@ -136,6 +137,14 @@ export declare class DatatableComponent implements OnInit, OnDestroy, TheSeamDat
|
|
|
136
137
|
scrollbarV: boolean;
|
|
137
138
|
scrollbarH: boolean;
|
|
138
139
|
set dataSource(value: DataSource<any> | any[] | undefined | null);
|
|
140
|
+
/**
|
|
141
|
+
* Sets position behavior for optional Action Menu Button column.
|
|
142
|
+
*
|
|
143
|
+
* Defaults to `frozenRight`.
|
|
144
|
+
*/
|
|
145
|
+
get actionItemColumnPosition(): ActionItemColumnPosition | undefined;
|
|
146
|
+
set actionItemColumnPosition(value: ActionItemColumnPosition | undefined);
|
|
147
|
+
private _actionItemColumnPosition;
|
|
139
148
|
readonly scroll: EventEmitter<any>;
|
|
140
149
|
readonly activate: EventEmitter<any>;
|
|
141
150
|
readonly select: EventEmitter<any>;
|
|
@@ -210,5 +219,5 @@ export declare class DatatableComponent implements OnInit, OnDestroy, TheSeamDat
|
|
|
210
219
|
*/
|
|
211
220
|
get pageInfo(): TheSeamPageInfo;
|
|
212
221
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatatableComponent, never>;
|
|
213
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DatatableComponent, "seam-datatable", never, { "preferencesKey": "preferencesKey"; "targetMarkerTemplate": "targetMarkerTemplate"; "columns": "columns"; "rows": "rows"; "columnMode": "columnMode"; "groupRowsBy": "groupRowsBy"; "groupedRows": "groupedRows"; "selected": "selected"; "externalPaging": "externalPaging"; "externalSorting": "externalSorting"; "externalFiltering": "externalFiltering"; "limit": "limit"; "count": "count"; "offset": "offset"; "loadingIndicator": "loadingIndicator"; "selectionType": "selectionType"; "reorderable": "reorderable"; "swapColumns": "swapColumns"; "sortType": "sortType"; "sorts": "sorts"; "cssClasses": "cssClasses"; "messages": "messages"; "rowIdentity": "rowIdentity"; "rowClass": "rowClass"; "selectCheck": "selectCheck"; "displayCheck": "displayCheck"; "groupExpansionDefault": "groupExpansionDefault"; "trackByProp": "trackByProp"; "selectAllRowsOnPage": "selectAllRowsOnPage"; "treeFromRelation": "treeFromRelation"; "treeToRelation": "treeToRelation"; "summaryRow": "summaryRow"; "summaryHeight": "summaryHeight"; "summaryPosition": "summaryPosition"; "virtualization": "virtualization"; "headerHeight": "headerHeight"; "rowHeight": "rowHeight"; "footerHeight": "footerHeight"; "scrollbarV": "scrollbarV"; "scrollbarH": "scrollbarH"; "dataSource": "dataSource"; }, { "scroll": "scroll"; "activate": "activate"; "select": "select"; "sort": "sort"; "page": "page"; "reorder": "reorder"; "resize": "resize"; "tableContextmenu": "tableContextmenu"; "treeAction": "treeAction"; "actionRefreshRequest": "actionRefreshRequest"; "hiddenColumnsChange": "hiddenColumnsChange"; }, ["actionMenu", "rowActionItem", "rowDetail", "footer", "menuBarComponent", "columnComponents"], ["seam-datatable-menu-bar"], false, never>;
|
|
222
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatatableComponent, "seam-datatable", never, { "preferencesKey": "preferencesKey"; "targetMarkerTemplate": "targetMarkerTemplate"; "columns": "columns"; "rows": "rows"; "columnMode": "columnMode"; "groupRowsBy": "groupRowsBy"; "groupedRows": "groupedRows"; "selected": "selected"; "externalPaging": "externalPaging"; "externalSorting": "externalSorting"; "externalFiltering": "externalFiltering"; "limit": "limit"; "count": "count"; "offset": "offset"; "loadingIndicator": "loadingIndicator"; "selectionType": "selectionType"; "reorderable": "reorderable"; "swapColumns": "swapColumns"; "sortType": "sortType"; "sorts": "sorts"; "cssClasses": "cssClasses"; "messages": "messages"; "rowIdentity": "rowIdentity"; "rowClass": "rowClass"; "selectCheck": "selectCheck"; "displayCheck": "displayCheck"; "groupExpansionDefault": "groupExpansionDefault"; "trackByProp": "trackByProp"; "selectAllRowsOnPage": "selectAllRowsOnPage"; "treeFromRelation": "treeFromRelation"; "treeToRelation": "treeToRelation"; "summaryRow": "summaryRow"; "summaryHeight": "summaryHeight"; "summaryPosition": "summaryPosition"; "virtualization": "virtualization"; "headerHeight": "headerHeight"; "rowHeight": "rowHeight"; "footerHeight": "footerHeight"; "scrollbarV": "scrollbarV"; "scrollbarH": "scrollbarH"; "dataSource": "dataSource"; "actionItemColumnPosition": "actionItemColumnPosition"; }, { "scroll": "scroll"; "activate": "activate"; "select": "select"; "sort": "sort"; "page": "page"; "reorder": "reorder"; "resize": "resize"; "tableContextmenu": "tableContextmenu"; "treeAction": "treeAction"; "actionRefreshRequest": "actionRefreshRequest"; "hiddenColumnsChange": "hiddenColumnsChange"; }, ["actionMenu", "rowActionItem", "rowDetail", "footer", "menuBarComponent", "columnComponents"], ["seam-datatable-menu-bar"], false, never>;
|
|
214
223
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const ActionItemColumnPosition: readonly ["frozenLeft", "frozenRight", "staticLeft", "staticRight"];
|
|
2
|
+
/**
|
|
3
|
+
* If `frozenLeft`, action item column will be fixed to the left side of the table.
|
|
4
|
+
*
|
|
5
|
+
* If `frozenRight`, action item column will be fixed to the right side of the table.
|
|
6
|
+
*
|
|
7
|
+
* If `staticLeft`, action item column will be the first static column on the left side of the table.
|
|
8
|
+
*
|
|
9
|
+
* If `staticRight`, action item column will be the last static column on the right side of the table.
|
|
10
|
+
*/
|
|
11
|
+
export type ActionItemColumnPosition = typeof ActionItemColumnPosition[number];
|
|
12
|
+
export declare function isActionItemColumnPosition(input: unknown): input is ActionItemColumnPosition;
|
|
13
|
+
export {};
|
|
@@ -5,6 +5,7 @@ import { DatatableColumnComponent } from '../datatable-column/datatable-column.c
|
|
|
5
5
|
import { DatatableRowActionItemDirective } from '../directives/datatable-row-action-item.directive';
|
|
6
6
|
import { TheSeamDatatableColumn } from '../models/table-column';
|
|
7
7
|
import { DatatableColumnChangesService } from './datatable-column-changes.service';
|
|
8
|
+
import { ActionItemColumnPosition } from '../models/action-item-column-position';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
export type InternalColumnsGetter = () => TableColumn[];
|
|
10
11
|
export declare class ColumnsManagerService {
|
|
@@ -21,6 +22,7 @@ export declare class ColumnsManagerService {
|
|
|
21
22
|
private _selectionType;
|
|
22
23
|
private _rowActionItem;
|
|
23
24
|
private _actionMenuCellTpl;
|
|
25
|
+
private _actionItemColumnPosition;
|
|
24
26
|
private _blankHeaderTpl;
|
|
25
27
|
private _treeToggleTpl;
|
|
26
28
|
private _headerTpl;
|
|
@@ -33,6 +35,7 @@ export declare class ColumnsManagerService {
|
|
|
33
35
|
setSelectionType(selectionType: SelectionType | undefined): void;
|
|
34
36
|
getSelectionType(): SelectionType | undefined;
|
|
35
37
|
setRowActionItem(rowActionItem: DatatableRowActionItemDirective | undefined): void;
|
|
38
|
+
setActionItemColumnPosition(actionItemColumnPosition: ActionItemColumnPosition | undefined): void;
|
|
36
39
|
setActionMenuCellTpl(actionMenuCellTpl: TemplateRef<DataTableColumnDirective> | undefined): void;
|
|
37
40
|
setBlankHeaderTpl(blankHeaderTpl: TemplateRef<DataTableColumnHeaderDirective> | undefined): void;
|
|
38
41
|
setTreeToggleTpl(treeToggleTpl: TemplateRef<DataTableColumnCellTreeToggle> | undefined): void;
|
|
@@ -50,6 +53,10 @@ export declare class ColumnsManagerService {
|
|
|
50
53
|
private _hasColumnsChanged;
|
|
51
54
|
private _shouldAddCheckboxColumn;
|
|
52
55
|
private _shouldAddRowActionColumn;
|
|
56
|
+
private _rowActionColumnIsFrozenLeft;
|
|
57
|
+
private _rowActionColumnIsFrozenRight;
|
|
58
|
+
private _rowActionColumnIsStaticLeft;
|
|
59
|
+
private _rowActionColumnIsStaticRight;
|
|
53
60
|
private _shouldAddTreeToggleColumn;
|
|
54
61
|
private _shouldAddHeaderTemplate;
|
|
55
62
|
private _shouldAddCellTypeSelectorTpl;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TheSeamDatatableColumn } from '../models/table-column';
|
|
2
2
|
export declare const ACTION_MENU_COLUMN_PROP = "$$__actionMenu__";
|
|
3
|
-
export declare function createActionMenuColumn(cellTemplate: any, headerTemplate: any): TheSeamDatatableColumn;
|
|
3
|
+
export declare function createActionMenuColumn(cellTemplate: any, headerTemplate: any, frozenLeft?: boolean, frozenRight?: boolean): TheSeamDatatableColumn;
|
|
@@ -10,9 +10,9 @@ export class BreadcrumbsComponent {
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
BreadcrumbsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: BreadcrumbsComponent, deps: [{ token: i1.TheSeamBreadcrumbsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
-
BreadcrumbsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: BreadcrumbsComponent, selector: "seam-breadcrumbs", ngImport: i0, template: "<nav aria-label=\"breadcrumb\">\n <ol class=\"breadcrumb mb-0\">\n <li *ngFor=\"let crumb of crumbs$ | async; last as isLast\"\n class=\"breadcrumb-item\"\n [ngClass]=\"{ 'active': isLast }\"\n [attr.aria-current]=\"isLast ? 'page' : undefined\">\n <a *ngIf=\"!isLast; else notLink\" [routerLink]=\"crumb.path\">{{ crumb.value }}</a>\n <ng-template #notLink>{{ crumb.value }}</ng-template>\n </li>\n </ol>\n</nav>\n", styles: ["seam-breadcrumbs li{color:#fff}seam-breadcrumbs li a{color
|
|
13
|
+
BreadcrumbsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: BreadcrumbsComponent, selector: "seam-breadcrumbs", ngImport: i0, template: "<nav aria-label=\"breadcrumb\">\n <ol class=\"breadcrumb mb-0\">\n <li *ngFor=\"let crumb of crumbs$ | async; last as isLast\"\n class=\"breadcrumb-item\"\n [ngClass]=\"{ 'active': isLast }\"\n [attr.aria-current]=\"isLast ? 'page' : undefined\">\n <a *ngIf=\"!isLast; else notLink\" [routerLink]=\"crumb.path\">{{ crumb.value }}</a>\n <ng-template #notLink>{{ crumb.value }}</ng-template>\n </li>\n </ol>\n</nav>\n", styles: ["seam-breadcrumbs li{color:#fff}seam-breadcrumbs li a{color:#fff}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
14
14
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: BreadcrumbsComponent, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
|
-
args: [{ selector: 'seam-breadcrumbs', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<nav aria-label=\"breadcrumb\">\n <ol class=\"breadcrumb mb-0\">\n <li *ngFor=\"let crumb of crumbs$ | async; last as isLast\"\n class=\"breadcrumb-item\"\n [ngClass]=\"{ 'active': isLast }\"\n [attr.aria-current]=\"isLast ? 'page' : undefined\">\n <a *ngIf=\"!isLast; else notLink\" [routerLink]=\"crumb.path\">{{ crumb.value }}</a>\n <ng-template #notLink>{{ crumb.value }}</ng-template>\n </li>\n </ol>\n</nav>\n", styles: ["seam-breadcrumbs li{color:#fff}seam-breadcrumbs li a{color
|
|
16
|
+
args: [{ selector: 'seam-breadcrumbs', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<nav aria-label=\"breadcrumb\">\n <ol class=\"breadcrumb mb-0\">\n <li *ngFor=\"let crumb of crumbs$ | async; last as isLast\"\n class=\"breadcrumb-item\"\n [ngClass]=\"{ 'active': isLast }\"\n [attr.aria-current]=\"isLast ? 'page' : undefined\">\n <a *ngIf=\"!isLast; else notLink\" [routerLink]=\"crumb.path\">{{ crumb.value }}</a>\n <ng-template #notLink>{{ crumb.value }}</ng-template>\n </li>\n </ol>\n</nav>\n", styles: ["seam-breadcrumbs li{color:#fff}seam-breadcrumbs li a{color:#fff}\n"] }]
|
|
17
17
|
}], ctorParameters: function () { return [{ type: i1.TheSeamBreadcrumbsService }]; } });
|
|
18
18
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYnMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWktY29tbW9uL2JyZWFkY3J1bWJzL2JyZWFkY3J1bWJzL2JyZWFkY3J1bWJzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWNvbW1vbi9icmVhZGNydW1icy9icmVhZGNydW1icy9icmVhZGNydW1icy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFBOzs7OztBQWFyRixNQUFNLE9BQU8sb0JBQW9CO0lBSS9CLFlBQ1UsWUFBdUM7UUFBdkMsaUJBQVksR0FBWixZQUFZLENBQTJCO1FBRS9DLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUE7SUFDMUMsQ0FBQzs7aUhBUlUsb0JBQW9CO3FHQUFwQixvQkFBb0Isd0RDYmpDLGtjQVdBOzJGREVhLG9CQUFvQjtrQkFQaEMsU0FBUzsrQkFDRSxrQkFBa0IsaUJBR2IsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IE9ic2VydmFibGUgfSBmcm9tICdyeGpzJ1xuXG5pbXBvcnQgeyBUaGVTZWFtQnJlYWRjcnVtYiB9IGZyb20gJy4uL2JyZWFkY3J1bWInXG5pbXBvcnQgeyBUaGVTZWFtQnJlYWRjcnVtYnNTZXJ2aWNlIH0gZnJvbSAnLi4vYnJlYWRjcnVtYnMuc2VydmljZSdcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnc2VhbS1icmVhZGNydW1icycsXG4gIHRlbXBsYXRlVXJsOiAnLi9icmVhZGNydW1icy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2JyZWFkY3J1bWJzLmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXG59KVxuZXhwb3J0IGNsYXNzIEJyZWFkY3J1bWJzQ29tcG9uZW50IHtcblxuICBwdWJsaWMgY3J1bWJzJDogT2JzZXJ2YWJsZTxUaGVTZWFtQnJlYWRjcnVtYltdPlxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgX2JyZWFkY3J1bWJzOiBUaGVTZWFtQnJlYWRjcnVtYnNTZXJ2aWNlXG4gICkge1xuICAgIHRoaXMuY3J1bWJzJCA9IHRoaXMuX2JyZWFkY3J1bWJzLmNydW1icyRcbiAgfVxuXG59XG4iLCI8bmF2IGFyaWEtbGFiZWw9XCJicmVhZGNydW1iXCI+XG4gIDxvbCBjbGFzcz1cImJyZWFkY3J1bWIgbWItMFwiPlxuICAgIDxsaSAqbmdGb3I9XCJsZXQgY3J1bWIgb2YgY3J1bWJzJCB8IGFzeW5jOyBsYXN0IGFzIGlzTGFzdFwiXG4gICAgICBjbGFzcz1cImJyZWFkY3J1bWItaXRlbVwiXG4gICAgICBbbmdDbGFzc109XCJ7ICdhY3RpdmUnOiBpc0xhc3QgfVwiXG4gICAgICBbYXR0ci5hcmlhLWN1cnJlbnRdPVwiaXNMYXN0ID8gJ3BhZ2UnIDogdW5kZWZpbmVkXCI+XG4gICAgICA8YSAqbmdJZj1cIiFpc0xhc3Q7IGVsc2Ugbm90TGlua1wiIFtyb3V0ZXJMaW5rXT1cImNydW1iLnBhdGhcIj57eyBjcnVtYi52YWx1ZSB9fTwvYT5cbiAgICAgIDxuZy10ZW1wbGF0ZSAjbm90TGluaz57eyBjcnVtYi52YWx1ZSB9fTwvbmctdGVtcGxhdGU+XG4gICAgPC9saT5cbiAgPC9vbD5cbjwvbmF2PlxuIl19
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Component, HostBinding, Input } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { TheSeamAnchorButtonComponent, TheSeamButtonComponent } from '../button/button.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@angular/cdk/a11y";
|
|
5
|
-
export class
|
|
5
|
+
export class TheSeamBadgeButtonComponent extends TheSeamButtonComponent {
|
|
6
6
|
// eslint-disable-next-line @typescript-eslint/no-useless-constructor
|
|
7
7
|
constructor(_elementRef, _focusMonitor, _renderer) {
|
|
8
8
|
super(_elementRef, _focusMonitor, _renderer);
|
|
@@ -12,9 +12,9 @@ export class BadgeButtonComponent extends ButtonComponent {
|
|
|
12
12
|
}
|
|
13
13
|
ngOnDestroy() { super.ngOnDestroy(); }
|
|
14
14
|
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type:
|
|
15
|
+
TheSeamBadgeButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamBadgeButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
TheSeamBadgeButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: TheSeamBadgeButtonComponent, selector: "button[seamBadgeButton]", inputs: { disabled: "disabled", theme: "theme", size: "size", badgeTheme: "badgeTheme", badgeText: "badgeText" }, host: { properties: { "attr.type": "type", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null", "class.text-nowrap": "this._textNoWrap" }, classAttribute: "btn" }, exportAs: ["seamBadgeButton"], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n<span class=\"ml-2 badge badge-{{ badgeTheme }}\">{{ badgeText }}</span>\n", styles: [""] });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamBadgeButtonComponent, decorators: [{
|
|
18
18
|
type: Component,
|
|
19
19
|
args: [{ selector: 'button[seamBadgeButton]', exportAs: 'seamBadgeButton', inputs: ['disabled', 'theme', 'size'], host: {
|
|
20
20
|
'[attr.type]': 'type',
|
|
@@ -30,7 +30,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
|
|
|
30
30
|
}], badgeText: [{
|
|
31
31
|
type: Input
|
|
32
32
|
}] } });
|
|
33
|
-
export class
|
|
33
|
+
export class TheSeamAnchorBadgeButtonComponent extends TheSeamAnchorButtonComponent {
|
|
34
34
|
// eslint-disable-next-line @typescript-eslint/no-useless-constructor
|
|
35
35
|
constructor(_elementRef, _focusMonitor, _renderer) {
|
|
36
36
|
super(_elementRef, _focusMonitor, _renderer);
|
|
@@ -40,9 +40,9 @@ export class AnchorBadgeButtonComponent extends AnchorButtonComponent {
|
|
|
40
40
|
}
|
|
41
41
|
ngOnDestroy() { super.ngOnDestroy(); }
|
|
42
42
|
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type:
|
|
43
|
+
TheSeamAnchorBadgeButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamAnchorBadgeButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
44
|
+
TheSeamAnchorBadgeButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: TheSeamAnchorBadgeButtonComponent, selector: "a[seamBadgeButton]", inputs: { disabled: "disabled", theme: "theme", size: "size", badgeTheme: "badgeTheme", badgeText: "badgeText" }, host: { listeners: { "click": "_haltDisabledEvents($event)" }, properties: { "attr.tabindex": "disabled ? -1 : (tabIndex || 0)", "attr.disabled": "disabled || null", "attr.aria-disabled": "disabled.toString()", "class.text-nowrap": "this._textNoWrap" }, classAttribute: "btn" }, exportAs: ["seamBadgeButton", "seamBadgeButtonAnchor"], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n<span class=\"ml-2 badge badge-{{ badgeTheme }}\">{{ badgeText }}</span>\n", styles: [""] });
|
|
45
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamAnchorBadgeButtonComponent, decorators: [{
|
|
46
46
|
type: Component,
|
|
47
47
|
args: [{ selector: 'a[seamBadgeButton]', exportAs: 'seamBadgeButton,seamBadgeButtonAnchor', inputs: ['disabled', 'theme', 'size'], host: {
|
|
48
48
|
'class': 'btn',
|
|
@@ -59,4 +59,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
|
|
|
59
59
|
}], badgeText: [{
|
|
60
60
|
type: Input
|
|
61
61
|
}] } });
|
|
62
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
62
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UtYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWNvbW1vbi9idXR0b25zL2JhZGdlLWJ1dHRvbi9iYWRnZS1idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWktY29tbW9uL2J1dHRvbnMvYmFkZ2UtYnV0dG9uL2JhZGdlLWJ1dHRvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsU0FBUyxFQUFjLFdBQVcsRUFBRSxLQUFLLEVBQXdCLE1BQU0sZUFBZSxDQUFBO0FBRy9GLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDRCQUE0QixDQUFBOzs7QUFnQmpHLE1BQU0sT0FBTywyQkFBNEIsU0FBUSxzQkFBc0I7SUFPckUscUVBQXFFO0lBQ3JFLFlBQ0UsV0FBdUIsRUFDdkIsYUFBMkIsRUFDM0IsU0FBb0I7UUFDbEIsS0FBSyxDQUFDLFdBQVcsRUFBRSxhQUFhLEVBQUUsU0FBUyxDQUFDLENBQUE7UUFWZCxnQkFBVyxHQUFHLElBQUksQ0FBQTtRQUUzQyxlQUFVLEdBQWUsT0FBTyxDQUFBO1FBQ2hDLGNBQVMsR0FBRyxFQUFFLENBQUE7SUFPMEIsQ0FBQztJQUVsRCxXQUFXLEtBQUssS0FBSyxDQUFDLFdBQVcsRUFBRSxDQUFBLENBQUMsQ0FBQzs7d0hBZDFCLDJCQUEyQjs0R0FBM0IsMkJBQTJCLHdhQ3BCeEMsdUdBRUE7MkZEa0JhLDJCQUEyQjtrQkFkdkMsU0FBUzsrQkFFRSx5QkFBeUIsWUFHekIsaUJBQWlCLFVBQ25CLENBQUUsVUFBVSxFQUFFLE9BQU8sRUFBRSxNQUFNLENBQUUsUUFDakM7d0JBQ0osYUFBYSxFQUFFLE1BQU07d0JBQ3JCLE9BQU8sRUFBRSxLQUFLO3dCQUNkLHNCQUFzQixFQUFFLHFCQUFxQjt3QkFDN0MsaUJBQWlCLEVBQUUsa0JBQWtCO3FCQUN0QztvSkFJaUMsV0FBVztzQkFBNUMsV0FBVzt1QkFBQyxtQkFBbUI7Z0JBRXZCLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSzs7QUE0QlIsTUFBTSxPQUFPLGlDQUFrQyxTQUFRLDRCQUE0QjtJQU9qRixxRUFBcUU7SUFDckUsWUFDRSxXQUF1QixFQUN2QixhQUEyQixFQUMzQixTQUFvQjtRQUNsQixLQUFLLENBQUMsV0FBVyxFQUFFLGFBQWEsRUFBRSxTQUFTLENBQUMsQ0FBQTtRQVZkLGdCQUFXLEdBQUcsSUFBSSxDQUFBO1FBRTNDLGVBQVUsR0FBZSxPQUFPLENBQUE7UUFDaEMsY0FBUyxHQUFHLEVBQUUsQ0FBQTtJQU8wQixDQUFDO0lBRWxELFdBQVcsS0FBSyxLQUFLLENBQUMsV0FBVyxFQUFFLENBQUEsQ0FBQyxDQUFDOzs4SEFkMUIsaUNBQWlDO2tIQUFqQyxpQ0FBaUMsa2hCQ3JEOUMsdUdBRUE7MkZEbURhLGlDQUFpQztrQkFmN0MsU0FBUzsrQkFFRSxvQkFBb0IsWUFHcEIsdUNBQXVDLFVBQ3pDLENBQUUsVUFBVSxFQUFFLE9BQU8sRUFBRSxNQUFNLENBQUUsUUFDakM7d0JBQ0osT0FBTyxFQUFFLEtBQUs7d0JBQ2QsaUJBQWlCLEVBQUUsaUNBQWlDO3dCQUNwRCxpQkFBaUIsRUFBRSxrQkFBa0I7d0JBQ3JDLHNCQUFzQixFQUFFLHFCQUFxQjt3QkFDN0MsU0FBUyxFQUFFLDZCQUE2QjtxQkFDekM7b0pBSWlDLFdBQVc7c0JBQTVDLFdBQVc7dUJBQUMsbUJBQW1CO2dCQUV2QixVQUFVO3NCQUFsQixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGb2N1c01vbml0b3IgfSBmcm9tICdAYW5ndWxhci9jZGsvYTExeSdcbmltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgSG9zdEJpbmRpbmcsIElucHV0LCBPbkRlc3Ryb3ksIFJlbmRlcmVyMiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5cbmltcG9ydCB0eXBlIHsgVGhlbWVUeXBlcyB9IGZyb20gJ0B0aGVzZWFtL3VpLWNvbW1vbi9tb2RlbHMnXG5pbXBvcnQgeyBUaGVTZWFtQW5jaG9yQnV0dG9uQ29tcG9uZW50LCBUaGVTZWFtQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi4vYnV0dG9uL2J1dHRvbi5jb21wb25lbnQnXG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2J1dHRvbltzZWFtQmFkZ2VCdXR0b25dJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2JhZGdlLWJ1dHRvbi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2JhZGdlLWJ1dHRvbi5jb21wb25lbnQuc2NzcyddLFxuICBleHBvcnRBczogJ3NlYW1CYWRnZUJ1dHRvbicsXG4gIGlucHV0czogWyAnZGlzYWJsZWQnLCAndGhlbWUnLCAnc2l6ZScgXSxcbiAgaG9zdDoge1xuICAgICdbYXR0ci50eXBlXSc6ICd0eXBlJyxcbiAgICAnY2xhc3MnOiAnYnRuJyxcbiAgICAnW2F0dHIuYXJpYS1kaXNhYmxlZF0nOiAnZGlzYWJsZWQudG9TdHJpbmcoKScsXG4gICAgJ1thdHRyLmRpc2FibGVkXSc6ICdkaXNhYmxlZCB8fCBudWxsJ1xuICB9LFxufSlcbmV4cG9ydCBjbGFzcyBUaGVTZWFtQmFkZ2VCdXR0b25Db21wb25lbnQgZXh0ZW5kcyBUaGVTZWFtQnV0dG9uQ29tcG9uZW50IGltcGxlbWVudHMgT25EZXN0cm95IHtcblxuICBASG9zdEJpbmRpbmcoJ2NsYXNzLnRleHQtbm93cmFwJykgX3RleHROb1dyYXAgPSB0cnVlXG5cbiAgQElucHV0KCkgYmFkZ2VUaGVtZTogVGhlbWVUeXBlcyA9ICdsaWdodCdcbiAgQElucHV0KCkgYmFkZ2VUZXh0ID0gJydcblxuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25vLXVzZWxlc3MtY29uc3RydWN0b3JcbiAgY29uc3RydWN0b3IoXG4gICAgX2VsZW1lbnRSZWY6IEVsZW1lbnRSZWYsXG4gICAgX2ZvY3VzTW9uaXRvcjogRm9jdXNNb25pdG9yLFxuICAgIF9yZW5kZXJlcjogUmVuZGVyZXIyXG4gICkgeyBzdXBlcihfZWxlbWVudFJlZiwgX2ZvY3VzTW9uaXRvciwgX3JlbmRlcmVyKSB9XG5cbiAgbmdPbkRlc3Ryb3koKSB7IHN1cGVyLm5nT25EZXN0cm95KCkgfVxuXG59XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2Fbc2VhbUJhZGdlQnV0dG9uXScsXG4gIHRlbXBsYXRlVXJsOiAnLi9iYWRnZS1idXR0b24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9iYWRnZS1idXR0b24uY29tcG9uZW50LnNjc3MnXSxcbiAgZXhwb3J0QXM6ICdzZWFtQmFkZ2VCdXR0b24sc2VhbUJhZGdlQnV0dG9uQW5jaG9yJyxcbiAgaW5wdXRzOiBbICdkaXNhYmxlZCcsICd0aGVtZScsICdzaXplJyBdLFxuICBob3N0OiB7XG4gICAgJ2NsYXNzJzogJ2J0bicsXG4gICAgJ1thdHRyLnRhYmluZGV4XSc6ICdkaXNhYmxlZCA/IC0xIDogKHRhYkluZGV4IHx8IDApJyxcbiAgICAnW2F0dHIuZGlzYWJsZWRdJzogJ2Rpc2FibGVkIHx8IG51bGwnLFxuICAgICdbYXR0ci5hcmlhLWRpc2FibGVkXSc6ICdkaXNhYmxlZC50b1N0cmluZygpJyxcbiAgICAnKGNsaWNrKSc6ICdfaGFsdERpc2FibGVkRXZlbnRzKCRldmVudCknLFxuICB9LFxufSlcbmV4cG9ydCBjbGFzcyBUaGVTZWFtQW5jaG9yQmFkZ2VCdXR0b25Db21wb25lbnQgZXh0ZW5kcyBUaGVTZWFtQW5jaG9yQnV0dG9uQ29tcG9uZW50IGltcGxlbWVudHMgT25EZXN0cm95IHtcblxuICBASG9zdEJpbmRpbmcoJ2NsYXNzLnRleHQtbm93cmFwJykgX3RleHROb1dyYXAgPSB0cnVlXG5cbiAgQElucHV0KCkgYmFkZ2VUaGVtZTogVGhlbWVUeXBlcyA9ICdsaWdodCdcbiAgQElucHV0KCkgYmFkZ2VUZXh0ID0gJydcblxuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25vLXVzZWxlc3MtY29uc3RydWN0b3JcbiAgY29uc3RydWN0b3IoXG4gICAgX2VsZW1lbnRSZWY6IEVsZW1lbnRSZWYsXG4gICAgX2ZvY3VzTW9uaXRvcjogRm9jdXNNb25pdG9yLFxuICAgIF9yZW5kZXJlcjogUmVuZGVyZXIyXG4gICkgeyBzdXBlcihfZWxlbWVudFJlZiwgX2ZvY3VzTW9uaXRvciwgX3JlbmRlcmVyKSB9XG5cbiAgbmdPbkRlc3Ryb3koKSB7IHN1cGVyLm5nT25EZXN0cm95KCkgfVxuXG59XG4iLCI8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48c3BhbiBjbGFzcz1cIm1sLTIgYmFkZ2UgYmFkZ2Ute3sgYmFkZ2VUaGVtZSB9fVwiPnt7IGJhZGdlVGV4dCB9fTwvc3Bhbj5cbiJdfQ==
|
|
@@ -27,7 +27,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
|
|
|
27
27
|
args: [{ template: '' }]
|
|
28
28
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.FocusMonitor }, { type: i0.Renderer2 }]; } });
|
|
29
29
|
const _TheSeamButtonMixinBase = mixinSize(mixinTheme(mixinDisabled(TheSeamButtonBase), 'btn'), 'btn');
|
|
30
|
-
export class
|
|
30
|
+
export class TheSeamButtonComponent extends _TheSeamButtonMixinBase {
|
|
31
31
|
// eslint-disable-next-line @typescript-eslint/no-useless-constructor
|
|
32
32
|
constructor(_elementRef, _focusMonitor, _renderer) {
|
|
33
33
|
super(_elementRef, _focusMonitor, _renderer);
|
|
@@ -36,9 +36,9 @@ export class ButtonComponent extends _TheSeamButtonMixinBase {
|
|
|
36
36
|
}
|
|
37
37
|
ngOnDestroy() { super.ngOnDestroy(); }
|
|
38
38
|
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type:
|
|
39
|
+
TheSeamButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
40
|
+
TheSeamButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: TheSeamButtonComponent, selector: "button[seamButton]", inputs: { disabled: "disabled", theme: "theme", size: "size", type: "type" }, host: { properties: { "attr.type": "type", "attr.aria-disabled": "disabled.toString()", "attr.disabled": "disabled || null" }, classAttribute: "btn" }, exportAs: ["seamButton"], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamButtonComponent, decorators: [{
|
|
42
42
|
type: Component,
|
|
43
43
|
args: [{ selector: 'button[seamButton]', exportAs: 'seamButton', inputs: ['disabled', 'theme', 'size'], host: {
|
|
44
44
|
'[attr.type]': 'type',
|
|
@@ -49,7 +49,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
|
|
|
49
49
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.FocusMonitor }, { type: i0.Renderer2 }]; }, propDecorators: { type: [{
|
|
50
50
|
type: Input
|
|
51
51
|
}] } });
|
|
52
|
-
export class
|
|
52
|
+
export class TheSeamAnchorButtonComponent extends _TheSeamButtonMixinBase {
|
|
53
53
|
// TODO: Consider adding dev warning for `window.opener` exploit. Could maybe
|
|
54
54
|
// add `rel` it if the href isn't on the current domain or not specified in an
|
|
55
55
|
// injected list. This probably isn't needed and may be to strict for our
|
|
@@ -67,9 +67,9 @@ export class AnchorButtonComponent extends _TheSeamButtonMixinBase {
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type:
|
|
70
|
+
TheSeamAnchorButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamAnchorButtonComponent, deps: [{ token: i0.ElementRef }, { token: i1.FocusMonitor }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
71
|
+
TheSeamAnchorButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: TheSeamAnchorButtonComponent, selector: "a[seamButton]", inputs: { disabled: "disabled", theme: "theme", size: "size", tabIndex: "tabIndex" }, host: { listeners: { "click": "_haltDisabledEvents($event)" }, properties: { "attr.tabindex": "disabled ? -1 : (tabIndex || 0)", "attr.disabled": "disabled || null", "attr.aria-disabled": "disabled.toString()" }, classAttribute: "btn" }, exportAs: ["seamButton", "seamButtonBaseAnchor"], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
72
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamAnchorButtonComponent, decorators: [{
|
|
73
73
|
type: Component,
|
|
74
74
|
args: [{ selector: 'a[seamButton]', exportAs: 'seamButton,seamButtonBaseAnchor', inputs: ['disabled', 'theme', 'size'], host: {
|
|
75
75
|
'class': 'btn',
|
|
@@ -81,4 +81,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
|
|
|
81
81
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.FocusMonitor }, { type: i0.Renderer2 }]; }, propDecorators: { tabIndex: [{
|
|
82
82
|
type: Input
|
|
83
83
|
}] } });
|
|
84
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
84
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWNvbW1vbi9idXR0b25zL2J1dHRvbi9idXR0b24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWktY29tbW9uL2J1dHRvbnMvYnV0dG9uL2J1dHRvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUF5QixLQUFLLEVBQXdCLE1BQU0sZUFBZSxDQUFBO0FBRXRILE9BQU8sRUFJTCxhQUFhLEVBQ2IsU0FBUyxFQUNULFVBQVUsRUFDWCxNQUFNLHlCQUF5QixDQUFBOzs7QUFFaEMsTUFFTSxpQkFBaUI7SUFDckIsWUFDUyxXQUF1QixFQUN2QixhQUEyQixFQUMzQixTQUFvQjtRQUZwQixnQkFBVyxHQUFYLFdBQVcsQ0FBWTtRQUN2QixrQkFBYSxHQUFiLGFBQWEsQ0FBYztRQUMzQixjQUFTLEdBQVQsU0FBUyxDQUFXO1FBRTNCLElBQUksQ0FBQyxhQUFhLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUUsSUFBSSxDQUFDLENBQUE7SUFDcEQsQ0FBQztJQUVELFdBQVc7UUFDVCxJQUFJLENBQUMsYUFBYSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUE7SUFDckQsQ0FBQztJQUVELDBCQUEwQjtJQUMxQixLQUFLO1FBQ0gsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDLEtBQUssRUFBRSxDQUFBO0lBQ2hDLENBQUM7SUFFRCxlQUFlO1FBQ2IsT0FBTyxJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWEsQ0FBQTtJQUN2QyxDQUFDOzs4R0FwQkcsaUJBQWlCO2tHQUFqQixpQkFBaUIsb0RBRkEsRUFBRTsyRkFFbkIsaUJBQWlCO2tCQUZ0QixTQUFTO21CQUFDLEVBQUUsUUFBUSxFQUFFLEVBQUUsRUFBRTs7QUF5QjNCLE1BQU0sdUJBQXVCLEdBQ0UsU0FBUyxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsaUJBQWlCLENBQUMsRUFBRSxLQUFLLENBQUMsRUFBRSxLQUFLLENBQUMsQ0FBQTtBQWlCcEcsTUFBTSxPQUFPLHNCQUF1QixTQUFRLHVCQUF1QjtJQUtqRSxxRUFBcUU7SUFDckUsWUFDRSxXQUF1QixFQUN2QixhQUEyQixFQUMzQixTQUFvQjtRQUNsQixLQUFLLENBQUMsV0FBVyxFQUFFLGFBQWEsRUFBRSxTQUFTLENBQUMsQ0FBQTtRQVJoRCxnQ0FBZ0M7UUFDdkIsU0FBSSxHQUFrQyxRQUFRLENBQUE7SUFPTixDQUFDO0lBRWxELFdBQVcsS0FBSyxLQUFLLENBQUMsV0FBVyxFQUFFLENBQUEsQ0FBQyxDQUFDOzttSEFaMUIsc0JBQXNCO3VHQUF0QixzQkFBc0IsaVZDdkRuQyw2QkFDQTsyRkRzRGEsc0JBQXNCO2tCQWZsQyxTQUFTOytCQUVFLG9CQUFvQixZQUdwQixZQUFZLFVBQ2QsQ0FBRSxVQUFVLEVBQUUsT0FBTyxFQUFFLE1BQU0sQ0FBRSxRQUNqQzt3QkFDSixhQUFhLEVBQUUsTUFBTTt3QkFDckIsT0FBTyxFQUFFLEtBQUs7d0JBQ2Qsc0JBQXNCLEVBQUUscUJBQXFCO3dCQUM3QyxpQkFBaUIsRUFBRSxrQkFBa0I7cUJBQ3RDLG1CQUNnQix1QkFBdUIsQ0FBQyxNQUFNO29KQUt0QyxJQUFJO3NCQUFaLEtBQUs7O0FBNkJSLE1BQU0sT0FBTyw0QkFBNkIsU0FBUSx1QkFBdUI7SUFLdkUsNkVBQTZFO0lBQzdFLDhFQUE4RTtJQUM5RSx5RUFBeUU7SUFDekUsbUVBQW1FO0lBQ25FLEVBQUU7SUFDRiw0QkFBNEI7SUFFNUIscUVBQXFFO0lBQ3JFLFlBQ0UsV0FBdUIsRUFDdkIsYUFBMkIsRUFDM0IsU0FBb0IsSUFDbEIsS0FBSyxDQUFDLFdBQVcsRUFBRSxhQUFhLEVBQUUsU0FBUyxDQUFDLENBQUEsQ0FBQyxDQUFDO0lBRWxELFdBQVcsS0FBSyxLQUFLLENBQUMsV0FBVyxFQUFFLENBQUEsQ0FBQyxDQUFDO0lBRXJDLG1CQUFtQixDQUFDLEtBQVk7UUFDOUIsZ0RBQWdEO1FBQ2hELElBQUksSUFBSSxDQUFDLFFBQVEsRUFBRTtZQUNqQixLQUFLLENBQUMsY0FBYyxFQUFFLENBQUE7WUFDdEIsS0FBSyxDQUFDLHdCQUF3QixFQUFFLENBQUE7U0FDakM7SUFDSCxDQUFDOzt5SEEzQlUsNEJBQTRCOzZHQUE1Qiw0QkFBNEIsa2NDdkZ6Qyw2QkFDQTsyRkRzRmEsNEJBQTRCO2tCQWhCeEMsU0FBUzsrQkFFRSxlQUFlLFlBR2YsaUNBQWlDLFVBQ25DLENBQUUsVUFBVSxFQUFFLE9BQU8sRUFBRSxNQUFNLENBQUUsUUFDakM7d0JBQ0osT0FBTyxFQUFFLEtBQUs7d0JBQ2QsaUJBQWlCLEVBQUUsaUNBQWlDO3dCQUNwRCxpQkFBaUIsRUFBRSxrQkFBa0I7d0JBQ3JDLHNCQUFzQixFQUFFLHFCQUFxQjt3QkFDN0MsU0FBUyxFQUFFLDZCQUE2QjtxQkFDekMsbUJBQ2dCLHVCQUF1QixDQUFDLE1BQU07b0pBS3RDLFFBQVE7c0JBQWhCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGb2N1c01vbml0b3IgfSBmcm9tICdAYW5ndWxhci9jZGsvYTExeSdcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIERpcmVjdGl2ZSwgRWxlbWVudFJlZiwgSW5wdXQsIE9uRGVzdHJveSwgUmVuZGVyZXIyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcblxuaW1wb3J0IHtcbiAgQ2FuRGlzYWJsZUN0b3IsXG4gIENhblNpemVDdG9yLFxuICBDYW5UaGVtZUN0b3IsXG4gIG1peGluRGlzYWJsZWQsXG4gIG1peGluU2l6ZSxcbiAgbWl4aW5UaGVtZVxufSBmcm9tICdAdGhlc2VhbS91aS1jb21tb24vY29yZSdcblxuQENvbXBvbmVudCh7IHRlbXBsYXRlOiAnJyB9KVxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtY2xhc3Mtc3VmZml4XG5jbGFzcyBUaGVTZWFtQnV0dG9uQmFzZSBpbXBsZW1lbnRzIE9uRGVzdHJveSB7XG4gIGNvbnN0cnVjdG9yKFxuICAgIHB1YmxpYyBfZWxlbWVudFJlZjogRWxlbWVudFJlZixcbiAgICBwdWJsaWMgX2ZvY3VzTW9uaXRvcjogRm9jdXNNb25pdG9yLFxuICAgIHB1YmxpYyBfcmVuZGVyZXI6IFJlbmRlcmVyMlxuICApIHtcbiAgICB0aGlzLl9mb2N1c01vbml0b3IubW9uaXRvcih0aGlzLl9lbGVtZW50UmVmLCB0cnVlKVxuICB9XG5cbiAgbmdPbkRlc3Ryb3koKSB7XG4gICAgdGhpcy5fZm9jdXNNb25pdG9yLnN0b3BNb25pdG9yaW5nKHRoaXMuX2VsZW1lbnRSZWYpXG4gIH1cblxuICAvKiogRm9jdXNlcyB0aGUgYnV0dG9uLiAqL1xuICBmb2N1cygpOiB2b2lkIHtcbiAgICB0aGlzLl9nZXRIb3N0RWxlbWVudCgpLmZvY3VzKClcbiAgfVxuXG4gIF9nZXRIb3N0RWxlbWVudCgpIHtcbiAgICByZXR1cm4gdGhpcy5fZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50XG4gIH1cbn1cblxuY29uc3QgX1RoZVNlYW1CdXR0b25NaXhpbkJhc2U6IENhbkRpc2FibGVDdG9yICYgQ2FuVGhlbWVDdG9yICYgQ2FuU2l6ZUN0b3IgJlxuICAgIHR5cGVvZiBUaGVTZWFtQnV0dG9uQmFzZSA9IG1peGluU2l6ZShtaXhpblRoZW1lKG1peGluRGlzYWJsZWQoVGhlU2VhbUJ1dHRvbkJhc2UpLCAnYnRuJyksICdidG4nKVxuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdidXR0b25bc2VhbUJ1dHRvbl0nLFxuICB0ZW1wbGF0ZVVybDogJy4vYnV0dG9uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYnV0dG9uLmNvbXBvbmVudC5zY3NzJ10sXG4gIGV4cG9ydEFzOiAnc2VhbUJ1dHRvbicsXG4gIGlucHV0czogWyAnZGlzYWJsZWQnLCAndGhlbWUnLCAnc2l6ZScgXSxcbiAgaG9zdDoge1xuICAgICdbYXR0ci50eXBlXSc6ICd0eXBlJyxcbiAgICAnY2xhc3MnOiAnYnRuJyxcbiAgICAnW2F0dHIuYXJpYS1kaXNhYmxlZF0nOiAnZGlzYWJsZWQudG9TdHJpbmcoKScsXG4gICAgJ1thdHRyLmRpc2FibGVkXSc6ICdkaXNhYmxlZCB8fCBudWxsJyxcbiAgfSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcbn0pXG5leHBvcnQgY2xhc3MgVGhlU2VhbUJ1dHRvbkNvbXBvbmVudCBleHRlbmRzIF9UaGVTZWFtQnV0dG9uTWl4aW5CYXNlIGltcGxlbWVudHMgT25EZXN0cm95IHtcblxuICAvKiogQVJJQSB0eXBlIGZvciB0aGUgYnV0dG9uLiAqL1xuICBASW5wdXQoKSB0eXBlOiAnYnV0dG9uJyB8ICdzdWJtaXQnIHwgJ3Jlc2V0JyA9ICdidXR0b24nXG5cbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uby11c2VsZXNzLWNvbnN0cnVjdG9yXG4gIGNvbnN0cnVjdG9yKFxuICAgIF9lbGVtZW50UmVmOiBFbGVtZW50UmVmLFxuICAgIF9mb2N1c01vbml0b3I6IEZvY3VzTW9uaXRvcixcbiAgICBfcmVuZGVyZXI6IFJlbmRlcmVyMlxuICApIHsgc3VwZXIoX2VsZW1lbnRSZWYsIF9mb2N1c01vbml0b3IsIF9yZW5kZXJlcikgfVxuXG4gIG5nT25EZXN0cm95KCkgeyBzdXBlci5uZ09uRGVzdHJveSgpIH1cblxufVxuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdhW3NlYW1CdXR0b25dJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2J1dHRvbi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2J1dHRvbi5jb21wb25lbnQuc2NzcyddLFxuICBleHBvcnRBczogJ3NlYW1CdXR0b24sc2VhbUJ1dHRvbkJhc2VBbmNob3InLFxuICBpbnB1dHM6IFsgJ2Rpc2FibGVkJywgJ3RoZW1lJywgJ3NpemUnIF0sXG4gIGhvc3Q6IHtcbiAgICAnY2xhc3MnOiAnYnRuJyxcbiAgICAnW2F0dHIudGFiaW5kZXhdJzogJ2Rpc2FibGVkID8gLTEgOiAodGFiSW5kZXggfHwgMCknLFxuICAgICdbYXR0ci5kaXNhYmxlZF0nOiAnZGlzYWJsZWQgfHwgbnVsbCcsXG4gICAgJ1thdHRyLmFyaWEtZGlzYWJsZWRdJzogJ2Rpc2FibGVkLnRvU3RyaW5nKCknLFxuICAgICcoY2xpY2spJzogJ19oYWx0RGlzYWJsZWRFdmVudHMoJGV2ZW50KScsXG4gIH0sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXG59KVxuZXhwb3J0IGNsYXNzIFRoZVNlYW1BbmNob3JCdXR0b25Db21wb25lbnQgZXh0ZW5kcyBfVGhlU2VhbUJ1dHRvbk1peGluQmFzZSBpbXBsZW1lbnRzIE9uRGVzdHJveSB7XG5cbiAgLyoqIFRhYmluZGV4IG9mIHRoZSBidXR0b24uICovXG4gIEBJbnB1dCgpIHRhYkluZGV4OiBudW1iZXIgfCB1bmRlZmluZWQgfCBudWxsXG5cbiAgLy8gVE9ETzogQ29uc2lkZXIgYWRkaW5nIGRldiB3YXJuaW5nIGZvciBgd2luZG93Lm9wZW5lcmAgZXhwbG9pdC4gQ291bGQgbWF5YmVcbiAgLy8gYWRkIGByZWxgIGl0IGlmIHRoZSBocmVmIGlzbid0IG9uIHRoZSBjdXJyZW50IGRvbWFpbiBvciBub3Qgc3BlY2lmaWVkIGluIGFuXG4gIC8vIGluamVjdGVkIGxpc3QuIFRoaXMgcHJvYmFibHkgaXNuJ3QgbmVlZGVkIGFuZCBtYXkgYmUgdG8gc3RyaWN0IGZvciBvdXJcbiAgLy8gdXNhZ2UsIHNvIEkgYW0ganVzdCBhZGRpbmcgdGhpcyBhcyBhIHJlbWluZGVyIHRvIHRoaW5rIGFib3V0IGl0LlxuICAvL1xuICAvLyByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcblxuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25vLXVzZWxlc3MtY29uc3RydWN0b3JcbiAgY29uc3RydWN0b3IoXG4gICAgX2VsZW1lbnRSZWY6IEVsZW1lbnRSZWYsXG4gICAgX2ZvY3VzTW9uaXRvcjogRm9jdXNNb25pdG9yLFxuICAgIF9yZW5kZXJlcjogUmVuZGVyZXIyXG4gICkgeyBzdXBlcihfZWxlbWVudFJlZiwgX2ZvY3VzTW9uaXRvciwgX3JlbmRlcmVyKSB9XG5cbiAgbmdPbkRlc3Ryb3koKSB7IHN1cGVyLm5nT25EZXN0cm95KCkgfVxuXG4gIF9oYWx0RGlzYWJsZWRFdmVudHMoZXZlbnQ6IEV2ZW50KSB7XG4gICAgLy8gQSBkaXNhYmxlZCBidXR0b24gc2hvdWxkbid0IGFwcGx5IGFueSBhY3Rpb25zXG4gICAgaWYgKHRoaXMuZGlzYWJsZWQpIHtcbiAgICAgIGV2ZW50LnByZXZlbnREZWZhdWx0KClcbiAgICAgIGV2ZW50LnN0b3BJbW1lZGlhdGVQcm9wYWdhdGlvbigpXG4gICAgfVxuICB9XG5cbn1cbiIsIjxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiJdfQ==
|
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
import { CommonModule } from '@angular/common';
|
|
2
2
|
import { NgModule } from '@angular/core';
|
|
3
3
|
import { TheSeamProgressModule } from '@theseam/ui-common/progress';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
4
|
+
import { TheSeamAnchorBadgeButtonComponent, TheSeamBadgeButtonComponent } from './badge-button/badge-button.component';
|
|
5
|
+
import { TheSeamAnchorButtonComponent, TheSeamButtonComponent } from './button/button.component';
|
|
6
|
+
import { TheSeamProgressCircleButtonComponent } from './progress-circle-button/progress-circle-button.component';
|
|
7
|
+
import { TheSeamToggleButtonComponent } from './toggle-button/toggle-button.component';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export class TheSeamButtonsModule {
|
|
10
10
|
}
|
|
11
11
|
TheSeamButtonsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamButtonsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
-
TheSeamButtonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamButtonsModule, declarations: [
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
TheSeamProgressModule], exports: [
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
12
|
+
TheSeamButtonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: TheSeamButtonsModule, declarations: [TheSeamBadgeButtonComponent,
|
|
13
|
+
TheSeamProgressCircleButtonComponent,
|
|
14
|
+
TheSeamToggleButtonComponent,
|
|
15
|
+
TheSeamButtonComponent,
|
|
16
|
+
TheSeamAnchorButtonComponent,
|
|
17
|
+
TheSeamAnchorBadgeButtonComponent], imports: [CommonModule,
|
|
18
|
+
TheSeamProgressModule], exports: [TheSeamBadgeButtonComponent,
|
|
19
|
+
TheSeamProgressCircleButtonComponent,
|
|
20
|
+
TheSeamToggleButtonComponent,
|
|
21
|
+
TheSeamButtonComponent,
|
|
22
|
+
TheSeamAnchorButtonComponent,
|
|
23
|
+
TheSeamAnchorBadgeButtonComponent] });
|
|
24
24
|
TheSeamButtonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamButtonsModule, imports: [CommonModule,
|
|
25
25
|
TheSeamProgressModule] });
|
|
26
26
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: TheSeamButtonsModule, decorators: [{
|
|
27
27
|
type: NgModule,
|
|
28
28
|
args: [{
|
|
29
29
|
declarations: [
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
30
|
+
TheSeamBadgeButtonComponent,
|
|
31
|
+
TheSeamProgressCircleButtonComponent,
|
|
32
|
+
TheSeamToggleButtonComponent,
|
|
33
|
+
TheSeamButtonComponent,
|
|
34
|
+
TheSeamAnchorButtonComponent,
|
|
35
|
+
TheSeamAnchorBadgeButtonComponent,
|
|
36
36
|
],
|
|
37
37
|
imports: [
|
|
38
38
|
CommonModule,
|
|
39
39
|
TheSeamProgressModule
|
|
40
40
|
],
|
|
41
41
|
exports: [
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
42
|
+
TheSeamBadgeButtonComponent,
|
|
43
|
+
TheSeamProgressCircleButtonComponent,
|
|
44
|
+
TheSeamToggleButtonComponent,
|
|
45
|
+
TheSeamButtonComponent,
|
|
46
|
+
TheSeamAnchorButtonComponent,
|
|
47
|
+
TheSeamAnchorBadgeButtonComponent,
|
|
48
48
|
]
|
|
49
49
|
}]
|
|
50
50
|
}] });
|
|
51
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
51
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9ucy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy91aS1jb21tb24vYnV0dG9ucy9idXR0b25zLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUE7QUFDOUMsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUV4QyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQTtBQUVuRSxPQUFPLEVBQUUsaUNBQWlDLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQTtBQUN0SCxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQTtBQUNoRyxPQUFPLEVBQUUsb0NBQW9DLEVBQUUsTUFBTSwyREFBMkQsQ0FBQTtBQUNoSCxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQTs7QUF3QnRGLE1BQU0sT0FBTyxvQkFBb0I7O2lIQUFwQixvQkFBb0I7a0hBQXBCLG9CQUFvQixpQkFwQjdCLDJCQUEyQjtRQUMzQixvQ0FBb0M7UUFDcEMsNEJBQTRCO1FBQzVCLHNCQUFzQjtRQUN0Qiw0QkFBNEI7UUFDNUIsaUNBQWlDLGFBR2pDLFlBQVk7UUFDWixxQkFBcUIsYUFHckIsMkJBQTJCO1FBQzNCLG9DQUFvQztRQUNwQyw0QkFBNEI7UUFDNUIsc0JBQXNCO1FBQ3RCLDRCQUE0QjtRQUM1QixpQ0FBaUM7a0hBR3hCLG9CQUFvQixZQVo3QixZQUFZO1FBQ1oscUJBQXFCOzJGQVdaLG9CQUFvQjtrQkF0QmhDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLDJCQUEyQjt3QkFDM0Isb0NBQW9DO3dCQUNwQyw0QkFBNEI7d0JBQzVCLHNCQUFzQjt3QkFDdEIsNEJBQTRCO3dCQUM1QixpQ0FBaUM7cUJBQ2xDO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLHFCQUFxQjtxQkFDdEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLDJCQUEyQjt3QkFDM0Isb0NBQW9DO3dCQUNwQyw0QkFBNEI7d0JBQzVCLHNCQUFzQjt3QkFDdEIsNEJBQTRCO3dCQUM1QixpQ0FBaUM7cUJBQ2xDO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJ1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuXG5pbXBvcnQgeyBUaGVTZWFtUHJvZ3Jlc3NNb2R1bGUgfSBmcm9tICdAdGhlc2VhbS91aS1jb21tb24vcHJvZ3Jlc3MnXG5cbmltcG9ydCB7IFRoZVNlYW1BbmNob3JCYWRnZUJ1dHRvbkNvbXBvbmVudCwgVGhlU2VhbUJhZGdlQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi9iYWRnZS1idXR0b24vYmFkZ2UtYnV0dG9uLmNvbXBvbmVudCdcbmltcG9ydCB7IFRoZVNlYW1BbmNob3JCdXR0b25Db21wb25lbnQsIFRoZVNlYW1CdXR0b25Db21wb25lbnQgfSBmcm9tICcuL2J1dHRvbi9idXR0b24uY29tcG9uZW50J1xuaW1wb3J0IHsgVGhlU2VhbVByb2dyZXNzQ2lyY2xlQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi9wcm9ncmVzcy1jaXJjbGUtYnV0dG9uL3Byb2dyZXNzLWNpcmNsZS1idXR0b24uY29tcG9uZW50J1xuaW1wb3J0IHsgVGhlU2VhbVRvZ2dsZUJ1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4vdG9nZ2xlLWJ1dHRvbi90b2dnbGUtYnV0dG9uLmNvbXBvbmVudCdcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgVGhlU2VhbUJhZGdlQnV0dG9uQ29tcG9uZW50LFxuICAgIFRoZVNlYW1Qcm9ncmVzc0NpcmNsZUJ1dHRvbkNvbXBvbmVudCxcbiAgICBUaGVTZWFtVG9nZ2xlQnV0dG9uQ29tcG9uZW50LFxuICAgIFRoZVNlYW1CdXR0b25Db21wb25lbnQsXG4gICAgVGhlU2VhbUFuY2hvckJ1dHRvbkNvbXBvbmVudCxcbiAgICBUaGVTZWFtQW5jaG9yQmFkZ2VCdXR0b25Db21wb25lbnQsXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgVGhlU2VhbVByb2dyZXNzTW9kdWxlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBUaGVTZWFtQmFkZ2VCdXR0b25Db21wb25lbnQsXG4gICAgVGhlU2VhbVByb2dyZXNzQ2lyY2xlQnV0dG9uQ29tcG9uZW50LFxuICAgIFRoZVNlYW1Ub2dnbGVCdXR0b25Db21wb25lbnQsXG4gICAgVGhlU2VhbUJ1dHRvbkNvbXBvbmVudCxcbiAgICBUaGVTZWFtQW5jaG9yQnV0dG9uQ29tcG9uZW50LFxuICAgIFRoZVNlYW1BbmNob3JCYWRnZUJ1dHRvbkNvbXBvbmVudCxcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBUaGVTZWFtQnV0dG9uc01vZHVsZSB7IH1cbiJdfQ==
|