carbon-components-angular 5.11.0 → 5.11.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/docs/documentation/components/TableHeadCheckbox.html +16 -56
- package/docs/documentation/coverage.html +3 -3
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/modules/TagModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TagModule.html +4 -4
- package/docs/documentation/modules/ThemeModule/dependencies.svg +13 -13
- package/docs/documentation/modules/ThemeModule.html +13 -13
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +26 -26
- package/docs/documentation/modules/TimePickerModule.html +26 -26
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TimePickerSelectModule.html +4 -4
- package/docs/documentation/modules/ToggleModule/dependencies.svg +40 -44
- package/docs/documentation/modules/ToggleModule.html +40 -44
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +37 -37
- package/docs/documentation/modules/ToggletipModule.html +37 -37
- package/docs/documentation/modules/TooltipModule/dependencies.svg +29 -29
- package/docs/documentation/modules/TooltipModule.html +29 -29
- package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
- package/docs/documentation/modules/UIShellModule.html +4 -4
- package/docs/documentation.json +16 -27
- package/docs/storybook/{5868.3e7f17a9.iframe.bundle.js → 5868.2c92ef26.iframe.bundle.js} +1 -1
- package/docs/storybook/iframe.html +2 -2
- package/docs/storybook/{main.3edf90e2.iframe.bundle.js → main.3dbeb194.iframe.bundle.js} +1 -1
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.6c3bf6d5.iframe.bundle.js → runtime~main.902da3f3.iframe.bundle.js} +1 -1
- package/esm2020/table/head/table-head-checkbox.component.mjs +3 -9
- package/esm2020/table/head/table-head.component.mjs +1 -1
- package/fesm2015/carbon-components-angular-table.mjs +3 -9
- package/fesm2015/carbon-components-angular-table.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-table.mjs +3 -9
- package/fesm2020/carbon-components-angular-table.mjs.map +1 -1
- package/package.json +1 -1
- package/table/head/table-head-checkbox.component.d.ts +3 -8
|
@@ -1904,10 +1904,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
1904
1904
|
class TableHeadCheckbox {
|
|
1905
1905
|
constructor(i18n) {
|
|
1906
1906
|
this.i18n = i18n;
|
|
1907
|
-
/**
|
|
1908
|
-
* Size of the table rows.
|
|
1909
|
-
*/
|
|
1910
|
-
this.size = "md";
|
|
1911
1907
|
this.checked = false;
|
|
1912
1908
|
this.indeterminate = false;
|
|
1913
1909
|
this.skeleton = false;
|
|
@@ -1928,7 +1924,7 @@ class TableHeadCheckbox {
|
|
|
1928
1924
|
}
|
|
1929
1925
|
TableHeadCheckbox.tableSelectAllCount = 0;
|
|
1930
1926
|
TableHeadCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: TableHeadCheckbox, deps: [{ token: i1.I18n }], target: i0.ɵɵFactoryTarget.Component });
|
|
1931
|
-
TableHeadCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: TableHeadCheckbox, selector: "[cdsTableHeadCheckbox], [ibmTableHeadCheckbox]", inputs: {
|
|
1927
|
+
TableHeadCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: TableHeadCheckbox, selector: "[cdsTableHeadCheckbox], [ibmTableHeadCheckbox]", inputs: { checked: "checked", indeterminate: "indeterminate", skeleton: "skeleton", name: "name", ariaLabel: "ariaLabel" }, outputs: { change: "change" }, host: { properties: { "class.cds--table-column-checkbox": "this.hostClass" } }, ngImport: i0, template: `
|
|
1932
1928
|
<cds-checkbox
|
|
1933
1929
|
*ngIf="!skeleton"
|
|
1934
1930
|
inline="true"
|
|
@@ -1952,9 +1948,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
1952
1948
|
[ariaLabel]="getAriaLabel() | async">
|
|
1953
1949
|
</cds-checkbox>
|
|
1954
1950
|
`, styles: [":host{width:10px}\n"] }]
|
|
1955
|
-
}], ctorParameters: function () { return [{ type: i1.I18n }]; }, propDecorators: {
|
|
1956
|
-
type: Input
|
|
1957
|
-
}], checked: [{
|
|
1951
|
+
}], ctorParameters: function () { return [{ type: i1.I18n }]; }, propDecorators: { checked: [{
|
|
1958
1952
|
type: Input
|
|
1959
1953
|
}], indeterminate: [{
|
|
1960
1954
|
type: Input
|
|
@@ -2153,7 +2147,7 @@ TableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14
|
|
|
2153
2147
|
</tr>
|
|
2154
2148
|
</ng-container>
|
|
2155
2149
|
<ng-content></ng-content>
|
|
2156
|
-
`, isInline: true, styles: [".cds--table-expand-v2{padding-left:2.5rem}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: TableHeadCell, selector: "[cdsTableHeadCell], [ibmTableHeadCell]", inputs: ["column", "skeleton", "sortable", "sortDescendingLabel", "sortAscendingLabel", "filterTitle"], outputs: ["sort"] }, { kind: "component", type: TableHeadCheckbox, selector: "[cdsTableHeadCheckbox], [ibmTableHeadCheckbox]", inputs: ["
|
|
2150
|
+
`, isInline: true, styles: [".cds--table-expand-v2{padding-left:2.5rem}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: TableHeadCell, selector: "[cdsTableHeadCell], [ibmTableHeadCell]", inputs: ["column", "skeleton", "sortable", "sortDescendingLabel", "sortAscendingLabel", "filterTitle"], outputs: ["sort"] }, { kind: "component", type: TableHeadCheckbox, selector: "[cdsTableHeadCheckbox], [ibmTableHeadCheckbox]", inputs: ["checked", "indeterminate", "skeleton", "name", "ariaLabel"], outputs: ["change"] }, { kind: "component", type: TableHeadExpand, selector: "[cdsTableHeadExpand], [ibmTableHeadExpand]" }] });
|
|
2157
2151
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: TableHead, decorators: [{
|
|
2158
2152
|
type: Component,
|
|
2159
2153
|
args: [{ selector: "[cdsTableHead], [ibmTableHead]", template: `
|