sdc_client 0.57.9 → 0.57.11
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/.idea/workspace.xml +50 -39
- package/.tool-versions +1 -1
- package/SimpleDomControlClient.iml +2 -0
- package/dist/index.js +6 -6
- package/dist/ugly.index.js +1 -1
- package/package.json +3 -1
- package/src/index.js +2 -2
- package/src/simpleDomControl/AbstractSDC.js +4 -0
- package/src/simpleDomControl/sdc_controller.js +17 -1
- package/src/simpleDomControl/sdc_main.js +43 -20
- package/src/simpleDomControl/sdc_test_utils.js +38 -16
- package/src/simpleDomControl/sdc_view.js +68 -12
package/.idea/workspace.xml
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
5
5
|
</component>
|
6
6
|
<component name="ChangeListManager">
|
7
|
-
<list default="true" id="4b4ede81-fe43-4a68-9186-e15152e2d80c" name="Changes" comment="v 0.
|
7
|
+
<list default="true" id="4b4ede81-fe43-4a68-9186-e15152e2d80c" name="Changes" comment="v 0.57.9 Update dependencies" />
|
8
8
|
<option name="SHOW_DIALOG" value="false" />
|
9
9
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
10
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
@@ -36,48 +36,48 @@
|
|
36
36
|
<option name="hideEmptyMiddlePackages" value="true" />
|
37
37
|
<option name="showLibraryContents" value="true" />
|
38
38
|
</component>
|
39
|
-
<component name="PropertiesComponent"
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
39
|
+
<component name="PropertiesComponent">{
|
40
|
+
"keyToString": {
|
41
|
+
"Jest.All Tests.executor": "Run",
|
42
|
+
"Jest.jest.config.mjs.executor": "Run",
|
43
|
+
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
44
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
45
|
+
"RunOnceActivity.git.unshallow": "true",
|
46
|
+
"RunOnceActivity.go.formatter.settings.were.checked": "true",
|
47
|
+
"RunOnceActivity.go.migrated.go.modules.settings": "true",
|
48
|
+
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
49
|
+
"git-widget-placeholder": "main",
|
50
|
+
"go.import.settings.migrated": "true",
|
51
|
+
"javascript.nodejs.core.library.configured.version": "22.8.0",
|
52
|
+
"javascript.nodejs.core.library.typings.version": "22.8.7",
|
53
|
+
"kotlin-language-version-configured": "true",
|
54
|
+
"last_opened_file_path": "/home/martin/Develop/private/SimpleDomControlClient",
|
55
|
+
"node.js.detected.package.eslint": "true",
|
56
|
+
"node.js.detected.package.tslint": "true",
|
57
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
58
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
59
|
+
"nodejs.jest.jest_package": "/home/martin/Develop/private/SimpleDomControlClient/node_modules/jest",
|
60
|
+
"nodejs_interpreter_path": "/home/martin/.asdf/installs/nodejs/22.8.0/bin/node",
|
61
|
+
"nodejs_package_manager_path": "yarn",
|
62
|
+
"npm.build.executor": "Run",
|
63
|
+
"npm.test.executor": "Run",
|
64
|
+
"project.structure.last.edited": "Modules",
|
65
|
+
"project.structure.proportion": "0.0",
|
66
|
+
"project.structure.side.proportion": "0.0",
|
67
|
+
"settings.editor.selected.configurable": "settings.nodejs",
|
68
|
+
"ts.external.directory.path": "/home/martin/.local/share/JetBrains/Toolbox/apps/intellij-idea-ultimate-2/plugins/javascript-plugin/jsLanguageServicesImpl/external",
|
69
|
+
"vue.rearranger.settings.migration": "true"
|
70
70
|
}
|
71
|
-
}
|
71
|
+
}</component>
|
72
72
|
<component name="RecentsManager">
|
73
73
|
<key name="CopyFile.RECENT_KEYS">
|
74
74
|
<recent name="$PROJECT_DIR$" />
|
75
75
|
</key>
|
76
76
|
</component>
|
77
|
-
<component name="RunManager" selected="npm.
|
77
|
+
<component name="RunManager" selected="npm.test">
|
78
78
|
<configuration name="jest.config.mjs" type="JavaScriptTestRunnerJest" nameIsGenerated="true">
|
79
79
|
<config-file value="$PROJECT_DIR$/jest.config.mjs" />
|
80
|
-
<node-interpreter value="$USER_HOME$/.asdf/installs/nodejs/
|
80
|
+
<node-interpreter value="$USER_HOME$/.asdf/installs/nodejs/22.8.0/bin/node" />
|
81
81
|
<node-options value="--experimental-vm-modules" />
|
82
82
|
<jest-package value="$PROJECT_DIR$/node_modules/jest" />
|
83
83
|
<working-dir value="$PROJECT_DIR$" />
|
@@ -119,8 +119,8 @@
|
|
119
119
|
<component name="SharedIndexes">
|
120
120
|
<attachedChunks>
|
121
121
|
<set>
|
122
|
-
<option value="bundled-jdk-9823dce3aa75-fdfe4dae3a2d-intellij.indexing.shared.core-IU-243.
|
123
|
-
<option value="bundled-js-predefined-d6986cc7102b-
|
122
|
+
<option value="bundled-jdk-9823dce3aa75-fdfe4dae3a2d-intellij.indexing.shared.core-IU-243.22562.218" />
|
123
|
+
<option value="bundled-js-predefined-d6986cc7102b-deb605915726-JavaScript-IU-243.22562.218" />
|
124
124
|
</set>
|
125
125
|
</attachedChunks>
|
126
126
|
</component>
|
@@ -143,6 +143,8 @@
|
|
143
143
|
<workItem from="1709671101704" duration="290000" />
|
144
144
|
<workItem from="1713769095032" duration="116000" />
|
145
145
|
<workItem from="1730803990300" duration="2495000" />
|
146
|
+
<workItem from="1741761262308" duration="532000" />
|
147
|
+
<workItem from="1741856308927" duration="9000" />
|
146
148
|
</task>
|
147
149
|
<task id="LOCAL-00001" summary="v 0.4.11 add gulp tasks to client bib">
|
148
150
|
<option name="closed" value="true" />
|
@@ -184,7 +186,15 @@
|
|
184
186
|
<option name="project" value="LOCAL" />
|
185
187
|
<updated>1730805685222</updated>
|
186
188
|
</task>
|
187
|
-
<
|
189
|
+
<task id="LOCAL-00006" summary="v 0.57.9 Update dependencies">
|
190
|
+
<option name="closed" value="true" />
|
191
|
+
<created>1741761774404</created>
|
192
|
+
<option name="number" value="00006" />
|
193
|
+
<option name="presentableId" value="LOCAL-00006" />
|
194
|
+
<option name="project" value="LOCAL" />
|
195
|
+
<updated>1741761774404</updated>
|
196
|
+
</task>
|
197
|
+
<option name="localTasksCounter" value="7" />
|
188
198
|
<servers />
|
189
199
|
</component>
|
190
200
|
<component name="TypeScriptGeneratedFilesManager">
|
@@ -196,7 +206,8 @@
|
|
196
206
|
<MESSAGE value="v 0.4.18 update AbstractSDC relations (get_parent, get_children)" />
|
197
207
|
<MESSAGE value="v 0.4.18 build" />
|
198
208
|
<MESSAGE value="v 0.56.2 Fixed new version bugs" />
|
199
|
-
<
|
209
|
+
<MESSAGE value="v 0.57.9 Update dependencies" />
|
210
|
+
<option name="LAST_COMMIT_MESSAGE" value="v 0.57.9 Update dependencies" />
|
200
211
|
</component>
|
201
212
|
<component name="VgoProject">
|
202
213
|
<settings-migrated>true</settings-migrated>
|
package/.tool-versions
CHANGED
@@ -1 +1 @@
|
|
1
|
-
nodejs 22.
|
1
|
+
nodejs 22.14.0
|
@@ -2,7 +2,9 @@
|
|
2
2
|
<module type="WEB_MODULE" version="4">
|
3
3
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
4
4
|
<exclude-output />
|
5
|
+
<content url="file://$MODULE_DIR$/../SimpleDomControl" />
|
5
6
|
<content url="file://$MODULE_DIR$" />
|
6
7
|
<orderEntry type="sourceFolder" forTests="false" />
|
8
|
+
<orderEntry type="module" module-name="SimpleDomControl" />
|
7
9
|
</component>
|
8
10
|
</module>
|