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

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