@oneb/ui-vue 0.0.58 → 0.0.60
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/{OneBrowserMenu-0a43233c.cjs → OneBrowserMenu-6fadba06.cjs} +1 -1
- package/dist/{OneBrowserMenu-cd45e2b1.js → OneBrowserMenu-70783fed.js} +35 -35
- package/dist/dropdown/index.cjs +1 -1
- package/dist/dropdown/index.js +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/layout/index.cjs +2 -2
- package/dist/layout/index.js +321 -315
- package/dist/layout/layout.d.ts +4 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/layout/layout.d.ts
CHANGED
|
@@ -37,9 +37,10 @@ export type AppType = {
|
|
|
37
37
|
support: LinkType;
|
|
38
38
|
terms: LinkType;
|
|
39
39
|
offer: LinkType;
|
|
40
|
+
lang: string;
|
|
40
41
|
availableLang: Array<{
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
name: string;
|
|
43
|
+
id: string;
|
|
43
44
|
}>;
|
|
44
45
|
apps: Array<{
|
|
45
46
|
id: string;
|
|
@@ -198,6 +199,7 @@ export declare const mainLayoutProps: {
|
|
|
198
199
|
onBrowse: (e?: any) => void;
|
|
199
200
|
onAccount: (e?: any) => void;
|
|
200
201
|
onLogout: (e?: any) => void;
|
|
202
|
+
onSetLang: (e?: any) => void;
|
|
201
203
|
}>;
|
|
202
204
|
};
|
|
203
205
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
.dropdown[data-v-4988837e]{position:absolute;background:white;border:1px solid #ccc;border-radius:5px;padding:10px;bottom:100%;left:0}.text9[data-v-343cd4ac]{font-size:9px}.h-browser[data-v-343cd4ac]{height:calc(100% - 75px)}@keyframes one-sp-ico-rot{to{transform:rotate(360deg)}}@keyframes one-sp-ico-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}
|