$ |
$ |
$ |
$ |
buttonLabels |
Type : object
|
Default value : {
add: 'Add',
cancel: 'Cancel',
delete: 'Delete',
save: 'Save',
copy: 'Copy',
previous: '<',
next: '>',
}
|
context |
Default value : require.context('./', true, /\.spec\.ts$/)
|
require |
Type : any
|
defaultFilterOperators |
Type : object
|
Default value : {
character: 'startswith',
string: 'startswith',
}
|
FIELD_POSITION_SETTINGS |
Type : []
|
Default value : [
'position',
'left',
'right',
'top',
'bottom',
'margin',
'margin-top',
'margin-bottom',
'margin-left',
'margin-right',
]
|
LABEL_POSITION_SETTINGS |
Type : []
|
Default value : ['top', 'bottom', 'position', 'left']
|
LABEL_LESS_TYPES |
Type : []
|
Default value : [
'text',
'editor',
'lookup',
'combo',
'checkbox',
'button',
]
|
LOGIN_ROLE |
Type : string
|
Default value : 'login'
|
LOGOUT_ROLE |
Type : string
|
Default value : 'logout'
|
moment |
Default value : moment_
|
SMART_RENDERERS |
Default value : new InjectionToken<RendererDefinition>(
'SmartFormItemRenderers'
)
|
smartConfig |
Type : SmartConfigOptions
|
Default value : null
|
SmartDeveloperToolsFormLayout |
Type : SmartFormConfiguration
|
Default value : {
columns: [
{
TabFolder: {
componentType: 'tabfolder',
componentOptions: {
objectName: 'TabFolder',
verticalStretch: true,
pages: [
{
label: 'Session Info',
columns: [
{
SessionInfo: {
componentType: 'custom',
componentOptions: {
verticalStretch: true,
placeholderId: 'sessionInfo',
},
},
},
],
},
{
label: 'File Search',
columns: [
{
FileSearch: {
componentType: 'custom',
componentOptions: {
verticalStretch: true,
placeholderId: 'fileSearch',
},
},
},
],
},
{
label: 'ABL Dojo',
columns: [
{
AblDojo: {
componentType: 'custom',
componentOptions: {
verticalStretch: true,
placeholderId: 'ablDojo',
},
},
},
],
},
{
label: 'AppServer',
columns: [
{
AppServer: {
componentType: 'custom',
componentOptions: {
verticalStretch: true,
placeholderId: 'appServer',
},
},
},
],
},
{
label: 'Server Side Logging',
columns: [
{
ServerSideLogging: {
componentType: 'custom',
componentOptions: {
verticalStretch: true,
placeholderId: 'serverSideLogging',
},
},
},
],
},
{
label: 'Configuration Info',
columns: [
{
ConfigurationInfo: {
componentType: 'custom',
componentOptions: {
verticalStretch: true,
placeholderId: 'configurationInfo',
},
},
},
],
},
],
},
},
},
],
settings: {
iconFileName:
'Consultingwerk/Windows/Framework/Images/army_knife_16.png',
stretchMode: true,
},
}
|