@odx/ui 5.0.2 → 5.0.4
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/CHANGELOG.md +12 -0
- package/ag-grid-theme.css +1 -1
- package/core-theme.css +1 -1
- package/package.json +1 -1
- package/scss/3rdparty/ag-grid/theme.scss +10 -10
- package/scss/ag-grid/theme.scss +10 -10
- package/scss/components/table.component.scss +4 -0
- package/scss/table.component.scss +4 -0
- package/scss/theme.scss +10 -10
package/package.json
CHANGED
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
|
|
24
24
|
--ag-icon-size: #{typography.get-font-size(1)};
|
|
25
25
|
--ag-icon-font-family: #{icons.get-font-family()};
|
|
26
|
-
--ag-icon-font-code-aggregation: '#{icons.get-icon-glyph(
|
|
27
|
-
--ag-icon-font-code-arrows: '#{icons.get-icon-glyph(
|
|
26
|
+
--ag-icon-font-code-aggregation: '#{icons.get-icon-glyph(aggregation)}';
|
|
27
|
+
--ag-icon-font-code-arrows: '#{icons.get-icon-glyph(chevrons)}';
|
|
28
28
|
--ag-icon-font-code-asc: '#{icons.get-icon-glyph(ascending)}';
|
|
29
29
|
--ag-icon-font-code-cancel: '#{icons.get-icon-glyph(close)}';
|
|
30
30
|
--ag-icon-font-code-chart: '#{icons.get-icon-glyph(placeholder)}';
|
|
31
31
|
--ag-icon-font-code-checkbox-checked: '#{icons.get-icon-glyph(check)}';
|
|
32
32
|
--ag-icon-font-code-checkbox-indeterminate: '#{icons.get-icon-glyph(minus)}';
|
|
33
33
|
--ag-icon-font-code-checkbox-unchecked: '';
|
|
34
|
-
--ag-icon-font-code-color-picker: '#{icons.get-icon-glyph(
|
|
35
|
-
--ag-icon-font-code-columns: '#{icons.get-icon-glyph(
|
|
34
|
+
--ag-icon-font-code-color-picker: '#{icons.get-icon-glyph(colorpicker)}';
|
|
35
|
+
--ag-icon-font-code-columns: '#{icons.get-icon-glyph(column)}';
|
|
36
36
|
--ag-icon-font-code-contracted: '#{icons.get-icon-glyph(chevron-right)}';
|
|
37
37
|
--ag-icon-font-code-copy: '#{icons.get-icon-glyph(copy-content)}';
|
|
38
38
|
--ag-icon-font-code-cut: '#{icons.get-icon-glyph(cut)}';
|
|
@@ -41,23 +41,23 @@
|
|
|
41
41
|
--ag-icon-font-code-desc: '#{icons.get-icon-glyph(descending)}';
|
|
42
42
|
--ag-icon-font-code-excel: '#{icons.get-icon-glyph(file-excel)}';
|
|
43
43
|
--ag-icon-font-code-expanded: '#{icons.get-icon-glyph(chevron-left)}';
|
|
44
|
-
--ag-icon-font-code-eye-slash: '#{icons.get-icon-glyph(
|
|
45
|
-
--ag-icon-font-code-eye: '#{icons.get-icon-glyph(
|
|
44
|
+
--ag-icon-font-code-eye-slash: '#{icons.get-icon-glyph(view-off)}';
|
|
45
|
+
--ag-icon-font-code-eye: '#{icons.get-icon-glyph(view)}';
|
|
46
46
|
--ag-icon-font-code-filter: '#{icons.get-icon-glyph(filter)}';
|
|
47
47
|
--ag-icon-font-code-first: '#{icons.get-icon-glyph(chevron-left-end)}';
|
|
48
48
|
--ag-icon-font-code-grip: '#{icons.get-icon-glyph(placeholder)}';
|
|
49
|
-
--ag-icon-font-code-group: '#{icons.get-icon-glyph(
|
|
49
|
+
--ag-icon-font-code-group: '#{icons.get-icon-glyph(group)}';
|
|
50
50
|
--ag-icon-font-code-last: '#{icons.get-icon-glyph(chevron-right-end)}';
|
|
51
51
|
--ag-icon-font-code-left: '#{icons.get-icon-glyph(arrow-left)}';
|
|
52
52
|
--ag-icon-font-code-linked: '#{icons.get-icon-glyph(placeholder)}';
|
|
53
|
-
--ag-icon-font-code-loading: '#{icons.get-icon-glyph(
|
|
53
|
+
--ag-icon-font-code-loading: '#{icons.get-icon-glyph(loading)}';
|
|
54
54
|
--ag-icon-font-code-maximize: '#{icons.get-icon-glyph(maximize)}';
|
|
55
55
|
--ag-icon-font-code-menu: '#{icons.get-icon-glyph(menu)}';
|
|
56
56
|
--ag-icon-font-code-minimize: '#{icons.get-icon-glyph(minimize)}';
|
|
57
57
|
--ag-icon-font-code-next: '#{icons.get-icon-glyph(chevron-right)}';
|
|
58
|
-
--ag-icon-font-code-none: '#{icons.get-icon-glyph(
|
|
58
|
+
--ag-icon-font-code-none: '#{icons.get-icon-glyph(sortable)}';
|
|
59
59
|
--ag-icon-font-code-not-allowed: '#{icons.get-icon-glyph(blocked)}';
|
|
60
|
-
--ag-icon-font-code-paste: '#{icons.get-icon-glyph(
|
|
60
|
+
--ag-icon-font-code-paste: '#{icons.get-icon-glyph(paste)}';
|
|
61
61
|
--ag-icon-font-code-pin: '#{icons.get-icon-glyph(pin)}';
|
|
62
62
|
--ag-icon-font-code-pivot: '#{icons.get-icon-glyph(placeholder)}';
|
|
63
63
|
--ag-icon-font-code-previous: '#{icons.get-icon-glyph(chevron-left)}';
|
package/scss/ag-grid/theme.scss
CHANGED
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
|
|
24
24
|
--ag-icon-size: #{typography.get-font-size(1)};
|
|
25
25
|
--ag-icon-font-family: #{icons.get-font-family()};
|
|
26
|
-
--ag-icon-font-code-aggregation: '#{icons.get-icon-glyph(
|
|
27
|
-
--ag-icon-font-code-arrows: '#{icons.get-icon-glyph(
|
|
26
|
+
--ag-icon-font-code-aggregation: '#{icons.get-icon-glyph(aggregation)}';
|
|
27
|
+
--ag-icon-font-code-arrows: '#{icons.get-icon-glyph(chevrons)}';
|
|
28
28
|
--ag-icon-font-code-asc: '#{icons.get-icon-glyph(ascending)}';
|
|
29
29
|
--ag-icon-font-code-cancel: '#{icons.get-icon-glyph(close)}';
|
|
30
30
|
--ag-icon-font-code-chart: '#{icons.get-icon-glyph(placeholder)}';
|
|
31
31
|
--ag-icon-font-code-checkbox-checked: '#{icons.get-icon-glyph(check)}';
|
|
32
32
|
--ag-icon-font-code-checkbox-indeterminate: '#{icons.get-icon-glyph(minus)}';
|
|
33
33
|
--ag-icon-font-code-checkbox-unchecked: '';
|
|
34
|
-
--ag-icon-font-code-color-picker: '#{icons.get-icon-glyph(
|
|
35
|
-
--ag-icon-font-code-columns: '#{icons.get-icon-glyph(
|
|
34
|
+
--ag-icon-font-code-color-picker: '#{icons.get-icon-glyph(colorpicker)}';
|
|
35
|
+
--ag-icon-font-code-columns: '#{icons.get-icon-glyph(column)}';
|
|
36
36
|
--ag-icon-font-code-contracted: '#{icons.get-icon-glyph(chevron-right)}';
|
|
37
37
|
--ag-icon-font-code-copy: '#{icons.get-icon-glyph(copy-content)}';
|
|
38
38
|
--ag-icon-font-code-cut: '#{icons.get-icon-glyph(cut)}';
|
|
@@ -41,23 +41,23 @@
|
|
|
41
41
|
--ag-icon-font-code-desc: '#{icons.get-icon-glyph(descending)}';
|
|
42
42
|
--ag-icon-font-code-excel: '#{icons.get-icon-glyph(file-excel)}';
|
|
43
43
|
--ag-icon-font-code-expanded: '#{icons.get-icon-glyph(chevron-left)}';
|
|
44
|
-
--ag-icon-font-code-eye-slash: '#{icons.get-icon-glyph(
|
|
45
|
-
--ag-icon-font-code-eye: '#{icons.get-icon-glyph(
|
|
44
|
+
--ag-icon-font-code-eye-slash: '#{icons.get-icon-glyph(view-off)}';
|
|
45
|
+
--ag-icon-font-code-eye: '#{icons.get-icon-glyph(view)}';
|
|
46
46
|
--ag-icon-font-code-filter: '#{icons.get-icon-glyph(filter)}';
|
|
47
47
|
--ag-icon-font-code-first: '#{icons.get-icon-glyph(chevron-left-end)}';
|
|
48
48
|
--ag-icon-font-code-grip: '#{icons.get-icon-glyph(placeholder)}';
|
|
49
|
-
--ag-icon-font-code-group: '#{icons.get-icon-glyph(
|
|
49
|
+
--ag-icon-font-code-group: '#{icons.get-icon-glyph(group)}';
|
|
50
50
|
--ag-icon-font-code-last: '#{icons.get-icon-glyph(chevron-right-end)}';
|
|
51
51
|
--ag-icon-font-code-left: '#{icons.get-icon-glyph(arrow-left)}';
|
|
52
52
|
--ag-icon-font-code-linked: '#{icons.get-icon-glyph(placeholder)}';
|
|
53
|
-
--ag-icon-font-code-loading: '#{icons.get-icon-glyph(
|
|
53
|
+
--ag-icon-font-code-loading: '#{icons.get-icon-glyph(loading)}';
|
|
54
54
|
--ag-icon-font-code-maximize: '#{icons.get-icon-glyph(maximize)}';
|
|
55
55
|
--ag-icon-font-code-menu: '#{icons.get-icon-glyph(menu)}';
|
|
56
56
|
--ag-icon-font-code-minimize: '#{icons.get-icon-glyph(minimize)}';
|
|
57
57
|
--ag-icon-font-code-next: '#{icons.get-icon-glyph(chevron-right)}';
|
|
58
|
-
--ag-icon-font-code-none: '#{icons.get-icon-glyph(
|
|
58
|
+
--ag-icon-font-code-none: '#{icons.get-icon-glyph(sortable)}';
|
|
59
59
|
--ag-icon-font-code-not-allowed: '#{icons.get-icon-glyph(blocked)}';
|
|
60
|
-
--ag-icon-font-code-paste: '#{icons.get-icon-glyph(
|
|
60
|
+
--ag-icon-font-code-paste: '#{icons.get-icon-glyph(paste)}';
|
|
61
61
|
--ag-icon-font-code-pin: '#{icons.get-icon-glyph(pin)}';
|
|
62
62
|
--ag-icon-font-code-pivot: '#{icons.get-icon-glyph(placeholder)}';
|
|
63
63
|
--ag-icon-font-code-previous: '#{icons.get-icon-glyph(chevron-left)}';
|
package/scss/theme.scss
CHANGED
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
|
|
24
24
|
--ag-icon-size: #{typography.get-font-size(1)};
|
|
25
25
|
--ag-icon-font-family: #{icons.get-font-family()};
|
|
26
|
-
--ag-icon-font-code-aggregation: '#{icons.get-icon-glyph(
|
|
27
|
-
--ag-icon-font-code-arrows: '#{icons.get-icon-glyph(
|
|
26
|
+
--ag-icon-font-code-aggregation: '#{icons.get-icon-glyph(aggregation)}';
|
|
27
|
+
--ag-icon-font-code-arrows: '#{icons.get-icon-glyph(chevrons)}';
|
|
28
28
|
--ag-icon-font-code-asc: '#{icons.get-icon-glyph(ascending)}';
|
|
29
29
|
--ag-icon-font-code-cancel: '#{icons.get-icon-glyph(close)}';
|
|
30
30
|
--ag-icon-font-code-chart: '#{icons.get-icon-glyph(placeholder)}';
|
|
31
31
|
--ag-icon-font-code-checkbox-checked: '#{icons.get-icon-glyph(check)}';
|
|
32
32
|
--ag-icon-font-code-checkbox-indeterminate: '#{icons.get-icon-glyph(minus)}';
|
|
33
33
|
--ag-icon-font-code-checkbox-unchecked: '';
|
|
34
|
-
--ag-icon-font-code-color-picker: '#{icons.get-icon-glyph(
|
|
35
|
-
--ag-icon-font-code-columns: '#{icons.get-icon-glyph(
|
|
34
|
+
--ag-icon-font-code-color-picker: '#{icons.get-icon-glyph(colorpicker)}';
|
|
35
|
+
--ag-icon-font-code-columns: '#{icons.get-icon-glyph(column)}';
|
|
36
36
|
--ag-icon-font-code-contracted: '#{icons.get-icon-glyph(chevron-right)}';
|
|
37
37
|
--ag-icon-font-code-copy: '#{icons.get-icon-glyph(copy-content)}';
|
|
38
38
|
--ag-icon-font-code-cut: '#{icons.get-icon-glyph(cut)}';
|
|
@@ -41,23 +41,23 @@
|
|
|
41
41
|
--ag-icon-font-code-desc: '#{icons.get-icon-glyph(descending)}';
|
|
42
42
|
--ag-icon-font-code-excel: '#{icons.get-icon-glyph(file-excel)}';
|
|
43
43
|
--ag-icon-font-code-expanded: '#{icons.get-icon-glyph(chevron-left)}';
|
|
44
|
-
--ag-icon-font-code-eye-slash: '#{icons.get-icon-glyph(
|
|
45
|
-
--ag-icon-font-code-eye: '#{icons.get-icon-glyph(
|
|
44
|
+
--ag-icon-font-code-eye-slash: '#{icons.get-icon-glyph(view-off)}';
|
|
45
|
+
--ag-icon-font-code-eye: '#{icons.get-icon-glyph(view)}';
|
|
46
46
|
--ag-icon-font-code-filter: '#{icons.get-icon-glyph(filter)}';
|
|
47
47
|
--ag-icon-font-code-first: '#{icons.get-icon-glyph(chevron-left-end)}';
|
|
48
48
|
--ag-icon-font-code-grip: '#{icons.get-icon-glyph(placeholder)}';
|
|
49
|
-
--ag-icon-font-code-group: '#{icons.get-icon-glyph(
|
|
49
|
+
--ag-icon-font-code-group: '#{icons.get-icon-glyph(group)}';
|
|
50
50
|
--ag-icon-font-code-last: '#{icons.get-icon-glyph(chevron-right-end)}';
|
|
51
51
|
--ag-icon-font-code-left: '#{icons.get-icon-glyph(arrow-left)}';
|
|
52
52
|
--ag-icon-font-code-linked: '#{icons.get-icon-glyph(placeholder)}';
|
|
53
|
-
--ag-icon-font-code-loading: '#{icons.get-icon-glyph(
|
|
53
|
+
--ag-icon-font-code-loading: '#{icons.get-icon-glyph(loading)}';
|
|
54
54
|
--ag-icon-font-code-maximize: '#{icons.get-icon-glyph(maximize)}';
|
|
55
55
|
--ag-icon-font-code-menu: '#{icons.get-icon-glyph(menu)}';
|
|
56
56
|
--ag-icon-font-code-minimize: '#{icons.get-icon-glyph(minimize)}';
|
|
57
57
|
--ag-icon-font-code-next: '#{icons.get-icon-glyph(chevron-right)}';
|
|
58
|
-
--ag-icon-font-code-none: '#{icons.get-icon-glyph(
|
|
58
|
+
--ag-icon-font-code-none: '#{icons.get-icon-glyph(sortable)}';
|
|
59
59
|
--ag-icon-font-code-not-allowed: '#{icons.get-icon-glyph(blocked)}';
|
|
60
|
-
--ag-icon-font-code-paste: '#{icons.get-icon-glyph(
|
|
60
|
+
--ag-icon-font-code-paste: '#{icons.get-icon-glyph(paste)}';
|
|
61
61
|
--ag-icon-font-code-pin: '#{icons.get-icon-glyph(pin)}';
|
|
62
62
|
--ag-icon-font-code-pivot: '#{icons.get-icon-glyph(placeholder)}';
|
|
63
63
|
--ag-icon-font-code-previous: '#{icons.get-icon-glyph(chevron-left)}';
|