@design.estate/dees-catalog 1.0.214 → 1.0.216
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_bundle/bundle.js +116 -113
- package/dist_bundle/bundle.js.map +4 -4
- package/dist_ts_web/00_commitinfo_data.js +1 -1
- package/dist_ts_web/elements/dees-button.js +2 -1
- package/dist_ts_web/elements/dees-dataview-codebox.js +2 -3
- package/dist_ts_web/elements/dees-input-fileupload.js +1 -1
- package/dist_ts_web/elements/dees-mobilenavigation.js +1 -1
- package/dist_ts_web/elements/dees-modal.js +2 -2
- package/dist_ts_web/elements/dees-pdf.js +1 -1
- package/dist_ts_web/elements/dees-simple-appdash.js +1 -1
- package/dist_ts_web/elements/dees-stepper.js +1 -1
- package/dist_ts_web/elements/dees-table.d.ts +2 -2
- package/dist_ts_web/elements/dees-table.js +13 -10
- package/dist_watch/bundle.js +279 -125
- package/dist_watch/bundle.js.map +4 -4
- package/package.json +4 -4
- package/ts_web/00_commitinfo_data.ts +1 -1
- package/ts_web/elements/dees-button.ts +1 -0
- package/ts_web/elements/dees-dataview-codebox.ts +1 -2
- package/ts_web/elements/dees-input-fileupload.ts +1 -1
- package/ts_web/elements/dees-mobilenavigation.ts +1 -1
- package/ts_web/elements/dees-modal.ts +2 -2
- package/ts_web/elements/dees-pdf.ts +1 -1
- package/ts_web/elements/dees-simple-appdash.ts +1 -1
- package/ts_web/elements/dees-stepper.ts +1 -1
- package/ts_web/elements/dees-table.ts +13 -10
package/dist_watch/bundle.js
CHANGED
|
@@ -60199,9 +60199,9 @@ function n5(n9) {
|
|
|
60199
60199
|
return (t6, o9) => void 0 !== o9 ? e4(n9, t6, o9) : i3(n9, t6);
|
|
60200
60200
|
}
|
|
60201
60201
|
|
|
60202
|
-
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.
|
|
60203
|
-
var
|
|
60204
|
-
__export(
|
|
60202
|
+
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.50/node_modules/@design.estate/dees-domtools/dist_ts/index.js
|
|
60203
|
+
var dist_ts_exports26 = {};
|
|
60204
|
+
__export(dist_ts_exports26, {
|
|
60205
60205
|
DomTools: () => DomTools,
|
|
60206
60206
|
TypedRequest: () => TypedRequest,
|
|
60207
60207
|
breakpoints: () => domtools_css_breakpoints_exports,
|
|
@@ -60211,7 +60211,7 @@ __export(dist_ts_exports25, {
|
|
|
60211
60211
|
rxjs: () => smartrx_plugins_rxjs_exports
|
|
60212
60212
|
});
|
|
60213
60213
|
|
|
60214
|
-
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.
|
|
60214
|
+
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.50/node_modules/@design.estate/dees-domtools/dist_ts/domtools.elementbasic.js
|
|
60215
60215
|
var domtools_elementbasic_exports = {};
|
|
60216
60216
|
__export(domtools_elementbasic_exports, {
|
|
60217
60217
|
setup: () => setup,
|
|
@@ -60220,8 +60220,8 @@ __export(domtools_elementbasic_exports, {
|
|
|
60220
60220
|
});
|
|
60221
60221
|
|
|
60222
60222
|
// node_modules/.pnpm/@design.estate+dees-comms@1.0.24/node_modules/@design.estate/dees-comms/dist_ts/index.js
|
|
60223
|
-
var
|
|
60224
|
-
__export(
|
|
60223
|
+
var dist_ts_exports16 = {};
|
|
60224
|
+
__export(dist_ts_exports16, {
|
|
60225
60225
|
DeesComms: () => DeesComms
|
|
60226
60226
|
});
|
|
60227
60227
|
|
|
@@ -60277,8 +60277,8 @@ var Timeout = class {
|
|
|
60277
60277
|
};
|
|
60278
60278
|
|
|
60279
60279
|
// node_modules/.pnpm/@api.global+typedrequest@3.0.1/node_modules/@api.global/typedrequest/dist_ts/index.js
|
|
60280
|
-
var
|
|
60281
|
-
__export(
|
|
60280
|
+
var dist_ts_exports15 = {};
|
|
60281
|
+
__export(dist_ts_exports15, {
|
|
60282
60282
|
TypedHandler: () => TypedHandler,
|
|
60283
60283
|
TypedRequest: () => TypedRequest,
|
|
60284
60284
|
TypedResponseError: () => TypedResponseError,
|
|
@@ -62444,21 +62444,18 @@ var Tree = class {
|
|
|
62444
62444
|
};
|
|
62445
62445
|
|
|
62446
62446
|
// node_modules/.pnpm/@push.rocks+webrequest@3.0.33/node_modules/@push.rocks/webrequest/dist_ts/index.js
|
|
62447
|
-
var
|
|
62448
|
-
__export(
|
|
62447
|
+
var dist_ts_exports13 = {};
|
|
62448
|
+
__export(dist_ts_exports13, {
|
|
62449
62449
|
WebRequest: () => WebRequest
|
|
62450
62450
|
});
|
|
62451
62451
|
|
|
62452
|
-
// node_modules/.pnpm/@push.rocks+smartenv@5.0.
|
|
62452
|
+
// node_modules/.pnpm/@push.rocks+smartenv@5.0.10/node_modules/@push.rocks/smartenv/dist_ts/index.js
|
|
62453
62453
|
var dist_ts_exports7 = {};
|
|
62454
62454
|
__export(dist_ts_exports7, {
|
|
62455
62455
|
Smartenv: () => Smartenv
|
|
62456
62456
|
});
|
|
62457
62457
|
|
|
62458
|
-
// node_modules/.pnpm/@push.rocks+smartenv@5.0.
|
|
62459
|
-
var smartpromise = __toESM(require_dist_ts2(), 1);
|
|
62460
|
-
|
|
62461
|
-
// node_modules/.pnpm/@push.rocks+smartenv@5.0.5/node_modules/@push.rocks/smartenv/dist_ts/smartenv.classes.smartenv.js
|
|
62458
|
+
// node_modules/.pnpm/@push.rocks+smartenv@5.0.10/node_modules/@push.rocks/smartenv/dist_ts/smartenv.classes.smartenv.js
|
|
62462
62459
|
var Smartenv = class {
|
|
62463
62460
|
constructor() {
|
|
62464
62461
|
this.loadedScripts = [];
|
|
@@ -62491,7 +62488,7 @@ var Smartenv = class {
|
|
|
62491
62488
|
} else {
|
|
62492
62489
|
this.loadedScripts.push(urlArg);
|
|
62493
62490
|
}
|
|
62494
|
-
const done =
|
|
62491
|
+
const done = dist_ts_exports.defer();
|
|
62495
62492
|
if (globalThis.importScripts) {
|
|
62496
62493
|
globalThis.importScripts(urlArg);
|
|
62497
62494
|
done.resolve();
|
|
@@ -62579,8 +62576,8 @@ var Smartenv = class {
|
|
|
62579
62576
|
};
|
|
62580
62577
|
|
|
62581
62578
|
// node_modules/.pnpm/@push.rocks+smartjson@5.0.10/node_modules/@push.rocks/smartjson/dist_ts/index.js
|
|
62582
|
-
var
|
|
62583
|
-
__export(
|
|
62579
|
+
var dist_ts_exports10 = {};
|
|
62580
|
+
__export(dist_ts_exports10, {
|
|
62584
62581
|
Smartjson: () => Smartjson,
|
|
62585
62582
|
deepEqualObjects: () => deepEqualObjects,
|
|
62586
62583
|
foldDec: () => foldDec,
|
|
@@ -62592,8 +62589,8 @@ __export(dist_ts_exports9, {
|
|
|
62592
62589
|
});
|
|
62593
62590
|
|
|
62594
62591
|
// node_modules/.pnpm/@push.rocks+smartstring@4.0.9/node_modules/@push.rocks/smartstring/dist_ts/index.js
|
|
62595
|
-
var
|
|
62596
|
-
__export(
|
|
62592
|
+
var dist_ts_exports9 = {};
|
|
62593
|
+
__export(dist_ts_exports9, {
|
|
62597
62594
|
Base64: () => Base64,
|
|
62598
62595
|
Domain: () => Domain,
|
|
62599
62596
|
GitRepo: () => GitRepo,
|
|
@@ -62612,6 +62609,129 @@ __export(smartstring_create_exports, {
|
|
|
62612
62609
|
createRandomString: () => createRandomString
|
|
62613
62610
|
});
|
|
62614
62611
|
|
|
62612
|
+
// node_modules/.pnpm/@push.rocks+smartenv@5.0.5/node_modules/@push.rocks/smartenv/dist_ts/smartenv.plugins.js
|
|
62613
|
+
var smartpromise = __toESM(require_dist_ts2(), 1);
|
|
62614
|
+
|
|
62615
|
+
// node_modules/.pnpm/@push.rocks+smartenv@5.0.5/node_modules/@push.rocks/smartenv/dist_ts/smartenv.classes.smartenv.js
|
|
62616
|
+
var Smartenv2 = class {
|
|
62617
|
+
constructor() {
|
|
62618
|
+
this.loadedScripts = [];
|
|
62619
|
+
}
|
|
62620
|
+
async getEnvAwareModule(optionsArg) {
|
|
62621
|
+
if (this.isNode) {
|
|
62622
|
+
const moduleResult = await this.getSafeNodeModule(optionsArg.nodeModuleName);
|
|
62623
|
+
return moduleResult;
|
|
62624
|
+
} else if (this.isBrowser) {
|
|
62625
|
+
const moduleResult = await this.getSafeWebModule(optionsArg.webUrlArg, optionsArg.getFunction);
|
|
62626
|
+
return moduleResult;
|
|
62627
|
+
} else {
|
|
62628
|
+
console.error("platform for loading not supported by smartenv");
|
|
62629
|
+
}
|
|
62630
|
+
}
|
|
62631
|
+
async getSafeNodeModule(moduleNameArg) {
|
|
62632
|
+
if (!this.isNode) {
|
|
62633
|
+
console.error(`You tried to load a node module in a wrong context: ${moduleNameArg}`);
|
|
62634
|
+
return;
|
|
62635
|
+
}
|
|
62636
|
+
return new Function(`return import('${moduleNameArg}')`)();
|
|
62637
|
+
}
|
|
62638
|
+
async getSafeWebModule(urlArg, getFunctionArg) {
|
|
62639
|
+
if (!this.isBrowser) {
|
|
62640
|
+
console.error("You tried to load a web module in a wrong context");
|
|
62641
|
+
return;
|
|
62642
|
+
}
|
|
62643
|
+
if (this.loadedScripts.includes(urlArg)) {
|
|
62644
|
+
return getFunctionArg();
|
|
62645
|
+
} else {
|
|
62646
|
+
this.loadedScripts.push(urlArg);
|
|
62647
|
+
}
|
|
62648
|
+
const done = smartpromise.defer();
|
|
62649
|
+
if (globalThis.importScripts) {
|
|
62650
|
+
globalThis.importScripts(urlArg);
|
|
62651
|
+
done.resolve();
|
|
62652
|
+
} else {
|
|
62653
|
+
const script = document.createElement("script");
|
|
62654
|
+
script.onload = () => {
|
|
62655
|
+
done.resolve();
|
|
62656
|
+
};
|
|
62657
|
+
script.src = urlArg;
|
|
62658
|
+
document.head.appendChild(script);
|
|
62659
|
+
}
|
|
62660
|
+
await done.promise;
|
|
62661
|
+
return getFunctionArg();
|
|
62662
|
+
}
|
|
62663
|
+
get runtimeEnv() {
|
|
62664
|
+
if (typeof process !== "undefined") {
|
|
62665
|
+
return "node";
|
|
62666
|
+
} else {
|
|
62667
|
+
return "browser";
|
|
62668
|
+
}
|
|
62669
|
+
}
|
|
62670
|
+
get isBrowser() {
|
|
62671
|
+
return !this.isNode;
|
|
62672
|
+
}
|
|
62673
|
+
get userAgent() {
|
|
62674
|
+
if (this.isBrowser) {
|
|
62675
|
+
return navigator.userAgent;
|
|
62676
|
+
} else {
|
|
62677
|
+
return "undefined";
|
|
62678
|
+
}
|
|
62679
|
+
}
|
|
62680
|
+
get isNode() {
|
|
62681
|
+
return this.runtimeEnv === "node";
|
|
62682
|
+
}
|
|
62683
|
+
get nodeVersion() {
|
|
62684
|
+
return process.version;
|
|
62685
|
+
}
|
|
62686
|
+
get isCI() {
|
|
62687
|
+
if (this.isNode) {
|
|
62688
|
+
if (process.env.CI) {
|
|
62689
|
+
return true;
|
|
62690
|
+
} else {
|
|
62691
|
+
return false;
|
|
62692
|
+
}
|
|
62693
|
+
} else {
|
|
62694
|
+
return false;
|
|
62695
|
+
}
|
|
62696
|
+
}
|
|
62697
|
+
async isMacAsync() {
|
|
62698
|
+
if (this.isNode) {
|
|
62699
|
+
const os = await this.getSafeNodeModule("os");
|
|
62700
|
+
return os.platform() === "darwin";
|
|
62701
|
+
} else {
|
|
62702
|
+
return false;
|
|
62703
|
+
}
|
|
62704
|
+
}
|
|
62705
|
+
async isWindowsAsync() {
|
|
62706
|
+
if (this.isNode) {
|
|
62707
|
+
const os = await this.getSafeNodeModule("os");
|
|
62708
|
+
return os.platform() === "win32";
|
|
62709
|
+
} else {
|
|
62710
|
+
return false;
|
|
62711
|
+
}
|
|
62712
|
+
}
|
|
62713
|
+
async isLinuxAsync() {
|
|
62714
|
+
if (this.isNode) {
|
|
62715
|
+
const os = await this.getSafeNodeModule("os");
|
|
62716
|
+
return os.platform() === "linux";
|
|
62717
|
+
} else {
|
|
62718
|
+
return false;
|
|
62719
|
+
}
|
|
62720
|
+
}
|
|
62721
|
+
/**
|
|
62722
|
+
* prints the environment to console
|
|
62723
|
+
*/
|
|
62724
|
+
async printEnv() {
|
|
62725
|
+
if (this.isNode) {
|
|
62726
|
+
console.log("running on NODE");
|
|
62727
|
+
console.log("node version is " + this.nodeVersion);
|
|
62728
|
+
} else {
|
|
62729
|
+
console.log("running on BROWSER");
|
|
62730
|
+
console.log("browser is " + this.userAgent);
|
|
62731
|
+
}
|
|
62732
|
+
}
|
|
62733
|
+
};
|
|
62734
|
+
|
|
62615
62735
|
// node_modules/.pnpm/@push.rocks+smartstring@4.0.9/node_modules/@push.rocks/smartstring/dist_ts/smartstring.plugins.js
|
|
62616
62736
|
var isounique = __toESM(require_dist_ts(), 1);
|
|
62617
62737
|
var import_buffer = __toESM(require_buffer(), 1);
|
|
@@ -62797,7 +62917,7 @@ function normalizeNewline(input) {
|
|
|
62797
62917
|
|
|
62798
62918
|
// node_modules/.pnpm/@push.rocks+smartstring@4.0.9/node_modules/@push.rocks/smartstring/dist_ts/smartstring.plugins.js
|
|
62799
62919
|
var import_randomatic = __toESM(require_randomatic(), 1);
|
|
62800
|
-
var smartenvInstance = new
|
|
62920
|
+
var smartenvInstance = new Smartenv2();
|
|
62801
62921
|
if (smartenvInstance.isBrowser) {
|
|
62802
62922
|
globalThis.Buffer = import_buffer.Buffer;
|
|
62803
62923
|
}
|
|
@@ -63161,10 +63281,10 @@ var stringifyPretty = (objectArg) => {
|
|
|
63161
63281
|
};
|
|
63162
63282
|
var stringifyBase64 = (...args) => {
|
|
63163
63283
|
const stringifiedResult = stringify(...args);
|
|
63164
|
-
return
|
|
63284
|
+
return dist_ts_exports9.base64.encodeUri(stringifiedResult);
|
|
63165
63285
|
};
|
|
63166
63286
|
var parseBase64 = (base64JsonStringArg) => {
|
|
63167
|
-
const simpleStringified =
|
|
63287
|
+
const simpleStringified = dist_ts_exports9.base64.decode(base64JsonStringArg);
|
|
63168
63288
|
return parse(simpleStringified);
|
|
63169
63289
|
};
|
|
63170
63290
|
var Smartjson = class {
|
|
@@ -63228,9 +63348,9 @@ var deepEqualObjects = (object1, object2) => {
|
|
|
63228
63348
|
return object1String === object2String;
|
|
63229
63349
|
};
|
|
63230
63350
|
|
|
63231
|
-
// node_modules/.pnpm/@push.rocks+webstore@2.0.
|
|
63232
|
-
var
|
|
63233
|
-
__export(
|
|
63351
|
+
// node_modules/.pnpm/@push.rocks+webstore@2.0.13/node_modules/@push.rocks/webstore/dist_ts/index.js
|
|
63352
|
+
var dist_ts_exports12 = {};
|
|
63353
|
+
__export(dist_ts_exports12, {
|
|
63234
63354
|
TypedrequestCache: () => TypedrequestCache,
|
|
63235
63355
|
WebStore: () => WebStore
|
|
63236
63356
|
});
|
|
@@ -63462,7 +63582,7 @@ replaceTraps((oldTraps) => ({
|
|
|
63462
63582
|
has: (target, prop) => !!getMethod(target, prop) || oldTraps.has(target, prop)
|
|
63463
63583
|
}));
|
|
63464
63584
|
|
|
63465
|
-
// node_modules/.pnpm/@push.rocks+webstore@2.0.
|
|
63585
|
+
// node_modules/.pnpm/@push.rocks+webstore@2.0.13/node_modules/@push.rocks/webstore/dist_ts/webstore.classes.webstore.js
|
|
63466
63586
|
var WebStore = class {
|
|
63467
63587
|
constructor(optionsArg) {
|
|
63468
63588
|
this.initCalled = false;
|
|
@@ -63520,7 +63640,7 @@ var WebStore = class {
|
|
|
63520
63640
|
}
|
|
63521
63641
|
};
|
|
63522
63642
|
|
|
63523
|
-
// node_modules/.pnpm/@push.rocks+webstore@2.0.
|
|
63643
|
+
// node_modules/.pnpm/@push.rocks+webstore@2.0.13/node_modules/@push.rocks/webstore/dist_ts/webstore.classes.typedrequestcache.js
|
|
63524
63644
|
var TypedrequestCache = class {
|
|
63525
63645
|
constructor(domainArg = "default") {
|
|
63526
63646
|
this.webstore = new WebStore({
|
|
@@ -63529,7 +63649,7 @@ var TypedrequestCache = class {
|
|
|
63529
63649
|
});
|
|
63530
63650
|
}
|
|
63531
63651
|
buildKey(requestArg) {
|
|
63532
|
-
return
|
|
63652
|
+
return dist_ts_exports10.stringify({
|
|
63533
63653
|
method: requestArg.method,
|
|
63534
63654
|
request: requestArg.request
|
|
63535
63655
|
});
|
|
@@ -63558,7 +63678,7 @@ var TypedrequestCache = class {
|
|
|
63558
63678
|
var WebRequest = class {
|
|
63559
63679
|
constructor(optionsArg = {}) {
|
|
63560
63680
|
this.optionsArg = optionsArg;
|
|
63561
|
-
this.cacheStore = new
|
|
63681
|
+
this.cacheStore = new dist_ts_exports12.WebStore({
|
|
63562
63682
|
dbName: "webrequest",
|
|
63563
63683
|
storeName: "webrequest"
|
|
63564
63684
|
});
|
|
@@ -63573,7 +63693,7 @@ var WebRequest = class {
|
|
|
63573
63693
|
useCache: useCacheArg
|
|
63574
63694
|
});
|
|
63575
63695
|
const responseText = await response.text();
|
|
63576
|
-
const responseResult =
|
|
63696
|
+
const responseResult = dist_ts_exports10.parse(responseText);
|
|
63577
63697
|
return responseResult;
|
|
63578
63698
|
}
|
|
63579
63699
|
/**
|
|
@@ -63585,11 +63705,11 @@ var WebRequest = class {
|
|
|
63585
63705
|
headers: {
|
|
63586
63706
|
"Content-Type": "application/json"
|
|
63587
63707
|
},
|
|
63588
|
-
body:
|
|
63708
|
+
body: dist_ts_exports10.stringify(requestBody),
|
|
63589
63709
|
useCache: useCacheArg
|
|
63590
63710
|
});
|
|
63591
63711
|
const responseText = await response.text();
|
|
63592
|
-
const responseResult =
|
|
63712
|
+
const responseResult = dist_ts_exports10.parse(responseText);
|
|
63593
63713
|
return responseResult;
|
|
63594
63714
|
}
|
|
63595
63715
|
/**
|
|
@@ -63601,10 +63721,10 @@ var WebRequest = class {
|
|
|
63601
63721
|
headers: {
|
|
63602
63722
|
"Content-Type": "application/json"
|
|
63603
63723
|
},
|
|
63604
|
-
body:
|
|
63724
|
+
body: dist_ts_exports10.stringify(requestBody)
|
|
63605
63725
|
});
|
|
63606
63726
|
const responseText = await response.text();
|
|
63607
|
-
const responseResult =
|
|
63727
|
+
const responseResult = dist_ts_exports10.parse(responseText);
|
|
63608
63728
|
return responseResult;
|
|
63609
63729
|
}
|
|
63610
63730
|
/**
|
|
@@ -63618,7 +63738,7 @@ var WebRequest = class {
|
|
|
63618
63738
|
method: "GET"
|
|
63619
63739
|
});
|
|
63620
63740
|
const responseText = await response.text();
|
|
63621
|
-
const responseResult =
|
|
63741
|
+
const responseResult = dist_ts_exports10.parse(responseText);
|
|
63622
63742
|
return responseResult;
|
|
63623
63743
|
}
|
|
63624
63744
|
async request(urlArg, optionsArg) {
|
|
@@ -63879,7 +63999,7 @@ var TypedTarget = class {
|
|
|
63879
63999
|
};
|
|
63880
64000
|
|
|
63881
64001
|
// node_modules/.pnpm/@api.global+typedrequest@3.0.1/node_modules/@api.global/typedrequest/dist_ts/typedrequest.classes.typedrequest.js
|
|
63882
|
-
var webrequestInstance = new
|
|
64002
|
+
var webrequestInstance = new dist_ts_exports13.WebRequest();
|
|
63883
64003
|
var TypedRequest = class {
|
|
63884
64004
|
/**
|
|
63885
64005
|
* note the overloading is thought to deal with promises
|
|
@@ -64722,8 +64842,8 @@ var DeesComms = class {
|
|
|
64722
64842
|
// receiving messages
|
|
64723
64843
|
constructor() {
|
|
64724
64844
|
this.broadcastChannel = new BroadcastChannel4("dees-comms");
|
|
64725
|
-
this.typedrouter = new
|
|
64726
|
-
this.typedtarget = new
|
|
64845
|
+
this.typedrouter = new dist_ts_exports15.TypedRouter();
|
|
64846
|
+
this.typedtarget = new dist_ts_exports15.TypedTarget({
|
|
64727
64847
|
postMethodWithTypedRouter: async (messageArg) => {
|
|
64728
64848
|
this.postMessage(messageArg);
|
|
64729
64849
|
},
|
|
@@ -64743,7 +64863,7 @@ var DeesComms = class {
|
|
|
64743
64863
|
* creates a typedrequest with this classes postMessage as postMethod
|
|
64744
64864
|
*/
|
|
64745
64865
|
createTypedRequest(methodName) {
|
|
64746
|
-
const typedrequest = new
|
|
64866
|
+
const typedrequest = new dist_ts_exports15.TypedRequest(this.typedtarget, methodName);
|
|
64747
64867
|
return typedrequest;
|
|
64748
64868
|
}
|
|
64749
64869
|
/**
|
|
@@ -64756,13 +64876,13 @@ var DeesComms = class {
|
|
|
64756
64876
|
* subscribe to messages
|
|
64757
64877
|
*/
|
|
64758
64878
|
async createTypedHandler(methodArg, handlerFunction) {
|
|
64759
|
-
this.typedrouter.addTypedHandler(new
|
|
64879
|
+
this.typedrouter.addTypedHandler(new dist_ts_exports15.TypedHandler(methodArg, handlerFunction));
|
|
64760
64880
|
}
|
|
64761
64881
|
};
|
|
64762
64882
|
|
|
64763
64883
|
// node_modules/.pnpm/@push.rocks+smartrouter@1.0.16/node_modules/@push.rocks/smartrouter/dist_ts/index.js
|
|
64764
|
-
var
|
|
64765
|
-
__export(
|
|
64884
|
+
var dist_ts_exports17 = {};
|
|
64885
|
+
__export(dist_ts_exports17, {
|
|
64766
64886
|
SmartRouter: () => SmartRouter
|
|
64767
64887
|
});
|
|
64768
64888
|
|
|
@@ -65221,31 +65341,31 @@ var SmartRouter = class {
|
|
|
65221
65341
|
}
|
|
65222
65342
|
};
|
|
65223
65343
|
|
|
65224
|
-
// node_modules/.pnpm/@push.rocks+smartstate@2.0.
|
|
65225
|
-
var
|
|
65226
|
-
__export(
|
|
65344
|
+
// node_modules/.pnpm/@push.rocks+smartstate@2.0.16/node_modules/@push.rocks/smartstate/dist_ts/index.js
|
|
65345
|
+
var dist_ts_exports20 = {};
|
|
65346
|
+
__export(dist_ts_exports20, {
|
|
65227
65347
|
Smartstate: () => Smartstate,
|
|
65228
65348
|
StateAction: () => StateAction,
|
|
65229
65349
|
StatePart: () => StatePart
|
|
65230
65350
|
});
|
|
65231
65351
|
|
|
65232
65352
|
// node_modules/.pnpm/@push.rocks+isohash@2.0.1/node_modules/@push.rocks/isohash/dist_ts/index.js
|
|
65233
|
-
var
|
|
65234
|
-
__export(
|
|
65353
|
+
var dist_ts_exports19 = {};
|
|
65354
|
+
__export(dist_ts_exports19, {
|
|
65235
65355
|
sha256FromString: () => sha256FromString
|
|
65236
65356
|
});
|
|
65237
65357
|
|
|
65238
65358
|
// node_modules/.pnpm/@pushrocks+smartenv@5.0.5/node_modules/@pushrocks/smartenv/dist_ts/index.js
|
|
65239
|
-
var
|
|
65240
|
-
__export(
|
|
65241
|
-
Smartenv: () =>
|
|
65359
|
+
var dist_ts_exports18 = {};
|
|
65360
|
+
__export(dist_ts_exports18, {
|
|
65361
|
+
Smartenv: () => Smartenv3
|
|
65242
65362
|
});
|
|
65243
65363
|
|
|
65244
65364
|
// node_modules/.pnpm/@pushrocks+smartenv@5.0.5/node_modules/@pushrocks/smartenv/dist_ts/smartenv.plugins.js
|
|
65245
65365
|
var smartpromise2 = __toESM(require_dist_ts2(), 1);
|
|
65246
65366
|
|
|
65247
65367
|
// node_modules/.pnpm/@pushrocks+smartenv@5.0.5/node_modules/@pushrocks/smartenv/dist_ts/smartenv.classes.smartenv.js
|
|
65248
|
-
var
|
|
65368
|
+
var Smartenv3 = class {
|
|
65249
65369
|
constructor() {
|
|
65250
65370
|
this.loadedScripts = [];
|
|
65251
65371
|
}
|
|
@@ -65378,7 +65498,7 @@ var hex = (buffer) => {
|
|
|
65378
65498
|
return hexCodes.join("");
|
|
65379
65499
|
};
|
|
65380
65500
|
var sha256FromString = async (stringArg) => {
|
|
65381
|
-
const smartenv = new
|
|
65501
|
+
const smartenv = new dist_ts_exports18.Smartenv();
|
|
65382
65502
|
if (smartenv.isBrowser) {
|
|
65383
65503
|
const buffer = new TextEncoder().encode(stringArg);
|
|
65384
65504
|
const hash = await crypto.subtle.digest("SHA-256", buffer);
|
|
@@ -65391,7 +65511,7 @@ var sha256FromString = async (stringArg) => {
|
|
|
65391
65511
|
}
|
|
65392
65512
|
};
|
|
65393
65513
|
|
|
65394
|
-
// node_modules/.pnpm/@push.rocks+smartstate@2.0.
|
|
65514
|
+
// node_modules/.pnpm/@push.rocks+smartstate@2.0.16/node_modules/@push.rocks/smartstate/dist_ts/smartstate.classes.stateaction.js
|
|
65395
65515
|
var StateAction = class {
|
|
65396
65516
|
constructor(statePartRef, actionDef) {
|
|
65397
65517
|
this.statePartRef = statePartRef;
|
|
@@ -65402,12 +65522,30 @@ var StateAction = class {
|
|
|
65402
65522
|
}
|
|
65403
65523
|
};
|
|
65404
65524
|
|
|
65405
|
-
// node_modules/.pnpm/@push.rocks+smartstate@2.0.
|
|
65525
|
+
// node_modules/.pnpm/@push.rocks+smartstate@2.0.16/node_modules/@push.rocks/smartstate/dist_ts/smartstate.classes.statepart.js
|
|
65406
65526
|
var StatePart = class {
|
|
65407
|
-
constructor(nameArg) {
|
|
65527
|
+
constructor(nameArg, webStoreOptionsArg) {
|
|
65408
65528
|
this.state = new dist_ts_exports2.rxjs.Subject();
|
|
65409
65529
|
this.cumulativeDeferred = dist_ts_exports.cumulativeDefer();
|
|
65530
|
+
this.webStore = null;
|
|
65410
65531
|
this.name = nameArg;
|
|
65532
|
+
if (webStoreOptionsArg) {
|
|
65533
|
+
this.webStoreOptions = webStoreOptionsArg;
|
|
65534
|
+
}
|
|
65535
|
+
}
|
|
65536
|
+
/**
|
|
65537
|
+
* initializes the webstore
|
|
65538
|
+
*/
|
|
65539
|
+
async init() {
|
|
65540
|
+
if (this.webStoreOptions) {
|
|
65541
|
+
this.webStore = new dist_ts_exports12.WebStore(this.webStoreOptions);
|
|
65542
|
+
await this.webStore.init();
|
|
65543
|
+
const storedState = await this.webStore.get(String(this.name));
|
|
65544
|
+
if (storedState) {
|
|
65545
|
+
this.stateStore = storedState;
|
|
65546
|
+
this.notifyChange();
|
|
65547
|
+
}
|
|
65548
|
+
}
|
|
65411
65549
|
}
|
|
65412
65550
|
/**
|
|
65413
65551
|
* gets the state from the state store
|
|
@@ -65419,16 +65557,19 @@ var StatePart = class {
|
|
|
65419
65557
|
* sets the stateStore to the new state
|
|
65420
65558
|
* @param newStateArg
|
|
65421
65559
|
*/
|
|
65422
|
-
setState(newStateArg) {
|
|
65560
|
+
async setState(newStateArg) {
|
|
65423
65561
|
this.stateStore = newStateArg;
|
|
65424
65562
|
this.notifyChange();
|
|
65563
|
+
if (this.webStore) {
|
|
65564
|
+
await this.webStore.set(String(this.name), newStateArg);
|
|
65565
|
+
}
|
|
65425
65566
|
}
|
|
65426
65567
|
/**
|
|
65427
65568
|
* notifies of a change on the state
|
|
65428
65569
|
*/
|
|
65429
65570
|
notifyChange() {
|
|
65430
65571
|
const createStateHash = (stateArg) => {
|
|
65431
|
-
return
|
|
65572
|
+
return dist_ts_exports19.sha256FromString(dist_ts_exports10.stringify(stateArg));
|
|
65432
65573
|
};
|
|
65433
65574
|
if (this.stateStore && this.lastStateNotificationPayloadHash && createStateHash(this.stateStore) === this.lastStateNotificationPayloadHash) {
|
|
65434
65575
|
return;
|
|
@@ -65470,7 +65611,8 @@ var StatePart = class {
|
|
|
65470
65611
|
async dispatchAction(stateAction, actionPayload) {
|
|
65471
65612
|
await this.cumulativeDeferred.promise;
|
|
65472
65613
|
const newState = await stateAction.actionDef(this, actionPayload);
|
|
65473
|
-
this.setState(newState);
|
|
65614
|
+
await this.setState(newState);
|
|
65615
|
+
return this.getState();
|
|
65474
65616
|
}
|
|
65475
65617
|
/**
|
|
65476
65618
|
* waits until a certain part of the state becomes available
|
|
@@ -65498,7 +65640,7 @@ var StatePart = class {
|
|
|
65498
65640
|
}
|
|
65499
65641
|
};
|
|
65500
65642
|
|
|
65501
|
-
// node_modules/.pnpm/@push.rocks+smartstate@2.0.
|
|
65643
|
+
// node_modules/.pnpm/@push.rocks+smartstate@2.0.16/node_modules/@push.rocks/smartstate/dist_ts/smartstate.classes.smartstate.js
|
|
65502
65644
|
var Smartstate = class {
|
|
65503
65645
|
constructor() {
|
|
65504
65646
|
this.statePartMap = {};
|
|
@@ -65512,7 +65654,7 @@ var Smartstate = class {
|
|
|
65512
65654
|
* @param initialArg
|
|
65513
65655
|
* @param initMode
|
|
65514
65656
|
*/
|
|
65515
|
-
getStatePart(statePartNameArg, initialArg, initMode) {
|
|
65657
|
+
async getStatePart(statePartNameArg, initialArg, initMode) {
|
|
65516
65658
|
if (this.statePartMap[statePartNameArg]) {
|
|
65517
65659
|
if (initialArg && (!initMode || initMode !== "soft")) {
|
|
65518
65660
|
throw new Error(`${statePartNameArg} already exists, yet you try to set an initial state again`);
|
|
@@ -65522,7 +65664,7 @@ var Smartstate = class {
|
|
|
65522
65664
|
if (!initialArg) {
|
|
65523
65665
|
throw new Error(`${statePartNameArg} does not yet exist, yet you don't provide an initial state`);
|
|
65524
65666
|
}
|
|
65525
|
-
return this.createStatePart(statePartNameArg, initialArg);
|
|
65667
|
+
return this.createStatePart(statePartNameArg, initialArg, initMode);
|
|
65526
65668
|
}
|
|
65527
65669
|
}
|
|
65528
65670
|
/**
|
|
@@ -65530,17 +65672,25 @@ var Smartstate = class {
|
|
|
65530
65672
|
* @param statePartName
|
|
65531
65673
|
* @param initialPayloadArg
|
|
65532
65674
|
*/
|
|
65533
|
-
createStatePart(statePartName, initialPayloadArg) {
|
|
65534
|
-
const newState = new StatePart(statePartName
|
|
65535
|
-
|
|
65675
|
+
async createStatePart(statePartName, initialPayloadArg, initMode) {
|
|
65676
|
+
const newState = new StatePart(statePartName, initMode === "persistent" ? {
|
|
65677
|
+
dbName: "smartstate",
|
|
65678
|
+
storeName: statePartName
|
|
65679
|
+
} : null);
|
|
65680
|
+
await newState.init();
|
|
65681
|
+
const currentState = newState.getState();
|
|
65682
|
+
await newState.setState({
|
|
65683
|
+
...initialPayloadArg,
|
|
65684
|
+
...currentState
|
|
65685
|
+
});
|
|
65536
65686
|
this.statePartMap[statePartName] = newState;
|
|
65537
65687
|
return newState;
|
|
65538
65688
|
}
|
|
65539
65689
|
};
|
|
65540
65690
|
|
|
65541
65691
|
// node_modules/.pnpm/@push.rocks+smarturl@3.0.7/node_modules/@push.rocks/smarturl/dist_ts/index.js
|
|
65542
|
-
var
|
|
65543
|
-
__export(
|
|
65692
|
+
var dist_ts_exports21 = {};
|
|
65693
|
+
__export(dist_ts_exports21, {
|
|
65544
65694
|
Smarturl: () => Smarturl
|
|
65545
65695
|
});
|
|
65546
65696
|
|
|
@@ -65626,8 +65776,8 @@ var Smarturl = class {
|
|
|
65626
65776
|
};
|
|
65627
65777
|
|
|
65628
65778
|
// node_modules/.pnpm/@pushrocks+smartpromise@4.0.2/node_modules/@pushrocks/smartpromise/dist_ts/index.js
|
|
65629
|
-
var
|
|
65630
|
-
__export(
|
|
65779
|
+
var dist_ts_exports22 = {};
|
|
65780
|
+
__export(dist_ts_exports22, {
|
|
65631
65781
|
CumulativeDeferred: () => CumulativeDeferred2,
|
|
65632
65782
|
Deferred: () => Deferred2,
|
|
65633
65783
|
cumulativeDefer: () => cumulativeDefer2,
|
|
@@ -66020,8 +66170,8 @@ var TagManager = class {
|
|
|
66020
66170
|
var WebSetup = class {
|
|
66021
66171
|
constructor(optionsArg) {
|
|
66022
66172
|
this.tagManager = new TagManager();
|
|
66023
|
-
this.readyDeferred =
|
|
66024
|
-
this.readyForSmartssrDeferred =
|
|
66173
|
+
this.readyDeferred = dist_ts_exports22.defer();
|
|
66174
|
+
this.readyForSmartssrDeferred = dist_ts_exports22.defer();
|
|
66025
66175
|
this.readyPromise = this.readyDeferred.promise;
|
|
66026
66176
|
this.readyForSmartssrPromise = this.readyForSmartssrDeferred.promise;
|
|
66027
66177
|
this.options = optionsArg;
|
|
@@ -66072,7 +66222,7 @@ var WebSetup = class {
|
|
|
66072
66222
|
}
|
|
66073
66223
|
};
|
|
66074
66224
|
|
|
66075
|
-
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.
|
|
66225
|
+
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.50/node_modules/@design.estate/dees-domtools/dist_ts/domtools.plugins.js
|
|
66076
66226
|
var import_sweet_scroll = __toESM(require_sweet_scroll(), 1);
|
|
66077
66227
|
var lik = {
|
|
66078
66228
|
ObjectMap,
|
|
@@ -66080,7 +66230,7 @@ var lik = {
|
|
|
66080
66230
|
FastMap
|
|
66081
66231
|
};
|
|
66082
66232
|
|
|
66083
|
-
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.
|
|
66233
|
+
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.50/node_modules/@design.estate/dees-domtools/dist_ts/domtools.css.breakpoints.js
|
|
66084
66234
|
var domtools_css_breakpoints_exports = {};
|
|
66085
66235
|
__export(domtools_css_breakpoints_exports, {
|
|
66086
66236
|
cssForDesktop: () => cssForDesktop,
|
|
@@ -66150,7 +66300,7 @@ var cssForPhone = (cssArg) => {
|
|
|
66150
66300
|
`);
|
|
66151
66301
|
};
|
|
66152
66302
|
|
|
66153
|
-
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.
|
|
66303
|
+
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.50/node_modules/@design.estate/dees-domtools/dist_ts/domtools.classes.thememanager.js
|
|
66154
66304
|
var ThemeManager = class {
|
|
66155
66305
|
constructor(domtoolsRefArg) {
|
|
66156
66306
|
this.goBrightBoolean = false;
|
|
@@ -66193,7 +66343,7 @@ var ThemeManager = class {
|
|
|
66193
66343
|
}
|
|
66194
66344
|
};
|
|
66195
66345
|
|
|
66196
|
-
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.
|
|
66346
|
+
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.50/node_modules/@design.estate/dees-domtools/dist_ts/domtools.classes.keyboard.js
|
|
66197
66347
|
var Key;
|
|
66198
66348
|
(function(Key2) {
|
|
66199
66349
|
Key2[Key2["Backspace"] = 8] = "Backspace";
|
|
@@ -66379,7 +66529,7 @@ var Keyboard = class {
|
|
|
66379
66529
|
}
|
|
66380
66530
|
};
|
|
66381
66531
|
|
|
66382
|
-
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.
|
|
66532
|
+
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.50/node_modules/@design.estate/dees-domtools/dist_ts/domtools.classes.domtools.js
|
|
66383
66533
|
var DomTools = class {
|
|
66384
66534
|
// ======
|
|
66385
66535
|
// STATIC
|
|
@@ -66429,21 +66579,21 @@ var DomTools = class {
|
|
|
66429
66579
|
title: "loading..."
|
|
66430
66580
|
}
|
|
66431
66581
|
});
|
|
66432
|
-
this.smartstate = new
|
|
66582
|
+
this.smartstate = new dist_ts_exports20.Smartstate();
|
|
66433
66583
|
this.domToolsStatePart = this.smartstate.getStatePart("domtools", {
|
|
66434
66584
|
virtualViewport: "native",
|
|
66435
66585
|
jwt: null
|
|
66436
66586
|
});
|
|
66437
|
-
this.router = new
|
|
66587
|
+
this.router = new dist_ts_exports17.SmartRouter({
|
|
66438
66588
|
debug: false
|
|
66439
66589
|
});
|
|
66440
66590
|
this.convenience = {
|
|
66441
|
-
typedrequest:
|
|
66591
|
+
typedrequest: dist_ts_exports15,
|
|
66442
66592
|
smartdelay: dist_ts_exports3,
|
|
66443
|
-
smartjson:
|
|
66444
|
-
smarturl:
|
|
66593
|
+
smartjson: dist_ts_exports10,
|
|
66594
|
+
smarturl: dist_ts_exports21
|
|
66445
66595
|
};
|
|
66446
|
-
this.deesComms = new
|
|
66596
|
+
this.deesComms = new dist_ts_exports16.DeesComms();
|
|
66447
66597
|
this.scroller = new import_sweet_scroll.default({
|
|
66448
66598
|
/* some options */
|
|
66449
66599
|
});
|
|
@@ -66524,7 +66674,7 @@ var DomTools = class {
|
|
|
66524
66674
|
}
|
|
66525
66675
|
};
|
|
66526
66676
|
|
|
66527
|
-
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.
|
|
66677
|
+
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.50/node_modules/@design.estate/dees-domtools/dist_ts/domtools.css.basestyles.js
|
|
66528
66678
|
var scrollBarStyles = (() => {
|
|
66529
66679
|
const returnStylesOld = navigator.userAgent.indexOf("Mac OS X") === -1 ? i``.cssText : ``;
|
|
66530
66680
|
const returnStyles = i`
|
|
@@ -66551,7 +66701,7 @@ var globalBaseStyles = i`
|
|
|
66551
66701
|
/* global body styles */
|
|
66552
66702
|
body {
|
|
66553
66703
|
margin: 0px;
|
|
66554
|
-
font-family: '
|
|
66704
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
66555
66705
|
box-sizing: border-box;
|
|
66556
66706
|
}
|
|
66557
66707
|
|
|
@@ -66559,7 +66709,7 @@ var globalBaseStyles = i`
|
|
|
66559
66709
|
${r(scrollBarStyles)}
|
|
66560
66710
|
`.cssText;
|
|
66561
66711
|
|
|
66562
|
-
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.
|
|
66712
|
+
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.50/node_modules/@design.estate/dees-domtools/dist_ts/domtools.elementbasic.js
|
|
66563
66713
|
var staticStyles = i`
|
|
66564
66714
|
* {
|
|
66565
66715
|
transition: background 0.1s, color 0.1s;
|
|
@@ -66568,7 +66718,7 @@ var staticStyles = i`
|
|
|
66568
66718
|
|
|
66569
66719
|
:host {
|
|
66570
66720
|
box-sizing: border-box;
|
|
66571
|
-
font-family: '
|
|
66721
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
66572
66722
|
}
|
|
66573
66723
|
|
|
66574
66724
|
${r(scrollBarStyles)}
|
|
@@ -66581,7 +66731,7 @@ var styles = x`
|
|
|
66581
66731
|
}
|
|
66582
66732
|
|
|
66583
66733
|
:host {
|
|
66584
|
-
font-family: '
|
|
66734
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
66585
66735
|
}
|
|
66586
66736
|
|
|
66587
66737
|
${scrollBarStyles}
|
|
@@ -66597,7 +66747,7 @@ var setup = async (elementArg, optionsArg = {}) => {
|
|
|
66597
66747
|
return domTools;
|
|
66598
66748
|
};
|
|
66599
66749
|
|
|
66600
|
-
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.
|
|
66750
|
+
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.50/node_modules/@design.estate/dees-domtools/dist_ts/domtools.css.js
|
|
66601
66751
|
var domtools_css_exports = {};
|
|
66602
66752
|
__export(domtools_css_exports, {
|
|
66603
66753
|
cssGridColumns: () => cssGridColumns
|
|
@@ -66610,14 +66760,15 @@ var cssGridColumns = (amountOfColumnsArg, gapSizeArg) => {
|
|
|
66610
66760
|
return returnString;
|
|
66611
66761
|
};
|
|
66612
66762
|
|
|
66613
|
-
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.
|
|
66763
|
+
// node_modules/.pnpm/@design.estate+dees-domtools@2.0.50/node_modules/@design.estate/dees-domtools/dist_ts/index.js
|
|
66614
66764
|
var plugins = {
|
|
66615
66765
|
smartdelay: dist_ts_exports3,
|
|
66616
66766
|
smartpromise: dist_ts_exports,
|
|
66617
66767
|
SweetScroll: import_sweet_scroll.default,
|
|
66618
|
-
smartstate:
|
|
66768
|
+
smartstate: dist_ts_exports20,
|
|
66619
66769
|
smartrx: dist_ts_exports2,
|
|
66620
|
-
smarturl:
|
|
66770
|
+
smarturl: dist_ts_exports21,
|
|
66771
|
+
typedrequest: dist_ts_exports15
|
|
66621
66772
|
};
|
|
66622
66773
|
|
|
66623
66774
|
// node_modules/.pnpm/@design.estate+dees-element@2.0.29/node_modules/@design.estate/dees-element/dist_ts/dees-element.plugins.js
|
|
@@ -67037,9 +67188,9 @@ var DeesElement = class extends lit.LitElement {
|
|
|
67037
67188
|
super();
|
|
67038
67189
|
this.goBright = false;
|
|
67039
67190
|
this.rxSubscriptions = [];
|
|
67040
|
-
this.elementDomReadyDeferred =
|
|
67191
|
+
this.elementDomReadyDeferred = dist_ts_exports26.plugins.smartpromise.defer();
|
|
67041
67192
|
this.elementDomReady = this.elementDomReadyDeferred.promise;
|
|
67042
|
-
this.domtoolsPromise =
|
|
67193
|
+
this.domtoolsPromise = dist_ts_exports26.elementBasic.setup(this, optionsArg);
|
|
67043
67194
|
this.domtoolsPromise.then((domtoolsArg) => {
|
|
67044
67195
|
this.domtools = domtoolsArg;
|
|
67045
67196
|
});
|
|
@@ -67072,7 +67223,7 @@ __decorate([
|
|
|
67072
67223
|
], DeesElement.prototype, "goBright", void 0);
|
|
67073
67224
|
__decorate([
|
|
67074
67225
|
lit.property(),
|
|
67075
|
-
__metadata("design:type",
|
|
67226
|
+
__metadata("design:type", dist_ts_exports26.DomTools)
|
|
67076
67227
|
], DeesElement.prototype, "domtools", void 0);
|
|
67077
67228
|
|
|
67078
67229
|
// node_modules/.pnpm/@design.estate+dees-element@2.0.29/node_modules/@design.estate/dees-element/dist_ts/dees-element.classes.subscribedirective.js
|
|
@@ -67151,7 +67302,7 @@ var resolveExec = (funcArg) => {
|
|
|
67151
67302
|
// node_modules/.pnpm/@design.estate+dees-element@2.0.29/node_modules/@design.estate/dees-element/dist_ts/index.js
|
|
67152
67303
|
var cssManager = new CssManager();
|
|
67153
67304
|
|
|
67154
|
-
// node_modules/.pnpm/@design.estate+dees-wcctools@1.0.78_@types+node@20.
|
|
67305
|
+
// node_modules/.pnpm/@design.estate+dees-wcctools@1.0.78_@types+node@20.8.2/node_modules/@design.estate/dees-wcctools/dist_ts_web/elements/wcc-frame.js
|
|
67155
67306
|
var __decorate2 = function(decorators, target, key, desc) {
|
|
67156
67307
|
var c7 = arguments.length, r6 = c7 < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d4;
|
|
67157
67308
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
@@ -67263,7 +67414,7 @@ WccFrame = __decorate2([
|
|
|
67263
67414
|
e7("wcc-frame")
|
|
67264
67415
|
], WccFrame);
|
|
67265
67416
|
|
|
67266
|
-
// node_modules/.pnpm/@design.estate+dees-wcctools@1.0.78_@types+node@20.
|
|
67417
|
+
// node_modules/.pnpm/@design.estate+dees-wcctools@1.0.78_@types+node@20.8.2/node_modules/@design.estate/dees-wcctools/dist_ts_web/elements/wcc-sidebar.js
|
|
67267
67418
|
var __decorate3 = function(decorators, target, key, desc) {
|
|
67268
67419
|
var c7 = arguments.length, r6 = c7 < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d4;
|
|
67269
67420
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
@@ -67397,7 +67548,7 @@ var WccSidebar = class WccSidebar2 extends DeesElement {
|
|
|
67397
67548
|
<div
|
|
67398
67549
|
class="selectOption ${this.selectedItem === item ? "selected" : null}"
|
|
67399
67550
|
@click=${async () => {
|
|
67400
|
-
const domtools6 = await
|
|
67551
|
+
const domtools6 = await dist_ts_exports26.DomTools.setupDomTools();
|
|
67401
67552
|
this.selectItem("page", pageName, item);
|
|
67402
67553
|
}}
|
|
67403
67554
|
>
|
|
@@ -67416,7 +67567,7 @@ var WccSidebar = class WccSidebar2 extends DeesElement {
|
|
|
67416
67567
|
<div
|
|
67417
67568
|
class="selectOption ${this.selectedItem === item ? "selected" : null}"
|
|
67418
67569
|
@click=${async () => {
|
|
67419
|
-
const domtools6 = await
|
|
67570
|
+
const domtools6 = await dist_ts_exports26.DomTools.setupDomTools();
|
|
67420
67571
|
this.selectItem("element", elementName, item);
|
|
67421
67572
|
}}
|
|
67422
67573
|
>
|
|
@@ -67467,7 +67618,7 @@ WccSidebar = __decorate3([
|
|
|
67467
67618
|
e7("wcc-sidebar")
|
|
67468
67619
|
], WccSidebar);
|
|
67469
67620
|
|
|
67470
|
-
// node_modules/.pnpm/@design.estate+dees-wcctools@1.0.78_@types+node@20.
|
|
67621
|
+
// node_modules/.pnpm/@design.estate+dees-wcctools@1.0.78_@types+node@20.8.2/node_modules/@design.estate/dees-wcctools/dist_ts_web/elements/wcc-properties.js
|
|
67471
67622
|
var __decorate4 = function(decorators, target, key, desc) {
|
|
67472
67623
|
var c7 = arguments.length, r6 = c7 < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d4;
|
|
67473
67624
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
@@ -67864,7 +68015,7 @@ WccProperties = __decorate4([
|
|
|
67864
68015
|
e7("wcc-properties")
|
|
67865
68016
|
], WccProperties);
|
|
67866
68017
|
|
|
67867
|
-
// node_modules/.pnpm/@design.estate+dees-wcctools@1.0.78_@types+node@20.
|
|
68018
|
+
// node_modules/.pnpm/@design.estate+dees-wcctools@1.0.78_@types+node@20.8.2/node_modules/@design.estate/dees-wcctools/dist_ts_web/elements/wcc-dashboard.js
|
|
67868
68019
|
var __decorate5 = function(decorators, target, key, desc) {
|
|
67869
68020
|
var c7 = arguments.length, r6 = c7 < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d4;
|
|
67870
68021
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
@@ -67950,7 +68101,7 @@ var WccDashboard = class WccDashboard2 extends DeesElement {
|
|
|
67950
68101
|
}
|
|
67951
68102
|
}
|
|
67952
68103
|
async firstUpdated() {
|
|
67953
|
-
this.domtools = await
|
|
68104
|
+
this.domtools = await dist_ts_exports26.DomTools.setupDomTools();
|
|
67954
68105
|
this.domtools.router.on("/wcctools-route/:itemType/:itemName/:viewport/:theme", async (routeInfo) => {
|
|
67955
68106
|
this.selectedType = routeInfo.params.itemType;
|
|
67956
68107
|
this.selectedItemName = routeInfo.params.itemName;
|
|
@@ -67961,12 +68112,12 @@ var WccDashboard = class WccDashboard2 extends DeesElement {
|
|
|
67961
68112
|
} else if (routeInfo.params.itemType === "page") {
|
|
67962
68113
|
this.selectedItem = this.pages[routeInfo.params.itemName];
|
|
67963
68114
|
}
|
|
67964
|
-
const domtoolsInstance = await
|
|
68115
|
+
const domtoolsInstance = await dist_ts_exports26.elementBasic.setup();
|
|
67965
68116
|
this.selectedTheme === "bright" ? domtoolsInstance.themeManager.goBright() : domtoolsInstance.themeManager.goDark();
|
|
67966
68117
|
});
|
|
67967
68118
|
}
|
|
67968
68119
|
async updated() {
|
|
67969
|
-
this.domtools = await
|
|
68120
|
+
this.domtools = await dist_ts_exports26.DomTools.setupDomTools();
|
|
67970
68121
|
await this.domtools.router._handleRouteState();
|
|
67971
68122
|
const storeElement = this.selectedItem;
|
|
67972
68123
|
const wccFrame = this.shadowRoot.querySelector("wcc-frame");
|
|
@@ -68042,7 +68193,7 @@ WccDashboard = __decorate5([
|
|
|
68042
68193
|
__metadata5("design:paramtypes", [Object, Object])
|
|
68043
68194
|
], WccDashboard);
|
|
68044
68195
|
|
|
68045
|
-
// node_modules/.pnpm/@design.estate+dees-wcctools@1.0.78_@types+node@20.
|
|
68196
|
+
// node_modules/.pnpm/@design.estate+dees-wcctools@1.0.78_@types+node@20.8.2/node_modules/@design.estate/dees-wcctools/dist_ts_web/index.js
|
|
68046
68197
|
var setupWccTools = (elementsArg, pagesArg) => {
|
|
68047
68198
|
let hasRun = false;
|
|
68048
68199
|
const runWccToolsSetup = async () => {
|
|
@@ -68195,6 +68346,7 @@ DeesButton.styles = [
|
|
|
68195
68346
|
:host {
|
|
68196
68347
|
display: block;
|
|
68197
68348
|
box-sizing: border-box;
|
|
68349
|
+
font-family: 'Roboto', 'monospace';
|
|
68198
68350
|
}
|
|
68199
68351
|
:host([hidden]) {
|
|
68200
68352
|
display: none;
|
|
@@ -68752,6 +68904,7 @@ var DeesDataviewCodebox = class extends DeesElement {
|
|
|
68752
68904
|
display: block;
|
|
68753
68905
|
text-align: left;
|
|
68754
68906
|
font-size: 16px;
|
|
68907
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
68755
68908
|
}
|
|
68756
68909
|
.mainbox {
|
|
68757
68910
|
position: relative;
|
|
@@ -68769,7 +68922,6 @@ var DeesDataviewCodebox = class extends DeesElement {
|
|
|
68769
68922
|
border-bottom: 1px solid ${cssManager.bdTheme("#eeeeeb", "#222222")};
|
|
68770
68923
|
height: 24px;
|
|
68771
68924
|
font-size: 12px;
|
|
68772
|
-
font-family: 'Hubot Sans', 'monospace';
|
|
68773
68925
|
line-height: 24px;
|
|
68774
68926
|
}
|
|
68775
68927
|
|
|
@@ -68819,7 +68971,6 @@ var DeesDataviewCodebox = class extends DeesElement {
|
|
|
68819
68971
|
border-top: 1px solid ${cssManager.bdTheme("#eeeeeb", "#222222")};
|
|
68820
68972
|
height: 24px;
|
|
68821
68973
|
font-size: 12px;
|
|
68822
|
-
font-family: 'Hubot Sans', 'monospace';
|
|
68823
68974
|
line-height: 24px;
|
|
68824
68975
|
text-align: right;
|
|
68825
68976
|
padding-right: 100px;
|
|
@@ -73122,7 +73273,7 @@ DeesInputFileupload.styles = [
|
|
|
73122
73273
|
border-bottom: 1px dashed #444;
|
|
73123
73274
|
color: ${cssManager.bdTheme("#666", "#ccc")};
|
|
73124
73275
|
padding: 8px;
|
|
73125
|
-
font-family: '
|
|
73276
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
73126
73277
|
}
|
|
73127
73278
|
|
|
73128
73279
|
.uploadButton:hover .uploadCandidate {
|
|
@@ -73179,7 +73330,7 @@ var DeesMobilenavigation = class extends DeesElement {
|
|
|
73179
73330
|
super();
|
|
73180
73331
|
this.heading = `MENU`;
|
|
73181
73332
|
this.menuItems = [];
|
|
73182
|
-
this.readyDeferred =
|
|
73333
|
+
this.readyDeferred = dist_ts_exports26.plugins.smartpromise.defer();
|
|
73183
73334
|
}
|
|
73184
73335
|
static async createAndShow(menuItemsArg) {
|
|
73185
73336
|
if (!this.singletonRef) {
|
|
@@ -73311,7 +73462,7 @@ DeesMobilenavigation.styles = [
|
|
|
73311
73462
|
text-align: left;
|
|
73312
73463
|
font-size: 24px;
|
|
73313
73464
|
padding: 8px 0px;
|
|
73314
|
-
font-family: '
|
|
73465
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
73315
73466
|
font-weight: 300;
|
|
73316
73467
|
border-bottom: 1px dashed #444;
|
|
73317
73468
|
margin-top: 16px;
|
|
@@ -73444,7 +73595,7 @@ DeesModal.styles = [
|
|
|
73444
73595
|
cssManager.defaultStyles,
|
|
73445
73596
|
i`
|
|
73446
73597
|
:host {
|
|
73447
|
-
font-family: '
|
|
73598
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
73448
73599
|
color: ${cssManager.bdTheme("#333", "#fff")};
|
|
73449
73600
|
}
|
|
73450
73601
|
.modalContainer {
|
|
@@ -73485,7 +73636,7 @@ DeesModal.styles = [
|
|
|
73485
73636
|
|
|
73486
73637
|
.modal .heading {
|
|
73487
73638
|
height: 32px;
|
|
73488
|
-
font-family: '
|
|
73639
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
73489
73640
|
line-height: 32px;
|
|
73490
73641
|
text-align: center;
|
|
73491
73642
|
font-weight: 600;
|
|
@@ -73542,7 +73693,7 @@ var DeesPdf = class extends DeesElement {
|
|
|
73542
73693
|
return x`
|
|
73543
73694
|
<style>
|
|
73544
73695
|
:host {
|
|
73545
|
-
font-family: '
|
|
73696
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
73546
73697
|
display: block;
|
|
73547
73698
|
box-sizing: border-box;
|
|
73548
73699
|
max-width: 800px;
|
|
@@ -73563,9 +73714,9 @@ var DeesPdf = class extends DeesElement {
|
|
|
73563
73714
|
async connectedCallback() {
|
|
73564
73715
|
super.connectedCallback();
|
|
73565
73716
|
if (!DeesPdf.pdfJsReady) {
|
|
73566
|
-
const pdfJsReadyDeferred =
|
|
73717
|
+
const pdfJsReadyDeferred = dist_ts_exports26.plugins.smartpromise.defer();
|
|
73567
73718
|
DeesPdf.pdfJsReady = pdfJsReadyDeferred.promise;
|
|
73568
|
-
const loadDeferred =
|
|
73719
|
+
const loadDeferred = dist_ts_exports26.plugins.smartpromise.defer();
|
|
73569
73720
|
const script = document.createElement("script");
|
|
73570
73721
|
script.addEventListener("load", () => {
|
|
73571
73722
|
console.log("pdf.js loaded!");
|
|
@@ -73665,7 +73816,7 @@ DeesSimpleAppDash.styles = [
|
|
|
73665
73816
|
border-bottom: 1px solid ${cssManager.bdTheme("#ccc", "#333")};
|
|
73666
73817
|
font-size: 14px;
|
|
73667
73818
|
line-height: 40px;
|
|
73668
|
-
font-family: '
|
|
73819
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
73669
73820
|
padding: 0px 16px;
|
|
73670
73821
|
}
|
|
73671
73822
|
.appcontent {
|
|
@@ -74229,7 +74380,7 @@ DeesStepper.styles = [
|
|
|
74229
74380
|
.step .title {
|
|
74230
74381
|
text-align: center;
|
|
74231
74382
|
padding-top: 50px;
|
|
74232
|
-
font-family: '
|
|
74383
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
74233
74384
|
font-size: 25px;
|
|
74234
74385
|
font-weight: 300;
|
|
74235
74386
|
}
|
|
@@ -74390,7 +74541,7 @@ var DeesTable = class extends DeesElement {
|
|
|
74390
74541
|
this.editableFields = [];
|
|
74391
74542
|
this.files = [];
|
|
74392
74543
|
this.fileWeakMap = /* @__PURE__ */ new WeakMap();
|
|
74393
|
-
this.
|
|
74544
|
+
this.dataChangeSubject = new plugins.smartrx.rxjs.Subject();
|
|
74394
74545
|
}
|
|
74395
74546
|
render() {
|
|
74396
74547
|
return x`
|
|
@@ -74413,7 +74564,7 @@ var DeesTable = class extends DeesElement {
|
|
|
74413
74564
|
@click=${() => {
|
|
74414
74565
|
action.actionFunc({
|
|
74415
74566
|
item: this.selectedDataRow,
|
|
74416
|
-
|
|
74567
|
+
table: this
|
|
74417
74568
|
});
|
|
74418
74569
|
}}
|
|
74419
74570
|
>
|
|
@@ -74511,7 +74662,7 @@ var DeesTable = class extends DeesElement {
|
|
|
74511
74662
|
action: async () => {
|
|
74512
74663
|
await action.actionFunc({
|
|
74513
74664
|
item: itemArg,
|
|
74514
|
-
|
|
74665
|
+
table: this
|
|
74515
74666
|
});
|
|
74516
74667
|
return null;
|
|
74517
74668
|
}
|
|
@@ -74535,7 +74686,7 @@ var DeesTable = class extends DeesElement {
|
|
|
74535
74686
|
if (wantedAction) {
|
|
74536
74687
|
wantedAction.actionFunc({
|
|
74537
74688
|
item: itemArg,
|
|
74538
|
-
|
|
74689
|
+
table: this
|
|
74539
74690
|
});
|
|
74540
74691
|
}
|
|
74541
74692
|
}
|
|
@@ -74555,7 +74706,7 @@ var DeesTable = class extends DeesElement {
|
|
|
74555
74706
|
class="action"
|
|
74556
74707
|
@click=${() => actionArg.actionFunc({
|
|
74557
74708
|
item: itemArg,
|
|
74558
|
-
|
|
74709
|
+
table: this
|
|
74559
74710
|
})}
|
|
74560
74711
|
>
|
|
74561
74712
|
${actionArg.iconName ? x`
|
|
@@ -74592,7 +74743,7 @@ var DeesTable = class extends DeesElement {
|
|
|
74592
74743
|
@click=${() => {
|
|
74593
74744
|
action.actionFunc({
|
|
74594
74745
|
item: this.selectedDataRow,
|
|
74595
|
-
|
|
74746
|
+
table: this
|
|
74596
74747
|
});
|
|
74597
74748
|
}}
|
|
74598
74749
|
>
|
|
@@ -74681,7 +74832,7 @@ DeesTable.styles = [
|
|
|
74681
74832
|
i`
|
|
74682
74833
|
.mainbox {
|
|
74683
74834
|
color: ${cssManager.bdTheme("#333", "#fff")};
|
|
74684
|
-
font-family: '
|
|
74835
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
74685
74836
|
font-weight: 400;
|
|
74686
74837
|
font-size: 14px;
|
|
74687
74838
|
padding: 16px;
|
|
@@ -74699,13 +74850,13 @@ DeesTable.styles = [
|
|
|
74699
74850
|
display: flex;
|
|
74700
74851
|
justify-content: flex-end;
|
|
74701
74852
|
align-items: center;
|
|
74853
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
74702
74854
|
}
|
|
74703
74855
|
|
|
74704
74856
|
.headingContainer {
|
|
74705
74857
|
}
|
|
74706
74858
|
|
|
74707
74859
|
.heading {
|
|
74708
|
-
font-family: 'Hubot Sans', 'Inter', sans-serif;
|
|
74709
74860
|
}
|
|
74710
74861
|
|
|
74711
74862
|
.heading1 {
|
|
@@ -74776,7 +74927,9 @@ DeesTable.styles = [
|
|
|
74776
74927
|
}
|
|
74777
74928
|
|
|
74778
74929
|
th {
|
|
74779
|
-
text-transform:
|
|
74930
|
+
text-transform: none;
|
|
74931
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
74932
|
+
font-weight: 500;
|
|
74780
74933
|
}
|
|
74781
74934
|
th,
|
|
74782
74935
|
td {
|
|
@@ -74840,6 +74993,7 @@ DeesTable.styles = [
|
|
|
74840
74993
|
}
|
|
74841
74994
|
|
|
74842
74995
|
.footer {
|
|
74996
|
+
font-family: 'Roboto', 'Inter', sans-serif;
|
|
74843
74997
|
font-size: 14px;
|
|
74844
74998
|
color: ${cssManager.bdTheme("#111", "#ffffff90")};
|
|
74845
74999
|
background: ${cssManager.bdTheme("#eeeeeb", "#00000050")};
|