@cloudbase/lowcode-builder 1.8.65 → 1.8.67

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.
@@ -6,7 +6,7 @@ export declare const materialsDirName = "materials";
6
6
  * src/template的代码,在IDE编辑器插件中构建builder
7
7
  * 存放在大账号:100015939275。访问地址:https://console.cloud.tencent.com/cos/bucket?bucket=comp-public-1303824488&region=ap-shanghai&path=%252Flcap-builder%252F
8
8
  */
9
- export declare const builderTemplateURL = "https://comp-public-1303824488.file.myqcloud.com/lcap-builder/template.1.8.64.zip";
9
+ export declare const builderTemplateURL = "https://comp-public-1303824488.file.myqcloud.com/lcap-builder/template.1.8.67.zip";
10
10
  /**
11
11
  * miniprogram的代码,IDE插件后续会提供端功能
12
12
  * 存放在大账号:100015939275。访问地址:https://console.cloud.tencent.com/cos/bucket?bucket=comp-public-1303824488&region=ap-shanghai&path=%252Flcap-builder%252F
@@ -45,7 +45,7 @@ exports.materialsDirName = 'materials'; // materials diretory of current project
45
45
  * src/template的代码,在IDE编辑器插件中构建builder
46
46
  * 存放在大账号:100015939275。访问地址:https://console.cloud.tencent.com/cos/bucket?bucket=comp-public-1303824488&region=ap-shanghai&path=%252Flcap-builder%252F
47
47
  */
48
- exports.builderTemplateURL = 'https://comp-public-1303824488.file.myqcloud.com/lcap-builder/template.1.8.64.zip';
48
+ exports.builderTemplateURL = 'https://comp-public-1303824488.file.myqcloud.com/lcap-builder/template.1.8.67.zip';
49
49
  /**
50
50
  * miniprogram的代码,IDE插件后续会提供端功能
51
51
  * 存放在大账号:100015939275。访问地址:https://console.cloud.tencent.com/cos/bucket?bucket=comp-public-1303824488&region=ap-shanghai&path=%252Flcap-builder%252F
@@ -439,6 +439,9 @@ async function generatePkg(ctx, { cals, weapp }, appRoot, pageConfigs) {
439
439
  },
440
440
  [`data.js|data.js`]: {
441
441
  widgetProps: (0, util_2.createWidgetProps)(ctx, componentInstances),
442
+ /**
443
+ * @deprecated
444
+ */
442
445
  stringifyObj: util_1.inspect,
443
446
  },
444
447
  [`index.js|${pageFileName}.js`]: {
@@ -452,6 +455,9 @@ async function generatePkg(ctx, { cals, weapp }, appRoot, pageConfigs) {
452
455
  },
453
456
  pageDataBinds,
454
457
  debug: ctx.debugMode,
458
+ /**
459
+ * @deprecated
460
+ */
455
461
  stringifyObj: util_1.inspect,
456
462
  subLevelPath,
457
463
  importor,
@@ -507,6 +513,9 @@ async function generateFramework(ctx, appData, outDir, options) {
507
513
  importor: (0, util_3.generateLowcodeImportor)([]),
508
514
  appConfig: JSON.stringify({}),
509
515
  appQuery: {},
516
+ /**
517
+ * @deprecated
518
+ */
510
519
  stringifyObj: util_1.inspect,
511
520
  },
512
521
  };
@@ -556,6 +565,9 @@ async function generateFramework(ctx, appData, outDir, options) {
556
565
  }),
557
566
  }),
558
567
  appQuery: (0, util_2.createTemplateQuery)(ctx, (_b = appData.dataset) === null || _b === void 0 ? void 0 : _b.query),
568
+ /**
569
+ * @deprecated
570
+ */
559
571
  stringifyObj: util_1.inspect,
560
572
  },
561
573
  'app/common.js': {
@@ -273,6 +273,9 @@ async function generateCompositeComponent(ctx, compositedComp, compLibCommonReso
273
273
  key: `${compositedComp.materialName}:${compositedComp.name}`,
274
274
  dataBinds: (0, util_3.createDataBinds)(compositeCtx, componentInstances),
275
275
  debug: !compositeCtx.isProduction,
276
+ /**
277
+ * @deprecated
278
+ */
276
279
  stringifyObj: util_1.inspect,
277
280
  // dataPropNames: wxmlDataPrefix,
278
281
  formEvents: Object.keys(formEvents).length > 0 ? formEvents : null,