@dckj-npm/lowcode-code-generator 1.2.23 → 1.2.24
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 +280 -280
- package/CONTRIBUTING.md +40 -40
- package/README.md +123 -123
- package/bin/lowcode-code-generator.js +53 -53
- package/dist/cli.js.map +1 -1
- package/dist/standalone-loader.esm.js +1 -1
- package/dist/standalone-loader.esm.js.map +1 -1
- package/dist/standalone-loader.js +1 -1
- package/dist/standalone-loader.js.map +1 -1
- package/dist/standalone-worker.js.map +1 -1
- package/dist/standalone.js.map +1 -1
- package/es/index.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +156 -156
- package/standalone/index.js +6 -6
- package/standalone/package.json +5 -5
- package/standalone-loader/index.js +2 -2
- package/standalone-loader/package.json +6 -6
- package/standalone-worker/index.js +6 -6
- package/standalone-worker/package.json +5 -5
- package/types/analyzer/componentAnalyzer.d.ts +2 -2
- package/types/cli/index.d.ts +2 -2
- package/types/cli/init-solution.d.ts +4 -4
- package/types/cli/run.d.ts +15 -15
- package/types/cli/solutions/example-solution.d.ts +4 -4
- package/types/config/env.d.ts +1 -1
- package/types/const/file.d.ts +2 -2
- package/types/const/generator.d.ts +58 -58
- package/types/const/index.d.ts +11 -11
- package/types/core/jsx/handlers/transformJsExpression.d.ts +5 -5
- package/types/core/jsx/handlers/transformThis2Context.d.ts +9 -9
- package/types/core/jsx/util/isLiteralAtomicExpr.d.ts +4 -4
- package/types/core/jsx/util/isSimpleStraightLiteral.d.ts +3 -3
- package/types/core/vue/handlers/transformJsExpression.d.ts +5 -5
- package/types/core/vue/handlers/transformThis2Context.d.ts +9 -9
- package/types/core/vue/util/isLiteralAtomicExpr.d.ts +4 -4
- package/types/core/vue/util/isSimpleStraightLiteral.d.ts +3 -3
- package/types/generator/ChunkBuilder.d.ts +23 -23
- package/types/generator/CodeBuilder.d.ts +17 -17
- package/types/generator/ModuleBuilder.d.ts +7 -7
- package/types/generator/ProjectBuilder.d.ts +62 -62
- package/types/index.d.ts +260 -260
- package/types/parser/SchemaParser.d.ts +25 -25
- package/types/plugins/common/esmodule.d.ts +8 -8
- package/types/plugins/common/requireUtils.d.ts +3 -3
- package/types/plugins/common/styleImport.d.ts +3 -3
- package/types/plugins/component/rax/commonDeps.d.ts +3 -3
- package/types/plugins/component/rax/const.d.ts +18 -18
- package/types/plugins/component/rax/containerClass.d.ts +3 -3
- package/types/plugins/component/rax/containerInitState.d.ts +7 -7
- package/types/plugins/component/rax/containerInjectContext.d.ts +6 -6
- package/types/plugins/component/rax/containerInjectDataSourceEngine.d.ts +12 -12
- package/types/plugins/component/rax/containerInjectUtils.d.ts +6 -6
- package/types/plugins/component/rax/containerLifeCycle.d.ts +8 -8
- package/types/plugins/component/rax/containerMethods.d.ts +6 -6
- package/types/plugins/component/rax/jsx.d.ts +8 -8
- package/types/plugins/component/react/const.d.ts +9 -9
- package/types/plugins/component/react/containerClass.d.ts +3 -3
- package/types/plugins/component/react/containerInitState.d.ts +7 -7
- package/types/plugins/component/react/containerInjectConstants.d.ts +6 -6
- package/types/plugins/component/react/containerInjectContext.d.ts +6 -6
- package/types/plugins/component/react/containerInjectDataSourceEngine.d.ts +23 -23
- package/types/plugins/component/react/containerInjectI18n.d.ts +6 -6
- package/types/plugins/component/react/containerInjectUtils.d.ts +8 -8
- package/types/plugins/component/react/containerLifeCycle.d.ts +9 -9
- package/types/plugins/component/react/containerMethod.d.ts +6 -6
- package/types/plugins/component/react/jsx.d.ts +7 -7
- package/types/plugins/component/react/reactCommonDeps.d.ts +3 -3
- package/types/plugins/component/style/css.d.ts +7 -7
- package/types/plugins/component/vue/apiImport.d.ts +23 -23
- package/types/plugins/component/vue/containerInitVariable.d.ts +7 -7
- package/types/plugins/component/vue/containerInjectDataSourceEngine.d.ts +23 -23
- package/types/plugins/component/vue/containerLifeCycle.d.ts +9 -9
- package/types/plugins/component/vue/containerMethod.d.ts +6 -6
- package/types/plugins/component/vue/containerVue.d.ts +3 -3
- package/types/plugins/component/vue/convert/convert-function.d.ts +6 -6
- package/types/plugins/component/vue/convert/convert-variable.d.ts +11 -11
- package/types/plugins/component/vue/dataSourceMap.d.ts +7 -7
- package/types/plugins/component/vue/esmodule.d.ts +8 -8
- package/types/plugins/component/vue/routerSecond.d.ts +3 -3
- package/types/plugins/component/vue/template.d.ts +7 -7
- package/types/plugins/component/vue/vueCommonDeps.d.ts +3 -3
- package/types/plugins/project/constants.d.ts +3 -3
- package/types/plugins/project/framework/icejs/index.d.ts +11 -11
- package/types/plugins/project/framework/icejs/plugins/entry.d.ts +3 -3
- package/types/plugins/project/framework/icejs/plugins/entryHtml.d.ts +3 -3
- package/types/plugins/project/framework/icejs/plugins/globalStyle.d.ts +3 -3
- package/types/plugins/project/framework/icejs/plugins/packageJSON.d.ts +26 -26
- package/types/plugins/project/framework/icejs/plugins/router.d.ts +3 -3
- package/types/plugins/project/framework/icejs/template/files/README.md.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/abc.json.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/build.json.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/editorconfig.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/eslintignore.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/eslintrc.js.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/gitignore.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/jsconfig.json.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/prettierignore.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/prettierrc.js.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/src/layouts/BasicLayout/components/Footer/index.jsx.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/src/layouts/BasicLayout/components/Footer/index.style.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/src/layouts/BasicLayout/components/Logo/index.jsx.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/src/layouts/BasicLayout/components/Logo/index.style.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/src/layouts/BasicLayout/components/PageNav/index.jsx.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/src/layouts/BasicLayout/index.jsx.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/src/layouts/BasicLayout/menuConfig.js.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/stylelintignore.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/stylelintrc.js.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/files/tsconfig.json.d.ts +2 -2
- package/types/plugins/project/framework/icejs/template/index.d.ts +3 -3
- package/types/plugins/project/framework/icejs/template/static-files.d.ts +2 -2
- package/types/plugins/project/framework/icejs3/index.d.ts +11 -11
- package/types/plugins/project/framework/icejs3/plugins/appConfig.d.ts +5 -5
- package/types/plugins/project/framework/icejs3/plugins/buildConfig.d.ts +7 -7
- package/types/plugins/project/framework/icejs3/plugins/globalStyle.d.ts +3 -3
- package/types/plugins/project/framework/icejs3/plugins/layout.d.ts +3 -3
- package/types/plugins/project/framework/icejs3/plugins/packageJSON.d.ts +26 -26
- package/types/plugins/project/framework/icejs3/template/files/README.md.d.ts +2 -2
- package/types/plugins/project/framework/icejs3/template/files/browserslistrc.d.ts +2 -2
- package/types/plugins/project/framework/icejs3/template/files/document.d.ts +2 -2
- package/types/plugins/project/framework/icejs3/template/files/gitignore.d.ts +2 -2
- package/types/plugins/project/framework/icejs3/template/files/src/layouts/BasicLayout/components/Footer/index.jsx.d.ts +2 -2
- package/types/plugins/project/framework/icejs3/template/files/src/layouts/BasicLayout/components/Footer/index.style.d.ts +2 -2
- package/types/plugins/project/framework/icejs3/template/files/src/layouts/BasicLayout/components/Logo/index.jsx.d.ts +2 -2
- package/types/plugins/project/framework/icejs3/template/files/src/layouts/BasicLayout/components/Logo/index.style.d.ts +2 -2
- package/types/plugins/project/framework/icejs3/template/files/src/layouts/BasicLayout/components/PageNav/index.jsx.d.ts +2 -2
- package/types/plugins/project/framework/icejs3/template/files/src/layouts/BasicLayout/index.jsx.d.ts +2 -2
- package/types/plugins/project/framework/icejs3/template/files/src/layouts/BasicLayout/menuConfig.js.d.ts +2 -2
- package/types/plugins/project/framework/icejs3/template/files/tsconfig.d.ts +2 -2
- package/types/plugins/project/framework/icejs3/template/files/typings.d.ts +2 -2
- package/types/plugins/project/framework/icejs3/template/index.d.ts +3 -3
- package/types/plugins/project/framework/icejs3/template/static-files.d.ts +2 -2
- package/types/plugins/project/framework/rax/index.d.ts +12 -12
- package/types/plugins/project/framework/rax/plugins/appConfig.d.ts +4 -4
- package/types/plugins/project/framework/rax/plugins/buildConfig.d.ts +4 -4
- package/types/plugins/project/framework/rax/plugins/entry.d.ts +4 -4
- package/types/plugins/project/framework/rax/plugins/entryDocument.d.ts +7 -7
- package/types/plugins/project/framework/rax/plugins/globalStyle.d.ts +6 -6
- package/types/plugins/project/framework/rax/plugins/packageJSON.d.ts +4 -4
- package/types/plugins/project/framework/rax/template/files/.eslintignore.d.ts +2 -2
- package/types/plugins/project/framework/rax/template/files/.eslintrc.js.d.ts +2 -2
- package/types/plugins/project/framework/rax/template/files/.gitignore.d.ts +2 -2
- package/types/plugins/project/framework/rax/template/files/.prettierignore.d.ts +2 -2
- package/types/plugins/project/framework/rax/template/files/.prettierrc.js.d.ts +2 -2
- package/types/plugins/project/framework/rax/template/files/.stylelintignore.d.ts +2 -2
- package/types/plugins/project/framework/rax/template/files/.stylelintrc.js.d.ts +2 -2
- package/types/plugins/project/framework/rax/template/files/README.md.d.ts +2 -2
- package/types/plugins/project/framework/rax/template/files/jsconfig.json.d.ts +2 -2
- package/types/plugins/project/framework/rax/template/files/tsconfig.json.d.ts +2 -2
- package/types/plugins/project/framework/rax/template/index.d.ts +3 -3
- package/types/plugins/project/framework/rax/template/static-files.d.ts +2 -2
- package/types/plugins/project/framework/rax/types/RaxFrameworkOptions.d.ts +81 -81
- package/types/plugins/project/framework/vuejs3/index.d.ts +11 -11
- package/types/plugins/project/framework/vuejs3/plugins/form.d.ts +3 -3
- package/types/plugins/project/framework/vuejs3/plugins/hooks.d.ts +3 -3
- package/types/plugins/project/framework/vuejs3/plugins/main.d.ts +4 -4
- package/types/plugins/project/framework/vuejs3/plugins/packageJSON.d.ts +26 -26
- package/types/plugins/project/framework/vuejs3/plugins/router.d.ts +3 -3
- package/types/plugins/project/framework/vuejs3/template/files/css/global.scss.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/css/mixin.scss.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/css/theme.css.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/env.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/eslintignore.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/eslintrc.yml.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/gitignore.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/index.html.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/npmrc.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/postcss.config.cjs.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/prettierignore.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/prettierrc.yml.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/src/App.vue.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/src/main.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/src/utils/utils.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/src/views/baseIndexA/tabs.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/src/views/baseIndexA/welcome.vue.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/src/vite-env.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/tsconfig.json.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/tsconfig.node.json.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/files/vite.config.ts.d.ts +2 -2
- package/types/plugins/project/framework/vuejs3/template/index.d.ts +3 -3
- package/types/plugins/project/framework/vuejs3/template/static-files.d.ts +2 -2
- package/types/plugins/project/i18n.d.ts +3 -3
- package/types/plugins/project/utils.d.ts +3 -3
- package/types/polyfills/buffer.d.ts +1 -1
- package/types/postprocessor/index.d.ts +2 -2
- package/types/postprocessor/prettier/index.d.ts +8 -8
- package/types/publisher/disk/index.d.ts +13 -13
- package/types/publisher/disk/utils.d.ts +9 -9
- package/types/publisher/zip/index.d.ts +14 -14
- package/types/publisher/zip/utils.d.ts +5 -5
- package/types/solutions/icejs.d.ts +18 -18
- package/types/solutions/icejs3.d.ts +15 -15
- package/types/solutions/rax-app.d.ts +27 -27
- package/types/solutions/vuejs3.d.ts +22 -22
- package/types/standalone-loader.d.ts +17 -17
- package/types/standalone-worker.d.ts +1 -1
- package/types/standalone.d.ts +260 -260
- package/types/types/analyze.d.ts +5 -5
- package/types/types/column-type.d.ts +316 -316
- package/types/types/core.d.ts +197 -197
- package/types/types/datasource-extra-base.d.ts +32 -32
- package/types/types/datasource-page-helper.d.ts +30 -30
- package/types/types/deps.d.ts +36 -36
- package/types/types/error.d.ts +10 -10
- package/types/types/file.d.ts +14 -14
- package/types/types/index.d.ts +8 -8
- package/types/types/intermediate.d.ts +234 -234
- package/types/types/jsx.d.ts +34 -34
- package/types/types/publisher.d.ts +14 -14
- package/types/types/tab.d.ts +6 -6
- package/types/utils/OrderedSet.d.ts +9 -9
- package/types/utils/Scope.d.ts +12 -12
- package/types/utils/ScopeBindings.d.ts +20 -20
- package/types/utils/aopHelper.d.ts +2 -2
- package/types/utils/apiHandler.d.ts +4 -4
- package/types/utils/changeCase.d.ts +10 -10
- package/types/utils/columnType.d.ts +1 -1
- package/types/utils/common.d.ts +14 -14
- package/types/utils/compositeType.d.ts +3 -3
- package/types/utils/dataSource.d.ts +17 -17
- package/types/utils/debug.d.ts +2 -2
- package/types/utils/encodeJsxAttrString.d.ts +1 -1
- package/types/utils/errors.d.ts +4 -4
- package/types/utils/expressionParser.d.ts +16 -16
- package/types/utils/format.d.ts +1 -1
- package/types/utils/index.d.ts +15 -15
- package/types/utils/jsExpression.d.ts +50 -50
- package/types/utils/jsSlot.d.ts +2 -2
- package/types/utils/jsxHelpers.d.ts +5 -5
- package/types/utils/nodeToJSX.d.ts +32 -32
- package/types/utils/nodeToTemplate.d.ts +17 -17
- package/types/utils/pathHelper.d.ts +6 -6
- package/types/utils/requestHandle.d.ts +77 -77
- package/types/utils/resultHelper.d.ts +51 -51
- package/types/utils/routerHandle.d.ts +11 -11
- package/types/utils/schema.d.ts +24 -24
- package/types/utils/templateHelper.d.ts +11 -11
- package/types/utils/theme.d.ts +9 -9
- package/types/utils/validate.d.ts +8 -8
- package/types/utils/version.d.ts +1 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
declare const pluginFactory: BuilderComponentPluginFactory<unknown>;
|
|
3
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
declare const pluginFactory: BuilderComponentPluginFactory<unknown>;
|
|
3
|
+
export default pluginFactory;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export declare const RAX_CHUNK_NAME: {
|
|
2
|
-
ClassDidMountBegin: string;
|
|
3
|
-
ClassDidMountContent: string;
|
|
4
|
-
ClassDidMountEnd: string;
|
|
5
|
-
ClassWillUnmountBegin: string;
|
|
6
|
-
ClassWillUnmountContent: string;
|
|
7
|
-
ClassWillUnmountEnd: string;
|
|
8
|
-
ClassRenderBegin: string;
|
|
9
|
-
ClassRenderPre: string;
|
|
10
|
-
ClassRenderJSX: string;
|
|
11
|
-
ClassRenderEnd: string;
|
|
12
|
-
MethodsBegin: string;
|
|
13
|
-
MethodsContent: string;
|
|
14
|
-
MethodsEnd: string;
|
|
15
|
-
LifeCyclesBegin: string;
|
|
16
|
-
LifeCyclesContent: string;
|
|
17
|
-
LifeCyclesEnd: string;
|
|
18
|
-
};
|
|
1
|
+
export declare const RAX_CHUNK_NAME: {
|
|
2
|
+
ClassDidMountBegin: string;
|
|
3
|
+
ClassDidMountContent: string;
|
|
4
|
+
ClassDidMountEnd: string;
|
|
5
|
+
ClassWillUnmountBegin: string;
|
|
6
|
+
ClassWillUnmountContent: string;
|
|
7
|
+
ClassWillUnmountEnd: string;
|
|
8
|
+
ClassRenderBegin: string;
|
|
9
|
+
ClassRenderPre: string;
|
|
10
|
+
ClassRenderJSX: string;
|
|
11
|
+
ClassRenderEnd: string;
|
|
12
|
+
MethodsBegin: string;
|
|
13
|
+
MethodsContent: string;
|
|
14
|
+
MethodsEnd: string;
|
|
15
|
+
LifeCyclesBegin: string;
|
|
16
|
+
LifeCyclesContent: string;
|
|
17
|
+
LifeCyclesEnd: string;
|
|
18
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
declare const pluginFactory: BuilderComponentPluginFactory<unknown>;
|
|
3
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
declare const pluginFactory: BuilderComponentPluginFactory<unknown>;
|
|
3
|
+
export default pluginFactory;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType: string;
|
|
4
|
-
implementType: 'inConstructor' | 'insMember' | 'hooks';
|
|
5
|
-
}
|
|
6
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
7
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType: string;
|
|
4
|
+
implementType: 'inConstructor' | 'insMember' | 'hooks';
|
|
5
|
+
}
|
|
6
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
7
|
+
export default pluginFactory;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType: string;
|
|
4
|
-
}
|
|
5
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
6
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType: string;
|
|
4
|
+
}
|
|
5
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
6
|
+
export default pluginFactory;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
import { RaxFrameworkOptions } from '../../project/framework/rax/types/RaxFrameworkOptions';
|
|
3
|
-
export interface PluginConfig extends RaxFrameworkOptions {
|
|
4
|
-
fileType?: string;
|
|
5
|
-
/**
|
|
6
|
-
* 数据源的 handlers 的映射配置
|
|
7
|
-
* @deprecated 请使用 datasourceConfig.handlersPackages 来配置
|
|
8
|
-
*/
|
|
9
|
-
dataSourceHandlersPackageMap?: Record<string, string>;
|
|
10
|
-
}
|
|
11
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
12
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
import { RaxFrameworkOptions } from '../../project/framework/rax/types/RaxFrameworkOptions';
|
|
3
|
+
export interface PluginConfig extends RaxFrameworkOptions {
|
|
4
|
+
fileType?: string;
|
|
5
|
+
/**
|
|
6
|
+
* 数据源的 handlers 的映射配置
|
|
7
|
+
* @deprecated 请使用 datasourceConfig.handlersPackages 来配置
|
|
8
|
+
*/
|
|
9
|
+
dataSourceHandlersPackageMap?: Record<string, string>;
|
|
10
|
+
}
|
|
11
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
12
|
+
export default pluginFactory;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType: string;
|
|
4
|
-
}
|
|
5
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
6
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType: string;
|
|
4
|
+
}
|
|
5
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
6
|
+
export default pluginFactory;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType: string;
|
|
4
|
-
exportNameMapping: Record<string, string>;
|
|
5
|
-
normalizeNameMapping: Record<string, string>;
|
|
6
|
-
}
|
|
7
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
8
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType: string;
|
|
4
|
+
exportNameMapping: Record<string, string>;
|
|
5
|
+
normalizeNameMapping: Record<string, string>;
|
|
6
|
+
}
|
|
7
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
8
|
+
export default pluginFactory;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType: string;
|
|
4
|
-
}
|
|
5
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
6
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType: string;
|
|
4
|
+
}
|
|
5
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
6
|
+
export default pluginFactory;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType: string;
|
|
4
|
-
/** 是否要忽略小程序 */
|
|
5
|
-
ignoreMiniApp?: boolean;
|
|
6
|
-
}
|
|
7
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
8
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType: string;
|
|
4
|
+
/** 是否要忽略小程序 */
|
|
5
|
+
ignoreMiniApp?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
8
|
+
export default pluginFactory;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare const REACT_CHUNK_NAME: {
|
|
2
|
-
ClassRenderStart: string;
|
|
3
|
-
ClassRenderPre: string;
|
|
4
|
-
ClassRenderEnd: string;
|
|
5
|
-
ClassRenderJSX: string;
|
|
6
|
-
ClassDidMountStart: string;
|
|
7
|
-
ClassDidMountEnd: string;
|
|
8
|
-
ClassDidMountContent: string;
|
|
9
|
-
};
|
|
1
|
+
export declare const REACT_CHUNK_NAME: {
|
|
2
|
+
ClassRenderStart: string;
|
|
3
|
+
ClassRenderPre: string;
|
|
4
|
+
ClassRenderEnd: string;
|
|
5
|
+
ClassRenderJSX: string;
|
|
6
|
+
ClassDidMountStart: string;
|
|
7
|
+
ClassDidMountEnd: string;
|
|
8
|
+
ClassDidMountContent: string;
|
|
9
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
declare const pluginFactory: BuilderComponentPluginFactory<unknown>;
|
|
3
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
declare const pluginFactory: BuilderComponentPluginFactory<unknown>;
|
|
3
|
+
export default pluginFactory;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType?: string;
|
|
4
|
-
implementType: 'inConstructor' | 'insMember' | 'hooks';
|
|
5
|
-
}
|
|
6
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
7
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType?: string;
|
|
4
|
+
implementType: 'inConstructor' | 'insMember' | 'hooks';
|
|
5
|
+
}
|
|
6
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
7
|
+
export default pluginFactory;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType: string;
|
|
4
|
-
}
|
|
5
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
6
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType: string;
|
|
4
|
+
}
|
|
5
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
6
|
+
export default pluginFactory;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType: string;
|
|
4
|
-
}
|
|
5
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
6
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType: string;
|
|
4
|
+
}
|
|
5
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
6
|
+
export default pluginFactory;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType?: string;
|
|
4
|
-
/**
|
|
5
|
-
* 数据源配置
|
|
6
|
-
*/
|
|
7
|
-
datasourceConfig?: {
|
|
8
|
-
/** 数据源引擎的版本 */
|
|
9
|
-
engineVersion?: string;
|
|
10
|
-
/** 数据源引擎的包名 */
|
|
11
|
-
enginePackage?: string;
|
|
12
|
-
/** 数据源 handlers 的版本 */
|
|
13
|
-
handlersVersion?: {
|
|
14
|
-
[key: string]: string;
|
|
15
|
-
};
|
|
16
|
-
/** 数据源 handlers 的包名 */
|
|
17
|
-
handlersPackages?: {
|
|
18
|
-
[key: string]: string;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
23
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType?: string;
|
|
4
|
+
/**
|
|
5
|
+
* 数据源配置
|
|
6
|
+
*/
|
|
7
|
+
datasourceConfig?: {
|
|
8
|
+
/** 数据源引擎的版本 */
|
|
9
|
+
engineVersion?: string;
|
|
10
|
+
/** 数据源引擎的包名 */
|
|
11
|
+
enginePackage?: string;
|
|
12
|
+
/** 数据源 handlers 的版本 */
|
|
13
|
+
handlersVersion?: {
|
|
14
|
+
[key: string]: string;
|
|
15
|
+
};
|
|
16
|
+
/** 数据源 handlers 的包名 */
|
|
17
|
+
handlersPackages?: {
|
|
18
|
+
[key: string]: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
23
|
+
export default pluginFactory;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType: string;
|
|
4
|
-
}
|
|
5
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
6
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType: string;
|
|
4
|
+
}
|
|
5
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
6
|
+
export default pluginFactory;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType?: string;
|
|
4
|
-
/** prefer using class property to define utils */
|
|
5
|
-
preferClassProperty?: boolean;
|
|
6
|
-
}
|
|
7
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
8
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType?: string;
|
|
4
|
+
/** prefer using class property to define utils */
|
|
5
|
+
preferClassProperty?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
8
|
+
export default pluginFactory;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType?: string;
|
|
4
|
-
exportNameMapping?: Record<string, string>;
|
|
5
|
-
normalizeNameMapping?: Record<string, string>;
|
|
6
|
-
exclude?: string[];
|
|
7
|
-
}
|
|
8
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
9
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType?: string;
|
|
4
|
+
exportNameMapping?: Record<string, string>;
|
|
5
|
+
normalizeNameMapping?: Record<string, string>;
|
|
6
|
+
exclude?: string[];
|
|
7
|
+
}
|
|
8
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
9
|
+
export default pluginFactory;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType: string;
|
|
4
|
-
}
|
|
5
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
6
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType: string;
|
|
4
|
+
}
|
|
5
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
6
|
+
export default pluginFactory;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType?: string;
|
|
4
|
-
nodeTypeMapping?: Record<string, string>;
|
|
5
|
-
}
|
|
6
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
7
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType?: string;
|
|
4
|
+
nodeTypeMapping?: Record<string, string>;
|
|
5
|
+
}
|
|
6
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
7
|
+
export default pluginFactory;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
declare const pluginFactory: BuilderComponentPluginFactory<unknown>;
|
|
3
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
declare const pluginFactory: BuilderComponentPluginFactory<unknown>;
|
|
3
|
+
export default pluginFactory;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType: string;
|
|
4
|
-
moduleFileType: string;
|
|
5
|
-
}
|
|
6
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
7
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType: string;
|
|
4
|
+
moduleFileType: string;
|
|
5
|
+
}
|
|
6
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
7
|
+
export default pluginFactory;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType?: string;
|
|
4
|
-
/**
|
|
5
|
-
* 数据源配置
|
|
6
|
-
*/
|
|
7
|
-
datasourceConfig?: {
|
|
8
|
-
/** 数据源引擎的版本 */
|
|
9
|
-
engineVersion?: string;
|
|
10
|
-
/** 数据源引擎的包名 */
|
|
11
|
-
enginePackage?: string;
|
|
12
|
-
/** 数据源 handlers 的版本 */
|
|
13
|
-
handlersVersion?: {
|
|
14
|
-
[key: string]: string;
|
|
15
|
-
};
|
|
16
|
-
/** 数据源 handlers 的包名 */
|
|
17
|
-
handlersPackages?: {
|
|
18
|
-
[key: string]: string;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
23
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType?: string;
|
|
4
|
+
/**
|
|
5
|
+
* 数据源配置
|
|
6
|
+
*/
|
|
7
|
+
datasourceConfig?: {
|
|
8
|
+
/** 数据源引擎的版本 */
|
|
9
|
+
engineVersion?: string;
|
|
10
|
+
/** 数据源引擎的包名 */
|
|
11
|
+
enginePackage?: string;
|
|
12
|
+
/** 数据源 handlers 的版本 */
|
|
13
|
+
handlersVersion?: {
|
|
14
|
+
[key: string]: string;
|
|
15
|
+
};
|
|
16
|
+
/** 数据源 handlers 的包名 */
|
|
17
|
+
handlersPackages?: {
|
|
18
|
+
[key: string]: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
23
|
+
export default pluginFactory;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType?: string;
|
|
4
|
-
implementType: 'inConstructor' | 'insMember' | 'hooks';
|
|
5
|
-
}
|
|
6
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
7
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType?: string;
|
|
4
|
+
implementType: 'inConstructor' | 'insMember' | 'hooks';
|
|
5
|
+
}
|
|
6
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
7
|
+
export default pluginFactory;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType?: string;
|
|
4
|
-
/**
|
|
5
|
-
* 数据源配置
|
|
6
|
-
*/
|
|
7
|
-
datasourceConfig?: {
|
|
8
|
-
/** 数据源引擎的版本 */
|
|
9
|
-
engineVersion?: string;
|
|
10
|
-
/** 数据源引擎的包名 */
|
|
11
|
-
enginePackage?: string;
|
|
12
|
-
/** 数据源 handlers 的版本 */
|
|
13
|
-
handlersVersion?: {
|
|
14
|
-
[key: string]: string;
|
|
15
|
-
};
|
|
16
|
-
/** 数据源 handlers 的包名 */
|
|
17
|
-
handlersPackages?: {
|
|
18
|
-
[key: string]: string;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
23
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType?: string;
|
|
4
|
+
/**
|
|
5
|
+
* 数据源配置
|
|
6
|
+
*/
|
|
7
|
+
datasourceConfig?: {
|
|
8
|
+
/** 数据源引擎的版本 */
|
|
9
|
+
engineVersion?: string;
|
|
10
|
+
/** 数据源引擎的包名 */
|
|
11
|
+
enginePackage?: string;
|
|
12
|
+
/** 数据源 handlers 的版本 */
|
|
13
|
+
handlersVersion?: {
|
|
14
|
+
[key: string]: string;
|
|
15
|
+
};
|
|
16
|
+
/** 数据源 handlers 的包名 */
|
|
17
|
+
handlersPackages?: {
|
|
18
|
+
[key: string]: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
23
|
+
export default pluginFactory;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType?: string;
|
|
4
|
-
exportNameMapping?: Record<string, string>;
|
|
5
|
-
normalizeNameMapping?: Record<string, string>;
|
|
6
|
-
exclude?: string[];
|
|
7
|
-
}
|
|
8
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
9
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType?: string;
|
|
4
|
+
exportNameMapping?: Record<string, string>;
|
|
5
|
+
normalizeNameMapping?: Record<string, string>;
|
|
6
|
+
exclude?: string[];
|
|
7
|
+
}
|
|
8
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
9
|
+
export default pluginFactory;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType: string;
|
|
4
|
-
}
|
|
5
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
6
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType: string;
|
|
4
|
+
}
|
|
5
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
6
|
+
export default pluginFactory;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
declare const pluginFactory: BuilderComponentPluginFactory<unknown>;
|
|
3
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
declare const pluginFactory: BuilderComponentPluginFactory<unknown>;
|
|
3
|
+
export default pluginFactory;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
updateVariable: string;
|
|
3
|
-
goPage: string;
|
|
4
|
-
pageHelperInfo: string;
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
updateVariable: string;
|
|
3
|
+
goPage: string;
|
|
4
|
+
pageHelperInfo: string;
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
/**
|
|
3
|
-
* 处理请求参数里的itemList
|
|
4
|
-
* @param value
|
|
5
|
-
*/
|
|
6
|
-
itemList: (value: string) => {
|
|
7
|
-
key: string;
|
|
8
|
-
value: string;
|
|
9
|
-
}[];
|
|
10
|
-
};
|
|
11
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
/**
|
|
3
|
+
* 处理请求参数里的itemList
|
|
4
|
+
* @param value
|
|
5
|
+
*/
|
|
6
|
+
itemList: (value: string) => {
|
|
7
|
+
key: string;
|
|
8
|
+
value: string;
|
|
9
|
+
}[];
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType?: string;
|
|
4
|
-
implementType: 'inConstructor' | 'insMember' | 'hooks';
|
|
5
|
-
}
|
|
6
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
7
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType?: string;
|
|
4
|
+
implementType: 'inConstructor' | 'insMember' | 'hooks';
|
|
5
|
+
}
|
|
6
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
7
|
+
export default pluginFactory;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory, IDependency } from '../../../types';
|
|
2
|
-
export interface PluginConfig {
|
|
3
|
-
fileType?: string;
|
|
4
|
-
useAliasName?: boolean;
|
|
5
|
-
filter?: (deps: IDependency[]) => IDependency[];
|
|
6
|
-
}
|
|
7
|
-
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
8
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory, IDependency } from '../../../types';
|
|
2
|
+
export interface PluginConfig {
|
|
3
|
+
fileType?: string;
|
|
4
|
+
useAliasName?: boolean;
|
|
5
|
+
filter?: (deps: IDependency[]) => IDependency[];
|
|
6
|
+
}
|
|
7
|
+
declare const pluginFactory: BuilderComponentPluginFactory<PluginConfig>;
|
|
8
|
+
export default pluginFactory;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
-
declare const pluginFactory: BuilderComponentPluginFactory<unknown>;
|
|
3
|
-
export default pluginFactory;
|
|
1
|
+
import { BuilderComponentPluginFactory } from '../../../types';
|
|
2
|
+
declare const pluginFactory: BuilderComponentPluginFactory<unknown>;
|
|
3
|
+
export default pluginFactory;
|