@elderbyte/ngx-starter 19.4.0 → 19.4.2
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/fesm2022/elderbyte-ngx-starter.mjs +3 -1
- package/fesm2022/elderbyte-ngx-starter.mjs.map +1 -1
- package/package.json +1 -1
- package/theming/abstracts/_elder-design-tokens.scss +3 -139
- package/theming/abstracts/_elder-m3-color-tokens.scss +130 -0
- package/theming/components/_elder-toolbar-theme.scss +21 -0
|
@@ -32664,7 +32664,9 @@ class ElderChipListSelectComponent {
|
|
|
32664
32664
|
* *
|
|
32665
32665
|
**************************************************************************/
|
|
32666
32666
|
set data(data) {
|
|
32667
|
-
|
|
32667
|
+
if (data) {
|
|
32668
|
+
this.dataSource = LocalListDataSource.from(data, this.idField);
|
|
32669
|
+
}
|
|
32668
32670
|
}
|
|
32669
32671
|
set dataSource(dataSource) {
|
|
32670
32672
|
this._dataSource$.next(dataSource);
|