@design.estate/dees-catalog 3.103.0 → 3.104.0
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
CHANGED
|
@@ -198977,13 +198977,16 @@ init_group_runtime();
|
|
|
198977
198977
|
// ts_web/00_commitinfo_data.ts
|
|
198978
198978
|
var commitinfo = {
|
|
198979
198979
|
name: "@design.estate/dees-catalog",
|
|
198980
|
-
version: "3.
|
|
198980
|
+
version: "3.104.0",
|
|
198981
198981
|
description: "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript."
|
|
198982
198982
|
};
|
|
198983
198983
|
|
|
198984
198984
|
// ts_web/index.ts
|
|
198985
|
+
init_services();
|
|
198985
198986
|
init_colors();
|
|
198986
198987
|
export {
|
|
198988
|
+
CDN_BASE,
|
|
198989
|
+
CDN_VERSIONS,
|
|
198987
198990
|
CHART_LEGEND_STATS,
|
|
198988
198991
|
CanvasPool,
|
|
198989
198992
|
DeesActionbar,
|
|
@@ -199065,6 +199068,7 @@ export {
|
|
|
199065
199068
|
DeesPreview,
|
|
199066
199069
|
DeesProgressbar,
|
|
199067
199070
|
DeesSearchbar,
|
|
199071
|
+
DeesServiceLibLoader,
|
|
199068
199072
|
DeesSettings,
|
|
199069
199073
|
DeesShoppingProductcard,
|
|
199070
199074
|
DeesSimpleAppDash,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@design.estate/dees-catalog',
|
|
6
|
-
version: '3.
|
|
6
|
+
version: '3.104.0',
|
|
7
7
|
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUsNkJBQTZCO0lBQ25DLE9BQU8sRUFBRSxTQUFTO0lBQ2xCLFdBQVcsRUFBRSxzSkFBc0o7Q0FDcEssQ0FBQSJ9
|
package/dist_ts_web/index.d.ts
CHANGED
package/dist_ts_web/index.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
export * from './elements/index.js';
|
|
2
|
+
// Lib loader is public API: CSP-locked hosts pre-register bundled modules
|
|
3
|
+
// (e.g. xterm) through provideXtermModules instead of the CDN path.
|
|
4
|
+
export * from './services/index.js';
|
|
2
5
|
import * as colors from './elements/00colors.js';
|
|
3
6
|
export { colors };
|
|
4
7
|
export { commitinfo } from './00_commitinfo_data.js';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90c193ZWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQywwRUFBMEU7QUFDMUUsb0VBQW9FO0FBQ3BFLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsT0FBTyxLQUFLLE1BQU0sTUFBTSx3QkFBd0IsQ0FBQztBQUNqRCxPQUFPLEVBQUUsTUFBTSxFQUFFLENBQUM7QUFDbEIsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLHlCQUF5QixDQUFDIn0=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@design.estate/dees-catalog",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.104.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.",
|
|
6
6
|
"main": "dist_ts_web/index.js",
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@design.estate/dees-catalog',
|
|
6
|
-
version: '3.
|
|
6
|
+
version: '3.104.0',
|
|
7
7
|
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
|
|
8
8
|
}
|
package/ts_web/index.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export * from './elements/index.js';
|
|
2
|
+
// Lib loader is public API: CSP-locked hosts pre-register bundled modules
|
|
3
|
+
// (e.g. xterm) through provideXtermModules instead of the CDN path.
|
|
4
|
+
export * from './services/index.js';
|
|
2
5
|
import * as colors from './elements/00colors.js';
|
|
3
6
|
export { colors };
|
|
4
7
|
export { commitinfo } from './00_commitinfo_data.js';
|