@ngx-stoui/core 14.0.0 → 14.0.2
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/esm2020/lib/sto-directives/context-menu.directive.mjs +3 -3
- package/esm2020/lib/sto-directives/date-form-field-click.directive.mjs +3 -3
- package/esm2020/lib/sto-directives/directives.module.mjs +4 -4
- package/esm2020/lib/sto-directives/menu-overlay.directive.mjs +3 -3
- package/esm2020/lib/sto-directives/quick-keys.directive.mjs +3 -3
- package/esm2020/lib/sto-directives/sto-grid.directive.mjs +9 -9
- package/esm2020/lib/sto-directives/sto-select-text-on-focus.directive.mjs +3 -3
- package/esm2020/lib/sto-pipes/currency-format.pipe.mjs +3 -3
- package/esm2020/lib/sto-pipes/date-format.pipe.mjs +3 -3
- package/esm2020/lib/sto-pipes/keys.pipe.mjs +3 -3
- package/esm2020/lib/sto-pipes/number-format.pipe.mjs +3 -3
- package/esm2020/lib/sto-pipes/sto-pipes.module.mjs +4 -4
- package/esm2020/lib/sto-pipes/with-unit.mjs +6 -6
- package/esm2020/lib/sto-pipes/yes-no.mjs +3 -3
- package/esm2020/lib/sto-user-preference/sto-user-preference.component.mjs +3 -3
- package/esm2020/lib/sto-user-preference/sto-user-preference.module.mjs +4 -4
- package/esm2020/lib/sto-user-preference/sto-user-preference.service.mjs +3 -3
- package/fesm2015/ngx-stoui-core.mjs +63 -63
- package/fesm2020/ngx-stoui-core.mjs +63 -63
- package/ngx-datatable.css +4 -8
- package/ngx-stoui.css +118 -20
- package/package.json +20 -1
- package/style/_fonts.scss +1 -1
|
@@ -15,9 +15,9 @@ export class ContextMenuDirective {
|
|
|
15
15
|
}, 150);
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
ContextMenuDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
19
|
-
ContextMenuDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
18
|
+
ContextMenuDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ContextMenuDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
19
|
+
ContextMenuDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: ContextMenuDirective, selector: "[stoContextMenu]", inputs: { menuTrigger: "menuTrigger", overlayDirective: "overlayDirective", menuContext: "menuContext" }, host: { listeners: { "contextmenu": "contextMenu($event)" } }, ngImport: i0 });
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ContextMenuDirective, decorators: [{
|
|
21
21
|
type: Directive,
|
|
22
22
|
args: [{
|
|
23
23
|
selector: '[stoContextMenu]'
|
|
@@ -26,9 +26,9 @@ export class DateFormFieldClickDirective {
|
|
|
26
26
|
this.destroy$.complete();
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
|
-
DateFormFieldClickDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
30
|
-
DateFormFieldClickDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
31
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
29
|
+
DateFormFieldClickDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DateFormFieldClickDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
30
|
+
DateFormFieldClickDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: DateFormFieldClickDirective, selector: "[stoDateFormFieldClick]", inputs: { stoDateFormFieldClick: "stoDateFormFieldClick" }, host: { listeners: { "click": "clickEvent()" } }, queries: [{ propertyName: "inputs", predicate: MatInput }], ngImport: i0 });
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DateFormFieldClickDirective, decorators: [{
|
|
32
32
|
type: Directive,
|
|
33
33
|
args: [{
|
|
34
34
|
selector: '[stoDateFormFieldClick]'
|
|
@@ -10,8 +10,8 @@ import { ContextMenuDirective } from './context-menu.directive';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export class StoDirectivesModule {
|
|
12
12
|
}
|
|
13
|
-
StoDirectivesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
14
|
-
StoDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
13
|
+
StoDirectivesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14
|
+
StoDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: StoDirectivesModule, declarations: [QuickKeysDirective,
|
|
15
15
|
DateFormFieldClickDirective,
|
|
16
16
|
StoSelectTextOnFocusDirective,
|
|
17
17
|
StoGridDirective,
|
|
@@ -26,8 +26,8 @@ StoDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ver
|
|
|
26
26
|
StoGridSpacerDirective,
|
|
27
27
|
MenuOverlayDirective,
|
|
28
28
|
ContextMenuDirective] });
|
|
29
|
-
StoDirectivesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
29
|
+
StoDirectivesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoDirectivesModule, imports: [CommonModule, LayoutModule] });
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoDirectivesModule, decorators: [{
|
|
31
31
|
type: NgModule,
|
|
32
32
|
args: [{
|
|
33
33
|
imports: [CommonModule, LayoutModule],
|
|
@@ -27,9 +27,9 @@ export class MenuOverlayDirective {
|
|
|
27
27
|
element.style.width = '1px';
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
MenuOverlayDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
31
|
-
MenuOverlayDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
32
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
30
|
+
MenuOverlayDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: MenuOverlayDirective, deps: [{ token: i1.MatMenuTrigger, host: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
31
|
+
MenuOverlayDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: MenuOverlayDirective, selector: "[stoMenuOverlay]", host: { properties: { "style.left.px": "this.left", "style.top.px": "this.top" } }, exportAs: ["stoMenuOverlay"], ngImport: i0 });
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: MenuOverlayDirective, decorators: [{
|
|
33
33
|
type: Directive,
|
|
34
34
|
args: [{
|
|
35
35
|
selector: '[stoMenuOverlay]',
|
|
@@ -56,9 +56,9 @@ export class QuickKeysDirective {
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
-
QuickKeysDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
60
|
-
QuickKeysDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
61
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
59
|
+
QuickKeysDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: QuickKeysDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
60
|
+
QuickKeysDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: QuickKeysDirective, selector: "[stoQuickKeys]", inputs: { quickKeys: "quickKeys", formGroup: "formGroup" }, outputs: { quickSubmit: "quickSubmit", quickCancel: "quickCancel" }, host: { listeners: { "keyup": "onKeyUp($event)" } }, ngImport: i0 });
|
|
61
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: QuickKeysDirective, decorators: [{
|
|
62
62
|
type: Directive,
|
|
63
63
|
args: [{
|
|
64
64
|
selector: '[stoQuickKeys]'
|
|
@@ -16,9 +16,9 @@ export class StoGridSpacerDirective {
|
|
|
16
16
|
this.useClass = true;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
StoGridSpacerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
20
|
-
StoGridSpacerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
19
|
+
StoGridSpacerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridSpacerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
20
|
+
StoGridSpacerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: StoGridSpacerDirective, selector: "[stoGridSpacer]", host: { properties: { "class.sto-f-grid__col": "this.useClass", "class.sto-f-grid__col--spacer": "this.useClass" } }, ngImport: i0 });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridSpacerDirective, decorators: [{
|
|
22
22
|
type: Directive,
|
|
23
23
|
args: [{ selector: '[stoGridSpacer]' }]
|
|
24
24
|
}], propDecorators: { useClass: [{
|
|
@@ -33,9 +33,9 @@ export class StoGridColumnDirective {
|
|
|
33
33
|
this.useClass = true;
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
StoGridColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
37
|
-
StoGridColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
36
|
+
StoGridColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridColumnDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
37
|
+
StoGridColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: StoGridColumnDirective, selector: "[stoGridColumn]", inputs: { stoGridColumnDouble: "stoGridColumnDouble" }, host: { properties: { "class.sto-f-grid__col": "this.useClass", "class.sto-f-grid__col--2": "this.stoGridColumnDouble" } }, ngImport: i0 });
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridColumnDirective, decorators: [{
|
|
39
39
|
type: Directive,
|
|
40
40
|
args: [{ selector: '[stoGridColumn]' }]
|
|
41
41
|
}], propDecorators: { useClass: [{
|
|
@@ -76,9 +76,9 @@ export class StoGridDirective {
|
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
|
-
StoGridDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
80
|
-
StoGridDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
81
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
79
|
+
StoGridDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
80
|
+
StoGridDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: StoGridDirective, selector: "[stoGrid]", inputs: { maxWidth: "maxWidth", minWidth: "minWidth", breakpoints: "breakpoints" }, host: { properties: { "style.max-width.px": "this.maxWidth", "style.min-width.px": "this.minWidth", "class.sto-f-grid": "this.baseClass" } }, queries: [{ propertyName: "columns", predicate: StoGridColumnDirective, read: ElementRef }], exportAs: ["stoGrid"], ngImport: i0 });
|
|
81
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridDirective, decorators: [{
|
|
82
82
|
type: Directive,
|
|
83
83
|
args: [{
|
|
84
84
|
selector: '[stoGrid]',
|
|
@@ -39,9 +39,9 @@ export class StoSelectTextOnFocusDirective {
|
|
|
39
39
|
this.destroyed$.complete();
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
StoSelectTextOnFocusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
43
|
-
StoSelectTextOnFocusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
44
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
42
|
+
StoSelectTextOnFocusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoSelectTextOnFocusDirective, deps: [{ token: i0.ElementRef }, { token: i1.StoUserPreferenceService, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
43
|
+
StoSelectTextOnFocusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: StoSelectTextOnFocusDirective, selector: "[stoSelectTextOnFocus]", host: { listeners: { "focus": "onFocus()", "dblclick": "onFocus()" } }, ngImport: i0 });
|
|
44
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoSelectTextOnFocusDirective, decorators: [{
|
|
45
45
|
type: Directive,
|
|
46
46
|
args: [{
|
|
47
47
|
selector: '[stoSelectTextOnFocus]'
|
|
@@ -24,9 +24,9 @@ export class CurrencyFormatPipe {
|
|
|
24
24
|
return intl.replace(/,/g, ' ').replace('.', ',') + ` ${unit}`;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
-
CurrencyFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
28
|
-
CurrencyFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
27
|
+
CurrencyFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: CurrencyFormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
28
|
+
CurrencyFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: CurrencyFormatPipe, name: "currencyFormat" });
|
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: CurrencyFormatPipe, decorators: [{
|
|
30
30
|
type: Pipe,
|
|
31
31
|
args: [{
|
|
32
32
|
name: 'currencyFormat'
|
|
@@ -42,9 +42,9 @@ export class DateFormatPipe {
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
-
DateFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
46
|
-
DateFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
45
|
+
DateFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DateFormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
46
|
+
DateFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: DateFormatPipe, name: "formatDate" });
|
|
47
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DateFormatPipe, decorators: [{
|
|
48
48
|
type: Pipe,
|
|
49
49
|
args: [{
|
|
50
50
|
name: 'formatDate'
|
|
@@ -16,9 +16,9 @@ export class KeysPipe {
|
|
|
16
16
|
return [];
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
KeysPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
20
|
-
KeysPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
19
|
+
KeysPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: KeysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
20
|
+
KeysPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: KeysPipe, name: "keys" });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: KeysPipe, decorators: [{
|
|
22
22
|
type: Pipe,
|
|
23
23
|
args: [{
|
|
24
24
|
name: 'keys'
|
|
@@ -67,9 +67,9 @@ export class NumberFormatPipe {
|
|
|
67
67
|
return returnValue.toFixed(precision);
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
-
NumberFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
71
|
-
NumberFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
72
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
70
|
+
NumberFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: NumberFormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
71
|
+
NumberFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: NumberFormatPipe, name: "numberFormat" });
|
|
72
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: NumberFormatPipe, decorators: [{
|
|
73
73
|
type: Pipe,
|
|
74
74
|
args: [{
|
|
75
75
|
name: 'numberFormat'
|
|
@@ -9,8 +9,8 @@ import { YesNoPipe } from './yes-no';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export class StoPipesModule {
|
|
11
11
|
}
|
|
12
|
-
StoPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
13
|
-
StoPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
12
|
+
StoPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13
|
+
StoPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: StoPipesModule, declarations: [DateFormatPipe,
|
|
14
14
|
KeysPipe,
|
|
15
15
|
NumberFormatPipe,
|
|
16
16
|
CurrencyFormatPipe,
|
|
@@ -23,8 +23,8 @@ StoPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
|
|
|
23
23
|
GetUnit,
|
|
24
24
|
ExcludeUnit,
|
|
25
25
|
YesNoPipe] });
|
|
26
|
-
StoPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
26
|
+
StoPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoPipesModule, imports: [CommonModule] });
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoPipesModule, decorators: [{
|
|
28
28
|
type: NgModule,
|
|
29
29
|
args: [{
|
|
30
30
|
imports: [CommonModule],
|
|
@@ -17,9 +17,9 @@ export class GetUnit {
|
|
|
17
17
|
return value;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
GetUnit.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
21
|
-
GetUnit.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
20
|
+
GetUnit.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: GetUnit, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
21
|
+
GetUnit.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: GetUnit, name: "getUnit" });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: GetUnit, decorators: [{
|
|
23
23
|
type: Pipe,
|
|
24
24
|
args: [{ name: 'getUnit' }]
|
|
25
25
|
}] });
|
|
@@ -34,9 +34,9 @@ export class ExcludeUnit {
|
|
|
34
34
|
return value;
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
|
-
ExcludeUnit.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
38
|
-
ExcludeUnit.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
39
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
37
|
+
ExcludeUnit.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ExcludeUnit, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
38
|
+
ExcludeUnit.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: ExcludeUnit, name: "excludeUnit" });
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ExcludeUnit, decorators: [{
|
|
40
40
|
type: Pipe,
|
|
41
41
|
args: [{ name: 'excludeUnit' }]
|
|
42
42
|
}] });
|
|
@@ -12,9 +12,9 @@ export class YesNoPipe {
|
|
|
12
12
|
return valueStr;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
YesNoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
16
|
-
YesNoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
15
|
+
YesNoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: YesNoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
16
|
+
YesNoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: YesNoPipe, name: "yesNo" });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: YesNoPipe, decorators: [{
|
|
18
18
|
type: Pipe,
|
|
19
19
|
args: [{ name: 'yesNo' }]
|
|
20
20
|
}] });
|
|
@@ -36,9 +36,9 @@ export class StoUserPreferenceComponent {
|
|
|
36
36
|
this.destroyed$.complete();
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
StoUserPreferenceComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
40
|
-
StoUserPreferenceComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
39
|
+
StoUserPreferenceComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceComponent, deps: [{ token: i1.UntypedFormBuilder }, { token: i2.StoUserPreferenceService }], target: i0.ɵɵFactoryTarget.Component });
|
|
40
|
+
StoUserPreferenceComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: StoUserPreferenceComponent, selector: "sto-user-preference", ngImport: i0, template: "<mat-expansion-panel [expanded]=\"false\">\n <mat-expansion-panel-header>\n <mat-panel-title>Settings<span style=\"opacity: 0.36\"> (beta)</span></mat-panel-title>\n </mat-expansion-panel-header>\n <div *ngIf=\"form\" class=\"sto-grid sto-grid--4\">\n\n <ng-content></ng-content>\n\n </div>\n</mat-expansion-panel>\n", styles: [""], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.MatExpansionPanel, selector: "mat-expansion-panel", inputs: ["disabled", "expanded", "hideToggle", "togglePosition"], outputs: ["opened", "closed", "expandedChange", "afterExpand", "afterCollapse"], exportAs: ["matExpansionPanel"] }, { kind: "component", type: i4.MatExpansionPanelHeader, selector: "mat-expansion-panel-header", inputs: ["tabIndex", "expandedHeight", "collapsedHeight"] }, { kind: "directive", type: i4.MatExpansionPanelTitle, selector: "mat-panel-title" }] });
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceComponent, decorators: [{
|
|
42
42
|
type: Component,
|
|
43
43
|
args: [{ selector: 'sto-user-preference', template: "<mat-expansion-panel [expanded]=\"false\">\n <mat-expansion-panel-header>\n <mat-panel-title>Settings<span style=\"opacity: 0.36\"> (beta)</span></mat-panel-title>\n </mat-expansion-panel-header>\n <div *ngIf=\"form\" class=\"sto-grid sto-grid--4\">\n\n <ng-content></ng-content>\n\n </div>\n</mat-expansion-panel>\n" }]
|
|
44
44
|
}], ctorParameters: function () { return [{ type: i1.UntypedFormBuilder }, { type: i2.StoUserPreferenceService }]; } });
|
|
@@ -13,10 +13,10 @@ export class StoUserPreferenceModule {
|
|
|
13
13
|
};
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
StoUserPreferenceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
17
|
-
StoUserPreferenceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
18
|
-
StoUserPreferenceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
16
|
+
StoUserPreferenceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17
|
+
StoUserPreferenceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceModule, declarations: [StoUserPreferenceComponent], imports: [CommonModule, MatExpansionModule, ReactiveFormsModule, FormsModule], exports: [StoUserPreferenceComponent] });
|
|
18
|
+
StoUserPreferenceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceModule, imports: [CommonModule, MatExpansionModule, ReactiveFormsModule, FormsModule] });
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceModule, decorators: [{
|
|
20
20
|
type: NgModule,
|
|
21
21
|
args: [{
|
|
22
22
|
imports: [CommonModule, MatExpansionModule, ReactiveFormsModule, FormsModule],
|
|
@@ -31,9 +31,9 @@ export class StoUserPreferenceService {
|
|
|
31
31
|
sessionStorage.setItem(preferenceKey, JSON.stringify(value));
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
StoUserPreferenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
35
|
-
StoUserPreferenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
34
|
+
StoUserPreferenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
35
|
+
StoUserPreferenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceService });
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceService, decorators: [{
|
|
37
37
|
type: Injectable
|
|
38
38
|
}], ctorParameters: function () { return []; } });
|
|
39
39
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RvLXVzZXItcHJlZmVyZW5jZS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb3JlL3NyYy9saWIvc3RvLXVzZXItcHJlZmVyZW5jZS9zdG8tdXNlci1wcmVmZXJlbmNlLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sTUFBTSxDQUFDOztBQUV2QyxNQUFNLGFBQWEsR0FBRyx5QkFBeUIsQ0FBQztBQUdoRCxNQUFNLE9BQU8sd0JBQXdCO0lBV25DO1FBVE8sZ0NBQTJCLEdBQUcsSUFBSSxlQUFlLENBQVUsSUFBSSxDQUFDLENBQUM7UUFJakUsWUFBTyxHQUFHO1lBQ2YsMkJBQTJCLEVBQUUsSUFBSTtTQUNsQyxDQUFDO1FBSUEsSUFBSSxrQkFBa0IsR0FBRyxFQUFFLENBQUM7UUFDNUIsTUFBTSx3QkFBd0IsR0FBRyxJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7UUFDdkQsSUFBSTtZQUNGLGtCQUFrQixHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsd0JBQXdCLENBQUMsQ0FBQztTQUMzRDtRQUFDLE9BQVEsQ0FBQyxFQUFHO1lBQ1osT0FBTyxDQUFDLEtBQUssQ0FBQyxxRUFBcUUsQ0FBQyxDQUFDO1NBQ3RGO1FBQ0QsSUFBSSxDQUFDLFdBQVcsR0FBRyxFQUFFLEdBQUcsSUFBSSxDQUFDLE9BQU8sRUFBRSxHQUFHLGtCQUFrQixFQUFFLENBQUM7UUFDOUQsSUFBSSxDQUFDLDhCQUE4QixDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsMkJBQTJCLENBQUMsQ0FBQztJQUNwRixDQUFDO0lBRU0sOEJBQThCLENBQUMsS0FBYztRQUNsRCxJQUFJLENBQUMsMkJBQTJCLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzdDLElBQUksQ0FBQyxXQUFXLENBQUMsMkJBQTJCLEdBQUcsS0FBSyxDQUFDO1FBQ3JELElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDO0lBQ3hDLENBQUM7SUFFTSxjQUFjO1FBQ25CLE9BQU8sY0FBYyxDQUFDLE9BQU8sQ0FBQyxhQUFhLENBQUMsSUFBSSxJQUFJLENBQUM7SUFDdkQsQ0FBQztJQUVNLGNBQWMsQ0FBQyxLQUE4QjtRQUNsRCxjQUFjLENBQUMsT0FBTyxDQUFDLGFBQWEsRUFBRSxJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7SUFDL0QsQ0FBQzs7cUhBbkNVLHdCQUF3Qjt5SEFBeEIsd0JBQXdCOzJGQUF4Qix3QkFBd0I7a0JBRHBDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QgfSBmcm9tICdyeGpzJztcblxuY29uc3QgcHJlZmVyZW5jZUtleSA9ICdUT1BTX0lNOlVzZXJQcmVmZXJlbmNlcyc7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBTdG9Vc2VyUHJlZmVyZW5jZVNlcnZpY2Uge1xuXG4gIHB1YmxpYyBoYXNTZWxlY3RUZXh0T25Gb2N1c0VuYWJsZWQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PGJvb2xlYW4+KHRydWUpO1xuICBwdWJsaWMgcHJlZmVyZW5jZXM6IHtcbiAgICBoYXNTZWxlY3RUZXh0T25Gb2N1c0VuYWJsZWQ6IGJvb2xlYW47XG4gIH07XG4gIHB1YmxpYyBkZWZhdWx0ID0ge1xuICAgIGhhc1NlbGVjdFRleHRPbkZvY3VzRW5hYmxlZDogdHJ1ZVxuICB9O1xuXG5cbiAgY29uc3RydWN0b3IoKSB7XG4gICAgbGV0IHNlc3Npb25QcmVmZXJlbmNlcyA9IHt9O1xuICAgIGNvbnN0IHNlc3Npb25QcmVmZXJlbmNlc1N0cmluZyA9IHRoaXMuZ2V0UHJlZmVyZW5jZXMoKTtcbiAgICB0cnkge1xuICAgICAgc2Vzc2lvblByZWZlcmVuY2VzID0gSlNPTi5wYXJzZShzZXNzaW9uUHJlZmVyZW5jZXNTdHJpbmcpO1xuICAgIH0gY2F0Y2ggKCBlICkge1xuICAgICAgY29uc29sZS5lcnJvcignVW5hYmxlIHRvIHBhcnNlIHRoZSBwcmVmZXJlbmNlcyBmcm9tIGxvY2FsIHN0b3JhZ2UuIExvYWRpbmcgZGVmYXVsdCcpO1xuICAgIH1cbiAgICB0aGlzLnByZWZlcmVuY2VzID0geyAuLi50aGlzLmRlZmF1bHQsIC4uLnNlc3Npb25QcmVmZXJlbmNlcyB9O1xuICAgIHRoaXMuc2V0SGFzU2VsZWN0VGV4dE9uRm9jdXNFbmFibGVkKHRoaXMucHJlZmVyZW5jZXMuaGFzU2VsZWN0VGV4dE9uRm9jdXNFbmFibGVkKTtcbiAgfVxuXG4gIHB1YmxpYyBzZXRIYXNTZWxlY3RUZXh0T25Gb2N1c0VuYWJsZWQodmFsdWU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLmhhc1NlbGVjdFRleHRPbkZvY3VzRW5hYmxlZC5uZXh0KHZhbHVlKTtcbiAgICB0aGlzLnByZWZlcmVuY2VzLmhhc1NlbGVjdFRleHRPbkZvY3VzRW5hYmxlZCA9IHZhbHVlO1xuICAgIHRoaXMuc2V0UHJlZmVyZW5jZXModGhpcy5wcmVmZXJlbmNlcyk7XG4gIH1cblxuICBwdWJsaWMgZ2V0UHJlZmVyZW5jZXMoKSB7XG4gICAgcmV0dXJuIHNlc3Npb25TdG9yYWdlLmdldEl0ZW0ocHJlZmVyZW5jZUtleSkgfHwgJ3t9JztcbiAgfVxuXG4gIHB1YmxpYyBzZXRQcmVmZXJlbmNlcyh2YWx1ZTogUmVjb3JkPHN0cmluZywgdW5rbm93bj4pIHtcbiAgICBzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKHByZWZlcmVuY2VLZXksIEpTT04uc3RyaW5naWZ5KHZhbHVlKSk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -207,9 +207,9 @@ class QuickKeysDirective {
|
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
|
-
QuickKeysDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
211
|
-
QuickKeysDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
210
|
+
QuickKeysDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: QuickKeysDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
211
|
+
QuickKeysDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: QuickKeysDirective, selector: "[stoQuickKeys]", inputs: { quickKeys: "quickKeys", formGroup: "formGroup" }, outputs: { quickSubmit: "quickSubmit", quickCancel: "quickCancel" }, host: { listeners: { "keyup": "onKeyUp($event)" } }, ngImport: i0 });
|
|
212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: QuickKeysDirective, decorators: [{
|
|
213
213
|
type: Directive,
|
|
214
214
|
args: [{
|
|
215
215
|
selector: '[stoQuickKeys]'
|
|
@@ -249,9 +249,9 @@ class DateFormFieldClickDirective {
|
|
|
249
249
|
this.destroy$.complete();
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
|
-
DateFormFieldClickDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
253
|
-
DateFormFieldClickDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
252
|
+
DateFormFieldClickDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DateFormFieldClickDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
253
|
+
DateFormFieldClickDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: DateFormFieldClickDirective, selector: "[stoDateFormFieldClick]", inputs: { stoDateFormFieldClick: "stoDateFormFieldClick" }, host: { listeners: { "click": "clickEvent()" } }, queries: [{ propertyName: "inputs", predicate: MatInput }], ngImport: i0 });
|
|
254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DateFormFieldClickDirective, decorators: [{
|
|
255
255
|
type: Directive,
|
|
256
256
|
args: [{
|
|
257
257
|
selector: '[stoDateFormFieldClick]'
|
|
@@ -296,9 +296,9 @@ class StoUserPreferenceService {
|
|
|
296
296
|
sessionStorage.setItem(preferenceKey, JSON.stringify(value));
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
|
-
StoUserPreferenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
300
|
-
StoUserPreferenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
301
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
299
|
+
StoUserPreferenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
300
|
+
StoUserPreferenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceService });
|
|
301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceService, decorators: [{
|
|
302
302
|
type: Injectable
|
|
303
303
|
}], ctorParameters: function () { return []; } });
|
|
304
304
|
|
|
@@ -337,9 +337,9 @@ class StoSelectTextOnFocusDirective {
|
|
|
337
337
|
this.destroyed$.complete();
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
|
-
StoSelectTextOnFocusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
341
|
-
StoSelectTextOnFocusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
340
|
+
StoSelectTextOnFocusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoSelectTextOnFocusDirective, deps: [{ token: i0.ElementRef }, { token: StoUserPreferenceService, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
341
|
+
StoSelectTextOnFocusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: StoSelectTextOnFocusDirective, selector: "[stoSelectTextOnFocus]", host: { listeners: { "focus": "onFocus()", "dblclick": "onFocus()" } }, ngImport: i0 });
|
|
342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoSelectTextOnFocusDirective, decorators: [{
|
|
343
343
|
type: Directive,
|
|
344
344
|
args: [{
|
|
345
345
|
selector: '[stoSelectTextOnFocus]'
|
|
@@ -372,9 +372,9 @@ class StoGridSpacerDirective {
|
|
|
372
372
|
this.useClass = true;
|
|
373
373
|
}
|
|
374
374
|
}
|
|
375
|
-
StoGridSpacerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
376
|
-
StoGridSpacerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
375
|
+
StoGridSpacerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridSpacerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
376
|
+
StoGridSpacerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: StoGridSpacerDirective, selector: "[stoGridSpacer]", host: { properties: { "class.sto-f-grid__col": "this.useClass", "class.sto-f-grid__col--spacer": "this.useClass" } }, ngImport: i0 });
|
|
377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridSpacerDirective, decorators: [{
|
|
378
378
|
type: Directive,
|
|
379
379
|
args: [{ selector: '[stoGridSpacer]' }]
|
|
380
380
|
}], propDecorators: { useClass: [{
|
|
@@ -389,9 +389,9 @@ class StoGridColumnDirective {
|
|
|
389
389
|
this.useClass = true;
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
|
-
StoGridColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
393
|
-
StoGridColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
394
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
392
|
+
StoGridColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridColumnDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
393
|
+
StoGridColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: StoGridColumnDirective, selector: "[stoGridColumn]", inputs: { stoGridColumnDouble: "stoGridColumnDouble" }, host: { properties: { "class.sto-f-grid__col": "this.useClass", "class.sto-f-grid__col--2": "this.stoGridColumnDouble" } }, ngImport: i0 });
|
|
394
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridColumnDirective, decorators: [{
|
|
395
395
|
type: Directive,
|
|
396
396
|
args: [{ selector: '[stoGridColumn]' }]
|
|
397
397
|
}], propDecorators: { useClass: [{
|
|
@@ -432,9 +432,9 @@ class StoGridDirective {
|
|
|
432
432
|
}
|
|
433
433
|
}
|
|
434
434
|
}
|
|
435
|
-
StoGridDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
436
|
-
StoGridDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
435
|
+
StoGridDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
436
|
+
StoGridDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: StoGridDirective, selector: "[stoGrid]", inputs: { maxWidth: "maxWidth", minWidth: "minWidth", breakpoints: "breakpoints" }, host: { properties: { "style.max-width.px": "this.maxWidth", "style.min-width.px": "this.minWidth", "class.sto-f-grid": "this.baseClass" } }, queries: [{ propertyName: "columns", predicate: StoGridColumnDirective, read: ElementRef }], exportAs: ["stoGrid"], ngImport: i0 });
|
|
437
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridDirective, decorators: [{
|
|
438
438
|
type: Directive,
|
|
439
439
|
args: [{
|
|
440
440
|
selector: '[stoGrid]',
|
|
@@ -483,9 +483,9 @@ class MenuOverlayDirective {
|
|
|
483
483
|
element.style.width = '1px';
|
|
484
484
|
}
|
|
485
485
|
}
|
|
486
|
-
MenuOverlayDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
487
|
-
MenuOverlayDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
488
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
486
|
+
MenuOverlayDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: MenuOverlayDirective, deps: [{ token: i1.MatMenuTrigger, host: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
487
|
+
MenuOverlayDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: MenuOverlayDirective, selector: "[stoMenuOverlay]", host: { properties: { "style.left.px": "this.left", "style.top.px": "this.top" } }, exportAs: ["stoMenuOverlay"], ngImport: i0 });
|
|
488
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: MenuOverlayDirective, decorators: [{
|
|
489
489
|
type: Directive,
|
|
490
490
|
args: [{
|
|
491
491
|
selector: '[stoMenuOverlay]',
|
|
@@ -516,9 +516,9 @@ class ContextMenuDirective {
|
|
|
516
516
|
}, 150);
|
|
517
517
|
}
|
|
518
518
|
}
|
|
519
|
-
ContextMenuDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
520
|
-
ContextMenuDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
519
|
+
ContextMenuDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ContextMenuDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
520
|
+
ContextMenuDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: ContextMenuDirective, selector: "[stoContextMenu]", inputs: { menuTrigger: "menuTrigger", overlayDirective: "overlayDirective", menuContext: "menuContext" }, host: { listeners: { "contextmenu": "contextMenu($event)" } }, ngImport: i0 });
|
|
521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ContextMenuDirective, decorators: [{
|
|
522
522
|
type: Directive,
|
|
523
523
|
args: [{
|
|
524
524
|
selector: '[stoContextMenu]'
|
|
@@ -536,8 +536,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImpor
|
|
|
536
536
|
|
|
537
537
|
class StoDirectivesModule {
|
|
538
538
|
}
|
|
539
|
-
StoDirectivesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
540
|
-
StoDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
539
|
+
StoDirectivesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
540
|
+
StoDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: StoDirectivesModule, declarations: [QuickKeysDirective,
|
|
541
541
|
DateFormFieldClickDirective,
|
|
542
542
|
StoSelectTextOnFocusDirective,
|
|
543
543
|
StoGridDirective,
|
|
@@ -552,8 +552,8 @@ StoDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ver
|
|
|
552
552
|
StoGridSpacerDirective,
|
|
553
553
|
MenuOverlayDirective,
|
|
554
554
|
ContextMenuDirective] });
|
|
555
|
-
StoDirectivesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
556
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
555
|
+
StoDirectivesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoDirectivesModule, imports: [CommonModule, LayoutModule] });
|
|
556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoDirectivesModule, decorators: [{
|
|
557
557
|
type: NgModule,
|
|
558
558
|
args: [{
|
|
559
559
|
imports: [CommonModule, LayoutModule],
|
|
@@ -647,9 +647,9 @@ class NumberFormatPipe {
|
|
|
647
647
|
return returnValue.toFixed(precision);
|
|
648
648
|
}
|
|
649
649
|
}
|
|
650
|
-
NumberFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
651
|
-
NumberFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
650
|
+
NumberFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: NumberFormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
651
|
+
NumberFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: NumberFormatPipe, name: "numberFormat" });
|
|
652
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: NumberFormatPipe, decorators: [{
|
|
653
653
|
type: Pipe,
|
|
654
654
|
args: [{
|
|
655
655
|
name: 'numberFormat'
|
|
@@ -680,9 +680,9 @@ class CurrencyFormatPipe {
|
|
|
680
680
|
return intl.replace(/,/g, ' ').replace('.', ',') + ` ${unit}`;
|
|
681
681
|
}
|
|
682
682
|
}
|
|
683
|
-
CurrencyFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
684
|
-
CurrencyFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
685
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
683
|
+
CurrencyFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: CurrencyFormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
684
|
+
CurrencyFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: CurrencyFormatPipe, name: "currencyFormat" });
|
|
685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: CurrencyFormatPipe, decorators: [{
|
|
686
686
|
type: Pipe,
|
|
687
687
|
args: [{
|
|
688
688
|
name: 'currencyFormat'
|
|
@@ -705,9 +705,9 @@ class KeysPipe {
|
|
|
705
705
|
return [];
|
|
706
706
|
}
|
|
707
707
|
}
|
|
708
|
-
KeysPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
709
|
-
KeysPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
710
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
708
|
+
KeysPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: KeysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
709
|
+
KeysPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: KeysPipe, name: "keys" });
|
|
710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: KeysPipe, decorators: [{
|
|
711
711
|
type: Pipe,
|
|
712
712
|
args: [{
|
|
713
713
|
name: 'keys'
|
|
@@ -755,9 +755,9 @@ class DateFormatPipe {
|
|
|
755
755
|
}
|
|
756
756
|
}
|
|
757
757
|
}
|
|
758
|
-
DateFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
759
|
-
DateFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
760
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
758
|
+
DateFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DateFormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
759
|
+
DateFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: DateFormatPipe, name: "formatDate" });
|
|
760
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DateFormatPipe, decorators: [{
|
|
761
761
|
type: Pipe,
|
|
762
762
|
args: [{
|
|
763
763
|
name: 'formatDate'
|
|
@@ -781,9 +781,9 @@ class GetUnit {
|
|
|
781
781
|
return value;
|
|
782
782
|
}
|
|
783
783
|
}
|
|
784
|
-
GetUnit.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
785
|
-
GetUnit.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
786
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
784
|
+
GetUnit.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: GetUnit, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
785
|
+
GetUnit.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: GetUnit, name: "getUnit" });
|
|
786
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: GetUnit, decorators: [{
|
|
787
787
|
type: Pipe,
|
|
788
788
|
args: [{ name: 'getUnit' }]
|
|
789
789
|
}] });
|
|
@@ -798,9 +798,9 @@ class ExcludeUnit {
|
|
|
798
798
|
return value;
|
|
799
799
|
}
|
|
800
800
|
}
|
|
801
|
-
ExcludeUnit.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
802
|
-
ExcludeUnit.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
803
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
801
|
+
ExcludeUnit.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ExcludeUnit, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
802
|
+
ExcludeUnit.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: ExcludeUnit, name: "excludeUnit" });
|
|
803
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ExcludeUnit, decorators: [{
|
|
804
804
|
type: Pipe,
|
|
805
805
|
args: [{ name: 'excludeUnit' }]
|
|
806
806
|
}] });
|
|
@@ -817,17 +817,17 @@ class YesNoPipe {
|
|
|
817
817
|
return valueStr;
|
|
818
818
|
}
|
|
819
819
|
}
|
|
820
|
-
YesNoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
821
|
-
YesNoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
822
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
820
|
+
YesNoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: YesNoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
821
|
+
YesNoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: YesNoPipe, name: "yesNo" });
|
|
822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: YesNoPipe, decorators: [{
|
|
823
823
|
type: Pipe,
|
|
824
824
|
args: [{ name: 'yesNo' }]
|
|
825
825
|
}] });
|
|
826
826
|
|
|
827
827
|
class StoPipesModule {
|
|
828
828
|
}
|
|
829
|
-
StoPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
830
|
-
StoPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
829
|
+
StoPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
830
|
+
StoPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: StoPipesModule, declarations: [DateFormatPipe,
|
|
831
831
|
KeysPipe,
|
|
832
832
|
NumberFormatPipe,
|
|
833
833
|
CurrencyFormatPipe,
|
|
@@ -840,8 +840,8 @@ StoPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
|
|
|
840
840
|
GetUnit,
|
|
841
841
|
ExcludeUnit,
|
|
842
842
|
YesNoPipe] });
|
|
843
|
-
StoPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
844
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
843
|
+
StoPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoPipesModule, imports: [CommonModule] });
|
|
844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoPipesModule, decorators: [{
|
|
845
845
|
type: NgModule,
|
|
846
846
|
args: [{
|
|
847
847
|
imports: [CommonModule],
|
|
@@ -893,9 +893,9 @@ class StoUserPreferenceComponent {
|
|
|
893
893
|
this.destroyed$.complete();
|
|
894
894
|
}
|
|
895
895
|
}
|
|
896
|
-
StoUserPreferenceComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
897
|
-
StoUserPreferenceComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
898
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
896
|
+
StoUserPreferenceComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceComponent, deps: [{ token: i1$1.UntypedFormBuilder }, { token: StoUserPreferenceService }], target: i0.ɵɵFactoryTarget.Component });
|
|
897
|
+
StoUserPreferenceComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: StoUserPreferenceComponent, selector: "sto-user-preference", ngImport: i0, template: "<mat-expansion-panel [expanded]=\"false\">\n <mat-expansion-panel-header>\n <mat-panel-title>Settings<span style=\"opacity: 0.36\"> (beta)</span></mat-panel-title>\n </mat-expansion-panel-header>\n <div *ngIf=\"form\" class=\"sto-grid sto-grid--4\">\n\n <ng-content></ng-content>\n\n </div>\n</mat-expansion-panel>\n", styles: [""], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.MatExpansionPanel, selector: "mat-expansion-panel", inputs: ["disabled", "expanded", "hideToggle", "togglePosition"], outputs: ["opened", "closed", "expandedChange", "afterExpand", "afterCollapse"], exportAs: ["matExpansionPanel"] }, { kind: "component", type: i4.MatExpansionPanelHeader, selector: "mat-expansion-panel-header", inputs: ["tabIndex", "expandedHeight", "collapsedHeight"] }, { kind: "directive", type: i4.MatExpansionPanelTitle, selector: "mat-panel-title" }] });
|
|
898
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceComponent, decorators: [{
|
|
899
899
|
type: Component,
|
|
900
900
|
args: [{ selector: 'sto-user-preference', template: "<mat-expansion-panel [expanded]=\"false\">\n <mat-expansion-panel-header>\n <mat-panel-title>Settings<span style=\"opacity: 0.36\"> (beta)</span></mat-panel-title>\n </mat-expansion-panel-header>\n <div *ngIf=\"form\" class=\"sto-grid sto-grid--4\">\n\n <ng-content></ng-content>\n\n </div>\n</mat-expansion-panel>\n" }]
|
|
901
901
|
}], ctorParameters: function () { return [{ type: i1$1.UntypedFormBuilder }, { type: StoUserPreferenceService }]; } });
|
|
@@ -908,10 +908,10 @@ class StoUserPreferenceModule {
|
|
|
908
908
|
};
|
|
909
909
|
}
|
|
910
910
|
}
|
|
911
|
-
StoUserPreferenceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
912
|
-
StoUserPreferenceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
913
|
-
StoUserPreferenceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
914
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
911
|
+
StoUserPreferenceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
912
|
+
StoUserPreferenceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceModule, declarations: [StoUserPreferenceComponent], imports: [CommonModule, MatExpansionModule, ReactiveFormsModule, FormsModule], exports: [StoUserPreferenceComponent] });
|
|
913
|
+
StoUserPreferenceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceModule, imports: [CommonModule, MatExpansionModule, ReactiveFormsModule, FormsModule] });
|
|
914
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceModule, decorators: [{
|
|
915
915
|
type: NgModule,
|
|
916
916
|
args: [{
|
|
917
917
|
imports: [CommonModule, MatExpansionModule, ReactiveFormsModule, FormsModule],
|
|
@@ -208,9 +208,9 @@ class QuickKeysDirective {
|
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
|
-
QuickKeysDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
212
|
-
QuickKeysDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
211
|
+
QuickKeysDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: QuickKeysDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
212
|
+
QuickKeysDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: QuickKeysDirective, selector: "[stoQuickKeys]", inputs: { quickKeys: "quickKeys", formGroup: "formGroup" }, outputs: { quickSubmit: "quickSubmit", quickCancel: "quickCancel" }, host: { listeners: { "keyup": "onKeyUp($event)" } }, ngImport: i0 });
|
|
213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: QuickKeysDirective, decorators: [{
|
|
214
214
|
type: Directive,
|
|
215
215
|
args: [{
|
|
216
216
|
selector: '[stoQuickKeys]'
|
|
@@ -250,9 +250,9 @@ class DateFormFieldClickDirective {
|
|
|
250
250
|
this.destroy$.complete();
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
|
-
DateFormFieldClickDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
254
|
-
DateFormFieldClickDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
253
|
+
DateFormFieldClickDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DateFormFieldClickDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
254
|
+
DateFormFieldClickDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: DateFormFieldClickDirective, selector: "[stoDateFormFieldClick]", inputs: { stoDateFormFieldClick: "stoDateFormFieldClick" }, host: { listeners: { "click": "clickEvent()" } }, queries: [{ propertyName: "inputs", predicate: MatInput }], ngImport: i0 });
|
|
255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DateFormFieldClickDirective, decorators: [{
|
|
256
256
|
type: Directive,
|
|
257
257
|
args: [{
|
|
258
258
|
selector: '[stoDateFormFieldClick]'
|
|
@@ -297,9 +297,9 @@ class StoUserPreferenceService {
|
|
|
297
297
|
sessionStorage.setItem(preferenceKey, JSON.stringify(value));
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
|
-
StoUserPreferenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
301
|
-
StoUserPreferenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
300
|
+
StoUserPreferenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
301
|
+
StoUserPreferenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceService });
|
|
302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceService, decorators: [{
|
|
303
303
|
type: Injectable
|
|
304
304
|
}], ctorParameters: function () { return []; } });
|
|
305
305
|
|
|
@@ -338,9 +338,9 @@ class StoSelectTextOnFocusDirective {
|
|
|
338
338
|
this.destroyed$.complete();
|
|
339
339
|
}
|
|
340
340
|
}
|
|
341
|
-
StoSelectTextOnFocusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
342
|
-
StoSelectTextOnFocusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
341
|
+
StoSelectTextOnFocusDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoSelectTextOnFocusDirective, deps: [{ token: i0.ElementRef }, { token: StoUserPreferenceService, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
342
|
+
StoSelectTextOnFocusDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: StoSelectTextOnFocusDirective, selector: "[stoSelectTextOnFocus]", host: { listeners: { "focus": "onFocus()", "dblclick": "onFocus()" } }, ngImport: i0 });
|
|
343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoSelectTextOnFocusDirective, decorators: [{
|
|
344
344
|
type: Directive,
|
|
345
345
|
args: [{
|
|
346
346
|
selector: '[stoSelectTextOnFocus]'
|
|
@@ -371,9 +371,9 @@ class StoGridSpacerDirective {
|
|
|
371
371
|
this.useClass = true;
|
|
372
372
|
}
|
|
373
373
|
}
|
|
374
|
-
StoGridSpacerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
375
|
-
StoGridSpacerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
374
|
+
StoGridSpacerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridSpacerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
375
|
+
StoGridSpacerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: StoGridSpacerDirective, selector: "[stoGridSpacer]", host: { properties: { "class.sto-f-grid__col": "this.useClass", "class.sto-f-grid__col--spacer": "this.useClass" } }, ngImport: i0 });
|
|
376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridSpacerDirective, decorators: [{
|
|
377
377
|
type: Directive,
|
|
378
378
|
args: [{ selector: '[stoGridSpacer]' }]
|
|
379
379
|
}], propDecorators: { useClass: [{
|
|
@@ -388,9 +388,9 @@ class StoGridColumnDirective {
|
|
|
388
388
|
this.useClass = true;
|
|
389
389
|
}
|
|
390
390
|
}
|
|
391
|
-
StoGridColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
392
|
-
StoGridColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
391
|
+
StoGridColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridColumnDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
392
|
+
StoGridColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: StoGridColumnDirective, selector: "[stoGridColumn]", inputs: { stoGridColumnDouble: "stoGridColumnDouble" }, host: { properties: { "class.sto-f-grid__col": "this.useClass", "class.sto-f-grid__col--2": "this.stoGridColumnDouble" } }, ngImport: i0 });
|
|
393
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridColumnDirective, decorators: [{
|
|
394
394
|
type: Directive,
|
|
395
395
|
args: [{ selector: '[stoGridColumn]' }]
|
|
396
396
|
}], propDecorators: { useClass: [{
|
|
@@ -431,9 +431,9 @@ class StoGridDirective {
|
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
433
|
}
|
|
434
|
-
StoGridDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
435
|
-
StoGridDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
436
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
434
|
+
StoGridDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
435
|
+
StoGridDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: StoGridDirective, selector: "[stoGrid]", inputs: { maxWidth: "maxWidth", minWidth: "minWidth", breakpoints: "breakpoints" }, host: { properties: { "style.max-width.px": "this.maxWidth", "style.min-width.px": "this.minWidth", "class.sto-f-grid": "this.baseClass" } }, queries: [{ propertyName: "columns", predicate: StoGridColumnDirective, read: ElementRef }], exportAs: ["stoGrid"], ngImport: i0 });
|
|
436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoGridDirective, decorators: [{
|
|
437
437
|
type: Directive,
|
|
438
438
|
args: [{
|
|
439
439
|
selector: '[stoGrid]',
|
|
@@ -482,9 +482,9 @@ class MenuOverlayDirective {
|
|
|
482
482
|
element.style.width = '1px';
|
|
483
483
|
}
|
|
484
484
|
}
|
|
485
|
-
MenuOverlayDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
486
|
-
MenuOverlayDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
485
|
+
MenuOverlayDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: MenuOverlayDirective, deps: [{ token: i1.MatMenuTrigger, host: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
486
|
+
MenuOverlayDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: MenuOverlayDirective, selector: "[stoMenuOverlay]", host: { properties: { "style.left.px": "this.left", "style.top.px": "this.top" } }, exportAs: ["stoMenuOverlay"], ngImport: i0 });
|
|
487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: MenuOverlayDirective, decorators: [{
|
|
488
488
|
type: Directive,
|
|
489
489
|
args: [{
|
|
490
490
|
selector: '[stoMenuOverlay]',
|
|
@@ -513,9 +513,9 @@ class ContextMenuDirective {
|
|
|
513
513
|
}, 150);
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
|
-
ContextMenuDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
517
|
-
ContextMenuDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
518
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
516
|
+
ContextMenuDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ContextMenuDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
517
|
+
ContextMenuDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.5", type: ContextMenuDirective, selector: "[stoContextMenu]", inputs: { menuTrigger: "menuTrigger", overlayDirective: "overlayDirective", menuContext: "menuContext" }, host: { listeners: { "contextmenu": "contextMenu($event)" } }, ngImport: i0 });
|
|
518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ContextMenuDirective, decorators: [{
|
|
519
519
|
type: Directive,
|
|
520
520
|
args: [{
|
|
521
521
|
selector: '[stoContextMenu]'
|
|
@@ -533,8 +533,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.1", ngImpor
|
|
|
533
533
|
|
|
534
534
|
class StoDirectivesModule {
|
|
535
535
|
}
|
|
536
|
-
StoDirectivesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
537
|
-
StoDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
536
|
+
StoDirectivesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoDirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
537
|
+
StoDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: StoDirectivesModule, declarations: [QuickKeysDirective,
|
|
538
538
|
DateFormFieldClickDirective,
|
|
539
539
|
StoSelectTextOnFocusDirective,
|
|
540
540
|
StoGridDirective,
|
|
@@ -549,8 +549,8 @@ StoDirectivesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ver
|
|
|
549
549
|
StoGridSpacerDirective,
|
|
550
550
|
MenuOverlayDirective,
|
|
551
551
|
ContextMenuDirective] });
|
|
552
|
-
StoDirectivesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
552
|
+
StoDirectivesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoDirectivesModule, imports: [CommonModule, LayoutModule] });
|
|
553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoDirectivesModule, decorators: [{
|
|
554
554
|
type: NgModule,
|
|
555
555
|
args: [{
|
|
556
556
|
imports: [CommonModule, LayoutModule],
|
|
@@ -644,9 +644,9 @@ class NumberFormatPipe {
|
|
|
644
644
|
return returnValue.toFixed(precision);
|
|
645
645
|
}
|
|
646
646
|
}
|
|
647
|
-
NumberFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
648
|
-
NumberFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
647
|
+
NumberFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: NumberFormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
648
|
+
NumberFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: NumberFormatPipe, name: "numberFormat" });
|
|
649
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: NumberFormatPipe, decorators: [{
|
|
650
650
|
type: Pipe,
|
|
651
651
|
args: [{
|
|
652
652
|
name: 'numberFormat'
|
|
@@ -677,9 +677,9 @@ class CurrencyFormatPipe {
|
|
|
677
677
|
return intl.replace(/,/g, ' ').replace('.', ',') + ` ${unit}`;
|
|
678
678
|
}
|
|
679
679
|
}
|
|
680
|
-
CurrencyFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
681
|
-
CurrencyFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
680
|
+
CurrencyFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: CurrencyFormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
681
|
+
CurrencyFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: CurrencyFormatPipe, name: "currencyFormat" });
|
|
682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: CurrencyFormatPipe, decorators: [{
|
|
683
683
|
type: Pipe,
|
|
684
684
|
args: [{
|
|
685
685
|
name: 'currencyFormat'
|
|
@@ -702,9 +702,9 @@ class KeysPipe {
|
|
|
702
702
|
return [];
|
|
703
703
|
}
|
|
704
704
|
}
|
|
705
|
-
KeysPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
706
|
-
KeysPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
705
|
+
KeysPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: KeysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
706
|
+
KeysPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: KeysPipe, name: "keys" });
|
|
707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: KeysPipe, decorators: [{
|
|
708
708
|
type: Pipe,
|
|
709
709
|
args: [{
|
|
710
710
|
name: 'keys'
|
|
@@ -752,9 +752,9 @@ class DateFormatPipe {
|
|
|
752
752
|
}
|
|
753
753
|
}
|
|
754
754
|
}
|
|
755
|
-
DateFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
756
|
-
DateFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
755
|
+
DateFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DateFormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
756
|
+
DateFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: DateFormatPipe, name: "formatDate" });
|
|
757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: DateFormatPipe, decorators: [{
|
|
758
758
|
type: Pipe,
|
|
759
759
|
args: [{
|
|
760
760
|
name: 'formatDate'
|
|
@@ -778,9 +778,9 @@ class GetUnit {
|
|
|
778
778
|
return value;
|
|
779
779
|
}
|
|
780
780
|
}
|
|
781
|
-
GetUnit.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
782
|
-
GetUnit.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
783
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
781
|
+
GetUnit.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: GetUnit, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
782
|
+
GetUnit.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: GetUnit, name: "getUnit" });
|
|
783
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: GetUnit, decorators: [{
|
|
784
784
|
type: Pipe,
|
|
785
785
|
args: [{ name: 'getUnit' }]
|
|
786
786
|
}] });
|
|
@@ -795,9 +795,9 @@ class ExcludeUnit {
|
|
|
795
795
|
return value;
|
|
796
796
|
}
|
|
797
797
|
}
|
|
798
|
-
ExcludeUnit.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
799
|
-
ExcludeUnit.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
800
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
798
|
+
ExcludeUnit.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ExcludeUnit, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
799
|
+
ExcludeUnit.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: ExcludeUnit, name: "excludeUnit" });
|
|
800
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: ExcludeUnit, decorators: [{
|
|
801
801
|
type: Pipe,
|
|
802
802
|
args: [{ name: 'excludeUnit' }]
|
|
803
803
|
}] });
|
|
@@ -814,17 +814,17 @@ class YesNoPipe {
|
|
|
814
814
|
return valueStr;
|
|
815
815
|
}
|
|
816
816
|
}
|
|
817
|
-
YesNoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
818
|
-
YesNoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.
|
|
819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
817
|
+
YesNoPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: YesNoPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
818
|
+
YesNoPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: YesNoPipe, name: "yesNo" });
|
|
819
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: YesNoPipe, decorators: [{
|
|
820
820
|
type: Pipe,
|
|
821
821
|
args: [{ name: 'yesNo' }]
|
|
822
822
|
}] });
|
|
823
823
|
|
|
824
824
|
class StoPipesModule {
|
|
825
825
|
}
|
|
826
|
-
StoPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
827
|
-
StoPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
826
|
+
StoPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
827
|
+
StoPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: StoPipesModule, declarations: [DateFormatPipe,
|
|
828
828
|
KeysPipe,
|
|
829
829
|
NumberFormatPipe,
|
|
830
830
|
CurrencyFormatPipe,
|
|
@@ -837,8 +837,8 @@ StoPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
|
|
|
837
837
|
GetUnit,
|
|
838
838
|
ExcludeUnit,
|
|
839
839
|
YesNoPipe] });
|
|
840
|
-
StoPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
840
|
+
StoPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoPipesModule, imports: [CommonModule] });
|
|
841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoPipesModule, decorators: [{
|
|
842
842
|
type: NgModule,
|
|
843
843
|
args: [{
|
|
844
844
|
imports: [CommonModule],
|
|
@@ -891,9 +891,9 @@ class StoUserPreferenceComponent {
|
|
|
891
891
|
this.destroyed$.complete();
|
|
892
892
|
}
|
|
893
893
|
}
|
|
894
|
-
StoUserPreferenceComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
895
|
-
StoUserPreferenceComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
896
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
894
|
+
StoUserPreferenceComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceComponent, deps: [{ token: i1$1.UntypedFormBuilder }, { token: StoUserPreferenceService }], target: i0.ɵɵFactoryTarget.Component });
|
|
895
|
+
StoUserPreferenceComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.5", type: StoUserPreferenceComponent, selector: "sto-user-preference", ngImport: i0, template: "<mat-expansion-panel [expanded]=\"false\">\n <mat-expansion-panel-header>\n <mat-panel-title>Settings<span style=\"opacity: 0.36\"> (beta)</span></mat-panel-title>\n </mat-expansion-panel-header>\n <div *ngIf=\"form\" class=\"sto-grid sto-grid--4\">\n\n <ng-content></ng-content>\n\n </div>\n</mat-expansion-panel>\n", styles: [""], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.MatExpansionPanel, selector: "mat-expansion-panel", inputs: ["disabled", "expanded", "hideToggle", "togglePosition"], outputs: ["opened", "closed", "expandedChange", "afterExpand", "afterCollapse"], exportAs: ["matExpansionPanel"] }, { kind: "component", type: i4.MatExpansionPanelHeader, selector: "mat-expansion-panel-header", inputs: ["tabIndex", "expandedHeight", "collapsedHeight"] }, { kind: "directive", type: i4.MatExpansionPanelTitle, selector: "mat-panel-title" }] });
|
|
896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceComponent, decorators: [{
|
|
897
897
|
type: Component,
|
|
898
898
|
args: [{ selector: 'sto-user-preference', template: "<mat-expansion-panel [expanded]=\"false\">\n <mat-expansion-panel-header>\n <mat-panel-title>Settings<span style=\"opacity: 0.36\"> (beta)</span></mat-panel-title>\n </mat-expansion-panel-header>\n <div *ngIf=\"form\" class=\"sto-grid sto-grid--4\">\n\n <ng-content></ng-content>\n\n </div>\n</mat-expansion-panel>\n" }]
|
|
899
899
|
}], ctorParameters: function () { return [{ type: i1$1.UntypedFormBuilder }, { type: StoUserPreferenceService }]; } });
|
|
@@ -906,10 +906,10 @@ class StoUserPreferenceModule {
|
|
|
906
906
|
};
|
|
907
907
|
}
|
|
908
908
|
}
|
|
909
|
-
StoUserPreferenceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
910
|
-
StoUserPreferenceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
911
|
-
StoUserPreferenceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
912
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
909
|
+
StoUserPreferenceModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
910
|
+
StoUserPreferenceModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceModule, declarations: [StoUserPreferenceComponent], imports: [CommonModule, MatExpansionModule, ReactiveFormsModule, FormsModule], exports: [StoUserPreferenceComponent] });
|
|
911
|
+
StoUserPreferenceModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceModule, imports: [CommonModule, MatExpansionModule, ReactiveFormsModule, FormsModule] });
|
|
912
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.5", ngImport: i0, type: StoUserPreferenceModule, decorators: [{
|
|
913
913
|
type: NgModule,
|
|
914
914
|
args: [{
|
|
915
915
|
imports: [CommonModule, MatExpansionModule, ReactiveFormsModule, FormsModule],
|
package/ngx-datatable.css
CHANGED
|
@@ -158,14 +158,10 @@
|
|
|
158
158
|
line-height: 13px;
|
|
159
159
|
font-weight: 400;
|
|
160
160
|
vertical-align: baseline;
|
|
161
|
-
-webkit-user-select: none;
|
|
162
|
-
/*
|
|
163
|
-
-
|
|
164
|
-
/*
|
|
165
|
-
-ms-user-select: none;
|
|
166
|
-
/* IE10+/Edge */
|
|
167
|
-
user-select: none;
|
|
168
|
-
/* Standard */
|
|
161
|
+
-webkit-user-select: none; /* Safari */
|
|
162
|
+
-moz-user-select: none; /* Firefox */
|
|
163
|
+
-ms-user-select: none; /* IE10+/Edge */
|
|
164
|
+
user-select: none; /* Standard */
|
|
169
165
|
}
|
|
170
166
|
.ngx-datatable.sto-datatable .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
|
|
171
167
|
position: relative;
|
package/ngx-stoui.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import url("https://eds
|
|
1
|
+
@import url("https://cdn.eds.equinor.com/font/equinor-font.css");
|
|
2
2
|
@import url("https://fonts.googleapis.com/css?family=Material+Icons");
|
|
3
3
|
@import url("https://fonts.googleapis.com/css?family=Material+Icons+Outlined");
|
|
4
4
|
body .sto-action-footer {
|
|
@@ -2263,7 +2263,6 @@ body .mat-toolbar .mat-input-element {
|
|
|
2263
2263
|
.mat-toolbar-multiple-rows {
|
|
2264
2264
|
min-height: 56px;
|
|
2265
2265
|
}
|
|
2266
|
-
|
|
2267
2266
|
.mat-toolbar-row, .mat-toolbar-single-row {
|
|
2268
2267
|
height: 56px;
|
|
2269
2268
|
}
|
|
@@ -3266,12 +3265,8 @@ body, .sto-header, .mat-card {
|
|
|
3266
3265
|
box-sizing: content-box !important;
|
|
3267
3266
|
height: 0 !important;
|
|
3268
3267
|
}
|
|
3269
|
-
@keyframes cdk-text-field-autofill-start {
|
|
3270
|
-
|
|
3271
|
-
}
|
|
3272
|
-
@keyframes cdk-text-field-autofill-end {
|
|
3273
|
-
/*!*/
|
|
3274
|
-
}
|
|
3268
|
+
@keyframes cdk-text-field-autofill-start { /*!*/ }
|
|
3269
|
+
@keyframes cdk-text-field-autofill-end { /*!*/ }
|
|
3275
3270
|
.mat-typography .cdk-text-field-autofill-monitored:-webkit-autofill {
|
|
3276
3271
|
animation: cdk-text-field-autofill-start 0s 1ms;
|
|
3277
3272
|
}
|
|
@@ -3281,9 +3276,46 @@ body, .sto-header, .mat-card {
|
|
|
3281
3276
|
.mat-typography .mat-focus-indicator {
|
|
3282
3277
|
position: relative;
|
|
3283
3278
|
}
|
|
3279
|
+
.mat-typography .mat-focus-indicator::before {
|
|
3280
|
+
top: 0;
|
|
3281
|
+
left: 0;
|
|
3282
|
+
right: 0;
|
|
3283
|
+
bottom: 0;
|
|
3284
|
+
position: absolute;
|
|
3285
|
+
box-sizing: border-box;
|
|
3286
|
+
pointer-events: none;
|
|
3287
|
+
display: var(--mat-focus-indicator-display, none);
|
|
3288
|
+
border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
|
|
3289
|
+
border-radius: var(--mat-focus-indicator-border-radius, 4px);
|
|
3290
|
+
}
|
|
3291
|
+
.mat-typography .mat-focus-indicator:focus::before {
|
|
3292
|
+
content: "";
|
|
3293
|
+
}
|
|
3294
|
+
.cdk-high-contrast-active .mat-typography {
|
|
3295
|
+
--mat-focus-indicator-display: block;
|
|
3296
|
+
}
|
|
3297
|
+
|
|
3284
3298
|
.mat-typography .mat-mdc-focus-indicator {
|
|
3285
3299
|
position: relative;
|
|
3286
3300
|
}
|
|
3301
|
+
.mat-typography .mat-mdc-focus-indicator::before {
|
|
3302
|
+
top: 0;
|
|
3303
|
+
left: 0;
|
|
3304
|
+
right: 0;
|
|
3305
|
+
bottom: 0;
|
|
3306
|
+
position: absolute;
|
|
3307
|
+
box-sizing: border-box;
|
|
3308
|
+
pointer-events: none;
|
|
3309
|
+
display: var(--mat-mdc-focus-indicator-display, none);
|
|
3310
|
+
border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
|
|
3311
|
+
border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
|
|
3312
|
+
}
|
|
3313
|
+
.mat-typography .mat-mdc-focus-indicator:focus::before {
|
|
3314
|
+
content: "";
|
|
3315
|
+
}
|
|
3316
|
+
.cdk-high-contrast-active .mat-typography {
|
|
3317
|
+
--mat-mdc-focus-indicator-display: block;
|
|
3318
|
+
}
|
|
3287
3319
|
|
|
3288
3320
|
.mat-typography.sto-sm-typography .mat-badge-content {
|
|
3289
3321
|
font-weight: 600;
|
|
@@ -3914,12 +3946,8 @@ body, .sto-header, .mat-card {
|
|
|
3914
3946
|
box-sizing: content-box !important;
|
|
3915
3947
|
height: 0 !important;
|
|
3916
3948
|
}
|
|
3917
|
-
@keyframes cdk-text-field-autofill-start {
|
|
3918
|
-
|
|
3919
|
-
}
|
|
3920
|
-
@keyframes cdk-text-field-autofill-end {
|
|
3921
|
-
/*!*/
|
|
3922
|
-
}
|
|
3949
|
+
@keyframes cdk-text-field-autofill-start { /*!*/ }
|
|
3950
|
+
@keyframes cdk-text-field-autofill-end { /*!*/ }
|
|
3923
3951
|
.mat-typography.sto-sm-typography .cdk-text-field-autofill-monitored:-webkit-autofill {
|
|
3924
3952
|
animation: cdk-text-field-autofill-start 0s 1ms;
|
|
3925
3953
|
}
|
|
@@ -3929,9 +3957,46 @@ body, .sto-header, .mat-card {
|
|
|
3929
3957
|
.mat-typography.sto-sm-typography .mat-focus-indicator {
|
|
3930
3958
|
position: relative;
|
|
3931
3959
|
}
|
|
3960
|
+
.mat-typography.sto-sm-typography .mat-focus-indicator::before {
|
|
3961
|
+
top: 0;
|
|
3962
|
+
left: 0;
|
|
3963
|
+
right: 0;
|
|
3964
|
+
bottom: 0;
|
|
3965
|
+
position: absolute;
|
|
3966
|
+
box-sizing: border-box;
|
|
3967
|
+
pointer-events: none;
|
|
3968
|
+
display: var(--mat-focus-indicator-display, none);
|
|
3969
|
+
border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
|
|
3970
|
+
border-radius: var(--mat-focus-indicator-border-radius, 4px);
|
|
3971
|
+
}
|
|
3972
|
+
.mat-typography.sto-sm-typography .mat-focus-indicator:focus::before {
|
|
3973
|
+
content: "";
|
|
3974
|
+
}
|
|
3975
|
+
.cdk-high-contrast-active .mat-typography.sto-sm-typography {
|
|
3976
|
+
--mat-focus-indicator-display: block;
|
|
3977
|
+
}
|
|
3978
|
+
|
|
3932
3979
|
.mat-typography.sto-sm-typography .mat-mdc-focus-indicator {
|
|
3933
3980
|
position: relative;
|
|
3934
3981
|
}
|
|
3982
|
+
.mat-typography.sto-sm-typography .mat-mdc-focus-indicator::before {
|
|
3983
|
+
top: 0;
|
|
3984
|
+
left: 0;
|
|
3985
|
+
right: 0;
|
|
3986
|
+
bottom: 0;
|
|
3987
|
+
position: absolute;
|
|
3988
|
+
box-sizing: border-box;
|
|
3989
|
+
pointer-events: none;
|
|
3990
|
+
display: var(--mat-mdc-focus-indicator-display, none);
|
|
3991
|
+
border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
|
|
3992
|
+
border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
|
|
3993
|
+
}
|
|
3994
|
+
.mat-typography.sto-sm-typography .mat-mdc-focus-indicator:focus::before {
|
|
3995
|
+
content: "";
|
|
3996
|
+
}
|
|
3997
|
+
.cdk-high-contrast-active .mat-typography.sto-sm-typography {
|
|
3998
|
+
--mat-mdc-focus-indicator-display: block;
|
|
3999
|
+
}
|
|
3935
4000
|
|
|
3936
4001
|
.mat-typography.sto-l-typography .mat-badge-content {
|
|
3937
4002
|
font-weight: 600;
|
|
@@ -4562,12 +4627,8 @@ body, .sto-header, .mat-card {
|
|
|
4562
4627
|
box-sizing: content-box !important;
|
|
4563
4628
|
height: 0 !important;
|
|
4564
4629
|
}
|
|
4565
|
-
@keyframes cdk-text-field-autofill-start {
|
|
4566
|
-
|
|
4567
|
-
}
|
|
4568
|
-
@keyframes cdk-text-field-autofill-end {
|
|
4569
|
-
/*!*/
|
|
4570
|
-
}
|
|
4630
|
+
@keyframes cdk-text-field-autofill-start { /*!*/ }
|
|
4631
|
+
@keyframes cdk-text-field-autofill-end { /*!*/ }
|
|
4571
4632
|
.mat-typography.sto-l-typography .cdk-text-field-autofill-monitored:-webkit-autofill {
|
|
4572
4633
|
animation: cdk-text-field-autofill-start 0s 1ms;
|
|
4573
4634
|
}
|
|
@@ -4577,9 +4638,46 @@ body, .sto-header, .mat-card {
|
|
|
4577
4638
|
.mat-typography.sto-l-typography .mat-focus-indicator {
|
|
4578
4639
|
position: relative;
|
|
4579
4640
|
}
|
|
4641
|
+
.mat-typography.sto-l-typography .mat-focus-indicator::before {
|
|
4642
|
+
top: 0;
|
|
4643
|
+
left: 0;
|
|
4644
|
+
right: 0;
|
|
4645
|
+
bottom: 0;
|
|
4646
|
+
position: absolute;
|
|
4647
|
+
box-sizing: border-box;
|
|
4648
|
+
pointer-events: none;
|
|
4649
|
+
display: var(--mat-focus-indicator-display, none);
|
|
4650
|
+
border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
|
|
4651
|
+
border-radius: var(--mat-focus-indicator-border-radius, 4px);
|
|
4652
|
+
}
|
|
4653
|
+
.mat-typography.sto-l-typography .mat-focus-indicator:focus::before {
|
|
4654
|
+
content: "";
|
|
4655
|
+
}
|
|
4656
|
+
.cdk-high-contrast-active .mat-typography.sto-l-typography {
|
|
4657
|
+
--mat-focus-indicator-display: block;
|
|
4658
|
+
}
|
|
4659
|
+
|
|
4580
4660
|
.mat-typography.sto-l-typography .mat-mdc-focus-indicator {
|
|
4581
4661
|
position: relative;
|
|
4582
4662
|
}
|
|
4663
|
+
.mat-typography.sto-l-typography .mat-mdc-focus-indicator::before {
|
|
4664
|
+
top: 0;
|
|
4665
|
+
left: 0;
|
|
4666
|
+
right: 0;
|
|
4667
|
+
bottom: 0;
|
|
4668
|
+
position: absolute;
|
|
4669
|
+
box-sizing: border-box;
|
|
4670
|
+
pointer-events: none;
|
|
4671
|
+
display: var(--mat-mdc-focus-indicator-display, none);
|
|
4672
|
+
border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
|
|
4673
|
+
border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
|
|
4674
|
+
}
|
|
4675
|
+
.mat-typography.sto-l-typography .mat-mdc-focus-indicator:focus::before {
|
|
4676
|
+
content: "";
|
|
4677
|
+
}
|
|
4678
|
+
.cdk-high-contrast-active .mat-typography.sto-l-typography {
|
|
4679
|
+
--mat-mdc-focus-indicator-display: block;
|
|
4680
|
+
}
|
|
4583
4681
|
|
|
4584
4682
|
/**
|
|
4585
4683
|
Flexible, dynamic grid
|
package/package.json
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ngx-stoui/core",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.2",
|
|
4
|
+
"author": {
|
|
5
|
+
"name": "Ronnie Laugen",
|
|
6
|
+
"email": "rhenri@equinor.com"
|
|
7
|
+
},
|
|
8
|
+
"maintainers": [
|
|
9
|
+
"yusijs"
|
|
10
|
+
],
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/equinor/oilmod-web"
|
|
15
|
+
},
|
|
16
|
+
"description": "Core packages like styling, pipes and common directives for Angular, based on EDS design styles",
|
|
17
|
+
"keywords": [
|
|
18
|
+
"eds",
|
|
19
|
+
"angular",
|
|
20
|
+
"material",
|
|
21
|
+
"equinor"
|
|
22
|
+
],
|
|
4
23
|
"peerDependencies": {
|
|
5
24
|
"@angular/common": "^14.0.0",
|
|
6
25
|
"@angular/core": "^14.0.0",
|
package/style/_fonts.scss
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
@import url("https://eds
|
|
1
|
+
@import url("https://cdn.eds.equinor.com/font/equinor-font.css");
|
|
2
2
|
@import url("https://fonts.googleapis.com/css?family=Material+Icons");
|
|
3
3
|
@import url("https://fonts.googleapis.com/css?family=Material+Icons+Outlined");
|