@symphony-talent/component-library 4.137.0 → 4.139.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/icon/icon.enum.mjs +5 -1
- package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +25 -1
- package/esm2020/lib/molecules/button-with-icon-v2/button-with-icon-v2.component.mjs +24 -0
- package/esm2020/lib/molecules/button-with-icon-v2/button-with-icon-v2.model.mjs +2 -0
- package/esm2020/lib/molecules/button-with-icon-v2/button-with-icon-v2.module.mjs +20 -0
- package/esm2020/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.component.mjs +26 -0
- package/esm2020/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.model.mjs +2 -0
- package/esm2020/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.module.mjs +38 -0
- package/esm2020/lib/organisms/grid-action-list-v2/grid-action-list-v2.component.mjs +23 -0
- package/esm2020/lib/organisms/grid-action-list-v2/grid-action-list-v2.module.mjs +19 -0
- package/esm2020/lib/organisms/organisms.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +5 -1
- package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +25 -1
- package/esm2020/projects/component-library/lib/molecules/button-with-icon-v2/button-with-icon-v2.component.mjs +24 -0
- package/esm2020/projects/component-library/lib/molecules/button-with-icon-v2/button-with-icon-v2.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/button-with-icon-v2/button-with-icon-v2.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.component.mjs +26 -0
- package/esm2020/projects/component-library/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.module.mjs +38 -0
- package/esm2020/projects/component-library/lib/organisms/grid-action-list-v2/grid-action-list-v2.component.mjs +23 -0
- package/esm2020/projects/component-library/lib/organisms/grid-action-list-v2/grid-action-list-v2.module.mjs +19 -0
- package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +8 -4
- package/esm2020/projects/component-library/public-api.mjs +4 -1
- package/esm2020/public-api.mjs +4 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +150 -4
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +150 -4
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +150 -4
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +150 -4
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/icon/icon.enum.d.ts +5 -1
- package/lib/molecules/button-with-icon-v2/button-with-icon-v2.component.d.ts +10 -0
- package/lib/molecules/button-with-icon-v2/button-with-icon-v2.model.d.ts +7 -0
- package/lib/molecules/button-with-icon-v2/button-with-icon-v2.module.d.ts +10 -0
- package/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.component.d.ts +10 -0
- package/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.model.d.ts +7 -0
- package/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.module.d.ts +12 -0
- package/lib/organisms/grid-action-list-v2/grid-action-list-v2.component.d.ts +10 -0
- package/lib/organisms/grid-action-list-v2/grid-action-list-v2.module.d.ts +9 -0
- package/lib/organisms/organisms.module.d.ts +2 -1
- package/package.json +1 -1
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.eot +0 -0
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.svg +4 -0
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.ttf +0 -0
- package/projects/component-library/global-assets/iconography/library-fonts/library-icons.woff +0 -0
- package/projects/component-library/global-assets/iconography/library-icons.css +17 -5
- package/projects/component-library/global-assets/iconography/{sfx-icons-v7.json → sfx-icons-v8.json} +136 -22
- package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +5 -1
- package/projects/component-library/lib/molecules/button-with-icon-v2/button-with-icon-v2.component.d.ts +10 -0
- package/projects/component-library/lib/molecules/button-with-icon-v2/button-with-icon-v2.model.d.ts +7 -0
- package/projects/component-library/lib/molecules/button-with-icon-v2/button-with-icon-v2.module.d.ts +10 -0
- package/projects/component-library/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.component.d.ts +10 -0
- package/projects/component-library/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.model.d.ts +7 -0
- package/projects/component-library/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.module.d.ts +12 -0
- package/projects/component-library/lib/organisms/grid-action-list-v2/grid-action-list-v2.component.d.ts +10 -0
- package/projects/component-library/lib/organisms/grid-action-list-v2/grid-action-list-v2.module.d.ts +9 -0
- package/projects/component-library/lib/organisms/organisms.module.d.ts +2 -1
- package/projects/component-library/public-api.d.ts +3 -0
- package/public-api.d.ts +3 -0
|
@@ -92,5 +92,9 @@ export declare enum Icons {
|
|
|
92
92
|
WORKFLOW = "si-workflow",
|
|
93
93
|
QRCODE = "si-qr-code",
|
|
94
94
|
ANALYTICSBETA = "si-analytics-new",
|
|
95
|
-
BETAANALYTICS = "si-beta-analytics"
|
|
95
|
+
BETAANALYTICS = "si-beta-analytics",
|
|
96
|
+
ADDTOFOLDER = "si-add-to-folder",
|
|
97
|
+
ADDTOJOB = "si-add-to-job",
|
|
98
|
+
LICENSE = "si-license",
|
|
99
|
+
REPORTS = "si-reports"
|
|
96
100
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ButtonWithIconV2Model } from './button-with-icon-v2.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ButtonWithIconV2Component {
|
|
5
|
+
model: ButtonWithIconV2Model;
|
|
6
|
+
actionClicked: EventEmitter<any>;
|
|
7
|
+
onIconClick(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonWithIconV2Component, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonWithIconV2Component, "symphony-button-with-icon-v2", never, { "model": "model"; }, { "actionClicked": "actionClicked"; }, never, never>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./button-with-icon-v2.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/icon/icon.module";
|
|
5
|
+
import * as i4 from "../../atoms/tooltip-wrapper/tooltip-wrapper.module";
|
|
6
|
+
export declare class ButtonWithIconV2Module {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonWithIconV2Module, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonWithIconV2Module, [typeof i1.ButtonWithIconV2Component], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.TooltipWrapperModule], [typeof i1.ButtonWithIconV2Component]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonWithIconV2Module>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { GridActionBarV2Model } from './grid-action-bar-v2.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class GridActionBarV2Component {
|
|
5
|
+
actionListModel: GridActionBarV2Model;
|
|
6
|
+
actionBarListItem: EventEmitter<any>;
|
|
7
|
+
onActionBarListClick(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridActionBarV2Component, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridActionBarV2Component, "symphony-grid-action-bar-v2", never, { "actionListModel": "actionListModel"; }, { "actionBarListItem": "actionBarListItem"; }, never, ["[grid-controls-v2]"]>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./grid-action-bar-v2.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../grid-action-list-v2/grid-action-list-v2.module";
|
|
5
|
+
import * as i4 from "../../atoms/icon/icon.module";
|
|
6
|
+
import * as i5 from "../../atoms/paragraph/paragraph.module";
|
|
7
|
+
import * as i6 from "../../atoms/vertical-separator/vertical-separator.module";
|
|
8
|
+
export declare class GridActionBarV2Module {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridActionBarV2Module, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridActionBarV2Module, [typeof i1.GridActionBarV2Component], [typeof i2.CommonModule, typeof i3.GridActionListV2Module, typeof i4.IconModule, typeof i5.ParagraphModule, typeof i6.VerticalSeparatorModule], [typeof i1.GridActionBarV2Component]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GridActionBarV2Module>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ButtonWithIconV2Model } from '../../molecules/button-with-icon-v2/button-with-icon-v2.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class GridActionListV2Component {
|
|
5
|
+
actionList: ButtonWithIconV2Model[];
|
|
6
|
+
actionClicked: EventEmitter<any>;
|
|
7
|
+
onActionListClick(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridActionListV2Component, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridActionListV2Component, "symphony-grid-action-list-v2", never, { "actionList": "actionList"; }, { "actionClicked": "actionClicked"; }, never, never>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./grid-action-list-v2.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../molecules/button-with-icon-v2/button-with-icon-v2.module";
|
|
5
|
+
export declare class GridActionListV2Module {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridActionListV2Module, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridActionListV2Module, [typeof i1.GridActionListV2Component], [typeof i2.CommonModule, typeof i3.ButtonWithIconV2Module], [typeof i1.GridActionListV2Component]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GridActionListV2Module>;
|
|
9
|
+
}
|
|
@@ -30,8 +30,9 @@ import * as i28 from "./chat-history-message-list/chat-history-message-list.modu
|
|
|
30
30
|
import * as i29 from "./assigned-to-widget/assigned-to-widget.module";
|
|
31
31
|
import * as i30 from "./filter-detail/filter-detail.module";
|
|
32
32
|
import * as i31 from "./reports-card-list/reports-card-list.module";
|
|
33
|
+
import * as i32 from "./grid-action-bar-v2/grid-action-bar-v2.module";
|
|
33
34
|
export declare class OrganismsModule {
|
|
34
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrganismsModule, never>;
|
|
35
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.ConfirmationModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule, typeof i13.GridActionsModule, typeof i14.GridControlsModule, typeof i15.GridDownloadModule, typeof i16.ActionBarModule, typeof i17.ActionBarJobListModule, typeof i18.DocumentManagementListModule, typeof i19.InputCheckboxListModule, typeof i20.SettingsDetailNavigationListModule, typeof i21.EditableSettingItemListModule, typeof i22.AdditionalInformationCardListModule, typeof i23.AdditionModalModule, typeof i24.H4Module, typeof i25.ParagraphModule, typeof i26.ButtonModule, typeof i27.InformationModalModule, typeof i28.ChatHistoryMessageListModule, typeof i29.AssignedToWidgetModule, typeof i30.FilterDetailModule, typeof i31.ReportsCardListModule], never>;
|
|
36
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.ConfirmationModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule, typeof i13.GridActionsModule, typeof i14.GridControlsModule, typeof i15.GridDownloadModule, typeof i16.ActionBarModule, typeof i17.ActionBarJobListModule, typeof i18.DocumentManagementListModule, typeof i19.InputCheckboxListModule, typeof i20.SettingsDetailNavigationListModule, typeof i21.EditableSettingItemListModule, typeof i22.AdditionalInformationCardListModule, typeof i23.AdditionModalModule, typeof i24.H4Module, typeof i25.ParagraphModule, typeof i26.ButtonModule, typeof i27.InformationModalModule, typeof i28.ChatHistoryMessageListModule, typeof i29.AssignedToWidgetModule, typeof i30.FilterDetailModule, typeof i31.ReportsCardListModule, typeof i32.GridActionBarV2Module], never>;
|
|
36
37
|
static ɵinj: i0.ɵɵInjectorDeclaration<OrganismsModule>;
|
|
37
38
|
}
|
package/package.json
CHANGED
package/projects/component-library/global-assets/iconography/library-fonts/library-icons.eot
CHANGED
|
Binary file
|
package/projects/component-library/global-assets/iconography/library-fonts/library-icons.svg
CHANGED
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
|
8
8
|
<missing-glyph horiz-adv-x="1024" />
|
|
9
9
|
<glyph unicode=" " horiz-adv-x="512" d="" />
|
|
10
|
+
<glyph unicode="" glyph-name="add-to-folder" d="M241.777 846.222h-99.555c-37.72 0-73.894-13.948-100.566-38.775s-41.656-58.501-41.656-93.612l0.002-186.015-0.002-478.041h890.123c17.567-0.091 34.981 5.171 51.24 11.372 16.333 6.229 31.169 15.423 43.645 27.039 12.481 11.617 22.357 25.429 29.047 40.63 6.662 15.127 10.041 31.334 9.944 47.69v325.506c0 49.156-20.981 96.299-58.322 131.058-37.336 34.759-87.984 54.285-140.789 54.285-93.087-0.426-184.474-0.425-277.501-0.424h-9.793c-45.264 0-88.673 15.044-120.679 44.837-10.815 10.094-18.963 21.964-27.12 33.845-8.199 11.944-16.407 23.9-27.34 34.076-32.006 29.793-75.415 46.531-120.679 46.531zM512 618.667c31.419 0 56.889-25.47 56.889-56.889v-113.778h113.778c31.42 0 56.889-25.47 56.889-56.889s-25.469-56.889-56.889-56.889h-113.778v-113.778c0-31.42-25.47-56.889-56.889-56.889s-56.889 25.469-56.889 56.889v113.778h-113.778c-31.419 0-56.889 25.469-56.889 56.889s25.47 56.889 56.889 56.889h113.778v113.778c0 31.419 25.47 56.889 56.889 56.889z" />
|
|
11
|
+
<glyph unicode="" glyph-name="add-to-job" d="M398.222 903.111c-62.838 0-113.778-47.944-113.778-107.085v-53.543h-207.644c-42.416 0-76.8-32.362-76.8-72.282v-605.029c0-39.919 34.384-72.283 76.8-72.283h870.4c42.416 0 76.8 32.364 76.8 72.283v605.029c0 39.921-34.384 72.282-76.8 72.282h-207.644v53.543c0 59.141-50.938 107.085-113.778 107.085h-227.556zM625.778 796.026v-53.543h-227.556v53.543h227.556zM512 618.667c31.419 0 56.889-25.47 56.889-56.889v-113.778h113.778c31.42 0 56.889-25.47 56.889-56.889s-25.469-56.889-56.889-56.889h-113.778v-113.778c0-31.42-25.47-56.889-56.889-56.889s-56.889 25.469-56.889 56.889v113.778h-113.778c-31.419 0-56.889 25.469-56.889 56.889s25.47 56.889 56.889 56.889h113.778v113.778c0 31.419 25.47 56.889 56.889 56.889z" />
|
|
12
|
+
<glyph unicode="" glyph-name="license" d="M361.814 847.825l85.371 85.379c17.278 17.269 40.342 26.796 64.81 26.796s47.532-9.524 64.807-26.791l85.379-85.386c1.655-1.657 6.195-4.557 12.464-7.155 6.275-2.598 11.531-3.754 13.875-3.754h120.735c50.551 0 91.648-41.101 91.648-91.65v-120.738c0-2.343 1.155-7.599 3.755-13.87s5.495-10.803 7.151-12.457l85.373-85.385c17.283-17.269 26.806-40.334 26.817-64.803v-0.006c0-24.471-9.535-47.536-26.806-64.81l-85.373-85.373c-1.661-1.661-4.562-6.195-7.157-12.464-2.6-6.275-3.755-11.531-3.755-13.87v-120.741c0-50.546-41.102-91.648-91.648-91.648h-120.741c-2.344 0-7.6-1.155-13.875-3.755-6.269-2.594-10.803-5.495-12.453-7.151l-85.385-85.379c-17.269-17.271-40.334-26.806-64.804-26.806-24.475 0-47.541 9.535-64.812 26.812l-85.37 85.367c-1.662 1.661-6.199 4.562-12.467 7.157-6.271 2.6-11.528 3.755-13.871 3.755h-120.742c-50.549 0-91.65 41.102-91.65 91.648v120.741c0 2.338-1.155 7.595-3.754 13.87-2.599 6.269-5.501 10.809-7.163 12.476l-85.372 85.367c-35.737 35.744-35.739 93.87-0.001 129.613l85.384 85.384c1.657 1.657 4.557 6.19 7.154 12.461s3.752 11.527 3.752 13.87v120.738c0 50.549 41.101 91.65 91.65 91.65h120.742c2.343 0 7.599 1.155 13.87 3.752s10.804 5.497 12.461 7.154zM835.578 374.050l73.967 73.962-73.956 73.957c-24.86 24.852-42.485 67.395-42.485 102.558v104.592h-104.585c-35.157 0-77.687 17.619-102.554 42.473l-73.967 73.966-73.956-73.96c-24.862-24.862-67.402-42.48-102.56-42.48h-104.596v-104.592c0-35.162-17.618-77.698-42.48-102.56l-73.96-73.956 73.96-73.961c24.863-24.872 42.484-67.408 42.484-102.559v-104.585h104.589c35.162 0 77.698-17.618 102.559-42.485l73.96-73.956 73.956 73.956c24.86 24.866 67.402 42.485 102.559 42.485h104.59v104.585c0 35.157 17.613 77.687 42.473 102.559zM722.893 521.551c22.215 22.217 22.215 58.237 0 80.453s-58.237 22.216-80.452 0l-187.329-187.329-73.551 73.552c-22.217 22.216-58.237 22.216-80.453 0s-22.216-58.237 0-80.453l154.004-154.003 267.782 267.781z" />
|
|
13
|
+
<glyph unicode="" glyph-name="reports" d="M853.333 847.407h-512v-58.074h455.111v-570.072h56.889v628.146zM796.444 106.667v-170.672h-739.556v853.339h170.667v170.667h739.556v-853.333h-170.667zM682.667 675.556h-512v-625.783h512v625.783zM549.928 484.571h-246.519v60.953h246.519v-60.953zM303.409 332.191h246.519v60.953h-246.519v-60.953zM549.928 179.809h-246.519v60.951h246.519v-60.951z" />
|
|
10
14
|
<glyph unicode="" glyph-name="email-sms-default" horiz-adv-x="1067" d="M825.805 868.644v6.467c0 31.419-25.468 56.889-56.887 56.889h-712.029c-31.419 0-56.889-25.47-56.889-56.889v-4.259l414.667-259.712 411.138 257.504zM825.805 734.392l-380.941-238.593c-18.47-11.567-41.925-11.567-60.394 0l-384.47 240.802v-316.603c0-31.415 25.47-56.887 56.889-56.887h712.029c31.42 0 56.887 25.472 56.887 56.887v314.394zM165.333 260.599h715.699c12.655 0 24.789 5.197 33.737 14.443 8.951 9.246 13.978 21.786 13.978 34.863v394.428c25.306 0 49.579-10.389 67.477-28.881 17.894-18.492 27.947-43.573 27.947-69.726v-394.428c0-26.155-10.052-51.234-27.947-69.726-17.899-18.496-42.172-28.885-67.477-28.885h-95.428v-147.908l-190.852 147.908h-381.706c-25.309 0-49.581 10.389-67.477 28.885-17.896 18.492-27.95 43.571-27.95 69.726v49.301z" />
|
|
11
15
|
<glyph unicode="" glyph-name="assign-to-actions" d="M921.6 516.267c-62.578 68.267-147.911 102.4-238.933 102.4s-176.356-34.133-238.933-102.4c-68.267-62.578-102.4-147.911-102.4-238.933s34.133-176.356 102.4-238.933c62.578-68.267 147.911-102.4 238.933-102.4s176.356 34.133 238.933 102.4c62.578 62.578 102.4 153.6 102.4 238.933s-34.133 176.356-102.4 238.933zM853.333 220.444h-113.778v-113.778c0-34.133-22.756-56.889-56.889-56.889s-56.889 22.756-56.889 56.889v113.778h-113.778c-34.133 0-56.889 22.756-56.889 56.889s22.756 56.889 56.889 56.889h113.778v113.778c0 34.133 22.756 56.889 56.889 56.889s56.889-22.756 56.889-56.889v-113.778h113.778c34.133 0 56.889-22.756 56.889-56.889s-22.756-56.889-56.889-56.889zM369.778 521.956c68.267 91.022 176.356 147.911 301.511 153.6 5.689 17.067 5.689 39.822 5.689 56.889 0 125.156-102.4 227.556-227.556 227.556s-227.556-102.4-227.556-227.556c0-96.711 62.578-176.356 147.911-210.489zM312.889 425.244c-164.978-51.2-290.133-199.111-312.889-375.467h358.4c-45.511 62.578-73.956 142.222-73.956 227.556 0 51.2 11.378 102.4 28.444 147.911z" />
|
|
12
16
|
<glyph unicode="" glyph-name="qr-code" horiz-adv-x="1097" d="M956.767 326.186c57.212 0 103.592-46.38 103.592-103.59v-146.205c0-57.212-46.38-103.592-103.592-103.592h-146.205c-57.212 0-103.593 46.38-103.593 103.592v146.205c0 57.21 46.381 103.59 103.593 103.59h146.205zM1005.502 521.172c30.296 0 54.857-24.56 54.857-54.857v-0.487c0-30.297-24.561-54.857-54.857-54.857s-54.857 24.56-54.857 54.857v0.487c0 30.297 24.561 54.857 54.857 54.857zM865.419 466.315c0-30.297-24.561-54.857-54.857-54.857h-146.206c-40.399 0-79.144 16.049-107.711 44.616s-44.616 67.312-44.616 107.711v146.205c0 30.297 24.561 54.857 54.857 54.857s54.857-24.56 54.857-54.857v-146.205c0-11.301 4.49-22.14 12.481-30.131s18.83-12.481 30.131-12.481h146.206c30.296 0 54.857-24.56 54.857-54.857zM566.886 959.786c30.297 0 54.857-24.56 54.857-54.857v-0.487c0-30.297-24.56-54.857-54.857-54.857s-54.857 24.56-54.857 54.857v0.487c0 30.297 24.561 54.857 54.857 54.857zM566.886 326.233c30.297 0 54.857-24.56 54.857-54.856v-48.737c0-30.296-24.56-54.857-54.857-54.857s-54.857 24.561-54.857 54.857v48.737c0 30.297 24.561 54.856 54.857 54.856zM621.744 27.699c0-30.296-24.56-54.857-54.857-54.857h-0.487c-30.297 0-54.857 24.561-54.857 54.857s24.561 54.857 54.857 54.857h0.487c30.297 0 54.857-24.561 54.857-54.857zM426.805 466.315c0-30.297-24.561-54.857-54.857-54.857h-0.488c-30.297 0-54.857 24.561-54.857 54.857s24.561 54.857 54.857 54.857h0.488c30.297 0 54.857-24.56 54.857-54.857zM231.865 466.315c0-30.297-24.561-54.857-54.857-54.857h-48.735c-30.297 0-54.857 24.561-54.857 54.857s24.561 54.857 54.857 54.857h48.735c30.297 0 54.857-24.56 54.857-54.857zM316.603 216.474h-133.96v-133.961h133.96v133.961zM322.725 326.186c57.212 0 103.591-46.38 103.591-103.59v-146.205c0-57.212-46.379-103.592-103.591-103.592h-146.205c-57.212 0-103.592 46.38-103.592 103.592v146.205c0 57.21 46.38 103.59 103.592 103.59h146.205zM950.645 850.071h-133.961v-133.96h133.961v133.96zM956.767 959.786c57.212 0 103.592-46.38 103.592-103.592v-146.205c0-57.212-46.38-103.591-103.592-103.591h-146.205c-57.212 0-103.593 46.38-103.593 103.591v146.205c0 57.213 46.381 103.592 103.593 103.592h146.205zM316.812 850.286h-133.96v-133.96h133.96v133.96zM322.934 960c57.212 0 103.592-46.38 103.592-103.592v-146.205c0-57.212-46.38-103.591-103.592-103.591h-146.205c-57.212 0-103.592 46.38-103.592 103.591v146.205c0 57.213 46.38 103.592 103.592 103.592h146.205z" />
|
package/projects/component-library/global-assets/iconography/library-fonts/library-icons.ttf
CHANGED
|
Binary file
|
package/projects/component-library/global-assets/iconography/library-fonts/library-icons.woff
CHANGED
|
Binary file
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'library-icons';
|
|
3
|
-
src: url('library-fonts/library-icons.eot?
|
|
4
|
-
src: url('library-fonts/library-icons.eot?
|
|
5
|
-
url('library-fonts/library-icons.ttf?
|
|
6
|
-
url('library-fonts/library-icons.woff?
|
|
7
|
-
url('library-fonts/library-icons.svg?
|
|
3
|
+
src: url('library-fonts/library-icons.eot?vadu43');
|
|
4
|
+
src: url('library-fonts/library-icons.eot?vadu43#iefix') format('embedded-opentype'),
|
|
5
|
+
url('library-fonts/library-icons.ttf?vadu43') format('truetype'),
|
|
6
|
+
url('library-fonts/library-icons.woff?vadu43') format('woff'),
|
|
7
|
+
url('library-fonts/library-icons.svg?vadu43#library-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -307,3 +307,15 @@
|
|
|
307
307
|
.si-beta-analytics:before {
|
|
308
308
|
content: "\e9ba";
|
|
309
309
|
}
|
|
310
|
+
.si-add-to-folder:before {
|
|
311
|
+
content: "\e900";
|
|
312
|
+
}
|
|
313
|
+
.si-add-to-job:before {
|
|
314
|
+
content: "\e901";
|
|
315
|
+
}
|
|
316
|
+
.si-license:before {
|
|
317
|
+
content: "\e902";
|
|
318
|
+
}
|
|
319
|
+
.si-reports:before {
|
|
320
|
+
content: "\e903";
|
|
321
|
+
}
|
package/projects/component-library/global-assets/iconography/{sfx-icons-v7.json → sfx-icons-v8.json}
RENAMED
|
@@ -568,15 +568,35 @@
|
|
|
568
568
|
"order": 513,
|
|
569
569
|
"name": "beta-analytics",
|
|
570
570
|
"prevSize": 32
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"order": 514,
|
|
574
|
+
"name": "add-to-folder",
|
|
575
|
+
"prevSize": 32
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"order": 515,
|
|
579
|
+
"name": "add-to-job",
|
|
580
|
+
"prevSize": 32
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"order": 516,
|
|
584
|
+
"name": "license",
|
|
585
|
+
"prevSize": 32
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"order": 517,
|
|
589
|
+
"name": "reports",
|
|
590
|
+
"prevSize": 32
|
|
571
591
|
}
|
|
572
592
|
],
|
|
573
593
|
"metadata": {
|
|
574
594
|
"name": "sfx icons",
|
|
575
595
|
"importSize": {
|
|
576
|
-
"width":
|
|
577
|
-
"height":
|
|
596
|
+
"width": 18,
|
|
597
|
+
"height": 18
|
|
578
598
|
},
|
|
579
|
-
"iconsHash":
|
|
599
|
+
"iconsHash": 1854840590
|
|
580
600
|
},
|
|
581
601
|
"height": 1024,
|
|
582
602
|
"prevSize": 32,
|
|
@@ -596,12 +616,12 @@
|
|
|
596
616
|
}
|
|
597
617
|
],
|
|
598
618
|
"colorPermutations": {
|
|
599
|
-
"
|
|
619
|
+
"130145159125525525515172961832621911091281": [
|
|
600
620
|
{
|
|
601
|
-
"f":
|
|
621
|
+
"f": 3
|
|
602
622
|
},
|
|
603
623
|
{
|
|
604
|
-
"f":
|
|
624
|
+
"f": 3
|
|
605
625
|
}
|
|
606
626
|
]
|
|
607
627
|
},
|
|
@@ -629,7 +649,7 @@
|
|
|
629
649
|
}
|
|
630
650
|
],
|
|
631
651
|
"colorPermutations": {
|
|
632
|
-
"
|
|
652
|
+
"130145159125525525515172961832621911091281": [
|
|
633
653
|
{
|
|
634
654
|
"f": 1
|
|
635
655
|
},
|
|
@@ -674,7 +694,7 @@
|
|
|
674
694
|
}
|
|
675
695
|
],
|
|
676
696
|
"colorPermutations": {
|
|
677
|
-
"
|
|
697
|
+
"130145159125525525515172961832621911091281": [
|
|
678
698
|
{
|
|
679
699
|
"f": 1
|
|
680
700
|
},
|
|
@@ -716,7 +736,7 @@
|
|
|
716
736
|
}
|
|
717
737
|
],
|
|
718
738
|
"colorPermutations": {
|
|
719
|
-
"
|
|
739
|
+
"130145159125525525515172961832621911091281": [
|
|
720
740
|
{
|
|
721
741
|
"f": 1
|
|
722
742
|
},
|
|
@@ -749,12 +769,12 @@
|
|
|
749
769
|
}
|
|
750
770
|
],
|
|
751
771
|
"colorPermutations": {
|
|
752
|
-
"
|
|
772
|
+
"130145159125525525515172961832621911091281": [
|
|
753
773
|
{
|
|
754
|
-
"f":
|
|
774
|
+
"f": 3
|
|
755
775
|
},
|
|
756
776
|
{
|
|
757
|
-
"f":
|
|
777
|
+
"f": 3
|
|
758
778
|
}
|
|
759
779
|
]
|
|
760
780
|
},
|
|
@@ -779,9 +799,9 @@
|
|
|
779
799
|
],
|
|
780
800
|
"isMulticolor": true,
|
|
781
801
|
"colorPermutations": {
|
|
782
|
-
"
|
|
802
|
+
"130145159125525525515172961832621911091281": [
|
|
783
803
|
{
|
|
784
|
-
"f":
|
|
804
|
+
"f": 4
|
|
785
805
|
},
|
|
786
806
|
{
|
|
787
807
|
"f": 0
|
|
@@ -1199,7 +1219,7 @@
|
|
|
1199
1219
|
}
|
|
1200
1220
|
],
|
|
1201
1221
|
"colorPermutations": {
|
|
1202
|
-
"
|
|
1222
|
+
"130145159125525525515172961832621911091281": [
|
|
1203
1223
|
{}
|
|
1204
1224
|
]
|
|
1205
1225
|
},
|
|
@@ -1870,7 +1890,7 @@
|
|
|
1870
1890
|
}
|
|
1871
1891
|
],
|
|
1872
1892
|
"colorPermutations": {
|
|
1873
|
-
"
|
|
1893
|
+
"130145159125525525515172961832621911091281": [
|
|
1874
1894
|
{
|
|
1875
1895
|
"f": 1
|
|
1876
1896
|
}
|
|
@@ -1919,12 +1939,8 @@
|
|
|
1919
1939
|
"fill": "rgb(51, 72, 96)"
|
|
1920
1940
|
}
|
|
1921
1941
|
],
|
|
1922
|
-
"grid": 0,
|
|
1923
|
-
"tags": [
|
|
1924
|
-
"Beta-analytics"
|
|
1925
|
-
],
|
|
1926
1942
|
"colorPermutations": {
|
|
1927
|
-
"
|
|
1943
|
+
"130145159125525525515172961832621911091281": [
|
|
1928
1944
|
{
|
|
1929
1945
|
"f": 1
|
|
1930
1946
|
},
|
|
@@ -1951,7 +1967,99 @@
|
|
|
1951
1967
|
}
|
|
1952
1968
|
]
|
|
1953
1969
|
},
|
|
1954
|
-
"
|
|
1970
|
+
"tags": [
|
|
1971
|
+
"Beta-analytics"
|
|
1972
|
+
],
|
|
1973
|
+
"defaultCode": 59834,
|
|
1974
|
+
"grid": 0
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"paths": [
|
|
1978
|
+
"M241.777 113.778h-99.555c-37.72 0-73.894 13.948-100.566 38.775s-41.656 58.501-41.656 93.612l0.002 186.015-0.002 478.041h890.123c17.567 0.091 34.981-5.171 51.24-11.372 16.333-6.229 31.169-15.423 43.645-27.039 12.481-11.617 22.357-25.429 29.047-40.63 6.662-15.127 10.041-31.334 9.944-47.69v-325.506c0-49.156-20.981-96.299-58.322-131.058-37.336-34.759-87.984-54.285-140.789-54.285-93.087 0.426-184.474 0.425-277.501 0.424h-9.793c-45.264 0-88.673-15.044-120.679-44.837-10.815-10.094-18.963-21.964-27.12-33.845-8.199-11.944-16.407-23.9-27.34-34.076-32.006-29.793-75.415-46.531-120.679-46.531zM512 341.333c31.419 0 56.889 25.47 56.889 56.889v113.778h113.778c31.42 0 56.889 25.47 56.889 56.889 0 31.42-25.469 56.889-56.889 56.889h-113.778v113.778c0 31.42-25.47 56.889-56.889 56.889s-56.889-25.469-56.889-56.889v-113.778h-113.778c-31.419 0-56.889-25.469-56.889-56.889 0-31.419 25.47-56.889 56.889-56.889h113.778v-113.778c0-31.419 25.47-56.889 56.889-56.889z"
|
|
1979
|
+
],
|
|
1980
|
+
"attrs": [
|
|
1981
|
+
{
|
|
1982
|
+
"fill": "rgb(91, 109, 128)"
|
|
1983
|
+
}
|
|
1984
|
+
],
|
|
1985
|
+
"grid": 0,
|
|
1986
|
+
"tags": [
|
|
1987
|
+
"add-to-folder"
|
|
1988
|
+
],
|
|
1989
|
+
"colorPermutations": {
|
|
1990
|
+
"130145159125525525515172961832621911091281": [
|
|
1991
|
+
{
|
|
1992
|
+
"f": 2
|
|
1993
|
+
}
|
|
1994
|
+
]
|
|
1995
|
+
},
|
|
1996
|
+
"defaultCode": 59648
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"paths": [
|
|
2000
|
+
"M398.222 56.889c-62.838 0-113.778 47.944-113.778 107.085v53.543h-207.644c-42.416 0-76.8 32.362-76.8 72.282v605.029c0 39.919 34.384 72.283 76.8 72.283h870.4c42.416 0 76.8-32.364 76.8-72.283v-605.029c0-39.921-34.384-72.282-76.8-72.282h-207.644v-53.543c0-59.141-50.938-107.085-113.778-107.085h-227.556zM625.778 163.974v53.543h-227.556v-53.543h227.556zM512 341.333c31.419 0 56.889 25.47 56.889 56.889v113.778h113.778c31.42 0 56.889 25.47 56.889 56.889 0 31.42-25.469 56.889-56.889 56.889h-113.778v113.778c0 31.42-25.47 56.889-56.889 56.889s-56.889-25.469-56.889-56.889v-113.778h-113.778c-31.419 0-56.889-25.469-56.889-56.889 0-31.419 25.47-56.889 56.889-56.889h113.778v-113.778c0-31.419 25.47-56.889 56.889-56.889z"
|
|
2001
|
+
],
|
|
2002
|
+
"attrs": [
|
|
2003
|
+
{
|
|
2004
|
+
"fill": "rgb(91, 109, 128)"
|
|
2005
|
+
}
|
|
2006
|
+
],
|
|
2007
|
+
"grid": 0,
|
|
2008
|
+
"tags": [
|
|
2009
|
+
"add-to-job"
|
|
2010
|
+
],
|
|
2011
|
+
"colorPermutations": {
|
|
2012
|
+
"130145159125525525515172961832621911091281": [
|
|
2013
|
+
{
|
|
2014
|
+
"f": 2
|
|
2015
|
+
}
|
|
2016
|
+
]
|
|
2017
|
+
},
|
|
2018
|
+
"defaultCode": 59649
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
"paths": [
|
|
2022
|
+
"M361.814 112.175l85.371-85.379c17.278-17.269 40.342-26.796 64.81-26.796 24.467 0 47.532 9.524 64.807 26.791l85.379 85.386c1.655 1.657 6.195 4.557 12.464 7.155 6.275 2.598 11.531 3.754 13.875 3.754h120.735c50.551 0 91.648 41.101 91.648 91.65v120.738c0 2.343 1.155 7.599 3.755 13.87s5.495 10.803 7.151 12.457l85.373 85.385c17.283 17.269 26.806 40.334 26.817 64.803v0.006c0 24.471-9.535 47.536-26.806 64.81l-85.373 85.373c-1.661 1.661-4.562 6.195-7.157 12.464-2.6 6.275-3.755 11.531-3.755 13.87v120.741c0 50.546-41.102 91.648-91.648 91.648h-120.741c-2.344 0-7.6 1.155-13.875 3.755-6.269 2.594-10.803 5.495-12.453 7.151l-85.385 85.379c-17.269 17.271-40.334 26.806-64.804 26.806-24.475 0-47.541-9.535-64.812-26.812l-85.37-85.367c-1.662-1.661-6.199-4.562-12.467-7.157-6.271-2.6-11.528-3.755-13.871-3.755h-120.742c-50.549 0-91.65-41.102-91.65-91.648v-120.741c0-2.338-1.155-7.595-3.754-13.87-2.599-6.269-5.501-10.809-7.163-12.476l-85.372-85.367c-35.737-35.744-35.739-93.87-0.001-129.613l85.384-85.384c1.657-1.657 4.557-6.19 7.154-12.461s3.752-11.527 3.752-13.87v-120.738c0-50.549 41.101-91.65 91.65-91.65h120.742c2.343 0 7.599-1.155 13.87-3.752s10.804-5.497 12.461-7.154zM835.578 585.95l73.967-73.962-73.956-73.957c-24.86-24.852-42.485-67.395-42.485-102.558v-104.592h-104.585c-35.157 0-77.687-17.619-102.554-42.473l-73.967-73.966-73.956 73.96c-24.862 24.862-67.402 42.48-102.56 42.48h-104.596v104.592c0 35.162-17.618 77.698-42.48 102.56l-73.96 73.956 73.96 73.961c24.863 24.872 42.484 67.408 42.484 102.559v104.585h104.589c35.162 0 77.698 17.618 102.559 42.485l73.96 73.956 73.956-73.956c24.86-24.866 67.402-42.485 102.559-42.485h104.59v-104.585c0-35.157 17.613-77.687 42.473-102.559zM722.893 438.449c22.215-22.217 22.215-58.237 0-80.453s-58.237-22.216-80.452 0l-187.329 187.329-73.551-73.552c-22.217-22.216-58.237-22.216-80.453 0s-22.216 58.237 0 80.453l154.004 154.003 267.782-267.781z"
|
|
2023
|
+
],
|
|
2024
|
+
"attrs": [
|
|
2025
|
+
{
|
|
2026
|
+
"fill": "rgb(51, 72, 96)"
|
|
2027
|
+
}
|
|
2028
|
+
],
|
|
2029
|
+
"grid": 0,
|
|
2030
|
+
"tags": [
|
|
2031
|
+
"license"
|
|
2032
|
+
],
|
|
2033
|
+
"colorPermutations": {
|
|
2034
|
+
"130145159125525525515172961832621911091281": [
|
|
2035
|
+
{
|
|
2036
|
+
"f": 1
|
|
2037
|
+
}
|
|
2038
|
+
]
|
|
2039
|
+
},
|
|
2040
|
+
"defaultCode": 59650
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"paths": [
|
|
2044
|
+
"M853.333 112.593h-512v58.074h455.111v570.072h56.889v-628.146zM796.444 853.333v170.672h-739.556v-853.339h170.667v-170.667h739.556v853.333h-170.667zM682.667 284.444h-512v625.783h512v-625.783zM549.928 475.429h-246.519v-60.953h246.519v60.953zM303.409 627.809h246.519v-60.953h-246.519v60.953zM549.928 780.191h-246.519v-60.951h246.519v60.951z"
|
|
2045
|
+
],
|
|
2046
|
+
"attrs": [
|
|
2047
|
+
{
|
|
2048
|
+
"fill": "rgb(51, 72, 96)"
|
|
2049
|
+
}
|
|
2050
|
+
],
|
|
2051
|
+
"grid": 0,
|
|
2052
|
+
"tags": [
|
|
2053
|
+
"reports"
|
|
2054
|
+
],
|
|
2055
|
+
"colorPermutations": {
|
|
2056
|
+
"130145159125525525515172961832621911091281": [
|
|
2057
|
+
{
|
|
2058
|
+
"f": 1
|
|
2059
|
+
}
|
|
2060
|
+
]
|
|
2061
|
+
},
|
|
2062
|
+
"defaultCode": 59651
|
|
1955
2063
|
}
|
|
1956
2064
|
],
|
|
1957
2065
|
"colorThemes": [
|
|
@@ -1968,6 +2076,12 @@
|
|
|
1968
2076
|
96,
|
|
1969
2077
|
1
|
|
1970
2078
|
],
|
|
2079
|
+
[
|
|
2080
|
+
91,
|
|
2081
|
+
109,
|
|
2082
|
+
128,
|
|
2083
|
+
1
|
|
2084
|
+
],
|
|
1971
2085
|
[
|
|
1972
2086
|
130,
|
|
1973
2087
|
145,
|
|
@@ -92,5 +92,9 @@ export declare enum Icons {
|
|
|
92
92
|
WORKFLOW = "si-workflow",
|
|
93
93
|
QRCODE = "si-qr-code",
|
|
94
94
|
ANALYTICSBETA = "si-analytics-new",
|
|
95
|
-
BETAANALYTICS = "si-beta-analytics"
|
|
95
|
+
BETAANALYTICS = "si-beta-analytics",
|
|
96
|
+
ADDTOFOLDER = "si-add-to-folder",
|
|
97
|
+
ADDTOJOB = "si-add-to-job",
|
|
98
|
+
LICENSE = "si-license",
|
|
99
|
+
REPORTS = "si-reports"
|
|
96
100
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ButtonWithIconV2Model } from './button-with-icon-v2.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ButtonWithIconV2Component {
|
|
5
|
+
model: ButtonWithIconV2Model;
|
|
6
|
+
actionClicked: EventEmitter<any>;
|
|
7
|
+
onIconClick(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonWithIconV2Component, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonWithIconV2Component, "symphony-button-with-icon-v2", never, { "model": "model"; }, { "actionClicked": "actionClicked"; }, never, never>;
|
|
10
|
+
}
|
package/projects/component-library/lib/molecules/button-with-icon-v2/button-with-icon-v2.module.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./button-with-icon-v2.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/icon/icon.module";
|
|
5
|
+
import * as i4 from "../../atoms/tooltip-wrapper/tooltip-wrapper.module";
|
|
6
|
+
export declare class ButtonWithIconV2Module {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonWithIconV2Module, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonWithIconV2Module, [typeof i1.ButtonWithIconV2Component], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.TooltipWrapperModule], [typeof i1.ButtonWithIconV2Component]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonWithIconV2Module>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { GridActionBarV2Model } from './grid-action-bar-v2.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class GridActionBarV2Component {
|
|
5
|
+
actionListModel: GridActionBarV2Model;
|
|
6
|
+
actionBarListItem: EventEmitter<any>;
|
|
7
|
+
onActionBarListClick(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridActionBarV2Component, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridActionBarV2Component, "symphony-grid-action-bar-v2", never, { "actionListModel": "actionListModel"; }, { "actionBarListItem": "actionBarListItem"; }, never, ["[grid-controls-v2]"]>;
|
|
10
|
+
}
|
package/projects/component-library/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.module.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./grid-action-bar-v2.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../grid-action-list-v2/grid-action-list-v2.module";
|
|
5
|
+
import * as i4 from "../../atoms/icon/icon.module";
|
|
6
|
+
import * as i5 from "../../atoms/paragraph/paragraph.module";
|
|
7
|
+
import * as i6 from "../../atoms/vertical-separator/vertical-separator.module";
|
|
8
|
+
export declare class GridActionBarV2Module {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridActionBarV2Module, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridActionBarV2Module, [typeof i1.GridActionBarV2Component], [typeof i2.CommonModule, typeof i3.GridActionListV2Module, typeof i4.IconModule, typeof i5.ParagraphModule, typeof i6.VerticalSeparatorModule], [typeof i1.GridActionBarV2Component]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GridActionBarV2Module>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ButtonWithIconV2Model } from '../../molecules/button-with-icon-v2/button-with-icon-v2.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class GridActionListV2Component {
|
|
5
|
+
actionList: ButtonWithIconV2Model[];
|
|
6
|
+
actionClicked: EventEmitter<any>;
|
|
7
|
+
onActionListClick(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridActionListV2Component, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridActionListV2Component, "symphony-grid-action-list-v2", never, { "actionList": "actionList"; }, { "actionClicked": "actionClicked"; }, never, never>;
|
|
10
|
+
}
|
package/projects/component-library/lib/organisms/grid-action-list-v2/grid-action-list-v2.module.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./grid-action-list-v2.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../molecules/button-with-icon-v2/button-with-icon-v2.module";
|
|
5
|
+
export declare class GridActionListV2Module {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridActionListV2Module, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridActionListV2Module, [typeof i1.GridActionListV2Component], [typeof i2.CommonModule, typeof i3.ButtonWithIconV2Module], [typeof i1.GridActionListV2Component]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GridActionListV2Module>;
|
|
9
|
+
}
|
|
@@ -30,8 +30,9 @@ import * as i28 from "./chat-history-message-list/chat-history-message-list.modu
|
|
|
30
30
|
import * as i29 from "./assigned-to-widget/assigned-to-widget.module";
|
|
31
31
|
import * as i30 from "./filter-detail/filter-detail.module";
|
|
32
32
|
import * as i31 from "./reports-card-list/reports-card-list.module";
|
|
33
|
+
import * as i32 from "./grid-action-bar-v2/grid-action-bar-v2.module";
|
|
33
34
|
export declare class OrganismsModule {
|
|
34
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrganismsModule, never>;
|
|
35
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.ConfirmationModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule, typeof i13.GridActionsModule, typeof i14.GridControlsModule, typeof i15.GridDownloadModule, typeof i16.ActionBarModule, typeof i17.ActionBarJobListModule, typeof i18.DocumentManagementListModule, typeof i19.InputCheckboxListModule, typeof i20.SettingsDetailNavigationListModule, typeof i21.EditableSettingItemListModule, typeof i22.AdditionalInformationCardListModule, typeof i23.AdditionModalModule, typeof i24.H4Module, typeof i25.ParagraphModule, typeof i26.ButtonModule, typeof i27.InformationModalModule, typeof i28.ChatHistoryMessageListModule, typeof i29.AssignedToWidgetModule, typeof i30.FilterDetailModule, typeof i31.ReportsCardListModule], never>;
|
|
36
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.ConfirmationModalModule, typeof i8.UploadResumeModalModule, typeof i9.FeedbackCardListModule, typeof i10.FeedbackDetailHeaderModule, typeof i11.FeedbackDetailCandidateInfoModule, typeof i12.FeedbackLoginModalModule, typeof i13.GridActionsModule, typeof i14.GridControlsModule, typeof i15.GridDownloadModule, typeof i16.ActionBarModule, typeof i17.ActionBarJobListModule, typeof i18.DocumentManagementListModule, typeof i19.InputCheckboxListModule, typeof i20.SettingsDetailNavigationListModule, typeof i21.EditableSettingItemListModule, typeof i22.AdditionalInformationCardListModule, typeof i23.AdditionModalModule, typeof i24.H4Module, typeof i25.ParagraphModule, typeof i26.ButtonModule, typeof i27.InformationModalModule, typeof i28.ChatHistoryMessageListModule, typeof i29.AssignedToWidgetModule, typeof i30.FilterDetailModule, typeof i31.ReportsCardListModule, typeof i32.GridActionBarV2Module], never>;
|
|
36
37
|
static ɵinj: i0.ɵɵInjectorDeclaration<OrganismsModule>;
|
|
37
38
|
}
|
|
@@ -194,6 +194,9 @@ export * from './lib/organisms/upload-resume-modal/upload-resume-modal.model';
|
|
|
194
194
|
export * from './lib/organisms/upload-resume-modal/upload-resume-modal.module';
|
|
195
195
|
export * from './lib/organisms/action-bar-job-list/action-bar-job-list.component';
|
|
196
196
|
export * from './lib/organisms/action-bar-job-list/action-bar-job-list.module';
|
|
197
|
+
export * from './lib/organisms/grid-action-bar-v2/grid-action-bar-v2.component';
|
|
198
|
+
export * from './lib/organisms/grid-action-bar-v2/grid-action-bar-v2.model';
|
|
199
|
+
export * from './lib/organisms/grid-action-bar-v2/grid-action-bar-v2.module';
|
|
197
200
|
export * from './lib/organisms/grid-actions/grid-actions.component';
|
|
198
201
|
export * from './lib/organisms/grid-actions/grid-actions.module';
|
|
199
202
|
export * from './lib/organisms/grid-actions/grid-actions.model';
|
package/public-api.d.ts
CHANGED
|
@@ -194,6 +194,9 @@ export * from './lib/organisms/upload-resume-modal/upload-resume-modal.model';
|
|
|
194
194
|
export * from './lib/organisms/upload-resume-modal/upload-resume-modal.module';
|
|
195
195
|
export * from './lib/organisms/action-bar-job-list/action-bar-job-list.component';
|
|
196
196
|
export * from './lib/organisms/action-bar-job-list/action-bar-job-list.module';
|
|
197
|
+
export * from './lib/organisms/grid-action-bar-v2/grid-action-bar-v2.component';
|
|
198
|
+
export * from './lib/organisms/grid-action-bar-v2/grid-action-bar-v2.model';
|
|
199
|
+
export * from './lib/organisms/grid-action-bar-v2/grid-action-bar-v2.module';
|
|
197
200
|
export * from './lib/organisms/grid-actions/grid-actions.component';
|
|
198
201
|
export * from './lib/organisms/grid-actions/grid-actions.module';
|
|
199
202
|
export * from './lib/organisms/grid-actions/grid-actions.model';
|