andoncloud-station-assignment-widget 1.0.6 → 1.0.7

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.
@@ -23,6 +23,17 @@ declare const resources: {
23
23
  checkedInTime: string;
24
24
  workingFor: string;
25
25
  unassignedOperator: string;
26
+ removeOperator: string;
27
+ statusOk: string;
28
+ statusMissing: string;
29
+ statusOvercapacity: string;
30
+ statusUnplanned: string;
31
+ overcapacity: string;
32
+ checkedInUnassigned: string;
33
+ assignHere: string;
34
+ unplannedStaffing: string;
35
+ presentElsewhereLabel: string;
36
+ unplannedSectionLabel: string;
26
37
  };
27
38
  };
28
39
  pl: {
@@ -49,6 +60,17 @@ declare const resources: {
49
60
  checkedInTime: string;
50
61
  workingFor: string;
51
62
  unassignedOperator: string;
63
+ removeOperator: string;
64
+ statusOk: string;
65
+ statusMissing: string;
66
+ statusOvercapacity: string;
67
+ statusUnplanned: string;
68
+ overcapacity: string;
69
+ checkedInUnassigned: string;
70
+ assignHere: string;
71
+ unplannedStaffing: string;
72
+ presentElsewhereLabel: string;
73
+ unplannedSectionLabel: string;
52
74
  };
53
75
  };
54
76
  };
@@ -1,5 +1,7 @@
1
1
  import { Shift } from 'andoncloud-dashboard-toolkit';
2
2
  import { ViewState } from '@/types';
3
+ export declare const makeShiftDateTime: (date: string, shift: Shift) => string;
4
+ export declare const extractDate: (dateTime: string) => string;
3
5
  export declare const getInitialState: (shifts: Shift[]) => ViewState | null;
4
6
  export declare const canNavigate: (currentState: ViewState, shifts: Shift[], direction: "prev" | "next") => boolean;
5
7
  export declare const navigateState: (currentState: ViewState, shifts: Shift[], direction: "prev" | "next") => ViewState;
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const LIBRARY_VERSION = "1.0.6";
1
+ export declare const LIBRARY_VERSION = "1.0.7";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "andoncloud-station-assignment-widget",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Made with create-andoncloud-widget",
5
5
  "author": "Adrian Olszewski",
6
6
  "license": "MIT",
@@ -39,27 +39,27 @@
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.8",
43
- "@mui/lab": "^7.0.1-beta.22",
44
- "@mui/material": "^7.3.8",
42
+ "@mui/icons-material": "^7.3.9",
43
+ "@mui/lab": "^7.0.1-beta.23",
44
+ "@mui/material": "^7.3.9",
45
45
  "@types/react": "^19.2.14",
46
46
  "actioncable": "^5.2.8",
47
- "andoncloud-dashboard-toolkit": "^1.5.13",
47
+ "andoncloud-dashboard-toolkit": "^1.5.18",
48
48
  "andoncloud-library-scripts": "^1.0.16",
49
- "andoncloud-sdk": "^1.7.5",
49
+ "andoncloud-sdk": "^1.7.7",
50
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.10",
53
+ "i18next": "^25.8.14",
54
54
  "mobx": "^6.15.0",
55
55
  "mobx-react-lite": "^4.1.1",
56
- "npm-check-updates": "^19.3.2",
56
+ "npm-check-updates": "^19.6.3",
57
57
  "npm-run-all": "^4.1.5",
58
- "postcss": "^8.5.6",
58
+ "postcss": "^8.5.8",
59
59
  "react": "^19.2.4",
60
60
  "react-dom": "^19.2.4",
61
61
  "react-i18next": "^16.5.4",
62
- "react-router-dom": "^7.13.0",
62
+ "react-router-dom": "^7.13.1",
63
63
  "react-scripts": "^5.0.1",
64
64
  "typescript": "^5.9.3"
65
65
  },