@enigmatry/entry-components 16.1.0 → 16.1.1-preview.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/common/common.module.d.ts +3 -1
  2. package/common/date-time/entry-date-time-adapter.d.ts +12 -7
  3. package/common/date-time/entry-date-time-formats.d.ts +25 -0
  4. package/common/date-time/entry-time-adapter.d.ts +9 -0
  5. package/common/date-time/index.d.ts +4 -2
  6. package/common/date-time/native-time-adapter.d.ts +13 -0
  7. package/common/directives/index.d.ts +2 -0
  8. package/common/directives/ng-control-accessor.directive.d.ts +12 -0
  9. package/common/directives/noop-control-value-accessor.d.ts +10 -0
  10. package/date-time-picker/README.md +69 -0
  11. package/date-time-picker/date-time-picker.component.d.ts +35 -0
  12. package/date-time-picker/date-time-picker.module.d.ts +16 -0
  13. package/date-time-picker/index.d.ts +5 -0
  14. package/date-time-picker/public-api.d.ts +2 -0
  15. package/date-time-picker/time-picker.component.d.ts +26 -0
  16. package/esm2022/common/common.module.mjs +11 -3
  17. package/esm2022/common/date-time/entry-date-time-adapter.mjs +30 -12
  18. package/esm2022/common/date-time/entry-date-time-formats.mjs +14 -0
  19. package/esm2022/common/date-time/entry-time-adapter.mjs +10 -0
  20. package/esm2022/common/date-time/index.mjs +5 -3
  21. package/esm2022/common/date-time/native-time-adapter.mjs +31 -0
  22. package/esm2022/common/directives/index.mjs +3 -1
  23. package/esm2022/common/directives/ng-control-accessor.directive.mjs +46 -0
  24. package/esm2022/common/directives/noop-control-value-accessor.mjs +32 -0
  25. package/esm2022/date-time-picker/date-time-picker.component.mjs +126 -0
  26. package/esm2022/date-time-picker/date-time-picker.module.mjs +58 -0
  27. package/esm2022/date-time-picker/enigmatry-entry-components-date-time-picker.mjs +5 -0
  28. package/esm2022/date-time-picker/public-api.mjs +3 -0
  29. package/esm2022/date-time-picker/time-picker.component.mjs +80 -0
  30. package/esm2022/search-filter/date-time/date-time-search-filter.component.mjs +4 -4
  31. package/fesm2022/enigmatry-entry-components-common.mjs +158 -16
  32. package/fesm2022/enigmatry-entry-components-common.mjs.map +1 -1
  33. package/fesm2022/enigmatry-entry-components-date-time-picker.mjs +258 -0
  34. package/fesm2022/enigmatry-entry-components-date-time-picker.mjs.map +1 -0
  35. package/fesm2022/enigmatry-entry-components-search-filter.mjs +3 -3
  36. package/fesm2022/enigmatry-entry-components-search-filter.mjs.map +1 -1
  37. package/package.json +95 -89
  38. package/styles/modules/_default-theme.scss +12 -10
  39. package/styles/modules/components/buttons/_radio.scss +10 -5
  40. package/styles/modules/components/checkboxes/_generator.scss +17 -12
  41. package/styles/modules/components/tables/_header.scss +4 -2
  42. package/styles/modules/components/tables/_rows.scss +23 -11
  43. package/styles/modules/components/toggle/_generator.scss +25 -23
  44. package/styles/partials/core/components/_index.scss +2 -1
  45. package/styles/partials/core/components/date-time-picker/_general.scss +65 -0
  46. package/styles/partials/core/components/forms/_general.scss +0 -4
  47. package/common/date-time/entry-date-time.d.ts +0 -7
  48. package/esm2022/common/date-time/entry-date-time.mjs +0 -3
package/package.json CHANGED
@@ -1,96 +1,102 @@
1
1
  {
2
- "name": "@enigmatry/entry-components",
3
- "version": "16.1.0",
4
- "author": "Enigmatry",
5
- "description": "Enigmatry entry angular material components",
6
- "homepage": "https://github.com/enigmatry/entry-angular-building-blocks/tree/master/libs/entry-components#readme",
7
- "repository": {
8
- "type": "git",
9
- "url": "https://github.com/enigmatry/entry-angular-building-blocks.git"
10
- },
11
- "license": "Apache-2.0",
12
- "peerDependencies": {
13
- "@angular/animations": "^16.0.0",
14
- "@angular/cdk": "^16.0.0",
15
- "@angular/common": "^16.0.0",
16
- "@angular/core": "^16.0.0",
17
- "@angular/material": "^16.0.0",
18
- "@angular/forms": "^16.0.0",
19
- "@angular/platform-browser": "^16.0.0",
20
- "lodash-es": "^4.17.21"
21
- },
22
- "dependencies": {
23
- "tslib": "^2.3.0"
24
- },
25
- "publishConfig": {
26
- "access": "public"
27
- },
28
- "module": "fesm2022/enigmatry-entry-components.mjs",
29
- "typings": "index.d.ts",
30
- "exports": {
31
- "./package.json": {
32
- "default": "./package.json"
2
+ "name": "@enigmatry/entry-components",
3
+ "version": "16.1.1-preview.4",
4
+ "author": "Enigmatry",
5
+ "description": "Enigmatry entry angular material components",
6
+ "homepage": "https://github.com/enigmatry/entry-angular-building-blocks/tree/master/libs/entry-components#readme",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/enigmatry/entry-angular-building-blocks.git"
33
10
  },
34
- ".": {
35
- "types": "./index.d.ts",
36
- "esm2022": "./esm2022/enigmatry-entry-components.mjs",
37
- "esm": "./esm2022/enigmatry-entry-components.mjs",
38
- "default": "./fesm2022/enigmatry-entry-components.mjs"
11
+ "license": "Apache-2.0",
12
+ "peerDependencies": {
13
+ "@angular/animations": "^16.0.0",
14
+ "@angular/cdk": "^16.0.0",
15
+ "@angular/common": "^16.0.0",
16
+ "@angular/core": "^16.0.0",
17
+ "@angular/material": "^16.0.0",
18
+ "@angular/forms": "^16.0.0",
19
+ "@angular/platform-browser": "^16.0.0",
20
+ "lodash-es": "^4.17.21"
39
21
  },
40
- "./button": {
41
- "types": "./button/index.d.ts",
42
- "esm2022": "./esm2022/button/enigmatry-entry-components-button.mjs",
43
- "esm": "./esm2022/button/enigmatry-entry-components-button.mjs",
44
- "default": "./fesm2022/enigmatry-entry-components-button.mjs"
22
+ "dependencies": {
23
+ "tslib": "^2.3.0"
45
24
  },
46
- "./common": {
47
- "types": "./common/index.d.ts",
48
- "esm2022": "./esm2022/common/enigmatry-entry-components-common.mjs",
49
- "esm": "./esm2022/common/enigmatry-entry-components-common.mjs",
50
- "default": "./fesm2022/enigmatry-entry-components-common.mjs"
25
+ "publishConfig": {
26
+ "access": "public"
51
27
  },
52
- "./dialog": {
53
- "types": "./dialog/index.d.ts",
54
- "esm2022": "./esm2022/dialog/enigmatry-entry-components-dialog.mjs",
55
- "esm": "./esm2022/dialog/enigmatry-entry-components-dialog.mjs",
56
- "default": "./fesm2022/enigmatry-entry-components-dialog.mjs"
28
+ "module": "fesm2022/enigmatry-entry-components.mjs",
29
+ "typings": "index.d.ts",
30
+ "exports": {
31
+ "./package.json": {
32
+ "default": "./package.json"
33
+ },
34
+ ".": {
35
+ "types": "./index.d.ts",
36
+ "esm2022": "./esm2022/enigmatry-entry-components.mjs",
37
+ "esm": "./esm2022/enigmatry-entry-components.mjs",
38
+ "default": "./fesm2022/enigmatry-entry-components.mjs"
39
+ },
40
+ "./button": {
41
+ "types": "./button/index.d.ts",
42
+ "esm2022": "./esm2022/button/enigmatry-entry-components-button.mjs",
43
+ "esm": "./esm2022/button/enigmatry-entry-components-button.mjs",
44
+ "default": "./fesm2022/enigmatry-entry-components-button.mjs"
45
+ },
46
+ "./common": {
47
+ "types": "./common/index.d.ts",
48
+ "esm2022": "./esm2022/common/enigmatry-entry-components-common.mjs",
49
+ "esm": "./esm2022/common/enigmatry-entry-components-common.mjs",
50
+ "default": "./fesm2022/enigmatry-entry-components-common.mjs"
51
+ },
52
+ "./date-time-picker": {
53
+ "types": "./date-time-picker/index.d.ts",
54
+ "esm2022": "./esm2022/date-time-picker/enigmatry-entry-components-date-time-picker.mjs",
55
+ "esm": "./esm2022/date-time-picker/enigmatry-entry-components-date-time-picker.mjs",
56
+ "default": "./fesm2022/enigmatry-entry-components-date-time-picker.mjs"
57
+ },
58
+ "./dialog": {
59
+ "types": "./dialog/index.d.ts",
60
+ "esm2022": "./esm2022/dialog/enigmatry-entry-components-dialog.mjs",
61
+ "esm": "./esm2022/dialog/enigmatry-entry-components-dialog.mjs",
62
+ "default": "./fesm2022/enigmatry-entry-components-dialog.mjs"
63
+ },
64
+ "./file-input": {
65
+ "types": "./file-input/index.d.ts",
66
+ "esm2022": "./esm2022/file-input/enigmatry-entry-components-file-input.mjs",
67
+ "esm": "./esm2022/file-input/enigmatry-entry-components-file-input.mjs",
68
+ "default": "./fesm2022/enigmatry-entry-components-file-input.mjs"
69
+ },
70
+ "./permissions": {
71
+ "types": "./permissions/index.d.ts",
72
+ "esm2022": "./esm2022/permissions/enigmatry-entry-components-permissions.mjs",
73
+ "esm": "./esm2022/permissions/enigmatry-entry-components-permissions.mjs",
74
+ "default": "./fesm2022/enigmatry-entry-components-permissions.mjs"
75
+ },
76
+ "./search-filter": {
77
+ "types": "./search-filter/index.d.ts",
78
+ "esm2022": "./esm2022/search-filter/enigmatry-entry-components-search-filter.mjs",
79
+ "esm": "./esm2022/search-filter/enigmatry-entry-components-search-filter.mjs",
80
+ "default": "./fesm2022/enigmatry-entry-components-search-filter.mjs"
81
+ },
82
+ "./spinner": {
83
+ "types": "./spinner/index.d.ts",
84
+ "esm2022": "./esm2022/spinner/enigmatry-entry-components-spinner.mjs",
85
+ "esm": "./esm2022/spinner/enigmatry-entry-components-spinner.mjs",
86
+ "default": "./fesm2022/enigmatry-entry-components-spinner.mjs"
87
+ },
88
+ "./table": {
89
+ "types": "./table/index.d.ts",
90
+ "esm2022": "./esm2022/table/enigmatry-entry-components-table.mjs",
91
+ "esm": "./esm2022/table/enigmatry-entry-components-table.mjs",
92
+ "default": "./fesm2022/enigmatry-entry-components-table.mjs"
93
+ },
94
+ "./validation": {
95
+ "types": "./validation/index.d.ts",
96
+ "esm2022": "./esm2022/validation/enigmatry-entry-components-validation.mjs",
97
+ "esm": "./esm2022/validation/enigmatry-entry-components-validation.mjs",
98
+ "default": "./fesm2022/enigmatry-entry-components-validation.mjs"
99
+ }
57
100
  },
58
- "./file-input": {
59
- "types": "./file-input/index.d.ts",
60
- "esm2022": "./esm2022/file-input/enigmatry-entry-components-file-input.mjs",
61
- "esm": "./esm2022/file-input/enigmatry-entry-components-file-input.mjs",
62
- "default": "./fesm2022/enigmatry-entry-components-file-input.mjs"
63
- },
64
- "./permissions": {
65
- "types": "./permissions/index.d.ts",
66
- "esm2022": "./esm2022/permissions/enigmatry-entry-components-permissions.mjs",
67
- "esm": "./esm2022/permissions/enigmatry-entry-components-permissions.mjs",
68
- "default": "./fesm2022/enigmatry-entry-components-permissions.mjs"
69
- },
70
- "./search-filter": {
71
- "types": "./search-filter/index.d.ts",
72
- "esm2022": "./esm2022/search-filter/enigmatry-entry-components-search-filter.mjs",
73
- "esm": "./esm2022/search-filter/enigmatry-entry-components-search-filter.mjs",
74
- "default": "./fesm2022/enigmatry-entry-components-search-filter.mjs"
75
- },
76
- "./spinner": {
77
- "types": "./spinner/index.d.ts",
78
- "esm2022": "./esm2022/spinner/enigmatry-entry-components-spinner.mjs",
79
- "esm": "./esm2022/spinner/enigmatry-entry-components-spinner.mjs",
80
- "default": "./fesm2022/enigmatry-entry-components-spinner.mjs"
81
- },
82
- "./table": {
83
- "types": "./table/index.d.ts",
84
- "esm2022": "./esm2022/table/enigmatry-entry-components-table.mjs",
85
- "esm": "./esm2022/table/enigmatry-entry-components-table.mjs",
86
- "default": "./fesm2022/enigmatry-entry-components-table.mjs"
87
- },
88
- "./validation": {
89
- "types": "./validation/index.d.ts",
90
- "esm2022": "./esm2022/validation/enigmatry-entry-components-validation.mjs",
91
- "esm": "./esm2022/validation/enigmatry-entry-components-validation.mjs",
92
- "default": "./fesm2022/enigmatry-entry-components-validation.mjs"
93
- }
94
- },
95
- "sideEffects": false
101
+ "sideEffects": false
96
102
  }
@@ -66,25 +66,27 @@ $theme: (
66
66
  ),
67
67
  cells: (
68
68
  edge-gap: 4px,
69
- padding: null
69
+ padding: null,
70
70
  ),
71
71
  rows: (
72
+ odd-even-background: (
73
+ odd: #F0F0F0,
74
+ even: #FFF,
75
+ ),
72
76
  selected-color: #FFF,
73
77
  selected-background: null,
74
78
  disabled-color: #F5F5F5,
75
- odd-even-row: odd,
76
- odd-even-background: #F0F0F0
77
79
  ),
78
80
  contents: (
79
81
  no-result: (
80
- font-size: 13px,
81
- font-weight: 500
82
+ size: 13px,
83
+ font-weight: 500,
84
+ ),
85
+ ),
86
+ dialogs: (
87
+ title: (
88
+ size: 20px
82
89
  )
83
90
  )
84
- ),
85
- dialogs: (
86
- title: (
87
- size: 20px
88
- )
89
91
  )
90
92
  );
@@ -4,11 +4,16 @@ $radio-selector: '.mdc-radio__native-control:enabled:checked + .mdc-radio__backg
4
4
  $radio-circles-selector: '.mdc-radio__outer-circle, .mdc-radio__inner-circle';
5
5
 
6
6
  @mixin generate-from($theme) {
7
- .mat-mdc-radio-group .mat-mdc-radio-button {
8
- &.mat-mdc-radio-checked .mdc-radio {
9
- &:not(:disabled):active #{$radio-selector}, #{$radio-selector} {
10
- #{$radio-circles-selector} {
11
- border-color: map.get($theme, 'general', 'buttons', 'radio', 'background');
7
+ $radio-border: map.get($theme, 'general', 'buttons', 'radio', 'background');
8
+
9
+ @if $radio-border {
10
+ .mat-mdc-radio-group .mat-mdc-radio-button {
11
+ &.mat-mdc-radio-checked .mdc-radio {
12
+
13
+ &:not(:disabled):active #{$radio-selector}, #{$radio-selector} {
14
+ #{$radio-circles-selector} {
15
+ border-color: $radio-border;
16
+ }
12
17
  }
13
18
  }
14
19
  }
@@ -7,21 +7,26 @@ $checkbox-selector: '.mdc-checkbox__native-control:enabled:not(:checked):not(:in
7
7
  $background: map.get($theme, 'general', 'checkboxes', 'background');
8
8
  $border-hover-color: map.get($theme, 'general', 'checkboxes', 'border-hover-color');
9
9
 
10
- .mat-mdc-checkbox {
11
- .mdc-form-field {
12
- .mdc-checkbox {
13
- #{$checkbox-selector} {
14
- background-color: $background;
10
+ @if $background or $border-hover-color {
11
+ .mat-mdc-checkbox {
12
+ @if $background {
13
+ .mdc-form-field .mdc-checkbox {
14
+ #{$checkbox-selector} {
15
+ background-color: $background;
16
+ }
15
17
  }
16
18
  }
17
- }
18
19
 
19
- &:hover {
20
- /* stylelint-disable-next-line selector-max-pseudo-class */
21
- .mdc-checkbox:hover {
22
- #{$checkbox-selector} {
23
- border-color: $border-hover-color;
24
- background-color: $background;
20
+ &:hover {
21
+ /* stylelint-disable-next-line selector-max-pseudo-class */
22
+ .mdc-checkbox:hover {
23
+ /* stylelint-disable-next-line max-nesting-depth */
24
+ @if $background and $border-hover-color {
25
+ #{$checkbox-selector} {
26
+ border-color: $border-hover-color;
27
+ background-color: $background;
28
+ }
29
+ }
25
30
  }
26
31
  }
27
32
  }
@@ -3,7 +3,9 @@
3
3
  @mixin generate-from($theme) {
4
4
  $cell-font-size: map.get($theme, 'tables', 'header', 'font-size');
5
5
 
6
- .mat-mdc-header-cell {
7
- font-size: $cell-font-size;
6
+ @if $cell-font-size {
7
+ .mat-mdc-header-cell {
8
+ font-size: $cell-font-size;
9
+ }
8
10
  }
9
11
  }
@@ -1,28 +1,40 @@
1
+ /* stylelint-disable scss/at-else-closing-brace-space-after */
2
+ /* stylelint-disable scss/at-else-closing-brace-newline-after */
3
+ /* stylelint-disable max-nesting-depth */
1
4
  @use 'sass:map';
2
5
  @use '@enigmatry/scss-foundation/src/modules/lists/row-coloring' as list;
3
6
 
4
7
  @mixin generate-from($theme) {
8
+ $odd-background: map.get($theme, 'tables', 'rows', 'odd-even-background', 'odd');
9
+ $even-background: map.get($theme, 'tables', 'rows', 'odd-even-background', 'even');
10
+
5
11
  .mat-mdc-row {
6
12
  &.mdc-data-table__row {
7
- @include list.row-coloring(map.get($theme, 'tables', 'rows', 'odd-even-background'),
8
- map.get($theme, 'tables', 'rows', 'odd-even-row'));
9
-
13
+ @include list.row-coloring($odd-background, 'odd');
14
+ @include list.row-coloring($even-background, 'even');
15
+
10
16
  &.selected {
11
- background-color: map.get($theme, 'general', 'colors', 'primary');
12
17
  $selected-row-background: map.get($theme, 'tables', 'rows', 'selected-background');
13
-
14
- @if $selected-row-background and $selected-row-background != transparent {
18
+
19
+ @if $selected-row-background == transparent {
20
+ @include list.row-coloring($odd-background, 'odd');
21
+ @include list.row-coloring($even-background, 'even');
22
+ }
23
+ @else if $selected-row-background == null {
24
+ background-color: map.get($theme, 'general', 'colors', 'primary');
25
+ }
26
+ @else {
15
27
  background-color: $selected-row-background;
16
28
  }
17
-
29
+
18
30
  .mat-mdc-cell {
19
31
  color: map.get($theme, 'tables', 'rows', 'selected-color');
20
32
  }
21
33
  }
22
-
23
- &.mat-row-disabled {
24
- background-color: map.get($theme, 'tables', 'rows', 'disabled-color');
25
- }
34
+ }
35
+
36
+ &.mat-row-disabled {
37
+ background-color: map.get($theme, 'tables', 'rows', 'disabled-color');
26
38
  }
27
39
  }
28
40
  }
@@ -12,34 +12,36 @@
12
12
  }
13
13
 
14
14
  @mixin generate-from($theme) {
15
- .mat-mdc-slide-toggle {
16
- $enabled-states: 'enabled', 'enabled:focus:not(:active)', 'enabled:active', 'enabled:hover:not(:focus):not(:active)';
17
- $handle-selector: '.mdc-switch__handle::after';
15
+ $enabled-states: 'enabled', 'enabled:focus:not(:active)', 'enabled:active', 'enabled:hover:not(:focus):not(:active)';
16
+ $handle-selector: '.mdc-switch__handle::after';
17
+
18
+ $toggle: map.get($theme, 'general', 'toggle');
19
+ $handle-on-background: map.get($toggle, 'on', 'background');
20
+ $handle-off-background: map.get($toggle, 'off', 'background');
18
21
 
19
- $toggle: map.get($theme, 'general', 'toggle');
20
- $handle-on-background: map.get($toggle, 'on', 'background');
21
- $handle-off-background: map.get($toggle, 'off', 'background');
22
-
23
- @each $state in $enabled-states {
24
- .mdc-switch:#{$state} {
25
- &.mdc-switch--selected #{$handle-selector} {
26
- background-color: $handle-on-background;
27
- }
28
-
29
- &:not(.mdc-switch--selected) #{$handle-selector} {
30
- background-color: $handle-off-background;
31
- }
22
+ @if $handle-on-background and $handle-off-background {
23
+ .mat-mdc-slide-toggle {
24
+ @each $state in $enabled-states {
25
+ .mdc-switch:#{$state} {
26
+ &.mdc-switch--selected #{$handle-selector} {
27
+ background-color: $handle-on-background;
28
+ }
32
29
 
33
- .mdc-switch__track {
34
- &::after {
35
- background-color: -adjust-lightness($handle-on-background);
30
+ &:not(.mdc-switch--selected) #{$handle-selector} {
31
+ background-color: $handle-off-background;
36
32
  }
37
-
38
- &::before {
39
- background-color: -adjust-lightness($handle-off-background);
33
+
34
+ .mdc-switch__track {
35
+ &::after {
36
+ background-color: -adjust-lightness($handle-on-background);
37
+ }
38
+
39
+ &::before {
40
+ background-color: -adjust-lightness($handle-off-background);
41
+ }
40
42
  }
41
43
  }
42
44
  }
43
45
  }
44
46
  }
45
- }
47
+ }
@@ -1,4 +1,5 @@
1
1
  @use 'dialogs/general' as dialogs;
2
2
  @use 'tables/general' as tables;
3
3
  @use 'forms/general' as forms;
4
- @use 'search-filter/general' as search-filter;
4
+ @use 'search-filter/general' as search-filter;
5
+ @use 'date-time-picker/general' as date-time-picker;
@@ -0,0 +1,65 @@
1
+ @use '@angular/material' as mat;
2
+ @use '@enigmatry/scss-foundation/src/modules/display/items';
3
+
4
+ .entry-date-time-picker {
5
+ @include items.fully-align(baseline, space-between, row, nowrap);
6
+
7
+ .hidden,
8
+ .mat-mdc-text-field-wrapper.mdc-text-field--outlined .hidden.mdc-text-field__input {
9
+ display: none;
10
+ }
11
+ }
12
+
13
+ .mat-datepicker-actions {
14
+ flex-direction: column;
15
+ border-top: 1px solid #D1D1D1;
16
+
17
+ .entry-submit-button {
18
+ min-width: 48px;
19
+ align-self: flex-end;
20
+
21
+ .icon {
22
+ margin: 0;
23
+ }
24
+ }
25
+ }
26
+
27
+ .entry-time-picker {
28
+ @include mat.form-field-density(-3);
29
+
30
+ display: flex;
31
+ flex-wrap: nowrap;
32
+ margin-top: 20px;
33
+
34
+ .mat-mdc-form-field {
35
+ flex: 1 1 calc(50% - 15px);
36
+ margin-right: 15px;
37
+ width: 50px;
38
+
39
+ &:last-of-type {
40
+ margin-right: 0;
41
+ }
42
+
43
+ .mdc-text-field {
44
+ padding-left: 12px;
45
+ padding-right: 0;
46
+ }
47
+
48
+ .mat-mdc-select-value-text {
49
+ font-size: 13px;
50
+ }
51
+
52
+ .mdc-text-field--filled:not(.mdc-text-field--disabled) {
53
+ background-color: transparent;
54
+ }
55
+
56
+ &:hover .mat-mdc-form-field-focus-overlay {
57
+ opacity: 0;
58
+ }
59
+ }
60
+
61
+ .time-separator {
62
+ @include items.align-center();
63
+ transform: translate(-7px, -10px);
64
+ }
65
+ }
@@ -21,8 +21,4 @@
21
21
  bottom: 8px;
22
22
  }
23
23
  }
24
- }
25
-
26
- .entry-date-time-picker {
27
- @include items.fully-align(baseline, space-between, row, nowrap);
28
24
  }
@@ -1,7 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { MatDateFormats } from '@angular/material/core';
3
- export declare type EntryMatDateTime<D> = {
4
- matDateFormats: MatDateFormats;
5
- compareDate(first: D, second: D): number;
6
- };
7
- export declare const ENTRY_MAT_DATE_TIME: InjectionToken<EntryMatDateTime<any>>;
@@ -1,3 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- export const ENTRY_MAT_DATE_TIME = new InjectionToken('');
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW50cnktZGF0ZS10aW1lLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9lbnRyeS1jb21wb25lbnRzL2NvbW1vbi9kYXRlLXRpbWUvZW50cnktZGF0ZS10aW1lLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFRL0MsTUFBTSxDQUFDLE1BQU0sbUJBQW1CLEdBQUcsSUFBSSxjQUFjLENBQXdCLEVBQUUsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1hdERhdGVGb3JtYXRzIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvY29yZSc7XG5cbmV4cG9ydCBkZWNsYXJlIHR5cGUgRW50cnlNYXREYXRlVGltZTxEPiA9IHtcbiAgICBtYXREYXRlRm9ybWF0czogTWF0RGF0ZUZvcm1hdHM7XG4gICAgY29tcGFyZURhdGUoZmlyc3Q6IEQsIHNlY29uZDogRCk6IG51bWJlcjtcbn07XG5cbmV4cG9ydCBjb25zdCBFTlRSWV9NQVRfREFURV9USU1FID0gbmV3IEluamVjdGlvblRva2VuPEVudHJ5TWF0RGF0ZVRpbWU8YW55Pj4oJycpO1xuIl19