@masterteam/task-schedule 0.0.16 → 0.0.17
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@masterteam/task-schedule",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.17",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"directory": "../../../dist/masterteam/task-schedule",
|
|
6
6
|
"linkDirectory": false,
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"primeng": "21.1.5",
|
|
22
22
|
"tailwindcss": "^4.2.2",
|
|
23
23
|
"tailwindcss-primeui": "^0.6.1",
|
|
24
|
-
"@masterteam/components": "^0.0.
|
|
24
|
+
"@masterteam/components": "^0.0.189",
|
|
25
25
|
"@masterteam/icons": "^0.0.16",
|
|
26
|
-
"@masterteam/forms": "^0.0.
|
|
26
|
+
"@masterteam/forms": "^0.0.90"
|
|
27
27
|
},
|
|
28
28
|
"sideEffects": false,
|
|
29
29
|
"exports": {
|
|
@@ -315,6 +315,7 @@ declare class TaskSchedule implements OnInit, OnDestroy {
|
|
|
315
315
|
private readonly fetchService;
|
|
316
316
|
private readonly actionService;
|
|
317
317
|
private readonly modal;
|
|
318
|
+
private readonly dateFormats;
|
|
318
319
|
private readonly queueService;
|
|
319
320
|
private readonly injector;
|
|
320
321
|
private loadEffect?;
|