@marvalt/wadapter 2.3.6 → 2.3.9
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/generators/index.d.ts +26 -0
- package/dist/generators/index.d.ts.map +1 -0
- package/dist/generators.cjs +792 -0
- package/dist/generators.cjs.map +1 -0
- package/dist/generators.esm.js +785 -0
- package/dist/generators.esm.js.map +1 -0
- package/dist/gravity-forms/gravity-forms-client.d.ts +1 -0
- package/dist/gravity-forms/gravity-forms-client.d.ts.map +1 -1
- package/dist/index.d.ts +3 -137
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +34 -508
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +33 -513
- package/dist/index.js.map +1 -1
- package/package.json +5 -1
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license GPL-3.0-or-later
|
|
3
|
+
*
|
|
4
|
+
* This file is part of the MarVAlt Open SDK.
|
|
5
|
+
* Copyright (c) 2025 Vibune Pty Ltd.
|
|
6
|
+
*
|
|
7
|
+
* This program is free software: you can redistribute it and/or modify
|
|
8
|
+
* it under the terms of the GNU General Public License as published by
|
|
9
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
10
|
+
* (at your option) any later version.
|
|
11
|
+
*
|
|
12
|
+
* This program is distributed in the hope that it will be useful,
|
|
13
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
14
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
15
|
+
* See the GNU General Public License for more details.
|
|
16
|
+
*/
|
|
17
|
+
/**
|
|
18
|
+
* Generator exports for Node.js environments only
|
|
19
|
+
* Do NOT import this in browser code!
|
|
20
|
+
*/
|
|
21
|
+
export * from './wordpress/wordpress-generator';
|
|
22
|
+
export * from './gravity-forms/gravity-forms-generator';
|
|
23
|
+
export * from './form-protection/form-protection-generator';
|
|
24
|
+
export type { WordPressConfig, WordPressPost, WordPressPage } from '../types/wordpress';
|
|
25
|
+
export type { GravityFormsConfig, GravityForm, GravityFormField } from '../types/gravity-forms';
|
|
26
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/generators/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH;;;GAGG;AAEH,cAAc,iCAAiC,CAAC;AAChD,cAAc,yCAAyC,CAAC;AACxD,cAAc,6CAA6C,CAAC;AAG5D,YAAY,EAAE,eAAe,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxF,YAAY,EAAE,kBAAkB,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC"}
|