mediacube-ui-v2 0.0.0
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/README.md +32 -0
- package/dist/McBottomLoader-DQzqqtkl.js +4 -0
- package/dist/McOverlay-DZFu2Vor.js +4 -0
- package/dist/es-CnA1pXpq.js +39 -0
- package/dist/favicon.ico +0 -0
- package/dist/index-DihGc25X.js +25602 -0
- package/dist/mediacube-ui-v2.es.js +135 -0
- package/dist/mediacube-ui-v2.umd.js +38 -0
- package/dist/pt-BwGwd_tD.js +39 -0
- package/dist/ru-BihaPWAd.js +54 -0
- package/dist/style.css +1 -0
- package/dist/th-BbTyrRak.js +39 -0
- package/dist/vi-DHfJdDZ1.js +39 -0
- package/package.json +86 -0
package/README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# mediacube-ui-v2 by Mediacube corp.
|
|
2
|
+
|
|
3
|
+
This template should help get you started developing with Vue 3 in Vite.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## Type Support for `.vue` Imports in TS
|
|
7
|
+
|
|
8
|
+
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking.
|
|
9
|
+
|
|
10
|
+
## Project Setup
|
|
11
|
+
|
|
12
|
+
```sh
|
|
13
|
+
yarn install
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
### Compile and Hot-Reload for Development
|
|
17
|
+
|
|
18
|
+
```sh
|
|
19
|
+
yarn run dev
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
### Type-Check, Compile and Minify for Production
|
|
23
|
+
|
|
24
|
+
```sh
|
|
25
|
+
yarn run build
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
### Lint with [ESLint](https://eslint.org/)
|
|
29
|
+
|
|
30
|
+
```sh
|
|
31
|
+
yarn run lint
|
|
32
|
+
```
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { g as m, d as u, c as d } from "./index-DihGc25X.js";
|
|
2
|
+
function l(n, a) {
|
|
3
|
+
for (var r = 0; r < a.length; r++) {
|
|
4
|
+
const e = a[r];
|
|
5
|
+
if (typeof e != "string" && !Array.isArray(e)) {
|
|
6
|
+
for (const o in e)
|
|
7
|
+
if (o !== "default" && !(o in n)) {
|
|
8
|
+
const s = Object.getOwnPropertyDescriptor(e, o);
|
|
9
|
+
s && Object.defineProperty(n, o, s.get ? s : {
|
|
10
|
+
enumerable: !0,
|
|
11
|
+
get: () => e[o]
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
return Object.freeze(Object.defineProperty(n, Symbol.toStringTag, { value: "Module" }));
|
|
17
|
+
}
|
|
18
|
+
var _ = { exports: {} };
|
|
19
|
+
(function(n, a) {
|
|
20
|
+
(function(r, e) {
|
|
21
|
+
n.exports = e(u);
|
|
22
|
+
})(d, function(r) {
|
|
23
|
+
function e(t) {
|
|
24
|
+
return t && typeof t == "object" && "default" in t ? t : { default: t };
|
|
25
|
+
}
|
|
26
|
+
var o = e(r), s = { name: "es", monthsShort: "ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"), weekdays: "domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"), weekdaysShort: "dom._lun._mar._mié._jue._vie._sáb.".split("_"), weekdaysMin: "do_lu_ma_mi_ju_vi_sá".split("_"), months: "enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"), weekStart: 1, formats: { LT: "H:mm", LTS: "H:mm:ss", L: "DD/MM/YYYY", LL: "D [de] MMMM [de] YYYY", LLL: "D [de] MMMM [de] YYYY H:mm", LLLL: "dddd, D [de] MMMM [de] YYYY H:mm" }, relativeTime: { future: "en %s", past: "hace %s", s: "unos segundos", m: "un minuto", mm: "%d minutos", h: "una hora", hh: "%d horas", d: "un día", dd: "%d días", M: "un mes", MM: "%d meses", y: "un año", yy: "%d años" }, ordinal: function(t) {
|
|
27
|
+
return t + "º";
|
|
28
|
+
} };
|
|
29
|
+
return o.default.locale(s, null, !0), s;
|
|
30
|
+
});
|
|
31
|
+
})(_);
|
|
32
|
+
var i = _.exports;
|
|
33
|
+
const c = /* @__PURE__ */ m(i), p = /* @__PURE__ */ l({
|
|
34
|
+
__proto__: null,
|
|
35
|
+
default: c
|
|
36
|
+
}, [i]);
|
|
37
|
+
export {
|
|
38
|
+
p as e
|
|
39
|
+
};
|
package/dist/favicon.ico
ADDED
|
Binary file
|