@sprucelabs/heartwood-view-controllers 128.1.1 → 128.1.3
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.
|
@@ -438,12 +438,14 @@ function findList(vc, id) {
|
|
|
438
438
|
return { match, foundById };
|
|
439
439
|
}
|
|
440
440
|
function renderCellContent(cell) {
|
|
441
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
441
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
442
442
|
return `${(_b = (_a = cell.subText) === null || _a === void 0 ? void 0 : _a.content) !== null && _b !== void 0 ? _b : ''}
|
|
443
443
|
${(_d = (_c = cell.subText) === null || _c === void 0 ? void 0 : _c.html) !== null && _d !== void 0 ? _d : ''}
|
|
444
444
|
${(_f = (_e = cell.text) === null || _e === void 0 ? void 0 : _e.content) !== null && _f !== void 0 ? _f : ''}
|
|
445
445
|
${(_h = (_g = cell.text) === null || _g === void 0 ? void 0 : _g.html) !== null && _h !== void 0 ? _h : ''}
|
|
446
|
-
${(_k = (_j = cell.button) === null || _j === void 0 ? void 0 : _j.label) !== null && _k !== void 0 ? _k : ''}
|
|
446
|
+
${(_k = (_j = cell.button) === null || _j === void 0 ? void 0 : _j.label) !== null && _k !== void 0 ? _k : ''}
|
|
447
|
+
${(_m = (_l = cell.text) === null || _l === void 0 ? void 0 : _l.markdown) !== null && _m !== void 0 ? _m : ''}
|
|
448
|
+
${(_p = (_o = cell.subText) === null || _o === void 0 ? void 0 : _o.markdown) !== null && _p !== void 0 ? _p : ''}`;
|
|
447
449
|
}
|
|
448
450
|
function getListVc(listVc) {
|
|
449
451
|
const controller = renderUtil.render(listVc).controller;
|
|
@@ -421,7 +421,9 @@ function renderCellContent(cell) {
|
|
|
421
421
|
${cell.subText?.html ?? ''}
|
|
422
422
|
${cell.text?.content ?? ''}
|
|
423
423
|
${cell.text?.html ?? ''}
|
|
424
|
-
${cell.button?.label ?? ''}
|
|
424
|
+
${cell.button?.label ?? ''}
|
|
425
|
+
${cell.text?.markdown ?? ''}
|
|
426
|
+
${cell.subText?.markdown ?? ''}`;
|
|
425
427
|
}
|
|
426
428
|
function getListVc(listVc) {
|
|
427
429
|
const controller = render_utility_1.default.render(listVc).controller;
|
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"sideEffects": false,
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"description": "All the power of Heartwood in one, convenient package.",
|
|
15
|
-
"version": "128.1.
|
|
15
|
+
"version": "128.1.3",
|
|
16
16
|
"skill": {
|
|
17
17
|
"namespace": "HeartwoodViewControllers",
|
|
18
18
|
"commandOverrides": {
|
|
@@ -73,16 +73,16 @@
|
|
|
73
73
|
"@babel/preset-env": "^7.28.5",
|
|
74
74
|
"@babel/preset-typescript": "^7.28.5",
|
|
75
75
|
"@babel/runtime": "^7.28.4",
|
|
76
|
-
"@sprucelabs/calendar-utils": "^44.0.
|
|
77
|
-
"@sprucelabs/error": "^8.0.
|
|
78
|
-
"@sprucelabs/globby": "^2.0.
|
|
79
|
-
"@sprucelabs/mercury-core-events": "^28.0.
|
|
80
|
-
"@sprucelabs/mercury-types": "^49.0.
|
|
81
|
-
"@sprucelabs/schema": "^33.0.
|
|
82
|
-
"@sprucelabs/spruce-core-schemas": "^42.0.
|
|
83
|
-
"@sprucelabs/spruce-event-utils": "^42.0.
|
|
84
|
-
"@sprucelabs/spruce-skill-utils": "^33.0.
|
|
85
|
-
"@sprucelabs/test-utils": "^7.0.
|
|
76
|
+
"@sprucelabs/calendar-utils": "^44.0.19",
|
|
77
|
+
"@sprucelabs/error": "^8.0.5",
|
|
78
|
+
"@sprucelabs/globby": "^2.0.514",
|
|
79
|
+
"@sprucelabs/mercury-core-events": "^28.0.17",
|
|
80
|
+
"@sprucelabs/mercury-types": "^49.0.15",
|
|
81
|
+
"@sprucelabs/schema": "^33.0.11",
|
|
82
|
+
"@sprucelabs/spruce-core-schemas": "^42.0.15",
|
|
83
|
+
"@sprucelabs/spruce-event-utils": "^42.0.14",
|
|
84
|
+
"@sprucelabs/spruce-skill-utils": "^33.0.14",
|
|
85
|
+
"@sprucelabs/test-utils": "^7.0.11",
|
|
86
86
|
"babel-loader": "^10.0.0",
|
|
87
87
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
88
88
|
"dot-prop": "^10.1.0",
|
|
@@ -94,13 +94,13 @@
|
|
|
94
94
|
"webpack": "^5.103.0"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@sprucelabs/esm-postbuild": "^9.0.
|
|
98
|
-
"@sprucelabs/jest-json-reporter": "^10.0.
|
|
99
|
-
"@sprucelabs/mercury-client": "^45.0.
|
|
100
|
-
"@sprucelabs/mercury-event-emitter": "^45.0.
|
|
101
|
-
"@sprucelabs/resolve-path-aliases": "^4.0.
|
|
97
|
+
"@sprucelabs/esm-postbuild": "^9.0.6",
|
|
98
|
+
"@sprucelabs/jest-json-reporter": "^10.0.8",
|
|
99
|
+
"@sprucelabs/mercury-client": "^45.0.19",
|
|
100
|
+
"@sprucelabs/mercury-event-emitter": "^45.0.19",
|
|
101
|
+
"@sprucelabs/resolve-path-aliases": "^4.0.7",
|
|
102
102
|
"@sprucelabs/semantic-release": "^6.0.0",
|
|
103
|
-
"@sprucelabs/test": "^11.0.
|
|
103
|
+
"@sprucelabs/test": "^11.0.2",
|
|
104
104
|
"@types/node": "^24.10.1",
|
|
105
105
|
"@types/terser-webpack-plugin": "^5.2.0",
|
|
106
106
|
"chokidar-cli": "^3.0.0",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"jest": "^30.2.0",
|
|
110
110
|
"jest-circus": "^30.2.0",
|
|
111
111
|
"jest-environment-jsdom": "^30.2.0",
|
|
112
|
-
"prettier": "^3.
|
|
112
|
+
"prettier": "^3.7.2",
|
|
113
113
|
"ts-node": "^10.9.2",
|
|
114
114
|
"tsc-watch": "^7.2.0",
|
|
115
115
|
"tsconfig-paths": "^4.2.0",
|