@sealcode/jdd-editor 0.2.5 → 0.2.8
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/@types/components.sreact.d.ts +1 -1
- package/@types/inputs/component-input-enum.d.ts +3 -2
- package/@types/inputs/component-input.d.ts +1 -1
- package/@types/jdd-creator.d.ts +2 -2
- package/assets/styles/atom-one-light.css +72 -0
- package/assets/styles/components.jdd-page.css +13 -6
- package/dist/src/component-preview-actions.js +1 -3
- package/dist/src/component-preview-actions.js.map +2 -2
- package/dist/src/components.sreact.js +5 -5
- package/dist/src/components.sreact.js.map +2 -2
- package/dist/src/inputs/component-input-code.js.map +1 -1
- package/dist/src/inputs/component-input-color.js.map +1 -1
- package/dist/src/inputs/component-input-enum.js +9 -7
- package/dist/src/inputs/component-input-enum.js.map +2 -2
- package/dist/src/inputs/component-input-image.js.map +1 -1
- package/dist/src/inputs/component-input-list.js.map +1 -1
- package/dist/src/inputs/component-input-single-reference.js +5 -5
- package/dist/src/inputs/component-input-single-reference.js.map +2 -2
- package/dist/src/inputs/component-input-structured.js.map +2 -2
- package/dist/src/inputs/component-input-table.js +44 -44
- package/dist/src/inputs/component-input-table.js.map +2 -2
- package/dist/src/inputs/component-input.js +19 -15
- package/dist/src/inputs/component-input.js.map +2 -2
- package/dist/src/jdd-creator.js.map +1 -1
- package/dist/src/jdd-page.js +14 -8
- package/dist/src/jdd-page.js.map +2 -2
- package/package.json +5 -4
- package/src/component-preview-actions.ts +2 -3
- package/src/components.sreact.ts +9 -8
- package/src/inputs/component-input-code.ts +1 -1
- package/src/inputs/component-input-color.ts +1 -1
- package/src/inputs/component-input-enum.ts +13 -8
- package/src/inputs/component-input-image.ts +1 -1
- package/src/inputs/component-input-list.ts +2 -2
- package/src/inputs/component-input-single-reference.ts +8 -7
- package/src/inputs/component-input-structured.ts +2 -2
- package/src/inputs/component-input-table.ts +127 -127
- package/src/inputs/component-input.ts +23 -19
- package/src/jdd-creator.ts +1 -1
- package/src/jdd-page.ts +22 -13
- package/.nyc_output/2100f533-71ff-4c0e-81c5-53e05dcac20f.json +0 -1
- package/.nyc_output/ac9c9615-9aa2-4e42-8685-90e92855ba11.json +0 -1
- package/.nyc_output/d0ae4bd5-5f2e-4e32-9403-fb824c49a5f8.json +0 -1
- package/.nyc_output/processinfo/2100f533-71ff-4c0e-81c5-53e05dcac20f.json +0 -1
- package/.nyc_output/processinfo/ac9c9615-9aa2-4e42-8685-90e92855ba11.json +0 -1
- package/.nyc_output/processinfo/d0ae4bd5-5f2e-4e32-9403-fb824c49a5f8.json +0 -1
- package/.nyc_output/processinfo/index.json +0 -1
- package/.xunit +0 -2
- package/coverage/clover.xml +0 -877
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":3346019,"argv":["/home/kuba/.local/share/fnm/node-versions/v21.7.3/installation/bin/node","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/node_modules/.bin/nyc","--reporter","clover","mocha","--reporter","xunit","--reporter-option","output=.xunit"],"execArgv":[],"cwd":"/home/kuba/projects/sealcode/superseal/repos/jdd-editor","time":1761252120681,"ppid":3345998,"coverageFilename":"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/.nyc_output/2100f533-71ff-4c0e-81c5-53e05dcac20f.json","externalId":"","uuid":"2100f533-71ff-4c0e-81c5-53e05dcac20f","files":["/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/component-preview-actions.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/components.sreact.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/autogrow-textarea.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/component-debugger.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/exportable-textarea.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/input-image-preview.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/jdd-table-paste.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/json-editor.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/markdown-textarea.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/refresh-on-ts-changes.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/refresh-styles.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/submit-on-input.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/toast.stimulus.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/edit-jdd-field.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/index.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-code.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-color.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-enum.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-image.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-list.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-single-reference.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-structured.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-table.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/print-arg-path.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/jdd-creator.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/jdd-page.ts","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/test.test.ts"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":"d0ae4bd5-5f2e-4e32-9403-fb824c49a5f8","pid":3346110,"argv":["/home/kuba/.local/share/fnm/node-versions/v21.7.3/installation/bin/node","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/node_modules/.bin/mocha","--recursive","--timeout=10000","--require","source-map-support/register","lib/src/**/*.test.js"],"execArgv":[],"cwd":"/home/kuba/projects/sealcode/superseal/repos/jdd-editor","time":1761252121686,"ppid":3346095,"coverageFilename":"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/.nyc_output/ac9c9615-9aa2-4e42-8685-90e92855ba11.json","externalId":"","uuid":"ac9c9615-9aa2-4e42-8685-90e92855ba11","files":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":3346095,"argv":["/home/kuba/.local/share/fnm/node-versions/v21.7.3/installation/bin/node","/home/kuba/projects/sealcode/superseal/repos/jdd-editor/node_modules/.bin/mocha","--reporter","xunit","--reporter-option","output=.xunit"],"execArgv":[],"cwd":"/home/kuba/projects/sealcode/superseal/repos/jdd-editor","time":1761252121486,"ppid":3346019,"coverageFilename":"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/.nyc_output/d0ae4bd5-5f2e-4e32-9403-fb824c49a5f8.json","externalId":"","uuid":"d0ae4bd5-5f2e-4e32-9403-fb824c49a5f8","files":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"processes":{"2100f533-71ff-4c0e-81c5-53e05dcac20f":{"parent":null,"children":[]},"ac9c9615-9aa2-4e42-8685-90e92855ba11":{"parent":"d0ae4bd5-5f2e-4e32-9403-fb824c49a5f8","children":[]},"d0ae4bd5-5f2e-4e32-9403-fb824c49a5f8":{"parent":null,"children":["ac9c9615-9aa2-4e42-8685-90e92855ba11"]}},"files":{"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/component-preview-actions.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/components.sreact.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/autogrow-textarea.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/component-debugger.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/exportable-textarea.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/input-image-preview.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/jdd-table-paste.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/json-editor.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/markdown-textarea.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/refresh-on-ts-changes.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/refresh-styles.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/submit-on-input.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/toast.stimulus.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/edit-jdd-field.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/index.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-code.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-color.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-enum.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-image.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-list.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-single-reference.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-structured.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-table.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/print-arg-path.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/jdd-creator.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/jdd-page.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"],"/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/test.test.ts":["2100f533-71ff-4c0e-81c5-53e05dcac20f"]},"externalIds":{}}
|
package/.xunit
DELETED