@ailife-dev-vue/uiplus-dev 0.1.31 → 0.1.33
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 +0 -1
- package/dist/index.mjs +1251 -1253
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -368,7 +368,6 @@ 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;
|