@huntsman-cancer-institute/cod 17.0.6 → 17.0.8
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/esm2022/cod.module.mjs +4 -4
- package/esm2022/components/attribute-absolute.component.mjs +3 -3
- package/esm2022/components/attribute-base.mjs +3 -3
- package/esm2022/components/attribute-container.component.mjs +6 -6
- package/esm2022/components/attribute-default.component.mjs +266 -266
- package/esm2022/components/attribute-edit.component.mjs +3 -3
- package/esm2022/components/attribute-flex.component.mjs +3 -3
- package/esm2022/date/date-util.mjs +3 -3
- package/esm2022/pipes/is-group-attribute.pipe.mjs +3 -3
- package/esm2022/services/attribute.service.mjs +3 -3
- package/fesm2022/huntsman-cancer-institute-cod.mjs +295 -295
- package/fesm2022/huntsman-cancer-institute-cod.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -45,10 +45,10 @@ class IsGroupAttributePipe {
|
|
|
45
45
|
}
|
|
46
46
|
});
|
|
47
47
|
}
|
|
48
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1
|
|
49
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1
|
|
48
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: IsGroupAttributePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
49
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: IsGroupAttributePipe, name: "isGroupAttribute", pure: false }); }
|
|
50
50
|
}
|
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: IsGroupAttributePipe, decorators: [{
|
|
52
52
|
type: Pipe,
|
|
53
53
|
args: [{
|
|
54
54
|
name: "isGroupAttribute",
|
|
@@ -1252,10 +1252,10 @@ class AttributeService {
|
|
|
1252
1252
|
getUniqueId() {
|
|
1253
1253
|
return --this.uniqueId;
|
|
1254
1254
|
}
|
|
1255
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1
|
|
1256
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1
|
|
1255
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AttributeService, deps: [{ token: i1.DictionaryService }, { token: i2.HttpClient }, { token: i3.Router }, { token: ATTRIBUTE_ENDPOINT }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1256
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AttributeService }); }
|
|
1257
1257
|
}
|
|
1258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1
|
|
1258
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AttributeService, decorators: [{
|
|
1259
1259
|
type: Injectable
|
|
1260
1260
|
}], ctorParameters: () => [{ type: i1.DictionaryService }, { type: i2.HttpClient }, { type: i3.Router }, { type: undefined, decorators: [{
|
|
1261
1261
|
type: Inject,
|
|
@@ -1311,10 +1311,10 @@ class DateUtil {
|
|
|
1311
1311
|
}
|
|
1312
1312
|
return newDate.getTime();
|
|
1313
1313
|
}
|
|
1314
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1
|
|
1315
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1
|
|
1314
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: DateUtil, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1315
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: DateUtil }); }
|
|
1316
1316
|
}
|
|
1317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1
|
|
1317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: DateUtil, decorators: [{
|
|
1318
1318
|
type: Injectable
|
|
1319
1319
|
}] });
|
|
1320
1320
|
|
|
@@ -1845,10 +1845,10 @@ class AttributeBase {
|
|
|
1845
1845
|
}
|
|
1846
1846
|
return "";
|
|
1847
1847
|
}
|
|
1848
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1
|
|
1849
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1
|
|
1848
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AttributeBase, deps: [{ token: AttributeService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2$1.NgbModal }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1849
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.1", type: AttributeBase, selector: "hci-attribute-base", inputs: { attribute: "attribute", internalValues: "internalValues", editInline: "editInline", groupAttributeRowId: "groupAttributeRowId" }, outputs: { resortColumns: "resortColumns" }, viewQueries: [{ propertyName: "inputRef", first: true, predicate: ["inputRef"], descendants: true }, { propertyName: "nativeSelectRef", first: true, predicate: ["nativeSelectRef"], descendants: true }], ngImport: i0 }); }
|
|
1850
1850
|
}
|
|
1851
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1
|
|
1851
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AttributeBase, decorators: [{
|
|
1852
1852
|
type: Directive,
|
|
1853
1853
|
args: [{
|
|
1854
1854
|
selector: "hci-attribute-base"
|
|
@@ -1883,8 +1883,8 @@ class AttributeEditComponent extends AttributeBase {
|
|
|
1883
1883
|
init() {
|
|
1884
1884
|
super.init();
|
|
1885
1885
|
}
|
|
1886
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1
|
|
1887
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1
|
|
1886
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AttributeEditComponent, deps: [{ token: AttributeService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2$1.NgbModal }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1887
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: AttributeEditComponent, selector: "hci-attribute-edit", usesInheritance: true, ngImport: i0, template: `
|
|
1888
1888
|
<!-- String -->
|
|
1889
1889
|
<ng-container *ngIf="attribute.codeAttributeDataType === 'S'">
|
|
1890
1890
|
<div #attributeRef
|
|
@@ -2206,7 +2206,7 @@ class AttributeEditComponent extends AttributeBase {
|
|
|
2206
2206
|
</ng-template>
|
|
2207
2207
|
`, isInline: true, styles: [".hci-cod button.mat-icon-button.mat-button-base{height:20px;width:20px;line-height:unset}.btn-ga{padding:0;height:18px;width:18px}.ga-icon{font-size:.9em;vertical-align:top}.hci-cod .mat-datepicker-toggle-default-icon{height:20px;width:20px}\n"], dependencies: [{ kind: "component", type: i3$1.AgGridAngular, selector: "ag-grid-angular", inputs: ["gridOptions", "modules", "statusBar", "sideBar", "suppressContextMenu", "preventDefaultOnContextMenu", "allowContextMenuWithControlKey", "suppressMenuHide", "enableBrowserTooltips", "tooltipShowDelay", "tooltipHideDelay", "tooltipMouseTrack", "popupParent", "copyHeadersToClipboard", "copyGroupHeadersToClipboard", "clipboardDelimiter", "suppressCopyRowsToClipboard", "suppressCopySingleCellRanges", "suppressLastEmptyLineOnPaste", "suppressClipboardPaste", "suppressClipboardApi", "columnDefs", "defaultColDef", "defaultColGroupDef", "columnTypes", "maintainColumnOrder", "suppressFieldDotNotation", "deltaColumnMode", "applyColumnDefOrder", "immutableColumns", "suppressSetColumnStateEvents", "suppressColumnStateEvents", "colWidth", "minColWidth", "maxColWidth", "headerHeight", "groupHeaderHeight", "floatingFiltersHeight", "pivotHeaderHeight", "pivotGroupHeaderHeight", "allowDragFromColumnsToolPanel", "suppressMovableColumns", "suppressColumnMoveAnimation", "suppressDragLeaveHidesColumns", "suppressRowGroupHidesColumns", "colResizeDefault", "suppressAutoSize", "autoSizePadding", "skipHeaderOnAutoSize", "components", "frameworkComponents", "editType", "singleClickEdit", "suppressClickEdit", "readOnlyEdit", "stopEditingWhenCellsLoseFocus", "enterMovesDown", "enterMovesDownAfterEdit", "enableCellEditingOnBackspace", "undoRedoCellEditing", "undoRedoCellEditingLimit", "stopEditingWhenGridLosesFocus", "defaultCsvExportParams", "suppressCsvExport", "defaultExcelExportParams", "suppressExcelExport", "excelStyles", "defaultExportParams", "quickFilterText", "cacheQuickFilter", "excludeChildrenWhenTreeDataFiltering", "enableCharts", "chartThemes", "customChartThemes", "chartThemeOverrides", "enableChartToolPanelsButton", "chartToolPanelsDef", "loadingCellRenderer", "loadingCellRendererFramework", "loadingCellRendererParams", "loadingCellRendererSelector", "localeText", "masterDetail", "keepDetailRows", "keepDetailRowsCount", "detailCellRenderer", "detailCellRendererFramework", "detailCellRendererParams", "detailRowHeight", "detailRowAutoHeight", "context", "alignedGrids", "tabIndex", "rowBuffer", "valueCache", "valueCacheNeverExpires", "enableCellExpressions", "suppressParentsInRowNodes", "suppressTouch", "suppressFocusAfterRefresh", "suppressAsyncEvents", "suppressBrowserResizeObserver", "suppressPropertyNamesCheck", "suppressChangeDetection", "debug", "overlayLoadingTemplate", "loadingOverlayComponent", "loadingOverlayComponentFramework", "loadingOverlayComponentParams", "suppressLoadingOverlay", "overlayNoRowsTemplate", "noRowsOverlayComponent", "noRowsOverlayComponentFramework", "noRowsOverlayComponentParams", "suppressNoRowsOverlay", "pagination", "paginationPageSize", "paginationAutoPageSize", "paginateChildRows", "suppressPaginationPanel", "pivotMode", "pivotPanelShow", "pivotColumnGroupTotals", "pivotRowTotals", "pivotSuppressAutoColumn", "suppressExpandablePivotGroups", "functionsReadOnly", "aggFuncs", "suppressAggFuncInHeader", "suppressAggAtRootLevel", "aggregateOnlyChangedColumns", "suppressAggFilteredOnly", "removePivotHeaderRowWhenSingleValueColumn", "animateRows", "enableCellChangeFlash", "cellFlashDelay", "cellFadeDelay", "allowShowChangeAfterFilter", "domLayout", "ensureDomOrder", "enableRtl", "suppressColumnVirtualisation", "suppressMaxRenderedRowRestriction", "suppressRowVirtualisation", "rowDragManaged", "suppressRowDrag", "suppressMoveWhenRowDragging", "rowDragEntireRow", "rowDragMultiRow", "rowDragText", "fullWidthCellRenderer", "fullWidthCellRendererFramework", "fullWidthCellRendererParams", "embedFullWidthRows", "deprecatedEmbedFullWidthRows", "groupDisplayType", "groupDefaultExpanded", "autoGroupColumnDef", "groupMaintainOrder", "groupSelectsChildren", "groupAggFiltering", "groupIncludeFooter", "groupIncludeTotalFooter", "groupSuppressBlankHeader", "groupSelectsFiltered", "showOpenedGroup", "groupRemoveSingleChildren", "groupRemoveLowestSingleChildren", "groupHideOpenParents", "rowGroupPanelShow", "groupRowRenderer", "groupRowRendererFramework", "groupRowRendererParams", "suppressMakeColumnVisibleAfterUnGroup", "treeData", "rowGroupPanelSuppressSort", "groupRowsSticky", "groupRowInnerRenderer", "groupRowInnerRendererFramework", "groupMultiAutoColumn", "groupUseEntireRow", "groupSuppressAutoColumn", "rememberGroupStateWhenNewData", "pinnedTopRowData", "pinnedBottomRowData", "rowModelType", "rowData", "immutableData", "asyncTransactionWaitMillis", "suppressModelUpdateAfterUpdateTransaction", "deltaRowDataMode", "batchUpdateWaitMillis", "datasource", "cacheOverflowSize", "infiniteInitialRowCount", "serverSideInitialRowCount", "serverSideStoreType", "serverSideInfiniteScroll", "cacheBlockSize", "maxBlocksInCache", "maxConcurrentDatasourceRequests", "blockLoadDebounceMillis", "purgeClosedRowNodes", "serverSideDatasource", "serverSideSortAllLevels", "serverSideFilterAllLevels", "serverSideSortOnServer", "serverSideFilterOnServer", "serverSideSortingAlwaysResets", "serverSideFilteringAlwaysResets", "suppressEnterpriseResetOnNewColumns", "viewportDatasource", "viewportRowModelPageSize", "viewportRowModelBufferSize", "alwaysShowHorizontalScroll", "alwaysShowVerticalScroll", "debounceVerticalScrollbar", "suppressHorizontalScroll", "suppressScrollOnNewData", "suppressScrollWhenPopupsAreOpen", "suppressAnimationFrame", "suppressMiddleClickScrolls", "suppressPreventDefaultOnMouseWheel", "scrollbarWidth", "rowSelection", "rowMultiSelectWithClick", "suppressRowDeselection", "suppressRowClickSelection", "suppressCellSelection", "suppressCellFocus", "suppressMultiRangeSelection", "enableCellTextSelection", "enableRangeSelection", "enableRangeHandle", "enableFillHandle", "fillHandleDirection", "suppressClearOnFillReduction", "sortingOrder", "accentedSort", "unSortIcon", "suppressMultiSort", "alwaysMultiSort", "multiSortKey", "suppressMaintainUnsortedOrder", "icons", "rowHeight", "rowStyle", "rowClass", "rowClassRules", "suppressRowHoverHighlight", "suppressRowTransform", "columnHoverHighlight", "deltaSort", "treeDataDisplayType", "angularCompileRows", "angularCompileFilters", "functionsPassive", "enableGroupEdit", "getContextMenuItems", "getMainMenuItems", "postProcessPopup", "processCellForClipboard", "processHeaderForClipboard", "processGroupHeaderForClipboard", "processCellFromClipboard", "sendToClipboard", "processDataFromClipboard", "isExternalFilterPresent", "doesExternalFilterPass", "getChartToolbarItems", "createChartContainer", "navigateToNextHeader", "tabToNextHeader", "navigateToNextCell", "tabToNextCell", "suppressKeyboardEvent", "localeTextFunc", "getLocaleText", "getDocument", "paginationNumberFormatter", "groupRowAggNodes", "getGroupRowAgg", "isGroupOpenByDefault", "initialGroupOrderComparator", "defaultGroupOrderComparator", "processSecondaryColDef", "processSecondaryColGroupDef", "processPivotResultColDef", "processPivotResultColGroupDef", "getDataPath", "defaultGroupSortComparator", "getChildCount", "getServerSideGroupLevelParams", "getServerSideStoreParams", "isServerSideGroupOpenByDefault", "isApplyServerSideTransaction", "isServerSideGroup", "getServerSideGroupKey", "getBusinessKeyForNode", "getRowNodeId", "getRowId", "resetRowDataOnUpdate", "processRowPostCreate", "isRowSelectable", "isRowMaster", "fillOperation", "postSort", "postSortRows", "getRowStyle", "getRowClass", "getRowHeight", "isFullWidthCell", "isFullWidthRow"], outputs: ["toolPanelVisibleChanged", "toolPanelSizeChanged", "pasteStart", "pasteEnd", "columnVisible", "columnPinned", "columnResized", "columnMoved", "columnValueChanged", "columnPivotModeChanged", "columnPivotChanged", "columnGroupOpened", "newColumnsLoaded", "gridColumnsChanged", "displayedColumnsChanged", "virtualColumnsChanged", "columnEverythingChanged", "componentStateChanged", "cellValueChanged", "cellEditRequest", "rowValueChanged", "cellEditingStarted", "cellEditingStopped", "rowEditingStarted", "rowEditingStopped", "filterOpened", "filterChanged", "filterModified", "chartCreated", "chartRangeSelectionChanged", "chartOptionsChanged", "chartDestroyed", "cellKeyDown", "cellKeyPress", "gridReady", "firstDataRendered", "gridSizeChanged", "modelUpdated", "virtualRowRemoved", "viewportChanged", "bodyScroll", "bodyScrollEnd", "dragStarted", "dragStopped", "paginationChanged", "rowDragEnter", "rowDragMove", "rowDragLeave", "rowDragEnd", "columnRowGroupChanged", "rowGroupOpened", "expandOrCollapseAll", "pinnedRowDataChanged", "rowDataChanged", "rowDataUpdated", "asyncTransactionsFlushed", "cellClicked", "cellDoubleClicked", "cellFocused", "cellMouseOver", "cellMouseOut", "cellMouseDown", "rowClicked", "rowDoubleClicked", "rowSelected", "selectionChanged", "cellContextMenu", "rangeSelectionChanged", "sortChanged", "columnRowGroupChangeRequest", "columnPivotChangeRequest", "columnValueChangeRequest", "columnAggFuncChangeRequest"] }, { kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i5.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i5.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", 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]" }, { kind: "directive", type: i5.NumberValueAccessor, selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]" }, { kind: "directive", type: i5.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i6.MatDatepicker, selector: "mat-datepicker", exportAs: ["matDatepicker"] }, { kind: "directive", type: i6.MatDatepickerInput, selector: "input[matDatepicker]", inputs: ["matDatepicker", "min", "max", "matDatepickerFilter"], exportAs: ["matDatepickerInput"] }, { kind: "component", type: i6.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }, { kind: "component", type: i7.NgxMatDatetimepicker, selector: "ngx-mat-datetime-picker", exportAs: ["ngxMatDatetimePicker"] }, { kind: "directive", type: i7.NgxMatDatepickerInput, selector: "input[ngxMatDatetimePicker]", inputs: ["ngxMatDatetimePicker", "min", "max", "matDatepickerFilter"], exportAs: ["ngxMatDatepickerInput"] }, { kind: "component", type: AttributeEditComponent, selector: "hci-attribute-edit" }] }); }
|
|
2208
2208
|
}
|
|
2209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1
|
|
2209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AttributeEditComponent, decorators: [{
|
|
2210
2210
|
type: Component,
|
|
2211
2211
|
args: [{ selector: "hci-attribute-edit", template: `
|
|
2212
2212
|
<!-- String -->
|
|
@@ -2609,8 +2609,8 @@ class AttributeAbsoluteComponent extends AttributeBase {
|
|
|
2609
2609
|
this.renderer.removeClass(this.elementRef.nativeElement, "e-resize");
|
|
2610
2610
|
this.renderer.removeClass(this.elementRef.nativeElement, "n-resize");
|
|
2611
2611
|
}
|
|
2612
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1
|
|
2613
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1
|
|
2612
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AttributeAbsoluteComponent, deps: [{ token: AttributeService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2$1.NgbModal }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2613
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: AttributeAbsoluteComponent, selector: "hci-attribute-absolute", viewQueries: [{ propertyName: "nativeSelectComponent", first: true, predicate: ["nativeSelectRef"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
|
|
2614
2614
|
<div class="drag-select" style=""></div>
|
|
2615
2615
|
|
|
2616
2616
|
<!-- Line -->
|
|
@@ -2983,7 +2983,7 @@ class AttributeAbsoluteComponent extends AttributeBase {
|
|
|
2983
2983
|
</ng-template>
|
|
2984
2984
|
`, isInline: true, styles: [".hci-cod button.mat-icon-button.mat-button-base{height:20px;width:20px;line-height:unset}.btn-ga{padding:0;height:18px;width:18px}.ga-icon{font-size:.9em;vertical-align:top}.hci-cod .mat-datepicker-toggle-default-icon{height:20px;width:20px}\n"], dependencies: [{ kind: "component", type: i3$1.AgGridAngular, selector: "ag-grid-angular", inputs: ["gridOptions", "modules", "statusBar", "sideBar", "suppressContextMenu", "preventDefaultOnContextMenu", "allowContextMenuWithControlKey", "suppressMenuHide", "enableBrowserTooltips", "tooltipShowDelay", "tooltipHideDelay", "tooltipMouseTrack", "popupParent", "copyHeadersToClipboard", "copyGroupHeadersToClipboard", "clipboardDelimiter", "suppressCopyRowsToClipboard", "suppressCopySingleCellRanges", "suppressLastEmptyLineOnPaste", "suppressClipboardPaste", "suppressClipboardApi", "columnDefs", "defaultColDef", "defaultColGroupDef", "columnTypes", "maintainColumnOrder", "suppressFieldDotNotation", "deltaColumnMode", "applyColumnDefOrder", "immutableColumns", "suppressSetColumnStateEvents", "suppressColumnStateEvents", "colWidth", "minColWidth", "maxColWidth", "headerHeight", "groupHeaderHeight", "floatingFiltersHeight", "pivotHeaderHeight", "pivotGroupHeaderHeight", "allowDragFromColumnsToolPanel", "suppressMovableColumns", "suppressColumnMoveAnimation", "suppressDragLeaveHidesColumns", "suppressRowGroupHidesColumns", "colResizeDefault", "suppressAutoSize", "autoSizePadding", "skipHeaderOnAutoSize", "components", "frameworkComponents", "editType", "singleClickEdit", "suppressClickEdit", "readOnlyEdit", "stopEditingWhenCellsLoseFocus", "enterMovesDown", "enterMovesDownAfterEdit", "enableCellEditingOnBackspace", "undoRedoCellEditing", "undoRedoCellEditingLimit", "stopEditingWhenGridLosesFocus", "defaultCsvExportParams", "suppressCsvExport", "defaultExcelExportParams", "suppressExcelExport", "excelStyles", "defaultExportParams", "quickFilterText", "cacheQuickFilter", "excludeChildrenWhenTreeDataFiltering", "enableCharts", "chartThemes", "customChartThemes", "chartThemeOverrides", "enableChartToolPanelsButton", "chartToolPanelsDef", "loadingCellRenderer", "loadingCellRendererFramework", "loadingCellRendererParams", "loadingCellRendererSelector", "localeText", "masterDetail", "keepDetailRows", "keepDetailRowsCount", "detailCellRenderer", "detailCellRendererFramework", "detailCellRendererParams", "detailRowHeight", "detailRowAutoHeight", "context", "alignedGrids", "tabIndex", "rowBuffer", "valueCache", "valueCacheNeverExpires", "enableCellExpressions", "suppressParentsInRowNodes", "suppressTouch", "suppressFocusAfterRefresh", "suppressAsyncEvents", "suppressBrowserResizeObserver", "suppressPropertyNamesCheck", "suppressChangeDetection", "debug", "overlayLoadingTemplate", "loadingOverlayComponent", "loadingOverlayComponentFramework", "loadingOverlayComponentParams", "suppressLoadingOverlay", "overlayNoRowsTemplate", "noRowsOverlayComponent", "noRowsOverlayComponentFramework", "noRowsOverlayComponentParams", "suppressNoRowsOverlay", "pagination", "paginationPageSize", "paginationAutoPageSize", "paginateChildRows", "suppressPaginationPanel", "pivotMode", "pivotPanelShow", "pivotColumnGroupTotals", "pivotRowTotals", "pivotSuppressAutoColumn", "suppressExpandablePivotGroups", "functionsReadOnly", "aggFuncs", "suppressAggFuncInHeader", "suppressAggAtRootLevel", "aggregateOnlyChangedColumns", "suppressAggFilteredOnly", "removePivotHeaderRowWhenSingleValueColumn", "animateRows", "enableCellChangeFlash", "cellFlashDelay", "cellFadeDelay", "allowShowChangeAfterFilter", "domLayout", "ensureDomOrder", "enableRtl", "suppressColumnVirtualisation", "suppressMaxRenderedRowRestriction", "suppressRowVirtualisation", "rowDragManaged", "suppressRowDrag", "suppressMoveWhenRowDragging", "rowDragEntireRow", "rowDragMultiRow", "rowDragText", "fullWidthCellRenderer", "fullWidthCellRendererFramework", "fullWidthCellRendererParams", "embedFullWidthRows", "deprecatedEmbedFullWidthRows", "groupDisplayType", "groupDefaultExpanded", "autoGroupColumnDef", "groupMaintainOrder", "groupSelectsChildren", "groupAggFiltering", "groupIncludeFooter", "groupIncludeTotalFooter", "groupSuppressBlankHeader", "groupSelectsFiltered", "showOpenedGroup", "groupRemoveSingleChildren", "groupRemoveLowestSingleChildren", "groupHideOpenParents", "rowGroupPanelShow", "groupRowRenderer", "groupRowRendererFramework", "groupRowRendererParams", "suppressMakeColumnVisibleAfterUnGroup", "treeData", "rowGroupPanelSuppressSort", "groupRowsSticky", "groupRowInnerRenderer", "groupRowInnerRendererFramework", "groupMultiAutoColumn", "groupUseEntireRow", "groupSuppressAutoColumn", "rememberGroupStateWhenNewData", "pinnedTopRowData", "pinnedBottomRowData", "rowModelType", "rowData", "immutableData", "asyncTransactionWaitMillis", "suppressModelUpdateAfterUpdateTransaction", "deltaRowDataMode", "batchUpdateWaitMillis", "datasource", "cacheOverflowSize", "infiniteInitialRowCount", "serverSideInitialRowCount", "serverSideStoreType", "serverSideInfiniteScroll", "cacheBlockSize", "maxBlocksInCache", "maxConcurrentDatasourceRequests", "blockLoadDebounceMillis", "purgeClosedRowNodes", "serverSideDatasource", "serverSideSortAllLevels", "serverSideFilterAllLevels", "serverSideSortOnServer", "serverSideFilterOnServer", "serverSideSortingAlwaysResets", "serverSideFilteringAlwaysResets", "suppressEnterpriseResetOnNewColumns", "viewportDatasource", "viewportRowModelPageSize", "viewportRowModelBufferSize", "alwaysShowHorizontalScroll", "alwaysShowVerticalScroll", "debounceVerticalScrollbar", "suppressHorizontalScroll", "suppressScrollOnNewData", "suppressScrollWhenPopupsAreOpen", "suppressAnimationFrame", "suppressMiddleClickScrolls", "suppressPreventDefaultOnMouseWheel", "scrollbarWidth", "rowSelection", "rowMultiSelectWithClick", "suppressRowDeselection", "suppressRowClickSelection", "suppressCellSelection", "suppressCellFocus", "suppressMultiRangeSelection", "enableCellTextSelection", "enableRangeSelection", "enableRangeHandle", "enableFillHandle", "fillHandleDirection", "suppressClearOnFillReduction", "sortingOrder", "accentedSort", "unSortIcon", "suppressMultiSort", "alwaysMultiSort", "multiSortKey", "suppressMaintainUnsortedOrder", "icons", "rowHeight", "rowStyle", "rowClass", "rowClassRules", "suppressRowHoverHighlight", "suppressRowTransform", "columnHoverHighlight", "deltaSort", "treeDataDisplayType", "angularCompileRows", "angularCompileFilters", "functionsPassive", "enableGroupEdit", "getContextMenuItems", "getMainMenuItems", "postProcessPopup", "processCellForClipboard", "processHeaderForClipboard", "processGroupHeaderForClipboard", "processCellFromClipboard", "sendToClipboard", "processDataFromClipboard", "isExternalFilterPresent", "doesExternalFilterPass", "getChartToolbarItems", "createChartContainer", "navigateToNextHeader", "tabToNextHeader", "navigateToNextCell", "tabToNextCell", "suppressKeyboardEvent", "localeTextFunc", "getLocaleText", "getDocument", "paginationNumberFormatter", "groupRowAggNodes", "getGroupRowAgg", "isGroupOpenByDefault", "initialGroupOrderComparator", "defaultGroupOrderComparator", "processSecondaryColDef", "processSecondaryColGroupDef", "processPivotResultColDef", "processPivotResultColGroupDef", "getDataPath", "defaultGroupSortComparator", "getChildCount", "getServerSideGroupLevelParams", "getServerSideStoreParams", "isServerSideGroupOpenByDefault", "isApplyServerSideTransaction", "isServerSideGroup", "getServerSideGroupKey", "getBusinessKeyForNode", "getRowNodeId", "getRowId", "resetRowDataOnUpdate", "processRowPostCreate", "isRowSelectable", "isRowMaster", "fillOperation", "postSort", "postSortRows", "getRowStyle", "getRowClass", "getRowHeight", "isFullWidthCell", "isFullWidthRow"], outputs: ["toolPanelVisibleChanged", "toolPanelSizeChanged", "pasteStart", "pasteEnd", "columnVisible", "columnPinned", "columnResized", "columnMoved", "columnValueChanged", "columnPivotModeChanged", "columnPivotChanged", "columnGroupOpened", "newColumnsLoaded", "gridColumnsChanged", "displayedColumnsChanged", "virtualColumnsChanged", "columnEverythingChanged", "componentStateChanged", "cellValueChanged", "cellEditRequest", "rowValueChanged", "cellEditingStarted", "cellEditingStopped", "rowEditingStarted", "rowEditingStopped", "filterOpened", "filterChanged", "filterModified", "chartCreated", "chartRangeSelectionChanged", "chartOptionsChanged", "chartDestroyed", "cellKeyDown", "cellKeyPress", "gridReady", "firstDataRendered", "gridSizeChanged", "modelUpdated", "virtualRowRemoved", "viewportChanged", "bodyScroll", "bodyScrollEnd", "dragStarted", "dragStopped", "paginationChanged", "rowDragEnter", "rowDragMove", "rowDragLeave", "rowDragEnd", "columnRowGroupChanged", "rowGroupOpened", "expandOrCollapseAll", "pinnedRowDataChanged", "rowDataChanged", "rowDataUpdated", "asyncTransactionsFlushed", "cellClicked", "cellDoubleClicked", "cellFocused", "cellMouseOver", "cellMouseOut", "cellMouseDown", "rowClicked", "rowDoubleClicked", "rowSelected", "selectionChanged", "cellContextMenu", "rangeSelectionChanged", "sortChanged", "columnRowGroupChangeRequest", "columnPivotChangeRequest", "columnValueChangeRequest", "columnAggFuncChangeRequest"] }, { kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i5.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i5.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", 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]" }, { kind: "directive", type: i5.NumberValueAccessor, selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]" }, { kind: "directive", type: i5.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i6.MatDatepicker, selector: "mat-datepicker", exportAs: ["matDatepicker"] }, { kind: "directive", type: i6.MatDatepickerInput, selector: "input[matDatepicker]", inputs: ["matDatepicker", "min", "max", "matDatepickerFilter"], exportAs: ["matDatepickerInput"] }, { kind: "component", type: i6.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }, { kind: "component", type: i7.NgxMatDatetimepicker, selector: "ngx-mat-datetime-picker", exportAs: ["ngxMatDatetimePicker"] }, { kind: "directive", type: i7.NgxMatDatepickerInput, selector: "input[ngxMatDatetimePicker]", inputs: ["ngxMatDatetimePicker", "min", "max", "matDatepickerFilter"], exportAs: ["ngxMatDatepickerInput"] }, { kind: "component", type: AttributeEditComponent, selector: "hci-attribute-edit" }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
2985
2985
|
}
|
|
2986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1
|
|
2986
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AttributeAbsoluteComponent, decorators: [{
|
|
2987
2987
|
type: Component,
|
|
2988
2988
|
args: [{ selector: "hci-attribute-absolute", encapsulation: ViewEncapsulation.None, template: `
|
|
2989
2989
|
<div class="drag-select" style=""></div>
|
|
@@ -3398,8 +3398,8 @@ class AttributeFlexComponent extends AttributeBase {
|
|
|
3398
3398
|
}
|
|
3399
3399
|
}
|
|
3400
3400
|
}
|
|
3401
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1
|
|
3402
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1
|
|
3401
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AttributeFlexComponent, deps: [{ token: AttributeService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2$1.NgbModal }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3402
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: AttributeFlexComponent, selector: "hci-attribute-flex", usesInheritance: true, ngImport: i0, template: `
|
|
3403
3403
|
<!-- Line -->
|
|
3404
3404
|
<ng-container *ngIf="attribute.codeAttributeDataType === 'LINE'">
|
|
3405
3405
|
<div #attributeRef
|
|
@@ -3755,7 +3755,7 @@ class AttributeFlexComponent extends AttributeBase {
|
|
|
3755
3755
|
</ng-template>
|
|
3756
3756
|
`, isInline: true, styles: [".hci-cod button.mat-icon-button.mat-button-base{height:20px;width:20px;line-height:unset}.btn-ga{padding:0;height:18px;width:18px}.ga-icon{font-size:.9em;vertical-align:top}.hci-cod .mat-datepicker-toggle-default-icon{height:20px;width:20px}\n"], dependencies: [{ kind: "component", type: i3$1.AgGridAngular, selector: "ag-grid-angular", inputs: ["gridOptions", "modules", "statusBar", "sideBar", "suppressContextMenu", "preventDefaultOnContextMenu", "allowContextMenuWithControlKey", "suppressMenuHide", "enableBrowserTooltips", "tooltipShowDelay", "tooltipHideDelay", "tooltipMouseTrack", "popupParent", "copyHeadersToClipboard", "copyGroupHeadersToClipboard", "clipboardDelimiter", "suppressCopyRowsToClipboard", "suppressCopySingleCellRanges", "suppressLastEmptyLineOnPaste", "suppressClipboardPaste", "suppressClipboardApi", "columnDefs", "defaultColDef", "defaultColGroupDef", "columnTypes", "maintainColumnOrder", "suppressFieldDotNotation", "deltaColumnMode", "applyColumnDefOrder", "immutableColumns", "suppressSetColumnStateEvents", "suppressColumnStateEvents", "colWidth", "minColWidth", "maxColWidth", "headerHeight", "groupHeaderHeight", "floatingFiltersHeight", "pivotHeaderHeight", "pivotGroupHeaderHeight", "allowDragFromColumnsToolPanel", "suppressMovableColumns", "suppressColumnMoveAnimation", "suppressDragLeaveHidesColumns", "suppressRowGroupHidesColumns", "colResizeDefault", "suppressAutoSize", "autoSizePadding", "skipHeaderOnAutoSize", "components", "frameworkComponents", "editType", "singleClickEdit", "suppressClickEdit", "readOnlyEdit", "stopEditingWhenCellsLoseFocus", "enterMovesDown", "enterMovesDownAfterEdit", "enableCellEditingOnBackspace", "undoRedoCellEditing", "undoRedoCellEditingLimit", "stopEditingWhenGridLosesFocus", "defaultCsvExportParams", "suppressCsvExport", "defaultExcelExportParams", "suppressExcelExport", "excelStyles", "defaultExportParams", "quickFilterText", "cacheQuickFilter", "excludeChildrenWhenTreeDataFiltering", "enableCharts", "chartThemes", "customChartThemes", "chartThemeOverrides", "enableChartToolPanelsButton", "chartToolPanelsDef", "loadingCellRenderer", "loadingCellRendererFramework", "loadingCellRendererParams", "loadingCellRendererSelector", "localeText", "masterDetail", "keepDetailRows", "keepDetailRowsCount", "detailCellRenderer", "detailCellRendererFramework", "detailCellRendererParams", "detailRowHeight", "detailRowAutoHeight", "context", "alignedGrids", "tabIndex", "rowBuffer", "valueCache", "valueCacheNeverExpires", "enableCellExpressions", "suppressParentsInRowNodes", "suppressTouch", "suppressFocusAfterRefresh", "suppressAsyncEvents", "suppressBrowserResizeObserver", "suppressPropertyNamesCheck", "suppressChangeDetection", "debug", "overlayLoadingTemplate", "loadingOverlayComponent", "loadingOverlayComponentFramework", "loadingOverlayComponentParams", "suppressLoadingOverlay", "overlayNoRowsTemplate", "noRowsOverlayComponent", "noRowsOverlayComponentFramework", "noRowsOverlayComponentParams", "suppressNoRowsOverlay", "pagination", "paginationPageSize", "paginationAutoPageSize", "paginateChildRows", "suppressPaginationPanel", "pivotMode", "pivotPanelShow", "pivotColumnGroupTotals", "pivotRowTotals", "pivotSuppressAutoColumn", "suppressExpandablePivotGroups", "functionsReadOnly", "aggFuncs", "suppressAggFuncInHeader", "suppressAggAtRootLevel", "aggregateOnlyChangedColumns", "suppressAggFilteredOnly", "removePivotHeaderRowWhenSingleValueColumn", "animateRows", "enableCellChangeFlash", "cellFlashDelay", "cellFadeDelay", "allowShowChangeAfterFilter", "domLayout", "ensureDomOrder", "enableRtl", "suppressColumnVirtualisation", "suppressMaxRenderedRowRestriction", "suppressRowVirtualisation", "rowDragManaged", "suppressRowDrag", "suppressMoveWhenRowDragging", "rowDragEntireRow", "rowDragMultiRow", "rowDragText", "fullWidthCellRenderer", "fullWidthCellRendererFramework", "fullWidthCellRendererParams", "embedFullWidthRows", "deprecatedEmbedFullWidthRows", "groupDisplayType", "groupDefaultExpanded", "autoGroupColumnDef", "groupMaintainOrder", "groupSelectsChildren", "groupAggFiltering", "groupIncludeFooter", "groupIncludeTotalFooter", "groupSuppressBlankHeader", "groupSelectsFiltered", "showOpenedGroup", "groupRemoveSingleChildren", "groupRemoveLowestSingleChildren", "groupHideOpenParents", "rowGroupPanelShow", "groupRowRenderer", "groupRowRendererFramework", "groupRowRendererParams", "suppressMakeColumnVisibleAfterUnGroup", "treeData", "rowGroupPanelSuppressSort", "groupRowsSticky", "groupRowInnerRenderer", "groupRowInnerRendererFramework", "groupMultiAutoColumn", "groupUseEntireRow", "groupSuppressAutoColumn", "rememberGroupStateWhenNewData", "pinnedTopRowData", "pinnedBottomRowData", "rowModelType", "rowData", "immutableData", "asyncTransactionWaitMillis", "suppressModelUpdateAfterUpdateTransaction", "deltaRowDataMode", "batchUpdateWaitMillis", "datasource", "cacheOverflowSize", "infiniteInitialRowCount", "serverSideInitialRowCount", "serverSideStoreType", "serverSideInfiniteScroll", "cacheBlockSize", "maxBlocksInCache", "maxConcurrentDatasourceRequests", "blockLoadDebounceMillis", "purgeClosedRowNodes", "serverSideDatasource", "serverSideSortAllLevels", "serverSideFilterAllLevels", "serverSideSortOnServer", "serverSideFilterOnServer", "serverSideSortingAlwaysResets", "serverSideFilteringAlwaysResets", "suppressEnterpriseResetOnNewColumns", "viewportDatasource", "viewportRowModelPageSize", "viewportRowModelBufferSize", "alwaysShowHorizontalScroll", "alwaysShowVerticalScroll", "debounceVerticalScrollbar", "suppressHorizontalScroll", "suppressScrollOnNewData", "suppressScrollWhenPopupsAreOpen", "suppressAnimationFrame", "suppressMiddleClickScrolls", "suppressPreventDefaultOnMouseWheel", "scrollbarWidth", "rowSelection", "rowMultiSelectWithClick", "suppressRowDeselection", "suppressRowClickSelection", "suppressCellSelection", "suppressCellFocus", "suppressMultiRangeSelection", "enableCellTextSelection", "enableRangeSelection", "enableRangeHandle", "enableFillHandle", "fillHandleDirection", "suppressClearOnFillReduction", "sortingOrder", "accentedSort", "unSortIcon", "suppressMultiSort", "alwaysMultiSort", "multiSortKey", "suppressMaintainUnsortedOrder", "icons", "rowHeight", "rowStyle", "rowClass", "rowClassRules", "suppressRowHoverHighlight", "suppressRowTransform", "columnHoverHighlight", "deltaSort", "treeDataDisplayType", "angularCompileRows", "angularCompileFilters", "functionsPassive", "enableGroupEdit", "getContextMenuItems", "getMainMenuItems", "postProcessPopup", "processCellForClipboard", "processHeaderForClipboard", "processGroupHeaderForClipboard", "processCellFromClipboard", "sendToClipboard", "processDataFromClipboard", "isExternalFilterPresent", "doesExternalFilterPass", "getChartToolbarItems", "createChartContainer", "navigateToNextHeader", "tabToNextHeader", "navigateToNextCell", "tabToNextCell", "suppressKeyboardEvent", "localeTextFunc", "getLocaleText", "getDocument", "paginationNumberFormatter", "groupRowAggNodes", "getGroupRowAgg", "isGroupOpenByDefault", "initialGroupOrderComparator", "defaultGroupOrderComparator", "processSecondaryColDef", "processSecondaryColGroupDef", "processPivotResultColDef", "processPivotResultColGroupDef", "getDataPath", "defaultGroupSortComparator", "getChildCount", "getServerSideGroupLevelParams", "getServerSideStoreParams", "isServerSideGroupOpenByDefault", "isApplyServerSideTransaction", "isServerSideGroup", "getServerSideGroupKey", "getBusinessKeyForNode", "getRowNodeId", "getRowId", "resetRowDataOnUpdate", "processRowPostCreate", "isRowSelectable", "isRowMaster", "fillOperation", "postSort", "postSortRows", "getRowStyle", "getRowClass", "getRowHeight", "isFullWidthCell", "isFullWidthRow"], outputs: ["toolPanelVisibleChanged", "toolPanelSizeChanged", "pasteStart", "pasteEnd", "columnVisible", "columnPinned", "columnResized", "columnMoved", "columnValueChanged", "columnPivotModeChanged", "columnPivotChanged", "columnGroupOpened", "newColumnsLoaded", "gridColumnsChanged", "displayedColumnsChanged", "virtualColumnsChanged", "columnEverythingChanged", "componentStateChanged", "cellValueChanged", "cellEditRequest", "rowValueChanged", "cellEditingStarted", "cellEditingStopped", "rowEditingStarted", "rowEditingStopped", "filterOpened", "filterChanged", "filterModified", "chartCreated", "chartRangeSelectionChanged", "chartOptionsChanged", "chartDestroyed", "cellKeyDown", "cellKeyPress", "gridReady", "firstDataRendered", "gridSizeChanged", "modelUpdated", "virtualRowRemoved", "viewportChanged", "bodyScroll", "bodyScrollEnd", "dragStarted", "dragStopped", "paginationChanged", "rowDragEnter", "rowDragMove", "rowDragLeave", "rowDragEnd", "columnRowGroupChanged", "rowGroupOpened", "expandOrCollapseAll", "pinnedRowDataChanged", "rowDataChanged", "rowDataUpdated", "asyncTransactionsFlushed", "cellClicked", "cellDoubleClicked", "cellFocused", "cellMouseOver", "cellMouseOut", "cellMouseDown", "rowClicked", "rowDoubleClicked", "rowSelected", "selectionChanged", "cellContextMenu", "rangeSelectionChanged", "sortChanged", "columnRowGroupChangeRequest", "columnPivotChangeRequest", "columnValueChangeRequest", "columnAggFuncChangeRequest"] }, { kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i5.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i5.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", 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]" }, { kind: "directive", type: i5.NumberValueAccessor, selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]" }, { kind: "directive", type: i5.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i6.MatDatepicker, selector: "mat-datepicker", exportAs: ["matDatepicker"] }, { kind: "directive", type: i6.MatDatepickerInput, selector: "input[matDatepicker]", inputs: ["matDatepicker", "min", "max", "matDatepickerFilter"], exportAs: ["matDatepickerInput"] }, { kind: "component", type: i6.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }, { kind: "component", type: i7.NgxMatDatetimepicker, selector: "ngx-mat-datetime-picker", exportAs: ["ngxMatDatetimePicker"] }, { kind: "directive", type: i7.NgxMatDatepickerInput, selector: "input[ngxMatDatetimePicker]", inputs: ["ngxMatDatetimePicker", "min", "max", "matDatepickerFilter"], exportAs: ["ngxMatDatepickerInput"] }, { kind: "component", type: AttributeEditComponent, selector: "hci-attribute-edit" }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
3757
3757
|
}
|
|
3758
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1
|
|
3758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AttributeFlexComponent, decorators: [{
|
|
3759
3759
|
type: Component,
|
|
3760
3760
|
args: [{ selector: "hci-attribute-flex", encapsulation: ViewEncapsulation.None, template: `
|
|
3761
3761
|
<!-- Line -->
|
|
@@ -4141,281 +4141,281 @@ class AttributeDefaultComponent {
|
|
|
4141
4141
|
registerOnTouched(fn) {
|
|
4142
4142
|
this.onTouched = fn;
|
|
4143
4143
|
}
|
|
4144
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1
|
|
4145
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1
|
|
4144
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AttributeDefaultComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4145
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: AttributeDefaultComponent, selector: "hci-attribute-default", inputs: { id: "id", name: "name", attribute: "attribute" }, providers: [
|
|
4146
4146
|
{
|
|
4147
4147
|
provide: NG_VALUE_ACCESSOR,
|
|
4148
4148
|
useExisting: forwardRef(() => AttributeDefaultComponent),
|
|
4149
4149
|
multi: true
|
|
4150
4150
|
}
|
|
4151
|
-
], ngImport: i0, template: `
|
|
4152
|
-
<!-- String -->
|
|
4153
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'S'">
|
|
4154
|
-
<input type="text"
|
|
4155
|
-
class="form-control"
|
|
4156
|
-
[id]="id"
|
|
4157
|
-
[name]="name"
|
|
4158
|
-
[(ngModel)]="value">
|
|
4159
|
-
</ng-container>
|
|
4160
|
-
|
|
4161
|
-
<!-- Text -->
|
|
4162
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'TXT'">
|
|
4163
|
-
<textarea type="text"
|
|
4164
|
-
class="form-control"
|
|
4165
|
-
[id]="id"
|
|
4166
|
-
[name]="name"
|
|
4167
|
-
spellcheck="spellcheck"
|
|
4168
|
-
lang="en"
|
|
4169
|
-
[(ngModel)]="value">
|
|
4170
|
-
</textarea>
|
|
4171
|
-
</ng-container>
|
|
4172
|
-
|
|
4173
|
-
<!-- Checkbox -->
|
|
4174
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'CB'">
|
|
4175
|
-
<input type="checkbox"
|
|
4176
|
-
class="form-control"
|
|
4177
|
-
[id]="id"
|
|
4178
|
-
[name]="name"
|
|
4179
|
-
[(ngModel)]="value"
|
|
4180
|
-
[checked]="value && value.toUpperCase() === 'Y'">
|
|
4181
|
-
</ng-container>
|
|
4182
|
-
|
|
4183
|
-
<!-- Numeric -->
|
|
4184
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'N'">
|
|
4185
|
-
<input type="number"
|
|
4186
|
-
class="form-control"
|
|
4187
|
-
[id]="id"
|
|
4188
|
-
[name]="name"
|
|
4189
|
-
[(ngModel)]="value">
|
|
4190
|
-
</ng-container>
|
|
4191
|
-
|
|
4192
|
-
<!-- Integer -->
|
|
4193
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'I'">
|
|
4194
|
-
<input type="number"
|
|
4195
|
-
class="form-control"
|
|
4196
|
-
[id]="id"
|
|
4197
|
-
[name]="name"
|
|
4198
|
-
[(ngModel)]="value">
|
|
4199
|
-
</ng-container>
|
|
4200
|
-
|
|
4201
|
-
<!-- Date -->
|
|
4202
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'D'">
|
|
4203
|
-
<input type="date"
|
|
4204
|
-
class="form-control"
|
|
4205
|
-
[id]="id"
|
|
4206
|
-
[name]="name"
|
|
4207
|
-
[(ngModel)]="value">
|
|
4208
|
-
</ng-container>
|
|
4209
|
-
|
|
4210
|
-
<!-- Date Time -->
|
|
4211
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'DT'">
|
|
4212
|
-
<input type="date"
|
|
4213
|
-
class="form-control"
|
|
4214
|
-
[id]="id"
|
|
4215
|
-
[name]="name"
|
|
4216
|
-
[(ngModel)]="value">
|
|
4217
|
-
</ng-container>
|
|
4218
|
-
|
|
4219
|
-
<!-- Boolean -->
|
|
4220
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'B'">
|
|
4221
|
-
<select [(ngModel)]="value"
|
|
4222
|
-
class="form-control edit-renderer"
|
|
4223
|
-
[id]="id"
|
|
4224
|
-
[name]="name">
|
|
4225
|
-
<option [ngValue]="'Y'" [selected]="value && value.toUpperCase() === 'Y'">Y</option>
|
|
4226
|
-
<option [ngValue]="'N'" [selected]="value && value.toUpperCase() === 'N'">N</option>
|
|
4227
|
-
</select>
|
|
4228
|
-
</ng-container>
|
|
4229
|
-
|
|
4230
|
-
<!-- Extended Boolean -->
|
|
4231
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'EB'">
|
|
4232
|
-
<select [(ngModel)]="value"
|
|
4233
|
-
class="form-control edit-renderer"
|
|
4234
|
-
[id]="id"
|
|
4235
|
-
[name]="name">
|
|
4236
|
-
<option [ngValue]="'Y'" [selected]="value && value.toUpperCase() === 'Y'">Y</option>
|
|
4237
|
-
<option [ngValue]="'N'" [selected]="value && value.toUpperCase() === 'N'">N</option>
|
|
4238
|
-
<option [ngValue]="'U'" [selected]="value && value.toUpperCase() === 'U'">U</option>
|
|
4239
|
-
</select>
|
|
4240
|
-
</ng-container>
|
|
4241
|
-
|
|
4242
|
-
<!-- Choice: Single -->
|
|
4243
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'AC' && attribute.isMultiValue.toUpperCase() === 'N'">
|
|
4244
|
-
<select [(ngModel)]="value"
|
|
4245
|
-
class="form-control edit-renderer"
|
|
4246
|
-
[id]="id"
|
|
4247
|
-
[name]="name">
|
|
4248
|
-
<option *ngFor="let attributeChoice of attribute.attributeChoices"
|
|
4249
|
-
[ngValue]="attributeChoice"
|
|
4250
|
-
[selected]="value && value.toUpperCase() === attributeChoice.idAttributeChoice.toString().toUpperCase()">
|
|
4251
|
-
{{ attributeChoice.choice }}
|
|
4252
|
-
</option>
|
|
4253
|
-
</select>
|
|
4254
|
-
</ng-container>
|
|
4255
|
-
|
|
4256
|
-
<!-- Choice: Multi -->
|
|
4257
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'AC' && attribute.isMultiValue.toUpperCase() === 'Y'">
|
|
4258
|
-
<input type="text"
|
|
4259
|
-
class="form-control"
|
|
4260
|
-
[id]="id"
|
|
4261
|
-
[name]="name"
|
|
4262
|
-
disabled>
|
|
4263
|
-
</ng-container>
|
|
4264
|
-
|
|
4265
|
-
<!-- Dictionary -->
|
|
4266
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'DICT'">
|
|
4267
|
-
<hci-native-select [(ngModel)]="value"
|
|
4268
|
-
[className]="attribute.attributeDictionary.className"
|
|
4269
|
-
[id]="id"
|
|
4270
|
-
[name]="name">
|
|
4271
|
-
</hci-native-select>
|
|
4272
|
-
</ng-container>
|
|
4273
|
-
|
|
4274
|
-
<!-- Grid -->
|
|
4275
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'GA'">
|
|
4276
|
-
<input type="text"
|
|
4277
|
-
class="form-control"
|
|
4278
|
-
[id]="id"
|
|
4279
|
-
[name]="name"
|
|
4280
|
-
disabled>
|
|
4281
|
-
</ng-container>
|
|
4151
|
+
], ngImport: i0, template: `
|
|
4152
|
+
<!-- String -->
|
|
4153
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'S'">
|
|
4154
|
+
<input type="text"
|
|
4155
|
+
class="form-control"
|
|
4156
|
+
[id]="id"
|
|
4157
|
+
[name]="name"
|
|
4158
|
+
[(ngModel)]="value">
|
|
4159
|
+
</ng-container>
|
|
4160
|
+
|
|
4161
|
+
<!-- Text -->
|
|
4162
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'TXT'">
|
|
4163
|
+
<textarea type="text"
|
|
4164
|
+
class="form-control"
|
|
4165
|
+
[id]="id"
|
|
4166
|
+
[name]="name"
|
|
4167
|
+
spellcheck="spellcheck"
|
|
4168
|
+
lang="en"
|
|
4169
|
+
[(ngModel)]="value">
|
|
4170
|
+
</textarea>
|
|
4171
|
+
</ng-container>
|
|
4172
|
+
|
|
4173
|
+
<!-- Checkbox -->
|
|
4174
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'CB'">
|
|
4175
|
+
<input type="checkbox"
|
|
4176
|
+
class="form-control"
|
|
4177
|
+
[id]="id"
|
|
4178
|
+
[name]="name"
|
|
4179
|
+
[(ngModel)]="value"
|
|
4180
|
+
[checked]="value && value.toUpperCase() === 'Y'">
|
|
4181
|
+
</ng-container>
|
|
4182
|
+
|
|
4183
|
+
<!-- Numeric -->
|
|
4184
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'N'">
|
|
4185
|
+
<input type="number"
|
|
4186
|
+
class="form-control"
|
|
4187
|
+
[id]="id"
|
|
4188
|
+
[name]="name"
|
|
4189
|
+
[(ngModel)]="value">
|
|
4190
|
+
</ng-container>
|
|
4191
|
+
|
|
4192
|
+
<!-- Integer -->
|
|
4193
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'I'">
|
|
4194
|
+
<input type="number"
|
|
4195
|
+
class="form-control"
|
|
4196
|
+
[id]="id"
|
|
4197
|
+
[name]="name"
|
|
4198
|
+
[(ngModel)]="value">
|
|
4199
|
+
</ng-container>
|
|
4200
|
+
|
|
4201
|
+
<!-- Date -->
|
|
4202
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'D'">
|
|
4203
|
+
<input type="date"
|
|
4204
|
+
class="form-control"
|
|
4205
|
+
[id]="id"
|
|
4206
|
+
[name]="name"
|
|
4207
|
+
[(ngModel)]="value">
|
|
4208
|
+
</ng-container>
|
|
4209
|
+
|
|
4210
|
+
<!-- Date Time -->
|
|
4211
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'DT'">
|
|
4212
|
+
<input type="date"
|
|
4213
|
+
class="form-control"
|
|
4214
|
+
[id]="id"
|
|
4215
|
+
[name]="name"
|
|
4216
|
+
[(ngModel)]="value">
|
|
4217
|
+
</ng-container>
|
|
4218
|
+
|
|
4219
|
+
<!-- Boolean -->
|
|
4220
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'B'">
|
|
4221
|
+
<select [(ngModel)]="value"
|
|
4222
|
+
class="form-control edit-renderer"
|
|
4223
|
+
[id]="id"
|
|
4224
|
+
[name]="name">
|
|
4225
|
+
<option [ngValue]="'Y'" [selected]="value && value.toUpperCase() === 'Y'">Y</option>
|
|
4226
|
+
<option [ngValue]="'N'" [selected]="value && value.toUpperCase() === 'N'">N</option>
|
|
4227
|
+
</select>
|
|
4228
|
+
</ng-container>
|
|
4229
|
+
|
|
4230
|
+
<!-- Extended Boolean -->
|
|
4231
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'EB'">
|
|
4232
|
+
<select [(ngModel)]="value"
|
|
4233
|
+
class="form-control edit-renderer"
|
|
4234
|
+
[id]="id"
|
|
4235
|
+
[name]="name">
|
|
4236
|
+
<option [ngValue]="'Y'" [selected]="value && value.toUpperCase() === 'Y'">Y</option>
|
|
4237
|
+
<option [ngValue]="'N'" [selected]="value && value.toUpperCase() === 'N'">N</option>
|
|
4238
|
+
<option [ngValue]="'U'" [selected]="value && value.toUpperCase() === 'U'">U</option>
|
|
4239
|
+
</select>
|
|
4240
|
+
</ng-container>
|
|
4241
|
+
|
|
4242
|
+
<!-- Choice: Single -->
|
|
4243
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'AC' && attribute.isMultiValue.toUpperCase() === 'N'">
|
|
4244
|
+
<select [(ngModel)]="value"
|
|
4245
|
+
class="form-control edit-renderer"
|
|
4246
|
+
[id]="id"
|
|
4247
|
+
[name]="name">
|
|
4248
|
+
<option *ngFor="let attributeChoice of attribute.attributeChoices"
|
|
4249
|
+
[ngValue]="attributeChoice"
|
|
4250
|
+
[selected]="value && value.toUpperCase() === attributeChoice.idAttributeChoice.toString().toUpperCase()">
|
|
4251
|
+
{{ attributeChoice.choice }}
|
|
4252
|
+
</option>
|
|
4253
|
+
</select>
|
|
4254
|
+
</ng-container>
|
|
4255
|
+
|
|
4256
|
+
<!-- Choice: Multi -->
|
|
4257
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'AC' && attribute.isMultiValue.toUpperCase() === 'Y'">
|
|
4258
|
+
<input type="text"
|
|
4259
|
+
class="form-control"
|
|
4260
|
+
[id]="id"
|
|
4261
|
+
[name]="name"
|
|
4262
|
+
disabled>
|
|
4263
|
+
</ng-container>
|
|
4264
|
+
|
|
4265
|
+
<!-- Dictionary -->
|
|
4266
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'DICT'">
|
|
4267
|
+
<hci-native-select [(ngModel)]="value"
|
|
4268
|
+
[className]="attribute.attributeDictionary.className"
|
|
4269
|
+
[id]="id"
|
|
4270
|
+
[name]="name">
|
|
4271
|
+
</hci-native-select>
|
|
4272
|
+
</ng-container>
|
|
4273
|
+
|
|
4274
|
+
<!-- Grid -->
|
|
4275
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'GA'">
|
|
4276
|
+
<input type="text"
|
|
4277
|
+
class="form-control"
|
|
4278
|
+
[id]="id"
|
|
4279
|
+
[name]="name"
|
|
4280
|
+
disabled>
|
|
4281
|
+
</ng-container>
|
|
4282
4282
|
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i5.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i5.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", 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]" }, { kind: "directive", type: i5.NumberValueAccessor, selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]" }, { kind: "directive", type: i5.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i5.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3$2.NativeSelectComponent, selector: "hci-native-select", inputs: ["class", "name", "label", "url", "entries", "required", "idKey", "displayKey", "disabled", "sortKey", "sortNumeric", "filterKey", "filter"] }] }); }
|
|
4283
4283
|
}
|
|
4284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1
|
|
4284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AttributeDefaultComponent, decorators: [{
|
|
4285
4285
|
type: Component,
|
|
4286
4286
|
args: [{
|
|
4287
4287
|
selector: "hci-attribute-default",
|
|
4288
|
-
template: `
|
|
4289
|
-
<!-- String -->
|
|
4290
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'S'">
|
|
4291
|
-
<input type="text"
|
|
4292
|
-
class="form-control"
|
|
4293
|
-
[id]="id"
|
|
4294
|
-
[name]="name"
|
|
4295
|
-
[(ngModel)]="value">
|
|
4296
|
-
</ng-container>
|
|
4297
|
-
|
|
4298
|
-
<!-- Text -->
|
|
4299
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'TXT'">
|
|
4300
|
-
<textarea type="text"
|
|
4301
|
-
class="form-control"
|
|
4302
|
-
[id]="id"
|
|
4303
|
-
[name]="name"
|
|
4304
|
-
spellcheck="spellcheck"
|
|
4305
|
-
lang="en"
|
|
4306
|
-
[(ngModel)]="value">
|
|
4307
|
-
</textarea>
|
|
4308
|
-
</ng-container>
|
|
4309
|
-
|
|
4310
|
-
<!-- Checkbox -->
|
|
4311
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'CB'">
|
|
4312
|
-
<input type="checkbox"
|
|
4313
|
-
class="form-control"
|
|
4314
|
-
[id]="id"
|
|
4315
|
-
[name]="name"
|
|
4316
|
-
[(ngModel)]="value"
|
|
4317
|
-
[checked]="value && value.toUpperCase() === 'Y'">
|
|
4318
|
-
</ng-container>
|
|
4319
|
-
|
|
4320
|
-
<!-- Numeric -->
|
|
4321
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'N'">
|
|
4322
|
-
<input type="number"
|
|
4323
|
-
class="form-control"
|
|
4324
|
-
[id]="id"
|
|
4325
|
-
[name]="name"
|
|
4326
|
-
[(ngModel)]="value">
|
|
4327
|
-
</ng-container>
|
|
4328
|
-
|
|
4329
|
-
<!-- Integer -->
|
|
4330
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'I'">
|
|
4331
|
-
<input type="number"
|
|
4332
|
-
class="form-control"
|
|
4333
|
-
[id]="id"
|
|
4334
|
-
[name]="name"
|
|
4335
|
-
[(ngModel)]="value">
|
|
4336
|
-
</ng-container>
|
|
4337
|
-
|
|
4338
|
-
<!-- Date -->
|
|
4339
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'D'">
|
|
4340
|
-
<input type="date"
|
|
4341
|
-
class="form-control"
|
|
4342
|
-
[id]="id"
|
|
4343
|
-
[name]="name"
|
|
4344
|
-
[(ngModel)]="value">
|
|
4345
|
-
</ng-container>
|
|
4346
|
-
|
|
4347
|
-
<!-- Date Time -->
|
|
4348
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'DT'">
|
|
4349
|
-
<input type="date"
|
|
4350
|
-
class="form-control"
|
|
4351
|
-
[id]="id"
|
|
4352
|
-
[name]="name"
|
|
4353
|
-
[(ngModel)]="value">
|
|
4354
|
-
</ng-container>
|
|
4355
|
-
|
|
4356
|
-
<!-- Boolean -->
|
|
4357
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'B'">
|
|
4358
|
-
<select [(ngModel)]="value"
|
|
4359
|
-
class="form-control edit-renderer"
|
|
4360
|
-
[id]="id"
|
|
4361
|
-
[name]="name">
|
|
4362
|
-
<option [ngValue]="'Y'" [selected]="value && value.toUpperCase() === 'Y'">Y</option>
|
|
4363
|
-
<option [ngValue]="'N'" [selected]="value && value.toUpperCase() === 'N'">N</option>
|
|
4364
|
-
</select>
|
|
4365
|
-
</ng-container>
|
|
4366
|
-
|
|
4367
|
-
<!-- Extended Boolean -->
|
|
4368
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'EB'">
|
|
4369
|
-
<select [(ngModel)]="value"
|
|
4370
|
-
class="form-control edit-renderer"
|
|
4371
|
-
[id]="id"
|
|
4372
|
-
[name]="name">
|
|
4373
|
-
<option [ngValue]="'Y'" [selected]="value && value.toUpperCase() === 'Y'">Y</option>
|
|
4374
|
-
<option [ngValue]="'N'" [selected]="value && value.toUpperCase() === 'N'">N</option>
|
|
4375
|
-
<option [ngValue]="'U'" [selected]="value && value.toUpperCase() === 'U'">U</option>
|
|
4376
|
-
</select>
|
|
4377
|
-
</ng-container>
|
|
4378
|
-
|
|
4379
|
-
<!-- Choice: Single -->
|
|
4380
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'AC' && attribute.isMultiValue.toUpperCase() === 'N'">
|
|
4381
|
-
<select [(ngModel)]="value"
|
|
4382
|
-
class="form-control edit-renderer"
|
|
4383
|
-
[id]="id"
|
|
4384
|
-
[name]="name">
|
|
4385
|
-
<option *ngFor="let attributeChoice of attribute.attributeChoices"
|
|
4386
|
-
[ngValue]="attributeChoice"
|
|
4387
|
-
[selected]="value && value.toUpperCase() === attributeChoice.idAttributeChoice.toString().toUpperCase()">
|
|
4388
|
-
{{ attributeChoice.choice }}
|
|
4389
|
-
</option>
|
|
4390
|
-
</select>
|
|
4391
|
-
</ng-container>
|
|
4392
|
-
|
|
4393
|
-
<!-- Choice: Multi -->
|
|
4394
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'AC' && attribute.isMultiValue.toUpperCase() === 'Y'">
|
|
4395
|
-
<input type="text"
|
|
4396
|
-
class="form-control"
|
|
4397
|
-
[id]="id"
|
|
4398
|
-
[name]="name"
|
|
4399
|
-
disabled>
|
|
4400
|
-
</ng-container>
|
|
4401
|
-
|
|
4402
|
-
<!-- Dictionary -->
|
|
4403
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'DICT'">
|
|
4404
|
-
<hci-native-select [(ngModel)]="value"
|
|
4405
|
-
[className]="attribute.attributeDictionary.className"
|
|
4406
|
-
[id]="id"
|
|
4407
|
-
[name]="name">
|
|
4408
|
-
</hci-native-select>
|
|
4409
|
-
</ng-container>
|
|
4410
|
-
|
|
4411
|
-
<!-- Grid -->
|
|
4412
|
-
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'GA'">
|
|
4413
|
-
<input type="text"
|
|
4414
|
-
class="form-control"
|
|
4415
|
-
[id]="id"
|
|
4416
|
-
[name]="name"
|
|
4417
|
-
disabled>
|
|
4418
|
-
</ng-container>
|
|
4288
|
+
template: `
|
|
4289
|
+
<!-- String -->
|
|
4290
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'S'">
|
|
4291
|
+
<input type="text"
|
|
4292
|
+
class="form-control"
|
|
4293
|
+
[id]="id"
|
|
4294
|
+
[name]="name"
|
|
4295
|
+
[(ngModel)]="value">
|
|
4296
|
+
</ng-container>
|
|
4297
|
+
|
|
4298
|
+
<!-- Text -->
|
|
4299
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'TXT'">
|
|
4300
|
+
<textarea type="text"
|
|
4301
|
+
class="form-control"
|
|
4302
|
+
[id]="id"
|
|
4303
|
+
[name]="name"
|
|
4304
|
+
spellcheck="spellcheck"
|
|
4305
|
+
lang="en"
|
|
4306
|
+
[(ngModel)]="value">
|
|
4307
|
+
</textarea>
|
|
4308
|
+
</ng-container>
|
|
4309
|
+
|
|
4310
|
+
<!-- Checkbox -->
|
|
4311
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'CB'">
|
|
4312
|
+
<input type="checkbox"
|
|
4313
|
+
class="form-control"
|
|
4314
|
+
[id]="id"
|
|
4315
|
+
[name]="name"
|
|
4316
|
+
[(ngModel)]="value"
|
|
4317
|
+
[checked]="value && value.toUpperCase() === 'Y'">
|
|
4318
|
+
</ng-container>
|
|
4319
|
+
|
|
4320
|
+
<!-- Numeric -->
|
|
4321
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'N'">
|
|
4322
|
+
<input type="number"
|
|
4323
|
+
class="form-control"
|
|
4324
|
+
[id]="id"
|
|
4325
|
+
[name]="name"
|
|
4326
|
+
[(ngModel)]="value">
|
|
4327
|
+
</ng-container>
|
|
4328
|
+
|
|
4329
|
+
<!-- Integer -->
|
|
4330
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'I'">
|
|
4331
|
+
<input type="number"
|
|
4332
|
+
class="form-control"
|
|
4333
|
+
[id]="id"
|
|
4334
|
+
[name]="name"
|
|
4335
|
+
[(ngModel)]="value">
|
|
4336
|
+
</ng-container>
|
|
4337
|
+
|
|
4338
|
+
<!-- Date -->
|
|
4339
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'D'">
|
|
4340
|
+
<input type="date"
|
|
4341
|
+
class="form-control"
|
|
4342
|
+
[id]="id"
|
|
4343
|
+
[name]="name"
|
|
4344
|
+
[(ngModel)]="value">
|
|
4345
|
+
</ng-container>
|
|
4346
|
+
|
|
4347
|
+
<!-- Date Time -->
|
|
4348
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'DT'">
|
|
4349
|
+
<input type="date"
|
|
4350
|
+
class="form-control"
|
|
4351
|
+
[id]="id"
|
|
4352
|
+
[name]="name"
|
|
4353
|
+
[(ngModel)]="value">
|
|
4354
|
+
</ng-container>
|
|
4355
|
+
|
|
4356
|
+
<!-- Boolean -->
|
|
4357
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'B'">
|
|
4358
|
+
<select [(ngModel)]="value"
|
|
4359
|
+
class="form-control edit-renderer"
|
|
4360
|
+
[id]="id"
|
|
4361
|
+
[name]="name">
|
|
4362
|
+
<option [ngValue]="'Y'" [selected]="value && value.toUpperCase() === 'Y'">Y</option>
|
|
4363
|
+
<option [ngValue]="'N'" [selected]="value && value.toUpperCase() === 'N'">N</option>
|
|
4364
|
+
</select>
|
|
4365
|
+
</ng-container>
|
|
4366
|
+
|
|
4367
|
+
<!-- Extended Boolean -->
|
|
4368
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'EB'">
|
|
4369
|
+
<select [(ngModel)]="value"
|
|
4370
|
+
class="form-control edit-renderer"
|
|
4371
|
+
[id]="id"
|
|
4372
|
+
[name]="name">
|
|
4373
|
+
<option [ngValue]="'Y'" [selected]="value && value.toUpperCase() === 'Y'">Y</option>
|
|
4374
|
+
<option [ngValue]="'N'" [selected]="value && value.toUpperCase() === 'N'">N</option>
|
|
4375
|
+
<option [ngValue]="'U'" [selected]="value && value.toUpperCase() === 'U'">U</option>
|
|
4376
|
+
</select>
|
|
4377
|
+
</ng-container>
|
|
4378
|
+
|
|
4379
|
+
<!-- Choice: Single -->
|
|
4380
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'AC' && attribute.isMultiValue.toUpperCase() === 'N'">
|
|
4381
|
+
<select [(ngModel)]="value"
|
|
4382
|
+
class="form-control edit-renderer"
|
|
4383
|
+
[id]="id"
|
|
4384
|
+
[name]="name">
|
|
4385
|
+
<option *ngFor="let attributeChoice of attribute.attributeChoices"
|
|
4386
|
+
[ngValue]="attributeChoice"
|
|
4387
|
+
[selected]="value && value.toUpperCase() === attributeChoice.idAttributeChoice.toString().toUpperCase()">
|
|
4388
|
+
{{ attributeChoice.choice }}
|
|
4389
|
+
</option>
|
|
4390
|
+
</select>
|
|
4391
|
+
</ng-container>
|
|
4392
|
+
|
|
4393
|
+
<!-- Choice: Multi -->
|
|
4394
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'AC' && attribute.isMultiValue.toUpperCase() === 'Y'">
|
|
4395
|
+
<input type="text"
|
|
4396
|
+
class="form-control"
|
|
4397
|
+
[id]="id"
|
|
4398
|
+
[name]="name"
|
|
4399
|
+
disabled>
|
|
4400
|
+
</ng-container>
|
|
4401
|
+
|
|
4402
|
+
<!-- Dictionary -->
|
|
4403
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'DICT'">
|
|
4404
|
+
<hci-native-select [(ngModel)]="value"
|
|
4405
|
+
[className]="attribute.attributeDictionary.className"
|
|
4406
|
+
[id]="id"
|
|
4407
|
+
[name]="name">
|
|
4408
|
+
</hci-native-select>
|
|
4409
|
+
</ng-container>
|
|
4410
|
+
|
|
4411
|
+
<!-- Grid -->
|
|
4412
|
+
<ng-container *ngIf="attribute.codeAttributeDataType.toUpperCase() === 'GA'">
|
|
4413
|
+
<input type="text"
|
|
4414
|
+
class="form-control"
|
|
4415
|
+
[id]="id"
|
|
4416
|
+
[name]="name"
|
|
4417
|
+
disabled>
|
|
4418
|
+
</ng-container>
|
|
4419
4419
|
`,
|
|
4420
4420
|
providers: [
|
|
4421
4421
|
{
|
|
@@ -4536,15 +4536,15 @@ class AttributeContainerComponent {
|
|
|
4536
4536
|
return this.attributeConfiguration.attributeContainers.find(x => x.idAttributeContainer === idAttributeContainer);
|
|
4537
4537
|
}
|
|
4538
4538
|
}
|
|
4539
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1
|
|
4540
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1
|
|
4539
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AttributeContainerComponent, deps: [{ token: AttributeService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i2$1.NgbModal }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4540
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: AttributeContainerComponent, selector: "hci-attribute-container", inputs: { idAttributeValueSet: "idAttributeValueSet", idAttributeConfiguration: "idAttributeConfiguration", idAttributeContainer: "idAttributeContainer", indexOfContainer: "indexOfContainer", idParentObject: "idParentObject", attributeContainer: "attributeContainer", attributeConfiguration: "attributeConfiguration", attributeValueSet: "attributeValueSet", editInline: "editInline", editPopup: "editPopup", editable: "editable", boundData: "boundData" }, host: { properties: { "class": "this.classList" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
4541
4541
|
<hci-busy [getBusySubjects]="getBusySubjects"></hci-busy>
|
|
4542
4542
|
|
|
4543
4543
|
<ng-container *ngIf="attributeContainer">
|
|
4544
4544
|
<div *ngIf="editPopup" [id]="'id-attribute-container-' + attributeContainer.idAttributeContainer + '-header'"
|
|
4545
4545
|
class="d-flex attribute-container-header {{'sort-order-' + attributeContainer.sortOrder}}">
|
|
4546
4546
|
<div class="ms-auto me-0" (click)="edit(editModal, attributeContainer)">
|
|
4547
|
-
<i class="fas fa-pencil"></i>
|
|
4547
|
+
<i class="fas fa-pencil-alt"></i>
|
|
4548
4548
|
</div>
|
|
4549
4549
|
</div>
|
|
4550
4550
|
<div class="d-flex flex-grow-1 y-auto" style="flex: 1 1 1px;">
|
|
@@ -4591,7 +4591,7 @@ class AttributeContainerComponent {
|
|
|
4591
4591
|
</ng-template>
|
|
4592
4592
|
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4$1.BusyComponent, selector: "hci-busy", inputs: ["busy", "busySubjects", "getBusySubjects", "parentSelector", "rootClass", "icon", "iconSize", "showIcon", "mxAuto", "myAuto", "text", "template", "config"] }, { kind: "component", type: AttributeAbsoluteComponent, selector: "hci-attribute-absolute" }, { kind: "component", type: AttributeFlexComponent, selector: "hci-attribute-flex" }, { kind: "component", type: AttributeEditComponent, selector: "hci-attribute-edit" }, { kind: "pipe", type: IsGroupAttributePipe, name: "isGroupAttribute" }] }); }
|
|
4593
4593
|
}
|
|
4594
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1
|
|
4594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AttributeContainerComponent, decorators: [{
|
|
4595
4595
|
type: Component,
|
|
4596
4596
|
args: [{
|
|
4597
4597
|
selector: "hci-attribute-container",
|
|
@@ -4602,7 +4602,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
|
|
|
4602
4602
|
<div *ngIf="editPopup" [id]="'id-attribute-container-' + attributeContainer.idAttributeContainer + '-header'"
|
|
4603
4603
|
class="d-flex attribute-container-header {{'sort-order-' + attributeContainer.sortOrder}}">
|
|
4604
4604
|
<div class="ms-auto me-0" (click)="edit(editModal, attributeContainer)">
|
|
4605
|
-
<i class="fas fa-pencil"></i>
|
|
4605
|
+
<i class="fas fa-pencil-alt"></i>
|
|
4606
4606
|
</div>
|
|
4607
4607
|
</div>
|
|
4608
4608
|
<div class="d-flex flex-grow-1 y-auto" style="flex: 1 1 1px;">
|
|
@@ -4695,8 +4695,8 @@ class CodModule {
|
|
|
4695
4695
|
ngModule: CodModule
|
|
4696
4696
|
};
|
|
4697
4697
|
}
|
|
4698
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1
|
|
4699
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1
|
|
4698
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CodModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4699
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: CodModule, declarations: [AttributeBase,
|
|
4700
4700
|
AttributeAbsoluteComponent,
|
|
4701
4701
|
AttributeContainerComponent,
|
|
4702
4702
|
AttributeFlexComponent,
|
|
@@ -4720,7 +4720,7 @@ class CodModule {
|
|
|
4720
4720
|
AttributeDefaultComponent,
|
|
4721
4721
|
AttributeContainerComponent,
|
|
4722
4722
|
IsGroupAttributePipe] }); }
|
|
4723
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1
|
|
4723
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CodModule, imports: [AgGridModule,
|
|
4724
4724
|
CommonModule,
|
|
4725
4725
|
FormsModule,
|
|
4726
4726
|
RouterModule,
|
|
@@ -4734,7 +4734,7 @@ class CodModule {
|
|
|
4734
4734
|
NgxMatTimepickerModule,
|
|
4735
4735
|
NgxMatNativeDateModule] }); }
|
|
4736
4736
|
}
|
|
4737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1
|
|
4737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CodModule, decorators: [{
|
|
4738
4738
|
type: NgModule,
|
|
4739
4739
|
args: [{
|
|
4740
4740
|
imports: [
|