bruce-models 2.7.4 → 2.7.5
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 +3 -3
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +3 -3
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/markup/markup.js +2 -2
- package/dist/lib/markup/markup.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/markup/markup.d.ts +2 -2
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -11177,8 +11177,6 @@
|
|
|
11177
11177
|
(function (EType) {
|
|
11178
11178
|
// Default, no special handling.
|
|
11179
11179
|
EType["Default"] = "default";
|
|
11180
|
-
// Same as default but assumes there is no content within it.
|
|
11181
|
-
EType["Shape"] = "shape";
|
|
11182
11180
|
// Callout, assumes it will be positioned in 3d space.
|
|
11183
11181
|
// Assumes existence of line that is used to anchor it.
|
|
11184
11182
|
EType["Callout"] = "callout";
|
|
@@ -11195,6 +11193,8 @@
|
|
|
11195
11193
|
EItemType["Icon"] = "ICON";
|
|
11196
11194
|
// Content is expected to be an image.
|
|
11197
11195
|
EItemType["Image"] = "IMAGE";
|
|
11196
|
+
// No content. Only a shape.
|
|
11197
|
+
EItemType["None"] = "NONE";
|
|
11198
11198
|
})(EItemType = Div.EItemType || (Div.EItemType = {}));
|
|
11199
11199
|
let ItemAction;
|
|
11200
11200
|
(function (ItemAction) {
|
|
@@ -11705,7 +11705,7 @@
|
|
|
11705
11705
|
DataSource.GetList = GetList;
|
|
11706
11706
|
})(exports.DataSource || (exports.DataSource = {}));
|
|
11707
11707
|
|
|
11708
|
-
const VERSION$1 = "2.7.
|
|
11708
|
+
const VERSION$1 = "2.7.5";
|
|
11709
11709
|
|
|
11710
11710
|
exports.VERSION = VERSION$1;
|
|
11711
11711
|
exports.AbstractApi = AbstractApi;
|