@c8y/style 1023.30.0 → 1023.42.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/branding-login.less +1 -1
- package/helper-scripts/README-variable-imports.md +155 -0
- package/helper-scripts/README.md +104 -0
- package/helper-scripts/convert-scss-to-less.sh +512 -0
- package/helper-scripts/convert-stroke-icons-to-less.js +115 -0
- package/helper-scripts/remove-redundant-variable-imports.sh +80 -0
- package/helper-scripts/scss-to-less-skip +20 -0
- package/{sync-scss-to-less.sh → helper-scripts/sync-scss-to-less.sh} +2 -2
- package/helper-scripts/test-compile.sh +71 -0
- package/img/pie-chart-widget-pr.png +0 -0
- package/markdown-files/MANUAL-SYNC-FILES.md +56 -0
- package/package.json +2 -2
- package/styles/_login-app.less +34 -0
- package/styles/_login-app.scss +2 -2
- package/styles/_mixins.less +47 -0
- package/styles/_utilities.less +21 -0
- package/styles/_utilities.scss +1 -0
- package/styles/animations/_animate.less +18 -13
- package/styles/animations/_component-animations.less +18 -16
- package/styles/animations/_realtime-animation-list.less +11 -1
- package/styles/animations/_spinner-snake.less +17 -2
- package/styles/animations/_spinner.less +24 -6
- package/styles/base/_normalize.less +14 -0
- package/styles/base/_print.less +25 -12
- package/styles/base/_scaffolding.less +24 -28
- package/styles/base/_type.less +41 -19
- package/styles/components/_markdown-content.less +4 -1
- package/styles/components/_smartrules.less +14 -8
- package/styles/components/_smartrules.scss +6 -2
- package/styles/components/application-and-system/_c8y-cookie-banner.less +36 -0
- package/styles/components/{specialized → application-and-system}/_c8y-login.less +20 -6
- package/styles/components/data-display-and-visualization/_boxed-label.less +45 -0
- package/styles/components/data-display-and-visualization/_boxed-label.scss +46 -0
- package/styles/components/{specialized → data-display-and-visualization}/_c8y-data-explorer.less +37 -23
- package/styles/components/{specialized → data-display-and-visualization}/_c8y-datapoint-pill.less +29 -13
- package/styles/components/{specialized → data-display-and-visualization}/_c8y-pulse.less +33 -6
- package/styles/components/data-display-and-visualization/_range-display.less +25 -16
- package/styles/components/{specialized → data-display-and-visualization}/_smart-list-icon-label.less +19 -5
- package/styles/components/{specialized → data-display-and-visualization}/_status.less +16 -2
- package/styles/components/{specialized → data-display-and-visualization}/_statusContainer.less +16 -2
- package/styles/components/data-display-and-visualization/_timelines-chart.less +2 -0
- package/styles/components/data-display-and-visualization/lists/_c8y-data-point-list.less +10 -0
- package/styles/components/data-display-and-visualization/lists/_c8y-empty-state.less +26 -12
- package/styles/components/data-display-and-visualization/lists/_c8y-list-group.less +83 -43
- package/styles/components/data-display-and-visualization/lists/_cards-layout.less +38 -16
- package/styles/components/data-display-and-visualization/lists/_list-group.less +46 -28
- package/styles/components/data-display-and-visualization/lists/_smart-rules-template-list.less +12 -1
- package/styles/components/data-display-and-visualization/lists/{timeline-list.less → _timeline-list.less} +46 -24
- package/styles/components/data-display-and-visualization/tables/_data-grid.less +45 -25
- package/styles/components/data-display-and-visualization/tables/_resizable-grid.less +18 -5
- package/styles/components/data-display-and-visualization/tables/_tables.less +25 -9
- package/styles/components/data-input/_c8y-ai-chat.less +1 -0
- package/styles/components/{specialized → data-input}/_c8y-countdown-interval.less +15 -13
- package/styles/components/{specialized → data-input}/_c8y-range.less +22 -6
- package/styles/components/{specialized → data-input}/_dtm-icon-selector.less +17 -2
- package/styles/components/{specialized → data-input}/_dtm-icon-selector.scss +1 -2
- package/styles/components/{specialized → data-input}/_measurements-time-control.less +34 -6
- package/styles/components/{specialized → data-input}/_measurements-time-control.scss +14 -2
- package/styles/components/{specialized → data-input}/_search-header.less +22 -6
- package/styles/components/data-input/_static-assets-file-picker.less +22 -0
- package/styles/components/data-input/assets/_asset-property-list.less +38 -23
- package/styles/components/data-input/assets/_asset-table.less +21 -3
- package/styles/components/data-input/assets/_c8y-asset-notes.less +13 -1
- package/styles/components/data-input/assets/_c8y-asset-selector-miller.less +27 -8
- package/styles/components/data-input/assets/_c8y-asset-selector.less +32 -15
- package/styles/components/data-input/assets/_c8y-child-assets-selector.less +90 -9
- package/styles/components/{specialized → forms}/_c8y-schema-form.less +44 -17
- package/styles/components/{specialized → forms}/_c8y-schema-form.scss +15 -3
- package/styles/components/{specialized → navigation-and-layout}/_c8y-role-card.less +21 -5
- package/styles/components/{specialized → navigation-and-layout}/_c8y-scrollbar.less +24 -7
- package/styles/components/{specialized → navigation-and-layout}/_c8y-smart-rest-tab.less +21 -6
- package/styles/components/{specialized → navigation-and-layout}/_c8y-stepper.less +15 -1
- package/styles/components/{specialized → navigation-and-layout}/_c8y-user-roles.less +45 -28
- package/styles/components/{specialized → navigation-and-layout}/_device-software-tab.less +14 -0
- package/styles/components/navigation-and-layout/action-bars/_app-switcher.less +27 -5
- package/styles/components/navigation-and-layout/action-bars/_c8y-action-bar.less +49 -21
- package/styles/components/navigation-and-layout/cards/_card-dashboard.less +25 -4
- package/styles/components/navigation-and-layout/cards/_card-flip.less +41 -14
- package/styles/components/navigation-and-layout/cards/_card-grid.less +20 -4
- package/styles/components/navigation-and-layout/cards/_card.less +90 -75
- package/styles/components/navigation-and-layout/cards/_panels.less +38 -20
- package/styles/components/navigation-and-layout/navigation/_breadcrumbs.less +21 -39
- package/styles/components/navigation-and-layout/navigation/_c8y-nav-stacked.less +26 -14
- package/styles/components/navigation-and-layout/navigation/_main-header.less +41 -13
- package/styles/components/navigation-and-layout/navigation/_main-header.scss +1 -1
- package/styles/components/navigation-and-layout/navigation/_navbar.less +22 -25
- package/styles/components/navigation-and-layout/navigation/_navbar.scss +7 -7
- package/styles/components/navigation-and-layout/navigation/_navigator.less +71 -69
- package/styles/components/navigation-and-layout/navigation/_navs.less +13 -0
- package/styles/components/navigation-and-layout/navigation/_pagination.less +24 -5
- package/styles/components/navigation-and-layout/navigation/{steps-navbar.less → _steps-navbar.less} +7 -6
- package/styles/components/navigation-and-layout/navigation/_tabs.less +18 -14
- package/styles/components/navigation-and-layout/navigation/_tabs.scss +2 -2
- package/styles/components/{specialized → status-feedback-and-notifications}/_c8y-message-banner.less +14 -0
- package/styles/components/{specialized → status-feedback-and-notifications}/_code.less +18 -2
- package/styles/core/buttons/_button-groups.less +29 -79
- package/styles/core/buttons/_buttons.less +229 -198
- package/styles/core/buttons/_buttons.scss +6 -10
- package/styles/core/feedback/_alerts.less +52 -41
- package/styles/core/feedback/_badges.less +29 -17
- package/styles/core/feedback/_close.less +24 -7
- package/styles/core/feedback/_labels.less +21 -8
- package/styles/core/feedback/_progress-bars.less +24 -7
- package/styles/core/feedback/_tag.less +23 -6
- package/styles/core/feedback/_tooltip.less +44 -20
- package/styles/core/forms/_c8y-switch.less +39 -19
- package/styles/core/forms/_c8y-switch.scss +37 -29
- package/styles/core/forms/_file-picker.less +79 -61
- package/styles/core/forms/_forms.less +130 -133
- package/styles/core/forms/_input-groups.less +110 -59
- package/styles/core/forms/_input-groups.scss +21 -3
- package/styles/core/overlays/_c8y-dashboard-modal.less +25 -29
- package/styles/core/overlays/_c8y-wizard.less +38 -15
- package/styles/core/overlays/_dropdowns.less +86 -63
- package/styles/core/overlays/_modals.less +58 -40
- package/styles/core/overlays/_popovers.less +25 -9
- package/styles/dashboard/_availability-pie.less +3 -0
- package/styles/dashboard/_c8y-dashboard-style.less +61 -34
- package/styles/dashboard/_c8y-gauges.less +20 -4
- package/styles/dashboard/_dashboard-widgets.less +17 -4
- package/styles/dashboard/_info-gauge.less +20 -5
- package/styles/dashboard/_quick-links-widget.less +13 -3
- package/styles/{welcome-widget.less → dashboard/_welcome-widget.less} +21 -4
- package/styles/dashboard/{welcome.less → _welcome.less} +54 -45
- package/styles/icons/_c8y-glyphs.less +12 -1
- package/styles/icons/_c8y-glyphs.scss +2 -1
- package/styles/icons/_c8y-icons.less +214 -199
- package/styles/icons/_dlt-c8y-icons-stroke.less +7238 -1834
- package/styles/icons/_dlt-c8y-icons.less +14 -0
- package/styles/icons/_marker-icons.less +10 -0
- package/styles/index.less +160 -134
- package/styles/index.scss +53 -29
- package/styles/layout/_bottom-drawer.less +21 -7
- package/styles/layout/_c8y-help-drawer.less +30 -9
- package/styles/layout/_c8y-right-drawer.less +34 -19
- package/styles/layout/_c8y-top-drawer.less +43 -28
- package/styles/layout/_grid.less +18 -4
- package/styles/layout/_group-info.less +14 -2
- package/styles/layout/_layouts.less +48 -30
- package/styles/layout/_mcontainer.less +26 -12
- package/styles/layout/_page-tabs.less +115 -23
- package/styles/layout/_split-scroll.less +16 -4
- package/styles/layout/_split-view.less +19 -5
- package/styles/login-app-use.scss +2 -2
- package/styles/login-app.less +4 -4
- package/styles/mixins/_buttons.scss +1 -0
- package/styles/mixins/{color-mixins.less → _color-mixins.less} +2 -2
- package/styles/mixins/{element-queries.less → _element-queries.less} +2 -2
- package/styles/mixins/{forms.less → _forms.less} +1 -1
- package/styles/mixins/_gradients.less +117 -0
- package/styles/mixins/{grid-framework.less → _grid-framework.less} +21 -21
- package/styles/mixins/_icon-base.less +29 -0
- package/styles/mixins/{nav-vertical-align.less → _nav-vertical-align.less} +6 -2
- package/styles/mixins/_nav-vertical-align.scss +5 -2
- package/styles/mixins/{progress-bar.less → _progress-bar.less} +1 -1
- package/styles/mixins/{shadows-helper.less → _shadows-helper.less} +3 -5
- package/styles/mixins/_shadows-helper.scss +1 -4
- package/styles/mixins/{vendor-prefixes.less → _vendor-prefixes.less} +7 -22
- package/styles/mixins/_vendor-prefixes.scss +1 -17
- package/styles/utilities/_borders.less +21 -11
- package/styles/{components/specialized → utilities}/_c8y-utils.less +14 -0
- package/styles/{components/specialized → utilities}/_c8y-utils.scss +1 -1
- package/styles/utilities/_caret.less +18 -4
- package/styles/utilities/_container-queries.less +11 -3
- package/styles/utilities/_contextual-colors.less +48 -119
- package/styles/utilities/_display.less +26 -41
- package/styles/utilities/_elevation.less +17 -7
- package/styles/utilities/_flex-containers.less +10 -0
- package/styles/utilities/_flex-items.less +11 -0
- package/styles/utilities/_icon-utils.less +15 -3
- package/styles/utilities/_margins-paddings.less +23 -4
- package/styles/utilities/_overflows.less +10 -0
- package/styles/utilities/_position.less +11 -0
- package/styles/utilities/_quickfloats.less +20 -1
- package/styles/utilities/_separators.less +11 -0
- package/styles/utilities/_shadows.less +5 -49
- package/styles/{utilities.less → utilities/_sizing.less} +13 -21
- package/styles/utilities/_text-utils.less +35 -24
- package/styles/vendor/ace-editor/_ace-editor.less +1 -0
- package/styles/vendor/angular/_loading-bar.less +1 -0
- package/styles/vendor/angular/_ui-sortable.less +2 -1
- package/styles/vendor/angular/_uib-accordion.less +1 -0
- package/styles/{angular-ui-select/select.less → vendor/angular/angular-ui-select/_select.less} +2 -10
- package/styles/vendor/cdk/_cdk-drag.less +3 -0
- package/styles/vendor/cdk/_cdk-tree.less +6 -3
- package/styles/vendor/cdk/_cdk-virtual-scroll-window.less +1 -0
- package/styles/vendor/datepicker/_bs-datepicker.less +26 -6
- package/styles/vendor/datepicker/_uib-datepicker.less +37 -4
- package/styles/vendor/leaflet/_c8y-map-internal.less +44 -54
- package/styles/vendor/leaflet/_leaflet.less +4 -1
- package/styles/vendor/other/_colorpicker.less +3 -2
- package/styles/vendor/selectize/_c8y-selectize.less +33 -10
- package/variables/_color-defaults.less +29 -10
- package/variables/_color-defaults.scss +29 -10
- package/variables/_color-vars.less +37 -89
- package/variables/_color-vars.scss +19 -77
- package/variables/{login-vars.less → _login-vars.less} +3 -5
- package/variables/index.less +3 -3
- package/variables/tokens/{c8y-design-tokens-dark.less → _c8y-design-tokens-dark.less} +5 -1
- package/variables/tokens/{c8y-design-tokens.less → _c8y-design-tokens.less} +5 -1
- package/styles/components/specialized/_boxed-label.less +0 -21
- package/styles/components/specialized/_boxed-label.scss +0 -36
- package/styles/components/specialized/_c8y-cookie-banner.less +0 -22
- package/styles/components/specialized/_static-assets-file-picker.less +0 -8
- package/styles/dashboard/welcome-widget.less +0 -50
- package/styles/mixins/gradients.less +0 -142
- package/styles/mixins.less +0 -45
- package/styles/steps-navbar.less +0 -97
- package/styles/timeline-list.less +0 -210
- package/styles/vendor/angular/angular-ui-select/select.less +0 -161
- package/styles/welcome.less +0 -128
- /package/styles/components/{specialized → application-and-system}/_c8y-cookie-banner.scss +0 -0
- /package/styles/components/{specialized → application-and-system}/_c8y-login.scss +0 -0
- /package/styles/components/{specialized → data-display-and-visualization}/_c8y-data-explorer.scss +0 -0
- /package/styles/components/{specialized → data-display-and-visualization}/_c8y-datapoint-pill.scss +0 -0
- /package/styles/components/{specialized → data-display-and-visualization}/_c8y-pulse.scss +0 -0
- /package/styles/components/{specialized → data-display-and-visualization}/_smart-list-icon-label.scss +0 -0
- /package/styles/components/{specialized → data-display-and-visualization}/_status.scss +0 -0
- /package/styles/components/{specialized → data-display-and-visualization}/_statusContainer.scss +0 -0
- /package/styles/components/{specialized → data-input}/_c8y-countdown-interval.scss +0 -0
- /package/styles/components/{specialized → data-input}/_c8y-range.scss +0 -0
- /package/styles/components/{specialized → data-input}/_search-header.scss +0 -0
- /package/styles/components/{specialized → data-input}/_static-assets-file-picker.scss +0 -0
- /package/styles/components/{specialized → navigation-and-layout}/_c8y-role-card.scss +0 -0
- /package/styles/components/{specialized → navigation-and-layout}/_c8y-scrollbar.scss +0 -0
- /package/styles/components/{specialized → navigation-and-layout}/_c8y-smart-rest-tab.scss +0 -0
- /package/styles/components/{specialized → navigation-and-layout}/_c8y-stepper.scss +0 -0
- /package/styles/components/{specialized → navigation-and-layout}/_c8y-user-roles.scss +0 -0
- /package/styles/components/{specialized → navigation-and-layout}/_device-software-tab.scss +0 -0
- /package/styles/components/{specialized → status-feedback-and-notifications}/_c8y-message-banner.scss +0 -0
- /package/styles/components/{specialized → status-feedback-and-notifications}/_code.scss +0 -0
- /package/styles/mixins/{alert-variant.less → _alert-variant.less} +0 -0
- /package/styles/mixins/{animation.less → _animation.less} +0 -0
- /package/styles/mixins/{background-variant.less → _background-variant.less} +0 -0
- /package/styles/mixins/{border-radius.less → _border-radius.less} +0 -0
- /package/styles/mixins/{buttons.less → _buttons.less} +0 -0
- /package/styles/mixins/{c8y-scrollbar.less → _c8y-scrollbar.less} +0 -0
- /package/styles/mixins/{center-block.less → _center-block.less} +0 -0
- /package/styles/mixins/{clearfix.less → _clearfix.less} +0 -0
- /package/styles/mixins/{create-grid.less → _create-grid.less} +0 -0
- /package/styles/mixins/{grid.less → _grid.less} +0 -0
- /package/styles/mixins/{hide-scrollbars.less → _hide-scrollbars.less} +0 -0
- /package/styles/mixins/{hide-text.less → _hide-text.less} +0 -0
- /package/styles/mixins/{image.less → _image.less} +0 -0
- /package/styles/mixins/{labels.less → _labels.less} +0 -0
- /package/styles/mixins/{list-group.less → _list-group.less} +0 -0
- /package/styles/mixins/{nav-divider.less → _nav-divider.less} +0 -0
- /package/styles/mixins/{opacity.less → _opacity.less} +0 -0
- /package/styles/mixins/{pagination.less → _pagination.less} +0 -0
- /package/styles/mixins/{panels.less → _panels.less} +0 -0
- /package/styles/mixins/{reset-filter.less → _reset-filter.less} +0 -0
- /package/styles/mixins/{reset-text.less → _reset-text.less} +0 -0
- /package/styles/mixins/{resize.less → _resize.less} +0 -0
- /package/styles/mixins/{responsive-visibility.less → _responsive-visibility.less} +0 -0
- /package/styles/mixins/{size.less → _size.less} +0 -0
- /package/styles/mixins/{tab-focus.less → _tab-focus.less} +0 -0
- /package/styles/mixins/{table-row.less → _table-row.less} +0 -0
- /package/styles/mixins/{tag.less → _tag.less} +0 -0
- /package/styles/mixins/{text-emphasis.less → _text-emphasis.less} +0 -0
- /package/styles/mixins/{text-overflow.less → _text-overflow.less} +0 -0
- /package/variables/{login-vars.scss → _login-vars.scss} +0 -0
- /package/variables/{shadows.less → _shadows.less} +0 -0
- /package/variables/{shadows.scss → _shadows.scss} +0 -0
- /package/variables/tokens/{c8y-design-tokens-dark.scss → _c8y-design-tokens-dark.scss} +0 -0
- /package/variables/tokens/{c8y-design-tokens.scss → _c8y-design-tokens.scss} +0 -0
package/styles/steps-navbar.less
DELETED
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
// TODO: Remove after removing the wizard.html from modules/core/ui/containers (it's AngularJS)
|
|
2
|
-
.steps-navbar {
|
|
3
|
-
&.c8y-wizard-nav {
|
|
4
|
-
padding: 0;
|
|
5
|
-
min-width: 600px;
|
|
6
|
-
.register-devices & {
|
|
7
|
-
min-width: 300px;
|
|
8
|
-
@media (min-width: @screen-sm-min) {
|
|
9
|
-
min-width: 420px;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
.nav-tabs.nav-justified {
|
|
14
|
-
display: flex;
|
|
15
|
-
overflow: hidden;
|
|
16
|
-
flex-flow: row nowrap;
|
|
17
|
-
border-bottom: 1px solid fade(@black, 10%);
|
|
18
|
-
> li {
|
|
19
|
-
position: relative;
|
|
20
|
-
display: block;
|
|
21
|
-
flex: 1 1 auto;
|
|
22
|
-
max-width: 50%;
|
|
23
|
-
|
|
24
|
-
a {
|
|
25
|
-
margin: 0;
|
|
26
|
-
padding: @margin-8 calc(@margin-8 + @margin-4);
|
|
27
|
-
border: 0;
|
|
28
|
-
background-color: @component-background-default;
|
|
29
|
-
color: @gray-30;
|
|
30
|
-
font-size: 12px;
|
|
31
|
-
@media (min-width: @screen-sm-min) {
|
|
32
|
-
font-size: inherit;
|
|
33
|
-
}
|
|
34
|
-
&:focus {
|
|
35
|
-
outline: none;
|
|
36
|
-
border: 0;
|
|
37
|
-
background-color: inherit;
|
|
38
|
-
}
|
|
39
|
-
&:hover {
|
|
40
|
-
border: 0;
|
|
41
|
-
background-color: inherit;
|
|
42
|
-
}
|
|
43
|
-
&:before {
|
|
44
|
-
position: absolute;
|
|
45
|
-
top: 0;
|
|
46
|
-
left: 100%;
|
|
47
|
-
z-index: 10;
|
|
48
|
-
margin-left: 1px;
|
|
49
|
-
width: 0;
|
|
50
|
-
height: 0;
|
|
51
|
-
border-width: 18px 0 18px 10px;
|
|
52
|
-
border-style: solid;
|
|
53
|
-
border-color: transparent transparent transparent fade(@black, 10%);
|
|
54
|
-
content: '';
|
|
55
|
-
}
|
|
56
|
-
&:after {
|
|
57
|
-
position: absolute;
|
|
58
|
-
top: 0;
|
|
59
|
-
left: 100%;
|
|
60
|
-
z-index: 10;
|
|
61
|
-
width: 0;
|
|
62
|
-
height: 0;
|
|
63
|
-
border-width: 18px 0 18px 10px;
|
|
64
|
-
border-style: solid;
|
|
65
|
-
border-color: transparent transparent transparent @component-background-default;
|
|
66
|
-
content: '';
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
&:last-child > a {
|
|
70
|
-
&:after,
|
|
71
|
-
&:before {
|
|
72
|
-
display: none;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
&.active {
|
|
76
|
-
> a {
|
|
77
|
-
border: 0;
|
|
78
|
-
background-color: @gray-30;
|
|
79
|
-
color: @component-background-default;
|
|
80
|
-
&:after {
|
|
81
|
-
border-color: transparent transparent transparent @gray-30;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
&.completed {
|
|
86
|
-
> a {
|
|
87
|
-
border: 0;
|
|
88
|
-
background-color: @status-success;
|
|
89
|
-
color: @component-background-default;
|
|
90
|
-
&:after {
|
|
91
|
-
border-color: transparent transparent transparent @status-success;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
@@ -1,210 +0,0 @@
|
|
|
1
|
-
// TODO: Remove after updating all timeline lists to use the c8y-list group component
|
|
2
|
-
.timeline-list {
|
|
3
|
-
margin: 0;
|
|
4
|
-
padding: 0;
|
|
5
|
-
list-style: none;
|
|
6
|
-
.timeline-item-date {
|
|
7
|
-
margin-right: 35px;
|
|
8
|
-
width: 40px;
|
|
9
|
-
color: @component-color-default;
|
|
10
|
-
font-size: 10px;
|
|
11
|
-
line-height: 1;
|
|
12
|
-
}
|
|
13
|
-
> div,
|
|
14
|
-
> li {
|
|
15
|
-
position: relative;
|
|
16
|
-
&::before {
|
|
17
|
-
position: absolute;
|
|
18
|
-
top: 0;
|
|
19
|
-
bottom: 1px;
|
|
20
|
-
left: 53px;
|
|
21
|
-
border: 1px dotted @component-border-color;
|
|
22
|
-
content: '';
|
|
23
|
-
transition: top 0.35s linear;
|
|
24
|
-
}
|
|
25
|
-
&.expanded::before {
|
|
26
|
-
transition: none;
|
|
27
|
-
}
|
|
28
|
-
&:first-child {
|
|
29
|
-
&::before {
|
|
30
|
-
top: 50%;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
&:last-child {
|
|
34
|
-
&::before {
|
|
35
|
-
bottom: 50%;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
&:after {
|
|
39
|
-
position: absolute;
|
|
40
|
-
top: 50%;
|
|
41
|
-
left: 48px;
|
|
42
|
-
z-index: 10;
|
|
43
|
-
margin: -6px 0 0;
|
|
44
|
-
width: 12px;
|
|
45
|
-
height: 12px;
|
|
46
|
-
border-radius: 50%;
|
|
47
|
-
background-color: @component-color-disabled;
|
|
48
|
-
content: '';
|
|
49
|
-
transition: background 0.5s linear;
|
|
50
|
-
|
|
51
|
-
.box-shadow(inset 0 1px 2px fade(black, 30%));
|
|
52
|
-
}
|
|
53
|
-
&.active {
|
|
54
|
-
&:after {
|
|
55
|
-
background-color: @component-color-accent;
|
|
56
|
-
}
|
|
57
|
-
.timeline-item-content {
|
|
58
|
-
border-color: @component-color-accent;
|
|
59
|
-
.list-item-actions {
|
|
60
|
-
&:before {
|
|
61
|
-
display: inline-block;
|
|
62
|
-
margin-top: calc(@margin-base + 2);
|
|
63
|
-
margin-right: @margin-base;
|
|
64
|
-
padding: 0.2em 0.6em 0;
|
|
65
|
-
border-radius: 10px;
|
|
66
|
-
background-color: @component-color-accent;
|
|
67
|
-
color: @palette-high;
|
|
68
|
-
content: attr(data-active);
|
|
69
|
-
font-weight: bold;
|
|
70
|
-
font-size: 12px;
|
|
71
|
-
}
|
|
72
|
-
.dropdown {
|
|
73
|
-
display: none;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
&:before {
|
|
77
|
-
left: -13px;
|
|
78
|
-
margin-top: -13px;
|
|
79
|
-
border-width: 13px 13px 13px 0;
|
|
80
|
-
border-color: transparent @component-color-accent transparent transparent;
|
|
81
|
-
}
|
|
82
|
-
&:after {
|
|
83
|
-
left: -10px;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
.timeline-item-content {
|
|
89
|
-
position: relative;
|
|
90
|
-
flex: 1 1 0%;
|
|
91
|
-
margin-top: 0;
|
|
92
|
-
margin-bottom: @margin-base;
|
|
93
|
-
padding: @margin-base @component-padding;
|
|
94
|
-
min-height: 40px;
|
|
95
|
-
border: 2px solid @component-background-default;
|
|
96
|
-
background: @component-background-default;
|
|
97
|
-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
|
98
|
-
color: @component-color-default;
|
|
99
|
-
transition: background 0.5s linear, border 0.5s linear;
|
|
100
|
-
|
|
101
|
-
overflow-wrap: break-word;
|
|
102
|
-
&:before {
|
|
103
|
-
position: absolute;
|
|
104
|
-
top: 50%;
|
|
105
|
-
left: -12px;
|
|
106
|
-
margin-top: -10px;
|
|
107
|
-
width: 0;
|
|
108
|
-
height: 0;
|
|
109
|
-
border-width: 10px 10px 10px 0;
|
|
110
|
-
border-style: solid;
|
|
111
|
-
border-color: transparent fade(@black, 5%) transparent transparent;
|
|
112
|
-
content: '';
|
|
113
|
-
}
|
|
114
|
-
&:after {
|
|
115
|
-
position: absolute;
|
|
116
|
-
top: 50%;
|
|
117
|
-
left: -11px;
|
|
118
|
-
margin-top: -10px;
|
|
119
|
-
width: 0;
|
|
120
|
-
height: 0;
|
|
121
|
-
border-width: 10px 10px 10px 0;
|
|
122
|
-
border-style: solid;
|
|
123
|
-
border-color: transparent @component-background-default transparent transparent;
|
|
124
|
-
content: '';
|
|
125
|
-
transition: border 0.5s linear;
|
|
126
|
-
}
|
|
127
|
-
.list-item-icon {
|
|
128
|
-
align-self: flex-start;
|
|
129
|
-
}
|
|
130
|
-
.list-item-icon,
|
|
131
|
-
.list-item-icon [class^='dlt-c8y-icon-'],
|
|
132
|
-
.list-item-icon [class*=' dlt-c8y-icon-'] {
|
|
133
|
-
font-size: 20px;
|
|
134
|
-
}
|
|
135
|
-
.list-item-body {
|
|
136
|
-
flex: 1;
|
|
137
|
-
word-break: break-all; //this is added because of IE11
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.collapse,
|
|
141
|
-
.collapsing {
|
|
142
|
-
flex: 1 1 100%;
|
|
143
|
-
order: 11000;
|
|
144
|
-
min-width: 100%;
|
|
145
|
-
width: auto;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
.expanded {
|
|
149
|
-
background: transparent;
|
|
150
|
-
.timeline-item-date {
|
|
151
|
-
font-weight: bold;
|
|
152
|
-
}
|
|
153
|
-
&:after {
|
|
154
|
-
background-color: @component-color-accent;
|
|
155
|
-
}
|
|
156
|
-
.timeline-item-content {
|
|
157
|
-
border-color: @component-background-expanded;
|
|
158
|
-
background-color: @component-background-expanded;
|
|
159
|
-
color: @component-color-expanded;
|
|
160
|
-
|
|
161
|
-
&:after {
|
|
162
|
-
border-color: transparent @component-background-expanded transparent transparent;
|
|
163
|
-
background-color: transparent;
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
&.list-condensed {
|
|
168
|
-
.timeline-item-content {
|
|
169
|
-
margin: 0 0 @margin-4;
|
|
170
|
-
border-width: 0 0 0 2px;
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
@media (min-width: @screen-sm-min) {
|
|
176
|
-
.timeline-list {
|
|
177
|
-
.timeline-item-date {
|
|
178
|
-
width: 60px;
|
|
179
|
-
}
|
|
180
|
-
> li,
|
|
181
|
-
> div {
|
|
182
|
-
&::before {
|
|
183
|
-
left: 73px;
|
|
184
|
-
}
|
|
185
|
-
&::after {
|
|
186
|
-
left: 68px;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.timeline-list-item {
|
|
193
|
-
&.ng-enter {
|
|
194
|
-
opacity: 0;
|
|
195
|
-
transition: background 1s linear 0.5s, opacity 0.5s linear;
|
|
196
|
-
&.ng-enter-active {
|
|
197
|
-
opacity: 1;
|
|
198
|
-
}
|
|
199
|
-
&:after {
|
|
200
|
-
background-color: @component-realtime-added;
|
|
201
|
-
}
|
|
202
|
-
.timeline-item-content {
|
|
203
|
-
border-color: @component-realtime-added;
|
|
204
|
-
background-color: @component-realtime-added;
|
|
205
|
-
&:after {
|
|
206
|
-
border-color: transparent @component-realtime-added transparent transparent;
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
}
|
|
@@ -1,161 +0,0 @@
|
|
|
1
|
-
/* ui-select
|
|
2
|
-
* http://github.com/angular-ui/ui-select
|
|
3
|
-
* Version: 0.8.3 - 2014-10-14T18:22:05.435Z
|
|
4
|
-
* License: MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/* Style when highlighting a search. */
|
|
8
|
-
.ui-select-highlight {
|
|
9
|
-
font-weight: bold;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.ui-select-offscreen {
|
|
13
|
-
position: absolute !important;
|
|
14
|
-
top: 0px !important;
|
|
15
|
-
left: 0px !important;
|
|
16
|
-
overflow: hidden !important;
|
|
17
|
-
clip: rect(0 0 0 0) !important;
|
|
18
|
-
margin: 0 !important;
|
|
19
|
-
padding: 0 !important;
|
|
20
|
-
width: 1px !important;
|
|
21
|
-
height: 1px !important;
|
|
22
|
-
outline: 0 !important;
|
|
23
|
-
border: 0 !important;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
/* Select2 theme */
|
|
27
|
-
/* Mark invalid Select2 */
|
|
28
|
-
.ng-dirty.ng-invalid > a.select2-choice {
|
|
29
|
-
border-color: @status-danger;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.select2-result-single {
|
|
33
|
-
padding-left: 0;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/* Selectize theme */
|
|
37
|
-
/* Helper class to show styles when focus */
|
|
38
|
-
.selectize-input.selectize-focus {
|
|
39
|
-
border-color: @form-control-border-color-focus !important;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
/* Fix input width for Selectize theme */
|
|
43
|
-
.selectize-control > .selectize-input > input {
|
|
44
|
-
width: 100%;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
/* Fix dropdown width for Selectize theme */
|
|
48
|
-
.selectize-control > .selectize-dropdown {
|
|
49
|
-
width: 100%;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
/* Mark invalid Selectize */
|
|
53
|
-
.ng-dirty.ng-invalid > div.selectize-input {
|
|
54
|
-
border-color: @status-danger;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/* Bootstrap theme */
|
|
58
|
-
/* Helper class to show styles when focus */
|
|
59
|
-
.btn-default-focus {
|
|
60
|
-
outline: 5px auto -webkit-focus-ring-color;
|
|
61
|
-
outline-offset: -2px;
|
|
62
|
-
border-color: @btn-default-border-color-default;
|
|
63
|
-
background-color: @btn-default-background-default;
|
|
64
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
65
|
-
color: #333;
|
|
66
|
-
text-decoration: none;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
/* Fix Bootstrap dropdown position when inside a input-group */
|
|
70
|
-
.input-group > .ui-select-bootstrap.dropdown {
|
|
71
|
-
/* Instead of relative */
|
|
72
|
-
position: static;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
|
|
76
|
-
border-radius: @form-control-border-radius;
|
|
77
|
-
border-top-right-radius: 0;
|
|
78
|
-
border-bottom-right-radius: 0;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.ui-select-bootstrap > .ui-select-match {
|
|
82
|
-
/* Instead of center because of .btn */
|
|
83
|
-
text-align: left;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.ui-select-bootstrap > .ui-select-match > .caret {
|
|
87
|
-
position: absolute;
|
|
88
|
-
top: 45%;
|
|
89
|
-
right: 15px;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
|
|
93
|
-
.ui-select-bootstrap > .ui-select-choices {
|
|
94
|
-
overflow-x: hidden;
|
|
95
|
-
max-height: 200px;
|
|
96
|
-
width: 100%;
|
|
97
|
-
height: auto;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.ui-select-multiple.ui-select-bootstrap {
|
|
101
|
-
padding: 0.3em;
|
|
102
|
-
height: auto;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
|
|
106
|
-
height: 1.666666em;
|
|
107
|
-
outline: none;
|
|
108
|
-
border: none;
|
|
109
|
-
background-color: transparent !important; /* To prevent double background when disabled */
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
|
|
113
|
-
font-size: 1.6em;
|
|
114
|
-
line-height: 0.75;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
|
|
118
|
-
outline: 0;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.ui-select-bootstrap .ui-select-choices-row > a {
|
|
122
|
-
display: block;
|
|
123
|
-
clear: both;
|
|
124
|
-
padding: 3px 20px;
|
|
125
|
-
color: #333;
|
|
126
|
-
white-space: nowrap;
|
|
127
|
-
font-weight: 400;
|
|
128
|
-
line-height: 1.42857143;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.ui-select-bootstrap .ui-select-choices-row > a:hover,
|
|
132
|
-
.ui-select-bootstrap .ui-select-choices-row > a:focus {
|
|
133
|
-
background-color: #f5f5f5;
|
|
134
|
-
color: #262626;
|
|
135
|
-
text-decoration: none;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.ui-select-bootstrap .ui-select-choices-row.active > a {
|
|
139
|
-
outline: 0;
|
|
140
|
-
background-color: #428bca;
|
|
141
|
-
color: #fff;
|
|
142
|
-
text-decoration: none;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.ui-select-bootstrap .ui-select-choices-row.disabled > a,
|
|
146
|
-
.ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
|
|
147
|
-
background-color: #fff;
|
|
148
|
-
color: #777;
|
|
149
|
-
cursor: not-allowed;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
/* fix hide/show angular animation */
|
|
153
|
-
.ui-select-match.ng-hide-add,
|
|
154
|
-
.ui-select-search.ng-hide-add {
|
|
155
|
-
display: none !important;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
/* Mark invalid Bootstrap */
|
|
159
|
-
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
|
|
160
|
-
border-color: @status-danger;
|
|
161
|
-
}
|
package/styles/welcome.less
DELETED
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
c8y-dashboard-gridstack.welcome {
|
|
2
|
-
.grid-stack {
|
|
3
|
-
height: auto !important;
|
|
4
|
-
}
|
|
5
|
-
.grid-stack-item.ui-draggable-disabled:not(.grid-floater) {
|
|
6
|
-
position: relative;
|
|
7
|
-
top: inherit; // padding-left: (@grid-gutter-width / 2);
|
|
8
|
-
height: auto; // padding-right: (@grid-gutter-width / 2);
|
|
9
|
-
.grid-stack-item-content {
|
|
10
|
-
position: static;
|
|
11
|
-
.card-header-actions:after {
|
|
12
|
-
display: none;
|
|
13
|
-
}
|
|
14
|
-
.card-inner-scroll {
|
|
15
|
-
overflow: visible;
|
|
16
|
-
height: auto;
|
|
17
|
-
&:before,
|
|
18
|
-
&:after {
|
|
19
|
-
display: none;
|
|
20
|
-
}
|
|
21
|
-
> * {
|
|
22
|
-
margin-bottom: 0;
|
|
23
|
-
}
|
|
24
|
-
.card-group-block > .card {
|
|
25
|
-
border-radius: 0;
|
|
26
|
-
background-color: @component-background-default;
|
|
27
|
-
}
|
|
28
|
-
.quicklinks > .card {
|
|
29
|
-
flex: 1 0 120px;
|
|
30
|
-
min-width: 120px;
|
|
31
|
-
@media (min-width: @screen-sm-min) {
|
|
32
|
-
flex: 1 0 230px;
|
|
33
|
-
min-width: 230px;
|
|
34
|
-
}
|
|
35
|
-
.card-block {
|
|
36
|
-
width: 100%;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
.grid-floater iframe:not(.twitter-timeline) {
|
|
43
|
-
width: 100% !important;
|
|
44
|
-
height: 100% !important;
|
|
45
|
-
}
|
|
46
|
-
.grid-floater .grid-stack-item-content {
|
|
47
|
-
margin: 0 !important;
|
|
48
|
-
margin-right: 15px !important;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
@media (max-width: @screen-xs-max) {
|
|
52
|
-
.grid-floater.ui-draggable-disabled {
|
|
53
|
-
display: none;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
[ng-controller='HelpAndSupportCtrl'] {
|
|
59
|
-
display: flex;
|
|
60
|
-
flex-flow: row wrap;
|
|
61
|
-
> .card {
|
|
62
|
-
flex: 0 0 33.33333%;
|
|
63
|
-
@media (min-width: @screen-sm-min) {
|
|
64
|
-
flex: 0 0 25%;
|
|
65
|
-
}
|
|
66
|
-
@media (min-width: @screen-md-min) {
|
|
67
|
-
flex: 1 0 14.28571429%;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
a.help-and-support-doc {
|
|
73
|
-
padding-bottom: 100%;
|
|
74
|
-
min-height: 130px;
|
|
75
|
-
width: 100%;
|
|
76
|
-
> div {
|
|
77
|
-
-webkit-justify-content: flex-start;
|
|
78
|
-
justify-content: flex-start;
|
|
79
|
-
padding: 20px 10px 0;
|
|
80
|
-
img {
|
|
81
|
-
margin-bottom: 10px;
|
|
82
|
-
max-width: 24px;
|
|
83
|
-
max-height: 24px;
|
|
84
|
-
}
|
|
85
|
-
p {
|
|
86
|
-
color: @brand-primary;
|
|
87
|
-
font-size: 85%;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.quick-link-bgcolor-a,
|
|
93
|
-
.quick-link-bgcolor-b .quick-link-bgcolor-c,
|
|
94
|
-
.quick-link-bgcolor-d,
|
|
95
|
-
.quick-link-bgcolor-e,
|
|
96
|
-
.quick-link-bgcolor-f {
|
|
97
|
-
position: relative;
|
|
98
|
-
border: 0 !important;
|
|
99
|
-
&::before {
|
|
100
|
-
position: absolute;
|
|
101
|
-
top: 0;
|
|
102
|
-
right: 0;
|
|
103
|
-
bottom: 0;
|
|
104
|
-
left: 0;
|
|
105
|
-
background-color: @black;
|
|
106
|
-
content: '';
|
|
107
|
-
opacity: 0.05;
|
|
108
|
-
|
|
109
|
-
.transition(opacity 0.25s ease);
|
|
110
|
-
}
|
|
111
|
-
&:hover {
|
|
112
|
-
&::before {
|
|
113
|
-
opacity: 0;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.welcome-dont-show {
|
|
119
|
-
margin-top: -15px;
|
|
120
|
-
padding: 5px 0;
|
|
121
|
-
@media (min-width: @screen-sm-min) {
|
|
122
|
-
margin-top: -24px;
|
|
123
|
-
margin-bottom: 27px;
|
|
124
|
-
}
|
|
125
|
-
@media (min-width: @grid-float-breakpoint) {
|
|
126
|
-
padding: 5px 15px;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
File without changes
|
|
File without changes
|
/package/styles/components/{specialized → data-display-and-visualization}/_c8y-data-explorer.scss
RENAMED
|
File without changes
|
/package/styles/components/{specialized → data-display-and-visualization}/_c8y-datapoint-pill.scss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/styles/components/{specialized → data-display-and-visualization}/_statusContainer.scss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|