@xapp/form-widget 1.72.3 → 1.73.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Form/Form.stories.d.ts +1 -0
- package/dist/components/FormFieldCard/FormFieldCard.d.ts +0 -0
- package/dist/components/FormFieldChips/FormFieldChips.d.ts +0 -0
- package/dist/components/FormFieldChips/FormFieldSelect.d.ts +0 -0
- package/dist/components/FormFieldDate/FormFieldDate.d.ts +0 -0
- package/dist/components/FormFieldDateRange/FormFieldDateRange.d.ts +0 -0
- package/dist/components/FormFieldDropdown/FormFieldDropdown.d.ts +0 -0
- package/dist/components/FormFieldTextInput/FormFieldTextInput.d.ts +0 -0
- package/dist/components/FormFieldTextInputAddress/FormFieldTextInputAddress.d.ts +0 -0
- package/dist/components/FormStepDisplay/FormStepDisplay.d.ts +0 -0
- package/dist/components/FormWidget/FormWidget.stories.d.ts +0 -3
- package/dist/components/IconLabel/IconLabel.d.ts +0 -0
- package/dist/components/IconLabel/index.d.ts +0 -0
- package/dist/components/ModalDialog/ModalDialog.d.ts +0 -0
- package/dist/components/ModalDialog/ModalDialog.stories.d.ts +1 -0
- package/dist/components/SearchInput/SearchInput.d.ts +0 -0
- package/dist/components/SearchInput/SearchInputContainer.d.ts +0 -0
- package/dist/components/SearchInput/index.d.ts +0 -0
- package/dist/components/SearchResponseFormDisplay/SearchResponseFormDisplay.d.ts +0 -0
- package/dist/components/SearchResponseFormDisplay/model.d.ts +0 -0
- package/dist/components/SimpleNavigationHeader/SimpleNavigationHeader.d.ts +0 -0
- package/dist/components/icons/MicIcons/MicIconEmpty.d.ts +0 -0
- package/dist/components/icons/MicIcons/MicIconFill.d.ts +0 -0
- package/dist/components/icons/MicIcons/index.d.ts +0 -0
- package/dist/config/form-widget-config.d.ts +0 -0
- package/dist/index.es.js +39 -31
- package/dist/index.es.js.map +1 -1
- package/dist/utils/AddressAutocompleteService.d.ts +0 -0
- package/dist/utils/guards/isField.d.ts +0 -0
- package/dist/utils/guards/isForm.d.ts +0 -0
- package/dist/utils/useSuggestionsFetch.d.ts +0 -0
- package/dist/utils/useSuggestionsUrl.d.ts +0 -0
- package/dist/xapp-form-widget.css +0 -65
- package/dist/xapp-form-widget.js +10 -10
- package/package.json +9 -9
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -4,6 +4,3 @@ declare const _default: Meta;
|
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Default: VFC;
|
|
6
6
|
export declare const InModal: VFC;
|
|
7
|
-
export declare const WithTextResponse: VFC;
|
|
8
|
-
export declare const WithListResponse: VFC;
|
|
9
|
-
export declare const WithCarouselResponse: VFC;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|