@onecx/angular-accelerator 5.11.1 → 5.12.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/assets/i18n/primeng/de.json +191 -0
- package/assets/i18n/primeng/en.json +131 -0
- package/esm2022/lib/angular-accelerator-primeng.module.mjs +12 -5
- package/esm2022/lib/angular-accelerator.module.mjs +4 -4
- package/esm2022/lib/components/column-group-selection/column-group-selection.component.mjs +3 -3
- package/esm2022/lib/components/custom-group-column-selector/custom-group-column-selector.component.mjs +3 -3
- package/esm2022/lib/components/data-layout-selection/data-layout-selection.component.mjs +3 -3
- package/esm2022/lib/components/data-list-grid/data-list-grid.component.mjs +3 -3
- package/esm2022/lib/components/data-list-grid-sorting/data-list-grid-sorting.component.mjs +3 -3
- package/esm2022/lib/components/data-table/data-table.component.mjs +71 -35
- package/esm2022/lib/components/data-view/data-view.component.mjs +10 -5
- package/esm2022/lib/components/diagram/diagram.component.mjs +3 -3
- package/esm2022/lib/components/group-by-count-diagram/group-by-count-diagram.component.mjs +3 -3
- package/esm2022/lib/components/interactive-data-view/interactive-data-view.component.mjs +10 -5
- package/esm2022/lib/components/page-header/page-header.component.mjs +3 -3
- package/esm2022/lib/components/search-config/search-config.component.mjs +3 -3
- package/esm2022/lib/components/search-header/search-header.component.mjs +3 -3
- package/esm2022/lib/directives/advanced.directive.mjs +3 -3
- package/esm2022/lib/directives/if-breakpoint.directive.mjs +3 -3
- package/esm2022/lib/directives/if-permission.directive.mjs +3 -3
- package/esm2022/lib/directives/src.directive.mjs +3 -3
- package/esm2022/lib/directives/tooltipOnOverflow.directive.mjs +3 -3
- package/esm2022/lib/pipes/dynamic.pipe.mjs +3 -3
- package/esm2022/lib/pipes/ocxtimeago.pipe.mjs +3 -3
- package/esm2022/lib/services/app-config-service.mjs +3 -3
- package/esm2022/lib/services/breadcrumb.service.mjs +3 -3
- package/esm2022/lib/services/translation-cache.service.mjs +3 -3
- package/esm2022/lib/utils/create-translate-loader.utils.mjs +3 -1
- package/esm2022/lib/utils/dateutils.mjs +3 -3
- package/fesm2022/onecx-angular-accelerator.mjs +164 -109
- package/fesm2022/onecx-angular-accelerator.mjs.map +1 -1
- package/lib/angular-accelerator-primeng.module.d.ts +15 -14
- package/lib/components/data-table/data-table.component.d.ts +16 -13
- package/lib/components/data-view/data-view.component.d.ts +3 -1
- package/lib/components/interactive-data-view/interactive-data-view.component.d.ts +3 -1
- package/package.json +1 -1
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
{
|
|
2
|
+
"primeng": {
|
|
3
|
+
"accept": "Ja",
|
|
4
|
+
"addRule": "Regel hinzufügen",
|
|
5
|
+
"am": "am",
|
|
6
|
+
"apply": "Übernehmen",
|
|
7
|
+
"cancel": "Abbrechen",
|
|
8
|
+
"choose": "Auswählen",
|
|
9
|
+
"chooseDate": "Datum wählen",
|
|
10
|
+
"chooseMonth": "Monat wählen",
|
|
11
|
+
"chooseYear": "Jahr wählen",
|
|
12
|
+
"clear": "Löschen",
|
|
13
|
+
"completed": "Abgeschlossen",
|
|
14
|
+
"contains": "Enthält",
|
|
15
|
+
"custom": "Benutzerdefiniert",
|
|
16
|
+
"dateAfter": "Datum ist nach",
|
|
17
|
+
"dateBefore": "Datum ist vor",
|
|
18
|
+
"dateFormat": "dd.mm.yy",
|
|
19
|
+
"dateIs": "Datum ist",
|
|
20
|
+
"dateIsNot": "Datum ist nicht",
|
|
21
|
+
"dayNames": [
|
|
22
|
+
"Sonntag",
|
|
23
|
+
"Montag",
|
|
24
|
+
"Dienstag",
|
|
25
|
+
"Mittwoch",
|
|
26
|
+
"Donnerstag",
|
|
27
|
+
"Freitag",
|
|
28
|
+
"Samstag"
|
|
29
|
+
],
|
|
30
|
+
"dayNamesMin": [
|
|
31
|
+
"So",
|
|
32
|
+
"Mo",
|
|
33
|
+
"Di",
|
|
34
|
+
"Mi",
|
|
35
|
+
"Do",
|
|
36
|
+
"Fr",
|
|
37
|
+
"Sa"
|
|
38
|
+
],
|
|
39
|
+
"dayNamesShort": [
|
|
40
|
+
"Son",
|
|
41
|
+
"Mon",
|
|
42
|
+
"Die",
|
|
43
|
+
"Mit",
|
|
44
|
+
"Don",
|
|
45
|
+
"Fre",
|
|
46
|
+
"Sam"
|
|
47
|
+
],
|
|
48
|
+
"emptyFilterMessage": "Keine Ergebnisse gefunden",
|
|
49
|
+
"emptyMessage": "Keine Einträge gefunden",
|
|
50
|
+
"emptySearchMessage": "Keine Ergebnisse gefunden",
|
|
51
|
+
"emptySelectionMessage": "Kein ausgewähltes Element",
|
|
52
|
+
"endsWith": "Endet mit",
|
|
53
|
+
"equals": "Ist gleich",
|
|
54
|
+
"fileSizeTypes": [
|
|
55
|
+
"B",
|
|
56
|
+
"KB",
|
|
57
|
+
"MB",
|
|
58
|
+
"GB",
|
|
59
|
+
"TB",
|
|
60
|
+
"PB",
|
|
61
|
+
"EB",
|
|
62
|
+
"ZB",
|
|
63
|
+
"YB"
|
|
64
|
+
],
|
|
65
|
+
"filter": "Filtern",
|
|
66
|
+
"firstDayOfWeek": 1,
|
|
67
|
+
"gt": "Größer als",
|
|
68
|
+
"gte": "Größer oder gleich",
|
|
69
|
+
"lt": "Kleiner als",
|
|
70
|
+
"lte": "Kleiner oder gleich",
|
|
71
|
+
"matchAll": "Passt auf alle",
|
|
72
|
+
"matchAny": "Passt auf einige",
|
|
73
|
+
"medium": "Mittel",
|
|
74
|
+
"monthNames": [
|
|
75
|
+
"Januar",
|
|
76
|
+
"Februar",
|
|
77
|
+
"März",
|
|
78
|
+
"April",
|
|
79
|
+
"Mai",
|
|
80
|
+
"Juni",
|
|
81
|
+
"Juli",
|
|
82
|
+
"August",
|
|
83
|
+
"September",
|
|
84
|
+
"Oktober",
|
|
85
|
+
"November",
|
|
86
|
+
"Dezember"
|
|
87
|
+
],
|
|
88
|
+
"monthNamesShort": [
|
|
89
|
+
"Jan",
|
|
90
|
+
"Feb",
|
|
91
|
+
"Mär",
|
|
92
|
+
"Apr",
|
|
93
|
+
"Mai",
|
|
94
|
+
"Jun",
|
|
95
|
+
"Jul",
|
|
96
|
+
"Aug",
|
|
97
|
+
"Sep",
|
|
98
|
+
"Okt",
|
|
99
|
+
"Nov",
|
|
100
|
+
"Dez"
|
|
101
|
+
],
|
|
102
|
+
"nextDecade": "Nächstes Jahrzehnt",
|
|
103
|
+
"nextHour": "Nächste Stunde",
|
|
104
|
+
"nextMinute": "Nächste Minute",
|
|
105
|
+
"nextMonth": "Nächster Monat",
|
|
106
|
+
"nextSecond": "Nächste Sekunde",
|
|
107
|
+
"nextYear": "Nächstes Jahr",
|
|
108
|
+
"noFilter": "Kein Filter",
|
|
109
|
+
"notContains": "Enthält nicht",
|
|
110
|
+
"notEquals": "Ist ungleich",
|
|
111
|
+
"now": "Jetzt",
|
|
112
|
+
"passwordPrompt": "Passwort eingeben",
|
|
113
|
+
"pending": "Ausstehend",
|
|
114
|
+
"pm": "pm",
|
|
115
|
+
"prevDecade": "Vorheriges Jahrzehnt",
|
|
116
|
+
"prevHour": "Vorherige Stunde",
|
|
117
|
+
"prevMinute": "Vorherige Minute",
|
|
118
|
+
"prevMonth": "Vorheriger Monat",
|
|
119
|
+
"prevSecond": "Vorherige Sekunde",
|
|
120
|
+
"prevYear": "Vorheriges Jahr",
|
|
121
|
+
"reject": "Nein",
|
|
122
|
+
"removeRule": "Regel entfernen",
|
|
123
|
+
"searchMessage": "{0} Ergebnisse verfügbar",
|
|
124
|
+
"selectionMessage": "{0} Elemente ausgewählt",
|
|
125
|
+
"showMonthAfterYear": false,
|
|
126
|
+
"startsWith": "Beginnt mit",
|
|
127
|
+
"strong": "Stark",
|
|
128
|
+
"today": "Heute",
|
|
129
|
+
"upload": "Hochladen",
|
|
130
|
+
"weak": "Schwach",
|
|
131
|
+
"weekHeader": "KW",
|
|
132
|
+
"aria": {
|
|
133
|
+
"cancelEdit": "Änderungen abbrechen",
|
|
134
|
+
"close": "Schließen",
|
|
135
|
+
"collapseLabel": "Einklappen",
|
|
136
|
+
"collapseRow": "Zeile reduziert",
|
|
137
|
+
"editRow": "Zeile bearbeiten",
|
|
138
|
+
"expandLabel": "Ausklappen",
|
|
139
|
+
"expandRow": "Zeile erweitert",
|
|
140
|
+
"falseLabel": "Falsch",
|
|
141
|
+
"filterConstraint": "Filterbeschränkung",
|
|
142
|
+
"filterOperator": "Filteroperator",
|
|
143
|
+
"firstPageLabel": "Erste Seite",
|
|
144
|
+
"gridView": "Rasteransicht",
|
|
145
|
+
"hideFilterMenu": "Filtermenü ausblenden",
|
|
146
|
+
"jumpToPageDropdownLabel": "Zum Dropdown-Menü springen",
|
|
147
|
+
"jumpToPageInputLabel": "Zum Eingabefeld springen",
|
|
148
|
+
"lastPageLabel": "Letzte Seite",
|
|
149
|
+
"listView": "Listenansicht",
|
|
150
|
+
"moveAllToSource": "Alle zur Quelle bewegen",
|
|
151
|
+
"moveAllToTarget": "Alle zum Ziel bewegen",
|
|
152
|
+
"moveBottom": "Zum Ende bewegen",
|
|
153
|
+
"moveDown": "Nach unten bewegen",
|
|
154
|
+
"moveTop": "Zum Anfang bewegen",
|
|
155
|
+
"moveToSource": "Zur Quelle bewegen",
|
|
156
|
+
"moveToTarget": "Zum Ziel bewegen",
|
|
157
|
+
"moveUp": "Nach oben bewegen",
|
|
158
|
+
"navigation": "Navigation",
|
|
159
|
+
"next": "Nächste",
|
|
160
|
+
"nextPageLabel": "Nächste Seite",
|
|
161
|
+
"nullLabel": "Nicht ausgewählt",
|
|
162
|
+
"otpLabel": "Bitte geben Sie das Einmalkennwortzeichen {0} ein.",
|
|
163
|
+
"pageLabel": "Seite {page}",
|
|
164
|
+
"passwordHide": "Passwort verbergen",
|
|
165
|
+
"passwordShow": "Passwort anzeigen",
|
|
166
|
+
"previous": "Vorherige",
|
|
167
|
+
"previousPageLabel": "Vorherige Seite",
|
|
168
|
+
"removeLabel": "Entfernen",
|
|
169
|
+
"rotateLeft": "Nach links drehen",
|
|
170
|
+
"rotateRight": "Nach rechts drehen",
|
|
171
|
+
"rowsPerPageLabel": "Zeilen pro Seite",
|
|
172
|
+
"saveEdit": "Änderungen speichern",
|
|
173
|
+
"scrollTop": "Nach oben scrollen",
|
|
174
|
+
"selectAll": "Alle Elemente ausgewählt",
|
|
175
|
+
"selectLabel": "Auswählen",
|
|
176
|
+
"selectRow": "Zeile ausgewählt",
|
|
177
|
+
"showFilterMenu": "Filtermenü anzeigen",
|
|
178
|
+
"slide": "Folie",
|
|
179
|
+
"slideNumber": "{slideNumber}",
|
|
180
|
+
"star": "1 Stern",
|
|
181
|
+
"stars": "{star} Sterne",
|
|
182
|
+
"trueLabel": "Wahr",
|
|
183
|
+
"unselectAll": "Alle Elemente abgewählt",
|
|
184
|
+
"unselectLabel": "Auswahl aufheben",
|
|
185
|
+
"unselectRow": "Zeile abgewählt",
|
|
186
|
+
"zoomImage": "Bild vergrößern",
|
|
187
|
+
"zoomIn": "Vergrößern",
|
|
188
|
+
"zoomOut": "Verkleinern"
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
{
|
|
2
|
+
"primeng":{
|
|
3
|
+
"accept": "Yes",
|
|
4
|
+
"addRule": "Add Rule",
|
|
5
|
+
"am": "AM",
|
|
6
|
+
"apply": "Apply",
|
|
7
|
+
"cancel": "Cancel",
|
|
8
|
+
"choose": "Choose",
|
|
9
|
+
"chooseDate": "Choose Date",
|
|
10
|
+
"chooseMonth": "Choose Month",
|
|
11
|
+
"chooseYear": "Choose Year",
|
|
12
|
+
"clear": "Clear",
|
|
13
|
+
"completed": "Completed",
|
|
14
|
+
"contains": "Contains",
|
|
15
|
+
"custom": "Custom",
|
|
16
|
+
"dateAfter": "Date is after",
|
|
17
|
+
"dateBefore": "Date is before",
|
|
18
|
+
"dateFormat": "mm/dd/yy",
|
|
19
|
+
"dateIs": "Date is",
|
|
20
|
+
"dateIsNot": "Date is not",
|
|
21
|
+
"dayNames": ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
22
|
+
"dayNamesMin": ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
|
|
23
|
+
"dayNamesShort": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
|
24
|
+
"emptyFilterMessage": "No results found",
|
|
25
|
+
"emptyMessage": "No available options",
|
|
26
|
+
"emptySearchMessage": "No results found",
|
|
27
|
+
"emptySelectionMessage": "No selected item",
|
|
28
|
+
"endsWith": "Ends with",
|
|
29
|
+
"equals": "Equals",
|
|
30
|
+
"fileSizeTypes": ["B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"],
|
|
31
|
+
"filter": "Filter",
|
|
32
|
+
"firstDayOfWeek": 0,
|
|
33
|
+
"gt": "Greater than",
|
|
34
|
+
"gte": "Greater than or equal to",
|
|
35
|
+
"lt": "Less than",
|
|
36
|
+
"lte": "Less than or equal to",
|
|
37
|
+
"matchAll": "Match All",
|
|
38
|
+
"matchAny": "Match Any",
|
|
39
|
+
"medium": "Medium",
|
|
40
|
+
"monthNames": ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
|
|
41
|
+
"monthNamesShort": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
|
|
42
|
+
"nextDecade": "Next Decade",
|
|
43
|
+
"nextHour": "Next Hour",
|
|
44
|
+
"nextMinute": "Next Minute",
|
|
45
|
+
"nextMonth": "Next Month",
|
|
46
|
+
"nextSecond": "Next Second",
|
|
47
|
+
"nextYear": "Next Year",
|
|
48
|
+
"noFilter": "No Filter",
|
|
49
|
+
"notContains": "Not contains",
|
|
50
|
+
"notEquals": "Not equals",
|
|
51
|
+
"now": "Now",
|
|
52
|
+
"passwordPrompt": "Enter a password",
|
|
53
|
+
"pending": "Pending",
|
|
54
|
+
"pm": "PM",
|
|
55
|
+
"prevDecade": "Previous Decade",
|
|
56
|
+
"prevHour": "Previous Hour",
|
|
57
|
+
"prevMinute": "Previous Minute",
|
|
58
|
+
"prevMonth": "Previous Month",
|
|
59
|
+
"prevSecond": "Previous Second",
|
|
60
|
+
"prevYear": "Previous Year",
|
|
61
|
+
"reject": "No",
|
|
62
|
+
"removeRule": "Remove Rule",
|
|
63
|
+
"searchMessage": "{0} results are available",
|
|
64
|
+
"selectionMessage": "{0} items selected",
|
|
65
|
+
"showMonthAfterYear": false,
|
|
66
|
+
"startsWith": "Starts with",
|
|
67
|
+
"strong": "Strong",
|
|
68
|
+
"today": "Today",
|
|
69
|
+
"upload": "Upload",
|
|
70
|
+
"weak": "Weak",
|
|
71
|
+
"weekHeader": "Wk",
|
|
72
|
+
"aria": {
|
|
73
|
+
"cancelEdit": "Cancel Edit",
|
|
74
|
+
"close": "Close",
|
|
75
|
+
"collapseLabel": "Collapse",
|
|
76
|
+
"collapseRow": "Row Collapsed",
|
|
77
|
+
"editRow": "Edit Row",
|
|
78
|
+
"expandLabel": "Expand",
|
|
79
|
+
"expandRow": "Row Expanded",
|
|
80
|
+
"falseLabel": "False",
|
|
81
|
+
"filterConstraint": "Filter Constraint",
|
|
82
|
+
"filterOperator": "Filter Operator",
|
|
83
|
+
"firstPageLabel": "First Page",
|
|
84
|
+
"gridView": "Grid View",
|
|
85
|
+
"hideFilterMenu": "Hide Filter Menu",
|
|
86
|
+
"jumpToPageDropdownLabel": "Jump to Page Dropdown",
|
|
87
|
+
"jumpToPageInputLabel": "Jump to Page Input",
|
|
88
|
+
"lastPageLabel": "Last Page",
|
|
89
|
+
"listView": "List View",
|
|
90
|
+
"moveAllToSource": "Move All to Source",
|
|
91
|
+
"moveAllToTarget": "Move All to Target",
|
|
92
|
+
"moveBottom": "Move Bottom",
|
|
93
|
+
"moveDown": "Move Down",
|
|
94
|
+
"moveToSource": "Move to Source",
|
|
95
|
+
"moveToTarget": "Move to Target",
|
|
96
|
+
"moveTop": "Move Top",
|
|
97
|
+
"moveUp": "Move Up",
|
|
98
|
+
"navigation": "Navigation",
|
|
99
|
+
"next": "Next",
|
|
100
|
+
"nextPageLabel": "Next Page",
|
|
101
|
+
"nullLabel": "Not Selected",
|
|
102
|
+
"otpLabel": "Please enter one time password character {0}",
|
|
103
|
+
"pageLabel": "Page {page}",
|
|
104
|
+
"passwordHide": "Hide Password",
|
|
105
|
+
"passwordShow": "Show Password",
|
|
106
|
+
"previous": "Previous",
|
|
107
|
+
"previousPageLabel": "Previous Page",
|
|
108
|
+
"removeLabel": "Remove",
|
|
109
|
+
"rotateLeft": "Rotate Left",
|
|
110
|
+
"rotateRight": "Rotate Right",
|
|
111
|
+
"rowsPerPageLabel": "Rows per page",
|
|
112
|
+
"saveEdit": "Save Edit",
|
|
113
|
+
"scrollTop": "Scroll Top",
|
|
114
|
+
"selectAll": "All items selected",
|
|
115
|
+
"selectLabel": "Select",
|
|
116
|
+
"selectRow": "Row Selected",
|
|
117
|
+
"showFilterMenu": "Show Filter Menu",
|
|
118
|
+
"slide": "Slide",
|
|
119
|
+
"slideNumber": "{slideNumber}",
|
|
120
|
+
"star": "1 star",
|
|
121
|
+
"stars": "{star} stars",
|
|
122
|
+
"trueLabel": "True",
|
|
123
|
+
"unselectAll": "All items unselected",
|
|
124
|
+
"unselectLabel": "Unselect",
|
|
125
|
+
"unselectRow": "Row Unselected",
|
|
126
|
+
"zoomImage": "Zoom Image",
|
|
127
|
+
"zoomIn": "Zoom In",
|
|
128
|
+
"zoomOut": "Zoom Out"
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
@@ -13,10 +13,12 @@ import { BreadcrumbModule } from 'primeng/breadcrumb';
|
|
|
13
13
|
import { SkeletonModule } from 'primeng/skeleton';
|
|
14
14
|
import { MessageModule } from 'primeng/message';
|
|
15
15
|
import { SharedModule } from 'primeng/api';
|
|
16
|
+
import { CheckboxModule } from 'primeng/checkbox';
|
|
16
17
|
import * as i0 from "@angular/core";
|
|
17
18
|
export class AngularAcceleratorPrimeNgModule {
|
|
18
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
19
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
19
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AngularAcceleratorPrimeNgModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
20
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: AngularAcceleratorPrimeNgModule, imports: [BreadcrumbModule,
|
|
21
|
+
CheckboxModule,
|
|
20
22
|
DropdownModule,
|
|
21
23
|
ButtonModule,
|
|
22
24
|
DialogModule,
|
|
@@ -30,6 +32,7 @@ export class AngularAcceleratorPrimeNgModule {
|
|
|
30
32
|
SkeletonModule,
|
|
31
33
|
MessageModule,
|
|
32
34
|
SharedModule], exports: [BreadcrumbModule,
|
|
35
|
+
CheckboxModule,
|
|
33
36
|
DropdownModule,
|
|
34
37
|
ButtonModule,
|
|
35
38
|
DialogModule,
|
|
@@ -43,7 +46,8 @@ export class AngularAcceleratorPrimeNgModule {
|
|
|
43
46
|
SkeletonModule,
|
|
44
47
|
MessageModule,
|
|
45
48
|
SharedModule] }); }
|
|
46
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
49
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AngularAcceleratorPrimeNgModule, imports: [BreadcrumbModule,
|
|
50
|
+
CheckboxModule,
|
|
47
51
|
DropdownModule,
|
|
48
52
|
ButtonModule,
|
|
49
53
|
DialogModule,
|
|
@@ -57,6 +61,7 @@ export class AngularAcceleratorPrimeNgModule {
|
|
|
57
61
|
SkeletonModule,
|
|
58
62
|
MessageModule,
|
|
59
63
|
SharedModule, BreadcrumbModule,
|
|
64
|
+
CheckboxModule,
|
|
60
65
|
DropdownModule,
|
|
61
66
|
ButtonModule,
|
|
62
67
|
DialogModule,
|
|
@@ -71,11 +76,12 @@ export class AngularAcceleratorPrimeNgModule {
|
|
|
71
76
|
MessageModule,
|
|
72
77
|
SharedModule] }); }
|
|
73
78
|
}
|
|
74
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
79
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AngularAcceleratorPrimeNgModule, decorators: [{
|
|
75
80
|
type: NgModule,
|
|
76
81
|
args: [{
|
|
77
82
|
imports: [
|
|
78
83
|
BreadcrumbModule,
|
|
84
|
+
CheckboxModule,
|
|
79
85
|
DropdownModule,
|
|
80
86
|
ButtonModule,
|
|
81
87
|
DialogModule,
|
|
@@ -92,6 +98,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImpor
|
|
|
92
98
|
],
|
|
93
99
|
exports: [
|
|
94
100
|
BreadcrumbModule,
|
|
101
|
+
CheckboxModule,
|
|
95
102
|
DropdownModule,
|
|
96
103
|
ButtonModule,
|
|
97
104
|
DialogModule,
|
|
@@ -108,4 +115,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImpor
|
|
|
108
115
|
],
|
|
109
116
|
}]
|
|
110
117
|
}] });
|
|
111
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
118
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ndWxhci1hY2NlbGVyYXRvci1wcmltZW5nLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci1hY2NlbGVyYXRvci9zcmMvbGliL2FuZ3VsYXItYWNjZWxlcmF0b3ItcHJpbWVuZy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUN4QyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sa0JBQWtCLENBQUE7QUFDakQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBQzdDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQTtBQUM3QyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sa0JBQWtCLENBQUE7QUFDakQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sc0JBQXNCLENBQUE7QUFDekQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGtCQUFrQixDQUFBO0FBQ2pELE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFDM0MsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGNBQWMsQ0FBQTtBQUN6QyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQzNDLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHFCQUFxQixDQUFBO0FBQ3ZELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLG9CQUFvQixDQUFBO0FBQ3JELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQTtBQUNqRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0saUJBQWlCLENBQUE7QUFDL0MsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGFBQWEsQ0FBQTtBQUMxQyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sa0JBQWtCLENBQUE7O0FBc0NqRCxNQUFNLE9BQU8sK0JBQStCOzhHQUEvQiwrQkFBK0I7K0dBQS9CLCtCQUErQixZQWxDeEMsZ0JBQWdCO1lBQ2hCLGNBQWM7WUFDZCxjQUFjO1lBQ2QsWUFBWTtZQUNaLFlBQVk7WUFDWixjQUFjO1lBQ2Qsa0JBQWtCO1lBQ2xCLGNBQWM7WUFDZCxXQUFXO1lBQ1gsVUFBVTtZQUNWLFdBQVc7WUFDWCxpQkFBaUI7WUFDakIsY0FBYztZQUNkLGFBQWE7WUFDYixZQUFZLGFBR1osZ0JBQWdCO1lBQ2hCLGNBQWM7WUFDZCxjQUFjO1lBQ2QsWUFBWTtZQUNaLFlBQVk7WUFDWixjQUFjO1lBQ2Qsa0JBQWtCO1lBQ2xCLGNBQWM7WUFDZCxXQUFXO1lBQ1gsVUFBVTtZQUNWLFdBQVc7WUFDWCxpQkFBaUI7WUFDakIsY0FBYztZQUNkLGFBQWE7WUFDYixZQUFZOytHQUdILCtCQUErQixZQWxDeEMsZ0JBQWdCO1lBQ2hCLGNBQWM7WUFDZCxjQUFjO1lBQ2QsWUFBWTtZQUNaLFlBQVk7WUFDWixjQUFjO1lBQ2Qsa0JBQWtCO1lBQ2xCLGNBQWM7WUFDZCxXQUFXO1lBQ1gsVUFBVTtZQUNWLFdBQVc7WUFDWCxpQkFBaUI7WUFDakIsY0FBYztZQUNkLGFBQWE7WUFDYixZQUFZLEVBR1osZ0JBQWdCO1lBQ2hCLGNBQWM7WUFDZCxjQUFjO1lBQ2QsWUFBWTtZQUNaLFlBQVk7WUFDWixjQUFjO1lBQ2Qsa0JBQWtCO1lBQ2xCLGNBQWM7WUFDZCxXQUFXO1lBQ1gsVUFBVTtZQUNWLFdBQVc7WUFDWCxpQkFBaUI7WUFDakIsY0FBYztZQUNkLGFBQWE7WUFDYixZQUFZOzsyRkFHSCwrQkFBK0I7a0JBcEMzQyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxnQkFBZ0I7d0JBQ2hCLGNBQWM7d0JBQ2QsY0FBYzt3QkFDZCxZQUFZO3dCQUNaLFlBQVk7d0JBQ1osY0FBYzt3QkFDZCxrQkFBa0I7d0JBQ2xCLGNBQWM7d0JBQ2QsV0FBVzt3QkFDWCxVQUFVO3dCQUNWLFdBQVc7d0JBQ1gsaUJBQWlCO3dCQUNqQixjQUFjO3dCQUNkLGFBQWE7d0JBQ2IsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsZ0JBQWdCO3dCQUNoQixjQUFjO3dCQUNkLGNBQWM7d0JBQ2QsWUFBWTt3QkFDWixZQUFZO3dCQUNaLGNBQWM7d0JBQ2Qsa0JBQWtCO3dCQUNsQixjQUFjO3dCQUNkLFdBQVc7d0JBQ1gsVUFBVTt3QkFDVixXQUFXO3dCQUNYLGlCQUFpQjt3QkFDakIsY0FBYzt3QkFDZCxhQUFhO3dCQUNiLFlBQVk7cUJBQ2I7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBEcm9wZG93bk1vZHVsZSB9IGZyb20gJ3ByaW1lbmcvZHJvcGRvd24nXG5pbXBvcnQgeyBCdXR0b25Nb2R1bGUgfSBmcm9tICdwcmltZW5nL2J1dHRvbidcbmltcG9ydCB7IERpYWxvZ01vZHVsZSB9IGZyb20gJ3ByaW1lbmcvZGlhbG9nJ1xuaW1wb3J0IHsgUGlja0xpc3RNb2R1bGUgfSBmcm9tICdwcmltZW5nL3BpY2tsaXN0J1xuaW1wb3J0IHsgU2VsZWN0QnV0dG9uTW9kdWxlIH0gZnJvbSAncHJpbWVuZy9zZWxlY3RidXR0b24nXG5pbXBvcnQgeyBEYXRhVmlld01vZHVsZSB9IGZyb20gJ3ByaW1lbmcvZGF0YXZpZXcnXG5pbXBvcnQgeyBUYWJsZU1vZHVsZSB9IGZyb20gJ3ByaW1lbmcvdGFibGUnXG5pbXBvcnQgeyBNZW51TW9kdWxlIH0gZnJvbSAncHJpbWVuZy9tZW51J1xuaW1wb3J0IHsgQ2hhcnRNb2R1bGUgfSBmcm9tICdwcmltZW5nL2NoYXJ0J1xuaW1wb3J0IHsgTXVsdGlTZWxlY3RNb2R1bGUgfSBmcm9tICdwcmltZW5nL211bHRpc2VsZWN0J1xuaW1wb3J0IHsgQnJlYWRjcnVtYk1vZHVsZSB9IGZyb20gJ3ByaW1lbmcvYnJlYWRjcnVtYidcbmltcG9ydCB7IFNrZWxldG9uTW9kdWxlIH0gZnJvbSAncHJpbWVuZy9za2VsZXRvbidcbmltcG9ydCB7IE1lc3NhZ2VNb2R1bGUgfSBmcm9tICdwcmltZW5nL21lc3NhZ2UnXG5pbXBvcnQgeyBTaGFyZWRNb2R1bGUgfSBmcm9tICdwcmltZW5nL2FwaSdcbmltcG9ydCB7IENoZWNrYm94TW9kdWxlIH0gZnJvbSAncHJpbWVuZy9jaGVja2JveCdcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIEJyZWFkY3J1bWJNb2R1bGUsXG4gICAgQ2hlY2tib3hNb2R1bGUsXG4gICAgRHJvcGRvd25Nb2R1bGUsXG4gICAgQnV0dG9uTW9kdWxlLFxuICAgIERpYWxvZ01vZHVsZSxcbiAgICBQaWNrTGlzdE1vZHVsZSxcbiAgICBTZWxlY3RCdXR0b25Nb2R1bGUsXG4gICAgRGF0YVZpZXdNb2R1bGUsXG4gICAgVGFibGVNb2R1bGUsXG4gICAgTWVudU1vZHVsZSxcbiAgICBDaGFydE1vZHVsZSxcbiAgICBNdWx0aVNlbGVjdE1vZHVsZSxcbiAgICBTa2VsZXRvbk1vZHVsZSxcbiAgICBNZXNzYWdlTW9kdWxlLFxuICAgIFNoYXJlZE1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEJyZWFkY3J1bWJNb2R1bGUsXG4gICAgQ2hlY2tib3hNb2R1bGUsXG4gICAgRHJvcGRvd25Nb2R1bGUsXG4gICAgQnV0dG9uTW9kdWxlLFxuICAgIERpYWxvZ01vZHVsZSxcbiAgICBQaWNrTGlzdE1vZHVsZSxcbiAgICBTZWxlY3RCdXR0b25Nb2R1bGUsXG4gICAgRGF0YVZpZXdNb2R1bGUsXG4gICAgVGFibGVNb2R1bGUsXG4gICAgTWVudU1vZHVsZSxcbiAgICBDaGFydE1vZHVsZSxcbiAgICBNdWx0aVNlbGVjdE1vZHVsZSxcbiAgICBTa2VsZXRvbk1vZHVsZSxcbiAgICBNZXNzYWdlTW9kdWxlLFxuICAgIFNoYXJlZE1vZHVsZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQW5ndWxhckFjY2VsZXJhdG9yUHJpbWVOZ01vZHVsZSB7fVxuIl19
|
|
@@ -41,8 +41,8 @@ function appInitializer(userService) {
|
|
|
41
41
|
};
|
|
42
42
|
}
|
|
43
43
|
export class AngularAcceleratorModule {
|
|
44
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
45
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
44
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AngularAcceleratorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
45
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: AngularAcceleratorModule, declarations: [ColumnGroupSelectionComponent,
|
|
46
46
|
CustomGroupColumnSelectorComponent,
|
|
47
47
|
DataLayoutSelectionComponent,
|
|
48
48
|
DataListGridSortingComponent,
|
|
@@ -84,7 +84,7 @@ export class AngularAcceleratorModule {
|
|
|
84
84
|
OcxTimeAgoPipe,
|
|
85
85
|
AdvancedDirective,
|
|
86
86
|
TooltipOnOverflowDirective] }); }
|
|
87
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
87
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AngularAcceleratorModule, providers: [
|
|
88
88
|
{
|
|
89
89
|
provide: LOCALE_ID,
|
|
90
90
|
useClass: DynamicLocaleId,
|
|
@@ -108,7 +108,7 @@ export class AngularAcceleratorModule {
|
|
|
108
108
|
RouterModule,
|
|
109
109
|
ReactiveFormsModule] }); }
|
|
110
110
|
}
|
|
111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AngularAcceleratorModule, decorators: [{
|
|
112
112
|
type: NgModule,
|
|
113
113
|
args: [{
|
|
114
114
|
imports: [
|
|
@@ -63,10 +63,10 @@ export class ColumnGroupSelectionComponent {
|
|
|
63
63
|
displayedColumns: activeColumns
|
|
64
64
|
});
|
|
65
65
|
}
|
|
66
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
67
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
66
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ColumnGroupSelectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
67
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: ColumnGroupSelectionComponent, selector: "ocx-column-group-selection", inputs: { selectedGroupKey: "selectedGroupKey", columns: "columns", placeholderKey: "placeholderKey", defaultGroupKey: "defaultGroupKey", customGroupKey: "customGroupKey" }, outputs: { groupSelectionChanged: "groupSelectionChanged", componentStateChanged: "componentStateChanged" }, ngImport: i0, template: "<span class=\"p-float-label\">\n <p-dropdown\n id=\"columnGroupSelectionDropdown\"\n *ngIf=\"(allGroupKeys$ | async)?.length\"\n (onClear)=\"clearGroupSelection()\"\n (onChange)=\"changeGroupSelection($event)\"\n [options]=\"(allGroupKeys$ | async) || []\"\n [placeholder]=\"placeholderKey | translate\"\n [showClear]=\"selectedGroupKey !== defaultGroupKey\"\n [(ngModel)]=\"selectedGroupKey\"\n >\n <ng-template let-item pTemplate=\"item\"> {{ item ? (item | translate) : ''}} </ng-template>\n <ng-template let-item pTemplate=\"selectedItem\"> {{ item ? (item | translate) : ''}} </ng-template>\n </p-dropdown>\n <label *ngIf=\"(allGroupKeys$ | async)?.length\" for=\"columnGroupSelectionDropdown\"\n >{{ (\"OCX_CUSTOM_GROUP_COLUMN_SELECTOR.DROPDOWN_LABEL\" | translate) }}</label\n >\n</span>\n", styles: [":host ::ng-deep .p-dropdown{min-width:12rem}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i3.Dropdown, selector: "p-dropdown", inputs: ["id", "scrollHeight", "filter", "name", "style", "panelStyle", "styleClass", "panelStyleClass", "readonly", "required", "editable", "appendTo", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "variant", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "autoDisplayFirst", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "maxlength", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "disabled", "itemSize", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "filterValue", "options"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: i5.TranslatePipe, name: "translate" }] }); }
|
|
68
68
|
}
|
|
69
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
69
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ColumnGroupSelectionComponent, decorators: [{
|
|
70
70
|
type: Component,
|
|
71
71
|
args: [{ selector: 'ocx-column-group-selection', template: "<span class=\"p-float-label\">\n <p-dropdown\n id=\"columnGroupSelectionDropdown\"\n *ngIf=\"(allGroupKeys$ | async)?.length\"\n (onClear)=\"clearGroupSelection()\"\n (onChange)=\"changeGroupSelection($event)\"\n [options]=\"(allGroupKeys$ | async) || []\"\n [placeholder]=\"placeholderKey | translate\"\n [showClear]=\"selectedGroupKey !== defaultGroupKey\"\n [(ngModel)]=\"selectedGroupKey\"\n >\n <ng-template let-item pTemplate=\"item\"> {{ item ? (item | translate) : ''}} </ng-template>\n <ng-template let-item pTemplate=\"selectedItem\"> {{ item ? (item | translate) : ''}} </ng-template>\n </p-dropdown>\n <label *ngIf=\"(allGroupKeys$ | async)?.length\" for=\"columnGroupSelectionDropdown\"\n >{{ (\"OCX_CUSTOM_GROUP_COLUMN_SELECTOR.DROPDOWN_LABEL\" | translate) }}</label\n >\n</span>\n", styles: [":host ::ng-deep .p-dropdown{min-width:12rem}\n"] }]
|
|
72
72
|
}], propDecorators: { selectedGroupKey: [{
|
|
@@ -99,10 +99,10 @@ export class CustomGroupColumnSelectorComponent {
|
|
|
99
99
|
onCancelClick() {
|
|
100
100
|
this.visible = false;
|
|
101
101
|
}
|
|
102
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
103
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
102
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: CustomGroupColumnSelectorComponent, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
103
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: CustomGroupColumnSelectorComponent, selector: "ocx-custom-group-column-selector", inputs: { columns: "columns", displayedColumns: "displayedColumns", dialogTitle: "dialogTitle", openButtonTitle: "openButtonTitle", saveButtonLabel: "saveButtonLabel", cancelButtonLabel: "cancelButtonLabel", activeColumnsLabel: "activeColumnsLabel", inactiveColumnsLabel: "inactiveColumnsLabel", frozenActionColumn: "frozenActionColumn", actionColumnPosition: "actionColumnPosition" }, outputs: { columnSelectionChanged: "columnSelectionChanged", actionColumnConfigChanged: "actionColumnConfigChanged", componentStateChanged: "componentStateChanged" }, ngImport: i0, template: "<p-button\n id=\"customGroupColumnSelectorButton\"\n type=\"button\"\n (onClick)=\"onOpenCustomGroupColumnSelectionDialogClick()\"\n [title]=\"openButtonTitle || ('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.OPEN_BUTTON_DETAIL' | translate)\"\n icon=\"pi pi-cog\"\n styleClass=\"p-button\"\n [attr.aria-label]=\"openButtonTitle || ('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.OPEN_BUTTON_DETAIL' | translate)\"\n></p-button>\n\n<p-dialog header=\"Header\" [(visible)]=\"visible\" [style]=\"{ width: '70%' }\" [modal]=\"true\" [closeAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.CLOSE' | translate)\">\n <ng-template pTemplate=\"header\">\n <span class=\"text-xl font-bold\"\n >{{ dialogTitle || ('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.DIALOG_TITLE' | translate) }}</span\n >\n </ng-template>\n\n <p-pickList\n [source]=\"displayedColumnsModel\"\n [target]=\"hiddenColumnsModel\"\n [sourceHeader]=\"activeColumnsLabel || ('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ACTIVE_COLUMNS_LABEL' | translate)\"\n [targetHeader]=\"inactiveColumnsLabel || ('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.INACTIVE_COLUMNS_LABEL' | translate)\"\n [dragdrop]=\"true\"\n [responsive]=\"false\"\n [sourceStyle]=\"{ height: '300px' }\"\n [targetStyle]=\"{ height: '300px' }\"\n [upButtonAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.UP' | translate)\"\n [topButtonAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.TOP' | translate)\"\n [downButtonAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.DOWN' | translate)\"\n [bottomButtonAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.BOTTOM' | translate)\"\n [rightButtonAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.RIGHT' | translate)\"\n [allRightButtonAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.ALL_RIGHT' | translate)\"\n [leftButtonAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.LEFT' | translate)\"\n [allLeftButtonAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.ALL_LEFT' | translate)\"\n >\n <ng-template let-item pTemplate=\"item\">\n <div>{{ item.nameKey | translate }}</div>\n </ng-template>\n </p-pickList>\n\n <div class=\"pt-4\">\n <p class=\"text-xl font-bold\">{{'OCX_CUSTOM_GROUP_COLUMN_SELECTOR.CONFIGURE_ACTION_COLUMN.TITLE' | translate}}</p>\n <div class=\"flex gap-6 px-3\">\n <div>\n <p class=\"mb-1\">{{'OCX_CUSTOM_GROUP_COLUMN_SELECTOR.CONFIGURE_ACTION_COLUMN.FREEZE' | translate}}</p>\n <p-selectButton\n [options]=\"frozenOptions\"\n [(ngModel)]=\"frozenActionColumnModel\"\n optionLabel=\"label\"\n optionValue=\"value\"\n id=\"frozenActionColumn\"\n name=\"frozen-action-column-select-button\"\n >\n <ng-template let-option pTemplate> {{option.label | translate}} </ng-template>\n </p-selectButton>\n </div>\n <div>\n <p class=\"mb-1\">{{'OCX_CUSTOM_GROUP_COLUMN_SELECTOR.CONFIGURE_ACTION_COLUMN.POSITION' | translate}}</p>\n <p-selectButton\n [options]=\"alignmentOptions\"\n [(ngModel)]=\"actionColumnPositionModel\"\n optionLabel=\"label\"\n optionValue=\"value\"\n id=\"actionColumnPosition\"\n class=\"mt-2\"\n name=\"action-column-position-select-button\"\n >\n <ng-template let-option pTemplate> {{option.label | translate}} </ng-template>\n </p-selectButton>\n </div>\n </div>\n </div>\n\n <ng-template pTemplate=\"footer\">\n <p-button\n id=\"cancelButton\"\n (onClick)=\"onCancelClick()\"\n [label]=\"cancelButtonLabel || ('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.CANCEL_BUTTON_LABEL' | translate)\"\n styleClass=\"p-button\"\n ></p-button>\n <p-button\n id=\"saveButton\"\n (onClick)=\"onSaveClick()\"\n [label]=\"saveButtonLabel || ('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.SAVE_BUTTON_LABEL' | translate)\"\n ></p-button>\n </ng-template>\n</p-dialog>\n", styles: ["::ng-deep .p-buttonset .p-button{min-width:auto}::ng-deep .p-buttonset{display:flex}::ng-deep .p-picklist-item.cdk-drag-preview{z-index:2000!important}.p-button{height:100%}\n"], dependencies: [{ kind: "directive", type: i2.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i3.Button, selector: "p-button", inputs: ["type", "iconPos", "icon", "badge", "label", "disabled", "loading", "loadingIcon", "raised", "rounded", "text", "plain", "severity", "outlined", "link", "tabindex", "size", "style", "styleClass", "badgeClass", "ariaLabel", "autofocus"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "component", type: i4.Dialog, selector: "p-dialog", inputs: ["header", "draggable", "resizable", "positionLeft", "positionTop", "contentStyle", "contentStyleClass", "modal", "closeOnEscape", "dismissableMask", "rtl", "closable", "responsive", "appendTo", "breakpoints", "styleClass", "maskStyleClass", "maskStyle", "showHeader", "breakpoint", "blockScroll", "autoZIndex", "baseZIndex", "minX", "minY", "focusOnShow", "maximizable", "keepInViewport", "focusTrap", "transitionOptions", "closeIcon", "closeAriaLabel", "closeTabindex", "minimizeIcon", "maximizeIcon", "visible", "style", "position"], outputs: ["onShow", "onHide", "visibleChange", "onResizeInit", "onResizeEnd", "onDragEnd", "onMaximize"] }, { kind: "component", type: i5.PickList, selector: "p-pickList", inputs: ["source", "target", "sourceHeader", "tabindex", "rightButtonAriaLabel", "leftButtonAriaLabel", "allRightButtonAriaLabel", "allLeftButtonAriaLabel", "upButtonAriaLabel", "downButtonAriaLabel", "topButtonAriaLabel", "bottomButtonAriaLabel", "targetHeader", "responsive", "filterBy", "filterLocale", "trackBy", "sourceTrackBy", "targetTrackBy", "showSourceFilter", "showTargetFilter", "metaKeySelection", "dragdrop", "style", "styleClass", "sourceStyle", "targetStyle", "showSourceControls", "showTargetControls", "sourceFilterPlaceholder", "targetFilterPlaceholder", "disabled", "ariaSourceFilterLabel", "ariaTargetFilterLabel", "filterMatchMode", "stripedRows", "keepSelection", "breakpoint"], outputs: ["onMoveToSource", "onMoveAllToSource", "onMoveAllToTarget", "onMoveToTarget", "onSourceReorder", "onTargetReorder", "onSourceSelect", "onTargetSelect", "onSourceFilter", "onTargetFilter", "onFocus", "onBlur"] }, { kind: "component", type: i6.SelectButton, selector: "p-selectButton", inputs: ["options", "optionLabel", "optionValue", "optionDisabled", "unselectable", "tabindex", "multiple", "allowEmpty", "style", "styleClass", "ariaLabelledBy", "disabled", "dataKey", "autofocus"], outputs: ["onOptionClick", "onChange"] }, { kind: "directive", type: i7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i7.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "pipe", type: i1.TranslatePipe, name: "translate" }] }); }
|
|
104
104
|
}
|
|
105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: CustomGroupColumnSelectorComponent, decorators: [{
|
|
106
106
|
type: Component,
|
|
107
107
|
args: [{ selector: 'ocx-custom-group-column-selector', template: "<p-button\n id=\"customGroupColumnSelectorButton\"\n type=\"button\"\n (onClick)=\"onOpenCustomGroupColumnSelectionDialogClick()\"\n [title]=\"openButtonTitle || ('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.OPEN_BUTTON_DETAIL' | translate)\"\n icon=\"pi pi-cog\"\n styleClass=\"p-button\"\n [attr.aria-label]=\"openButtonTitle || ('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.OPEN_BUTTON_DETAIL' | translate)\"\n></p-button>\n\n<p-dialog header=\"Header\" [(visible)]=\"visible\" [style]=\"{ width: '70%' }\" [modal]=\"true\" [closeAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.CLOSE' | translate)\">\n <ng-template pTemplate=\"header\">\n <span class=\"text-xl font-bold\"\n >{{ dialogTitle || ('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.DIALOG_TITLE' | translate) }}</span\n >\n </ng-template>\n\n <p-pickList\n [source]=\"displayedColumnsModel\"\n [target]=\"hiddenColumnsModel\"\n [sourceHeader]=\"activeColumnsLabel || ('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ACTIVE_COLUMNS_LABEL' | translate)\"\n [targetHeader]=\"inactiveColumnsLabel || ('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.INACTIVE_COLUMNS_LABEL' | translate)\"\n [dragdrop]=\"true\"\n [responsive]=\"false\"\n [sourceStyle]=\"{ height: '300px' }\"\n [targetStyle]=\"{ height: '300px' }\"\n [upButtonAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.UP' | translate)\"\n [topButtonAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.TOP' | translate)\"\n [downButtonAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.DOWN' | translate)\"\n [bottomButtonAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.BOTTOM' | translate)\"\n [rightButtonAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.RIGHT' | translate)\"\n [allRightButtonAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.ALL_RIGHT' | translate)\"\n [leftButtonAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.LEFT' | translate)\"\n [allLeftButtonAriaLabel]=\"('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.ARIA_LABELS.ALL_LEFT' | translate)\"\n >\n <ng-template let-item pTemplate=\"item\">\n <div>{{ item.nameKey | translate }}</div>\n </ng-template>\n </p-pickList>\n\n <div class=\"pt-4\">\n <p class=\"text-xl font-bold\">{{'OCX_CUSTOM_GROUP_COLUMN_SELECTOR.CONFIGURE_ACTION_COLUMN.TITLE' | translate}}</p>\n <div class=\"flex gap-6 px-3\">\n <div>\n <p class=\"mb-1\">{{'OCX_CUSTOM_GROUP_COLUMN_SELECTOR.CONFIGURE_ACTION_COLUMN.FREEZE' | translate}}</p>\n <p-selectButton\n [options]=\"frozenOptions\"\n [(ngModel)]=\"frozenActionColumnModel\"\n optionLabel=\"label\"\n optionValue=\"value\"\n id=\"frozenActionColumn\"\n name=\"frozen-action-column-select-button\"\n >\n <ng-template let-option pTemplate> {{option.label | translate}} </ng-template>\n </p-selectButton>\n </div>\n <div>\n <p class=\"mb-1\">{{'OCX_CUSTOM_GROUP_COLUMN_SELECTOR.CONFIGURE_ACTION_COLUMN.POSITION' | translate}}</p>\n <p-selectButton\n [options]=\"alignmentOptions\"\n [(ngModel)]=\"actionColumnPositionModel\"\n optionLabel=\"label\"\n optionValue=\"value\"\n id=\"actionColumnPosition\"\n class=\"mt-2\"\n name=\"action-column-position-select-button\"\n >\n <ng-template let-option pTemplate> {{option.label | translate}} </ng-template>\n </p-selectButton>\n </div>\n </div>\n </div>\n\n <ng-template pTemplate=\"footer\">\n <p-button\n id=\"cancelButton\"\n (onClick)=\"onCancelClick()\"\n [label]=\"cancelButtonLabel || ('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.CANCEL_BUTTON_LABEL' | translate)\"\n styleClass=\"p-button\"\n ></p-button>\n <p-button\n id=\"saveButton\"\n (onClick)=\"onSaveClick()\"\n [label]=\"saveButtonLabel || ('OCX_CUSTOM_GROUP_COLUMN_SELECTOR.SAVE_BUTTON_LABEL' | translate)\"\n ></p-button>\n </ng-template>\n</p-dialog>\n", styles: ["::ng-deep .p-buttonset .p-button{min-width:auto}::ng-deep .p-buttonset{display:flex}::ng-deep .p-picklist-item.cdk-drag-preview{z-index:2000!important}.p-button{height:100%}\n"] }]
|
|
108
108
|
}], ctorParameters: () => [{ type: i1.TranslateService }], propDecorators: { columns: [{
|
|
@@ -37,10 +37,10 @@ export class DataLayoutSelectionComponent {
|
|
|
37
37
|
layout: event.layout
|
|
38
38
|
});
|
|
39
39
|
}
|
|
40
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
41
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
40
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: DataLayoutSelectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
41
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: DataLayoutSelectionComponent, selector: "ocx-data-layout-selection", inputs: { supportedViewLayouts: "supportedViewLayouts", layout: "layout" }, outputs: { dataViewLayoutChange: "dataViewLayoutChange", componentStateChanged: "componentStateChanged" }, ngImport: i0, template: "<div class=\"flex flex-wrap justify-content-between align-items-center py-1 gap-2\">\n <p-selectButton\n *ngIf=\"viewingLayouts.length > 1\"\n [options]=\"viewingLayouts\"\n [(ngModel)]=\"selectedViewLayout\"\n optionLabel=\"icon\"\n (onChange)=\"onDataViewLayoutChange($event.value)\"\n >\n <ng-template let-item pTemplate>\n <i [class]=\"item.icon\" [pTooltip]=\"item.title || (item.titleKey | translate)\" tooltipPosition=\"top\"></i>\n </ng-template>\n </p-selectButton>\n</div>\n", styles: ["::ng-deep .p-buttonset .p-button{min-width:auto}::ng-deep .p-buttonset{display:flex}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions"] }, { kind: "directive", type: i3.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i4.SelectButton, selector: "p-selectButton", inputs: ["options", "optionLabel", "optionValue", "optionDisabled", "unselectable", "tabindex", "multiple", "allowEmpty", "style", "styleClass", "ariaLabelledBy", "disabled", "dataKey", "autofocus"], outputs: ["onOptionClick", "onChange"] }, { kind: "directive", type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "pipe", type: i6.TranslatePipe, name: "translate" }] }); }
|
|
42
42
|
}
|
|
43
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: DataLayoutSelectionComponent, decorators: [{
|
|
44
44
|
type: Component,
|
|
45
45
|
args: [{ selector: 'ocx-data-layout-selection', template: "<div class=\"flex flex-wrap justify-content-between align-items-center py-1 gap-2\">\n <p-selectButton\n *ngIf=\"viewingLayouts.length > 1\"\n [options]=\"viewingLayouts\"\n [(ngModel)]=\"selectedViewLayout\"\n optionLabel=\"icon\"\n (onChange)=\"onDataViewLayoutChange($event.value)\"\n >\n <ng-template let-item pTemplate>\n <i [class]=\"item.icon\" [pTooltip]=\"item.title || (item.titleKey | translate)\" tooltipPosition=\"top\"></i>\n </ng-template>\n </p-selectButton>\n</div>\n", styles: ["::ng-deep .p-buttonset .p-button{min-width:auto}::ng-deep .p-buttonset{display:flex}\n"] }]
|
|
46
46
|
}], propDecorators: { supportedViewLayouts: [{
|