@ascentgl/ads-ui 20.0.41 → 20.0.42

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 (35) hide show
  1. package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +7 -7
  2. package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
  3. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +7 -7
  4. package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
  5. package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +7 -7
  6. package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
  7. package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +7 -7
  8. package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
  9. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +7 -7
  10. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
  11. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +7 -7
  12. package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
  13. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +7 -7
  14. package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
  15. package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +7 -7
  16. package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
  17. package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +10 -10
  18. package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
  19. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +7 -7
  20. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
  21. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +7 -7
  22. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
  23. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +7 -7
  24. package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
  25. package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +7 -7
  26. package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
  27. package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +7 -7
  28. package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
  29. package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +7 -7
  30. package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
  31. package/fesm2022/ascentgl-ads-ui.mjs +587 -581
  32. package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
  33. package/index.d.ts +7 -7
  34. package/package.json +9 -9
  35. package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +1 -1
package/index.d.ts CHANGED
@@ -30,10 +30,8 @@ import { MatAutocomplete, MatAutocompleteTrigger } from '@angular/material/autoc
30
30
  import * as i3$4 from 'ngx-mask';
31
31
  import * as i3$5 from '@angular/material/divider';
32
32
  import * as i3$6 from '@angular/material/datepicker';
33
- import { MatDatetimepickerType } from '@mat-datetimepicker/core/datetimepicker/datetimepicker-type';
34
33
  import * as i5$3 from '@mat-datetimepicker/core';
35
34
  import { MatDatetimepickerComponent, MatDatetimepickerInputEvent } from '@mat-datetimepicker/core';
36
- import { MatCalendarView } from '@mat-datetimepicker/core/datetimepicker/calendar';
37
35
  import * as i4$4 from '@angular/material/radio';
38
36
  import * as i4$5 from '@angular/material/slider';
39
37
  import * as i3$7 from '@angular/material/snack-bar';
@@ -1774,7 +1772,7 @@ declare class AdsDatetimepickerComponent extends AbstractInputComponent implemen
1774
1772
  /** @ignore */
1775
1773
  customDisplayFormatOverride: GENERIC_COLLECTION;
1776
1774
  /** @ignore */
1777
- type: MatDatetimepickerType;
1775
+ type: 'date' | 'time' | 'month' | 'year' | 'datetime';
1778
1776
  /** @ignore */
1779
1777
  minDate?: string;
1780
1778
  /** @ignore */
@@ -1822,7 +1820,7 @@ declare class AdsDatetimepickerComponent extends AbstractInputComponent implemen
1822
1820
  onClosed(): void;
1823
1821
  /** @ignore */
1824
1822
  onChanged(event: MatDatetimepickerInputEvent<string> | string | null): void;
1825
- onViewChanged(view: MatCalendarView): void;
1823
+ onViewChanged(view: 'clock' | 'month' | 'year' | 'multi-year'): void;
1826
1824
  /** @ignore */
1827
1825
  protected touchInvalid(control: FormControl): void;
1828
1826
  /** @ignore */
@@ -1906,7 +1904,7 @@ declare class AdsDatepickerComponent extends AdsDatetimepickerComponent {
1906
1904
  /** if overrideDisplayFormat=true, this display format will be used */
1907
1905
  customDisplayFormat: string;
1908
1906
  /** @ignore */
1909
- type: MatDatetimepickerType;
1907
+ type: 'date' | 'time' | 'month' | 'year' | 'datetime';
1910
1908
  /** @ignore */
1911
1909
  twelveHour: boolean;
1912
1910
  /** @ignore */
@@ -1933,7 +1931,7 @@ declare class AdsTimepickerComponent extends AdsDatetimepickerComponent {
1933
1931
  /** if overrideDisplayFormat=true, this display format will be used */
1934
1932
  customDisplayFormat: string;
1935
1933
  /** @ignore */
1936
- type: MatDatetimepickerType;
1934
+ type: 'date' | 'time' | 'month' | 'year' | 'datetime';
1937
1935
  /** @ignore */
1938
1936
  protected shortcuts: GENERIC_COLLECTION;
1939
1937
  /** @ignore */
@@ -2304,6 +2302,8 @@ declare class AdsTableComponent implements AfterViewInit, OnDestroy {
2304
2302
  rowData: GENERIC_COLLECTION[];
2305
2303
  /** The column definitions for the grid */
2306
2304
  columnDefs?: ColDef[];
2305
+ /** The custom table icons */
2306
+ icons?: GENERIC_COLLECTION;
2307
2307
  /** Default column definitions that will be applied to all columns */
2308
2308
  defaultColDef: ColDef<GENERIC_COLLECTION>;
2309
2309
  /** Loading data status */
@@ -2344,7 +2344,7 @@ declare class AdsTableComponent implements AfterViewInit, OnDestroy {
2344
2344
  ngOnDestroy(): void;
2345
2345
  protected readonly themeQuartz: ag_grid_community.Theme<ag_grid_community.ThemeDefaultParams>;
2346
2346
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableComponent, never>;
2347
- static ɵcmp: i0.ɵɵComponentDeclaration<AdsTableComponent, "ads-table", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "gridOptions": { "alias": "gridOptions"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; "columnDefs": { "alias": "columnDefs"; "required": false; }; "defaultColDef": { "alias": "defaultColDef"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnDefsByBreakpoint": { "alias": "columnDefsByBreakpoint"; "required": false; }; }, {}, never, never, false, never>;
2347
+ static ɵcmp: i0.ɵɵComponentDeclaration<AdsTableComponent, "ads-table", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "gridOptions": { "alias": "gridOptions"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; "columnDefs": { "alias": "columnDefs"; "required": false; }; "icons": { "alias": "icons"; "required": false; }; "defaultColDef": { "alias": "defaultColDef"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnDefsByBreakpoint": { "alias": "columnDefsByBreakpoint"; "required": false; }; }, {}, never, never, false, never>;
2348
2348
  }
2349
2349
 
2350
2350
  declare class AdsTableModule {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-ui",
3
- "version": "20.0.41",
3
+ "version": "20.0.42",
4
4
  "peerDependencies": {
5
5
  "@ascentgl/ads-icons": ">=0.0.0",
6
6
  "@ascentgl/ads-utils": ">=0.0.0",
@@ -56,14 +56,14 @@
56
56
  "types": "./src/lib/components/buttons/button-container/index.d.ts",
57
57
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs"
58
58
  },
59
- "./src/lib/components/footer/container": {
60
- "types": "./src/lib/components/footer/container/index.d.ts",
61
- "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs"
62
- },
63
59
  "./src/lib/components/error-page/error-page-code": {
64
60
  "types": "./src/lib/components/error-page/error-page-code/index.d.ts",
65
61
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs"
66
62
  },
63
+ "./src/lib/components/footer/container": {
64
+ "types": "./src/lib/components/footer/container/index.d.ts",
65
+ "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs"
66
+ },
67
67
  "./src/lib/components/header/container": {
68
68
  "types": "./src/lib/components/header/container/index.d.ts",
69
69
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs"
@@ -76,14 +76,14 @@
76
76
  "types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
77
77
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs"
78
78
  },
79
- "./src/lib/components/progress-indicators/progress-spinner": {
80
- "types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
81
- "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
82
- },
83
79
  "./src/lib/components/progress-indicators/progress-indicator-spinner": {
84
80
  "types": "./src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts",
85
81
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs"
86
82
  },
83
+ "./src/lib/components/progress-indicators/progress-spinner": {
84
+ "types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
85
+ "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
86
+ },
87
87
  "./src/lib/components/tags/tag-container": {
88
88
  "types": "./src/lib/components/tags/tag-container/index.d.ts",
89
89
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs"
@@ -1,7 +1,7 @@
1
1
  @use '../../abstracts/functions' as *;
2
2
 
3
3
  .mat-mdc-menu-panel {
4
- --mat-menu-container-color: color(white);
4
+ --mat-menu-container-color: var(--color-white);
5
5
  max-width: unset !important;
6
6
  }
7
7