@harbour-enterprises/superdoc 1.0.0-alpha.54 → 1.0.0-alpha.55
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/dist/empty-smM22Y5N.js +5 -0
- package/dist/empty-smM22Y5N.js.map +1 -0
- package/dist/index-BvDXe18C.js +128898 -0
- package/dist/index-BvDXe18C.js.map +1 -0
- package/dist/index-D5zOZtc0.js +60 -0
- package/dist/index-D5zOZtc0.js.map +1 -0
- package/dist/index-bUiBWUIS.js +696 -0
- package/dist/index-bUiBWUIS.js.map +1 -0
- package/dist/style.css +816 -438
- package/dist/superdoc.es.js +10 -95957
- package/dist/superdoc.es.js.map +1 -1
- package/dist/url-5wL80jB_.js +2364 -0
- package/dist/url-5wL80jB_.js.map +1 -0
- package/package.json +6 -7
- package/dist/__vite-browser-external-2Ng8QIWW.js +0 -5
- package/dist/__vite-browser-external-2Ng8QIWW.js.map +0 -1
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { g as getDefaultExportFromCjs } from "./index-BvDXe18C.js";
|
|
2
|
+
import { s as streamHttp, r as require$$1 } from "./index-bUiBWUIS.js";
|
|
3
|
+
function _mergeNamespaces(n, m) {
|
|
4
|
+
for (var i = 0; i < m.length; i++) {
|
|
5
|
+
const e = m[i];
|
|
6
|
+
if (typeof e !== "string" && !Array.isArray(e)) {
|
|
7
|
+
for (const k in e) {
|
|
8
|
+
if (k !== "default" && !(k in n)) {
|
|
9
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
10
|
+
if (d) {
|
|
11
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: () => e[k]
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
return Object.freeze(Object.defineProperty(n, Symbol.toStringTag, { value: "Module" }));
|
|
21
|
+
}
|
|
22
|
+
var httpsBrowserify = { exports: {} };
|
|
23
|
+
(function(module) {
|
|
24
|
+
var http = streamHttp;
|
|
25
|
+
var url = require$$1;
|
|
26
|
+
var https = module.exports;
|
|
27
|
+
for (var key in http) {
|
|
28
|
+
if (http.hasOwnProperty(key)) https[key] = http[key];
|
|
29
|
+
}
|
|
30
|
+
https.request = function(params, cb) {
|
|
31
|
+
params = validateParams(params);
|
|
32
|
+
return http.request.call(this, params, cb);
|
|
33
|
+
};
|
|
34
|
+
https.get = function(params, cb) {
|
|
35
|
+
params = validateParams(params);
|
|
36
|
+
return http.get.call(this, params, cb);
|
|
37
|
+
};
|
|
38
|
+
function validateParams(params) {
|
|
39
|
+
if (typeof params === "string") {
|
|
40
|
+
params = url.parse(params);
|
|
41
|
+
}
|
|
42
|
+
if (!params.protocol) {
|
|
43
|
+
params.protocol = "https:";
|
|
44
|
+
}
|
|
45
|
+
if (params.protocol !== "https:") {
|
|
46
|
+
throw new Error('Protocol "' + params.protocol + '" not supported. Expected "https:"');
|
|
47
|
+
}
|
|
48
|
+
return params;
|
|
49
|
+
}
|
|
50
|
+
})(httpsBrowserify);
|
|
51
|
+
var httpsBrowserifyExports = httpsBrowserify.exports;
|
|
52
|
+
const index = /* @__PURE__ */ getDefaultExportFromCjs(httpsBrowserifyExports);
|
|
53
|
+
const index$1 = /* @__PURE__ */ _mergeNamespaces({
|
|
54
|
+
__proto__: null,
|
|
55
|
+
default: index
|
|
56
|
+
}, [httpsBrowserifyExports]);
|
|
57
|
+
export {
|
|
58
|
+
index$1 as i
|
|
59
|
+
};
|
|
60
|
+
//# sourceMappingURL=index-D5zOZtc0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-D5zOZtc0.js","sources":["../../../node_modules/https-browserify/index.js"],"sourcesContent":["var http = require('http')\nvar url = require('url')\n\nvar https = module.exports\n\nfor (var key in http) {\n if (http.hasOwnProperty(key)) https[key] = http[key]\n}\n\nhttps.request = function (params, cb) {\n params = validateParams(params)\n return http.request.call(this, params, cb)\n}\n\nhttps.get = function (params, cb) {\n params = validateParams(params)\n return http.get.call(this, params, cb)\n}\n\nfunction validateParams (params) {\n if (typeof params === 'string') {\n params = url.parse(params)\n }\n if (!params.protocol) {\n params.protocol = 'https:'\n }\n if (params.protocol !== 'https:') {\n throw new Error('Protocol \"' + params.protocol + '\" not supported. Expected \"https:\"')\n }\n return params\n}\n"],"names":["require$$0"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,MAAI,OAAOA;AACX,MAAI,MAAM;AAEV,MAAI,QAAQ,OAAO;AAEnB,WAAS,OAAO,MAAM;AACpB,QAAI,KAAK,eAAe,GAAG,EAAG,OAAM,GAAG,IAAI,KAAK,GAAG;AAAA,EACpD;AAED,QAAM,UAAU,SAAU,QAAQ,IAAI;AACpC,aAAS,eAAe,MAAM;AAC9B,WAAO,KAAK,QAAQ,KAAK,MAAM,QAAQ,EAAE;AAAA,EAC1C;AAED,QAAM,MAAM,SAAU,QAAQ,IAAI;AAChC,aAAS,eAAe,MAAM;AAC9B,WAAO,KAAK,IAAI,KAAK,MAAM,QAAQ,EAAE;AAAA,EACtC;AAED,WAAS,eAAgB,QAAQ;AAC/B,QAAI,OAAO,WAAW,UAAU;AAC9B,eAAS,IAAI,MAAM,MAAM;AAAA,IAC1B;AACD,QAAI,CAAC,OAAO,UAAU;AACpB,aAAO,WAAW;AAAA,IACnB;AACD,QAAI,OAAO,aAAa,UAAU;AAChC,YAAM,IAAI,MAAM,eAAe,OAAO,WAAW,oCAAoC;AAAA,IACtF;AACD,WAAO;AAAA,EACT;;;;;;;;","x_google_ignoreList":[0]}
|