@ailife-dev-vue/uiplus 0.0.11-snapshot → 0.0.12-snapshot
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 +3159 -3150
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1131,7 +1131,6 @@ declare const generalReminderProps: {
|
|
|
1131
1131
|
export declare interface GeneralReminderRelation {
|
|
1132
1132
|
sid: string;
|
|
1133
1133
|
cid: string;
|
|
1134
|
-
expectedValues: Array<string | number | boolean>;
|
|
1135
1134
|
}
|
|
1136
1135
|
|
|
1137
1136
|
export declare interface GeneralScreenFilterElementItemConfig {
|