bromcom-ui 2.5.1-rc.0 → 2.5.1-rc.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/dist/bromcom-ui/bromcom-ui.esm.js +1 -1
- package/dist/bromcom-ui/p-0e73613c.js +1 -0
- package/dist/bromcom-ui/{p-b54c3ad0.entry.js → p-3378221a.entry.js} +1 -1
- package/dist/bromcom-ui/{p-70315245.entry.js → p-3384c0dd.entry.js} +1 -1
- package/dist/bromcom-ui/{p-3b6be122.entry.js → p-5b146e18.entry.js} +1 -1
- package/dist/bromcom-ui/{p-6915e504.entry.js → p-6df57cdc.entry.js} +1 -1
- package/dist/bromcom-ui/{p-20ec27ec.entry.js → p-732298e8.entry.js} +1 -1
- package/dist/bromcom-ui/{p-7889da04.entry.js → p-754be07c.entry.js} +1 -1
- package/dist/bromcom-ui/{p-8afa4999.entry.js → p-7cc7b9cf.entry.js} +1 -1
- package/dist/bromcom-ui/{p-96b1c9b0.entry.js → p-8a22757f.entry.js} +1 -1
- package/dist/bromcom-ui/p-956416f4.entry.js +1 -0
- package/dist/bromcom-ui/{p-13c275a9.entry.js → p-a931f0c7.entry.js} +1 -1
- package/dist/bromcom-ui/{p-652b281b.entry.js → p-aab4c95d.entry.js} +1 -1
- package/dist/bromcom-ui/p-c92bcc2f.entry.js +1 -0
- package/dist/bromcom-ui/p-cba47257.js +1 -0
- package/dist/bromcom-ui/{p-6523921e.js → p-e16ba1ec.js} +1 -1
- package/dist/cjs/bcm-button_7.cjs.entry.js +9 -8
- package/dist/cjs/bcm-checkbox-group.cjs.entry.js +3 -3
- package/dist/cjs/bcm-checkbox-lite_8.cjs.entry.js +1 -1
- package/dist/cjs/bcm-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/bcm-icon-2_2.cjs.entry.js +2 -2
- package/dist/cjs/bcm-label_3.cjs.entry.js +2 -2
- package/dist/cjs/bcm-popconfirm-box.cjs.entry.js +2 -2
- package/dist/cjs/bcm-popconfirm.cjs.entry.js +1 -1
- package/dist/cjs/bcm-popover-box.cjs.entry.js +2 -2
- package/dist/cjs/bcm-popover.cjs.entry.js +1 -1
- package/dist/cjs/bcm-stepper.cjs.entry.js +2 -2
- package/dist/cjs/bcm-tag-2.cjs.entry.js +1 -1
- package/dist/cjs/{generate-64f4a6fb.js → generate-25ae9875.js} +1 -1
- package/dist/cjs/{popover-placement-dacc8fc9.js → popover-placement-dc4baf9a.js} +1 -1
- package/dist/cjs/{stepper-states-4e2b19e1.js → stepper-states-54176cf8.js} +1 -1
- package/dist/collection/components/molecules/checkbox/checkbox.js +1 -1
- package/dist/collection/components/molecules/states/checkbox-group.states.js +1 -1
- package/dist/collection/components/organism/list/list.js +6 -5
- package/dist/collection/templates/checkbox-group-template.js +1 -1
- package/dist/collection/templates/list-template.js +1 -1
- package/dist/collection/utils/popover-placement.js +1 -1
- package/dist/esm/bcm-button_7.entry.js +9 -8
- package/dist/esm/bcm-checkbox-group.entry.js +3 -3
- package/dist/esm/bcm-checkbox-lite_8.entry.js +1 -1
- package/dist/esm/bcm-checkbox.entry.js +2 -2
- package/dist/esm/bcm-icon-2_2.entry.js +2 -2
- package/dist/esm/bcm-label_3.entry.js +2 -2
- package/dist/esm/bcm-popconfirm-box.entry.js +2 -2
- package/dist/esm/bcm-popconfirm.entry.js +1 -1
- package/dist/esm/bcm-popover-box.entry.js +2 -2
- package/dist/esm/bcm-popover.entry.js +1 -1
- package/dist/esm/bcm-stepper.entry.js +2 -2
- package/dist/esm/bcm-tag-2.entry.js +1 -1
- package/dist/esm/{generate-2075e06d.js → generate-037ea9b5.js} +1 -1
- package/dist/esm/{popover-placement-38aa9b63.js → popover-placement-a105287a.js} +1 -1
- package/dist/esm/{stepper-states-ad4c80a8.js → stepper-states-c92f3b4e.js} +1 -1
- package/dist/types/utils/popover-placement.d.ts +1 -1
- package/package.json +1 -1
- package/dist/bromcom-ui/p-324edde8.entry.js +0 -1
- package/dist/bromcom-ui/p-3a6586fc.js +0 -1
- package/dist/bromcom-ui/p-57d3d8e3.entry.js +0 -1
- package/dist/bromcom-ui/p-9f47196d.js +0 -1
|
@@ -8,7 +8,7 @@ require('./colors-7fb8d76f.js');
|
|
|
8
8
|
const utils = require('./utils-cc4b560e.js');
|
|
9
9
|
const colorHelper = require('./color-helper-04636625.js');
|
|
10
10
|
require('./types-37c8ced6.js');
|
|
11
|
-
const generate = require('./generate-
|
|
11
|
+
const generate = require('./generate-25ae9875.js');
|
|
12
12
|
const bcm = require('./bcm-5dcc129b.js');
|
|
13
13
|
require('./string-helper-991c7e7d.js');
|
|
14
14
|
const captionTemplate = require('./caption-template-7ae38492.js');
|
|
@@ -126,7 +126,7 @@ const BcmCheckbox = class {
|
|
|
126
126
|
const bcmCheckboxLabelClass = index$1.classnames('bcm-checkbox__label', {
|
|
127
127
|
['input-size-' + bcm.Bcm.Size[size]]: optionType == 'button',
|
|
128
128
|
});
|
|
129
|
-
return (index.h(index.Host, { tabindex: "1", onFocus: () => this.focus.emit(this.el), onBlur: () => this.blur.emit(this.el), class: bcmCheckboxClass, style: this.buttonStyleColor() }, index.h("span", { hidden: true }, index.h("slot", null)), label && index.h("bcm-label", { type: captionType, value: label, required: required }), index.h("input", { id: `input-${_id}`, type: "checkbox", checked: checked, disabled: disabled, required: required, readOnly: readOnly, onChange: () => this.handleChange(), ref: el => (this.inputElement = el) }), index.h("label", { class: bcmCheckboxLabelClass, htmlFor: `input-${_id}` }, index.h("span", { class: bcmCheckboxIconClass }, index.h("bcm-icon", { icon: "component-check", size: "small", type: "default" })), index.h(slotTemplate.SlotTemplate, { className: "slot" })), index.h(captionTemplate.CaptionTemplate, { noCaption: noCaption, captionType: captionType, captionError: captionError, caption: caption })));
|
|
129
|
+
return (index.h(index.Host, { tabindex: "1", onFocus: () => this.focus.emit(this.el), onBlur: () => this.blur.emit(this.el), class: bcmCheckboxClass, style: this.buttonStyleColor() }, index.h("span", { hidden: true }, index.h("slot", null)), label && index.h("bcm-label", { type: captionType, value: label, required: required }), index.h("input", { id: `input-${_id}`, type: "checkbox", checked: checked, disabled: disabled, required: required, readOnly: readOnly, onChange: () => { !disabled && !readOnly && (this.handleChange()); }, ref: el => (this.inputElement = el) }), index.h("label", { class: bcmCheckboxLabelClass, htmlFor: `input-${_id}` }, index.h("span", { class: bcmCheckboxIconClass }, index.h("bcm-icon", { icon: "component-check", size: "small", type: "default" })), index.h(slotTemplate.SlotTemplate, { className: "slot" })), index.h(captionTemplate.CaptionTemplate, { noCaption: noCaption, captionType: captionType, captionError: captionError, caption: caption })));
|
|
130
130
|
}
|
|
131
131
|
get el() { return index.getElement(this); }
|
|
132
132
|
static get watchers() { return {
|