@ascentgl/ads-ui 0.0.43 → 0.0.45

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.
@@ -18,6 +18,8 @@ export declare class AdsTableComponent implements AfterViewInit, OnDestroy {
18
18
  columnDefs: ColDef[];
19
19
  /** Default column definitions that will be applied to all columns */
20
20
  defaultColDef: ColDef<GENERIC_COLLECTION>;
21
+ /** Loading data status */
22
+ loading: boolean;
21
23
  /** @ignore */
22
24
  private cachedDefaultColDef;
23
25
  /** @ignore */
@@ -235,5 +237,5 @@ export declare class AdsTableComponent implements AfterViewInit, OnDestroy {
235
237
  inputIconColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
236
238
  }>;
237
239
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableComponent, never>;
238
- 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; }; }, {}, never, never, false, never>;
240
+ 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; }; }, {}, never, never, false, never>;
239
241
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-ui",
3
- "version": "0.0.43",
3
+ "version": "0.0.45",
4
4
  "peerDependencies": {
5
5
  "@ascentgl/ads-icons": ">=0.0.0",
6
6
  "@ascentgl/ads-utils": ">=0.0.0",
@@ -44,14 +44,14 @@
44
44
  "types": "./src/lib/components/header/index.d.ts",
45
45
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs"
46
46
  },
47
- "./src/lib/components/shell-layout": {
48
- "types": "./src/lib/components/shell-layout/index.d.ts",
49
- "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs"
50
- },
51
47
  "./src/lib/components/splash-page": {
52
48
  "types": "./src/lib/components/splash-page/index.d.ts",
53
49
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs"
54
50
  },
51
+ "./src/lib/components/shell-layout": {
52
+ "types": "./src/lib/components/shell-layout/index.d.ts",
53
+ "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs"
54
+ },
55
55
  "./src/lib/components/buttons/button-container": {
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"