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.
- package/lib/Form/FormField.d.ts +4 -0
- package/lib/Media/{Image.d.ts → ImageMedia.d.ts} +1 -1
- package/lib/Media/{Image.js → ImageMedia.js} +1 -1
- package/lib/Media/ImageMedia.js.map +1 -0
- package/lib/Media/index.d.ts +1 -0
- package/lib/Media/index.js +1 -0
- package/lib/Media/index.js.map +1 -1
- package/package.json +2 -2
- package/lib/Media/Image.js.map +0 -1
package/lib/Form/FormField.d.ts
CHANGED
|
@@ -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.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageMedia.js","sourceRoot":"","sources":["../../src/Media/ImageMedia.ts"],"names":[],"mappings":""}
|
package/lib/Media/index.d.ts
CHANGED
package/lib/Media/index.js
CHANGED
|
@@ -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);
|
package/lib/Media/index.js.map
CHANGED
|
@@ -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.
|
|
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": "
|
|
36
|
+
"gitHead": "c1e62ba8422b2767ffbd63d444013ca3c66f437c"
|
|
37
37
|
}
|
package/lib/Media/Image.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Image.js","sourceRoot":"","sources":["../../src/Media/Image.ts"],"names":[],"mappings":""}
|