@oracle/oraclejet 18.0.6 → 18.1.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/README.md +3 -3
- package/THIRDPARTYLICENSE.txt +8 -8
- package/dist/css/alta/oj-alta-min.css +1 -1
- package/dist/css/alta/oj-alta-notag-min.css +1 -1
- package/dist/css/alta/oj-alta-notag.css +13 -7
- package/dist/css/alta/oj-alta.css +13 -7
- package/dist/css/alta-android/oj-alta-min.css +1 -1
- package/dist/css/alta-android/oj-alta.css +13 -7
- package/dist/css/alta-ios/oj-alta-min.css +1 -1
- package/dist/css/alta-ios/oj-alta.css +13 -7
- package/dist/css/alta-windows/oj-alta-min.css +1 -1
- package/dist/css/alta-windows/oj-alta.css +13 -7
- package/dist/css/redwood/oj-redwood-min.css +1 -1
- package/dist/css/redwood/oj-redwood-notag-min.css +1 -1
- package/dist/css/redwood/oj-redwood-notag.css +25 -15
- package/dist/css/redwood/oj-redwood.css +25 -15
- package/dist/css/stable/oj-stable-min.css +1 -1
- package/dist/css/stable/oj-stable.css +21 -15
- package/dist/custom-tsc/utils/MetadataPropertyUtils.js +17 -14
- package/dist/custom-tsc/utils/MetadataPropertyUtils.js.map +1 -1
- package/dist/custom-tsc/utils/MetadataUtils.js +21 -7
- package/dist/custom-tsc/utils/MetadataUtils.js.map +1 -1
- package/dist/custom-tsc/utils/MetadataValidationUtils.js +1 -0
- package/dist/custom-tsc/utils/MetadataValidationUtils.js.map +1 -1
- package/dist/js/libs/oj/debug/ojchart-toolkit.js +23 -12
- package/dist/js/libs/oj/debug/ojchart.js +18 -9
- package/dist/js/libs/oj/debug/ojconverter-datetime.js +14 -0
- package/dist/js/libs/oj/debug/ojcore-base.js +2 -2
- package/dist/js/libs/oj/debug/ojdatagrid.js +611 -229
- package/dist/js/libs/oj/debug/ojdatetimepicker.js +74 -24
- package/dist/js/libs/oj/debug/ojdiagram-toolkit.js +7 -0
- package/dist/js/libs/oj/debug/ojdiagram.js +30 -18
- package/dist/js/libs/oj/debug/ojdialog.js +12 -0
- package/dist/js/libs/oj/debug/ojdrawerpopup.js +10 -2
- package/dist/js/libs/oj/debug/ojdvt-overview.js +10 -2
- package/dist/js/libs/oj/debug/ojdvt-toolkit.js +16 -0
- package/dist/js/libs/oj/debug/ojformlayout.js +6 -1
- package/dist/js/libs/oj/debug/ojgantt-toolkit.js +801 -247
- package/dist/js/libs/oj/debug/ojgantt.js +34 -0
- package/dist/js/libs/oj/debug/ojgauge-toolkit.js +2 -1
- package/dist/js/libs/oj/debug/ojgauge.js +3 -3
- package/dist/js/libs/oj/debug/ojhighlighttext.js +6 -1
- package/dist/js/libs/oj/debug/ojlistview.js +18 -6
- package/dist/js/libs/oj/debug/ojmessagebanner.js +19 -4
- package/dist/js/libs/oj/debug/ojmessages.js +2 -0
- package/dist/js/libs/oj/debug/ojnbox-toolkit.js +19 -7
- package/dist/js/libs/oj/debug/ojnbox.js +3 -0
- package/dist/js/libs/oj/debug/ojpictochart-toolkit.js +0 -11
- package/dist/js/libs/oj/debug/ojpictochart.js +5 -0
- package/dist/js/libs/oj/debug/ojpopup.js +2 -0
- package/dist/js/libs/oj/debug/ojpopupcore.js +1 -7
- package/dist/js/libs/oj/debug/ojpopuputils.js +45 -0
- package/dist/js/libs/oj/debug/ojradiocheckbox.js +32 -5
- package/dist/js/libs/oj/debug/ojselectcombobox.js +63 -9
- package/dist/js/libs/oj/debug/ojsunburst.js +7 -0
- package/dist/js/libs/oj/debug/ojtable.js +196 -149
- package/dist/js/libs/oj/debug/ojthematicmap.js +9 -0
- package/dist/js/libs/oj/debug/ojtimeline-toolkit.js +33 -24
- package/dist/js/libs/oj/debug/ojtimeline.js +7 -1
- package/dist/js/libs/oj/debug/ojtranslationbundleutils.js +2 -0
- package/dist/js/libs/oj/debug/ojtreemap.js +9 -2
- package/dist/js/libs/oj/debug/ojtreeview.js +36 -11
- package/dist/js/libs/oj/debug/ojvcollection.js +2 -0
- package/dist/js/libs/oj/debug/ojwaterfalllayout.js +3 -1
- package/dist/js/libs/oj/debug_esm/ojchart-toolkit.js +23 -12
- package/dist/js/libs/oj/debug_esm/ojchart.js +18 -9
- package/dist/js/libs/oj/debug_esm/ojconverter-datetime.js +14 -0
- package/dist/js/libs/oj/debug_esm/ojcore-base.js +2 -2
- package/dist/js/libs/oj/debug_esm/ojdatagrid.js +611 -229
- package/dist/js/libs/oj/debug_esm/ojdatetimepicker.js +74 -24
- package/dist/js/libs/oj/debug_esm/ojdiagram-toolkit.js +7 -0
- package/dist/js/libs/oj/debug_esm/ojdiagram.js +30 -18
- package/dist/js/libs/oj/debug_esm/ojdialog.js +12 -0
- package/dist/js/libs/oj/debug_esm/ojdrawerpopup.js +10 -2
- package/dist/js/libs/oj/debug_esm/ojdvt-overview.js +10 -2
- package/dist/js/libs/oj/debug_esm/ojdvt-toolkit.js +16 -0
- package/dist/js/libs/oj/debug_esm/ojformlayout.js +6 -1
- package/dist/js/libs/oj/debug_esm/ojgantt-toolkit.js +801 -247
- package/dist/js/libs/oj/debug_esm/ojgantt.js +34 -0
- package/dist/js/libs/oj/debug_esm/ojgauge-toolkit.js +2 -1
- package/dist/js/libs/oj/debug_esm/ojgauge.js +3 -3
- package/dist/js/libs/oj/debug_esm/ojhighlighttext.js +4 -0
- package/dist/js/libs/oj/debug_esm/ojlistview.js +18 -6
- package/dist/js/libs/oj/debug_esm/ojmessagebanner.js +18 -3
- package/dist/js/libs/oj/debug_esm/ojmessages.js +3 -1
- package/dist/js/libs/oj/debug_esm/ojnbox-toolkit.js +19 -7
- package/dist/js/libs/oj/debug_esm/ojnbox.js +3 -0
- package/dist/js/libs/oj/debug_esm/ojpictochart-toolkit.js +0 -11
- package/dist/js/libs/oj/debug_esm/ojpictochart.js +5 -0
- package/dist/js/libs/oj/debug_esm/ojpopup.js +2 -0
- package/dist/js/libs/oj/debug_esm/ojpopupcore.js +1 -7
- package/dist/js/libs/oj/debug_esm/ojpopuputils.js +41 -0
- package/dist/js/libs/oj/debug_esm/ojradiocheckbox.js +32 -5
- package/dist/js/libs/oj/debug_esm/ojselectcombobox.js +63 -9
- package/dist/js/libs/oj/debug_esm/ojsunburst.js +7 -0
- package/dist/js/libs/oj/debug_esm/ojtable.js +196 -149
- package/dist/js/libs/oj/debug_esm/ojthematicmap.js +9 -0
- package/dist/js/libs/oj/debug_esm/ojtimeline-toolkit.js +33 -24
- package/dist/js/libs/oj/debug_esm/ojtimeline.js +7 -1
- package/dist/js/libs/oj/debug_esm/ojtranslationbundleutils.js +4 -3
- package/dist/js/libs/oj/debug_esm/ojtreemap.js +9 -2
- package/dist/js/libs/oj/debug_esm/ojtreeview.js +36 -11
- package/dist/js/libs/oj/debug_esm/ojvcollection.js +2 -0
- package/dist/js/libs/oj/debug_esm/ojwaterfalllayout.js +3 -1
- package/dist/js/libs/oj/main-template.js +3 -3
- package/dist/js/libs/oj/min/ojchart-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojchart-toolkit.js.map +1 -1
- package/dist/js/libs/oj/min/ojchart.js.map +1 -1
- package/dist/js/libs/oj/min/ojconverter-datetime.js +1 -1
- package/dist/js/libs/oj/min/ojconverter-datetime.js.map +1 -1
- package/dist/js/libs/oj/min/ojcore-base.js +1 -1
- package/dist/js/libs/oj/min/ojdatagrid.js +1 -1
- package/dist/js/libs/oj/min/ojdatagrid.js.map +1 -1
- package/dist/js/libs/oj/min/ojdatetimepicker.js +1 -1
- package/dist/js/libs/oj/min/ojdatetimepicker.js.map +1 -1
- package/dist/js/libs/oj/min/ojdiagram-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojdiagram-toolkit.js.map +1 -1
- package/dist/js/libs/oj/min/ojdiagram.js.map +1 -1
- package/dist/js/libs/oj/min/ojdialog.js +1 -1
- package/dist/js/libs/oj/min/ojdialog.js.map +1 -1
- package/dist/js/libs/oj/min/ojdrawerpopup.js +1 -1
- package/dist/js/libs/oj/min/ojdrawerpopup.js.map +1 -1
- package/dist/js/libs/oj/min/ojdvt-overview.js +1 -1
- package/dist/js/libs/oj/min/ojdvt-overview.js.map +1 -1
- package/dist/js/libs/oj/min/ojdvt-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojdvt-toolkit.js.map +1 -1
- package/dist/js/libs/oj/min/ojformlayout.js +1 -1
- package/dist/js/libs/oj/min/ojformlayout.js.map +1 -1
- package/dist/js/libs/oj/min/ojgantt-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojgantt-toolkit.js.map +1 -1
- package/dist/js/libs/oj/min/ojgantt.js +1 -1
- package/dist/js/libs/oj/min/ojgantt.js.map +1 -1
- package/dist/js/libs/oj/min/ojgauge-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojgauge-toolkit.js.map +1 -1
- package/dist/js/libs/oj/min/ojhighlighttext.js +1 -1
- package/dist/js/libs/oj/min/ojhighlighttext.js.map +1 -1
- package/dist/js/libs/oj/min/ojlistview.js +1 -1
- package/dist/js/libs/oj/min/ojlistview.js.map +1 -1
- package/dist/js/libs/oj/min/ojmessagebanner.js +1 -1
- package/dist/js/libs/oj/min/ojmessagebanner.js.map +1 -1
- package/dist/js/libs/oj/min/ojmessages.js +1 -1
- package/dist/js/libs/oj/min/ojmessages.js.map +1 -1
- package/dist/js/libs/oj/min/ojnbox-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojnbox-toolkit.js.map +1 -1
- package/dist/js/libs/oj/min/ojnbox.js.map +1 -1
- package/dist/js/libs/oj/min/ojpictochart-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojpictochart-toolkit.js.map +1 -1
- package/dist/js/libs/oj/min/ojpictochart.js.map +1 -1
- package/dist/js/libs/oj/min/ojpopup.js.map +1 -1
- package/dist/js/libs/oj/min/ojpopupcore.js +1 -1
- package/dist/js/libs/oj/min/ojpopupcore.js.map +1 -1
- package/dist/js/libs/oj/min/ojpopuputils.js +9 -0
- package/dist/js/libs/oj/min/ojpopuputils.js.map +1 -0
- package/dist/js/libs/oj/min/ojradiocheckbox.js +1 -1
- package/dist/js/libs/oj/min/ojradiocheckbox.js.map +1 -1
- package/dist/js/libs/oj/min/ojselectcombobox.js +1 -1
- package/dist/js/libs/oj/min/ojselectcombobox.js.map +1 -1
- package/dist/js/libs/oj/min/ojsunburst.js.map +1 -1
- package/dist/js/libs/oj/min/ojtable.js +1 -1
- package/dist/js/libs/oj/min/ojtable.js.map +1 -1
- package/dist/js/libs/oj/min/ojthematicmap.js.map +1 -1
- package/dist/js/libs/oj/min/ojtimeline-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojtimeline-toolkit.js.map +1 -1
- package/dist/js/libs/oj/min/ojtimeline.js.map +1 -1
- package/dist/js/libs/oj/min/ojtranslationbundleutils.js +1 -1
- package/dist/js/libs/oj/min/ojtranslationbundleutils.js.map +1 -1
- package/dist/js/libs/oj/min/ojtreemap.js.map +1 -1
- package/dist/js/libs/oj/min/ojtreeview.js +1 -1
- package/dist/js/libs/oj/min/ojtreeview.js.map +1 -1
- package/dist/js/libs/oj/min/ojvcollection.js +1 -1
- package/dist/js/libs/oj/min/ojvcollection.js.map +1 -1
- package/dist/js/libs/oj/min/ojwaterfalllayout.js +1 -1
- package/dist/js/libs/oj/min/ojwaterfalllayout.js.map +1 -1
- package/dist/js/libs/oj/resources/nls/ko/ojtranslations.js +1 -1
- package/dist/js/libs/oj/resources/nls/ojtranslations.js +1 -1
- package/dist/metadata/components/allComponents.json +1042 -923
- package/dist/metadata/components/schemas/component-schema.json +35 -2
- package/dist/package-backup.json +1 -1
- package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/date-time-picker/themes/base/_oj-date-time-picker.scss +12 -8
- package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/dialog/themes/base/_oj-dialog.scss +6 -1
- package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/helpers/themes/base/_oj-helpers.scss +1 -1
- package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/messages/themes/redwood/oj-messages.scss +4 -0
- package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/popup/themes/base/_oj-popup.scss +5 -2
- package/dist/scss/common/helpers/_oj.common.helpers.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.inputdatetime.scss +5 -5
- package/dist/scss/common/widgets/_oj.common.popup.scss +3 -2
- package/dist/types/ojchart/index.d.ts +34 -18
- package/dist/types/ojdiagram/index.d.ts +64 -64
- package/dist/types/ojgantt/index.d.ts +16 -6
- package/dist/types/ojmetadata/index.d.ts +8 -0
- package/dist/types/ojnbox/index.d.ts +8 -8
- package/dist/types/ojpictochart/index.d.ts +13 -9
- package/dist/types/ojpopuputils/index.d.ts +1 -0
- package/dist/types/ojsunburst/index.d.ts +17 -13
- package/dist/types/ojthematicmap/index.d.ts +24 -24
- package/dist/types/ojtimeline/index.d.ts +18 -18
- package/dist/types/ojtranslationbundleutils/index.d.ts +1 -0
- package/dist/types/ojtreemap/index.d.ts +17 -13
- package/dist/webpack-tools/4.x/webpack.config.js +3 -3
- package/dist/webpack-tools/webpack.config.js +3 -3
- package/package.json +2 -2
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/accordion/themes/base/_oj-accordion.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/accordion/themes/redwood/_oj-accordion.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/accordion/themes/redwood/oj-accordion.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/accordion/themes/stable/_oj-accordion.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/accordion/themes/stable/oj-accordion.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/action-card/themes/base/_oj-action-card.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/action-card/themes/redwood/_oj-action-card.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/action-card/themes/redwood/oj-action-card.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/action-card/themes/stable/_oj-action-card.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/action-card/themes/stable/oj-action-card.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/all-components/themes/base/_oj.common.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/all-components/themes/base/oj.common.settings.cssvariables.css +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/all-components/themes/redwood/_oj-all-components-common.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/all-components/themes/redwood/_oj-all-components-notag.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/all-components/themes/redwood/_oj-all-components.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/all-components/themes/redwood/_oj.redwood.settings.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/all-components/themes/redwood/oj.redwood.cssvars.settings.css +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/all-components/themes/stable/_oj-all-components-common.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/all-components/themes/stable/_oj-all-components-notag.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/all-components/themes/stable/_oj-all-components.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/all-components/themes/stable/_oj.stable.settings.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/all-components/themes/stable/oj.stable.cssvars.settings.css +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/animation/themes/base/_oj-animation.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/animation/themes/redwood/_oj-animation.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/animation/themes/redwood/_oj-animation.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/animation/themes/redwood/oj-animation.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/animation/themes/stable/_oj-animation.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/animation/themes/stable/_oj-animation.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/animation/themes/stable/oj-animation.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/app-layout/themes/base/_oj-app-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/app-layout/themes/redwood/_oj-app-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/app-layout/themes/redwood/_oj-app-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/app-layout/themes/stable/_oj-app-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/app-layout/themes/stable/_oj-app-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/app-layout-hybrid/themes/base/_oj-app-layout-hybrid-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/app-layout-hybrid/themes/base/_oj-app-layout-hybrid.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/app-layout-hybrid/themes/redwood/_oj-app-layout-hybrid.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/app-layout-hybrid/themes/redwood/oj-app-layout-hybrid.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/app-layout-hybrid/themes/stable/_oj-app-layout-hybrid.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/app-layout-hybrid/themes/stable/oj-app-layout-hybrid.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/app-layout-web/themes/base/_oj-app-layout-web.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/app-layout-web/themes/redwood/_oj-app-layout-web.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/app-layout-web/themes/redwood/oj-app-layout-web.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/app-layout-web/themes/stable/_oj-app-layout-web.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/app-layout-web/themes/stable/oj-app-layout-web.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/avatar/themes/base/_oj-avatar.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/avatar/themes/redwood/_oj-avatar-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/avatar/themes/redwood/_oj-avatar-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/avatar/themes/redwood/_oj-avatar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/avatar/themes/redwood/oj-avatar.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/avatar/themes/stable/_oj-avatar-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/avatar/themes/stable/_oj-avatar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/avatar/themes/stable/oj-avatar.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/badge/themes/base/_oj-badge.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/badge/themes/redwood/_oj-badge-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/badge/themes/redwood/_oj-badge-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/badge/themes/redwood/_oj-badge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/badge/themes/redwood/oj-badge.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/badge/themes/stable/_oj-badge-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/badge/themes/stable/_oj-badge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/badge/themes/stable/oj-badge.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/button/themes/base/_oj-button.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/button/themes/redwood/_oj-button-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/button/themes/redwood/_oj-button-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/button/themes/redwood/_oj-button.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/button/themes/redwood/oj-button.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/button/themes/stable/_oj-button-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/button/themes/stable/_oj-button-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/button/themes/stable/_oj-button.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/button/themes/stable/oj-button.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/buttonset/themes/base/_oj-buttonset.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/buttonset/themes/redwood/_oj-buttonset-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/buttonset/themes/redwood/_oj-buttonset.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/buttonset/themes/redwood/_oj-buttonset.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/buttonset/themes/stable/_oj-buttonset-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/buttonset/themes/stable/_oj-buttonset.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/buttonset/themes/stable/_oj-buttonset.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/buttonset-many/themes/redwood/oj-buttonset-many.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/buttonset-many/themes/stable/oj-buttonset-many.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/buttonset-one/themes/redwood/oj-buttonset-one.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/buttonset-one/themes/stable/oj-buttonset-one.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/chart/themes/base/_oj-chart.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/chart/themes/redwood/_oj-chart.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/chart/themes/redwood/oj-chart.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/chart/themes/stable/_oj-chart.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/chart/themes/stable/oj-chart.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/checkboxset/themes/redwood/_oj-checkboxset.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/checkboxset/themes/redwood/oj-checkboxset.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/checkboxset/themes/stable/_oj-checkboxset.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/checkboxset/themes/stable/oj-checkboxset.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/collapsible/themes/base/_oj-collapsible.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/collapsible/themes/redwood/_oj-collapsible.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/collapsible/themes/redwood/oj-collapsible.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/collapsible/themes/stable/_oj-collapsible.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/collapsible/themes/stable/oj-collapsible.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/collection/themes/redwood/_oj-collection-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/collection/themes/redwood/_oj-collection-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/collection/themes/redwood/_oj-collection.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/collection/themes/stable/_oj-collection-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/collection/themes/stable/_oj-collection.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/color-palette/themes/base/_oj-color-palette.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/color-palette/themes/redwood/_oj-color-palette.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/color-palette/themes/redwood/oj-color-palette.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/color-palette/themes/stable/_oj-color-palette.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/color-palette/themes/stable/oj-color-palette.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/color-spectrum/themes/base/_oj-color-spectrum.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/color-spectrum/themes/redwood/_oj-color-spectrum.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/color-spectrum/themes/redwood/oj-color-spectrum.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/color-spectrum/themes/stable/_oj-color-spectrum.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/color-spectrum/themes/stable/oj-color-spectrum.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/combobox/themes/base/_oj-combobox.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/combobox/themes/redwood/_oj-combobox.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/combobox/themes/redwood/_oj-combobox.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/combobox/themes/stable/_oj-combobox.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/combobox/themes/stable/_oj-combobox.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/combobox-many/themes/redwood/oj-combobox-many.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/combobox-many/themes/stable/oj-combobox-many.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/combobox-one/themes/redwood/oj-combobox-one.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/combobox-one/themes/stable/oj-combobox-one.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/conveyor-belt/themes/base/_oj-conveyor-belt.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/conveyor-belt/themes/redwood/_oj-conveyor-belt.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/conveyor-belt/themes/redwood/oj-conveyor-belt.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/conveyor-belt/themes/stable/_oj-conveyor-belt.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/conveyor-belt/themes/stable/oj-conveyor-belt.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/core/themes/redwood/_oj-core-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/core/themes/redwood/_oj-core-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/core/themes/redwood/_oj-core.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/core/themes/stable/_oj-core-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/core/themes/stable/_oj-core-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/core/themes/stable/_oj-core.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/data-grid/themes/base/_oj-data-grid.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/data-grid/themes/redwood/_oj-data-grid-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/data-grid/themes/redwood/_oj-data-grid.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/data-grid/themes/redwood/oj-data-grid.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/data-grid/themes/stable/_oj-data-grid-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/data-grid/themes/stable/_oj-data-grid.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/data-grid/themes/stable/oj-data-grid.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/date-picker/themes/redwood/oj-date-picker.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/date-picker/themes/stable/oj-date-picker.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/date-time-picker/themes/redwood/_oj-date-time-picker.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/date-time-picker/themes/redwood/_oj-date-time-picker.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/date-time-picker/themes/redwood/oj-date-time-picker.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/date-time-picker/themes/stable/_oj-date-time-picker.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/date-time-picker/themes/stable/_oj-date-time-picker.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/date-time-picker/themes/stable/oj-date-time-picker.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/diagram/themes/base/_oj-diagram.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/diagram/themes/redwood/_oj-diagram.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/diagram/themes/redwood/oj-diagram.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/diagram/themes/stable/_oj-diagram.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/diagram/themes/stable/oj-diagram.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/dialog/themes/base/_oj-dialog-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/dialog/themes/redwood/_oj-dialog-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/dialog/themes/redwood/_oj-dialog-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/dialog/themes/redwood/_oj-dialog.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/dialog/themes/redwood/_oj-dialog.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/dialog/themes/redwood/oj-dialog.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/dialog/themes/stable/_oj-dialog-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/dialog/themes/stable/_oj-dialog.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/dialog/themes/stable/_oj-dialog.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/dialog/themes/stable/oj-dialog.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/drawer-layout/themes/base/_oj-drawer-layout-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/drawer-layout/themes/base/_oj-drawer-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/drawer-layout/themes/redwood/_oj-drawer-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/drawer-layout/themes/redwood/oj-drawer-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/drawer-layout/themes/stable/_oj-drawer-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/drawer-layout/themes/stable/oj-drawer-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/drawer-popup/themes/base/_oj-drawer-popup-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/drawer-popup/themes/base/_oj-drawer-popup.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/drawer-popup/themes/redwood/_oj-drawer-popup.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/drawer-popup/themes/redwood/oj-drawer-popup.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/drawer-popup/themes/stable/_oj-drawer-popup.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/drawer-popup/themes/stable/oj-drawer-popup.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/dvt/themes/base/_oj-dvt.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/dvt/themes/redwood/_oj-dvt.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/dvt/themes/redwood/_oj-dvt.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/dvt/themes/stable/_oj-dvt.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/dvt/themes/stable/_oj-dvt.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/file-picker/themes/base/_oj-file-picker.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/file-picker/themes/redwood/_oj-file-picker.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/file-picker/themes/redwood/oj-file-picker.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/file-picker/themes/stable/_oj-file-picker.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/file-picker/themes/stable/oj-file-picker.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/film-strip/themes/base/_oj-film-strip.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/film-strip/themes/redwood/_oj-film-strip.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/film-strip/themes/redwood/oj-film-strip.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/film-strip/themes/stable/_oj-film-strip.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/film-strip/themes/stable/oj-film-strip.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/flex/themes/base/_oj-flex.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/flex/themes/redwood/oj-flex.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/flex/themes/stable/oj-flex.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-control/themes/base/_oj-form-control.mixins.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-control/themes/base/_oj-form-control.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-control/themes/base/_oj-messaging.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-control/themes/redwood/_oj-form-control-ignore.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-control/themes/redwood/_oj-form-control-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-control/themes/redwood/_oj-form-control.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-control/themes/redwood/_oj-form-control.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-control/themes/redwood/_oj-messaging.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-control/themes/redwood/_oj-messaging.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-control/themes/stable/_oj-form-control-ignore.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-control/themes/stable/_oj-form-control-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-control/themes/stable/_oj-form-control.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-control/themes/stable/_oj-form-control.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-control/themes/stable/_oj-messaging.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-control/themes/stable/_oj-messaging.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-layout/themes/base/_oj-form-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-layout/themes/redwood/_oj-form-layout-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-layout/themes/redwood/_oj-form-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-layout/themes/redwood/_oj-form-layout.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-layout/themes/redwood/oj-form-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-layout/themes/stable/_oj-form-layout-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-layout/themes/stable/_oj-form-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-layout/themes/stable/_oj-form-layout.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/form-layout/themes/stable/oj-form-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/gantt/themes/base/_oj-gantt.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/gantt/themes/redwood/_oj-gantt.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/gantt/themes/redwood/oj-gantt.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/gantt/themes/stable/_oj-gantt.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/gantt/themes/stable/oj-gantt.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/gauge/themes/base/_oj-gauge.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/gauge/themes/redwood/_oj-gauge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/gauge/themes/redwood/oj-gauge.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/gauge/themes/stable/_oj-gauge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/gauge/themes/stable/oj-gauge.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/grid/themes/base/_oj-grid.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/grid/themes/redwood/oj-grid.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/grid/themes/stable/oj-grid.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/helpers/themes/base/_oj-helpers-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/helpers/themes/base/_oj-responsive-helpers.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/helpers/themes/redwood/_oj-theme.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/helpers/themes/redwood/oj-helpers.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/helpers/themes/redwood/oj-responsive.helpers.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/helpers/themes/stable/_oj-theme.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/helpers/themes/stable/oj-helpers.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/helpers/themes/stable/oj-responsive.helpers.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/highlight-text/themes/base/_oj-highlight-text.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/highlight-text/themes/redwood/oj-highlight-text.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/highlight-text/themes/stable/oj-highlight-text.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/icon-circle/themes/base/_oj-icon-circle.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/icon-circle/themes/redwood/_oj-icon-circle-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/icon-circle/themes/redwood/_oj-icon-circle.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/icon-circle/themes/redwood/oj-icon-circle.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/icons/themes/base/_oj-icons.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/icons/themes/redwood/_oj-icon-font.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/icons/themes/redwood/_oj-icons-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/icons/themes/redwood/_oj-icons.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/icons/themes/redwood/oj-icons.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/icons/themes/stable/_oj-icon-font.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/icons/themes/stable/_oj-icons-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/icons/themes/stable/_oj-icons.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/icons/themes/stable/oj-icons.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/indexer/themes/base/_oj-indexer.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/indexer/themes/redwood/_oj-indexer.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/indexer/themes/redwood/oj-indexer.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/indexer/themes/stable/_oj-indexer.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/indexer/themes/stable/oj-indexer.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-date/themes/redwood/oj-input-date.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-date/themes/stable/oj-input-date.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-date-time/themes/redwood/oj-input-date-time.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-date-time/themes/stable/oj-input-date-time.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-number/themes/base/_oj-input-number.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-number/themes/redwood/_oj-input-number.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-number/themes/redwood/oj-input-number.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-number/themes/stable/_oj-input-number.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-number/themes/stable/oj-input-number.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-password/themes/redwood/oj-input-password.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-password/themes/stable/oj-input-password.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-search/themes/base/_oj-input-search.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-search/themes/redwood/_oj-input-search-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-search/themes/redwood/_oj-input-search.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-search/themes/redwood/_oj-input-search.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-search/themes/stable/_oj-input-search-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-search/themes/stable/_oj-input-search.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-search/themes/stable/_oj-input-search.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-text/themes/base/_oj-input-text.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-text/themes/redwood/_oj-input-text.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-text/themes/redwood/oj-input-text.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-text/themes/stable/_oj-input-text.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-text/themes/stable/oj-input-text.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-time/themes/redwood/oj-input-time.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/input-time/themes/stable/oj-input-time.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/label/themes/base/_oj-label.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/label/themes/redwood/_oj-label-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/label/themes/redwood/_oj-label.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/label/themes/redwood/oj-label.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/label/themes/stable/_oj-label-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/label/themes/stable/_oj-label.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/label/themes/stable/oj-label.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/label-value/themes/base/_oj-label-value.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/label-value/themes/redwood/_oj-label-value.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/label-value/themes/stable/_oj-label-value.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/led-gauge/themes/base/_oj-led-gauge.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/led-gauge/themes/redwood/_oj-led-gauge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/led-gauge/themes/redwood/oj-led-gauge.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/led-gauge/themes/stable/_oj-led-gauge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/led-gauge/themes/stable/oj-led-gauge.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/legend/themes/base/_oj-legend.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/legend/themes/redwood/_oj-legend.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/legend/themes/redwood/oj-legend.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/legend/themes/stable/_oj-legend.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/legend/themes/stable/oj-legend.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-box/themes/base/_oj-list-box.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-box/themes/redwood/_oj-list-box.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-box/themes/redwood/_oj-list-box.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-box/themes/stable/_oj-list-box.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-box/themes/stable/_oj-list-box.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-item-layout/themes/base/_oj-list-item-layout.scoped.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-item-layout/themes/base/_oj-list-item-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-item-layout/themes/redwood/_oj-list-item-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-item-layout/themes/redwood/oj-list-item-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-item-layout/themes/stable/_oj-list-item-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-item-layout/themes/stable/oj-list-item-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-view/themes/base/_oj-list-view.scoped.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-view/themes/base/_oj-list-view.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-view/themes/redwood/_oj-list-view-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-view/themes/redwood/_oj-list-view.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-view/themes/redwood/oj-list-view.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-view/themes/stable/_oj-list-view.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/list-view/themes/stable/oj-list-view.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/masonry-layout/themes/base/_oj-masonry-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/masonry-layout/themes/redwood/_oj-masonry-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/masonry-layout/themes/redwood/_oj-masonry-layout.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/masonry-layout/themes/redwood/oj-masonry-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/masonry-layout/themes/stable/_oj-masonry-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/masonry-layout/themes/stable/_oj-masonry-layout.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/masonry-layout/themes/stable/oj-masonry-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu/themes/base/_oj-menu.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu/themes/redwood/_oj-menu.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu/themes/redwood/oj-menu.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu/themes/stable/_oj-menu.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu/themes/stable/oj-menu.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu-button/themes/base/_oj-menu-button.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu-button/themes/redwood/_oj-menu-button.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu-button/themes/redwood/_oj-menu-button.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu-button/themes/redwood/oj-menu-button.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu-button/themes/stable/_oj-menu-button.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu-button/themes/stable/_oj-menu-button.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu-button/themes/stable/oj-menu-button.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu-select-many/themes/base/_oj-menu-select-many.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu-select-many/themes/redwood/_oj-menu-select-many.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu-select-many/themes/redwood/oj-menu-select-many.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu-select-many/themes/stable/_oj-menu-select-many.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/menu-select-many/themes/stable/oj-menu-select-many.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/message/themes/base/_oj-message.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/message/themes/redwood/_oj-message-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/message/themes/redwood/_oj-message.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/message/themes/redwood/_oj-message.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/message/themes/redwood/oj-message.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/message/themes/stable/_oj-message-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/message/themes/stable/_oj-message.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/message/themes/stable/_oj-message.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/message/themes/stable/oj-message.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/message-banner/themes/base/_oj-message-banner.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/message-banner/themes/redwood/_oj-message-banner-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/message-banner/themes/redwood/_oj-message-banner.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/message-banner/themes/redwood/_oj-message-banner.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/message-banner/themes/stable/_oj-message-banner-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/message-banner/themes/stable/_oj-message-banner.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/message-banner/themes/stable/_oj-message-banner.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/messages/themes/base/_oj-messages.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/messages/themes/redwood/_oj-messages.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/messages/themes/redwood/_oj-messages.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/messages/themes/stable/_oj-messages.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/messages/themes/stable/_oj-messages.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/messages/themes/stable/oj-messages.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/module/themes/base/_oj-module.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/module/themes/redwood/oj-module.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/module/themes/stable/oj-module.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/n-box/themes/base/_oj-n-box.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/n-box/themes/redwood/_oj-n-box.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/n-box/themes/redwood/oj-n-box.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/n-box/themes/stable/_oj-n-box.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/n-box/themes/stable/oj-n-box.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/navigation-list/themes/base/_oj-navigation-list.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/navigation-list/themes/redwood/_oj-navigation-list-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/navigation-list/themes/redwood/_oj-navigation-list.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/navigation-list/themes/redwood/oj-navigation-list.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/navigation-list/themes/stable/_oj-navigation-list-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/navigation-list/themes/stable/_oj-navigation-list.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/navigation-list/themes/stable/oj-navigation-list.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/off-canvas/themes/base/_oj-off-canvas.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/off-canvas/themes/redwood/_oj-off-canvas.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/off-canvas/themes/redwood/oj-off-canvas.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/off-canvas/themes/stable/_oj-off-canvas.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/off-canvas/themes/stable/oj-off-canvas.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/optgroup/themes/base/_oj-optgroup.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/optgroup/themes/redwood/oj-optgroup.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/optgroup/themes/stable/oj-optgroup.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/option/themes/base/_oj-option.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/option/themes/redwood/oj-option.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/option/themes/stable/oj-option.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/paging-control/themes/base/_oj-paging-control.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/paging-control/themes/redwood/_oj-paging-control.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/paging-control/themes/redwood/oj-paging-control.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/paging-control/themes/stable/_oj-paging-control.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/paging-control/themes/stable/oj-paging-control.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/palette/themes/redwood/_oj-palette-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/palette/themes/redwood/_oj-palette.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/palette/themes/stable/_oj-palette.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/panel/themes/base/_oj-panel-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/panel/themes/base/_oj-panel.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/panel/themes/redwood/_oj-panel-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/panel/themes/redwood/_oj-panel.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/panel/themes/redwood/oj-panel.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/panel/themes/stable/_oj-panel-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/panel/themes/stable/_oj-panel.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/panel/themes/stable/oj-panel.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/picto-chart/themes/base/_oj-picto-chart.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/picto-chart/themes/redwood/_oj-picto-chart.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/picto-chart/themes/redwood/oj-picto-chart.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/picto-chart/themes/stable/_oj-picto-chart.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/picto-chart/themes/stable/oj-picto-chart.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/popup/themes/base/_oj-layer.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/popup/themes/base/_oj-popup-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/popup/themes/redwood/_oj-layer.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/popup/themes/redwood/_oj-popup-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/popup/themes/redwood/_oj-popup.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/popup/themes/redwood/oj-popup.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/popup/themes/stable/_oj-layer.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/popup/themes/stable/_oj-popup.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/popup/themes/stable/oj-popup.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/progress-bar/themes/base/_oj-progress-bar.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/progress-bar/themes/redwood/_oj-progress-bar-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/progress-bar/themes/redwood/_oj-progress-bar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/progress-bar/themes/redwood/oj-progress-bar.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/progress-bar/themes/stable/_oj-progress-bar-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/progress-bar/themes/stable/_oj-progress-bar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/progress-bar/themes/stable/oj-progress-bar.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/progress-circle/themes/base/_oj-progress-circle.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/progress-circle/themes/redwood/_oj-progress-circle-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/progress-circle/themes/redwood/_oj-progress-circle.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/progress-circle/themes/redwood/oj-progress-circle.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/progress-circle/themes/stable/_oj-progress-circle-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/progress-circle/themes/stable/_oj-progress-circle.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/progress-circle/themes/stable/oj-progress-circle.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/radio-checkbox/themes/base/_oj-radiocheckbox.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/radio-checkbox/themes/stable/_oj-radiocheckbox-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/radio-checkbox/themes/stable/_oj-radiocheckbox.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/radio-checkbox/themes/stable/_oj-radiocheckbox.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/radioset/themes/redwood/_oj-radioset.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/radioset/themes/redwood/oj-radioset.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/radioset/themes/stable/_oj-radioset.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/radioset/themes/stable/oj-radioset.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/rangeslider/themes/redwood/_oj-rangeslider.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/rangeslider/themes/redwood/oj-rangeslider.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/rangeslider/themes/stable/_oj-rangeslider.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/rangeslider/themes/stable/oj-rangeslider.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/rating-gauge/themes/base/_oj-rating-gauge.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/rating-gauge/themes/redwood/_oj-rating-gauge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/rating-gauge/themes/redwood/oj-rating-gauge.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/rating-gauge/themes/stable/_oj-rating-gauge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/rating-gauge/themes/stable/oj-rating-gauge.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/refresher/themes/base/_oj-refresher.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/refresher/themes/redwood/_oj-refresher.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/refresher/themes/redwood/_oj-refresher.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/refresher/themes/redwood/oj-refresher.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/refresher/themes/stable/_oj-refresher.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/refresher/themes/stable/_oj-refresher.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/refresher/themes/stable/oj-refresher.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/resizable/themes/base/_oj-resizable.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/resizable/themes/redwood/_oj-resizable.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/resizable/themes/stable/_oj-resizable.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/row-expander/themes/base/_oj-row-expander.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/row-expander/themes/redwood/_oj-row-expander.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/row-expander/themes/redwood/oj-row-expander.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/row-expander/themes/stable/_oj-row-expander.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/row-expander/themes/stable/oj-row-expander.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/scrollbar/themes/base/_oj-scrollbar.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/scrollbar/themes/redwood/_oj-scrollbar-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/scrollbar/themes/redwood/_oj-scrollbar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/scrollbar/themes/redwood/_oj-scrollbar.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/scrollbar/themes/stable/_oj-scrollbar-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/scrollbar/themes/stable/_oj-scrollbar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/scrollbar/themes/stable/_oj-scrollbar.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/select/themes/base/_oj-select.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/select/themes/redwood/_oj-select.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/select/themes/redwood/_oj-select.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/select/themes/stable/_oj-select.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/select/themes/stable/_oj-select.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/select-many/themes/redwood/oj-select-many.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/select-many/themes/stable/oj-select-many.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/select-one/themes/redwood/oj-select-one.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/select-original/themes/base/_oj-select-original.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/select-original/themes/redwood/_oj-select-original.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/select-original/themes/redwood/_oj-select-original.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/select-original/themes/stable/_oj-select-original.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/select-original/themes/stable/_oj-select-original.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/select-single/themes/base/_oj-select-single.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/select-single/themes/redwood/oj-select-single.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/select-single/themes/stable/oj-select-single.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/selector/themes/base/_oj-selector.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/selector/themes/redwood/_oj-selector.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/selector/themes/redwood/oj-selector.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/selector/themes/stable/_oj-selector.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/selector/themes/stable/oj-selector.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/slider/themes/base/_oj-slider.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/slider/themes/redwood/_oj-slider.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/slider/themes/redwood/oj-slider.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/slider/themes/stable/_oj-slider.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/slider/themes/stable/oj-slider.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/spark-chart/themes/base/_oj-spark-chart.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/spark-chart/themes/redwood/_oj-spark-chart.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/spark-chart/themes/redwood/oj-spark-chart.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/spark-chart/themes/stable/_oj-spark-chart.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/spark-chart/themes/stable/oj-spark-chart.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/status-meter-gauge/themes/base/_oj-status-meter-gauge.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/status-meter-gauge/themes/redwood/_oj-status-meter-gauge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/status-meter-gauge/themes/redwood/oj-status-meter-gauge.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/status-meter-gauge/themes/stable/_oj-status-meter-gauge.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/status-meter-gauge/themes/stable/oj-status-meter-gauge.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/stream-list/themes/base/_oj-stream-list.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/stream-list/themes/redwood/_oj-stream-list.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/stream-list/themes/redwood/_oj-stream-list.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/stream-list/themes/redwood/oj-stream-list.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/stream-list/themes/stable/_oj-stream-list.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/stream-list/themes/stable/_oj-stream-list.servervars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/stream-list/themes/stable/oj-stream-list.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/sunburst/themes/base/_oj-sunburst.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/sunburst/themes/redwood/_oj-sunburst.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/sunburst/themes/redwood/oj-sunburst.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/sunburst/themes/stable/_oj-sunburst.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/sunburst/themes/stable/oj-sunburst.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/swipe-actions/themes/base/_oj-swipe-actions.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/swipe-actions/themes/redwood/_oj-swipe-actions.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/swipe-actions/themes/redwood/oj-swipe-actions.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/swipe-actions/themes/stable/_oj-swipe-actions.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/swipe-actions/themes/stable/oj-swipe-actions.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/switch/themes/base/_oj-switch.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/switch/themes/redwood/_oj-switch.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/switch/themes/redwood/oj-switch.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/switch/themes/stable/_oj-switch.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/switch/themes/stable/oj-switch.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/switcher/themes/base/_oj-switcher.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/switcher/themes/redwood/oj-switcher.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/switcher/themes/stable/oj-switcher.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tab-bar/themes/base/_oj-tab-bar.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tab-bar/themes/redwood/_oj-tab-bar-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tab-bar/themes/redwood/_oj-tab-bar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tab-bar/themes/redwood/oj-tab-bar.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tab-bar/themes/stable/_oj-tab-bar-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tab-bar/themes/stable/_oj-tab-bar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tab-bar/themes/stable/oj-tab-bar.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/table/themes/base/_oj-table.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/table/themes/redwood/_oj-table-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/table/themes/redwood/_oj-table.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/table/themes/redwood/oj-table.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/table/themes/stable/_oj-table-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/table/themes/stable/_oj-table.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/table/themes/stable/oj-table.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tag-cloud/themes/base/_oj-tag-cloud.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tag-cloud/themes/redwood/_oj-tag-cloud.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tag-cloud/themes/redwood/oj-tag-cloud.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tag-cloud/themes/stable/_oj-tag-cloud.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tag-cloud/themes/stable/oj-tag-cloud.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tags/themes/base/_oj-notags-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tags/themes/base/_oj-notags.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tags/themes/base/_oj-tags-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tags/themes/base/_oj-tags.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tags/themes/redwood/_oj-tags-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tags/themes/redwood/_oj-tags.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tags/themes/redwood/oj-notags.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tags/themes/redwood/oj-tags.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tags/themes/stable/_oj-tags-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tags/themes/stable/_oj-tags.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tags/themes/stable/oj-notags.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tags/themes/stable/oj-tags.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/text-area/themes/base/_oj-text-area.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/text-area/themes/redwood/_oj-text-area.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/text-area/themes/redwood/oj-text-area.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/text-area/themes/stable/_oj-text-area.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/text-area/themes/stable/oj-text-area.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/text-field/themes/base/_oj-text-field.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/text-field/themes/redwood/_oj-text-field-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/text-field/themes/redwood/_oj-text-field-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/text-field/themes/redwood/_oj-text-field.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/text-field/themes/stable/_oj-text-field-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/text-field/themes/stable/_oj-text-field.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/thematic-map/themes/base/_oj-thematic-map.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/thematic-map/themes/redwood/_oj-thematic-map.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/thematic-map/themes/redwood/oj-thematic-map.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/thematic-map/themes/stable/_oj-thematic-map.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/thematic-map/themes/stable/oj-thematic-map.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/time-axis/themes/base/_oj-time-axis.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/time-axis/themes/redwood/_oj-time-axis.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/time-axis/themes/redwood/oj-time-axis.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/time-axis/themes/stable/_oj-time-axis.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/time-axis/themes/stable/oj-time-axis.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/timeline/themes/base/_oj-timeline.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/timeline/themes/redwood/_oj-timeline-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/timeline/themes/redwood/_oj-timeline.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/timeline/themes/redwood/oj-timeline.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/timeline/themes/stable/_oj-timeline-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/timeline/themes/stable/_oj-timeline.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/timeline/themes/stable/oj-timeline.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/toolbar/themes/base/_oj-toolbar.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/toolbar/themes/redwood/_oj-toolbar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/toolbar/themes/redwood/oj-toolbar.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/toolbar/themes/stable/_oj-toolbar.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/toolbar/themes/stable/oj-toolbar.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tooltip/themes/base/_oj-tooltip.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tooltip/themes/redwood/_oj-tooltip.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tooltip/themes/redwood/oj-tooltip.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tooltip/themes/stable/_oj-tooltip.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tooltip/themes/stable/oj-tooltip.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/train/themes/base/_oj-train.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/train/themes/redwood/_oj-train-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/train/themes/redwood/_oj-train.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/train/themes/redwood/oj-train.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/train/themes/stable/_oj-train.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/train/themes/stable/oj-train.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tree-view/themes/base/_oj-tree-view.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tree-view/themes/redwood/_oj-tree-view.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tree-view/themes/redwood/oj-tree-view.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tree-view/themes/stable/_oj-tree-view.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/tree-view/themes/stable/oj-tree-view.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/treemap/themes/base/_oj-treemap.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/treemap/themes/redwood/_oj-treemap.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/treemap/themes/redwood/oj-treemap.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/treemap/themes/stable/_oj-treemap.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/treemap/themes/stable/oj-treemap.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/typography/themes/base/_oj-typography.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/typography/themes/redwood/_oj-typography-ignore.scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/typography/themes/redwood/_oj-typography-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/typography/themes/redwood/_oj-typography.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/typography/themes/redwood/oj-typography.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/typography/themes/stable/_oj-typography-scoped.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/typography/themes/stable/_oj-typography.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/typography/themes/stable/oj-typography.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/utilities/_oj.utilities.bidi.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/utilities/_oj.utilities.icons.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/utilities/_oj.utilities.json.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/utilities/_oj.utilities.masonrylayout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/utilities/_oj.utilities.modules.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/validation-group/themes/base/_oj-validation-group.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/validation-group/themes/redwood/oj-validation-group.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/validation-group/themes/stable/oj-validation-group.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/waterfall-layout/themes/base/_oj-waterfall-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/waterfall-layout/themes/redwood/_oj-waterfall-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/waterfall-layout/themes/redwood/oj-waterfall-layout.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/waterfall-layout/themes/stable/_oj-waterfall-layout.cssvars.scss +0 -0
- /package/dist/pcss/oj/{18.0.6 → 18.1.0}/oj/waterfall-layout/themes/stable/oj-waterfall-layout.scss +0 -0
|
@@ -2053,9 +2053,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
2053
2053
|
this._contentBackground.setClassName(this._gantt.GetStyleClass('row'));
|
|
2054
2054
|
this._gantt.getEventManager().associate(this._contentBackground, this, true);
|
|
2055
2055
|
}
|
|
2056
|
-
|
|
2057
|
-
this._rowAxis.addLabelBackground(this._contentBackground);
|
|
2058
|
-
}
|
|
2056
|
+
this._rowAxis.addLabelBackground(this._contentBackground, rowObj['isSticky']);
|
|
2059
2057
|
|
|
2060
2058
|
if (!this._content) {
|
|
2061
2059
|
this._content =
|
|
@@ -2082,9 +2080,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
2082
2080
|
// Performance is not really a concern because there are typically far more tasks than rows.
|
|
2083
2081
|
this._contentDisplayableContainer.setAriaRole('row', true);
|
|
2084
2082
|
}
|
|
2085
|
-
|
|
2086
|
-
this._rowAxis.addLabelContent(this._contentDisplayableContainer);
|
|
2087
|
-
}
|
|
2083
|
+
this._rowAxis.addLabelContent(this._contentDisplayableContainer, rowObj['isSticky']);
|
|
2088
2084
|
|
|
2089
2085
|
// TODO consider tweaking the logic to avoid this step when an explicit width is set on the row axis for potential performance improvements, especially for custom content
|
|
2090
2086
|
var contentDimensions = this._contentDisplayable.getDimensions();
|
|
@@ -2211,7 +2207,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
2211
2207
|
|
|
2212
2208
|
// Content needs to be in DOM in order for subsequent getDimensions to work
|
|
2213
2209
|
container.addChild(content);
|
|
2214
|
-
this._rowAxis.addLabelContent(container);
|
|
2210
|
+
this._rowAxis.addLabelContent(container, rowObj['isSticky']);
|
|
2215
2211
|
|
|
2216
2212
|
if (rowObj['expanded'] != null) {
|
|
2217
2213
|
// if not leaf
|
|
@@ -2489,12 +2485,9 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
2489
2485
|
* Ensures row label is in the DOM
|
|
2490
2486
|
*/
|
|
2491
2487
|
ensureInDOM() {
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
this._rowAxis.addLabelBackground(this._contentBackground);
|
|
2497
|
-
this._rowAxis.addLabelContent(this._contentDisplayable);
|
|
2488
|
+
const rowObj = this.getRowLayoutObject();
|
|
2489
|
+
this._rowAxis.addLabelBackground(this._contentBackground, rowObj?.['isSticky']);
|
|
2490
|
+
this._rowAxis.addLabelContent(this._contentDisplayableContainer, rowObj?.['isSticky']);
|
|
2498
2491
|
}
|
|
2499
2492
|
|
|
2500
2493
|
/**
|
|
@@ -2502,7 +2495,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
2502
2495
|
*/
|
|
2503
2496
|
remove() {
|
|
2504
2497
|
this._rowAxis.removeLabelBackground(this._contentBackground);
|
|
2505
|
-
this._rowAxis.removeLabelContent(this.
|
|
2498
|
+
this._rowAxis.removeLabelContent(this._contentDisplayableContainer);
|
|
2506
2499
|
}
|
|
2507
2500
|
|
|
2508
2501
|
// ---------------------------------------------------------------------//
|
|
@@ -2593,7 +2586,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
2593
2586
|
// Node should exist in DOM already due to ensureInDOM call in getNextNavigable()
|
|
2594
2587
|
var rowObj = this.getRowLayoutObject();
|
|
2595
2588
|
var rowNode = rowObj.node;
|
|
2596
|
-
rowNode.scrollIntoView();
|
|
2589
|
+
rowNode.scrollIntoView(true);
|
|
2597
2590
|
|
|
2598
2591
|
var backgroundElem = this._contentBackground.getElem();
|
|
2599
2592
|
dvt.ToolkitUtils.addClassName(backgroundElem, this._gantt.GetStyleClass('focusHighlight'));
|
|
@@ -4970,7 +4963,8 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
4970
4963
|
localPos,
|
|
4971
4964
|
DvtGanttStyleUtils.getAutoPanEdgeThreshold(),
|
|
4972
4965
|
false,
|
|
4973
|
-
false
|
|
4966
|
+
false,
|
|
4967
|
+
true
|
|
4974
4968
|
);
|
|
4975
4969
|
|
|
4976
4970
|
var layoutObjs = this._comp
|
|
@@ -5045,9 +5039,8 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
5045
5039
|
this._comp.getReferenceLinesContainer().setMouseEnabled(false);
|
|
5046
5040
|
this._comp.getReferenceAreasContainer().setMouseEnabled(false);
|
|
5047
5041
|
this._comp.getRowReferenceObjectsContainer().setMouseEnabled(false);
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
}
|
|
5042
|
+
this._comp.getStickyRowReferenceObjectsContainer()?.setMouseEnabled(false);
|
|
5043
|
+
this._comp.getDependenciesContainer()?.setMouseEnabled(false);
|
|
5051
5044
|
|
|
5052
5045
|
// Un-dim the data area
|
|
5053
5046
|
if (this._comp.getOptions()['selectionBehavior'] === 'highlightDependencies') {
|
|
@@ -5083,9 +5076,8 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
5083
5076
|
this._comp.getReferenceLinesContainer().setMouseEnabled(true);
|
|
5084
5077
|
this._comp.getReferenceAreasContainer().setMouseEnabled(true);
|
|
5085
5078
|
this._comp.getRowReferenceObjectsContainer().setMouseEnabled(true);
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
}
|
|
5079
|
+
this._comp.getStickyRowReferenceObjectsContainer()?.setMouseEnabled(true);
|
|
5080
|
+
this._comp.getDependenciesContainer()?.setMouseEnabled(true);
|
|
5089
5081
|
|
|
5090
5082
|
var obj = this.DragSource.getDragObject();
|
|
5091
5083
|
if (obj && obj.nodeType === 'task') {
|
|
@@ -5116,9 +5108,8 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
5116
5108
|
this._comp.getReferenceLinesContainer().setMouseEnabled(true);
|
|
5117
5109
|
this._comp.getReferenceAreasContainer().setMouseEnabled(true);
|
|
5118
5110
|
this._comp.getRowReferenceObjectsContainer().setMouseEnabled(true);
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
}
|
|
5111
|
+
this._comp.getStickyRowReferenceObjectsContainer()?.setMouseEnabled(true);
|
|
5112
|
+
this._comp.getDependenciesContainer()?.setMouseEnabled(true);
|
|
5122
5113
|
|
|
5123
5114
|
this._isDndDragging = false;
|
|
5124
5115
|
}
|
|
@@ -6050,7 +6041,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
6050
6041
|
_onDndDragStart(event) {
|
|
6051
6042
|
// At this point, isDnDDragging should be false. If true, then something else initiated a drag, e.g. keyboard move,
|
|
6052
6043
|
// There should only be one set of things dragging at any give time, so cancel this one.
|
|
6053
|
-
if (this._isDndDragging) {
|
|
6044
|
+
if (this._isDndDragging || this._keyboardDnDMode) {
|
|
6054
6045
|
event.preventDefault();
|
|
6055
6046
|
}
|
|
6056
6047
|
|
|
@@ -6523,7 +6514,8 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
6523
6514
|
if (
|
|
6524
6515
|
event.button === 0 &&
|
|
6525
6516
|
!(event.ctrlKey || event.shiftKey) &&
|
|
6526
|
-
this._comp.isHighLevelDnDEnabled()
|
|
6517
|
+
this._comp.isHighLevelDnDEnabled() &&
|
|
6518
|
+
!this._keyboardDnDMode
|
|
6527
6519
|
) {
|
|
6528
6520
|
this._onHighLevelDnDPointerDown(event);
|
|
6529
6521
|
}
|
|
@@ -6533,7 +6525,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
6533
6525
|
* @override
|
|
6534
6526
|
*/
|
|
6535
6527
|
PreOnMouseOver(event) {
|
|
6536
|
-
if (this._isDndDragging && this._comp.isHighLevelDnDEnabled()) {
|
|
6528
|
+
if (this._isDndDragging && !this._keyboardDnDMode && this._comp.isHighLevelDnDEnabled()) {
|
|
6537
6529
|
this._onHighLevelDnDPrePointerOver(event);
|
|
6538
6530
|
return;
|
|
6539
6531
|
}
|
|
@@ -6544,7 +6536,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
6544
6536
|
* @override
|
|
6545
6537
|
*/
|
|
6546
6538
|
PreOnMouseOut(event) {
|
|
6547
|
-
if (this._isDndDragging && this._comp.isHighLevelDnDEnabled()) {
|
|
6539
|
+
if (this._isDndDragging && !this._keyboardDnDMode && this._comp.isHighLevelDnDEnabled()) {
|
|
6548
6540
|
this._onHighLevelDnDPrePointerOut(event);
|
|
6549
6541
|
return;
|
|
6550
6542
|
}
|
|
@@ -6566,7 +6558,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
6566
6558
|
* @override
|
|
6567
6559
|
*/
|
|
6568
6560
|
OnMouseMove(event) {
|
|
6569
|
-
if (this._comp.isHighLevelDnDEnabled()) {
|
|
6561
|
+
if (this._comp.isHighLevelDnDEnabled() && !this._keyboardDnDMode) {
|
|
6570
6562
|
this._onHighLevelDnDPointerMove(event);
|
|
6571
6563
|
if (this._isDndDragging) return;
|
|
6572
6564
|
}
|
|
@@ -6604,7 +6596,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
6604
6596
|
* @override
|
|
6605
6597
|
*/
|
|
6606
6598
|
OnMouseUp(event) {
|
|
6607
|
-
if (this._comp.isHighLevelDnDEnabled()) {
|
|
6599
|
+
if (this._comp.isHighLevelDnDEnabled() && !this._keyboardDnDMode) {
|
|
6608
6600
|
this._onHighLevelDnDPointerUp(event);
|
|
6609
6601
|
if (this._highLevelDnDEndExecuted) return;
|
|
6610
6602
|
}
|
|
@@ -6700,6 +6692,12 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
6700
6692
|
// Need to clear selection before render to clear selection effects--selection will be restored on next render
|
|
6701
6693
|
if (this._comp.isSelectionSupported()) this._comp.getSelectionHandler().clearSelection();
|
|
6702
6694
|
|
|
6695
|
+
// When collapsing a sticky row, make sure to scroll to the unsticky position of the row first
|
|
6696
|
+
// so that after the Gantt re-renders with collapsed state, we see the row in the viewport.
|
|
6697
|
+
if (type === 'collapse' && rowObj['isSticky'] && rowObj['node']) {
|
|
6698
|
+
rowObj['node'].scrollIntoView();
|
|
6699
|
+
}
|
|
6700
|
+
|
|
6703
6701
|
var evt = dvt.EventFactory.newGanttExpandCollapseEvent(
|
|
6704
6702
|
type,
|
|
6705
6703
|
key,
|
|
@@ -10423,16 +10421,18 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
10423
10421
|
this._mainDragFeedbacks &&
|
|
10424
10422
|
this._mainDragFeedbacks.length > 0
|
|
10425
10423
|
) {
|
|
10426
|
-
|
|
10427
|
-
|
|
10424
|
+
const { dragFeedback } = this._mainDragFeedbacks[0];
|
|
10425
|
+
targetShape = dragFeedback.getTask().getShape('main');
|
|
10426
|
+
referenceFrame = dragFeedback;
|
|
10428
10427
|
} else if (
|
|
10429
10428
|
(keyboardDnDMode === DvtGanttEventManager.KEYBOARD_RESIZE_START ||
|
|
10430
10429
|
keyboardDnDMode === DvtGanttEventManager.KEYBOARD_RESIZE_END) &&
|
|
10431
10430
|
this._mainResizeHandleDragFeedbacks &&
|
|
10432
10431
|
this._mainResizeHandleDragFeedbacks.length > 0
|
|
10433
10432
|
) {
|
|
10434
|
-
|
|
10435
|
-
|
|
10433
|
+
const { dragFeedback } = this._mainResizeHandleDragFeedbacks[0];
|
|
10434
|
+
targetShape = dragFeedback.getTask().getShape('main');
|
|
10435
|
+
referenceFrame = dragFeedback;
|
|
10436
10436
|
} else {
|
|
10437
10437
|
targetShape = this.getTask().getShape('main');
|
|
10438
10438
|
targetShape = targetShape ? targetShape : this.getTask().getShape('baseline');
|
|
@@ -10453,8 +10453,10 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
10453
10453
|
region,
|
|
10454
10454
|
xPriority,
|
|
10455
10455
|
yPriority,
|
|
10456
|
-
DvtGanttStyleUtils.getRowPaddingTop(options)
|
|
10456
|
+
DvtGanttStyleUtils.getRowPaddingTop(options),
|
|
10457
|
+
true
|
|
10457
10458
|
);
|
|
10459
|
+
this._updateDragFeedbacks();
|
|
10458
10460
|
}
|
|
10459
10461
|
|
|
10460
10462
|
/**
|
|
@@ -10781,7 +10783,10 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
10781
10783
|
artifactsContainer,
|
|
10782
10784
|
feedbackRowNode
|
|
10783
10785
|
);
|
|
10784
|
-
this._renderDependencyLinesDragFeedback(
|
|
10786
|
+
this._renderDependencyLinesDragFeedback(
|
|
10787
|
+
this._mainDragFeedbacks.map(({ dragFeedback }) => dragFeedback),
|
|
10788
|
+
artifactsContainer
|
|
10789
|
+
);
|
|
10785
10790
|
|
|
10786
10791
|
// Show tooltip
|
|
10787
10792
|
var referenceMainShape = this.getTask().getShape('main');
|
|
@@ -10807,7 +10812,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
10807
10812
|
event,
|
|
10808
10813
|
feedbackStartTime,
|
|
10809
10814
|
feedbackEndTime,
|
|
10810
|
-
this._mainDragFeedbacks[0],
|
|
10815
|
+
this._mainDragFeedbacks[0].dragFeedback,
|
|
10811
10816
|
'center',
|
|
10812
10817
|
feedbackRowNode
|
|
10813
10818
|
);
|
|
@@ -10827,17 +10832,17 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
10827
10832
|
// render feedback
|
|
10828
10833
|
this._renderTaskResizeDragFeedback(referenceFinalLocalX, artifactsContainer);
|
|
10829
10834
|
this._renderDependencyLinesDragFeedback(
|
|
10830
|
-
this._mainResizeHandleDragFeedbacks,
|
|
10835
|
+
this._mainResizeHandleDragFeedbacks.map(({ dragFeedback }) => dragFeedback),
|
|
10831
10836
|
artifactsContainer
|
|
10832
10837
|
);
|
|
10833
10838
|
|
|
10834
10839
|
// Show tooltip
|
|
10840
|
+
const { dragFeedback } = this._mainResizeHandleDragFeedbacks[0];
|
|
10835
10841
|
var isEndResize = this._draggedObj.getType() === 'mainResizeHandleEnd';
|
|
10836
10842
|
if (isEndResize) {
|
|
10837
10843
|
feedbackStartTime = this.getValue('start');
|
|
10838
10844
|
feedbackEndTimePos =
|
|
10839
|
-
|
|
10840
|
-
orientationFactor * this._mainResizeHandleDragFeedbacks[0]._getWidth();
|
|
10845
|
+
dragFeedback.getTranslateX() - orientationFactor * dragFeedback._getWidth();
|
|
10841
10846
|
feedbackEndTimePos = isRTL
|
|
10842
10847
|
? ganttContentLength - feedbackEndTimePos
|
|
10843
10848
|
: feedbackEndTimePos;
|
|
@@ -10848,7 +10853,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
10848
10853
|
ganttContentLength
|
|
10849
10854
|
);
|
|
10850
10855
|
} else {
|
|
10851
|
-
feedbackStartTimePos =
|
|
10856
|
+
feedbackStartTimePos = dragFeedback.getTranslateX();
|
|
10852
10857
|
feedbackStartTimePos = isRTL
|
|
10853
10858
|
? ganttContentLength - feedbackStartTimePos
|
|
10854
10859
|
: feedbackStartTimePos;
|
|
@@ -10864,7 +10869,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
10864
10869
|
event,
|
|
10865
10870
|
feedbackStartTime,
|
|
10866
10871
|
feedbackEndTime,
|
|
10867
|
-
|
|
10872
|
+
dragFeedback,
|
|
10868
10873
|
isEndResize ? 'end' : 'start'
|
|
10869
10874
|
);
|
|
10870
10875
|
break;
|
|
@@ -10975,19 +10980,27 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
10975
10980
|
|
|
10976
10981
|
if (this._mainDragFeedbacks) {
|
|
10977
10982
|
for (var i = 0; i < this._mainDragFeedbacks.length; i++) {
|
|
10978
|
-
|
|
10979
|
-
|
|
10983
|
+
const mainDragFeedback = this._mainDragFeedbacks[i];
|
|
10984
|
+
const {
|
|
10985
|
+
source,
|
|
10986
|
+
dragFeedback,
|
|
10987
|
+
dragOutlineFeedback,
|
|
10988
|
+
dropOutlineFeedback,
|
|
10989
|
+
dragFeedbackOffset
|
|
10990
|
+
} = mainDragFeedback;
|
|
10980
10991
|
var newFeedbackX = referenceFinalLocalX + dragFeedbackOffset.x;
|
|
10981
10992
|
setTranslate(dragFeedback, newFeedbackX, referenceFinalLocalY + dragFeedbackOffset.y);
|
|
10982
10993
|
|
|
10994
|
+
var sourceMainShape = source.getTask().getShape('main');
|
|
10995
|
+
dragOutlineFeedback.setY(source.getFinalY() + sourceMainShape.getFinalY());
|
|
10996
|
+
|
|
10983
10997
|
if (i === 0) {
|
|
10984
10998
|
// Drop outline only shown for drag source task
|
|
10985
|
-
var dropOutlineFeedback = this._mainDropOutlineFeedbacks[i];
|
|
10986
10999
|
dropOutlineFeedback.setX(newFeedbackX);
|
|
10987
11000
|
dropOutlineFeedback.setY(dropFeedbackY);
|
|
10988
11001
|
}
|
|
10989
11002
|
|
|
10990
|
-
|
|
11003
|
+
mainDragFeedback.dragFeedbackStartTime = ojtimeaxisToolkit.TimeAxisUtils.getPositionDate(
|
|
10991
11004
|
ganttStartTime,
|
|
10992
11005
|
ganttEndTime,
|
|
10993
11006
|
isRTL ? ganttContentLength - newFeedbackX : newFeedbackX,
|
|
@@ -11004,12 +11017,17 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
11004
11017
|
|
|
11005
11018
|
var referenceDragFeedback = this._renderClone(container);
|
|
11006
11019
|
setTranslate(referenceDragFeedback, referenceFinalLocalX, referenceFinalLocalY);
|
|
11007
|
-
this._mainDragFeedbacks = [
|
|
11008
|
-
|
|
11009
|
-
|
|
11010
|
-
|
|
11011
|
-
|
|
11012
|
-
|
|
11020
|
+
this._mainDragFeedbacks = [
|
|
11021
|
+
{
|
|
11022
|
+
source: this,
|
|
11023
|
+
dragFeedback: referenceDragFeedback,
|
|
11024
|
+
dragOutlineFeedback: referenceDragOutlineFeedback,
|
|
11025
|
+
dropOutlineFeedback: referenceDropOutlineFeedback,
|
|
11026
|
+
dragFeedbackOffset: new dvt.Point(0, 0),
|
|
11027
|
+
// time information is necessary for updating the feedback, e.g. in case the Gantt resized during move the feedback needs to be placed correctly under the new time axis.
|
|
11028
|
+
dragFeedbackStartTime: this.getValue('start')
|
|
11029
|
+
}
|
|
11030
|
+
];
|
|
11013
11031
|
|
|
11014
11032
|
if (
|
|
11015
11033
|
this._gantt.isSelectionSupported() &&
|
|
@@ -11033,14 +11051,15 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
11033
11051
|
var dragFeedbackLocalY = referenceFinalLocalY + offsetFromReferenceY;
|
|
11034
11052
|
selectionObj.hide(true);
|
|
11035
11053
|
var dragOutlineFeedback = selectionObj._renderOutlineClone(container);
|
|
11036
|
-
dragFeedback = selectionObj._renderClone(container);
|
|
11054
|
+
var dragFeedback = selectionObj._renderClone(container);
|
|
11037
11055
|
setTranslate(dragFeedback, dragFeedbackLocalX, dragFeedbackLocalY);
|
|
11038
|
-
this._mainDragFeedbacks.push(
|
|
11039
|
-
|
|
11040
|
-
|
|
11041
|
-
|
|
11042
|
-
|
|
11043
|
-
|
|
11056
|
+
this._mainDragFeedbacks.push({
|
|
11057
|
+
source: selectionObj,
|
|
11058
|
+
dragFeedback,
|
|
11059
|
+
dragOutlineFeedback,
|
|
11060
|
+
dragFeedbackOffset: new dvt.Point(offsetFromReferenceX, offsetFromReferenceY),
|
|
11061
|
+
dragFeedbackStartTime: selectionObj.getValue('start')
|
|
11062
|
+
});
|
|
11044
11063
|
}
|
|
11045
11064
|
}
|
|
11046
11065
|
}
|
|
@@ -11085,18 +11104,16 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
11085
11104
|
|
|
11086
11105
|
if (this._mainResizeHandleDragFeedbacks) {
|
|
11087
11106
|
for (var i = 0; i < this._mainResizeHandleDragFeedbacks.length; i++) {
|
|
11088
|
-
|
|
11089
|
-
var dragSourceNode = this._mainResizeHandleDragFeedbackSources[i];
|
|
11107
|
+
const { dragFeedback, source: dragSourceNode } = this._mainResizeHandleDragFeedbacks[i];
|
|
11090
11108
|
var dragSourceShape = dragSourceNode.getTask().getShape('main');
|
|
11091
11109
|
var newFeedbackWidth = Math.max(0, dragSourceShape.getFinalWidth() + deltaWidth);
|
|
11092
|
-
|
|
11093
|
-
|
|
11094
|
-
dragSourceShape.getFinalX() -
|
|
11110
|
+
var x = !isEndResize
|
|
11111
|
+
? dragSourceShape.getFinalX() -
|
|
11095
11112
|
orientationFactor * dragSourceShape.getFinalWidth() +
|
|
11096
|
-
dragSourceNode.getTranslateX()
|
|
11097
|
-
|
|
11098
|
-
|
|
11099
|
-
|
|
11113
|
+
dragSourceNode.getTranslateX() +
|
|
11114
|
+
orientationFactor * newFeedbackWidth
|
|
11115
|
+
: dragFeedback.getTranslateX();
|
|
11116
|
+
setTranslate(dragFeedback, x, dragSourceNode._taskObj.y);
|
|
11100
11117
|
dragFeedback._setWidth(newFeedbackWidth);
|
|
11101
11118
|
}
|
|
11102
11119
|
} else {
|
|
@@ -11107,8 +11124,12 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
11107
11124
|
isEndResize ? anchorX : finalLocalX,
|
|
11108
11125
|
referenceMainShape.getFinalY() + this.getTranslateY()
|
|
11109
11126
|
);
|
|
11110
|
-
this._mainResizeHandleDragFeedbacks = [
|
|
11111
|
-
|
|
11127
|
+
this._mainResizeHandleDragFeedbacks = [
|
|
11128
|
+
{
|
|
11129
|
+
source: this,
|
|
11130
|
+
dragFeedback: referenceDragFeedback
|
|
11131
|
+
}
|
|
11132
|
+
];
|
|
11112
11133
|
|
|
11113
11134
|
if (
|
|
11114
11135
|
this._gantt.isSelectionSupported() &&
|
|
@@ -11131,14 +11152,16 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
11131
11152
|
orientationFactor * feedbackWidth;
|
|
11132
11153
|
|
|
11133
11154
|
selectionObj.hide();
|
|
11134
|
-
dragFeedback = selectionObj._renderClone(container);
|
|
11155
|
+
var dragFeedback = selectionObj._renderClone(container);
|
|
11135
11156
|
setTranslate(
|
|
11136
11157
|
dragFeedback,
|
|
11137
11158
|
feedbackX,
|
|
11138
11159
|
mainShape.getFinalY() + selectionObj.getTranslateY()
|
|
11139
11160
|
);
|
|
11140
|
-
this._mainResizeHandleDragFeedbacks.push(
|
|
11141
|
-
|
|
11161
|
+
this._mainResizeHandleDragFeedbacks.push({
|
|
11162
|
+
source: selectionObj,
|
|
11163
|
+
dragFeedback
|
|
11164
|
+
});
|
|
11142
11165
|
}
|
|
11143
11166
|
}
|
|
11144
11167
|
}
|
|
@@ -11215,40 +11238,50 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
11215
11238
|
var ganttStartTime = this._gantt.getStartTime();
|
|
11216
11239
|
var ganttEndTime = this._gantt.getEndTime();
|
|
11217
11240
|
var ganttContentLength = this._gantt.getContentLength();
|
|
11218
|
-
var dragFeedback, dragFeedbackX, dragOutlineFeedback, dropOutlineFeedback;
|
|
11219
11241
|
|
|
11220
11242
|
if (this._mainDragFeedbacks) {
|
|
11221
11243
|
var newReferenceX = ojtimeaxisToolkit.TimeAxisUtils.getDatePosition(
|
|
11222
11244
|
ganttStartTime,
|
|
11223
11245
|
ganttEndTime,
|
|
11224
|
-
this.
|
|
11246
|
+
this._mainDragFeedbacks[0].dragFeedbackStartTime,
|
|
11225
11247
|
ganttContentLength
|
|
11226
11248
|
);
|
|
11227
11249
|
newReferenceX = isRTL ? ganttContentLength - newReferenceX : newReferenceX;
|
|
11228
11250
|
for (var i = 0; i < this._mainDragFeedbacks.length; i++) {
|
|
11229
|
-
|
|
11230
|
-
|
|
11231
|
-
|
|
11251
|
+
const {
|
|
11252
|
+
source,
|
|
11253
|
+
dragFeedback,
|
|
11254
|
+
dragOutlineFeedback,
|
|
11255
|
+
dropOutlineFeedback,
|
|
11256
|
+
dragFeedbackOffset,
|
|
11257
|
+
dragFeedbackStartTime
|
|
11258
|
+
} = this._mainDragFeedbacks[i];
|
|
11259
|
+
let dragFeedbackX = ojtimeaxisToolkit.TimeAxisUtils.getDatePosition(
|
|
11232
11260
|
ganttStartTime,
|
|
11233
11261
|
ganttEndTime,
|
|
11234
|
-
|
|
11262
|
+
dragFeedbackStartTime,
|
|
11235
11263
|
ganttContentLength
|
|
11236
11264
|
);
|
|
11237
11265
|
dragFeedbackX = isRTL ? ganttContentLength - dragFeedbackX : dragFeedbackX;
|
|
11238
11266
|
|
|
11239
|
-
|
|
11267
|
+
dragFeedbackOffset.x = dragFeedbackX - newReferenceX; // recalculate x positional offsets
|
|
11240
11268
|
|
|
11241
|
-
var mainShape =
|
|
11269
|
+
var mainShape = source.getTask().getShape('main');
|
|
11242
11270
|
var mainShapeWidth = mainShape.getFinalWidth();
|
|
11271
|
+
var dragFeedbackShape = dragFeedback.getTask().getShape('main');
|
|
11272
|
+
var dragFeedbackShapeWidth = dragFeedbackShape.getFinalWidth();
|
|
11243
11273
|
dragFeedback.setTranslateX(dragFeedbackX);
|
|
11244
11274
|
dragFeedback._taskObj.x = dragFeedback.getTranslateX();
|
|
11245
|
-
|
|
11246
|
-
|
|
11275
|
+
if (dragFeedbackShapeWidth !== mainShapeWidth) {
|
|
11276
|
+
dragFeedback._setWidth(mainShapeWidth);
|
|
11277
|
+
}
|
|
11278
|
+
|
|
11279
|
+
dragOutlineFeedback.setX(source.getFinalX() + mainShape.getFinalX());
|
|
11280
|
+
dragOutlineFeedback.setY(source.getFinalY() + mainShape.getFinalY());
|
|
11247
11281
|
dragOutlineFeedback.setWidth(mainShapeWidth);
|
|
11248
11282
|
|
|
11249
11283
|
if (i === 0) {
|
|
11250
11284
|
// Drop outline only shown for the drag source task
|
|
11251
|
-
dropOutlineFeedback = this._mainDropOutlineFeedbacks[i];
|
|
11252
11285
|
dropOutlineFeedback.setX(dragFeedbackX);
|
|
11253
11286
|
dropOutlineFeedback.setWidth(mainShapeWidth);
|
|
11254
11287
|
}
|
|
@@ -11260,17 +11293,17 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
11260
11293
|
}
|
|
11261
11294
|
if (this._mainResizeHandleDragFeedbacks) {
|
|
11262
11295
|
for (var i = 0; i < this._mainResizeHandleDragFeedbacks; i++) {
|
|
11263
|
-
dragFeedback = this._mainResizeHandleDragFeedbacks[i];
|
|
11296
|
+
const { dragFeedback, source } = this._mainResizeHandleDragFeedbacks[i];
|
|
11264
11297
|
var dragFeedbackStartX = ojtimeaxisToolkit.TimeAxisUtils.getDatePosition(
|
|
11265
11298
|
ganttStartTime,
|
|
11266
11299
|
ganttEndTime,
|
|
11267
|
-
|
|
11300
|
+
source.getValue('start'),
|
|
11268
11301
|
ganttContentLength
|
|
11269
11302
|
);
|
|
11270
11303
|
var dragFeedbackEndX = ojtimeaxisToolkit.TimeAxisUtils.getDatePosition(
|
|
11271
11304
|
ganttStartTime,
|
|
11272
11305
|
ganttEndTime,
|
|
11273
|
-
|
|
11306
|
+
source.getValue('end'),
|
|
11274
11307
|
ganttContentLength
|
|
11275
11308
|
);
|
|
11276
11309
|
dragFeedbackX = isRTL ? ganttContentLength - dragFeedbackStartX : dragFeedbackStartX;
|
|
@@ -11297,19 +11330,15 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
11297
11330
|
removeDragFeedbacks() {
|
|
11298
11331
|
if (this._mainDragFeedbacks) {
|
|
11299
11332
|
for (var i = 0; i < this._mainDragFeedbacks.length; i++) {
|
|
11300
|
-
this._mainDragFeedbacks[i]
|
|
11301
|
-
|
|
11302
|
-
|
|
11303
|
-
.removeChild(this._mainDragOutlineFeedbacks[i]);
|
|
11333
|
+
const { dragFeedback, dragOutlineFeedback } = this._mainDragFeedbacks[i];
|
|
11334
|
+
dragFeedback.getParent().removeChild(dragFeedback);
|
|
11335
|
+
dragOutlineFeedback.getParent().removeChild(dragOutlineFeedback);
|
|
11304
11336
|
}
|
|
11305
11337
|
// Only one drop outline for drag source task
|
|
11306
|
-
this.
|
|
11338
|
+
const { dropOutlineFeedback } = this._mainDragFeedbacks[0];
|
|
11339
|
+
dropOutlineFeedback.getParent().removeChild(dropOutlineFeedback);
|
|
11307
11340
|
|
|
11308
11341
|
this._mainDragFeedbacks = null;
|
|
11309
|
-
this._mainDragOutlineFeedbacks = null;
|
|
11310
|
-
this._mainDropOutlineFeedbacks = null;
|
|
11311
|
-
this._mainDragFeedbackOffsets = null;
|
|
11312
|
-
this._mainDragFeedbackStartTimes = null;
|
|
11313
11342
|
}
|
|
11314
11343
|
if (this._mainDependencyLineDragFeedbacks) {
|
|
11315
11344
|
for (var i = 0; i < this._mainDependencyLineDragFeedbacks.length; i++) {
|
|
@@ -11321,12 +11350,10 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
11321
11350
|
}
|
|
11322
11351
|
if (this._mainResizeHandleDragFeedbacks) {
|
|
11323
11352
|
for (var i = 0; i < this._mainResizeHandleDragFeedbacks.length; i++) {
|
|
11324
|
-
this._mainResizeHandleDragFeedbacks[i]
|
|
11325
|
-
|
|
11326
|
-
.removeChild(this._mainResizeHandleDragFeedbacks[i]);
|
|
11353
|
+
const { dragFeedback } = this._mainResizeHandleDragFeedbacks[i];
|
|
11354
|
+
dragFeedback.getParent().removeChild(dragFeedback);
|
|
11327
11355
|
}
|
|
11328
11356
|
this._mainResizeHandleDragFeedbacks = null;
|
|
11329
|
-
this._mainResizeHandleDragFeedbackSources = null;
|
|
11330
11357
|
}
|
|
11331
11358
|
// Hide tooltips if any
|
|
11332
11359
|
this._gantt.getEventManager().hideTooltip();
|
|
@@ -11448,7 +11475,8 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
11448
11475
|
* @return {number} The final y.
|
|
11449
11476
|
*/
|
|
11450
11477
|
getFinalY() {
|
|
11451
|
-
|
|
11478
|
+
var rowObj = this._taskObj['rowObj'];
|
|
11479
|
+
return this._taskObj['y'] - rowObj['unstickyY'] + rowObj['y'];
|
|
11452
11480
|
}
|
|
11453
11481
|
|
|
11454
11482
|
/**
|
|
@@ -11719,10 +11747,10 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
11719
11747
|
});
|
|
11720
11748
|
}
|
|
11721
11749
|
|
|
11722
|
-
// When selection is triggered by user gesture, highlight the relevant dependencies
|
|
11723
|
-
// See also Bug JIRA JET-49382,
|
|
11750
|
+
// When selection is triggered by user gesture or programmatically after initial render, highlight the relevant dependencies
|
|
11751
|
+
// See also Bug JIRA JET-49382, JET-59109, JET-73382
|
|
11724
11752
|
if (
|
|
11725
|
-
(!isInitial || isMarqueeDragging) &&
|
|
11753
|
+
(!(isInitial && this._gantt.isInitialRender()) || isMarqueeDragging) &&
|
|
11726
11754
|
options.selectionBehavior === 'highlightDependencies'
|
|
11727
11755
|
) {
|
|
11728
11756
|
var viewport = this._gantt.getViewPort();
|
|
@@ -12247,9 +12275,15 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
12247
12275
|
* @param {dvt.Container=} container the container. If not provided, update render is assumed.
|
|
12248
12276
|
*/
|
|
12249
12277
|
render(container, subsetRenderOperations) {
|
|
12278
|
+
const backgroundContainer = this._rowObj['isSticky']
|
|
12279
|
+
? this._gantt.getStickyRowBackgroundsContainer()
|
|
12280
|
+
: this._gantt.getDatabodyBackground();
|
|
12281
|
+
const refObjsContainer = this._rowObj['isSticky']
|
|
12282
|
+
? this._gantt.getStickyRowReferenceObjectsContainer()
|
|
12283
|
+
: this._gantt.getRowReferenceObjectsContainer();
|
|
12250
12284
|
this._renderTasks(subsetRenderOperations);
|
|
12251
|
-
this._renderBackground(this._gantt,
|
|
12252
|
-
this._renderReferenceObjects(this._gantt,
|
|
12285
|
+
this._renderBackground(this._gantt, backgroundContainer);
|
|
12286
|
+
this._renderReferenceObjects(this._gantt, refObjsContainer);
|
|
12253
12287
|
this._renderHorizontalGridline(this._gantt, this);
|
|
12254
12288
|
|
|
12255
12289
|
if (container) {
|
|
@@ -12400,7 +12434,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
12400
12434
|
}
|
|
12401
12435
|
|
|
12402
12436
|
// Remove previous reference objects
|
|
12403
|
-
this._referenceObjects.forEach((refObj) =>
|
|
12437
|
+
this._referenceObjects.forEach((refObj) => refObj?.removeFromParent());
|
|
12404
12438
|
|
|
12405
12439
|
// Render reference objects
|
|
12406
12440
|
this._referenceObjects = gantt.generateReferenceObjects(refObjsData, 'area');
|
|
@@ -12444,7 +12478,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
12444
12478
|
var bRowAxisEnabled = this._gantt.isRowAxisEnabled() && rowAxis;
|
|
12445
12479
|
|
|
12446
12480
|
if (gantt.isHorizontalGridlinesVisible()) {
|
|
12447
|
-
y1 = this._rowObj['
|
|
12481
|
+
y1 = this._rowObj['unstickyY'] + this._rowObj['height'] + yOffset;
|
|
12448
12482
|
y2 = y1;
|
|
12449
12483
|
x1 = 0;
|
|
12450
12484
|
x2 = gantt.getContentLength();
|
|
@@ -12473,23 +12507,23 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
12473
12507
|
var rowAxisHorizontalLineFinalStates = {
|
|
12474
12508
|
x1: x1,
|
|
12475
12509
|
x2: rowAxis.getWidth(),
|
|
12476
|
-
y1: y1,
|
|
12477
|
-
y2: y2
|
|
12510
|
+
y1: y1 - this._rowObj['unstickyY'] + this._rowObj['y'],
|
|
12511
|
+
y2: y2 - this._rowObj['unstickyY'] + this._rowObj['y']
|
|
12478
12512
|
};
|
|
12479
12513
|
|
|
12480
12514
|
if (!this._rowAxisHorizontalLine) {
|
|
12481
12515
|
this._rowAxisHorizontalLine = new dvt.Line(
|
|
12482
12516
|
this._gantt.getCtx(),
|
|
12483
12517
|
this._horizontalLine.getX1(),
|
|
12484
|
-
|
|
12518
|
+
rowAxisHorizontalLineFinalStates['y1'],
|
|
12485
12519
|
rowAxisHorizontalLineFinalStates['x2'],
|
|
12486
|
-
|
|
12520
|
+
rowAxisHorizontalLineFinalStates['y2']
|
|
12487
12521
|
);
|
|
12488
12522
|
this._rowAxisHorizontalLine.setPixelHinting(true);
|
|
12489
12523
|
this._rowAxisHorizontalLine.setClassName(gridlineStyleClass, true);
|
|
12490
12524
|
}
|
|
12491
12525
|
// row axis is cleared on rerender, so line would not be in DOM
|
|
12492
|
-
rowAxis.addHorizontalLine(this._rowAxisHorizontalLine);
|
|
12526
|
+
rowAxis.addHorizontalLine(this._rowAxisHorizontalLine, this._rowObj['isSticky']);
|
|
12493
12527
|
|
|
12494
12528
|
this._gantt
|
|
12495
12529
|
.getAnimationManager()
|
|
@@ -12618,7 +12652,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
12618
12652
|
rowLabelContent.ensureInDOM();
|
|
12619
12653
|
|
|
12620
12654
|
if (this._gantt.isHorizontalGridlinesVisible()) {
|
|
12621
|
-
rowAxis.addHorizontalLine(this._rowAxisHorizontalLine);
|
|
12655
|
+
rowAxis.addHorizontalLine(this._rowAxisHorizontalLine, this._rowObj?.['height']);
|
|
12622
12656
|
}
|
|
12623
12657
|
}
|
|
12624
12658
|
|
|
@@ -12647,13 +12681,14 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
12647
12681
|
|
|
12648
12682
|
/**
|
|
12649
12683
|
* Scrolls the row into view.
|
|
12684
|
+
* @param {boolean=} excludeStickyRowRegion Whether to exclude any sticky row region from being part of the viewport
|
|
12650
12685
|
*/
|
|
12651
|
-
scrollIntoView() {
|
|
12652
|
-
var viewportRect = this._gantt.getViewportDimensions();
|
|
12653
|
-
var deltaYTopVisible = Math.min(this._rowObj
|
|
12686
|
+
scrollIntoView(excludeStickyRowRegion) {
|
|
12687
|
+
var viewportRect = this._gantt.getViewportDimensions(excludeStickyRowRegion);
|
|
12688
|
+
var deltaYTopVisible = Math.min(this._rowObj['unstickyY'] - viewportRect.y, 0);
|
|
12654
12689
|
var deltaYBottomVisible = Math.max(
|
|
12655
12690
|
0,
|
|
12656
|
-
this._rowObj
|
|
12691
|
+
this._rowObj['unstickyY'] + this._rowObj['height'] - (viewportRect.y + viewportRect.h)
|
|
12657
12692
|
);
|
|
12658
12693
|
var deltaY = deltaYTopVisible < 0 ? deltaYTopVisible : deltaYBottomVisible;
|
|
12659
12694
|
this._gantt.panBy(0, deltaY);
|
|
@@ -12675,6 +12710,8 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
12675
12710
|
this._contentHeight = 0;
|
|
12676
12711
|
this._prevHighlightedTaskObjs = new Set();
|
|
12677
12712
|
this._prevDependencyObjs = new Set();
|
|
12713
|
+
this._prevViewportStickyRowObj = null;
|
|
12714
|
+
this._viewportStickyRowObj = null;
|
|
12678
12715
|
}
|
|
12679
12716
|
|
|
12680
12717
|
/**
|
|
@@ -12684,6 +12721,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
12684
12721
|
this._rowObjs = [];
|
|
12685
12722
|
this._dependencyObjs = [];
|
|
12686
12723
|
this._contentHeight = 0;
|
|
12724
|
+
this._clearStickyRowObj();
|
|
12687
12725
|
|
|
12688
12726
|
this._prevViewport = null;
|
|
12689
12727
|
}
|
|
@@ -13127,7 +13165,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
13127
13165
|
// Otherwise align all tasks to top (with offset)
|
|
13128
13166
|
overlapChains.forEach((chain, i) => {
|
|
13129
13167
|
chain.forEach((taskObj) => {
|
|
13130
|
-
taskObj['y'] += rowObj['
|
|
13168
|
+
taskObj['y'] += rowObj['unstickyY'];
|
|
13131
13169
|
});
|
|
13132
13170
|
});
|
|
13133
13171
|
}
|
|
@@ -13242,16 +13280,19 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
13242
13280
|
data: row,
|
|
13243
13281
|
index: i,
|
|
13244
13282
|
y: top,
|
|
13283
|
+
unstickyY: top, // If row is sticky, y changes, so this tracks the original y when it's not sticky
|
|
13245
13284
|
renderState: 'add'
|
|
13246
13285
|
};
|
|
13247
13286
|
// Hierarchical data case
|
|
13248
13287
|
if (row['_depth'] != null) {
|
|
13249
13288
|
rowObj['depth'] = row['_depth'];
|
|
13289
|
+
rowObj['isStickyCandidate'] = row['_isStickyCandidate'];
|
|
13250
13290
|
rowObj['expanded'] = row['_expanded'];
|
|
13251
13291
|
// child rows are always below its parent row, so at this point it must be that the parent row index < rowObjs.length
|
|
13252
13292
|
rowObj['parent'] =
|
|
13253
13293
|
row['_parentFlatIndex'] == null ? null : rowObjs[row['_parentFlatIndex']];
|
|
13254
13294
|
row['_depth'] = undefined;
|
|
13295
|
+
row['_isStickyCandidate'] = undefined;
|
|
13255
13296
|
row['_expanded'] = undefined;
|
|
13256
13297
|
row['_parentFlatIndex'] = undefined;
|
|
13257
13298
|
row['_flatIndex'] = undefined;
|
|
@@ -13370,12 +13411,15 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
13370
13411
|
* @private
|
|
13371
13412
|
*/
|
|
13372
13413
|
_generateDependencyObjs(dependencies, idTaskObjMap) {
|
|
13414
|
+
var dependencyObjs = [];
|
|
13415
|
+
if (dependencies.length === 0) {
|
|
13416
|
+
return dependencyObjs;
|
|
13417
|
+
}
|
|
13373
13418
|
var idTaskObjMap = idTaskObjMap || this._createIdObjMap(this._rowObjs, 'taskObjs');
|
|
13374
13419
|
idTaskObjMap.forEach((taskObj, id) => {
|
|
13375
13420
|
taskObj.successorDepObjs = [];
|
|
13376
13421
|
taskObj.predecessorDepObjs = [];
|
|
13377
13422
|
});
|
|
13378
|
-
var dependencyObjs = [];
|
|
13379
13423
|
|
|
13380
13424
|
for (var i = 0; i < dependencies.length; i++) {
|
|
13381
13425
|
var dependency = dependencies[i];
|
|
@@ -13771,6 +13815,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
13771
13815
|
var options = this._gantt.getOptions();
|
|
13772
13816
|
var ganttRenderState = this._gantt.getRenderState();
|
|
13773
13817
|
if (ganttRenderState == null) {
|
|
13818
|
+
this._clearStickyRowObj();
|
|
13774
13819
|
var newTaskIdObjsMap = this._calcRowsLayout(options);
|
|
13775
13820
|
} else {
|
|
13776
13821
|
// For now, renderState is only non-null for expand/collapse case
|
|
@@ -13783,10 +13828,10 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
13783
13828
|
|
|
13784
13829
|
if (this._rowObjs.length > 0) {
|
|
13785
13830
|
var lastRowObj = this._rowObjs[this._rowObjs.length - 1];
|
|
13786
|
-
this._contentHeight = lastRowObj['
|
|
13831
|
+
this._contentHeight = lastRowObj['unstickyY'] + lastRowObj['height'];
|
|
13787
13832
|
|
|
13788
13833
|
var dependencies = options['dependencies'];
|
|
13789
|
-
if (dependencies != null
|
|
13834
|
+
if (dependencies != null) {
|
|
13790
13835
|
this._dependencyObjs = this._generateDependencyObjs(dependencies, newTaskIdObjsMap);
|
|
13791
13836
|
}
|
|
13792
13837
|
}
|
|
@@ -13807,7 +13852,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
13807
13852
|
|
|
13808
13853
|
var flatRows = rows;
|
|
13809
13854
|
if (this._gantt.isRowsHierarchical()) {
|
|
13810
|
-
flatRows = this._flattenRows(rows, options['expanded']);
|
|
13855
|
+
flatRows = this._flattenRows(rows, options['expanded'], options['parentRowPosition']);
|
|
13811
13856
|
}
|
|
13812
13857
|
var newRowObjs = this._generateRowObjs(flatRows);
|
|
13813
13858
|
|
|
@@ -13907,6 +13952,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
13907
13952
|
var row = rowObj['data'];
|
|
13908
13953
|
var rowChildren = row['rows'];
|
|
13909
13954
|
var expandedKeySet = options['expanded'];
|
|
13955
|
+
var parentRowPosition = options['parentRowPosition'];
|
|
13910
13956
|
var animationManager = this._gantt.getAnimationManager();
|
|
13911
13957
|
var animationMode = animationManager.getAnimationMode();
|
|
13912
13958
|
var isAnimationOn = animationMode !== 'none';
|
|
@@ -13965,6 +14011,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
13965
14011
|
var flattenedChildrenRows = this._flattenRows(
|
|
13966
14012
|
rowChildren,
|
|
13967
14013
|
expandedKeySet,
|
|
14014
|
+
parentRowPosition,
|
|
13968
14015
|
0,
|
|
13969
14016
|
rowObj['depth'] + 1
|
|
13970
14017
|
);
|
|
@@ -14001,23 +14048,24 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
14001
14048
|
if (this._gantt.isHorizontalGridlinesVisible())
|
|
14002
14049
|
horizontalLineHeightOffset = DvtGanttStyleUtils.getHorizontalGridlineWidth(options);
|
|
14003
14050
|
|
|
14004
|
-
var top = rowObj['
|
|
14051
|
+
var top = rowObj['unstickyY'] + rowObj['height'] + horizontalLineHeightOffset;
|
|
14005
14052
|
for (var i = index + 1; i < this._rowObjs.length; i++) {
|
|
14006
14053
|
var _rowObj = this._rowObjs[i];
|
|
14007
14054
|
_rowObj['index'] = i;
|
|
14008
14055
|
var taskObjs = _rowObj['taskObjs'];
|
|
14009
14056
|
for (var j = 0; j < taskObjs.length; j++) {
|
|
14010
14057
|
var taskObj = taskObjs[j];
|
|
14011
|
-
taskObj['y'] = taskObj['y'] - _rowObj['
|
|
14058
|
+
taskObj['y'] = taskObj['y'] - _rowObj['unstickyY'] + top;
|
|
14012
14059
|
}
|
|
14013
14060
|
_rowObj['y'] = top;
|
|
14061
|
+
_rowObj['unstickyY'] = top;
|
|
14014
14062
|
top += _rowObj['height'] + horizontalLineHeightOffset;
|
|
14015
14063
|
}
|
|
14016
14064
|
|
|
14017
14065
|
if (isAnimationOn) {
|
|
14018
14066
|
// rows in final viewport should also be added to final state
|
|
14019
14067
|
var lastRowObj = this._rowObjs[this._rowObjs.length - 1];
|
|
14020
|
-
this._contentHeight = lastRowObj['
|
|
14068
|
+
this._contentHeight = lastRowObj['unstickyY'] + lastRowObj['height'];
|
|
14021
14069
|
var finalTranslateY = this._gantt.scrollPositionToTranslateY(
|
|
14022
14070
|
this._gantt.getOptions()['scrollPosition']
|
|
14023
14071
|
);
|
|
@@ -14038,12 +14086,13 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
14038
14086
|
* Flattens hierarchical row structure
|
|
14039
14087
|
* @param {Array} rows The hierarchical rows data array
|
|
14040
14088
|
* @param {*} expandedKeySet The expanded key set
|
|
14089
|
+
* @param {string} parentRowPosition "static" | "sticky"
|
|
14041
14090
|
* @param {number=} flatIndex The current flat index. Assumed to be 0 (root) if not specified
|
|
14042
14091
|
* @param {number=} depth The current depth. Assumed to be 0 (root) if not specified
|
|
14043
14092
|
* @return {Array} Flattened array
|
|
14044
14093
|
* @private
|
|
14045
14094
|
*/
|
|
14046
|
-
_flattenRows(rows, expandedKeySet, flatIndex, depth) {
|
|
14095
|
+
_flattenRows(rows, expandedKeySet, parentRowPosition, flatIndex, depth) {
|
|
14047
14096
|
flatIndex = flatIndex || 0;
|
|
14048
14097
|
depth = depth || 0;
|
|
14049
14098
|
|
|
@@ -14055,6 +14104,8 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
14055
14104
|
// from a tree data provider, which means we own the rows, and so we are allowed to modify it
|
|
14056
14105
|
// and add properties. We'll remove then later in generateRowObjs().
|
|
14057
14106
|
row['_depth'] = depth;
|
|
14107
|
+
// Only top-level parent rows can be sticky
|
|
14108
|
+
row['_isStickyCandidate'] = depth === 0 && parentRowPosition === 'sticky';
|
|
14058
14109
|
row['_parentFlatIndex'] = parentRow ? parentRow['_flatIndex'] : null;
|
|
14059
14110
|
row['_flatIndex'] = flatIndex;
|
|
14060
14111
|
flatIndex += 1;
|
|
@@ -14143,10 +14194,12 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
14143
14194
|
* @private
|
|
14144
14195
|
*/
|
|
14145
14196
|
_renderRowObj(rowObj, operations, mode) {
|
|
14146
|
-
var
|
|
14197
|
+
var container = rowObj['isSticky']
|
|
14198
|
+
? this._gantt.getStickyRowsContainer()
|
|
14199
|
+
: this._gantt.getDatabody();
|
|
14147
14200
|
var rowNode = rowObj.node;
|
|
14148
14201
|
if (mode === 'update') {
|
|
14149
|
-
rowNode.render(null, operations);
|
|
14202
|
+
rowNode.render(rowNode.getParent() === container ? null : container, operations);
|
|
14150
14203
|
} else {
|
|
14151
14204
|
// mode === 'add' or no operations (full row rerender)
|
|
14152
14205
|
if (!rowNode) {
|
|
@@ -14169,7 +14222,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
14169
14222
|
rowNode.setRowLabelContent(rowLabelContent);
|
|
14170
14223
|
}
|
|
14171
14224
|
}
|
|
14172
|
-
rowNode.render(
|
|
14225
|
+
rowNode.render(container, operations);
|
|
14173
14226
|
}
|
|
14174
14227
|
}
|
|
14175
14228
|
|
|
@@ -14353,7 +14406,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
14353
14406
|
// linear search from that row to search for last row (intersecting yMax)
|
|
14354
14407
|
for (var i = minRowInd; i < rowObjs.length; i++) {
|
|
14355
14408
|
var rowObj = rowObjs[i];
|
|
14356
|
-
if (rowObj['
|
|
14409
|
+
if (rowObj['unstickyY'] <= yMax) {
|
|
14357
14410
|
maxRowInd = i;
|
|
14358
14411
|
} else {
|
|
14359
14412
|
break;
|
|
@@ -14689,6 +14742,50 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
14689
14742
|
this._prevHighlightedTaskObjs = taskObjs;
|
|
14690
14743
|
}
|
|
14691
14744
|
|
|
14745
|
+
/**
|
|
14746
|
+
* Clears sticky row layout object.
|
|
14747
|
+
* @private
|
|
14748
|
+
*/
|
|
14749
|
+
_clearStickyRowObj() {
|
|
14750
|
+
this._prevViewportStickyRowObj = null;
|
|
14751
|
+
this._viewportStickyRowObj = null;
|
|
14752
|
+
}
|
|
14753
|
+
|
|
14754
|
+
/**
|
|
14755
|
+
* Identify and store the sticky row layout object.
|
|
14756
|
+
* @private
|
|
14757
|
+
*/
|
|
14758
|
+
_findAndUpdateStickyRowObj() {
|
|
14759
|
+
if (!this._gantt.isStickyRowsEnabled()) {
|
|
14760
|
+
this._clearStickyRowObj();
|
|
14761
|
+
return;
|
|
14762
|
+
}
|
|
14763
|
+
const { yMin: scrollY } = this._gantt.getViewportYBounds();
|
|
14764
|
+
const rowInd = this._binarySearchLeftMost(this._rowObjs, scrollY, 'predecessor', 'unstickyY');
|
|
14765
|
+
let stickyRowObj = this._rowObjs[rowInd];
|
|
14766
|
+
while (stickyRowObj['depth'] > 0 && !stickyRowObj['isStickyCandidate']) {
|
|
14767
|
+
stickyRowObj = stickyRowObj['parent'];
|
|
14768
|
+
}
|
|
14769
|
+
if (stickyRowObj['isStickyCandidate']) {
|
|
14770
|
+
if (this._viewportStickyRowObj) {
|
|
14771
|
+
this._viewportStickyRowObj['isSticky'] = false;
|
|
14772
|
+
this._viewportStickyRowObj['y'] = this._viewportStickyRowObj['unstickyY'];
|
|
14773
|
+
this._prevViewportStickyRowObj = this._viewportStickyRowObj;
|
|
14774
|
+
}
|
|
14775
|
+
stickyRowObj['y'] = scrollY;
|
|
14776
|
+
stickyRowObj['isSticky'] = true;
|
|
14777
|
+
this._viewportStickyRowObj = stickyRowObj;
|
|
14778
|
+
}
|
|
14779
|
+
}
|
|
14780
|
+
|
|
14781
|
+
/**
|
|
14782
|
+
* Gets the current sticky row layout object.
|
|
14783
|
+
* @returns {Object}
|
|
14784
|
+
*/
|
|
14785
|
+
getStickyRowObj() {
|
|
14786
|
+
return this._viewportStickyRowObj;
|
|
14787
|
+
}
|
|
14788
|
+
|
|
14692
14789
|
/**
|
|
14693
14790
|
* Renders viewport related dependency lines
|
|
14694
14791
|
* @param {Object} viewport Object describing the viewport, of shape {minRowInd: number, maxRowInd: number, viewStartTime: number, viewEndTime: number}
|
|
@@ -14843,7 +14940,6 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
14843
14940
|
* @private
|
|
14844
14941
|
*/
|
|
14845
14942
|
_prepareViewport(viewport, action) {
|
|
14846
|
-
var databody = this._gantt.getDatabody();
|
|
14847
14943
|
if (action === DvtGanttDataLayoutManager.VPC_REFRESH) {
|
|
14848
14944
|
// Clear previous viewport
|
|
14849
14945
|
// Note that we have to perform diffing for all other actions because:
|
|
@@ -14853,9 +14949,12 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
14853
14949
|
|
|
14854
14950
|
// Also need to clear tasks within each row.
|
|
14855
14951
|
this._rowObjs.forEach(this._detachRowObjNode, this);
|
|
14856
|
-
|
|
14952
|
+
this._gantt.getDatabody().removeChildren();
|
|
14953
|
+
this._gantt.getStickyRowsContainer()?.removeChildren();
|
|
14857
14954
|
this._gantt.getDatabodyBackground().removeChildren();
|
|
14955
|
+
this._gantt.getStickyRowBackgroundsContainer()?.removeChildren();
|
|
14858
14956
|
this._gantt.getRowReferenceObjectsContainer().removeChildren();
|
|
14957
|
+
this._gantt.getStickyRowReferenceObjectsContainer()?.removeChildren();
|
|
14859
14958
|
}
|
|
14860
14959
|
var rowAxis = this._gantt.getRowAxis();
|
|
14861
14960
|
if (
|
|
@@ -14870,6 +14969,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
14870
14969
|
// Clear row axis when: Refresh/Animation. In animation case, labels are added back later with care.
|
|
14871
14970
|
rowAxis.clear();
|
|
14872
14971
|
}
|
|
14972
|
+
this._findAndUpdateStickyRowObj();
|
|
14873
14973
|
}
|
|
14874
14974
|
|
|
14875
14975
|
/**
|
|
@@ -14885,37 +14985,42 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
14885
14985
|
var rowsDelete = [];
|
|
14886
14986
|
var rowsAdd = [];
|
|
14887
14987
|
var rowsUpdate = [];
|
|
14988
|
+
|
|
14989
|
+
var addSimpleRowAddOperation = (rowObj) => {
|
|
14990
|
+
var viewportTaskObjs = this.findTaskObjsRange(
|
|
14991
|
+
rowObj,
|
|
14992
|
+
viewport.viewStartTime,
|
|
14993
|
+
true,
|
|
14994
|
+
viewport.viewEndTime,
|
|
14995
|
+
true
|
|
14996
|
+
);
|
|
14997
|
+
var bufferTaskObjs = this.findBufferTaskObjsRange(
|
|
14998
|
+
rowObj,
|
|
14999
|
+
viewport.viewStartTime,
|
|
15000
|
+
viewport.viewEndTime
|
|
15001
|
+
);
|
|
15002
|
+
bufferTaskObjs.forEach((taskObj) => {
|
|
15003
|
+
viewportTaskObjs.push(taskObj);
|
|
15004
|
+
});
|
|
15005
|
+
rowsAdd.push({
|
|
15006
|
+
rowObj: rowObj,
|
|
15007
|
+
tasksAdd: new Set(viewportTaskObjs),
|
|
15008
|
+
tasksUpdate: new Set(),
|
|
15009
|
+
tasksDelete: new Set(),
|
|
15010
|
+
updateRender: true
|
|
15011
|
+
});
|
|
15012
|
+
};
|
|
15013
|
+
|
|
14888
15014
|
if (action === DvtGanttDataLayoutManager.VPC_REFRESH) {
|
|
14889
15015
|
// Viewport is empty; just add the rows and tasks for the current viewport
|
|
14890
15016
|
for (var i = viewport.minRowInd; i <= viewport.maxRowInd; i++) {
|
|
14891
15017
|
var rowObj = this._rowObjs[i];
|
|
14892
|
-
|
|
14893
|
-
rowObj,
|
|
14894
|
-
viewport.viewStartTime,
|
|
14895
|
-
true,
|
|
14896
|
-
viewport.viewEndTime,
|
|
14897
|
-
true
|
|
14898
|
-
);
|
|
14899
|
-
var bufferTaskObjs = this.findBufferTaskObjsRange(
|
|
14900
|
-
rowObj,
|
|
14901
|
-
viewport.viewStartTime,
|
|
14902
|
-
viewport.viewEndTime
|
|
14903
|
-
);
|
|
14904
|
-
bufferTaskObjs.forEach((taskObj) => {
|
|
14905
|
-
viewportTaskObjs.push(taskObj);
|
|
14906
|
-
});
|
|
14907
|
-
rowsAdd.push({
|
|
14908
|
-
rowObj: rowObj,
|
|
14909
|
-
tasksAdd: new Set(viewportTaskObjs),
|
|
14910
|
-
tasksUpdate: new Set(),
|
|
14911
|
-
tasksDelete: new Set(),
|
|
14912
|
-
updateRender: true
|
|
14913
|
-
});
|
|
15018
|
+
addSimpleRowAddOperation(rowObj);
|
|
14914
15019
|
}
|
|
14915
15020
|
} else if (action === DvtGanttDataLayoutManager.VPC_ANIMATE) {
|
|
14916
15021
|
// Don't delete anything from the old viewport; those elements are initial states
|
|
14917
15022
|
// Render the curated particpating rows (which may include more than what's in the viewport)
|
|
14918
|
-
this._animationFinalStateRowObjs
|
|
15023
|
+
this._animationFinalStateRowObjs?.forEach((taskObjsSet, rowObj) => {
|
|
14919
15024
|
var tasksAdd = new Set();
|
|
14920
15025
|
var viewportTaskObjs = this.findTaskObjsRange(
|
|
14921
15026
|
rowObj,
|
|
@@ -15002,28 +15107,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
15002
15107
|
i++
|
|
15003
15108
|
) {
|
|
15004
15109
|
var rowObj = this._rowObjs[i];
|
|
15005
|
-
|
|
15006
|
-
rowObj,
|
|
15007
|
-
viewport.viewStartTime,
|
|
15008
|
-
true,
|
|
15009
|
-
viewport.viewEndTime,
|
|
15010
|
-
true
|
|
15011
|
-
);
|
|
15012
|
-
var bufferTaskObjs = this.findBufferTaskObjsRange(
|
|
15013
|
-
rowObj,
|
|
15014
|
-
viewport.viewStartTime,
|
|
15015
|
-
viewport.viewEndTime
|
|
15016
|
-
);
|
|
15017
|
-
bufferTaskObjs.forEach((taskObj) => {
|
|
15018
|
-
viewportTaskObjs.push(taskObj);
|
|
15019
|
-
});
|
|
15020
|
-
rowsAdd.push({
|
|
15021
|
-
rowObj: rowObj,
|
|
15022
|
-
tasksAdd: new Set(viewportTaskObjs),
|
|
15023
|
-
tasksUpdate: new Set(),
|
|
15024
|
-
tasksDelete: new Set(),
|
|
15025
|
-
updateRender: true
|
|
15026
|
-
});
|
|
15110
|
+
addSimpleRowAddOperation(rowObj);
|
|
15027
15111
|
}
|
|
15028
15112
|
|
|
15029
15113
|
// Any current rows below the previous viewport should be added
|
|
@@ -15033,28 +15117,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
15033
15117
|
i++
|
|
15034
15118
|
) {
|
|
15035
15119
|
var rowObj = this._rowObjs[i];
|
|
15036
|
-
|
|
15037
|
-
rowObj,
|
|
15038
|
-
viewport.viewStartTime,
|
|
15039
|
-
true,
|
|
15040
|
-
viewport.viewEndTime,
|
|
15041
|
-
true
|
|
15042
|
-
);
|
|
15043
|
-
var bufferTaskObjs = this.findBufferTaskObjsRange(
|
|
15044
|
-
rowObj,
|
|
15045
|
-
viewport.viewStartTime,
|
|
15046
|
-
viewport.viewEndTime
|
|
15047
|
-
);
|
|
15048
|
-
bufferTaskObjs.forEach((taskObj) => {
|
|
15049
|
-
viewportTaskObjs.push(taskObj);
|
|
15050
|
-
});
|
|
15051
|
-
rowsAdd.push({
|
|
15052
|
-
rowObj: rowObj,
|
|
15053
|
-
tasksAdd: new Set(viewportTaskObjs),
|
|
15054
|
-
tasksUpdate: new Set(),
|
|
15055
|
-
tasksDelete: new Set(),
|
|
15056
|
-
updateRender: true
|
|
15057
|
-
});
|
|
15120
|
+
addSimpleRowAddOperation(rowObj);
|
|
15058
15121
|
}
|
|
15059
15122
|
|
|
15060
15123
|
// Rows intersecting previous and current viewport should be updated
|
|
@@ -15195,6 +15258,20 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
15195
15258
|
rowsDelete = [];
|
|
15196
15259
|
}
|
|
15197
15260
|
|
|
15261
|
+
if (this._viewportStickyRowObj) {
|
|
15262
|
+
var addStickyRowOperation = (stickyRowObj) => {
|
|
15263
|
+
rowsDelete = rowsDelete.filter((rowObj) => !(rowObj === stickyRowObj));
|
|
15264
|
+
rowsAdd = rowsAdd.filter((rowObj) => !(rowObj === stickyRowObj));
|
|
15265
|
+
rowsUpdate = rowsUpdate.filter((rowObj) => !(rowObj === stickyRowObj));
|
|
15266
|
+
addSimpleRowAddOperation(stickyRowObj);
|
|
15267
|
+
};
|
|
15268
|
+
if (this._prevViewportStickyRowObj) {
|
|
15269
|
+
// Ensure the previously sticky row is re-rendered back to its unsticky position
|
|
15270
|
+
addStickyRowOperation(this._prevViewportStickyRowObj);
|
|
15271
|
+
}
|
|
15272
|
+
addStickyRowOperation(this._viewportStickyRowObj);
|
|
15273
|
+
}
|
|
15274
|
+
|
|
15198
15275
|
return { rowsDelete: rowsDelete, rowsAdd: rowsAdd, rowsUpdate: rowsUpdate };
|
|
15199
15276
|
}
|
|
15200
15277
|
|
|
@@ -15231,16 +15308,33 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
15231
15308
|
// Apply any appropriate shape and text rendering performance optimizations to the databody
|
|
15232
15309
|
// before updating the viewport
|
|
15233
15310
|
var databodyElem = this._gantt.getDatabody().getElem();
|
|
15311
|
+
var stickyRowsContainerElem = this._gantt.getStickyRowsContainer()?.getElem();
|
|
15234
15312
|
var shapeRendering = dvt.ToolkitUtils.getAttrNullNS(databodyElem, 'shape-rendering');
|
|
15235
15313
|
if (this._gantt.getViewportDensity() > 1) {
|
|
15236
15314
|
if (shapeRendering !== 'optimizeSpeed') {
|
|
15237
15315
|
dvt.ToolkitUtils.setAttrNullNS(databodyElem, 'shape-rendering', 'optimizeSpeed');
|
|
15238
15316
|
dvt.ToolkitUtils.setAttrNullNS(databodyElem, 'text-rendering', 'optimizeSpeed');
|
|
15317
|
+
if (stickyRowsContainerElem) {
|
|
15318
|
+
dvt.ToolkitUtils.setAttrNullNS(
|
|
15319
|
+
stickyRowsContainerElem,
|
|
15320
|
+
'shape-rendering',
|
|
15321
|
+
'optimizeSpeed'
|
|
15322
|
+
);
|
|
15323
|
+
dvt.ToolkitUtils.setAttrNullNS(
|
|
15324
|
+
stickyRowsContainerElem,
|
|
15325
|
+
'text-rendering',
|
|
15326
|
+
'optimizeSpeed'
|
|
15327
|
+
);
|
|
15328
|
+
}
|
|
15239
15329
|
}
|
|
15240
15330
|
} else {
|
|
15241
15331
|
if (shapeRendering === 'optimizeSpeed') {
|
|
15242
15332
|
dvt.ToolkitUtils.removeAttrNullNS(databodyElem, 'shape-rendering');
|
|
15243
15333
|
dvt.ToolkitUtils.removeAttrNullNS(databodyElem, 'text-rendering');
|
|
15334
|
+
if (stickyRowsContainerElem) {
|
|
15335
|
+
dvt.ToolkitUtils.removeAttrNullNS(stickyRowsContainerElem, 'shape-rendering');
|
|
15336
|
+
dvt.ToolkitUtils.removeAttrNullNS(stickyRowsContainerElem, 'text-rendering');
|
|
15337
|
+
}
|
|
15244
15338
|
}
|
|
15245
15339
|
}
|
|
15246
15340
|
|
|
@@ -16980,13 +17074,22 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
16980
17074
|
this.addEvtListener(dvt.MouseEvent.MOUSEOVER, em.PreOnMouseOver.bind(em), false, this);
|
|
16981
17075
|
this.addEvtListener(dvt.MouseEvent.MOUSEOUT, em.PreOnMouseOut.bind(em), false, this);
|
|
16982
17076
|
|
|
16983
|
-
//
|
|
17077
|
+
// Create containers. The "ContainerContainer" ones are there so that we can set a clippath on it to handle sticky rows.
|
|
17078
|
+
this._labelBackgroundContainerContainer = new dvt.Container(gantt.getCtx());
|
|
16984
17079
|
this._labelBackgroundContainer = new dvt.Container(gantt.getCtx());
|
|
16985
|
-
this.addChild(this._labelBackgroundContainer);
|
|
17080
|
+
this._labelBackgroundContainerContainer.addChild(this._labelBackgroundContainer);
|
|
16986
17081
|
|
|
16987
|
-
|
|
17082
|
+
this._labelContentContainerContainer = new dvt.Container(gantt.getCtx());
|
|
16988
17083
|
this._labelContentContainer = new dvt.Container(gantt.getCtx());
|
|
16989
|
-
this.addChild(this._labelContentContainer);
|
|
17084
|
+
this._labelContentContainerContainer.addChild(this._labelContentContainer);
|
|
17085
|
+
|
|
17086
|
+
this._stickyLabelBackgroundContainerContainer = new dvt.Container(gantt.getCtx());
|
|
17087
|
+
this._stickyLabelBackgroundContainer = new dvt.Container(gantt.getCtx());
|
|
17088
|
+
this._stickyLabelBackgroundContainerContainer.addChild(this._stickyLabelBackgroundContainer);
|
|
17089
|
+
|
|
17090
|
+
this._stickyLabelContentContainerContainer = new dvt.Container(gantt.getCtx());
|
|
17091
|
+
this._stickyLabelContentContainer = new dvt.Container(gantt.getCtx());
|
|
17092
|
+
this._stickyLabelContentContainerContainer.addChild(this._stickyLabelContentContainer);
|
|
16990
17093
|
}
|
|
16991
17094
|
|
|
16992
17095
|
/**
|
|
@@ -17132,6 +17235,20 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
17132
17235
|
*/
|
|
17133
17236
|
render(totalAvailWidth, isResize) {
|
|
17134
17237
|
if (!isResize) {
|
|
17238
|
+
if (this._gantt.isStickyRowsEnabled()) {
|
|
17239
|
+
this.addChild(this._labelBackgroundContainerContainer);
|
|
17240
|
+
this.addChild(this._stickyLabelBackgroundContainerContainer);
|
|
17241
|
+
this.addChild(this._labelContentContainerContainer);
|
|
17242
|
+
this.addChild(this._stickyLabelContentContainerContainer);
|
|
17243
|
+
} else {
|
|
17244
|
+
this._stickyLabelBackgroundContainerContainer.removeFromParent();
|
|
17245
|
+
this._stickyLabelContentContainerContainer.removeFromParent();
|
|
17246
|
+
this._labelBackgroundContainerContainer.setClipPath(null);
|
|
17247
|
+
this._labelContentContainerContainer.setClipPath(null);
|
|
17248
|
+
this.addChild(this._labelBackgroundContainerContainer);
|
|
17249
|
+
this.addChild(this._labelContentContainerContainer);
|
|
17250
|
+
}
|
|
17251
|
+
|
|
17135
17252
|
this.setAriaRole('grid', true);
|
|
17136
17253
|
// JET-68049 - ensure role grid element has accessible text
|
|
17137
17254
|
var translations = this._gantt.getOptions().translations;
|
|
@@ -17201,9 +17318,14 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
17201
17318
|
/**
|
|
17202
17319
|
* Adds the label content to the row axis
|
|
17203
17320
|
* @param {dvt.Displayable} labelContent
|
|
17321
|
+
* @param {boolean=} isSticky Whether the label belongs to a sticky row
|
|
17204
17322
|
*/
|
|
17205
|
-
addLabelContent(labelContent) {
|
|
17206
|
-
this._labelContentContainer
|
|
17323
|
+
addLabelContent(labelContent, isSticky) {
|
|
17324
|
+
const container = isSticky ? this._stickyLabelContentContainer : this._labelContentContainer;
|
|
17325
|
+
if (labelContent.getParent() === container) {
|
|
17326
|
+
return;
|
|
17327
|
+
}
|
|
17328
|
+
container.addChild(labelContent);
|
|
17207
17329
|
}
|
|
17208
17330
|
|
|
17209
17331
|
/**
|
|
@@ -17211,15 +17333,22 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
17211
17333
|
* @param {dvt.Displayable} labelContent
|
|
17212
17334
|
*/
|
|
17213
17335
|
removeLabelContent(labelContent) {
|
|
17214
|
-
|
|
17336
|
+
labelContent?.removeFromParent();
|
|
17215
17337
|
}
|
|
17216
17338
|
|
|
17217
17339
|
/**
|
|
17218
17340
|
* Adds the label background to the row axis
|
|
17219
17341
|
* @param {dvt.Rect} background
|
|
17342
|
+
* @param {boolean=} isSticky Whether the label belongs to a sticky row
|
|
17220
17343
|
*/
|
|
17221
|
-
addLabelBackground(background) {
|
|
17222
|
-
|
|
17344
|
+
addLabelBackground(background, isSticky) {
|
|
17345
|
+
const container = isSticky
|
|
17346
|
+
? this._stickyLabelBackgroundContainer
|
|
17347
|
+
: this._labelBackgroundContainer;
|
|
17348
|
+
if (background.getParent() === container) {
|
|
17349
|
+
return;
|
|
17350
|
+
}
|
|
17351
|
+
container.addChild(background);
|
|
17223
17352
|
}
|
|
17224
17353
|
|
|
17225
17354
|
/**
|
|
@@ -17227,15 +17356,20 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
17227
17356
|
* @param {dvt.Rect} background
|
|
17228
17357
|
*/
|
|
17229
17358
|
removeLabelBackground(background) {
|
|
17230
|
-
|
|
17359
|
+
background?.removeFromParent();
|
|
17231
17360
|
}
|
|
17232
17361
|
|
|
17233
17362
|
/**
|
|
17234
17363
|
* Adds the horizontal gridline to the row axis
|
|
17235
17364
|
* @param {dvt.Line} line
|
|
17365
|
+
* @param {boolean=} isSticky Whether the label belongs to a sticky row
|
|
17236
17366
|
*/
|
|
17237
|
-
addHorizontalLine(line) {
|
|
17238
|
-
this._labelContentContainer
|
|
17367
|
+
addHorizontalLine(line, isSticky) {
|
|
17368
|
+
const container = isSticky ? this._stickyLabelContentContainer : this._labelContentContainer;
|
|
17369
|
+
if (line.getParent() === container) {
|
|
17370
|
+
return;
|
|
17371
|
+
}
|
|
17372
|
+
container.addChild(line);
|
|
17239
17373
|
}
|
|
17240
17374
|
|
|
17241
17375
|
/**
|
|
@@ -17243,7 +17377,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
17243
17377
|
* @param {dvt.Line} line
|
|
17244
17378
|
*/
|
|
17245
17379
|
removeHorizontalLine(line) {
|
|
17246
|
-
|
|
17380
|
+
line?.removeFromParent();
|
|
17247
17381
|
}
|
|
17248
17382
|
|
|
17249
17383
|
/**
|
|
@@ -17329,12 +17463,75 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
17329
17463
|
}
|
|
17330
17464
|
}
|
|
17331
17465
|
|
|
17466
|
+
/**
|
|
17467
|
+
* Sets the translate y of the row axis
|
|
17468
|
+
* @param {number} y
|
|
17469
|
+
*/
|
|
17470
|
+
setY(y) {
|
|
17471
|
+
this._labelBackgroundContainer.setTranslateY(y);
|
|
17472
|
+
this._stickyLabelBackgroundContainer.setTranslateY(y);
|
|
17473
|
+
this._labelContentContainer.setTranslateY(y);
|
|
17474
|
+
this._stickyLabelContentContainer.setTranslateY(y);
|
|
17475
|
+
}
|
|
17476
|
+
|
|
17477
|
+
/**
|
|
17478
|
+
* Updates clippaths and parenting related to sticky rows to adjust visibility.
|
|
17479
|
+
* @param {object} viewport The current viewport that contains { minRowInd, maxRowInd }
|
|
17480
|
+
*/
|
|
17481
|
+
updateStickyRowsVisibility(viewport) {
|
|
17482
|
+
const { height: stickyRowRegionHeight } = this._gantt.getStickyRowRegionHeight(viewport);
|
|
17483
|
+
if (stickyRowRegionHeight !== this._prevStickyRowRegionHeight) {
|
|
17484
|
+
const databodyStart = this._gantt.getDatabodyStart();
|
|
17485
|
+
const databodyHeight = this._gantt.getDatabodyHeight();
|
|
17486
|
+
const startYOffset = this._gantt.getStartYOffset();
|
|
17487
|
+
const backgroundDividerWidth = this._backgroundDivider ? 1 : 0;
|
|
17488
|
+
const nonStickyContainers = [
|
|
17489
|
+
this._labelBackgroundContainerContainer,
|
|
17490
|
+
this._labelContentContainerContainer
|
|
17491
|
+
];
|
|
17492
|
+
const stickyContainers = [
|
|
17493
|
+
this._stickyLabelBackgroundContainerContainer,
|
|
17494
|
+
this._stickyLabelContentContainerContainer
|
|
17495
|
+
];
|
|
17496
|
+
for (let i = 0; i < nonStickyContainers.length; i++) {
|
|
17497
|
+
const nonStickyContainer = nonStickyContainers[i];
|
|
17498
|
+
if (nonStickyContainer) {
|
|
17499
|
+
var cpStickyRegion = new dvt.ClipPath();
|
|
17500
|
+
cpStickyRegion.addRect(
|
|
17501
|
+
0,
|
|
17502
|
+
// subtract 1 because of the top background divider
|
|
17503
|
+
databodyStart + startYOffset + stickyRowRegionHeight - backgroundDividerWidth,
|
|
17504
|
+
this._width,
|
|
17505
|
+
databodyHeight
|
|
17506
|
+
);
|
|
17507
|
+
nonStickyContainer.setClipPath(cpStickyRegion);
|
|
17508
|
+
}
|
|
17509
|
+
}
|
|
17510
|
+
for (let i = 0; i < stickyContainers.length; i++) {
|
|
17511
|
+
const stickyContainer = stickyContainers[i];
|
|
17512
|
+
if (stickyContainer) {
|
|
17513
|
+
var cpNonStickyRegion = new dvt.ClipPath();
|
|
17514
|
+
cpNonStickyRegion.addRect(
|
|
17515
|
+
0,
|
|
17516
|
+
databodyStart + startYOffset,
|
|
17517
|
+
this._width,
|
|
17518
|
+
stickyRowRegionHeight
|
|
17519
|
+
);
|
|
17520
|
+
stickyContainer.setClipPath(cpNonStickyRegion);
|
|
17521
|
+
}
|
|
17522
|
+
}
|
|
17523
|
+
}
|
|
17524
|
+
this._prevStickyRowRegionHeight = stickyRowRegionHeight;
|
|
17525
|
+
}
|
|
17526
|
+
|
|
17332
17527
|
/**
|
|
17333
17528
|
* Clears the row axis.
|
|
17334
17529
|
*/
|
|
17335
17530
|
clear() {
|
|
17336
17531
|
this._labelContentContainer.removeChildren();
|
|
17532
|
+
this._stickyLabelContentContainer.removeChildren();
|
|
17337
17533
|
this._labelBackgroundContainer.removeChildren();
|
|
17534
|
+
this._prevStickyRowRegionHeight = null;
|
|
17338
17535
|
}
|
|
17339
17536
|
}
|
|
17340
17537
|
|
|
@@ -17549,19 +17746,42 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
17549
17746
|
|
|
17550
17747
|
gantt.renderTimeZoomCanvas(gantt._canvas);
|
|
17551
17748
|
|
|
17749
|
+
// If sticky rows enabled on re-render due to option change, make sure the sticky containers
|
|
17750
|
+
// and the other containers are rendered in the right order by making them call addChild.
|
|
17751
|
+
var enforceLayering = !!(!gantt.getStickyRowsContainer() && gantt.isStickyRowsEnabled());
|
|
17752
|
+
|
|
17552
17753
|
var timeZoomCanvas = gantt.getTimeZoomCanvas();
|
|
17553
17754
|
DvtGanttRenderer._renderAxes(gantt, timeZoomCanvas);
|
|
17554
|
-
DvtGanttRenderer._renderDatabodyBackground(gantt, timeZoomCanvas);
|
|
17555
|
-
DvtGanttRenderer.
|
|
17556
|
-
|
|
17557
|
-
|
|
17755
|
+
DvtGanttRenderer._renderDatabodyBackground(gantt, timeZoomCanvas, enforceLayering);
|
|
17756
|
+
DvtGanttRenderer._renderStickyContainer(
|
|
17757
|
+
gantt,
|
|
17758
|
+
timeZoomCanvas,
|
|
17759
|
+
DvtGanttRenderer._renderStickyRowBackgroundsContainer,
|
|
17760
|
+
gantt.getStickyRowBackgroundsContainer.bind(gantt),
|
|
17761
|
+
gantt.setStickyRowBackgroundsContainer.bind(gantt)
|
|
17762
|
+
);
|
|
17763
|
+
DvtGanttRenderer._renderRowReferenceObjectsContainer(gantt, timeZoomCanvas, enforceLayering);
|
|
17764
|
+
DvtGanttRenderer._renderStickyContainer(
|
|
17765
|
+
gantt,
|
|
17766
|
+
timeZoomCanvas,
|
|
17767
|
+
DvtGanttRenderer._renderStickyRowReferenceObjectsContainer,
|
|
17768
|
+
gantt.getStickyRowReferenceObjectsContainer.bind(gantt),
|
|
17769
|
+
gantt.setStickyRowReferenceObjectsContainer.bind(gantt)
|
|
17770
|
+
);
|
|
17771
|
+
DvtGanttRenderer._renderReferenceObjects(gantt, timeZoomCanvas, 'area', enforceLayering);
|
|
17772
|
+
DvtGanttRenderer._renderVerticalGridline(gantt, timeZoomCanvas, enforceLayering);
|
|
17558
17773
|
if (gantt.isRowAxisEnabled()) gantt.getRowAxis().adjustPosition();
|
|
17559
17774
|
|
|
17560
|
-
DvtGanttRenderer._renderData(
|
|
17775
|
+
DvtGanttRenderer._renderData(
|
|
17776
|
+
gantt,
|
|
17777
|
+
timeZoomCanvas,
|
|
17778
|
+
DvtGanttDataLayoutManager.VPC_REFRESH,
|
|
17779
|
+
enforceLayering
|
|
17780
|
+
);
|
|
17561
17781
|
|
|
17562
|
-
DvtGanttRenderer._renderReferenceObjects(gantt, timeZoomCanvas, 'line');
|
|
17782
|
+
DvtGanttRenderer._renderReferenceObjects(gantt, timeZoomCanvas, 'line', enforceLayering);
|
|
17563
17783
|
|
|
17564
|
-
DvtGanttRenderer._renderTimeCursor(gantt, timeZoomCanvas);
|
|
17784
|
+
DvtGanttRenderer._renderTimeCursor(gantt, timeZoomCanvas, enforceLayering);
|
|
17565
17785
|
|
|
17566
17786
|
DvtGanttRenderer._renderZoomControls(gantt);
|
|
17567
17787
|
|
|
@@ -17942,15 +18162,18 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
17942
18162
|
* would be placed above the vertical gridlines.
|
|
17943
18163
|
* @param {Gantt} gantt The gantt component.
|
|
17944
18164
|
* @param {dvt.Container=} container The container to render the background container into.
|
|
18165
|
+
* @param {boolean=} enforceLayering Call addChild to make sure it's rendered on top of everything else.
|
|
17945
18166
|
* @private
|
|
17946
18167
|
*/
|
|
17947
|
-
_renderDatabodyBackground: (gantt, container) => {
|
|
18168
|
+
_renderDatabodyBackground: (gantt, container, enforceOrdering) => {
|
|
17948
18169
|
var databodyBackground = gantt.getDatabodyBackground();
|
|
17949
18170
|
if (databodyBackground == null) {
|
|
17950
18171
|
databodyBackground = new dvt.Container(gantt.getCtx());
|
|
17951
|
-
container.addChild(databodyBackground);
|
|
17952
18172
|
gantt.setDatabodyBackground(databodyBackground);
|
|
18173
|
+
if (!enforceOrdering) container.addChild(databodyBackground);
|
|
17953
18174
|
}
|
|
18175
|
+
if (enforceOrdering) container.addChild(databodyBackground);
|
|
18176
|
+
|
|
17954
18177
|
if (gantt.getDatabody() == null) {
|
|
17955
18178
|
// Initial state: honor scroll position
|
|
17956
18179
|
databodyBackground.setTranslateY(
|
|
@@ -17963,19 +18186,45 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
17963
18186
|
databodyBackground.setClipPath(cp);
|
|
17964
18187
|
},
|
|
17965
18188
|
|
|
18189
|
+
/**
|
|
18190
|
+
* Renders the container for sticky row backgrounds.
|
|
18191
|
+
* @param {Gantt} gantt the gantt component.
|
|
18192
|
+
* @param {dvt.Container=} container the parent container for this container
|
|
18193
|
+
* @private
|
|
18194
|
+
*/
|
|
18195
|
+
_renderStickyRowBackgroundsContainer: (gantt, container) => {
|
|
18196
|
+
const databodyBackground = gantt.getDatabodyBackground();
|
|
18197
|
+
if (!databodyBackground) return;
|
|
18198
|
+
|
|
18199
|
+
var stickyRowBackgroundsContainer = gantt.getStickyRowBackgroundsContainer();
|
|
18200
|
+
if (stickyRowBackgroundsContainer == null) {
|
|
18201
|
+
stickyRowBackgroundsContainer = new dvt.Container(gantt.getCtx());
|
|
18202
|
+
stickyRowBackgroundsContainer.setTranslateY(databodyBackground.getTranslateY());
|
|
18203
|
+
container.addChild(stickyRowBackgroundsContainer);
|
|
18204
|
+
gantt.setStickyRowBackgroundsContainer(stickyRowBackgroundsContainer);
|
|
18205
|
+
}
|
|
18206
|
+
|
|
18207
|
+
var cp = new dvt.ClipPath();
|
|
18208
|
+
cp.addRect(0, gantt.getDatabodyStart(), gantt.getContentLength(), gantt.getDatabodyHeight());
|
|
18209
|
+
stickyRowBackgroundsContainer.setClipPath(cp);
|
|
18210
|
+
},
|
|
18211
|
+
|
|
17966
18212
|
/**
|
|
17967
18213
|
* Renders the container for row reference areas.
|
|
17968
18214
|
* @param {Gantt} gantt The gantt component.
|
|
17969
18215
|
* @param {dvt.Container=} container The container to render into.
|
|
18216
|
+
* @param {boolean=} enforceLayering Call addChild to make sure it's rendered on top of everything else.
|
|
17970
18217
|
* @private
|
|
17971
18218
|
*/
|
|
17972
|
-
_renderRowReferenceObjectsContainer: (gantt, container) => {
|
|
18219
|
+
_renderRowReferenceObjectsContainer: (gantt, container, enforceLayering) => {
|
|
17973
18220
|
var rowRefObjsContainer = gantt.getRowReferenceObjectsContainer();
|
|
17974
18221
|
if (rowRefObjsContainer == null) {
|
|
17975
18222
|
rowRefObjsContainer = new dvt.Container(gantt.getCtx());
|
|
17976
|
-
container.addChild(rowRefObjsContainer);
|
|
18223
|
+
if (!enforceLayering) container.addChild(rowRefObjsContainer);
|
|
17977
18224
|
gantt.setRowReferenceObjectsContainer(rowRefObjsContainer);
|
|
17978
18225
|
}
|
|
18226
|
+
if (enforceLayering) container.addChild(rowRefObjsContainer);
|
|
18227
|
+
|
|
17979
18228
|
if (gantt.getDatabody() == null) {
|
|
17980
18229
|
// Initial state: sync with data body background container
|
|
17981
18230
|
rowRefObjsContainer.setTranslateY(gantt.getDatabodyBackground().getTranslateY());
|
|
@@ -17986,6 +18235,29 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
17986
18235
|
rowRefObjsContainer.setClipPath(cp);
|
|
17987
18236
|
},
|
|
17988
18237
|
|
|
18238
|
+
/**
|
|
18239
|
+
* Renders the container for sticky row reference areas.
|
|
18240
|
+
* @param {Gantt} gantt the gantt component.
|
|
18241
|
+
* @param {dvt.Container=} container the parent container for this container
|
|
18242
|
+
* @private
|
|
18243
|
+
*/
|
|
18244
|
+
_renderStickyRowReferenceObjectsContainer: (gantt, container) => {
|
|
18245
|
+
const rowRefObjsContainer = gantt.getRowReferenceObjectsContainer();
|
|
18246
|
+
if (!rowRefObjsContainer) return;
|
|
18247
|
+
|
|
18248
|
+
var stickyRowReferenceObjectsContainer = gantt.getStickyRowReferenceObjectsContainer();
|
|
18249
|
+
if (stickyRowReferenceObjectsContainer == null) {
|
|
18250
|
+
stickyRowReferenceObjectsContainer = new dvt.Container(gantt.getCtx());
|
|
18251
|
+
stickyRowReferenceObjectsContainer.setTranslateY(rowRefObjsContainer.getTranslateY());
|
|
18252
|
+
container.addChild(stickyRowReferenceObjectsContainer);
|
|
18253
|
+
gantt.setStickyRowReferenceObjectsContainer(stickyRowReferenceObjectsContainer);
|
|
18254
|
+
}
|
|
18255
|
+
|
|
18256
|
+
var cp = new dvt.ClipPath();
|
|
18257
|
+
cp.addRect(0, gantt.getDatabodyStart(), gantt.getContentLength(), gantt.getDatabodyHeight());
|
|
18258
|
+
stickyRowReferenceObjectsContainer.setClipPath(cp);
|
|
18259
|
+
},
|
|
18260
|
+
|
|
17989
18261
|
/**
|
|
17990
18262
|
* Renders the container DnD affordances. This container should be layered on top of all chart area elements.
|
|
17991
18263
|
* @param {Gantt} gantt The gantt component.
|
|
@@ -18336,18 +18608,20 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
18336
18608
|
* Renders the databody
|
|
18337
18609
|
* @param {Gantt} gantt the gantt component.
|
|
18338
18610
|
* @param {dvt.Container=} container the container to add the databody to.
|
|
18611
|
+
* @param {boolean=} enforceLayering Call addChild to make sure it's rendered on top of everything else.
|
|
18339
18612
|
* @private
|
|
18340
18613
|
*/
|
|
18341
|
-
_renderDatabody: (gantt, container) => {
|
|
18614
|
+
_renderDatabody: (gantt, container, enforceLayering) => {
|
|
18342
18615
|
var databody = gantt.getDatabody();
|
|
18343
18616
|
if (databody == null) {
|
|
18344
18617
|
databody = new dvt.Container(gantt.getCtx(), 'g', 'db');
|
|
18345
|
-
container.addChild(databody);
|
|
18618
|
+
if (!enforceLayering) container.addChild(databody);
|
|
18346
18619
|
gantt.setDatabody(databody);
|
|
18347
18620
|
|
|
18348
18621
|
// Initial state: sync with databody background's initial state
|
|
18349
18622
|
databody.setTranslateY(gantt.getDatabodyBackground().getTranslateY());
|
|
18350
18623
|
}
|
|
18624
|
+
if (enforceLayering) container.addChild(databody);
|
|
18351
18625
|
|
|
18352
18626
|
var cp = new dvt.ClipPath();
|
|
18353
18627
|
cp.addRect(0, gantt.getDatabodyStart(), gantt.getContentLength(), gantt.getDatabodyHeight());
|
|
@@ -18357,13 +18631,44 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
18357
18631
|
// through setDataRegionTranslateY calls
|
|
18358
18632
|
},
|
|
18359
18633
|
|
|
18634
|
+
/**
|
|
18635
|
+
* Renders the sticky rows container.
|
|
18636
|
+
* @param {Gantt} gantt the gantt component.
|
|
18637
|
+
* @param {dvt.Container=} container the parent container for the sticky rows container
|
|
18638
|
+
* @private
|
|
18639
|
+
*/
|
|
18640
|
+
_renderStickyRowsContainer: (gantt, container) => {
|
|
18641
|
+
var databody = gantt.getDatabody();
|
|
18642
|
+
// don't bother in the no data case
|
|
18643
|
+
if (!databody) {
|
|
18644
|
+
return;
|
|
18645
|
+
}
|
|
18646
|
+
|
|
18647
|
+
var sticyRowsContainer = gantt.getStickyRowsContainer();
|
|
18648
|
+
if (sticyRowsContainer == null) {
|
|
18649
|
+
sticyRowsContainer = new dvt.Container(gantt.getCtx());
|
|
18650
|
+
// Initial state: sync with databody's initial state
|
|
18651
|
+
sticyRowsContainer.setTranslateY(databody.getTranslateY());
|
|
18652
|
+
container.addChild(sticyRowsContainer);
|
|
18653
|
+
gantt.setStickyRowsContainer(sticyRowsContainer);
|
|
18654
|
+
}
|
|
18655
|
+
|
|
18656
|
+
var cp = new dvt.ClipPath();
|
|
18657
|
+
cp.addRect(0, gantt.getDatabodyStart(), gantt.getContentLength(), gantt.getDatabodyHeight());
|
|
18658
|
+
sticyRowsContainer.setClipPath(cp);
|
|
18659
|
+
|
|
18660
|
+
// Note that translateY is synced with databody in renderData,
|
|
18661
|
+
// and continually synced through setDataRegionTranslateY calls
|
|
18662
|
+
},
|
|
18663
|
+
|
|
18360
18664
|
/**
|
|
18361
18665
|
* Renders vertical grid lines
|
|
18362
18666
|
* @param {Gantt} gantt The Gantt component
|
|
18363
18667
|
* @param {dvt.Container} container The container to render into.
|
|
18668
|
+
* @param {boolean=} enforceLayering Call addChild to make sure it's rendered on top of everything else.
|
|
18364
18669
|
* @private
|
|
18365
18670
|
*/
|
|
18366
|
-
_renderVerticalGridline: (gantt, container) => {
|
|
18671
|
+
_renderVerticalGridline: (gantt, container, enforceLayering) => {
|
|
18367
18672
|
// remove all existing gridlines regardless whether it was visible/hidden
|
|
18368
18673
|
var gridlines = gantt.getVerticalGridlines();
|
|
18369
18674
|
if (gridlines != null) {
|
|
@@ -18373,9 +18678,10 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
18373
18678
|
if (gantt.isVerticalGridlinesVisible()) {
|
|
18374
18679
|
if (gridlines == null) {
|
|
18375
18680
|
gridlines = new dvt.Container(gantt.getCtx());
|
|
18376
|
-
container.addChild(gridlines);
|
|
18681
|
+
if (!enforceLayering) container.addChild(gridlines);
|
|
18377
18682
|
gantt.setVerticalGridlines(gridlines);
|
|
18378
18683
|
}
|
|
18684
|
+
if (enforceLayering) container.addChild(gridlines);
|
|
18379
18685
|
|
|
18380
18686
|
const ganttMinTime = gantt.getStartTime();
|
|
18381
18687
|
const ganttMaxTime = gantt.getEndTime();
|
|
@@ -18479,14 +18785,15 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
18479
18785
|
* @param {Gantt} gantt The Gantt component
|
|
18480
18786
|
* @param {dvt.Container} container The container to render into.
|
|
18481
18787
|
* @param {string} type 'area' or 'line'
|
|
18788
|
+
* @param {boolean=} enforceLayering Call addChild to make sure it's rendered on top of everything else.
|
|
18482
18789
|
* @private
|
|
18483
18790
|
*/
|
|
18484
|
-
_renderReferenceObjects: (gantt, container, type) => {
|
|
18791
|
+
_renderReferenceObjects: (gantt, container, type, enforceLayering) => {
|
|
18485
18792
|
var referenceObjectsContainer =
|
|
18486
18793
|
type === 'line' ? gantt.getReferenceLinesContainer() : gantt.getReferenceAreasContainer();
|
|
18487
18794
|
if (referenceObjectsContainer == null) {
|
|
18488
18795
|
referenceObjectsContainer = new dvt.Container(gantt.getCtx());
|
|
18489
|
-
container.addChild(referenceObjectsContainer);
|
|
18796
|
+
if (!enforceLayering) container.addChild(referenceObjectsContainer);
|
|
18490
18797
|
if (type === 'line') {
|
|
18491
18798
|
gantt.setReferenceLinesContainer(referenceObjectsContainer);
|
|
18492
18799
|
} else {
|
|
@@ -18496,6 +18803,8 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
18496
18803
|
// Remove any previously rendered reference lines
|
|
18497
18804
|
referenceObjectsContainer.removeChildren();
|
|
18498
18805
|
|
|
18806
|
+
if (enforceLayering) container.addChild(referenceObjectsContainer);
|
|
18807
|
+
|
|
18499
18808
|
var isValidDate = (value) => {
|
|
18500
18809
|
return value != null && !isNaN(new Date(value).getTime());
|
|
18501
18810
|
};
|
|
@@ -18516,18 +18825,21 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
18516
18825
|
* Renders time cursor
|
|
18517
18826
|
* @param {Gantt} gantt The Gantt component
|
|
18518
18827
|
* @param {dvt.Container} container The container to render into.
|
|
18828
|
+
* @param {boolean=} enforceLayering Call addChild to make sure it's rendered on top of everything else.
|
|
18519
18829
|
* @private
|
|
18520
18830
|
*/
|
|
18521
|
-
_renderTimeCursor: (gantt, container) => {
|
|
18831
|
+
_renderTimeCursor: (gantt, container, enforceLayering) => {
|
|
18522
18832
|
var timeCursorContainer = gantt.getTimeCursorContainer();
|
|
18523
18833
|
if (timeCursorContainer == null) {
|
|
18524
18834
|
timeCursorContainer = new dvt.Container(gantt.getCtx());
|
|
18525
|
-
container.addChild(timeCursorContainer);
|
|
18835
|
+
if (!enforceLayering) container.addChild(timeCursorContainer);
|
|
18526
18836
|
gantt.setTimeCursorContainer(timeCursorContainer);
|
|
18527
18837
|
}
|
|
18528
18838
|
|
|
18529
18839
|
timeCursorContainer.removeChildren();
|
|
18530
18840
|
|
|
18841
|
+
if (enforceLayering) container.addChild(timeCursorContainer);
|
|
18842
|
+
|
|
18531
18843
|
var timeCursor = new DvtGanttReferenceObjects(gantt, 'timeCursor', [
|
|
18532
18844
|
{
|
|
18533
18845
|
type: 'line',
|
|
@@ -18540,14 +18852,36 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
18540
18852
|
gantt.setTimeCursor(timeCursor);
|
|
18541
18853
|
},
|
|
18542
18854
|
|
|
18855
|
+
/**
|
|
18856
|
+
* Renders a sticky container.
|
|
18857
|
+
* @param {Gantt} gantt The gantt component.
|
|
18858
|
+
* @param {dvt.Container} container The container to render into.
|
|
18859
|
+
* @param {function} renderer The sticky container's renderer function.
|
|
18860
|
+
* @param {function} getter The getter that returns the sticky container.
|
|
18861
|
+
* @param {function} setter The setter to set the sticky container.
|
|
18862
|
+
* @private
|
|
18863
|
+
*/
|
|
18864
|
+
_renderStickyContainer: (gantt, container, renderer, getter, setter) => {
|
|
18865
|
+
if (gantt.isStickyRowsEnabled()) {
|
|
18866
|
+
renderer(gantt, container);
|
|
18867
|
+
} else {
|
|
18868
|
+
var stickyContainer = getter();
|
|
18869
|
+
if (stickyContainer) {
|
|
18870
|
+
stickyContainer.getParent().removeChild(stickyContainer);
|
|
18871
|
+
setter(null);
|
|
18872
|
+
}
|
|
18873
|
+
}
|
|
18874
|
+
},
|
|
18875
|
+
|
|
18543
18876
|
/**
|
|
18544
18877
|
* Render data (rows and dependencies)
|
|
18545
18878
|
* @param {Gantt} gantt The gantt component
|
|
18546
18879
|
* @param {dvt.Container} container The container to render into
|
|
18547
18880
|
* @param {string=} action The action that triggered the render. One of the DvtGanttDataLayoutManager.VPC_X strings. Defaults to vpc_refresh.
|
|
18881
|
+
* @param {boolean=} enforceLayering Call addChild to make sure it's rendered on top of everything else.
|
|
18548
18882
|
* @private
|
|
18549
18883
|
*/
|
|
18550
|
-
_renderData: (gantt, container, action) => {
|
|
18884
|
+
_renderData: (gantt, container, action, enforceLayering) => {
|
|
18551
18885
|
var options = gantt.getOptions();
|
|
18552
18886
|
var rowObjs = gantt.getRowLayoutObjs();
|
|
18553
18887
|
var dependencyObjs = gantt.getDependencyLayoutObjs();
|
|
@@ -18556,7 +18890,14 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
18556
18890
|
return;
|
|
18557
18891
|
}
|
|
18558
18892
|
|
|
18559
|
-
DvtGanttRenderer._renderDatabody(gantt, container);
|
|
18893
|
+
DvtGanttRenderer._renderDatabody(gantt, container, enforceLayering);
|
|
18894
|
+
DvtGanttRenderer._renderStickyContainer(
|
|
18895
|
+
gantt,
|
|
18896
|
+
container,
|
|
18897
|
+
DvtGanttRenderer._renderStickyRowsContainer,
|
|
18898
|
+
gantt.getStickyRowsContainer.bind(gantt),
|
|
18899
|
+
gantt.setStickyRowsContainer.bind(gantt)
|
|
18900
|
+
);
|
|
18560
18901
|
if (dependencyObjs.length > 0) DvtGanttRenderer._renderDependenciesContainer(gantt, container);
|
|
18561
18902
|
|
|
18562
18903
|
// Cache the base task label style dvt.CSSStyle object; it's expensive to instantiate one
|
|
@@ -19001,6 +19342,9 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
19001
19342
|
var eventManager = this.getEventManager();
|
|
19002
19343
|
if (eventManager) eventManager.cancelMarquee();
|
|
19003
19344
|
|
|
19345
|
+
// Unset to ensure clippaths are recalculated in updateStickyRowsVisibility
|
|
19346
|
+
this._prevStickyRowRegionHeight = null;
|
|
19347
|
+
|
|
19004
19348
|
if (!options) {
|
|
19005
19349
|
this._handleResize(width, height);
|
|
19006
19350
|
return;
|
|
@@ -19305,11 +19649,18 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
19305
19649
|
var viewport = this.getViewPort();
|
|
19306
19650
|
this._dataLayoutManager.renderViewport(viewport, action);
|
|
19307
19651
|
|
|
19652
|
+
if (this.isStickyRowsEnabled()) {
|
|
19653
|
+
if (this.isRowAxisEnabled()) {
|
|
19654
|
+
this.getRowAxis().updateStickyRowsVisibility(viewport);
|
|
19655
|
+
}
|
|
19656
|
+
this.updateStickyRowsVisibility(viewport);
|
|
19657
|
+
}
|
|
19658
|
+
|
|
19308
19659
|
if (bScrollPositionChanged) {
|
|
19309
19660
|
// Fire scroll position change event
|
|
19310
19661
|
var y = this._translateYToScrollPositionY(this._databody.getTranslateY());
|
|
19311
19662
|
var rowObj = this.getRowLayoutObjs()[viewport.minRowInd];
|
|
19312
|
-
var offsetY = y - rowObj
|
|
19663
|
+
var offsetY = y - rowObj['unstickyY'];
|
|
19313
19664
|
var evt = dvt.EventFactory.newGanttScrollPositionChangeEvent(y, viewport.minRowInd, offsetY);
|
|
19314
19665
|
this.dispatchEvent(evt);
|
|
19315
19666
|
}
|
|
@@ -19393,6 +19744,18 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
19393
19744
|
return taskDefaults && taskDefaults['resizable'] === 'enabled';
|
|
19394
19745
|
}
|
|
19395
19746
|
|
|
19747
|
+
/**
|
|
19748
|
+
* Whether sticky rows are enabled.
|
|
19749
|
+
* @return {boolean}
|
|
19750
|
+
*/
|
|
19751
|
+
isStickyRowsEnabled() {
|
|
19752
|
+
const dataLayoutManager = this.getDataLayoutManager();
|
|
19753
|
+
const depdendencyObjs = dataLayoutManager.getDependencyObjs();
|
|
19754
|
+
const options = this.getOptions();
|
|
19755
|
+
// Disable sticky rows if dependency lines are present
|
|
19756
|
+
return options['parentRowPosition'] === 'sticky' && depdendencyObjs.length === 0;
|
|
19757
|
+
}
|
|
19758
|
+
|
|
19396
19759
|
/**
|
|
19397
19760
|
* Scrolls the gantt according to the supplied scroll position object.
|
|
19398
19761
|
* Mainly called by framework when writeback happens to the scroll position option.
|
|
@@ -19429,7 +19792,7 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
19429
19792
|
// prevent undef rowY from causing an error:
|
|
19430
19793
|
if (rowY != null) {
|
|
19431
19794
|
var offsetY = scrollPosition['offsetY'] != null ? scrollPosition['offsetY'] : 0;
|
|
19432
|
-
scrollPositionY = rowY['
|
|
19795
|
+
scrollPositionY = rowY['unstickyY'] + offsetY;
|
|
19433
19796
|
}
|
|
19434
19797
|
} else if (scrollPosition['y'] != null) {
|
|
19435
19798
|
scrollPositionY = scrollPosition['y'];
|
|
@@ -19464,15 +19827,19 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
19464
19827
|
setDataRegionTranslateY(translateY) {
|
|
19465
19828
|
// Translate relevant data regions
|
|
19466
19829
|
if (this._databody) this._databody.setTranslateY(translateY);
|
|
19830
|
+
if (this._stickyRowsContainer) this._stickyRowsContainer.setTranslateY(translateY);
|
|
19467
19831
|
if (this._databodyBackground) this._databodyBackground.setTranslateY(translateY);
|
|
19832
|
+
if (this._stickyRowBackgroundsContainer)
|
|
19833
|
+
this._stickyRowBackgroundsContainer.setTranslateY(translateY);
|
|
19468
19834
|
if (this._rowReferenceObjectsContainer)
|
|
19469
19835
|
this._rowReferenceObjectsContainer.setTranslateY(translateY);
|
|
19836
|
+
if (this._stickyRowReferenceObjectsContainer)
|
|
19837
|
+
this._stickyRowReferenceObjectsContainer.setTranslateY(translateY);
|
|
19470
19838
|
if (this.isMarqueeSelectEnabled() && this._marqueeArtifactsContainer)
|
|
19471
19839
|
this._marqueeArtifactsContainer.setTranslateY(translateY);
|
|
19472
19840
|
if (this.isDndEnabled() && this._dndArtifactsContainer)
|
|
19473
19841
|
this._dndArtifactsContainer.setTranslateY(translateY);
|
|
19474
|
-
if (this.isRowAxisEnabled())
|
|
19475
|
-
this.getRowAxis().setTranslateY(translateY + this.getStartYOffset());
|
|
19842
|
+
if (this.isRowAxisEnabled()) this.getRowAxis().setY(translateY + this.getStartYOffset());
|
|
19476
19843
|
if (this._dependenciesContainer) this._dependenciesContainer.setTranslateY(translateY);
|
|
19477
19844
|
}
|
|
19478
19845
|
|
|
@@ -19542,7 +19909,21 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
19542
19909
|
var timeZoomCanvas = this.getTimeZoomCanvas();
|
|
19543
19910
|
DvtGanttRenderer._renderAxes(this, timeZoomCanvas);
|
|
19544
19911
|
DvtGanttRenderer._renderDatabodyBackground(this);
|
|
19912
|
+
DvtGanttRenderer._renderStickyContainer(
|
|
19913
|
+
this,
|
|
19914
|
+
null,
|
|
19915
|
+
DvtGanttRenderer._renderStickyRowBackgroundsContainer,
|
|
19916
|
+
this.getStickyRowBackgroundsContainer.bind(this),
|
|
19917
|
+
this.setStickyRowBackgroundsContainer.bind(this)
|
|
19918
|
+
);
|
|
19545
19919
|
DvtGanttRenderer._renderRowReferenceObjectsContainer(this);
|
|
19920
|
+
DvtGanttRenderer._renderStickyContainer(
|
|
19921
|
+
this,
|
|
19922
|
+
null,
|
|
19923
|
+
DvtGanttRenderer._renderStickyRowReferenceObjectsContainer,
|
|
19924
|
+
this.getStickyRowReferenceObjectsContainer.bind(this),
|
|
19925
|
+
this.setStickyRowReferenceObjectsContainer.bind(this)
|
|
19926
|
+
);
|
|
19546
19927
|
DvtGanttRenderer._renderReferenceObjects(this, timeZoomCanvas, 'area');
|
|
19547
19928
|
DvtGanttRenderer._renderVerticalGridline(this, timeZoomCanvas);
|
|
19548
19929
|
DvtGanttRenderer._renderData(this, null, DvtGanttDataLayoutManager.VPC_SCALE);
|
|
@@ -19679,6 +20060,9 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
19679
20060
|
return;
|
|
19680
20061
|
}
|
|
19681
20062
|
|
|
20063
|
+
// Unset to ensure clippaths are recalculated in updateStickyRowsVisibility
|
|
20064
|
+
this._prevStickyRowRegionHeight = null;
|
|
20065
|
+
|
|
19682
20066
|
if (newLength > this._masterAxis.getMaxContentLength()) {
|
|
19683
20067
|
newLength = this._masterAxis.getMaxContentLength();
|
|
19684
20068
|
this.disableZoomButton(true);
|
|
@@ -19733,7 +20117,21 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
19733
20117
|
var timeZoomCanvas = this.getTimeZoomCanvas();
|
|
19734
20118
|
DvtGanttRenderer._renderAxes(this, timeZoomCanvas, true);
|
|
19735
20119
|
DvtGanttRenderer._renderDatabodyBackground(this);
|
|
20120
|
+
DvtGanttRenderer._renderStickyContainer(
|
|
20121
|
+
this,
|
|
20122
|
+
null,
|
|
20123
|
+
DvtGanttRenderer._renderStickyRowBackgroundsContainer,
|
|
20124
|
+
this.getStickyRowBackgroundsContainer.bind(this),
|
|
20125
|
+
this.setStickyRowBackgroundsContainer.bind(this)
|
|
20126
|
+
);
|
|
19736
20127
|
DvtGanttRenderer._renderRowReferenceObjectsContainer(this);
|
|
20128
|
+
DvtGanttRenderer._renderStickyContainer(
|
|
20129
|
+
this,
|
|
20130
|
+
null,
|
|
20131
|
+
DvtGanttRenderer._renderStickyRowReferenceObjectsContainer,
|
|
20132
|
+
this.getStickyRowReferenceObjectsContainer.bind(this),
|
|
20133
|
+
this.setStickyRowReferenceObjectsContainer.bind(this)
|
|
20134
|
+
);
|
|
19737
20135
|
DvtGanttRenderer._renderReferenceObjects(this, timeZoomCanvas, 'area');
|
|
19738
20136
|
DvtGanttRenderer._renderVerticalGridline(this, timeZoomCanvas);
|
|
19739
20137
|
DvtGanttRenderer._renderData(this, null, DvtGanttDataLayoutManager.VPC_SCALE);
|
|
@@ -19802,6 +20200,12 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
19802
20200
|
if (this._databody && !this._isDatabodyDimmed) {
|
|
19803
20201
|
dvt.ToolkitUtils.addClassName(this._databody.getElem(), this.GetStyleClass('databodyDim'));
|
|
19804
20202
|
}
|
|
20203
|
+
if (this._stickyRowsContainer && !this._isDatabodyDimmed) {
|
|
20204
|
+
dvt.ToolkitUtils.addClassName(
|
|
20205
|
+
this._stickyRowsContainer.getElem(),
|
|
20206
|
+
this.GetStyleClass('databodyDim')
|
|
20207
|
+
);
|
|
20208
|
+
}
|
|
19805
20209
|
this._isDatabodyDimmed = true;
|
|
19806
20210
|
}
|
|
19807
20211
|
|
|
@@ -19812,6 +20216,12 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
19812
20216
|
if (this._databody && this._isDatabodyDimmed) {
|
|
19813
20217
|
dvt.ToolkitUtils.removeClassName(this._databody.getElem(), this.GetStyleClass('databodyDim'));
|
|
19814
20218
|
}
|
|
20219
|
+
if (this._stickyRowsContainer && this._isDatabodyDimmed) {
|
|
20220
|
+
dvt.ToolkitUtils.removeClassName(
|
|
20221
|
+
this._stickyRowsContainer.getElem(),
|
|
20222
|
+
this.GetStyleClass('databodyDim')
|
|
20223
|
+
);
|
|
20224
|
+
}
|
|
19815
20225
|
this._isDatabodyDimmed = false;
|
|
19816
20226
|
}
|
|
19817
20227
|
|
|
@@ -19831,6 +20241,22 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
19831
20241
|
this._databodyBackground = databodyBackground;
|
|
19832
20242
|
}
|
|
19833
20243
|
|
|
20244
|
+
/**
|
|
20245
|
+
* Retrieves the container for sticky row backgrounds.
|
|
20246
|
+
* @return {dvt.Container}
|
|
20247
|
+
*/
|
|
20248
|
+
getStickyRowBackgroundsContainer() {
|
|
20249
|
+
return this._stickyRowBackgroundsContainer;
|
|
20250
|
+
}
|
|
20251
|
+
|
|
20252
|
+
/**
|
|
20253
|
+
* Sets the container for sticky row backgrounds.
|
|
20254
|
+
* @param {dvt.Container} container
|
|
20255
|
+
*/
|
|
20256
|
+
setStickyRowBackgroundsContainer(container) {
|
|
20257
|
+
this._stickyRowBackgroundsContainer = container;
|
|
20258
|
+
}
|
|
20259
|
+
|
|
19834
20260
|
/**
|
|
19835
20261
|
* Gets the pixel location where the databody starts
|
|
19836
20262
|
* @return {number} the pixel location where the databody starts
|
|
@@ -19855,6 +20281,22 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
19855
20281
|
return Math.max(0, this.getCanvasSize() - this.getAxesHeight());
|
|
19856
20282
|
}
|
|
19857
20283
|
|
|
20284
|
+
/**
|
|
20285
|
+
* Retrieve the sticky rows container
|
|
20286
|
+
* @return {dvt.Container}
|
|
20287
|
+
*/
|
|
20288
|
+
getStickyRowsContainer() {
|
|
20289
|
+
return this._stickyRowsContainer;
|
|
20290
|
+
}
|
|
20291
|
+
|
|
20292
|
+
/**
|
|
20293
|
+
* Sets the sticky rows container
|
|
20294
|
+
* @param {dvt.Container} container
|
|
20295
|
+
*/
|
|
20296
|
+
setStickyRowsContainer(container) {
|
|
20297
|
+
this._stickyRowsContainer = container;
|
|
20298
|
+
}
|
|
20299
|
+
|
|
19858
20300
|
/**
|
|
19859
20301
|
* Retrieve the container for vertical gridlines
|
|
19860
20302
|
* @return {dvt.Container} the container for vertical gridlines
|
|
@@ -20027,6 +20469,22 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
20027
20469
|
this._rowReferenceObjectsContainer = container;
|
|
20028
20470
|
}
|
|
20029
20471
|
|
|
20472
|
+
/**
|
|
20473
|
+
* Retrieves the container for sticky row reference objects.
|
|
20474
|
+
* @return {dvt.Container}
|
|
20475
|
+
*/
|
|
20476
|
+
getStickyRowReferenceObjectsContainer() {
|
|
20477
|
+
return this._stickyRowReferenceObjectsContainer;
|
|
20478
|
+
}
|
|
20479
|
+
|
|
20480
|
+
/**
|
|
20481
|
+
* Sets the container for sticky row reference objects.
|
|
20482
|
+
* @param {dvt.Container} container
|
|
20483
|
+
*/
|
|
20484
|
+
setStickyRowReferenceObjectsContainer(container) {
|
|
20485
|
+
this._stickyRowReferenceObjectsContainer = container;
|
|
20486
|
+
}
|
|
20487
|
+
|
|
20030
20488
|
/**
|
|
20031
20489
|
* Sets the empty text.
|
|
20032
20490
|
* @param {dvt.OutputText} text The new text.
|
|
@@ -20256,15 +20714,109 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
20256
20714
|
}
|
|
20257
20715
|
|
|
20258
20716
|
/**
|
|
20259
|
-
*
|
|
20717
|
+
* The height of the space the sticky row takes up.
|
|
20718
|
+
* @param {Object} viewport The current viewport that contains { minRowInd, maxRowInd }
|
|
20719
|
+
* @returns {Object} { height: number, isNextStickyOverlapping: boolean }
|
|
20720
|
+
*/
|
|
20721
|
+
getStickyRowRegionHeight(viewport) {
|
|
20722
|
+
const dataLayoutManager = this.getDataLayoutManager();
|
|
20723
|
+
const stickyRowObj = dataLayoutManager.getStickyRowObj();
|
|
20724
|
+
if (stickyRowObj) {
|
|
20725
|
+
const horizontalLineHeightOffset = this.isHorizontalGridlinesVisible()
|
|
20726
|
+
? DvtGanttStyleUtils.getHorizontalGridlineWidth(this.getOptions())
|
|
20727
|
+
: 0;
|
|
20728
|
+
|
|
20729
|
+
const rowObjs = this.getRowLayoutObjs();
|
|
20730
|
+
const { yMin: scrollY } = this.getViewportYBounds();
|
|
20731
|
+
const stickyRowBottomY = stickyRowObj['height'] + horizontalLineHeightOffset;
|
|
20732
|
+
let nextStickyRowOverlapHeight = 0;
|
|
20733
|
+
// If next sticky row is starting to overlap the current sticky row, reduce the sticky row region height by the overlap amount.
|
|
20734
|
+
// This will be used to adjust the clippaths accordingly to provide the illusion of the next sticky row being on top of the current sticky row.
|
|
20735
|
+
for (let i = stickyRowObj['index'] + 1; i <= viewport.maxRowInd; i++) {
|
|
20736
|
+
const rowObj = rowObjs[i];
|
|
20737
|
+
if (rowObj && rowObj['unstickyY'] - scrollY < stickyRowBottomY) {
|
|
20738
|
+
if (rowObj['isStickyCandidate'] && rowObj !== stickyRowObj) {
|
|
20739
|
+
nextStickyRowOverlapHeight =
|
|
20740
|
+
stickyRowBottomY - Math.max(0, rowObj['unstickyY'] - scrollY);
|
|
20741
|
+
break;
|
|
20742
|
+
}
|
|
20743
|
+
} else {
|
|
20744
|
+
break;
|
|
20745
|
+
}
|
|
20746
|
+
}
|
|
20747
|
+
|
|
20748
|
+
return {
|
|
20749
|
+
height: stickyRowObj['height'] + horizontalLineHeightOffset - nextStickyRowOverlapHeight,
|
|
20750
|
+
isNextStickyOverlapping: nextStickyRowOverlapHeight !== 0
|
|
20751
|
+
};
|
|
20752
|
+
}
|
|
20753
|
+
return { height: 0, isNextStickyOverlapping: false };
|
|
20754
|
+
}
|
|
20755
|
+
|
|
20756
|
+
/**
|
|
20757
|
+
* Updates clippaths and parenting related to sticky rows to adjust visibility.
|
|
20758
|
+
* @param {object} viewport The current viewport that contains { minRowInd, maxRowInd }
|
|
20759
|
+
*/
|
|
20760
|
+
updateStickyRowsVisibility(viewport) {
|
|
20761
|
+
const { height: stickyRowRegionHeight } = this.getStickyRowRegionHeight(viewport);
|
|
20762
|
+
const horizontalLineHeightOffset = this.isHorizontalGridlinesVisible()
|
|
20763
|
+
? DvtGanttStyleUtils.getHorizontalGridlineWidth(this.getOptions())
|
|
20764
|
+
: 0;
|
|
20765
|
+
const databodyStart = this.getDatabodyStart();
|
|
20766
|
+
const contentLength = this.getContentLength();
|
|
20767
|
+
const databodyHeight = this.getDatabodyHeight();
|
|
20768
|
+
|
|
20769
|
+
if (stickyRowRegionHeight !== this._prevStickyRowRegionHeight) {
|
|
20770
|
+
const nonStickyContainers = [
|
|
20771
|
+
this.getDatabodyBackground(),
|
|
20772
|
+
this.getRowReferenceObjectsContainer(),
|
|
20773
|
+
this.getDatabody()
|
|
20774
|
+
];
|
|
20775
|
+
const stickyContainers = [
|
|
20776
|
+
this.getStickyRowBackgroundsContainer(),
|
|
20777
|
+
this.getStickyRowReferenceObjectsContainer(),
|
|
20778
|
+
this.getStickyRowsContainer()
|
|
20779
|
+
];
|
|
20780
|
+
for (let i = 0; i < nonStickyContainers.length; i++) {
|
|
20781
|
+
const nonStickyContainer = nonStickyContainers[i];
|
|
20782
|
+
if (nonStickyContainer) {
|
|
20783
|
+
var cpStickyRegion = new dvt.ClipPath();
|
|
20784
|
+
cpStickyRegion.addRect(
|
|
20785
|
+
0,
|
|
20786
|
+
databodyStart + stickyRowRegionHeight - horizontalLineHeightOffset,
|
|
20787
|
+
contentLength,
|
|
20788
|
+
databodyHeight
|
|
20789
|
+
);
|
|
20790
|
+
nonStickyContainer.setClipPath(cpStickyRegion);
|
|
20791
|
+
}
|
|
20792
|
+
}
|
|
20793
|
+
for (let i = 0; i < stickyContainers.length; i++) {
|
|
20794
|
+
const stickyContainer = stickyContainers[i];
|
|
20795
|
+
if (stickyContainer) {
|
|
20796
|
+
var cpNonStickyRegion = new dvt.ClipPath();
|
|
20797
|
+
cpNonStickyRegion.addRect(0, databodyStart, contentLength, stickyRowRegionHeight);
|
|
20798
|
+
stickyContainer.setClipPath(cpNonStickyRegion);
|
|
20799
|
+
}
|
|
20800
|
+
}
|
|
20801
|
+
}
|
|
20802
|
+
|
|
20803
|
+
this._prevStickyRowRegionHeight = stickyRowRegionHeight;
|
|
20804
|
+
}
|
|
20805
|
+
|
|
20806
|
+
/**
|
|
20807
|
+
* Gets the current viewport bounding box in the reference coord system of the databody.
|
|
20808
|
+
* @param {boolean=} excludeStickyRowRegion Whether the viewport bounding box should exclude the space taken up by the sticky row if there is one.
|
|
20260
20809
|
* @return {dvt.Rectangle} the current bounding box of the viewport
|
|
20261
20810
|
*/
|
|
20262
|
-
getViewportDimensions() {
|
|
20811
|
+
getViewportDimensions(excludeStickyRowRegion) {
|
|
20812
|
+
var stickyRowRegionHeight = excludeStickyRowRegion
|
|
20813
|
+
? this.getStickyRowRegionHeight(this.getViewPort()).height
|
|
20814
|
+
: 0;
|
|
20263
20815
|
return new dvt.Rectangle(
|
|
20264
20816
|
this.getStartXOffset() - this.getTimeZoomCanvas().getTranslateX(),
|
|
20265
|
-
this._databodyStart - this._databody.getTranslateY(),
|
|
20817
|
+
this._databodyStart - this._databody.getTranslateY() + stickyRowRegionHeight,
|
|
20266
20818
|
this._canvasLength,
|
|
20267
|
-
this.getDatabodyHeight()
|
|
20819
|
+
this.getDatabodyHeight() - stickyRowRegionHeight
|
|
20268
20820
|
);
|
|
20269
20821
|
}
|
|
20270
20822
|
|
|
@@ -20274,10 +20826,11 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
20274
20826
|
* @param {string=} xPriority The side in the x direction to prioritize scroll into view, one of 'start', 'end', or 'auto'. Default 'auto'.
|
|
20275
20827
|
* @param {string=} yPriority The side in the y direction to prioritize scroll into view, one of 'top', 'bottom', or 'auto'. Default 'auto'.
|
|
20276
20828
|
* @param {number=} overShoot The extra amount of space to pan by. Default 0.
|
|
20829
|
+
* @param {boolean=} excludeStickyRowRegion Whether to exclude any sticky row region from being part of the viewport
|
|
20277
20830
|
*/
|
|
20278
|
-
scrollIntoView(region, xPriority, yPriority, overShoot) {
|
|
20831
|
+
scrollIntoView(region, xPriority, yPriority, overShoot, excludeStickyRowRegion) {
|
|
20279
20832
|
var isRTL = dvt.Agent.isRightToLeft(this.getCtx()),
|
|
20280
|
-
viewportRect = this.getViewportDimensions(),
|
|
20833
|
+
viewportRect = this.getViewportDimensions(excludeStickyRowRegion),
|
|
20281
20834
|
deltaX = 0,
|
|
20282
20835
|
deltaY = 0;
|
|
20283
20836
|
|
|
@@ -20388,10 +20941,11 @@ define(['exports', 'ojs/ojdvt-toolkit', 'ojs/ojdvt-timecomponent', 'ojs/ojtimeax
|
|
|
20388
20941
|
* @param {number} edgeThreshold The distance from an edge at which auto pan should happen
|
|
20389
20942
|
* @param {boolean=} excludeX Whether to exclude x direction from auto pan consideration
|
|
20390
20943
|
* @param {boolean=} excludeY Whether to exclude y direction from auto pan consideration
|
|
20944
|
+
* @param {boolean=} excludeStickyRowRegion Whether to exclude any sticky row region from being part of the viewport
|
|
20391
20945
|
* @return {object} The actual deltaX and deltaY panned
|
|
20392
20946
|
*/
|
|
20393
|
-
autoPanOnEdgeDrag(targetPos, edgeThreshold, excludeX, excludeY) {
|
|
20394
|
-
var viewportRect = this.getViewportDimensions();
|
|
20947
|
+
autoPanOnEdgeDrag(targetPos, edgeThreshold, excludeX, excludeY, excludeStickyRowRegion) {
|
|
20948
|
+
var viewportRect = this.getViewportDimensions(excludeStickyRowRegion);
|
|
20395
20949
|
var deltaX = 0;
|
|
20396
20950
|
var deltaY = 0;
|
|
20397
20951
|
|