Index

src/app/shared/widgets/data-list/data-list.service.ts

$
$:
EMPTY_STRING
EMPTY_STRING: string
Type : string
Default value : ""
TOOLBOX_ACTIVE_CONTEXT
TOOLBOX_ACTIVE_CONTEXT: object
Type : object
Default value : { "@toolbox-active-context": ["sequential", "bulk"], }
TOOLBOX_EDIT_BAR_ACTIVE
TOOLBOX_EDIT_BAR_ACTIVE: object
Type : object
Default value : { "@toolbox-edit-bar": "active" }
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/form/dynamic-form.component.ts

$
$: any
Type : any

src/app/shared/widgets/list/list.component.ts

$
$:
jQuery
jQuery: any
Type : any
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/list/list.service.ts

$
$:
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/login/login.component.ts

$
$:
contextPath
contextPath: string
Type : string

src/app/shared/widgets/analytics/kibana-admin/kibana-admin.component.ts

$
$:
contextPath
contextPath: string
Type : string

src/app/shared/widgets/buy/head/head.component.ts

$
$: any
Type : any
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/configuration/table-config/table-config.component.ts

$
$:
contextPath
contextPath: string
Type : string
densityStorageConfig
densityStorageConfig: LocalStorageEntryConfig
Type : LocalStorageEntryConfig
Default value : { scope: Scope.UNSCOPED, key: "nm-toolbox-table-density", deletionMode: DeletionMode.NEVER, }
fontSizeStorageConfig
fontSizeStorageConfig: LocalStorageEntryConfig
Type : LocalStorageEntryConfig
Default value : { scope: Scope.UNSCOPED, key: "nm-toolbox-table-fontsize", deletionMode: DeletionMode.NEVER, }

src/app/shared/widgets/imarket/list/imarketlist.component.ts

$
$:
jQuery
jQuery: any
Type : any
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/imarket/list/imarketlist.service.ts

$
$:

src/app/shared/widgets/portal/config/config.component.ts

$
$:
contextPath
contextPath: string
Type : string
defaultTheme
defaultTheme: string
Type : string
Default value : "light-theme"
themeLocalStorageConfig
themeLocalStorageConfig: LocalStorageEntryConfig
Type : LocalStorageEntryConfig
Default value : { deletionMode: DeletionMode.NEVER, key: "nm-theme", scope: Scope.UNSCOPED, }

src/app/shared/widgets/portal/workflow-viewer/workflow-viewer.component.ts

$
$:
contextPath
contextPath: string
Type : string

src/app/shared/widgets/apps/ipim-content-object/content-overview/overview.component.ts

$
$: any
Type : any
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/my-client-copy/copy-item-attributes/copy-assets-popup.component.ts

$
$:
jQuery
jQuery: any
Type : any

src/app/shared/widgets/apps/my-shop-md/color-list/color-list.component.ts

$
$:
jQuery
jQuery: any
Type : any
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/my-shop-md/color-list-sort/color-list-sort.component.ts

$
$:
jQuery
jQuery: any
Type : any

src/app/shared/widgets/apps/my-shop-md/color-search-button/color-search-button.component.ts

$
$:
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/my-shop-md/shop-category/shop-category-details-popup.component.ts

$
$:
jQuery
jQuery: any
Type : any

src/app/shared/widgets/apps/my-shop-md/shop-category/shop-category.component.ts

$
$:
actionMapping
actionMapping: IActionMapping
Type : IActionMapping
Default value : { mouse: { contextMenu: (tree, node, $event) => { $event.preventDefault(); }, dblClick: (tree, node, $event) => { if (node.hasChildren) TREE_ACTIONS.TOGGLE_EXPANDED(tree, node, $event); }, click: (tree, node, $event) => { if (!node.hasChildren) { $event.ctrlKey ? TREE_ACTIONS.TOGGLE_ACTIVE_MULTI(tree, node, $event) : TREE_ACTIONS.TOGGLE_SELECTED(tree, node, $event); } }, }, keys: { [KEYS.ENTER]: (tree, node, $event) => { node.expandAll(); }, }, }
jQuery
jQuery: any
Type : any
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/my-text-edit/edit-text-and-attributes/edit-text-and-attributes.component.ts

$
$:
jQuery
jQuery: any
Type : any
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/my-text-edit/product-info-view/product-info-view.component.ts

$
$: any
Type : any
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/my-texter/item-info/item-info.component.ts

$
$: any
Type : any
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/my-texter/product-info/product-info.component.ts

$
$: any
Type : any
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/buy/category/category.component.ts

actionMapping
actionMapping: IActionMapping
Type : IActionMapping
Default value : { mouse: { contextMenu: (tree, node, $event) => { $event.preventDefault(); }, dblClick: (tree, node, $event) => { if (node.hasChildren) TREE_ACTIONS.TOGGLE_EXPANDED(tree, node, $event); }, click: (tree, node, $event) => { if (!node.hasChildren) { $event.ctrlKey ? TREE_ACTIONS.TOGGLE_ACTIVE_MULTI(tree, node, $event) : TREE_ACTIONS.TOGGLE_SELECTED(tree, node, $event); } }, }, keys: { [KEYS.ENTER]: (tree, node, $event) => { node.expandAll(); }, }, }
jQuery
jQuery: any
Type : any
uriTemplates
uriTemplates:
Default value : _uriTemplates

src/app/shared/widgets/data-list/default-footer-component/default-data-list-footer.component.ts

APPLY_FOR_SELECTORS
APPLY_FOR_SELECTORS: object
Type : object
Default value : { "@toolbox-config": "apply-for" }
CONDITION_HAS_CONTENT
CONDITION_HAS_CONTENT: []
Type : []
Default value : [ (config, param) => { return param && (param.total > 0 || param?.grid?.grid?.data?.length > 0); }, ]
CONDITION_HAS_SELECTION
CONDITION_HAS_SELECTION: []
Type : []
Default value : [ (config, param) => param && param.selected > 0, ]
CONDITION_IS_EDITABLE_ATTRIBUTE
CONDITION_IS_EDITABLE_ATTRIBUTE: []
Type : []
Default value : [ (config, param) => { if ( !param.column || !param.column.editable || param.column.type !== "attribute" ) { return false; } return true; }, ]
DEFAULT_ACTION_CONFIGURATION
DEFAULT_ACTION_CONFIGURATION: object
Type : object
Default value : { hidden: false, selectors: { target: "default-data-list-footer" }, showAsButton: 0, showFavoriteInteractions: true, clipboardOptions: DEFAULT_CLIPBOARD_OPTIONS, }
DEFAULT_CLIPBOARD_OPTIONS
DEFAULT_CLIPBOARD_OPTIONS: object
Type : object
Default value : { enabled: true, copyHeaders: false, copyFormatters: false, separator: "\t", }
DEFAULT_TRANSLATIONS
DEFAULT_TRANSLATIONS: object
Type : object
Default value : { "no-content": "data-list.footer.no-content", "no-selection": "data-list.footer.no-selection", selection: "data-list.footer.selection", }
LOCAL_STORAGE_EXPORT_SETTINGS
LOCAL_STORAGE_EXPORT_SETTINGS: string
Type : string
Default value : "data-list-export-settings"

src/app/shared/widgets/data-list/data-list-context-menu-component/data-list-context-menu.component.ts

CONDITION_HAS_CONTENT
CONDITION_HAS_CONTENT: []
Type : []
Default value : [(config, param) => param && param.total > 0]
CONDITION_HAS_SELECTION
CONDITION_HAS_SELECTION: []
Type : []
Default value : [ (config, param) => param && param.selected > 0, ]
DEFAULT_ACTION_CONFIGURATION
DEFAULT_ACTION_CONFIGURATION: object
Type : object
Default value : { hidden: false, selectors: { target: ["default-data-list-footer", "default-data-list-context-menu"], }, }

src/app/shared/widgets/configuration/app.service.ts

contextPath
contextPath: any
Type : any
DEFAULT_TRANSFORMATION
DEFAULT_TRANSFORMATION: Transformation
Type : Transformation
Default value : (observable) => observable
lload
lload: any
Type : any
NG_ON_INIT
NG_ON_INIT: string
Type : string
Default value : "ngOnInit"
nmLoader
nmLoader: any
Type : any

src/app/shared/widgets/data-list/data-list-export.service.ts

contextPath
contextPath: string
Type : string

src/app/shared/widgets/form/input.component.ts

contextPath
contextPath: string
Type : string

src/app/shared/widgets/gallery/gallery.component.ts

contextPath
contextPath: string
Type : string

src/app/shared/widgets/tree-grid/tree-grid.component.ts

contextPath
contextPath: string
Type : string

src/app/shared/widgets/upload/file-upload.component.ts

contextPath
contextPath: string
Type : string
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/clickworker/clickworker.component.ts

contextPath
contextPath: string
Type : string

src/app/shared/widgets/apps/google-translate/google-translate.component.ts

contextPath
contextPath: string
Type : string

src/app/shared/widgets/apps/iagent-review/iagent-review.component.ts

contextPath
contextPath: string
Type : string

src/app/shared/widgets/apps/ipim-mobile/ipim-mobile.component.ts

contextPath
contextPath: string
Type : string

src/app/shared/widgets/apps/ishop-ratings/ishop-ratings.component.ts

contextPath
contextPath: string
Type : string

src/app/shared/widgets/buy/head-assetdetails/head-assetdetails.component.ts

contextPath
contextPath: string
Type : string
jQuery
jQuery: any
Type : any
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/buy/lighttable/lighttable.component.ts

contextPath
contextPath: string
Type : string
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/dynamic-form/dynamic-form-component/dynamic-form-fields.component.ts

contextPath
contextPath: string
Type : string

src/app/shared/widgets/imarket/list-cell-conditional-link/conditional-link-widget.component.service.ts

contextPath
contextPath: string
Type : string

src/app/shared/widgets/portal/documentationlist/documentationlist.component.ts

contextPath
contextPath: string
Type : string
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/portal/info-itemcount/info-count.component.ts

contextPath
contextPath: string
Type : string

src/app/shared/widgets/portal/info-lastupdate/info-lastupdate.component.ts

contextPath
contextPath: string
Type : string

src/app/shared/widgets/portal/info-productstatus/info-productstatus.component.ts

contextPath
contextPath: string
Type : string

src/app/shared/widgets/portal/modules/addModuleDialog.component.ts

contextPath
contextPath: string
Type : string
uriTemplates
uriTemplates:
Default value : uriTemplates_
URL
URL:
Default value : contextPath + "/api/core/apps"

src/app/shared/widgets/portal/modules/modules.component.ts

contextPath
contextPath: string
Type : string

src/app/shared/widgets/upload/preview/image-reload.directive.ts

contextPath
contextPath: string
Type : string

src/app/shared/widgets/data-list/data-list-component/data-list.component.ts

customObjectFilteringOperation
customObjectFilteringOperation: IFilteringOperation
Type : IFilteringOperation
Default value : { iconName: "contains", isUnary: false, logic: (target: any, searchVal: string, ignoreCase?: boolean) => { if (!target && target !== 0) { return false; } let val = ""; if (Array.isArray(target) && target.length > 0) { val = target .map((option) => (option.value ? option.value : option)) .join(" "); } else { val = String(target.value ? target.value : target); } if (ignoreCase) { return val.toLowerCase().indexOf(searchVal.toLowerCase()) !== -1; } else { return val.indexOf(searchVal) !== -1; } }, name: "object", }
DEFAULT_CLIPBOARD_OPTIONS
DEFAULT_CLIPBOARD_OPTIONS: object
Type : object
Default value : { enabled: true, copyHeaders: false, copyFormatters: false, separator: "\t", }
DEFAULT_EDIT_BAR_HEIGHT_PX
DEFAULT_EDIT_BAR_HEIGHT_PX: number
Type : number
Default value : 26
DEFAULT_FRAME_HEIGHT_PX
DEFAULT_FRAME_HEIGHT_PX: number
Type : number
Default value : 270
DEFAULT_MODIFIERS
DEFAULT_MODIFIERS: string[]
Type : string[]
Default value : [ "page-title", "page-frame", "data-list-frame", "data-list-header", "data-list-title", "data-list-column-header", ]
PREFIX
PREFIX: string
Type : string
Default value : "--"
TABLE_FOOTER_MODIFIER
TABLE_FOOTER_MODIFIER: string
Type : string
Default value : "data-list-footer"
UNSAVED_CHANGES_DIALOG_CONFIG
UNSAVED_CHANGES_DIALOG_CONFIG: UnsavedChangesDialogConfiguration
Type : UnsavedChangesDialogConfiguration
Default value : { allowCancel: false, allowExitWithoutSaving: true, allowSaveAndExit: true, }

src/app/shared/widgets/worklist-select/worklist-select.component.ts

DEFAULT_ADD_ELEMENT_CONFIG
DEFAULT_ADD_ELEMENT_CONFIG: object
Type : object
Default value : { showAddElementIcon: true, labelTooltip: "infotext.create.worklist.or.folder", availableOptions: [ { actionsHref: "/api/core/worklists", description: "worklist", listFolderType: "WORKLIST", }, { actionsHref: "/api/core/listfolders/WORKLIST", description: "folder", listFolderType: "WORKLIST", }, ], }
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/vertical-bar-chart-stacked/vertical-bar-chart-stacked.component.ts

DEFAULT_BAR_CHART_OPTIONS
DEFAULT_BAR_CHART_OPTIONS: any
Type : any
Default value : { gradient: true, xAxis: true, yAxis: true, showGridLines: true, roundDomains: true, showXAxisLabel: false, showYAxisLabel: true, yAxisLabel: "", xAxisLabel: "", trimXAxisTicks: true, trimYAxisTicks: true, showDataLabel: false, noBarWhenZero: false, legend: false, legendTitle: "", legendPosition: "right", barPadding: 8, groupPadding: 16, animations: true, colorScheme: { domain: [ "#e57e99", "#ffc699", "#cedbaf", "#cdcdcd", "blue", "orange", "##a20ee7", "aqua", "black", ], }, }

src/app/shared/widgets/search-app-search-widget/search-app-search-widget.component.ts

DEFAULT_FRAME_HEIGHT_PX
DEFAULT_FRAME_HEIGHT_PX: number
Type : number
Default value : 559
EMPTY_ADVANCED_SEARCH_HEIGHT_PX
EMPTY_ADVANCED_SEARCH_HEIGHT_PX: number
Type : number
Default value : 140

src/app/shared/widgets/data-list/data-list-tile-view-component/data-list-tile-view.component.ts

DEFAULT_FRAME_HEIGHT_PX
DEFAULT_FRAME_HEIGHT_PX: number
Type : number
Default value : 270
DEFAULT_REDIRECT_LINK
DEFAULT_REDIRECT_LINK: string
Type : string
Default value : "apps/product-details?product={identifier}"
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/select-tree/select-tree.component.ts

DEFAULT_POSITIONS
DEFAULT_POSITIONS: []
Type : []
Default value : ["right", "left-below", "right-below", "right-above"]
POSITIONS
POSITIONS: literal type
Type : literal type
Default value : { "combo-bottom": { originX: "center", originY: "top", overlayX: "center", overlayY: "top", offsetX: 40, }, "combo-top": { originX: "center", originY: "bottom", overlayX: "center", overlayY: "bottom", offsetX: 40, }, bottom: { originX: "center", originY: "bottom", overlayX: "center", overlayY: "top", }, top: { originX: "center", originY: "top", overlayX: "center", overlayY: "bottom", }, left: { originX: "start", originY: "center", overlayX: "end", overlayY: "center", }, right: { originX: "end", originY: "center", overlayX: "start", overlayY: "center", }, "left-below": { originX: "start", originY: "bottom", overlayX: "end", overlayY: "top", }, "right-below": { originX: "end", originY: "top", overlayX: "start", overlayY: "top", }, "right-above": { originX: "end", originY: "bottom", overlayX: "start", overlayY: "bottom", }, "left-above": { originX: "start", originY: "bottom", overlayX: "end", overlayY: "bottom", }, }
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/layoutcontainer/layoutcontainer.component.ts

densityStorageConfig
densityStorageConfig: LocalStorageEntryConfig
Type : LocalStorageEntryConfig
Default value : { scope: Scope.UNSCOPED, key: "nm-toolbox-table-density", deletionMode: DeletionMode.NEVER, }
fontSizeStorageConfig
fontSizeStorageConfig: LocalStorageEntryConfig
Type : LocalStorageEntryConfig
Default value : { scope: Scope.UNSCOPED, key: "nm-toolbox-table-fontsize", deletionMode: DeletionMode.NEVER, }

src/app/shared/widgets/dynamic-form/dynamic-form-tabs-dialog/dynamic-form-tabs-dialog.component.ts

DynamicFormTabsContext
DynamicFormTabsContext: object
Type : object
Default value : { saveClicked: new Subject<any>(), saveSuccessful: new Subject<any>(), enableSave: new Subject<any>(), valueChanged: new Subject<any>(), resetLookup: new Subject<any>(), lookupOptions: new Subject<any>(), addFields: new Subject<any>(), removeFields: new Subject<any>(), triggerValidation: new Subject(), setDisabled: new Subject<any>(), valueSetter: new Subject<any>(), onClick: new Subject<any>(), unsubscribe: null, }
TAB
TAB: object
Type : object
Default value : { localizedtext: "localizedtext", listFolder: "listFolder", userRights: "userRights", }
TAB_INDEX
TAB_INDEX:
Default value : new Map([ [TAB.localizedtext, 1], [TAB.listFolder, 2], [TAB.userRights, 3], ])

src/app/shared/widgets/interfaces/list.interfaces.ts

EMPTY_SELECTION
EMPTY_SELECTION: SelectionParams
Type : SelectionParams
Default value : { count: 0, rows: [], rowData: [], children: {}, }

src/app/shared/widgets/select/select.component.ts

GROUP_VALUE
GROUP_VALUE: string
Type : string
Default value : "groupValue"
OPTION_VALUE
OPTION_VALUE: string
Type : string
Default value : "optionValue"
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/portal/workflow-viewer/bmnjs-viewer/bpmn-js.ts

InjectionNames
InjectionNames: object
Type : object
Default value : { eventBus: "eventBus", bpmnFactory: "bpmnFactory", elementRegistry: "elementRegistry", translate: "translate", paletteProvider: "paletteProvider", originalPaletteProvider: "originalPaletteProvider", }
Modeler
Modeler:
Default value : _Modeler
OriginalPaletteProvider
OriginalPaletteProvider:
Default value : _PaletteProvider
Viewer
Viewer:
Default value : _Viewer

src/app/shared/widgets/buy/search-attributes/search-attributes.component.ts

jQuery
jQuery: any
Type : any
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/my-client-copy/copy-item-attributes/copy-item-attributes.component.ts

jQuery
jQuery: any
Type : any
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/my-client-copy/copy-product-assets/copy-product-assets.component.ts

jQuery
jQuery: any
Type : any
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/my-client-copy/copy-product-attributes/copy-product-attributes.component.ts

jQuery
jQuery: any
Type : any
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/jobs/downtime/job-downtime.component.ts

MAX_HOURS
MAX_HOURS: string
Type : string
Default value : "23"
MAX_MINUTES
MAX_MINUTES: string
Type : string
Default value : "59"
MIN_TIME
MIN_TIME: string
Type : string
Default value : "0"

src/app/shared/widgets/jobs/settings/job-settings.component.ts

MAX_HOURS
MAX_HOURS: string
Type : string
Default value : "23"
MAX_MINUTES
MAX_MINUTES: string
Type : string
Default value : "59"
MAX_MONTH_DAYS
MAX_MONTH_DAYS: string
Type : string
Default value : "31"
MIN_VALUE
MIN_VALUE: string
Type : string
Default value : "0"

src/app/shared/widgets/date-time-range-picker/date-time-range-picker.component.widget.ts

moment
moment:
Default value : moment_

src/app/shared/widgets/widget.registry.ts

NG_ON_INIT
NG_ON_INIT: string
Type : string
Default value : "ngOnInit"

src/app/shared/widgets/widget.metadata.registry.ts

NM_WIDGET_DESCRIPTOR
NM_WIDGET_DESCRIPTOR: string
Type : string
Default value : "nm:widget-descriptor"
Reflect
Reflect: any
Type : any
window
window: any
Type : any

src/app/shared/widgets/search/advanced/search-advanced.component.ts

RANGE_ATTRIBUTES
RANGE_ATTRIBUTES: []
Type : []
Default value : [ "PLAIN_STRING", "INTEGER_NUMBER", "DATE", "DATE_TIME", "PERCENTAGE", "DECIMAL_NUMBER", ]
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/analytics/linkexport/linkexport.component.ts

require
require: any
Type : any

src/app/shared/widgets/search/rating-search-widget.component.ts

SEARCHMODE_LIST
SEARCHMODE_LIST: string
Type : string
Default value : "list"
SEARCHMODE_STANDARD
SEARCHMODE_STANDARD: string
Type : string
Default value : "number"
SEARCHMODE_WORKLIST
SEARCHMODE_WORKLIST: string
Type : string
Default value : "worklist"
uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/data-list/data-list-summaries.component.ts

summaryFunctions
summaryFunctions: object
Type : object
Default value : { count: (data, customSummary?, selectedLocale?, parameter?) => { let result = getsummaryResult( selectedLocale, IgxSummaryOperand.count(data), customSummary && customSummary.parameter ? customSummary.parameter : parameter, customSummary ? customSummary.sign : null ); return { key: "count", label: customLabelExists(customSummary) ? customSummary.label : "Count", summaryResult: result, }; }, avg: (data, customSummary?, selectedLocale?, parameter?) => { let result = getsummaryResult( selectedLocale, IgxNumberSummaryOperand.average(data), customSummary && customSummary.parameter ? customSummary.parameter : parameter, customSummary ? customSummary.sign : null ); return { key: "avg", label: customLabelExists(customSummary) ? customSummary.label : "Avg", summaryResult: result, }; }, max: (data, customSummary?, selectedLocale?, parameter?) => { let result = getsummaryResult( selectedLocale, IgxNumberSummaryOperand.max(data), customSummary && customSummary.parameter ? customSummary.parameter : parameter, customSummary ? customSummary.sign : null ); return { key: "max", label: customLabelExists(customSummary) ? customSummary.label : "Max", summaryResult: result, }; }, min: (data, customSummary?, selectedLocale?, parameter?) => { let result = getsummaryResult( selectedLocale, IgxNumberSummaryOperand.min(data), customSummary && customSummary.parameter ? customSummary.parameter : parameter, customSummary ? customSummary.sign : null ); return { key: "min", label: customLabelExists(customSummary) ? customSummary.label : "Min", summaryResult: result, }; }, sum: (data, customSummary?, selectedLocale?, parameter?) => { let result = getsummaryResult( selectedLocale, IgxNumberSummaryOperand.sum(data), customSummary && customSummary.parameter ? customSummary.parameter : parameter, customSummary ? customSummary.sign : null ); return { key: "sum", label: customLabelExists(customSummary) ? customSummary.label : "Sum", summaryResult: result, }; }, earliest: (data, customSummary?) => { return { key: "earliest", label: customLabelExists(customSummary) ? customSummary.label : "Earliest", summaryResult: IgxDateSummaryOperand.earliest(data), }; }, latest: (data, customSummary?) => { return { key: "latest", label: customLabelExists(customSummary) ? customSummary.label : "Latest", summaryResult: IgxDateSummaryOperand.latest(data), }; }, fromData: (data, customSummary, selectedLocale, parameter) => { let result = getsummaryResult( selectedLocale, customSummary.value, customSummary.parameter ? customSummary.parameter : parameter, customSummary.sign ); return { key: "fromData", label: customSummary.label, summaryResult: result, }; }, }

src/app/shared/widgets/buy/synchronization/synchronization.component.ts

TEN_SECONDS
TEN_SECONDS:
Default value : 10 * 1000

src/app/shared/widgets/portal/config/config.service.ts

themesUrl
themesUrl: string
Type : string
Default value : "/api/public/configuration/themes"
tinyUrl
tinyUrl: string
Type : string
Default value : "/api/public/configuration/tiny"

src/app/shared/widgets/process-list/process-list.component.ts

TOOLBOX_TASK_SELECTOR
TOOLBOX_TASK_SELECTOR: object
Type : object
Default value : { "@toolbox-task": "refresh" }

src/app/shared/widgets/data-list/data-list.component.widget.ts

UNSAVED_CHANGES_DIALOG_CONFIG
UNSAVED_CHANGES_DIALOG_CONFIG: UnsavedChangesDialogConfiguration
Type : UnsavedChangesDialogConfiguration
Default value : { allowCancel: false, allowExitWithoutSaving: true, allowSaveAndExit: true, }

src/app/shared/widgets/edit-attributes/edit-attributes.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/itemlist/itemlist.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/select-table-operations/select-table-operations.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/worklist-select/node-loader.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/buy/attributelist/attributelist.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/buy/search/search.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/buy/textlist/textlist.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/charts/time-series-chart/time-series-chart.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/price-app/price-app-add-price/price-app-add-price.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/search/attribute-selection/search-attribute-selection.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/actions/copy-from/type-picker.component.widget.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/category-feed/datafeed-download/datafeed-download.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/history/search/search.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/ipim-content-object/add-content-text/add-content-text-popup.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/ipim-content-object/content-add/add-content-popup.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/my-cross-sell/add-relations-popup/add-relations-popup.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/my-shop-md/color-search/color-search.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/my-texter/edit-footer-textgen/edit-footer-textgen.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/apps/my-texter/item-list/item-list.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/search/favorites/dialog/search-favorites-dialog.component.ts

uriTemplates
uriTemplates:
Default value : uriTemplates_

src/app/shared/widgets/imarket/from-to-datepicker-widget/date-range.validator.ts

validate
validate: ValidatorFn
Type : ValidatorFn
Default value : (formGroup: FormGroup) => { if (formGroup.get("toDate").value && formGroup.get("fromDate").value) { const invalid = formGroup.get("toDate").value < formGroup.get("fromDate").value; return invalid ? { incorrect: true } : null; } return; }
validateWithMandatoryFields
validateWithMandatoryFields: ValidatorFn
Type : ValidatorFn
Default value : ( formGroup: FormGroup ) => { if (formGroup.get("toDate").value && !formGroup.get("fromDate").value) { return { fromDateEmpty: true }; } if (!formGroup.get("toDate").value && formGroup.get("fromDate").value) { return { toDateEmpty: true }; } return; }

results matching ""

    No results matching ""