@serve.zone/dcrouter 11.2.33 → 11.2.34
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/dist_serve/bundle.js
CHANGED
|
@@ -36174,56 +36174,6 @@ html\`<dees-button>Click me</dees-button>\`</code></pre>
|
|
|
36174
36174
|
background: ${c.bdTheme("#ef4444","#ef4444")};
|
|
36175
36175
|
}
|
|
36176
36176
|
|
|
36177
|
-
.log-container {
|
|
36178
|
-
background: ${c.bdTheme("#18181b","#09090b")};
|
|
36179
|
-
border-radius: 6px;
|
|
36180
|
-
padding: 12px;
|
|
36181
|
-
max-height: 300px;
|
|
36182
|
-
overflow-y: auto;
|
|
36183
|
-
font-family: 'SF Mono', Monaco, 'Cascadia Code', monospace;
|
|
36184
|
-
font-size: 12px;
|
|
36185
|
-
line-height: 1.6;
|
|
36186
|
-
}
|
|
36187
|
-
|
|
36188
|
-
.log-entry {
|
|
36189
|
-
display: flex;
|
|
36190
|
-
gap: 12px;
|
|
36191
|
-
padding: 4px 0;
|
|
36192
|
-
}
|
|
36193
|
-
|
|
36194
|
-
.log-timestamp {
|
|
36195
|
-
color: #71717a;
|
|
36196
|
-
flex-shrink: 0;
|
|
36197
|
-
}
|
|
36198
|
-
|
|
36199
|
-
.log-level {
|
|
36200
|
-
flex-shrink: 0;
|
|
36201
|
-
width: 50px;
|
|
36202
|
-
text-transform: uppercase;
|
|
36203
|
-
font-weight: 500;
|
|
36204
|
-
}
|
|
36205
|
-
|
|
36206
|
-
.log-level.info {
|
|
36207
|
-
color: #60a5fa;
|
|
36208
|
-
}
|
|
36209
|
-
|
|
36210
|
-
.log-level.warn {
|
|
36211
|
-
color: #fbbf24;
|
|
36212
|
-
}
|
|
36213
|
-
|
|
36214
|
-
.log-level.error {
|
|
36215
|
-
color: #f87171;
|
|
36216
|
-
}
|
|
36217
|
-
|
|
36218
|
-
.log-level.debug {
|
|
36219
|
-
color: #a1a1aa;
|
|
36220
|
-
}
|
|
36221
|
-
|
|
36222
|
-
.log-message {
|
|
36223
|
-
color: #fafafa;
|
|
36224
|
-
word-break: break-word;
|
|
36225
|
-
}
|
|
36226
|
-
|
|
36227
36177
|
.config-item {
|
|
36228
36178
|
display: flex;
|
|
36229
36179
|
justify-content: space-between;
|
|
@@ -36440,30 +36390,13 @@ html\`<dees-button>Click me</dees-button>\`</code></pre>
|
|
|
36440
36390
|
`:""}
|
|
36441
36391
|
|
|
36442
36392
|
<!-- Logs -->
|
|
36443
|
-
<
|
|
36444
|
-
|
|
36445
|
-
|
|
36446
|
-
|
|
36447
|
-
|
|
36448
|
-
|
|
36449
|
-
|
|
36450
|
-
Logs
|
|
36451
|
-
</div>
|
|
36452
|
-
</div>
|
|
36453
|
-
<div class="section-content">
|
|
36454
|
-
<div class="log-container">
|
|
36455
|
-
${this.logs.length>0?this.logs.map(g=>y`
|
|
36456
|
-
<div class="log-entry">
|
|
36457
|
-
<span class="log-timestamp">${g.timestamp}</span>
|
|
36458
|
-
<span class="log-level ${g.level}">${g.level}</span>
|
|
36459
|
-
<span class="log-message">${g.message}</span>
|
|
36460
|
-
</div>
|
|
36461
|
-
`):y`
|
|
36462
|
-
<div style="color: #71717a; text-align: center; padding: 20px;">No logs available</div>
|
|
36463
|
-
`}
|
|
36464
|
-
</div>
|
|
36465
|
-
</div>
|
|
36466
|
-
</div>
|
|
36393
|
+
<dees-chart-log
|
|
36394
|
+
.label=${"Service Logs"}
|
|
36395
|
+
.logEntries=${this.logs.map(g=>({timestamp:g.timestamp.includes("T")?g.timestamp:new Date(g.timestamp).toISOString(),level:g.level,message:g.message}))}
|
|
36396
|
+
.autoScroll=${!0}
|
|
36397
|
+
.maxEntries=${2e3}
|
|
36398
|
+
.showMetrics=${!0}
|
|
36399
|
+
></dees-chart-log>
|
|
36467
36400
|
</div>
|
|
36468
36401
|
`:y`<div class="empty-state">No service selected</div>`}renderServiceIcon(){switch(this.service?.type){case"mongodb":return y`<svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"/></svg>`;case"minio":return y`<svg viewBox="0 0 24 24" fill="currentColor"><path d="M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18-.21 0-.41-.06-.57-.18l-7.9-4.44A.991.991 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18.21 0 .41.06.57.18l7.9 4.44c.32.17.53.5.53.88v9z"/></svg>`;case"clickhouse":return y`<svg viewBox="0 0 24 24" fill="currentColor"><rect x="2" y="2" width="6" height="20"/><rect x="9" y="7" width="6" height="15"/><rect x="16" y="12" width="6" height="10"/></svg>`;case"redis":return y`<svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/></svg>`;default:return y`<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="2" width="20" height="8" rx="2" ry="2"></rect><rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect><line x1="6" y1="6" x2="6.01" y2="6"></line><line x1="6" y1="18" x2="6.01" y2="18"></line></svg>`}}getProgressClass(g){return g<50?"low":g<80?"medium":"high"}formatConfigKey(g){return g.replace(/([A-Z])/g," $1").replace(/^./,h=>h.toUpperCase())}formatConfigValue(g){return typeof g=="boolean"?g?"Enabled":"Disabled":String(g)}copyToClipboard(g){navigator.clipboard.writeText(g),this.dispatchEvent(new CustomEvent("copy",{detail:g,bubbles:!0,composed:!0}))}handleStart(){this.dispatchEvent(new CustomEvent("start",{detail:this.service,bubbles:!0,composed:!0}))}handleStop(){this.dispatchEvent(new CustomEvent("stop",{detail:this.service,bubbles:!0,composed:!0}))}handleRestart(){this.dispatchEvent(new CustomEvent("restart",{detail:this.service,bubbles:!0,composed:!0}))}constructor(){super(...arguments),$6(this,b)}static{$6(r,a)}};return v=r})();ce();var WB=function(t,e,a,r,i,o){function s(x){if(x!==void 0&&typeof x!="function")throw new TypeError("Function expected");return x}for(var n=r.kind,f=n==="getter"?"get":n==="setter"?"set":"value",u=!e&&t?r.static?t:t.prototype:null,p=e||(u?Object.getOwnPropertyDescriptor(u,r.name):{}),d,m=!1,b=a.length-1;b>=0;b--){var v={};for(var g in r)v[g]=g==="access"?{}:r[g];for(var g in r.access)v.access[g]=r.access[g];v.addInitializer=function(x){if(m)throw new TypeError("Cannot add initializers after decoration has completed");o.push(s(x||null))};var h=(0,a[b])(n==="accessor"?{get:p.get,set:p.set}:p[f],v);if(n==="accessor"){if(h===void 0)continue;if(h===null||typeof h!="object")throw new TypeError("Object expected");(d=s(h.get))&&(p.get=d),(d=s(h.set))&&(p.set=d),(d=s(h.init))&&i.unshift(d)}else(d=s(h))&&(n==="field"?i.unshift(d):p[f]=d)}u&&Object.defineProperty(u,r.name,p),m=!0},Bo=function(t,e,a){for(var r=arguments.length>2,i=0;i<e.length;i++)a=r?e[i].call(t,a):e[i].call(t);return r?a:void 0},eaa=(()=>{let t=[ee("sz-domain-detail-view")],e,a=[],r,i=ne,o,s=[],n=[],f,u=[],p=[],d,m=[],b=[],v,g=[],h=[];var x=class extends i{static{r=this}static{let w=typeof Symbol=="function"&&Symbol.metadata?Object.create(i[Symbol.metadata]??null):void 0;o=[T({type:Object})],f=[T({type:Object})],d=[T({type:Array})],v=[T({type:Boolean})],WB(this,null,o,{kind:"accessor",name:"domain",static:!1,private:!1,access:{has:M=>"domain"in M,get:M=>M.domain,set:(M,P)=>{M.domain=P}},metadata:w},s,n),WB(this,null,f,{kind:"accessor",name:"certificate",static:!1,private:!1,access:{has:M=>"certificate"in M,get:M=>M.certificate,set:(M,P)=>{M.certificate=P}},metadata:w},u,p),WB(this,null,d,{kind:"accessor",name:"dnsRecords",static:!1,private:!1,access:{has:M=>"dnsRecords"in M,get:M=>M.dnsRecords,set:(M,P)=>{M.dnsRecords=P}},metadata:w},m,b),WB(this,null,v,{kind:"accessor",name:"actionLoading",static:!1,private:!1,access:{has:M=>"actionLoading"in M,get:M=>M.actionLoading,set:(M,P)=>{M.actionLoading=P}},metadata:w},g,h),WB(null,e={value:r},t,{kind:"class",name:r.name,metadata:w},null,a),x=r=e.value,w&&Object.defineProperty(r,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:w})}static demo=()=>y`
|
|
36469
36402
|
<div style="padding: 24px; max-width: 1000px;">
|
|
@@ -42873,4 +42806,4 @@ ibantools/jsnext/ibantools.js:
|
|
|
42873
42806
|
* @preferred
|
|
42874
42807
|
*)
|
|
42875
42808
|
*/
|
|
42876
|
-
//# sourceMappingURL=bundle-
|
|
42809
|
+
//# sourceMappingURL=bundle-1773671568208.js.map
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@serve.zone/dcrouter',
|
|
6
|
-
version: '11.2.
|
|
6
|
+
version: '11.2.34',
|
|
7
7
|
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxzQkFBc0I7SUFDNUIsT0FBTyxFQUFFLFNBQVM7SUFDbEIsV0FBVyxFQUFFLDBFQUEwRTtDQUN4RixDQUFBIn0=
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@serve.zone/dcrouter',
|
|
6
|
-
version: '11.2.
|
|
6
|
+
version: '11.2.34',
|
|
7
7
|
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUsc0JBQXNCO0lBQzVCLE9BQU8sRUFBRSxTQUFTO0lBQ2xCLFdBQVcsRUFBRSwwRUFBMEU7Q0FDeEYsQ0FBQSJ9
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serve.zone/dcrouter",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "11.2.
|
|
4
|
+
"version": "11.2.34",
|
|
5
5
|
"description": "A multifaceted routing service handling mail and SMS delivery functions.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
"@push.rocks/smartnetwork": "^4.4.0",
|
|
52
52
|
"@push.rocks/smartpath": "^6.0.0",
|
|
53
53
|
"@push.rocks/smartpromise": "^4.2.3",
|
|
54
|
-
"@push.rocks/smartproxy": "^25.11.
|
|
54
|
+
"@push.rocks/smartproxy": "^25.11.17",
|
|
55
55
|
"@push.rocks/smartradius": "^1.1.1",
|
|
56
56
|
"@push.rocks/smartrequest": "^5.0.1",
|
|
57
57
|
"@push.rocks/smartrx": "^3.0.10",
|
|
58
58
|
"@push.rocks/smartstate": "^2.2.0",
|
|
59
59
|
"@push.rocks/smartunique": "^3.0.9",
|
|
60
|
-
"@serve.zone/catalog": "^2.6.
|
|
60
|
+
"@serve.zone/catalog": "^2.6.1",
|
|
61
61
|
"@serve.zone/interfaces": "^5.3.0",
|
|
62
62
|
"@serve.zone/remoteingress": "^4.5.11",
|
|
63
63
|
"@tsclass/tsclass": "^9.4.0",
|
package/ts/00_commitinfo_data.ts
CHANGED