bruce-models 5.6.4 → 5.6.5
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/bruce-models.es5.js +2 -17
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +1 -15
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -2
- package/dist/lib/bruce-models.js.map +1 -1
- package/dist/lib/entity/entity-attribute.js.map +1 -1
- package/dist/lib/entity/entity-type.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -2
- package/dist/types/entity/entity-attribute.d.ts +4 -3
- package/dist/types/entity/entity-type.d.ts +5 -7
- package/package.json +1 -1
- package/dist/lib/entity/entity-type-visual-settings.js +0 -18
- package/dist/lib/entity/entity-type-visual-settings.js.map +0 -1
- package/dist/types/entity/entity-type-visual-settings.d.ts +0 -20
package/dist/bruce-models.umd.js
CHANGED
|
@@ -7503,20 +7503,6 @@
|
|
|
7503
7503
|
EntityCoords.GetCacheKey = GetCacheKey;
|
|
7504
7504
|
})(exports.EntityCoords || (exports.EntityCoords = {}));
|
|
7505
7505
|
|
|
7506
|
-
/**
|
|
7507
|
-
* Deprecated settings for entity types.
|
|
7508
|
-
* We now store selection settings within project views.
|
|
7509
|
-
*/
|
|
7510
|
-
(function (EntityTypeVisualSettings) {
|
|
7511
|
-
let EAction;
|
|
7512
|
-
(function (EAction) {
|
|
7513
|
-
EAction["LeftClick"] = "LeftClick.CustomForm.ID";
|
|
7514
|
-
EAction["RightClick"] = "RightClick.CustomForm.ID";
|
|
7515
|
-
EAction["DoubleClick"] = "DoubleClick.CustomForm.ID";
|
|
7516
|
-
EAction["MouseHover"] = "MouseHover.CustomForm.ID";
|
|
7517
|
-
})(EAction = EntityTypeVisualSettings.EAction || (EntityTypeVisualSettings.EAction = {}));
|
|
7518
|
-
})(exports.EntityTypeVisualSettings || (exports.EntityTypeVisualSettings = {}));
|
|
7519
|
-
|
|
7520
7506
|
(function (EntityTableView) {
|
|
7521
7507
|
/**
|
|
7522
7508
|
* Returns a record matching the given viewId.
|
|
@@ -14824,7 +14810,7 @@
|
|
|
14824
14810
|
})(exports.Scenario || (exports.Scenario = {}));
|
|
14825
14811
|
|
|
14826
14812
|
// This is updated with the package.json version on build.
|
|
14827
|
-
const VERSION = "5.6.
|
|
14813
|
+
const VERSION = "5.6.5";
|
|
14828
14814
|
|
|
14829
14815
|
exports.VERSION = VERSION;
|
|
14830
14816
|
exports.AbstractApi = AbstractApi;
|