@gcforms/types 1.0.24 → 1.0.25
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/CHANGELOG.md +4 -0
- package/dist/index.d.mts +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.js +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.0.25] - 2025-10-17
|
|
9
|
+
|
|
10
|
+
- Remove File Upload as a beta option
|
|
11
|
+
|
|
8
12
|
|
|
9
13
|
## [1.0.23] - 2025-10-01
|
|
10
14
|
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -52,8 +52,7 @@ var FormElementTypes = /* @__PURE__ */ ((FormElementTypes2) => {
|
|
|
52
52
|
return FormElementTypes2;
|
|
53
53
|
})(FormElementTypes || {});
|
|
54
54
|
var BetaFormElementTypes = {
|
|
55
|
-
["addressComplete" /* addressComplete */]: { flag: "addressComplete" }
|
|
56
|
-
["fileInput" /* fileInput */]: { flag: "fileUpload" }
|
|
55
|
+
["addressComplete" /* addressComplete */]: { flag: "addressComplete" }
|
|
57
56
|
};
|
|
58
57
|
var SortOption = {
|
|
59
58
|
NONE: "none",
|
package/dist/index.mjs
CHANGED
|
@@ -21,8 +21,7 @@ var FormElementTypes = /* @__PURE__ */ ((FormElementTypes2) => {
|
|
|
21
21
|
return FormElementTypes2;
|
|
22
22
|
})(FormElementTypes || {});
|
|
23
23
|
var BetaFormElementTypes = {
|
|
24
|
-
["addressComplete" /* addressComplete */]: { flag: "addressComplete" }
|
|
25
|
-
["fileInput" /* fileInput */]: { flag: "fileUpload" }
|
|
24
|
+
["addressComplete" /* addressComplete */]: { flag: "addressComplete" }
|
|
26
25
|
};
|
|
27
26
|
var SortOption = {
|
|
28
27
|
NONE: "none",
|