@popmenu/admin-ui 0.126.2 → 0.126.3
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/FullScreenStepper/FullScreenStepperContext.d.ts +2 -2
- package/build/cjs/components/FullScreenStepper/FullScreenStepperProps.d.ts +65 -45
- package/build/cjs/components/FullScreenStepper/index.d.ts +2 -2
- package/build/cjs/components/FullScreenStepperActions/FullScreenStepperActionsProps.d.ts +6 -7
- package/build/cjs/components/FullScreenStepperActions/util/StepperActionsCancelButton.d.ts +3 -3
- package/build/cjs/components/FullScreenStepperActions/util/StepperActionsNextButton.d.ts +4 -4
- package/build/cjs/components/FullScreenStepperActions/util/StepperActionsPreviousButton.d.ts +3 -3
- package/build/cjs/components/FullScreenStepperActions/util/augmentButtonProps.d.ts +2 -2
- package/build/cjs/components/FullScreenStepperHeader/FullScreenStepperHeaderProps.d.ts +4 -5
- package/build/cjs/components/FullScreenStepperProgress/FullScreenStepperProgressProps.d.ts +3 -3
- package/build/cjs/components/index.d.ts +11 -11
- package/build/cjs/index.js +123 -123
- package/build/cjs/index.js.map +1 -1
- package/build/esm/components/FullScreenStepper/FullScreenStepperContext.d.ts +2 -2
- package/build/esm/components/FullScreenStepper/FullScreenStepperContext.js.map +1 -1
- package/build/esm/components/FullScreenStepper/FullScreenStepperProps.d.ts +65 -45
- package/build/esm/components/FullScreenStepper/index.d.ts +2 -2
- package/build/esm/components/FullScreenStepperActions/FullScreenStepperActionsProps.d.ts +6 -7
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsCancelButton.d.ts +3 -3
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsCancelButton.js.map +1 -1
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsNextButton.d.ts +4 -4
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsNextButton.js.map +1 -1
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsPreviousButton.d.ts +3 -3
- package/build/esm/components/FullScreenStepperActions/util/StepperActionsPreviousButton.js.map +1 -1
- package/build/esm/components/FullScreenStepperActions/util/augmentButtonProps.d.ts +2 -2
- package/build/esm/components/FullScreenStepperActions/util/augmentButtonProps.js.map +1 -1
- package/build/esm/components/FullScreenStepperHeader/FullScreenStepperHeaderProps.d.ts +4 -5
- package/build/esm/components/FullScreenStepperProgress/FullScreenStepperProgressProps.d.ts +3 -3
- package/build/esm/components/index.d.ts +11 -11
- package/build/esm/index.js +7 -7
- package/package.json +2 -2
- package/build/cjs/components/FullScreenStepper/types/index.d.ts +0 -25
- package/build/esm/components/FullScreenStepper/types/index.d.ts +0 -25
|
@@ -4,24 +4,24 @@ export { default as AlertDialogHeader } from './AlertDialogHeader';
|
|
|
4
4
|
export { default as AlertTitle, AlertTitleProps } from './AlertTitle';
|
|
5
5
|
export { default as Button, ButtonProps } from './Button';
|
|
6
6
|
export { default as ButtonGroup, ButtonGroupProps } from './ButtonGroup';
|
|
7
|
+
export { Dialog, DialogProps } from './Dialog';
|
|
8
|
+
export { DialogActions, DialogActionsProps } from './DialogActions';
|
|
9
|
+
export { DialogContent, DialogContentProps } from './DialogContent';
|
|
10
|
+
export { DialogTitle, DialogTitleProps } from './DialogTitle';
|
|
7
11
|
export { default as FeatureIntro, FeatureIntroProps } from './FeatureIntro';
|
|
8
|
-
export
|
|
12
|
+
export * from './FullScreenStepper';
|
|
9
13
|
export { default as FullScreenStepperActions, FullScreenStepperActionsProps } from './FullScreenStepperActions';
|
|
10
14
|
export { default as FullScreenStepperContent } from './FullScreenStepperContent';
|
|
11
|
-
export {
|
|
12
|
-
export { default as Toast, ToastProps } from './Toast';
|
|
13
|
-
export { DialogTitle, DialogTitleProps } from './DialogTitle';
|
|
14
|
-
export { DialogActions, DialogActionsProps } from './DialogActions';
|
|
15
|
-
export { Dialog, DialogProps } from './Dialog';
|
|
16
|
-
export { DialogContent, DialogContentProps } from './DialogContent';
|
|
15
|
+
export { List, ListProps } from './List';
|
|
17
16
|
export { Page } from './Page';
|
|
18
17
|
export { PageBody } from './PageBody';
|
|
19
18
|
export { PageSection } from './PageSection';
|
|
20
|
-
export { PageSections } from './PageSections';
|
|
21
19
|
export { PageSectionHead } from './PageSectionHead';
|
|
20
|
+
export { PageSections } from './PageSections';
|
|
22
21
|
export { PageSectionTitle } from './PageSectionTitle';
|
|
23
|
-
export {
|
|
22
|
+
export { default as SelectableCard, SelectableCardProps } from './SelectableCard';
|
|
24
23
|
export { SettingsIndexCard, SettingsIndexCardProps } from './SettingsIndexCard';
|
|
25
|
-
export {
|
|
24
|
+
export { SettingsIndexCardGroup } from './SettingsIndexCardGroup';
|
|
26
25
|
export { StandardListItem, StandardListItemProps } from './StandardListItem';
|
|
27
|
-
export {
|
|
26
|
+
export { default as Toast, ToastProps } from './Toast';
|
|
27
|
+
export { CircularProgress, CircularProgressProps, MenuItem, MenuItemProps, Switch, SwitchProps, TextField, TextFieldProps, } from '@material-ui/core';
|
package/build/esm/index.js
CHANGED
|
@@ -4,25 +4,25 @@ export { AlertDialogHeader } from './components/AlertDialogHeader/AlertDialogHea
|
|
|
4
4
|
export { AlertTitle } from './components/AlertTitle/AlertTitle.js';
|
|
5
5
|
export { Button } from './components/Button/Button.js';
|
|
6
6
|
export { ButtonGroup } from './components/ButtonGroup/ButtonGroup.js';
|
|
7
|
+
export { Dialog, DialogContent, DialogTitle } from '@popmenu/common-ui';
|
|
8
|
+
export { DialogActions } from './components/DialogActions/DialogActions.js';
|
|
7
9
|
export { FeatureIntro } from './components/FeatureIntro/FeatureIntro.js';
|
|
8
10
|
export { FullScreenStepper } from './components/FullScreenStepper/FullScreenStepper.js';
|
|
9
11
|
export { FullScreenStepperContext } from './components/FullScreenStepper/FullScreenStepperContext.js';
|
|
10
12
|
export { FullScreenStepperActions } from './components/FullScreenStepperActions/FullScreenStepperActions.js';
|
|
11
13
|
export { FullScreenStepperContent } from './components/FullScreenStepperContent/FullScreenStepperContent.js';
|
|
12
|
-
export {
|
|
13
|
-
export { Toast } from './components/Toast/Toast.js';
|
|
14
|
-
export { Dialog, DialogContent, DialogTitle } from '@popmenu/common-ui';
|
|
15
|
-
export { DialogActions } from './components/DialogActions/DialogActions.js';
|
|
14
|
+
export { List } from './components/List/List.js';
|
|
16
15
|
export { Page } from './components/Page/Page.js';
|
|
17
16
|
export { PageBody } from './components/PageBody/PageBody.js';
|
|
18
17
|
export { PageSection } from './components/PageSection/PageSection.js';
|
|
19
|
-
export { PageSections } from './components/PageSections/PageSections.js';
|
|
20
18
|
export { PageSectionHead } from './components/PageSectionHead/PageSectionHead.js';
|
|
19
|
+
export { PageSections } from './components/PageSections/PageSections.js';
|
|
21
20
|
export { PageSectionTitle } from './components/PageSectionTitle/PageSectionTitle.js';
|
|
22
|
-
export {
|
|
21
|
+
export { SelectableCard } from './components/SelectableCard/SelectableCard.js';
|
|
23
22
|
export { SettingsIndexCard } from './components/SettingsIndexCard/SettingsIndexCard.js';
|
|
24
|
-
export {
|
|
23
|
+
export { SettingsIndexCardGroup } from './components/SettingsIndexCardGroup/SettingsIndexCardGroup.js';
|
|
25
24
|
export { StandardListItem } from './components/StandardListItem/StandardListItem.js';
|
|
25
|
+
export { Toast } from './components/Toast/Toast.js';
|
|
26
26
|
export { CircularProgress, MenuItem, Switch, TextField } from '@material-ui/core';
|
|
27
27
|
export { useFullScreenStepperContext } from './hooks/useFullScreenStepperContext.js';
|
|
28
28
|
export { useSelectableCard } from './hooks/useSelectableCard.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@popmenu/admin-ui",
|
|
3
|
-
"version": "0.126.
|
|
3
|
+
"version": "0.126.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Popmenu Design System Team",
|
|
6
6
|
"description": "React components specifically for the MyPop web app.",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"react-table": "^7.7.0"
|
|
33
33
|
},
|
|
34
34
|
"sideEffects": false,
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "fad12917e894fb081b35141e0de8b95f054ed860"
|
|
36
36
|
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { FullScreenStepperSubProps } from '../FullScreenStepperProps';
|
|
2
|
-
export declare namespace FullScreenStepperTypes {
|
|
3
|
-
/** The current active step. Counts up from 1. */
|
|
4
|
-
type StepCursor = number;
|
|
5
|
-
/** An updater function the state controlling which step is active. */
|
|
6
|
-
type SetStepCursor = (step: number) => void;
|
|
7
|
-
/** The total number of steps. */
|
|
8
|
-
type StepCount = number;
|
|
9
|
-
/** The index of the current step in the steps array. */
|
|
10
|
-
type StepIndex = number;
|
|
11
|
-
/** Indicates that the FullScreenStepper is showing the last step in the steps array. */
|
|
12
|
-
type IsFinalStep = boolean;
|
|
13
|
-
interface EventCallbackArgs {
|
|
14
|
-
/** The current step object. */
|
|
15
|
-
step: FullScreenStepperSubProps.Step;
|
|
16
|
-
/** The total number of steps. */
|
|
17
|
-
stepCount: number;
|
|
18
|
-
/** The index of the current step in the steps array. */
|
|
19
|
-
stepIndex: number;
|
|
20
|
-
/** An updater function the state controlling which step is active. */
|
|
21
|
-
setStepCursor: (cursor: number) => void;
|
|
22
|
-
/** The steps prop that is passed into the FullScreenStepper */
|
|
23
|
-
steps: Array<FullScreenStepperSubProps.Step>;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { FullScreenStepperSubProps } from '../FullScreenStepperProps';
|
|
2
|
-
export declare namespace FullScreenStepperTypes {
|
|
3
|
-
/** The current active step. Counts up from 1. */
|
|
4
|
-
type StepCursor = number;
|
|
5
|
-
/** An updater function the state controlling which step is active. */
|
|
6
|
-
type SetStepCursor = (step: number) => void;
|
|
7
|
-
/** The total number of steps. */
|
|
8
|
-
type StepCount = number;
|
|
9
|
-
/** The index of the current step in the steps array. */
|
|
10
|
-
type StepIndex = number;
|
|
11
|
-
/** Indicates that the FullScreenStepper is showing the last step in the steps array. */
|
|
12
|
-
type IsFinalStep = boolean;
|
|
13
|
-
interface EventCallbackArgs {
|
|
14
|
-
/** The current step object. */
|
|
15
|
-
step: FullScreenStepperSubProps.Step;
|
|
16
|
-
/** The total number of steps. */
|
|
17
|
-
stepCount: number;
|
|
18
|
-
/** The index of the current step in the steps array. */
|
|
19
|
-
stepIndex: number;
|
|
20
|
-
/** An updater function the state controlling which step is active. */
|
|
21
|
-
setStepCursor: (cursor: number) => void;
|
|
22
|
-
/** The steps prop that is passed into the FullScreenStepper */
|
|
23
|
-
steps: Array<FullScreenStepperSubProps.Step>;
|
|
24
|
-
}
|
|
25
|
-
}
|