From d245a42d906437c4de89c3d228b20b93433b6c9e Mon Sep 17 00:00:00 2001 From: "Xc@centOs" Date: Fri, 9 Dec 2022 19:01:36 +0800 Subject: [PATCH] build --- lib/checkers/user.js | 25 ++++- lib/components/common/empty/empty.d.ts | 1 - lib/components/common/empty/simple.d.ts | 1 - .../common/weChatLoginQrCode/index.d.ts | 1 - lib/components/config/application/web.pc.d.ts | 1 - .../config/application/web/index.d.ts | 1 - .../config/application/wechatMp/index.d.ts | 1 - .../application/wechatPublic/index.d.ts | 1 - .../config/upsert/account/index.d.ts | 1 - lib/components/config/upsert/cos/index.d.ts | 1 - lib/components/config/upsert/live/index.d.ts | 1 - lib/components/config/upsert/map/index.d.ts | 1 - lib/components/config/upsert/web.pc.d.ts | 1 - lib/components/extraFile/display/web.d.ts | 1 - lib/components/extraFile/gallery/web.d.ts | 1 - lib/components/func/actionPanel/web.d.ts | 1 - lib/components/func/debugPanel/web.d.ts | 1 - lib/components/icon/web.d.ts | 1 - lib/components/message/web.d.ts | 1 - .../userEntityGrant/cellButton/web.d.ts | 1 - .../MessageType/Schema.d.ts | 99 +++++++++++++++++++ lib/general-app-domain/MessageType/Schema.js | 2 + .../MessageType/Storage.d.ts | 3 + lib/general-app-domain/MessageType/Storage.js | 19 ++++ .../MessageType/locales/zh_CN.json | 1 + lib/index.d.ts | 3 + lib/index.js | 3 + lib/pages/address/list/web.d.ts | 1 - lib/pages/address/upsert/web.d.ts | 1 - .../application/config/upsert/web.pc.d.ts | 1 - lib/pages/application/detail/web.d.ts | 1 - lib/pages/application/list/web.pc.d.ts | 1 - lib/pages/application/upsert/web.pc.d.ts | 1 - lib/pages/article/detail/web.d.ts | 1 - lib/pages/article/list/web.d.ts | 1 - lib/pages/article/preview/web.d.ts | 1 - lib/pages/article/upsert/web.d.ts | 1 - lib/pages/domain/detail/web.d.ts | 1 - lib/pages/domain/list/web.pc.d.ts | 1 - lib/pages/domain/upsert/web.pc.d.ts | 1 - lib/pages/login/web.d.ts | 1 - lib/pages/mobile/login/web.d.ts | 1 - lib/pages/mobile/me/web.d.ts | 1 - lib/pages/pickers/area/web.d.ts | 1 - lib/pages/platform/config/upsert/web.pc.d.ts | 1 - lib/pages/platform/detail/web.d.ts | 1 - lib/pages/platform/list/web.pc.d.ts | 1 - lib/pages/platform/upsert/web.pc.d.ts | 1 - lib/pages/system/config/upsert/web.pc.d.ts | 1 - lib/pages/system/detail/web.d.ts | 1 - lib/pages/system/list/web.pc.d.ts | 1 - lib/pages/system/upsert/web.pc.d.ts | 1 - lib/pages/token/me/web.d.ts | 1 - lib/pages/user/manage/detail/web.d.ts | 1 - lib/pages/user/manage/upsert/web.d.ts | 1 - lib/pages/user/manage/web.d.ts | 1 - lib/pages/user/manage/web.pc.d.ts | 1 - lib/pages/user/search/web.d.ts | 1 - lib/pages/userEntityGrant/confirm/web.d.ts | 1 - lib/pages/userEntityGrant/detail/web.d.ts | 1 - lib/pages/userEntityGrant/detail/web.pc.d.ts | 1 - lib/pages/userEntityGrant/grant/web.d.ts | 1 - lib/pages/userEntityGrant/list/web.d.ts | 1 - lib/pages/userRelation/list/web.d.ts | 1 - lib/pages/userRelation/list/web.pc.d.ts | 1 - lib/pages/userRelation/manage/web.d.ts | 1 - lib/pages/userRelation/onEntity/web.d.ts | 1 - lib/pages/userRelation/onUser/web.d.ts | 1 - .../userRelation/upsert/byMobile/web.pc.d.ts | 1 - .../userRelation/upsert/byUser/web.pc.d.ts | 1 - .../upsert/byUserEntityGrant/web.d.ts | 1 - .../upsert/byUserEntityGrant/web.pc.d.ts | 1 - .../upsert/onUser/userRelation/web.pc.d.ts | 1 - lib/pages/userRelation/upsert/onUser/web.d.ts | 1 - .../userRelation/upsert/onUser/web.pc.d.ts | 1 - lib/pages/userRelation/upsert/web.d.ts | 1 - lib/pages/userRelation/upsert/web.pc.d.ts | 1 - lib/pages/wechatQrCode/scan/web.d.ts | 1 - lib/pages/wechatUser/login/web.d.ts | 1 - lib/triggers/user.js | 59 ----------- 80 files changed, 154 insertions(+), 131 deletions(-) create mode 100644 lib/general-app-domain/MessageType/Schema.d.ts create mode 100644 lib/general-app-domain/MessageType/Schema.js create mode 100644 lib/general-app-domain/MessageType/Storage.d.ts create mode 100644 lib/general-app-domain/MessageType/Storage.js create mode 100644 lib/general-app-domain/MessageType/locales/zh_CN.json diff --git a/lib/checkers/user.js b/lib/checkers/user.js index ce66f8130..f2b1c0ca8 100644 --- a/lib/checkers/user.js +++ b/lib/checkers/user.js @@ -15,7 +15,7 @@ var checkers = [ type: 'relation', action: ['play', 'remove', 'disable', 'enable'], entity: 'user', - relationFilter: function (userId) { + relationFilter: function () { // 只有root才能进行操作 throw new types_1.OakUserUnpermittedException(); }, @@ -62,6 +62,29 @@ var checkers = [ } }, errMsg: '不能禁用root用户', + }, + { + type: 'row', + action: 'select', + entity: 'user', + filter: function (operation, context) { + var systemId = context.getSystemId(); + if (systemId) { + return { + id: { + $in: { + entity: 'userSystem', + data: { + userId: 1, + }, + filter: { + systemId: systemId, + }, + }, + }, + }; + } + }, } ]; exports.default = checkers; diff --git a/lib/components/common/empty/empty.d.ts b/lib/components/common/empty/empty.d.ts index a67bcf109..5ad33b8bc 100644 --- a/lib/components/common/empty/empty.d.ts +++ b/lib/components/common/empty/empty.d.ts @@ -1,4 +1,3 @@ -/// import './index.less'; declare const Empty: () => JSX.Element; export default Empty; diff --git a/lib/components/common/empty/simple.d.ts b/lib/components/common/empty/simple.d.ts index a67bcf109..5ad33b8bc 100644 --- a/lib/components/common/empty/simple.d.ts +++ b/lib/components/common/empty/simple.d.ts @@ -1,4 +1,3 @@ -/// import './index.less'; declare const Empty: () => JSX.Element; export default Empty; diff --git a/lib/components/common/weChatLoginQrCode/index.d.ts b/lib/components/common/weChatLoginQrCode/index.d.ts index 54e2e93ee..261b368ef 100644 --- a/lib/components/common/weChatLoginQrCode/index.d.ts +++ b/lib/components/common/weChatLoginQrCode/index.d.ts @@ -1,4 +1,3 @@ -/// import './index.less'; interface QrCodeProps { id?: string; diff --git a/lib/components/config/application/web.pc.d.ts b/lib/components/config/application/web.pc.d.ts index 0dd74c034..289c251d1 100644 --- a/lib/components/config/application/web.pc.d.ts +++ b/lib/components/config/application/web.pc.d.ts @@ -1,4 +1,3 @@ -/// import { AppType, WebConfig, WechatPublicConfig, WechatMpConfig } from '../../../general-app-domain/Application/Schema'; import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; diff --git a/lib/components/config/application/web/index.d.ts b/lib/components/config/application/web/index.d.ts index 90b02d1c5..b7f7da3d0 100644 --- a/lib/components/config/application/web/index.d.ts +++ b/lib/components/config/application/web/index.d.ts @@ -1,4 +1,3 @@ -/// import { WebConfig } from '../../../../general-app-domain/Application/Schema'; export default function Web(props: { config: WebConfig; diff --git a/lib/components/config/application/wechatMp/index.d.ts b/lib/components/config/application/wechatMp/index.d.ts index e70206643..cad38df4f 100644 --- a/lib/components/config/application/wechatMp/index.d.ts +++ b/lib/components/config/application/wechatMp/index.d.ts @@ -1,4 +1,3 @@ -/// import { WechatMpConfig } from '../../../../general-app-domain/Application/Schema'; export default function WechatMp(props: { config: WechatMpConfig; diff --git a/lib/components/config/application/wechatPublic/index.d.ts b/lib/components/config/application/wechatPublic/index.d.ts index c9c21655c..51cd047a7 100644 --- a/lib/components/config/application/wechatPublic/index.d.ts +++ b/lib/components/config/application/wechatPublic/index.d.ts @@ -1,4 +1,3 @@ -/// import { WechatPublicConfig } from '../../../../general-app-domain/Application/Schema'; export default function WechatPublic(props: { config: WechatPublicConfig; diff --git a/lib/components/config/upsert/account/index.d.ts b/lib/components/config/upsert/account/index.d.ts index ed8ae19c5..d12966ca5 100644 --- a/lib/components/config/upsert/account/index.d.ts +++ b/lib/components/config/upsert/account/index.d.ts @@ -1,4 +1,3 @@ -/// import { Config } from '../../../../types/Config'; export default function Account(props: { account: Required['Account']; diff --git a/lib/components/config/upsert/cos/index.d.ts b/lib/components/config/upsert/cos/index.d.ts index 1be008bf7..e597fb133 100644 --- a/lib/components/config/upsert/cos/index.d.ts +++ b/lib/components/config/upsert/cos/index.d.ts @@ -1,4 +1,3 @@ -/// import { Config } from '../../../../types/Config'; export default function Cos(props: { cos: Required['Cos']; diff --git a/lib/components/config/upsert/live/index.d.ts b/lib/components/config/upsert/live/index.d.ts index 35e0ce993..e6e06424f 100644 --- a/lib/components/config/upsert/live/index.d.ts +++ b/lib/components/config/upsert/live/index.d.ts @@ -1,4 +1,3 @@ -/// import { Config } from '../../../../types/Config'; export default function Cos(props: { live: Required['Live']; diff --git a/lib/components/config/upsert/map/index.d.ts b/lib/components/config/upsert/map/index.d.ts index 7b865bc39..84db02c1b 100644 --- a/lib/components/config/upsert/map/index.d.ts +++ b/lib/components/config/upsert/map/index.d.ts @@ -1,4 +1,3 @@ -/// import { Config } from '../../../../types/Config'; export default function Cos(props: { map: Required['Map']; diff --git a/lib/components/config/upsert/web.pc.d.ts b/lib/components/config/upsert/web.pc.d.ts index 55df3262a..529956e31 100644 --- a/lib/components/config/upsert/web.pc.d.ts +++ b/lib/components/config/upsert/web.pc.d.ts @@ -1,4 +1,3 @@ -/// import { Config } from '../../../types/Config'; import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; diff --git a/lib/components/extraFile/display/web.d.ts b/lib/components/extraFile/display/web.d.ts index 5eaeadcc2..cfaabf286 100644 --- a/lib/components/extraFile/display/web.d.ts +++ b/lib/components/extraFile/display/web.d.ts @@ -1,2 +1 @@ -/// export default function render(): JSX.Element; diff --git a/lib/components/extraFile/gallery/web.d.ts b/lib/components/extraFile/gallery/web.d.ts index e0125b1e0..99a59a462 100644 --- a/lib/components/extraFile/gallery/web.d.ts +++ b/lib/components/extraFile/gallery/web.d.ts @@ -1,4 +1,3 @@ -/// import { UploadFile } from 'antd'; import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../general-app-domain'; diff --git a/lib/components/func/actionPanel/web.d.ts b/lib/components/func/actionPanel/web.d.ts index bdf44b412..2ae338d31 100644 --- a/lib/components/func/actionPanel/web.d.ts +++ b/lib/components/func/actionPanel/web.d.ts @@ -1,4 +1,3 @@ -/// import { WebComponentProps } from "oak-frontend-base"; import { EntityDict } from "../../../general-app-domain"; export default function Render(props: WebComponentProps import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../general-app-domain'; export default function render(props: WebComponentProps import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../general-app-domain'; import './web.less'; diff --git a/lib/components/message/web.d.ts b/lib/components/message/web.d.ts index ee53e17bd..2ee2d0046 100644 --- a/lib/components/message/web.d.ts +++ b/lib/components/message/web.d.ts @@ -1,4 +1,3 @@ -/// import { MessageProps } from 'oak-frontend-base/lib/types/Message'; export default function render(props: { data: { diff --git a/lib/components/userEntityGrant/cellButton/web.d.ts b/lib/components/userEntityGrant/cellButton/web.d.ts index bb58a50b0..4e2281385 100644 --- a/lib/components/userEntityGrant/cellButton/web.d.ts +++ b/lib/components/userEntityGrant/cellButton/web.d.ts @@ -1,4 +1,3 @@ -/// import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function Render(props: WebComponentProps; + template: Text; +}; +export declare type OpAttr = keyof OpSchema; +export declare type Schema = EntityShape & { + name: String<24>; + template: Text; +} & { + [A in ExpressionKey]?: any; +}; +declare type AttrFilter = { + id: Q_StringValue | SubQuery.MessageTypeIdSubQuery; + $$createAt$$: Q_DateValue; + $$seq$$: Q_StringValue; + $$updateAt$$: Q_DateValue; + name: Q_StringValue; + template: Q_StringValue; +}; +export declare type Filter = MakeFilter>; +export declare type Projection = { + "#id"?: NodeId; + [k: string]: any; + id: number; + $$createAt$$?: number; + $$updateAt$$?: number; + $$seq$$?: number; + name?: number; + template?: number; +} & Partial>; +export declare type ExportProjection = { + "#id"?: NodeId; + [k: string]: any; + id?: string; + $$createAt$$?: string; + $$updateAt$$?: string; + $$seq$$?: string; + name?: string; + template?: string; +} & Partial>; +declare type MessageTypeIdProjection = OneOf<{ + id: number; +}>; +export declare type SortAttr = { + id: number; +} | { + $$createAt$$: number; +} | { + $$seq$$: number; +} | { + $$updateAt$$: number; +} | { + name: number; +} | { + template: number; +} | { + [k: string]: any; +} | OneOf>; +export declare type SortNode = { + $attr: SortAttr; + $direction?: "asc" | "desc"; +}; +export declare type Sorter = SortNode[]; +export declare type SelectOperation

= Omit, "id">; +export declare type Selection

= Omit, "action">; +export declare type Exportation = OakOperation<"export", ExportProjection, Filter, Sorter>; +export declare type CreateOperationData = FormCreateData; +export declare type CreateSingleOperation = OakOperation<"create", CreateOperationData>; +export declare type CreateMultipleOperation = OakOperation<"create", Array>; +export declare type CreateOperation = CreateSingleOperation | CreateMultipleOperation; +export declare type UpdateOperationData = FormUpdateData & { + [k: string]: any; +}; +export declare type UpdateOperation = OakOperation<"update" | string, UpdateOperationData, Filter, Sorter>; +export declare type RemoveOperationData = {}; +export declare type RemoveOperation = OakOperation<"remove", RemoveOperationData, Filter, Sorter>; +export declare type Operation = CreateOperation | UpdateOperation | RemoveOperation | SelectOperation; +export declare type MessageTypeIdSubQuery = Selection; +export declare type NativeAttr = OpAttr; +export declare type FullAttr = NativeAttr; +export declare type EntityDef = { + Schema: Schema; + OpSchema: OpSchema; + Action: OakMakeAction | string; + Selection: Selection; + Operation: Operation; + Create: CreateOperation; + Update: UpdateOperation; + Remove: RemoveOperation; + CreateSingle: CreateSingleOperation; + CreateMulti: CreateMultipleOperation; +}; +export {}; diff --git a/lib/general-app-domain/MessageType/Schema.js b/lib/general-app-domain/MessageType/Schema.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/lib/general-app-domain/MessageType/Schema.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/lib/general-app-domain/MessageType/Storage.d.ts b/lib/general-app-domain/MessageType/Storage.d.ts new file mode 100644 index 000000000..a3f0fbbb0 --- /dev/null +++ b/lib/general-app-domain/MessageType/Storage.d.ts @@ -0,0 +1,3 @@ +import { StorageDesc } from "oak-domain/lib/types/Storage"; +import { OpSchema } from "./Schema"; +export declare const desc: StorageDesc; diff --git a/lib/general-app-domain/MessageType/Storage.js b/lib/general-app-domain/MessageType/Storage.js new file mode 100644 index 000000000..09f3b8c16 --- /dev/null +++ b/lib/general-app-domain/MessageType/Storage.js @@ -0,0 +1,19 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.desc = void 0; +var action_1 = require("oak-domain/lib/actions/action"); +exports.desc = { + attributes: { + name: { + type: "varchar", + params: { + length: 24 + } + }, + template: { + type: "text" + } + }, + actionType: "crud", + actions: action_1.genericActions +}; diff --git a/lib/general-app-domain/MessageType/locales/zh_CN.json b/lib/general-app-domain/MessageType/locales/zh_CN.json new file mode 100644 index 000000000..2f9706153 --- /dev/null +++ b/lib/general-app-domain/MessageType/locales/zh_CN.json @@ -0,0 +1 @@ +{ "attr": { "name": "名称", "template": "模板" } } diff --git a/lib/index.d.ts b/lib/index.d.ts index d6c8befba..0445ec55b 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -8,3 +8,6 @@ export { checkers, triggers, watchers, data, aspectDict, }; export * from './types/Exception'; export { composeFileUrl, decomposeFileUrl } from './utils/extraFile'; export * from './data/DEV-CONFIG'; +export * from './context/BackendRuntimeContext'; +export * from './context/FrontendRuntimeContext'; +export * from './context/RuntimeContext'; diff --git a/lib/index.js b/lib/index.js index 734fd0a26..3793ebb01 100644 --- a/lib/index.js +++ b/lib/index.js @@ -18,3 +18,6 @@ var extraFile_1 = require("./utils/extraFile"); Object.defineProperty(exports, "composeFileUrl", { enumerable: true, get: function () { return extraFile_1.composeFileUrl; } }); Object.defineProperty(exports, "decomposeFileUrl", { enumerable: true, get: function () { return extraFile_1.decomposeFileUrl; } }); tslib_1.__exportStar(require("./data/DEV-CONFIG"), exports); +tslib_1.__exportStar(require("./context/BackendRuntimeContext"), exports); +tslib_1.__exportStar(require("./context/FrontendRuntimeContext"), exports); +tslib_1.__exportStar(require("./context/RuntimeContext"), exports); diff --git a/lib/pages/address/list/web.d.ts b/lib/pages/address/list/web.d.ts index 931b1c0f9..151352c32 100644 --- a/lib/pages/address/list/web.d.ts +++ b/lib/pages/address/list/web.d.ts @@ -1,4 +1,3 @@ -/// import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../general-app-domain'; export default function Render(props: WebComponentProps import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../general-app-domain'; export default function Render(props: WebComponentProps import { AppType, WebConfig, WechatPublicConfig, WechatMpConfig } from '../../../../general-app-domain/Application/Schema'; import { EntityDict } from '../../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; diff --git a/lib/pages/application/detail/web.d.ts b/lib/pages/application/detail/web.d.ts index 466f965ed..abf9578b3 100644 --- a/lib/pages/application/detail/web.d.ts +++ b/lib/pages/application/detail/web.d.ts @@ -1,4 +1,3 @@ -/// import { WebConfig, WechatPublicConfig, WechatMpConfig } from '../../../general-app-domain/Application/Schema'; import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; diff --git a/lib/pages/application/list/web.pc.d.ts b/lib/pages/application/list/web.pc.d.ts index 7d9c794d6..f83736a11 100644 --- a/lib/pages/application/list/web.pc.d.ts +++ b/lib/pages/application/list/web.pc.d.ts @@ -1,4 +1,3 @@ -/// import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function Render(props: WebComponentProps import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function Render(props: WebComponentProps import { EntityDict } from './../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function render(props: WebComponentProps import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../general-app-domain'; export default function render(props: WebComponentProps import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../general-app-domain'; export default function Render(props: WebComponentProps import '@wangeditor/editor/dist/css/style.css'; import { EntityDict } from './../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; diff --git a/lib/pages/domain/detail/web.d.ts b/lib/pages/domain/detail/web.d.ts index 54de6e3ae..0fde0e02e 100644 --- a/lib/pages/domain/detail/web.d.ts +++ b/lib/pages/domain/detail/web.d.ts @@ -1,4 +1,3 @@ -/// import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function Render(props: WebComponentProps import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function Render(props: WebComponentProps import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function Render(props: WebComponentProps import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../general-app-domain'; export default function render(props: WebComponentProps export default function render(this: any): JSX.Element; diff --git a/lib/pages/mobile/me/web.d.ts b/lib/pages/mobile/me/web.d.ts index bcd7e916b..90d439ce1 100644 --- a/lib/pages/mobile/me/web.d.ts +++ b/lib/pages/mobile/me/web.d.ts @@ -1,4 +1,3 @@ -/// import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../general-app-domain'; export default function render(props: WebComponentProps import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function render(props: WebComponentProps import { Config } from '../../../../types/Config'; import { EntityDict } from '../../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; diff --git a/lib/pages/platform/detail/web.d.ts b/lib/pages/platform/detail/web.d.ts index 5cf6f9d31..e934cc279 100644 --- a/lib/pages/platform/detail/web.d.ts +++ b/lib/pages/platform/detail/web.d.ts @@ -1,4 +1,3 @@ -/// import { EntityDict } from '../../../general-app-domain'; import { Config } from '../../../types/Config'; import { WebComponentProps } from 'oak-frontend-base'; diff --git a/lib/pages/platform/list/web.pc.d.ts b/lib/pages/platform/list/web.pc.d.ts index 938411724..34feac623 100644 --- a/lib/pages/platform/list/web.pc.d.ts +++ b/lib/pages/platform/list/web.pc.d.ts @@ -1,4 +1,3 @@ -/// import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function Render(props: WebComponentProps import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function Render(props: WebComponentProps import { EntityDict } from '../../../../general-app-domain'; import { Config } from '../../../../types/Config'; import { WebComponentProps } from 'oak-frontend-base'; diff --git a/lib/pages/system/detail/web.d.ts b/lib/pages/system/detail/web.d.ts index b5371919f..cce76388c 100644 --- a/lib/pages/system/detail/web.d.ts +++ b/lib/pages/system/detail/web.d.ts @@ -1,4 +1,3 @@ -/// import { EntityDict } from '../../../general-app-domain'; import { Config } from '../../../types/Config'; import { WebComponentProps } from 'oak-frontend-base'; diff --git a/lib/pages/system/list/web.pc.d.ts b/lib/pages/system/list/web.pc.d.ts index 843a9d166..3f7e8af66 100644 --- a/lib/pages/system/list/web.pc.d.ts +++ b/lib/pages/system/list/web.pc.d.ts @@ -1,4 +1,3 @@ -/// import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function Render(props: WebComponentProps import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function Render(props: WebComponentProps import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function Render(props: WebComponentProps import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../../general-app-domain'; export default function render(props: WebComponentProps import { EntityDict } from '../../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function Render(props: WebComponentProps import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function render(props: WebComponentProps export default function render(this: any): JSX.Element; diff --git a/lib/pages/user/search/web.d.ts b/lib/pages/user/search/web.d.ts index 5eaeadcc2..cfaabf286 100644 --- a/lib/pages/user/search/web.d.ts +++ b/lib/pages/user/search/web.d.ts @@ -1,2 +1 @@ -/// export default function render(): JSX.Element; diff --git a/lib/pages/userEntityGrant/confirm/web.d.ts b/lib/pages/userEntityGrant/confirm/web.d.ts index 1674e7f9a..c567cdf19 100644 --- a/lib/pages/userEntityGrant/confirm/web.d.ts +++ b/lib/pages/userEntityGrant/confirm/web.d.ts @@ -1,4 +1,3 @@ -/// import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../general-app-domain'; export default function render(props: WebComponentProps export default function Render(props: any): JSX.Element; diff --git a/lib/pages/userEntityGrant/detail/web.pc.d.ts b/lib/pages/userEntityGrant/detail/web.pc.d.ts index b88b8c10f..17acc3779 100644 --- a/lib/pages/userEntityGrant/detail/web.pc.d.ts +++ b/lib/pages/userEntityGrant/detail/web.pc.d.ts @@ -1,4 +1,3 @@ -/// import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../general-app-domain'; export default function Render(props: WebComponentProps import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function render(props: WebComponentProps import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function render(props: WebComponentProps import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../general-app-domain'; export default function Render(props: WebComponentProps import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../general-app-domain'; export default function Render(props: WebComponentProps export default function render(this: any): JSX.Element; diff --git a/lib/pages/userRelation/onEntity/web.d.ts b/lib/pages/userRelation/onEntity/web.d.ts index ad0b8f2aa..11df1296a 100644 --- a/lib/pages/userRelation/onEntity/web.d.ts +++ b/lib/pages/userRelation/onEntity/web.d.ts @@ -1,2 +1 @@ -/// export default function render(this: any): JSX.Element; diff --git a/lib/pages/userRelation/onUser/web.d.ts b/lib/pages/userRelation/onUser/web.d.ts index ad0b8f2aa..11df1296a 100644 --- a/lib/pages/userRelation/onUser/web.d.ts +++ b/lib/pages/userRelation/onUser/web.d.ts @@ -1,2 +1 @@ -/// export default function render(this: any): JSX.Element; diff --git a/lib/pages/userRelation/upsert/byMobile/web.pc.d.ts b/lib/pages/userRelation/upsert/byMobile/web.pc.d.ts index ef231e514..8c8945357 100644 --- a/lib/pages/userRelation/upsert/byMobile/web.pc.d.ts +++ b/lib/pages/userRelation/upsert/byMobile/web.pc.d.ts @@ -1,4 +1,3 @@ -/// import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../../general-app-domain'; export default function Render(props: WebComponentProps import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../../general-app-domain'; export default function Render(props: WebComponentProps export default function render(this: any): JSX.Element; diff --git a/lib/pages/userRelation/upsert/byUserEntityGrant/web.pc.d.ts b/lib/pages/userRelation/upsert/byUserEntityGrant/web.pc.d.ts index d4ffe02e7..7de5e2f13 100644 --- a/lib/pages/userRelation/upsert/byUserEntityGrant/web.pc.d.ts +++ b/lib/pages/userRelation/upsert/byUserEntityGrant/web.pc.d.ts @@ -1,4 +1,3 @@ -/// import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../../general-app-domain'; export default function render(props: WebComponentProps import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../../../general-app-domain'; export default function Render(props: WebComponentProps export default function render(this: any): JSX.Element; diff --git a/lib/pages/userRelation/upsert/onUser/web.pc.d.ts b/lib/pages/userRelation/upsert/onUser/web.pc.d.ts index e17464587..dc6832f7c 100644 --- a/lib/pages/userRelation/upsert/onUser/web.pc.d.ts +++ b/lib/pages/userRelation/upsert/onUser/web.pc.d.ts @@ -1,4 +1,3 @@ -/// import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../../general-app-domain'; export default function Render(props: WebComponentProps export default function render(this: any): JSX.Element; diff --git a/lib/pages/userRelation/upsert/web.pc.d.ts b/lib/pages/userRelation/upsert/web.pc.d.ts index 9779d29cb..fbdc2b78b 100644 --- a/lib/pages/userRelation/upsert/web.pc.d.ts +++ b/lib/pages/userRelation/upsert/web.pc.d.ts @@ -1,4 +1,3 @@ -/// import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../general-app-domain'; export default function Render(props: WebComponentProps import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function render(props: WebComponentProps import { EntityDict } from '../../../general-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; export default function render(props: WebComponentProps