@luomus/laji-form-builder 1.1.2 → 1.1.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.
- package/_lib/api-client.ts +1 -0
- package/_lib/client/LajiFormInterface.ts +1 -0
- package/_lib/client/app.ts +1 -0
- package/_lib/client/components/Builder.tsx +1 -0
- package/_lib/client/components/Context.ts +1 -0
- package/_lib/client/components/Editor/BasicEditor.tsx +1 -0
- package/_lib/client/components/Editor/DiffViewer.tsx +1 -0
- package/_lib/client/components/Editor/Editor.tsx +1 -0
- package/_lib/client/components/Editor/ElemPicker.tsx +1 -0
- package/_lib/client/components/Editor/FieldEditor.tsx +1 -0
- package/_lib/client/components/Editor/Fields.tsx +1 -0
- package/_lib/client/components/Editor/Hierarchy.tsx +1 -0
- package/_lib/client/components/Editor/OptionsEditor.tsx +1 -0
- package/_lib/client/components/Editor/UiSchemaEditor.tsx +1 -0
- package/_lib/client/components/LajiForm.tsx +1 -0
- package/_lib/client/components/Wizard.tsx +1 -0
- package/_lib/client/components/components.tsx +1 -0
- package/_lib/client/services/change-handler-service.ts +1 -0
- package/_lib/client/services/form-service.ts +1 -0
- package/_lib/client/utils.ts +1 -0
- package/_lib/model.ts +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/createClass.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/extends.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/inherits.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/objectSpread.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/extends.js +1 -0
- package/_lib/node_modules/@babel/runtime/helpers/interopRequireDefault.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/ApiClient.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/Context.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/ReactContext.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/BaseComponent.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/LajiForm.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/VirtualSchemaField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/components.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AnnotationField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AnnotationField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AnyToBooleanField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AnyToBooleanField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ArrayBulkField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ArrayBulkField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ArrayCombinerField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ArrayCombinerField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AsArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AsArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AudioArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AudioArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AutoArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AutoArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AutosuggestField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AutosuggestField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/CombinedValueDisplayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/CombinedValueDisplayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ConditionalOnChangeField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ConditionalOnChangeField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ConditionalUiSchemaField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ConditionalUiSchemaField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ContextInjectionField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ContextInjectionField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/DataLeakerField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/DataLeakerField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/DefaultValueArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/DefaultValueArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/DependentBooleanField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/DependentBooleanField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/DependentDisableField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/DependentDisableField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/EnumRangeArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/EnumRangeArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ExtraLabelRowField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ExtraLabelRowField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/FakePropertyField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/FakePropertyField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/FilterArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/FilterArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/FlatField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/FlatField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/GeocoderField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/GeocoderField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/GridLayoutField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/GridLayoutField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/HiddenField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/HiddenField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ImageArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ImageArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ImageDisplayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ImageDisplayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/InitiallyHiddenField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/InitiallyHiddenField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/InjectDefaultValueField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/InjectDefaultValueField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/InjectField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/InjectField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/InputWithDefaultValueButtonField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/InputWithDefaultValueButtonField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/LocalityField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/LocalityField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/LocationChooserField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/LocationChooserField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MapArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MapArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MapField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MapField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MultiAnyToBooleanField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MultiAnyToBooleanField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MultiArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MultiArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MultiLanguageField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MultiLanguageField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MultiTagArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MultiTagArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/NamedPlaceChooserField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/NamedPlaceChooserField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/NamedPlaceSaverField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/NamedPlaceSaverField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/NestField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/NestField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ObjectField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ObjectField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/PdfArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/PdfArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/PrefillingArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/PrefillingArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SchemaField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SchemaField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ScopeField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ScopeField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SectionArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SectionArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SelectTreeField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SelectTreeField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SingleActiveArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SingleActiveArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SingleItemArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SingleItemArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SortArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SortArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SplitField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SplitField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/StringToArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/StringToArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SumField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SumField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/TableField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/TableField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/TagArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/TagArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ToggleAdditionalArrayFieldsField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ToggleAdditionalArrayFieldsField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UiFieldApplierField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UiFieldApplierField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UiFieldMapperArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UiFieldMapperArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UnitCountShorthandField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UnitCountShorthandField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UnitListShorthandArrayField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UnitListShorthandArrayField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UnitShorthandField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UnitShorthandField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/templates/ArrayFieldTemplate.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/templates/ArrayFieldTemplate.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/templates/BaseInputTemplate.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/templates/BaseInputTemplate.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/templates/DescriptionField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/templates/DescriptionField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/templates/ErrorListTemplate.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/templates/ErrorListTemplate.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/templates/FieldTemplate.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/templates/FieldTemplate.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/templates/ObjectFieldTemplate.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/templates/ObjectFieldTemplate.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/templates/TitleField.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/templates/TitleField.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/AnyToBooleanWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/AnyToBooleanWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/AutosuggestWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/AutosuggestWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/CheckboxWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/CheckboxWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/DateTimeWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/DateTimeWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/DateWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/DateWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/HiddenWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/HiddenWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/ImageSelectWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/ImageSelectWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/InformalTaxonGroupChooserWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/InformalTaxonGroupChooserWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/InputGroupWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/InputGroupWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/InputWithDefaultValueButtonWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/InputWithDefaultValueButtonWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/NumberWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/NumberWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/PlainTextWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/PlainTextWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/SelectWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/SelectWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/SeparatedDateTimeWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/SeparatedDateTimeWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/TaxonImageWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/TaxonImageWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/TextSelectWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/TextSelectWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/TextareaWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/TextareaWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/TimeWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/TimeWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/URLWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/URLWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/UpperCaseWidget.d.ts +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/UpperCaseWidget.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/services/blocker-service.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/services/custom-event-service.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/services/dom-id-service.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/services/focus-service.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/services/id-service.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/services/key-handler-service.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/services/root-instance-service.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/services/settings-service.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/services/singleton-map-service.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/services/submit-hook-service.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/themes/stub.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/utils.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/lib/validation.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls/coordinate-input-control.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls/coordinates-control.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls/draw-clear-control.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls/draw-copy-control.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls/draw-upload-control.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls/geosearch-control.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls/layer-control.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls.defs.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/defs.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/dependency-utils.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/globals.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/index.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/lib/Leaflet.rrose/leaflet.rrose-src.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/line-transect.defs.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/line-transect.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/map.defs.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/map.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/mml-provider.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/translations.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/utils.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/array/#/e-index-of.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/array/from/index.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/array/from/is-implemented.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/array/from/shim.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/array/to-array.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/error/custom.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/function/_define-length.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/function/is-arguments.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/function/is-function.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/function/noop.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/math/sign/index.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/math/sign/is-implemented.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/math/sign/shim.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/number/is-nan/index.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/number/is-nan/is-implemented.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/number/is-nan/shim.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/number/to-integer.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/number/to-pos-integer.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/_iterate.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/assign/index.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/assign/is-implemented.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/assign/shim.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/for-each.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/is-callable.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/is-object.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/is-value.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/keys/index.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/keys/is-implemented.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/keys/shim.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/map.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/mixin.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/normalize-options.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/primitive-set.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/valid-callable.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/valid-value.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/validate-stringifiable-value.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/validate-stringifiable.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/safe-to-string.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/string/is-string.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/to-short-string-representation.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es6-symbol/index.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es6-symbol/is-implemented.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es6-symbol/is-symbol.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es6-symbol/lib/private/generate-name.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es6-symbol/lib/private/setup/standard-symbols.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es6-symbol/lib/private/setup/symbol-registry.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es6-symbol/polyfill.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/es6-symbol/validate-symbol.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/is-promise/index.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/ext/async.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/ext/dispose.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/ext/max-age.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/ext/max.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/ext/promise.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/ext/ref-counter.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/index.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/lib/configure-map.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/lib/registered-extensions.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/lib/resolve-length.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/lib/resolve-normalize.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/lib/resolve-resolve.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/normalizers/get-1.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/normalizers/get-fixed.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/normalizers/get-primitive-fixed.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/normalizers/get.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/normalizers/primitive.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/plain.js +1 -0
- package/_lib/node_modules/@luomus/laji-form/node_modules/next-tick/index.js +1 -0
- package/_lib/node_modules/@luomus/laji-map/lib/globals.js +1 -0
- package/_lib/node_modules/@luomus/laji-map/lib/utils.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/main.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/util.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/array-duplicate-check.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/compare-date.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/compare-numerically.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/conditional-numericality.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/cross-check.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/duplicate-check.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/geometry.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/month-day-range.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/month-day.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/remote.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/string-array.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/time-array.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/time-difference.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/time.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/transect-biotope.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/unit-count.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/value-in-array.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/water-bird-pair-count.js +1 -0
- package/_lib/node_modules/@luomus/laji-validate/dist/validators/water-bird-short-hand.js +1 -0
- package/_lib/node_modules/@luomus/leaflet-draw/dist/leaflet.draw.js +1 -0
- package/_lib/node_modules/@luomus/leaflet-measure-path/leaflet-measure-path.js +1 -0
- package/_lib/node_modules/@luomus/leaflet-smooth-wheel-zoom/SmoothWheelZoom.js +1 -0
- package/_lib/node_modules/@luomus/leaflet-textpath/leaflet.textpath.js +1 -0
- package/_lib/node_modules/@luomus/leaflet.vector-markers/dist/leaflet-vector-markers.js +1 -0
- package/_lib/node_modules/@luomus/parse-prop-types/dist/ensureDevPropTypes.js +1 -0
- package/_lib/node_modules/@luomus/parse-prop-types/dist/index.js +1 -0
- package/_lib/node_modules/@luomus/validate/validate.js +2 -0
- package/_lib/node_modules/@luomus/validate/validate.js.LICENSE.txt +8 -0
- package/_lib/node_modules/@mapbox/geojson-area/index.js +1 -0
- package/_lib/node_modules/@rjsf/core/dist/core.esm.js +1 -0
- package/_lib/node_modules/@rjsf/utils/dist/utils.esm.js +1 -0
- package/_lib/node_modules/@rjsf/utils/node_modules/react-is/cjs/react-is.production.min.js +2 -0
- package/_lib/node_modules/@rjsf/utils/node_modules/react-is/cjs/react-is.production.min.js.LICENSE.txt +9 -0
- package/_lib/node_modules/@rjsf/utils/node_modules/react-is/index.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/dist/validator-ajv6.esm.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/ajv.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/cache.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/async.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/error_classes.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/formats.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/index.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/resolve.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/rules.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/schema_obj.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/ucs2length.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/util.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/data.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/definition_schema.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/_limit.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/_limitItems.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/_limitLength.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/_limitProperties.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/allOf.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/anyOf.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/comment.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/const.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/contains.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/custom.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/dependencies.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/enum.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/format.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/if.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/index.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/items.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/multipleOf.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/not.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/oneOf.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/pattern.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/properties.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/propertyNames.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/ref.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/required.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/uniqueItems.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/validate.js +1 -0
- package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/keyword.js +1 -0
- package/_lib/node_modules/array-buffer-byte-length/index.js +1 -0
- package/_lib/node_modules/array-buffer-byte-length/node_modules/call-bind/callBound.js +1 -0
- package/_lib/node_modules/array-buffer-byte-length/node_modules/call-bind/index.js +1 -0
- package/_lib/node_modules/array-buffer-byte-length/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/array-buffer-byte-length/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/array-buffer-byte-length/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/attr-accept/dist/es/index.js +1 -0
- package/_lib/node_modules/available-typed-arrays/index.js +1 -0
- package/_lib/node_modules/babel-runtime/core-js/array/from.js +1 -0
- package/_lib/node_modules/babel-runtime/core-js/get-iterator.js +1 -0
- package/_lib/node_modules/babel-runtime/core-js/is-iterable.js +1 -0
- package/_lib/node_modules/babel-runtime/core-js/json/stringify.js +1 -0
- package/_lib/node_modules/babel-runtime/core-js/object/assign.js +1 -0
- package/_lib/node_modules/babel-runtime/core-js/object/define-property.js +1 -0
- package/_lib/node_modules/babel-runtime/core-js/object/keys.js +1 -0
- package/_lib/node_modules/babel-runtime/core-js/promise.js +1 -0
- package/_lib/node_modules/babel-runtime/core-js/symbol/iterator.js +1 -0
- package/_lib/node_modules/babel-runtime/core-js/symbol.js +1 -0
- package/_lib/node_modules/babel-runtime/helpers/defineProperty.js +1 -0
- package/_lib/node_modules/babel-runtime/helpers/extends.js +1 -0
- package/_lib/node_modules/babel-runtime/helpers/slicedToArray.js +1 -0
- package/_lib/node_modules/babel-runtime/helpers/toConsumableArray.js +1 -0
- package/_lib/node_modules/babel-runtime/helpers/typeof.js +1 -0
- package/_lib/node_modules/call-bind/callBound.js +1 -0
- package/_lib/node_modules/call-bind/index.js +1 -0
- package/_lib/node_modules/classnames/index.js +2 -0
- package/_lib/node_modules/classnames/index.js.LICENSE.txt +5 -0
- package/_lib/node_modules/compute-gcd/lib/index.js +1 -0
- package/_lib/node_modules/compute-lcm/lib/index.js +1 -0
- package/_lib/node_modules/core-js/library/fn/array/from.js +1 -0
- package/_lib/node_modules/core-js/library/fn/get-iterator.js +1 -0
- package/_lib/node_modules/core-js/library/fn/is-iterable.js +1 -0
- package/_lib/node_modules/core-js/library/fn/json/stringify.js +1 -0
- package/_lib/node_modules/core-js/library/fn/object/assign.js +1 -0
- package/_lib/node_modules/core-js/library/fn/object/define-property.js +1 -0
- package/_lib/node_modules/core-js/library/fn/object/keys.js +1 -0
- package/_lib/node_modules/core-js/library/fn/promise.js +1 -0
- package/_lib/node_modules/core-js/library/fn/symbol/index.js +1 -0
- package/_lib/node_modules/core-js/library/fn/symbol/iterator.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_a-function.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_add-to-unscopables.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_an-instance.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_an-object.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_array-includes.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_classof.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_cof.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_core.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_create-property.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_ctx.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_defined.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_descriptors.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_dom-create.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_enum-bug-keys.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_enum-keys.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_export.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_fails.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_for-of.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_global.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_has.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_hide.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_html.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_ie8-dom-define.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_invoke.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_iobject.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_is-array-iter.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_is-array.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_is-object.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_iter-call.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_iter-create.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_iter-define.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_iter-detect.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_iter-step.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_iterators.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_library.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_meta.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_microtask.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_new-promise-capability.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_object-assign.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_object-create.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_object-dp.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_object-dps.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_object-gopd.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_object-gopn-ext.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_object-gopn.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_object-gops.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_object-gpo.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_object-keys-internal.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_object-keys.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_object-pie.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_object-sap.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_perform.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_promise-resolve.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_property-desc.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_redefine-all.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_redefine.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_set-species.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_set-to-string-tag.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_shared-key.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_shared.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_species-constructor.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_string-at.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_task.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_to-absolute-index.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_to-integer.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_to-iobject.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_to-length.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_to-object.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_to-primitive.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_uid.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_user-agent.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_wks-define.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_wks-ext.js +1 -0
- package/_lib/node_modules/core-js/library/modules/_wks.js +1 -0
- package/_lib/node_modules/core-js/library/modules/core.get-iterator-method.js +1 -0
- package/_lib/node_modules/core-js/library/modules/core.get-iterator.js +1 -0
- package/_lib/node_modules/core-js/library/modules/core.is-iterable.js +1 -0
- package/_lib/node_modules/core-js/library/modules/es6.array.from.js +1 -0
- package/_lib/node_modules/core-js/library/modules/es6.array.iterator.js +1 -0
- package/_lib/node_modules/core-js/library/modules/es6.object.assign.js +1 -0
- package/_lib/node_modules/core-js/library/modules/es6.object.define-property.js +1 -0
- package/_lib/node_modules/core-js/library/modules/es6.object.keys.js +1 -0
- package/_lib/node_modules/core-js/library/modules/es6.object.to-string.js +1 -0
- package/_lib/node_modules/core-js/library/modules/es6.promise.js +1 -0
- package/_lib/node_modules/core-js/library/modules/es6.string.iterator.js +1 -0
- package/_lib/node_modules/core-js/library/modules/es6.symbol.js +1 -0
- package/_lib/node_modules/core-js/library/modules/es7.promise.finally.js +1 -0
- package/_lib/node_modules/core-js/library/modules/es7.promise.try.js +1 -0
- package/_lib/node_modules/core-js/library/modules/es7.symbol.async-iterator.js +1 -0
- package/_lib/node_modules/core-js/library/modules/es7.symbol.observable.js +1 -0
- package/_lib/node_modules/core-js/library/modules/web.dom.iterable.js +1 -0
- package/_lib/node_modules/cross-fetch/dist/browser-ponyfill.js +1 -0
- package/_lib/node_modules/d/index.js +1 -0
- package/_lib/node_modules/date-arithmetic/index.js +1 -0
- package/_lib/node_modules/deep-diff/index.js +1 -0
- package/_lib/node_modules/deep-equal/index.js +1 -0
- package/_lib/node_modules/deep-equal/node_modules/call-bind/callBound.js +1 -0
- package/_lib/node_modules/deep-equal/node_modules/call-bind/index.js +1 -0
- package/_lib/node_modules/deep-equal/node_modules/define-properties/index.js +1 -0
- package/_lib/node_modules/deep-equal/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/deep-equal/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/deep-equal/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/deep-equal/node_modules/is-date-object/index.js +1 -0
- package/_lib/node_modules/deep-equal/node_modules/isarray/index.js +1 -0
- package/_lib/node_modules/deep-equal/node_modules/object.assign/implementation.js +1 -0
- package/_lib/node_modules/deep-equal/node_modules/object.assign/index.js +1 -0
- package/_lib/node_modules/deep-equal/node_modules/object.assign/polyfill.js +1 -0
- package/_lib/node_modules/deep-equal/node_modules/object.assign/shim.js +1 -0
- package/_lib/node_modules/deep-equal/node_modules/regexp.prototype.flags/implementation.js +1 -0
- package/_lib/node_modules/deep-equal/node_modules/regexp.prototype.flags/index.js +1 -0
- package/_lib/node_modules/deep-equal/node_modules/regexp.prototype.flags/polyfill.js +1 -0
- package/_lib/node_modules/deep-equal/node_modules/regexp.prototype.flags/shim.js +1 -0
- package/_lib/node_modules/deepmerge/dist/cjs.js +1 -0
- package/_lib/node_modules/define-data-property/index.js +1 -0
- package/_lib/node_modules/define-data-property/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/define-data-property/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/define-data-property/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/define-properties/index.js +1 -0
- package/_lib/node_modules/dom-helpers/activeElement.js +1 -0
- package/_lib/node_modules/dom-helpers/events/filter.js +1 -0
- package/_lib/node_modules/dom-helpers/events/index.js +1 -0
- package/_lib/node_modules/dom-helpers/events/listen.js +1 -0
- package/_lib/node_modules/dom-helpers/events/off.js +1 -0
- package/_lib/node_modules/dom-helpers/events/on.js +1 -0
- package/_lib/node_modules/dom-helpers/ownerDocument.js +1 -0
- package/_lib/node_modules/dom-helpers/query/closest.js +1 -0
- package/_lib/node_modules/dom-helpers/query/contains.js +1 -0
- package/_lib/node_modules/dom-helpers/query/height.js +1 -0
- package/_lib/node_modules/dom-helpers/query/isWindow.js +1 -0
- package/_lib/node_modules/dom-helpers/query/matches.js +1 -0
- package/_lib/node_modules/dom-helpers/query/offset.js +1 -0
- package/_lib/node_modules/dom-helpers/query/querySelectorAll.js +1 -0
- package/_lib/node_modules/dom-helpers/query/scrollParent.js +1 -0
- package/_lib/node_modules/dom-helpers/query/scrollTop.js +1 -0
- package/_lib/node_modules/dom-helpers/style/getComputedStyle.js +1 -0
- package/_lib/node_modules/dom-helpers/style/index.js +1 -0
- package/_lib/node_modules/dom-helpers/style/removeStyle.js +1 -0
- package/_lib/node_modules/dom-helpers/transition/isTransform.js +1 -0
- package/_lib/node_modules/dom-helpers/transition/properties.js +1 -0
- package/_lib/node_modules/dom-helpers/util/camelize.js +1 -0
- package/_lib/node_modules/dom-helpers/util/camelizeStyle.js +1 -0
- package/_lib/node_modules/dom-helpers/util/hyphenate.js +1 -0
- package/_lib/node_modules/dom-helpers/util/hyphenateStyle.js +1 -0
- package/_lib/node_modules/dom-helpers/util/inDOM.js +1 -0
- package/_lib/node_modules/dom-helpers/util/requestAnimationFrame.js +1 -0
- package/_lib/node_modules/dom-helpers/util/scrollTo.js +1 -0
- package/_lib/node_modules/es-get-iterator/index.js +1 -0
- package/_lib/node_modules/es-get-iterator/node_modules/call-bind/callBound.js +1 -0
- package/_lib/node_modules/es-get-iterator/node_modules/call-bind/index.js +1 -0
- package/_lib/node_modules/es-get-iterator/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/es-get-iterator/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/es-get-iterator/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/es-get-iterator/node_modules/is-string/index.js +1 -0
- package/_lib/node_modules/es-get-iterator/node_modules/isarray/index.js +1 -0
- package/_lib/node_modules/es5-ext/array/#/e-index-of.js +1 -0
- package/_lib/node_modules/es5-ext/array/from/index.js +1 -0
- package/_lib/node_modules/es5-ext/array/from/is-implemented.js +1 -0
- package/_lib/node_modules/es5-ext/array/from/shim.js +1 -0
- package/_lib/node_modules/es5-ext/array/to-array.js +1 -0
- package/_lib/node_modules/es5-ext/error/custom.js +1 -0
- package/_lib/node_modules/es5-ext/function/_define-length.js +1 -0
- package/_lib/node_modules/es5-ext/function/is-arguments.js +1 -0
- package/_lib/node_modules/es5-ext/function/is-function.js +1 -0
- package/_lib/node_modules/es5-ext/function/noop.js +1 -0
- package/_lib/node_modules/es5-ext/global.js +1 -0
- package/_lib/node_modules/es5-ext/math/sign/index.js +1 -0
- package/_lib/node_modules/es5-ext/math/sign/is-implemented.js +1 -0
- package/_lib/node_modules/es5-ext/math/sign/shim.js +1 -0
- package/_lib/node_modules/es5-ext/number/is-nan/index.js +1 -0
- package/_lib/node_modules/es5-ext/number/is-nan/is-implemented.js +1 -0
- package/_lib/node_modules/es5-ext/number/is-nan/shim.js +1 -0
- package/_lib/node_modules/es5-ext/number/to-integer.js +1 -0
- package/_lib/node_modules/es5-ext/number/to-pos-integer.js +1 -0
- package/_lib/node_modules/es5-ext/object/_iterate.js +1 -0
- package/_lib/node_modules/es5-ext/object/assign/index.js +1 -0
- package/_lib/node_modules/es5-ext/object/assign/is-implemented.js +1 -0
- package/_lib/node_modules/es5-ext/object/assign/shim.js +1 -0
- package/_lib/node_modules/es5-ext/object/for-each.js +1 -0
- package/_lib/node_modules/es5-ext/object/is-callable.js +1 -0
- package/_lib/node_modules/es5-ext/object/is-object.js +1 -0
- package/_lib/node_modules/es5-ext/object/is-value.js +1 -0
- package/_lib/node_modules/es5-ext/object/keys/index.js +1 -0
- package/_lib/node_modules/es5-ext/object/keys/is-implemented.js +1 -0
- package/_lib/node_modules/es5-ext/object/keys/shim.js +1 -0
- package/_lib/node_modules/es5-ext/object/map.js +1 -0
- package/_lib/node_modules/es5-ext/object/mixin.js +1 -0
- package/_lib/node_modules/es5-ext/object/normalize-options.js +1 -0
- package/_lib/node_modules/es5-ext/object/primitive-set.js +1 -0
- package/_lib/node_modules/es5-ext/object/valid-callable.js +1 -0
- package/_lib/node_modules/es5-ext/object/valid-value.js +1 -0
- package/_lib/node_modules/es5-ext/object/validate-stringifiable-value.js +1 -0
- package/_lib/node_modules/es5-ext/object/validate-stringifiable.js +1 -0
- package/_lib/node_modules/es5-ext/safe-to-string.js +1 -0
- package/_lib/node_modules/es5-ext/string/#/contains/index.js +1 -0
- package/_lib/node_modules/es5-ext/string/#/contains/is-implemented.js +1 -0
- package/_lib/node_modules/es5-ext/string/#/contains/shim.js +1 -0
- package/_lib/node_modules/es5-ext/string/is-string.js +1 -0
- package/_lib/node_modules/es5-ext/to-short-string-representation.js +1 -0
- package/_lib/node_modules/es6-symbol/index.js +1 -0
- package/_lib/node_modules/es6-symbol/is-implemented.js +1 -0
- package/_lib/node_modules/es6-symbol/is-symbol.js +1 -0
- package/_lib/node_modules/es6-symbol/lib/private/generate-name.js +1 -0
- package/_lib/node_modules/es6-symbol/lib/private/setup/standard-symbols.js +1 -0
- package/_lib/node_modules/es6-symbol/lib/private/setup/symbol-registry.js +1 -0
- package/_lib/node_modules/es6-symbol/polyfill.js +1 -0
- package/_lib/node_modules/es6-symbol/validate-symbol.js +1 -0
- package/_lib/node_modules/event-emitter/index.js +1 -0
- package/_lib/node_modules/exenv/index.js +2 -0
- package/_lib/node_modules/exenv/index.js.LICENSE.txt +5 -0
- package/_lib/node_modules/exif-js/exif.js +1 -0
- package/_lib/node_modules/ext/global-this/implementation.js +1 -0
- package/_lib/node_modules/ext/global-this/index.js +1 -0
- package/_lib/node_modules/ext/global-this/is-implemented.js +1 -0
- package/_lib/node_modules/fast-deep-equal/index.js +1 -0
- package/_lib/node_modules/fast-json-patch/index.mjs +1 -0
- package/_lib/node_modules/fast-json-patch/module/core.mjs +1 -0
- package/_lib/node_modules/fast-json-patch/module/duplex.mjs +2 -0
- package/_lib/node_modules/fast-json-patch/module/duplex.mjs.LICENSE.txt +5 -0
- package/_lib/node_modules/fast-json-patch/module/helpers.mjs +2 -0
- package/_lib/node_modules/fast-json-patch/module/helpers.mjs.LICENSE.txt +5 -0
- package/_lib/node_modules/fast-json-stable-stringify/index.js +1 -0
- package/_lib/node_modules/file-selector/dist/es5/file-selector.js +1 -0
- package/_lib/node_modules/file-selector/dist/es5/file.js +1 -0
- package/_lib/node_modules/file-selector/dist/es5/index.js +1 -0
- package/_lib/node_modules/file-selector/node_modules/tslib/tslib.es6.mjs +1 -0
- package/_lib/node_modules/for-each/index.js +1 -0
- package/_lib/node_modules/function-bind/implementation.js +1 -0
- package/_lib/node_modules/function-bind/index.js +1 -0
- package/_lib/node_modules/functions-have-names/index.js +1 -0
- package/_lib/node_modules/geojson-bounds/index.js +1 -0
- package/_lib/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/get-intrinsic/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/get-intrinsic/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/gopd/index.js +1 -0
- package/_lib/node_modules/gopd/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/gopd/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/gopd/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/has-bigints/index.js +1 -0
- package/_lib/node_modules/has-property-descriptors/index.js +1 -0
- package/_lib/node_modules/has-property-descriptors/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/has-property-descriptors/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/has-property-descriptors/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/has-proto/index.js +1 -0
- package/_lib/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/has-tostringtag/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/has-tostringtag/shams.js +1 -0
- package/_lib/node_modules/immutability-helper/index.js +1 -0
- package/_lib/node_modules/invariant/browser.js +1 -0
- package/_lib/node_modules/is-arguments/index.js +1 -0
- package/_lib/node_modules/is-arguments/node_modules/call-bind/callBound.js +1 -0
- package/_lib/node_modules/is-arguments/node_modules/call-bind/index.js +1 -0
- package/_lib/node_modules/is-arguments/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/is-arguments/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/is-arguments/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/is-array-buffer/index.js +1 -0
- package/_lib/node_modules/is-array-buffer/node_modules/call-bind/callBound.js +1 -0
- package/_lib/node_modules/is-array-buffer/node_modules/call-bind/index.js +1 -0
- package/_lib/node_modules/is-array-buffer/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/is-array-buffer/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/is-array-buffer/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/is-bigint/index.js +1 -0
- package/_lib/node_modules/is-boolean-object/index.js +1 -0
- package/_lib/node_modules/is-boolean-object/node_modules/call-bind/callBound.js +1 -0
- package/_lib/node_modules/is-boolean-object/node_modules/call-bind/index.js +1 -0
- package/_lib/node_modules/is-boolean-object/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/is-callable/index.js +1 -0
- package/_lib/node_modules/is-map/index.js +1 -0
- package/_lib/node_modules/is-number-object/index.js +1 -0
- package/_lib/node_modules/is-promise/index.js +1 -0
- package/_lib/node_modules/is-regex/index.js +1 -0
- package/_lib/node_modules/is-regex/node_modules/call-bind/callBound.js +1 -0
- package/_lib/node_modules/is-regex/node_modules/call-bind/index.js +1 -0
- package/_lib/node_modules/is-regex/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/is-regex/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/is-regex/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/is-set/index.js +1 -0
- package/_lib/node_modules/is-shared-array-buffer/index.js +1 -0
- package/_lib/node_modules/is-shared-array-buffer/node_modules/call-bind/callBound.js +1 -0
- package/_lib/node_modules/is-shared-array-buffer/node_modules/call-bind/index.js +1 -0
- package/_lib/node_modules/is-shared-array-buffer/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/is-shared-array-buffer/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/is-shared-array-buffer/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/is-string/index.js +1 -0
- package/_lib/node_modules/is-symbol/index.js +1 -0
- package/_lib/node_modules/is-symbol/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/is-symbol/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/is-typed-array/index.js +1 -0
- package/_lib/node_modules/is-weakmap/index.js +1 -0
- package/_lib/node_modules/is-weakset/index.js +1 -0
- package/_lib/node_modules/is-weakset/node_modules/call-bind/callBound.js +1 -0
- package/_lib/node_modules/is-weakset/node_modules/call-bind/index.js +1 -0
- package/_lib/node_modules/is-weakset/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/is-weakset/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/is-weakset/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/isomorphic-fetch/fetch-npm-browserify.js +1 -0
- package/_lib/node_modules/json-schema-traverse/index.js +1 -0
- package/_lib/node_modules/jsonpointer/jsonpointer.js +1 -0
- package/_lib/node_modules/leaflet/dist/leaflet-src.js +1 -0
- package/_lib/node_modules/leaflet-contextmenu/dist/leaflet.contextmenu.js +2 -0
- package/_lib/node_modules/leaflet-contextmenu/dist/leaflet.contextmenu.js.LICENSE.txt +6 -0
- package/_lib/node_modules/leaflet-geosearch/dist/geosearch.module.js +1 -0
- package/_lib/node_modules/leaflet-geosearch/lib/SearchControl.js +1 -0
- package/_lib/node_modules/leaflet-geosearch/lib/SearchElement.js +1 -0
- package/_lib/node_modules/leaflet-geosearch/lib/constants.js +1 -0
- package/_lib/node_modules/leaflet-geosearch/lib/domUtils.js +1 -0
- package/_lib/node_modules/leaflet-geosearch/lib/lib/debounce.js +1 -0
- package/_lib/node_modules/leaflet-geosearch/lib/providers/provider.js +1 -0
- package/_lib/node_modules/leaflet-geosearch/lib/resultList.js +1 -0
- package/_lib/node_modules/leaflet.markercluster/dist/leaflet.markercluster-src.js +1 -0
- package/_lib/node_modules/leaflet.nontiledlayer/dist/NonTiledLayer-src.js +1 -0
- package/_lib/node_modules/lodash/_DataView.js +1 -0
- package/_lib/node_modules/lodash/_Hash.js +1 -0
- package/_lib/node_modules/lodash/_ListCache.js +1 -0
- package/_lib/node_modules/lodash/_Map.js +1 -0
- package/_lib/node_modules/lodash/_MapCache.js +1 -0
- package/_lib/node_modules/lodash/_Promise.js +1 -0
- package/_lib/node_modules/lodash/_Set.js +1 -0
- package/_lib/node_modules/lodash/_SetCache.js +1 -0
- package/_lib/node_modules/lodash/_Stack.js +1 -0
- package/_lib/node_modules/lodash/_Symbol.js +1 -0
- package/_lib/node_modules/lodash/_Uint8Array.js +1 -0
- package/_lib/node_modules/lodash/_WeakMap.js +1 -0
- package/_lib/node_modules/lodash/_apply.js +1 -0
- package/_lib/node_modules/lodash/_arrayEach.js +1 -0
- package/_lib/node_modules/lodash/_arrayFilter.js +1 -0
- package/_lib/node_modules/lodash/_arrayIncludes.js +1 -0
- package/_lib/node_modules/lodash/_arrayIncludesWith.js +1 -0
- package/_lib/node_modules/lodash/_arrayLikeKeys.js +1 -0
- package/_lib/node_modules/lodash/_arrayMap.js +1 -0
- package/_lib/node_modules/lodash/_arrayPush.js +1 -0
- package/_lib/node_modules/lodash/_arraySome.js +1 -0
- package/_lib/node_modules/lodash/_assignMergeValue.js +1 -0
- package/_lib/node_modules/lodash/_assignValue.js +1 -0
- package/_lib/node_modules/lodash/_assocIndexOf.js +1 -0
- package/_lib/node_modules/lodash/_baseAssign.js +1 -0
- package/_lib/node_modules/lodash/_baseAssignIn.js +1 -0
- package/_lib/node_modules/lodash/_baseAssignValue.js +1 -0
- package/_lib/node_modules/lodash/_baseClone.js +1 -0
- package/_lib/node_modules/lodash/_baseCreate.js +1 -0
- package/_lib/node_modules/lodash/_baseDifference.js +1 -0
- package/_lib/node_modules/lodash/_baseEach.js +1 -0
- package/_lib/node_modules/lodash/_baseFindIndex.js +1 -0
- package/_lib/node_modules/lodash/_baseFlatten.js +1 -0
- package/_lib/node_modules/lodash/_baseFor.js +1 -0
- package/_lib/node_modules/lodash/_baseForOwn.js +1 -0
- package/_lib/node_modules/lodash/_baseGet.js +1 -0
- package/_lib/node_modules/lodash/_baseGetAllKeys.js +1 -0
- package/_lib/node_modules/lodash/_baseGetTag.js +1 -0
- package/_lib/node_modules/lodash/_baseHasIn.js +1 -0
- package/_lib/node_modules/lodash/_baseIndexOf.js +1 -0
- package/_lib/node_modules/lodash/_baseIndexOfWith.js +1 -0
- package/_lib/node_modules/lodash/_baseIntersection.js +1 -0
- package/_lib/node_modules/lodash/_baseIsArguments.js +1 -0
- package/_lib/node_modules/lodash/_baseIsEqual.js +1 -0
- package/_lib/node_modules/lodash/_baseIsEqualDeep.js +1 -0
- package/_lib/node_modules/lodash/_baseIsMap.js +1 -0
- package/_lib/node_modules/lodash/_baseIsMatch.js +1 -0
- package/_lib/node_modules/lodash/_baseIsNaN.js +1 -0
- package/_lib/node_modules/lodash/_baseIsNative.js +1 -0
- package/_lib/node_modules/lodash/_baseIsSet.js +1 -0
- package/_lib/node_modules/lodash/_baseIsTypedArray.js +1 -0
- package/_lib/node_modules/lodash/_baseIteratee.js +1 -0
- package/_lib/node_modules/lodash/_baseKeys.js +1 -0
- package/_lib/node_modules/lodash/_baseKeysIn.js +1 -0
- package/_lib/node_modules/lodash/_baseMap.js +1 -0
- package/_lib/node_modules/lodash/_baseMatches.js +1 -0
- package/_lib/node_modules/lodash/_baseMatchesProperty.js +1 -0
- package/_lib/node_modules/lodash/_baseMerge.js +1 -0
- package/_lib/node_modules/lodash/_baseMergeDeep.js +1 -0
- package/_lib/node_modules/lodash/_baseOrderBy.js +1 -0
- package/_lib/node_modules/lodash/_baseProperty.js +1 -0
- package/_lib/node_modules/lodash/_basePropertyDeep.js +1 -0
- package/_lib/node_modules/lodash/_basePullAll.js +1 -0
- package/_lib/node_modules/lodash/_baseRest.js +1 -0
- package/_lib/node_modules/lodash/_baseSetToString.js +1 -0
- package/_lib/node_modules/lodash/_baseSortBy.js +1 -0
- package/_lib/node_modules/lodash/_baseTimes.js +1 -0
- package/_lib/node_modules/lodash/_baseToString.js +1 -0
- package/_lib/node_modules/lodash/_baseUnary.js +1 -0
- package/_lib/node_modules/lodash/_baseUniq.js +1 -0
- package/_lib/node_modules/lodash/_cacheHas.js +1 -0
- package/_lib/node_modules/lodash/_castArrayLikeObject.js +1 -0
- package/_lib/node_modules/lodash/_castFunction.js +1 -0
- package/_lib/node_modules/lodash/_castPath.js +1 -0
- package/_lib/node_modules/lodash/_cloneArrayBuffer.js +1 -0
- package/_lib/node_modules/lodash/_cloneBuffer.js +1 -0
- package/_lib/node_modules/lodash/_cloneDataView.js +1 -0
- package/_lib/node_modules/lodash/_cloneRegExp.js +1 -0
- package/_lib/node_modules/lodash/_cloneSymbol.js +1 -0
- package/_lib/node_modules/lodash/_cloneTypedArray.js +1 -0
- package/_lib/node_modules/lodash/_compareAscending.js +1 -0
- package/_lib/node_modules/lodash/_compareMultiple.js +1 -0
- package/_lib/node_modules/lodash/_copyArray.js +1 -0
- package/_lib/node_modules/lodash/_copyObject.js +1 -0
- package/_lib/node_modules/lodash/_copySymbols.js +1 -0
- package/_lib/node_modules/lodash/_copySymbolsIn.js +1 -0
- package/_lib/node_modules/lodash/_coreJsData.js +1 -0
- package/_lib/node_modules/lodash/_createAssigner.js +1 -0
- package/_lib/node_modules/lodash/_createBaseEach.js +1 -0
- package/_lib/node_modules/lodash/_createBaseFor.js +1 -0
- package/_lib/node_modules/lodash/_createSet.js +1 -0
- package/_lib/node_modules/lodash/_customDefaultsMerge.js +1 -0
- package/_lib/node_modules/lodash/_defineProperty.js +1 -0
- package/_lib/node_modules/lodash/_equalArrays.js +1 -0
- package/_lib/node_modules/lodash/_equalByTag.js +1 -0
- package/_lib/node_modules/lodash/_equalObjects.js +1 -0
- package/_lib/node_modules/lodash/_freeGlobal.js +1 -0
- package/_lib/node_modules/lodash/_getAllKeys.js +1 -0
- package/_lib/node_modules/lodash/_getAllKeysIn.js +1 -0
- package/_lib/node_modules/lodash/_getMapData.js +1 -0
- package/_lib/node_modules/lodash/_getMatchData.js +1 -0
- package/_lib/node_modules/lodash/_getNative.js +1 -0
- package/_lib/node_modules/lodash/_getPrototype.js +1 -0
- package/_lib/node_modules/lodash/_getRawTag.js +1 -0
- package/_lib/node_modules/lodash/_getSymbols.js +1 -0
- package/_lib/node_modules/lodash/_getSymbolsIn.js +1 -0
- package/_lib/node_modules/lodash/_getTag.js +1 -0
- package/_lib/node_modules/lodash/_getValue.js +1 -0
- package/_lib/node_modules/lodash/_hasPath.js +1 -0
- package/_lib/node_modules/lodash/_hashClear.js +1 -0
- package/_lib/node_modules/lodash/_hashDelete.js +1 -0
- package/_lib/node_modules/lodash/_hashGet.js +1 -0
- package/_lib/node_modules/lodash/_hashHas.js +1 -0
- package/_lib/node_modules/lodash/_hashSet.js +1 -0
- package/_lib/node_modules/lodash/_initCloneArray.js +1 -0
- package/_lib/node_modules/lodash/_initCloneByTag.js +1 -0
- package/_lib/node_modules/lodash/_initCloneObject.js +1 -0
- package/_lib/node_modules/lodash/_isFlattenable.js +1 -0
- package/_lib/node_modules/lodash/_isIndex.js +1 -0
- package/_lib/node_modules/lodash/_isIterateeCall.js +1 -0
- package/_lib/node_modules/lodash/_isKey.js +1 -0
- package/_lib/node_modules/lodash/_isKeyable.js +1 -0
- package/_lib/node_modules/lodash/_isMasked.js +1 -0
- package/_lib/node_modules/lodash/_isPrototype.js +1 -0
- package/_lib/node_modules/lodash/_isStrictComparable.js +1 -0
- package/_lib/node_modules/lodash/_listCacheClear.js +1 -0
- package/_lib/node_modules/lodash/_listCacheDelete.js +1 -0
- package/_lib/node_modules/lodash/_listCacheGet.js +1 -0
- package/_lib/node_modules/lodash/_listCacheHas.js +1 -0
- package/_lib/node_modules/lodash/_listCacheSet.js +1 -0
- package/_lib/node_modules/lodash/_mapCacheClear.js +1 -0
- package/_lib/node_modules/lodash/_mapCacheDelete.js +1 -0
- package/_lib/node_modules/lodash/_mapCacheGet.js +1 -0
- package/_lib/node_modules/lodash/_mapCacheHas.js +1 -0
- package/_lib/node_modules/lodash/_mapCacheSet.js +1 -0
- package/_lib/node_modules/lodash/_mapToArray.js +1 -0
- package/_lib/node_modules/lodash/_matchesStrictComparable.js +1 -0
- package/_lib/node_modules/lodash/_memoizeCapped.js +1 -0
- package/_lib/node_modules/lodash/_nativeCreate.js +1 -0
- package/_lib/node_modules/lodash/_nativeKeys.js +1 -0
- package/_lib/node_modules/lodash/_nativeKeysIn.js +1 -0
- package/_lib/node_modules/lodash/_nodeUtil.js +1 -0
- package/_lib/node_modules/lodash/_objectToString.js +1 -0
- package/_lib/node_modules/lodash/_overArg.js +1 -0
- package/_lib/node_modules/lodash/_overRest.js +1 -0
- package/_lib/node_modules/lodash/_root.js +1 -0
- package/_lib/node_modules/lodash/_safeGet.js +1 -0
- package/_lib/node_modules/lodash/_setCacheAdd.js +1 -0
- package/_lib/node_modules/lodash/_setCacheHas.js +1 -0
- package/_lib/node_modules/lodash/_setToArray.js +1 -0
- package/_lib/node_modules/lodash/_setToString.js +1 -0
- package/_lib/node_modules/lodash/_shortOut.js +1 -0
- package/_lib/node_modules/lodash/_stackClear.js +1 -0
- package/_lib/node_modules/lodash/_stackDelete.js +1 -0
- package/_lib/node_modules/lodash/_stackGet.js +1 -0
- package/_lib/node_modules/lodash/_stackHas.js +1 -0
- package/_lib/node_modules/lodash/_stackSet.js +1 -0
- package/_lib/node_modules/lodash/_strictIndexOf.js +1 -0
- package/_lib/node_modules/lodash/_stringToPath.js +1 -0
- package/_lib/node_modules/lodash/_toKey.js +1 -0
- package/_lib/node_modules/lodash/_toSource.js +1 -0
- package/_lib/node_modules/lodash/cloneDeep.js +1 -0
- package/_lib/node_modules/lodash/constant.js +1 -0
- package/_lib/node_modules/lodash/defaults.js +1 -0
- package/_lib/node_modules/lodash/defaultsDeep.js +1 -0
- package/_lib/node_modules/lodash/eq.js +1 -0
- package/_lib/node_modules/lodash/flatten.js +1 -0
- package/_lib/node_modules/lodash/flattenDeep.js +1 -0
- package/_lib/node_modules/lodash/forEach.js +1 -0
- package/_lib/node_modules/lodash/get.js +1 -0
- package/_lib/node_modules/lodash/hasIn.js +1 -0
- package/_lib/node_modules/lodash/identity.js +1 -0
- package/_lib/node_modules/lodash/intersection.js +1 -0
- package/_lib/node_modules/lodash/intersectionWith.js +1 -0
- package/_lib/node_modules/lodash/isArguments.js +1 -0
- package/_lib/node_modules/lodash/isArray.js +1 -0
- package/_lib/node_modules/lodash/isArrayLike.js +1 -0
- package/_lib/node_modules/lodash/isArrayLikeObject.js +1 -0
- package/_lib/node_modules/lodash/isBoolean.js +1 -0
- package/_lib/node_modules/lodash/isBuffer.js +1 -0
- package/_lib/node_modules/lodash/isEqual.js +1 -0
- package/_lib/node_modules/lodash/isFunction.js +1 -0
- package/_lib/node_modules/lodash/isLength.js +1 -0
- package/_lib/node_modules/lodash/isMap.js +1 -0
- package/_lib/node_modules/lodash/isObject.js +1 -0
- package/_lib/node_modules/lodash/isObjectLike.js +1 -0
- package/_lib/node_modules/lodash/isPlainObject.js +1 -0
- package/_lib/node_modules/lodash/isSet.js +1 -0
- package/_lib/node_modules/lodash/isSymbol.js +1 -0
- package/_lib/node_modules/lodash/isTypedArray.js +1 -0
- package/_lib/node_modules/lodash/keys.js +1 -0
- package/_lib/node_modules/lodash/keysIn.js +1 -0
- package/_lib/node_modules/lodash/last.js +1 -0
- package/_lib/node_modules/lodash/memoize.js +1 -0
- package/_lib/node_modules/lodash/mergeWith.js +1 -0
- package/_lib/node_modules/lodash/noop.js +1 -0
- package/_lib/node_modules/lodash/property.js +1 -0
- package/_lib/node_modules/lodash/pullAll.js +1 -0
- package/_lib/node_modules/lodash/sortBy.js +1 -0
- package/_lib/node_modules/lodash/stubArray.js +1 -0
- package/_lib/node_modules/lodash/stubFalse.js +1 -0
- package/_lib/node_modules/lodash/toPlainObject.js +1 -0
- package/_lib/node_modules/lodash/toString.js +1 -0
- package/_lib/node_modules/lodash/uniq.js +1 -0
- package/_lib/node_modules/lodash/uniqWith.js +1 -0
- package/_lib/node_modules/lodash/without.js +1 -0
- package/_lib/node_modules/lodash-es/_DataView.js +1 -0
- package/_lib/node_modules/lodash-es/_Hash.js +1 -0
- package/_lib/node_modules/lodash-es/_ListCache.js +1 -0
- package/_lib/node_modules/lodash-es/_Map.js +1 -0
- package/_lib/node_modules/lodash-es/_MapCache.js +1 -0
- package/_lib/node_modules/lodash-es/_Promise.js +1 -0
- package/_lib/node_modules/lodash-es/_Set.js +1 -0
- package/_lib/node_modules/lodash-es/_SetCache.js +1 -0
- package/_lib/node_modules/lodash-es/_Stack.js +1 -0
- package/_lib/node_modules/lodash-es/_Symbol.js +1 -0
- package/_lib/node_modules/lodash-es/_Uint8Array.js +1 -0
- package/_lib/node_modules/lodash-es/_WeakMap.js +1 -0
- package/_lib/node_modules/lodash-es/_apply.js +1 -0
- package/_lib/node_modules/lodash-es/_arrayEach.js +1 -0
- package/_lib/node_modules/lodash-es/_arrayFilter.js +1 -0
- package/_lib/node_modules/lodash-es/_arrayIncludes.js +1 -0
- package/_lib/node_modules/lodash-es/_arrayIncludesWith.js +1 -0
- package/_lib/node_modules/lodash-es/_arrayLikeKeys.js +1 -0
- package/_lib/node_modules/lodash-es/_arrayMap.js +1 -0
- package/_lib/node_modules/lodash-es/_arrayPush.js +1 -0
- package/_lib/node_modules/lodash-es/_arrayReduce.js +1 -0
- package/_lib/node_modules/lodash-es/_arraySome.js +1 -0
- package/_lib/node_modules/lodash-es/_assignValue.js +1 -0
- package/_lib/node_modules/lodash-es/_assocIndexOf.js +1 -0
- package/_lib/node_modules/lodash-es/_baseAssign.js +1 -0
- package/_lib/node_modules/lodash-es/_baseAssignIn.js +1 -0
- package/_lib/node_modules/lodash-es/_baseAssignValue.js +1 -0
- package/_lib/node_modules/lodash-es/_baseClone.js +1 -0
- package/_lib/node_modules/lodash-es/_baseCreate.js +1 -0
- package/_lib/node_modules/lodash-es/_baseEach.js +1 -0
- package/_lib/node_modules/lodash-es/_baseFindIndex.js +1 -0
- package/_lib/node_modules/lodash-es/_baseFlatten.js +1 -0
- package/_lib/node_modules/lodash-es/_baseFor.js +1 -0
- package/_lib/node_modules/lodash-es/_baseForOwn.js +1 -0
- package/_lib/node_modules/lodash-es/_baseGet.js +1 -0
- package/_lib/node_modules/lodash-es/_baseGetAllKeys.js +1 -0
- package/_lib/node_modules/lodash-es/_baseGetTag.js +1 -0
- package/_lib/node_modules/lodash-es/_baseHas.js +1 -0
- package/_lib/node_modules/lodash-es/_baseHasIn.js +1 -0
- package/_lib/node_modules/lodash-es/_baseIndexOf.js +1 -0
- package/_lib/node_modules/lodash-es/_baseIsArguments.js +1 -0
- package/_lib/node_modules/lodash-es/_baseIsEqual.js +1 -0
- package/_lib/node_modules/lodash-es/_baseIsEqualDeep.js +1 -0
- package/_lib/node_modules/lodash-es/_baseIsMap.js +1 -0
- package/_lib/node_modules/lodash-es/_baseIsMatch.js +1 -0
- package/_lib/node_modules/lodash-es/_baseIsNaN.js +1 -0
- package/_lib/node_modules/lodash-es/_baseIsNative.js +1 -0
- package/_lib/node_modules/lodash-es/_baseIsSet.js +1 -0
- package/_lib/node_modules/lodash-es/_baseIsTypedArray.js +1 -0
- package/_lib/node_modules/lodash-es/_baseIteratee.js +1 -0
- package/_lib/node_modules/lodash-es/_baseKeys.js +1 -0
- package/_lib/node_modules/lodash-es/_baseKeysIn.js +1 -0
- package/_lib/node_modules/lodash-es/_baseMatches.js +1 -0
- package/_lib/node_modules/lodash-es/_baseMatchesProperty.js +1 -0
- package/_lib/node_modules/lodash-es/_basePick.js +1 -0
- package/_lib/node_modules/lodash-es/_basePickBy.js +1 -0
- package/_lib/node_modules/lodash-es/_baseProperty.js +1 -0
- package/_lib/node_modules/lodash-es/_basePropertyDeep.js +1 -0
- package/_lib/node_modules/lodash-es/_baseReduce.js +1 -0
- package/_lib/node_modules/lodash-es/_baseRest.js +1 -0
- package/_lib/node_modules/lodash-es/_baseSet.js +1 -0
- package/_lib/node_modules/lodash-es/_baseSetToString.js +1 -0
- package/_lib/node_modules/lodash-es/_baseSlice.js +1 -0
- package/_lib/node_modules/lodash-es/_baseTimes.js +1 -0
- package/_lib/node_modules/lodash-es/_baseToString.js +1 -0
- package/_lib/node_modules/lodash-es/_baseTrim.js +1 -0
- package/_lib/node_modules/lodash-es/_baseUnary.js +1 -0
- package/_lib/node_modules/lodash-es/_baseUniq.js +1 -0
- package/_lib/node_modules/lodash-es/_baseUnset.js +1 -0
- package/_lib/node_modules/lodash-es/_cacheHas.js +1 -0
- package/_lib/node_modules/lodash-es/_castFunction.js +1 -0
- package/_lib/node_modules/lodash-es/_castPath.js +1 -0
- package/_lib/node_modules/lodash-es/_cloneArrayBuffer.js +1 -0
- package/_lib/node_modules/lodash-es/_cloneBuffer.js +1 -0
- package/_lib/node_modules/lodash-es/_cloneDataView.js +1 -0
- package/_lib/node_modules/lodash-es/_cloneRegExp.js +1 -0
- package/_lib/node_modules/lodash-es/_cloneSymbol.js +1 -0
- package/_lib/node_modules/lodash-es/_cloneTypedArray.js +1 -0
- package/_lib/node_modules/lodash-es/_copyArray.js +1 -0
- package/_lib/node_modules/lodash-es/_copyObject.js +1 -0
- package/_lib/node_modules/lodash-es/_copySymbols.js +1 -0
- package/_lib/node_modules/lodash-es/_copySymbolsIn.js +1 -0
- package/_lib/node_modules/lodash-es/_coreJsData.js +1 -0
- package/_lib/node_modules/lodash-es/_createBaseEach.js +1 -0
- package/_lib/node_modules/lodash-es/_createBaseFor.js +1 -0
- package/_lib/node_modules/lodash-es/_createSet.js +1 -0
- package/_lib/node_modules/lodash-es/_customOmitClone.js +1 -0
- package/_lib/node_modules/lodash-es/_defineProperty.js +1 -0
- package/_lib/node_modules/lodash-es/_equalArrays.js +1 -0
- package/_lib/node_modules/lodash-es/_equalByTag.js +1 -0
- package/_lib/node_modules/lodash-es/_equalObjects.js +1 -0
- package/_lib/node_modules/lodash-es/_flatRest.js +1 -0
- package/_lib/node_modules/lodash-es/_freeGlobal.js +1 -0
- package/_lib/node_modules/lodash-es/_getAllKeys.js +1 -0
- package/_lib/node_modules/lodash-es/_getAllKeysIn.js +1 -0
- package/_lib/node_modules/lodash-es/_getMapData.js +1 -0
- package/_lib/node_modules/lodash-es/_getMatchData.js +1 -0
- package/_lib/node_modules/lodash-es/_getNative.js +1 -0
- package/_lib/node_modules/lodash-es/_getPrototype.js +1 -0
- package/_lib/node_modules/lodash-es/_getRawTag.js +1 -0
- package/_lib/node_modules/lodash-es/_getSymbols.js +1 -0
- package/_lib/node_modules/lodash-es/_getSymbolsIn.js +1 -0
- package/_lib/node_modules/lodash-es/_getTag.js +1 -0
- package/_lib/node_modules/lodash-es/_getValue.js +1 -0
- package/_lib/node_modules/lodash-es/_hasPath.js +1 -0
- package/_lib/node_modules/lodash-es/_hashClear.js +1 -0
- package/_lib/node_modules/lodash-es/_hashDelete.js +1 -0
- package/_lib/node_modules/lodash-es/_hashGet.js +1 -0
- package/_lib/node_modules/lodash-es/_hashHas.js +1 -0
- package/_lib/node_modules/lodash-es/_hashSet.js +1 -0
- package/_lib/node_modules/lodash-es/_initCloneArray.js +1 -0
- package/_lib/node_modules/lodash-es/_initCloneByTag.js +1 -0
- package/_lib/node_modules/lodash-es/_initCloneObject.js +1 -0
- package/_lib/node_modules/lodash-es/_isFlattenable.js +1 -0
- package/_lib/node_modules/lodash-es/_isIndex.js +1 -0
- package/_lib/node_modules/lodash-es/_isKey.js +1 -0
- package/_lib/node_modules/lodash-es/_isKeyable.js +1 -0
- package/_lib/node_modules/lodash-es/_isMasked.js +1 -0
- package/_lib/node_modules/lodash-es/_isPrototype.js +1 -0
- package/_lib/node_modules/lodash-es/_isStrictComparable.js +1 -0
- package/_lib/node_modules/lodash-es/_listCacheClear.js +1 -0
- package/_lib/node_modules/lodash-es/_listCacheDelete.js +1 -0
- package/_lib/node_modules/lodash-es/_listCacheGet.js +1 -0
- package/_lib/node_modules/lodash-es/_listCacheHas.js +1 -0
- package/_lib/node_modules/lodash-es/_listCacheSet.js +1 -0
- package/_lib/node_modules/lodash-es/_mapCacheClear.js +1 -0
- package/_lib/node_modules/lodash-es/_mapCacheDelete.js +1 -0
- package/_lib/node_modules/lodash-es/_mapCacheGet.js +1 -0
- package/_lib/node_modules/lodash-es/_mapCacheHas.js +1 -0
- package/_lib/node_modules/lodash-es/_mapCacheSet.js +1 -0
- package/_lib/node_modules/lodash-es/_mapToArray.js +1 -0
- package/_lib/node_modules/lodash-es/_matchesStrictComparable.js +1 -0
- package/_lib/node_modules/lodash-es/_memoizeCapped.js +1 -0
- package/_lib/node_modules/lodash-es/_nativeCreate.js +1 -0
- package/_lib/node_modules/lodash-es/_nativeKeys.js +1 -0
- package/_lib/node_modules/lodash-es/_nativeKeysIn.js +1 -0
- package/_lib/node_modules/lodash-es/_nodeUtil.js +1 -0
- package/_lib/node_modules/lodash-es/_objectToString.js +1 -0
- package/_lib/node_modules/lodash-es/_overArg.js +1 -0
- package/_lib/node_modules/lodash-es/_overRest.js +1 -0
- package/_lib/node_modules/lodash-es/_parent.js +1 -0
- package/_lib/node_modules/lodash-es/_root.js +1 -0
- package/_lib/node_modules/lodash-es/_setCacheAdd.js +1 -0
- package/_lib/node_modules/lodash-es/_setCacheHas.js +1 -0
- package/_lib/node_modules/lodash-es/_setToArray.js +1 -0
- package/_lib/node_modules/lodash-es/_setToString.js +1 -0
- package/_lib/node_modules/lodash-es/_shortOut.js +1 -0
- package/_lib/node_modules/lodash-es/_stackClear.js +1 -0
- package/_lib/node_modules/lodash-es/_stackDelete.js +1 -0
- package/_lib/node_modules/lodash-es/_stackGet.js +1 -0
- package/_lib/node_modules/lodash-es/_stackHas.js +1 -0
- package/_lib/node_modules/lodash-es/_stackSet.js +1 -0
- package/_lib/node_modules/lodash-es/_strictIndexOf.js +1 -0
- package/_lib/node_modules/lodash-es/_stringToPath.js +1 -0
- package/_lib/node_modules/lodash-es/_toKey.js +1 -0
- package/_lib/node_modules/lodash-es/_toSource.js +1 -0
- package/_lib/node_modules/lodash-es/_trimmedEndIndex.js +1 -0
- package/_lib/node_modules/lodash-es/cloneDeep.js +1 -0
- package/_lib/node_modules/lodash-es/constant.js +1 -0
- package/_lib/node_modules/lodash-es/eq.js +1 -0
- package/_lib/node_modules/lodash-es/flatten.js +1 -0
- package/_lib/node_modules/lodash-es/get.js +1 -0
- package/_lib/node_modules/lodash-es/has.js +1 -0
- package/_lib/node_modules/lodash-es/hasIn.js +1 -0
- package/_lib/node_modules/lodash-es/identity.js +1 -0
- package/_lib/node_modules/lodash-es/isArguments.js +1 -0
- package/_lib/node_modules/lodash-es/isArray.js +1 -0
- package/_lib/node_modules/lodash-es/isArrayLike.js +1 -0
- package/_lib/node_modules/lodash-es/isArrayLikeObject.js +1 -0
- package/_lib/node_modules/lodash-es/isBuffer.js +1 -0
- package/_lib/node_modules/lodash-es/isEmpty.js +1 -0
- package/_lib/node_modules/lodash-es/isEqual.js +1 -0
- package/_lib/node_modules/lodash-es/isEqualWith.js +1 -0
- package/_lib/node_modules/lodash-es/isFunction.js +1 -0
- package/_lib/node_modules/lodash-es/isLength.js +1 -0
- package/_lib/node_modules/lodash-es/isMap.js +1 -0
- package/_lib/node_modules/lodash-es/isObject.js +1 -0
- package/_lib/node_modules/lodash-es/isObjectLike.js +1 -0
- package/_lib/node_modules/lodash-es/isPlainObject.js +1 -0
- package/_lib/node_modules/lodash-es/isSet.js +1 -0
- package/_lib/node_modules/lodash-es/isString.js +1 -0
- package/_lib/node_modules/lodash-es/isSymbol.js +1 -0
- package/_lib/node_modules/lodash-es/isTypedArray.js +1 -0
- package/_lib/node_modules/lodash-es/keys.js +1 -0
- package/_lib/node_modules/lodash-es/keysIn.js +1 -0
- package/_lib/node_modules/lodash-es/last.js +1 -0
- package/_lib/node_modules/lodash-es/memoize.js +1 -0
- package/_lib/node_modules/lodash-es/noop.js +1 -0
- package/_lib/node_modules/lodash-es/omit.js +1 -0
- package/_lib/node_modules/lodash-es/pick.js +1 -0
- package/_lib/node_modules/lodash-es/property.js +1 -0
- package/_lib/node_modules/lodash-es/reduce.js +1 -0
- package/_lib/node_modules/lodash-es/set.js +1 -0
- package/_lib/node_modules/lodash-es/stubArray.js +1 -0
- package/_lib/node_modules/lodash-es/stubFalse.js +1 -0
- package/_lib/node_modules/lodash-es/times.js +1 -0
- package/_lib/node_modules/lodash-es/toFinite.js +1 -0
- package/_lib/node_modules/lodash-es/toInteger.js +1 -0
- package/_lib/node_modules/lodash-es/toNumber.js +1 -0
- package/_lib/node_modules/lodash-es/toPath.js +1 -0
- package/_lib/node_modules/lodash-es/toString.js +1 -0
- package/_lib/node_modules/lodash-es/union.js +1 -0
- package/_lib/node_modules/lodash-es/unset.js +1 -0
- package/_lib/node_modules/lru-queue/index.js +1 -0
- package/_lib/node_modules/memoizee/ext/async.js +1 -0
- package/_lib/node_modules/memoizee/ext/dispose.js +1 -0
- package/_lib/node_modules/memoizee/ext/max-age.js +1 -0
- package/_lib/node_modules/memoizee/ext/max.js +1 -0
- package/_lib/node_modules/memoizee/ext/promise.js +1 -0
- package/_lib/node_modules/memoizee/ext/ref-counter.js +1 -0
- package/_lib/node_modules/memoizee/index.js +1 -0
- package/_lib/node_modules/memoizee/lib/configure-map.js +1 -0
- package/_lib/node_modules/memoizee/lib/registered-extensions.js +1 -0
- package/_lib/node_modules/memoizee/lib/resolve-length.js +1 -0
- package/_lib/node_modules/memoizee/lib/resolve-normalize.js +1 -0
- package/_lib/node_modules/memoizee/lib/resolve-resolve.js +1 -0
- package/_lib/node_modules/memoizee/normalizers/get-1.js +1 -0
- package/_lib/node_modules/memoizee/normalizers/get-fixed.js +1 -0
- package/_lib/node_modules/memoizee/normalizers/get-primitive-fixed.js +1 -0
- package/_lib/node_modules/memoizee/normalizers/get.js +1 -0
- package/_lib/node_modules/memoizee/normalizers/primitive.js +1 -0
- package/_lib/node_modules/memoizee/plain.js +1 -0
- package/_lib/node_modules/mgrs/mgrs.js +1 -0
- package/_lib/node_modules/moment/locale/af.js +2 -0
- package/_lib/node_modules/moment/locale/af.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ar-dz.js +2 -0
- package/_lib/node_modules/moment/locale/ar-dz.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ar-kw.js +2 -0
- package/_lib/node_modules/moment/locale/ar-kw.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ar-ly.js +2 -0
- package/_lib/node_modules/moment/locale/ar-ly.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ar-ma.js +2 -0
- package/_lib/node_modules/moment/locale/ar-ma.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ar-sa.js +2 -0
- package/_lib/node_modules/moment/locale/ar-sa.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ar-tn.js +2 -0
- package/_lib/node_modules/moment/locale/ar-tn.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ar.js +2 -0
- package/_lib/node_modules/moment/locale/ar.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/az.js +2 -0
- package/_lib/node_modules/moment/locale/az.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/be.js +2 -0
- package/_lib/node_modules/moment/locale/be.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/bg.js +2 -0
- package/_lib/node_modules/moment/locale/bg.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/bm.js +2 -0
- package/_lib/node_modules/moment/locale/bm.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/bn-bd.js +2 -0
- package/_lib/node_modules/moment/locale/bn-bd.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/bn.js +2 -0
- package/_lib/node_modules/moment/locale/bn.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/bo.js +2 -0
- package/_lib/node_modules/moment/locale/bo.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/br.js +2 -0
- package/_lib/node_modules/moment/locale/br.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/bs.js +2 -0
- package/_lib/node_modules/moment/locale/bs.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ca.js +2 -0
- package/_lib/node_modules/moment/locale/ca.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/cs.js +2 -0
- package/_lib/node_modules/moment/locale/cs.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/cv.js +2 -0
- package/_lib/node_modules/moment/locale/cv.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/cy.js +2 -0
- package/_lib/node_modules/moment/locale/cy.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/da.js +2 -0
- package/_lib/node_modules/moment/locale/da.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/de-at.js +2 -0
- package/_lib/node_modules/moment/locale/de-at.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/de-ch.js +2 -0
- package/_lib/node_modules/moment/locale/de-ch.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/de.js +2 -0
- package/_lib/node_modules/moment/locale/de.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/dv.js +2 -0
- package/_lib/node_modules/moment/locale/dv.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/el.js +2 -0
- package/_lib/node_modules/moment/locale/el.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/en-au.js +2 -0
- package/_lib/node_modules/moment/locale/en-au.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/en-ca.js +2 -0
- package/_lib/node_modules/moment/locale/en-ca.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/en-gb.js +2 -0
- package/_lib/node_modules/moment/locale/en-gb.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/en-ie.js +2 -0
- package/_lib/node_modules/moment/locale/en-ie.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/en-il.js +2 -0
- package/_lib/node_modules/moment/locale/en-il.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/en-in.js +2 -0
- package/_lib/node_modules/moment/locale/en-in.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/en-nz.js +2 -0
- package/_lib/node_modules/moment/locale/en-nz.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/en-sg.js +2 -0
- package/_lib/node_modules/moment/locale/en-sg.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/eo.js +2 -0
- package/_lib/node_modules/moment/locale/eo.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/es-do.js +2 -0
- package/_lib/node_modules/moment/locale/es-do.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/es-mx.js +2 -0
- package/_lib/node_modules/moment/locale/es-mx.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/es-us.js +2 -0
- package/_lib/node_modules/moment/locale/es-us.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/es.js +2 -0
- package/_lib/node_modules/moment/locale/es.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/et.js +2 -0
- package/_lib/node_modules/moment/locale/et.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/eu.js +2 -0
- package/_lib/node_modules/moment/locale/eu.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/fa.js +2 -0
- package/_lib/node_modules/moment/locale/fa.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/fi.js +2 -0
- package/_lib/node_modules/moment/locale/fi.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/fil.js +2 -0
- package/_lib/node_modules/moment/locale/fil.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/fo.js +2 -0
- package/_lib/node_modules/moment/locale/fo.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/fr-ca.js +2 -0
- package/_lib/node_modules/moment/locale/fr-ca.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/fr-ch.js +2 -0
- package/_lib/node_modules/moment/locale/fr-ch.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/fr.js +2 -0
- package/_lib/node_modules/moment/locale/fr.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/fy.js +2 -0
- package/_lib/node_modules/moment/locale/fy.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ga.js +2 -0
- package/_lib/node_modules/moment/locale/ga.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/gd.js +2 -0
- package/_lib/node_modules/moment/locale/gd.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/gl.js +2 -0
- package/_lib/node_modules/moment/locale/gl.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/gom-deva.js +2 -0
- package/_lib/node_modules/moment/locale/gom-deva.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/gom-latn.js +2 -0
- package/_lib/node_modules/moment/locale/gom-latn.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/gu.js +2 -0
- package/_lib/node_modules/moment/locale/gu.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/he.js +2 -0
- package/_lib/node_modules/moment/locale/he.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/hi.js +2 -0
- package/_lib/node_modules/moment/locale/hi.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/hr.js +2 -0
- package/_lib/node_modules/moment/locale/hr.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/hu.js +2 -0
- package/_lib/node_modules/moment/locale/hu.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/hy-am.js +2 -0
- package/_lib/node_modules/moment/locale/hy-am.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/id.js +2 -0
- package/_lib/node_modules/moment/locale/id.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/is.js +2 -0
- package/_lib/node_modules/moment/locale/is.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/it-ch.js +2 -0
- package/_lib/node_modules/moment/locale/it-ch.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/it.js +2 -0
- package/_lib/node_modules/moment/locale/it.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ja.js +2 -0
- package/_lib/node_modules/moment/locale/ja.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/jv.js +2 -0
- package/_lib/node_modules/moment/locale/jv.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ka.js +2 -0
- package/_lib/node_modules/moment/locale/ka.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/kk.js +2 -0
- package/_lib/node_modules/moment/locale/kk.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/km.js +2 -0
- package/_lib/node_modules/moment/locale/km.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/kn.js +2 -0
- package/_lib/node_modules/moment/locale/kn.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ko.js +2 -0
- package/_lib/node_modules/moment/locale/ko.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ku.js +2 -0
- package/_lib/node_modules/moment/locale/ku.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ky.js +2 -0
- package/_lib/node_modules/moment/locale/ky.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/lb.js +2 -0
- package/_lib/node_modules/moment/locale/lb.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/lo.js +2 -0
- package/_lib/node_modules/moment/locale/lo.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/lt.js +2 -0
- package/_lib/node_modules/moment/locale/lt.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/lv.js +2 -0
- package/_lib/node_modules/moment/locale/lv.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/me.js +2 -0
- package/_lib/node_modules/moment/locale/me.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/mi.js +2 -0
- package/_lib/node_modules/moment/locale/mi.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/mk.js +2 -0
- package/_lib/node_modules/moment/locale/mk.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ml.js +2 -0
- package/_lib/node_modules/moment/locale/ml.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/mn.js +2 -0
- package/_lib/node_modules/moment/locale/mn.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/mr.js +2 -0
- package/_lib/node_modules/moment/locale/mr.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ms-my.js +2 -0
- package/_lib/node_modules/moment/locale/ms-my.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ms.js +2 -0
- package/_lib/node_modules/moment/locale/ms.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/mt.js +2 -0
- package/_lib/node_modules/moment/locale/mt.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/my.js +2 -0
- package/_lib/node_modules/moment/locale/my.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/nb.js +2 -0
- package/_lib/node_modules/moment/locale/nb.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ne.js +2 -0
- package/_lib/node_modules/moment/locale/ne.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/nl-be.js +2 -0
- package/_lib/node_modules/moment/locale/nl-be.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/nl.js +2 -0
- package/_lib/node_modules/moment/locale/nl.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/nn.js +2 -0
- package/_lib/node_modules/moment/locale/nn.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/oc-lnc.js +2 -0
- package/_lib/node_modules/moment/locale/oc-lnc.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/pa-in.js +2 -0
- package/_lib/node_modules/moment/locale/pa-in.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/pl.js +2 -0
- package/_lib/node_modules/moment/locale/pl.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/pt-br.js +2 -0
- package/_lib/node_modules/moment/locale/pt-br.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/pt.js +2 -0
- package/_lib/node_modules/moment/locale/pt.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ro.js +2 -0
- package/_lib/node_modules/moment/locale/ro.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ru.js +2 -0
- package/_lib/node_modules/moment/locale/ru.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/sd.js +2 -0
- package/_lib/node_modules/moment/locale/sd.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/se.js +2 -0
- package/_lib/node_modules/moment/locale/se.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/si.js +2 -0
- package/_lib/node_modules/moment/locale/si.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/sk.js +2 -0
- package/_lib/node_modules/moment/locale/sk.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/sl.js +2 -0
- package/_lib/node_modules/moment/locale/sl.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/sq.js +2 -0
- package/_lib/node_modules/moment/locale/sq.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/sr-cyrl.js +2 -0
- package/_lib/node_modules/moment/locale/sr-cyrl.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/sr.js +2 -0
- package/_lib/node_modules/moment/locale/sr.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ss.js +2 -0
- package/_lib/node_modules/moment/locale/ss.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/sv.js +2 -0
- package/_lib/node_modules/moment/locale/sv.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/sw.js +2 -0
- package/_lib/node_modules/moment/locale/sw.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ta.js +2 -0
- package/_lib/node_modules/moment/locale/ta.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/te.js +2 -0
- package/_lib/node_modules/moment/locale/te.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/tet.js +2 -0
- package/_lib/node_modules/moment/locale/tet.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/tg.js +2 -0
- package/_lib/node_modules/moment/locale/tg.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/th.js +2 -0
- package/_lib/node_modules/moment/locale/th.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/tk.js +2 -0
- package/_lib/node_modules/moment/locale/tk.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/tl-ph.js +2 -0
- package/_lib/node_modules/moment/locale/tl-ph.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/tlh.js +2 -0
- package/_lib/node_modules/moment/locale/tlh.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/tr.js +2 -0
- package/_lib/node_modules/moment/locale/tr.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/tzl.js +2 -0
- package/_lib/node_modules/moment/locale/tzl.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/tzm-latn.js +2 -0
- package/_lib/node_modules/moment/locale/tzm-latn.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/tzm.js +2 -0
- package/_lib/node_modules/moment/locale/tzm.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ug-cn.js +2 -0
- package/_lib/node_modules/moment/locale/ug-cn.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/uk.js +2 -0
- package/_lib/node_modules/moment/locale/uk.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/ur.js +2 -0
- package/_lib/node_modules/moment/locale/ur.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/uz-latn.js +2 -0
- package/_lib/node_modules/moment/locale/uz-latn.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/uz.js +2 -0
- package/_lib/node_modules/moment/locale/uz.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/vi.js +2 -0
- package/_lib/node_modules/moment/locale/vi.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/x-pseudo.js +2 -0
- package/_lib/node_modules/moment/locale/x-pseudo.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/yo.js +2 -0
- package/_lib/node_modules/moment/locale/yo.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/zh-cn.js +2 -0
- package/_lib/node_modules/moment/locale/zh-cn.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/zh-hk.js +2 -0
- package/_lib/node_modules/moment/locale/zh-hk.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/zh-mo.js +2 -0
- package/_lib/node_modules/moment/locale/zh-mo.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/locale/zh-tw.js +2 -0
- package/_lib/node_modules/moment/locale/zh-tw.js.LICENSE.txt +1 -0
- package/_lib/node_modules/moment/moment.js +2 -0
- package/_lib/node_modules/moment/moment.js.LICENSE.txt +1 -0
- package/_lib/node_modules/nanoid/index.browser.js +1 -0
- package/_lib/node_modules/nanoid/url-alphabet/index.js +1 -0
- package/_lib/node_modules/next-tick/index.js +1 -0
- package/_lib/node_modules/nouislider/distribute/nouislider.js +2 -0
- package/_lib/node_modules/nouislider/distribute/nouislider.js.LICENSE.txt +1 -0
- package/_lib/node_modules/object-assign/index.js +2 -0
- package/_lib/node_modules/object-assign/index.js.LICENSE.txt +5 -0
- package/_lib/node_modules/object-inspect/index.js +1 -0
- package/_lib/node_modules/object-is/implementation.js +1 -0
- package/_lib/node_modules/object-is/index.js +1 -0
- package/_lib/node_modules/object-is/node_modules/call-bind/index.js +1 -0
- package/_lib/node_modules/object-is/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/object-is/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/object-is/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/object-is/polyfill.js +1 -0
- package/_lib/node_modules/object-is/shim.js +1 -0
- package/_lib/node_modules/object-keys/implementation.js +1 -0
- package/_lib/node_modules/object-keys/index.js +1 -0
- package/_lib/node_modules/object-keys/isArguments.js +1 -0
- package/_lib/node_modules/proj4/lib/Point.js +1 -0
- package/_lib/node_modules/proj4/lib/Proj.js +1 -0
- package/_lib/node_modules/proj4/lib/adjust_axis.js +1 -0
- package/_lib/node_modules/proj4/lib/common/adjust_lat.js +1 -0
- package/_lib/node_modules/proj4/lib/common/adjust_lon.js +1 -0
- package/_lib/node_modules/proj4/lib/common/adjust_zone.js +1 -0
- package/_lib/node_modules/proj4/lib/common/asinz.js +1 -0
- package/_lib/node_modules/proj4/lib/common/e0fn.js +1 -0
- package/_lib/node_modules/proj4/lib/common/e1fn.js +1 -0
- package/_lib/node_modules/proj4/lib/common/e2fn.js +1 -0
- package/_lib/node_modules/proj4/lib/common/e3fn.js +1 -0
- package/_lib/node_modules/proj4/lib/common/gN.js +1 -0
- package/_lib/node_modules/proj4/lib/common/imlfn.js +1 -0
- package/_lib/node_modules/proj4/lib/common/iqsfnz.js +1 -0
- package/_lib/node_modules/proj4/lib/common/mlfn.js +1 -0
- package/_lib/node_modules/proj4/lib/common/msfnz.js +1 -0
- package/_lib/node_modules/proj4/lib/common/phi2z.js +1 -0
- package/_lib/node_modules/proj4/lib/common/pj_enfn.js +1 -0
- package/_lib/node_modules/proj4/lib/common/pj_inv_mlfn.js +1 -0
- package/_lib/node_modules/proj4/lib/common/pj_mlfn.js +1 -0
- package/_lib/node_modules/proj4/lib/common/qsfnz.js +1 -0
- package/_lib/node_modules/proj4/lib/common/sign.js +1 -0
- package/_lib/node_modules/proj4/lib/common/srat.js +1 -0
- package/_lib/node_modules/proj4/lib/common/toPoint.js +1 -0
- package/_lib/node_modules/proj4/lib/common/tsfnz.js +1 -0
- package/_lib/node_modules/proj4/lib/constants/Datum.js +1 -0
- package/_lib/node_modules/proj4/lib/constants/Ellipsoid.js +1 -0
- package/_lib/node_modules/proj4/lib/constants/PrimeMeridian.js +1 -0
- package/_lib/node_modules/proj4/lib/constants/units.js +1 -0
- package/_lib/node_modules/proj4/lib/core.js +1 -0
- package/_lib/node_modules/proj4/lib/datum.js +1 -0
- package/_lib/node_modules/proj4/lib/datumUtils.js +1 -0
- package/_lib/node_modules/proj4/lib/datum_transform.js +1 -0
- package/_lib/node_modules/proj4/lib/defs.js +1 -0
- package/_lib/node_modules/proj4/lib/deriveConstants.js +1 -0
- package/_lib/node_modules/proj4/lib/extend.js +1 -0
- package/_lib/node_modules/proj4/lib/global.js +1 -0
- package/_lib/node_modules/proj4/lib/includedProjections.js +1 -0
- package/_lib/node_modules/proj4/lib/index.js +1 -0
- package/_lib/node_modules/proj4/lib/parseCode.js +1 -0
- package/_lib/node_modules/proj4/lib/projString.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/aea.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/aeqd.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/cass.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/cea.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/eqc.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/eqdc.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/gauss.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/gnom.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/krovak.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/laea.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/lcc.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/longlat.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/merc.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/mill.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/moll.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/nzmg.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/omerc.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/poly.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/sinu.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/somerc.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/stere.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/sterea.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/tmerc.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/utm.js +1 -0
- package/_lib/node_modules/proj4/lib/projections/vandg.js +1 -0
- package/_lib/node_modules/proj4/lib/projections.js +1 -0
- package/_lib/node_modules/proj4/lib/transform.js +1 -0
- package/_lib/node_modules/proj4/lib/version-browser.js +1 -0
- package/_lib/node_modules/proj4/lib/wkt.js +1 -0
- package/_lib/node_modules/prop-types/checkPropTypes.js +1 -0
- package/_lib/node_modules/prop-types/factoryWithThrowingShims.js +1 -0
- package/_lib/node_modules/prop-types/factoryWithTypeCheckers.js +1 -0
- package/_lib/node_modules/prop-types/index.js +1 -0
- package/_lib/node_modules/prop-types/lib/ReactPropTypesSecret.js +1 -0
- package/_lib/node_modules/prop-types/lib/has.js +1 -0
- package/_lib/node_modules/prop-types-extra/lib/deprecated.js +1 -0
- package/_lib/node_modules/prop-types-extra/lib/elementType.js +1 -0
- package/_lib/node_modules/prop-types-extra/lib/utils/createChainableTypeChecker.js +1 -0
- package/_lib/node_modules/prop-types-extra/node_modules/warning/warning.js +1 -0
- package/_lib/node_modules/react/cjs/react.production.min.js +2 -0
- package/_lib/node_modules/react/cjs/react.production.min.js.LICENSE.txt +8 -0
- package/_lib/node_modules/react/index.js +1 -0
- package/_lib/node_modules/react-component-managers/lib/autoFocus.js +1 -0
- package/_lib/node_modules/react-component-managers/lib/focusManager.js +1 -0
- package/_lib/node_modules/react-component-managers/lib/index.js +1 -0
- package/_lib/node_modules/react-component-managers/lib/mixin.js +1 -0
- package/_lib/node_modules/react-component-managers/lib/mountManager.js +1 -0
- package/_lib/node_modules/react-component-managers/lib/timeoutManager.js +1 -0
- package/_lib/node_modules/react-dom/cjs/react-dom.production.min.js +2 -0
- package/_lib/node_modules/react-dom/cjs/react-dom.production.min.js.LICENSE.txt +8 -0
- package/_lib/node_modules/react-dom/index.js +1 -0
- package/_lib/node_modules/react-dropzone/dist/es/index.js +1 -0
- package/_lib/node_modules/react-dropzone/dist/es/utils/index.js +1 -0
- package/_lib/node_modules/react-from-dom/esm/helpers.js +1 -0
- package/_lib/node_modules/react-from-dom/esm/index.js +1 -0
- package/_lib/node_modules/react-inlinesvg/esm/helpers.js +1 -0
- package/_lib/node_modules/react-inlinesvg/esm/index.js +1 -0
- package/_lib/node_modules/react-inlinesvg/esm/types.js +1 -0
- package/_lib/node_modules/react-is/cjs/react-is.production.min.js +2 -0
- package/_lib/node_modules/react-is/cjs/react-is.production.min.js.LICENSE.txt +8 -0
- package/_lib/node_modules/react-is/index.js +1 -0
- package/_lib/node_modules/react-lifecycles-compat/react-lifecycles-compat.es.js +1 -0
- package/_lib/node_modules/react-sortable-hoc/dist/react-sortable-hoc.esm.js +1 -0
- package/_lib/node_modules/react-tree-graph/dist/module/components/animated.js +1 -0
- package/_lib/node_modules/react-tree-graph/dist/module/components/animatedTree.js +1 -0
- package/_lib/node_modules/react-tree-graph/dist/module/components/container.js +1 -0
- package/_lib/node_modules/react-tree-graph/dist/module/components/link.js +1 -0
- package/_lib/node_modules/react-tree-graph/dist/module/components/node.js +1 -0
- package/_lib/node_modules/react-tree-graph/dist/module/components/tree.js +1 -0
- package/_lib/node_modules/react-tree-graph/dist/module/d3.js +1 -0
- package/_lib/node_modules/react-tree-graph/dist/module/index.js +1 -0
- package/_lib/node_modules/react-tree-graph/dist/module/wrapHandlers.js +1 -0
- package/_lib/node_modules/react-widgets/lib/AddToListOption.js +1 -0
- package/_lib/node_modules/react-widgets/lib/Button.js +1 -0
- package/_lib/node_modules/react-widgets/lib/Calendar.js +1 -0
- package/_lib/node_modules/react-widgets/lib/CalendarView.js +1 -0
- package/_lib/node_modules/react-widgets/lib/Century.js +1 -0
- package/_lib/node_modules/react-widgets/lib/Combobox.js +1 -0
- package/_lib/node_modules/react-widgets/lib/ComboboxInput.js +1 -0
- package/_lib/node_modules/react-widgets/lib/DateTimePicker.js +1 -0
- package/_lib/node_modules/react-widgets/lib/DateTimePickerInput.js +1 -0
- package/_lib/node_modules/react-widgets/lib/Decade.js +1 -0
- package/_lib/node_modules/react-widgets/lib/Footer.js +1 -0
- package/_lib/node_modules/react-widgets/lib/Header.js +1 -0
- package/_lib/node_modules/react-widgets/lib/Icon.js +1 -0
- package/_lib/node_modules/react-widgets/lib/Input.js +1 -0
- package/_lib/node_modules/react-widgets/lib/List.js +1 -0
- package/_lib/node_modules/react-widgets/lib/ListOption.js +1 -0
- package/_lib/node_modules/react-widgets/lib/ListOptionGroup.js +1 -0
- package/_lib/node_modules/react-widgets/lib/Listbox.js +1 -0
- package/_lib/node_modules/react-widgets/lib/Month.js +1 -0
- package/_lib/node_modules/react-widgets/lib/Multiselect.js +1 -0
- package/_lib/node_modules/react-widgets/lib/MultiselectInput.js +1 -0
- package/_lib/node_modules/react-widgets/lib/MultiselectTag.js +1 -0
- package/_lib/node_modules/react-widgets/lib/MultiselectTagList.js +1 -0
- package/_lib/node_modules/react-widgets/lib/Popup.js +1 -0
- package/_lib/node_modules/react-widgets/lib/Select.js +1 -0
- package/_lib/node_modules/react-widgets/lib/SlideDownTransition.js +1 -0
- package/_lib/node_modules/react-widgets/lib/SlideTransitionGroup.js +1 -0
- package/_lib/node_modules/react-widgets/lib/TimeList.js +1 -0
- package/_lib/node_modules/react-widgets/lib/Widget.js +1 -0
- package/_lib/node_modules/react-widgets/lib/WidgetPicker.js +1 -0
- package/_lib/node_modules/react-widgets/lib/Year.js +1 -0
- package/_lib/node_modules/react-widgets/lib/configure.js +1 -0
- package/_lib/node_modules/react-widgets/lib/messages.js +1 -0
- package/_lib/node_modules/react-widgets/lib/util/Filter.js +1 -0
- package/_lib/node_modules/react-widgets/lib/util/PropTypes.js +1 -0
- package/_lib/node_modules/react-widgets/lib/util/Props.js +1 -0
- package/_lib/node_modules/react-widgets/lib/util/_.js +1 -0
- package/_lib/node_modules/react-widgets/lib/util/dataHelpers.js +1 -0
- package/_lib/node_modules/react-widgets/lib/util/dates.js +1 -0
- package/_lib/node_modules/react-widgets/lib/util/focusManager.js +1 -0
- package/_lib/node_modules/react-widgets/lib/util/getAccessors.js +1 -0
- package/_lib/node_modules/react-widgets/lib/util/interaction.js +1 -0
- package/_lib/node_modules/react-widgets/lib/util/localizers.js +1 -0
- package/_lib/node_modules/react-widgets/lib/util/reduceToListState.js +1 -0
- package/_lib/node_modules/react-widgets/lib/util/scrollManager.js +1 -0
- package/_lib/node_modules/react-widgets/lib/util/widgetHelpers.js +1 -0
- package/_lib/node_modules/react-widgets/node_modules/react-transition-group/Transition.js +1 -0
- package/_lib/node_modules/react-widgets/node_modules/react-transition-group/TransitionGroup.js +1 -0
- package/_lib/node_modules/react-widgets/node_modules/react-transition-group/utils/ChildMapping.js +1 -0
- package/_lib/node_modules/react-widgets/node_modules/react-transition-group/utils/PropTypes.js +1 -0
- package/_lib/node_modules/react-widgets-moment/index.js +1 -0
- package/_lib/node_modules/scheduler/cjs/scheduler.production.min.js +2 -0
- package/_lib/node_modules/scheduler/cjs/scheduler.production.min.js.LICENSE.txt +8 -0
- package/_lib/node_modules/scheduler/index.js +1 -0
- package/_lib/node_modules/set-function-name/index.js +1 -0
- package/_lib/node_modules/side-channel/index.js +1 -0
- package/_lib/node_modules/side-channel/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/side-channel/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/side-channel/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/spy-on-component/index.js +1 -0
- package/_lib/node_modules/stop-iteration-iterator/index.js +1 -0
- package/_lib/node_modules/stop-iteration-iterator/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/stop-iteration-iterator/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/stop-iteration-iterator/node_modules/has-symbols/shams.js +1 -0
- package/_lib/node_modules/stop-iteration-iterator/node_modules/internal-slot/index.js +1 -0
- package/_lib/node_modules/timers-ext/max-timeout.js +1 -0
- package/_lib/node_modules/timers-ext/valid-timeout.js +1 -0
- package/_lib/node_modules/type/function/is.js +1 -0
- package/_lib/node_modules/type/object/is.js +1 -0
- package/_lib/node_modules/type/plain-function/is.js +1 -0
- package/_lib/node_modules/type/prototype/is.js +1 -0
- package/_lib/node_modules/type/value/is.js +1 -0
- package/_lib/node_modules/uncontrollable/lib/esm/hook.js +1 -0
- package/_lib/node_modules/uncontrollable/lib/esm/index.js +1 -0
- package/_lib/node_modules/uncontrollable/lib/esm/uncontrollable.js +1 -0
- package/_lib/node_modules/uncontrollable/lib/esm/utils.js +1 -0
- package/_lib/node_modules/uri-js/dist/es5/uri.all.js +1 -0
- package/_lib/node_modules/validate.io-array/lib/index.js +1 -0
- package/_lib/node_modules/validate.io-function/lib/index.js +1 -0
- package/_lib/node_modules/validate.io-integer/lib/index.js +1 -0
- package/_lib/node_modules/validate.io-integer-array/lib/index.js +1 -0
- package/_lib/node_modules/validate.io-number/lib/index.js +1 -0
- package/_lib/node_modules/warning/browser.js +1 -0
- package/_lib/node_modules/wgs84/index.js +1 -0
- package/_lib/node_modules/whatwg-fetch/fetch.js +1 -0
- package/_lib/node_modules/which-boxed-primitive/index.js +1 -0
- package/_lib/node_modules/which-collection/index.js +1 -0
- package/_lib/node_modules/which-typed-array/index.js +1 -0
- package/_lib/node_modules/which-typed-array/node_modules/call-bind/callBound.js +1 -0
- package/_lib/node_modules/which-typed-array/node_modules/call-bind/index.js +1 -0
- package/_lib/node_modules/which-typed-array/node_modules/get-intrinsic/index.js +1 -0
- package/_lib/node_modules/which-typed-array/node_modules/has-symbols/index.js +1 -0
- package/_lib/node_modules/which-typed-array/node_modules/has-symbols/shams.js +1 -0
- package/_lib/services/form-expander-service.ts +1 -0
- package/_lib/services/has-cache.ts +1 -0
- package/_lib/services/metadata-service.ts +1 -0
- package/_lib/utils.ts +1 -0
- package/lib/api-client.js +1 -1
- package/lib/api-client.js.map +1 -1
- package/lib/client/LajiFormInterface.js +4 -4
- package/lib/client/LajiFormInterface.js.map +1 -1
- package/lib/client/app.d.ts +1 -1
- package/lib/client/app.js +8 -4
- package/lib/client/app.js.map +1 -1
- package/lib/client/components/Builder.d.ts +8 -8
- package/lib/client/components/Builder.js +31 -27
- package/lib/client/components/Builder.js.map +1 -1
- package/lib/client/components/Context.d.ts +6 -6
- package/lib/client/components/Context.js +5 -1
- package/lib/client/components/Context.js.map +1 -1
- package/lib/client/components/Editor/BasicEditor.d.ts +5 -5
- package/lib/client/components/Editor/BasicEditor.js +21 -17
- package/lib/client/components/Editor/BasicEditor.js.map +1 -1
- package/lib/client/components/Editor/DiffViewer.d.ts +7 -7
- package/lib/client/components/Editor/DiffViewer.js +15 -11
- package/lib/client/components/Editor/DiffViewer.js.map +1 -1
- package/lib/client/components/Editor/Editor.d.ts +14 -14
- package/lib/client/components/Editor/Editor.js +40 -36
- package/lib/client/components/Editor/Editor.js.map +1 -1
- package/lib/client/components/Editor/ElemPicker.d.ts +2 -2
- package/lib/client/components/Editor/ElemPicker.js +11 -7
- package/lib/client/components/Editor/ElemPicker.js.map +1 -1
- package/lib/client/components/Editor/FieldEditor.d.ts +6 -6
- package/lib/client/components/Editor/FieldEditor.js +19 -15
- package/lib/client/components/Editor/FieldEditor.js.map +1 -1
- package/lib/client/components/Editor/Fields.d.ts +3 -3
- package/lib/client/components/Editor/Fields.js +18 -14
- package/lib/client/components/Editor/Fields.js.map +1 -1
- package/lib/client/components/Editor/Hierarchy.d.ts +3 -3
- package/lib/client/components/Editor/Hierarchy.js +29 -20
- package/lib/client/components/Editor/Hierarchy.js.map +1 -1
- package/lib/client/components/Editor/OptionsEditor.d.ts +6 -6
- package/lib/client/components/Editor/OptionsEditor.js +26 -22
- package/lib/client/components/Editor/OptionsEditor.js.map +1 -1
- package/lib/client/components/Editor/UiSchemaEditor.d.ts +4 -4
- package/lib/client/components/Editor/UiSchemaEditor.js +37 -33
- package/lib/client/components/Editor/UiSchemaEditor.js.map +1 -1
- package/lib/client/components/LajiForm.js +5 -1
- package/lib/client/components/LajiForm.js.map +1 -1
- package/lib/client/components/Wizard.d.ts +1 -1
- package/lib/client/components/Wizard.js +31 -32
- package/lib/client/components/Wizard.js.map +1 -1
- package/lib/client/components/components.d.ts +8 -8
- package/lib/client/components/components.js +17 -13
- package/lib/client/components/components.js.map +1 -1
- package/lib/client/services/change-handler-service.d.ts +12 -12
- package/lib/client/services/change-handler-service.js +6 -6
- package/lib/client/services/change-handler-service.js.map +1 -1
- package/lib/client/services/form-service.d.ts +3 -3
- package/lib/client/styles.css +10 -11
- package/lib/client/styles.css.map +1 -1
- package/lib/client/themes/bs3.js +5 -1
- package/lib/client/themes/bs3.js.map +1 -1
- package/lib/client/themes/theme.d.ts +4 -4
- package/lib/client/themes/theme.js +5 -1
- package/lib/client/themes/theme.js.map +1 -1
- package/lib/client/utils.d.ts +10 -10
- package/lib/client/utils.js +38 -34
- package/lib/client/utils.js.map +1 -1
- package/lib/model.d.ts +44 -49
- package/lib/model.js +3 -4
- package/lib/model.js.map +1 -1
- package/lib/services/form-expander-service.d.ts +2 -2
- package/lib/services/form-expander-service.js +5 -5
- package/lib/services/form-expander-service.js.map +1 -1
- package/lib/services/has-cache.d.ts +3 -3
- package/lib/services/has-cache.js +1 -1
- package/lib/services/has-cache.js.map +1 -1
- package/lib/services/metadata-service.d.ts +2 -5
- package/lib/services/metadata-service.js +10 -10
- package/lib/services/metadata-service.js.map +1 -1
- package/lib/utils.d.ts +8 -24
- package/lib/utils.js +10 -12
- package/lib/utils.js.map +1 -1
- package/package.json +7 -6
- package/config.prod.json +0 -10
- package/lib/client/translations.json +0 -282
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var r={48542:(r,e,t)=>{var i=t(43985),s=t(30950),n=t(8609);function o(r){var e=this;if(2===arguments.length){var t=arguments[1];"string"==typeof t?"+"===t.charAt(0)?o[r]=s(arguments[1]):o[r]=n(arguments[1]):o[r]=t}else if(1===arguments.length){if(Array.isArray(r))return r.map((function(r){Array.isArray(r)?o.apply(e,r):o(r)}));if("string"==typeof r){if(r in o)return o[r]}else"EPSG"in r?o["EPSG:"+r.EPSG]=r:"ESRI"in r?o["ESRI:"+r.ESRI]=r:"IAU2000"in r?o["IAU2000:"+r.IAU2000]=r:console.log(r);return}}i(o),r.exports=o},43985:r=>{"use strict";r.exports=require("./global.js")},30950:r=>{"use strict";r.exports=require("./projString.js")},8609:r=>{"use strict";r.exports=require("./wkt.js")}},e={},t=function t(i){var s=e[i];if(void 0!==s)return s.exports;var n=e[i]={exports:{}};return r[i](n,n.exports,t),n.exports}(48542);module.exports=t})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var r={895:r=>{"use strict";r.exports=require("./constants/Ellipsoid.js")}},e={};var t,s,n={};t=n,s=function t(s){var n=e[s];if(void 0!==n)return n.exports;var o=e[s]={exports:{}};return r[s](o,o.exports,t),o.exports}(895),t.eccentricity=function(r,e,t,s){var n=r*r,o=e*e,a=(n-o)/n,i=0;return s?(n=(r*=1-a*(.16666666666666666+a*(.04722222222222222+.022156084656084655*a)))*r,a=0):i=Math.sqrt(a),{es:a,e:i,ep2:(n-o)/o}},t.sphere=function(r,e,t,n,o){if(!r){var a=s[n];a||(a=s.WGS84),r=a.a,e=a.b,t=a.rf}return t&&!e&&(e=(1-1/t)*r),(0===t||Math.abs(r-e)<1e-10)&&(o=!0,e=r),{a:r,b:e,rf:t,sphere:o}},module.exports=n})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var r={28459:r=>{r.exports=function(r,o){var t,e;if(r=r||{},!o)return r;for(e in o)void 0!==(t=o[e])&&(r[e]=t);return r}}},o={},t=function t(e){var n=o[e];if(void 0!==n)return n.exports;var i=o[e]={exports:{}};return r[e](i,i.exports,t),i.exports}(28459);module.exports=t})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={230:t=>{t.exports=function(t){t("EPSG:4326","+title=WGS 84 (long/lat) +proj=longlat +ellps=WGS84 +datum=WGS84 +units=degrees"),t("EPSG:4269","+title=NAD83 (long/lat) +proj=longlat +a=6378137.0 +b=6356752.31414036 +ellps=GRS80 +datum=NAD83 +units=degrees"),t("EPSG:3857","+title=WGS 84 / Pseudo-Mercator +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs"),t.WGS84=t["EPSG:4326"],t["EPSG:3785"]=t["EPSG:3857"],t.GOOGLE=t["EPSG:3857"],t["EPSG:900913"]=t["EPSG:3857"],t["EPSG:102113"]=t["EPSG:3857"]}}},e={},r=function r(o){var l=e[o];if(void 0!==l)return l.exports;var G=e[o]={exports:{}};return t[o](G,G.exports,r),G.exports}(230);module.exports=r})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var e={63386:(e,r,s)=>{var t=[s(35405),s(40868),s(58218),s(5281),s(24318),s(48860),s(36076),s(40975),s(97994),s(77634),s(86542),s(74389),s(71173),s(37953),s(93171),s(40711),s(2413),s(80934),s(64494),s(312),s(58177),s(81435)];e.exports=function(e){t.forEach((function(r){e.Proj.projections.add(r)}))}},86542:e=>{"use strict";e.exports=require("./projections/aea.js")},81435:e=>{"use strict";e.exports=require("./projections/aeqd.js")},97994:e=>{"use strict";e.exports=require("./projections/cass.js")},71173:e=>{"use strict";e.exports=require("./projections/cea.js")},37953:e=>{"use strict";e.exports=require("./projections/eqc.js")},312:e=>{"use strict";e.exports=require("./projections/eqdc.js")},74389:e=>{"use strict";e.exports=require("./projections/gnom.js")},40975:e=>{"use strict";e.exports=require("./projections/krovak.js")},77634:e=>{"use strict";e.exports=require("./projections/laea.js")},36076:e=>{"use strict";e.exports=require("./projections/lcc.js")},2413:e=>{"use strict";e.exports=require("./projections/mill.js")},64494:e=>{"use strict";e.exports=require("./projections/moll.js")},40711:e=>{"use strict";e.exports=require("./projections/nzmg.js")},48860:e=>{"use strict";e.exports=require("./projections/omerc.js")},93171:e=>{"use strict";e.exports=require("./projections/poly.js")},80934:e=>{"use strict";e.exports=require("./projections/sinu.js")},24318:e=>{"use strict";e.exports=require("./projections/somerc.js")},5281:e=>{"use strict";e.exports=require("./projections/stere.js")},58218:e=>{"use strict";e.exports=require("./projections/sterea.js")},35405:e=>{"use strict";e.exports=require("./projections/tmerc.js")},40868:e=>{"use strict";e.exports=require("./projections/utm.js")},58177:e=>{"use strict";e.exports=require("./projections/vandg.js")}},r={},s=function s(t){var o=r[t];if(void 0!==o)return o.exports;var i=r[t]={exports:{}};return e[t](i,i.exports,s),i.exports}(63386);module.exports=s})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var r={32344:(r,e,s)=>{var t=s(71271);t.defaultDatum="WGS84",t.Proj=s(31004),t.WGS84=new t.Proj("WGS84"),t.Point=s(14909),t.toPoint=s(4858),t.defs=s(76090),t.transform=s(10103),t.mgrs=s(26875),t.version=s(58305),s(43560)(t),r.exports=t},26875:r=>{"use strict";r.exports=require("../../mgrs/mgrs.js")},14909:r=>{"use strict";r.exports=require("./Point.js")},31004:r=>{"use strict";r.exports=require("./Proj.js")},4858:r=>{"use strict";r.exports=require("./common/toPoint.js")},71271:r=>{"use strict";r.exports=require("./core.js")},76090:r=>{"use strict";r.exports=require("./defs.js")},43560:r=>{"use strict";r.exports=require("./includedProjections.js")},10103:r=>{"use strict";r.exports=require("./transform.js")},58305:r=>{"use strict";r.exports=require("./version-browser.js")}},e={},s=function s(t){var o=e[t];if(void 0!==o)return o.exports;var i=e[t]={exports:{}};return r[t](i,i.exports,s),i.exports}(32344);module.exports=s})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var r={53902:(r,t,e)=>{var n=e(62910),o=e(44375),u=e(47972),s=["GEOGCS","GEOCCS","PROJCS","LOCAL_CS"];r.exports=function(r){return function(r){return"string"==typeof r}(r)?function(r){return r in n}(r)?n[r]:function(r){return s.some((function(t){return r.indexOf(t)>-1}))}(r)?o(r):function(r){return"+"===r[0]}(r)?u(r):void 0:r}},62910:r=>{"use strict";r.exports=require("./defs.js")},47972:r=>{"use strict";r.exports=require("./projString.js")},44375:r=>{"use strict";r.exports=require("./wkt.js")}},t={},e=function e(n){var o=t[n];if(void 0!==o)return o.exports;var u=t[n]={exports:{}};return r[n](u,u.exports,e),u.exports}(53902);module.exports=e})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={81779:(t,n,o)=>{var r=.017453292519943295,e=o(37558),a=o(81006);t.exports=function(t){var n,o,u,i={},s=t.split("+").map((function(t){return t.trim()})).filter((function(t){return t})).reduce((function(t,n){var o=n.split("=");return o.push(!0),t[o[0].toLowerCase()]=o[1],t}),{}),f={proj:"projName",datum:"datumCode",rf:function(t){i.rf=parseFloat(t)},lat_0:function(t){i.lat0=t*r},lat_1:function(t){i.lat1=t*r},lat_2:function(t){i.lat2=t*r},lat_ts:function(t){i.lat_ts=t*r},lon_0:function(t){i.long0=t*r},lon_1:function(t){i.long1=t*r},lon_2:function(t){i.long2=t*r},alpha:function(t){i.alpha=parseFloat(t)*r},lonc:function(t){i.longc=t*r},x_0:function(t){i.x0=parseFloat(t)},y_0:function(t){i.y0=parseFloat(t)},k_0:function(t){i.k0=parseFloat(t)},k:function(t){i.k0=parseFloat(t)},a:function(t){i.a=parseFloat(t)},b:function(t){i.b=parseFloat(t)},r_a:function(){i.R_A=!0},zone:function(t){i.zone=parseInt(t,10)},south:function(){i.utmSouth=!0},towgs84:function(t){i.datum_params=t.split(",").map((function(t){return parseFloat(t)}))},to_meter:function(t){i.to_meter=parseFloat(t)},units:function(t){i.units=t,a[t]&&(i.to_meter=a[t].to_meter)},from_greenwich:function(t){i.from_greenwich=t*r},pm:function(t){i.from_greenwich=(e[t]?e[t]:parseFloat(t))*r},nadgrids:function(t){"@null"===t?i.datumCode="none":i.nadgrids=t},axis:function(t){var n="ewnsud";3===t.length&&-1!==n.indexOf(t.substr(0,1))&&-1!==n.indexOf(t.substr(1,1))&&-1!==n.indexOf(t.substr(2,1))&&(i.axis=t)}};for(n in s)o=s[n],n in f?"function"==typeof(u=f[n])?u(o):i[u]=o:i[n]=o;return"string"==typeof i.datumCode&&"WGS84"!==i.datumCode&&(i.datumCode=i.datumCode.toLowerCase()),i}},37558:t=>{"use strict";t.exports=require("./constants/PrimeMeridian.js")},81006:t=>{"use strict";t.exports=require("./constants/units.js")}},n={},o=function o(r){var e=n[r];if(void 0!==e)return e.exports;var a=n[r]={exports:{}};return t[r](a,a.exports,o),a.exports}(81779);module.exports=o})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var s={21011:s=>{"use strict";s.exports=require("../common/adjust_lon.js")},13316:s=>{"use strict";s.exports=require("../common/asinz.js")},69193:s=>{"use strict";s.exports=require("../common/msfnz.js")},1277:s=>{"use strict";s.exports=require("../common/qsfnz.js")}},t={};function i(h){var o=t[h];if(void 0!==o)return o.exports;var n=t[h]={exports:{}};return s[h](n,n.exports,i),n.exports}var h,o,n,a,r,e,p={};h=p,o=1e-10,n=i(69193),a=i(1277),r=i(21011),e=i(13316),h.init=function(){Math.abs(this.lat1+this.lat2)<o||(this.temp=this.b/this.a,this.es=1-Math.pow(this.temp,2),this.e3=Math.sqrt(this.es),this.sin_po=Math.sin(this.lat1),this.cos_po=Math.cos(this.lat1),this.t1=this.sin_po,this.con=this.sin_po,this.ms1=n(this.e3,this.sin_po,this.cos_po),this.qs1=a(this.e3,this.sin_po,this.cos_po),this.sin_po=Math.sin(this.lat2),this.cos_po=Math.cos(this.lat2),this.t2=this.sin_po,this.ms2=n(this.e3,this.sin_po,this.cos_po),this.qs2=a(this.e3,this.sin_po,this.cos_po),this.sin_po=Math.sin(this.lat0),this.cos_po=Math.cos(this.lat0),this.t3=this.sin_po,this.qs0=a(this.e3,this.sin_po,this.cos_po),Math.abs(this.lat1-this.lat2)>o?this.ns0=(this.ms1*this.ms1-this.ms2*this.ms2)/(this.qs2-this.qs1):this.ns0=this.con,this.c=this.ms1*this.ms1+this.ns0*this.qs1,this.rh=this.a*Math.sqrt(this.c-this.ns0*this.qs0)/this.ns0)},h.forward=function(s){var t=s.x,i=s.y;this.sin_phi=Math.sin(i),this.cos_phi=Math.cos(i);var h=a(this.e3,this.sin_phi,this.cos_phi),o=this.a*Math.sqrt(this.c-this.ns0*h)/this.ns0,n=this.ns0*r(t-this.long0),e=o*Math.sin(n)+this.x0,p=this.rh-o*Math.cos(n)+this.y0;return s.x=e,s.y=p,s},h.inverse=function(s){var t,i,h,o,n,a;return s.x-=this.x0,s.y=this.rh-s.y+this.y0,this.ns0>=0?(t=Math.sqrt(s.x*s.x+s.y*s.y),h=1):(t=-Math.sqrt(s.x*s.x+s.y*s.y),h=-1),o=0,0!==t&&(o=Math.atan2(h*s.x,h*s.y)),h=t*this.ns0/this.a,this.sphere?a=Math.asin((this.c-h*h)/(2*this.ns0)):(i=(this.c-h*h)/this.ns0,a=this.phi1z(this.e3,i)),n=r(o/this.ns0+this.long0),s.x=n,s.y=a,s},h.phi1z=function(s,t){var i,h,n,a,r=e(.5*t);if(s<o)return r;for(var p=s*s,c=1;c<=25;c++)if(r+=a=.5*(n=1-(h=s*(i=Math.sin(r)))*h)*n/Math.cos(r)*(t/(1-p)-i/n+.5/s*Math.log((1-h)/(1+h))),Math.abs(a)<=1e-7)return r;return null},h.names=["Albers_Conic_Equal_Area","Albers","aea"],module.exports=p})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var s={19976:s=>{"use strict";s.exports=require("../common/adjust_lon.js")},48163:s=>{"use strict";s.exports=require("../common/asinz.js")},47238:s=>{"use strict";s.exports=require("../common/e0fn.js")},10405:s=>{"use strict";s.exports=require("../common/e1fn.js")},68624:s=>{"use strict";s.exports=require("../common/e2fn.js")},22748:s=>{"use strict";s.exports=require("../common/e3fn.js")},9741:s=>{"use strict";s.exports=require("../common/gN.js")},97395:s=>{"use strict";s.exports=require("../common/imlfn.js")},73497:s=>{"use strict";s.exports=require("../common/mlfn.js")}},t={};function i(h){var a=t[h];if(void 0!==a)return a.exports;var n=t[h]={exports:{}};return s[h](n,n.exports,i),n.exports}var h,a,n,e,o,M,r,c,p,x,y,_,u={};h=u,a=i(19976),n=Math.PI/2,e=1e-10,o=i(73497),M=i(47238),r=i(10405),c=i(68624),p=i(22748),x=i(9741),y=i(48163),_=i(97395),h.init=function(){this.sin_p12=Math.sin(this.lat0),this.cos_p12=Math.cos(this.lat0)},h.forward=function(s){var t,i,h,y,_,u,m,l,q,f,b,j,g,v,d,w,z,I,P,A,E,N,k=s.x,B=s.y,C=Math.sin(s.y),D=Math.cos(s.y),F=a(k-this.long0);return this.sphere?Math.abs(this.sin_p12-1)<=e?(s.x=this.x0+this.a*(n-B)*Math.sin(F),s.y=this.y0-this.a*(n-B)*Math.cos(F),s):Math.abs(this.sin_p12+1)<=e?(s.x=this.x0+this.a*(n+B)*Math.sin(F),s.y=this.y0+this.a*(n+B)*Math.cos(F),s):(I=this.sin_p12*C+this.cos_p12*D*Math.cos(F),z=(w=Math.acos(I))/Math.sin(w),s.x=this.x0+this.a*z*D*Math.sin(F),s.y=this.y0+this.a*z*(this.cos_p12*C-this.sin_p12*D*Math.cos(F)),s):(t=M(this.es),i=r(this.es),h=c(this.es),y=p(this.es),Math.abs(this.sin_p12-1)<=e?(_=this.a*o(t,i,h,y,n),u=this.a*o(t,i,h,y,B),s.x=this.x0+(_-u)*Math.sin(F),s.y=this.y0-(_-u)*Math.cos(F),s):Math.abs(this.sin_p12+1)<=e?(_=this.a*o(t,i,h,y,n),u=this.a*o(t,i,h,y,B),s.x=this.x0+(_+u)*Math.sin(F),s.y=this.y0+(_+u)*Math.cos(F),s):(m=C/D,l=x(this.a,this.e,this.sin_p12),q=x(this.a,this.e,C),f=Math.atan((1-this.es)*m+this.es*l*this.sin_p12/(q*D)),P=0===(b=Math.atan2(Math.sin(F),this.cos_p12*Math.tan(f)-this.sin_p12*Math.cos(F)))?Math.asin(this.cos_p12*Math.sin(f)-this.sin_p12*Math.cos(f)):Math.abs(Math.abs(b)-Math.PI)<=e?-Math.asin(this.cos_p12*Math.sin(f)-this.sin_p12*Math.cos(f)):Math.asin(Math.sin(F)*Math.cos(f)/Math.sin(b)),j=this.e*this.sin_p12/Math.sqrt(1-this.es),w=l*P*(1-(A=P*P)*(d=(g=this.e*this.cos_p12*Math.cos(b)/Math.sqrt(1-this.es))*g)*(1-d)/6+(E=A*P)/8*(v=j*g)*(1-2*d)+(N=E*P)/120*(d*(4-7*d)-3*j*j*(1-7*d))-N*P/48*v),s.x=this.x0+w*Math.sin(b),s.y=this.y0+w*Math.cos(b),s))},h.inverse=function(s){var t,i,h,u,m,l,q,f,b,j,g,v,d,w,z,I,P,A,E,N,k,B;if(s.x-=this.x0,s.y-=this.y0,this.sphere){if((t=Math.sqrt(s.x*s.x+s.y*s.y))>2*n*this.a)return;return i=t/this.a,h=Math.sin(i),u=Math.cos(i),m=this.long0,Math.abs(t)<=e?l=this.lat0:(l=y(u*this.sin_p12+s.y*h*this.cos_p12/t),q=Math.abs(this.lat0)-n,m=Math.abs(q)<=e?this.lat0>=0?a(this.long0+Math.atan2(s.x,-s.y)):a(this.long0-Math.atan2(-s.x,s.y)):a(this.long0+Math.atan2(s.x*h,t*this.cos_p12*u-s.y*this.sin_p12*h))),s.x=m,s.y=l,s}return f=M(this.es),b=r(this.es),j=c(this.es),g=p(this.es),Math.abs(this.sin_p12-1)<=e?(v=this.a*o(f,b,j,g,n),t=Math.sqrt(s.x*s.x+s.y*s.y),l=_((v-t)/this.a,f,b,j,g),m=a(this.long0+Math.atan2(s.x,-1*s.y)),s.x=m,s.y=l,s):Math.abs(this.sin_p12+1)<=e?(v=this.a*o(f,b,j,g,n),t=Math.sqrt(s.x*s.x+s.y*s.y),l=_((t-v)/this.a,f,b,j,g),m=a(this.long0+Math.atan2(s.x,s.y)),s.x=m,s.y=l,s):(t=Math.sqrt(s.x*s.x+s.y*s.y),z=Math.atan2(s.x,s.y),d=x(this.a,this.e,this.sin_p12),I=Math.cos(z),A=-(P=this.e*this.cos_p12*I)*P/(1-this.es),E=3*this.es*(1-A)*this.sin_p12*this.cos_p12*I/(1-this.es),B=1-A*(k=(N=t/d)-A*(1+A)*Math.pow(N,3)/6-E*(1+3*A)*Math.pow(N,4)/24)*k/2-N*k*k*k/6,w=Math.asin(this.sin_p12*Math.cos(k)+this.cos_p12*Math.sin(k)*I),m=a(this.long0+Math.asin(Math.sin(z)*Math.sin(k)/Math.cos(w))),l=Math.atan((1-this.es*B*this.sin_p12/Math.sin(w))*Math.tan(w)/(1-this.es)),s.x=m,s.y=l,s)},h.names=["Azimuthal_Equidistant","aeqd"],module.exports=u})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={87634:t=>{"use strict";t.exports=require("../common/adjust_lat.js")},40548:t=>{"use strict";t.exports=require("../common/adjust_lon.js")},17730:t=>{"use strict";t.exports=require("../common/e0fn.js")},87065:t=>{"use strict";t.exports=require("../common/e1fn.js")},45446:t=>{"use strict";t.exports=require("../common/e2fn.js")},38536:t=>{"use strict";t.exports=require("../common/e3fn.js")},49741:t=>{"use strict";t.exports=require("../common/gN.js")},94107:t=>{"use strict";t.exports=require("../common/imlfn.js")},45602:t=>{"use strict";t.exports=require("../common/mlfn.js")}},s={};function i(e){var h=s[e];if(void 0!==h)return h.exports;var a=s[e]={exports:{}};return t[e](a,a.exports,i),a.exports}var e,h,a,r,n,o,c,u,m,M,x,p={};e=p,h=i(45602),a=i(17730),r=i(87065),n=i(45446),o=i(38536),c=i(49741),u=i(40548),m=i(87634),M=i(94107),x=Math.PI/2,e.init=function(){this.sphere||(this.e0=a(this.es),this.e1=r(this.es),this.e2=n(this.es),this.e3=o(this.es),this.ml0=this.a*h(this.e0,this.e1,this.e2,this.e3,this.lat0))},e.forward=function(t){var s,i,e=t.x,a=t.y;if(e=u(e-this.long0),this.sphere)s=this.a*Math.asin(Math.cos(a)*Math.sin(e)),i=this.a*(Math.atan2(Math.tan(a),Math.cos(e))-this.lat0);else{var r=Math.sin(a),n=Math.cos(a),o=c(this.a,this.e,r),m=Math.tan(a)*Math.tan(a),M=e*Math.cos(a),x=M*M,p=this.es*n*n/(1-this.es);s=o*M*(1-x*m*(1/6-(8-m+8*p)*x/120)),i=this.a*h(this.e0,this.e1,this.e2,this.e3,a)-this.ml0+o*r/n*x*(.5+(5-m+6*p)*x/24)}return t.x=s+this.x0,t.y=i+this.y0,t},e.inverse=function(t){t.x-=this.x0,t.y-=this.y0;var s,i,e=t.x/this.a,h=t.y/this.a;if(this.sphere){var a=h+this.lat0;s=Math.asin(Math.sin(a)*Math.cos(e)),i=Math.atan2(Math.tan(e),Math.cos(a))}else{var r=this.ml0/this.a+h,n=M(r,this.e0,this.e1,this.e2,this.e3);if(Math.abs(Math.abs(n)-x)<=1e-10)return t.x=this.long0,t.y=x,h<0&&(t.y*=-1),t;var o=c(this.a,this.e,Math.sin(n)),p=o*o*o/this.a/this.a*(1-this.es),l=Math.pow(Math.tan(n),2),f=e*this.a/o,v=f*f;s=n-o*Math.tan(n)/p*f*f*(.5-(1+3*l)*f*f/24),i=f*(1-v*(l/3+(1+3*l)*l*v/15))/Math.cos(n)}return t.x=u(i+this.long0),t.y=m(s),t},e.names=["Cassini","Cassini_Soldner","cass"],module.exports=p})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={66213:t=>{"use strict";t.exports=require("../common/adjust_lon.js")},83651:t=>{"use strict";t.exports=require("../common/iqsfnz.js")},9910:t=>{"use strict";t.exports=require("../common/msfnz.js")},41182:t=>{"use strict";t.exports=require("../common/qsfnz.js")}},s={};function i(h){var r=s[h];if(void 0!==r)return r.exports;var e=s[h]={exports:{}};return t[h](e,e.exports,i),e.exports}var h,r,e,a,o,n={};h=n,r=i(66213),e=i(41182),a=i(9910),o=i(83651),h.init=function(){this.sphere||(this.k0=a(this.e,Math.sin(this.lat_ts),Math.cos(this.lat_ts)))},h.forward=function(t){var s,i,h=t.x,a=t.y,o=r(h-this.long0);if(this.sphere)s=this.x0+this.a*o*Math.cos(this.lat_ts),i=this.y0+this.a*Math.sin(a)/Math.cos(this.lat_ts);else{var n=e(this.e,Math.sin(a));s=this.x0+this.a*this.k0*o,i=this.y0+this.a*n*.5/this.k0}return t.x=s,t.y=i,t},h.inverse=function(t){var s,i;return t.x-=this.x0,t.y-=this.y0,this.sphere?(s=r(this.long0+t.x/this.a/Math.cos(this.lat_ts)),i=Math.asin(t.y/this.a*Math.cos(this.lat_ts))):(i=o(this.e,2*t.y*this.k0/this.a),s=r(this.long0+t.x/(this.a*this.k0))),t.x=s,t.y=i,t},h.names=["cea"],module.exports=n})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={26292:t=>{"use strict";t.exports=require("../common/adjust_lat.js")},55030:t=>{"use strict";t.exports=require("../common/adjust_lon.js")}},i={};function s(r){var a=i[r];if(void 0!==a)return a.exports;var h=i[r]={exports:{}};return t[r](h,h.exports,s),h.exports}var r,a,h,e={};r=e,a=s(55030),h=s(26292),r.init=function(){this.x0=this.x0||0,this.y0=this.y0||0,this.lat0=this.lat0||0,this.long0=this.long0||0,this.lat_ts=this.lat_ts||0,this.title=this.title||"Equidistant Cylindrical (Plate Carre)",this.rc=Math.cos(this.lat_ts)},r.forward=function(t){var i=t.x,s=t.y,r=a(i-this.long0),e=h(s-this.lat0);return t.x=this.x0+this.a*r*this.rc,t.y=this.y0+this.a*e,t},r.inverse=function(t){var i=t.x,s=t.y;return t.x=a(this.long0+(i-this.x0)/(this.a*this.rc)),t.y=h(this.lat0+(s-this.y0)/this.a),t},r.names=["Equirectangular","Equidistant_Cylindrical","eqc"],module.exports=e})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var s={70010:s=>{"use strict";s.exports=require("../common/adjust_lat.js")},11741:s=>{"use strict";s.exports=require("../common/adjust_lon.js")},46204:s=>{"use strict";s.exports=require("../common/e0fn.js")},53981:s=>{"use strict";s.exports=require("../common/e1fn.js")},77918:s=>{"use strict";s.exports=require("../common/e2fn.js")},8485:s=>{"use strict";s.exports=require("../common/e3fn.js")},68868:s=>{"use strict";s.exports=require("../common/imlfn.js")},31820:s=>{"use strict";s.exports=require("../common/mlfn.js")},82607:s=>{"use strict";s.exports=require("../common/msfnz.js")}},t={};function i(h){var e=t[h];if(void 0!==e)return e.exports;var r=t[h]={exports:{}};return s[h](r,r.exports,i),r.exports}var h,e,r,n,a,o,m,c,u,l,p={};h=p,e=i(46204),r=i(53981),n=i(77918),a=i(8485),o=i(82607),m=i(31820),c=i(11741),u=i(70010),l=i(68868),h.init=function(){Math.abs(this.lat1+this.lat2)<1e-10||(this.lat2=this.lat2||this.lat1,this.temp=this.b/this.a,this.es=1-Math.pow(this.temp,2),this.e=Math.sqrt(this.es),this.e0=e(this.es),this.e1=r(this.es),this.e2=n(this.es),this.e3=a(this.es),this.sinphi=Math.sin(this.lat1),this.cosphi=Math.cos(this.lat1),this.ms1=o(this.e,this.sinphi,this.cosphi),this.ml1=m(this.e0,this.e1,this.e2,this.e3,this.lat1),Math.abs(this.lat1-this.lat2)<1e-10?this.ns=this.sinphi:(this.sinphi=Math.sin(this.lat2),this.cosphi=Math.cos(this.lat2),this.ms2=o(this.e,this.sinphi,this.cosphi),this.ml2=m(this.e0,this.e1,this.e2,this.e3,this.lat2),this.ns=(this.ms1-this.ms2)/(this.ml2-this.ml1)),this.g=this.ml1+this.ms1/this.ns,this.ml0=m(this.e0,this.e1,this.e2,this.e3,this.lat0),this.rh=this.a*(this.g-this.ml0))},h.forward=function(s){var t,i=s.x,h=s.y;if(this.sphere)t=this.a*(this.g-h);else{var e=m(this.e0,this.e1,this.e2,this.e3,h);t=this.a*(this.g-e)}var r=this.ns*c(i-this.long0),n=this.x0+t*Math.sin(r),a=this.y0+this.rh-t*Math.cos(r);return s.x=n,s.y=a,s},h.inverse=function(s){var t,i,h,e;s.x-=this.x0,s.y=this.rh-s.y+this.y0,this.ns>=0?(i=Math.sqrt(s.x*s.x+s.y*s.y),t=1):(i=-Math.sqrt(s.x*s.x+s.y*s.y),t=-1);var r=0;if(0!==i&&(r=Math.atan2(t*s.x,t*s.y)),this.sphere)return e=c(this.long0+r/this.ns),h=u(this.g-i/this.a),s.x=e,s.y=h,s;var n=this.g-i/this.a;return h=l(n,this.e0,this.e1,this.e2,this.e3),e=c(this.long0+r/this.ns),s.x=e,s.y=h,s},h.names=["Equidistant_Conic","eqdc"],module.exports=p})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={76229:t=>{"use strict";t.exports=require("../common/srat.js")}},s={};var h,a,i,r,e={};h=e,a=Math.PI/4,i=function h(a){var i=s[a];if(void 0!==i)return i.exports;var r=s[a]={exports:{}};return t[a](r,r.exports,h),r.exports}(76229),r=Math.PI/2,h.init=function(){var t=Math.sin(this.lat0),s=Math.cos(this.lat0);s*=s,this.rc=Math.sqrt(1-this.es)/(1-this.es*t*t),this.C=Math.sqrt(1+this.es*s*s/(1-this.es)),this.phic0=Math.asin(t/this.C),this.ratexp=.5*this.C*this.e,this.K=Math.tan(.5*this.phic0+a)/(Math.pow(Math.tan(.5*this.lat0+a),this.C)*i(this.e*t,this.ratexp))},h.forward=function(t){var s=t.x,h=t.y;return t.y=2*Math.atan(this.K*Math.pow(Math.tan(.5*h+a),this.C)*i(this.e*Math.sin(h),this.ratexp))-r,t.x=this.C*s,t},h.inverse=function(t){for(var s=t.x/this.C,h=t.y,e=Math.pow(Math.tan(.5*h+a)/this.K,1/this.C),n=20;n>0&&(h=2*Math.atan(e*i(this.e*Math.sin(t.y),-.5*this.e))-r,!(Math.abs(h-t.y)<1e-14));--n)t.y=h;return n?(t.x=s,t.y=h,t):null},h.names=["gauss"],module.exports=e})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={20933:t=>{"use strict";t.exports=require("../common/adjust_lon.js")},13571:t=>{"use strict";t.exports=require("../common/asinz.js")}},s={};function i(h){var n=s[h];if(void 0!==n)return n.exports;var a=s[h]={exports:{}};return t[h](a,a.exports,i),a.exports}var h,n,a,r={};h=r,n=i(20933),a=i(13571),h.init=function(){this.sin_p14=Math.sin(this.lat0),this.cos_p14=Math.cos(this.lat0),this.infinity_dist=1e3*this.a,this.rc=1},h.forward=function(t){var s,i,h,a,r,o,e,c=t.x,p=t.y;return h=n(c-this.long0),s=Math.sin(p),i=Math.cos(p),a=Math.cos(h),(r=this.sin_p14*s+this.cos_p14*i*a)>0||Math.abs(r)<=1e-10?(o=this.x0+1*this.a*i*Math.sin(h)/r,e=this.y0+1*this.a*(this.cos_p14*s-this.sin_p14*i*a)/r):(o=this.x0+this.infinity_dist*i*Math.sin(h),e=this.y0+this.infinity_dist*(this.cos_p14*s-this.sin_p14*i*a)),t.x=o,t.y=e,t},h.inverse=function(t){var s,i,h,r,o,e;return t.x=(t.x-this.x0)/this.a,t.y=(t.y-this.y0)/this.a,t.x/=this.k0,t.y/=this.k0,(s=Math.sqrt(t.x*t.x+t.y*t.y))?(r=Math.atan2(s,this.rc),i=Math.sin(r),h=Math.cos(r),e=a(h*this.sin_p14+t.y*i*this.cos_p14/s),o=Math.atan2(t.x*i,s*this.cos_p14*h-t.y*this.sin_p14*i),o=n(this.long0+o)):(e=this.phic0,o=0),t.x=o,t.y=e,t},h.names=["gnom"],module.exports=r})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={35421:t=>{"use strict";t.exports=require("../common/adjust_lon.js")}},s={};var h,i,a={};h=a,i=function h(i){var a=s[i];if(void 0!==a)return a.exports;var M=s[i]={exports:{}};return t[i](M,M.exports,h),M.exports}(35421),h.init=function(){this.a=6377397.155,this.es=.006674372230614,this.e=Math.sqrt(this.es),this.lat0||(this.lat0=.863937979737193),this.long0||(this.long0=.4334234309119251),this.k0||(this.k0=.9999),this.s45=.785398163397448,this.s90=2*this.s45,this.fi0=this.lat0,this.e2=this.es,this.e=Math.sqrt(this.e2),this.alfa=Math.sqrt(1+this.e2*Math.pow(Math.cos(this.fi0),4)/(1-this.e2)),this.uq=1.04216856380474,this.u0=Math.asin(Math.sin(this.fi0)/this.alfa),this.g=Math.pow((1+this.e*Math.sin(this.fi0))/(1-this.e*Math.sin(this.fi0)),this.alfa*this.e/2),this.k=Math.tan(this.u0/2+this.s45)/Math.pow(Math.tan(this.fi0/2+this.s45),this.alfa)*this.g,this.k1=this.k0,this.n0=this.a*Math.sqrt(1-this.e2)/(1-this.e2*Math.pow(Math.sin(this.fi0),2)),this.s0=1.37008346281555,this.n=Math.sin(this.s0),this.ro0=this.k1*this.n0/Math.tan(this.s0),this.ad=this.s90-this.uq},h.forward=function(t){var s,h,a,M,n,o,e,r=t.x,f=t.y,c=i(r-this.long0);return s=Math.pow((1+this.e*Math.sin(f))/(1-this.e*Math.sin(f)),this.alfa*this.e/2),h=2*(Math.atan(this.k*Math.pow(Math.tan(f/2+this.s45),this.alfa)/s)-this.s45),a=-c*this.alfa,M=Math.asin(Math.cos(this.ad)*Math.sin(h)+Math.sin(this.ad)*Math.cos(h)*Math.cos(a)),n=Math.asin(Math.cos(h)*Math.sin(a)/Math.cos(M)),o=this.n*n,e=this.ro0*Math.pow(Math.tan(this.s0/2+this.s45),this.n)/Math.pow(Math.tan(M/2+this.s45),this.n),t.y=e*Math.cos(o)/1,t.x=e*Math.sin(o)/1,this.czech||(t.y*=-1,t.x*=-1),t},h.inverse=function(t){var s,h,i,a,M,n,o,e=t.x;t.x=t.y,t.y=e,this.czech||(t.y*=-1,t.x*=-1),M=Math.sqrt(t.x*t.x+t.y*t.y),a=Math.atan2(t.y,t.x)/Math.sin(this.s0),i=2*(Math.atan(Math.pow(this.ro0/M,1/this.n)*Math.tan(this.s0/2+this.s45))-this.s45),s=Math.asin(Math.cos(this.ad)*Math.sin(i)-Math.sin(this.ad)*Math.cos(i)*Math.cos(a)),h=Math.asin(Math.cos(i)*Math.sin(a)/Math.cos(s)),t.x=this.long0-h/this.alfa,n=s,o=0;var r=0;do{t.y=2*(Math.atan(Math.pow(this.k,-1/this.alfa)*Math.pow(Math.tan(s/2+this.s45),1/this.alfa)*Math.pow((1+this.e*Math.sin(n))/(1-this.e*Math.sin(n)),this.e/2))-this.s45),Math.abs(n-t.y)<1e-10&&(o=1),n=t.y,r+=1}while(0===o&&r<15);return r>=15?null:t},h.names=["Krovak","krovak"],module.exports=a})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var s={95507:s=>{"use strict";s.exports=require("../common/adjust_lon.js")},51182:s=>{"use strict";s.exports=require("../common/qsfnz.js")}},t={};function h(i){var a=t[i];if(void 0!==a)return a.exports;var e=t[i]={exports:{}};return s[i](e,e.exports,h),e.exports}var i,a,e,r,o,n,m={};i=m,a=Math.PI/2,e=Math.PI/4,r=1e-10,o=h(51182),n=h(95507),i.S_POLE=1,i.N_POLE=2,i.EQUIT=3,i.OBLIQ=4,i.init=function(){var s,t=Math.abs(this.lat0);if(Math.abs(t-a)<r?this.mode=this.lat0<0?this.S_POLE:this.N_POLE:Math.abs(t)<r?this.mode=this.EQUIT:this.mode=this.OBLIQ,this.es>0)switch(this.qp=o(this.e,1),this.mmf=.5/(1-this.es),this.apa=this.authset(this.es),this.mode){case this.N_POLE:case this.S_POLE:this.dd=1;break;case this.EQUIT:this.rq=Math.sqrt(.5*this.qp),this.dd=1/this.rq,this.xmf=1,this.ymf=.5*this.qp;break;case this.OBLIQ:this.rq=Math.sqrt(.5*this.qp),s=Math.sin(this.lat0),this.sinb1=o(this.e,s)/this.qp,this.cosb1=Math.sqrt(1-this.sinb1*this.sinb1),this.dd=Math.cos(this.lat0)/(Math.sqrt(1-this.es*s*s)*this.rq*this.cosb1),this.ymf=(this.xmf=this.rq)/this.dd,this.xmf*=this.dd}else this.mode===this.OBLIQ&&(this.sinph0=Math.sin(this.lat0),this.cosph0=Math.cos(this.lat0))},i.forward=function(s){var t,h,i,m,c,d,M,L,p,u,E=s.x,O=s.y;if(E=n(E-this.long0),this.sphere){if(c=Math.sin(O),u=Math.cos(O),i=Math.cos(E),this.mode===this.OBLIQ||this.mode===this.EQUIT){if((h=this.mode===this.EQUIT?1+u*i:1+this.sinph0*c+this.cosph0*u*i)<=r)return null;t=(h=Math.sqrt(2/h))*u*Math.sin(E),h*=this.mode===this.EQUIT?c:this.cosph0*c-this.sinph0*u*i}else if(this.mode===this.N_POLE||this.mode===this.S_POLE){if(this.mode===this.N_POLE&&(i=-i),Math.abs(O+this.phi0)<r)return null;h=e-.5*O,t=(h=2*(this.mode===this.S_POLE?Math.cos(h):Math.sin(h)))*Math.sin(E),h*=i}}else{switch(M=0,L=0,p=0,i=Math.cos(E),m=Math.sin(E),c=Math.sin(O),d=o(this.e,c),this.mode!==this.OBLIQ&&this.mode!==this.EQUIT||(M=d/this.qp,L=Math.sqrt(1-M*M)),this.mode){case this.OBLIQ:p=1+this.sinb1*M+this.cosb1*L*i;break;case this.EQUIT:p=1+L*i;break;case this.N_POLE:p=a+O,d=this.qp-d;break;case this.S_POLE:p=O-a,d=this.qp+d}if(Math.abs(p)<r)return null;switch(this.mode){case this.OBLIQ:case this.EQUIT:p=Math.sqrt(2/p),h=this.mode===this.OBLIQ?this.ymf*p*(this.cosb1*M-this.sinb1*L*i):(p=Math.sqrt(2/(1+L*i)))*M*this.ymf,t=this.xmf*p*L*m;break;case this.N_POLE:case this.S_POLE:d>=0?(t=(p=Math.sqrt(d))*m,h=i*(this.mode===this.S_POLE?p:-p)):t=h=0}}return s.x=this.a*t+this.x0,s.y=this.a*h+this.y0,s},i.inverse=function(s){s.x-=this.x0,s.y-=this.y0;var t,h,i,e,o,m,c,d=s.x/this.a,M=s.y/this.a;if(this.sphere){var L,p=0,u=0;if((h=.5*(L=Math.sqrt(d*d+M*M)))>1)return null;switch(h=2*Math.asin(h),this.mode!==this.OBLIQ&&this.mode!==this.EQUIT||(u=Math.sin(h),p=Math.cos(h)),this.mode){case this.EQUIT:h=Math.abs(L)<=r?0:Math.asin(M*u/L),d*=u,M=p*L;break;case this.OBLIQ:h=Math.abs(L)<=r?this.phi0:Math.asin(p*this.sinph0+M*u*this.cosph0/L),d*=u*this.cosph0,M=(p-Math.sin(h)*this.sinph0)*L;break;case this.N_POLE:M=-M,h=a-h;break;case this.S_POLE:h-=a}t=0!==M||this.mode!==this.EQUIT&&this.mode!==this.OBLIQ?Math.atan2(d,M):0}else{if(c=0,this.mode===this.OBLIQ||this.mode===this.EQUIT){if(d/=this.dd,M*=this.dd,(m=Math.sqrt(d*d+M*M))<r)return s.x=0,s.y=this.phi0,s;e=2*Math.asin(.5*m/this.rq),i=Math.cos(e),d*=e=Math.sin(e),this.mode===this.OBLIQ?(c=i*this.sinb1+M*e*this.cosb1/m,o=this.qp*c,M=m*this.cosb1*i-M*this.sinb1*e):(c=M*e/m,o=this.qp*c,M=m*i)}else if(this.mode===this.N_POLE||this.mode===this.S_POLE){if(this.mode===this.N_POLE&&(M=-M),!(o=d*d+M*M))return s.x=0,s.y=this.phi0,s;c=1-o/this.qp,this.mode===this.S_POLE&&(c=-c)}t=Math.atan2(d,M),h=this.authlat(Math.asin(c),this.apa)}return s.x=n(this.long0+t),s.y=h,s},i.P00=.3333333333333333,i.P01=.17222222222222222,i.P02=.10257936507936508,i.P10=.06388888888888888,i.P11=.0664021164021164,i.P20=.016415012942191543,i.authset=function(s){var t,h=[];return h[0]=s*this.P00,t=s*s,h[0]+=t*this.P01,h[1]=t*this.P10,t*=s,h[0]+=t*this.P02,h[1]+=t*this.P11,h[2]=t*this.P20,h},i.authlat=function(s,t){var h=s+s;return s+t[0]*Math.sin(h)+t[1]*Math.sin(h+h)+t[2]*Math.sin(h+h+h)},i.names=["Lambert Azimuthal Equal Area","Lambert_Azimuthal_Equal_Area","laea"],module.exports=m})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={17124:t=>{"use strict";t.exports=require("../common/adjust_lon.js")},24010:t=>{"use strict";t.exports=require("../common/msfnz.js")},46855:t=>{"use strict";t.exports=require("../common/phi2z.js")},4430:t=>{"use strict";t.exports=require("../common/sign.js")},49951:t=>{"use strict";t.exports=require("../common/tsfnz.js")}},s={};function i(h){var a=s[h];if(void 0!==a)return a.exports;var r=s[h]={exports:{}};return t[h](r,r.exports,i),r.exports}var h,a,r,n,e,o,l,M,c={};h=c,a=1e-10,r=i(24010),n=i(49951),e=Math.PI/2,o=i(4430),l=i(17124),M=i(46855),h.init=function(){if(this.lat2||(this.lat2=this.lat1),this.k0||(this.k0=1),this.x0=this.x0||0,this.y0=this.y0||0,!(Math.abs(this.lat1+this.lat2)<a)){var t=this.b/this.a;this.e=Math.sqrt(1-t*t);var s=Math.sin(this.lat1),i=Math.cos(this.lat1),h=r(this.e,s,i),e=n(this.e,this.lat1,s),o=Math.sin(this.lat2),l=Math.cos(this.lat2),M=r(this.e,o,l),c=n(this.e,this.lat2,o),u=n(this.e,this.lat0,Math.sin(this.lat0));Math.abs(this.lat1-this.lat2)>a?this.ns=Math.log(h/M)/Math.log(e/c):this.ns=s,isNaN(this.ns)&&(this.ns=s),this.f0=h/(this.ns*Math.pow(e,this.ns)),this.rh=this.a*this.f0*Math.pow(u,this.ns),this.title||(this.title="Lambert Conformal Conic")}},h.forward=function(t){var s=t.x,i=t.y;Math.abs(2*Math.abs(i)-Math.PI)<=a&&(i=o(i)*(e-2e-10));var h,r,M=Math.abs(Math.abs(i)-e);if(M>a)h=n(this.e,i,Math.sin(i)),r=this.a*this.f0*Math.pow(h,this.ns);else{if((M=i*this.ns)<=0)return null;r=0}var c=this.ns*l(s-this.long0);return t.x=this.k0*(r*Math.sin(c))+this.x0,t.y=this.k0*(this.rh-r*Math.cos(c))+this.y0,t},h.inverse=function(t){var s,i,h,a,r,n=(t.x-this.x0)/this.k0,o=this.rh-(t.y-this.y0)/this.k0;this.ns>0?(s=Math.sqrt(n*n+o*o),i=1):(s=-Math.sqrt(n*n+o*o),i=-1);var c=0;if(0!==s&&(c=Math.atan2(i*n,i*o)),0!==s||this.ns>0){if(i=1/this.ns,h=Math.pow(s/(this.a*this.f0),i),-9999===(a=M(this.e,h)))return null}else a=-e;return r=l(c/this.ns+this.long0),t.x=r,t.y=a,t},h.names=["Lambert Tangential Conformal Conic Projection","Lambert_Conformal_Conic","Lambert_Conformal_Conic_2SP","lcc"],module.exports=c})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var n={};(()=>{var r=n;function t(n){return n}r.init=function(){},r.forward=t,r.inverse=t,r.names=["longlat","identity"]})(),module.exports=n})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={12517:t=>{"use strict";t.exports=require("../common/adjust_lon.js")},93451:t=>{"use strict";t.exports=require("../common/msfnz.js")},94055:t=>{"use strict";t.exports=require("../common/phi2z.js")},87280:t=>{"use strict";t.exports=require("../common/tsfnz.js")}},s={};function i(h){var r=s[h];if(void 0!==r)return r.exports;var e=s[h]={exports:{}};return t[h](e,e.exports,i),e.exports}var h,r,e,a,o,n,u,l,x={};h=x,r=i(93451),e=Math.PI/2,a=57.29577951308232,o=i(12517),n=Math.PI/4,u=i(87280),l=i(94055),h.init=function(){var t=this.b/this.a;this.es=1-t*t,"x0"in this||(this.x0=0),"y0"in this||(this.y0=0),this.e=Math.sqrt(this.es),this.lat_ts?this.sphere?this.k0=Math.cos(this.lat_ts):this.k0=r(this.e,Math.sin(this.lat_ts),Math.cos(this.lat_ts)):this.k0||(this.k?this.k0=this.k:this.k0=1)},h.forward=function(t){var s,i,h=t.x,r=t.y;if(r*a>90&&r*a<-90&&h*a>180&&h*a<-180)return null;if(Math.abs(Math.abs(r)-e)<=1e-10)return null;if(this.sphere)s=this.x0+this.a*this.k0*o(h-this.long0),i=this.y0+this.a*this.k0*Math.log(Math.tan(n+.5*r));else{var l=Math.sin(r),x=u(this.e,r,l);s=this.x0+this.a*this.k0*o(h-this.long0),i=this.y0-this.a*this.k0*Math.log(x)}return t.x=s,t.y=i,t},h.inverse=function(t){var s,i,h=t.x-this.x0,r=t.y-this.y0;if(this.sphere)i=e-2*Math.atan(Math.exp(-r/(this.a*this.k0)));else{var a=Math.exp(-r/(this.a*this.k0));if(-9999===(i=l(this.e,a)))return null}return s=o(this.long0+h/(this.a*this.k0)),t.x=s,t.y=i,t},h.names=["Mercator","Popular Visualisation Pseudo Mercator","Mercator_1SP","Mercator_Auxiliary_Sphere","merc"],module.exports=x})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={56417:t=>{"use strict";t.exports=require("../common/adjust_lon.js")}},r={};var i,a,n={};i=n,a=function i(a){var n=r[a];if(void 0!==n)return n.exports;var s=r[a]={exports:{}};return t[a](s,s.exports,i),s.exports}(56417),i.init=function(){},i.forward=function(t){var r=t.x,i=t.y,n=a(r-this.long0),s=this.x0+this.a*n,e=this.y0+this.a*Math.log(Math.tan(Math.PI/4+i/2.5))*1.25;return t.x=s,t.y=e,t},i.inverse=function(t){t.x-=this.x0,t.y-=this.y0;var r=a(this.long0+t.x/this.a),i=2.5*(Math.atan(Math.exp(.8*t.y/this.a))-Math.PI/4);return t.x=r,t.y=i,t},i.names=["Miller_Cylindrical","mill"],module.exports=n})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={52920:t=>{"use strict";t.exports=require("../common/adjust_lon.js")}},a={};var s,r,h={};s=h,r=function s(r){var h=a[r];if(void 0!==h)return h.exports;var i=a[r]={exports:{}};return t[r](i,i.exports,s),i.exports}(52920),s.init=function(){},s.forward=function(t){for(var a=t.x,s=t.y,h=r(a-this.long0),i=s,n=Math.PI*Math.sin(s),o=0;;o++){var e=-(i+Math.sin(i)-n)/(1+Math.cos(i));if(i+=e,Math.abs(e)<1e-10)break}i/=2,Math.PI/2-Math.abs(s)<1e-10&&(h=0);var M=.900316316158*this.a*h*Math.cos(i)+this.x0,x=1.4142135623731*this.a*Math.sin(i)+this.y0;return t.x=M,t.y=x,t},s.inverse=function(t){var a,s;t.x-=this.x0,t.y-=this.y0,s=t.y/(1.4142135623731*this.a),Math.abs(s)>.999999999999&&(s=.999999999999),a=Math.asin(s);var h=r(this.long0+t.x/(.900316316158*this.a*Math.cos(a)));h<-Math.PI&&(h=-Math.PI),h>Math.PI&&(h=Math.PI),s=(2*a+Math.sin(2*a))/Math.PI,Math.abs(s)>1&&(s=1);var i=Math.asin(s);return t.x=h,t.y=i,t},s.names=["Mollweide","moll"],module.exports=h})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var i,t,s={};t=484813681109536e-20,(i=s).iterations=1,i.init=function(){this.A=[],this.A[1]=.6399175073,this.A[2]=-.1358797613,this.A[3]=.063294409,this.A[4]=-.02526853,this.A[5]=.0117879,this.A[6]=-.0055161,this.A[7]=.0026906,this.A[8]=-.001333,this.A[9]=67e-5,this.A[10]=-34e-5,this.B_re=[],this.B_im=[],this.B_re[1]=.7557853228,this.B_im[1]=0,this.B_re[2]=.249204646,this.B_im[2]=.003371507,this.B_re[3]=-.001541739,this.B_im[3]=.04105856,this.B_re[4]=-.10162907,this.B_im[4]=.01727609,this.B_re[5]=-.26623489,this.B_im[5]=-.36249218,this.B_re[6]=-.6870983,this.B_im[6]=-1.1651967,this.C_re=[],this.C_im=[],this.C_re[1]=1.3231270439,this.C_im[1]=0,this.C_re[2]=-.577245789,this.C_im[2]=-.007809598,this.C_re[3]=.508307513,this.C_im[3]=-.112208952,this.C_re[4]=-.15094762,this.C_im[4]=.18200602,this.C_re[5]=1.01418179,this.C_im[5]=1.64497696,this.C_re[6]=1.9660549,this.C_im[6]=2.5127645,this.D=[],this.D[1]=1.5627014243,this.D[2]=.5185406398,this.D[3]=-.03333098,this.D[4]=-.1052906,this.D[5]=-.0368594,this.D[6]=.007317,this.D[7]=.0122,this.D[8]=.00394,this.D[9]=-.0013},i.forward=function(i){var s,h=i.x,r=i.y-this.lat0,_=h-this.long0,e=r/t*1e-5,B=_,m=1,a=0;for(s=1;s<=10;s++)m*=e,a+=this.A[s]*m;var C,n=a,o=B,A=1,f=0,v=0,D=0;for(s=1;s<=6;s++)C=f*n+A*o,A=A*n-f*o,f=C,v=v+this.B_re[s]*A-this.B_im[s]*f,D=D+this.B_im[s]*A+this.B_re[s]*f;return i.x=D*this.a+this.x0,i.y=v*this.a+this.y0,i},i.inverse=function(i){var s,h,r=i.x,_=i.y,e=r-this.x0,B=(_-this.y0)/this.a,m=e/this.a,a=1,C=0,n=0,o=0;for(s=1;s<=6;s++)h=C*B+a*m,a=a*B-C*m,C=h,n=n+this.C_re[s]*a-this.C_im[s]*C,o=o+this.C_im[s]*a+this.C_re[s]*C;for(var A=0;A<this.iterations;A++){var f,v=n,D=o,x=B,l=m;for(s=2;s<=6;s++)f=D*n+v*o,v=v*n-D*o,D=f,x+=(s-1)*(this.B_re[s]*v-this.B_im[s]*D),l+=(s-1)*(this.B_im[s]*v+this.B_re[s]*D);v=1,D=0;var u=this.B_re[1],y=this.B_im[1];for(s=2;s<=6;s++)f=D*n+v*o,v=v*n-D*o,D=f,u+=s*(this.B_re[s]*v-this.B_im[s]*D),y+=s*(this.B_im[s]*v+this.B_re[s]*D);var d=u*u+y*y;n=(x*u+l*y)/d,o=(l*u-x*y)/d}var c=n,g=o,p=1,w=0;for(s=1;s<=9;s++)p*=c,w+=this.D[s]*p;var z=this.lat0+w*t*1e5,G=this.long0+g;return i.x=G,i.y=z,i},i.names=["New_Zealand_Map_Grid","nzmg"],module.exports=s})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={59498:t=>{"use strict";t.exports=require("../common/adjust_lon.js")},60852:t=>{"use strict";t.exports=require("../common/phi2z.js")},11920:t=>{"use strict";t.exports=require("../common/tsfnz.js")}},h={};function s(a){var i=h[a];if(void 0!==i)return i.exports;var l=h[a]={exports:{}};return t[a](l,l.exports,s),l.exports}var a,i,l,o,n,M,r,e={};a=e,i=s(11920),l=s(59498),o=s(60852),n=Math.PI/2,M=Math.PI/4,r=1e-10,a.init=function(){this.no_off=this.no_off||!1,this.no_rot=this.no_rot||!1,isNaN(this.k0)&&(this.k0=1);var t=Math.sin(this.lat0),h=Math.cos(this.lat0),s=this.e*t;this.bl=Math.sqrt(1+this.es/(1-this.es)*Math.pow(h,4)),this.al=this.a*this.bl*this.k0*Math.sqrt(1-this.es)/(1-s*s);var a,o,n=i(this.e,this.lat0,t),M=this.bl/h*Math.sqrt((1-this.es)/(1-s*s));if(M*M<1&&(M=1),isNaN(this.longc)){var r=i(this.e,this.lat1,Math.sin(this.lat1)),e=i(this.e,this.lat2,Math.sin(this.lat2));this.lat0>=0?this.el=(M+Math.sqrt(M*M-1))*Math.pow(n,this.bl):this.el=(M-Math.sqrt(M*M-1))*Math.pow(n,this.bl);var b=Math.pow(r,this.bl),m=Math.pow(e,this.bl);o=.5*((a=this.el/b)-1/a);var c=(this.el*this.el-m*b)/(this.el*this.el+m*b),g=(m-b)/(m+b),p=l(this.long1-this.long2);this.long0=.5*(this.long1+this.long2)-Math.atan(c*Math.tan(.5*this.bl*p)/g)/this.bl,this.long0=l(this.long0);var u=l(this.long1-this.long0);this.gamma0=Math.atan(Math.sin(this.bl*u)/o),this.alpha=Math.asin(M*Math.sin(this.gamma0))}else a=this.lat0>=0?M+Math.sqrt(M*M-1):M-Math.sqrt(M*M-1),this.el=a*Math.pow(n,this.bl),o=.5*(a-1/a),this.gamma0=Math.asin(Math.sin(this.alpha)/M),this.long0=this.longc-Math.asin(o*Math.tan(this.gamma0))/this.bl;this.no_off?this.uc=0:this.lat0>=0?this.uc=this.al/this.bl*Math.atan2(Math.sqrt(M*M-1),Math.cos(this.alpha)):this.uc=-1*this.al/this.bl*Math.atan2(Math.sqrt(M*M-1),Math.cos(this.alpha))},a.forward=function(t){var h,s,a,o=t.x,e=t.y,b=l(o-this.long0);if(Math.abs(Math.abs(e)-n)<=r)a=e>0?-1:1,s=this.al/this.bl*Math.log(Math.tan(M+a*this.gamma0*.5)),h=-1*a*n*this.al/this.bl;else{var m=i(this.e,e,Math.sin(e)),c=this.el/Math.pow(m,this.bl),g=.5*(c-1/c),p=.5*(c+1/c),u=Math.sin(this.bl*b),x=(g*Math.sin(this.gamma0)-u*Math.cos(this.gamma0))/p;s=Math.abs(Math.abs(x)-1)<=r?Number.POSITIVE_INFINITY:.5*this.al*Math.log((1-x)/(1+x))/this.bl,h=Math.abs(Math.cos(this.bl*b))<=r?this.al*this.bl*b:this.al*Math.atan2(g*Math.cos(this.gamma0)+u*Math.sin(this.gamma0),Math.cos(this.bl*b))/this.bl}return this.no_rot?(t.x=this.x0+h,t.y=this.y0+s):(h-=this.uc,t.x=this.x0+s*Math.cos(this.alpha)+h*Math.sin(this.alpha),t.y=this.y0+h*Math.cos(this.alpha)-s*Math.sin(this.alpha)),t},a.inverse=function(t){var h,s;this.no_rot?(s=t.y-this.y0,h=t.x-this.x0):(s=(t.x-this.x0)*Math.cos(this.alpha)-(t.y-this.y0)*Math.sin(this.alpha),h=(t.y-this.y0)*Math.cos(this.alpha)+(t.x-this.x0)*Math.sin(this.alpha),h+=this.uc);var a=Math.exp(-1*this.bl*s/this.al),i=.5*(a-1/a),M=.5*(a+1/a),e=Math.sin(this.bl*h/this.al),b=(e*Math.cos(this.gamma0)+i*Math.sin(this.gamma0))/M,m=Math.pow(this.el/Math.sqrt((1+b)/(1-b)),1/this.bl);return Math.abs(b-1)<r?(t.x=this.long0,t.y=n):Math.abs(b+1)<r?(t.x=this.long0,t.y=-1*n):(t.y=o(this.e,m),t.x=l(this.long0-Math.atan2(i*Math.cos(this.gamma0)-e*Math.sin(this.gamma0),Math.cos(this.bl*h/this.al))/this.bl)),t},a.names=["Hotine_Oblique_Mercator","Hotine Oblique Mercator","Hotine_Oblique_Mercator_Azimuth_Natural_Origin","Hotine_Oblique_Mercator_Azimuth_Center","omerc"],module.exports=e})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={36215:t=>{"use strict";t.exports=require("../common/adjust_lat.js")},69614:t=>{"use strict";t.exports=require("../common/adjust_lon.js")},17589:t=>{"use strict";t.exports=require("../common/e0fn.js")},38640:t=>{"use strict";t.exports=require("../common/e1fn.js")},92898:t=>{"use strict";t.exports=require("../common/e2fn.js")},61423:t=>{"use strict";t.exports=require("../common/e3fn.js")},136:t=>{"use strict";t.exports=require("../common/gN.js")},11364:t=>{"use strict";t.exports=require("../common/mlfn.js")}},s={};function i(h){var e=s[h];if(void 0!==e)return e.exports;var a=s[h]={exports:{}};return t[h](a,a.exports,i),a.exports}var h,e,a,r,n,o,M,c,u,l,m={};h=m,e=i(17589),a=i(38640),r=i(92898),n=i(61423),o=i(69614),M=i(36215),c=i(11364),u=1e-10,l=i(136),h.init=function(){this.temp=this.b/this.a,this.es=1-Math.pow(this.temp,2),this.e=Math.sqrt(this.es),this.e0=e(this.es),this.e1=a(this.es),this.e2=r(this.es),this.e3=n(this.es),this.ml0=this.a*c(this.e0,this.e1,this.e2,this.e3,this.lat0)},h.forward=function(t){var s,i,h,e=t.x,a=t.y,r=o(e-this.long0);if(h=r*Math.sin(a),this.sphere)Math.abs(a)<=u?(s=this.a*r,i=-1*this.a*this.lat0):(s=this.a*Math.sin(h)/Math.tan(a),i=this.a*(M(a-this.lat0)+(1-Math.cos(h))/Math.tan(a)));else if(Math.abs(a)<=u)s=this.a*r,i=-1*this.ml0;else{var n=l(this.a,this.e,Math.sin(a))/Math.tan(a);s=n*Math.sin(h),i=this.a*c(this.e0,this.e1,this.e2,this.e3,a)-this.ml0+n*(1-Math.cos(h))}return t.x=s+this.x0,t.y=i+this.y0,t},h.inverse=function(t){var s,i,h,e,a,r,n,M,l;if(h=t.x-this.x0,e=t.y-this.y0,this.sphere)if(Math.abs(e+this.a*this.lat0)<=u)s=o(h/this.a+this.long0),i=0;else{var m;for(r=this.lat0+e/this.a,n=h*h/this.a/this.a+r*r,M=r,a=20;a;--a)if(M+=l=-1*(r*(M*(m=Math.tan(M))+1)-M-.5*(M*M+n)*m)/((M-r)/m-1),Math.abs(l)<=u){i=M;break}s=o(this.long0+Math.asin(h*Math.tan(M)/this.a)/Math.sin(i))}else if(Math.abs(e+this.ml0)<=u)i=0,s=o(this.long0+h/this.a);else{var f,p,x,q,v;for(r=(this.ml0+e)/this.a,n=h*h/this.a/this.a+r*r,M=r,a=20;a;--a)if(v=this.e*Math.sin(M),f=Math.sqrt(1-v*v)*Math.tan(M),p=this.a*c(this.e0,this.e1,this.e2,this.e3,M),x=this.e0-2*this.e1*Math.cos(2*M)+4*this.e2*Math.cos(4*M)-6*this.e3*Math.cos(6*M),M-=l=(r*(f*(q=p/this.a)+1)-q-.5*f*(q*q+n))/(this.es*Math.sin(2*M)*(q*q+n-2*r*q)/(4*f)+(r-q)*(f*x-2/Math.sin(2*M))-x),Math.abs(l)<=u){i=M;break}f=Math.sqrt(1-this.es*Math.pow(Math.sin(i),2))*Math.tan(i),s=o(this.long0+Math.asin(h*f/this.a)/Math.sin(i))}return t.x=s,t.y=i,t},h.names=["Polyconic","poly"],module.exports=m})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var s={56214:s=>{"use strict";s.exports=require("../common/adjust_lat.js")},27655:s=>{"use strict";s.exports=require("../common/adjust_lon.js")},32105:s=>{"use strict";s.exports=require("../common/asinz.js")},32767:s=>{"use strict";s.exports=require("../common/pj_enfn.js")},78640:s=>{"use strict";s.exports=require("../common/pj_inv_mlfn.js")},88841:s=>{"use strict";s.exports=require("../common/pj_mlfn.js")}},t={};function i(h){var e=t[h];if(void 0!==e)return e.exports;var r=t[h]={exports:{}};return s[h](r,r.exports,i),r.exports}var h,e,r,n,a,o,m,u,c={};h=c,e=i(27655),r=i(56214),n=i(32767),a=i(88841),o=i(78640),m=Math.PI/2,u=i(32105),h.init=function(){this.sphere?(this.n=1,this.m=0,this.es=0,this.C_y=Math.sqrt((this.m+1)/this.n),this.C_x=this.C_y/(this.m+1)):this.en=n(this.es)},h.forward=function(s){var t,i,h=s.x,r=s.y;if(h=e(h-this.long0),this.sphere){if(this.m)for(var n=this.n*Math.sin(r),o=20;o;--o){var m=(this.m*r+Math.sin(r)-n)/(this.m+Math.cos(r));if(r-=m,Math.abs(m)<1e-10)break}else r=1!==this.n?Math.asin(this.n*Math.sin(r)):r;t=this.a*this.C_x*h*(this.m+Math.cos(r)),i=this.a*this.C_y*r}else{var u=Math.sin(r),c=Math.cos(r);i=this.a*a(r,u,c,this.en),t=this.a*h*c/Math.sqrt(1-this.es*u*u)}return s.x=t,s.y=i,s},h.inverse=function(s){var t,i,h,n;return s.x-=this.x0,h=s.x/this.a,s.y-=this.y0,t=s.y/this.a,this.sphere?(t/=this.C_y,h/=this.C_x*(this.m+Math.cos(t)),this.m?t=u((this.m*t+Math.sin(t))/this.n):1!==this.n&&(t=u(Math.sin(t)/this.n)),h=e(h+this.long0),t=r(t)):(t=o(s.y/this.a,this.es,this.en),(n=Math.abs(t))<m?(n=Math.sin(t),i=this.long0+s.x*Math.sqrt(1-this.es*n*n)/(this.a*Math.cos(t)),h=e(i)):n-1e-10<m&&(h=this.long0)),s.x=h,s.y=t,s},h.names=["Sinusoidal","sinu"],module.exports=c})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t,a={};(t=a).init=function(){var t=this.lat0;this.lambda0=this.long0;var a=Math.sin(t),h=this.a,s=1/this.rf,i=2*s-Math.pow(s,2),M=this.e=Math.sqrt(i);this.R=this.k0*h*Math.sqrt(1-i)/(1-i*Math.pow(a,2)),this.alpha=Math.sqrt(1+i/(1-i)*Math.pow(Math.cos(t),4)),this.b0=Math.asin(a/this.alpha);var n=Math.log(Math.tan(Math.PI/4+this.b0/2)),o=Math.log(Math.tan(Math.PI/4+t/2)),l=Math.log((1+M*a)/(1-M*a));this.K=n-this.alpha*o+this.alpha*M/2*l},t.forward=function(t){var a=Math.log(Math.tan(Math.PI/4-t.y/2)),h=this.e/2*Math.log((1+this.e*Math.sin(t.y))/(1-this.e*Math.sin(t.y))),s=-this.alpha*(a+h)+this.K,i=2*(Math.atan(Math.exp(s))-Math.PI/4),M=this.alpha*(t.x-this.lambda0),n=Math.atan(Math.sin(M)/(Math.sin(this.b0)*Math.tan(i)+Math.cos(this.b0)*Math.cos(M))),o=Math.asin(Math.cos(this.b0)*Math.sin(i)-Math.sin(this.b0)*Math.cos(i)*Math.cos(M));return t.y=this.R/2*Math.log((1+Math.sin(o))/(1-Math.sin(o)))+this.y0,t.x=this.R*n+this.x0,t},t.inverse=function(t){for(var a=t.x-this.x0,h=t.y-this.y0,s=a/this.R,i=2*(Math.atan(Math.exp(h/this.R))-Math.PI/4),M=Math.asin(Math.cos(this.b0)*Math.sin(i)+Math.sin(this.b0)*Math.cos(i)*Math.cos(s)),n=Math.atan(Math.sin(s)/(Math.cos(this.b0)*Math.cos(s)-Math.sin(this.b0)*Math.tan(i))),o=this.lambda0+n/this.alpha,l=0,r=M,e=-1e3,c=0;Math.abs(r-e)>1e-7;){if(++c>20)return;l=1/this.alpha*(Math.log(Math.tan(Math.PI/4+M/2))-this.K)+this.e*Math.log(Math.tan(Math.PI/4+Math.asin(this.e*Math.sin(r))/2)),e=r,r=2*Math.atan(Math.exp(l))-Math.PI/2}return t.x=o,t.y=r,t},t.names=["somerc"],module.exports=a})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={6922:t=>{"use strict";t.exports=require("../common/adjust_lon.js")},88002:t=>{"use strict";t.exports=require("../common/msfnz.js")},66109:t=>{"use strict";t.exports=require("../common/phi2z.js")},4904:t=>{"use strict";t.exports=require("../common/sign.js")},7273:t=>{"use strict";t.exports=require("../common/tsfnz.js")}},s={};function h(i){var a=s[i];if(void 0!==a)return a.exports;var n=s[i]={exports:{}};return t[i](n,n.exports,h),n.exports}var i,a,n,o,c,e,r,M,l={};i=l,a=Math.PI/2,n=1e-10,o=h(4904),c=h(88002),e=h(7273),r=h(66109),M=h(6922),i.ssfn_=function(t,s,h){return s*=h,Math.tan(.5*(a+t))*Math.pow((1-s)/(1+s),.5*h)},i.init=function(){this.coslat0=Math.cos(this.lat0),this.sinlat0=Math.sin(this.lat0),this.sphere?1===this.k0&&!isNaN(this.lat_ts)&&Math.abs(this.coslat0)<=n&&(this.k0=.5*(1+o(this.lat0)*Math.sin(this.lat_ts))):(Math.abs(this.coslat0)<=n&&(this.lat0>0?this.con=1:this.con=-1),this.cons=Math.sqrt(Math.pow(1+this.e,1+this.e)*Math.pow(1-this.e,1-this.e)),1===this.k0&&!isNaN(this.lat_ts)&&Math.abs(this.coslat0)<=n&&(this.k0=.5*this.cons*c(this.e,Math.sin(this.lat_ts),Math.cos(this.lat_ts))/e(this.e,this.con*this.lat_ts,this.con*Math.sin(this.lat_ts))),this.ms1=c(this.e,this.sinlat0,this.coslat0),this.X0=2*Math.atan(this.ssfn_(this.lat0,this.sinlat0,this.e))-a,this.cosX0=Math.cos(this.X0),this.sinX0=Math.sin(this.X0))},i.forward=function(t){var s,h,i,o,c,r,l=t.x,x=t.y,u=Math.sin(x),y=Math.cos(x),p=M(l-this.long0);return Math.abs(Math.abs(l-this.long0)-Math.PI)<=n&&Math.abs(x+this.lat0)<=n?(t.x=NaN,t.y=NaN,t):this.sphere?(s=2*this.k0/(1+this.sinlat0*u+this.coslat0*y*Math.cos(p)),t.x=this.a*s*y*Math.sin(p)+this.x0,t.y=this.a*s*(this.coslat0*u-this.sinlat0*y*Math.cos(p))+this.y0,t):(h=2*Math.atan(this.ssfn_(x,u,this.e))-a,o=Math.cos(h),i=Math.sin(h),Math.abs(this.coslat0)<=n?(c=e(this.e,x*this.con,this.con*u),r=2*this.a*this.k0*c/this.cons,t.x=this.x0+r*Math.sin(l-this.long0),t.y=this.y0-this.con*r*Math.cos(l-this.long0),t):(Math.abs(this.sinlat0)<n?(s=2*this.a*this.k0/(1+o*Math.cos(p)),t.y=s*i):(s=2*this.a*this.k0*this.ms1/(this.cosX0*(1+this.sinX0*i+this.cosX0*o*Math.cos(p))),t.y=s*(this.cosX0*i-this.sinX0*o*Math.cos(p))+this.y0),t.x=s*o*Math.sin(p)+this.x0,t))},i.inverse=function(t){var s,h,i,o,c;t.x-=this.x0,t.y-=this.y0;var e=Math.sqrt(t.x*t.x+t.y*t.y);if(this.sphere){var l=2*Math.atan(e/(.5*this.a*this.k0));return s=this.long0,h=this.lat0,e<=n?(t.x=s,t.y=h,t):(h=Math.asin(Math.cos(l)*this.sinlat0+t.y*Math.sin(l)*this.coslat0/e),s=Math.abs(this.coslat0)<n?this.lat0>0?M(this.long0+Math.atan2(t.x,-1*t.y)):M(this.long0+Math.atan2(t.x,t.y)):M(this.long0+Math.atan2(t.x*Math.sin(l),e*this.coslat0*Math.cos(l)-t.y*this.sinlat0*Math.sin(l))),t.x=s,t.y=h,t)}if(Math.abs(this.coslat0)<=n){if(e<=n)return h=this.lat0,s=this.long0,t.x=s,t.y=h,t;t.x*=this.con,t.y*=this.con,i=e*this.cons/(2*this.a*this.k0),h=this.con*r(this.e,i),s=this.con*M(this.con*this.long0+Math.atan2(t.x,-1*t.y))}else o=2*Math.atan(e*this.cosX0/(2*this.a*this.k0*this.ms1)),s=this.long0,e<=n?c=this.X0:(c=Math.asin(Math.cos(o)*this.sinX0+t.y*Math.sin(o)*this.cosX0/e),s=M(this.long0+Math.atan2(t.x*Math.sin(o),e*this.cosX0*Math.cos(o)-t.y*this.sinX0*Math.sin(o)))),h=-1*r(this.e,Math.tan(.5*(a+c)));return t.x=s,t.y=h,t},i.names=["stere","Stereographic_South_Pole","Polar Stereographic (variant B)"],module.exports=l})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={74181:t=>{"use strict";t.exports=require("../common/adjust_lon.js")},62169:t=>{"use strict";t.exports=require("./gauss.js")}},i={};function s(h){var r=i[h];if(void 0!==r)return r.exports;var e=i[h]={exports:{}};return t[h](e,e.exports,s),e.exports}var h,r,e,a={};h=a,r=s(62169),e=s(74181),h.init=function(){r.init.apply(this),this.rc&&(this.sinc0=Math.sin(this.phic0),this.cosc0=Math.cos(this.phic0),this.R2=2*this.rc,this.title||(this.title="Oblique Stereographic Alternative"))},h.forward=function(t){var i,s,h,a;return t.x=e(t.x-this.long0),r.forward.apply(this,[t]),i=Math.sin(t.y),s=Math.cos(t.y),h=Math.cos(t.x),a=this.k0*this.R2/(1+this.sinc0*i+this.cosc0*s*h),t.x=a*s*Math.sin(t.x),t.y=a*(this.cosc0*i-this.sinc0*s*h),t.x=this.a*t.x+this.x0,t.y=this.a*t.y+this.y0,t},h.inverse=function(t){var i,s,h,a,o;if(t.x=(t.x-this.x0)/this.a,t.y=(t.y-this.y0)/this.a,t.x/=this.k0,t.y/=this.k0,o=Math.sqrt(t.x*t.x+t.y*t.y)){var c=2*Math.atan2(o,this.R2);i=Math.sin(c),s=Math.cos(c),a=Math.asin(s*this.sinc0+t.y*i*this.cosc0/o),h=Math.atan2(t.x*i,o*this.cosc0*s-t.y*this.sinc0*i)}else a=this.phic0,h=0;return t.x=h,t.y=a,r.inverse.apply(this,[t]),t.x=e(t.x+this.long0),t},h.names=["Stereographic_North_Pole","Oblique_Stereographic","Polar_Stereographic","sterea","Oblique Stereographic Alternative"],module.exports=a})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={76441:t=>{"use strict";t.exports=require("../common/adjust_lon.js")},20263:t=>{"use strict";t.exports=require("../common/pj_enfn.js")},89851:t=>{"use strict";t.exports=require("../common/pj_inv_mlfn.js")},72740:t=>{"use strict";t.exports=require("../common/pj_mlfn.js")},65752:t=>{"use strict";t.exports=require("../common/sign.js")}},s={};function h(i){var a=s[i];if(void 0!==a)return a.exports;var e=s[i]={exports:{}};return t[i](e,e.exports,h),e.exports}var i,a,e,r,o,n,M,p,l={};i=l,a=h(20263),e=h(72740),r=h(89851),o=h(76441),n=Math.PI/2,M=1e-10,p=h(65752),i.init=function(){this.x0=void 0!==this.x0?this.x0:0,this.y0=void 0!==this.y0?this.y0:0,this.long0=void 0!==this.long0?this.long0:0,this.lat0=void 0!==this.lat0?this.lat0:0,this.es&&(this.en=a(this.es),this.ml0=e(this.lat0,Math.sin(this.lat0),Math.cos(this.lat0),this.en))},i.forward=function(t){var s,h,i,a=t.x,r=t.y,n=o(a-this.long0),p=Math.sin(r),l=Math.cos(r);if(this.es){var c=l*n,u=Math.pow(c,2),v=this.ep2*Math.pow(l,2),x=Math.pow(v,2),m=Math.abs(l)>M?Math.tan(r):0,w=Math.pow(m,2),f=Math.pow(w,2);s=1-this.es*Math.pow(p,2),c/=Math.sqrt(s);var y=e(r,p,l,this.en);h=this.a*(this.k0*c*(1+u/6*(1-w+v+u/20*(5-18*w+f+14*v-58*w*v+u/42*(61+179*f-f*w-479*w)))))+this.x0,i=this.a*(this.k0*(y-this.ml0+p*n*c/2*(1+u/12*(5-w+9*v+4*x+u/30*(61+f-58*w+270*v-330*w*v+u/56*(1385+543*f-f*w-3111*w))))))+this.y0}else{var j=l*Math.sin(n);if(Math.abs(Math.abs(j)-1)<M)return 93;if(h=.5*this.a*this.k0*Math.log((1+j)/(1-j))+this.x0,i=l*Math.cos(n)/Math.sqrt(1-Math.pow(j,2)),(j=Math.abs(i))>=1){if(j-1>M)return 93;i=0}else i=Math.acos(i);r<0&&(i=-i),i=this.a*this.k0*(i-this.lat0)+this.y0}return t.x=h,t.y=i,t},i.inverse=function(t){var s,h,i,a,e=(t.x-this.x0)*(1/this.a),l=(t.y-this.y0)*(1/this.a);if(this.es)if(s=this.ml0+l/this.k0,h=r(s,this.es,this.en),Math.abs(h)<n){var c=Math.sin(h),u=Math.cos(h),v=Math.abs(u)>M?Math.tan(h):0,x=this.ep2*Math.pow(u,2),m=Math.pow(x,2),w=Math.pow(v,2),f=Math.pow(w,2);s=1-this.es*Math.pow(c,2);var y=e*Math.sqrt(s)/this.k0,j=Math.pow(y,2);i=h-(s*=v)*j/(1-this.es)*.5*(1-j/12*(5+3*w-9*x*w+x-4*m-j/30*(61+90*w-252*x*w+45*f+46*x-j/56*(1385+3633*w+4095*f+1574*f*w)))),a=o(this.long0+y*(1-j/6*(1+2*w+x-j/20*(5+28*w+24*f+8*x*w+6*x-j/42*(61+662*w+1320*f+720*f*w))))/u)}else i=n*p(l),a=0;else{var q=Math.exp(e/this.k0),d=.5*(q-1/q),g=this.lat0+l/this.k0,k=Math.cos(g);s=Math.sqrt((1-Math.pow(k,2))/(1+Math.pow(d,2))),i=Math.asin(s),l<0&&(i=-i),a=0===d&&0===k?0:o(Math.atan2(d,k)+this.long0)}return t.x=a,t.y=i,t},i.names=["Transverse_Mercator","Transverse Mercator","tmerc"],module.exports=l})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={1421:t=>{"use strict";t.exports=require("../common/adjust_zone.js")},94157:t=>{"use strict";t.exports=require("./tmerc.js")}},r={};function e(s){var i=r[s];if(void 0!==i)return i.exports;var o=r[s]={exports:{}};return t[s](o,o.exports,e),o.exports}var s,i,o,n={};s=n,i=e(1421),o=e(94157),s.dependsOn="tmerc",s.init=function(){var t=i(this.zone,this.long0);t&&(this.lat0=0,this.long0=(t+.5)*Math.PI/30-Math.PI,this.x0=5e5,this.y0=this.utmSouth?1e7:0,this.k0=.9996,o.init.apply(this),this.forward=o.forward,this.inverse=o.inverse)},s.names=["Universal Transverse Mercator System","utm"],module.exports=n})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={27478:t=>{"use strict";t.exports=require("../common/adjust_lon.js")},37077:t=>{"use strict";t.exports=require("../common/asinz.js")}},a={};function s(h){var r=a[h];if(void 0!==r)return r.exports;var i=a[h]={exports:{}};return t[h](i,i.exports,s),i.exports}var h,r,i,M,n,e={};h=e,r=s(27478),i=Math.PI/2,M=1e-10,n=s(37077),h.init=function(){this.R=this.a},h.forward=function(t){var a,s,h=t.x,e=t.y,o=r(h-this.long0);Math.abs(e)<=M&&(a=this.x0+this.R*o,s=this.y0);var x=n(2*Math.abs(e/Math.PI));(Math.abs(o)<=M||Math.abs(Math.abs(e)-i)<=M)&&(a=this.x0,s=e>=0?this.y0+Math.PI*this.R*Math.tan(.5*x):this.y0+Math.PI*this.R*-Math.tan(.5*x));var I=.5*Math.abs(Math.PI/o-o/Math.PI),u=I*I,P=Math.sin(x),c=Math.cos(x),v=c/(P+c-1),y=v*v,b=v*(2/P-1),p=b*b,R=Math.PI*this.R*(I*(v-p)+Math.sqrt(u*(v-p)*(v-p)-(p+u)*(y-p)))/(p+u);o<0&&(R=-R),a=this.x0+R;var d=u+v;return R=Math.PI*this.R*(b*d-I*Math.sqrt((p+u)*(u+1)-d*d))/(p+u),s=e>=0?this.y0+R:this.y0-R,t.x=a,t.y=s,t},h.inverse=function(t){var a,s,h,i,n,e,o,x,I,u,P,c;return t.x-=this.x0,t.y-=this.y0,P=Math.PI*this.R,n=(h=t.x/P)*h+(i=t.y/P)*i,P=3*(i*i/(x=-2*(e=-Math.abs(i)*(1+n))+1+2*i*i+n*n)+(2*(o=e-2*i*i+h*h)*o*o/x/x/x-9*e*o/x/x)/27)/(I=(e-o*o/3/x)/x)/(u=2*Math.sqrt(-I/3)),Math.abs(P)>1&&(P=P>=0?1:-1),c=Math.acos(P)/3,s=t.y>=0?(-u*Math.cos(c+Math.PI/3)-o/3/x)*Math.PI:-(-u*Math.cos(c+Math.PI/3)-o/3/x)*Math.PI,a=Math.abs(h)<M?this.long0:r(this.long0+Math.PI*(n-1+Math.sqrt(1+2*(h*h-i*i)+n*n))/2/h),t.x=a,t.y=s,t},h.names=["Van_der_Grinten_I","VanDerGrinten","vandg"],module.exports=e})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var r={66215:r=>{"use strict";r.exports=require("./projections/longlat.js")},70887:r=>{"use strict";r.exports=require("./projections/merc.js")}},e={};function t(o){var n=e[o];if(void 0!==n)return n.exports;var s=e[o]={exports:{}};return r[o](s,s.exports,t),s.exports}var o={};(()=>{var r=o,e=[t(70887),t(66215)],n={},s=[];function i(r,e){var t=s.length;return r.names?(s[t]=r,r.names.forEach((function(r){n[r.toLowerCase()]=t})),this):(console.log(e),!0)}r.add=i,r.get=function(r){if(!r)return!1;var e=r.toLowerCase();return void 0!==n[e]&&s[n[e]]?s[n[e]]:void 0},r.start=function(){e.forEach(i)}})(),module.exports=o})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var t={71584:(t,r,e)=>{var o=.017453292519943295,u=57.29577951308232,a=e(78353),m=e(52247),s=e(36587),x=e(43929);t.exports=function t(r,e,i){var n;return Array.isArray(i)&&(i=x(i)),r.datum&&e.datum&&function(t,r){return(1===t.datum.datum_type||2===t.datum.datum_type)&&"WGS84"!==r.datumCode||(1===r.datum.datum_type||2===r.datum.datum_type)&&"WGS84"!==t.datumCode}(r,e)&&(i=t(r,n=new s("WGS84"),i),r=n),"enu"!==r.axis&&(i=m(r,!1,i)),"longlat"===r.projName?i={x:i.x*o,y:i.y*o}:(r.to_meter&&(i={x:i.x*r.to_meter,y:i.y*r.to_meter}),i=r.inverse(i)),r.from_greenwich&&(i.x+=r.from_greenwich),i=a(r.datum,e.datum,i),e.from_greenwich&&(i={x:i.x-e.grom_greenwich,y:i.y}),"longlat"===e.projName?i={x:i.x*u,y:i.y*u}:(i=e.forward(i),e.to_meter&&(i={x:i.x/e.to_meter,y:i.y/e.to_meter})),"enu"!==e.axis?m(e,!0,i):i}},36587:t=>{"use strict";t.exports=require("./Proj.js")},52247:t=>{"use strict";t.exports=require("./adjust_axis.js")},43929:t=>{"use strict";t.exports=require("./common/toPoint.js")},78353:t=>{"use strict";t.exports=require("./datum_transform.js")}},r={},e=function e(o){var u=r[o];if(void 0!==u)return u.exports;var a=r[o]={exports:{}};return t[o](a,a.exports,e),a.exports}(71584);module.exports=e})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var r={84443:r=>{r.exports="2.3.16"}},e={},o=function o(t){var p=e[t];if(void 0!==p)return p.exports;var s=e[t]={exports:{}};return r[t](s,s.exports,o),s.exports}(84443);module.exports=o})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var e={83657:(e,a,t)=>{var r=t(48634);function n(e,a,t){e[a]=t.map((function(e){var a={};return o(e,a),a})).reduce((function(e,a){return r(e,a)}),{})}function o(e,a){var t;Array.isArray(e)?("PARAMETER"===(t=e.shift())&&(t=e.shift()),1===e.length?Array.isArray(e[0])?(a[t]={},o(e[0],a[t])):a[t]=e[0]:e.length?"TOWGS84"===t?a[t]=e:(a[t]={},["UNIT","PRIMEM","VERT_DATUM"].indexOf(t)>-1?(a[t]={name:e[0].toLowerCase(),convert:e[1]},3===e.length&&(a[t].auth=e[2])):"SPHEROID"===t?(a[t]={name:e[0],a:e[1],rf:e[2]},4===e.length&&(a[t].auth=e[3])):["GEOGCS","GEOCCS","DATUM","VERT_CS","COMPD_CS","LOCAL_CS","FITTED_CS","LOCAL_DATUM"].indexOf(t)>-1?(e[0]=["name",e[0]],n(a,t,e)):e.every((function(e){return Array.isArray(e)}))?n(a,t,e):o(e,a[t])):a[t]=!0):a[e]=!0}function l(e){return.017453292519943295*e}e.exports=function(e,a){var t=JSON.parse((","+e).replace(/\s*\,\s*([A-Z_0-9]+?)(\[)/g,',["$1",').slice(1).replace(/\s*\,\s*([A-Z_0-9]+?)\]/g,',"$1"]').replace(/,\["VERTCS".+/,"")),n=t.shift(),i=t.shift();t.unshift(["name",i]),t.unshift(["type",n]),t.unshift("output");var d={};return o(t,d),function(e){function a(a){var t=e.to_meter||1;return parseFloat(a,10)*t}"GEOGCS"===e.type?e.projName="longlat":"LOCAL_CS"===e.type?(e.projName="identity",e.local=!0):"object"==typeof e.PROJECTION?e.projName=Object.keys(e.PROJECTION)[0]:e.projName=e.PROJECTION,e.UNIT&&(e.units=e.UNIT.name.toLowerCase(),"metre"===e.units&&(e.units="meter"),e.UNIT.convert&&("GEOGCS"===e.type?e.DATUM&&e.DATUM.SPHEROID&&(e.to_meter=parseFloat(e.UNIT.convert,10)*e.DATUM.SPHEROID.a):e.to_meter=parseFloat(e.UNIT.convert,10))),e.GEOGCS&&(e.GEOGCS.DATUM?e.datumCode=e.GEOGCS.DATUM.name.toLowerCase():e.datumCode=e.GEOGCS.name.toLowerCase(),"d_"===e.datumCode.slice(0,2)&&(e.datumCode=e.datumCode.slice(2)),"new_zealand_geodetic_datum_1949"!==e.datumCode&&"new_zealand_1949"!==e.datumCode||(e.datumCode="nzgd49"),"wgs_1984"===e.datumCode&&("Mercator_Auxiliary_Sphere"===e.PROJECTION&&(e.sphere=!0),e.datumCode="wgs84"),"_ferro"===e.datumCode.slice(-6)&&(e.datumCode=e.datumCode.slice(0,-6)),"_jakarta"===e.datumCode.slice(-8)&&(e.datumCode=e.datumCode.slice(0,-8)),~e.datumCode.indexOf("belge")&&(e.datumCode="rnb72"),e.GEOGCS.DATUM&&e.GEOGCS.DATUM.SPHEROID&&(e.ellps=e.GEOGCS.DATUM.SPHEROID.name.replace("_19","").replace(/[Cc]larke\_18/,"clrk"),"international"===e.ellps.toLowerCase().slice(0,13)&&(e.ellps="intl"),e.a=e.GEOGCS.DATUM.SPHEROID.a,e.rf=parseFloat(e.GEOGCS.DATUM.SPHEROID.rf,10)),~e.datumCode.indexOf("osgb_1936")&&(e.datumCode="osgb36")),e.b&&!isFinite(e.b)&&(e.b=e.a),[["standard_parallel_1","Standard_Parallel_1"],["standard_parallel_2","Standard_Parallel_2"],["false_easting","False_Easting"],["false_northing","False_Northing"],["central_meridian","Central_Meridian"],["latitude_of_origin","Latitude_Of_Origin"],["latitude_of_origin","Central_Parallel"],["scale_factor","Scale_Factor"],["k0","scale_factor"],["latitude_of_center","Latitude_of_center"],["lat0","latitude_of_center",l],["longitude_of_center","Longitude_Of_Center"],["longc","longitude_of_center",l],["x0","false_easting",a],["y0","false_northing",a],["long0","central_meridian",l],["lat0","latitude_of_origin",l],["lat0","standard_parallel_1",l],["lat1","standard_parallel_1",l],["lat2","standard_parallel_2",l],["alpha","azimuth",l],["srsCode","name"]].forEach((function(a){return t=e,n=(r=a)[0],o=r[1],void(!(n in t)&&o in t&&(t[n]=t[o],3===r.length&&(t[n]=r[2](t[n]))));var t,r,n,o})),e.long0||!e.longc||"Albers_Conic_Equal_Area"!==e.projName&&"Lambert_Azimuthal_Equal_Area"!==e.projName||(e.long0=e.longc),e.lat_ts||!e.lat1||"Stereographic_South_Pole"!==e.projName&&"Polar Stereographic (variant B)"!==e.projName||(e.lat0=l(e.lat1>0?90:-90),e.lat_ts=e.lat1)}(d.output),r(a,d.output)}},48634:e=>{"use strict";e.exports=require("./extend.js")}},a={},t=function t(r){var n=a[r];if(void 0!==n)return n.exports;var o=a[r]={exports:{}};return e[r](o,o.exports,t),o.exports}(83657);module.exports=t})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{"use strict";var r={81040:r=>{function t(r,t,e,o,n){}t.resetWarningCache=function(){},r.exports=t}},t={},e=function e(o){var n=t[o];if(void 0!==n)return n.exports;var s=t[o]={exports:{}};return r[o](s,s.exports,e),s.exports}(81040);module.exports=e})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{"use strict";var e={92703:(e,r,t)=>{var o=t(56543);function n(){}function p(){}p.resetWarningCache=n,e.exports=function(){function e(e,r,t,n,p,a){if(a!==o){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function r(){return e}e.isRequired=e;var t={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:r,element:e,elementType:e,instanceOf:r,node:e,objectOf:r,oneOf:r,oneOfType:r,shape:r,exact:r,checkPropTypes:p,resetWarningCache:n};return t.PropTypes=t,t}},56543:e=>{e.exports=require("./lib/ReactPropTypesSecret.js")}},r={},t=function t(o){var n=r[o];if(void 0!==n)return n.exports;var p=r[o]={exports:{}};return e[o](p,p.exports,t),p.exports}(92703);module.exports=t})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{"use strict";var e={41805:(e,n,r)=>{var t=r(17406),o=r(37959),i=r(86654),a=r(79952),u=r(12269);function f(){return null}e.exports=function(e,n){var r="function"==typeof Symbol&&Symbol.iterator,c="<<anonymous>>",s={array:y("array"),bigint:y("bigint"),bool:y("boolean"),func:y("function"),number:y("number"),object:y("object"),string:y("string"),symbol:y("symbol"),any:p(f),arrayOf:function(e){return p((function(n,r,t,o,a){if("function"!=typeof e)return new l("Property `"+a+"` of component `"+t+"` has invalid PropType notation inside arrayOf.");var u=n[r];if(!Array.isArray(u))return new l("Invalid "+o+" `"+a+"` of type `"+b(u)+"` supplied to `"+t+"`, expected an array.");for(var f=0;f<u.length;f++){var c=e(u,f,t,o,a+"["+f+"]",i);if(c instanceof Error)return c}return null}))},element:p((function(n,r,t,o,i){var a=n[r];return e(a)?null:new l("Invalid "+o+" `"+i+"` of type `"+b(a)+"` supplied to `"+t+"`, expected a single ReactElement.")})),elementType:p((function(e,n,r,o,i){var a=e[n];return t.isValidElementType(a)?null:new l("Invalid "+o+" `"+i+"` of type `"+b(a)+"` supplied to `"+r+"`, expected a single ReactElement type.")})),instanceOf:function(e){return p((function(n,r,t,o,i){if(!(n[r]instanceof e)){var a=e.name||c;return new l("Invalid "+o+" `"+i+"` of type `"+((u=n[r]).constructor&&u.constructor.name?u.constructor.name:c)+"` supplied to `"+t+"`, expected instance of `"+a+"`.")}var u;return null}))},node:p((function(e,n,r,t,o){return v(e[n])?null:new l("Invalid "+t+" `"+o+"` supplied to `"+r+"`, expected a ReactNode.")})),objectOf:function(e){return p((function(n,r,t,o,u){if("function"!=typeof e)return new l("Property `"+u+"` of component `"+t+"` has invalid PropType notation inside objectOf.");var f=n[r],c=b(f);if("object"!==c)return new l("Invalid "+o+" `"+u+"` of type `"+c+"` supplied to `"+t+"`, expected an object.");for(var s in f)if(a(f,s)){var p=e(f,s,t,o,u+"."+s,i);if(p instanceof Error)return p}return null}))},oneOf:function(e){return Array.isArray(e)?p((function(n,r,t,o,i){for(var a=n[r],u=0;u<e.length;u++)if(f=a,c=e[u],f===c?0!==f||1/f==1/c:f!=f&&c!=c)return null;var f,c,s=JSON.stringify(e,(function(e,n){return"symbol"===m(n)?String(n):n}));return new l("Invalid "+o+" `"+i+"` of value `"+String(a)+"` supplied to `"+t+"`, expected one of "+s+".")})):f},oneOfType:function(e){if(!Array.isArray(e))return f;for(var n=0;n<e.length;n++){var r=e[n];if("function"!=typeof r)return x(r),f}return p((function(n,r,t,o,u){for(var f=[],c=0;c<e.length;c++){var s=(0,e[c])(n,r,t,o,u,i);if(null==s)return null;s.data&&a(s.data,"expectedType")&&f.push(s.data.expectedType)}return new l("Invalid "+o+" `"+u+"` supplied to `"+t+"`"+(f.length>0?", expected one of type ["+f.join(", ")+"]":"")+".")}))},shape:function(e){return p((function(n,r,t,o,a){var u=n[r],f=b(u);if("object"!==f)return new l("Invalid "+o+" `"+a+"` of type `"+f+"` supplied to `"+t+"`, expected `object`.");for(var c in e){var s=e[c];if("function"!=typeof s)return d(t,o,a,c,m(s));var p=s(u,c,t,o,a+"."+c,i);if(p)return p}return null}))},exact:function(e){return p((function(n,r,t,u,f){var c=n[r],s=b(c);if("object"!==s)return new l("Invalid "+u+" `"+f+"` of type `"+s+"` supplied to `"+t+"`, expected `object`.");var p=o({},n[r],e);for(var y in p){var v=e[y];if(a(e,y)&&"function"!=typeof v)return d(t,u,f,y,m(v));if(!v)return new l("Invalid "+u+" `"+f+"` key `"+y+"` supplied to `"+t+"`.\nBad object: "+JSON.stringify(n[r],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var x=v(c,y,t,u,f+"."+y,i);if(x)return x}return null}))}};function l(e,n){this.message=e,this.data=n&&"object"==typeof n?n:{},this.stack=""}function p(e){function r(r,t,o,a,u,f,s){if(a=a||c,f=f||o,s!==i&&n){var p=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw p.name="Invariant Violation",p}return null==t[o]?r?null===t[o]?new l("The "+u+" `"+f+"` is marked as required in `"+a+"`, but its value is `null`."):new l("The "+u+" `"+f+"` is marked as required in `"+a+"`, but its value is `undefined`."):null:e(t,o,a,u,f)}var t=r.bind(null,!1);return t.isRequired=r.bind(null,!0),t}function y(e){return p((function(n,r,t,o,i,a){var u=n[r];return b(u)!==e?new l("Invalid "+o+" `"+i+"` of type `"+m(u)+"` supplied to `"+t+"`, expected `"+e+"`.",{expectedType:e}):null}))}function d(e,n,r,t,o){return new l((e||"React class")+": "+n+" type `"+r+"."+t+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+o+"`.")}function v(n){switch(typeof n){case"number":case"string":case"undefined":return!0;case"boolean":return!n;case"object":if(Array.isArray(n))return n.every(v);if(null===n||e(n))return!0;var t=function(e){var n=e&&(r&&e[r]||e["@@iterator"]);if("function"==typeof n)return n}(n);if(!t)return!1;var o,i=t.call(n);if(t!==n.entries){for(;!(o=i.next()).done;)if(!v(o.value))return!1}else for(;!(o=i.next()).done;){var a=o.value;if(a&&!v(a[1]))return!1}return!0;default:return!1}}function b(e){var n=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,n){return"symbol"===e||!!n&&("Symbol"===n["@@toStringTag"]||"function"==typeof Symbol&&n instanceof Symbol)}(n,e)?"symbol":n}function m(e){if(null==e)return""+e;var n=b(e);if("object"===n){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return n}function x(e){var n=m(e);switch(n){case"array":case"object":return"an "+n;case"boolean":case"date":case"regexp":return"a "+n;default:return n}}return l.prototype=Error.prototype,s.checkPropTypes=u,s.resetWarningCache=u.resetWarningCache,s.PropTypes=s,s}},37959:e=>{e.exports=require("../object-assign/index.js")},17406:e=>{e.exports=require("../react-is/index.js")},12269:e=>{e.exports=require("./checkPropTypes.js")},86654:e=>{e.exports=require("./lib/ReactPropTypesSecret.js")},79952:e=>{e.exports=require("./lib/has.js")}},n={},r=function r(t){var o=n[t];if(void 0!==o)return o.exports;var i=n[t]={exports:{}};return e[t](i,i.exports,r),i.exports}(41805);module.exports=r})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var r={45697:(r,t,e)=>{r.exports=e(8279)()},8279:r=>{"use strict";r.exports=require("./factoryWithThrowingShims.js")}},t={},e=function e(o){var s=t[o];if(void 0!==s)return s.exports;var i=t[o]={exports:{}};return r[o](i,i.exports,e),i.exports}(45697);module.exports=e})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{"use strict";var r={50414:r=>{r.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}},t={},e=function e(o){var _=t[o];if(void 0!==_)return _.exports;var s=t[o]={exports:{}};return r[o](s,s.exports,e),s.exports}(50414);module.exports=e})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var r={8130:r=>{r.exports=Function.call.bind(Object.prototype.hasOwnProperty)}},t={},o=function o(e){var p=t[e];if(void 0!==p)return p.exports;var n=t[e]={exports:{}};return r[e](n,n.exports,o),n.exports}(8130);module.exports=o})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{"use strict";var e={42541:(e,r,t)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.default=a;var n,o=(n=t(80071))&&n.__esModule?n:{default:n},u={};function a(e,r){return function(t,n,a,s,d){var i=a||"<<anonymous>>",f=d||n;if(null!=t[n]){var l=a+"."+n;(0,o.default)(u[l],"The "+s+" `"+f+"` of `"+i+"` is deprecated. "+r+"."),u[l]=!0}for(var p=arguments.length,v=Array(p>5?p-5:0),c=5;c<p;c++)v[c-5]=arguments[c];return e.apply(void 0,[t,n,a,s,d].concat(v))}}a._resetWarned=function(){u={}},e.exports=r.default},80071:e=>{e.exports=require("../node_modules/warning/warning.js")}},r={},t=function t(n){var o=r[n];if(void 0!==o)return o.exports;var u=r[n]={exports:{}};return e[n](u,u.exports,t),u.exports}(42541);module.exports=t})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{"use strict";var e={28853:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0});var n=s(r(23493)),o=r(56464),a=s(r(34824));function s(e){return e&&e.__esModule?e:{default:e}}t.default=(0,a.default)((function(e,t,r,a,s){var i=e[t];return n.default.isValidElement(i)?new Error("Invalid "+a+" `"+s+"` of type ReactElement supplied to `"+r+"`,expected an element type (a string , component class, or function component)."):(0,o.isValidElementType)(i)?null:new Error("Invalid "+a+" `"+s+"` of value `"+i+"` supplied to `"+r+"`, expected an element type (a string , component class, or function component).")})),e.exports=t.default},56464:e=>{e.exports=require("../../react-is/index.js")},23493:e=>{e.exports=require("../../react/index.js")},34824:e=>{e.exports=require("./utils/createChainableTypeChecker.js")}},t={},r=function r(n){var o=t[n];if(void 0!==o)return o.exports;var a=t[n]={exports:{}};return e[n](a,a.exports,r),a.exports}(28853);module.exports=r})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{"use strict";var r={82613:(r,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(r){function e(e,n,t,u,o,i){var l=u||"<<anonymous>>",a=i||t;if(null==n[t])return e?new Error("Required "+o+" `"+a+"` was not specified in `"+l+"`."):null;for(var s=arguments.length,d=Array(s>6?s-6:0),f=6;f<s;f++)d[f-6]=arguments[f];return r.apply(void 0,[n,t,l,o,a].concat(d))}var n=e.bind(null,!1);return n.isRequired=e.bind(null,!0),n},r.exports=e.default}},e={},n=function n(t){var u=e[t];if(void 0!==u)return u.exports;var o=e[t]={exports:{}};return r[t](o,o.exports,n),o.exports}(82613);module.exports=n})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{"use strict";var r={7903:r=>{r.exports=function(){}}},t={},e=function e(o){var s=t[o];if(void 0!==s)return s.exports;var n=t[o]={exports:{}};return r[o](n,n.exports,e),n.exports}(7903);module.exports=e})();
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see react.production.min.js.LICENSE.txt */
|
|
2
|
+
(()=>{"use strict";var e={70450:e=>{e.exports=require("../../object-assign/index.js")}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var u=t[n]={exports:{}};return e[n](u,u.exports,r),u.exports}var n={};(()=>{var e=n,t=r(70450),o=60103,u=60106;e.Fragment=60107,e.StrictMode=60108,e.Profiler=60114;var i=60109,a=60110,f=60112;e.Suspense=60113;var c=60115,s=60116;if("function"==typeof Symbol&&Symbol.for){var l=Symbol.for;o=l("react.element"),u=l("react.portal"),e.Fragment=l("react.fragment"),e.StrictMode=l("react.strict_mode"),e.Profiler=l("react.profiler"),i=l("react.provider"),a=l("react.context"),f=l("react.forward_ref"),e.Suspense=l("react.suspense"),c=l("react.memo"),s=l("react.lazy")}var p="function"==typeof Symbol&&Symbol.iterator;function y(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var d={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},v={};function h(e,t,r){this.props=e,this.context=t,this.refs=v,this.updater=r||d}function _(){}function m(e,t,r){this.props=e,this.context=t,this.refs=v,this.updater=r||d}h.prototype.isReactComponent={},h.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(y(85));this.updater.enqueueSetState(this,e,t,"setState")},h.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},_.prototype=h.prototype;var b=m.prototype=new _;b.constructor=m,t(b,h.prototype),b.isPureReactComponent=!0;var S={current:null},$=Object.prototype.hasOwnProperty,w={key:!0,ref:!0,__self:!0,__source:!0};function g(e,t,r){var n,u={},i=null,a=null;if(null!=t)for(n in void 0!==t.ref&&(a=t.ref),void 0!==t.key&&(i=""+t.key),t)$.call(t,n)&&!w.hasOwnProperty(n)&&(u[n]=t[n]);var f=arguments.length-2;if(1===f)u.children=r;else if(1<f){for(var c=Array(f),s=0;s<f;s++)c[s]=arguments[s+2];u.children=c}if(e&&e.defaultProps)for(n in f=e.defaultProps)void 0===u[n]&&(u[n]=f[n]);return{$$typeof:o,type:e,key:i,ref:a,props:u,_owner:S.current}}function k(e){return"object"==typeof e&&null!==e&&e.$$typeof===o}var C=/\/+/g;function E(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,(function(e){return t[e]}))}(""+e.key):t.toString(36)}function R(e,t,r,n,i){var a=typeof e;"undefined"!==a&&"boolean"!==a||(e=null);var f=!1;if(null===e)f=!0;else switch(a){case"string":case"number":f=!0;break;case"object":switch(e.$$typeof){case o:case u:f=!0}}if(f)return i=i(f=e),e=""===n?"."+E(f,0):n,Array.isArray(i)?(r="",null!=e&&(r=e.replace(C,"$&/")+"/"),R(i,t,r,"",(function(e){return e}))):null!=i&&(k(i)&&(i=function(e,t){return{$$typeof:o,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(i,r+(!i.key||f&&f.key===i.key?"":(""+i.key).replace(C,"$&/")+"/")+e)),t.push(i)),1;if(f=0,n=""===n?".":n+":",Array.isArray(e))for(var c=0;c<e.length;c++){var s=n+E(a=e[c],c);f+=R(a,t,r,s,i)}else if(s=function(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=p&&e[p]||e["@@iterator"])?e:null}(e),"function"==typeof s)for(e=s.call(e),c=0;!(a=e.next()).done;)f+=R(a=a.value,t,r,s=n+E(a,c++),i);else if("object"===a)throw t=""+e,Error(y(31,"[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t));return f}function j(e,t,r){if(null==e)return e;var n=[],o=0;return R(e,n,"","",(function(e){return t.call(r,e,o++)})),n}function x(e){if(-1===e._status){var t=e._result;t=t(),e._status=0,e._result=t,t.then((function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)}),(function(t){0===e._status&&(e._status=2,e._result=t)}))}if(1===e._status)return e._result;throw e._result}var P={current:null};function O(){var e=P.current;if(null===e)throw Error(y(321));return e}var A={ReactCurrentDispatcher:P,ReactCurrentBatchConfig:{transition:0},ReactCurrentOwner:S,IsSomeRendererActing:{current:!1},assign:t};e.Children={map:j,forEach:function(e,t,r){j(e,(function(){t.apply(this,arguments)}),r)},count:function(e){var t=0;return j(e,(function(){t++})),t},toArray:function(e){return j(e,(function(e){return e}))||[]},only:function(e){if(!k(e))throw Error(y(143));return e}},e.Component=h,e.PureComponent=m,e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=A,e.cloneElement=function(e,r,n){if(null==e)throw Error(y(267,e));var u=t({},e.props),i=e.key,a=e.ref,f=e._owner;if(null!=r){if(void 0!==r.ref&&(a=r.ref,f=S.current),void 0!==r.key&&(i=""+r.key),e.type&&e.type.defaultProps)var c=e.type.defaultProps;for(s in r)$.call(r,s)&&!w.hasOwnProperty(s)&&(u[s]=void 0===r[s]&&void 0!==c?c[s]:r[s])}var s=arguments.length-2;if(1===s)u.children=n;else if(1<s){c=Array(s);for(var l=0;l<s;l++)c[l]=arguments[l+2];u.children=c}return{$$typeof:o,type:e.type,key:i,ref:a,props:u,_owner:f}},e.createContext=function(e,t){return void 0===t&&(t=null),(e={$$typeof:a,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:i,_context:e},e.Consumer=e},e.createElement=g,e.createFactory=function(e){var t=g.bind(null,e);return t.type=e,t},e.createRef=function(){return{current:null}},e.forwardRef=function(e){return{$$typeof:f,render:e}},e.isValidElement=k,e.lazy=function(e){return{$$typeof:s,_payload:{_status:-1,_result:e},_init:x}},e.memo=function(e,t){return{$$typeof:c,type:e,compare:void 0===t?null:t}},e.useCallback=function(e,t){return O().useCallback(e,t)},e.useContext=function(e,t){return O().useContext(e,t)},e.useDebugValue=function(){},e.useEffect=function(e,t){return O().useEffect(e,t)},e.useImperativeHandle=function(e,t,r){return O().useImperativeHandle(e,t,r)},e.useLayoutEffect=function(e,t){return O().useLayoutEffect(e,t)},e.useMemo=function(e,t){return O().useMemo(e,t)},e.useReducer=function(e,t,r){return O().useReducer(e,t,r)},e.useRef=function(e){return O().useRef(e)},e.useState=function(e){return O().useState(e)},e.version="17.0.2"})(),module.exports=n})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{"use strict";var r={67294:(r,e,t)=>{r.exports=t(38051)},38051:r=>{r.exports=require("./cjs/react.production.min.js")}},e={},t=function t(o){var s=e[o];if(void 0!==s)return s.exports;var p=e[o]={exports:{}};return r[o](p,p.exports,t),p.exports}(67294);module.exports=t})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{"use strict";var o={72037:o=>{o.exports=require("../../prop-types/index.js")},54607:o=>{o.exports=require("../../react-dom/index.js")},7714:o=>{o.exports=require("../../spy-on-component/index.js")}},e={};function r(s){var t=e[s];if(void 0!==t)return t.exports;var u=e[s]={exports:{}};return o[s](u,u.exports,r),u.exports}var s={};(()=>{var o=s;o.__esModule=!0,o.default=function(o){(0,p.default)(o,{componentDidMount:function(){this.props.autoFocus&&(this.focus?this.focus():(0,u.findDOMNode)(this).focus())}})},o.PropTypes=void 0;var e,t=r(72037),u=r(54607),p=(e=r(7714))&&e.__esModule?e:{default:e},i={autoFocus:t.bool};o.PropTypes=i})(),module.exports=s})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{"use strict";var e={65715:e=>{e.exports=require("../../react-dom/index.js")},41114:e=>{e.exports=require("./mountManager.js")},76650:e=>{e.exports=require("./timeoutManager.js")}},r={};function n(t){var o=r[t];if(void 0!==o)return o.exports;var u=r[t]={exports:{}};return e[t](u,u.exports,n),u.exports}var t={};(()=>{var e=t;e.__esModule=!0,e.callFocusEventHandler=function(e,r,n){var t=e.props[r?"onFocus":"onBlur"];t&&t(n)},e.default=function(e,n){var t,s=void 0===n?{}:n,a=s.willHandle,i=s.didHandle,d=s.onChange,l=s.isDisabled,c=void 0===l?function(){return!!e.props.disabled}:l,f=(0,o.default)(e),p=(0,u.default)(e);function v(n,o){o&&o.persist&&o.persist(),a&&!1===a(n,o)||f.set("focus",(function(){(0,r.unstable_batchedUpdates)((function(){n!==t&&(i&&i.call(e,n,o),!p()&&n||(t=n,d&&d(n,o)))}))}))}return{handleBlur:function(e){c()||v(!1,e)},handleFocus:function(e){c()||v(!0,e)}}};var r=n(65715),o=s(n(76650)),u=s(n(41114));function s(e){return e&&e.__esModule?e:{default:e}}})(),module.exports=t})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{"use strict";var e={92203:e=>{e.exports=require("../../spy-on-component/index.js")},23727:e=>{e.exports=require("./autoFocus.js")},46319:e=>{e.exports=require("./focusManager.js")},6587:e=>{e.exports=require("./mixin.js")},75653:e=>{e.exports=require("./mountManager.js")},32622:e=>{e.exports=require("./timeoutManager.js")}},r={};function t(a){var o=r[a];if(void 0!==o)return o.exports;var u=r[a]={exports:{}};return e[a](u,u.exports,t),u.exports}var a={};(()=>{var e=a;e.__esModule=!0;var r=p(t(92203));e.spyOnComponent=r.default;var o=p(t(23727));e.autoFocus=o.default;var u=p(t(46319));e.focusManager=u.default;var s=p(t(75653));e.mountManager=s.default;var n=p(t(32622));e.timeoutManager=n.default;var i=p(t(6587));function p(e){return e&&e.__esModule?e:{default:e}}e.mixin=i.default})(),module.exports=a})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{"use strict";var t={};(()=>{var e=t;function r(){return r=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])}return t},r.apply(this,arguments)}function n(t,e){var n=e.propTypes,o=e.contextTypes,p=e.childContextTypes,i=e.getChildContext,l=function(t,e){if(null==t)return{};var r,n,o={},p=Object.keys(t);for(n=0;n<p.length;n++)r=p[n],e.indexOf(r)>=0||(o[r]=t[r]);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(n=0;n<i.length;n++)r=i[n],e.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(t,r)&&(o[r]=t[r])}return o}(e,["propTypes","contextTypes","childContextTypes","getChildContext"]);if(n&&(t.propTypes=r({},t.propTypes,n)),o&&(t.contextTypes=r({},t.contextTypes,o)),p&&(t.childContextTypes=r({},t.childContextTypes,p)),i){var c=t.prototype.getChildContext;t.prototype.getChildContext=function(){return r({},c&&c.call(this),i.call(this))}}return r(t.prototype,l),t}e.__esModule=!0,e.mixin=n,e.default=function(t){return function(e){return n(e,t)}}})(),module.exports=t})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{"use strict";var e={43304:(e,t,r)=>{t.__esModule=!0,t.default=function(e){var t=!0;return(0,n.default)(e,{componentWillUnmount:function(){t=!1}}),function(){return t}};var o,n=(o=r(5444))&&o.__esModule?o:{default:o};e.exports=t.default},5444:e=>{e.exports=require("../../spy-on-component/index.js")}},t={},r=function r(o){var n=t[o];if(void 0!==n)return n.exports;var u=t[o]={exports:{}};return e[o](u,u.exports,r),u.exports}(43304);module.exports=r})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{"use strict";var e={45673:(e,t,r)=>{t.__esModule=!0,t.default=function(e){var t,r=(0,o.default)(e),u=Object.create(null);return(0,n.default)(e,{componentWillUnmount:function(){for(var e in u)clearTimeout(u[e]);u=null}}),t={clear:function(e){clearTimeout(u[e])},set:function(e,n,o){r()&&(t.clear(e),u[e]=setTimeout(n,o))}}};var n=u(r(80347)),o=u(r(50032));function u(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default},80347:e=>{e.exports=require("../../spy-on-component/index.js")},50032:e=>{e.exports=require("./mountManager.js")}},t={},r=function r(n){var o=t[n];if(void 0!==o)return o.exports;var u=t[n]={exports:{}};return e[n](u,u.exports,r),u.exports}(45673);module.exports=r})();
|