@drjoshcsimmons/scl 0.1.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/LICENSE +21 -0
- package/README.md +73 -0
- package/dist/components/ui/accordion/accordion.d.ts +8 -0
- package/dist/components/ui/accordion/accordion.d.ts.map +1 -0
- package/dist/components/ui/accordion/index.d.ts +2 -0
- package/dist/components/ui/accordion/index.d.ts.map +1 -0
- package/dist/components/ui/alert/alert.d.ts +9 -0
- package/dist/components/ui/alert/alert.d.ts.map +1 -0
- package/dist/components/ui/alert/index.d.ts +2 -0
- package/dist/components/ui/alert/index.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog/alert-dialog.d.ts +21 -0
- package/dist/components/ui/alert-dialog/alert-dialog.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog/index.d.ts +2 -0
- package/dist/components/ui/alert-dialog/index.d.ts.map +1 -0
- package/dist/components/ui/avatar/avatar.d.ts +7 -0
- package/dist/components/ui/avatar/avatar.d.ts.map +1 -0
- package/dist/components/ui/avatar/index.d.ts +2 -0
- package/dist/components/ui/avatar/index.d.ts.map +1 -0
- package/dist/components/ui/badge/badge.d.ts +10 -0
- package/dist/components/ui/badge/badge.d.ts.map +1 -0
- package/dist/components/ui/badge/index.d.ts +2 -0
- package/dist/components/ui/badge/index.d.ts.map +1 -0
- package/dist/components/ui/button/button.d.ts +12 -0
- package/dist/components/ui/button/button.d.ts.map +1 -0
- package/dist/components/ui/button/index.d.ts +2 -0
- package/dist/components/ui/button/index.d.ts.map +1 -0
- package/dist/components/ui/card/card.d.ts +9 -0
- package/dist/components/ui/card/card.d.ts.map +1 -0
- package/dist/components/ui/card/index.d.ts +2 -0
- package/dist/components/ui/card/index.d.ts.map +1 -0
- package/dist/components/ui/checkbox/checkbox.d.ts +5 -0
- package/dist/components/ui/checkbox/checkbox.d.ts.map +1 -0
- package/dist/components/ui/checkbox/index.d.ts +2 -0
- package/dist/components/ui/checkbox/index.d.ts.map +1 -0
- package/dist/components/ui/collapsible/collapsible.d.ts +6 -0
- package/dist/components/ui/collapsible/collapsible.d.ts.map +1 -0
- package/dist/components/ui/collapsible/index.d.ts +2 -0
- package/dist/components/ui/collapsible/index.d.ts.map +1 -0
- package/dist/components/ui/dialog/dialog.d.ts +20 -0
- package/dist/components/ui/dialog/dialog.d.ts.map +1 -0
- package/dist/components/ui/dialog/index.d.ts +2 -0
- package/dist/components/ui/dialog/index.d.ts.map +1 -0
- package/dist/components/ui/dithered-image/dithered-image.d.ts +17 -0
- package/dist/components/ui/dithered-image/dithered-image.d.ts.map +1 -0
- package/dist/components/ui/dithered-image/index.d.ts +3 -0
- package/dist/components/ui/dithered-image/index.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts +28 -0
- package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu/index.d.ts +2 -0
- package/dist/components/ui/dropdown-menu/index.d.ts.map +1 -0
- package/dist/components/ui/input/index.d.ts +2 -0
- package/dist/components/ui/input/index.d.ts.map +1 -0
- package/dist/components/ui/input/input.d.ts +5 -0
- package/dist/components/ui/input/input.d.ts.map +1 -0
- package/dist/components/ui/label/index.d.ts +2 -0
- package/dist/components/ui/label/index.d.ts.map +1 -0
- package/dist/components/ui/label/label.d.ts +6 -0
- package/dist/components/ui/label/label.d.ts.map +1 -0
- package/dist/components/ui/popover/index.d.ts +2 -0
- package/dist/components/ui/popover/index.d.ts.map +1 -0
- package/dist/components/ui/popover/popover.d.ts +8 -0
- package/dist/components/ui/popover/popover.d.ts.map +1 -0
- package/dist/components/ui/progress/index.d.ts +2 -0
- package/dist/components/ui/progress/index.d.ts.map +1 -0
- package/dist/components/ui/progress/progress.d.ts +19 -0
- package/dist/components/ui/progress/progress.d.ts.map +1 -0
- package/dist/components/ui/radio-group/index.d.ts +2 -0
- package/dist/components/ui/radio-group/index.d.ts.map +1 -0
- package/dist/components/ui/radio-group/radio-group.d.ts +6 -0
- package/dist/components/ui/radio-group/radio-group.d.ts.map +1 -0
- package/dist/components/ui/scroll-area/index.d.ts +2 -0
- package/dist/components/ui/scroll-area/index.d.ts.map +1 -0
- package/dist/components/ui/scroll-area/scroll-area.d.ts +6 -0
- package/dist/components/ui/scroll-area/scroll-area.d.ts.map +1 -0
- package/dist/components/ui/select/index.d.ts +2 -0
- package/dist/components/ui/select/index.d.ts.map +1 -0
- package/dist/components/ui/select/select.d.ts +14 -0
- package/dist/components/ui/select/select.d.ts.map +1 -0
- package/dist/components/ui/separator/index.d.ts +2 -0
- package/dist/components/ui/separator/index.d.ts.map +1 -0
- package/dist/components/ui/separator/separator.d.ts +5 -0
- package/dist/components/ui/separator/separator.d.ts.map +1 -0
- package/dist/components/ui/sheet/index.d.ts +2 -0
- package/dist/components/ui/sheet/index.d.ts.map +1 -0
- package/dist/components/ui/sheet/sheet.d.ts +26 -0
- package/dist/components/ui/sheet/sheet.d.ts.map +1 -0
- package/dist/components/ui/skeleton/index.d.ts +2 -0
- package/dist/components/ui/skeleton/index.d.ts.map +1 -0
- package/dist/components/ui/skeleton/skeleton.d.ts +3 -0
- package/dist/components/ui/skeleton/skeleton.d.ts.map +1 -0
- package/dist/components/ui/slider/index.d.ts +2 -0
- package/dist/components/ui/slider/index.d.ts.map +1 -0
- package/dist/components/ui/slider/slider.d.ts +5 -0
- package/dist/components/ui/slider/slider.d.ts.map +1 -0
- package/dist/components/ui/statusline/index.d.ts +2 -0
- package/dist/components/ui/statusline/index.d.ts.map +1 -0
- package/dist/components/ui/statusline/statusline.d.ts +40 -0
- package/dist/components/ui/statusline/statusline.d.ts.map +1 -0
- package/dist/components/ui/switch/index.d.ts +2 -0
- package/dist/components/ui/switch/index.d.ts.map +1 -0
- package/dist/components/ui/switch/switch.d.ts +5 -0
- package/dist/components/ui/switch/switch.d.ts.map +1 -0
- package/dist/components/ui/table/index.d.ts +2 -0
- package/dist/components/ui/table/index.d.ts.map +1 -0
- package/dist/components/ui/table/table.d.ts +11 -0
- package/dist/components/ui/table/table.d.ts.map +1 -0
- package/dist/components/ui/tabs/index.d.ts +2 -0
- package/dist/components/ui/tabs/index.d.ts.map +1 -0
- package/dist/components/ui/tabs/tabs.d.ts +8 -0
- package/dist/components/ui/tabs/tabs.d.ts.map +1 -0
- package/dist/components/ui/terminal-textarea/index.d.ts +2 -0
- package/dist/components/ui/terminal-textarea/index.d.ts.map +1 -0
- package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts +27 -0
- package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts.map +1 -0
- package/dist/components/ui/textarea/index.d.ts +2 -0
- package/dist/components/ui/textarea/index.d.ts.map +1 -0
- package/dist/components/ui/textarea/textarea.d.ts +5 -0
- package/dist/components/ui/textarea/textarea.d.ts.map +1 -0
- package/dist/components/ui/toggle/index.d.ts +2 -0
- package/dist/components/ui/toggle/index.d.ts.map +1 -0
- package/dist/components/ui/toggle/toggle.d.ts +13 -0
- package/dist/components/ui/toggle/toggle.d.ts.map +1 -0
- package/dist/components/ui/tooltip/index.d.ts +2 -0
- package/dist/components/ui/tooltip/index.d.ts.map +1 -0
- package/dist/components/ui/tooltip/tooltip.d.ts +11 -0
- package/dist/components/ui/tooltip/tooltip.d.ts.map +1 -0
- package/dist/index.d.ts +34 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +165 -0
- package/dist/index10.js +61 -0
- package/dist/index100.js +32 -0
- package/dist/index101.js +17 -0
- package/dist/index102.js +137 -0
- package/dist/index103.js +52 -0
- package/dist/index104.js +11 -0
- package/dist/index105.js +6 -0
- package/dist/index106.js +183 -0
- package/dist/index107.js +652 -0
- package/dist/index108.js +109 -0
- package/dist/index109.js +93 -0
- package/dist/index11.js +27 -0
- package/dist/index110.js +69 -0
- package/dist/index111.js +161 -0
- package/dist/index112.js +399 -0
- package/dist/index113.js +1682 -0
- package/dist/index114.js +280 -0
- package/dist/index115.js +134 -0
- package/dist/index116.js +34 -0
- package/dist/index117.js +1613 -0
- package/dist/index118.js +300 -0
- package/dist/index119.js +637 -0
- package/dist/index12.js +7 -0
- package/dist/index120.js +146 -0
- package/dist/index121.js +23 -0
- package/dist/index122.js +11 -0
- package/dist/index123.js +40 -0
- package/dist/index124.js +20 -0
- package/dist/index125.js +8 -0
- package/dist/index126.js +14 -0
- package/dist/index127.js +208 -0
- package/dist/index128.js +24 -0
- package/dist/index129.js +402 -0
- package/dist/index13.js +100 -0
- package/dist/index130.js +1308 -0
- package/dist/index131.js +620 -0
- package/dist/index132.js +4 -0
- package/dist/index133.js +55 -0
- package/dist/index134.js +67 -0
- package/dist/index135.js +27 -0
- package/dist/index136.js +31 -0
- package/dist/index137.js +7 -0
- package/dist/index138.js +4 -0
- package/dist/index139.js +4 -0
- package/dist/index14.js +226 -0
- package/dist/index140.js +7 -0
- package/dist/index141.js +5 -0
- package/dist/index142.js +26 -0
- package/dist/index143.js +115 -0
- package/dist/index144.js +18 -0
- package/dist/index145.js +527 -0
- package/dist/index146.js +130 -0
- package/dist/index147.js +136 -0
- package/dist/index148.js +67 -0
- package/dist/index149.js +71 -0
- package/dist/index15.js +146 -0
- package/dist/index150.js +11 -0
- package/dist/index151.js +16 -0
- package/dist/index152.js +68 -0
- package/dist/index153.js +6 -0
- package/dist/index154.js +25 -0
- package/dist/index155.js +25 -0
- package/dist/index156.js +15 -0
- package/dist/index157.js +30 -0
- package/dist/index158.js +7 -0
- package/dist/index16.js +21 -0
- package/dist/index17.js +19 -0
- package/dist/index18.js +24 -0
- package/dist/index19.js +58 -0
- package/dist/index2.js +8 -0
- package/dist/index20.js +31 -0
- package/dist/index21.js +38 -0
- package/dist/index22.js +123 -0
- package/dist/index23.js +24 -0
- package/dist/index24.js +72 -0
- package/dist/index25.js +17 -0
- package/dist/index26.js +34 -0
- package/dist/index27.js +81 -0
- package/dist/index28.js +27 -0
- package/dist/index29.js +90 -0
- package/dist/index3.js +22 -0
- package/dist/index30.js +46 -0
- package/dist/index31.js +234 -0
- package/dist/index32.js +20 -0
- package/dist/index33.js +37 -0
- package/dist/index34.js +25 -0
- package/dist/index35.js +105 -0
- package/dist/index36.js +68 -0
- package/dist/index37.js +51 -0
- package/dist/index38.js +102 -0
- package/dist/index39.js +13 -0
- package/dist/index4.js +46 -0
- package/dist/index40.js +17 -0
- package/dist/index41.js +2265 -0
- package/dist/index42.js +35 -0
- package/dist/index43.js +20 -0
- package/dist/index44.js +239 -0
- package/dist/index45.js +13 -0
- package/dist/index46.js +75 -0
- package/dist/index47.js +251 -0
- package/dist/index48.js +11 -0
- package/dist/index49.js +338 -0
- package/dist/index5.js +51 -0
- package/dist/index50.js +62 -0
- package/dist/index51.js +243 -0
- package/dist/index52.js +862 -0
- package/dist/index53.js +11 -0
- package/dist/index54.js +120 -0
- package/dist/index55.js +227 -0
- package/dist/index56.js +13 -0
- package/dist/index57.js +13 -0
- package/dist/index58.js +238 -0
- package/dist/index59.js +262 -0
- package/dist/index6.js +51 -0
- package/dist/index60.js +14 -0
- package/dist/index61.js +24 -0
- package/dist/index62.js +532 -0
- package/dist/index63.js +6157 -0
- package/dist/index64.js +2635 -0
- package/dist/index65.js +300 -0
- package/dist/index66.js +674 -0
- package/dist/index67.js +832 -0
- package/dist/index68.js +27 -0
- package/dist/index69.js +330 -0
- package/dist/index7.js +42 -0
- package/dist/index70.js +4901 -0
- package/dist/index71.js +831 -0
- package/dist/index72.js +1260 -0
- package/dist/index73.js +536 -0
- package/dist/index74.js +127 -0
- package/dist/index75.js +163 -0
- package/dist/index76.js +33 -0
- package/dist/index77.js +437 -0
- package/dist/index78.js +132 -0
- package/dist/index79.js +83 -0
- package/dist/index8.js +31 -0
- package/dist/index80.js +70 -0
- package/dist/index81.js +48 -0
- package/dist/index82.js +29 -0
- package/dist/index83.js +9 -0
- package/dist/index84.js +54 -0
- package/dist/index85.js +36 -0
- package/dist/index86.js +13 -0
- package/dist/index87.js +10 -0
- package/dist/index88.js +32 -0
- package/dist/index89.js +57 -0
- package/dist/index9.js +54 -0
- package/dist/index90.js +13 -0
- package/dist/index91.js +6 -0
- package/dist/index92.js +15 -0
- package/dist/index93.js +8 -0
- package/dist/index94.js +27 -0
- package/dist/index95.js +71 -0
- package/dist/index96.js +127 -0
- package/dist/index97.js +221 -0
- package/dist/index98.js +16 -0
- package/dist/index99.js +56 -0
- package/dist/lib/utils.d.ts +14 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/tokens/animations.d.ts +174 -0
- package/dist/tokens/animations.d.ts.map +1 -0
- package/dist/tokens/colors.d.ts +92 -0
- package/dist/tokens/colors.d.ts.map +1 -0
- package/dist/tokens/index.d.ts +403 -0
- package/dist/tokens/index.d.ts.map +1 -0
- package/dist/tokens/shadows.d.ts +15 -0
- package/dist/tokens/shadows.d.ts.map +1 -0
- package/dist/tokens/spacing.d.ts +55 -0
- package/dist/tokens/spacing.d.ts.map +1 -0
- package/dist/tokens/typography.d.ts +80 -0
- package/dist/tokens/typography.d.ts.map +1 -0
- package/package.json +128 -0
package/dist/index66.js
ADDED
|
@@ -0,0 +1,674 @@
|
|
|
1
|
+
import { configureNesting as O, parser as H } from "./index114.js";
|
|
2
|
+
import { cssLanguage as _, css as U } from "./index67.js";
|
|
3
|
+
import { typescriptLanguage as W, jsxLanguage as J, tsxLanguage as K, javascriptLanguage as $, javascript as Q } from "./index65.js";
|
|
4
|
+
import { EditorView as X } from "./index63.js";
|
|
5
|
+
import { EditorSelection as Y } from "./index64.js";
|
|
6
|
+
import { LRLanguage as Z, LanguageSupport as ee, indentNodeProp as te, foldNodeProp as le, bracketMatchingHandle as ae, syntaxTree as z } from "./index72.js";
|
|
7
|
+
const T = ["_blank", "_self", "_top", "_parent"], S = ["ascii", "utf-8", "utf-16", "latin1", "latin1"], N = ["get", "post", "put", "delete"], E = ["application/x-www-form-urlencoded", "multipart/form-data", "text/plain"], c = ["true", "false"], l = {}, ne = {
|
|
8
|
+
a: {
|
|
9
|
+
attrs: {
|
|
10
|
+
href: null,
|
|
11
|
+
ping: null,
|
|
12
|
+
type: null,
|
|
13
|
+
media: null,
|
|
14
|
+
target: T,
|
|
15
|
+
hreflang: null
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
abbr: l,
|
|
19
|
+
address: l,
|
|
20
|
+
area: {
|
|
21
|
+
attrs: {
|
|
22
|
+
alt: null,
|
|
23
|
+
coords: null,
|
|
24
|
+
href: null,
|
|
25
|
+
target: null,
|
|
26
|
+
ping: null,
|
|
27
|
+
media: null,
|
|
28
|
+
hreflang: null,
|
|
29
|
+
type: null,
|
|
30
|
+
shape: ["default", "rect", "circle", "poly"]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
article: l,
|
|
34
|
+
aside: l,
|
|
35
|
+
audio: {
|
|
36
|
+
attrs: {
|
|
37
|
+
src: null,
|
|
38
|
+
mediagroup: null,
|
|
39
|
+
crossorigin: ["anonymous", "use-credentials"],
|
|
40
|
+
preload: ["none", "metadata", "auto"],
|
|
41
|
+
autoplay: ["autoplay"],
|
|
42
|
+
loop: ["loop"],
|
|
43
|
+
controls: ["controls"]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
b: l,
|
|
47
|
+
base: { attrs: { href: null, target: T } },
|
|
48
|
+
bdi: l,
|
|
49
|
+
bdo: l,
|
|
50
|
+
blockquote: { attrs: { cite: null } },
|
|
51
|
+
body: l,
|
|
52
|
+
br: l,
|
|
53
|
+
button: {
|
|
54
|
+
attrs: {
|
|
55
|
+
form: null,
|
|
56
|
+
formaction: null,
|
|
57
|
+
name: null,
|
|
58
|
+
value: null,
|
|
59
|
+
autofocus: ["autofocus"],
|
|
60
|
+
disabled: ["autofocus"],
|
|
61
|
+
formenctype: E,
|
|
62
|
+
formmethod: N,
|
|
63
|
+
formnovalidate: ["novalidate"],
|
|
64
|
+
formtarget: T,
|
|
65
|
+
type: ["submit", "reset", "button"]
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
canvas: { attrs: { width: null, height: null } },
|
|
69
|
+
caption: l,
|
|
70
|
+
center: l,
|
|
71
|
+
cite: l,
|
|
72
|
+
code: l,
|
|
73
|
+
col: { attrs: { span: null } },
|
|
74
|
+
colgroup: { attrs: { span: null } },
|
|
75
|
+
command: {
|
|
76
|
+
attrs: {
|
|
77
|
+
type: ["command", "checkbox", "radio"],
|
|
78
|
+
label: null,
|
|
79
|
+
icon: null,
|
|
80
|
+
radiogroup: null,
|
|
81
|
+
command: null,
|
|
82
|
+
title: null,
|
|
83
|
+
disabled: ["disabled"],
|
|
84
|
+
checked: ["checked"]
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
data: { attrs: { value: null } },
|
|
88
|
+
datagrid: { attrs: { disabled: ["disabled"], multiple: ["multiple"] } },
|
|
89
|
+
datalist: { attrs: { data: null } },
|
|
90
|
+
dd: l,
|
|
91
|
+
del: { attrs: { cite: null, datetime: null } },
|
|
92
|
+
details: { attrs: { open: ["open"] } },
|
|
93
|
+
dfn: l,
|
|
94
|
+
div: l,
|
|
95
|
+
dl: l,
|
|
96
|
+
dt: l,
|
|
97
|
+
em: l,
|
|
98
|
+
embed: { attrs: { src: null, type: null, width: null, height: null } },
|
|
99
|
+
eventsource: { attrs: { src: null } },
|
|
100
|
+
fieldset: { attrs: { disabled: ["disabled"], form: null, name: null } },
|
|
101
|
+
figcaption: l,
|
|
102
|
+
figure: l,
|
|
103
|
+
footer: l,
|
|
104
|
+
form: {
|
|
105
|
+
attrs: {
|
|
106
|
+
action: null,
|
|
107
|
+
name: null,
|
|
108
|
+
"accept-charset": S,
|
|
109
|
+
autocomplete: ["on", "off"],
|
|
110
|
+
enctype: E,
|
|
111
|
+
method: N,
|
|
112
|
+
novalidate: ["novalidate"],
|
|
113
|
+
target: T
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
h1: l,
|
|
117
|
+
h2: l,
|
|
118
|
+
h3: l,
|
|
119
|
+
h4: l,
|
|
120
|
+
h5: l,
|
|
121
|
+
h6: l,
|
|
122
|
+
head: {
|
|
123
|
+
children: ["title", "base", "link", "style", "meta", "script", "noscript", "command"]
|
|
124
|
+
},
|
|
125
|
+
header: l,
|
|
126
|
+
hgroup: l,
|
|
127
|
+
hr: l,
|
|
128
|
+
html: {
|
|
129
|
+
attrs: { manifest: null }
|
|
130
|
+
},
|
|
131
|
+
i: l,
|
|
132
|
+
iframe: {
|
|
133
|
+
attrs: {
|
|
134
|
+
src: null,
|
|
135
|
+
srcdoc: null,
|
|
136
|
+
name: null,
|
|
137
|
+
width: null,
|
|
138
|
+
height: null,
|
|
139
|
+
sandbox: ["allow-top-navigation", "allow-same-origin", "allow-forms", "allow-scripts"],
|
|
140
|
+
seamless: ["seamless"]
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
img: {
|
|
144
|
+
attrs: {
|
|
145
|
+
alt: null,
|
|
146
|
+
src: null,
|
|
147
|
+
ismap: null,
|
|
148
|
+
usemap: null,
|
|
149
|
+
width: null,
|
|
150
|
+
height: null,
|
|
151
|
+
crossorigin: ["anonymous", "use-credentials"]
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
input: {
|
|
155
|
+
attrs: {
|
|
156
|
+
alt: null,
|
|
157
|
+
dirname: null,
|
|
158
|
+
form: null,
|
|
159
|
+
formaction: null,
|
|
160
|
+
height: null,
|
|
161
|
+
list: null,
|
|
162
|
+
max: null,
|
|
163
|
+
maxlength: null,
|
|
164
|
+
min: null,
|
|
165
|
+
name: null,
|
|
166
|
+
pattern: null,
|
|
167
|
+
placeholder: null,
|
|
168
|
+
size: null,
|
|
169
|
+
src: null,
|
|
170
|
+
step: null,
|
|
171
|
+
value: null,
|
|
172
|
+
width: null,
|
|
173
|
+
accept: ["audio/*", "video/*", "image/*"],
|
|
174
|
+
autocomplete: ["on", "off"],
|
|
175
|
+
autofocus: ["autofocus"],
|
|
176
|
+
checked: ["checked"],
|
|
177
|
+
disabled: ["disabled"],
|
|
178
|
+
formenctype: E,
|
|
179
|
+
formmethod: N,
|
|
180
|
+
formnovalidate: ["novalidate"],
|
|
181
|
+
formtarget: T,
|
|
182
|
+
multiple: ["multiple"],
|
|
183
|
+
readonly: ["readonly"],
|
|
184
|
+
required: ["required"],
|
|
185
|
+
type: [
|
|
186
|
+
"hidden",
|
|
187
|
+
"text",
|
|
188
|
+
"search",
|
|
189
|
+
"tel",
|
|
190
|
+
"url",
|
|
191
|
+
"email",
|
|
192
|
+
"password",
|
|
193
|
+
"datetime",
|
|
194
|
+
"date",
|
|
195
|
+
"month",
|
|
196
|
+
"week",
|
|
197
|
+
"time",
|
|
198
|
+
"datetime-local",
|
|
199
|
+
"number",
|
|
200
|
+
"range",
|
|
201
|
+
"color",
|
|
202
|
+
"checkbox",
|
|
203
|
+
"radio",
|
|
204
|
+
"file",
|
|
205
|
+
"submit",
|
|
206
|
+
"image",
|
|
207
|
+
"reset",
|
|
208
|
+
"button"
|
|
209
|
+
]
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
ins: { attrs: { cite: null, datetime: null } },
|
|
213
|
+
kbd: l,
|
|
214
|
+
keygen: {
|
|
215
|
+
attrs: {
|
|
216
|
+
challenge: null,
|
|
217
|
+
form: null,
|
|
218
|
+
name: null,
|
|
219
|
+
autofocus: ["autofocus"],
|
|
220
|
+
disabled: ["disabled"],
|
|
221
|
+
keytype: ["RSA"]
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
label: { attrs: { for: null, form: null } },
|
|
225
|
+
legend: l,
|
|
226
|
+
li: { attrs: { value: null } },
|
|
227
|
+
link: {
|
|
228
|
+
attrs: {
|
|
229
|
+
href: null,
|
|
230
|
+
type: null,
|
|
231
|
+
hreflang: null,
|
|
232
|
+
media: null,
|
|
233
|
+
sizes: ["all", "16x16", "16x16 32x32", "16x16 32x32 64x64"]
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
map: { attrs: { name: null } },
|
|
237
|
+
mark: l,
|
|
238
|
+
menu: { attrs: { label: null, type: ["list", "context", "toolbar"] } },
|
|
239
|
+
meta: {
|
|
240
|
+
attrs: {
|
|
241
|
+
content: null,
|
|
242
|
+
charset: S,
|
|
243
|
+
name: ["viewport", "application-name", "author", "description", "generator", "keywords"],
|
|
244
|
+
"http-equiv": ["content-language", "content-type", "default-style", "refresh"]
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
meter: { attrs: { value: null, min: null, low: null, high: null, max: null, optimum: null } },
|
|
248
|
+
nav: l,
|
|
249
|
+
noscript: l,
|
|
250
|
+
object: {
|
|
251
|
+
attrs: {
|
|
252
|
+
data: null,
|
|
253
|
+
type: null,
|
|
254
|
+
name: null,
|
|
255
|
+
usemap: null,
|
|
256
|
+
form: null,
|
|
257
|
+
width: null,
|
|
258
|
+
height: null,
|
|
259
|
+
typemustmatch: ["typemustmatch"]
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
ol: {
|
|
263
|
+
attrs: { reversed: ["reversed"], start: null, type: ["1", "a", "A", "i", "I"] },
|
|
264
|
+
children: ["li", "script", "template", "ul", "ol"]
|
|
265
|
+
},
|
|
266
|
+
optgroup: { attrs: { disabled: ["disabled"], label: null } },
|
|
267
|
+
option: { attrs: { disabled: ["disabled"], label: null, selected: ["selected"], value: null } },
|
|
268
|
+
output: { attrs: { for: null, form: null, name: null } },
|
|
269
|
+
p: l,
|
|
270
|
+
param: { attrs: { name: null, value: null } },
|
|
271
|
+
pre: l,
|
|
272
|
+
progress: { attrs: { value: null, max: null } },
|
|
273
|
+
q: { attrs: { cite: null } },
|
|
274
|
+
rp: l,
|
|
275
|
+
rt: l,
|
|
276
|
+
ruby: l,
|
|
277
|
+
samp: l,
|
|
278
|
+
script: {
|
|
279
|
+
attrs: {
|
|
280
|
+
type: ["text/javascript"],
|
|
281
|
+
src: null,
|
|
282
|
+
async: ["async"],
|
|
283
|
+
defer: ["defer"],
|
|
284
|
+
charset: S
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
section: l,
|
|
288
|
+
select: {
|
|
289
|
+
attrs: {
|
|
290
|
+
form: null,
|
|
291
|
+
name: null,
|
|
292
|
+
size: null,
|
|
293
|
+
autofocus: ["autofocus"],
|
|
294
|
+
disabled: ["disabled"],
|
|
295
|
+
multiple: ["multiple"]
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
slot: { attrs: { name: null } },
|
|
299
|
+
small: l,
|
|
300
|
+
source: { attrs: { src: null, type: null, media: null } },
|
|
301
|
+
span: l,
|
|
302
|
+
strong: l,
|
|
303
|
+
style: {
|
|
304
|
+
attrs: {
|
|
305
|
+
type: ["text/css"],
|
|
306
|
+
media: null,
|
|
307
|
+
scoped: null
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
sub: l,
|
|
311
|
+
summary: l,
|
|
312
|
+
sup: l,
|
|
313
|
+
table: l,
|
|
314
|
+
tbody: l,
|
|
315
|
+
td: { attrs: { colspan: null, rowspan: null, headers: null } },
|
|
316
|
+
template: l,
|
|
317
|
+
textarea: {
|
|
318
|
+
attrs: {
|
|
319
|
+
dirname: null,
|
|
320
|
+
form: null,
|
|
321
|
+
maxlength: null,
|
|
322
|
+
name: null,
|
|
323
|
+
placeholder: null,
|
|
324
|
+
rows: null,
|
|
325
|
+
cols: null,
|
|
326
|
+
autofocus: ["autofocus"],
|
|
327
|
+
disabled: ["disabled"],
|
|
328
|
+
readonly: ["readonly"],
|
|
329
|
+
required: ["required"],
|
|
330
|
+
wrap: ["soft", "hard"]
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
tfoot: l,
|
|
334
|
+
th: { attrs: { colspan: null, rowspan: null, headers: null, scope: ["row", "col", "rowgroup", "colgroup"] } },
|
|
335
|
+
thead: l,
|
|
336
|
+
time: { attrs: { datetime: null } },
|
|
337
|
+
title: l,
|
|
338
|
+
tr: l,
|
|
339
|
+
track: {
|
|
340
|
+
attrs: {
|
|
341
|
+
src: null,
|
|
342
|
+
label: null,
|
|
343
|
+
default: null,
|
|
344
|
+
kind: ["subtitles", "captions", "descriptions", "chapters", "metadata"],
|
|
345
|
+
srclang: null
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
ul: { children: ["li", "script", "template", "ul", "ol"] },
|
|
349
|
+
var: l,
|
|
350
|
+
video: {
|
|
351
|
+
attrs: {
|
|
352
|
+
src: null,
|
|
353
|
+
poster: null,
|
|
354
|
+
width: null,
|
|
355
|
+
height: null,
|
|
356
|
+
crossorigin: ["anonymous", "use-credentials"],
|
|
357
|
+
preload: ["auto", "metadata", "none"],
|
|
358
|
+
autoplay: ["autoplay"],
|
|
359
|
+
mediagroup: ["movie"],
|
|
360
|
+
muted: ["muted"],
|
|
361
|
+
controls: ["controls"]
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
wbr: l
|
|
365
|
+
}, D = {
|
|
366
|
+
accesskey: null,
|
|
367
|
+
class: null,
|
|
368
|
+
contenteditable: c,
|
|
369
|
+
contextmenu: null,
|
|
370
|
+
dir: ["ltr", "rtl", "auto"],
|
|
371
|
+
draggable: ["true", "false", "auto"],
|
|
372
|
+
dropzone: ["copy", "move", "link", "string:", "file:"],
|
|
373
|
+
hidden: ["hidden"],
|
|
374
|
+
id: null,
|
|
375
|
+
inert: ["inert"],
|
|
376
|
+
itemid: null,
|
|
377
|
+
itemprop: null,
|
|
378
|
+
itemref: null,
|
|
379
|
+
itemscope: ["itemscope"],
|
|
380
|
+
itemtype: null,
|
|
381
|
+
lang: ["ar", "bn", "de", "en-GB", "en-US", "es", "fr", "hi", "id", "ja", "pa", "pt", "ru", "tr", "zh"],
|
|
382
|
+
spellcheck: c,
|
|
383
|
+
autocorrect: c,
|
|
384
|
+
autocapitalize: c,
|
|
385
|
+
style: null,
|
|
386
|
+
tabindex: null,
|
|
387
|
+
title: null,
|
|
388
|
+
translate: ["yes", "no"],
|
|
389
|
+
rel: ["stylesheet", "alternate", "author", "bookmark", "help", "license", "next", "nofollow", "noreferrer", "prefetch", "prev", "search", "tag"],
|
|
390
|
+
role: /* @__PURE__ */ "alert application article banner button cell checkbox complementary contentinfo dialog document feed figure form grid gridcell heading img list listbox listitem main navigation region row rowgroup search switch tab table tabpanel textbox timer".split(" "),
|
|
391
|
+
"aria-activedescendant": null,
|
|
392
|
+
"aria-atomic": c,
|
|
393
|
+
"aria-autocomplete": ["inline", "list", "both", "none"],
|
|
394
|
+
"aria-busy": c,
|
|
395
|
+
"aria-checked": ["true", "false", "mixed", "undefined"],
|
|
396
|
+
"aria-controls": null,
|
|
397
|
+
"aria-describedby": null,
|
|
398
|
+
"aria-disabled": c,
|
|
399
|
+
"aria-dropeffect": null,
|
|
400
|
+
"aria-expanded": ["true", "false", "undefined"],
|
|
401
|
+
"aria-flowto": null,
|
|
402
|
+
"aria-grabbed": ["true", "false", "undefined"],
|
|
403
|
+
"aria-haspopup": c,
|
|
404
|
+
"aria-hidden": c,
|
|
405
|
+
"aria-invalid": ["true", "false", "grammar", "spelling"],
|
|
406
|
+
"aria-label": null,
|
|
407
|
+
"aria-labelledby": null,
|
|
408
|
+
"aria-level": null,
|
|
409
|
+
"aria-live": ["off", "polite", "assertive"],
|
|
410
|
+
"aria-multiline": c,
|
|
411
|
+
"aria-multiselectable": c,
|
|
412
|
+
"aria-owns": null,
|
|
413
|
+
"aria-posinset": null,
|
|
414
|
+
"aria-pressed": ["true", "false", "mixed", "undefined"],
|
|
415
|
+
"aria-readonly": c,
|
|
416
|
+
"aria-relevant": null,
|
|
417
|
+
"aria-required": c,
|
|
418
|
+
"aria-selected": ["true", "false", "undefined"],
|
|
419
|
+
"aria-setsize": null,
|
|
420
|
+
"aria-sort": ["ascending", "descending", "none", "other"],
|
|
421
|
+
"aria-valuemax": null,
|
|
422
|
+
"aria-valuemin": null,
|
|
423
|
+
"aria-valuenow": null,
|
|
424
|
+
"aria-valuetext": null
|
|
425
|
+
}, F = /* @__PURE__ */ "beforeunload copy cut dragstart dragover dragleave dragenter dragend drag paste focus blur change click load mousedown mouseenter mouseleave mouseup keydown keyup resize scroll unload".split(" ").map((e) => "on" + e);
|
|
426
|
+
for (let e of F)
|
|
427
|
+
D[e] = null;
|
|
428
|
+
class C {
|
|
429
|
+
constructor(n, r) {
|
|
430
|
+
this.tags = { ...ne, ...n }, this.globalAttrs = { ...D, ...r }, this.allTags = Object.keys(this.tags), this.globalAttrNames = Object.keys(this.globalAttrs);
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
C.default = /* @__PURE__ */ new C();
|
|
434
|
+
function y(e, n, r = e.length) {
|
|
435
|
+
if (!n)
|
|
436
|
+
return "";
|
|
437
|
+
let a = n.firstChild, t = a && a.getChild("TagName");
|
|
438
|
+
return t ? e.sliceString(t.from, Math.min(t.to, r)) : "";
|
|
439
|
+
}
|
|
440
|
+
function v(e, n = !1) {
|
|
441
|
+
for (; e; e = e.parent)
|
|
442
|
+
if (e.name == "Element")
|
|
443
|
+
if (n)
|
|
444
|
+
n = !1;
|
|
445
|
+
else
|
|
446
|
+
return e;
|
|
447
|
+
return null;
|
|
448
|
+
}
|
|
449
|
+
function P(e, n, r) {
|
|
450
|
+
let a = r.tags[y(e, v(n))];
|
|
451
|
+
return (a == null ? void 0 : a.children) || r.allTags;
|
|
452
|
+
}
|
|
453
|
+
function j(e, n) {
|
|
454
|
+
let r = [];
|
|
455
|
+
for (let a = v(n); a && !a.type.isTop; a = v(a.parent)) {
|
|
456
|
+
let t = y(e, a);
|
|
457
|
+
if (t && a.lastChild.name == "CloseTag")
|
|
458
|
+
break;
|
|
459
|
+
t && r.indexOf(t) < 0 && (n.name == "EndTag" || n.from >= a.firstChild.to) && r.push(t);
|
|
460
|
+
}
|
|
461
|
+
return r;
|
|
462
|
+
}
|
|
463
|
+
const V = /^[:\-\.\w\u00b7-\uffff]*$/;
|
|
464
|
+
function I(e, n, r, a, t) {
|
|
465
|
+
let s = /\s*>/.test(e.sliceDoc(t, t + 5)) ? "" : ">", o = v(r, r.name == "StartTag" || r.name == "TagName");
|
|
466
|
+
return {
|
|
467
|
+
from: a,
|
|
468
|
+
to: t,
|
|
469
|
+
options: P(e.doc, o, n).map((u) => ({ label: u, type: "type" })).concat(j(e.doc, r).map((u, i) => ({
|
|
470
|
+
label: "/" + u,
|
|
471
|
+
apply: "/" + u + s,
|
|
472
|
+
type: "type",
|
|
473
|
+
boost: 99 - i
|
|
474
|
+
}))),
|
|
475
|
+
validFor: /^\/?[:\-\.\w\u00b7-\uffff]*$/
|
|
476
|
+
};
|
|
477
|
+
}
|
|
478
|
+
function L(e, n, r, a) {
|
|
479
|
+
let t = /\s*>/.test(e.sliceDoc(a, a + 5)) ? "" : ">";
|
|
480
|
+
return {
|
|
481
|
+
from: r,
|
|
482
|
+
to: a,
|
|
483
|
+
options: j(e.doc, n).map((s, o) => ({ label: s, apply: s + t, type: "type", boost: 99 - o })),
|
|
484
|
+
validFor: V
|
|
485
|
+
};
|
|
486
|
+
}
|
|
487
|
+
function re(e, n, r, a) {
|
|
488
|
+
let t = [], s = 0;
|
|
489
|
+
for (let o of P(e.doc, r, n))
|
|
490
|
+
t.push({ label: "<" + o, type: "type" });
|
|
491
|
+
for (let o of j(e.doc, r))
|
|
492
|
+
t.push({ label: "</" + o + ">", type: "type", boost: 99 - s++ });
|
|
493
|
+
return { from: a, to: a, options: t, validFor: /^<\/?[:\-\.\w\u00b7-\uffff]*$/ };
|
|
494
|
+
}
|
|
495
|
+
function oe(e, n, r, a, t) {
|
|
496
|
+
let s = v(r), o = s ? n.tags[y(e.doc, s)] : null, u = o && o.attrs ? Object.keys(o.attrs) : [], i = o && o.globalAttrs === !1 ? u : u.length ? u.concat(n.globalAttrNames) : n.globalAttrNames;
|
|
497
|
+
return {
|
|
498
|
+
from: a,
|
|
499
|
+
to: t,
|
|
500
|
+
options: i.map((f) => ({ label: f, type: "property" })),
|
|
501
|
+
validFor: V
|
|
502
|
+
};
|
|
503
|
+
}
|
|
504
|
+
function se(e, n, r, a, t) {
|
|
505
|
+
var s;
|
|
506
|
+
let o = (s = r.parent) === null || s === void 0 ? void 0 : s.getChild("AttributeName"), u = [], i;
|
|
507
|
+
if (o) {
|
|
508
|
+
let f = e.sliceDoc(o.from, o.to), g = n.globalAttrs[f];
|
|
509
|
+
if (!g) {
|
|
510
|
+
let p = v(r), m = p ? n.tags[y(e.doc, p)] : null;
|
|
511
|
+
g = (m == null ? void 0 : m.attrs) && m.attrs[f];
|
|
512
|
+
}
|
|
513
|
+
if (g) {
|
|
514
|
+
let p = e.sliceDoc(a, t).toLowerCase(), m = '"', d = '"';
|
|
515
|
+
/^['"]/.test(p) ? (i = p[0] == '"' ? /^[^"]*$/ : /^[^']*$/, m = "", d = e.sliceDoc(t, t + 1) == p[0] ? "" : p[0], p = p.slice(1), a++) : i = /^[^\s<>='"]*$/;
|
|
516
|
+
for (let h of g)
|
|
517
|
+
u.push({ label: h, apply: m + h + d, type: "constant" });
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
return { from: a, to: t, options: u, validFor: i };
|
|
521
|
+
}
|
|
522
|
+
function B(e, n) {
|
|
523
|
+
let { state: r, pos: a } = n, t = z(r).resolveInner(a, -1), s = t.resolve(a);
|
|
524
|
+
for (let o = a, u; s == t && (u = t.childBefore(o)); ) {
|
|
525
|
+
let i = u.lastChild;
|
|
526
|
+
if (!i || !i.type.isError || i.from < i.to)
|
|
527
|
+
break;
|
|
528
|
+
s = t = u, o = i.from;
|
|
529
|
+
}
|
|
530
|
+
return t.name == "TagName" ? t.parent && /CloseTag$/.test(t.parent.name) ? L(r, t, t.from, a) : I(r, e, t, t.from, a) : t.name == "StartTag" || t.name == "IncompleteTag" ? I(r, e, t, a, a) : t.name == "StartCloseTag" || t.name == "IncompleteCloseTag" ? L(r, t, a, a) : t.name == "OpenTag" || t.name == "SelfClosingTag" || t.name == "AttributeName" ? oe(r, e, t, t.name == "AttributeName" ? t.from : a, a) : t.name == "Is" || t.name == "AttributeValue" || t.name == "UnquotedAttributeValue" ? se(r, e, t, t.name == "Is" ? a : t.from, a) : n.explicit && (s.name == "Element" || s.name == "Text" || s.name == "Document") ? re(r, e, t, a) : null;
|
|
531
|
+
}
|
|
532
|
+
function be(e) {
|
|
533
|
+
return B(C.default, e);
|
|
534
|
+
}
|
|
535
|
+
function ie(e) {
|
|
536
|
+
let { extraTags: n, extraGlobalAttributes: r } = e, a = r || n ? new C(n, r) : C.default;
|
|
537
|
+
return (t) => B(a, t);
|
|
538
|
+
}
|
|
539
|
+
const ue = /* @__PURE__ */ $.parser.configure({ top: "SingleExpression" }), M = [
|
|
540
|
+
{
|
|
541
|
+
tag: "script",
|
|
542
|
+
attrs: (e) => e.type == "text/typescript" || e.lang == "ts",
|
|
543
|
+
parser: W.parser
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
tag: "script",
|
|
547
|
+
attrs: (e) => e.type == "text/babel" || e.type == "text/jsx",
|
|
548
|
+
parser: J.parser
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
tag: "script",
|
|
552
|
+
attrs: (e) => e.type == "text/typescript-jsx",
|
|
553
|
+
parser: K.parser
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
tag: "script",
|
|
557
|
+
attrs(e) {
|
|
558
|
+
return /^(importmap|speculationrules|application\/(.+\+)?json)$/i.test(e.type);
|
|
559
|
+
},
|
|
560
|
+
parser: ue
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
tag: "script",
|
|
564
|
+
attrs(e) {
|
|
565
|
+
return !e.type || /^(?:text|application)\/(?:x-)?(?:java|ecma)script$|^module$|^$/i.test(e.type);
|
|
566
|
+
},
|
|
567
|
+
parser: $.parser
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
tag: "style",
|
|
571
|
+
attrs(e) {
|
|
572
|
+
return (!e.lang || e.lang == "css") && (!e.type || /^(text\/)?(x-)?(stylesheet|css)$/i.test(e.type));
|
|
573
|
+
},
|
|
574
|
+
parser: _.parser
|
|
575
|
+
}
|
|
576
|
+
], G = /* @__PURE__ */ [
|
|
577
|
+
{
|
|
578
|
+
name: "style",
|
|
579
|
+
parser: /* @__PURE__ */ _.parser.configure({ top: "Styles" })
|
|
580
|
+
}
|
|
581
|
+
].concat(/* @__PURE__ */ F.map((e) => ({ name: e, parser: $.parser }))), R = /* @__PURE__ */ Z.define({
|
|
582
|
+
name: "html",
|
|
583
|
+
parser: /* @__PURE__ */ H.configure({
|
|
584
|
+
props: [
|
|
585
|
+
/* @__PURE__ */ te.add({
|
|
586
|
+
Element(e) {
|
|
587
|
+
let n = /^(\s*)(<\/)?/.exec(e.textAfter);
|
|
588
|
+
return e.node.to <= e.pos + n[0].length ? e.continue() : e.lineIndent(e.node.from) + (n[2] ? 0 : e.unit);
|
|
589
|
+
},
|
|
590
|
+
"OpenTag CloseTag SelfClosingTag"(e) {
|
|
591
|
+
return e.column(e.node.from) + e.unit;
|
|
592
|
+
},
|
|
593
|
+
Document(e) {
|
|
594
|
+
if (e.pos + /\s*/.exec(e.textAfter)[0].length < e.node.to)
|
|
595
|
+
return e.continue();
|
|
596
|
+
let n = null, r;
|
|
597
|
+
for (let a = e.node; ; ) {
|
|
598
|
+
let t = a.lastChild;
|
|
599
|
+
if (!t || t.name != "Element" || t.to != a.to)
|
|
600
|
+
break;
|
|
601
|
+
n = a = t;
|
|
602
|
+
}
|
|
603
|
+
return n && !((r = n.lastChild) && (r.name == "CloseTag" || r.name == "SelfClosingTag")) ? e.lineIndent(n.from) + e.unit : null;
|
|
604
|
+
}
|
|
605
|
+
}),
|
|
606
|
+
/* @__PURE__ */ le.add({
|
|
607
|
+
Element(e) {
|
|
608
|
+
let n = e.firstChild, r = e.lastChild;
|
|
609
|
+
return !n || n.name != "OpenTag" ? null : { from: n.to, to: r.name == "CloseTag" ? r.from : e.to };
|
|
610
|
+
}
|
|
611
|
+
}),
|
|
612
|
+
/* @__PURE__ */ ae.add({
|
|
613
|
+
"OpenTag CloseTag": (e) => e.getChild("TagName")
|
|
614
|
+
})
|
|
615
|
+
]
|
|
616
|
+
}),
|
|
617
|
+
languageData: {
|
|
618
|
+
commentTokens: { block: { open: "<!--", close: "-->" } },
|
|
619
|
+
indentOnInput: /^\s*<\/\w+\W$/,
|
|
620
|
+
wordChars: "-_"
|
|
621
|
+
}
|
|
622
|
+
}), x = /* @__PURE__ */ R.configure({
|
|
623
|
+
wrap: /* @__PURE__ */ O(M, G)
|
|
624
|
+
});
|
|
625
|
+
function ye(e = {}) {
|
|
626
|
+
let n = "", r;
|
|
627
|
+
e.matchClosingTags === !1 && (n = "noMatch"), e.selfClosingTags === !0 && (n = (n ? n + " " : "") + "selfClosing"), (e.nestedLanguages && e.nestedLanguages.length || e.nestedAttributes && e.nestedAttributes.length) && (r = O((e.nestedLanguages || []).concat(M), (e.nestedAttributes || []).concat(G)));
|
|
628
|
+
let a = r ? R.configure({ wrap: r, dialect: n }) : n ? x.configure({ dialect: n }) : x;
|
|
629
|
+
return new ee(a, [
|
|
630
|
+
x.data.of({ autocomplete: ie(e) }),
|
|
631
|
+
e.autoCloseTags !== !1 ? de : [],
|
|
632
|
+
Q().support,
|
|
633
|
+
U().support
|
|
634
|
+
]);
|
|
635
|
+
}
|
|
636
|
+
const q = /* @__PURE__ */ new Set(/* @__PURE__ */ "area base br col command embed frame hr img input keygen link meta param source track wbr menuitem".split(" ")), de = /* @__PURE__ */ X.inputHandler.of((e, n, r, a, t) => {
|
|
637
|
+
if (e.composing || e.state.readOnly || n != r || a != ">" && a != "/" || !x.isActiveAt(e.state, n, -1))
|
|
638
|
+
return !1;
|
|
639
|
+
let s = t(), { state: o } = s, u = o.changeByRange((i) => {
|
|
640
|
+
var f, g, p;
|
|
641
|
+
let m = o.doc.sliceString(i.from - 1, i.to) == a, { head: d } = i, h = z(o).resolveInner(d, -1), b;
|
|
642
|
+
if (m && a == ">" && h.name == "EndTag") {
|
|
643
|
+
let w = h.parent;
|
|
644
|
+
if (((g = (f = w.parent) === null || f === void 0 ? void 0 : f.lastChild) === null || g === void 0 ? void 0 : g.name) != "CloseTag" && (b = y(o.doc, w.parent, d)) && !q.has(b)) {
|
|
645
|
+
let A = d + (o.doc.sliceString(d, d + 1) === ">" ? 1 : 0), k = `</${b}>`;
|
|
646
|
+
return { range: i, changes: { from: d, to: A, insert: k } };
|
|
647
|
+
}
|
|
648
|
+
} else if (m && a == "/" && h.name == "IncompleteCloseTag") {
|
|
649
|
+
let w = h.parent;
|
|
650
|
+
if (h.from == d - 2 && ((p = w.lastChild) === null || p === void 0 ? void 0 : p.name) != "CloseTag" && (b = y(o.doc, w, d)) && !q.has(b)) {
|
|
651
|
+
let A = d + (o.doc.sliceString(d, d + 1) === ">" ? 1 : 0), k = `${b}>`;
|
|
652
|
+
return {
|
|
653
|
+
range: Y.cursor(d + k.length, -1),
|
|
654
|
+
changes: { from: d, to: A, insert: k }
|
|
655
|
+
};
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
return { range: i };
|
|
659
|
+
});
|
|
660
|
+
return u.changes.empty ? !1 : (e.dispatch([
|
|
661
|
+
s,
|
|
662
|
+
o.update(u, {
|
|
663
|
+
userEvent: "input.complete",
|
|
664
|
+
scrollIntoView: !0
|
|
665
|
+
})
|
|
666
|
+
]), !0);
|
|
667
|
+
});
|
|
668
|
+
export {
|
|
669
|
+
de as autoCloseTags,
|
|
670
|
+
ye as html,
|
|
671
|
+
be as htmlCompletionSource,
|
|
672
|
+
ie as htmlCompletionSourceWith,
|
|
673
|
+
x as htmlLanguage
|
|
674
|
+
};
|