@keyblade/pro-components 1.12.1-alpha.11 → 1.12.1-alpha.12
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/index.d.ts +0 -1
- package/es/index.js +19 -23
- package/es/pro-image-upload/index.d.ts +0 -2
- package/es/style.css +1 -1
- package/package.json +1 -1
package/es/index.d.ts
CHANGED
|
@@ -13,5 +13,4 @@ export { default as ProPageContainer } from './pro-page-container';
|
|
|
13
13
|
export { default as ProReuseTabs } from './pro-reuse-tabs';
|
|
14
14
|
export type { IProTab } from './pro-reuse-tabs';
|
|
15
15
|
export { default as ProImageUpload } from './pro-image-upload';
|
|
16
|
-
export * from './pro-image-upload';
|
|
17
16
|
export type {} from './components';
|
package/es/index.js
CHANGED
|
@@ -1,33 +1,29 @@
|
|
|
1
1
|
import { ProPageHeader as o } from "./pro-page-header/index.js";
|
|
2
|
-
import { default as
|
|
2
|
+
import { default as b } from "./pro-page-header/index.js";
|
|
3
3
|
import { ProKeepAliveRouterView as r } from "./pro-keep-alive-router-view/index.js";
|
|
4
|
-
import { default as
|
|
4
|
+
import { default as w } from "./pro-keep-alive-router-view/index.js";
|
|
5
5
|
import { ProLayout as t } from "./pro-layout/index.js";
|
|
6
|
-
import { default as
|
|
6
|
+
import { default as A } from "./pro-layout/index.js";
|
|
7
7
|
import { ProMenu as a } from "./pro-menu/index.js";
|
|
8
|
-
import { default as
|
|
8
|
+
import { default as H } from "./pro-menu/index.js";
|
|
9
9
|
import { ProPageContainer as m } from "./pro-page-container/index.js";
|
|
10
|
-
import { default as
|
|
11
|
-
import { ProReuseTabs as
|
|
12
|
-
import { default as
|
|
13
|
-
import { ProImageUpload as
|
|
14
|
-
import { default as
|
|
15
|
-
|
|
16
|
-
import { defaultImageUploadOptions as E } from "./pro-image-upload/constant.js";
|
|
17
|
-
const x = {
|
|
10
|
+
import { default as K } from "./pro-page-container/index.js";
|
|
11
|
+
import { ProReuseTabs as u } from "./pro-reuse-tabs/index.js";
|
|
12
|
+
import { default as M } from "./pro-reuse-tabs/index.js";
|
|
13
|
+
import { ProImageUpload as f } from "./pro-image-upload/index.js";
|
|
14
|
+
import { default as U } from "./pro-image-upload/index.js";
|
|
15
|
+
const p = {
|
|
18
16
|
install(e) {
|
|
19
|
-
e.use(o), e.use(r), e.use(t), e.use(a), e.use(m), e.use(
|
|
17
|
+
e.use(o), e.use(r), e.use(t), e.use(a), e.use(m), e.use(u), e.use(f);
|
|
20
18
|
}
|
|
21
19
|
};
|
|
22
20
|
export {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
x as default,
|
|
32
|
-
E as defaultImageUploadOptions
|
|
21
|
+
U as ProImageUpload,
|
|
22
|
+
w as ProKeepAliveRouterView,
|
|
23
|
+
A as ProLayout,
|
|
24
|
+
H as ProMenu,
|
|
25
|
+
K as ProPageContainer,
|
|
26
|
+
b as ProPageHeader,
|
|
27
|
+
M as ProReuseTabs,
|
|
28
|
+
p as default
|
|
33
29
|
};
|
|
@@ -1428,7 +1428,5 @@ declare const ProImageUpload: {
|
|
|
1428
1428
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
1429
1429
|
install: (app: App) => void;
|
|
1430
1430
|
};
|
|
1431
|
-
export * from './types';
|
|
1432
|
-
export * from './constant';
|
|
1433
1431
|
export { ProImageUpload };
|
|
1434
1432
|
export default ProImageUpload;
|
package/es/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.keyblade-pro-
|
|
1
|
+
.keyblade-pro-reuse-tabs{position:relative;background-color:var(--color-bg-2);padding:4px 20px}.keyblade-pro-menu .keyblade-pro-menu-item-img{width:14px;height:auto}.keyblade-pro-layout{width:100%;height:100%}.keyblade-pro-layout .keyblade-pro-layout-header{position:fixed;top:0;left:0;width:100%;height:var(--2156faf3);z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background-color:var(--color-bg-2);border-bottom:1px solid var(--color-border);transition:all .2s cubic-bezier(.34,.69,.1,1)}.keyblade-pro-layout .keyblade-pro-layout-header-left{cursor:pointer;display:flex;align-items:center}.keyblade-pro-layout .keyblade-pro-layout-header-left-logo-img{width:28px;height:28px}.keyblade-pro-layout .keyblade-pro-layout-header-left-logo-title.arco-typography{margin:0;font-size:18px}.keyblade-pro-layout .keyblade-pro-layout-header-center{flex:1}.keyblade-pro-layout .keyblade-pro-layout-sider{padding-top:var(--2156faf3);position:fixed;top:0;left:0;z-index:99;height:100%;transition:all .2s cubic-bezier(.34,.69,.1,1)}.keyblade-pro-layout .keyblade-pro-layout-sider-content{position:relative;height:100%;overflow:auto}.keyblade-pro-layout .keyblade-pro-layout-sider-collapse-btn.arco-btn{position:absolute;right:12px;bottom:12px}.keyblade-pro-layout .keyblade-pro-layout-body{padding-top:var(--2156faf3);padding-left:var(--2e3e7e4c);min-height:100vh;overflow-y:hidden;background-color:var(--color-fill-2);transition:padding .2s cubic-bezier(.34,.69,.1,1)}.keyblade-pro-layout .keyblade-pro-layout-body-affix .arco-affix{z-index:98}.keyblade-pro-layout .keyblade-pro-layout-body-footer{display:flex;align-items:center;justify-content:center;height:40px;color:var(--color-text-2);text-align:center}.keyblade-pro-layout .keyblade-pro-layout-body-collapsed{padding-left:var(--a70b89aa)}.keyblade-pro-layout-side .keyblade-pro-layout-header{z-index:98;left:var(--2e3e7e4c);width:calc(100% - var(--2e3e7e4c))}.keyblade-pro-layout-side .keyblade-pro-layout-header-collapsed{left:var(--a70b89aa);width:calc(100% - var(--a70b89aa))}.keyblade-pro-layout-side .keyblade-pro-layout-sider{padding-top:0}.keyblade-pro-layout-side .keyblade-pro-layout-sider-content-logo{position:relative;display:flex;align-items:center;padding:16px;cursor:pointer;transition:padding .3s cubic-bezier(.645,.045,.355,1)}.keyblade-pro-layout-side .keyblade-pro-layout-sider-content-logo-img{width:28px;height:28px}.keyblade-pro-layout-side .keyblade-pro-layout-sider-content-logo-title.arco-typography{margin:0;font-size:18px}.keyblade-pro-layout-side .keyblade-pro-layout-sider-collapsed .keyblade-pro-layout-sider-content-logo{padding:16px 10px}.keyblade-pro-page-header{background:var(--color-bg-2);padding:16px 32px}.keyblade-pro-page-header .keyblade-pro-page-header-section-breadcrumb .arco-breadcrumb-item:first-child{padding-left:0}.keyblade-pro-page-header .keyblade-pro-page-header-title.arco-typography{padding-top:4px;margin-top:0}.keyblade-pro-page-container .keyblade-pro-page-container-content{padding:20px}
|
package/package.json
CHANGED