@elliemae/ds-page-header-v2 3.48.2-rc.0 → 3.49.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
12
12
  list?: string | undefined;
13
13
  "aria-activedescendant"?: string | undefined;
14
14
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
15
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
15
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
16
16
  "aria-braillelabel"?: string | undefined;
17
17
  "aria-brailleroledescription"?: string | undefined;
18
18
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -27,7 +27,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
27
27
  "aria-description"?: string | undefined;
28
28
  "aria-details"?: string | undefined;
29
29
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
30
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
30
+ "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
31
31
  "aria-errormessage"?: string | undefined;
32
32
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
33
33
  "aria-flowto"?: string | undefined;
@@ -229,6 +229,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
229
229
  suppressContentEditableWarning?: boolean | undefined;
230
230
  suppressHydrationWarning?: boolean | undefined;
231
231
  accessKey?: string | undefined;
232
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
232
233
  autoFocus?: boolean | undefined;
233
234
  contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
234
235
  contextMenu?: string | undefined;
@@ -258,7 +259,6 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
258
259
  rev?: string | undefined;
259
260
  typeof?: string | undefined;
260
261
  vocab?: string | undefined;
261
- autoCapitalize?: string | undefined;
262
262
  autoCorrect?: string | undefined;
263
263
  autoSave?: string | undefined;
264
264
  color?: string | undefined;
@@ -269,8 +269,8 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
269
269
  itemRef?: string | undefined;
270
270
  results?: number | undefined;
271
271
  security?: string | undefined;
272
- unselectable?: "on" | "off" | undefined;
273
- inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
272
+ unselectable?: "off" | "on" | undefined;
273
+ inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
274
274
  is?: string | undefined;
275
275
  accept?: string | undefined;
276
276
  acceptCharset?: string | undefined;
@@ -367,7 +367,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
367
367
  width?: string | number | undefined;
368
368
  wmode?: string | undefined;
369
369
  propsWithDefaults: DSPageHeaderT.InternalProps;
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
+ 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" | "autoCapitalize" | "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" | "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<{
371
371
  summary?: string | undefined;
372
372
  rows?: number | undefined;
373
373
  cols?: number | undefined;
@@ -378,7 +378,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
378
378
  list?: string | undefined;
379
379
  "aria-activedescendant"?: string | undefined;
380
380
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
381
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
381
+ "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
382
382
  "aria-braillelabel"?: string | undefined;
383
383
  "aria-brailleroledescription"?: string | undefined;
384
384
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -393,7 +393,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
393
393
  "aria-description"?: string | undefined;
394
394
  "aria-details"?: string | undefined;
395
395
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
396
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
396
+ "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
397
397
  "aria-errormessage"?: string | undefined;
398
398
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
399
399
  "aria-flowto"?: string | undefined;
@@ -595,6 +595,7 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
595
595
  suppressContentEditableWarning?: boolean | undefined;
596
596
  suppressHydrationWarning?: boolean | undefined;
597
597
  accessKey?: string | undefined;
598
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
598
599
  autoFocus?: boolean | undefined;
599
600
  contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
600
601
  contextMenu?: string | undefined;
@@ -624,7 +625,6 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
624
625
  rev?: string | undefined;
625
626
  typeof?: string | undefined;
626
627
  vocab?: string | undefined;
627
- autoCapitalize?: string | undefined;
628
628
  autoCorrect?: string | undefined;
629
629
  autoSave?: string | undefined;
630
630
  color?: string | undefined;
@@ -635,8 +635,8 @@ export declare const usePageHeader: (props: DSPageHeaderT.Props) => {
635
635
  itemRef?: string | undefined;
636
636
  results?: number | undefined;
637
637
  security?: string | undefined;
638
- unselectable?: "on" | "off" | undefined;
639
- inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
638
+ unselectable?: "off" | "on" | undefined;
639
+ inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
640
640
  is?: string | undefined;
641
641
  accept?: string | undefined;
642
642
  acceptCharset?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type GlobalAttributesT } from '@elliemae/ds-props-helpers';
2
3
  export declare namespace DSPageHeaderT {
3
4
  interface DefaultProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-page-header-v2",
3
- "version": "3.48.2-rc.0",
3
+ "version": "3.49.0-beta.2",
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-breadcrumb": "3.48.2-rc.0",
77
- "@elliemae/ds-button": "3.48.2-rc.0",
78
- "@elliemae/ds-form": "3.48.2-rc.0",
79
- "@elliemae/ds-icon": "3.48.2-rc.0",
80
- "@elliemae/ds-grid": "3.48.2-rc.0",
81
- "@elliemae/ds-props-helpers": "3.48.2-rc.0",
82
- "@elliemae/ds-skeleton": "3.48.2-rc.0",
83
- "@elliemae/ds-form-input-text": "3.48.2-rc.0",
84
- "@elliemae/ds-icons": "3.48.2-rc.0",
85
- "@elliemae/ds-system": "3.48.2-rc.0",
86
- "@elliemae/ds-truncated-tooltip-text": "3.48.2-rc.0"
76
+ "@elliemae/ds-breadcrumb": "3.49.0-beta.2",
77
+ "@elliemae/ds-button": "3.49.0-beta.2",
78
+ "@elliemae/ds-form": "3.49.0-beta.2",
79
+ "@elliemae/ds-grid": "3.49.0-beta.2",
80
+ "@elliemae/ds-icon": "3.49.0-beta.2",
81
+ "@elliemae/ds-form-input-text": "3.49.0-beta.2",
82
+ "@elliemae/ds-icons": "3.49.0-beta.2",
83
+ "@elliemae/ds-skeleton": "3.49.0-beta.2",
84
+ "@elliemae/ds-system": "3.49.0-beta.2",
85
+ "@elliemae/ds-props-helpers": "3.49.0-beta.2",
86
+ "@elliemae/ds-truncated-tooltip-text": "3.49.0-beta.2"
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.48.2-rc.0"
91
+ "@elliemae/ds-monorepo-devops": "3.49.0-beta.2"
92
92
  },
93
93
  "peerDependencies": {
94
94
  "lodash": "^4.17.21",