automationIdProperty |
Default value : new DependencyProperty(
'AutomationId',
'',
changeCb
)
|
WeakRefActualType |
Default value : (window as any).WeakRef as new (
obj: any
) => WeakRef<any>
|
Internal constant to access weak references |
weakReferencesSupported |
Default value : typeof WeakRefActualType !== 'undefined'
|
clickActionParameterProperty |
Type : DependencyProperty
|
Default value : new DependencyProperty(
'clickActionParameter',
null,
changedSetCommandParameter
)
|
Click action parameter property object |
clickActionProperty |
Type : DependencyProperty
|
Default value : new DependencyProperty(
'clickAction',
null,
changedSetCommand
)
|
Click action property object |
clickCommandBehaviorProperty |
Type : DependencyProperty
|
Default value : new DependencyProperty('clickCommandBehavior', null, null)
|
Click command behavior property object |
containerInjectionToken |
Type : string
|
Default value : 'Microsoft.Practices.Unity.IUnityContainer'
|
Copyright (C) Mobilize.Net info@mobilize.net - All Rights Reserved This file is part of the Mobilize Frameworks, which is proprietary and confidential. NOTICE: All information contained herein is, and remains the property of Mobilize.Net Corporation. The intellectual and technical concepts contained herein are proprietary to Mobilize.Net Corporation and may be covered by U.S. Patents, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Mobilize.Net Corporation. |
eventAggregatorInjectionToken |
Type : string
|
Default value : 'Microsoft.Practices.Prism.Events.IEventAggregator'
|
moduleCatalogInjectionToken |
Type : string
|
Default value : 'Microsoft.Practices.Prism.Modularity.IModuleCatalog'
|
moduleManagerInjectionToken |
Type : string
|
Default value : 'Microsoft.Practices.Prism.Modularity.IModuleManager'
|
regionBehaviorFactoryInjectionToken |
Type : string
|
Default value : 'Microsoft.Practices.Prism.Regions.IRegionBehaviorFactory'
|
regionManagerInjectionToken |
Type : string
|
Default value : 'Microsoft.Practices.Prism.Regions.IRegionManager'
|
regionViewRegistryInjectionToken |
Type : string
|
Default value : 'Microsoft.Practices.Prism.Regions.IRegionViewRegistry'
|
serviceLocatorInjectionToken |
Type : string
|
Default value : 'Microsoft.Practices.ServiceLocation.IServiceLocator'
|
context |
Default value : require.context('./', true, /\.spec\.ts$/)
|
require |
Type : literal type
|
createSpy |
Default value : (baseName?) => jest.fn()
|
currentDataServiceId |
Type : number
|
Default value : 1
|
currentDateTimeFormatInfoCache |
Type : object
|
Default value : {
globalizationFormats: [],
formats: [],
}
|
Cache to reduce re-calculation of current date time formats |
D_COMPATIBLE_COMPONENT |
Default value : new InjectionToken<RibbonComponentData>(
'D_COMPATIBLE_COMPONENT'
)
|
Injection token used to access to components |
DefaultNumberFormatter |
Default value : new FlexibleJsNumberFormatter()
|
Formatter to use in the library |
defaultSettings |
Type : object
|
Default value : { Indent: false }
|
Default writer settings |
downloadFileWithContents |
Default value : (
fileName: string,
contents: any,
mimeType?: string
) => {
const blob = new Blob([contents], { type: mimeType ?? 'text/plain' });
const link = document.createElement('a');
link.download = fileName;
link.rel = 'noopener';
link.href = window.URL.createObjectURL(blob);
link.click();
}
|
Copyright (C) Mobilize.Net info@mobilize.net - All Rights Reserved This file is part of the Mobilize Frameworks, which is proprietary and confidential. NOTICE: All information contained herein is, and remains the property of Mobilize.Net Corporation. The intellectual and technical concepts contained herein are proprietary to Mobilize.Net Corporation and may be covered by U.S. Patents, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Mobilize.Net Corporation. |
handleFileSelection |
Default value : (ev: Event) => {}
|
emptyIterable |
Type : object
|
Default value : {
[Symbol.iterator]() {
return { next: () => ({ done: true, value: undefined }) };
},
}
|
explicitInterfaceCompatibilityMetadataKey |
Default value : Symbol(
'wm_compatibility_explicit_interface'
)
|
Copyright (C) Mobilize.Net info@mobilize.net - All Rights Reserved This file is part of the Mobilize Frameworks, which is proprietary and confidential. NOTICE: All information contained herein is, and remains the property of Mobilize.Net Corporation. The intellectual and technical concepts contained herein are proprietary to Mobilize.Net Corporation and may be covered by U.S. Patents, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Mobilize.Net Corporation. |
fullClassNameCompatibilityMetadataKey |
Default value : Symbol(
'wm_compatibility_full_class_name'
)
|
Metadata key for storing the full class name in the original platform |
supportedInterfacesCompatibilityMetadataKey |
Default value : Symbol(
'wm_compatibility_supported_interfaces'
)
|
Metadata key for storing supported interfaces |
serializerFactory |
Default value : new SerializerFactory()
|
handlers |
Type : []
|
Default value : []
|
setTimeoutHandler |
Default value : () => {
const handlersClone = [...handlers];
handlers = [];
for (const handler of handlersClone) {
try {
handler();
} catch (e) {
console.error(e);
}
}
}
|
timeoutId |
Type : any
|
Default value : null
|
iconDoesNotEndWith |
Type : string
|
Default value : "<svg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M1.5,19.15V16.54H3.27v2.61Z'/><path d='M5.12,19.15V16.54H6.88v2.61Z'/><path d='M8.73,19.15V16.54H10.5v2.61Z'/><path d='M13.5,22,20.38,2H22.5L15.63,22Z'/><path d='M21.12,16.74a18.22,18.22,0,0,0,.15,2.41h-2a5.71,5.71,0,0,1-.16-1.33c-.38.69-1.21,1.58-3.24,1.58a3.24,3.24,0,0,1-3.6-3.28c0-2.39,1.88-3.48,5.05-3.48h1.76v-.86c0-.9-.3-2-2.17-2-1.68,0-2,.81-2.16,1.63h-2C13,9.89,13.91,8.22,17,8.23c2.65,0,4.11,1.09,4.11,3.53Zm-2-2.72H17.49c-2,0-3.1.57-3.1,2a1.78,1.78,0,0,0,2,1.82c2.43,0,2.76-1.65,2.76-3.48Z'/></svg>'"
|
iconDoesNotEndWith operator |
iconDoesNotStartWith |
Type : string
|
Default value : "<svg id='Layer_1' data-name='Layer 1'xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M15,19.15V16.54h1.77v2.61Z'/><path d='M18.62,19.15V16.54h1.76v2.61Z'/><path d='M22.23,19.15V16.54H24v2.61Z'/><path d='M3.85,15,2.37,19.15H.23L5.36,4.6H8l5.35,14.55H11.1L9.57,15ZM9,13.15C7.72,9.47,7,7.45,6.65,6.3h0C6.28,7.57,5.45,10,4.38,13.15Z'/><path d='M2,22,8.88,2H11L4.13,22Z'/><rect y='20' width='14' height='1'/></svg>"
|
iconDoesNotStartWith operator |
mkenum |
Default value : <T extends { [index: string]: U }, U extends string>(
x: T
) => x
|
XamSelectionMode |
Default value : mkenum({
None: 'None',
Single: 'Single',
Multiple: 'Multiple',
})
|
nodeCrypto |
Default value : require('crypto')
|
originalDataErrorInfoInterface |
Type : string
|
Default value : 'System.ComponentModel.IDataErrorInfo'
|
Name of the original contract for data error info |
originalErrorNotificationInterfaceName |
Type : string
|
Default value : 'System.ComponentModel.INotifyDataErrorInfo'
|
Original name of error notification interfaces |
PredefinedTypeDeserializationInfo |
Type : PredefinedTypeDeserializationInfos
|
Default value : {
Number: {
wrapperElementName: 'int',
deserializationFunction: (data: string) => Number.parseFloat(data),
},
String: {
wrapperElementName: 'string',
deserializationFunction: (data: string) => data,
},
Date: {
wrapperElementName: 'dateTime',
deserializationFunction: (data: string) => new Date(data),
},
Boolean: {
wrapperElementName: 'boolean',
deserializationFunction: (data: string) => data.toLowerCase() === 'true',
},
}
|
RadUAGPrefix |
Type : string
|
Default value : 'RadUAG_'
|
Copyright (C) Mobilize.Net info@mobilize.net - All Rights Reserved This file is part of the Mobilize Frameworks, which is proprietary and confidential. NOTICE: All information contained herein is, and remains the property of Mobilize.Net Corporation. The intellectual and technical concepts contained herein are proprietary to Mobilize.Net Corporation and may be covered by U.S. Patents, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Mobilize.Net Corporation. |
regionCreationBehaviorProperty |
Default value : new DependencyProperty(
'RegionCreationBehavior',
null,
null
)
|
regionManagerProperty |
Default value : new DependencyProperty(
'RegionManager',
null,
null
)
|
regionNameProperty |
Default value : new DependencyProperty(
'RegionName',
'',
changeCallback
)
|
reISO |
Default value : /^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2}(?:\.\d*)?)Z$/
|
reMsAjax |
Default value : /^\/Date\(([+-]?\d*)\)[\/|\\]$/
|
reMsAjaxWithTimezone |
Default value : /^\/Date\((-?[0-9]+)([+-])([0-9][0-9])([0-9][0-9])\)\//
|
reIsStream |
Default value : /;System\.IO\..*Stream, mscorlib, Version=.*, Culture=.*, PublicKeyToken=.*;AssemblyName=/
|
Regex used to check if a resource is a stream. |
SmColors |
Type : object
|
Default value : {
Red: createColorFromArgb(255, 255, 0, 0),
Green: createColorFromArgb(255, 0, 128, 0),
Blue: createColorFromArgb(255, 0, 0, 255),
Black: createColorFromArgb(255, 0, 0, 0),
White: createColorFromArgb(255, 255, 255, 255),
LightGray: createColorFromArgb(255, 0xd3, 0xd3, 0xd3),
LightYellow: createColorFromArgb(255, 255, 255, 224),
Brown: createColorFromArgb(255, 165, 42, 42),
Cyan: createColorFromArgb(255, 0, 255, 255),
DarkGray: createColorFromArgb(255, 169, 169, 169),
Gray: createColorFromArgb(255, 128, 128, 128),
Magenta: createColorFromArgb(255, 255, 0, 255),
Orange: createColorFromArgb(255, 255, 165, 0),
Purple: createColorFromArgb(255, 128, 0, 128),
Yellow: createColorFromArgb(255, 255, 255, 0),
Transparent: createColorFromArgb(0, 0, 0, 0),
}
|
TEMPLATE_COMPONENT_CONTEXT |
Default value : new InjectionToken<string>(
'injection_token_for_template_component_context'
)
|
Injection token for the context of template components |
TEMPLATE_DECLARING_CONTEXT |
Default value : new InjectionToken<string>(
'injection_token_for_template_declaring_context'
)
|
Injection token for the declaring context of template components |