globuswebcomponents 2.0.2 → 2.0.3
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/gb-action-panel_30.cjs.entry.js +2 -2
- package/dist/cjs/gb-action-panel_30.cjs.entry.js.map +1 -1
- package/dist/collection/components/gb-button/gb-button.js +2 -2
- package/dist/collection/components/gb-button/gb-button.js.map +1 -1
- package/dist/collection/components/gb-button/gb-button.tsx +2 -2
- package/dist/components/gb-action-panel.js +1 -1
- package/dist/components/gb-button.js +1 -1
- package/dist/components/gb-checkbox-group-item.js +1 -1
- package/dist/components/gb-checkbox-group.js +2 -2
- package/dist/components/gb-comment.js +1 -1
- package/dist/components/gb-detail-cell.js +1 -1
- package/dist/components/gb-empty-state.js +1 -1
- package/dist/components/gb-file-upload-item-base.js +1 -1
- package/dist/components/gb-file-upload.js +2 -2
- package/dist/components/gb-filter-button.js +1 -1
- package/dist/components/gb-input-dropdown.js +1 -1
- package/dist/components/gb-input-field.js +1 -1
- package/dist/components/gb-notification-pane.js +1 -1
- package/dist/components/gb-pagination.js +4 -4
- package/dist/components/gb-password-button.js +1 -1
- package/dist/components/gb-table-header.js +4 -4
- package/dist/components/gb-toast.js +1 -1
- package/dist/components/{p-DNqjNmX8.js → p-BhcSMvkq.js} +5 -5
- package/dist/components/{p-DNqjNmX8.js.map → p-BhcSMvkq.js.map} +1 -1
- package/dist/components/{p-DZ1Lf__S.js → p-BlnxCAig.js} +3 -3
- package/dist/components/{p-DZ1Lf__S.js.map → p-BlnxCAig.js.map} +1 -1
- package/dist/components/{p-xQdjThaI.js → p-Bny8MvzU.js} +4 -4
- package/dist/components/p-Bny8MvzU.js.map +1 -0
- package/dist/components/{p-R5Wd0DrU.js → p-Cm-jKa3z.js} +3 -3
- package/dist/components/{p-R5Wd0DrU.js.map → p-Cm-jKa3z.js.map} +1 -1
- package/dist/components/{p-DLcdFxtv.js → p-Dg-5LZi1.js} +3 -3
- package/dist/components/{p-DLcdFxtv.js.map → p-Dg-5LZi1.js.map} +1 -1
- package/dist/components/{p-9F0KSefk.js → p-a9VsvtBU.js} +4 -4
- package/dist/components/{p-9F0KSefk.js.map → p-a9VsvtBU.js.map} +1 -1
- package/dist/components/{p-oUvrzss4.js → p-zVotpRMO.js} +3 -3
- package/dist/components/{p-oUvrzss4.js.map → p-zVotpRMO.js.map} +1 -1
- package/dist/docs.json +1 -1
- package/dist/esm/gb-action-panel_30.entry.js +2 -2
- package/dist/esm/gb-action-panel_30.entry.js.map +1 -1
- package/dist/globuscomponents/gb-button.tsx +2 -2
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/p-ca725644.entry.js +2 -0
- package/dist/globuscomponents/p-ca725644.entry.js.map +1 -0
- package/package.json +1 -1
- package/dist/components/p-xQdjThaI.js.map +0 -1
- package/dist/globuscomponents/p-7ca2ac7c.entry.js +0 -2
- package/dist/globuscomponents/p-7ca2ac7c.entry.js.map +0 -1
|
@@ -472,7 +472,7 @@ const GbButton = class {
|
|
|
472
472
|
[this.size]: true,
|
|
473
473
|
[this.hierarchy]: true,
|
|
474
474
|
destructive: this.destructive,
|
|
475
|
-
disabled: this.
|
|
475
|
+
disabled: this.internalButtonState === 'disabled',
|
|
476
476
|
default: this.icon === 'default',
|
|
477
477
|
only: this.icon === 'only',
|
|
478
478
|
oneicon: this.iconLeading || this.iconTrailing,
|
|
@@ -499,7 +499,7 @@ const GbButton = class {
|
|
|
499
499
|
return index.h("div", { class: "icon right-icon", innerHTML: this.trailingIconSvg });
|
|
500
500
|
}
|
|
501
501
|
render() {
|
|
502
|
-
return (index.h("button", { key: '
|
|
502
|
+
return (index.h("button", { key: '1b9bd885edcced915b19588c347347ab9dfe42e4', disabled: this.internalButtonState === 'disabled', class: this.getButtonClasses() }, this.iconLeading && this.icon === 'default' && this.renderLeadingIcon(), this.icon === 'default' && index.h("slot", { key: '44ebde0c4f467b8c4cf3712fa864cd88538041f8' }), this.iconTrailing && this.renderTrailingIcon(), this.icon === 'only' && this.renderLeadingIcon()));
|
|
503
503
|
}
|
|
504
504
|
static get assetsDirs() { return [""]; }
|
|
505
505
|
get el() { return index.getElement(this); }
|