@porscheinformatik/clr-addons 11.1.0 → 12.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +83 -0
- package/esm2020/view-edit-section/view-edit-section.module.mjs +25 -0
- package/fesm2015/{clr-addons.js → clr-addons.mjs} +1705 -1064
- package/fesm2015/clr-addons.mjs.map +1 -0
- package/fesm2020/clr-addons.mjs +4987 -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 +4 -0
- package/quick-list/quick-list.d.ts +10 -3
- 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/src/components.clr-addons.scss +8 -4
- package/styles/clr-addons-phs.css +6 -2
- 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 +3 -0
- 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 -5103
- 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 -51
- 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 -78
- 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 -32
- 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/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
|
+
}] } });
|
|
1283
|
+
|
|
1284
|
+
/*
|
|
1285
|
+
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
1286
|
+
* This software is released under MIT license.
|
|
1287
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
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
|
+
}] });
|
|
1148
1311
|
|
|
1149
1312
|
/*
|
|
1150
1313
|
* Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
|
|
1151
1314
|
* This software is released under MIT license.
|
|
1152
1315
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
1153
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.
|
|
@@ -2331,7 +2673,7 @@ ClrProgressSpinnerModule.decorators = [
|
|
|
2331
2673
|
const CLR_BLANK_OPTION = { id: '-BLANK-', label: '- Select an option -', value: null };
|
|
2332
2674
|
|
|
2333
2675
|
/*
|
|
2334
|
-
* Copyright (c) 2018-
|
|
2676
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
2335
2677
|
* This software is released under MIT license.
|
|
2336
2678
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2337
2679
|
*/
|
|
@@ -2340,6 +2682,7 @@ class ClrAddOption {
|
|
|
2340
2682
|
this.mandatory = false;
|
|
2341
2683
|
this.allValues = [];
|
|
2342
2684
|
this.excludedValues = [];
|
|
2685
|
+
this.disabled = false;
|
|
2343
2686
|
this.valueChanged = new EventEmitter();
|
|
2344
2687
|
this.remove = new EventEmitter();
|
|
2345
2688
|
}
|
|
@@ -2361,32 +2704,42 @@ class ClrAddOption {
|
|
|
2361
2704
|
!!this.select && this.select.nativeElement.focus();
|
|
2362
2705
|
}
|
|
2363
2706
|
}
|
|
2364
|
-
ClrAddOption
|
|
2365
|
-
{ type:
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
}
|
|
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
|
+
}] } });
|
|
2382
2734
|
|
|
2383
2735
|
/*
|
|
2384
|
-
* Copyright (c) 2018-
|
|
2736
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
2385
2737
|
* This software is released under MIT license.
|
|
2386
2738
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2387
2739
|
*/
|
|
2388
|
-
class ClrQuickList {
|
|
2740
|
+
class ClrQuickList extends ClrAbstractFormComponent {
|
|
2389
2741
|
constructor() {
|
|
2742
|
+
super(...arguments);
|
|
2390
2743
|
this.blankOption = CLR_BLANK_OPTION;
|
|
2391
2744
|
this.allValues = [this.blankOption];
|
|
2392
2745
|
this.mandatory = false;
|
|
@@ -2397,29 +2750,39 @@ class ClrQuickList {
|
|
|
2397
2750
|
this.emptyOptionAdded = new EventEmitter();
|
|
2398
2751
|
}
|
|
2399
2752
|
ngOnInit() {
|
|
2400
|
-
if (this.values.length === 0
|
|
2401
|
-
this.values.push(this.
|
|
2753
|
+
if (this.values.length === 0) {
|
|
2754
|
+
this.values.push(...this.getEmptyValues());
|
|
2402
2755
|
}
|
|
2403
2756
|
}
|
|
2757
|
+
writeValue(value) {
|
|
2758
|
+
this.values = (value === null || value === void 0 ? void 0 : value.length) ? [...value] : this.getEmptyValues();
|
|
2759
|
+
}
|
|
2760
|
+
getEmptyValues() {
|
|
2761
|
+
return this.mandatory ? [this.blankOption] : [];
|
|
2762
|
+
}
|
|
2404
2763
|
onValueChanged(value, i) {
|
|
2405
2764
|
if (value) {
|
|
2406
2765
|
this.values[i] = value;
|
|
2407
|
-
this.
|
|
2766
|
+
this.emitValueChanged();
|
|
2408
2767
|
this.focusOption(value);
|
|
2409
2768
|
}
|
|
2410
2769
|
}
|
|
2411
2770
|
onRemoveValue(i) {
|
|
2412
2771
|
this.values.splice(i, 1);
|
|
2413
|
-
this.
|
|
2772
|
+
this.emitValueChanged();
|
|
2414
2773
|
}
|
|
2415
2774
|
addBlankOption() {
|
|
2416
2775
|
if (!this.hasBlankOption()) {
|
|
2417
2776
|
this.values.push(this.blankOption);
|
|
2418
|
-
this.
|
|
2777
|
+
this.emitValueChanged();
|
|
2419
2778
|
this.emptyOptionAdded.emit();
|
|
2420
2779
|
this.focusOption(this.blankOption);
|
|
2421
2780
|
}
|
|
2422
2781
|
}
|
|
2782
|
+
emitValueChanged() {
|
|
2783
|
+
this.valuesChanged.emit(this.values);
|
|
2784
|
+
this.onChange(this.values);
|
|
2785
|
+
}
|
|
2423
2786
|
focusOption(option) {
|
|
2424
2787
|
setTimeout(() => {
|
|
2425
2788
|
const opt = this.options.find(o => o.value.id === option.id);
|
|
@@ -2435,43 +2798,75 @@ class ClrQuickList {
|
|
|
2435
2798
|
return this.hasBlankOption() || this.values.length === this.allValues.length;
|
|
2436
2799
|
}
|
|
2437
2800
|
}
|
|
2438
|
-
ClrQuickList
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
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
|
+
}] } });
|
|
2457
2848
|
|
|
2458
2849
|
/*
|
|
2459
|
-
* Copyright (c) 2018-
|
|
2850
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
2460
2851
|
* This software is released under MIT license.
|
|
2461
2852
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2462
2853
|
*/
|
|
2463
2854
|
class ClrQuickListModule {
|
|
2464
2855
|
}
|
|
2465
|
-
ClrQuickListModule
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
]
|
|
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
|
+
}] });
|
|
2472
2867
|
|
|
2473
2868
|
/*
|
|
2474
|
-
* Copyright (c) 2018-
|
|
2869
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
2475
2870
|
* This software is released under MIT license.
|
|
2476
2871
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2477
2872
|
*/
|
|
@@ -2554,17 +2949,15 @@ class ClrSearchField {
|
|
|
2554
2949
|
}
|
|
2555
2950
|
}
|
|
2556
2951
|
}
|
|
2557
|
-
ClrSearchField
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
]
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
{ type: NgControl }
|
|
2567
|
-
];
|
|
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 }]; } });
|
|
2568
2961
|
|
|
2569
2962
|
/*
|
|
2570
2963
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2573,16 +2966,20 @@ ClrSearchField.ctorParameters = () => [
|
|
|
2573
2966
|
*/
|
|
2574
2967
|
class ClrSearchFieldModule {
|
|
2575
2968
|
}
|
|
2576
|
-
ClrSearchFieldModule
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
]
|
|
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
|
+
}] });
|
|
2583
2980
|
|
|
2584
2981
|
/*
|
|
2585
|
-
* Copyright (c) 2018-
|
|
2982
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
2586
2983
|
* This software is released under MIT license.
|
|
2587
2984
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2588
2985
|
*/
|
|
@@ -2620,11 +3017,28 @@ class ClrTreetableActionOverflow {
|
|
|
2620
3017
|
this.destroyed$.complete();
|
|
2621
3018
|
}
|
|
2622
3019
|
}
|
|
2623
|
-
ClrTreetableActionOverflow
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
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: `
|
|
2628
3042
|
<ng-container *ngIf="!empty">
|
|
2629
3043
|
<button class="treetable-action-trigger" clrPopoverAnchor clrPopoverOpenCloseButton>
|
|
2630
3044
|
<clr-icon shape="ellipsis-vertical"></clr-icon>
|
|
@@ -2639,20 +3053,15 @@ ClrTreetableActionOverflow.decorators = [
|
|
|
2639
3053
|
</div>
|
|
2640
3054
|
</ng-container>
|
|
2641
3055
|
`,
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
];
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
{ type: NgZone }
|
|
2652
|
-
];
|
|
2653
|
-
ClrTreetableActionOverflow.propDecorators = {
|
|
2654
|
-
empty: [{ type: Input }]
|
|
2655
|
-
};
|
|
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
|
+
}] } });
|
|
2656
3065
|
|
|
2657
3066
|
/*
|
|
2658
3067
|
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
@@ -2699,37 +3108,52 @@ class ClrTreetableRow {
|
|
|
2699
3108
|
return this.expandable;
|
|
2700
3109
|
}
|
|
2701
3110
|
}
|
|
2702
|
-
ClrTreetableRow
|
|
2703
|
-
{ type:
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
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
|
+
]),
|
|
2718
3140
|
]),
|
|
2719
|
-
])
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
]
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
]
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
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
|
+
}] } });
|
|
2733
3157
|
|
|
2734
3158
|
/*
|
|
2735
3159
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2738,19 +3162,22 @@ ClrTreetableRow.propDecorators = {
|
|
|
2738
3162
|
*/
|
|
2739
3163
|
class ClrTreetableColumn {
|
|
2740
3164
|
}
|
|
2741
|
-
ClrTreetableColumn
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
'
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
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
|
+
}] });
|
|
2751
3178
|
|
|
2752
3179
|
/*
|
|
2753
|
-
* Copyright (c) 2018-
|
|
3180
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
2754
3181
|
* This software is released under MIT license.
|
|
2755
3182
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
2756
3183
|
*/
|
|
@@ -2797,19 +3224,23 @@ class ClrTreetable {
|
|
|
2797
3224
|
this.destroyed$.complete();
|
|
2798
3225
|
}
|
|
2799
3226
|
}
|
|
2800
|
-
ClrTreetable
|
|
2801
|
-
{ type:
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
}
|
|
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
|
+
}] } });
|
|
2813
3244
|
|
|
2814
3245
|
/*
|
|
2815
3246
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2818,16 +3249,19 @@ ClrTreetable.propDecorators = {
|
|
|
2818
3249
|
*/
|
|
2819
3250
|
class ClrTreetableCell {
|
|
2820
3251
|
}
|
|
2821
|
-
ClrTreetableCell
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
'
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
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
|
+
}] });
|
|
2831
3265
|
|
|
2832
3266
|
/*
|
|
2833
3267
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2836,18 +3270,26 @@ ClrTreetableCell.decorators = [
|
|
|
2836
3270
|
*/
|
|
2837
3271
|
class ClrTreetablePlaceholder {
|
|
2838
3272
|
}
|
|
2839
|
-
ClrTreetablePlaceholder
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
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: `
|
|
2843
3285
|
<div class="treetable-placeholder treetable-empty">
|
|
2844
3286
|
<div class="treetable-placeholder-image"></div>
|
|
2845
3287
|
<ng-content></ng-content>
|
|
2846
3288
|
</div>
|
|
2847
3289
|
`,
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
];
|
|
3290
|
+
host: { '[class.treetable-placeholder-container]': 'true' },
|
|
3291
|
+
}]
|
|
3292
|
+
}] });
|
|
2851
3293
|
|
|
2852
3294
|
/*
|
|
2853
3295
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2881,13 +3323,12 @@ class TreetableHeaderRenderer {
|
|
|
2881
3323
|
this.renderer.addClass(this.el.nativeElement, 'clr-col');
|
|
2882
3324
|
}
|
|
2883
3325
|
}
|
|
2884
|
-
TreetableHeaderRenderer
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
];
|
|
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 }]; } });
|
|
2891
3332
|
|
|
2892
3333
|
/*
|
|
2893
3334
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2908,13 +3349,12 @@ class TreetableCellRenderer {
|
|
|
2908
3349
|
this.renderer.setStyle(this.el.nativeElement, 'max-width', maxWidth + 'px');
|
|
2909
3350
|
}
|
|
2910
3351
|
}
|
|
2911
|
-
TreetableCellRenderer
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
];
|
|
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 }]; } });
|
|
2918
3358
|
|
|
2919
3359
|
/*
|
|
2920
3360
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -2923,12 +3363,15 @@ TreetableCellRenderer.ctorParameters = () => [
|
|
|
2923
3363
|
*/
|
|
2924
3364
|
class TreetableRowRenderer {
|
|
2925
3365
|
}
|
|
2926
|
-
TreetableRowRenderer
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
}
|
|
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
|
+
}] } });
|
|
2932
3375
|
|
|
2933
3376
|
/*
|
|
2934
3377
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -3007,20 +3450,29 @@ class TreetableMainRenderer {
|
|
|
3007
3450
|
});
|
|
3008
3451
|
}
|
|
3009
3452
|
}
|
|
3010
|
-
TreetableMainRenderer
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
}
|
|
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
|
+
}] } });
|
|
3021
3473
|
|
|
3022
3474
|
/*
|
|
3023
|
-
* Copyright (c) 2018-
|
|
3475
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3024
3476
|
* This software is released under MIT license.
|
|
3025
3477
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3026
3478
|
*/
|
|
@@ -3038,13 +3490,35 @@ const CLR_TREETABLE_DIRECTIVES = [
|
|
|
3038
3490
|
];
|
|
3039
3491
|
class ClrTreetableModule {
|
|
3040
3492
|
}
|
|
3041
|
-
ClrTreetableModule
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
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
|
+
}] });
|
|
3048
3522
|
|
|
3049
3523
|
/*
|
|
3050
3524
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -3081,26 +3555,48 @@ class ClrViewEditSection {
|
|
|
3081
3555
|
this._editModeChanged.emit(this._editMode);
|
|
3082
3556
|
}
|
|
3083
3557
|
}
|
|
3084
|
-
ClrViewEditSection
|
|
3085
|
-
{ type:
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
}
|
|
3089
|
-
]
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3558
|
+
ClrViewEditSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSection, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3559
|
+
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"], _editMode: ["clrEditMode", "_editMode"], _editIcon: ["clrEditIcon", "_editIcon"], viewRef: ["clrViewRef", "viewRef"], editRef: ["clrEditRef", "editRef"] }, outputs: { _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 <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\">\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"] }] });
|
|
3560
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSection, decorators: [{
|
|
3561
|
+
type: Component,
|
|
3562
|
+
args: [{ selector: 'clr-view-edit-section', template: "<div class=\"card view-edit-section\" (keyup.escape)=\"onCancel()\">\n <div class=\"card-block\">\n <div class=\"card-title\">\n {{_title}}\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\">\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" }]
|
|
3563
|
+
}], propDecorators: { _title: [{
|
|
3564
|
+
type: Input,
|
|
3565
|
+
args: ['clrTitle']
|
|
3566
|
+
}], _saveText: [{
|
|
3567
|
+
type: Input,
|
|
3568
|
+
args: ['clrSaveText']
|
|
3569
|
+
}], _preventSave: [{
|
|
3570
|
+
type: Input,
|
|
3571
|
+
args: ['clrPreventModeChangeOnSave']
|
|
3572
|
+
}], _cancelText: [{
|
|
3573
|
+
type: Input,
|
|
3574
|
+
args: ['clrCancelText']
|
|
3575
|
+
}], _editable: [{
|
|
3576
|
+
type: Input,
|
|
3577
|
+
args: ['clrEditable']
|
|
3578
|
+
}], _editMode: [{
|
|
3579
|
+
type: Input,
|
|
3580
|
+
args: ['clrEditMode']
|
|
3581
|
+
}], _editIcon: [{
|
|
3582
|
+
type: Input,
|
|
3583
|
+
args: ['clrEditIcon']
|
|
3584
|
+
}], viewRef: [{
|
|
3585
|
+
type: Input,
|
|
3586
|
+
args: ['clrViewRef']
|
|
3587
|
+
}], editRef: [{
|
|
3588
|
+
type: Input,
|
|
3589
|
+
args: ['clrEditRef']
|
|
3590
|
+
}], _editModeChanged: [{
|
|
3591
|
+
type: Output,
|
|
3592
|
+
args: ['clrEditModeChange']
|
|
3593
|
+
}], _submitted: [{
|
|
3594
|
+
type: Output,
|
|
3595
|
+
args: ['clrSectionSubmitted']
|
|
3596
|
+
}], _cancelled: [{
|
|
3597
|
+
type: Output,
|
|
3598
|
+
args: ['clrSectionEditCancelled']
|
|
3599
|
+
}] } });
|
|
3104
3600
|
|
|
3105
3601
|
/*
|
|
3106
3602
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -3109,13 +3605,17 @@ ClrViewEditSection.propDecorators = {
|
|
|
3109
3605
|
*/
|
|
3110
3606
|
class ClrViewEditSectionModule {
|
|
3111
3607
|
}
|
|
3112
|
-
ClrViewEditSectionModule
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
]
|
|
3608
|
+
ClrViewEditSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3609
|
+
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] });
|
|
3610
|
+
ClrViewEditSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSectionModule, imports: [[CommonModule, ClarityModule, FormsModule, ClrFormsModule]] });
|
|
3611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSectionModule, decorators: [{
|
|
3612
|
+
type: NgModule,
|
|
3613
|
+
args: [{
|
|
3614
|
+
imports: [CommonModule, ClarityModule, FormsModule, ClrFormsModule],
|
|
3615
|
+
declarations: [ClrViewEditSection],
|
|
3616
|
+
exports: [ClrViewEditSection],
|
|
3617
|
+
}]
|
|
3618
|
+
}] });
|
|
3119
3619
|
|
|
3120
3620
|
/*
|
|
3121
3621
|
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
@@ -3314,10 +3814,11 @@ class ClrHistoryService {
|
|
|
3314
3814
|
return domain.join('.');
|
|
3315
3815
|
}
|
|
3316
3816
|
}
|
|
3317
|
-
ClrHistoryService
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3817
|
+
ClrHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3818
|
+
ClrHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryService });
|
|
3819
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryService, decorators: [{
|
|
3820
|
+
type: Injectable
|
|
3821
|
+
}], ctorParameters: function () { return []; } });
|
|
3321
3822
|
|
|
3322
3823
|
/*
|
|
3323
3824
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -3352,25 +3853,36 @@ class ClrHistory {
|
|
|
3352
3853
|
this.historyService.setHistoryPinned(this.username, !this.pinActivated);
|
|
3353
3854
|
}
|
|
3354
3855
|
}
|
|
3355
|
-
ClrHistory
|
|
3356
|
-
{ type:
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
];
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
]
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3856
|
+
ClrHistory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistory, deps: [{ token: ClrHistoryService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3857
|
+
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"] }] });
|
|
3858
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistory, decorators: [{
|
|
3859
|
+
type: Component,
|
|
3860
|
+
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" }]
|
|
3861
|
+
}], ctorParameters: function () { return [{ type: ClrHistoryService }]; }, propDecorators: { username: [{
|
|
3862
|
+
type: Input,
|
|
3863
|
+
args: ['clrUsername']
|
|
3864
|
+
}], context: [{
|
|
3865
|
+
type: Input,
|
|
3866
|
+
args: ['clrContext']
|
|
3867
|
+
}], pinActive: [{
|
|
3868
|
+
type: Input,
|
|
3869
|
+
args: ['clrPinActive']
|
|
3870
|
+
}], dropdownHeader: [{
|
|
3871
|
+
type: Input,
|
|
3872
|
+
args: ['clrDropdownHeader']
|
|
3873
|
+
}], dropdownPin: [{
|
|
3874
|
+
type: Input,
|
|
3875
|
+
args: ['clrDropdownPin']
|
|
3876
|
+
}], dropdownUnpin: [{
|
|
3877
|
+
type: Input,
|
|
3878
|
+
args: ['clrDropdownUnpin']
|
|
3879
|
+
}], domain: [{
|
|
3880
|
+
type: Input,
|
|
3881
|
+
args: ['clrDomain']
|
|
3882
|
+
}], position: [{
|
|
3883
|
+
type: Input,
|
|
3884
|
+
args: ['clrPosition']
|
|
3885
|
+
}] } });
|
|
3374
3886
|
|
|
3375
3887
|
/*
|
|
3376
3888
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -3400,20 +3912,21 @@ class ClrHistoryPinned {
|
|
|
3400
3912
|
this.settingsSubscription.unsubscribe();
|
|
3401
3913
|
}
|
|
3402
3914
|
}
|
|
3403
|
-
ClrHistoryPinned
|
|
3404
|
-
{ type:
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
];
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
]
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3915
|
+
ClrHistoryPinned.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryPinned, deps: [{ token: ClrHistoryService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3916
|
+
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"] }] });
|
|
3917
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryPinned, decorators: [{
|
|
3918
|
+
type: Component,
|
|
3919
|
+
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" }]
|
|
3920
|
+
}], ctorParameters: function () { return [{ type: ClrHistoryService }]; }, propDecorators: { username: [{
|
|
3921
|
+
type: Input,
|
|
3922
|
+
args: ['clrUsername']
|
|
3923
|
+
}], context: [{
|
|
3924
|
+
type: Input,
|
|
3925
|
+
args: ['clrContext']
|
|
3926
|
+
}], domain: [{
|
|
3927
|
+
type: Input,
|
|
3928
|
+
args: ['clrDomain']
|
|
3929
|
+
}] } });
|
|
3417
3930
|
|
|
3418
3931
|
/*
|
|
3419
3932
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -3422,13 +3935,17 @@ ClrHistoryPinned.propDecorators = {
|
|
|
3422
3935
|
*/
|
|
3423
3936
|
class ClrHistoryModule {
|
|
3424
3937
|
}
|
|
3425
|
-
ClrHistoryModule
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
]
|
|
3938
|
+
ClrHistoryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3939
|
+
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] });
|
|
3940
|
+
ClrHistoryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryModule, imports: [[CommonModule, ClarityModule, RouterModule]] });
|
|
3941
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryModule, decorators: [{
|
|
3942
|
+
type: NgModule,
|
|
3943
|
+
args: [{
|
|
3944
|
+
imports: [CommonModule, ClarityModule, RouterModule],
|
|
3945
|
+
declarations: [ClrHistory, ClrHistoryPinned],
|
|
3946
|
+
exports: [ClrHistory, ClrHistoryPinned],
|
|
3947
|
+
}]
|
|
3948
|
+
}] });
|
|
3432
3949
|
|
|
3433
3950
|
/*
|
|
3434
3951
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -3437,14 +3954,17 @@ ClrHistoryModule.decorators = [
|
|
|
3437
3954
|
*/
|
|
3438
3955
|
class ClrAutocompleteOff {
|
|
3439
3956
|
}
|
|
3440
|
-
ClrAutocompleteOff
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
]
|
|
3957
|
+
ClrAutocompleteOff.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOff, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3958
|
+
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 });
|
|
3959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOff, decorators: [{
|
|
3960
|
+
type: Directive,
|
|
3961
|
+
args: [{
|
|
3962
|
+
selector: 'input:not([autocomplete])',
|
|
3963
|
+
host: {
|
|
3964
|
+
'[attr.autocomplete]': '"off"',
|
|
3965
|
+
},
|
|
3966
|
+
}]
|
|
3967
|
+
}] });
|
|
3448
3968
|
|
|
3449
3969
|
/*
|
|
3450
3970
|
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
@@ -3453,12 +3973,16 @@ ClrAutocompleteOff.decorators = [
|
|
|
3453
3973
|
*/
|
|
3454
3974
|
class ClrAutocompleteOffModule {
|
|
3455
3975
|
}
|
|
3456
|
-
ClrAutocompleteOffModule
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3976
|
+
ClrAutocompleteOffModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOffModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3977
|
+
ClrAutocompleteOffModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOffModule, declarations: [ClrAutocompleteOff], exports: [ClrAutocompleteOff] });
|
|
3978
|
+
ClrAutocompleteOffModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOffModule });
|
|
3979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOffModule, decorators: [{
|
|
3980
|
+
type: NgModule,
|
|
3981
|
+
args: [{
|
|
3982
|
+
declarations: [ClrAutocompleteOff],
|
|
3983
|
+
exports: [ClrAutocompleteOff],
|
|
3984
|
+
}]
|
|
3985
|
+
}] });
|
|
3462
3986
|
|
|
3463
3987
|
/*
|
|
3464
3988
|
* Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
|
|
@@ -3501,17 +4025,21 @@ class ClrBrandAvatar {
|
|
|
3501
4025
|
}
|
|
3502
4026
|
}
|
|
3503
4027
|
ClrBrandAvatar.DEFAULT_ICON_SHAPE = 'new-car-private';
|
|
3504
|
-
ClrBrandAvatar
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
]
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
4028
|
+
ClrBrandAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatar, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4029
|
+
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" }] });
|
|
4030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatar, decorators: [{
|
|
4031
|
+
type: Component,
|
|
4032
|
+
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" }]
|
|
4033
|
+
}], propDecorators: { avatar: [{
|
|
4034
|
+
type: HostBinding,
|
|
4035
|
+
args: ['class.clr-brand-avatar']
|
|
4036
|
+
}], brand: [{
|
|
4037
|
+
type: Input,
|
|
4038
|
+
args: ['clrBrand']
|
|
4039
|
+
}], avatarElement: [{
|
|
4040
|
+
type: ViewChild,
|
|
4041
|
+
args: ['avatar', { static: true }]
|
|
4042
|
+
}] } });
|
|
3515
4043
|
|
|
3516
4044
|
/*
|
|
3517
4045
|
* Copyright (c) 2021 Porsche Informatik. All Rights Reserved.
|
|
@@ -3520,13 +4048,17 @@ ClrBrandAvatar.propDecorators = {
|
|
|
3520
4048
|
*/
|
|
3521
4049
|
class ClrBrandAvatarModule {
|
|
3522
4050
|
}
|
|
3523
|
-
ClrBrandAvatarModule
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
]
|
|
4051
|
+
ClrBrandAvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4052
|
+
ClrBrandAvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatarModule, declarations: [ClrBrandAvatar], imports: [CommonModule, ClarityModule], exports: [ClrBrandAvatar] });
|
|
4053
|
+
ClrBrandAvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatarModule, imports: [[CommonModule, ClarityModule]] });
|
|
4054
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatarModule, decorators: [{
|
|
4055
|
+
type: NgModule,
|
|
4056
|
+
args: [{
|
|
4057
|
+
imports: [CommonModule, ClarityModule],
|
|
4058
|
+
declarations: [ClrBrandAvatar],
|
|
4059
|
+
exports: [ClrBrandAvatar],
|
|
4060
|
+
}]
|
|
4061
|
+
}] });
|
|
3530
4062
|
|
|
3531
4063
|
/**
|
|
3532
4064
|
* The abstract base class for all identifier types
|
|
@@ -3591,39 +4123,6 @@ class LocationBarNode {
|
|
|
3591
4123
|
}
|
|
3592
4124
|
}
|
|
3593
4125
|
|
|
3594
|
-
ClarityIcons.addIcons(organizationIcon);
|
|
3595
|
-
class LocationBarComponent {
|
|
3596
|
-
constructor() {
|
|
3597
|
-
this.root$ = new ReplaySubject();
|
|
3598
|
-
this.iconShape = 'organization';
|
|
3599
|
-
this.iconTitle = '';
|
|
3600
|
-
this.selectionChanged = new EventEmitter();
|
|
3601
|
-
}
|
|
3602
|
-
set roots(roots) {
|
|
3603
|
-
const internalRoot = new LocationBarNode(null, null, false);
|
|
3604
|
-
internalRoot.setChildren(roots);
|
|
3605
|
-
if (roots.length === 1) {
|
|
3606
|
-
internalRoot.setSelectedChild(roots[0]);
|
|
3607
|
-
}
|
|
3608
|
-
this.root$.next(internalRoot);
|
|
3609
|
-
}
|
|
3610
|
-
onSelectionChanged(selection) {
|
|
3611
|
-
this.selectionChanged.emit(selection);
|
|
3612
|
-
}
|
|
3613
|
-
}
|
|
3614
|
-
LocationBarComponent.decorators = [
|
|
3615
|
-
{ type: Component, args: [{
|
|
3616
|
-
selector: 'clr-location-bar',
|
|
3617
|
-
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"
|
|
3618
|
-
},] }
|
|
3619
|
-
];
|
|
3620
|
-
LocationBarComponent.propDecorators = {
|
|
3621
|
-
iconShape: [{ type: Input }],
|
|
3622
|
-
iconTitle: [{ type: Input }],
|
|
3623
|
-
roots: [{ type: Input }],
|
|
3624
|
-
selectionChanged: [{ type: Output }]
|
|
3625
|
-
};
|
|
3626
|
-
|
|
3627
4126
|
const CONTENT_PROVIDER = new InjectionToken('CONTENT_PROVIDER');
|
|
3628
4127
|
/**
|
|
3629
4128
|
* Interface denoting the contract between the location bar component and
|
|
@@ -3704,75 +4203,222 @@ class LocationBarNodeComponent {
|
|
|
3704
4203
|
this.selectionChanged.emit([selectedNode.id]);
|
|
3705
4204
|
}
|
|
3706
4205
|
}
|
|
3707
|
-
LocationBarNodeComponent
|
|
3708
|
-
{ type:
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
4206
|
+
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 });
|
|
4207
|
+
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"] }] });
|
|
4208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LocationBarNodeComponent, decorators: [{
|
|
4209
|
+
type: Component,
|
|
4210
|
+
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" }]
|
|
4211
|
+
}], ctorParameters: function () {
|
|
4212
|
+
return [{ type: LocationBarContentProvider, decorators: [{
|
|
4213
|
+
type: Inject,
|
|
4214
|
+
args: [CONTENT_PROVIDER]
|
|
4215
|
+
}, {
|
|
4216
|
+
type: Optional
|
|
4217
|
+
}] }];
|
|
4218
|
+
}, propDecorators: { selectionChanged: [{
|
|
4219
|
+
type: Output
|
|
4220
|
+
}], parentNode: [{
|
|
4221
|
+
type: Input
|
|
4222
|
+
}] } });
|
|
4223
|
+
|
|
4224
|
+
ClarityIcons.addIcons(organizationIcon);
|
|
4225
|
+
class LocationBarComponent {
|
|
4226
|
+
constructor() {
|
|
4227
|
+
this.root$ = new ReplaySubject();
|
|
4228
|
+
this.iconShape = 'organization';
|
|
4229
|
+
this.iconTitle = '';
|
|
4230
|
+
this.selectionChanged = new EventEmitter();
|
|
4231
|
+
}
|
|
4232
|
+
set roots(roots) {
|
|
4233
|
+
const internalRoot = new LocationBarNode(null, null, false);
|
|
4234
|
+
internalRoot.setChildren(roots);
|
|
4235
|
+
if (roots.length === 1) {
|
|
4236
|
+
internalRoot.setSelectedChild(roots[0]);
|
|
4237
|
+
}
|
|
4238
|
+
this.root$.next(internalRoot);
|
|
4239
|
+
}
|
|
4240
|
+
onSelectionChanged(selection) {
|
|
4241
|
+
this.selectionChanged.emit(selection);
|
|
4242
|
+
}
|
|
4243
|
+
}
|
|
4244
|
+
LocationBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LocationBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4245
|
+
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 } });
|
|
4246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LocationBarComponent, decorators: [{
|
|
4247
|
+
type: Component,
|
|
4248
|
+
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" }]
|
|
4249
|
+
}], propDecorators: { iconShape: [{
|
|
4250
|
+
type: Input,
|
|
4251
|
+
args: ['clrIconShape']
|
|
4252
|
+
}], iconTitle: [{
|
|
4253
|
+
type: Input,
|
|
4254
|
+
args: ['clrIconTitle']
|
|
4255
|
+
}], roots: [{
|
|
4256
|
+
type: Input,
|
|
4257
|
+
args: ['clrRoots']
|
|
4258
|
+
}], selectionChanged: [{
|
|
4259
|
+
type: Output,
|
|
4260
|
+
args: ['clrSelectionChanged']
|
|
4261
|
+
}] } });
|
|
3721
4262
|
|
|
3722
4263
|
class ClrLocationBarModule {
|
|
3723
4264
|
}
|
|
3724
|
-
ClrLocationBarModule
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
]
|
|
4265
|
+
ClrLocationBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLocationBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4266
|
+
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] });
|
|
4267
|
+
ClrLocationBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLocationBarModule, imports: [[CommonModule, ClrIconModule, ClrDropdownModule]] });
|
|
4268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLocationBarModule, decorators: [{
|
|
4269
|
+
type: NgModule,
|
|
4270
|
+
args: [{
|
|
4271
|
+
declarations: [LocationBarComponent, LocationBarNodeComponent],
|
|
4272
|
+
imports: [CommonModule, ClrIconModule, ClrDropdownModule],
|
|
4273
|
+
exports: [LocationBarComponent],
|
|
4274
|
+
}]
|
|
4275
|
+
}] });
|
|
4276
|
+
|
|
4277
|
+
class ClrAddonsLabel {
|
|
4278
|
+
constructor(controlIdService, renderer, el) {
|
|
4279
|
+
this.controlIdService = controlIdService;
|
|
4280
|
+
this.renderer = renderer;
|
|
4281
|
+
this.el = el;
|
|
4282
|
+
this.destroyed$ = new Subject();
|
|
4283
|
+
}
|
|
4284
|
+
ngOnInit() {
|
|
4285
|
+
// Only add the clr-control-label if it is inside a control container
|
|
4286
|
+
if (this.controlIdService) {
|
|
4287
|
+
this.renderer.addClass(this.el.nativeElement, 'clr-control-label');
|
|
4288
|
+
}
|
|
4289
|
+
if (this.controlIdService && !this.el.nativeElement.getAttribute('for')) {
|
|
4290
|
+
this.controlIdService.idChange.pipe(takeUntil$1(this.destroyed$)).subscribe(id =>
|
|
4291
|
+
// setTimeout needed, otherwise the ClrLabel directive of clarity will remove this via HostBinding again
|
|
4292
|
+
setTimeout(() => this.renderer.setAttribute(this.el.nativeElement, 'for', id)));
|
|
4293
|
+
}
|
|
4294
|
+
}
|
|
4295
|
+
ngOnDestroy() {
|
|
4296
|
+
this.destroyed$.next();
|
|
4297
|
+
this.destroyed$.complete();
|
|
4298
|
+
}
|
|
4299
|
+
}
|
|
4300
|
+
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 });
|
|
4301
|
+
ClrAddonsLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrAddonsLabel, selector: "label", ngImport: i0 });
|
|
4302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsLabel, decorators: [{
|
|
4303
|
+
type: Directive,
|
|
4304
|
+
args: [{ selector: 'label' }]
|
|
4305
|
+
}], ctorParameters: function () {
|
|
4306
|
+
return [{ type: ControlIdService, decorators: [{
|
|
4307
|
+
type: Optional
|
|
4308
|
+
}] }, { type: i0.Renderer2 }, { type: i0.ElementRef }];
|
|
4309
|
+
} });
|
|
3731
4310
|
|
|
3732
4311
|
/*
|
|
3733
4312
|
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3734
4313
|
* This software is released under MIT license.
|
|
3735
4314
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3736
4315
|
*/
|
|
3737
|
-
class
|
|
4316
|
+
class ClrFormModule {
|
|
3738
4317
|
}
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
ClrContentPanelModule,
|
|
3750
|
-
ClrNotificationModule,
|
|
3751
|
-
ClrFlowBarModule,
|
|
3752
|
-
ClrBackButtonModule,
|
|
3753
|
-
ClrNumericFieldModule,
|
|
3754
|
-
ClrSearchFieldModule,
|
|
3755
|
-
ClrTreetableModule,
|
|
3756
|
-
ClrProgressSpinnerModule,
|
|
3757
|
-
ClrDateTimeModule,
|
|
3758
|
-
ClrQuickListModule,
|
|
3759
|
-
ClrLetterAvatarModule,
|
|
3760
|
-
ClrMultilingualModule,
|
|
3761
|
-
ClrGenericQuickListModule,
|
|
3762
|
-
ClrDataListValidatorModule,
|
|
3763
|
-
ClrHistoryModule,
|
|
3764
|
-
ClrAutocompleteOffModule,
|
|
3765
|
-
ClrBrandAvatarModule,
|
|
3766
|
-
ClrLocationBarModule,
|
|
3767
|
-
],
|
|
3768
|
-
},] }
|
|
3769
|
-
];
|
|
4318
|
+
ClrFormModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4319
|
+
ClrFormModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFormModule, declarations: [ClrAddonsLabel], exports: [ClrAddonsLabel] });
|
|
4320
|
+
ClrFormModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFormModule });
|
|
4321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFormModule, decorators: [{
|
|
4322
|
+
type: NgModule,
|
|
4323
|
+
args: [{
|
|
4324
|
+
declarations: [ClrAddonsLabel],
|
|
4325
|
+
exports: [ClrAddonsLabel],
|
|
4326
|
+
}]
|
|
4327
|
+
}] });
|
|
3770
4328
|
|
|
3771
4329
|
/*
|
|
3772
|
-
* Copyright (c) 2018-
|
|
4330
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
3773
4331
|
* This software is released under MIT license.
|
|
3774
4332
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3775
4333
|
*/
|
|
4334
|
+
class ClrAddonsModule {
|
|
4335
|
+
}
|
|
4336
|
+
ClrAddonsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4337
|
+
ClrAddonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsModule, exports: [ClrViewEditSectionModule,
|
|
4338
|
+
ClrPagerModule,
|
|
4339
|
+
ClrDotPagerModule,
|
|
4340
|
+
ClrPagedSearchResultListModule,
|
|
4341
|
+
ClrCollapseExpandSectionModule,
|
|
4342
|
+
ClrBreadcrumbModule,
|
|
4343
|
+
ClrMainNavGroupModule,
|
|
4344
|
+
ClrContentPanelModule,
|
|
4345
|
+
ClrNotificationModule,
|
|
4346
|
+
ClrFlowBarModule,
|
|
4347
|
+
ClrBackButtonModule,
|
|
4348
|
+
ClrNumericFieldModule,
|
|
4349
|
+
ClrSearchFieldModule,
|
|
4350
|
+
ClrTreetableModule,
|
|
4351
|
+
ClrProgressSpinnerModule,
|
|
4352
|
+
ClrDateTimeModule,
|
|
4353
|
+
ClrQuickListModule,
|
|
4354
|
+
ClrLetterAvatarModule,
|
|
4355
|
+
ClrMultilingualModule,
|
|
4356
|
+
ClrGenericQuickListModule,
|
|
4357
|
+
ClrDataListValidatorModule,
|
|
4358
|
+
ClrHistoryModule,
|
|
4359
|
+
ClrAutocompleteOffModule,
|
|
4360
|
+
ClrBrandAvatarModule,
|
|
4361
|
+
ClrLocationBarModule,
|
|
4362
|
+
ClrFormModule] });
|
|
4363
|
+
ClrAddonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsModule, imports: [ClrViewEditSectionModule,
|
|
4364
|
+
ClrPagerModule,
|
|
4365
|
+
ClrDotPagerModule,
|
|
4366
|
+
ClrPagedSearchResultListModule,
|
|
4367
|
+
ClrCollapseExpandSectionModule,
|
|
4368
|
+
ClrBreadcrumbModule,
|
|
4369
|
+
ClrMainNavGroupModule,
|
|
4370
|
+
ClrContentPanelModule,
|
|
4371
|
+
ClrNotificationModule,
|
|
4372
|
+
ClrFlowBarModule,
|
|
4373
|
+
ClrBackButtonModule,
|
|
4374
|
+
ClrNumericFieldModule,
|
|
4375
|
+
ClrSearchFieldModule,
|
|
4376
|
+
ClrTreetableModule,
|
|
4377
|
+
ClrProgressSpinnerModule,
|
|
4378
|
+
ClrDateTimeModule,
|
|
4379
|
+
ClrQuickListModule,
|
|
4380
|
+
ClrLetterAvatarModule,
|
|
4381
|
+
ClrMultilingualModule,
|
|
4382
|
+
ClrGenericQuickListModule,
|
|
4383
|
+
ClrDataListValidatorModule,
|
|
4384
|
+
ClrHistoryModule,
|
|
4385
|
+
ClrAutocompleteOffModule,
|
|
4386
|
+
ClrBrandAvatarModule,
|
|
4387
|
+
ClrLocationBarModule,
|
|
4388
|
+
ClrFormModule] });
|
|
4389
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsModule, decorators: [{
|
|
4390
|
+
type: NgModule,
|
|
4391
|
+
args: [{
|
|
4392
|
+
exports: [
|
|
4393
|
+
ClrViewEditSectionModule,
|
|
4394
|
+
ClrPagerModule,
|
|
4395
|
+
ClrDotPagerModule,
|
|
4396
|
+
ClrPagedSearchResultListModule,
|
|
4397
|
+
ClrCollapseExpandSectionModule,
|
|
4398
|
+
ClrBreadcrumbModule,
|
|
4399
|
+
ClrMainNavGroupModule,
|
|
4400
|
+
ClrContentPanelModule,
|
|
4401
|
+
ClrNotificationModule,
|
|
4402
|
+
ClrFlowBarModule,
|
|
4403
|
+
ClrBackButtonModule,
|
|
4404
|
+
ClrNumericFieldModule,
|
|
4405
|
+
ClrSearchFieldModule,
|
|
4406
|
+
ClrTreetableModule,
|
|
4407
|
+
ClrProgressSpinnerModule,
|
|
4408
|
+
ClrDateTimeModule,
|
|
4409
|
+
ClrQuickListModule,
|
|
4410
|
+
ClrLetterAvatarModule,
|
|
4411
|
+
ClrMultilingualModule,
|
|
4412
|
+
ClrGenericQuickListModule,
|
|
4413
|
+
ClrDataListValidatorModule,
|
|
4414
|
+
ClrHistoryModule,
|
|
4415
|
+
ClrAutocompleteOffModule,
|
|
4416
|
+
ClrBrandAvatarModule,
|
|
4417
|
+
ClrLocationBarModule,
|
|
4418
|
+
ClrFormModule,
|
|
4419
|
+
],
|
|
4420
|
+
}]
|
|
4421
|
+
}] });
|
|
3776
4422
|
|
|
3777
4423
|
/*
|
|
3778
4424
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -3799,13 +4445,13 @@ ClrAddonsModule.decorators = [
|
|
|
3799
4445
|
*/
|
|
3800
4446
|
|
|
3801
4447
|
/*
|
|
3802
|
-
* Copyright (c) 2018-
|
|
4448
|
+
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
3803
4449
|
* This software is released under MIT license.
|
|
3804
4450
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3805
4451
|
*/
|
|
3806
4452
|
|
|
3807
4453
|
/*
|
|
3808
|
-
* Copyright (c) 2018-
|
|
4454
|
+
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
3809
4455
|
* This software is released under MIT license.
|
|
3810
4456
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
3811
4457
|
*/
|
|
@@ -3959,15 +4605,16 @@ class ClrNotificationService {
|
|
|
3959
4605
|
}
|
|
3960
4606
|
}
|
|
3961
4607
|
}
|
|
3962
|
-
ClrNotificationService
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
];
|
|
4608
|
+
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 });
|
|
4609
|
+
ClrNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotificationService });
|
|
4610
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotificationService, decorators: [{
|
|
4611
|
+
type: Injectable
|
|
4612
|
+
}], ctorParameters: function () {
|
|
4613
|
+
return [{ type: i0.Injector }, { type: i0.ApplicationRef }, { type: i0.ComponentFactoryResolver }, { type: Document, decorators: [{
|
|
4614
|
+
type: Inject,
|
|
4615
|
+
args: [DOCUMENT]
|
|
4616
|
+
}] }];
|
|
4617
|
+
} });
|
|
3971
4618
|
|
|
3972
4619
|
/*
|
|
3973
4620
|
* Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
|
|
@@ -4006,7 +4653,7 @@ ClrNotificationService.ctorParameters = () => [
|
|
|
4006
4653
|
*/
|
|
4007
4654
|
|
|
4008
4655
|
/*
|
|
4009
|
-
* Copyright (c) 2018-
|
|
4656
|
+
* Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
|
|
4010
4657
|
* This software is released under MIT license.
|
|
4011
4658
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
4012
4659
|
*/
|
|
@@ -4308,12 +4955,6 @@ const ClrAddonsIconShapes = {
|
|
|
4308
4955
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
4309
4956
|
*/
|
|
4310
4957
|
|
|
4311
|
-
/*
|
|
4312
|
-
* Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
|
|
4313
|
-
* This software is released under MIT license.
|
|
4314
|
-
* The full license information can be found in LICENSE in the root directory of this project.
|
|
4315
|
-
*/
|
|
4316
|
-
|
|
4317
4958
|
/*
|
|
4318
4959
|
* Copyright (c) 2020 Porsche Informatik. All Rights Reserved.
|
|
4319
4960
|
* This software is released under MIT license.
|
|
@@ -4336,5 +4977,5 @@ const ClrAddonsIconShapes = {
|
|
|
4336
4977
|
* Generated bundle index. Do not edit.
|
|
4337
4978
|
*/
|
|
4338
4979
|
|
|
4339
|
-
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
|
|
4340
|
-
//# sourceMappingURL=clr-addons.
|
|
4980
|
+
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 };
|
|
4981
|
+
//# sourceMappingURL=clr-addons.mjs.map
|