@trackunit/iris-app 0.0.335 → 0.0.340
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/CHANGELOG.md +27 -0
- package/package.json +11 -8
- package/src/generators/extend/files/ADMIN_EXTENSION/extension-manifest.ts__template__ +2 -2
- package/src/generators/extend/files/ASSET_HOME_EXTENSION/extension-manifest.ts__template__ +2 -2
- package/src/generators/extend/files/FLEET_EXTENSION/extension-manifest.ts__template__ +2 -2
- package/src/generators/extend/files/IRIS_APP_SETTINGS_EXTENSION/extension-manifest.ts__template__ +2 -2
- package/src/generators/extend/files/REPORT_EXTENSION/extension-manifest.ts__template__ +2 -2
- package/src/generators/extend/files/SITE_HOME_EXTENSION/extension-manifest.ts__template__ +2 -2
- package/src/generators/extend/files/WIDGET_EXTENSION/extension-manifest.ts__template__ +14 -0
- package/src/generators/extend/schema.d.ts +1 -0
- package/src/generators/extend/schema.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,33 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.340](https://github.com/Trackunit/manager/compare/iris-app/0.0.339...iris-app/0.0.340) (2023-08-23)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `iris-app-build-utilities` updated to version `0.0.215`
|
|
10
|
+
## [0.0.339](https://github.com/Trackunit/manager/compare/iris-app/0.0.338...iris-app/0.0.339) (2023-08-23)
|
|
11
|
+
|
|
12
|
+
### Dependency Updates
|
|
13
|
+
|
|
14
|
+
* `iris-app-build-utilities` updated to version `0.0.214`
|
|
15
|
+
## [0.0.338](https://github.com/Trackunit/manager/compare/iris-app/0.0.337...iris-app/0.0.338) (2023-08-23)
|
|
16
|
+
|
|
17
|
+
### Dependency Updates
|
|
18
|
+
|
|
19
|
+
* `iris-app-build-utilities` updated to version `0.0.213`
|
|
20
|
+
* `iris-app-api` updated to version `0.0.107`
|
|
21
|
+
* `iris-app-webpack-plugin` updated to version `0.0.120`
|
|
22
|
+
## [0.0.337](https://github.com/Trackunit/manager/compare/iris-app/0.0.336...iris-app/0.0.337) (2023-08-22)
|
|
23
|
+
|
|
24
|
+
### Dependency Updates
|
|
25
|
+
|
|
26
|
+
* `iris-app-build-utilities` updated to version `0.0.212`
|
|
27
|
+
## [0.0.336](https://github.com/Trackunit/manager/compare/iris-app/0.0.335...iris-app/0.0.336) (2023-08-21)
|
|
28
|
+
|
|
29
|
+
### Dependency Updates
|
|
30
|
+
|
|
31
|
+
* `iris-app-build-utilities` updated to version `0.0.211`
|
|
5
32
|
## [0.0.335](https://github.com/Trackunit/manager/compare/iris-app/0.0.334...iris-app/0.0.335) (2023-08-21)
|
|
6
33
|
|
|
7
34
|
### Dependency Updates
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.340",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"generators": "./generators.json",
|
|
@@ -49,14 +49,17 @@
|
|
|
49
49
|
"@floating-ui/react": "0.22.2",
|
|
50
50
|
"@heroicons/react": "2.0.16",
|
|
51
51
|
"@trackunit/css-class-variance-utilities": "0.0.11",
|
|
52
|
-
"@trackunit/css-
|
|
53
|
-
"@trackunit/css-
|
|
54
|
-
"@trackunit/
|
|
55
|
-
"@trackunit/
|
|
56
|
-
"@trackunit/
|
|
52
|
+
"@trackunit/css-component-tokens": "0.0.36",
|
|
53
|
+
"@trackunit/css-components": "0.0.395",
|
|
54
|
+
"@trackunit/css-core": "0.0.92",
|
|
55
|
+
"@trackunit/css-tailwind": "0.0.82",
|
|
56
|
+
"@trackunit/css-tailwind-custom-properties-plugin": "0.0.28",
|
|
57
|
+
"@trackunit/iris-app-api": "0.0.107",
|
|
58
|
+
"@trackunit/iris-app-build-utilities": "0.0.215",
|
|
59
|
+
"@trackunit/iris-app-webpack-plugin": "0.0.120",
|
|
57
60
|
"@trackunit/tailwind-styled-components": "0.0.60",
|
|
58
|
-
"@trackunit/ui-design-tokens": "0.0.
|
|
59
|
-
"@trackunit/ui-icons": "0.0.
|
|
61
|
+
"@trackunit/ui-design-tokens": "0.0.75",
|
|
62
|
+
"@trackunit/ui-icons": "0.0.72",
|
|
60
63
|
"capitalize": "2.0.4",
|
|
61
64
|
"class-variance-authority": "0.6.0",
|
|
62
65
|
"date-fns": "2.29.3",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AdminExtensionManifest } from '@trackunit/iris-app-api';
|
|
2
2
|
|
|
3
|
-
const
|
|
3
|
+
const adminExtensionManifest: AdminExtensionManifest = {
|
|
4
4
|
id: "<%= projectName %>",
|
|
5
5
|
type: "ADMIN_EXTENSION",
|
|
6
6
|
sourceRoot: "<%= sourceRoot %>",
|
|
@@ -10,4 +10,4 @@ const irisAppManifest: AdminExtensionManifest = {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
|
|
13
|
-
export default
|
|
13
|
+
export default adminExtensionManifest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetHomeExtensionManifest } from '@trackunit/iris-app-api';
|
|
2
2
|
|
|
3
|
-
const
|
|
3
|
+
const assetHomeExtensionManifest: AssetHomeExtensionManifest = {
|
|
4
4
|
id: "<%= projectName %>",
|
|
5
5
|
type: "ASSET_HOME_EXTENSION",
|
|
6
6
|
sourceRoot: "<%= sourceRoot %>",
|
|
@@ -10,4 +10,4 @@ const irisAppManifest: AssetHomeExtensionManifest = {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
|
|
13
|
-
export default
|
|
13
|
+
export default assetHomeExtensionManifest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FleetExtensionManifest } from '@trackunit/iris-app-api';
|
|
2
2
|
|
|
3
|
-
const
|
|
3
|
+
const fleetExtensionManifest: FleetExtensionManifest = {
|
|
4
4
|
id: "<%= projectName %>",
|
|
5
5
|
type: "FLEET_EXTENSION",
|
|
6
6
|
sourceRoot: "<%= sourceRoot %>",
|
|
@@ -11,4 +11,4 @@ const irisAppManifest: FleetExtensionManifest = {
|
|
|
11
11
|
}
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
-
export default
|
|
14
|
+
export default fleetExtensionManifest;
|
package/src/generators/extend/files/IRIS_APP_SETTINGS_EXTENSION/extension-manifest.ts__template__
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { IrisAppSettingsExtensionManifest } from '@trackunit/iris-app-api';
|
|
2
2
|
|
|
3
|
-
const
|
|
3
|
+
const irisAppSettingsExtensionManifest: IrisAppSettingsExtensionManifest = {
|
|
4
4
|
id: "<%= projectName %>",
|
|
5
5
|
type: "IRIS_APP_SETTINGS_EXTENSION",
|
|
6
6
|
sourceRoot: "<%= sourceRoot %>"
|
|
7
7
|
};
|
|
8
8
|
|
|
9
|
-
export default
|
|
9
|
+
export default irisAppSettingsExtensionManifest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReportExtensionManifest } from '@trackunit/iris-app-api';
|
|
2
2
|
|
|
3
|
-
const
|
|
3
|
+
const reportExtensionManifest: ReportExtensionManifest = {
|
|
4
4
|
id: "<%= projectName %>",
|
|
5
5
|
type: "REPORT_EXTENSION",
|
|
6
6
|
sourceRoot: "<%= sourceRoot %>",
|
|
@@ -12,4 +12,4 @@ const irisAppManifest: ReportExtensionManifest = {
|
|
|
12
12
|
},
|
|
13
13
|
};
|
|
14
14
|
|
|
15
|
-
export default
|
|
15
|
+
export default reportExtensionManifest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SiteHomeExtensionManifest } from '@trackunit/iris-app-api';
|
|
2
2
|
|
|
3
|
-
const
|
|
3
|
+
const siteHomeExtensionManifest: SiteHomeExtensionManifest = {
|
|
4
4
|
id: "<%= projectName %>",
|
|
5
5
|
type: "SITE_HOME_EXTENSION",
|
|
6
6
|
sourceRoot: "<%= sourceRoot %>",
|
|
@@ -10,4 +10,4 @@ const irisAppManifest: SiteHomeExtensionManifest = {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
|
|
13
|
-
export default
|
|
13
|
+
export default siteHomeExtensionManifest;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { WidgetExtensionManifest } from '@trackunit/iris-app-api';
|
|
2
|
+
|
|
3
|
+
const widgetExtensionManifest: WidgetExtensionManifest = {
|
|
4
|
+
id: "<%= projectName %>",
|
|
5
|
+
type: "WIDGET_EXTENSION",
|
|
6
|
+
sourceRoot: "<%= sourceRoot %>",
|
|
7
|
+
|
|
8
|
+
header: {
|
|
9
|
+
name: "<%= projectName %>",
|
|
10
|
+
icon: "QuestionMarkCircleIcon"
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export default widgetExtensionManifest;
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"type": {
|
|
42
42
|
"type": "string",
|
|
43
|
-
"description": "The type of this extension: ['ASSET_HOME_EXTENSION', 'FLEET_EXTENSION', 'REPORT_EXTENSION', 'ADMIN_EXTENSION', 'SITE_HOME_EXTENSION', 'IRIS_APP_SETTINGS_EXTENSION']",
|
|
43
|
+
"description": "The type of this extension: ['ASSET_HOME_EXTENSION', 'FLEET_EXTENSION', 'WIDGET_EXTENSION', 'REPORT_EXTENSION', 'ADMIN_EXTENSION', 'SITE_HOME_EXTENSION', 'IRIS_APP_SETTINGS_EXTENSION']",
|
|
44
44
|
"x-prompt": {
|
|
45
45
|
"message": "Which Iris App extension should be generated?",
|
|
46
46
|
"type": "list",
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"items": [
|
|
49
49
|
"ASSET_HOME_EXTENSION",
|
|
50
50
|
"FLEET_EXTENSION",
|
|
51
|
+
"WIDGET_EXTENSION",
|
|
51
52
|
"REPORT_EXTENSION",
|
|
52
53
|
"ADMIN_EXTENSION",
|
|
53
54
|
"SITE_HOME_EXTENSION",
|
|
@@ -61,4 +62,4 @@
|
|
|
61
62
|
"directory",
|
|
62
63
|
"type"
|
|
63
64
|
]
|
|
64
|
-
}
|
|
65
|
+
}
|