bruce-models 5.6.3 → 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/custom-form/custom-form-content.d.ts +6 -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.es5.js
CHANGED
|
@@ -7633,21 +7633,6 @@ var EntityCoords;
|
|
|
7633
7633
|
EntityCoords.GetCacheKey = GetCacheKey;
|
|
7634
7634
|
})(EntityCoords || (EntityCoords = {}));
|
|
7635
7635
|
|
|
7636
|
-
/**
|
|
7637
|
-
* Deprecated settings for entity types.
|
|
7638
|
-
* We now store selection settings within project views.
|
|
7639
|
-
*/
|
|
7640
|
-
var EntityTypeVisualSettings;
|
|
7641
|
-
(function (EntityTypeVisualSettings) {
|
|
7642
|
-
let EAction;
|
|
7643
|
-
(function (EAction) {
|
|
7644
|
-
EAction["LeftClick"] = "LeftClick.CustomForm.ID";
|
|
7645
|
-
EAction["RightClick"] = "RightClick.CustomForm.ID";
|
|
7646
|
-
EAction["DoubleClick"] = "DoubleClick.CustomForm.ID";
|
|
7647
|
-
EAction["MouseHover"] = "MouseHover.CustomForm.ID";
|
|
7648
|
-
})(EAction = EntityTypeVisualSettings.EAction || (EntityTypeVisualSettings.EAction = {}));
|
|
7649
|
-
})(EntityTypeVisualSettings || (EntityTypeVisualSettings = {}));
|
|
7650
|
-
|
|
7651
7636
|
/**
|
|
7652
7637
|
* Represents a Table View record.
|
|
7653
7638
|
* This is a record of how to display a collection of Entities.
|
|
@@ -15122,7 +15107,7 @@ var Scenario;
|
|
|
15122
15107
|
})(Scenario || (Scenario = {}));
|
|
15123
15108
|
|
|
15124
15109
|
// This is updated with the package.json version on build.
|
|
15125
|
-
const VERSION = "5.6.
|
|
15110
|
+
const VERSION = "5.6.5";
|
|
15126
15111
|
|
|
15127
|
-
export { VERSION, AnnDocument, CustomForm, AbstractApi, Api, BruceApi, GlobalApi, GuardianApi, ApiGetters, Calculator, Bounds, BruceEvent, CacheControl, Camera, Cartes, Carto, Color, DelayQueue, Geometry, UTC, BruceVariable, LRUCache, GeoJson, EntityAttachmentType, EntityAttachment, EntityComment, EntityLink, EntityLod, EntityLodCategory, EntityRelationType, EntityRelation, EntitySource, EntityTag, EntityType, Entity, EntityCoords,
|
|
15112
|
+
export { VERSION, AnnDocument, CustomForm, AbstractApi, Api, BruceApi, GlobalApi, GuardianApi, ApiGetters, Calculator, Bounds, BruceEvent, CacheControl, Camera, Cartes, Carto, Color, DelayQueue, Geometry, UTC, BruceVariable, LRUCache, GeoJson, EntityAttachmentType, EntityAttachment, EntityComment, EntityLink, EntityLod, EntityLodCategory, EntityRelationType, EntityRelation, EntitySource, EntityTag, EntityType, Entity, EntityCoords, EntityAttribute, EntityHistoricData, EntityTableView, Comment, ClientFile, ProgramKey, ZoomControl, MenuItem, ProjectViewBookmark, ProjectView, ProjectViewLegacyTile, ProjectViewTile, ProjectViewLegacy, ProjectViewLegacyBookmark, PendingAction, MessageBroker, HostingLocation, Style, Tileset, Permission, Session, UserGroup, User, Account, AccountInvite, AccountFeatures, AccountLimits, AccountTemplate, AccountType, EncryptUtils, MathUtils, ObjectUtils, PathUtils, UrlUtils, DataLab, DataLabGroup, ImportAssembly, ImportCad, ImportCsv, ImportJson, ImportGeoJson, ImportKml, ImportedFile, ExportBrz, ExportUsd, Markup, Uploader, Plugin, ENVIRONMENT, DataSource, Scenario };
|
|
15128
15113
|
//# sourceMappingURL=bruce-models.es5.js.map
|