@axdspub/axiom-ui-forms 0.2.9-alpha.0 → 0.2.10
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/library/axiom-ui-forms.d.ts +113 -51
- package/library/esm/_virtual/_commonjsHelpers.js +26 -1
- package/library/esm/_virtual/_commonjsHelpers.js.map +1 -1
- package/library/esm/_virtual/_freeGlobal.js +7 -0
- package/library/esm/_virtual/_freeGlobal.js.map +1 -0
- package/library/esm/_virtual/get.js +8 -0
- package/library/esm/_virtual/get.js.map +1 -0
- package/library/esm/_virtual/index10.js +2 -2
- package/library/esm/_virtual/index11.js +2 -2
- package/library/esm/_virtual/index12.js +4 -4
- package/library/esm/_virtual/index13.js +4 -4
- package/library/esm/_virtual/index14.js +2 -2
- package/library/esm/_virtual/index15.js +2 -2
- package/library/esm/_virtual/index3.js +2 -2
- package/library/esm/_virtual/index4.js +2 -2
- package/library/esm/_virtual/index5.js +2 -2
- package/library/esm/_virtual/index6.js +2 -2
- package/library/esm/_virtual/index6.js.map +1 -1
- package/library/esm/_virtual/index7.js +2 -2
- package/library/esm/_virtual/index7.js.map +1 -1
- package/library/esm/_virtual/index9.js +2 -2
- package/library/esm/_virtual/set.js +8 -0
- package/library/esm/_virtual/set.js.map +1 -0
- package/library/esm/node_modules/ajv/dist/compile/codegen/index.js +1 -1
- package/library/esm/node_modules/ajv/dist/compile/index.js +1 -1
- package/library/esm/node_modules/ajv/dist/compile/validate/index.js +1 -1
- package/library/esm/node_modules/ajv/dist/vocabularies/applicator/index.js +1 -1
- package/library/esm/node_modules/ajv/dist/vocabularies/discriminator/index.js +1 -1
- package/library/esm/node_modules/ajv/dist/vocabularies/format/index.js +1 -1
- package/library/esm/node_modules/ajv/dist/vocabularies/validation/index.js +1 -1
- package/library/esm/node_modules/fast-uri/index.js +1 -1
- package/library/esm/node_modules/hast-util-to-jsx-runtime/lib/index.js +1 -1
- package/library/esm/node_modules/json-schema-traverse/index.js +1 -1
- package/library/esm/node_modules/lodash/_Hash.js +49 -0
- package/library/esm/node_modules/lodash/_Hash.js.map +1 -0
- package/library/esm/node_modules/lodash/_ListCache.js +49 -0
- package/library/esm/node_modules/lodash/_ListCache.js.map +1 -0
- package/library/esm/node_modules/lodash/_Map.js +21 -0
- package/library/esm/node_modules/lodash/_Map.js.map +1 -0
- package/library/esm/node_modules/lodash/_MapCache.js +49 -0
- package/library/esm/node_modules/lodash/_MapCache.js.map +1 -0
- package/library/esm/node_modules/lodash/_Symbol.js +19 -0
- package/library/esm/node_modules/lodash/_Symbol.js.map +1 -0
- package/library/esm/node_modules/lodash/_arrayMap.js +33 -0
- package/library/esm/node_modules/lodash/_arrayMap.js.map +1 -0
- package/library/esm/node_modules/lodash/_assignValue.js +42 -0
- package/library/esm/node_modules/lodash/_assignValue.js.map +1 -0
- package/library/esm/node_modules/lodash/_assocIndexOf.js +34 -0
- package/library/esm/node_modules/lodash/_assocIndexOf.js.map +1 -0
- package/library/esm/node_modules/lodash/_baseAssignValue.js +38 -0
- package/library/esm/node_modules/lodash/_baseAssignValue.js.map +1 -0
- package/library/esm/node_modules/lodash/_baseGet.js +38 -0
- package/library/esm/node_modules/lodash/_baseGet.js.map +1 -0
- package/library/esm/node_modules/lodash/_baseGetTag.js +43 -0
- package/library/esm/node_modules/lodash/_baseGetTag.js.map +1 -0
- package/library/esm/node_modules/lodash/_baseIsNative.js +63 -0
- package/library/esm/node_modules/lodash/_baseIsNative.js.map +1 -0
- package/library/esm/node_modules/lodash/_baseSet.js +68 -0
- package/library/esm/node_modules/lodash/_baseSet.js.map +1 -0
- package/library/esm/node_modules/lodash/_baseToString.js +50 -0
- package/library/esm/node_modules/lodash/_baseToString.js.map +1 -0
- package/library/esm/node_modules/lodash/_castPath.js +37 -0
- package/library/esm/node_modules/lodash/_castPath.js.map +1 -0
- package/library/esm/node_modules/lodash/_coreJsData.js +19 -0
- package/library/esm/node_modules/lodash/_coreJsData.js.map +1 -0
- package/library/esm/node_modules/lodash/_defineProperty.js +24 -0
- package/library/esm/node_modules/lodash/_defineProperty.js.map +1 -0
- package/library/esm/node_modules/lodash/_freeGlobal.js +7 -0
- package/library/esm/node_modules/lodash/_freeGlobal.js.map +1 -0
- package/library/esm/node_modules/lodash/_getMapData.js +31 -0
- package/library/esm/node_modules/lodash/_getMapData.js.map +1 -0
- package/library/esm/node_modules/lodash/_getNative.js +31 -0
- package/library/esm/node_modules/lodash/_getNative.js.map +1 -0
- package/library/esm/node_modules/lodash/_getRawTag.js +59 -0
- package/library/esm/node_modules/lodash/_getRawTag.js.map +1 -0
- package/library/esm/node_modules/lodash/_getValue.js +25 -0
- package/library/esm/node_modules/lodash/_getValue.js.map +1 -0
- package/library/esm/node_modules/lodash/_hashClear.js +28 -0
- package/library/esm/node_modules/lodash/_hashClear.js.map +1 -0
- package/library/esm/node_modules/lodash/_hashDelete.js +29 -0
- package/library/esm/node_modules/lodash/_hashDelete.js.map +1 -0
- package/library/esm/node_modules/lodash/_hashGet.js +43 -0
- package/library/esm/node_modules/lodash/_hashGet.js.map +1 -0
- package/library/esm/node_modules/lodash/_hashHas.js +36 -0
- package/library/esm/node_modules/lodash/_hashHas.js.map +1 -0
- package/library/esm/node_modules/lodash/_hashSet.js +36 -0
- package/library/esm/node_modules/lodash/_hashSet.js.map +1 -0
- package/library/esm/node_modules/lodash/_isIndex.js +37 -0
- package/library/esm/node_modules/lodash/_isIndex.js.map +1 -0
- package/library/esm/node_modules/lodash/_isKey.js +43 -0
- package/library/esm/node_modules/lodash/_isKey.js.map +1 -0
- package/library/esm/node_modules/lodash/_isKeyable.js +27 -0
- package/library/esm/node_modules/lodash/_isKeyable.js.map +1 -0
- package/library/esm/node_modules/lodash/_isMasked.js +33 -0
- package/library/esm/node_modules/lodash/_isMasked.js.map +1 -0
- package/library/esm/node_modules/lodash/_listCacheClear.js +25 -0
- package/library/esm/node_modules/lodash/_listCacheClear.js.map +1 -0
- package/library/esm/node_modules/lodash/_listCacheDelete.js +48 -0
- package/library/esm/node_modules/lodash/_listCacheDelete.js.map +1 -0
- package/library/esm/node_modules/lodash/_listCacheGet.js +32 -0
- package/library/esm/node_modules/lodash/_listCacheGet.js.map +1 -0
- package/library/esm/node_modules/lodash/_listCacheHas.js +29 -0
- package/library/esm/node_modules/lodash/_listCacheHas.js.map +1 -0
- package/library/esm/node_modules/lodash/_listCacheSet.js +39 -0
- package/library/esm/node_modules/lodash/_listCacheSet.js.map +1 -0
- package/library/esm/node_modules/lodash/_mapCacheClear.js +36 -0
- package/library/esm/node_modules/lodash/_mapCacheClear.js.map +1 -0
- package/library/esm/node_modules/lodash/_mapCacheDelete.js +31 -0
- package/library/esm/node_modules/lodash/_mapCacheDelete.js.map +1 -0
- package/library/esm/node_modules/lodash/_mapCacheGet.js +29 -0
- package/library/esm/node_modules/lodash/_mapCacheGet.js.map +1 -0
- package/library/esm/node_modules/lodash/_mapCacheHas.js +29 -0
- package/library/esm/node_modules/lodash/_mapCacheHas.js.map +1 -0
- package/library/esm/node_modules/lodash/_mapCacheSet.js +35 -0
- package/library/esm/node_modules/lodash/_mapCacheSet.js.map +1 -0
- package/library/esm/node_modules/lodash/_memoizeCapped.js +39 -0
- package/library/esm/node_modules/lodash/_memoizeCapped.js.map +1 -0
- package/library/esm/node_modules/lodash/_nativeCreate.js +19 -0
- package/library/esm/node_modules/lodash/_nativeCreate.js.map +1 -0
- package/library/esm/node_modules/lodash/_objectToString.js +34 -0
- package/library/esm/node_modules/lodash/_objectToString.js.map +1 -0
- package/library/esm/node_modules/lodash/_root.js +22 -0
- package/library/esm/node_modules/lodash/_root.js.map +1 -0
- package/library/esm/node_modules/lodash/_stringToPath.js +40 -0
- package/library/esm/node_modules/lodash/_stringToPath.js.map +1 -0
- package/library/esm/node_modules/lodash/_toKey.js +31 -0
- package/library/esm/node_modules/lodash/_toKey.js.map +1 -0
- package/library/esm/node_modules/lodash/_toSource.js +38 -0
- package/library/esm/node_modules/lodash/_toSource.js.map +1 -0
- package/library/esm/node_modules/lodash/eq.js +49 -0
- package/library/esm/node_modules/lodash/eq.js.map +1 -0
- package/library/esm/node_modules/lodash/get.js +46 -0
- package/library/esm/node_modules/lodash/get.js.map +1 -0
- package/library/esm/node_modules/lodash/isArray.js +38 -0
- package/library/esm/node_modules/lodash/isArray.js.map +1 -0
- package/library/esm/node_modules/lodash/isFunction.js +51 -0
- package/library/esm/node_modules/lodash/isFunction.js.map +1 -0
- package/library/esm/node_modules/lodash/isObject.js +43 -0
- package/library/esm/node_modules/lodash/isObject.js.map +1 -0
- package/library/esm/node_modules/lodash/isObjectLike.js +41 -0
- package/library/esm/node_modules/lodash/isObjectLike.js.map +1 -0
- package/library/esm/node_modules/lodash/isSymbol.js +43 -0
- package/library/esm/node_modules/lodash/isSymbol.js.map +1 -0
- package/library/esm/node_modules/lodash/memoize.js +86 -0
- package/library/esm/node_modules/lodash/memoize.js.map +1 -0
- package/library/esm/node_modules/lodash/set.js +48 -0
- package/library/esm/node_modules/lodash/set.js.map +1 -0
- package/library/esm/node_modules/lodash/toString.js +41 -0
- package/library/esm/node_modules/lodash/toString.js.map +1 -0
- package/library/esm/node_modules/react-router/dist/development/chunk-HA7DTUK3.js +1 -1
- package/library/esm/node_modules/unified/lib/index.js +1 -1
- package/library/esm/src/Form/Components/FieldCreator.js +7 -5
- package/library/esm/src/Form/Components/FieldCreator.js.map +1 -1
- package/library/esm/src/Form/Components/Inputs/Geometry.js +144 -156
- package/library/esm/src/Form/Components/Inputs/Geometry.js.map +1 -1
- package/library/esm/src/Form/Components/Inputs/GeometryInputLoader.js +4 -1
- package/library/esm/src/Form/Components/Inputs/GeometryInputLoader.js.map +1 -1
- package/library/esm/src/Form/Components/Inputs/JSON.js +20 -10
- package/library/esm/src/Form/Components/Inputs/JSON.js.map +1 -1
- package/library/esm/src/Form/Components/Inputs/Object.js +7 -2
- package/library/esm/src/Form/Components/Inputs/Object.js.map +1 -1
- package/library/esm/src/Form/Components/Inputs/String.js +2 -2
- package/library/esm/src/Form/Components/Inputs/String.js.map +1 -1
- package/library/esm/src/Form/Creator/FormCreator.js +3 -1
- package/library/esm/src/Form/Creator/FormCreator.js.map +1 -1
- package/library/esm/src/Form/Creator/Page.js +1 -1
- package/library/esm/src/Form/Creator/Page.js.map +1 -1
- package/library/esm/src/Form/Creator/Wizard.js +1 -1
- package/library/esm/src/Form/Creator/Wizard.js.map +1 -1
- package/library/esm/src/library.js +6 -3
- package/library/esm/src/library.js.map +1 -1
- package/library/esm/src/utils/getters.js +105 -0
- package/library/esm/src/utils/getters.js.map +1 -0
- package/library/esm/src/utils/manipulators.js +94 -0
- package/library/esm/src/utils/manipulators.js.map +1 -0
- package/library/esm/src/{Form → utils}/schemaToFormHelpers.js +7 -6
- package/library/esm/src/utils/schemaToFormHelpers.js.map +1 -0
- package/library/esm/src/utils/validators.js +36 -0
- package/library/esm/src/utils/validators.js.map +1 -0
- package/package.json +8 -3
- package/library/esm/src/Form/helpers.js +0 -162
- package/library/esm/src/Form/helpers.js.map +0 -1
- package/library/esm/src/Form/schemaToFormHelpers.js.map +0 -1
@@ -18,7 +18,7 @@ interface ICompositeValueType {
|
|
18
18
|
[key: string]: IValueType | IValueType[] | undefined;
|
19
19
|
}
|
20
20
|
type IValueType = undefined | null | ValueOf<IValueTypes>;
|
21
|
-
type IFormField = ITextField | IConstantField | INumberField | ILongTextField | IJSONField | ISelectField | IRadioField | ICheckboxField | IDateField | ITimeField | IDateTimeField | IBooleanField | IObjectField | IObjectListField | IOneOfField | IGeoJSONField | IGeometryField | IFormFieldSection |
|
21
|
+
type IFormField = ITextField | IConstantField | INumberField | ILongTextField | IJSONField | ISelectField | IRadioField | ICheckboxField | IDateField | ITimeField | IDateTimeField | IBooleanField | IObjectField | IObjectListField | IOneOfField | IGeoJSONField | IGeometryField | IFormFieldSection | ICustomField;
|
22
22
|
type IFormFieldType = 'text' | 'long_text' | 'number' | 'json' | 'select' | 'radio' | 'checkbox' | 'date' | 'time' | 'datetime' | 'boolean' | 'object' | 'objectList' | 'oneOf' | 'geojson' | 'geometry' | `custom:${string}`;
|
23
23
|
type ISectionFormFieldType = 'section' | 'page';
|
24
24
|
interface IFieldConditions {
|
@@ -36,6 +36,7 @@ interface IFormFieldRoot {
|
|
36
36
|
fullPath?: string[];
|
37
37
|
destPath?: string;
|
38
38
|
level?: number;
|
39
|
+
index?: number;
|
39
40
|
defaultValue?: IValueType | IValueType[];
|
40
41
|
conditions?: IFieldConditions;
|
41
42
|
settings?: Record<string, unknown>;
|
@@ -68,7 +69,7 @@ interface ILongTextField extends IStringValueInput {
|
|
68
69
|
interface IJSONField extends IFormFieldRoot {
|
69
70
|
type: 'json';
|
70
71
|
}
|
71
|
-
interface
|
72
|
+
interface ICustomField extends IFormFieldRoot {
|
72
73
|
type: `custom:${string}`;
|
73
74
|
}
|
74
75
|
interface ISelectOption {
|
@@ -162,6 +163,19 @@ interface IGeometryField extends IFormFieldRoot {
|
|
162
163
|
type: 'geometry';
|
163
164
|
exclude_types?: string[];
|
164
165
|
include_types?: string[];
|
166
|
+
settings?: {
|
167
|
+
drawEnabled?: boolean;
|
168
|
+
drawPolygonEnabled?: boolean;
|
169
|
+
drawPathEnabled?: boolean;
|
170
|
+
drawPointEnabled?: boolean;
|
171
|
+
showCoordinateInput?: boolean;
|
172
|
+
height?: string;
|
173
|
+
defaultCenter?: {
|
174
|
+
lat: number;
|
175
|
+
lon: number;
|
176
|
+
zoom: number;
|
177
|
+
};
|
178
|
+
};
|
165
179
|
}
|
166
180
|
interface IFormSection {
|
167
181
|
id: string;
|
@@ -232,6 +246,73 @@ interface IFieldInputProps {
|
|
232
246
|
className?: string;
|
233
247
|
}
|
234
248
|
|
249
|
+
/**
|
250
|
+
* Returns the JSON path for a given field
|
251
|
+
*
|
252
|
+
* @param field - The field to get the JSON path for
|
253
|
+
* @param index - The index of the field in the array (optional)
|
254
|
+
* @returns The JSON path for the given field
|
255
|
+
*/
|
256
|
+
declare const makeJsonPath: (field: IFormField, index?: number) => string;
|
257
|
+
/**
|
258
|
+
* Returns the child fields of a given field
|
259
|
+
*
|
260
|
+
* @param field - The field to get the child fields from
|
261
|
+
* @returns The child fields of the given field
|
262
|
+
*/
|
263
|
+
declare const getChildFields: (field: {
|
264
|
+
id: string;
|
265
|
+
fields?: IFormField[];
|
266
|
+
}) => IFormField[];
|
267
|
+
/**
|
268
|
+
* Recursively gets all fields from a given array of fields
|
269
|
+
*
|
270
|
+
* @param fields - The array of fields to get the fields from
|
271
|
+
* @returns An array of all fields
|
272
|
+
*/
|
273
|
+
declare const getFields: (fields?: Array<{
|
274
|
+
id: string;
|
275
|
+
fields?: IFormField[];
|
276
|
+
}>) => IFormField[];
|
277
|
+
/**
|
278
|
+
* Wrapper for lodash `get` function to get the value from a given path in the form values
|
279
|
+
*
|
280
|
+
* @param path - The path to get the value from
|
281
|
+
* @param formValues - The form values to get the value from
|
282
|
+
* @returns The value from the given path in the form values or undefined
|
283
|
+
*/
|
284
|
+
declare function getValueFromPath(path: string, formValues: IFormValues): IValueType | IValueType[] | undefined;
|
285
|
+
/**
|
286
|
+
* Returns the value of a given field from the form values
|
287
|
+
*
|
288
|
+
* @param field - The field to get the value from
|
289
|
+
* @param formValues - The form values to get the value from
|
290
|
+
* @param index - The index of the field in the array (optional). If undefined, the last value will be returned as an array if it is one
|
291
|
+
* @returns The value of the given field from the form values or undefined
|
292
|
+
*/
|
293
|
+
declare function getFieldValue(field: IFormField, formValues: IFormValues, index?: number): IValueType | IValueType[] | undefined;
|
294
|
+
/**
|
295
|
+
* Returns the path of a given field. Used for writing to form values
|
296
|
+
*
|
297
|
+
* @param field - The field to get the path from
|
298
|
+
* @returns The path of the given field or the id of the field if no path is defined
|
299
|
+
*/
|
300
|
+
declare function getPathFromField(field: IFormField): string;
|
301
|
+
/**
|
302
|
+
* Returns all fields and child from a given form section. A form can be a form section or a wizard step or a page. This will recursively find child fields in pages, wizard steps and object fields
|
303
|
+
*
|
304
|
+
* @param formSection - The form section to get the fields from
|
305
|
+
* @returns An array of fields from the given form section
|
306
|
+
*/
|
307
|
+
declare function getFieldsFromFormSection(formSection: IFormSection): IFormField[];
|
308
|
+
|
309
|
+
declare const addFieldPath: (field: IFormField, parentPath?: IFormField[]) => IFormField;
|
310
|
+
declare function copyAndAddPathToFields(formOrContainer: IForm): IForm;
|
311
|
+
declare function cleanUnusedDependenciesFromFormValues(form: IForm, formValues: IFormValues): IFormValues;
|
312
|
+
declare function updateFormValuesWithFieldValueInPlace(field: IFormField, newValue: IValueType | IValueType[], formValues: IFormValues): void;
|
313
|
+
declare function updateFormValuesWithFieldValue(field: IFormField, newValue: IValueType | IValueType[], formValues: IFormValues): IFormValues;
|
314
|
+
declare const assignDefaultValuesToFormValues: (form: IForm, formValues: IFormValues) => IFormValues;
|
315
|
+
|
235
316
|
interface IFormCreatorProps {
|
236
317
|
form: IForm;
|
237
318
|
schema?: JSONSchema6;
|
@@ -253,56 +334,8 @@ type IFormSectionStatus = Record<string, {
|
|
253
334
|
valid: boolean;
|
254
335
|
}>;
|
255
336
|
|
256
|
-
declare const getChildFields: (field: {
|
257
|
-
id: string;
|
258
|
-
fields?: IFormField[];
|
259
|
-
}) => IFormField[];
|
260
|
-
declare const addFieldPath: (field: IFormField, parentPath?: IFormField[]) => IFormField;
|
261
|
-
declare const getUniqueFormFields: (form: IForm) => IFormField[];
|
262
|
-
declare const getFields: (fields?: Array<{
|
263
|
-
id: string;
|
264
|
-
fields?: IFormField[];
|
265
|
-
}>) => IFormField[];
|
266
|
-
declare function copyAndAddPathToFields(formOrContainer: IForm): IForm;
|
267
|
-
declare function getFieldValue(field: IFormField, formValues: IFormValues): IValueType | IValueType[] | undefined;
|
268
|
-
declare function getPathFromField(field: IFormField): string;
|
269
337
|
declare const checkCondition: (field: IFormField, formValues: IFormValues) => boolean;
|
270
|
-
declare function getFieldsFromFormSection(formSection: IFormSection): IFormField[];
|
271
|
-
declare function cleanUnusedDependenciesFromFormValues(form: IForm, formValues: IFormValues): IFormValues;
|
272
|
-
declare function updateFormValuesWithFieldValueInPlace(field: IFormField, newValue: IValueType | IValueType[], formValues: IFormValues): void;
|
273
|
-
declare function updateFormValuesWithFieldValue(field: IFormField, newValue: IValueType | IValueType[], formValues: IFormValues): IFormValues;
|
274
|
-
declare const makeJsonPath: (field: IFormField, index?: number) => string;
|
275
338
|
declare const calculateSectionStatus: (sections: IFormSection[], formValueState: IFormValueState) => IFormSectionStatus;
|
276
|
-
declare const assignDefaultValuesToFormValues: (form: IForm, formValues: IFormValues) => IFormValues;
|
277
|
-
|
278
|
-
interface IFieldCreator {
|
279
|
-
field: IFormField;
|
280
|
-
onChange?: IValueChangeFn;
|
281
|
-
className?: string;
|
282
|
-
defaultClassName?: string;
|
283
|
-
value?: IValueType | IValueType[];
|
284
|
-
}
|
285
|
-
declare const FieldCreator: ({ field, value, onChange, className, defaultClassName }: IFieldCreator) => ReactElement | null;
|
286
|
-
|
287
|
-
declare const BooleanInput: ({ field, onChange, value }: IFieldInputProps) => ReactElement;
|
288
|
-
|
289
|
-
declare const JSONInputLoader: (props: IFieldInputProps) => ReactElement;
|
290
|
-
|
291
|
-
declare const NumberInput: ({ field, onChange, value }: IFieldInputProps) => ReactElement;
|
292
|
-
|
293
|
-
declare const StringInput: ({ field, onChange, value }: IFieldInputProps) => ReactElement;
|
294
|
-
|
295
|
-
declare const LongStringInput: ({ field, onChange, value, className }: IFieldInputProps) => ReactElement;
|
296
|
-
|
297
|
-
declare const SingleSelectInput: ({ field, onChange, value }: IFieldInputProps) => ReactElement;
|
298
|
-
|
299
|
-
declare const GeoJSONInputLoader: (props: IFieldInputProps) => ReactElement;
|
300
|
-
|
301
|
-
declare const DateTimeInput: ({ field, onChange, value }: IFieldInputProps) => ReactElement;
|
302
|
-
|
303
|
-
declare const DateInput: ({ field, onChange, value }: IFieldInputProps) => ReactElement;
|
304
|
-
|
305
|
-
declare const TimeInput: ({ field, onChange, value }: IFieldInputProps) => ReactElement;
|
306
339
|
|
307
340
|
declare const validateSchema: (schemaOb: unknown, version?: number) => {
|
308
341
|
schema?: JSONSchema6;
|
@@ -335,4 +368,33 @@ declare namespace schemaToFormHelpers {
|
|
335
368
|
export { schemaToFormHelpers_buildFormObject as buildFormObject, schemaToFormHelpers_getLabelFromSchema as getLabelFromSchema, schemaToFormHelpers_getSchemaPaths as getSchemaPaths, schemaToFormHelpers_getValueFromSchema as getValueFromSchema, schemaToFormHelpers_mergeObjects as mergeObjects, schemaToFormHelpers_overridesAndSchemaToFormObject as overridesAndSchemaToFormObject, schemaToFormHelpers_schemaToFormObject as schemaToFormObject, schemaToFormHelpers_validateAgainstSchema as validateAgainstSchema, schemaToFormHelpers_validateSchema as validateSchema };
|
336
369
|
}
|
337
370
|
|
338
|
-
|
371
|
+
interface IFieldCreator {
|
372
|
+
field: IFormField;
|
373
|
+
onChange?: IValueChangeFn;
|
374
|
+
className?: string;
|
375
|
+
defaultClassName?: string;
|
376
|
+
value?: IValueType | IValueType[];
|
377
|
+
}
|
378
|
+
declare const FieldCreator: ({ field, value, onChange, className, defaultClassName }: IFieldCreator) => ReactElement | null;
|
379
|
+
|
380
|
+
declare const BooleanInput: ({ field, onChange, value }: IFieldInputProps) => ReactElement;
|
381
|
+
|
382
|
+
declare const JSONInputLoader: (props: IFieldInputProps) => ReactElement;
|
383
|
+
|
384
|
+
declare const NumberInput: ({ field, onChange, value }: IFieldInputProps) => ReactElement;
|
385
|
+
|
386
|
+
declare const StringInput: ({ field, onChange, value }: IFieldInputProps) => ReactElement;
|
387
|
+
|
388
|
+
declare const LongStringInput: ({ field, onChange, value, className }: IFieldInputProps) => ReactElement;
|
389
|
+
|
390
|
+
declare const SingleSelectInput: ({ field, onChange, value }: IFieldInputProps) => ReactElement;
|
391
|
+
|
392
|
+
declare const GeoJSONInputLoader: (props: IFieldInputProps) => ReactElement;
|
393
|
+
|
394
|
+
declare const DateTimeInput: ({ field, onChange, value }: IFieldInputProps) => ReactElement;
|
395
|
+
|
396
|
+
declare const DateInput: ({ field, onChange, value }: IFieldInputProps) => ReactElement;
|
397
|
+
|
398
|
+
declare const TimeInput: ({ field, onChange, value }: IFieldInputProps) => ReactElement;
|
399
|
+
|
400
|
+
export { BooleanInput, DateInput, DateTimeInput, FieldCreator, FormCreator, GeoJSONInputLoader as GeoJSONInput, type IBooleanField, type ICheckboxField, type ICompositeValueType, type IConstantField, type IFieldInputProps, type IForm, type IFormField, type IFormFieldOverride, type IFormFieldPage, type IFormFieldProps, type IFormFieldSection, type IFormFieldType, type IFormInputComponent, type IFormOverride, type IFormSection, type IFormSectionOverride, type IFormValueState, type IFormValues, type IFormWithPages, type IGeoJSONField, type IGeometryField, type INumberField, type IObjectField, type IObjectListField, type IOneOfField, type IPage, type IRadioField, type ISectionFormFieldType, type ISelectField, type IValueChangeFn, type IValueType, type IWizardStep, JSONInputLoader as JSONInput, LongStringInput as LongTextInput, NumberInput, SingleSelectInput as SelectInput, StringInput as TextInput, TimeInput, addFieldPath, assignDefaultValuesToFormValues, buildFormObject, calculateSectionStatus, checkCondition, cleanUnusedDependenciesFromFormValues, copyAndAddPathToFields, getChildFields, getFieldValue, getFields, getFieldsFromFormSection, getLabelFromSchema, getPathFromField, getSchemaPaths, getValueFromPath, getValueFromSchema, makeJsonPath, mergeObjects, overridesAndSchemaToFormObject, schemaToFormHelpers as schemToFormHelpers, schemaToFormObject, updateFormValuesWithFieldValue, updateFormValuesWithFieldValueInPlace, validateAgainstSchema, validateSchema };
|
@@ -2,5 +2,30 @@ function getDefaultExportFromCjs (x) {
|
|
2
2
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
3
3
|
}
|
4
4
|
|
5
|
-
|
5
|
+
function getAugmentedNamespace(n) {
|
6
|
+
if (n.__esModule) return n;
|
7
|
+
var f = n.default;
|
8
|
+
if (typeof f == "function") {
|
9
|
+
var a = function a () {
|
10
|
+
if (this instanceof a) {
|
11
|
+
return Reflect.construct(f, arguments, this.constructor);
|
12
|
+
}
|
13
|
+
return f.apply(this, arguments);
|
14
|
+
};
|
15
|
+
a.prototype = f.prototype;
|
16
|
+
} else a = {};
|
17
|
+
Object.defineProperty(a, '__esModule', {value: true});
|
18
|
+
Object.keys(n).forEach(function (k) {
|
19
|
+
var d = Object.getOwnPropertyDescriptor(n, k);
|
20
|
+
Object.defineProperty(a, k, d.get ? d : {
|
21
|
+
enumerable: true,
|
22
|
+
get: function () {
|
23
|
+
return n[k];
|
24
|
+
}
|
25
|
+
});
|
26
|
+
});
|
27
|
+
return a;
|
28
|
+
}
|
29
|
+
|
30
|
+
export { getAugmentedNamespace, getDefaultExportFromCjs };
|
6
31
|
//# sourceMappingURL=_commonjsHelpers.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"_commonjsHelpers.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"_commonjsHelpers.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { getAugmentedNamespace } from './_commonjsHelpers.js';
|
2
|
+
import * as _freeGlobal from '../node_modules/lodash/_freeGlobal.js';
|
3
|
+
|
4
|
+
var require$$0 = /*@__PURE__*/getAugmentedNamespace(_freeGlobal);
|
5
|
+
|
6
|
+
export { require$$0 as default };
|
7
|
+
//# sourceMappingURL=_freeGlobal.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"_freeGlobal.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { getDefaultExportFromCjs } from './_commonjsHelpers.js';
|
2
|
+
import { __require as requireGet } from '../node_modules/lodash/get.js';
|
3
|
+
|
4
|
+
var getExports = requireGet();
|
5
|
+
var get = /*@__PURE__*/getDefaultExportFromCjs(getExports);
|
6
|
+
|
7
|
+
export { get as default };
|
8
|
+
//# sourceMappingURL=get.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"get.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { getDefaultExportFromCjs } from './_commonjsHelpers.js';
|
2
|
-
import { __require as
|
2
|
+
import { __require as requireCjs } from '../node_modules/style-to-js/cjs/index.js';
|
3
3
|
|
4
|
-
var
|
5
|
-
var
|
4
|
+
var cjsExports = requireCjs();
|
5
|
+
var styleToJs = /*@__PURE__*/getDefaultExportFromCjs(cjsExports);
|
6
6
|
|
7
|
-
export {
|
7
|
+
export { styleToJs as default };
|
8
8
|
//# sourceMappingURL=index12.js.map
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { getDefaultExportFromCjs } from './_commonjsHelpers.js';
|
2
|
-
import { __require as
|
2
|
+
import { __require as requireExtend } from '../node_modules/extend/index.js';
|
3
3
|
|
4
|
-
var
|
5
|
-
var
|
4
|
+
var extendExports = requireExtend();
|
5
|
+
var extend = /*@__PURE__*/getDefaultExportFromCjs(extendExports);
|
6
6
|
|
7
|
-
export {
|
7
|
+
export { extend as default };
|
8
8
|
//# sourceMappingURL=index13.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index6.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"index6.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index7.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"index7.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { getDefaultExportFromCjs } from './_commonjsHelpers.js';
|
2
|
+
import { __require as requireSet } from '../node_modules/lodash/set.js';
|
3
|
+
|
4
|
+
var setExports = requireSet();
|
5
|
+
var set = /*@__PURE__*/getDefaultExportFromCjs(setExports);
|
6
|
+
|
7
|
+
export { set as default };
|
8
|
+
//# sourceMappingURL=set.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"set.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { __exports as compile } from '../../../../_virtual/
|
1
|
+
import { __exports as compile } from '../../../../_virtual/index6.js';
|
2
2
|
import { __require as requireCodegen } from './codegen/index.js';
|
3
3
|
import { __require as requireValidation_error } from '../runtime/validation_error.js';
|
4
4
|
import { __require as requireNames } from './names.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { __exports as validate } from '../../../../../_virtual/
|
1
|
+
import { __exports as validate } from '../../../../../_virtual/index5.js';
|
2
2
|
import { __require as requireBoolSchema } from './boolSchema.js';
|
3
3
|
import { __require as requireDataType } from './dataType.js';
|
4
4
|
import { __require as requireApplicability } from './applicability.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { __exports as applicator } from '../../../../../_virtual/
|
1
|
+
import { __exports as applicator } from '../../../../../_virtual/index10.js';
|
2
2
|
import { __require as requireAdditionalItems } from './additionalItems.js';
|
3
3
|
import { __require as requirePrefixItems } from './prefixItems.js';
|
4
4
|
import { __require as requireItems } from './items.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { __exports as discriminator } from '../../../../../_virtual/
|
1
|
+
import { __exports as discriminator } from '../../../../../_virtual/index3.js';
|
2
2
|
import { __require as requireCodegen } from '../../compile/codegen/index.js';
|
3
3
|
import { __require as requireTypes } from './types.js';
|
4
4
|
import { __require as requireCompile } from '../../compile/index.js';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { __exports as validation } from '../../../../../_virtual/
|
1
|
+
import { __exports as validation } from '../../../../../_virtual/index11.js';
|
2
2
|
import { __require as requireLimitNumber } from './limitNumber.js';
|
3
3
|
import { __require as requireMultipleOf } from './multipleOf.js';
|
4
4
|
import { __require as requireLimitLength } from './limitLength.js';
|
@@ -2,7 +2,7 @@ import { stringify } from '../../comma-separated-tokens/index.js';
|
|
2
2
|
import { ok } from '../../devlop/lib/default.js';
|
3
3
|
import { svg, html } from '../../property-information/index.js';
|
4
4
|
import { stringify as stringify$1 } from '../../space-separated-tokens/index.js';
|
5
|
-
import styleToJs from '../../../_virtual/
|
5
|
+
import styleToJs from '../../../_virtual/index12.js';
|
6
6
|
import { whitespace } from '../../hast-util-whitespace/lib/index.js';
|
7
7
|
import { name } from '../../estree-util-is-identifier-name/lib/index.js';
|
8
8
|
import { VFileMessage } from '../../vfile-message/lib/index.js';
|
@@ -0,0 +1,49 @@
|
|
1
|
+
import { __require as require_hashClear } from './_hashClear.js';
|
2
|
+
import { __require as require_hashDelete } from './_hashDelete.js';
|
3
|
+
import { __require as require_hashGet } from './_hashGet.js';
|
4
|
+
import { __require as require_hashHas } from './_hashHas.js';
|
5
|
+
import { __require as require_hashSet } from './_hashSet.js';
|
6
|
+
|
7
|
+
var _Hash;
|
8
|
+
var hasRequired_Hash;
|
9
|
+
|
10
|
+
function require_Hash () {
|
11
|
+
if (hasRequired_Hash) return _Hash;
|
12
|
+
hasRequired_Hash = 1;
|
13
|
+
var hashClear = require_hashClear(),
|
14
|
+
hashDelete = require_hashDelete(),
|
15
|
+
hashGet = require_hashGet(),
|
16
|
+
hashHas = require_hashHas(),
|
17
|
+
hashSet = require_hashSet();
|
18
|
+
|
19
|
+
/**
|
20
|
+
* Creates a hash object.
|
21
|
+
*
|
22
|
+
* @private
|
23
|
+
* @constructor
|
24
|
+
* @param {Array} [entries] The key-value pairs to cache.
|
25
|
+
*/
|
26
|
+
function Hash(entries) {
|
27
|
+
var index = -1,
|
28
|
+
length = entries == null ? 0 : entries.length;
|
29
|
+
|
30
|
+
this.clear();
|
31
|
+
while (++index < length) {
|
32
|
+
var entry = entries[index];
|
33
|
+
this.set(entry[0], entry[1]);
|
34
|
+
}
|
35
|
+
}
|
36
|
+
|
37
|
+
// Add methods to `Hash`.
|
38
|
+
Hash.prototype.clear = hashClear;
|
39
|
+
Hash.prototype['delete'] = hashDelete;
|
40
|
+
Hash.prototype.get = hashGet;
|
41
|
+
Hash.prototype.has = hashHas;
|
42
|
+
Hash.prototype.set = hashSet;
|
43
|
+
|
44
|
+
_Hash = Hash;
|
45
|
+
return _Hash;
|
46
|
+
}
|
47
|
+
|
48
|
+
export { require_Hash as __require };
|
49
|
+
//# sourceMappingURL=_Hash.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"_Hash.js","sources":["../../../../node_modules/lodash/_Hash.js"],"sourcesContent":["var hashClear = require('./_hashClear'),\n hashDelete = require('./_hashDelete'),\n hashGet = require('./_hashGet'),\n hashHas = require('./_hashHas'),\n hashSet = require('./_hashSet');\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\nmodule.exports = Hash;\n"],"names":["require$$0","require$$1","require$$2","require$$3","require$$4"],"mappings":";;;;;;;;;;;;CAAA,IAAI,SAAS,GAAGA,iBAAuB,EAAA;KACnC,UAAU,GAAGC,kBAAwB,EAAA;KACrC,OAAO,GAAGC,eAAqB,EAAA;KAC/B,OAAO,GAAGC,eAAqB,EAAA;KAC/B,OAAO,GAAGC,eAAqB,EAAA;;AAEnC;AACA;AACA;AACA;AACA;AACA;AACA;CACA,SAAS,IAAI,CAAC,OAAO,EAAE;AACvB,GAAE,IAAI,KAAK,GAAG,EAAE;OACV,MAAM,GAAG,OAAO,IAAI,IAAI,GAAG,CAAC,GAAG,OAAO,CAAC,MAAM;;GAEjD,IAAI,CAAC,KAAK,EAAE;AACd,GAAE,OAAO,EAAE,KAAK,GAAG,MAAM,EAAE;AAC3B,KAAI,IAAI,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;AAC9B,KAAI,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC;AAChC;AACA;;AAEA;AACA,CAAA,IAAI,CAAC,SAAS,CAAC,KAAK,GAAG,SAAS;AAChC,CAAA,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,GAAG,UAAU;AACrC,CAAA,IAAI,CAAC,SAAS,CAAC,GAAG,GAAG,OAAO;AAC5B,CAAA,IAAI,CAAC,SAAS,CAAC,GAAG,GAAG,OAAO;AAC5B,CAAA,IAAI,CAAC,SAAS,CAAC,GAAG,GAAG,OAAO;;AAE5B,CAAA,KAAc,GAAG,IAAI;;;;;;","x_google_ignoreList":[0]}
|
@@ -0,0 +1,49 @@
|
|
1
|
+
import { __require as require_listCacheClear } from './_listCacheClear.js';
|
2
|
+
import { __require as require_listCacheDelete } from './_listCacheDelete.js';
|
3
|
+
import { __require as require_listCacheGet } from './_listCacheGet.js';
|
4
|
+
import { __require as require_listCacheHas } from './_listCacheHas.js';
|
5
|
+
import { __require as require_listCacheSet } from './_listCacheSet.js';
|
6
|
+
|
7
|
+
var _ListCache;
|
8
|
+
var hasRequired_ListCache;
|
9
|
+
|
10
|
+
function require_ListCache () {
|
11
|
+
if (hasRequired_ListCache) return _ListCache;
|
12
|
+
hasRequired_ListCache = 1;
|
13
|
+
var listCacheClear = require_listCacheClear(),
|
14
|
+
listCacheDelete = require_listCacheDelete(),
|
15
|
+
listCacheGet = require_listCacheGet(),
|
16
|
+
listCacheHas = require_listCacheHas(),
|
17
|
+
listCacheSet = require_listCacheSet();
|
18
|
+
|
19
|
+
/**
|
20
|
+
* Creates an list cache object.
|
21
|
+
*
|
22
|
+
* @private
|
23
|
+
* @constructor
|
24
|
+
* @param {Array} [entries] The key-value pairs to cache.
|
25
|
+
*/
|
26
|
+
function ListCache(entries) {
|
27
|
+
var index = -1,
|
28
|
+
length = entries == null ? 0 : entries.length;
|
29
|
+
|
30
|
+
this.clear();
|
31
|
+
while (++index < length) {
|
32
|
+
var entry = entries[index];
|
33
|
+
this.set(entry[0], entry[1]);
|
34
|
+
}
|
35
|
+
}
|
36
|
+
|
37
|
+
// Add methods to `ListCache`.
|
38
|
+
ListCache.prototype.clear = listCacheClear;
|
39
|
+
ListCache.prototype['delete'] = listCacheDelete;
|
40
|
+
ListCache.prototype.get = listCacheGet;
|
41
|
+
ListCache.prototype.has = listCacheHas;
|
42
|
+
ListCache.prototype.set = listCacheSet;
|
43
|
+
|
44
|
+
_ListCache = ListCache;
|
45
|
+
return _ListCache;
|
46
|
+
}
|
47
|
+
|
48
|
+
export { require_ListCache as __require };
|
49
|
+
//# sourceMappingURL=_ListCache.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"_ListCache.js","sources":["../../../../node_modules/lodash/_ListCache.js"],"sourcesContent":["var listCacheClear = require('./_listCacheClear'),\n listCacheDelete = require('./_listCacheDelete'),\n listCacheGet = require('./_listCacheGet'),\n listCacheHas = require('./_listCacheHas'),\n listCacheSet = require('./_listCacheSet');\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\nmodule.exports = ListCache;\n"],"names":["require$$0","require$$1","require$$2","require$$3","require$$4"],"mappings":";;;;;;;;;;;;CAAA,IAAI,cAAc,GAAGA,sBAA4B,EAAA;KAC7C,eAAe,GAAGC,uBAA6B,EAAA;KAC/C,YAAY,GAAGC,oBAA0B,EAAA;KACzC,YAAY,GAAGC,oBAA0B,EAAA;KACzC,YAAY,GAAGC,oBAA0B,EAAA;;AAE7C;AACA;AACA;AACA;AACA;AACA;AACA;CACA,SAAS,SAAS,CAAC,OAAO,EAAE;AAC5B,GAAE,IAAI,KAAK,GAAG,EAAE;OACV,MAAM,GAAG,OAAO,IAAI,IAAI,GAAG,CAAC,GAAG,OAAO,CAAC,MAAM;;GAEjD,IAAI,CAAC,KAAK,EAAE;AACd,GAAE,OAAO,EAAE,KAAK,GAAG,MAAM,EAAE;AAC3B,KAAI,IAAI,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;AAC9B,KAAI,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC;AAChC;AACA;;AAEA;AACA,CAAA,SAAS,CAAC,SAAS,CAAC,KAAK,GAAG,cAAc;AAC1C,CAAA,SAAS,CAAC,SAAS,CAAC,QAAQ,CAAC,GAAG,eAAe;AAC/C,CAAA,SAAS,CAAC,SAAS,CAAC,GAAG,GAAG,YAAY;AACtC,CAAA,SAAS,CAAC,SAAS,CAAC,GAAG,GAAG,YAAY;AACtC,CAAA,SAAS,CAAC,SAAS,CAAC,GAAG,GAAG,YAAY;;AAEtC,CAAA,UAAc,GAAG,SAAS;;;;;;","x_google_ignoreList":[0]}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { __require as require_getNative } from './_getNative.js';
|
2
|
+
import { __require as require_root } from './_root.js';
|
3
|
+
|
4
|
+
var _Map;
|
5
|
+
var hasRequired_Map;
|
6
|
+
|
7
|
+
function require_Map () {
|
8
|
+
if (hasRequired_Map) return _Map;
|
9
|
+
hasRequired_Map = 1;
|
10
|
+
var getNative = require_getNative(),
|
11
|
+
root = require_root();
|
12
|
+
|
13
|
+
/* Built-in method references that are verified to be native. */
|
14
|
+
var Map = getNative(root, 'Map');
|
15
|
+
|
16
|
+
_Map = Map;
|
17
|
+
return _Map;
|
18
|
+
}
|
19
|
+
|
20
|
+
export { require_Map as __require };
|
21
|
+
//# sourceMappingURL=_Map.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"_Map.js","sources":["../../../../node_modules/lodash/_Map.js"],"sourcesContent":["var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Map = getNative(root, 'Map');\n\nmodule.exports = Map;\n"],"names":["require$$0","require$$1"],"mappings":";;;;;;;;;CAAA,IAAI,SAAS,GAAGA,iBAAuB,EAAA;KACnC,IAAI,GAAGC,YAAkB,EAAA;;AAE7B;AACA,CAAA,IAAI,GAAG,GAAG,SAAS,CAAC,IAAI,EAAE,KAAK,CAAC;;AAEhC,CAAA,IAAc,GAAG,GAAG;;;;;;","x_google_ignoreList":[0]}
|