@symphony-talent/component-library 4.27.0 → 4.29.0
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/esm2020/lib/atoms/grid/framework/framework.module.mjs +14 -6
- package/esm2020/lib/atoms/grid/framework/grid-no-rows-overlay/grid-no-rows-overlay.component.mjs +14 -0
- package/esm2020/lib/atoms/grid/framework/grid-no-rows-overlay/grid-no-rows-overlay.module.mjs +17 -0
- package/esm2020/lib/atoms/grid/framework/overflow-text-tooltip/overflow-text-tooltip.component.mjs +20 -0
- package/esm2020/lib/atoms/grid/framework/overflow-text-tooltip/overflow-text-tooltip.module.mjs +25 -0
- package/esm2020/lib/atoms/grid/grid.component.mjs +8 -3
- package/esm2020/projects/component-library/lib/atoms/grid/framework/framework.module.mjs +14 -6
- package/esm2020/projects/component-library/lib/atoms/grid/framework/grid-no-rows-overlay/grid-no-rows-overlay.component.mjs +14 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/grid-no-rows-overlay/grid-no-rows-overlay.module.mjs +17 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/overflow-text-tooltip/overflow-text-tooltip.component.mjs +20 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/overflow-text-tooltip/overflow-text-tooltip.module.mjs +25 -0
- package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +8 -3
- package/esm2020/projects/component-library/public-api.mjs +5 -1
- package/esm2020/public-api.mjs +5 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +85 -14
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +85 -14
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +85 -14
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +85 -14
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/grid/framework/framework.module.d.ts +4 -2
- package/lib/atoms/grid/framework/grid-no-rows-overlay/grid-no-rows-overlay.component.d.ts +8 -0
- package/lib/atoms/grid/framework/grid-no-rows-overlay/grid-no-rows-overlay.module.d.ts +8 -0
- package/lib/atoms/grid/framework/overflow-text-tooltip/overflow-text-tooltip.component.d.ts +11 -0
- package/lib/atoms/grid/framework/overflow-text-tooltip/overflow-text-tooltip.module.d.ts +9 -0
- package/lib/atoms/grid/grid.component.d.ts +1 -0
- package/package.json +1 -1
- package/projects/component-library/global.scss +6 -0
- package/projects/component-library/lib/atoms/grid/framework/framework.module.d.ts +4 -2
- package/projects/component-library/lib/atoms/grid/framework/grid-no-rows-overlay/grid-no-rows-overlay.component.d.ts +8 -0
- package/projects/component-library/lib/atoms/grid/framework/grid-no-rows-overlay/grid-no-rows-overlay.module.d.ts +8 -0
- package/projects/component-library/lib/atoms/grid/framework/overflow-text-tooltip/overflow-text-tooltip.component.d.ts +11 -0
- package/projects/component-library/lib/atoms/grid/framework/overflow-text-tooltip/overflow-text-tooltip.module.d.ts +9 -0
- package/projects/component-library/lib/atoms/grid/grid.component.d.ts +1 -0
- package/projects/component-library/public-api.d.ts +4 -0
- package/public-api.d.ts +4 -0
|
@@ -5,10 +5,12 @@ import * as i3 from "./grid-toggle-cell-renderer/grid-toggle-cell-renderer.modul
|
|
|
5
5
|
import * as i4 from "./grid-cell-loader/grid-cell-loader.module";
|
|
6
6
|
import * as i5 from "./event-settings-more-options/event-settings-more-options.module";
|
|
7
7
|
import * as i6 from "./advertised-jobs-cost/advertised-jobs-cost.module";
|
|
8
|
-
import * as i7 from "./overflow-text/overflow-text.module";
|
|
8
|
+
import * as i7 from "./overflow-text-tooltip/overflow-text-tooltip.module";
|
|
9
9
|
import * as i8 from "./grid-cell-clickable/grid-cell-clickable.module";
|
|
10
|
+
import * as i9 from "./overflow-text/overflow-text.module";
|
|
11
|
+
import * as i10 from "./grid-no-rows-overlay/grid-no-rows-overlay.module";
|
|
10
12
|
export declare class FrameworkModule {
|
|
11
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrameworkModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FrameworkModule, never, never, [typeof i1.ContactActivityScoreModule, typeof i2.RelevanceScoreModule, typeof i3.GridToggleCellRendererModule, typeof i4.GridCellLoaderModule, typeof i5.EventSettingsMoreOptionsModule, typeof i6.AdvertisedJobsCostModule, typeof i7.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FrameworkModule, never, never, [typeof i1.ContactActivityScoreModule, typeof i2.RelevanceScoreModule, typeof i3.GridToggleCellRendererModule, typeof i4.GridCellLoaderModule, typeof i5.EventSettingsMoreOptionsModule, typeof i6.AdvertisedJobsCostModule, typeof i7.OverflowTextTooltipModule, typeof i8.GridCellClickableModule, typeof i9.OverflowTextModule, typeof i10.GridNoRowsOverlayModule]>;
|
|
13
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<FrameworkModule>;
|
|
14
16
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { INoRowsOverlayAngularComp } from 'ag-grid-angular';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GridNoRowsOverlayComponent implements INoRowsOverlayAngularComp {
|
|
4
|
+
params: any;
|
|
5
|
+
agInit(params: any): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridNoRowsOverlayComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridNoRowsOverlayComponent, "symphony-grid-no-rows-overlay", never, {}, {}, never, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./grid-no-rows-overlay.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class GridNoRowsOverlayModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridNoRowsOverlayModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridNoRowsOverlayModule, [typeof i1.GridNoRowsOverlayComponent], [typeof i2.CommonModule], never>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GridNoRowsOverlayModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ITooltipAngularComp } from 'ag-grid-angular';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class OverflowTextTooltipComponent implements ITooltipAngularComp {
|
|
4
|
+
params: any;
|
|
5
|
+
tooltipLabel: string;
|
|
6
|
+
constructor();
|
|
7
|
+
refresh(params: any): boolean;
|
|
8
|
+
agInit(params: any): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OverflowTextTooltipComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OverflowTextTooltipComponent, "symphony-overflow-text-tooltip", never, { "tooltipLabel": "tooltipLabel"; }, {}, never, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./overflow-text-tooltip.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "ngx-bootstrap/tooltip";
|
|
5
|
+
export declare class OverflowTextTooltipModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OverflowTextTooltipModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OverflowTextTooltipModule, [typeof i1.OverflowTextTooltipComponent], [typeof i2.CommonModule, typeof i3.TooltipModule], never>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<OverflowTextTooltipModule>;
|
|
9
|
+
}
|
package/package.json
CHANGED
|
@@ -558,6 +558,9 @@ body {
|
|
|
558
558
|
}
|
|
559
559
|
// Overwrites for Modal
|
|
560
560
|
.sfx-modal {
|
|
561
|
+
.modal-header {
|
|
562
|
+
border-bottom-color: $color-v2-gray-1;
|
|
563
|
+
}
|
|
561
564
|
.modal-body {
|
|
562
565
|
&.sfx-pt-0 {
|
|
563
566
|
padding-top: $space-0 !important;
|
|
@@ -584,6 +587,9 @@ body {
|
|
|
584
587
|
padding-right: $space-30 !important;
|
|
585
588
|
}
|
|
586
589
|
}
|
|
590
|
+
.modal-footer {
|
|
591
|
+
border-top-color: $color-v2-gray-1;
|
|
592
|
+
}
|
|
587
593
|
}
|
|
588
594
|
// Overwrites for Modal
|
|
589
595
|
// Notification InnerHtml
|
|
@@ -5,10 +5,12 @@ import * as i3 from "./grid-toggle-cell-renderer/grid-toggle-cell-renderer.modul
|
|
|
5
5
|
import * as i4 from "./grid-cell-loader/grid-cell-loader.module";
|
|
6
6
|
import * as i5 from "./event-settings-more-options/event-settings-more-options.module";
|
|
7
7
|
import * as i6 from "./advertised-jobs-cost/advertised-jobs-cost.module";
|
|
8
|
-
import * as i7 from "./overflow-text/overflow-text.module";
|
|
8
|
+
import * as i7 from "./overflow-text-tooltip/overflow-text-tooltip.module";
|
|
9
9
|
import * as i8 from "./grid-cell-clickable/grid-cell-clickable.module";
|
|
10
|
+
import * as i9 from "./overflow-text/overflow-text.module";
|
|
11
|
+
import * as i10 from "./grid-no-rows-overlay/grid-no-rows-overlay.module";
|
|
10
12
|
export declare class FrameworkModule {
|
|
11
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrameworkModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FrameworkModule, never, never, [typeof i1.ContactActivityScoreModule, typeof i2.RelevanceScoreModule, typeof i3.GridToggleCellRendererModule, typeof i4.GridCellLoaderModule, typeof i5.EventSettingsMoreOptionsModule, typeof i6.AdvertisedJobsCostModule, typeof i7.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FrameworkModule, never, never, [typeof i1.ContactActivityScoreModule, typeof i2.RelevanceScoreModule, typeof i3.GridToggleCellRendererModule, typeof i4.GridCellLoaderModule, typeof i5.EventSettingsMoreOptionsModule, typeof i6.AdvertisedJobsCostModule, typeof i7.OverflowTextTooltipModule, typeof i8.GridCellClickableModule, typeof i9.OverflowTextModule, typeof i10.GridNoRowsOverlayModule]>;
|
|
13
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<FrameworkModule>;
|
|
14
16
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { INoRowsOverlayAngularComp } from 'ag-grid-angular';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GridNoRowsOverlayComponent implements INoRowsOverlayAngularComp {
|
|
4
|
+
params: any;
|
|
5
|
+
agInit(params: any): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridNoRowsOverlayComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridNoRowsOverlayComponent, "symphony-grid-no-rows-overlay", never, {}, {}, never, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./grid-no-rows-overlay.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class GridNoRowsOverlayModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridNoRowsOverlayModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridNoRowsOverlayModule, [typeof i1.GridNoRowsOverlayComponent], [typeof i2.CommonModule], never>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GridNoRowsOverlayModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ITooltipAngularComp } from 'ag-grid-angular';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class OverflowTextTooltipComponent implements ITooltipAngularComp {
|
|
4
|
+
params: any;
|
|
5
|
+
tooltipLabel: string;
|
|
6
|
+
constructor();
|
|
7
|
+
refresh(params: any): boolean;
|
|
8
|
+
agInit(params: any): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OverflowTextTooltipComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OverflowTextTooltipComponent, "symphony-overflow-text-tooltip", never, { "tooltipLabel": "tooltipLabel"; }, {}, never, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./overflow-text-tooltip.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "ngx-bootstrap/tooltip";
|
|
5
|
+
export declare class OverflowTextTooltipModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OverflowTextTooltipModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OverflowTextTooltipModule, [typeof i1.OverflowTextTooltipComponent], [typeof i2.CommonModule, typeof i3.TooltipModule], never>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<OverflowTextTooltipModule>;
|
|
9
|
+
}
|
|
@@ -31,6 +31,10 @@ export * from './lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-c
|
|
|
31
31
|
export * from './lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-cost.module';
|
|
32
32
|
export * from './lib/atoms/grid/framework/overflow-text/overflow-text.component';
|
|
33
33
|
export * from './lib/atoms/grid/framework/overflow-text/overflow-text.module';
|
|
34
|
+
export * from './lib/atoms/grid/framework/grid-no-rows-overlay/grid-no-rows-overlay.component';
|
|
35
|
+
export * from './lib/atoms/grid/framework/grid-no-rows-overlay/grid-no-rows-overlay.module';
|
|
36
|
+
export * from './lib/atoms/grid/framework/overflow-text-tooltip/overflow-text-tooltip.component';
|
|
37
|
+
export * from './lib/atoms/grid/framework/overflow-text-tooltip/overflow-text-tooltip.module';
|
|
34
38
|
export * from './lib/atoms/grid/framework/grid-cell-clickable/grid-cell-clickable.component';
|
|
35
39
|
export * from './lib/atoms/grid/framework/grid-cell-clickable/grid-cell-clickable.model';
|
|
36
40
|
export * from './lib/atoms/grid/framework/grid-cell-clickable/grid-cell-clickable.module';
|
package/public-api.d.ts
CHANGED
|
@@ -31,6 +31,10 @@ export * from './lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-c
|
|
|
31
31
|
export * from './lib/atoms/grid/framework/advertised-jobs-cost/advertised-jobs-cost.module';
|
|
32
32
|
export * from './lib/atoms/grid/framework/overflow-text/overflow-text.component';
|
|
33
33
|
export * from './lib/atoms/grid/framework/overflow-text/overflow-text.module';
|
|
34
|
+
export * from './lib/atoms/grid/framework/grid-no-rows-overlay/grid-no-rows-overlay.component';
|
|
35
|
+
export * from './lib/atoms/grid/framework/grid-no-rows-overlay/grid-no-rows-overlay.module';
|
|
36
|
+
export * from './lib/atoms/grid/framework/overflow-text-tooltip/overflow-text-tooltip.component';
|
|
37
|
+
export * from './lib/atoms/grid/framework/overflow-text-tooltip/overflow-text-tooltip.module';
|
|
34
38
|
export * from './lib/atoms/grid/framework/grid-cell-clickable/grid-cell-clickable.component';
|
|
35
39
|
export * from './lib/atoms/grid/framework/grid-cell-clickable/grid-cell-clickable.model';
|
|
36
40
|
export * from './lib/atoms/grid/framework/grid-cell-clickable/grid-cell-clickable.module';
|