@wavemaker/app-ng-runtime 12.0.0-next.141131 → 12.0.0-next.141138
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.
- app-ng-runtime/build-task/bundles/index.umd.js +402 -440
- app-ng-runtime/build-task/esm2022/basic/default/anchor/anchor.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/basic/default/html/html.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/basic/default/icon/icon.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/basic/default/label/label.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/basic/default/picture/picture.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/basic/default/spinner/spinner.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/basic/progress/progress-circle/progress-circle.build.mjs +7 -2
- app-ng-runtime/build-task/esm2022/basic/rich-text-editor/rich-text-editor.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/containers/accordion/accordion-pane/accordion-pane.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/containers/accordion/accordion.build.mjs +3 -3
- app-ng-runtime/build-task/esm2022/containers/tile/tile.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/containers/wizard/wizard.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/data/form/form-field/form-field.build.mjs +3 -4
- app-ng-runtime/build-task/esm2022/device/barcode-scanner/barcode-scanner.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/device/camera/camera.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/dialogs/alert-dialog/alert-dialog.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/input/calendar/calendar.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/input/chips/chips.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/input/color-picker/color-picker.build.mjs +3 -3
- app-ng-runtime/build-task/esm2022/input/currency/currency.build.mjs +3 -3
- app-ng-runtime/build-task/esm2022/input/default/button/button.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/input/default/button-group/button-group.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/input/default/switch/switch.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/input/file-upload/file-upload.build.mjs +6 -2
- app-ng-runtime/build-task/esm2022/page/footer/footer.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/page/header/header.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/page/layout.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/page/left-panel/left-panel.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/page/page.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/page/right-panel/right-panel.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/page/top-nav/top-nav.build.mjs +2 -2
- app-ng-runtime/build-task/esm2022/public_api.mjs +1 -3
- app-ng-runtime/build-task/fesm2022/index.mjs +403 -443
- app-ng-runtime/build-task/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/build-task/public_api.d.ts +0 -2
- app-ng-runtime/components/advanced/carousel/bundles/index.umd.js +1 -1
- app-ng-runtime/components/advanced/carousel/esm2022/carousel.animator.mjs +2 -2
- app-ng-runtime/components/advanced/carousel/fesm2022/index.mjs +1 -1
- app-ng-runtime/components/advanced/carousel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/base/bundles/index.umd.js +22 -69
- app-ng-runtime/components/base/components.module.d.ts +11 -12
- app-ng-runtime/components/base/esm2022/components.module.mjs +1 -5
- app-ng-runtime/components/base/esm2022/pipes/custom-pipes.mjs +3 -3
- app-ng-runtime/components/base/esm2022/public_api.mjs +1 -2
- app-ng-runtime/components/base/esm2022/utils/live-utils.mjs +8 -2
- app-ng-runtime/components/base/esm2022/widgets/common/base/base.component.mjs +15 -30
- app-ng-runtime/components/base/fesm2022/index.mjs +23 -69
- app-ng-runtime/components/base/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/base/pipes/custom-pipes.d.ts +1 -1
- app-ng-runtime/components/base/public_api.d.ts +0 -1
- app-ng-runtime/components/base/widgets/common/base/base.component.d.ts +5 -10
- app-ng-runtime/components/basic/default/anchor/anchor.component.d.ts +1 -0
- app-ng-runtime/components/basic/default/audio/audio.component.d.ts +3 -0
- app-ng-runtime/components/basic/default/bundles/index.umd.js +39 -19
- app-ng-runtime/components/basic/default/esm2022/anchor/anchor.component.mjs +4 -4
- app-ng-runtime/components/basic/default/esm2022/anchor/anchor.props.mjs +2 -1
- app-ng-runtime/components/basic/default/esm2022/audio/audio.component.mjs +14 -6
- app-ng-runtime/components/basic/default/esm2022/audio/audio.props.mjs +2 -1
- app-ng-runtime/components/basic/default/esm2022/html/html.props.mjs +2 -1
- app-ng-runtime/components/basic/default/esm2022/icon/icon.component.mjs +6 -7
- app-ng-runtime/components/basic/default/esm2022/icon/icon.props.mjs +2 -1
- app-ng-runtime/components/basic/default/esm2022/iframe/iframe.component.mjs +3 -3
- app-ng-runtime/components/basic/default/esm2022/iframe/iframe.props.mjs +3 -2
- app-ng-runtime/components/basic/default/esm2022/label/label.props.mjs +1 -1
- app-ng-runtime/components/basic/default/esm2022/picture/picture.directive.mjs +2 -2
- app-ng-runtime/components/basic/default/esm2022/picture/picture.props.mjs +3 -1
- app-ng-runtime/components/basic/default/esm2022/spinner/spinner.props.mjs +3 -2
- app-ng-runtime/components/basic/default/esm2022/video/video.component.mjs +8 -4
- app-ng-runtime/components/basic/default/esm2022/video/video.props.mjs +2 -1
- app-ng-runtime/components/basic/default/fesm2022/index.mjs +39 -19
- app-ng-runtime/components/basic/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/default/icon/icon.component.d.ts +1 -0
- app-ng-runtime/components/basic/default/iframe/iframe.component.d.ts +1 -0
- app-ng-runtime/components/basic/default/picture/picture.directive.d.ts +2 -1
- app-ng-runtime/components/basic/default/video/video.component.d.ts +2 -0
- app-ng-runtime/components/basic/progress/bundles/index.umd.js +17 -9
- app-ng-runtime/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +9 -5
- app-ng-runtime/components/basic/progress/esm2022/progress-bar/progress-bar.props.mjs +2 -1
- app-ng-runtime/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +8 -6
- app-ng-runtime/components/basic/progress/esm2022/progress-circle/progress-circle.props.mjs +2 -1
- app-ng-runtime/components/basic/progress/fesm2022/index.mjs +17 -9
- app-ng-runtime/components/basic/progress/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/progress/progress-bar/progress-bar.component.d.ts +2 -0
- app-ng-runtime/components/basic/progress/progress-circle/progress-circle.component.d.ts +3 -1
- app-ng-runtime/components/basic/rich-text-editor/bundles/index.umd.js +2 -0
- app-ng-runtime/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +2 -1
- app-ng-runtime/components/basic/rich-text-editor/esm2022/rich-text-editor.props.mjs +2 -1
- app-ng-runtime/components/basic/rich-text-editor/fesm2022/index.mjs +2 -0
- app-ng-runtime/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/search/bundles/index.umd.js +35 -40
- app-ng-runtime/components/basic/search/esm2022/search.component.mjs +37 -40
- app-ng-runtime/components/basic/search/esm2022/search.props.mjs +3 -5
- app-ng-runtime/components/basic/search/fesm2022/index.mjs +35 -40
- app-ng-runtime/components/basic/search/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/search/search.component.d.ts +4 -5
- app-ng-runtime/components/containers/accordion/accordion-pane/accordion-pane.component.d.ts +1 -0
- app-ng-runtime/components/containers/accordion/bundles/index.umd.js +15 -9
- app-ng-runtime/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +13 -10
- app-ng-runtime/components/containers/accordion/esm2022/accordion.directive.mjs +4 -1
- app-ng-runtime/components/containers/accordion/fesm2022/index.mjs +15 -9
- app-ng-runtime/components/containers/accordion/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/panel/bundles/index.umd.js +14 -14
- app-ng-runtime/components/containers/panel/esm2022/panel.component.mjs +15 -15
- app-ng-runtime/components/containers/panel/fesm2022/index.mjs +14 -14
- app-ng-runtime/components/containers/panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/tabs/bundles/index.umd.js +6 -14
- app-ng-runtime/components/containers/tabs/esm2022/tabs.component.mjs +7 -14
- app-ng-runtime/components/containers/tabs/esm2022/tabs.props.mjs +2 -3
- app-ng-runtime/components/containers/tabs/fesm2022/index.mjs +6 -14
- app-ng-runtime/components/containers/tabs/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/tabs/tabs.component.d.ts +0 -1
- app-ng-runtime/components/containers/wizard/bundles/index.umd.js +23 -6
- app-ng-runtime/components/containers/wizard/esm2022/wizard.component.mjs +24 -7
- app-ng-runtime/components/containers/wizard/fesm2022/index.mjs +23 -6
- app-ng-runtime/components/containers/wizard/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/containers/wizard/wizard.component.d.ts +1 -0
- app-ng-runtime/components/data/form/bundles/index.umd.js +4 -0
- app-ng-runtime/components/data/form/esm2022/form-field/form-field.directive.mjs +5 -3
- app-ng-runtime/components/data/form/fesm2022/index.mjs +4 -2
- app-ng-runtime/components/data/form/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/form/form-field/form-field.directive.d.ts +1 -0
- app-ng-runtime/components/data/list/bundles/index.umd.js +11 -11
- app-ng-runtime/components/data/list/esm2022/list.component.mjs +12 -12
- app-ng-runtime/components/data/list/fesm2022/index.mjs +11 -11
- app-ng-runtime/components/data/list/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/live-table/bundles/index.umd.js +2 -2
- app-ng-runtime/components/data/live-table/esm2022/live-table.component.mjs +3 -3
- app-ng-runtime/components/data/live-table/fesm2022/index.mjs +2 -2
- app-ng-runtime/components/data/live-table/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/pagination/bundles/index.umd.js +2 -0
- app-ng-runtime/components/data/pagination/esm2022/pagination.component.mjs +3 -1
- app-ng-runtime/components/data/pagination/fesm2022/index.mjs +2 -0
- app-ng-runtime/components/data/pagination/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/table/bundles/index.umd.js +44 -10
- app-ng-runtime/components/data/table/esm2022/table-column/table-column.directive.mjs +14 -5
- app-ng-runtime/components/data/table/esm2022/table.component.mjs +30 -7
- app-ng-runtime/components/data/table/esm2022/table.props.mjs +3 -1
- app-ng-runtime/components/data/table/fesm2022/index.mjs +45 -11
- app-ng-runtime/components/data/table/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/table/table.component.d.ts +8 -1
- app-ng-runtime/components/dialogs/alert-dialog/bundles/index.umd.js +6 -4
- app-ng-runtime/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +7 -5
- app-ng-runtime/components/dialogs/alert-dialog/fesm2022/index.mjs +6 -4
- app-ng-runtime/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/confirm-dialog/bundles/index.umd.js +8 -5
- app-ng-runtime/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +9 -6
- app-ng-runtime/components/dialogs/confirm-dialog/fesm2022/index.mjs +8 -5
- app-ng-runtime/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/default/base-dialog.d.ts +0 -2
- app-ng-runtime/components/dialogs/default/bundles/index.umd.js +23 -17
- app-ng-runtime/components/dialogs/default/dialog-header/dialog-header.component.d.ts +2 -1
- app-ng-runtime/components/dialogs/default/esm2022/base-dialog.mjs +13 -1
- app-ng-runtime/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +2 -14
- app-ng-runtime/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +12 -6
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs +24 -18
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/design-dialog/bundles/index.umd.js +7 -25
- app-ng-runtime/components/dialogs/design-dialog/dialog.component.d.ts +2 -3
- app-ng-runtime/components/dialogs/design-dialog/esm2022/dialog.component.mjs +8 -26
- app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs +7 -25
- app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/iframe-dialog/bundles/index.umd.js +9 -5
- app-ng-runtime/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +10 -6
- app-ng-runtime/components/dialogs/iframe-dialog/fesm2022/index.mjs +9 -5
- app-ng-runtime/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/partial-dialog/bundles/index.umd.js +9 -5
- app-ng-runtime/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +10 -6
- app-ng-runtime/components/dialogs/partial-dialog/fesm2022/index.mjs +9 -5
- app-ng-runtime/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/calendar/bundles/index.umd.js +2 -4
- app-ng-runtime/components/input/calendar/esm2022/calendar.component.mjs +3 -5
- app-ng-runtime/components/input/calendar/fesm2022/index.mjs +2 -4
- app-ng-runtime/components/input/calendar/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/chips/bundles/index.umd.js +7 -3
- app-ng-runtime/components/input/chips/esm2022/chips.component.mjs +7 -4
- app-ng-runtime/components/input/chips/esm2022/chips.props.mjs +2 -1
- app-ng-runtime/components/input/chips/fesm2022/index.mjs +7 -3
- app-ng-runtime/components/input/chips/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/color-picker/bundles/index.umd.js +5 -3
- app-ng-runtime/components/input/color-picker/color-picker.component.d.ts +1 -0
- app-ng-runtime/components/input/color-picker/esm2022/color-picker.component.mjs +6 -5
- app-ng-runtime/components/input/color-picker/esm2022/color-picker.props.mjs +2 -1
- app-ng-runtime/components/input/color-picker/fesm2022/index.mjs +5 -3
- app-ng-runtime/components/input/color-picker/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/currency/bundles/index.umd.js +4 -3
- app-ng-runtime/components/input/currency/currency.component.d.ts +1 -0
- app-ng-runtime/components/input/currency/esm2022/currency.component.mjs +6 -6
- app-ng-runtime/components/input/currency/esm2022/currency.props.mjs +2 -1
- app-ng-runtime/components/input/currency/fesm2022/index.mjs +4 -3
- app-ng-runtime/components/input/currency/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/default/bundles/index.umd.js +257 -197
- app-ng-runtime/components/input/default/button/button.component.d.ts +1 -0
- app-ng-runtime/components/input/default/checkbox/checkbox.component.d.ts +1 -0
- app-ng-runtime/components/input/default/checkboxset/checkboxset.component.d.ts +0 -1
- app-ng-runtime/components/input/default/esm2022/button/button.component.mjs +1 -1
- app-ng-runtime/components/input/default/esm2022/button/button.props.mjs +2 -1
- app-ng-runtime/components/input/default/esm2022/caption-position.directive.mjs +8 -7
- app-ng-runtime/components/input/default/esm2022/checkbox/checkbox.component.mjs +7 -7
- app-ng-runtime/components/input/default/esm2022/checkbox/checkbox.props.mjs +2 -1
- app-ng-runtime/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +25 -23
- app-ng-runtime/components/input/default/esm2022/number/number.component.mjs +5 -5
- app-ng-runtime/components/input/default/esm2022/number/number.props.mjs +3 -1
- app-ng-runtime/components/input/default/esm2022/radioset/radioset.component.mjs +32 -30
- app-ng-runtime/components/input/default/esm2022/select/select.component.mjs +60 -30
- app-ng-runtime/components/input/default/esm2022/select/select.props.mjs +2 -1
- app-ng-runtime/components/input/default/esm2022/switch/switch.component.mjs +39 -64
- app-ng-runtime/components/input/default/esm2022/switch/switch.props.mjs +2 -2
- app-ng-runtime/components/input/default/esm2022/text/base/base-input.mjs +1 -4
- app-ng-runtime/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +5 -5
- app-ng-runtime/components/input/default/esm2022/text/calendar/input-calendar.props.mjs +2 -1
- app-ng-runtime/components/input/default/esm2022/text/color/input-color.component.mjs +5 -5
- app-ng-runtime/components/input/default/esm2022/text/color/input-color.props.mjs +2 -1
- app-ng-runtime/components/input/default/esm2022/text/email/input-email.component.mjs +5 -5
- app-ng-runtime/components/input/default/esm2022/text/email/input-email.props.mjs +2 -1
- app-ng-runtime/components/input/default/esm2022/text/locale/number-locale.mjs +51 -14
- app-ng-runtime/components/input/default/esm2022/text/number/input-number.component.mjs +5 -5
- app-ng-runtime/components/input/default/esm2022/text/number/input-number.props.mjs +2 -1
- app-ng-runtime/components/input/default/esm2022/text/text/input-text.component.mjs +5 -5
- app-ng-runtime/components/input/default/esm2022/text/text/input-text.props.mjs +2 -1
- app-ng-runtime/components/input/default/esm2022/textarea/textarea.component.mjs +9 -6
- app-ng-runtime/components/input/default/esm2022/textarea/textarea.props.mjs +2 -1
- app-ng-runtime/components/input/default/fesm2022/index.mjs +257 -197
- app-ng-runtime/components/input/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/default/number/number.component.d.ts +1 -0
- app-ng-runtime/components/input/default/radioset/radioset.component.d.ts +0 -1
- app-ng-runtime/components/input/default/select/select.component.d.ts +4 -4
- app-ng-runtime/components/input/default/switch/switch.component.d.ts +0 -2
- app-ng-runtime/components/input/default/text/calendar/input-calendar.component.d.ts +1 -0
- app-ng-runtime/components/input/default/text/color/input-color.component.d.ts +1 -0
- app-ng-runtime/components/input/default/text/email/input-email.component.d.ts +1 -0
- app-ng-runtime/components/input/default/text/locale/number-locale.d.ts +1 -0
- app-ng-runtime/components/input/default/text/number/input-number.component.d.ts +1 -0
- app-ng-runtime/components/input/default/text/text/input-text.component.d.ts +1 -0
- app-ng-runtime/components/input/default/textarea/textarea.component.d.ts +4 -2
- app-ng-runtime/components/input/epoch/base-date-time.component.d.ts +2 -1
- app-ng-runtime/components/input/epoch/bundles/index.umd.js +31 -21
- app-ng-runtime/components/input/epoch/date/date.component.d.ts +1 -0
- app-ng-runtime/components/input/epoch/date-time/date-time.component.d.ts +2 -1
- app-ng-runtime/components/input/epoch/esm2022/base-date-time.component.mjs +10 -6
- app-ng-runtime/components/input/epoch/esm2022/date/date.component.mjs +8 -8
- app-ng-runtime/components/input/epoch/esm2022/date/date.props.mjs +2 -1
- app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +12 -9
- app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.props.mjs +2 -1
- app-ng-runtime/components/input/epoch/esm2022/time/time.component.mjs +7 -7
- app-ng-runtime/components/input/epoch/esm2022/time/time.props.mjs +2 -1
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs +28 -18
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/epoch/time/time.component.d.ts +1 -0
- app-ng-runtime/components/input/file-upload/bundles/index.umd.js +241 -112
- app-ng-runtime/components/input/file-upload/esm2022/file-upload.component.mjs +238 -115
- app-ng-runtime/components/input/file-upload/esm2022/file-upload.props.mjs +7 -1
- app-ng-runtime/components/input/file-upload/fesm2022/index.mjs +242 -113
- app-ng-runtime/components/input/file-upload/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/file-upload/file-upload.component.d.ts +23 -12
- app-ng-runtime/components/input/rating/bundles/index.umd.js +35 -26
- app-ng-runtime/components/input/rating/esm2022/rating.component.mjs +37 -26
- app-ng-runtime/components/input/rating/esm2022/rating.props.mjs +1 -3
- app-ng-runtime/components/input/rating/fesm2022/index.mjs +36 -27
- app-ng-runtime/components/input/rating/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/rating/rating.component.d.ts +1 -3
- app-ng-runtime/components/input/slider/bundles/index.umd.js +5 -6
- app-ng-runtime/components/input/slider/esm2022/slider.component.mjs +6 -8
- app-ng-runtime/components/input/slider/esm2022/slider.props.mjs +2 -1
- app-ng-runtime/components/input/slider/fesm2022/index.mjs +5 -6
- app-ng-runtime/components/input/slider/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/slider/slider.component.d.ts +1 -0
- app-ng-runtime/components/navigation/breadcrumb/bundles/index.umd.js +6 -6
- app-ng-runtime/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +7 -7
- app-ng-runtime/components/navigation/breadcrumb/fesm2022/index.mjs +6 -6
- app-ng-runtime/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/menu/bundles/index.umd.js +10 -8
- app-ng-runtime/components/navigation/menu/esm2022/menu.component.mjs +9 -8
- app-ng-runtime/components/navigation/menu/esm2022/menu.props.mjs +2 -1
- app-ng-runtime/components/navigation/menu/esm2022/nav/nav.component.mjs +2 -2
- app-ng-runtime/components/navigation/menu/fesm2022/index.mjs +10 -8
- app-ng-runtime/components/navigation/menu/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/menu/menu.component.d.ts +1 -0
- app-ng-runtime/components/navigation/popover/bundles/index.umd.js +121 -13
- app-ng-runtime/components/navigation/popover/esm2022/popover.component.mjs +122 -15
- app-ng-runtime/components/navigation/popover/esm2022/popover.props.mjs +2 -1
- app-ng-runtime/components/navigation/popover/fesm2022/index.mjs +121 -13
- app-ng-runtime/components/navigation/popover/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/popover/popover.component.d.ts +15 -3
- app-ng-runtime/components/page/default/bundles/index.umd.js +2 -1
- app-ng-runtime/components/page/default/esm2022/page.props.mjs +4 -3
- app-ng-runtime/components/page/default/fesm2022/index.mjs +2 -1
- app-ng-runtime/components/page/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/footer/bundles/index.umd.js +2 -1
- app-ng-runtime/components/page/footer/esm2022/footer.props.mjs +3 -2
- app-ng-runtime/components/page/footer/fesm2022/index.mjs +2 -1
- app-ng-runtime/components/page/footer/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/header/bundles/index.umd.js +2 -1
- app-ng-runtime/components/page/header/esm2022/header.props.mjs +3 -2
- app-ng-runtime/components/page/header/fesm2022/index.mjs +2 -1
- app-ng-runtime/components/page/header/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/left-panel/bundles/index.umd.js +4 -7
- app-ng-runtime/components/page/left-panel/esm2022/left-panel.directive.mjs +5 -9
- app-ng-runtime/components/page/left-panel/esm2022/left-panel.props.mjs +3 -2
- app-ng-runtime/components/page/left-panel/fesm2022/index.mjs +6 -9
- app-ng-runtime/components/page/left-panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/left-panel/left-panel.directive.d.ts +2 -2
- app-ng-runtime/components/page/right-panel/bundles/index.umd.js +4 -7
- app-ng-runtime/components/page/right-panel/esm2022/right-panel.directive.mjs +5 -9
- app-ng-runtime/components/page/right-panel/esm2022/right-panel.props.mjs +3 -2
- app-ng-runtime/components/page/right-panel/fesm2022/index.mjs +6 -9
- app-ng-runtime/components/page/right-panel/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/page/right-panel/right-panel.directive.d.ts +2 -2
- app-ng-runtime/components/page/top-nav/bundles/index.umd.js +2 -1
- app-ng-runtime/components/page/top-nav/esm2022/top-nav.props.mjs +3 -2
- app-ng-runtime/components/page/top-nav/fesm2022/index.mjs +2 -1
- app-ng-runtime/components/page/top-nav/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/core/bundles/index.umd.js +11 -31
- app-ng-runtime/core/enums/enums.d.ts +1 -2
- app-ng-runtime/core/esm2022/enums/enums.mjs +1 -2
- app-ng-runtime/core/esm2022/public_api.mjs +2 -2
- app-ng-runtime/core/esm2022/types/types.mjs +1 -4
- app-ng-runtime/core/esm2022/utils/build-utils.mjs +7 -12
- app-ng-runtime/core/esm2022/utils/utils.mjs +4 -12
- app-ng-runtime/core/fesm2022/index.mjs +11 -29
- app-ng-runtime/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/core/public_api.d.ts +1 -1
- app-ng-runtime/core/types/types.d.ts +1 -5
- app-ng-runtime/core/utils/utils.d.ts +1 -2
- app-ng-runtime/mobile/components/device/barcode-scanner/bundles/index.umd.js +2 -1
- app-ng-runtime/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.props.mjs +3 -2
- app-ng-runtime/mobile/components/device/barcode-scanner/fesm2022/index.mjs +2 -1
- app-ng-runtime/mobile/components/device/barcode-scanner/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/components/device/camera/bundles/index.umd.js +2 -1
- app-ng-runtime/mobile/components/device/camera/esm2022/camera.props.mjs +3 -2
- app-ng-runtime/mobile/components/device/camera/fesm2022/index.mjs +2 -1
- app-ng-runtime/mobile/components/device/camera/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/core/bundles/index.umd.js +18 -2
- app-ng-runtime/mobile/core/esm2022/native.xhr.mjs +19 -3
- app-ng-runtime/mobile/core/fesm2022/index.mjs +18 -2
- app-ng-runtime/mobile/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/package.json +1 -1
- app-ng-runtime/runtime/base/bundles/index.umd.js +11 -300
- app-ng-runtime/runtime/base/components/app-component/app.component.d.ts +2 -3
- app-ng-runtime/runtime/base/esm2022/components/app-component/app.component.mjs +5 -5
- app-ng-runtime/runtime/base/esm2022/guards/can-deactivate-page.guard.mjs +5 -4
- app-ng-runtime/runtime/base/esm2022/public_api.mjs +1 -2
- app-ng-runtime/runtime/base/esm2022/runtime-base.module.mjs +1 -6
- app-ng-runtime/runtime/base/esm2022/services/i18n.service.mjs +2 -2
- app-ng-runtime/runtime/base/esm2022/types/types.mjs +1 -4
- app-ng-runtime/runtime/base/fesm2022/index.mjs +10 -298
- app-ng-runtime/runtime/base/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/runtime/base/guards/can-deactivate-page.guard.d.ts +2 -1
- app-ng-runtime/runtime/base/public_api.d.ts +0 -1
- app-ng-runtime/runtime/base/runtime-base.module.d.ts +8 -9
- app-ng-runtime/runtime/base/types/types.d.ts +1 -5
- app-ng-runtime/runtime/dynamic/bundles/index.umd.js +13 -49
- app-ng-runtime/runtime/dynamic/esm2022/app/app.module.mjs +3 -8
- app-ng-runtime/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +7 -23
- app-ng-runtime/runtime/dynamic/fesm2022/index.mjs +11 -50
- app-ng-runtime/runtime/dynamic/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/scripts/@wavemaker/nvd3/build/nv.d3.min.js +1 -1
- app-ng-runtime/scripts/datatable/datatable.js +38 -34
- app-ng-runtime/scripts/summernote/dist/summernote-lite.min.js +2 -3
- app-ng-runtime/transpiler/bundles/index.umd.js +0 -5
- app-ng-runtime/transpiler/esm2022/build.mjs +1 -4
- app-ng-runtime/transpiler/esm2022/imports.mjs +1 -3
- app-ng-runtime/transpiler/fesm2022/index.mjs +0 -5
- app-ng-runtime/transpiler/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/variables/bundles/index.umd.js +34 -16
- app-ng-runtime/variables/esm2022/manager/variable/web-socket-variable.manager.mjs +35 -17
- app-ng-runtime/variables/fesm2022/index.mjs +34 -16
- app-ng-runtime/variables/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/variables/manager/variable/web-socket-variable.manager.d.ts +0 -4
- app-ng-runtime/build-task/advanced/custom-widget-container/custom-widget-container.build.d.ts +0 -2
- app-ng-runtime/build-task/advanced/custom-widget-wrapper/custom-widget-wrapper.build.d.ts +0 -2
- app-ng-runtime/build-task/esm2022/advanced/custom-widget-container/custom-widget-container.build.mjs +0 -15
- app-ng-runtime/build-task/esm2022/advanced/custom-widget-wrapper/custom-widget-wrapper.build.mjs +0 -26
- app-ng-runtime/components/advanced/custom/.npmignore +0 -2
- app-ng-runtime/components/advanced/custom/bundles/index.umd.js +0 -232
- app-ng-runtime/components/advanced/custom/custom-widget-container/custom-widget-container.directive.d.ts +0 -19
- app-ng-runtime/components/advanced/custom/custom-widget-container/custom-widget.props.d.ts +0 -2
- app-ng-runtime/components/advanced/custom/custom-widget-prop.d.ts +0 -1
- app-ng-runtime/components/advanced/custom/custom-widget.directive.d.ts +0 -19
- app-ng-runtime/components/advanced/custom/custom-widget.module.d.ts +0 -10
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget-container/custom-widget-container.directive.mjs +0 -102
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget-container/custom-widget.props.mjs +0 -12
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget-prop.mjs +0 -8
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget.directive.mjs +0 -68
- app-ng-runtime/components/advanced/custom/esm2022/custom-widget.module.mjs +0 -32
- app-ng-runtime/components/advanced/custom/esm2022/index.mjs +0 -5
- app-ng-runtime/components/advanced/custom/esm2022/public_api.mjs +0 -4
- app-ng-runtime/components/advanced/custom/fesm2022/index.mjs +0 -215
- app-ng-runtime/components/advanced/custom/fesm2022/index.mjs.map +0 -1
- app-ng-runtime/components/advanced/custom/index.d.ts +0 -5
- app-ng-runtime/components/advanced/custom/package.json +0 -23
- app-ng-runtime/components/advanced/custom/public_api.d.ts +0 -3
- app-ng-runtime/components/base/esm2022/widgets/common/base/custom-widget-container.directive.mjs +0 -39
- app-ng-runtime/components/base/widgets/common/base/custom-widget-container.directive.d.ts +0 -14
- app-ng-runtime/runtime/base/components/base-custom-widget.component.d.ts +0 -73
- app-ng-runtime/runtime/base/esm2022/components/base-custom-widget.component.mjs +0 -294
- app-ng-runtime/runtime/dynamic/app/services/customwidget-config-provider.service.d.ts +0 -8
- app-ng-runtime/runtime/dynamic/esm2022/app/services/customwidget-config-provider.service.mjs +0 -22
|
@@ -30,6 +30,8 @@
|
|
|
30
30
|
i3.register('wm-fileupload', new Map([
|
|
31
31
|
['caption', i3.PROP_STRING],
|
|
32
32
|
['name', i3.PROP_STRING],
|
|
33
|
+
['hint', i3.PROP_STRING],
|
|
34
|
+
['arialabel', i3.PROP_STRING],
|
|
33
35
|
['tabindex', i3.PROP_NUMBER],
|
|
34
36
|
['multiple', i3.PROP_BOOLEAN],
|
|
35
37
|
['fileuploadmessage', i3.PROP_STRING],
|
|
@@ -46,6 +48,10 @@
|
|
|
46
48
|
['selectedFiles', i3.PROP_STRING],
|
|
47
49
|
['destination', i3.PROP_STRING],
|
|
48
50
|
['filelistheight', i3.PROP_NUMBER],
|
|
51
|
+
['width', { value: 'auto', ...i3.PROP_STRING }],
|
|
52
|
+
['showprogressbar', i3.PROP_BOOLEAN],
|
|
53
|
+
['showprogressbarpercentage', i3.PROP_BOOLEAN],
|
|
54
|
+
['deleteiconhint', { value: 'Delete', ...i3.PROP_STRING }]
|
|
49
55
|
]));
|
|
50
56
|
i3.registerFormWidget(i1.FormWidgetType.UPLOAD, new Map([
|
|
51
57
|
['disabled', i3.PROP_BOOLEAN],
|
|
@@ -63,7 +69,7 @@
|
|
|
63
69
|
const _c3 = a0 => ({ width: a0 });
|
|
64
70
|
function FileUploadComponent_div_1_input_6_Template(rf, ctx) { if (rf & 1) {
|
|
65
71
|
const _r3 = i0__namespace.ɵɵgetCurrentView();
|
|
66
|
-
i0__namespace.ɵɵelementStart(0, "input",
|
|
72
|
+
i0__namespace.ɵɵelementStart(0, "input", 15);
|
|
67
73
|
i0__namespace.ɵɵlistener("click", function FileUploadComponent_div_1_input_6_Template_input_click_0_listener($event) { i0__namespace.ɵɵrestoreView(_r3); const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.onFileElemClick($event)); })("change", function FileUploadComponent_div_1_input_6_Template_input_change_0_listener($event) { i0__namespace.ɵɵrestoreView(_r3); const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.onFileSelect($event, $event.target.files)); });
|
|
68
74
|
i0__namespace.ɵɵelementEnd();
|
|
69
75
|
} if (rf & 2) {
|
|
@@ -71,6 +77,23 @@
|
|
|
71
77
|
i0__namespace.ɵɵproperty("disabled", ctx_r1.disabled)("accept", ctx_r1.chooseFilter);
|
|
72
78
|
i0__namespace.ɵɵattribute("aria-label", ctx_r1.hint || "File selection field");
|
|
73
79
|
} }
|
|
80
|
+
function FileUploadComponent_div_1_label_9_Template(rf, ctx) { if (rf & 1) {
|
|
81
|
+
i0__namespace.ɵɵelement(0, "label", 16);
|
|
82
|
+
} if (rf & 2) {
|
|
83
|
+
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
84
|
+
i0__namespace.ɵɵproperty("innerHtml", ctx_r1.chooseFilter + " only ", i0__namespace.ɵɵsanitizeHtml);
|
|
85
|
+
} }
|
|
86
|
+
function FileUploadComponent_div_1_span_10_Template(rf, ctx) { if (rf & 1) {
|
|
87
|
+
i0__namespace.ɵɵelementStart(0, "span", 17);
|
|
88
|
+
i0__namespace.ɵɵtext(1, " . ");
|
|
89
|
+
i0__namespace.ɵɵelementEnd();
|
|
90
|
+
} }
|
|
91
|
+
function FileUploadComponent_div_1_label_11_Template(rf, ctx) { if (rf & 1) {
|
|
92
|
+
i0__namespace.ɵɵelement(0, "label", 16);
|
|
93
|
+
} if (rf & 2) {
|
|
94
|
+
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
95
|
+
i0__namespace.ɵɵproperty("innerHtml", ctx_r1.maxfilesize + "MB max", i0__namespace.ɵɵsanitizeHtml);
|
|
96
|
+
} }
|
|
74
97
|
function FileUploadComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
75
98
|
const _r1 = i0__namespace.ɵɵgetCurrentView();
|
|
76
99
|
i0__namespace.ɵɵelementStart(0, "div", 6)(1, "div", 7);
|
|
@@ -82,11 +105,13 @@
|
|
|
82
105
|
i0__namespace.ɵɵtemplate(6, FileUploadComponent_div_1_input_6_Template, 1, 3, "input", 11);
|
|
83
106
|
i0__namespace.ɵɵelementStart(7, "a", 12);
|
|
84
107
|
i0__namespace.ɵɵtext(8);
|
|
85
|
-
i0__namespace.ɵɵelementEnd()()
|
|
108
|
+
i0__namespace.ɵɵelementEnd()();
|
|
109
|
+
i0__namespace.ɵɵtemplate(9, FileUploadComponent_div_1_label_9_Template, 1, 1, "label", 13)(10, FileUploadComponent_div_1_span_10_Template, 2, 0, "span", 14)(11, FileUploadComponent_div_1_label_11_Template, 1, 1, "label", 13);
|
|
110
|
+
i0__namespace.ɵɵelementEnd()()();
|
|
86
111
|
} if (rf & 2) {
|
|
87
112
|
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
88
113
|
i0__namespace.ɵɵadvance();
|
|
89
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(
|
|
114
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(11, _c1, ctx_r1.highlightDropArea));
|
|
90
115
|
i0__namespace.ɵɵadvance();
|
|
91
116
|
i0__namespace.ɵɵclassMap(ctx_r1.iconclass);
|
|
92
117
|
i0__namespace.ɵɵadvance(2);
|
|
@@ -97,34 +122,40 @@
|
|
|
97
122
|
i0__namespace.ɵɵproperty("ngIf", ctx_r1.multiple);
|
|
98
123
|
i0__namespace.ɵɵadvance(2);
|
|
99
124
|
i0__namespace.ɵɵtextInterpolate(ctx_r1.fileUploadMessage);
|
|
125
|
+
i0__namespace.ɵɵadvance();
|
|
126
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r1.chooseFilter);
|
|
127
|
+
i0__namespace.ɵɵadvance();
|
|
128
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r1.chooseFilter && ctx_r1.maxfilesize);
|
|
129
|
+
i0__namespace.ɵɵadvance();
|
|
130
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r1.maxfilesize);
|
|
100
131
|
} }
|
|
101
132
|
function FileUploadComponent_div_2_input_3_Template(rf, ctx) { if (rf & 1) {
|
|
102
133
|
const _r4 = i0__namespace.ɵɵgetCurrentView();
|
|
103
|
-
i0__namespace.ɵɵelementStart(0, "input",
|
|
104
|
-
i0__namespace.ɵɵlistener("
|
|
134
|
+
i0__namespace.ɵɵelementStart(0, "input", 26);
|
|
135
|
+
i0__namespace.ɵɵlistener("change", function FileUploadComponent_div_2_input_3_Template_input_change_0_listener($event) { i0__namespace.ɵɵrestoreView(_r4); const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.onFileSelect($event, $event.target.files)); })("click", function FileUploadComponent_div_2_input_3_Template_input_click_0_listener($event) { i0__namespace.ɵɵrestoreView(_r4); const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.onFileElemClick($event)); });
|
|
105
136
|
i0__namespace.ɵɵelementEnd();
|
|
106
137
|
} if (rf & 2) {
|
|
107
138
|
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
108
|
-
i0__namespace.ɵɵproperty("
|
|
109
|
-
i0__namespace.ɵɵattribute("aria-label", ctx_r1.
|
|
139
|
+
i0__namespace.ɵɵproperty("accept", ctx_r1.chooseFilter)("disabled", ctx_r1.disabled);
|
|
140
|
+
i0__namespace.ɵɵattribute("aria-label", ctx_r1.arialabel || "File selection field");
|
|
110
141
|
} }
|
|
111
142
|
function FileUploadComponent_div_2_input_4_Template(rf, ctx) { if (rf & 1) {
|
|
112
143
|
const _r5 = i0__namespace.ɵɵgetCurrentView();
|
|
113
|
-
i0__namespace.ɵɵelementStart(0, "input",
|
|
114
|
-
i0__namespace.ɵɵlistener("
|
|
144
|
+
i0__namespace.ɵɵelementStart(0, "input", 27);
|
|
145
|
+
i0__namespace.ɵɵlistener("change", function FileUploadComponent_div_2_input_4_Template_input_change_0_listener($event) { i0__namespace.ɵɵrestoreView(_r5); const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.onFileSelect($event, $event.target.files)); })("click", function FileUploadComponent_div_2_input_4_Template_input_click_0_listener($event) { i0__namespace.ɵɵrestoreView(_r5); const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.onFileElemClick($event)); });
|
|
115
146
|
i0__namespace.ɵɵelementEnd();
|
|
116
147
|
} if (rf & 2) {
|
|
117
148
|
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
118
|
-
i0__namespace.ɵɵproperty("
|
|
119
|
-
i0__namespace.ɵɵattribute("aria-label", ctx_r1.
|
|
149
|
+
i0__namespace.ɵɵproperty("accept", ctx_r1.chooseFilter)("disabled", ctx_r1.disabled);
|
|
150
|
+
i0__namespace.ɵɵattribute("aria-label", ctx_r1.arialabel || "File selection field");
|
|
120
151
|
} }
|
|
121
152
|
function FileUploadComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
122
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
123
|
-
i0__namespace.ɵɵtemplate(3, FileUploadComponent_div_2_input_3_Template, 1, 3, "input",
|
|
124
|
-
i0__namespace.ɵɵelementStart(5, "button",
|
|
125
|
-
i0__namespace.ɵɵelement(6, "i",
|
|
153
|
+
i0__namespace.ɵɵelementStart(0, "div", 18)(1, "div", 19)(2, "form", 10);
|
|
154
|
+
i0__namespace.ɵɵtemplate(3, FileUploadComponent_div_2_input_3_Template, 1, 3, "input", 20)(4, FileUploadComponent_div_2_input_4_Template, 1, 3, "input", 21);
|
|
155
|
+
i0__namespace.ɵɵelementStart(5, "button", 22);
|
|
156
|
+
i0__namespace.ɵɵelement(6, "i", 23)(7, "span", 24);
|
|
126
157
|
i0__namespace.ɵɵelementEnd()()();
|
|
127
|
-
i0__namespace.ɵɵelement(8, "div",
|
|
158
|
+
i0__namespace.ɵɵelement(8, "div", 25);
|
|
128
159
|
i0__namespace.ɵɵelementEnd();
|
|
129
160
|
} if (rf & 2) {
|
|
130
161
|
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
@@ -143,9 +174,9 @@
|
|
|
143
174
|
} }
|
|
144
175
|
function FileUploadComponent_button_3_Template(rf, ctx) { if (rf & 1) {
|
|
145
176
|
const _r6 = i0__namespace.ɵɵgetCurrentView();
|
|
146
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
177
|
+
i0__namespace.ɵɵelementStart(0, "button", 28);
|
|
147
178
|
i0__namespace.ɵɵlistener("click", function FileUploadComponent_button_3_Template_button_click_0_listener() { i0__namespace.ɵɵrestoreView(_r6); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.openFileSelector()); });
|
|
148
|
-
i0__namespace.ɵɵelement(1, "i")(2, "span",
|
|
179
|
+
i0__namespace.ɵɵelement(1, "i")(2, "span", 24);
|
|
149
180
|
i0__namespace.ɵɵelementEnd();
|
|
150
181
|
} if (rf & 2) {
|
|
151
182
|
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
@@ -155,8 +186,15 @@
|
|
|
155
186
|
i0__namespace.ɵɵadvance();
|
|
156
187
|
i0__namespace.ɵɵproperty("innerHTML", ctx_r1.caption, i0__namespace.ɵɵsanitizeHtml);
|
|
157
188
|
} }
|
|
158
|
-
function
|
|
159
|
-
i0__namespace.ɵɵ
|
|
189
|
+
function FileUploadComponent_ul_4_ng_container_1_li_1_span_8_Template(rf, ctx) { if (rf & 1) {
|
|
190
|
+
i0__namespace.ɵɵelement(0, "span");
|
|
191
|
+
i0__namespace.ɵɵpipe(1, "stateClass");
|
|
192
|
+
} if (rf & 2) {
|
|
193
|
+
const ft_r7 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
194
|
+
i0__namespace.ɵɵclassMapInterpolate1("status-icon ", i0__namespace.ɵɵpipeBind1(1, 3, ft_r7.status), "");
|
|
195
|
+
} }
|
|
196
|
+
function FileUploadComponent_ul_4_ng_container_1_li_1_span_10_Template(rf, ctx) { if (rf & 1) {
|
|
197
|
+
i0__namespace.ɵɵelementStart(0, "span", 47);
|
|
160
198
|
i0__namespace.ɵɵtext(1);
|
|
161
199
|
i0__namespace.ɵɵpipe(2, "filesize");
|
|
162
200
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -165,130 +203,152 @@
|
|
|
165
203
|
i0__namespace.ɵɵadvance();
|
|
166
204
|
i0__namespace.ɵɵtextInterpolate(i0__namespace.ɵɵpipeBind2(2, 1, ft_r7.size, 0));
|
|
167
205
|
} }
|
|
168
|
-
function
|
|
169
|
-
i0__namespace.ɵɵ
|
|
170
|
-
i0__namespace.ɵɵ
|
|
206
|
+
function FileUploadComponent_ul_4_ng_container_1_li_1_span_11_Template(rf, ctx) { if (rf & 1) {
|
|
207
|
+
i0__namespace.ɵɵelement(0, "span", 34);
|
|
208
|
+
i0__namespace.ɵɵpipe(1, "stateClass");
|
|
209
|
+
} if (rf & 2) {
|
|
210
|
+
const ft_r7 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
211
|
+
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
212
|
+
i0__namespace.ɵɵclassMapInterpolate1("status-icon ", i0__namespace.ɵɵpipeBind1(1, 4, ft_r7.status), "");
|
|
213
|
+
i0__namespace.ɵɵpropertyInterpolate("title", ft_r7.errMsg || ctx_r1.appLocale.MESSAGE_FILE_UPLOAD_FAILED);
|
|
214
|
+
} }
|
|
215
|
+
function FileUploadComponent_ul_4_ng_container_1_li_1_span_12_Template(rf, ctx) { if (rf & 1) {
|
|
216
|
+
i0__namespace.ɵɵelementStart(0, "span", 48);
|
|
217
|
+
i0__namespace.ɵɵtext(1, "Upload Failed");
|
|
218
|
+
i0__namespace.ɵɵelementEnd();
|
|
219
|
+
} }
|
|
220
|
+
function FileUploadComponent_ul_4_ng_container_1_li_1_div_13_Template(rf, ctx) { if (rf & 1) {
|
|
221
|
+
i0__namespace.ɵɵelementStart(0, "div", 49);
|
|
222
|
+
i0__namespace.ɵɵelement(1, "div", 50);
|
|
171
223
|
i0__namespace.ɵɵelementEnd();
|
|
172
224
|
} if (rf & 2) {
|
|
173
225
|
const ft_r7 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
174
226
|
i0__namespace.ɵɵadvance();
|
|
175
|
-
i0__namespace.ɵɵproperty("ngStyle", i0__namespace.ɵɵpureFunction1(
|
|
227
|
+
i0__namespace.ɵɵproperty("ngClass", ft_r7.status === "error" ? "progress-bar-danger" : "progress-bar-info")("ngStyle", i0__namespace.ɵɵpureFunction1(2, _c3, ft_r7.progress + "%"));
|
|
176
228
|
} }
|
|
177
|
-
function
|
|
178
|
-
|
|
179
|
-
i0__namespace.ɵɵ
|
|
180
|
-
i0__namespace.ɵɵlistener("click", function FileUploadComponent_ul_4_div_1_li_1_div_11_Template_a_click_1_listener() { i0__namespace.ɵɵrestoreView(_r8); const ft_r7 = i0__namespace.ɵɵnextContext(2).$implicit; const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.abortFileUpload(ft_r7)); });
|
|
181
|
-
i0__namespace.ɵɵelement(2, "i", 41);
|
|
182
|
-
i0__namespace.ɵɵelementEnd()();
|
|
183
|
-
} }
|
|
184
|
-
function FileUploadComponent_ul_4_div_1_li_1_div_12_Template(rf, ctx) { if (rf & 1) {
|
|
185
|
-
i0__namespace.ɵɵelementStart(0, "div", 39);
|
|
186
|
-
i0__namespace.ɵɵelement(1, "span");
|
|
187
|
-
i0__namespace.ɵɵpipe(2, "stateClass");
|
|
229
|
+
function FileUploadComponent_ul_4_ng_container_1_li_1_div_14_Template(rf, ctx) { if (rf & 1) {
|
|
230
|
+
i0__namespace.ɵɵelementStart(0, "div", 51);
|
|
231
|
+
i0__namespace.ɵɵtext(1);
|
|
188
232
|
i0__namespace.ɵɵelementEnd();
|
|
189
233
|
} if (rf & 2) {
|
|
190
234
|
const ft_r7 = i0__namespace.ɵɵnextContext(2).$implicit;
|
|
191
235
|
i0__namespace.ɵɵadvance();
|
|
192
|
-
i0__namespace.ɵɵ
|
|
236
|
+
i0__namespace.ɵɵtextInterpolate1("", ft_r7.progress + "%", " ");
|
|
193
237
|
} }
|
|
194
|
-
function
|
|
195
|
-
const
|
|
196
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
197
|
-
i0__namespace.ɵɵlistener("click", function
|
|
198
|
-
i0__namespace.ɵɵelement(2, "i");
|
|
238
|
+
function FileUploadComponent_ul_4_ng_container_1_li_1_div_15_Template(rf, ctx) { if (rf & 1) {
|
|
239
|
+
const _r8 = i0__namespace.ɵɵgetCurrentView();
|
|
240
|
+
i0__namespace.ɵɵelementStart(0, "div", 45)(1, "a", 52);
|
|
241
|
+
i0__namespace.ɵɵlistener("click", function FileUploadComponent_ul_4_ng_container_1_li_1_div_15_Template_a_click_1_listener() { i0__namespace.ɵɵrestoreView(_r8); const ft_r7 = i0__namespace.ɵɵnextContext(2).$implicit; const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.abortFileUpload(ft_r7)); });
|
|
242
|
+
i0__namespace.ɵɵelement(2, "i", 53);
|
|
199
243
|
i0__namespace.ɵɵelementEnd()();
|
|
244
|
+
} }
|
|
245
|
+
function FileUploadComponent_ul_4_ng_container_1_li_1_a_17_Template(rf, ctx) { if (rf & 1) {
|
|
246
|
+
const _r9 = i0__namespace.ɵɵgetCurrentView();
|
|
247
|
+
i0__namespace.ɵɵelementStart(0, "a", 54);
|
|
248
|
+
i0__namespace.ɵɵlistener("click", function FileUploadComponent_ul_4_ng_container_1_li_1_a_17_Template_a_click_0_listener() { i0__namespace.ɵɵrestoreView(_r9); const ft_r7 = i0__namespace.ɵɵnextContext(2).$implicit; const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.clear(ft_r7)); });
|
|
249
|
+
i0__namespace.ɵɵelement(1, "i");
|
|
250
|
+
i0__namespace.ɵɵelementEnd();
|
|
200
251
|
} if (rf & 2) {
|
|
201
252
|
const ctx_r1 = i0__namespace.ɵɵnextContext(4);
|
|
202
|
-
i0__namespace.ɵɵadvance();
|
|
203
253
|
i0__namespace.ɵɵpropertyInterpolate("title", ctx_r1.cleariconhint);
|
|
204
254
|
i0__namespace.ɵɵadvance();
|
|
205
255
|
i0__namespace.ɵɵclassMap(ctx_r1.cleariconclass);
|
|
206
256
|
} }
|
|
207
|
-
function
|
|
208
|
-
i0__namespace.ɵɵ
|
|
209
|
-
i0__namespace.ɵɵ
|
|
210
|
-
i0__namespace.ɵɵ
|
|
211
|
-
i0__namespace.ɵɵ
|
|
257
|
+
function FileUploadComponent_ul_4_ng_container_1_li_1_div_18_Template(rf, ctx) { if (rf & 1) {
|
|
258
|
+
const _r10 = i0__namespace.ɵɵgetCurrentView();
|
|
259
|
+
i0__namespace.ɵɵelementStart(0, "div", 45)(1, "a", 54);
|
|
260
|
+
i0__namespace.ɵɵlistener("click", function FileUploadComponent_ul_4_ng_container_1_li_1_div_18_Template_a_click_1_listener($event) { i0__namespace.ɵɵrestoreView(_r10); const ft_r7 = i0__namespace.ɵɵnextContext(2).$implicit; const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.onFileDelete($event, ft_r7)); });
|
|
261
|
+
i0__namespace.ɵɵelement(2, "i", 55);
|
|
262
|
+
i0__namespace.ɵɵelementEnd()();
|
|
212
263
|
} if (rf & 2) {
|
|
213
|
-
const
|
|
214
|
-
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
215
|
-
i0__namespace.ɵɵpropertyInterpolate("title", ft_r7.errMsg || ctx_r1.appLocale.MESSAGE_FILE_UPLOAD_FAILED);
|
|
264
|
+
const ctx_r1 = i0__namespace.ɵɵnextContext(4);
|
|
216
265
|
i0__namespace.ɵɵadvance();
|
|
217
|
-
i0__namespace.ɵɵ
|
|
266
|
+
i0__namespace.ɵɵpropertyInterpolate("title", ctx_r1.deleteiconhint);
|
|
218
267
|
} }
|
|
219
|
-
function
|
|
220
|
-
i0__namespace.ɵɵelementStart(0, "li",
|
|
221
|
-
i0__namespace.ɵɵelement(2, "div",
|
|
268
|
+
function FileUploadComponent_ul_4_ng_container_1_li_1_Template(rf, ctx) { if (rf & 1) {
|
|
269
|
+
i0__namespace.ɵɵelementStart(0, "li", 32)(1, "div", 33);
|
|
270
|
+
i0__namespace.ɵɵelement(2, "div", 34);
|
|
222
271
|
i0__namespace.ɵɵpipe(3, "fileIconClass");
|
|
223
|
-
i0__namespace.ɵɵelementStart(4, "div",
|
|
272
|
+
i0__namespace.ɵɵelementStart(4, "div", 35)(5, "p", 36)(6, "span", 37);
|
|
224
273
|
i0__namespace.ɵɵtext(7);
|
|
225
274
|
i0__namespace.ɵɵelementEnd();
|
|
226
|
-
i0__namespace.ɵɵ
|
|
227
|
-
i0__namespace.ɵɵ
|
|
275
|
+
i0__namespace.ɵɵtemplate(8, FileUploadComponent_ul_4_ng_container_1_li_1_span_8_Template, 2, 5, "span", 38);
|
|
276
|
+
i0__namespace.ɵɵelement(9, "br");
|
|
277
|
+
i0__namespace.ɵɵtemplate(10, FileUploadComponent_ul_4_ng_container_1_li_1_span_10_Template, 3, 4, "span", 39)(11, FileUploadComponent_ul_4_ng_container_1_li_1_span_11_Template, 2, 6, "span", 40)(12, FileUploadComponent_ul_4_ng_container_1_li_1_span_12_Template, 2, 0, "span", 41);
|
|
278
|
+
i0__namespace.ɵɵelementEnd();
|
|
279
|
+
i0__namespace.ɵɵtemplate(13, FileUploadComponent_ul_4_ng_container_1_li_1_div_13_Template, 2, 4, "div", 42)(14, FileUploadComponent_ul_4_ng_container_1_li_1_div_14_Template, 2, 1, "div", 43);
|
|
228
280
|
i0__namespace.ɵɵelementEnd();
|
|
229
|
-
i0__namespace.ɵɵtemplate(
|
|
281
|
+
i0__namespace.ɵɵtemplate(15, FileUploadComponent_ul_4_ng_container_1_li_1_div_15_Template, 3, 0, "div", 44);
|
|
282
|
+
i0__namespace.ɵɵelementStart(16, "div", 45);
|
|
283
|
+
i0__namespace.ɵɵtemplate(17, FileUploadComponent_ul_4_ng_container_1_li_1_a_17_Template, 2, 4, "a", 46);
|
|
230
284
|
i0__namespace.ɵɵelementEnd();
|
|
231
|
-
i0__namespace.ɵɵtemplate(
|
|
285
|
+
i0__namespace.ɵɵtemplate(18, FileUploadComponent_ul_4_ng_container_1_li_1_div_18_Template, 3, 1, "div", 44);
|
|
232
286
|
i0__namespace.ɵɵelementEnd()();
|
|
233
287
|
} if (rf & 2) {
|
|
234
288
|
const ft_r7 = i0__namespace.ɵɵnextContext().$implicit;
|
|
235
289
|
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
236
290
|
i0__namespace.ɵɵadvance(2);
|
|
237
|
-
i0__namespace.ɵɵclassMapInterpolate1("media-left media-middle file-icon ", i0__namespace.ɵɵpipeBind1(3,
|
|
291
|
+
i0__namespace.ɵɵclassMapInterpolate1("media-left media-middle file-icon ", i0__namespace.ɵɵpipeBind1(3, 14, ctx_r1.getFileExtension(ft_r7.name)), "");
|
|
238
292
|
i0__namespace.ɵɵpropertyInterpolate("title", ctx_r1.getFileExtension(ft_r7.name));
|
|
239
293
|
i0__namespace.ɵɵadvance(5);
|
|
240
|
-
i0__namespace.ɵɵtextInterpolate(ft_r7.name);
|
|
294
|
+
i0__namespace.ɵɵtextInterpolate(ft_r7.storageName || ft_r7.name);
|
|
295
|
+
i0__namespace.ɵɵadvance();
|
|
296
|
+
i0__namespace.ɵɵproperty("ngIf", ft_r7.status === "success" && (!ctx_r1.datasource || ctx_r1.datasource && (ft_r7._response == null ? null : ft_r7._response.success)));
|
|
241
297
|
i0__namespace.ɵɵadvance(2);
|
|
242
298
|
i0__namespace.ɵɵproperty("ngIf", ft_r7.fileLength !== 0);
|
|
243
299
|
i0__namespace.ɵɵadvance();
|
|
244
|
-
i0__namespace.ɵɵproperty("ngIf", ft_r7.status === "
|
|
300
|
+
i0__namespace.ɵɵproperty("ngIf", ft_r7.status === "error");
|
|
245
301
|
i0__namespace.ɵɵadvance();
|
|
246
|
-
i0__namespace.ɵɵproperty("ngIf", ft_r7.status === "
|
|
302
|
+
i0__namespace.ɵɵproperty("ngIf", ft_r7.status === "error");
|
|
303
|
+
i0__namespace.ɵɵadvance();
|
|
304
|
+
i0__namespace.ɵɵproperty("ngIf", ft_r7.status === "onProgress" || ctx_r1.showprogressbar);
|
|
247
305
|
i0__namespace.ɵɵadvance();
|
|
248
|
-
i0__namespace.ɵɵproperty("ngIf", ft_r7.status === "
|
|
306
|
+
i0__namespace.ɵɵproperty("ngIf", (ft_r7.status === "onProgress" || ctx_r1.showprogressbar && ctx_r1.showprogressbarpercentage) && ft_r7.progress);
|
|
249
307
|
i0__namespace.ɵɵadvance();
|
|
308
|
+
i0__namespace.ɵɵproperty("ngIf", ft_r7.status === "onProgress" || ft_r7.status === "queued");
|
|
309
|
+
i0__namespace.ɵɵadvance(2);
|
|
250
310
|
i0__namespace.ɵɵproperty("ngIf", ctx_r1.cleariconclass !== "" && ft_r7.status !== "onProgress");
|
|
251
311
|
i0__namespace.ɵɵadvance();
|
|
252
|
-
i0__namespace.ɵɵproperty("ngIf", ft_r7.status === "
|
|
312
|
+
i0__namespace.ɵɵproperty("ngIf", ft_r7.status === "success" && (!ctx_r1.datasource || ctx_r1.datasource && (ft_r7._response == null ? null : ft_r7._response.success)));
|
|
253
313
|
} }
|
|
254
|
-
function
|
|
255
|
-
i0__namespace.ɵɵ
|
|
256
|
-
i0__namespace.ɵɵtemplate(1,
|
|
257
|
-
i0__namespace.ɵɵ
|
|
314
|
+
function FileUploadComponent_ul_4_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
315
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
316
|
+
i0__namespace.ɵɵtemplate(1, FileUploadComponent_ul_4_ng_container_1_li_1_Template, 19, 16, "li", 31);
|
|
317
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
258
318
|
} if (rf & 2) {
|
|
259
319
|
const ft_r7 = ctx.$implicit;
|
|
260
320
|
i0__namespace.ɵɵadvance();
|
|
261
321
|
i0__namespace.ɵɵproperty("ngIf", ft_r7.status !== "abort");
|
|
262
322
|
} }
|
|
263
323
|
function FileUploadComponent_ul_4_Template(rf, ctx) { if (rf & 1) {
|
|
264
|
-
i0__namespace.ɵɵelementStart(0, "ul",
|
|
265
|
-
i0__namespace.ɵɵtemplate(1,
|
|
324
|
+
i0__namespace.ɵɵelementStart(0, "ul", 29);
|
|
325
|
+
i0__namespace.ɵɵtemplate(1, FileUploadComponent_ul_4_ng_container_1_Template, 2, 1, "ng-container", 30);
|
|
266
326
|
i0__namespace.ɵɵelementEnd();
|
|
267
327
|
} if (rf & 2) {
|
|
268
328
|
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
269
329
|
i0__namespace.ɵɵproperty("ngStyle", i0__namespace.ɵɵpureFunction2(2, _c2, ctx_r1.filelistheight, ctx_r1.overflow));
|
|
270
330
|
i0__namespace.ɵɵadvance();
|
|
271
|
-
i0__namespace.ɵɵproperty("ngForOf", ctx_r1.
|
|
331
|
+
i0__namespace.ɵɵproperty("ngForOf", ctx_r1.uploadedFiles);
|
|
272
332
|
} }
|
|
273
333
|
function FileUploadComponent_ul_5_li_1_Template(rf, ctx) { if (rf & 1) {
|
|
274
|
-
i0__namespace.ɵɵelementStart(0, "li",
|
|
275
|
-
i0__namespace.ɵɵelement(2, "div",
|
|
276
|
-
i0__namespace.ɵɵelementStart(3, "div",
|
|
334
|
+
i0__namespace.ɵɵelementStart(0, "li", 58)(1, "div", 33);
|
|
335
|
+
i0__namespace.ɵɵelement(2, "div", 59);
|
|
336
|
+
i0__namespace.ɵɵelementStart(3, "div", 35)(4, "p", 60)(5, "label", 37);
|
|
277
337
|
i0__namespace.ɵɵtext(6);
|
|
278
338
|
i0__namespace.ɵɵelementEnd();
|
|
279
339
|
i0__namespace.ɵɵelement(7, "br");
|
|
280
340
|
i0__namespace.ɵɵelementEnd()();
|
|
281
|
-
i0__namespace.ɵɵelementStart(8, "div",
|
|
282
|
-
i0__namespace.ɵɵelement(9, "span",
|
|
341
|
+
i0__namespace.ɵɵelementStart(8, "div", 45);
|
|
342
|
+
i0__namespace.ɵɵelement(9, "span", 61);
|
|
283
343
|
i0__namespace.ɵɵelementEnd()()();
|
|
284
344
|
} if (rf & 2) {
|
|
285
|
-
const
|
|
345
|
+
const ft_r11 = ctx.$implicit;
|
|
286
346
|
i0__namespace.ɵɵadvance(6);
|
|
287
|
-
i0__namespace.ɵɵtextInterpolate(
|
|
347
|
+
i0__namespace.ɵɵtextInterpolate(ft_r11.name);
|
|
288
348
|
} }
|
|
289
349
|
function FileUploadComponent_ul_5_Template(rf, ctx) { if (rf & 1) {
|
|
290
|
-
i0__namespace.ɵɵelementStart(0, "ul",
|
|
291
|
-
i0__namespace.ɵɵtemplate(1, FileUploadComponent_ul_5_li_1_Template, 10, 1, "li",
|
|
350
|
+
i0__namespace.ɵɵelementStart(0, "ul", 56);
|
|
351
|
+
i0__namespace.ɵɵtemplate(1, FileUploadComponent_ul_5_li_1_Template, 10, 1, "li", 57);
|
|
292
352
|
i0__namespace.ɵɵelementEnd();
|
|
293
353
|
} if (rf & 2) {
|
|
294
354
|
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
@@ -405,7 +465,11 @@
|
|
|
405
465
|
* @param $files
|
|
406
466
|
*/
|
|
407
467
|
onSelectEventCall($event, $files) {
|
|
468
|
+
$files.forEach(file => {
|
|
469
|
+
file.uniqueId = this.idGenerator.nextUid();
|
|
470
|
+
});
|
|
408
471
|
this.selectedFiles = $files;
|
|
472
|
+
this.uploadedFiles = this.multiple ? [...this.uploadedFiles, ...$files] : $files;
|
|
409
473
|
setTimeout(() => {
|
|
410
474
|
this.invokeEventCallback('select', {
|
|
411
475
|
$event: $.extend($event.$files || {}, $files),
|
|
@@ -427,7 +491,11 @@
|
|
|
427
491
|
}
|
|
428
492
|
/*this function to clear the specified file. if argument is not provided, it clears the complete list */
|
|
429
493
|
clear(fileObj) {
|
|
430
|
-
this.selectedFiles = (fileObj) ? this.selectedFiles
|
|
494
|
+
this.selectedFiles = (fileObj) ? this.clearFile(this.selectedFiles, fileObj) : [];
|
|
495
|
+
this.uploadedFiles = (fileObj) ? this.clearFile(this.uploadedFiles, fileObj) : [];
|
|
496
|
+
}
|
|
497
|
+
clearFile(files, fileObj) {
|
|
498
|
+
return files.filter((file) => file?._response?.fileName !== fileObj?._response?.fileName || file?.name !== fileObj?.name || file !== fileObj);
|
|
431
499
|
}
|
|
432
500
|
/*this function to set the class names for clear icon */
|
|
433
501
|
setClearIconClass(classValue) {
|
|
@@ -455,30 +523,36 @@
|
|
|
455
523
|
}
|
|
456
524
|
// Make call if there are valid files else no call is made
|
|
457
525
|
if ($files.length) {
|
|
458
|
-
this.progressObservable = new rxjs.Subject();
|
|
459
526
|
// EVENT: ON_BEFORE_SELECT
|
|
460
527
|
beforeSelectVal = this.invokeEventCallback('beforeselect', {
|
|
461
528
|
$event: $.extend($event.$files || {}, $files),
|
|
462
529
|
files: $files
|
|
463
530
|
});
|
|
464
531
|
if (this.datasource) {
|
|
465
|
-
this.
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
if (file.
|
|
471
|
-
file.
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
file.
|
|
532
|
+
if (!this.uploadProgressSubscription) {
|
|
533
|
+
this.progressObservable = new rxjs.Subject();
|
|
534
|
+
this.datasource._progressObservable = this.progressObservable;
|
|
535
|
+
this.uploadProgressSubscription = this.datasource._progressObservable.asObservable().subscribe((progressObj) => {
|
|
536
|
+
lodashEs.forEach(this.uploadedFiles, (file) => {
|
|
537
|
+
if (file.name === progressObj.fileName && file.uniqueId === progressObj.uniqueId) {
|
|
538
|
+
file.progress = progressObj.progress;
|
|
539
|
+
if (file.progress === 100) {
|
|
540
|
+
file.status = 'success';
|
|
541
|
+
}
|
|
542
|
+
else {
|
|
543
|
+
file.status = progressObj.status;
|
|
544
|
+
if (progressObj.errMsg) {
|
|
545
|
+
file.errMsg = progressObj.errMsg;
|
|
546
|
+
this.invokeEventCallback('error', {
|
|
547
|
+
$event,
|
|
548
|
+
files: file
|
|
549
|
+
});
|
|
550
|
+
}
|
|
477
551
|
}
|
|
478
552
|
}
|
|
479
|
-
}
|
|
553
|
+
});
|
|
480
554
|
});
|
|
481
|
-
}
|
|
555
|
+
}
|
|
482
556
|
}
|
|
483
557
|
else {
|
|
484
558
|
this.selectedFiles = $files;
|
|
@@ -489,6 +563,43 @@
|
|
|
489
563
|
}
|
|
490
564
|
}
|
|
491
565
|
}
|
|
566
|
+
onFileDelete($event, file) {
|
|
567
|
+
if (!file) {
|
|
568
|
+
return;
|
|
569
|
+
}
|
|
570
|
+
const beforeDeleteVal = this.invokeEventCallback('beforedelete', { $event: file });
|
|
571
|
+
if (beforeDeleteVal !== false) {
|
|
572
|
+
this.dialogService.showAppConfirmDialog({
|
|
573
|
+
title: "Delete file",
|
|
574
|
+
message: "Are you sure you want to delete this file?",
|
|
575
|
+
oktext: "Ok",
|
|
576
|
+
canceltext: "Cancel",
|
|
577
|
+
onOk: () => {
|
|
578
|
+
if (this.deletedatasource) {
|
|
579
|
+
this.deletedatasource.setInput('file', file._response.fileName || file.name);
|
|
580
|
+
if (!this.deleteProgressSubscription) {
|
|
581
|
+
this.deleteFileObservable = new rxjs.Subject();
|
|
582
|
+
this.deletedatasource._deleteFileObservable = this.deleteFileObservable;
|
|
583
|
+
this.deletedatasource._deleteFileObservable.asObservable().subscribe((response) => {
|
|
584
|
+
if (response.status === "success") {
|
|
585
|
+
this.selectedFiles = this.selectedFiles.filter((fileObj) => file !== fileObj) || [];
|
|
586
|
+
this.uploadedFiles = this.uploadedFiles.filter((fileObj) => file !== fileObj) || [];
|
|
587
|
+
}
|
|
588
|
+
});
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
this.invokeEventCallback('delete', { $event: file });
|
|
592
|
+
this.dialogService.closeAppConfirmDialog();
|
|
593
|
+
},
|
|
594
|
+
onCancel: () => {
|
|
595
|
+
this.dialogService.closeAppConfirmDialog();
|
|
596
|
+
},
|
|
597
|
+
onOpen: () => {
|
|
598
|
+
$('.cancel-action').focus();
|
|
599
|
+
}
|
|
600
|
+
});
|
|
601
|
+
}
|
|
602
|
+
}
|
|
492
603
|
// Prevent default behavior (Prevent file from being opened)
|
|
493
604
|
dragOverHandler($event) {
|
|
494
605
|
$event.preventDefault();
|
|
@@ -533,6 +644,11 @@
|
|
|
533
644
|
abortFileUpload($file) {
|
|
534
645
|
this.datasource.execute(i1.DataSource.Operation.CANCEL, $file);
|
|
535
646
|
}
|
|
647
|
+
isMimeType(file) {
|
|
648
|
+
return (this.defaultAllowedExtensions.includes('image/*') && i1.isImageFile(file))
|
|
649
|
+
|| (this.defaultAllowedExtensions.includes('audio/*') && i1.isAudioFile(file))
|
|
650
|
+
|| (this.defaultAllowedExtensions.includes('video/*') && i1.isVideoFile(file));
|
|
651
|
+
}
|
|
536
652
|
/* Define the property change handler. This function will be triggered when there is a change in the widget property */
|
|
537
653
|
onPropertyChange(key, nv, ov) {
|
|
538
654
|
/*Monitoring changes for styles or properties and accordingly handling respective changes.*/
|
|
@@ -542,7 +658,15 @@
|
|
|
542
658
|
this.changeServerUploadPath(nv);
|
|
543
659
|
break;
|
|
544
660
|
case 'contenttype':
|
|
545
|
-
this.
|
|
661
|
+
if (this.defaultAllowedExtensions.includes('*/*')) {
|
|
662
|
+
this.chooseFilter = nv.split(' ').join(',');
|
|
663
|
+
}
|
|
664
|
+
else {
|
|
665
|
+
this.chooseFilter = nv.split(' ').filter(item => this.defaultAllowedExtensions.includes(item) || this.isMimeType(item)).join(',');
|
|
666
|
+
if (lodashEs.isEmpty(this.chooseFilter)) {
|
|
667
|
+
this.chooseFilter = this.defaultAllowedExtensions;
|
|
668
|
+
}
|
|
669
|
+
}
|
|
546
670
|
break;
|
|
547
671
|
case 'multiple':
|
|
548
672
|
this.formName = this.name + (this.multiple ? '-multiple-fileupload' : '-single-fileupload');
|
|
@@ -553,11 +677,13 @@
|
|
|
553
677
|
}
|
|
554
678
|
super.onPropertyChange(key, nv, ov);
|
|
555
679
|
}
|
|
556
|
-
constructor(inj, app, onSelectEvt, explicitContext) {
|
|
680
|
+
constructor(inj, app, onSelectEvt, dialogService, explicitContext) {
|
|
557
681
|
super(inj, WIDGET_CONFIG, explicitContext);
|
|
558
682
|
this.app = app;
|
|
559
683
|
this.onSelectEvt = onSelectEvt;
|
|
684
|
+
this.dialogService = dialogService;
|
|
560
685
|
this.selectedFiles = [];
|
|
686
|
+
this.uploadedFiles = [];
|
|
561
687
|
this.selectedFolders = [];
|
|
562
688
|
this.fileTransfers = {};
|
|
563
689
|
this.caption = 'Upload';
|
|
@@ -579,14 +705,11 @@
|
|
|
579
705
|
file: undefined,
|
|
580
706
|
uploadPath: undefined
|
|
581
707
|
};
|
|
582
|
-
this.
|
|
708
|
+
this.allowedFileUploadExtensions = i1.getWmProjectProperties().allowedFileUploadExtensions;
|
|
709
|
+
this.defaultAllowedExtensions = this.allowedFileUploadExtensions.split(',').map(item => item.trim()).map(item => item.endsWith('/*') ? item : `.${item}`);
|
|
710
|
+
this.chooseFilter = this.defaultAllowedExtensions.includes('*/*') ? '' : this.defaultAllowedExtensions;
|
|
583
711
|
this.fileUploadMessage = 'Drop your files here or click here to browse';
|
|
584
|
-
this.
|
|
585
|
-
fileName: '',
|
|
586
|
-
path: '',
|
|
587
|
-
length: '',
|
|
588
|
-
status: ''
|
|
589
|
-
};
|
|
712
|
+
this.idGenerator = new i1.IDGenerator('file-');
|
|
590
713
|
this.uploadUrl = 'services';
|
|
591
714
|
// styler(this.nativeElement, this);
|
|
592
715
|
}
|
|
@@ -606,13 +729,19 @@
|
|
|
606
729
|
document.removeEventListener('drop', this.dropCb);
|
|
607
730
|
document.removeEventListener('mouseleave', this.dropCb);
|
|
608
731
|
super.ngOnDestroy();
|
|
732
|
+
const subscriptions = [this.uploadProgressSubscription, this.deleteProgressSubscription];
|
|
733
|
+
subscriptions.forEach(subscription => {
|
|
734
|
+
if (subscription) {
|
|
735
|
+
subscription.unsubscribe();
|
|
736
|
+
}
|
|
737
|
+
});
|
|
609
738
|
}
|
|
610
|
-
static { this.ɵfac = function FileUploadComponent_Factory(t) { return new (t || FileUploadComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1__namespace.App), i0__namespace.ɵɵinjectAttribute('select.event'), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
|
|
739
|
+
static { this.ɵfac = function FileUploadComponent_Factory(t) { return new (t || FileUploadComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1__namespace.App), i0__namespace.ɵɵinjectAttribute('select.event'), i0__namespace.ɵɵdirectiveInject(i1__namespace.AbstractDialogService), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
|
|
611
740
|
static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: FileUploadComponent, selectors: [["", "wmFileUpload", ""]], features: [i0__namespace.ɵɵProvidersFeature([
|
|
612
741
|
i3.provideAsWidgetRef(FileUploadComponent)
|
|
613
|
-
]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c0, decls: 6, vars: 5, consts: [["init-widget", "", 1, "app-fileupload"], ["class", "app-multi-file-upload", 4, "ngIf"], ["class", "app-single-file-upload", 4, "ngIf"], ["focus-target", "", "class", "app-button btn btn-default", 3, "disabled", "click", 4, "ngIf"], ["class", "list-group file-upload", 3, "ngStyle", 4, "ngIf"], ["class", "list-group file-upload", 3, "ngStyle", "title", 4, "ngIf"], [1, "app-multi-file-upload"], ["id", "dropzone", 1, "drop-box", 3, "click", "dragover", "drop", "ngClass"], [1, "message"], [1, "
|
|
742
|
+
]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c0, decls: 6, vars: 5, consts: [["init-widget", "", 1, "app-fileupload"], ["class", "app-multi-file-upload", 4, "ngIf"], ["class", "app-single-file-upload", 4, "ngIf"], ["focus-target", "", "class", "app-button btn btn-default", 3, "disabled", "click", 4, "ngIf"], ["class", "list-group file-upload", "tabindex", "0", 3, "ngStyle", 4, "ngIf"], ["class", "list-group file-upload", 3, "ngStyle", "title", 4, "ngIf"], [1, "app-multi-file-upload"], ["id", "dropzone", 1, "drop-box", 3, "click", "dragover", "drop", "ngClass"], [1, "message"], [1, "upload-label", 3, "innerHtml"], [1, "form-horizontal", 3, "name"], ["class", "file-input", "type", "file", "name", "files", "multiple", "", 3, "disabled", "accept", "click", "change", 4, "ngIf"], ["href", "javascript:void(0);", 1, "app-anchor", "upload-label"], ["class", "upload-extensions", 3, "innerHtml", 4, "ngIf"], ["class", "upload-extensions", 4, "ngIf"], ["type", "file", "name", "files", "multiple", "", 1, "file-input", 3, "click", "change", "disabled", "accept"], [1, "upload-extensions", 3, "innerHtml"], [1, "upload-extensions"], [1, "app-single-file-upload"], [1, "app-button-wrapper"], ["class", "file-input", "multiple", "", "name", "files", "type", "file", 3, "accept", "disabled", "change", "click", 4, "ngIf"], ["class", "file-input", "name", "files", "type", "file", 3, "accept", "disabled", "change", "click", 4, "ngIf"], ["id", "dropzone", "focus-target", "", 1, "app-button", "btn", "btn-default", 3, "ngClass"], ["aria-hidden", "true"], [1, "caption", 3, "innerHTML"], [1, "app-files-upload-status", "single"], ["multiple", "", "name", "files", "type", "file", 1, "file-input", 3, "change", "click", "accept", "disabled"], ["name", "files", "type", "file", 1, "file-input", 3, "change", "click", "accept", "disabled"], ["focus-target", "", 1, "app-button", "btn", "btn-default", 3, "click", "disabled"], ["tabindex", "0", 1, "list-group", "file-upload", 3, "ngStyle"], [4, "ngFor", "ngForOf"], ["class", "list-group-item file-upload-status", "tabindex", "0", 4, "ngIf"], ["tabindex", "0", 1, "list-group-item", "file-upload-status"], [1, "media", "upload-file-list"], [3, "title"], [1, "media-body", "media-middle", "file-details"], [1, "uploaddetails", "col-md-3"], [1, "upload-title"], [3, "class", 4, "ngIf"], ["class", "filesize", 4, "ngIf"], [3, "class", "title", 4, "ngIf"], ["class", "error-message", 4, "ngIf"], ["class", "progress col-md-7 upload-progress", 4, "ngIf"], ["class", "col-md-1 upload-progress-percentage", 4, "ngIf"], ["class", "media-right media-middle", 4, "ngIf"], [1, "media-right", "media-middle"], ["href", "javascript:void(0)", "class", "btn btn-transparent btn-default status-icon", "type", "button", 3, "title", "click", 4, "ngIf"], [1, "filesize"], [1, "error-message"], [1, "progress", "col-md-7", "upload-progress"], [1, "progress-bar", "progress-bar-striped", 3, "ngClass", "ngStyle"], [1, "col-md-1", "upload-progress-percentage"], ["href", "javascript:void(0)", "type", "button", 1, "btn", "btn-transparent", "file-upload-stop", 3, "click"], [1, "wi", "wi-close"], ["href", "javascript:void(0)", "type", "button", 1, "btn", "btn-transparent", "btn-default", "status-icon", 3, "click", "title"], [1, "wi", "wi-delete"], [1, "list-group", "file-upload", 3, "ngStyle", "title"], ["class", "list-group-item file-upload-status", 4, "ngFor", "ngForOf"], [1, "list-group-item", "file-upload-status"], [1, "media-left", "media-middle", "file-icon", "fa", "fa-folder-o"], [1, "uploaddetails"], [1, "status-icon", "wi", "wi-cancel", "text-danger"]], template: function FileUploadComponent_Template(rf, ctx) { if (rf & 1) {
|
|
614
743
|
i0__namespace.ɵɵelementStart(0, "div", 0);
|
|
615
|
-
i0__namespace.ɵɵtemplate(1, FileUploadComponent_div_1_Template,
|
|
744
|
+
i0__namespace.ɵɵtemplate(1, FileUploadComponent_div_1_Template, 12, 13, "div", 1)(2, FileUploadComponent_div_2_Template, 9, 10, "div", 2)(3, FileUploadComponent_button_3_Template, 3, 5, "button", 3)(4, FileUploadComponent_ul_4_Template, 2, 5, "ul", 4)(5, FileUploadComponent_ul_5_Template, 2, 6, "ul", 5);
|
|
616
745
|
i0__namespace.ɵɵelementEnd();
|
|
617
746
|
} if (rf & 2) {
|
|
618
747
|
i0__namespace.ɵɵadvance();
|
|
@@ -622,7 +751,7 @@
|
|
|
622
751
|
i0__namespace.ɵɵadvance();
|
|
623
752
|
i0__namespace.ɵɵproperty("ngIf", ctx._isCordova);
|
|
624
753
|
i0__namespace.ɵɵadvance();
|
|
625
|
-
i0__namespace.ɵɵproperty("ngIf", ctx.
|
|
754
|
+
i0__namespace.ɵɵproperty("ngIf", ctx.uploadedFiles.length > 0);
|
|
626
755
|
i0__namespace.ɵɵadvance();
|
|
627
756
|
i0__namespace.ɵɵproperty("ngIf", ctx.selectedFolders.length > 0);
|
|
628
757
|
} }, dependencies: [i2__namespace.NgClass, i2__namespace.NgForOf, i2__namespace.NgIf, i2__namespace.NgStyle, i3__namespace.FileIconClassPipe, i3__namespace.FileSizePipe, i3__namespace.StateClassPipe], encapsulation: 2 }); }
|
|
@@ -631,11 +760,11 @@
|
|
|
631
760
|
type: i0.Component,
|
|
632
761
|
args: [{ selector: '[wmFileUpload]', providers: [
|
|
633
762
|
i3.provideAsWidgetRef(FileUploadComponent)
|
|
634
|
-
], template: "<div class=\"app-fileupload\" init-widget>\n <!-- drag and drop files UI in web -->\n <div class=\"app-multi-file-upload\" *ngIf=\"!_isMobileType && multiple\">\n <div id=\"dropzone\" class=\"drop-box\" (click)=\"triggerFileSelect()\" [ngClass]=\"{'highlight-drop-box' : highlightDropArea}\" (dragover)=\"dragOverHandler($event);\" (drop)=\"onFileDrop($event);\">\n <i class=\"{{iconclass}}\"></i>\n <div class=\"message\">\n <label [innerHtml]=\"caption\" class=\"
|
|
763
|
+
], template: "<div class=\"app-fileupload\" init-widget>\n <!-- drag and drop files UI in web -->\n <div class=\"app-multi-file-upload\" *ngIf=\"!_isMobileType && multiple\">\n <div id=\"dropzone\" class=\"drop-box\" (click)=\"triggerFileSelect()\" [ngClass]=\"{'highlight-drop-box' : highlightDropArea}\" (dragover)=\"dragOverHandler($event);\" (drop)=\"onFileDrop($event);\">\n <i class=\"{{iconclass}}\"></i>\n <div class=\"message\">\n <label [innerHtml]=\"caption\" class=\"upload-label\"></label>\n <form class=\"form-horizontal\" name=\"{{formName}}\">\n <input class=\"file-input\" [attr.aria-label]=\"hint || 'File selection field'\" type=\"file\" name=\"files\" *ngIf=\"multiple\" [disabled]=\"disabled\" [accept]=\"chooseFilter\" (click)=\"onFileElemClick($event)\" (change)=\"onFileSelect($event, $event.target.files)\" multiple >\n <a class=\"app-anchor upload-label\" href=\"javascript:void(0);\">{{ fileUploadMessage }}</a>\n </form>\n <label *ngIf=\"chooseFilter\" [innerHtml]=\"chooseFilter + ' only '\" class=\"upload-extensions\"></label>\n <span *ngIf=\"chooseFilter && maxfilesize\" class=\"upload-extensions\"> . </span>\n <label *ngIf=\"maxfilesize\" [innerHtml]=\"maxfilesize + 'MB max'\" class=\"upload-extensions\"></label>\n </div>\n </div>\n </div>\n <!-- single file upload in web and single , multiple file upload UI in mobile runmode -->\n <div class=\"app-single-file-upload\" *ngIf=\"!_isCordova && (!multiple || _isMobileType)\">\n <div class=\"app-button-wrapper\">\n <form class=\"form-horizontal\" name=\"{{formName}}\">\n <!-- support for file upload in Mobileapp in its runmode (Web) -->\n <input (change)=\"onFileSelect($event, $event.target.files)\" (click)=\"onFileElemClick($event)\" *ngIf=\"multiple\"\n [accept]=\"chooseFilter\" [attr.aria-label]=\"arialabel || 'File selection field'\" [disabled]=\"disabled\" class=\"file-input\"\n multiple name=\"files\" type=\"file\">\n <input (change)=\"onFileSelect($event, $event.target.files)\" (click)=\"onFileElemClick($event)\" *ngIf=\"!multiple\"\n [accept]=\"chooseFilter\" [attr.aria-label]=\"arialabel || 'File selection field'\" [disabled]=\"disabled\" class=\"file-input\"\n name=\"files\" type=\"file\">\n <button id=\"dropzone\" focus-target class=\"app-button btn btn-default\" [ngClass]=\"{'highlight-drop-box' : highlightDropArea}\">\n <i class=\"{{iconclass}}\" aria-hidden=\"true\"></i>\n <span class=\"caption\" [innerHTML]=\"caption\"></span>\n </button>\n </form>\n </div>\n <div class=\"app-files-upload-status single\"></div>\n </div>\n <!-- support for file upload in Mobile Application (device) -->\n <button *ngIf=\"_isCordova\" focus-target class=\"app-button btn btn-default\" (click)=\"openFileSelector()\" [disabled]=\"disabled\">\n <i class=\"{{iconclass}}\"></i>\n <span class=\"caption\" [innerHTML]=\"caption\"></span>\n </button>\n <!-- list of selectedfiles UI -->\n <ul class=\"list-group file-upload\" [ngStyle]=\"{height: filelistheight, overflow: overflow}\"\n *ngIf=\"uploadedFiles.length > 0\" tabindex=\"0\">\n <ng-container *ngFor=\"let ft of uploadedFiles\">\n <li class=\"list-group-item file-upload-status\" *ngIf=\"ft.status !== 'abort'\" tabindex=\"0\">\n <div class=\"media upload-file-list\">\n <div class=\"media-left media-middle file-icon {{getFileExtension(ft.name) | fileIconClass}}\" title=\"{{getFileExtension(ft.name)}}\"></div>\n <div class=\"media-body media-middle file-details\">\n <p class=\"uploaddetails col-md-3\">\n <span class=\"upload-title\">{{ ft.storageName || ft.name }}</span>\n <span *ngIf=\"ft.status === 'success' && (!datasource || (datasource && ft._response?.success))\"\n class=\"status-icon {{ft.status | stateClass }}\"></span>\n <br/>\n <span class=\"filesize\" *ngIf=\"ft.fileLength !== 0\">{{ft.size | filesize:0}}</span>\n <span *ngIf=\"ft.status === 'error'\"\n class=\"status-icon {{ft.status | stateClass }}\"\n title=\"{{ft.errMsg || this.appLocale.MESSAGE_FILE_UPLOAD_FAILED}}\"></span>\n <span *ngIf=\"ft.status === 'error'\" class=\"error-message\">Upload Failed</span>\n </p>\n <div *ngIf=\"ft.status === 'onProgress' || showprogressbar\"\n class=\"progress col-md-7 upload-progress\">\n <div [ngClass]=\"ft.status === 'error' ? 'progress-bar-danger' : 'progress-bar-info'\"\n [ngStyle]=\"{width: (ft.progress +'%')}\"\n class=\"progress-bar progress-bar-striped\"></div>\n </div>\n <div *ngIf=\"(ft.status === 'onProgress' || showprogressbar && showprogressbarpercentage) && ft.progress \"\n class=\"col-md-1 upload-progress-percentage\">{{ ft.progress + '%' }}\n </div>\n </div>\n <div class=\"media-right media-middle\" *ngIf=\"ft.status === 'onProgress' || ft.status === 'queued'\">\n <a href=\"javascript:void(0)\" class=\"btn btn-transparent file-upload-stop\" type=\"button\"\n (click)=\"abortFileUpload(ft)\">\n <i class=\"wi wi-close\"></i>\n </a>\n </div>\n <div class=\"media-right media-middle\">\n <a href=\"javascript:void(0)\" (click)=\"clear(ft)\"\n *ngIf=\"cleariconclass !== '' && ft.status !== 'onProgress'\"\n class=\"btn btn-transparent btn-default status-icon\" title=\"{{cleariconhint}}\" type=\"button\">\n <i class=\"{{cleariconclass}}\"></i>\n </a>\n </div>\n <div class=\"media-right media-middle\" *ngIf=\"ft.status === 'success' && (!datasource || (datasource && ft._response?.success))\">\n <a href=\"javascript:void(0)\" (click)=\"onFileDelete($event, ft)\"\n class=\"btn btn-transparent btn-default status-icon\" title=\"{{deleteiconhint}}\" type=\"button\">\n <i class=\"wi wi-delete\"></i>\n </a>\n </div>\n </div>\n </li>\n </ng-container>\n </ul>\n <!-- list of selectedfolders UI to show the error in title -->\n <ul class=\"list-group file-upload\" [ngStyle]=\"{height: filelistheight, overflow: overflow}\" title=\"{{this.appLocale.MESSAGE_FOLDER_UPLOADS_NOT_ALLOWED}}\" *ngIf=\"selectedFolders.length > 0\" >\n <li *ngFor=\"let ft of selectedFolders\" class=\"list-group-item file-upload-status\">\n <div class=\"media upload-file-list\">\n <div class=\"media-left media-middle file-icon fa fa-folder-o\"></div>\n <div class=\"media-body media-middle file-details\">\n <p class=\"uploaddetails\">\n <label class=\"upload-title\">{{ft.name}}</label><br/>\n </p>\n </div>\n <div class=\"media-right media-middle\" >\n <span class=\"status-icon wi wi-cancel text-danger\"></span>\n </div>\n </div>\n </li>\n </ul>\n</div>\n" }]
|
|
635
764
|
}], () => [{ type: i0__namespace.Injector }, { type: i1__namespace.App }, { type: undefined, decorators: [{
|
|
636
765
|
type: i0.Attribute,
|
|
637
766
|
args: ['select.event']
|
|
638
|
-
}] }, { type: undefined, decorators: [{
|
|
767
|
+
}] }, { type: i1__namespace.AbstractDialogService }, { type: undefined, decorators: [{
|
|
639
768
|
type: i0.Inject,
|
|
640
769
|
args: ['EXPLICIT_CONTEXT']
|
|
641
770
|
}, {
|