@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,377 +0,0 @@
|
|
|
1
|
-
@mixin sliding-nav-positioning($top: 0, $right: auto, $bottom: 0, $left: 0) {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
position: fixed;
|
|
5
|
-
top: $top;
|
|
6
|
-
right: $right;
|
|
7
|
-
bottom: $bottom;
|
|
8
|
-
left: $left;
|
|
9
|
-
background: var(--clr-nav-background-color);
|
|
10
|
-
z-index: $clr-sliding-panel-z-index;
|
|
11
|
-
height: 100vh;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
@mixin vertical-nav-link-colors() {
|
|
15
|
-
color: var(--clr-vertical-nav-item-color);
|
|
16
|
-
|
|
17
|
-
&.active {
|
|
18
|
-
color: var(--clr-vertical-nav-item-active-color);
|
|
19
|
-
background-color: var(--clr-vertical-nav-active-bg-color);
|
|
20
|
-
|
|
21
|
-
.nav-icon {
|
|
22
|
-
fill: var(--clr-vertical-nav-icon-active-color);
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
@mixin menu-trigger($right: auto, $left: 0, $transformX: $clr-sliding-panel-width + 0.5rem) {
|
|
28
|
-
position: fixed;
|
|
29
|
-
top: 0;
|
|
30
|
-
right: $right;
|
|
31
|
-
left: $left;
|
|
32
|
-
z-index: $clr-sliding-panel-z-index;
|
|
33
|
-
transform: translateX($transformX);
|
|
34
|
-
transition: $clr-trigger-animation;
|
|
35
|
-
|
|
36
|
-
&::after {
|
|
37
|
-
content: none;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.header-actions > .dropdown .dropdown-toggle.nav-icon clr-icon:not([shape^='caret']) {
|
|
42
|
-
height: 1.1rem;
|
|
43
|
-
width: 1.1rem;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
@media screen and (max-width: map-get($clr-grid-breakpoints, lg)) and (min-width: map-get($clr-grid-breakpoints, md)) {
|
|
47
|
-
.main-container {
|
|
48
|
-
.header-hamburger-trigger,
|
|
49
|
-
.header-overflow-trigger {
|
|
50
|
-
display: inline-block;
|
|
51
|
-
|
|
52
|
-
border: none;
|
|
53
|
-
background: none;
|
|
54
|
-
cursor: pointer;
|
|
55
|
-
font-size: 1rem;
|
|
56
|
-
height: var(--clr-header-height);
|
|
57
|
-
width: var(--clr-header-height);
|
|
58
|
-
padding: 0 0 0.2rem 0;
|
|
59
|
-
//4px to vertically align the trigger lines. display flex was not working on all browsers.
|
|
60
|
-
text-align: center;
|
|
61
|
-
white-space: nowrap;
|
|
62
|
-
color: var(--clr-header-font-color);
|
|
63
|
-
opacity: var(--clr-header-nav-opacity);
|
|
64
|
-
|
|
65
|
-
&:enabled:hover {
|
|
66
|
-
opacity: var(--clr-header-nav-hover-opacity);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
&:focus {
|
|
70
|
-
outline-offset: -0.208333rem; //So that the outline styles aren't hidden because of the browser
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.header-nav.clr-nav-level-1,
|
|
75
|
-
.subnav.clr-nav-level-1,
|
|
76
|
-
.sub-nav.clr-nav-level-1,
|
|
77
|
-
.sidenav.clr-nav-level-1,
|
|
78
|
-
.clr-vertical-nav.clr-nav-level-1 {
|
|
79
|
-
@include sliding-nav-positioning();
|
|
80
|
-
transform: translateX(-1 * $clr-sliding-panel-width);
|
|
81
|
-
transition: $clr-sliding-panel-animation;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.header-nav.clr-nav-level-2,
|
|
85
|
-
.subnav.clr-nav-level-2,
|
|
86
|
-
.sub-nav.clr-nav-level-2,
|
|
87
|
-
.sidenav.clr-nav-level-2,
|
|
88
|
-
.clr-vertical-nav.clr-nav-level-2 {
|
|
89
|
-
@include sliding-nav-positioning(0, 0, 0, auto);
|
|
90
|
-
transform: translateX($clr-sliding-panel-width);
|
|
91
|
-
transition: $clr-sliding-panel-animation;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.subnav.clr-nav-level-1,
|
|
95
|
-
.sub-nav.clr-nav-level-1,
|
|
96
|
-
.subnav.clr-nav-level-2,
|
|
97
|
-
.sub-nav.clr-nav-level-2 {
|
|
98
|
-
.nav,
|
|
99
|
-
aside {
|
|
100
|
-
flex-direction: column;
|
|
101
|
-
align-items: stretch;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
aside {
|
|
105
|
-
justify-content: center;
|
|
106
|
-
width: 100%;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
//Such deep nesting is unfortunately required here because we don't want
|
|
110
|
-
//navs which are not subnav to behave in a similar way.
|
|
111
|
-
// TODO: more specificity in classname is preferable to nesting...
|
|
112
|
-
.nav {
|
|
113
|
-
padding-left: 0;
|
|
114
|
-
|
|
115
|
-
.nav-item {
|
|
116
|
-
height: 1.5rem;
|
|
117
|
-
margin-right: 0;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.nav-link {
|
|
121
|
-
padding: 0 0.5rem 0 1rem;
|
|
122
|
-
width: 100%;
|
|
123
|
-
max-width: 100%;
|
|
124
|
-
overflow: hidden;
|
|
125
|
-
text-overflow: ellipsis;
|
|
126
|
-
border-radius: var(--clr-global-borderradius) 0 0 var(--clr-global-borderradius);
|
|
127
|
-
|
|
128
|
-
@include vertical-nav-link-colors();
|
|
129
|
-
|
|
130
|
-
&:hover,
|
|
131
|
-
&.active {
|
|
132
|
-
box-shadow: none;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.sidenav.clr-nav-level-1,
|
|
139
|
-
.sidenav.clr-nav-level-2 {
|
|
140
|
-
.nav-link {
|
|
141
|
-
&:hover,
|
|
142
|
-
&.active {
|
|
143
|
-
color: inherit;
|
|
144
|
-
background: var(
|
|
145
|
-
--clr-responsive-nav-hover-bg
|
|
146
|
-
); // Is the menu that showsup when the viewport is narrow (x-axis)
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.sidenav.clr-nav-level-1,
|
|
152
|
-
.sidenav.clr-nav-level-2,
|
|
153
|
-
.clr-vertical-nav.clr-nav-level-1,
|
|
154
|
-
.clr-vertical-nav.clr-nav-level-2 {
|
|
155
|
-
border-right: none;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.header-overflow-trigger {
|
|
159
|
-
position: relative;
|
|
160
|
-
|
|
161
|
-
&::after {
|
|
162
|
-
display: inline-block;
|
|
163
|
-
position: absolute;
|
|
164
|
-
content: '';
|
|
165
|
-
background: var(--clr-header-font-color);
|
|
166
|
-
opacity: var(--clr-header-divider-opacity);
|
|
167
|
-
height: calc(var(--clr-header-height) - 1rem);
|
|
168
|
-
width: var(--clr-global-borderwidth);
|
|
169
|
-
top: 0.5rem;
|
|
170
|
-
left: 0;
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.header {
|
|
175
|
-
.branding {
|
|
176
|
-
max-width: 10rem;
|
|
177
|
-
min-width: 0;
|
|
178
|
-
overflow: hidden;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.header-hamburger-trigger + .branding {
|
|
182
|
-
padding-left: 0;
|
|
183
|
-
|
|
184
|
-
//TODO: deprecate .clr-icon, .logo
|
|
185
|
-
.clr-icon,
|
|
186
|
-
.logo,
|
|
187
|
-
clr-icon {
|
|
188
|
-
display: none;
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.branding + .header-overflow-trigger,
|
|
193
|
-
.header-nav + .header-overflow-trigger {
|
|
194
|
-
margin-left: auto;
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
&.open-hamburger-menu,
|
|
199
|
-
&.open-overflow-menu {
|
|
200
|
-
.header {
|
|
201
|
-
.header-backdrop {
|
|
202
|
-
position: fixed;
|
|
203
|
-
top: 0;
|
|
204
|
-
bottom: 0;
|
|
205
|
-
left: 0;
|
|
206
|
-
right: 0;
|
|
207
|
-
background: var(--clr-responsive-nav-header-backdrop-bg-color, black);
|
|
208
|
-
opacity: var(--clr-responsive-nav-header-backdrop-opacity, 0.85);
|
|
209
|
-
cursor: pointer;
|
|
210
|
-
z-index: $clr-sliding-panel-backdrop-z-index;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.header-nav.clr-nav-level-1,
|
|
214
|
-
.header-nav.clr-nav-level-2 {
|
|
215
|
-
.nav-link {
|
|
216
|
-
flex: 0 0 auto;
|
|
217
|
-
|
|
218
|
-
.nav-icon,
|
|
219
|
-
.fa {
|
|
220
|
-
display: none;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.nav-text {
|
|
224
|
-
display: inline-block;
|
|
225
|
-
color: var(--clr-sliding-panel-text-color);
|
|
226
|
-
line-height: 1rem;
|
|
227
|
-
padding: 0.25rem 0 0.25rem 1rem;
|
|
228
|
-
white-space: normal;
|
|
229
|
-
font-weight: normal;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
opacity: 1;
|
|
233
|
-
|
|
234
|
-
.nav-icon + .nav-text {
|
|
235
|
-
display: inline-block;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
@include vertical-nav-link-colors();
|
|
239
|
-
|
|
240
|
-
&.active > .nav-text {
|
|
241
|
-
color: inherit;
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.clr-vertical-nav .nav-trigger {
|
|
248
|
-
display: none;
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
&.open-hamburger-menu {
|
|
253
|
-
.header {
|
|
254
|
-
.branding {
|
|
255
|
-
position: fixed;
|
|
256
|
-
top: 0;
|
|
257
|
-
left: 0;
|
|
258
|
-
overflow: hidden;
|
|
259
|
-
width: $clr-sliding-panel-width;
|
|
260
|
-
max-width: $clr-sliding-panel-width;
|
|
261
|
-
z-index: $clr-sliding-panel-z-index + 1;
|
|
262
|
-
padding-left: 1rem;
|
|
263
|
-
|
|
264
|
-
& > .nav-link {
|
|
265
|
-
overflow: hidden;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
//deprecate .clr-icon, .logo
|
|
269
|
-
.clr-icon,
|
|
270
|
-
.logo,
|
|
271
|
-
clr-icon {
|
|
272
|
-
display: inline-block;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
.title {
|
|
276
|
-
color: var(--clr-sliding-panel-text-color);
|
|
277
|
-
text-overflow: ellipsis;
|
|
278
|
-
overflow: hidden;
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.header-hamburger-trigger {
|
|
284
|
-
@include menu-trigger();
|
|
285
|
-
|
|
286
|
-
> span {
|
|
287
|
-
background: transparent;
|
|
288
|
-
|
|
289
|
-
&::before,
|
|
290
|
-
&::after {
|
|
291
|
-
left: 0.15rem;
|
|
292
|
-
transform-origin: 9%;
|
|
293
|
-
transition: $clr-trigger-animation;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
&::before {
|
|
297
|
-
transform: rotate(45deg);
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
&::after {
|
|
301
|
-
transform: rotate(-45deg);
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.header-nav.clr-nav-level-1,
|
|
307
|
-
.subnav.clr-nav-level-1,
|
|
308
|
-
.sub-nav.clr-nav-level-1,
|
|
309
|
-
.sidenav.clr-nav-level-1,
|
|
310
|
-
.clr-vertical-nav.clr-nav-level-1 {
|
|
311
|
-
padding-top: calc(var(--clr-header-height) + 1rem);
|
|
312
|
-
transform: translateX(0);
|
|
313
|
-
transition: $clr-sliding-panel-animation;
|
|
314
|
-
width: $clr-sliding-panel-width;
|
|
315
|
-
max-width: $clr-sliding-panel-width;
|
|
316
|
-
|
|
317
|
-
.sidenav-content {
|
|
318
|
-
padding-bottom: 1rem;
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
&.open-overflow-menu {
|
|
324
|
-
.header-nav.clr-nav-level-2,
|
|
325
|
-
.subnav.clr-nav-level-2,
|
|
326
|
-
.sub-nav.clr-nav-level-2,
|
|
327
|
-
.sidenav.clr-nav-level-2,
|
|
328
|
-
.clr-vertical-nav.clr-nav-level-2 {
|
|
329
|
-
transform: translateX(0);
|
|
330
|
-
transition: $clr-sliding-panel-animation;
|
|
331
|
-
width: $clr-sliding-panel-width;
|
|
332
|
-
max-width: $clr-sliding-panel-width;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
.header-nav.clr-nav-level-2,
|
|
336
|
-
.subnav.clr-nav-level-2,
|
|
337
|
-
.sub-nav.clr-nav-level-2 {
|
|
338
|
-
padding-top: 1rem;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
.header-overflow-trigger {
|
|
342
|
-
@include menu-trigger(0, auto, (-1 * ($clr-sliding-panel-width + 0.5rem)));
|
|
343
|
-
|
|
344
|
-
> span {
|
|
345
|
-
background: transparent;
|
|
346
|
-
|
|
347
|
-
&::before,
|
|
348
|
-
&::after {
|
|
349
|
-
height: 0.1rem;
|
|
350
|
-
width: 1.2rem;
|
|
351
|
-
left: -0.3rem;
|
|
352
|
-
transform-origin: -3%;
|
|
353
|
-
transition: $clr-trigger-animation;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
&::before {
|
|
357
|
-
transform: rotate(45deg);
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
&::after {
|
|
361
|
-
transform: rotate(-45deg);
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.open-hamburger-menu .header-hamburger-trigger,
|
|
370
|
-
.open-overflow-menu .header-overflow-trigger {
|
|
371
|
-
span::before {
|
|
372
|
-
background-color: white;
|
|
373
|
-
}
|
|
374
|
-
span::after {
|
|
375
|
-
background-color: white;
|
|
376
|
-
}
|
|
377
|
-
}
|
package/src/history/history.scss
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
@include exports('history.clr-addons') {
|
|
2
|
-
.history-container {
|
|
3
|
-
padding: 15px;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.history {
|
|
7
|
-
display: flex;
|
|
8
|
-
flex-wrap: wrap;
|
|
9
|
-
margin-bottom: -1rem;
|
|
10
|
-
list-style: none;
|
|
11
|
-
font-size: 13px;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.history-item {
|
|
15
|
-
cursor: pointer;
|
|
16
|
-
+ .history-item {
|
|
17
|
-
padding-left: 0.5rem;
|
|
18
|
-
&::before {
|
|
19
|
-
content: '/';
|
|
20
|
-
display: inline-block;
|
|
21
|
-
padding-right: 0.5rem;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
@include exports('letter-avatar.clr-addons') {
|
|
2
|
-
.avatar-circle {
|
|
3
|
-
display: flex;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.avatar-initials {
|
|
7
|
-
display: flex;
|
|
8
|
-
justify-content: center;
|
|
9
|
-
align-items: center;
|
|
10
|
-
|
|
11
|
-
background-color: #707070;
|
|
12
|
-
border-radius: 100%;
|
|
13
|
-
color: var(--white);
|
|
14
|
-
font-weight: 500;
|
|
15
|
-
letter-spacing: normal;
|
|
16
|
-
text-transform: uppercase;
|
|
17
|
-
font-size: 0.8em;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
:hover,
|
|
21
|
-
:focus-within {
|
|
22
|
-
> .clr-avatar .avatar-initials {
|
|
23
|
-
background-color: var(--clr-btn-link-color);
|
|
24
|
-
cursor: default;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
@include exports('location-bar-node.clr-addons') {
|
|
2
|
-
.location-bar-node {
|
|
3
|
-
.btn {
|
|
4
|
-
margin-top: 0;
|
|
5
|
-
margin-bottom: 0;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.dropdown {
|
|
9
|
-
.dropdown-menu {
|
|
10
|
-
max-width: 12.5rem;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.unselectable-node {
|
|
15
|
-
display: inline-block;
|
|
16
|
-
padding: 0 0.5rem;
|
|
17
|
-
text-transform: uppercase;
|
|
18
|
-
font-size: 0.458333rem;
|
|
19
|
-
font-weight: 500;
|
|
20
|
-
letter-spacing: 0.073em;
|
|
21
|
-
max-width: 15rem;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.last-level {
|
|
25
|
-
font-weight: 700;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.btn {
|
|
29
|
-
min-width: unset;
|
|
30
|
-
|
|
31
|
-
&:focus {
|
|
32
|
-
outline: none;
|
|
33
|
-
font-weight: 700;
|
|
34
|
-
color: var(--clr-btn-default-hover-color);
|
|
35
|
-
|
|
36
|
-
.unselected {
|
|
37
|
-
color: var(--clr-btn-default-hover-color);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.dropdown .dropdown-toggle .caret-icon {
|
|
43
|
-
top: 30%;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.unselected {
|
|
47
|
-
margin-top: -0.14rem;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.selected-child {
|
|
51
|
-
background: var(--clr-global-selection-color);
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
@include exports('main-nav-group.clr-addons') {
|
|
2
|
-
header,
|
|
3
|
-
.header {
|
|
4
|
-
.header-nav .nav-link {
|
|
5
|
-
text-align: left;
|
|
6
|
-
|
|
7
|
-
&:first-of-type::before,
|
|
8
|
-
&:last-of-type::after {
|
|
9
|
-
display: none;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.main-container:not(.open-hamburger-menu) .header-nav {
|
|
15
|
-
@media screen and (max-width: map-get($clr-grid-breakpoints, lg)) {
|
|
16
|
-
.header-overflow {
|
|
17
|
-
display: none;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.collapsible {
|
|
22
|
-
opacity: 1;
|
|
23
|
-
cursor: pointer;
|
|
24
|
-
|
|
25
|
-
&:hover .nav-text {
|
|
26
|
-
opacity: 1;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.nav-text {
|
|
30
|
-
opacity: 0.65;
|
|
31
|
-
cursor: pointer;
|
|
32
|
-
|
|
33
|
-
& clr-icon {
|
|
34
|
-
position: relative;
|
|
35
|
-
transform: unset;
|
|
36
|
-
top: 0;
|
|
37
|
-
left: 0.2rem;
|
|
38
|
-
width: 0.5rem;
|
|
39
|
-
height: 0.5rem;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.nav-list {
|
|
44
|
-
display: none;
|
|
45
|
-
|
|
46
|
-
.nav-link {
|
|
47
|
-
color: var(--clr-dropdown-item-color);
|
|
48
|
-
opacity: 1;
|
|
49
|
-
padding: 1px 1rem 0;
|
|
50
|
-
height: 1.25rem;
|
|
51
|
-
line-height: 1.25rem;
|
|
52
|
-
overflow: hidden;
|
|
53
|
-
text-overflow: ellipsis;
|
|
54
|
-
|
|
55
|
-
&:hover {
|
|
56
|
-
background-color: var(--clr-dropdown-bg-hover-color);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
&.active {
|
|
60
|
-
background: var(--clr-dropdown-selection-color);
|
|
61
|
-
color: var(--clr-dropdown-active-text-color);
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
input[type='checkbox']:checked ~ .nav-list {
|
|
67
|
-
visibility: visible;
|
|
68
|
-
display: flex;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.main-container.open-hamburger-menu .header .header-nav {
|
|
74
|
-
&.clr-nav-level-1 .header-overflow {
|
|
75
|
-
overflow-y: auto;
|
|
76
|
-
display: flex;
|
|
77
|
-
flex-direction: column;
|
|
78
|
-
height: 100vh;
|
|
79
|
-
|
|
80
|
-
.nav-link .nav-text {
|
|
81
|
-
font-weight: var(--clr-font-weight-bold);
|
|
82
|
-
padding-right: 1.5rem;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.nav-link {
|
|
87
|
-
padding: 0;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.collapsible {
|
|
91
|
-
cursor: pointer;
|
|
92
|
-
display: flex;
|
|
93
|
-
flex-direction: column;
|
|
94
|
-
|
|
95
|
-
.nav-text {
|
|
96
|
-
cursor: pointer;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
&.nav-link:hover {
|
|
100
|
-
background-color: transparent;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
clr-icon {
|
|
104
|
-
position: absolute;
|
|
105
|
-
top: 0.4rem;
|
|
106
|
-
right: 0.5rem;
|
|
107
|
-
left: unset;
|
|
108
|
-
transform: rotate(-90deg);
|
|
109
|
-
width: 0.666667rem;
|
|
110
|
-
height: 0.666667rem;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.nav-list {
|
|
114
|
-
display: none;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
input[type='checkbox']:checked {
|
|
118
|
-
~ label clr-icon {
|
|
119
|
-
transform: unset;
|
|
120
|
-
}
|
|
121
|
-
~ .nav-list {
|
|
122
|
-
display: flex;
|
|
123
|
-
visibility: visible;
|
|
124
|
-
position: relative;
|
|
125
|
-
background: transparent;
|
|
126
|
-
border: 0;
|
|
127
|
-
box-shadow: 0 0;
|
|
128
|
-
padding: 0;
|
|
129
|
-
|
|
130
|
-
.nav-link {
|
|
131
|
-
padding: 0 1.5rem 0 2rem;
|
|
132
|
-
height: 1.5rem;
|
|
133
|
-
line-height: 1.5rem;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.main-nav-group {
|
|
141
|
-
&.active .collapsible.active .nav-text {
|
|
142
|
-
opacity: 0.99;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.collapsible {
|
|
146
|
-
&:active,
|
|
147
|
-
&:hover {
|
|
148
|
-
outline-width: 0;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
> input[type='checkbox'] {
|
|
152
|
-
display: none;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
}
|
package/src/mixins.scss
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
$imported-modules: () !default;
|
|
2
|
-
@mixin exports($name) {
|
|
3
|
-
//check if they have been imported
|
|
4
|
-
@if (index($imported-modules, $name) == null) {
|
|
5
|
-
$imported-modules: append($imported-modules, $name) !global;
|
|
6
|
-
@content;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
@function deHexColorString($colorStr) {
|
|
11
|
-
@if str-index($colorStr, 'white') != null {
|
|
12
|
-
@return 'ffffff';
|
|
13
|
-
}
|
|
14
|
-
@if str-index($colorStr, 'black') != null {
|
|
15
|
-
@return '000000';
|
|
16
|
-
}
|
|
17
|
-
@if str-index($colorStr, '#') == null {
|
|
18
|
-
@return $colorStr;
|
|
19
|
-
}
|
|
20
|
-
@return str-slice($colorStr, 2);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
$svg_data: 'data:image/svg+xml;charset=utf8';
|
|
24
|
-
|
|
25
|
-
@function generateSpinnerIcon($fillBgColor: #000000, $fillSnakeColor: #0077b8, $opacityBg: 0.15) {
|
|
26
|
-
$spinner-icon: '%3Csvg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20.cls-1%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-width%3A%205px%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke%3A%20%23' +
|
|
27
|
-
deHexColorString($fillBgColor + '') + '%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-opacity%3A%20' +
|
|
28
|
-
$opacityBg +
|
|
29
|
-
'%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke%3A%20%23' +
|
|
30
|
-
deHexColorString($fillSnakeColor + '') /* the blue, smaller part of the ring*/ +
|
|
31
|
-
'%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Ctitle%3EPreloader_72x2%3C%2Ftitle%3E%0A%20%20%20%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2233%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M14.3%2C60.9A33%2C33%2C0%2C0%2C1%2C36%2C3%22%3E%0A%20%20%20%20%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A';
|
|
32
|
-
@return url('#{$svg_data},#{$spinner-icon}');
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
@function generateEmptyTreetablePlaceholder() {
|
|
36
|
-
$placeholder-image: '%3Csvg%20viewBox%3D%220%200%2060%2072%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cellipse%20id%3D%22path-1%22%20cx%3D%2230%22%20cy%3D%2261.7666667%22%20rx%3D%2215.4512904%22%20ry%3D%224.73333333%22%3E%3C%2Fellipse%3E%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20maskContentUnits%3D%22userSpaceOnUse%22%20maskUnits%3D%22objectBoundingBox%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2230.9025808%22%20height%3D%229.46666667%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22Oval-10%22%20stroke%3D%22%23C1DFEF%22%20mask%3D%22url(%23mask-2)%22%20stroke-width%3D%222.8%22%20stroke-linecap%3D%22square%22%20stroke-dasharray%3D%223%2C6%2C3%2C5%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M38.4613647%2C18.1642456%20L30.9890137%2C34.9141846%20L31%2C47%20L32.5977783%2C46.5167236%20L32.5977783%2C34.9141846%20L51.0673218%2C15.7560425%20C51.0673218%2C15.7560425%2048.6295166%2C16.6542969%2044.9628906%2C17.3392334%20C41.2962646%2C18.0241699%2038.4613647%2C18.1642456%2038.4613647%2C18.1642456%20Z%22%20id%3D%22Path-195%22%20fill%3D%22%23C1DFEF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.74639226%2C12.5661855%20L4.62065726%2C12.1605348%20L5.3515414%2C11.1625044%20L5.77622385%2C11.159939%20L6.20936309%2C12.5573481%20L4.74639226%2C12.5661855%20Z%20M6.20936309%2C12.5573481%20L6.32542632%2C12.9317954%20L28.4963855%2C34.8796718%20L28.4963855%2C47.8096691%20L32.6%2C46.4836513%20L32.6%2C34.8992365%20L53.973494%2C12.7035813%20L53.973494%2C12.2688201%20L6.20936309%2C12.5573481%20Z%20M55.373494%2C10.8603376%20L55.373494%2C13.2680664%20L34%2C35.4637216%20L34%2C47.5025401%20L27.0963855%2C49.7333333%20L27.0963855%2C35.4637219%20L5.09179688%2C13.680542%20L4.31325301%2C11.1687764%20L55.373494%2C10.8603376%20Z%22%20id%3D%22Path-149%22%20fill%3D%22%237FBDDD%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cellipse%20id%3D%22Oval-9%22%20fill%3D%22%23FFFFFF%22%20cx%3D%2230%22%20cy%3D%2211.785654%22%20rx%3D%2226%22%20ry%3D%226.78565401%22%3E%3C%2Fellipse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M30%2C17.171308%20C36.8772177%2C17.171308%2043.3112282%2C16.4610701%2048.0312371%2C15.2292106%20C50.2777611%2C14.6428977%2052.0507619%2C13.9579677%2053.2216231%2C13.2354973%20C54.1938565%2C12.6355886%2054.6%2C12.1175891%2054.6%2C11.785654%20C54.6%2C11.4537189%2054.1938565%2C10.9357194%2053.2216231%2C10.3358107%20C52.0507619%2C9.61334032%2050.2777611%2C8.92841034%2048.0312371%2C8.34209746%20C43.3112282%2C7.11023795%2036.8772177%2C6.4%2030%2C6.4%20C23.1227823%2C6.4%2016.6887718%2C7.11023795%2011.9687629%2C8.34209746%20C9.72223886%2C8.92841034%207.94923814%2C9.61334032%206.77837689%2C10.3358107%20C5.8061435%2C10.9357194%205.4%2C11.4537189%205.4%2C11.785654%20C5.4%2C12.1175891%205.8061435%2C12.6355886%206.77837689%2C13.2354973%20C7.94923814%2C13.9579677%209.72223886%2C14.6428977%2011.9687629%2C15.2292106%20C16.6887718%2C16.4610701%2023.1227823%2C17.171308%2030%2C17.171308%20Z%20M30%2C18.571308%20C15.6405965%2C18.571308%204%2C15.5332672%204%2C11.785654%20C4%2C8.03804078%2015.6405965%2C5%2030%2C5%20C44.3594035%2C5%2056%2C8.03804078%2056%2C11.785654%20C56%2C15.5332672%2044.3594035%2C18.571308%2030%2C18.571308%20Z%22%20id%3D%22Oval-9-Copy%22%20fill%3D%22%237FBDDD%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.2608643%2C7.14562988%20L22.727356%2C16.9047241%20C22.727356%2C16.9047241%2015.3006592%2C16.3911743%2010.276001%2C14.7511597%20C5.25134277%2C13.111145%205.38031006%2C11.8284302%205.38031006%2C11.6882935%20C5.38031006%2C10.4832831%208.16633152%2C9.41877716%2011.114563%2C8.57324219%20C14.549319%2C7.58817492%2018.2608643%2C7.14562988%2018.2608643%2C7.14562988%20Z%22%20id%3D%22Path-196%22%20fill%3D%22%23C1DFEF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E';
|
|
37
|
-
@return url('#{$svg_data},#{$placeholder-image}');
|
|
38
|
-
}
|