@gravitywiz/types 0.0.13 → 0.0.14

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.
Files changed (2) hide show
  1. package/index.d.ts +8 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -247,6 +247,14 @@ declare global {
247
247
  subject: S,
248
248
  ...args: any[]
249
249
  ) => S;
250
+ utils: {
251
+ trigger: (opts: {
252
+ data?: Record<string, any>;
253
+ el?: HTMLElement,
254
+ event?: string,
255
+ native?: boolean,
256
+ }) => void;
257
+ }
250
258
  };
251
259
 
252
260
  ConditionalLogic: typeof GFConditionalLogic;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitywiz/types",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "TypesScript type definitions for Gravity Forms and Gravity Wiz.",
5
5
  "author": "Gravity Wiz",
6
6
  "license": "GPL-2.0-or-later",