@limetech/lime-crm-building-blocks 1.116.6 → 1.117.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/CHANGELOG.md +7 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/limebb-dashboard-widget.cjs.entry.js +1 -1
- package/dist/cjs/limebb-info-tile.cjs.entry.js +1 -1
- package/dist/cjs/limebb-lime-query-filter-comparison_2.cjs.entry.js +1 -1
- package/dist/cjs/limebb-navigation-button_2.cjs.entry.js +2 -2
- package/dist/collection/components/dashboard-widget/dashboard-widget.js +9 -3
- package/dist/collection/components/info-tile/info-tile.js +11 -4
- package/dist/collection/components/lime-query-builder/expressions/lime-query-filter-comparison.js +1 -1
- package/dist/collection/components/summary-popover/summary-popover.js +10 -4
- package/dist/collection/index.js +1 -0
- package/dist/components/index.js +1 -1
- package/dist/components/lime-query-filter-comparison.js +1 -1
- package/dist/components/limebb-dashboard-widget.js +1 -1
- package/dist/components/limebb-info-tile.js +1 -1
- package/dist/components/summary-popover.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/limebb-dashboard-widget.entry.js +1 -1
- package/dist/esm/limebb-info-tile.entry.js +1 -1
- package/dist/esm/limebb-lime-query-filter-comparison_2.entry.js +1 -1
- package/dist/esm/limebb-navigation-button_2.entry.js +2 -2
- package/dist/lime-crm-building-blocks/index.esm.js +1 -0
- package/dist/lime-crm-building-blocks/lime-crm-building-blocks.esm.js +1 -1
- package/dist/lime-crm-building-blocks/{p-626421bf.entry.js → p-18fc1a06.entry.js} +1 -1
- package/dist/lime-crm-building-blocks/{p-c6bbcbee.entry.js → p-943c8589.entry.js} +1 -1
- package/dist/lime-crm-building-blocks/{p-12aadae6.entry.js → p-a48a6ff8.entry.js} +1 -1
- package/dist/lime-crm-building-blocks/{p-62981791.entry.js → p-ffb847d0.entry.js} +1 -1
- package/dist/types/components/dashboard-widget/dashboard-widget.d.ts +2 -2
- package/dist/types/components/info-tile/info-tile.d.ts +2 -1
- package/dist/types/components/summary-popover/summary-popover.d.ts +2 -2
- package/dist/types/components.d.ts +11 -11
- package/dist/types/index.d.ts +1 -0
- package/dist/types/util/basic-limetype-props.d.ts +4 -4
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.117.0](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.116.6...v1.117.0) (2026-04-28)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
* add auto completion of icons and colors ([09dd9ba](https://github.com/Lundalogik/lime-crm-building-blocks/commit/09dd9ba469a147ac8042889d4291808870741339)), closes [Lundalogik/crm-client#622](https://github.com/Lundalogik/crm-client/issues/622)
|
|
7
|
+
|
|
1
8
|
## [1.116.6](https://github.com/Lundalogik/lime-crm-building-blocks/compare/v1.116.5...v1.116.6) (2026-04-28)
|
|
2
9
|
|
|
3
10
|
### Bug Fixes
|
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -18,7 +18,7 @@ const DashboardComponent = class {
|
|
|
18
18
|
};
|
|
19
19
|
}
|
|
20
20
|
render() {
|
|
21
|
-
return [this.renderHeader(), index.h("slot", { key: '
|
|
21
|
+
return [this.renderHeader(), index.h("slot", { key: '3c5a1725b0cf3887074d0be4b1b7086126447d3b', name: "content" })];
|
|
22
22
|
}
|
|
23
23
|
};
|
|
24
24
|
DashboardComponent.style = dashboardWidgetCss();
|
|
@@ -434,7 +434,7 @@ const InfoTile = class {
|
|
|
434
434
|
const errorProps = Object.assign(Object.assign({}, baseProps), { icon: 'error', prefix: 'ERROR', loading: true, label: this.getLabel(filter) });
|
|
435
435
|
const normalProps = Object.assign(Object.assign({}, baseProps), { label: this.getLabel(filter), link: this.getLink(filter), loading: this.loading, value: value === null || value === void 0 ? void 0 : value.value.trim() });
|
|
436
436
|
const props = !filter || this.error ? errorProps : normalProps;
|
|
437
|
-
return (index.h("limel-info-tile", Object.assign({ key: '
|
|
437
|
+
return (index.h("limel-info-tile", Object.assign({ key: '32681215bf0c15888f2b9b7a603bbf43118dab5a', class: { error: !filter || this.error } }, props)));
|
|
438
438
|
}
|
|
439
439
|
getFormattedValue() {
|
|
440
440
|
if (!this.value && this.value !== 0) {
|
|
@@ -107,7 +107,7 @@ const LimeQueryFilterComparisonComponent = class {
|
|
|
107
107
|
};
|
|
108
108
|
}
|
|
109
109
|
render() {
|
|
110
|
-
return (index.h(index.Host, { key: '
|
|
110
|
+
return (index.h(index.Host, { key: '3160ae006c1badea05d6f687aa269a26a7064178' }, this.renderHeader(), index.h("div", { key: 'cdd9a5579a261ec29451a98a247f9e079cadd853', class: "expression-container" }, this.renderPropertySelector(), this.renderOperator(), this.renderValueInput(), index.h("limel-icon-button", { key: 'a18e2851403fcaf7189464bc9cd558684b67ecf3', class: "remove", icon: "trash", label: "Remove condition", onClick: this.removeExpression }))));
|
|
111
111
|
}
|
|
112
112
|
renderHeader() {
|
|
113
113
|
if (!this.label) {
|
|
@@ -122,9 +122,9 @@ const SummaryPopover = class {
|
|
|
122
122
|
top: '0.125rem',
|
|
123
123
|
right: '0.125rem',
|
|
124
124
|
};
|
|
125
|
-
return (index.h("limel-popover", { key: '
|
|
125
|
+
return (index.h("limel-popover", { key: 'e4c9b983fcb6653614a4e32fb2e4645d4cad0051', style: {
|
|
126
126
|
'--limebb-summary-popover-timeout': `${this.triggerDelay}ms`,
|
|
127
|
-
}, open: this.isPopoverOpen, onClose: this.onPopoverClose, openDirection: this.openDirection }, index.h("div", { key: '
|
|
127
|
+
}, open: this.isPopoverOpen, onClose: this.onPopoverClose, openDirection: this.openDirection }, index.h("div", { key: '9d5508336d005dd37eb481895172c20603a1372c', slot: "trigger", onMouseEnter: this.openPopoverWithDelay, onMouseLeave: this.resetTimeout, onFocusin: this.openPopoverWithDelay }, index.h("slot", { key: '387149baa61ff006740ed57685eb06ed00817420', name: "trigger" }), index.h("div", { key: 'f20353d74f8c92eb02f74489826ff6d25629f7db', class: "opening-countdown-indicator" })), this.renderCard(closeButtonStyle)));
|
|
128
128
|
}
|
|
129
129
|
renderCard(closeButtonStyle) {
|
|
130
130
|
return (index.h("limel-card", { style: {
|