@limetech/lime-elements 39.20.0 → 39.22.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 +14 -0
- package/dist/cjs/limel-chip_2.cjs.entry.js +2 -2
- package/dist/cjs/limel-form.cjs.entry.js +1111 -263
- package/dist/collection/components/chip-set/chip-set.js +3 -2
- package/dist/esm/{_baseEach-CL_-rBMy.js → _baseEach-C4UJIc96.js} +1 -1
- package/dist/esm/{_baseIsEqual-BfXMsuGh.js → _baseIsEqual-DCZXUzsZ.js} +1 -1
- package/dist/esm/{_baseIteratee-kS1-0_xD.js → _baseIteratee-CI-QZdpx.js} +1 -1
- package/dist/esm/{_getAllKeysIn-BKpeslPJ.js → _getAllKeysIn-v-KlW5r_.js} +1 -1
- package/dist/esm/{cloneDeep-BXAw5H-1.js → cloneDeep-V4fB8wfG.js} +2 -2
- package/dist/esm/{difference-DMAjHh-t.js → difference-CWrdq-hd.js} +1 -1
- package/dist/esm/{isEmpty-DrFXbHWO.js → isEmpty-BFxMjh_H.js} +1 -1
- package/dist/esm/{isEqual-CpaoJ_AF.js → isEqual-CsrptmTU.js} +1 -1
- package/dist/esm/limel-chip_2.entry.js +5 -5
- package/dist/esm/limel-dialog.entry.js +2 -2
- package/dist/esm/limel-file-dropzone_2.entry.js +3 -3
- package/dist/esm/limel-form.entry.js +1127 -279
- package/dist/esm/limel-prosemirror-adapter.entry.js +4 -4
- package/dist/esm/limel-tab-bar.entry.js +3 -3
- package/dist/esm/limel-table.entry.js +5 -5
- package/dist/esm/{pickBy-BEA90LIZ.js → pickBy-D8CUtxE4.js} +2 -2
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/p-29a59535.entry.js +13 -0
- package/dist/lime-elements/p-34d1d00a.entry.js +1 -0
- package/dist/lime-elements/{p-4ca67b17.entry.js → p-48db87d3.entry.js} +1 -1
- package/dist/lime-elements/{p-757896f5.entry.js → p-4e9baf08.entry.js} +1 -1
- package/dist/lime-elements/{p-BbU4FGNT.js → p-7uuv3HUP.js} +1 -1
- package/dist/lime-elements/{p-4ce682cf.entry.js → p-8139d26a.entry.js} +1 -1
- package/dist/lime-elements/{p-CMjGNANG.js → p-BTHqaZIi.js} +1 -1
- package/dist/lime-elements/p-Bj622DVt.js +1 -0
- package/dist/lime-elements/p-C3Myy3mA.js +1 -0
- package/dist/lime-elements/{p-xQsJdKrq.js → p-CXgJVvTe.js} +1 -1
- package/dist/lime-elements/p-CxfAgSVd.js +1 -0
- package/dist/lime-elements/{p-DFWcgJ_i.js → p-DNIqLXTL.js} +1 -1
- package/dist/lime-elements/p-DbC-smVQ.js +1 -0
- package/dist/lime-elements/p-SvuA3Boo.js +1 -0
- package/dist/lime-elements/{p-cffc137e.entry.js → p-e720f65c.entry.js} +3 -3
- package/dist/lime-elements/{p-8065425a.entry.js → p-fd4a4f87.entry.js} +1 -1
- package/dist/types/components/chip-set/chip-set.d.ts +1 -0
- package/dist/types/components/chip-set/chip.types.d.ts +4 -0
- package/dist/types/components.d.ts +4 -0
- package/package.json +4 -4
- package/dist/lime-elements/p-B3zCFNAw.js +0 -1
- package/dist/lime-elements/p-B6bNnxRu.js +0 -1
- package/dist/lime-elements/p-BCMRfUKp.js +0 -1
- package/dist/lime-elements/p-DTXIk0fN.js +0 -1
- package/dist/lime-elements/p-UGKt6Ywx.js +0 -1
- package/dist/lime-elements/p-cae35eb0.entry.js +0 -1
- package/dist/lime-elements/p-e60ffc0a.entry.js +0 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [39.22.0](https://github.com/Lundalogik/lime-elements/compare/v39.21.0...v39.22.0) (2026-05-04)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
* **chip-set:** forward per-chip invalid state to rendered chip ([499179a](https://github.com/Lundalogik/lime-elements/commit/499179a1ed21a8f475ce6b50a6e5527bc8f1bd08)), closes [#4026](https://github.com/Lundalogik/lime-elements/issues/4026)
|
|
7
|
+
|
|
8
|
+
## [39.21.0](https://github.com/Lundalogik/lime-elements/compare/v39.20.0...v39.21.0) (2026-05-04)
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
* **form:** update [@rjsf](https://github.com/rjsf) packages to version 6.5.2 ([30d44ec](https://github.com/Lundalogik/lime-elements/commit/30d44ecb25a55dc17ff8dfefc1505369162da360))
|
|
14
|
+
|
|
1
15
|
## [39.20.0](https://github.com/Lundalogik/lime-elements/compare/v39.19.0...v39.20.0) (2026-04-29)
|
|
2
16
|
|
|
3
17
|
### Features
|
|
@@ -558,7 +558,7 @@ const ChipSet = class {
|
|
|
558
558
|
});
|
|
559
559
|
}
|
|
560
560
|
const value = this.getValue();
|
|
561
|
-
return (index.h(index.Host, { key: '
|
|
561
|
+
return (index.h(index.Host, { key: '22e7456b5a9849f42d99338c984ffb18bf809661' }, index.h("limel-notched-outline", { key: '200d72c0bef881abf10ebd099f719ada8bca1938', labelId: this.labelId, label: this.label, required: this.required, invalid: this.invalid || this.isInvalid(), disabled: this.disabled, readonly: this.readonly, hasValue: !!((_a = this.value) === null || _a === void 0 ? void 0 : _a.length), hasLeadingIcon: !!this.leadingIcon, hasFloatingLabel: this.floatLabelAbove() }, index.h("div", Object.assign({ key: '7d130f4388fdd8f396a2c4caa7a2eeab90d8257d', slot: "content" }, this.getContentProps(), { class: classes }), this.renderContent(value))), this.renderHelperLine()));
|
|
562
562
|
}
|
|
563
563
|
getContentProps() {
|
|
564
564
|
if (this.type === 'input') {
|
|
@@ -690,7 +690,7 @@ const ChipSet = class {
|
|
|
690
690
|
getChipProps(chip, chipType) {
|
|
691
691
|
const removable = this.type === 'input' && chip.removable && !this.readonly;
|
|
692
692
|
const readonly = this.readonly && this.type !== 'input';
|
|
693
|
-
return Object.assign({ role: 'row', identifier: chip.id, text: chip.text, icon: chip.icon, image: chip.image, badge: chip.badge, selected: chip.selected, disabled: this.disabled, loading: chip.loading, readonly: readonly, type: chipType, removable: removable, menuItems: chip.menuItems, onClick: this.catchInputChipClicks(chip), onRemove: this.handleRemoveChip }, (chip.href && {
|
|
693
|
+
return Object.assign({ role: 'row', identifier: chip.id, text: chip.text, icon: chip.icon, image: chip.image, badge: chip.badge, selected: chip.selected, disabled: this.disabled, loading: chip.loading, invalid: chip.invalid, readonly: readonly, type: chipType, removable: removable, menuItems: chip.menuItems, onClick: this.catchInputChipClicks(chip), onRemove: this.handleRemoveChip }, (chip.href && {
|
|
694
694
|
link: {
|
|
695
695
|
href: linkHelper.getHref(chip.href),
|
|
696
696
|
target: linkHelper.getTarget(chip.href),
|