@energinet/watt 4.1.4 → 4.1.6
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/badge/watt-badge.component.d.ts +1 -1
- package/breadcrumbs/watt-breadcrumbs.component.d.ts +1 -1
- package/card/watt-card.component.d.ts +1 -1
- package/chip/watt-menu-chip.component.d.ts +8 -25
- package/core/styles/_chips.scss +1 -1
- package/description-list/watt-description-list.component.d.ts +1 -1
- package/empty-state/watt-empty-state.component.d.ts +1 -1
- package/esm2022/badge/watt-badge.component.js +2 -2
- package/esm2022/breadcrumbs/watt-breadcrumbs.component.js +2 -2
- package/esm2022/card/watt-card.component.js +2 -2
- package/esm2022/chip/watt-date-chip.component.js +4 -4
- package/esm2022/chip/watt-date-range-chip.component.js +4 -4
- package/esm2022/chip/watt-menu-chip.component.js +29 -44
- package/esm2022/description-list/watt-description-list.component.js +2 -2
- package/esm2022/dropdown/watt-dropdown.component.js +3 -3
- package/esm2022/empty-state/watt-empty-state.component.js +4 -4
- package/esm2022/expandable-card/watt-expandable-card.component.js +2 -2
- package/esm2022/modal/watt-modal.component.js +2 -2
- package/esm2022/paginator/watt-paginator.component.js +2 -2
- package/esm2022/picker/datepicker/watt-datepicker.component.js +2 -2
- package/esm2022/picker/timepicker/watt-timepicker.component.js +2 -2
- package/esm2022/segmented-buttons/index.js +7 -1
- package/esm2022/spinner/watt-spinner.component.js +2 -2
- package/esm2022/table/watt-table.component.js +2 -2
- package/esm2022/tabs/watt-link-tabs.component.js +3 -3
- package/esm2022/toast/watt-toast.component.js +2 -2
- package/esm2022/utils/intersection-observer/watt-intersection-observer.service.js +2 -2
- package/esm2022/utils/resize-observer/watt-resize-observer.directive.js +2 -2
- package/esm2022/utils/resize-observer/watt-resize-observer.service.js +2 -2
- package/esm2022/validation-message/watt-validation-message.component.js +2 -2
- package/expandable-card/watt-expandable-card.component.d.ts +1 -1
- package/modal/watt-modal.component.d.ts +1 -1
- package/package.json +11 -11
- package/paginator/watt-paginator.component.d.ts +1 -1
- package/picker/datepicker/watt-datepicker.component.d.ts +1 -1
- package/picker/timepicker/watt-timepicker.component.d.ts +1 -1
- package/segmented-buttons/index.d.ts +3 -0
- package/spinner/watt-spinner.component.d.ts +1 -1
- package/table/watt-table.component.d.ts +1 -1
- package/toast/watt-toast.component.d.ts +1 -1
- package/utils/intersection-observer/watt-intersection-observer.service.d.ts +1 -1
- package/utils/resize-observer/watt-resize-observer.directive.d.ts +1 -1
- package/utils/resize-observer/watt-resize-observer.service.d.ts +1 -1
- package/validation-message/watt-validation-message.component.d.ts +1 -1
- /package/core/styles/{@energinet-datahub → @energinet}/watt/_index.scss +0 -0
- /package/core/styles/{@energinet-datahub → @energinet}/watt/_utils.scss +0 -0
- /package/core/styles/{@energinet-datahub → @energinet}/watt/theme/light-theme.scss +0 -0
- /package/core/styles/{@energinet-datahub → @energinet}/watt/theme/material-overwrites/_expansion-panel.scss +0 -0
- /package/core/styles/{@energinet-datahub → @energinet}/watt/theme/material-overwrites/datepicker.scss +0 -0
- /package/core/styles/{@energinet-datahub → @energinet}/watt/theme/material-overwrites/snack-bar.scss +0 -0
|
@@ -21,7 +21,7 @@ import { WattPaginatorIntlService } from './watt-paginator-intl.service';
|
|
|
21
21
|
import * as i0 from "@angular/core";
|
|
22
22
|
/**
|
|
23
23
|
* Usage:
|
|
24
|
-
* `import { WattPaginatorComponent } from '@energinet
|
|
24
|
+
* `import { WattPaginatorComponent } from '@energinet/watt/paginator';`
|
|
25
25
|
*/
|
|
26
26
|
export declare class WattPaginatorComponent<T> implements OnInit {
|
|
27
27
|
private intl;
|
|
@@ -23,7 +23,7 @@ import * as i0 from "@angular/core";
|
|
|
23
23
|
export declare const danishTimeZoneIdentifier = "Europe/Copenhagen";
|
|
24
24
|
/**
|
|
25
25
|
* Usage:
|
|
26
|
-
* `import { WattDatepickerComponent } from '@energinet
|
|
26
|
+
* `import { WattDatepickerComponent } from '@energinet/watt/datepicker';`
|
|
27
27
|
*
|
|
28
28
|
* IMPORTANT:
|
|
29
29
|
* The styling is calculated based on our monospaced font.
|
|
@@ -7,7 +7,7 @@ import { WattPickerBase, WattPickerValue } from '@energinet/watt/picker/__shared
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
9
|
* Usage:
|
|
10
|
-
* `import { WattTimepickerComponent } from '@energinet
|
|
10
|
+
* `import { WattTimepickerComponent } from '@energinet/watt/timepicker';`
|
|
11
11
|
*
|
|
12
12
|
* IMPORTANT:
|
|
13
13
|
* The styling is calculated based on our monospaced font.
|
|
@@ -14,5 +14,8 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
+
import { WattSegmentedButtonsComponent } from './watt-segmented-buttons.component';
|
|
18
|
+
import { WattSegmentedButtonComponent } from './watt-segmented-button.component';
|
|
17
19
|
export { WattSegmentedButtonsComponent } from './watt-segmented-buttons.component';
|
|
18
20
|
export { WattSegmentedButtonComponent } from './watt-segmented-button.component';
|
|
21
|
+
export declare const WATT_SEGMENTED_BUTTONS: readonly [typeof WattSegmentedButtonsComponent, typeof WattSegmentedButtonComponent];
|
|
@@ -140,7 +140,7 @@ export declare class WattTableToolbarDirective<T> {
|
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
142
|
* Usage:
|
|
143
|
-
* `import { WATT_TABLE } from '@energinet
|
|
143
|
+
* `import { WATT_TABLE } from '@energinet/watt/table';`
|
|
144
144
|
*/
|
|
145
145
|
export declare class WattTableComponent<T> {
|
|
146
146
|
/**
|
|
@@ -11,7 +11,7 @@ export interface WattToastConfig {
|
|
|
11
11
|
export type WattToastRef = MatSnackBarRef<WattToastComponent>;
|
|
12
12
|
/**
|
|
13
13
|
* Usage:
|
|
14
|
-
* `import { WattToastService } from '@energinet
|
|
14
|
+
* `import { WattToastService } from '@energinet/watt/toast';`
|
|
15
15
|
*/
|
|
16
16
|
export declare class WattToastComponent {
|
|
17
17
|
private _config;
|
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
* the viewport.
|
|
5
5
|
*
|
|
6
6
|
* Usage:
|
|
7
|
-
* `import { WattIntersectionObserverService } from '@energinet
|
|
7
|
+
* `import { WattIntersectionObserverService } from '@energinet/watt/intersection-observer';`
|
|
8
8
|
*/
|
|
9
9
|
export declare class WattIntersectionObserverService {
|
|
10
10
|
private intersectionObserver?;
|
|
@@ -21,7 +21,7 @@ import * as i0 from "@angular/core";
|
|
|
21
21
|
* The `resize` event emits initially and then everytime the element is resized.
|
|
22
22
|
*
|
|
23
23
|
* Usage:
|
|
24
|
-
* `import { WattResizeObserverDirective } from '@energinet
|
|
24
|
+
* `import { WattResizeObserverDirective } from '@energinet/watt/resize-observer';`
|
|
25
25
|
*/
|
|
26
26
|
export declare class WattResizeObserverDirective implements OnDestroy {
|
|
27
27
|
private el;
|
|
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
* the `WattResizeObserverDirective`, but can also be imported directly.
|
|
5
5
|
*
|
|
6
6
|
* Usage:
|
|
7
|
-
* `import { WattResizeObserverService } from '@energinet
|
|
7
|
+
* `import { WattResizeObserverService } from '@energinet/watt/resize-observer';`
|
|
8
8
|
*/
|
|
9
9
|
export declare class WattResizeObserverService {
|
|
10
10
|
private readonly ngZone;
|
|
@@ -20,7 +20,7 @@ export type WattValidationMessageType = 'info' | 'warning' | 'success' | 'danger
|
|
|
20
20
|
export type WattValidationMessageSize = 'compact' | 'normal';
|
|
21
21
|
/**
|
|
22
22
|
* Usage:
|
|
23
|
-
* `import { WattValidationMessageComponent } from '@energinet
|
|
23
|
+
* `import { WattValidationMessageComponent } from '@energinet/watt/validation-message';`
|
|
24
24
|
*/
|
|
25
25
|
export declare class WattValidationMessageComponent implements AfterViewInit {
|
|
26
26
|
/**
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/core/styles/{@energinet-datahub → @energinet}/watt/theme/material-overwrites/snack-bar.scss
RENAMED
|
File without changes
|