@es-joy/jsoe 0.12.1 → 0.12.2
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/CHANGES.md +4 -0
- package/dist/typeChoices.d.ts +5 -5
- package/dist/typeChoices.d.ts.map +1 -1
- package/dist/vendor-imports.d.ts +2 -2
- package/package.json +1 -1
- package/src/vendor-imports.js +4 -4
package/CHANGES.md
CHANGED
package/dist/typeChoices.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @typedef {(cfg: {
|
|
3
|
-
* type: string,
|
|
4
|
-
* baseValue?: import('./formats.js').StructuredCloneValue,
|
|
5
|
-
* bringIntoFocus?: boolean
|
|
6
|
-
* }) => void} SetType
|
|
7
|
-
*/
|
|
3
|
+
* type: string,
|
|
4
|
+
* baseValue?: import('./formats.js').StructuredCloneValue,
|
|
5
|
+
* bringIntoFocus?: boolean
|
|
6
|
+
* }) => void} SetType
|
|
7
|
+
*/
|
|
8
8
|
/**
|
|
9
9
|
* @typedef {(info: {type: string, editUI: Element}) => void} AddTypeAndEditUI
|
|
10
10
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChoices.d.ts","sourceRoot":"","sources":["../src/typeChoices.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"typeChoices.d.ts","sourceRoot":"","sources":["../src/typeChoices.js"],"names":[],"mappings":"AASA;;;;;;GAMG;AAEH;;GAEG;AAEH;;;;;GAKG;AAEH;;GAEG;AAEH;;;;;GAKG;AAEH;;;;;;GAMG;AAEH;;;GAGG;AAEH;;;GAGG;AAEH;;;;;GAKG;AAEH;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAEH;;GAEG;AACH,+BAFU,gBAAgB,CA2PxB;4BA3UiB;IAClB,IAAQ,EAAE,MAAM,CAAC;IACjB,SAAa,CAAC,EAAE,OAAO,cAAc,EAAE,oBAAoB,CAAC;IAC5D,cAAkB,CAAC,EAAE,OAAO,CAAA;CACzB,KAAK,IAAI;sCAIO;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,OAAO,CAAA;CAAC,KAAK,IAAI;2CAIvC;IACpB,SAAa,CAAC,EAAE,OAAO,cAAc,EAAE,oBAAoB,CAAC;IAC5D,cAAkB,CAAC,EAAE,OAAO,CAAA;CACzB,KAAK,IAAI;wBAIA,MAAM,IAAI;oCAIV,WAAW,GAAG;IAC1B,qBAAyB,EAAE,oBAAoB,CAAC;IAChD,UAAc,EAAE,SAAS,CAAA;CACtB;sHAQS,OAAO,cAAc,EAAE,oBAAoB;4BAK3C,MAAM;mCAKN,OAAO;+BAKT,OAAO,cAAc,EAAE,oBAAoB,YAC3C,OAAO,YAAY,EAAE,WAAW,KAC9B,QAAQ,IAAI,CAAC;qCAKf;IACV,MAAU,EAAE,OAAO,cAAc,EAAE,eAAe,CAAC;IACnD,aAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,KAAS,CAAC,EAAE,OAAO,cAAc,EAAE,oBAAoB,CAAC;IACxD,QAAY,CAAC,EAAE,OAAO,CAAC;IACvB,KAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,aAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,cAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,OAAW,CAAC,EAAE,OAAO,YAAY,EAAE,WAAW,CAAC;IAC/C,MAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAiB,CAAC,EAAE,MAAM,CAAC;CACxB,KACS;IACZ,QAAY,EAAE,CAAC,MAAM,EAAE,WAAW,EAAE,aAAa,EAAE,WAAW,CAAC,CAAC;IAChE,QAAY,EAAE,QAAQ,CAAC;IACvB,OAAW,EAAE,OAAO,CAAC;IACrB,cAAkB,EAAE,cAAc,CAAC;IACnC,QAAY,EAAE,QAAQ,CAAA;CACnB"}
|
package/dist/vendor-imports.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { jml, body, nbsp, $ } from "
|
|
2
|
-
export { getJSONType, Typeson, unescapeKeyPathComponent, structuredCloningThrowing } from "
|
|
1
|
+
export { jml, body, nbsp, $ } from "jamilih";
|
|
2
|
+
export { getJSONType, Typeson, unescapeKeyPathComponent, structuredCloningThrowing } from "typeson-registry";
|
|
3
3
|
//# sourceMappingURL=vendor-imports.d.ts.map
|
package/package.json
CHANGED
package/src/vendor-imports.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
export {jml, body, nbsp, $} from '../node_modules/jamilih/dist/jml-es.js';
|
|
1
|
+
export {jml, body, nbsp, $} from 'jamilih';
|
|
2
|
+
// export {jml, body, nbsp, $} from '../node_modules/jamilih/dist/jml-es.js';
|
|
3
3
|
|
|
4
4
|
export {
|
|
5
5
|
getJSONType, Typeson, unescapeKeyPathComponent, structuredCloningThrowing
|
|
6
|
-
|
|
7
|
-
} from '../node_modules/typeson-registry/dist/index.js';
|
|
6
|
+
} from 'typeson-registry';
|
|
7
|
+
// } from '../node_modules/typeson-registry/dist/index.js';
|