@elliemae/ds-decision-graph 3.49.0-rc.3 → 3.49.0-rc.30
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/dist/cjs/constants/index.js +1 -1
- package/dist/cjs/constants/index.js.map +1 -1
- package/dist/esm/constants/index.js +1 -1
- package/dist/esm/constants/index.js.map +1 -1
- package/dist/types/config/useDecisionGraph.d.ts +6 -6
- package/dist/types/constants/index.d.ts +1 -1
- package/package.json +10 -8
|
@@ -36,7 +36,7 @@ __export(constants_exports, {
|
|
|
36
36
|
module.exports = __toCommonJS(constants_exports);
|
|
37
37
|
var React = __toESM(require("react"));
|
|
38
38
|
var import_ds_system = require("@elliemae/ds-system");
|
|
39
|
-
const DSDecisionGraphName = "
|
|
39
|
+
const DSDecisionGraphName = "DSDecisiongraph";
|
|
40
40
|
const DECISION_GRAPH_SLOTS = {
|
|
41
41
|
WRAPPER: "wrapper"
|
|
42
42
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/constants/index.ts", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n// carefull to not implement dependency cycles, especially in react-desc-prop-types.ts\n// this file is meant to host \"simple\" constants\n// this file should never need to refeer the typescript namespace\n// if you need the typescript namespace in this file, you are probably not having to define a constant ?\n// if you are sure it's actually a constant declare a new file like `complex-constants.ts` or something like that to avoid cycle\n\nexport const DSDecisionGraphName = '
|
|
4
|
+
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n// carefull to not implement dependency cycles, especially in react-desc-prop-types.ts\n// this file is meant to host \"simple\" constants\n// this file should never need to refeer the typescript namespace\n// if you need the typescript namespace in this file, you are probably not having to define a constant ?\n// if you are sure it's actually a constant declare a new file like `complex-constants.ts` or something like that to avoid cycle\n\nexport const DSDecisionGraphName = 'DSDecisiongraph';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const DECISION_GRAPH_SLOTS = {\n WRAPPER: 'wrapper',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const DECISION_GRAPH_DATA_TESTID = slotObjectToDataTestIds(DSDecisionGraphName, DECISION_GRAPH_SLOTS);\n\nexport const JSON_SCHEMA = {\n $schema: 'http://json-schema.org/draft-07/schema#',\n type: 'object',\n properties: {\n chartTitle: {\n type: 'string',\n description: 'Title of the decision chart',\n },\n subtree: {\n $ref: '#/definitions/DecisionNode',\n description: 'The root of the decision tree',\n },\n },\n required: ['chartTitle', 'subtree'],\n definitions: {\n DecisionNode: {\n type: 'object',\n properties: {\n nodeText: {\n type: 'string',\n description: 'Text representing a conclusion or question',\n },\n semanticMeaning: { type: 'string', enum: ['question', 'conclusion'] },\n repeatedId: {\n type: 'string',\n description:\n 'optional unique identifier for the node, used to allow pointing multiple paths to the same node in the chart',\n },\n truePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the true path',\n },\n falsePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the false path',\n },\n notApplicablePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the not applicable path',\n },\n },\n required: ['nodeText', 'semanticMeaning'],\n },\n },\n} as const;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAwC;AAOjC,MAAM,sBAAsB;AAG5B,MAAM,uBAAuB;AAAA,EAClC,SAAS;AACX;AAGO,MAAM,iCAA6B,0CAAwB,qBAAqB,oBAAoB;AAEpG,MAAM,cAAc;AAAA,EACzB,SAAS;AAAA,EACT,MAAM;AAAA,EACN,YAAY;AAAA,IACV,YAAY;AAAA,MACV,MAAM;AAAA,MACN,aAAa;AAAA,IACf;AAAA,IACA,SAAS;AAAA,MACP,MAAM;AAAA,MACN,aAAa;AAAA,IACf;AAAA,EACF;AAAA,EACA,UAAU,CAAC,cAAc,SAAS;AAAA,EAClC,aAAa;AAAA,IACX,cAAc;AAAA,MACZ,MAAM;AAAA,MACN,YAAY;AAAA,QACV,UAAU;AAAA,UACR,MAAM;AAAA,UACN,aAAa;AAAA,QACf;AAAA,QACA,iBAAiB,EAAE,MAAM,UAAU,MAAM,CAAC,YAAY,YAAY,EAAE;AAAA,QACpE,YAAY;AAAA,UACV,MAAM;AAAA,UACN,aACE;AAAA,QACJ;AAAA,QACA,UAAU;AAAA,UACR,MAAM;AAAA,UACN,aAAa;AAAA,QACf;AAAA,QACA,WAAW;AAAA,UACT,MAAM;AAAA,UACN,aAAa;AAAA,QACf;AAAA,QACA,mBAAmB;AAAA,UACjB,MAAM;AAAA,UACN,aAAa;AAAA,QACf;AAAA,MACF;AAAA,MACA,UAAU,CAAC,YAAY,iBAAiB;AAAA,IAC1C;AAAA,EACF;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/constants/index.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n// carefull to not implement dependency cycles, especially in react-desc-prop-types.ts\n// this file is meant to host \"simple\" constants\n// this file should never need to refeer the typescript namespace\n// if you need the typescript namespace in this file, you are probably not having to define a constant ?\n// if you are sure it's actually a constant declare a new file like `complex-constants.ts` or something like that to avoid cycle\n\nexport const DSDecisionGraphName = '
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n// carefull to not implement dependency cycles, especially in react-desc-prop-types.ts\n// this file is meant to host \"simple\" constants\n// this file should never need to refeer the typescript namespace\n// if you need the typescript namespace in this file, you are probably not having to define a constant ?\n// if you are sure it's actually a constant declare a new file like `complex-constants.ts` or something like that to avoid cycle\n\nexport const DSDecisionGraphName = 'DSDecisiongraph';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const DECISION_GRAPH_SLOTS = {\n WRAPPER: 'wrapper',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const DECISION_GRAPH_DATA_TESTID = slotObjectToDataTestIds(DSDecisionGraphName, DECISION_GRAPH_SLOTS);\n\nexport const JSON_SCHEMA = {\n $schema: 'http://json-schema.org/draft-07/schema#',\n type: 'object',\n properties: {\n chartTitle: {\n type: 'string',\n description: 'Title of the decision chart',\n },\n subtree: {\n $ref: '#/definitions/DecisionNode',\n description: 'The root of the decision tree',\n },\n },\n required: ['chartTitle', 'subtree'],\n definitions: {\n DecisionNode: {\n type: 'object',\n properties: {\n nodeText: {\n type: 'string',\n description: 'Text representing a conclusion or question',\n },\n semanticMeaning: { type: 'string', enum: ['question', 'conclusion'] },\n repeatedId: {\n type: 'string',\n description:\n 'optional unique identifier for the node, used to allow pointing multiple paths to the same node in the chart',\n },\n truePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the true path',\n },\n falsePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the false path',\n },\n notApplicablePath: {\n $ref: '#/definitions/DecisionNode',\n description: 'Decision node for the not applicable path',\n },\n },\n required: ['nodeText', 'semanticMeaning'],\n },\n },\n} as const;\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AAOjC,MAAM,sBAAsB;AAG5B,MAAM,uBAAuB;AAAA,EAClC,SAAS;AACX;AAGO,MAAM,6BAA6B,wBAAwB,qBAAqB,oBAAoB;AAEpG,MAAM,cAAc;AAAA,EACzB,SAAS;AAAA,EACT,MAAM;AAAA,EACN,YAAY;AAAA,IACV,YAAY;AAAA,MACV,MAAM;AAAA,MACN,aAAa;AAAA,IACf;AAAA,IACA,SAAS;AAAA,MACP,MAAM;AAAA,MACN,aAAa;AAAA,IACf;AAAA,EACF;AAAA,EACA,UAAU,CAAC,cAAc,SAAS;AAAA,EAClC,aAAa;AAAA,IACX,cAAc;AAAA,MACZ,MAAM;AAAA,MACN,YAAY;AAAA,QACV,UAAU;AAAA,UACR,MAAM;AAAA,UACN,aAAa;AAAA,QACf;AAAA,QACA,iBAAiB,EAAE,MAAM,UAAU,MAAM,CAAC,YAAY,YAAY,EAAE;AAAA,QACpE,YAAY;AAAA,UACV,MAAM;AAAA,UACN,aACE;AAAA,QACJ;AAAA,QACA,UAAU;AAAA,UACR,MAAM;AAAA,UACN,aAAa;AAAA,QACf;AAAA,QACA,WAAW;AAAA,UACT,MAAM;AAAA,UACN,aAAa;AAAA,QACf;AAAA,QACA,mBAAmB;AAAA,UACjB,MAAM;AAAA,UACN,aAAa;AAAA,QACf;AAAA,MACF;AAAA,MACA,UAAU,CAAC,YAAY,iBAAiB;AAAA,IAC1C;AAAA,EACF;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -10,12 +10,12 @@ export interface DecisionGraphCTX {
|
|
|
10
10
|
}
|
|
11
11
|
export declare const useDecisionGraph: (propsFromUser: DSDecisionGraphT.Props) => {
|
|
12
12
|
propsWithDefault: DSDecisionGraphT.InternalProps;
|
|
13
|
-
globalProps: Partial<Pick<DSGridT.Props, "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" | "className" | "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" | "
|
|
13
|
+
globalProps: Partial<Pick<DSGridT.Props, "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" | "className" | "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" | "cols" | "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" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "type" | "useMap" | "value" | "width" | "wmode" | "wrap"> & Omit<{
|
|
14
14
|
form?: string | undefined;
|
|
15
15
|
list?: string | undefined;
|
|
16
16
|
"aria-activedescendant"?: string | undefined;
|
|
17
17
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
18
|
-
"aria-autocomplete"?: "
|
|
18
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
19
19
|
"aria-braillelabel"?: string | undefined;
|
|
20
20
|
"aria-brailleroledescription"?: string | undefined;
|
|
21
21
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const useDecisionGraph: (propsFromUser: DSDecisionGraphT.Props) =
|
|
|
30
30
|
"aria-description"?: string | undefined;
|
|
31
31
|
"aria-details"?: string | undefined;
|
|
32
32
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
33
|
-
"aria-dropeffect"?: "
|
|
33
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
34
34
|
"aria-errormessage"?: string | undefined;
|
|
35
35
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
36
36
|
"aria-flowto"?: string | undefined;
|
|
@@ -232,6 +232,7 @@ export declare const useDecisionGraph: (propsFromUser: DSDecisionGraphT.Props) =
|
|
|
232
232
|
suppressContentEditableWarning?: boolean | undefined;
|
|
233
233
|
suppressHydrationWarning?: boolean | undefined;
|
|
234
234
|
accessKey?: string | undefined;
|
|
235
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
|
|
235
236
|
autoFocus?: boolean | undefined;
|
|
236
237
|
className?: string | undefined;
|
|
237
238
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
@@ -262,7 +263,6 @@ export declare const useDecisionGraph: (propsFromUser: DSDecisionGraphT.Props) =
|
|
|
262
263
|
rev?: string | undefined;
|
|
263
264
|
typeof?: string | undefined;
|
|
264
265
|
vocab?: string | undefined;
|
|
265
|
-
autoCapitalize?: string | undefined;
|
|
266
266
|
autoCorrect?: string | undefined;
|
|
267
267
|
autoSave?: string | undefined;
|
|
268
268
|
color?: string | undefined;
|
|
@@ -273,8 +273,8 @@ export declare const useDecisionGraph: (propsFromUser: DSDecisionGraphT.Props) =
|
|
|
273
273
|
itemRef?: string | undefined;
|
|
274
274
|
results?: number | undefined;
|
|
275
275
|
security?: string | undefined;
|
|
276
|
-
unselectable?: "
|
|
277
|
-
inputMode?: "
|
|
276
|
+
unselectable?: "off" | "on" | undefined;
|
|
277
|
+
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
278
278
|
is?: string | undefined;
|
|
279
279
|
accept?: string | undefined;
|
|
280
280
|
acceptCharset?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-decision-graph",
|
|
3
|
-
"version": "3.49.0-rc.
|
|
3
|
+
"version": "3.49.0-rc.30",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Decision Graph",
|
|
6
6
|
"files": [
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
|
-
"pnpm": ">=
|
|
29
|
-
"node": ">=
|
|
28
|
+
"pnpm": ">=9",
|
|
29
|
+
"node": ">=22"
|
|
30
30
|
},
|
|
31
31
|
"author": "ICE MT",
|
|
32
32
|
"jestSonar": {
|
|
@@ -40,17 +40,19 @@
|
|
|
40
40
|
"ajv": "^8.12.0",
|
|
41
41
|
"mermaid": "^10.9.0",
|
|
42
42
|
"uid": "~2.0.1",
|
|
43
|
-
"@elliemae/ds-button": "3.49.0-rc.
|
|
44
|
-
"@elliemae/ds-grid": "3.49.0-rc.
|
|
45
|
-
"@elliemae/ds-props-helpers": "3.49.0-rc.
|
|
46
|
-
"@elliemae/ds-system": "3.49.0-rc.
|
|
43
|
+
"@elliemae/ds-button": "3.49.0-rc.30",
|
|
44
|
+
"@elliemae/ds-grid": "3.49.0-rc.30",
|
|
45
|
+
"@elliemae/ds-props-helpers": "3.49.0-rc.30",
|
|
46
|
+
"@elliemae/ds-system": "3.49.0-rc.30"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
50
50
|
"@xstyled/system": "3.7.0",
|
|
51
|
+
"jest": "~29.7.0",
|
|
52
|
+
"jest-cli": "~29.7.0",
|
|
51
53
|
"lodash": "^4.17.21",
|
|
52
54
|
"styled-components": "~5.3.9",
|
|
53
|
-
"@elliemae/ds-monorepo-devops": "3.49.0-rc.
|
|
55
|
+
"@elliemae/ds-monorepo-devops": "3.49.0-rc.30"
|
|
54
56
|
},
|
|
55
57
|
"peerDependencies": {
|
|
56
58
|
"lodash": "^4.17.21",
|