@wolkabout/commons 0.1.7 → 0.1.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.
package/package.json
CHANGED
|
@@ -370,8 +370,9 @@ declare class LocalizedNumericInputDirective implements ControlValueAccessor {
|
|
|
370
370
|
onTouched: (ev: any) => void;
|
|
371
371
|
constructor(element: ElementRef<HTMLInputElement>, tenantPropertiesService: TenantPropertiesService);
|
|
372
372
|
input(value: any): void;
|
|
373
|
+
onBlur(): void;
|
|
373
374
|
onFocus(): void;
|
|
374
|
-
writeValue(value: string): void;
|
|
375
|
+
writeValue(value: string | number | null): void;
|
|
375
376
|
registerOnChange(fn: (value: any) => void): void;
|
|
376
377
|
registerOnTouched(fn: () => void): void;
|
|
377
378
|
private printValue;
|
|
@@ -1639,18 +1640,23 @@ interface LayoutDialogConfig {
|
|
|
1639
1640
|
show: boolean;
|
|
1640
1641
|
message: string;
|
|
1641
1642
|
}
|
|
1643
|
+
interface FullScreenConfig {
|
|
1644
|
+
buttonEnabled?: boolean;
|
|
1645
|
+
hotkeyEnabled?: boolean;
|
|
1646
|
+
}
|
|
1642
1647
|
declare class DoubleDrawerLayoutComponent {
|
|
1643
|
-
onMouseMove(): void;
|
|
1644
1648
|
private dialog;
|
|
1645
1649
|
private translate;
|
|
1646
1650
|
fullscreenService: FullscreenService;
|
|
1651
|
+
onMouseMove(): void;
|
|
1652
|
+
onKeyDown(event: KeyboardEvent): void;
|
|
1647
1653
|
private timeout?;
|
|
1648
1654
|
hoverActive: _angular_core.WritableSignal<boolean>;
|
|
1649
1655
|
leftDrawerConfig: _angular_core.InputSignal<LayoutDrawerConfig>;
|
|
1650
1656
|
rightDrawerConfig: _angular_core.InputSignal<LayoutDrawerConfig | undefined>;
|
|
1651
1657
|
backdropConfig: _angular_core.InputSignal<LayoutBackdropConfig>;
|
|
1652
1658
|
dialogConfig: _angular_core.InputSignal<LayoutDialogConfig | undefined>;
|
|
1653
|
-
|
|
1659
|
+
fullScreenConfig: _angular_core.InputSignal<FullScreenConfig | undefined>;
|
|
1654
1660
|
leftDrawerToggled: _angular_core.OutputEmitterRef<boolean>;
|
|
1655
1661
|
rightDrawerToggled: _angular_core.OutputEmitterRef<boolean>;
|
|
1656
1662
|
isLeftDrawerOpen: _angular_core.WritableSignal<boolean>;
|
|
@@ -1663,8 +1669,8 @@ declare class DoubleDrawerLayoutComponent {
|
|
|
1663
1669
|
backdropClick(): void;
|
|
1664
1670
|
private closeDrawer;
|
|
1665
1671
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DoubleDrawerLayoutComponent, never>;
|
|
1666
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DoubleDrawerLayoutComponent, "app-double-drawer-layout", never, { "leftDrawerConfig": { "alias": "leftDrawerConfig"; "required": true; "isSignal": true; }; "rightDrawerConfig": { "alias": "rightDrawerConfig"; "required": false; "isSignal": true; }; "backdropConfig": { "alias": "backdropConfig"; "required": true; "isSignal": true; }; "dialogConfig": { "alias": "dialogConfig"; "required": false; "isSignal": true; }; "
|
|
1672
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DoubleDrawerLayoutComponent, "app-double-drawer-layout", never, { "leftDrawerConfig": { "alias": "leftDrawerConfig"; "required": true; "isSignal": true; }; "rightDrawerConfig": { "alias": "rightDrawerConfig"; "required": false; "isSignal": true; }; "backdropConfig": { "alias": "backdropConfig"; "required": true; "isSignal": true; }; "dialogConfig": { "alias": "dialogConfig"; "required": false; "isSignal": true; }; "fullScreenConfig": { "alias": "fullScreenConfig"; "required": false; "isSignal": true; }; }, { "leftDrawerToggled": "leftDrawerToggled"; "rightDrawerToggled": "rightDrawerToggled"; }, never, ["[left-drawer]", "[details]", "[right-drawer]"], true, never>;
|
|
1667
1673
|
}
|
|
1668
1674
|
|
|
1669
1675
|
export { AUTHENTICATION_CLIENT, AssetManager, AuthenticationService, AutocompleteChipsComponent, AutocompleteComponent, BasicTimeSeriesGraphComponent, COLORS, CUSTOM_PERIOD, CardLabeledValueComponent, ConfirmationDialogComponent, DEFAULT_LOCALE, DEFAULT_TIMEZONES, DEFAULT_TIME_ZONE, DataType, DateRangeInputComponent, DateTimeFormFieldComponent, DoubleDrawerLayoutComponent, DragDropFileUploadComponent, DurationPipe, FeatureRegistry, FullscreenService, GoogleMapComponent, IconComponent, IconRegistryService, ImageDisplayComponent, ImagePreviewComponent, LAST_ACTIVE_TAB_KEY, LOCALES, LabeledValueComponent, LoadedIconComponent, LoadingIndicatorDirective, LocalSortTableComponent, Locale, LocalizedNumberPipe, LocalizedNumericInputDirective, MILLISECONDS_IN_DAY, MapsLoaderService, MasterDetailsViewComponent, MessageTooltipDirective, MissingTranslationHelper, NavigationPersistenceService, NestedListDataControl, NestedListDataSource, NestedListViewComponent, NotificationService, OverflowClassDirective, PdfViewerComponent, PeriodErrorStateMatcher, PermissionsService, RELATIVE_TIME_PERIODS, RelativeTimePeriod, RequiresAllGlobalOrAssetPermissionsDirective, RequiresAllPermissionDirective, RequiresGlobalOrAsserPermissionDirective, RequiresPermissionDirective, ScrollIntoViewDirective, SharedModule, SimpleDatePipe, SimpleDateTimePipe, SimpleTimePipe, SortPipe, StandardListDataControl, StandardListDataSource, StandardListViewComponent, TIMEZONES, TabulatedChipViewComponent, TabulatedViewComponent, TenantPropertiesService, ThemeService, TreeComponent, TreeNodeComponent, USERS_TIME_ZONE, ValueDisplayComponent, ValueInputBooleanComponent, ValueInputColorComponent, ValueInputComponent, ValueInputDateComponent, ValueInputDurationComponent, ValueInputEnumComponent, ValueInputHexadecimalComponent, ValueInputLinkComponent, ValueInputLocationComponent, ValueInputNumericComponent, ValueInputStringComponent, ValueInputVectorComponent, arrayToObject, chartThemeDark, chartThemeLight, daysAway, determineMagnitude, determineMinMaxValues, endOfPeriod, equalsByValue, fileSizeValidator, flatMap, flatten, format, formatDuration, generateRandomString, globalPermissionGuard, groupBy, hoursAway, isContextAccessible, lookUpPathPart, lookUpQueryParam, parseDateRangeInputPeriod, parseTimeInput, saveFile, scale, startOfMonth, startOfPeriod, startOfTheDay, startOfWeek, startOfYear, tenantHostUrlValidator, toDate, toEndOfMonth, toEndOfYear, toJsDate, toOffset, toStartOfMonth, toStartOfTheDay, toStartOfWeek, toStartOfYear, toTime, uniqueBy, uniqueFrom, validateAssetName, validateTypeAssetName };
|
|
1670
|
-
export type { Authentication, AuthenticationClient, Authority, Color, ConfirmationData, DateRangeValues, ExternalFeature, Feature, ImportError, LayoutBackdropConfig, LayoutDialogConfig, LayoutDrawerConfig, LoadedIcon, MapItem, MasterDetailDisplayRatio, NestedListItem, PartialUpdate, RelativeTimePeriodWithCustom, SearchAction, SortDirection$1 as SortDirection, StandardListItem, SvgIcon, Tab, Theme, TimeSeries, TimeSeriesData, TreeNode, User, ValueInputValidationConditions };
|
|
1676
|
+
export type { Authentication, AuthenticationClient, Authority, Color, ConfirmationData, DateRangeValues, ExternalFeature, Feature, FullScreenConfig, ImportError, LayoutBackdropConfig, LayoutDialogConfig, LayoutDrawerConfig, LoadedIcon, MapItem, MasterDetailDisplayRatio, NestedListItem, PartialUpdate, RelativeTimePeriodWithCustom, SearchAction, SortDirection$1 as SortDirection, StandardListItem, SvgIcon, Tab, Theme, TimeSeries, TimeSeriesData, TreeNode, User, ValueInputValidationConditions };
|