bt-core-app 1.4.722 → 1.4.723
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/bt-core-app.js +2 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -40046,7 +40046,8 @@ const fV = /* @__PURE__ */ Ro(cV, [["render", dV]]), mV = /* @__PURE__ */ Ze({
|
|
|
40046
40046
|
}, 8, ["height", "items"])) : S.alwaysOpen || l.value ? (P(), X(Vt, {
|
|
40047
40047
|
"bg-color": S.transparent ? "transparent" : void 0,
|
|
40048
40048
|
height: S.height,
|
|
40049
|
-
key: "3"
|
|
40049
|
+
key: "3",
|
|
40050
|
+
width: "100%"
|
|
40050
40051
|
}, {
|
|
40051
40052
|
default: B(() => [
|
|
40052
40053
|
S.canSelectNone ? (P(), X(dt, {
|
package/dist/index.d.ts
CHANGED
|
@@ -2284,7 +2284,7 @@ export declare function useResponsiveStyle(options: ResponsiveStyleOptions): {
|
|
|
2284
2284
|
style: ComputedRef<string>;
|
|
2285
2285
|
};
|
|
2286
2286
|
|
|
2287
|
-
export declare function useRules(options?: UseRulesOptions): any[];
|
|
2287
|
+
export declare function useRules(options?: UseRulesOptions): ((val: any) => boolean | string)[];
|
|
2288
2288
|
|
|
2289
2289
|
export declare interface UseRulesOptions {
|
|
2290
2290
|
forEmail?: boolean;
|
package/package.json
CHANGED