@ailife-dev-vue/uiplus-dev 0.1.30 → 0.1.32

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/dist/index.d.ts CHANGED
@@ -368,18 +368,12 @@ export declare type CommonInfoItemConfig = CommonInfoIntFloatItemConfig | Common
368
368
  declare type CommonInfoItemConfigBase = {
369
369
  sid: string;
370
370
  cid?: string;
371
- label?: string;
372
371
  infoContent?: string;
373
372
  /** path 非空时展示跳转箭头,点击标签行按 UpPageRouter 规则导航 */
374
373
  router?: PageRouterTarget;
375
- /**
376
- * 关闭是否展示:开关为 0 时是否仍显示正常值。
377
- * `false`(默认)且已绑有效 `subscribesSwitch` 时显示 `- -`;`true` 时显示正常值。
378
- */
379
- showValueWhenOff?: boolean;
380
374
  /**
381
375
  * 开关绑定项;取 `[0]`。底座限制 cid 为 `on`;cid 空时组件缺省为 `on`。
382
- * 未配置有效 sid 时本能力不生效。
376
+ * 已配置有效 sid 且开关为 0 时 value 显示 `- -`;未配置则按正常值显示。
383
377
  */
384
378
  subscribesSwitch?: ProductSubscribe[];
385
379
  };