@popmenu/admin-ui 0.126.4 → 0.127.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.
- package/build/cjs/components/Alert/index.d.ts +2 -2
- package/build/cjs/components/AlertDialog/AlertDialog.d.ts +1 -1
- package/build/cjs/components/AlertDialog/index.d.ts +2 -2
- package/build/cjs/components/AlertDialogHeader/index.d.ts +1 -1
- package/build/cjs/components/AlertTitle/index.d.ts +1 -1
- package/build/cjs/components/Button/ButtonProps.d.ts +1 -1
- package/build/cjs/components/Button/ButtonStyles.d.ts +1 -1
- package/build/cjs/components/Button/index.d.ts +2 -2
- package/build/cjs/components/Button/util/deriveButtonProps.d.ts +1 -1
- package/build/cjs/components/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/build/cjs/components/ButtonGroup/index.d.ts +2 -2
- package/build/cjs/components/Dialog/index.d.ts +2 -1
- package/build/cjs/components/DialogActions/index.d.ts +1 -1
- package/build/cjs/components/DialogContent/index.d.ts +2 -1
- package/build/cjs/components/DialogTitle/index.d.ts +2 -1
- package/build/cjs/components/FeatureIntro/FeatureIntroProps.d.ts +0 -1
- package/build/cjs/components/FeatureIntro/index.d.ts +2 -2
- package/build/cjs/components/FullScreenStepper/FullScreenStepperContext.d.ts +0 -1
- package/build/cjs/components/FullScreenStepper/FullScreenStepperProps.d.ts +10 -11
- package/build/cjs/components/FullScreenStepper/index.d.ts +1 -1
- package/build/cjs/components/FullScreenStepperActions/index.d.ts +2 -2
- package/build/cjs/components/FullScreenStepperActions/util/StepperActionsCancelButton.d.ts +1 -1
- package/build/cjs/components/FullScreenStepperActions/util/StepperActionsNextButton.d.ts +1 -1
- package/build/cjs/components/FullScreenStepperActions/util/StepperActionsPreviousButton.d.ts +1 -1
- package/build/cjs/components/FullScreenStepperActions/util/augmentButtonProps.d.ts +1 -1
- package/build/cjs/components/FullScreenStepperContent/index.d.ts +1 -1
- package/build/cjs/components/FullScreenStepperHeader/index.d.ts +1 -1
- package/build/cjs/components/FullScreenStepperProgress/index.d.ts +1 -1
- package/build/cjs/components/List/List.d.ts +0 -1
- package/build/cjs/components/List/index.d.ts +1 -1
- package/build/cjs/components/PageSectionTitle/PageSectionTitle.d.ts +0 -1
- package/build/cjs/components/SelectableCard/index.d.ts +2 -2
- package/build/cjs/components/SettingsIndexCard/SettingsIndexCardProps.d.ts +1 -1
- package/build/cjs/components/SettingsIndexCard/SettingsIndexCardStyles.d.ts +1 -1
- package/build/cjs/components/SettingsIndexCard/index.d.ts +1 -1
- package/build/cjs/components/SettingsIndexCardGroup/SettingsIndexCardGroup.d.ts +0 -1
- package/build/cjs/components/StandardListItem/StandardListItem.d.ts +0 -1
- package/build/cjs/components/StandardListItem/index.d.ts +1 -1
- package/build/cjs/components/Toast/index.d.ts +2 -2
- package/build/cjs/components/index.d.ts +27 -26
- package/build/cjs/hooks/useDialog.d.ts +0 -1
- package/build/cjs/hooks/useFullScreenStepperContext.d.ts +1 -1
- package/build/cjs/index.js +431 -459
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/theme/adminDarkTheme.d.ts +1 -1
- package/build/esm/components/Alert/Alert.js +14 -15
- package/build/esm/components/Alert/Alert.js.map +1 -1
- package/build/esm/components/Alert/AlertStyles.js +5 -8
- package/build/esm/components/Alert/AlertStyles.js.map +1 -1
- package/build/esm/components/Alert/index.d.ts +2 -2
- package/build/esm/components/AlertDialog/AlertDialog.d.ts +1 -1
- package/build/esm/components/AlertDialog/AlertDialog.js +6 -7
- package/build/esm/components/AlertDialog/AlertDialog.js.map +1 -1
- package/build/esm/components/AlertDialog/AlertDialogStyles.js +3 -3
- package/build/esm/components/AlertDialog/AlertDialogStyles.js.map +1 -1
- package/build/esm/components/AlertDialog/index.d.ts +2 -2
- package/build/esm/components/AlertDialogHeader/AlertDialogHeader.js +3 -4
- package/build/esm/components/AlertDialogHeader/AlertDialogHeader.js.map +1 -1
- package/build/esm/components/AlertDialogHeader/index.d.ts +1 -1
- package/build/esm/components/AlertTitle/AlertTitle.js +3 -4
- package/build/esm/components/AlertTitle/AlertTitle.js.map +1 -1
- package/build/esm/components/AlertTitle/index.d.ts +1 -1
- package/build/esm/components/Button/Button.js +12 -7
- package/build/esm/components/Button/Button.js.map +1 -1
- package/build/esm/components/Button/ButtonProps.d.ts +1 -1
- package/build/esm/components/Button/ButtonStyles.d.ts +1 -1
- package/build/esm/components/Button/ButtonStyles.js +52 -53
- package/build/esm/components/Button/ButtonStyles.js.map +1 -1
- package/build/esm/components/Button/index.d.ts +2 -2
- package/build/esm/components/Button/util/deriveButtonProps.d.ts +1 -1
- package/build/esm/components/Button/util/deriveButtonProps.js +3 -3
- package/build/esm/components/Button/util/deriveButtonProps.js.map +1 -1
- package/build/esm/components/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/build/esm/components/ButtonGroup/ButtonGroup.js +16 -13
- package/build/esm/components/ButtonGroup/ButtonGroup.js.map +1 -1
- package/build/esm/components/ButtonGroup/ButtonGroupStyles.js +5 -5
- package/build/esm/components/ButtonGroup/ButtonGroupStyles.js.map +1 -1
- package/build/esm/components/ButtonGroup/index.d.ts +2 -2
- package/build/esm/components/Dialog/index.d.ts +2 -1
- package/build/esm/components/DialogActions/DialogActions.js +8 -12
- package/build/esm/components/DialogActions/DialogActions.js.map +1 -1
- package/build/esm/components/DialogActions/index.d.ts +1 -1
- package/build/esm/components/DialogContent/index.d.ts +2 -1
- package/build/esm/components/DialogTitle/index.d.ts +2 -1
- package/build/esm/components/FeatureIntro/FeatureIntro.js +9 -10
- package/build/esm/components/FeatureIntro/FeatureIntro.js.map +1 -1
- package/build/esm/components/FeatureIntro/FeatureIntroProps.d.ts +0 -1
- package/build/esm/components/FeatureIntro/FeatureIntroStyles.js +12 -15
- package/build/esm/components/FeatureIntro/FeatureIntroStyles.js.map +1 -1
- package/build/esm/components/FeatureIntro/index.d.ts +2 -2
- package/build/esm/components/FullScreenStepper/FullScreenStepper.js +43 -74
- package/build/esm/components/FullScreenStepper/FullScreenStepper.js.map +1 -1
- package/build/esm/components/FullScreenStepper/FullScreenStepperContext.d.ts +0 -1
- package/build/esm/components/FullScreenStepper/FullScreenStepperContext.js +1 -1
- package/build/esm/components/FullScreenStepper/FullScreenStepperContext.js.map +1 -1
- package/build/esm/components/FullScreenStepper/FullScreenStepperProps.d.ts +10 -11
- package/build/esm/components/FullScreenStepper/index.d.ts +1 -1
- package/build/esm/components/FullScreenStepperActions/FullScreenStepperActions.js +6 -7
- package/build/esm/components/FullScreenStepperActions/FullScreenStepperActions.js.map +1 -1
- package/build/esm/components/FullScreenStepperActions/FullScreenStepperActionsStyles.js +4 -4
- package/build/esm/components/FullScreenStepperActions/FullScreenStepperActionsStyles.js.map +1 -1
- package/build/esm/components/FullScreenStepperActions/index.d.ts +2 -2
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsCancelButton.d.ts +1 -1
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsCancelButton.js +4 -5
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsCancelButton.js.map +1 -1
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsNextButton.d.ts +1 -1
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsNextButton.js +8 -9
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsNextButton.js.map +1 -1
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsPreviousButton.d.ts +1 -1
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsPreviousButton.js +4 -5
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsPreviousButton.js.map +1 -1
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsStatusText.js +4 -4
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsStatusText.js.map +1 -1
- package/build/esm/components/FullScreenStepperActions/util/augmentButtonProps.d.ts +1 -1
- package/build/esm/components/FullScreenStepperActions/util/augmentButtonProps.js +11 -24
- package/build/esm/components/FullScreenStepperActions/util/augmentButtonProps.js.map +1 -1
- package/build/esm/components/FullScreenStepperContent/FullScreenStepperContent.js +3 -4
- package/build/esm/components/FullScreenStepperContent/FullScreenStepperContent.js.map +1 -1
- package/build/esm/components/FullScreenStepperContent/index.d.ts +1 -1
- package/build/esm/components/FullScreenStepperHeader/FullScreenStepperHeader.js +3 -3
- package/build/esm/components/FullScreenStepperHeader/FullScreenStepperHeader.js.map +1 -1
- package/build/esm/components/FullScreenStepperHeader/FullScreenStepperHeaderStyles.js +18 -21
- package/build/esm/components/FullScreenStepperHeader/FullScreenStepperHeaderStyles.js.map +1 -1
- package/build/esm/components/FullScreenStepperHeader/index.d.ts +1 -1
- package/build/esm/components/FullScreenStepperProgress/FullScreenStepperProgress.js +2 -2
- package/build/esm/components/FullScreenStepperProgress/FullScreenStepperProgress.js.map +1 -1
- package/build/esm/components/FullScreenStepperProgress/FullScreenStepperProgressStyles.js +9 -9
- package/build/esm/components/FullScreenStepperProgress/FullScreenStepperProgressStyles.js.map +1 -1
- package/build/esm/components/FullScreenStepperProgress/index.d.ts +1 -1
- package/build/esm/components/List/List.d.ts +0 -1
- package/build/esm/components/List/List.js +4 -6
- package/build/esm/components/List/List.js.map +1 -1
- package/build/esm/components/List/index.d.ts +1 -1
- package/build/esm/components/List/styles.js +3 -3
- package/build/esm/components/List/styles.js.map +1 -1
- package/build/esm/components/Page/Page.js +3 -4
- package/build/esm/components/Page/Page.js.map +1 -1
- package/build/esm/components/PageBody/PageBody.js +3 -4
- package/build/esm/components/PageBody/PageBody.js.map +1 -1
- package/build/esm/components/PageSection/PageSection.js +4 -5
- package/build/esm/components/PageSection/PageSection.js.map +1 -1
- package/build/esm/components/PageSection/PageSectionStyles.js +8 -14
- package/build/esm/components/PageSection/PageSectionStyles.js.map +1 -1
- package/build/esm/components/PageSectionHead/PageSectionHead.js +4 -5
- package/build/esm/components/PageSectionHead/PageSectionHead.js.map +1 -1
- package/build/esm/components/PageSectionTitle/PageSectionTitle.d.ts +0 -1
- package/build/esm/components/PageSectionTitle/PageSectionTitle.js +4 -5
- package/build/esm/components/PageSectionTitle/PageSectionTitle.js.map +1 -1
- package/build/esm/components/PageSectionTitle/styles.js +2 -2
- package/build/esm/components/PageSectionTitle/styles.js.map +1 -1
- package/build/esm/components/PageSections/PageSections.js +3 -4
- package/build/esm/components/PageSections/PageSections.js.map +1 -1
- package/build/esm/components/SelectableCard/SelectableCard.js +7 -8
- package/build/esm/components/SelectableCard/SelectableCard.js.map +1 -1
- package/build/esm/components/SelectableCard/SelectableCardStyles.js +8 -20
- package/build/esm/components/SelectableCard/SelectableCardStyles.js.map +1 -1
- package/build/esm/components/SelectableCard/index.d.ts +2 -2
- package/build/esm/components/SettingsIndexCard/SettingsIndexCard.js +6 -7
- package/build/esm/components/SettingsIndexCard/SettingsIndexCard.js.map +1 -1
- package/build/esm/components/SettingsIndexCard/SettingsIndexCardProps.d.ts +1 -1
- package/build/esm/components/SettingsIndexCard/SettingsIndexCardStyles.d.ts +1 -1
- package/build/esm/components/SettingsIndexCard/SettingsIndexCardStyles.js +3 -3
- package/build/esm/components/SettingsIndexCard/SettingsIndexCardStyles.js.map +1 -1
- package/build/esm/components/SettingsIndexCard/index.d.ts +1 -1
- package/build/esm/components/SettingsIndexCardGroup/SettingsIndexCardGroup.d.ts +0 -1
- package/build/esm/components/SettingsIndexCardGroup/SettingsIndexCardGroup.js +3 -4
- package/build/esm/components/SettingsIndexCardGroup/SettingsIndexCardGroup.js.map +1 -1
- package/build/esm/components/StandardListItem/StandardListItem.d.ts +0 -1
- package/build/esm/components/StandardListItem/StandardListItem.js +7 -8
- package/build/esm/components/StandardListItem/StandardListItem.js.map +1 -1
- package/build/esm/components/StandardListItem/index.d.ts +1 -1
- package/build/esm/components/Toast/Toast.js +4 -6
- package/build/esm/components/Toast/Toast.js.map +1 -1
- package/build/esm/components/Toast/ToastStyles.js +2 -2
- package/build/esm/components/Toast/ToastStyles.js.map +1 -1
- package/build/esm/components/Toast/index.d.ts +2 -2
- package/build/esm/components/index.d.ts +27 -26
- package/build/esm/hooks/useDialog.d.ts +0 -1
- package/build/esm/hooks/useDialog.js +7 -7
- package/build/esm/hooks/useDialog.js.map +1 -1
- package/build/esm/hooks/useFullScreenStepperContext.d.ts +1 -1
- package/build/esm/hooks/useFullScreenStepperContext.js +1 -1
- package/build/esm/hooks/useFullScreenStepperContext.js.map +1 -1
- package/build/esm/hooks/useSelectableCard.js +11 -13
- package/build/esm/hooks/useSelectableCard.js.map +1 -1
- package/build/esm/theme/adminDarkTheme.d.ts +1 -1
- package/build/esm/theme/adminDarkTheme.js +19 -5
- package/build/esm/theme/adminDarkTheme.js.map +1 -1
- package/build/esm/theme/adminLightTheme.js +19 -5
- package/build/esm/theme/adminLightTheme.js.map +1 -1
- package/build/esm/theme/breakpoints.js +1 -1
- package/build/esm/theme/breakpoints.js.map +1 -1
- package/build/esm/theme/customThemeProperties.js +20 -14
- package/build/esm/theme/customThemeProperties.js.map +1 -1
- package/build/esm/theme/overrides.js +1 -1
- package/build/esm/theme/overrides.js.map +1 -1
- package/build/esm/theme/palette.js +4 -4
- package/build/esm/theme/palette.js.map +1 -1
- package/build/esm/theme/props.js +1 -1
- package/build/esm/theme/props.js.map +1 -1
- package/build/esm/theme/typography.js +2 -2
- package/build/esm/theme/typography.js.map +1 -1
- package/package.json +3 -4
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Alert
|
|
2
|
-
export { AlertProps } from './AlertProps';
|
|
1
|
+
export { Alert } from './Alert';
|
|
2
|
+
export type { AlertProps } from './AlertProps';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { AlertDialogProps } from './AlertDialogProps';
|
|
3
|
-
export declare const AlertDialog: React.ForwardRefExoticComponent<Pick<AlertDialogProps, "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "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" | "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" | "innerRef" | "maxWidth" | "transitionDuration" | "scroll" | "open" | "disabled" | "
|
|
3
|
+
export declare const AlertDialog: React.ForwardRefExoticComponent<Pick<AlertDialogProps, "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "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" | "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" | "innerRef" | "fullWidth" | "maxWidth" | "transitionDuration" | "scroll" | "open" | "disabled" | "severity" | "onClose" | "onEnter" | "onEntering" | "onEntered" | "onExit" | "onExiting" | "onExited" | "container" | "BackdropComponent" | "BackdropProps" | "closeAfterTransition" | "disableAutoFocus" | "disableBackdropClick" | "disableEnforceFocus" | "disableEscapeKeyDown" | "disablePortal" | "disableRestoreFocus" | "disableScrollLock" | "hideBackdrop" | "keepMounted" | "manager" | "onBackdropClick" | "onEscapeKeyDown" | "onRendered" | "cancelButtonText" | "hideCancelButton" | "descriptionId" | "labelId" | "onCancel" | "onProceed" | "proceedButtonText" | "fullScreen" | "PaperComponent" | "PaperProps" | "TransitionComponent" | "TransitionProps"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { AlertDialog
|
|
2
|
-
export { AlertDialogProps } from './AlertDialogProps';
|
|
1
|
+
export { AlertDialog } from './AlertDialog';
|
|
2
|
+
export type { AlertDialogProps } from './AlertDialogProps';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AlertDialogHeader
|
|
1
|
+
export { AlertDialogHeader } from './AlertDialogHeader';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export type { AlertTitleProps } from '@material-ui/lab';
|
|
2
|
-
export { AlertTitle
|
|
2
|
+
export { AlertTitle } from './AlertTitle';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ButtonProps as CommonButtonProps } from '@popmenu/common-ui';
|
|
3
|
-
export
|
|
3
|
+
export type ButtonProps<C extends React.ElementType = 'button'> = Omit<CommonButtonProps<C>, 'variant'> & {
|
|
4
4
|
loading?: boolean;
|
|
5
5
|
/** Sets the overall visual of a button according the the design system button variants. Accepts MUI variants and
|
|
6
6
|
* pre-defined design system variants */
|
|
@@ -4,4 +4,4 @@ export declare const buttonTypography: {
|
|
|
4
4
|
fontSize: string;
|
|
5
5
|
lineHeight: string;
|
|
6
6
|
};
|
|
7
|
-
export declare const useButtonStyles: (props: ButtonProps
|
|
7
|
+
export declare const useButtonStyles: (props: ButtonProps) => import("@material-ui/styles").ClassNameMap<string>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Button
|
|
2
|
-
export { ButtonProps } from './ButtonProps';
|
|
1
|
+
export { Button } from './Button';
|
|
2
|
+
export type { ButtonProps } from './ButtonProps';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ButtonProps } from '../ButtonProps';
|
|
2
2
|
import { ButtonProps as CommonButtonProps } from '@popmenu/common-ui';
|
|
3
|
-
|
|
3
|
+
type DerivedProps = Partial<Pick<CommonButtonProps, 'variant' | 'color'>>;
|
|
4
4
|
export declare const deriveButtonProps: (props: ButtonProps) => DerivedProps;
|
|
5
5
|
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ButtonGroupProps } from './ButtonGroupProps';
|
|
3
|
-
export declare const ButtonGroup: React.ForwardRefExoticComponent<Pick<ButtonGroupProps, "classes" | "variant" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "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" | "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" | "innerRef" | "
|
|
3
|
+
export declare const ButtonGroup: React.ForwardRefExoticComponent<Pick<ButtonGroupProps, "classes" | "variant" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "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" | "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" | "innerRef" | "fullWidth" | "textTransform" | "size" | "disabled" | "key" | "orientation" | "disableFocusRipple" | "disableRipple" | "disableElevation"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ButtonGroup
|
|
2
|
-
export { ButtonGroupProps } from './ButtonGroupProps';
|
|
1
|
+
export { ButtonGroup } from './ButtonGroup';
|
|
2
|
+
export type { ButtonGroupProps } from './ButtonGroupProps';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { Dialog
|
|
1
|
+
export { Dialog } from '@popmenu/common-ui';
|
|
2
|
+
export type { DialogProps } from '@popmenu/common-ui';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { DialogContent
|
|
1
|
+
export { DialogContent } from '@popmenu/common-ui';
|
|
2
|
+
export type { DialogContentProps } from '@popmenu/common-ui';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { DialogTitle
|
|
1
|
+
export { DialogTitle } from '@popmenu/common-ui';
|
|
2
|
+
export type { DialogTitleProps } from '@popmenu/common-ui';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { FeatureIntro
|
|
2
|
-
export { FeatureIntroProps } from './FeatureIntroProps';
|
|
1
|
+
export { FeatureIntro } from './FeatureIntro';
|
|
2
|
+
export type { FeatureIntroProps } from './FeatureIntroProps';
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DialogProps } from '@material-ui/core';
|
|
3
2
|
import { ButtonProps } from '../Button';
|
|
4
3
|
/** The current active step. Counts up from 1. */
|
|
5
|
-
export
|
|
4
|
+
export type StepCursor = number;
|
|
6
5
|
/** An updater function the state controlling which step is active. */
|
|
7
|
-
export
|
|
6
|
+
export type SetStepCursor = (step: number) => void;
|
|
8
7
|
/** The total number of steps. */
|
|
9
|
-
export
|
|
8
|
+
export type StepCount = number;
|
|
10
9
|
/** The index of the current step in the steps array. */
|
|
11
|
-
export
|
|
10
|
+
export type StepIndex = number;
|
|
12
11
|
/** Indicates that the FullScreenStepper is showing the last step in the steps array. */
|
|
13
|
-
export
|
|
14
|
-
export
|
|
12
|
+
export type IsFinalStep = boolean;
|
|
13
|
+
export type ActionBarActionCallbackArgs = {
|
|
15
14
|
/** The current step object. */
|
|
16
15
|
step: StepperStep;
|
|
17
16
|
/** The total number of steps. */
|
|
@@ -23,12 +22,12 @@ export declare type ActionBarActionCallbackArgs = {
|
|
|
23
22
|
/** The steps prop that is passed into the FullScreenStepper */
|
|
24
23
|
steps: Array<StepperStep>;
|
|
25
24
|
};
|
|
26
|
-
export
|
|
25
|
+
export type ActionBarAction = {
|
|
27
26
|
onClick: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>, callbackArgs: ActionBarActionCallbackArgs) => void;
|
|
28
27
|
props: ButtonProps;
|
|
29
28
|
text: string;
|
|
30
29
|
};
|
|
31
|
-
export
|
|
30
|
+
export type StepperActionBar = {
|
|
32
31
|
/** Custom actions for a given step. Will appear as additional Button components. */
|
|
33
32
|
actions?: Array<ActionBarAction>;
|
|
34
33
|
/** Override for "Cancel" button. */
|
|
@@ -48,7 +47,7 @@ export declare type StepperActionBar = {
|
|
|
48
47
|
/** Text for the optional "Status Text" region. */
|
|
49
48
|
statusText?: string;
|
|
50
49
|
};
|
|
51
|
-
export
|
|
50
|
+
export type StepperStep = {
|
|
52
51
|
/** Group of props for modifying the ActionBar region of FullScreenStepper. */
|
|
53
52
|
actionBar?: StepperActionBar;
|
|
54
53
|
/** When false; disables the ActionBar of a step */
|
|
@@ -58,7 +57,7 @@ export declare type StepperStep = {
|
|
|
58
57
|
/** Text displayed as the title of a step. */
|
|
59
58
|
title: string;
|
|
60
59
|
};
|
|
61
|
-
export
|
|
60
|
+
export type FullScreenStepperProps = DialogProps & {
|
|
62
61
|
/** Configurations for each step. Modifies elements outside the FullScreenStepper content area. */
|
|
63
62
|
steps: Array<StepperStep>;
|
|
64
63
|
/** Will be used to initialize a React context which can be accessed with the useFullScreenStepperHook. */
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { FullScreenStepper } from './FullScreenStepper';
|
|
2
|
-
export { FullScreenStepperContext
|
|
2
|
+
export { FullScreenStepperContext } from './FullScreenStepperContext';
|
|
3
3
|
export * from './FullScreenStepperProps';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { FullScreenStepperActions
|
|
2
|
-
export { FullScreenStepperActionsProps } from './FullScreenStepperActionsProps';
|
|
1
|
+
export { FullScreenStepperActions } from './FullScreenStepperActions';
|
|
2
|
+
export type { FullScreenStepperActionsProps } from './FullScreenStepperActionsProps';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { ButtonProps } from '../../Button';
|
|
2
|
+
import type { ButtonProps } from '../../Button';
|
|
3
3
|
import { SetStepCursor, StepCursor } from '../../FullScreenStepper/FullScreenStepperProps';
|
|
4
4
|
export declare const StepperActionsCancelButton: FC<{
|
|
5
5
|
setStepCursor: SetStepCursor;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { ButtonProps } from '../../Button';
|
|
2
|
+
import type { ButtonProps } from '../../Button';
|
|
3
3
|
import { SetStepCursor, StepCount, StepCursor } from '../../FullScreenStepper/FullScreenStepperProps';
|
|
4
4
|
export declare const StepperActionsNextButton: FC<{
|
|
5
5
|
handleNextClick: () => Promise<void>;
|
package/build/cjs/components/FullScreenStepperActions/util/StepperActionsPreviousButton.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { ButtonProps } from '../../Button';
|
|
2
|
+
import type { ButtonProps } from '../../Button';
|
|
3
3
|
import { SetStepCursor, StepCursor } from '../../FullScreenStepper/FullScreenStepperProps';
|
|
4
4
|
export declare const StepperActionsPreviousButton: FC<{
|
|
5
5
|
previousButtonText?: string;
|
|
@@ -2,4 +2,4 @@ import { ButtonProps } from '../../Button';
|
|
|
2
2
|
import { SetStepCursor, StepCursor } from '../../FullScreenStepper/FullScreenStepperProps';
|
|
3
3
|
export declare const augmentButtonProps: (internalProps: {
|
|
4
4
|
onClick?: () => Promise<void>;
|
|
5
|
-
}, externalProps: ButtonProps
|
|
5
|
+
}, externalProps: ButtonProps | undefined, setStepCursor: SetStepCursor, stepCursor: StepCursor, incrementor: number) => ButtonProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { FullScreenStepperContent
|
|
1
|
+
export { FullScreenStepperContent } from './FullScreenStepperContent';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { FullScreenStepperHeader
|
|
1
|
+
export { FullScreenStepperHeader } from './FullScreenStepperHeader';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { FullScreenStepperProgress
|
|
1
|
+
export { FullScreenStepperProgress } from './FullScreenStepperProgress';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { List } from './List';
|
|
2
|
-
export { ListProps } from './ListProps';
|
|
2
|
+
export type { ListProps } from './ListProps';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { SelectableCard
|
|
2
|
-
export { SelectableCardProps } from './SelectableCardProps';
|
|
1
|
+
export { SelectableCard } from './SelectableCard';
|
|
2
|
+
export type { SelectableCardProps } from './SelectableCardProps';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ButtonBaseProps } from '@material-ui/core';
|
|
2
2
|
import { ThemeColors } from '@popmenu/common-ui';
|
|
3
3
|
import React from 'react';
|
|
4
|
-
export
|
|
4
|
+
export type SettingsIndexCardProps<C extends React.ElementType = 'button'> = ButtonBaseProps<C, {
|
|
5
5
|
component?: C;
|
|
6
6
|
}> & {
|
|
7
7
|
/** The icon from @popmenu/web-icons to be rendered */
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SettingsIndexCardProps } from './SettingsIndexCardProps';
|
|
2
|
-
export declare const useSettingsIndexCardStyles: (props: SettingsIndexCardProps
|
|
2
|
+
export declare const useSettingsIndexCardStyles: (props: SettingsIndexCardProps) => import("@material-ui/styles").ClassNameMap<string>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { SettingsIndexCard } from './SettingsIndexCard';
|
|
2
|
-
export { SettingsIndexCardProps } from './SettingsIndexCardProps';
|
|
2
|
+
export type { SettingsIndexCardProps } from './SettingsIndexCardProps';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { StandardListItem } from './StandardListItem';
|
|
2
|
-
export { StandardListItemProps } from './StandardListItemProps';
|
|
2
|
+
export type { StandardListItemProps } from './StandardListItemProps';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Toast
|
|
2
|
-
export { ToastProps } from './ToastProps';
|
|
1
|
+
export { Toast } from './Toast';
|
|
2
|
+
export type { ToastProps } from './ToastProps';
|
|
@@ -1,27 +1,28 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
1
|
+
export * from './Alert';
|
|
2
|
+
export * from './AlertDialog';
|
|
3
|
+
export * from './AlertDialogHeader';
|
|
4
|
+
export * from './AlertTitle';
|
|
5
|
+
export * from './Button';
|
|
6
|
+
export * from './ButtonGroup';
|
|
7
|
+
export * from './Dialog';
|
|
8
|
+
export * from './DialogActions';
|
|
9
|
+
export * from './DialogContent';
|
|
10
|
+
export * from './DialogTitle';
|
|
11
|
+
export * from './FeatureIntro';
|
|
12
12
|
export * from './FullScreenStepper';
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export { CircularProgress,
|
|
13
|
+
export * from './FullScreenStepperActions';
|
|
14
|
+
export * from './FullScreenStepperContent';
|
|
15
|
+
export * from './List';
|
|
16
|
+
export * from './Page';
|
|
17
|
+
export * from './PageBody';
|
|
18
|
+
export * from './PageSection';
|
|
19
|
+
export * from './PageSectionHead';
|
|
20
|
+
export * from './PageSections';
|
|
21
|
+
export * from './PageSectionTitle';
|
|
22
|
+
export * from './SelectableCard';
|
|
23
|
+
export * from './SettingsIndexCard';
|
|
24
|
+
export * from './SettingsIndexCardGroup';
|
|
25
|
+
export * from './StandardListItem';
|
|
26
|
+
export * from './Toast';
|
|
27
|
+
export { CircularProgress, MenuItem, Switch, TextField } from '@material-ui/core';
|
|
28
|
+
export type { CircularProgressProps, MenuItemProps, SwitchProps, TextFieldProps } from '@material-ui/core';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { FullScreenStepperContextValue } from '../components/FullScreenStepper';
|
|
1
|
+
import { FullScreenStepperContextValue } from '../components/FullScreenStepper/FullScreenStepperContext';
|
|
2
2
|
export declare const useFullScreenStepperContext: () => FullScreenStepperContextValue;
|