@symphony-talent/component-library 4.172.0 → 4.174.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/atoms/grid/grid.component.mjs +2 -2
- package/esm2020/lib/molecules/filter-tabs/filter-tabs.model.mjs +1 -1
- package/esm2020/lib/molecules/filter-tabs-v2/filter-tabs.component.mjs +67 -0
- package/esm2020/lib/molecules/filter-tabs-v2/filter-tabs.model.mjs +2 -0
- package/esm2020/lib/molecules/filter-tabs-v2/filter-tabs.module.mjs +45 -0
- package/esm2020/lib/molecules/molecules.module.mjs +15 -8
- package/esm2020/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +2 -2
- package/esm2020/projects/component-library/lib/molecules/filter-tabs/filter-tabs.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/filter-tabs-v2/filter-tabs.component.mjs +67 -0
- package/esm2020/projects/component-library/lib/molecules/filter-tabs-v2/filter-tabs.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/filter-tabs-v2/filter-tabs.module.mjs +45 -0
- package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +15 -8
- package/esm2020/projects/component-library/lib/pages/settings-license-management/report-license-details-page/report-license-details-page.component.mjs +3 -3
- package/esm2020/projects/component-library/public-api.mjs +3 -1
- package/esm2020/public-api.mjs +3 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +107 -9
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +107 -9
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +107 -9
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +107 -9
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/molecules/filter-tabs/filter-tabs.model.d.ts +2 -0
- package/lib/molecules/filter-tabs-v2/filter-tabs.component.d.ts +23 -0
- package/lib/molecules/filter-tabs-v2/filter-tabs.model.d.ts +17 -0
- package/lib/molecules/filter-tabs-v2/filter-tabs.module.d.ts +14 -0
- package/lib/molecules/molecules.module.d.ts +4 -3
- package/package.json +1 -1
- package/projects/component-library/lib/molecules/filter-tabs/filter-tabs.model.d.ts +2 -0
- package/projects/component-library/lib/molecules/filter-tabs-v2/filter-tabs.component.d.ts +23 -0
- package/projects/component-library/lib/molecules/filter-tabs-v2/filter-tabs.model.d.ts +17 -0
- package/projects/component-library/lib/molecules/filter-tabs-v2/filter-tabs.module.d.ts +14 -0
- package/projects/component-library/lib/molecules/molecules.module.d.ts +4 -3
- package/projects/component-library/public-api.d.ts +2 -0
- package/public-api.d.ts +2 -0
|
@@ -921,10 +921,10 @@ class GridComponent {
|
|
|
921
921
|
}
|
|
922
922
|
}
|
|
923
923
|
GridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
924
|
-
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 .ag-theme-alpine .ag-row.ag-row-last{border-bottom:none}.show-moreOption-dropdown .ag-theme-alpine .ag-row.ag-row-hover.ag-row-last.ag-row-focus:after{content:\" \";display:inline-block;width:100%;height:200px;top:70px;position:absolute;background:transparent}\n"], components: [{ type: i1$3.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: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
924
|
+
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$3.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: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
925
925
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: GridComponent, decorators: [{
|
|
926
926
|
type: Component,
|
|
927
|
-
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 .ag-theme-alpine .ag-row.ag-row-last{border-bottom:none}.show-moreOption-dropdown .ag-theme-alpine .ag-row.ag-row-hover.ag-row-last.ag-row-focus
|
|
927
|
+
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"] }]
|
|
928
928
|
}], ctorParameters: function () { return []; }, propDecorators: { columnDefs: [{
|
|
929
929
|
type: Input
|
|
930
930
|
}], defaultColDef: [{
|
|
@@ -3895,6 +3895,98 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
3895
3895
|
}]
|
|
3896
3896
|
}] });
|
|
3897
3897
|
|
|
3898
|
+
class FilterTabsV2Component {
|
|
3899
|
+
constructor() {
|
|
3900
|
+
this.moreOptionClick = new EventEmitter();
|
|
3901
|
+
this.loadSearchClick = new EventEmitter();
|
|
3902
|
+
this.clearSearchClick = new EventEmitter();
|
|
3903
|
+
this.buttonClicked = new EventEmitter();
|
|
3904
|
+
this.tabSetClicked = new EventEmitter();
|
|
3905
|
+
this.tabSelectedClicked = new EventEmitter();
|
|
3906
|
+
}
|
|
3907
|
+
onItemClick(item) {
|
|
3908
|
+
this.moreOptionClick.emit(item);
|
|
3909
|
+
}
|
|
3910
|
+
onLoadSearchClick() {
|
|
3911
|
+
this.loadSearchClick.emit();
|
|
3912
|
+
}
|
|
3913
|
+
onClearSearchClick() {
|
|
3914
|
+
this.clearSearchClick.emit();
|
|
3915
|
+
}
|
|
3916
|
+
onButtonClick(text) {
|
|
3917
|
+
this.buttonClicked.emit(text);
|
|
3918
|
+
}
|
|
3919
|
+
onTabSelected() {
|
|
3920
|
+
this.tabSelectedClicked.emit(this.advancedSearchTabs);
|
|
3921
|
+
}
|
|
3922
|
+
onTabSetClick(event) {
|
|
3923
|
+
if (event.target.innerText === 'Basic Search' ||
|
|
3924
|
+
event.target.innerText === 'Advanced Search') {
|
|
3925
|
+
this.tabSetClicked.emit({
|
|
3926
|
+
basicSearchClicked: event.target.innerText === 'Basic Search',
|
|
3927
|
+
advancedSearchClicked: event.target.innerText === 'Advanced Search',
|
|
3928
|
+
});
|
|
3929
|
+
}
|
|
3930
|
+
}
|
|
3931
|
+
}
|
|
3932
|
+
FilterTabsV2Component.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterTabsV2Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3933
|
+
FilterTabsV2Component.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FilterTabsV2Component, selector: "symphony-filter-tabs-v2", inputs: { filterTabs: "filterTabs" }, outputs: { moreOptionClick: "moreOptionClick", loadSearchClick: "loadSearchClick", clearSearchClick: "clearSearchClick", buttonClicked: "buttonClicked", tabSetClicked: "tabSetClicked", tabSelectedClicked: "tabSelectedClicked" }, viewQueries: [{ propertyName: "advancedSearchTabs", first: true, predicate: ["advanceSearchTabs"], descendants: true }], ngImport: i0, template: "<section *ngIf=\"filterTabs\" class=\"sfx-tab-wrapper sfx-filter-tab-wrap\">\n <div class=\"tab-filter-actions\">\n <symphony-tooltip-wrapper\n [placement]=\"'top'\"\n [tooltipHtml]=\"'Last Search'\"\n [toolTipClass]=\"'toolTipV2'\"\n *ngIf=\"filterTabs.showLoadLastSearch\"\n >\n <symphony-icon-wrapper\n class=\"rotateY sfx-d-flex filter-action-icon\"\n [isInverse]=\"true\"\n [hasHoverWithoutBorder]=\"true\"\n [backgroundColor]=\"'#ffffff'\"\n (click)=\"onLoadSearchClick()\"\n >\n <symphony-icon\n [icon]=\"'si-refresh'\"\n [iconColor]=\"'#334860'\"\n ></symphony-icon>\n </symphony-icon-wrapper>\n </symphony-tooltip-wrapper>\n\n <symphony-tooltip-wrapper\n [placement]=\"'top'\"\n [tooltipHtml]=\"'Clear Search'\"\n [toolTipClass]=\"'toolTipV2'\"\n *ngIf=\"filterTabs.showClearSearch\"\n >\n <symphony-icon-wrapper\n class=\"filter-action-icon\"\n [isInverse]=\"true\"\n [hasHoverWithoutBorder]=\"true\"\n [backgroundColor]=\"'#ffffff'\"\n (click)=\"onClearSearchClick()\"\n >\n <symphony-icon\n [icon]=\"'si-search-clear'\"\n [iconColor]=\"'#334860'\"\n ></symphony-icon>\n </symphony-icon-wrapper>\n </symphony-tooltip-wrapper>\n\n <symphony-contextual-menu\n class=\"filter-action-icon\"\n [model]=\"filterTabs.moreActionsMenu\"\n (itemClick)=\"onItemClick($event)\"\n *ngIf=\"filterTabs.showMoreOptions\"\n >\n </symphony-contextual-menu>\n </div>\n <tabset (click)=\"onTabSetClick($event)\" #advanceSearchTabs>\n <tab\n [disabled]=\"filterTabs.basicSearchDisabled\"\n (selectTab)=\"onTabSelected()\"\n [heading]=\"'Basic Search'\"\n [active]=\"filterTabs.showBasicSearch\"\n ><div>\n <ng-content select=\"[basic-search-content]\"></ng-content>\n <div class=\"advance-search-footer sfx-mt-20\">\n <symphony-button-v2\n *ngIf=\"filterTabs.showClearResultsBtn\"\n id=\"basic-button-clear-result\"\n text=\"Clear\"\n [isSecondary]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button-v2>\n </div></div\n ></tab>\n <tab\n [disabled]=\"filterTabs.advanceSearchDisabled\"\n (selectTab)=\"onTabSelected()\"\n [heading]=\"'Advanced Search'\"\n [active]=\"filterTabs.showAdvanceSearch\"\n ><div>\n <ng-content select=\"[advanced-search-content]\"></ng-content>\n <div class=\"advance-search-footer sfx-mt-20\">\n <symphony-button-v2\n *ngIf=\"filterTabs.showSeeResultsBtn\"\n id=\"button-see-result\"\n text=\"SEE RESULTS\"\n [disabled]=\"filterTabs.seeResultsBtnDisabled\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button-v2>\n <symphony-button-v2\n *ngIf=\"filterTabs.showClearResultsBtn\"\n id=\"button-clear-result\"\n text=\"Clear\"\n [isSecondary]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button-v2>\n </div></div\n ></tab>\n <tab\n [disabled]=\"filterTabs.aiSearchDisabled\"\n (selectTab)=\"onTabSelected()\"\n [heading]=\"'AI Search'\"\n [active]=\"filterTabs.showAISearch\"\n ><div>\n <ng-content select=\"[ai-search-content]\"></ng-content>\n <div class=\"advance-search-footer sfx-mt-20\">\n <symphony-button-v2\n *ngIf=\"filterTabs.showSeeResultsBtn\"\n id=\"button-see-result\"\n text=\"SEE RESULTS\"\n [disabled]=\"filterTabs.seeResultsBtnDisabled\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button-v2>\n <symphony-button-v2\n *ngIf=\"filterTabs.showClearResultsBtn\"\n id=\"button-clear-result\"\n text=\"Clear\"\n [isSecondary]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button-v2>\n </div></div\n ></tab>\n </tabset>\n</section>\n", styles: [".sfx-filter-tab-wrap{background:#D2D8E5;border-radius:15px;padding:30px 30px 40px;position:relative}.sfx-filter-tab-wrap .tab-filter-actions{display:flex;position:absolute;top:30px;z-index:1;right:30px;gap:10px}.sfx-filter-tab-wrap .tab-filter-actions .rotateY{transform:rotateY(180deg)}.sfx-filter-tab-wrap .tab-filter-actions .filter-action-icon .icon-wrapper:hover{background-color:#f1f2f5!important}.sfx-filter-tab-wrap .tab-filter-actions .filter-action-icon .btn-group button.dropdown-toggle.btn{color:#334860}.sfx-filter-tab-wrap .tab-filter-actions .filter-action-icon .btn-group button.dropdown-toggle.btn:hover{background:#F1F2F5!important;color:#334860!important}.sfx-filter-tab-wrap .tab-filter-actions .filter-action-icon .btn-group.open button.dropdown-toggle.btn{background:#F1F2F5!important;color:#334860}.sfx-filter-tab-wrap .tab-filter-actions .filter-action-icon .btn-group.open button.dropdown-toggle.btn:hover{background:#F1F2F5!important;color:#334860!important}.sfx-filter-tab-wrap .tab-filter-actions .filter-action-icon .btn-group .dropdown-menu{min-width:170px;padding-top:10px;padding-bottom:10px}.sfx-filter-tab-wrap .tab-filter-actions .filter-action-icon .btn-group .dropdown-menu li a.dropdown-item{padding:8px 10px 8px 20px!important;line-height:20px!important;color:#000;font-weight:400!important}.sfx-filter-tab-wrap .tab-container ul.nav-tabs{margin-bottom:20px;border-bottom:1px solid #82919F!important}.sfx-filter-tab-wrap .tab-container ul.nav-tabs li{background-color:#d2d8e5!important;margin-bottom:0}.sfx-filter-tab-wrap .tab-container ul.nav-tabs li .nav-link{background-color:#d2d8e5!important;margin-bottom:0;padding-bottom:20px}.sfx-filter-tab-wrap .tab-container ul.nav-tabs li.active .nav-link{background-color:#d2d8e5!important}.sfx-filter-tab-wrap .tab-container ul.nav-tabs li.active:hover a{color:#712ace!important;cursor:pointer}.sfx-filter-tab-wrap .tab-container .v2 .btn-primary{border-color:#2b8ff3!important}.sfx-filter-tab-wrap .tab-container .v2 .btn-primary.btn.sb-sfx-btn{font-weight:500!important}.justify-flex-end{justify-content:flex-end}.advance-search-footer{display:flex;flex-direction:row-reverse;gap:15px}\n"], components: [{ type: TooltipWrapperComponent, selector: "symphony-tooltip-wrapper", inputs: ["placement", "tooltipHtml", "toolTipClass"] }, { type: IconWrapperComponent, selector: "symphony-icon-wrapper", inputs: ["backgroundColor", "isInverse", "hasHoverWithoutBorder"], outputs: ["clicked"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: ContextualMenuComponent, selector: "symphony-contextual-menu", inputs: ["model"], outputs: ["itemClick"] }, { type: i1$6.TabsetComponent, selector: "tabset", inputs: ["vertical", "justified", "type"] }, { type: ButtonV2Component, selector: "symphony-button-v2" }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$6.TabDirective, selector: "tab, [tab]", inputs: ["customClass", "active", "removable", "heading", "id", "disabled"], outputs: ["selectTab", "deselect", "removed"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
3934
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterTabsV2Component, decorators: [{
|
|
3935
|
+
type: Component,
|
|
3936
|
+
args: [{ selector: 'symphony-filter-tabs-v2', encapsulation: ViewEncapsulation.None, template: "<section *ngIf=\"filterTabs\" class=\"sfx-tab-wrapper sfx-filter-tab-wrap\">\n <div class=\"tab-filter-actions\">\n <symphony-tooltip-wrapper\n [placement]=\"'top'\"\n [tooltipHtml]=\"'Last Search'\"\n [toolTipClass]=\"'toolTipV2'\"\n *ngIf=\"filterTabs.showLoadLastSearch\"\n >\n <symphony-icon-wrapper\n class=\"rotateY sfx-d-flex filter-action-icon\"\n [isInverse]=\"true\"\n [hasHoverWithoutBorder]=\"true\"\n [backgroundColor]=\"'#ffffff'\"\n (click)=\"onLoadSearchClick()\"\n >\n <symphony-icon\n [icon]=\"'si-refresh'\"\n [iconColor]=\"'#334860'\"\n ></symphony-icon>\n </symphony-icon-wrapper>\n </symphony-tooltip-wrapper>\n\n <symphony-tooltip-wrapper\n [placement]=\"'top'\"\n [tooltipHtml]=\"'Clear Search'\"\n [toolTipClass]=\"'toolTipV2'\"\n *ngIf=\"filterTabs.showClearSearch\"\n >\n <symphony-icon-wrapper\n class=\"filter-action-icon\"\n [isInverse]=\"true\"\n [hasHoverWithoutBorder]=\"true\"\n [backgroundColor]=\"'#ffffff'\"\n (click)=\"onClearSearchClick()\"\n >\n <symphony-icon\n [icon]=\"'si-search-clear'\"\n [iconColor]=\"'#334860'\"\n ></symphony-icon>\n </symphony-icon-wrapper>\n </symphony-tooltip-wrapper>\n\n <symphony-contextual-menu\n class=\"filter-action-icon\"\n [model]=\"filterTabs.moreActionsMenu\"\n (itemClick)=\"onItemClick($event)\"\n *ngIf=\"filterTabs.showMoreOptions\"\n >\n </symphony-contextual-menu>\n </div>\n <tabset (click)=\"onTabSetClick($event)\" #advanceSearchTabs>\n <tab\n [disabled]=\"filterTabs.basicSearchDisabled\"\n (selectTab)=\"onTabSelected()\"\n [heading]=\"'Basic Search'\"\n [active]=\"filterTabs.showBasicSearch\"\n ><div>\n <ng-content select=\"[basic-search-content]\"></ng-content>\n <div class=\"advance-search-footer sfx-mt-20\">\n <symphony-button-v2\n *ngIf=\"filterTabs.showClearResultsBtn\"\n id=\"basic-button-clear-result\"\n text=\"Clear\"\n [isSecondary]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button-v2>\n </div></div\n ></tab>\n <tab\n [disabled]=\"filterTabs.advanceSearchDisabled\"\n (selectTab)=\"onTabSelected()\"\n [heading]=\"'Advanced Search'\"\n [active]=\"filterTabs.showAdvanceSearch\"\n ><div>\n <ng-content select=\"[advanced-search-content]\"></ng-content>\n <div class=\"advance-search-footer sfx-mt-20\">\n <symphony-button-v2\n *ngIf=\"filterTabs.showSeeResultsBtn\"\n id=\"button-see-result\"\n text=\"SEE RESULTS\"\n [disabled]=\"filterTabs.seeResultsBtnDisabled\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button-v2>\n <symphony-button-v2\n *ngIf=\"filterTabs.showClearResultsBtn\"\n id=\"button-clear-result\"\n text=\"Clear\"\n [isSecondary]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button-v2>\n </div></div\n ></tab>\n <tab\n [disabled]=\"filterTabs.aiSearchDisabled\"\n (selectTab)=\"onTabSelected()\"\n [heading]=\"'AI Search'\"\n [active]=\"filterTabs.showAISearch\"\n ><div>\n <ng-content select=\"[ai-search-content]\"></ng-content>\n <div class=\"advance-search-footer sfx-mt-20\">\n <symphony-button-v2\n *ngIf=\"filterTabs.showSeeResultsBtn\"\n id=\"button-see-result\"\n text=\"SEE RESULTS\"\n [disabled]=\"filterTabs.seeResultsBtnDisabled\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button-v2>\n <symphony-button-v2\n *ngIf=\"filterTabs.showClearResultsBtn\"\n id=\"button-clear-result\"\n text=\"Clear\"\n [isSecondary]=\"true\"\n (clicked)=\"onButtonClick($event)\"\n ></symphony-button-v2>\n </div></div\n ></tab>\n </tabset>\n</section>\n", styles: [".sfx-filter-tab-wrap{background:#D2D8E5;border-radius:15px;padding:30px 30px 40px;position:relative}.sfx-filter-tab-wrap .tab-filter-actions{display:flex;position:absolute;top:30px;z-index:1;right:30px;gap:10px}.sfx-filter-tab-wrap .tab-filter-actions .rotateY{transform:rotateY(180deg)}.sfx-filter-tab-wrap .tab-filter-actions .filter-action-icon .icon-wrapper:hover{background-color:#f1f2f5!important}.sfx-filter-tab-wrap .tab-filter-actions .filter-action-icon .btn-group button.dropdown-toggle.btn{color:#334860}.sfx-filter-tab-wrap .tab-filter-actions .filter-action-icon .btn-group button.dropdown-toggle.btn:hover{background:#F1F2F5!important;color:#334860!important}.sfx-filter-tab-wrap .tab-filter-actions .filter-action-icon .btn-group.open button.dropdown-toggle.btn{background:#F1F2F5!important;color:#334860}.sfx-filter-tab-wrap .tab-filter-actions .filter-action-icon .btn-group.open button.dropdown-toggle.btn:hover{background:#F1F2F5!important;color:#334860!important}.sfx-filter-tab-wrap .tab-filter-actions .filter-action-icon .btn-group .dropdown-menu{min-width:170px;padding-top:10px;padding-bottom:10px}.sfx-filter-tab-wrap .tab-filter-actions .filter-action-icon .btn-group .dropdown-menu li a.dropdown-item{padding:8px 10px 8px 20px!important;line-height:20px!important;color:#000;font-weight:400!important}.sfx-filter-tab-wrap .tab-container ul.nav-tabs{margin-bottom:20px;border-bottom:1px solid #82919F!important}.sfx-filter-tab-wrap .tab-container ul.nav-tabs li{background-color:#d2d8e5!important;margin-bottom:0}.sfx-filter-tab-wrap .tab-container ul.nav-tabs li .nav-link{background-color:#d2d8e5!important;margin-bottom:0;padding-bottom:20px}.sfx-filter-tab-wrap .tab-container ul.nav-tabs li.active .nav-link{background-color:#d2d8e5!important}.sfx-filter-tab-wrap .tab-container ul.nav-tabs li.active:hover a{color:#712ace!important;cursor:pointer}.sfx-filter-tab-wrap .tab-container .v2 .btn-primary{border-color:#2b8ff3!important}.sfx-filter-tab-wrap .tab-container .v2 .btn-primary.btn.sb-sfx-btn{font-weight:500!important}.justify-flex-end{justify-content:flex-end}.advance-search-footer{display:flex;flex-direction:row-reverse;gap:15px}\n"] }]
|
|
3937
|
+
}], ctorParameters: function () { return []; }, propDecorators: { filterTabs: [{
|
|
3938
|
+
type: Input
|
|
3939
|
+
}], moreOptionClick: [{
|
|
3940
|
+
type: Output
|
|
3941
|
+
}], loadSearchClick: [{
|
|
3942
|
+
type: Output
|
|
3943
|
+
}], clearSearchClick: [{
|
|
3944
|
+
type: Output
|
|
3945
|
+
}], buttonClicked: [{
|
|
3946
|
+
type: Output
|
|
3947
|
+
}], tabSetClicked: [{
|
|
3948
|
+
type: Output
|
|
3949
|
+
}], tabSelectedClicked: [{
|
|
3950
|
+
type: Output
|
|
3951
|
+
}], advancedSearchTabs: [{
|
|
3952
|
+
type: ViewChild,
|
|
3953
|
+
args: ['advanceSearchTabs']
|
|
3954
|
+
}] } });
|
|
3955
|
+
|
|
3956
|
+
class FilterTabsV2Module {
|
|
3957
|
+
}
|
|
3958
|
+
FilterTabsV2Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterTabsV2Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3959
|
+
FilterTabsV2Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterTabsV2Module, declarations: [FilterTabsV2Component], imports: [CommonModule, i1$6.TabsModule, IconWrapperModule,
|
|
3960
|
+
TooltipWrapperModule,
|
|
3961
|
+
IconModule,
|
|
3962
|
+
ContextualMenuModule,
|
|
3963
|
+
ButtonV2Module], exports: [FilterTabsV2Component] });
|
|
3964
|
+
FilterTabsV2Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterTabsV2Module, imports: [[
|
|
3965
|
+
CommonModule,
|
|
3966
|
+
TabsModule.forRoot(),
|
|
3967
|
+
IconWrapperModule,
|
|
3968
|
+
TooltipWrapperModule,
|
|
3969
|
+
IconModule,
|
|
3970
|
+
ContextualMenuModule,
|
|
3971
|
+
ButtonV2Module,
|
|
3972
|
+
]] });
|
|
3973
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FilterTabsV2Module, decorators: [{
|
|
3974
|
+
type: NgModule,
|
|
3975
|
+
args: [{
|
|
3976
|
+
declarations: [FilterTabsV2Component],
|
|
3977
|
+
imports: [
|
|
3978
|
+
CommonModule,
|
|
3979
|
+
TabsModule.forRoot(),
|
|
3980
|
+
IconWrapperModule,
|
|
3981
|
+
TooltipWrapperModule,
|
|
3982
|
+
IconModule,
|
|
3983
|
+
ContextualMenuModule,
|
|
3984
|
+
ButtonV2Module,
|
|
3985
|
+
],
|
|
3986
|
+
exports: [FilterTabsV2Component],
|
|
3987
|
+
}]
|
|
3988
|
+
}] });
|
|
3989
|
+
|
|
3898
3990
|
class FilterDetailTreeComponent {
|
|
3899
3991
|
constructor() { }
|
|
3900
3992
|
}
|
|
@@ -4211,9 +4303,11 @@ MoleculesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
4211
4303
|
LabelledToggleListModule,
|
|
4212
4304
|
ChatHistoryMessageItemModule,
|
|
4213
4305
|
FilterTabsModule,
|
|
4306
|
+
FilterTabsV2Module,
|
|
4214
4307
|
FilterDetailTreeModule], exports: [PillsModule,
|
|
4215
4308
|
BreadcrumbModule,
|
|
4216
4309
|
FeedbackCardModule,
|
|
4310
|
+
FilterTabsV2Module,
|
|
4217
4311
|
DocumentManagementItemModule,
|
|
4218
4312
|
PhaserCardModule,
|
|
4219
4313
|
SettingsDetailNavigationItemModule] });
|
|
@@ -4246,10 +4340,12 @@ MoleculesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
4246
4340
|
LabelledToggleListModule,
|
|
4247
4341
|
ChatHistoryMessageItemModule,
|
|
4248
4342
|
FilterTabsModule,
|
|
4249
|
-
|
|
4343
|
+
FilterTabsV2Module,
|
|
4344
|
+
FilterDetailTreeModule,
|
|
4250
4345
|
], PillsModule,
|
|
4251
4346
|
BreadcrumbModule,
|
|
4252
4347
|
FeedbackCardModule,
|
|
4348
|
+
FilterTabsV2Module,
|
|
4253
4349
|
DocumentManagementItemModule,
|
|
4254
4350
|
PhaserCardModule,
|
|
4255
4351
|
SettingsDetailNavigationItemModule] });
|
|
@@ -4261,9 +4357,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
4261
4357
|
PillsModule,
|
|
4262
4358
|
BreadcrumbModule,
|
|
4263
4359
|
FeedbackCardModule,
|
|
4360
|
+
FilterTabsV2Module,
|
|
4264
4361
|
DocumentManagementItemModule,
|
|
4265
4362
|
PhaserCardModule,
|
|
4266
|
-
SettingsDetailNavigationItemModule
|
|
4363
|
+
SettingsDetailNavigationItemModule,
|
|
4267
4364
|
],
|
|
4268
4365
|
imports: [
|
|
4269
4366
|
CommonModule,
|
|
@@ -4294,8 +4391,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
4294
4391
|
LabelledToggleListModule,
|
|
4295
4392
|
ChatHistoryMessageItemModule,
|
|
4296
4393
|
FilterTabsModule,
|
|
4297
|
-
|
|
4298
|
-
|
|
4394
|
+
FilterTabsV2Module,
|
|
4395
|
+
FilterDetailTreeModule,
|
|
4396
|
+
],
|
|
4299
4397
|
}]
|
|
4300
4398
|
}] });
|
|
4301
4399
|
|
|
@@ -9683,10 +9781,10 @@ class ReportLicenseDetailsPageComponent {
|
|
|
9683
9781
|
}
|
|
9684
9782
|
}
|
|
9685
9783
|
ReportLicenseDetailsPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9686
|
-
ReportLicenseDetailsPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ReportLicenseDetailsPageComponent, selector: "symphony-report-license-details-page", inputs: { reportLicenseModel: "reportLicenseModel", isLoadingLicensePage: "isLoadingLicensePage", errorPageState: "errorPageState" }, outputs: { keywordSearchChange: "keywordSearchChange", statusFilterChange: "statusFilterChange", modifiedFilterChange: "modifiedFilterChange" }, ngImport: i0, template: "<section class = \"report-license-container\" *ngIf=\"reportLicenseModel && !isLoadingLicensePage\">\n<div *ngIf=\"reportLicenseModel.statusCard\" class=\"row mb-space\">\n<div *ngFor=\"let card of reportLicenseModel.statusCard\" class=\"col-md-3 card-space\">\n <symphony-status-card [statusCardModel]=\"card\"></symphony-status-card>\n</div>\n</div>\n<div *ngIf=\"reportLicenseModel.showFilters\" class=\"filter-area-section mb-space\">\n <div *ngIf=\"reportLicenseModel.showSearchBox\" class=\"wd-100\">\n <symphony-input-text\n filter-one\n [label]=\"'Keyword'\"\n [placeholder]=\"'Enter Search Value'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"true\"\n (textChange)=\"onKeywordSearch($event)\"\n>\n</symphony-input-text>\n </div>\n <div *ngIf=\"reportLicenseModel.statusDropdown\" class=\"wd-100\">\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"reportLicenseModel.statusDropdown\"\n (selectItem)=\"onStatusFilterChange($event)\">\n </symphony-input-dropdown>\n </div>\n <div *ngIf=\"reportLicenseModel.lastModifiedDropdown\" class=\"wd-100\">\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"reportLicenseModel.lastModifiedDropdown\"\n (selectItem)=\"onModifiedFilterChange($event)\">\n </symphony-input-dropdown>\n </div>\n</div>\n<div *ngIf=\"reportLicenseModel.formattedCounterModel?.count\" class=\"fl-right mb-space\">\n <symphony-formatted-counter [model]=\"reportLicenseModel.formattedCounterModel\"></symphony-formatted-counter>\n</div>\n<div class=\"grid-clear grid-with-dropdown show-moreOption-dropdown\">\n<symphony-grid\n #sfxgrid\n sfx-grid\n [columnDefs]=\"reportLicenseModel.grid.columnDefs\"\n [defaultColDef]=\"reportLicenseModel.grid.defaultColumnDef\"\n [rowData]=\"reportLicenseModel.grid.rowData\"\n [pageSize]=\"reportLicenseModel.grid.pageSize\"\n [onGridReadyFunction]=\"reportLicenseModel.grid.onGridReadyFunction\"\n [rowModelType]=\"reportLicenseModel.grid.rowModelType\"\n [hasNoPaddingleft]=\"true\"\n [suppressRowClickSelection]=\"true\"\n [rowClassRules]=\"reportLicenseModel.grid.rowClassRules\"\n [gridContextMenu]=\"true\"\n></symphony-grid>\n</div>\n</section>\n<symphony-sfx-loader *ngIf=\"isLoadingLicensePage\"></symphony-sfx-loader>\n\n<symphony-sfx-loader\n *ngIf=\"errorPageState && !isLoadingLicensePage\"\n>\n <symphony-paragraph\n custom-message\n class=\"sfx-mb-20 sfx-mt-20 sfx-d-block text-center\"\n >Loading this page is taking longer than expected.<br />Try to reload it or come back later.</symphony-paragraph\n >\n</symphony-sfx-loader>\n", styles: [".report-license-container{padding:10px}.filter-area-section{background:#D2D8E5;padding:1.875rem 2.5rem .9375rem;border-radius:.9375rem;display:flex;width:100%}.mb-space{margin-bottom:2rem}.card-space{margin-bottom:1rem}.fl-right{float:right}.grid-clear{clear:both}.wd-100{width:100%}\n"], components: [{ type: StatusCardComponent, selector: "symphony-status-card", inputs: ["statusCardModel"] }, { type: InputTextComponent, selector: "symphony-input-text", inputs: ["placeholder", "icon", "label", "isInverse", "size", "value", "maxlength", "isDisabled", "textInfo", "textLink", "textClick", "isLabelView"], outputs: ["textChange"] }, { type: InputDropdownComponent, selector: "symphony-input-dropdown", inputs: ["inputDropdownListModel", "disableBtn", "isInverse", "isRequired"], outputs: ["selectItem", "clearSelection"] }, { type: FormattedCounterComponent, selector: "symphony-formatted-counter", inputs: ["model"] }, { type: GridComponent, selector: "symphony-grid", inputs: ["columnDefs", "defaultColDef", "rowData", "onGridReadyFunction", "pageSize", "rowModelType", "suppressRowClickSelection", "rowSelectionMode", "hasNoPaddingleft", "isGridColPinnedLeft", "isServerSideGroup", "getServerSideGroupKey", "autoGroupColumnDef", "treeData", "getDataPath", "rowClassRules", "gridContextMenu", "hasSorting"], outputs: ["sortChanged", "cellClick"] }, { type: SfxLoaderComponent, selector: "symphony-sfx-loader", inputs: ["leftStyle", "message", "hasCustomMessage"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
9784
|
+
ReportLicenseDetailsPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ReportLicenseDetailsPageComponent, selector: "symphony-report-license-details-page", inputs: { reportLicenseModel: "reportLicenseModel", isLoadingLicensePage: "isLoadingLicensePage", errorPageState: "errorPageState" }, outputs: { keywordSearchChange: "keywordSearchChange", statusFilterChange: "statusFilterChange", modifiedFilterChange: "modifiedFilterChange" }, ngImport: i0, template: "<section class = \"report-license-container\" *ngIf=\"reportLicenseModel && !isLoadingLicensePage\">\n<div *ngIf=\"reportLicenseModel.statusCard\" class=\"row mb-space\">\n<div *ngFor=\"let card of reportLicenseModel.statusCard\" class=\"col-md-3 card-space\">\n <symphony-status-card [statusCardModel]=\"card\"></symphony-status-card>\n</div>\n</div>\n<div *ngIf=\"reportLicenseModel.showFilters\" class=\"filter-area-section mb-space\">\n <div *ngIf=\"reportLicenseModel.showSearchBox\" class=\"wd-100\">\n <symphony-input-text\n filter-one\n [label]=\"'Keyword'\"\n [placeholder]=\"'Enter Search Value'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"true\"\n (textChange)=\"onKeywordSearch($event)\"\n>\n</symphony-input-text>\n </div>\n <div *ngIf=\"reportLicenseModel.statusDropdown\" class=\"wd-100\">\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"reportLicenseModel.statusDropdown\"\n (selectItem)=\"onStatusFilterChange($event)\">\n </symphony-input-dropdown>\n </div>\n <div *ngIf=\"reportLicenseModel.lastModifiedDropdown\" class=\"wd-100\">\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"reportLicenseModel.lastModifiedDropdown\"\n (selectItem)=\"onModifiedFilterChange($event)\">\n </symphony-input-dropdown>\n </div>\n</div>\n<div *ngIf=\"reportLicenseModel.formattedCounterModel?.count\" class=\"fl-right mb-space\">\n <symphony-formatted-counter [model]=\"reportLicenseModel.formattedCounterModel\"></symphony-formatted-counter>\n</div>\n<div class=\"grid-clear grid-with-dropdown show-moreOption-dropdown-top\">\n<symphony-grid\n #sfxgrid\n sfx-grid\n [columnDefs]=\"reportLicenseModel.grid.columnDefs\"\n [defaultColDef]=\"reportLicenseModel.grid.defaultColumnDef\"\n [rowData]=\"reportLicenseModel.grid.rowData\"\n [pageSize]=\"reportLicenseModel.grid.pageSize\"\n [onGridReadyFunction]=\"reportLicenseModel.grid.onGridReadyFunction\"\n [rowModelType]=\"reportLicenseModel.grid.rowModelType\"\n [hasNoPaddingleft]=\"true\"\n [suppressRowClickSelection]=\"true\"\n [rowClassRules]=\"reportLicenseModel.grid.rowClassRules\"\n [gridContextMenu]=\"true\"\n></symphony-grid>\n</div>\n</section>\n<symphony-sfx-loader *ngIf=\"isLoadingLicensePage\"></symphony-sfx-loader>\n\n<symphony-sfx-loader\n *ngIf=\"errorPageState && !isLoadingLicensePage\"\n>\n <symphony-paragraph\n custom-message\n class=\"sfx-mb-20 sfx-mt-20 sfx-d-block text-center\"\n >Loading this page is taking longer than expected.<br />Try to reload it or come back later.</symphony-paragraph\n >\n</symphony-sfx-loader>\n", styles: [".report-license-container{padding:10px}.filter-area-section{background:#D2D8E5;padding:1.875rem 2.5rem .9375rem;border-radius:.9375rem;display:flex;width:100%}.mb-space{margin-bottom:2rem}.card-space{margin-bottom:1rem}.fl-right{float:right}.grid-clear{clear:both}.wd-100{width:100%}\n"], components: [{ type: StatusCardComponent, selector: "symphony-status-card", inputs: ["statusCardModel"] }, { type: InputTextComponent, selector: "symphony-input-text", inputs: ["placeholder", "icon", "label", "isInverse", "size", "value", "maxlength", "isDisabled", "textInfo", "textLink", "textClick", "isLabelView"], outputs: ["textChange"] }, { type: InputDropdownComponent, selector: "symphony-input-dropdown", inputs: ["inputDropdownListModel", "disableBtn", "isInverse", "isRequired"], outputs: ["selectItem", "clearSelection"] }, { type: FormattedCounterComponent, selector: "symphony-formatted-counter", inputs: ["model"] }, { type: GridComponent, selector: "symphony-grid", inputs: ["columnDefs", "defaultColDef", "rowData", "onGridReadyFunction", "pageSize", "rowModelType", "suppressRowClickSelection", "rowSelectionMode", "hasNoPaddingleft", "isGridColPinnedLeft", "isServerSideGroup", "getServerSideGroupKey", "autoGroupColumnDef", "treeData", "getDataPath", "rowClassRules", "gridContextMenu", "hasSorting"], outputs: ["sortChanged", "cellClick"] }, { type: SfxLoaderComponent, selector: "symphony-sfx-loader", inputs: ["leftStyle", "message", "hasCustomMessage"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary", "isFontBold"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
9687
9785
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ReportLicenseDetailsPageComponent, decorators: [{
|
|
9688
9786
|
type: Component,
|
|
9689
|
-
args: [{ selector: 'symphony-report-license-details-page', template: "<section class = \"report-license-container\" *ngIf=\"reportLicenseModel && !isLoadingLicensePage\">\n<div *ngIf=\"reportLicenseModel.statusCard\" class=\"row mb-space\">\n<div *ngFor=\"let card of reportLicenseModel.statusCard\" class=\"col-md-3 card-space\">\n <symphony-status-card [statusCardModel]=\"card\"></symphony-status-card>\n</div>\n</div>\n<div *ngIf=\"reportLicenseModel.showFilters\" class=\"filter-area-section mb-space\">\n <div *ngIf=\"reportLicenseModel.showSearchBox\" class=\"wd-100\">\n <symphony-input-text\n filter-one\n [label]=\"'Keyword'\"\n [placeholder]=\"'Enter Search Value'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"true\"\n (textChange)=\"onKeywordSearch($event)\"\n>\n</symphony-input-text>\n </div>\n <div *ngIf=\"reportLicenseModel.statusDropdown\" class=\"wd-100\">\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"reportLicenseModel.statusDropdown\"\n (selectItem)=\"onStatusFilterChange($event)\">\n </symphony-input-dropdown>\n </div>\n <div *ngIf=\"reportLicenseModel.lastModifiedDropdown\" class=\"wd-100\">\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"reportLicenseModel.lastModifiedDropdown\"\n (selectItem)=\"onModifiedFilterChange($event)\">\n </symphony-input-dropdown>\n </div>\n</div>\n<div *ngIf=\"reportLicenseModel.formattedCounterModel?.count\" class=\"fl-right mb-space\">\n <symphony-formatted-counter [model]=\"reportLicenseModel.formattedCounterModel\"></symphony-formatted-counter>\n</div>\n<div class=\"grid-clear grid-with-dropdown show-moreOption-dropdown\">\n<symphony-grid\n #sfxgrid\n sfx-grid\n [columnDefs]=\"reportLicenseModel.grid.columnDefs\"\n [defaultColDef]=\"reportLicenseModel.grid.defaultColumnDef\"\n [rowData]=\"reportLicenseModel.grid.rowData\"\n [pageSize]=\"reportLicenseModel.grid.pageSize\"\n [onGridReadyFunction]=\"reportLicenseModel.grid.onGridReadyFunction\"\n [rowModelType]=\"reportLicenseModel.grid.rowModelType\"\n [hasNoPaddingleft]=\"true\"\n [suppressRowClickSelection]=\"true\"\n [rowClassRules]=\"reportLicenseModel.grid.rowClassRules\"\n [gridContextMenu]=\"true\"\n></symphony-grid>\n</div>\n</section>\n<symphony-sfx-loader *ngIf=\"isLoadingLicensePage\"></symphony-sfx-loader>\n\n<symphony-sfx-loader\n *ngIf=\"errorPageState && !isLoadingLicensePage\"\n>\n <symphony-paragraph\n custom-message\n class=\"sfx-mb-20 sfx-mt-20 sfx-d-block text-center\"\n >Loading this page is taking longer than expected.<br />Try to reload it or come back later.</symphony-paragraph\n >\n</symphony-sfx-loader>\n", styles: [".report-license-container{padding:10px}.filter-area-section{background:#D2D8E5;padding:1.875rem 2.5rem .9375rem;border-radius:.9375rem;display:flex;width:100%}.mb-space{margin-bottom:2rem}.card-space{margin-bottom:1rem}.fl-right{float:right}.grid-clear{clear:both}.wd-100{width:100%}\n"] }]
|
|
9787
|
+
args: [{ selector: 'symphony-report-license-details-page', template: "<section class = \"report-license-container\" *ngIf=\"reportLicenseModel && !isLoadingLicensePage\">\n<div *ngIf=\"reportLicenseModel.statusCard\" class=\"row mb-space\">\n<div *ngFor=\"let card of reportLicenseModel.statusCard\" class=\"col-md-3 card-space\">\n <symphony-status-card [statusCardModel]=\"card\"></symphony-status-card>\n</div>\n</div>\n<div *ngIf=\"reportLicenseModel.showFilters\" class=\"filter-area-section mb-space\">\n <div *ngIf=\"reportLicenseModel.showSearchBox\" class=\"wd-100\">\n <symphony-input-text\n filter-one\n [label]=\"'Keyword'\"\n [placeholder]=\"'Enter Search Value'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"true\"\n (textChange)=\"onKeywordSearch($event)\"\n>\n</symphony-input-text>\n </div>\n <div *ngIf=\"reportLicenseModel.statusDropdown\" class=\"wd-100\">\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"reportLicenseModel.statusDropdown\"\n (selectItem)=\"onStatusFilterChange($event)\">\n </symphony-input-dropdown>\n </div>\n <div *ngIf=\"reportLicenseModel.lastModifiedDropdown\" class=\"wd-100\">\n <symphony-input-dropdown\n filter-one\n [isInverse]=\"true\"\n [inputDropdownListModel]=\"reportLicenseModel.lastModifiedDropdown\"\n (selectItem)=\"onModifiedFilterChange($event)\">\n </symphony-input-dropdown>\n </div>\n</div>\n<div *ngIf=\"reportLicenseModel.formattedCounterModel?.count\" class=\"fl-right mb-space\">\n <symphony-formatted-counter [model]=\"reportLicenseModel.formattedCounterModel\"></symphony-formatted-counter>\n</div>\n<div class=\"grid-clear grid-with-dropdown show-moreOption-dropdown-top\">\n<symphony-grid\n #sfxgrid\n sfx-grid\n [columnDefs]=\"reportLicenseModel.grid.columnDefs\"\n [defaultColDef]=\"reportLicenseModel.grid.defaultColumnDef\"\n [rowData]=\"reportLicenseModel.grid.rowData\"\n [pageSize]=\"reportLicenseModel.grid.pageSize\"\n [onGridReadyFunction]=\"reportLicenseModel.grid.onGridReadyFunction\"\n [rowModelType]=\"reportLicenseModel.grid.rowModelType\"\n [hasNoPaddingleft]=\"true\"\n [suppressRowClickSelection]=\"true\"\n [rowClassRules]=\"reportLicenseModel.grid.rowClassRules\"\n [gridContextMenu]=\"true\"\n></symphony-grid>\n</div>\n</section>\n<symphony-sfx-loader *ngIf=\"isLoadingLicensePage\"></symphony-sfx-loader>\n\n<symphony-sfx-loader\n *ngIf=\"errorPageState && !isLoadingLicensePage\"\n>\n <symphony-paragraph\n custom-message\n class=\"sfx-mb-20 sfx-mt-20 sfx-d-block text-center\"\n >Loading this page is taking longer than expected.<br />Try to reload it or come back later.</symphony-paragraph\n >\n</symphony-sfx-loader>\n", styles: [".report-license-container{padding:10px}.filter-area-section{background:#D2D8E5;padding:1.875rem 2.5rem .9375rem;border-radius:.9375rem;display:flex;width:100%}.mb-space{margin-bottom:2rem}.card-space{margin-bottom:1rem}.fl-right{float:right}.grid-clear{clear:both}.wd-100{width:100%}\n"] }]
|
|
9690
9788
|
}], ctorParameters: function () { return []; }, propDecorators: { reportLicenseModel: [{
|
|
9691
9789
|
type: Input
|
|
9692
9790
|
}], isLoadingLicensePage: [{
|
|
@@ -10019,5 +10117,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
10019
10117
|
* Generated bundle index. Do not edit.
|
|
10020
10118
|
*/
|
|
10021
10119
|
|
|
10022
|
-
export { ActionBarComponent, ActionBarJobListComponent, ActionBarJobListModule, ActionBarModule, ActionBarSelectionCounterComponent, ActionBarSelectionCounterModule, ActivityScoreLevel, AdditionModalComponent, AdditionModalModule, AdditionalInformationCardListComponent, AdditionalInformationCardListModule, AdvanceFilterSelectedCounterComponent, AdvanceFilterSelectedCounterModule, AdvanceSearchModalComponent, AdvanceSearchModalModule, AdvertiseModalComponent, AdvertiseModalModule, AdvertisedJobPostingsListPageComponent, AdvertisedJobPostingsListPageModule, AdvertisedJobPostingsModalComponent, AdvertisedJobPostingsModalModule, AdvertisedJobsCostComponent, AdvertisedJobsCostModule, AlertDuration, AssignToUserModalComponent, AssignToUserModalModule, AssignedToWidgetComponent, AssignedToWidgetModule, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, BulkImportAdminListPageComponent, BulkImportAdminListPageModule, ButtonComponent, ButtonDropdownComponent, ButtonDropdownModule, ButtonModule, ButtonV2Component, ButtonV2Module, ButtonWithIconComponent, ButtonWithIconModule, CapitalizeFirstCharacterPipe, CardComponent, CardListComponent, CardListModule, CardModule, CharacterCounterComponent, CharacterCounterModule, ChatHistoryDateStampComponent, ChatHistoryDateStampModule, ChatHistoryMessageAvatarComponent, ChatHistoryMessageAvatarModule, ChatHistoryMessageBubbleComponent, ChatHistoryMessageBubbleModule, ChatHistoryMessageItemComponent, ChatHistoryMessageItemModule, ChatHistoryMessageListComponent, ChatHistoryMessageListModule, ChatbotHistoryModalComponent, ChatbotHistoryModalModule, ColorNames, ColoredTextIndicatorComponent, ColoredTextIndicatorModule, ConfirmationModalComponent, ConfirmationModalModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, DocumentManagementItemComponent, DocumentManagementItemModule, DocumentManagementListComponent, DocumentManagementListModule, DomainWhitelistingPartialPageComponent, DomainWhitelistingPartialPageModule, EditableSettingItemComponent, EditableSettingItemListComponent, EditableSettingItemListModule, EditableSettingItemModule, EditableSettingKey, EditableSettingPartialPageComponent, EditableSettingPartialPageModule, EmailValidator, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackDetailPageComponent, FeedbackDetailPageModule, FeedbackListPageComponent, FeedbackListPageModule, FeedbackLoginModalComponent, FeedbackLoginModalModule, FeedbackRequestListPageComponent, FeedbackRequestListPageModule, FeedbackSettingDetailsPageComponent, FeedbackSettingDetailsPageModule, FileUploadComponent, FileUploadModule, FileUploadV2Component, FileUploadV2Module, FilterAreaComponent, FilterAreaModule, FilterDetailComponent, FilterDetailModule, FilterDetailTreeComponent, FilterDetailTreeModule, FilterTabsComponent, FilterTabsModule, FormattedCounterComponent, FormattedCounterModule, FrameworkModule, GenerateLicenseModalComponent, GenerateLicenseModalModule, GridActionBarV2Component, GridActionBarV2Module, GridActionsComponent, GridActionsModule, GridCellClickableComponent, GridCellClickableModule, GridCellLoaderModule, GridComponent, GridControlsComponent, GridControlsModule, GridDownloadComponent, GridDownloadModule, GridLoadingCellComponent, GridModule, GridNoRowsOverlayComponent, GridNoRowsOverlayModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWithTooltipComponent, IconWithTooltipModule, IconWrapperComponent, IconWrapperModule, Icons, InformationModalComponent, InformationModalModule, InputCheckboxComponent, InputCheckboxListComponent, InputCheckboxListModule, InputCheckboxModule, InputChipsComponent, InputChipsModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputFileUploadComponent, InputFileUploadModule, InputLimitedTextComponent, InputLimitedTextModule, InputNumberComponent, InputNumberModule, InputRadioComponent, InputRadioModule, InputRadioToggleComponent, InputRadioToggleModule, InputSearchCheckboxDropdownComponent, InputSearchCheckboxDropdownModule, InputTextComponent, InputTextModule, InputTextareaComponent, InputTextareaModule, InputToggleComponent, InputToggleModule, JobListPageComponent, JobListPageModule, LibrariesPageComponent, LibrariesPageModule, LinkedinPremiumJobPostingsModalComponent, LinkedinPremiumJobPostingsModalModule, MoleculesModule, MultiSelectDataModule, MultiselectSearchCheckbox, NavigationLinkComponent, NavigationLinkModule, NotificationsComponent, NotificationsModule, OrganismsModule, OverflowTextComponent, OverflowTextModule, OverflowTextTooltipComponent, OverflowTextTooltipModule, ParagraphComponent, ParagraphModule, PartialPages, PhaserCardComponent, PhaserCardModule, PhaserComponent, PhaserModule, PillComponent, PillModule, PillsComponent, PillsModule, PipeModule, RelevanceScoreComponent, RelevanceScoreModule, ReportLicenseDetailsPageComponent, ReportLicenseDetailsPageModule, ReportsCardComponent, ReportsCardListComponent, ReportsCardListModule, ReportsCardModule, ReportsPageComponent, ReportsPageModule, ScheduleInterviewModalComponent, ScheduleInterviewModalModule, SettingDetailPageComponent, SettingDetailPageModule, SettingListPageComponent, SettingListPageModule, SettingsDetailNavigationItemComponent, SettingsDetailNavigationItemModule, SettingsDetailNavigationListComponent, SettingsDetailNavigationListModule, SettingsLicenseManagementComponent, SettingsLicenseManagementModule, SettingsReportManagementComponent, SettingsReportManagementModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, SidebarNavigationComponent, SidebarNavigationModule, SidebarNavigationV2Component, SidebarNavigationV2Module, SmsUsageReportPageComponent, SmsUsageReportPageModule, StatusCardComponent, StatusCardModule, StatusIndicatorComponent, StatusIndicatorModule, StatusPillComponent, StatusPillModule, SymphonyModalComponent, SymphonyModalModule, TabsComponent, TabsModules, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
|
|
10120
|
+
export { ActionBarComponent, ActionBarJobListComponent, ActionBarJobListModule, ActionBarModule, ActionBarSelectionCounterComponent, ActionBarSelectionCounterModule, ActivityScoreLevel, AdditionModalComponent, AdditionModalModule, AdditionalInformationCardListComponent, AdditionalInformationCardListModule, AdvanceFilterSelectedCounterComponent, AdvanceFilterSelectedCounterModule, AdvanceSearchModalComponent, AdvanceSearchModalModule, AdvertiseModalComponent, AdvertiseModalModule, AdvertisedJobPostingsListPageComponent, AdvertisedJobPostingsListPageModule, AdvertisedJobPostingsModalComponent, AdvertisedJobPostingsModalModule, AdvertisedJobsCostComponent, AdvertisedJobsCostModule, AlertDuration, AssignToUserModalComponent, AssignToUserModalModule, AssignedToWidgetComponent, AssignedToWidgetModule, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, BulkImportAdminListPageComponent, BulkImportAdminListPageModule, ButtonComponent, ButtonDropdownComponent, ButtonDropdownModule, ButtonModule, ButtonV2Component, ButtonV2Module, ButtonWithIconComponent, ButtonWithIconModule, CapitalizeFirstCharacterPipe, CardComponent, CardListComponent, CardListModule, CardModule, CharacterCounterComponent, CharacterCounterModule, ChatHistoryDateStampComponent, ChatHistoryDateStampModule, ChatHistoryMessageAvatarComponent, ChatHistoryMessageAvatarModule, ChatHistoryMessageBubbleComponent, ChatHistoryMessageBubbleModule, ChatHistoryMessageItemComponent, ChatHistoryMessageItemModule, ChatHistoryMessageListComponent, ChatHistoryMessageListModule, ChatbotHistoryModalComponent, ChatbotHistoryModalModule, ColorNames, ColoredTextIndicatorComponent, ColoredTextIndicatorModule, ConfirmationModalComponent, ConfirmationModalModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, DocumentManagementItemComponent, DocumentManagementItemModule, DocumentManagementListComponent, DocumentManagementListModule, DomainWhitelistingPartialPageComponent, DomainWhitelistingPartialPageModule, EditableSettingItemComponent, EditableSettingItemListComponent, EditableSettingItemListModule, EditableSettingItemModule, EditableSettingKey, EditableSettingPartialPageComponent, EditableSettingPartialPageModule, EmailValidator, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackDetailPageComponent, FeedbackDetailPageModule, FeedbackListPageComponent, FeedbackListPageModule, FeedbackLoginModalComponent, FeedbackLoginModalModule, FeedbackRequestListPageComponent, FeedbackRequestListPageModule, FeedbackSettingDetailsPageComponent, FeedbackSettingDetailsPageModule, FileUploadComponent, FileUploadModule, FileUploadV2Component, FileUploadV2Module, FilterAreaComponent, FilterAreaModule, FilterDetailComponent, FilterDetailModule, FilterDetailTreeComponent, FilterDetailTreeModule, FilterTabsComponent, FilterTabsModule, FilterTabsV2Component, FilterTabsV2Module, FormattedCounterComponent, FormattedCounterModule, FrameworkModule, GenerateLicenseModalComponent, GenerateLicenseModalModule, GridActionBarV2Component, GridActionBarV2Module, GridActionsComponent, GridActionsModule, GridCellClickableComponent, GridCellClickableModule, GridCellLoaderModule, GridComponent, GridControlsComponent, GridControlsModule, GridDownloadComponent, GridDownloadModule, GridLoadingCellComponent, GridModule, GridNoRowsOverlayComponent, GridNoRowsOverlayModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWithTooltipComponent, IconWithTooltipModule, IconWrapperComponent, IconWrapperModule, Icons, InformationModalComponent, InformationModalModule, InputCheckboxComponent, InputCheckboxListComponent, InputCheckboxListModule, InputCheckboxModule, InputChipsComponent, InputChipsModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputFileUploadComponent, InputFileUploadModule, InputLimitedTextComponent, InputLimitedTextModule, InputNumberComponent, InputNumberModule, InputRadioComponent, InputRadioModule, InputRadioToggleComponent, InputRadioToggleModule, InputSearchCheckboxDropdownComponent, InputSearchCheckboxDropdownModule, InputTextComponent, InputTextModule, InputTextareaComponent, InputTextareaModule, InputToggleComponent, InputToggleModule, JobListPageComponent, JobListPageModule, LibrariesPageComponent, LibrariesPageModule, LinkedinPremiumJobPostingsModalComponent, LinkedinPremiumJobPostingsModalModule, MoleculesModule, MultiSelectDataModule, MultiselectSearchCheckbox, NavigationLinkComponent, NavigationLinkModule, NotificationsComponent, NotificationsModule, OrganismsModule, OverflowTextComponent, OverflowTextModule, OverflowTextTooltipComponent, OverflowTextTooltipModule, ParagraphComponent, ParagraphModule, PartialPages, PhaserCardComponent, PhaserCardModule, PhaserComponent, PhaserModule, PillComponent, PillModule, PillsComponent, PillsModule, PipeModule, RelevanceScoreComponent, RelevanceScoreModule, ReportLicenseDetailsPageComponent, ReportLicenseDetailsPageModule, ReportsCardComponent, ReportsCardListComponent, ReportsCardListModule, ReportsCardModule, ReportsPageComponent, ReportsPageModule, ScheduleInterviewModalComponent, ScheduleInterviewModalModule, SettingDetailPageComponent, SettingDetailPageModule, SettingListPageComponent, SettingListPageModule, SettingsDetailNavigationItemComponent, SettingsDetailNavigationItemModule, SettingsDetailNavigationListComponent, SettingsDetailNavigationListModule, SettingsLicenseManagementComponent, SettingsLicenseManagementModule, SettingsReportManagementComponent, SettingsReportManagementModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, SidebarNavigationComponent, SidebarNavigationModule, SidebarNavigationV2Component, SidebarNavigationV2Module, SmsUsageReportPageComponent, SmsUsageReportPageModule, StatusCardComponent, StatusCardModule, StatusIndicatorComponent, StatusIndicatorModule, StatusPillComponent, StatusPillModule, SymphonyModalComponent, SymphonyModalModule, TabsComponent, TabsModules, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
|
|
10023
10121
|
//# sourceMappingURL=symphony-talent-component-library.mjs.map
|