@datagouv/components-next 0.0.14 → 0.0.16

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.
@@ -1,4 +1,4 @@
1
- import { d as Zl, r as c, c as bl, J as dl, L as Wl, w as J, o as cl, b as X, f as M, g as s, y as Q, i as u, M as Gl, N as ml, h as H, u as g, t as f } from "./main-CrdrOV4k.js";
1
+ import { d as Zl, r as c, c as bl, J as dl, L as Wl, w as J, o as cl, b as X, f as M, g as s, y as Q, i as u, M as Gl, N as ml, h as H, u as g, t as f } from "./main-CY3wUqg3.js";
2
2
  const Nl = {
3
3
  class: "pdf-vue3-main",
4
4
  style: { height: "100%", position: "relative", "min-height": "10px" }
@@ -1,4 +1,4 @@
1
- import { d as K, r as C, a as P, c as z, w as g, b as Q, n as W, o as X, e as Y, f as Z, g as $, h as B, u as L, i as ee } from "./main-CrdrOV4k.js";
1
+ import { d as K, r as C, a as P, c as z, w as g, b as Q, n as W, o as X, e as Y, f as Z, g as $, h as B, u as L, i as ee } from "./main-CY3wUqg3.js";
2
2
  var H = null;
3
3
  function te(e) {
4
4
  return H || (H = (window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || function(r) {
@@ -1,4 +1,4 @@
1
- import { d as T, D as ce, b as _, f as N, y as Y, g as P, E as S, h as pe, A as fe, t as O, q as de, r as k, G as z, c as A, w as J, e as I, H, I as g, n as ve } from "./main-CrdrOV4k.js";
1
+ import { d as T, D as ce, b as _, f as N, y as Y, g as P, E as S, h as pe, A as fe, t as O, q as de, r as k, G as z, c as A, w as J, e as I, H, I as g, n as ve } from "./main-CY3wUqg3.js";
2
2
  const ye = /^([hH][tT]{2}[pP]:\/\/|[hH][tT]{2}[pP][sS]:\/\/)(([A-Za-z0-9-~]+)\.)+([A-Za-z0-9-~\/])+$/, G = T({
3
3
  name: "JsonString",
4
4
  props: {
@@ -1,4 +1,4 @@
1
- import { O as et, P as ge, Q as j, R as dt, S as tn, T as _n, U as pi, V as ui, W as fs, X as Ce, Y as di, Z as hs, $ as fi, a0 as he, a1 as $n, a2 as tt, a3 as hi, a4 as mi, a5 as Ei, a6 as Ni, a7 as vi, a8 as Mt, a9 as gi, aa as pn, ab as Si, ac as Ti, k as yi } from "./main-CrdrOV4k.js";
1
+ import { O as et, P as ge, Q as j, R as dt, S as tn, T as _n, U as pi, V as ui, W as fs, X as Ce, Y as di, Z as hs, $ as fi, a0 as he, a1 as $n, a2 as tt, a3 as hi, a4 as mi, a5 as Ei, a6 as Ni, a7 as vi, a8 as Mt, a9 as gi, aa as pn, ab as Si, ac as Ti, k as yi } from "./main-CY3wUqg3.js";
2
2
  function Oi(e, t) {
3
3
  for (var n = 0; n < t.length; n++) {
4
4
  const r = t[n];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datagouv/components-next",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./src/main.ts",
@@ -4,10 +4,11 @@
4
4
 
5
5
  <script setup lang="ts">
6
6
  import { onMounted } from 'vue'
7
- import { SwaggerUIBundle } from 'swagger-ui-dist'
7
+ import * as SwaggerUiDist from 'swagger-ui-dist'
8
8
  import 'swagger-ui-dist/swagger-ui.css'
9
9
  import '../../../assets/swagger-themes/newspaper.css'
10
10
 
11
+ const { SwaggerUIBundle } = SwaggerUiDist
11
12
  const props = defineProps<{
12
13
  url: string
13
14
  }>()
@@ -1,4 +0,0 @@
1
- import { _ as f } from "./main-CrdrOV4k.js";
2
- export {
3
- f as default
4
- };