@cloudbase/cals 1.1.14-alpha.1 → 1.2.0
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/lib/{parser → cjs/parser}/cals/index.d.ts +1 -1
- package/lib/cjs/parser/cals/index.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/block/helpers/get-component-namespace.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/block/helpers/merge-dataset.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/block/helpers/merge-listeners.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/block/helpers/merge-resources.d.ts.map +1 -0
- package/lib/{parser → cjs/parser}/cals/utils/block/helpers/remap-component-ids.d.ts +2 -2
- package/lib/cjs/parser/cals/utils/block/helpers/remap-component-ids.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/block/helpers/renew-id-in-code.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/block/helpers/renew-id-in-expr.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/block/helpers/renew-id-in-resource.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/block/helpers/resolve-new-id.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/block/index.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/code/index.d.ts.map +1 -0
- package/lib/{parser → cjs/parser}/cals/utils/common.d.ts +1 -1
- package/lib/cjs/parser/cals/utils/common.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/getUsedReference.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/getUsedResources.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/runtime.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/spinoff/index.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/style.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/template.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/version/common.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/version/config.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/version/index.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/version/parses.d.ts.map +1 -0
- package/lib/cjs/parser/cals/utils/version/utils.d.ts.map +1 -0
- package/lib/cjs/parser/dependiencies/index.d.ts.map +1 -0
- package/lib/cjs/parser/expression/index.d.ts.map +1 -0
- package/lib/cjs/parser/index.d.ts.map +1 -0
- package/lib/cjs/parser/plugins/postcss-rpx2clac.d.ts.map +1 -0
- package/lib/cjs/types/basic/app.d.ts.map +1 -0
- package/lib/cjs/types/basic/common.d.ts.map +1 -0
- package/lib/cjs/types/basic/component.d.ts.map +1 -0
- package/lib/cjs/types/basic/datasource.d.ts.map +1 -0
- package/lib/cjs/types/index.d.ts.map +1 -0
- package/lib/{types → cjs/types}/lcds.d.ts +4 -4
- package/lib/cjs/types/lcds.d.ts.map +1 -0
- package/lib/{types → cjs/types}/platform/app.d.ts +2 -2
- package/lib/cjs/types/platform/app.d.ts.map +1 -0
- package/lib/cjs/types/platform/common.d.ts.map +1 -0
- package/lib/{types → cjs/types}/platform/component.d.ts +1 -1
- package/lib/cjs/types/platform/component.d.ts.map +1 -0
- package/lib/{types → cjs/types}/platform/datasource.d.ts +4 -4
- package/lib/cjs/types/platform/datasource.d.ts.map +1 -0
- package/lib/cjs/types/platform/eventFlow.d.ts.map +1 -0
- package/lib/cjs/types/platform/query.d.ts.map +1 -0
- package/lib/{types → cjs/types}/platform/theme.d.ts +4 -4
- package/lib/cjs/types/platform/theme.d.ts.map +1 -0
- package/lib/cjs/utils/CSSProperty.d.ts.map +1 -0
- package/lib/cjs/utils/color-generator/core.d.ts.map +1 -0
- package/lib/cjs/utils/color-generator/generate.d.ts.map +1 -0
- package/lib/cjs/utils/color-generator/utils.d.ts.map +1 -0
- package/lib/cjs/utils/constant.d.ts.map +1 -0
- package/lib/cjs/utils/dts/auto-generated.d.ts.map +1 -0
- package/lib/{utils → cjs/utils}/dts/build.d.ts.map +1 -1
- package/lib/cjs/utils/dts/index.d.ts.map +1 -0
- package/lib/cjs/utils/index.d.ts.map +1 -0
- package/lib/cjs/utils/version/common.d.ts.map +1 -0
- package/lib/cjs/utils/version/featureChecker.d.ts.map +1 -0
- package/lib/cjs/utils/version/migrations/version4.d.ts.map +1 -0
- package/lib/esm/parser/cals/index.d.ts +625 -0
- package/lib/esm/parser/cals/index.d.ts.map +1 -0
- package/lib/esm/parser/cals/index.js +1548 -0
- package/lib/esm/parser/cals/utils/block/helpers/get-component-namespace.d.ts +2 -0
- package/lib/esm/parser/cals/utils/block/helpers/get-component-namespace.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/block/helpers/get-component-namespace.js +5 -0
- package/lib/esm/parser/cals/utils/block/helpers/merge-dataset.d.ts +6 -0
- package/lib/esm/parser/cals/utils/block/helpers/merge-dataset.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/block/helpers/merge-dataset.js +13 -0
- package/lib/esm/parser/cals/utils/block/helpers/merge-listeners.d.ts +6 -0
- package/lib/esm/parser/cals/utils/block/helpers/merge-listeners.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/block/helpers/merge-listeners.js +10 -0
- package/lib/esm/parser/cals/utils/block/helpers/merge-resources.d.ts +6 -0
- package/lib/esm/parser/cals/utils/block/helpers/merge-resources.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/block/helpers/merge-resources.js +25 -0
- package/lib/esm/parser/cals/utils/block/helpers/remap-component-ids.d.ts +30 -0
- package/lib/esm/parser/cals/utils/block/helpers/remap-component-ids.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/block/helpers/remap-component-ids.js +125 -0
- package/lib/esm/parser/cals/utils/block/helpers/renew-id-in-code.d.ts +7 -0
- package/lib/esm/parser/cals/utils/block/helpers/renew-id-in-code.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/block/helpers/renew-id-in-code.js +9 -0
- package/lib/esm/parser/cals/utils/block/helpers/renew-id-in-expr.d.ts +8 -0
- package/lib/esm/parser/cals/utils/block/helpers/renew-id-in-expr.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/block/helpers/renew-id-in-expr.js +56 -0
- package/lib/esm/parser/cals/utils/block/helpers/renew-id-in-resource.d.ts +15 -0
- package/lib/esm/parser/cals/utils/block/helpers/renew-id-in-resource.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/block/helpers/renew-id-in-resource.js +13 -0
- package/lib/esm/parser/cals/utils/block/helpers/resolve-new-id.d.ts +7 -0
- package/lib/esm/parser/cals/utils/block/helpers/resolve-new-id.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/block/helpers/resolve-new-id.js +17 -0
- package/lib/esm/parser/cals/utils/block/index.d.ts +67 -0
- package/lib/esm/parser/cals/utils/block/index.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/block/index.js +451 -0
- package/lib/esm/parser/cals/utils/code/index.d.ts +36 -0
- package/lib/esm/parser/cals/utils/code/index.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/code/index.js +401 -0
- package/lib/esm/parser/cals/utils/common.d.ts +35 -0
- package/lib/esm/parser/cals/utils/common.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/common.js +301 -0
- package/lib/esm/parser/cals/utils/getUsedReference.d.ts +8 -0
- package/lib/esm/parser/cals/utils/getUsedReference.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/getUsedReference.js +54 -0
- package/lib/esm/parser/cals/utils/getUsedResources.d.ts +10 -0
- package/lib/esm/parser/cals/utils/getUsedResources.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/getUsedResources.js +132 -0
- package/lib/esm/parser/cals/utils/runtime.d.ts +14 -0
- package/lib/esm/parser/cals/utils/runtime.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/runtime.js +254 -0
- package/lib/esm/parser/cals/utils/spinoff/index.d.ts +10 -0
- package/lib/esm/parser/cals/utils/spinoff/index.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/spinoff/index.js +95 -0
- package/lib/esm/parser/cals/utils/style.d.ts +43 -0
- package/lib/esm/parser/cals/utils/style.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/style.js +463 -0
- package/lib/esm/parser/cals/utils/template.d.ts +6 -0
- package/lib/esm/parser/cals/utils/template.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/template.js +221 -0
- package/lib/esm/parser/cals/utils/version/common.d.ts +5 -0
- package/lib/esm/parser/cals/utils/version/common.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/version/common.js +375 -0
- package/lib/esm/parser/cals/utils/version/config.d.ts +16 -0
- package/lib/esm/parser/cals/utils/version/config.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/version/config.js +241 -0
- package/lib/esm/parser/cals/utils/version/index.d.ts +3 -0
- package/lib/esm/parser/cals/utils/version/index.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/version/index.js +68 -0
- package/lib/esm/parser/cals/utils/version/parses.d.ts +16 -0
- package/lib/esm/parser/cals/utils/version/parses.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/version/parses.js +560 -0
- package/lib/esm/parser/cals/utils/version/utils.d.ts +14 -0
- package/lib/esm/parser/cals/utils/version/utils.d.ts.map +1 -0
- package/lib/esm/parser/cals/utils/version/utils.js +129 -0
- package/lib/esm/parser/dependiencies/index.d.ts +143 -0
- package/lib/esm/parser/dependiencies/index.d.ts.map +1 -0
- package/lib/esm/parser/dependiencies/index.js +684 -0
- package/lib/esm/parser/expression/index.d.ts +123 -0
- package/lib/esm/parser/expression/index.d.ts.map +1 -0
- package/lib/esm/parser/expression/index.js +296 -0
- package/lib/esm/parser/index.d.ts +13 -0
- package/lib/esm/parser/index.d.ts.map +1 -0
- package/lib/esm/parser/index.js +12 -0
- package/lib/esm/parser/plugins/postcss-rpx2clac.d.ts +18 -0
- package/lib/esm/parser/plugins/postcss-rpx2clac.d.ts.map +1 -0
- package/lib/esm/parser/plugins/postcss-rpx2clac.js +67 -0
- package/lib/esm/types/basic/app.d.ts +76 -0
- package/lib/esm/types/basic/app.d.ts.map +1 -0
- package/lib/esm/types/basic/app.js +1 -0
- package/lib/esm/types/basic/common.d.ts +125 -0
- package/lib/esm/types/basic/common.d.ts.map +1 -0
- package/lib/esm/types/basic/common.js +1 -0
- package/lib/esm/types/basic/component.d.ts +212 -0
- package/lib/esm/types/basic/component.d.ts.map +1 -0
- package/lib/esm/types/basic/component.js +1 -0
- package/lib/esm/types/basic/datasource.d.ts +50 -0
- package/lib/esm/types/basic/datasource.d.ts.map +1 -0
- package/lib/esm/types/basic/datasource.js +1 -0
- package/lib/esm/types/index.d.ts +12 -0
- package/lib/esm/types/index.d.ts.map +1 -0
- package/lib/esm/types/index.js +14 -0
- package/lib/esm/types/lcds.d.ts +610 -0
- package/lib/esm/types/lcds.d.ts.map +1 -0
- package/lib/esm/types/lcds.js +22 -0
- package/lib/esm/types/platform/app.d.ts +276 -0
- package/lib/esm/types/platform/app.d.ts.map +1 -0
- package/lib/esm/types/platform/app.js +8 -0
- package/lib/esm/types/platform/common.d.ts +190 -0
- package/lib/esm/types/platform/common.d.ts.map +1 -0
- package/lib/esm/types/platform/common.js +84 -0
- package/lib/esm/types/platform/component.d.ts +166 -0
- package/lib/esm/types/platform/component.d.ts.map +1 -0
- package/lib/esm/types/platform/component.js +8 -0
- package/lib/esm/types/platform/datasource.d.ts +500 -0
- package/lib/esm/types/platform/datasource.d.ts.map +1 -0
- package/lib/esm/types/platform/datasource.js +6 -0
- package/lib/esm/types/platform/eventFlow.d.ts +20 -0
- package/lib/esm/types/platform/eventFlow.d.ts.map +1 -0
- package/lib/esm/types/platform/eventFlow.js +1 -0
- package/lib/esm/types/platform/query.d.ts +78 -0
- package/lib/esm/types/platform/query.d.ts.map +1 -0
- package/lib/esm/types/platform/query.js +12 -0
- package/lib/esm/types/platform/theme.d.ts +47 -0
- package/lib/esm/types/platform/theme.d.ts.map +1 -0
- package/lib/esm/types/platform/theme.js +1 -0
- package/lib/esm/utils/CSSProperty.d.ts +64 -0
- package/lib/esm/utils/CSSProperty.d.ts.map +1 -0
- package/lib/esm/utils/CSSProperty.js +86 -0
- package/lib/esm/utils/color-generator/core.d.ts +52 -0
- package/lib/esm/utils/color-generator/core.d.ts.map +1 -0
- package/lib/esm/utils/color-generator/core.js +57 -0
- package/lib/esm/utils/color-generator/generate.d.ts +67 -0
- package/lib/esm/utils/color-generator/generate.d.ts.map +1 -0
- package/lib/esm/utils/color-generator/generate.js +92 -0
- package/lib/esm/utils/color-generator/utils.d.ts +15 -0
- package/lib/esm/utils/color-generator/utils.d.ts.map +1 -0
- package/lib/esm/utils/color-generator/utils.js +30 -0
- package/lib/esm/utils/constant.d.ts +65 -0
- package/lib/esm/utils/constant.d.ts.map +1 -0
- package/lib/esm/utils/constant.js +69 -0
- package/lib/esm/utils/dts/auto-generated.d.ts +2 -0
- package/lib/esm/utils/dts/auto-generated.d.ts.map +1 -0
- package/lib/esm/utils/dts/auto-generated.js +1796 -0
- package/lib/esm/utils/dts/build.d.ts +2 -0
- package/lib/esm/utils/dts/build.d.ts.map +1 -0
- package/lib/esm/utils/dts/build.js +147 -0
- package/lib/esm/utils/dts/index.d.ts +141 -0
- package/lib/esm/utils/dts/index.d.ts.map +1 -0
- package/lib/esm/utils/dts/index.js +1071 -0
- package/lib/esm/utils/index.d.ts +9 -0
- package/lib/esm/utils/index.d.ts.map +1 -0
- package/lib/esm/utils/index.js +8 -0
- package/lib/esm/utils/version/common.d.ts +3 -0
- package/lib/esm/utils/version/common.d.ts.map +1 -0
- package/lib/esm/utils/version/common.js +22 -0
- package/lib/esm/utils/version/featureChecker.d.ts +5 -0
- package/lib/esm/utils/version/featureChecker.d.ts.map +1 -0
- package/lib/esm/utils/version/featureChecker.js +32 -0
- package/lib/esm/utils/version/migrations/version4.d.ts +3 -0
- package/lib/esm/utils/version/migrations/version4.d.ts.map +1 -0
- package/lib/esm/utils/version/migrations/version4.js +192 -0
- package/lib/tsconfig.tsbuildinfo +1 -0
- package/package.json +7 -5
- package/lib/parser/cals/index.d.ts.map +0 -1
- package/lib/parser/cals/utils/block/helpers/get-component-namespace.d.ts.map +0 -1
- package/lib/parser/cals/utils/block/helpers/merge-dataset.d.ts.map +0 -1
- package/lib/parser/cals/utils/block/helpers/merge-listeners.d.ts.map +0 -1
- package/lib/parser/cals/utils/block/helpers/merge-resources.d.ts.map +0 -1
- package/lib/parser/cals/utils/block/helpers/remap-component-ids.d.ts.map +0 -1
- package/lib/parser/cals/utils/block/helpers/renew-id-in-code.d.ts.map +0 -1
- package/lib/parser/cals/utils/block/helpers/renew-id-in-expr.d.ts.map +0 -1
- package/lib/parser/cals/utils/block/helpers/renew-id-in-resource.d.ts.map +0 -1
- package/lib/parser/cals/utils/block/helpers/resolve-new-id.d.ts.map +0 -1
- package/lib/parser/cals/utils/block/index.d.ts.map +0 -1
- package/lib/parser/cals/utils/code/index.d.ts.map +0 -1
- package/lib/parser/cals/utils/common.d.ts.map +0 -1
- package/lib/parser/cals/utils/getUsedReference.d.ts.map +0 -1
- package/lib/parser/cals/utils/getUsedResources.d.ts.map +0 -1
- package/lib/parser/cals/utils/runtime.d.ts.map +0 -1
- package/lib/parser/cals/utils/spinoff/index.d.ts.map +0 -1
- package/lib/parser/cals/utils/style.d.ts.map +0 -1
- package/lib/parser/cals/utils/template.d.ts.map +0 -1
- package/lib/parser/cals/utils/version/common.d.ts.map +0 -1
- package/lib/parser/cals/utils/version/config.d.ts.map +0 -1
- package/lib/parser/cals/utils/version/index.d.ts.map +0 -1
- package/lib/parser/cals/utils/version/parses.d.ts.map +0 -1
- package/lib/parser/cals/utils/version/utils.d.ts.map +0 -1
- package/lib/parser/dependiencies/index.d.ts.map +0 -1
- package/lib/parser/expression/index.d.ts.map +0 -1
- package/lib/parser/index.d.ts.map +0 -1
- package/lib/parser/plugins/postcss-rpx2clac.d.ts.map +0 -1
- package/lib/types/basic/app.d.ts.map +0 -1
- package/lib/types/basic/common.d.ts.map +0 -1
- package/lib/types/basic/component.d.ts.map +0 -1
- package/lib/types/basic/datasource.d.ts.map +0 -1
- package/lib/types/index.d.ts.map +0 -1
- package/lib/types/lcds.d.ts.map +0 -1
- package/lib/types/platform/app.d.ts.map +0 -1
- package/lib/types/platform/common.d.ts.map +0 -1
- package/lib/types/platform/component.d.ts.map +0 -1
- package/lib/types/platform/datasource.d.ts.map +0 -1
- package/lib/types/platform/eventFlow.d.ts.map +0 -1
- package/lib/types/platform/query.d.ts.map +0 -1
- package/lib/types/platform/theme.d.ts.map +0 -1
- package/lib/utils/CSSProperty.d.ts.map +0 -1
- package/lib/utils/color-generator/core.d.ts.map +0 -1
- package/lib/utils/color-generator/generate.d.ts.map +0 -1
- package/lib/utils/color-generator/utils.d.ts.map +0 -1
- package/lib/utils/constant.d.ts.map +0 -1
- package/lib/utils/dts/auto-generated.d.ts.map +0 -1
- package/lib/utils/dts/index.d.ts.map +0 -1
- package/lib/utils/index.d.ts.map +0 -1
- package/lib/utils/version/common.d.ts.map +0 -1
- package/lib/utils/version/featureChecker.d.ts.map +0 -1
- package/lib/utils/version/migrations/version4.d.ts.map +0 -1
- /package/lib/{parser → cjs/parser}/cals/index.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/get-component-namespace.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/get-component-namespace.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/merge-dataset.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/merge-dataset.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/merge-listeners.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/merge-listeners.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/merge-resources.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/merge-resources.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/remap-component-ids.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/renew-id-in-code.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/renew-id-in-code.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/renew-id-in-expr.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/renew-id-in-expr.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/renew-id-in-resource.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/renew-id-in-resource.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/resolve-new-id.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/helpers/resolve-new-id.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/index.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/block/index.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/code/index.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/code/index.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/common.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/getUsedReference.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/getUsedReference.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/getUsedResources.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/getUsedResources.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/runtime.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/runtime.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/spinoff/index.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/spinoff/index.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/style.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/style.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/template.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/template.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/version/common.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/version/common.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/version/config.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/version/config.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/version/index.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/version/index.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/version/parses.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/version/parses.js +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/version/utils.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/cals/utils/version/utils.js +0 -0
- /package/lib/{parser → cjs/parser}/dependiencies/index.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/dependiencies/index.js +0 -0
- /package/lib/{parser → cjs/parser}/expression/index.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/expression/index.js +0 -0
- /package/lib/{parser → cjs/parser}/index.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/index.js +0 -0
- /package/lib/{parser → cjs/parser}/plugins/postcss-rpx2clac.d.ts +0 -0
- /package/lib/{parser → cjs/parser}/plugins/postcss-rpx2clac.js +0 -0
- /package/lib/{types → cjs/types}/basic/app.d.ts +0 -0
- /package/lib/{types → cjs/types}/basic/app.js +0 -0
- /package/lib/{types → cjs/types}/basic/common.d.ts +0 -0
- /package/lib/{types → cjs/types}/basic/common.js +0 -0
- /package/lib/{types → cjs/types}/basic/component.d.ts +0 -0
- /package/lib/{types → cjs/types}/basic/component.js +0 -0
- /package/lib/{types → cjs/types}/basic/datasource.d.ts +0 -0
- /package/lib/{types → cjs/types}/basic/datasource.js +0 -0
- /package/lib/{types → cjs/types}/index.d.ts +0 -0
- /package/lib/{types → cjs/types}/index.js +0 -0
- /package/lib/{types → cjs/types}/lcds.js +0 -0
- /package/lib/{types → cjs/types}/platform/app.js +0 -0
- /package/lib/{types → cjs/types}/platform/common.d.ts +0 -0
- /package/lib/{types → cjs/types}/platform/common.js +0 -0
- /package/lib/{types → cjs/types}/platform/component.js +0 -0
- /package/lib/{types → cjs/types}/platform/datasource.js +0 -0
- /package/lib/{types → cjs/types}/platform/eventFlow.d.ts +0 -0
- /package/lib/{types → cjs/types}/platform/eventFlow.js +0 -0
- /package/lib/{types → cjs/types}/platform/query.d.ts +0 -0
- /package/lib/{types → cjs/types}/platform/query.js +0 -0
- /package/lib/{types → cjs/types}/platform/theme.js +0 -0
- /package/lib/{utils → cjs/utils}/CSSProperty.d.ts +0 -0
- /package/lib/{utils → cjs/utils}/CSSProperty.js +0 -0
- /package/lib/{utils → cjs/utils}/color-generator/core.d.ts +0 -0
- /package/lib/{utils → cjs/utils}/color-generator/core.js +0 -0
- /package/lib/{utils → cjs/utils}/color-generator/generate.d.ts +0 -0
- /package/lib/{utils → cjs/utils}/color-generator/generate.js +0 -0
- /package/lib/{utils → cjs/utils}/color-generator/utils.d.ts +0 -0
- /package/lib/{utils → cjs/utils}/color-generator/utils.js +0 -0
- /package/lib/{utils → cjs/utils}/constant.d.ts +0 -0
- /package/lib/{utils → cjs/utils}/constant.js +0 -0
- /package/lib/{utils → cjs/utils}/dts/auto-generated.d.ts +0 -0
- /package/lib/{utils → cjs/utils}/dts/auto-generated.js +0 -0
- /package/lib/{utils → cjs/utils}/dts/build.d.ts +0 -0
- /package/lib/{utils → cjs/utils}/dts/build.js +0 -0
- /package/lib/{utils → cjs/utils}/dts/index.d.ts +0 -0
- /package/lib/{utils → cjs/utils}/dts/index.js +0 -0
- /package/lib/{utils → cjs/utils}/index.d.ts +0 -0
- /package/lib/{utils → cjs/utils}/index.js +0 -0
- /package/lib/{utils → cjs/utils}/version/common.d.ts +0 -0
- /package/lib/{utils → cjs/utils}/version/common.js +0 -0
- /package/lib/{utils → cjs/utils}/version/featureChecker.d.ts +0 -0
- /package/lib/{utils → cjs/utils}/version/featureChecker.js +0 -0
- /package/lib/{utils → cjs/utils}/version/migrations/version4.d.ts +0 -0
- /package/lib/{utils → cjs/utils}/version/migrations/version4.js +0 -0
|
@@ -0,0 +1,625 @@
|
|
|
1
|
+
import { IPlatformDataset, IPlatformListener } from '../../types/platform/common';
|
|
2
|
+
import { IAttributes, IPlatformApp, IPageComponent, IPlatformComponent, IDataSourceVariable, IDataVarMethod, // 勿删,为了生成d.ts
|
|
3
|
+
IPlatformDataSource, IDependencies, LCDS } from '../../types';
|
|
4
|
+
import { IDynamicValue, PropBindType } from '../expression';
|
|
5
|
+
import { IEventFlow } from '../../types/platform/eventFlow';
|
|
6
|
+
import { IHandler, IPlatformSubApp, IPlatformComponentExtra } from '../../utils';
|
|
7
|
+
import { IBlockTemplate, ICalsReferenceContext } from './utils/block/index';
|
|
8
|
+
export { getUsedComps, generateCustomLoginConfigPathname, replaceGloalIdentifier } from './utils/common';
|
|
9
|
+
export { generateDefaultCode } from './utils/template';
|
|
10
|
+
interface IDeserializeContext {
|
|
11
|
+
app?: IPlatformApp;
|
|
12
|
+
dependencies?: any[];
|
|
13
|
+
dependenciesMap?: any;
|
|
14
|
+
page?: IPageComponent;
|
|
15
|
+
dereference?: boolean;
|
|
16
|
+
}
|
|
17
|
+
interface ISerializeContext {
|
|
18
|
+
app?: any;
|
|
19
|
+
page?: {
|
|
20
|
+
id: string;
|
|
21
|
+
};
|
|
22
|
+
component?: {
|
|
23
|
+
id: string;
|
|
24
|
+
module?: string;
|
|
25
|
+
component?: string;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* 依赖描述
|
|
29
|
+
* map 由 数组处理得到
|
|
30
|
+
*/
|
|
31
|
+
dependencies?: any[];
|
|
32
|
+
dependenciesMap?: any;
|
|
33
|
+
streamlineDefaultValue?: boolean;
|
|
34
|
+
streamlineModuleName?: boolean;
|
|
35
|
+
dereference?: boolean;
|
|
36
|
+
}
|
|
37
|
+
export declare function serializeValue({ ctx, key, dynamicValue, scope, streamlineDefaultValue, }: {
|
|
38
|
+
ctx: ISerializeContext;
|
|
39
|
+
key: string;
|
|
40
|
+
dynamicValue: IDynamicValue;
|
|
41
|
+
scope?: 'page' | 'component';
|
|
42
|
+
streamlineDefaultValue?: boolean;
|
|
43
|
+
}): {
|
|
44
|
+
key: string;
|
|
45
|
+
value: any;
|
|
46
|
+
extra?: any;
|
|
47
|
+
};
|
|
48
|
+
export declare function deserializeValue(ctx: {
|
|
49
|
+
page?: IDeserializeContext['page'];
|
|
50
|
+
}, key: string, value: any, extra?: any): {
|
|
51
|
+
key: string;
|
|
52
|
+
value: {
|
|
53
|
+
type: PropBindType;
|
|
54
|
+
value: any;
|
|
55
|
+
extra: any;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
interface ISerializeDynamicMapProps {
|
|
59
|
+
ctx: ISerializeContext;
|
|
60
|
+
map: {
|
|
61
|
+
[key: string]: IDynamicValue;
|
|
62
|
+
};
|
|
63
|
+
scope?: 'page' | 'component';
|
|
64
|
+
streamlineDefaultValue?: boolean;
|
|
65
|
+
}
|
|
66
|
+
export declare function serializeDynamicMap(props: ISerializeDynamicMapProps): {
|
|
67
|
+
[key: string]: any;
|
|
68
|
+
};
|
|
69
|
+
export declare function deserializeDynamicMap(ctx: IDeserializeContext, map: {
|
|
70
|
+
[key: string]: string | any;
|
|
71
|
+
}, extraMap?: {
|
|
72
|
+
[key: string]: any;
|
|
73
|
+
}): {
|
|
74
|
+
[key: string]: IDynamicValue;
|
|
75
|
+
};
|
|
76
|
+
export declare function serializeAttributes(ctx: ISerializeContext, scope: 'page' | 'component', attributes?: {
|
|
77
|
+
[key: string]: IDynamicValue;
|
|
78
|
+
}): {
|
|
79
|
+
[key: string]: any;
|
|
80
|
+
};
|
|
81
|
+
export declare function deserializeAttributes(ctx: IDeserializeContext, attributes?: IAttributes, attributesExtraData?: {}): {
|
|
82
|
+
[key: string]: IDynamicValue;
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* 将dataset({state: {}, params: {}})从 weapp 结构转换为cals结构
|
|
86
|
+
* 目前仅转换 state 中的 initMethod.params 和 updateMethod.params
|
|
87
|
+
*/
|
|
88
|
+
export declare function serializeDataset(ctx: ISerializeContext, dataset: any): any;
|
|
89
|
+
/**
|
|
90
|
+
* 反序列化布局模板
|
|
91
|
+
* @param ctx
|
|
92
|
+
* @param templates
|
|
93
|
+
*/
|
|
94
|
+
export declare function deserializeTemplates(ctx: IDeserializeContext, templates: any): {};
|
|
95
|
+
/**
|
|
96
|
+
* 将dataset({state: {}, params: {}})从 cals 结构转换为weapp结构
|
|
97
|
+
* 目前仅转换 state 中的 initMethod.params 和 updateMethod.params
|
|
98
|
+
*/
|
|
99
|
+
export declare function deserializeDataset(ctx: IDeserializeContext, dataset: IPlatformDataset): any;
|
|
100
|
+
export declare function normalizeQuery(query: any): any;
|
|
101
|
+
export declare function deserializeDataVariables(_: any, data: IDataSourceVariable): {
|
|
102
|
+
title: string;
|
|
103
|
+
name: string;
|
|
104
|
+
varType: "datasource";
|
|
105
|
+
dataType?: "object" | "array" | "record-collection" | "new-record" | "single-record" | "single-record-edit";
|
|
106
|
+
dataSourceName: string;
|
|
107
|
+
initMethod?: IDataVarMethod;
|
|
108
|
+
updateMethod?: IDataVarMethod;
|
|
109
|
+
properties?: {
|
|
110
|
+
[key: string]: any;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
export declare function serializeComponent(ctx: ISerializeContext & ({
|
|
114
|
+
page: Required<ISerializeContext>['page'];
|
|
115
|
+
} | {
|
|
116
|
+
component: Required<ISerializeContext>['component'];
|
|
117
|
+
}), component: {
|
|
118
|
+
xComponent?: {
|
|
119
|
+
moduleName: string;
|
|
120
|
+
name: string;
|
|
121
|
+
};
|
|
122
|
+
xProps?: {
|
|
123
|
+
data: {
|
|
124
|
+
[prop: string]: IDynamicValue;
|
|
125
|
+
};
|
|
126
|
+
directives?: {
|
|
127
|
+
waIf?: IDynamicValue;
|
|
128
|
+
waDisplay?: IDynamicValue;
|
|
129
|
+
waFor?: IDynamicValue;
|
|
130
|
+
waForKey?: IDynamicValue;
|
|
131
|
+
};
|
|
132
|
+
listeners?: any[];
|
|
133
|
+
style: any;
|
|
134
|
+
styleBind: IDynamicValue;
|
|
135
|
+
classList: string[];
|
|
136
|
+
classListBind: IDynamicValue;
|
|
137
|
+
commonStyle: any;
|
|
138
|
+
scopedStyle?: string;
|
|
139
|
+
styleBindPath?: string;
|
|
140
|
+
staticResourceAttribute: string[];
|
|
141
|
+
};
|
|
142
|
+
xIndex?: number;
|
|
143
|
+
properties?: {
|
|
144
|
+
[key: string]: any;
|
|
145
|
+
};
|
|
146
|
+
} & {
|
|
147
|
+
id: string;
|
|
148
|
+
label?: string;
|
|
149
|
+
} & Pick<IPlatformComponentExtra, 'anchored' | 'dataForm' | 'include' | 'ref' | 'refAttributes'>, scope?: 'page' | 'component'): IPlatformComponent;
|
|
150
|
+
export declare function deserializeComponent(ctx: IDeserializeContext, components: IPlatformComponent[]): {
|
|
151
|
+
[key: string]: object;
|
|
152
|
+
};
|
|
153
|
+
export declare function serializePage(ctx: Pick<ISerializeContext, 'app' | 'dependencies' | 'dependenciesMap'>, page: any): IPageComponent;
|
|
154
|
+
/**
|
|
155
|
+
* 序列化布局
|
|
156
|
+
*/
|
|
157
|
+
export declare function serializeLayouts(ctx: ISerializeContext, layouts?: {
|
|
158
|
+
[key: string]: {
|
|
159
|
+
data?: string;
|
|
160
|
+
name?: string;
|
|
161
|
+
label?: string;
|
|
162
|
+
};
|
|
163
|
+
}): {
|
|
164
|
+
name: string;
|
|
165
|
+
label: string;
|
|
166
|
+
data: {};
|
|
167
|
+
id: string;
|
|
168
|
+
items?: IPlatformComponent[];
|
|
169
|
+
dataset?: IPlatformDataset;
|
|
170
|
+
module?: string;
|
|
171
|
+
':class'?: string;
|
|
172
|
+
':style'?: string;
|
|
173
|
+
scopedStyle?: string;
|
|
174
|
+
}[];
|
|
175
|
+
export declare function deserializePage(ctx: {
|
|
176
|
+
dependencies: IDeserializeContext['dependencies'];
|
|
177
|
+
homePageId: string;
|
|
178
|
+
}, page: IPageComponent): {
|
|
179
|
+
isHome: boolean;
|
|
180
|
+
vars: {
|
|
181
|
+
data: {
|
|
182
|
+
title: string;
|
|
183
|
+
name: string;
|
|
184
|
+
varType: "datasource";
|
|
185
|
+
dataType?: "object" | "array" | "record-collection" | "new-record" | "single-record" | "single-record-edit";
|
|
186
|
+
dataSourceName: string;
|
|
187
|
+
initMethod?: IDataVarMethod;
|
|
188
|
+
updateMethod?: IDataVarMethod;
|
|
189
|
+
properties?: {
|
|
190
|
+
[key: string]: any;
|
|
191
|
+
};
|
|
192
|
+
}[];
|
|
193
|
+
};
|
|
194
|
+
data: {
|
|
195
|
+
[key: string]: IDynamicValue;
|
|
196
|
+
};
|
|
197
|
+
style: object;
|
|
198
|
+
commonStyle: object;
|
|
199
|
+
staticResourceAttribute: string[];
|
|
200
|
+
hideAdminPortalMenu: boolean;
|
|
201
|
+
styleBindPath: any;
|
|
202
|
+
id: string;
|
|
203
|
+
dataset: any;
|
|
204
|
+
componentInstances: {
|
|
205
|
+
[key: string]: object;
|
|
206
|
+
};
|
|
207
|
+
lowCodes: {
|
|
208
|
+
type: string;
|
|
209
|
+
code: string;
|
|
210
|
+
description?: string;
|
|
211
|
+
path?: string;
|
|
212
|
+
name: string;
|
|
213
|
+
}[];
|
|
214
|
+
listeners: {
|
|
215
|
+
key: string;
|
|
216
|
+
trigger: string;
|
|
217
|
+
type: string;
|
|
218
|
+
handler: {
|
|
219
|
+
name: string;
|
|
220
|
+
moduleName: string;
|
|
221
|
+
code: string;
|
|
222
|
+
};
|
|
223
|
+
data: {
|
|
224
|
+
[key: string]: IDynamicValue;
|
|
225
|
+
};
|
|
226
|
+
args: {
|
|
227
|
+
[key: string]: IDynamicValue;
|
|
228
|
+
};
|
|
229
|
+
isCapturePhase: boolean;
|
|
230
|
+
noPropagation: boolean;
|
|
231
|
+
}[];
|
|
232
|
+
eventFlows: {
|
|
233
|
+
listeners: {
|
|
234
|
+
key: string;
|
|
235
|
+
trigger: string;
|
|
236
|
+
type: string;
|
|
237
|
+
handler: {
|
|
238
|
+
name: string;
|
|
239
|
+
moduleName: string;
|
|
240
|
+
code: string;
|
|
241
|
+
};
|
|
242
|
+
data: {
|
|
243
|
+
[key: string]: IDynamicValue;
|
|
244
|
+
};
|
|
245
|
+
args: {
|
|
246
|
+
[key: string]: IDynamicValue;
|
|
247
|
+
};
|
|
248
|
+
isCapturePhase: boolean;
|
|
249
|
+
noPropagation: boolean;
|
|
250
|
+
}[];
|
|
251
|
+
id: string;
|
|
252
|
+
label?: string;
|
|
253
|
+
description?: string;
|
|
254
|
+
}[];
|
|
255
|
+
};
|
|
256
|
+
/**
|
|
257
|
+
* [WeApps协议] to [CALS协议]
|
|
258
|
+
*
|
|
259
|
+
* @param data
|
|
260
|
+
* @param optsions
|
|
261
|
+
*/
|
|
262
|
+
export declare function serializePlatformApp(data: any, optsions: {
|
|
263
|
+
dependencies: object[];
|
|
264
|
+
}): IPlatformApp;
|
|
265
|
+
/**
|
|
266
|
+
* [CALS协议] to [WeApps协议]
|
|
267
|
+
*
|
|
268
|
+
* @param data
|
|
269
|
+
*/
|
|
270
|
+
export declare function deserializePlatformApp(data: IPlatformApp, optsions: {
|
|
271
|
+
dependencies: object[];
|
|
272
|
+
}): {
|
|
273
|
+
id: any;
|
|
274
|
+
version: string;
|
|
275
|
+
author: string;
|
|
276
|
+
name: string;
|
|
277
|
+
label: string;
|
|
278
|
+
description: string;
|
|
279
|
+
selectedPageId: string;
|
|
280
|
+
historyType: any;
|
|
281
|
+
theme: import("../../types").ITheme;
|
|
282
|
+
pageInstanceList: {
|
|
283
|
+
isHome: boolean;
|
|
284
|
+
vars: {
|
|
285
|
+
data: {
|
|
286
|
+
title: string;
|
|
287
|
+
name: string;
|
|
288
|
+
varType: "datasource";
|
|
289
|
+
dataType?: "object" | "array" | "record-collection" | "new-record" | "single-record" | "single-record-edit";
|
|
290
|
+
dataSourceName: string;
|
|
291
|
+
initMethod?: IDataVarMethod;
|
|
292
|
+
updateMethod?: IDataVarMethod;
|
|
293
|
+
properties?: {
|
|
294
|
+
[key: string]: any;
|
|
295
|
+
};
|
|
296
|
+
}[];
|
|
297
|
+
};
|
|
298
|
+
data: {
|
|
299
|
+
[key: string]: IDynamicValue;
|
|
300
|
+
};
|
|
301
|
+
style: object;
|
|
302
|
+
commonStyle: object;
|
|
303
|
+
staticResourceAttribute: string[];
|
|
304
|
+
hideAdminPortalMenu: boolean;
|
|
305
|
+
styleBindPath: any;
|
|
306
|
+
id: string;
|
|
307
|
+
dataset: any;
|
|
308
|
+
componentInstances: {
|
|
309
|
+
[key: string]: object;
|
|
310
|
+
};
|
|
311
|
+
lowCodes: {
|
|
312
|
+
type: string;
|
|
313
|
+
code: string;
|
|
314
|
+
description?: string;
|
|
315
|
+
path?: string;
|
|
316
|
+
name: string;
|
|
317
|
+
}[];
|
|
318
|
+
listeners: {
|
|
319
|
+
key: string;
|
|
320
|
+
trigger: string;
|
|
321
|
+
type: string;
|
|
322
|
+
handler: {
|
|
323
|
+
name: string;
|
|
324
|
+
moduleName: string;
|
|
325
|
+
code: string;
|
|
326
|
+
};
|
|
327
|
+
data: {
|
|
328
|
+
[key: string]: IDynamicValue;
|
|
329
|
+
};
|
|
330
|
+
args: {
|
|
331
|
+
[key: string]: IDynamicValue;
|
|
332
|
+
};
|
|
333
|
+
isCapturePhase: boolean;
|
|
334
|
+
noPropagation: boolean;
|
|
335
|
+
}[];
|
|
336
|
+
eventFlows: {
|
|
337
|
+
listeners: {
|
|
338
|
+
key: string;
|
|
339
|
+
trigger: string;
|
|
340
|
+
type: string;
|
|
341
|
+
handler: {
|
|
342
|
+
name: string;
|
|
343
|
+
moduleName: string;
|
|
344
|
+
code: string;
|
|
345
|
+
};
|
|
346
|
+
data: {
|
|
347
|
+
[key: string]: IDynamicValue;
|
|
348
|
+
};
|
|
349
|
+
args: {
|
|
350
|
+
[key: string]: IDynamicValue;
|
|
351
|
+
};
|
|
352
|
+
isCapturePhase: boolean;
|
|
353
|
+
noPropagation: boolean;
|
|
354
|
+
}[];
|
|
355
|
+
id: string;
|
|
356
|
+
label?: string;
|
|
357
|
+
description?: string;
|
|
358
|
+
}[];
|
|
359
|
+
}[];
|
|
360
|
+
lowCodes: {
|
|
361
|
+
type: string;
|
|
362
|
+
code: string;
|
|
363
|
+
description?: string;
|
|
364
|
+
path?: string;
|
|
365
|
+
name: string;
|
|
366
|
+
}[];
|
|
367
|
+
datasources: IPlatformDataSource[];
|
|
368
|
+
dataset: any;
|
|
369
|
+
vars: {
|
|
370
|
+
data: {
|
|
371
|
+
title: string;
|
|
372
|
+
name: string;
|
|
373
|
+
varType: "datasource";
|
|
374
|
+
dataType?: "object" | "array" | "record-collection" | "new-record" | "single-record" | "single-record-edit";
|
|
375
|
+
dataSourceName: string;
|
|
376
|
+
initMethod?: IDataVarMethod;
|
|
377
|
+
updateMethod?: IDataVarMethod;
|
|
378
|
+
properties?: {
|
|
379
|
+
[key: string]: any;
|
|
380
|
+
};
|
|
381
|
+
}[];
|
|
382
|
+
};
|
|
383
|
+
compHiddenConfig: any;
|
|
384
|
+
npmDependencies: any;
|
|
385
|
+
plugins: any;
|
|
386
|
+
maxID: any;
|
|
387
|
+
rootPath: any;
|
|
388
|
+
themeVars: any;
|
|
389
|
+
presetColors: any;
|
|
390
|
+
appConfig: any;
|
|
391
|
+
miniprogramPlugins: any;
|
|
392
|
+
externalResources: import("../../types").IExternalResource[];
|
|
393
|
+
extra: any;
|
|
394
|
+
dependencies: IDependencies;
|
|
395
|
+
schemaVersion: string;
|
|
396
|
+
layouts: {};
|
|
397
|
+
};
|
|
398
|
+
type ArrayElement<ArrayType extends readonly unknown[]> = ArrayType extends readonly (infer ElementType)[] ? ElementType : never;
|
|
399
|
+
export declare function deserializeCompositeComponent(component: ArrayElement<IPlatformApp['templates']>, options: any): {
|
|
400
|
+
id: string;
|
|
401
|
+
dataset: any;
|
|
402
|
+
componentInstances: {
|
|
403
|
+
[key: string]: object;
|
|
404
|
+
};
|
|
405
|
+
lowCodes: {
|
|
406
|
+
type: string;
|
|
407
|
+
code: string;
|
|
408
|
+
description?: string;
|
|
409
|
+
path?: string;
|
|
410
|
+
name: string;
|
|
411
|
+
}[];
|
|
412
|
+
listeners: {
|
|
413
|
+
key: string;
|
|
414
|
+
trigger: string;
|
|
415
|
+
type: string;
|
|
416
|
+
handler: {
|
|
417
|
+
name: string;
|
|
418
|
+
moduleName: string;
|
|
419
|
+
code: string;
|
|
420
|
+
};
|
|
421
|
+
data: {
|
|
422
|
+
[key: string]: IDynamicValue;
|
|
423
|
+
};
|
|
424
|
+
args: {
|
|
425
|
+
[key: string]: IDynamicValue;
|
|
426
|
+
};
|
|
427
|
+
isCapturePhase: boolean;
|
|
428
|
+
noPropagation: boolean;
|
|
429
|
+
}[];
|
|
430
|
+
eventFlows: {
|
|
431
|
+
listeners: {
|
|
432
|
+
key: string;
|
|
433
|
+
trigger: string;
|
|
434
|
+
type: string;
|
|
435
|
+
handler: {
|
|
436
|
+
name: string;
|
|
437
|
+
moduleName: string;
|
|
438
|
+
code: string;
|
|
439
|
+
};
|
|
440
|
+
data: {
|
|
441
|
+
[key: string]: IDynamicValue;
|
|
442
|
+
};
|
|
443
|
+
args: {
|
|
444
|
+
[key: string]: IDynamicValue;
|
|
445
|
+
};
|
|
446
|
+
isCapturePhase: boolean;
|
|
447
|
+
noPropagation: boolean;
|
|
448
|
+
}[];
|
|
449
|
+
id: string;
|
|
450
|
+
label?: string;
|
|
451
|
+
description?: string;
|
|
452
|
+
}[];
|
|
453
|
+
};
|
|
454
|
+
/**
|
|
455
|
+
* page
|
|
456
|
+
* [formily] to [CALS]
|
|
457
|
+
* @deprecated 已过时,使用会产生意外错误,如不包含事件流
|
|
458
|
+
*/
|
|
459
|
+
export declare function serializeRuntimePage(ctx: Pick<ISerializeContext, 'app' | 'dependencies' | 'streamlineDefaultValue'>, page: any): IPageComponent;
|
|
460
|
+
export declare function serializeRuntimeDataset(ctx: any, dataset: any): any;
|
|
461
|
+
/**
|
|
462
|
+
* component
|
|
463
|
+
* [formily] to [CALS]
|
|
464
|
+
*/
|
|
465
|
+
export declare function serializeRuntimeComponent(ctx: ISerializeContext & {
|
|
466
|
+
page: Required<ISerializeContext>['page'];
|
|
467
|
+
}, component: any & {
|
|
468
|
+
id: string;
|
|
469
|
+
}): IPlatformComponent;
|
|
470
|
+
/**
|
|
471
|
+
* component
|
|
472
|
+
* [CALS] to [formily]
|
|
473
|
+
* To be continue, currently support listener
|
|
474
|
+
*/
|
|
475
|
+
export declare function deserializeRuntimeComponent(ctx: any, component: any): any;
|
|
476
|
+
export declare function deserializeComponentLibraryMeta(meta: {
|
|
477
|
+
styles?: string[];
|
|
478
|
+
dependencies?: {
|
|
479
|
+
[lib: string]: string;
|
|
480
|
+
};
|
|
481
|
+
components: {
|
|
482
|
+
[key: string]: LCDS.IComponent;
|
|
483
|
+
};
|
|
484
|
+
actions: {
|
|
485
|
+
[key: string]: LCDS.IAction;
|
|
486
|
+
};
|
|
487
|
+
}): {
|
|
488
|
+
styles: string[];
|
|
489
|
+
dependencies: {
|
|
490
|
+
[lib: string]: string;
|
|
491
|
+
};
|
|
492
|
+
components: {
|
|
493
|
+
[key: string]: {
|
|
494
|
+
title: string;
|
|
495
|
+
desc?: string;
|
|
496
|
+
category: string;
|
|
497
|
+
platforms?: {
|
|
498
|
+
[key: string]: {
|
|
499
|
+
tagName: 'audio';
|
|
500
|
+
};
|
|
501
|
+
};
|
|
502
|
+
thumbnail?: string;
|
|
503
|
+
};
|
|
504
|
+
};
|
|
505
|
+
actions: {
|
|
506
|
+
[key: string]: LCDS.IAction;
|
|
507
|
+
};
|
|
508
|
+
};
|
|
509
|
+
export declare function processRuntimeCodeResources(ctx: {
|
|
510
|
+
id: string;
|
|
511
|
+
version?: string;
|
|
512
|
+
}, resources: any, scope: string): any;
|
|
513
|
+
/**
|
|
514
|
+
* 解析 cals version 来生成 feature map
|
|
515
|
+
*/
|
|
516
|
+
export declare function parseVersion(version?: string, dependencies?: any[]): {
|
|
517
|
+
defaultDynamicCssUnit: boolean;
|
|
518
|
+
enableObserverRef: boolean;
|
|
519
|
+
enablePageRoot: boolean;
|
|
520
|
+
staticDatasourceProfile: boolean;
|
|
521
|
+
enableAsyncMaterials: boolean;
|
|
522
|
+
disablePageComponentInvoke: boolean;
|
|
523
|
+
};
|
|
524
|
+
export declare function processListeners(listeners: IPlatformListener[], options?: {
|
|
525
|
+
strict: boolean;
|
|
526
|
+
}): {
|
|
527
|
+
listeners: IPlatformListener[];
|
|
528
|
+
eventFlows: IEventFlow[];
|
|
529
|
+
};
|
|
530
|
+
export declare function processDependenciesVersionMap(dependencies?: IDependencies): {};
|
|
531
|
+
export declare function parseDependenciesVersion(version: string): string;
|
|
532
|
+
export declare function processTemplatesToDependiencies(templates?: any[]): {
|
|
533
|
+
name: string;
|
|
534
|
+
version: string;
|
|
535
|
+
srcZipUrl: string;
|
|
536
|
+
mpPkgUrl: string;
|
|
537
|
+
actions: any[];
|
|
538
|
+
components: {
|
|
539
|
+
id: any;
|
|
540
|
+
name: any;
|
|
541
|
+
materialName: string;
|
|
542
|
+
componentInstances: {
|
|
543
|
+
[key: string]: object;
|
|
544
|
+
};
|
|
545
|
+
compConfig: any;
|
|
546
|
+
dataForm: any;
|
|
547
|
+
emitEvents: any;
|
|
548
|
+
lowCodes: any[];
|
|
549
|
+
/**
|
|
550
|
+
* @TODO: 二者归一化
|
|
551
|
+
* lcds.Icompinent.meta !== ICompositedComponent.meta
|
|
552
|
+
*/
|
|
553
|
+
meta: any;
|
|
554
|
+
npmDependencies: {};
|
|
555
|
+
listeners: {
|
|
556
|
+
key: string;
|
|
557
|
+
trigger: string;
|
|
558
|
+
type: string;
|
|
559
|
+
handler: {
|
|
560
|
+
name: string;
|
|
561
|
+
moduleName: string;
|
|
562
|
+
code: string;
|
|
563
|
+
};
|
|
564
|
+
data: {
|
|
565
|
+
[key: string]: IDynamicValue;
|
|
566
|
+
};
|
|
567
|
+
args: {
|
|
568
|
+
[key: string]: IDynamicValue;
|
|
569
|
+
};
|
|
570
|
+
isCapturePhase: boolean;
|
|
571
|
+
noPropagation: boolean;
|
|
572
|
+
}[];
|
|
573
|
+
/**
|
|
574
|
+
* 扩展 dataset 和 eventFlows 数据
|
|
575
|
+
*/
|
|
576
|
+
dataset: any;
|
|
577
|
+
eventFlows: {
|
|
578
|
+
listeners: {
|
|
579
|
+
key: string;
|
|
580
|
+
trigger: string;
|
|
581
|
+
type: string;
|
|
582
|
+
handler: {
|
|
583
|
+
name: string;
|
|
584
|
+
moduleName: string;
|
|
585
|
+
code: string;
|
|
586
|
+
};
|
|
587
|
+
data: {
|
|
588
|
+
[key: string]: IDynamicValue;
|
|
589
|
+
};
|
|
590
|
+
args: {
|
|
591
|
+
[key: string]: IDynamicValue;
|
|
592
|
+
};
|
|
593
|
+
isCapturePhase: boolean;
|
|
594
|
+
noPropagation: boolean;
|
|
595
|
+
}[];
|
|
596
|
+
id: string;
|
|
597
|
+
label?: string;
|
|
598
|
+
description?: string;
|
|
599
|
+
}[];
|
|
600
|
+
}[];
|
|
601
|
+
isComposite: boolean;
|
|
602
|
+
schemaVersion: string;
|
|
603
|
+
};
|
|
604
|
+
export declare function generateHandlerParamsDynamicMap(handler: IHandler): any;
|
|
605
|
+
/**
|
|
606
|
+
* 精简过滤子包数据
|
|
607
|
+
* 仅保留子包自身数据
|
|
608
|
+
*/
|
|
609
|
+
export declare function streamlineSubApp(cals: any): IPlatformSubApp;
|
|
610
|
+
/**
|
|
611
|
+
* 还原引用
|
|
612
|
+
*/
|
|
613
|
+
export declare function collapseCalsReference(cals: IPlatformApp | IPlatformSubApp, options: {
|
|
614
|
+
blockTemplates: IBlockTemplate[];
|
|
615
|
+
}): IPlatformApp | IPlatformSubApp;
|
|
616
|
+
/**
|
|
617
|
+
* 展开引用
|
|
618
|
+
*/
|
|
619
|
+
export declare function expandCalsReference(cals: IPlatformApp | IPlatformSubApp, options: {
|
|
620
|
+
blockTemplates: IBlockTemplate[];
|
|
621
|
+
strict?: boolean;
|
|
622
|
+
enableRestore?: boolean;
|
|
623
|
+
processPickedTeamplate?: ICalsReferenceContext['processPickedTeamplate'];
|
|
624
|
+
}): IPlatformApp | IPlatformSubApp;
|
|
625
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/parser/cals/index.ts"],"names":[],"mappings":"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"}
|