@axinom/mosaic-ui 0.74.0-rc.9 → 0.74.1

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.
Files changed (35) hide show
  1. package/dist/cjs/components/FormStation/FormStation.d.ts +17 -1
  2. package/dist/cjs/components/FormStation/FormStation.d.ts.map +1 -1
  3. package/dist/cjs/components/FormStation/FormStationHeader/FormStationHeader.d.ts +2 -0
  4. package/dist/cjs/components/FormStation/FormStationHeader/FormStationHeader.d.ts.map +1 -1
  5. package/dist/cjs/components/FormStation/ModalForm/ModalForm.d.ts +41 -0
  6. package/dist/cjs/components/FormStation/ModalForm/ModalForm.d.ts.map +1 -0
  7. package/dist/cjs/components/FormStation/ModalForm/useModalForm.d.ts +19 -0
  8. package/dist/cjs/components/FormStation/ModalForm/useModalForm.d.ts.map +1 -0
  9. package/dist/cjs/components/FormStation/index.d.ts +2 -0
  10. package/dist/cjs/components/FormStation/index.d.ts.map +1 -1
  11. package/dist/cjs/index.js +4 -4
  12. package/dist/cjs/index.js.map +1 -1
  13. package/dist/esm/components/FormStation/FormStation.d.ts +17 -1
  14. package/dist/esm/components/FormStation/FormStation.d.ts.map +1 -1
  15. package/dist/esm/components/FormStation/FormStationHeader/FormStationHeader.d.ts +2 -0
  16. package/dist/esm/components/FormStation/FormStationHeader/FormStationHeader.d.ts.map +1 -1
  17. package/dist/esm/components/FormStation/ModalForm/ModalForm.d.ts +41 -0
  18. package/dist/esm/components/FormStation/ModalForm/ModalForm.d.ts.map +1 -0
  19. package/dist/esm/components/FormStation/ModalForm/useModalForm.d.ts +19 -0
  20. package/dist/esm/components/FormStation/ModalForm/useModalForm.d.ts.map +1 -0
  21. package/dist/esm/components/FormStation/index.d.ts +2 -0
  22. package/dist/esm/components/FormStation/index.d.ts.map +1 -1
  23. package/dist/esm/index.js +1 -1
  24. package/dist/esm/index.js.map +1 -1
  25. package/package.json +3 -3
  26. package/src/components/FormStation/FormStation.tsx +22 -1
  27. package/src/components/FormStation/FormStationHeader/FormStationHeader.tsx +34 -2
  28. package/src/components/FormStation/ModalForm/ModalForm.module.scss +18 -0
  29. package/src/components/FormStation/ModalForm/ModalForm.spec.tsx +290 -0
  30. package/src/components/FormStation/ModalForm/ModalForm.stories.tsx +191 -0
  31. package/src/components/FormStation/ModalForm/ModalForm.tsx +80 -0
  32. package/src/components/FormStation/ModalForm/useModalForm.tsx +30 -0
  33. package/src/components/FormStation/index.ts +5 -0
  34. package/src/components/Modal/Modal.module.scss +4 -3
  35. package/src/styles/variables.scss +4 -0
@@ -38,6 +38,22 @@ export interface FormStationProps<TValues extends Data = FormikValues, TSubmitRe
38
38
  validationSchema?: OptionalObjectSchema<ObjectSchemaDefinition<TValues>>;
39
39
  /** URL to navigate to when the form is reset (usually on a create station) */
40
40
  cancelNavigationUrl?: string;
41
+ /**
42
+ * Called when the header's 'Cancel' action was selected and the form was
43
+ * reset. Takes precedence over `cancelNavigationUrl`.
44
+ */
45
+ onCancel?: () => void;
46
+ /**
47
+ * Called once the header's save action saved the form successfully. Setting
48
+ * it also makes that action submit the form directly, instead of saving on
49
+ * navigation.
50
+ */
51
+ onSaveCompleted?: () => void;
52
+ /**
53
+ * If set to true, a dirty form is saved when the user navigates away, and
54
+ * navigation is cancelled while the form is invalid. (default: true)
55
+ */
56
+ saveOnNavigate?: boolean;
41
57
  /** Component which contains additional information */
42
58
  infoPanel?: JSX.Element;
43
59
  /** Optional flag for removing the padding around child components. */
@@ -62,5 +78,5 @@ export interface FormStationProps<TValues extends Data = FormikValues, TSubmitRe
62
78
  /** CSS Class name for additional styles */
63
79
  className?: string;
64
80
  }
65
- export declare const FormStation: <TValues extends Data, TSubmitResponse = unknown>({ titleProperty, defaultTitle, subtitle, children, alwaysShowActionsPanel, actions, actionsWidth, cancelNavigationUrl, initialData, saveData, validationSchema, infoPanel, edgeToEdgeContent, alwaysSubmitBeforeAction, stationMessage, className, setTabTitle, showSaveHeaderAction, saveHeaderActionConfig, saveNotificationMessage, }: PropsWithChildren<FormStationProps<TValues, TSubmitResponse>>) => JSX.Element;
81
+ export declare const FormStation: <TValues extends Data, TSubmitResponse = unknown>({ titleProperty, defaultTitle, subtitle, children, alwaysShowActionsPanel, actions, actionsWidth, cancelNavigationUrl, onCancel, onSaveCompleted, saveOnNavigate, initialData, saveData, validationSchema, infoPanel, edgeToEdgeContent, alwaysSubmitBeforeAction, stationMessage, className, setTabTitle, showSaveHeaderAction, saveHeaderActionConfig, saveNotificationMessage, }: PropsWithChildren<FormStationProps<TValues, TSubmitResponse>>) => JSX.Element;
66
82
  //# sourceMappingURL=FormStation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormStation.d.ts","sourceRoot":"","sources":["../../../../src/components/FormStation/FormStation.tsx"],"names":[],"mappings":"AACA,OAAO,EAAU,KAAK,YAAY,EAAE,MAAM,QAAQ,CAAC;AACnD,OAAc,EACZ,KAAK,iBAAiB,EAMvB,MAAM,OAAO,CAAC;AACf,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAI7C,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAChD,OAAO,KAAK,EACV,cAAc,EACd,eAAe,EACf,sBAAsB,EACtB,gBAAgB,EACjB,MAAM,sBAAsB,CAAC;AAW9B,MAAM,WAAW,gBAAgB,CAC/B,OAAO,SAAS,IAAI,GAAG,YAAY,EACnC,eAAe,GAAG,OAAO;IAEzB,4DAA4D;IAC5D,aAAa,CAAC,EAAE,MAAM,OAAO,CAAC;IAC9B,mDAAmD;IACnD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,oCAAoC;IACpC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kFAAkF;IAClF,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,oEAAoE;IACpE,OAAO,CAAC,EAAE,cAAc,CAAC,OAAO,EAAE,eAAe,CAAC,EAAE,CAAC;IACrD,wDAAwD;IACxD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,uEAAuE;IACvE,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;OAGG;IACH,sBAAsB,CAAC,EAAE,IAAI,CAAC,uBAAuB,EAAE,OAAO,GAAG,MAAM,CAAC,CAAC;IACzE;;;OAGG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC;;OAEG;IACH,WAAW,EAAE,eAAe,CAAC,OAAO,CAAC,CAAC;IACtC,mFAAmF;IACnF,gBAAgB,CAAC,EAAE,oBAAoB,CAAC,sBAAsB,CAAC,OAAO,CAAC,CAAC,CAAC;IACzE,8EAA8E;IAC9E,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,sDAAsD;IACtD,SAAS,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IACxB,sEAAsE;IACtE,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;OAGG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,8FAA8F;IAC9F,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,QAAQ,EAAE,gBAAgB,CAAC,OAAO,EAAE,eAAe,CAAC,CAAC;IACrD,2CAA2C;IAC3C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,WAAW,GAAI,OAAO,SAAS,IAAI,EAAE,eAAe,GAAG,OAAO,EAAE,0UAqB1E,iBAAiB,CAClB,gBAAgB,CAAC,OAAO,EAAE,eAAe,CAAC,CAC3C,KAAG,GAAG,CAAC,OAgIP,CAAC"}
1
+ {"version":3,"file":"FormStation.d.ts","sourceRoot":"","sources":["../../../../src/components/FormStation/FormStation.tsx"],"names":[],"mappings":"AACA,OAAO,EAAU,KAAK,YAAY,EAAE,MAAM,QAAQ,CAAC;AACnD,OAAc,EACZ,KAAK,iBAAiB,EAMvB,MAAM,OAAO,CAAC;AACf,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAI7C,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAChD,OAAO,KAAK,EACV,cAAc,EACd,eAAe,EACf,sBAAsB,EACtB,gBAAgB,EACjB,MAAM,sBAAsB,CAAC;AAW9B,MAAM,WAAW,gBAAgB,CAC/B,OAAO,SAAS,IAAI,GAAG,YAAY,EACnC,eAAe,GAAG,OAAO;IAEzB,4DAA4D;IAC5D,aAAa,CAAC,EAAE,MAAM,OAAO,CAAC;IAC9B,mDAAmD;IACnD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,oCAAoC;IACpC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kFAAkF;IAClF,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,oEAAoE;IACpE,OAAO,CAAC,EAAE,cAAc,CAAC,OAAO,EAAE,eAAe,CAAC,EAAE,CAAC;IACrD,wDAAwD;IACxD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,uEAAuE;IACvE,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;OAGG;IACH,sBAAsB,CAAC,EAAE,IAAI,CAAC,uBAAuB,EAAE,OAAO,GAAG,MAAM,CAAC,CAAC;IACzE;;;OAGG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC;;OAEG;IACH,WAAW,EAAE,eAAe,CAAC,OAAO,CAAC,CAAC;IACtC,mFAAmF;IACnF,gBAAgB,CAAC,EAAE,oBAAoB,CAAC,sBAAsB,CAAC,OAAO,CAAC,CAAC,CAAC;IACzE,8EAA8E;IAC9E,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,sDAAsD;IACtD,SAAS,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IACxB,sEAAsE;IACtE,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;OAGG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,8FAA8F;IAC9F,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,QAAQ,EAAE,gBAAgB,CAAC,OAAO,EAAE,eAAe,CAAC,CAAC;IACrD,2CAA2C;IAC3C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,WAAW,GAAI,OAAO,SAAS,IAAI,EAAE,eAAe,GAAG,OAAO,EAAE,qXAwB1E,iBAAiB,CAClB,gBAAgB,CAAC,OAAO,EAAE,eAAe,CAAC,CAC3C,KAAG,GAAG,CAAC,OAkIP,CAAC"}
@@ -8,6 +8,8 @@ export declare const FormStationHeader: React.FC<Omit<PageHeaderProps, 'title'>
8
8
  titleProperty?: string;
9
9
  defaultTitle?: string;
10
10
  cancelNavigationUrl?: string;
11
+ onCancel?: () => void;
12
+ onSaveCompleted?: () => void;
11
13
  setTabTitle?: boolean;
12
14
  showSaveHeaderAction?: boolean;
13
15
  saveHeaderActionConfig?: Pick<PageHeaderJsActionProps, 'label' | 'icon'>;
@@ -1 +1 @@
1
- {"version":3,"file":"FormStationHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/FormStation/FormStationHeader/FormStationHeader.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,EAIL,KAAK,eAAe,EACrB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAGjF;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CACtC,IAAI,CAAC,eAAe,EAAE,OAAO,CAAC,GAAG;IAC/B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,sBAAsB,CAAC,EAAE,IAAI,CAAC,uBAAuB,EAAE,OAAO,GAAG,MAAM,CAAC,CAAC;IACzE,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC,CA4HF,CAAC"}
1
+ {"version":3,"file":"FormStationHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/FormStation/FormStationHeader/FormStationHeader.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,EAIL,KAAK,eAAe,EACrB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAGjF;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CACtC,IAAI,CAAC,eAAe,EAAE,OAAO,CAAC,GAAG;IAC/B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,sBAAsB,CAAC,EAAE,IAAI,CAAC,uBAAuB,EAAE,OAAO,GAAG,MAAM,CAAC,CAAC;IACzE,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC,CA0JF,CAAC"}
@@ -0,0 +1,41 @@
1
+ import { type PropsWithChildren } from 'react';
2
+ import type { Data } from '../../../types/data';
3
+ import { type FormStationProps } from '../FormStation';
4
+ export type ModalFormProps<TValues extends Data, TSubmitResponse = unknown> = Omit<FormStationProps<TValues, TSubmitResponse>, 'cancelNavigationUrl' | 'onCancel' | 'onSaveCompleted' | 'saveOnNavigate' | 'defaultTitle' | 'titleProperty' | 'setTabTitle'> & {
5
+ /** The title of the form, shown in the modal's header */
6
+ title: string;
7
+ /**
8
+ * Closes the modal hosting the form. Pass the `closeModal` callback the
9
+ * `useModal` hook provides to the modal component.
10
+ */
11
+ closeModal: () => void;
12
+ /**
13
+ * The width of the form inside the modal (as CSS width).
14
+ * Defaults to the full width the modal leaves over.
15
+ */
16
+ width?: string;
17
+ };
18
+ /**
19
+ * This component is the basic building block for forms shown inside a modal.
20
+ *
21
+ * Its header actions are bound to the hosting modal instead of the router:
22
+ * 'Cancel' discards the changes and closes the modal, 'Save' calls `saveData`
23
+ * and closes the modal once the data was saved. A failed save keeps the modal
24
+ * open and shows the error.
25
+ *
26
+ * Use it with the `useModal` hook, or with `useModalForm`, which combines both.
27
+ *
28
+ * @example
29
+ * const { ModalWrapper, openModal } = useModal(({ closeModal }) => (
30
+ * <ModalForm<Genre>
31
+ * title="Edit Genre"
32
+ * closeModal={closeModal}
33
+ * initialData={{ loading, data }}
34
+ * saveData={saveData}
35
+ * >
36
+ * <Field name="title" label="Title" as={SingleLineTextField} />
37
+ * </ModalForm>
38
+ * ));
39
+ */
40
+ export declare const ModalForm: <TValues extends Data, TSubmitResponse = unknown>({ title, closeModal, width, className, ...props }: PropsWithChildren<ModalFormProps<TValues, TSubmitResponse>>) => JSX.Element;
41
+ //# sourceMappingURL=ModalForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModalForm.d.ts","sourceRoot":"","sources":["../../../../../src/components/FormStation/ModalForm/ModalForm.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAe,KAAK,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGpE,MAAM,MAAM,cAAc,CACxB,OAAO,SAAS,IAAI,EACpB,eAAe,GAAG,OAAO,IACvB,IAAI,CACN,gBAAgB,CAAC,OAAO,EAAE,eAAe,CAAC,EACxC,qBAAqB,GACrB,UAAU,GACV,iBAAiB,GACjB,gBAAgB,GAChB,cAAc,GACd,eAAe,GACf,aAAa,CAChB,GAAG;IACF,yDAAyD;IACzD,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,UAAU,EAAE,MAAM,IAAI,CAAC;IAEvB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,SAAS,GAAI,OAAO,SAAS,IAAI,EAAE,eAAe,GAAG,OAAO,EAAE,mDAMxE,iBAAiB,CAClB,cAAc,CAAC,OAAO,EAAE,eAAe,CAAC,CACzC,KAAG,GAAG,CAAC,OAcP,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { type PropsWithChildren } from 'react';
2
+ import type { Data } from '../../../types/data';
3
+ import { type UseModalResult } from '../../Modal';
4
+ import { type ModalFormProps } from './ModalForm';
5
+ export type UseModalFormOptions<TValues extends Data, TSubmitResponse = unknown> = PropsWithChildren<Omit<ModalFormProps<TValues, TSubmitResponse>, 'closeModal'>>;
6
+ /**
7
+ * The `useModal` hook with a `ModalForm` already wired up: shows the form in a
8
+ * modal and returns the methods to control it.
9
+ *
10
+ * @example
11
+ * const { ModalWrapper, openModal } = useModalForm<Genre>({
12
+ * title: 'Edit Genre',
13
+ * initialData: { loading, data },
14
+ * saveData,
15
+ * children: <Field name="title" label="Title" as={SingleLineTextField} />,
16
+ * });
17
+ */
18
+ export declare const useModalForm: <TValues extends Data, TSubmitResponse = unknown>(options: UseModalFormOptions<TValues, TSubmitResponse>) => UseModalResult;
19
+ //# sourceMappingURL=useModalForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useModalForm.d.ts","sourceRoot":"","sources":["../../../../../src/components/FormStation/ModalForm/useModalForm.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,KAAK,cAAc,EAAY,MAAM,aAAa,CAAC;AAC5D,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAE7D,MAAM,MAAM,mBAAmB,CAC7B,OAAO,SAAS,IAAI,EACpB,eAAe,GAAG,OAAO,IACvB,iBAAiB,CACnB,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,eAAe,CAAC,EAAE,YAAY,CAAC,CAC7D,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,YAAY,GAAI,OAAO,SAAS,IAAI,EAAE,eAAe,GAAG,OAAO,EAC1E,SAAS,mBAAmB,CAAC,OAAO,EAAE,eAAe,CAAC,KACrD,cAGC,CAAC"}
@@ -3,4 +3,6 @@ export { Details, type DetailsProps } from './Details/Details';
3
3
  export { FormGrid } from './FormGrid';
4
4
  export { FormStation, type FormStationProps } from './FormStation';
5
5
  export * from './FormStation.models';
6
+ export { ModalForm, type ModalFormProps } from './ModalForm/ModalForm';
7
+ export { useModalForm, type UseModalFormOptions, } from './ModalForm/useModalForm';
6
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/FormStation/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACnE,cAAc,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/FormStation/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACnE,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EACL,YAAY,EACZ,KAAK,mBAAmB,GACzB,MAAM,0BAA0B,CAAC"}