@ctrliq/quantic-components 1.67.4 → 1.67.5
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/index.js.map +1 -1
- package/dist/meta/index.js.map +1 -1
- package/dist/quantic-components.js +1 -1
- package/dist/quantic-components.js.map +1 -1
- package/dist/quantic-components.min.js +1 -1
- package/dist/quantic-components.min.js.map +1 -1
- package/dist/table/table.component.js +1 -1
- package/package.json +1 -1
|
@@ -38884,7 +38884,7 @@ const oo="important",so=" !"+oo,co=_e(class extends Ee{constructor(e){if(super(e
|
|
|
38884
38884
|
[hidden] {
|
|
38885
38885
|
display: none;
|
|
38886
38886
|
}
|
|
38887
|
-
`,t([Ie({type:"TableSize",options:Object.values(e.TableSize),default:e.TableSize.Medium,reflect:!0,description:"Controls cell padding and font size."})],e.Table.prototype,"size",void 0),t([nn({context:ds}),Ie({type:"TableVariant",options:Object.values(e.TableVariant),default:e.TableVariant.Outline,reflect:!0,description:'Visual style. "outline" adds row borders; "striped" alternates row backgrounds; "minimal" removes borders.'})],e.Table.prototype,"variant",void 0),t([Ie({type:"boolean",default:"false",description:"Reduces cell padding for compact display."})],e.Table.prototype,"dense",void 0),t([Ie({type:"string",attribute:"aria-label",description:"Accessible label for the table."})],e.Table.prototype,"ariaLabel",void 0),t([Ie({type:"string",attribute:"aria-labelledby",description:"ID of an element that labels the table."})],e.Table.prototype,"ariaLabelledby",void 0),e.Table=t([be("quantic-table")],e.Table),e.TableControls=class extends Ce{constructor(){super(...arguments),this.ariaLabel=null}render(){return G`
|
|
38887
|
+
`,t([Ie({type:"TableSize",options:Object.values(e.TableSize),default:e.TableSize.Medium,reflect:!0,description:"Controls cell padding and font size."})],e.Table.prototype,"size",void 0),t([nn({context:ds}),Ie({type:"TableVariant",options:Object.values(e.TableVariant),default:e.TableVariant.Outline,reflect:!0,description:'Visual style. "outline" adds row borders; "striped" alternates row backgrounds; "minimal" removes borders.'})],e.Table.prototype,"variant",void 0),t([Ie({type:"boolean",default:"false",reflect:!0,description:"Reduces cell padding for compact display."})],e.Table.prototype,"dense",void 0),t([Ie({type:"string",attribute:"aria-label",description:"Accessible label for the table."})],e.Table.prototype,"ariaLabel",void 0),t([Ie({type:"string",attribute:"aria-labelledby",description:"ID of an element that labels the table."})],e.Table.prototype,"ariaLabelledby",void 0),e.Table=t([be("quantic-table")],e.Table),e.TableControls=class extends Ce{constructor(){super(...arguments),this.ariaLabel=null}render(){return G`
|
|
38888
38888
|
<div class="start">
|
|
38889
38889
|
<slot></slot>
|
|
38890
38890
|
</div>
|