@glodon-aiot/agent-cli-ui 2.4.7 → 3.0.4

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.
Files changed (150) hide show
  1. package/dist/es/AgentClientUI.mjs +97 -110
  2. package/dist/es/Dialog/AgentChat/index.mjs +516 -467
  3. package/dist/es/Dialog/ConnectToNetwork/index.mjs +25 -24
  4. package/dist/es/Dialog/FileCard/index.mjs +48 -55
  5. package/dist/es/Dialog/FilePreview/index.mjs +35 -42
  6. package/dist/es/Dialog/HistoryItem/index.mjs +48 -53
  7. package/dist/es/Dialog/KnowledgeList/index.mjs +55 -48
  8. package/dist/es/Dialog/PromptManager/index.mjs +29 -36
  9. package/dist/es/Dialog/PromptSetting/index.mjs +53 -66
  10. package/dist/es/Dialog/SessionAction/index.mjs +92 -91
  11. package/dist/es/Dialog/SessionList/index.mjs +135 -121
  12. package/dist/es/Dialog/SessionListDrawer/index.mjs +8 -7
  13. package/dist/es/Dialog/SessionRefer/ReferItem/index.mjs +29 -36
  14. package/dist/es/Dialog/SessionRefer/index.mjs +29 -36
  15. package/dist/es/Dialog/SessionRelated/index.mjs +17 -14
  16. package/dist/es/Dialog/UploadKnowledgeFiles/index.mjs +125 -132
  17. package/dist/es/Dialog/index.mjs +125 -93
  18. package/dist/es/QuillEditor/index.mjs +91 -86
  19. package/dist/es/_virtual/index.mjs +2 -2
  20. package/dist/es/components/Markdown/Image/index.mjs +20 -20
  21. package/dist/es/components/Markdown/index.mjs +27 -22
  22. package/dist/es/constant.mjs +8 -5
  23. package/dist/es/index.mjs +178 -152
  24. package/dist/es/node_modules/classnames/index.mjs +1 -1
  25. package/dist/es/node_modules/comma-separated-tokens/index.mjs +13 -0
  26. package/dist/es/node_modules/devlop/lib/default.mjs +5 -0
  27. package/dist/es/node_modules/hast-util-from-dom/lib/index.mjs +93 -0
  28. package/dist/es/node_modules/hast-util-from-dom/node_modules/hastscript/lib/create-h.mjs +126 -0
  29. package/dist/es/node_modules/hast-util-from-dom/node_modules/hastscript/lib/index.mjs +8 -0
  30. package/dist/es/node_modules/hast-util-from-dom/node_modules/hastscript/lib/svg-case-sensitive-tag-names.mjs +4 -0
  31. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/index.mjs +12 -0
  32. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/aria.mjs +61 -0
  33. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/find.mjs +33 -0
  34. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/html.mjs +368 -0
  35. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/normalize.mjs +6 -0
  36. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/svg.mjs +566 -0
  37. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/case-insensitive-transform.mjs +7 -0
  38. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/case-sensitive-transform.mjs +6 -0
  39. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/create.mjs +14 -0
  40. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/defined-info.mjs +36 -0
  41. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/info.mjs +28 -0
  42. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/merge.mjs +10 -0
  43. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/schema.mjs +21 -0
  44. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/types.mjs +15 -0
  45. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/xlink.mjs +19 -0
  46. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/xml.mjs +15 -0
  47. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/xmlns.mjs +16 -0
  48. package/dist/es/node_modules/hast-util-from-html-isomorphic/lib/browser.mjs +16 -0
  49. package/dist/es/node_modules/hast-util-is-element/lib/index.mjs +61 -0
  50. package/dist/es/node_modules/hast-util-parse-selector/lib/index.mjs +20 -0
  51. package/dist/es/node_modules/hast-util-to-text/lib/index.mjs +223 -0
  52. package/dist/es/node_modules/katex/dist/katex.min.css.mjs +4 -0
  53. package/dist/es/node_modules/katex/dist/katex.mjs +11700 -0
  54. package/dist/es/node_modules/longest-streak/index.mjs +12 -0
  55. package/dist/es/node_modules/mdast-util-math/lib/index.mjs +170 -0
  56. package/dist/es/node_modules/micromark-extension-math/lib/math-flow.mjs +76 -0
  57. package/dist/es/node_modules/micromark-extension-math/lib/math-text.mjs +48 -0
  58. package/dist/es/node_modules/micromark-extension-math/lib/syntax.mjs +15 -0
  59. package/dist/es/node_modules/micromark-factory-space/index.mjs +15 -0
  60. package/dist/es/node_modules/micromark-util-character/index.mjs +10 -0
  61. package/dist/es/node_modules/rehype-katex/lib/index.mjs +83 -0
  62. package/dist/es/node_modules/remark-math/lib/index.mjs +13 -0
  63. package/dist/es/node_modules/space-separated-tokens/index.mjs +7 -0
  64. package/dist/es/node_modules/unist-util-find-after/lib/index.mjs +32 -0
  65. package/dist/es/node_modules/unist-util-is/lib/index.mjs +81 -0
  66. package/dist/es/node_modules/unist-util-visit-parents/lib/color.mjs +6 -0
  67. package/dist/es/node_modules/unist-util-visit-parents/lib/index.mjs +56 -0
  68. package/dist/es/node_modules/web-namespaces/index.mjs +11 -0
  69. package/dist/es/utils/index.mjs +44 -27
  70. package/dist/lib/index.js +278 -138
  71. package/dist/src/Dialog/AgentChat/index.d.ts +4 -2
  72. package/dist/src/Dialog/ConnectToNetwork/index.d.ts +1 -0
  73. package/dist/src/Dialog/KnowledgeList/KnowledgeSelect/index.d.ts +1 -1
  74. package/dist/src/Dialog/KnowledgeList/index.d.ts +2 -3
  75. package/dist/src/Dialog/PromptSetting/index.d.ts +1 -0
  76. package/dist/src/Dialog/SessionAction/index.d.ts +2 -0
  77. package/dist/src/Dialog/SessionList/index.d.ts +5 -4
  78. package/dist/src/QuillEditor/index.d.ts +1 -0
  79. package/dist/src/components/Markdown/Text/index.d.ts +8 -0
  80. package/dist/src/components/MathJaxLoader/index.d.ts +7 -0
  81. package/dist/src/components/MathJaxRender/index.d.ts +6 -0
  82. package/dist/src/constant.d.ts +1 -1
  83. package/dist/src/contexts/MathJaxContext.d.ts +12 -0
  84. package/dist/src/index.d.ts +4 -1
  85. package/dist/src/types.d.ts +26 -6
  86. package/dist/src/utils/index.d.ts +15 -0
  87. package/package.json +18 -17
  88. package/dist/es/_virtual/index2.mjs +0 -4
  89. package/dist/es/_virtual/index3.mjs +0 -4
  90. package/dist/es/_virtual/index4.mjs +0 -4
  91. package/dist/es/_virtual/minio-zj.mjs +0 -4
  92. package/dist/es/node_modules/@glodon-aiot/minio/dist/minio-zj.mjs +0 -26485
  93. package/dist/es/node_modules/@socket.io/component-emitter/lib/esm/index.mjs +0 -54
  94. package/dist/es/node_modules/base64-js/index.mjs +0 -47
  95. package/dist/es/node_modules/buffer/index.mjs +0 -927
  96. package/dist/es/node_modules/engine.io-client/build/esm/contrib/has-cors.mjs +0 -9
  97. package/dist/es/node_modules/engine.io-client/build/esm/contrib/parseqs.mjs +0 -18
  98. package/dist/es/node_modules/engine.io-client/build/esm/contrib/parseuri.mjs +0 -24
  99. package/dist/es/node_modules/engine.io-client/build/esm/contrib/yeast.mjs +0 -19
  100. package/dist/es/node_modules/engine.io-client/build/esm/globalThis.browser.mjs +0 -4
  101. package/dist/es/node_modules/engine.io-client/build/esm/socket.mjs +0 -317
  102. package/dist/es/node_modules/engine.io-client/build/esm/transport.mjs +0 -113
  103. package/dist/es/node_modules/engine.io-client/build/esm/transports/index.mjs +0 -11
  104. package/dist/es/node_modules/engine.io-client/build/esm/transports/polling.mjs +0 -273
  105. package/dist/es/node_modules/engine.io-client/build/esm/transports/websocket-constructor.browser.mjs +0 -8
  106. package/dist/es/node_modules/engine.io-client/build/esm/transports/websocket.mjs +0 -87
  107. package/dist/es/node_modules/engine.io-client/build/esm/transports/webtransport.mjs +0 -52
  108. package/dist/es/node_modules/engine.io-client/build/esm/transports/xmlhttprequest.browser.mjs +0 -21
  109. package/dist/es/node_modules/engine.io-client/build/esm/util.mjs +0 -23
  110. package/dist/es/node_modules/engine.io-parser/build/esm/commons.mjs +0 -21
  111. package/dist/es/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.mjs +0 -14
  112. package/dist/es/node_modules/engine.io-parser/build/esm/decodePacket.browser.mjs +0 -39
  113. package/dist/es/node_modules/engine.io-parser/build/esm/encodePacket.browser.mjs +0 -28
  114. package/dist/es/node_modules/engine.io-parser/build/esm/index.mjs +0 -105
  115. package/dist/es/node_modules/ieee754/index.mjs +0 -28
  116. package/dist/es/node_modules/js-base64/base64.mjs +0 -31
  117. package/dist/es/node_modules/socket.io-client/build/esm/contrib/backo2.mjs +0 -26
  118. package/dist/es/node_modules/socket.io-client/build/esm/index.mjs +0 -25
  119. package/dist/es/node_modules/socket.io-client/build/esm/manager.mjs +0 -242
  120. package/dist/es/node_modules/socket.io-client/build/esm/on.mjs +0 -8
  121. package/dist/es/node_modules/socket.io-client/build/esm/socket.mjs +0 -608
  122. package/dist/es/node_modules/socket.io-client/build/esm/url.mjs +0 -19
  123. package/dist/es/node_modules/socket.io-parser/build/esm/binary.mjs +0 -52
  124. package/dist/es/node_modules/socket.io-parser/build/esm/index.mjs +0 -203
  125. package/dist/es/node_modules/socket.io-parser/build/esm/is-binary.mjs +0 -26
  126. package/dist/es/packages/agent-cli-sdk/src/AgentSession.mjs +0 -243
  127. package/dist/es/packages/agent-cli-sdk/src/BotClient.mjs +0 -242
  128. package/dist/es/packages/agent-cli-sdk/src/Config.mjs +0 -34
  129. package/dist/es/packages/agent-cli-sdk/src/DialogSession.mjs +0 -281
  130. package/dist/es/packages/agent-cli-sdk/src/EventBus.mjs +0 -64
  131. package/dist/es/packages/agent-cli-sdk/src/Logger.mjs +0 -31
  132. package/dist/es/packages/agent-cli-sdk/src/PayloadTypes.mjs +0 -4
  133. package/dist/es/packages/agent-cli-sdk/src/Session.mjs +0 -527
  134. package/dist/es/packages/agent-cli-sdk/src/api/fetchEventSource/fetch.mjs +0 -112
  135. package/dist/es/packages/agent-cli-sdk/src/api/fetchEventSource/parse.mjs +0 -97
  136. package/dist/es/packages/agent-cli-sdk/src/api/index.mjs +0 -48
  137. package/dist/es/packages/agent-cli-sdk/src/utils.mjs +0 -11
  138. package/dist/es/packages/apis/dist/es/aecpilot/cosntant.mjs +0 -5
  139. package/dist/es/packages/apis/dist/es/aecpilot/model.mjs +0 -9
  140. package/dist/es/packages/apis/dist/es/aecpilotui/index.mjs +0 -8
  141. package/dist/es/packages/apis/dist/es/agentcliui/index.mjs +0 -414
  142. package/dist/es/packages/apis/dist/es/base/index.mjs +0 -154
  143. package/dist/es/packages/apis/dist/es/cvforce/index.mjs +0 -431
  144. package/dist/es/packages/apis/dist/es/cvforce/model.mjs +0 -6
  145. package/dist/es/packages/apis/dist/es/node_modules/uuid/dist/esm-browser/native.mjs +0 -6
  146. package/dist/es/packages/apis/dist/es/node_modules/uuid/dist/esm-browser/rng.mjs +0 -10
  147. package/dist/es/packages/apis/dist/es/node_modules/uuid/dist/esm-browser/stringify.mjs +0 -9
  148. package/dist/es/packages/apis/dist/es/node_modules/uuid/dist/esm-browser/v4.mjs +0 -19
  149. package/dist/es/packages/apis/dist/es/utils/fetchEventSource/fetch.mjs +0 -106
  150. package/dist/es/packages/apis/dist/es/utils/fetchEventSource/parse.mjs +0 -97
@@ -0,0 +1,368 @@
1
+ import { caseInsensitiveTransform as a } from "./util/case-insensitive-transform.mjs";
2
+ import { create as t } from "./util/create.mjs";
3
+ import { commaSeparated as u, spaceSeparated as e, boolean as l, number as n, booleanish as o, overloadedBoolean as r } from "./util/types.mjs";
4
+ const d = t({
5
+ attributes: {
6
+ acceptcharset: "accept-charset",
7
+ classname: "class",
8
+ htmlfor: "for",
9
+ httpequiv: "http-equiv"
10
+ },
11
+ mustUseProperty: ["checked", "multiple", "muted", "selected"],
12
+ properties: {
13
+ // Standard Properties.
14
+ abbr: null,
15
+ accept: u,
16
+ acceptCharset: e,
17
+ accessKey: e,
18
+ action: null,
19
+ allow: null,
20
+ allowFullScreen: l,
21
+ allowPaymentRequest: l,
22
+ allowUserMedia: l,
23
+ alt: null,
24
+ as: null,
25
+ async: l,
26
+ autoCapitalize: null,
27
+ autoComplete: e,
28
+ autoFocus: l,
29
+ autoPlay: l,
30
+ blocking: e,
31
+ capture: null,
32
+ charSet: null,
33
+ checked: l,
34
+ cite: null,
35
+ className: e,
36
+ cols: n,
37
+ colSpan: null,
38
+ content: null,
39
+ contentEditable: o,
40
+ controls: l,
41
+ controlsList: e,
42
+ coords: n | u,
43
+ crossOrigin: null,
44
+ data: null,
45
+ dateTime: null,
46
+ decoding: null,
47
+ default: l,
48
+ defer: l,
49
+ dir: null,
50
+ dirName: null,
51
+ disabled: l,
52
+ download: r,
53
+ draggable: o,
54
+ encType: null,
55
+ enterKeyHint: null,
56
+ fetchPriority: null,
57
+ form: null,
58
+ formAction: null,
59
+ formEncType: null,
60
+ formMethod: null,
61
+ formNoValidate: l,
62
+ formTarget: null,
63
+ headers: e,
64
+ height: n,
65
+ hidden: l,
66
+ high: n,
67
+ href: null,
68
+ hrefLang: null,
69
+ htmlFor: e,
70
+ httpEquiv: e,
71
+ id: null,
72
+ imageSizes: null,
73
+ imageSrcSet: null,
74
+ inert: l,
75
+ inputMode: null,
76
+ integrity: null,
77
+ is: null,
78
+ isMap: l,
79
+ itemId: null,
80
+ itemProp: e,
81
+ itemRef: e,
82
+ itemScope: l,
83
+ itemType: e,
84
+ kind: null,
85
+ label: null,
86
+ lang: null,
87
+ language: null,
88
+ list: null,
89
+ loading: null,
90
+ loop: l,
91
+ low: n,
92
+ manifest: null,
93
+ max: null,
94
+ maxLength: n,
95
+ media: null,
96
+ method: null,
97
+ min: null,
98
+ minLength: n,
99
+ multiple: l,
100
+ muted: l,
101
+ name: null,
102
+ nonce: null,
103
+ noModule: l,
104
+ noValidate: l,
105
+ onAbort: null,
106
+ onAfterPrint: null,
107
+ onAuxClick: null,
108
+ onBeforeMatch: null,
109
+ onBeforePrint: null,
110
+ onBeforeToggle: null,
111
+ onBeforeUnload: null,
112
+ onBlur: null,
113
+ onCancel: null,
114
+ onCanPlay: null,
115
+ onCanPlayThrough: null,
116
+ onChange: null,
117
+ onClick: null,
118
+ onClose: null,
119
+ onContextLost: null,
120
+ onContextMenu: null,
121
+ onContextRestored: null,
122
+ onCopy: null,
123
+ onCueChange: null,
124
+ onCut: null,
125
+ onDblClick: null,
126
+ onDrag: null,
127
+ onDragEnd: null,
128
+ onDragEnter: null,
129
+ onDragExit: null,
130
+ onDragLeave: null,
131
+ onDragOver: null,
132
+ onDragStart: null,
133
+ onDrop: null,
134
+ onDurationChange: null,
135
+ onEmptied: null,
136
+ onEnded: null,
137
+ onError: null,
138
+ onFocus: null,
139
+ onFormData: null,
140
+ onHashChange: null,
141
+ onInput: null,
142
+ onInvalid: null,
143
+ onKeyDown: null,
144
+ onKeyPress: null,
145
+ onKeyUp: null,
146
+ onLanguageChange: null,
147
+ onLoad: null,
148
+ onLoadedData: null,
149
+ onLoadedMetadata: null,
150
+ onLoadEnd: null,
151
+ onLoadStart: null,
152
+ onMessage: null,
153
+ onMessageError: null,
154
+ onMouseDown: null,
155
+ onMouseEnter: null,
156
+ onMouseLeave: null,
157
+ onMouseMove: null,
158
+ onMouseOut: null,
159
+ onMouseOver: null,
160
+ onMouseUp: null,
161
+ onOffline: null,
162
+ onOnline: null,
163
+ onPageHide: null,
164
+ onPageShow: null,
165
+ onPaste: null,
166
+ onPause: null,
167
+ onPlay: null,
168
+ onPlaying: null,
169
+ onPopState: null,
170
+ onProgress: null,
171
+ onRateChange: null,
172
+ onRejectionHandled: null,
173
+ onReset: null,
174
+ onResize: null,
175
+ onScroll: null,
176
+ onScrollEnd: null,
177
+ onSecurityPolicyViolation: null,
178
+ onSeeked: null,
179
+ onSeeking: null,
180
+ onSelect: null,
181
+ onSlotChange: null,
182
+ onStalled: null,
183
+ onStorage: null,
184
+ onSubmit: null,
185
+ onSuspend: null,
186
+ onTimeUpdate: null,
187
+ onToggle: null,
188
+ onUnhandledRejection: null,
189
+ onUnload: null,
190
+ onVolumeChange: null,
191
+ onWaiting: null,
192
+ onWheel: null,
193
+ open: l,
194
+ optimum: n,
195
+ pattern: null,
196
+ ping: e,
197
+ placeholder: null,
198
+ playsInline: l,
199
+ popover: null,
200
+ popoverTarget: null,
201
+ popoverTargetAction: null,
202
+ poster: null,
203
+ preload: null,
204
+ readOnly: l,
205
+ referrerPolicy: null,
206
+ rel: e,
207
+ required: l,
208
+ reversed: l,
209
+ rows: n,
210
+ rowSpan: n,
211
+ sandbox: e,
212
+ scope: null,
213
+ scoped: l,
214
+ seamless: l,
215
+ selected: l,
216
+ shadowRootClonable: l,
217
+ shadowRootDelegatesFocus: l,
218
+ shadowRootMode: null,
219
+ shape: null,
220
+ size: n,
221
+ sizes: null,
222
+ slot: null,
223
+ span: n,
224
+ spellCheck: o,
225
+ src: null,
226
+ srcDoc: null,
227
+ srcLang: null,
228
+ srcSet: null,
229
+ start: n,
230
+ step: null,
231
+ style: null,
232
+ tabIndex: n,
233
+ target: null,
234
+ title: null,
235
+ translate: null,
236
+ type: null,
237
+ typeMustMatch: l,
238
+ useMap: null,
239
+ value: o,
240
+ width: n,
241
+ wrap: null,
242
+ writingSuggestions: null,
243
+ // Legacy.
244
+ // See: https://html.spec.whatwg.org/#other-elements,-attributes-and-apis
245
+ align: null,
246
+ // Several. Use CSS `text-align` instead,
247
+ aLink: null,
248
+ // `<body>`. Use CSS `a:active {color}` instead
249
+ archive: e,
250
+ // `<object>`. List of URIs to archives
251
+ axis: null,
252
+ // `<td>` and `<th>`. Use `scope` on `<th>`
253
+ background: null,
254
+ // `<body>`. Use CSS `background-image` instead
255
+ bgColor: null,
256
+ // `<body>` and table elements. Use CSS `background-color` instead
257
+ border: n,
258
+ // `<table>`. Use CSS `border-width` instead,
259
+ borderColor: null,
260
+ // `<table>`. Use CSS `border-color` instead,
261
+ bottomMargin: n,
262
+ // `<body>`
263
+ cellPadding: null,
264
+ // `<table>`
265
+ cellSpacing: null,
266
+ // `<table>`
267
+ char: null,
268
+ // Several table elements. When `align=char`, sets the character to align on
269
+ charOff: null,
270
+ // Several table elements. When `char`, offsets the alignment
271
+ classId: null,
272
+ // `<object>`
273
+ clear: null,
274
+ // `<br>`. Use CSS `clear` instead
275
+ code: null,
276
+ // `<object>`
277
+ codeBase: null,
278
+ // `<object>`
279
+ codeType: null,
280
+ // `<object>`
281
+ color: null,
282
+ // `<font>` and `<hr>`. Use CSS instead
283
+ compact: l,
284
+ // Lists. Use CSS to reduce space between items instead
285
+ declare: l,
286
+ // `<object>`
287
+ event: null,
288
+ // `<script>`
289
+ face: null,
290
+ // `<font>`. Use CSS instead
291
+ frame: null,
292
+ // `<table>`
293
+ frameBorder: null,
294
+ // `<iframe>`. Use CSS `border` instead
295
+ hSpace: n,
296
+ // `<img>` and `<object>`
297
+ leftMargin: n,
298
+ // `<body>`
299
+ link: null,
300
+ // `<body>`. Use CSS `a:link {color: *}` instead
301
+ longDesc: null,
302
+ // `<frame>`, `<iframe>`, and `<img>`. Use an `<a>`
303
+ lowSrc: null,
304
+ // `<img>`. Use a `<picture>`
305
+ marginHeight: n,
306
+ // `<body>`
307
+ marginWidth: n,
308
+ // `<body>`
309
+ noResize: l,
310
+ // `<frame>`
311
+ noHref: l,
312
+ // `<area>`. Use no href instead of an explicit `nohref`
313
+ noShade: l,
314
+ // `<hr>`. Use background-color and height instead of borders
315
+ noWrap: l,
316
+ // `<td>` and `<th>`
317
+ object: null,
318
+ // `<applet>`
319
+ profile: null,
320
+ // `<head>`
321
+ prompt: null,
322
+ // `<isindex>`
323
+ rev: null,
324
+ // `<link>`
325
+ rightMargin: n,
326
+ // `<body>`
327
+ rules: null,
328
+ // `<table>`
329
+ scheme: null,
330
+ // `<meta>`
331
+ scrolling: o,
332
+ // `<frame>`. Use overflow in the child context
333
+ standby: null,
334
+ // `<object>`
335
+ summary: null,
336
+ // `<table>`
337
+ text: null,
338
+ // `<body>`. Use CSS `color` instead
339
+ topMargin: n,
340
+ // `<body>`
341
+ valueType: null,
342
+ // `<param>`
343
+ version: null,
344
+ // `<html>`. Use a doctype.
345
+ vAlign: null,
346
+ // Several. Use CSS `vertical-align` instead
347
+ vLink: null,
348
+ // `<body>`. Use CSS `a:visited {color}` instead
349
+ vSpace: n,
350
+ // `<img>` and `<object>`
351
+ // Non-standard Properties.
352
+ allowTransparency: null,
353
+ autoCorrect: null,
354
+ autoSave: null,
355
+ disablePictureInPicture: l,
356
+ disableRemotePlayback: l,
357
+ prefix: null,
358
+ property: null,
359
+ results: n,
360
+ security: null,
361
+ unselectable: null
362
+ },
363
+ space: "html",
364
+ transform: a
365
+ });
366
+ export {
367
+ d as html
368
+ };
@@ -0,0 +1,6 @@
1
+ function o(e) {
2
+ return e.toLowerCase();
3
+ }
4
+ export {
5
+ o as normalize
6
+ };