@porscheinformatik/clr-addons 11.2.0 → 12.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/abstract-form-component/abstract-form-component.d.ts +11 -3
- package/abstract-form-component/control-id.service.d.ts +11 -0
- package/abstract-form-component/form.module.d.ts +7 -0
- package/abstract-form-component/index.d.ts +2 -0
- package/abstract-form-component/label.d.ts +16 -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 +41 -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} +1689 -1064
- package/fesm2015/clr-addons.mjs.map +1 -0
- package/fesm2020/clr-addons.mjs +4991 -0
- package/fesm2020/clr-addons.mjs.map +1 -0
- package/flow-bar/flow-bar.d.ts +3 -0
- package/flow-bar/flow-bar.module.d.ts +8 -0
- package/generic-quick-list/generic-quick-list.d.ts +3 -0
- package/generic-quick-list/generic-quick-list.module.d.ts +7 -0
- package/history/history-pinned.d.ts +3 -0
- package/history/history.d.ts +3 -0
- package/history/history.module.d.ts +9 -0
- package/history/history.service.d.ts +3 -0
- package/index.d.ts +2 -0
- package/letter-avatar/letter-avatar.d.ts +3 -0
- package/letter-avatar/letter-avatar.module.d.ts +7 -0
- package/location-bar/index.d.ts +1 -0
- package/location-bar/location-bar-node/location-bar-node.component.d.ts +3 -0
- package/location-bar/location-bar.component.d.ts +3 -0
- package/location-bar/location-bar.module.d.ts +8 -0
- package/main-nav-group/main-nav-group-item.d.ts +3 -0
- package/main-nav-group/main-nav-group.d.ts +3 -0
- package/main-nav-group/main-nav-group.module.d.ts +9 -0
- package/multilingual/abstract-multilingual.d.ts +3 -0
- package/multilingual/multilingual-input/multilingual-input.d.ts +3 -0
- package/multilingual/multilingual-selector.d.ts +3 -0
- package/multilingual/multilingual-textarea/multilingual-textarea.d.ts +3 -0
- package/multilingual/multilingual-validators.d.ts +5 -0
- package/multilingual/multilingual.module.d.ts +11 -0
- package/notification/notification.d.ts +3 -0
- package/notification/notification.module.d.ts +8 -0
- package/notification/notification.service.d.ts +3 -0
- package/numericfield/numeric-field-validators.d.ts +5 -0
- package/numericfield/numeric-field.d.ts +3 -0
- package/numericfield/numeric-field.module.d.ts +9 -0
- package/package.json +27 -13
- package/paged-search-result-list/paged-search-result-list.d.ts +3 -0
- package/paged-search-result-list/paged-search-result-list.module.d.ts +9 -0
- package/pager/pager.d.ts +3 -0
- package/pager/pager.module.d.ts +8 -0
- package/progress-spinner/progress-spinner.d.ts +3 -0
- package/progress-spinner/progress-spinner.module.d.ts +6 -0
- package/quick-list/add-option.d.ts +3 -0
- package/quick-list/quick-list.d.ts +3 -0
- package/quick-list/quick-list.module.d.ts +9 -0
- package/searchfield/search-field.d.ts +4 -1
- package/searchfield/search-field.module.d.ts +8 -0
- package/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 -5121
- package/bundles/clr-addons.umd.js.map +0 -1
- package/clr-addons.metadata.json +0 -1
- package/clr-addons.module.ngfactory.d.ts +0 -3
- package/collapse-expand-section/collapse-expand-section.module.ngfactory.d.ts +0 -3
- package/collapse-expand-section/collapse-expand-section.ngfactory.d.ts +0 -1
- package/content-panel/content-panel-container-content.ngfactory.d.ts +0 -1
- package/content-panel/content-panel-container-footer.ngfactory.d.ts +0 -1
- package/content-panel/content-panel-container.ngfactory.d.ts +0 -1
- package/content-panel/content-panel.module.ngfactory.d.ts +0 -3
- package/content-panel/content-panel.ngfactory.d.ts +0 -1
- package/data-list-validator/data-list-validator.module.ngfactory.d.ts +0 -3
- package/date-time-container/date-time-container.ngfactory.d.ts +0 -1
- package/date-time-container/date-time-module.ngfactory.d.ts +0 -3
- package/dot-pager/dot-pager.module.ngfactory.d.ts +0 -3
- package/dot-pager/dot-pager.ngfactory.d.ts +0 -1
- package/esm2015/abstract-form-component/abstract-form-component.js +0 -77
- package/esm2015/abstract-form-component/abstract-form-component.ngsummary.json +0 -1
- package/esm2015/autocomplete-off/autocomplete-off.directive.js +0 -17
- package/esm2015/autocomplete-off/autocomplete-off.directive.ngsummary.json +0 -1
- package/esm2015/autocomplete-off/autocomplete-off.module.js +0 -16
- package/esm2015/autocomplete-off/autocomplete-off.module.ngfactory.js +0 -13
- package/esm2015/autocomplete-off/autocomplete-off.module.ngsummary.json +0 -1
- package/esm2015/back-button/back-button.js +0 -25
- package/esm2015/back-button/back-button.module.js +0 -20
- package/esm2015/back-button/back-button.module.ngfactory.js +0 -17
- package/esm2015/back-button/back-button.module.ngsummary.json +0 -1
- package/esm2015/back-button/back-button.ngfactory.js +0 -23
- package/esm2015/back-button/back-button.ngsummary.json +0 -1
- package/esm2015/back-button/index.ngsummary.json +0 -1
- package/esm2015/brand-avatar/brand-avatar.js +0 -54
- package/esm2015/brand-avatar/brand-avatar.module.js +0 -19
- package/esm2015/brand-avatar/brand-avatar.module.ngfactory.js +0 -17
- package/esm2015/brand-avatar/brand-avatar.module.ngsummary.json +0 -1
- package/esm2015/brand-avatar/brand-avatar.ngfactory.js +0 -19
- package/esm2015/brand-avatar/brand-avatar.ngsummary.json +0 -1
- package/esm2015/brand-avatar/index.ngsummary.json +0 -1
- package/esm2015/breadcrumb/breadcrumb-model.interface.ngsummary.json +0 -1
- package/esm2015/breadcrumb/breadcrumb.js +0 -36
- package/esm2015/breadcrumb/breadcrumb.module.js +0 -22
- package/esm2015/breadcrumb/breadcrumb.module.ngfactory.js +0 -20
- package/esm2015/breadcrumb/breadcrumb.module.ngsummary.json +0 -1
- package/esm2015/breadcrumb/breadcrumb.ngfactory.js +0 -28
- package/esm2015/breadcrumb/breadcrumb.ngsummary.json +0 -1
- package/esm2015/breadcrumb/breadcrumb.service.js +0 -23
- package/esm2015/breadcrumb/breadcrumb.service.ngsummary.json +0 -1
- package/esm2015/breadcrumb/index.ngsummary.json +0 -1
- package/esm2015/clr-addons.js +0 -16
- package/esm2015/clr-addons.module.js +0 -65
- package/esm2015/clr-addons.module.ngfactory.js +0 -46
- package/esm2015/clr-addons.module.ngsummary.json +0 -1
- package/esm2015/clr-addons.ngsummary.json +0 -1
- package/esm2015/collapse-expand-section/collapse-expand-section.js +0 -55
- package/esm2015/collapse-expand-section/collapse-expand-section.module.js +0 -20
- package/esm2015/collapse-expand-section/collapse-expand-section.module.ngfactory.js +0 -17
- package/esm2015/collapse-expand-section/collapse-expand-section.module.ngsummary.json +0 -1
- package/esm2015/collapse-expand-section/collapse-expand-section.ngfactory.js +0 -30
- package/esm2015/collapse-expand-section/collapse-expand-section.ngsummary.json +0 -1
- package/esm2015/collapse-expand-section/index.ngsummary.json +0 -1
- package/esm2015/content-panel/content-panel-container-content.js +0 -18
- package/esm2015/content-panel/content-panel-container-content.ngfactory.js +0 -18
- package/esm2015/content-panel/content-panel-container-content.ngsummary.json +0 -1
- package/esm2015/content-panel/content-panel-container-footer.js +0 -18
- package/esm2015/content-panel/content-panel-container-footer.ngfactory.js +0 -18
- package/esm2015/content-panel/content-panel-container-footer.ngsummary.json +0 -1
- package/esm2015/content-panel/content-panel-container.js +0 -25
- package/esm2015/content-panel/content-panel-container.ngfactory.js +0 -18
- package/esm2015/content-panel/content-panel-container.ngsummary.json +0 -1
- package/esm2015/content-panel/content-panel.js +0 -67
- package/esm2015/content-panel/content-panel.module.js +0 -28
- package/esm2015/content-panel/content-panel.module.ngfactory.js +0 -17
- package/esm2015/content-panel/content-panel.module.ngsummary.json +0 -1
- package/esm2015/content-panel/content-panel.ngfactory.js +0 -33
- package/esm2015/content-panel/content-panel.ngsummary.json +0 -1
- package/esm2015/content-panel/index.ngsummary.json +0 -1
- package/esm2015/data-list-validator/data-list-predefined-validator.directive.js +0 -30
- package/esm2015/data-list-validator/data-list-predefined-validator.directive.ngsummary.json +0 -1
- package/esm2015/data-list-validator/data-list-validator.module.js +0 -16
- package/esm2015/data-list-validator/data-list-validator.module.ngfactory.js +0 -13
- package/esm2015/data-list-validator/data-list-validator.module.ngsummary.json +0 -1
- package/esm2015/data-list-validator/data-list.validator.ngsummary.json +0 -1
- package/esm2015/data-list-validator/index.ngsummary.json +0 -1
- package/esm2015/date-time-container/date-time-container.js +0 -45
- package/esm2015/date-time-container/date-time-container.ngfactory.js +0 -19
- package/esm2015/date-time-container/date-time-container.ngsummary.json +0 -1
- package/esm2015/date-time-container/date-time-module.js +0 -21
- package/esm2015/date-time-container/date-time-module.ngfactory.js +0 -17
- package/esm2015/date-time-container/date-time-module.ngsummary.json +0 -1
- package/esm2015/date-time-container/index.ngsummary.json +0 -1
- package/esm2015/date-time-container/time-input.js +0 -17
- package/esm2015/date-time-container/time-input.ngsummary.json +0 -1
- package/esm2015/dot-pager/dot-pager.js +0 -51
- package/esm2015/dot-pager/dot-pager.module.js +0 -20
- package/esm2015/dot-pager/dot-pager.module.ngfactory.js +0 -17
- package/esm2015/dot-pager/dot-pager.module.ngsummary.json +0 -1
- package/esm2015/dot-pager/dot-pager.ngfactory.js +0 -48
- package/esm2015/dot-pager/dot-pager.ngsummary.json +0 -1
- package/esm2015/dot-pager/index.ngsummary.json +0 -1
- package/esm2015/flow-bar/flow-bar.js +0 -154
- package/esm2015/flow-bar/flow-bar.module.js +0 -20
- package/esm2015/flow-bar/flow-bar.module.ngfactory.js +0 -17
- package/esm2015/flow-bar/flow-bar.module.ngsummary.json +0 -1
- package/esm2015/flow-bar/flow-bar.ngfactory.js +0 -33
- package/esm2015/flow-bar/flow-bar.ngsummary.json +0 -1
- package/esm2015/flow-bar/index.ngsummary.json +0 -1
- package/esm2015/generic-quick-list/generic-quick-list.js +0 -72
- package/esm2015/generic-quick-list/generic-quick-list.module.js +0 -19
- package/esm2015/generic-quick-list/generic-quick-list.module.ngfactory.js +0 -17
- package/esm2015/generic-quick-list/generic-quick-list.module.ngsummary.json +0 -1
- package/esm2015/generic-quick-list/generic-quick-list.ngfactory.js +0 -31
- package/esm2015/generic-quick-list/generic-quick-list.ngsummary.json +0 -1
- package/esm2015/generic-quick-list/index.ngsummary.json +0 -1
- package/esm2015/history/history-model.interface.ngsummary.json +0 -1
- package/esm2015/history/history-pinned.js +0 -45
- package/esm2015/history/history-pinned.ngfactory.js +0 -23
- package/esm2015/history/history-pinned.ngsummary.json +0 -1
- package/esm2015/history/history.js +0 -55
- package/esm2015/history/history.module.js +0 -21
- package/esm2015/history/history.module.ngfactory.js +0 -19
- package/esm2015/history/history.module.ngsummary.json +0 -1
- package/esm2015/history/history.ngfactory.js +0 -36
- package/esm2015/history/history.ngsummary.json +0 -1
- package/esm2015/history/history.service.js +0 -204
- package/esm2015/history/history.service.ngsummary.json +0 -1
- package/esm2015/history/index.ngsummary.json +0 -1
- package/esm2015/icons/index.ngsummary.json +0 -1
- package/esm2015/icons/shapes.ngsummary.json +0 -1
- package/esm2015/icons/svg-tag-generator.ngsummary.json +0 -1
- package/esm2015/index.ngsummary.json +0 -1
- package/esm2015/letter-avatar/index.ngsummary.json +0 -1
- package/esm2015/letter-avatar/letter-avatar.js +0 -48
- package/esm2015/letter-avatar/letter-avatar.module.js +0 -19
- package/esm2015/letter-avatar/letter-avatar.module.ngfactory.js +0 -17
- package/esm2015/letter-avatar/letter-avatar.module.ngsummary.json +0 -1
- package/esm2015/letter-avatar/letter-avatar.ngfactory.js +0 -18
- package/esm2015/letter-avatar/letter-avatar.ngsummary.json +0 -1
- package/esm2015/location-bar/index.js +0 -4
- package/esm2015/location-bar/index.ngsummary.json +0 -1
- package/esm2015/location-bar/location-bar-node/location-bar-node.component.js +0 -92
- package/esm2015/location-bar/location-bar-node/location-bar-node.component.ngfactory.js +0 -50
- package/esm2015/location-bar/location-bar-node/location-bar-node.component.ngsummary.json +0 -1
- package/esm2015/location-bar/location-bar.component.js +0 -38
- package/esm2015/location-bar/location-bar.component.ngfactory.js +0 -25
- package/esm2015/location-bar/location-bar.component.ngsummary.json +0 -1
- package/esm2015/location-bar/location-bar.model.ngsummary.json +0 -1
- package/esm2015/location-bar/location-bar.module.js +0 -15
- package/esm2015/location-bar/location-bar.module.ngfactory.js +0 -13
- package/esm2015/location-bar/location-bar.module.ngsummary.json +0 -1
- package/esm2015/location-bar/location-bar.provider.ngsummary.json +0 -1
- package/esm2015/main-nav-group/index.ngsummary.json +0 -1
- package/esm2015/main-nav-group/main-nav-group-item.js +0 -27
- package/esm2015/main-nav-group/main-nav-group-item.ngsummary.json +0 -1
- package/esm2015/main-nav-group/main-nav-group.js +0 -153
- package/esm2015/main-nav-group/main-nav-group.module.js +0 -21
- package/esm2015/main-nav-group/main-nav-group.module.ngfactory.js +0 -17
- package/esm2015/main-nav-group/main-nav-group.module.ngsummary.json +0 -1
- package/esm2015/main-nav-group/main-nav-group.ngfactory.js +0 -26
- package/esm2015/main-nav-group/main-nav-group.ngsummary.json +0 -1
- package/esm2015/multilingual/abstract-multilingual.js +0 -50
- package/esm2015/multilingual/abstract-multilingual.ngsummary.json +0 -1
- package/esm2015/multilingual/index.ngsummary.json +0 -1
- package/esm2015/multilingual/multilingual-input/multilingual-input.js +0 -32
- package/esm2015/multilingual/multilingual-input/multilingual-input.ngfactory.js +0 -46
- package/esm2015/multilingual/multilingual-input/multilingual-input.ngsummary.json +0 -1
- package/esm2015/multilingual/multilingual-selector.js +0 -46
- package/esm2015/multilingual/multilingual-selector.ngfactory.js +0 -28
- package/esm2015/multilingual/multilingual-selector.ngsummary.json +0 -1
- package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.js +0 -32
- package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.ngfactory.js +0 -46
- package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.ngsummary.json +0 -1
- package/esm2015/multilingual/multilingual-validators.js +0 -97
- package/esm2015/multilingual/multilingual-validators.ngsummary.json +0 -1
- package/esm2015/multilingual/multilingual.module.js +0 -35
- package/esm2015/multilingual/multilingual.module.ngfactory.js +0 -17
- package/esm2015/multilingual/multilingual.module.ngsummary.json +0 -1
- package/esm2015/notification/index.ngsummary.json +0 -1
- package/esm2015/notification/notification-ref.ngsummary.json +0 -1
- package/esm2015/notification/notification.js +0 -114
- package/esm2015/notification/notification.module.js +0 -20
- package/esm2015/notification/notification.module.ngfactory.js +0 -18
- package/esm2015/notification/notification.module.ngsummary.json +0 -1
- package/esm2015/notification/notification.ngfactory.js +0 -25
- package/esm2015/notification/notification.ngsummary.json +0 -1
- package/esm2015/notification/notification.service.js +0 -92
- package/esm2015/notification/notification.service.ngsummary.json +0 -1
- package/esm2015/notification/scheduler-utils.ngsummary.json +0 -1
- package/esm2015/numericfield/index.ngsummary.json +0 -1
- package/esm2015/numericfield/numeric-field-validators.js +0 -125
- package/esm2015/numericfield/numeric-field-validators.ngsummary.json +0 -1
- package/esm2015/numericfield/numeric-field.js +0 -348
- package/esm2015/numericfield/numeric-field.module.js +0 -21
- package/esm2015/numericfield/numeric-field.module.ngfactory.js +0 -17
- package/esm2015/numericfield/numeric-field.module.ngsummary.json +0 -1
- package/esm2015/numericfield/numeric-field.ngsummary.json +0 -1
- package/esm2015/paged-search-result-list/index.ngsummary.json +0 -1
- package/esm2015/paged-search-result-list/paged-search-result-list.js +0 -34
- package/esm2015/paged-search-result-list/paged-search-result-list.module.js +0 -21
- package/esm2015/paged-search-result-list/paged-search-result-list.module.ngfactory.js +0 -18
- package/esm2015/paged-search-result-list/paged-search-result-list.module.ngsummary.json +0 -1
- package/esm2015/paged-search-result-list/paged-search-result-list.ngfactory.js +0 -31
- package/esm2015/paged-search-result-list/paged-search-result-list.ngsummary.json +0 -1
- package/esm2015/pager/index.ngsummary.json +0 -1
- package/esm2015/pager/pager.js +0 -125
- package/esm2015/pager/pager.module.js +0 -20
- package/esm2015/pager/pager.module.ngfactory.js +0 -17
- package/esm2015/pager/pager.module.ngsummary.json +0 -1
- package/esm2015/pager/pager.ngfactory.js +0 -43
- package/esm2015/pager/pager.ngsummary.json +0 -1
- package/esm2015/progress-spinner/index.ngsummary.json +0 -1
- package/esm2015/progress-spinner/progress-spinner.js +0 -69
- package/esm2015/progress-spinner/progress-spinner.module.js +0 -18
- package/esm2015/progress-spinner/progress-spinner.module.ngfactory.js +0 -12
- package/esm2015/progress-spinner/progress-spinner.module.ngsummary.json +0 -1
- package/esm2015/progress-spinner/progress-spinner.ngfactory.js +0 -18
- package/esm2015/progress-spinner/progress-spinner.ngsummary.json +0 -1
- package/esm2015/public_api.ngsummary.json +0 -1
- package/esm2015/quick-list/add-option.js +0 -53
- package/esm2015/quick-list/add-option.ngfactory.js +0 -36
- package/esm2015/quick-list/add-option.ngsummary.json +0 -1
- package/esm2015/quick-list/add-option.service.ngsummary.json +0 -1
- package/esm2015/quick-list/index.ngsummary.json +0 -1
- package/esm2015/quick-list/quick-list.js +0 -98
- package/esm2015/quick-list/quick-list.module.js +0 -21
- package/esm2015/quick-list/quick-list.module.ngfactory.js +0 -17
- package/esm2015/quick-list/quick-list.module.ngsummary.json +0 -1
- package/esm2015/quick-list/quick-list.ngfactory.js +0 -33
- package/esm2015/quick-list/quick-list.ngsummary.json +0 -1
- package/esm2015/searchfield/index.ngsummary.json +0 -1
- package/esm2015/searchfield/search-field.js +0 -100
- package/esm2015/searchfield/search-field.module.js +0 -20
- package/esm2015/searchfield/search-field.module.ngfactory.js +0 -17
- package/esm2015/searchfield/search-field.module.ngsummary.json +0 -1
- package/esm2015/searchfield/search-field.ngsummary.json +0 -1
- package/esm2015/treetable/index.ngsummary.json +0 -1
- package/esm2015/treetable/renderer/cell-renderer.js +0 -28
- package/esm2015/treetable/renderer/cell-renderer.ngsummary.json +0 -1
- package/esm2015/treetable/renderer/header-renderer.js +0 -41
- package/esm2015/treetable/renderer/header-renderer.ngsummary.json +0 -1
- package/esm2015/treetable/renderer/main-renderer.js +0 -93
- package/esm2015/treetable/renderer/main-renderer.ngsummary.json +0 -1
- package/esm2015/treetable/renderer/row-renderer.js +0 -16
- package/esm2015/treetable/renderer/row-renderer.ngsummary.json +0 -1
- package/esm2015/treetable/treetable-action-overflow.js +0 -77
- package/esm2015/treetable/treetable-action-overflow.ngfactory.js +0 -31
- package/esm2015/treetable/treetable-action-overflow.ngsummary.json +0 -1
- package/esm2015/treetable/treetable-cell.js +0 -19
- package/esm2015/treetable/treetable-cell.ngfactory.js +0 -18
- package/esm2015/treetable/treetable-cell.ngsummary.json +0 -1
- package/esm2015/treetable/treetable-column.js +0 -19
- package/esm2015/treetable/treetable-column.ngfactory.js +0 -18
- package/esm2015/treetable/treetable-column.ngsummary.json +0 -1
- package/esm2015/treetable/treetable-placeholder.js +0 -21
- package/esm2015/treetable/treetable-placeholder.ngfactory.js +0 -16
- package/esm2015/treetable/treetable-placeholder.ngsummary.json +0 -1
- package/esm2015/treetable/treetable-row.js +0 -80
- package/esm2015/treetable/treetable-row.ngfactory.js +0 -30
- package/esm2015/treetable/treetable-row.ngsummary.json +0 -1
- package/esm2015/treetable/treetable.js +0 -67
- package/esm2015/treetable/treetable.module.js +0 -40
- package/esm2015/treetable/treetable.module.ngfactory.js +0 -17
- package/esm2015/treetable/treetable.module.ngsummary.json +0 -1
- package/esm2015/treetable/treetable.ngfactory.js +0 -18
- package/esm2015/treetable/treetable.ngsummary.json +0 -1
- package/esm2015/util/escape.util.ngsummary.json +0 -1
- package/esm2015/util/index.ngsummary.json +0 -1
- package/esm2015/view-edit-section/index.ngsummary.json +0 -1
- package/esm2015/view-edit-section/view-edit-section.js +0 -57
- package/esm2015/view-edit-section/view-edit-section.module.js +0 -20
- package/esm2015/view-edit-section/view-edit-section.module.ngfactory.js +0 -17
- package/esm2015/view-edit-section/view-edit-section.module.ngsummary.json +0 -1
- package/esm2015/view-edit-section/view-edit-section.ngfactory.js +0 -48
- package/esm2015/view-edit-section/view-edit-section.ngsummary.json +0 -1
- package/fesm2015/clr-addons.js.map +0 -1
- package/flow-bar/flow-bar.module.ngfactory.d.ts +0 -3
- package/flow-bar/flow-bar.ngfactory.d.ts +0 -1
- package/generic-quick-list/generic-quick-list.module.ngfactory.d.ts +0 -3
- package/generic-quick-list/generic-quick-list.ngfactory.d.ts +0 -1
- package/history/history-pinned.ngfactory.d.ts +0 -1
- package/history/history.module.ngfactory.d.ts +0 -3
- package/history/history.ngfactory.d.ts +0 -1
- package/letter-avatar/letter-avatar.module.ngfactory.d.ts +0 -3
- package/letter-avatar/letter-avatar.ngfactory.d.ts +0 -1
- package/location-bar/location-bar-node/location-bar-node.component.ngfactory.d.ts +0 -1
- package/location-bar/location-bar.component.ngfactory.d.ts +0 -1
- package/location-bar/location-bar.module.ngfactory.d.ts +0 -3
- package/main-nav-group/main-nav-group.module.ngfactory.d.ts +0 -3
- package/main-nav-group/main-nav-group.ngfactory.d.ts +0 -1
- package/multilingual/multilingual-input/multilingual-input.ngfactory.d.ts +0 -1
- package/multilingual/multilingual-selector.ngfactory.d.ts +0 -1
- package/multilingual/multilingual-textarea/multilingual-textarea.ngfactory.d.ts +0 -1
- package/multilingual/multilingual.module.ngfactory.d.ts +0 -3
- package/notification/notification.module.ngfactory.d.ts +0 -3
- package/notification/notification.ngfactory.d.ts +0 -1
- package/numericfield/numeric-field.module.ngfactory.d.ts +0 -3
- package/paged-search-result-list/paged-search-result-list.module.ngfactory.d.ts +0 -3
- package/paged-search-result-list/paged-search-result-list.ngfactory.d.ts +0 -1
- package/pager/pager.module.ngfactory.d.ts +0 -3
- package/pager/pager.ngfactory.d.ts +0 -1
- package/progress-spinner/progress-spinner.module.ngfactory.d.ts +0 -3
- package/progress-spinner/progress-spinner.ngfactory.d.ts +0 -1
- package/quick-list/add-option.ngfactory.d.ts +0 -1
- package/quick-list/quick-list.module.ngfactory.d.ts +0 -3
- package/quick-list/quick-list.ngfactory.d.ts +0 -1
- package/searchfield/search-field.module.ngfactory.d.ts +0 -3
- package/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
package/flow-bar/flow-bar.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export interface ClrFlowBarStep {
|
|
4
5
|
title: Observable<string>;
|
|
5
6
|
enabled: boolean;
|
|
@@ -26,4 +27,6 @@ export declare class ClrFlowBar implements OnInit {
|
|
|
26
27
|
private isAnyFollowingStepEnabled;
|
|
27
28
|
private findPreviousEnabledStep;
|
|
28
29
|
private findNextEnabledStep;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrFlowBar, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClrFlowBar, "clr-flow-bar", never, { "_steps": "clrSteps"; "_activeStep": "clrActiveStep"; }, { "_activeStepChange": "clrActiveStepChange"; }, never, never>;
|
|
29
32
|
}
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./flow-bar";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@clr/angular";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
1
6
|
export declare class ClrFlowBarModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrFlowBarModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrFlowBarModule, [typeof i1.ClrFlowBar], [typeof i2.CommonModule, typeof i3.ClarityModule, typeof i4.FormsModule], [typeof i1.ClrFlowBar]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ClrFlowBarModule>;
|
|
2
10
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { TemplateRef, EventEmitter, QueryList, AfterViewInit, OnInit, ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export interface ClrGenericQuickListItem {
|
|
3
4
|
id: any;
|
|
4
5
|
}
|
|
@@ -22,4 +23,6 @@ export declare class ClrGenericQuickList<T extends ClrGenericQuickListItem> impl
|
|
|
22
23
|
removeItem(item: T): void;
|
|
23
24
|
setFocusOnAdd(): void;
|
|
24
25
|
ngOnDestroy(): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrGenericQuickList<any>, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClrGenericQuickList<any>, "clr-generic-quick-list", never, { "allItems": "clrAllItems"; "addLabel": "clrAddLabel"; "addPossible": "clrAddPossible"; "blankItem": "clrBlankItem"; "controlClasses": "clrControlClasses"; "required": "clrMandatory"; "readonly": "readonly"; }, { "added": "clrAdded"; "removed": "clrRemoved"; }, ["itemTemplate"], ["label", ".header-container"]>;
|
|
25
28
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./generic-quick-list";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@clr/angular";
|
|
1
5
|
export declare class ClrGenericQuickListModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrGenericQuickListModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrGenericQuickListModule, [typeof i1.ClrGenericQuickList], [typeof i2.CommonModule, typeof i3.ClarityModule], [typeof i1.ClrGenericQuickList]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ClrGenericQuickListModule>;
|
|
2
9
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ClrHistoryModel } from './history-model.interface';
|
|
3
3
|
import { ClrHistoryService } from './history.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class ClrHistoryPinned implements OnInit, OnDestroy {
|
|
5
6
|
private historyService;
|
|
6
7
|
username: string;
|
|
@@ -17,4 +18,6 @@ export declare class ClrHistoryPinned implements OnInit, OnDestroy {
|
|
|
17
18
|
constructor(historyService: ClrHistoryService);
|
|
18
19
|
ngOnInit(): void;
|
|
19
20
|
ngOnDestroy(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrHistoryPinned, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClrHistoryPinned, "clr-history-pinned", never, { "username": "clrUsername"; "context": "clrContext"; "domain": "clrDomain"; }, {}, never, never>;
|
|
20
23
|
}
|
package/history/history.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ClrHistoryModel } from './history-model.interface';
|
|
3
3
|
import { ClrHistoryService } from './history.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class ClrHistory implements OnInit {
|
|
5
6
|
private historyService;
|
|
6
7
|
username: string;
|
|
@@ -22,4 +23,6 @@ export declare class ClrHistory implements OnInit {
|
|
|
22
23
|
ngOnInit(): void;
|
|
23
24
|
select(history: ClrHistoryModel): void;
|
|
24
25
|
togglePinHistory(): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrHistory, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClrHistory, "clr-history", never, { "username": "clrUsername"; "context": "clrContext"; "pinActive": "clrPinActive"; "dropdownHeader": "clrDropdownHeader"; "dropdownPin": "clrDropdownPin"; "dropdownUnpin": "clrDropdownUnpin"; "domain": "clrDomain"; "position": "clrPosition"; }, {}, never, never>;
|
|
25
28
|
}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./history";
|
|
3
|
+
import * as i2 from "./history-pinned";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@clr/angular";
|
|
6
|
+
import * as i5 from "@angular/router";
|
|
1
7
|
export declare class ClrHistoryModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrHistoryModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrHistoryModule, [typeof i1.ClrHistory, typeof i2.ClrHistoryPinned], [typeof i3.CommonModule, typeof i4.ClarityModule, typeof i5.RouterModule], [typeof i1.ClrHistory, typeof i2.ClrHistoryPinned]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ClrHistoryModule>;
|
|
2
11
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ClrHistoryModel, ClrHistorySettingsModel } from './history-model.interface';
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ClrHistoryService {
|
|
4
5
|
cookieSettings$: BehaviorSubject<ClrHistorySettingsModel[]>;
|
|
5
6
|
cookieName: string;
|
|
@@ -38,4 +39,6 @@ export declare class ClrHistoryService {
|
|
|
38
39
|
private decode;
|
|
39
40
|
private setCookie;
|
|
40
41
|
private getDomain;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrHistoryService, never>;
|
|
43
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ClrHistoryService>;
|
|
41
44
|
}
|
package/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AfterViewInit, Renderer2, ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ClrLetterAvatar implements AfterViewInit {
|
|
3
4
|
private renderer;
|
|
4
5
|
avatar: boolean;
|
|
@@ -8,4 +9,6 @@ export declare class ClrLetterAvatar implements AfterViewInit {
|
|
|
8
9
|
constructor(renderer: Renderer2);
|
|
9
10
|
ngAfterViewInit(): void;
|
|
10
11
|
getInitials(): string;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrLetterAvatar, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClrLetterAvatar, "clr-letter-avatar", never, { "name": "clrName"; "size": "clrSize"; }, {}, never, never>;
|
|
11
14
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./letter-avatar";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@clr/angular";
|
|
1
5
|
export declare class ClrLetterAvatarModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrLetterAvatarModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrLetterAvatarModule, [typeof i1.ClrLetterAvatar], [typeof i2.CommonModule, typeof i3.ClarityModule], [typeof i1.ClrLetterAvatar]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ClrLetterAvatarModule>;
|
|
2
9
|
}
|
package/location-bar/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { EventEmitter } from '@angular/core';
|
|
|
2
2
|
import '@cds/core/icon/register.js';
|
|
3
3
|
import { LocationBarNode, NodeId } from '../location-bar.model';
|
|
4
4
|
import { LocationBarContentProvider } from '../location-bar.provider';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
/**
|
|
6
7
|
* Component which renders a node of the location bar.
|
|
7
8
|
*/
|
|
@@ -41,4 +42,6 @@ export declare class LocationBarNodeComponent<T extends NodeId> {
|
|
|
41
42
|
* @param selectedNode The node which has been selected
|
|
42
43
|
*/
|
|
43
44
|
private notifySelectionChanged;
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocationBarNodeComponent<any>, [{ optional: true; }]>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LocationBarNodeComponent<any>, "clr-location-bar-node", never, { "parentNode": "parentNode"; }, { "selectionChanged": "selectionChanged"; }, never, ["*"]>;
|
|
44
47
|
}
|
|
@@ -2,6 +2,7 @@ import { EventEmitter } from '@angular/core';
|
|
|
2
2
|
import '@cds/core/icon/register.js';
|
|
3
3
|
import { ReplaySubject } from 'rxjs';
|
|
4
4
|
import { LocationBarNode, NodeId } from './location-bar.model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class LocationBarComponent<T extends NodeId> {
|
|
6
7
|
root$: ReplaySubject<LocationBarNode<T>>;
|
|
7
8
|
iconShape: string;
|
|
@@ -9,4 +10,6 @@ export declare class LocationBarComponent<T extends NodeId> {
|
|
|
9
10
|
set roots(roots: LocationBarNode<T>[]);
|
|
10
11
|
selectionChanged: EventEmitter<T[]>;
|
|
11
12
|
onSelectionChanged(selection: T[]): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocationBarComponent<any>, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LocationBarComponent<any>, "clr-location-bar", never, { "iconShape": "clrIconShape"; "iconTitle": "clrIconTitle"; "roots": "clrRoots"; }, { "selectionChanged": "clrSelectionChanged"; }, never, never>;
|
|
12
15
|
}
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./location-bar.component";
|
|
3
|
+
import * as i2 from "./location-bar-node/location-bar-node.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@clr/angular";
|
|
1
6
|
export declare class ClrLocationBarModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrLocationBarModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrLocationBarModule, [typeof i1.LocationBarComponent, typeof i2.LocationBarNodeComponent], [typeof i3.CommonModule, typeof i4.ClrIconModule, typeof i4.ClrDropdownModule], [typeof i1.LocationBarComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ClrLocationBarModule>;
|
|
2
10
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ClrMainNavGroupItem {
|
|
3
4
|
private el;
|
|
4
5
|
private renderer;
|
|
@@ -6,4 +7,6 @@ export declare class ClrMainNavGroupItem {
|
|
|
6
7
|
disabled: boolean;
|
|
7
8
|
focus(): void;
|
|
8
9
|
blur(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrMainNavGroupItem, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClrMainNavGroupItem, "[clrMainNavGroupItem]", never, {}, {}, never>;
|
|
9
12
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Injector, ElementRef, Renderer2, OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
2
2
|
import { ClrMainNavGroupItem } from './main-nav-group-item';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ClrMainNavGroup implements OnInit, OnDestroy {
|
|
4
5
|
title: string;
|
|
5
6
|
prefix: string;
|
|
@@ -23,4 +24,6 @@ export declare class ClrMainNavGroup implements OnInit, OnDestroy {
|
|
|
23
24
|
private listenToArrowKeys;
|
|
24
25
|
private move;
|
|
25
26
|
private focusFirstItemOnOpen;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrMainNavGroup, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClrMainNavGroup, "clr-main-nav-group", never, { "title": "clrTitle"; }, {}, ["items"], ["*"]>;
|
|
26
29
|
}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./main-nav-group";
|
|
3
|
+
import * as i2 from "./main-nav-group-item";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/router";
|
|
6
|
+
import * as i5 from "@clr/angular";
|
|
1
7
|
export declare class ClrMainNavGroupModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrMainNavGroupModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrMainNavGroupModule, [typeof i1.ClrMainNavGroup, typeof i2.ClrMainNavGroupItem], [typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.ClarityModule], [typeof i1.ClrMainNavGroup, typeof i2.ClrMainNavGroupItem]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ClrMainNavGroupModule>;
|
|
2
11
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ClrAbstractFormComponent } from '../abstract-form-component/abstract-form-component';
|
|
2
2
|
import { ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare abstract class ClrMultilingualAbstract extends ClrAbstractFormComponent {
|
|
4
5
|
multi: boolean;
|
|
5
6
|
controlClasses: string;
|
|
@@ -15,4 +16,6 @@ export declare abstract class ClrMultilingualAbstract extends ClrAbstractFormCom
|
|
|
15
16
|
setText(key: string, value: string): void;
|
|
16
17
|
showLanguageSelector(): boolean;
|
|
17
18
|
changeLanguage(lang: string): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrMultilingualAbstract, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClrMultilingualAbstract, never, never, { "controlClasses": "clrControlClasses"; "selectedLang": "clrSelectedLang"; "readonly": "readonly"; "maxlength": "maxlength"; "showSingleLanguageSelector": "clrShowSingleLanguageSelector"; }, {}, never>;
|
|
18
21
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { ClrMultilingualAbstract } from '../abstract-multilingual';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ClrMultilingualInput extends ClrMultilingualAbstract {
|
|
4
5
|
constructor(injector: Injector);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrMultilingualInput, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClrMultilingualInput, "clr-multilingual-input", never, {}, {}, never, ["label", "clr-control-helper", "clr-control-error"]>;
|
|
5
8
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ClrMultilingualSelector {
|
|
3
4
|
disabled: boolean;
|
|
4
5
|
texts: Map<string, string>;
|
|
5
6
|
selectedLang: string;
|
|
6
7
|
selectedLangChange: EventEmitter<string>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrMultilingualSelector, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClrMultilingualSelector, "clr-multilingual-selector", never, { "disabled": "disabled"; "texts": "texts"; "selectedLang": "selectedLang"; }, { "selectedLangChange": "selectedLangChange"; }, never, never>;
|
|
7
10
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { ClrMultilingualAbstract } from '../abstract-multilingual';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ClrMultilingualTextarea extends ClrMultilingualAbstract {
|
|
4
5
|
constructor(injector: Injector);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrMultilingualTextarea, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClrMultilingualTextarea, "clr-multilingual-textarea", never, {}, {}, never, ["label", "clr-control-helper", "clr-control-error"]>;
|
|
5
8
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AbstractControl, Validator, ValidatorFn } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ClrMultilingualInputValidators {
|
|
3
4
|
/**
|
|
4
5
|
* @description
|
|
@@ -33,6 +34,8 @@ export declare class ClrRequiredOneMultilang implements Validator {
|
|
|
33
34
|
validate(control: AbstractControl): {
|
|
34
35
|
[key: string]: any;
|
|
35
36
|
} | null;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrRequiredOneMultilang, never>;
|
|
38
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClrRequiredOneMultilang, "[clrRequiredOneMultilang]", never, { "active": "clrRequiredOneMultilang"; }, {}, never>;
|
|
36
39
|
}
|
|
37
40
|
export declare class ClrRequiredAllMultilang implements Validator {
|
|
38
41
|
_active: boolean;
|
|
@@ -40,4 +43,6 @@ export declare class ClrRequiredAllMultilang implements Validator {
|
|
|
40
43
|
validate(control: AbstractControl): {
|
|
41
44
|
[key: string]: any;
|
|
42
45
|
} | null;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrRequiredAllMultilang, never>;
|
|
47
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClrRequiredAllMultilang, "[clrRequiredAllMultilang]", never, { "active": "clrRequiredAllMultilang"; }, {}, never>;
|
|
43
48
|
}
|
|
@@ -1,2 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./multilingual-input/multilingual-input";
|
|
3
|
+
import * as i2 from "./multilingual-textarea/multilingual-textarea";
|
|
4
|
+
import * as i3 from "./multilingual-validators";
|
|
5
|
+
import * as i4 from "./multilingual-selector";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@clr/angular";
|
|
8
|
+
import * as i7 from "@angular/forms";
|
|
1
9
|
export declare class ClrMultilingualModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrMultilingualModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrMultilingualModule, [typeof i1.ClrMultilingualInput, typeof i2.ClrMultilingualTextarea, typeof i3.ClrRequiredOneMultilang, typeof i3.ClrRequiredAllMultilang, typeof i4.ClrMultilingualSelector], [typeof i5.CommonModule, typeof i6.ClarityModule, typeof i7.FormsModule], [typeof i1.ClrMultilingualInput, typeof i2.ClrMultilingualTextarea, typeof i3.ClrRequiredOneMultilang, typeof i3.ClrRequiredAllMultilang, typeof i4.ClrMultilingualSelector]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ClrMultilingualModule>;
|
|
2
13
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, NgZone, OnInit, ElementRef } from '@angular/core';
|
|
2
2
|
import { ClrAlert } from '@clr/angular';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ClrNotification implements OnInit {
|
|
4
5
|
private elementRef;
|
|
5
6
|
private ngZone;
|
|
@@ -28,4 +29,6 @@ export declare class ClrNotification implements OnInit {
|
|
|
28
29
|
moveDown(translateValue: number): void;
|
|
29
30
|
moveUp(translateValue: number): void;
|
|
30
31
|
private setCurrentPosition;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrNotification, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClrNotification, "clr-notification", never, { "timeout": "timeout"; "notificationType": "notificationType"; "dismissable": "dismissable"; "progressbar": "progressbar"; }, { "closed": "closed"; }, never, ["[clr-notification-message]"]>;
|
|
31
34
|
}
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./notification";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@clr/angular";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
1
6
|
export declare class ClrNotificationModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrNotificationModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrNotificationModule, [typeof i1.ClrNotification], [typeof i2.CommonModule, typeof i3.ClarityModule, typeof i4.FormsModule], never>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ClrNotificationModule>;
|
|
2
10
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ApplicationRef, ComponentFactoryResolver, Injector, TemplateRef } from '@angular/core';
|
|
2
2
|
import { ClrNotificationRef } from './notification-ref';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export interface ClrNotificationOptions {
|
|
4
5
|
timeout?: number;
|
|
5
6
|
notificationType?: string;
|
|
@@ -21,4 +22,6 @@ export declare class ClrNotificationService {
|
|
|
21
22
|
private _createFromString;
|
|
22
23
|
private _attachWindowComponent;
|
|
23
24
|
private _applyWindowOptions;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrNotificationService, never>;
|
|
26
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ClrNotificationService>;
|
|
24
27
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AbstractControl, ValidatorFn, Validator } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ClrNumericFieldValidators {
|
|
3
4
|
/**
|
|
4
5
|
* @description
|
|
@@ -49,6 +50,8 @@ export declare class ClrMaxNumeric implements Validator {
|
|
|
49
50
|
validate(control: AbstractControl): {
|
|
50
51
|
[key: string]: any;
|
|
51
52
|
} | null;
|
|
53
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrMaxNumeric, never>;
|
|
54
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClrMaxNumeric, "[clrMaxNumeric]", never, { "_max": "clrMaxNumeric"; "_groupingSep": "clrGroupingSep"; "_decimalSep": "clrDecimalSep"; }, {}, never>;
|
|
52
55
|
}
|
|
53
56
|
export declare class ClrMinNumeric implements Validator {
|
|
54
57
|
_min: number;
|
|
@@ -57,4 +60,6 @@ export declare class ClrMinNumeric implements Validator {
|
|
|
57
60
|
validate(control: AbstractControl): {
|
|
58
61
|
[key: string]: any;
|
|
59
62
|
} | null;
|
|
63
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrMinNumeric, never>;
|
|
64
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClrMinNumeric, "[clrMinNumeric]", never, { "_min": "clrMinNumeric"; "_groupingSep": "clrGroupingSep"; "_decimalSep": "clrDecimalSep"; }, {}, never>;
|
|
60
65
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AfterViewChecked, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ClrNumericField implements OnInit, OnDestroy, AfterViewChecked, ControlValueAccessor {
|
|
4
5
|
private renderer;
|
|
5
6
|
private inputEl;
|
|
@@ -42,4 +43,6 @@ export declare class ClrNumericField implements OnInit, OnDestroy, AfterViewChec
|
|
|
42
43
|
private injectUnitSymbol;
|
|
43
44
|
private detachListener;
|
|
44
45
|
private roundOrTruncate;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrNumericField, never>;
|
|
47
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClrNumericField, "[clrNumeric]", never, { "textAlign": "clrTextAlign"; "decimalPlaces": "clrDecimalPlaces"; "roundValue": "clrRoundDisplayValue"; "autofillDecimals": "clrAutofillDecimals"; "decimalSeparator": "clrDecimalSep"; "groupingSeparator": "clrGroupingSep"; "unitPosition": "clrUnitPosition"; "numericValue": "clrNumericValue"; "unit": "clrUnit"; }, { "numericValueChanged": "clrNumericValueChange"; }, never>;
|
|
45
48
|
}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./numeric-field";
|
|
3
|
+
import * as i2 from "./numeric-field-validators";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@clr/angular";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
1
7
|
export declare class ClrNumericFieldModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrNumericFieldModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrNumericFieldModule, [typeof i1.ClrNumericField, typeof i2.ClrMaxNumeric, typeof i2.ClrMinNumeric], [typeof i3.CommonModule, typeof i4.ClarityModule, typeof i4.ClrFormsModule, typeof i5.FormsModule], [typeof i1.ClrNumericField, typeof i2.ClrMaxNumeric, typeof i2.ClrMinNumeric]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ClrNumericFieldModule>;
|
|
2
11
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porscheinformatik/clr-addons",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.0.0",
|
|
4
4
|
"description": "Addon components for Clarity Angular",
|
|
5
|
-
"es2015": "
|
|
5
|
+
"es2015": "esm2015/clr-addons.js",
|
|
6
6
|
"homepage": "https://porscheinformatik.github.io/clarity-addons/",
|
|
7
7
|
"main": "bundles/clr-addons.umd.js",
|
|
8
|
-
"module": "fesm2015/clr-addons.
|
|
8
|
+
"module": "fesm2015/clr-addons.mjs",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"ng-add",
|
|
11
11
|
"clarity",
|
|
@@ -18,24 +18,38 @@
|
|
|
18
18
|
"url": "git@github.com:porscheinformatik/clarity-addons.git"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@angular/common": "^
|
|
22
|
-
"@angular/core": "^
|
|
23
|
-
"@clr/angular": "
|
|
24
|
-
"@cds/core": "5.6.
|
|
25
|
-
"@clr/icons": "
|
|
26
|
-
"@clr/ui": "
|
|
21
|
+
"@angular/common": "^13.0.0",
|
|
22
|
+
"@angular/core": "^13.0.0",
|
|
23
|
+
"@clr/angular": "13.0.2",
|
|
24
|
+
"@cds/core": "5.6.4",
|
|
25
|
+
"@clr/icons": "13.0.2",
|
|
26
|
+
"@clr/ui": "13.0.2"
|
|
27
27
|
},
|
|
28
28
|
"author": "porscheinformatik",
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"bugs": {
|
|
31
31
|
"url": "https://github.com/porscheinformatik/clarity-addons/issues"
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"
|
|
33
|
+
"es2020": "fesm2020/clr-addons.mjs",
|
|
34
|
+
"esm2020": "esm2020/clr-addons.mjs",
|
|
35
|
+
"fesm2020": "fesm2020/clr-addons.mjs",
|
|
36
|
+
"fesm2015": "fesm2015/clr-addons.mjs",
|
|
35
37
|
"typings": "clr-addons.d.ts",
|
|
36
|
-
"
|
|
38
|
+
"exports": {
|
|
39
|
+
"./package.json": {
|
|
40
|
+
"default": "./package.json"
|
|
41
|
+
},
|
|
42
|
+
".": {
|
|
43
|
+
"types": "./clr-addons.d.ts",
|
|
44
|
+
"esm2020": "./esm2020/clr-addons.mjs",
|
|
45
|
+
"es2020": "./fesm2020/clr-addons.mjs",
|
|
46
|
+
"es2015": "./fesm2015/clr-addons.mjs",
|
|
47
|
+
"node": "./fesm2015/clr-addons.mjs",
|
|
48
|
+
"default": "./fesm2020/clr-addons.mjs"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
37
51
|
"sideEffects": false,
|
|
38
52
|
"dependencies": {
|
|
39
|
-
"tslib": "^2.
|
|
53
|
+
"tslib": "^2.3.0"
|
|
40
54
|
}
|
|
41
55
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ClrPagedSearchResultList {
|
|
3
4
|
/**
|
|
4
5
|
* The page size, used for pagination.
|
|
@@ -28,4 +29,6 @@ export declare class ClrPagedSearchResultList {
|
|
|
28
29
|
* Triggered whenever a page change occurs.
|
|
29
30
|
*/
|
|
30
31
|
pageChange: EventEmitter<any>;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrPagedSearchResultList, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClrPagedSearchResultList, "clr-paged-search-result-list", never, { "pageSize": "clrPageSize"; "currentPage": "clrPage"; "totalItems": "clrTotalItems"; "items": "clrItems"; "clrPagerPosition": "clrPagerPosition"; }, { "pageChange": "clrPageChange"; }, ["itemTemplate"], never>;
|
|
31
34
|
}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./paged-search-result-list";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@clr/angular";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "../pager/pager.module";
|
|
1
7
|
export declare class ClrPagedSearchResultListModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrPagedSearchResultListModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrPagedSearchResultListModule, [typeof i1.ClrPagedSearchResultList], [typeof i2.CommonModule, typeof i3.ClarityModule, typeof i4.FormsModule, typeof i5.ClrPagerModule], [typeof i1.ClrPagedSearchResultList]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ClrPagedSearchResultListModule>;
|
|
2
11
|
}
|
package/pager/pager.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
/**
|
|
3
4
|
* Custom pager component because clarity's pager component can only be used inside a data grid.
|
|
4
5
|
* Currently a requested feature, see here: https://github.com/vmware/clarity/issues/2268
|
|
@@ -42,4 +43,6 @@ export declare class ClrPager {
|
|
|
42
43
|
* Conditionally adds page numbers before and after the current page
|
|
43
44
|
*/
|
|
44
45
|
get middlePages(): number[];
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrPager, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClrPager, "clr-pager", never, { "pageSize": "clrPageSize"; "totalItems": "clrTotalItems"; "last": "clrLast"; "page": "clrPage"; }, { "pageChange": "clrPageChange"; }, never, never>;
|
|
45
48
|
}
|
package/pager/pager.module.d.ts
CHANGED
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pager";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@clr/angular";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
1
6
|
export declare class ClrPagerModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrPagerModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrPagerModule, [typeof i1.ClrPager], [typeof i2.CommonModule, typeof i3.ClarityModule, typeof i4.FormsModule], [typeof i1.ClrPager]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ClrPagerModule>;
|
|
2
10
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ClrProgressSpinnerComponent implements OnDestroy {
|
|
3
4
|
private changeDetectorRef;
|
|
4
5
|
private static readonly MINIMUM_VISIBLE_DURATION;
|
|
@@ -13,4 +14,6 @@ export declare class ClrProgressSpinnerComponent implements OnDestroy {
|
|
|
13
14
|
private hide;
|
|
14
15
|
private getRemainingVisibleTime;
|
|
15
16
|
private getVisibleTime;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrProgressSpinnerComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClrProgressSpinnerComponent, "clr-progress-spinner", never, { "size": "clrSize"; "showSpinner": "clrShowSpinner"; }, {}, never, ["*"]>;
|
|
16
19
|
}
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./progress-spinner";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class ClrProgressSpinnerModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrProgressSpinnerModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrProgressSpinnerModule, [typeof i1.ClrProgressSpinnerComponent], [typeof i2.CommonModule], [typeof i1.ClrProgressSpinnerComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ClrProgressSpinnerModule>;
|
|
2
8
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
2
|
import { ClrQuickListValue } from './add-option.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ClrAddOption<T> {
|
|
4
5
|
blankOption: ClrQuickListValue<T>;
|
|
5
6
|
value: ClrQuickListValue<T>;
|
|
@@ -16,4 +17,6 @@ export declare class ClrAddOption<T> {
|
|
|
16
17
|
getValues(): ClrQuickListValue<T>[];
|
|
17
18
|
trashDisabled(): boolean;
|
|
18
19
|
focusComponent(): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrAddOption<any>, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClrAddOption<any>, "clr-add-option", never, { "blankOption": "blankOption"; "value": "value"; "mandatory": "mandatory"; "allValues": "allValues"; "excludedValues": "excludedValues"; "readonly": "readonly"; "disabled": "disabled"; }, { "valueChanged": "valueChanged"; "remove": "remove"; }, never, never>;
|
|
19
22
|
}
|
|
@@ -2,6 +2,7 @@ import { EventEmitter, OnInit, QueryList } from '@angular/core';
|
|
|
2
2
|
import { ClrQuickListValue } from './add-option.service';
|
|
3
3
|
import { ClrAddOption } from './add-option';
|
|
4
4
|
import { ClrAbstractFormComponent } from '../abstract-form-component/abstract-form-component';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class ClrQuickList<T> extends ClrAbstractFormComponent implements OnInit {
|
|
6
7
|
blankOption: ClrQuickListValue<T>;
|
|
7
8
|
allValues: ClrQuickListValue<T>[];
|
|
@@ -23,4 +24,6 @@ export declare class ClrQuickList<T> extends ClrAbstractFormComponent implements
|
|
|
23
24
|
focusOption(option: ClrQuickListValue<T>): void;
|
|
24
25
|
hasBlankOption(): boolean;
|
|
25
26
|
addNotPossible(): boolean;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrQuickList<any>, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClrQuickList<any>, "clr-quick-list", never, { "blankOption": "clrBlankOption"; "allValues": "clrAllValues"; "mandatory": "clrMandatory"; "values": "clrValues"; "addLabel": "clrAddLabel"; "controlClasses": "clrControlClasses"; "readonly": "readonly"; }, { "valuesChanged": "clrValuesChanged"; "emptyOptionAdded": "clrEmptyOptionAdded"; }, never, ["label"]>;
|
|
26
29
|
}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./quick-list";
|
|
3
|
+
import * as i2 from "./add-option";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "@clr/angular";
|
|
1
7
|
export declare class ClrQuickListModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrQuickListModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrQuickListModule, [typeof i1.ClrQuickList, typeof i2.ClrAddOption], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.ClarityModule, typeof i5.ClrFormsModule], [typeof i1.ClrQuickList]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ClrQuickListModule>;
|
|
2
11
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, OnDestroy, OnInit, Renderer2, AfterViewInit } from '@angular/core';
|
|
2
2
|
import { NgControl } from '@angular/forms';
|
|
3
3
|
import { Subject } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class ClrSearchField implements OnInit, OnDestroy, AfterViewInit {
|
|
5
6
|
private renderer;
|
|
6
7
|
private inputEl;
|
|
@@ -9,7 +10,7 @@ export declare class ClrSearchField implements OnInit, OnDestroy, AfterViewInit
|
|
|
9
10
|
private deleteSymbol;
|
|
10
11
|
private deleteButton;
|
|
11
12
|
private searchSymbol;
|
|
12
|
-
destroyed: Subject<
|
|
13
|
+
destroyed: Subject<void>;
|
|
13
14
|
constructor(renderer: Renderer2, inputEl: ElementRef, ngControl: NgControl);
|
|
14
15
|
ngOnInit(): void;
|
|
15
16
|
ngAfterViewInit(): void;
|
|
@@ -20,4 +21,6 @@ export declare class ClrSearchField implements OnInit, OnDestroy, AfterViewInit
|
|
|
20
21
|
private injectSearchIcon;
|
|
21
22
|
private addClassToWrapper;
|
|
22
23
|
private detachListener;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrSearchField, never>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClrSearchField, "[clrSearch]", never, {}, {}, never>;
|
|
23
26
|
}
|