@bendyline/gilde 0.1.20 → 0.1.22
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/authoring/chat-models/muse-glimmer-30b-q4.json +1 -1
- package/authoring/chat-models/nemotron3.5-lightning-30b-q4.json +135 -0
- package/authoring/chat-models/nemotron3.5-lightning-30b-q8.json +135 -0
- package/authoring/page-demo-stub.js +85 -0
- package/data/chat-models/de/deepseek-v4-flash-284b-mxfp4/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-mxfp4/versions/1.0.0/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-q2/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-q2/versions/1.0.0/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-q2/versions/1.1.0/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-q2q4/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-q2q4/versions/1.0.0/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-q4/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-q4/versions/1.0.0/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-q4/versions/1.1.0/manifest.json +3 -1
- package/data/chat-models/gl/glm-5.2-754b-q2/manifest.json +3 -1
- package/data/chat-models/gl/glm-5.2-754b-q2/versions/1.0.0/manifest.json +3 -1
- package/data/chat-models/index.json +1 -1
- package/data/chat-models/mu/muse-glimmer-30b-q4/manifest.json +1 -1
- package/data/chat-models/ne/nemotron3.5-lightning-30b-q4/manifest.json +194 -0
- package/data/chat-models/ne/nemotron3.5-lightning-30b-q4/versions/1.0.0/manifest.json +74 -0
- package/data/chat-models/ne/nemotron3.5-lightning-30b-q8/manifest.json +209 -0
- package/data/chat-models/ne/nemotron3.5-lightning-30b-q8/versions/1.0.0/manifest.json +89 -0
- package/data/connector-types/bl/bluesky-posts/manifest.json +16 -0
- package/data/connector-types/bl/bluesky-posts/versions/1.0.0/manifest.json +70 -0
- package/data/connector-types/gi/github-issues/versions/1.0.1/manifest.json +67 -0
- package/data/connector-types/gi/github-pulls/manifest.json +17 -0
- package/data/connector-types/gi/github-pulls/versions/1.0.0/manifest.json +37 -0
- package/data/connector-types/in/instagram-media/manifest.json +17 -0
- package/data/connector-types/in/instagram-media/versions/1.0.0/manifest.json +70 -0
- package/data/connector-types/index.json +1 -1
- package/data/connector-types/x-/x-posts/manifest.json +17 -0
- package/data/connector-types/x-/x-posts/versions/1.0.0/manifest.json +66 -0
- package/data/craftbook-templates/dr/draft-social-post/manifest.json +23 -0
- package/data/craftbook-templates/dr/draft-social-post/versions/1.0.0/craftbook.json +176 -0
- package/data/craftbook-templates/dr/draft-social-post/versions/1.0.0/test.json +161 -0
- package/data/craftbook-templates/index.json +1 -1
- package/data/craftbook-templates/re/reception-report/manifest.json +21 -0
- package/data/craftbook-templates/re/reception-report/versions/1.0.0/craftbook.json +170 -0
- package/data/craftbook-templates/re/reception-report/versions/1.0.0/test.json +168 -0
- package/data/craftbook-templates/so/social-digest/manifest.json +21 -0
- package/data/craftbook-templates/so/social-digest/versions/1.0.0/craftbook.json +133 -0
- package/data/craftbook-templates/so/social-digest/versions/1.0.0/test.json +168 -0
- package/data/gezel-templates/index.json +1 -1
- package/data/gezel-templates/om/omroeper/manifest.json +20 -0
- package/data/gezel-templates/om/omroeper/versions/1.0.0/about.md +33 -0
- package/data/gezel-templates/om/omroeper/versions/1.0.0/manifest.json +23 -0
- package/data/project-types/im/image-feed/manifest.json +20 -0
- package/data/project-types/im/image-feed/versions/1.0.0/about.md +21 -0
- package/data/project-types/im/image-feed/versions/1.0.0/manifest.json +330 -0
- package/data/project-types/im/image-feed/versions/1.0.0/mission.md +10 -0
- package/data/project-types/im/image-feed/versions/1.0.0/pages/gallery/index.html +831 -0
- package/data/project-types/im/image-feed/versions/1.0.0/posts/index.json +4 -0
- package/data/project-types/im/image-feed/versions/1.0.0/style-guide.md +24 -0
- package/data/project-types/index.json +1 -1
- package/data/project-types/so/social-feed/manifest.json +20 -0
- package/data/project-types/so/social-feed/versions/1.0.0/about.md +19 -0
- package/data/project-types/so/social-feed/versions/1.0.0/manifest.json +330 -0
- package/data/project-types/so/social-feed/versions/1.0.0/mission.md +10 -0
- package/data/project-types/so/social-feed/versions/1.0.0/pages/dashboard/index.html +754 -0
- package/data/project-types/so/social-feed/versions/1.0.0/posts/index.json +4 -0
- package/data/project-types/so/social-feed/versions/1.0.0/voice-guide.md +22 -0
- package/package.json +1 -1
- package/schemas/chat-model-version.schema.json +10 -0
- package/schemas/connector-type-version.schema.json +6 -0
- package/schemas/craftbook-doc.schema.json +24 -0
- package/schemas/craftbook-template-version.schema.json +24 -0
- package/schemas/craftbook-test.schema.json +1 -0
- package/schemas/project-type-version.schema.json +4 -0
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "nemotron3.5-lightning-30b-q4",
|
|
3
|
+
"name": "Nemotron 3.5 Lightning (30B-A3B, Q4)",
|
|
4
|
+
"description": "NVIDIA's Nemotron 3.5 Lightning — a text-only 30B-parameter hybrid Mamba-2/Transformer Mixture-of-Experts model with about 3B active parameters per token, native reasoning and tool calling, and a 256K context window. The llama.cpp source is ggml-org's Q4_K_M build (about 25.4GB); Apple Silicon uses mlx-community's matching 4-bit affine conversion (about 17.8GB).",
|
|
5
|
+
"tags": [
|
|
6
|
+
"nvidia",
|
|
7
|
+
"reasoning",
|
|
8
|
+
"agentic",
|
|
9
|
+
"coding",
|
|
10
|
+
"tools",
|
|
11
|
+
"long-context",
|
|
12
|
+
"moe",
|
|
13
|
+
"hybrid",
|
|
14
|
+
"mamba",
|
|
15
|
+
"open-weights",
|
|
16
|
+
"apple-silicon"
|
|
17
|
+
],
|
|
18
|
+
"category": "reasoning",
|
|
19
|
+
"maintainer": {
|
|
20
|
+
"name": "NVIDIA",
|
|
21
|
+
"url": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16"
|
|
22
|
+
},
|
|
23
|
+
"version": "1.0.0",
|
|
24
|
+
"updatedAt": "2026-08-11T00:00:00Z",
|
|
25
|
+
"minGezelVersion": "1.26223",
|
|
26
|
+
"license": "OpenMDW-1.1",
|
|
27
|
+
"licenseClass": "open",
|
|
28
|
+
"licenseShortName": "OpenMDW 1.1",
|
|
29
|
+
"licenseUrl": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16/blob/main/LICENSE",
|
|
30
|
+
"parameterSize": "30B",
|
|
31
|
+
"approxSizeBytes": 25430738944,
|
|
32
|
+
"supportsTools": true,
|
|
33
|
+
"contextWindow": 262144,
|
|
34
|
+
"kvBytesPerTokenF16": 6144,
|
|
35
|
+
"upstream": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16",
|
|
36
|
+
"style": {
|
|
37
|
+
"family": "nemotron",
|
|
38
|
+
"reasoningFormat": "think",
|
|
39
|
+
"toolCallFormat": "function-call"
|
|
40
|
+
},
|
|
41
|
+
"behaviors": [
|
|
42
|
+
"reasoning.strip-think-tags",
|
|
43
|
+
"prompt.private-reasoning-guidance",
|
|
44
|
+
"prompt.tool-cookbook-condensed",
|
|
45
|
+
"mcp.compact-tool-schemas",
|
|
46
|
+
"fabrication.detect-past-tense-no-tools",
|
|
47
|
+
"prompt.retrieval-first",
|
|
48
|
+
"prompt.workspace-gestalt",
|
|
49
|
+
"turn.preamble-folding",
|
|
50
|
+
"turn.ramble-detection",
|
|
51
|
+
"tools.mlx-grammar"
|
|
52
|
+
],
|
|
53
|
+
"tuning": {
|
|
54
|
+
"sampling": {
|
|
55
|
+
"temperature": 1,
|
|
56
|
+
"topP": 0.95,
|
|
57
|
+
"maxTokens": 16384
|
|
58
|
+
},
|
|
59
|
+
"samplingWhenThinking": {
|
|
60
|
+
"temperature": 1,
|
|
61
|
+
"topP": 0.95
|
|
62
|
+
},
|
|
63
|
+
"reasoning": {
|
|
64
|
+
"enableThinking": true,
|
|
65
|
+
"thinkingBudget": 8192
|
|
66
|
+
},
|
|
67
|
+
"profiles": {
|
|
68
|
+
"thinking-general": {
|
|
69
|
+
"sampling": {
|
|
70
|
+
"temperature": 0.6,
|
|
71
|
+
"topP": 0.95,
|
|
72
|
+
"maxTokens": 16384
|
|
73
|
+
},
|
|
74
|
+
"reasoning": {
|
|
75
|
+
"enableThinking": true,
|
|
76
|
+
"thinkingBudget": 8192
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"thinking-coding": {
|
|
80
|
+
"sampling": {
|
|
81
|
+
"temperature": 0.6,
|
|
82
|
+
"topP": 0.95,
|
|
83
|
+
"maxTokens": 32768
|
|
84
|
+
},
|
|
85
|
+
"reasoning": {
|
|
86
|
+
"enableThinking": true,
|
|
87
|
+
"thinkingBudget": 12288
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"thinking-precise": {
|
|
91
|
+
"sampling": {
|
|
92
|
+
"temperature": 0.6,
|
|
93
|
+
"topP": 0.9,
|
|
94
|
+
"seed": 0,
|
|
95
|
+
"maxTokens": 8192
|
|
96
|
+
},
|
|
97
|
+
"reasoning": {
|
|
98
|
+
"enableThinking": true,
|
|
99
|
+
"thinkingBudget": 6144
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"instruct": {
|
|
103
|
+
"sampling": {
|
|
104
|
+
"temperature": 1,
|
|
105
|
+
"topP": 0.95,
|
|
106
|
+
"maxTokens": 8192
|
|
107
|
+
},
|
|
108
|
+
"reasoning": {
|
|
109
|
+
"enableThinking": false
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"creative": {
|
|
113
|
+
"sampling": {
|
|
114
|
+
"temperature": 1,
|
|
115
|
+
"topP": 0.95,
|
|
116
|
+
"maxTokens": 16384
|
|
117
|
+
},
|
|
118
|
+
"reasoning": {
|
|
119
|
+
"enableThinking": false
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
"llamaCpp": {
|
|
125
|
+
"huggingfaceRepo": "ggml-org/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF",
|
|
126
|
+
"filename": "NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q4_K_M.gguf",
|
|
127
|
+
"quantization": "Q4_K_M",
|
|
128
|
+
"residentBytes": 30516886733
|
|
129
|
+
},
|
|
130
|
+
"mlx": {
|
|
131
|
+
"huggingfaceRepo": "mlx-community/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-4bit",
|
|
132
|
+
"quantization": "4bit",
|
|
133
|
+
"residentBytes": 23130356200
|
|
134
|
+
}
|
|
135
|
+
}
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "nemotron3.5-lightning-30b-q8",
|
|
3
|
+
"name": "Nemotron 3.5 Lightning (30B-A3B, Q8)",
|
|
4
|
+
"description": "NVIDIA's Nemotron 3.5 Lightning — a text-only 30B-parameter hybrid Mamba-2/Transformer Mixture-of-Experts model with about 3B active parameters per token, native reasoning and tool calling, and a 256K context window. This higher-fidelity variant uses ggml-org's Q8_0 llama.cpp build (about 35GB) or mlx-community's matching 8-bit affine conversion (about 33.6GB).",
|
|
5
|
+
"tags": [
|
|
6
|
+
"nvidia",
|
|
7
|
+
"reasoning",
|
|
8
|
+
"agentic",
|
|
9
|
+
"coding",
|
|
10
|
+
"tools",
|
|
11
|
+
"long-context",
|
|
12
|
+
"moe",
|
|
13
|
+
"hybrid",
|
|
14
|
+
"mamba",
|
|
15
|
+
"open-weights",
|
|
16
|
+
"apple-silicon"
|
|
17
|
+
],
|
|
18
|
+
"category": "reasoning",
|
|
19
|
+
"maintainer": {
|
|
20
|
+
"name": "NVIDIA",
|
|
21
|
+
"url": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16"
|
|
22
|
+
},
|
|
23
|
+
"version": "1.0.0",
|
|
24
|
+
"updatedAt": "2026-08-11T00:00:00Z",
|
|
25
|
+
"minGezelVersion": "1.26223",
|
|
26
|
+
"license": "OpenMDW-1.1",
|
|
27
|
+
"licenseClass": "open",
|
|
28
|
+
"licenseShortName": "OpenMDW 1.1",
|
|
29
|
+
"licenseUrl": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16/blob/main/LICENSE",
|
|
30
|
+
"parameterSize": "30B",
|
|
31
|
+
"approxSizeBytes": 35004642304,
|
|
32
|
+
"supportsTools": true,
|
|
33
|
+
"contextWindow": 262144,
|
|
34
|
+
"kvBytesPerTokenF16": 6144,
|
|
35
|
+
"upstream": "https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16",
|
|
36
|
+
"style": {
|
|
37
|
+
"family": "nemotron",
|
|
38
|
+
"reasoningFormat": "think",
|
|
39
|
+
"toolCallFormat": "function-call"
|
|
40
|
+
},
|
|
41
|
+
"behaviors": [
|
|
42
|
+
"reasoning.strip-think-tags",
|
|
43
|
+
"prompt.private-reasoning-guidance",
|
|
44
|
+
"prompt.tool-cookbook-condensed",
|
|
45
|
+
"mcp.compact-tool-schemas",
|
|
46
|
+
"fabrication.detect-past-tense-no-tools",
|
|
47
|
+
"prompt.retrieval-first",
|
|
48
|
+
"prompt.workspace-gestalt",
|
|
49
|
+
"turn.preamble-folding",
|
|
50
|
+
"turn.ramble-detection",
|
|
51
|
+
"tools.mlx-grammar"
|
|
52
|
+
],
|
|
53
|
+
"tuning": {
|
|
54
|
+
"sampling": {
|
|
55
|
+
"temperature": 1,
|
|
56
|
+
"topP": 0.95,
|
|
57
|
+
"maxTokens": 16384
|
|
58
|
+
},
|
|
59
|
+
"samplingWhenThinking": {
|
|
60
|
+
"temperature": 1,
|
|
61
|
+
"topP": 0.95
|
|
62
|
+
},
|
|
63
|
+
"reasoning": {
|
|
64
|
+
"enableThinking": true,
|
|
65
|
+
"thinkingBudget": 8192
|
|
66
|
+
},
|
|
67
|
+
"profiles": {
|
|
68
|
+
"thinking-general": {
|
|
69
|
+
"sampling": {
|
|
70
|
+
"temperature": 0.6,
|
|
71
|
+
"topP": 0.95,
|
|
72
|
+
"maxTokens": 16384
|
|
73
|
+
},
|
|
74
|
+
"reasoning": {
|
|
75
|
+
"enableThinking": true,
|
|
76
|
+
"thinkingBudget": 8192
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"thinking-coding": {
|
|
80
|
+
"sampling": {
|
|
81
|
+
"temperature": 0.6,
|
|
82
|
+
"topP": 0.95,
|
|
83
|
+
"maxTokens": 32768
|
|
84
|
+
},
|
|
85
|
+
"reasoning": {
|
|
86
|
+
"enableThinking": true,
|
|
87
|
+
"thinkingBudget": 12288
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"thinking-precise": {
|
|
91
|
+
"sampling": {
|
|
92
|
+
"temperature": 0.6,
|
|
93
|
+
"topP": 0.9,
|
|
94
|
+
"seed": 0,
|
|
95
|
+
"maxTokens": 8192
|
|
96
|
+
},
|
|
97
|
+
"reasoning": {
|
|
98
|
+
"enableThinking": true,
|
|
99
|
+
"thinkingBudget": 6144
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"instruct": {
|
|
103
|
+
"sampling": {
|
|
104
|
+
"temperature": 1,
|
|
105
|
+
"topP": 0.95,
|
|
106
|
+
"maxTokens": 8192
|
|
107
|
+
},
|
|
108
|
+
"reasoning": {
|
|
109
|
+
"enableThinking": false
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"creative": {
|
|
113
|
+
"sampling": {
|
|
114
|
+
"temperature": 1,
|
|
115
|
+
"topP": 0.95,
|
|
116
|
+
"maxTokens": 16384
|
|
117
|
+
},
|
|
118
|
+
"reasoning": {
|
|
119
|
+
"enableThinking": false
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
"llamaCpp": {
|
|
125
|
+
"huggingfaceRepo": "ggml-org/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF",
|
|
126
|
+
"filename": "NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q8_0.gguf",
|
|
127
|
+
"quantization": "Q8_0",
|
|
128
|
+
"residentBytes": 42005570765
|
|
129
|
+
},
|
|
130
|
+
"mlx": {
|
|
131
|
+
"huggingfaceRepo": "mlx-community/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-8bit",
|
|
132
|
+
"quantization": "8bit",
|
|
133
|
+
"residentBytes": 43650255848
|
|
134
|
+
}
|
|
135
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/* gezel-page-demo-stub v1 */
|
|
2
|
+
/*
|
|
3
|
+
* The canonical demo stub for Gezel type pages. MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Paste this file's bytes verbatim into a <script> block ahead of the
|
|
6
|
+
* page's own code, then call makeDemoGezel({ page, tools, data }) with the
|
|
7
|
+
* page's demo handlers. Served by Gezel, the real window.gezel is already
|
|
8
|
+
* injected and the stub steps aside; opened as a raw file (the live demos
|
|
9
|
+
* on gezelgilde.com), it installs a window.gezel whose tools and data are
|
|
10
|
+
* the page-supplied handler maps — one code path in every mode. `tools`
|
|
11
|
+
* and `data` map a tool name / declared read path to a function; data
|
|
12
|
+
* handlers back read() and list(), and url() returns the handler's value
|
|
13
|
+
* or passes a data: URI through. See docs/page-authoring.md.
|
|
14
|
+
*/
|
|
15
|
+
(function () {
|
|
16
|
+
'use strict';
|
|
17
|
+
window.makeDemoGezel = function (opts) {
|
|
18
|
+
if (window.gezel) return window.gezel;
|
|
19
|
+
var page = (opts && opts.page) || {};
|
|
20
|
+
var tools = (opts && opts.tools) || {};
|
|
21
|
+
var data = (opts && opts.data) || {};
|
|
22
|
+
var themeListeners = [];
|
|
23
|
+
var media = window.matchMedia ? window.matchMedia('(prefers-color-scheme: dark)') : null;
|
|
24
|
+
var ui = {
|
|
25
|
+
theme: { mode: media && media.matches ? 'dark' : 'light' },
|
|
26
|
+
onTheme: function (cb) {
|
|
27
|
+
themeListeners.push(cb);
|
|
28
|
+
return function () {
|
|
29
|
+
var at = themeListeners.indexOf(cb);
|
|
30
|
+
if (at >= 0) themeListeners.splice(at, 1);
|
|
31
|
+
};
|
|
32
|
+
},
|
|
33
|
+
};
|
|
34
|
+
if (media && media.addEventListener) {
|
|
35
|
+
media.addEventListener('change', function (ev) {
|
|
36
|
+
ui.theme = { mode: ev.matches ? 'dark' : 'light' };
|
|
37
|
+
themeListeners.slice().forEach(function (cb) { cb(ui.theme); });
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
function fail(code, message) {
|
|
41
|
+
var err = new Error(message);
|
|
42
|
+
err.code = code;
|
|
43
|
+
return Promise.reject(err);
|
|
44
|
+
}
|
|
45
|
+
function run(map, key, arg) {
|
|
46
|
+
if (!Object.prototype.hasOwnProperty.call(map, key)) return null;
|
|
47
|
+
return Promise.resolve().then(function () { return map[key](arg); });
|
|
48
|
+
}
|
|
49
|
+
window.gezel = {
|
|
50
|
+
page: {
|
|
51
|
+
api: 1,
|
|
52
|
+
projectId: 'demo',
|
|
53
|
+
source: 'type',
|
|
54
|
+
entry: page.entry || 'index.html',
|
|
55
|
+
typeName: page.typeName || 'demo',
|
|
56
|
+
params: page.params || {},
|
|
57
|
+
mode: 'demo',
|
|
58
|
+
},
|
|
59
|
+
tools: {
|
|
60
|
+
list: function () { return Promise.resolve(Object.keys(tools)); },
|
|
61
|
+
invoke: function (name, input) {
|
|
62
|
+
var call = run(tools, name, input || {});
|
|
63
|
+
if (!call) return fail('not-allowed', "The demo does not handle the tool '" + name + "'.");
|
|
64
|
+
return call.then(function (output) { return { output: output }; });
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
data: {
|
|
68
|
+
read: function (path, o) {
|
|
69
|
+
return run(data, path, o || {}) || fail('not-allowed', "The demo has no data for '" + path + "'.");
|
|
70
|
+
},
|
|
71
|
+
list: function (path, o) {
|
|
72
|
+
return run(data, path, o || {}) || Promise.resolve([]);
|
|
73
|
+
},
|
|
74
|
+
watch: function () { return function () {}; },
|
|
75
|
+
url: function (path) {
|
|
76
|
+
if (Object.prototype.hasOwnProperty.call(data, path)) return String(data[path]({}));
|
|
77
|
+
return typeof path === 'string' && path.indexOf('data:') === 0 ? path : '';
|
|
78
|
+
},
|
|
79
|
+
},
|
|
80
|
+
ui: ui,
|
|
81
|
+
refresh: function () {},
|
|
82
|
+
};
|
|
83
|
+
return window.gezel;
|
|
84
|
+
};
|
|
85
|
+
})();
|