@fmdevui/fm-dev 1.0.0 → 1.0.1
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/component.mjs +2 -2
- package/es/fmcore/index.mjs +1 -1
- package/es/fmcore/ui/login/index.d.ts +1 -1
- package/es/fmcore/ui/login/index.mjs +2 -2
- package/es/index.mjs +1 -1
- package/index.js +4 -4
- package/index.min.js +1 -1
- package/index.min.mjs +1 -1
- package/index.mjs +4 -4
- package/lib/component.js +1 -1
- package/lib/fmcore/index.js +1 -1
- package/lib/fmcore/ui/login/index.d.ts +1 -1
- package/lib/fmcore/ui/login/index.js +2 -2
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/es/component.mjs
CHANGED
package/es/fmcore/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { FmLogin } from './ui/login/index.mjs';
|
|
2
2
|
import './types/index.mjs';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
export * from './src/type';
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const FmLogin: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
package/es/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import installer from './defaults.mjs';
|
|
2
2
|
import './fmcore/index.mjs';
|
|
3
3
|
export { version } from './version.mjs';
|
|
4
|
-
export {
|
|
4
|
+
export { FmLogin } from './fmcore/ui/login/index.mjs';
|
|
5
5
|
|
|
6
6
|
const install = installer.install;
|
|
7
7
|
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fm-dev v1.0.
|
|
1
|
+
/*! fm-dev v1.0.1 */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports', 'vue'], factory) :
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
}
|
|
39
39
|
});
|
|
40
40
|
|
|
41
|
-
const
|
|
41
|
+
const FmLogin = _sfc_main;
|
|
42
42
|
|
|
43
43
|
const plugins = [
|
|
44
|
-
|
|
44
|
+
FmLogin
|
|
45
45
|
];
|
|
46
46
|
|
|
47
47
|
var installer = makeInstaller([...plugins]);
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
|
|
51
51
|
const install = installer.install;
|
|
52
52
|
|
|
53
|
-
exports.
|
|
53
|
+
exports.FmLogin = FmLogin;
|
|
54
54
|
exports.default = installer;
|
|
55
55
|
exports.install = install;
|
|
56
56
|
exports.version = version;
|
package/index.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! fm-dev v1.0.
|
|
1
|
+
/*! fm-dev v1.0.1 */(function(e,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],n):(e=typeof globalThis<"u"?globalThis:e||self,n(e.FmPlus={},e.Vue))})(this,function(e,n){"use strict";const a=(s=[])=>({install:t=>{s.forEach(i=>t.component(i.name,i))}});var f=n.defineComponent({name:"FMLogin",__name:"index",setup(s){const u=n.ref(!1);function t(){u.value=!0}return(i,r)=>(n.openBlock(),n.createElementBlock("div",{onClick:t},r[0]||(r[0]=[n.createElementVNode("h1",null,"login",-1)])))}});const l=f;var o=a([...[l]]);const c="1.0.0",d=o.install;e.FmLogin=l,e.default=o,e.install=d,e.version=c,Object.defineProperty(e,"__esModule",{value:!0})});
|
package/index.min.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! fm-dev v1.0.
|
|
1
|
+
/*! fm-dev v1.0.1 */import{defineComponent as s,ref as i,createElementBlock as c,openBlock as m,createElementVNode as u}from"vue";const f=(t=[])=>({install:n=>{t.forEach(e=>n.component(e.name,e))}});var p=s({name:"FMLogin",__name:"index",setup(t){const l=i(!1);function n(){l.value=!0}return(e,o)=>(m(),c("div",{onClick:n},o[0]||(o[0]=[u("h1",null,"login",-1)])))}});const a=p,d=[a];var r=f([...d]);const g="1.0.0",_=r.install;export{a as FmLogin,r as default,_ as install,g as version};
|
package/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fm-dev v1.0.
|
|
1
|
+
/*! fm-dev v1.0.1 */
|
|
2
2
|
import { defineComponent, ref, createElementBlock, openBlock, createElementVNode } from 'vue';
|
|
3
3
|
|
|
4
4
|
const makeInstaller = (components = []) => {
|
|
@@ -34,10 +34,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
|
|
37
|
-
const
|
|
37
|
+
const FmLogin = _sfc_main;
|
|
38
38
|
|
|
39
39
|
const plugins = [
|
|
40
|
-
|
|
40
|
+
FmLogin
|
|
41
41
|
];
|
|
42
42
|
|
|
43
43
|
var installer = makeInstaller([...plugins]);
|
|
@@ -46,4 +46,4 @@ const version = "1.0.0";
|
|
|
46
46
|
|
|
47
47
|
const install = installer.install;
|
|
48
48
|
|
|
49
|
-
export {
|
|
49
|
+
export { FmLogin, installer as default, install, version };
|
package/lib/component.js
CHANGED
package/lib/fmcore/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
export * from './src/type';
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const FmLogin: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -4,6 +4,6 @@ require('./src/index.vue.js');
|
|
|
4
4
|
require('./src/type.js');
|
|
5
5
|
var index_vue_vue_type_script_setup_true_lang = require('./src/index.vue2.js');
|
|
6
6
|
|
|
7
|
-
const
|
|
7
|
+
const FmLogin = index_vue_vue_type_script_setup_true_lang.default;
|
|
8
8
|
|
|
9
|
-
exports.
|
|
9
|
+
exports.FmLogin = FmLogin;
|
package/lib/index.js
CHANGED