jamespot-react-core 1.2.32 → 1.2.34
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/{199.ff6cb8fb13cf76374d0f.chunk.js → 199.6c748b5270ebfc357acc.chunk.js} +99 -97
- package/build/199.6c748b5270ebfc357acc.chunk.js.map +1 -0
- package/build/app.bundle.js +885 -851
- package/build/app.bundle.js.map +1 -1
- package/build/src/displayer/components/inputs/InputTaxonomy.d.ts +1 -0
- package/build/src/displayer/types.d.ts +1 -0
- package/build/src/registry/ext-component-list.d.ts +2 -1
- package/package.json +4 -4
- package/build/199.ff6cb8fb13cf76374d0f.chunk.js.map +0 -1
|
@@ -113,6 +113,7 @@ export declare const InputTaxonomy: <TFieldValues extends FieldValues>(widget: W
|
|
|
113
113
|
width?: string | undefined;
|
|
114
114
|
margin?: string | undefined;
|
|
115
115
|
readOnly?: boolean | undefined;
|
|
116
|
+
srOnly?: string | undefined;
|
|
116
117
|
} & {
|
|
117
118
|
displayModal?: boolean | undefined;
|
|
118
119
|
}) => React.JSX.Element;
|
|
@@ -53,6 +53,7 @@ export type DisplayInputComponentProps<TFieldValues extends FieldValues = FieldV
|
|
|
53
53
|
width?: string;
|
|
54
54
|
margin?: string;
|
|
55
55
|
readOnly?: boolean;
|
|
56
|
+
srOnly?: string;
|
|
56
57
|
};
|
|
57
58
|
export type DisplayElementComponent<TFieldValues extends FieldValues = FieldValues> = {
|
|
58
59
|
render: FunctionComponent<RenderAttributeProps>;
|
|
@@ -53,7 +53,7 @@ declare const _default: {
|
|
|
53
53
|
readonly DoubleClick: "BETA_JRCDoubleClick";
|
|
54
54
|
readonly DraggingPlaceholder: "JRCDraggingPlaceholder";
|
|
55
55
|
readonly DropDown: "JRCDropDown";
|
|
56
|
-
readonly
|
|
56
|
+
readonly Deprecated_Ellipsis: "Deprecated_JRCEllipsis";
|
|
57
57
|
readonly EmptySpace: "JRCEmptySpace";
|
|
58
58
|
readonly FadeStepper: "JRCFadeStepper";
|
|
59
59
|
readonly File: "JRCFile";
|
|
@@ -128,6 +128,7 @@ declare const _default: {
|
|
|
128
128
|
readonly SkeletonLine: "JRCSkeletonLine";
|
|
129
129
|
readonly SkeletonList: "JRCSkeletonList";
|
|
130
130
|
readonly SkeletonSquare: "JRCSkeletonSquare";
|
|
131
|
+
readonly SkipToContent: "SkipToContent";
|
|
131
132
|
readonly Stepper: "JRCStepper";
|
|
132
133
|
readonly StepperPage: "JRCStepperPage";
|
|
133
134
|
readonly StyledHref: "JRCStyledHref";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.34",
|
|
4
4
|
"description": "Jamespot React Core",
|
|
5
5
|
"main": "./build/app.bundle.js",
|
|
6
6
|
"types": "./build/src/App.d.ts",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
57
57
|
"eslint-plugin-import": "^2.31.0",
|
|
58
58
|
"history": "^5.3.0",
|
|
59
|
-
"jamespot-front-business": "^1.2.
|
|
60
|
-
"jamespot-react-components": "^1.2.
|
|
61
|
-
"jamespot-user-api": "^1.2.
|
|
59
|
+
"jamespot-front-business": "^1.2.34",
|
|
60
|
+
"jamespot-react-components": "^1.2.34",
|
|
61
|
+
"jamespot-user-api": "^1.2.34",
|
|
62
62
|
"marked": "^16.1.2",
|
|
63
63
|
"react": "^17.0.2",
|
|
64
64
|
"react-dom": "17.0.2",
|