andoncloud-station-assignment-widget 1.0.3 → 1.0.4

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.
@@ -14,6 +14,15 @@ declare const resources: {
14
14
  refreshInterval: string;
15
15
  filters: string;
16
16
  advanced: string;
17
+ presenceStatus: string;
18
+ presenceStatusPresent: string;
19
+ presenceStatusNotPresent: string;
20
+ presenceStatusPresentElsewhere: string;
21
+ assignedWorkplace: string;
22
+ checkedInLocation: string;
23
+ checkedInTime: string;
24
+ workingFor: string;
25
+ unassignedOperator: string;
17
26
  };
18
27
  };
19
28
  pl: {
@@ -31,6 +40,15 @@ declare const resources: {
31
40
  refreshInterval: string;
32
41
  filters: string;
33
42
  advanced: string;
43
+ presenceStatus: string;
44
+ presenceStatusPresent: string;
45
+ presenceStatusNotPresent: string;
46
+ presenceStatusPresentElsewhere: string;
47
+ assignedWorkplace: string;
48
+ checkedInLocation: string;
49
+ checkedInTime: string;
50
+ workingFor: string;
51
+ unassignedOperator: string;
34
52
  };
35
53
  };
36
54
  };
package/dist/types.d.ts CHANGED
@@ -22,6 +22,7 @@ export interface WidgetSettings extends BaseWidgetSettings {
22
22
  export interface ViewState {
23
23
  date: string;
24
24
  shift: Shift;
25
+ isCurrentShift: boolean;
25
26
  }
26
27
  export interface WidgetViewProps extends BaseWidgetViewProps<WidgetData, WidgetSettings> {
27
28
  }
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const LIBRARY_VERSION = "1.0.3";
1
+ export declare const LIBRARY_VERSION = "1.0.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "andoncloud-station-assignment-widget",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Made with create-andoncloud-widget",
5
5
  "author": "Adrian Olszewski",
6
6
  "license": "MIT",
@@ -39,18 +39,18 @@
39
39
  "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
40
40
  "@emotion/react": "^11.14.0",
41
41
  "@emotion/styled": "^11.14.1",
42
- "@mui/icons-material": "^7.3.7",
43
- "@mui/lab": "^7.0.1-beta.21",
44
- "@mui/material": "^7.3.7",
45
- "@types/react": "^19.2.13",
42
+ "@mui/icons-material": "^7.3.8",
43
+ "@mui/lab": "^7.0.1-beta.22",
44
+ "@mui/material": "^7.3.8",
45
+ "@types/react": "^19.2.14",
46
46
  "actioncable": "^5.2.8",
47
- "andoncloud-dashboard-toolkit": "^1.5.12",
48
- "andoncloud-library-scripts": "^1.0.14",
47
+ "andoncloud-dashboard-toolkit": "^1.5.13",
48
+ "andoncloud-library-scripts": "^1.0.16",
49
49
  "andoncloud-sdk": "^1.7.5",
50
- "andoncloud-widget-base": "^1.2.9",
50
+ "andoncloud-widget-base": "^1.2.10",
51
51
  "eslint-config-andoncloud": "^1.0.0",
52
52
  "graphql-request": "^6.1.0",
53
- "i18next": "^25.8.4",
53
+ "i18next": "^25.8.10",
54
54
  "mobx": "^6.15.0",
55
55
  "mobx-react-lite": "^4.1.1",
56
56
  "npm-check-updates": "^19.3.2",