@elliemae/ds-form 3.18.0-next.1 → 3.18.0-next.2
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const DateInputFluidContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object, never>;
|
|
3
|
-
export declare const DateInputWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object, never>;
|
|
4
|
-
export declare const DateInputInput: import("styled-components").StyledComponent<
|
|
5
|
-
export declare const DateInputDivider: import("styled-components").StyledComponent<
|
|
2
|
+
export declare const DateInputFluidContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
3
|
+
export declare const DateInputWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
4
|
+
export declare const DateInputInput: import("styled-components").StyledComponent<"input", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
5
|
+
export declare const DateInputDivider: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const SuffixWrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
|
|
1
|
+
export declare const Suffix: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
2
|
+
export declare const SuffixInputWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
3
|
+
export declare const SuffixWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
5
4
|
export default Suffix;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const isArrowIncrementDecrement: (key: any) => boolean;
|
|
2
2
|
export declare const setNativeValue: (element: any, value: any) => void;
|
|
3
|
-
export declare const placeholderFormat: (position: any, format: any, use12Hours: any) => "a" | "h" | "
|
|
3
|
+
export declare const placeholderFormat: (position: any, format: any, use12Hours: any) => "a" | "h" | "hh" | "HH" | "H" | "mm" | "m" | "ss" | "s" | "A" | undefined;
|
|
4
4
|
export declare const formatMinutes: (format: any, value: any) => string;
|
|
5
5
|
export declare const formatSeconds: (format: any, value: any) => string;
|
|
6
6
|
export declare const formatHour: (format: any, value: any) => string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form",
|
|
3
|
-
"version": "3.18.0-next.
|
|
3
|
+
"version": "3.18.0-next.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Form",
|
|
6
6
|
"files": [
|
|
@@ -481,18 +481,18 @@
|
|
|
481
481
|
"react-select": "~4.3.1",
|
|
482
482
|
"resize-observer": "~1.0.4",
|
|
483
483
|
"text-mask-core": "5.1.2",
|
|
484
|
-
"@elliemae/ds-button": "3.18.0-next.
|
|
485
|
-
"@elliemae/ds-
|
|
486
|
-
"@elliemae/ds-
|
|
487
|
-
"@elliemae/ds-
|
|
488
|
-
"@elliemae/ds-
|
|
489
|
-
"@elliemae/ds-
|
|
490
|
-
"@elliemae/ds-
|
|
491
|
-
"@elliemae/ds-
|
|
492
|
-
"@elliemae/ds-text-wrapper": "3.18.0-next.
|
|
493
|
-
"@elliemae/ds-
|
|
494
|
-
"@elliemae/ds-truncated-tooltip-text": "3.18.0-next.
|
|
495
|
-
"@elliemae/ds-
|
|
484
|
+
"@elliemae/ds-button": "3.18.0-next.2",
|
|
485
|
+
"@elliemae/ds-grid": "3.18.0-next.2",
|
|
486
|
+
"@elliemae/ds-props-helpers": "3.18.0-next.2",
|
|
487
|
+
"@elliemae/ds-classnames": "3.18.0-next.2",
|
|
488
|
+
"@elliemae/ds-common": "3.18.0-next.2",
|
|
489
|
+
"@elliemae/ds-icons": "3.18.0-next.2",
|
|
490
|
+
"@elliemae/ds-shared": "3.18.0-next.2",
|
|
491
|
+
"@elliemae/ds-system": "3.18.0-next.2",
|
|
492
|
+
"@elliemae/ds-text-wrapper": "3.18.0-next.2",
|
|
493
|
+
"@elliemae/ds-utilities": "3.18.0-next.2",
|
|
494
|
+
"@elliemae/ds-truncated-tooltip-text": "3.18.0-next.2",
|
|
495
|
+
"@elliemae/ds-tooltip": "3.18.0-next.2"
|
|
496
496
|
},
|
|
497
497
|
"devDependencies": {
|
|
498
498
|
"@testing-library/dom": "~8.19.0",
|
|
@@ -506,7 +506,7 @@
|
|
|
506
506
|
"lodash": "^4.17.21",
|
|
507
507
|
"react": "~17.0.2",
|
|
508
508
|
"react-dom": "^17.0.2",
|
|
509
|
-
"styled-components": "~5.3.
|
|
509
|
+
"styled-components": "~5.3.9",
|
|
510
510
|
"styled-system": "^5.1.5"
|
|
511
511
|
},
|
|
512
512
|
"publishConfig": {
|
|
@@ -522,6 +522,6 @@
|
|
|
522
522
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
523
523
|
"dev:build": "pnpm --filter {.}... build",
|
|
524
524
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
525
|
-
"checkDeps": "
|
|
525
|
+
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
526
526
|
}
|
|
527
527
|
}
|