bruce-models 3.3.5 → 3.3.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 +9 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +9 -1
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/markup/markup.js +8 -0
- package/dist/lib/markup/markup.js.map +1 -1
- package/dist/lib/project/project-view.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/markup/markup.d.ts +7 -1
- package/dist/types/project/project-view.d.ts +1 -0
- package/package.json +1 -1
package/dist/bruce-models.es5.js
CHANGED
|
@@ -10091,6 +10091,14 @@ var Markup;
|
|
|
10091
10091
|
// Assumes existence of line that is used to anchor it.
|
|
10092
10092
|
EType["Callout"] = "callout";
|
|
10093
10093
|
})(EType = Div.EType || (Div.EType = {}));
|
|
10094
|
+
let EAnchorDivSide;
|
|
10095
|
+
(function (EAnchorDivSide) {
|
|
10096
|
+
// “absolute” is now deprecated and a legacy value for TopLeft
|
|
10097
|
+
EAnchorDivSide["TopLeft"] = "TopLeft";
|
|
10098
|
+
EAnchorDivSide["BottomLeft"] = "BottomLeft";
|
|
10099
|
+
EAnchorDivSide["BottomRight"] = "BottomRight";
|
|
10100
|
+
EAnchorDivSide["TopRight"] = "TopRight";
|
|
10101
|
+
})(EAnchorDivSide = Div.EAnchorDivSide || (Div.EAnchorDivSide = {}));
|
|
10094
10102
|
// Describes expected content of a row cell.
|
|
10095
10103
|
let EItemType;
|
|
10096
10104
|
(function (EItemType) {
|
|
@@ -10700,7 +10708,7 @@ var DataSource;
|
|
|
10700
10708
|
DataSource.GetList = GetList;
|
|
10701
10709
|
})(DataSource || (DataSource = {}));
|
|
10702
10710
|
|
|
10703
|
-
const VERSION = "3.3.
|
|
10711
|
+
const VERSION = "3.3.8";
|
|
10704
10712
|
|
|
10705
10713
|
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 };
|
|
10706
10714
|
//# sourceMappingURL=bruce-models.es5.js.map
|