@applica-software-guru/react-admin 1.2.123 → 1.3.125
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/bitbucket-pipelines.yml +3 -3
- package/dist/ApplicaAdmin.d.ts +1 -1
- package/dist/ApplicaAdmin.d.ts.map +1 -1
- package/dist/components/Notification.d.ts +2 -2
- package/dist/components/ra-forms/TabbedForm.d.ts +2 -2
- package/dist/components/ra-lists/Datagrid.d.ts +2 -2
- package/dist/components/ra-pages/GenericErrorPage.d.ts +3 -0
- package/dist/components/ra-pages/GenericErrorPage.d.ts.map +1 -0
- package/dist/components/ra-pages/index.d.ts +5 -5
- package/dist/components/ra-pages/index.d.ts.map +1 -1
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/useMemoizedObject.d.ts +10 -0
- package/dist/hooks/useMemoizedObject.d.ts.map +1 -0
- package/dist/i18n/MissingMessageHandler.d.ts +19 -0
- package/dist/i18n/MissingMessageHandler.d.ts.map +1 -0
- package/dist/i18n/createI18nProvider.d.ts +8 -5
- package/dist/i18n/createI18nProvider.d.ts.map +1 -1
- package/dist/i18n/index.d.ts +0 -1
- package/dist/i18n/useI18nProvider.d.ts +5 -5
- package/dist/i18n/useI18nProvider.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +62 -62
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +10730 -10704
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +65 -65
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/ApplicaAdmin.tsx +20 -44
- package/src/assets/genericError.png +0 -0
- package/src/components/ra-pages/GenericErrorPage.tsx +23 -0
- package/src/components/ra-pages/index.ts +5 -5
- package/src/hooks/index.jsx +1 -0
- package/src/hooks/useMemoizedObject.tsx +27 -0
- package/src/i18n/MissingMessageHandler.ts +60 -0
- package/src/i18n/createI18nProvider.tsx +97 -0
- package/src/i18n/index.jsx +0 -1
- package/src/i18n/useI18nProvider.tsx +23 -0
- package/dist/i18n/useI18nCatcher.d.ts +0 -28
- package/dist/i18n/useI18nCatcher.d.ts.map +0 -1
- package/src/i18n/createI18nProvider.jsx +0 -15
- package/src/i18n/useI18nCatcher.ts +0 -109
- package/src/i18n/useI18nProvider.jsx +0 -4
package/bitbucket-pipelines.yml
CHANGED
|
@@ -20,7 +20,7 @@ pipelines:
|
|
|
20
20
|
deployment: Production
|
|
21
21
|
script:
|
|
22
22
|
- export NODE_OPTIONS=--max_old_space_size=8192
|
|
23
|
-
- npm --no-git-tag-version version "1.
|
|
23
|
+
- npm --no-git-tag-version version "1.3.$BITBUCKET_BUILD_NUMBER" -m "Upgrade to new version"
|
|
24
24
|
- echo $VERSION
|
|
25
25
|
- npm install
|
|
26
26
|
- npm run build
|
|
@@ -28,5 +28,5 @@ pipelines:
|
|
|
28
28
|
variables:
|
|
29
29
|
NPM_TOKEN: $NPM_TOKEN
|
|
30
30
|
EXTRA_ARGS: '--access public'
|
|
31
|
-
- git tag -a "1.
|
|
32
|
-
- git push origin "1.
|
|
31
|
+
- git tag -a "1.3.$BITBUCKET_BUILD_NUMBER" -m "Version 1.3.$BITBUCKET_BUILD_NUMBER"
|
|
32
|
+
- git push origin "1.3.$BITBUCKET_BUILD_NUMBER"
|
package/dist/ApplicaAdmin.d.ts
CHANGED
|
@@ -137,7 +137,7 @@ export type ApplicaAdminProps = AdminProps & {
|
|
|
137
137
|
* @returns {React.ReactElement}
|
|
138
138
|
*/
|
|
139
139
|
declare const ApplicaAdmin: {
|
|
140
|
-
({ theme, themeConfig, apiUrl, defaultLocale, development, logoMain, logoIcon, loginPage, menu, name, copy, version, dataProvider, authProvider, notification, enableNotification, enableRegistration, enablePasswordRecover, ...props }: ApplicaAdminProps): import("react/jsx-runtime").JSX.Element
|
|
140
|
+
({ theme, themeConfig, apiUrl, defaultLocale, development, logoMain, logoIcon, loginPage, menu, name, copy, version, dataProvider, authProvider, notification, enableNotification, enableRegistration, enablePasswordRecover, ...props }: ApplicaAdminProps): import("react/jsx-runtime").JSX.Element;
|
|
141
141
|
defaultProps: {
|
|
142
142
|
fileFields: never[];
|
|
143
143
|
defaultLocale: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicaAdmin.d.ts","sourceRoot":"","sources":["../../src/ApplicaAdmin.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AACrE,OAAO,EAAwD,WAAW,EAAuB,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"ApplicaAdmin.d.ts","sourceRoot":"","sources":["../../src/ApplicaAdmin.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AACrE,OAAO,EAAwD,WAAW,EAAuB,MAAM,YAAY,CAAC;AAMpH,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAapC,MAAM,MAAM,iBAAiB,GAAG,UAAU,GAAG;IAC3C;;;;;;OAMG;IACH,KAAK,EAAE,GAAG,CAAC;IACX;;;OAGG;IACH,WAAW,EAAE,WAAW,CAAC;IACzB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE,GAAG,CAAC;IACd;;OAEG;IACH,QAAQ,EAAE,GAAG,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;IAChB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,YAAY,EAAE,YAAY,CAAC;IAC3B;;OAEG;IACH,YAAY,EAAE,YAAY,CAAC;IAC3B;;;;;;OAMG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;;;OAMG;IACH,kBAAkB,EAAE,OAAO,CAAC;IAC5B;;;;;;;;;;OAUG;IACH,kBAAkB,EAAE,OAAO,CAAC;IAC5B;;;;;;;;;;OAUG;IACH,qBAAqB,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,QAAA,MAAM,YAAY;8OAoBf,iBAAiB;;;;;;;;;;;;;;;CA6FnB,CAAC;AAkCF,eAAe,YAAY,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default ApplicaStyledNotification;
|
|
2
|
-
declare const ApplicaStyledNotification: import("@emotion/styled").StyledComponent<Pick<Pick<import("react-admin").NotificationProps, "children" | "title" | "ref" | "slot" | "style" | "type" | "id" | "resource" | "
|
|
2
|
+
declare const ApplicaStyledNotification: import("@emotion/styled").StyledComponent<Pick<Pick<import("react-admin").NotificationProps, "children" | "title" | "ref" | "slot" | "style" | "type" | "id" | "resource" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "prefix" | "property" | "rel" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "action" | "anchorOrigin" | "autoHideDuration" | "ClickAwayListenerProps" | "ContentProps" | "disableWindowBlurListener" | "message" | "onClose" | "resumeHideDuration" | "sx" | "TransitionComponent" | "transitionDuration" | "TransitionProps" | "multiLine"> & Pick<import("prop-types").InferProps<{
|
|
3
3
|
type: import("prop-types").Requireable<string>;
|
|
4
4
|
autoHideDuration: import("prop-types").Requireable<number>;
|
|
5
5
|
multiLine: import("prop-types").Requireable<boolean>;
|
|
6
|
-
}>, never> & Pick<import("react-admin").NotificationProps, "children" | "title" | "ref" | "slot" | "style" | "key" | "id" | "resource" | "
|
|
6
|
+
}>, never> & Pick<import("react-admin").NotificationProps, "children" | "title" | "ref" | "slot" | "style" | "key" | "id" | "resource" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "action" | "anchorOrigin" | "ClickAwayListenerProps" | "ContentProps" | "disableWindowBlurListener" | "message" | "onClose" | "resumeHideDuration" | "sx" | "TransitionComponent" | "transitionDuration" | "TransitionProps">, keyof import("react-admin").NotificationProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
7
7
|
//# sourceMappingURL=Notification.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default ApplicaStyledTabbedForm;
|
|
2
|
-
declare const ApplicaStyledTabbedForm: import("@emotion/styled").StyledComponent<Pick<Pick<import("react-admin").TabbedFormProps, "children" | "title" | "slot" | "style" | "values" | "id" | "resource" | "
|
|
2
|
+
declare const ApplicaStyledTabbedForm: import("@emotion/styled").StyledComponent<Pick<Pick<import("react-admin").TabbedFormProps, "children" | "title" | "slot" | "style" | "values" | "id" | "resource" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "prefix" | "property" | "rel" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "toolbar" | "component" | "mode" | "noValidate" | "manifest" | "record" | "mutationMode" | "reValidateMode" | "resetOptions" | "resolver" | "shouldFocusError" | "shouldUnregister" | "shouldUseNativeValidation" | "progressive" | "criteriaMode" | "delayError" | "formRootPathname" | "warnWhenUnsavedChanges" | "sanitizeEmptyValues" | "validate" | "syncWithLocation" | "tabs"> & Pick<import("prop-types").InferProps<{
|
|
3
3
|
children: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
|
|
4
4
|
defaultValues: import("prop-types").Requireable<object>;
|
|
5
5
|
formRootPathname: import("prop-types").Requireable<string>;
|
|
@@ -7,5 +7,5 @@ declare const ApplicaStyledTabbedForm: import("@emotion/styled").StyledComponent
|
|
|
7
7
|
record: import("prop-types").Requireable<object>;
|
|
8
8
|
saving: import("prop-types").Requireable<boolean>;
|
|
9
9
|
validate: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
10
|
-
}>, "saving" | "defaultValues"> & Pick<import("react-admin").TabbedFormProps, "title" | "slot" | "style" | "values" | "id" | "resource" | "
|
|
10
|
+
}>, "saving" | "defaultValues"> & Pick<import("react-admin").TabbedFormProps, "title" | "slot" | "style" | "values" | "id" | "resource" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "toolbar" | "component" | "mode" | "noValidate" | "manifest" | "reValidateMode" | "resetOptions" | "resolver" | "context" | "shouldFocusError" | "shouldUnregister" | "shouldUseNativeValidation" | "progressive" | "criteriaMode" | "delayError" | "warnWhenUnsavedChanges" | "sanitizeEmptyValues" | "syncWithLocation" | "tabs">, keyof import("react-admin").TabbedFormProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, {}, {}>;
|
|
11
11
|
//# sourceMappingURL=TabbedForm.d.ts.map
|
|
@@ -50,7 +50,6 @@ declare const Datagrid: {
|
|
|
50
50
|
key?: import("react").Validator<import("react").Key | null | undefined> | undefined;
|
|
51
51
|
id?: import("react").Validator<string | null | undefined> | undefined;
|
|
52
52
|
resource?: import("react").Validator<string | null | undefined> | undefined;
|
|
53
|
-
lang?: import("react").Validator<string | null | undefined> | undefined;
|
|
54
53
|
defaultChecked?: import("react").Validator<boolean | null | undefined> | undefined;
|
|
55
54
|
defaultValue?: import("react").Validator<string | number | readonly string[] | null | undefined> | undefined;
|
|
56
55
|
suppressContentEditableWarning?: import("react").Validator<boolean | null | undefined> | undefined;
|
|
@@ -62,6 +61,7 @@ declare const Datagrid: {
|
|
|
62
61
|
dir?: import("react").Validator<string | null | undefined> | undefined;
|
|
63
62
|
draggable?: import("react").Validator<(boolean | "true" | "false") | null | undefined> | undefined;
|
|
64
63
|
hidden?: import("react").Validator<boolean | null | undefined> | undefined;
|
|
64
|
+
lang?: import("react").Validator<string | null | undefined> | undefined;
|
|
65
65
|
nonce?: import("react").Validator<string | null | undefined> | undefined;
|
|
66
66
|
placeholder?: import("react").Validator<string | null | undefined> | undefined;
|
|
67
67
|
spellCheck?: import("react").Validator<(boolean | "true" | "false") | null | undefined> | undefined;
|
|
@@ -360,7 +360,6 @@ declare const Datagrid: {
|
|
|
360
360
|
key?: import("react").Key | null | undefined;
|
|
361
361
|
id?: string | undefined;
|
|
362
362
|
resource?: string | undefined;
|
|
363
|
-
lang?: string | undefined;
|
|
364
363
|
defaultChecked?: boolean | undefined;
|
|
365
364
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
366
365
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -372,6 +371,7 @@ declare const Datagrid: {
|
|
|
372
371
|
dir?: string | undefined;
|
|
373
372
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
374
373
|
hidden?: boolean | undefined;
|
|
374
|
+
lang?: string | undefined;
|
|
375
375
|
nonce?: string | undefined;
|
|
376
376
|
placeholder?: string | undefined;
|
|
377
377
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GenericErrorPage.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-pages/GenericErrorPage.tsx"],"names":[],"mappings":"AAKA,iBAAS,gBAAgB,4CAexB;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export {
|
|
1
|
+
export { default as ActivatePage } from './ActivatePage';
|
|
2
|
+
export { default as LoginPage } from './LoginPage';
|
|
3
|
+
export { default as RecoverPage } from './RecoverPage';
|
|
4
|
+
export { default as RegisterPage } from './RegisterPage';
|
|
5
|
+
export { default as GenericErrorPage } from './GenericErrorPage';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-pages/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-pages/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { useSx } from "./mui";
|
|
2
2
|
export { useRefDimensions } from "./useRefDimensions";
|
|
3
|
+
export { useMemoizedObject } from "./useMemoizedObject";
|
|
3
4
|
import useAppConfig from './useAppConfig';
|
|
4
5
|
import useMenu from './useMenu';
|
|
5
6
|
import useBreadcrumbs from './useBreadcrumbs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/index.jsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/index.jsx"],"names":[],"mappings":";;;yBAAyB,gBAAgB;oBAGrB,WAAW;2BAFJ,kBAAkB;4BACjB,mBAAmB;2BAIpB,kBAAkB;6BADhB,oBAAoB;0BADvB,iBAAiB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Questo hook memoizza in automatico un oggetto utilizzando il'equality check del suo valore come criterio di discriminazione.
|
|
3
|
+
* NOTA BENE!!! L'equality check di un oggetto JS è un discorso estremamente complesso.
|
|
4
|
+
* Pertanto questo hook va usato con estrema parsimonia, solo quando strettamente necessario e solo se si padroneggia a pieno il tema di cui sopra e le sue implicazioni nelle logiche di render condizionale di React
|
|
5
|
+
* @param object
|
|
6
|
+
* @returns
|
|
7
|
+
*/
|
|
8
|
+
declare function useMemoizedObject<T extends object>(object: T): T;
|
|
9
|
+
export { useMemoizedObject };
|
|
10
|
+
//# sourceMappingURL=useMemoizedObject.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useMemoizedObject.d.ts","sourceRoot":"","sources":["../../../src/hooks/useMemoizedObject.tsx"],"names":[],"mappings":"AAGA;;;;;;GAMG;AACH,iBAAS,iBAAiB,CAAC,CAAC,SAAS,MAAM,EAAE,MAAM,EAAE,CAAC,GAAG,CAAC,CAczD;AAED,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
type IMissingMessageHandlerConstructorData = {
|
|
2
|
+
apiUrl: string;
|
|
3
|
+
};
|
|
4
|
+
type IMissingMessageHandler = {
|
|
5
|
+
handleMessage(data: {
|
|
6
|
+
code: string;
|
|
7
|
+
lang: string;
|
|
8
|
+
}): void;
|
|
9
|
+
};
|
|
10
|
+
declare class MissingMessageHandler implements IMissingMessageHandler {
|
|
11
|
+
#private;
|
|
12
|
+
constructor(data: IMissingMessageHandlerConstructorData);
|
|
13
|
+
handleMessage(data: {
|
|
14
|
+
code: string;
|
|
15
|
+
lang: string;
|
|
16
|
+
}): void;
|
|
17
|
+
}
|
|
18
|
+
export default MissingMessageHandler;
|
|
19
|
+
//# sourceMappingURL=MissingMessageHandler.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MissingMessageHandler.d.ts","sourceRoot":"","sources":["../../../src/i18n/MissingMessageHandler.ts"],"names":[],"mappings":"AAEA,KAAK,qCAAqC,GAAG;IAC3C,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,sBAAsB,GAAG;IAC5B,aAAa,CAAC,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;CAC3D,CAAC;AAEF,cAAM,qBAAsB,YAAW,sBAAsB;;gBAK/C,IAAI,EAAE,qCAAqC;IASvD,aAAa,CAAC,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI;CAiC1D;AAED,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
type ICreateI18nProviderData = {
|
|
2
|
+
apiUrl: string;
|
|
3
|
+
defaultLocale: string;
|
|
4
|
+
allowMissing?: boolean;
|
|
5
|
+
createMissing?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare function createI18nProvider(data: ICreateI18nProviderData): Promise<any>;
|
|
8
|
+
export type { ICreateI18nProviderData };
|
|
1
9
|
export default createI18nProvider;
|
|
2
|
-
declare function createI18nProvider({ languages, defaultLocale, allowMissing }: {
|
|
3
|
-
languages: any;
|
|
4
|
-
defaultLocale: any;
|
|
5
|
-
allowMissing?: boolean | undefined;
|
|
6
|
-
}): import("ra-core").I18nProvider;
|
|
7
10
|
//# sourceMappingURL=createI18nProvider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createI18nProvider.d.ts","sourceRoot":"","sources":["../../../src/i18n/createI18nProvider.
|
|
1
|
+
{"version":3,"file":"createI18nProvider.d.ts","sourceRoot":"","sources":["../../../src/i18n/createI18nProvider.tsx"],"names":[],"mappings":"AAaA,KAAK,uBAAuB,GAAG;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAYF,iBAAS,kBAAkB,CAAC,IAAI,EAAE,uBAAuB,GAAG,OAAO,CAAC,GAAG,CAAC,CA8DvE;AAED,YAAY,EAAE,uBAAuB,EAAE,CAAC;AAExC,eAAe,kBAAkB,CAAC"}
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export { default as createI18nProvider } from "./createI18nProvider";
|
|
2
|
-
export { default as useI18nCatcher } from "./useI18nCatcher";
|
|
3
2
|
export { default as useI18nLanguages } from "./useI18nLanguages";
|
|
4
3
|
export { default as useI18nProvider } from "./useI18nProvider";
|
|
5
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { ICreateI18nProviderData } from './createI18nProvider';
|
|
2
|
+
import { I18nProvider } from 'ra-core';
|
|
3
|
+
declare function useI18nProvider(data: ICreateI18nProviderData): undefined | I18nProvider | {
|
|
4
|
+
error: boolean;
|
|
5
|
+
};
|
|
1
6
|
export default useI18nProvider;
|
|
2
|
-
declare function useI18nProvider({ apiUrl, locale, languages }: {
|
|
3
|
-
apiUrl: any;
|
|
4
|
-
locale?: string | undefined;
|
|
5
|
-
languages?: {} | undefined;
|
|
6
|
-
}): import("ra-core").I18nProvider;
|
|
7
7
|
//# sourceMappingURL=useI18nProvider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useI18nProvider.d.ts","sourceRoot":"","sources":["../../../src/i18n/useI18nProvider.
|
|
1
|
+
{"version":3,"file":"useI18nProvider.d.ts","sourceRoot":"","sources":["../../../src/i18n/useI18nProvider.tsx"],"names":[],"mappings":"AACA,OAA2B,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAEnF,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC,iBAAS,eAAe,CAAC,IAAI,EAAE,uBAAuB,GAAG,SAAS,GAAG,YAAY,GAAG;IAAE,KAAK,EAAE,OAAO,CAAA;CAAE,CAerG;AAED,eAAe,eAAe,CAAC"}
|