@baloise/ds-table 17.3.0 → 17.4.0-snapshot.1609-d2bcc38d3

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.
@@ -1,8 +1,4 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- require('@baloise/ds-core');
1
+ import '@baloise/ds-core';
6
2
 
7
3
  const parseValue = (value)=>{
8
4
  return value !== null && value !== undefined ? value : '';
@@ -133,6 +129,4 @@ function BalTableTextRenderer(options = {}) {
133
129
  return Renderer; // eslint-disable-line
134
130
  }
135
131
 
136
- exports.BalTableButtonRenderer = BalTableButtonRenderer;
137
- exports.BalTableTagRenderer = BalTableTagRenderer;
138
- exports.BalTableTextRenderer = BalTableTextRenderer;
132
+ export { BalTableButtonRenderer, BalTableTagRenderer, BalTableTextRenderer };
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-table",
3
- "version": "17.3.0",
3
+ "version": "17.4.0-snapshot.1609-d2bcc38d3",
4
4
  "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,8 +30,7 @@
30
30
  "ag-grid-community": ">=29.3.0"
31
31
  },
32
32
  "dependencies": {
33
- "@baloise/ds-core": "17.3.0",
34
- "@baloise/ds-css": "17.3.0",
35
- "@baloise/ds-styles": "17.3.0"
33
+ "@baloise/ds-core": "17.4.0-snapshot.1609-d2bcc38d3",
34
+ "@baloise/ds-styles": "17.4.0-snapshot.1609-d2bcc38d3"
36
35
  }
37
- }
36
+ }
@@ -1,15 +1,15 @@
1
- import { ICellRendererComp, ICellRendererParams } from 'ag-grid-community';
2
- interface BalTableButtonRendererOptions {
3
- color?: (params: ICellRendererParams) => BalProps.BalButtonColor;
4
- loading?: (params: ICellRendererParams) => boolean;
5
- href?: (params: ICellRendererParams) => string;
6
- icon?: string;
7
- iconRight?: boolean;
8
- square?: boolean;
9
- expanded?: boolean;
10
- outlined?: boolean;
11
- link?: boolean;
12
- target?: '_blank' | ' _parent' | '_self' | '_top';
13
- }
14
- export declare function BalTableButtonRenderer(options: BalTableButtonRendererOptions): ICellRendererComp;
15
- export {};
1
+ import { ICellRendererComp, ICellRendererParams } from 'ag-grid-community';
2
+ interface BalTableButtonRendererOptions {
3
+ color?: (params: ICellRendererParams) => BalProps.BalButtonColor;
4
+ loading?: (params: ICellRendererParams) => boolean;
5
+ href?: (params: ICellRendererParams) => string;
6
+ icon?: string;
7
+ iconRight?: boolean;
8
+ square?: boolean;
9
+ expanded?: boolean;
10
+ outlined?: boolean;
11
+ link?: boolean;
12
+ target?: '_blank' | ' _parent' | '_self' | '_top';
13
+ }
14
+ export declare function BalTableButtonRenderer(options: BalTableButtonRendererOptions): ICellRendererComp;
15
+ export {};
@@ -1,6 +1,6 @@
1
- import { ICellRendererComp, ICellRendererParams } from 'ag-grid-community';
2
- interface BalTableTagRendererOptions {
3
- color?: (params: ICellRendererParams) => BalProps.BalTagColor;
4
- }
5
- export declare function BalTableTagRenderer(options: BalTableTagRendererOptions): ICellRendererComp;
6
- export {};
1
+ import { ICellRendererComp, ICellRendererParams } from 'ag-grid-community';
2
+ interface BalTableTagRendererOptions {
3
+ color?: (params: ICellRendererParams) => BalProps.BalTagColor;
4
+ }
5
+ export declare function BalTableTagRenderer(options: BalTableTagRendererOptions): ICellRendererComp;
6
+ export {};
@@ -1,9 +1,9 @@
1
- import { ICellRendererComp, ICellRendererParams } from 'ag-grid-community';
2
- interface BalTableTextRendererOptions {
3
- color?: (params: ICellRendererParams) => BalProps.BalTextColor;
4
- icon?: (params: ICellRendererParams) => string;
5
- iconColor?: (params: ICellRendererParams) => BalProps.BalIconColor;
6
- iconRight?: (params: ICellRendererParams) => boolean;
7
- }
8
- export declare function BalTableTextRenderer(options?: BalTableTextRendererOptions): ICellRendererComp;
9
- export {};
1
+ import { ICellRendererComp, ICellRendererParams } from 'ag-grid-community';
2
+ interface BalTableTextRendererOptions {
3
+ color?: (params: ICellRendererParams) => BalProps.BalTextColor;
4
+ icon?: (params: ICellRendererParams) => string;
5
+ iconColor?: (params: ICellRendererParams) => BalProps.BalIconColor;
6
+ iconRight?: (params: ICellRendererParams) => boolean;
7
+ }
8
+ export declare function BalTableTextRenderer(options?: BalTableTextRendererOptions): ICellRendererComp;
9
+ export {};
@@ -1,5 +1,5 @@
1
- import '../scss/design-system-table.sass';
2
- import '@baloise/ds-core';
3
- export * from './bal-table-button-renderer';
4
- export * from './bal-table-tag-renderer';
5
- export * from './bal-table-text-renderer';
1
+ import '../scss/design-system-table.sass';
2
+ import '@baloise/ds-core';
3
+ export * from './bal-table-button-renderer';
4
+ export * from './bal-table-tag-renderer';
5
+ export * from './bal-table-text-renderer';
@@ -1 +1 @@
1
- export declare const isNil: (value: undefined | null | unknown) => boolean;
1
+ export declare const isNil: (value: undefined | null | unknown) => boolean;
@@ -1 +1 @@
1
- export declare const parseValue: (value: unknown) => {};
1
+ export declare const parseValue: (value: unknown) => {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-table",
3
- "version": "17.3.0",
3
+ "version": "17.4.0-snapshot.1609-d2bcc38d3",
4
4
  "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,8 +30,7 @@
30
30
  "ag-grid-community": ">=29.3.0"
31
31
  },
32
32
  "dependencies": {
33
- "@baloise/ds-core": "17.3.0",
34
- "@baloise/ds-css": "17.3.0",
35
- "@baloise/ds-styles": "17.3.0"
33
+ "@baloise/ds-core": "17.4.0-snapshot.1609-d2bcc38d3",
34
+ "@baloise/ds-styles": "17.4.0-snapshot.1609-d2bcc38d3"
36
35
  }
37
36
  }
@@ -1,8 +1,8 @@
1
1
  // Import the necessary stylesheets directly from AG-GRID
2
2
  // --------------------------------------------------------
3
3
  //
4
- // @import 'ag-grid-community/styles/ag-grid'
5
- // @import 'ag-grid-community/styles/ag-theme-alpine'
4
+ // @use 'ag-grid-community/styles/ag-grid' as *
5
+ // @use 'ag-grid-community/styles/ag-theme-alpine' as *
6
6
 
7
7
  .ag-theme-alpine
8
8
  // colours & fonts => https://www.ag-grid.com/javascript-data-grid/global-style-customisation-colours/
File without changes
File without changes