vue-layout-gitcode 1.5.61 → 1.5.63
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/{GloabarSearch-DBasbNTH.js → GloabarSearch-Cn8kKsO8.js} +3 -3
- package/{MenuItem-D2Q-9o53.js → MenuItem-BmMkH0x5.js} +1 -1
- package/{ProjectMenuList-BxgXO2gU.js → ProjectMenuList-DHyulvmZ.js} +2 -2
- package/{ProjectMenuListV2-D5wZdxMm.js → ProjectMenuListV2-CG8iL6wE.js} +2 -2
- package/{ProjectSearch-CM-UyKuX.js → ProjectSearch-DVQvLz7s.js} +1 -1
- package/{SearchHistoryList-ClU_i9u_.js → SearchHistoryList-G8ewgiUC.js} +1 -1
- package/{SearchPrefixTag-WGKqutcN.js → SearchPrefixTag-sIzmPTti.js} +1 -1
- package/{SearchRecommed-DYFxjEgt.js → SearchRecommed-Du5jrof9.js} +2 -2
- package/{SearchScopeList-BfFcNLC_.js → SearchScopeList-CzobLSZh.js} +1 -1
- package/{UserSearch-hjLtlXlZ.js → UserSearch-BeKJfCkh.js} +1 -1
- package/{index-BxKYyDqY.js → index--C1pW0LK.js} +5 -5
- package/{index-oJa_vuEx.js → index-Bue86pg9.js} +141 -78
- package/{index-D5glUAY1.js → index-DuoIHpHG.js} +1 -1
- package/index.d.ts +3 -1
- package/index.js +1 -1
- package/{notice-Cc6tIE9-.js → notice-C4YVNEYz.js} +3 -3
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-C5V3QPRL.js → transWebUrl-DOJjcPZB.js} +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, onMounted, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
2
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
3
|
-
import { q as useLayoutConfig, _ as _export_sfc } from "./index-
|
|
3
|
+
import { q as useLayoutConfig, _ as _export_sfc } from "./index-Bue86pg9.js";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "index",
|
package/index.d.ts
CHANGED
|
@@ -562,8 +562,10 @@ export declare const Login: DefineComponent<ExtractPropTypes<{
|
|
|
562
562
|
declare interface LoginOptions {
|
|
563
563
|
Authorization?: boolean;
|
|
564
564
|
type?: 'login' | 'register';
|
|
565
|
-
[x: string]: any;
|
|
566
565
|
triggerType?: string;
|
|
566
|
+
loginTriggerSource?: string;
|
|
567
|
+
resetPwdSource?: string;
|
|
568
|
+
[x: string]: any;
|
|
567
569
|
}
|
|
568
570
|
|
|
569
571
|
export declare enum SceneValue {
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, createBlock, openBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
|
|
2
|
-
import { i as isPhone, u as useModel } from "./index-
|
|
2
|
+
import { i as isPhone, u as useModel } from "./index-Bue86pg9.js";
|
|
3
3
|
import { Notification } from "vue-devui-lal/notification";
|
|
4
4
|
import { Button } from "vue-devui-lal/button";
|
|
5
5
|
import "vue-devui-lal/notification/style.css";
|
|
@@ -37,7 +37,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
37
37
|
class: "mr-[8px]"
|
|
38
38
|
}, {
|
|
39
39
|
default: withCtx(() => _cache[1] || (_cache[1] = [
|
|
40
|
-
createTextVNode("忽略")
|
|
40
|
+
createTextVNode("忽略", -1)
|
|
41
41
|
])),
|
|
42
42
|
_: 1,
|
|
43
43
|
__: [1]
|
|
@@ -49,7 +49,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
49
49
|
onClick: handleConfirm
|
|
50
50
|
}, {
|
|
51
51
|
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
52
|
-
createTextVNode("修改")
|
|
52
|
+
createTextVNode("修改", -1)
|
|
53
53
|
])),
|
|
54
54
|
_: 1,
|
|
55
55
|
__: [2]
|