bruce-models 3.3.9 → 3.4.1
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 -3
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +5 -3
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/markup/markup.js +4 -2
- package/dist/lib/markup/markup.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/custom-form/custom-form-content.d.ts +1 -1
- package/dist/types/markup/markup.d.ts +6 -2
- package/package.json +1 -1
package/dist/bruce-models.es5.js
CHANGED
|
@@ -10158,8 +10158,10 @@ var Markup;
|
|
|
10158
10158
|
height: null,
|
|
10159
10159
|
width: null,
|
|
10160
10160
|
id: null,
|
|
10161
|
-
|
|
10162
|
-
|
|
10161
|
+
left: null,
|
|
10162
|
+
top: null,
|
|
10163
|
+
right: null,
|
|
10164
|
+
bottom: null,
|
|
10163
10165
|
borderColor: "black",
|
|
10164
10166
|
borderWidth: 1,
|
|
10165
10167
|
borderUsingPercent: false,
|
|
@@ -10708,7 +10710,7 @@ var DataSource;
|
|
|
10708
10710
|
DataSource.GetList = GetList;
|
|
10709
10711
|
})(DataSource || (DataSource = {}));
|
|
10710
10712
|
|
|
10711
|
-
const VERSION = "3.
|
|
10713
|
+
const VERSION = "3.4.1";
|
|
10712
10714
|
|
|
10713
10715
|
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, ClientFile, ProgramKey, ZoomControl, MenuItem, ProjectViewBookmark, ProjectView, ProjectViewLegacyTile, ProjectViewTile, ProjectViewLegacy, ProjectViewLegacyBookmark, PendingAction, MessageBroker, HostingLocation, Style, Tileset, Permission, Session, UserGroup, User, Account, AccountInvite, EncryptUtils, MathUtils, ObjectUtils, PathUtils, UrlUtils, DataLab, ImportCad, ImportCsv, ImportJson, ImportKml, ImportedFile, Markup, Uploader, Plugin, ENVIRONMENT, DataSource };
|
|
10714
10716
|
//# sourceMappingURL=bruce-models.es5.js.map
|