stentor-models 1.66.50 → 1.68.6

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.
@@ -179,6 +179,10 @@ export interface FormDropdownInput extends FormInput {
179
179
  * List of items available for selection in the dropdown
180
180
  */
181
181
  items: SelectableItem[];
182
+ /**
183
+ * Maximum character length allowed for freeform text input (e.g., "other" option)
184
+ */
185
+ maxLength?: number;
182
186
  }
183
187
  /**
184
188
  * Close/Open style chips selection field.
@@ -4,6 +4,6 @@ import { ImageType } from "./Types";
4
4
  /**
5
5
  * Image media
6
6
  */
7
- export interface Image extends Media {
7
+ export interface ImageMedia extends Media {
8
8
  type: ImageType;
9
9
  }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Image.js.map
3
+ //# sourceMappingURL=ImageMedia.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageMedia.js","sourceRoot":"","sources":["../../src/Media/ImageMedia.ts"],"names":[],"mappings":""}
@@ -1,5 +1,6 @@
1
1
  /*! Copyright (c) 2019, XAPPmedia */
2
2
  export * from "./Audio";
3
+ export * from "./ImageMedia";
3
4
  export * from "./LiveStream";
4
5
  export * from "./Media";
5
6
  export * from "./OnDemand";
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  /*! Copyright (c) 2019, XAPPmedia */
18
18
  __exportStar(require("./Audio"), exports);
19
+ __exportStar(require("./ImageMedia"), exports);
19
20
  __exportStar(require("./LiveStream"), exports);
20
21
  __exportStar(require("./Media"), exports);
21
22
  __exportStar(require("./OnDemand"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/Media/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oCAAoC;AACpC,0CAAwB;AACxB,+CAA6B;AAC7B,0CAAwB;AACxB,6CAA2B;AAC3B,oDAAkC;AAClC,6CAA2B;AAC3B,kDAAgC;AAChC,mDAAiC;AACjC,+CAA6B;AAC7B,oDAAkC;AAClC,gDAA8B;AAC9B,gDAA8B;AAC9B,yCAAuB;AACvB,0CAAwB;AACxB,0CAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/Media/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oCAAoC;AACpC,0CAAwB;AACxB,+CAA6B;AAC7B,+CAA6B;AAC7B,0CAAwB;AACxB,6CAA2B;AAC3B,oDAAkC;AAClC,6CAA2B;AAC3B,kDAAgC;AAChC,mDAAiC;AACjC,+CAA6B;AAC7B,oDAAkC;AAClC,gDAA8B;AAC9B,gDAA8B;AAC9B,yCAAuB;AACvB,0CAAwB;AACxB,0CAAwB"}
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.66.50",
7
+ "version": "1.68.6",
8
8
  "description": "Models for 📣 stentor",
9
9
  "types": "lib/index",
10
10
  "typings": "lib/index",
@@ -33,5 +33,5 @@
33
33
  "dependencies": {
34
34
  "@xapp/patterns": "2.0.2"
35
35
  },
36
- "gitHead": "a1e5a5a989e154a4e0bdd615c077f2062ffd2d5a"
36
+ "gitHead": "c1e62ba8422b2767ffbd63d444013ca3c66f437c"
37
37
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"Image.js","sourceRoot":"","sources":["../../src/Media/Image.ts"],"names":[],"mappings":""}