@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.
@@ -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
- label: string;
42
- code: string;
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
- .text9[data-v-cbffb050]{font-size:9px}.h-browser[data-v-cbffb050]{height:calc(100% - 75px)}.text8[data-v-57d3d3f4]{font-size:8px}.dropdown[data-v-57d3d3f4]{position:absolute;background:white;border:1px solid #ccc;border-radius:5px;padding:10px;bottom:100%;left:0}.text8[data-v-6b3e087b]{font-size:10px}@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}}
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}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneb/ui-vue",
3
- "version": "0.0.58",
3
+ "version": "0.0.60",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "files": [