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