@porscheinformatik/clr-addons 11.2.0 → 12.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/abstract-form-component/abstract-form-component.d.ts +11 -3
- package/abstract-form-component/control-id.service.d.ts +11 -0
- package/abstract-form-component/form.module.d.ts +7 -0
- package/abstract-form-component/index.d.ts +2 -0
- package/abstract-form-component/label.d.ts +15 -0
- package/autocomplete-off/autocomplete-off.directive.d.ts +3 -0
- package/autocomplete-off/autocomplete-off.module.d.ts +5 -0
- package/autocomplete-off/index.d.ts +2 -0
- package/back-button/back-button.d.ts +3 -0
- package/back-button/back-button.module.d.ts +8 -0
- package/brand-avatar/brand-avatar.d.ts +3 -0
- package/brand-avatar/brand-avatar.module.d.ts +7 -0
- package/breadcrumb/breadcrumb.d.ts +4 -1
- package/breadcrumb/breadcrumb.module.d.ts +8 -0
- package/breadcrumb/breadcrumb.service.d.ts +3 -0
- package/clr-addons.d.ts +1 -11
- package/clr-addons.module.d.ts +30 -0
- package/collapse-expand-section/collapse-expand-section.d.ts +3 -0
- package/collapse-expand-section/collapse-expand-section.module.d.ts +8 -0
- package/content-panel/content-panel-container-content.d.ts +3 -0
- package/content-panel/content-panel-container-footer.d.ts +3 -0
- package/content-panel/content-panel-container.d.ts +3 -0
- package/content-panel/content-panel.d.ts +3 -0
- package/content-panel/content-panel.module.d.ts +11 -0
- package/data-list-validator/data-list-predefined-validator.directive.d.ts +3 -0
- package/data-list-validator/data-list-validator.module.d.ts +5 -0
- package/date-time-container/date-time-container.d.ts +3 -0
- package/date-time-container/date-time-module.d.ts +9 -0
- package/date-time-container/time-input.d.ts +3 -0
- package/dot-pager/dot-pager.d.ts +3 -0
- package/dot-pager/dot-pager.module.d.ts +8 -0
- package/esm2020/abstract-form-component/abstract-form-component.mjs +100 -0
- package/esm2020/abstract-form-component/control-id.service.mjs +31 -0
- package/esm2020/abstract-form-component/form.module.mjs +21 -0
- package/esm2020/abstract-form-component/index.mjs +3 -0
- package/esm2020/abstract-form-component/label.mjs +37 -0
- package/esm2020/autocomplete-off/autocomplete-off.directive.mjs +21 -0
- package/esm2020/autocomplete-off/autocomplete-off.module.mjs +21 -0
- package/esm2020/autocomplete-off/index.mjs +3 -0
- package/esm2020/back-button/back-button.mjs +25 -0
- package/esm2020/back-button/back-button.module.mjs +25 -0
- package/{esm2015/back-button/index.js → esm2020/back-button/index.mjs} +0 -0
- package/esm2020/brand-avatar/brand-avatar.mjs +60 -0
- package/esm2020/brand-avatar/brand-avatar.module.mjs +24 -0
- package/{esm2015/brand-avatar/index.js → esm2020/brand-avatar/index.mjs} +0 -0
- package/{esm2015/breadcrumb/breadcrumb-model.interface.js → esm2020/breadcrumb/breadcrumb-model.interface.mjs} +0 -0
- package/esm2020/breadcrumb/breadcrumb.mjs +37 -0
- package/esm2020/breadcrumb/breadcrumb.module.mjs +27 -0
- package/esm2020/breadcrumb/breadcrumb.service.mjs +25 -0
- package/{esm2015/breadcrumb/index.js → esm2020/breadcrumb/index.mjs} +0 -0
- package/esm2020/clr-addons.mjs +5 -0
- package/esm2020/clr-addons.module.mjs +122 -0
- package/esm2020/collapse-expand-section/collapse-expand-section.mjs +80 -0
- package/esm2020/collapse-expand-section/collapse-expand-section.module.mjs +25 -0
- package/{esm2015/collapse-expand-section/index.js → esm2020/collapse-expand-section/index.mjs} +0 -0
- package/esm2020/content-panel/content-panel-container-content.mjs +22 -0
- package/esm2020/content-panel/content-panel-container-footer.mjs +22 -0
- package/esm2020/content-panel/content-panel-container.mjs +35 -0
- package/esm2020/content-panel/content-panel.mjs +79 -0
- package/esm2020/content-panel/content-panel.module.mjs +36 -0
- package/{esm2015/content-panel/index.js → esm2020/content-panel/index.mjs} +0 -0
- package/esm2020/data-list-validator/data-list-predefined-validator.directive.mjs +33 -0
- package/esm2020/data-list-validator/data-list-validator.module.mjs +21 -0
- package/{esm2015/data-list-validator/data-list.validator.js → esm2020/data-list-validator/data-list.validator.mjs} +0 -0
- package/{esm2015/data-list-validator/index.js → esm2020/data-list-validator/index.mjs} +0 -0
- package/esm2020/date-time-container/date-time-container.mjs +53 -0
- package/esm2020/date-time-container/date-time-module.mjs +26 -0
- package/{esm2015/date-time-container/index.js → esm2020/date-time-container/index.mjs} +0 -0
- package/esm2020/date-time-container/time-input.mjs +21 -0
- package/esm2020/dot-pager/dot-pager.mjs +58 -0
- package/esm2020/dot-pager/dot-pager.module.mjs +25 -0
- package/{esm2015/dot-pager/index.js → esm2020/dot-pager/index.mjs} +0 -0
- package/esm2020/flow-bar/flow-bar.mjs +160 -0
- package/esm2020/flow-bar/flow-bar.module.mjs +25 -0
- package/{esm2015/flow-bar/index.js → esm2020/flow-bar/index.mjs} +0 -0
- package/esm2020/generic-quick-list/generic-quick-list.mjs +93 -0
- package/esm2020/generic-quick-list/generic-quick-list.module.mjs +24 -0
- package/{esm2015/generic-quick-list/index.js → esm2020/generic-quick-list/index.mjs} +0 -0
- package/{esm2015/history/history-model.interface.js → esm2020/history/history-model.interface.mjs} +0 -0
- package/esm2020/history/history-pinned.mjs +49 -0
- package/esm2020/history/history.mjs +70 -0
- package/esm2020/history/history.module.mjs +26 -0
- package/esm2020/history/history.service.mjs +206 -0
- package/{esm2015/history/index.js → esm2020/history/index.mjs} +0 -0
- package/{esm2015/icons/index.js → esm2020/icons/index.mjs} +0 -0
- package/{esm2015/icons/shapes.js → esm2020/icons/shapes.mjs} +0 -0
- package/{esm2015/icons/svg-tag-generator.js → esm2020/icons/svg-tag-generator.mjs} +0 -0
- package/{esm2015/index.js → esm2020/index.mjs} +3 -1
- package/{esm2015/letter-avatar/index.js → esm2020/letter-avatar/index.mjs} +0 -0
- package/esm2020/letter-avatar/letter-avatar.mjs +52 -0
- package/esm2020/letter-avatar/letter-avatar.module.mjs +24 -0
- package/esm2020/location-bar/index.mjs +5 -0
- package/esm2020/location-bar/location-bar-node/location-bar-node.component.mjs +97 -0
- package/esm2020/location-bar/location-bar.component.mjs +48 -0
- package/{esm2015/location-bar/location-bar.model.js → esm2020/location-bar/location-bar.model.mjs} +0 -0
- package/esm2020/location-bar/location-bar.module.mjs +20 -0
- package/{esm2015/location-bar/location-bar.provider.js → esm2020/location-bar/location-bar.provider.mjs} +0 -0
- package/{esm2015/main-nav-group/index.js → esm2020/main-nav-group/index.mjs} +0 -0
- package/esm2020/main-nav-group/main-nav-group-item.mjs +27 -0
- package/esm2020/main-nav-group/main-nav-group.mjs +153 -0
- package/esm2020/main-nav-group/main-nav-group.module.mjs +26 -0
- package/esm2020/multilingual/abstract-multilingual.mjs +60 -0
- package/{esm2015/multilingual/index.js → esm2020/multilingual/index.mjs} +0 -0
- package/esm2020/multilingual/multilingual-input/multilingual-input.mjs +40 -0
- package/esm2020/multilingual/multilingual-selector.mjs +81 -0
- package/esm2020/multilingual/multilingual-textarea/multilingual-textarea.mjs +40 -0
- package/esm2020/multilingual/multilingual-validators.mjs +104 -0
- package/esm2020/multilingual/multilingual.module.mjs +48 -0
- package/{esm2015/notification/index.js → esm2020/notification/index.mjs} +0 -0
- package/{esm2015/notification/notification-ref.js → esm2020/notification/notification-ref.mjs} +0 -0
- package/esm2020/notification/notification.mjs +134 -0
- package/esm2020/notification/notification.module.mjs +24 -0
- package/esm2020/notification/notification.service.mjs +92 -0
- package/{esm2015/notification/scheduler-utils.js → esm2020/notification/scheduler-utils.mjs} +0 -0
- package/{esm2015/numericfield/index.js → esm2020/numericfield/index.mjs} +0 -0
- package/esm2020/numericfield/numeric-field-validators.mjs +140 -0
- package/esm2020/numericfield/numeric-field.mjs +372 -0
- package/esm2020/numericfield/numeric-field.module.mjs +26 -0
- package/{esm2015/paged-search-result-list/index.js → esm2020/paged-search-result-list/index.mjs} +0 -0
- package/esm2020/paged-search-result-list/paged-search-result-list.mjs +49 -0
- package/esm2020/paged-search-result-list/paged-search-result-list.module.mjs +26 -0
- package/{esm2015/pager/index.js → esm2020/pager/index.mjs} +0 -0
- package/esm2020/pager/pager.mjs +135 -0
- package/esm2020/pager/pager.module.mjs +25 -0
- package/{esm2015/progress-spinner/index.js → esm2020/progress-spinner/index.mjs} +0 -0
- package/esm2020/progress-spinner/progress-spinner.mjs +78 -0
- package/esm2020/progress-spinner/progress-spinner.module.mjs +23 -0
- package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
- package/esm2020/quick-list/add-option.mjs +65 -0
- package/{esm2015/quick-list/add-option.service.js → esm2020/quick-list/add-option.service.mjs} +0 -0
- package/{esm2015/quick-list/index.js → esm2020/quick-list/index.mjs} +0 -0
- package/esm2020/quick-list/quick-list.mjs +122 -0
- package/esm2020/quick-list/quick-list.module.mjs +26 -0
- package/{esm2015/searchfield/index.js → esm2020/searchfield/index.mjs} +0 -0
- package/esm2020/searchfield/search-field.mjs +100 -0
- package/esm2020/searchfield/search-field.module.mjs +25 -0
- package/{esm2015/treetable/index.js → esm2020/treetable/index.mjs} +3 -2
- package/esm2020/treetable/renderer/cell-renderer.mjs +28 -0
- package/esm2020/treetable/renderer/header-renderer.mjs +41 -0
- package/esm2020/treetable/renderer/index.mjs +5 -0
- package/esm2020/treetable/renderer/main-renderer.mjs +103 -0
- package/esm2020/treetable/renderer/row-renderer.mjs +20 -0
- package/esm2020/treetable/treetable-action-overflow.mjs +92 -0
- package/esm2020/treetable/treetable-cell.mjs +23 -0
- package/esm2020/treetable/treetable-column.mjs +23 -0
- package/esm2020/treetable/treetable-placeholder.mjs +30 -0
- package/esm2020/treetable/treetable-row.mjs +99 -0
- package/esm2020/treetable/treetable.mjs +73 -0
- package/esm2020/treetable/treetable.module.mjs +63 -0
- package/{esm2015/util/escape.util.js → esm2020/util/escape.util.mjs} +0 -0
- package/{esm2015/util/index.js → esm2020/util/index.mjs} +0 -0
- package/{esm2015/view-edit-section/index.js → esm2020/view-edit-section/index.mjs} +0 -0
- package/esm2020/view-edit-section/view-edit-section.mjs +152 -0
- package/esm2020/view-edit-section/view-edit-section.module.mjs +25 -0
- package/fesm2015/{clr-addons.js → clr-addons.mjs} +1757 -1068
- package/fesm2015/clr-addons.mjs.map +1 -0
- package/fesm2020/clr-addons.mjs +5055 -0
- package/fesm2020/clr-addons.mjs.map +1 -0
- package/flow-bar/flow-bar.d.ts +3 -0
- package/flow-bar/flow-bar.module.d.ts +8 -0
- package/generic-quick-list/generic-quick-list.d.ts +3 -0
- package/generic-quick-list/generic-quick-list.module.d.ts +7 -0
- package/history/history-pinned.d.ts +3 -0
- package/history/history.d.ts +3 -0
- package/history/history.module.d.ts +9 -0
- package/history/history.service.d.ts +3 -0
- package/index.d.ts +2 -0
- package/letter-avatar/letter-avatar.d.ts +3 -0
- package/letter-avatar/letter-avatar.module.d.ts +7 -0
- package/location-bar/index.d.ts +1 -0
- package/location-bar/location-bar-node/location-bar-node.component.d.ts +3 -0
- package/location-bar/location-bar.component.d.ts +3 -0
- package/location-bar/location-bar.module.d.ts +8 -0
- package/main-nav-group/main-nav-group-item.d.ts +3 -0
- package/main-nav-group/main-nav-group.d.ts +3 -0
- package/main-nav-group/main-nav-group.module.d.ts +9 -0
- package/multilingual/abstract-multilingual.d.ts +3 -0
- package/multilingual/multilingual-input/multilingual-input.d.ts +3 -0
- package/multilingual/multilingual-selector.d.ts +3 -0
- package/multilingual/multilingual-textarea/multilingual-textarea.d.ts +3 -0
- package/multilingual/multilingual-validators.d.ts +5 -0
- package/multilingual/multilingual.module.d.ts +11 -0
- package/notification/notification.d.ts +3 -0
- package/notification/notification.module.d.ts +8 -0
- package/notification/notification.service.d.ts +3 -0
- package/numericfield/numeric-field-validators.d.ts +5 -0
- package/numericfield/numeric-field.d.ts +3 -0
- package/numericfield/numeric-field.module.d.ts +9 -0
- package/package.json +27 -13
- package/paged-search-result-list/paged-search-result-list.d.ts +3 -0
- package/paged-search-result-list/paged-search-result-list.module.d.ts +9 -0
- package/pager/pager.d.ts +3 -0
- package/pager/pager.module.d.ts +8 -0
- package/progress-spinner/progress-spinner.d.ts +3 -0
- package/progress-spinner/progress-spinner.module.d.ts +6 -0
- package/quick-list/add-option.d.ts +3 -0
- package/quick-list/quick-list.d.ts +3 -0
- package/quick-list/quick-list.module.d.ts +9 -0
- package/searchfield/search-field.d.ts +4 -1
- package/searchfield/search-field.module.d.ts +8 -0
- package/styles/clr-addons-phs.css +6 -4
- package/styles/clr-addons-phs.css.map +1 -1
- package/styles/clr-addons-phs.min.css +1 -1
- package/styles/clr-addons-phs.min.css.map +1 -1
- package/treetable/index.d.ts +1 -0
- package/treetable/renderer/cell-renderer.d.ts +3 -0
- package/treetable/renderer/header-renderer.d.ts +3 -0
- package/treetable/renderer/index.d.ts +4 -0
- package/treetable/renderer/main-renderer.d.ts +3 -0
- package/treetable/renderer/row-renderer.d.ts +3 -0
- package/treetable/treetable-action-overflow.d.ts +4 -1
- package/treetable/treetable-cell.d.ts +3 -0
- package/treetable/treetable-column.d.ts +3 -0
- package/treetable/treetable-placeholder.d.ts +3 -0
- package/treetable/treetable-row.d.ts +3 -0
- package/treetable/treetable.d.ts +3 -0
- package/treetable/treetable.module.d.ts +16 -0
- package/view-edit-section/view-edit-section.d.ts +11 -1
- package/view-edit-section/view-edit-section.module.d.ts +8 -0
- package/autocomplete-off/autocomplete-off.module.ngfactory.d.ts +0 -3
- package/back-button/back-button.module.ngfactory.d.ts +0 -3
- package/back-button/back-button.ngfactory.d.ts +0 -1
- package/brand-avatar/brand-avatar.module.ngfactory.d.ts +0 -3
- package/brand-avatar/brand-avatar.ngfactory.d.ts +0 -1
- package/breadcrumb/breadcrumb.module.ngfactory.d.ts +0 -3
- package/breadcrumb/breadcrumb.ngfactory.d.ts +0 -1
- package/bundles/clr-addons.umd.js +0 -5121
- package/bundles/clr-addons.umd.js.map +0 -1
- package/clr-addons.metadata.json +0 -1
- package/clr-addons.module.ngfactory.d.ts +0 -3
- package/collapse-expand-section/collapse-expand-section.module.ngfactory.d.ts +0 -3
- package/collapse-expand-section/collapse-expand-section.ngfactory.d.ts +0 -1
- package/content-panel/content-panel-container-content.ngfactory.d.ts +0 -1
- package/content-panel/content-panel-container-footer.ngfactory.d.ts +0 -1
- package/content-panel/content-panel-container.ngfactory.d.ts +0 -1
- package/content-panel/content-panel.module.ngfactory.d.ts +0 -3
- package/content-panel/content-panel.ngfactory.d.ts +0 -1
- package/data-list-validator/data-list-validator.module.ngfactory.d.ts +0 -3
- package/date-time-container/date-time-container.ngfactory.d.ts +0 -1
- package/date-time-container/date-time-module.ngfactory.d.ts +0 -3
- package/dot-pager/dot-pager.module.ngfactory.d.ts +0 -3
- package/dot-pager/dot-pager.ngfactory.d.ts +0 -1
- package/esm2015/abstract-form-component/abstract-form-component.js +0 -77
- package/esm2015/abstract-form-component/abstract-form-component.ngsummary.json +0 -1
- package/esm2015/autocomplete-off/autocomplete-off.directive.js +0 -17
- package/esm2015/autocomplete-off/autocomplete-off.directive.ngsummary.json +0 -1
- package/esm2015/autocomplete-off/autocomplete-off.module.js +0 -16
- package/esm2015/autocomplete-off/autocomplete-off.module.ngfactory.js +0 -13
- package/esm2015/autocomplete-off/autocomplete-off.module.ngsummary.json +0 -1
- package/esm2015/back-button/back-button.js +0 -25
- package/esm2015/back-button/back-button.module.js +0 -20
- package/esm2015/back-button/back-button.module.ngfactory.js +0 -17
- package/esm2015/back-button/back-button.module.ngsummary.json +0 -1
- package/esm2015/back-button/back-button.ngfactory.js +0 -23
- package/esm2015/back-button/back-button.ngsummary.json +0 -1
- package/esm2015/back-button/index.ngsummary.json +0 -1
- package/esm2015/brand-avatar/brand-avatar.js +0 -54
- package/esm2015/brand-avatar/brand-avatar.module.js +0 -19
- package/esm2015/brand-avatar/brand-avatar.module.ngfactory.js +0 -17
- package/esm2015/brand-avatar/brand-avatar.module.ngsummary.json +0 -1
- package/esm2015/brand-avatar/brand-avatar.ngfactory.js +0 -19
- package/esm2015/brand-avatar/brand-avatar.ngsummary.json +0 -1
- package/esm2015/brand-avatar/index.ngsummary.json +0 -1
- package/esm2015/breadcrumb/breadcrumb-model.interface.ngsummary.json +0 -1
- package/esm2015/breadcrumb/breadcrumb.js +0 -36
- package/esm2015/breadcrumb/breadcrumb.module.js +0 -22
- package/esm2015/breadcrumb/breadcrumb.module.ngfactory.js +0 -20
- package/esm2015/breadcrumb/breadcrumb.module.ngsummary.json +0 -1
- package/esm2015/breadcrumb/breadcrumb.ngfactory.js +0 -28
- package/esm2015/breadcrumb/breadcrumb.ngsummary.json +0 -1
- package/esm2015/breadcrumb/breadcrumb.service.js +0 -23
- package/esm2015/breadcrumb/breadcrumb.service.ngsummary.json +0 -1
- package/esm2015/breadcrumb/index.ngsummary.json +0 -1
- package/esm2015/clr-addons.js +0 -16
- package/esm2015/clr-addons.module.js +0 -65
- package/esm2015/clr-addons.module.ngfactory.js +0 -46
- package/esm2015/clr-addons.module.ngsummary.json +0 -1
- package/esm2015/clr-addons.ngsummary.json +0 -1
- package/esm2015/collapse-expand-section/collapse-expand-section.js +0 -55
- package/esm2015/collapse-expand-section/collapse-expand-section.module.js +0 -20
- package/esm2015/collapse-expand-section/collapse-expand-section.module.ngfactory.js +0 -17
- package/esm2015/collapse-expand-section/collapse-expand-section.module.ngsummary.json +0 -1
- package/esm2015/collapse-expand-section/collapse-expand-section.ngfactory.js +0 -30
- package/esm2015/collapse-expand-section/collapse-expand-section.ngsummary.json +0 -1
- package/esm2015/collapse-expand-section/index.ngsummary.json +0 -1
- package/esm2015/content-panel/content-panel-container-content.js +0 -18
- package/esm2015/content-panel/content-panel-container-content.ngfactory.js +0 -18
- package/esm2015/content-panel/content-panel-container-content.ngsummary.json +0 -1
- package/esm2015/content-panel/content-panel-container-footer.js +0 -18
- package/esm2015/content-panel/content-panel-container-footer.ngfactory.js +0 -18
- package/esm2015/content-panel/content-panel-container-footer.ngsummary.json +0 -1
- package/esm2015/content-panel/content-panel-container.js +0 -25
- package/esm2015/content-panel/content-panel-container.ngfactory.js +0 -18
- package/esm2015/content-panel/content-panel-container.ngsummary.json +0 -1
- package/esm2015/content-panel/content-panel.js +0 -67
- package/esm2015/content-panel/content-panel.module.js +0 -28
- package/esm2015/content-panel/content-panel.module.ngfactory.js +0 -17
- package/esm2015/content-panel/content-panel.module.ngsummary.json +0 -1
- package/esm2015/content-panel/content-panel.ngfactory.js +0 -33
- package/esm2015/content-panel/content-panel.ngsummary.json +0 -1
- package/esm2015/content-panel/index.ngsummary.json +0 -1
- package/esm2015/data-list-validator/data-list-predefined-validator.directive.js +0 -30
- package/esm2015/data-list-validator/data-list-predefined-validator.directive.ngsummary.json +0 -1
- package/esm2015/data-list-validator/data-list-validator.module.js +0 -16
- package/esm2015/data-list-validator/data-list-validator.module.ngfactory.js +0 -13
- package/esm2015/data-list-validator/data-list-validator.module.ngsummary.json +0 -1
- package/esm2015/data-list-validator/data-list.validator.ngsummary.json +0 -1
- package/esm2015/data-list-validator/index.ngsummary.json +0 -1
- package/esm2015/date-time-container/date-time-container.js +0 -45
- package/esm2015/date-time-container/date-time-container.ngfactory.js +0 -19
- package/esm2015/date-time-container/date-time-container.ngsummary.json +0 -1
- package/esm2015/date-time-container/date-time-module.js +0 -21
- package/esm2015/date-time-container/date-time-module.ngfactory.js +0 -17
- package/esm2015/date-time-container/date-time-module.ngsummary.json +0 -1
- package/esm2015/date-time-container/index.ngsummary.json +0 -1
- package/esm2015/date-time-container/time-input.js +0 -17
- package/esm2015/date-time-container/time-input.ngsummary.json +0 -1
- package/esm2015/dot-pager/dot-pager.js +0 -51
- package/esm2015/dot-pager/dot-pager.module.js +0 -20
- package/esm2015/dot-pager/dot-pager.module.ngfactory.js +0 -17
- package/esm2015/dot-pager/dot-pager.module.ngsummary.json +0 -1
- package/esm2015/dot-pager/dot-pager.ngfactory.js +0 -48
- package/esm2015/dot-pager/dot-pager.ngsummary.json +0 -1
- package/esm2015/dot-pager/index.ngsummary.json +0 -1
- package/esm2015/flow-bar/flow-bar.js +0 -154
- package/esm2015/flow-bar/flow-bar.module.js +0 -20
- package/esm2015/flow-bar/flow-bar.module.ngfactory.js +0 -17
- package/esm2015/flow-bar/flow-bar.module.ngsummary.json +0 -1
- package/esm2015/flow-bar/flow-bar.ngfactory.js +0 -33
- package/esm2015/flow-bar/flow-bar.ngsummary.json +0 -1
- package/esm2015/flow-bar/index.ngsummary.json +0 -1
- package/esm2015/generic-quick-list/generic-quick-list.js +0 -72
- package/esm2015/generic-quick-list/generic-quick-list.module.js +0 -19
- package/esm2015/generic-quick-list/generic-quick-list.module.ngfactory.js +0 -17
- package/esm2015/generic-quick-list/generic-quick-list.module.ngsummary.json +0 -1
- package/esm2015/generic-quick-list/generic-quick-list.ngfactory.js +0 -31
- package/esm2015/generic-quick-list/generic-quick-list.ngsummary.json +0 -1
- package/esm2015/generic-quick-list/index.ngsummary.json +0 -1
- package/esm2015/history/history-model.interface.ngsummary.json +0 -1
- package/esm2015/history/history-pinned.js +0 -45
- package/esm2015/history/history-pinned.ngfactory.js +0 -23
- package/esm2015/history/history-pinned.ngsummary.json +0 -1
- package/esm2015/history/history.js +0 -55
- package/esm2015/history/history.module.js +0 -21
- package/esm2015/history/history.module.ngfactory.js +0 -19
- package/esm2015/history/history.module.ngsummary.json +0 -1
- package/esm2015/history/history.ngfactory.js +0 -36
- package/esm2015/history/history.ngsummary.json +0 -1
- package/esm2015/history/history.service.js +0 -204
- package/esm2015/history/history.service.ngsummary.json +0 -1
- package/esm2015/history/index.ngsummary.json +0 -1
- package/esm2015/icons/index.ngsummary.json +0 -1
- package/esm2015/icons/shapes.ngsummary.json +0 -1
- package/esm2015/icons/svg-tag-generator.ngsummary.json +0 -1
- package/esm2015/index.ngsummary.json +0 -1
- package/esm2015/letter-avatar/index.ngsummary.json +0 -1
- package/esm2015/letter-avatar/letter-avatar.js +0 -48
- package/esm2015/letter-avatar/letter-avatar.module.js +0 -19
- package/esm2015/letter-avatar/letter-avatar.module.ngfactory.js +0 -17
- package/esm2015/letter-avatar/letter-avatar.module.ngsummary.json +0 -1
- package/esm2015/letter-avatar/letter-avatar.ngfactory.js +0 -18
- package/esm2015/letter-avatar/letter-avatar.ngsummary.json +0 -1
- package/esm2015/location-bar/index.js +0 -4
- package/esm2015/location-bar/index.ngsummary.json +0 -1
- package/esm2015/location-bar/location-bar-node/location-bar-node.component.js +0 -92
- package/esm2015/location-bar/location-bar-node/location-bar-node.component.ngfactory.js +0 -50
- package/esm2015/location-bar/location-bar-node/location-bar-node.component.ngsummary.json +0 -1
- package/esm2015/location-bar/location-bar.component.js +0 -38
- package/esm2015/location-bar/location-bar.component.ngfactory.js +0 -25
- package/esm2015/location-bar/location-bar.component.ngsummary.json +0 -1
- package/esm2015/location-bar/location-bar.model.ngsummary.json +0 -1
- package/esm2015/location-bar/location-bar.module.js +0 -15
- package/esm2015/location-bar/location-bar.module.ngfactory.js +0 -13
- package/esm2015/location-bar/location-bar.module.ngsummary.json +0 -1
- package/esm2015/location-bar/location-bar.provider.ngsummary.json +0 -1
- package/esm2015/main-nav-group/index.ngsummary.json +0 -1
- package/esm2015/main-nav-group/main-nav-group-item.js +0 -27
- package/esm2015/main-nav-group/main-nav-group-item.ngsummary.json +0 -1
- package/esm2015/main-nav-group/main-nav-group.js +0 -153
- package/esm2015/main-nav-group/main-nav-group.module.js +0 -21
- package/esm2015/main-nav-group/main-nav-group.module.ngfactory.js +0 -17
- package/esm2015/main-nav-group/main-nav-group.module.ngsummary.json +0 -1
- package/esm2015/main-nav-group/main-nav-group.ngfactory.js +0 -26
- package/esm2015/main-nav-group/main-nav-group.ngsummary.json +0 -1
- package/esm2015/multilingual/abstract-multilingual.js +0 -50
- package/esm2015/multilingual/abstract-multilingual.ngsummary.json +0 -1
- package/esm2015/multilingual/index.ngsummary.json +0 -1
- package/esm2015/multilingual/multilingual-input/multilingual-input.js +0 -32
- package/esm2015/multilingual/multilingual-input/multilingual-input.ngfactory.js +0 -46
- package/esm2015/multilingual/multilingual-input/multilingual-input.ngsummary.json +0 -1
- package/esm2015/multilingual/multilingual-selector.js +0 -46
- package/esm2015/multilingual/multilingual-selector.ngfactory.js +0 -28
- package/esm2015/multilingual/multilingual-selector.ngsummary.json +0 -1
- package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.js +0 -32
- package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.ngfactory.js +0 -46
- package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.ngsummary.json +0 -1
- package/esm2015/multilingual/multilingual-validators.js +0 -97
- package/esm2015/multilingual/multilingual-validators.ngsummary.json +0 -1
- package/esm2015/multilingual/multilingual.module.js +0 -35
- package/esm2015/multilingual/multilingual.module.ngfactory.js +0 -17
- package/esm2015/multilingual/multilingual.module.ngsummary.json +0 -1
- package/esm2015/notification/index.ngsummary.json +0 -1
- package/esm2015/notification/notification-ref.ngsummary.json +0 -1
- package/esm2015/notification/notification.js +0 -114
- package/esm2015/notification/notification.module.js +0 -20
- package/esm2015/notification/notification.module.ngfactory.js +0 -18
- package/esm2015/notification/notification.module.ngsummary.json +0 -1
- package/esm2015/notification/notification.ngfactory.js +0 -25
- package/esm2015/notification/notification.ngsummary.json +0 -1
- package/esm2015/notification/notification.service.js +0 -92
- package/esm2015/notification/notification.service.ngsummary.json +0 -1
- package/esm2015/notification/scheduler-utils.ngsummary.json +0 -1
- package/esm2015/numericfield/index.ngsummary.json +0 -1
- package/esm2015/numericfield/numeric-field-validators.js +0 -125
- package/esm2015/numericfield/numeric-field-validators.ngsummary.json +0 -1
- package/esm2015/numericfield/numeric-field.js +0 -348
- package/esm2015/numericfield/numeric-field.module.js +0 -21
- package/esm2015/numericfield/numeric-field.module.ngfactory.js +0 -17
- package/esm2015/numericfield/numeric-field.module.ngsummary.json +0 -1
- package/esm2015/numericfield/numeric-field.ngsummary.json +0 -1
- package/esm2015/paged-search-result-list/index.ngsummary.json +0 -1
- package/esm2015/paged-search-result-list/paged-search-result-list.js +0 -34
- package/esm2015/paged-search-result-list/paged-search-result-list.module.js +0 -21
- package/esm2015/paged-search-result-list/paged-search-result-list.module.ngfactory.js +0 -18
- package/esm2015/paged-search-result-list/paged-search-result-list.module.ngsummary.json +0 -1
- package/esm2015/paged-search-result-list/paged-search-result-list.ngfactory.js +0 -31
- package/esm2015/paged-search-result-list/paged-search-result-list.ngsummary.json +0 -1
- package/esm2015/pager/index.ngsummary.json +0 -1
- package/esm2015/pager/pager.js +0 -125
- package/esm2015/pager/pager.module.js +0 -20
- package/esm2015/pager/pager.module.ngfactory.js +0 -17
- package/esm2015/pager/pager.module.ngsummary.json +0 -1
- package/esm2015/pager/pager.ngfactory.js +0 -43
- package/esm2015/pager/pager.ngsummary.json +0 -1
- package/esm2015/progress-spinner/index.ngsummary.json +0 -1
- package/esm2015/progress-spinner/progress-spinner.js +0 -69
- package/esm2015/progress-spinner/progress-spinner.module.js +0 -18
- package/esm2015/progress-spinner/progress-spinner.module.ngfactory.js +0 -12
- package/esm2015/progress-spinner/progress-spinner.module.ngsummary.json +0 -1
- package/esm2015/progress-spinner/progress-spinner.ngfactory.js +0 -18
- package/esm2015/progress-spinner/progress-spinner.ngsummary.json +0 -1
- package/esm2015/public_api.ngsummary.json +0 -1
- package/esm2015/quick-list/add-option.js +0 -53
- package/esm2015/quick-list/add-option.ngfactory.js +0 -36
- package/esm2015/quick-list/add-option.ngsummary.json +0 -1
- package/esm2015/quick-list/add-option.service.ngsummary.json +0 -1
- package/esm2015/quick-list/index.ngsummary.json +0 -1
- package/esm2015/quick-list/quick-list.js +0 -98
- package/esm2015/quick-list/quick-list.module.js +0 -21
- package/esm2015/quick-list/quick-list.module.ngfactory.js +0 -17
- package/esm2015/quick-list/quick-list.module.ngsummary.json +0 -1
- package/esm2015/quick-list/quick-list.ngfactory.js +0 -33
- package/esm2015/quick-list/quick-list.ngsummary.json +0 -1
- package/esm2015/searchfield/index.ngsummary.json +0 -1
- package/esm2015/searchfield/search-field.js +0 -100
- package/esm2015/searchfield/search-field.module.js +0 -20
- package/esm2015/searchfield/search-field.module.ngfactory.js +0 -17
- package/esm2015/searchfield/search-field.module.ngsummary.json +0 -1
- package/esm2015/searchfield/search-field.ngsummary.json +0 -1
- package/esm2015/treetable/index.ngsummary.json +0 -1
- package/esm2015/treetable/renderer/cell-renderer.js +0 -28
- package/esm2015/treetable/renderer/cell-renderer.ngsummary.json +0 -1
- package/esm2015/treetable/renderer/header-renderer.js +0 -41
- package/esm2015/treetable/renderer/header-renderer.ngsummary.json +0 -1
- package/esm2015/treetable/renderer/main-renderer.js +0 -93
- package/esm2015/treetable/renderer/main-renderer.ngsummary.json +0 -1
- package/esm2015/treetable/renderer/row-renderer.js +0 -16
- package/esm2015/treetable/renderer/row-renderer.ngsummary.json +0 -1
- package/esm2015/treetable/treetable-action-overflow.js +0 -77
- package/esm2015/treetable/treetable-action-overflow.ngfactory.js +0 -31
- package/esm2015/treetable/treetable-action-overflow.ngsummary.json +0 -1
- package/esm2015/treetable/treetable-cell.js +0 -19
- package/esm2015/treetable/treetable-cell.ngfactory.js +0 -18
- package/esm2015/treetable/treetable-cell.ngsummary.json +0 -1
- package/esm2015/treetable/treetable-column.js +0 -19
- package/esm2015/treetable/treetable-column.ngfactory.js +0 -18
- package/esm2015/treetable/treetable-column.ngsummary.json +0 -1
- package/esm2015/treetable/treetable-placeholder.js +0 -21
- package/esm2015/treetable/treetable-placeholder.ngfactory.js +0 -16
- package/esm2015/treetable/treetable-placeholder.ngsummary.json +0 -1
- package/esm2015/treetable/treetable-row.js +0 -80
- package/esm2015/treetable/treetable-row.ngfactory.js +0 -30
- package/esm2015/treetable/treetable-row.ngsummary.json +0 -1
- package/esm2015/treetable/treetable.js +0 -67
- package/esm2015/treetable/treetable.module.js +0 -40
- package/esm2015/treetable/treetable.module.ngfactory.js +0 -17
- package/esm2015/treetable/treetable.module.ngsummary.json +0 -1
- package/esm2015/treetable/treetable.ngfactory.js +0 -18
- package/esm2015/treetable/treetable.ngsummary.json +0 -1
- package/esm2015/util/escape.util.ngsummary.json +0 -1
- package/esm2015/util/index.ngsummary.json +0 -1
- package/esm2015/view-edit-section/index.ngsummary.json +0 -1
- package/esm2015/view-edit-section/view-edit-section.js +0 -57
- package/esm2015/view-edit-section/view-edit-section.module.js +0 -20
- package/esm2015/view-edit-section/view-edit-section.module.ngfactory.js +0 -17
- package/esm2015/view-edit-section/view-edit-section.module.ngsummary.json +0 -1
- package/esm2015/view-edit-section/view-edit-section.ngfactory.js +0 -48
- package/esm2015/view-edit-section/view-edit-section.ngsummary.json +0 -1
- package/fesm2015/clr-addons.js.map +0 -1
- package/flow-bar/flow-bar.module.ngfactory.d.ts +0 -3
- package/flow-bar/flow-bar.ngfactory.d.ts +0 -1
- package/generic-quick-list/generic-quick-list.module.ngfactory.d.ts +0 -3
- package/generic-quick-list/generic-quick-list.ngfactory.d.ts +0 -1
- package/history/history-pinned.ngfactory.d.ts +0 -1
- package/history/history.module.ngfactory.d.ts +0 -3
- package/history/history.ngfactory.d.ts +0 -1
- package/letter-avatar/letter-avatar.module.ngfactory.d.ts +0 -3
- package/letter-avatar/letter-avatar.ngfactory.d.ts +0 -1
- package/location-bar/location-bar-node/location-bar-node.component.ngfactory.d.ts +0 -1
- package/location-bar/location-bar.component.ngfactory.d.ts +0 -1
- package/location-bar/location-bar.module.ngfactory.d.ts +0 -3
- package/main-nav-group/main-nav-group.module.ngfactory.d.ts +0 -3
- package/main-nav-group/main-nav-group.ngfactory.d.ts +0 -1
- package/multilingual/multilingual-input/multilingual-input.ngfactory.d.ts +0 -1
- package/multilingual/multilingual-selector.ngfactory.d.ts +0 -1
- package/multilingual/multilingual-textarea/multilingual-textarea.ngfactory.d.ts +0 -1
- package/multilingual/multilingual.module.ngfactory.d.ts +0 -3
- package/notification/notification.module.ngfactory.d.ts +0 -3
- package/notification/notification.ngfactory.d.ts +0 -1
- package/numericfield/numeric-field.module.ngfactory.d.ts +0 -3
- package/paged-search-result-list/paged-search-result-list.module.ngfactory.d.ts +0 -3
- package/paged-search-result-list/paged-search-result-list.ngfactory.d.ts +0 -1
- package/pager/pager.module.ngfactory.d.ts +0 -3
- package/pager/pager.ngfactory.d.ts +0 -1
- package/progress-spinner/progress-spinner.module.ngfactory.d.ts +0 -3
- package/progress-spinner/progress-spinner.ngfactory.d.ts +0 -1
- package/quick-list/add-option.ngfactory.d.ts +0 -1
- package/quick-list/quick-list.module.ngfactory.d.ts +0 -3
- package/quick-list/quick-list.ngfactory.d.ts +0 -1
- package/searchfield/search-field.module.ngfactory.d.ts +0 -3
- package/src/back-button/back-button.scss +0 -7
- package/src/brand-avatar/brand-avatar.scss +0 -26
- package/src/breadcrumb/breadcrumb.scss +0 -21
- package/src/collapse-expand-section/collapse-expand-section.scss +0 -32
- package/src/components.clr-addons.scss +0 -391
- package/src/components.variables.clr-addons.scss +0 -42
- package/src/content-panel/content-panel.scss +0 -90
- package/src/date-time-container/date-time-container.scss +0 -18
- package/src/dot-pager/dot-pager.scss +0 -11
- package/src/flow-bar/flow-bar.scss +0 -95
- package/src/generic-quick-list/generic-quick-list.scss +0 -219
- package/src/header.clr-addons.scss +0 -377
- package/src/history/history.scss +0 -25
- package/src/letter-avatar/letter-avatar.scss +0 -27
- package/src/location-bar/location-bar-node/location-bar-node.component.scss +0 -54
- package/src/main-nav-group/main-nav-group.scss +0 -156
- package/src/mixins.scss +0 -38
- package/src/mobile.scss +0 -103
- package/src/multilingual/multilingual.scss +0 -39
- package/src/notification/notification.scss +0 -94
- package/src/numericfield/numeric-field.scss +0 -18
- package/src/paged-search-result-list/paged-search-result-list.scss +0 -10
- package/src/pager/pager.scss +0 -22
- package/src/progress-spinner/progress-spinner.scss +0 -15
- package/src/quick-list/quick-list.scss +0 -23
- package/src/searchfield/search-field.scss +0 -33
- package/src/themes/phs/css.overrides.scss +0 -148
- package/src/themes/phs/phs-theme.scss +0 -13
- package/src/themes/phs/theme.clarity.scss +0 -262
- package/src/themes/phs/variables.color.scss +0 -41
- package/src/treetable/treetable.scss +0 -338
- package/src/view-edit-section/view-edit-section.scss +0 -40
- package/treetable/treetable-action-overflow.ngfactory.d.ts +0 -1
- package/treetable/treetable-cell.ngfactory.d.ts +0 -1
- package/treetable/treetable-column.ngfactory.d.ts +0 -1
- package/treetable/treetable-placeholder.ngfactory.d.ts +0 -1
- package/treetable/treetable-row.ngfactory.d.ts +0 -1
- package/treetable/treetable.module.ngfactory.d.ts +0 -3
- package/treetable/treetable.ngfactory.d.ts +0 -1
- package/view-edit-section/view-edit-section.module.ngfactory.d.ts +0 -3
- package/view-edit-section/view-edit-section.ngfactory.d.ts +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
@include exports('brand-avatar.clr-addons') {
|
|
2
|
-
.clr-brand-avatar {
|
|
3
|
-
.brand-avatar-rectangle {
|
|
4
|
-
display: flex;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.brand-avatar-icon-container {
|
|
8
|
-
display: flex;
|
|
9
|
-
justify-content: center;
|
|
10
|
-
align-items: center;
|
|
11
|
-
width: 26px;
|
|
12
|
-
height: 26px;
|
|
13
|
-
border-radius: 2.5px;
|
|
14
|
-
background-color: #707070;
|
|
15
|
-
color: #fff;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
:hover,
|
|
20
|
-
:focus-within {
|
|
21
|
-
> .clr-brand-avatar .brand-avatar-icon-container {
|
|
22
|
-
background-color: var(--clr-btn-link-color) !important;
|
|
23
|
-
cursor: default;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
@include exports('breadcrumb.clr-addons') {
|
|
2
|
-
.breadcrumb {
|
|
3
|
-
display: flex;
|
|
4
|
-
flex-wrap: wrap;
|
|
5
|
-
margin-bottom: -1rem;
|
|
6
|
-
list-style: none;
|
|
7
|
-
font-size: 13px;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.breadcrumb-item {
|
|
11
|
-
+ .breadcrumb-item {
|
|
12
|
-
padding-left: 0.5rem;
|
|
13
|
-
|
|
14
|
-
&::before {
|
|
15
|
-
content: '/';
|
|
16
|
-
display: inline-block;
|
|
17
|
-
padding-right: 0.5rem;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
@include exports('collapse-expand-section.clr-addons') {
|
|
2
|
-
.ces-title,
|
|
3
|
-
.ces-subtitle {
|
|
4
|
-
h1,
|
|
5
|
-
h2,
|
|
6
|
-
h3,
|
|
7
|
-
h4,
|
|
8
|
-
h5,
|
|
9
|
-
h6 {
|
|
10
|
-
margin-top: 0;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.ces-caret-btn {
|
|
15
|
-
line-height: 1rem;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.disabled-header-styles {
|
|
19
|
-
h1,
|
|
20
|
-
h2,
|
|
21
|
-
h3,
|
|
22
|
-
h4,
|
|
23
|
-
h5,
|
|
24
|
-
h6 {
|
|
25
|
-
display: inline-block;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.ces-caret-btn {
|
|
29
|
-
margin-top: 0;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
@@ -1,391 +0,0 @@
|
|
|
1
|
-
@import './mixins';
|
|
2
|
-
|
|
3
|
-
@import './header.clr-addons';
|
|
4
|
-
@import './collapse-expand-section/collapse-expand-section';
|
|
5
|
-
@import './main-nav-group/main-nav-group';
|
|
6
|
-
@import './paged-search-result-list/paged-search-result-list';
|
|
7
|
-
@import './pager/pager';
|
|
8
|
-
@import './dot-pager/dot-pager';
|
|
9
|
-
@import './view-edit-section/view-edit-section';
|
|
10
|
-
@import './content-panel/content-panel';
|
|
11
|
-
@import './breadcrumb/breadcrumb';
|
|
12
|
-
@import './notification/notification';
|
|
13
|
-
@import './flow-bar/flow-bar';
|
|
14
|
-
@import './back-button/back-button';
|
|
15
|
-
@import './treetable/treetable';
|
|
16
|
-
@import './progress-spinner/progress-spinner';
|
|
17
|
-
@import './numericfield/numeric-field';
|
|
18
|
-
@import './date-time-container/date-time-container';
|
|
19
|
-
@import './searchfield/search-field';
|
|
20
|
-
@import './quick-list/quick-list';
|
|
21
|
-
@import './letter-avatar/letter-avatar';
|
|
22
|
-
@import './brand-avatar/brand-avatar';
|
|
23
|
-
@import './multilingual/multilingual';
|
|
24
|
-
@import './generic-quick-list/generic-quick-list';
|
|
25
|
-
@import './history/history.scss';
|
|
26
|
-
@import './location-bar/location-bar-node/location-bar-node.component.scss';
|
|
27
|
-
|
|
28
|
-
html,
|
|
29
|
-
body,
|
|
30
|
-
.main-container {
|
|
31
|
-
height: 100%;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.main-container,
|
|
35
|
-
.u-main-container {
|
|
36
|
-
> .content-container {
|
|
37
|
-
border-top: var(--clr-global-borderwidth) solid var(--clr-border-color);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.content-header {
|
|
41
|
-
padding: 0.5rem 0.5rem 0 1rem;
|
|
42
|
-
display: flex;
|
|
43
|
-
flex: 0 0 auto;
|
|
44
|
-
|
|
45
|
-
h2 {
|
|
46
|
-
margin-top: 0;
|
|
47
|
-
white-space: nowrap;
|
|
48
|
-
overflow: hidden;
|
|
49
|
-
text-overflow: ellipsis;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.command-bar {
|
|
53
|
-
display: flex;
|
|
54
|
-
flex: 1 0 auto;
|
|
55
|
-
justify-content: flex-end;
|
|
56
|
-
align-items: flex-start;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.content-container {
|
|
62
|
-
// Define the sticky footer css when inside a content-container
|
|
63
|
-
.content-area-footer {
|
|
64
|
-
border-top: var(--clr-global-borderwidth) solid var(--clr-border-color);
|
|
65
|
-
display: flex;
|
|
66
|
-
flex: 0 0 auto;
|
|
67
|
-
align-items: center;
|
|
68
|
-
padding: 0.25rem 1rem;
|
|
69
|
-
background-color: var(--clr-global-app-background);
|
|
70
|
-
min-height: 2rem;
|
|
71
|
-
|
|
72
|
-
// For some reason clarity sets the margin to 0 for dropdown buttons - we want the default btn margin inside the footer
|
|
73
|
-
.dropdown .dropdown-toggle {
|
|
74
|
-
margin-right: 0.5rem;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
// Classes active and clickable add a border around the whole card.
|
|
80
|
-
// Classes card-active and selectable add a border to the left side only.
|
|
81
|
-
.card {
|
|
82
|
-
.list-group-item.list-group-item-action:hover {
|
|
83
|
-
background-color: var(--clr-global-selection-color);
|
|
84
|
-
cursor: pointer;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
&.active {
|
|
88
|
-
box-shadow: 0 0.125rem 0 0 var(--clr-card-active-border-color);
|
|
89
|
-
border: var(--clr-global-borderwidth) solid var(--clr-card-active-border-color);
|
|
90
|
-
cursor: default;
|
|
91
|
-
text-decoration: none;
|
|
92
|
-
transform: translateY(-2px);
|
|
93
|
-
transition: border 0.2s ease, transform 0.2s ease;
|
|
94
|
-
|
|
95
|
-
&.clickable:hover {
|
|
96
|
-
cursor: default;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
@mixin disable-card-clickable-hover() {
|
|
101
|
-
&.clickable:hover {
|
|
102
|
-
border-radius: var(--clr-card-border-radius);
|
|
103
|
-
border-width: var(--clr-card-border-width);
|
|
104
|
-
border-color: var(--clr-card-border-color);
|
|
105
|
-
border-style: solid;
|
|
106
|
-
box-shadow: var(--clr-card-box-shadow);
|
|
107
|
-
cursor: default;
|
|
108
|
-
transform: none;
|
|
109
|
-
transition: none;
|
|
110
|
-
|
|
111
|
-
&.active:hover {
|
|
112
|
-
box-shadow: 0 0.125rem 0 0 var(--clr-card-active-border-color);
|
|
113
|
-
border: var(--clr-global-borderwidth) solid var(--clr-card-active-border-color);
|
|
114
|
-
transform: translateY(-2px);
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
@mixin card-active-after() {
|
|
120
|
-
content: '';
|
|
121
|
-
width: 0.1667rem;
|
|
122
|
-
position: absolute;
|
|
123
|
-
background: var(--clr-card-active-border-color);
|
|
124
|
-
top: -1px;
|
|
125
|
-
left: -1px;
|
|
126
|
-
bottom: 0;
|
|
127
|
-
border-top-left-radius: var(--clr-card-border-radius);
|
|
128
|
-
border-bottom-left-radius: var(--clr-card-border-radius);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
&.card-active::after {
|
|
132
|
-
@include card-active-after();
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
@mixin card-handle-hover() {
|
|
136
|
-
&.selectable:hover::after {
|
|
137
|
-
@include card-active-after();
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
&.selectable:hover {
|
|
141
|
-
border-radius: var(--clr-card-border-radius);
|
|
142
|
-
border-width: var(--clr-card-border-width);
|
|
143
|
-
border-color: var(--clr-card-border-color);
|
|
144
|
-
border-style: solid;
|
|
145
|
-
cursor: pointer;
|
|
146
|
-
transform: translateY(-2px);
|
|
147
|
-
transition: border 0.2s ease, transform 0.2s ease;
|
|
148
|
-
z-index: 1;
|
|
149
|
-
|
|
150
|
-
&.card-active:hover {
|
|
151
|
-
cursor: default;
|
|
152
|
-
transform: none;
|
|
153
|
-
transition: none;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
// firefox needs this, because the hover in @media (hover: hover) is not supported
|
|
159
|
-
@-moz-document url-prefix() {
|
|
160
|
-
@include card-handle-hover();
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
@media (hover: hover) {
|
|
164
|
-
@include card-handle-hover();
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
@media (hover: none) {
|
|
168
|
-
@include disable-card-clickable-hover();
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
&.card-placeholder {
|
|
172
|
-
border-left-style: dashed;
|
|
173
|
-
border-top-style: dashed;
|
|
174
|
-
border-right-style: dashed;
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.main-container.open-hamburger-menu .header .header-nav.clr-nav-level-1 {
|
|
179
|
-
.nav-link .nav-text,
|
|
180
|
-
.nav-list > .nav-link {
|
|
181
|
-
text-overflow: ellipsis;
|
|
182
|
-
overflow: hidden;
|
|
183
|
-
white-space: nowrap;
|
|
184
|
-
display: block;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.datagrid-no-select-all .datagrid-header .datagrid-select .clr-checkbox-wrapper {
|
|
189
|
-
display: none;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
// Enable highlighting of rows in a table by adding a new class 'highlight'
|
|
193
|
-
.table {
|
|
194
|
-
tbody {
|
|
195
|
-
tr {
|
|
196
|
-
&.highlight {
|
|
197
|
-
background-color: var(--clr-global-selection-color);
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
@mixin required-asterisk($color: var(--red-dark)) {
|
|
204
|
-
position: relative;
|
|
205
|
-
|
|
206
|
-
&:after {
|
|
207
|
-
position: absolute;
|
|
208
|
-
content: '*';
|
|
209
|
-
font-size: 0.58479532rem; // Approximately 14px.
|
|
210
|
-
line-height: 0.5rem;
|
|
211
|
-
color: $color;
|
|
212
|
-
margin-left: 0.25rem;
|
|
213
|
-
margin-top: 0.25rem;
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
form {
|
|
218
|
-
.required {
|
|
219
|
-
@include required-asterisk();
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.required-multiple {
|
|
223
|
-
@include required-asterisk(var(--orange-light));
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
// Readonly checkboxes, radiobuttons
|
|
228
|
-
clr-radio-container[readonly][show-only-selected='true'] .clr-radio-wrapper input:not(:checked),
|
|
229
|
-
clr-checkbox-container[readonly][show-only-selected='true'] .clr-checkbox-wrapper input:not(:checked) {
|
|
230
|
-
display: none;
|
|
231
|
-
|
|
232
|
-
+ label {
|
|
233
|
-
display: none;
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
clr-radio-container[readonly].readonly-danger .clr-radio-wrapper input[type='radio'],
|
|
238
|
-
clr-checkbox-container[readonly].readonly-danger .clr-checkbox-wrapper input[type='checkbox'] {
|
|
239
|
-
&:checked + label {
|
|
240
|
-
color: var(--clr-btn-danger-bg-color);
|
|
241
|
-
|
|
242
|
-
&::before {
|
|
243
|
-
border-color: var(--clr-btn-danger-bg-color);
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
clr-radio-container[readonly] .clr-radio-wrapper input[type='radio'],
|
|
249
|
-
clr-checkbox-container[readonly] .clr-checkbox-wrapper input[type='checkbox'] {
|
|
250
|
-
pointer-events: none;
|
|
251
|
-
|
|
252
|
-
+ label {
|
|
253
|
-
pointer-events: none;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
+ label::before {
|
|
257
|
-
border: 0;
|
|
258
|
-
border-radius: 0;
|
|
259
|
-
box-shadow: none;
|
|
260
|
-
transform: rotate(45deg);
|
|
261
|
-
background: var(--clr-forms-radio-label-color);
|
|
262
|
-
top: 0.5rem;
|
|
263
|
-
left: 1px;
|
|
264
|
-
width: 0.6rem;
|
|
265
|
-
height: 1px;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
+ label::after {
|
|
269
|
-
border: 0;
|
|
270
|
-
border-radius: 0;
|
|
271
|
-
content: '';
|
|
272
|
-
display: inline-block;
|
|
273
|
-
transform: rotate(-45deg);
|
|
274
|
-
background: var(--clr-forms-radio-label-color);
|
|
275
|
-
position: absolute;
|
|
276
|
-
top: 0.5rem;
|
|
277
|
-
left: 1px;
|
|
278
|
-
width: 0.6rem;
|
|
279
|
-
height: 1px;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
&:checked {
|
|
283
|
-
+ label::before {
|
|
284
|
-
content: '';
|
|
285
|
-
background: none;
|
|
286
|
-
box-shadow: none;
|
|
287
|
-
border-left: 2px solid var(--clr-forms-checkbox-mark-color);
|
|
288
|
-
border-bottom: 2px solid var(--clr-forms-checkbox-mark-color);
|
|
289
|
-
border-color: var(--clr-btn-success-bg-color);
|
|
290
|
-
position: absolute;
|
|
291
|
-
top: 0.3rem;
|
|
292
|
-
left: 0.1rem;
|
|
293
|
-
width: 0.5rem;
|
|
294
|
-
height: 0.3rem;
|
|
295
|
-
transform: rotate(-45deg);
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
+ label::after {
|
|
299
|
-
content: none;
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
// FORM OVERRIDES BELOW
|
|
305
|
-
|
|
306
|
-
// forms should never be bigger than 1200px
|
|
307
|
-
form,
|
|
308
|
-
.form {
|
|
309
|
-
max-width: 1200px;
|
|
310
|
-
|
|
311
|
-
h4:not(:first-child) {
|
|
312
|
-
margin-top: 2rem;
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
// Fix alignment of label & values
|
|
316
|
-
.clr-control-label {
|
|
317
|
-
line-height: inherit;
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
// Set max width for the date picker - Only needs to be as wide as the displayed date
|
|
322
|
-
clr-date-container .clr-control-container {
|
|
323
|
-
.clr-input-group {
|
|
324
|
-
max-width: 7rem;
|
|
325
|
-
|
|
326
|
-
.clr-input {
|
|
327
|
-
max-width: 5.5rem;
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
.clr-input-group {
|
|
333
|
-
width: 100%;
|
|
334
|
-
max-width: 100%;
|
|
335
|
-
|
|
336
|
-
&.clr-focus {
|
|
337
|
-
width: 100%;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
// Set all input widths inside a clr-input-group to 100% minus the icons width
|
|
341
|
-
> .clr-input {
|
|
342
|
-
// Except for the Clr Data List Input, because this one just looks terrible otherwise (clarity using diff icon here)
|
|
343
|
-
&:not([clrdatalistinput]) {
|
|
344
|
-
width: calc(100% - 1.5rem);
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
// Set the width of all inputs except time to 100%
|
|
350
|
-
.clr-input-wrapper {
|
|
351
|
-
max-width: none;
|
|
352
|
-
input:not([type='time']) {
|
|
353
|
-
width: 100%;
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
// Set the width of text areas and selects to 100%
|
|
358
|
-
.clr-control-container {
|
|
359
|
-
.clr-textarea-wrapper textarea {
|
|
360
|
-
width: 100%;
|
|
361
|
-
flex: 1 0 auto;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.clr-select-wrapper {
|
|
365
|
-
display: block;
|
|
366
|
-
|
|
367
|
-
select {
|
|
368
|
-
width: 100%;
|
|
369
|
-
}
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
// This avoids the disposition of the clr select arrow icon if a validation error occurs.
|
|
374
|
-
.clr-error {
|
|
375
|
-
.clr-select-wrapper::after {
|
|
376
|
-
right: 0.25rem;
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
.text-truncate {
|
|
381
|
-
overflow: hidden;
|
|
382
|
-
text-overflow: ellipsis;
|
|
383
|
-
white-space: nowrap;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.btn clr-icon {
|
|
387
|
-
transform: translate3d(0, -0.1rem, 0);
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
// Has to be at the bottom to override the styles from the above properly
|
|
391
|
-
@import './mobile';
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--clr-border-color: var(--clr-color-neutral-400);
|
|
3
|
-
--clr-card-default-border-color: rgba(215, 215, 215, 1);
|
|
4
|
-
--clr-card-active-border-color: rgba(0, 148, 210, 1);
|
|
5
|
-
--clr-header-height: 3rem;
|
|
6
|
-
--clr-footer-height: 2.5rem;
|
|
7
|
-
--clr-notification-progress-info-bar-color: var(--clr-progress-default-color);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
$clr-grid-breakpoints: (
|
|
11
|
-
xs: 0,
|
|
12
|
-
sm: 576px,
|
|
13
|
-
md: 768px,
|
|
14
|
-
lg: 992px,
|
|
15
|
-
xl: 1200px,
|
|
16
|
-
) !default;
|
|
17
|
-
|
|
18
|
-
$clr-layers: (
|
|
19
|
-
content: 0,
|
|
20
|
-
select-box: 2,
|
|
21
|
-
datagrid-row: 500,
|
|
22
|
-
datagrid-row-sticky: 500,
|
|
23
|
-
datagrid-header: 501,
|
|
24
|
-
datagrid-header-sticky: 502,
|
|
25
|
-
datagrid-host: 590,
|
|
26
|
-
alert: 1033,
|
|
27
|
-
sidepanel-bg: 1038,
|
|
28
|
-
sidepanel: 1039,
|
|
29
|
-
modal-bg: 1040,
|
|
30
|
-
modal: 1050,
|
|
31
|
-
dropdown-menu: 1060,
|
|
32
|
-
column-switch: 1060,
|
|
33
|
-
tooltips: 1070,
|
|
34
|
-
smart-popover: 5000,
|
|
35
|
-
draggable-ghost: 2147483647,
|
|
36
|
-
) !default;
|
|
37
|
-
|
|
38
|
-
$clr-sliding-panel-width: 18rem;
|
|
39
|
-
$clr-sliding-panel-animation: transform 0.3s ease;
|
|
40
|
-
$clr-trigger-animation: transform 0.6s ease;
|
|
41
|
-
$clr-sliding-panel-z-index: map-get($clr-layers, sidepanel);
|
|
42
|
-
$clr-sliding-panel-backdrop-z-index: map-get($clr-layers, sidepanel-bg);
|