artifactuse 0.1.21 → 0.1.22
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 +90 -2
- package/dist/core/detector.d.ts +27 -0
- package/dist/core/editor.d.ts +13 -0
- package/dist/core/index.d.ts +31 -0
- package/dist/{index-ZmmxlD3v.js → index-CQXV7Rft.js} +1552 -1185
- package/dist/index.js +89 -88
- package/dist/react/index.d.ts +1 -0
- package/dist/react/index.js +739 -699
- package/dist/styles/components/panel.css +30 -2
- package/dist/svelte/index.d.ts +171 -0
- package/dist/svelte/index.js +1844 -1761
- package/dist/vue/index.d.ts +114 -0
- package/dist/vue/index.js +1375 -1304
- package/dist/vue2/composables.d.ts +114 -0
- package/dist/vue2/index.js +817 -123
- package/package.json +33 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as s,
|
|
1
|
+
import { D as s, aI as r, as as t, I as d, c, F as o, aZ as i, al as m, j as l, aq as b, ao as E, aj as n, a5 as p, a6 as g, C as h, ad as M, ak as T, l as u, aF as A, W as f, ah as S, ai as C, ac as y, a4 as P, ap as I, $ as G, a0 as L, M as V, N as D, q as k, ae as F, R as z, S as v, a7 as B, U as w, B as K, aN as X, av as x, at as H, ar as O, O as R, a2 as N, Z as U, X as J, V as W, a9 as Y, ag as _, G as j, H as q, a8 as Q, h as Z, ab as $, k as aa, T as ea, Q as sa, an as ra, x as ta, v as da, y as ca, A as oa, z as ia, K as ma, aY as la, aH as ba, e as Ea, aK as na, a_ as pa, aS as ga, aA as ha, aV as Ma, aX as Ta, aW as ua, J as Aa, aO as fa, aw as Sa, aL as Ca, d as ya, aR as Pa, az as Ia, i as Ga, t as La, aP as Va, ax as Da, aU as ka, n as Fa, p as za, af as va, E as Ba, a3 as wa, aa as Ka, _ as Xa, o as xa, m as Ha, am as Oa, L as Ra, aM as Na, aT as Ua, au as Ja, aB as Wa, a1 as Ya, Y as _a, P as ja, aE as qa, w as Qa, s as Za, r as $a, u as ae, aC as ee, aQ as se, ay as re, aJ as te, aG as de, aD as ce } from "./index-CQXV7Rft.js";
|
|
2
2
|
export {
|
|
3
3
|
s as DEFAULT_PANELS,
|
|
4
4
|
r as copyTableToClipboard,
|
|
@@ -17,99 +17,100 @@ export {
|
|
|
17
17
|
h as createDailymotionEmbed,
|
|
18
18
|
M as createDatawrapperEmbed,
|
|
19
19
|
T as createDribbbleEmbed,
|
|
20
|
-
u as
|
|
21
|
-
A as
|
|
22
|
-
f as
|
|
23
|
-
S as
|
|
24
|
-
C as
|
|
25
|
-
y as
|
|
26
|
-
P as
|
|
27
|
-
I as
|
|
28
|
-
G as
|
|
29
|
-
L as
|
|
30
|
-
V as
|
|
31
|
-
D as
|
|
32
|
-
k as
|
|
33
|
-
F as
|
|
34
|
-
z as
|
|
35
|
-
v as
|
|
36
|
-
B as
|
|
37
|
-
w as
|
|
38
|
-
K as
|
|
39
|
-
X as
|
|
40
|
-
x as
|
|
41
|
-
H as
|
|
42
|
-
O as
|
|
43
|
-
R as
|
|
44
|
-
N as
|
|
45
|
-
U as
|
|
46
|
-
J as
|
|
47
|
-
W as
|
|
48
|
-
Y as
|
|
20
|
+
u as createEditorManager,
|
|
21
|
+
A as createEnhancedTable,
|
|
22
|
+
f as createFacebookEmbed,
|
|
23
|
+
S as createFigmaEmbed,
|
|
24
|
+
C as createFigmaPrototypeEmbed,
|
|
25
|
+
y as createFlourishEmbed,
|
|
26
|
+
P as createGistEmbed,
|
|
27
|
+
I as createGoogleCalendarEmbed,
|
|
28
|
+
G as createGoogleDocEmbed,
|
|
29
|
+
L as createGoogleFormEmbed,
|
|
30
|
+
V as createGoogleMapEmbed,
|
|
31
|
+
D as createGoogleMapEmbedCoords,
|
|
32
|
+
k as createImageGallery,
|
|
33
|
+
F as createInfogramEmbed,
|
|
34
|
+
z as createInstagramEmbed,
|
|
35
|
+
v as createInstagramReelEmbed,
|
|
36
|
+
B as createJSFiddleEmbed,
|
|
37
|
+
w as createLinkedInEmbed,
|
|
38
|
+
K as createLoomEmbed,
|
|
39
|
+
X as createMathBlock,
|
|
40
|
+
x as createMermaidBlock,
|
|
41
|
+
H as createMiroEmbed,
|
|
42
|
+
O as createNotionEmbed,
|
|
43
|
+
R as createOSMEmbed,
|
|
44
|
+
N as createOfficeEmbed,
|
|
45
|
+
U as createPdfEmbed,
|
|
46
|
+
J as createPinterestEmbed,
|
|
47
|
+
W as createRedditEmbed,
|
|
48
|
+
Y as createReplitEmbed,
|
|
49
|
+
_ as createSketchfabEmbed,
|
|
49
50
|
j as createSoundCloudEmbed,
|
|
50
51
|
q as createSpotifyEmbed,
|
|
51
52
|
Q as createStackBlitzEmbed,
|
|
52
53
|
Z as createState,
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
54
|
+
$ as createTableauEmbed,
|
|
55
|
+
aa as createTheme,
|
|
56
|
+
ea as createTikTokEmbed,
|
|
57
|
+
sa as createTwitterEmbed,
|
|
58
|
+
ra as createTypeformEmbed,
|
|
59
|
+
ta as createVideoGallery,
|
|
60
|
+
da as createVideoPlayer,
|
|
61
|
+
ca as createVideoWithPreview,
|
|
62
|
+
oa as createVimeoEmbed,
|
|
63
|
+
ia as createYouTubeEmbed,
|
|
64
|
+
ma as destroyAllPlayers,
|
|
65
|
+
la as detectLanguage,
|
|
66
|
+
ba as downloadCSV,
|
|
67
|
+
Ea as extractCodeBlockArtifacts,
|
|
68
|
+
na as filterTable,
|
|
69
|
+
pa as getSupportedLanguages,
|
|
70
|
+
ga as hasKaTeXLoadFailed,
|
|
71
|
+
ha as hasMermaidLoadFailed,
|
|
72
|
+
Ma as highlightAll,
|
|
73
|
+
Ta as highlightCode,
|
|
74
|
+
ua as highlightElement,
|
|
75
|
+
Aa as initializeAudioPlayers,
|
|
76
|
+
fa as initializeMath,
|
|
77
|
+
Sa as initializeMermaid,
|
|
78
|
+
Ca as initializeTables,
|
|
79
|
+
ya as isInlineArtifact,
|
|
80
|
+
Pa as isKaTeXAvailable,
|
|
81
|
+
Ia as isMermaidAvailable,
|
|
82
|
+
Ga as isPrismAvailable,
|
|
83
|
+
La as isVideoUrl,
|
|
84
|
+
Va as loadKaTeX,
|
|
85
|
+
Da as loadMermaid,
|
|
86
|
+
ka as mathPatterns,
|
|
87
|
+
Fa as normalizeLanguage,
|
|
88
|
+
za as parseArtifacts,
|
|
89
|
+
va as process3DEmbeds,
|
|
90
|
+
Ba as processAudio,
|
|
91
|
+
wa as processCodeEmbeds,
|
|
92
|
+
Ka as processDataViz,
|
|
93
|
+
Xa as processGoogleDocs,
|
|
94
|
+
xa as processImageGalleries,
|
|
95
|
+
Ha as processImages,
|
|
96
|
+
Oa as processInteractiveEmbeds,
|
|
97
|
+
Ra as processMaps,
|
|
98
|
+
Na as processMath,
|
|
99
|
+
Ua as processMathInElement,
|
|
100
|
+
Ja as processMermaid,
|
|
101
|
+
Wa as processMermaidInElement,
|
|
102
|
+
Ya as processOfficeDocuments,
|
|
103
|
+
_a as processPdfs,
|
|
103
104
|
ja as processSocialEmbeds,
|
|
104
105
|
qa as processTables,
|
|
105
106
|
Qa as processVideoGalleries,
|
|
106
107
|
Za as processVideos,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
108
|
+
$a as renderImageHtml,
|
|
109
|
+
ae as renderVideoHtml,
|
|
110
|
+
ee as rerenderMermaid,
|
|
111
|
+
se as resetKaTeXLoadState,
|
|
112
|
+
re as resetMermaidLoadState,
|
|
113
|
+
te as sortTable,
|
|
114
|
+
de as tableToCSV,
|
|
115
|
+
ce as updateMermaidDiagram
|
|
115
116
|
};
|