@ailife-dev-vue/uiplus-dev 0.1.29 → 0.1.31
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.css +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.mjs +10427 -10418
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -372,6 +372,11 @@ declare type CommonInfoItemConfigBase = {
|
|
|
372
372
|
infoContent?: string;
|
|
373
373
|
/** path 非空时展示跳转箭头,点击标签行按 UpPageRouter 规则导航 */
|
|
374
374
|
router?: PageRouterTarget;
|
|
375
|
+
/**
|
|
376
|
+
* 开关绑定项;取 `[0]`。底座限制 cid 为 `on`;cid 空时组件缺省为 `on`。
|
|
377
|
+
* 已配置有效 sid 且开关为 0 时 value 显示 `- -`;未配置则按正常值显示。
|
|
378
|
+
*/
|
|
379
|
+
subscribesSwitch?: ProductSubscribe[];
|
|
375
380
|
};
|
|
376
381
|
|
|
377
382
|
export declare type CommonInfoProps = ExtractPropTypes<typeof commonInfoProps>;
|