ud-components 0.4.8 → 0.4.9
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.
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare enum FeatureFlagKey {
|
|
2
|
+
ABSENCES = "ABSENCES",
|
|
3
|
+
SHUTTLES = "SHUTTLES",
|
|
4
|
+
SURVEYS = "SURVEYS",
|
|
5
|
+
ROOM_INSPECTIONS = "ROOM_INSPECTIONS",
|
|
6
|
+
DASHBOARD_METRICS = "DASHBOARD_METRICS",
|
|
7
|
+
MARKETPLACE = "MARKETPLACE",
|
|
8
|
+
NOTIFICATIONS = "NOTIFICATIONS",
|
|
9
|
+
CURFEWS = "CURFEWS",
|
|
10
|
+
CURFEWS_SHOW_AGE_LIMIT = "CURFEWS_SHOW_AGE_LIMIT"
|
|
11
|
+
}
|
|
@@ -3165,6 +3165,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
3165
3165
|
type: Input
|
|
3166
3166
|
}] } });
|
|
3167
3167
|
|
|
3168
|
+
var FeatureFlagKey;
|
|
3169
|
+
(function (FeatureFlagKey) {
|
|
3170
|
+
FeatureFlagKey["ABSENCES"] = "ABSENCES";
|
|
3171
|
+
FeatureFlagKey["SHUTTLES"] = "SHUTTLES";
|
|
3172
|
+
FeatureFlagKey["SURVEYS"] = "SURVEYS";
|
|
3173
|
+
FeatureFlagKey["ROOM_INSPECTIONS"] = "ROOM_INSPECTIONS";
|
|
3174
|
+
FeatureFlagKey["DASHBOARD_METRICS"] = "DASHBOARD_METRICS";
|
|
3175
|
+
FeatureFlagKey["MARKETPLACE"] = "MARKETPLACE";
|
|
3176
|
+
FeatureFlagKey["NOTIFICATIONS"] = "NOTIFICATIONS";
|
|
3177
|
+
FeatureFlagKey["CURFEWS"] = "CURFEWS";
|
|
3178
|
+
FeatureFlagKey["CURFEWS_SHOW_AGE_LIMIT"] = "CURFEWS_SHOW_AGE_LIMIT";
|
|
3179
|
+
})(FeatureFlagKey || (FeatureFlagKey = {}));
|
|
3180
|
+
|
|
3168
3181
|
var LoadingStatus;
|
|
3169
3182
|
(function (LoadingStatus) {
|
|
3170
3183
|
LoadingStatus["INIT"] = "INIT";
|
|
@@ -3230,5 +3243,5 @@ const generateTimeOptions = (start, end, intervalMinutes = 5) => {
|
|
|
3230
3243
|
* Generated bundle index. Do not edit.
|
|
3231
3244
|
*/
|
|
3232
3245
|
|
|
3233
|
-
export { ActionType, ApplicationStatus, AutocompleteComponent, CapitalizePipe, CarouselComponent, CustomInputComponent, CustomSnackbarComponent, CustomTableComponent, DateInputComponent, DateOperator, DateRangeInputComponent, DynamicComponentComponent, EditViewComponent, EditViewSectionDirective, FileInputComponent, FilterType, IconColor, KpiComponent, KpiDataType, KpiPillType, KpiProgressBarType, KpiVariant, LoadingStatus, ModalComponent, ModalInputType, MultiSelectComponent, NumberOperator, PhoneInputComponent, PillComponent, PillToggleComponent, PluralizePipe, ProgressBarComponent, SafePipe, SingularPipe, SnackbarType, StringOperator, SummaryViewComponent, TableDisplayColumnType, TabsComponent, TelInputComponent, TextInputComponent, TextareaComponent, TimePickerComponent, ToObservablePipe, ToggleComponent, TranslateWrapperService, UdButtonComponent, UdButtonToggleComponent, UdPreviewContainerComponent, capitalize, formatLocalDate, formatLocalDateTime, formatLocalDateTimeLongForm, formatLocalTime, formatLocalTimeWithMinutes, formatLocalTimeWithMinutesAmPm, formatMonthYear, formatPhoneNumber, formatStringDate, formatStringDateTime, generateTimeOptions, inListValidator, parseLocalDate, pluralize, spaceCase, updateArray, withLoadingState };
|
|
3246
|
+
export { ActionType, ApplicationStatus, AutocompleteComponent, CapitalizePipe, CarouselComponent, CustomInputComponent, CustomSnackbarComponent, CustomTableComponent, DateInputComponent, DateOperator, DateRangeInputComponent, DynamicComponentComponent, EditViewComponent, EditViewSectionDirective, FeatureFlagKey, FileInputComponent, FilterType, IconColor, KpiComponent, KpiDataType, KpiPillType, KpiProgressBarType, KpiVariant, LoadingStatus, ModalComponent, ModalInputType, MultiSelectComponent, NumberOperator, PhoneInputComponent, PillComponent, PillToggleComponent, PluralizePipe, ProgressBarComponent, SafePipe, SingularPipe, SnackbarType, StringOperator, SummaryViewComponent, TableDisplayColumnType, TabsComponent, TelInputComponent, TextInputComponent, TextareaComponent, TimePickerComponent, ToObservablePipe, ToggleComponent, TranslateWrapperService, UdButtonComponent, UdButtonToggleComponent, UdPreviewContainerComponent, capitalize, formatLocalDate, formatLocalDateTime, formatLocalDateTimeLongForm, formatLocalTime, formatLocalTimeWithMinutes, formatLocalTimeWithMinutesAmPm, formatMonthYear, formatPhoneNumber, formatStringDate, formatStringDateTime, generateTimeOptions, inListValidator, parseLocalDate, pluralize, spaceCase, updateArray, withLoadingState };
|
|
3234
3247
|
//# sourceMappingURL=ud-components.mjs.map
|