jcjy-components 0.0.4 → 0.0.5
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/components/auth-gateway/bind-org-dialog.vue.d.ts +1 -1
- package/dist/components/auth-gateway/index.vue.d.ts +1 -1
- package/dist/components/auth-gateway/login-form.vue.d.ts +1 -1
- package/dist/components/auth-gateway/register-form.vue.d.ts +1 -1
- package/dist/index.css +1 -1
- package/dist/index.es.js +816 -816
- package/dist/index.umd.js +2 -2
- package/package.json +12 -12
|
@@ -184,7 +184,7 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
184
184
|
fields: import('vue').Reactive<import('element-plus').FormItemContext[]>;
|
|
185
185
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
186
186
|
$slots: {
|
|
187
|
-
default
|
|
187
|
+
default?: (props: {}) => any;
|
|
188
188
|
};
|
|
189
189
|
}) | null;
|
|
190
190
|
}, any>;
|
|
@@ -191,7 +191,7 @@ declare const _default: import('vue').DefineComponent<AuthGatewayProps, {}, {},
|
|
|
191
191
|
fields: import('vue').Reactive<import('element-plus').FormItemContext[]>;
|
|
192
192
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
193
193
|
$slots: {
|
|
194
|
-
default
|
|
194
|
+
default?: (props: {}) => any;
|
|
195
195
|
};
|
|
196
196
|
}) | null;
|
|
197
197
|
}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -186,7 +186,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
186
186
|
fields: import('vue').Reactive<import('element-plus').FormItemContext[]>;
|
|
187
187
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
188
188
|
$slots: {
|
|
189
|
-
default
|
|
189
|
+
default?: (props: {}) => any;
|
|
190
190
|
};
|
|
191
191
|
}) | null;
|
|
192
192
|
}, any>;
|
|
@@ -185,7 +185,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
185
185
|
fields: import('vue').Reactive<import('element-plus').FormItemContext[]>;
|
|
186
186
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
187
187
|
$slots: {
|
|
188
|
-
default
|
|
188
|
+
default?: (props: {}) => any;
|
|
189
189
|
};
|
|
190
190
|
}) | null;
|
|
191
191
|
}, any>;
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8"
|
|
1
|
+
@charset "UTF-8";#login_container iframe{width:160px;height:160px}.auth-gateway *{box-sizing:border-box}.auth-gateway .zoom-in-center-enter-active{transition:all .2s ease}.auth-gateway .zoom-in-center-enter-from{transform:scale(.7);opacity:0}.auth-gateway .zoom-in-center-enter-to{transform:scale(1);opacity:1}.auth-gateway .zoom-in-center-leave-active{transition:all .2s ease}.auth-gateway .zoom-in-center-leave-from{transform:scale(1);opacity:1}.auth-gateway .zoom-in-center-leave-to{transform:scale(.7);opacity:0}.auth-gateway.default{display:flex;align-items:center;justify-content:center}@media(min-width:1024px){.auth-gateway.default{justify-content:flex-end}}.auth-gateway.default .auth-gateway-card{margin-right:6rem}.auth-gateway.center,.auth-gateway.left{display:flex;align-items:center;justify-content:center}@media(min-width:1024px){.auth-gateway.left{justify-content:flex-start}}.auth-gateway.left .auth-gateway-card{margin-left:6rem}
|