@norwegian/core-components 5.10.6 → 5.11.0
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/bundles/norwegian-core-components.umd.js +12 -3
- package/bundles/norwegian-core-components.umd.js.map +1 -1
- package/esm2015/lib/components/toggle/toggle.component.js +13 -4
- package/fesm2015/norwegian-core-components.js +12 -3
- package/fesm2015/norwegian-core-components.js.map +1 -1
- package/lib/components/toggle/toggle.component.d.ts +7 -0
- package/norwegian-core-components.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -172,6 +172,13 @@ export declare class ToggleComponent extends NasComponentBase implements OnInit
|
|
|
172
172
|
* <nas-toggle [nasFormGroup]="formGroup"></nas-toggle>
|
|
173
173
|
*/
|
|
174
174
|
nasFormGroup: FormGroup;
|
|
175
|
+
/**
|
|
176
|
+
* @description
|
|
177
|
+
* To set horizontal scroll.
|
|
178
|
+
* @example
|
|
179
|
+
* <nas-toggle scrollable></nas-toggle>
|
|
180
|
+
*/
|
|
181
|
+
scrollable: boolean;
|
|
175
182
|
iconType: string;
|
|
176
183
|
isRounded: boolean;
|
|
177
184
|
constructor();
|