bruce-models 2.8.2 → 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/dist/types/project/project-view-selection.d.ts +3 -4
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -4758,41 +4758,6 @@
|
|
|
4758
4758
|
CustomForm.Update = Update;
|
|
4759
4759
|
})(exports.CustomForm || (exports.CustomForm = {}));
|
|
4760
4760
|
|
|
4761
|
-
/**
|
|
4762
|
-
* Describes content of a GENERIC type custom form.
|
|
4763
|
-
* The alternative type is MARKUP (Markup.IMarkup).
|
|
4764
|
-
*/
|
|
4765
|
-
(function (CustomFormContent) {
|
|
4766
|
-
let ECellType;
|
|
4767
|
-
(function (ECellType) {
|
|
4768
|
-
// Description-like text box that the user types in.
|
|
4769
|
-
ECellType[ECellType["StaticText"] = 0] = "StaticText";
|
|
4770
|
-
// Label + Value pair of an entity attribute.
|
|
4771
|
-
ECellType[ECellType["DataValue"] = 1] = "DataValue";
|
|
4772
|
-
// Static picture.
|
|
4773
|
-
ECellType[ECellType["StaticPicture"] = 2] = "StaticPicture";
|
|
4774
|
-
// Sub-section of the form. Contains other sections.
|
|
4775
|
-
ECellType[ECellType["SubSection"] = 3] = "SubSection";
|
|
4776
|
-
// Button that opens another form (or info view).
|
|
4777
|
-
ECellType[ECellType["ButtonMore"] = 4] = "ButtonMore";
|
|
4778
|
-
// Entity gallery.
|
|
4779
|
-
ECellType[ECellType["EntityPhoto"] = 5] = "EntityPhoto";
|
|
4780
|
-
// Embedded media frame. Eg: youtube video.
|
|
4781
|
-
ECellType[ECellType["EmbeddedMedia"] = 6] = "EmbeddedMedia";
|
|
4782
|
-
// Deprecated
|
|
4783
|
-
ECellType[ECellType["Chart"] = 7] = "Chart";
|
|
4784
|
-
// Similar to DataValue, except it populates a description-like text-box.
|
|
4785
|
-
ECellType[ECellType["EntityText"] = 8] = "EntityText";
|
|
4786
|
-
// Icon and optional action associated with it.
|
|
4787
|
-
ECellType[ECellType["Icon"] = 9] = "Icon";
|
|
4788
|
-
})(ECellType = CustomFormContent.ECellType || (CustomFormContent.ECellType = {}));
|
|
4789
|
-
let EFlowDirection;
|
|
4790
|
-
(function (EFlowDirection) {
|
|
4791
|
-
EFlowDirection["Vertically"] = "v";
|
|
4792
|
-
EFlowDirection["Horizontally"] = "h";
|
|
4793
|
-
})(EFlowDirection = CustomFormContent.EFlowDirection || (CustomFormContent.EFlowDirection = {}));
|
|
4794
|
-
})(exports.CustomFormContent || (exports.CustomFormContent = {}));
|
|
4795
|
-
|
|
4796
4761
|
(function (Color) {
|
|
4797
4762
|
let EBlendMode;
|
|
4798
4763
|
(function (EBlendMode) {
|
|
@@ -11774,7 +11739,7 @@
|
|
|
11774
11739
|
DataSource.GetList = GetList;
|
|
11775
11740
|
})(exports.DataSource || (exports.DataSource = {}));
|
|
11776
11741
|
|
|
11777
|
-
const VERSION$1 = "2.8.
|
|
11742
|
+
const VERSION$1 = "2.8.4";
|
|
11778
11743
|
|
|
11779
11744
|
exports.VERSION = VERSION$1;
|
|
11780
11745
|
exports.AbstractApi = AbstractApi;
|