You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
435 lines
11 KiB
JSON
435 lines
11 KiB
JSON
{
|
|
"name" : "Kopfzeile",
|
|
"configKey" : "header",
|
|
"page" : 0,
|
|
"components" : [ {
|
|
"input" : false,
|
|
"tableView" : false,
|
|
"columns" : [ {
|
|
"components" : [ {
|
|
"labelPosition" : "left-right",
|
|
"label" : "Ersteller",
|
|
"mask" : false,
|
|
"disabled" : true,
|
|
"tableView" : true,
|
|
"type" : "select",
|
|
"input" : true,
|
|
"key" : "creation_user_id",
|
|
"validate" : {
|
|
"unique" : false,
|
|
"customMessage" : "",
|
|
"json" : "",
|
|
"required" : false,
|
|
"custom" : "",
|
|
"customPrivate" : false
|
|
},
|
|
"data" : {
|
|
"headers" : [ {
|
|
"key" : "",
|
|
"value" : ""
|
|
} ],
|
|
"url" : "api/v1/scopes/{{context.scopeId}}/processes/{{context.processId}}/users?id.equals={{data.creation_user_id}}",
|
|
"values" : [ ],
|
|
"json" : "",
|
|
"resource" : "",
|
|
"custom" : ""
|
|
},
|
|
"properties" : { },
|
|
"tags" : [ ],
|
|
"defaultValue" : "",
|
|
"dataSrc" : "url",
|
|
"lazyLoad" : false,
|
|
"valueProperty" : "id",
|
|
"selectValues" : "",
|
|
"disableLimit" : false,
|
|
"template" : "<span>{{[item.firstName, item.lastName].filter(Boolean).join(' ')}}</span>",
|
|
"placeholder" : "",
|
|
"prefix" : "",
|
|
"customClass" : "",
|
|
"suffix" : "",
|
|
"multiple" : false,
|
|
"protected" : false,
|
|
"unique" : false,
|
|
"persistent" : true,
|
|
"hidden" : false,
|
|
"clearOnHide" : true,
|
|
"dataGridLabel" : false,
|
|
"labelWidth" : 30,
|
|
"labelMargin" : 3,
|
|
"description" : "",
|
|
"errorLabel" : "",
|
|
"tooltip" : "",
|
|
"hideLabel" : false,
|
|
"tabindex" : "",
|
|
"autofocus" : false,
|
|
"dbIndex" : false,
|
|
"customDefaultValue" : "",
|
|
"calculateValue" : "",
|
|
"widget" : null,
|
|
"refreshOn" : "",
|
|
"clearOnRefresh" : false,
|
|
"validateOn" : "change",
|
|
"conditional" : {
|
|
"show" : null,
|
|
"when" : null,
|
|
"eq" : ""
|
|
},
|
|
"filter" : "",
|
|
"searchEnabled" : false,
|
|
"searchField" : "",
|
|
"minSearch" : 0,
|
|
"authenticate" : false,
|
|
"selectFields" : "",
|
|
"id" : "eiwhw5a"
|
|
} ],
|
|
"width" : 4,
|
|
"offset" : 0,
|
|
"push" : 0,
|
|
"pull" : 0,
|
|
"type" : "column",
|
|
"input" : true,
|
|
"key" : "",
|
|
"tableView" : true,
|
|
"label" : "",
|
|
"placeholder" : "",
|
|
"prefix" : "",
|
|
"customClass" : "",
|
|
"suffix" : "",
|
|
"multiple" : false,
|
|
"defaultValue" : null,
|
|
"protected" : false,
|
|
"unique" : false,
|
|
"persistent" : true,
|
|
"hidden" : false,
|
|
"clearOnHide" : true,
|
|
"dataGridLabel" : false,
|
|
"labelPosition" : "top",
|
|
"labelWidth" : 30,
|
|
"labelMargin" : 3,
|
|
"description" : "",
|
|
"errorLabel" : "",
|
|
"tooltip" : "",
|
|
"hideLabel" : false,
|
|
"tabindex" : "",
|
|
"disabled" : false,
|
|
"autofocus" : false,
|
|
"dbIndex" : false,
|
|
"customDefaultValue" : "",
|
|
"calculateValue" : "",
|
|
"widget" : null,
|
|
"refreshOn" : "",
|
|
"clearOnRefresh" : false,
|
|
"validateOn" : "change",
|
|
"validate" : {
|
|
"required" : false,
|
|
"custom" : "",
|
|
"customPrivate" : false
|
|
},
|
|
"conditional" : {
|
|
"show" : null,
|
|
"when" : null,
|
|
"eq" : ""
|
|
},
|
|
"id" : "eshoyow"
|
|
}, {
|
|
"components" : [ {
|
|
"labelPosition" : "left-right",
|
|
"label" : "Erstellt am",
|
|
"format" : "dd.MM.yyyy",
|
|
"mask" : false,
|
|
"tableView" : true,
|
|
"type" : "datetime",
|
|
"input" : true,
|
|
"key" : "creation_date",
|
|
"suffix" : true,
|
|
"widget" : {
|
|
"type" : "calendar",
|
|
"displayInTimezone" : "viewer",
|
|
"language" : "en",
|
|
"useLocaleSettings" : false,
|
|
"allowInput" : true,
|
|
"mode" : "single",
|
|
"enableTime" : true,
|
|
"noCalendar" : false,
|
|
"format" : "dd-MM-yyyy",
|
|
"defaultDate" : "",
|
|
"hourIncrement" : 1,
|
|
"minuteIncrement" : 1,
|
|
"time_24hr" : false,
|
|
"minDate" : null,
|
|
"maxDate" : null
|
|
},
|
|
"defaultValue" : "",
|
|
"defaultDate" : "",
|
|
"placeholder" : "",
|
|
"prefix" : "",
|
|
"customClass" : "",
|
|
"multiple" : false,
|
|
"protected" : false,
|
|
"unique" : false,
|
|
"persistent" : true,
|
|
"hidden" : false,
|
|
"clearOnHide" : true,
|
|
"dataGridLabel" : false,
|
|
"labelWidth" : 30,
|
|
"labelMargin" : 3,
|
|
"description" : "",
|
|
"errorLabel" : "",
|
|
"tooltip" : "",
|
|
"hideLabel" : false,
|
|
"tabindex" : "",
|
|
"disabled" : false,
|
|
"autofocus" : false,
|
|
"dbIndex" : false,
|
|
"customDefaultValue" : "",
|
|
"calculateValue" : "",
|
|
"refreshOn" : "",
|
|
"clearOnRefresh" : false,
|
|
"validateOn" : "change",
|
|
"validate" : {
|
|
"required" : false,
|
|
"custom" : "",
|
|
"customPrivate" : false
|
|
},
|
|
"conditional" : {
|
|
"show" : null,
|
|
"when" : null,
|
|
"eq" : ""
|
|
},
|
|
"useLocaleSettings" : false,
|
|
"allowInput" : true,
|
|
"enableDate" : true,
|
|
"enableTime" : true,
|
|
"displayInTimezone" : "viewer",
|
|
"timezone" : "",
|
|
"datepickerMode" : "day",
|
|
"datePicker" : {
|
|
"showWeeks" : true,
|
|
"startingDay" : 0,
|
|
"initDate" : "",
|
|
"minMode" : "day",
|
|
"maxMode" : "year",
|
|
"yearRows" : 4,
|
|
"yearColumns" : 5,
|
|
"minDate" : null,
|
|
"maxDate" : null
|
|
},
|
|
"timePicker" : {
|
|
"hourStep" : 1,
|
|
"minuteStep" : 1,
|
|
"showMeridian" : true,
|
|
"readonlyInput" : false,
|
|
"mousewheel" : true,
|
|
"arrowkeys" : true
|
|
},
|
|
"id" : "epdpyie"
|
|
} ],
|
|
"width" : 4,
|
|
"offset" : 0,
|
|
"push" : 0,
|
|
"pull" : 0,
|
|
"type" : "column",
|
|
"input" : true,
|
|
"key" : "",
|
|
"tableView" : true,
|
|
"label" : "",
|
|
"placeholder" : "",
|
|
"prefix" : "",
|
|
"customClass" : "",
|
|
"suffix" : "",
|
|
"multiple" : false,
|
|
"defaultValue" : null,
|
|
"protected" : false,
|
|
"unique" : false,
|
|
"persistent" : true,
|
|
"hidden" : false,
|
|
"clearOnHide" : true,
|
|
"dataGridLabel" : false,
|
|
"labelPosition" : "top",
|
|
"labelWidth" : 30,
|
|
"labelMargin" : 3,
|
|
"description" : "",
|
|
"errorLabel" : "",
|
|
"tooltip" : "",
|
|
"hideLabel" : false,
|
|
"tabindex" : "",
|
|
"disabled" : false,
|
|
"autofocus" : false,
|
|
"dbIndex" : false,
|
|
"customDefaultValue" : "",
|
|
"calculateValue" : "",
|
|
"widget" : null,
|
|
"refreshOn" : "",
|
|
"clearOnRefresh" : false,
|
|
"validateOn" : "change",
|
|
"validate" : {
|
|
"required" : false,
|
|
"custom" : "",
|
|
"customPrivate" : false
|
|
},
|
|
"conditional" : {
|
|
"show" : null,
|
|
"when" : null,
|
|
"eq" : ""
|
|
},
|
|
"id" : "ezh6tkh"
|
|
}, {
|
|
"components" : [ {
|
|
"input" : true,
|
|
"tableView" : false,
|
|
"label" : "Status",
|
|
"key" : "vorgang_status_text",
|
|
"defaultValue" : "",
|
|
"persistent" : false,
|
|
"clearOnHide" : false,
|
|
"conditional" : {
|
|
"show" : "",
|
|
"when" : null,
|
|
"eq" : ""
|
|
},
|
|
"type" : "textfield",
|
|
"labelPosition" : "left-right",
|
|
"tags" : [ ],
|
|
"properties" : {
|
|
"" : ""
|
|
},
|
|
"labelWidth" : 40,
|
|
"disabled" : true,
|
|
"lockKey" : true,
|
|
"placeholder" : "",
|
|
"prefix" : "",
|
|
"customClass" : "",
|
|
"suffix" : "",
|
|
"multiple" : false,
|
|
"protected" : false,
|
|
"unique" : false,
|
|
"hidden" : false,
|
|
"dataGridLabel" : false,
|
|
"labelMargin" : 3,
|
|
"description" : "",
|
|
"errorLabel" : "",
|
|
"tooltip" : "",
|
|
"hideLabel" : false,
|
|
"tabindex" : "",
|
|
"autofocus" : false,
|
|
"dbIndex" : false,
|
|
"customDefaultValue" : "",
|
|
"calculateValue" : "",
|
|
"widget" : null,
|
|
"refreshOn" : "",
|
|
"clearOnRefresh" : false,
|
|
"validateOn" : "change",
|
|
"validate" : {
|
|
"required" : false,
|
|
"custom" : "",
|
|
"customPrivate" : false,
|
|
"minLength" : "",
|
|
"maxLength" : "",
|
|
"minWords" : "",
|
|
"maxWords" : "",
|
|
"pattern" : ""
|
|
},
|
|
"mask" : false,
|
|
"inputType" : "text",
|
|
"inputMask" : "",
|
|
"id" : "eay7qmt"
|
|
} ],
|
|
"width" : 4,
|
|
"offset" : 0,
|
|
"push" : 0,
|
|
"pull" : 0,
|
|
"type" : "column",
|
|
"input" : true,
|
|
"key" : "",
|
|
"tableView" : true,
|
|
"label" : "",
|
|
"placeholder" : "",
|
|
"prefix" : "",
|
|
"customClass" : "",
|
|
"suffix" : "",
|
|
"multiple" : false,
|
|
"defaultValue" : null,
|
|
"protected" : false,
|
|
"unique" : false,
|
|
"persistent" : true,
|
|
"hidden" : false,
|
|
"clearOnHide" : true,
|
|
"dataGridLabel" : false,
|
|
"labelPosition" : "top",
|
|
"labelWidth" : 30,
|
|
"labelMargin" : 3,
|
|
"description" : "",
|
|
"errorLabel" : "",
|
|
"tooltip" : "",
|
|
"hideLabel" : false,
|
|
"tabindex" : "",
|
|
"disabled" : false,
|
|
"autofocus" : false,
|
|
"dbIndex" : false,
|
|
"customDefaultValue" : "",
|
|
"calculateValue" : "",
|
|
"widget" : null,
|
|
"refreshOn" : "",
|
|
"clearOnRefresh" : false,
|
|
"validateOn" : "change",
|
|
"validate" : {
|
|
"required" : false,
|
|
"custom" : "",
|
|
"customPrivate" : false
|
|
},
|
|
"conditional" : {
|
|
"show" : null,
|
|
"when" : null,
|
|
"eq" : ""
|
|
},
|
|
"id" : "ex6xngr"
|
|
} ],
|
|
"type" : "columns",
|
|
"tags" : [ ],
|
|
"conditional" : {
|
|
"show" : "",
|
|
"when" : null,
|
|
"eq" : ""
|
|
},
|
|
"properties" : {
|
|
"" : ""
|
|
},
|
|
"label" : "Columns",
|
|
"placeholder" : "",
|
|
"prefix" : "",
|
|
"customClass" : "",
|
|
"suffix" : "",
|
|
"multiple" : false,
|
|
"defaultValue" : null,
|
|
"protected" : false,
|
|
"unique" : false,
|
|
"persistent" : false,
|
|
"hidden" : false,
|
|
"clearOnHide" : false,
|
|
"dataGridLabel" : false,
|
|
"labelPosition" : "top",
|
|
"labelWidth" : 30,
|
|
"labelMargin" : 3,
|
|
"description" : "",
|
|
"errorLabel" : "",
|
|
"tooltip" : "",
|
|
"hideLabel" : false,
|
|
"tabindex" : "",
|
|
"disabled" : false,
|
|
"autofocus" : false,
|
|
"dbIndex" : false,
|
|
"customDefaultValue" : "",
|
|
"calculateValue" : "",
|
|
"widget" : null,
|
|
"refreshOn" : "",
|
|
"clearOnRefresh" : false,
|
|
"validateOn" : "change",
|
|
"validate" : {
|
|
"required" : false,
|
|
"custom" : "",
|
|
"customPrivate" : false
|
|
},
|
|
"autoAdjust" : false,
|
|
"id" : "eoi1e6"
|
|
} ]
|
|
} |