@porscheinformatik/clr-addons 11.2.0 → 12.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/abstract-form-component/abstract-form-component.d.ts +11 -3
- package/abstract-form-component/control-id.service.d.ts +11 -0
- package/abstract-form-component/form.module.d.ts +7 -0
- package/abstract-form-component/index.d.ts +2 -0
- package/abstract-form-component/label.d.ts +15 -0
- package/autocomplete-off/autocomplete-off.directive.d.ts +3 -0
- package/autocomplete-off/autocomplete-off.module.d.ts +5 -0
- package/autocomplete-off/index.d.ts +2 -0
- package/back-button/back-button.d.ts +3 -0
- package/back-button/back-button.module.d.ts +8 -0
- package/brand-avatar/brand-avatar.d.ts +3 -0
- package/brand-avatar/brand-avatar.module.d.ts +7 -0
- package/breadcrumb/breadcrumb.d.ts +4 -1
- package/breadcrumb/breadcrumb.module.d.ts +8 -0
- package/breadcrumb/breadcrumb.service.d.ts +3 -0
- package/clr-addons.d.ts +1 -11
- package/clr-addons.module.d.ts +30 -0
- package/collapse-expand-section/collapse-expand-section.d.ts +3 -0
- package/collapse-expand-section/collapse-expand-section.module.d.ts +8 -0
- package/content-panel/content-panel-container-content.d.ts +3 -0
- package/content-panel/content-panel-container-footer.d.ts +3 -0
- package/content-panel/content-panel-container.d.ts +3 -0
- package/content-panel/content-panel.d.ts +3 -0
- package/content-panel/content-panel.module.d.ts +11 -0
- package/data-list-validator/data-list-predefined-validator.directive.d.ts +3 -0
- package/data-list-validator/data-list-validator.module.d.ts +5 -0
- package/date-time-container/date-time-container.d.ts +3 -0
- package/date-time-container/date-time-module.d.ts +9 -0
- package/date-time-container/time-input.d.ts +3 -0
- package/dot-pager/dot-pager.d.ts +3 -0
- package/dot-pager/dot-pager.module.d.ts +8 -0
- package/esm2020/abstract-form-component/abstract-form-component.mjs +100 -0
- package/esm2020/abstract-form-component/control-id.service.mjs +31 -0
- package/esm2020/abstract-form-component/form.module.mjs +21 -0
- package/esm2020/abstract-form-component/index.mjs +3 -0
- package/esm2020/abstract-form-component/label.mjs +37 -0
- package/esm2020/autocomplete-off/autocomplete-off.directive.mjs +21 -0
- package/esm2020/autocomplete-off/autocomplete-off.module.mjs +21 -0
- package/esm2020/autocomplete-off/index.mjs +3 -0
- package/esm2020/back-button/back-button.mjs +25 -0
- package/esm2020/back-button/back-button.module.mjs +25 -0
- package/{esm2015/back-button/index.js → esm2020/back-button/index.mjs} +0 -0
- package/esm2020/brand-avatar/brand-avatar.mjs +60 -0
- package/esm2020/brand-avatar/brand-avatar.module.mjs +24 -0
- package/{esm2015/brand-avatar/index.js → esm2020/brand-avatar/index.mjs} +0 -0
- package/{esm2015/breadcrumb/breadcrumb-model.interface.js → esm2020/breadcrumb/breadcrumb-model.interface.mjs} +0 -0
- package/esm2020/breadcrumb/breadcrumb.mjs +37 -0
- package/esm2020/breadcrumb/breadcrumb.module.mjs +27 -0
- package/esm2020/breadcrumb/breadcrumb.service.mjs +25 -0
- package/{esm2015/breadcrumb/index.js → esm2020/breadcrumb/index.mjs} +0 -0
- package/esm2020/clr-addons.mjs +5 -0
- package/esm2020/clr-addons.module.mjs +122 -0
- package/esm2020/collapse-expand-section/collapse-expand-section.mjs +80 -0
- package/esm2020/collapse-expand-section/collapse-expand-section.module.mjs +25 -0
- package/{esm2015/collapse-expand-section/index.js → esm2020/collapse-expand-section/index.mjs} +0 -0
- package/esm2020/content-panel/content-panel-container-content.mjs +22 -0
- package/esm2020/content-panel/content-panel-container-footer.mjs +22 -0
- package/esm2020/content-panel/content-panel-container.mjs +35 -0
- package/esm2020/content-panel/content-panel.mjs +79 -0
- package/esm2020/content-panel/content-panel.module.mjs +36 -0
- package/{esm2015/content-panel/index.js → esm2020/content-panel/index.mjs} +0 -0
- package/esm2020/data-list-validator/data-list-predefined-validator.directive.mjs +33 -0
- package/esm2020/data-list-validator/data-list-validator.module.mjs +21 -0
- package/{esm2015/data-list-validator/data-list.validator.js → esm2020/data-list-validator/data-list.validator.mjs} +0 -0
- package/{esm2015/data-list-validator/index.js → esm2020/data-list-validator/index.mjs} +0 -0
- package/esm2020/date-time-container/date-time-container.mjs +53 -0
- package/esm2020/date-time-container/date-time-module.mjs +26 -0
- package/{esm2015/date-time-container/index.js → esm2020/date-time-container/index.mjs} +0 -0
- package/esm2020/date-time-container/time-input.mjs +21 -0
- package/esm2020/dot-pager/dot-pager.mjs +58 -0
- package/esm2020/dot-pager/dot-pager.module.mjs +25 -0
- package/{esm2015/dot-pager/index.js → esm2020/dot-pager/index.mjs} +0 -0
- package/esm2020/flow-bar/flow-bar.mjs +160 -0
- package/esm2020/flow-bar/flow-bar.module.mjs +25 -0
- package/{esm2015/flow-bar/index.js → esm2020/flow-bar/index.mjs} +0 -0
- package/esm2020/generic-quick-list/generic-quick-list.mjs +93 -0
- package/esm2020/generic-quick-list/generic-quick-list.module.mjs +24 -0
- package/{esm2015/generic-quick-list/index.js → esm2020/generic-quick-list/index.mjs} +0 -0
- package/{esm2015/history/history-model.interface.js → esm2020/history/history-model.interface.mjs} +0 -0
- package/esm2020/history/history-pinned.mjs +49 -0
- package/esm2020/history/history.mjs +70 -0
- package/esm2020/history/history.module.mjs +26 -0
- package/esm2020/history/history.service.mjs +206 -0
- package/{esm2015/history/index.js → esm2020/history/index.mjs} +0 -0
- package/{esm2015/icons/index.js → esm2020/icons/index.mjs} +0 -0
- package/{esm2015/icons/shapes.js → esm2020/icons/shapes.mjs} +0 -0
- package/{esm2015/icons/svg-tag-generator.js → esm2020/icons/svg-tag-generator.mjs} +0 -0
- package/{esm2015/index.js → esm2020/index.mjs} +3 -1
- package/{esm2015/letter-avatar/index.js → esm2020/letter-avatar/index.mjs} +0 -0
- package/esm2020/letter-avatar/letter-avatar.mjs +52 -0
- package/esm2020/letter-avatar/letter-avatar.module.mjs +24 -0
- package/esm2020/location-bar/index.mjs +5 -0
- package/esm2020/location-bar/location-bar-node/location-bar-node.component.mjs +97 -0
- package/esm2020/location-bar/location-bar.component.mjs +48 -0
- package/{esm2015/location-bar/location-bar.model.js → esm2020/location-bar/location-bar.model.mjs} +0 -0
- package/esm2020/location-bar/location-bar.module.mjs +20 -0
- package/{esm2015/location-bar/location-bar.provider.js → esm2020/location-bar/location-bar.provider.mjs} +0 -0
- package/{esm2015/main-nav-group/index.js → esm2020/main-nav-group/index.mjs} +0 -0
- package/esm2020/main-nav-group/main-nav-group-item.mjs +27 -0
- package/esm2020/main-nav-group/main-nav-group.mjs +153 -0
- package/esm2020/main-nav-group/main-nav-group.module.mjs +26 -0
- package/esm2020/multilingual/abstract-multilingual.mjs +60 -0
- package/{esm2015/multilingual/index.js → esm2020/multilingual/index.mjs} +0 -0
- package/esm2020/multilingual/multilingual-input/multilingual-input.mjs +40 -0
- package/esm2020/multilingual/multilingual-selector.mjs +81 -0
- package/esm2020/multilingual/multilingual-textarea/multilingual-textarea.mjs +40 -0
- package/esm2020/multilingual/multilingual-validators.mjs +104 -0
- package/esm2020/multilingual/multilingual.module.mjs +48 -0
- package/{esm2015/notification/index.js → esm2020/notification/index.mjs} +0 -0
- package/{esm2015/notification/notification-ref.js → esm2020/notification/notification-ref.mjs} +0 -0
- package/esm2020/notification/notification.mjs +134 -0
- package/esm2020/notification/notification.module.mjs +24 -0
- package/esm2020/notification/notification.service.mjs +92 -0
- package/{esm2015/notification/scheduler-utils.js → esm2020/notification/scheduler-utils.mjs} +0 -0
- package/{esm2015/numericfield/index.js → esm2020/numericfield/index.mjs} +0 -0
- package/esm2020/numericfield/numeric-field-validators.mjs +140 -0
- package/esm2020/numericfield/numeric-field.mjs +372 -0
- package/esm2020/numericfield/numeric-field.module.mjs +26 -0
- package/{esm2015/paged-search-result-list/index.js → esm2020/paged-search-result-list/index.mjs} +0 -0
- package/esm2020/paged-search-result-list/paged-search-result-list.mjs +49 -0
- package/esm2020/paged-search-result-list/paged-search-result-list.module.mjs +26 -0
- package/{esm2015/pager/index.js → esm2020/pager/index.mjs} +0 -0
- package/esm2020/pager/pager.mjs +135 -0
- package/esm2020/pager/pager.module.mjs +25 -0
- package/{esm2015/progress-spinner/index.js → esm2020/progress-spinner/index.mjs} +0 -0
- package/esm2020/progress-spinner/progress-spinner.mjs +78 -0
- package/esm2020/progress-spinner/progress-spinner.module.mjs +23 -0
- package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
- package/esm2020/quick-list/add-option.mjs +65 -0
- package/{esm2015/quick-list/add-option.service.js → esm2020/quick-list/add-option.service.mjs} +0 -0
- package/{esm2015/quick-list/index.js → esm2020/quick-list/index.mjs} +0 -0
- package/esm2020/quick-list/quick-list.mjs +122 -0
- package/esm2020/quick-list/quick-list.module.mjs +26 -0
- package/{esm2015/searchfield/index.js → esm2020/searchfield/index.mjs} +0 -0
- package/esm2020/searchfield/search-field.mjs +100 -0
- package/esm2020/searchfield/search-field.module.mjs +25 -0
- package/{esm2015/treetable/index.js → esm2020/treetable/index.mjs} +3 -2
- package/esm2020/treetable/renderer/cell-renderer.mjs +28 -0
- package/esm2020/treetable/renderer/header-renderer.mjs +41 -0
- package/esm2020/treetable/renderer/index.mjs +5 -0
- package/esm2020/treetable/renderer/main-renderer.mjs +103 -0
- package/esm2020/treetable/renderer/row-renderer.mjs +20 -0
- package/esm2020/treetable/treetable-action-overflow.mjs +92 -0
- package/esm2020/treetable/treetable-cell.mjs +23 -0
- package/esm2020/treetable/treetable-column.mjs +23 -0
- package/esm2020/treetable/treetable-placeholder.mjs +30 -0
- package/esm2020/treetable/treetable-row.mjs +99 -0
- package/esm2020/treetable/treetable.mjs +73 -0
- package/esm2020/treetable/treetable.module.mjs +63 -0
- package/{esm2015/util/escape.util.js → esm2020/util/escape.util.mjs} +0 -0
- package/{esm2015/util/index.js → esm2020/util/index.mjs} +0 -0
- package/{esm2015/view-edit-section/index.js → esm2020/view-edit-section/index.mjs} +0 -0
- package/esm2020/view-edit-section/view-edit-section.mjs +152 -0
- package/esm2020/view-edit-section/view-edit-section.module.mjs +25 -0
- package/fesm2015/{clr-addons.js → clr-addons.mjs} +1757 -1068
- package/fesm2015/clr-addons.mjs.map +1 -0
- package/fesm2020/clr-addons.mjs +5055 -0
- package/fesm2020/clr-addons.mjs.map +1 -0
- package/flow-bar/flow-bar.d.ts +3 -0
- package/flow-bar/flow-bar.module.d.ts +8 -0
- package/generic-quick-list/generic-quick-list.d.ts +3 -0
- package/generic-quick-list/generic-quick-list.module.d.ts +7 -0
- package/history/history-pinned.d.ts +3 -0
- package/history/history.d.ts +3 -0
- package/history/history.module.d.ts +9 -0
- package/history/history.service.d.ts +3 -0
- package/index.d.ts +2 -0
- package/letter-avatar/letter-avatar.d.ts +3 -0
- package/letter-avatar/letter-avatar.module.d.ts +7 -0
- package/location-bar/index.d.ts +1 -0
- package/location-bar/location-bar-node/location-bar-node.component.d.ts +3 -0
- package/location-bar/location-bar.component.d.ts +3 -0
- package/location-bar/location-bar.module.d.ts +8 -0
- package/main-nav-group/main-nav-group-item.d.ts +3 -0
- package/main-nav-group/main-nav-group.d.ts +3 -0
- package/main-nav-group/main-nav-group.module.d.ts +9 -0
- package/multilingual/abstract-multilingual.d.ts +3 -0
- package/multilingual/multilingual-input/multilingual-input.d.ts +3 -0
- package/multilingual/multilingual-selector.d.ts +3 -0
- package/multilingual/multilingual-textarea/multilingual-textarea.d.ts +3 -0
- package/multilingual/multilingual-validators.d.ts +5 -0
- package/multilingual/multilingual.module.d.ts +11 -0
- package/notification/notification.d.ts +3 -0
- package/notification/notification.module.d.ts +8 -0
- package/notification/notification.service.d.ts +3 -0
- package/numericfield/numeric-field-validators.d.ts +5 -0
- package/numericfield/numeric-field.d.ts +3 -0
- package/numericfield/numeric-field.module.d.ts +9 -0
- package/package.json +27 -13
- package/paged-search-result-list/paged-search-result-list.d.ts +3 -0
- package/paged-search-result-list/paged-search-result-list.module.d.ts +9 -0
- package/pager/pager.d.ts +3 -0
- package/pager/pager.module.d.ts +8 -0
- package/progress-spinner/progress-spinner.d.ts +3 -0
- package/progress-spinner/progress-spinner.module.d.ts +6 -0
- package/quick-list/add-option.d.ts +3 -0
- package/quick-list/quick-list.d.ts +3 -0
- package/quick-list/quick-list.module.d.ts +9 -0
- package/searchfield/search-field.d.ts +4 -1
- package/searchfield/search-field.module.d.ts +8 -0
- package/styles/clr-addons-phs.css +6 -4
- package/styles/clr-addons-phs.css.map +1 -1
- package/styles/clr-addons-phs.min.css +1 -1
- package/styles/clr-addons-phs.min.css.map +1 -1
- package/treetable/index.d.ts +1 -0
- package/treetable/renderer/cell-renderer.d.ts +3 -0
- package/treetable/renderer/header-renderer.d.ts +3 -0
- package/treetable/renderer/index.d.ts +4 -0
- package/treetable/renderer/main-renderer.d.ts +3 -0
- package/treetable/renderer/row-renderer.d.ts +3 -0
- package/treetable/treetable-action-overflow.d.ts +4 -1
- package/treetable/treetable-cell.d.ts +3 -0
- package/treetable/treetable-column.d.ts +3 -0
- package/treetable/treetable-placeholder.d.ts +3 -0
- package/treetable/treetable-row.d.ts +3 -0
- package/treetable/treetable.d.ts +3 -0
- package/treetable/treetable.module.d.ts +16 -0
- package/view-edit-section/view-edit-section.d.ts +11 -1
- package/view-edit-section/view-edit-section.module.d.ts +8 -0
- package/autocomplete-off/autocomplete-off.module.ngfactory.d.ts +0 -3
- package/back-button/back-button.module.ngfactory.d.ts +0 -3
- package/back-button/back-button.ngfactory.d.ts +0 -1
- package/brand-avatar/brand-avatar.module.ngfactory.d.ts +0 -3
- package/brand-avatar/brand-avatar.ngfactory.d.ts +0 -1
- package/breadcrumb/breadcrumb.module.ngfactory.d.ts +0 -3
- package/breadcrumb/breadcrumb.ngfactory.d.ts +0 -1
- package/bundles/clr-addons.umd.js +0 -5121
- package/bundles/clr-addons.umd.js.map +0 -1
- package/clr-addons.metadata.json +0 -1
- package/clr-addons.module.ngfactory.d.ts +0 -3
- package/collapse-expand-section/collapse-expand-section.module.ngfactory.d.ts +0 -3
- package/collapse-expand-section/collapse-expand-section.ngfactory.d.ts +0 -1
- package/content-panel/content-panel-container-content.ngfactory.d.ts +0 -1
- package/content-panel/content-panel-container-footer.ngfactory.d.ts +0 -1
- package/content-panel/content-panel-container.ngfactory.d.ts +0 -1
- package/content-panel/content-panel.module.ngfactory.d.ts +0 -3
- package/content-panel/content-panel.ngfactory.d.ts +0 -1
- package/data-list-validator/data-list-validator.module.ngfactory.d.ts +0 -3
- package/date-time-container/date-time-container.ngfactory.d.ts +0 -1
- package/date-time-container/date-time-module.ngfactory.d.ts +0 -3
- package/dot-pager/dot-pager.module.ngfactory.d.ts +0 -3
- package/dot-pager/dot-pager.ngfactory.d.ts +0 -1
- package/esm2015/abstract-form-component/abstract-form-component.js +0 -77
- package/esm2015/abstract-form-component/abstract-form-component.ngsummary.json +0 -1
- package/esm2015/autocomplete-off/autocomplete-off.directive.js +0 -17
- package/esm2015/autocomplete-off/autocomplete-off.directive.ngsummary.json +0 -1
- package/esm2015/autocomplete-off/autocomplete-off.module.js +0 -16
- package/esm2015/autocomplete-off/autocomplete-off.module.ngfactory.js +0 -13
- package/esm2015/autocomplete-off/autocomplete-off.module.ngsummary.json +0 -1
- package/esm2015/back-button/back-button.js +0 -25
- package/esm2015/back-button/back-button.module.js +0 -20
- package/esm2015/back-button/back-button.module.ngfactory.js +0 -17
- package/esm2015/back-button/back-button.module.ngsummary.json +0 -1
- package/esm2015/back-button/back-button.ngfactory.js +0 -23
- package/esm2015/back-button/back-button.ngsummary.json +0 -1
- package/esm2015/back-button/index.ngsummary.json +0 -1
- package/esm2015/brand-avatar/brand-avatar.js +0 -54
- package/esm2015/brand-avatar/brand-avatar.module.js +0 -19
- package/esm2015/brand-avatar/brand-avatar.module.ngfactory.js +0 -17
- package/esm2015/brand-avatar/brand-avatar.module.ngsummary.json +0 -1
- package/esm2015/brand-avatar/brand-avatar.ngfactory.js +0 -19
- package/esm2015/brand-avatar/brand-avatar.ngsummary.json +0 -1
- package/esm2015/brand-avatar/index.ngsummary.json +0 -1
- package/esm2015/breadcrumb/breadcrumb-model.interface.ngsummary.json +0 -1
- package/esm2015/breadcrumb/breadcrumb.js +0 -36
- package/esm2015/breadcrumb/breadcrumb.module.js +0 -22
- package/esm2015/breadcrumb/breadcrumb.module.ngfactory.js +0 -20
- package/esm2015/breadcrumb/breadcrumb.module.ngsummary.json +0 -1
- package/esm2015/breadcrumb/breadcrumb.ngfactory.js +0 -28
- package/esm2015/breadcrumb/breadcrumb.ngsummary.json +0 -1
- package/esm2015/breadcrumb/breadcrumb.service.js +0 -23
- package/esm2015/breadcrumb/breadcrumb.service.ngsummary.json +0 -1
- package/esm2015/breadcrumb/index.ngsummary.json +0 -1
- package/esm2015/clr-addons.js +0 -16
- package/esm2015/clr-addons.module.js +0 -65
- package/esm2015/clr-addons.module.ngfactory.js +0 -46
- package/esm2015/clr-addons.module.ngsummary.json +0 -1
- package/esm2015/clr-addons.ngsummary.json +0 -1
- package/esm2015/collapse-expand-section/collapse-expand-section.js +0 -55
- package/esm2015/collapse-expand-section/collapse-expand-section.module.js +0 -20
- package/esm2015/collapse-expand-section/collapse-expand-section.module.ngfactory.js +0 -17
- package/esm2015/collapse-expand-section/collapse-expand-section.module.ngsummary.json +0 -1
- package/esm2015/collapse-expand-section/collapse-expand-section.ngfactory.js +0 -30
- package/esm2015/collapse-expand-section/collapse-expand-section.ngsummary.json +0 -1
- package/esm2015/collapse-expand-section/index.ngsummary.json +0 -1
- package/esm2015/content-panel/content-panel-container-content.js +0 -18
- package/esm2015/content-panel/content-panel-container-content.ngfactory.js +0 -18
- package/esm2015/content-panel/content-panel-container-content.ngsummary.json +0 -1
- package/esm2015/content-panel/content-panel-container-footer.js +0 -18
- package/esm2015/content-panel/content-panel-container-footer.ngfactory.js +0 -18
- package/esm2015/content-panel/content-panel-container-footer.ngsummary.json +0 -1
- package/esm2015/content-panel/content-panel-container.js +0 -25
- package/esm2015/content-panel/content-panel-container.ngfactory.js +0 -18
- package/esm2015/content-panel/content-panel-container.ngsummary.json +0 -1
- package/esm2015/content-panel/content-panel.js +0 -67
- package/esm2015/content-panel/content-panel.module.js +0 -28
- package/esm2015/content-panel/content-panel.module.ngfactory.js +0 -17
- package/esm2015/content-panel/content-panel.module.ngsummary.json +0 -1
- package/esm2015/content-panel/content-panel.ngfactory.js +0 -33
- package/esm2015/content-panel/content-panel.ngsummary.json +0 -1
- package/esm2015/content-panel/index.ngsummary.json +0 -1
- package/esm2015/data-list-validator/data-list-predefined-validator.directive.js +0 -30
- package/esm2015/data-list-validator/data-list-predefined-validator.directive.ngsummary.json +0 -1
- package/esm2015/data-list-validator/data-list-validator.module.js +0 -16
- package/esm2015/data-list-validator/data-list-validator.module.ngfactory.js +0 -13
- package/esm2015/data-list-validator/data-list-validator.module.ngsummary.json +0 -1
- package/esm2015/data-list-validator/data-list.validator.ngsummary.json +0 -1
- package/esm2015/data-list-validator/index.ngsummary.json +0 -1
- package/esm2015/date-time-container/date-time-container.js +0 -45
- package/esm2015/date-time-container/date-time-container.ngfactory.js +0 -19
- package/esm2015/date-time-container/date-time-container.ngsummary.json +0 -1
- package/esm2015/date-time-container/date-time-module.js +0 -21
- package/esm2015/date-time-container/date-time-module.ngfactory.js +0 -17
- package/esm2015/date-time-container/date-time-module.ngsummary.json +0 -1
- package/esm2015/date-time-container/index.ngsummary.json +0 -1
- package/esm2015/date-time-container/time-input.js +0 -17
- package/esm2015/date-time-container/time-input.ngsummary.json +0 -1
- package/esm2015/dot-pager/dot-pager.js +0 -51
- package/esm2015/dot-pager/dot-pager.module.js +0 -20
- package/esm2015/dot-pager/dot-pager.module.ngfactory.js +0 -17
- package/esm2015/dot-pager/dot-pager.module.ngsummary.json +0 -1
- package/esm2015/dot-pager/dot-pager.ngfactory.js +0 -48
- package/esm2015/dot-pager/dot-pager.ngsummary.json +0 -1
- package/esm2015/dot-pager/index.ngsummary.json +0 -1
- package/esm2015/flow-bar/flow-bar.js +0 -154
- package/esm2015/flow-bar/flow-bar.module.js +0 -20
- package/esm2015/flow-bar/flow-bar.module.ngfactory.js +0 -17
- package/esm2015/flow-bar/flow-bar.module.ngsummary.json +0 -1
- package/esm2015/flow-bar/flow-bar.ngfactory.js +0 -33
- package/esm2015/flow-bar/flow-bar.ngsummary.json +0 -1
- package/esm2015/flow-bar/index.ngsummary.json +0 -1
- package/esm2015/generic-quick-list/generic-quick-list.js +0 -72
- package/esm2015/generic-quick-list/generic-quick-list.module.js +0 -19
- package/esm2015/generic-quick-list/generic-quick-list.module.ngfactory.js +0 -17
- package/esm2015/generic-quick-list/generic-quick-list.module.ngsummary.json +0 -1
- package/esm2015/generic-quick-list/generic-quick-list.ngfactory.js +0 -31
- package/esm2015/generic-quick-list/generic-quick-list.ngsummary.json +0 -1
- package/esm2015/generic-quick-list/index.ngsummary.json +0 -1
- package/esm2015/history/history-model.interface.ngsummary.json +0 -1
- package/esm2015/history/history-pinned.js +0 -45
- package/esm2015/history/history-pinned.ngfactory.js +0 -23
- package/esm2015/history/history-pinned.ngsummary.json +0 -1
- package/esm2015/history/history.js +0 -55
- package/esm2015/history/history.module.js +0 -21
- package/esm2015/history/history.module.ngfactory.js +0 -19
- package/esm2015/history/history.module.ngsummary.json +0 -1
- package/esm2015/history/history.ngfactory.js +0 -36
- package/esm2015/history/history.ngsummary.json +0 -1
- package/esm2015/history/history.service.js +0 -204
- package/esm2015/history/history.service.ngsummary.json +0 -1
- package/esm2015/history/index.ngsummary.json +0 -1
- package/esm2015/icons/index.ngsummary.json +0 -1
- package/esm2015/icons/shapes.ngsummary.json +0 -1
- package/esm2015/icons/svg-tag-generator.ngsummary.json +0 -1
- package/esm2015/index.ngsummary.json +0 -1
- package/esm2015/letter-avatar/index.ngsummary.json +0 -1
- package/esm2015/letter-avatar/letter-avatar.js +0 -48
- package/esm2015/letter-avatar/letter-avatar.module.js +0 -19
- package/esm2015/letter-avatar/letter-avatar.module.ngfactory.js +0 -17
- package/esm2015/letter-avatar/letter-avatar.module.ngsummary.json +0 -1
- package/esm2015/letter-avatar/letter-avatar.ngfactory.js +0 -18
- package/esm2015/letter-avatar/letter-avatar.ngsummary.json +0 -1
- package/esm2015/location-bar/index.js +0 -4
- package/esm2015/location-bar/index.ngsummary.json +0 -1
- package/esm2015/location-bar/location-bar-node/location-bar-node.component.js +0 -92
- package/esm2015/location-bar/location-bar-node/location-bar-node.component.ngfactory.js +0 -50
- package/esm2015/location-bar/location-bar-node/location-bar-node.component.ngsummary.json +0 -1
- package/esm2015/location-bar/location-bar.component.js +0 -38
- package/esm2015/location-bar/location-bar.component.ngfactory.js +0 -25
- package/esm2015/location-bar/location-bar.component.ngsummary.json +0 -1
- package/esm2015/location-bar/location-bar.model.ngsummary.json +0 -1
- package/esm2015/location-bar/location-bar.module.js +0 -15
- package/esm2015/location-bar/location-bar.module.ngfactory.js +0 -13
- package/esm2015/location-bar/location-bar.module.ngsummary.json +0 -1
- package/esm2015/location-bar/location-bar.provider.ngsummary.json +0 -1
- package/esm2015/main-nav-group/index.ngsummary.json +0 -1
- package/esm2015/main-nav-group/main-nav-group-item.js +0 -27
- package/esm2015/main-nav-group/main-nav-group-item.ngsummary.json +0 -1
- package/esm2015/main-nav-group/main-nav-group.js +0 -153
- package/esm2015/main-nav-group/main-nav-group.module.js +0 -21
- package/esm2015/main-nav-group/main-nav-group.module.ngfactory.js +0 -17
- package/esm2015/main-nav-group/main-nav-group.module.ngsummary.json +0 -1
- package/esm2015/main-nav-group/main-nav-group.ngfactory.js +0 -26
- package/esm2015/main-nav-group/main-nav-group.ngsummary.json +0 -1
- package/esm2015/multilingual/abstract-multilingual.js +0 -50
- package/esm2015/multilingual/abstract-multilingual.ngsummary.json +0 -1
- package/esm2015/multilingual/index.ngsummary.json +0 -1
- package/esm2015/multilingual/multilingual-input/multilingual-input.js +0 -32
- package/esm2015/multilingual/multilingual-input/multilingual-input.ngfactory.js +0 -46
- package/esm2015/multilingual/multilingual-input/multilingual-input.ngsummary.json +0 -1
- package/esm2015/multilingual/multilingual-selector.js +0 -46
- package/esm2015/multilingual/multilingual-selector.ngfactory.js +0 -28
- package/esm2015/multilingual/multilingual-selector.ngsummary.json +0 -1
- package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.js +0 -32
- package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.ngfactory.js +0 -46
- package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.ngsummary.json +0 -1
- package/esm2015/multilingual/multilingual-validators.js +0 -97
- package/esm2015/multilingual/multilingual-validators.ngsummary.json +0 -1
- package/esm2015/multilingual/multilingual.module.js +0 -35
- package/esm2015/multilingual/multilingual.module.ngfactory.js +0 -17
- package/esm2015/multilingual/multilingual.module.ngsummary.json +0 -1
- package/esm2015/notification/index.ngsummary.json +0 -1
- package/esm2015/notification/notification-ref.ngsummary.json +0 -1
- package/esm2015/notification/notification.js +0 -114
- package/esm2015/notification/notification.module.js +0 -20
- package/esm2015/notification/notification.module.ngfactory.js +0 -18
- package/esm2015/notification/notification.module.ngsummary.json +0 -1
- package/esm2015/notification/notification.ngfactory.js +0 -25
- package/esm2015/notification/notification.ngsummary.json +0 -1
- package/esm2015/notification/notification.service.js +0 -92
- package/esm2015/notification/notification.service.ngsummary.json +0 -1
- package/esm2015/notification/scheduler-utils.ngsummary.json +0 -1
- package/esm2015/numericfield/index.ngsummary.json +0 -1
- package/esm2015/numericfield/numeric-field-validators.js +0 -125
- package/esm2015/numericfield/numeric-field-validators.ngsummary.json +0 -1
- package/esm2015/numericfield/numeric-field.js +0 -348
- package/esm2015/numericfield/numeric-field.module.js +0 -21
- package/esm2015/numericfield/numeric-field.module.ngfactory.js +0 -17
- package/esm2015/numericfield/numeric-field.module.ngsummary.json +0 -1
- package/esm2015/numericfield/numeric-field.ngsummary.json +0 -1
- package/esm2015/paged-search-result-list/index.ngsummary.json +0 -1
- package/esm2015/paged-search-result-list/paged-search-result-list.js +0 -34
- package/esm2015/paged-search-result-list/paged-search-result-list.module.js +0 -21
- package/esm2015/paged-search-result-list/paged-search-result-list.module.ngfactory.js +0 -18
- package/esm2015/paged-search-result-list/paged-search-result-list.module.ngsummary.json +0 -1
- package/esm2015/paged-search-result-list/paged-search-result-list.ngfactory.js +0 -31
- package/esm2015/paged-search-result-list/paged-search-result-list.ngsummary.json +0 -1
- package/esm2015/pager/index.ngsummary.json +0 -1
- package/esm2015/pager/pager.js +0 -125
- package/esm2015/pager/pager.module.js +0 -20
- package/esm2015/pager/pager.module.ngfactory.js +0 -17
- package/esm2015/pager/pager.module.ngsummary.json +0 -1
- package/esm2015/pager/pager.ngfactory.js +0 -43
- package/esm2015/pager/pager.ngsummary.json +0 -1
- package/esm2015/progress-spinner/index.ngsummary.json +0 -1
- package/esm2015/progress-spinner/progress-spinner.js +0 -69
- package/esm2015/progress-spinner/progress-spinner.module.js +0 -18
- package/esm2015/progress-spinner/progress-spinner.module.ngfactory.js +0 -12
- package/esm2015/progress-spinner/progress-spinner.module.ngsummary.json +0 -1
- package/esm2015/progress-spinner/progress-spinner.ngfactory.js +0 -18
- package/esm2015/progress-spinner/progress-spinner.ngsummary.json +0 -1
- package/esm2015/public_api.ngsummary.json +0 -1
- package/esm2015/quick-list/add-option.js +0 -53
- package/esm2015/quick-list/add-option.ngfactory.js +0 -36
- package/esm2015/quick-list/add-option.ngsummary.json +0 -1
- package/esm2015/quick-list/add-option.service.ngsummary.json +0 -1
- package/esm2015/quick-list/index.ngsummary.json +0 -1
- package/esm2015/quick-list/quick-list.js +0 -98
- package/esm2015/quick-list/quick-list.module.js +0 -21
- package/esm2015/quick-list/quick-list.module.ngfactory.js +0 -17
- package/esm2015/quick-list/quick-list.module.ngsummary.json +0 -1
- package/esm2015/quick-list/quick-list.ngfactory.js +0 -33
- package/esm2015/quick-list/quick-list.ngsummary.json +0 -1
- package/esm2015/searchfield/index.ngsummary.json +0 -1
- package/esm2015/searchfield/search-field.js +0 -100
- package/esm2015/searchfield/search-field.module.js +0 -20
- package/esm2015/searchfield/search-field.module.ngfactory.js +0 -17
- package/esm2015/searchfield/search-field.module.ngsummary.json +0 -1
- package/esm2015/searchfield/search-field.ngsummary.json +0 -1
- package/esm2015/treetable/index.ngsummary.json +0 -1
- package/esm2015/treetable/renderer/cell-renderer.js +0 -28
- package/esm2015/treetable/renderer/cell-renderer.ngsummary.json +0 -1
- package/esm2015/treetable/renderer/header-renderer.js +0 -41
- package/esm2015/treetable/renderer/header-renderer.ngsummary.json +0 -1
- package/esm2015/treetable/renderer/main-renderer.js +0 -93
- package/esm2015/treetable/renderer/main-renderer.ngsummary.json +0 -1
- package/esm2015/treetable/renderer/row-renderer.js +0 -16
- package/esm2015/treetable/renderer/row-renderer.ngsummary.json +0 -1
- package/esm2015/treetable/treetable-action-overflow.js +0 -77
- package/esm2015/treetable/treetable-action-overflow.ngfactory.js +0 -31
- package/esm2015/treetable/treetable-action-overflow.ngsummary.json +0 -1
- package/esm2015/treetable/treetable-cell.js +0 -19
- package/esm2015/treetable/treetable-cell.ngfactory.js +0 -18
- package/esm2015/treetable/treetable-cell.ngsummary.json +0 -1
- package/esm2015/treetable/treetable-column.js +0 -19
- package/esm2015/treetable/treetable-column.ngfactory.js +0 -18
- package/esm2015/treetable/treetable-column.ngsummary.json +0 -1
- package/esm2015/treetable/treetable-placeholder.js +0 -21
- package/esm2015/treetable/treetable-placeholder.ngfactory.js +0 -16
- package/esm2015/treetable/treetable-placeholder.ngsummary.json +0 -1
- package/esm2015/treetable/treetable-row.js +0 -80
- package/esm2015/treetable/treetable-row.ngfactory.js +0 -30
- package/esm2015/treetable/treetable-row.ngsummary.json +0 -1
- package/esm2015/treetable/treetable.js +0 -67
- package/esm2015/treetable/treetable.module.js +0 -40
- package/esm2015/treetable/treetable.module.ngfactory.js +0 -17
- package/esm2015/treetable/treetable.module.ngsummary.json +0 -1
- package/esm2015/treetable/treetable.ngfactory.js +0 -18
- package/esm2015/treetable/treetable.ngsummary.json +0 -1
- package/esm2015/util/escape.util.ngsummary.json +0 -1
- package/esm2015/util/index.ngsummary.json +0 -1
- package/esm2015/view-edit-section/index.ngsummary.json +0 -1
- package/esm2015/view-edit-section/view-edit-section.js +0 -57
- package/esm2015/view-edit-section/view-edit-section.module.js +0 -20
- package/esm2015/view-edit-section/view-edit-section.module.ngfactory.js +0 -17
- package/esm2015/view-edit-section/view-edit-section.module.ngsummary.json +0 -1
- package/esm2015/view-edit-section/view-edit-section.ngfactory.js +0 -48
- package/esm2015/view-edit-section/view-edit-section.ngsummary.json +0 -1
- package/fesm2015/clr-addons.js.map +0 -1
- package/flow-bar/flow-bar.module.ngfactory.d.ts +0 -3
- package/flow-bar/flow-bar.ngfactory.d.ts +0 -1
- package/generic-quick-list/generic-quick-list.module.ngfactory.d.ts +0 -3
- package/generic-quick-list/generic-quick-list.ngfactory.d.ts +0 -1
- package/history/history-pinned.ngfactory.d.ts +0 -1
- package/history/history.module.ngfactory.d.ts +0 -3
- package/history/history.ngfactory.d.ts +0 -1
- package/letter-avatar/letter-avatar.module.ngfactory.d.ts +0 -3
- package/letter-avatar/letter-avatar.ngfactory.d.ts +0 -1
- package/location-bar/location-bar-node/location-bar-node.component.ngfactory.d.ts +0 -1
- package/location-bar/location-bar.component.ngfactory.d.ts +0 -1
- package/location-bar/location-bar.module.ngfactory.d.ts +0 -3
- package/main-nav-group/main-nav-group.module.ngfactory.d.ts +0 -3
- package/main-nav-group/main-nav-group.ngfactory.d.ts +0 -1
- package/multilingual/multilingual-input/multilingual-input.ngfactory.d.ts +0 -1
- package/multilingual/multilingual-selector.ngfactory.d.ts +0 -1
- package/multilingual/multilingual-textarea/multilingual-textarea.ngfactory.d.ts +0 -1
- package/multilingual/multilingual.module.ngfactory.d.ts +0 -3
- package/notification/notification.module.ngfactory.d.ts +0 -3
- package/notification/notification.ngfactory.d.ts +0 -1
- package/numericfield/numeric-field.module.ngfactory.d.ts +0 -3
- package/paged-search-result-list/paged-search-result-list.module.ngfactory.d.ts +0 -3
- package/paged-search-result-list/paged-search-result-list.ngfactory.d.ts +0 -1
- package/pager/pager.module.ngfactory.d.ts +0 -3
- package/pager/pager.ngfactory.d.ts +0 -1
- package/progress-spinner/progress-spinner.module.ngfactory.d.ts +0 -3
- package/progress-spinner/progress-spinner.ngfactory.d.ts +0 -1
- package/quick-list/add-option.ngfactory.d.ts +0 -1
- package/quick-list/quick-list.module.ngfactory.d.ts +0 -3
- package/quick-list/quick-list.ngfactory.d.ts +0 -1
- package/searchfield/search-field.module.ngfactory.d.ts +0 -3
- package/src/back-button/back-button.scss +0 -7
- package/src/brand-avatar/brand-avatar.scss +0 -26
- package/src/breadcrumb/breadcrumb.scss +0 -21
- package/src/collapse-expand-section/collapse-expand-section.scss +0 -32
- package/src/components.clr-addons.scss +0 -391
- package/src/components.variables.clr-addons.scss +0 -42
- package/src/content-panel/content-panel.scss +0 -90
- package/src/date-time-container/date-time-container.scss +0 -18
- package/src/dot-pager/dot-pager.scss +0 -11
- package/src/flow-bar/flow-bar.scss +0 -95
- package/src/generic-quick-list/generic-quick-list.scss +0 -219
- package/src/header.clr-addons.scss +0 -377
- package/src/history/history.scss +0 -25
- package/src/letter-avatar/letter-avatar.scss +0 -27
- package/src/location-bar/location-bar-node/location-bar-node.component.scss +0 -54
- package/src/main-nav-group/main-nav-group.scss +0 -156
- package/src/mixins.scss +0 -38
- package/src/mobile.scss +0 -103
- package/src/multilingual/multilingual.scss +0 -39
- package/src/notification/notification.scss +0 -94
- package/src/numericfield/numeric-field.scss +0 -18
- package/src/paged-search-result-list/paged-search-result-list.scss +0 -10
- package/src/pager/pager.scss +0 -22
- package/src/progress-spinner/progress-spinner.scss +0 -15
- package/src/quick-list/quick-list.scss +0 -23
- package/src/searchfield/search-field.scss +0 -33
- package/src/themes/phs/css.overrides.scss +0 -148
- package/src/themes/phs/phs-theme.scss +0 -13
- package/src/themes/phs/theme.clarity.scss +0 -262
- package/src/themes/phs/variables.color.scss +0 -41
- package/src/treetable/treetable.scss +0 -338
- package/src/view-edit-section/view-edit-section.scss +0 -40
- package/treetable/treetable-action-overflow.ngfactory.d.ts +0 -1
- package/treetable/treetable-cell.ngfactory.d.ts +0 -1
- package/treetable/treetable-column.ngfactory.d.ts +0 -1
- package/treetable/treetable-placeholder.ngfactory.d.ts +0 -1
- package/treetable/treetable-row.ngfactory.d.ts +0 -1
- package/treetable/treetable.module.ngfactory.d.ts +0 -3
- package/treetable/treetable.ngfactory.d.ts +0 -1
- package/view-edit-section/view-edit-section.module.ngfactory.d.ts +0 -3
- package/view-edit-section/view-edit-section.ngfactory.d.ts +0 -1
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, NgModule, Injectable, EventEmitter, Input, Output, Directive,
|
|
3
|
-
import
|
|
2
|
+
import { Component, NgModule, Injectable, EventEmitter, Input, Output, Directive, ViewChild, TemplateRef, ContentChildren, ViewChildren, HostBinding, ElementRef, Renderer2, forwardRef, ContentChild, HostListener, InjectionToken, Inject, Optional } from '@angular/core';
|
|
3
|
+
import * as i2 from '@angular/common';
|
|
4
|
+
import { CommonModule, DOCUMENT } from '@angular/common';
|
|
5
|
+
import * as i3$1 from '@angular/forms';
|
|
4
6
|
import { FormsModule, NG_VALIDATORS, NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
7
|
+
import * as i1 from '@clr/angular';
|
|
8
|
+
import { ClarityModule, ClrFormsModule, ClrForm, ClrAlert, ClrAxis, ClrSide, ClrAlignment, ClrPopoverToggleService, ClrPopoverEventsService, ClrPopoverPositionService, ClrIconModule, ClrDropdownModule } from '@clr/angular';
|
|
9
|
+
import { Subject, BehaviorSubject, timer, asyncScheduler, interval, of, ReplaySubject, takeUntil as takeUntil$1 } from 'rxjs';
|
|
7
10
|
import { takeUntil, observeOn, take } from 'rxjs/operators';
|
|
11
|
+
import * as i3 from '@angular/router';
|
|
8
12
|
import { RouterModule } from '@angular/router';
|
|
9
13
|
import { trigger, transition, style, animate, state } from '@angular/animations';
|
|
10
|
-
import { ClarityIcons,
|
|
14
|
+
import { ClarityIcons, treeViewIcon, angleIcon, organizationIcon } from '@cds/core/icon';
|
|
11
15
|
import '@cds/core/icon/register.js';
|
|
12
16
|
|
|
13
17
|
/*
|
|
@@ -23,15 +27,12 @@ class ClrBackButton {
|
|
|
23
27
|
this.location.back();
|
|
24
28
|
}
|
|
25
29
|
}
|
|
26
|
-
ClrBackButton
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
];
|
|
32
|
-
ClrBackButton.ctorParameters = () => [
|
|
33
|
-
{ type: Location }
|
|
34
|
-
];
|
|
30
|
+
ClrBackButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBackButton, deps: [{ token: i2.Location }], target: i0.ɵɵFactoryTarget.Component });
|
|
31
|
+
ClrBackButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrBackButton, selector: "clr-back-button", ngImport: i0, template: "<button type=\"button\" class=\"btn btn-icon btn-link back-button\" (click)=\"back()\">\n <clr-icon shape=\"arrow\" dir=\"left\" size=\"36\"></clr-icon>\n</button>\n", directives: [{ type: i1.ClrIconCustomTag, selector: "clr-icon" }] });
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBackButton, decorators: [{
|
|
33
|
+
type: Component,
|
|
34
|
+
args: [{ selector: 'clr-back-button', template: "<button type=\"button\" class=\"btn btn-icon btn-link back-button\" (click)=\"back()\">\n <clr-icon shape=\"arrow\" dir=\"left\" size=\"36\"></clr-icon>\n</button>\n" }]
|
|
35
|
+
}], ctorParameters: function () { return [{ type: i2.Location }]; } });
|
|
35
36
|
|
|
36
37
|
/*
|
|
37
38
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -40,13 +41,17 @@ ClrBackButton.ctorParameters = () => [
|
|
|
40
41
|
*/
|
|
41
42
|
class ClrBackButtonModule {
|
|
42
43
|
}
|
|
43
|
-
ClrBackButtonModule
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
]
|
|
44
|
+
ClrBackButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBackButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
45
|
+
ClrBackButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBackButtonModule, declarations: [ClrBackButton], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrBackButton] });
|
|
46
|
+
ClrBackButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBackButtonModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
|
|
47
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBackButtonModule, decorators: [{
|
|
48
|
+
type: NgModule,
|
|
49
|
+
args: [{
|
|
50
|
+
imports: [CommonModule, ClarityModule, FormsModule],
|
|
51
|
+
declarations: [ClrBackButton],
|
|
52
|
+
exports: [ClrBackButton],
|
|
53
|
+
}]
|
|
54
|
+
}] });
|
|
50
55
|
|
|
51
56
|
/*
|
|
52
57
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -61,15 +66,17 @@ class ClrBreadcrumbService {
|
|
|
61
66
|
this.breadcrumbChange.next(breadcrumbElements);
|
|
62
67
|
}
|
|
63
68
|
}
|
|
64
|
-
ClrBreadcrumbService.ɵ
|
|
65
|
-
ClrBreadcrumbService
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
69
|
+
ClrBreadcrumbService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumbService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
70
|
+
ClrBreadcrumbService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumbService, providedIn: 'root' });
|
|
71
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumbService, decorators: [{
|
|
72
|
+
type: Injectable,
|
|
73
|
+
args: [{
|
|
74
|
+
providedIn: 'root',
|
|
75
|
+
}]
|
|
76
|
+
}] });
|
|
70
77
|
|
|
71
78
|
/*
|
|
72
|
-
* Copyright (c) 2018-
|
|
79
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
73
80
|
* This software is released under MIT license.
|
|
74
81
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
75
82
|
*/
|
|
@@ -90,15 +97,12 @@ class ClrBreadcrumb {
|
|
|
90
97
|
this.destroyed.complete();
|
|
91
98
|
}
|
|
92
99
|
}
|
|
93
|
-
ClrBreadcrumb
|
|
94
|
-
{ type:
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
];
|
|
99
|
-
ClrBreadcrumb.ctorParameters = () => [
|
|
100
|
-
{ type: ClrBreadcrumbService }
|
|
101
|
-
];
|
|
100
|
+
ClrBreadcrumb.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumb, deps: [{ token: ClrBreadcrumbService }], target: i0.ɵɵFactoryTarget.Component });
|
|
101
|
+
ClrBreadcrumb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrBreadcrumb, selector: "clr-breadcrumb", ngImport: i0, template: "<nav aria-label=\"breadcrumb\" *ngIf=\"breadcrumbElements.length\">\n <ol class=\"breadcrumb\">\n <ng-container *ngFor=\"let breadcrumbItem of breadcrumbElements\">\n <li *ngIf=\"breadcrumbItem.url\" class=\"breadcrumb-item\">\n <a [routerLink]=\"breadcrumbItem.url\">{{breadcrumbItem.label}}</a>\n </li>\n <li *ngIf=\"!breadcrumbItem.url\" class=\"breadcrumb-item active\">{{breadcrumbItem.label}}</li>\n </ng-container>\n </ol>\n</nav>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo", "routerLink"] }] });
|
|
102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumb, decorators: [{
|
|
103
|
+
type: Component,
|
|
104
|
+
args: [{ selector: 'clr-breadcrumb', template: "<nav aria-label=\"breadcrumb\" *ngIf=\"breadcrumbElements.length\">\n <ol class=\"breadcrumb\">\n <ng-container *ngFor=\"let breadcrumbItem of breadcrumbElements\">\n <li *ngIf=\"breadcrumbItem.url\" class=\"breadcrumb-item\">\n <a [routerLink]=\"breadcrumbItem.url\">{{breadcrumbItem.label}}</a>\n </li>\n <li *ngIf=\"!breadcrumbItem.url\" class=\"breadcrumb-item active\">{{breadcrumbItem.label}}</li>\n </ng-container>\n </ol>\n</nav>\n" }]
|
|
105
|
+
}], ctorParameters: function () { return [{ type: ClrBreadcrumbService }]; } });
|
|
102
106
|
|
|
103
107
|
/*
|
|
104
108
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -107,14 +111,18 @@ ClrBreadcrumb.ctorParameters = () => [
|
|
|
107
111
|
*/
|
|
108
112
|
class ClrBreadcrumbModule {
|
|
109
113
|
}
|
|
110
|
-
ClrBreadcrumbModule
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
]
|
|
114
|
+
ClrBreadcrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
115
|
+
ClrBreadcrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumbModule, declarations: [ClrBreadcrumb], imports: [CommonModule, ClarityModule, RouterModule], exports: [ClrBreadcrumb] });
|
|
116
|
+
ClrBreadcrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumbModule, providers: [ClrBreadcrumbService], imports: [[CommonModule, ClarityModule, RouterModule]] });
|
|
117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumbModule, decorators: [{
|
|
118
|
+
type: NgModule,
|
|
119
|
+
args: [{
|
|
120
|
+
imports: [CommonModule, ClarityModule, RouterModule],
|
|
121
|
+
declarations: [ClrBreadcrumb],
|
|
122
|
+
exports: [ClrBreadcrumb],
|
|
123
|
+
providers: [ClrBreadcrumbService],
|
|
124
|
+
}]
|
|
125
|
+
}] });
|
|
118
126
|
|
|
119
127
|
/*
|
|
120
128
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -138,36 +146,58 @@ class ClrCollapseExpandSection {
|
|
|
138
146
|
this.isCollapsed = !this.isCollapsed;
|
|
139
147
|
}
|
|
140
148
|
}
|
|
141
|
-
ClrCollapseExpandSection
|
|
142
|
-
{ type:
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
149
|
+
ClrCollapseExpandSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrCollapseExpandSection, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
150
|
+
ClrCollapseExpandSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrCollapseExpandSection, selector: "clr-collapse-expand-section", inputs: { isCollapsed: ["clrIsCollapsed", "isCollapsed"], disableHeaderStyles: ["clrDisableHeaderStyles", "disableHeaderStyles"] }, outputs: { collapsed: "clrCollapsed", expanded: "clrExpanded" }, ngImport: i0, template: "<div class=\"ces\">\n <div class=\"ces-title\" [class.disabled-header-styles]=\"disableHeaderStyles\">\n <h2 *ngIf=\"!disableHeaderStyles; else title\">\n <ng-container *ngTemplateOutlet=\"title\"></ng-container>\n </h2>\n <ng-template #title>\n <ng-content select=\"[clr-ces-title]\"></ng-content>\n <button type=\"button\" (click)=\"onCollapseExpand()\" class=\"btn btn-icon btn-link ces-caret-btn\">\n <clr-icon shape=\"caret up\" size=\"28\" class=\"ces-caret-icon\" [@rotateIcon]=\"isCollapsed\"></clr-icon>\n </button>\n </ng-template>\n </div>\n <div class=\"ces-subtitle\">\n <h4 *ngIf=\"!disableHeaderStyles; else subtitle\">\n <ng-container *ngTemplateOutlet=\"subtitle\"></ng-container>\n </h4>\n <ng-template #subtitle>\n <ng-content select=\"[clr-ces-subtitle]\"></ng-content>\n </ng-template>\n </div>\n <div [@collapseExpandAnimation] *ngIf=\"!isCollapsed\">\n <ng-content select=\"[clr-ces-content]\"></ng-content>\n </div>\n</div>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }], animations: [
|
|
151
|
+
trigger('collapseExpandAnimation', [
|
|
152
|
+
transition(':enter', [
|
|
153
|
+
style({ opacity: 0, height: 0, overflow: 'hidden' }),
|
|
154
|
+
animate('300ms', style({ opacity: 1, height: '*' })),
|
|
155
|
+
]),
|
|
156
|
+
transition(':leave', [
|
|
157
|
+
style({ opacity: 1, height: '*', overflow: 'hidden' }),
|
|
158
|
+
animate('300ms', style({ opacity: 0, height: 0 })),
|
|
159
|
+
]),
|
|
160
|
+
]),
|
|
161
|
+
trigger('rotateIcon', [
|
|
162
|
+
state('true', style({ transform: 'rotate(0)' })),
|
|
163
|
+
state('false', style({ transform: 'rotate(180deg)' })),
|
|
164
|
+
transition('true => false', animate('300ms ease-out')),
|
|
165
|
+
transition('false => true', animate('300ms ease-in')),
|
|
166
|
+
]),
|
|
167
|
+
] });
|
|
168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrCollapseExpandSection, decorators: [{
|
|
169
|
+
type: Component,
|
|
170
|
+
args: [{ selector: 'clr-collapse-expand-section', animations: [
|
|
171
|
+
trigger('collapseExpandAnimation', [
|
|
172
|
+
transition(':enter', [
|
|
173
|
+
style({ opacity: 0, height: 0, overflow: 'hidden' }),
|
|
174
|
+
animate('300ms', style({ opacity: 1, height: '*' })),
|
|
175
|
+
]),
|
|
176
|
+
transition(':leave', [
|
|
177
|
+
style({ opacity: 1, height: '*', overflow: 'hidden' }),
|
|
178
|
+
animate('300ms', style({ opacity: 0, height: 0 })),
|
|
179
|
+
]),
|
|
150
180
|
]),
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
181
|
+
trigger('rotateIcon', [
|
|
182
|
+
state('true', style({ transform: 'rotate(0)' })),
|
|
183
|
+
state('false', style({ transform: 'rotate(180deg)' })),
|
|
184
|
+
transition('true => false', animate('300ms ease-out')),
|
|
185
|
+
transition('false => true', animate('300ms ease-in')),
|
|
154
186
|
]),
|
|
155
|
-
])
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
]
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
expanded: [{ type: Output, args: ['clrExpanded',] }]
|
|
170
|
-
};
|
|
187
|
+
], template: "<div class=\"ces\">\n <div class=\"ces-title\" [class.disabled-header-styles]=\"disableHeaderStyles\">\n <h2 *ngIf=\"!disableHeaderStyles; else title\">\n <ng-container *ngTemplateOutlet=\"title\"></ng-container>\n </h2>\n <ng-template #title>\n <ng-content select=\"[clr-ces-title]\"></ng-content>\n <button type=\"button\" (click)=\"onCollapseExpand()\" class=\"btn btn-icon btn-link ces-caret-btn\">\n <clr-icon shape=\"caret up\" size=\"28\" class=\"ces-caret-icon\" [@rotateIcon]=\"isCollapsed\"></clr-icon>\n </button>\n </ng-template>\n </div>\n <div class=\"ces-subtitle\">\n <h4 *ngIf=\"!disableHeaderStyles; else subtitle\">\n <ng-container *ngTemplateOutlet=\"subtitle\"></ng-container>\n </h4>\n <ng-template #subtitle>\n <ng-content select=\"[clr-ces-subtitle]\"></ng-content>\n </ng-template>\n </div>\n <div [@collapseExpandAnimation] *ngIf=\"!isCollapsed\">\n <ng-content select=\"[clr-ces-content]\"></ng-content>\n </div>\n</div>\n" }]
|
|
188
|
+
}], propDecorators: { isCollapsed: [{
|
|
189
|
+
type: Input,
|
|
190
|
+
args: ['clrIsCollapsed']
|
|
191
|
+
}], disableHeaderStyles: [{
|
|
192
|
+
type: Input,
|
|
193
|
+
args: ['clrDisableHeaderStyles']
|
|
194
|
+
}], collapsed: [{
|
|
195
|
+
type: Output,
|
|
196
|
+
args: ['clrCollapsed']
|
|
197
|
+
}], expanded: [{
|
|
198
|
+
type: Output,
|
|
199
|
+
args: ['clrExpanded']
|
|
200
|
+
}] } });
|
|
171
201
|
|
|
172
202
|
/*
|
|
173
203
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -176,13 +206,17 @@ ClrCollapseExpandSection.propDecorators = {
|
|
|
176
206
|
*/
|
|
177
207
|
class ClrCollapseExpandSectionModule {
|
|
178
208
|
}
|
|
179
|
-
ClrCollapseExpandSectionModule
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
]
|
|
209
|
+
ClrCollapseExpandSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrCollapseExpandSectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
210
|
+
ClrCollapseExpandSectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrCollapseExpandSectionModule, declarations: [ClrCollapseExpandSection], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrCollapseExpandSection] });
|
|
211
|
+
ClrCollapseExpandSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrCollapseExpandSectionModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
|
|
212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrCollapseExpandSectionModule, decorators: [{
|
|
213
|
+
type: NgModule,
|
|
214
|
+
args: [{
|
|
215
|
+
imports: [CommonModule, ClarityModule, FormsModule],
|
|
216
|
+
declarations: [ClrCollapseExpandSection],
|
|
217
|
+
exports: [ClrCollapseExpandSection],
|
|
218
|
+
}]
|
|
219
|
+
}] });
|
|
186
220
|
|
|
187
221
|
/*
|
|
188
222
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
@@ -225,29 +259,38 @@ class ClrContentPanel {
|
|
|
225
259
|
window.dispatchEvent(new Event('resize'));
|
|
226
260
|
}
|
|
227
261
|
}
|
|
228
|
-
ClrContentPanel
|
|
229
|
-
{ type:
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
262
|
+
ClrContentPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanel, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
263
|
+
ClrContentPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrContentPanel, selector: "clr-content-panel", outputs: { opened: "clrOpened", closed: "clrClosed" }, host: { properties: { "class.content-panel": "true" } }, ngImport: i0, template: "<ng-container *ngIf=\"_open\">\n <div [@slideIn] class=\"content-panel-content-wrapper\" (@slideIn.done)=\"resizeWindow()\">\n <h3 class=\"content-panel-title\">\n <button type=\"button\" class=\"close content-panel-close-btn\" (click)=\"close()\">\n <clr-icon class=\"content-panel-close-icon\" shape=\"close\" size=\"36\"></clr-icon>\n </button>\n <ng-content select=\"[clr-content-panel-title]\"></ng-content>\n </h3>\n <ng-content select=\"[clr-content-panel-content]\"></ng-content>\n </div>\n <div [@fade] class=\"content-panel-backdrop\" (click)=\"close()\" (@fade.done)=\"resizeWindow()\"></div>\n</ng-container>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }], animations: [
|
|
264
|
+
trigger('slideIn', [
|
|
265
|
+
transition(':enter', [style({ opacity: 0, width: 0 }), animate('0.2s', style({ opacity: 1, width: '*' }))]),
|
|
266
|
+
transition(':leave', [style({ opacity: 1, width: '*' }), animate('0.2s', style({ opacity: 0, width: 0 }))]),
|
|
267
|
+
]),
|
|
268
|
+
trigger('fade', [
|
|
269
|
+
transition(':enter', [style({ opacity: 0 }), animate('0.2s ease-in-out', style({ opacity: 0.85 }))]),
|
|
270
|
+
transition(':leave', [animate('0.2s ease-in-out', style({ opacity: 0 }))]),
|
|
271
|
+
]),
|
|
272
|
+
] });
|
|
273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanel, decorators: [{
|
|
274
|
+
type: Component,
|
|
275
|
+
args: [{ selector: 'clr-content-panel', animations: [
|
|
276
|
+
trigger('slideIn', [
|
|
277
|
+
transition(':enter', [style({ opacity: 0, width: 0 }), animate('0.2s', style({ opacity: 1, width: '*' }))]),
|
|
278
|
+
transition(':leave', [style({ opacity: 1, width: '*' }), animate('0.2s', style({ opacity: 0, width: 0 }))]),
|
|
279
|
+
]),
|
|
280
|
+
trigger('fade', [
|
|
281
|
+
transition(':enter', [style({ opacity: 0 }), animate('0.2s ease-in-out', style({ opacity: 0.85 }))]),
|
|
282
|
+
transition(':leave', [animate('0.2s ease-in-out', style({ opacity: 0 }))]),
|
|
283
|
+
]),
|
|
284
|
+
], host: {
|
|
285
|
+
'[class.content-panel]': 'true',
|
|
286
|
+
}, template: "<ng-container *ngIf=\"_open\">\n <div [@slideIn] class=\"content-panel-content-wrapper\" (@slideIn.done)=\"resizeWindow()\">\n <h3 class=\"content-panel-title\">\n <button type=\"button\" class=\"close content-panel-close-btn\" (click)=\"close()\">\n <clr-icon class=\"content-panel-close-icon\" shape=\"close\" size=\"36\"></clr-icon>\n </button>\n <ng-content select=\"[clr-content-panel-title]\"></ng-content>\n </h3>\n <ng-content select=\"[clr-content-panel-content]\"></ng-content>\n </div>\n <div [@fade] class=\"content-panel-backdrop\" (click)=\"close()\" (@fade.done)=\"resizeWindow()\"></div>\n</ng-container>\n" }]
|
|
287
|
+
}], propDecorators: { opened: [{
|
|
288
|
+
type: Output,
|
|
289
|
+
args: ['clrOpened']
|
|
290
|
+
}], closed: [{
|
|
291
|
+
type: Output,
|
|
292
|
+
args: ['clrClosed']
|
|
293
|
+
}] } });
|
|
251
294
|
|
|
252
295
|
/*
|
|
253
296
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -256,22 +299,31 @@ ClrContentPanel.propDecorators = {
|
|
|
256
299
|
*/
|
|
257
300
|
class ClrContentPanelContainer {
|
|
258
301
|
}
|
|
259
|
-
ClrContentPanelContainer
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
302
|
+
ClrContentPanelContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelContainer, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
303
|
+
ClrContentPanelContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrContentPanelContainer, selector: "clr-content-panel-container", host: { properties: { "class.content-container": "true", "class.content-panel-container": "true" } }, ngImport: i0, template: `
|
|
304
|
+
<div class="content-panel-outer-wrapper">
|
|
305
|
+
<ng-content select="clr-content-panel-container-content"></ng-content>
|
|
306
|
+
<ng-content select="clr-content-panel-container-footer"></ng-content>
|
|
307
|
+
</div>
|
|
308
|
+
<ng-content select="clr-content-panel"></ng-content>
|
|
309
|
+
`, isInline: true });
|
|
310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelContainer, decorators: [{
|
|
311
|
+
type: Component,
|
|
312
|
+
args: [{
|
|
313
|
+
selector: 'clr-content-panel-container',
|
|
314
|
+
template: `
|
|
263
315
|
<div class="content-panel-outer-wrapper">
|
|
264
316
|
<ng-content select="clr-content-panel-container-content"></ng-content>
|
|
265
317
|
<ng-content select="clr-content-panel-container-footer"></ng-content>
|
|
266
318
|
</div>
|
|
267
319
|
<ng-content select="clr-content-panel"></ng-content>
|
|
268
320
|
`,
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
];
|
|
321
|
+
host: {
|
|
322
|
+
'[class.content-container]': 'true',
|
|
323
|
+
'[class.content-panel-container]': 'true',
|
|
324
|
+
},
|
|
325
|
+
}]
|
|
326
|
+
}] });
|
|
275
327
|
|
|
276
328
|
/*
|
|
277
329
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -280,15 +332,18 @@ ClrContentPanelContainer.decorators = [
|
|
|
280
332
|
*/
|
|
281
333
|
class ClrContentPanelContainerContent {
|
|
282
334
|
}
|
|
283
|
-
ClrContentPanelContainerContent
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
'
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
]
|
|
335
|
+
ClrContentPanelContainerContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelContainerContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
336
|
+
ClrContentPanelContainerContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrContentPanelContainerContent, selector: "clr-content-panel-container-content", host: { properties: { "class.content-area": "true" } }, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true });
|
|
337
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelContainerContent, decorators: [{
|
|
338
|
+
type: Component,
|
|
339
|
+
args: [{
|
|
340
|
+
selector: 'clr-content-panel-container-content',
|
|
341
|
+
template: ` <ng-content></ng-content> `,
|
|
342
|
+
host: {
|
|
343
|
+
'[class.content-area]': 'true',
|
|
344
|
+
},
|
|
345
|
+
}]
|
|
346
|
+
}] });
|
|
292
347
|
|
|
293
348
|
/*
|
|
294
349
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -297,15 +352,18 @@ ClrContentPanelContainerContent.decorators = [
|
|
|
297
352
|
*/
|
|
298
353
|
class ClrContentPanelContainerFooter {
|
|
299
354
|
}
|
|
300
|
-
ClrContentPanelContainerFooter
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
'
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
]
|
|
355
|
+
ClrContentPanelContainerFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelContainerFooter, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
356
|
+
ClrContentPanelContainerFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrContentPanelContainerFooter, selector: "clr-content-panel-container-footer", host: { properties: { "class.content-area-footer": "true" } }, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true });
|
|
357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelContainerFooter, decorators: [{
|
|
358
|
+
type: Component,
|
|
359
|
+
args: [{
|
|
360
|
+
selector: 'clr-content-panel-container-footer',
|
|
361
|
+
template: ` <ng-content></ng-content> `,
|
|
362
|
+
host: {
|
|
363
|
+
'[class.content-area-footer]': 'true',
|
|
364
|
+
},
|
|
365
|
+
}]
|
|
366
|
+
}] });
|
|
309
367
|
|
|
310
368
|
/*
|
|
311
369
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -314,18 +372,25 @@ ClrContentPanelContainerFooter.decorators = [
|
|
|
314
372
|
*/
|
|
315
373
|
class ClrContentPanelModule {
|
|
316
374
|
}
|
|
317
|
-
ClrContentPanelModule
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
375
|
+
ClrContentPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
376
|
+
ClrContentPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelModule, declarations: [ClrContentPanel,
|
|
377
|
+
ClrContentPanelContainer,
|
|
378
|
+
ClrContentPanelContainerContent,
|
|
379
|
+
ClrContentPanelContainerFooter], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrContentPanel, ClrContentPanelContainer, ClrContentPanelContainerContent, ClrContentPanelContainerFooter] });
|
|
380
|
+
ClrContentPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
|
|
381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelModule, decorators: [{
|
|
382
|
+
type: NgModule,
|
|
383
|
+
args: [{
|
|
384
|
+
imports: [CommonModule, ClarityModule, FormsModule],
|
|
385
|
+
declarations: [
|
|
386
|
+
ClrContentPanel,
|
|
387
|
+
ClrContentPanelContainer,
|
|
388
|
+
ClrContentPanelContainerContent,
|
|
389
|
+
ClrContentPanelContainerFooter,
|
|
390
|
+
],
|
|
391
|
+
exports: [ClrContentPanel, ClrContentPanelContainer, ClrContentPanelContainerContent, ClrContentPanelContainerFooter],
|
|
392
|
+
}]
|
|
393
|
+
}] });
|
|
329
394
|
|
|
330
395
|
/**
|
|
331
396
|
* Class to provide validators for the Clr Data List.
|
|
@@ -379,15 +444,17 @@ class ClrDataListPredefinedValidatorDirective {
|
|
|
379
444
|
return ClrDataListValidators.predefined(this.clrDataListPredefined)(control);
|
|
380
445
|
}
|
|
381
446
|
}
|
|
382
|
-
ClrDataListPredefinedValidatorDirective
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
]
|
|
388
|
-
ClrDataListPredefinedValidatorDirective
|
|
389
|
-
|
|
390
|
-
}
|
|
447
|
+
ClrDataListPredefinedValidatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDataListPredefinedValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
448
|
+
ClrDataListPredefinedValidatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrDataListPredefinedValidatorDirective, selector: "[clrDataListPredefined]", inputs: { clrDataListPredefined: "clrDataListPredefined" }, providers: [{ provide: NG_VALIDATORS, useExisting: ClrDataListPredefinedValidatorDirective, multi: true }], ngImport: i0 });
|
|
449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDataListPredefinedValidatorDirective, decorators: [{
|
|
450
|
+
type: Directive,
|
|
451
|
+
args: [{
|
|
452
|
+
selector: '[clrDataListPredefined]',
|
|
453
|
+
providers: [{ provide: NG_VALIDATORS, useExisting: ClrDataListPredefinedValidatorDirective, multi: true }],
|
|
454
|
+
}]
|
|
455
|
+
}], propDecorators: { clrDataListPredefined: [{
|
|
456
|
+
type: Input
|
|
457
|
+
}] } });
|
|
391
458
|
|
|
392
459
|
/*
|
|
393
460
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -396,12 +463,16 @@ ClrDataListPredefinedValidatorDirective.propDecorators = {
|
|
|
396
463
|
*/
|
|
397
464
|
class ClrDataListValidatorModule {
|
|
398
465
|
}
|
|
399
|
-
ClrDataListValidatorModule
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
466
|
+
ClrDataListValidatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDataListValidatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
467
|
+
ClrDataListValidatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDataListValidatorModule, declarations: [ClrDataListPredefinedValidatorDirective], exports: [ClrDataListPredefinedValidatorDirective] });
|
|
468
|
+
ClrDataListValidatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDataListValidatorModule });
|
|
469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDataListValidatorModule, decorators: [{
|
|
470
|
+
type: NgModule,
|
|
471
|
+
args: [{
|
|
472
|
+
declarations: [ClrDataListPredefinedValidatorDirective],
|
|
473
|
+
exports: [ClrDataListPredefinedValidatorDirective],
|
|
474
|
+
}]
|
|
475
|
+
}] });
|
|
405
476
|
|
|
406
477
|
/*
|
|
407
478
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -422,10 +493,21 @@ class ClrDateTimeContainer {
|
|
|
422
493
|
this.renderer.appendChild(inputWrapper, timeInputElement);
|
|
423
494
|
}
|
|
424
495
|
}
|
|
425
|
-
ClrDateTimeContainer
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
496
|
+
ClrDateTimeContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDateTimeContainer, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
497
|
+
ClrDateTimeContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrDateTimeContainer, selector: "clr-date-time-container", host: { properties: { "class.date-time-container": "true" } }, viewQueries: [{ propertyName: "timeInput", first: true, predicate: ["timeInput"], descendants: true, static: true }], ngImport: i0, template: `
|
|
498
|
+
<ng-content select="clr-date-container"></ng-content>
|
|
499
|
+
|
|
500
|
+
<ng-template #timeInput>
|
|
501
|
+
<div class="clr-input-wrapper">
|
|
502
|
+
<ng-content select="[clrTime]"></ng-content>
|
|
503
|
+
</div>
|
|
504
|
+
</ng-template>
|
|
505
|
+
`, isInline: true });
|
|
506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDateTimeContainer, decorators: [{
|
|
507
|
+
type: Component,
|
|
508
|
+
args: [{
|
|
509
|
+
selector: 'clr-date-time-container',
|
|
510
|
+
template: `
|
|
429
511
|
<ng-content select="clr-date-container"></ng-content>
|
|
430
512
|
|
|
431
513
|
<ng-template #timeInput>
|
|
@@ -434,18 +516,14 @@ ClrDateTimeContainer.decorators = [
|
|
|
434
516
|
</div>
|
|
435
517
|
</ng-template>
|
|
436
518
|
`,
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
];
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
];
|
|
446
|
-
ClrDateTimeContainer.propDecorators = {
|
|
447
|
-
timeInput: [{ type: ViewChild, args: ['timeInput', { static: true },] }]
|
|
448
|
-
};
|
|
519
|
+
host: {
|
|
520
|
+
'[class.date-time-container]': 'true',
|
|
521
|
+
},
|
|
522
|
+
}]
|
|
523
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { timeInput: [{
|
|
524
|
+
type: ViewChild,
|
|
525
|
+
args: ['timeInput', { static: true }]
|
|
526
|
+
}] } });
|
|
449
527
|
|
|
450
528
|
/*
|
|
451
529
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -454,14 +532,17 @@ ClrDateTimeContainer.propDecorators = {
|
|
|
454
532
|
*/
|
|
455
533
|
class ClrTimeInput {
|
|
456
534
|
}
|
|
457
|
-
ClrTimeInput
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
]
|
|
535
|
+
ClrTimeInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTimeInput, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
536
|
+
ClrTimeInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrTimeInput, selector: "[clrTime]", host: { properties: { "class.clr-input": "true" } }, ngImport: i0 });
|
|
537
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTimeInput, decorators: [{
|
|
538
|
+
type: Directive,
|
|
539
|
+
args: [{
|
|
540
|
+
selector: '[clrTime]',
|
|
541
|
+
host: {
|
|
542
|
+
'[class.clr-input]': 'true',
|
|
543
|
+
},
|
|
544
|
+
}]
|
|
545
|
+
}] });
|
|
465
546
|
|
|
466
547
|
/*
|
|
467
548
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -470,13 +551,17 @@ ClrTimeInput.decorators = [
|
|
|
470
551
|
*/
|
|
471
552
|
class ClrDateTimeModule {
|
|
472
553
|
}
|
|
473
|
-
ClrDateTimeModule
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
]
|
|
554
|
+
ClrDateTimeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDateTimeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
555
|
+
ClrDateTimeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDateTimeModule, declarations: [ClrDateTimeContainer, ClrTimeInput], imports: [CommonModule, ClarityModule, ClrFormsModule, FormsModule], exports: [ClrDateTimeContainer, ClrTimeInput] });
|
|
556
|
+
ClrDateTimeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDateTimeModule, imports: [[CommonModule, ClarityModule, ClrFormsModule, FormsModule]] });
|
|
557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDateTimeModule, decorators: [{
|
|
558
|
+
type: NgModule,
|
|
559
|
+
args: [{
|
|
560
|
+
imports: [CommonModule, ClarityModule, ClrFormsModule, FormsModule],
|
|
561
|
+
declarations: [ClrDateTimeContainer, ClrTimeInput],
|
|
562
|
+
exports: [ClrDateTimeContainer, ClrTimeInput],
|
|
563
|
+
}]
|
|
564
|
+
}] });
|
|
480
565
|
|
|
481
566
|
/*
|
|
482
567
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -515,18 +600,21 @@ class ClrDotPager {
|
|
|
515
600
|
return Array(this._pages);
|
|
516
601
|
}
|
|
517
602
|
}
|
|
518
|
-
ClrDotPager
|
|
519
|
-
{ type:
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
}
|
|
603
|
+
ClrDotPager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDotPager, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
604
|
+
ClrDotPager.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrDotPager, selector: "clr-dot-pager", inputs: { pages: ["clrPages", "pages"], currentPage: ["clrCurrentPage", "currentPage"] }, outputs: { currentPageChange: "clrCurrentPageChange" }, host: { properties: { "class.dot-pager": "true" } }, ngImport: i0, template: "<clr-radio-container *ngIf=\"pages > 0\" clrInline>\n <clr-radio-wrapper *ngFor=\"let a of pageArray(); let page = index\">\n <input clrRadio type=\"radio\" [value]=\"page+1\" [(ngModel)]=\"currentPage\" name=\"{{uniqueName}}\" />\n <label> </label>\n </clr-radio-wrapper>\n</clr-radio-container>\n", components: [{ type: i1.ClrRadioContainer, selector: "clr-radio-container", inputs: ["clrInline"] }, { type: i1.ClrRadioWrapper, selector: "clr-radio-wrapper" }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3$1.RadioControlValueAccessor, selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]", inputs: ["name", "formControlName", "value"] }, { type: i3$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i1.ClrRadio, selector: "[clrRadio]" }, { type: i3$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i1.ClrLabel, selector: "label", inputs: ["for"] }] });
|
|
605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDotPager, decorators: [{
|
|
606
|
+
type: Component,
|
|
607
|
+
args: [{ selector: 'clr-dot-pager', host: { '[class.dot-pager]': 'true' }, template: "<clr-radio-container *ngIf=\"pages > 0\" clrInline>\n <clr-radio-wrapper *ngFor=\"let a of pageArray(); let page = index\">\n <input clrRadio type=\"radio\" [value]=\"page+1\" [(ngModel)]=\"currentPage\" name=\"{{uniqueName}}\" />\n <label> </label>\n </clr-radio-wrapper>\n</clr-radio-container>\n" }]
|
|
608
|
+
}], propDecorators: { currentPageChange: [{
|
|
609
|
+
type: Output,
|
|
610
|
+
args: ['clrCurrentPageChange']
|
|
611
|
+
}], pages: [{
|
|
612
|
+
type: Input,
|
|
613
|
+
args: ['clrPages']
|
|
614
|
+
}], currentPage: [{
|
|
615
|
+
type: Input,
|
|
616
|
+
args: ['clrCurrentPage']
|
|
617
|
+
}] } });
|
|
530
618
|
|
|
531
619
|
/*
|
|
532
620
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -535,13 +623,17 @@ ClrDotPager.propDecorators = {
|
|
|
535
623
|
*/
|
|
536
624
|
class ClrDotPagerModule {
|
|
537
625
|
}
|
|
538
|
-
ClrDotPagerModule
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
]
|
|
626
|
+
ClrDotPagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDotPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
627
|
+
ClrDotPagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDotPagerModule, declarations: [ClrDotPager], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrDotPager] });
|
|
628
|
+
ClrDotPagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDotPagerModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
|
|
629
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDotPagerModule, decorators: [{
|
|
630
|
+
type: NgModule,
|
|
631
|
+
args: [{
|
|
632
|
+
imports: [CommonModule, ClarityModule, FormsModule],
|
|
633
|
+
declarations: [ClrDotPager],
|
|
634
|
+
exports: [ClrDotPager],
|
|
635
|
+
}]
|
|
636
|
+
}] });
|
|
545
637
|
|
|
546
638
|
/*
|
|
547
639
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -681,20 +773,23 @@ class ClrFlowBar {
|
|
|
681
773
|
return this._steps.slice(index + 1, this._steps.length).find(step => step.enabled);
|
|
682
774
|
}
|
|
683
775
|
}
|
|
684
|
-
ClrFlowBar
|
|
685
|
-
{ type:
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
}
|
|
776
|
+
ClrFlowBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFlowBar, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
777
|
+
ClrFlowBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrFlowBar, selector: "clr-flow-bar", inputs: { _steps: ["clrSteps", "_steps"], _activeStep: ["clrActiveStep", "_activeStep"] }, outputs: { _activeStepChange: "clrActiveStepChange" }, host: { properties: { "class.flow-bar": "true" } }, ngImport: i0, template: "<div class=\"flow-bar-wrapper\">\n <ng-container *ngFor=\"let step of _steps; let index = index; let last = last\">\n <div class=\"flow-bar-step\" [class.active]=\"step === _activeStep\">\n <button\n class=\"btn btn-link flow-bar-btn\"\n [disabled]=\"!step.enabled\"\n [class.active]=\"step === _activeStep\"\n (click)=\"changeActiveStep(step)\"\n >\n {{index + 1}}. {{(step.title | async)}}\n </button>\n <clr-icon shape=\"caret right\" *ngIf=\"!last\"></clr-icon>\n </div>\n </ng-container>\n</div>\n<clr-dropdown class=\"flow-bar-dropdown clr-flex-fill\">\n <button type=\"button\" class=\"btn btn-outline-primary\" clrDropdownTrigger>\n {{_steps.indexOf(_activeStep) + 1}}. {{_activeStep?.title | async}}\n <clr-icon shape=\"caret down\"></clr-icon>\n </button>\n <clr-dropdown-menu>\n <ng-container *ngFor=\"let step of _steps; let index = index; let last = last\">\n <button clrDropdownItem type=\"button\" class=\"btn\" [disabled]=\"!step.enabled\" (click)=\"changeActiveStep(step)\">\n {{index + 1}}. {{step.title | async}}\n </button>\n </ng-container>\n </clr-dropdown-menu>\n</clr-dropdown>\n", components: [{ type: i1.ClrDropdown, selector: "clr-dropdown", inputs: ["clrCloseMenuOnItemClick"] }, { type: i1.ClrDropdownMenu, selector: "clr-dropdown-menu", inputs: ["clrPosition"] }], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }, { type: i1.ClrDropdownTrigger, selector: "[clrDropdownTrigger],[clrDropdownToggle]" }, { type: i1.ClrDropdownItem, selector: "[clrDropdownItem]", inputs: ["clrDisabled", "disabled", "id"] }], pipes: { "async": i2.AsyncPipe } });
|
|
778
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFlowBar, decorators: [{
|
|
779
|
+
type: Component,
|
|
780
|
+
args: [{ selector: 'clr-flow-bar', host: {
|
|
781
|
+
'[class.flow-bar]': 'true',
|
|
782
|
+
}, template: "<div class=\"flow-bar-wrapper\">\n <ng-container *ngFor=\"let step of _steps; let index = index; let last = last\">\n <div class=\"flow-bar-step\" [class.active]=\"step === _activeStep\">\n <button\n class=\"btn btn-link flow-bar-btn\"\n [disabled]=\"!step.enabled\"\n [class.active]=\"step === _activeStep\"\n (click)=\"changeActiveStep(step)\"\n >\n {{index + 1}}. {{(step.title | async)}}\n </button>\n <clr-icon shape=\"caret right\" *ngIf=\"!last\"></clr-icon>\n </div>\n </ng-container>\n</div>\n<clr-dropdown class=\"flow-bar-dropdown clr-flex-fill\">\n <button type=\"button\" class=\"btn btn-outline-primary\" clrDropdownTrigger>\n {{_steps.indexOf(_activeStep) + 1}}. {{_activeStep?.title | async}}\n <clr-icon shape=\"caret down\"></clr-icon>\n </button>\n <clr-dropdown-menu>\n <ng-container *ngFor=\"let step of _steps; let index = index; let last = last\">\n <button clrDropdownItem type=\"button\" class=\"btn\" [disabled]=\"!step.enabled\" (click)=\"changeActiveStep(step)\">\n {{index + 1}}. {{step.title | async}}\n </button>\n </ng-container>\n </clr-dropdown-menu>\n</clr-dropdown>\n" }]
|
|
783
|
+
}], propDecorators: { _steps: [{
|
|
784
|
+
type: Input,
|
|
785
|
+
args: ['clrSteps']
|
|
786
|
+
}], _activeStep: [{
|
|
787
|
+
type: Input,
|
|
788
|
+
args: ['clrActiveStep']
|
|
789
|
+
}], _activeStepChange: [{
|
|
790
|
+
type: Output,
|
|
791
|
+
args: ['clrActiveStepChange']
|
|
792
|
+
}] } });
|
|
698
793
|
|
|
699
794
|
/*
|
|
700
795
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -703,13 +798,17 @@ ClrFlowBar.propDecorators = {
|
|
|
703
798
|
*/
|
|
704
799
|
class ClrFlowBarModule {
|
|
705
800
|
}
|
|
706
|
-
ClrFlowBarModule
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
]
|
|
801
|
+
ClrFlowBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFlowBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
802
|
+
ClrFlowBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFlowBarModule, declarations: [ClrFlowBar], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrFlowBar] });
|
|
803
|
+
ClrFlowBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFlowBarModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
|
|
804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFlowBarModule, decorators: [{
|
|
805
|
+
type: NgModule,
|
|
806
|
+
args: [{
|
|
807
|
+
imports: [CommonModule, ClarityModule, FormsModule],
|
|
808
|
+
declarations: [ClrFlowBar],
|
|
809
|
+
exports: [ClrFlowBar],
|
|
810
|
+
}]
|
|
811
|
+
}] });
|
|
713
812
|
|
|
714
813
|
/*
|
|
715
814
|
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
@@ -761,26 +860,44 @@ class ClrGenericQuickList {
|
|
|
761
860
|
clearTimeout(this.timeout);
|
|
762
861
|
}
|
|
763
862
|
}
|
|
764
|
-
ClrGenericQuickList
|
|
765
|
-
{ type:
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
863
|
+
ClrGenericQuickList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrGenericQuickList, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
864
|
+
ClrGenericQuickList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrGenericQuickList, selector: "clr-generic-quick-list", inputs: { allItems: ["clrAllItems", "allItems"], addLabel: ["clrAddLabel", "addLabel"], addPossible: ["clrAddPossible", "addPossible"], blankItem: ["clrBlankItem", "blankItem"], controlClasses: ["clrControlClasses", "controlClasses"], required: ["clrMandatory", "required"], readonly: "readonly" }, outputs: { added: "clrAdded", removed: "clrRemoved" }, host: { properties: { "class.generic-quick-list": "true", "class.clr-form-control": "true" } }, queries: [{ propertyName: "itemTemplate", predicate: TemplateRef }], viewQueries: [{ propertyName: "itemRows", predicate: ["row"], descendants: true }], ngImport: i0, template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <ng-content select=\".header-container\"></ng-content>\n\n <ng-container *ngFor=\"let item of allItems\">\n <div class=\"controls-wrapper\">\n <div class=\"controls-container\" *ngIf=\"itemTemplate\" #row>\n <ng-container *ngTemplateOutlet=\"itemTemplate.get(0); context: {$implicit:item}\"></ng-container>\n </div>\n <button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-icon btn-link btn-trash\"\n [disabled]=\"required && allItems.length === 1\"\n (click)=\"removeItem(item)\"\n >\n <clr-icon shape=\"trash\"></clr-icon>\n </button>\n </div>\n </ng-container>\n\n <button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-link btn-sm btn-add\"\n (click)=\"addItem()\"\n [disabled]=\"!addPossible\"\n >\n {{addLabel}}\n </button>\n</div>\n", directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }] });
|
|
865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrGenericQuickList, decorators: [{
|
|
866
|
+
type: Component,
|
|
867
|
+
args: [{ selector: 'clr-generic-quick-list', host: { '[class.generic-quick-list]': 'true', '[class.clr-form-control]': 'true' }, template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <ng-content select=\".header-container\"></ng-content>\n\n <ng-container *ngFor=\"let item of allItems\">\n <div class=\"controls-wrapper\">\n <div class=\"controls-container\" *ngIf=\"itemTemplate\" #row>\n <ng-container *ngTemplateOutlet=\"itemTemplate.get(0); context: {$implicit:item}\"></ng-container>\n </div>\n <button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-icon btn-link btn-trash\"\n [disabled]=\"required && allItems.length === 1\"\n (click)=\"removeItem(item)\"\n >\n <clr-icon shape=\"trash\"></clr-icon>\n </button>\n </div>\n </ng-container>\n\n <button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-link btn-sm btn-add\"\n (click)=\"addItem()\"\n [disabled]=\"!addPossible\"\n >\n {{addLabel}}\n </button>\n</div>\n" }]
|
|
868
|
+
}], propDecorators: { allItems: [{
|
|
869
|
+
type: Input,
|
|
870
|
+
args: ['clrAllItems']
|
|
871
|
+
}], addLabel: [{
|
|
872
|
+
type: Input,
|
|
873
|
+
args: ['clrAddLabel']
|
|
874
|
+
}], addPossible: [{
|
|
875
|
+
type: Input,
|
|
876
|
+
args: ['clrAddPossible']
|
|
877
|
+
}], blankItem: [{
|
|
878
|
+
type: Input,
|
|
879
|
+
args: ['clrBlankItem']
|
|
880
|
+
}], controlClasses: [{
|
|
881
|
+
type: Input,
|
|
882
|
+
args: ['clrControlClasses']
|
|
883
|
+
}], required: [{
|
|
884
|
+
type: Input,
|
|
885
|
+
args: ['clrMandatory']
|
|
886
|
+
}], readonly: [{
|
|
887
|
+
type: Input
|
|
888
|
+
}], added: [{
|
|
889
|
+
type: Output,
|
|
890
|
+
args: ['clrAdded']
|
|
891
|
+
}], removed: [{
|
|
892
|
+
type: Output,
|
|
893
|
+
args: ['clrRemoved']
|
|
894
|
+
}], itemTemplate: [{
|
|
895
|
+
type: ContentChildren,
|
|
896
|
+
args: [TemplateRef]
|
|
897
|
+
}], itemRows: [{
|
|
898
|
+
type: ViewChildren,
|
|
899
|
+
args: ['row']
|
|
900
|
+
}] } });
|
|
784
901
|
|
|
785
902
|
/*
|
|
786
903
|
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
@@ -789,13 +906,17 @@ ClrGenericQuickList.propDecorators = {
|
|
|
789
906
|
*/
|
|
790
907
|
class ClrGenericQuickListModule {
|
|
791
908
|
}
|
|
792
|
-
ClrGenericQuickListModule
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
]
|
|
909
|
+
ClrGenericQuickListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrGenericQuickListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
910
|
+
ClrGenericQuickListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrGenericQuickListModule, declarations: [ClrGenericQuickList], imports: [CommonModule, ClarityModule], exports: [ClrGenericQuickList] });
|
|
911
|
+
ClrGenericQuickListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrGenericQuickListModule, imports: [[CommonModule, ClarityModule]] });
|
|
912
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrGenericQuickListModule, decorators: [{
|
|
913
|
+
type: NgModule,
|
|
914
|
+
args: [{
|
|
915
|
+
imports: [CommonModule, ClarityModule],
|
|
916
|
+
declarations: [ClrGenericQuickList],
|
|
917
|
+
exports: [ClrGenericQuickList],
|
|
918
|
+
}]
|
|
919
|
+
}] });
|
|
799
920
|
|
|
800
921
|
/*
|
|
801
922
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -828,21 +949,24 @@ class ClrLetterAvatar {
|
|
|
828
949
|
}
|
|
829
950
|
}
|
|
830
951
|
}
|
|
831
|
-
ClrLetterAvatar
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
];
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
]
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
}
|
|
952
|
+
ClrLetterAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLetterAvatar, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
953
|
+
ClrLetterAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrLetterAvatar, selector: "clr-letter-avatar", inputs: { name: ["clrName", "name"], size: ["clrSize", "size"] }, host: { properties: { "class.clr-avatar": "this.avatar" } }, viewQueries: [{ propertyName: "avatarElement", first: true, predicate: ["avatar"], descendants: true, static: true }], ngImport: i0, template: "<div class=\"avatar-circle\">\n <div #avatar class=\"avatar-initials\">{{getInitials()}}</div>\n</div>\n" });
|
|
954
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLetterAvatar, decorators: [{
|
|
955
|
+
type: Component,
|
|
956
|
+
args: [{ selector: 'clr-letter-avatar', template: "<div class=\"avatar-circle\">\n <div #avatar class=\"avatar-initials\">{{getInitials()}}</div>\n</div>\n" }]
|
|
957
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { avatar: [{
|
|
958
|
+
type: HostBinding,
|
|
959
|
+
args: ['class.clr-avatar']
|
|
960
|
+
}], name: [{
|
|
961
|
+
type: Input,
|
|
962
|
+
args: ['clrName']
|
|
963
|
+
}], size: [{
|
|
964
|
+
type: Input,
|
|
965
|
+
args: ['clrSize']
|
|
966
|
+
}], avatarElement: [{
|
|
967
|
+
type: ViewChild,
|
|
968
|
+
args: ['avatar', { static: true }]
|
|
969
|
+
}] } });
|
|
846
970
|
|
|
847
971
|
/*
|
|
848
972
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -851,13 +975,17 @@ ClrLetterAvatar.propDecorators = {
|
|
|
851
975
|
*/
|
|
852
976
|
class ClrLetterAvatarModule {
|
|
853
977
|
}
|
|
854
|
-
ClrLetterAvatarModule
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
]
|
|
978
|
+
ClrLetterAvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLetterAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
979
|
+
ClrLetterAvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLetterAvatarModule, declarations: [ClrLetterAvatar], imports: [CommonModule, ClarityModule], exports: [ClrLetterAvatar] });
|
|
980
|
+
ClrLetterAvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLetterAvatarModule, imports: [[CommonModule, ClarityModule]] });
|
|
981
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLetterAvatarModule, decorators: [{
|
|
982
|
+
type: NgModule,
|
|
983
|
+
args: [{
|
|
984
|
+
imports: [CommonModule, ClarityModule],
|
|
985
|
+
declarations: [ClrLetterAvatar],
|
|
986
|
+
exports: [ClrLetterAvatar],
|
|
987
|
+
}]
|
|
988
|
+
}] });
|
|
861
989
|
|
|
862
990
|
class ClrMainNavGroupItem {
|
|
863
991
|
constructor(el, renderer) {
|
|
@@ -875,15 +1003,14 @@ class ClrMainNavGroupItem {
|
|
|
875
1003
|
this.el.nativeElement.blur();
|
|
876
1004
|
}
|
|
877
1005
|
}
|
|
878
|
-
ClrMainNavGroupItem
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
];
|
|
1006
|
+
ClrMainNavGroupItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMainNavGroupItem, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1007
|
+
ClrMainNavGroupItem.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrMainNavGroupItem, selector: "[clrMainNavGroupItem]", ngImport: i0 });
|
|
1008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMainNavGroupItem, decorators: [{
|
|
1009
|
+
type: Directive,
|
|
1010
|
+
args: [{
|
|
1011
|
+
selector: '[clrMainNavGroupItem]',
|
|
1012
|
+
}]
|
|
1013
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
887
1014
|
|
|
888
1015
|
/*
|
|
889
1016
|
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
@@ -1021,20 +1148,18 @@ class ClrMainNavGroup {
|
|
|
1021
1148
|
setTimeout(() => this.items.toArray()[this.currentFocusedId].focus());
|
|
1022
1149
|
}
|
|
1023
1150
|
}
|
|
1024
|
-
ClrMainNavGroup
|
|
1025
|
-
{ type:
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
items: [{ type: ContentChildren, args: [ClrMainNavGroupItem,] }]
|
|
1037
|
-
};
|
|
1151
|
+
ClrMainNavGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMainNavGroup, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
1152
|
+
ClrMainNavGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrMainNavGroup, selector: "clr-main-nav-group", inputs: { title: ["clrTitle", "title"] }, host: { properties: { "class.main-nav-group": "true" } }, queries: [{ propertyName: "items", predicate: ClrMainNavGroupItem }], ngImport: i0, template: "<section\n class=\"nav-link collapsible\"\n (click)=\"onClick($event)\"\n (keydown.enter)=\"onClick($event)\"\n (keydown.space)=\"onClick($event)\"\n [class.active]=\"isActive()\"\n tabindex=\"0\"\n>\n <input id=\"{{prefix}}{{id}}\" type=\"checkbox\" [checked]=\"isChecked()\" />\n <label class=\"nav-text nav-trigger\" for=\"{{prefix}}{{id}}\">{{title}}<clr-icon shape=\"caret down\"></clr-icon></label>\n <div class=\"nav-list dropdown-menu\">\n <ng-content></ng-content>\n </div>\n</section>\n", directives: [{ type: i1.ClrLabel, selector: "label", inputs: ["for"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }] });
|
|
1153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMainNavGroup, decorators: [{
|
|
1154
|
+
type: Component,
|
|
1155
|
+
args: [{ selector: 'clr-main-nav-group', host: { '[class.main-nav-group]': 'true' }, template: "<section\n class=\"nav-link collapsible\"\n (click)=\"onClick($event)\"\n (keydown.enter)=\"onClick($event)\"\n (keydown.space)=\"onClick($event)\"\n [class.active]=\"isActive()\"\n tabindex=\"0\"\n>\n <input id=\"{{prefix}}{{id}}\" type=\"checkbox\" [checked]=\"isChecked()\" />\n <label class=\"nav-text nav-trigger\" for=\"{{prefix}}{{id}}\">{{title}}<clr-icon shape=\"caret down\"></clr-icon></label>\n <div class=\"nav-list dropdown-menu\">\n <ng-content></ng-content>\n </div>\n</section>\n" }]
|
|
1156
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }]; }, propDecorators: { title: [{
|
|
1157
|
+
type: Input,
|
|
1158
|
+
args: ['clrTitle']
|
|
1159
|
+
}], items: [{
|
|
1160
|
+
type: ContentChildren,
|
|
1161
|
+
args: [ClrMainNavGroupItem]
|
|
1162
|
+
}] } });
|
|
1038
1163
|
|
|
1039
1164
|
/*
|
|
1040
1165
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -1043,13 +1168,17 @@ ClrMainNavGroup.propDecorators = {
|
|
|
1043
1168
|
*/
|
|
1044
1169
|
class ClrMainNavGroupModule {
|
|
1045
1170
|
}
|
|
1046
|
-
ClrMainNavGroupModule
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
]
|
|
1171
|
+
ClrMainNavGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMainNavGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1172
|
+
ClrMainNavGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMainNavGroupModule, declarations: [ClrMainNavGroup, ClrMainNavGroupItem], imports: [CommonModule, RouterModule, ClarityModule], exports: [ClrMainNavGroup, ClrMainNavGroupItem] });
|
|
1173
|
+
ClrMainNavGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMainNavGroupModule, imports: [[CommonModule, RouterModule, ClarityModule]] });
|
|
1174
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMainNavGroupModule, decorators: [{
|
|
1175
|
+
type: NgModule,
|
|
1176
|
+
args: [{
|
|
1177
|
+
imports: [CommonModule, RouterModule, ClarityModule],
|
|
1178
|
+
declarations: [ClrMainNavGroup, ClrMainNavGroupItem],
|
|
1179
|
+
exports: [ClrMainNavGroup, ClrMainNavGroupItem],
|
|
1180
|
+
}]
|
|
1181
|
+
}] });
|
|
1053
1182
|
|
|
1054
1183
|
/*
|
|
1055
1184
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -1119,15 +1248,18 @@ class ClrRequiredOneMultilang {
|
|
|
1119
1248
|
return this._active ? ClrMultilingualInputValidators.requiredOne()(control) : null;
|
|
1120
1249
|
}
|
|
1121
1250
|
}
|
|
1122
|
-
ClrRequiredOneMultilang
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
]
|
|
1128
|
-
ClrRequiredOneMultilang
|
|
1129
|
-
|
|
1130
|
-
}
|
|
1251
|
+
ClrRequiredOneMultilang.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrRequiredOneMultilang, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1252
|
+
ClrRequiredOneMultilang.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrRequiredOneMultilang, selector: "[clrRequiredOneMultilang]", inputs: { active: ["clrRequiredOneMultilang", "active"] }, providers: [{ provide: NG_VALIDATORS, useExisting: ClrRequiredOneMultilang, multi: true }], ngImport: i0 });
|
|
1253
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrRequiredOneMultilang, decorators: [{
|
|
1254
|
+
type: Directive,
|
|
1255
|
+
args: [{
|
|
1256
|
+
selector: '[clrRequiredOneMultilang]',
|
|
1257
|
+
providers: [{ provide: NG_VALIDATORS, useExisting: ClrRequiredOneMultilang, multi: true }],
|
|
1258
|
+
}]
|
|
1259
|
+
}], propDecorators: { active: [{
|
|
1260
|
+
type: Input,
|
|
1261
|
+
args: ['clrRequiredOneMultilang']
|
|
1262
|
+
}] } });
|
|
1131
1263
|
class ClrRequiredAllMultilang {
|
|
1132
1264
|
set active(active) {
|
|
1133
1265
|
this._active = active != null && active !== false && `${active}` !== 'false';
|
|
@@ -1136,35 +1268,76 @@ class ClrRequiredAllMultilang {
|
|
|
1136
1268
|
return this._active ? ClrMultilingualInputValidators.requiredAll()(control) : null;
|
|
1137
1269
|
}
|
|
1138
1270
|
}
|
|
1139
|
-
ClrRequiredAllMultilang
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
]
|
|
1145
|
-
ClrRequiredAllMultilang
|
|
1146
|
-
|
|
1147
|
-
}
|
|
1271
|
+
ClrRequiredAllMultilang.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrRequiredAllMultilang, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1272
|
+
ClrRequiredAllMultilang.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrRequiredAllMultilang, selector: "[clrRequiredAllMultilang]", inputs: { active: ["clrRequiredAllMultilang", "active"] }, providers: [{ provide: NG_VALIDATORS, useExisting: ClrRequiredAllMultilang, multi: true }], ngImport: i0 });
|
|
1273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrRequiredAllMultilang, decorators: [{
|
|
1274
|
+
type: Directive,
|
|
1275
|
+
args: [{
|
|
1276
|
+
selector: '[clrRequiredAllMultilang]',
|
|
1277
|
+
providers: [{ provide: NG_VALIDATORS, useExisting: ClrRequiredAllMultilang, multi: true }],
|
|
1278
|
+
}]
|
|
1279
|
+
}], propDecorators: { active: [{
|
|
1280
|
+
type: Input,
|
|
1281
|
+
args: ['clrRequiredAllMultilang']
|
|
1282
|
+
}] } });
|
|
1148
1283
|
|
|
1149
1284
|
/*
|
|
1150
1285
|
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
1151
1286
|
* This software is released under MIT license.
|
|
1152
1287
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1153
1288
|
*/
|
|
1289
|
+
let counter = 0;
|
|
1290
|
+
class ControlIdService {
|
|
1291
|
+
constructor() {
|
|
1292
|
+
this._id = 'clra-form-control-' + ++counter;
|
|
1293
|
+
this._idChange = new BehaviorSubject(this._id);
|
|
1294
|
+
}
|
|
1295
|
+
get id() {
|
|
1296
|
+
return this._id;
|
|
1297
|
+
}
|
|
1298
|
+
set id(value) {
|
|
1299
|
+
this._id = value;
|
|
1300
|
+
this._idChange.next(value);
|
|
1301
|
+
}
|
|
1302
|
+
get idChange() {
|
|
1303
|
+
return this._idChange.asObservable();
|
|
1304
|
+
}
|
|
1305
|
+
}
|
|
1306
|
+
ControlIdService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ControlIdService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1307
|
+
ControlIdService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ControlIdService });
|
|
1308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ControlIdService, decorators: [{
|
|
1309
|
+
type: Injectable
|
|
1310
|
+
}] });
|
|
1311
|
+
|
|
1312
|
+
/*
|
|
1313
|
+
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
1314
|
+
* This software is released under MIT license.
|
|
1315
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1316
|
+
*/
|
|
1317
|
+
let instanceCount = 0;
|
|
1318
|
+
let origMarkAsTouched;
|
|
1319
|
+
const markedAsTouch = new Subject();
|
|
1154
1320
|
class ClrAbstractFormComponent {
|
|
1155
1321
|
constructor(injector) {
|
|
1156
1322
|
this.injector = injector;
|
|
1157
1323
|
this.formControl = true;
|
|
1158
|
-
this.showError = false;
|
|
1159
1324
|
this.disabled = false;
|
|
1160
1325
|
this.invalid = false;
|
|
1161
1326
|
this.destroyed = new Subject();
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1327
|
+
this.onChange = (_) => {
|
|
1328
|
+
/* empty default */
|
|
1329
|
+
};
|
|
1330
|
+
this.onTouch = () => {
|
|
1331
|
+
/* empty default */
|
|
1332
|
+
};
|
|
1333
|
+
instanceCount++;
|
|
1334
|
+
this.patchMarkAsTouched();
|
|
1335
|
+
}
|
|
1336
|
+
get showError() {
|
|
1337
|
+
return this.invalid && this.control.touched;
|
|
1165
1338
|
}
|
|
1166
1339
|
ngOnInit() {
|
|
1167
|
-
const controlIdService = this.injector.get(
|
|
1340
|
+
const controlIdService = this.injector.get(ControlIdService, null);
|
|
1168
1341
|
if (controlIdService) {
|
|
1169
1342
|
this.inputId = controlIdService.id;
|
|
1170
1343
|
}
|
|
@@ -1176,28 +1349,18 @@ class ClrAbstractFormComponent {
|
|
|
1176
1349
|
this.control = ngControl.control;
|
|
1177
1350
|
this.control.statusChanges.pipe(takeUntil(this.destroyed)).subscribe(status => {
|
|
1178
1351
|
this.invalid = status === 'INVALID';
|
|
1179
|
-
this.showError = this.invalid && this.control.touched;
|
|
1180
|
-
});
|
|
1181
|
-
}
|
|
1182
|
-
const markControlService = this.injector.get(ɵbi, null);
|
|
1183
|
-
if (markControlService) {
|
|
1184
|
-
markControlService.touchedChange.subscribe(() => {
|
|
1185
|
-
this.control.markAsTouched();
|
|
1186
|
-
this.control.updateValueAndValidity();
|
|
1187
1352
|
});
|
|
1188
1353
|
}
|
|
1354
|
+
markedAsTouch.pipe(takeUntil(this.destroyed)).subscribe(() => {
|
|
1355
|
+
this.control.markAsTouched();
|
|
1356
|
+
this.control.updateValueAndValidity();
|
|
1357
|
+
});
|
|
1189
1358
|
}
|
|
1190
1359
|
registerOnChange(fn) {
|
|
1191
1360
|
this.onChange = fn;
|
|
1192
1361
|
}
|
|
1193
1362
|
registerOnTouched(fn) {
|
|
1194
|
-
this.onTouch =
|
|
1195
|
-
fn();
|
|
1196
|
-
this.defaultOnTouch();
|
|
1197
|
-
};
|
|
1198
|
-
}
|
|
1199
|
-
defaultOnTouch() {
|
|
1200
|
-
this.showError = this.invalid && this.control.touched;
|
|
1363
|
+
this.onTouch = fn;
|
|
1201
1364
|
}
|
|
1202
1365
|
setDisabledState(isDisabled) {
|
|
1203
1366
|
this.disabled = isDisabled;
|
|
@@ -1205,18 +1368,39 @@ class ClrAbstractFormComponent {
|
|
|
1205
1368
|
ngOnDestroy() {
|
|
1206
1369
|
this.destroyed.next();
|
|
1207
1370
|
this.destroyed.complete();
|
|
1371
|
+
instanceCount--;
|
|
1372
|
+
this.unpatchMarkAsTouched();
|
|
1373
|
+
}
|
|
1374
|
+
/**
|
|
1375
|
+
* Patch markAsTouched method of ClrForm to get recognized when touched programmatically.
|
|
1376
|
+
* No other way found to accomplish the same thing.
|
|
1377
|
+
*/
|
|
1378
|
+
patchMarkAsTouched() {
|
|
1379
|
+
if (instanceCount === 1) {
|
|
1380
|
+
origMarkAsTouched = ClrForm.prototype.markAsTouched;
|
|
1381
|
+
ClrForm.prototype.markAsTouched = function () {
|
|
1382
|
+
markedAsTouch.next();
|
|
1383
|
+
origMarkAsTouched.call(this);
|
|
1384
|
+
};
|
|
1385
|
+
}
|
|
1386
|
+
}
|
|
1387
|
+
unpatchMarkAsTouched() {
|
|
1388
|
+
if (instanceCount === 0 && origMarkAsTouched) {
|
|
1389
|
+
ClrForm.prototype.markAsTouched = origMarkAsTouched;
|
|
1390
|
+
}
|
|
1208
1391
|
}
|
|
1209
1392
|
}
|
|
1210
|
-
ClrAbstractFormComponent
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1393
|
+
ClrAbstractFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAbstractFormComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1394
|
+
ClrAbstractFormComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrAbstractFormComponent, host: { properties: { "class.clr-form-control": "this.formControl", "class.clr-error": "this.showError" } }, ngImport: i0 });
|
|
1395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAbstractFormComponent, decorators: [{
|
|
1396
|
+
type: Directive
|
|
1397
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }]; }, propDecorators: { formControl: [{
|
|
1398
|
+
type: HostBinding,
|
|
1399
|
+
args: ['class.clr-form-control']
|
|
1400
|
+
}], showError: [{
|
|
1401
|
+
type: HostBinding,
|
|
1402
|
+
args: ['class.clr-error']
|
|
1403
|
+
}] } });
|
|
1220
1404
|
|
|
1221
1405
|
/*
|
|
1222
1406
|
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
@@ -1250,87 +1434,38 @@ class ClrMultilingualAbstract extends ClrAbstractFormComponent {
|
|
|
1250
1434
|
});
|
|
1251
1435
|
}
|
|
1252
1436
|
}
|
|
1253
|
-
ClrMultilingualAbstract
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
}
|
|
1278
|
-
}
|
|
1279
|
-
ClrMultilingualInput.decorators = [
|
|
1280
|
-
{ type: Component, args: [{
|
|
1281
|
-
selector: 'clr-multilingual-input',
|
|
1282
|
-
template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <clr-multilingual-selector\n *ngIf=\"showLanguageSelector()\"\n [disabled]=\"disabled\"\n [texts]=\"texts\"\n [selectedLang]=\"selectedLang\"\n (selectedLangChange)=\"changeLanguage($event)\"\n >\n </clr-multilingual-selector>\n <div class=\"clr-multi-input-wrapper\">\n <div class=\"clr-input-wrapper\">\n <input\n class=\"clr-input\"\n type=\"text\"\n [id]=\"inputId\"\n [ngModel]=\"!!texts && !!selectedLang ? texts.get(selectedLang) : ''\"\n (ngModelChange)=\"setText(selectedLang, $event)\"\n (blur)=\"onTouch()\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly || readonly === ''\"\n autocomplete=\"off\"\n [maxlength]=\"maxlength || null\"\n #input\n />\n <clr-icon *ngIf=\"showError\" class=\"clr-validate-icon\" shape=\"exclamation-circle\" aria-hidden=\"true\"></clr-icon>\n </div>\n <ng-content select=\"clr-control-helper\" *ngIf=\"!showError\"></ng-content>\n <ng-content select=\"clr-control-error\" *ngIf=\"showError\"></ng-content>\n </div>\n</div>\n",
|
|
1283
|
-
providers: [
|
|
1284
|
-
{
|
|
1285
|
-
provide: NG_VALUE_ACCESSOR,
|
|
1286
|
-
useExisting: forwardRef(() => ClrMultilingualInput),
|
|
1287
|
-
multi: true,
|
|
1288
|
-
},
|
|
1289
|
-
ɵbc,
|
|
1290
|
-
]
|
|
1291
|
-
},] }
|
|
1292
|
-
];
|
|
1293
|
-
ClrMultilingualInput.ctorParameters = () => [
|
|
1294
|
-
{ type: Injector }
|
|
1295
|
-
];
|
|
1296
|
-
|
|
1297
|
-
/*
|
|
1298
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
1299
|
-
* This software is released under MIT license.
|
|
1300
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1301
|
-
*/
|
|
1302
|
-
class ClrMultilingualTextarea extends ClrMultilingualAbstract {
|
|
1303
|
-
constructor(injector) {
|
|
1304
|
-
super(injector);
|
|
1305
|
-
}
|
|
1306
|
-
}
|
|
1307
|
-
ClrMultilingualTextarea.decorators = [
|
|
1308
|
-
{ type: Component, args: [{
|
|
1309
|
-
selector: 'clr-multilingual-textarea',
|
|
1310
|
-
template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <clr-multilingual-selector\n *ngIf=\"showLanguageSelector()\"\n [disabled]=\"disabled\"\n [texts]=\"texts\"\n [selectedLang]=\"selectedLang\"\n (selectedLangChange)=\"changeLanguage($event)\"\n >\n </clr-multilingual-selector>\n <div class=\"clr-multi-input-wrapper\">\n <div class=\"clr-textarea-wrapper\">\n <textarea\n class=\"clr-textarea\"\n [id]=\"inputId\"\n [ngModel]=\"!!texts && !!selectedLang ? texts.get(selectedLang) : ''\"\n (ngModelChange)=\"setText(selectedLang, $event)\"\n (blur)=\"onTouch()\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly || readonly === ''\"\n [maxlength]=\"maxlength || null\"\n #input\n ></textarea>\n <clr-icon *ngIf=\"showError\" class=\"clr-validate-icon\" shape=\"exclamation-circle\" aria-hidden=\"true\"></clr-icon>\n </div>\n <ng-content select=\"clr-control-helper\" *ngIf=\"!showError\"></ng-content>\n <ng-content select=\"clr-control-error\" *ngIf=\"showError\"></ng-content>\n </div>\n</div>\n",
|
|
1311
|
-
providers: [
|
|
1312
|
-
{
|
|
1313
|
-
provide: NG_VALUE_ACCESSOR,
|
|
1314
|
-
useExisting: forwardRef(() => ClrMultilingualTextarea),
|
|
1315
|
-
multi: true,
|
|
1316
|
-
},
|
|
1317
|
-
ɵbc,
|
|
1318
|
-
]
|
|
1319
|
-
},] }
|
|
1320
|
-
];
|
|
1321
|
-
ClrMultilingualTextarea.ctorParameters = () => [
|
|
1322
|
-
{ type: Injector }
|
|
1323
|
-
];
|
|
1437
|
+
ClrMultilingualAbstract.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualAbstract, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1438
|
+
ClrMultilingualAbstract.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrMultilingualAbstract, inputs: { controlClasses: ["clrControlClasses", "controlClasses"], selectedLang: ["clrSelectedLang", "selectedLang"], readonly: "readonly", maxlength: "maxlength", showSingleLanguageSelector: ["clrShowSingleLanguageSelector", "showSingleLanguageSelector"] }, host: { properties: { "class.clr-multilingual": "this.multi" } }, viewQueries: [{ propertyName: "inputElement", first: true, predicate: ["input"], descendants: true }], usesInheritance: true, ngImport: i0 });
|
|
1439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualAbstract, decorators: [{
|
|
1440
|
+
type: Directive
|
|
1441
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }]; }, propDecorators: { multi: [{
|
|
1442
|
+
type: HostBinding,
|
|
1443
|
+
args: ['class.clr-multilingual']
|
|
1444
|
+
}], controlClasses: [{
|
|
1445
|
+
type: Input,
|
|
1446
|
+
args: ['clrControlClasses']
|
|
1447
|
+
}], selectedLang: [{
|
|
1448
|
+
type: Input,
|
|
1449
|
+
args: ['clrSelectedLang']
|
|
1450
|
+
}], readonly: [{
|
|
1451
|
+
type: Input
|
|
1452
|
+
}], maxlength: [{
|
|
1453
|
+
type: Input
|
|
1454
|
+
}], showSingleLanguageSelector: [{
|
|
1455
|
+
type: Input,
|
|
1456
|
+
args: ['clrShowSingleLanguageSelector']
|
|
1457
|
+
}], inputElement: [{
|
|
1458
|
+
type: ViewChild,
|
|
1459
|
+
args: ['input']
|
|
1460
|
+
}] } });
|
|
1324
1461
|
|
|
1325
1462
|
class ClrMultilingualSelector {
|
|
1326
1463
|
constructor() {
|
|
1327
1464
|
this.selectedLangChange = new EventEmitter();
|
|
1328
1465
|
}
|
|
1329
1466
|
}
|
|
1330
|
-
ClrMultilingualSelector
|
|
1331
|
-
|
|
1332
|
-
selector: 'clr-multilingual-selector',
|
|
1333
|
-
template: `
|
|
1467
|
+
ClrMultilingualSelector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualSelector, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1468
|
+
ClrMultilingualSelector.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrMultilingualSelector, selector: "clr-multilingual-selector", inputs: { disabled: "disabled", texts: "texts", selectedLang: "selectedLang" }, outputs: { selectedLangChange: "selectedLangChange" }, ngImport: i0, template: `
|
|
1334
1469
|
<div>
|
|
1335
1470
|
<clr-dropdown [clrCloseMenuOnItemClick]="true">
|
|
1336
1471
|
<button
|
|
@@ -1357,15 +1492,111 @@ ClrMultilingualSelector.decorators = [
|
|
|
1357
1492
|
</clr-dropdown-menu>
|
|
1358
1493
|
</clr-dropdown>
|
|
1359
1494
|
</div>
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1495
|
+
`, isInline: true, components: [{ type: i1.ClrDropdown, selector: "clr-dropdown", inputs: ["clrCloseMenuOnItemClick"] }, { type: i1.ClrDropdownMenu, selector: "clr-dropdown-menu", inputs: ["clrPosition"] }], directives: [{ type: i1.ClrDropdownTrigger, selector: "[clrDropdownTrigger],[clrDropdownToggle]" }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }, { type: i1.ClrIfOpen, selector: "[clrIfOpen]", inputs: ["clrIfOpen"], outputs: ["clrIfOpenChange"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.ClrDropdownItem, selector: "[clrDropdownItem]", inputs: ["clrDisabled", "disabled", "id"] }], pipes: { "keyvalue": i2.KeyValuePipe } });
|
|
1496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualSelector, decorators: [{
|
|
1497
|
+
type: Component,
|
|
1498
|
+
args: [{
|
|
1499
|
+
selector: 'clr-multilingual-selector',
|
|
1500
|
+
template: `
|
|
1501
|
+
<div>
|
|
1502
|
+
<clr-dropdown [clrCloseMenuOnItemClick]="true">
|
|
1503
|
+
<button
|
|
1504
|
+
type="button"
|
|
1505
|
+
class="btn btn-outline btn-sm clr-multilingual-button"
|
|
1506
|
+
clrDropdownTrigger
|
|
1507
|
+
[disabled]="disabled"
|
|
1508
|
+
>
|
|
1509
|
+
{{ selectedLang }}
|
|
1510
|
+
<clr-icon shape="caret down"></clr-icon>
|
|
1511
|
+
</button>
|
|
1512
|
+
<clr-dropdown-menu *clrIfOpen>
|
|
1513
|
+
<ng-container *ngFor="let text of texts | keyvalue">
|
|
1514
|
+
<div
|
|
1515
|
+
*ngIf="text.key !== selectedLang"
|
|
1516
|
+
class="clr-multilingual-dd-entry"
|
|
1517
|
+
clrDropdownItem
|
|
1518
|
+
(click)="selectedLangChange.emit(text.key)"
|
|
1519
|
+
>
|
|
1520
|
+
<span class="label">{{ text.key }}</span
|
|
1521
|
+
>{{ text.value }}
|
|
1522
|
+
</div>
|
|
1523
|
+
</ng-container>
|
|
1524
|
+
</clr-dropdown-menu>
|
|
1525
|
+
</clr-dropdown>
|
|
1526
|
+
</div>
|
|
1527
|
+
`,
|
|
1528
|
+
}]
|
|
1529
|
+
}], propDecorators: { disabled: [{
|
|
1530
|
+
type: Input
|
|
1531
|
+
}], texts: [{
|
|
1532
|
+
type: Input
|
|
1533
|
+
}], selectedLang: [{
|
|
1534
|
+
type: Input
|
|
1535
|
+
}], selectedLangChange: [{
|
|
1536
|
+
type: Output
|
|
1537
|
+
}] } });
|
|
1538
|
+
|
|
1539
|
+
/*
|
|
1540
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
1541
|
+
* This software is released under MIT license.
|
|
1542
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1543
|
+
*/
|
|
1544
|
+
class ClrMultilingualInput extends ClrMultilingualAbstract {
|
|
1545
|
+
constructor(injector) {
|
|
1546
|
+
super(injector);
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1549
|
+
ClrMultilingualInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualInput, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
1550
|
+
ClrMultilingualInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrMultilingualInput, selector: "clr-multilingual-input", providers: [
|
|
1551
|
+
{
|
|
1552
|
+
provide: NG_VALUE_ACCESSOR,
|
|
1553
|
+
useExisting: forwardRef(() => ClrMultilingualInput),
|
|
1554
|
+
multi: true,
|
|
1555
|
+
},
|
|
1556
|
+
ControlIdService,
|
|
1557
|
+
], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <clr-multilingual-selector\n *ngIf=\"showLanguageSelector()\"\n [disabled]=\"disabled\"\n [texts]=\"texts\"\n [selectedLang]=\"selectedLang\"\n (selectedLangChange)=\"changeLanguage($event)\"\n >\n </clr-multilingual-selector>\n <div class=\"clr-multi-input-wrapper\">\n <div class=\"clr-input-wrapper\">\n <input\n class=\"clr-input\"\n type=\"text\"\n [id]=\"inputId\"\n [ngModel]=\"!!texts && !!selectedLang ? texts.get(selectedLang) : ''\"\n (ngModelChange)=\"setText(selectedLang, $event)\"\n (blur)=\"onTouch()\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly || readonly === ''\"\n autocomplete=\"off\"\n [maxlength]=\"maxlength || null\"\n #input\n />\n <clr-icon *ngIf=\"showError\" class=\"clr-validate-icon\" shape=\"exclamation-circle\" aria-hidden=\"true\"></clr-icon>\n </div>\n <ng-content select=\"clr-control-helper\" *ngIf=\"!showError\"></ng-content>\n <ng-content select=\"clr-control-error\" *ngIf=\"showError\"></ng-content>\n </div>\n</div>\n", components: [{ type: ClrMultilingualSelector, selector: "clr-multilingual-selector", inputs: ["disabled", "texts", "selectedLang"], outputs: ["selectedLangChange"] }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i3$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i3$1.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }] });
|
|
1558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualInput, decorators: [{
|
|
1559
|
+
type: Component,
|
|
1560
|
+
args: [{ selector: 'clr-multilingual-input', providers: [
|
|
1561
|
+
{
|
|
1562
|
+
provide: NG_VALUE_ACCESSOR,
|
|
1563
|
+
useExisting: forwardRef(() => ClrMultilingualInput),
|
|
1564
|
+
multi: true,
|
|
1565
|
+
},
|
|
1566
|
+
ControlIdService,
|
|
1567
|
+
], template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <clr-multilingual-selector\n *ngIf=\"showLanguageSelector()\"\n [disabled]=\"disabled\"\n [texts]=\"texts\"\n [selectedLang]=\"selectedLang\"\n (selectedLangChange)=\"changeLanguage($event)\"\n >\n </clr-multilingual-selector>\n <div class=\"clr-multi-input-wrapper\">\n <div class=\"clr-input-wrapper\">\n <input\n class=\"clr-input\"\n type=\"text\"\n [id]=\"inputId\"\n [ngModel]=\"!!texts && !!selectedLang ? texts.get(selectedLang) : ''\"\n (ngModelChange)=\"setText(selectedLang, $event)\"\n (blur)=\"onTouch()\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly || readonly === ''\"\n autocomplete=\"off\"\n [maxlength]=\"maxlength || null\"\n #input\n />\n <clr-icon *ngIf=\"showError\" class=\"clr-validate-icon\" shape=\"exclamation-circle\" aria-hidden=\"true\"></clr-icon>\n </div>\n <ng-content select=\"clr-control-helper\" *ngIf=\"!showError\"></ng-content>\n <ng-content select=\"clr-control-error\" *ngIf=\"showError\"></ng-content>\n </div>\n</div>\n" }]
|
|
1568
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }]; } });
|
|
1569
|
+
|
|
1570
|
+
/*
|
|
1571
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
1572
|
+
* This software is released under MIT license.
|
|
1573
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1574
|
+
*/
|
|
1575
|
+
class ClrMultilingualTextarea extends ClrMultilingualAbstract {
|
|
1576
|
+
constructor(injector) {
|
|
1577
|
+
super(injector);
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
ClrMultilingualTextarea.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualTextarea, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
1581
|
+
ClrMultilingualTextarea.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrMultilingualTextarea, selector: "clr-multilingual-textarea", providers: [
|
|
1582
|
+
{
|
|
1583
|
+
provide: NG_VALUE_ACCESSOR,
|
|
1584
|
+
useExisting: forwardRef(() => ClrMultilingualTextarea),
|
|
1585
|
+
multi: true,
|
|
1586
|
+
},
|
|
1587
|
+
ControlIdService,
|
|
1588
|
+
], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <clr-multilingual-selector\n *ngIf=\"showLanguageSelector()\"\n [disabled]=\"disabled\"\n [texts]=\"texts\"\n [selectedLang]=\"selectedLang\"\n (selectedLangChange)=\"changeLanguage($event)\"\n >\n </clr-multilingual-selector>\n <div class=\"clr-multi-input-wrapper\">\n <div class=\"clr-textarea-wrapper\">\n <textarea\n class=\"clr-textarea\"\n [id]=\"inputId\"\n [ngModel]=\"!!texts && !!selectedLang ? texts.get(selectedLang) : ''\"\n (ngModelChange)=\"setText(selectedLang, $event)\"\n (blur)=\"onTouch()\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly || readonly === ''\"\n [maxlength]=\"maxlength || null\"\n #input\n ></textarea>\n <clr-icon *ngIf=\"showError\" class=\"clr-validate-icon\" shape=\"exclamation-circle\" aria-hidden=\"true\"></clr-icon>\n </div>\n <ng-content select=\"clr-control-helper\" *ngIf=\"!showError\"></ng-content>\n <ng-content select=\"clr-control-error\" *ngIf=\"showError\"></ng-content>\n </div>\n</div>\n", components: [{ type: ClrMultilingualSelector, selector: "clr-multilingual-selector", inputs: ["disabled", "texts", "selectedLang"], outputs: ["selectedLangChange"] }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i3$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i3$1.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }] });
|
|
1589
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualTextarea, decorators: [{
|
|
1590
|
+
type: Component,
|
|
1591
|
+
args: [{ selector: 'clr-multilingual-textarea', providers: [
|
|
1592
|
+
{
|
|
1593
|
+
provide: NG_VALUE_ACCESSOR,
|
|
1594
|
+
useExisting: forwardRef(() => ClrMultilingualTextarea),
|
|
1595
|
+
multi: true,
|
|
1596
|
+
},
|
|
1597
|
+
ControlIdService,
|
|
1598
|
+
], template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <clr-multilingual-selector\n *ngIf=\"showLanguageSelector()\"\n [disabled]=\"disabled\"\n [texts]=\"texts\"\n [selectedLang]=\"selectedLang\"\n (selectedLangChange)=\"changeLanguage($event)\"\n >\n </clr-multilingual-selector>\n <div class=\"clr-multi-input-wrapper\">\n <div class=\"clr-textarea-wrapper\">\n <textarea\n class=\"clr-textarea\"\n [id]=\"inputId\"\n [ngModel]=\"!!texts && !!selectedLang ? texts.get(selectedLang) : ''\"\n (ngModelChange)=\"setText(selectedLang, $event)\"\n (blur)=\"onTouch()\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly || readonly === ''\"\n [maxlength]=\"maxlength || null\"\n #input\n ></textarea>\n <clr-icon *ngIf=\"showError\" class=\"clr-validate-icon\" shape=\"exclamation-circle\" aria-hidden=\"true\"></clr-icon>\n </div>\n <ng-content select=\"clr-control-helper\" *ngIf=\"!showError\"></ng-content>\n <ng-content select=\"clr-control-error\" *ngIf=\"showError\"></ng-content>\n </div>\n</div>\n" }]
|
|
1599
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }]; } });
|
|
1369
1600
|
|
|
1370
1601
|
/*
|
|
1371
1602
|
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
@@ -1374,25 +1605,37 @@ ClrMultilingualSelector.propDecorators = {
|
|
|
1374
1605
|
*/
|
|
1375
1606
|
class ClrMultilingualModule {
|
|
1376
1607
|
}
|
|
1377
|
-
ClrMultilingualModule
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1608
|
+
ClrMultilingualModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1609
|
+
ClrMultilingualModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualModule, declarations: [ClrMultilingualInput,
|
|
1610
|
+
ClrMultilingualTextarea,
|
|
1611
|
+
ClrRequiredOneMultilang,
|
|
1612
|
+
ClrRequiredAllMultilang,
|
|
1613
|
+
ClrMultilingualSelector], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrMultilingualInput,
|
|
1614
|
+
ClrMultilingualTextarea,
|
|
1615
|
+
ClrRequiredOneMultilang,
|
|
1616
|
+
ClrRequiredAllMultilang,
|
|
1617
|
+
ClrMultilingualSelector] });
|
|
1618
|
+
ClrMultilingualModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
|
|
1619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualModule, decorators: [{
|
|
1620
|
+
type: NgModule,
|
|
1621
|
+
args: [{
|
|
1622
|
+
imports: [CommonModule, ClarityModule, FormsModule],
|
|
1623
|
+
declarations: [
|
|
1624
|
+
ClrMultilingualInput,
|
|
1625
|
+
ClrMultilingualTextarea,
|
|
1626
|
+
ClrRequiredOneMultilang,
|
|
1627
|
+
ClrRequiredAllMultilang,
|
|
1628
|
+
ClrMultilingualSelector,
|
|
1629
|
+
],
|
|
1630
|
+
exports: [
|
|
1631
|
+
ClrMultilingualInput,
|
|
1632
|
+
ClrMultilingualTextarea,
|
|
1633
|
+
ClrRequiredOneMultilang,
|
|
1634
|
+
ClrRequiredAllMultilang,
|
|
1635
|
+
ClrMultilingualSelector,
|
|
1636
|
+
],
|
|
1637
|
+
}]
|
|
1638
|
+
}] });
|
|
1396
1639
|
|
|
1397
1640
|
/*
|
|
1398
1641
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -1513,61 +1756,81 @@ class ClrNotification {
|
|
|
1513
1756
|
zonedTimer(300, this.ngZone).subscribe(() => (this.state = { value: 'currentPosition', params: { absolute: this._translate } }));
|
|
1514
1757
|
}
|
|
1515
1758
|
}
|
|
1516
|
-
ClrNotification
|
|
1517
|
-
{ type:
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1759
|
+
ClrNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotification, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1760
|
+
ClrNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrNotification, selector: "clr-notification", inputs: { timeout: "timeout", notificationType: "notificationType", dismissable: "dismissable", progressbar: "progressbar" }, outputs: { closed: "closed" }, host: { properties: { "class.notification": "true" } }, viewQueries: [{ propertyName: "clrAlert", first: true, predicate: ClrAlert, descendants: true, static: true }], ngImport: i0, template: "<div class=\"notification__wrapper\" [@slideDown] [@move]=\"state\" [@fade]=\"state\">\n <div class=\"progress top\" [ngClass]=\"notificationType\" *ngIf=\"progressbar && timeout > 0\">\n <progress class=\"progress\" [max]=\"timeout\" [value]=\"progressStatus\"></progress>\n </div>\n <clr-alert\n [clrAlertType]=\"notificationType\"\n [clrAlertAppLevel]=\"true\"\n [clrAlertClosable]=\"dismissable\"\n (clrAlertClosedChange)=\"close()\"\n >\n <div class=\"alert-item\">\n <span class=\"alert-text\">\n <ng-content select=\"[clr-notification-message]\"></ng-content>\n </span>\n </div>\n </clr-alert>\n</div>\n", components: [{ type: i1.ClrAlert, selector: "clr-alert", inputs: ["clrAlertSizeSmall", "clrAlertClosable", "clrAlertAppLevel", "clrCloseButtonAriaLabel", "clrAlertClosed", "clrAlertType", "clrAlertIcon"], outputs: ["clrAlertClosedChange"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.ClrAlertText, selector: ".alert-text" }], animations: [
|
|
1761
|
+
trigger('slideDown', [
|
|
1762
|
+
transition(':enter', [
|
|
1763
|
+
style({ transform: 'translateY(-200%)' }),
|
|
1764
|
+
animate('0.5s', style({ transform: 'translateY(0%)' })),
|
|
1765
|
+
]),
|
|
1766
|
+
]),
|
|
1767
|
+
trigger('move', [
|
|
1768
|
+
state('currentPosition', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
|
|
1769
|
+
state('moveUp', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
|
|
1770
|
+
state('moveDown', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
|
|
1771
|
+
transition('* => moveDown', animate('0.3s')),
|
|
1772
|
+
transition('* => moveUp', animate('0.3s')),
|
|
1773
|
+
]),
|
|
1774
|
+
trigger('fade', [
|
|
1775
|
+
state('fadeOut', style({ transform: 'translateY({{absolute}}px)', opacity: 0 }), { params: { absolute: '0' } }),
|
|
1776
|
+
transition('* => fadeOut', animate('0.3s')),
|
|
1777
|
+
]),
|
|
1778
|
+
] });
|
|
1779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotification, decorators: [{
|
|
1780
|
+
type: Component,
|
|
1781
|
+
args: [{ selector: 'clr-notification', animations: [
|
|
1782
|
+
trigger('slideDown', [
|
|
1783
|
+
transition(':enter', [
|
|
1784
|
+
style({ transform: 'translateY(-200%)' }),
|
|
1785
|
+
animate('0.5s', style({ transform: 'translateY(0%)' })),
|
|
1786
|
+
]),
|
|
1525
1787
|
]),
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
]
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
]
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
]
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
closed: [{ type: Output }]
|
|
1555
|
-
};
|
|
1788
|
+
trigger('move', [
|
|
1789
|
+
state('currentPosition', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
|
|
1790
|
+
state('moveUp', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
|
|
1791
|
+
state('moveDown', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
|
|
1792
|
+
transition('* => moveDown', animate('0.3s')),
|
|
1793
|
+
transition('* => moveUp', animate('0.3s')),
|
|
1794
|
+
]),
|
|
1795
|
+
trigger('fade', [
|
|
1796
|
+
state('fadeOut', style({ transform: 'translateY({{absolute}}px)', opacity: 0 }), { params: { absolute: '0' } }),
|
|
1797
|
+
transition('* => fadeOut', animate('0.3s')),
|
|
1798
|
+
]),
|
|
1799
|
+
], host: {
|
|
1800
|
+
'[class.notification]': 'true',
|
|
1801
|
+
}, template: "<div class=\"notification__wrapper\" [@slideDown] [@move]=\"state\" [@fade]=\"state\">\n <div class=\"progress top\" [ngClass]=\"notificationType\" *ngIf=\"progressbar && timeout > 0\">\n <progress class=\"progress\" [max]=\"timeout\" [value]=\"progressStatus\"></progress>\n </div>\n <clr-alert\n [clrAlertType]=\"notificationType\"\n [clrAlertAppLevel]=\"true\"\n [clrAlertClosable]=\"dismissable\"\n (clrAlertClosedChange)=\"close()\"\n >\n <div class=\"alert-item\">\n <span class=\"alert-text\">\n <ng-content select=\"[clr-notification-message]\"></ng-content>\n </span>\n </div>\n </clr-alert>\n</div>\n" }]
|
|
1802
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { clrAlert: [{
|
|
1803
|
+
type: ViewChild,
|
|
1804
|
+
args: [ClrAlert, { static: true }]
|
|
1805
|
+
}], timeout: [{
|
|
1806
|
+
type: Input
|
|
1807
|
+
}], notificationType: [{
|
|
1808
|
+
type: Input
|
|
1809
|
+
}], dismissable: [{
|
|
1810
|
+
type: Input
|
|
1811
|
+
}], progressbar: [{
|
|
1812
|
+
type: Input
|
|
1813
|
+
}], closed: [{
|
|
1814
|
+
type: Output
|
|
1815
|
+
}] } });
|
|
1556
1816
|
|
|
1557
1817
|
/*
|
|
1558
|
-
* Copyright (c) 2018-
|
|
1818
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
1559
1819
|
* This software is released under MIT license.
|
|
1560
1820
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1561
1821
|
*/
|
|
1562
1822
|
class ClrNotificationModule {
|
|
1563
1823
|
}
|
|
1564
|
-
ClrNotificationModule
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
]
|
|
1824
|
+
ClrNotificationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1825
|
+
ClrNotificationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotificationModule, declarations: [ClrNotification], imports: [CommonModule, ClarityModule, FormsModule] });
|
|
1826
|
+
ClrNotificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotificationModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
|
|
1827
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotificationModule, decorators: [{
|
|
1828
|
+
type: NgModule,
|
|
1829
|
+
args: [{
|
|
1830
|
+
imports: [CommonModule, ClarityModule, FormsModule],
|
|
1831
|
+
declarations: [ClrNotification],
|
|
1832
|
+
}]
|
|
1833
|
+
}] });
|
|
1571
1834
|
|
|
1572
1835
|
/*
|
|
1573
1836
|
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
@@ -1880,40 +2143,63 @@ class ClrNumericField {
|
|
|
1880
2143
|
return Math[method](+(value * Math.pow(10, this.decimalPlaces)).toPrecision(16)) / Math.pow(10, this.decimalPlaces);
|
|
1881
2144
|
}
|
|
1882
2145
|
}
|
|
1883
|
-
ClrNumericField
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
2146
|
+
ClrNumericField.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNumericField, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2147
|
+
ClrNumericField.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrNumericField, selector: "[clrNumeric]", inputs: { textAlign: ["clrTextAlign", "textAlign"], decimalPlaces: ["clrDecimalPlaces", "decimalPlaces"], roundValue: ["clrRoundDisplayValue", "roundValue"], autofillDecimals: ["clrAutofillDecimals", "autofillDecimals"], decimalSeparator: ["clrDecimalSep", "decimalSeparator"], groupingSeparator: ["clrGroupingSep", "groupingSeparator"], unitPosition: ["clrUnitPosition", "unitPosition"], numericValue: ["clrNumericValue", "numericValue"], unit: ["clrUnit", "unit"] }, outputs: { numericValueChanged: "clrNumericValueChange" }, host: { listeners: { "change": "onChange(getValueForFormControl())", "input": "onChange(getValueForFormControl())", "blur": "onTouched()" }, properties: { "class.text-right": "textAlign === \"right\"" } }, providers: [
|
|
2148
|
+
{
|
|
2149
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2150
|
+
useExisting: forwardRef(() => ClrNumericField),
|
|
2151
|
+
multi: true,
|
|
2152
|
+
},
|
|
2153
|
+
], ngImport: i0 });
|
|
2154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNumericField, decorators: [{
|
|
2155
|
+
type: Directive,
|
|
2156
|
+
args: [{
|
|
2157
|
+
selector: '[clrNumeric]',
|
|
2158
|
+
host: {
|
|
2159
|
+
'[class.text-right]': 'textAlign === "right"',
|
|
2160
|
+
'(change)': 'onChange(getValueForFormControl())',
|
|
2161
|
+
'(input)': 'onChange(getValueForFormControl())',
|
|
2162
|
+
'(blur)': 'onTouched()',
|
|
1897
2163
|
},
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
]
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
2164
|
+
providers: [
|
|
2165
|
+
{
|
|
2166
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2167
|
+
useExisting: forwardRef(() => ClrNumericField),
|
|
2168
|
+
multi: true,
|
|
2169
|
+
},
|
|
2170
|
+
],
|
|
2171
|
+
}]
|
|
2172
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { textAlign: [{
|
|
2173
|
+
type: Input,
|
|
2174
|
+
args: ['clrTextAlign']
|
|
2175
|
+
}], decimalPlaces: [{
|
|
2176
|
+
type: Input,
|
|
2177
|
+
args: ['clrDecimalPlaces']
|
|
2178
|
+
}], roundValue: [{
|
|
2179
|
+
type: Input,
|
|
2180
|
+
args: ['clrRoundDisplayValue']
|
|
2181
|
+
}], autofillDecimals: [{
|
|
2182
|
+
type: Input,
|
|
2183
|
+
args: ['clrAutofillDecimals']
|
|
2184
|
+
}], decimalSeparator: [{
|
|
2185
|
+
type: Input,
|
|
2186
|
+
args: ['clrDecimalSep']
|
|
2187
|
+
}], groupingSeparator: [{
|
|
2188
|
+
type: Input,
|
|
2189
|
+
args: ['clrGroupingSep']
|
|
2190
|
+
}], unitPosition: [{
|
|
2191
|
+
type: Input,
|
|
2192
|
+
args: ['clrUnitPosition']
|
|
2193
|
+
}], numericValueChanged: [{
|
|
2194
|
+
type: Output,
|
|
2195
|
+
args: ['clrNumericValueChange']
|
|
2196
|
+
}], numericValue: [{
|
|
2197
|
+
type: Input,
|
|
2198
|
+
args: ['clrNumericValue']
|
|
2199
|
+
}], unit: [{
|
|
2200
|
+
type: Input,
|
|
2201
|
+
args: ['clrUnit']
|
|
2202
|
+
}] } });
|
|
1917
2203
|
|
|
1918
2204
|
/*
|
|
1919
2205
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -2006,17 +2292,24 @@ class ClrMaxNumeric {
|
|
|
2006
2292
|
return ClrNumericFieldValidators.max(this._max, this._groupingSep, this._decimalSep)(control);
|
|
2007
2293
|
}
|
|
2008
2294
|
}
|
|
2009
|
-
ClrMaxNumeric
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
]
|
|
2015
|
-
ClrMaxNumeric
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2295
|
+
ClrMaxNumeric.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMaxNumeric, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2296
|
+
ClrMaxNumeric.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrMaxNumeric, selector: "[clrMaxNumeric]", inputs: { _max: ["clrMaxNumeric", "_max"], _groupingSep: ["clrGroupingSep", "_groupingSep"], _decimalSep: ["clrDecimalSep", "_decimalSep"] }, providers: [{ provide: NG_VALIDATORS, useExisting: ClrMaxNumeric, multi: true }], ngImport: i0 });
|
|
2297
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMaxNumeric, decorators: [{
|
|
2298
|
+
type: Directive,
|
|
2299
|
+
args: [{
|
|
2300
|
+
selector: '[clrMaxNumeric]',
|
|
2301
|
+
providers: [{ provide: NG_VALIDATORS, useExisting: ClrMaxNumeric, multi: true }],
|
|
2302
|
+
}]
|
|
2303
|
+
}], propDecorators: { _max: [{
|
|
2304
|
+
type: Input,
|
|
2305
|
+
args: ['clrMaxNumeric']
|
|
2306
|
+
}], _groupingSep: [{
|
|
2307
|
+
type: Input,
|
|
2308
|
+
args: ['clrGroupingSep']
|
|
2309
|
+
}], _decimalSep: [{
|
|
2310
|
+
type: Input,
|
|
2311
|
+
args: ['clrDecimalSep']
|
|
2312
|
+
}] } });
|
|
2020
2313
|
class ClrMinNumeric {
|
|
2021
2314
|
constructor() {
|
|
2022
2315
|
this._groupingSep = '.';
|
|
@@ -2026,17 +2319,24 @@ class ClrMinNumeric {
|
|
|
2026
2319
|
return ClrNumericFieldValidators.min(this._min, this._groupingSep, this._decimalSep)(control);
|
|
2027
2320
|
}
|
|
2028
2321
|
}
|
|
2029
|
-
ClrMinNumeric
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
]
|
|
2035
|
-
ClrMinNumeric
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2322
|
+
ClrMinNumeric.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMinNumeric, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2323
|
+
ClrMinNumeric.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrMinNumeric, selector: "[clrMinNumeric]", inputs: { _min: ["clrMinNumeric", "_min"], _groupingSep: ["clrGroupingSep", "_groupingSep"], _decimalSep: ["clrDecimalSep", "_decimalSep"] }, providers: [{ provide: NG_VALIDATORS, useExisting: ClrMinNumeric, multi: true }], ngImport: i0 });
|
|
2324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMinNumeric, decorators: [{
|
|
2325
|
+
type: Directive,
|
|
2326
|
+
args: [{
|
|
2327
|
+
selector: '[clrMinNumeric]',
|
|
2328
|
+
providers: [{ provide: NG_VALIDATORS, useExisting: ClrMinNumeric, multi: true }],
|
|
2329
|
+
}]
|
|
2330
|
+
}], propDecorators: { _min: [{
|
|
2331
|
+
type: Input,
|
|
2332
|
+
args: ['clrMinNumeric']
|
|
2333
|
+
}], _groupingSep: [{
|
|
2334
|
+
type: Input,
|
|
2335
|
+
args: ['clrGroupingSep']
|
|
2336
|
+
}], _decimalSep: [{
|
|
2337
|
+
type: Input,
|
|
2338
|
+
args: ['clrDecimalSep']
|
|
2339
|
+
}] } });
|
|
2040
2340
|
|
|
2041
2341
|
/*
|
|
2042
2342
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2045,46 +2345,17 @@ ClrMinNumeric.propDecorators = {
|
|
|
2045
2345
|
*/
|
|
2046
2346
|
class ClrNumericFieldModule {
|
|
2047
2347
|
}
|
|
2048
|
-
ClrNumericFieldModule
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
]
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2060
|
-
*/
|
|
2061
|
-
class ClrPagedSearchResultList {
|
|
2062
|
-
constructor() {
|
|
2063
|
-
/**
|
|
2064
|
-
* The position of the pager
|
|
2065
|
-
*/
|
|
2066
|
-
this.clrPagerPosition = 'bottom';
|
|
2067
|
-
/**
|
|
2068
|
-
* Triggered whenever a page change occurs.
|
|
2069
|
-
*/
|
|
2070
|
-
this.pageChange = new EventEmitter();
|
|
2071
|
-
}
|
|
2072
|
-
}
|
|
2073
|
-
ClrPagedSearchResultList.decorators = [
|
|
2074
|
-
{ type: Component, args: [{
|
|
2075
|
-
selector: 'clr-paged-search-result-list',
|
|
2076
|
-
template: "<div class=\"clr-row\">\n <clr-pager\n class=\"pager-top\"\n *ngIf=\"clrPagerPosition === 'top' || clrPagerPosition === 'both'\"\n [clrPage]=\"currentPage\"\n [clrPageSize]=\"pageSize\"\n [clrTotalItems]=\"totalItems\"\n (clrPageChange)=\"pageChange.emit($event)\"\n ></clr-pager>\n</div>\n<ng-container *ngFor=\"let item of items\" [ngTemplateOutlet]=\"itemTemplate\" [ngTemplateOutletContext]=\"{item: item}\">\n <div *ngIf=\"!itemTemplate\">Item template input is undefined!</div>\n</ng-container>\n<div class=\"clr-row\">\n <clr-pager\n class=\"pager-bottom\"\n *ngIf=\"clrPagerPosition === 'bottom' || clrPagerPosition === 'both'\"\n [clrPage]=\"currentPage\"\n [clrPageSize]=\"pageSize\"\n [clrTotalItems]=\"totalItems\"\n (clrPageChange)=\"pageChange.emit($event)\"\n ></clr-pager>\n</div>\n"
|
|
2077
|
-
},] }
|
|
2078
|
-
];
|
|
2079
|
-
ClrPagedSearchResultList.propDecorators = {
|
|
2080
|
-
pageSize: [{ type: Input, args: ['clrPageSize',] }],
|
|
2081
|
-
currentPage: [{ type: Input, args: ['clrPage',] }],
|
|
2082
|
-
totalItems: [{ type: Input, args: ['clrTotalItems',] }],
|
|
2083
|
-
items: [{ type: Input, args: ['clrItems',] }],
|
|
2084
|
-
itemTemplate: [{ type: ContentChild, args: [TemplateRef, { static: true },] }],
|
|
2085
|
-
clrPagerPosition: [{ type: Input, args: ['clrPagerPosition',] }],
|
|
2086
|
-
pageChange: [{ type: Output, args: ['clrPageChange',] }]
|
|
2087
|
-
};
|
|
2348
|
+
ClrNumericFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNumericFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2349
|
+
ClrNumericFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNumericFieldModule, declarations: [ClrNumericField, ClrMaxNumeric, ClrMinNumeric], imports: [CommonModule, ClarityModule, ClrFormsModule, FormsModule], exports: [ClrNumericField, ClrMaxNumeric, ClrMinNumeric] });
|
|
2350
|
+
ClrNumericFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNumericFieldModule, imports: [[CommonModule, ClarityModule, ClrFormsModule, FormsModule]] });
|
|
2351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNumericFieldModule, decorators: [{
|
|
2352
|
+
type: NgModule,
|
|
2353
|
+
args: [{
|
|
2354
|
+
imports: [CommonModule, ClarityModule, ClrFormsModule, FormsModule],
|
|
2355
|
+
declarations: [ClrNumericField, ClrMaxNumeric, ClrMinNumeric],
|
|
2356
|
+
exports: [ClrNumericField, ClrMaxNumeric, ClrMinNumeric],
|
|
2357
|
+
}]
|
|
2358
|
+
}] });
|
|
2088
2359
|
|
|
2089
2360
|
/*
|
|
2090
2361
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2195,20 +2466,72 @@ class ClrPager {
|
|
|
2195
2466
|
return middlePages;
|
|
2196
2467
|
}
|
|
2197
2468
|
}
|
|
2198
|
-
ClrPager
|
|
2199
|
-
{ type:
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2469
|
+
ClrPager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPager, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2470
|
+
ClrPager.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrPager, selector: "clr-pager", inputs: { pageSize: ["clrPageSize", "pageSize"], totalItems: ["clrTotalItems", "totalItems"], last: ["clrLast", "last"], page: ["clrPage", "page"] }, outputs: { pageChange: "clrPageChange" }, host: { properties: { "class.pager": "true" } }, ngImport: i0, template: "<div class=\"btn-group\" *ngIf=\"last > 1\">\n <button class=\"btn pagination-previous\" (click)=\"previous()\" [disabled]=\"page == 1\">\n <clr-icon shape=\"angle left\"></clr-icon>\n </button>\n <button *ngIf=\"page > 2\" class=\"btn\" (click)=\"page = 1\">1</button>\n <button *ngIf=\"page > 3\" class=\"btn\" disabled>...</button>\n\n <ng-container *ngFor=\"let pageNum of middlePages\">\n <button *ngIf=\"pageNum !== page; else activePage\" class=\"btn\" (click)=\"page = pageNum\">{{pageNum}}</button>\n <ng-template #activePage>\n <button class=\"btn btn-primary\" type=\"button\">{{pageNum}}</button>\n </ng-template>\n </ng-container>\n\n <button *ngIf=\"page < last - 2\" class=\"btn\" disabled>...</button>\n <button *ngIf=\"page < last - 1\" class=\"btn\" (click)=\"page = last\">{{last}}</button>\n <button class=\"btn pagination-next\" (click)=\"next()\" [disabled]=\"page == last\">\n <clr-icon shape=\"angle right\"></clr-icon>\n </button>\n</div>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
2471
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPager, decorators: [{
|
|
2472
|
+
type: Component,
|
|
2473
|
+
args: [{ selector: 'clr-pager', host: { '[class.pager]': 'true' }, template: "<div class=\"btn-group\" *ngIf=\"last > 1\">\n <button class=\"btn pagination-previous\" (click)=\"previous()\" [disabled]=\"page == 1\">\n <clr-icon shape=\"angle left\"></clr-icon>\n </button>\n <button *ngIf=\"page > 2\" class=\"btn\" (click)=\"page = 1\">1</button>\n <button *ngIf=\"page > 3\" class=\"btn\" disabled>...</button>\n\n <ng-container *ngFor=\"let pageNum of middlePages\">\n <button *ngIf=\"pageNum !== page; else activePage\" class=\"btn\" (click)=\"page = pageNum\">{{pageNum}}</button>\n <ng-template #activePage>\n <button class=\"btn btn-primary\" type=\"button\">{{pageNum}}</button>\n </ng-template>\n </ng-container>\n\n <button *ngIf=\"page < last - 2\" class=\"btn\" disabled>...</button>\n <button *ngIf=\"page < last - 1\" class=\"btn\" (click)=\"page = last\">{{last}}</button>\n <button class=\"btn pagination-next\" (click)=\"next()\" [disabled]=\"page == last\">\n <clr-icon shape=\"angle right\"></clr-icon>\n </button>\n</div>\n" }]
|
|
2474
|
+
}], propDecorators: { pageChange: [{
|
|
2475
|
+
type: Output,
|
|
2476
|
+
args: ['clrPageChange']
|
|
2477
|
+
}], pageSize: [{
|
|
2478
|
+
type: Input,
|
|
2479
|
+
args: ['clrPageSize']
|
|
2480
|
+
}], totalItems: [{
|
|
2481
|
+
type: Input,
|
|
2482
|
+
args: ['clrTotalItems']
|
|
2483
|
+
}], last: [{
|
|
2484
|
+
type: Input,
|
|
2485
|
+
args: ['clrLast']
|
|
2486
|
+
}], page: [{
|
|
2487
|
+
type: Input,
|
|
2488
|
+
args: ['clrPage']
|
|
2489
|
+
}] } });
|
|
2490
|
+
|
|
2491
|
+
/*
|
|
2492
|
+
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
2493
|
+
* This software is released under MIT license.
|
|
2494
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2495
|
+
*/
|
|
2496
|
+
class ClrPagedSearchResultList {
|
|
2497
|
+
constructor() {
|
|
2498
|
+
/**
|
|
2499
|
+
* The position of the pager
|
|
2500
|
+
*/
|
|
2501
|
+
this.clrPagerPosition = 'bottom';
|
|
2502
|
+
/**
|
|
2503
|
+
* Triggered whenever a page change occurs.
|
|
2504
|
+
*/
|
|
2505
|
+
this.pageChange = new EventEmitter();
|
|
2506
|
+
}
|
|
2507
|
+
}
|
|
2508
|
+
ClrPagedSearchResultList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagedSearchResultList, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2509
|
+
ClrPagedSearchResultList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrPagedSearchResultList, selector: "clr-paged-search-result-list", inputs: { pageSize: ["clrPageSize", "pageSize"], currentPage: ["clrPage", "currentPage"], totalItems: ["clrTotalItems", "totalItems"], items: ["clrItems", "items"], clrPagerPosition: "clrPagerPosition" }, outputs: { pageChange: "clrPageChange" }, queries: [{ propertyName: "itemTemplate", first: true, predicate: TemplateRef, descendants: true, static: true }], ngImport: i0, template: "<div class=\"clr-row\">\n <clr-pager\n class=\"pager-top\"\n *ngIf=\"clrPagerPosition === 'top' || clrPagerPosition === 'both'\"\n [clrPage]=\"currentPage\"\n [clrPageSize]=\"pageSize\"\n [clrTotalItems]=\"totalItems\"\n (clrPageChange)=\"pageChange.emit($event)\"\n ></clr-pager>\n</div>\n<ng-container *ngFor=\"let item of items\" [ngTemplateOutlet]=\"itemTemplate\" [ngTemplateOutletContext]=\"{item: item}\">\n <div *ngIf=\"!itemTemplate\">Item template input is undefined!</div>\n</ng-container>\n<div class=\"clr-row\">\n <clr-pager\n class=\"pager-bottom\"\n *ngIf=\"clrPagerPosition === 'bottom' || clrPagerPosition === 'both'\"\n [clrPage]=\"currentPage\"\n [clrPageSize]=\"pageSize\"\n [clrTotalItems]=\"totalItems\"\n (clrPageChange)=\"pageChange.emit($event)\"\n ></clr-pager>\n</div>\n", components: [{ type: ClrPager, selector: "clr-pager", inputs: ["clrPageSize", "clrTotalItems", "clrLast", "clrPage"], outputs: ["clrPageChange"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
2510
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagedSearchResultList, decorators: [{
|
|
2511
|
+
type: Component,
|
|
2512
|
+
args: [{ selector: 'clr-paged-search-result-list', template: "<div class=\"clr-row\">\n <clr-pager\n class=\"pager-top\"\n *ngIf=\"clrPagerPosition === 'top' || clrPagerPosition === 'both'\"\n [clrPage]=\"currentPage\"\n [clrPageSize]=\"pageSize\"\n [clrTotalItems]=\"totalItems\"\n (clrPageChange)=\"pageChange.emit($event)\"\n ></clr-pager>\n</div>\n<ng-container *ngFor=\"let item of items\" [ngTemplateOutlet]=\"itemTemplate\" [ngTemplateOutletContext]=\"{item: item}\">\n <div *ngIf=\"!itemTemplate\">Item template input is undefined!</div>\n</ng-container>\n<div class=\"clr-row\">\n <clr-pager\n class=\"pager-bottom\"\n *ngIf=\"clrPagerPosition === 'bottom' || clrPagerPosition === 'both'\"\n [clrPage]=\"currentPage\"\n [clrPageSize]=\"pageSize\"\n [clrTotalItems]=\"totalItems\"\n (clrPageChange)=\"pageChange.emit($event)\"\n ></clr-pager>\n</div>\n" }]
|
|
2513
|
+
}], propDecorators: { pageSize: [{
|
|
2514
|
+
type: Input,
|
|
2515
|
+
args: ['clrPageSize']
|
|
2516
|
+
}], currentPage: [{
|
|
2517
|
+
type: Input,
|
|
2518
|
+
args: ['clrPage']
|
|
2519
|
+
}], totalItems: [{
|
|
2520
|
+
type: Input,
|
|
2521
|
+
args: ['clrTotalItems']
|
|
2522
|
+
}], items: [{
|
|
2523
|
+
type: Input,
|
|
2524
|
+
args: ['clrItems']
|
|
2525
|
+
}], itemTemplate: [{
|
|
2526
|
+
type: ContentChild,
|
|
2527
|
+
args: [TemplateRef, { static: true }]
|
|
2528
|
+
}], clrPagerPosition: [{
|
|
2529
|
+
type: Input,
|
|
2530
|
+
args: ['clrPagerPosition']
|
|
2531
|
+
}], pageChange: [{
|
|
2532
|
+
type: Output,
|
|
2533
|
+
args: ['clrPageChange']
|
|
2534
|
+
}] } });
|
|
2212
2535
|
|
|
2213
2536
|
/*
|
|
2214
2537
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2217,13 +2540,17 @@ ClrPager.propDecorators = {
|
|
|
2217
2540
|
*/
|
|
2218
2541
|
class ClrPagerModule {
|
|
2219
2542
|
}
|
|
2220
|
-
ClrPagerModule
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
]
|
|
2543
|
+
ClrPagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2544
|
+
ClrPagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagerModule, declarations: [ClrPager], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrPager] });
|
|
2545
|
+
ClrPagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagerModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
|
|
2546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagerModule, decorators: [{
|
|
2547
|
+
type: NgModule,
|
|
2548
|
+
args: [{
|
|
2549
|
+
imports: [CommonModule, ClarityModule, FormsModule],
|
|
2550
|
+
declarations: [ClrPager],
|
|
2551
|
+
exports: [ClrPager],
|
|
2552
|
+
}]
|
|
2553
|
+
}] });
|
|
2227
2554
|
|
|
2228
2555
|
/*
|
|
2229
2556
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2232,13 +2559,17 @@ ClrPagerModule.decorators = [
|
|
|
2232
2559
|
*/
|
|
2233
2560
|
class ClrPagedSearchResultListModule {
|
|
2234
2561
|
}
|
|
2235
|
-
ClrPagedSearchResultListModule
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
]
|
|
2562
|
+
ClrPagedSearchResultListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagedSearchResultListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2563
|
+
ClrPagedSearchResultListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagedSearchResultListModule, declarations: [ClrPagedSearchResultList], imports: [CommonModule, ClarityModule, FormsModule, ClrPagerModule], exports: [ClrPagedSearchResultList] });
|
|
2564
|
+
ClrPagedSearchResultListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagedSearchResultListModule, imports: [[CommonModule, ClarityModule, FormsModule, ClrPagerModule]] });
|
|
2565
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagedSearchResultListModule, decorators: [{
|
|
2566
|
+
type: NgModule,
|
|
2567
|
+
args: [{
|
|
2568
|
+
imports: [CommonModule, ClarityModule, FormsModule, ClrPagerModule],
|
|
2569
|
+
declarations: [ClrPagedSearchResultList],
|
|
2570
|
+
exports: [ClrPagedSearchResultList],
|
|
2571
|
+
}]
|
|
2572
|
+
}] });
|
|
2242
2573
|
|
|
2243
2574
|
/*
|
|
2244
2575
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2286,27 +2617,34 @@ class ClrProgressSpinnerComponent {
|
|
|
2286
2617
|
}
|
|
2287
2618
|
}
|
|
2288
2619
|
ClrProgressSpinnerComponent.MINIMUM_VISIBLE_DURATION = 200;
|
|
2289
|
-
ClrProgressSpinnerComponent
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2620
|
+
ClrProgressSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrProgressSpinnerComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
2621
|
+
ClrProgressSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrProgressSpinnerComponent, selector: "clr-progress-spinner", inputs: { size: ["clrSize", "size"], showSpinner: ["clrShowSpinner", "showSpinner"] }, host: { properties: { "class.progress-spinner-overlay": "_showSpinner" } }, ngImport: i0, template: `
|
|
2622
|
+
<ng-container *ngIf="_showSpinner">
|
|
2623
|
+
<span [class]="'spinner-' + size + ' spinner'"></span>
|
|
2624
|
+
<span> <ng-content></ng-content></span>
|
|
2625
|
+
</ng-container>
|
|
2626
|
+
`, isInline: true, directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2627
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrProgressSpinnerComponent, decorators: [{
|
|
2628
|
+
type: Component,
|
|
2629
|
+
args: [{
|
|
2630
|
+
selector: 'clr-progress-spinner',
|
|
2631
|
+
template: `
|
|
2293
2632
|
<ng-container *ngIf="_showSpinner">
|
|
2294
2633
|
<span [class]="'spinner-' + size + ' spinner'"></span>
|
|
2295
2634
|
<span> <ng-content></ng-content></span>
|
|
2296
2635
|
</ng-container>
|
|
2297
2636
|
`,
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
];
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
]
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
};
|
|
2637
|
+
host: {
|
|
2638
|
+
'[class.progress-spinner-overlay]': '_showSpinner',
|
|
2639
|
+
},
|
|
2640
|
+
}]
|
|
2641
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { size: [{
|
|
2642
|
+
type: Input,
|
|
2643
|
+
args: ['clrSize']
|
|
2644
|
+
}], showSpinner: [{
|
|
2645
|
+
type: Input,
|
|
2646
|
+
args: ['clrShowSpinner']
|
|
2647
|
+
}] } });
|
|
2310
2648
|
|
|
2311
2649
|
/*
|
|
2312
2650
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2315,13 +2653,17 @@ ClrProgressSpinnerComponent.propDecorators = {
|
|
|
2315
2653
|
*/
|
|
2316
2654
|
class ClrProgressSpinnerModule {
|
|
2317
2655
|
}
|
|
2318
|
-
ClrProgressSpinnerModule
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
]
|
|
2656
|
+
ClrProgressSpinnerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrProgressSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2657
|
+
ClrProgressSpinnerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrProgressSpinnerModule, declarations: [ClrProgressSpinnerComponent], imports: [CommonModule], exports: [ClrProgressSpinnerComponent] });
|
|
2658
|
+
ClrProgressSpinnerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrProgressSpinnerModule, imports: [[CommonModule]] });
|
|
2659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrProgressSpinnerModule, decorators: [{
|
|
2660
|
+
type: NgModule,
|
|
2661
|
+
args: [{
|
|
2662
|
+
imports: [CommonModule],
|
|
2663
|
+
declarations: [ClrProgressSpinnerComponent],
|
|
2664
|
+
exports: [ClrProgressSpinnerComponent],
|
|
2665
|
+
}]
|
|
2666
|
+
}] });
|
|
2325
2667
|
|
|
2326
2668
|
/*
|
|
2327
2669
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2362,25 +2704,33 @@ class ClrAddOption {
|
|
|
2362
2704
|
!!this.select && this.select.nativeElement.focus();
|
|
2363
2705
|
}
|
|
2364
2706
|
}
|
|
2365
|
-
ClrAddOption
|
|
2366
|
-
{ type:
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2707
|
+
ClrAddOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddOption, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2708
|
+
ClrAddOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrAddOption, selector: "clr-add-option", inputs: { blankOption: "blankOption", value: "value", mandatory: "mandatory", allValues: "allValues", excludedValues: "excludedValues", readonly: "readonly", disabled: "disabled" }, outputs: { valueChanged: "valueChanged", remove: "remove" }, host: { properties: { "class.quick-list-option": "true" } }, viewQueries: [{ propertyName: "select", first: true, predicate: ["select"], descendants: true }], ngImport: i0, template: "<div *ngIf=\"!(readonly || readonly === ''); else readonlyView\" class=\"clr-select-wrapper quick-list-input\">\n <select #select clr-select class=\"quick-list-select\" name=\"options\" [(ngModel)]=\"selectedValue\" [disabled]=\"disabled\">\n <option *ngIf=\"blankOption.id === selectedValue\" [selected]=\"true\" [disabled]=\"true\" [ngValue]=\"blankOption.id\">\n {{blankOption.label}}\n </option>\n <option *ngFor=\"let val of getValues()\" [selected]=\"val.id === selectedValue\" [ngValue]=\"val.id\">\n {{val.label}}\n </option>\n </select>\n</div>\n\n<ng-template #readonlyView>\n <span>{{value.label}}</span>\n</ng-template>\n\n<button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-icon btn-link quick-list-trash\"\n [disabled]=\"trashDisabled() || disabled\"\n (click)=\"remove.emit()\"\n>\n <clr-icon shape=\"trash\"></clr-icon>\n</button>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3$1.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { type: i3$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i3$1.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { type: i3$1.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }] });
|
|
2709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddOption, decorators: [{
|
|
2710
|
+
type: Component,
|
|
2711
|
+
args: [{ selector: 'clr-add-option', host: { '[class.quick-list-option]': 'true' }, template: "<div *ngIf=\"!(readonly || readonly === ''); else readonlyView\" class=\"clr-select-wrapper quick-list-input\">\n <select #select clr-select class=\"quick-list-select\" name=\"options\" [(ngModel)]=\"selectedValue\" [disabled]=\"disabled\">\n <option *ngIf=\"blankOption.id === selectedValue\" [selected]=\"true\" [disabled]=\"true\" [ngValue]=\"blankOption.id\">\n {{blankOption.label}}\n </option>\n <option *ngFor=\"let val of getValues()\" [selected]=\"val.id === selectedValue\" [ngValue]=\"val.id\">\n {{val.label}}\n </option>\n </select>\n</div>\n\n<ng-template #readonlyView>\n <span>{{value.label}}</span>\n</ng-template>\n\n<button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-icon btn-link quick-list-trash\"\n [disabled]=\"trashDisabled() || disabled\"\n (click)=\"remove.emit()\"\n>\n <clr-icon shape=\"trash\"></clr-icon>\n</button>\n" }]
|
|
2712
|
+
}], propDecorators: { blankOption: [{
|
|
2713
|
+
type: Input
|
|
2714
|
+
}], value: [{
|
|
2715
|
+
type: Input
|
|
2716
|
+
}], mandatory: [{
|
|
2717
|
+
type: Input
|
|
2718
|
+
}], allValues: [{
|
|
2719
|
+
type: Input
|
|
2720
|
+
}], excludedValues: [{
|
|
2721
|
+
type: Input
|
|
2722
|
+
}], readonly: [{
|
|
2723
|
+
type: Input
|
|
2724
|
+
}], disabled: [{
|
|
2725
|
+
type: Input
|
|
2726
|
+
}], valueChanged: [{
|
|
2727
|
+
type: Output
|
|
2728
|
+
}], remove: [{
|
|
2729
|
+
type: Output
|
|
2730
|
+
}], select: [{
|
|
2731
|
+
type: ViewChild,
|
|
2732
|
+
args: ['select', { static: false }]
|
|
2733
|
+
}] } });
|
|
2384
2734
|
|
|
2385
2735
|
/*
|
|
2386
2736
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
@@ -2448,50 +2798,75 @@ class ClrQuickList extends ClrAbstractFormComponent {
|
|
|
2448
2798
|
return this.hasBlankOption() || this.values.length === this.allValues.length;
|
|
2449
2799
|
}
|
|
2450
2800
|
}
|
|
2451
|
-
ClrQuickList
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
allValues
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2801
|
+
ClrQuickList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrQuickList, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2802
|
+
ClrQuickList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrQuickList, selector: "clr-quick-list", inputs: { blankOption: ["clrBlankOption", "blankOption"], allValues: ["clrAllValues", "allValues"], mandatory: ["clrMandatory", "mandatory"], values: ["clrValues", "values"], addLabel: ["clrAddLabel", "addLabel"], controlClasses: ["clrControlClasses", "controlClasses"], readonly: "readonly" }, outputs: { valuesChanged: "clrValuesChanged", emptyOptionAdded: "clrEmptyOptionAdded" }, host: { properties: { "class.quick-list": "true" } }, providers: [
|
|
2803
|
+
{
|
|
2804
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2805
|
+
useExisting: forwardRef(() => ClrQuickList),
|
|
2806
|
+
multi: true,
|
|
2807
|
+
},
|
|
2808
|
+
], viewQueries: [{ propertyName: "options", predicate: ClrAddOption, descendants: true }], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <ng-container *ngFor=\"let value of values; index as i\">\n <clr-add-option\n [allValues]=\"allValues\"\n [excludedValues]=\"values\"\n (remove)=\"onRemoveValue(i)\"\n [value]=\"value\"\n (valueChanged)=\"onValueChanged($event, i)\"\n [blankOption]=\"blankOption\"\n [mandatory]=\"mandatory\"\n [readonly]=\"readonly\"\n [disabled]=\"disabled\"\n >\n </clr-add-option>\n </ng-container>\n <button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-link btn-sm quick-list-add\"\n (click)=\"addBlankOption()\"\n [disabled]=\"addNotPossible() || disabled\"\n >\n {{addLabel}}\n </button>\n</div>\n", components: [{ type: ClrAddOption, selector: "clr-add-option", inputs: ["blankOption", "value", "mandatory", "allValues", "excludedValues", "readonly", "disabled"], outputs: ["valueChanged", "remove"] }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2809
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrQuickList, decorators: [{
|
|
2810
|
+
type: Component,
|
|
2811
|
+
args: [{ selector: 'clr-quick-list', host: { '[class.quick-list]': 'true' }, providers: [
|
|
2812
|
+
{
|
|
2813
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2814
|
+
useExisting: forwardRef(() => ClrQuickList),
|
|
2815
|
+
multi: true,
|
|
2816
|
+
},
|
|
2817
|
+
], template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <ng-container *ngFor=\"let value of values; index as i\">\n <clr-add-option\n [allValues]=\"allValues\"\n [excludedValues]=\"values\"\n (remove)=\"onRemoveValue(i)\"\n [value]=\"value\"\n (valueChanged)=\"onValueChanged($event, i)\"\n [blankOption]=\"blankOption\"\n [mandatory]=\"mandatory\"\n [readonly]=\"readonly\"\n [disabled]=\"disabled\"\n >\n </clr-add-option>\n </ng-container>\n <button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-link btn-sm quick-list-add\"\n (click)=\"addBlankOption()\"\n [disabled]=\"addNotPossible() || disabled\"\n >\n {{addLabel}}\n </button>\n</div>\n" }]
|
|
2818
|
+
}], propDecorators: { blankOption: [{
|
|
2819
|
+
type: Input,
|
|
2820
|
+
args: ['clrBlankOption']
|
|
2821
|
+
}], allValues: [{
|
|
2822
|
+
type: Input,
|
|
2823
|
+
args: ['clrAllValues']
|
|
2824
|
+
}], mandatory: [{
|
|
2825
|
+
type: Input,
|
|
2826
|
+
args: ['clrMandatory']
|
|
2827
|
+
}], values: [{
|
|
2828
|
+
type: Input,
|
|
2829
|
+
args: ['clrValues']
|
|
2830
|
+
}], addLabel: [{
|
|
2831
|
+
type: Input,
|
|
2832
|
+
args: ['clrAddLabel']
|
|
2833
|
+
}], controlClasses: [{
|
|
2834
|
+
type: Input,
|
|
2835
|
+
args: ['clrControlClasses']
|
|
2836
|
+
}], readonly: [{
|
|
2837
|
+
type: Input
|
|
2838
|
+
}], valuesChanged: [{
|
|
2839
|
+
type: Output,
|
|
2840
|
+
args: ['clrValuesChanged']
|
|
2841
|
+
}], emptyOptionAdded: [{
|
|
2842
|
+
type: Output,
|
|
2843
|
+
args: ['clrEmptyOptionAdded']
|
|
2844
|
+
}], options: [{
|
|
2845
|
+
type: ViewChildren,
|
|
2846
|
+
args: [ClrAddOption]
|
|
2847
|
+
}] } });
|
|
2477
2848
|
|
|
2478
2849
|
/*
|
|
2479
|
-
* Copyright (c) 2018-
|
|
2850
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
2480
2851
|
* This software is released under MIT license.
|
|
2481
2852
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2482
2853
|
*/
|
|
2483
2854
|
class ClrQuickListModule {
|
|
2484
2855
|
}
|
|
2485
|
-
ClrQuickListModule
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
]
|
|
2856
|
+
ClrQuickListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrQuickListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2857
|
+
ClrQuickListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrQuickListModule, declarations: [ClrQuickList, ClrAddOption], imports: [CommonModule, FormsModule, ClarityModule, ClrFormsModule], exports: [ClrQuickList] });
|
|
2858
|
+
ClrQuickListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrQuickListModule, imports: [[CommonModule, FormsModule, ClarityModule, ClrFormsModule]] });
|
|
2859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrQuickListModule, decorators: [{
|
|
2860
|
+
type: NgModule,
|
|
2861
|
+
args: [{
|
|
2862
|
+
imports: [CommonModule, FormsModule, ClarityModule, ClrFormsModule],
|
|
2863
|
+
declarations: [ClrQuickList, ClrAddOption],
|
|
2864
|
+
exports: [ClrQuickList],
|
|
2865
|
+
}]
|
|
2866
|
+
}] });
|
|
2492
2867
|
|
|
2493
2868
|
/*
|
|
2494
|
-
* Copyright (c) 2018-
|
|
2869
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
2495
2870
|
* This software is released under MIT license.
|
|
2496
2871
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2497
2872
|
*/
|
|
@@ -2574,17 +2949,15 @@ class ClrSearchField {
|
|
|
2574
2949
|
}
|
|
2575
2950
|
}
|
|
2576
2951
|
}
|
|
2577
|
-
ClrSearchField
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
]
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
{ type: NgControl }
|
|
2587
|
-
];
|
|
2952
|
+
ClrSearchField.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrSearchField, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i3$1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2953
|
+
ClrSearchField.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrSearchField, selector: "[clrSearch]", host: { properties: { "class.search-input": "true" } }, ngImport: i0 });
|
|
2954
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrSearchField, decorators: [{
|
|
2955
|
+
type: Directive,
|
|
2956
|
+
args: [{
|
|
2957
|
+
selector: '[clrSearch]',
|
|
2958
|
+
host: { '[class.search-input]': 'true' },
|
|
2959
|
+
}]
|
|
2960
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i3$1.NgControl }]; } });
|
|
2588
2961
|
|
|
2589
2962
|
/*
|
|
2590
2963
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2593,16 +2966,20 @@ ClrSearchField.ctorParameters = () => [
|
|
|
2593
2966
|
*/
|
|
2594
2967
|
class ClrSearchFieldModule {
|
|
2595
2968
|
}
|
|
2596
|
-
ClrSearchFieldModule
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
]
|
|
2969
|
+
ClrSearchFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrSearchFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2970
|
+
ClrSearchFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrSearchFieldModule, declarations: [ClrSearchField], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrSearchField] });
|
|
2971
|
+
ClrSearchFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrSearchFieldModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
|
|
2972
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrSearchFieldModule, decorators: [{
|
|
2973
|
+
type: NgModule,
|
|
2974
|
+
args: [{
|
|
2975
|
+
imports: [CommonModule, ClarityModule, FormsModule],
|
|
2976
|
+
declarations: [ClrSearchField],
|
|
2977
|
+
exports: [ClrSearchField],
|
|
2978
|
+
}]
|
|
2979
|
+
}] });
|
|
2603
2980
|
|
|
2604
2981
|
/*
|
|
2605
|
-
* Copyright (c) 2018-
|
|
2982
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
2606
2983
|
* This software is released under MIT license.
|
|
2607
2984
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2608
2985
|
*/
|
|
@@ -2640,11 +3017,28 @@ class ClrTreetableActionOverflow {
|
|
|
2640
3017
|
this.destroyed$.complete();
|
|
2641
3018
|
}
|
|
2642
3019
|
}
|
|
2643
|
-
ClrTreetableActionOverflow
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
3020
|
+
ClrTreetableActionOverflow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableActionOverflow, deps: [{ token: i1.ClrPopoverToggleService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3021
|
+
ClrTreetableActionOverflow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrTreetableActionOverflow, selector: "clr-tt-action-overflow", inputs: { empty: "empty" }, host: { attributes: { "role": "cell" }, properties: { "class.treetable-row-actions": "true", "class.treetable-cell": "true" } }, providers: [ClrPopoverToggleService, ClrPopoverEventsService, ClrPopoverPositionService], ngImport: i0, template: `
|
|
3022
|
+
<ng-container *ngIf="!empty">
|
|
3023
|
+
<button class="treetable-action-trigger" clrPopoverAnchor clrPopoverOpenCloseButton>
|
|
3024
|
+
<clr-icon shape="ellipsis-vertical"></clr-icon>
|
|
3025
|
+
</button>
|
|
3026
|
+
<div
|
|
3027
|
+
class="datagrid-action-overflow"
|
|
3028
|
+
clrFocusTrap
|
|
3029
|
+
(click)="closeOverflowContent($event)"
|
|
3030
|
+
*clrPopoverContent="false; at: smartPosition; outsideClickToClose: true; scrollToClose: true"
|
|
3031
|
+
>
|
|
3032
|
+
<ng-content></ng-content>
|
|
3033
|
+
</div>
|
|
3034
|
+
</ng-container>
|
|
3035
|
+
`, isInline: true, directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.ClrPopoverAnchor, selector: "[clrPopoverAnchor]" }, { type: i1.ÇlrClrPopoverOpenCloseButton, selector: "[clrPopoverOpenCloseButton]", outputs: ["clrPopoverOpenCloseChange"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }, { type: i1.ClrPopoverContent, selector: "[clrPopoverContent]", inputs: ["clrPopoverContent", "clrPopoverContentAt", "clrPopoverContentOutsideClickToClose", "clrPopoverContentScrollToClose"] }, { type: i1.ÇlrFocusTrapDirective, selector: "[clrFocusTrap]", inputs: ["clrFocusTrap"] }] });
|
|
3036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableActionOverflow, decorators: [{
|
|
3037
|
+
type: Component,
|
|
3038
|
+
args: [{
|
|
3039
|
+
selector: 'clr-tt-action-overflow',
|
|
3040
|
+
providers: [ClrPopoverToggleService, ClrPopoverEventsService, ClrPopoverPositionService],
|
|
3041
|
+
template: `
|
|
2648
3042
|
<ng-container *ngIf="!empty">
|
|
2649
3043
|
<button class="treetable-action-trigger" clrPopoverAnchor clrPopoverOpenCloseButton>
|
|
2650
3044
|
<clr-icon shape="ellipsis-vertical"></clr-icon>
|
|
@@ -2659,20 +3053,15 @@ ClrTreetableActionOverflow.decorators = [
|
|
|
2659
3053
|
</div>
|
|
2660
3054
|
</ng-container>
|
|
2661
3055
|
`,
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
];
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
{ type: NgZone }
|
|
2672
|
-
];
|
|
2673
|
-
ClrTreetableActionOverflow.propDecorators = {
|
|
2674
|
-
empty: [{ type: Input }]
|
|
2675
|
-
};
|
|
3056
|
+
host: {
|
|
3057
|
+
'[class.treetable-row-actions]': 'true',
|
|
3058
|
+
'[class.treetable-cell]': 'true',
|
|
3059
|
+
role: 'cell',
|
|
3060
|
+
},
|
|
3061
|
+
}]
|
|
3062
|
+
}], ctorParameters: function () { return [{ type: i1.ClrPopoverToggleService }, { type: i0.NgZone }]; }, propDecorators: { empty: [{
|
|
3063
|
+
type: Input
|
|
3064
|
+
}] } });
|
|
2676
3065
|
|
|
2677
3066
|
/*
|
|
2678
3067
|
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
@@ -2719,37 +3108,52 @@ class ClrTreetableRow {
|
|
|
2719
3108
|
return this.expandable;
|
|
2720
3109
|
}
|
|
2721
3110
|
}
|
|
2722
|
-
ClrTreetableRow
|
|
2723
|
-
{ type:
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
3111
|
+
ClrTreetableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableRow, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
3112
|
+
ClrTreetableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrTreetableRow, selector: "clr-tt-row", inputs: { expanded: ["clrExpanded", "expanded"], clickable: ["clrClickable", "clickable"], clrExpandable: "clrExpandable" }, outputs: { hasActionOverflow: "hasActionOverflow" }, host: { properties: { "class.treetable-row-wrapper": "true" } }, queries: [{ propertyName: "actionOverflow", first: true, predicate: ClrTreetableActionOverflow, descendants: true }], ngImport: i0, template: "<!--\n ~ Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.\n ~ This software is released under MIT license.\n ~ The full license information can be found in LICENSE in the root directory of this project.\n -->\n\n<div\n [ngClass]=\"{'clr-row-clickable': clickable && expandable}\"\n class=\"clr-tt-node-content treetable-row\"\n (click)=\"onRowClick($event)\"\n>\n <ng-content select=\"clr-tt-action-overflow\"></ng-content>\n <clr-tt-action-overflow *ngIf=\"showActionOverflow && showEmptyActionOverflow\" [empty]=\"true\"></clr-tt-action-overflow>\n <div class=\"treetable-scrolling-cells\">\n <div class=\"treetable-expandable-caret\" *ngIf=\"isExpandable()\">\n <button type=\"button\" class=\"treetable-expandable-caret-button\" (click)=\"onCaretClick()\">\n <clr-icon\n shape=\"caret\"\n [attr.dir]=\"expanded ? 'down' : 'right'\"\n class=\"treetable-expandable-caret-icon\"\n ></clr-icon>\n </button>\n </div>\n\n <ng-content select=\"clr-tt-cell\"></ng-content>\n </div>\n</div>\n<div [@collapseExpandAnimation]=\"expanded\">\n <ng-content select=\"clr-tt-row\"></ng-content>\n</div>\n", components: [{ type: ClrTreetableActionOverflow, selector: "clr-tt-action-overflow", inputs: ["empty"] }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }], animations: [
|
|
3113
|
+
trigger('collapseExpandAnimation', [
|
|
3114
|
+
state('false', style({ display: 'none' })),
|
|
3115
|
+
state('true', style({ display: 'block' })),
|
|
3116
|
+
transition('false => true', [
|
|
3117
|
+
style({ opacity: 0, height: 0, overflow: 'hidden', display: 'block' }),
|
|
3118
|
+
animate('300ms', style({ opacity: 1, height: '*' })),
|
|
3119
|
+
]),
|
|
3120
|
+
transition('true => false', [
|
|
3121
|
+
style({ opacity: 1, height: '*', overflow: 'hidden' }),
|
|
3122
|
+
animate('300ms', style({ opacity: 0, height: 0 })),
|
|
3123
|
+
]),
|
|
3124
|
+
]),
|
|
3125
|
+
] });
|
|
3126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableRow, decorators: [{
|
|
3127
|
+
type: Component,
|
|
3128
|
+
args: [{ selector: 'clr-tt-row', host: { '[class.treetable-row-wrapper]': 'true' }, animations: [
|
|
3129
|
+
trigger('collapseExpandAnimation', [
|
|
3130
|
+
state('false', style({ display: 'none' })),
|
|
3131
|
+
state('true', style({ display: 'block' })),
|
|
3132
|
+
transition('false => true', [
|
|
3133
|
+
style({ opacity: 0, height: 0, overflow: 'hidden', display: 'block' }),
|
|
3134
|
+
animate('300ms', style({ opacity: 1, height: '*' })),
|
|
3135
|
+
]),
|
|
3136
|
+
transition('true => false', [
|
|
3137
|
+
style({ opacity: 1, height: '*', overflow: 'hidden' }),
|
|
3138
|
+
animate('300ms', style({ opacity: 0, height: 0 })),
|
|
3139
|
+
]),
|
|
2734
3140
|
]),
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
]
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
]
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
actionOverflow: [{ type: ContentChild, args: [ClrTreetableActionOverflow,] }]
|
|
2752
|
-
};
|
|
3141
|
+
], template: "<!--\n ~ Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.\n ~ This software is released under MIT license.\n ~ The full license information can be found in LICENSE in the root directory of this project.\n -->\n\n<div\n [ngClass]=\"{'clr-row-clickable': clickable && expandable}\"\n class=\"clr-tt-node-content treetable-row\"\n (click)=\"onRowClick($event)\"\n>\n <ng-content select=\"clr-tt-action-overflow\"></ng-content>\n <clr-tt-action-overflow *ngIf=\"showActionOverflow && showEmptyActionOverflow\" [empty]=\"true\"></clr-tt-action-overflow>\n <div class=\"treetable-scrolling-cells\">\n <div class=\"treetable-expandable-caret\" *ngIf=\"isExpandable()\">\n <button type=\"button\" class=\"treetable-expandable-caret-button\" (click)=\"onCaretClick()\">\n <clr-icon\n shape=\"caret\"\n [attr.dir]=\"expanded ? 'down' : 'right'\"\n class=\"treetable-expandable-caret-icon\"\n ></clr-icon>\n </button>\n </div>\n\n <ng-content select=\"clr-tt-cell\"></ng-content>\n </div>\n</div>\n<div [@collapseExpandAnimation]=\"expanded\">\n <ng-content select=\"clr-tt-row\"></ng-content>\n</div>\n" }]
|
|
3142
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { expanded: [{
|
|
3143
|
+
type: Input,
|
|
3144
|
+
args: ['clrExpanded']
|
|
3145
|
+
}], clickable: [{
|
|
3146
|
+
type: Input,
|
|
3147
|
+
args: ['clrClickable']
|
|
3148
|
+
}], clrExpandable: [{
|
|
3149
|
+
type: Input,
|
|
3150
|
+
args: ['clrExpandable']
|
|
3151
|
+
}], hasActionOverflow: [{
|
|
3152
|
+
type: Output
|
|
3153
|
+
}], actionOverflow: [{
|
|
3154
|
+
type: ContentChild,
|
|
3155
|
+
args: [ClrTreetableActionOverflow]
|
|
3156
|
+
}] } });
|
|
2753
3157
|
|
|
2754
3158
|
/*
|
|
2755
3159
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2758,19 +3162,22 @@ ClrTreetableRow.propDecorators = {
|
|
|
2758
3162
|
*/
|
|
2759
3163
|
class ClrTreetableColumn {
|
|
2760
3164
|
}
|
|
2761
|
-
ClrTreetableColumn
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
'
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
3165
|
+
ClrTreetableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableColumn, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3166
|
+
ClrTreetableColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrTreetableColumn, selector: "clr-tt-column", host: { attributes: { "role": "columnheader" }, properties: { "class.treetable-column": "true" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
3167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableColumn, decorators: [{
|
|
3168
|
+
type: Component,
|
|
3169
|
+
args: [{
|
|
3170
|
+
selector: 'clr-tt-column',
|
|
3171
|
+
template: '<ng-content></ng-content>',
|
|
3172
|
+
host: {
|
|
3173
|
+
'[class.treetable-column]': 'true',
|
|
3174
|
+
role: 'columnheader',
|
|
3175
|
+
},
|
|
3176
|
+
}]
|
|
3177
|
+
}] });
|
|
2771
3178
|
|
|
2772
3179
|
/*
|
|
2773
|
-
* Copyright (c) 2018-
|
|
3180
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
2774
3181
|
* This software is released under MIT license.
|
|
2775
3182
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2776
3183
|
*/
|
|
@@ -2817,19 +3224,23 @@ class ClrTreetable {
|
|
|
2817
3224
|
this.destroyed$.complete();
|
|
2818
3225
|
}
|
|
2819
3226
|
}
|
|
2820
|
-
ClrTreetable
|
|
2821
|
-
{ type:
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
}
|
|
3227
|
+
ClrTreetable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetable, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3228
|
+
ClrTreetable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrTreetable, selector: "clr-treetable", inputs: { clrClickableRows: "clrClickableRows", hideHeader: ["clrHideHeader", "hideHeader"] }, host: { properties: { "class.empty": "empty", "class.treetable-host": "true" } }, queries: [{ propertyName: "ttColumns", predicate: ClrTreetableColumn, descendants: true }, { propertyName: "ttRows", predicate: ClrTreetableRow, descendants: true }], ngImport: i0, template: "<!--\n ~ Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.\n ~ This software is released under MIT license.\n ~ The full license information can be found in LICENSE in the root directory of this project.\n -->\n\n<div class=\"treetable\">\n <div class=\"treetable-grid\" role=\"grid\">\n <div class=\"treetable-header\" role=\"rowgroup\" [class.hide-header]=\"hideHeader\">\n <div *ngIf=\"hasActionOverflow\" class=\"treetable-row-actions treetable-column\"> </div>\n <div class=\"treetable-row-scrollable\" role=\"row\">\n <ng-content select=\"clr-tt-column\"></ng-content>\n </div>\n </div>\n <div class=\"treetable-body\">\n <ng-content select=\"clr-tt-row\"></ng-content>\n <ng-content select=\"clr-tt-placeholder\"></ng-content>\n </div>\n </div>\n</div>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetable, decorators: [{
|
|
3230
|
+
type: Component,
|
|
3231
|
+
args: [{ selector: 'clr-treetable', host: { '[class.empty]': 'empty', '[class.treetable-host]': 'true' }, template: "<!--\n ~ Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.\n ~ This software is released under MIT license.\n ~ The full license information can be found in LICENSE in the root directory of this project.\n -->\n\n<div class=\"treetable\">\n <div class=\"treetable-grid\" role=\"grid\">\n <div class=\"treetable-header\" role=\"rowgroup\" [class.hide-header]=\"hideHeader\">\n <div *ngIf=\"hasActionOverflow\" class=\"treetable-row-actions treetable-column\"> </div>\n <div class=\"treetable-row-scrollable\" role=\"row\">\n <ng-content select=\"clr-tt-column\"></ng-content>\n </div>\n </div>\n <div class=\"treetable-body\">\n <ng-content select=\"clr-tt-row\"></ng-content>\n <ng-content select=\"clr-tt-placeholder\"></ng-content>\n </div>\n </div>\n</div>\n" }]
|
|
3232
|
+
}], propDecorators: { clrClickableRows: [{
|
|
3233
|
+
type: Input
|
|
3234
|
+
}], hideHeader: [{
|
|
3235
|
+
type: Input,
|
|
3236
|
+
args: ['clrHideHeader']
|
|
3237
|
+
}], ttColumns: [{
|
|
3238
|
+
type: ContentChildren,
|
|
3239
|
+
args: [ClrTreetableColumn, { descendants: true }]
|
|
3240
|
+
}], ttRows: [{
|
|
3241
|
+
type: ContentChildren,
|
|
3242
|
+
args: [ClrTreetableRow, { descendants: true }]
|
|
3243
|
+
}] } });
|
|
2833
3244
|
|
|
2834
3245
|
/*
|
|
2835
3246
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2838,16 +3249,19 @@ ClrTreetable.propDecorators = {
|
|
|
2838
3249
|
*/
|
|
2839
3250
|
class ClrTreetableCell {
|
|
2840
3251
|
}
|
|
2841
|
-
ClrTreetableCell
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
'
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
3252
|
+
ClrTreetableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableCell, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3253
|
+
ClrTreetableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrTreetableCell, selector: "clr-tt-cell", host: { attributes: { "role": "cell" }, properties: { "class.treetable-cell": "true" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
|
|
3254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableCell, decorators: [{
|
|
3255
|
+
type: Component,
|
|
3256
|
+
args: [{
|
|
3257
|
+
selector: 'clr-tt-cell',
|
|
3258
|
+
template: '<ng-content></ng-content>',
|
|
3259
|
+
host: {
|
|
3260
|
+
'[class.treetable-cell]': 'true',
|
|
3261
|
+
role: 'cell',
|
|
3262
|
+
},
|
|
3263
|
+
}]
|
|
3264
|
+
}] });
|
|
2851
3265
|
|
|
2852
3266
|
/*
|
|
2853
3267
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2856,18 +3270,26 @@ ClrTreetableCell.decorators = [
|
|
|
2856
3270
|
*/
|
|
2857
3271
|
class ClrTreetablePlaceholder {
|
|
2858
3272
|
}
|
|
2859
|
-
ClrTreetablePlaceholder
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
3273
|
+
ClrTreetablePlaceholder.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetablePlaceholder, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3274
|
+
ClrTreetablePlaceholder.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrTreetablePlaceholder, selector: "clr-tt-placeholder", host: { properties: { "class.treetable-placeholder-container": "true" } }, ngImport: i0, template: `
|
|
3275
|
+
<div class="treetable-placeholder treetable-empty">
|
|
3276
|
+
<div class="treetable-placeholder-image"></div>
|
|
3277
|
+
<ng-content></ng-content>
|
|
3278
|
+
</div>
|
|
3279
|
+
`, isInline: true });
|
|
3280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetablePlaceholder, decorators: [{
|
|
3281
|
+
type: Component,
|
|
3282
|
+
args: [{
|
|
3283
|
+
selector: 'clr-tt-placeholder',
|
|
3284
|
+
template: `
|
|
2863
3285
|
<div class="treetable-placeholder treetable-empty">
|
|
2864
3286
|
<div class="treetable-placeholder-image"></div>
|
|
2865
3287
|
<ng-content></ng-content>
|
|
2866
3288
|
</div>
|
|
2867
3289
|
`,
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
];
|
|
3290
|
+
host: { '[class.treetable-placeholder-container]': 'true' },
|
|
3291
|
+
}]
|
|
3292
|
+
}] });
|
|
2871
3293
|
|
|
2872
3294
|
/*
|
|
2873
3295
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2901,13 +3323,12 @@ class TreetableHeaderRenderer {
|
|
|
2901
3323
|
this.renderer.addClass(this.el.nativeElement, 'clr-col');
|
|
2902
3324
|
}
|
|
2903
3325
|
}
|
|
2904
|
-
TreetableHeaderRenderer
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
];
|
|
3326
|
+
TreetableHeaderRenderer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TreetableHeaderRenderer, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3327
|
+
TreetableHeaderRenderer.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: TreetableHeaderRenderer, selector: "clr-tt-column", ngImport: i0 });
|
|
3328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TreetableHeaderRenderer, decorators: [{
|
|
3329
|
+
type: Directive,
|
|
3330
|
+
args: [{ selector: 'clr-tt-column' }]
|
|
3331
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
2911
3332
|
|
|
2912
3333
|
/*
|
|
2913
3334
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2928,13 +3349,12 @@ class TreetableCellRenderer {
|
|
|
2928
3349
|
this.renderer.setStyle(this.el.nativeElement, 'max-width', maxWidth + 'px');
|
|
2929
3350
|
}
|
|
2930
3351
|
}
|
|
2931
|
-
TreetableCellRenderer
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
];
|
|
3352
|
+
TreetableCellRenderer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TreetableCellRenderer, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3353
|
+
TreetableCellRenderer.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: TreetableCellRenderer, selector: "clr-tt-cell", ngImport: i0 });
|
|
3354
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TreetableCellRenderer, decorators: [{
|
|
3355
|
+
type: Directive,
|
|
3356
|
+
args: [{ selector: 'clr-tt-cell' }]
|
|
3357
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
2938
3358
|
|
|
2939
3359
|
/*
|
|
2940
3360
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2943,12 +3363,15 @@ TreetableCellRenderer.ctorParameters = () => [
|
|
|
2943
3363
|
*/
|
|
2944
3364
|
class TreetableRowRenderer {
|
|
2945
3365
|
}
|
|
2946
|
-
TreetableRowRenderer
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
}
|
|
3366
|
+
TreetableRowRenderer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TreetableRowRenderer, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3367
|
+
TreetableRowRenderer.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: TreetableRowRenderer, selector: "clr-tt-row", queries: [{ propertyName: "cells", predicate: TreetableCellRenderer }], ngImport: i0 });
|
|
3368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TreetableRowRenderer, decorators: [{
|
|
3369
|
+
type: Directive,
|
|
3370
|
+
args: [{ selector: 'clr-tt-row' }]
|
|
3371
|
+
}], propDecorators: { cells: [{
|
|
3372
|
+
type: ContentChildren,
|
|
3373
|
+
args: [TreetableCellRenderer]
|
|
3374
|
+
}] } });
|
|
2952
3375
|
|
|
2953
3376
|
/*
|
|
2954
3377
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -3027,20 +3450,29 @@ class TreetableMainRenderer {
|
|
|
3027
3450
|
});
|
|
3028
3451
|
}
|
|
3029
3452
|
}
|
|
3030
|
-
TreetableMainRenderer
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
}
|
|
3453
|
+
TreetableMainRenderer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TreetableMainRenderer, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3454
|
+
TreetableMainRenderer.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: TreetableMainRenderer, selector: "clr-treetable", host: { listeners: { "window:resize": "onResize()" } }, queries: [{ propertyName: "headers", predicate: TreetableHeaderRenderer }, { propertyName: "rows", predicate: TreetableRowRenderer, descendants: true }, { propertyName: "columns", predicate: ClrTreetableColumn }], ngImport: i0 });
|
|
3455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TreetableMainRenderer, decorators: [{
|
|
3456
|
+
type: Directive,
|
|
3457
|
+
args: [{
|
|
3458
|
+
selector: 'clr-treetable',
|
|
3459
|
+
}]
|
|
3460
|
+
}], propDecorators: { headers: [{
|
|
3461
|
+
type: ContentChildren,
|
|
3462
|
+
args: [TreetableHeaderRenderer]
|
|
3463
|
+
}], rows: [{
|
|
3464
|
+
type: ContentChildren,
|
|
3465
|
+
args: [TreetableRowRenderer, { descendants: true }]
|
|
3466
|
+
}], columns: [{
|
|
3467
|
+
type: ContentChildren,
|
|
3468
|
+
args: [ClrTreetableColumn]
|
|
3469
|
+
}], onResize: [{
|
|
3470
|
+
type: HostListener,
|
|
3471
|
+
args: ['window:resize']
|
|
3472
|
+
}] } });
|
|
3041
3473
|
|
|
3042
3474
|
/*
|
|
3043
|
-
* Copyright (c) 2018-
|
|
3475
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3044
3476
|
* This software is released under MIT license.
|
|
3045
3477
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3046
3478
|
*/
|
|
@@ -3058,16 +3490,38 @@ const CLR_TREETABLE_DIRECTIVES = [
|
|
|
3058
3490
|
];
|
|
3059
3491
|
class ClrTreetableModule {
|
|
3060
3492
|
}
|
|
3061
|
-
ClrTreetableModule
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3493
|
+
ClrTreetableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3494
|
+
ClrTreetableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableModule, declarations: [ClrTreetable,
|
|
3495
|
+
ClrTreetableRow,
|
|
3496
|
+
ClrTreetableCell,
|
|
3497
|
+
ClrTreetableColumn,
|
|
3498
|
+
ClrTreetablePlaceholder,
|
|
3499
|
+
ClrTreetableActionOverflow,
|
|
3500
|
+
TreetableMainRenderer,
|
|
3501
|
+
TreetableHeaderRenderer,
|
|
3502
|
+
TreetableRowRenderer,
|
|
3503
|
+
TreetableCellRenderer], imports: [CommonModule, ClarityModule], exports: [ClrTreetable,
|
|
3504
|
+
ClrTreetableRow,
|
|
3505
|
+
ClrTreetableCell,
|
|
3506
|
+
ClrTreetableColumn,
|
|
3507
|
+
ClrTreetablePlaceholder,
|
|
3508
|
+
ClrTreetableActionOverflow,
|
|
3509
|
+
TreetableMainRenderer,
|
|
3510
|
+
TreetableHeaderRenderer,
|
|
3511
|
+
TreetableRowRenderer,
|
|
3512
|
+
TreetableCellRenderer] });
|
|
3513
|
+
ClrTreetableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableModule, imports: [[CommonModule, ClarityModule]] });
|
|
3514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableModule, decorators: [{
|
|
3515
|
+
type: NgModule,
|
|
3516
|
+
args: [{
|
|
3517
|
+
imports: [CommonModule, ClarityModule],
|
|
3518
|
+
declarations: [CLR_TREETABLE_DIRECTIVES],
|
|
3519
|
+
exports: [CLR_TREETABLE_DIRECTIVES],
|
|
3520
|
+
}]
|
|
3521
|
+
}] });
|
|
3068
3522
|
|
|
3069
3523
|
/*
|
|
3070
|
-
* Copyright (c) 2018-
|
|
3524
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3071
3525
|
* This software is released under MIT license.
|
|
3072
3526
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3073
3527
|
*/
|
|
@@ -3077,11 +3531,23 @@ class ClrViewEditSection {
|
|
|
3077
3531
|
this._preventSave = false;
|
|
3078
3532
|
this._cancelText = 'Cancel';
|
|
3079
3533
|
this._editable = true;
|
|
3080
|
-
this._editMode = false;
|
|
3081
3534
|
this._editIcon = 'pencil';
|
|
3535
|
+
this._isCollapsible = false;
|
|
3536
|
+
this._isCollapsed = false;
|
|
3537
|
+
this._isCollapsedChange = new EventEmitter();
|
|
3082
3538
|
this._editModeChanged = new EventEmitter(false);
|
|
3083
3539
|
this._submitted = new EventEmitter(false);
|
|
3084
3540
|
this._cancelled = new EventEmitter(false);
|
|
3541
|
+
this._editMode = false;
|
|
3542
|
+
}
|
|
3543
|
+
set editMode(value) {
|
|
3544
|
+
this._editMode = value;
|
|
3545
|
+
if (value) {
|
|
3546
|
+
this.toggleCollapsed(false);
|
|
3547
|
+
}
|
|
3548
|
+
}
|
|
3549
|
+
get editMode() {
|
|
3550
|
+
return this._editMode;
|
|
3085
3551
|
}
|
|
3086
3552
|
onSubmit() {
|
|
3087
3553
|
this._submitted.emit();
|
|
@@ -3095,32 +3561,110 @@ class ClrViewEditSection {
|
|
|
3095
3561
|
}
|
|
3096
3562
|
onEdit() {
|
|
3097
3563
|
this.setEditMode(true);
|
|
3564
|
+
this.toggleCollapsed(false);
|
|
3098
3565
|
}
|
|
3099
3566
|
setEditMode(mode) {
|
|
3100
|
-
this.
|
|
3101
|
-
this._editModeChanged.emit(this.
|
|
3567
|
+
this.editMode = mode;
|
|
3568
|
+
this._editModeChanged.emit(this.editMode);
|
|
3569
|
+
}
|
|
3570
|
+
toggleCollapsed(collapsed) {
|
|
3571
|
+
this._isCollapsed = collapsed;
|
|
3572
|
+
this._isCollapsedChange.emit(this._isCollapsed);
|
|
3573
|
+
}
|
|
3574
|
+
onCollapseExpand() {
|
|
3575
|
+
if (this._isCollapsed) {
|
|
3576
|
+
this.toggleCollapsed(false);
|
|
3577
|
+
}
|
|
3578
|
+
else {
|
|
3579
|
+
this.toggleCollapsed(true);
|
|
3580
|
+
}
|
|
3102
3581
|
}
|
|
3103
3582
|
}
|
|
3104
|
-
ClrViewEditSection
|
|
3105
|
-
{ type:
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3583
|
+
ClrViewEditSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSection, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3584
|
+
ClrViewEditSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrViewEditSection, selector: "clr-view-edit-section", inputs: { _title: ["clrTitle", "_title"], _saveText: ["clrSaveText", "_saveText"], _preventSave: ["clrPreventModeChangeOnSave", "_preventSave"], _cancelText: ["clrCancelText", "_cancelText"], _editable: ["clrEditable", "_editable"], _editIcon: ["clrEditIcon", "_editIcon"], _isCollapsible: ["clrIsCollapsible", "_isCollapsible"], _isCollapsed: ["clrIsCollapsed", "_isCollapsed"], viewRef: ["clrViewRef", "viewRef"], editRef: ["clrEditRef", "editRef"], editMode: ["clrEditMode", "editMode"] }, outputs: { _isCollapsedChange: "clrIsCollapsedChange", _editModeChanged: "clrEditModeChange", _submitted: "clrSectionSubmitted", _cancelled: "clrSectionEditCancelled" }, ngImport: i0, template: "<div class=\"card view-edit-section\" (keyup.escape)=\"onCancel()\">\n <div class=\"card-block\">\n <div class=\"card-title\">\n {{_title}}\n <button\n type=\"button\"\n (click)=\"onCollapseExpand()\"\n class=\"btn btn-icon btn-link ces-caret-btn\"\n *ngIf=\"_isCollapsible && !editMode\"\n >\n <clr-icon shape=\"caret up\" size=\"20\" class=\"ces-caret-icon\" [@rotateIcon]=\"_isCollapsed\"></clr-icon>\n </button>\n <div class=\"ves-actions\">\n <button\n type=\"button\"\n (click)=\"onEdit()\"\n class=\"btn btn-icon btn-link ves-action\"\n *ngIf=\"_editable && !editMode && actionBlock.children.length == 0\"\n >\n <clr-icon class=\"ves-edit-icon\" [attr.shape]=\"_editIcon\" size=\"20\"></clr-icon>\n </button>\n <div #actionBlock>\n <ng-content select=\"[action-block]\"></ng-content>\n </div>\n </div>\n </div>\n <div class=\"card-text\" [@collapseExpandAnimation] *ngIf=\"!(_isCollapsed && _isCollapsible)\">\n <ng-template [ngTemplateOutlet]=\"viewRef\" *ngIf=\"!editMode\"></ng-template>\n <ng-template [ngTemplateOutlet]=\"editRef\" *ngIf=\"editMode\"></ng-template>\n <ng-container *ngIf=\"editMode\">\n <form clrForm (ngSubmit)=\"onSubmit()\" class=\"button-bar\">\n <button class=\"btn btn-primary ves-save\" type=\"submit\">{{_saveText}}</button>\n <button class=\"btn ves-cancel\" (click)=\"onCancel()\" type=\"button\">{{_cancelText}}</button>\n </form>\n </ng-container>\n </div>\n </div>\n</div>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i3$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i3$1.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i1.ClrForm, selector: "[clrForm]", inputs: ["clrLabelSize"] }], animations: [
|
|
3585
|
+
trigger('collapseExpandAnimation', [
|
|
3586
|
+
transition(':enter', [
|
|
3587
|
+
style({ opacity: 0, height: 0, overflow: 'hidden' }),
|
|
3588
|
+
animate('300ms', style({ opacity: 1, height: '*' })),
|
|
3589
|
+
]),
|
|
3590
|
+
transition(':leave', [
|
|
3591
|
+
style({ opacity: 1, height: '*', overflow: 'hidden' }),
|
|
3592
|
+
animate('300ms', style({ opacity: 0, height: 0 })),
|
|
3593
|
+
]),
|
|
3594
|
+
]),
|
|
3595
|
+
trigger('rotateIcon', [
|
|
3596
|
+
state('true', style({ transform: 'rotate(0)' })),
|
|
3597
|
+
state('false', style({ transform: 'rotate(180deg)' })),
|
|
3598
|
+
transition('true => false', animate('300ms ease-out')),
|
|
3599
|
+
transition('false => true', animate('300ms ease-in')),
|
|
3600
|
+
]),
|
|
3601
|
+
] });
|
|
3602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSection, decorators: [{
|
|
3603
|
+
type: Component,
|
|
3604
|
+
args: [{ selector: 'clr-view-edit-section', animations: [
|
|
3605
|
+
trigger('collapseExpandAnimation', [
|
|
3606
|
+
transition(':enter', [
|
|
3607
|
+
style({ opacity: 0, height: 0, overflow: 'hidden' }),
|
|
3608
|
+
animate('300ms', style({ opacity: 1, height: '*' })),
|
|
3609
|
+
]),
|
|
3610
|
+
transition(':leave', [
|
|
3611
|
+
style({ opacity: 1, height: '*', overflow: 'hidden' }),
|
|
3612
|
+
animate('300ms', style({ opacity: 0, height: 0 })),
|
|
3613
|
+
]),
|
|
3614
|
+
]),
|
|
3615
|
+
trigger('rotateIcon', [
|
|
3616
|
+
state('true', style({ transform: 'rotate(0)' })),
|
|
3617
|
+
state('false', style({ transform: 'rotate(180deg)' })),
|
|
3618
|
+
transition('true => false', animate('300ms ease-out')),
|
|
3619
|
+
transition('false => true', animate('300ms ease-in')),
|
|
3620
|
+
]),
|
|
3621
|
+
], template: "<div class=\"card view-edit-section\" (keyup.escape)=\"onCancel()\">\n <div class=\"card-block\">\n <div class=\"card-title\">\n {{_title}}\n <button\n type=\"button\"\n (click)=\"onCollapseExpand()\"\n class=\"btn btn-icon btn-link ces-caret-btn\"\n *ngIf=\"_isCollapsible && !editMode\"\n >\n <clr-icon shape=\"caret up\" size=\"20\" class=\"ces-caret-icon\" [@rotateIcon]=\"_isCollapsed\"></clr-icon>\n </button>\n <div class=\"ves-actions\">\n <button\n type=\"button\"\n (click)=\"onEdit()\"\n class=\"btn btn-icon btn-link ves-action\"\n *ngIf=\"_editable && !editMode && actionBlock.children.length == 0\"\n >\n <clr-icon class=\"ves-edit-icon\" [attr.shape]=\"_editIcon\" size=\"20\"></clr-icon>\n </button>\n <div #actionBlock>\n <ng-content select=\"[action-block]\"></ng-content>\n </div>\n </div>\n </div>\n <div class=\"card-text\" [@collapseExpandAnimation] *ngIf=\"!(_isCollapsed && _isCollapsible)\">\n <ng-template [ngTemplateOutlet]=\"viewRef\" *ngIf=\"!editMode\"></ng-template>\n <ng-template [ngTemplateOutlet]=\"editRef\" *ngIf=\"editMode\"></ng-template>\n <ng-container *ngIf=\"editMode\">\n <form clrForm (ngSubmit)=\"onSubmit()\" class=\"button-bar\">\n <button class=\"btn btn-primary ves-save\" type=\"submit\">{{_saveText}}</button>\n <button class=\"btn ves-cancel\" (click)=\"onCancel()\" type=\"button\">{{_cancelText}}</button>\n </form>\n </ng-container>\n </div>\n </div>\n</div>\n" }]
|
|
3622
|
+
}], propDecorators: { _title: [{
|
|
3623
|
+
type: Input,
|
|
3624
|
+
args: ['clrTitle']
|
|
3625
|
+
}], _saveText: [{
|
|
3626
|
+
type: Input,
|
|
3627
|
+
args: ['clrSaveText']
|
|
3628
|
+
}], _preventSave: [{
|
|
3629
|
+
type: Input,
|
|
3630
|
+
args: ['clrPreventModeChangeOnSave']
|
|
3631
|
+
}], _cancelText: [{
|
|
3632
|
+
type: Input,
|
|
3633
|
+
args: ['clrCancelText']
|
|
3634
|
+
}], _editable: [{
|
|
3635
|
+
type: Input,
|
|
3636
|
+
args: ['clrEditable']
|
|
3637
|
+
}], _editIcon: [{
|
|
3638
|
+
type: Input,
|
|
3639
|
+
args: ['clrEditIcon']
|
|
3640
|
+
}], _isCollapsible: [{
|
|
3641
|
+
type: Input,
|
|
3642
|
+
args: ['clrIsCollapsible']
|
|
3643
|
+
}], _isCollapsed: [{
|
|
3644
|
+
type: Input,
|
|
3645
|
+
args: ['clrIsCollapsed']
|
|
3646
|
+
}], viewRef: [{
|
|
3647
|
+
type: Input,
|
|
3648
|
+
args: ['clrViewRef']
|
|
3649
|
+
}], editRef: [{
|
|
3650
|
+
type: Input,
|
|
3651
|
+
args: ['clrEditRef']
|
|
3652
|
+
}], _isCollapsedChange: [{
|
|
3653
|
+
type: Output,
|
|
3654
|
+
args: ['clrIsCollapsedChange']
|
|
3655
|
+
}], _editModeChanged: [{
|
|
3656
|
+
type: Output,
|
|
3657
|
+
args: ['clrEditModeChange']
|
|
3658
|
+
}], _submitted: [{
|
|
3659
|
+
type: Output,
|
|
3660
|
+
args: ['clrSectionSubmitted']
|
|
3661
|
+
}], _cancelled: [{
|
|
3662
|
+
type: Output,
|
|
3663
|
+
args: ['clrSectionEditCancelled']
|
|
3664
|
+
}], editMode: [{
|
|
3665
|
+
type: Input,
|
|
3666
|
+
args: ['clrEditMode']
|
|
3667
|
+
}] } });
|
|
3124
3668
|
|
|
3125
3669
|
/*
|
|
3126
3670
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -3129,13 +3673,17 @@ ClrViewEditSection.propDecorators = {
|
|
|
3129
3673
|
*/
|
|
3130
3674
|
class ClrViewEditSectionModule {
|
|
3131
3675
|
}
|
|
3132
|
-
ClrViewEditSectionModule
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
]
|
|
3676
|
+
ClrViewEditSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3677
|
+
ClrViewEditSectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSectionModule, declarations: [ClrViewEditSection], imports: [CommonModule, ClarityModule, FormsModule, ClrFormsModule], exports: [ClrViewEditSection] });
|
|
3678
|
+
ClrViewEditSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSectionModule, imports: [[CommonModule, ClarityModule, FormsModule, ClrFormsModule]] });
|
|
3679
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSectionModule, decorators: [{
|
|
3680
|
+
type: NgModule,
|
|
3681
|
+
args: [{
|
|
3682
|
+
imports: [CommonModule, ClarityModule, FormsModule, ClrFormsModule],
|
|
3683
|
+
declarations: [ClrViewEditSection],
|
|
3684
|
+
exports: [ClrViewEditSection],
|
|
3685
|
+
}]
|
|
3686
|
+
}] });
|
|
3139
3687
|
|
|
3140
3688
|
/*
|
|
3141
3689
|
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
@@ -3334,10 +3882,11 @@ class ClrHistoryService {
|
|
|
3334
3882
|
return domain.join('.');
|
|
3335
3883
|
}
|
|
3336
3884
|
}
|
|
3337
|
-
ClrHistoryService
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3885
|
+
ClrHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3886
|
+
ClrHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryService });
|
|
3887
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryService, decorators: [{
|
|
3888
|
+
type: Injectable
|
|
3889
|
+
}], ctorParameters: function () { return []; } });
|
|
3341
3890
|
|
|
3342
3891
|
/*
|
|
3343
3892
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -3372,25 +3921,36 @@ class ClrHistory {
|
|
|
3372
3921
|
this.historyService.setHistoryPinned(this.username, !this.pinActivated);
|
|
3373
3922
|
}
|
|
3374
3923
|
}
|
|
3375
|
-
ClrHistory
|
|
3376
|
-
{ type:
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
];
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
]
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3924
|
+
ClrHistory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistory, deps: [{ token: ClrHistoryService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3925
|
+
ClrHistory.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrHistory, selector: "clr-history", inputs: { username: ["clrUsername", "username"], context: ["clrContext", "context"], pinActive: ["clrPinActive", "pinActive"], dropdownHeader: ["clrDropdownHeader", "dropdownHeader"], dropdownPin: ["clrDropdownPin", "dropdownPin"], dropdownUnpin: ["clrDropdownUnpin", "dropdownUnpin"], domain: ["clrDomain", "domain"], position: ["clrPosition", "position"] }, ngImport: i0, template: "<clr-dropdown>\n <button type=\"button\" class=\"btn btn-icon btn-link\" clrDropdownTrigger>\n <clr-icon shape=\"history\" size=\"24\"></clr-icon>\n <clr-icon shape=\"caret down\" size=\"12\"></clr-icon>\n </button>\n <clr-dropdown-menu [clrPosition]=\"position\" *clrIfOpen>\n <label class=\"dropdown-header\" aria-hidden=\"true\">{{dropdownHeader}}</label>\n <button type=\"button\" clrDropdownItem *ngFor=\"let history of historyElements\" (click)=\"select(history)\">\n {{history.title}}\n </button>\n <div *ngIf=\"pinActive\" class=\"dropdown-divider\" role=\"separator\" aria-hidden=\"true\"></div>\n <button clrDropdownItem (click)=\"togglePinHistory()\">\n <span *ngIf=\"pinActive && !pinActivated\">{{dropdownPin}}</span>\n <span *ngIf=\"pinActive && pinActivated\">{{dropdownUnpin}}</span>\n </button>\n </clr-dropdown-menu>\n</clr-dropdown>\n", components: [{ type: i1.ClrDropdown, selector: "clr-dropdown", inputs: ["clrCloseMenuOnItemClick"] }, { type: i1.ClrDropdownMenu, selector: "clr-dropdown-menu", inputs: ["clrPosition"] }], directives: [{ type: i1.ClrDropdownTrigger, selector: "[clrDropdownTrigger],[clrDropdownToggle]" }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }, { type: i1.ClrIfOpen, selector: "[clrIfOpen]", inputs: ["clrIfOpen"], outputs: ["clrIfOpenChange"] }, { type: i1.ClrLabel, selector: "label", inputs: ["for"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.ClrDropdownItem, selector: "[clrDropdownItem]", inputs: ["clrDisabled", "disabled", "id"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3926
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistory, decorators: [{
|
|
3927
|
+
type: Component,
|
|
3928
|
+
args: [{ selector: 'clr-history', template: "<clr-dropdown>\n <button type=\"button\" class=\"btn btn-icon btn-link\" clrDropdownTrigger>\n <clr-icon shape=\"history\" size=\"24\"></clr-icon>\n <clr-icon shape=\"caret down\" size=\"12\"></clr-icon>\n </button>\n <clr-dropdown-menu [clrPosition]=\"position\" *clrIfOpen>\n <label class=\"dropdown-header\" aria-hidden=\"true\">{{dropdownHeader}}</label>\n <button type=\"button\" clrDropdownItem *ngFor=\"let history of historyElements\" (click)=\"select(history)\">\n {{history.title}}\n </button>\n <div *ngIf=\"pinActive\" class=\"dropdown-divider\" role=\"separator\" aria-hidden=\"true\"></div>\n <button clrDropdownItem (click)=\"togglePinHistory()\">\n <span *ngIf=\"pinActive && !pinActivated\">{{dropdownPin}}</span>\n <span *ngIf=\"pinActive && pinActivated\">{{dropdownUnpin}}</span>\n </button>\n </clr-dropdown-menu>\n</clr-dropdown>\n" }]
|
|
3929
|
+
}], ctorParameters: function () { return [{ type: ClrHistoryService }]; }, propDecorators: { username: [{
|
|
3930
|
+
type: Input,
|
|
3931
|
+
args: ['clrUsername']
|
|
3932
|
+
}], context: [{
|
|
3933
|
+
type: Input,
|
|
3934
|
+
args: ['clrContext']
|
|
3935
|
+
}], pinActive: [{
|
|
3936
|
+
type: Input,
|
|
3937
|
+
args: ['clrPinActive']
|
|
3938
|
+
}], dropdownHeader: [{
|
|
3939
|
+
type: Input,
|
|
3940
|
+
args: ['clrDropdownHeader']
|
|
3941
|
+
}], dropdownPin: [{
|
|
3942
|
+
type: Input,
|
|
3943
|
+
args: ['clrDropdownPin']
|
|
3944
|
+
}], dropdownUnpin: [{
|
|
3945
|
+
type: Input,
|
|
3946
|
+
args: ['clrDropdownUnpin']
|
|
3947
|
+
}], domain: [{
|
|
3948
|
+
type: Input,
|
|
3949
|
+
args: ['clrDomain']
|
|
3950
|
+
}], position: [{
|
|
3951
|
+
type: Input,
|
|
3952
|
+
args: ['clrPosition']
|
|
3953
|
+
}] } });
|
|
3394
3954
|
|
|
3395
3955
|
/*
|
|
3396
3956
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -3420,20 +3980,21 @@ class ClrHistoryPinned {
|
|
|
3420
3980
|
this.settingsSubscription.unsubscribe();
|
|
3421
3981
|
}
|
|
3422
3982
|
}
|
|
3423
|
-
ClrHistoryPinned
|
|
3424
|
-
{ type:
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
];
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
]
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3983
|
+
ClrHistoryPinned.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryPinned, deps: [{ token: ClrHistoryService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3984
|
+
ClrHistoryPinned.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrHistoryPinned, selector: "clr-history-pinned", inputs: { username: ["clrUsername", "username"], context: ["clrContext", "context"], domain: ["clrDomain", "domain"] }, ngImport: i0, template: "<nav aria-label=\"history\" class=\"history-container\" *ngIf=\"historyElements.length && active\">\n <ol class=\"history\">\n <ng-container *ngFor=\"let historyItem of historyElements\">\n <li *ngIf=\"historyItem.url\" class=\"history-item\">\n <a [href]=\"historyItem.url\">{{historyItem.title}}</a>\n </li>\n </ng-container>\n </ol>\n</nav>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
3985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryPinned, decorators: [{
|
|
3986
|
+
type: Component,
|
|
3987
|
+
args: [{ selector: 'clr-history-pinned', template: "<nav aria-label=\"history\" class=\"history-container\" *ngIf=\"historyElements.length && active\">\n <ol class=\"history\">\n <ng-container *ngFor=\"let historyItem of historyElements\">\n <li *ngIf=\"historyItem.url\" class=\"history-item\">\n <a [href]=\"historyItem.url\">{{historyItem.title}}</a>\n </li>\n </ng-container>\n </ol>\n</nav>\n" }]
|
|
3988
|
+
}], ctorParameters: function () { return [{ type: ClrHistoryService }]; }, propDecorators: { username: [{
|
|
3989
|
+
type: Input,
|
|
3990
|
+
args: ['clrUsername']
|
|
3991
|
+
}], context: [{
|
|
3992
|
+
type: Input,
|
|
3993
|
+
args: ['clrContext']
|
|
3994
|
+
}], domain: [{
|
|
3995
|
+
type: Input,
|
|
3996
|
+
args: ['clrDomain']
|
|
3997
|
+
}] } });
|
|
3437
3998
|
|
|
3438
3999
|
/*
|
|
3439
4000
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -3442,13 +4003,17 @@ ClrHistoryPinned.propDecorators = {
|
|
|
3442
4003
|
*/
|
|
3443
4004
|
class ClrHistoryModule {
|
|
3444
4005
|
}
|
|
3445
|
-
ClrHistoryModule
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
]
|
|
4006
|
+
ClrHistoryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4007
|
+
ClrHistoryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryModule, declarations: [ClrHistory, ClrHistoryPinned], imports: [CommonModule, ClarityModule, RouterModule], exports: [ClrHistory, ClrHistoryPinned] });
|
|
4008
|
+
ClrHistoryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryModule, imports: [[CommonModule, ClarityModule, RouterModule]] });
|
|
4009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryModule, decorators: [{
|
|
4010
|
+
type: NgModule,
|
|
4011
|
+
args: [{
|
|
4012
|
+
imports: [CommonModule, ClarityModule, RouterModule],
|
|
4013
|
+
declarations: [ClrHistory, ClrHistoryPinned],
|
|
4014
|
+
exports: [ClrHistory, ClrHistoryPinned],
|
|
4015
|
+
}]
|
|
4016
|
+
}] });
|
|
3452
4017
|
|
|
3453
4018
|
/*
|
|
3454
4019
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -3457,14 +4022,17 @@ ClrHistoryModule.decorators = [
|
|
|
3457
4022
|
*/
|
|
3458
4023
|
class ClrAutocompleteOff {
|
|
3459
4024
|
}
|
|
3460
|
-
ClrAutocompleteOff
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
]
|
|
4025
|
+
ClrAutocompleteOff.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOff, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
4026
|
+
ClrAutocompleteOff.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrAutocompleteOff, selector: "input:not([autocomplete])", host: { properties: { "attr.autocomplete": "\"off\"" } }, ngImport: i0 });
|
|
4027
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOff, decorators: [{
|
|
4028
|
+
type: Directive,
|
|
4029
|
+
args: [{
|
|
4030
|
+
selector: 'input:not([autocomplete])',
|
|
4031
|
+
host: {
|
|
4032
|
+
'[attr.autocomplete]': '"off"',
|
|
4033
|
+
},
|
|
4034
|
+
}]
|
|
4035
|
+
}] });
|
|
3468
4036
|
|
|
3469
4037
|
/*
|
|
3470
4038
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -3473,12 +4041,16 @@ ClrAutocompleteOff.decorators = [
|
|
|
3473
4041
|
*/
|
|
3474
4042
|
class ClrAutocompleteOffModule {
|
|
3475
4043
|
}
|
|
3476
|
-
ClrAutocompleteOffModule
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
4044
|
+
ClrAutocompleteOffModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOffModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4045
|
+
ClrAutocompleteOffModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOffModule, declarations: [ClrAutocompleteOff], exports: [ClrAutocompleteOff] });
|
|
4046
|
+
ClrAutocompleteOffModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOffModule });
|
|
4047
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOffModule, decorators: [{
|
|
4048
|
+
type: NgModule,
|
|
4049
|
+
args: [{
|
|
4050
|
+
declarations: [ClrAutocompleteOff],
|
|
4051
|
+
exports: [ClrAutocompleteOff],
|
|
4052
|
+
}]
|
|
4053
|
+
}] });
|
|
3482
4054
|
|
|
3483
4055
|
/*
|
|
3484
4056
|
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
@@ -3521,17 +4093,21 @@ class ClrBrandAvatar {
|
|
|
3521
4093
|
}
|
|
3522
4094
|
}
|
|
3523
4095
|
ClrBrandAvatar.DEFAULT_ICON_SHAPE = 'new-car-private';
|
|
3524
|
-
ClrBrandAvatar
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
]
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
4096
|
+
ClrBrandAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatar, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4097
|
+
ClrBrandAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrBrandAvatar, selector: "clr-brand-avatar", inputs: { brand: ["clrBrand", "brand"] }, host: { properties: { "class.clr-brand-avatar": "this.avatar" } }, viewQueries: [{ propertyName: "avatarElement", first: true, predicate: ["avatar"], descendants: true, static: true }], ngImport: i0, template: "<div class=\"brand-avatar-rectangle\">\n <div #avatar class=\"brand-avatar-icon-container\">\n <clr-icon [attr.size]=\"23\" [attr.shape]=\"getShape()\"></clr-icon>\n </div>\n</div>\n", directives: [{ type: i1.ClrIconCustomTag, selector: "clr-icon" }] });
|
|
4098
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatar, decorators: [{
|
|
4099
|
+
type: Component,
|
|
4100
|
+
args: [{ selector: 'clr-brand-avatar', template: "<div class=\"brand-avatar-rectangle\">\n <div #avatar class=\"brand-avatar-icon-container\">\n <clr-icon [attr.size]=\"23\" [attr.shape]=\"getShape()\"></clr-icon>\n </div>\n</div>\n" }]
|
|
4101
|
+
}], propDecorators: { avatar: [{
|
|
4102
|
+
type: HostBinding,
|
|
4103
|
+
args: ['class.clr-brand-avatar']
|
|
4104
|
+
}], brand: [{
|
|
4105
|
+
type: Input,
|
|
4106
|
+
args: ['clrBrand']
|
|
4107
|
+
}], avatarElement: [{
|
|
4108
|
+
type: ViewChild,
|
|
4109
|
+
args: ['avatar', { static: true }]
|
|
4110
|
+
}] } });
|
|
3535
4111
|
|
|
3536
4112
|
/*
|
|
3537
4113
|
* Copyright (c) 2021 Porsche Informatik. All Rights Reserved.
|
|
@@ -3540,13 +4116,17 @@ ClrBrandAvatar.propDecorators = {
|
|
|
3540
4116
|
*/
|
|
3541
4117
|
class ClrBrandAvatarModule {
|
|
3542
4118
|
}
|
|
3543
|
-
ClrBrandAvatarModule
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
]
|
|
4119
|
+
ClrBrandAvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4120
|
+
ClrBrandAvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatarModule, declarations: [ClrBrandAvatar], imports: [CommonModule, ClarityModule], exports: [ClrBrandAvatar] });
|
|
4121
|
+
ClrBrandAvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatarModule, imports: [[CommonModule, ClarityModule]] });
|
|
4122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatarModule, decorators: [{
|
|
4123
|
+
type: NgModule,
|
|
4124
|
+
args: [{
|
|
4125
|
+
imports: [CommonModule, ClarityModule],
|
|
4126
|
+
declarations: [ClrBrandAvatar],
|
|
4127
|
+
exports: [ClrBrandAvatar],
|
|
4128
|
+
}]
|
|
4129
|
+
}] });
|
|
3550
4130
|
|
|
3551
4131
|
/**
|
|
3552
4132
|
* The abstract base class for all identifier types
|
|
@@ -3611,39 +4191,6 @@ class LocationBarNode {
|
|
|
3611
4191
|
}
|
|
3612
4192
|
}
|
|
3613
4193
|
|
|
3614
|
-
ClarityIcons.addIcons(organizationIcon);
|
|
3615
|
-
class LocationBarComponent {
|
|
3616
|
-
constructor() {
|
|
3617
|
-
this.root$ = new ReplaySubject();
|
|
3618
|
-
this.iconShape = 'organization';
|
|
3619
|
-
this.iconTitle = '';
|
|
3620
|
-
this.selectionChanged = new EventEmitter();
|
|
3621
|
-
}
|
|
3622
|
-
set roots(roots) {
|
|
3623
|
-
const internalRoot = new LocationBarNode(null, null, false);
|
|
3624
|
-
internalRoot.setChildren(roots);
|
|
3625
|
-
if (roots.length === 1) {
|
|
3626
|
-
internalRoot.setSelectedChild(roots[0]);
|
|
3627
|
-
}
|
|
3628
|
-
this.root$.next(internalRoot);
|
|
3629
|
-
}
|
|
3630
|
-
onSelectionChanged(selection) {
|
|
3631
|
-
this.selectionChanged.emit(selection);
|
|
3632
|
-
}
|
|
3633
|
-
}
|
|
3634
|
-
LocationBarComponent.decorators = [
|
|
3635
|
-
{ type: Component, args: [{
|
|
3636
|
-
selector: 'clr-location-bar',
|
|
3637
|
-
template: "<cds-icon *ngIf=\"iconShape\" [attr.shape]=\"iconShape\" [title]=\"iconTitle\"></cds-icon>\n<clr-location-bar-node (selectionChanged)=\"onSelectionChanged($event)\" [parentNode]=\"root$ | async\">\n</clr-location-bar-node>\n"
|
|
3638
|
-
},] }
|
|
3639
|
-
];
|
|
3640
|
-
LocationBarComponent.propDecorators = {
|
|
3641
|
-
iconShape: [{ type: Input, args: ['clrIconShape',] }],
|
|
3642
|
-
iconTitle: [{ type: Input, args: ['clrIconTitle',] }],
|
|
3643
|
-
roots: [{ type: Input, args: ['clrRoots',] }],
|
|
3644
|
-
selectionChanged: [{ type: Output, args: ['clrSelectionChanged',] }]
|
|
3645
|
-
};
|
|
3646
|
-
|
|
3647
4194
|
const CONTENT_PROVIDER = new InjectionToken('CONTENT_PROVIDER');
|
|
3648
4195
|
/**
|
|
3649
4196
|
* Interface denoting the contract between the location bar component and
|
|
@@ -3724,75 +4271,222 @@ class LocationBarNodeComponent {
|
|
|
3724
4271
|
this.selectionChanged.emit([selectedNode.id]);
|
|
3725
4272
|
}
|
|
3726
4273
|
}
|
|
3727
|
-
LocationBarNodeComponent
|
|
3728
|
-
{ type:
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
4274
|
+
LocationBarNodeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LocationBarNodeComponent, deps: [{ token: CONTENT_PROVIDER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
4275
|
+
LocationBarNodeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: LocationBarNodeComponent, selector: "clr-location-bar-node", inputs: { parentNode: "parentNode" }, outputs: { selectionChanged: "selectionChanged" }, host: { properties: { "class.location-bar-node": "true" } }, ngImport: i0, template: "<ng-container *ngIf=\"parentNode\">\n <ng-content *ngIf=\"parentNode.getChildren()?.length > 0\"></ng-content>\n\n <ng-container\n *ngIf=\"\n (selectableChilds.length > 0 && !parentNode.getSelectedChild()) || selectableChilds.length > 1;\n else singleSelected\n \"\n >\n <clr-dropdown>\n <button class=\"btn btn-link btn-sm\" (blur)=\"focus = false\" (focus)=\"focus = true\" clrDropdownTrigger>\n <ng-container *ngIf=\"parentNode.getSelectedChild() as node; else unselected\">\n <span [class.last-level]=\"!parentNode.getSelectedChild().getSelectedChild()\" title=\"{{ node.label }}\">{{\n node.label\n }}</span>\n <cds-icon shape=\"angle\" direction=\"down\" size=\"xs\" class=\"caret-icon\"></cds-icon>\n </ng-container>\n <ng-template #unselected>\n <cds-icon class=\"unselected\" size=\"18\" [attr.solid]=\"focus\" shape=\"tree-view\"></cds-icon> ...\n </ng-template>\n </button>\n <clr-dropdown-menu [clrPosition]=\"'bottom-left'\" *clrIfOpen>\n <button\n *ngFor=\"let item of selectableChilds\"\n type=\"button\"\n clrDropdownItem\n class=\"text-truncate\"\n [class.selected-child]=\"item.id === parentNode.getSelectedChild()?.id\"\n (click)=\"selectNode(item)\"\n title=\"{{ item.label }}\"\n >\n {{ item.label }}\n </button>\n </clr-dropdown-menu>\n </clr-dropdown>\n </ng-container>\n\n <ng-template #singleSelected>\n <ng-container *ngIf=\"parentNode.getSelectedChild()\">\n <ng-container *ngIf=\"parentNode.getSelectedChild().selectable; else unselectable\">\n <button\n class=\"btn btn-link btn-sm\"\n (click)=\"selectNode(parentNode.getSelectedChild())\"\n [class.last-level]=\"!parentNode.getSelectedChild().getSelectedChild()\"\n title=\"{{ parentNode.getSelectedChild().label }}\"\n >\n {{ parentNode.getSelectedChild().label }}\n </button>\n </ng-container>\n <ng-template #unselectable>\n <span\n class=\"unselectable-node\"\n [class.last-level]=\"!parentNode.getSelectedChild().getSelectedChild()\"\n title=\"{{ parentNode.getSelectedChild().label }}\"\n >\n {{ parentNode.getSelectedChild().label }}\n </span>\n </ng-template>\n </ng-container>\n </ng-template>\n\n <clr-location-bar-node\n *ngIf=\"parentNode.getSelectedChild() && parentNode.getChildren().length > 0\"\n [parentNode]=\"parentNode.getSelectedChild()\"\n (selectionChanged)=\"onSelectionChanged($event)\"\n >\n <span>/</span>\n </clr-location-bar-node>\n</ng-container>\n", components: [{ type: i1.ClrDropdown, selector: "clr-dropdown", inputs: ["clrCloseMenuOnItemClick"] }, { type: i1.ClrDropdownMenu, selector: "clr-dropdown-menu", inputs: ["clrPosition"] }, { type: LocationBarNodeComponent, selector: "clr-location-bar-node", inputs: ["parentNode"], outputs: ["selectionChanged"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.ClrDropdownTrigger, selector: "[clrDropdownTrigger],[clrDropdownToggle]" }, { type: i1.CdsIconCustomTag, selector: "cds-icon" }, { type: i1.ClrIfOpen, selector: "[clrIfOpen]", inputs: ["clrIfOpen"], outputs: ["clrIfOpenChange"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.ClrDropdownItem, selector: "[clrDropdownItem]", inputs: ["clrDisabled", "disabled", "id"] }] });
|
|
4276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LocationBarNodeComponent, decorators: [{
|
|
4277
|
+
type: Component,
|
|
4278
|
+
args: [{ selector: 'clr-location-bar-node', host: { '[class.location-bar-node]': 'true' }, template: "<ng-container *ngIf=\"parentNode\">\n <ng-content *ngIf=\"parentNode.getChildren()?.length > 0\"></ng-content>\n\n <ng-container\n *ngIf=\"\n (selectableChilds.length > 0 && !parentNode.getSelectedChild()) || selectableChilds.length > 1;\n else singleSelected\n \"\n >\n <clr-dropdown>\n <button class=\"btn btn-link btn-sm\" (blur)=\"focus = false\" (focus)=\"focus = true\" clrDropdownTrigger>\n <ng-container *ngIf=\"parentNode.getSelectedChild() as node; else unselected\">\n <span [class.last-level]=\"!parentNode.getSelectedChild().getSelectedChild()\" title=\"{{ node.label }}\">{{\n node.label\n }}</span>\n <cds-icon shape=\"angle\" direction=\"down\" size=\"xs\" class=\"caret-icon\"></cds-icon>\n </ng-container>\n <ng-template #unselected>\n <cds-icon class=\"unselected\" size=\"18\" [attr.solid]=\"focus\" shape=\"tree-view\"></cds-icon> ...\n </ng-template>\n </button>\n <clr-dropdown-menu [clrPosition]=\"'bottom-left'\" *clrIfOpen>\n <button\n *ngFor=\"let item of selectableChilds\"\n type=\"button\"\n clrDropdownItem\n class=\"text-truncate\"\n [class.selected-child]=\"item.id === parentNode.getSelectedChild()?.id\"\n (click)=\"selectNode(item)\"\n title=\"{{ item.label }}\"\n >\n {{ item.label }}\n </button>\n </clr-dropdown-menu>\n </clr-dropdown>\n </ng-container>\n\n <ng-template #singleSelected>\n <ng-container *ngIf=\"parentNode.getSelectedChild()\">\n <ng-container *ngIf=\"parentNode.getSelectedChild().selectable; else unselectable\">\n <button\n class=\"btn btn-link btn-sm\"\n (click)=\"selectNode(parentNode.getSelectedChild())\"\n [class.last-level]=\"!parentNode.getSelectedChild().getSelectedChild()\"\n title=\"{{ parentNode.getSelectedChild().label }}\"\n >\n {{ parentNode.getSelectedChild().label }}\n </button>\n </ng-container>\n <ng-template #unselectable>\n <span\n class=\"unselectable-node\"\n [class.last-level]=\"!parentNode.getSelectedChild().getSelectedChild()\"\n title=\"{{ parentNode.getSelectedChild().label }}\"\n >\n {{ parentNode.getSelectedChild().label }}\n </span>\n </ng-template>\n </ng-container>\n </ng-template>\n\n <clr-location-bar-node\n *ngIf=\"parentNode.getSelectedChild() && parentNode.getChildren().length > 0\"\n [parentNode]=\"parentNode.getSelectedChild()\"\n (selectionChanged)=\"onSelectionChanged($event)\"\n >\n <span>/</span>\n </clr-location-bar-node>\n</ng-container>\n" }]
|
|
4279
|
+
}], ctorParameters: function () {
|
|
4280
|
+
return [{ type: LocationBarContentProvider, decorators: [{
|
|
4281
|
+
type: Inject,
|
|
4282
|
+
args: [CONTENT_PROVIDER]
|
|
4283
|
+
}, {
|
|
4284
|
+
type: Optional
|
|
4285
|
+
}] }];
|
|
4286
|
+
}, propDecorators: { selectionChanged: [{
|
|
4287
|
+
type: Output
|
|
4288
|
+
}], parentNode: [{
|
|
4289
|
+
type: Input
|
|
4290
|
+
}] } });
|
|
4291
|
+
|
|
4292
|
+
ClarityIcons.addIcons(organizationIcon);
|
|
4293
|
+
class LocationBarComponent {
|
|
4294
|
+
constructor() {
|
|
4295
|
+
this.root$ = new ReplaySubject();
|
|
4296
|
+
this.iconShape = 'organization';
|
|
4297
|
+
this.iconTitle = '';
|
|
4298
|
+
this.selectionChanged = new EventEmitter();
|
|
4299
|
+
}
|
|
4300
|
+
set roots(roots) {
|
|
4301
|
+
const internalRoot = new LocationBarNode(null, null, false);
|
|
4302
|
+
internalRoot.setChildren(roots);
|
|
4303
|
+
if (roots.length === 1) {
|
|
4304
|
+
internalRoot.setSelectedChild(roots[0]);
|
|
4305
|
+
}
|
|
4306
|
+
this.root$.next(internalRoot);
|
|
4307
|
+
}
|
|
4308
|
+
onSelectionChanged(selection) {
|
|
4309
|
+
this.selectionChanged.emit(selection);
|
|
4310
|
+
}
|
|
4311
|
+
}
|
|
4312
|
+
LocationBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LocationBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4313
|
+
LocationBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: LocationBarComponent, selector: "clr-location-bar", inputs: { iconShape: ["clrIconShape", "iconShape"], iconTitle: ["clrIconTitle", "iconTitle"], roots: ["clrRoots", "roots"] }, outputs: { selectionChanged: "clrSelectionChanged" }, ngImport: i0, template: "<cds-icon *ngIf=\"iconShape\" [attr.shape]=\"iconShape\" [title]=\"iconTitle\"></cds-icon>\n<clr-location-bar-node (selectionChanged)=\"onSelectionChanged($event)\" [parentNode]=\"root$ | async\">\n</clr-location-bar-node>\n", components: [{ type: LocationBarNodeComponent, selector: "clr-location-bar-node", inputs: ["parentNode"], outputs: ["selectionChanged"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.CdsIconCustomTag, selector: "cds-icon" }], pipes: { "async": i2.AsyncPipe } });
|
|
4314
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LocationBarComponent, decorators: [{
|
|
4315
|
+
type: Component,
|
|
4316
|
+
args: [{ selector: 'clr-location-bar', template: "<cds-icon *ngIf=\"iconShape\" [attr.shape]=\"iconShape\" [title]=\"iconTitle\"></cds-icon>\n<clr-location-bar-node (selectionChanged)=\"onSelectionChanged($event)\" [parentNode]=\"root$ | async\">\n</clr-location-bar-node>\n" }]
|
|
4317
|
+
}], propDecorators: { iconShape: [{
|
|
4318
|
+
type: Input,
|
|
4319
|
+
args: ['clrIconShape']
|
|
4320
|
+
}], iconTitle: [{
|
|
4321
|
+
type: Input,
|
|
4322
|
+
args: ['clrIconTitle']
|
|
4323
|
+
}], roots: [{
|
|
4324
|
+
type: Input,
|
|
4325
|
+
args: ['clrRoots']
|
|
4326
|
+
}], selectionChanged: [{
|
|
4327
|
+
type: Output,
|
|
4328
|
+
args: ['clrSelectionChanged']
|
|
4329
|
+
}] } });
|
|
3741
4330
|
|
|
3742
4331
|
class ClrLocationBarModule {
|
|
3743
4332
|
}
|
|
3744
|
-
ClrLocationBarModule
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
]
|
|
4333
|
+
ClrLocationBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLocationBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4334
|
+
ClrLocationBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLocationBarModule, declarations: [LocationBarComponent, LocationBarNodeComponent], imports: [CommonModule, ClrIconModule, ClrDropdownModule], exports: [LocationBarComponent] });
|
|
4335
|
+
ClrLocationBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLocationBarModule, imports: [[CommonModule, ClrIconModule, ClrDropdownModule]] });
|
|
4336
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLocationBarModule, decorators: [{
|
|
4337
|
+
type: NgModule,
|
|
4338
|
+
args: [{
|
|
4339
|
+
declarations: [LocationBarComponent, LocationBarNodeComponent],
|
|
4340
|
+
imports: [CommonModule, ClrIconModule, ClrDropdownModule],
|
|
4341
|
+
exports: [LocationBarComponent],
|
|
4342
|
+
}]
|
|
4343
|
+
}] });
|
|
4344
|
+
|
|
4345
|
+
class ClrAddonsLabel {
|
|
4346
|
+
constructor(controlIdService, renderer, el) {
|
|
4347
|
+
this.controlIdService = controlIdService;
|
|
4348
|
+
this.renderer = renderer;
|
|
4349
|
+
this.el = el;
|
|
4350
|
+
this.destroyed$ = new Subject();
|
|
4351
|
+
}
|
|
4352
|
+
ngOnInit() {
|
|
4353
|
+
// Only add the clr-control-label if it is inside a control container
|
|
4354
|
+
if (this.controlIdService) {
|
|
4355
|
+
this.renderer.addClass(this.el.nativeElement, 'clr-control-label');
|
|
4356
|
+
}
|
|
4357
|
+
if (this.controlIdService && !this.el.nativeElement.getAttribute('for')) {
|
|
4358
|
+
this.controlIdService.idChange.pipe(takeUntil$1(this.destroyed$)).subscribe(id =>
|
|
4359
|
+
// setTimeout needed, otherwise the ClrLabel directive of clarity will remove this via HostBinding again
|
|
4360
|
+
setTimeout(() => this.renderer.setAttribute(this.el.nativeElement, 'for', id)));
|
|
4361
|
+
}
|
|
4362
|
+
}
|
|
4363
|
+
ngOnDestroy() {
|
|
4364
|
+
this.destroyed$.next();
|
|
4365
|
+
this.destroyed$.complete();
|
|
4366
|
+
}
|
|
4367
|
+
}
|
|
4368
|
+
ClrAddonsLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsLabel, deps: [{ token: ControlIdService, optional: true }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4369
|
+
ClrAddonsLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrAddonsLabel, selector: "label", ngImport: i0 });
|
|
4370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsLabel, decorators: [{
|
|
4371
|
+
type: Directive,
|
|
4372
|
+
args: [{ selector: 'label' }]
|
|
4373
|
+
}], ctorParameters: function () {
|
|
4374
|
+
return [{ type: ControlIdService, decorators: [{
|
|
4375
|
+
type: Optional
|
|
4376
|
+
}] }, { type: i0.Renderer2 }, { type: i0.ElementRef }];
|
|
4377
|
+
} });
|
|
3751
4378
|
|
|
3752
4379
|
/*
|
|
3753
4380
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3754
4381
|
* This software is released under MIT license.
|
|
3755
4382
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3756
4383
|
*/
|
|
3757
|
-
class
|
|
4384
|
+
class ClrFormModule {
|
|
3758
4385
|
}
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
ClrContentPanelModule,
|
|
3770
|
-
ClrNotificationModule,
|
|
3771
|
-
ClrFlowBarModule,
|
|
3772
|
-
ClrBackButtonModule,
|
|
3773
|
-
ClrNumericFieldModule,
|
|
3774
|
-
ClrSearchFieldModule,
|
|
3775
|
-
ClrTreetableModule,
|
|
3776
|
-
ClrProgressSpinnerModule,
|
|
3777
|
-
ClrDateTimeModule,
|
|
3778
|
-
ClrQuickListModule,
|
|
3779
|
-
ClrLetterAvatarModule,
|
|
3780
|
-
ClrMultilingualModule,
|
|
3781
|
-
ClrGenericQuickListModule,
|
|
3782
|
-
ClrDataListValidatorModule,
|
|
3783
|
-
ClrHistoryModule,
|
|
3784
|
-
ClrAutocompleteOffModule,
|
|
3785
|
-
ClrBrandAvatarModule,
|
|
3786
|
-
ClrLocationBarModule,
|
|
3787
|
-
],
|
|
3788
|
-
},] }
|
|
3789
|
-
];
|
|
4386
|
+
ClrFormModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4387
|
+
ClrFormModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFormModule, declarations: [ClrAddonsLabel], exports: [ClrAddonsLabel] });
|
|
4388
|
+
ClrFormModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFormModule });
|
|
4389
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFormModule, decorators: [{
|
|
4390
|
+
type: NgModule,
|
|
4391
|
+
args: [{
|
|
4392
|
+
declarations: [ClrAddonsLabel],
|
|
4393
|
+
exports: [ClrAddonsLabel],
|
|
4394
|
+
}]
|
|
4395
|
+
}] });
|
|
3790
4396
|
|
|
3791
4397
|
/*
|
|
3792
|
-
* Copyright (c) 2018-
|
|
4398
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3793
4399
|
* This software is released under MIT license.
|
|
3794
4400
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3795
4401
|
*/
|
|
4402
|
+
class ClrAddonsModule {
|
|
4403
|
+
}
|
|
4404
|
+
ClrAddonsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4405
|
+
ClrAddonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsModule, exports: [ClrViewEditSectionModule,
|
|
4406
|
+
ClrPagerModule,
|
|
4407
|
+
ClrDotPagerModule,
|
|
4408
|
+
ClrPagedSearchResultListModule,
|
|
4409
|
+
ClrCollapseExpandSectionModule,
|
|
4410
|
+
ClrBreadcrumbModule,
|
|
4411
|
+
ClrMainNavGroupModule,
|
|
4412
|
+
ClrContentPanelModule,
|
|
4413
|
+
ClrNotificationModule,
|
|
4414
|
+
ClrFlowBarModule,
|
|
4415
|
+
ClrBackButtonModule,
|
|
4416
|
+
ClrNumericFieldModule,
|
|
4417
|
+
ClrSearchFieldModule,
|
|
4418
|
+
ClrTreetableModule,
|
|
4419
|
+
ClrProgressSpinnerModule,
|
|
4420
|
+
ClrDateTimeModule,
|
|
4421
|
+
ClrQuickListModule,
|
|
4422
|
+
ClrLetterAvatarModule,
|
|
4423
|
+
ClrMultilingualModule,
|
|
4424
|
+
ClrGenericQuickListModule,
|
|
4425
|
+
ClrDataListValidatorModule,
|
|
4426
|
+
ClrHistoryModule,
|
|
4427
|
+
ClrAutocompleteOffModule,
|
|
4428
|
+
ClrBrandAvatarModule,
|
|
4429
|
+
ClrLocationBarModule,
|
|
4430
|
+
ClrFormModule] });
|
|
4431
|
+
ClrAddonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsModule, imports: [ClrViewEditSectionModule,
|
|
4432
|
+
ClrPagerModule,
|
|
4433
|
+
ClrDotPagerModule,
|
|
4434
|
+
ClrPagedSearchResultListModule,
|
|
4435
|
+
ClrCollapseExpandSectionModule,
|
|
4436
|
+
ClrBreadcrumbModule,
|
|
4437
|
+
ClrMainNavGroupModule,
|
|
4438
|
+
ClrContentPanelModule,
|
|
4439
|
+
ClrNotificationModule,
|
|
4440
|
+
ClrFlowBarModule,
|
|
4441
|
+
ClrBackButtonModule,
|
|
4442
|
+
ClrNumericFieldModule,
|
|
4443
|
+
ClrSearchFieldModule,
|
|
4444
|
+
ClrTreetableModule,
|
|
4445
|
+
ClrProgressSpinnerModule,
|
|
4446
|
+
ClrDateTimeModule,
|
|
4447
|
+
ClrQuickListModule,
|
|
4448
|
+
ClrLetterAvatarModule,
|
|
4449
|
+
ClrMultilingualModule,
|
|
4450
|
+
ClrGenericQuickListModule,
|
|
4451
|
+
ClrDataListValidatorModule,
|
|
4452
|
+
ClrHistoryModule,
|
|
4453
|
+
ClrAutocompleteOffModule,
|
|
4454
|
+
ClrBrandAvatarModule,
|
|
4455
|
+
ClrLocationBarModule,
|
|
4456
|
+
ClrFormModule] });
|
|
4457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsModule, decorators: [{
|
|
4458
|
+
type: NgModule,
|
|
4459
|
+
args: [{
|
|
4460
|
+
exports: [
|
|
4461
|
+
ClrViewEditSectionModule,
|
|
4462
|
+
ClrPagerModule,
|
|
4463
|
+
ClrDotPagerModule,
|
|
4464
|
+
ClrPagedSearchResultListModule,
|
|
4465
|
+
ClrCollapseExpandSectionModule,
|
|
4466
|
+
ClrBreadcrumbModule,
|
|
4467
|
+
ClrMainNavGroupModule,
|
|
4468
|
+
ClrContentPanelModule,
|
|
4469
|
+
ClrNotificationModule,
|
|
4470
|
+
ClrFlowBarModule,
|
|
4471
|
+
ClrBackButtonModule,
|
|
4472
|
+
ClrNumericFieldModule,
|
|
4473
|
+
ClrSearchFieldModule,
|
|
4474
|
+
ClrTreetableModule,
|
|
4475
|
+
ClrProgressSpinnerModule,
|
|
4476
|
+
ClrDateTimeModule,
|
|
4477
|
+
ClrQuickListModule,
|
|
4478
|
+
ClrLetterAvatarModule,
|
|
4479
|
+
ClrMultilingualModule,
|
|
4480
|
+
ClrGenericQuickListModule,
|
|
4481
|
+
ClrDataListValidatorModule,
|
|
4482
|
+
ClrHistoryModule,
|
|
4483
|
+
ClrAutocompleteOffModule,
|
|
4484
|
+
ClrBrandAvatarModule,
|
|
4485
|
+
ClrLocationBarModule,
|
|
4486
|
+
ClrFormModule,
|
|
4487
|
+
],
|
|
4488
|
+
}]
|
|
4489
|
+
}] });
|
|
3796
4490
|
|
|
3797
4491
|
/*
|
|
3798
4492
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -3819,13 +4513,13 @@ ClrAddonsModule.decorators = [
|
|
|
3819
4513
|
*/
|
|
3820
4514
|
|
|
3821
4515
|
/*
|
|
3822
|
-
* Copyright (c) 2018-
|
|
4516
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3823
4517
|
* This software is released under MIT license.
|
|
3824
4518
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3825
4519
|
*/
|
|
3826
4520
|
|
|
3827
4521
|
/*
|
|
3828
|
-
* Copyright (c) 2018-
|
|
4522
|
+
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
3829
4523
|
* This software is released under MIT license.
|
|
3830
4524
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3831
4525
|
*/
|
|
@@ -3979,15 +4673,16 @@ class ClrNotificationService {
|
|
|
3979
4673
|
}
|
|
3980
4674
|
}
|
|
3981
4675
|
}
|
|
3982
|
-
ClrNotificationService
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
];
|
|
4676
|
+
ClrNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotificationService, deps: [{ token: i0.Injector }, { token: i0.ApplicationRef }, { token: i0.ComponentFactoryResolver }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4677
|
+
ClrNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotificationService });
|
|
4678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotificationService, decorators: [{
|
|
4679
|
+
type: Injectable
|
|
4680
|
+
}], ctorParameters: function () {
|
|
4681
|
+
return [{ type: i0.Injector }, { type: i0.ApplicationRef }, { type: i0.ComponentFactoryResolver }, { type: Document, decorators: [{
|
|
4682
|
+
type: Inject,
|
|
4683
|
+
args: [DOCUMENT]
|
|
4684
|
+
}] }];
|
|
4685
|
+
} });
|
|
3991
4686
|
|
|
3992
4687
|
/*
|
|
3993
4688
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -4026,7 +4721,7 @@ ClrNotificationService.ctorParameters = () => [
|
|
|
4026
4721
|
*/
|
|
4027
4722
|
|
|
4028
4723
|
/*
|
|
4029
|
-
* Copyright (c) 2018-
|
|
4724
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
4030
4725
|
* This software is released under MIT license.
|
|
4031
4726
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
4032
4727
|
*/
|
|
@@ -4328,12 +5023,6 @@ const ClrAddonsIconShapes = {
|
|
|
4328
5023
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
4329
5024
|
*/
|
|
4330
5025
|
|
|
4331
|
-
/*
|
|
4332
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
4333
|
-
* This software is released under MIT license.
|
|
4334
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
4335
|
-
*/
|
|
4336
|
-
|
|
4337
5026
|
/*
|
|
4338
5027
|
* Copyright (c) 2020 Porsche Informatik. All Rights Reserved.
|
|
4339
5028
|
* This software is released under MIT license.
|
|
@@ -4356,5 +5045,5 @@ const ClrAddonsIconShapes = {
|
|
|
4356
5045
|
* Generated bundle index. Do not edit.
|
|
4357
5046
|
*/
|
|
4358
5047
|
|
|
4359
|
-
export { ACShape, AcceptedBrands, AccessoriesShape, AccessoryPartsShape, AudiBrandShape, AwardWinnerPremiumShape, BrochureShape, BusinessCustomersCommercialShape, BusinessCustomersPrivateShape, CLR_BLANK_OPTION, CONTENT_PROVIDER, CaliforniaServiceShape, CaliforniaSpecialistShape, CarPickupServiceShape, CarWashShape, CertifiedRepairShape, CertifiedRetailerShape, ClrActiveNotification, ClrAddonsIconShapes, ClrAddonsModule, ClrBackButton, ClrBackButtonModule, ClrBrandAvatar, ClrBrandAvatarModule, ClrBreadcrumb, ClrBreadcrumbModule, ClrBreadcrumbService, ClrCollapseExpandSection, ClrCollapseExpandSectionModule, ClrContentPanel, ClrContentPanelContainer, ClrContentPanelContainerContent, ClrContentPanelContainerFooter, ClrContentPanelModule, ClrContentRef, ClrDataListPredefinedValidatorDirective, ClrDataListValidatorModule, ClrDataListValidators, ClrDateTimeContainer, ClrDateTimeModule, ClrDotPager, ClrDotPagerModule, ClrFlowBar, ClrFlowBarModule, ClrGenericQuickList, ClrGenericQuickListModule, ClrHistory, ClrHistoryModule, ClrHistoryPinned, ClrHistoryService, ClrLetterAvatar, ClrLetterAvatarModule, ClrLocationBarModule, ClrMainNavGroup, ClrMainNavGroupItem, ClrMainNavGroupModule, ClrMaxNumeric, ClrMinNumeric, ClrMultilingualInput, ClrMultilingualInputValidators, ClrMultilingualModule, ClrMultilingualSelector, ClrMultilingualTextarea, ClrNotification, ClrNotificationModule, ClrNotificationRef, ClrNotificationService, ClrNumericField, ClrNumericFieldModule, ClrNumericFieldValidators, ClrPagedSearchResultList, ClrPagedSearchResultListModule, ClrPager, ClrPagerModule, ClrProgressSpinnerComponent, ClrProgressSpinnerModule, ClrQuickList, ClrQuickListModule, ClrRequiredAllMultilang, ClrRequiredOneMultilang, ClrSearchField, ClrSearchFieldModule, ClrTimeInput, ClrTreetable, ClrTreetableActionOverflow, ClrTreetableCell, ClrTreetableColumn, ClrTreetableModule, ClrTreetablePlaceholder, ClrTreetableRow, ClrViewEditSection, ClrViewEditSectionModule, ConfiguratorCommercialShape, ConfiguratorPrivateShape, ConsumptionShape, ContactDealerShape, CupraBrandShape, CustomersCenterShape, DWABrandShape, DieselShape, DriversAssistanceShape, EfficiencyShape, ElectricCarsServiceShape, ElectricCarsShape, ElectricityShape, EmissionShape, EnergyShape, EngineShape, ExpressServiceShape, ExteriorShape, FindACarShape, FleetServiceCommercialShape, FleetServicePrivateShape, GasCarsServiceShape, GasShape, HybridShape, LoadingVolumeShape, LocateShape, LocationBarContentProvider, LocationBarNode, NewCarCommercialShape, NewCarPrivateShape, NewCarUtilityVehicleShape, NightServiceShape, NodeId, OffersShape, OnCallDutyShape, OpenSatShape, PaintShopShape, PayloadShape, PerformanceShape, PetrolShape, PlusServiceShape, PorscheBrandShape, PowerShape, PowerTrainShape, PriceTypeSwitchShape, QualifiedWorkshopShape, RoadsideAssistanceShape, RouteShape, SeatAirShape, SeatBrandShape, SeatShape, ServiceBellShape, ServiceShape, SizeShape, SkodaBrandShape, StockLocatorCommercialShape, StockLocatorPrivateShape, TaxiDealerShape, TouaregServiceShape, TransmissionAutomaticShape, TransmissionManualShape, UsedCarCommercialShape, UsedCarPrivateShape, VWBrandShape, VWNBrandShape, VWShape, VehicleConversionShape, View360Shape, VirtualRealityShape, WheelToWheelShape, WindscreenWashShape, clrIconSVG, escapeHtml, escapeRegex
|
|
4360
|
-
//# sourceMappingURL=clr-addons.
|
|
5048
|
+
export { ACShape, AcceptedBrands, AccessoriesShape, AccessoryPartsShape, AudiBrandShape, AwardWinnerPremiumShape, BrochureShape, BusinessCustomersCommercialShape, BusinessCustomersPrivateShape, CLR_BLANK_OPTION, CONTENT_PROVIDER, CaliforniaServiceShape, CaliforniaSpecialistShape, CarPickupServiceShape, CarWashShape, CertifiedRepairShape, CertifiedRetailerShape, ClrActiveNotification, ClrAddonsIconShapes, ClrAddonsLabel, ClrAddonsModule, ClrAutocompleteOff, ClrAutocompleteOffModule, ClrBackButton, ClrBackButtonModule, ClrBrandAvatar, ClrBrandAvatarModule, ClrBreadcrumb, ClrBreadcrumbModule, ClrBreadcrumbService, ClrCollapseExpandSection, ClrCollapseExpandSectionModule, ClrContentPanel, ClrContentPanelContainer, ClrContentPanelContainerContent, ClrContentPanelContainerFooter, ClrContentPanelModule, ClrContentRef, ClrDataListPredefinedValidatorDirective, ClrDataListValidatorModule, ClrDataListValidators, ClrDateTimeContainer, ClrDateTimeModule, ClrDotPager, ClrDotPagerModule, ClrFlowBar, ClrFlowBarModule, ClrFormModule, ClrGenericQuickList, ClrGenericQuickListModule, ClrHistory, ClrHistoryModule, ClrHistoryPinned, ClrHistoryService, ClrLetterAvatar, ClrLetterAvatarModule, ClrLocationBarModule, ClrMainNavGroup, ClrMainNavGroupItem, ClrMainNavGroupModule, ClrMaxNumeric, ClrMinNumeric, ClrMultilingualInput, ClrMultilingualInputValidators, ClrMultilingualModule, ClrMultilingualSelector, ClrMultilingualTextarea, ClrNotification, ClrNotificationModule, ClrNotificationRef, ClrNotificationService, ClrNumericField, ClrNumericFieldModule, ClrNumericFieldValidators, ClrPagedSearchResultList, ClrPagedSearchResultListModule, ClrPager, ClrPagerModule, ClrProgressSpinnerComponent, ClrProgressSpinnerModule, ClrQuickList, ClrQuickListModule, ClrRequiredAllMultilang, ClrRequiredOneMultilang, ClrSearchField, ClrSearchFieldModule, ClrTimeInput, ClrTreetable, ClrTreetableActionOverflow, ClrTreetableCell, ClrTreetableColumn, ClrTreetableModule, ClrTreetablePlaceholder, ClrTreetableRow, ClrViewEditSection, ClrViewEditSectionModule, ConfiguratorCommercialShape, ConfiguratorPrivateShape, ConsumptionShape, ContactDealerShape, CupraBrandShape, CustomersCenterShape, DWABrandShape, DieselShape, DriversAssistanceShape, EfficiencyShape, ElectricCarsServiceShape, ElectricCarsShape, ElectricityShape, EmissionShape, EnergyShape, EngineShape, ExpressServiceShape, ExteriorShape, FindACarShape, FleetServiceCommercialShape, FleetServicePrivateShape, GasCarsServiceShape, GasShape, HybridShape, LoadingVolumeShape, LocateShape, LocationBarComponent, LocationBarContentProvider, LocationBarNode, NewCarCommercialShape, NewCarPrivateShape, NewCarUtilityVehicleShape, NightServiceShape, NodeId, OffersShape, OnCallDutyShape, OpenSatShape, PaintShopShape, PayloadShape, PerformanceShape, PetrolShape, PlusServiceShape, PorscheBrandShape, PowerShape, PowerTrainShape, PriceTypeSwitchShape, QualifiedWorkshopShape, RoadsideAssistanceShape, RouteShape, SeatAirShape, SeatBrandShape, SeatShape, ServiceBellShape, ServiceShape, SizeShape, SkodaBrandShape, StockLocatorCommercialShape, StockLocatorPrivateShape, TaxiDealerShape, TouaregServiceShape, TransmissionAutomaticShape, TransmissionManualShape, TreetableCellRenderer, TreetableHeaderRenderer, TreetableMainRenderer, TreetableRowRenderer, UsedCarCommercialShape, UsedCarPrivateShape, VWBrandShape, VWNBrandShape, VWShape, VehicleConversionShape, View360Shape, VirtualRealityShape, WheelToWheelShape, WindscreenWashShape, clrIconSVG, escapeHtml, escapeRegex };
|
|
5049
|
+
//# sourceMappingURL=clr-addons.mjs.map
|