@akanjs/cli 0.0.57 → 0.0.58
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/index.js +1 -1
- package/package.json +1 -1
- package/src/templates/__scalar/__model__/__model__.constant.js +0 -2
- package/src/templates/__scalar/__model__/__model__.dictionary.js +0 -2
- package/src/templates/__scalar/__model__/__model__.document.js +0 -2
- package/src/templates/app/app/[lang]/(__appName__)/(public)/forgotpassword/page.js +0 -2
- package/src/templates/app/app/[lang]/(__appName__)/(public)/page.js +0 -2
- package/src/templates/app/app/[lang]/(__appName__)/(public)/privacy/page.js +0 -2
- package/src/templates/app/app/[lang]/(__appName__)/(public)/signin/page.js +0 -2
- package/src/templates/app/app/[lang]/(__appName__)/(public)/termsofservice/page.js +0 -2
- package/src/templates/app/app/[lang]/(__appName__)/(user)/layout.js +0 -2
- package/src/templates/app/app/[lang]/(__appName__)/(user)/self/page.js +0 -2
- package/src/templates/app/app/[lang]/(__appName__)/layout.js +0 -2
- package/src/templates/app/app/[lang]/admin/layout.js +0 -2
- package/src/templates/app/app/[lang]/admin/page.js +0 -2
- package/src/templates/app/app/csr.js +0 -2
- package/src/templates/app/app/layout.js +0 -2
- package/src/templates/app/app/robots.js +0 -2
- package/src/templates/app/app/sitemap.js +0 -2
- package/src/templates/app/base/baseLogic.js +0 -2
- package/src/templates/app/base/index.js +0 -2
- package/src/templates/app/common/commonLogic.js +0 -2
- package/src/templates/app/common/index.js +0 -2
- package/src/templates/app/env/env.client.js +0 -2
- package/src/templates/app/env/env.client.type.js +0 -2
- package/src/templates/app/env/env.server.js +0 -2
- package/src/templates/app/jest.config.js +0 -2
- package/src/templates/app/lib/___appName__/__appName__.dictionary.js +0 -2
- package/src/templates/app/lib/___appName__/__appName__.service.js +0 -2
- package/src/templates/app/lib/___appName__/__appName__.store.js +0 -2
- package/src/templates/app/lib/___appName__/_server.js +0 -2
- package/src/templates/app/lib/option.js +0 -2
- package/src/templates/app/lib/setting/Setting.Template.js +0 -2
- package/src/templates/app/lib/setting/Setting.Unit.js +0 -2
- package/src/templates/app/lib/setting/Setting.Util.js +0 -2
- package/src/templates/app/lib/setting/Setting.View.js +0 -2
- package/src/templates/app/lib/setting/Setting.Zone.js +0 -2
- package/src/templates/app/lib/setting/_server.js +0 -2
- package/src/templates/app/lib/setting/index.js +0 -2
- package/src/templates/app/lib/setting/setting.constant.js +0 -2
- package/src/templates/app/lib/setting/setting.dictionary.js +0 -2
- package/src/templates/app/lib/setting/setting.document.js +0 -2
- package/src/templates/app/lib/setting/setting.service.js +0 -2
- package/src/templates/app/lib/setting/setting.signal.js +0 -2
- package/src/templates/app/lib/setting/setting.store.js +0 -2
- package/src/templates/app/lib/summary/Summary.Template.js +0 -2
- package/src/templates/app/lib/summary/Summary.Unit.js +0 -2
- package/src/templates/app/lib/summary/Summary.Util.js +0 -2
- package/src/templates/app/lib/summary/Summary.View.js +0 -2
- package/src/templates/app/lib/summary/Summary.Zone.js +0 -2
- package/src/templates/app/lib/summary/_server.js +0 -2
- package/src/templates/app/lib/summary/index.js +0 -2
- package/src/templates/app/lib/summary/summary.constant.js +0 -2
- package/src/templates/app/lib/summary/summary.dictionary.js +0 -2
- package/src/templates/app/lib/summary/summary.document.js +0 -2
- package/src/templates/app/lib/summary/summary.service.js +0 -2
- package/src/templates/app/lib/summary/summary.signal.js +0 -2
- package/src/templates/app/lib/summary/summary.store.js +0 -2
- package/src/templates/app/lib/user/User.Template.js +0 -2
- package/src/templates/app/lib/user/User.Unit.js +0 -2
- package/src/templates/app/lib/user/User.Util.js +0 -2
- package/src/templates/app/lib/user/User.View.js +0 -2
- package/src/templates/app/lib/user/User.Zone.js +0 -2
- package/src/templates/app/lib/user/_server.js +0 -2
- package/src/templates/app/lib/user/index.js +0 -2
- package/src/templates/app/lib/user/user.constant.js +0 -2
- package/src/templates/app/lib/user/user.dictionary.js +0 -2
- package/src/templates/app/lib/user/user.document.js +0 -2
- package/src/templates/app/lib/user/user.service.js +0 -2
- package/src/templates/app/lib/user/user.signal.js +0 -2
- package/src/templates/app/lib/user/user.signal.spec.js +0 -2
- package/src/templates/app/lib/user/user.signal.test.js +0 -2
- package/src/templates/app/lib/user/user.store.js +0 -2
- package/src/templates/app/main.js +0 -2
- package/src/templates/app/middleware.js +0 -2
- package/src/templates/app/nest/backendLogic.js +0 -2
- package/src/templates/app/nest/index.js +0 -2
- package/src/templates/app/next/frontendLogic.js +0 -2
- package/src/templates/app/next/index.js +0 -2
- package/src/templates/app/ui/Footer.js +0 -2
- package/src/templates/app/ui/MainHeader.js +0 -2
- package/src/templates/app/ui/index.js +0 -2
- package/src/templates/client.js +1 -3
- package/src/templates/crudPages/[__model__Id]/edit/page.js +0 -2
- package/src/templates/crudPages/[__model__Id]/page.js +0 -2
- package/src/templates/crudPages/new/page.js +0 -2
- package/src/templates/crudPages/page.js +0 -2
- package/src/templates/index.js +0 -2
- package/src/templates/lib/__lib/extends/summary.constant.js +1 -3
- package/src/templates/lib/__lib/lib.constant.js +0 -2
- package/src/templates/lib/__lib/lib.dictionary.js +0 -2
- package/src/templates/lib/__lib/lib.document.js +0 -2
- package/src/templates/lib/__lib/lib.service.js +1 -3
- package/src/templates/lib/__lib/lib.signal.js +0 -2
- package/src/templates/lib/__lib/lib.store.js +0 -2
- package/src/templates/lib/__scalar/_server.js +1 -3
- package/src/templates/lib/cnst.js +0 -2
- package/src/templates/lib/cnst_.js +0 -2
- package/src/templates/lib/db.js +0 -2
- package/src/templates/lib/dict.js +0 -2
- package/src/templates/lib/fetch.js +1 -3
- package/src/templates/lib/sig.js +1 -3
- package/src/templates/lib/srv.js +1 -3
- package/src/templates/lib/st.js +0 -2
- package/src/templates/lib/store.js +1 -3
- package/src/templates/lib/usePage.js +0 -2
- package/src/templates/libRoot/jest.config.js +0 -2
- package/src/templates/module/__Model__.Template.js +0 -2
- package/src/templates/module/__Model__.Unit.js +0 -2
- package/src/templates/module/__Model__.Util.js +0 -2
- package/src/templates/module/__Model__.View.js +0 -2
- package/src/templates/module/__Model__.Zone.js +0 -2
- package/src/templates/module/__model__.constant.js +0 -2
- package/src/templates/module/__model__.dictionary.js +0 -2
- package/src/templates/module/__model__.document.js +0 -2
- package/src/templates/module/__model__.service.js +0 -2
- package/src/templates/module/__model__.signal.js +0 -2
- package/src/templates/module/__model__.signal.spec.js +0 -2
- package/src/templates/module/__model__.signal.test.js +0 -2
- package/src/templates/module/__model__.store.js +0 -2
- package/src/templates/module/_server.js +0 -2
- package/src/templates/module/index.js +0 -2
- package/src/templates/server.js +1 -3
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/lib/user/User.View.tsx
|
|
20
18
|
var User_View_exports = {};
|
|
21
19
|
__export(User_View_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/lib/user/User.Zone.tsx
|
|
20
18
|
var User_Zone_exports = {};
|
|
21
19
|
__export(User_Zone_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/lib/user/_server.ts
|
|
20
18
|
var server_exports = {};
|
|
21
19
|
__export(server_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/lib/user/index.tsx
|
|
20
18
|
var user_exports = {};
|
|
21
19
|
__export(user_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/lib/user/user.constant.ts
|
|
20
18
|
var user_constant_exports = {};
|
|
21
19
|
__export(user_constant_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/lib/user/user.dictionary.ts
|
|
20
18
|
var user_dictionary_exports = {};
|
|
21
19
|
__export(user_dictionary_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/lib/user/user.document.ts
|
|
20
18
|
var user_document_exports = {};
|
|
21
19
|
__export(user_document_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/lib/user/user.service.ts
|
|
20
18
|
var user_service_exports = {};
|
|
21
19
|
__export(user_service_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/lib/user/user.signal.ts
|
|
20
18
|
var user_signal_exports = {};
|
|
21
19
|
__export(user_signal_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/lib/user/user.signal.spec.ts
|
|
20
18
|
var user_signal_spec_exports = {};
|
|
21
19
|
__export(user_signal_spec_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/lib/user/user.signal.test.ts
|
|
20
18
|
var user_signal_test_exports = {};
|
|
21
19
|
__export(user_signal_test_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/lib/user/user.store.ts
|
|
20
18
|
var user_store_exports = {};
|
|
21
19
|
__export(user_store_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/main.ts
|
|
20
18
|
var main_exports = {};
|
|
21
19
|
__export(main_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/middleware.ts
|
|
20
18
|
var middleware_exports = {};
|
|
21
19
|
__export(middleware_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/nest/backendLogic.ts
|
|
20
18
|
var backendLogic_exports = {};
|
|
21
19
|
__export(backendLogic_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/nest/index.ts
|
|
20
18
|
var nest_exports = {};
|
|
21
19
|
__export(nest_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/next/frontendLogic.ts
|
|
20
18
|
var frontendLogic_exports = {};
|
|
21
19
|
__export(frontendLogic_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/next/index.ts
|
|
20
18
|
var next_exports = {};
|
|
21
19
|
__export(next_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/ui/Footer.tsx
|
|
20
18
|
var Footer_exports = {};
|
|
21
19
|
__export(Footer_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/ui/MainHeader.tsx
|
|
20
18
|
var MainHeader_exports = {};
|
|
21
19
|
__export(MainHeader_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/app/ui/index.ts
|
|
20
18
|
var ui_exports = {};
|
|
21
19
|
__export(ui_exports, {
|
|
22
20
|
default: () => getContent
|
package/src/templates/client.js
CHANGED
|
@@ -15,14 +15,12 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/client.ts
|
|
20
18
|
var client_exports = {};
|
|
21
19
|
__export(client_exports, {
|
|
22
20
|
default: () => getContent
|
|
23
21
|
});
|
|
24
22
|
module.exports = __toCommonJS(client_exports);
|
|
25
|
-
|
|
23
|
+
const capitalize = (str) => str.charAt(0).toUpperCase() + str.slice(1);
|
|
26
24
|
function getContent(scanResult, dict = {}) {
|
|
27
25
|
if (!scanResult)
|
|
28
26
|
return null;
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/crudPages/[__model__Id]/edit/page.tsx
|
|
20
18
|
var page_exports = {};
|
|
21
19
|
__export(page_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/crudPages/[__model__Id]/page.tsx
|
|
20
18
|
var page_exports = {};
|
|
21
19
|
__export(page_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/crudPages/new/page.tsx
|
|
20
18
|
var page_exports = {};
|
|
21
19
|
__export(page_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/crudPages/page.tsx
|
|
20
18
|
var page_exports = {};
|
|
21
19
|
__export(page_exports, {
|
|
22
20
|
default: () => getContent
|
package/src/templates/index.js
CHANGED
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/index.ts
|
|
20
18
|
var templates_exports = {};
|
|
21
19
|
__export(templates_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,14 +15,12 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/__lib/extends/summary.constant.ts
|
|
20
18
|
var summary_constant_exports = {};
|
|
21
19
|
__export(summary_constant_exports, {
|
|
22
20
|
default: () => getContent
|
|
23
21
|
});
|
|
24
22
|
module.exports = __toCommonJS(summary_constant_exports);
|
|
25
|
-
|
|
23
|
+
const capitalize = (str) => str.charAt(0).toUpperCase() + str.slice(1);
|
|
26
24
|
function getContent(scanResult, dict = {}) {
|
|
27
25
|
if (!scanResult)
|
|
28
26
|
return null;
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/__lib/lib.constant.ts
|
|
20
18
|
var lib_constant_exports = {};
|
|
21
19
|
__export(lib_constant_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/__lib/lib.dictionary.ts
|
|
20
18
|
var lib_dictionary_exports = {};
|
|
21
19
|
__export(lib_dictionary_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/__lib/lib.document.ts
|
|
20
18
|
var lib_document_exports = {};
|
|
21
19
|
__export(lib_document_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,14 +15,12 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/__lib/lib.service.ts
|
|
20
18
|
var lib_service_exports = {};
|
|
21
19
|
__export(lib_service_exports, {
|
|
22
20
|
default: () => getContent
|
|
23
21
|
});
|
|
24
22
|
module.exports = __toCommonJS(lib_service_exports);
|
|
25
|
-
|
|
23
|
+
const capitalize = (str) => str.charAt(0).toUpperCase() + str.slice(1);
|
|
26
24
|
function getContent(scanResult, dict = {}) {
|
|
27
25
|
if (!scanResult)
|
|
28
26
|
return null;
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/__lib/lib.signal.ts
|
|
20
18
|
var lib_signal_exports = {};
|
|
21
19
|
__export(lib_signal_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/__lib/lib.store.ts
|
|
20
18
|
var lib_store_exports = {};
|
|
21
19
|
__export(lib_store_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,14 +15,12 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/__scalar/_server.ts
|
|
20
18
|
var server_exports = {};
|
|
21
19
|
__export(server_exports, {
|
|
22
20
|
default: () => getContent
|
|
23
21
|
});
|
|
24
22
|
module.exports = __toCommonJS(server_exports);
|
|
25
|
-
|
|
23
|
+
const capitalize = (str) => str.charAt(0).toUpperCase() + str.slice(1);
|
|
26
24
|
function getContent(scanResult, dict = {}) {
|
|
27
25
|
if (!scanResult)
|
|
28
26
|
return null;
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/cnst.ts
|
|
20
18
|
var cnst_exports = {};
|
|
21
19
|
__export(cnst_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/cnst_.ts
|
|
20
18
|
var cnst_exports = {};
|
|
21
19
|
__export(cnst_exports, {
|
|
22
20
|
default: () => getContent
|
package/src/templates/lib/db.js
CHANGED
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/db.ts
|
|
20
18
|
var db_exports = {};
|
|
21
19
|
__export(db_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/dict.ts
|
|
20
18
|
var dict_exports = {};
|
|
21
19
|
__export(dict_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,14 +15,12 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/fetch.ts
|
|
20
18
|
var fetch_exports = {};
|
|
21
19
|
__export(fetch_exports, {
|
|
22
20
|
default: () => getContent
|
|
23
21
|
});
|
|
24
22
|
module.exports = __toCommonJS(fetch_exports);
|
|
25
|
-
|
|
23
|
+
const capitalize = (str) => str.charAt(0).toUpperCase() + str.slice(1);
|
|
26
24
|
function getContent(scanResult, dict = {}) {
|
|
27
25
|
if (!scanResult)
|
|
28
26
|
return null;
|
package/src/templates/lib/sig.js
CHANGED
|
@@ -15,14 +15,12 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/sig.ts
|
|
20
18
|
var sig_exports = {};
|
|
21
19
|
__export(sig_exports, {
|
|
22
20
|
default: () => getContent
|
|
23
21
|
});
|
|
24
22
|
module.exports = __toCommonJS(sig_exports);
|
|
25
|
-
|
|
23
|
+
const capitalize = (str) => str.charAt(0).toUpperCase() + str.slice(1);
|
|
26
24
|
function getContent(scanResult, dict = {}) {
|
|
27
25
|
if (!scanResult)
|
|
28
26
|
return null;
|
package/src/templates/lib/srv.js
CHANGED
|
@@ -15,14 +15,12 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/srv.ts
|
|
20
18
|
var srv_exports = {};
|
|
21
19
|
__export(srv_exports, {
|
|
22
20
|
default: () => getContent
|
|
23
21
|
});
|
|
24
22
|
module.exports = __toCommonJS(srv_exports);
|
|
25
|
-
|
|
23
|
+
const capitalize = (str) => str.charAt(0).toUpperCase() + str.slice(1);
|
|
26
24
|
function getContent(scanResult, dict = {}) {
|
|
27
25
|
if (!scanResult)
|
|
28
26
|
return null;
|
package/src/templates/lib/st.js
CHANGED
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/st.ts
|
|
20
18
|
var st_exports = {};
|
|
21
19
|
__export(st_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,14 +15,12 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/store.ts
|
|
20
18
|
var store_exports = {};
|
|
21
19
|
__export(store_exports, {
|
|
22
20
|
default: () => getContent
|
|
23
21
|
});
|
|
24
22
|
module.exports = __toCommonJS(store_exports);
|
|
25
|
-
|
|
23
|
+
const capitalize = (str) => str.charAt(0).toUpperCase() + str.slice(1);
|
|
26
24
|
function getContent(scanResult, dict = {}) {
|
|
27
25
|
if (!scanResult)
|
|
28
26
|
return null;
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/lib/usePage.ts
|
|
20
18
|
var usePage_exports = {};
|
|
21
19
|
__export(usePage_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/libRoot/jest.config.ts
|
|
20
18
|
var jest_config_exports = {};
|
|
21
19
|
__export(jest_config_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/module/__Model__.Template.tsx
|
|
20
18
|
var Model_Template_exports = {};
|
|
21
19
|
__export(Model_Template_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/module/__Model__.Unit.tsx
|
|
20
18
|
var Model_Unit_exports = {};
|
|
21
19
|
__export(Model_Unit_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/module/__Model__.Util.tsx
|
|
20
18
|
var Model_Util_exports = {};
|
|
21
19
|
__export(Model_Util_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/module/__Model__.View.tsx
|
|
20
18
|
var Model_View_exports = {};
|
|
21
19
|
__export(Model_View_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/module/__Model__.Zone.tsx
|
|
20
18
|
var Model_Zone_exports = {};
|
|
21
19
|
__export(Model_Zone_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/module/__model__.constant.ts
|
|
20
18
|
var model_constant_exports = {};
|
|
21
19
|
__export(model_constant_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/module/__model__.dictionary.ts
|
|
20
18
|
var model_dictionary_exports = {};
|
|
21
19
|
__export(model_dictionary_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/module/__model__.document.ts
|
|
20
18
|
var model_document_exports = {};
|
|
21
19
|
__export(model_document_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/module/__model__.service.ts
|
|
20
18
|
var model_service_exports = {};
|
|
21
19
|
__export(model_service_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/module/__model__.signal.ts
|
|
20
18
|
var model_signal_exports = {};
|
|
21
19
|
__export(model_signal_exports, {
|
|
22
20
|
default: () => getContent
|
|
@@ -15,8 +15,6 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
15
|
return to;
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// pkgs/@akanjs/cli/src/templates/module/__model__.signal.spec.ts
|
|
20
18
|
var model_signal_spec_exports = {};
|
|
21
19
|
__export(model_signal_spec_exports, {
|
|
22
20
|
default: () => getContent
|