mmhglobal-zcore v2.31.0
MmhglobalZcore
This library was generated with Angular CLI version 13.3.0.
Changelo
Upcoming
2.31.0
- zcomponent.model - Added:
EnableHidingproperty toZGridCustomColumn. - zcomponent.model - Bug Fix: Fixed wrong symbol used for
maxLengthValidator. - zgroup.model - Added:
EnableHidingproperty tozField. - zgroup.model - Added: Component types
"a"and"zbuttons_container". #CR2412-009848.
2.30.3 2.30.2 2.30.1
- zcomponent.model - Changed: Renamed Validator names.
- zcomponent.model - Fix bug: Fix MinLength validator by including white space. #CR2501-010006.
- menu.service - Enhanced: Added get and set menuName and also set to the session storage.
- webapi.service - Enhanced: Added menuName in request header for all webapi triggered.
2.30.0
- auth-interceptor - Enhanced: exception handling for API errors.
- zgroup.model - Added: loadViaAsset property for zudf to enable runtime loading from the asset folder.
- zgroup.model - Added interfaces: FormBuilderQueryParamData, and enums: DebuggerFieldElementName, FormBuilderDirectAccessQueryParamValue, FormBuilderDirectAccessQueryParamKey for the debugger section.
- field.service - Added: getFormFieldElementFromServer() and getListFieldElementFromServerWithoutMapping() for retrieving Field Element details from the server.
- webApi.service - Added: functions to facilitate interaction with the Node server.
- zcore.service - Added: isAppRunningInLocalhost() to check if the app is running on localhost.
2.29.0
- resourceapi.service - Enhancement: Enhanced to store and reuse the project domain URL in session storage.
- resourceapi.service - Added: Added the getCustomResource function to fetch custom resources from the environment file.
- resourceapi.service - Changed: Changed getDomainUrlByProjectCode to getProjectDomainUrl for getting domain url from environment.ts.
- resourceapi.service - Added: Added getAppmonDomainUrl function to get Appmon domain url only.
- field.service - Enhancement: Changed the API route prefix used by the service to private.
- field.service - Enhancement: Added an extra parameter to allow passing in and using the custom resource value.
- zgroup.model - Added: CustomResource property for zudf; DisableStrictMode for sfdatetimepicker.
- zgroup.model - Added: Added StateSettingInfo interface and StateType enum for statesetting service.
- zgroup.model - Added: Added action property to NavItem.
- zgroup.model - Added: Temp added following to zField:
CheckboxOnly: boolean; // zgrid
Background: any; //ztrendcard
Header: string; // ztrendcard
ValueAxis: Array<any>; //zchart
CrossingValues: Array<any>; //zchart
DisabledDates: number | string | DatetimeStep; // zNumeric, zDateTime
LabelVisualConfiguration: any; //zChart
CategoryAxis: Array<any>; //zchart Navigator
NavigatorAxis: Array<any>; //zchart Navigator
CustomTooltipFunc: string;//zChart
LegendSpacing: number;//zChart
LabelVisual: Array<any>;//zChart
ValueNavigatorAxis: Array<any>;//zChart
Panes: Array<any>;//zChart
Navigator: boolean;//zChart
NavItems: Array<any>; //zchart- zcomponent.model - Added: Added Id for ZGridSettings interface.
- statesetting.service - Added: Created a new service to interact with the project's Web API for saving, deleting, and reading state settings.
2.28.1
- offlinedatabase.service - Fix: Updated the decoding method to use decodeURIComponent for getJsonCache.
- webapi.service - Enhancement: Skipped warning messages returned by the ApiSummaryInfos API.
2.28.0
- zcomponent.model - Enhancement: Improved the generateAndDownload function to handle multiple JSON files.
- zcomponent.model - Fix: Correctly handles lazy-loaded dropdown data when search text is null and improves asynchronous fetching.
- zgroup.model - Added: New enum and interface to support asset data; new InnerRatio for ztrendcard.
- field.service - Development: Update for loadViaAsset feature.
- webapi.service - Development: Added new function assetsHttpLocalGet, assetsHttpNodeGet, assetsHttpNodePut for loadViaAsset feature.
2.27.0
- zcomponent.model - Remove texteditor value from zModel before patchValue() IM2408-005258.
- idle.service - Enhancement: Allow developers to customize the idle dialog with optional properties for the header, content, button colors, and button order through the environment configuration.
idleConfig: {
isEnabled: true,
idleThresholdMinutes: 20,
waitingIdleThresholdMinutes: 5,
header: 'My Dialog Title',
sessionExpiryMessage: 'Waiting your response until: ${formattedIdleThresholdTime}',
reverseButtonOrder: true,
buttonColorYes: 'danger',
buttonColorNo: 'warning',
buttonColorOk: 'primary'
}2.26.0
- zcomponent.model - Enhanced generateAndDownload to handle JSON and ZIP files.
- zgroup.model - Added more TriggerFromType properties.
- resourceapi.service - Enhanced to capture the Appmon domain URL.
- field.service - Refined and enhanced getFormFieldCode to retrieve field elements. If loadViaAsset is true in the environment, it loads from asset folder; otherwise, it will load from the OAuth Web API.
2.25.0
- idle.service - Updated default values for idleThresholdMinutes and waitingIdleThresholdMinutes to 20 and 5 minutes, respectively.
- auth.service - Enabled idle service by default if not specified in the environment.
- auth.service - Removed the unused enableIdleAutoLogout handling condition.
2.24.2
- zgroup.model - Added property support for
zganttchart.
timelineViewType: string[];
timelimeDefault: string;
timelineSize: string;
selectable: boolean;
uniqueKey: string;
max: number;
onItemClick: string;
defaultCollapse: boolean;
allowCollapse: boolean;offlinedatabase.service - getJsonCache to handle only if cache returned data length is valid.
2.24.1
- webapi.service - Minor fix for
buildHttpHeaders, handlingthis.groupbeing null.
2.24.0
- group.model - Added
buttonEventDetailforzgroupto retain button details,maxdateandmindatedatetime properties. - workflow.service - Added handling
DisableTriggerTimerforfunctionalButton_OnClick. - webapi.service - Enhanced
buildEventDetailto utilizebuttonEventDetailif the passed event is null.
2.23.5
- webapi.service - Included
field element form nameineventdetail.
2.23.4
- zgroup.model - Added
isCollapseinPanelItem.
2.23.3
- zgroup.model - Added
ExcelCellFormat,ExportDataResourceURLfor grid exporting usage.
2.23.2
- zcomponent.model - Fixed for
getInfiniteDataused for dropdown lazyloading.
2.23.1
- zcomponent.model - Removed subscribe for
getInfiniteDataifrecordIdis present, as it is an observable function.
2.23.0
- zcomponent.model - Changes for
getInfiniteDatato load all data based on an interval of 0.5 sec until the total record count or a maximum of 1000 records (whichever is lower). - attachment - Changed to adopt
webapiServicenew argument passing. - field - Added
triggerFromoptional argument forgetFormFieldCodefunction. - webapi.service - Changed 3rd argument to use
WebApiAdditionalDetailobject for future enhancements. - workflow.service - Changed to adopt
webapiServicenew argument passing.
2.22.0
- sessionmanager.service - Added new service for session manager.
- zgroup.model - Added
AllowedFileExtension,MaxInfiniteTotalLoadproperty forZField. - zgroup.model - Added
TriggerFromTypefunction. - zcomponent.model - Added
generateTimeStampIdfunction.
2.21.1
- signalr.service - Minimized warning messages for signalr not being enabled.
- fontawesome - Added
getAllIconsfunction.
2.21.0
- alert.service -
dismissByHeadernow returns result when filtering the array. - toast.service -
dismissByHeadernow returns result when filtering the array. - workflow.service - Enabled
isTriggerwhen a functional button is clicked. - zgroup.model - Added
SelectOptionsPinnedfor pinning select all checkbox column.
2.20.1
- translation - Fixed error message alert header and button not being translated (#3722).
2.20.0
- field.service - Added functions to support form builder.
- zgroup.model - Added
menuItemsinZFieldto supportkmenu. - zgroup.model - Added
PanelAreainZFieldto supportksplitter. - zgroup.model - Added
SearchOperator,SearchLengthinZFieldforselectMultipleproperty; addedDropdownSearchOperatorobject support. - zgroup.model - Added
FieldElementFormTypeandIsGenerateFormControlNameByContainerNameinZFieldto supportzudf. - translation - Fixed bug if value is empty.
- fontawesome - Added icons.
2.19.5
- zgroup.model - Added
ExcelCellFormatfor grid exporting usage.
2.19.4
- zgroup.model - Added
ExportDataResourceURLforzgridusage.
2.19.3
- error-handler - Refined the error message for fields using
MinLengthIgnoreSpacefield attribute (#3483). - component.model.ts - Added
ToolTipPositionproperty forAddOnscomponent (#3580).
2.19.2
- zgroup.model - Removed unused
beforeGridGetDatafromZGroup. - field.service - Enhanced list form to handle "_loaded" event properly.
- fontawesome - Added few more icon support.
2.19.1
- logging.service - Standardized method for logging and debugging.
2.19.0
- Added
ContextMenuSettingsintoZField. - idle-service - Enhanced to distinct user include project iis setting. Fine tune for alert when session timeout.
- fontawesome - Added eye icon.
2.18.2
- Tidying up and organizing the
zFieldfor every component.
2.18.1
- Deprecated
isMobileScreen()inzcomponent.model.ts.
2.18.0
- The following properties have been removed from
zField: cellFilterfilterCellFilteredenablePinningpinnedRightUpdateOnBlurAppendDivClearFixEnableHidingAddButtonVisibleDefaultAsCheckedEnableExportRTFEnableExportTIFFEnableExportMHTMLEnableExportXPSFontSizeGridClickableIconsDefaultQueryDefaultValueIsNullableOnApplyClickShowQueryResultSuccessCreatedMessageSuccessUpdatedMessageResourceURLAltdoubleHeightEnableExportCSVEnableExportExcelEnableExportPDFCheckboxOptionsCheckedValuescache Clear cache upon logout (method 1).
- Enhanced idle service and implemented auto token refresh feature. It can be enabled by adding the following configuration in the environment:
idleConfig: {
isEnabled: true,
idleThresholdMinutes: 15,
waitingIdleThresholdMinutes: 12.17.0
- zgroup.model Added
isGroupByEnabledproperty inVirtualScrollOptioninterface. - alert.service Minor fix for alert not initially callback if no translated content.
2.16.0
- Changed
ITSMLoggingServicetologgingService. - Created
proxyServiceto inject service in case of circular import. AlertandToast servicenow will not notify again if triggered 2nd time with same header and message.- zcomponent.model - Added
beforeModalReponseforModalPageParams. - zgroup.modal - Added
OkayforDialogResponse. - translate.service - Used
proxyServiceto inject auth service when called. - alert.service - Enhanced default
backdropDismissas false, added methoddismissAll,dismissByHeader,dismissByMessage,getLatestAlert. - auth.service - Added handling of
enableIdleAutoLogoutif set in environment. - toast.service - Changed
dismisstodismissAll, added methoddismissByHeader,dismissByMessage. - webapi.service - Changed to use renamed
logging.serviceinstead.
2.15.0 (identical to 2.14.0)
- No modifications have been made.
2.14.0
- ui-signal.service - Added new service to broadcast events emitted by ui components.
2.13.1
- zcomponent.model - Fixed
getgroupvaluereturning boolean if value is undefined in group scope.
2.13.0
- Note:
app.modulerequires usinghttpInterceptorProvidersin the provider and removing existing Interceptor. - Interceptor - Reorganized the interceptor to follow angular standard.
- logging-interceptor - Added log in console whenever API is triggered.
- zgroup.model - Tidied the property, added enum
OauthResponseStatusfor oauth response status usage. - auth.service - Cleaned up the code, added more logging and error catching handling.
- webapi.service - Added log if error 401.
- zcore - Added handling of enable debugger when URL with debug session.
2.12.0
- zcomponent.model - Bug fix for
getGroupValue, should escape if unable to find the property in the group scope. - signalr.service - Added log to console if not enabled.
- zgroup.model - Cleaned up the
zfieldproperty. - zgroup.model - Added
ExpandDisabledNodesproperty forztree. - zgroup.model - Added
VirtualScrollOptionandDataSetResultfor virtual scroll component.
2.11.1
- zcomponent.model - Renamed the variable to be more readable.
- zgroup.model - Minor code tidy for the
zFieldproperty. - zgroup.model - Added
GridFilterConfigurationproperty andFilterConfigurationinterface forzgridfiltering.
2.11.0
- zgroup - Cleaned property for ztree attributes and added
TreeViewCheckboxConfigurationproperty with proper interface. - zcomponent.model - Added
getCheckedValues,setCheckedValues, andsetDisabledCheckBoxproperty (for ztree). - zcomponent.model - Fixed bug where hidden columns were not working.
- zgroup - Added new properties for
ksplitterandvirtual scroll.
2.10.1
- zgroup.model - Added
SelectionStyleinterface inzFieldforzcolorpickeroption.
2.10.0
- collectActivity.service - Changed to use interface object
ActivityInfoin parameter as part of code cleaning. - zgroup.model - Added
FormInfoandActivityInfointerface; renamedFieldTypetoFormType. - field.service; resourceapi.service; webapi.service - Changed to pass
ActivityInfoas parameter when callingcollectActivity. - field.service - Changed variable names for readability.
2.9.0
- public-api - Removed
statepersistentdefault used for grid. - zcomponent-model - Improved
ZGridSettingsinterface. - zcomponent-model - Changed
ZGridColumnSettingstoZGridColumnConfigs. - zcomponent-model - Added
setGridStateandsetGridToFirstPageproperty forzgrid. - zcomponent-model - Cleaned up
getGridColumnsfunction code and usedZGridSettingsobject instead of multiple parameters. - auth.service - Generated special token for component usage.
- zgroup - Added interface for
zModalConfigtozgroup.model. - zgroup - Added new property into
ZField:OnScroll(for virtual_scroll). - zgroup - Added new properties into
ZField:CheckboxOptions,CheckedValues(for ztree). - zgroup - Added new property into
ZField:ComponentSettings(for texteditor). - zcomponent.model - Fine-tuned
ModalPageParamsnaming and added new params.
2.8.8
- zcomponent.model - Added
generateAndDownloadandgenerateZipFilefunctions for generating files and enabling them to be downloaded as a zip archive.
2.8.7
- components - Enhanced Input Field Validator: Added
MinLengthIgnoreSpaceand Custom Validator. - zgroup - Added
PanelItemsinZFieldforksplitter. - zgroup - Added
SectioninZFieldfor virtual scroll component.
2.8.6
- zgroup.model - Added
DataRowClassintogroup.model. - field.service - Added
refreshFormFieldfunction to reload field element.
2.8.5
- public-api - Added
offinedatabase.service.
2.8.4
- zcomponent.model - Enhanced
ComponentSetPropertyinterface with more functions to manage component style. - fontawesome - Allowed using icons from
free-regular-svg-iconslibrary. Use 'far_' as prefix (e.g.,far_file-zipper). - zgroup.model - Added
RowHighlightinterface for grid. - resourceapi.service - Added function to retrieve project domain URL.
- offinedatabase.service - Changed handling for offline database.
2.8.3
- auth.service - URL validation for cache clearing will incorporate the base href from
index.html, if available.
2.8.2
- auth.service - Excluded the forward slash from the href when validating for cache clearance during login.
2.8.1
- auth.service - Bug fix for validation.
2.8.0
- auth.service - Cleaned up the code and reinstated the auto-login condition. Added before initiating auto-login, check to see if the current URL corresponds to the login page. If it does, the code will automatically clear the cache.
- zgroup - Added interface for
CacheInfo,JsonCache, and movedAuthInfointerface tozgroup.model.
2.7.2
- auth.service - Minor code cleanup.
2.7.1
- toast.service - Default permanent toast alert at bottom.
- webapi.service -
ClientUrlvalue cleanup before sending. - zgroup - Default
subscribeToModificationAlertas true.
2.7.0
- toast.service - Added
showPermanentlyfunction to permanently display the toast alert. - signalR.service - Enhanced all functions and removed
getEventfunction, main function will besubscribeToEventwhich allows passing callback function. - offlinedatabase - Added offline database service for storing data to the
indexedDb. - alert.service - Added
stopAutoCloseOnBackgroundClickto controlbackdropDismiss. By default, it is false. - zgroup - Added
CacheInfoforZField,signalRCallbackHandler&subscribeToModificationAlertforZGroupto be used for signalR. Improved few enum options. - webapi.service - Added
ClientUrlto sendwindow.location.hrefin the header for every API call.
2.6.8
- attachment.service - Added Sharepoint service integration.
- sharepoint.service - Added Sharepoint service.
- zgroup - Added Sharepoint interface and new attribute for field element.
- auth.service - Standard X-LocalDate format across all browsers and all languages.
2.6.6
- auth.service - Added API header in OAuth Token API for AppMon Access Logging.
- Added
beforeLoadColumnevent name to be used byztreelist,zgrid.
2.6.5
- Added
clonedFieldsingroupforzloopto store the cloned fields that will be used for error message display. - ComponentErrorHandlerService - Enhanced error handler service to handle for zloop child components.
2.6.4
- Added enum
InternalComponentTypeto control which internal kendo component to use as dropdown list.
2.6.3
- Added
Orientationforksplitter. - Shifted
removeTextEditorValueFromFormPatchingfunction from main service toZComponentHelper. - Workflow service to call
removeTextEditorValueFromFormPatchingwhenpatchValuefor the formgroup.
2.6.2
- Added
LoopingElementConfigforngForconfig.
2.6.1
- Added
HideShowResultPanelforZField. - workflowservice - Updated
localGoToButton_OnClickfunction to be in sync withserverGoToButton_OnClickfunction.
2.6.0
- Moved component error handler to
zcore, to allow full usage in all libraries.
2.5.0
- Handle
MinandMaxvalue validator inznumericcomponent.
2.4.11
- Updated extra error handling for interceptor if token expired.
2.4.10
- Added extra error handling for interceptor if token expired.
2.4.9
- Updated
ComponentSetPropertyforzudf. - Updated model argument for
zudffunction.
2.4.8
- Updated
ActionTypeand added default delimiter. - Updated model argument for
zudffunction.
2.4.7
- Added
Field Element Nameargument torenderFieldElement,renderFieldElementByJsonStringforzudf.
2.4.6
- Added
DisableAutoAppendGridDateFilterColattribute forzgrid.
2.4.5
- Fix workflow service to patch back status if
processingstatusreturned false.
2.4.4
- Added
FieldElementNameinzFieldfor after form loaded event. - Field service will now handle
getComponentLoaded$after event triggered. - Added
FieldTypeand updatedDefaultMessage.
2.4.2
- groupmodel - Added few properties for the model and updated default message.
- workflowservice -
afterworkflowactionto return API response.
2.4.1
- Rebuild due to library compatibility issue.
2.4.0
- zcomponent - Handle
GridCellReplaceValueset in field element forzgrid. Cell value changes based on setting in field element.
2.3.0
- fontawesome - Implemented
getIconfunction to be used by component to retrieve icon.
2.2.1
- fontawesome - Added few new icons.
2.2.0
- authservice - Changes for external login authentication.
2.1.1
- zcomponent.model - Temp fix to ignore
zudffield if its value is not null.
2.1.0
- zgroup - Added
FieldElementCodeforZField. - cache service - Added new cache service method.
- signalR - Added signalR service.
2.0.2
- Enhanced webapi service not to show error message upon 401 and added flag to control the display of error message.
- Added default enums for
ComponentType,ActionType,DefaultMessage,DefaultDialogTitlefor more project consistency and standardization.
2.0.1
- Customized
IsRequired,MinLength,MaxLengthvalidator fortexteditorthat ignores HTML strings.
2.0.0
- Release library version 2.
- Added group property to hide all add/remove buttons before UI rendered (
isHideAllAddNode,isHideAllRemoveNode). - Added optional input params for
hideAddNodeandhideRemoveNodeused inztree.
8 months ago
10 months ago
10 months ago
10 months ago
11 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago