ids-enterprise-typings 19.6.13 → 19.6.15

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.
@@ -13,6 +13,7 @@ interface SohoExpandableAreaOptions {
13
13
  id?: string;
14
14
  disabled?: boolean;
15
15
  expanded?: boolean;
16
+ trigger?: string;
16
17
  /** Add extra attributes like id's to the component **/
17
18
  attributes?: Array<Object> | Object;
18
19
  }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Soho Field Options.
3
+ *
4
+ * This file contains the Typescript mappings for the public
5
+ * interface of the Soho jQuery Field Options control.
6
+ *
7
+ * Which has no options at this time.
8
+ */
9
+
10
+ interface SohoFieldSetOptionStaticSettings {
11
+
12
+ }
13
+
14
+ interface SohoFieldSetOptionStatic {
15
+ /** Access to the control's options block. */
16
+ settings: SohoFieldSetOptionStaticSettings;
17
+
18
+ /** Destructor. */
19
+ destroy(): void;
20
+ }
21
+
22
+ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
23
+ fieldoptions(options?: SohoFieldSetOptionStaticSettings): JQuery;
24
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "19.6.13",
4
+ "version": "19.6.15",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "peerDependencies": {