@elliemae/ds-page-header-v2 3.46.0-rc.2 → 3.46.0-rc.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -121,6 +121,7 @@ export declare const PageHeaderEditableTitlePropTypes: {
121
121
  download: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
122
122
  draggable: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
123
123
  encType: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
124
+ enterKeyHint: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
124
125
  form: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
125
126
  formAction: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
126
127
  formEncType: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
@@ -201,6 +201,7 @@ export declare const PageHeaderTitlePropTypes: {
201
201
  download: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
202
202
  draggable: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
203
203
  encType: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
204
+ enterKeyHint: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
204
205
  form: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
205
206
  formAction: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
206
207
  formEncType: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
@@ -234,6 +234,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
234
234
  contextMenu?: string | undefined;
235
235
  dir?: string | undefined;
236
236
  draggable?: (boolean | "true" | "false") | undefined;
237
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
237
238
  hidden?: boolean | undefined;
238
239
  id?: string | undefined;
239
240
  lang?: string | undefined;
@@ -269,7 +270,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
269
270
  results?: number | undefined;
270
271
  security?: string | undefined;
271
272
  unselectable?: "on" | "off" | undefined;
272
- inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
273
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
273
274
  is?: string | undefined;
274
275
  accept?: string | undefined;
275
276
  acceptCharset?: string | undefined;
@@ -366,7 +367,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
366
367
  width?: string | number | undefined;
367
368
  wmode?: string | undefined;
368
369
  propsWithDefaults: DSPageHeaderT.InternalProps;
369
- globalAttributes: Partial<Pick<object, "summary" | "rows" | "cols" | "className" | "wrap" | "span" | "form" | "list" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "value" | "width" | "wmode"> & Omit<{
370
+ globalAttributes: Partial<Pick<object, "summary" | "rows" | "cols" | "className" | "wrap" | "span" | "form" | "list" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "value" | "width" | "wmode"> & Omit<{
370
371
  summary?: string | undefined;
371
372
  rows?: number | undefined;
372
373
  cols?: number | undefined;
@@ -599,6 +600,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
599
600
  contextMenu?: string | undefined;
600
601
  dir?: string | undefined;
601
602
  draggable?: (boolean | "true" | "false") | undefined;
603
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
602
604
  hidden?: boolean | undefined;
603
605
  id?: string | undefined;
604
606
  lang?: string | undefined;
@@ -634,7 +636,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
634
636
  results?: number | undefined;
635
637
  security?: string | undefined;
636
638
  unselectable?: "on" | "off" | undefined;
637
- inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
639
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
638
640
  is?: string | undefined;
639
641
  accept?: string | undefined;
640
642
  acceptCharset?: string | undefined;
@@ -151,6 +151,7 @@ export declare const PageHeaderPropTypes: {
151
151
  download: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
152
152
  draggable: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
153
153
  encType: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
154
+ enterKeyHint: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
154
155
  form: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
155
156
  formAction: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
156
157
  formEncType: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-page-header-v2",
3
- "version": "3.46.0-rc.2",
3
+ "version": "3.46.0-rc.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Page Header V2",
6
6
  "files": [
@@ -73,22 +73,22 @@
73
73
  },
74
74
  "dependencies": {
75
75
  "prop-types": "~15.8.1",
76
- "@elliemae/ds-button": "3.46.0-rc.2",
77
- "@elliemae/ds-form": "3.46.0-rc.2",
78
- "@elliemae/ds-breadcrumb": "3.46.0-rc.2",
79
- "@elliemae/ds-props-helpers": "3.46.0-rc.2",
80
- "@elliemae/ds-system": "3.46.0-rc.2",
81
- "@elliemae/ds-truncated-tooltip-text": "3.46.0-rc.2",
82
- "@elliemae/ds-icon": "3.46.0-rc.2",
83
- "@elliemae/ds-icons": "3.46.0-rc.2",
84
- "@elliemae/ds-grid": "3.46.0-rc.2",
85
- "@elliemae/ds-form-input-text": "3.46.0-rc.2",
86
- "@elliemae/ds-skeleton": "3.46.0-rc.2"
76
+ "@elliemae/ds-breadcrumb": "3.46.0-rc.4",
77
+ "@elliemae/ds-form": "3.46.0-rc.4",
78
+ "@elliemae/ds-button": "3.46.0-rc.4",
79
+ "@elliemae/ds-form-input-text": "3.46.0-rc.4",
80
+ "@elliemae/ds-grid": "3.46.0-rc.4",
81
+ "@elliemae/ds-icon": "3.46.0-rc.4",
82
+ "@elliemae/ds-icons": "3.46.0-rc.4",
83
+ "@elliemae/ds-props-helpers": "3.46.0-rc.4",
84
+ "@elliemae/ds-skeleton": "3.46.0-rc.4",
85
+ "@elliemae/ds-system": "3.46.0-rc.4",
86
+ "@elliemae/ds-truncated-tooltip-text": "3.46.0-rc.4"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@elliemae/pui-cli": "9.0.0-next.50",
90
90
  "styled-components": "~5.3.9",
91
- "@elliemae/ds-monorepo-devops": "3.46.0-rc.2"
91
+ "@elliemae/ds-monorepo-devops": "3.46.0-rc.4"
92
92
  },
93
93
  "peerDependencies": {
94
94
  "lodash": "^4.17.21",