@ws-ui/shared 0.2.22 → 0.2.24
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 +27 -27
- package/dist/declarations/datasources/cache.d.ts +26 -26
- package/dist/declarations/datasources/dataclass.d.ts +47 -47
- package/dist/declarations/datasources/datasource.d.ts +373 -373
- package/dist/declarations/datasources/datastore.d.ts +62 -62
- package/dist/declarations/datasources/entitysel.d.ts +68 -68
- package/dist/declarations/datasources/interfaces/catalog.d.ts +115 -115
- package/dist/declarations/datasources/interfaces/dataclass-attribute.d.ts +88 -88
- package/dist/declarations/datasources/methods.d.ts +88 -88
- package/dist/declarations/datasources/rest.d.ts +18 -18
- package/dist/declarations/http-methods.d.ts +70 -70
- package/dist/declarations/index.d.ts +9 -9
- package/dist/declarations/webform/webform.d.ts +259 -259
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/tailwind.preset.js +148 -148
- package/dist/types/webform-editor.d.ts +1 -0
- package/dist/utils/subjects.d.ts +31 -3
- package/package.json +73 -73
package/dist/index.es.js
CHANGED
|
@@ -12759,7 +12759,7 @@ var fP = rm(function(e) {
|
|
|
12759
12759
|
var o, a;
|
|
12760
12760
|
return (a = (o = this.source) === null || o === void 0 ? void 0 : o.subscribe(n)) !== null && a !== void 0 ? a : im;
|
|
12761
12761
|
}, r;
|
|
12762
|
-
}(ui), dP = /* @__PURE__ */ ((e) => (e.RELOAD = "reload", e))(dP || {}), pP = /* @__PURE__ */ ((e) => (e.RENAME = "rename", e))(pP || {});
|
|
12762
|
+
}(ui), dP = /* @__PURE__ */ ((e) => (e.RELOAD = "reload", e))(dP || {}), pP = /* @__PURE__ */ ((e) => (e.RENAME = "rename", e.TYPE_CHANGE = "type-change", e))(pP || {});
|
|
12763
12763
|
const yA = new ui(), wA = new ui(), bA = new ui();
|
|
12764
12764
|
var hP = /* @__PURE__ */ ((e) => (e.SAVE_ALL = "save-all", e))(hP || {});
|
|
12765
12765
|
const _A = new ui();
|