@symphony-talent/component-library 4.226.0 → 4.228.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/chat-history-date-stamp/chat-history-date-stamp.component.mjs +1 -1
- package/esm2020/lib/atoms/contextual-menu/contextual-menu.component.mjs +59 -7
- package/esm2020/lib/atoms/contextual-menu/contextual-menu.model.mjs +1 -1
- package/esm2020/lib/atoms/formatted-counter/formatted-counter.component.mjs +1 -1
- package/esm2020/lib/atoms/grid/framework/custom-detail-with-grid/custom-detail-with-grid.component.mjs +174 -0
- package/esm2020/lib/atoms/grid/framework/custom-detail-with-grid/custom-detail-with-grid.module.mjs +22 -0
- package/esm2020/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.component.mjs +3 -3
- package/esm2020/lib/atoms/grid/framework/framework.module.mjs +8 -4
- package/esm2020/lib/atoms/grid/framework/grid-cell-clickable/grid-cell-clickable.component.mjs +1 -1
- package/esm2020/lib/atoms/grid/grid.component.mjs +26 -6
- package/esm2020/lib/atoms/input-editable-text/input-editable-text.component.mjs +1 -1
- package/esm2020/lib/atoms/input-file-upload/input-file-upload.component.mjs +1 -1
- package/esm2020/lib/atoms/paragraph/paragraph.component.mjs +8 -5
- package/esm2020/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
- package/esm2020/lib/design-guide/typography/typography.component.mjs +1 -1
- package/esm2020/lib/molecules/additional-information-card/additional-information-card.component.mjs +1 -1
- package/esm2020/lib/molecules/advertise-order-review/advertise-order-review.component.mjs +1 -1
- package/esm2020/lib/molecules/candidate-item/candidate-item.component.mjs +55 -0
- package/esm2020/lib/molecules/candidate-item/candidate-item.model.mjs +2 -0
- package/esm2020/lib/molecules/candidate-item/candidate-item.module.mjs +34 -0
- package/esm2020/lib/molecules/card/card.component.mjs +1 -1
- package/esm2020/lib/molecules/color-swatch/color-swatch.component.mjs +1 -1
- package/esm2020/lib/molecules/document-management-item/document-management-item.component.mjs +1 -1
- package/esm2020/lib/molecules/editable-setting-item/editable-setting-item.component.mjs +1 -1
- package/esm2020/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.component.mjs +1 -1
- package/esm2020/lib/molecules/feedback-candidate-education/feedback-candidate-education.component.mjs +1 -1
- package/esm2020/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.component.mjs +1 -1
- package/esm2020/lib/molecules/feedback-card/feedback-card.component.mjs +1 -1
- package/esm2020/lib/molecules/file-upload-status/file-upload-status.component.mjs +1 -1
- package/esm2020/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
- package/esm2020/lib/molecules/invoice-line-item/invoice-line-item.component.mjs +1 -1
- package/esm2020/lib/molecules/molecules.module.mjs +8 -1
- package/esm2020/lib/molecules/note/note.component.mjs +1 -1
- package/esm2020/lib/molecules/reports-card/reports-card.component.mjs +1 -1
- package/esm2020/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.component.mjs +1 -1
- package/esm2020/lib/molecules/task/task.component.mjs +1 -1
- package/esm2020/lib/molecules/task-status/task-status.component.mjs +1 -1
- package/esm2020/lib/organisms/action-bar/action-bar.component.mjs +1 -1
- package/esm2020/lib/organisms/addition-modal/addition-modal.component.mjs +1 -1
- package/esm2020/lib/organisms/ai-search-assistant-drawer/ai-search-assistant-drawer.component.mjs +1 -1
- package/esm2020/lib/organisms/assigned-to-widget/assigned-to-widget.component.mjs +1 -1
- package/esm2020/lib/organisms/candidate-card/candidate-card.component.mjs +1 -1
- package/esm2020/lib/organisms/confirmation-modal/confirmation-modal.component.mjs +1 -1
- package/esm2020/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.component.mjs +1 -1
- package/esm2020/lib/organisms/feedback-detail-interest-form/feedback-detail-interest-form.component.mjs +1 -1
- package/esm2020/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +1 -1
- package/esm2020/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.component.mjs +1 -1
- package/esm2020/lib/organisms/merge-contacts-modal/merge-contacts-modal.component.mjs +1 -1
- package/esm2020/lib/organisms/save-search-modal/save-search-modal.component.mjs +1 -1
- package/esm2020/lib/organisms/upload-resume-modal/upload-resume-modal.component.mjs +1 -1
- package/esm2020/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.component.mjs +1 -1
- package/esm2020/lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.component.mjs +1 -1
- package/esm2020/lib/pages/domain-whitelisting-partial-page/domain-whitelisting-partial-page.component.mjs +1 -1
- package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +1 -1
- package/esm2020/lib/pages/feedback-list-page/feedback-list-page.component.mjs +1 -1
- package/esm2020/lib/pages/feedback-request-page/feedback-request-page.component.mjs +1 -1
- package/esm2020/lib/pages/job-list-page/job-list-page.component.mjs +1 -1
- package/esm2020/lib/pages/libraries-page/libraries-page.component.mjs +1 -1
- package/esm2020/lib/pages/modals/advance-search-modal/advance-search-modal.component.mjs +1 -1
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +1 -1
- package/esm2020/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.component.mjs +1 -1
- package/esm2020/lib/pages/modals/assign-to-user-modal/assign-to-user-modal.component.mjs +1 -1
- package/esm2020/lib/pages/modals/calendar-availability-modal/calendar-availability-modal.component.mjs +1 -1
- package/esm2020/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.component.mjs +1 -1
- package/esm2020/lib/pages/modals/linkedin-premium-job-postings-modal/linkedin-premium-job-postings-modal.component.mjs +1 -1
- package/esm2020/lib/pages/modals/notification-modal/notification-modal.component.mjs +1 -1
- package/esm2020/lib/pages/modals/symphony-modal/symphony-modal.component.mjs +1 -1
- package/esm2020/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.mjs +1 -1
- package/esm2020/lib/pages/setting-list-page/setting-list-page.component.mjs +1 -1
- package/esm2020/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.component.mjs +1 -1
- package/esm2020/lib/pages/sms-usage-report-page/sms-usage-report-page.component.mjs +1 -1
- package/esm2020/lib/pages/toggle-list-partial-page/toggle-list-partial-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/chat-history-date-stamp/chat-history-date-stamp.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.mjs +59 -7
- package/esm2020/projects/component-library/lib/atoms/contextual-menu/contextual-menu.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/formatted-counter/formatted-counter.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/grid/framework/custom-detail-with-grid/custom-detail-with-grid.component.mjs +174 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/custom-detail-with-grid/custom-detail-with-grid.module.mjs +22 -0
- package/esm2020/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/atoms/grid/framework/framework.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/atoms/grid/framework/grid-cell-clickable/grid-cell-clickable.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +26 -6
- package/esm2020/projects/component-library/lib/atoms/input-editable-text/input-editable-text.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/input-file-upload/input-file-upload.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/paragraph/paragraph.component.mjs +8 -5
- package/esm2020/projects/component-library/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/design-guide/typography/typography.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/additional-information-card/additional-information-card.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/advertise-order-review/advertise-order-review.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/candidate-item/candidate-item.component.mjs +55 -0
- package/esm2020/projects/component-library/lib/molecules/candidate-item/candidate-item.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/candidate-item/candidate-item.module.mjs +34 -0
- package/esm2020/projects/component-library/lib/molecules/card/card.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/color-swatch/color-swatch.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/document-management-item/document-management-item.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/editable-setting-item/editable-setting-item.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/feedback-candidate-certifications/feedback-candidate-certifications.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/feedback-candidate-education/feedback-candidate-education.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/feedback-candidate-workhistory/feedback-candidate-workhistory.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/feedback-card/feedback-card.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/file-upload-status/file-upload-status.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/invoice-line-item/invoice-line-item.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +8 -1
- package/esm2020/projects/component-library/lib/molecules/note/note.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/reports-card/reports-card.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/settings-detail-navigation-item/settings-detail-navigation-item.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/task/task.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/task-status/task-status.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/action-bar/action-bar.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/addition-modal/addition-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/ai-search-assistant-drawer/ai-search-assistant-drawer.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/assigned-to-widget/assigned-to-widget.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/candidate-card/candidate-card.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/confirmation-modal/confirmation-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/feedback-detail-candidate-info/feedback-detail-candidate-info.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/feedback-detail-interest-form/feedback-detail-interest-form.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/feedback-login-modal/feedback-login-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/grid-action-bar-v2/grid-action-bar-v2.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/merge-contacts-modal/merge-contacts-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/save-search-modal/save-search-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/organisms/upload-resume-modal/upload-resume-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/advertised-job-postings-list-page/advertised-job-postings-list-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/bulk-import-admin-list-page/bulk-import-admin-list-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/domain-whitelisting-partial-page/domain-whitelisting-partial-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/feedback-list-page/feedback-list-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/feedback-request-page/feedback-request-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/job-list-page/job-list-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/libraries-page/libraries-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/advance-search-modal/advance-search-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/advertised-job-postings-modal/advertised-job-postings-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/assign-to-user-modal/assign-to-user-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/calendar-availability-modal/calendar-availability-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/chatbot-history-modal/chatbot-history-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/linkedin-premium-job-postings-modal/linkedin-premium-job-postings-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/notification-modal/notification-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/symphony-modal/symphony-modal.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/partial-page/editable-setting-partial-page/editable-setting-partial-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/setting-list-page/setting-list-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/sms-usage-report-page/sms-usage-report-page.component.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/toggle-list-partial-page/toggle-list-partial-page.component.mjs +1 -1
- package/esm2020/projects/component-library/public-api.mjs +6 -1
- package/esm2020/public-api.mjs +6 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +420 -82
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +420 -82
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +421 -82
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +421 -82
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/contextual-menu/contextual-menu.component.d.ts +15 -3
- package/lib/atoms/contextual-menu/contextual-menu.model.d.ts +2 -0
- package/lib/atoms/grid/framework/custom-detail-with-grid/custom-detail-with-grid.component.d.ts +60 -0
- package/lib/atoms/grid/framework/custom-detail-with-grid/custom-detail-with-grid.module.d.ts +12 -0
- package/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.component.d.ts +1 -1
- package/lib/atoms/grid/framework/framework.module.d.ts +2 -1
- package/lib/atoms/grid/grid.component.d.ts +8 -2
- package/lib/atoms/paragraph/paragraph.component.d.ts +3 -2
- package/lib/molecules/candidate-item/candidate-item.component.d.ts +18 -0
- package/lib/molecules/candidate-item/candidate-item.model.d.ts +13 -0
- package/lib/molecules/candidate-item/candidate-item.module.d.ts +11 -0
- package/lib/molecules/molecules.module.d.ts +17 -16
- package/package.json +1 -1
- package/projects/component-library/global.scss +29 -0
- package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.d.ts +15 -3
- package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.model.d.ts +2 -0
- package/projects/component-library/lib/atoms/grid/framework/custom-detail-with-grid/custom-detail-with-grid.component.d.ts +60 -0
- package/projects/component-library/lib/atoms/grid/framework/custom-detail-with-grid/custom-detail-with-grid.module.d.ts +12 -0
- package/projects/component-library/lib/atoms/grid/framework/event-settings-more-options/event-settings-more-options.component.d.ts +1 -1
- package/projects/component-library/lib/atoms/grid/framework/framework.module.d.ts +2 -1
- package/projects/component-library/lib/atoms/grid/grid.component.d.ts +8 -2
- package/projects/component-library/lib/atoms/paragraph/paragraph.component.d.ts +3 -2
- package/projects/component-library/lib/molecules/candidate-item/candidate-item.component.d.ts +18 -0
- package/projects/component-library/lib/molecules/candidate-item/candidate-item.model.d.ts +13 -0
- package/projects/component-library/lib/molecules/candidate-item/candidate-item.module.d.ts +11 -0
- package/projects/component-library/lib/molecules/molecules.module.d.ts +17 -16
- package/projects/component-library/public-api.d.ts +5 -0
- package/public-api.d.ts +5 -0
|
@@ -13,6 +13,7 @@ import { ColoredTextIndicatorComponent } from './framework/colored-text-indicato
|
|
|
13
13
|
import { StatusIndicatorComponent } from './framework/status-indicator/status-indicator.component';
|
|
14
14
|
import { GridCellClickedOpenNewTabComponent } from './framework/grid-cell-clicked-open-new-tab/grid-cell-clicked-open-new-tab.component';
|
|
15
15
|
import { MergeContactClickedOpenModalComponent } from './framework/merge-contact-clicked-open-modal/merge-contact-clicked-open-modal.component';
|
|
16
|
+
import { CustomDetailWithGridComponent } from './framework/custom-detail-with-grid/custom-detail-with-grid.component';
|
|
16
17
|
import * as i0 from "@angular/core";
|
|
17
18
|
import * as i1 from "ag-grid-angular";
|
|
18
19
|
import * as i2 from "@angular/common";
|
|
@@ -22,6 +23,7 @@ export class GridComponent {
|
|
|
22
23
|
this.suppressRowClickSelection = false;
|
|
23
24
|
this.rowSelectionMode = 'single';
|
|
24
25
|
this.treeData = false;
|
|
26
|
+
this.masterDetail = false;
|
|
25
27
|
this.noRowsOverlayTemplate = "noRowsOverlay";
|
|
26
28
|
this.rowHeightPage = 80;
|
|
27
29
|
this.gridHeight = 100;
|
|
@@ -29,7 +31,10 @@ export class GridComponent {
|
|
|
29
31
|
this.frameworkComponents = this.getFrameworkComponents();
|
|
30
32
|
this.sortChanged = new EventEmitter();
|
|
31
33
|
this.cellClick = new EventEmitter();
|
|
32
|
-
this.getRowHeight = () => {
|
|
34
|
+
this.getRowHeight = (params) => {
|
|
35
|
+
if (params?.node?.detail && this.detailRowHeight) {
|
|
36
|
+
return this.detailRowHeight;
|
|
37
|
+
}
|
|
33
38
|
return this.rowHeightPage;
|
|
34
39
|
};
|
|
35
40
|
}
|
|
@@ -54,12 +59,15 @@ export class GridComponent {
|
|
|
54
59
|
coloredTextIndicator: ColoredTextIndicatorComponent,
|
|
55
60
|
statusIndicatorComponent: StatusIndicatorComponent,
|
|
56
61
|
gridCellClickedOpenNewTabComponent: GridCellClickedOpenNewTabComponent,
|
|
57
|
-
mergeContactClickedOpenModalComponent: MergeContactClickedOpenModalComponent
|
|
62
|
+
mergeContactClickedOpenModalComponent: MergeContactClickedOpenModalComponent,
|
|
63
|
+
customDetailWithGrid: CustomDetailWithGridComponent
|
|
58
64
|
};
|
|
59
65
|
}
|
|
60
66
|
onGridReady(gridReadyEvent) {
|
|
61
67
|
this.gridApi = gridReadyEvent.api;
|
|
62
|
-
this.onGridReadyFunction
|
|
68
|
+
if (this.onGridReadyFunction) {
|
|
69
|
+
this.onGridReadyFunction(gridReadyEvent);
|
|
70
|
+
}
|
|
63
71
|
}
|
|
64
72
|
onSortChanged(event) {
|
|
65
73
|
this.sortChanged.emit(event);
|
|
@@ -69,10 +77,10 @@ export class GridComponent {
|
|
|
69
77
|
}
|
|
70
78
|
}
|
|
71
79
|
GridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
72
|
-
GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridComponent, selector: "symphony-grid", inputs: { columnDefs: "columnDefs", defaultColDef: "defaultColDef", rowData: "rowData", onGridReadyFunction: "onGridReadyFunction", pageSize: "pageSize", rowModelType: "rowModelType", suppressRowClickSelection: "suppressRowClickSelection", rowSelectionMode: "rowSelectionMode", hasNoPaddingleft: "hasNoPaddingleft", isGridColPinnedLeft: "isGridColPinnedLeft", isServerSideGroup: "isServerSideGroup", getServerSideGroupKey: "getServerSideGroupKey", autoGroupColumnDef: "autoGroupColumnDef", treeData: "treeData", getDataPath: "getDataPath", rowClassRules: "rowClassRules", gridContextMenu: "gridContextMenu", hasSorting: "hasSorting" }, outputs: { sortChanged: "sortChanged", cellClick: "cellClick" }, ngImport: i0, template: "<ag-grid-angular\n class=\"ag-theme-alpine\"\n [ngClass]=\"{ noPaddingLeft: hasNoPaddingleft, 'gridPinnedLeft': isGridColPinnedLeft,'sfx-lib-gird-dropdown' :gridContextMenu, 'sfx-grid-hasSorting' :hasSorting }\"\n style=\"width: 100%\"\n [style.height.vh]=\"gridHeight\"\n [gridOptions]=\"gridOptions\"\n [applyColumnDefOrder]=\"true\"\n [rowModelType]=\"rowModelType\"\n [columnDefs]=\"columnDefs\"\n [defaultColDef]=\"defaultColDef\"\n [frameworkComponents]=\"frameworkComponents\"\n [getRowHeight]=\"getRowHeight\"\n [paginationPageSize]=\"pageSize\"\n [cacheBlockSize]=\"cacheBlockSize\"\n [rowData]=\"rowData\"\n [maxConcurrentDatasourceRequests]=\"1\"\n [loadingCellRenderer]=\"loadingCellRenderer\"\n [suppressRowClickSelection]=\"suppressRowClickSelection\"\n [rowSelection]=\"rowSelectionMode\"\n [enableBrowserTooltips]=\"true\"\n [noRowsOverlayComponent]=\"noRowsOverlayTemplate\"\n [suppressContextMenu]=\"true\"\n [treeData]=\"treeData\"\n [isServerSideGroup]=\"isServerSideGroup\"\n [getServerSideGroupKey]=\"getServerSideGroupKey\"\n [autoGroupColumnDef]=\"autoGroupColumnDef\"\n [serverSideSortingAlwaysResets]=\"true\"\n [getDataPath]=\"getDataPath\"\n [rowClassRules]=\"rowClassRules\"\n (gridReady)=\"onGridReady($event)\"\n (sortChanged)=\"onSortChanged($event)\"\n (cellClicked)=\"onCellClick($event)\"\n>\n</ag-grid-angular>\n", styles: [".ag-center-cols-clipper .ag-row .ag-cell{display:flex;align-items:center}.ag-center-cols-clipper .ag-row .ag-cell .cell-wrap-text{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:60px;word-break:break-word;line-height:20px}.ag-theme-alpine.noPaddingLeft .ag-cell,.ag-theme-alpine.noPaddingLeft .ag-header-cell{padding-left:0!important}.ag-theme-alpine.gridPinnedLeft .ag-pinned-left-cols-container .ag-cell{padding:20px 17px}.ag-theme-alpine.gridPinnedLeft .ag-pinned-left-cols-container:after{content:\"\";box-shadow:5px 0 8px -2px #d6d6d6;display:inline-block;width:15px;height:100%;background:transparent;position:absolute;right:10px}.ag-theme-alpine .ag-icon-tree-closed:before{content:\"\\e985\"!important;font-family:library-icons!important;transform:rotate(90deg);display:inline-block}.ag-theme-alpine .ag-icon-tree-closed:hover{color:#000!important}.ag-theme-alpine .ag-icon-tree-open:before{content:\"\\e985\"!important;font-family:library-icons!important;transform:rotate(180deg);display:inline-block}.ag-theme-alpine .ag-icon-tree-open:hover{color:#000!important}.license-expired{background-color:#f0001e!important}.license-aboutto-expire{background-color:#ffa700!important}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row{z-index:1}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row .ag-cell .more-options{display:none}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row .ag-cell.col-hasMoreActions{overflow:visible;padding-left:0;padding-right:0}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-hover .ag-cell .more-options{display:inline-block}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-hover .more-options button.dropdown-toggle.btn{background:#F1F2F5!important}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-hover .more-options button.dropdown-toggle.btn:hover,.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-hover .more-options.open button.dropdown-toggle.btn{background:#fff!important;color:#334860!important}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-focus{z-index:2}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-label .ag-header-icon.ag-filter-icon{display:flex!important;position:relative;flex-direction:column-reverse;gap:0px;line-height:12px}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-label .ag-header-icon.ag-filter-icon:before{border-top:7px solid #d2d8e5;border-left:4px solid transparent;border-right:4px solid transparent;content:\" \"!important;margin-top:5px}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-label .ag-header-icon.ag-filter-icon:after{border-bottom:7px solid #d2d8e5;border-left:4px solid transparent;border-right:4px solid transparent;content:\" \"!important}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-label .ag-header-icon.ag-filter-icon .ag-icon-filter{display:none}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-sorted-asc .ag-header-icon.ag-filter-icon:after{border-bottom-color:#000}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-sorted-asc .ag-sort-ascending-icon{display:none!important}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-sorted-desc .ag-header-icon.ag-filter-icon:before{border-top-color:#000}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-sorted-desc .ag-sort-descending-icon{display:none!important}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-last{border-bottom:none}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-hover.ag-row-last.ag-row-focus .btn-group .dropdown-menu{top:-100px}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-hover.ag-row-last.ag-row-focus .btn-group .dropdown-menu:before{top:64px;transform:rotate(0)}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-hover.ag-row-first.ag-row-last.ag-row-focus .btn-group .dropdown-menu{top:40px}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-hover.ag-row-first.ag-row-last.ag-row-focus .btn-group .dropdown-menu:before{top:-24px;transform:rotate(180deg)}\n"], components: [{ type: i1.AgGridAngular, selector: "ag-grid-angular", inputs: ["alignedGrids", "rowData", "columnDefs", "excelStyles", "pinnedTopRowData", "pinnedBottomRowData", "chartThemes", "components", "frameworkComponents", "rowStyle", "context", "autoGroupColumnDef", "localeText", "icons", "datasource", "serverSideDatasource", "viewportDatasource", "groupRowRendererParams", "aggFuncs", "fullWidthCellRendererParams", "defaultColGroupDef", "defaultColDef", "defaultExportParams", "columnTypes", "rowClassRules", "detailGridOptions", "detailCellRendererParams", "loadingCellRendererParams", "loadingOverlayComponentParams", "noRowsOverlayComponentParams", "popupParent", "colResizeDefault", "reduxStore", "statusBar", "sideBar", "chartThemeOverrides", "customChartThemes", "sortingOrder", "rowClass", "rowSelection", "overlayLoadingTemplate", "overlayNoRowsTemplate", "quickFilterText", "rowModelType", "editType", "domLayout", "clipboardDeliminator", "rowGroupPanelShow", "multiSortKey", "pivotColumnGroupTotals", "pivotRowTotals", "pivotPanelShow", "fillHandleDirection", "rowHeight", "detailRowHeight", "rowBuffer", "colWidth", "headerHeight", "groupHeaderHeight", "floatingFiltersHeight", "pivotHeaderHeight", "pivotGroupHeaderHeight", "groupDefaultExpanded", "minColWidth", "maxColWidth", "viewportRowModelPageSize", "viewportRowModelBufferSize", "autoSizePadding", "maxBlocksInCache", "maxConcurrentDatasourceRequests", "tooltipShowDelay", "cacheOverflowSize", "paginationPageSize", "cacheBlockSize", "infiniteInitialRowCount", "scrollbarWidth", "batchUpdateWaitMillis", "asyncTransactionWaitMillis", "blockLoadDebounceMillis", "keepDetailRowsCount", "undoRedoCellEditingLimit", "cellFlashDelay", "cellFadeDelay", "localeTextFunc", "groupRowInnerRenderer", "groupRowInnerRendererFramework", "dateComponent", "dateComponentFramework", "groupRowRenderer", "groupRowRendererFramework", "isExternalFilterPresent", "getRowHeight", "doesExternalFilterPass", "getRowClass", "getRowStyle", "getRowClassRules", "traverseNode", "getContextMenuItems", "getMainMenuItems", "processRowPostCreate", "processCellForClipboard", "groupRowAggNodes", "getRowNodeId", "isFullWidthCell", "fullWidthCellRenderer", "fullWidthCellRendererFramework", "processSecondaryColDef", "processSecondaryColGroupDef", "getBusinessKeyForNode", "sendToClipboard", "navigateToNextHeader", "tabToNextHeader", "navigateToNextCell", "tabToNextCell", "getDetailRowData", "processCellFromClipboard", "getDocument", "postProcessPopup", "getChildCount", "getDataPath", "loadingCellRenderer", "loadingCellRendererFramework", "loadingOverlayComponent", "loadingOverlayComponentFramework", "noRowsOverlayComponent", "noRowsOverlayComponentFramework", "detailCellRenderer", "detailCellRendererFramework", "defaultGroupSortComparator", "isRowMaster", "isRowSelectable", "postSort", "processHeaderForClipboard", "paginationNumberFormatter", "processDataFromClipboard", "getServerSideGroupKey", "isServerSideGroup", "suppressKeyboardEvent", "createChartContainer", "processChartOptions", "getChartToolbarItems", "fillOperation", "suppressMakeColumnVisibleAfterUnGroup", "suppressRowClickSelection", "suppressCellSelection", "suppressHorizontalScroll", "alwaysShowVerticalScroll", "debug", "enableBrowserTooltips", "enableCellExpressions", "angularCompileRows", "angularCompileFilters", "groupSuppressAutoColumn", "groupSelectsChildren", "groupIncludeFooter", "groupIncludeTotalFooter", "groupUseEntireRow", "groupSuppressBlankHeader", "suppressMenuHide", "suppressRowDeselection", "unSortIcon", "suppressMultiSort", "singleClickEdit", "suppressLoadingOverlay", "suppressNoRowsOverlay", "suppressAutoSize", "skipHeaderOnAutoSize", "suppressParentsInRowNodes", "suppressColumnMoveAnimation", "suppressMovableColumns", "suppressFieldDotNotation", "enableRangeSelection", "enableRangeHandle", "enableFillHandle", "suppressClearOnFillReduction", "deltaSort", "suppressTouch", "suppressAsyncEvents", "allowContextMenuWithControlKey", "suppressContextMenu", "rememberGroupStateWhenNewData", "enableCellChangeFlash", "suppressDragLeaveHidesColumns", "suppressMiddleClickScrolls", "suppressPreventDefaultOnMouseWheel", "suppressCopyRowsToClipboard", "copyHeadersToClipboard", "pivotMode", "suppressAggFuncInHeader", "suppressColumnVirtualisation", "suppressAggAtRootLevel", "suppressFocusAfterRefresh", "functionsPassive", "functionsReadOnly", "animateRows", "groupSelectsFiltered", "groupRemoveSingleChildren", "groupRemoveLowestSingleChildren", "enableRtl", "suppressClickEdit", "rowDragManaged", "suppressRowDrag", "suppressMoveWhenRowDragging", "enableMultiRowDragging", "enableGroupEdit", "embedFullWidthRows", "deprecatedEmbedFullWidthRows", "suppressPaginationPanel", "floatingFilter", "groupHideOpenParents", "groupMultiAutoColumn", "pagination", "stopEditingWhenGridLosesFocus", "paginationAutoPageSize", "suppressScrollOnNewData", "purgeClosedRowNodes", "cacheQuickFilter", "deltaRowDataMode", "ensureDomOrder", "accentedSort", "suppressChangeDetection", "valueCache", "valueCacheNeverExpires", "aggregateOnlyChangedColumns", "suppressAnimationFrame", "suppressExcelExport", "suppressCsvExport", "treeData", "masterDetail", "suppressMultiRangeSelection", "enterMovesDownAfterEdit", "enterMovesDown", "suppressPropertyNamesCheck", "rowMultiSelectWithClick", "suppressEnterpriseResetOnNewColumns", "enableOldSetFilterModel", "suppressRowHoverHighlight", "suppressRowTransform", "suppressClipboardPaste", "suppressLastEmptyLineOnPaste", "serverSideSortingAlwaysResets", "reactNext", "suppressSetColumnStateEvents", "suppressColumnStateEvents", "enableCharts", "deltaColumnMode", "suppressMaintainUnsortedOrder", "enableCellTextSelection", "suppressBrowserResizeObserver", "suppressMaxRenderedRowRestriction", "excludeChildrenWhenTreeDataFiltering", "tooltipMouseTrack", "keepDetailRows", "paginateChildRows", "preventDefaultOnContextMenu", "undoRedoCellEditing", "allowDragFromColumnsToolPanel", "immutableData", "immutableColumns", "pivotSuppressAutoColumn", "suppressExpandablePivotGroups", "applyColumnDefOrder", "debounceVerticalScrollbar", "detailRowAutoHeight", "gridOptions", "modules"], outputs: ["columnEverythingChanged", "newColumnsLoaded", "columnPivotModeChanged", "columnRowGroupChanged", "expandOrCollapseAll", "columnPivotChanged", "gridColumnsChanged", "columnValueChanged", "columnMoved", "columnVisible", "columnPinned", "columnGroupOpened", "columnResized", "displayedColumnsChanged", "virtualColumnsChanged", "rowGroupOpened", "rowDataChanged", "rowDataUpdated", "pinnedRowDataChanged", "rangeSelectionChanged", "chartCreated", "chartRangeSelectionChanged", "chartOptionsChanged", "chartDestroyed", "toolPanelVisibleChanged", "modelUpdated", "pasteStart", "pasteEnd", "fillStart", "fillEnd", "cellClicked", "cellDoubleClicked", "cellMouseDown", "cellContextMenu", "cellValueChanged", "rowValueChanged", "cellFocused", "rowSelected", "selectionChanged", "cellKeyDown", "cellKeyPress", "cellMouseOver", "cellMouseOut", "filterChanged", "filterModified", "filterOpened", "sortChanged", "virtualRowRemoved", "rowClicked", "rowDoubleClicked", "gridReady", "gridSizeChanged", "viewportChanged", "scrollbarWidthChanged", "firstDataRendered", "dragStarted", "dragStopped", "checkboxChanged", "rowEditingStarted", "rowEditingStopped", "cellEditingStarted", "cellEditingStopped", "bodyScroll", "animationQueueEmpty", "heightScaleChanged", "paginationChanged", "componentStateChanged", "bodyHeightChanged", "displayedColumnsWidthChanged", "scrollVisibilityChanged", "columnHoverChanged", "flashCells", "paginationPixelOffsetChanged", "rowDragEnter", "rowDragMove", "rowDragLeave", "rowDragEnd", "popupToFront", "columnRowGroupChangeRequest", "columnPivotChangeRequest", "columnValueChangeRequest", "columnAggFuncChangeRequest", "keyboardFocus", "mouseFocus"] }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
80
|
+
GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: GridComponent, selector: "symphony-grid", inputs: { columnDefs: "columnDefs", defaultColDef: "defaultColDef", rowData: "rowData", onGridReadyFunction: "onGridReadyFunction", pageSize: "pageSize", rowModelType: "rowModelType", suppressRowClickSelection: "suppressRowClickSelection", rowSelectionMode: "rowSelectionMode", hasNoPaddingleft: "hasNoPaddingleft", isGridColPinnedLeft: "isGridColPinnedLeft", isServerSideGroup: "isServerSideGroup", getServerSideGroupKey: "getServerSideGroupKey", autoGroupColumnDef: "autoGroupColumnDef", treeData: "treeData", getDataPath: "getDataPath", rowClassRules: "rowClassRules", gridContextMenu: "gridContextMenu", hasSorting: "hasSorting", masterDetail: "masterDetail", detailCellRenderer: "detailCellRenderer", detailCellRendererParams: "detailCellRendererParams", detailRowHeight: "detailRowHeight", isRowMaster: "isRowMaster", context: "context" }, outputs: { sortChanged: "sortChanged", cellClick: "cellClick" }, ngImport: i0, template: "<ag-grid-angular\n class=\"ag-theme-alpine\"\n [ngClass]=\"{ noPaddingLeft: hasNoPaddingleft, 'gridPinnedLeft': isGridColPinnedLeft,'sfx-lib-gird-dropdown' :gridContextMenu, 'sfx-grid-hasSorting' :hasSorting }\"\n style=\"width: 100%\"\n [style.height.vh]=\"gridHeight\"\n [gridOptions]=\"gridOptions\"\n [applyColumnDefOrder]=\"true\"\n [rowModelType]=\"rowModelType\"\n [columnDefs]=\"columnDefs\"\n [defaultColDef]=\"defaultColDef\"\n [frameworkComponents]=\"frameworkComponents\"\n [getRowHeight]=\"getRowHeight\"\n [paginationPageSize]=\"pageSize\"\n [cacheBlockSize]=\"cacheBlockSize\"\n [rowData]=\"rowData\"\n [maxConcurrentDatasourceRequests]=\"1\"\n [loadingCellRenderer]=\"loadingCellRenderer\"\n [suppressRowClickSelection]=\"suppressRowClickSelection\"\n [rowSelection]=\"rowSelectionMode\"\n [enableBrowserTooltips]=\"true\"\n [noRowsOverlayComponent]=\"noRowsOverlayTemplate\"\n [suppressContextMenu]=\"true\"\n [treeData]=\"treeData\"\n [masterDetail]=\"masterDetail\"\n [detailCellRenderer]=\"detailCellRenderer\"\n [detailCellRendererParams]=\"detailCellRendererParams\"\n [detailRowHeight]=\"detailRowHeight\"\n [isRowMaster]=\"isRowMaster\"\n [context]=\"context\"\n [isServerSideGroup]=\"isServerSideGroup\"\n [getServerSideGroupKey]=\"getServerSideGroupKey\"\n [autoGroupColumnDef]=\"autoGroupColumnDef\"\n [serverSideSortingAlwaysResets]=\"true\"\n [getDataPath]=\"getDataPath\"\n [rowClassRules]=\"rowClassRules\"\n (gridReady)=\"onGridReady($event)\"\n (sortChanged)=\"onSortChanged($event)\"\n (cellClicked)=\"onCellClick($event)\"\n>\n</ag-grid-angular>\n", styles: [".ag-center-cols-clipper .ag-row .ag-cell{display:flex;align-items:center}.ag-center-cols-clipper .ag-row .ag-cell .cell-wrap-text{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:60px;word-break:break-word;line-height:20px}.ag-theme-alpine.noPaddingLeft .ag-cell,.ag-theme-alpine.noPaddingLeft .ag-header-cell{padding-left:0!important}.ag-theme-alpine.gridPinnedLeft .ag-pinned-left-cols-container .ag-cell{padding:20px 17px}.ag-theme-alpine.gridPinnedLeft .ag-pinned-left-cols-container:after{content:\"\";box-shadow:5px 0 8px -2px #d6d6d6;display:inline-block;width:15px;height:100%;background:transparent;position:absolute;right:10px}.ag-theme-alpine .ag-icon-tree-closed:before{content:\"\\e985\"!important;font-family:library-icons!important;transform:rotate(90deg);display:inline-block}.ag-theme-alpine .ag-icon-tree-closed:hover{color:#000!important}.ag-theme-alpine .ag-icon-tree-open:before{content:\"\\e985\"!important;font-family:library-icons!important;transform:rotate(180deg);display:inline-block}.ag-theme-alpine .ag-icon-tree-open:hover{color:#000!important}.license-expired{background-color:#f0001e!important}.license-aboutto-expire{background-color:#ffa700!important}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row{z-index:1}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row .ag-cell .more-options{display:none}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row .ag-cell .more-options.open{display:inline-block}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row .ag-cell.col-hasMoreActions{overflow:visible;padding-left:0;padding-right:0}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-hover .ag-cell .more-options{display:inline-block}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-hover .more-options button.dropdown-toggle.btn{background:#F1F2F5!important}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-hover .more-options button.dropdown-toggle.btn:hover,.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-hover .more-options.open button.dropdown-toggle.btn{background:#fff!important;color:#334860!important}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-focus{z-index:2}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-label .ag-header-icon.ag-filter-icon{display:flex!important;position:relative;flex-direction:column-reverse;gap:0px;line-height:12px}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-label .ag-header-icon.ag-filter-icon:before{border-top:7px solid #d2d8e5;border-left:4px solid transparent;border-right:4px solid transparent;content:\" \"!important;margin-top:5px}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-label .ag-header-icon.ag-filter-icon:after{border-bottom:7px solid #d2d8e5;border-left:4px solid transparent;border-right:4px solid transparent;content:\" \"!important}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-label .ag-header-icon.ag-filter-icon .ag-icon-filter{display:none}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-sorted-asc .ag-header-icon.ag-filter-icon:after{border-bottom-color:#000}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-sorted-asc .ag-sort-ascending-icon{display:none!important}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-sorted-desc .ag-header-icon.ag-filter-icon:before{border-top-color:#000}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-sorted-desc .ag-sort-descending-icon{display:none!important}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-last{border-bottom:none}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-hover.ag-row-last.ag-row-focus .btn-group .dropdown-menu{top:-100px}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-hover.ag-row-last.ag-row-focus .btn-group .dropdown-menu:before{top:64px;transform:rotate(0)}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-hover.ag-row-first.ag-row-last.ag-row-focus .btn-group .dropdown-menu{top:40px}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-hover.ag-row-first.ag-row-last.ag-row-focus .btn-group .dropdown-menu:before{top:-24px;transform:rotate(180deg)}\n"], components: [{ type: i1.AgGridAngular, selector: "ag-grid-angular", inputs: ["alignedGrids", "rowData", "columnDefs", "excelStyles", "pinnedTopRowData", "pinnedBottomRowData", "chartThemes", "components", "frameworkComponents", "rowStyle", "context", "autoGroupColumnDef", "localeText", "icons", "datasource", "serverSideDatasource", "viewportDatasource", "groupRowRendererParams", "aggFuncs", "fullWidthCellRendererParams", "defaultColGroupDef", "defaultColDef", "defaultExportParams", "columnTypes", "rowClassRules", "detailGridOptions", "detailCellRendererParams", "loadingCellRendererParams", "loadingOverlayComponentParams", "noRowsOverlayComponentParams", "popupParent", "colResizeDefault", "reduxStore", "statusBar", "sideBar", "chartThemeOverrides", "customChartThemes", "sortingOrder", "rowClass", "rowSelection", "overlayLoadingTemplate", "overlayNoRowsTemplate", "quickFilterText", "rowModelType", "editType", "domLayout", "clipboardDeliminator", "rowGroupPanelShow", "multiSortKey", "pivotColumnGroupTotals", "pivotRowTotals", "pivotPanelShow", "fillHandleDirection", "rowHeight", "detailRowHeight", "rowBuffer", "colWidth", "headerHeight", "groupHeaderHeight", "floatingFiltersHeight", "pivotHeaderHeight", "pivotGroupHeaderHeight", "groupDefaultExpanded", "minColWidth", "maxColWidth", "viewportRowModelPageSize", "viewportRowModelBufferSize", "autoSizePadding", "maxBlocksInCache", "maxConcurrentDatasourceRequests", "tooltipShowDelay", "cacheOverflowSize", "paginationPageSize", "cacheBlockSize", "infiniteInitialRowCount", "scrollbarWidth", "batchUpdateWaitMillis", "asyncTransactionWaitMillis", "blockLoadDebounceMillis", "keepDetailRowsCount", "undoRedoCellEditingLimit", "cellFlashDelay", "cellFadeDelay", "localeTextFunc", "groupRowInnerRenderer", "groupRowInnerRendererFramework", "dateComponent", "dateComponentFramework", "groupRowRenderer", "groupRowRendererFramework", "isExternalFilterPresent", "getRowHeight", "doesExternalFilterPass", "getRowClass", "getRowStyle", "getRowClassRules", "traverseNode", "getContextMenuItems", "getMainMenuItems", "processRowPostCreate", "processCellForClipboard", "groupRowAggNodes", "getRowNodeId", "isFullWidthCell", "fullWidthCellRenderer", "fullWidthCellRendererFramework", "processSecondaryColDef", "processSecondaryColGroupDef", "getBusinessKeyForNode", "sendToClipboard", "navigateToNextHeader", "tabToNextHeader", "navigateToNextCell", "tabToNextCell", "getDetailRowData", "processCellFromClipboard", "getDocument", "postProcessPopup", "getChildCount", "getDataPath", "loadingCellRenderer", "loadingCellRendererFramework", "loadingOverlayComponent", "loadingOverlayComponentFramework", "noRowsOverlayComponent", "noRowsOverlayComponentFramework", "detailCellRenderer", "detailCellRendererFramework", "defaultGroupSortComparator", "isRowMaster", "isRowSelectable", "postSort", "processHeaderForClipboard", "paginationNumberFormatter", "processDataFromClipboard", "getServerSideGroupKey", "isServerSideGroup", "suppressKeyboardEvent", "createChartContainer", "processChartOptions", "getChartToolbarItems", "fillOperation", "suppressMakeColumnVisibleAfterUnGroup", "suppressRowClickSelection", "suppressCellSelection", "suppressHorizontalScroll", "alwaysShowVerticalScroll", "debug", "enableBrowserTooltips", "enableCellExpressions", "angularCompileRows", "angularCompileFilters", "groupSuppressAutoColumn", "groupSelectsChildren", "groupIncludeFooter", "groupIncludeTotalFooter", "groupUseEntireRow", "groupSuppressBlankHeader", "suppressMenuHide", "suppressRowDeselection", "unSortIcon", "suppressMultiSort", "singleClickEdit", "suppressLoadingOverlay", "suppressNoRowsOverlay", "suppressAutoSize", "skipHeaderOnAutoSize", "suppressParentsInRowNodes", "suppressColumnMoveAnimation", "suppressMovableColumns", "suppressFieldDotNotation", "enableRangeSelection", "enableRangeHandle", "enableFillHandle", "suppressClearOnFillReduction", "deltaSort", "suppressTouch", "suppressAsyncEvents", "allowContextMenuWithControlKey", "suppressContextMenu", "rememberGroupStateWhenNewData", "enableCellChangeFlash", "suppressDragLeaveHidesColumns", "suppressMiddleClickScrolls", "suppressPreventDefaultOnMouseWheel", "suppressCopyRowsToClipboard", "copyHeadersToClipboard", "pivotMode", "suppressAggFuncInHeader", "suppressColumnVirtualisation", "suppressAggAtRootLevel", "suppressFocusAfterRefresh", "functionsPassive", "functionsReadOnly", "animateRows", "groupSelectsFiltered", "groupRemoveSingleChildren", "groupRemoveLowestSingleChildren", "enableRtl", "suppressClickEdit", "rowDragManaged", "suppressRowDrag", "suppressMoveWhenRowDragging", "enableMultiRowDragging", "enableGroupEdit", "embedFullWidthRows", "deprecatedEmbedFullWidthRows", "suppressPaginationPanel", "floatingFilter", "groupHideOpenParents", "groupMultiAutoColumn", "pagination", "stopEditingWhenGridLosesFocus", "paginationAutoPageSize", "suppressScrollOnNewData", "purgeClosedRowNodes", "cacheQuickFilter", "deltaRowDataMode", "ensureDomOrder", "accentedSort", "suppressChangeDetection", "valueCache", "valueCacheNeverExpires", "aggregateOnlyChangedColumns", "suppressAnimationFrame", "suppressExcelExport", "suppressCsvExport", "treeData", "masterDetail", "suppressMultiRangeSelection", "enterMovesDownAfterEdit", "enterMovesDown", "suppressPropertyNamesCheck", "rowMultiSelectWithClick", "suppressEnterpriseResetOnNewColumns", "enableOldSetFilterModel", "suppressRowHoverHighlight", "suppressRowTransform", "suppressClipboardPaste", "suppressLastEmptyLineOnPaste", "serverSideSortingAlwaysResets", "reactNext", "suppressSetColumnStateEvents", "suppressColumnStateEvents", "enableCharts", "deltaColumnMode", "suppressMaintainUnsortedOrder", "enableCellTextSelection", "suppressBrowserResizeObserver", "suppressMaxRenderedRowRestriction", "excludeChildrenWhenTreeDataFiltering", "tooltipMouseTrack", "keepDetailRows", "paginateChildRows", "preventDefaultOnContextMenu", "undoRedoCellEditing", "allowDragFromColumnsToolPanel", "immutableData", "immutableColumns", "pivotSuppressAutoColumn", "suppressExpandablePivotGroups", "applyColumnDefOrder", "debounceVerticalScrollbar", "detailRowAutoHeight", "gridOptions", "modules"], outputs: ["columnEverythingChanged", "newColumnsLoaded", "columnPivotModeChanged", "columnRowGroupChanged", "expandOrCollapseAll", "columnPivotChanged", "gridColumnsChanged", "columnValueChanged", "columnMoved", "columnVisible", "columnPinned", "columnGroupOpened", "columnResized", "displayedColumnsChanged", "virtualColumnsChanged", "rowGroupOpened", "rowDataChanged", "rowDataUpdated", "pinnedRowDataChanged", "rangeSelectionChanged", "chartCreated", "chartRangeSelectionChanged", "chartOptionsChanged", "chartDestroyed", "toolPanelVisibleChanged", "modelUpdated", "pasteStart", "pasteEnd", "fillStart", "fillEnd", "cellClicked", "cellDoubleClicked", "cellMouseDown", "cellContextMenu", "cellValueChanged", "rowValueChanged", "cellFocused", "rowSelected", "selectionChanged", "cellKeyDown", "cellKeyPress", "cellMouseOver", "cellMouseOut", "filterChanged", "filterModified", "filterOpened", "sortChanged", "virtualRowRemoved", "rowClicked", "rowDoubleClicked", "gridReady", "gridSizeChanged", "viewportChanged", "scrollbarWidthChanged", "firstDataRendered", "dragStarted", "dragStopped", "checkboxChanged", "rowEditingStarted", "rowEditingStopped", "cellEditingStarted", "cellEditingStopped", "bodyScroll", "animationQueueEmpty", "heightScaleChanged", "paginationChanged", "componentStateChanged", "bodyHeightChanged", "displayedColumnsWidthChanged", "scrollVisibilityChanged", "columnHoverChanged", "flashCells", "paginationPixelOffsetChanged", "rowDragEnter", "rowDragMove", "rowDragLeave", "rowDragEnd", "popupToFront", "columnRowGroupChangeRequest", "columnPivotChangeRequest", "columnValueChangeRequest", "columnAggFuncChangeRequest", "keyboardFocus", "mouseFocus"] }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
73
81
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridComponent, decorators: [{
|
|
74
82
|
type: Component,
|
|
75
|
-
args: [{ selector: 'symphony-grid', encapsulation: ViewEncapsulation.None, template: "<ag-grid-angular\n class=\"ag-theme-alpine\"\n [ngClass]=\"{ noPaddingLeft: hasNoPaddingleft, 'gridPinnedLeft': isGridColPinnedLeft,'sfx-lib-gird-dropdown' :gridContextMenu, 'sfx-grid-hasSorting' :hasSorting }\"\n style=\"width: 100%\"\n [style.height.vh]=\"gridHeight\"\n [gridOptions]=\"gridOptions\"\n [applyColumnDefOrder]=\"true\"\n [rowModelType]=\"rowModelType\"\n [columnDefs]=\"columnDefs\"\n [defaultColDef]=\"defaultColDef\"\n [frameworkComponents]=\"frameworkComponents\"\n [getRowHeight]=\"getRowHeight\"\n [paginationPageSize]=\"pageSize\"\n [cacheBlockSize]=\"cacheBlockSize\"\n [rowData]=\"rowData\"\n [maxConcurrentDatasourceRequests]=\"1\"\n [loadingCellRenderer]=\"loadingCellRenderer\"\n [suppressRowClickSelection]=\"suppressRowClickSelection\"\n [rowSelection]=\"rowSelectionMode\"\n [enableBrowserTooltips]=\"true\"\n [noRowsOverlayComponent]=\"noRowsOverlayTemplate\"\n [suppressContextMenu]=\"true\"\n [treeData]=\"treeData\"\n [isServerSideGroup]=\"isServerSideGroup\"\n [getServerSideGroupKey]=\"getServerSideGroupKey\"\n [autoGroupColumnDef]=\"autoGroupColumnDef\"\n [serverSideSortingAlwaysResets]=\"true\"\n [getDataPath]=\"getDataPath\"\n [rowClassRules]=\"rowClassRules\"\n (gridReady)=\"onGridReady($event)\"\n (sortChanged)=\"onSortChanged($event)\"\n (cellClicked)=\"onCellClick($event)\"\n>\n</ag-grid-angular>\n", styles: [".ag-center-cols-clipper .ag-row .ag-cell{display:flex;align-items:center}.ag-center-cols-clipper .ag-row .ag-cell .cell-wrap-text{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:60px;word-break:break-word;line-height:20px}.ag-theme-alpine.noPaddingLeft .ag-cell,.ag-theme-alpine.noPaddingLeft .ag-header-cell{padding-left:0!important}.ag-theme-alpine.gridPinnedLeft .ag-pinned-left-cols-container .ag-cell{padding:20px 17px}.ag-theme-alpine.gridPinnedLeft .ag-pinned-left-cols-container:after{content:\"\";box-shadow:5px 0 8px -2px #d6d6d6;display:inline-block;width:15px;height:100%;background:transparent;position:absolute;right:10px}.ag-theme-alpine .ag-icon-tree-closed:before{content:\"\\e985\"!important;font-family:library-icons!important;transform:rotate(90deg);display:inline-block}.ag-theme-alpine .ag-icon-tree-closed:hover{color:#000!important}.ag-theme-alpine .ag-icon-tree-open:before{content:\"\\e985\"!important;font-family:library-icons!important;transform:rotate(180deg);display:inline-block}.ag-theme-alpine .ag-icon-tree-open:hover{color:#000!important}.license-expired{background-color:#f0001e!important}.license-aboutto-expire{background-color:#ffa700!important}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row{z-index:1}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row .ag-cell .more-options{display:none}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row .ag-cell.col-hasMoreActions{overflow:visible;padding-left:0;padding-right:0}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-hover .ag-cell .more-options{display:inline-block}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-hover .more-options button.dropdown-toggle.btn{background:#F1F2F5!important}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-hover .more-options button.dropdown-toggle.btn:hover,.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-hover .more-options.open button.dropdown-toggle.btn{background:#fff!important;color:#334860!important}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-focus{z-index:2}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-label .ag-header-icon.ag-filter-icon{display:flex!important;position:relative;flex-direction:column-reverse;gap:0px;line-height:12px}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-label .ag-header-icon.ag-filter-icon:before{border-top:7px solid #d2d8e5;border-left:4px solid transparent;border-right:4px solid transparent;content:\" \"!important;margin-top:5px}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-label .ag-header-icon.ag-filter-icon:after{border-bottom:7px solid #d2d8e5;border-left:4px solid transparent;border-right:4px solid transparent;content:\" \"!important}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-label .ag-header-icon.ag-filter-icon .ag-icon-filter{display:none}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-sorted-asc .ag-header-icon.ag-filter-icon:after{border-bottom-color:#000}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-sorted-asc .ag-sort-ascending-icon{display:none!important}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-sorted-desc .ag-header-icon.ag-filter-icon:before{border-top-color:#000}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-sorted-desc .ag-sort-descending-icon{display:none!important}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-last{border-bottom:none}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-hover.ag-row-last.ag-row-focus .btn-group .dropdown-menu{top:-100px}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-hover.ag-row-last.ag-row-focus .btn-group .dropdown-menu:before{top:64px;transform:rotate(0)}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-hover.ag-row-first.ag-row-last.ag-row-focus .btn-group .dropdown-menu{top:40px}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-hover.ag-row-first.ag-row-last.ag-row-focus .btn-group .dropdown-menu:before{top:-24px;transform:rotate(180deg)}\n"] }]
|
|
83
|
+
args: [{ selector: 'symphony-grid', encapsulation: ViewEncapsulation.None, template: "<ag-grid-angular\n class=\"ag-theme-alpine\"\n [ngClass]=\"{ noPaddingLeft: hasNoPaddingleft, 'gridPinnedLeft': isGridColPinnedLeft,'sfx-lib-gird-dropdown' :gridContextMenu, 'sfx-grid-hasSorting' :hasSorting }\"\n style=\"width: 100%\"\n [style.height.vh]=\"gridHeight\"\n [gridOptions]=\"gridOptions\"\n [applyColumnDefOrder]=\"true\"\n [rowModelType]=\"rowModelType\"\n [columnDefs]=\"columnDefs\"\n [defaultColDef]=\"defaultColDef\"\n [frameworkComponents]=\"frameworkComponents\"\n [getRowHeight]=\"getRowHeight\"\n [paginationPageSize]=\"pageSize\"\n [cacheBlockSize]=\"cacheBlockSize\"\n [rowData]=\"rowData\"\n [maxConcurrentDatasourceRequests]=\"1\"\n [loadingCellRenderer]=\"loadingCellRenderer\"\n [suppressRowClickSelection]=\"suppressRowClickSelection\"\n [rowSelection]=\"rowSelectionMode\"\n [enableBrowserTooltips]=\"true\"\n [noRowsOverlayComponent]=\"noRowsOverlayTemplate\"\n [suppressContextMenu]=\"true\"\n [treeData]=\"treeData\"\n [masterDetail]=\"masterDetail\"\n [detailCellRenderer]=\"detailCellRenderer\"\n [detailCellRendererParams]=\"detailCellRendererParams\"\n [detailRowHeight]=\"detailRowHeight\"\n [isRowMaster]=\"isRowMaster\"\n [context]=\"context\"\n [isServerSideGroup]=\"isServerSideGroup\"\n [getServerSideGroupKey]=\"getServerSideGroupKey\"\n [autoGroupColumnDef]=\"autoGroupColumnDef\"\n [serverSideSortingAlwaysResets]=\"true\"\n [getDataPath]=\"getDataPath\"\n [rowClassRules]=\"rowClassRules\"\n (gridReady)=\"onGridReady($event)\"\n (sortChanged)=\"onSortChanged($event)\"\n (cellClicked)=\"onCellClick($event)\"\n>\n</ag-grid-angular>\n", styles: [".ag-center-cols-clipper .ag-row .ag-cell{display:flex;align-items:center}.ag-center-cols-clipper .ag-row .ag-cell .cell-wrap-text{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:60px;word-break:break-word;line-height:20px}.ag-theme-alpine.noPaddingLeft .ag-cell,.ag-theme-alpine.noPaddingLeft .ag-header-cell{padding-left:0!important}.ag-theme-alpine.gridPinnedLeft .ag-pinned-left-cols-container .ag-cell{padding:20px 17px}.ag-theme-alpine.gridPinnedLeft .ag-pinned-left-cols-container:after{content:\"\";box-shadow:5px 0 8px -2px #d6d6d6;display:inline-block;width:15px;height:100%;background:transparent;position:absolute;right:10px}.ag-theme-alpine .ag-icon-tree-closed:before{content:\"\\e985\"!important;font-family:library-icons!important;transform:rotate(90deg);display:inline-block}.ag-theme-alpine .ag-icon-tree-closed:hover{color:#000!important}.ag-theme-alpine .ag-icon-tree-open:before{content:\"\\e985\"!important;font-family:library-icons!important;transform:rotate(180deg);display:inline-block}.ag-theme-alpine .ag-icon-tree-open:hover{color:#000!important}.license-expired{background-color:#f0001e!important}.license-aboutto-expire{background-color:#ffa700!important}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row{z-index:1}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row .ag-cell .more-options{display:none}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row .ag-cell .more-options.open{display:inline-block}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row .ag-cell.col-hasMoreActions{overflow:visible;padding-left:0;padding-right:0}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-hover .ag-cell .more-options{display:inline-block}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-hover .more-options button.dropdown-toggle.btn{background:#F1F2F5!important}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-hover .more-options button.dropdown-toggle.btn:hover,.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-hover .more-options.open button.dropdown-toggle.btn{background:#fff!important;color:#334860!important}.sfx-lib-gird-dropdown.ag-theme-alpine .ag-row.ag-row-focus{z-index:2}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-label .ag-header-icon.ag-filter-icon{display:flex!important;position:relative;flex-direction:column-reverse;gap:0px;line-height:12px}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-label .ag-header-icon.ag-filter-icon:before{border-top:7px solid #d2d8e5;border-left:4px solid transparent;border-right:4px solid transparent;content:\" \"!important;margin-top:5px}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-label .ag-header-icon.ag-filter-icon:after{border-bottom:7px solid #d2d8e5;border-left:4px solid transparent;border-right:4px solid transparent;content:\" \"!important}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-label .ag-header-icon.ag-filter-icon .ag-icon-filter{display:none}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-sorted-asc .ag-header-icon.ag-filter-icon:after{border-bottom-color:#000}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-sorted-asc .ag-sort-ascending-icon{display:none!important}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-sorted-desc .ag-header-icon.ag-filter-icon:before{border-top-color:#000}.sfx-grid-hasSorting .ag-header-cell-sortable .ag-header-cell-sorted-desc .ag-sort-descending-icon{display:none!important}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-last{border-bottom:none}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-hover.ag-row-last.ag-row-focus .btn-group .dropdown-menu{top:-100px}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-hover.ag-row-last.ag-row-focus .btn-group .dropdown-menu:before{top:64px;transform:rotate(0)}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-hover.ag-row-first.ag-row-last.ag-row-focus .btn-group .dropdown-menu{top:40px}.show-moreOption-dropdown-top .ag-theme-alpine .ag-row.ag-row-hover.ag-row-first.ag-row-last.ag-row-focus .btn-group .dropdown-menu:before{top:-24px;transform:rotate(180deg)}\n"] }]
|
|
76
84
|
}], ctorParameters: function () { return []; }, propDecorators: { columnDefs: [{
|
|
77
85
|
type: Input
|
|
78
86
|
}], defaultColDef: [{
|
|
@@ -109,9 +117,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
109
117
|
type: Input
|
|
110
118
|
}], hasSorting: [{
|
|
111
119
|
type: Input
|
|
120
|
+
}], masterDetail: [{
|
|
121
|
+
type: Input
|
|
122
|
+
}], detailCellRenderer: [{
|
|
123
|
+
type: Input
|
|
124
|
+
}], detailCellRendererParams: [{
|
|
125
|
+
type: Input
|
|
126
|
+
}], detailRowHeight: [{
|
|
127
|
+
type: Input
|
|
128
|
+
}], isRowMaster: [{
|
|
129
|
+
type: Input
|
|
130
|
+
}], context: [{
|
|
131
|
+
type: Input
|
|
112
132
|
}], sortChanged: [{
|
|
113
133
|
type: Output
|
|
114
134
|
}], cellClick: [{
|
|
115
135
|
type: Output
|
|
116
136
|
}] } });
|
|
117
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnQtbGlicmFyeS9zcmMvbGliL2F0b21zL2dyaWQvZ3JpZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnQtbGlicmFyeS9zcmMvbGliL2F0b21zL2dyaWQvZ3JpZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULFlBQVksRUFDWixLQUFLLEVBRUwsTUFBTSxFQUNOLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQVV2QixPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSxxRUFBcUUsQ0FBQztBQUNwSCxPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSwrRUFBK0UsQ0FBQztBQUNsSSxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSwyRUFBMkUsQ0FBQztBQUM1SCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSx1REFBdUQsQ0FBQztBQUVoRyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSx5REFBeUQsQ0FBQztBQUNuRyxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxpRUFBaUUsQ0FBQztBQUM5RyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUMxRixPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSwrREFBK0QsQ0FBQztBQUUzRyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxpRUFBaUUsQ0FBQztBQUM3RyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxtRUFBbUUsQ0FBQztBQUNqSCxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSxxRUFBcUUsQ0FBQztBQUNwSCxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSx5REFBeUQsQ0FBQztBQUNuRyxPQUFPLEVBQUUsa0NBQWtDLEVBQUUsTUFBTSxxRkFBcUYsQ0FBQztBQUN6SSxPQUFPLEVBQUUscUNBQXFDLEVBQUUsTUFBTSx5RkFBeUYsQ0FBQzs7OztBQVFoSixNQUFNLE9BQU8sYUFBYTtJQWtDeEI7UUE3QlMsYUFBUSxHQUFXLEVBQUUsQ0FBQztRQUV0Qiw4QkFBeUIsR0FBWSxLQUFLLENBQUM7UUFDM0MscUJBQWdCLEdBQVcsUUFBUSxDQUFDO1FBTXBDLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFNbkIsMEJBQXFCLEdBQUcsZUFBZSxDQUFDO1FBR3hDLGtCQUFhLEdBQUcsRUFBRSxDQUFDO1FBQ25CLGVBQVUsR0FBRyxHQUFHLENBQUM7UUFFakIsbUJBQWMsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDO1FBQy9CLHdCQUFtQixHQUFHLElBQUksQ0FBQyxzQkFBc0IsRUFBRSxDQUFDO1FBRzNELGdCQUFXLEdBQW1DLElBQUksWUFBWSxFQUFFLENBQUM7UUFFakUsY0FBUyxHQUFtQyxJQUFJLFlBQVksRUFBRSxDQUFDO1FBRzdELElBQUksQ0FBQyxZQUFZLEdBQUcsR0FBRyxFQUFFO1lBQ3ZCLE9BQU8sSUFBSSxDQUFDLGFBQWEsQ0FBQztRQUM1QixDQUFDLENBQUM7SUFDSixDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxtQkFBbUIsR0FBRyxxQkFBcUIsQ0FBQztJQUNuRCxDQUFDO0lBRUQsZ0JBQWdCO1FBQ2QsSUFBSSxDQUFDLE9BQU8sQ0FBQyxlQUFlLEVBQUUsQ0FBQztJQUNqQyxDQUFDO0lBRUQsc0JBQXNCO1FBQ3BCLE9BQU87WUFDTCxvQkFBb0IsRUFBRSw2QkFBNkI7WUFDbkQsUUFBUSxFQUFFLHVCQUF1QjtZQUNqQyxVQUFVLEVBQUUsK0JBQStCO1lBQzNDLFdBQVcsRUFBRSxpQ0FBaUM7WUFDOUMsbUJBQW1CLEVBQUUsd0JBQXdCO1lBQzdDLGtCQUFrQixFQUFFLDJCQUEyQjtZQUMvQyxZQUFZLEVBQUUscUJBQXFCO1lBQ25DLG1CQUFtQixFQUFFLDRCQUE0QjtZQUNqRCxpQkFBaUIsRUFBRSwwQkFBMEI7WUFDN0MsYUFBYSxFQUFFLDBCQUEwQjtZQUN6QyxvQkFBb0IsRUFBRSw2QkFBNkI7WUFDbkQsd0JBQXdCLEVBQUUsd0JBQXdCO1lBQ2xELGtDQUFrQyxFQUFFLGtDQUFrQztZQUN0RSxxQ0FBcUMsRUFBRSxxQ0FBcUM7U0FDN0UsQ0FBQztJQUNKLENBQUM7SUFFRCxXQUFXLENBQUMsY0FBOEI7UUFDeEMsSUFBSSxDQUFDLE9BQU8sR0FBRyxjQUFjLENBQUMsR0FBRyxDQUFDO1FBQ2xDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxjQUFjLENBQUMsQ0FBQztJQUMzQyxDQUFDO0lBRUQsYUFBYSxDQUFDLEtBQXVCO1FBQ25DLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQy9CLENBQUM7SUFFRCxXQUFXLENBQUMsS0FBdUI7UUFDakMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDN0IsQ0FBQzs7MEdBOUVVLGFBQWE7OEZBQWIsYUFBYSxrdkJDeEMxQixxMkNBa0NBOzJGRE1hLGFBQWE7a0JBTnpCLFNBQVM7K0JBQ0UsZUFBZSxpQkFHVixpQkFBaUIsQ0FBQyxJQUFJOzBFQUc1QixVQUFVO3NCQUFsQixLQUFLO2dCQUNHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLG1CQUFtQjtzQkFBM0IsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0cseUJBQXlCO3NCQUFqQyxLQUFLO2dCQUNHLGdCQUFnQjtzQkFBeEIsS0FBSztnQkFDRyxnQkFBZ0I7c0JBQXhCLEtBQUs7Z0JBQ0csbUJBQW1CO3NCQUEzQixLQUFLO2dCQUNHLGlCQUFpQjtzQkFBekIsS0FBSztnQkFDRyxxQkFBcUI7c0JBQTdCLEtBQUs7Z0JBQ0csa0JBQWtCO3NCQUExQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxhQUFhO3NCQUFyQixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFZTixXQUFXO3NCQURWLE1BQU07Z0JBR1AsU0FBUztzQkFEUixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBFdmVudEVtaXR0ZXIsXG4gIElucHV0LFxuICBPbkluaXQsXG4gIE91dHB1dCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgQ2VsbENsaWNrZWRFdmVudCxcbiAgQ29sRGVmLFxuICBHZXREYXRhUGF0aCxcbiAgR3JpZEFwaSxcbiAgR3JpZE9wdGlvbnMsXG4gIEdyaWRSZWFkeUV2ZW50LFxuICBTb3J0Q2hhbmdlZEV2ZW50LFxufSBmcm9tICdhZy1ncmlkLWNvbW11bml0eSc7XG5pbXBvcnQgeyBDb250YWN0QWN0aXZpdHlTY29yZUNvbXBvbmVudCB9IGZyb20gJy4vZnJhbWV3b3JrL2NvbnRhY3QtYWN0aXZpdHktc2NvcmUvY29udGFjdC1hY3Rpdml0eS1zY29yZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgRXZlbnRTZXR0aW5nc01vcmVPcHRpb25zQ29tcG9uZW50IH0gZnJvbSAnLi9mcmFtZXdvcmsvZXZlbnQtc2V0dGluZ3MtbW9yZS1vcHRpb25zL2V2ZW50LXNldHRpbmdzLW1vcmUtb3B0aW9ucy5jb21wb25lbnQnO1xuaW1wb3J0IHsgR3JpZFRvZ2dsZUNlbGxSZW5kZXJlckNvbXBvbmVudCB9IGZyb20gJy4vZnJhbWV3b3JrL2dyaWQtdG9nZ2xlLWNlbGwtcmVuZGVyZXIvZ3JpZC10b2dnbGUtY2VsbC1yZW5kZXJlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgUmVsZXZhbmNlU2NvcmVDb21wb25lbnQgfSBmcm9tICcuL2ZyYW1ld29yay9yZWxldmFuY2Utc2NvcmUvcmVsZXZhbmNlLXNjb3JlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBncmlkVHlwZSB9IGZyb20gJy4vZ3JpZC5tb2RlbCc7XG5pbXBvcnQgeyBHcmlkTG9hZGluZ0NlbGxDb21wb25lbnQgfSBmcm9tICcuL2ZyYW1ld29yay9ncmlkLWNlbGwtbG9hZGVyL2dyaWQtY2VsbC1sb2FkZXIuY29tcG9uZW50JztcbmltcG9ydCB7IEFkdmVydGlzZWRKb2JzQ29zdENvbXBvbmVudCB9IGZyb20gJy4vZnJhbWV3b3JrL2FkdmVydGlzZWQtam9icy1jb3N0L2FkdmVydGlzZWQtam9icy1jb3N0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBPdmVyZmxvd1RleHRDb21wb25lbnQgfSBmcm9tICcuL2ZyYW1ld29yay9vdmVyZmxvdy10ZXh0L292ZXJmbG93LXRleHQuY29tcG9uZW50JztcbmltcG9ydCB7IEdyaWRDZWxsQ2xpY2thYmxlQ29tcG9uZW50IH0gZnJvbSAnLi9mcmFtZXdvcmsvZ3JpZC1jZWxsLWNsaWNrYWJsZS9ncmlkLWNlbGwtY2xpY2thYmxlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBHZXRTZXJ2ZXJTaWRlR3JvdXBLZXksIElzU2VydmVyU2lkZUdyb3VwIH0gZnJvbSAnYWctZ3JpZC1jb21tdW5pdHkvZGlzdC9saWIvZW50aXRpZXMvZ3JpZE9wdGlvbnMnO1xuaW1wb3J0IHsgR3JpZE5vUm93c092ZXJsYXlDb21wb25lbnQgfSBmcm9tICcuL2ZyYW1ld29yay9ncmlkLW5vLXJvd3Mtb3ZlcmxheS9ncmlkLW5vLXJvd3Mtb3ZlcmxheS5jb21wb25lbnQnO1xuaW1wb3J0IHsgT3ZlcmZsb3dUZXh0VG9vbHRpcENvbXBvbmVudCB9IGZyb20gJy4vZnJhbWV3b3JrL292ZXJmbG93LXRleHQtdG9vbHRpcC9vdmVyZmxvdy10ZXh0LXRvb2x0aXAuY29tcG9uZW50JztcbmltcG9ydCB7IENvbG9yZWRUZXh0SW5kaWNhdG9yQ29tcG9uZW50IH0gZnJvbSAnLi9mcmFtZXdvcmsvY29sb3JlZC10ZXh0LWluZGljYXRvci9jb2xvcmVkLXRleHQtaW5kaWNhdG9yLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBTdGF0dXNJbmRpY2F0b3JDb21wb25lbnQgfSBmcm9tICcuL2ZyYW1ld29yay9zdGF0dXMtaW5kaWNhdG9yL3N0YXR1cy1pbmRpY2F0b3IuY29tcG9uZW50JztcbmltcG9ydCB7IEdyaWRDZWxsQ2xpY2tlZE9wZW5OZXdUYWJDb21wb25lbnQgfSBmcm9tICcuL2ZyYW1ld29yay9ncmlkLWNlbGwtY2xpY2tlZC1vcGVuLW5ldy10YWIvZ3JpZC1jZWxsLWNsaWNrZWQtb3Blbi1uZXctdGFiLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBNZXJnZUNvbnRhY3RDbGlja2VkT3Blbk1vZGFsQ29tcG9uZW50IH0gZnJvbSAnLi9mcmFtZXdvcmsvbWVyZ2UtY29udGFjdC1jbGlja2VkLW9wZW4tbW9kYWwvbWVyZ2UtY29udGFjdC1jbGlja2VkLW9wZW4tbW9kYWwuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnc3ltcGhvbnktZ3JpZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9ncmlkLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZ3JpZC5jb21wb25lbnQuc2NzcyddLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBHcmlkQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgQElucHV0KCkgY29sdW1uRGVmczogQ29sRGVmW107XG4gIEBJbnB1dCgpIGRlZmF1bHRDb2xEZWY6IGFueTtcbiAgQElucHV0KCkgcm93RGF0YTogYW55W107XG4gIEBJbnB1dCgpIG9uR3JpZFJlYWR5RnVuY3Rpb246IGFueTtcbiAgQElucHV0KCkgcGFnZVNpemU6IG51bWJlciA9IDIwO1xuICBASW5wdXQoKSByb3dNb2RlbFR5cGU6IGdyaWRUeXBlO1xuICBASW5wdXQoKSBzdXBwcmVzc1Jvd0NsaWNrU2VsZWN0aW9uOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpIHJvd1NlbGVjdGlvbk1vZGU6IHN0cmluZyA9ICdzaW5nbGUnO1xuICBASW5wdXQoKSBoYXNOb1BhZGRpbmdsZWZ0PzogYm9vbGVhbjtcbiAgQElucHV0KCkgaXNHcmlkQ29sUGlubmVkTGVmdD86IGJvb2xlYW47XG4gIEBJbnB1dCgpIGlzU2VydmVyU2lkZUdyb3VwOiBJc1NlcnZlclNpZGVHcm91cDtcbiAgQElucHV0KCkgZ2V0U2VydmVyU2lkZUdyb3VwS2V5OiBHZXRTZXJ2ZXJTaWRlR3JvdXBLZXk7XG4gIEBJbnB1dCgpIGF1dG9Hcm91cENvbHVtbkRlZjogQ29sRGVmO1xuICBASW5wdXQoKSB0cmVlRGF0YSA9IGZhbHNlO1xuICBASW5wdXQoKSBnZXREYXRhUGF0aDogR2V0RGF0YVBhdGg7XG4gIEBJbnB1dCgpIHJvd0NsYXNzUnVsZXM7XG4gIEBJbnB1dCgpIGdyaWRDb250ZXh0TWVudT86IGJvb2xlYW47XG4gIEBJbnB1dCgpIGhhc1NvcnRpbmc/OiBib29sZWFuO1xuICBcbiAgcHVibGljIG5vUm93c092ZXJsYXlUZW1wbGF0ZSA9IFwibm9Sb3dzT3ZlcmxheVwiO1xuICBwdWJsaWMgZ2V0Um93SGVpZ2h0OiAoKSA9PiBudW1iZXI7XG4gIHB1YmxpYyBsb2FkaW5nQ2VsbFJlbmRlcmVyOiBhbnk7XG4gIHB1YmxpYyByb3dIZWlnaHRQYWdlID0gODA7XG4gIHB1YmxpYyBncmlkSGVpZ2h0ID0gMTAwO1xuICBwdWJsaWMgZ3JpZEFwaTogR3JpZEFwaTtcbiAgcHVibGljIGNhY2hlQmxvY2tTaXplID0gdGhpcy5wYWdlU2l6ZTtcbiAgcHVibGljIGZyYW1ld29ya0NvbXBvbmVudHMgPSB0aGlzLmdldEZyYW1ld29ya0NvbXBvbmVudHMoKTtcbiAgcHVibGljIGdyaWRPcHRpb25zOiBHcmlkT3B0aW9ucztcbiAgQE91dHB1dCgpXG4gIHNvcnRDaGFuZ2VkOiBFdmVudEVtaXR0ZXI8U29ydENoYW5nZWRFdmVudD4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gIEBPdXRwdXQoKVxuICBjZWxsQ2xpY2s6IEV2ZW50RW1pdHRlcjxDZWxsQ2xpY2tlZEV2ZW50PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLmdldFJvd0hlaWdodCA9ICgpID0+IHtcbiAgICAgIHJldHVybiB0aGlzLnJvd0hlaWdodFBhZ2U7XG4gICAgfTtcbiAgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMubG9hZGluZ0NlbGxSZW5kZXJlciA9ICdsb2FkaW5nQ2VsbFJlbmRlcmVyJztcbiAgfVxuXG4gIHVwZGF0ZUdyaWRGaWx0ZXIoKTogdm9pZCB7XG4gICAgdGhpcy5ncmlkQXBpLm9uRmlsdGVyQ2hhbmdlZCgpO1xuICB9XG5cbiAgZ2V0RnJhbWV3b3JrQ29tcG9uZW50cygpOiBhbnkge1xuICAgIHJldHVybiB7XG4gICAgICBjb250YWN0QWN0aXZpdHlTY29yZTogQ29udGFjdEFjdGl2aXR5U2NvcmVDb21wb25lbnQsXG4gICAgICBmaXRTY29yZTogUmVsZXZhbmNlU2NvcmVDb21wb25lbnQsXG4gICAgICBncmlkVG9nZ2xlOiBHcmlkVG9nZ2xlQ2VsbFJlbmRlcmVyQ29tcG9uZW50LFxuICAgICAgbW9yZUFjdGlvbnM6IEV2ZW50U2V0dGluZ3NNb3JlT3B0aW9uc0NvbXBvbmVudCxcbiAgICAgIGxvYWRpbmdDZWxsUmVuZGVyZXI6IEdyaWRMb2FkaW5nQ2VsbENvbXBvbmVudCxcbiAgICAgIGFkdmVydGlzZWRKb2JzQ29zdDogQWR2ZXJ0aXNlZEpvYnNDb3N0Q29tcG9uZW50LFxuICAgICAgb3ZlcmZsb3dUZXh0OiBPdmVyZmxvd1RleHRDb21wb25lbnQsXG4gICAgICBvdmVyZmxvd1RleHRUb29sdGlwOiBPdmVyZmxvd1RleHRUb29sdGlwQ29tcG9uZW50LFxuICAgICAgZ3JpZENlbGxDbGlja2FibGU6IEdyaWRDZWxsQ2xpY2thYmxlQ29tcG9uZW50LFxuICAgICAgbm9Sb3dzT3ZlcmxheTogR3JpZE5vUm93c092ZXJsYXlDb21wb25lbnQsXG4gICAgICBjb2xvcmVkVGV4dEluZGljYXRvcjogQ29sb3JlZFRleHRJbmRpY2F0b3JDb21wb25lbnQsXG4gICAgICBzdGF0dXNJbmRpY2F0b3JDb21wb25lbnQ6IFN0YXR1c0luZGljYXRvckNvbXBvbmVudCxcbiAgICAgIGdyaWRDZWxsQ2xpY2tlZE9wZW5OZXdUYWJDb21wb25lbnQ6IEdyaWRDZWxsQ2xpY2tlZE9wZW5OZXdUYWJDb21wb25lbnQsXG4gICAgICBtZXJnZUNvbnRhY3RDbGlja2VkT3Blbk1vZGFsQ29tcG9uZW50OiBNZXJnZUNvbnRhY3RDbGlja2VkT3Blbk1vZGFsQ29tcG9uZW50XG4gICAgfTtcbiAgfVxuXG4gIG9uR3JpZFJlYWR5KGdyaWRSZWFkeUV2ZW50OiBHcmlkUmVhZHlFdmVudCkge1xuICAgIHRoaXMuZ3JpZEFwaSA9IGdyaWRSZWFkeUV2ZW50LmFwaTtcbiAgICB0aGlzLm9uR3JpZFJlYWR5RnVuY3Rpb24oZ3JpZFJlYWR5RXZlbnQpO1xuICB9XG5cbiAgb25Tb3J0Q2hhbmdlZChldmVudDogU29ydENoYW5nZWRFdmVudCkge1xuICAgIHRoaXMuc29ydENoYW5nZWQuZW1pdChldmVudCk7XG4gIH1cblxuICBvbkNlbGxDbGljayhldmVudDogQ2VsbENsaWNrZWRFdmVudCkge1xuICAgIHRoaXMuY2VsbENsaWNrLmVtaXQoZXZlbnQpO1xuICB9XG59XG4iLCI8YWctZ3JpZC1hbmd1bGFyXG4gIGNsYXNzPVwiYWctdGhlbWUtYWxwaW5lXCJcbiAgW25nQ2xhc3NdPVwieyBub1BhZGRpbmdMZWZ0OiBoYXNOb1BhZGRpbmdsZWZ0LCAnZ3JpZFBpbm5lZExlZnQnOiBpc0dyaWRDb2xQaW5uZWRMZWZ0LCdzZngtbGliLWdpcmQtZHJvcGRvd24nIDpncmlkQ29udGV4dE1lbnUsICdzZngtZ3JpZC1oYXNTb3J0aW5nJyA6aGFzU29ydGluZyB9XCJcbiAgc3R5bGU9XCJ3aWR0aDogMTAwJVwiXG4gIFtzdHlsZS5oZWlnaHQudmhdPVwiZ3JpZEhlaWdodFwiXG4gIFtncmlkT3B0aW9uc109XCJncmlkT3B0aW9uc1wiXG4gIFthcHBseUNvbHVtbkRlZk9yZGVyXT1cInRydWVcIlxuICBbcm93TW9kZWxUeXBlXT1cInJvd01vZGVsVHlwZVwiXG4gIFtjb2x1bW5EZWZzXT1cImNvbHVtbkRlZnNcIlxuICBbZGVmYXVsdENvbERlZl09XCJkZWZhdWx0Q29sRGVmXCJcbiAgW2ZyYW1ld29ya0NvbXBvbmVudHNdPVwiZnJhbWV3b3JrQ29tcG9uZW50c1wiXG4gIFtnZXRSb3dIZWlnaHRdPVwiZ2V0Um93SGVpZ2h0XCJcbiAgW3BhZ2luYXRpb25QYWdlU2l6ZV09XCJwYWdlU2l6ZVwiXG4gIFtjYWNoZUJsb2NrU2l6ZV09XCJjYWNoZUJsb2NrU2l6ZVwiXG4gIFtyb3dEYXRhXT1cInJvd0RhdGFcIlxuICBbbWF4Q29uY3VycmVudERhdGFzb3VyY2VSZXF1ZXN0c109XCIxXCJcbiAgW2xvYWRpbmdDZWxsUmVuZGVyZXJdPVwibG9hZGluZ0NlbGxSZW5kZXJlclwiXG4gIFtzdXBwcmVzc1Jvd0NsaWNrU2VsZWN0aW9uXT1cInN1cHByZXNzUm93Q2xpY2tTZWxlY3Rpb25cIlxuICBbcm93U2VsZWN0aW9uXT1cInJvd1NlbGVjdGlvbk1vZGVcIlxuICBbZW5hYmxlQnJvd3NlclRvb2x0aXBzXT1cInRydWVcIlxuICBbbm9Sb3dzT3ZlcmxheUNvbXBvbmVudF09XCJub1Jvd3NPdmVybGF5VGVtcGxhdGVcIlxuICBbc3VwcHJlc3NDb250ZXh0TWVudV09XCJ0cnVlXCJcbiAgW3RyZWVEYXRhXT1cInRyZWVEYXRhXCJcbiAgW2lzU2VydmVyU2lkZUdyb3VwXT1cImlzU2VydmVyU2lkZUdyb3VwXCJcbiAgW2dldFNlcnZlclNpZGVHcm91cEtleV09XCJnZXRTZXJ2ZXJTaWRlR3JvdXBLZXlcIlxuICBbYXV0b0dyb3VwQ29sdW1uRGVmXT1cImF1dG9Hcm91cENvbHVtbkRlZlwiXG4gIFtzZXJ2ZXJTaWRlU29ydGluZ0Fsd2F5c1Jlc2V0c109XCJ0cnVlXCJcbiAgW2dldERhdGFQYXRoXT1cImdldERhdGFQYXRoXCJcbiAgW3Jvd0NsYXNzUnVsZXNdPVwicm93Q2xhc3NSdWxlc1wiXG4gIChncmlkUmVhZHkpPVwib25HcmlkUmVhZHkoJGV2ZW50KVwiXG4gIChzb3J0Q2hhbmdlZCk9XCJvblNvcnRDaGFuZ2VkKCRldmVudClcIlxuICAoY2VsbENsaWNrZWQpPVwib25DZWxsQ2xpY2soJGV2ZW50KVwiXG4+XG48L2FnLWdyaWQtYW5ndWxhcj5cbiJdfQ==
|
|
137
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnQtbGlicmFyeS9zcmMvbGliL2F0b21zL2dyaWQvZ3JpZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnQtbGlicmFyeS9zcmMvbGliL2F0b21zL2dyaWQvZ3JpZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULFlBQVksRUFDWixLQUFLLEVBRUwsTUFBTSxFQUNOLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQVV2QixPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSxxRUFBcUUsQ0FBQztBQUNwSCxPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSwrRUFBK0UsQ0FBQztBQUNsSSxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSwyRUFBMkUsQ0FBQztBQUM1SCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSx1REFBdUQsQ0FBQztBQUVoRyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSx5REFBeUQsQ0FBQztBQUNuRyxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxpRUFBaUUsQ0FBQztBQUM5RyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUMxRixPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSwrREFBK0QsQ0FBQztBQUUzRyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxpRUFBaUUsQ0FBQztBQUM3RyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxtRUFBbUUsQ0FBQztBQUNqSCxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSxxRUFBcUUsQ0FBQztBQUNwSCxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSx5REFBeUQsQ0FBQztBQUNuRyxPQUFPLEVBQUUsa0NBQWtDLEVBQUUsTUFBTSxxRkFBcUYsQ0FBQztBQUN6SSxPQUFPLEVBQUUscUNBQXFDLEVBQUUsTUFBTSx5RkFBeUYsQ0FBQztBQUNoSixPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSx1RUFBdUUsQ0FBQzs7OztBQVF0SCxNQUFNLE9BQU8sYUFBYTtJQXdDeEI7UUFuQ1MsYUFBUSxHQUFXLEVBQUUsQ0FBQztRQUV0Qiw4QkFBeUIsR0FBWSxLQUFLLENBQUM7UUFDM0MscUJBQWdCLEdBQVcsUUFBUSxDQUFDO1FBTXBDLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFLakIsaUJBQVksR0FBRyxLQUFLLENBQUM7UUFPdkIsMEJBQXFCLEdBQUcsZUFBZSxDQUFDO1FBR3hDLGtCQUFhLEdBQUcsRUFBRSxDQUFDO1FBQ25CLGVBQVUsR0FBRyxHQUFHLENBQUM7UUFFakIsbUJBQWMsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDO1FBQy9CLHdCQUFtQixHQUFHLElBQUksQ0FBQyxzQkFBc0IsRUFBRSxDQUFDO1FBRzNELGdCQUFXLEdBQW1DLElBQUksWUFBWSxFQUFFLENBQUM7UUFFakUsY0FBUyxHQUFtQyxJQUFJLFlBQVksRUFBRSxDQUFDO1FBRzdELElBQUksQ0FBQyxZQUFZLEdBQUcsQ0FBQyxNQUFXLEVBQUUsRUFBRTtZQUNsQyxJQUFJLE1BQU0sRUFBRSxJQUFJLEVBQUUsTUFBTSxJQUFJLElBQUksQ0FBQyxlQUFlLEVBQUU7Z0JBQ2hELE9BQU8sSUFBSSxDQUFDLGVBQWUsQ0FBQzthQUM3QjtZQUNELE9BQU8sSUFBSSxDQUFDLGFBQWEsQ0FBQztRQUM1QixDQUFDLENBQUM7SUFDSixDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxtQkFBbUIsR0FBRyxxQkFBcUIsQ0FBQztJQUNuRCxDQUFDO0lBRUQsZ0JBQWdCO1FBQ2QsSUFBSSxDQUFDLE9BQU8sQ0FBQyxlQUFlLEVBQUUsQ0FBQztJQUNqQyxDQUFDO0lBRUQsc0JBQXNCO1FBQ3BCLE9BQU87WUFDTCxvQkFBb0IsRUFBRSw2QkFBNkI7WUFDbkQsUUFBUSxFQUFFLHVCQUF1QjtZQUNqQyxVQUFVLEVBQUUsK0JBQStCO1lBQzNDLFdBQVcsRUFBRSxpQ0FBaUM7WUFDOUMsbUJBQW1CLEVBQUUsd0JBQXdCO1lBQzdDLGtCQUFrQixFQUFFLDJCQUEyQjtZQUMvQyxZQUFZLEVBQUUscUJBQXFCO1lBQ25DLG1CQUFtQixFQUFFLDRCQUE0QjtZQUNqRCxpQkFBaUIsRUFBRSwwQkFBMEI7WUFDN0MsYUFBYSxFQUFFLDBCQUEwQjtZQUN6QyxvQkFBb0IsRUFBRSw2QkFBNkI7WUFDbkQsd0JBQXdCLEVBQUUsd0JBQXdCO1lBQ2xELGtDQUFrQyxFQUFFLGtDQUFrQztZQUN0RSxxQ0FBcUMsRUFBRSxxQ0FBcUM7WUFDNUUsb0JBQW9CLEVBQUUsNkJBQTZCO1NBQ3BELENBQUM7SUFDSixDQUFDO0lBRUQsV0FBVyxDQUFDLGNBQThCO1FBQ3hDLElBQUksQ0FBQyxPQUFPLEdBQUcsY0FBYyxDQUFDLEdBQUcsQ0FBQztRQUNsQyxJQUFJLElBQUksQ0FBQyxtQkFBbUIsRUFBRTtZQUM1QixJQUFJLENBQUMsbUJBQW1CLENBQUMsY0FBYyxDQUFDLENBQUM7U0FDMUM7SUFDSCxDQUFDO0lBRUQsYUFBYSxDQUFDLEtBQXVCO1FBQ25DLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQy9CLENBQUM7SUFFRCxXQUFXLENBQUMsS0FBdUI7UUFDakMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDN0IsQ0FBQzs7MEdBMUZVLGFBQWE7OEZBQWIsYUFBYSxvOEJDekMxQixxbERBd0NBOzJGRENhLGFBQWE7a0JBTnpCLFNBQVM7K0JBQ0UsZUFBZSxpQkFHVixpQkFBaUIsQ0FBQyxJQUFJOzBFQUc1QixVQUFVO3NCQUFsQixLQUFLO2dCQUNHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLG1CQUFtQjtzQkFBM0IsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0cseUJBQXlCO3NCQUFqQyxLQUFLO2dCQUNHLGdCQUFnQjtzQkFBeEIsS0FBSztnQkFDRyxnQkFBZ0I7c0JBQXhCLEtBQUs7Z0JBQ0csbUJBQW1CO3NCQUEzQixLQUFLO2dCQUNHLGlCQUFpQjtzQkFBekIsS0FBSztnQkFDRyxxQkFBcUI7c0JBQTdCLEtBQUs7Z0JBQ0csa0JBQWtCO3NCQUExQixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxhQUFhO3NCQUFyQixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLO2dCQUNHLGtCQUFrQjtzQkFBMUIsS0FBSztnQkFDRyx3QkFBd0I7c0JBQWhDLEtBQUs7Z0JBQ0csZUFBZTtzQkFBdkIsS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFZTixXQUFXO3NCQURWLE1BQU07Z0JBR1AsU0FBUztzQkFEUixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBFdmVudEVtaXR0ZXIsXG4gIElucHV0LFxuICBPbkluaXQsXG4gIE91dHB1dCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgQ2VsbENsaWNrZWRFdmVudCxcbiAgQ29sRGVmLFxuICBHZXREYXRhUGF0aCxcbiAgR3JpZEFwaSxcbiAgR3JpZE9wdGlvbnMsXG4gIEdyaWRSZWFkeUV2ZW50LFxuICBTb3J0Q2hhbmdlZEV2ZW50LFxufSBmcm9tICdhZy1ncmlkLWNvbW11bml0eSc7XG5pbXBvcnQgeyBDb250YWN0QWN0aXZpdHlTY29yZUNvbXBvbmVudCB9IGZyb20gJy4vZnJhbWV3b3JrL2NvbnRhY3QtYWN0aXZpdHktc2NvcmUvY29udGFjdC1hY3Rpdml0eS1zY29yZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgRXZlbnRTZXR0aW5nc01vcmVPcHRpb25zQ29tcG9uZW50IH0gZnJvbSAnLi9mcmFtZXdvcmsvZXZlbnQtc2V0dGluZ3MtbW9yZS1vcHRpb25zL2V2ZW50LXNldHRpbmdzLW1vcmUtb3B0aW9ucy5jb21wb25lbnQnO1xuaW1wb3J0IHsgR3JpZFRvZ2dsZUNlbGxSZW5kZXJlckNvbXBvbmVudCB9IGZyb20gJy4vZnJhbWV3b3JrL2dyaWQtdG9nZ2xlLWNlbGwtcmVuZGVyZXIvZ3JpZC10b2dnbGUtY2VsbC1yZW5kZXJlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgUmVsZXZhbmNlU2NvcmVDb21wb25lbnQgfSBmcm9tICcuL2ZyYW1ld29yay9yZWxldmFuY2Utc2NvcmUvcmVsZXZhbmNlLXNjb3JlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBncmlkVHlwZSB9IGZyb20gJy4vZ3JpZC5tb2RlbCc7XG5pbXBvcnQgeyBHcmlkTG9hZGluZ0NlbGxDb21wb25lbnQgfSBmcm9tICcuL2ZyYW1ld29yay9ncmlkLWNlbGwtbG9hZGVyL2dyaWQtY2VsbC1sb2FkZXIuY29tcG9uZW50JztcbmltcG9ydCB7IEFkdmVydGlzZWRKb2JzQ29zdENvbXBvbmVudCB9IGZyb20gJy4vZnJhbWV3b3JrL2FkdmVydGlzZWQtam9icy1jb3N0L2FkdmVydGlzZWQtam9icy1jb3N0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBPdmVyZmxvd1RleHRDb21wb25lbnQgfSBmcm9tICcuL2ZyYW1ld29yay9vdmVyZmxvdy10ZXh0L292ZXJmbG93LXRleHQuY29tcG9uZW50JztcbmltcG9ydCB7IEdyaWRDZWxsQ2xpY2thYmxlQ29tcG9uZW50IH0gZnJvbSAnLi9mcmFtZXdvcmsvZ3JpZC1jZWxsLWNsaWNrYWJsZS9ncmlkLWNlbGwtY2xpY2thYmxlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBHZXRTZXJ2ZXJTaWRlR3JvdXBLZXksIElzU2VydmVyU2lkZUdyb3VwIH0gZnJvbSAnYWctZ3JpZC1jb21tdW5pdHkvZGlzdC9saWIvZW50aXRpZXMvZ3JpZE9wdGlvbnMnO1xuaW1wb3J0IHsgR3JpZE5vUm93c092ZXJsYXlDb21wb25lbnQgfSBmcm9tICcuL2ZyYW1ld29yay9ncmlkLW5vLXJvd3Mtb3ZlcmxheS9ncmlkLW5vLXJvd3Mtb3ZlcmxheS5jb21wb25lbnQnO1xuaW1wb3J0IHsgT3ZlcmZsb3dUZXh0VG9vbHRpcENvbXBvbmVudCB9IGZyb20gJy4vZnJhbWV3b3JrL292ZXJmbG93LXRleHQtdG9vbHRpcC9vdmVyZmxvdy10ZXh0LXRvb2x0aXAuY29tcG9uZW50JztcbmltcG9ydCB7IENvbG9yZWRUZXh0SW5kaWNhdG9yQ29tcG9uZW50IH0gZnJvbSAnLi9mcmFtZXdvcmsvY29sb3JlZC10ZXh0LWluZGljYXRvci9jb2xvcmVkLXRleHQtaW5kaWNhdG9yLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBTdGF0dXNJbmRpY2F0b3JDb21wb25lbnQgfSBmcm9tICcuL2ZyYW1ld29yay9zdGF0dXMtaW5kaWNhdG9yL3N0YXR1cy1pbmRpY2F0b3IuY29tcG9uZW50JztcbmltcG9ydCB7IEdyaWRDZWxsQ2xpY2tlZE9wZW5OZXdUYWJDb21wb25lbnQgfSBmcm9tICcuL2ZyYW1ld29yay9ncmlkLWNlbGwtY2xpY2tlZC1vcGVuLW5ldy10YWIvZ3JpZC1jZWxsLWNsaWNrZWQtb3Blbi1uZXctdGFiLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBNZXJnZUNvbnRhY3RDbGlja2VkT3Blbk1vZGFsQ29tcG9uZW50IH0gZnJvbSAnLi9mcmFtZXdvcmsvbWVyZ2UtY29udGFjdC1jbGlja2VkLW9wZW4tbW9kYWwvbWVyZ2UtY29udGFjdC1jbGlja2VkLW9wZW4tbW9kYWwuY29tcG9uZW50JztcbmltcG9ydCB7IEN1c3RvbURldGFpbFdpdGhHcmlkQ29tcG9uZW50IH0gZnJvbSAnLi9mcmFtZXdvcmsvY3VzdG9tLWRldGFpbC13aXRoLWdyaWQvY3VzdG9tLWRldGFpbC13aXRoLWdyaWQuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnc3ltcGhvbnktZ3JpZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9ncmlkLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZ3JpZC5jb21wb25lbnQuc2NzcyddLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBHcmlkQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgQElucHV0KCkgY29sdW1uRGVmczogQ29sRGVmW107XG4gIEBJbnB1dCgpIGRlZmF1bHRDb2xEZWY6IGFueTtcbiAgQElucHV0KCkgcm93RGF0YTogYW55W107XG4gIEBJbnB1dCgpIG9uR3JpZFJlYWR5RnVuY3Rpb246IGFueTtcbiAgQElucHV0KCkgcGFnZVNpemU6IG51bWJlciA9IDIwO1xuICBASW5wdXQoKSByb3dNb2RlbFR5cGU6IGdyaWRUeXBlO1xuICBASW5wdXQoKSBzdXBwcmVzc1Jvd0NsaWNrU2VsZWN0aW9uOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpIHJvd1NlbGVjdGlvbk1vZGU6IHN0cmluZyA9ICdzaW5nbGUnO1xuICBASW5wdXQoKSBoYXNOb1BhZGRpbmdsZWZ0PzogYm9vbGVhbjtcbiAgQElucHV0KCkgaXNHcmlkQ29sUGlubmVkTGVmdD86IGJvb2xlYW47XG4gIEBJbnB1dCgpIGlzU2VydmVyU2lkZUdyb3VwOiBJc1NlcnZlclNpZGVHcm91cDtcbiAgQElucHV0KCkgZ2V0U2VydmVyU2lkZUdyb3VwS2V5OiBHZXRTZXJ2ZXJTaWRlR3JvdXBLZXk7XG4gIEBJbnB1dCgpIGF1dG9Hcm91cENvbHVtbkRlZjogQ29sRGVmO1xuICBASW5wdXQoKSB0cmVlRGF0YSA9IGZhbHNlO1xuICBASW5wdXQoKSBnZXREYXRhUGF0aDogR2V0RGF0YVBhdGg7XG4gIEBJbnB1dCgpIHJvd0NsYXNzUnVsZXM7XG4gIEBJbnB1dCgpIGdyaWRDb250ZXh0TWVudT86IGJvb2xlYW47XG4gIEBJbnB1dCgpIGhhc1NvcnRpbmc/OiBib29sZWFuO1xuICBASW5wdXQoKSBtYXN0ZXJEZXRhaWwgPSBmYWxzZTtcbiAgQElucHV0KCkgZGV0YWlsQ2VsbFJlbmRlcmVyOiBhbnk7XG4gIEBJbnB1dCgpIGRldGFpbENlbGxSZW5kZXJlclBhcmFtczogYW55O1xuICBASW5wdXQoKSBkZXRhaWxSb3dIZWlnaHQ/OiBudW1iZXI7XG4gIEBJbnB1dCgpIGlzUm93TWFzdGVyOiAoZGF0YUl0ZW06IGFueSkgPT4gYm9vbGVhbjtcbiAgQElucHV0KCkgY29udGV4dDogYW55O1xuICBcbiAgcHVibGljIG5vUm93c092ZXJsYXlUZW1wbGF0ZSA9IFwibm9Sb3dzT3ZlcmxheVwiO1xuICBwdWJsaWMgZ2V0Um93SGVpZ2h0OiAocGFyYW1zOiBhbnkpID0+IG51bWJlcjtcbiAgcHVibGljIGxvYWRpbmdDZWxsUmVuZGVyZXI6IGFueTtcbiAgcHVibGljIHJvd0hlaWdodFBhZ2UgPSA4MDtcbiAgcHVibGljIGdyaWRIZWlnaHQgPSAxMDA7XG4gIHB1YmxpYyBncmlkQXBpOiBHcmlkQXBpO1xuICBwdWJsaWMgY2FjaGVCbG9ja1NpemUgPSB0aGlzLnBhZ2VTaXplO1xuICBwdWJsaWMgZnJhbWV3b3JrQ29tcG9uZW50cyA9IHRoaXMuZ2V0RnJhbWV3b3JrQ29tcG9uZW50cygpO1xuICBwdWJsaWMgZ3JpZE9wdGlvbnM6IEdyaWRPcHRpb25zO1xuICBAT3V0cHV0KClcbiAgc29ydENoYW5nZWQ6IEV2ZW50RW1pdHRlcjxTb3J0Q2hhbmdlZEV2ZW50PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgQE91dHB1dCgpXG4gIGNlbGxDbGljazogRXZlbnRFbWl0dGVyPENlbGxDbGlja2VkRXZlbnQ+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIGNvbnN0cnVjdG9yKCkge1xuICAgIHRoaXMuZ2V0Um93SGVpZ2h0ID0gKHBhcmFtczogYW55KSA9PiB7XG4gICAgICBpZiAocGFyYW1zPy5ub2RlPy5kZXRhaWwgJiYgdGhpcy5kZXRhaWxSb3dIZWlnaHQpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZGV0YWlsUm93SGVpZ2h0O1xuICAgICAgfVxuICAgICAgcmV0dXJuIHRoaXMucm93SGVpZ2h0UGFnZTtcbiAgICB9O1xuICB9XG5cbiAgbmdPbkluaXQoKSB7XG4gICAgdGhpcy5sb2FkaW5nQ2VsbFJlbmRlcmVyID0gJ2xvYWRpbmdDZWxsUmVuZGVyZXInO1xuICB9XG5cbiAgdXBkYXRlR3JpZEZpbHRlcigpOiB2b2lkIHtcbiAgICB0aGlzLmdyaWRBcGkub25GaWx0ZXJDaGFuZ2VkKCk7XG4gIH1cblxuICBnZXRGcmFtZXdvcmtDb21wb25lbnRzKCk6IGFueSB7XG4gICAgcmV0dXJuIHtcbiAgICAgIGNvbnRhY3RBY3Rpdml0eVNjb3JlOiBDb250YWN0QWN0aXZpdHlTY29yZUNvbXBvbmVudCxcbiAgICAgIGZpdFNjb3JlOiBSZWxldmFuY2VTY29yZUNvbXBvbmVudCxcbiAgICAgIGdyaWRUb2dnbGU6IEdyaWRUb2dnbGVDZWxsUmVuZGVyZXJDb21wb25lbnQsXG4gICAgICBtb3JlQWN0aW9uczogRXZlbnRTZXR0aW5nc01vcmVPcHRpb25zQ29tcG9uZW50LFxuICAgICAgbG9hZGluZ0NlbGxSZW5kZXJlcjogR3JpZExvYWRpbmdDZWxsQ29tcG9uZW50LFxuICAgICAgYWR2ZXJ0aXNlZEpvYnNDb3N0OiBBZHZlcnRpc2VkSm9ic0Nvc3RDb21wb25lbnQsXG4gICAgICBvdmVyZmxvd1RleHQ6IE92ZXJmbG93VGV4dENvbXBvbmVudCxcbiAgICAgIG92ZXJmbG93VGV4dFRvb2x0aXA6IE92ZXJmbG93VGV4dFRvb2x0aXBDb21wb25lbnQsXG4gICAgICBncmlkQ2VsbENsaWNrYWJsZTogR3JpZENlbGxDbGlja2FibGVDb21wb25lbnQsXG4gICAgICBub1Jvd3NPdmVybGF5OiBHcmlkTm9Sb3dzT3ZlcmxheUNvbXBvbmVudCxcbiAgICAgIGNvbG9yZWRUZXh0SW5kaWNhdG9yOiBDb2xvcmVkVGV4dEluZGljYXRvckNvbXBvbmVudCxcbiAgICAgIHN0YXR1c0luZGljYXRvckNvbXBvbmVudDogU3RhdHVzSW5kaWNhdG9yQ29tcG9uZW50LFxuICAgICAgZ3JpZENlbGxDbGlja2VkT3Blbk5ld1RhYkNvbXBvbmVudDogR3JpZENlbGxDbGlja2VkT3Blbk5ld1RhYkNvbXBvbmVudCxcbiAgICAgIG1lcmdlQ29udGFjdENsaWNrZWRPcGVuTW9kYWxDb21wb25lbnQ6IE1lcmdlQ29udGFjdENsaWNrZWRPcGVuTW9kYWxDb21wb25lbnQsXG4gICAgICBjdXN0b21EZXRhaWxXaXRoR3JpZDogQ3VzdG9tRGV0YWlsV2l0aEdyaWRDb21wb25lbnRcbiAgICB9O1xuICB9XG5cbiAgb25HcmlkUmVhZHkoZ3JpZFJlYWR5RXZlbnQ6IEdyaWRSZWFkeUV2ZW50KSB7XG4gICAgdGhpcy5ncmlkQXBpID0gZ3JpZFJlYWR5RXZlbnQuYXBpO1xuICAgIGlmICh0aGlzLm9uR3JpZFJlYWR5RnVuY3Rpb24pIHtcbiAgICAgIHRoaXMub25HcmlkUmVhZHlGdW5jdGlvbihncmlkUmVhZHlFdmVudCk7XG4gICAgfVxuICB9XG5cbiAgb25Tb3J0Q2hhbmdlZChldmVudDogU29ydENoYW5nZWRFdmVudCkge1xuICAgIHRoaXMuc29ydENoYW5nZWQuZW1pdChldmVudCk7XG4gIH1cblxuICBvbkNlbGxDbGljayhldmVudDogQ2VsbENsaWNrZWRFdmVudCkge1xuICAgIHRoaXMuY2VsbENsaWNrLmVtaXQoZXZlbnQpO1xuICB9XG59XG4iLCI8YWctZ3JpZC1hbmd1bGFyXG4gIGNsYXNzPVwiYWctdGhlbWUtYWxwaW5lXCJcbiAgW25nQ2xhc3NdPVwieyBub1BhZGRpbmdMZWZ0OiBoYXNOb1BhZGRpbmdsZWZ0LCAnZ3JpZFBpbm5lZExlZnQnOiBpc0dyaWRDb2xQaW5uZWRMZWZ0LCdzZngtbGliLWdpcmQtZHJvcGRvd24nIDpncmlkQ29udGV4dE1lbnUsICdzZngtZ3JpZC1oYXNTb3J0aW5nJyA6aGFzU29ydGluZyB9XCJcbiAgc3R5bGU9XCJ3aWR0aDogMTAwJVwiXG4gIFtzdHlsZS5oZWlnaHQudmhdPVwiZ3JpZEhlaWdodFwiXG4gIFtncmlkT3B0aW9uc109XCJncmlkT3B0aW9uc1wiXG4gIFthcHBseUNvbHVtbkRlZk9yZGVyXT1cInRydWVcIlxuICBbcm93TW9kZWxUeXBlXT1cInJvd01vZGVsVHlwZVwiXG4gIFtjb2x1bW5EZWZzXT1cImNvbHVtbkRlZnNcIlxuICBbZGVmYXVsdENvbERlZl09XCJkZWZhdWx0Q29sRGVmXCJcbiAgW2ZyYW1ld29ya0NvbXBvbmVudHNdPVwiZnJhbWV3b3JrQ29tcG9uZW50c1wiXG4gIFtnZXRSb3dIZWlnaHRdPVwiZ2V0Um93SGVpZ2h0XCJcbiAgW3BhZ2luYXRpb25QYWdlU2l6ZV09XCJwYWdlU2l6ZVwiXG4gIFtjYWNoZUJsb2NrU2l6ZV09XCJjYWNoZUJsb2NrU2l6ZVwiXG4gIFtyb3dEYXRhXT1cInJvd0RhdGFcIlxuICBbbWF4Q29uY3VycmVudERhdGFzb3VyY2VSZXF1ZXN0c109XCIxXCJcbiAgW2xvYWRpbmdDZWxsUmVuZGVyZXJdPVwibG9hZGluZ0NlbGxSZW5kZXJlclwiXG4gIFtzdXBwcmVzc1Jvd0NsaWNrU2VsZWN0aW9uXT1cInN1cHByZXNzUm93Q2xpY2tTZWxlY3Rpb25cIlxuICBbcm93U2VsZWN0aW9uXT1cInJvd1NlbGVjdGlvbk1vZGVcIlxuICBbZW5hYmxlQnJvd3NlclRvb2x0aXBzXT1cInRydWVcIlxuICBbbm9Sb3dzT3ZlcmxheUNvbXBvbmVudF09XCJub1Jvd3NPdmVybGF5VGVtcGxhdGVcIlxuICBbc3VwcHJlc3NDb250ZXh0TWVudV09XCJ0cnVlXCJcbiAgW3RyZWVEYXRhXT1cInRyZWVEYXRhXCJcbiAgW21hc3RlckRldGFpbF09XCJtYXN0ZXJEZXRhaWxcIlxuICBbZGV0YWlsQ2VsbFJlbmRlcmVyXT1cImRldGFpbENlbGxSZW5kZXJlclwiXG4gIFtkZXRhaWxDZWxsUmVuZGVyZXJQYXJhbXNdPVwiZGV0YWlsQ2VsbFJlbmRlcmVyUGFyYW1zXCJcbiAgW2RldGFpbFJvd0hlaWdodF09XCJkZXRhaWxSb3dIZWlnaHRcIlxuICBbaXNSb3dNYXN0ZXJdPVwiaXNSb3dNYXN0ZXJcIlxuICBbY29udGV4dF09XCJjb250ZXh0XCJcbiAgW2lzU2VydmVyU2lkZUdyb3VwXT1cImlzU2VydmVyU2lkZUdyb3VwXCJcbiAgW2dldFNlcnZlclNpZGVHcm91cEtleV09XCJnZXRTZXJ2ZXJTaWRlR3JvdXBLZXlcIlxuICBbYXV0b0dyb3VwQ29sdW1uRGVmXT1cImF1dG9Hcm91cENvbHVtbkRlZlwiXG4gIFtzZXJ2ZXJTaWRlU29ydGluZ0Fsd2F5c1Jlc2V0c109XCJ0cnVlXCJcbiAgW2dldERhdGFQYXRoXT1cImdldERhdGFQYXRoXCJcbiAgW3Jvd0NsYXNzUnVsZXNdPVwicm93Q2xhc3NSdWxlc1wiXG4gIChncmlkUmVhZHkpPVwib25HcmlkUmVhZHkoJGV2ZW50KVwiXG4gIChzb3J0Q2hhbmdlZCk9XCJvblNvcnRDaGFuZ2VkKCRldmVudClcIlxuICAoY2VsbENsaWNrZWQpPVwib25DZWxsQ2xpY2soJGV2ZW50KVwiXG4+XG48L2FnLWdyaWQtYW5ndWxhcj5cbiJdfQ==
|
|
@@ -49,7 +49,7 @@ export class InputEditableTextComponent {
|
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
InputEditableTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputEditableTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
52
|
-
InputEditableTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputEditableTextComponent, selector: "symphony-input-editable-text", inputs: { model: "model", type: "type" }, outputs: { confirm: "confirm", validate: "validate", editMode: "editMode" }, ngImport: i0, template: "<div *ngIf=\"model\">\n <div *ngIf=\"!model.isInEditMode\">\n <div class=\"flex sfx-pt-10\">\n <div>\n <symphony-paragraph\n >{{ model.inputMask\n }}{{ model.value | number: \"1.0\":\"en-US\" }}</symphony-paragraph\n >\n </div>\n <div *ngIf=\"model.isEditable\" (click)=\"onEditClick()\" class=\"sfx-pl-10\">\n <symphony-icon [icon]=\"'si-edit'\" [size]=\"'14px'\"></symphony-icon>\n </div>\n <div *ngIf=\"!model.isEditable\" class=\"no-icon-padding\"></div>\n </div>\n </div>\n <div\n *ngIf=\"model.isInEditMode\"\n class=\"editMode\"\n [ngClass]=\"{\n invalid: model.isInvalid\n }\"\n >\n <span class=\"sfx-pr-10\"\n ><input\n type=\"{{ type }}\"\n *ngIf=\"maxMinPlaceholder\"\n [placeholder]=\"maxMinPlaceholder\"\n [(ngModel)]=\"model.value\"\n [ngClass]=\"{\n 'min-max-placeholder': model.minValue && model.maxValue\n }\"\n (keyup)=\"onValidate($event)\"\n />\n <input\n type=\"{{ type }}\"\n *ngIf=\"!maxMinPlaceholder\"\n [(ngModel)]=\"model.value\"\n [ngClass]=\"{\n 'min-max-placeholder': model.minValue && model.maxValue\n }\"\n (keyup)=\"onValidate($event)\"\n />\n </span>\n <span class=\"edit-i-postion\"\n ><symphony-icon\n [ngClass]=\"{\n 'invalid-confirm': model.isInvalid\n }\"\n [icon]=\"'si-confirmation'\"\n (click)=\"onConfirmClick()\"\n ></symphony-icon\n ></span>\n <span class=\"sfx-ml-10 edit-i-postion\"\n ><symphony-icon\n [icon]=\"'si-close-modal'\"\n (click)=\"onCloseClick()\"\n ></symphony-icon\n ></span>\n </div>\n</div>\n", styles: [".color-sample{float:left;border-radius:50%;height:30px;width:30px;margin-top:10px;margin-right:20px}.color-sample-small{float:left;border-radius:50%;height:15px;width:15px;margin:12% 5px 5px}.background-color-black{background-color:#000}.background-color-grey{background-color:#bababa}.background-color-light-grey-1{background-color:#d0d0d0}.background-color-light-grey-2{background-color:#d9d9d9}.background-color-light-grey-3{background-color:#ebebeb}.background-color-medium-black{background-color:#464646}.background-color-space-grey{background-color:#141414}.background-color-white{background-color:#fff}.background-color-green{background-color:#00d56b}.background-color-ice-blue{background-color:#03bcce}.background-color-lavender{background-color:#af5af9}.background-color-orange{background-color:#ffa700}.background-color-pink{background-color:#ff6cff}.background-color-purple{background-color:#801afc}.background-color-red{background-color:#f0001e}.background-color-skyblue{background-color:#007dbb}.background-color-turquoise{background-color:#00ebb5}.background-color-yellow{background-color:#fde928}.background-color-cyan{background-color:#00ffd8}.background-color-strong-orange{background-color:#ffa700}.background-color-soft-lime-green{background-color:#67f95a}.background-color-bright-violet{background-color:#7428fd}.background-color-lime-green{background-color:#00bb5e}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;padding:0}input{border-width:0px;border:none;width:75px}input:focus{outline:none}.flex{display:flex}.no-icon-padding{padding-right:23px}.editMode{border:1px solid #d9d9d9;padding:7.5px 10px;border-radius:4px}.editMode.invalid{border:1px solid #f0001e}.editMode .edit-i-postion{position:relative;top:2px}.editMode .min-max-placeholder::-moz-placeholder{color:#bababa}.editMode .min-max-placeholder:-ms-input-placeholder{color:#bababa}.editMode .min-max-placeholder::placeholder{color:#bababa}.invalid-confirm{color:#d0d0d0}.invalid-confirm:hover{cursor:no-drop}.invalid-confirm i{pointer-events:none}\n"], components: [{ type: i1.ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }, { type: i2.IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], pipes: { "number": i3.DecimalPipe }, encapsulation: i0.ViewEncapsulation.None });
|
|
52
|
+
InputEditableTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputEditableTextComponent, selector: "symphony-input-editable-text", inputs: { model: "model", type: "type" }, outputs: { confirm: "confirm", validate: "validate", editMode: "editMode" }, ngImport: i0, template: "<div *ngIf=\"model\">\n <div *ngIf=\"!model.isInEditMode\">\n <div class=\"flex sfx-pt-10\">\n <div>\n <symphony-paragraph\n >{{ model.inputMask\n }}{{ model.value | number: \"1.0\":\"en-US\" }}</symphony-paragraph\n >\n </div>\n <div *ngIf=\"model.isEditable\" (click)=\"onEditClick()\" class=\"sfx-pl-10\">\n <symphony-icon [icon]=\"'si-edit'\" [size]=\"'14px'\"></symphony-icon>\n </div>\n <div *ngIf=\"!model.isEditable\" class=\"no-icon-padding\"></div>\n </div>\n </div>\n <div\n *ngIf=\"model.isInEditMode\"\n class=\"editMode\"\n [ngClass]=\"{\n invalid: model.isInvalid\n }\"\n >\n <span class=\"sfx-pr-10\"\n ><input\n type=\"{{ type }}\"\n *ngIf=\"maxMinPlaceholder\"\n [placeholder]=\"maxMinPlaceholder\"\n [(ngModel)]=\"model.value\"\n [ngClass]=\"{\n 'min-max-placeholder': model.minValue && model.maxValue\n }\"\n (keyup)=\"onValidate($event)\"\n />\n <input\n type=\"{{ type }}\"\n *ngIf=\"!maxMinPlaceholder\"\n [(ngModel)]=\"model.value\"\n [ngClass]=\"{\n 'min-max-placeholder': model.minValue && model.maxValue\n }\"\n (keyup)=\"onValidate($event)\"\n />\n </span>\n <span class=\"edit-i-postion\"\n ><symphony-icon\n [ngClass]=\"{\n 'invalid-confirm': model.isInvalid\n }\"\n [icon]=\"'si-confirmation'\"\n (click)=\"onConfirmClick()\"\n ></symphony-icon\n ></span>\n <span class=\"sfx-ml-10 edit-i-postion\"\n ><symphony-icon\n [icon]=\"'si-close-modal'\"\n (click)=\"onCloseClick()\"\n ></symphony-icon\n ></span>\n </div>\n</div>\n", styles: [".color-sample{float:left;border-radius:50%;height:30px;width:30px;margin-top:10px;margin-right:20px}.color-sample-small{float:left;border-radius:50%;height:15px;width:15px;margin:12% 5px 5px}.background-color-black{background-color:#000}.background-color-grey{background-color:#bababa}.background-color-light-grey-1{background-color:#d0d0d0}.background-color-light-grey-2{background-color:#d9d9d9}.background-color-light-grey-3{background-color:#ebebeb}.background-color-medium-black{background-color:#464646}.background-color-space-grey{background-color:#141414}.background-color-white{background-color:#fff}.background-color-green{background-color:#00d56b}.background-color-ice-blue{background-color:#03bcce}.background-color-lavender{background-color:#af5af9}.background-color-orange{background-color:#ffa700}.background-color-pink{background-color:#ff6cff}.background-color-purple{background-color:#801afc}.background-color-red{background-color:#f0001e}.background-color-skyblue{background-color:#007dbb}.background-color-turquoise{background-color:#00ebb5}.background-color-yellow{background-color:#fde928}.background-color-cyan{background-color:#00ffd8}.background-color-strong-orange{background-color:#ffa700}.background-color-soft-lime-green{background-color:#67f95a}.background-color-bright-violet{background-color:#7428fd}.background-color-lime-green{background-color:#00bb5e}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;padding:0}input{border-width:0px;border:none;width:75px}input:focus{outline:none}.flex{display:flex}.no-icon-padding{padding-right:23px}.editMode{border:1px solid #d9d9d9;padding:7.5px 10px;border-radius:4px}.editMode.invalid{border:1px solid #f0001e}.editMode .edit-i-postion{position:relative;top:2px}.editMode .min-max-placeholder::-moz-placeholder{color:#bababa}.editMode .min-max-placeholder:-ms-input-placeholder{color:#bababa}.editMode .min-max-placeholder::placeholder{color:#bababa}.invalid-confirm{color:#d0d0d0}.invalid-confirm:hover{cursor:no-drop}.invalid-confirm i{pointer-events:none}\n"], components: [{ type: i1.ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold", "fontSize", "fontWeight"] }, { type: i2.IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], pipes: { "number": i3.DecimalPipe }, encapsulation: i0.ViewEncapsulation.None });
|
|
53
53
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputEditableTextComponent, decorators: [{
|
|
54
54
|
type: Component,
|
|
55
55
|
args: [{ selector: 'symphony-input-editable-text', encapsulation: ViewEncapsulation.None, template: "<div *ngIf=\"model\">\n <div *ngIf=\"!model.isInEditMode\">\n <div class=\"flex sfx-pt-10\">\n <div>\n <symphony-paragraph\n >{{ model.inputMask\n }}{{ model.value | number: \"1.0\":\"en-US\" }}</symphony-paragraph\n >\n </div>\n <div *ngIf=\"model.isEditable\" (click)=\"onEditClick()\" class=\"sfx-pl-10\">\n <symphony-icon [icon]=\"'si-edit'\" [size]=\"'14px'\"></symphony-icon>\n </div>\n <div *ngIf=\"!model.isEditable\" class=\"no-icon-padding\"></div>\n </div>\n </div>\n <div\n *ngIf=\"model.isInEditMode\"\n class=\"editMode\"\n [ngClass]=\"{\n invalid: model.isInvalid\n }\"\n >\n <span class=\"sfx-pr-10\"\n ><input\n type=\"{{ type }}\"\n *ngIf=\"maxMinPlaceholder\"\n [placeholder]=\"maxMinPlaceholder\"\n [(ngModel)]=\"model.value\"\n [ngClass]=\"{\n 'min-max-placeholder': model.minValue && model.maxValue\n }\"\n (keyup)=\"onValidate($event)\"\n />\n <input\n type=\"{{ type }}\"\n *ngIf=\"!maxMinPlaceholder\"\n [(ngModel)]=\"model.value\"\n [ngClass]=\"{\n 'min-max-placeholder': model.minValue && model.maxValue\n }\"\n (keyup)=\"onValidate($event)\"\n />\n </span>\n <span class=\"edit-i-postion\"\n ><symphony-icon\n [ngClass]=\"{\n 'invalid-confirm': model.isInvalid\n }\"\n [icon]=\"'si-confirmation'\"\n (click)=\"onConfirmClick()\"\n ></symphony-icon\n ></span>\n <span class=\"sfx-ml-10 edit-i-postion\"\n ><symphony-icon\n [icon]=\"'si-close-modal'\"\n (click)=\"onCloseClick()\"\n ></symphony-icon\n ></span>\n </div>\n</div>\n", styles: [".color-sample{float:left;border-radius:50%;height:30px;width:30px;margin-top:10px;margin-right:20px}.color-sample-small{float:left;border-radius:50%;height:15px;width:15px;margin:12% 5px 5px}.background-color-black{background-color:#000}.background-color-grey{background-color:#bababa}.background-color-light-grey-1{background-color:#d0d0d0}.background-color-light-grey-2{background-color:#d9d9d9}.background-color-light-grey-3{background-color:#ebebeb}.background-color-medium-black{background-color:#464646}.background-color-space-grey{background-color:#141414}.background-color-white{background-color:#fff}.background-color-green{background-color:#00d56b}.background-color-ice-blue{background-color:#03bcce}.background-color-lavender{background-color:#af5af9}.background-color-orange{background-color:#ffa700}.background-color-pink{background-color:#ff6cff}.background-color-purple{background-color:#801afc}.background-color-red{background-color:#f0001e}.background-color-skyblue{background-color:#007dbb}.background-color-turquoise{background-color:#00ebb5}.background-color-yellow{background-color:#fde928}.background-color-cyan{background-color:#00ffd8}.background-color-strong-orange{background-color:#ffa700}.background-color-soft-lime-green{background-color:#67f95a}.background-color-bright-violet{background-color:#7428fd}.background-color-lime-green{background-color:#00bb5e}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;padding:0}input{border-width:0px;border:none;width:75px}input:focus{outline:none}.flex{display:flex}.no-icon-padding{padding-right:23px}.editMode{border:1px solid #d9d9d9;padding:7.5px 10px;border-radius:4px}.editMode.invalid{border:1px solid #f0001e}.editMode .edit-i-postion{position:relative;top:2px}.editMode .min-max-placeholder::-moz-placeholder{color:#bababa}.editMode .min-max-placeholder:-ms-input-placeholder{color:#bababa}.editMode .min-max-placeholder::placeholder{color:#bababa}.invalid-confirm{color:#d0d0d0}.invalid-confirm:hover{cursor:no-drop}.invalid-confirm i{pointer-events:none}\n"] }]
|
|
@@ -34,7 +34,7 @@ export class InputFileUploadComponent {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
InputFileUploadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputFileUploadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
37
|
-
InputFileUploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputFileUploadComponent, selector: "symphony-input-file-upload", inputs: { inputFileUploadModel: "inputFileUploadModel" }, outputs: { closeButtonClicked: "closeButtonClicked", textChanged: "textChanged", getFileDetails: "getFileDetails" }, viewQueries: [{ propertyName: "toolTip", first: true, predicate: ["pop"], descendants: true }], ngImport: i0, template: "<div *ngIf=\"inputFileUploadModel\">\n <!-- File Upload -->\n <div class=\"sfx-input-label\">\n {{ inputFileUploadModel.inputLabel }}\n </div>\n <div\n class=\"sfx-input-file-upload\"\n tooltip=\"{{ inputFileUploadModel.fileValue }}\"\n containerClass=\"sfx-info-tooltip item-tooltip\"\n #pop=\"bs-tooltip\"\n [ngClass]=\"{ 'has-Close': inputFileUploadModel.hasClose }\"\n >\n <label class=\"sfx-cursor-pointer\" for=\"{{identifier}}\"> </label>\n\n <input\n type=\"file\"\n id=\"{{identifier}}\"\n name=\"{{identifier}}\"\n accept=\"{{ filetypeAccepted }}\"\n (change)=\"onFileSelect($event)\"\n (click)=\"onClick($event)\"\n />\n <input\n type=\"text\"\n name=\"input-text\"\n id=\"{{identifier}}\"\n class=\"input-text\"\n autocomplete=\"off\"\n placeholder=\"{{ inputFileUploadModel.placeholder }}\"\n (keyup)=\"onTextChange($event)\"\n [(ngModel)]=\"inputFileUploadModel.fileValue\"\n />\n\n <symphony-icon\n class=\"sfx-cursor-pointer\"\n *ngIf=\"inputFileUploadModel.hasClose\"\n [icon]=\"'si-close-modal'\"\n [size]=\"'20px'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n <symphony-paragraph\n *ngIf=\"inputFileUploadModel.hasError\"\n class=\"sfx-txt-red-v2 sfx-pl-5 sfx-d-flex\"\n [text]=\"inputFileUploadModel.errorText\"\n ></symphony-paragraph>\n </div>\n <!-- File Upload -->\n</div>\n", styles: [".sfx-input-file-upload{position:relative}.sfx-input-file-upload symphony-tooltip-wrapper .sfx-d-inline-block{width:100%;display:block}.sfx-input-file-upload label{line-height:40px;width:40px;margin:0;height:40px;position:absolute;text-align:center;right:-5px;top:5px}.sfx-input-file-upload label span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;top:5px}.sfx-input-file-upload label:before{content:\"\\e9b7\";font-family:library-icons!important}.sfx-input-file-upload input[type=file]{visibility:hidden;position:absolute;top:0}.sfx-input-file-upload input[type=text]{width:100%;height:40px;border-radius:4px;box-shadow:none;padding:0 30px 0 20px;border:1px solid #d0d0d0;margin:5px;outline:none}.sfx-input-file-upload.has-Close input[type=text]{width:calc(100% - 35px)}.sfx-input-file-upload.has-Close label{right:30px;top:5px}.sfx-input-file-upload.has-Close symphony-icon{position:absolute;top:15px;right:0px}.sfx-input-label{font-weight:500;margin-left:5px;margin-bottom:5px}.sfx-info-tooltip.item-tooltip{min-width:80px;opacity:1}.sfx-info-tooltip.item-tooltip .tooltip-inner{border-radius:10px!important;box-shadow:0 0 20px rgba(0,0,0,.2);font-weight:600;word-wrap:break-word}.sfx-info-tooltip.item-tooltip.top .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip.item-tooltip.right{left:5px!important}.sfx-info-tooltip.item-tooltip.right .tooltip-arrow.arrow{border-right-color:#fff}.sfx-info-tooltip.item-tooltip.bottom .tooltip-arrow.arrow{border-bottom-color:#fff}.sfx-info-tooltip.item-tooltip.left{left:-5px!important}.sfx-info-tooltip.item-tooltip.left .tooltip-arrow.arrow{border-left-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;padding:8px 15px;border-radius:0;max-width:250px;font-size:13px;color:#000}\n"], components: [{ type: i1.IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: i2.ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.TooltipDirective, selector: "[tooltip], [tooltipHtml]", inputs: ["containerClass", "tooltipAnimation", "tooltipFadeDuration", "isOpen", "tooltipHtml", "tooltip", "tooltipPlacement", "placement", "tooltipIsOpen", "tooltipEnable", "isDisabled", "tooltipAppendToBody", "container", "tooltipClass", "tooltipContext", "tooltipPopupDelay", "delay", "tooltipTrigger", "triggers", "adaptivePosition"], outputs: ["tooltipChange", "tooltipStateChanged", "onShown", "onHidden"], exportAs: ["bs-tooltip"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i5.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
37
|
+
InputFileUploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: InputFileUploadComponent, selector: "symphony-input-file-upload", inputs: { inputFileUploadModel: "inputFileUploadModel" }, outputs: { closeButtonClicked: "closeButtonClicked", textChanged: "textChanged", getFileDetails: "getFileDetails" }, viewQueries: [{ propertyName: "toolTip", first: true, predicate: ["pop"], descendants: true }], ngImport: i0, template: "<div *ngIf=\"inputFileUploadModel\">\n <!-- File Upload -->\n <div class=\"sfx-input-label\">\n {{ inputFileUploadModel.inputLabel }}\n </div>\n <div\n class=\"sfx-input-file-upload\"\n tooltip=\"{{ inputFileUploadModel.fileValue }}\"\n containerClass=\"sfx-info-tooltip item-tooltip\"\n #pop=\"bs-tooltip\"\n [ngClass]=\"{ 'has-Close': inputFileUploadModel.hasClose }\"\n >\n <label class=\"sfx-cursor-pointer\" for=\"{{identifier}}\"> </label>\n\n <input\n type=\"file\"\n id=\"{{identifier}}\"\n name=\"{{identifier}}\"\n accept=\"{{ filetypeAccepted }}\"\n (change)=\"onFileSelect($event)\"\n (click)=\"onClick($event)\"\n />\n <input\n type=\"text\"\n name=\"input-text\"\n id=\"{{identifier}}\"\n class=\"input-text\"\n autocomplete=\"off\"\n placeholder=\"{{ inputFileUploadModel.placeholder }}\"\n (keyup)=\"onTextChange($event)\"\n [(ngModel)]=\"inputFileUploadModel.fileValue\"\n />\n\n <symphony-icon\n class=\"sfx-cursor-pointer\"\n *ngIf=\"inputFileUploadModel.hasClose\"\n [icon]=\"'si-close-modal'\"\n [size]=\"'20px'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n <symphony-paragraph\n *ngIf=\"inputFileUploadModel.hasError\"\n class=\"sfx-txt-red-v2 sfx-pl-5 sfx-d-flex\"\n [text]=\"inputFileUploadModel.errorText\"\n ></symphony-paragraph>\n </div>\n <!-- File Upload -->\n</div>\n", styles: [".sfx-input-file-upload{position:relative}.sfx-input-file-upload symphony-tooltip-wrapper .sfx-d-inline-block{width:100%;display:block}.sfx-input-file-upload label{line-height:40px;width:40px;margin:0;height:40px;position:absolute;text-align:center;right:-5px;top:5px}.sfx-input-file-upload label span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;top:5px}.sfx-input-file-upload label:before{content:\"\\e9b7\";font-family:library-icons!important}.sfx-input-file-upload input[type=file]{visibility:hidden;position:absolute;top:0}.sfx-input-file-upload input[type=text]{width:100%;height:40px;border-radius:4px;box-shadow:none;padding:0 30px 0 20px;border:1px solid #d0d0d0;margin:5px;outline:none}.sfx-input-file-upload.has-Close input[type=text]{width:calc(100% - 35px)}.sfx-input-file-upload.has-Close label{right:30px;top:5px}.sfx-input-file-upload.has-Close symphony-icon{position:absolute;top:15px;right:0px}.sfx-input-label{font-weight:500;margin-left:5px;margin-bottom:5px}.sfx-info-tooltip.item-tooltip{min-width:80px;opacity:1}.sfx-info-tooltip.item-tooltip .tooltip-inner{border-radius:10px!important;box-shadow:0 0 20px rgba(0,0,0,.2);font-weight:600;word-wrap:break-word}.sfx-info-tooltip.item-tooltip.top .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip.item-tooltip.right{left:5px!important}.sfx-info-tooltip.item-tooltip.right .tooltip-arrow.arrow{border-right-color:#fff}.sfx-info-tooltip.item-tooltip.bottom .tooltip-arrow.arrow{border-bottom-color:#fff}.sfx-info-tooltip.item-tooltip.left{left:-5px!important}.sfx-info-tooltip.item-tooltip.left .tooltip-arrow.arrow{border-left-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;padding:8px 15px;border-radius:0;max-width:250px;font-size:13px;color:#000}\n"], components: [{ type: i1.IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: i2.ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold", "fontSize", "fontWeight"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.TooltipDirective, selector: "[tooltip], [tooltipHtml]", inputs: ["containerClass", "tooltipAnimation", "tooltipFadeDuration", "isOpen", "tooltipHtml", "tooltip", "tooltipPlacement", "placement", "tooltipIsOpen", "tooltipEnable", "isDisabled", "tooltipAppendToBody", "container", "tooltipClass", "tooltipContext", "tooltipPopupDelay", "delay", "tooltipTrigger", "triggers", "adaptivePosition"], outputs: ["tooltipChange", "tooltipStateChanged", "onShown", "onHidden"], exportAs: ["bs-tooltip"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i5.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
38
38
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: InputFileUploadComponent, decorators: [{
|
|
39
39
|
type: Component,
|
|
40
40
|
args: [{ selector: 'symphony-input-file-upload', encapsulation: ViewEncapsulation.None, template: "<div *ngIf=\"inputFileUploadModel\">\n <!-- File Upload -->\n <div class=\"sfx-input-label\">\n {{ inputFileUploadModel.inputLabel }}\n </div>\n <div\n class=\"sfx-input-file-upload\"\n tooltip=\"{{ inputFileUploadModel.fileValue }}\"\n containerClass=\"sfx-info-tooltip item-tooltip\"\n #pop=\"bs-tooltip\"\n [ngClass]=\"{ 'has-Close': inputFileUploadModel.hasClose }\"\n >\n <label class=\"sfx-cursor-pointer\" for=\"{{identifier}}\"> </label>\n\n <input\n type=\"file\"\n id=\"{{identifier}}\"\n name=\"{{identifier}}\"\n accept=\"{{ filetypeAccepted }}\"\n (change)=\"onFileSelect($event)\"\n (click)=\"onClick($event)\"\n />\n <input\n type=\"text\"\n name=\"input-text\"\n id=\"{{identifier}}\"\n class=\"input-text\"\n autocomplete=\"off\"\n placeholder=\"{{ inputFileUploadModel.placeholder }}\"\n (keyup)=\"onTextChange($event)\"\n [(ngModel)]=\"inputFileUploadModel.fileValue\"\n />\n\n <symphony-icon\n class=\"sfx-cursor-pointer\"\n *ngIf=\"inputFileUploadModel.hasClose\"\n [icon]=\"'si-close-modal'\"\n [size]=\"'20px'\"\n (clicked)=\"onCloseButtonClick()\"\n ></symphony-icon>\n <symphony-paragraph\n *ngIf=\"inputFileUploadModel.hasError\"\n class=\"sfx-txt-red-v2 sfx-pl-5 sfx-d-flex\"\n [text]=\"inputFileUploadModel.errorText\"\n ></symphony-paragraph>\n </div>\n <!-- File Upload -->\n</div>\n", styles: [".sfx-input-file-upload{position:relative}.sfx-input-file-upload symphony-tooltip-wrapper .sfx-d-inline-block{width:100%;display:block}.sfx-input-file-upload label{line-height:40px;width:40px;margin:0;height:40px;position:absolute;text-align:center;right:-5px;top:5px}.sfx-input-file-upload label span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;top:5px}.sfx-input-file-upload label:before{content:\"\\e9b7\";font-family:library-icons!important}.sfx-input-file-upload input[type=file]{visibility:hidden;position:absolute;top:0}.sfx-input-file-upload input[type=text]{width:100%;height:40px;border-radius:4px;box-shadow:none;padding:0 30px 0 20px;border:1px solid #d0d0d0;margin:5px;outline:none}.sfx-input-file-upload.has-Close input[type=text]{width:calc(100% - 35px)}.sfx-input-file-upload.has-Close label{right:30px;top:5px}.sfx-input-file-upload.has-Close symphony-icon{position:absolute;top:15px;right:0px}.sfx-input-label{font-weight:500;margin-left:5px;margin-bottom:5px}.sfx-info-tooltip.item-tooltip{min-width:80px;opacity:1}.sfx-info-tooltip.item-tooltip .tooltip-inner{border-radius:10px!important;box-shadow:0 0 20px rgba(0,0,0,.2);font-weight:600;word-wrap:break-word}.sfx-info-tooltip.item-tooltip.top .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip.item-tooltip.right{left:5px!important}.sfx-info-tooltip.item-tooltip.right .tooltip-arrow.arrow{border-right-color:#fff}.sfx-info-tooltip.item-tooltip.bottom .tooltip-arrow.arrow{border-bottom-color:#fff}.sfx-info-tooltip.item-tooltip.left{left:-5px!important}.sfx-info-tooltip.item-tooltip.left .tooltip-arrow.arrow{border-left-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;padding:8px 15px;border-radius:0;max-width:250px;font-size:13px;color:#000}\n"] }]
|
|
@@ -2,18 +2,21 @@ import { Component, Input } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@angular/common";
|
|
4
4
|
export class ParagraphComponent {
|
|
5
|
-
constructor() { }
|
|
6
5
|
}
|
|
7
6
|
ParagraphComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
-
ParagraphComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ParagraphComponent, selector: "symphony-paragraph", inputs: { text: "text", isSecondary: "isSecondary", isFontBold: "isFontBold" }, ngImport: i0, template: "<p\n [ngClass]=\"{\n 'body-copy-secondary': isSecondary,\n 'body-copy-primary': !isSecondary, 'sfx-font-bold': isFontBold\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</p>\n", styles: [".body-copy-primary,.body-copy-secondary{margin-bottom:0;line-height:20px}.body-copy-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
7
|
+
ParagraphComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ParagraphComponent, selector: "symphony-paragraph", inputs: { text: "text", isSecondary: "isSecondary", isFontBold: "isFontBold", fontSize: "fontSize", fontWeight: "fontWeight" }, ngImport: i0, template: "<p\n [ngClass]=\"{\n 'body-copy-secondary': isSecondary,\n 'body-copy-primary': !isSecondary, 'sfx-font-bold': isFontBold\n }\"\n [style.font-size]=\"fontSize || null\"\n [style.font-weight]=\"fontWeight || null\"\n>\n {{ text }}\n <ng-content></ng-content>\n</p>\n", styles: [".body-copy-primary,.body-copy-secondary{margin-bottom:0;line-height:20px}.body-copy-secondary{color:#fff}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
9
8
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ParagraphComponent, decorators: [{
|
|
10
9
|
type: Component,
|
|
11
|
-
args: [{ selector: 'symphony-paragraph', template: "<p\n [ngClass]=\"{\n 'body-copy-secondary': isSecondary,\n 'body-copy-primary': !isSecondary, 'sfx-font-bold': isFontBold\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</p>\n", styles: [".body-copy-primary,.body-copy-secondary{margin-bottom:0;line-height:20px}.body-copy-secondary{color:#fff}\n"] }]
|
|
12
|
-
}],
|
|
10
|
+
args: [{ selector: 'symphony-paragraph', template: "<p\n [ngClass]=\"{\n 'body-copy-secondary': isSecondary,\n 'body-copy-primary': !isSecondary, 'sfx-font-bold': isFontBold\n }\"\n [style.font-size]=\"fontSize || null\"\n [style.font-weight]=\"fontWeight || null\"\n>\n {{ text }}\n <ng-content></ng-content>\n</p>\n", styles: [".body-copy-primary,.body-copy-secondary{margin-bottom:0;line-height:20px}.body-copy-secondary{color:#fff}\n"] }]
|
|
11
|
+
}], propDecorators: { text: [{
|
|
13
12
|
type: Input
|
|
14
13
|
}], isSecondary: [{
|
|
15
14
|
type: Input
|
|
16
15
|
}], isFontBold: [{
|
|
17
16
|
type: Input
|
|
17
|
+
}], fontSize: [{
|
|
18
|
+
type: Input
|
|
19
|
+
}], fontWeight: [{
|
|
20
|
+
type: Input
|
|
18
21
|
}] } });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyYWdyYXBoLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudC1saWJyYXJ5L3NyYy9saWIvYXRvbXMvcGFyYWdyYXBoL3BhcmFncmFwaC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnQtbGlicmFyeS9zcmMvbGliL2F0b21zL3BhcmFncmFwaC9wYXJhZ3JhcGguY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQU9qRCxNQUFNLE9BQU8sa0JBQWtCOzsrR0FBbEIsa0JBQWtCO21HQUFsQixrQkFBa0IsMExDUC9CLHVSQVdBOzJGREphLGtCQUFrQjtrQkFMOUIsU0FBUzsrQkFDRSxvQkFBb0I7OEJBS3JCLElBQUk7c0JBQVosS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdzeW1waG9ueS1wYXJhZ3JhcGgnLFxuICB0ZW1wbGF0ZVVybDogJy4vcGFyYWdyYXBoLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vcGFyYWdyYXBoLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIFBhcmFncmFwaENvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHRleHQ6IHN0cmluZztcbiAgQElucHV0KCkgaXNTZWNvbmRhcnk6IGJvb2xlYW47XG4gIEBJbnB1dCgpIGlzRm9udEJvbGQ/OiBib29sZWFuO1xuICBASW5wdXQoKSBmb250U2l6ZT86IHN0cmluZztcbiAgQElucHV0KCkgZm9udFdlaWdodD86IHN0cmluZyB8IG51bWJlcjtcbn1cbiIsIjxwXG4gIFtuZ0NsYXNzXT1cIntcbiAgICAnYm9keS1jb3B5LXNlY29uZGFyeSc6IGlzU2Vjb25kYXJ5LFxuICAgICdib2R5LWNvcHktcHJpbWFyeSc6ICFpc1NlY29uZGFyeSwgJ3NmeC1mb250LWJvbGQnOiBpc0ZvbnRCb2xkXG4gIH1cIlxuICBbc3R5bGUuZm9udC1zaXplXT1cImZvbnRTaXplIHx8IG51bGxcIlxuICBbc3R5bGUuZm9udC13ZWlnaHRdPVwiZm9udFdlaWdodCB8fCBudWxsXCJcbj5cbiAge3sgdGV4dCB9fVxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L3A+XG4iXX0=
|
|
@@ -8,7 +8,7 @@ export class SfxLoaderComponent {
|
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
SfxLoaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxLoaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
-
SfxLoaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SfxLoaderComponent, selector: "symphony-sfx-loader", inputs: { leftStyle: "leftStyle", message: "message", hasCustomMessage: "hasCustomMessage" }, ngImport: i0, template: "<div class=\"col-md-12 sfx-loader\" [style.left.%]=\"leftStyle\"></div>\n<symphony-paragraph *ngIf=\"message?.length > 0\" class=\"text-center\">\n {{ message }}\n</symphony-paragraph>\n<div *ngIf=\"hasCustomMessage\" class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[custom-message]\"></ng-content>\n</div>\n\n", styles: [".sfx-loader{z-index:10000;float:none;padding-top:5px;padding-bottom:5px;height:70px;width:50px;position:relative;padding-inline:0;transform:translate(-50%);display:inline-block;vertical-align:top}.sfx-loader:before{content:\" \";border:5px solid #000000;border-radius:50%;border-top:5px solid #ffffff;width:50px;height:50px;animation:sfxspin .5s linear infinite;position:absolute}\n"], components: [{ type: i1.ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
11
|
+
SfxLoaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SfxLoaderComponent, selector: "symphony-sfx-loader", inputs: { leftStyle: "leftStyle", message: "message", hasCustomMessage: "hasCustomMessage" }, ngImport: i0, template: "<div class=\"col-md-12 sfx-loader\" [style.left.%]=\"leftStyle\"></div>\n<symphony-paragraph *ngIf=\"message?.length > 0\" class=\"text-center\">\n {{ message }}\n</symphony-paragraph>\n<div *ngIf=\"hasCustomMessage\" class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[custom-message]\"></ng-content>\n</div>\n\n", styles: [".sfx-loader{z-index:10000;float:none;padding-top:5px;padding-bottom:5px;height:70px;width:50px;position:relative;padding-inline:0;transform:translate(-50%);display:inline-block;vertical-align:top}.sfx-loader:before{content:\" \";border:5px solid #000000;border-radius:50%;border-top:5px solid #ffffff;width:50px;height:50px;animation:sfxspin .5s linear infinite;position:absolute}\n"], components: [{ type: i1.ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold", "fontSize", "fontWeight"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
12
12
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SfxLoaderComponent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
14
|
args: [{ selector: 'symphony-sfx-loader', template: "<div class=\"col-md-12 sfx-loader\" [style.left.%]=\"leftStyle\"></div>\n<symphony-paragraph *ngIf=\"message?.length > 0\" class=\"text-center\">\n {{ message }}\n</symphony-paragraph>\n<div *ngIf=\"hasCustomMessage\" class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[custom-message]\"></ng-content>\n</div>\n\n", styles: [".sfx-loader{z-index:10000;float:none;padding-top:5px;padding-bottom:5px;height:70px;width:50px;position:relative;padding-inline:0;transform:translate(-50%);display:inline-block;vertical-align:top}.sfx-loader:before{content:\" \";border:5px solid #000000;border-radius:50%;border-top:5px solid #ffffff;width:50px;height:50px;animation:sfxspin .5s linear infinite;position:absolute}\n"] }]
|
package/esm2020/projects/component-library/lib/design-guide/typography/typography.component.mjs
CHANGED
|
@@ -19,7 +19,7 @@ export class TypographyComponent {
|
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
TypographyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TypographyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
22
|
-
TypographyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TypographyComponent, selector: "symphony-typography", inputs: { title: "title", typographyModel: "typographyModel" }, ngImport: i0, template: "<div class=\"sfx-typography\">\n <ul class=\"typography-list list-unstyled\">\n <li class=\"typography-list-item\">\n <symphony-h1\n [text]=\"typographyModel.h1Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h1>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h2\n [text]=\"typographyModel.h2Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h2>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h3\n [text]=\"typographyModel.h3Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h3>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h4\n [text]=\"typographyModel.h4Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h4>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h5\n [text]=\"typographyModel.h5Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h5>\n </li>\n <li class=\"typography-list-item\">\n <symphony-paragraph\n [text]=\"typographyModel.paragraphText\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-paragraph>\n </li>\n </ul>\n</div>\n", styles: [".typography-list-item{padding:10px 0;border-bottom:1px solid #bababa}\n"], components: [{ type: i1.H1Component, selector: "symphony-h1", inputs: ["text", "isSecondary"] }, { type: i2.H2Component, selector: "symphony-h2", inputs: ["text", "isSecondary"] }, { type: i3.H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: i4.H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: i5.H5Component, selector: "symphony-h5", inputs: ["text", "isSecondary"] }, { type: i6.ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }] });
|
|
22
|
+
TypographyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: TypographyComponent, selector: "symphony-typography", inputs: { title: "title", typographyModel: "typographyModel" }, ngImport: i0, template: "<div class=\"sfx-typography\">\n <ul class=\"typography-list list-unstyled\">\n <li class=\"typography-list-item\">\n <symphony-h1\n [text]=\"typographyModel.h1Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h1>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h2\n [text]=\"typographyModel.h2Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h2>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h3\n [text]=\"typographyModel.h3Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h3>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h4\n [text]=\"typographyModel.h4Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h4>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h5\n [text]=\"typographyModel.h5Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h5>\n </li>\n <li class=\"typography-list-item\">\n <symphony-paragraph\n [text]=\"typographyModel.paragraphText\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-paragraph>\n </li>\n </ul>\n</div>\n", styles: [".typography-list-item{padding:10px 0;border-bottom:1px solid #bababa}\n"], components: [{ type: i1.H1Component, selector: "symphony-h1", inputs: ["text", "isSecondary"] }, { type: i2.H2Component, selector: "symphony-h2", inputs: ["text", "isSecondary"] }, { type: i3.H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: i4.H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: i5.H5Component, selector: "symphony-h5", inputs: ["text", "isSecondary"] }, { type: i6.ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold", "fontSize", "fontWeight"] }] });
|
|
23
23
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: TypographyComponent, decorators: [{
|
|
24
24
|
type: Component,
|
|
25
25
|
args: [{ selector: 'symphony-typography', template: "<div class=\"sfx-typography\">\n <ul class=\"typography-list list-unstyled\">\n <li class=\"typography-list-item\">\n <symphony-h1\n [text]=\"typographyModel.h1Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h1>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h2\n [text]=\"typographyModel.h2Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h2>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h3\n [text]=\"typographyModel.h3Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h3>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h4\n [text]=\"typographyModel.h4Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h4>\n </li>\n <li class=\"typography-list-item\">\n <symphony-h5\n [text]=\"typographyModel.h5Text\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-h5>\n </li>\n <li class=\"typography-list-item\">\n <symphony-paragraph\n [text]=\"typographyModel.paragraphText\"\n [isSecondary]=\"typographyModel.isSecondary\"\n ></symphony-paragraph>\n </li>\n </ul>\n</div>\n", styles: [".typography-list-item{padding:10px 0;border-bottom:1px solid #bababa}\n"] }]
|
|
@@ -44,7 +44,7 @@ export class AdditionalInformationCardComponent {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
AdditionalInformationCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdditionalInformationCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
47
|
-
AdditionalInformationCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: AdditionalInformationCardComponent, selector: "symphony-additional-information-card", inputs: { additionalInformationModel: "additionalInformationModel" }, outputs: { cancelInterviewLinkClicked: "cancelInterviewLinkClicked" }, host: { listeners: { "window:resize": "onWindowResize($event)" } }, viewQueries: [{ propertyName: "contentHeight", first: true, predicate: ["contentHeight"], descendants: true }], ngImport: i0, template: "<div\n *ngIf=\"additionalInformationModel\"\n class=\"additional-information-card-item-wrapper\"\n>\n <div class=\"additional-information-card-icon\">\n <symphony-icon-wrapper\n [isInverse]=\"true\"\n [hasHoverWithoutBorder]=\"true\"\n [backgroundColor]=\"additionalInformationModel.iconWrapperColor\"\n >\n <symphony-icon\n [icon]=\"additionalInformationModel.icon\"\n [iconColor]=\"additionalInformationModel.iconInnerColor\"\n ></symphony-icon>\n </symphony-icon-wrapper>\n </div>\n\n <div>\n <div\n class=\"sfx-pb-10 sfx-font-bold\"\n *ngIf=\"\n additionalInformationModel.header &&\n additionalInformationModel.headerText\"\n >\n <symphony-paragraph\n >{{ additionalInformationModel.header }}:\n {{ additionalInformationModel.headerText }}</symphony-paragraph\n >\n </div>\n <div\n *ngFor=\"\n let information of additionalInformationModel.additionalInformation\n \"\n class=\"additional-information-card-description\"\n >\n <symphony-paragraph *ngIf=\"!information.showMore\" class=\"card-wrap-text\">\n <span class=\"sfx-pr-5 sfx-font-bold pull-left sfx-d-inline-block\"\n >{{ information.label }}:</span\n >\n <span>{{ information.text }}</span>\n </symphony-paragraph>\n <symphony-paragraph *ngIf=\"information.showMore\" class=\"card-wrap-text\">\n <span class=\"sfx-pr-5 sfx-font-bold pull-left sfx-d-inline-block\"\n >{{ information.label }}:</span\n >\n <span #contentHeight class=\"sfx-d-block\"\n >{{ information.text }}\n <a\n href=\"javascript:;\"\n *ngIf=\"hasMore\"\n class=\"sfx-btn-link\"\n (click)=\"onMoreClick()\"\n >more</a\n >\n <a\n href=\"javascript:;\"\n *ngIf=\"!hasMore\"\n class=\"sfx-btn-link hasLess\"\n (click)=\"onLessClick()\"\n >less</a\n >\n </span>\n </symphony-paragraph>\n </div>\n <a \n href=\"javascript:;\" \n *ngIf=\"additionalInformationModel.cancelInterviewLink\" \n (click)=\"onCancelInterviewLinkClicked()\"\n >{{additionalInformationModel.cancelInterviewLink}}\n </a>\n </div>\n</div>\n", styles: [".additional-information-card-item-wrapper{position:relative;width:100%;display:flex;padding-block:20px}.additional-information-card-item-wrapper div:last-child{flex:1}.additional-information-card-icon{display:inline-block;float:left;padding-right:15px}.additional-information-card-icon .si-feedback-maybe{position:relative;left:-1px;top:-1px}.additional-information-card-icon .si-feedback-yes{position:relative;top:-3px}.card-wrap-text{font-size:16px;word-break:break-word;position:relative}.card-wrap-text .body-copy-primary{word-break:break-word}.card-wrap-text .body-copy-primary.truncate-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card-wrap-text .body-copy-primary.truncate-text .sfx-btn-link{display:inline}.card-wrap-text .body-copy-primary .sfx-btn-link{font-weight:500;color:#82919f;position:absolute;bottom:0;right:0;background:#fff;display:none}.card-wrap-text .body-copy-primary .sfx-btn-link:before{content:\"...\"}.card-wrap-text .body-copy-primary .sfx-btn-link.hasLess{display:inline;position:relative}.card-wrap-text .body-copy-primary .sfx-btn-link.hasLess:before{content:\"\"}\n"], components: [{ type: i1.IconWrapperComponent, selector: "symphony-icon-wrapper", inputs: ["backgroundColor", "isInverse", "hasHoverWithoutBorder", "isDisabled"], outputs: ["clicked"] }, { type: i2.IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: i3.ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
47
|
+
AdditionalInformationCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: AdditionalInformationCardComponent, selector: "symphony-additional-information-card", inputs: { additionalInformationModel: "additionalInformationModel" }, outputs: { cancelInterviewLinkClicked: "cancelInterviewLinkClicked" }, host: { listeners: { "window:resize": "onWindowResize($event)" } }, viewQueries: [{ propertyName: "contentHeight", first: true, predicate: ["contentHeight"], descendants: true }], ngImport: i0, template: "<div\n *ngIf=\"additionalInformationModel\"\n class=\"additional-information-card-item-wrapper\"\n>\n <div class=\"additional-information-card-icon\">\n <symphony-icon-wrapper\n [isInverse]=\"true\"\n [hasHoverWithoutBorder]=\"true\"\n [backgroundColor]=\"additionalInformationModel.iconWrapperColor\"\n >\n <symphony-icon\n [icon]=\"additionalInformationModel.icon\"\n [iconColor]=\"additionalInformationModel.iconInnerColor\"\n ></symphony-icon>\n </symphony-icon-wrapper>\n </div>\n\n <div>\n <div\n class=\"sfx-pb-10 sfx-font-bold\"\n *ngIf=\"\n additionalInformationModel.header &&\n additionalInformationModel.headerText\"\n >\n <symphony-paragraph\n >{{ additionalInformationModel.header }}:\n {{ additionalInformationModel.headerText }}</symphony-paragraph\n >\n </div>\n <div\n *ngFor=\"\n let information of additionalInformationModel.additionalInformation\n \"\n class=\"additional-information-card-description\"\n >\n <symphony-paragraph *ngIf=\"!information.showMore\" class=\"card-wrap-text\">\n <span class=\"sfx-pr-5 sfx-font-bold pull-left sfx-d-inline-block\"\n >{{ information.label }}:</span\n >\n <span>{{ information.text }}</span>\n </symphony-paragraph>\n <symphony-paragraph *ngIf=\"information.showMore\" class=\"card-wrap-text\">\n <span class=\"sfx-pr-5 sfx-font-bold pull-left sfx-d-inline-block\"\n >{{ information.label }}:</span\n >\n <span #contentHeight class=\"sfx-d-block\"\n >{{ information.text }}\n <a\n href=\"javascript:;\"\n *ngIf=\"hasMore\"\n class=\"sfx-btn-link\"\n (click)=\"onMoreClick()\"\n >more</a\n >\n <a\n href=\"javascript:;\"\n *ngIf=\"!hasMore\"\n class=\"sfx-btn-link hasLess\"\n (click)=\"onLessClick()\"\n >less</a\n >\n </span>\n </symphony-paragraph>\n </div>\n <a \n href=\"javascript:;\" \n *ngIf=\"additionalInformationModel.cancelInterviewLink\" \n (click)=\"onCancelInterviewLinkClicked()\"\n >{{additionalInformationModel.cancelInterviewLink}}\n </a>\n </div>\n</div>\n", styles: [".additional-information-card-item-wrapper{position:relative;width:100%;display:flex;padding-block:20px}.additional-information-card-item-wrapper div:last-child{flex:1}.additional-information-card-icon{display:inline-block;float:left;padding-right:15px}.additional-information-card-icon .si-feedback-maybe{position:relative;left:-1px;top:-1px}.additional-information-card-icon .si-feedback-yes{position:relative;top:-3px}.card-wrap-text{font-size:16px;word-break:break-word;position:relative}.card-wrap-text .body-copy-primary{word-break:break-word}.card-wrap-text .body-copy-primary.truncate-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card-wrap-text .body-copy-primary.truncate-text .sfx-btn-link{display:inline}.card-wrap-text .body-copy-primary .sfx-btn-link{font-weight:500;color:#82919f;position:absolute;bottom:0;right:0;background:#fff;display:none}.card-wrap-text .body-copy-primary .sfx-btn-link:before{content:\"...\"}.card-wrap-text .body-copy-primary .sfx-btn-link.hasLess{display:inline;position:relative}.card-wrap-text .body-copy-primary .sfx-btn-link.hasLess:before{content:\"\"}\n"], components: [{ type: i1.IconWrapperComponent, selector: "symphony-icon-wrapper", inputs: ["backgroundColor", "isInverse", "hasHoverWithoutBorder", "isDisabled"], outputs: ["clicked"] }, { type: i2.IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: i3.ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold", "fontSize", "fontWeight"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
48
48
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdditionalInformationCardComponent, decorators: [{
|
|
49
49
|
type: Component,
|
|
50
50
|
args: [{ selector: 'symphony-additional-information-card', encapsulation: ViewEncapsulation.None, template: "<div\n *ngIf=\"additionalInformationModel\"\n class=\"additional-information-card-item-wrapper\"\n>\n <div class=\"additional-information-card-icon\">\n <symphony-icon-wrapper\n [isInverse]=\"true\"\n [hasHoverWithoutBorder]=\"true\"\n [backgroundColor]=\"additionalInformationModel.iconWrapperColor\"\n >\n <symphony-icon\n [icon]=\"additionalInformationModel.icon\"\n [iconColor]=\"additionalInformationModel.iconInnerColor\"\n ></symphony-icon>\n </symphony-icon-wrapper>\n </div>\n\n <div>\n <div\n class=\"sfx-pb-10 sfx-font-bold\"\n *ngIf=\"\n additionalInformationModel.header &&\n additionalInformationModel.headerText\"\n >\n <symphony-paragraph\n >{{ additionalInformationModel.header }}:\n {{ additionalInformationModel.headerText }}</symphony-paragraph\n >\n </div>\n <div\n *ngFor=\"\n let information of additionalInformationModel.additionalInformation\n \"\n class=\"additional-information-card-description\"\n >\n <symphony-paragraph *ngIf=\"!information.showMore\" class=\"card-wrap-text\">\n <span class=\"sfx-pr-5 sfx-font-bold pull-left sfx-d-inline-block\"\n >{{ information.label }}:</span\n >\n <span>{{ information.text }}</span>\n </symphony-paragraph>\n <symphony-paragraph *ngIf=\"information.showMore\" class=\"card-wrap-text\">\n <span class=\"sfx-pr-5 sfx-font-bold pull-left sfx-d-inline-block\"\n >{{ information.label }}:</span\n >\n <span #contentHeight class=\"sfx-d-block\"\n >{{ information.text }}\n <a\n href=\"javascript:;\"\n *ngIf=\"hasMore\"\n class=\"sfx-btn-link\"\n (click)=\"onMoreClick()\"\n >more</a\n >\n <a\n href=\"javascript:;\"\n *ngIf=\"!hasMore\"\n class=\"sfx-btn-link hasLess\"\n (click)=\"onLessClick()\"\n >less</a\n >\n </span>\n </symphony-paragraph>\n </div>\n <a \n href=\"javascript:;\" \n *ngIf=\"additionalInformationModel.cancelInterviewLink\" \n (click)=\"onCancelInterviewLinkClicked()\"\n >{{additionalInformationModel.cancelInterviewLink}}\n </a>\n </div>\n</div>\n", styles: [".additional-information-card-item-wrapper{position:relative;width:100%;display:flex;padding-block:20px}.additional-information-card-item-wrapper div:last-child{flex:1}.additional-information-card-icon{display:inline-block;float:left;padding-right:15px}.additional-information-card-icon .si-feedback-maybe{position:relative;left:-1px;top:-1px}.additional-information-card-icon .si-feedback-yes{position:relative;top:-3px}.card-wrap-text{font-size:16px;word-break:break-word;position:relative}.card-wrap-text .body-copy-primary{word-break:break-word}.card-wrap-text .body-copy-primary.truncate-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.card-wrap-text .body-copy-primary.truncate-text .sfx-btn-link{display:inline}.card-wrap-text .body-copy-primary .sfx-btn-link{font-weight:500;color:#82919f;position:absolute;bottom:0;right:0;background:#fff;display:none}.card-wrap-text .body-copy-primary .sfx-btn-link:before{content:\"...\"}.card-wrap-text .body-copy-primary .sfx-btn-link.hasLess{display:inline;position:relative}.card-wrap-text .body-copy-primary .sfx-btn-link.hasLess:before{content:\"\"}\n"] }]
|
|
@@ -6,7 +6,7 @@ export class AdvertiseOrderReviewComponent {
|
|
|
6
6
|
constructor() { }
|
|
7
7
|
}
|
|
8
8
|
AdvertiseOrderReviewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdvertiseOrderReviewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
-
AdvertiseOrderReviewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: AdvertiseOrderReviewComponent, selector: "symphony-advertise-order-review", ngImport: i0, template: "<section class=\"advertise-review-wrap\">\n <div class=\"sfx-mb-20\">\n <symphony-h4>Please review your order for accuracy</symphony-h4>\n </div>\n <symphony-paragraph>Once you click <span class=\"sfx-font-bold\">Buy</span>, SmashFlyX will process the postings to the selected boards.</symphony-paragraph>\n</section>\n", styles: [""], components: [{ type: i1.H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: i2.ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }] });
|
|
9
|
+
AdvertiseOrderReviewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: AdvertiseOrderReviewComponent, selector: "symphony-advertise-order-review", ngImport: i0, template: "<section class=\"advertise-review-wrap\">\n <div class=\"sfx-mb-20\">\n <symphony-h4>Please review your order for accuracy</symphony-h4>\n </div>\n <symphony-paragraph>Once you click <span class=\"sfx-font-bold\">Buy</span>, SmashFlyX will process the postings to the selected boards.</symphony-paragraph>\n</section>\n", styles: [""], components: [{ type: i1.H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: i2.ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold", "fontSize", "fontWeight"] }] });
|
|
10
10
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AdvertiseOrderReviewComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
12
|
args: [{ selector: 'symphony-advertise-order-review', template: "<section class=\"advertise-review-wrap\">\n <div class=\"sfx-mb-20\">\n <symphony-h4>Please review your order for accuracy</symphony-h4>\n </div>\n <symphony-paragraph>Once you click <span class=\"sfx-font-bold\">Buy</span>, SmashFlyX will process the postings to the selected boards.</symphony-paragraph>\n</section>\n", styles: [""] }]
|
package/esm2020/projects/component-library/lib/molecules/candidate-item/candidate-item.component.mjs
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "../../atoms/input-checkbox/input-checkbox.component";
|
|
4
|
+
import * as i2 from "../../atoms/paragraph/paragraph.component";
|
|
5
|
+
import * as i3 from "../../atoms/status-pill/status-pill.component";
|
|
6
|
+
import * as i4 from "@angular/common";
|
|
7
|
+
export class CandidateItemComponent {
|
|
8
|
+
constructor() {
|
|
9
|
+
this.isSelected = false;
|
|
10
|
+
this.selectionChanged = new EventEmitter();
|
|
11
|
+
}
|
|
12
|
+
set candidate(candidate) {
|
|
13
|
+
this.candidateValue = candidate;
|
|
14
|
+
this.isSelected = !!candidate?.isSelected;
|
|
15
|
+
}
|
|
16
|
+
get candidate() {
|
|
17
|
+
return this.candidateValue;
|
|
18
|
+
}
|
|
19
|
+
handleRowClick() {
|
|
20
|
+
if (!this.candidate) {
|
|
21
|
+
return;
|
|
22
|
+
}
|
|
23
|
+
this.setSelection(!this.isSelected);
|
|
24
|
+
}
|
|
25
|
+
handleCheckboxClicked(event) {
|
|
26
|
+
if (!this.candidate) {
|
|
27
|
+
return;
|
|
28
|
+
}
|
|
29
|
+
this.setSelection(event.isActive);
|
|
30
|
+
}
|
|
31
|
+
setSelection(isActive) {
|
|
32
|
+
if (!this.candidate) {
|
|
33
|
+
return;
|
|
34
|
+
}
|
|
35
|
+
this.isSelected = isActive;
|
|
36
|
+
this.selectionChanged.emit({
|
|
37
|
+
isActive,
|
|
38
|
+
candidate: {
|
|
39
|
+
...this.candidate,
|
|
40
|
+
isSelected: isActive,
|
|
41
|
+
},
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
CandidateItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CandidateItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
46
|
+
CandidateItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: CandidateItemComponent, selector: "symphony-candidate-item", inputs: { candidate: "candidate" }, outputs: { selectionChanged: "selectionChanged" }, ngImport: i0, template: "<div class=\"sfx-candidate-item\" (click)=\"handleRowClick()\">\n <div class=\"sfx-candidate-item__checkbox\" (click)=\"$event.stopPropagation()\">\n <symphony-input-checkbox\n [isActive]=\"isSelected\"\n [isRequired]=\"false\"\n (clicked)=\"handleCheckboxClicked($event)\"\n ></symphony-input-checkbox>\n </div>\n\n <div class=\"sfx-candidate-item__details\">\n <symphony-paragraph\n class=\"sfx-candidate-item__name\"\n [text]=\"candidate?.name\"\n [fontSize]=\"'14px'\"\n [fontWeight]=\"500\"\n ></symphony-paragraph>\n <symphony-paragraph\n class=\"sfx-candidate-item__subtext\"\n [fontSize]=\"'13px'\"\n >\n <span class=\"sfx-candidate-item__email\">{{ candidate?.email }}</span>\n <span\n class=\"sfx-candidate-item__separator\"\n *ngIf=\"candidate?.email && candidate?.title\"\n > · </span>\n <span class=\"sfx-candidate-item__title\">{{ candidate?.title }}</span>\n </symphony-paragraph>\n </div>\n\n <div class=\"sfx-candidate-item__status\" *ngIf=\"candidate?.status\">\n <symphony-status-pill [statusPillModel]=\"candidate.status\"></symphony-status-pill>\n </div>\n</div>\n", styles: [".sfx-candidate-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer}.sfx-candidate-item__checkbox{flex-shrink:0;display:flex;align-items:center}.sfx-candidate-item__details{flex:1;min-width:0}.sfx-candidate-item__details .sfx-candidate-item__name,.sfx-candidate-item__details .sfx-candidate-item__subtext{display:block}.sfx-candidate-item__status{flex-shrink:0;margin-left:auto}.sfx-candidate-item:hover{background-color:#f9fafb}\n"], components: [{ type: i1.InputCheckboxComponent, selector: "symphony-input-checkbox", inputs: ["isActive", "label", "isRequired"], outputs: ["clicked"] }, { type: i2.ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold", "fontSize", "fontWeight"] }, { type: i3.StatusPillComponent, selector: "symphony-status-pill", inputs: ["statusPillModel"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
47
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: CandidateItemComponent, decorators: [{
|
|
48
|
+
type: Component,
|
|
49
|
+
args: [{ selector: 'symphony-candidate-item', template: "<div class=\"sfx-candidate-item\" (click)=\"handleRowClick()\">\n <div class=\"sfx-candidate-item__checkbox\" (click)=\"$event.stopPropagation()\">\n <symphony-input-checkbox\n [isActive]=\"isSelected\"\n [isRequired]=\"false\"\n (clicked)=\"handleCheckboxClicked($event)\"\n ></symphony-input-checkbox>\n </div>\n\n <div class=\"sfx-candidate-item__details\">\n <symphony-paragraph\n class=\"sfx-candidate-item__name\"\n [text]=\"candidate?.name\"\n [fontSize]=\"'14px'\"\n [fontWeight]=\"500\"\n ></symphony-paragraph>\n <symphony-paragraph\n class=\"sfx-candidate-item__subtext\"\n [fontSize]=\"'13px'\"\n >\n <span class=\"sfx-candidate-item__email\">{{ candidate?.email }}</span>\n <span\n class=\"sfx-candidate-item__separator\"\n *ngIf=\"candidate?.email && candidate?.title\"\n > · </span>\n <span class=\"sfx-candidate-item__title\">{{ candidate?.title }}</span>\n </symphony-paragraph>\n </div>\n\n <div class=\"sfx-candidate-item__status\" *ngIf=\"candidate?.status\">\n <symphony-status-pill [statusPillModel]=\"candidate.status\"></symphony-status-pill>\n </div>\n</div>\n", styles: [".sfx-candidate-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer}.sfx-candidate-item__checkbox{flex-shrink:0;display:flex;align-items:center}.sfx-candidate-item__details{flex:1;min-width:0}.sfx-candidate-item__details .sfx-candidate-item__name,.sfx-candidate-item__details .sfx-candidate-item__subtext{display:block}.sfx-candidate-item__status{flex-shrink:0;margin-left:auto}.sfx-candidate-item:hover{background-color:#f9fafb}\n"] }]
|
|
50
|
+
}], propDecorators: { candidate: [{
|
|
51
|
+
type: Input
|
|
52
|
+
}], selectionChanged: [{
|
|
53
|
+
type: Output
|
|
54
|
+
}] } });
|
|
55
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FuZGlkYXRlLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50LWxpYnJhcnkvc3JjL2xpYi9tb2xlY3VsZXMvY2FuZGlkYXRlLWl0ZW0vY2FuZGlkYXRlLWl0ZW0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50LWxpYnJhcnkvc3JjL2xpYi9tb2xlY3VsZXMvY2FuZGlkYXRlLWl0ZW0vY2FuZGlkYXRlLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7Ozs7O0FBUXZFLE1BQU0sT0FBTyxzQkFBc0I7SUFMbkM7UUFrQlMsZUFBVSxHQUFHLEtBQUssQ0FBQztRQUVoQixxQkFBZ0IsR0FBRyxJQUFJLFlBQVksRUFBK0IsQ0FBQztLQThCOUU7SUExQ0MsSUFDSSxTQUFTLENBQUMsU0FBeUM7UUFDckQsSUFBSSxDQUFDLGNBQWMsR0FBRyxTQUFTLENBQUM7UUFDaEMsSUFBSSxDQUFDLFVBQVUsR0FBRyxDQUFDLENBQUMsU0FBUyxFQUFFLFVBQVUsQ0FBQztJQUM1QyxDQUFDO0lBRUQsSUFBSSxTQUFTO1FBQ1gsT0FBTyxJQUFJLENBQUMsY0FBYyxDQUFDO0lBQzdCLENBQUM7SUFNRCxjQUFjO1FBQ1osSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLEVBQUU7WUFDbkIsT0FBTztTQUNSO1FBQ0QsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQztJQUN0QyxDQUFDO0lBRUQscUJBQXFCLENBQUMsS0FBMkM7UUFDL0QsSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLEVBQUU7WUFDbkIsT0FBTztTQUNSO1FBQ0QsSUFBSSxDQUFDLFlBQVksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDcEMsQ0FBQztJQUVPLFlBQVksQ0FBQyxRQUFpQjtRQUNwQyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRTtZQUNuQixPQUFPO1NBQ1I7UUFFRCxJQUFJLENBQUMsVUFBVSxHQUFHLFFBQVEsQ0FBQztRQUMzQixJQUFJLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxDQUFDO1lBQ3pCLFFBQVE7WUFDUixTQUFTLEVBQUU7Z0JBQ1QsR0FBRyxJQUFJLENBQUMsU0FBUztnQkFDakIsVUFBVSxFQUFFLFFBQVE7YUFDckI7U0FDRixDQUFDLENBQUM7SUFDTCxDQUFDOzttSEE1Q1Usc0JBQXNCO3VHQUF0QixzQkFBc0Isc0pDUm5DLDZyQ0FpQ0E7MkZEekJhLHNCQUFzQjtrQkFMbEMsU0FBUzsrQkFDRSx5QkFBeUI7OEJBUS9CLFNBQVM7c0JBRFosS0FBSztnQkFZSSxnQkFBZ0I7c0JBQXpCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ2FuZGlkYXRlSXRlbU1vZGVsLCBDYW5kaWRhdGVJdGVtU2VsZWN0aW9uRXZlbnQgfSBmcm9tICcuL2NhbmRpZGF0ZS1pdGVtLm1vZGVsJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnc3ltcGhvbnktY2FuZGlkYXRlLWl0ZW0nLFxuICB0ZW1wbGF0ZVVybDogJy4vY2FuZGlkYXRlLWl0ZW0uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9jYW5kaWRhdGUtaXRlbS5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBDYW5kaWRhdGVJdGVtQ29tcG9uZW50IHtcbiAgcHJpdmF0ZSBjYW5kaWRhdGVWYWx1ZT86IENhbmRpZGF0ZUl0ZW1Nb2RlbDtcblxuICBASW5wdXQoKVxuICBzZXQgY2FuZGlkYXRlKGNhbmRpZGF0ZTogQ2FuZGlkYXRlSXRlbU1vZGVsIHwgdW5kZWZpbmVkKSB7XG4gICAgdGhpcy5jYW5kaWRhdGVWYWx1ZSA9IGNhbmRpZGF0ZTtcbiAgICB0aGlzLmlzU2VsZWN0ZWQgPSAhIWNhbmRpZGF0ZT8uaXNTZWxlY3RlZDtcbiAgfVxuXG4gIGdldCBjYW5kaWRhdGUoKTogQ2FuZGlkYXRlSXRlbU1vZGVsIHwgdW5kZWZpbmVkIHtcbiAgICByZXR1cm4gdGhpcy5jYW5kaWRhdGVWYWx1ZTtcbiAgfVxuXG4gIHB1YmxpYyBpc1NlbGVjdGVkID0gZmFsc2U7XG5cbiAgQE91dHB1dCgpIHNlbGVjdGlvbkNoYW5nZWQgPSBuZXcgRXZlbnRFbWl0dGVyPENhbmRpZGF0ZUl0ZW1TZWxlY3Rpb25FdmVudD4oKTtcblxuICBoYW5kbGVSb3dDbGljaygpOiB2b2lkIHtcbiAgICBpZiAoIXRoaXMuY2FuZGlkYXRlKSB7XG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIHRoaXMuc2V0U2VsZWN0aW9uKCF0aGlzLmlzU2VsZWN0ZWQpO1xuICB9XG5cbiAgaGFuZGxlQ2hlY2tib3hDbGlja2VkKGV2ZW50OiB7IGlzQWN0aXZlOiBib29sZWFuOyBsYWJlbDogc3RyaW5nIH0pOiB2b2lkIHtcbiAgICBpZiAoIXRoaXMuY2FuZGlkYXRlKSB7XG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIHRoaXMuc2V0U2VsZWN0aW9uKGV2ZW50LmlzQWN0aXZlKTtcbiAgfVxuXG4gIHByaXZhdGUgc2V0U2VsZWN0aW9uKGlzQWN0aXZlOiBib29sZWFuKTogdm9pZCB7XG4gICAgaWYgKCF0aGlzLmNhbmRpZGF0ZSkge1xuICAgICAgcmV0dXJuO1xuICAgIH1cblxuICAgIHRoaXMuaXNTZWxlY3RlZCA9IGlzQWN0aXZlO1xuICAgIHRoaXMuc2VsZWN0aW9uQ2hhbmdlZC5lbWl0KHtcbiAgICAgIGlzQWN0aXZlLFxuICAgICAgY2FuZGlkYXRlOiB7XG4gICAgICAgIC4uLnRoaXMuY2FuZGlkYXRlLFxuICAgICAgICBpc1NlbGVjdGVkOiBpc0FjdGl2ZSxcbiAgICAgIH0sXG4gICAgfSk7XG4gIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJzZngtY2FuZGlkYXRlLWl0ZW1cIiAoY2xpY2spPVwiaGFuZGxlUm93Q2xpY2soKVwiPlxuICA8ZGl2IGNsYXNzPVwic2Z4LWNhbmRpZGF0ZS1pdGVtX19jaGVja2JveFwiIChjbGljayk9XCIkZXZlbnQuc3RvcFByb3BhZ2F0aW9uKClcIj5cbiAgICA8c3ltcGhvbnktaW5wdXQtY2hlY2tib3hcbiAgICAgIFtpc0FjdGl2ZV09XCJpc1NlbGVjdGVkXCJcbiAgICAgIFtpc1JlcXVpcmVkXT1cImZhbHNlXCJcbiAgICAgIChjbGlja2VkKT1cImhhbmRsZUNoZWNrYm94Q2xpY2tlZCgkZXZlbnQpXCJcbiAgICA+PC9zeW1waG9ueS1pbnB1dC1jaGVja2JveD5cbiAgPC9kaXY+XG5cbiAgPGRpdiBjbGFzcz1cInNmeC1jYW5kaWRhdGUtaXRlbV9fZGV0YWlsc1wiPlxuICAgIDxzeW1waG9ueS1wYXJhZ3JhcGhcbiAgICAgIGNsYXNzPVwic2Z4LWNhbmRpZGF0ZS1pdGVtX19uYW1lXCJcbiAgICAgIFt0ZXh0XT1cImNhbmRpZGF0ZT8ubmFtZVwiXG4gICAgICBbZm9udFNpemVdPVwiJzE0cHgnXCJcbiAgICAgIFtmb250V2VpZ2h0XT1cIjUwMFwiXG4gICAgPjwvc3ltcGhvbnktcGFyYWdyYXBoPlxuICAgIDxzeW1waG9ueS1wYXJhZ3JhcGhcbiAgICAgIGNsYXNzPVwic2Z4LWNhbmRpZGF0ZS1pdGVtX19zdWJ0ZXh0XCJcbiAgICAgIFtmb250U2l6ZV09XCInMTNweCdcIlxuICAgID5cbiAgICAgIDxzcGFuIGNsYXNzPVwic2Z4LWNhbmRpZGF0ZS1pdGVtX19lbWFpbFwiPnt7IGNhbmRpZGF0ZT8uZW1haWwgfX08L3NwYW4+XG4gICAgICA8c3BhblxuICAgICAgICBjbGFzcz1cInNmeC1jYW5kaWRhdGUtaXRlbV9fc2VwYXJhdG9yXCJcbiAgICAgICAgKm5nSWY9XCJjYW5kaWRhdGU/LmVtYWlsICYmIGNhbmRpZGF0ZT8udGl0bGVcIlxuICAgICAgPiZuYnNwOyZtaWRkb3Q7Jm5ic3A7PC9zcGFuPlxuICAgICAgPHNwYW4gY2xhc3M9XCJzZngtY2FuZGlkYXRlLWl0ZW1fX3RpdGxlXCI+e3sgY2FuZGlkYXRlPy50aXRsZSB9fTwvc3Bhbj5cbiAgICA8L3N5bXBob255LXBhcmFncmFwaD5cbiAgPC9kaXY+XG5cbiAgPGRpdiBjbGFzcz1cInNmeC1jYW5kaWRhdGUtaXRlbV9fc3RhdHVzXCIgKm5nSWY9XCJjYW5kaWRhdGU/LnN0YXR1c1wiPlxuICAgIDxzeW1waG9ueS1zdGF0dXMtcGlsbCBbc3RhdHVzUGlsbE1vZGVsXT1cImNhbmRpZGF0ZS5zdGF0dXNcIj48L3N5bXBob255LXN0YXR1cy1waWxsPlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
package/esm2020/projects/component-library/lib/molecules/candidate-item/candidate-item.model.mjs
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FuZGlkYXRlLWl0ZW0ubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnQtbGlicmFyeS9zcmMvbGliL21vbGVjdWxlcy9jYW5kaWRhdGUtaXRlbS9jYW5kaWRhdGUtaXRlbS5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgU3RhdHVzUGlsbE1vZGVsIH0gZnJvbSAnLi4vLi4vYXRvbXMvc3RhdHVzLXBpbGwvc3RhdHVzLXBpbGwubW9kZWwnO1xuXG5leHBvcnQgaW50ZXJmYWNlIENhbmRpZGF0ZUl0ZW1Nb2RlbCB7XG4gIGlkPzogc3RyaW5nO1xuICBuYW1lOiBzdHJpbmc7XG4gIGVtYWlsOiBzdHJpbmc7XG4gIHRpdGxlOiBzdHJpbmc7XG4gIGlzU2VsZWN0ZWQ/OiBib29sZWFuO1xuICBzdGF0dXM6IFN0YXR1c1BpbGxNb2RlbDtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBDYW5kaWRhdGVJdGVtU2VsZWN0aW9uRXZlbnQge1xuICBpc0FjdGl2ZTogYm9vbGVhbjtcbiAgY2FuZGlkYXRlOiBDYW5kaWRhdGVJdGVtTW9kZWw7XG59XG4iXX0=
|