@pega/react-sdk-overrides 0.23.10 → 0.23.12
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/lib/forms/DateTime/config-ext.json +9 -0
- package/lib/forms/Decimal/config-ext.json +9 -0
- package/lib/forms/Dropdown/config-ext.json +9 -0
- package/lib/forms/Email/config-ext.json +9 -0
- package/lib/forms/Integer/config-ext.json +9 -0
- package/lib/forms/Percentage/config-ext.json +9 -0
- package/lib/forms/RadioButtons/config-ext.json +9 -0
- package/lib/forms/SemanticLink/config-ext.json +8 -0
- package/lib/forms/TextArea/config-ext.json +9 -0
- package/lib/forms/TextContent/config-ext.json +8 -0
- package/lib/forms/TextInput/config-ext.json +9 -0
- package/lib/forms/Time/config-ext.json +9 -0
- package/lib/forms/URL/config-ext.json +9 -0
- package/lib/forms/UserReference/config-ext.json +8 -0
- package/lib/infra/Containers/FlowContainer/FlowContainer.tsx +1 -1
- package/lib/templates/CaseSummary/config-ext.json +9 -0
- package/lib/templates/CaseView/config-ext.json +9 -0
- package/lib/templates/DataReference/config-ext.json +9 -0
- package/lib/templates/DefaultForm/config-ext.json +9 -0
- package/lib/templates/Details/DetailsSubTabs/config-ext.json +9 -0
- package/lib/templates/Details/DetailsThreeColumn/config-ext.json +9 -0
- package/lib/templates/Details/DetailsTwoColumn/config-ext.json +9 -0
- package/lib/templates/ListPage/config-ext.json +8 -0
- package/lib/templates/ListView/config-ext.json +9 -0
- package/lib/templates/NarrowWide/NarrowWideDetails/config-ext.json +9 -0
- package/lib/templates/NarrowWide/NarrowWideForm/config-ext.json +9 -0
- package/lib/templates/NarrowWide/NarrowWidePage/config-ext.json +9 -0
- package/lib/templates/OneColumn/OneColumn/config-ext.json +9 -0
- package/lib/templates/OneColumn/OneColumnPage/config-ext.json +9 -0
- package/lib/templates/OneColumn/OneColumnTab/config-ext.json +9 -0
- package/lib/templates/SimpleTable/SimpleTable/config-ext.json +8 -0
- package/lib/templates/SubTabs/config-ext.json +9 -0
- package/lib/templates/TwoColumn/TwoColumn/config-ext.json +9 -0
- package/lib/templates/TwoColumn/TwoColumnPage/config-ext.json +9 -0
- package/lib/templates/TwoColumn/TwoColumnTab/config-ext.json +9 -0
- package/lib/templates/WideNarrow/WideNarrowDetails/config-ext.json +9 -0
- package/lib/templates/WideNarrow/WideNarrowForm/config-ext.json +9 -0
- package/lib/templates/WideNarrow/WideNarrowPage/config-ext.json +9 -0
- package/lib/widgets/AppAnnouncement/config-ext.json +9 -0
- package/lib/widgets/Attachment/Attachment.tsx +1 -1
- package/lib/widgets/CaseHistory/config-ext.json +9 -0
- package/lib/widgets/FileUtility/FileUtility/FileUtility.tsx +1 -1
- package/lib/widgets/FileUtility/FileUtility/config-ext.json +9 -0
- package/lib/widgets/Followers/config-ext.json +9 -0
- package/lib/widgets/ToDo/config-ext.json +9 -0
- package/package.json +1 -1
- /package/lib/{widgets/Attachment/AttachmentUtils.js → helpers/attachmentHelpers.js} +0 -0
- /package/lib/{infra → widgets}/ToDo/ToDo.css +0 -0
- /package/lib/{infra → widgets}/ToDo/ToDo.tsx +0 -0
- /package/lib/{infra → widgets}/ToDo/index.tsx +0 -0
|
@@ -8,7 +8,7 @@ import { Utils } from '@pega/react-sdk-components/lib/components/helpers/utils';
|
|
|
8
8
|
import { Alert } from '@material-ui/lab';
|
|
9
9
|
|
|
10
10
|
import Assignment from '@pega/react-sdk-components/lib/components/infra/Assignment';
|
|
11
|
-
import ToDo from "@pega/react-sdk-components/lib/components/
|
|
11
|
+
import ToDo from "@pega/react-sdk-components/lib/components/widgets/ToDo";
|
|
12
12
|
|
|
13
13
|
import createPConnectComponent from '@pega/react-sdk-components/lib/bridge/react_pconnect';
|
|
14
14
|
import StoreContext from "@pega/react-sdk-components/lib/bridge/Context/StoreContext";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { Button } from '@material-ui/core';
|
|
4
4
|
import React, { useState, useEffect } from 'react';
|
|
5
|
-
import { buildFilePropsFromResponse, getIconFromFileType, validateMaxSize, getIconForAttachment } from '
|
|
5
|
+
import { buildFilePropsFromResponse, getIconFromFileType, validateMaxSize, getIconForAttachment } from '@pega/react-sdk-components/lib/components/helpers/attachmentHelpers';
|
|
6
6
|
import './Attachment.css';
|
|
7
7
|
import SummaryList from '@pega/react-sdk-components/lib/components/widgets/SummaryList'
|
|
8
8
|
import { CircularProgress } from "@material-ui/core";
|
|
@@ -8,7 +8,7 @@ import './FileUtility.css';
|
|
|
8
8
|
import { IconButton, Menu, MenuItem } from '@material-ui/core';
|
|
9
9
|
import MoreVertIcon from '@material-ui/icons/MoreVert';
|
|
10
10
|
import { Button } from '@material-ui/core';
|
|
11
|
-
import { validateMaxSize } from '@pega/react-sdk-components/lib/components/
|
|
11
|
+
import { validateMaxSize } from '@pega/react-sdk-components/lib/components/helpers/attachmentHelpers';
|
|
12
12
|
import { CircularProgress } from "@material-ui/core";
|
|
13
13
|
|
|
14
14
|
declare const PCore;
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|