bruce-models 2.8.3 → 2.8.4
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 -38
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +1 -36
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/custom-form/custom-form-content.js +0 -36
- package/dist/lib/custom-form/custom-form-content.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/custom-form/custom-form-content.d.ts +18 -65
- package/dist/types/custom-form/custom-form.d.ts +1 -2
- package/package.json +1 -1
package/dist/bruce-models.es5.js
CHANGED
|
@@ -4792,42 +4792,6 @@ var CustomForm;
|
|
|
4792
4792
|
CustomForm.Update = Update;
|
|
4793
4793
|
})(CustomForm || (CustomForm = {}));
|
|
4794
4794
|
|
|
4795
|
-
/**
|
|
4796
|
-
* Describes content of a GENERIC type custom form.
|
|
4797
|
-
* The alternative type is MARKUP (Markup.IMarkup).
|
|
4798
|
-
*/
|
|
4799
|
-
var CustomFormContent;
|
|
4800
|
-
(function (CustomFormContent) {
|
|
4801
|
-
let ECellType;
|
|
4802
|
-
(function (ECellType) {
|
|
4803
|
-
// Description-like text box that the user types in.
|
|
4804
|
-
ECellType[ECellType["StaticText"] = 0] = "StaticText";
|
|
4805
|
-
// Label + Value pair of an entity attribute.
|
|
4806
|
-
ECellType[ECellType["DataValue"] = 1] = "DataValue";
|
|
4807
|
-
// Static picture.
|
|
4808
|
-
ECellType[ECellType["StaticPicture"] = 2] = "StaticPicture";
|
|
4809
|
-
// Sub-section of the form. Contains other sections.
|
|
4810
|
-
ECellType[ECellType["SubSection"] = 3] = "SubSection";
|
|
4811
|
-
// Button that opens another form (or info view).
|
|
4812
|
-
ECellType[ECellType["ButtonMore"] = 4] = "ButtonMore";
|
|
4813
|
-
// Entity gallery.
|
|
4814
|
-
ECellType[ECellType["EntityPhoto"] = 5] = "EntityPhoto";
|
|
4815
|
-
// Embedded media frame. Eg: youtube video.
|
|
4816
|
-
ECellType[ECellType["EmbeddedMedia"] = 6] = "EmbeddedMedia";
|
|
4817
|
-
// Deprecated
|
|
4818
|
-
ECellType[ECellType["Chart"] = 7] = "Chart";
|
|
4819
|
-
// Similar to DataValue, except it populates a description-like text-box.
|
|
4820
|
-
ECellType[ECellType["EntityText"] = 8] = "EntityText";
|
|
4821
|
-
// Icon and optional action associated with it.
|
|
4822
|
-
ECellType[ECellType["Icon"] = 9] = "Icon";
|
|
4823
|
-
})(ECellType = CustomFormContent.ECellType || (CustomFormContent.ECellType = {}));
|
|
4824
|
-
let EFlowDirection;
|
|
4825
|
-
(function (EFlowDirection) {
|
|
4826
|
-
EFlowDirection["Vertically"] = "v";
|
|
4827
|
-
EFlowDirection["Horizontally"] = "h";
|
|
4828
|
-
})(EFlowDirection = CustomFormContent.EFlowDirection || (CustomFormContent.EFlowDirection = {}));
|
|
4829
|
-
})(CustomFormContent || (CustomFormContent = {}));
|
|
4830
|
-
|
|
4831
4795
|
var Color;
|
|
4832
4796
|
(function (Color) {
|
|
4833
4797
|
let EBlendMode;
|
|
@@ -12009,7 +11973,7 @@ var DataSource;
|
|
|
12009
11973
|
DataSource.GetList = GetList;
|
|
12010
11974
|
})(DataSource || (DataSource = {}));
|
|
12011
11975
|
|
|
12012
|
-
const VERSION$1 = "2.8.
|
|
11976
|
+
const VERSION$1 = "2.8.4";
|
|
12013
11977
|
|
|
12014
|
-
export { VERSION$1 as VERSION, AnnDocument, CustomForm,
|
|
11978
|
+
export { VERSION$1 as VERSION, AnnDocument, CustomForm, AbstractApi, Api, BruceApi, CamApi, IdmApi, 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, EntityGlobe, EntityFilterGetter, BatchedDataGetter, EntityCoords, EntityTypeVisualSettings, EntityAttribute, ClientFile, ProgramKey, ZoomControl, MenuItem, ProjectViewBookmark, ProjectView, ProjectViewLegacyTile, ProjectViewTile, 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 };
|
|
12015
11979
|
//# sourceMappingURL=bruce-models.es5.js.map
|