ontimize-web-ngx 15.0.2 → 15.0.3
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/tree/o-tree.component.mjs +5 -3
- package/fesm2015/ontimize-web-ngx.mjs +4 -2
- package/fesm2015/ontimize-web-ngx.mjs.map +1 -1
- package/fesm2020/ontimize-web-ngx.mjs +4 -2
- package/fesm2020/ontimize-web-ngx.mjs.map +1 -1
- package/lib/components/tree/o-tree.component.d.ts +2 -1
- package/package.json +1 -1
- package/theme.scss +69 -69
|
@@ -55,6 +55,7 @@ export declare class OTreeComponent extends AbstractOServiceComponent<OTreeCompo
|
|
|
55
55
|
onNodeExpanded: EventEmitter<any>;
|
|
56
56
|
onNodeCollapsed: EventEmitter<any>;
|
|
57
57
|
onLoadNextLevel: EventEmitter<any>;
|
|
58
|
+
onNodeClick: EventEmitter<any>;
|
|
58
59
|
rootTitle: string;
|
|
59
60
|
rootNodes: OTreeFlatNode[];
|
|
60
61
|
daoTree: OTreeDao;
|
|
@@ -107,5 +108,5 @@ export declare class OTreeComponent extends AbstractOServiceComponent<OTreeCompo
|
|
|
107
108
|
childQueryData(node: OTreeFlatNode): Observable<ServiceResponse> | Observable<any>;
|
|
108
109
|
protected navigateToViewDetail(node: OTreeFlatNode): void;
|
|
109
110
|
static ɵfac: i0.ɵɵFactoryDeclaration<OTreeComponent, [null, null, { optional: true; }]>;
|
|
110
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OTreeComponent, "o-tree", never, { "oattr": "attr"; "service": "service"; "entity": "entity"; "columns": "columns"; "keys": "keys"; "parentKeys": "parent-keys"; "queryMethod": "query-method"; "insertButton": "insert-button"; "refreshButton": "refresh-button"; "deleteButton": "delete-button"; "visibleColumns": "visible-columns"; "selectAllCheckbox": "select-all-checkbox"; "separator": "separator"; "parentColumn": "parent-column"; "sortColumn": "sort-column"; "selectAllCheckboxVisible": "select-all-checkbox-visible"; "filterCaseSensitive": "filter-case-sensitive"; "quickFilter": "quick-filter"; "quickFilterPlaceholder": "quick-filter-placeholder"; "quickFilterColumns": "quick-filter-columns"; "detailMode": "detail-mode"; "detailFormRoute": "detail-form-route"; "showButtonsText": "show-buttons-text"; "rootTitle": "root-title"; "recursive": "recursive"; "route": "route"; }, { "onNodeSelected": "onNodeSelected"; "onNodeExpanded": "onNodeExpanded"; "onNodeCollapsed": "onNodeCollapsed"; "onLoadNextLevel": "onLoadNextLevel"; "onDataLoaded": "onDataLoaded"; }, ["leafNodeTemplate", "parentNodeTemplate", "nodeTemplate", "treeNode"], ["[o-tree-button]"], false, never>;
|
|
111
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OTreeComponent, "o-tree", never, { "oattr": "attr"; "service": "service"; "entity": "entity"; "columns": "columns"; "keys": "keys"; "parentKeys": "parent-keys"; "queryMethod": "query-method"; "insertButton": "insert-button"; "refreshButton": "refresh-button"; "deleteButton": "delete-button"; "visibleColumns": "visible-columns"; "selectAllCheckbox": "select-all-checkbox"; "separator": "separator"; "parentColumn": "parent-column"; "sortColumn": "sort-column"; "selectAllCheckboxVisible": "select-all-checkbox-visible"; "filterCaseSensitive": "filter-case-sensitive"; "quickFilter": "quick-filter"; "quickFilterPlaceholder": "quick-filter-placeholder"; "quickFilterColumns": "quick-filter-columns"; "detailMode": "detail-mode"; "detailFormRoute": "detail-form-route"; "showButtonsText": "show-buttons-text"; "rootTitle": "root-title"; "recursive": "recursive"; "route": "route"; }, { "onNodeSelected": "onNodeSelected"; "onNodeExpanded": "onNodeExpanded"; "onNodeCollapsed": "onNodeCollapsed"; "onLoadNextLevel": "onLoadNextLevel"; "onDataLoaded": "onDataLoaded"; "onNodeClick": "onNodeClick"; }, ["leafNodeTemplate", "parentNodeTemplate", "nodeTemplate", "treeNode"], ["[o-tree-button]"], false, never>;
|
|
111
112
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ontimize-web-ngx",
|
|
3
3
|
"homepage": "https://github.com/OntimizeWeb/ontimize-web-ngx#readme",
|
|
4
|
-
"version": "15.0.
|
|
4
|
+
"version": "15.0.3",
|
|
5
5
|
"description": "Ontimize Web framework using Angular 15",
|
|
6
6
|
"bugs": "https://github.com/OntimizeWeb/ontimize-web-ngx/issues",
|
|
7
7
|
"author": "Imatia S.L.",
|
package/theme.scss
CHANGED
|
@@ -73,7 +73,74 @@
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
}@mixin o-
|
|
76
|
+
}@mixin o-bar-menu-theme($theme-or-color-config) {
|
|
77
|
+
$theme: map.get($theme-or-color-config, color);
|
|
78
|
+
$primary: map.get($theme, primary);
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
$bg-color: #FFF;
|
|
82
|
+
$fg-color: rgba(0, 0, 0, 0.7);
|
|
83
|
+
|
|
84
|
+
$item-bg-color-hover-dark: rgba(0, 0, 0, 0.16);
|
|
85
|
+
$item-bg-color-hover-light: rgba(255, 255, 255, 0.16);
|
|
86
|
+
|
|
87
|
+
.o-bar-menu {
|
|
88
|
+
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
89
|
+
|
|
90
|
+
nav {
|
|
91
|
+
.fake-ul {
|
|
92
|
+
.fake-ul {
|
|
93
|
+
background-color: $bg-color;
|
|
94
|
+
|
|
95
|
+
.mat-icon,
|
|
96
|
+
.o-bar-menu-group-title,
|
|
97
|
+
.o-bar-menu-item-title,
|
|
98
|
+
label.toggle {
|
|
99
|
+
color: $fg-color;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.fake-li {
|
|
103
|
+
background-color: $bg-color;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
a {
|
|
109
|
+
color: $bg-color;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
@media all and (min-width : 768px) {
|
|
114
|
+
nav .fake-ul {
|
|
115
|
+
.fake-li .fake-ul .fake-li-hover {
|
|
116
|
+
background: $item-bg-color-hover-dark;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.fake-li-hover {
|
|
120
|
+
background-color: $item-bg-color-hover-light;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
@media all and (max-width : 767px) {
|
|
126
|
+
nav {
|
|
127
|
+
a:hover {
|
|
128
|
+
background-color: rgba(255, 255, 255, 0.15);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.fake-ul {
|
|
132
|
+
border-top: 1px solid rgba(255, 255, 255, 0.5);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.toggle {
|
|
137
|
+
&:hover {
|
|
138
|
+
background-color: rgba(255, 255, 255, 0.15);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}@mixin o-app-sidenav-theme($theme-or-color-config) {
|
|
77
144
|
$theme: map.get($theme-or-color-config, color);
|
|
78
145
|
$primary: map.get($theme, primary);
|
|
79
146
|
$accent: map.get($theme, accent);
|
|
@@ -149,74 +216,7 @@
|
|
|
149
216
|
}
|
|
150
217
|
}
|
|
151
218
|
}
|
|
152
|
-
}@mixin o-
|
|
153
|
-
$theme: map.get($theme-or-color-config, color);
|
|
154
|
-
$primary: map.get($theme, primary);
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
$bg-color: #FFF;
|
|
158
|
-
$fg-color: rgba(0, 0, 0, 0.7);
|
|
159
|
-
|
|
160
|
-
$item-bg-color-hover-dark: rgba(0, 0, 0, 0.16);
|
|
161
|
-
$item-bg-color-hover-light: rgba(255, 255, 255, 0.16);
|
|
162
|
-
|
|
163
|
-
.o-bar-menu {
|
|
164
|
-
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
165
|
-
|
|
166
|
-
nav {
|
|
167
|
-
.fake-ul {
|
|
168
|
-
.fake-ul {
|
|
169
|
-
background-color: $bg-color;
|
|
170
|
-
|
|
171
|
-
.mat-icon,
|
|
172
|
-
.o-bar-menu-group-title,
|
|
173
|
-
.o-bar-menu-item-title,
|
|
174
|
-
label.toggle {
|
|
175
|
-
color: $fg-color;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.fake-li {
|
|
179
|
-
background-color: $bg-color;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
a {
|
|
185
|
-
color: $bg-color;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
@media all and (min-width : 768px) {
|
|
190
|
-
nav .fake-ul {
|
|
191
|
-
.fake-li .fake-ul .fake-li-hover {
|
|
192
|
-
background: $item-bg-color-hover-dark;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.fake-li-hover {
|
|
196
|
-
background-color: $item-bg-color-hover-light;
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
@media all and (max-width : 767px) {
|
|
202
|
-
nav {
|
|
203
|
-
a:hover {
|
|
204
|
-
background-color: rgba(255, 255, 255, 0.15);
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.fake-ul {
|
|
208
|
-
border-top: 1px solid rgba(255, 255, 255, 0.5);
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.toggle {
|
|
213
|
-
&:hover {
|
|
214
|
-
background-color: rgba(255, 255, 255, 0.15);
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
}@mixin o-breadcrumb-theme($theme-or-color-config) {
|
|
219
|
+
}@mixin o-breadcrumb-theme($theme-or-color-config) {
|
|
220
220
|
$theme: map.get($theme-or-color-config, color);
|
|
221
221
|
$primary: map.get($theme, primary);
|
|
222
222
|
$accent: map.get($theme, accent);
|