@eclipse-scout/core 22.0.0-beta.5 → 22.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eclipse-scout-core-theme-dark.css +64 -26
- package/dist/eclipse-scout-core-theme-dark.css.map +1 -1
- package/dist/eclipse-scout-core-theme.css +64 -26
- package/dist/eclipse-scout-core-theme.css.map +1 -1
- package/dist/eclipse-scout-core.js +451 -400
- package/dist/eclipse-scout-core.js.map +1 -1
- package/package.json +2 -2
- package/src/App.js +16 -9
- package/src/desktop/desktoptab/DesktopTab.less +14 -0
- package/src/desktop/outline/Outline.js +0 -30
- package/src/desktop/viewbutton/ViewButtonBox.js +2 -2
- package/src/form/fields/groupbox/GroupBox.less +3 -1
- package/src/index.js +2 -1
- package/src/session/Session.js +4 -1
- package/src/style/sizes.less +4 -3
- package/src/table/Table.js +7 -3
- package/src/table/Table.less +13 -3
- package/src/tile/fields/htmlfield/TileHtmlField.js +28 -0
- package/src/tooltip/Tooltip.less +7 -5
- package/src/tree/LazyNodeFilter.js +24 -15
- package/src/tree/Tree.js +112 -143
- package/src/tree/Tree.less +2 -2
- package/src/tree/TreeLayout.js +1 -1
- package/src/tree/TreeNode.js +2 -2
- package/src/util/Device.js +6 -2
- package/src/widget/FilterSupport.js +6 -4
- package/src/widget/FilterSupport.less +38 -9
- package/src/widget/Widget.js +13 -4
|
@@ -16,7 +16,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
16
16
|
/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! jquery */ "jquery");
|
|
17
17
|
/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_1__);
|
|
18
18
|
/*
|
|
19
|
-
* Copyright (c) 2010-
|
|
19
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
20
20
|
* All rights reserved. This program and the accompanying materials
|
|
21
21
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
22
22
|
* which accompanies this distribution, and is available at
|
|
@@ -241,7 +241,6 @@ class App {
|
|
|
241
241
|
|
|
242
242
|
_checkBrowserCompatibility(options) {
|
|
243
243
|
let device = _index__WEBPACK_IMPORTED_MODULE_0__.Device.get();
|
|
244
|
-
let app = this;
|
|
245
244
|
jquery__WEBPACK_IMPORTED_MODULE_1___default().log.isInfoEnabled() && jquery__WEBPACK_IMPORTED_MODULE_1___default().log.info('Detected browser ' + device.browser + ' version ' + device.browserVersion);
|
|
246
245
|
|
|
247
246
|
if (!_index__WEBPACK_IMPORTED_MODULE_0__.scout.nvl(options.checkBrowserCompatibility, true) || device.isSupportedBrowser()) {
|
|
@@ -428,9 +427,8 @@ class App {
|
|
|
428
427
|
|
|
429
428
|
let desktop = this._createDesktop(session.root);
|
|
430
429
|
|
|
431
|
-
this.
|
|
432
|
-
|
|
433
|
-
});
|
|
430
|
+
this._triggerDesktopReady(desktop);
|
|
431
|
+
|
|
434
432
|
session.render(() => {
|
|
435
433
|
session._renderDesktop(); // Ensure layout is valid (explicitly layout immediately and don't wait for setTimeout to run to make layouting invisible to the user)
|
|
436
434
|
|
|
@@ -438,14 +436,26 @@ class App {
|
|
|
438
436
|
session.layoutValidator.validate();
|
|
439
437
|
session.focusManager.validateFocus();
|
|
440
438
|
session.ready = true;
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
439
|
+
|
|
440
|
+
this._triggerSessionReady(session);
|
|
441
|
+
|
|
444
442
|
jquery__WEBPACK_IMPORTED_MODULE_1___default().log.isInfoEnabled() && jquery__WEBPACK_IMPORTED_MODULE_1___default().log.info('Session initialized. Detected ' + _index__WEBPACK_IMPORTED_MODULE_0__.Device.get());
|
|
445
443
|
});
|
|
446
444
|
return jquery__WEBPACK_IMPORTED_MODULE_1___default().resolvedPromise();
|
|
447
445
|
}
|
|
448
446
|
|
|
447
|
+
_triggerDesktopReady(desktop) {
|
|
448
|
+
this.trigger('desktopReady', {
|
|
449
|
+
desktop: desktop
|
|
450
|
+
});
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
_triggerSessionReady(session) {
|
|
454
|
+
this.trigger('sessionReady', {
|
|
455
|
+
session: session
|
|
456
|
+
});
|
|
457
|
+
}
|
|
458
|
+
|
|
449
459
|
_createSession(options) {
|
|
450
460
|
return _index__WEBPACK_IMPORTED_MODULE_0__.scout.create('Session', options, {
|
|
451
461
|
ensureUniqueId: false
|
|
@@ -15910,10 +15920,6 @@ class Outline extends _index__WEBPACK_IMPORTED_MODULE_0__.Tree {
|
|
|
15910
15920
|
$elements.push(desktop.navigation.$body);
|
|
15911
15921
|
}
|
|
15912
15922
|
|
|
15913
|
-
if (desktop.bench && element instanceof _index__WEBPACK_IMPORTED_MODULE_0__.Form && element.displayHint === _index__WEBPACK_IMPORTED_MODULE_0__.Form.DisplayHint.VIEW) {
|
|
15914
|
-
_index__WEBPACK_IMPORTED_MODULE_0__.arrays.pushAll($elements, this._getBenchGlassPaneTargetsForView(element));
|
|
15915
|
-
}
|
|
15916
|
-
|
|
15917
15923
|
if (desktop.bench && desktop.bench.outlineContent) {
|
|
15918
15924
|
_index__WEBPACK_IMPORTED_MODULE_0__.arrays.pushAll($elements, desktop.bench.outlineContent.glassPaneTargets(element));
|
|
15919
15925
|
}
|
|
@@ -15921,33 +15927,6 @@ class Outline extends _index__WEBPACK_IMPORTED_MODULE_0__.Tree {
|
|
|
15921
15927
|
return $elements;
|
|
15922
15928
|
}
|
|
15923
15929
|
|
|
15924
|
-
_getBenchGlassPaneTargetsForView(view) {
|
|
15925
|
-
let $glassPanes = [];
|
|
15926
|
-
$glassPanes = $glassPanes.concat(this._getTabGlassPaneTargetsForView(view, this.session.desktop.header));
|
|
15927
|
-
this.session.desktop.bench.visibleTabBoxes().forEach(function (tabBox) {
|
|
15928
|
-
if (tabBox.hasView(view)) {
|
|
15929
|
-
_index__WEBPACK_IMPORTED_MODULE_0__.arrays.pushAll($glassPanes, this._getTabGlassPaneTargetsForView(view, tabBox));
|
|
15930
|
-
} else if (tabBox.$container) {
|
|
15931
|
-
$glassPanes.push(tabBox.$container);
|
|
15932
|
-
}
|
|
15933
|
-
}, this);
|
|
15934
|
-
return $glassPanes;
|
|
15935
|
-
}
|
|
15936
|
-
|
|
15937
|
-
_getTabGlassPaneTargetsForView(view, tabBox) {
|
|
15938
|
-
let $glassPanes = [];
|
|
15939
|
-
tabBox.tabArea.tabs.forEach(tab => {
|
|
15940
|
-
if (tab.view !== view && tab.view.displayParent === this) {
|
|
15941
|
-
$glassPanes.push(tab.$container); // Workaround for javascript not being able to prevent hover event propagation:
|
|
15942
|
-
// In case of tabs, the hover selector is defined on the element that is the direct parent
|
|
15943
|
-
// of the glass pane. Under these circumstances, the hover style isn't be prevented by the glass pane.
|
|
15944
|
-
|
|
15945
|
-
tab.$container.addClass('glasspane-parent');
|
|
15946
|
-
}
|
|
15947
|
-
});
|
|
15948
|
-
return $glassPanes;
|
|
15949
|
-
}
|
|
15950
|
-
|
|
15951
15930
|
_onGlassPaneMouseDown(glassPaneOwner, $glassPane) {
|
|
15952
15931
|
let desktop = this.session.desktop;
|
|
15953
15932
|
|
|
@@ -19735,7 +19714,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
19735
19714
|
/* harmony export */ });
|
|
19736
19715
|
/* harmony import */ var _index__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../index */ "./src/index.js");
|
|
19737
19716
|
/*
|
|
19738
|
-
* Copyright (c)
|
|
19717
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
19739
19718
|
* All rights reserved. This program and the accompanying materials
|
|
19740
19719
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
19741
19720
|
* which accompanies this distribution, and is available at
|
|
@@ -54663,93 +54642,94 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
54663
54642
|
/* harmony export */ "FormFieldTileAdapter": () => (/* reexport safe */ _tile_fields_FormFieldTileAdapter__WEBPACK_IMPORTED_MODULE_594__["default"]),
|
|
54664
54643
|
/* harmony export */ "ButtonTile": () => (/* reexport safe */ _tile_fields_button_ButtonTile__WEBPACK_IMPORTED_MODULE_595__["default"]),
|
|
54665
54644
|
/* harmony export */ "TileButton": () => (/* reexport safe */ _tile_fields_button_TileButton__WEBPACK_IMPORTED_MODULE_596__["default"]),
|
|
54666
|
-
/* harmony export */ "
|
|
54667
|
-
/* harmony export */ "
|
|
54668
|
-
/* harmony export */ "
|
|
54669
|
-
/* harmony export */ "
|
|
54670
|
-
/* harmony export */ "
|
|
54671
|
-
/* harmony export */ "
|
|
54672
|
-
/* harmony export */ "
|
|
54673
|
-
/* harmony export */ "
|
|
54674
|
-
/* harmony export */ "
|
|
54675
|
-
/* harmony export */ "
|
|
54676
|
-
/* harmony export */ "
|
|
54677
|
-
/* harmony export */ "
|
|
54678
|
-
/* harmony export */ "
|
|
54679
|
-
/* harmony export */ "
|
|
54680
|
-
/* harmony export */ "
|
|
54681
|
-
/* harmony export */ "
|
|
54682
|
-
/* harmony export */ "
|
|
54683
|
-
/* harmony export */ "
|
|
54684
|
-
/* harmony export */ "
|
|
54685
|
-
/* harmony export */ "
|
|
54686
|
-
/* harmony export */ "
|
|
54687
|
-
/* harmony export */ "
|
|
54688
|
-
/* harmony export */ "
|
|
54689
|
-
/* harmony export */ "
|
|
54690
|
-
/* harmony export */ "
|
|
54691
|
-
/* harmony export */ "
|
|
54692
|
-
/* harmony export */ "
|
|
54693
|
-
/* harmony export */ "
|
|
54694
|
-
/* harmony export */ "
|
|
54695
|
-
/* harmony export */ "
|
|
54696
|
-
/* harmony export */ "
|
|
54697
|
-
/* harmony export */ "
|
|
54698
|
-
/* harmony export */ "
|
|
54699
|
-
/* harmony export */ "
|
|
54700
|
-
/* harmony export */ "
|
|
54701
|
-
/* harmony export */ "
|
|
54702
|
-
/* harmony export */ "
|
|
54703
|
-
/* harmony export */ "
|
|
54704
|
-
/* harmony export */ "
|
|
54705
|
-
/* harmony export */ "
|
|
54706
|
-
/* harmony export */ "
|
|
54707
|
-
/* harmony export */ "
|
|
54708
|
-
/* harmony export */ "
|
|
54709
|
-
/* harmony export */ "
|
|
54710
|
-
/* harmony export */ "
|
|
54711
|
-
/* harmony export */ "
|
|
54712
|
-
/* harmony export */ "
|
|
54713
|
-
/* harmony export */ "
|
|
54714
|
-
/* harmony export */ "
|
|
54715
|
-
/* harmony export */ "
|
|
54716
|
-
/* harmony export */ "
|
|
54717
|
-
/* harmony export */ "
|
|
54718
|
-
/* harmony export */ "
|
|
54719
|
-
/* harmony export */ "
|
|
54720
|
-
/* harmony export */ "
|
|
54721
|
-
/* harmony export */ "
|
|
54722
|
-
/* harmony export */ "
|
|
54723
|
-
/* harmony export */ "
|
|
54724
|
-
/* harmony export */ "
|
|
54725
|
-
/* harmony export */ "
|
|
54726
|
-
/* harmony export */ "
|
|
54727
|
-
/* harmony export */ "
|
|
54728
|
-
/* harmony export */ "
|
|
54729
|
-
/* harmony export */ "
|
|
54730
|
-
/* harmony export */ "
|
|
54731
|
-
/* harmony export */ "
|
|
54732
|
-
/* harmony export */ "
|
|
54733
|
-
/* harmony export */ "
|
|
54734
|
-
/* harmony export */ "
|
|
54735
|
-
/* harmony export */ "
|
|
54736
|
-
/* harmony export */ "
|
|
54737
|
-
/* harmony export */ "
|
|
54738
|
-
/* harmony export */ "
|
|
54739
|
-
/* harmony export */ "
|
|
54740
|
-
/* harmony export */ "
|
|
54741
|
-
/* harmony export */ "
|
|
54742
|
-
/* harmony export */ "
|
|
54743
|
-
/* harmony export */ "
|
|
54744
|
-
/* harmony export */ "
|
|
54745
|
-
/* harmony export */ "
|
|
54746
|
-
/* harmony export */ "
|
|
54747
|
-
/* harmony export */ "
|
|
54748
|
-
/* harmony export */ "
|
|
54749
|
-
/* harmony export */ "
|
|
54750
|
-
/* harmony export */ "
|
|
54751
|
-
/* harmony export */ "
|
|
54752
|
-
/* harmony export */ "
|
|
54645
|
+
/* harmony export */ "TileHtmlField": () => (/* reexport safe */ _tile_fields_htmlfield_TileHtmlField__WEBPACK_IMPORTED_MODULE_597__["default"]),
|
|
54646
|
+
/* harmony export */ "TileTableField": () => (/* reexport safe */ _tile_fields_tablefield_TileTableField__WEBPACK_IMPORTED_MODULE_598__["default"]),
|
|
54647
|
+
/* harmony export */ "SimpleTab": () => (/* reexport safe */ _tabbox_SimpleTab__WEBPACK_IMPORTED_MODULE_599__["default"]),
|
|
54648
|
+
/* harmony export */ "SimpleTabArea": () => (/* reexport safe */ _tabbox_SimpleTabArea__WEBPACK_IMPORTED_MODULE_600__["default"]),
|
|
54649
|
+
/* harmony export */ "SimpleTabAreaLayout": () => (/* reexport safe */ _tabbox_SimpleTabAreaLayout__WEBPACK_IMPORTED_MODULE_601__["default"]),
|
|
54650
|
+
/* harmony export */ "Desktop": () => (/* reexport safe */ _desktop_Desktop__WEBPACK_IMPORTED_MODULE_602__["default"]),
|
|
54651
|
+
/* harmony export */ "DesktopAdapter": () => (/* reexport safe */ _desktop_DesktopAdapter__WEBPACK_IMPORTED_MODULE_603__["default"]),
|
|
54652
|
+
/* harmony export */ "DesktopLogo": () => (/* reexport safe */ _desktop_DesktopLogo__WEBPACK_IMPORTED_MODULE_604__["default"]),
|
|
54653
|
+
/* harmony export */ "DesktopLayout": () => (/* reexport safe */ _desktop_DesktopLayout__WEBPACK_IMPORTED_MODULE_605__["default"]),
|
|
54654
|
+
/* harmony export */ "DesktopTab": () => (/* reexport safe */ _desktop_desktoptab_DesktopTab__WEBPACK_IMPORTED_MODULE_606__["default"]),
|
|
54655
|
+
/* harmony export */ "DesktopTabArea": () => (/* reexport safe */ _desktop_desktoptab_DesktopTabArea__WEBPACK_IMPORTED_MODULE_607__["default"]),
|
|
54656
|
+
/* harmony export */ "DesktopTabAreaLayout": () => (/* reexport safe */ _desktop_desktoptab_DesktopTabAreaLayout__WEBPACK_IMPORTED_MODULE_608__["default"]),
|
|
54657
|
+
/* harmony export */ "DesktopTabBoxController": () => (/* reexport safe */ _desktop_DesktopTabBoxController__WEBPACK_IMPORTED_MODULE_609__["default"]),
|
|
54658
|
+
/* harmony export */ "DesktopTabSelectKeyStroke": () => (/* reexport safe */ _desktop_bench_DesktopTabSelectKeyStroke__WEBPACK_IMPORTED_MODULE_610__["default"]),
|
|
54659
|
+
/* harmony export */ "DisableBrowserF5ReloadKeyStroke": () => (/* reexport safe */ _desktop_DisableBrowserF5ReloadKeyStroke__WEBPACK_IMPORTED_MODULE_611__["default"]),
|
|
54660
|
+
/* harmony export */ "PopupWindow": () => (/* reexport safe */ _desktop_PopupWindow__WEBPACK_IMPORTED_MODULE_612__["default"]),
|
|
54661
|
+
/* harmony export */ "OpenUriHandler": () => (/* reexport safe */ _desktop_OpenUriHandler__WEBPACK_IMPORTED_MODULE_613__["default"]),
|
|
54662
|
+
/* harmony export */ "DesktopBench": () => (/* reexport safe */ _desktop_bench_DesktopBench__WEBPACK_IMPORTED_MODULE_614__["default"]),
|
|
54663
|
+
/* harmony export */ "BenchColumn": () => (/* reexport safe */ _desktop_bench_BenchColumn__WEBPACK_IMPORTED_MODULE_615__["default"]),
|
|
54664
|
+
/* harmony export */ "BenchRowLayoutData": () => (/* reexport safe */ _desktop_bench_layout_BenchRowLayoutData__WEBPACK_IMPORTED_MODULE_616__["default"]),
|
|
54665
|
+
/* harmony export */ "BenchColumnLayoutData": () => (/* reexport safe */ _desktop_bench_layout_BenchColumnLayoutData__WEBPACK_IMPORTED_MODULE_617__["default"]),
|
|
54666
|
+
/* harmony export */ "DisableBrowserTabSwitchingKeyStroke": () => (/* reexport safe */ _desktop_desktoptab_DisableBrowserTabSwitchingKeyStroke__WEBPACK_IMPORTED_MODULE_618__["default"]),
|
|
54667
|
+
/* harmony export */ "DesktopHeader": () => (/* reexport safe */ _desktop_header_DesktopHeader__WEBPACK_IMPORTED_MODULE_619__["default"]),
|
|
54668
|
+
/* harmony export */ "HeaderTabBoxController": () => (/* reexport safe */ _desktop_header_HeaderTabBoxController__WEBPACK_IMPORTED_MODULE_620__["default"]),
|
|
54669
|
+
/* harmony export */ "DesktopHeaderLayout": () => (/* reexport safe */ _desktop_header_DesktopHeaderLayout__WEBPACK_IMPORTED_MODULE_621__["default"]),
|
|
54670
|
+
/* harmony export */ "DesktopNavigation": () => (/* reexport safe */ _desktop_navigation_DesktopNavigation__WEBPACK_IMPORTED_MODULE_622__["default"]),
|
|
54671
|
+
/* harmony export */ "DesktopNavigationHandle": () => (/* reexport safe */ _desktop_navigation_DesktopNavigationHandle__WEBPACK_IMPORTED_MODULE_623__["default"]),
|
|
54672
|
+
/* harmony export */ "DesktopNavigationLayout": () => (/* reexport safe */ _desktop_navigation_DesktopNavigationLayout__WEBPACK_IMPORTED_MODULE_624__["default"]),
|
|
54673
|
+
/* harmony export */ "ShrinkNavigationKeyStroke": () => (/* reexport safe */ _desktop_navigation_ShrinkNavigationKeyStroke__WEBPACK_IMPORTED_MODULE_625__["default"]),
|
|
54674
|
+
/* harmony export */ "EnlargeNavigationKeyStroke": () => (/* reexport safe */ _desktop_navigation_EnlargeNavigationKeyStroke__WEBPACK_IMPORTED_MODULE_626__["default"]),
|
|
54675
|
+
/* harmony export */ "DesktopNotification": () => (/* reexport safe */ _desktop_notification_DesktopNotification__WEBPACK_IMPORTED_MODULE_627__["default"]),
|
|
54676
|
+
/* harmony export */ "DesktopNotificationAdapter": () => (/* reexport safe */ _desktop_notification_DesktopNotificationAdapter__WEBPACK_IMPORTED_MODULE_628__["default"]),
|
|
54677
|
+
/* harmony export */ "OfflineDesktopNotification": () => (/* reexport safe */ _desktop_notification_OfflineDesktopNotification__WEBPACK_IMPORTED_MODULE_629__["default"]),
|
|
54678
|
+
/* harmony export */ "PopupBlockerHandler": () => (/* reexport safe */ _desktop_popupblocker_PopupBlockerHandler__WEBPACK_IMPORTED_MODULE_630__["default"]),
|
|
54679
|
+
/* harmony export */ "PopupBlockerDesktopNotification": () => (/* reexport safe */ _desktop_popupblocker_PopupBlockerDesktopNotification__WEBPACK_IMPORTED_MODULE_631__["default"]),
|
|
54680
|
+
/* harmony export */ "DesktopToolBox": () => (/* reexport safe */ _desktop_toolbox_DesktopToolBox__WEBPACK_IMPORTED_MODULE_632__["default"]),
|
|
54681
|
+
/* harmony export */ "ViewButtonActionKeyStroke": () => (/* reexport safe */ _desktop_viewbutton_ViewButtonActionKeyStroke__WEBPACK_IMPORTED_MODULE_633__["default"]),
|
|
54682
|
+
/* harmony export */ "ViewButton": () => (/* reexport safe */ _desktop_viewbutton_ViewButton__WEBPACK_IMPORTED_MODULE_634__["default"]),
|
|
54683
|
+
/* harmony export */ "ViewButtonAdapter": () => (/* reexport safe */ _desktop_viewbutton_ViewButtonAdapter__WEBPACK_IMPORTED_MODULE_635__["default"]),
|
|
54684
|
+
/* harmony export */ "ViewButtonBox": () => (/* reexport safe */ _desktop_viewbutton_ViewButtonBox__WEBPACK_IMPORTED_MODULE_636__["default"]),
|
|
54685
|
+
/* harmony export */ "ViewMenuOpenKeyStroke": () => (/* reexport safe */ _desktop_viewbutton_ViewMenuOpenKeyStroke__WEBPACK_IMPORTED_MODULE_637__["default"]),
|
|
54686
|
+
/* harmony export */ "ViewMenuPopup": () => (/* reexport safe */ _desktop_viewbutton_ViewMenuPopup__WEBPACK_IMPORTED_MODULE_638__["default"]),
|
|
54687
|
+
/* harmony export */ "ViewMenuPopupEnterKeyStroke": () => (/* reexport safe */ _desktop_viewbutton_ViewMenuPopupEnterKeyStroke__WEBPACK_IMPORTED_MODULE_639__["default"]),
|
|
54688
|
+
/* harmony export */ "ViewMenuTab": () => (/* reexport safe */ _desktop_viewbutton_ViewMenuTab__WEBPACK_IMPORTED_MODULE_640__["default"]),
|
|
54689
|
+
/* harmony export */ "Page": () => (/* reexport safe */ _desktop_outline_pages_Page__WEBPACK_IMPORTED_MODULE_641__["default"]),
|
|
54690
|
+
/* harmony export */ "PageWithNodes": () => (/* reexport safe */ _desktop_outline_pages_PageWithNodes__WEBPACK_IMPORTED_MODULE_642__["default"]),
|
|
54691
|
+
/* harmony export */ "PageWithTable": () => (/* reexport safe */ _desktop_outline_pages_PageWithTable__WEBPACK_IMPORTED_MODULE_643__["default"]),
|
|
54692
|
+
/* harmony export */ "PageTileButton": () => (/* reexport safe */ _desktop_outline_pages_PageTileButton__WEBPACK_IMPORTED_MODULE_644__["default"]),
|
|
54693
|
+
/* harmony export */ "PageTileGrid": () => (/* reexport safe */ _desktop_outline_pages_PageTileGrid__WEBPACK_IMPORTED_MODULE_645__["default"]),
|
|
54694
|
+
/* harmony export */ "PageTileGridSelectKeyStroke": () => (/* reexport safe */ _desktop_outline_pages_PageTileGridSelectKeyStroke__WEBPACK_IMPORTED_MODULE_646__["default"]),
|
|
54695
|
+
/* harmony export */ "AutoLeafPageWithNodes": () => (/* reexport safe */ _desktop_outline_pages_AutoLeafPageWithNodes__WEBPACK_IMPORTED_MODULE_647__["default"]),
|
|
54696
|
+
/* harmony export */ "DetailTableTreeFilter": () => (/* reexport safe */ _desktop_outline_DetailTableTreeFilter__WEBPACK_IMPORTED_MODULE_648__["default"]),
|
|
54697
|
+
/* harmony export */ "Outline": () => (/* reexport safe */ _desktop_outline_Outline__WEBPACK_IMPORTED_MODULE_649__["default"]),
|
|
54698
|
+
/* harmony export */ "OutlineAdapter": () => (/* reexport safe */ _desktop_outline_OutlineAdapter__WEBPACK_IMPORTED_MODULE_650__["default"]),
|
|
54699
|
+
/* harmony export */ "OutlineMediator": () => (/* reexport safe */ _desktop_outline_OutlineMediator__WEBPACK_IMPORTED_MODULE_651__["default"]),
|
|
54700
|
+
/* harmony export */ "OutlineLayout": () => (/* reexport safe */ _desktop_outline_OutlineLayout__WEBPACK_IMPORTED_MODULE_652__["default"]),
|
|
54701
|
+
/* harmony export */ "OutlineViewButton": () => (/* reexport safe */ _desktop_outline_OutlineViewButton__WEBPACK_IMPORTED_MODULE_653__["default"]),
|
|
54702
|
+
/* harmony export */ "OutlineViewButtonAdapter": () => (/* reexport safe */ _desktop_outline_OutlineViewButtonAdapter__WEBPACK_IMPORTED_MODULE_654__["default"]),
|
|
54703
|
+
/* harmony export */ "OutlineTileField": () => (/* reexport safe */ _desktop_outline_OutlineTileField__WEBPACK_IMPORTED_MODULE_655__["default"]),
|
|
54704
|
+
/* harmony export */ "OutlineTileFieldAdapter": () => (/* reexport safe */ _desktop_outline_OutlineTileFieldAdapter__WEBPACK_IMPORTED_MODULE_656__["default"]),
|
|
54705
|
+
/* harmony export */ "PageLayout": () => (/* reexport safe */ _desktop_outline_PageLayout__WEBPACK_IMPORTED_MODULE_657__["default"]),
|
|
54706
|
+
/* harmony export */ "SearchOutline": () => (/* reexport safe */ _desktop_outline_SearchOutline__WEBPACK_IMPORTED_MODULE_658__["default"]),
|
|
54707
|
+
/* harmony export */ "SearchOutlineAdapter": () => (/* reexport safe */ _desktop_outline_SearchOutlineAdapter__WEBPACK_IMPORTED_MODULE_659__["default"]),
|
|
54708
|
+
/* harmony export */ "SearchOutlineLayout": () => (/* reexport safe */ _desktop_outline_SearchOutlineLayout__WEBPACK_IMPORTED_MODULE_660__["default"]),
|
|
54709
|
+
/* harmony export */ "NavigateButton": () => (/* reexport safe */ _desktop_outline_navigation_NavigateButton__WEBPACK_IMPORTED_MODULE_661__["default"]),
|
|
54710
|
+
/* harmony export */ "NavigateDownButton": () => (/* reexport safe */ _desktop_outline_navigation_NavigateDownButton__WEBPACK_IMPORTED_MODULE_662__["default"]),
|
|
54711
|
+
/* harmony export */ "NavigateUpButton": () => (/* reexport safe */ _desktop_outline_navigation_NavigateUpButton__WEBPACK_IMPORTED_MODULE_663__["default"]),
|
|
54712
|
+
/* harmony export */ "OutlineKeyStrokeContext": () => (/* reexport safe */ _desktop_outline_keystrokes_OutlineKeyStrokeContext__WEBPACK_IMPORTED_MODULE_664__["default"]),
|
|
54713
|
+
/* harmony export */ "OutlineNavigateToTopKeyStroke": () => (/* reexport safe */ _desktop_outline_keystrokes_OutlineNavigateToTopKeyStroke__WEBPACK_IMPORTED_MODULE_665__["default"]),
|
|
54714
|
+
/* harmony export */ "OutlineOverview": () => (/* reexport safe */ _desktop_outline_overview_OutlineOverview__WEBPACK_IMPORTED_MODULE_666__["default"]),
|
|
54715
|
+
/* harmony export */ "TileOutlineOverview": () => (/* reexport safe */ _desktop_outline_overview_TileOutlineOverview__WEBPACK_IMPORTED_MODULE_667__["default"]),
|
|
54716
|
+
/* harmony export */ "DesktopFormController": () => (/* reexport safe */ _desktop_DesktopFormController__WEBPACK_IMPORTED_MODULE_668__["default"]),
|
|
54717
|
+
/* harmony export */ "FilterFieldsGroupBox": () => (/* reexport safe */ _table_FilterFieldsGroupBox__WEBPACK_IMPORTED_MODULE_669__["default"]),
|
|
54718
|
+
/* harmony export */ "Resizable": () => (/* reexport safe */ _resizable_Resizable__WEBPACK_IMPORTED_MODULE_670__["default"]),
|
|
54719
|
+
/* harmony export */ "UnsavedFormChangesForm": () => (/* reexport safe */ _desktop_unsavedchanges_UnsavedFormChangesForm__WEBPACK_IMPORTED_MODULE_671__["default"]),
|
|
54720
|
+
/* harmony export */ "UnsavedFormsLookupCall": () => (/* reexport safe */ _desktop_unsavedchanges_UnsavedFormsLookupCall__WEBPACK_IMPORTED_MODULE_672__["default"]),
|
|
54721
|
+
/* harmony export */ "TileTableHeaderBox": () => (/* reexport safe */ _table_TileTableHeaderBox__WEBPACK_IMPORTED_MODULE_673__["default"]),
|
|
54722
|
+
/* harmony export */ "LoginApp": () => (/* reexport safe */ _login_LoginApp__WEBPACK_IMPORTED_MODULE_674__["default"]),
|
|
54723
|
+
/* harmony export */ "LoginBox": () => (/* reexport safe */ _login_LoginBox__WEBPACK_IMPORTED_MODULE_675__["default"]),
|
|
54724
|
+
/* harmony export */ "LogoutApp": () => (/* reexport safe */ _login_LogoutApp__WEBPACK_IMPORTED_MODULE_676__["default"]),
|
|
54725
|
+
/* harmony export */ "LogoutBox": () => (/* reexport safe */ _login_LogoutBox__WEBPACK_IMPORTED_MODULE_677__["default"]),
|
|
54726
|
+
/* harmony export */ "BreadcrumbItem": () => (/* reexport safe */ _breadcrumbbar_BreadcrumbItem__WEBPACK_IMPORTED_MODULE_678__["default"]),
|
|
54727
|
+
/* harmony export */ "BreadcrumbItemAdapter": () => (/* reexport safe */ _breadcrumbbar_BreadcrumbItemAdapter__WEBPACK_IMPORTED_MODULE_679__["default"]),
|
|
54728
|
+
/* harmony export */ "BreadcrumbBar": () => (/* reexport safe */ _breadcrumbbar_BreadcrumbBar__WEBPACK_IMPORTED_MODULE_680__["default"]),
|
|
54729
|
+
/* harmony export */ "BreadcrumbBarLayout": () => (/* reexport safe */ _breadcrumbbar_BreadcrumbBarLayout__WEBPACK_IMPORTED_MODULE_681__["default"]),
|
|
54730
|
+
/* harmony export */ "BreadcrumbBarAdapter": () => (/* reexport safe */ _breadcrumbbar_BreadcrumbBarAdapter__WEBPACK_IMPORTED_MODULE_682__["default"]),
|
|
54731
|
+
/* harmony export */ "BreadcrumbBarField": () => (/* reexport safe */ _form_fields_breadcrumbbarfield_BreadcrumbBarField__WEBPACK_IMPORTED_MODULE_683__["default"]),
|
|
54732
|
+
/* harmony export */ "BreadcrumbBarFieldAdapter": () => (/* reexport safe */ _form_fields_breadcrumbbarfield_BreadcrumbBarFieldAdapter__WEBPACK_IMPORTED_MODULE_684__["default"]),
|
|
54753
54733
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
54754
54734
|
/* harmony export */ });
|
|
54755
54735
|
/* harmony import */ var _scout__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./scout */ "./src/scout.js");
|
|
@@ -55349,101 +55329,102 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
55349
55329
|
/* harmony import */ var _tile_fields_FormFieldTileAdapter__WEBPACK_IMPORTED_MODULE_594__ = __webpack_require__(/*! ./tile/fields/FormFieldTileAdapter */ "./src/tile/fields/FormFieldTileAdapter.js");
|
|
55350
55330
|
/* harmony import */ var _tile_fields_button_ButtonTile__WEBPACK_IMPORTED_MODULE_595__ = __webpack_require__(/*! ./tile/fields/button/ButtonTile */ "./src/tile/fields/button/ButtonTile.js");
|
|
55351
55331
|
/* harmony import */ var _tile_fields_button_TileButton__WEBPACK_IMPORTED_MODULE_596__ = __webpack_require__(/*! ./tile/fields/button/TileButton */ "./src/tile/fields/button/TileButton.js");
|
|
55352
|
-
/* harmony import */ var
|
|
55353
|
-
/* harmony import */ var
|
|
55354
|
-
/* harmony import */ var
|
|
55355
|
-
/* harmony import */ var
|
|
55356
|
-
/* harmony import */ var
|
|
55357
|
-
/* harmony import */ var
|
|
55358
|
-
/* harmony import */ var
|
|
55359
|
-
/* harmony import */ var
|
|
55360
|
-
/* harmony import */ var
|
|
55361
|
-
/* harmony import */ var
|
|
55362
|
-
/* harmony import */ var
|
|
55363
|
-
/* harmony import */ var
|
|
55364
|
-
/* harmony import */ var
|
|
55365
|
-
/* harmony import */ var
|
|
55366
|
-
/* harmony import */ var
|
|
55367
|
-
/* harmony import */ var
|
|
55368
|
-
/* harmony import */ var
|
|
55369
|
-
/* harmony import */ var
|
|
55370
|
-
/* harmony import */ var
|
|
55371
|
-
/* harmony import */ var
|
|
55372
|
-
/* harmony import */ var
|
|
55373
|
-
/* harmony import */ var
|
|
55374
|
-
/* harmony import */ var
|
|
55375
|
-
/* harmony import */ var
|
|
55376
|
-
/* harmony import */ var
|
|
55377
|
-
/* harmony import */ var
|
|
55378
|
-
/* harmony import */ var
|
|
55379
|
-
/* harmony import */ var
|
|
55380
|
-
/* harmony import */ var
|
|
55381
|
-
/* harmony import */ var
|
|
55382
|
-
/* harmony import */ var
|
|
55383
|
-
/* harmony import */ var
|
|
55384
|
-
/* harmony import */ var
|
|
55385
|
-
/* harmony import */ var
|
|
55386
|
-
/* harmony import */ var
|
|
55387
|
-
/* harmony import */ var
|
|
55388
|
-
/* harmony import */ var
|
|
55389
|
-
/* harmony import */ var
|
|
55390
|
-
/* harmony import */ var
|
|
55391
|
-
/* harmony import */ var
|
|
55392
|
-
/* harmony import */ var
|
|
55393
|
-
/* harmony import */ var
|
|
55394
|
-
/* harmony import */ var
|
|
55395
|
-
/* harmony import */ var
|
|
55396
|
-
/* harmony import */ var
|
|
55397
|
-
/* harmony import */ var
|
|
55398
|
-
/* harmony import */ var
|
|
55399
|
-
/* harmony import */ var
|
|
55400
|
-
/* harmony import */ var
|
|
55401
|
-
/* harmony import */ var
|
|
55402
|
-
/* harmony import */ var
|
|
55403
|
-
/* harmony import */ var
|
|
55404
|
-
/* harmony import */ var
|
|
55405
|
-
/* harmony import */ var
|
|
55406
|
-
/* harmony import */ var
|
|
55407
|
-
/* harmony import */ var
|
|
55408
|
-
/* harmony import */ var
|
|
55409
|
-
/* harmony import */ var
|
|
55410
|
-
/* harmony import */ var
|
|
55411
|
-
/* harmony import */ var
|
|
55412
|
-
/* harmony import */ var
|
|
55413
|
-
/* harmony import */ var
|
|
55414
|
-
/* harmony import */ var
|
|
55415
|
-
/* harmony import */ var
|
|
55416
|
-
/* harmony import */ var
|
|
55417
|
-
/* harmony import */ var
|
|
55418
|
-
/* harmony import */ var
|
|
55419
|
-
/* harmony import */ var
|
|
55420
|
-
/* harmony import */ var
|
|
55421
|
-
/* harmony import */ var
|
|
55422
|
-
/* harmony import */ var
|
|
55423
|
-
/* harmony import */ var
|
|
55424
|
-
/* harmony import */ var
|
|
55425
|
-
/* harmony import */ var
|
|
55426
|
-
/* harmony import */ var
|
|
55427
|
-
/* harmony import */ var
|
|
55428
|
-
/* harmony import */ var
|
|
55429
|
-
/* harmony import */ var
|
|
55430
|
-
/* harmony import */ var
|
|
55431
|
-
/* harmony import */ var
|
|
55432
|
-
/* harmony import */ var
|
|
55433
|
-
/* harmony import */ var
|
|
55434
|
-
/* harmony import */ var
|
|
55435
|
-
/* harmony import */ var
|
|
55436
|
-
/* harmony import */ var
|
|
55437
|
-
/* harmony import */ var
|
|
55438
|
-
/* harmony import */ var
|
|
55439
|
-
/* harmony import */ var
|
|
55440
|
-
/* harmony import */ var
|
|
55441
|
-
/* harmony import */ var
|
|
55442
|
-
/* harmony import */ var
|
|
55332
|
+
/* harmony import */ var _tile_fields_htmlfield_TileHtmlField__WEBPACK_IMPORTED_MODULE_597__ = __webpack_require__(/*! ./tile/fields/htmlfield/TileHtmlField */ "./src/tile/fields/htmlfield/TileHtmlField.js");
|
|
55333
|
+
/* harmony import */ var _tile_fields_tablefield_TileTableField__WEBPACK_IMPORTED_MODULE_598__ = __webpack_require__(/*! ./tile/fields/tablefield/TileTableField */ "./src/tile/fields/tablefield/TileTableField.js");
|
|
55334
|
+
/* harmony import */ var _tabbox_SimpleTab__WEBPACK_IMPORTED_MODULE_599__ = __webpack_require__(/*! ./tabbox/SimpleTab */ "./src/tabbox/SimpleTab.js");
|
|
55335
|
+
/* harmony import */ var _tabbox_SimpleTabArea__WEBPACK_IMPORTED_MODULE_600__ = __webpack_require__(/*! ./tabbox/SimpleTabArea */ "./src/tabbox/SimpleTabArea.js");
|
|
55336
|
+
/* harmony import */ var _tabbox_SimpleTabAreaLayout__WEBPACK_IMPORTED_MODULE_601__ = __webpack_require__(/*! ./tabbox/SimpleTabAreaLayout */ "./src/tabbox/SimpleTabAreaLayout.js");
|
|
55337
|
+
/* harmony import */ var _desktop_Desktop__WEBPACK_IMPORTED_MODULE_602__ = __webpack_require__(/*! ./desktop/Desktop */ "./src/desktop/Desktop.js");
|
|
55338
|
+
/* harmony import */ var _desktop_DesktopAdapter__WEBPACK_IMPORTED_MODULE_603__ = __webpack_require__(/*! ./desktop/DesktopAdapter */ "./src/desktop/DesktopAdapter.js");
|
|
55339
|
+
/* harmony import */ var _desktop_DesktopLogo__WEBPACK_IMPORTED_MODULE_604__ = __webpack_require__(/*! ./desktop/DesktopLogo */ "./src/desktop/DesktopLogo.js");
|
|
55340
|
+
/* harmony import */ var _desktop_DesktopLayout__WEBPACK_IMPORTED_MODULE_605__ = __webpack_require__(/*! ./desktop/DesktopLayout */ "./src/desktop/DesktopLayout.js");
|
|
55341
|
+
/* harmony import */ var _desktop_desktoptab_DesktopTab__WEBPACK_IMPORTED_MODULE_606__ = __webpack_require__(/*! ./desktop/desktoptab/DesktopTab */ "./src/desktop/desktoptab/DesktopTab.js");
|
|
55342
|
+
/* harmony import */ var _desktop_desktoptab_DesktopTabArea__WEBPACK_IMPORTED_MODULE_607__ = __webpack_require__(/*! ./desktop/desktoptab/DesktopTabArea */ "./src/desktop/desktoptab/DesktopTabArea.js");
|
|
55343
|
+
/* harmony import */ var _desktop_desktoptab_DesktopTabAreaLayout__WEBPACK_IMPORTED_MODULE_608__ = __webpack_require__(/*! ./desktop/desktoptab/DesktopTabAreaLayout */ "./src/desktop/desktoptab/DesktopTabAreaLayout.js");
|
|
55344
|
+
/* harmony import */ var _desktop_DesktopTabBoxController__WEBPACK_IMPORTED_MODULE_609__ = __webpack_require__(/*! ./desktop/DesktopTabBoxController */ "./src/desktop/DesktopTabBoxController.js");
|
|
55345
|
+
/* harmony import */ var _desktop_bench_DesktopTabSelectKeyStroke__WEBPACK_IMPORTED_MODULE_610__ = __webpack_require__(/*! ./desktop/bench/DesktopTabSelectKeyStroke */ "./src/desktop/bench/DesktopTabSelectKeyStroke.js");
|
|
55346
|
+
/* harmony import */ var _desktop_DisableBrowserF5ReloadKeyStroke__WEBPACK_IMPORTED_MODULE_611__ = __webpack_require__(/*! ./desktop/DisableBrowserF5ReloadKeyStroke */ "./src/desktop/DisableBrowserF5ReloadKeyStroke.js");
|
|
55347
|
+
/* harmony import */ var _desktop_PopupWindow__WEBPACK_IMPORTED_MODULE_612__ = __webpack_require__(/*! ./desktop/PopupWindow */ "./src/desktop/PopupWindow.js");
|
|
55348
|
+
/* harmony import */ var _desktop_OpenUriHandler__WEBPACK_IMPORTED_MODULE_613__ = __webpack_require__(/*! ./desktop/OpenUriHandler */ "./src/desktop/OpenUriHandler.js");
|
|
55349
|
+
/* harmony import */ var _desktop_bench_DesktopBench__WEBPACK_IMPORTED_MODULE_614__ = __webpack_require__(/*! ./desktop/bench/DesktopBench */ "./src/desktop/bench/DesktopBench.js");
|
|
55350
|
+
/* harmony import */ var _desktop_bench_BenchColumn__WEBPACK_IMPORTED_MODULE_615__ = __webpack_require__(/*! ./desktop/bench/BenchColumn */ "./src/desktop/bench/BenchColumn.js");
|
|
55351
|
+
/* harmony import */ var _desktop_bench_layout_BenchRowLayoutData__WEBPACK_IMPORTED_MODULE_616__ = __webpack_require__(/*! ./desktop/bench/layout/BenchRowLayoutData */ "./src/desktop/bench/layout/BenchRowLayoutData.js");
|
|
55352
|
+
/* harmony import */ var _desktop_bench_layout_BenchColumnLayoutData__WEBPACK_IMPORTED_MODULE_617__ = __webpack_require__(/*! ./desktop/bench/layout/BenchColumnLayoutData */ "./src/desktop/bench/layout/BenchColumnLayoutData.js");
|
|
55353
|
+
/* harmony import */ var _desktop_desktoptab_DisableBrowserTabSwitchingKeyStroke__WEBPACK_IMPORTED_MODULE_618__ = __webpack_require__(/*! ./desktop/desktoptab/DisableBrowserTabSwitchingKeyStroke */ "./src/desktop/desktoptab/DisableBrowserTabSwitchingKeyStroke.js");
|
|
55354
|
+
/* harmony import */ var _desktop_header_DesktopHeader__WEBPACK_IMPORTED_MODULE_619__ = __webpack_require__(/*! ./desktop/header/DesktopHeader */ "./src/desktop/header/DesktopHeader.js");
|
|
55355
|
+
/* harmony import */ var _desktop_header_HeaderTabBoxController__WEBPACK_IMPORTED_MODULE_620__ = __webpack_require__(/*! ./desktop/header/HeaderTabBoxController */ "./src/desktop/header/HeaderTabBoxController.js");
|
|
55356
|
+
/* harmony import */ var _desktop_header_DesktopHeaderLayout__WEBPACK_IMPORTED_MODULE_621__ = __webpack_require__(/*! ./desktop/header/DesktopHeaderLayout */ "./src/desktop/header/DesktopHeaderLayout.js");
|
|
55357
|
+
/* harmony import */ var _desktop_navigation_DesktopNavigation__WEBPACK_IMPORTED_MODULE_622__ = __webpack_require__(/*! ./desktop/navigation/DesktopNavigation */ "./src/desktop/navigation/DesktopNavigation.js");
|
|
55358
|
+
/* harmony import */ var _desktop_navigation_DesktopNavigationHandle__WEBPACK_IMPORTED_MODULE_623__ = __webpack_require__(/*! ./desktop/navigation/DesktopNavigationHandle */ "./src/desktop/navigation/DesktopNavigationHandle.js");
|
|
55359
|
+
/* harmony import */ var _desktop_navigation_DesktopNavigationLayout__WEBPACK_IMPORTED_MODULE_624__ = __webpack_require__(/*! ./desktop/navigation/DesktopNavigationLayout */ "./src/desktop/navigation/DesktopNavigationLayout.js");
|
|
55360
|
+
/* harmony import */ var _desktop_navigation_ShrinkNavigationKeyStroke__WEBPACK_IMPORTED_MODULE_625__ = __webpack_require__(/*! ./desktop/navigation/ShrinkNavigationKeyStroke */ "./src/desktop/navigation/ShrinkNavigationKeyStroke.js");
|
|
55361
|
+
/* harmony import */ var _desktop_navigation_EnlargeNavigationKeyStroke__WEBPACK_IMPORTED_MODULE_626__ = __webpack_require__(/*! ./desktop/navigation/EnlargeNavigationKeyStroke */ "./src/desktop/navigation/EnlargeNavigationKeyStroke.js");
|
|
55362
|
+
/* harmony import */ var _desktop_notification_DesktopNotification__WEBPACK_IMPORTED_MODULE_627__ = __webpack_require__(/*! ./desktop/notification/DesktopNotification */ "./src/desktop/notification/DesktopNotification.js");
|
|
55363
|
+
/* harmony import */ var _desktop_notification_DesktopNotificationAdapter__WEBPACK_IMPORTED_MODULE_628__ = __webpack_require__(/*! ./desktop/notification/DesktopNotificationAdapter */ "./src/desktop/notification/DesktopNotificationAdapter.js");
|
|
55364
|
+
/* harmony import */ var _desktop_notification_OfflineDesktopNotification__WEBPACK_IMPORTED_MODULE_629__ = __webpack_require__(/*! ./desktop/notification/OfflineDesktopNotification */ "./src/desktop/notification/OfflineDesktopNotification.js");
|
|
55365
|
+
/* harmony import */ var _desktop_popupblocker_PopupBlockerHandler__WEBPACK_IMPORTED_MODULE_630__ = __webpack_require__(/*! ./desktop/popupblocker/PopupBlockerHandler */ "./src/desktop/popupblocker/PopupBlockerHandler.js");
|
|
55366
|
+
/* harmony import */ var _desktop_popupblocker_PopupBlockerDesktopNotification__WEBPACK_IMPORTED_MODULE_631__ = __webpack_require__(/*! ./desktop/popupblocker/PopupBlockerDesktopNotification */ "./src/desktop/popupblocker/PopupBlockerDesktopNotification.js");
|
|
55367
|
+
/* harmony import */ var _desktop_toolbox_DesktopToolBox__WEBPACK_IMPORTED_MODULE_632__ = __webpack_require__(/*! ./desktop/toolbox/DesktopToolBox */ "./src/desktop/toolbox/DesktopToolBox.js");
|
|
55368
|
+
/* harmony import */ var _desktop_viewbutton_ViewButtonActionKeyStroke__WEBPACK_IMPORTED_MODULE_633__ = __webpack_require__(/*! ./desktop/viewbutton/ViewButtonActionKeyStroke */ "./src/desktop/viewbutton/ViewButtonActionKeyStroke.js");
|
|
55369
|
+
/* harmony import */ var _desktop_viewbutton_ViewButton__WEBPACK_IMPORTED_MODULE_634__ = __webpack_require__(/*! ./desktop/viewbutton/ViewButton */ "./src/desktop/viewbutton/ViewButton.js");
|
|
55370
|
+
/* harmony import */ var _desktop_viewbutton_ViewButtonAdapter__WEBPACK_IMPORTED_MODULE_635__ = __webpack_require__(/*! ./desktop/viewbutton/ViewButtonAdapter */ "./src/desktop/viewbutton/ViewButtonAdapter.js");
|
|
55371
|
+
/* harmony import */ var _desktop_viewbutton_ViewButtonBox__WEBPACK_IMPORTED_MODULE_636__ = __webpack_require__(/*! ./desktop/viewbutton/ViewButtonBox */ "./src/desktop/viewbutton/ViewButtonBox.js");
|
|
55372
|
+
/* harmony import */ var _desktop_viewbutton_ViewMenuOpenKeyStroke__WEBPACK_IMPORTED_MODULE_637__ = __webpack_require__(/*! ./desktop/viewbutton/ViewMenuOpenKeyStroke */ "./src/desktop/viewbutton/ViewMenuOpenKeyStroke.js");
|
|
55373
|
+
/* harmony import */ var _desktop_viewbutton_ViewMenuPopup__WEBPACK_IMPORTED_MODULE_638__ = __webpack_require__(/*! ./desktop/viewbutton/ViewMenuPopup */ "./src/desktop/viewbutton/ViewMenuPopup.js");
|
|
55374
|
+
/* harmony import */ var _desktop_viewbutton_ViewMenuPopupEnterKeyStroke__WEBPACK_IMPORTED_MODULE_639__ = __webpack_require__(/*! ./desktop/viewbutton/ViewMenuPopupEnterKeyStroke */ "./src/desktop/viewbutton/ViewMenuPopupEnterKeyStroke.js");
|
|
55375
|
+
/* harmony import */ var _desktop_viewbutton_ViewMenuTab__WEBPACK_IMPORTED_MODULE_640__ = __webpack_require__(/*! ./desktop/viewbutton/ViewMenuTab */ "./src/desktop/viewbutton/ViewMenuTab.js");
|
|
55376
|
+
/* harmony import */ var _desktop_outline_pages_Page__WEBPACK_IMPORTED_MODULE_641__ = __webpack_require__(/*! ./desktop/outline/pages/Page */ "./src/desktop/outline/pages/Page.js");
|
|
55377
|
+
/* harmony import */ var _desktop_outline_pages_PageWithNodes__WEBPACK_IMPORTED_MODULE_642__ = __webpack_require__(/*! ./desktop/outline/pages/PageWithNodes */ "./src/desktop/outline/pages/PageWithNodes.js");
|
|
55378
|
+
/* harmony import */ var _desktop_outline_pages_PageWithTable__WEBPACK_IMPORTED_MODULE_643__ = __webpack_require__(/*! ./desktop/outline/pages/PageWithTable */ "./src/desktop/outline/pages/PageWithTable.js");
|
|
55379
|
+
/* harmony import */ var _desktop_outline_pages_PageTileButton__WEBPACK_IMPORTED_MODULE_644__ = __webpack_require__(/*! ./desktop/outline/pages/PageTileButton */ "./src/desktop/outline/pages/PageTileButton.js");
|
|
55380
|
+
/* harmony import */ var _desktop_outline_pages_PageTileGrid__WEBPACK_IMPORTED_MODULE_645__ = __webpack_require__(/*! ./desktop/outline/pages/PageTileGrid */ "./src/desktop/outline/pages/PageTileGrid.js");
|
|
55381
|
+
/* harmony import */ var _desktop_outline_pages_PageTileGridSelectKeyStroke__WEBPACK_IMPORTED_MODULE_646__ = __webpack_require__(/*! ./desktop/outline/pages/PageTileGridSelectKeyStroke */ "./src/desktop/outline/pages/PageTileGridSelectKeyStroke.js");
|
|
55382
|
+
/* harmony import */ var _desktop_outline_pages_AutoLeafPageWithNodes__WEBPACK_IMPORTED_MODULE_647__ = __webpack_require__(/*! ./desktop/outline/pages/AutoLeafPageWithNodes */ "./src/desktop/outline/pages/AutoLeafPageWithNodes.js");
|
|
55383
|
+
/* harmony import */ var _desktop_outline_DetailTableTreeFilter__WEBPACK_IMPORTED_MODULE_648__ = __webpack_require__(/*! ./desktop/outline/DetailTableTreeFilter */ "./src/desktop/outline/DetailTableTreeFilter.js");
|
|
55384
|
+
/* harmony import */ var _desktop_outline_Outline__WEBPACK_IMPORTED_MODULE_649__ = __webpack_require__(/*! ./desktop/outline/Outline */ "./src/desktop/outline/Outline.js");
|
|
55385
|
+
/* harmony import */ var _desktop_outline_OutlineAdapter__WEBPACK_IMPORTED_MODULE_650__ = __webpack_require__(/*! ./desktop/outline/OutlineAdapter */ "./src/desktop/outline/OutlineAdapter.js");
|
|
55386
|
+
/* harmony import */ var _desktop_outline_OutlineMediator__WEBPACK_IMPORTED_MODULE_651__ = __webpack_require__(/*! ./desktop/outline/OutlineMediator */ "./src/desktop/outline/OutlineMediator.js");
|
|
55387
|
+
/* harmony import */ var _desktop_outline_OutlineLayout__WEBPACK_IMPORTED_MODULE_652__ = __webpack_require__(/*! ./desktop/outline/OutlineLayout */ "./src/desktop/outline/OutlineLayout.js");
|
|
55388
|
+
/* harmony import */ var _desktop_outline_OutlineViewButton__WEBPACK_IMPORTED_MODULE_653__ = __webpack_require__(/*! ./desktop/outline/OutlineViewButton */ "./src/desktop/outline/OutlineViewButton.js");
|
|
55389
|
+
/* harmony import */ var _desktop_outline_OutlineViewButtonAdapter__WEBPACK_IMPORTED_MODULE_654__ = __webpack_require__(/*! ./desktop/outline/OutlineViewButtonAdapter */ "./src/desktop/outline/OutlineViewButtonAdapter.js");
|
|
55390
|
+
/* harmony import */ var _desktop_outline_OutlineTileField__WEBPACK_IMPORTED_MODULE_655__ = __webpack_require__(/*! ./desktop/outline/OutlineTileField */ "./src/desktop/outline/OutlineTileField.js");
|
|
55391
|
+
/* harmony import */ var _desktop_outline_OutlineTileFieldAdapter__WEBPACK_IMPORTED_MODULE_656__ = __webpack_require__(/*! ./desktop/outline/OutlineTileFieldAdapter */ "./src/desktop/outline/OutlineTileFieldAdapter.js");
|
|
55392
|
+
/* harmony import */ var _desktop_outline_PageLayout__WEBPACK_IMPORTED_MODULE_657__ = __webpack_require__(/*! ./desktop/outline/PageLayout */ "./src/desktop/outline/PageLayout.js");
|
|
55393
|
+
/* harmony import */ var _desktop_outline_SearchOutline__WEBPACK_IMPORTED_MODULE_658__ = __webpack_require__(/*! ./desktop/outline/SearchOutline */ "./src/desktop/outline/SearchOutline.js");
|
|
55394
|
+
/* harmony import */ var _desktop_outline_SearchOutlineAdapter__WEBPACK_IMPORTED_MODULE_659__ = __webpack_require__(/*! ./desktop/outline/SearchOutlineAdapter */ "./src/desktop/outline/SearchOutlineAdapter.js");
|
|
55395
|
+
/* harmony import */ var _desktop_outline_SearchOutlineLayout__WEBPACK_IMPORTED_MODULE_660__ = __webpack_require__(/*! ./desktop/outline/SearchOutlineLayout */ "./src/desktop/outline/SearchOutlineLayout.js");
|
|
55396
|
+
/* harmony import */ var _desktop_outline_navigation_NavigateButton__WEBPACK_IMPORTED_MODULE_661__ = __webpack_require__(/*! ./desktop/outline/navigation/NavigateButton */ "./src/desktop/outline/navigation/NavigateButton.js");
|
|
55397
|
+
/* harmony import */ var _desktop_outline_navigation_NavigateDownButton__WEBPACK_IMPORTED_MODULE_662__ = __webpack_require__(/*! ./desktop/outline/navigation/NavigateDownButton */ "./src/desktop/outline/navigation/NavigateDownButton.js");
|
|
55398
|
+
/* harmony import */ var _desktop_outline_navigation_NavigateUpButton__WEBPACK_IMPORTED_MODULE_663__ = __webpack_require__(/*! ./desktop/outline/navigation/NavigateUpButton */ "./src/desktop/outline/navigation/NavigateUpButton.js");
|
|
55399
|
+
/* harmony import */ var _desktop_outline_keystrokes_OutlineKeyStrokeContext__WEBPACK_IMPORTED_MODULE_664__ = __webpack_require__(/*! ./desktop/outline/keystrokes/OutlineKeyStrokeContext */ "./src/desktop/outline/keystrokes/OutlineKeyStrokeContext.js");
|
|
55400
|
+
/* harmony import */ var _desktop_outline_keystrokes_OutlineNavigateToTopKeyStroke__WEBPACK_IMPORTED_MODULE_665__ = __webpack_require__(/*! ./desktop/outline/keystrokes/OutlineNavigateToTopKeyStroke */ "./src/desktop/outline/keystrokes/OutlineNavigateToTopKeyStroke.js");
|
|
55401
|
+
/* harmony import */ var _desktop_outline_overview_OutlineOverview__WEBPACK_IMPORTED_MODULE_666__ = __webpack_require__(/*! ./desktop/outline/overview/OutlineOverview */ "./src/desktop/outline/overview/OutlineOverview.js");
|
|
55402
|
+
/* harmony import */ var _desktop_outline_overview_TileOutlineOverview__WEBPACK_IMPORTED_MODULE_667__ = __webpack_require__(/*! ./desktop/outline/overview/TileOutlineOverview */ "./src/desktop/outline/overview/TileOutlineOverview.js");
|
|
55403
|
+
/* harmony import */ var _desktop_DesktopFormController__WEBPACK_IMPORTED_MODULE_668__ = __webpack_require__(/*! ./desktop/DesktopFormController */ "./src/desktop/DesktopFormController.js");
|
|
55404
|
+
/* harmony import */ var _table_FilterFieldsGroupBox__WEBPACK_IMPORTED_MODULE_669__ = __webpack_require__(/*! ./table/FilterFieldsGroupBox */ "./src/table/FilterFieldsGroupBox.js");
|
|
55405
|
+
/* harmony import */ var _resizable_Resizable__WEBPACK_IMPORTED_MODULE_670__ = __webpack_require__(/*! ./resizable/Resizable */ "./src/resizable/Resizable.js");
|
|
55406
|
+
/* harmony import */ var _desktop_unsavedchanges_UnsavedFormChangesForm__WEBPACK_IMPORTED_MODULE_671__ = __webpack_require__(/*! ./desktop/unsavedchanges/UnsavedFormChangesForm */ "./src/desktop/unsavedchanges/UnsavedFormChangesForm.js");
|
|
55407
|
+
/* harmony import */ var _desktop_unsavedchanges_UnsavedFormsLookupCall__WEBPACK_IMPORTED_MODULE_672__ = __webpack_require__(/*! ./desktop/unsavedchanges/UnsavedFormsLookupCall */ "./src/desktop/unsavedchanges/UnsavedFormsLookupCall.js");
|
|
55408
|
+
/* harmony import */ var _table_TileTableHeaderBox__WEBPACK_IMPORTED_MODULE_673__ = __webpack_require__(/*! ./table/TileTableHeaderBox */ "./src/table/TileTableHeaderBox.js");
|
|
55409
|
+
/* harmony import */ var _login_LoginApp__WEBPACK_IMPORTED_MODULE_674__ = __webpack_require__(/*! ./login/LoginApp */ "./src/login/LoginApp.js");
|
|
55410
|
+
/* harmony import */ var _login_LoginBox__WEBPACK_IMPORTED_MODULE_675__ = __webpack_require__(/*! ./login/LoginBox */ "./src/login/LoginBox.js");
|
|
55411
|
+
/* harmony import */ var _login_LogoutApp__WEBPACK_IMPORTED_MODULE_676__ = __webpack_require__(/*! ./login/LogoutApp */ "./src/login/LogoutApp.js");
|
|
55412
|
+
/* harmony import */ var _login_LogoutBox__WEBPACK_IMPORTED_MODULE_677__ = __webpack_require__(/*! ./login/LogoutBox */ "./src/login/LogoutBox.js");
|
|
55413
|
+
/* harmony import */ var _breadcrumbbar_BreadcrumbItem__WEBPACK_IMPORTED_MODULE_678__ = __webpack_require__(/*! ./breadcrumbbar/BreadcrumbItem */ "./src/breadcrumbbar/BreadcrumbItem.js");
|
|
55414
|
+
/* harmony import */ var _breadcrumbbar_BreadcrumbItemAdapter__WEBPACK_IMPORTED_MODULE_679__ = __webpack_require__(/*! ./breadcrumbbar/BreadcrumbItemAdapter */ "./src/breadcrumbbar/BreadcrumbItemAdapter.js");
|
|
55415
|
+
/* harmony import */ var _breadcrumbbar_BreadcrumbBar__WEBPACK_IMPORTED_MODULE_680__ = __webpack_require__(/*! ./breadcrumbbar/BreadcrumbBar */ "./src/breadcrumbbar/BreadcrumbBar.js");
|
|
55416
|
+
/* harmony import */ var _breadcrumbbar_BreadcrumbBarLayout__WEBPACK_IMPORTED_MODULE_681__ = __webpack_require__(/*! ./breadcrumbbar/BreadcrumbBarLayout */ "./src/breadcrumbbar/BreadcrumbBarLayout.js");
|
|
55417
|
+
/* harmony import */ var _breadcrumbbar_BreadcrumbBarAdapter__WEBPACK_IMPORTED_MODULE_682__ = __webpack_require__(/*! ./breadcrumbbar/BreadcrumbBarAdapter */ "./src/breadcrumbbar/BreadcrumbBarAdapter.js");
|
|
55418
|
+
/* harmony import */ var _form_fields_breadcrumbbarfield_BreadcrumbBarField__WEBPACK_IMPORTED_MODULE_683__ = __webpack_require__(/*! ./form/fields/breadcrumbbarfield/BreadcrumbBarField */ "./src/form/fields/breadcrumbbarfield/BreadcrumbBarField.js");
|
|
55419
|
+
/* harmony import */ var _form_fields_breadcrumbbarfield_BreadcrumbBarFieldAdapter__WEBPACK_IMPORTED_MODULE_684__ = __webpack_require__(/*! ./form/fields/breadcrumbbarfield/BreadcrumbBarFieldAdapter */ "./src/form/fields/breadcrumbbarfield/BreadcrumbBarFieldAdapter.js");
|
|
55420
|
+
/* harmony import */ var _objectFactories__WEBPACK_IMPORTED_MODULE_685__ = __webpack_require__(/*! ./objectFactories */ "./src/objectFactories.js");
|
|
55421
|
+
/* harmony import */ var _jquery_jquery_scout__WEBPACK_IMPORTED_MODULE_686__ = __webpack_require__(/*! ./jquery/jquery-scout */ "./src/jquery/jquery-scout.js");
|
|
55422
|
+
/* harmony import */ var _jquery_jquery_scout_selectors__WEBPACK_IMPORTED_MODULE_687__ = __webpack_require__(/*! ./jquery/jquery-scout-selectors */ "./src/jquery/jquery-scout-selectors.js");
|
|
55423
|
+
/* harmony import */ var _index_js__WEBPACK_IMPORTED_MODULE_688__ = __webpack_require__(/*! ./index.js */ "./src/index.js");
|
|
55443
55424
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
55444
55425
|
|
|
55445
55426
|
/*
|
|
55446
|
-
* Copyright (c) 2010-
|
|
55427
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
55447
55428
|
* All rights reserved. This program and the accompanying materials
|
|
55448
55429
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
55449
55430
|
* which accompanies this distribution, and is available at
|
|
@@ -56133,6 +56114,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
|
|
|
56133
56114
|
|
|
56134
56115
|
|
|
56135
56116
|
|
|
56117
|
+
|
|
56136
56118
|
|
|
56137
56119
|
|
|
56138
56120
|
// The following files don't export anything but they need to be imported so they participate on the webpack build
|
|
@@ -56145,7 +56127,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
|
|
|
56145
56127
|
|
|
56146
56128
|
|
|
56147
56129
|
|
|
56148
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (
|
|
56130
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_index_js__WEBPACK_IMPORTED_MODULE_688__);
|
|
56149
56131
|
/**
|
|
56150
56132
|
* @typedef {Form|TileOverviewForm|UnsavedFormChangesForm|FieldStatus|StatusMenuMapping|FormField|CompositeField|ValueField|WidgetField|Button|WizardProgressField|CarouselField|TileField|TreeField|ImageField|TableField
|
|
56151
56133
|
* |PlaceholderField|WrappedFormField|PlannerField|CalendarField|AccordionField|BreadcrumbBarField|OutlineTileField|TabArea|TabBoxHeader|Tab|ProposalChooser|TableProposalChooser|TreeProposalChooser|MenuBarBox|MenuBar|MenuBox
|
|
@@ -56159,7 +56141,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
|
|
|
56159
56141
|
// Note: the scout object on the window still needs its own scout object (window.scout.scout).
|
|
56160
56142
|
// It is required when the eclipse-core/scout is mapped as external webpack library to window.scout
|
|
56161
56143
|
|
|
56162
|
-
let windowScout = { ...
|
|
56144
|
+
let windowScout = { ..._index_js__WEBPACK_IMPORTED_MODULE_688__,
|
|
56163
56145
|
..._scout__WEBPACK_IMPORTED_MODULE_0__
|
|
56164
56146
|
}; // Add the scout object to the window
|
|
56165
56147
|
|
|
@@ -83190,7 +83172,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
83190
83172
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
83191
83173
|
|
|
83192
83174
|
/*
|
|
83193
|
-
* Copyright (c) 2010-
|
|
83175
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
83194
83176
|
* All rights reserved. This program and the accompanying materials
|
|
83195
83177
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
83196
83178
|
* which accompanies this distribution, and is available at
|
|
@@ -83623,6 +83605,8 @@ class Session {
|
|
|
83623
83605
|
|
|
83624
83606
|
this.desktop = this.getOrCreateWidget(clientSessionData.desktop, this.rootAdapter.widget);
|
|
83625
83607
|
|
|
83608
|
+
_index__WEBPACK_IMPORTED_MODULE_0__.App.get()._triggerDesktopReady(this.desktop);
|
|
83609
|
+
|
|
83626
83610
|
let renderDesktopImpl = function () {
|
|
83627
83611
|
this._renderDesktop(); // In case the server sent additional events, process them
|
|
83628
83612
|
|
|
@@ -83644,6 +83628,9 @@ class Session {
|
|
|
83644
83628
|
this._resumeBackgroundJobPolling();
|
|
83645
83629
|
|
|
83646
83630
|
this.ready = true;
|
|
83631
|
+
|
|
83632
|
+
_index__WEBPACK_IMPORTED_MODULE_0__.App.get()._triggerSessionReady(this);
|
|
83633
|
+
|
|
83647
83634
|
jquery__WEBPACK_IMPORTED_MODULE_1___default().log.isInfoEnabled() && jquery__WEBPACK_IMPORTED_MODULE_1___default().log.info('Session initialized. Detected ' + _index__WEBPACK_IMPORTED_MODULE_0__.Device.get());
|
|
83648
83635
|
|
|
83649
83636
|
if (jquery__WEBPACK_IMPORTED_MODULE_1___default().log.isDebugEnabled()) {
|
|
@@ -87695,7 +87682,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
87695
87682
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
87696
87683
|
|
|
87697
87684
|
/*
|
|
87698
|
-
* Copyright (c) 2010-
|
|
87685
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
87699
87686
|
* All rights reserved. This program and the accompanying materials
|
|
87700
87687
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
87701
87688
|
* which accompanies this distribution, and is available at
|
|
@@ -90039,7 +90026,7 @@ class Table extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
90039
90026
|
let cell, column, predicate;
|
|
90040
90027
|
|
|
90041
90028
|
predicate = function (column) {
|
|
90042
|
-
if (column.guiOnly) {
|
|
90029
|
+
if (!column.isVisible() || column.guiOnly) {
|
|
90043
90030
|
// does not support tabbing
|
|
90044
90031
|
return false;
|
|
90045
90032
|
}
|
|
@@ -91005,6 +90992,7 @@ class Table extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
91005
90992
|
this.ensureRowRendered(row);
|
|
91006
90993
|
let popup = column.startCellEdit(row, field);
|
|
91007
90994
|
this.cellEditorPopup = popup;
|
|
90995
|
+
this.$container.toggleClass('has-cell-editor-popup', !!popup);
|
|
91008
90996
|
return popup;
|
|
91009
90997
|
}
|
|
91010
90998
|
/**
|
|
@@ -91771,7 +91759,7 @@ class Table extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
91771
91759
|
|
|
91772
91760
|
if (filter instanceof _index__WEBPACK_IMPORTED_MODULE_0__.TableUserFilter) {
|
|
91773
91761
|
let previousFilter = this.getFilter(filter.createKey());
|
|
91774
|
-
this.filterSupport.removeFilter(previousFilter);
|
|
91762
|
+
this.filterSupport.removeFilter(previousFilter, false);
|
|
91775
91763
|
}
|
|
91776
91764
|
|
|
91777
91765
|
let added = this.filterSupport.addFilter(filter, applyFilter);
|
|
@@ -93635,6 +93623,10 @@ class Table extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
93635
93623
|
this.cellEditorPopup.destroy();
|
|
93636
93624
|
this.cellEditorPopup = null;
|
|
93637
93625
|
|
|
93626
|
+
if (this.$container) {
|
|
93627
|
+
this.$container.removeClass('has-cell-editor-popup');
|
|
93628
|
+
}
|
|
93629
|
+
|
|
93638
93630
|
if (callback) {
|
|
93639
93631
|
callback();
|
|
93640
93632
|
}
|
|
@@ -115904,6 +115896,49 @@ class TileButton extends _index__WEBPACK_IMPORTED_MODULE_0__.Button {
|
|
|
115904
115896
|
|
|
115905
115897
|
/***/ }),
|
|
115906
115898
|
|
|
115899
|
+
/***/ "./src/tile/fields/htmlfield/TileHtmlField.js":
|
|
115900
|
+
/*!****************************************************!*\
|
|
115901
|
+
!*** ./src/tile/fields/htmlfield/TileHtmlField.js ***!
|
|
115902
|
+
\****************************************************/
|
|
115903
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
115904
|
+
|
|
115905
|
+
__webpack_require__.r(__webpack_exports__);
|
|
115906
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
115907
|
+
/* harmony export */ "default": () => (/* binding */ TileHtmlField)
|
|
115908
|
+
/* harmony export */ });
|
|
115909
|
+
/* harmony import */ var _index__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../index */ "./src/index.js");
|
|
115910
|
+
/*
|
|
115911
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
115912
|
+
* All rights reserved. This program and the accompanying materials
|
|
115913
|
+
* are made available under the terms of the Eclipse Public License v1.0
|
|
115914
|
+
* which accompanies this distribution, and is available at
|
|
115915
|
+
* http://www.eclipse.org/legal/epl-v10.html
|
|
115916
|
+
*
|
|
115917
|
+
* Contributors:
|
|
115918
|
+
* BSI Business Systems Integration AG - initial API and implementation
|
|
115919
|
+
*/
|
|
115920
|
+
|
|
115921
|
+
class TileHtmlField extends _index__WEBPACK_IMPORTED_MODULE_0__.HtmlField {
|
|
115922
|
+
constructor() {
|
|
115923
|
+
super();
|
|
115924
|
+
}
|
|
115925
|
+
|
|
115926
|
+
_render() {
|
|
115927
|
+
super._render();
|
|
115928
|
+
|
|
115929
|
+
this.$container.addClass('scrollbar-y-outside');
|
|
115930
|
+
}
|
|
115931
|
+
|
|
115932
|
+
_installScrollbars(options) {
|
|
115933
|
+
return super._installScrollbars($.extend(true, {}, options, {
|
|
115934
|
+
scrollShadow: 'gradient'
|
|
115935
|
+
}));
|
|
115936
|
+
}
|
|
115937
|
+
|
|
115938
|
+
}
|
|
115939
|
+
|
|
115940
|
+
/***/ }),
|
|
115941
|
+
|
|
115907
115942
|
/***/ "./src/tile/fields/tablefield/TileTableField.js":
|
|
115908
115943
|
/*!******************************************************!*\
|
|
115909
115944
|
!*** ./src/tile/fields/tablefield/TileTableField.js ***!
|
|
@@ -118035,7 +118070,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
118035
118070
|
/* harmony export */ "default": () => (/* binding */ LazyNodeFilter)
|
|
118036
118071
|
/* harmony export */ });
|
|
118037
118072
|
/*
|
|
118038
|
-
* Copyright (c)
|
|
118073
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
118039
118074
|
* All rights reserved. This program and the accompanying materials
|
|
118040
118075
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
118041
118076
|
* which accompanies this distribution, and is available at
|
|
@@ -118046,29 +118081,37 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
118046
118081
|
*/
|
|
118047
118082
|
class LazyNodeFilter {
|
|
118048
118083
|
constructor(tree) {
|
|
118049
|
-
//
|
|
118050
118084
|
this.tree = tree;
|
|
118051
118085
|
}
|
|
118052
118086
|
|
|
118053
118087
|
accept(node) {
|
|
118054
|
-
if (
|
|
118055
|
-
|
|
118056
|
-
|
|
118057
|
-
let selectedNode = this.tree.selectedNodes[i]; // not initialized selected nodes
|
|
118088
|
+
if (node.expanded) {
|
|
118089
|
+
return true;
|
|
118090
|
+
} // not expanded: remove lazy expand marker (forget lazy expanded children)
|
|
118058
118091
|
|
|
118059
|
-
if (typeof selectedNode === 'string') {
|
|
118060
|
-
break;
|
|
118061
|
-
}
|
|
118062
118092
|
|
|
118063
|
-
|
|
118064
|
-
|
|
118065
|
-
|
|
118093
|
+
node.childNodes.forEach(child => child._lazyNodeFilterAccepted = false);
|
|
118094
|
+
|
|
118095
|
+
if (!node.parentNode || !node.parentNode.expandedLazy || !node.parentNode.lazyExpandingEnabled || !this.tree.lazyExpandingEnabled) {
|
|
118096
|
+
// no lazy expanding supported
|
|
118097
|
+
return true;
|
|
118098
|
+
} // if this node is not expanded and parent is lazyExpanding.
|
|
118099
|
+
|
|
118100
|
+
|
|
118101
|
+
for (let i = 0; i < this.tree.selectedNodes.length; i++) {
|
|
118102
|
+
let selectedNode = this.tree.selectedNodes[i];
|
|
118103
|
+
|
|
118104
|
+
if (typeof selectedNode === 'string') {
|
|
118105
|
+
break;
|
|
118066
118106
|
}
|
|
118067
118107
|
|
|
118068
|
-
|
|
118108
|
+
if (selectedNode == node) {
|
|
118109
|
+
node._lazyNodeFilterAccepted = true;
|
|
118110
|
+
return true;
|
|
118111
|
+
}
|
|
118069
118112
|
}
|
|
118070
118113
|
|
|
118071
|
-
return
|
|
118114
|
+
return !!node._lazyNodeFilterAccepted;
|
|
118072
118115
|
}
|
|
118073
118116
|
|
|
118074
118117
|
}
|
|
@@ -118091,7 +118134,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
118091
118134
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
118092
118135
|
|
|
118093
118136
|
/*
|
|
118094
|
-
* Copyright (c) 2010-
|
|
118137
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
118095
118138
|
* All rights reserved. This program and the accompanying materials
|
|
118096
118139
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
118097
118140
|
* which accompanies this distribution, and is available at
|
|
@@ -118219,10 +118262,9 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
118219
118262
|
|
|
118220
118263
|
this._ensureTreeNodes(this.nodes);
|
|
118221
118264
|
|
|
118222
|
-
this.
|
|
118223
|
-
|
|
118265
|
+
this._initNodes(this.nodes);
|
|
118266
|
+
|
|
118224
118267
|
this.initialTraversing = false;
|
|
118225
|
-
this.selectedNodes = this._nodesByIds(this.selectedNodes);
|
|
118226
118268
|
this.menuBar = _index__WEBPACK_IMPORTED_MODULE_0__.scout.create('MenuBar', {
|
|
118227
118269
|
parent: this,
|
|
118228
118270
|
position: _index__WEBPACK_IMPORTED_MODULE_0__.MenuBar.Position.BOTTOM,
|
|
@@ -118239,6 +118281,27 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
118239
118281
|
|
|
118240
118282
|
this._setMenus(this.menus);
|
|
118241
118283
|
}
|
|
118284
|
+
/**
|
|
118285
|
+
* Initialize nodes, applies filters and updates flat list
|
|
118286
|
+
*/
|
|
118287
|
+
|
|
118288
|
+
|
|
118289
|
+
_initNodes(nodes, parentNode) {
|
|
118290
|
+
if (!nodes) {
|
|
118291
|
+
nodes = this.nodes;
|
|
118292
|
+
}
|
|
118293
|
+
|
|
118294
|
+
Tree.visitNodes(this._initTreeNode.bind(this), nodes, parentNode);
|
|
118295
|
+
|
|
118296
|
+
if (typeof this.selectedNodes[0] === 'string') {
|
|
118297
|
+
this.selectedNodes = this._nodesByIds(this.selectedNodes);
|
|
118298
|
+
}
|
|
118299
|
+
|
|
118300
|
+
this._updateSelectionPath();
|
|
118301
|
+
|
|
118302
|
+
nodes.forEach(node => this.applyFiltersForNode(node));
|
|
118303
|
+
Tree.visitNodes((node, parentNode) => this._addToVisibleFlatList(node, false), nodes, parentNode);
|
|
118304
|
+
}
|
|
118242
118305
|
/**
|
|
118243
118306
|
* Iterates through the given array and converts node-models to instances of TreeNode (or a subclass).
|
|
118244
118307
|
* If the array element is already a TreeNode the function leaves the element untouched. This function also
|
|
@@ -118324,45 +118387,24 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
118324
118387
|
}
|
|
118325
118388
|
|
|
118326
118389
|
isSelectedNode(node) {
|
|
118327
|
-
if (this.initialTraversing) {
|
|
118328
|
-
return this.selectedNodes.indexOf(node.id) > -1;
|
|
118329
|
-
}
|
|
118330
|
-
|
|
118331
118390
|
return this.selectedNodes.indexOf(node) > -1;
|
|
118332
118391
|
}
|
|
118333
118392
|
|
|
118334
|
-
|
|
118335
|
-
|
|
118336
|
-
if (this.isSelectedNode(node) && (node.parentNode && !this.visibleNodesMap[node.parentNode.id] || node.level === 0)) {
|
|
118337
|
-
let p = node;
|
|
118338
|
-
|
|
118339
|
-
while (p) {
|
|
118340
|
-
this._inSelectionPathList[p.id] = true;
|
|
118341
|
-
p.filterDirty = true;
|
|
118342
|
-
|
|
118343
|
-
if (p !== node) {
|
|
118344
|
-
// ensure node is expanded
|
|
118345
|
-
node.expanded = true; // if parent was filtered before, try refilter after adding to selection path.
|
|
118346
|
-
|
|
118347
|
-
if (p.level === 0) {
|
|
118348
|
-
this.applyFiltersForNode(p); // add visible nodes to visible nodes array when they are initialized
|
|
118349
|
-
|
|
118350
|
-
this._addToVisibleFlatList(p, false); // process children
|
|
118393
|
+
_updateSelectionPath() {
|
|
118394
|
+
let selectedNode = this.selectedNodes[0];
|
|
118351
118395
|
|
|
118352
|
-
|
|
118353
|
-
|
|
118354
|
-
}
|
|
118355
|
-
}
|
|
118356
|
-
|
|
118357
|
-
p = p.parentNode;
|
|
118358
|
-
}
|
|
118359
|
-
} else if (node.parentNode && this.isSelectedNode(node.parentNode)) {
|
|
118360
|
-
this._inSelectionPathList[node.id] = true;
|
|
118396
|
+
if (!selectedNode) {
|
|
118397
|
+
return;
|
|
118361
118398
|
}
|
|
118362
118399
|
|
|
118363
|
-
this.
|
|
118400
|
+
this._inSelectionPathList[selectedNode.id] = true;
|
|
118401
|
+
selectedNode.childNodes.forEach(child => this._inSelectionPathList[child.id] = true);
|
|
118402
|
+
let parentNode = selectedNode.parentNode;
|
|
118364
118403
|
|
|
118365
|
-
|
|
118404
|
+
while (parentNode) {
|
|
118405
|
+
this._inSelectionPathList[parentNode.id] = true;
|
|
118406
|
+
parentNode = parentNode.parentNode;
|
|
118407
|
+
}
|
|
118366
118408
|
}
|
|
118367
118409
|
|
|
118368
118410
|
_initTreeNode(node, parentNode) {
|
|
@@ -118410,7 +118452,7 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
118410
118452
|
this._removeFromFlatList(node, false); // ensure node is not longer in visible nodes list.
|
|
118411
118453
|
|
|
118412
118454
|
|
|
118413
|
-
node.destroy();
|
|
118455
|
+
node.destroy(); // noinspection JSUnresolvedVariable
|
|
118414
118456
|
|
|
118415
118457
|
if (this._onNodeDeleted) {
|
|
118416
118458
|
// Necessary for subclasses
|
|
@@ -118481,8 +118523,8 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
118481
118523
|
}
|
|
118482
118524
|
|
|
118483
118525
|
_remove() {
|
|
118484
|
-
|
|
118485
|
-
this.
|
|
118526
|
+
this.session.desktop.off('popupOpen', this._popupOpenHandler);
|
|
118527
|
+
this.filterSupport.remove(); // stop all animations
|
|
118486
118528
|
|
|
118487
118529
|
if (this._$animationWrapper) {
|
|
118488
118530
|
this._$animationWrapper.stop(false, true);
|
|
@@ -118496,10 +118538,9 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
118496
118538
|
|
|
118497
118539
|
this.$fillBefore = null;
|
|
118498
118540
|
this.$fillAfter = null;
|
|
118499
|
-
this.$data = null; // reset rendered view range because
|
|
118541
|
+
this.$data = null; // reset rendered view range because no range is rendered
|
|
118500
118542
|
|
|
118501
118543
|
this.viewRangeRendered = new _index__WEBPACK_IMPORTED_MODULE_0__.Range(0, 0);
|
|
118502
|
-
this.filterSupport.remove();
|
|
118503
118544
|
|
|
118504
118545
|
super._remove();
|
|
118505
118546
|
}
|
|
@@ -119652,9 +119693,8 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
119652
119693
|
renderExpansionOpts.expandLazyChanged = node.expandedLazy !== lazy;
|
|
119653
119694
|
node.expanded = expanded;
|
|
119654
119695
|
node.expandedLazy = lazy;
|
|
119655
|
-
let filterStateChanged = this.applyFiltersForNode(node, false, renderAnimated);
|
|
119656
119696
|
|
|
119657
|
-
if (
|
|
119697
|
+
if (renderExpansionOpts.expansionChanged) {
|
|
119658
119698
|
if (node.parentNode) {
|
|
119659
119699
|
// ensure node is visible under the parent node if there is a parent.
|
|
119660
119700
|
this._rebuildParent(node.parentNode, opts);
|
|
@@ -119664,9 +119704,7 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
119664
119704
|
this._removeFromFlatList(node, false);
|
|
119665
119705
|
}
|
|
119666
119706
|
} else if (renderExpansionOpts.expandLazyChanged) {
|
|
119667
|
-
|
|
119668
|
-
this.applyFiltersForNode(child, false, renderAnimated);
|
|
119669
|
-
});
|
|
119707
|
+
this.applyFiltersForNode(node, false, renderAnimated);
|
|
119670
119708
|
}
|
|
119671
119709
|
|
|
119672
119710
|
if (this.groupedNodes[node.id]) {
|
|
@@ -119674,7 +119712,9 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
119674
119712
|
}
|
|
119675
119713
|
|
|
119676
119714
|
if (node.expanded) {
|
|
119677
|
-
node.ensureLoadChildren().done(this._addChildrenToFlatList.bind(this, node, null, renderAnimated, null, true
|
|
119715
|
+
node.ensureLoadChildren().done(this._addChildrenToFlatList.bind(this, node, null, renderAnimated, null, true
|
|
119716
|
+
/* required that ctrl+shift+add expands all rows of a table-page */
|
|
119717
|
+
));
|
|
119678
119718
|
} else {
|
|
119679
119719
|
this._removeChildrenFromFlatList(node, renderAnimated);
|
|
119680
119720
|
}
|
|
@@ -119709,7 +119749,9 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
119709
119749
|
}
|
|
119710
119750
|
|
|
119711
119751
|
if (node.expanded || node.expandedLazy) {
|
|
119712
|
-
this._addChildrenToFlatList(node, null,
|
|
119752
|
+
this._addChildrenToFlatList(node, null, true, null, true
|
|
119753
|
+
/* required so that double clicking a table-page-row expands the clicked child row */
|
|
119754
|
+
);
|
|
119713
119755
|
} else {
|
|
119714
119756
|
this._removeChildrenFromFlatList(node, false);
|
|
119715
119757
|
} // Render expansion
|
|
@@ -119831,8 +119873,6 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
119831
119873
|
}
|
|
119832
119874
|
|
|
119833
119875
|
_removeFromFlatList(node, animatedRemove) {
|
|
119834
|
-
let removedNodes = [];
|
|
119835
|
-
|
|
119836
119876
|
if (this.visibleNodesMap[node.id]) {
|
|
119837
119877
|
let index = this.visibleNodesFlat.indexOf(node);
|
|
119838
119878
|
|
|
@@ -119846,13 +119886,10 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
119846
119886
|
}
|
|
119847
119887
|
}
|
|
119848
119888
|
|
|
119849
|
-
|
|
119889
|
+
this.visibleNodesFlat.splice(index, 1);
|
|
119850
119890
|
delete this.visibleNodesMap[node.id];
|
|
119851
119891
|
this.hideNode(node, animatedRemove);
|
|
119852
119892
|
}
|
|
119853
|
-
|
|
119854
|
-
removedNodes.push(node);
|
|
119855
|
-
return removedNodes;
|
|
119856
119893
|
}
|
|
119857
119894
|
/**
|
|
119858
119895
|
* @returns {boolean} whether or not the function added a node to the flat list
|
|
@@ -119862,7 +119899,7 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
119862
119899
|
_addToVisibleFlatList(node, renderingAnimated) {
|
|
119863
119900
|
// if node already is in visible list don't do anything. If no parentNode is available this node is on toplevel, if a parent is available
|
|
119864
119901
|
// it has to be in visible list and also be expanded
|
|
119865
|
-
if (!this.visibleNodesMap[node.id] && node.
|
|
119902
|
+
if (!this.visibleNodesMap[node.id] && node.filterAccepted && (!node.parentNode || node.parentNode.expanded && this.visibleNodesMap[node.parentNode.id])) {
|
|
119866
119903
|
if (this.initialTraversing) {
|
|
119867
119904
|
// for faster index calculation
|
|
119868
119905
|
this._addToVisibleFlatListNoCheck(node, this.visibleNodesFlat.length, renderingAnimated);
|
|
@@ -119912,12 +119949,11 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
119912
119949
|
isAlreadyAdded = this.visibleNodesMap[node.id];
|
|
119913
119950
|
|
|
119914
119951
|
if (isAlreadyAdded) {
|
|
119915
|
-
this.insertBatchInVisibleNodes(insertBatch, this._showNodes(insertBatch), animatedRendering);
|
|
119916
|
-
this.checkAndHandleBatchAnimationWrapper(parentNode, animatedRendering, insertBatch);
|
|
119917
|
-
insertBatch = this.newInsertBatch(insertBatch.nextBatchInsertIndex());
|
|
119918
|
-
insertBatch = this._addChildrenToFlatListIfExpanded(1, node, insertIndex, animatedRendering, insertBatch, forceFilter); // do not animate following
|
|
119952
|
+
this.insertBatchInVisibleNodes(insertBatch, this._showNodes(insertBatch), animatedRendering); // Animate rendering is always false because it would generate a bunch of animation wrappers which stay forever without really starting an animation...
|
|
119919
119953
|
|
|
119920
|
-
|
|
119954
|
+
this.checkAndHandleBatchAnimationWrapper(parentNode, false, insertBatch);
|
|
119955
|
+
insertBatch = this.newInsertBatch(insertBatch.nextBatchInsertIndex());
|
|
119956
|
+
insertBatch = this._addChildrenToFlatListIfExpanded(1, node, insertIndex, animatedRendering, insertBatch, forceFilter);
|
|
119921
119957
|
} else {
|
|
119922
119958
|
insertBatch.insertNodes.push(node);
|
|
119923
119959
|
this.visibleNodesMap[node.id] = true;
|
|
@@ -120521,11 +120557,9 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
120521
120557
|
nodes.forEach(entry => {
|
|
120522
120558
|
parentNode.childNodes.push(entry);
|
|
120523
120559
|
});
|
|
120524
|
-
}
|
|
120525
|
-
|
|
120560
|
+
}
|
|
120526
120561
|
|
|
120527
|
-
|
|
120528
|
-
Tree.visitNodes(this._updateFlatListAndSelectionPath.bind(this), nodes, parentNode);
|
|
120562
|
+
this._initNodes(nodes, parentNode);
|
|
120529
120563
|
|
|
120530
120564
|
if (this.groupedNodes[parentNode.id]) {
|
|
120531
120565
|
this._updateItemPath(false, parentNode);
|
|
@@ -120552,11 +120586,9 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
120552
120586
|
this._updateChildNodeIndex(this.nodes, nodes[0].childNodeIndex);
|
|
120553
120587
|
} else {
|
|
120554
120588
|
_index__WEBPACK_IMPORTED_MODULE_0__.arrays.pushAll(this.nodes, nodes);
|
|
120555
|
-
}
|
|
120556
|
-
|
|
120589
|
+
}
|
|
120557
120590
|
|
|
120558
|
-
|
|
120559
|
-
Tree.visitNodes(this._updateFlatListAndSelectionPath.bind(this), nodes, parentNode);
|
|
120591
|
+
this._initNodes(nodes, parentNode);
|
|
120560
120592
|
}
|
|
120561
120593
|
|
|
120562
120594
|
if (this.rendered) {
|
|
@@ -120697,9 +120729,7 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
120697
120729
|
Tree.visitNodes(this._destroyTreeNode.bind(this), node.childNodes);
|
|
120698
120730
|
}, this); // update child node indices
|
|
120699
120731
|
|
|
120700
|
-
parentNodesToReindex.forEach(
|
|
120701
|
-
this._updateChildNodeIndex(p.childNodes);
|
|
120702
|
-
}, this);
|
|
120732
|
+
parentNodesToReindex.forEach(p => this._updateChildNodeIndex(p.childNodes));
|
|
120703
120733
|
|
|
120704
120734
|
this._updateChildNodeIndex(topLevelNodesToReindex);
|
|
120705
120735
|
|
|
@@ -121152,10 +121182,8 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
121152
121182
|
|
|
121153
121183
|
this.nodes.forEach(node => {
|
|
121154
121184
|
let result = this.applyFiltersForNode(node, false, this.filterAnimated);
|
|
121155
|
-
|
|
121156
|
-
|
|
121157
|
-
result.newlyHidden.forEach(hidden => _index__WEBPACK_IMPORTED_MODULE_0__.arrays.pushSet(newlyHidden, hidden));
|
|
121158
|
-
result.newlyShown.forEach(shown => _index__WEBPACK_IMPORTED_MODULE_0__.arrays.pushSet(newlyShown, shown));
|
|
121185
|
+
newlyHidden.push(...result.newlyHidden);
|
|
121186
|
+
newlyShown.push(...result.newlyShown);
|
|
121159
121187
|
});
|
|
121160
121188
|
return {
|
|
121161
121189
|
newlyHidden: newlyHidden,
|
|
@@ -121169,34 +121197,34 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
121169
121197
|
}
|
|
121170
121198
|
|
|
121171
121199
|
if (opts.textFilterText) {
|
|
121172
|
-
|
|
121200
|
+
this._nodesByIds(Object.keys(this.nodesMap)).filter(it => it.filterAccepted).forEach(node => this._expandAllParentNodes(node));
|
|
121173
121201
|
}
|
|
121174
121202
|
|
|
121175
121203
|
result.newlyShown.forEach(node => this._addToVisibleFlatList(node, this.filterAnimated));
|
|
121176
|
-
|
|
121177
|
-
this._nodesFiltered(_index__WEBPACK_IMPORTED_MODULE_0__.arrays.flatMap(result.newlyHidden, node => this._removeFromFlatList(node, this.filterAnimated)));
|
|
121178
|
-
|
|
121204
|
+
result.newlyHidden.forEach(node => this._removeFromFlatList(node, this.filterAnimated));
|
|
121179
121205
|
this.filteredElementsDirty = false;
|
|
121180
121206
|
}
|
|
121181
121207
|
|
|
121182
121208
|
filterVisibleNodes(animated) {
|
|
121183
121209
|
// Filter nodes
|
|
121184
|
-
let newlyHidden = [];
|
|
121210
|
+
let newlyHidden = []; // iterate from end to beginning (child nodes first) so that the state of the children has already been updated
|
|
121185
121211
|
|
|
121186
|
-
for (let i =
|
|
121212
|
+
for (let i = this.visibleNodesFlat.length - 1; i >= 0; i--) {
|
|
121187
121213
|
let node = this.visibleNodesFlat[i];
|
|
121188
|
-
|
|
121214
|
+
|
|
121215
|
+
let result = this._applyFiltersForNodeRec(node, true, animated);
|
|
121189
121216
|
|
|
121190
121217
|
if (result.newlyHidden.length) {
|
|
121191
121218
|
if (!node.isFilterAccepted()) {
|
|
121192
|
-
|
|
121193
|
-
_index__WEBPACK_IMPORTED_MODULE_0__.arrays.pushAll(newlyHidden, this._removeFromFlatList(node, animated));
|
|
121219
|
+
newlyHidden.push(...result.newlyHidden);
|
|
121194
121220
|
}
|
|
121195
121221
|
|
|
121196
121222
|
this.viewRangeDirty = true;
|
|
121197
121223
|
}
|
|
121198
121224
|
}
|
|
121199
121225
|
|
|
121226
|
+
newlyHidden.forEach(h => this._removeFromFlatList(h, animated));
|
|
121227
|
+
|
|
121200
121228
|
this._nodesFiltered(newlyHidden);
|
|
121201
121229
|
}
|
|
121202
121230
|
|
|
@@ -121208,69 +121236,73 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
121208
121236
|
applyFiltersForNode(node) {
|
|
121209
121237
|
let applyNewHiddenShownNodes = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
|
|
121210
121238
|
let animated = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
|
|
121239
|
+
|
|
121240
|
+
let result = this._applyFiltersForNodeRec(node, true, animated); // the result so far only includes the node and all its children.
|
|
121241
|
+
// always include the parent nodes as well so that the filter has an effect
|
|
121242
|
+
|
|
121243
|
+
|
|
121244
|
+
let parent = node.parentNode;
|
|
121245
|
+
|
|
121246
|
+
while (parent) {
|
|
121247
|
+
let parentResult = this._applyFiltersForNodeRec(parent, false, animated);
|
|
121248
|
+
|
|
121249
|
+
result.newlyHidden.unshift(...parentResult.newlyHidden);
|
|
121250
|
+
result.newlyShown.unshift(...parentResult.newlyShown);
|
|
121251
|
+
parent = parent.parentNode;
|
|
121252
|
+
}
|
|
121253
|
+
|
|
121254
|
+
this._nodesFiltered(result.newlyHidden);
|
|
121255
|
+
|
|
121256
|
+
if (applyNewHiddenShownNodes) {
|
|
121257
|
+
result.newlyShown.forEach(node => this._addToVisibleFlatList(node, animated));
|
|
121258
|
+
result.newlyHidden.forEach(node => this._removeFromFlatList(node, animated));
|
|
121259
|
+
}
|
|
121260
|
+
|
|
121261
|
+
return result;
|
|
121262
|
+
}
|
|
121263
|
+
|
|
121264
|
+
_applyFiltersForNodeRec(node, recursive) {
|
|
121265
|
+
let animated = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
|
|
121211
121266
|
let newlyHidden = [],
|
|
121212
121267
|
newlyShown = [];
|
|
121213
121268
|
animated = animated && this.filterAnimated;
|
|
121214
|
-
node.filterDirty = true;
|
|
121215
121269
|
|
|
121216
121270
|
let changed = this._applyFiltersForNode(node);
|
|
121217
121271
|
|
|
121218
|
-
|
|
121219
|
-
let parents = [];
|
|
121220
|
-
let parent = node.parentNode; // collect all parents that need to be updated
|
|
121221
|
-
// show: if node.filterAccepted === true, all parents with parent.filterAccepted === false need to be updated
|
|
121222
|
-
// hide: if node.filterAccepted === false, all parents with parent.filterAccepted === true need to be updated...
|
|
121223
|
-
// ...EXCEPT there are other childNodes of parent with childNode.filterAccepted === true OR the parent is directly accepted by all filters
|
|
121224
|
-
|
|
121225
|
-
while (parent && parent.filterAccepted !== node.filterAccepted && (node.filterAccepted || parent.childNodes.filter(child => parents.indexOf(child) === -1).every(child => !child.filterAccepted) && !this.filterSupport.elementAcceptedByFilters(parent))) {
|
|
121226
|
-
_index__WEBPACK_IMPORTED_MODULE_0__.arrays.insert(parents, parent, 0);
|
|
121227
|
-
parent = parent.parentNode;
|
|
121228
|
-
}
|
|
121229
|
-
|
|
121230
|
-
let removeFrom = node.filterAccepted ? newlyHidden : newlyShown,
|
|
121231
|
-
pushTo = node.filterAccepted ? newlyShown : newlyHidden;
|
|
121232
|
-
parents.forEach(p => {
|
|
121233
|
-
p.setFilterAccepted(node.filterAccepted);
|
|
121234
|
-
_index__WEBPACK_IMPORTED_MODULE_0__.arrays.remove(removeFrom, p);
|
|
121235
|
-
_index__WEBPACK_IMPORTED_MODULE_0__.arrays.pushSet(pushTo, p);
|
|
121236
|
-
});
|
|
121237
|
-
_index__WEBPACK_IMPORTED_MODULE_0__.arrays.pushSet(pushTo, node);
|
|
121272
|
+
let hasChildrenWithFilterAccepted = false;
|
|
121238
121273
|
|
|
121239
|
-
|
|
121240
|
-
|
|
121241
|
-
|
|
121242
|
-
|
|
121243
|
-
|
|
121244
|
-
|
|
121245
|
-
// for filter "abr". However, it is possible that the node is _not_ attached, when
|
|
121246
|
-
// we switch from one filter to another, because the node was not in the view-range
|
|
121247
|
-
// with the previous filter. That's why we must make sure, the node is attached to
|
|
121248
|
-
// the DOM, even though the filter state hasn't changed. Otherwise we'd have a
|
|
121249
|
-
// problem when we insert nodes in this._insertNodeInDOMAtPlace.
|
|
121250
|
-
if (!node.attached) {
|
|
121251
|
-
this.showNode(node, animated);
|
|
121274
|
+
if (node.level < 32
|
|
121275
|
+
/* see org.eclipse.scout.rt.client.ui.basic.tree.AbstractTree.expandAllRec */
|
|
121276
|
+
) {
|
|
121277
|
+
if (recursive) {
|
|
121278
|
+
node.childNodes.forEach(childNode => {
|
|
121279
|
+
let result = this._applyFiltersForNodeRec(childNode, true, animated);
|
|
121252
121280
|
|
|
121253
|
-
|
|
121254
|
-
|
|
121255
|
-
|
|
121256
|
-
}
|
|
121281
|
+
newlyHidden.push(...result.newlyHidden);
|
|
121282
|
+
newlyShown.push(...result.newlyShown);
|
|
121283
|
+
hasChildrenWithFilterAccepted = hasChildrenWithFilterAccepted || childNode.filterAccepted;
|
|
121284
|
+
});
|
|
121285
|
+
} else if (!node.filterAccepted) {
|
|
121286
|
+
// Check children only if filterAccepted is false because only then hasChildrenWithFilterAccepted is used (see below).
|
|
121287
|
+
// This has great impact on performance when there are many nodes
|
|
121288
|
+
hasChildrenWithFilterAccepted = node.childNodes.some(childNode => childNode.filterAccepted);
|
|
121257
121289
|
}
|
|
121258
|
-
}
|
|
121290
|
+
} // set filter accepted on this node if it has children with filter accepted (so that the children are visible)
|
|
121259
121291
|
|
|
121260
|
-
if (node.level < 32) {
|
|
121261
|
-
node.childNodes.forEach(childNode => {
|
|
121262
|
-
let result = this.applyFiltersForNode(childNode, false, animated);
|
|
121263
|
-
_index__WEBPACK_IMPORTED_MODULE_0__.arrays.removeAll(newlyHidden, result.newlyShown);
|
|
121264
|
-
_index__WEBPACK_IMPORTED_MODULE_0__.arrays.removeAll(newlyShown, result.newlyHidden);
|
|
121265
|
-
result.newlyHidden.forEach(hidden => _index__WEBPACK_IMPORTED_MODULE_0__.arrays.pushSet(newlyHidden, hidden));
|
|
121266
|
-
result.newlyShown.forEach(shown => _index__WEBPACK_IMPORTED_MODULE_0__.arrays.pushSet(newlyShown, shown));
|
|
121267
|
-
});
|
|
121268
|
-
}
|
|
121269
121292
|
|
|
121270
|
-
if (
|
|
121271
|
-
|
|
121293
|
+
if (!node.filterAccepted && hasChildrenWithFilterAccepted) {
|
|
121294
|
+
node.setFilterAccepted(true);
|
|
121295
|
+
changed = !changed;
|
|
121296
|
+
} // remember changed node
|
|
121297
|
+
|
|
121272
121298
|
|
|
121273
|
-
|
|
121299
|
+
if (changed) {
|
|
121300
|
+
let pushTo = node.filterAccepted ? newlyShown : newlyHidden;
|
|
121301
|
+
pushTo.unshift(node);
|
|
121302
|
+
|
|
121303
|
+
if (this.rendered) {
|
|
121304
|
+
this.viewRangeDirty = true;
|
|
121305
|
+
}
|
|
121274
121306
|
}
|
|
121275
121307
|
|
|
121276
121308
|
return {
|
|
@@ -121284,17 +121316,16 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
121284
121316
|
|
|
121285
121317
|
|
|
121286
121318
|
_applyFiltersForNode(node) {
|
|
121287
|
-
let changed = this.filterSupport.applyFiltersForElement(node)
|
|
121319
|
+
let changed = this.filterSupport.applyFiltersForElement(node);
|
|
121288
121320
|
|
|
121289
|
-
if (changed) {
|
|
121321
|
+
if (changed || node.filterDirty) {
|
|
121290
121322
|
node.filterDirty = false;
|
|
121291
121323
|
node.childNodes.forEach(childNode => {
|
|
121292
121324
|
childNode.filterDirty = true;
|
|
121293
121325
|
});
|
|
121294
|
-
return true;
|
|
121295
121326
|
}
|
|
121296
121327
|
|
|
121297
|
-
return
|
|
121328
|
+
return changed;
|
|
121298
121329
|
}
|
|
121299
121330
|
/**
|
|
121300
121331
|
* @returns {FilterSupport}
|
|
@@ -121334,7 +121365,7 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
121334
121365
|
nodes = nodes.filter(function (node) {
|
|
121335
121366
|
let index = indexHint === undefined ? this.visibleNodesFlat.indexOf(node) : indexHint;
|
|
121336
121367
|
|
|
121337
|
-
if (index === -1 || !(this.viewRangeRendered.from + this.viewRangeSize >= index && this.viewRangeRendered.from <= index && this.
|
|
121368
|
+
if (index === -1 || !(this.viewRangeRendered.from + this.viewRangeSize >= index && this.viewRangeRendered.from <= index && this.viewRangeSize > 0) || node.attached) {
|
|
121338
121369
|
// node is not visible
|
|
121339
121370
|
return false;
|
|
121340
121371
|
}
|
|
@@ -121522,6 +121553,10 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
121522
121553
|
$node.removeClass('hiding');
|
|
121523
121554
|
|
|
121524
121555
|
if (!$node.hasClass('showing')) {
|
|
121556
|
+
// JQuery sets display to none which we don't need because node will be detached.
|
|
121557
|
+
// If node is added using another method than slideDown (used by show node), it would be invisible.
|
|
121558
|
+
// Example: parent is collapsed while nodes are hiding -> remove filter, expand parent -> invisible nodes
|
|
121559
|
+
$node.css('display', '');
|
|
121525
121560
|
$node.detach();
|
|
121526
121561
|
node.attached = false;
|
|
121527
121562
|
}
|
|
@@ -121535,15 +121570,11 @@ class Tree extends _index__WEBPACK_IMPORTED_MODULE_0__.Widget {
|
|
|
121535
121570
|
}
|
|
121536
121571
|
|
|
121537
121572
|
_nodesToIds(nodes) {
|
|
121538
|
-
return nodes.map(node =>
|
|
121539
|
-
return node.id;
|
|
121540
|
-
});
|
|
121573
|
+
return nodes.map(node => node.id);
|
|
121541
121574
|
}
|
|
121542
121575
|
|
|
121543
121576
|
_nodesByIds(ids) {
|
|
121544
|
-
return ids.map(id =>
|
|
121545
|
-
return this.nodesMap[id];
|
|
121546
|
-
});
|
|
121577
|
+
return ids.map(id => this.nodesMap[id]);
|
|
121547
121578
|
}
|
|
121548
121579
|
|
|
121549
121580
|
_nodeById(id) {
|
|
@@ -122125,7 +122156,7 @@ class TreeLayout extends _index__WEBPACK_IMPORTED_MODULE_0__.AbstractLayout {
|
|
|
122125
122156
|
exact: true
|
|
122126
122157
|
}).subtract(htmlContainer.insets());
|
|
122127
122158
|
|
|
122128
|
-
if (this.tree.toggleBreadcrumbStyleEnabled) {
|
|
122159
|
+
if (this.tree.toggleBreadcrumbStyleEnabled && this._sizeChanged(htmlContainer)) {
|
|
122129
122160
|
this.tree.setBreadcrumbStyleActive(Math.floor(containerSize.width) <= this.tree.breadcrumbTogglingThreshold);
|
|
122130
122161
|
}
|
|
122131
122162
|
|
|
@@ -122220,7 +122251,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
122220
122251
|
/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! jquery */ "jquery");
|
|
122221
122252
|
/* harmony import */ var jquery__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_1__);
|
|
122222
122253
|
/*
|
|
122223
|
-
* Copyright (c) 2010-
|
|
122254
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
122224
122255
|
* All rights reserved. This program and the accompanying materials
|
|
122225
122256
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
122226
122257
|
* which accompanies this distribution, and is available at
|
|
@@ -122375,7 +122406,7 @@ class TreeNode {
|
|
|
122375
122406
|
|
|
122376
122407
|
isFilterAccepted(forceFilter) {
|
|
122377
122408
|
if (this.filterDirty || forceFilter) {
|
|
122378
|
-
this.getTree().applyFiltersForNode(this
|
|
122409
|
+
this.getTree().applyFiltersForNode(this);
|
|
122379
122410
|
}
|
|
122380
122411
|
|
|
122381
122412
|
return this.filterAccepted;
|
|
@@ -123583,7 +123614,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
123583
123614
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
123584
123615
|
|
|
123585
123616
|
/*
|
|
123586
|
-
* Copyright (c) 2010-
|
|
123617
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
123587
123618
|
* All rights reserved. This program and the accompanying materials
|
|
123588
123619
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
123589
123620
|
* which accompanies this distribution, and is available at
|
|
@@ -123830,7 +123861,7 @@ class Device {
|
|
|
123830
123861
|
browser = _index__WEBPACK_IMPORTED_MODULE_0__.scout.nvl(browser, this.browser);
|
|
123831
123862
|
version = _index__WEBPACK_IMPORTED_MODULE_0__.scout.nvl(version, this.browserVersion);
|
|
123832
123863
|
let browsers = Device.Browser;
|
|
123833
|
-
return browser === browsers.CHROME && version >= 69 || browser === browsers.FIREFOX && version >= 62 || browser === browsers.SAFARI && version >= 12
|
|
123864
|
+
return browser === browsers.CHROME && version >= 69 || browser === browsers.FIREFOX && version >= 62 || browser === browsers.SAFARI && version >= 12;
|
|
123834
123865
|
}
|
|
123835
123866
|
/**
|
|
123836
123867
|
* Can not detect type until DOM is ready because we must create a DIV to measure the scrollbars.
|
|
@@ -123934,6 +123965,11 @@ class Device {
|
|
|
123934
123965
|
} else if (this.browser === browsers.EDGE) {
|
|
123935
123966
|
versionRegex = /Edge\/([0-9]+\.?[0-9]*)/;
|
|
123936
123967
|
} else if (this.browser === browsers.SAFARI) {
|
|
123968
|
+
if (this.isIos() && userAgent.indexOf('Version/') < 0) {
|
|
123969
|
+
this.browserVersion = this.systemVersion;
|
|
123970
|
+
return;
|
|
123971
|
+
}
|
|
123972
|
+
|
|
123937
123973
|
versionRegex = /Version\/([0-9]+\.?[0-9]*)/;
|
|
123938
123974
|
} else if (this.browser === browsers.FIREFOX) {
|
|
123939
123975
|
versionRegex = /Firefox\/([0-9]+\.?[0-9]*)/;
|
|
@@ -132708,7 +132744,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
132708
132744
|
/* harmony import */ var _index__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../index */ "./src/index.js");
|
|
132709
132745
|
/* harmony import */ var _keystroke_FocusFilterFieldKeyStroke__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../keystroke/FocusFilterFieldKeyStroke */ "./src/keystroke/FocusFilterFieldKeyStroke.js");
|
|
132710
132746
|
/*
|
|
132711
|
-
* Copyright (c) 2010-
|
|
132747
|
+
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
|
|
132712
132748
|
* All rights reserved. This program and the accompanying materials
|
|
132713
132749
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
132714
132750
|
* which accompanies this distribution, and is available at
|
|
@@ -132838,14 +132874,20 @@ class FilterSupport extends _index__WEBPACK_IMPORTED_MODULE_0__.WidgetSupport {
|
|
|
132838
132874
|
this._filterField.$field.attr('tabIndex', -1);
|
|
132839
132875
|
|
|
132840
132876
|
let color = _index__WEBPACK_IMPORTED_MODULE_0__.styles.getFirstOpaqueBackgroundColor(this._filterField.$container),
|
|
132841
|
-
|
|
132842
|
-
|
|
132843
|
-
|
|
132844
|
-
|
|
132877
|
+
colorRgba = $.extend(true, {
|
|
132878
|
+
red: 0,
|
|
132879
|
+
green: 0,
|
|
132880
|
+
blue: 0,
|
|
132881
|
+
alpha: 1
|
|
132882
|
+
}, _index__WEBPACK_IMPORTED_MODULE_0__.styles.rgb(color)),
|
|
132883
|
+
transparent50Color = 'rgba(' + colorRgba.red + ', ' + colorRgba.green + ', ' + colorRgba.blue + ', ' + 0.5 + ')',
|
|
132884
|
+
transparent80Color = 'rgba(' + colorRgba.red + ', ' + colorRgba.green + ', ' + colorRgba.blue + ', ' + 0.8 + ')';
|
|
132845
132885
|
|
|
132846
132886
|
this._filterField.$container.css('--filter-field-background-color', color);
|
|
132847
132887
|
|
|
132848
|
-
this._filterField.$container.css('--filter-field-transparent-background-color',
|
|
132888
|
+
this._filterField.$container.css('--filter-field-transparent-50-background-color', transparent50Color);
|
|
132889
|
+
|
|
132890
|
+
this._filterField.$container.css('--filter-field-transparent-80-background-color', transparent80Color);
|
|
132849
132891
|
|
|
132850
132892
|
this._textFilter = this._createTextFilter();
|
|
132851
132893
|
this._textFilter.synthetic = true;
|
|
@@ -133455,7 +133497,7 @@ class Widget {
|
|
|
133455
133497
|
|
|
133456
133498
|
this.cloneOf = null;
|
|
133457
133499
|
/**
|
|
133458
|
-
* The 'rendering' flag is set the true while the
|
|
133500
|
+
* The 'rendering' flag is set the true while the _initial_ rendering is performed.
|
|
133459
133501
|
* It is used to to something different in a _render* method when the method is
|
|
133460
133502
|
* called for the first time.
|
|
133461
133503
|
*/
|
|
@@ -133535,6 +133577,12 @@ class Widget {
|
|
|
133535
133577
|
*/
|
|
133536
133578
|
|
|
133537
133579
|
|
|
133580
|
+
/**
|
|
133581
|
+
* Initializes the widget instance. All properties of the model parameter (object) are set as properties on the widget instance.
|
|
133582
|
+
* Calls {@link Widget#_init} and triggers an <em>init</em> event when initialization has been completed.
|
|
133583
|
+
*
|
|
133584
|
+
* @param {object} model
|
|
133585
|
+
*/
|
|
133538
133586
|
init(model) {
|
|
133539
133587
|
let staticModel = this._jsonModel();
|
|
133540
133588
|
|
|
@@ -133564,9 +133612,12 @@ class Widget {
|
|
|
133564
133612
|
return model;
|
|
133565
133613
|
}
|
|
133566
133614
|
/**
|
|
133567
|
-
*
|
|
133568
|
-
*
|
|
133569
|
-
*
|
|
133615
|
+
* Initializes the widget instance. All properties of the model parameter (object) are set as properties on the widget instance.
|
|
133616
|
+
* Override this function to initialize widget specific properties in sub-classes.
|
|
133617
|
+
*
|
|
133618
|
+
* @param {object} model Properties:<ul>
|
|
133619
|
+
* <li>parent (required): parent widget</li>
|
|
133620
|
+
* <li>session (optional): If not specified, session of parent widget is used</li></ul>
|
|
133570
133621
|
*/
|
|
133571
133622
|
|
|
133572
133623
|
|