@mediusinc/mng-commons 0.16.2 → 0.17.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/esm2020/lib/components/form/formly/fields/formly-field-table-dialog-form/formly-field-table-dialog-form.component.mjs +3 -3
- package/esm2020/lib/components/form/formly/fields/formly-field-table-dialog-multiselect/formly-field-table-dialog-multiselect.component.mjs +3 -3
- package/esm2020/lib/components/layout/topbar.component.mjs +3 -3
- package/esm2020/lib/components/tableview/table/table.component.mjs +3 -5
- package/esm2020/lib/descriptors/action.descriptor.mjs +3 -1
- package/esm2020/lib/pipes/enumerate-async.pipe.mjs +1 -2
- package/fesm2015/mediusinc-mng-commons.mjs +10 -11
- package/fesm2015/mediusinc-mng-commons.mjs.map +1 -1
- package/fesm2020/mediusinc-mng-commons.mjs +10 -11
- package/fesm2020/mediusinc-mng-commons.mjs.map +1 -1
- package/lib/components/tableview/table/table.component.d.ts +0 -1
- package/package.json +6 -6
- package/scss/mng-overrides/_layout_styles.scss +25 -0
- package/scss/mng-overrides/_theme_datatable.scss +15 -0
- package/scss/mng-overrides/_theme_tableview.scss +3 -3
- package/version-info.json +5 -5
|
@@ -65,7 +65,6 @@ export declare class MngTableComponent<T, S> implements OnInit, OnChanges, After
|
|
|
65
65
|
[s: string]: FilterMetadata;
|
|
66
66
|
};
|
|
67
67
|
infiniteScroll: boolean;
|
|
68
|
-
scrollHeight: 'flex' | null;
|
|
69
68
|
className: string;
|
|
70
69
|
tableFullHeightOffset: number | null;
|
|
71
70
|
rowHeight: number | null;
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mediusinc/mng-commons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "
|
|
6
|
-
"@angular/core": "
|
|
7
|
-
"@angular/forms": "
|
|
8
|
-
"@angular/router": "
|
|
5
|
+
"@angular/common": "^14.1.0",
|
|
6
|
+
"@angular/core": "^14.1.0",
|
|
7
|
+
"@angular/forms": "^14.1.0",
|
|
8
|
+
"@angular/router": "^14.1.0",
|
|
9
9
|
"@ngx-formly/core": "~6.0.0",
|
|
10
10
|
"@ngx-translate/core": "~14.0.0",
|
|
11
|
-
"primeng": "
|
|
11
|
+
"primeng": "^14.0.0"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"file-saver": "^2.0.5",
|
|
@@ -4,3 +4,28 @@
|
|
|
4
4
|
@import './_layout_action';
|
|
5
5
|
@import './_layout_radio';
|
|
6
6
|
@import './layout_topbar';
|
|
7
|
+
|
|
8
|
+
// general layout overrides
|
|
9
|
+
.layout-breadcrumb-container {
|
|
10
|
+
background-color: transparent;
|
|
11
|
+
|
|
12
|
+
.layout-breadcrumb {
|
|
13
|
+
padding-left: 10px;
|
|
14
|
+
|
|
15
|
+
@include mediaMinMd {
|
|
16
|
+
padding-left: 20px;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.layout-wrapper {
|
|
22
|
+
.layout-main {
|
|
23
|
+
.layout-main-content {
|
|
24
|
+
padding: 5px 10px;
|
|
25
|
+
|
|
26
|
+
@include mediaMinMd {
|
|
27
|
+
padding: 30px;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -50,8 +50,23 @@
|
|
|
50
50
|
padding-top: 0.1rem;
|
|
51
51
|
padding-bottom: 0.1rem;
|
|
52
52
|
}
|
|
53
|
+
|
|
54
|
+
&.p-frozen-column {
|
|
55
|
+
position: sticky;
|
|
56
|
+
z-index: 1;
|
|
57
|
+
background: transparent;
|
|
58
|
+
}
|
|
53
59
|
}
|
|
54
60
|
|
|
61
|
+
// TODO: uncomment, need to address mobile devices dooooh
|
|
62
|
+
//.p-datatable-tbody {
|
|
63
|
+
// > tr:not(:hover) {
|
|
64
|
+
// > td.p-frozen-column {
|
|
65
|
+
// visibility: hidden;
|
|
66
|
+
// }
|
|
67
|
+
// }
|
|
68
|
+
//}
|
|
69
|
+
|
|
55
70
|
&.p-datatable-lg .p-datatable-tbody > tr > td {
|
|
56
71
|
&.column-action {
|
|
57
72
|
padding-top: 0.15rem;
|
package/version-info.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mediusinc/mng-commons",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"tag": "v0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
|
+
"tag": "v0.17.0",
|
|
5
5
|
"distance": 0,
|
|
6
|
-
"hash": "
|
|
6
|
+
"hash": "32392869",
|
|
7
7
|
"dirty": false,
|
|
8
|
-
"semver": "0.
|
|
9
|
-
"raw": "v0.
|
|
8
|
+
"semver": "0.17.0",
|
|
9
|
+
"raw": "v0.17.0-32392869"
|
|
10
10
|
}
|