jsgui3-server 0.0.149 → 0.0.151
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/.github/agents/Mobile Developer.agent.md +89 -0
- package/.github/instructions/copilot.instructions.md +1 -0
- package/AGENTS.md +6 -0
- package/README.md +185 -0
- package/admin-ui/client.js +73 -43
- package/admin-ui/v1/admin_auth_service.js +197 -0
- package/admin-ui/v1/admin_user_store.js +71 -0
- package/admin-ui/v1/client.js +17 -0
- package/admin-ui/v1/controls/admin_shell.js +1399 -0
- package/admin-ui/v1/controls/group_box.js +84 -0
- package/admin-ui/v1/controls/stat_card.js +125 -0
- package/admin-ui/v1/server.js +658 -0
- package/admin-ui/v1/utils/formatters.js +68 -0
- package/docs/admin-extension-guide.md +345 -0
- package/docs/api-reference.md +383 -303
- package/docs/books/adaptive-control-improvements/01-control-candidate-matrix.md +122 -0
- package/docs/books/adaptive-control-improvements/02-tier-1-layout-playbooks.md +207 -0
- package/docs/books/adaptive-control-improvements/03-tier-2-navigation-form-overlay.md +140 -0
- package/docs/books/adaptive-control-improvements/04-cross-cutting-platform-functionality.md +141 -0
- package/docs/books/adaptive-control-improvements/05-styling-theming-density-upgrades.md +114 -0
- package/docs/books/adaptive-control-improvements/06-testing-quality-gates.md +97 -0
- package/docs/books/adaptive-control-improvements/07-delivery-roadmap-and-ownership.md +137 -0
- package/docs/books/adaptive-control-improvements/08-appendix-tier1-acceptance-and-pr-templates.md +261 -0
- package/docs/books/adaptive-control-improvements/README.md +66 -0
- package/docs/books/admin-ui-authentication/01-threat-model-and-goals.md +124 -0
- package/docs/books/admin-ui-authentication/02-session-model-and-token-model.md +75 -0
- package/docs/books/admin-ui-authentication/03-auth-middleware-patterns.md +77 -0
- package/docs/books/admin-ui-authentication/README.md +25 -0
- package/docs/books/creating-a-new-admin-ui/01-introduction-and-vision.md +130 -0
- package/docs/books/creating-a-new-admin-ui/02-architecture-and-data-flow.md +298 -0
- package/docs/books/creating-a-new-admin-ui/03-server-introspection.md +381 -0
- package/docs/books/creating-a-new-admin-ui/04-admin-module-adapter-layer.md +592 -0
- package/docs/books/creating-a-new-admin-ui/05-domain-controls-stat-cards-and-gauges.md +513 -0
- package/docs/books/creating-a-new-admin-ui/06-domain-controls-process-manager.md +544 -0
- package/docs/books/creating-a-new-admin-ui/07-domain-controls-resource-pool-inspector.md +493 -0
- package/docs/books/creating-a-new-admin-ui/08-domain-controls-route-table-and-api-explorer.md +586 -0
- package/docs/books/creating-a-new-admin-ui/09-domain-controls-log-viewer-and-activity-feed.md +490 -0
- package/docs/books/creating-a-new-admin-ui/10-domain-controls-build-status-and-bundle-inspector.md +526 -0
- package/docs/books/creating-a-new-admin-ui/11-domain-controls-configuration-panel.md +808 -0
- package/docs/books/creating-a-new-admin-ui/12-admin-shell-layout-sidebar-navigation.md +210 -0
- package/docs/books/creating-a-new-admin-ui/13-telemetry-integration.md +556 -0
- package/docs/books/creating-a-new-admin-ui/14-realtime-sse-observable-integration.md +485 -0
- package/docs/books/creating-a-new-admin-ui/15-styling-theming-aero-design-system.md +521 -0
- package/docs/books/creating-a-new-admin-ui/16-testing-and-quality-assurance.md +147 -0
- package/docs/books/creating-a-new-admin-ui/17-next-steps-process-resource-roadmap.md +356 -0
- package/docs/books/creating-a-new-admin-ui/README.md +68 -0
- package/docs/books/device-adaptive-composition/01-platform-feature-audit.md +177 -0
- package/docs/books/device-adaptive-composition/02-responsive-composition-model.md +187 -0
- package/docs/books/device-adaptive-composition/03-data-model-vs-view-model.md +231 -0
- package/docs/books/device-adaptive-composition/04-styling-theme-breakpoints.md +234 -0
- package/docs/books/device-adaptive-composition/05-showcase-app-multi-device-assessment.md +193 -0
- package/docs/books/device-adaptive-composition/06-implementation-patterns-and-apis.md +346 -0
- package/docs/books/device-adaptive-composition/07-testing-harness-and-quality-gates.md +265 -0
- package/docs/books/device-adaptive-composition/08-roadmap-and-adoption-plan.md +250 -0
- package/docs/books/device-adaptive-composition/README.md +47 -0
- package/docs/comparison-report-express-plex-cpanel.md +549 -0
- package/docs/comprehensive-documentation.md +220 -220
- package/docs/configuration-reference.md +227 -204
- package/docs/designs/server-admin-interface-aero.svg +611 -0
- package/docs/middleware-guide.md +236 -0
- package/docs/system-architecture.md +24 -18
- package/docs/troubleshooting.md +84 -53
- package/middleware/compression.js +217 -0
- package/middleware/index.js +15 -0
- package/module.js +19 -11
- package/package.json +1 -1
- package/serve-factory.js +29 -0
- package/server.js +280 -20
- package/tests/README.md +5 -0
- package/tests/admin-ui-jsgui-controls.test.js +581 -0
- package/tests/test-runner.js +1 -0
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-071799b982906680f5fd699d.js +0 -40
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-07352945ad5c92654fcb8b65.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-138a601fadb6191ea314c6fd.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-171f6c381c2cadf2e9fa7087.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-1d973388156b84a04373fac9.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-20e117bc8a10d2cd16234bbe.js +0 -40
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-2b028a82b0e5efddba42425f.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-4518556cd5c7e059e82b22b8.js +0 -40
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-5bac1aa0f213902f718ed74f.js +0 -40
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-5f9996ac7822caf777d92f56.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-60a92c702e65fd9cf748e3ec.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-6164c1f8f738995c541895d2.js +0 -44
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-6718a85eb9e5aa782dd47a05.js +0 -45
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-69e280f14e37aee76a1d4675.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-7570d1b030d44b111ed59c4c.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-7798c9bbd55e510d5039f936.js +0 -42
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-78cd511ea1ef18ecb03d1be5.js +0 -40
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-7d482e0b95bcb5e3c543118b.js +0 -43
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-80e9476d1127c55b40fdb36f.js +0 -40
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-810ced55d5320a3088a05b13.js +0 -40
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-8423565f1a40e329afc8c6cf.js +0 -40
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-900bef783b8cee36506ec282.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-a1a37aff6416fdad74040ddf.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-ad48d5e8eda40f175b4df090.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-aec5a2d963015528c9099462.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-af9d34e0f1722fab9e28c269.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-b818e4015e2f1fe86280b5ab.js +0 -41
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-bcb2541adc70b7aba61768c5.js +0 -44
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-bfe89d2c78ed44f95ed7dd73.js +0 -40
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-c06f04806a1e688e1187110c.js +0 -40
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-c3f3adf904f585afc544b96a.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-d45acb873e1d8e32d5e60f2e.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-db06f132533706f4a0163b8c.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-f660f40d78b135fc8560a862.js +0 -39
- package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-f9dee4ec18a96e09bee06bae.js +0 -39
package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-138a601fadb6191ea314c6fd.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
const jsgui = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/html-core/html-core.js');
|
|
2
|
-
jsgui.Router = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/router/router.js');
|
|
3
|
-
jsgui.Resource = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/resource.js');
|
|
4
|
-
jsgui.Resource_Pool = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/pool.js');
|
|
5
|
-
jsgui.Resource.Data_KV = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-kv-resource.js');
|
|
6
|
-
jsgui.Resource.Data_Transform = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-transform-resource.js');
|
|
7
|
-
jsgui.Resource.Compilation = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compilation-resource.js');
|
|
8
|
-
jsgui.Resource.Compiler = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compiler-resource.js');
|
|
9
|
-
jsgui.gfx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/node_modules/jsgui3-gfx-core/core/gfx-core.js');
|
|
10
|
-
jsgui.Resource.load_compiler = (name, jsfn, options) => {
|
|
11
|
-
const compiler_name = name;
|
|
12
|
-
const compiler_fn = jsfn;
|
|
13
|
-
const compiler_options = options || {};
|
|
14
|
-
if (typeof compiler_name !== 'string' || compiler_name.length === 0) {
|
|
15
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a non-empty string name');
|
|
16
|
-
}
|
|
17
|
-
if (typeof compiler_fn !== 'function') {
|
|
18
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a function compiler implementation');
|
|
19
|
-
}
|
|
20
|
-
const compiler_resource = new jsgui.Resource.Compiler({ name: compiler_name });
|
|
21
|
-
compiler_resource.transform = (input, transform_options = {}) => {
|
|
22
|
-
const merged_options = Object.assign({}, compiler_options, transform_options);
|
|
23
|
-
return compiler_fn(input, merged_options);
|
|
24
|
-
};
|
|
25
|
-
jsgui.Resource.compilers = jsgui.Resource.compilers || {};
|
|
26
|
-
jsgui.Resource.compilers[compiler_name] = compiler_resource;
|
|
27
|
-
const pool = compiler_options.pool || compiler_options.resource_pool;
|
|
28
|
-
if (pool && typeof pool.add === 'function') {
|
|
29
|
-
pool.add(compiler_resource);
|
|
30
|
-
}
|
|
31
|
-
return compiler_resource;
|
|
32
|
-
};
|
|
33
|
-
jsgui.controls = jsgui.controls || {};
|
|
34
|
-
Object.assign(jsgui.controls, {
|
|
35
|
-
|
|
36
|
-
});
|
|
37
|
-
Object.assign(jsgui, jsgui.controls);
|
|
38
|
-
jsgui.mixins = jsgui.mx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/control_mixins/mx.js');
|
|
39
|
-
module.exports = jsgui;
|
package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-171f6c381c2cadf2e9fa7087.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
const jsgui = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/html-core/html-core.js');
|
|
2
|
-
jsgui.Router = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/router/router.js');
|
|
3
|
-
jsgui.Resource = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/resource.js');
|
|
4
|
-
jsgui.Resource_Pool = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/pool.js');
|
|
5
|
-
jsgui.Resource.Data_KV = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-kv-resource.js');
|
|
6
|
-
jsgui.Resource.Data_Transform = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-transform-resource.js');
|
|
7
|
-
jsgui.Resource.Compilation = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compilation-resource.js');
|
|
8
|
-
jsgui.Resource.Compiler = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compiler-resource.js');
|
|
9
|
-
jsgui.gfx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/node_modules/jsgui3-gfx-core/core/gfx-core.js');
|
|
10
|
-
jsgui.Resource.load_compiler = (name, jsfn, options) => {
|
|
11
|
-
const compiler_name = name;
|
|
12
|
-
const compiler_fn = jsfn;
|
|
13
|
-
const compiler_options = options || {};
|
|
14
|
-
if (typeof compiler_name !== 'string' || compiler_name.length === 0) {
|
|
15
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a non-empty string name');
|
|
16
|
-
}
|
|
17
|
-
if (typeof compiler_fn !== 'function') {
|
|
18
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a function compiler implementation');
|
|
19
|
-
}
|
|
20
|
-
const compiler_resource = new jsgui.Resource.Compiler({ name: compiler_name });
|
|
21
|
-
compiler_resource.transform = (input, transform_options = {}) => {
|
|
22
|
-
const merged_options = Object.assign({}, compiler_options, transform_options);
|
|
23
|
-
return compiler_fn(input, merged_options);
|
|
24
|
-
};
|
|
25
|
-
jsgui.Resource.compilers = jsgui.Resource.compilers || {};
|
|
26
|
-
jsgui.Resource.compilers[compiler_name] = compiler_resource;
|
|
27
|
-
const pool = compiler_options.pool || compiler_options.resource_pool;
|
|
28
|
-
if (pool && typeof pool.add === 'function') {
|
|
29
|
-
pool.add(compiler_resource);
|
|
30
|
-
}
|
|
31
|
-
return compiler_resource;
|
|
32
|
-
};
|
|
33
|
-
jsgui.controls = jsgui.controls || {};
|
|
34
|
-
Object.assign(jsgui.controls, {
|
|
35
|
-
Active_HTML_Document: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/1-standard/5-ui/Active_HTML_Document')
|
|
36
|
-
});
|
|
37
|
-
Object.assign(jsgui, jsgui.controls);
|
|
38
|
-
jsgui.mixins = jsgui.mx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/control_mixins/mx.js');
|
|
39
|
-
module.exports = jsgui;
|
package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-1d973388156b84a04373fac9.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
const jsgui = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/html-core/html-core.js');
|
|
2
|
-
jsgui.Router = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/router/router.js');
|
|
3
|
-
jsgui.Resource = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/resource.js');
|
|
4
|
-
jsgui.Resource_Pool = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/pool.js');
|
|
5
|
-
jsgui.Resource.Data_KV = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-kv-resource.js');
|
|
6
|
-
jsgui.Resource.Data_Transform = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-transform-resource.js');
|
|
7
|
-
jsgui.Resource.Compilation = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compilation-resource.js');
|
|
8
|
-
jsgui.Resource.Compiler = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compiler-resource.js');
|
|
9
|
-
jsgui.gfx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/node_modules/jsgui3-gfx-core/core/gfx-core.js');
|
|
10
|
-
jsgui.Resource.load_compiler = (name, jsfn, options) => {
|
|
11
|
-
const compiler_name = name;
|
|
12
|
-
const compiler_fn = jsfn;
|
|
13
|
-
const compiler_options = options || {};
|
|
14
|
-
if (typeof compiler_name !== 'string' || compiler_name.length === 0) {
|
|
15
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a non-empty string name');
|
|
16
|
-
}
|
|
17
|
-
if (typeof compiler_fn !== 'function') {
|
|
18
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a function compiler implementation');
|
|
19
|
-
}
|
|
20
|
-
const compiler_resource = new jsgui.Resource.Compiler({ name: compiler_name });
|
|
21
|
-
compiler_resource.transform = (input, transform_options = {}) => {
|
|
22
|
-
const merged_options = Object.assign({}, compiler_options, transform_options);
|
|
23
|
-
return compiler_fn(input, merged_options);
|
|
24
|
-
};
|
|
25
|
-
jsgui.Resource.compilers = jsgui.Resource.compilers || {};
|
|
26
|
-
jsgui.Resource.compilers[compiler_name] = compiler_resource;
|
|
27
|
-
const pool = compiler_options.pool || compiler_options.resource_pool;
|
|
28
|
-
if (pool && typeof pool.add === 'function') {
|
|
29
|
-
pool.add(compiler_resource);
|
|
30
|
-
}
|
|
31
|
-
return compiler_resource;
|
|
32
|
-
};
|
|
33
|
-
jsgui.controls = jsgui.controls || {};
|
|
34
|
-
Object.assign(jsgui.controls, {
|
|
35
|
-
Button: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/0-core/0-basic/0-native-compositional/button')
|
|
36
|
-
});
|
|
37
|
-
Object.assign(jsgui, jsgui.controls);
|
|
38
|
-
jsgui.mixins = jsgui.mx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/control_mixins/mx.js');
|
|
39
|
-
module.exports = jsgui;
|
package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-20e117bc8a10d2cd16234bbe.js
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
const jsgui = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/html-core/html-core.js');
|
|
2
|
-
jsgui.Router = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/router/router.js');
|
|
3
|
-
jsgui.Resource = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/resource.js');
|
|
4
|
-
jsgui.Resource_Pool = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/pool.js');
|
|
5
|
-
jsgui.Resource.Data_KV = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-kv-resource.js');
|
|
6
|
-
jsgui.Resource.Data_Transform = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-transform-resource.js');
|
|
7
|
-
jsgui.Resource.Compilation = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compilation-resource.js');
|
|
8
|
-
jsgui.Resource.Compiler = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compiler-resource.js');
|
|
9
|
-
jsgui.gfx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/node_modules/jsgui3-gfx-core/core/gfx-core.js');
|
|
10
|
-
jsgui.Resource.load_compiler = (name, jsfn, options) => {
|
|
11
|
-
const compiler_name = name;
|
|
12
|
-
const compiler_fn = jsfn;
|
|
13
|
-
const compiler_options = options || {};
|
|
14
|
-
if (typeof compiler_name !== 'string' || compiler_name.length === 0) {
|
|
15
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a non-empty string name');
|
|
16
|
-
}
|
|
17
|
-
if (typeof compiler_fn !== 'function') {
|
|
18
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a function compiler implementation');
|
|
19
|
-
}
|
|
20
|
-
const compiler_resource = new jsgui.Resource.Compiler({ name: compiler_name });
|
|
21
|
-
compiler_resource.transform = (input, transform_options = {}) => {
|
|
22
|
-
const merged_options = Object.assign({}, compiler_options, transform_options);
|
|
23
|
-
return compiler_fn(input, merged_options);
|
|
24
|
-
};
|
|
25
|
-
jsgui.Resource.compilers = jsgui.Resource.compilers || {};
|
|
26
|
-
jsgui.Resource.compilers[compiler_name] = compiler_resource;
|
|
27
|
-
const pool = compiler_options.pool || compiler_options.resource_pool;
|
|
28
|
-
if (pool && typeof pool.add === 'function') {
|
|
29
|
-
pool.add(compiler_resource);
|
|
30
|
-
}
|
|
31
|
-
return compiler_resource;
|
|
32
|
-
};
|
|
33
|
-
jsgui.controls = jsgui.controls || {};
|
|
34
|
-
Object.assign(jsgui.controls, {
|
|
35
|
-
Button: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/0-core/0-basic/0-native-compositional/button'),
|
|
36
|
-
Window: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/1-standard/6-layout/window')
|
|
37
|
-
});
|
|
38
|
-
Object.assign(jsgui, jsgui.controls);
|
|
39
|
-
jsgui.mixins = jsgui.mx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/control_mixins/mx.js');
|
|
40
|
-
module.exports = jsgui;
|
package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-2b028a82b0e5efddba42425f.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
const jsgui = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/html-core/html-core.js');
|
|
2
|
-
jsgui.Router = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/router/router.js');
|
|
3
|
-
jsgui.Resource = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/resource.js');
|
|
4
|
-
jsgui.Resource_Pool = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/pool.js');
|
|
5
|
-
jsgui.Resource.Data_KV = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-kv-resource.js');
|
|
6
|
-
jsgui.Resource.Data_Transform = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-transform-resource.js');
|
|
7
|
-
jsgui.Resource.Compilation = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compilation-resource.js');
|
|
8
|
-
jsgui.Resource.Compiler = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compiler-resource.js');
|
|
9
|
-
jsgui.gfx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/node_modules/jsgui3-gfx-core/core/gfx-core.js');
|
|
10
|
-
jsgui.Resource.load_compiler = (name, jsfn, options) => {
|
|
11
|
-
const compiler_name = name;
|
|
12
|
-
const compiler_fn = jsfn;
|
|
13
|
-
const compiler_options = options || {};
|
|
14
|
-
if (typeof compiler_name !== 'string' || compiler_name.length === 0) {
|
|
15
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a non-empty string name');
|
|
16
|
-
}
|
|
17
|
-
if (typeof compiler_fn !== 'function') {
|
|
18
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a function compiler implementation');
|
|
19
|
-
}
|
|
20
|
-
const compiler_resource = new jsgui.Resource.Compiler({ name: compiler_name });
|
|
21
|
-
compiler_resource.transform = (input, transform_options = {}) => {
|
|
22
|
-
const merged_options = Object.assign({}, compiler_options, transform_options);
|
|
23
|
-
return compiler_fn(input, merged_options);
|
|
24
|
-
};
|
|
25
|
-
jsgui.Resource.compilers = jsgui.Resource.compilers || {};
|
|
26
|
-
jsgui.Resource.compilers[compiler_name] = compiler_resource;
|
|
27
|
-
const pool = compiler_options.pool || compiler_options.resource_pool;
|
|
28
|
-
if (pool && typeof pool.add === 'function') {
|
|
29
|
-
pool.add(compiler_resource);
|
|
30
|
-
}
|
|
31
|
-
return compiler_resource;
|
|
32
|
-
};
|
|
33
|
-
jsgui.controls = jsgui.controls || {};
|
|
34
|
-
Object.assign(jsgui.controls, {
|
|
35
|
-
|
|
36
|
-
});
|
|
37
|
-
Object.assign(jsgui, jsgui.controls);
|
|
38
|
-
jsgui.mixins = jsgui.mx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/control_mixins/mx.js');
|
|
39
|
-
module.exports = jsgui;
|
package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-4518556cd5c7e059e82b22b8.js
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
const jsgui = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/html-core/html-core.js');
|
|
2
|
-
jsgui.Router = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/router/router.js');
|
|
3
|
-
jsgui.Resource = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/resource.js');
|
|
4
|
-
jsgui.Resource_Pool = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/pool.js');
|
|
5
|
-
jsgui.Resource.Data_KV = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-kv-resource.js');
|
|
6
|
-
jsgui.Resource.Data_Transform = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-transform-resource.js');
|
|
7
|
-
jsgui.Resource.Compilation = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compilation-resource.js');
|
|
8
|
-
jsgui.Resource.Compiler = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compiler-resource.js');
|
|
9
|
-
jsgui.gfx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/node_modules/jsgui3-gfx-core/core/gfx-core.js');
|
|
10
|
-
jsgui.Resource.load_compiler = (name, jsfn, options) => {
|
|
11
|
-
const compiler_name = name;
|
|
12
|
-
const compiler_fn = jsfn;
|
|
13
|
-
const compiler_options = options || {};
|
|
14
|
-
if (typeof compiler_name !== 'string' || compiler_name.length === 0) {
|
|
15
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a non-empty string name');
|
|
16
|
-
}
|
|
17
|
-
if (typeof compiler_fn !== 'function') {
|
|
18
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a function compiler implementation');
|
|
19
|
-
}
|
|
20
|
-
const compiler_resource = new jsgui.Resource.Compiler({ name: compiler_name });
|
|
21
|
-
compiler_resource.transform = (input, transform_options = {}) => {
|
|
22
|
-
const merged_options = Object.assign({}, compiler_options, transform_options);
|
|
23
|
-
return compiler_fn(input, merged_options);
|
|
24
|
-
};
|
|
25
|
-
jsgui.Resource.compilers = jsgui.Resource.compilers || {};
|
|
26
|
-
jsgui.Resource.compilers[compiler_name] = compiler_resource;
|
|
27
|
-
const pool = compiler_options.pool || compiler_options.resource_pool;
|
|
28
|
-
if (pool && typeof pool.add === 'function') {
|
|
29
|
-
pool.add(compiler_resource);
|
|
30
|
-
}
|
|
31
|
-
return compiler_resource;
|
|
32
|
-
};
|
|
33
|
-
jsgui.controls = jsgui.controls || {};
|
|
34
|
-
Object.assign(jsgui.controls, {
|
|
35
|
-
Active_HTML_Document: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/1-standard/5-ui/Active_HTML_Document'),
|
|
36
|
-
Button: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/0-core/0-basic/0-native-compositional/button')
|
|
37
|
-
});
|
|
38
|
-
Object.assign(jsgui, jsgui.controls);
|
|
39
|
-
jsgui.mixins = jsgui.mx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/control_mixins/mx.js');
|
|
40
|
-
module.exports = jsgui;
|
package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-5bac1aa0f213902f718ed74f.js
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
const jsgui = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/html-core/html-core.js');
|
|
2
|
-
jsgui.Router = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/router/router.js');
|
|
3
|
-
jsgui.Resource = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/resource.js');
|
|
4
|
-
jsgui.Resource_Pool = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/pool.js');
|
|
5
|
-
jsgui.Resource.Data_KV = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-kv-resource.js');
|
|
6
|
-
jsgui.Resource.Data_Transform = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-transform-resource.js');
|
|
7
|
-
jsgui.Resource.Compilation = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compilation-resource.js');
|
|
8
|
-
jsgui.Resource.Compiler = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compiler-resource.js');
|
|
9
|
-
jsgui.gfx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/node_modules/jsgui3-gfx-core/core/gfx-core.js');
|
|
10
|
-
jsgui.Resource.load_compiler = (name, jsfn, options) => {
|
|
11
|
-
const compiler_name = name;
|
|
12
|
-
const compiler_fn = jsfn;
|
|
13
|
-
const compiler_options = options || {};
|
|
14
|
-
if (typeof compiler_name !== 'string' || compiler_name.length === 0) {
|
|
15
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a non-empty string name');
|
|
16
|
-
}
|
|
17
|
-
if (typeof compiler_fn !== 'function') {
|
|
18
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a function compiler implementation');
|
|
19
|
-
}
|
|
20
|
-
const compiler_resource = new jsgui.Resource.Compiler({ name: compiler_name });
|
|
21
|
-
compiler_resource.transform = (input, transform_options = {}) => {
|
|
22
|
-
const merged_options = Object.assign({}, compiler_options, transform_options);
|
|
23
|
-
return compiler_fn(input, merged_options);
|
|
24
|
-
};
|
|
25
|
-
jsgui.Resource.compilers = jsgui.Resource.compilers || {};
|
|
26
|
-
jsgui.Resource.compilers[compiler_name] = compiler_resource;
|
|
27
|
-
const pool = compiler_options.pool || compiler_options.resource_pool;
|
|
28
|
-
if (pool && typeof pool.add === 'function') {
|
|
29
|
-
pool.add(compiler_resource);
|
|
30
|
-
}
|
|
31
|
-
return compiler_resource;
|
|
32
|
-
};
|
|
33
|
-
jsgui.controls = jsgui.controls || {};
|
|
34
|
-
Object.assign(jsgui.controls, {
|
|
35
|
-
Checkbox: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/0-core/0-basic/0-native-compositional/checkbox'),
|
|
36
|
-
Window: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/1-standard/6-layout/window')
|
|
37
|
-
});
|
|
38
|
-
Object.assign(jsgui, jsgui.controls);
|
|
39
|
-
jsgui.mixins = jsgui.mx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/control_mixins/mx.js');
|
|
40
|
-
module.exports = jsgui;
|
package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-5f9996ac7822caf777d92f56.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
const jsgui = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/html-core/html-core.js');
|
|
2
|
-
jsgui.Router = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/router/router.js');
|
|
3
|
-
jsgui.Resource = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/resource.js');
|
|
4
|
-
jsgui.Resource_Pool = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/pool.js');
|
|
5
|
-
jsgui.Resource.Data_KV = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-kv-resource.js');
|
|
6
|
-
jsgui.Resource.Data_Transform = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-transform-resource.js');
|
|
7
|
-
jsgui.Resource.Compilation = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compilation-resource.js');
|
|
8
|
-
jsgui.Resource.Compiler = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compiler-resource.js');
|
|
9
|
-
jsgui.gfx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/node_modules/jsgui3-gfx-core/core/gfx-core.js');
|
|
10
|
-
jsgui.Resource.load_compiler = (name, jsfn, options) => {
|
|
11
|
-
const compiler_name = name;
|
|
12
|
-
const compiler_fn = jsfn;
|
|
13
|
-
const compiler_options = options || {};
|
|
14
|
-
if (typeof compiler_name !== 'string' || compiler_name.length === 0) {
|
|
15
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a non-empty string name');
|
|
16
|
-
}
|
|
17
|
-
if (typeof compiler_fn !== 'function') {
|
|
18
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a function compiler implementation');
|
|
19
|
-
}
|
|
20
|
-
const compiler_resource = new jsgui.Resource.Compiler({ name: compiler_name });
|
|
21
|
-
compiler_resource.transform = (input, transform_options = {}) => {
|
|
22
|
-
const merged_options = Object.assign({}, compiler_options, transform_options);
|
|
23
|
-
return compiler_fn(input, merged_options);
|
|
24
|
-
};
|
|
25
|
-
jsgui.Resource.compilers = jsgui.Resource.compilers || {};
|
|
26
|
-
jsgui.Resource.compilers[compiler_name] = compiler_resource;
|
|
27
|
-
const pool = compiler_options.pool || compiler_options.resource_pool;
|
|
28
|
-
if (pool && typeof pool.add === 'function') {
|
|
29
|
-
pool.add(compiler_resource);
|
|
30
|
-
}
|
|
31
|
-
return compiler_resource;
|
|
32
|
-
};
|
|
33
|
-
jsgui.controls = jsgui.controls || {};
|
|
34
|
-
Object.assign(jsgui.controls, {
|
|
35
|
-
|
|
36
|
-
});
|
|
37
|
-
Object.assign(jsgui, jsgui.controls);
|
|
38
|
-
jsgui.mixins = jsgui.mx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/control_mixins/mx.js');
|
|
39
|
-
module.exports = jsgui;
|
package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-60a92c702e65fd9cf748e3ec.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
const jsgui = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/html-core/html-core.js');
|
|
2
|
-
jsgui.Router = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/router/router.js');
|
|
3
|
-
jsgui.Resource = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/resource.js');
|
|
4
|
-
jsgui.Resource_Pool = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/pool.js');
|
|
5
|
-
jsgui.Resource.Data_KV = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-kv-resource.js');
|
|
6
|
-
jsgui.Resource.Data_Transform = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-transform-resource.js');
|
|
7
|
-
jsgui.Resource.Compilation = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compilation-resource.js');
|
|
8
|
-
jsgui.Resource.Compiler = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compiler-resource.js');
|
|
9
|
-
jsgui.gfx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/node_modules/jsgui3-gfx-core/core/gfx-core.js');
|
|
10
|
-
jsgui.Resource.load_compiler = (name, jsfn, options) => {
|
|
11
|
-
const compiler_name = name;
|
|
12
|
-
const compiler_fn = jsfn;
|
|
13
|
-
const compiler_options = options || {};
|
|
14
|
-
if (typeof compiler_name !== 'string' || compiler_name.length === 0) {
|
|
15
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a non-empty string name');
|
|
16
|
-
}
|
|
17
|
-
if (typeof compiler_fn !== 'function') {
|
|
18
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a function compiler implementation');
|
|
19
|
-
}
|
|
20
|
-
const compiler_resource = new jsgui.Resource.Compiler({ name: compiler_name });
|
|
21
|
-
compiler_resource.transform = (input, transform_options = {}) => {
|
|
22
|
-
const merged_options = Object.assign({}, compiler_options, transform_options);
|
|
23
|
-
return compiler_fn(input, merged_options);
|
|
24
|
-
};
|
|
25
|
-
jsgui.Resource.compilers = jsgui.Resource.compilers || {};
|
|
26
|
-
jsgui.Resource.compilers[compiler_name] = compiler_resource;
|
|
27
|
-
const pool = compiler_options.pool || compiler_options.resource_pool;
|
|
28
|
-
if (pool && typeof pool.add === 'function') {
|
|
29
|
-
pool.add(compiler_resource);
|
|
30
|
-
}
|
|
31
|
-
return compiler_resource;
|
|
32
|
-
};
|
|
33
|
-
jsgui.controls = jsgui.controls || {};
|
|
34
|
-
Object.assign(jsgui.controls, {
|
|
35
|
-
Active_HTML_Document: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/1-standard/5-ui/Active_HTML_Document')
|
|
36
|
-
});
|
|
37
|
-
Object.assign(jsgui, jsgui.controls);
|
|
38
|
-
jsgui.mixins = jsgui.mx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/control_mixins/mx.js');
|
|
39
|
-
module.exports = jsgui;
|
package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-6164c1f8f738995c541895d2.js
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
const jsgui = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/html-core/html-core.js');
|
|
2
|
-
jsgui.Router = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/router/router.js');
|
|
3
|
-
jsgui.Resource = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/resource.js');
|
|
4
|
-
jsgui.Resource_Pool = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/pool.js');
|
|
5
|
-
jsgui.Resource.Data_KV = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-kv-resource.js');
|
|
6
|
-
jsgui.Resource.Data_Transform = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-transform-resource.js');
|
|
7
|
-
jsgui.Resource.Compilation = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compilation-resource.js');
|
|
8
|
-
jsgui.Resource.Compiler = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compiler-resource.js');
|
|
9
|
-
jsgui.gfx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/node_modules/jsgui3-gfx-core/core/gfx-core.js');
|
|
10
|
-
jsgui.Resource.load_compiler = (name, jsfn, options) => {
|
|
11
|
-
const compiler_name = name;
|
|
12
|
-
const compiler_fn = jsfn;
|
|
13
|
-
const compiler_options = options || {};
|
|
14
|
-
if (typeof compiler_name !== 'string' || compiler_name.length === 0) {
|
|
15
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a non-empty string name');
|
|
16
|
-
}
|
|
17
|
-
if (typeof compiler_fn !== 'function') {
|
|
18
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a function compiler implementation');
|
|
19
|
-
}
|
|
20
|
-
const compiler_resource = new jsgui.Resource.Compiler({ name: compiler_name });
|
|
21
|
-
compiler_resource.transform = (input, transform_options = {}) => {
|
|
22
|
-
const merged_options = Object.assign({}, compiler_options, transform_options);
|
|
23
|
-
return compiler_fn(input, merged_options);
|
|
24
|
-
};
|
|
25
|
-
jsgui.Resource.compilers = jsgui.Resource.compilers || {};
|
|
26
|
-
jsgui.Resource.compilers[compiler_name] = compiler_resource;
|
|
27
|
-
const pool = compiler_options.pool || compiler_options.resource_pool;
|
|
28
|
-
if (pool && typeof pool.add === 'function') {
|
|
29
|
-
pool.add(compiler_resource);
|
|
30
|
-
}
|
|
31
|
-
return compiler_resource;
|
|
32
|
-
};
|
|
33
|
-
jsgui.controls = jsgui.controls || {};
|
|
34
|
-
Object.assign(jsgui.controls, {
|
|
35
|
-
Checkbox: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/0-core/0-basic/0-native-compositional/checkbox'),
|
|
36
|
-
Date_Picker: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/0-core/0-basic/0-native-compositional/date-picker'),
|
|
37
|
-
Select_Options: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/0-core/0-basic/0-native-compositional/Select_Options'),
|
|
38
|
-
Text_Field: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/0-core/0-basic/1-compositional/Text_Field'),
|
|
39
|
-
Text_Input: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/0-core/0-basic/0-native-compositional/Text_Input'),
|
|
40
|
-
Window: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/1-standard/6-layout/window')
|
|
41
|
-
});
|
|
42
|
-
Object.assign(jsgui, jsgui.controls);
|
|
43
|
-
jsgui.mixins = jsgui.mx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/control_mixins/mx.js');
|
|
44
|
-
module.exports = jsgui;
|
package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-6718a85eb9e5aa782dd47a05.js
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
const jsgui = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/html-core/html-core.js');
|
|
2
|
-
jsgui.Router = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/router/router.js');
|
|
3
|
-
jsgui.Resource = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/resource.js');
|
|
4
|
-
jsgui.Resource_Pool = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/pool.js');
|
|
5
|
-
jsgui.Resource.Data_KV = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-kv-resource.js');
|
|
6
|
-
jsgui.Resource.Data_Transform = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-transform-resource.js');
|
|
7
|
-
jsgui.Resource.Compilation = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compilation-resource.js');
|
|
8
|
-
jsgui.Resource.Compiler = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compiler-resource.js');
|
|
9
|
-
jsgui.gfx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/node_modules/jsgui3-gfx-core/core/gfx-core.js');
|
|
10
|
-
jsgui.Resource.load_compiler = (name, jsfn, options) => {
|
|
11
|
-
const compiler_name = name;
|
|
12
|
-
const compiler_fn = jsfn;
|
|
13
|
-
const compiler_options = options || {};
|
|
14
|
-
if (typeof compiler_name !== 'string' || compiler_name.length === 0) {
|
|
15
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a non-empty string name');
|
|
16
|
-
}
|
|
17
|
-
if (typeof compiler_fn !== 'function') {
|
|
18
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a function compiler implementation');
|
|
19
|
-
}
|
|
20
|
-
const compiler_resource = new jsgui.Resource.Compiler({ name: compiler_name });
|
|
21
|
-
compiler_resource.transform = (input, transform_options = {}) => {
|
|
22
|
-
const merged_options = Object.assign({}, compiler_options, transform_options);
|
|
23
|
-
return compiler_fn(input, merged_options);
|
|
24
|
-
};
|
|
25
|
-
jsgui.Resource.compilers = jsgui.Resource.compilers || {};
|
|
26
|
-
jsgui.Resource.compilers[compiler_name] = compiler_resource;
|
|
27
|
-
const pool = compiler_options.pool || compiler_options.resource_pool;
|
|
28
|
-
if (pool && typeof pool.add === 'function') {
|
|
29
|
-
pool.add(compiler_resource);
|
|
30
|
-
}
|
|
31
|
-
return compiler_resource;
|
|
32
|
-
};
|
|
33
|
-
jsgui.controls = jsgui.controls || {};
|
|
34
|
-
Object.assign(jsgui.controls, {
|
|
35
|
-
Canvas: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/0-core/1-advanced/Canvas'),
|
|
36
|
-
Checkbox: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/0-core/0-basic/0-native-compositional/checkbox'),
|
|
37
|
-
Date_Picker: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/0-core/0-basic/0-native-compositional/date-picker'),
|
|
38
|
-
Dropdown_Menu: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/0-core/0-basic/1-compositional/Dropdown_Menu'),
|
|
39
|
-
Text_Field: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/0-core/0-basic/1-compositional/Text_Field'),
|
|
40
|
-
Text_Input: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/0-core/0-basic/0-native-compositional/Text_Input'),
|
|
41
|
-
Window: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/1-standard/6-layout/window')
|
|
42
|
-
});
|
|
43
|
-
Object.assign(jsgui, jsgui.controls);
|
|
44
|
-
jsgui.mixins = jsgui.mx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/control_mixins/mx.js');
|
|
45
|
-
module.exports = jsgui;
|
package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-69e280f14e37aee76a1d4675.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
const jsgui = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/html-core/html-core.js');
|
|
2
|
-
jsgui.Router = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/router/router.js');
|
|
3
|
-
jsgui.Resource = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/resource.js');
|
|
4
|
-
jsgui.Resource_Pool = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/pool.js');
|
|
5
|
-
jsgui.Resource.Data_KV = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-kv-resource.js');
|
|
6
|
-
jsgui.Resource.Data_Transform = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-transform-resource.js');
|
|
7
|
-
jsgui.Resource.Compilation = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compilation-resource.js');
|
|
8
|
-
jsgui.Resource.Compiler = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compiler-resource.js');
|
|
9
|
-
jsgui.gfx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/node_modules/jsgui3-gfx-core/core/gfx-core.js');
|
|
10
|
-
jsgui.Resource.load_compiler = (name, jsfn, options) => {
|
|
11
|
-
const compiler_name = name;
|
|
12
|
-
const compiler_fn = jsfn;
|
|
13
|
-
const compiler_options = options || {};
|
|
14
|
-
if (typeof compiler_name !== 'string' || compiler_name.length === 0) {
|
|
15
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a non-empty string name');
|
|
16
|
-
}
|
|
17
|
-
if (typeof compiler_fn !== 'function') {
|
|
18
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a function compiler implementation');
|
|
19
|
-
}
|
|
20
|
-
const compiler_resource = new jsgui.Resource.Compiler({ name: compiler_name });
|
|
21
|
-
compiler_resource.transform = (input, transform_options = {}) => {
|
|
22
|
-
const merged_options = Object.assign({}, compiler_options, transform_options);
|
|
23
|
-
return compiler_fn(input, merged_options);
|
|
24
|
-
};
|
|
25
|
-
jsgui.Resource.compilers = jsgui.Resource.compilers || {};
|
|
26
|
-
jsgui.Resource.compilers[compiler_name] = compiler_resource;
|
|
27
|
-
const pool = compiler_options.pool || compiler_options.resource_pool;
|
|
28
|
-
if (pool && typeof pool.add === 'function') {
|
|
29
|
-
pool.add(compiler_resource);
|
|
30
|
-
}
|
|
31
|
-
return compiler_resource;
|
|
32
|
-
};
|
|
33
|
-
jsgui.controls = jsgui.controls || {};
|
|
34
|
-
Object.assign(jsgui.controls, {
|
|
35
|
-
Window: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/1-standard/6-layout/window')
|
|
36
|
-
});
|
|
37
|
-
Object.assign(jsgui, jsgui.controls);
|
|
38
|
-
jsgui.mixins = jsgui.mx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/control_mixins/mx.js');
|
|
39
|
-
module.exports = jsgui;
|
package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-7570d1b030d44b111ed59c4c.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
const jsgui = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/html-core/html-core.js');
|
|
2
|
-
jsgui.Router = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/router/router.js');
|
|
3
|
-
jsgui.Resource = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/resource.js');
|
|
4
|
-
jsgui.Resource_Pool = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/pool.js');
|
|
5
|
-
jsgui.Resource.Data_KV = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-kv-resource.js');
|
|
6
|
-
jsgui.Resource.Data_Transform = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-transform-resource.js');
|
|
7
|
-
jsgui.Resource.Compilation = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compilation-resource.js');
|
|
8
|
-
jsgui.Resource.Compiler = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compiler-resource.js');
|
|
9
|
-
jsgui.gfx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/node_modules/jsgui3-gfx-core/core/gfx-core.js');
|
|
10
|
-
jsgui.Resource.load_compiler = (name, jsfn, options) => {
|
|
11
|
-
const compiler_name = name;
|
|
12
|
-
const compiler_fn = jsfn;
|
|
13
|
-
const compiler_options = options || {};
|
|
14
|
-
if (typeof compiler_name !== 'string' || compiler_name.length === 0) {
|
|
15
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a non-empty string name');
|
|
16
|
-
}
|
|
17
|
-
if (typeof compiler_fn !== 'function') {
|
|
18
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a function compiler implementation');
|
|
19
|
-
}
|
|
20
|
-
const compiler_resource = new jsgui.Resource.Compiler({ name: compiler_name });
|
|
21
|
-
compiler_resource.transform = (input, transform_options = {}) => {
|
|
22
|
-
const merged_options = Object.assign({}, compiler_options, transform_options);
|
|
23
|
-
return compiler_fn(input, merged_options);
|
|
24
|
-
};
|
|
25
|
-
jsgui.Resource.compilers = jsgui.Resource.compilers || {};
|
|
26
|
-
jsgui.Resource.compilers[compiler_name] = compiler_resource;
|
|
27
|
-
const pool = compiler_options.pool || compiler_options.resource_pool;
|
|
28
|
-
if (pool && typeof pool.add === 'function') {
|
|
29
|
-
pool.add(compiler_resource);
|
|
30
|
-
}
|
|
31
|
-
return compiler_resource;
|
|
32
|
-
};
|
|
33
|
-
jsgui.controls = jsgui.controls || {};
|
|
34
|
-
Object.assign(jsgui.controls, {
|
|
35
|
-
|
|
36
|
-
});
|
|
37
|
-
Object.assign(jsgui, jsgui.controls);
|
|
38
|
-
jsgui.mixins = jsgui.mx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/control_mixins/mx.js');
|
|
39
|
-
module.exports = jsgui;
|
package/.jsgui3-server-cache/jsgui3-html-shims/jsgui3-html-controls-shim-7798c9bbd55e510d5039f936.js
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
const jsgui = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/html-core/html-core.js');
|
|
2
|
-
jsgui.Router = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/router/router.js');
|
|
3
|
-
jsgui.Resource = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/resource.js');
|
|
4
|
-
jsgui.Resource_Pool = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/pool.js');
|
|
5
|
-
jsgui.Resource.Data_KV = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-kv-resource.js');
|
|
6
|
-
jsgui.Resource.Data_Transform = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/data-transform-resource.js');
|
|
7
|
-
jsgui.Resource.Compilation = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compilation-resource.js');
|
|
8
|
-
jsgui.Resource.Compiler = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/resource/compiler-resource.js');
|
|
9
|
-
jsgui.gfx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/node_modules/jsgui3-gfx-core/core/gfx-core.js');
|
|
10
|
-
jsgui.Resource.load_compiler = (name, jsfn, options) => {
|
|
11
|
-
const compiler_name = name;
|
|
12
|
-
const compiler_fn = jsfn;
|
|
13
|
-
const compiler_options = options || {};
|
|
14
|
-
if (typeof compiler_name !== 'string' || compiler_name.length === 0) {
|
|
15
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a non-empty string name');
|
|
16
|
-
}
|
|
17
|
-
if (typeof compiler_fn !== 'function') {
|
|
18
|
-
throw new Error('Resource.load_compiler(name, fn, options) requires a function compiler implementation');
|
|
19
|
-
}
|
|
20
|
-
const compiler_resource = new jsgui.Resource.Compiler({ name: compiler_name });
|
|
21
|
-
compiler_resource.transform = (input, transform_options = {}) => {
|
|
22
|
-
const merged_options = Object.assign({}, compiler_options, transform_options);
|
|
23
|
-
return compiler_fn(input, merged_options);
|
|
24
|
-
};
|
|
25
|
-
jsgui.Resource.compilers = jsgui.Resource.compilers || {};
|
|
26
|
-
jsgui.Resource.compilers[compiler_name] = compiler_resource;
|
|
27
|
-
const pool = compiler_options.pool || compiler_options.resource_pool;
|
|
28
|
-
if (pool && typeof pool.add === 'function') {
|
|
29
|
-
pool.add(compiler_resource);
|
|
30
|
-
}
|
|
31
|
-
return compiler_resource;
|
|
32
|
-
};
|
|
33
|
-
jsgui.controls = jsgui.controls || {};
|
|
34
|
-
Object.assign(jsgui.controls, {
|
|
35
|
-
Alert_Banner: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/1-standard/5-ui/alert_banner'),
|
|
36
|
-
Button: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/0-core/0-basic/0-native-compositional/button'),
|
|
37
|
-
Form_Container: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/1-standard/1-editor/form_container'),
|
|
38
|
-
Window: require('/mnt/c/Users/james/Documents/repos/jsgui3-html/controls/organised/1-standard/6-layout/window')
|
|
39
|
-
});
|
|
40
|
-
Object.assign(jsgui, jsgui.controls);
|
|
41
|
-
jsgui.mixins = jsgui.mx = require('/mnt/c/Users/james/Documents/repos/jsgui3-html/control_mixins/mx.js');
|
|
42
|
-
module.exports = jsgui;
|