@quillmark/wasm 0.59.0-rc.2 → 0.60.0
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/bundler/wasm.d.ts +9 -3
- package/bundler/wasm_bg.js +9 -3
- package/bundler/wasm_bg.wasm +0 -0
- package/node-esm/wasm.d.ts +9 -3
- package/node-esm/wasm.js +9 -3
- package/node-esm/wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/bundler/wasm.d.ts
CHANGED
|
@@ -269,11 +269,17 @@ export class Quill {
|
|
|
269
269
|
* Returns a plain JS object with `name`, `backend`, `description`,
|
|
270
270
|
* `version`, `author`, optional `example` (content of the example
|
|
271
271
|
* markdown, when the quill ships one), `supportedFormats` (backend's
|
|
272
|
-
* output formats as lowercase strings), `schema` (
|
|
273
|
-
*
|
|
274
|
-
*
|
|
272
|
+
* output formats as lowercase strings), `schema` (mirrors Quill.yaml:
|
|
273
|
+
* `schema.main` is the main entry-point card and `schema.cardTypes`
|
|
274
|
+
* is a map of the other composable card types keyed by name — both
|
|
275
|
+
* are shaped the same way, with `fields`, optional `title`,
|
|
276
|
+
* `description`, and `ui`; consumers surfacing a card-type picker
|
|
277
|
+
* iterate `Object.keys(schema.cardTypes)`), and any additional
|
|
275
278
|
* unstructured keys declared inside the `quill:` section.
|
|
276
279
|
*
|
|
280
|
+
* Consumers that need validation run their own validator against
|
|
281
|
+
* this raw schema.
|
|
282
|
+
*
|
|
277
283
|
* Equivalent by value for the lifetime of the handle; the quill is
|
|
278
284
|
* immutable once constructed.
|
|
279
285
|
*/
|
package/bundler/wasm_bg.js
CHANGED
|
@@ -425,11 +425,17 @@ export class Quill {
|
|
|
425
425
|
* Returns a plain JS object with `name`, `backend`, `description`,
|
|
426
426
|
* `version`, `author`, optional `example` (content of the example
|
|
427
427
|
* markdown, when the quill ships one), `supportedFormats` (backend's
|
|
428
|
-
* output formats as lowercase strings), `schema` (
|
|
429
|
-
*
|
|
430
|
-
*
|
|
428
|
+
* output formats as lowercase strings), `schema` (mirrors Quill.yaml:
|
|
429
|
+
* `schema.main` is the main entry-point card and `schema.cardTypes`
|
|
430
|
+
* is a map of the other composable card types keyed by name — both
|
|
431
|
+
* are shaped the same way, with `fields`, optional `title`,
|
|
432
|
+
* `description`, and `ui`; consumers surfacing a card-type picker
|
|
433
|
+
* iterate `Object.keys(schema.cardTypes)`), and any additional
|
|
431
434
|
* unstructured keys declared inside the `quill:` section.
|
|
432
435
|
*
|
|
436
|
+
* Consumers that need validation run their own validator against
|
|
437
|
+
* this raw schema.
|
|
438
|
+
*
|
|
433
439
|
* Equivalent by value for the lifetime of the handle; the quill is
|
|
434
440
|
* immutable once constructed.
|
|
435
441
|
* @returns {any}
|
package/bundler/wasm_bg.wasm
CHANGED
|
Binary file
|
package/node-esm/wasm.d.ts
CHANGED
|
@@ -269,11 +269,17 @@ export class Quill {
|
|
|
269
269
|
* Returns a plain JS object with `name`, `backend`, `description`,
|
|
270
270
|
* `version`, `author`, optional `example` (content of the example
|
|
271
271
|
* markdown, when the quill ships one), `supportedFormats` (backend's
|
|
272
|
-
* output formats as lowercase strings), `schema` (
|
|
273
|
-
*
|
|
274
|
-
*
|
|
272
|
+
* output formats as lowercase strings), `schema` (mirrors Quill.yaml:
|
|
273
|
+
* `schema.main` is the main entry-point card and `schema.cardTypes`
|
|
274
|
+
* is a map of the other composable card types keyed by name — both
|
|
275
|
+
* are shaped the same way, with `fields`, optional `title`,
|
|
276
|
+
* `description`, and `ui`; consumers surfacing a card-type picker
|
|
277
|
+
* iterate `Object.keys(schema.cardTypes)`), and any additional
|
|
275
278
|
* unstructured keys declared inside the `quill:` section.
|
|
276
279
|
*
|
|
280
|
+
* Consumers that need validation run their own validator against
|
|
281
|
+
* this raw schema.
|
|
282
|
+
*
|
|
277
283
|
* Equivalent by value for the lifetime of the handle; the quill is
|
|
278
284
|
* immutable once constructed.
|
|
279
285
|
*/
|
package/node-esm/wasm.js
CHANGED
|
@@ -429,11 +429,17 @@ export class Quill {
|
|
|
429
429
|
* Returns a plain JS object with `name`, `backend`, `description`,
|
|
430
430
|
* `version`, `author`, optional `example` (content of the example
|
|
431
431
|
* markdown, when the quill ships one), `supportedFormats` (backend's
|
|
432
|
-
* output formats as lowercase strings), `schema` (
|
|
433
|
-
*
|
|
434
|
-
*
|
|
432
|
+
* output formats as lowercase strings), `schema` (mirrors Quill.yaml:
|
|
433
|
+
* `schema.main` is the main entry-point card and `schema.cardTypes`
|
|
434
|
+
* is a map of the other composable card types keyed by name — both
|
|
435
|
+
* are shaped the same way, with `fields`, optional `title`,
|
|
436
|
+
* `description`, and `ui`; consumers surfacing a card-type picker
|
|
437
|
+
* iterate `Object.keys(schema.cardTypes)`), and any additional
|
|
435
438
|
* unstructured keys declared inside the `quill:` section.
|
|
436
439
|
*
|
|
440
|
+
* Consumers that need validation run their own validator against
|
|
441
|
+
* this raw schema.
|
|
442
|
+
*
|
|
437
443
|
* Equivalent by value for the lifetime of the handle; the quill is
|
|
438
444
|
* immutable once constructed.
|
|
439
445
|
* @returns {any}
|
package/node-esm/wasm_bg.wasm
CHANGED
|
Binary file
|