@dialecte/core 0.0.5 → 0.0.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/dist/chain-methods/mutations/update.d.ts +1 -1
- package/dist/chain-methods/mutations/update.d.ts.map +1 -1
- package/dist/helpers/record/converter.d.ts +1 -1
- package/dist/helpers/record/converter.d.ts.map +1 -1
- package/dist/index.js +1402 -1375
- package/dist/io/export/download-file.d.ts +7 -0
- package/dist/io/export/download-file.d.ts.map +1 -0
- package/dist/io/export/main.d.ts +1 -0
- package/dist/io/export/main.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/chain-methods/ending/queries/todo/ancestor.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/ancestor.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/descendants.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/descendants.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/find-ancestor.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/find-ancestor.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/find-child.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/find-child.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/find-descendant.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/find-descendant.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/observable.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/observable.d.ts.map +0 -1
- package/dist/chain-methods/ending/queries/todo/read.d.ts +0 -1
- package/dist/chain-methods/ending/queries/todo/read.d.ts.map +0 -1
- package/dist/generated/constants.generated.d.ts +0 -1476
- package/dist/generated/constants.generated.d.ts.map +0 -1
- package/dist/generated/descendants-ancestors.generated.d.ts +0 -442
- package/dist/generated/descendants-ancestors.generated.d.ts.map +0 -1
- package/dist/generated/types.generated.d.ts +0 -3055
- package/dist/generated/types.generated.d.ts.map +0 -1
|
@@ -13,7 +13,7 @@ export declare function createUpdateElementMethod<GenericConfig extends AnyDiale
|
|
|
13
13
|
contextPromise: Promise<Context<GenericConfig, GenericElement>>;
|
|
14
14
|
dialecteConfig: GenericConfig;
|
|
15
15
|
}): (params: {
|
|
16
|
-
attributes?: AttributesValueObjectOf<GenericConfig, GenericElement
|
|
16
|
+
attributes?: Partial<AttributesValueObjectOf<GenericConfig, GenericElement>>;
|
|
17
17
|
value?: string;
|
|
18
18
|
}) => import('../types').Chain<GenericConfig, GenericElement>;
|
|
19
19
|
//# sourceMappingURL=update.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../../../src/chain-methods/mutations/update.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,UAAU,EAAE,OAAO,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAE9F;;;;;;;GAOG;AACH,wBAAgB,yBAAyB,CACxC,aAAa,SAAS,iBAAiB,EACvC,cAAc,SAAS,UAAU,CAAC,aAAa,CAAC,EAC/C,MAAM,EAAE;IACT,KAAK,EAAE,YAAY,CAAA;IACnB,cAAc,EAAE,OAAO,CAAC,OAAO,CAAC,aAAa,EAAE,cAAc,CAAC,CAAC,CAAA;IAC/D,cAAc,EAAE,aAAa,CAAA;CAC7B,IAGiB,QAAQ;IACxB,UAAU,CAAC,EAAE,uBAAuB,CAAC,aAAa,EAAE,cAAc,CAAC,CAAA;
|
|
1
|
+
{"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../../../src/chain-methods/mutations/update.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAC5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,UAAU,EAAE,OAAO,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAE9F;;;;;;;GAOG;AACH,wBAAgB,yBAAyB,CACxC,aAAa,SAAS,iBAAiB,EACvC,cAAc,SAAS,UAAU,CAAC,aAAa,CAAC,EAC/C,MAAM,EAAE;IACT,KAAK,EAAE,YAAY,CAAA;IACnB,cAAc,EAAE,OAAO,CAAC,OAAO,CAAC,aAAa,EAAE,cAAc,CAAC,CAAC,CAAA;IAC/D,cAAc,EAAE,aAAa,CAAA;CAC7B,IAGiB,QAAQ;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC,uBAAuB,CAAC,aAAa,EAAE,cAAc,CAAC,CAAC,CAAA;IAC5E,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,6DA2CD"}
|
|
@@ -28,7 +28,7 @@ export declare function toTreeRecord<GenericConfig extends AnyDialecteConfig, Ge
|
|
|
28
28
|
*/
|
|
29
29
|
export declare function toFullAttributeArray<GenericConfig extends AnyDialecteConfig, GenericElement extends ElementsOf<GenericConfig>>(params: {
|
|
30
30
|
tagName: GenericElement;
|
|
31
|
-
attributes: AttributesValueObjectOf<GenericConfig, GenericElement
|
|
31
|
+
attributes: Partial<AttributesValueObjectOf<GenericConfig, GenericElement>> | Partial<FullAttributeObjectOf<GenericConfig, GenericElement>>[];
|
|
32
32
|
dialecteConfig: GenericConfig;
|
|
33
33
|
}): FullAttributeObjectOf<GenericConfig, GenericElement>[];
|
|
34
34
|
//# sourceMappingURL=converter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"converter.d.ts","sourceRoot":"","sources":["../../../src/helpers/record/converter.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACX,SAAS,EACT,WAAW,EACX,UAAU,EACV,iBAAiB,EACjB,UAAU,EACV,qBAAqB,EACrB,uBAAuB,EACvB,eAAe,EACf,MAAM,SAAS,CAAA;AAEhB;;;GAGG;AACH,wBAAgB,WAAW,CAC1B,aAAa,SAAS,iBAAiB,EACvC,cAAc,SAAS,UAAU,CAAC,aAAa,CAAC,EAEhD,MAAM,EACH,SAAS,CAAC,aAAa,EAAE,cAAc,CAAC,GACxC,WAAW,CAAC,aAAa,EAAE,cAAc,CAAC,GAC1C,UAAU,CAAC,aAAa,EAAE,cAAc,CAAC,GAC1C,SAAS,CAAC,aAAa,EAAE,cAAc,CAAC,CAU1C;AAED;;;GAGG;AACH,wBAAgB,aAAa,CAC5B,aAAa,SAAS,iBAAiB,EACvC,cAAc,SAAS,UAAU,CAAC,aAAa,CAAC,EAC/C,MAAM,EAAE;IACT,MAAM,EACH,SAAS,CAAC,aAAa,EAAE,cAAc,CAAC,GACxC,WAAW,CAAC,aAAa,EAAE,cAAc,CAAC,GAC1C,UAAU,CAAC,aAAa,EAAE,cAAc,CAAC,CAAA;IAC5C,MAAM,CAAC,EAAE,eAAe,CAAA;CACxB,GAAG,WAAW,CAAC,aAAa,EAAE,cAAc,CAAC,CAQ7C;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAC3B,aAAa,SAAS,iBAAiB,EACvC,cAAc,SAAS,UAAU,CAAC,aAAa,CAAC,EAC/C,MAAM,EAAE;IACT,MAAM,EACH,SAAS,CAAC,aAAa,EAAE,cAAc,CAAC,GACxC,WAAW,CAAC,aAAa,EAAE,cAAc,CAAC,GAC1C,UAAU,CAAC,aAAa,EAAE,cAAc,CAAC,CAAA;IAC5C,MAAM,CAAC,EAAE,eAAe,CAAA;IACxB,IAAI,CAAC,EAAE,UAAU,CAAC,aAAa,EAAE,cAAc,CAAC,EAAE,CAAA;CAClD,GAAG,UAAU,CAAC,aAAa,EAAE,cAAc,CAAC,CAS5C;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CACnC,aAAa,SAAS,iBAAiB,EACvC,cAAc,SAAS,UAAU,CAAC,aAAa,CAAC,EAC/C,MAAM,EAAE;IACT,OAAO,EAAE,cAAc,CAAA;IACvB,UAAU,EACP,uBAAuB,CAAC,aAAa,EAAE,cAAc,CAAC,
|
|
1
|
+
{"version":3,"file":"converter.d.ts","sourceRoot":"","sources":["../../../src/helpers/record/converter.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACX,SAAS,EACT,WAAW,EACX,UAAU,EACV,iBAAiB,EACjB,UAAU,EACV,qBAAqB,EACrB,uBAAuB,EACvB,eAAe,EACf,MAAM,SAAS,CAAA;AAEhB;;;GAGG;AACH,wBAAgB,WAAW,CAC1B,aAAa,SAAS,iBAAiB,EACvC,cAAc,SAAS,UAAU,CAAC,aAAa,CAAC,EAEhD,MAAM,EACH,SAAS,CAAC,aAAa,EAAE,cAAc,CAAC,GACxC,WAAW,CAAC,aAAa,EAAE,cAAc,CAAC,GAC1C,UAAU,CAAC,aAAa,EAAE,cAAc,CAAC,GAC1C,SAAS,CAAC,aAAa,EAAE,cAAc,CAAC,CAU1C;AAED;;;GAGG;AACH,wBAAgB,aAAa,CAC5B,aAAa,SAAS,iBAAiB,EACvC,cAAc,SAAS,UAAU,CAAC,aAAa,CAAC,EAC/C,MAAM,EAAE;IACT,MAAM,EACH,SAAS,CAAC,aAAa,EAAE,cAAc,CAAC,GACxC,WAAW,CAAC,aAAa,EAAE,cAAc,CAAC,GAC1C,UAAU,CAAC,aAAa,EAAE,cAAc,CAAC,CAAA;IAC5C,MAAM,CAAC,EAAE,eAAe,CAAA;CACxB,GAAG,WAAW,CAAC,aAAa,EAAE,cAAc,CAAC,CAQ7C;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAC3B,aAAa,SAAS,iBAAiB,EACvC,cAAc,SAAS,UAAU,CAAC,aAAa,CAAC,EAC/C,MAAM,EAAE;IACT,MAAM,EACH,SAAS,CAAC,aAAa,EAAE,cAAc,CAAC,GACxC,WAAW,CAAC,aAAa,EAAE,cAAc,CAAC,GAC1C,UAAU,CAAC,aAAa,EAAE,cAAc,CAAC,CAAA;IAC5C,MAAM,CAAC,EAAE,eAAe,CAAA;IACxB,IAAI,CAAC,EAAE,UAAU,CAAC,aAAa,EAAE,cAAc,CAAC,EAAE,CAAA;CAClD,GAAG,UAAU,CAAC,aAAa,EAAE,cAAc,CAAC,CAS5C;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CACnC,aAAa,SAAS,iBAAiB,EACvC,cAAc,SAAS,UAAU,CAAC,aAAa,CAAC,EAC/C,MAAM,EAAE;IACT,OAAO,EAAE,cAAc,CAAA;IACvB,UAAU,EACP,OAAO,CAAC,uBAAuB,CAAC,aAAa,EAAE,cAAc,CAAC,CAAC,GAC/D,OAAO,CAAC,qBAAqB,CAAC,aAAa,EAAE,cAAc,CAAC,CAAC,EAAE,CAAA;IAClE,cAAc,EAAE,aAAa,CAAA;CAC7B,GAAG,qBAAqB,CAAC,aAAa,EAAE,cAAc,CAAC,EAAE,CAazD"}
|