@revisium/schema-toolkit-ui 0.2.2 → 0.2.3
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.cjs +7 -18
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +22 -25
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +22 -25
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +5 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -4622,12 +4622,6 @@ exports.CreatingEditorVM = CreatingEditorVM;
|
|
|
4622
4622
|
exports.CreatingSchemaEditor = CreatingSchemaEditor;
|
|
4623
4623
|
exports.GrayButton = GrayButton;
|
|
4624
4624
|
exports.JsonCard = JsonCard;
|
|
4625
|
-
Object.defineProperty(exports, 'JsonSchemaTypeName', {
|
|
4626
|
-
enumerable: true,
|
|
4627
|
-
get: function () {
|
|
4628
|
-
return _revisium_schema_toolkit.JsonSchemaTypeName;
|
|
4629
|
-
}
|
|
4630
|
-
});
|
|
4631
4625
|
exports.SchemaEditorCore = SchemaEditorCore;
|
|
4632
4626
|
exports.SchemaTypeIds = SchemaTypeIds;
|
|
4633
4627
|
exports.SettingsButton = SettingsButton;
|
|
@@ -4636,20 +4630,15 @@ exports.UpdatingEditorVM = UpdatingEditorVM;
|
|
|
4636
4630
|
exports.UpdatingSchemaEditor = UpdatingSchemaEditor;
|
|
4637
4631
|
exports.ViewerSwitcher = ViewerSwitcher;
|
|
4638
4632
|
exports.ViewerSwitcherMode = ViewerSwitcherMode;
|
|
4639
|
-
Object.defineProperty(exports, 'createRowModel', {
|
|
4640
|
-
enumerable: true,
|
|
4641
|
-
get: function () {
|
|
4642
|
-
return _revisium_schema_toolkit.createRowModel;
|
|
4643
|
-
}
|
|
4644
|
-
});
|
|
4645
|
-
Object.defineProperty(exports, 'createTableModel', {
|
|
4646
|
-
enumerable: true,
|
|
4647
|
-
get: function () {
|
|
4648
|
-
return _revisium_schema_toolkit.createTableModel;
|
|
4649
|
-
}
|
|
4650
|
-
});
|
|
4651
4633
|
exports.ensureReactivityProvider = ensureReactivityProvider;
|
|
4652
4634
|
exports.getLabelByRef = getLabelByRef;
|
|
4653
4635
|
exports.typeMenuGroups = typeMenuGroups;
|
|
4654
4636
|
exports.useContentEditable = useContentEditable;
|
|
4637
|
+
Object.keys(_revisium_schema_toolkit).forEach(function (k) {
|
|
4638
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
4639
|
+
enumerable: true,
|
|
4640
|
+
get: function () { return _revisium_schema_toolkit[k]; }
|
|
4641
|
+
});
|
|
4642
|
+
});
|
|
4643
|
+
|
|
4655
4644
|
//# sourceMappingURL=index.cjs.map
|