@htmlbricks/hb-downloader 0.71.35 → 0.71.36
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 +114 -21
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +15 -3
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -170,6 +170,18 @@
|
|
|
170
170
|
"valueType": "color",
|
|
171
171
|
"defaultValue": "#ededed",
|
|
172
172
|
"description": "Progress track background."
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "--bulma-text",
|
|
176
|
+
"valueType": "color",
|
|
177
|
+
"defaultValue": "#363636",
|
|
178
|
+
"description": "Percentage label color below the bar (when total size is known)."
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "--bulma-block-spacing",
|
|
182
|
+
"valueType": "number",
|
|
183
|
+
"defaultValue": "1rem",
|
|
184
|
+
"description": "Vertical spacing above the percentage label."
|
|
173
185
|
}
|
|
174
186
|
],
|
|
175
187
|
"parts": []
|
|
@@ -178,7 +190,7 @@
|
|
|
178
190
|
"htmlSlots": [
|
|
179
191
|
{
|
|
180
192
|
"name": "title",
|
|
181
|
-
"description": ""
|
|
193
|
+
"description": "Dialog title projected into the inner `hb-dialog` (default “Downloading”)."
|
|
182
194
|
}
|
|
183
195
|
],
|
|
184
196
|
"i18n": [],
|
|
@@ -218,7 +230,7 @@
|
|
|
218
230
|
}
|
|
219
231
|
}
|
|
220
232
|
],
|
|
221
|
-
"iifeIntegrity": "sha384-
|
|
233
|
+
"iifeIntegrity": "sha384-0IERV7qWMOHyFT4HFtgsj9v7JT7Qdvao9uD9j/5xuzlw78n3kEzkCnCeuqLm/bRe",
|
|
222
234
|
"dependencies": [
|
|
223
235
|
{
|
|
224
236
|
"name": "hb-dialog",
|
|
@@ -244,5 +256,5 @@
|
|
|
244
256
|
"size": {},
|
|
245
257
|
"iifePath": "main.iife.js",
|
|
246
258
|
"repoName": "@htmlbricks/hb-downloader",
|
|
247
|
-
"version": "0.71.
|
|
259
|
+
"version": "0.71.36"
|
|
248
260
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-downloader",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.36",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Opens `hb-dialog` while `uri` is set and downloads the resource with `XMLHttpRequest` as a blob: optional JSON `headers`, inferred or explicit `targetfilename`, `Content-Disposition` parsing when exposed by CORS, progress bar from `onprogress`, then triggers a browser file save. Dispatches `downloadComplete` or `downloadError` (with `downloadid`) and propagates `modalShow`; clears/aborts when the dialog closes.",
|
|
6
6
|
"licenses": [
|