@fmdevui/fm-dev 1.0.19 → 1.0.21
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/es/core/layout/index.d.ts +12 -1
- package/es/core/layout/lockScreen/index.vue.d.ts +6 -0
- package/es/core/layout/navBars/topBar/closeFull.vue.d.ts +3 -0
- package/es/core/layout/navBars/topBar/settings.vue.d.ts +8 -0
- package/es/index.d.ts +4 -3
- package/es/index.mjs +3 -3
- package/es/packages/core/layout/index.mjs +8 -1
- package/es/packages/core/layout/lockScreen/index.vue.mjs +2 -2
- package/es/packages/core/layout/navBars/topBar/settings.vue.mjs +2 -2
- package/index.js +28332 -28299
- package/index.min.js +48 -48
- package/index.min.mjs +48 -48
- package/index.mjs +28331 -28291
- package/lib/core/layout/index.d.ts +12 -1
- package/lib/core/layout/lockScreen/index.vue.d.ts +6 -0
- package/lib/core/layout/navBars/topBar/closeFull.vue.d.ts +3 -0
- package/lib/core/layout/navBars/topBar/settings.vue.d.ts +8 -0
- package/lib/index.d.ts +4 -3
- package/lib/index.js +57 -64
- package/lib/packages/core/layout/index.js +10 -0
- package/lib/packages/core/layout/lockScreen/index.vue.js +2 -2
- package/lib/packages/core/layout/navBars/topBar/settings.vue.js +2 -2
- package/{es/version.css → lib/sysInfo.css} +4 -5
- package/package.json +1 -1
- package/{lib/defaults.css → es/make-installer.css} +1 -1
|
@@ -1,3 +1,14 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
declare const FmLayout: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3
|
-
|
|
3
|
+
declare const FmLockScreen: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
4
|
+
layoutLockScreenDateRef: HTMLDivElement;
|
|
5
|
+
layoutLockScreenInputRef: unknown;
|
|
6
|
+
}, HTMLDivElement>;
|
|
7
|
+
declare const FmSetting: DefineComponent<{}, {
|
|
8
|
+
openDrawer: () => void;
|
|
9
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
10
|
+
onColorRef: unknown;
|
|
11
|
+
copyConfigBtnRef: unknown;
|
|
12
|
+
}, HTMLDivElement>;
|
|
13
|
+
declare const FmCloseFull: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
export { FmLayout, FmLockScreen, FmSetting, FmCloseFull };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
+
layoutLockScreenDateRef: HTMLDivElement;
|
|
4
|
+
layoutLockScreenInputRef: unknown;
|
|
5
|
+
}, HTMLDivElement>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {
|
|
3
|
+
openDrawer: () => void;
|
|
4
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
5
|
+
onColorRef: unknown;
|
|
6
|
+
copyConfigBtnRef: unknown;
|
|
7
|
+
}, HTMLDivElement>;
|
|
8
|
+
export default _default;
|
package/es/index.d.ts
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { default as installer } from './defaults';
|
|
2
|
+
import { default as other } from './core/utils/other';
|
|
3
|
+
import { default as emitter } from './core/utils/emit';
|
|
4
|
+
import { default as setIntroduction } from './core/utils/comm/setIconfont';
|
|
2
5
|
import { App } from 'vue';
|
|
6
|
+
export { other, emitter, setIntroduction };
|
|
3
7
|
export * from './core';
|
|
4
|
-
export * from './core/utils/other';
|
|
5
|
-
export * from './core/utils/emit';
|
|
6
|
-
export * from './core/utils/comm/setIconfont';
|
|
7
8
|
export { version } from './version';
|
|
8
9
|
export declare const install: (app: App) => void;
|
|
9
10
|
export default installer;
|
package/es/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import installer from './defaults.mjs';
|
|
2
|
+
export { default as other } from './packages/core/utils/other/index.mjs';
|
|
3
|
+
export { default as emitter } from './packages/core/utils/emit/index.mjs';
|
|
4
|
+
export { default as setIntroduction } from './packages/core/utils/comm/setIconfont.mjs';
|
|
2
5
|
import './packages/core/index.mjs';
|
|
3
|
-
export { deepClone, globalComponentSize, handleEmpty, handleOpenLink, isMobile, lazyImg, setTagsViewNameI18n, useTitle } from './packages/core/utils/other/index.mjs';
|
|
4
|
-
import './packages/core/utils/emit/index.mjs';
|
|
5
|
-
export { setCssCdn, setJsCdn } from './packages/core/utils/comm/setIconfont.mjs';
|
|
6
6
|
export { version } from './version.mjs';
|
|
7
7
|
export { FmDragImg, FmNoticeBar, FmTransfer } from './packages/core/ui/components/index.mjs';
|
|
8
8
|
export { elSvg } from './packages/core/ui/components/svgIcon/index.mjs';
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
import './layout.vue.mjs';
|
|
2
|
+
import lockscreen from './lockScreen/index.vue.mjs';
|
|
3
|
+
import setting from './navBars/topBar/settings.vue.mjs';
|
|
4
|
+
import './navBars/topBar/closeFull.vue.mjs';
|
|
2
5
|
import _sfc_main from './layout.vue2.mjs';
|
|
6
|
+
import _sfc_main$1 from './navBars/topBar/closeFull.vue2.mjs';
|
|
3
7
|
|
|
4
8
|
const FmLayout = _sfc_main;
|
|
9
|
+
const FmLockScreen = lockscreen;
|
|
10
|
+
const FmSetting = setting;
|
|
11
|
+
const FmCloseFull = _sfc_main$1;
|
|
5
12
|
|
|
6
|
-
export { FmLayout };
|
|
13
|
+
export { FmCloseFull, FmLayout, FmLockScreen, FmSetting };
|
|
@@ -2,6 +2,6 @@ import _sfc_main from './index.vue2.mjs';
|
|
|
2
2
|
import './index.vue3.mjs';
|
|
3
3
|
import _export_sfc from '../../../../_virtual/_plugin-vue_export-helper.mjs';
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var lockscreen = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-194b61e4"]]);
|
|
6
6
|
|
|
7
|
-
export {
|
|
7
|
+
export { lockscreen as default };
|
|
@@ -2,6 +2,6 @@ import _sfc_main from './settings.vue2.mjs';
|
|
|
2
2
|
import './settings.vue3.mjs';
|
|
3
3
|
import _export_sfc from '../../../../../_virtual/_plugin-vue_export-helper.mjs';
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var setting = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f1b73dc9"]]);
|
|
6
6
|
|
|
7
|
-
export {
|
|
7
|
+
export { setting as default };
|