@evercam/ui 0.0.36 → 0.0.37
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/attributes.json +0 -24
- package/dist/index.mjs +94 -155
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/src/index.d.ts +1 -3
- package/dist/style.css +1 -1
- package/dist/tags.json +0 -10
- package/dist/web-types.json +1 -57
- package/package.json +1 -1
package/dist/src/index.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ import ESpinner from './components/ESpinner.vue';
|
|
|
5
5
|
import ERow from './components/ERow.vue';
|
|
6
6
|
import ECol from './components/ECol.vue';
|
|
7
7
|
import EVideoPlayer from './components/EVideoPlayer.vue';
|
|
8
|
-
import ECountryFlag from './components/ECountryFlag.vue';
|
|
9
8
|
import { VueConstructor } from "vue";
|
|
10
9
|
export declare const components: {
|
|
11
10
|
EAvatar: import("vue/types/vue").ExtendedVue<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>, {
|
|
@@ -170,13 +169,12 @@ export declare const components: {
|
|
|
170
169
|
videoListeners: {};
|
|
171
170
|
videoOptions: {};
|
|
172
171
|
}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
|
|
173
|
-
ECountryFlag: any;
|
|
174
172
|
};
|
|
175
173
|
declare const _default: {
|
|
176
174
|
install(Vue: VueConstructor): void;
|
|
177
175
|
};
|
|
178
176
|
export default _default;
|
|
179
|
-
export { EAvatar, EBadge, EIcon, ESpinner, ERow, ECol, EVideoPlayer
|
|
177
|
+
export { EAvatar, EBadge, EIcon, ESpinner, ERow, ECol, EVideoPlayer };
|
|
180
178
|
export * from './constants';
|
|
181
179
|
export * from './types';
|
|
182
180
|
export * from './utils';
|