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