@hybridcore/ui 1.5.13 → 1.5.16
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/{DialogContent-CtA2aNum.js → DialogContent-B8pD_s9h.js} +1 -1
- package/dist/{Modal-DzZo-vlm.js → Modal-DpmJpbob.js} +206 -195
- package/dist/{Select-ush_fSWy.js → Select-DuyWoyoF.js} +1 -1
- package/dist/{TextField-BjFXx91l.js → TextField-CdKnj6de.js} +1 -1
- package/dist/assets/index3.css +1 -0
- package/dist/components/confirm/dialog.js +2 -2
- package/dist/components/confirm/index.js +1 -1
- package/dist/components/document-viewer/components/action-buttons/index.js +21 -0
- package/dist/components/document-viewer/components/navigation/index.js +26 -0
- package/dist/components/document-viewer/components/viewer/custom-renders/txt.js +5 -0
- package/dist/components/document-viewer/components/viewer/index.js +38 -0
- package/dist/components/document-viewer/data.js +4 -0
- package/dist/components/document-viewer/index.js +52 -0
- package/dist/components/document-viewer/logic.js +44 -0
- package/dist/components/document-viewer/styled.js +39 -0
- package/dist/components/document-viewer/utils.js +25 -0
- package/dist/components/instance-form/components/composite-list/index.js +1 -1
- package/dist/components/instance-form/components/variable/index.js +7 -7
- package/dist/components/instance-form/components/variables/index.js +1 -1
- package/dist/components/property-mapping/index.js +1 -1
- package/dist/components/range-selector/components/composite-list-range/index.js +1 -1
- package/dist/components/range-selector/components/date-range/index.js +1 -1
- package/dist/components/range-selector/index.js +1 -1
- package/dist/components/template-form/components/property-list/index.js +3 -3
- package/dist/components/template-form/components/property-list/property-list-form.js +3 -3
- package/dist/components/template-form/components/recognition-property-list/index.js +2 -2
- package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +2 -2
- package/dist/components/template-form/index.js +2 -2
- package/dist/components/template-property-filters/property.js +1 -1
- package/dist/components/tree-select/index.js +2 -2
- package/dist/{dialog-BDt1r9fh.js → dialog-C7_6_FBz.js} +1 -1
- package/dist/empty-GlqisfcO-GlqisfcO.js +4 -0
- package/dist/index-4HENfCPg-CwPLzyfw.js +3350 -0
- package/dist/index-BepDdkdq-BilQlvph.js +42 -0
- package/dist/{index-CAaDu0NI.js → index-CNMnXD0q.js} +1349 -1338
- package/dist/{index-D-mTkx9Q.js → index-CdecY907.js} +63 -61
- package/dist/main.d.ts +12 -0
- package/dist/main.js +54 -52
- package/dist/{property-list-form-CLSTkOmv.js → property-list-form-DALcsCp5.js} +92 -104
- package/dist/txt-U0b7DL6j.js +19250 -0
- package/dist/url-DQYFKQ_E-BH63-AZh.js +558 -0
- package/package.json +2 -1
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { J as f } from "./txt-U0b7DL6j.js";
|
|
2
|
+
import { s as l, r as u } from "./index-4HENfCPg-CwPLzyfw.js";
|
|
3
|
+
function g(p, e) {
|
|
4
|
+
for (var s = 0; s < e.length; s++) {
|
|
5
|
+
const o = e[s];
|
|
6
|
+
if (typeof o != "string" && !Array.isArray(o)) {
|
|
7
|
+
for (const t in o)
|
|
8
|
+
if (t !== "default" && !(t in p)) {
|
|
9
|
+
const n = Object.getOwnPropertyDescriptor(o, t);
|
|
10
|
+
n && Object.defineProperty(p, t, n.get ? n : {
|
|
11
|
+
enumerable: !0,
|
|
12
|
+
get: () => o[t]
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
return Object.freeze(Object.defineProperty(p, Symbol.toStringTag, { value: "Module" }));
|
|
18
|
+
}
|
|
19
|
+
var i = { exports: {} };
|
|
20
|
+
(function(p) {
|
|
21
|
+
var e = l, s = u, o = p.exports;
|
|
22
|
+
for (var t in e)
|
|
23
|
+
e.hasOwnProperty(t) && (o[t] = e[t]);
|
|
24
|
+
o.request = function(r, c) {
|
|
25
|
+
return r = n(r), e.request.call(this, r, c);
|
|
26
|
+
}, o.get = function(r, c) {
|
|
27
|
+
return r = n(r), e.get.call(this, r, c);
|
|
28
|
+
};
|
|
29
|
+
function n(r) {
|
|
30
|
+
if (typeof r == "string" && (r = s.parse(r)), r.protocol || (r.protocol = "https:"), r.protocol !== "https:")
|
|
31
|
+
throw new Error('Protocol "' + r.protocol + '" not supported. Expected "https:"');
|
|
32
|
+
return r;
|
|
33
|
+
}
|
|
34
|
+
})(i);
|
|
35
|
+
var a = i.exports;
|
|
36
|
+
const y = /* @__PURE__ */ f(a), v = /* @__PURE__ */ g({
|
|
37
|
+
__proto__: null,
|
|
38
|
+
default: y
|
|
39
|
+
}, [a]);
|
|
40
|
+
export {
|
|
41
|
+
v as i
|
|
42
|
+
};
|