@one-paragon/angular-utilities 0.1.32-beta → 0.1.32
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/action-state/action-state-spinner/action-state-spinner.component.d.ts +12 -12
- package/action-state/action-state-ui/action-state-ui.module.d.ts +9 -9
- package/action-state/index.d.ts +4 -4
- package/action-state/ngrx-ext/ngrx-ext.module.d.ts +8 -8
- package/action-state/ngrx.d.ts +31 -31
- package/esm2020/action-state/action-state-spinner/action-state-spinner.component.mjs +23 -23
- package/esm2020/action-state/action-state-ui/action-state-ui.module.mjs +28 -28
- package/esm2020/action-state/index.mjs +8 -8
- package/esm2020/action-state/ngrx-ext/ngrx-ext.module.mjs +23 -23
- package/esm2020/action-state/ngrx.mjs +42 -42
- package/esm2020/http-request-state/HttpRequestStateFactory.mjs +26 -26
- package/esm2020/http-request-state/HttpRequestStateStore.mjs +96 -96
- package/esm2020/http-request-state/directives/HttpStateDirectiveBase.mjs +33 -33
- package/esm2020/http-request-state/directives/http-error-state-directive.mjs +28 -28
- package/esm2020/http-request-state/directives/http-inProgress-state-directive.mjs +28 -28
- package/esm2020/http-request-state/directives/http-notStarted-state-directive.mjs +28 -28
- package/esm2020/http-request-state/directives/http-success-state-directive.mjs +33 -33
- package/esm2020/http-request-state/directives/index.mjs +5 -5
- package/esm2020/http-request-state/directives/request-state-directive.mjs +59 -59
- package/esm2020/http-request-state/helpers.mjs +21 -21
- package/esm2020/http-request-state/http-request-state.mjs +38 -38
- package/esm2020/http-request-state/http-state-module.mjs +40 -40
- package/esm2020/http-request-state/index.mjs +6 -6
- package/esm2020/http-request-state/rxjs/getRequestorBody.mjs +3 -3
- package/esm2020/http-request-state/rxjs/getRequestorState.mjs +2 -2
- package/esm2020/http-request-state/rxjs/index.mjs +4 -4
- package/esm2020/http-request-state/rxjs/tapError.mjs +11 -11
- package/esm2020/http-request-state/rxjs/tapSuccess.mjs +11 -11
- package/esm2020/http-request-state/types.mjs +15 -15
- package/esm2020/ngrx/actionable-selector.mjs +75 -75
- package/esm2020/ngrx/index.mjs +1 -1
- package/esm2020/one-paragon-angular-utilities.mjs +4 -4
- package/esm2020/public-api.mjs +19 -19
- package/esm2020/rxjs/defaultShareReplay.mjs +6 -6
- package/esm2020/rxjs/index.mjs +5 -5
- package/esm2020/rxjs/mapError.mjs +7 -7
- package/esm2020/rxjs/rxjs-operators.mjs +91 -91
- package/esm2020/rxjs/subjectifier.mjs +15 -15
- package/esm2020/table-builder/classes/DefaultSettings.mjs +6 -6
- package/esm2020/table-builder/classes/GenericTableDataSource.mjs +13 -13
- package/esm2020/table-builder/classes/MatTableObservableDataSource.mjs +21 -41
- package/esm2020/table-builder/classes/TableBuilderConfig.mjs +3 -3
- package/esm2020/table-builder/classes/TableState.mjs +31 -31
- package/esm2020/table-builder/classes/data-filter.mjs +26 -26
- package/esm2020/table-builder/classes/display-col.mjs +1 -1
- package/esm2020/table-builder/classes/filter-info.mjs +73 -73
- package/esm2020/table-builder/classes/table-builder-general-settings.mjs +67 -67
- package/esm2020/table-builder/classes/table-builder.mjs +76 -76
- package/esm2020/table-builder/classes/table-store.mjs +292 -292
- package/esm2020/table-builder/components/array-column.component.mjs +32 -32
- package/esm2020/table-builder/components/column-builder/column-builder.component.mjs +112 -112
- package/esm2020/table-builder/components/date-filter/date-filter.component.mjs +25 -25
- package/esm2020/table-builder/components/date-time-filter/date-time-filter.component.mjs +22 -22
- package/esm2020/table-builder/components/filter/filter.component.mjs +54 -54
- package/esm2020/table-builder/components/filter/in-list/in-list-filter.component.mjs +79 -79
- package/esm2020/table-builder/components/gen-col-displayer/gen-col-displayer.component.mjs +45 -45
- package/esm2020/table-builder/components/generic-table/generic-table.component.mjs +202 -204
- package/esm2020/table-builder/components/generic-table/paginator.component.mjs +60 -60
- package/esm2020/table-builder/components/group-by-list/group-by-list.component.mjs +22 -22
- package/esm2020/table-builder/components/header-menu/header-menu.component.mjs +90 -90
- package/esm2020/table-builder/components/in-filter/in-filter.component.mjs +63 -63
- package/esm2020/table-builder/components/index.mjs +10 -10
- package/esm2020/table-builder/components/initialization-component/initialization-component.mjs +33 -33
- package/esm2020/table-builder/components/link-column.component.mjs +30 -30
- package/esm2020/table-builder/components/number-filter/number-filter.component.mjs +26 -26
- package/esm2020/table-builder/components/sort-menu/sort-menu.component-store.mjs +41 -41
- package/esm2020/table-builder/components/sort-menu/sort-menu.component.mjs +75 -75
- package/esm2020/table-builder/components/table-container/table-container.mjs +322 -322
- package/esm2020/table-builder/components/table-container-filter/filter-list/filter-list.component.mjs +42 -42
- package/esm2020/table-builder/components/table-container-filter/gen-filter-displayer/gen-filter-displayer.component.mjs +30 -30
- package/esm2020/table-builder/components/table-container-filter/table-wrapper-filter-store.mjs +24 -24
- package/esm2020/table-builder/directives/custom-cell-directive.mjs +58 -58
- package/esm2020/table-builder/directives/index.mjs +6 -6
- package/esm2020/table-builder/directives/multi-sort.directive.mjs +42 -42
- package/esm2020/table-builder/directives/resize-column.directive.mjs +85 -85
- package/esm2020/table-builder/directives/table-wrapper.directive.mjs +26 -26
- package/esm2020/table-builder/directives/tb-filter.directive.mjs +403 -403
- package/esm2020/table-builder/enums/filterTypes.mjs +72 -72
- package/esm2020/table-builder/functions/boolean-filter-function.mjs +9 -9
- package/esm2020/table-builder/functions/date-filter-function.mjs +58 -58
- package/esm2020/table-builder/functions/download-data.mjs +11 -11
- package/esm2020/table-builder/functions/null-filter-function.mjs +7 -7
- package/esm2020/table-builder/functions/number-filter-function.mjs +31 -31
- package/esm2020/table-builder/functions/sort-data-function.mjs +4 -4
- package/esm2020/table-builder/functions/string-filter-function.mjs +40 -40
- package/esm2020/table-builder/interfaces/ColumnInfo.mjs +1 -1
- package/esm2020/table-builder/interfaces/dictionary.mjs +1 -1
- package/esm2020/table-builder/interfaces/report-def.mjs +35 -35
- package/esm2020/table-builder/material.module.mjs +207 -207
- package/esm2020/table-builder/ngrx/actions.mjs +4 -4
- package/esm2020/table-builder/ngrx/effects.mjs +47 -47
- package/esm2020/table-builder/ngrx/reducer.mjs +51 -51
- package/esm2020/table-builder/ngrx/selectors.mjs +23 -23
- package/esm2020/table-builder/pipes/column-total.pipe.mjs +19 -19
- package/esm2020/table-builder/pipes/format-filter-type.pipe.mjs +17 -17
- package/esm2020/table-builder/pipes/format-filter-value.pipe.mjs +45 -45
- package/esm2020/table-builder/pipes/key-display.mjs +19 -19
- package/esm2020/table-builder/services/export-to-csv.service.mjs +88 -88
- package/esm2020/table-builder/services/link-creator.service.mjs +42 -42
- package/esm2020/table-builder/services/table-template-service.mjs +44 -44
- package/esm2020/table-builder/services/transform-creator.mjs +75 -75
- package/esm2020/table-builder/table-builder.module.mjs +207 -215
- package/esm2020/utilities/directives/auto-focus.directive.mjs +25 -25
- package/esm2020/utilities/directives/clickEmitterDirective.mjs +20 -20
- package/esm2020/utilities/directives/clickSubject.mjs +26 -26
- package/esm2020/utilities/directives/conditional-classes.directive.mjs +35 -35
- package/esm2020/utilities/directives/dialog-service.mjs +25 -25
- package/esm2020/utilities/directives/dialog.mjs +137 -137
- package/esm2020/utilities/directives/mat-toggle-group-directive.mjs +59 -59
- package/esm2020/utilities/directives/prevent-enter.directive.mjs +18 -18
- package/esm2020/utilities/directives/stop-propagation.directive.mjs +24 -24
- package/esm2020/utilities/directives/styler.mjs +25 -25
- package/esm2020/utilities/directives/trim-whitespace.directive.mjs +29 -29
- package/esm2020/utilities/index.mjs +16 -16
- package/esm2020/utilities/module.mjs +91 -91
- package/esm2020/utilities/pipes/function.pipe.mjs +20 -20
- package/esm2020/utilities/pipes/phone.pipe.mjs +19 -19
- package/esm2020/utilities/pipes/space-case.pipes.mjs +28 -28
- package/fesm2015/one-paragon-angular-utilities.mjs +4413 -4442
- package/fesm2015/one-paragon-angular-utilities.mjs.map +1 -1
- package/fesm2020/one-paragon-angular-utilities.mjs +4393 -4422
- package/fesm2020/one-paragon-angular-utilities.mjs.map +1 -1
- package/http-request-state/HttpRequestStateFactory.d.ts +14 -14
- package/http-request-state/HttpRequestStateStore.d.ts +48 -48
- package/http-request-state/directives/HttpStateDirectiveBase.d.ts +16 -16
- package/http-request-state/directives/http-error-state-directive.d.ts +12 -12
- package/http-request-state/directives/http-inProgress-state-directive.d.ts +12 -12
- package/http-request-state/directives/http-notStarted-state-directive.d.ts +12 -12
- package/http-request-state/directives/http-success-state-directive.d.ts +21 -21
- package/http-request-state/directives/index.d.ts +5 -5
- package/http-request-state/directives/request-state-directive.d.ts +35 -35
- package/http-request-state/helpers.d.ts +9 -9
- package/http-request-state/http-request-state.d.ts +12 -12
- package/http-request-state/http-state-module.d.ts +11 -11
- package/http-request-state/index.d.ts +6 -6
- package/http-request-state/rxjs/getRequestorBody.d.ts +3 -3
- package/http-request-state/rxjs/getRequestorState.d.ts +3 -3
- package/http-request-state/rxjs/index.d.ts +4 -4
- package/http-request-state/rxjs/tapError.d.ts +3 -3
- package/http-request-state/rxjs/tapSuccess.d.ts +3 -3
- package/http-request-state/types.d.ts +36 -36
- package/index.d.ts +5 -5
- package/ngrx/actionable-selector.d.ts +15 -15
- package/ngrx/index.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +15 -15
- package/rxjs/defaultShareReplay.d.ts +2 -2
- package/rxjs/index.d.ts +4 -4
- package/rxjs/mapError.d.ts +2 -2
- package/rxjs/rxjs-operators.d.ts +12 -12
- package/rxjs/subjectifier.d.ts +9 -9
- package/table-builder/classes/DefaultSettings.d.ts +9 -9
- package/table-builder/classes/GenericTableDataSource.d.ts +8 -8
- package/table-builder/classes/MatTableObservableDataSource.d.ts +9 -17
- package/table-builder/classes/TableBuilderConfig.d.ts +20 -20
- package/table-builder/classes/TableState.d.ts +46 -46
- package/table-builder/classes/data-filter.d.ts +9 -9
- package/table-builder/classes/display-col.d.ts +5 -5
- package/table-builder/classes/filter-info.d.ts +40 -40
- package/table-builder/classes/table-builder-general-settings.d.ts +43 -43
- package/table-builder/classes/table-builder.d.ts +14 -14
- package/table-builder/classes/table-store.d.ts +114 -114
- package/table-builder/components/array-column.component.d.ts +14 -14
- package/table-builder/components/column-builder/column-builder.component.d.ts +50 -50
- package/table-builder/components/date-filter/date-filter.component.d.ts +10 -10
- package/table-builder/components/date-time-filter/date-time-filter.component.d.ts +10 -10
- package/table-builder/components/filter/filter.component.d.ts +371 -371
- package/table-builder/components/filter/in-list/in-list-filter.component.d.ts +27 -27
- package/table-builder/components/gen-col-displayer/gen-col-displayer.component.d.ts +16 -16
- package/table-builder/components/generic-table/generic-table.component.d.ts +73 -73
- package/table-builder/components/generic-table/paginator.component.d.ts +28 -28
- package/table-builder/components/group-by-list/group-by-list.component.d.ts +10 -10
- package/table-builder/components/header-menu/header-menu.component.d.ts +25 -25
- package/table-builder/components/in-filter/in-filter.component.d.ts +21 -21
- package/table-builder/components/index.d.ts +9 -9
- package/table-builder/components/initialization-component/initialization-component.d.ts +12 -12
- package/table-builder/components/link-column.component.d.ts +17 -17
- package/table-builder/components/number-filter/number-filter.component.d.ts +12 -12
- package/table-builder/components/sort-menu/sort-menu.component-store.d.ts +24 -24
- package/table-builder/components/sort-menu/sort-menu.component.d.ts +25 -25
- package/table-builder/components/table-container/table-container.d.ts +68 -68
- package/table-builder/components/table-container-filter/filter-list/filter-list.component.d.ts +17 -17
- package/table-builder/components/table-container-filter/gen-filter-displayer/gen-filter-displayer.component.d.ts +14 -14
- package/table-builder/components/table-container-filter/table-wrapper-filter-store.d.ts +14 -14
- package/table-builder/directives/custom-cell-directive.d.ts +19 -19
- package/table-builder/directives/index.d.ts +5 -5
- package/table-builder/directives/multi-sort.directive.d.ts +11 -11
- package/table-builder/directives/resize-column.directive.d.ts +43 -43
- package/table-builder/directives/table-wrapper.directive.d.ts +11 -11
- package/table-builder/directives/tb-filter.directive.d.ts +120 -120
- package/table-builder/enums/filterTypes.d.ts +37 -37
- package/table-builder/functions/boolean-filter-function.d.ts +3 -3
- package/table-builder/functions/date-filter-function.d.ts +4 -4
- package/table-builder/functions/download-data.d.ts +1 -1
- package/table-builder/functions/null-filter-function.d.ts +2 -2
- package/table-builder/functions/number-filter-function.d.ts +4 -4
- package/table-builder/functions/sort-data-function.d.ts +3 -3
- package/table-builder/functions/string-filter-function.d.ts +7 -7
- package/table-builder/interfaces/ColumnInfo.d.ts +6 -6
- package/table-builder/interfaces/dictionary.d.ts +3 -3
- package/table-builder/interfaces/report-def.d.ts +142 -142
- package/table-builder/material.module.d.ts +32 -32
- package/table-builder/ngrx/actions.d.ts +23 -23
- package/table-builder/ngrx/effects.d.ts +19 -19
- package/table-builder/ngrx/reducer.d.ts +15 -15
- package/table-builder/ngrx/selectors.d.ts +22 -22
- package/table-builder/pipes/column-total.pipe.d.ts +8 -8
- package/table-builder/pipes/format-filter-type.pipe.d.ts +8 -8
- package/table-builder/pipes/format-filter-value.pipe.d.ts +14 -14
- package/table-builder/pipes/key-display.d.ts +11 -11
- package/table-builder/services/export-to-csv.service.d.ts +22 -22
- package/table-builder/services/link-creator.service.d.ts +12 -12
- package/table-builder/services/table-template-service.d.ts +14 -14
- package/table-builder/services/transform-creator.d.ts +19 -19
- package/table-builder/table-builder.module.d.ts +46 -48
- package/utilities/directives/auto-focus.directive.d.ts +10 -10
- package/utilities/directives/clickEmitterDirective.d.ts +7 -7
- package/utilities/directives/clickSubject.d.ts +9 -9
- package/utilities/directives/conditional-classes.directive.d.ts +14 -14
- package/utilities/directives/dialog-service.d.ts +10 -10
- package/utilities/directives/dialog.d.ts +46 -46
- package/utilities/directives/mat-toggle-group-directive.d.ts +21 -21
- package/utilities/directives/prevent-enter.directive.d.ts +6 -6
- package/utilities/directives/stop-propagation.directive.d.ts +7 -7
- package/utilities/directives/styler.d.ts +9 -9
- package/utilities/directives/trim-whitespace.directive.d.ts +9 -9
- package/utilities/index.d.ts +15 -15
- package/utilities/module.d.ts +19 -19
- package/utilities/pipes/function.pipe.d.ts +7 -7
- package/utilities/pipes/phone.pipe.d.ts +7 -7
- package/utilities/pipes/space-case.pipes.d.ts +17 -17
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
import { ContentChildren, Directive, Input, Output } from "@angular/core";
|
|
2
|
-
import { MatSlideToggle } from "@angular/material/slide-toggle";
|
|
3
|
-
import { merge, ReplaySubject, scan, startWith, switchMap } from "rxjs";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class MatSlideToggleGroupDirective {
|
|
6
|
-
constructor() {
|
|
7
|
-
this.allowMultiple = false;
|
|
8
|
-
this._ready = new ReplaySubject(1);
|
|
9
|
-
}
|
|
10
|
-
set toggles(val) {
|
|
11
|
-
this._toggles = val;
|
|
12
|
-
this._ready.next(true);
|
|
13
|
-
}
|
|
14
|
-
get valueEmitter() {
|
|
15
|
-
return this._ready.pipe(switchMap(_ => this.getObs()));
|
|
16
|
-
}
|
|
17
|
-
getInitValue() {
|
|
18
|
-
const startValue = this._toggles.reduce((prev, cur) => {
|
|
19
|
-
if (!cur.name) {
|
|
20
|
-
throw new Error('toggle must have the name attribute set');
|
|
21
|
-
}
|
|
22
|
-
prev[cur.name] = cur.checked;
|
|
23
|
-
return prev;
|
|
24
|
-
}, {});
|
|
25
|
-
return startValue;
|
|
26
|
-
}
|
|
27
|
-
getObs() {
|
|
28
|
-
var toggleChanges = merge(...this._toggles.map(toggle => toggle.change));
|
|
29
|
-
const startValue = this.getInitValue();
|
|
30
|
-
return toggleChanges.pipe(scan((prev, cur) => {
|
|
31
|
-
const toggleName = cur.source.name;
|
|
32
|
-
const newVal = { ...prev, [toggleName]: cur.checked };
|
|
33
|
-
if (cur.checked && !this.allowMultiple) {
|
|
34
|
-
Object.keys(prev)
|
|
35
|
-
.filter(key => key !== toggleName && prev[key])
|
|
36
|
-
.forEach(key => {
|
|
37
|
-
newVal[key] = false;
|
|
38
|
-
this._toggles.find(toggle => toggle.name === key).toggle();
|
|
39
|
-
});
|
|
40
|
-
}
|
|
41
|
-
return newVal;
|
|
42
|
-
}, startValue), startWith(startValue));
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
MatSlideToggleGroupDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: MatSlideToggleGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
46
|
-
MatSlideToggleGroupDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.2", type: MatSlideToggleGroupDirective, selector: "[opMatSlideToggleGroup]", inputs: { allowMultiple: "allowMultiple" }, outputs: { valueEmitter: "valueEmitter" }, queries: [{ propertyName: "toggles", predicate: MatSlideToggle }], ngImport: i0 });
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: MatSlideToggleGroupDirective, decorators: [{
|
|
48
|
-
type: Directive,
|
|
49
|
-
args: [{ selector: '[opMatSlideToggleGroup]',
|
|
50
|
-
}]
|
|
51
|
-
}], propDecorators: { allowMultiple: [{
|
|
52
|
-
type: Input
|
|
53
|
-
}], toggles: [{
|
|
54
|
-
type: ContentChildren,
|
|
55
|
-
args: [MatSlideToggle]
|
|
56
|
-
}], valueEmitter: [{
|
|
57
|
-
type: Output
|
|
58
|
-
}] } });
|
|
59
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { ContentChildren, Directive, Input, Output } from "@angular/core";
|
|
2
|
+
import { MatSlideToggle } from "@angular/material/slide-toggle";
|
|
3
|
+
import { merge, ReplaySubject, scan, startWith, switchMap } from "rxjs";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class MatSlideToggleGroupDirective {
|
|
6
|
+
constructor() {
|
|
7
|
+
this.allowMultiple = false;
|
|
8
|
+
this._ready = new ReplaySubject(1);
|
|
9
|
+
}
|
|
10
|
+
set toggles(val) {
|
|
11
|
+
this._toggles = val;
|
|
12
|
+
this._ready.next(true);
|
|
13
|
+
}
|
|
14
|
+
get valueEmitter() {
|
|
15
|
+
return this._ready.pipe(switchMap(_ => this.getObs()));
|
|
16
|
+
}
|
|
17
|
+
getInitValue() {
|
|
18
|
+
const startValue = this._toggles.reduce((prev, cur) => {
|
|
19
|
+
if (!cur.name) {
|
|
20
|
+
throw new Error('toggle must have the name attribute set');
|
|
21
|
+
}
|
|
22
|
+
prev[cur.name] = cur.checked;
|
|
23
|
+
return prev;
|
|
24
|
+
}, {});
|
|
25
|
+
return startValue;
|
|
26
|
+
}
|
|
27
|
+
getObs() {
|
|
28
|
+
var toggleChanges = merge(...this._toggles.map(toggle => toggle.change));
|
|
29
|
+
const startValue = this.getInitValue();
|
|
30
|
+
return toggleChanges.pipe(scan((prev, cur) => {
|
|
31
|
+
const toggleName = cur.source.name;
|
|
32
|
+
const newVal = { ...prev, [toggleName]: cur.checked };
|
|
33
|
+
if (cur.checked && !this.allowMultiple) {
|
|
34
|
+
Object.keys(prev)
|
|
35
|
+
.filter(key => key !== toggleName && prev[key])
|
|
36
|
+
.forEach(key => {
|
|
37
|
+
newVal[key] = false;
|
|
38
|
+
this._toggles.find(toggle => toggle.name === key).toggle();
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
return newVal;
|
|
42
|
+
}, startValue), startWith(startValue));
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
MatSlideToggleGroupDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: MatSlideToggleGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
46
|
+
MatSlideToggleGroupDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.2", type: MatSlideToggleGroupDirective, selector: "[opMatSlideToggleGroup]", inputs: { allowMultiple: "allowMultiple" }, outputs: { valueEmitter: "valueEmitter" }, queries: [{ propertyName: "toggles", predicate: MatSlideToggle }], ngImport: i0 });
|
|
47
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: MatSlideToggleGroupDirective, decorators: [{
|
|
48
|
+
type: Directive,
|
|
49
|
+
args: [{ selector: '[opMatSlideToggleGroup]',
|
|
50
|
+
}]
|
|
51
|
+
}], propDecorators: { allowMultiple: [{
|
|
52
|
+
type: Input
|
|
53
|
+
}], toggles: [{
|
|
54
|
+
type: ContentChildren,
|
|
55
|
+
args: [MatSlideToggle]
|
|
56
|
+
}], valueEmitter: [{
|
|
57
|
+
type: Output
|
|
58
|
+
}] } });
|
|
59
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF0LXRvZ2dsZS1ncm91cC1kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXV0aWxpdGllcy9zcmMvdXRpbGl0aWVzL2RpcmVjdGl2ZXMvbWF0LXRvZ2dsZS1ncm91cC1kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGVBQWUsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBYSxNQUFNLGVBQWUsQ0FBQztBQUNyRixPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFDaEUsT0FBTyxFQUFFLEtBQUssRUFBYyxhQUFhLEVBQUUsSUFBSSxFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsTUFBTSxNQUFNLENBQUM7O0FBTWxGLE1BQU0sT0FBTyw0QkFBNEI7SUFIM0M7UUFJVyxrQkFBYSxHQUFHLEtBQUssQ0FBQztRQVF2QixXQUFNLEdBQUcsSUFBSSxhQUFhLENBQVUsQ0FBQyxDQUFDLENBQUM7S0EwQ2hEO0lBL0NDLElBQXFDLE9BQU8sQ0FBQyxHQUE4QjtRQUN6RSxJQUFJLENBQUMsUUFBUSxHQUFHLEdBQUcsQ0FBQztRQUNwQixJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN6QixDQUFDO0lBSUQsSUFBYyxZQUFZO1FBQ3hCLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUUsU0FBUyxDQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLE1BQU0sRUFBRSxDQUFDLENBQUMsQ0FBQztJQUMzRCxDQUFDO0lBR0QsWUFBWTtRQUNWLE1BQU0sVUFBVSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFFLENBQUMsSUFBSSxFQUFDLEdBQUcsRUFBRSxFQUFFO1lBQ3BELElBQUcsQ0FBQyxHQUFHLENBQUMsSUFBSSxFQUFFO2dCQUNaLE1BQU0sSUFBSSxLQUFLLENBQUMseUNBQXlDLENBQUMsQ0FBQzthQUM1RDtZQUNELElBQUksQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLEdBQUcsR0FBRyxDQUFDLE9BQU8sQ0FBQTtZQUM1QixPQUFPLElBQUksQ0FBQztRQUNkLENBQUMsRUFBRSxFQUEyQixDQUFDLENBQUM7UUFDaEMsT0FBTyxVQUFVLENBQUM7SUFDcEIsQ0FBQztJQUVELE1BQU07UUFDSixJQUFJLGFBQWEsR0FBRyxLQUFLLENBQUMsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBRSxNQUFNLENBQUMsRUFBRSxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUUsQ0FBQyxDQUFDO1FBRTNFLE1BQU0sVUFBVSxHQUFHLElBQUksQ0FBQyxZQUFZLEVBQUUsQ0FBQztRQUV2QyxPQUFPLGFBQWEsQ0FBQyxJQUFJLENBQ3ZCLElBQUksQ0FBRSxDQUFDLElBQUksRUFBQyxHQUFHLEVBQUUsRUFBRTtZQUNqQixNQUFNLFVBQVUsR0FBRyxHQUFHLENBQUMsTUFBTSxDQUFDLElBQUssQ0FBQztZQUNwQyxNQUFNLE1BQU0sR0FBRyxFQUFDLEdBQUcsSUFBSSxFQUFDLENBQUMsVUFBVSxDQUFDLEVBQUMsR0FBRyxDQUFDLE9BQU8sRUFBQyxDQUFDO1lBQ2xELElBQUcsR0FBRyxDQUFDLE9BQU8sSUFBSSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUU7Z0JBQ3JDLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDO3FCQUNkLE1BQU0sQ0FBRSxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsS0FBSyxVQUFVLElBQUksSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO3FCQUMvQyxPQUFPLENBQUUsR0FBRyxDQUFDLEVBQUU7b0JBQ2QsTUFBTSxDQUFDLEdBQUcsQ0FBQyxHQUFHLEtBQUssQ0FBQztvQkFDcEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUUsTUFBTSxDQUFDLEVBQUUsQ0FBQyxNQUFNLENBQUMsSUFBSSxLQUFLLEdBQUcsQ0FBRSxDQUFDLE1BQU0sRUFBRSxDQUFDO2dCQUMvRCxDQUFDLENBQUMsQ0FBQzthQUNOO1lBQ0QsT0FBTyxNQUFNLENBQUM7UUFDaEIsQ0FBQyxFQUFDLFVBQVUsQ0FBQyxFQUNiLFNBQVMsQ0FBQyxVQUFVLENBQUMsQ0FDdEIsQ0FBQztJQUVKLENBQUM7O3lIQWpEWSw0QkFBNEI7NkdBQTVCLDRCQUE0Qiw4S0FJeEIsY0FBYzsyRkFKbEIsNEJBQTRCO2tCQUgxQyxTQUFTO21CQUNSLEVBQUUsUUFBUSxFQUFFLHlCQUF5QjtpQkFDdEM7OEJBRVUsYUFBYTtzQkFBckIsS0FBSztnQkFHK0IsT0FBTztzQkFBM0MsZUFBZTt1QkFBQyxjQUFjO2dCQU9qQixZQUFZO3NCQUF6QixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29udGVudENoaWxkcmVuLCBEaXJlY3RpdmUsIElucHV0LCBPdXRwdXQsIFF1ZXJ5TGlzdCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IE1hdFNsaWRlVG9nZ2xlIH0gZnJvbSBcIkBhbmd1bGFyL21hdGVyaWFsL3NsaWRlLXRvZ2dsZVwiO1xyXG5pbXBvcnQgeyBtZXJnZSwgT2JzZXJ2YWJsZSwgUmVwbGF5U3ViamVjdCwgc2Nhbiwgc3RhcnRXaXRoLCBzd2l0Y2hNYXAgfSBmcm9tIFwicnhqc1wiO1xyXG5cclxuXHJcbkBEaXJlY3RpdmUoXHJcbiAgeyBzZWxlY3RvcjogJ1tvcE1hdFNsaWRlVG9nZ2xlR3JvdXBdJyAsXHJcbn1cclxuKSBleHBvcnQgY2xhc3MgTWF0U2xpZGVUb2dnbGVHcm91cERpcmVjdGl2ZSAge1xyXG4gIEBJbnB1dCgpIGFsbG93TXVsdGlwbGUgPSBmYWxzZTtcclxuXHJcbiAgX3RvZ2dsZXMhOiBRdWVyeUxpc3Q8TWF0U2xpZGVUb2dnbGU+O1xyXG4gIEBDb250ZW50Q2hpbGRyZW4oTWF0U2xpZGVUb2dnbGUpIHNldCB0b2dnbGVzKHZhbDogUXVlcnlMaXN0PE1hdFNsaWRlVG9nZ2xlPikge1xyXG4gICAgdGhpcy5fdG9nZ2xlcyA9IHZhbDtcclxuICAgIHRoaXMuX3JlYWR5Lm5leHQodHJ1ZSk7XHJcbiAgfVxyXG5cclxuICBwcml2YXRlIF9yZWFkeSA9IG5ldyBSZXBsYXlTdWJqZWN0PGJvb2xlYW4+KDEpO1xyXG5cclxuICBAT3V0cHV0KCkgZ2V0IHZhbHVlRW1pdHRlcigpIDogT2JzZXJ2YWJsZTx7W2tleTpzdHJpbmddOiBib29sZWFufT4ge1xyXG4gICAgcmV0dXJuIHRoaXMuX3JlYWR5LnBpcGUoIHN3aXRjaE1hcCggXyA9PiB0aGlzLmdldE9icygpKSk7XHJcbiAgfVxyXG5cclxuXHJcbiAgZ2V0SW5pdFZhbHVlKCkge1xyXG4gICAgY29uc3Qgc3RhcnRWYWx1ZSA9IHRoaXMuX3RvZ2dsZXMucmVkdWNlKCAocHJldixjdXIpID0+IHtcclxuICAgICAgaWYoIWN1ci5uYW1lKSB7XHJcbiAgICAgICAgdGhyb3cgbmV3IEVycm9yKCd0b2dnbGUgbXVzdCBoYXZlIHRoZSBuYW1lIGF0dHJpYnV0ZSBzZXQnKTtcclxuICAgICAgfVxyXG4gICAgICBwcmV2W2N1ci5uYW1lXSA9IGN1ci5jaGVja2VkXHJcbiAgICAgIHJldHVybiBwcmV2O1xyXG4gICAgfSwge30gYXMge1trOnN0cmluZ106IGJvb2xlYW59KTtcclxuICAgIHJldHVybiBzdGFydFZhbHVlO1xyXG4gIH1cclxuXHJcbiAgZ2V0T2JzKCkge1xyXG4gICAgdmFyIHRvZ2dsZUNoYW5nZXMgPSBtZXJnZSguLi50aGlzLl90b2dnbGVzLm1hcCggdG9nZ2xlID0+IHRvZ2dsZS5jaGFuZ2UgKSk7XHJcblxyXG4gICAgY29uc3Qgc3RhcnRWYWx1ZSA9IHRoaXMuZ2V0SW5pdFZhbHVlKCk7XHJcblxyXG4gICAgcmV0dXJuIHRvZ2dsZUNoYW5nZXMucGlwZShcclxuICAgICAgc2NhbiggKHByZXYsY3VyKSA9PiB7XHJcbiAgICAgICAgY29uc3QgdG9nZ2xlTmFtZSA9IGN1ci5zb3VyY2UubmFtZSE7XHJcbiAgICAgICAgY29uc3QgbmV3VmFsID0gey4uLnByZXYsW3RvZ2dsZU5hbWVdOmN1ci5jaGVja2VkfTtcclxuICAgICAgICBpZihjdXIuY2hlY2tlZCAmJiAhdGhpcy5hbGxvd011bHRpcGxlKSB7XHJcbiAgICAgICAgICBPYmplY3Qua2V5cyhwcmV2KVxyXG4gICAgICAgICAgICAuZmlsdGVyKCBrZXkgPT4ga2V5ICE9PSB0b2dnbGVOYW1lICYmIHByZXZba2V5XSlcclxuICAgICAgICAgICAgLmZvckVhY2goIGtleSA9PiB7XHJcbiAgICAgICAgICAgICAgbmV3VmFsW2tleV0gPSBmYWxzZTtcclxuICAgICAgICAgICAgICB0aGlzLl90b2dnbGVzLmZpbmQoIHRvZ2dsZSA9PiB0b2dnbGUubmFtZSA9PT0ga2V5KSEudG9nZ2xlKCk7XHJcbiAgICAgICAgICAgIH0pO1xyXG4gICAgICAgIH1cclxuICAgICAgICByZXR1cm4gbmV3VmFsO1xyXG4gICAgICB9LHN0YXJ0VmFsdWUpLFxyXG4gICAgICBzdGFydFdpdGgoc3RhcnRWYWx1ZSksXHJcbiAgICApO1xyXG5cclxuICB9XHJcblxyXG59XHJcbiJdfQ==
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { Directive, HostListener } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class PreventEnterDirective {
|
|
4
|
-
onKeyDown() {
|
|
5
|
-
return false;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
PreventEnterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: PreventEnterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
9
|
-
PreventEnterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.2", type: PreventEnterDirective, selector: "preventEnter", host: { listeners: { "keydown.enter": "onKeyDown($event)" } }, ngImport: i0 });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: PreventEnterDirective, decorators: [{
|
|
11
|
-
type: Directive,
|
|
12
|
-
args: [{
|
|
13
|
-
selector: 'preventEnter'
|
|
14
|
-
}]
|
|
15
|
-
}], propDecorators: { onKeyDown: [{
|
|
16
|
-
type: HostListener,
|
|
17
|
-
args: ['keydown.enter', ['$event']]
|
|
18
|
-
}] } });
|
|
1
|
+
import { Directive, HostListener } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class PreventEnterDirective {
|
|
4
|
+
onKeyDown() {
|
|
5
|
+
return false;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
PreventEnterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: PreventEnterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
9
|
+
PreventEnterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.2", type: PreventEnterDirective, selector: "preventEnter", host: { listeners: { "keydown.enter": "onKeyDown($event)" } }, ngImport: i0 });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: PreventEnterDirective, decorators: [{
|
|
11
|
+
type: Directive,
|
|
12
|
+
args: [{
|
|
13
|
+
selector: 'preventEnter'
|
|
14
|
+
}]
|
|
15
|
+
}], propDecorators: { onKeyDown: [{
|
|
16
|
+
type: HostListener,
|
|
17
|
+
args: ['keydown.enter', ['$event']]
|
|
18
|
+
}] } });
|
|
19
19
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJldmVudC1lbnRlci5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXV0aWxpdGllcy9zcmMvdXRpbGl0aWVzL2RpcmVjdGl2ZXMvcHJldmVudC1lbnRlci5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBS3hELE1BQU0sT0FBTyxxQkFBcUI7SUFHaEMsU0FBUztRQUNMLE9BQU8sS0FBSyxDQUFBO0lBQ2hCLENBQUM7O2tIQUxVLHFCQUFxQjtzR0FBckIscUJBQXFCOzJGQUFyQixxQkFBcUI7a0JBSGpDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGNBQWM7aUJBQ3pCOzhCQUlDLFNBQVM7c0JBRFIsWUFBWTt1QkFBQyxlQUFlLEVBQUUsQ0FBQyxRQUFRLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIEhvc3RMaXN0ZW5lciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdwcmV2ZW50RW50ZXInXG59KVxuZXhwb3J0IGNsYXNzIFByZXZlbnRFbnRlckRpcmVjdGl2ZSB7XG5cbiAgQEhvc3RMaXN0ZW5lcigna2V5ZG93bi5lbnRlcicsIFsnJGV2ZW50J10pXG4gIG9uS2V5RG93bigpIHtcbiAgICAgIHJldHVybiBmYWxzZVxuICB9XG59XG4iXX0=
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { Directive, HostListener } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class StopPropagationDirective {
|
|
4
|
-
onClick(event) {
|
|
5
|
-
event.stopPropagation();
|
|
6
|
-
}
|
|
7
|
-
onMousedown(event) {
|
|
8
|
-
event.stopPropagation();
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
StopPropagationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: StopPropagationDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
12
|
-
StopPropagationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.2", type: StopPropagationDirective, selector: "[stop-propagation]", host: { listeners: { "click": "onClick($event)", "mousedown": "onMousedown($event)" } }, ngImport: i0 });
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: StopPropagationDirective, decorators: [{
|
|
14
|
-
type: Directive,
|
|
15
|
-
args: [{
|
|
16
|
-
selector: "[stop-propagation]"
|
|
17
|
-
}]
|
|
18
|
-
}], propDecorators: { onClick: [{
|
|
19
|
-
type: HostListener,
|
|
20
|
-
args: ["click", ["$event"]]
|
|
21
|
-
}], onMousedown: [{
|
|
22
|
-
type: HostListener,
|
|
23
|
-
args: ["mousedown", ["$event"]]
|
|
24
|
-
}] } });
|
|
1
|
+
import { Directive, HostListener } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class StopPropagationDirective {
|
|
4
|
+
onClick(event) {
|
|
5
|
+
event.stopPropagation();
|
|
6
|
+
}
|
|
7
|
+
onMousedown(event) {
|
|
8
|
+
event.stopPropagation();
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
StopPropagationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: StopPropagationDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
12
|
+
StopPropagationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.2", type: StopPropagationDirective, selector: "[stop-propagation]", host: { listeners: { "click": "onClick($event)", "mousedown": "onMousedown($event)" } }, ngImport: i0 });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: StopPropagationDirective, decorators: [{
|
|
14
|
+
type: Directive,
|
|
15
|
+
args: [{
|
|
16
|
+
selector: "[stop-propagation]"
|
|
17
|
+
}]
|
|
18
|
+
}], propDecorators: { onClick: [{
|
|
19
|
+
type: HostListener,
|
|
20
|
+
args: ["click", ["$event"]]
|
|
21
|
+
}], onMousedown: [{
|
|
22
|
+
type: HostListener,
|
|
23
|
+
args: ["mousedown", ["$event"]]
|
|
24
|
+
}] } });
|
|
25
25
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RvcC1wcm9wYWdhdGlvbi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXV0aWxpdGllcy9zcmMvdXRpbGl0aWVzL2RpcmVjdGl2ZXMvc3RvcC1wcm9wYWdhdGlvbi5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBRSxZQUFZLEVBQUMsTUFBTSxlQUFlLENBQUM7O0FBS3RELE1BQU0sT0FBTyx3QkFBd0I7SUFHMUIsT0FBTyxDQUFDLEtBQVU7UUFFckIsS0FBSyxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQzVCLENBQUM7SUFHTSxXQUFXLENBQUMsS0FBVTtRQUV6QixLQUFLLENBQUMsZUFBZSxFQUFFLENBQUM7SUFDNUIsQ0FBQzs7cUhBWlEsd0JBQXdCO3lHQUF4Qix3QkFBd0I7MkZBQXhCLHdCQUF3QjtrQkFIcEMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsb0JBQW9CO2lCQUNqQzs4QkFJVSxPQUFPO3NCQURiLFlBQVk7dUJBQUMsT0FBTyxFQUFFLENBQUMsUUFBUSxDQUFDO2dCQU8xQixXQUFXO3NCQURqQixZQUFZO3VCQUFDLFdBQVcsRUFBRSxDQUFDLFFBQVEsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7RGlyZWN0aXZlLCBIb3N0TGlzdGVuZXJ9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiBcIltzdG9wLXByb3BhZ2F0aW9uXVwiXG59KVxuZXhwb3J0IGNsYXNzIFN0b3BQcm9wYWdhdGlvbkRpcmVjdGl2ZVxue1xuICAgIEBIb3N0TGlzdGVuZXIoXCJjbGlja1wiLCBbXCIkZXZlbnRcIl0pXG4gICAgcHVibGljIG9uQ2xpY2soZXZlbnQ6IGFueSk6IHZvaWRcbiAgICB7XG4gICAgICAgIGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpO1xuICAgIH1cblxuICAgIEBIb3N0TGlzdGVuZXIoXCJtb3VzZWRvd25cIiwgW1wiJGV2ZW50XCJdKVxuICAgIHB1YmxpYyBvbk1vdXNlZG93bihldmVudDogYW55KTogdm9pZFxuICAgIHtcbiAgICAgICAgZXZlbnQuc3RvcFByb3BhZ2F0aW9uKCk7XG4gICAgfVxufVxuIl19
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { Directive, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class StylerDirective {
|
|
4
|
-
constructor(el) {
|
|
5
|
-
this.el = el;
|
|
6
|
-
}
|
|
7
|
-
set styler(styles) {
|
|
8
|
-
if (styles) {
|
|
9
|
-
Object.keys(styles).forEach(style => {
|
|
10
|
-
this.el.nativeElement.style[style] = styles[style];
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
;
|
|
15
|
-
}
|
|
16
|
-
StylerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: StylerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17
|
-
StylerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.2", type: StylerDirective, selector: "[styler]", inputs: { styler: "styler" }, ngImport: i0 });
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: StylerDirective, decorators: [{
|
|
19
|
-
type: Directive,
|
|
20
|
-
args: [{
|
|
21
|
-
selector: '[styler]',
|
|
22
|
-
}]
|
|
23
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { styler: [{
|
|
24
|
-
type: Input
|
|
25
|
-
}] } });
|
|
1
|
+
import { Directive, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class StylerDirective {
|
|
4
|
+
constructor(el) {
|
|
5
|
+
this.el = el;
|
|
6
|
+
}
|
|
7
|
+
set styler(styles) {
|
|
8
|
+
if (styles) {
|
|
9
|
+
Object.keys(styles).forEach(style => {
|
|
10
|
+
this.el.nativeElement.style[style] = styles[style];
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
;
|
|
15
|
+
}
|
|
16
|
+
StylerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: StylerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17
|
+
StylerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.2", type: StylerDirective, selector: "[styler]", inputs: { styler: "styler" }, ngImport: i0 });
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: StylerDirective, decorators: [{
|
|
19
|
+
type: Directive,
|
|
20
|
+
args: [{
|
|
21
|
+
selector: '[styler]',
|
|
22
|
+
}]
|
|
23
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { styler: [{
|
|
24
|
+
type: Input
|
|
25
|
+
}] } });
|
|
26
26
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3R5bGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci11dGlsaXRpZXMvc3JjL3V0aWxpdGllcy9kaXJlY3RpdmVzL3N0eWxlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFHLEtBQUssRUFBYyxNQUFNLGVBQWUsQ0FBQzs7QUFLM0QsTUFBTSxPQUFPLGVBQWU7SUFRN0IsWUFBb0IsRUFBYztRQUFkLE9BQUUsR0FBRixFQUFFLENBQVk7SUFDbkMsQ0FBQztJQVJBLElBQWEsTUFBTSxDQUFDLE1BQU07UUFDeEIsSUFBRyxNQUFNLEVBQUM7WUFDUixNQUFNLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDLE9BQU8sQ0FBRSxLQUFLLENBQUMsRUFBRTtnQkFDbkMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxHQUFHLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQztZQUNyRCxDQUFDLENBQUMsQ0FBQztTQUNKO0lBQ0gsQ0FBQztJQUFBLENBQUM7OzRHQVBZLGVBQWU7Z0dBQWYsZUFBZTsyRkFBZixlQUFlO2tCQUY5QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxVQUFVO2lCQUN2QjtpR0FDYyxNQUFNO3NCQUFsQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCAgSW5wdXQsIEVsZW1lbnRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcblxyXG5ARGlyZWN0aXZlKHtcclxuICAgIHNlbGVjdG9yOiAnW3N0eWxlcl0nLFxyXG59KSBleHBvcnQgY2xhc3MgU3R5bGVyRGlyZWN0aXZlIHtcclxuICBASW5wdXQoKSBzZXQgc3R5bGVyKHN0eWxlcyl7XHJcbiAgICBpZihzdHlsZXMpe1xyXG4gICAgICBPYmplY3Qua2V5cyhzdHlsZXMpLmZvckVhY2goIHN0eWxlID0+IHtcclxuICAgICAgICB0aGlzLmVsLm5hdGl2ZUVsZW1lbnQuc3R5bGVbc3R5bGVdID0gc3R5bGVzW3N0eWxlXTtcclxuICAgICAgfSk7XHJcbiAgICB9XHJcbiAgfTtcclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGVsOiBFbGVtZW50UmVmKSB7XHJcbiB9XHJcbn1cclxuIl19
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { Directive, HostListener } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class TrimWhitespaceDirective {
|
|
4
|
-
constructor(elem) {
|
|
5
|
-
this.elem = elem;
|
|
6
|
-
}
|
|
7
|
-
onBlur() {
|
|
8
|
-
const inputString = this.elem.nativeElement.value;
|
|
9
|
-
if (inputString) {
|
|
10
|
-
const newValue = inputString.trim().replace(/\t/g, '');
|
|
11
|
-
if (inputString !== newValue) {
|
|
12
|
-
this.elem.nativeElement.value = newValue;
|
|
13
|
-
this.elem.nativeElement.dispatchEvent(new Event('input', { bubbles: true }));
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
TrimWhitespaceDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: TrimWhitespaceDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19
|
-
TrimWhitespaceDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.2", type: TrimWhitespaceDirective, selector: "input[trimWhitespace]", host: { listeners: { "blur": "onBlur()" } }, ngImport: i0 });
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: TrimWhitespaceDirective, decorators: [{
|
|
21
|
-
type: Directive,
|
|
22
|
-
args: [{
|
|
23
|
-
selector: 'input[trimWhitespace]',
|
|
24
|
-
}]
|
|
25
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { onBlur: [{
|
|
26
|
-
type: HostListener,
|
|
27
|
-
args: ['blur']
|
|
28
|
-
}] } });
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Directive, HostListener } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class TrimWhitespaceDirective {
|
|
4
|
+
constructor(elem) {
|
|
5
|
+
this.elem = elem;
|
|
6
|
+
}
|
|
7
|
+
onBlur() {
|
|
8
|
+
const inputString = this.elem.nativeElement.value;
|
|
9
|
+
if (inputString) {
|
|
10
|
+
const newValue = inputString.trim().replace(/\t/g, '');
|
|
11
|
+
if (inputString !== newValue) {
|
|
12
|
+
this.elem.nativeElement.value = newValue;
|
|
13
|
+
this.elem.nativeElement.dispatchEvent(new Event('input', { bubbles: true }));
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
TrimWhitespaceDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: TrimWhitespaceDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19
|
+
TrimWhitespaceDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.2", type: TrimWhitespaceDirective, selector: "input[trimWhitespace]", host: { listeners: { "blur": "onBlur()" } }, ngImport: i0 });
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: TrimWhitespaceDirective, decorators: [{
|
|
21
|
+
type: Directive,
|
|
22
|
+
args: [{
|
|
23
|
+
selector: 'input[trimWhitespace]',
|
|
24
|
+
}]
|
|
25
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { onBlur: [{
|
|
26
|
+
type: HostListener,
|
|
27
|
+
args: ['blur']
|
|
28
|
+
}] } });
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJpbS13aGl0ZXNwYWNlLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItdXRpbGl0aWVzL3NyYy91dGlsaXRpZXMvZGlyZWN0aXZlcy90cmltLXdoaXRlc3BhY2UuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWMsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUtwRSxNQUFNLE9BQU8sdUJBQXVCO0lBRWxDLFlBQW9CLElBQWdCO1FBQWhCLFNBQUksR0FBSixJQUFJLENBQVk7SUFBSSxDQUFDO0lBRW5CLE1BQU07UUFDMUIsTUFBTSxXQUFXLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDO1FBQ2xELElBQUcsV0FBVyxFQUFFO1lBQ2QsTUFBTSxRQUFRLEdBQUcsV0FBVyxDQUFDLElBQUksRUFBRSxDQUFDLE9BQU8sQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUM7WUFDdkQsSUFBRyxXQUFXLEtBQUssUUFBUSxFQUFFO2dCQUMzQixJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxLQUFLLEdBQUcsUUFBUSxDQUFDO2dCQUN6QyxJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxhQUFhLENBQUMsSUFBSSxLQUFLLENBQUMsT0FBTyxFQUFFLEVBQUMsT0FBTyxFQUFDLElBQUksRUFBQyxDQUFDLENBQUMsQ0FBQzthQUMzRTtTQUNGO0lBQ0gsQ0FBQzs7b0hBYlUsdUJBQXVCO3dHQUF2Qix1QkFBdUI7MkZBQXZCLHVCQUF1QjtrQkFIbkMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsdUJBQXVCO2lCQUNsQztpR0FLdUIsTUFBTTtzQkFBM0IsWUFBWTt1QkFBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBFbGVtZW50UmVmLCBIb3N0TGlzdGVuZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBEaXJlY3RpdmUoe1xyXG4gIHNlbGVjdG9yOiAnaW5wdXRbdHJpbVdoaXRlc3BhY2VdJyxcclxufSlcclxuZXhwb3J0IGNsYXNzIFRyaW1XaGl0ZXNwYWNlRGlyZWN0aXZlIHtcclxuXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBlbGVtOiBFbGVtZW50UmVmKSB7IH1cclxuXHJcbiAgQEhvc3RMaXN0ZW5lcignYmx1cicpIG9uQmx1cigpIHtcclxuICAgIGNvbnN0IGlucHV0U3RyaW5nID0gdGhpcy5lbGVtLm5hdGl2ZUVsZW1lbnQudmFsdWU7XHJcbiAgICBpZihpbnB1dFN0cmluZykge1xyXG4gICAgICBjb25zdCBuZXdWYWx1ZSA9IGlucHV0U3RyaW5nLnRyaW0oKS5yZXBsYWNlKC9cXHQvZywgJycpO1xyXG4gICAgICBpZihpbnB1dFN0cmluZyAhPT0gbmV3VmFsdWUpIHtcclxuICAgICAgICB0aGlzLmVsZW0ubmF0aXZlRWxlbWVudC52YWx1ZSA9IG5ld1ZhbHVlO1xyXG4gICAgICAgIHRoaXMuZWxlbS5uYXRpdmVFbGVtZW50LmRpc3BhdGNoRXZlbnQobmV3IEV2ZW50KCdpbnB1dCcsIHtidWJibGVzOnRydWV9KSk7XHJcbiAgICAgIH1cclxuICAgIH1cclxuICB9XHJcbn0iXX0=
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export * from './directives/prevent-enter.directive';
|
|
2
|
-
export * from './directives/stop-propagation.directive';
|
|
3
|
-
export * from './directives/auto-focus.directive';
|
|
4
|
-
export * from './directives/clickSubject';
|
|
5
|
-
export * from './directives/clickEmitterDirective';
|
|
6
|
-
export * from './directives/dialog';
|
|
7
|
-
export * from './directives/styler';
|
|
8
|
-
export * from './directives/mat-toggle-group-directive';
|
|
9
|
-
export * from './directives/trim-whitespace.directive';
|
|
10
|
-
export * from './pipes/function.pipe';
|
|
11
|
-
export * from './pipes/phone.pipe';
|
|
12
|
-
export * from './pipes/space-case.pipes';
|
|
13
|
-
export * from './directives/dialog-service';
|
|
14
|
-
export * from './directives/conditional-classes.directive';
|
|
15
|
-
export * from './module';
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export * from './directives/prevent-enter.directive';
|
|
2
|
+
export * from './directives/stop-propagation.directive';
|
|
3
|
+
export * from './directives/auto-focus.directive';
|
|
4
|
+
export * from './directives/clickSubject';
|
|
5
|
+
export * from './directives/clickEmitterDirective';
|
|
6
|
+
export * from './directives/dialog';
|
|
7
|
+
export * from './directives/styler';
|
|
8
|
+
export * from './directives/mat-toggle-group-directive';
|
|
9
|
+
export * from './directives/trim-whitespace.directive';
|
|
10
|
+
export * from './pipes/function.pipe';
|
|
11
|
+
export * from './pipes/phone.pipe';
|
|
12
|
+
export * from './pipes/space-case.pipes';
|
|
13
|
+
export * from './directives/dialog-service';
|
|
14
|
+
export * from './directives/conditional-classes.directive';
|
|
15
|
+
export * from './module';
|
|
16
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLXV0aWxpdGllcy9zcmMvdXRpbGl0aWVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsc0NBQXNDLENBQUM7QUFDckQsY0FBYyx5Q0FBeUMsQ0FBQztBQUN4RCxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyxvQ0FBb0MsQ0FBQztBQUNuRCxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyx5Q0FBeUMsQ0FBQztBQUN4RCxjQUFjLHdDQUF3QyxDQUFDO0FBRXZELGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLDBCQUEwQixDQUFDO0FBRXpDLGNBQWMsNkJBQTZCLENBQUM7QUFFNUMsY0FBYyw0Q0FBNEMsQ0FBQTtBQUcxRCxjQUFjLFVBQVUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZGlyZWN0aXZlcy9wcmV2ZW50LWVudGVyLmRpcmVjdGl2ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vZGlyZWN0aXZlcy9zdG9wLXByb3BhZ2F0aW9uLmRpcmVjdGl2ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vZGlyZWN0aXZlcy9hdXRvLWZvY3VzLmRpcmVjdGl2ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vZGlyZWN0aXZlcy9jbGlja1N1YmplY3QnO1xyXG5leHBvcnQgKiBmcm9tICcuL2RpcmVjdGl2ZXMvY2xpY2tFbWl0dGVyRGlyZWN0aXZlJztcclxuZXhwb3J0ICogZnJvbSAnLi9kaXJlY3RpdmVzL2RpYWxvZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vZGlyZWN0aXZlcy9zdHlsZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2RpcmVjdGl2ZXMvbWF0LXRvZ2dsZS1ncm91cC1kaXJlY3RpdmUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2RpcmVjdGl2ZXMvdHJpbS13aGl0ZXNwYWNlLmRpcmVjdGl2ZSc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL3BpcGVzL2Z1bmN0aW9uLnBpcGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL3BpcGVzL3Bob25lLnBpcGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL3BpcGVzL3NwYWNlLWNhc2UucGlwZXMnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9kaXJlY3RpdmVzL2RpYWxvZy1zZXJ2aWNlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vZGlyZWN0aXZlcy9jb25kaXRpb25hbC1jbGFzc2VzLmRpcmVjdGl2ZSdcclxuXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL21vZHVsZSc7XHJcblxyXG5cclxuIl19
|
|
@@ -1,91 +1,91 @@
|
|
|
1
|
-
import { NgModule } from "@angular/core";
|
|
2
|
-
import { AutoFocusDirective } from "./directives/auto-focus.directive";
|
|
3
|
-
import { ClickEmitterDirective } from "./directives/clickEmitterDirective";
|
|
4
|
-
import { ClickSubjectDirective } from "./directives/clickSubject";
|
|
5
|
-
import { ConditionalClassesDirective } from "./directives/conditional-classes.directive";
|
|
6
|
-
import { DialogDirective } from "./directives/dialog";
|
|
7
|
-
import { DialogService } from "./directives/dialog-service";
|
|
8
|
-
import { MatSlideToggleGroupDirective } from "./directives/mat-toggle-group-directive";
|
|
9
|
-
import { PreventEnterDirective } from "./directives/prevent-enter.directive";
|
|
10
|
-
import { StopPropagationDirective } from "./directives/stop-propagation.directive";
|
|
11
|
-
import { TrimWhitespaceDirective } from "./directives/trim-whitespace.directive";
|
|
12
|
-
import { StylerDirective } from "./directives/styler";
|
|
13
|
-
import { FunctionPipe } from "./pipes/function.pipe";
|
|
14
|
-
import { PhoneNumberPipe } from "./pipes/phone.pipe";
|
|
15
|
-
import { SpaceCasePipe } from "./pipes/space-case.pipes";
|
|
16
|
-
import * as i0 from "@angular/core";
|
|
17
|
-
export class UtilitiesModule {
|
|
18
|
-
}
|
|
19
|
-
UtilitiesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: UtilitiesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
|
-
UtilitiesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.2", ngImport: i0, type: UtilitiesModule, declarations: [SpaceCasePipe,
|
|
21
|
-
PhoneNumberPipe,
|
|
22
|
-
FunctionPipe,
|
|
23
|
-
StopPropagationDirective,
|
|
24
|
-
StylerDirective,
|
|
25
|
-
PreventEnterDirective,
|
|
26
|
-
AutoFocusDirective,
|
|
27
|
-
TrimWhitespaceDirective,
|
|
28
|
-
ClickSubjectDirective,
|
|
29
|
-
ClickEmitterDirective,
|
|
30
|
-
DialogDirective,
|
|
31
|
-
MatSlideToggleGroupDirective,
|
|
32
|
-
ConditionalClassesDirective], exports: [StopPropagationDirective,
|
|
33
|
-
PreventEnterDirective,
|
|
34
|
-
SpaceCasePipe,
|
|
35
|
-
PhoneNumberPipe,
|
|
36
|
-
FunctionPipe,
|
|
37
|
-
StopPropagationDirective,
|
|
38
|
-
TrimWhitespaceDirective,
|
|
39
|
-
StylerDirective,
|
|
40
|
-
PreventEnterDirective,
|
|
41
|
-
AutoFocusDirective,
|
|
42
|
-
ClickSubjectDirective,
|
|
43
|
-
ClickEmitterDirective,
|
|
44
|
-
DialogDirective,
|
|
45
|
-
MatSlideToggleGroupDirective,
|
|
46
|
-
ConditionalClassesDirective] });
|
|
47
|
-
UtilitiesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: UtilitiesModule, providers: [
|
|
48
|
-
DialogService
|
|
49
|
-
] });
|
|
50
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: UtilitiesModule, decorators: [{
|
|
51
|
-
type: NgModule,
|
|
52
|
-
args: [{
|
|
53
|
-
imports: [],
|
|
54
|
-
exports: [
|
|
55
|
-
StopPropagationDirective,
|
|
56
|
-
PreventEnterDirective,
|
|
57
|
-
SpaceCasePipe,
|
|
58
|
-
PhoneNumberPipe,
|
|
59
|
-
FunctionPipe,
|
|
60
|
-
StopPropagationDirective,
|
|
61
|
-
TrimWhitespaceDirective,
|
|
62
|
-
StylerDirective,
|
|
63
|
-
PreventEnterDirective,
|
|
64
|
-
AutoFocusDirective,
|
|
65
|
-
ClickSubjectDirective,
|
|
66
|
-
ClickEmitterDirective,
|
|
67
|
-
DialogDirective,
|
|
68
|
-
MatSlideToggleGroupDirective,
|
|
69
|
-
ConditionalClassesDirective,
|
|
70
|
-
],
|
|
71
|
-
declarations: [
|
|
72
|
-
SpaceCasePipe,
|
|
73
|
-
PhoneNumberPipe,
|
|
74
|
-
FunctionPipe,
|
|
75
|
-
StopPropagationDirective,
|
|
76
|
-
StylerDirective,
|
|
77
|
-
PreventEnterDirective,
|
|
78
|
-
AutoFocusDirective,
|
|
79
|
-
TrimWhitespaceDirective,
|
|
80
|
-
ClickSubjectDirective,
|
|
81
|
-
ClickEmitterDirective,
|
|
82
|
-
DialogDirective,
|
|
83
|
-
MatSlideToggleGroupDirective,
|
|
84
|
-
ConditionalClassesDirective,
|
|
85
|
-
],
|
|
86
|
-
providers: [
|
|
87
|
-
DialogService
|
|
88
|
-
]
|
|
89
|
-
}]
|
|
90
|
-
}] });
|
|
91
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { NgModule } from "@angular/core";
|
|
2
|
+
import { AutoFocusDirective } from "./directives/auto-focus.directive";
|
|
3
|
+
import { ClickEmitterDirective } from "./directives/clickEmitterDirective";
|
|
4
|
+
import { ClickSubjectDirective } from "./directives/clickSubject";
|
|
5
|
+
import { ConditionalClassesDirective } from "./directives/conditional-classes.directive";
|
|
6
|
+
import { DialogDirective } from "./directives/dialog";
|
|
7
|
+
import { DialogService } from "./directives/dialog-service";
|
|
8
|
+
import { MatSlideToggleGroupDirective } from "./directives/mat-toggle-group-directive";
|
|
9
|
+
import { PreventEnterDirective } from "./directives/prevent-enter.directive";
|
|
10
|
+
import { StopPropagationDirective } from "./directives/stop-propagation.directive";
|
|
11
|
+
import { TrimWhitespaceDirective } from "./directives/trim-whitespace.directive";
|
|
12
|
+
import { StylerDirective } from "./directives/styler";
|
|
13
|
+
import { FunctionPipe } from "./pipes/function.pipe";
|
|
14
|
+
import { PhoneNumberPipe } from "./pipes/phone.pipe";
|
|
15
|
+
import { SpaceCasePipe } from "./pipes/space-case.pipes";
|
|
16
|
+
import * as i0 from "@angular/core";
|
|
17
|
+
export class UtilitiesModule {
|
|
18
|
+
}
|
|
19
|
+
UtilitiesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: UtilitiesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
|
+
UtilitiesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.2", ngImport: i0, type: UtilitiesModule, declarations: [SpaceCasePipe,
|
|
21
|
+
PhoneNumberPipe,
|
|
22
|
+
FunctionPipe,
|
|
23
|
+
StopPropagationDirective,
|
|
24
|
+
StylerDirective,
|
|
25
|
+
PreventEnterDirective,
|
|
26
|
+
AutoFocusDirective,
|
|
27
|
+
TrimWhitespaceDirective,
|
|
28
|
+
ClickSubjectDirective,
|
|
29
|
+
ClickEmitterDirective,
|
|
30
|
+
DialogDirective,
|
|
31
|
+
MatSlideToggleGroupDirective,
|
|
32
|
+
ConditionalClassesDirective], exports: [StopPropagationDirective,
|
|
33
|
+
PreventEnterDirective,
|
|
34
|
+
SpaceCasePipe,
|
|
35
|
+
PhoneNumberPipe,
|
|
36
|
+
FunctionPipe,
|
|
37
|
+
StopPropagationDirective,
|
|
38
|
+
TrimWhitespaceDirective,
|
|
39
|
+
StylerDirective,
|
|
40
|
+
PreventEnterDirective,
|
|
41
|
+
AutoFocusDirective,
|
|
42
|
+
ClickSubjectDirective,
|
|
43
|
+
ClickEmitterDirective,
|
|
44
|
+
DialogDirective,
|
|
45
|
+
MatSlideToggleGroupDirective,
|
|
46
|
+
ConditionalClassesDirective] });
|
|
47
|
+
UtilitiesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: UtilitiesModule, providers: [
|
|
48
|
+
DialogService
|
|
49
|
+
] });
|
|
50
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: UtilitiesModule, decorators: [{
|
|
51
|
+
type: NgModule,
|
|
52
|
+
args: [{
|
|
53
|
+
imports: [],
|
|
54
|
+
exports: [
|
|
55
|
+
StopPropagationDirective,
|
|
56
|
+
PreventEnterDirective,
|
|
57
|
+
SpaceCasePipe,
|
|
58
|
+
PhoneNumberPipe,
|
|
59
|
+
FunctionPipe,
|
|
60
|
+
StopPropagationDirective,
|
|
61
|
+
TrimWhitespaceDirective,
|
|
62
|
+
StylerDirective,
|
|
63
|
+
PreventEnterDirective,
|
|
64
|
+
AutoFocusDirective,
|
|
65
|
+
ClickSubjectDirective,
|
|
66
|
+
ClickEmitterDirective,
|
|
67
|
+
DialogDirective,
|
|
68
|
+
MatSlideToggleGroupDirective,
|
|
69
|
+
ConditionalClassesDirective,
|
|
70
|
+
],
|
|
71
|
+
declarations: [
|
|
72
|
+
SpaceCasePipe,
|
|
73
|
+
PhoneNumberPipe,
|
|
74
|
+
FunctionPipe,
|
|
75
|
+
StopPropagationDirective,
|
|
76
|
+
StylerDirective,
|
|
77
|
+
PreventEnterDirective,
|
|
78
|
+
AutoFocusDirective,
|
|
79
|
+
TrimWhitespaceDirective,
|
|
80
|
+
ClickSubjectDirective,
|
|
81
|
+
ClickEmitterDirective,
|
|
82
|
+
DialogDirective,
|
|
83
|
+
MatSlideToggleGroupDirective,
|
|
84
|
+
ConditionalClassesDirective,
|
|
85
|
+
],
|
|
86
|
+
providers: [
|
|
87
|
+
DialogService
|
|
88
|
+
]
|
|
89
|
+
}]
|
|
90
|
+
}] });
|
|
91
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci11dGlsaXRpZXMvc3JjL3V0aWxpdGllcy9tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUN2RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQztBQUN6RixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdEQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQzVELE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQ3ZGLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQzdFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQ25GLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQ2pGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDckQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUEwQ3pELE1BQU0sT0FBTyxlQUFlOzs0R0FBZixlQUFlOzZHQUFmLGVBQWUsaUJBbEJwQixhQUFhO1FBQ2IsZUFBZTtRQUNmLFlBQVk7UUFDWix3QkFBd0I7UUFDeEIsZUFBZTtRQUNmLHFCQUFxQjtRQUNyQixrQkFBa0I7UUFDbEIsdUJBQXVCO1FBQ3ZCLHFCQUFxQjtRQUNyQixxQkFBcUI7UUFDckIsZUFBZTtRQUNmLDRCQUE0QjtRQUM1QiwyQkFBMkIsYUE3QjNCLHdCQUF3QjtRQUN4QixxQkFBcUI7UUFDckIsYUFBYTtRQUNiLGVBQWU7UUFDZixZQUFZO1FBQ1osd0JBQXdCO1FBQ3hCLHVCQUF1QjtRQUN2QixlQUFlO1FBQ2YscUJBQXFCO1FBQ3JCLGtCQUFrQjtRQUNsQixxQkFBcUI7UUFDckIscUJBQXFCO1FBQ3JCLGVBQWU7UUFDZiw0QkFBNEI7UUFDNUIsMkJBQTJCOzZHQXFCdEIsZUFBZSxhQUpaO1FBQ1YsYUFBYTtLQUNkOzJGQUVRLGVBQWU7a0JBeEMzQixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxFQUVSO29CQUNDLE9BQU8sRUFBRTt3QkFDTCx3QkFBd0I7d0JBQ3hCLHFCQUFxQjt3QkFDckIsYUFBYTt3QkFDYixlQUFlO3dCQUNmLFlBQVk7d0JBQ1osd0JBQXdCO3dCQUN4Qix1QkFBdUI7d0JBQ3ZCLGVBQWU7d0JBQ2YscUJBQXFCO3dCQUNyQixrQkFBa0I7d0JBQ2xCLHFCQUFxQjt3QkFDckIscUJBQXFCO3dCQUNyQixlQUFlO3dCQUNmLDRCQUE0Qjt3QkFDNUIsMkJBQTJCO3FCQUM5QjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1YsYUFBYTt3QkFDYixlQUFlO3dCQUNmLFlBQVk7d0JBQ1osd0JBQXdCO3dCQUN4QixlQUFlO3dCQUNmLHFCQUFxQjt3QkFDckIsa0JBQWtCO3dCQUNsQix1QkFBdUI7d0JBQ3ZCLHFCQUFxQjt3QkFDckIscUJBQXFCO3dCQUNyQixlQUFlO3dCQUNmLDRCQUE0Qjt3QkFDNUIsMkJBQTJCO3FCQUM5QjtvQkFDRCxTQUFTLEVBQUc7d0JBQ1YsYUFBYTtxQkFDZDtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgQXV0b0ZvY3VzRGlyZWN0aXZlIH0gZnJvbSBcIi4vZGlyZWN0aXZlcy9hdXRvLWZvY3VzLmRpcmVjdGl2ZVwiO1xyXG5pbXBvcnQgeyBDbGlja0VtaXR0ZXJEaXJlY3RpdmUgfSBmcm9tIFwiLi9kaXJlY3RpdmVzL2NsaWNrRW1pdHRlckRpcmVjdGl2ZVwiO1xyXG5pbXBvcnQgeyBDbGlja1N1YmplY3REaXJlY3RpdmUgfSBmcm9tIFwiLi9kaXJlY3RpdmVzL2NsaWNrU3ViamVjdFwiO1xyXG5pbXBvcnQgeyBDb25kaXRpb25hbENsYXNzZXNEaXJlY3RpdmUgfSBmcm9tIFwiLi9kaXJlY3RpdmVzL2NvbmRpdGlvbmFsLWNsYXNzZXMuZGlyZWN0aXZlXCI7XHJcbmltcG9ydCB7IERpYWxvZ0RpcmVjdGl2ZSB9IGZyb20gXCIuL2RpcmVjdGl2ZXMvZGlhbG9nXCI7XHJcbmltcG9ydCB7IERpYWxvZ1NlcnZpY2UgfSBmcm9tIFwiLi9kaXJlY3RpdmVzL2RpYWxvZy1zZXJ2aWNlXCI7XHJcbmltcG9ydCB7IE1hdFNsaWRlVG9nZ2xlR3JvdXBEaXJlY3RpdmUgfSBmcm9tIFwiLi9kaXJlY3RpdmVzL21hdC10b2dnbGUtZ3JvdXAtZGlyZWN0aXZlXCI7XHJcbmltcG9ydCB7IFByZXZlbnRFbnRlckRpcmVjdGl2ZSB9IGZyb20gXCIuL2RpcmVjdGl2ZXMvcHJldmVudC1lbnRlci5kaXJlY3RpdmVcIjtcclxuaW1wb3J0IHsgU3RvcFByb3BhZ2F0aW9uRGlyZWN0aXZlIH0gZnJvbSBcIi4vZGlyZWN0aXZlcy9zdG9wLXByb3BhZ2F0aW9uLmRpcmVjdGl2ZVwiO1xyXG5pbXBvcnQgeyBUcmltV2hpdGVzcGFjZURpcmVjdGl2ZSB9IGZyb20gXCIuL2RpcmVjdGl2ZXMvdHJpbS13aGl0ZXNwYWNlLmRpcmVjdGl2ZVwiO1xyXG5pbXBvcnQgeyBTdHlsZXJEaXJlY3RpdmUgfSBmcm9tIFwiLi9kaXJlY3RpdmVzL3N0eWxlclwiO1xyXG5pbXBvcnQgeyBGdW5jdGlvblBpcGUgfSBmcm9tIFwiLi9waXBlcy9mdW5jdGlvbi5waXBlXCI7XHJcbmltcG9ydCB7IFBob25lTnVtYmVyUGlwZSB9IGZyb20gXCIuL3BpcGVzL3Bob25lLnBpcGVcIjtcclxuaW1wb3J0IHsgU3BhY2VDYXNlUGlwZSB9IGZyb20gXCIuL3BpcGVzL3NwYWNlLWNhc2UucGlwZXNcIjtcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgaW1wb3J0czogW1xyXG5cclxuICBdLFxyXG4gICAgZXhwb3J0czogW1xyXG4gICAgICAgIFN0b3BQcm9wYWdhdGlvbkRpcmVjdGl2ZSxcclxuICAgICAgICBQcmV2ZW50RW50ZXJEaXJlY3RpdmUsXHJcbiAgICAgICAgU3BhY2VDYXNlUGlwZSxcclxuICAgICAgICBQaG9uZU51bWJlclBpcGUsXHJcbiAgICAgICAgRnVuY3Rpb25QaXBlLFxyXG4gICAgICAgIFN0b3BQcm9wYWdhdGlvbkRpcmVjdGl2ZSxcclxuICAgICAgICBUcmltV2hpdGVzcGFjZURpcmVjdGl2ZSxcclxuICAgICAgICBTdHlsZXJEaXJlY3RpdmUsXHJcbiAgICAgICAgUHJldmVudEVudGVyRGlyZWN0aXZlLFxyXG4gICAgICAgIEF1dG9Gb2N1c0RpcmVjdGl2ZSxcclxuICAgICAgICBDbGlja1N1YmplY3REaXJlY3RpdmUsXHJcbiAgICAgICAgQ2xpY2tFbWl0dGVyRGlyZWN0aXZlLFxyXG4gICAgICAgIERpYWxvZ0RpcmVjdGl2ZSxcclxuICAgICAgICBNYXRTbGlkZVRvZ2dsZUdyb3VwRGlyZWN0aXZlLFxyXG4gICAgICAgIENvbmRpdGlvbmFsQ2xhc3Nlc0RpcmVjdGl2ZSxcclxuICAgIF0sXHJcbiAgICBkZWNsYXJhdGlvbnM6IFtcclxuICAgICAgICBTcGFjZUNhc2VQaXBlLFxyXG4gICAgICAgIFBob25lTnVtYmVyUGlwZSxcclxuICAgICAgICBGdW5jdGlvblBpcGUsXHJcbiAgICAgICAgU3RvcFByb3BhZ2F0aW9uRGlyZWN0aXZlLFxyXG4gICAgICAgIFN0eWxlckRpcmVjdGl2ZSxcclxuICAgICAgICBQcmV2ZW50RW50ZXJEaXJlY3RpdmUsXHJcbiAgICAgICAgQXV0b0ZvY3VzRGlyZWN0aXZlLFxyXG4gICAgICAgIFRyaW1XaGl0ZXNwYWNlRGlyZWN0aXZlLFxyXG4gICAgICAgIENsaWNrU3ViamVjdERpcmVjdGl2ZSxcclxuICAgICAgICBDbGlja0VtaXR0ZXJEaXJlY3RpdmUsXHJcbiAgICAgICAgRGlhbG9nRGlyZWN0aXZlLFxyXG4gICAgICAgIE1hdFNsaWRlVG9nZ2xlR3JvdXBEaXJlY3RpdmUsXHJcbiAgICAgICAgQ29uZGl0aW9uYWxDbGFzc2VzRGlyZWN0aXZlLFxyXG4gICAgXSxcclxuICAgIHByb3ZpZGVycyA6IFtcclxuICAgICAgRGlhbG9nU2VydmljZVxyXG4gICAgXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgVXRpbGl0aWVzTW9kdWxlIHtcclxufVxyXG4iXX0=
|