@wavemaker/app-ng-runtime 11.14.1-rc.6310 → 11.14.2-1.245
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/components/advanced/carousel/bundles/index.umd.js +15 -1
- package/components/advanced/carousel/carousel.directive.d.ts +1 -0
- package/components/advanced/carousel/esm2022/carousel.directive.mjs +16 -2
- package/components/advanced/carousel/fesm2022/index.mjs +15 -1
- package/components/advanced/carousel/fesm2022/index.mjs.map +1 -1
- package/components/advanced/login/bundles/index.umd.js +24 -3
- package/components/advanced/login/esm2022/login.component.mjs +25 -4
- package/components/advanced/login/fesm2022/index.mjs +24 -3
- package/components/advanced/login/fesm2022/index.mjs.map +1 -1
- package/components/advanced/login/login.component.d.ts +5 -2
- package/components/base/bundles/index.umd.js +331 -36
- package/components/base/directives/show-in-device.directive.d.ts +2 -1
- package/components/base/esm2022/directives/show-in-device.directive.mjs +22 -4
- package/components/base/esm2022/pipes/custom-pipes.mjs +10 -10
- package/components/base/esm2022/utils/widget-utils.mjs +3 -3
- package/components/base/esm2022/widgets/common/base/base-container.component.mjs +27 -1
- package/components/base/esm2022/widgets/common/base/base-field-validations.mjs +18 -1
- package/components/base/esm2022/widgets/common/base/base.component.mjs +68 -7
- package/components/base/esm2022/widgets/common/base/custom-widget-container.directive.mjs +9 -1
- package/components/base/esm2022/widgets/common/base/dataset-aware-nav.component.mjs +44 -11
- package/components/base/esm2022/widgets/common/base/partial-container.directive.mjs +20 -1
- package/components/base/esm2022/widgets/common/item-template/item-template.directive.mjs +26 -1
- package/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +44 -4
- package/components/base/esm2022/widgets/common/partial-param/partial-param.directive.mjs +16 -1
- package/components/base/esm2022/widgets/common/pull-to-refresh/pull-to-refresh.mjs +22 -1
- package/components/base/esm2022/widgets/framework/property-change-handler.mjs +7 -2
- package/components/base/esm2022/widgets/framework/widget-proxy-provider.mjs +5 -3
- package/components/base/esm2022/widgets/framework/widget-registry.mjs +6 -3
- package/components/base/fesm2022/index.mjs +327 -34
- package/components/base/fesm2022/index.mjs.map +1 -1
- package/components/base/pipes/custom-pipes.d.ts +5 -5
- package/components/base/widgets/common/base/base-container.component.d.ts +3 -2
- package/components/base/widgets/common/base/base-field-validations.d.ts +1 -0
- package/components/base/widgets/common/base/custom-widget-container.directive.d.ts +3 -2
- package/components/base/widgets/common/base/dataset-aware-nav.component.d.ts +6 -2
- package/components/base/widgets/common/base/partial-container.directive.d.ts +3 -2
- package/components/base/widgets/common/item-template/item-template.directive.d.ts +3 -2
- package/components/base/widgets/common/lazy-load/lazy-load.directive.d.ts +1 -1
- package/components/base/widgets/common/partial-param/partial-param.directive.d.ts +3 -2
- package/components/base/widgets/common/pull-to-refresh/pull-to-refresh.d.ts +3 -2
- package/components/basic/anchor/bundles/index.umd.js +13 -1
- package/components/basic/anchor/esm2022/anchor.component.mjs +14 -2
- package/components/basic/anchor/fesm2022/index.mjs +13 -1
- package/components/basic/anchor/fesm2022/index.mjs.map +1 -1
- package/components/basic/html/bundles/index.umd.js +13 -1
- package/components/basic/html/esm2022/html.directive.mjs +14 -2
- package/components/basic/html/fesm2022/index.mjs +13 -1
- package/components/basic/html/fesm2022/index.mjs.map +1 -1
- package/components/basic/label/bundles/index.umd.js +17 -1
- package/components/basic/label/esm2022/label.directive.mjs +18 -2
- package/components/basic/label/fesm2022/index.mjs +17 -1
- package/components/basic/label/fesm2022/index.mjs.map +1 -1
- package/components/basic/label/label.directive.d.ts +3 -2
- package/components/basic/progress/progress-circle/bundles/index.umd.js +10 -0
- package/components/basic/progress/progress-circle/esm2022/progress-circle.component.mjs +11 -1
- package/components/basic/progress/progress-circle/fesm2022/index.mjs +10 -0
- package/components/basic/progress/progress-circle/fesm2022/index.mjs.map +1 -1
- package/components/basic/progress/progress-circle/progress-circle.component.d.ts +3 -2
- package/components/basic/search/bundles/index.umd.js +42 -14
- package/components/basic/search/esm2022/scrollable.directive.mjs +13 -4
- package/components/basic/search/esm2022/search.component.mjs +31 -12
- package/components/basic/search/fesm2022/index.mjs +42 -14
- package/components/basic/search/fesm2022/index.mjs.map +1 -1
- package/components/basic/search/scrollable.directive.d.ts +5 -3
- package/components/basic/search/search.component.d.ts +3 -2
- package/components/basic/spinner/bundles/index.umd.js +9 -1
- package/components/basic/spinner/esm2022/spinner.component.mjs +10 -2
- package/components/basic/spinner/fesm2022/index.mjs +9 -1
- package/components/basic/spinner/fesm2022/index.mjs.map +1 -1
- package/components/basic/spinner/spinner.component.d.ts +4 -2
- package/components/chart/bundles/index.umd.js +21 -3
- package/components/chart/esm2022/chart.component.mjs +22 -4
- package/components/chart/fesm2022/index.mjs +21 -3
- package/components/chart/fesm2022/index.mjs.map +1 -1
- package/components/containers/accordion/accordion-pane/accordion-pane.component.d.ts +3 -2
- package/components/containers/accordion/accordion.directive.d.ts +5 -2
- package/components/containers/accordion/bundles/index.umd.js +49 -2
- package/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +10 -1
- package/components/containers/accordion/esm2022/accordion.directive.mjs +41 -3
- package/components/containers/accordion/fesm2022/index.mjs +49 -2
- package/components/containers/accordion/fesm2022/index.mjs.map +1 -1
- package/components/containers/panel/bundles/index.umd.js +13 -0
- package/components/containers/panel/esm2022/panel.component.mjs +14 -1
- package/components/containers/panel/fesm2022/index.mjs +13 -0
- package/components/containers/panel/fesm2022/index.mjs.map +1 -1
- package/components/containers/panel/panel.component.d.ts +3 -2
- package/components/containers/tabs/bundles/index.umd.js +54 -2
- package/components/containers/tabs/esm2022/tab-pane/tab-pane.component.mjs +10 -1
- package/components/containers/tabs/esm2022/tabs.component.mjs +46 -3
- package/components/containers/tabs/fesm2022/index.mjs +54 -2
- package/components/containers/tabs/fesm2022/index.mjs.map +1 -1
- package/components/containers/tabs/tab-pane/tab-pane.component.d.ts +3 -2
- package/components/containers/tabs/tabs.component.d.ts +5 -2
- package/components/containers/wizard/bundles/index.umd.js +47 -3
- package/components/containers/wizard/esm2022/wizard-step/wizard-step.component.mjs +16 -3
- package/components/containers/wizard/esm2022/wizard.component.mjs +33 -2
- package/components/containers/wizard/fesm2022/index.mjs +47 -3
- package/components/containers/wizard/fesm2022/index.mjs.map +1 -1
- package/components/containers/wizard/wizard-step/wizard-step.component.d.ts +3 -2
- package/components/containers/wizard/wizard.component.d.ts +4 -2
- package/components/data/card/bundles/index.umd.js +17 -1
- package/components/data/card/card-content/card-content.component.d.ts +3 -2
- package/components/data/card/card.component.d.ts +4 -2
- package/components/data/card/esm2022/card-content/card-content.component.mjs +6 -1
- package/components/data/card/esm2022/card.component.mjs +13 -2
- package/components/data/card/fesm2022/index.mjs +17 -1
- package/components/data/card/fesm2022/index.mjs.map +1 -1
- package/components/data/form/bundles/index.umd.js +92 -0
- package/components/data/form/esm2022/form-action/form-action.directive.mjs +7 -1
- package/components/data/form/esm2022/form-field/form-field.directive.mjs +28 -1
- package/components/data/form/esm2022/form-widget.directive.mjs +8 -1
- package/components/data/form/esm2022/form.component.mjs +27 -1
- package/components/data/form/esm2022/live-actions/live-actions.directive.mjs +7 -1
- package/components/data/form/esm2022/live-filter/live-filter.directive.mjs +12 -1
- package/components/data/form/esm2022/live-form/live-form.directive.mjs +10 -1
- package/components/data/form/fesm2022/index.mjs +92 -0
- package/components/data/form/fesm2022/index.mjs.map +1 -1
- package/components/data/form/form-action/form-action.directive.d.ts +3 -2
- package/components/data/form/form-field/form-field.directive.d.ts +3 -2
- package/components/data/form/form-widget.directive.d.ts +3 -2
- package/components/data/form/live-actions/live-actions.directive.d.ts +3 -1
- package/components/data/form/live-filter/live-filter.directive.d.ts +3 -1
- package/components/data/form/live-form/live-form.directive.d.ts +3 -1
- package/components/data/list/bundles/index.umd.js +213 -19
- package/components/data/list/esm2022/list-item.directive.mjs +95 -11
- package/components/data/list/esm2022/list.component.mjs +120 -10
- package/components/data/list/fesm2022/index.mjs +213 -19
- package/components/data/list/fesm2022/index.mjs.map +1 -1
- package/components/data/list/list-item.directive.d.ts +7 -2
- package/components/data/list/list.component.d.ts +7 -0
- package/components/data/live-table/bundles/index.umd.js +13 -1
- package/components/data/live-table/esm2022/live-table.component.mjs +14 -2
- package/components/data/live-table/fesm2022/index.mjs +13 -1
- package/components/data/live-table/fesm2022/index.mjs.map +1 -1
- package/components/data/live-table/live-table.component.d.ts +4 -2
- package/components/data/pagination/bundles/index.umd.js +57 -4
- package/components/data/pagination/esm2022/pagination.component.mjs +58 -5
- package/components/data/pagination/fesm2022/index.mjs +57 -4
- package/components/data/pagination/fesm2022/index.mjs.map +1 -1
- package/components/data/pagination/pagination.component.d.ts +4 -2
- package/components/data/table/bundles/index.umd.js +345 -15
- package/components/data/table/esm2022/table-action/table-action.directive.mjs +8 -1
- package/components/data/table/esm2022/table-column/table-column.directive.mjs +107 -3
- package/components/data/table/esm2022/table-column-group/table-column-group.directive.mjs +9 -1
- package/components/data/table/esm2022/table-cud.directive.mjs +8 -2
- package/components/data/table/esm2022/table-filter.directive.mjs +12 -2
- package/components/data/table/esm2022/table-row/table-row.directive.mjs +8 -1
- package/components/data/table/esm2022/table-row-action/table-row-action.directive.mjs +8 -1
- package/components/data/table/esm2022/table.component.mjs +193 -12
- package/components/data/table/fesm2022/index.mjs +345 -15
- package/components/data/table/fesm2022/index.mjs.map +1 -1
- package/components/data/table/table-action/table-action.directive.d.ts +3 -2
- package/components/data/table/table-column/table-column.directive.d.ts +3 -2
- package/components/data/table/table-column-group/table-column-group.directive.d.ts +3 -2
- package/components/data/table/table-cud.directive.d.ts +3 -1
- package/components/data/table/table-filter.directive.d.ts +3 -1
- package/components/data/table/table-row/table-row.directive.d.ts +3 -2
- package/components/data/table/table-row-action/table-row-action.directive.d.ts +3 -2
- package/components/data/table/table.component.d.ts +6 -2
- package/components/dialogs/alert-dialog/alert-dialog.component.d.ts +3 -2
- package/components/dialogs/alert-dialog/bundles/index.umd.js +5 -0
- package/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +6 -1
- package/components/dialogs/alert-dialog/fesm2022/index.mjs +5 -0
- package/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/confirm-dialog/bundles/index.umd.js +5 -0
- package/components/dialogs/confirm-dialog/confirm-dialog.component.d.ts +3 -2
- package/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +6 -1
- package/components/dialogs/confirm-dialog/fesm2022/index.mjs +5 -0
- package/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/default/bundles/index.umd.js +15 -2
- package/components/dialogs/default/dialog-body/dialog-body.directive.d.ts +4 -2
- package/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +16 -3
- package/components/dialogs/default/fesm2022/index.mjs +15 -2
- package/components/dialogs/default/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/design-dialog/bundles/index.umd.js +7 -0
- package/components/dialogs/design-dialog/dialog.component.d.ts +3 -2
- package/components/dialogs/design-dialog/esm2022/dialog.component.mjs +8 -1
- package/components/dialogs/design-dialog/fesm2022/index.mjs +7 -0
- package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/iframe-dialog/bundles/index.umd.js +5 -0
- package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +6 -1
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs +5 -0
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/iframe-dialog/iframe-dialog.component.d.ts +3 -2
- package/components/dialogs/partial-dialog/bundles/index.umd.js +23 -3
- package/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +24 -4
- package/components/dialogs/partial-dialog/fesm2022/index.mjs +23 -3
- package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/partial-dialog/partial-dialog.component.d.ts +4 -2
- package/components/input/base-form/base-form.component.d.ts +4 -2
- package/components/input/base-form/bundles/index.umd.js +16 -2
- package/components/input/base-form/esm2022/base-form.component.mjs +17 -3
- package/components/input/base-form/fesm2022/index.mjs +16 -2
- package/components/input/base-form/fesm2022/index.mjs.map +1 -1
- package/components/input/base-form-custom/base-form-custom.component.d.ts +3 -2
- package/components/input/base-form-custom/bundles/index.umd.js +13 -2
- package/components/input/base-form-custom/esm2022/base-form-custom.component.mjs +14 -3
- package/components/input/base-form-custom/fesm2022/index.mjs +13 -2
- package/components/input/base-form-custom/fesm2022/index.mjs.map +1 -1
- package/components/input/checkbox/bundles/index.umd.js +7 -0
- package/components/input/checkbox/checkbox.component.d.ts +3 -2
- package/components/input/checkbox/esm2022/checkbox.component.mjs +8 -1
- package/components/input/checkbox/fesm2022/index.mjs +7 -0
- package/components/input/checkbox/fesm2022/index.mjs.map +1 -1
- package/components/input/checkboxset/bundles/index.umd.js +18 -2
- package/components/input/checkboxset/checkboxset.component.d.ts +4 -2
- package/components/input/checkboxset/esm2022/checkboxset.component.mjs +19 -3
- package/components/input/checkboxset/fesm2022/index.mjs +18 -2
- package/components/input/checkboxset/fesm2022/index.mjs.map +1 -1
- package/components/input/chips/bundles/index.umd.js +45 -5
- package/components/input/chips/chips.component.d.ts +3 -2
- package/components/input/chips/esm2022/chips.component.mjs +46 -6
- package/components/input/chips/fesm2022/index.mjs +45 -5
- package/components/input/chips/fesm2022/index.mjs.map +1 -1
- package/components/input/color-picker/bundles/index.umd.js +8 -0
- package/components/input/color-picker/color-picker.component.d.ts +3 -2
- package/components/input/color-picker/esm2022/color-picker.component.mjs +9 -1
- package/components/input/color-picker/fesm2022/index.mjs +8 -0
- package/components/input/color-picker/fesm2022/index.mjs.map +1 -1
- package/components/input/composite/bundles/index.umd.js +10 -1
- package/components/input/composite/composite.directive.d.ts +3 -2
- package/components/input/composite/esm2022/composite.directive.mjs +11 -2
- package/components/input/composite/fesm2022/index.mjs +10 -1
- package/components/input/composite/fesm2022/index.mjs.map +1 -1
- package/components/input/currency/bundles/index.umd.js +7 -0
- package/components/input/currency/currency.component.d.ts +3 -2
- package/components/input/currency/esm2022/currency.component.mjs +8 -1
- package/components/input/currency/fesm2022/index.mjs +7 -0
- package/components/input/currency/fesm2022/index.mjs.map +1 -1
- package/components/input/dataset-aware-form/bundles/index.umd.js +26 -2
- package/components/input/dataset-aware-form/esm2022/dataset-aware-form.component.mjs +27 -3
- package/components/input/dataset-aware-form/fesm2022/index.mjs +26 -2
- package/components/input/dataset-aware-form/fesm2022/index.mjs.map +1 -1
- package/components/input/epoch/date/bundles/index.umd.js +22 -0
- package/components/input/epoch/date/date.component.d.ts +1 -0
- package/components/input/epoch/date/esm2022/date.component.mjs +23 -1
- package/components/input/epoch/date/fesm2022/index.mjs +22 -0
- package/components/input/epoch/date/fesm2022/index.mjs.map +1 -1
- package/components/input/file-upload/bundles/index.umd.js +25 -8
- package/components/input/file-upload/esm2022/file-upload.component.mjs +26 -9
- package/components/input/file-upload/fesm2022/index.mjs +25 -8
- package/components/input/file-upload/fesm2022/index.mjs.map +1 -1
- package/components/input/file-upload/file-upload.component.d.ts +3 -0
- package/components/input/number/bundles/index.umd.js +8 -0
- package/components/input/number/esm2022/number.component.mjs +9 -1
- package/components/input/number/fesm2022/index.mjs +8 -0
- package/components/input/number/fesm2022/index.mjs.map +1 -1
- package/components/input/number/number.component.d.ts +3 -2
- package/components/input/radioset/bundles/index.umd.js +18 -2
- package/components/input/radioset/esm2022/radioset.component.mjs +19 -3
- package/components/input/radioset/fesm2022/index.mjs +18 -2
- package/components/input/radioset/fesm2022/index.mjs.map +1 -1
- package/components/input/radioset/radioset.component.d.ts +4 -2
- package/components/input/rating/bundles/index.umd.js +10 -0
- package/components/input/rating/esm2022/rating.component.mjs +11 -1
- package/components/input/rating/fesm2022/index.mjs +10 -0
- package/components/input/rating/fesm2022/index.mjs.map +1 -1
- package/components/input/rating/rating.component.d.ts +3 -2
- package/components/input/select/bundles/index.umd.js +6 -0
- package/components/input/select/esm2022/select.component.mjs +7 -1
- package/components/input/select/fesm2022/index.mjs +6 -0
- package/components/input/select/fesm2022/index.mjs.map +1 -1
- package/components/input/select/select.component.d.ts +3 -2
- package/components/input/slider/bundles/index.umd.js +10 -0
- package/components/input/slider/esm2022/slider.component.mjs +11 -1
- package/components/input/slider/fesm2022/index.mjs +10 -0
- package/components/input/slider/fesm2022/index.mjs.map +1 -1
- package/components/input/slider/slider.component.d.ts +3 -2
- package/components/input/switch/bundles/index.umd.js +22 -2
- package/components/input/switch/esm2022/switch.component.mjs +23 -3
- package/components/input/switch/fesm2022/index.mjs +22 -2
- package/components/input/switch/fesm2022/index.mjs.map +1 -1
- package/components/input/switch/switch.component.d.ts +3 -2
- package/components/input/text/bundles/index.umd.js +36 -0
- package/components/input/text/esm2022/input-calendar/input-calendar.component.mjs +8 -1
- package/components/input/text/esm2022/input-color/input-color.component.mjs +8 -1
- package/components/input/text/esm2022/input-email/input-email.component.mjs +8 -1
- package/components/input/text/esm2022/input-number/input-number.component.mjs +8 -1
- package/components/input/text/esm2022/input-text/input-text.component.mjs +9 -1
- package/components/input/text/fesm2022/index.mjs +36 -0
- package/components/input/text/fesm2022/index.mjs.map +1 -1
- package/components/input/text/input-calendar/input-calendar.component.d.ts +3 -2
- package/components/input/text/input-color/input-color.component.d.ts +3 -2
- package/components/input/text/input-email/input-email.component.d.ts +3 -2
- package/components/input/text/input-number/input-number.component.d.ts +3 -2
- package/components/input/text/input-text/input-text.component.d.ts +3 -2
- package/components/input/textarea/bundles/index.umd.js +7 -0
- package/components/input/textarea/esm2022/textarea.component.mjs +8 -1
- package/components/input/textarea/fesm2022/index.mjs +7 -0
- package/components/input/textarea/fesm2022/index.mjs.map +1 -1
- package/components/input/textarea/textarea.component.d.ts +3 -2
- package/components/navigation/menu/bundles/index.umd.js +55 -6
- package/components/navigation/menu/esm2022/menu-adapator.component.mjs +17 -3
- package/components/navigation/menu/esm2022/menu.component.mjs +10 -3
- package/components/navigation/menu/esm2022/nav/nav-item/nav-item.directive.mjs +6 -1
- package/components/navigation/menu/esm2022/nav/nav.component.mjs +11 -1
- package/components/navigation/menu/esm2022/nav/navigation-control.directive.mjs +16 -3
- package/components/navigation/menu/fesm2022/index.mjs +55 -6
- package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
- package/components/navigation/menu/menu-adapator.component.d.ts +4 -2
- package/components/navigation/menu/nav/nav-item/nav-item.directive.d.ts +3 -2
- package/components/navigation/menu/nav/nav.component.d.ts +3 -2
- package/components/navigation/menu/nav/navigation-control.directive.d.ts +4 -2
- package/components/navigation/navbar/bundles/index.umd.js +5 -0
- package/components/navigation/navbar/esm2022/navbar.component.mjs +6 -1
- package/components/navigation/navbar/fesm2022/index.mjs +5 -0
- package/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
- package/components/navigation/navbar/navbar.component.d.ts +3 -2
- package/components/navigation/popover/bundles/index.umd.js +65 -13
- package/components/navigation/popover/esm2022/popover.component.mjs +63 -11
- package/components/navigation/popover/fesm2022/index.mjs +62 -10
- package/components/navigation/popover/fesm2022/index.mjs.map +1 -1
- package/components/navigation/popover/popover.component.d.ts +11 -3
- package/components/page/default/bundles/index.umd.js +30 -6
- package/components/page/default/esm2022/layout.directive.mjs +9 -1
- package/components/page/default/esm2022/page-content/page-content.component.mjs +13 -3
- package/components/page/default/esm2022/router-outlet.directive.mjs +13 -6
- package/components/page/default/fesm2022/index.mjs +30 -6
- package/components/page/default/fesm2022/index.mjs.map +1 -1
- package/components/page/default/layout.directive.d.ts +3 -2
- package/components/page/default/page-content/page-content.component.d.ts +3 -2
- package/components/page/default/router-outlet.directive.d.ts +5 -2
- package/components/page/left-panel/bundles/index.umd.js +16 -0
- package/components/page/left-panel/esm2022/left-panel.directive.mjs +17 -1
- package/components/page/left-panel/fesm2022/index.mjs +16 -0
- package/components/page/left-panel/fesm2022/index.mjs.map +1 -1
- package/components/page/left-panel/left-panel.directive.d.ts +3 -2
- package/components/page/top-nav/bundles/index.umd.js +2 -1
- package/components/page/top-nav/esm2022/top-nav.props.mjs +3 -2
- package/components/page/top-nav/fesm2022/index.mjs +2 -1
- package/components/page/top-nav/fesm2022/index.mjs.map +1 -1
- package/components/prefab/bundles/index.umd.js +4 -0
- package/components/prefab/esm2022/prefab.directive.mjs +5 -1
- package/components/prefab/fesm2022/index.mjs +4 -0
- package/components/prefab/fesm2022/index.mjs.map +1 -1
- package/core/bundles/index.umd.js +391 -94
- package/core/esm2022/public_api.mjs +3 -3
- package/core/esm2022/services/viewport.service.mjs +24 -10
- package/core/esm2022/types/types.mjs +1 -1
- package/core/esm2022/utils/dom.mjs +18 -2
- package/core/esm2022/utils/event-notifier.mjs +5 -2
- package/core/esm2022/utils/lru-cache.mjs +16 -2
- package/core/esm2022/utils/utils.mjs +6 -2
- package/core/esm2022/utils/watcher.mjs +323 -81
- package/core/fesm2022/index.mjs +390 -96
- package/core/fesm2022/index.mjs.map +1 -1
- package/core/public_api.d.ts +2 -2
- package/core/services/viewport.service.d.ts +5 -2
- package/core/types/types.d.ts +1 -0
- package/core/utils/lru-cache.d.ts +6 -0
- package/core/utils/utils.d.ts +1 -0
- package/core/utils/watcher.d.ts +26 -5
- package/http/bundles/index.umd.js +31 -1
- package/http/esm2022/http.service.mjs +32 -2
- package/http/fesm2022/index.mjs +31 -1
- package/http/fesm2022/index.mjs.map +1 -1
- package/http/http.service.d.ts +6 -2
- package/npm-shrinkwrap.json +2 -2
- package/oAuth/bundles/index.umd.js +9 -0
- package/oAuth/esm2022/oAuth.service.mjs +10 -1
- package/oAuth/fesm2022/index.mjs +9 -0
- package/oAuth/fesm2022/index.mjs.map +1 -1
- package/oAuth/oAuth.service.d.ts +3 -1
- package/package-lock.json +2 -2
- package/package.json +1 -1
- package/runtime/base/bundles/index.umd.js +367 -32
- package/runtime/base/components/app-component/app.component.d.ts +4 -0
- package/runtime/base/components/prefab-preview.component.d.ts +5 -2
- package/runtime/base/directives/accessroles.directive.d.ts +4 -3
- package/runtime/base/directives/prefab.directive.d.ts +3 -2
- package/runtime/base/esm2022/components/app-component/app.component.mjs +40 -9
- package/runtime/base/esm2022/components/base-custom-widget.component.mjs +33 -2
- package/runtime/base/esm2022/components/base-layout.component.mjs +7 -1
- package/runtime/base/esm2022/components/base-page.component.mjs +36 -3
- package/runtime/base/esm2022/components/base-partial.component.mjs +37 -3
- package/runtime/base/esm2022/components/base-prefab.component.mjs +32 -3
- package/runtime/base/esm2022/components/base-spa-page.component.mjs +37 -3
- package/runtime/base/esm2022/components/prefab-preview.component.mjs +23 -4
- package/runtime/base/esm2022/directives/accessroles.directive.mjs +11 -2
- package/runtime/base/esm2022/directives/prefab.directive.mjs +9 -1
- package/runtime/base/esm2022/services/app.manager.service.mjs +40 -12
- package/runtime/base/esm2022/services/app.service.mjs +34 -2
- package/runtime/base/esm2022/services/dynamic-component-ref-provider.service.mjs +4 -1
- package/runtime/base/esm2022/services/pipe-provider.service.mjs +7 -4
- package/runtime/base/esm2022/services/spinner.service.mjs +15 -1
- package/runtime/base/esm2022/util/fragment-monitor.mjs +23 -2
- package/runtime/base/fesm2022/index.mjs +368 -33
- package/runtime/base/fesm2022/index.mjs.map +1 -1
- package/runtime/base/runtime-base.module.d.ts +2 -2
- package/runtime/base/services/app.manager.service.d.ts +6 -1
- package/runtime/base/services/app.service.d.ts +12 -2
- package/runtime/base/services/dynamic-component-ref-provider.service.d.ts +2 -1
- package/runtime/base/services/spinner.service.d.ts +3 -1
- package/runtime/base/util/fragment-monitor.d.ts +6 -0
- package/runtime/dynamic/bundles/index.umd.js +5 -0
- package/runtime/dynamic/esm2022/app/components/page-wrapper.component.mjs +6 -1
- package/runtime/dynamic/fesm2022/index.mjs +5 -0
- package/runtime/dynamic/fesm2022/index.mjs.map +1 -1
- package/scripts/@wavemaker/nvd3/build/nv.d3.min.js +1 -1
- package/scripts/datatable/datatable.js +100 -14
- package/security/bundles/index.umd.js +41 -2
- package/security/esm2022/security.service.mjs +42 -3
- package/security/fesm2022/index.mjs +41 -2
- package/security/fesm2022/index.mjs.map +1 -1
- package/security/security.service.d.ts +5 -2
- package/variables/bundles/index.umd.js +50 -6
- package/variables/esm2022/manager/action/notification-action.manager.mjs +18 -3
- package/variables/esm2022/manager/variable/base-variable.manager.mjs +15 -2
- package/variables/esm2022/manager/variable/web-socket-variable.manager.mjs +13 -3
- package/variables/esm2022/service/variables.service.mjs +8 -2
- package/variables/fesm2022/index.mjs +50 -6
- package/variables/fesm2022/index.mjs.map +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@wm/core'), require('@angular/core'), require('@wavemaker/focus-trap'), require('lodash-es'), require('moment'), require('@angular/platform-browser'), require('rxjs'), require('
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['exports', '@wm/core', '@angular/core', '@wavemaker/focus-trap', 'lodash-es', 'moment', '@angular/platform-browser', 'rxjs', '
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wm = global.wm || {}, global.wm.components = global.wm.components || {}, global.wm.components.base = {}), global.wm.core, global.ng.core, global.focusTrap, global._, global.momentLib, global.ng.platformBrowser, global.rxjs, global.
|
|
5
|
-
})(this, (function (exports, i1, i0, focusTrap, lodashEs, momentLib, i1$2, rxjs,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@wm/core'), require('@angular/core'), require('@wavemaker/focus-trap'), require('lodash-es'), require('moment'), require('@angular/platform-browser'), require('rxjs'), require('@wm/security'), require('rxjs/operators'), require('@angular/forms'), require('@swipey'), require('@angular/common'), require('moment-timezone/moment-timezone')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', '@wm/core', '@angular/core', '@wavemaker/focus-trap', 'lodash-es', 'moment', '@angular/platform-browser', 'rxjs', '@wm/security', 'rxjs/operators', '@angular/forms', '@swipey', '@angular/common', 'moment-timezone/moment-timezone'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wm = global.wm || {}, global.wm.components = global.wm.components || {}, global.wm.components.base = {}), global.wm.core, global.ng.core, global.focusTrap, global._, global.momentLib, global.ng.platformBrowser, global.rxjs, global.wm.security, global.rxjs.operators, global.ng.forms, global.swipey, global.ng.common, global.momentLib$1));
|
|
5
|
+
})(this, (function (exports, i1, i0, focusTrap, lodashEs, momentLib, i1$2, rxjs, security, operators, forms, _swipey, i1$1, momentLib$1) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespaceDefault(e) {
|
|
8
8
|
var n = Object.create(null);
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
urlString = (defaultUrl || 'resources/images/imagelists/default-image.png');
|
|
203
203
|
}
|
|
204
204
|
}
|
|
205
|
-
if (urlString && !i1._WM_APP_PROJECT.isPreview && !i1.
|
|
205
|
+
if (urlString && !i1._WM_APP_PROJECT.isPreview && !i1.isValidImageUrl(urlString) && !urlString.startsWith(i1._WM_APP_PROJECT.cdnUrl) && !urlString.startsWith('services')) {
|
|
206
206
|
urlString = (i1._WM_APP_PROJECT.cdnUrl || '') + urlString;
|
|
207
207
|
}
|
|
208
208
|
urlString = shouldEncode ? i1.encodeUrl(urlString) : urlString;
|
|
@@ -1927,7 +1927,9 @@
|
|
|
1927
1927
|
return () => {
|
|
1928
1928
|
registryById.delete(widgetId);
|
|
1929
1929
|
if (registered) {
|
|
1930
|
-
|
|
1930
|
+
// MEMORY LEAK FIX: Delete the property instead of setting to undefined
|
|
1931
|
+
// This ensures the property is completely removed from the object
|
|
1932
|
+
delete viewParent.Widgets[name];
|
|
1931
1933
|
}
|
|
1932
1934
|
};
|
|
1933
1935
|
};
|
|
@@ -1939,7 +1941,8 @@
|
|
|
1939
1941
|
return;
|
|
1940
1942
|
}
|
|
1941
1943
|
if (ov) {
|
|
1942
|
-
|
|
1944
|
+
// MEMORY LEAK FIX: Delete the old property instead of setting to undefined
|
|
1945
|
+
delete viewParent.Widgets[ov];
|
|
1943
1946
|
}
|
|
1944
1947
|
if (nv) {
|
|
1945
1948
|
viewParent.Widgets[nv] = widget;
|
|
@@ -2000,7 +2003,12 @@
|
|
|
2000
2003
|
return i1.toBoolean(value, isBooleanAttr(key) && key);
|
|
2001
2004
|
}
|
|
2002
2005
|
if (type === exports.PROP_TYPE.NUMBER) {
|
|
2003
|
-
|
|
2006
|
+
const numValue = +value;
|
|
2007
|
+
// Fix NaN for tabindex - default to 0 if value is invalid
|
|
2008
|
+
if (key === 'tabindex' && isNaN(numValue)) {
|
|
2009
|
+
return value === null || value === undefined || value === '' ? 0 : numValue;
|
|
2010
|
+
}
|
|
2011
|
+
return numValue;
|
|
2004
2012
|
}
|
|
2005
2013
|
return value;
|
|
2006
2014
|
};
|
|
@@ -2089,12 +2097,14 @@
|
|
|
2089
2097
|
}
|
|
2090
2098
|
};
|
|
2091
2099
|
const $RAF = window.requestAnimationFrame;
|
|
2092
|
-
|
|
2100
|
+
let $RAFQueue = [];
|
|
2093
2101
|
const invokeLater = fn => {
|
|
2094
2102
|
if (!$RAFQueue.length) {
|
|
2095
2103
|
$RAF(() => {
|
|
2104
|
+
// Execute all queued functions
|
|
2096
2105
|
$RAFQueue.forEach(f => f());
|
|
2097
|
-
|
|
2106
|
+
// MEMORY LEAK FIX: Explicitly clear the array to release closure references
|
|
2107
|
+
$RAFQueue = [];
|
|
2098
2108
|
});
|
|
2099
2109
|
}
|
|
2100
2110
|
$RAFQueue.push(fn);
|
|
@@ -2324,10 +2334,26 @@
|
|
|
2324
2334
|
this.propertyChange.subscribe(({ key, nv, ov }) => fn(key, nv, ov));
|
|
2325
2335
|
}
|
|
2326
2336
|
registerDestroyListener(fn, ctx) {
|
|
2337
|
+
if (!fn) {
|
|
2338
|
+
return;
|
|
2339
|
+
}
|
|
2327
2340
|
if (ctx) {
|
|
2328
2341
|
fn = fn.bind(ctx);
|
|
2329
2342
|
}
|
|
2330
|
-
this.destroy.subscribe(() => { }, () => { }, () =>
|
|
2343
|
+
this.destroy.subscribe(() => { }, () => { }, () => {
|
|
2344
|
+
try {
|
|
2345
|
+
if (fn && typeof fn === 'function') {
|
|
2346
|
+
fn();
|
|
2347
|
+
}
|
|
2348
|
+
}
|
|
2349
|
+
catch (e) {
|
|
2350
|
+
// Silently handle cleanup errors to prevent test failures
|
|
2351
|
+
// These are typically non-critical cleanup issues like:
|
|
2352
|
+
// - Subscriptions already unsubscribed
|
|
2353
|
+
// - Null references during cleanup
|
|
2354
|
+
// - Components already destroyed
|
|
2355
|
+
}
|
|
2356
|
+
});
|
|
2331
2357
|
}
|
|
2332
2358
|
getDisplayType() {
|
|
2333
2359
|
return this.displayType;
|
|
@@ -2493,14 +2519,24 @@
|
|
|
2493
2519
|
// the promise returned by the variable call.
|
|
2494
2520
|
boundFnVal = boundFn();
|
|
2495
2521
|
if (boundFnVal instanceof Promise) {
|
|
2496
|
-
return boundFnVal.then(response => response, err =>
|
|
2522
|
+
return boundFnVal.then(response => response, err => {
|
|
2523
|
+
const widgetName = widget.name || widget.widgetId || 'unknown';
|
|
2524
|
+
console.error(`Error in promise returned by event callback "${eventName}" on widget "${widgetName}":`, err);
|
|
2525
|
+
return err;
|
|
2526
|
+
});
|
|
2497
2527
|
}
|
|
2498
2528
|
else {
|
|
2499
2529
|
return boundFnVal;
|
|
2500
2530
|
}
|
|
2501
2531
|
}
|
|
2502
2532
|
catch (e) {
|
|
2503
|
-
|
|
2533
|
+
// Enhanced error logging with context
|
|
2534
|
+
const widgetName = widget.name || widget.widgetId || 'unknown';
|
|
2535
|
+
const errorMessage = e.message || String(e);
|
|
2536
|
+
console.error(`Error executing event callback "${eventName}" on widget "${widgetName}":`, errorMessage);
|
|
2537
|
+
console.error('Event expression context:', { eventName, widgetName, locals });
|
|
2538
|
+
// Re-throw to maintain original behavior but with better context
|
|
2539
|
+
throw e;
|
|
2504
2540
|
}
|
|
2505
2541
|
};
|
|
2506
2542
|
if (child && !child.widget.eventHandlers)
|
|
@@ -2524,11 +2560,17 @@
|
|
|
2524
2560
|
if (!child)
|
|
2525
2561
|
this.initState.delete(propName);
|
|
2526
2562
|
let viewParent = child ? child.widget.viewParent.viewParent : this.viewParent, context = child ? child.widget.context : this.context, widget = child ? child.widget : this.widget, isMuted = child ? child.widget.isMuted : this.isMuted, widgetProps = child ? child.widget.widgetProps : this.widgetProps, widgetId = child ? child.widget.widgetId : this.widgetId;
|
|
2563
|
+
// OPTIMIZATION: Apply throttling for non-critical properties
|
|
2564
|
+
const watchConfig = widgetProps.get(propName) || {};
|
|
2565
|
+
const throttledProps = ['class', 'style', 'ngclass', 'ngstyle'];
|
|
2566
|
+
if (throttledProps.includes(propName.toLowerCase())) {
|
|
2567
|
+
watchConfig.throttle = 100; // Throttle to 100ms for style/class properties
|
|
2568
|
+
}
|
|
2527
2569
|
this.registerDestroyListener(i1.$watch(expr, viewParent, context, nv => {
|
|
2528
2570
|
if (propName.startsWith('base-') && widget.updateData)
|
|
2529
2571
|
widget.updateData(propName, nv);
|
|
2530
2572
|
widget[propName] = nv;
|
|
2531
|
-
}, getWatchIdentifier(widgetId, propName), propName === 'datasource',
|
|
2573
|
+
}, getWatchIdentifier(widgetId, propName), propName === 'datasource', watchConfig, () => isMuted));
|
|
2532
2574
|
}
|
|
2533
2575
|
/**
|
|
2534
2576
|
* Remove watch on the bound property
|
|
@@ -2547,7 +2589,18 @@
|
|
|
2547
2589
|
const fn = callbackInfo.callback;
|
|
2548
2590
|
const locals = callbackInfo.locals || {};
|
|
2549
2591
|
if (fn) {
|
|
2550
|
-
|
|
2592
|
+
try {
|
|
2593
|
+
return fn(Object.assign(locals, extraLocals));
|
|
2594
|
+
}
|
|
2595
|
+
catch (error) {
|
|
2596
|
+
// Log error with context information for debugging
|
|
2597
|
+
const widgetName = this.name || this.widgetId || 'unknown';
|
|
2598
|
+
const errorMessage = error?.message || String(error);
|
|
2599
|
+
console.error(`Error executing event callback "${eventName}" on widget "${widgetName}":`, errorMessage);
|
|
2600
|
+
console.error('Full error:', error);
|
|
2601
|
+
// Re-throw to maintain original behavior but with better error context
|
|
2602
|
+
throw error;
|
|
2603
|
+
}
|
|
2551
2604
|
}
|
|
2552
2605
|
}
|
|
2553
2606
|
}
|
|
@@ -2765,6 +2818,24 @@
|
|
|
2765
2818
|
this.propertyChange.complete();
|
|
2766
2819
|
this.destroy.complete();
|
|
2767
2820
|
this.isAttached = false;
|
|
2821
|
+
// MEMORY LEAK FIX: Unwatch all watchers for this widget
|
|
2822
|
+
// This ensures all watchers registered for this component are cleaned up
|
|
2823
|
+
if (this.widgetId) {
|
|
2824
|
+
i1.$unwatchAll(this.widgetId);
|
|
2825
|
+
// if (removedCount > 0) {
|
|
2826
|
+
// console.log(`🧹 Cleaned up ${removedCount} watcher(s) for widget ${this.widgetId}`);
|
|
2827
|
+
// }
|
|
2828
|
+
}
|
|
2829
|
+
// MEMORY LEAK FIX: Clear context to release references to parent scope data
|
|
2830
|
+
// The context object holds references to repeater items, wizard steps, etc.
|
|
2831
|
+
// which can retain large amounts of data even after component destruction
|
|
2832
|
+
if (this.context) {
|
|
2833
|
+
// Clear all properties from context
|
|
2834
|
+
Object.keys(this.context).forEach(key => {
|
|
2835
|
+
delete this.context[key];
|
|
2836
|
+
});
|
|
2837
|
+
this.context = null;
|
|
2838
|
+
}
|
|
2768
2839
|
}
|
|
2769
2840
|
static { this.ɵfac = function BaseComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BaseComponent)(i0__namespace.ɵɵinject(i0__namespace.Injector), i0__namespace.ɵɵinject(WidgetConfig), i0__namespace.ɵɵinject('EXPLICIT_CONTEXT', 8), i0__namespace.ɵɵinject(Promise)); }; }
|
|
2770
2841
|
static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: BaseComponent, factory: BaseComponent.ɵfac }); }
|
|
@@ -2860,6 +2931,32 @@
|
|
|
2860
2931
|
}
|
|
2861
2932
|
}
|
|
2862
2933
|
}
|
|
2934
|
+
ngOnDestroy() {
|
|
2935
|
+
// MEMORY LEAK FIX: Clear redrawable components references
|
|
2936
|
+
// The reDrawableComponents QueryList holds references to child components
|
|
2937
|
+
// and updateRedrawableComponents manually pushes to _results array
|
|
2938
|
+
if (this.reDrawableComponents) {
|
|
2939
|
+
// Clear the manually added items from _results
|
|
2940
|
+
if (this.reDrawableComponents._results) {
|
|
2941
|
+
this.reDrawableComponents._results.length = 0;
|
|
2942
|
+
}
|
|
2943
|
+
// Reset the QueryList
|
|
2944
|
+
this.reDrawableComponents.reset([]);
|
|
2945
|
+
}
|
|
2946
|
+
// MEMORY LEAK FIX: Clear Widgets object to release child widget references
|
|
2947
|
+
// This object holds references to all child widgets in the container
|
|
2948
|
+
if (this.Widgets) {
|
|
2949
|
+
Object.keys(this.Widgets).forEach(key => {
|
|
2950
|
+
delete this.Widgets[key];
|
|
2951
|
+
});
|
|
2952
|
+
this.Widgets = null;
|
|
2953
|
+
}
|
|
2954
|
+
// MEMORY LEAK FIX: Clear content reference
|
|
2955
|
+
this.content = null;
|
|
2956
|
+
// Call parent ngOnDestroy (StylableComponent → BaseComponent)
|
|
2957
|
+
// This will clear the context and unregister the widget
|
|
2958
|
+
super.ngOnDestroy();
|
|
2959
|
+
}
|
|
2863
2960
|
static { this.ɵfac = function BaseContainerComponent_Factory(__ngFactoryType__) { i0__namespace.ɵɵinvalidFactory(); }; }
|
|
2864
2961
|
static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: BaseContainerComponent, contentQueries: function BaseContainerComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
|
|
2865
2962
|
i0__namespace.ɵɵcontentQuery(dirIndex, RedrawableDirective, 5);
|
|
@@ -2888,7 +2985,7 @@
|
|
|
2888
2985
|
return link;
|
|
2889
2986
|
}
|
|
2890
2987
|
};
|
|
2891
|
-
|
|
2988
|
+
class DatasetAwareNavComponent extends StylableComponent {
|
|
2892
2989
|
constructor(inj, WIDGET_CONFIG, explicitContext) {
|
|
2893
2990
|
super(inj, WIDGET_CONFIG, explicitContext);
|
|
2894
2991
|
this.nodes = [];
|
|
@@ -3046,12 +3143,46 @@
|
|
|
3046
3143
|
}
|
|
3047
3144
|
super.onPropertyChange(key, nv, ov);
|
|
3048
3145
|
}
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3146
|
+
ngOnDestroy() {
|
|
3147
|
+
// MEMORY LEAK FIX: Cancel debounced function
|
|
3148
|
+
if (this._resetNodes && this._resetNodes.cancel) {
|
|
3149
|
+
this._resetNodes.cancel();
|
|
3150
|
+
this._resetNodes = null;
|
|
3151
|
+
}
|
|
3152
|
+
// MEMORY LEAK FIX: Complete Subject to release subscriptions
|
|
3153
|
+
if (this.nodes$) {
|
|
3154
|
+
this.nodes$.complete();
|
|
3155
|
+
this.nodes$ = null;
|
|
3156
|
+
}
|
|
3157
|
+
// MEMORY LEAK FIX: Clear nodes array to release references
|
|
3158
|
+
this.nodes = [];
|
|
3159
|
+
this.dataset = null;
|
|
3160
|
+
this._itemFieldMap = null;
|
|
3161
|
+
// MEMORY LEAK FIX: Clear bound attribute references
|
|
3162
|
+
this.binditemlabel = null;
|
|
3163
|
+
this.binditemhint = null;
|
|
3164
|
+
this.binditemicon = null;
|
|
3165
|
+
this.binditemaction = null;
|
|
3166
|
+
this.binditembadge = null;
|
|
3167
|
+
this.binditemchildren = null;
|
|
3168
|
+
this.binditemlink = null;
|
|
3169
|
+
this.binditemtarget = null;
|
|
3170
|
+
this.binduserrole = null;
|
|
3171
|
+
this.bindisactive = null;
|
|
3172
|
+
this.binditemid = null;
|
|
3173
|
+
super.ngOnDestroy();
|
|
3174
|
+
}
|
|
3175
|
+
static { this.ɵfac = function DatasetAwareNavComponent_Factory(__ngFactoryType__) { i0__namespace.ɵɵinvalidFactory(); }; }
|
|
3176
|
+
static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: DatasetAwareNavComponent, factory: DatasetAwareNavComponent.ɵfac }); }
|
|
3177
|
+
}
|
|
3178
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(DatasetAwareNavComponent, [{
|
|
3179
|
+
type: i0.Injectable
|
|
3180
|
+
}], () => [{ type: i0__namespace.Injector }, { type: undefined }, { type: undefined, decorators: [{
|
|
3181
|
+
type: i0.Inject,
|
|
3182
|
+
args: ['EXPLICIT_CONTEXT']
|
|
3183
|
+
}, {
|
|
3184
|
+
type: i0.Optional
|
|
3185
|
+
}] }], null); })();
|
|
3055
3186
|
|
|
3056
3187
|
class PartialContainerDirective {
|
|
3057
3188
|
get name() {
|
|
@@ -3120,6 +3251,25 @@
|
|
|
3120
3251
|
// reload the partial content on partial param change
|
|
3121
3252
|
componentInstance.registerDestroyListener(() => subscription.unsubscribe());
|
|
3122
3253
|
}
|
|
3254
|
+
ngOnDestroy() {
|
|
3255
|
+
// MEMORY LEAK FIX: Clear ViewContainerRef to destroy dynamically created components
|
|
3256
|
+
if (this.vcRef) {
|
|
3257
|
+
this.vcRef.clear();
|
|
3258
|
+
}
|
|
3259
|
+
// MEMORY LEAK FIX: Nullify debounced function to break closure
|
|
3260
|
+
// The debounced function captures 'this' and has internal timeouts
|
|
3261
|
+
if (this.renderPartial && this.renderPartial.cancel) {
|
|
3262
|
+
this.renderPartial.cancel();
|
|
3263
|
+
}
|
|
3264
|
+
this.renderPartial = null;
|
|
3265
|
+
// MEMORY LEAK FIX: Clear DOM reference
|
|
3266
|
+
this.$target = null;
|
|
3267
|
+
// MEMORY LEAK FIX: Clear component instance reference
|
|
3268
|
+
// Note: We don't null componentInstance as it's injected and managed by Angular
|
|
3269
|
+
// but we clear our internal references
|
|
3270
|
+
// Reset content flag
|
|
3271
|
+
this.contentInitialized = false;
|
|
3272
|
+
}
|
|
3123
3273
|
static { this.ɵfac = function PartialContainerDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PartialContainerDirective)(i0__namespace.ɵɵdirectiveInject(WidgetRef, 2), i0__namespace.ɵɵdirectiveInject(i0__namespace.ViewContainerRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1__namespace.App), i0__namespace.ɵɵinjectAttribute('content'), i0__namespace.ɵɵdirectiveInject(i0__namespace.ComponentFactoryResolver), i0__namespace.ɵɵdirectiveInject(i1__namespace.PartialRefProvider)); }; }
|
|
3124
3274
|
static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: PartialContainerDirective, selectors: [["", "partialContainer", ""]], standalone: true }); }
|
|
3125
3275
|
}
|
|
@@ -3155,6 +3305,14 @@
|
|
|
3155
3305
|
}
|
|
3156
3306
|
});
|
|
3157
3307
|
}
|
|
3308
|
+
ngOnDestroy() {
|
|
3309
|
+
// MEMORY LEAK FIX: Clear ViewContainerRef to destroy dynamically created components
|
|
3310
|
+
if (this.vcRef) {
|
|
3311
|
+
this.vcRef.clear();
|
|
3312
|
+
}
|
|
3313
|
+
// MEMORY LEAK FIX: Clear ElementRef reference
|
|
3314
|
+
this.elRef = null;
|
|
3315
|
+
}
|
|
3158
3316
|
static { this.ɵfac = function CustomWidgetContainerDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomWidgetContainerDirective)(i0__namespace.ɵɵdirectiveInject(WidgetRef, 2), i0__namespace.ɵɵdirectiveInject(i0__namespace.ViewContainerRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1__namespace.App), i0__namespace.ɵɵinjectAttribute('widgetname'), i0__namespace.ɵɵdirectiveInject(i1__namespace.CustomWidgetRefProvider)); }; }
|
|
3159
3317
|
static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: CustomWidgetContainerDirective, selectors: [["", "customWidgetContainer", "", "widgetname", ""]], standalone: true }); }
|
|
3160
3318
|
}
|
|
@@ -3444,6 +3602,23 @@
|
|
|
3444
3602
|
}
|
|
3445
3603
|
}
|
|
3446
3604
|
}
|
|
3605
|
+
// MEMORY LEAK FIX: Cleanup method to release all references
|
|
3606
|
+
destroy() {
|
|
3607
|
+
// Clear all references to prevent memory leaks
|
|
3608
|
+
this.instance = null;
|
|
3609
|
+
this.formwidget = null;
|
|
3610
|
+
this.widgetControl = null;
|
|
3611
|
+
this.widgetContext = null;
|
|
3612
|
+
// Clear validators array and async validator function
|
|
3613
|
+
if (this._syncValidators) {
|
|
3614
|
+
this._syncValidators = [];
|
|
3615
|
+
}
|
|
3616
|
+
this._asyncValidatorFn = null;
|
|
3617
|
+
// Clear default validator messages
|
|
3618
|
+
if (this.defaultValidatorMessages) {
|
|
3619
|
+
this.defaultValidatorMessages = [];
|
|
3620
|
+
}
|
|
3621
|
+
}
|
|
3447
3622
|
}
|
|
3448
3623
|
|
|
3449
3624
|
const registerProps$4 = () => {
|
|
@@ -3483,6 +3658,31 @@
|
|
|
3483
3658
|
super.ngOnInit();
|
|
3484
3659
|
this.partialParams.item = this.userComponentParams.dataObject;
|
|
3485
3660
|
}
|
|
3661
|
+
ngOnDestroy() {
|
|
3662
|
+
// MEMORY LEAK FIX: Clear context to release references to ngFor context
|
|
3663
|
+
// The context holds references to the parent LView and loop variables
|
|
3664
|
+
if (this.context) {
|
|
3665
|
+
Object.keys(this.context).forEach(key => {
|
|
3666
|
+
delete this.context[key];
|
|
3667
|
+
});
|
|
3668
|
+
this.context = null;
|
|
3669
|
+
}
|
|
3670
|
+
// MEMORY LEAK FIX: Clear partial params
|
|
3671
|
+
if (this.partialParams) {
|
|
3672
|
+
Object.keys(this.partialParams).forEach(key => {
|
|
3673
|
+
delete this.partialParams[key];
|
|
3674
|
+
});
|
|
3675
|
+
this.partialParams = null;
|
|
3676
|
+
}
|
|
3677
|
+
// MEMORY LEAK FIX: Clear user component params reference
|
|
3678
|
+
this.userComponentParams = null;
|
|
3679
|
+
// MEMORY LEAK FIX: Clear content reference
|
|
3680
|
+
this.content = null;
|
|
3681
|
+
// MEMORY LEAK FIX: Clear ViewContainerRef reference
|
|
3682
|
+
this.viewContainerRef = null;
|
|
3683
|
+
// Call parent ngOnDestroy (StylableComponent → BaseComponent)
|
|
3684
|
+
super.ngOnDestroy();
|
|
3685
|
+
}
|
|
3486
3686
|
static { this.ɵfac = function ItemTemplateDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ItemTemplateDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i1__namespace.App), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
|
|
3487
3687
|
static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: ItemTemplateDirective, selectors: [["", "wmItemTemplate", ""]], inputs: { userComponentParams: "userComponentParams", wmItemTemplate: "wmItemTemplate" }, exportAs: ["itemTemplateRef"], standalone: true, features: [i0__namespace.ɵɵProvidersFeature([
|
|
3488
3688
|
provideAsWidgetRef(ItemTemplateDirective)
|
|
@@ -3770,6 +3970,27 @@
|
|
|
3770
3970
|
wait() {
|
|
3771
3971
|
this.runAnimation = true;
|
|
3772
3972
|
}
|
|
3973
|
+
destroy() {
|
|
3974
|
+
// Unsubscribe from app events
|
|
3975
|
+
if (this.cancelSubscription) {
|
|
3976
|
+
this.cancelSubscription();
|
|
3977
|
+
this.cancelSubscription = null;
|
|
3978
|
+
}
|
|
3979
|
+
// Stop any running animation
|
|
3980
|
+
if (this.animationInProgress) {
|
|
3981
|
+
this.stopAnimation();
|
|
3982
|
+
}
|
|
3983
|
+
// Clean up spinner
|
|
3984
|
+
if (this.spinner) {
|
|
3985
|
+
this.spinner.stop();
|
|
3986
|
+
this.spinner = null;
|
|
3987
|
+
}
|
|
3988
|
+
// Remove DOM elements
|
|
3989
|
+
if (this.infoContainer) {
|
|
3990
|
+
this.infoContainer.remove();
|
|
3991
|
+
this.infoContainer = null;
|
|
3992
|
+
}
|
|
3993
|
+
}
|
|
3773
3994
|
}
|
|
3774
3995
|
// Android Spinner implementation
|
|
3775
3996
|
class AndroidSpinner {
|
|
@@ -4318,14 +4539,14 @@
|
|
|
4318
4539
|
}
|
|
4319
4540
|
return this.returnFn('', arguments, this.app.Variables);
|
|
4320
4541
|
}
|
|
4321
|
-
constructor(datePipe, i18nService, customPipeManager) {
|
|
4542
|
+
constructor(datePipe, i18nService, app, customPipeManager) {
|
|
4322
4543
|
super('toDate', customPipeManager);
|
|
4323
4544
|
this.datePipe = datePipe;
|
|
4324
4545
|
this.i18nService = i18nService;
|
|
4546
|
+
this.app = app;
|
|
4325
4547
|
this.customPipeManager = customPipeManager;
|
|
4326
|
-
this.app = i0.inject(i1.App);
|
|
4327
4548
|
}
|
|
4328
|
-
static { this.ɵfac = function ToDatePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToDatePipe)(i0__namespace.ɵɵdirectiveInject(i1$1__namespace.DatePipe, 16), i0__namespace.ɵɵdirectiveInject(i1__namespace.AbstractI18nService, 16), i0__namespace.ɵɵdirectiveInject(i1__namespace.CustomPipeManager, 16)); }; }
|
|
4549
|
+
static { this.ɵfac = function ToDatePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToDatePipe)(i0__namespace.ɵɵdirectiveInject(i1$1__namespace.DatePipe, 16), i0__namespace.ɵɵdirectiveInject(i1__namespace.AbstractI18nService, 16), i0__namespace.ɵɵdirectiveInject(i1__namespace.App, 16), i0__namespace.ɵɵdirectiveInject(i1__namespace.CustomPipeManager, 16)); }; }
|
|
4329
4550
|
static { this.ɵpipe = /*@__PURE__*/ i0__namespace.ɵɵdefinePipe({ name: "toDate", type: ToDatePipe, pure: true, standalone: true }); }
|
|
4330
4551
|
}
|
|
4331
4552
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ToDatePipe, [{
|
|
@@ -4334,7 +4555,7 @@
|
|
|
4334
4555
|
standalone: true,
|
|
4335
4556
|
name: 'toDate'
|
|
4336
4557
|
}]
|
|
4337
|
-
}], () => [{ type: i1$1__namespace.DatePipe }, { type: i1__namespace.AbstractI18nService }, { type: i1__namespace.CustomPipeManager }], null); })();
|
|
4558
|
+
}], () => [{ type: i1$1__namespace.DatePipe }, { type: i1__namespace.AbstractI18nService }, { type: i1__namespace.App }, { type: i1__namespace.CustomPipeManager }], null); })();
|
|
4338
4559
|
class ToNumberPipe {
|
|
4339
4560
|
transform(data, fracSize) {
|
|
4340
4561
|
if (fracSize && !String(fracSize).match(/^(\d+)?\.((\d+)(-(\d+))?)?$/)) {
|
|
@@ -4422,9 +4643,9 @@
|
|
|
4422
4643
|
* Custom pipe: It is work as interceptor between the user custom pipe function and angular pipe
|
|
4423
4644
|
*/
|
|
4424
4645
|
class CustomPipe {
|
|
4425
|
-
constructor(custmeUserPipe) {
|
|
4646
|
+
constructor(app, custmeUserPipe) {
|
|
4647
|
+
this.app = app;
|
|
4426
4648
|
this.custmeUserPipe = custmeUserPipe;
|
|
4427
|
-
this.app = i0.inject(i1.App);
|
|
4428
4649
|
}
|
|
4429
4650
|
transform(data, pipename) {
|
|
4430
4651
|
let argumentArr = [];
|
|
@@ -4444,7 +4665,7 @@
|
|
|
4444
4665
|
return data;
|
|
4445
4666
|
}
|
|
4446
4667
|
}
|
|
4447
|
-
static { this.ɵfac = function CustomPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomPipe)(i0__namespace.ɵɵdirectiveInject(i1__namespace.CustomPipeManager, 16)); }; }
|
|
4668
|
+
static { this.ɵfac = function CustomPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomPipe)(i0__namespace.ɵɵdirectiveInject(i1__namespace.App, 16), i0__namespace.ɵɵdirectiveInject(i1__namespace.CustomPipeManager, 16)); }; }
|
|
4448
4669
|
static { this.ɵpipe = /*@__PURE__*/ i0__namespace.ɵɵdefinePipe({ name: "custom", type: CustomPipe, pure: true, standalone: true }); }
|
|
4449
4670
|
}
|
|
4450
4671
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CustomPipe, [{
|
|
@@ -4453,7 +4674,7 @@
|
|
|
4453
4674
|
standalone: true,
|
|
4454
4675
|
name: 'custom'
|
|
4455
4676
|
}]
|
|
4456
|
-
}], () => [{ type: i1__namespace.CustomPipeManager }], null); })();
|
|
4677
|
+
}], () => [{ type: i1__namespace.App }, { type: i1__namespace.CustomPipeManager }], null); })();
|
|
4457
4678
|
class TimeFromNowPipe {
|
|
4458
4679
|
transform(data) {
|
|
4459
4680
|
let timestamp;
|
|
@@ -5011,7 +5232,7 @@
|
|
|
5011
5232
|
constructor(inj, templateRef, viewContainer, explicitContext = {}) {
|
|
5012
5233
|
this.templateRef = templateRef;
|
|
5013
5234
|
this.viewContainer = viewContainer;
|
|
5014
|
-
this.context = {};
|
|
5235
|
+
this.context = {}; // Changed from readonly to allow cleanup
|
|
5015
5236
|
let viewParentApp = inj ? inj.get(i1.App) : i0.inject(i1.App);
|
|
5016
5237
|
let lView = inj._lView;
|
|
5017
5238
|
this.viewParent = i1.findParent(lView, viewParentApp);
|
|
@@ -5019,15 +5240,55 @@
|
|
|
5019
5240
|
lodashEs.extend(this.context, inj._lView[8], explicitContext);
|
|
5020
5241
|
}
|
|
5021
5242
|
set lazyLoad(expr) {
|
|
5243
|
+
// MEMORY LEAK FIX: Unsubscribe from previous watcher if it exists
|
|
5244
|
+
if (this.unSubscribeFn && typeof this.unSubscribeFn === 'function') {
|
|
5245
|
+
try {
|
|
5246
|
+
this.unSubscribeFn();
|
|
5247
|
+
}
|
|
5248
|
+
catch (e) {
|
|
5249
|
+
console.warn('Error unsubscribing from previous lazyLoad watcher:', e);
|
|
5250
|
+
}
|
|
5251
|
+
this.unSubscribeFn = null;
|
|
5252
|
+
}
|
|
5022
5253
|
this.unSubscribeFn = i1.$watch(expr, this.viewParent, this.context, (val) => {
|
|
5023
5254
|
if (!this.embeddedView && val) {
|
|
5024
5255
|
this.embeddedView = this.viewContainer.createEmbeddedView(this.templateRef, this.context);
|
|
5025
|
-
|
|
5256
|
+
// Unsubscribe after creating the view (lazy load is complete)
|
|
5257
|
+
if (this.unSubscribeFn && typeof this.unSubscribeFn === 'function') {
|
|
5258
|
+
try {
|
|
5259
|
+
this.unSubscribeFn();
|
|
5260
|
+
this.unSubscribeFn = null; // Clear after calling to prevent double-call
|
|
5261
|
+
}
|
|
5262
|
+
catch (e) {
|
|
5263
|
+
console.warn('Error unsubscribing from lazyLoad watcher:', e);
|
|
5264
|
+
this.unSubscribeFn = null;
|
|
5265
|
+
}
|
|
5266
|
+
}
|
|
5026
5267
|
}
|
|
5027
5268
|
});
|
|
5028
5269
|
}
|
|
5029
5270
|
ngOnDestroy() {
|
|
5030
|
-
|
|
5271
|
+
// MEMORY LEAK FIX: Safely unsubscribe from watcher
|
|
5272
|
+
if (this.unSubscribeFn && typeof this.unSubscribeFn === 'function') {
|
|
5273
|
+
try {
|
|
5274
|
+
this.unSubscribeFn();
|
|
5275
|
+
}
|
|
5276
|
+
catch (e) {
|
|
5277
|
+
console.warn('Error unsubscribing from lazyLoad watcher in ngOnDestroy:', e);
|
|
5278
|
+
}
|
|
5279
|
+
this.unSubscribeFn = null;
|
|
5280
|
+
}
|
|
5281
|
+
// MEMORY LEAK FIX: Clear context to release references to parent scope data
|
|
5282
|
+
if (this.context) {
|
|
5283
|
+
Object.keys(this.context).forEach(key => {
|
|
5284
|
+
delete this.context[key];
|
|
5285
|
+
});
|
|
5286
|
+
this.context = null;
|
|
5287
|
+
}
|
|
5288
|
+
// MEMORY LEAK FIX: Clear embedded view reference
|
|
5289
|
+
if (this.embeddedView) {
|
|
5290
|
+
this.embeddedView = null;
|
|
5291
|
+
}
|
|
5031
5292
|
}
|
|
5032
5293
|
static { this.ɵfac = function LazyLoadDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LazyLoadDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i0__namespace.TemplateRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ViewContainerRef), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
|
|
5033
5294
|
static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: LazyLoadDirective, selectors: [["", "lazyLoad", ""]], inputs: { lazyLoad: "lazyLoad" }, standalone: true }); }
|
|
@@ -5069,6 +5330,21 @@
|
|
|
5069
5330
|
this.widgetRef.params$.next();
|
|
5070
5331
|
}
|
|
5071
5332
|
}
|
|
5333
|
+
ngOnDestroy() {
|
|
5334
|
+
// MEMORY LEAK FIX: Complete the params$ Subject
|
|
5335
|
+
if (this.widgetRef.params$) {
|
|
5336
|
+
this.widgetRef.params$.complete();
|
|
5337
|
+
}
|
|
5338
|
+
// MEMORY LEAK FIX: Clear partial params
|
|
5339
|
+
if (this.widgetRef.partialParams) {
|
|
5340
|
+
Object.keys(this.widgetRef.partialParams).forEach(key => {
|
|
5341
|
+
delete this.widgetRef.partialParams[key];
|
|
5342
|
+
});
|
|
5343
|
+
this.widgetRef.partialParams = null;
|
|
5344
|
+
}
|
|
5345
|
+
// Clear pageParams reference
|
|
5346
|
+
this.widgetRef.pageParams = null;
|
|
5347
|
+
}
|
|
5072
5348
|
static { this.ɵfac = function PartialParamHandlerDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PartialParamHandlerDirective)(i0__namespace.ɵɵdirectiveInject(WidgetRef, 2)); }; }
|
|
5073
5349
|
static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: PartialParamHandlerDirective, selectors: [["", "partialContainer", ""]], standalone: true }); }
|
|
5074
5350
|
}
|
|
@@ -5142,9 +5418,11 @@
|
|
|
5142
5418
|
constructor(viewContainerRef, inj, templateRef, explicitContext) {
|
|
5143
5419
|
this.viewContainerRef = viewContainerRef;
|
|
5144
5420
|
this.templateRef = templateRef;
|
|
5145
|
-
this.context = {};
|
|
5421
|
+
this.context = {}; // Changed from readonly to allow cleanup
|
|
5146
5422
|
lodashEs.extend(this.context, inj._lView[8], explicitContext);
|
|
5147
|
-
|
|
5423
|
+
// MEMORY LEAK FIX: Store bound function reference for proper removal
|
|
5424
|
+
this.boundOnResize = this.onResize.bind(this);
|
|
5425
|
+
window.addEventListener('resize', this.boundOnResize);
|
|
5148
5426
|
}
|
|
5149
5427
|
set wmShowInDevice(devices) {
|
|
5150
5428
|
this.devices = devices.split(',');
|
|
@@ -5186,7 +5464,23 @@
|
|
|
5186
5464
|
}
|
|
5187
5465
|
}
|
|
5188
5466
|
ngOnDestroy() {
|
|
5189
|
-
|
|
5467
|
+
// MEMORY LEAK FIX: Remove using the stored bound function reference
|
|
5468
|
+
if (this.boundOnResize) {
|
|
5469
|
+
window.removeEventListener('resize', this.boundOnResize);
|
|
5470
|
+
this.boundOnResize = null;
|
|
5471
|
+
}
|
|
5472
|
+
// MEMORY LEAK FIX: Clear embedded view reference
|
|
5473
|
+
if (this.embeddedView) {
|
|
5474
|
+
this.viewContainerRef.clear();
|
|
5475
|
+
this.embeddedView = null;
|
|
5476
|
+
}
|
|
5477
|
+
// MEMORY LEAK FIX: Clear context to release references to parent scope data
|
|
5478
|
+
if (this.context) {
|
|
5479
|
+
Object.keys(this.context).forEach(key => {
|
|
5480
|
+
delete this.context[key];
|
|
5481
|
+
});
|
|
5482
|
+
this.context = null;
|
|
5483
|
+
}
|
|
5190
5484
|
}
|
|
5191
5485
|
static { this.ɵfac = function ShowInDeviceDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ShowInDeviceDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ViewContainerRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i0__namespace.TemplateRef), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
|
|
5192
5486
|
static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: ShowInDeviceDirective, selectors: [["", "wmShowInDevice", ""]], inputs: { wmShowInDevice: "wmShowInDevice" }, standalone: true }); }
|
|
@@ -5218,6 +5512,7 @@
|
|
|
5218
5512
|
exports.DEBOUNCE_TIMES = DEBOUNCE_TIMES;
|
|
5219
5513
|
exports.DISPLAY_TYPE = DISPLAY_TYPE;
|
|
5220
5514
|
exports.DataSetItem = DataSetItem;
|
|
5515
|
+
exports.DatasetAwareNavComponent = DatasetAwareNavComponent;
|
|
5221
5516
|
exports.DialogRef = DialogRef;
|
|
5222
5517
|
exports.DialogServiceImpl = DialogServiceImpl;
|
|
5223
5518
|
exports.EDIT_MODE = EDIT_MODE;
|
|
@@ -3,9 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class ShowInDeviceDirective implements OnDestroy {
|
|
4
4
|
private viewContainerRef;
|
|
5
5
|
private templateRef;
|
|
6
|
-
private
|
|
6
|
+
private context;
|
|
7
7
|
private devices;
|
|
8
8
|
private embeddedView;
|
|
9
|
+
private boundOnResize;
|
|
9
10
|
constructor(viewContainerRef: ViewContainerRef, inj: Injector, templateRef: TemplateRef<any>, explicitContext: any);
|
|
10
11
|
set wmShowInDevice(devices: any);
|
|
11
12
|
private onResize;
|