@scaleflex/uploader 0.2.6 → 0.2.7
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/README.md +3 -3
- package/dist/components/drop-zone.d.ts.map +1 -1
- package/dist/components/file-list.d.ts.map +1 -1
- package/dist/define.cjs +1 -1
- package/dist/define.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/{provider-browser-DcYDZQos.js → provider-browser-B33dyOPN.js} +1 -1
- package/dist/{provider-browser-B85iISh9.cjs → provider-browser-CXFOnoRc.cjs} +1 -1
- package/dist/{search-provider-browser-DqKnNu87.cjs → search-provider-browser-CIRU1j5X.cjs} +1 -1
- package/dist/{search-provider-browser-Cn0v6Gcq.js → search-provider-browser-gtlEKi5h.js} +1 -1
- package/dist/{sfx-uploader-C3Z9k-Q8.js → sfx-uploader-BBQinsQB.js} +554 -539
- package/dist/{sfx-uploader-C_E3gvgv.cjs → sfx-uploader-DNjq8DwX.cjs} +61 -59
- package/dist/utils/portal-target.d.ts +4 -2
- package/dist/utils/portal-target.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -5,8 +5,10 @@
|
|
|
5
5
|
* the dialog is promoted to the browser's top layer. Any element appended to
|
|
6
6
|
* `document.body` would render *behind* the dialog regardless of z-index.
|
|
7
7
|
*
|
|
8
|
-
* This helper walks up the composed
|
|
9
|
-
*
|
|
8
|
+
* This helper walks up the composed ancestor chain. At each element, if it has
|
|
9
|
+
* a shadow root, we check that shadow root for an open `<dialog>`. This covers
|
|
10
|
+
* the case where the component is slotted into a host whose shadow DOM contains
|
|
11
|
+
* the dialog (e.g. `<ap-modal>` slots content next to its `<dialog>`).
|
|
10
12
|
*/
|
|
11
13
|
export declare function getPortalTarget(from: Element): HTMLElement;
|
|
12
14
|
//# sourceMappingURL=portal-target.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"portal-target.d.ts","sourceRoot":"","sources":["../../src/utils/portal-target.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"portal-target.d.ts","sourceRoot":"","sources":["../../src/utils/portal-target.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,OAAO,GAAG,WAAW,CA0B1D"}
|