bruce-models 4.5.6 → 4.5.8
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 +5 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +5 -1
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/program-key/program-key.js +4 -0
- package/dist/lib/program-key/program-key.js.map +1 -1
- package/dist/lib/project/menu-item.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/program-key/program-key.d.ts +3 -1
- package/dist/types/project/menu-item.d.ts +1 -0
- package/package.json +1 -1
package/dist/bruce-models.es5.js
CHANGED
|
@@ -8988,6 +8988,10 @@ var ProgramKey;
|
|
|
8988
8988
|
EProgramId["Mapbox"] = "Mapbox";
|
|
8989
8989
|
// Google Maps key. Used for Google Maps 3D tileset for CesiumJS and Unreal.
|
|
8990
8990
|
EProgramId["Google"] = "Google";
|
|
8991
|
+
// Stadiamaps key. Used for watercolor and toner
|
|
8992
|
+
EProgramId["StadiaMaps"] = "StadiaMaps";
|
|
8993
|
+
// Thunderforest key, Used for cycle and transport and landscape
|
|
8994
|
+
EProgramId["Thunderforest"] = "Thunderforest";
|
|
8991
8995
|
})(EProgramId = ProgramKey.EProgramId || (ProgramKey.EProgramId = {}));
|
|
8992
8996
|
/**
|
|
8993
8997
|
* Returns a program key record.
|
|
@@ -13729,7 +13733,7 @@ var DataSource;
|
|
|
13729
13733
|
})(DataSource || (DataSource = {}));
|
|
13730
13734
|
|
|
13731
13735
|
// This is updated with the package.json version on build.
|
|
13732
|
-
const VERSION = "4.5.
|
|
13736
|
+
const VERSION = "4.5.8";
|
|
13733
13737
|
|
|
13734
13738
|
export { VERSION, AnnDocument, CustomForm, AbstractApi, Api, BruceApi, GlobalApi, GuardianApi, ApiGetters, Calculator, Bounds, BruceEvent, CacheControl, Camera, Cartes, Carto, Color, DelayQueue, Geometry, UTC, BruceVariable, LRUCache, EntityAttachmentType, EntityAttachment, EntityComment, EntityLink, EntityLod, EntityLodCategory, EntityRelationType, EntityRelation, EntitySource, EntityTag, EntityType, Entity, EntityCoords, EntityTypeVisualSettings, 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, EncryptUtils, MathUtils, ObjectUtils, PathUtils, UrlUtils, DataLab, ImportCad, ImportCsv, ImportJson, ImportKml, ImportedFile, Markup, Uploader, Plugin, ENVIRONMENT, DataSource };
|
|
13735
13739
|
//# sourceMappingURL=bruce-models.es5.js.map
|