vue-layout-gitcode 1.1.12 → 1.1.13

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.
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, onMounted, openBlock, createBlock, unref, withCtx, createElementVNode } from "vue";
2
2
  import { FixedOverlay } from "vue-devui-lal/overlay";
3
- import { o as useLayoutConfig, _ as _export_sfc } from "./index-c7a5903d.js";
3
+ import { p as useLayoutConfig, _ as _export_sfc } from "./index-0bdc8fd3.js";
4
4
  import "vue-devui-lal/overlay/style.css";
5
5
  import "vue-devui-lal/button";
6
6
  import "vue-devui-lal/popover";
@@ -1,5 +1,5 @@
1
1
  import { ref, watchEffect, defineComponent, toDisplayString, inject, openBlock, createElementBlock, normalizeClass, createElementVNode, withModifiers, withDirectives, vShow, createVNode, computed, unref, normalizeStyle, createCommentVNode, createTextVNode, onMounted, onUnmounted, Fragment, createBlock, renderList, reactive, resolveComponent, withCtx } from "vue";
2
- import { d as debounce, h as headRequest, G as GIcon, r as reqCatch, _ as _export_sfc, a as i18n, T as TOPIC_TYPE, f as useTimeFormat, g as usePageResize, j as isGstarRepo, k as _sfc_main$8, l as isIncubationRepo, m as highlightWords, t as transWebUrl, n as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-c7a5903d.js";
2
+ import { d as debounce, h as headRequest, G as GIcon, r as reqCatch, _ as _export_sfc, a as i18n, T as TOPIC_TYPE, f as useTimeFormat, g as usePageResize, j as isGstarRepo, k as _sfc_main$8, m as isIncubationRepo, n as highlightWords, t as transWebUrl, o as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-0bdc8fd3.js";
3
3
  import { useRouter } from "vue-router";
4
4
  import { Row, Col } from "vue-devui-lal/grid";
5
5
  import "vue-devui-lal/grid/style.css";
package/index.d.ts CHANGED
@@ -104,6 +104,11 @@ export declare const GitCodeAside: DefineComponent<ExtractPropTypes<{
104
104
  httpStatus: number;
105
105
  };
106
106
  };
107
+ independence: {
108
+ type: PropType<boolean | undefined>;
109
+ required: false;
110
+ default: boolean;
111
+ };
107
112
  showPreferencesSetting: {
108
113
  type: PropType<boolean | undefined>;
109
114
  required: false;
@@ -159,6 +164,11 @@ export declare const GitCodeAside: DefineComponent<ExtractPropTypes<{
159
164
  httpStatus: number;
160
165
  };
161
166
  };
167
+ independence: {
168
+ type: PropType<boolean | undefined>;
169
+ required: false;
170
+ default: boolean;
171
+ };
162
172
  showPreferencesSetting: {
163
173
  type: PropType<boolean | undefined>;
164
174
  required: false;
@@ -183,6 +193,7 @@ export declare const GitCodeAside: DefineComponent<ExtractPropTypes<{
183
193
  globalStore: Object;
184
194
  disableFlatMode: boolean | undefined;
185
195
  userInfo: AccountInfo;
196
+ independence: boolean | undefined;
186
197
  showPreferencesSetting: boolean | undefined;
187
198
  showThemeSetting: boolean | undefined;
188
199
  showLangSetting: boolean | undefined;
@@ -361,11 +372,11 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
361
372
  request: Function;
362
373
  globalStore: Object;
363
374
  userInfo: UserInfo | undefined;
375
+ independence: boolean | undefined;
364
376
  repoInfo: repoInfoType | undefined;
365
377
  orgInfo: OrgInfo | undefined;
366
378
  otherUserInfo: UserInfo | undefined;
367
379
  headerBorder: boolean | undefined;
368
- independence: boolean | undefined;
369
380
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
370
381
 
371
382
  export declare const GitCodeLayoutEmitter: Emitter<EventBus>;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { s, v, y, q, S, p, z, B, x, A, w } from "./index-c7a5903d.js";
1
+ import { v, w, z, s, S, q, A, C, y, B, x } from "./index-0bdc8fd3.js";
2
2
  import "vue";
3
3
  import "vue-devui-lal/button";
4
4
  import "vue-devui-lal/popover";
@@ -46,15 +46,15 @@ import "vue-devui-lal/checkbox/style.css";
46
46
  import "vue-devui-lal/modal";
47
47
  import "vue-devui-lal/modal/style.css";
48
48
  export {
49
- s as GitCodeAside,
50
- v as GitCodeHeader,
51
- y as GitCodeLayoutEmitter,
52
- q as Login,
49
+ v as GitCodeAside,
50
+ w as GitCodeHeader,
51
+ z as GitCodeLayoutEmitter,
52
+ s as Login,
53
53
  S as SceneValue,
54
- p as ToolsFloat,
55
- z as currentTheme,
56
- B as default,
57
- x as setLayoutConfig,
58
- A as setTheme,
59
- w as useLogin
54
+ q as ToolsFloat,
55
+ A as currentTheme,
56
+ C as default,
57
+ y as setLayoutConfig,
58
+ B as setTheme,
59
+ x as useLogin
60
60
  };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, computed, openBlock, createBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
2
- import { i as isPhone, u as useModel } from "./index-c7a5903d.js";
2
+ import { i as isPhone, u as useModel } from "./index-0bdc8fd3.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";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-layout-gitcode",
3
- "version": "1.1.12",
4
- "description": "用于gitcode站点编程使用",
3
+ "version": "1.1.13",
4
+ "description": "用于 gitcode 站点生产环境使用",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",
7
7
  "repository": {