@elliemae/ds-floating-context 3.53.0-beta.7 → 3.53.0-beta.9
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/utils/detectOverflow.js.map +2 -2
- package/dist/esm/utils/detectOverflow.js.map +2 -2
- package/dist/types/parts/FloatingWrapper/config/useFloatingWrapper.d.ts +180 -180
- package/dist/types/parts/FloatingWrapper/react-desc-prop-types.d.ts +0 -2
- package/dist/types/useComputedPositionStyles.d.ts +0 -1
- package/package.json +7 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/utils/detectOverflow.ts", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["/* eslint-disable no-nested-ternary */\n/* eslint-disable max-params */\nimport { type DSHookFloatingContextT } from '../react-desc-prop-types.js';\nimport computeOffsets from './computeOffsets.js';\n\nconst paddingObject = { top: 0, right: 0, bottom: 0, left: 0 };\n\nfunction rectToClientRect(rect: DOMRect) {\n return { ...rect, left: rect.x, top: rect.y, right: rect.x + rect.width, bottom: rect.y + rect.height };\n}\n\nfunction domRectToObject(rect: {\n x: number;\n y: number;\n width: number;\n height: number;\n top: number;\n right: number;\n bottom: number;\n left: number;\n}): DOMRect {\n return {\n x: rect.x,\n y: rect.y,\n width: rect.width,\n height: rect.height,\n top: rect.top,\n right: rect.right,\n bottom: rect.bottom,\n left: rect.left,\n toJSON: () => {},\n };\n}\n\nexport const detectOverflow = (\n referenceRect: DOMRect,\n floatingRect: DOMRect,\n placement: DSHookFloatingContextT.PopperPlacementsT,\n customOffset: [number, number],\n) => {\n const basePlacement = placement.split('-')[0];\n const isVertical = ['top', 'bottom'].indexOf(basePlacement) >= 0;\n const clippingClientRect = {\n top: 0,\n right: document.documentElement.clientWidth,\n bottom: document.documentElement.clientHeight,\n left: 0,\n };\n const popperOffsets = computeOffsets(placement, referenceRect, floatingRect);\n const popperClientRect = rectToClientRect({ ...domRectToObject(floatingRect), ...popperOffsets });\n\n const overflowOffsets = {\n top: clippingClientRect.top - popperClientRect.top + paddingObject.top,\n bottom: popperClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom,\n left: clippingClientRect.left - popperClientRect.left + paddingObject.left,\n right: popperClientRect.right - clippingClientRect.right + paddingObject.right,\n };\n\n const offset = {\n x: basePlacement === 'left' ? -(customOffset?.[0] ?? 12) : customOffset?.[0] ?? 12,\n y: basePlacement === 'top' ? -(customOffset?.[1] ?? -12) : customOffset?.[1] ?? 12,\n };\n\n // if vertical switch x for y and vice versa\n if (!isVertical) {\n const temp = offset.x;\n offset.x = offset.y * (basePlacement === 'right' ? 1 : -1);\n offset.y = temp;\n }\n\n Object.keys(overflowOffsets).forEach((key) => {\n const multiply = ['right', 'bottom'].indexOf(key) >= 0 ? 1 : -1;\n const axis = ['top', 'bottom'].indexOf(key) >= 0 ? 'y' : 'x';\n overflowOffsets[key as keyof typeof overflowOffsets] += offset[axis] * multiply;\n });\n return overflowOffsets;\n};\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADGvB,4BAA2B;AAE3B,MAAM,gBAAgB,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,EAAE;AAE7D,SAAS,iBAAiB,MAAe;AACvC,SAAO,EAAE,GAAG,MAAM,MAAM,KAAK,GAAG,KAAK,KAAK,GAAG,OAAO,KAAK,IAAI,KAAK,OAAO,QAAQ,KAAK,IAAI,KAAK,OAAO;AACxG;AAEA,SAAS,gBAAgB,MASb;AACV,SAAO;AAAA,IACL,GAAG,KAAK;AAAA,IACR,GAAG,KAAK;AAAA,IACR,OAAO,KAAK;AAAA,IACZ,QAAQ,KAAK;AAAA,IACb,KAAK,KAAK;AAAA,IACV,OAAO,KAAK;AAAA,IACZ,QAAQ,KAAK;AAAA,IACb,MAAM,KAAK;AAAA,IACX,QAAQ,MAAM;AAAA,IAAC;AAAA,EACjB;AACF;AAEO,MAAM,iBAAiB,CAC5B,eACA,cACA,WACA,iBACG;AACH,QAAM,gBAAgB,UAAU,MAAM,GAAG,EAAE,CAAC;AAC5C,QAAM,aAAa,CAAC,OAAO,QAAQ,EAAE,QAAQ,aAAa,KAAK;AAC/D,QAAM,qBAAqB;AAAA,IACzB,KAAK;AAAA,IACL,OAAO,SAAS,gBAAgB;AAAA,IAChC,QAAQ,SAAS,gBAAgB;AAAA,IACjC,MAAM;AAAA,EACR;AACA,QAAM,oBAAgB,sBAAAA,SAAe,WAAW,eAAe,YAAY;AAC3E,QAAM,mBAAmB,iBAAiB,EAAE,GAAG,gBAAgB,YAAY,GAAG,GAAG,cAAc,CAAC;AAEhG,QAAM,kBAAkB;AAAA,IACtB,KAAK,mBAAmB,MAAM,iBAAiB,MAAM,cAAc;AAAA,IACnE,QAAQ,iBAAiB,SAAS,mBAAmB,SAAS,cAAc;AAAA,IAC5E,MAAM,mBAAmB,OAAO,iBAAiB,OAAO,cAAc;AAAA,IACtE,OAAO,iBAAiB,QAAQ,mBAAmB,QAAQ,cAAc;AAAA,EAC3E;AAEA,QAAM,SAAS;AAAA,IACb,GAAG,kBAAkB,SAAS,EAAE,eAAe,CAAC,KAAK,
|
|
4
|
+
"sourcesContent": ["/* eslint-disable no-nested-ternary */\n/* eslint-disable max-params */\nimport { type DSHookFloatingContextT } from '../react-desc-prop-types.js';\nimport computeOffsets from './computeOffsets.js';\n\nconst paddingObject = { top: 0, right: 0, bottom: 0, left: 0 };\n\nfunction rectToClientRect(rect: DOMRect) {\n return { ...rect, left: rect.x, top: rect.y, right: rect.x + rect.width, bottom: rect.y + rect.height };\n}\n\nfunction domRectToObject(rect: {\n x: number;\n y: number;\n width: number;\n height: number;\n top: number;\n right: number;\n bottom: number;\n left: number;\n}): DOMRect {\n return {\n x: rect.x,\n y: rect.y,\n width: rect.width,\n height: rect.height,\n top: rect.top,\n right: rect.right,\n bottom: rect.bottom,\n left: rect.left,\n toJSON: () => {},\n };\n}\n\nexport const detectOverflow = (\n referenceRect: DOMRect,\n floatingRect: DOMRect,\n placement: DSHookFloatingContextT.PopperPlacementsT,\n customOffset: [number, number],\n) => {\n const basePlacement = placement.split('-')[0];\n const isVertical = ['top', 'bottom'].indexOf(basePlacement) >= 0;\n const clippingClientRect = {\n top: 0,\n right: document.documentElement.clientWidth,\n bottom: document.documentElement.clientHeight,\n left: 0,\n };\n const popperOffsets = computeOffsets(placement, referenceRect, floatingRect);\n const popperClientRect = rectToClientRect({ ...domRectToObject(floatingRect), ...popperOffsets });\n\n const overflowOffsets = {\n top: clippingClientRect.top - popperClientRect.top + paddingObject.top,\n bottom: popperClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom,\n left: clippingClientRect.left - popperClientRect.left + paddingObject.left,\n right: popperClientRect.right - clippingClientRect.right + paddingObject.right,\n };\n\n const offset = {\n x: basePlacement === 'left' ? -(customOffset?.[0] ?? 12) : (customOffset?.[0] ?? 12),\n y: basePlacement === 'top' ? -(customOffset?.[1] ?? -12) : (customOffset?.[1] ?? 12),\n };\n\n // if vertical switch x for y and vice versa\n if (!isVertical) {\n const temp = offset.x;\n offset.x = offset.y * (basePlacement === 'right' ? 1 : -1);\n offset.y = temp;\n }\n\n Object.keys(overflowOffsets).forEach((key) => {\n const multiply = ['right', 'bottom'].indexOf(key) >= 0 ? 1 : -1;\n const axis = ['top', 'bottom'].indexOf(key) >= 0 ? 'y' : 'x';\n overflowOffsets[key as keyof typeof overflowOffsets] += offset[axis] * multiply;\n });\n return overflowOffsets;\n};\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADGvB,4BAA2B;AAE3B,MAAM,gBAAgB,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,EAAE;AAE7D,SAAS,iBAAiB,MAAe;AACvC,SAAO,EAAE,GAAG,MAAM,MAAM,KAAK,GAAG,KAAK,KAAK,GAAG,OAAO,KAAK,IAAI,KAAK,OAAO,QAAQ,KAAK,IAAI,KAAK,OAAO;AACxG;AAEA,SAAS,gBAAgB,MASb;AACV,SAAO;AAAA,IACL,GAAG,KAAK;AAAA,IACR,GAAG,KAAK;AAAA,IACR,OAAO,KAAK;AAAA,IACZ,QAAQ,KAAK;AAAA,IACb,KAAK,KAAK;AAAA,IACV,OAAO,KAAK;AAAA,IACZ,QAAQ,KAAK;AAAA,IACb,MAAM,KAAK;AAAA,IACX,QAAQ,MAAM;AAAA,IAAC;AAAA,EACjB;AACF;AAEO,MAAM,iBAAiB,CAC5B,eACA,cACA,WACA,iBACG;AACH,QAAM,gBAAgB,UAAU,MAAM,GAAG,EAAE,CAAC;AAC5C,QAAM,aAAa,CAAC,OAAO,QAAQ,EAAE,QAAQ,aAAa,KAAK;AAC/D,QAAM,qBAAqB;AAAA,IACzB,KAAK;AAAA,IACL,OAAO,SAAS,gBAAgB;AAAA,IAChC,QAAQ,SAAS,gBAAgB;AAAA,IACjC,MAAM;AAAA,EACR;AACA,QAAM,oBAAgB,sBAAAA,SAAe,WAAW,eAAe,YAAY;AAC3E,QAAM,mBAAmB,iBAAiB,EAAE,GAAG,gBAAgB,YAAY,GAAG,GAAG,cAAc,CAAC;AAEhG,QAAM,kBAAkB;AAAA,IACtB,KAAK,mBAAmB,MAAM,iBAAiB,MAAM,cAAc;AAAA,IACnE,QAAQ,iBAAiB,SAAS,mBAAmB,SAAS,cAAc;AAAA,IAC5E,MAAM,mBAAmB,OAAO,iBAAiB,OAAO,cAAc;AAAA,IACtE,OAAO,iBAAiB,QAAQ,mBAAmB,QAAQ,cAAc;AAAA,EAC3E;AAEA,QAAM,SAAS;AAAA,IACb,GAAG,kBAAkB,SAAS,EAAE,eAAe,CAAC,KAAK,MAAO,eAAe,CAAC,KAAK;AAAA,IACjF,GAAG,kBAAkB,QAAQ,EAAE,eAAe,CAAC,KAAK,OAAQ,eAAe,CAAC,KAAK;AAAA,EACnF;AAGA,MAAI,CAAC,YAAY;AACf,UAAM,OAAO,OAAO;AACpB,WAAO,IAAI,OAAO,KAAK,kBAAkB,UAAU,IAAI;AACvD,WAAO,IAAI;AAAA,EACb;AAEA,SAAO,KAAK,eAAe,EAAE,QAAQ,CAAC,QAAQ;AAC5C,UAAM,WAAW,CAAC,SAAS,QAAQ,EAAE,QAAQ,GAAG,KAAK,IAAI,IAAI;AAC7D,UAAM,OAAO,CAAC,OAAO,QAAQ,EAAE,QAAQ,GAAG,KAAK,IAAI,MAAM;AACzD,oBAAgB,GAAmC,KAAK,OAAO,IAAI,IAAI;AAAA,EACzE,CAAC;AACD,SAAO;AACT;",
|
|
6
6
|
"names": ["computeOffsets"]
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/utils/detectOverflow.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "/* eslint-disable no-nested-ternary */\n/* eslint-disable max-params */\nimport { type DSHookFloatingContextT } from '../react-desc-prop-types.js';\nimport computeOffsets from './computeOffsets.js';\n\nconst paddingObject = { top: 0, right: 0, bottom: 0, left: 0 };\n\nfunction rectToClientRect(rect: DOMRect) {\n return { ...rect, left: rect.x, top: rect.y, right: rect.x + rect.width, bottom: rect.y + rect.height };\n}\n\nfunction domRectToObject(rect: {\n x: number;\n y: number;\n width: number;\n height: number;\n top: number;\n right: number;\n bottom: number;\n left: number;\n}): DOMRect {\n return {\n x: rect.x,\n y: rect.y,\n width: rect.width,\n height: rect.height,\n top: rect.top,\n right: rect.right,\n bottom: rect.bottom,\n left: rect.left,\n toJSON: () => {},\n };\n}\n\nexport const detectOverflow = (\n referenceRect: DOMRect,\n floatingRect: DOMRect,\n placement: DSHookFloatingContextT.PopperPlacementsT,\n customOffset: [number, number],\n) => {\n const basePlacement = placement.split('-')[0];\n const isVertical = ['top', 'bottom'].indexOf(basePlacement) >= 0;\n const clippingClientRect = {\n top: 0,\n right: document.documentElement.clientWidth,\n bottom: document.documentElement.clientHeight,\n left: 0,\n };\n const popperOffsets = computeOffsets(placement, referenceRect, floatingRect);\n const popperClientRect = rectToClientRect({ ...domRectToObject(floatingRect), ...popperOffsets });\n\n const overflowOffsets = {\n top: clippingClientRect.top - popperClientRect.top + paddingObject.top,\n bottom: popperClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom,\n left: clippingClientRect.left - popperClientRect.left + paddingObject.left,\n right: popperClientRect.right - clippingClientRect.right + paddingObject.right,\n };\n\n const offset = {\n x: basePlacement === 'left' ? -(customOffset?.[0] ?? 12) : customOffset?.[0] ?? 12,\n y: basePlacement === 'top' ? -(customOffset?.[1] ?? -12) : customOffset?.[1] ?? 12,\n };\n\n // if vertical switch x for y and vice versa\n if (!isVertical) {\n const temp = offset.x;\n offset.x = offset.y * (basePlacement === 'right' ? 1 : -1);\n offset.y = temp;\n }\n\n Object.keys(overflowOffsets).forEach((key) => {\n const multiply = ['right', 'bottom'].indexOf(key) >= 0 ? 1 : -1;\n const axis = ['top', 'bottom'].indexOf(key) >= 0 ? 'y' : 'x';\n overflowOffsets[key as keyof typeof overflowOffsets] += offset[axis] * multiply;\n });\n return overflowOffsets;\n};\n"],
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACGvB,OAAO,oBAAoB;AAE3B,MAAM,gBAAgB,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,EAAE;AAE7D,SAAS,iBAAiB,MAAe;AACvC,SAAO,EAAE,GAAG,MAAM,MAAM,KAAK,GAAG,KAAK,KAAK,GAAG,OAAO,KAAK,IAAI,KAAK,OAAO,QAAQ,KAAK,IAAI,KAAK,OAAO;AACxG;AAEA,SAAS,gBAAgB,MASb;AACV,SAAO;AAAA,IACL,GAAG,KAAK;AAAA,IACR,GAAG,KAAK;AAAA,IACR,OAAO,KAAK;AAAA,IACZ,QAAQ,KAAK;AAAA,IACb,KAAK,KAAK;AAAA,IACV,OAAO,KAAK;AAAA,IACZ,QAAQ,KAAK;AAAA,IACb,MAAM,KAAK;AAAA,IACX,QAAQ,MAAM;AAAA,IAAC;AAAA,EACjB;AACF;AAEO,MAAM,iBAAiB,CAC5B,eACA,cACA,WACA,iBACG;AACH,QAAM,gBAAgB,UAAU,MAAM,GAAG,EAAE,CAAC;AAC5C,QAAM,aAAa,CAAC,OAAO,QAAQ,EAAE,QAAQ,aAAa,KAAK;AAC/D,QAAM,qBAAqB;AAAA,IACzB,KAAK;AAAA,IACL,OAAO,SAAS,gBAAgB;AAAA,IAChC,QAAQ,SAAS,gBAAgB;AAAA,IACjC,MAAM;AAAA,EACR;AACA,QAAM,gBAAgB,eAAe,WAAW,eAAe,YAAY;AAC3E,QAAM,mBAAmB,iBAAiB,EAAE,GAAG,gBAAgB,YAAY,GAAG,GAAG,cAAc,CAAC;AAEhG,QAAM,kBAAkB;AAAA,IACtB,KAAK,mBAAmB,MAAM,iBAAiB,MAAM,cAAc;AAAA,IACnE,QAAQ,iBAAiB,SAAS,mBAAmB,SAAS,cAAc;AAAA,IAC5E,MAAM,mBAAmB,OAAO,iBAAiB,OAAO,cAAc;AAAA,IACtE,OAAO,iBAAiB,QAAQ,mBAAmB,QAAQ,cAAc;AAAA,EAC3E;AAEA,QAAM,SAAS;AAAA,IACb,GAAG,kBAAkB,SAAS,EAAE,eAAe,CAAC,KAAK,
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "/* eslint-disable no-nested-ternary */\n/* eslint-disable max-params */\nimport { type DSHookFloatingContextT } from '../react-desc-prop-types.js';\nimport computeOffsets from './computeOffsets.js';\n\nconst paddingObject = { top: 0, right: 0, bottom: 0, left: 0 };\n\nfunction rectToClientRect(rect: DOMRect) {\n return { ...rect, left: rect.x, top: rect.y, right: rect.x + rect.width, bottom: rect.y + rect.height };\n}\n\nfunction domRectToObject(rect: {\n x: number;\n y: number;\n width: number;\n height: number;\n top: number;\n right: number;\n bottom: number;\n left: number;\n}): DOMRect {\n return {\n x: rect.x,\n y: rect.y,\n width: rect.width,\n height: rect.height,\n top: rect.top,\n right: rect.right,\n bottom: rect.bottom,\n left: rect.left,\n toJSON: () => {},\n };\n}\n\nexport const detectOverflow = (\n referenceRect: DOMRect,\n floatingRect: DOMRect,\n placement: DSHookFloatingContextT.PopperPlacementsT,\n customOffset: [number, number],\n) => {\n const basePlacement = placement.split('-')[0];\n const isVertical = ['top', 'bottom'].indexOf(basePlacement) >= 0;\n const clippingClientRect = {\n top: 0,\n right: document.documentElement.clientWidth,\n bottom: document.documentElement.clientHeight,\n left: 0,\n };\n const popperOffsets = computeOffsets(placement, referenceRect, floatingRect);\n const popperClientRect = rectToClientRect({ ...domRectToObject(floatingRect), ...popperOffsets });\n\n const overflowOffsets = {\n top: clippingClientRect.top - popperClientRect.top + paddingObject.top,\n bottom: popperClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom,\n left: clippingClientRect.left - popperClientRect.left + paddingObject.left,\n right: popperClientRect.right - clippingClientRect.right + paddingObject.right,\n };\n\n const offset = {\n x: basePlacement === 'left' ? -(customOffset?.[0] ?? 12) : (customOffset?.[0] ?? 12),\n y: basePlacement === 'top' ? -(customOffset?.[1] ?? -12) : (customOffset?.[1] ?? 12),\n };\n\n // if vertical switch x for y and vice versa\n if (!isVertical) {\n const temp = offset.x;\n offset.x = offset.y * (basePlacement === 'right' ? 1 : -1);\n offset.y = temp;\n }\n\n Object.keys(overflowOffsets).forEach((key) => {\n const multiply = ['right', 'bottom'].indexOf(key) >= 0 ? 1 : -1;\n const axis = ['top', 'bottom'].indexOf(key) >= 0 ? 'y' : 'x';\n overflowOffsets[key as keyof typeof overflowOffsets] += offset[axis] * multiply;\n });\n return overflowOffsets;\n};\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACGvB,OAAO,oBAAoB;AAE3B,MAAM,gBAAgB,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,EAAE;AAE7D,SAAS,iBAAiB,MAAe;AACvC,SAAO,EAAE,GAAG,MAAM,MAAM,KAAK,GAAG,KAAK,KAAK,GAAG,OAAO,KAAK,IAAI,KAAK,OAAO,QAAQ,KAAK,IAAI,KAAK,OAAO;AACxG;AAEA,SAAS,gBAAgB,MASb;AACV,SAAO;AAAA,IACL,GAAG,KAAK;AAAA,IACR,GAAG,KAAK;AAAA,IACR,OAAO,KAAK;AAAA,IACZ,QAAQ,KAAK;AAAA,IACb,KAAK,KAAK;AAAA,IACV,OAAO,KAAK;AAAA,IACZ,QAAQ,KAAK;AAAA,IACb,MAAM,KAAK;AAAA,IACX,QAAQ,MAAM;AAAA,IAAC;AAAA,EACjB;AACF;AAEO,MAAM,iBAAiB,CAC5B,eACA,cACA,WACA,iBACG;AACH,QAAM,gBAAgB,UAAU,MAAM,GAAG,EAAE,CAAC;AAC5C,QAAM,aAAa,CAAC,OAAO,QAAQ,EAAE,QAAQ,aAAa,KAAK;AAC/D,QAAM,qBAAqB;AAAA,IACzB,KAAK;AAAA,IACL,OAAO,SAAS,gBAAgB;AAAA,IAChC,QAAQ,SAAS,gBAAgB;AAAA,IACjC,MAAM;AAAA,EACR;AACA,QAAM,gBAAgB,eAAe,WAAW,eAAe,YAAY;AAC3E,QAAM,mBAAmB,iBAAiB,EAAE,GAAG,gBAAgB,YAAY,GAAG,GAAG,cAAc,CAAC;AAEhG,QAAM,kBAAkB;AAAA,IACtB,KAAK,mBAAmB,MAAM,iBAAiB,MAAM,cAAc;AAAA,IACnE,QAAQ,iBAAiB,SAAS,mBAAmB,SAAS,cAAc;AAAA,IAC5E,MAAM,mBAAmB,OAAO,iBAAiB,OAAO,cAAc;AAAA,IACtE,OAAO,iBAAiB,QAAQ,mBAAmB,QAAQ,cAAc;AAAA,EAC3E;AAEA,QAAM,SAAS;AAAA,IACb,GAAG,kBAAkB,SAAS,EAAE,eAAe,CAAC,KAAK,MAAO,eAAe,CAAC,KAAK;AAAA,IACjF,GAAG,kBAAkB,QAAQ,EAAE,eAAe,CAAC,KAAK,OAAQ,eAAe,CAAC,KAAK;AAAA,EACnF;AAGA,MAAI,CAAC,YAAY;AACf,UAAM,OAAO,OAAO;AACpB,WAAO,IAAI,OAAO,KAAK,kBAAkB,UAAU,IAAI;AACvD,WAAO,IAAI;AAAA,EACb;AAEA,SAAO,KAAK,eAAe,EAAE,QAAQ,CAAC,QAAQ;AAC5C,UAAM,WAAW,CAAC,SAAS,QAAQ,EAAE,QAAQ,GAAG,KAAK,IAAI,IAAI;AAC7D,UAAM,OAAO,CAAC,OAAO,QAAQ,EAAE,QAAQ,GAAG,KAAK,IAAI,MAAM;AACzD,oBAAgB,GAAmC,KAAK,OAAO,IAAI,IAAI;AAAA,EACzE,CAAC;AACD,SAAO;AACT;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -12,90 +12,90 @@ export declare const useFloatingWrapper: (propsFromUser: DSFloatingWrapperT.Prop
|
|
|
12
12
|
xstyledProps: import("@elliemae/ds-props-helpers").XstyledProps;
|
|
13
13
|
instanceUid: string;
|
|
14
14
|
globalsAttrs: Partial<Pick<object, "start" | "height" | "width" | "content" | "style" | "cite" | "data" | "form" | "label" | "slot" | "span" | "summary" | "title" | "pattern" | "default" | "type" | "name" | "suppressHydrationWarning" | "className" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "target" | "role" | "tabIndex" | "crossOrigin" | "href" | "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" | "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" | "classID" | "useMap" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "scoped" | "download" | "hrefLang" | "alt" | "coords" | "shape" | "autoPlay" | "controls" | "loop" | "mediaGroup" | "muted" | "playsInline" | "preload" | "src" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "dateTime" | "open" | "acceptCharset" | "action" | "autoComplete" | "encType" | "noValidate" | "manifest" | "allowFullScreen" | "allowTransparency" | "frameBorder" | "marginHeight" | "marginWidth" | "sandbox" | "scrolling" | "seamless" | "srcDoc" | "sizes" | "srcSet" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "placeholder" | "readOnly" | "required" | "size" | "step" | "challenge" | "keyType" | "keyParams" | "htmlFor" | "integrity" | "charSet" | "httpEquiv" | "high" | "low" | "optimum" | "reversed" | "selected" | "async" | "defer" | "cellPadding" | "cellSpacing" | "colSpan" | "headers" | "rowSpan" | "scope" | "cols" | "rows" | "wrap" | "kind" | "srcLang" | "poster"> & Omit<{
|
|
15
|
-
start?: number | undefined;
|
|
16
|
-
height?: string |
|
|
17
|
-
width?: string |
|
|
18
|
-
content?: string | undefined;
|
|
15
|
+
start?: number | undefined | undefined;
|
|
16
|
+
height?: number | string | undefined | undefined;
|
|
17
|
+
width?: number | string | undefined | undefined;
|
|
18
|
+
content?: string | undefined | undefined;
|
|
19
19
|
style?: React.CSSProperties | undefined;
|
|
20
|
-
cite?: string | undefined;
|
|
21
|
-
data?: string | undefined;
|
|
22
|
-
form?: string | undefined;
|
|
23
|
-
label?: string | undefined;
|
|
24
|
-
slot?: string | undefined;
|
|
25
|
-
span?: number | undefined;
|
|
26
|
-
summary?: string | undefined;
|
|
27
|
-
title?: string | undefined;
|
|
28
|
-
pattern?: string | undefined;
|
|
29
|
-
default?: boolean | undefined;
|
|
30
|
-
type?: string | undefined;
|
|
31
|
-
name?: string | undefined;
|
|
32
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
33
|
-
className?: string | undefined;
|
|
34
|
-
color?: string | undefined;
|
|
35
|
-
id?: string | undefined;
|
|
36
|
-
lang?: string | undefined;
|
|
37
|
-
max?: string |
|
|
38
|
-
media?: string | undefined;
|
|
39
|
-
method?: string | undefined;
|
|
40
|
-
min?: string |
|
|
41
|
-
target?: string | undefined;
|
|
20
|
+
cite?: string | undefined | undefined;
|
|
21
|
+
data?: string | undefined | undefined;
|
|
22
|
+
form?: string | undefined | undefined;
|
|
23
|
+
label?: string | undefined | undefined;
|
|
24
|
+
slot?: string | undefined | undefined;
|
|
25
|
+
span?: number | undefined | undefined;
|
|
26
|
+
summary?: string | undefined | undefined;
|
|
27
|
+
title?: string | undefined | undefined;
|
|
28
|
+
pattern?: string | undefined | undefined;
|
|
29
|
+
default?: boolean | undefined | undefined;
|
|
30
|
+
type?: string | undefined | undefined;
|
|
31
|
+
name?: string | undefined | undefined;
|
|
32
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
33
|
+
className?: string | undefined | undefined;
|
|
34
|
+
color?: string | undefined | undefined;
|
|
35
|
+
id?: string | undefined | undefined;
|
|
36
|
+
lang?: string | undefined | undefined;
|
|
37
|
+
max?: number | string | undefined | undefined;
|
|
38
|
+
media?: string | undefined | undefined;
|
|
39
|
+
method?: string | undefined | undefined;
|
|
40
|
+
min?: number | string | undefined | undefined;
|
|
41
|
+
target?: string | undefined | undefined;
|
|
42
42
|
role?: React.AriaRole | undefined;
|
|
43
43
|
tabIndex?: 0 | -1 | undefined;
|
|
44
44
|
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
45
|
-
href?: string | undefined;
|
|
46
|
-
"aria-activedescendant"?: string | undefined;
|
|
45
|
+
href?: string | undefined | undefined;
|
|
46
|
+
"aria-activedescendant"?: string | undefined | undefined;
|
|
47
47
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
48
|
-
"aria-autocomplete"?: "
|
|
49
|
-
"aria-braillelabel"?: string | undefined;
|
|
50
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
48
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
49
|
+
"aria-braillelabel"?: string | undefined | undefined;
|
|
50
|
+
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
51
51
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
52
|
-
"aria-checked"?: boolean | "
|
|
53
|
-
"aria-colcount"?: number | undefined;
|
|
54
|
-
"aria-colindex"?: number | undefined;
|
|
55
|
-
"aria-colindextext"?: string | undefined;
|
|
56
|
-
"aria-colspan"?: number | undefined;
|
|
57
|
-
"aria-controls"?: string | undefined;
|
|
58
|
-
"aria-current"?: boolean | "
|
|
59
|
-
"aria-describedby"?: string | undefined;
|
|
60
|
-
"aria-description"?: string | undefined;
|
|
61
|
-
"aria-details"?: string | undefined;
|
|
52
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
53
|
+
"aria-colcount"?: number | undefined | undefined;
|
|
54
|
+
"aria-colindex"?: number | undefined | undefined;
|
|
55
|
+
"aria-colindextext"?: string | undefined | undefined;
|
|
56
|
+
"aria-colspan"?: number | undefined | undefined;
|
|
57
|
+
"aria-controls"?: string | undefined | undefined;
|
|
58
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
59
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
60
|
+
"aria-description"?: string | undefined | undefined;
|
|
61
|
+
"aria-details"?: string | undefined | undefined;
|
|
62
62
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
63
|
-
"aria-dropeffect"?: "
|
|
64
|
-
"aria-errormessage"?: string | undefined;
|
|
63
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
64
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
65
65
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
66
|
-
"aria-flowto"?: string | undefined;
|
|
66
|
+
"aria-flowto"?: string | undefined | undefined;
|
|
67
67
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
68
|
-
"aria-haspopup"?: boolean | "
|
|
68
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
69
69
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
70
|
-
"aria-invalid"?: boolean | "
|
|
71
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
72
|
-
"aria-label"?: string | undefined;
|
|
73
|
-
"aria-labelledby"?: string | undefined;
|
|
74
|
-
"aria-level"?: number | undefined;
|
|
75
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
70
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
71
|
+
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
72
|
+
"aria-label"?: string | undefined | undefined;
|
|
73
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
74
|
+
"aria-level"?: number | undefined | undefined;
|
|
75
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
76
76
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
77
77
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
78
78
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
79
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
80
|
-
"aria-owns"?: string | undefined;
|
|
81
|
-
"aria-placeholder"?: string | undefined;
|
|
82
|
-
"aria-posinset"?: number | undefined;
|
|
83
|
-
"aria-pressed"?: boolean | "
|
|
79
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
80
|
+
"aria-owns"?: string | undefined | undefined;
|
|
81
|
+
"aria-placeholder"?: string | undefined | undefined;
|
|
82
|
+
"aria-posinset"?: number | undefined | undefined;
|
|
83
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
84
84
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
85
|
-
"aria-relevant"?: "
|
|
85
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
86
86
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
87
|
-
"aria-roledescription"?: string | undefined;
|
|
88
|
-
"aria-rowcount"?: number | undefined;
|
|
89
|
-
"aria-rowindex"?: number | undefined;
|
|
90
|
-
"aria-rowindextext"?: string | undefined;
|
|
91
|
-
"aria-rowspan"?: number | undefined;
|
|
87
|
+
"aria-roledescription"?: string | undefined | undefined;
|
|
88
|
+
"aria-rowcount"?: number | undefined | undefined;
|
|
89
|
+
"aria-rowindex"?: number | undefined | undefined;
|
|
90
|
+
"aria-rowindextext"?: string | undefined | undefined;
|
|
91
|
+
"aria-rowspan"?: number | undefined | undefined;
|
|
92
92
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
93
|
-
"aria-setsize"?: number | undefined;
|
|
94
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
95
|
-
"aria-valuemax"?: number | undefined;
|
|
96
|
-
"aria-valuemin"?: number | undefined;
|
|
97
|
-
"aria-valuenow"?: number | undefined;
|
|
98
|
-
"aria-valuetext"?: string | undefined;
|
|
93
|
+
"aria-setsize"?: number | undefined | undefined;
|
|
94
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
95
|
+
"aria-valuemax"?: number | undefined | undefined;
|
|
96
|
+
"aria-valuemin"?: number | undefined | undefined;
|
|
97
|
+
"aria-valuenow"?: number | undefined | undefined;
|
|
98
|
+
"aria-valuetext"?: string | undefined | undefined;
|
|
99
99
|
children?: React.ReactNode;
|
|
100
100
|
onCopy?: React.ClipboardEventHandler<Element> | undefined;
|
|
101
101
|
onCopyCapture?: React.ClipboardEventHandler<Element> | undefined;
|
|
@@ -255,126 +255,126 @@ export declare const useFloatingWrapper: (propsFromUser: DSFloatingWrapperT.Prop
|
|
|
255
255
|
onAnimationIterationCapture?: React.AnimationEventHandler<Element> | undefined;
|
|
256
256
|
onTransitionEnd?: React.TransitionEventHandler<Element> | undefined;
|
|
257
257
|
onTransitionEndCapture?: React.TransitionEventHandler<Element> | undefined;
|
|
258
|
-
classID?: string | undefined;
|
|
259
|
-
useMap?: string | undefined;
|
|
260
|
-
wmode?: string | undefined;
|
|
261
|
-
defaultChecked?: boolean | undefined;
|
|
258
|
+
classID?: string | undefined | undefined;
|
|
259
|
+
useMap?: string | undefined | undefined;
|
|
260
|
+
wmode?: string | undefined | undefined;
|
|
261
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
262
262
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
263
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
264
|
-
accessKey?: string | undefined;
|
|
265
|
-
autoCapitalize?:
|
|
266
|
-
autoFocus?: boolean | undefined;
|
|
263
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
264
|
+
accessKey?: string | undefined | undefined;
|
|
265
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
266
|
+
autoFocus?: boolean | undefined | undefined;
|
|
267
267
|
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
268
|
-
contextMenu?: string | undefined;
|
|
269
|
-
dir?: string | undefined;
|
|
268
|
+
contextMenu?: string | undefined | undefined;
|
|
269
|
+
dir?: string | undefined | undefined;
|
|
270
270
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
271
|
-
enterKeyHint?: "
|
|
272
|
-
hidden?: boolean | undefined;
|
|
273
|
-
nonce?: string | undefined;
|
|
271
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
272
|
+
hidden?: boolean | undefined | undefined;
|
|
273
|
+
nonce?: string | undefined | undefined;
|
|
274
274
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
275
|
-
translate?: "yes" | "no" | undefined;
|
|
276
|
-
radioGroup?: string | undefined;
|
|
277
|
-
about?: string | undefined;
|
|
278
|
-
datatype?: string | undefined;
|
|
275
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
276
|
+
radioGroup?: string | undefined | undefined;
|
|
277
|
+
about?: string | undefined | undefined;
|
|
278
|
+
datatype?: string | undefined | undefined;
|
|
279
279
|
inlist?: any;
|
|
280
|
-
prefix?: string | undefined;
|
|
281
|
-
property?: string | undefined;
|
|
282
|
-
rel?: string | undefined;
|
|
283
|
-
resource?: string | undefined;
|
|
284
|
-
rev?: string | undefined;
|
|
285
|
-
typeof?: string | undefined;
|
|
286
|
-
vocab?: string | undefined;
|
|
287
|
-
autoCorrect?: string | undefined;
|
|
288
|
-
autoSave?: string | undefined;
|
|
289
|
-
itemProp?: string | undefined;
|
|
290
|
-
itemScope?: boolean | undefined;
|
|
291
|
-
itemType?: string | undefined;
|
|
292
|
-
itemID?: string | undefined;
|
|
293
|
-
itemRef?: string | undefined;
|
|
294
|
-
results?: number | undefined;
|
|
295
|
-
security?: string | undefined;
|
|
296
|
-
unselectable?: "
|
|
297
|
-
inputMode?: "
|
|
298
|
-
is?: string | undefined;
|
|
299
|
-
exportparts?: string | undefined;
|
|
300
|
-
part?: string | undefined;
|
|
301
|
-
scoped?: boolean | undefined;
|
|
280
|
+
prefix?: string | undefined | undefined;
|
|
281
|
+
property?: string | undefined | undefined;
|
|
282
|
+
rel?: string | undefined | undefined;
|
|
283
|
+
resource?: string | undefined | undefined;
|
|
284
|
+
rev?: string | undefined | undefined;
|
|
285
|
+
typeof?: string | undefined | undefined;
|
|
286
|
+
vocab?: string | undefined | undefined;
|
|
287
|
+
autoCorrect?: string | undefined | undefined;
|
|
288
|
+
autoSave?: string | undefined | undefined;
|
|
289
|
+
itemProp?: string | undefined | undefined;
|
|
290
|
+
itemScope?: boolean | undefined | undefined;
|
|
291
|
+
itemType?: string | undefined | undefined;
|
|
292
|
+
itemID?: string | undefined | undefined;
|
|
293
|
+
itemRef?: string | undefined | undefined;
|
|
294
|
+
results?: number | undefined | undefined;
|
|
295
|
+
security?: string | undefined | undefined;
|
|
296
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
297
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
298
|
+
is?: string | undefined | undefined;
|
|
299
|
+
exportparts?: string | undefined | undefined;
|
|
300
|
+
part?: string | undefined | undefined;
|
|
301
|
+
scoped?: boolean | undefined | undefined;
|
|
302
302
|
download?: any;
|
|
303
|
-
hrefLang?: string | undefined;
|
|
304
|
-
alt?: string | undefined;
|
|
305
|
-
coords?: string | undefined;
|
|
306
|
-
shape?: string | undefined;
|
|
307
|
-
autoPlay?: boolean | undefined;
|
|
308
|
-
controls?: boolean | undefined;
|
|
309
|
-
loop?: boolean | undefined;
|
|
310
|
-
mediaGroup?: string | undefined;
|
|
311
|
-
muted?: boolean | undefined;
|
|
312
|
-
playsInline?: boolean | undefined;
|
|
313
|
-
preload?: string | undefined;
|
|
314
|
-
src?: string | undefined;
|
|
315
|
-
disabled?: boolean | undefined;
|
|
303
|
+
hrefLang?: string | undefined | undefined;
|
|
304
|
+
alt?: string | undefined | undefined;
|
|
305
|
+
coords?: string | undefined | undefined;
|
|
306
|
+
shape?: string | undefined | undefined;
|
|
307
|
+
autoPlay?: boolean | undefined | undefined;
|
|
308
|
+
controls?: boolean | undefined | undefined;
|
|
309
|
+
loop?: boolean | undefined | undefined;
|
|
310
|
+
mediaGroup?: string | undefined | undefined;
|
|
311
|
+
muted?: boolean | undefined | undefined;
|
|
312
|
+
playsInline?: boolean | undefined | undefined;
|
|
313
|
+
preload?: string | undefined | undefined;
|
|
314
|
+
src?: string | undefined | undefined;
|
|
315
|
+
disabled?: boolean | undefined | undefined;
|
|
316
316
|
formAction?: string | undefined;
|
|
317
|
-
formEncType?: string | undefined;
|
|
318
|
-
formMethod?: string | undefined;
|
|
319
|
-
formNoValidate?: boolean | undefined;
|
|
320
|
-
formTarget?: string | undefined;
|
|
317
|
+
formEncType?: string | undefined | undefined;
|
|
318
|
+
formMethod?: string | undefined | undefined;
|
|
319
|
+
formNoValidate?: boolean | undefined | undefined;
|
|
320
|
+
formTarget?: string | undefined | undefined;
|
|
321
321
|
value?: string | number | readonly string[] | undefined;
|
|
322
|
-
dateTime?: string | undefined;
|
|
323
|
-
open?: boolean | undefined;
|
|
324
|
-
acceptCharset?: string | undefined;
|
|
322
|
+
dateTime?: string | undefined | undefined;
|
|
323
|
+
open?: boolean | undefined | undefined;
|
|
324
|
+
acceptCharset?: string | undefined | undefined;
|
|
325
325
|
action?: string | undefined;
|
|
326
|
-
autoComplete?: string | undefined;
|
|
327
|
-
encType?: string | undefined;
|
|
328
|
-
noValidate?: boolean | undefined;
|
|
329
|
-
manifest?: string | undefined;
|
|
330
|
-
allowFullScreen?: boolean | undefined;
|
|
331
|
-
allowTransparency?: boolean | undefined;
|
|
332
|
-
frameBorder?: string |
|
|
333
|
-
marginHeight?: number | undefined;
|
|
334
|
-
marginWidth?: number | undefined;
|
|
335
|
-
sandbox?: string | undefined;
|
|
336
|
-
scrolling?: string | undefined;
|
|
337
|
-
seamless?: boolean | undefined;
|
|
338
|
-
srcDoc?: string | undefined;
|
|
339
|
-
sizes?: string | undefined;
|
|
340
|
-
srcSet?: string | undefined;
|
|
341
|
-
accept?: string | undefined;
|
|
342
|
-
capture?: boolean | "user" | "environment" | undefined;
|
|
343
|
-
checked?: boolean | undefined;
|
|
344
|
-
list?: string | undefined;
|
|
345
|
-
maxLength?: number | undefined;
|
|
346
|
-
minLength?: number | undefined;
|
|
347
|
-
multiple?: boolean | undefined;
|
|
348
|
-
placeholder?: string | undefined;
|
|
349
|
-
readOnly?: boolean | undefined;
|
|
350
|
-
required?: boolean | undefined;
|
|
351
|
-
size?: number | undefined;
|
|
352
|
-
step?: string |
|
|
353
|
-
challenge?: string | undefined;
|
|
354
|
-
keyType?: string | undefined;
|
|
355
|
-
keyParams?: string | undefined;
|
|
356
|
-
htmlFor?: string | undefined;
|
|
357
|
-
integrity?: string | undefined;
|
|
358
|
-
charSet?: string | undefined;
|
|
359
|
-
httpEquiv?: string | undefined;
|
|
360
|
-
high?: number | undefined;
|
|
361
|
-
low?: number | undefined;
|
|
362
|
-
optimum?: number | undefined;
|
|
363
|
-
reversed?: boolean | undefined;
|
|
364
|
-
selected?: boolean | undefined;
|
|
365
|
-
async?: boolean | undefined;
|
|
366
|
-
defer?: boolean | undefined;
|
|
367
|
-
cellPadding?: string |
|
|
368
|
-
cellSpacing?: string |
|
|
369
|
-
colSpan?: number | undefined;
|
|
370
|
-
headers?: string | undefined;
|
|
371
|
-
rowSpan?: number | undefined;
|
|
372
|
-
scope?: string | undefined;
|
|
373
|
-
cols?: number | undefined;
|
|
374
|
-
rows?: number | undefined;
|
|
375
|
-
wrap?: string | undefined;
|
|
376
|
-
kind?: string | undefined;
|
|
377
|
-
srcLang?: string | undefined;
|
|
378
|
-
poster?: string | undefined;
|
|
326
|
+
autoComplete?: string | undefined | undefined;
|
|
327
|
+
encType?: string | undefined | undefined;
|
|
328
|
+
noValidate?: boolean | undefined | undefined;
|
|
329
|
+
manifest?: string | undefined | undefined;
|
|
330
|
+
allowFullScreen?: boolean | undefined | undefined;
|
|
331
|
+
allowTransparency?: boolean | undefined | undefined;
|
|
332
|
+
frameBorder?: number | string | undefined | undefined;
|
|
333
|
+
marginHeight?: number | undefined | undefined;
|
|
334
|
+
marginWidth?: number | undefined | undefined;
|
|
335
|
+
sandbox?: string | undefined | undefined;
|
|
336
|
+
scrolling?: string | undefined | undefined;
|
|
337
|
+
seamless?: boolean | undefined | undefined;
|
|
338
|
+
srcDoc?: string | undefined | undefined;
|
|
339
|
+
sizes?: string | undefined | undefined;
|
|
340
|
+
srcSet?: string | undefined | undefined;
|
|
341
|
+
accept?: string | undefined | undefined;
|
|
342
|
+
capture?: boolean | "user" | "environment" | undefined | undefined;
|
|
343
|
+
checked?: boolean | undefined | undefined;
|
|
344
|
+
list?: string | undefined | undefined;
|
|
345
|
+
maxLength?: number | undefined | undefined;
|
|
346
|
+
minLength?: number | undefined | undefined;
|
|
347
|
+
multiple?: boolean | undefined | undefined;
|
|
348
|
+
placeholder?: string | undefined | undefined;
|
|
349
|
+
readOnly?: boolean | undefined | undefined;
|
|
350
|
+
required?: boolean | undefined | undefined;
|
|
351
|
+
size?: number | undefined | undefined;
|
|
352
|
+
step?: number | string | undefined | undefined;
|
|
353
|
+
challenge?: string | undefined | undefined;
|
|
354
|
+
keyType?: string | undefined | undefined;
|
|
355
|
+
keyParams?: string | undefined | undefined;
|
|
356
|
+
htmlFor?: string | undefined | undefined;
|
|
357
|
+
integrity?: string | undefined | undefined;
|
|
358
|
+
charSet?: string | undefined | undefined;
|
|
359
|
+
httpEquiv?: string | undefined | undefined;
|
|
360
|
+
high?: number | undefined | undefined;
|
|
361
|
+
low?: number | undefined | undefined;
|
|
362
|
+
optimum?: number | undefined | undefined;
|
|
363
|
+
reversed?: boolean | undefined | undefined;
|
|
364
|
+
selected?: boolean | undefined | undefined;
|
|
365
|
+
async?: boolean | undefined | undefined;
|
|
366
|
+
defer?: boolean | undefined | undefined;
|
|
367
|
+
cellPadding?: number | string | undefined | undefined;
|
|
368
|
+
cellSpacing?: number | string | undefined | undefined;
|
|
369
|
+
colSpan?: number | undefined | undefined;
|
|
370
|
+
headers?: string | undefined | undefined;
|
|
371
|
+
rowSpan?: number | undefined | undefined;
|
|
372
|
+
scope?: string | undefined | undefined;
|
|
373
|
+
cols?: number | undefined | undefined;
|
|
374
|
+
rows?: number | undefined | undefined;
|
|
375
|
+
wrap?: string | undefined | undefined;
|
|
376
|
+
kind?: string | undefined | undefined;
|
|
377
|
+
srcLang?: string | undefined | undefined;
|
|
378
|
+
poster?: string | undefined | undefined;
|
|
379
379
|
}, never>>;
|
|
380
380
|
};
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
/// <reference types="prop-types" />
|
|
3
1
|
import type { GlobalAttributesT, XstyledProps, DSPropTypesSchema, ValidationMap } from '@elliemae/ds-props-helpers';
|
|
4
2
|
import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
|
|
5
3
|
import { DSFloatingWrapperName, DSFloatingWrapperSlots } from '../../constants/index.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-floating-context",
|
|
3
|
-
"version": "3.53.0-beta.
|
|
3
|
+
"version": "3.53.0-beta.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Popper Hook",
|
|
6
6
|
"files": [
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"indent": 4
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@elliemae/ds-hooks-headless-tooltip": "3.53.0-beta.
|
|
40
|
-
"@elliemae/ds-props-helpers": "3.53.0-beta.
|
|
41
|
-
"@elliemae/ds-system": "3.53.0-beta.
|
|
42
|
-
"@elliemae/ds-typescript-helpers": "3.53.0-beta.
|
|
39
|
+
"@elliemae/ds-hooks-headless-tooltip": "3.53.0-beta.9",
|
|
40
|
+
"@elliemae/ds-props-helpers": "3.53.0-beta.9",
|
|
41
|
+
"@elliemae/ds-system": "3.53.0-beta.9",
|
|
42
|
+
"@elliemae/ds-typescript-helpers": "3.53.0-beta.9"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
|
45
|
+
"@elliemae/pui-cli": "9.0.0-next.65",
|
|
46
46
|
"jest": "~29.7.0",
|
|
47
|
-
"@elliemae/ds-monorepo-devops": "3.53.0-beta.
|
|
47
|
+
"@elliemae/ds-monorepo-devops": "3.53.0-beta.9"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"lodash-es": "^4.17.21",
|