@crystaldesign/diva-backoffice 24.7.0-beta.34 → 24.7.0-beta.36
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/esm/index.js +6672 -6125
- package/build/types/backoffice/src/Configuration.d.ts +7 -5
- package/build/types/backoffice/src/Configuration.d.ts.map +1 -1
- package/build/types/backoffice/src/img/index.d.ts.map +1 -0
- package/build/types/backoffice/src/{ui → layout}/Content/index.d.ts +1 -1
- package/build/types/backoffice/src/layout/Content/index.d.ts.map +1 -0
- package/build/types/backoffice/src/layout/Content/type.d.ts.map +1 -0
- package/build/types/backoffice/src/{ui → layout}/Detail.d.ts +3 -2
- package/build/types/backoffice/src/layout/Detail.d.ts.map +1 -0
- package/build/types/backoffice/src/layout/ErrorBoundary.d.ts.map +1 -0
- package/build/types/backoffice/src/layout/IconRain/index.d.ts.map +1 -0
- package/build/types/backoffice/src/{ui → layout}/MainLayout.d.ts +0 -1
- package/build/types/backoffice/src/layout/MainLayout.d.ts.map +1 -0
- package/build/types/backoffice/src/layout/Modal.d.ts.map +1 -0
- package/build/types/backoffice/src/layout/Navigation/MenuElement.d.ts +14 -0
- package/build/types/backoffice/src/layout/Navigation/MenuElement.d.ts.map +1 -0
- package/build/types/backoffice/src/layout/Navigation/index.d.ts +5 -0
- package/build/types/backoffice/src/layout/Navigation/index.d.ts.map +1 -0
- package/build/types/backoffice/src/layout/Navigation/types.d.ts +19 -0
- package/build/types/backoffice/src/layout/Navigation/types.d.ts.map +1 -0
- package/build/types/backoffice/src/store/ConfigurationStore.d.ts +2 -2
- package/build/types/backoffice/src/store/ConfigurationStore.d.ts.map +1 -1
- package/build/types/backoffice/src/store/ContentStore.d.ts +50 -12
- package/build/types/backoffice/src/store/ContentStore.d.ts.map +1 -1
- package/build/types/backoffice/src/store/RootStore.d.ts +3 -1
- package/build/types/backoffice/src/store/RootStore.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/ActionButton.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PackageSelector/index.d.ts +6 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/components/PackageSelector/index.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/index.d.ts +8 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/index.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts +3 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TablePackages/index.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts +3 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/index.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration.d.ts +8 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/modules/TableRenaming/tableConfiguration.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/types.d.ts +6 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/types.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/useIDMEnricherEditor.d.ts +13 -0
- package/build/types/backoffice/src/ui/IDMEnricherEditor/useIDMEnricherEditor.d.ts.map +1 -0
- package/build/types/backoffice/src/ui/Table/utils/aplyFilterAndSortation.d.ts +1 -1
- package/build/types/backoffice/src/utils/getIcons.d.ts +2 -0
- package/build/types/backoffice/src/utils/getIcons.d.ts.map +1 -0
- package/package.json +2 -2
- package/build/types/backoffice/src/ui/Content/index.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/Content/type.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/Detail.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/ErrorBoundary.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/IconRain/index.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/MainLayout.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/Menu/index.d.ts +0 -7
- package/build/types/backoffice/src/ui/Menu/index.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/Menu/types.d.ts +0 -20
- package/build/types/backoffice/src/ui/Menu/types.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/Modal.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/Process/index.d.ts +0 -9
- package/build/types/backoffice/src/ui/Process/index.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/Process/types.d.ts +0 -28
- package/build/types/backoffice/src/ui/Process/types.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/Process/useProcess.d.ts +0 -23
- package/build/types/backoffice/src/ui/Process/useProcess.d.ts.map +0 -1
- package/build/types/backoffice/src/ui/img/index.d.ts.map +0 -1
- /package/build/types/backoffice/src/{ui/img → img}/index.d.ts +0 -0
- /package/build/types/backoffice/src/{ui → layout}/Content/type.d.ts +0 -0
- /package/build/types/backoffice/src/{ui → layout}/ErrorBoundary.d.ts +0 -0
- /package/build/types/backoffice/src/{ui → layout}/IconRain/index.d.ts +0 -0
- /package/build/types/backoffice/src/{ui → layout}/Modal.d.ts +0 -0
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import ApiHandler from '../../utils/ApiHandler';
|
|
2
|
-
import { ProcessConfiguration, Step } from './types';
|
|
3
|
-
interface Props {
|
|
4
|
-
id: string;
|
|
5
|
-
}
|
|
6
|
-
interface StepState {
|
|
7
|
-
step: Step;
|
|
8
|
-
data?: any;
|
|
9
|
-
apiHandler: ApiHandler;
|
|
10
|
-
}
|
|
11
|
-
interface State {
|
|
12
|
-
configuration: ProcessConfiguration;
|
|
13
|
-
steps: StepState[];
|
|
14
|
-
current: number;
|
|
15
|
-
loading: boolean;
|
|
16
|
-
setCurrent: (current: number) => void;
|
|
17
|
-
onChange: (index: number, data?: any, saveAll?: boolean) => void;
|
|
18
|
-
save: (state: StepState[]) => void;
|
|
19
|
-
reset: () => void;
|
|
20
|
-
}
|
|
21
|
-
export default function ({ id }: Props): State;
|
|
22
|
-
export {};
|
|
23
|
-
//# sourceMappingURL=useProcess.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useProcess.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/Process/useProcess.ts"],"names":[],"mappings":"AAEA,OAAO,UAAU,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAErD,UAAU,KAAK;IACb,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,UAAU,SAAS;IACjB,IAAI,EAAE,IAAI,CAAC;IACX,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,UAAU,EAAE,UAAU,CAAC;CACxB;AAED,UAAU,KAAK;IACb,aAAa,EAAE,oBAAoB,CAAC;IACpC,KAAK,EAAE,SAAS,EAAE,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IACjE,IAAI,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,KAAK,IAAI,CAAC;IACnC,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAED,MAAM,CAAC,OAAO,WAAW,EAAE,EAAE,EAAE,EAAE,KAAK,GAAG,KAAK,CAgE7C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/img/index.tsx"],"names":[],"mappings":";;;;AAEA,wBAAwC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|