andoncloud-workplaces-state-timelines-widget 1.0.0 → 1.0.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/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import './i18n';
|
|
2
2
|
export { default as Widget } from './components/Widget';
|
|
3
|
-
export declare const getDisplayName: (lang: 'en' | 'pl') => "
|
|
3
|
+
export declare const getDisplayName: (lang: 'en' | 'pl') => "Status changes history" | "Historia zmian statusów" | "workplaces-state-timelines-widget";
|
|
4
4
|
export declare const permissions: never[];
|
package/dist/index.js
CHANGED
|
@@ -28151,10 +28151,10 @@ var Widget = function Widget(_ref) {
|
|
|
28151
28151
|
var getDisplayName = function getDisplayName(lang) {
|
|
28152
28152
|
switch (lang) {
|
|
28153
28153
|
case 'en':
|
|
28154
|
-
return '
|
|
28154
|
+
return 'Status changes history';
|
|
28155
28155
|
|
|
28156
28156
|
case 'pl':
|
|
28157
|
-
return '
|
|
28157
|
+
return 'Historia zmian statusów';
|
|
28158
28158
|
|
|
28159
28159
|
default:
|
|
28160
28160
|
return 'workplaces-state-timelines-widget';
|