@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.
Files changed (50) hide show
  1. package/badge/watt-badge.component.d.ts +1 -1
  2. package/breadcrumbs/watt-breadcrumbs.component.d.ts +1 -1
  3. package/card/watt-card.component.d.ts +1 -1
  4. package/chip/watt-menu-chip.component.d.ts +8 -25
  5. package/core/styles/_chips.scss +1 -1
  6. package/description-list/watt-description-list.component.d.ts +1 -1
  7. package/empty-state/watt-empty-state.component.d.ts +1 -1
  8. package/esm2022/badge/watt-badge.component.js +2 -2
  9. package/esm2022/breadcrumbs/watt-breadcrumbs.component.js +2 -2
  10. package/esm2022/card/watt-card.component.js +2 -2
  11. package/esm2022/chip/watt-date-chip.component.js +4 -4
  12. package/esm2022/chip/watt-date-range-chip.component.js +4 -4
  13. package/esm2022/chip/watt-menu-chip.component.js +29 -44
  14. package/esm2022/description-list/watt-description-list.component.js +2 -2
  15. package/esm2022/dropdown/watt-dropdown.component.js +3 -3
  16. package/esm2022/empty-state/watt-empty-state.component.js +4 -4
  17. package/esm2022/expandable-card/watt-expandable-card.component.js +2 -2
  18. package/esm2022/modal/watt-modal.component.js +2 -2
  19. package/esm2022/paginator/watt-paginator.component.js +2 -2
  20. package/esm2022/picker/datepicker/watt-datepicker.component.js +2 -2
  21. package/esm2022/picker/timepicker/watt-timepicker.component.js +2 -2
  22. package/esm2022/segmented-buttons/index.js +7 -1
  23. package/esm2022/spinner/watt-spinner.component.js +2 -2
  24. package/esm2022/table/watt-table.component.js +2 -2
  25. package/esm2022/tabs/watt-link-tabs.component.js +3 -3
  26. package/esm2022/toast/watt-toast.component.js +2 -2
  27. package/esm2022/utils/intersection-observer/watt-intersection-observer.service.js +2 -2
  28. package/esm2022/utils/resize-observer/watt-resize-observer.directive.js +2 -2
  29. package/esm2022/utils/resize-observer/watt-resize-observer.service.js +2 -2
  30. package/esm2022/validation-message/watt-validation-message.component.js +2 -2
  31. package/expandable-card/watt-expandable-card.component.d.ts +1 -1
  32. package/modal/watt-modal.component.d.ts +1 -1
  33. package/package.json +11 -11
  34. package/paginator/watt-paginator.component.d.ts +1 -1
  35. package/picker/datepicker/watt-datepicker.component.d.ts +1 -1
  36. package/picker/timepicker/watt-timepicker.component.d.ts +1 -1
  37. package/segmented-buttons/index.d.ts +3 -0
  38. package/spinner/watt-spinner.component.d.ts +1 -1
  39. package/table/watt-table.component.d.ts +1 -1
  40. package/toast/watt-toast.component.d.ts +1 -1
  41. package/utils/intersection-observer/watt-intersection-observer.service.d.ts +1 -1
  42. package/utils/resize-observer/watt-resize-observer.directive.d.ts +1 -1
  43. package/utils/resize-observer/watt-resize-observer.service.d.ts +1 -1
  44. package/validation-message/watt-validation-message.component.d.ts +1 -1
  45. /package/core/styles/{@energinet-datahub → @energinet}/watt/_index.scss +0 -0
  46. /package/core/styles/{@energinet-datahub → @energinet}/watt/_utils.scss +0 -0
  47. /package/core/styles/{@energinet-datahub → @energinet}/watt/theme/light-theme.scss +0 -0
  48. /package/core/styles/{@energinet-datahub → @energinet}/watt/theme/material-overwrites/_expansion-panel.scss +0 -0
  49. /package/core/styles/{@energinet-datahub → @energinet}/watt/theme/material-overwrites/datepicker.scss +0 -0
  50. /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-datahub/watt/paginator';`
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-datahub/watt/datepicker';`
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-datahub/watt/timepicker';`
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];
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  /**
3
3
  * Usage:
4
- * `import { WattSpinnerComponent } from '@energinet-datahub/watt/spinner';`
4
+ * `import { WattSpinnerComponent } from '@energinet/watt/spinner';`
5
5
  */
6
6
  export declare class WattSpinnerComponent {
7
7
  /**
@@ -140,7 +140,7 @@ export declare class WattTableToolbarDirective<T> {
140
140
  }
141
141
  /**
142
142
  * Usage:
143
- * `import { WATT_TABLE } from '@energinet-datahub/watt/table';`
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-datahub/watt/toast';`
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-datahub/watt/intersection-observer';`
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-datahub/watt/resize-observer';`
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-datahub/watt/resize-observer';`
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-datahub/watt/validation-message';`
23
+ * `import { WattValidationMessageComponent } from '@energinet/watt/validation-message';`
24
24
  */
25
25
  export declare class WattValidationMessageComponent implements AfterViewInit {
26
26
  /**