ca-components 2.1.141 → 2.1.142
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.
|
@@ -38448,11 +38448,6 @@ function emptyValueValidator(errorMessage) {
|
|
|
38448
38448
|
};
|
|
38449
38449
|
}
|
|
38450
38450
|
|
|
38451
|
-
const SortOrder = {
|
|
38452
|
-
Ascending: 'Ascending',
|
|
38453
|
-
Descending: 'Descending'
|
|
38454
|
-
};
|
|
38455
|
-
|
|
38456
38451
|
const GpsType = {
|
|
38457
38452
|
Device: 'DEVICE',
|
|
38458
38453
|
Mobile: 'MOBILE',
|
|
@@ -39045,6 +39040,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
39045
39040
|
type: Output
|
|
39046
39041
|
}] } });
|
|
39047
39042
|
|
|
39043
|
+
const SortOrder = {
|
|
39044
|
+
Ascending: 'Ascending',
|
|
39045
|
+
Descending: 'Descending'
|
|
39046
|
+
};
|
|
39047
|
+
|
|
39048
39048
|
/*
|
|
39049
39049
|
* Public API Surface of ca-components
|
|
39050
39050
|
*/
|