solid-ui 2.4.27-aa3408d0 → 2.4.27-b8d76ce5
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/index.html +1 -9
- package/dist/{main.js → solid-ui.js} +19 -11
- package/dist/solid-ui.js.map +1 -0
- package/dist/solid-ui.min.js +3 -0
- package/dist/solid-ui.min.js.LICENSE.txt +117 -0
- package/dist/solid-ui.min.js.map +1 -0
- package/lib/versionInfo.js +2 -2
- package/lib/versionInfo.js.map +1 -1
- package/lib/widgets/forms.js +3 -7
- package/lib/widgets/forms.js.map +1 -1
- package/package.json +5 -4
- package/dist/main.js.map +0 -1
package/dist/index.html
CHANGED
|
@@ -1,9 +1 @@
|
|
|
1
|
-
<!
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<title>Webpack App</title>
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="main.js"></script></head>
|
|
7
|
-
<body>
|
|
8
|
-
</body>
|
|
9
|
-
</html>
|
|
1
|
+
<!doctype html><html><head><meta charset="utf-8"><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"><script defer="defer" src="solid-ui.min.js"></script></head><body></body></html>
|
|
@@ -1,4 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory();
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define([], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["solid-ui"] = factory();
|
|
8
|
+
else
|
|
9
|
+
root["solid-ui"] = factory();
|
|
10
|
+
})(self, () => {
|
|
11
|
+
return /******/ (() => { // webpackBootstrap
|
|
2
12
|
/******/ var __webpack_modules__ = ({
|
|
3
13
|
|
|
4
14
|
/***/ "./lib/acl/access-controller.js":
|
|
@@ -13121,8 +13131,8 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
13121
13131
|
}));
|
|
13122
13132
|
exports.versionInfo = void 0;
|
|
13123
13133
|
var versionInfo = {
|
|
13124
|
-
buildTime: '2023-03-
|
|
13125
|
-
commit: '
|
|
13134
|
+
buildTime: '2023-03-29T17:00:53Z',
|
|
13135
|
+
commit: 'b8d76ce5ee9d8285f2283aa0c7632dedbe2a3456',
|
|
13126
13136
|
npmInfo: {
|
|
13127
13137
|
'solid-ui': '2.4.27',
|
|
13128
13138
|
npm: '8.19.4',
|
|
@@ -15714,11 +15724,11 @@ _fieldFunction.field[ns.ui('Choice').uri] = function (dom, container, already, s
|
|
|
15714
15724
|
subForm: subForm,
|
|
15715
15725
|
disambiguate: false
|
|
15716
15726
|
};
|
|
15717
|
-
function getSelectorOptions(
|
|
15727
|
+
function getSelectorOptions() {
|
|
15718
15728
|
var possible = [];
|
|
15719
15729
|
var possibleProperties;
|
|
15720
15730
|
possible = kb.each(undefined, ns.rdf('type'), uiFrom, formDoc);
|
|
15721
|
-
for (var x in findMembersNT(kb, uiFrom,
|
|
15731
|
+
for (var x in findMembersNT(kb, uiFrom, dataDoc)) {
|
|
15722
15732
|
possible.push(kb.fromNT(x));
|
|
15723
15733
|
} // Use rdfs
|
|
15724
15734
|
|
|
@@ -15750,10 +15760,6 @@ _fieldFunction.field[ns.ui('Choice').uri] = function (dom, container, already, s
|
|
|
15750
15760
|
|
|
15751
15761
|
var multiSelect = kb.any(form, ui('multiselect')); // Optional
|
|
15752
15762
|
if (multiSelect) opts.multiSelect = true;
|
|
15753
|
-
|
|
15754
|
-
// options parameters
|
|
15755
|
-
var dataSource = kb.any(form, ui('options'), kb.literal('search-full-store')).length ? null : dataDoc; // optional
|
|
15756
|
-
|
|
15757
15763
|
var selector;
|
|
15758
15764
|
rhs.refresh = function () {
|
|
15759
15765
|
// from ui:property
|
|
@@ -15761,7 +15767,7 @@ _fieldFunction.field[ns.ui('Choice').uri] = function (dom, container, already, s
|
|
|
15761
15767
|
return object.value;
|
|
15762
15768
|
});
|
|
15763
15769
|
// from ui:from + ui:property
|
|
15764
|
-
var possibleOptions = getSelectorOptions(
|
|
15770
|
+
var possibleOptions = getSelectorOptions();
|
|
15765
15771
|
possibleOptions.push(selectedOptions);
|
|
15766
15772
|
possibleOptions = sortByLabel(possibleOptions);
|
|
15767
15773
|
selector = makeSelectForChoice(dom, rhs, kb, subject, property, possibleOptions, selectedOptions, uiFrom, opts, dataDoc, callbackFunction);
|
|
@@ -79210,6 +79216,8 @@ module.exports = JSON.parse('{"application/1d-interleaved-parityfec":{"source":"
|
|
|
79210
79216
|
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
79211
79217
|
/******/ var __webpack_exports__ = __webpack_require__("./lib/index.js");
|
|
79212
79218
|
/******/
|
|
79219
|
+
/******/ return __webpack_exports__;
|
|
79213
79220
|
/******/ })()
|
|
79214
79221
|
;
|
|
79215
|
-
|
|
79222
|
+
});
|
|
79223
|
+
//# sourceMappingURL=solid-ui.js.map
|