carbon-components-angular 5.64.0 → 5.64.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/directives/ColumnDirective.html +1 -1
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ComboBoxModule.html +4 -4
- package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +41 -37
- package/docs/documentation/modules/DatePickerInputModule.html +41 -37
- package/docs/documentation/modules/DialogModule/dependencies.svg +34 -34
- package/docs/documentation/modules/DialogModule.html +34 -34
- package/docs/documentation/modules/FileUploaderModule/dependencies.svg +36 -36
- package/docs/documentation/modules/FileUploaderModule.html +36 -36
- package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
- package/docs/documentation/modules/NumberModule.html +4 -4
- package/docs/documentation/modules/RadioModule/dependencies.svg +48 -48
- package/docs/documentation/modules/RadioModule.html +48 -48
- package/docs/documentation/modules/SelectModule/dependencies.svg +43 -43
- package/docs/documentation/modules/SelectModule.html +43 -43
- package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
- package/docs/documentation/modules/SliderModule.html +4 -4
- package/docs/documentation/modules/TabsModule/dependencies.svg +69 -69
- package/docs/documentation/modules/TabsModule.html +69 -69
- package/docs/documentation/modules/TagModule/dependencies.svg +37 -37
- package/docs/documentation/modules/TagModule.html +37 -37
- package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ThemeModule.html +4 -4
- package/docs/documentation/modules/TilesModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TilesModule.html +4 -4
- package/docs/documentation/modules/TimePickerModule/dependencies.svg +38 -42
- package/docs/documentation/modules/TimePickerModule.html +38 -42
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +30 -30
- package/docs/documentation/modules/TimePickerSelectModule.html +30 -30
- package/docs/documentation/modules/ToggleModule/dependencies.svg +19 -19
- package/docs/documentation/modules/ToggleModule.html +19 -19
- package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TooltipModule.html +4 -4
- package/docs/documentation/modules/TreeviewModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TreeviewModule.html +4 -4
- package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
- package/docs/documentation/modules/UIShellModule.html +4 -4
- package/docs/documentation.json +71 -71
- package/docs/storybook/{5478.fe74426d.iframe.bundle.js → 5478.eee24e20.iframe.bundle.js} +4 -4
- package/docs/storybook/{5478.fe74426d.iframe.bundle.js.map → 5478.eee24e20.iframe.bundle.js.map} +1 -1
- package/docs/storybook/grid-css-grid-stories.6ae3f8cc.iframe.bundle.js +1 -0
- package/docs/storybook/grid-grid-stories.a9024705.iframe.bundle.js +1 -0
- package/docs/storybook/iframe.html +3 -3
- package/docs/storybook/main.css +3 -6
- package/docs/storybook/main.e96ab57c.iframe.bundle.js +1 -0
- package/docs/storybook/patterns-filtering-multi-selection-stories.8a966447.iframe.bundle.js +1 -0
- package/docs/storybook/patterns-filtering-multiple-categories-stories.b5cc396b.iframe.bundle.js +1 -0
- package/docs/storybook/patterns-filtering-single-selection-stories.a58281c6.iframe.bundle.js +1 -0
- package/docs/storybook/patterns-forms-multi-step-form-stories.9778a566.iframe.bundle.js +1 -0
- package/docs/storybook/patterns-loading-large-loading-stories.0dcc15d4.iframe.bundle.js +1 -0
- package/docs/storybook/patterns-loading-progressive-loading-stories.5f0b4945.iframe.bundle.js +1 -0
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.4617f37a.iframe.bundle.js → runtime~main.a0aa6f63.iframe.bundle.js} +1 -1
- package/esm2020/grid/column.directive.mjs +2 -2
- package/fesm2015/carbon-components-angular-grid.mjs +1 -1
- package/fesm2015/carbon-components-angular-grid.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-grid.mjs +1 -1
- package/fesm2020/carbon-components-angular-grid.mjs.map +1 -1
- package/package.json +1 -1
- package/docs/storybook/grid-css-grid-stories.c703f9de.iframe.bundle.js +0 -1
- package/docs/storybook/grid-grid-stories.f7a88c02.iframe.bundle.js +0 -1
- package/docs/storybook/main.2fafcefd.iframe.bundle.js +0 -1
- package/docs/storybook/patterns-filtering-multi-selection-stories.cae9c326.iframe.bundle.js +0 -1
- package/docs/storybook/patterns-filtering-multiple-categories-stories.c7cc76c2.iframe.bundle.js +0 -1
- package/docs/storybook/patterns-filtering-single-selection-stories.e4243e65.iframe.bundle.js +0 -1
- package/docs/storybook/patterns-forms-multi-step-form-stories.2693c87c.iframe.bundle.js +0 -1
- package/docs/storybook/patterns-loading-large-loading-stories.eddc07f6.iframe.bundle.js +0 -1
- package/docs/storybook/patterns-loading-progressive-loading-stories.717ad729.iframe.bundle.js +0 -1
- /package/docs/storybook/{5478.fe74426d.iframe.bundle.js.LICENSE.txt → 5478.eee24e20.iframe.bundle.js.LICENSE.txt} +0 -0
|
@@ -956,7 +956,7 @@ export class ColumnDirective implements OnInit, OnChanges, OnDestroy {
|
|
|
956
956
|
});
|
|
957
957
|
|
|
958
958
|
Object.keys(this.offsets).forEach(key => {
|
|
959
|
-
this._columnClasses.push(`cds--${key}:col-start
|
|
959
|
+
this._columnClasses.push(`cds--${key}:col-start-${this.offsets[key]}`);
|
|
960
960
|
});
|
|
961
961
|
} else {
|
|
962
962
|
// Set column classes for flex grid
|