@overmap-ai/core 1.0.53-component-asset-renames.4 → 1.0.53-component-asset-renames.5
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FieldSection } from "../fields";
|
|
2
2
|
export declare const formId = "form-builder";
|
|
3
|
-
export declare const fieldsToChoose: (("string" | "text")[] | ("select" | "multi-select" | "upload")[] | ("number" | "boolean" | "date" | "multi-string")[])[];
|
|
3
|
+
export declare const fieldsToChoose: (("string" | "text")[] | ("select" | "multi-select" | "upload" | "qr")[] | ("number" | "boolean" | "date" | "multi-string")[])[];
|
|
4
4
|
export declare const indexOfLastFieldGroup: number;
|
|
5
5
|
export declare const CompleteFieldTypeToClsMapping: {
|
|
6
6
|
section: typeof FieldSection;
|
|
@@ -2,6 +2,6 @@ import { FieldTypeIdentifier } from "../typings";
|
|
|
2
2
|
export declare const useFieldTypeItems: (onSelect?: (type: Exclude<FieldTypeIdentifier, "section">) => void) => {
|
|
3
3
|
children: string;
|
|
4
4
|
leftSlot: import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
value: "string" | "number" | "boolean" | "select" | "text" | "date" | "multi-string" | "multi-select" | "upload";
|
|
5
|
+
value: "string" | "number" | "boolean" | "select" | "text" | "date" | "multi-string" | "multi-select" | "upload" | "qr";
|
|
6
6
|
onSelect: () => void;
|
|
7
7
|
}[][];
|
package/dist/overmap-core.js
CHANGED
|
@@ -15657,7 +15657,7 @@ const styles = {
|
|
|
15657
15657
|
const formId = "form-builder";
|
|
15658
15658
|
const fieldsToChoose = [
|
|
15659
15659
|
["string", "text"],
|
|
15660
|
-
["select", "multi-select", "upload"],
|
|
15660
|
+
["select", "multi-select", "upload", "qr"],
|
|
15661
15661
|
["boolean", "date", "number", "multi-string"]
|
|
15662
15662
|
];
|
|
15663
15663
|
const CompleteFieldTypeToClsMapping = {
|