@paperless/core 1.59.0 → 1.59.1
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/CHANGELOG.md +11 -0
- package/dist/build/{p-d40ee88e.entry.js → p-b84b1a5f.entry.js} +2 -2
- package/dist/build/{p-d40ee88e.entry.js.map → p-b84b1a5f.entry.js.map} +1 -1
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/p-card-header.cjs.entry.js +1 -1
- package/dist/cjs/p-card-header.cjs.entry.js.map +1 -1
- package/dist/collection/components/atoms/card-header/card-header.component.js +1 -1
- package/dist/collection/components/atoms/card-header/card-header.component.js.map +1 -1
- package/dist/components/p-card-header.js +1 -1
- package/dist/components/p-card-header.js.map +1 -1
- package/dist/esm/p-card-header.entry.js +1 -1
- package/dist/esm/p-card-header.entry.js.map +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/{p-d40ee88e.entry.js → p-b84b1a5f.entry.js} +2 -2
- package/dist/paperless/{p-d40ee88e.entry.js.map → p-b84b1a5f.entry.js.map} +1 -1
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/hydrate/index.js +1 -1
- package/package.json +1 -1
package/hydrate/index.js
CHANGED
|
@@ -12048,7 +12048,7 @@ class CardHeader {
|
|
|
12048
12048
|
}
|
|
12049
12049
|
render() {
|
|
12050
12050
|
var _a, _b;
|
|
12051
|
-
return (hAsync(Host, { class: 'p-card-header' }, hAsync("slot", { name: 'prefix' }), (((_a = this.header) === null || _a === void 0 ? void 0 : _a.length) || this.arrow) && (hAsync("div", { class: 'title' }, hAsync("span", null, (
|
|
12051
|
+
return (hAsync(Host, { class: 'p-card-header' }, hAsync("slot", { name: 'prefix' }), (((_a = this.header) === null || _a === void 0 ? void 0 : _a.length) || this._hasContentSlot || this.arrow) && (hAsync("div", { class: 'title' }, hAsync("span", null, (_b = this.header) !== null && _b !== void 0 ? _b : hAsync("slot", { name: 'content' })), this.arrow && (hAsync("p-icon", { variant: 'arrow', class: 'group-hover:text-indigo' })))), hAsync("slot", { name: 'suffix' })));
|
|
12052
12052
|
}
|
|
12053
12053
|
get _el() { return getElement(this); }
|
|
12054
12054
|
static get style() { return cardHeaderComponentCss; }
|