@inspark/inspark-components 14.0.46 → 14.0.47
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/full/esm2020/utils/gettextMarker.function.mjs +2 -2
- package/full/fesm2015/inspark-inspark-components.mjs +2 -2
- package/full/fesm2015/inspark-inspark-components.mjs.map +1 -1
- package/full/fesm2020/inspark-inspark-components.mjs +2 -2
- package/full/fesm2020/inspark-inspark-components.mjs.map +1 -1
- package/full/index.css +6 -6
- package/full/package.json +1 -1
- package/interface/package.json +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ } from "@biesbjerg/ngx-translate-extract
|
|
1
|
+
import { marker as _ } from "@biesbjerg/ngx-translate-extract-marker";
|
|
2
2
|
export function gettext(a) {
|
|
3
3
|
return _(a);
|
|
4
4
|
}
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0dGV4dE1hcmtlci5mdW5jdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2luc3BhcmstY29tcG9uZW50cy9zcmMvdXRpbHMvZ2V0dGV4dE1hcmtlci5mdW5jdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsTUFBTSxJQUFJLENBQUMsRUFBQyxNQUFNLHlDQUF5QyxDQUFDO0FBRXJFLE1BQU0sVUFBVSxPQUFPLENBQUMsQ0FBUztJQUMvQixPQUFPLENBQUMsQ0FBQyxDQUFDLENBQVcsQ0FBQztBQUN4QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgbWFya2VyIGFzIF99IGZyb20gXCJAYmllc2JqZXJnL25neC10cmFuc2xhdGUtZXh0cmFjdC1tYXJrZXJcIjtcblxuZXhwb3J0IGZ1bmN0aW9uIGdldHRleHQoYTogc3RyaW5nKSA6IHN0cmluZyB7XG4gIHJldHVybiBfKGEpIGFzIHN0cmluZztcbn1cbiJdfQ==
|
|
@@ -4,7 +4,7 @@ import * as i1 from '@ngx-translate/core';
|
|
|
4
4
|
import { TranslateModule } from '@ngx-translate/core';
|
|
5
5
|
export { TranslateModule } from '@ngx-translate/core';
|
|
6
6
|
import * as i1$1 from '@angular/platform-browser';
|
|
7
|
-
import {
|
|
7
|
+
import { marker } from '@biesbjerg/ngx-translate-extract-marker';
|
|
8
8
|
import * as i2 from 'primeng/api';
|
|
9
9
|
import { SharedModule } from 'primeng/api';
|
|
10
10
|
export { SharedModule } from 'primeng/api';
|
|
@@ -358,7 +358,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
358
358
|
}] });
|
|
359
359
|
|
|
360
360
|
function gettext(a) {
|
|
361
|
-
return
|
|
361
|
+
return marker(a);
|
|
362
362
|
}
|
|
363
363
|
|
|
364
364
|
class InsparkMessageService {
|