@loom-framework/core 0.1.0-alpha.184 → 0.1.0-alpha.186
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/cli/templates/event-management-page.d.ts +1 -1
- package/dist/cli/templates/event-management-page.js +1 -1
- package/dist/cli/templates/login-page.d.ts +1 -1
- package/dist/cli/templates/login-page.js +1 -1
- package/dist/cli/templates/model-management-page.d.ts +1 -1
- package/dist/cli/templates/model-management-page.js +1 -1
- package/dist/cli/templates/notification-center-page.d.ts +1 -1
- package/dist/cli/templates/notification-center-page.js +1 -1
- package/dist/cli/templates/notification-detail-page.d.ts +1 -1
- package/dist/cli/templates/notification-detail-page.js +1 -1
- package/dist/cli/templates/process-management-page.d.ts +1 -1
- package/dist/cli/templates/process-management-page.js +1 -1
- package/dist/cli/templates/skill-management-page.d.ts +1 -1
- package/dist/cli/templates/skill-management-page.js +1 -1
- package/dist/cli/templates/user-management-page.d.ts +1 -1
- package/dist/cli/templates/user-management-page.js +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Event Management page template
|
|
3
3
|
*
|
|
4
|
-
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.
|
|
4
|
+
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.186 — DO NOT EDIT MANUALLY.
|
|
5
5
|
* Source: packages/frontend-antd/src/components/pages/event-management-page.tsx
|
|
6
6
|
*/
|
|
7
7
|
export declare function eventManagementPageTemplate(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Event Management page template
|
|
3
3
|
*
|
|
4
|
-
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.
|
|
4
|
+
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.186 — DO NOT EDIT MANUALLY.
|
|
5
5
|
* Source: packages/frontend-antd/src/components/pages/event-management-page.tsx
|
|
6
6
|
*/
|
|
7
7
|
export function eventManagementPageTemplate() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Login page template
|
|
3
3
|
*
|
|
4
|
-
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.
|
|
4
|
+
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.186 — DO NOT EDIT MANUALLY.
|
|
5
5
|
* Source: packages/frontend-antd/src/auth/login-page.tsx
|
|
6
6
|
*/
|
|
7
7
|
export declare function loginPageTemplate(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Login page template
|
|
3
3
|
*
|
|
4
|
-
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.
|
|
4
|
+
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.186 — DO NOT EDIT MANUALLY.
|
|
5
5
|
* Source: packages/frontend-antd/src/auth/login-page.tsx
|
|
6
6
|
*/
|
|
7
7
|
export function loginPageTemplate() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Model Management page template
|
|
3
3
|
*
|
|
4
|
-
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.
|
|
4
|
+
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.186 — DO NOT EDIT MANUALLY.
|
|
5
5
|
* Source: packages/frontend-antd/src/auth/model-management-page.tsx
|
|
6
6
|
*/
|
|
7
7
|
export declare function modelManagementPageTemplate(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Model Management page template
|
|
3
3
|
*
|
|
4
|
-
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.
|
|
4
|
+
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.186 — DO NOT EDIT MANUALLY.
|
|
5
5
|
* Source: packages/frontend-antd/src/auth/model-management-page.tsx
|
|
6
6
|
*/
|
|
7
7
|
export function modelManagementPageTemplate() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NotificationCenter page template
|
|
3
3
|
*
|
|
4
|
-
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.
|
|
4
|
+
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.186 — DO NOT EDIT MANUALLY.
|
|
5
5
|
* Source: packages/frontend-antd/src/components/pages/NotificationCenter.tsx
|
|
6
6
|
*/
|
|
7
7
|
export declare function notificationCenterPageTemplate(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NotificationCenter page template
|
|
3
3
|
*
|
|
4
|
-
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.
|
|
4
|
+
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.186 — DO NOT EDIT MANUALLY.
|
|
5
5
|
* Source: packages/frontend-antd/src/components/pages/NotificationCenter.tsx
|
|
6
6
|
*/
|
|
7
7
|
export function notificationCenterPageTemplate() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NotificationDetail page template
|
|
3
3
|
*
|
|
4
|
-
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.
|
|
4
|
+
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.186 — DO NOT EDIT MANUALLY.
|
|
5
5
|
* Source: packages/frontend-antd/src/components/pages/NotificationDetail.tsx
|
|
6
6
|
*/
|
|
7
7
|
export declare function notificationDetailPageTemplate(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NotificationDetail page template
|
|
3
3
|
*
|
|
4
|
-
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.
|
|
4
|
+
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.186 — DO NOT EDIT MANUALLY.
|
|
5
5
|
* Source: packages/frontend-antd/src/components/pages/NotificationDetail.tsx
|
|
6
6
|
*/
|
|
7
7
|
export function notificationDetailPageTemplate() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Process Management page template
|
|
3
3
|
*
|
|
4
|
-
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.
|
|
4
|
+
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.186 — DO NOT EDIT MANUALLY.
|
|
5
5
|
* Source: packages/frontend-antd/src/components/pages/process-management-page.tsx
|
|
6
6
|
*/
|
|
7
7
|
export declare function processManagementPageTemplate(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Process Management page template
|
|
3
3
|
*
|
|
4
|
-
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.
|
|
4
|
+
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.186 — DO NOT EDIT MANUALLY.
|
|
5
5
|
* Source: packages/frontend-antd/src/components/pages/process-management-page.tsx
|
|
6
6
|
*/
|
|
7
7
|
export function processManagementPageTemplate() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Skill Management page template
|
|
3
3
|
*
|
|
4
|
-
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.
|
|
4
|
+
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.186 — DO NOT EDIT MANUALLY.
|
|
5
5
|
* Source: packages/frontend-antd/src/components/pages/skill-management-page.tsx
|
|
6
6
|
*/
|
|
7
7
|
export declare function skillManagementPageTemplate(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Skill Management page template
|
|
3
3
|
*
|
|
4
|
-
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.
|
|
4
|
+
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.186 — DO NOT EDIT MANUALLY.
|
|
5
5
|
* Source: packages/frontend-antd/src/components/pages/skill-management-page.tsx
|
|
6
6
|
*/
|
|
7
7
|
export function skillManagementPageTemplate() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* User Management page template
|
|
3
3
|
*
|
|
4
|
-
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.
|
|
4
|
+
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.186 — DO NOT EDIT MANUALLY.
|
|
5
5
|
* Source: packages/frontend-antd/src/auth/user-management-page.tsx
|
|
6
6
|
*/
|
|
7
7
|
export declare function userManagementPageTemplate(): string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* User Management page template
|
|
3
3
|
*
|
|
4
|
-
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.
|
|
4
|
+
* GENERATED by scripts/generate-templates.ts — v0.1.0-alpha.186 — DO NOT EDIT MANUALLY.
|
|
5
5
|
* Source: packages/frontend-antd/src/auth/user-management-page.tsx
|
|
6
6
|
*/
|
|
7
7
|
export function userManagementPageTemplate() {
|
package/package.json
CHANGED