@rededor/cura 1.8.0 → 1.8.2-alpha.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/cjs/cura-accordion_20.cjs.entry.js +4 -4
- package/dist/cjs/cura-accordion_20.cjs.entry.js.map +1 -1
- package/dist/cjs/index-BK9MSAiE.js.map +1 -1
- package/dist/collection/components/forms/cura-input-text/cura-input-text.js +3 -3
- package/dist/collection/components/forms/cura-input-text/cura-input-text.js.map +1 -1
- package/dist/collection/components/forms/cura-select/cura-select.js +2 -2
- package/dist/collection/components/forms/cura-select/cura-select.js.map +1 -1
- package/dist/components/cura-calendar.js +1 -1
- package/dist/components/cura-dropdown-search.js +1 -1
- package/dist/components/cura-input-date.js +3 -3
- package/dist/components/cura-input-text.js +1 -1
- package/dist/components/cura-select.js +1 -1
- package/dist/components/{p-e-P5qR3J.js → p-BGnJiNyu.js} +3 -3
- package/dist/components/{p-e-P5qR3J.js.map → p-BGnJiNyu.js.map} +1 -1
- package/dist/components/{p-y6Cly9DJ.js → p-BTt-pVTn.js} +4 -4
- package/dist/components/p-BTt-pVTn.js.map +1 -0
- package/dist/components/{p-zz_zOPBZ.js → p-CgMS6FUK.js} +4 -4
- package/dist/components/p-CgMS6FUK.js.map +1 -0
- package/dist/components/p-D1cPOZpG.js.map +1 -1
- package/dist/cura/cura.esm.js +1 -1
- package/dist/cura/p-PPMZr_VE.js.map +1 -1
- package/dist/cura/{p-fc3b57a8.entry.js → p-d8aeca82.entry.js} +2 -2
- package/dist/cura/p-d8aeca82.entry.js.map +1 -0
- package/dist/esm/cura-accordion_20.entry.js +4 -4
- package/dist/esm/cura-accordion_20.entry.js.map +1 -1
- package/dist/esm/index-OdKytJIH.js.map +1 -1
- package/package.json +2 -2
- package/dist/components/p-y6Cly9DJ.js.map +0 -1
- package/dist/components/p-zz_zOPBZ.js.map +0 -1
- package/dist/cura/p-fc3b57a8.entry.js.map +0 -1
|
@@ -5053,7 +5053,7 @@ const CuraInputText = class {
|
|
|
5053
5053
|
return 'neutral-black';
|
|
5054
5054
|
return 'neutral-dark';
|
|
5055
5055
|
})();
|
|
5056
|
-
return (index.h("div", { style: this.styles, class: "helper-text", part: "cura-input-text-helper" }, isDefault && (index.h("cura-label", { size: helperTextSize, lineHeight: "xsmall", color: colorText }, index.h("slot", null))), isError && this.mode ===
|
|
5056
|
+
return (index.h("div", { style: this.styles, class: "helper-text", part: "cura-input-text-helper" }, isDefault && (index.h("cura-label", { size: helperTextSize, lineHeight: "xsmall", color: colorText }, index.h("slot", null))), isError && this.mode === 'default' && (index.h("cura-label", { size: helperTextSize, lineHeight: "xsmall", color: "error-dark" }, index.h("slot", null))), isError && this.mode === 'transparent' && (index.h("cura-label", { size: helperTextSize, lineHeight: "xsmall", color: "neutral-black" }, index.h("slot", null))), isSuccess && (index.h("cura-label", { size: helperTextSize, lineHeight: "xsmall", color: "success-dark" }, index.h("slot", null)))));
|
|
5057
5057
|
}
|
|
5058
5058
|
handleMouseEnter() {
|
|
5059
5059
|
this.isHovered = true;
|
|
@@ -5201,7 +5201,7 @@ const CuraInputText = class {
|
|
|
5201
5201
|
e.preventDefault();
|
|
5202
5202
|
}
|
|
5203
5203
|
render() {
|
|
5204
|
-
return (index.h(index.Host, { key: '
|
|
5204
|
+
return (index.h(index.Host, { key: 'ca2aecb12b93ceb875b3009b250aaad74cdae987', role: "textbox", "aria-disabled": this.disabled, "aria-required": this.required, "aria-invalid": this.status === 'error' }, index.h("div", { key: 'cf01002eab6f77101c36e03c5cf849d7aaeac09e', style: this.styles, onMouseEnter: () => this.handleMouseEnter(), onMouseLeave: () => this.handleMouseLeave(), class: Object.assign({ 'cura-input-group': true }, this.getClasses()) }, index.h("div", { key: '632acdd25d3b425b26c6bd10b60f92f37af834c3', class: "input-wrapper" }, this.label && (index.h("cura-label", { key: '0cc9fa6b402907f8292188ff7450945d6e31edd8', class: "label", weight: "bold", size: this.size === 'large' ? 'small' : 'xsmall', color: this.getLabelColor() }, this.label, " ", this.required && index.h("span", { key: 'aebf6ded909742c6d09c963172064b3035a5f141', class: "required" }, "* "))), index.h("div", { key: '8906d48f519c5053936d55d4ad9c4bc3570c70d4', class: "cura-input-field", part: "cura-input-field", style: this.styles }, this.renderIcon(), index.h("input", { key: 'e0954c117932336172cb4bc83ccc18038341dcd3', name: this.name ? this.name : '', type: this.type, onKeyDown: event => this.handleKeyDown(event), onBlur: this.handleInputBlur.bind(this), onFocus: this.handleInputFocus.bind(this), onInput: event => this.handleInputChange(event), class: this.getClasses(), style: this.styles, placeholder: this.placeholder, disabled: this.disabled || this.isLoading, required: this.required, readonly: this.readOnly, maxlength: this.maxlength, value: this.value !== undefined && this.value !== null ? this.value : '', inputmode: this.maskPreset ? 'tel' : this.inputMode, ref: ref => (this.inputRef = ref), autocomplete: this.autocomplete }), !!this.clearIcon && !this.readOnly && !this.isLoading && !this.disabled && this.value && this.isFocused && (index.h("cura-icon", { key: '26ea6fcc1cd8df12ee9d0c40f1d20600d696fbe9', size: this.size === 'large' || this.mode === 'transparent' ? 20 : 16, color: "primary-base", name: "closeCircle", iconset: "default", class: "clear-button", onMouseDown: () => this.handleClearInput() })), this.isLoading && index.h("cura-loader-circle", { key: '292a9c476520f9d03a9d7c2f4242d103dd157b90', size: this.size === 'large' ? 'medium' : 'small', color: "primary-base" })), this.renderHelperText()))));
|
|
5205
5205
|
}
|
|
5206
5206
|
static get formAssociated() { return true; }
|
|
5207
5207
|
get host() { return index.getElement(this); }
|
|
@@ -5652,14 +5652,14 @@ const CuraSelect = class {
|
|
|
5652
5652
|
* Initializes the options for the select component.
|
|
5653
5653
|
*/
|
|
5654
5654
|
componentWillLoad() {
|
|
5655
|
-
|
|
5655
|
+
this.initializeOptions();
|
|
5656
5656
|
}
|
|
5657
5657
|
/**
|
|
5658
5658
|
* Lifecycle method called after the component is rendered.
|
|
5659
5659
|
* Initializes select-related functionality.
|
|
5660
5660
|
*/
|
|
5661
5661
|
componentDidLoad() {
|
|
5662
|
-
this.initializeOptions();
|
|
5662
|
+
// this.initializeOptions();
|
|
5663
5663
|
this.setupMutationObserver();
|
|
5664
5664
|
this.addOutsideClickListener();
|
|
5665
5665
|
}
|