@bravobit/bb-foundation 0.54.4 → 0.55.0
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/auth/index.d.ts +267 -5
- package/collections/index.d.ts +350 -5
- package/combobox/index.d.ts +58 -5
- package/dashboard/index.d.ts +104 -5
- package/dialog/index.d.ts +168 -5
- package/elements/index.d.ts +838 -5
- package/fesm2022/bravobit-bb-foundation-auth.mjs +22 -22
- package/fesm2022/bravobit-bb-foundation-auth.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-collections.mjs +44 -44
- package/fesm2022/bravobit-bb-foundation-collections.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-combobox.mjs +15 -15
- package/fesm2022/bravobit-bb-foundation-combobox.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-dashboard.mjs +25 -25
- package/fesm2022/bravobit-bb-foundation-dashboard.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-dialog.mjs +33 -33
- package/fesm2022/bravobit-bb-foundation-dialog.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-elements.mjs +102 -102
- package/fesm2022/bravobit-bb-foundation-elements.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-http.mjs +10 -10
- package/fesm2022/bravobit-bb-foundation-http.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-localize.mjs +18 -18
- package/fesm2022/bravobit-bb-foundation-localize.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-masking.mjs +16 -16
- package/fesm2022/bravobit-bb-foundation-masking.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-notifications.mjs +15 -15
- package/fesm2022/bravobit-bb-foundation-notifications.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-permissions.mjs +10 -10
- package/fesm2022/bravobit-bb-foundation-permissions.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-recaptcha.mjs +11 -12
- package/fesm2022/bravobit-bb-foundation-recaptcha.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-select.mjs +21 -21
- package/fesm2022/bravobit-bb-foundation-select.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-storage.mjs +3 -3
- package/fesm2022/bravobit-bb-foundation-storage.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-table.mjs +22 -22
- package/fesm2022/bravobit-bb-foundation-table.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-tooltip.mjs +10 -10
- package/fesm2022/bravobit-bb-foundation-tooltip.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-utils.mjs +16 -16
- package/fesm2022/bravobit-bb-foundation-utils.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation.mjs +25 -25
- package/fesm2022/bravobit-bb-foundation.mjs.map +1 -1
- package/http/index.d.ts +78 -5
- package/index.d.ts +215 -5
- package/localize/index.d.ts +546 -5
- package/masking/index.d.ts +104 -5
- package/notifications/index.d.ts +78 -5
- package/package.json +19 -19
- package/permissions/index.d.ts +89 -5
- package/recaptcha/index.d.ts +92 -5
- package/rxjs/index.d.ts +19 -5
- package/select/index.d.ts +129 -5
- package/storage/index.d.ts +109 -5
- package/table/index.d.ts +197 -5
- package/tooltip/index.d.ts +45 -5
- package/utils/index.d.ts +66 -5
- package/auth/lib/acting.interceptor.d.ts +0 -9
- package/auth/lib/acting.service.d.ts +0 -17
- package/auth/lib/auth.config.d.ts +0 -3
- package/auth/lib/auth.interceptor.d.ts +0 -20
- package/auth/lib/auth.module.d.ts +0 -10
- package/auth/lib/auth.service.d.ts +0 -51
- package/auth/lib/auth.session.d.ts +0 -50
- package/auth/lib/directives/anonymous.directive.d.ts +0 -20
- package/auth/lib/directives/authenticated.directive.d.ts +0 -20
- package/auth/lib/guards/anonymous.guard.d.ts +0 -2
- package/auth/lib/guards/authenticated.guard.d.ts +0 -2
- package/auth/lib/helpers/jwt.helper.d.ts +0 -8
- package/auth/lib/interfaces/config.interface.d.ts +0 -27
- package/auth/lib/interfaces/provider.interface.d.ts +0 -23
- package/auth/lib/interfaces/token.interface.d.ts +0 -11
- package/auth/lib/providers/email.provider.d.ts +0 -9
- package/auth/lib/providers/verify.provider.d.ts +0 -9
- package/auth/lib/tokens/use-authorization.token.d.ts +0 -2
- package/auth/public_api.d.ts +0 -17
- package/collections/lib/classes/array.collection.d.ts +0 -17
- package/collections/lib/collection.d.ts +0 -40
- package/collections/lib/collections.config.d.ts +0 -3
- package/collections/lib/collections.interfaces.d.ts +0 -10
- package/collections/lib/collections.module.d.ts +0 -19
- package/collections/lib/components/collections-actions/collections-actions.component.d.ts +0 -13
- package/collections/lib/components/collections-grid/collections-grid.component.d.ts +0 -18
- package/collections/lib/components/collections-pager/collections-pager.component.d.ts +0 -38
- package/collections/lib/components/collections-table/collections-table.component.d.ts +0 -26
- package/collections/lib/components/collections-table-label/collections-table-label.component.d.ts +0 -11
- package/collections/lib/components/collections-table-sorting/collections-table-sorting.component.d.ts +0 -18
- package/collections/lib/components/collections-viewer/collections-viewer.component.d.ts +0 -16
- package/collections/lib/directives/collections-data-row.directive.d.ts +0 -14
- package/collections/lib/directives/collections-data.directive.d.ts +0 -14
- package/collections/lib/directives/collections-empty.directive.d.ts +0 -14
- package/collections/lib/directives/collections-error.directive.d.ts +0 -14
- package/collections/lib/directives/collections-initial.directive.d.ts +0 -11
- package/collections/lib/directives/collections-item.directive.d.ts +0 -14
- package/collections/lib/interfaces/array-collection.interface.d.ts +0 -6
- package/collections/lib/interfaces/collection.interface.d.ts +0 -32
- package/collections/lib/providers/api-collection.provider.d.ts +0 -19
- package/collections/lib/providers/collection.provider.d.ts +0 -9
- package/collections/lib/providers/local-collection.provider.d.ts +0 -16
- package/collections/public_api.d.ts +0 -23
- package/combobox/combobox/combobox-container.directive.d.ts +0 -28
- package/combobox/combobox/combobox.component.d.ts +0 -37
- package/combobox/combobox-label.directive.d.ts +0 -5
- package/combobox/combobox-option.directive.d.ts +0 -7
- package/combobox/combobox-panel/combobox-panel.animation.d.ts +0 -1
- package/combobox/combobox-panel/combobox-panel.component.d.ts +0 -18
- package/combobox/combobox.interface.d.ts +0 -8
- package/combobox/public_api.d.ts +0 -3
- package/dashboard/lib/dashboard/dashboard.component.d.ts +0 -17
- package/dashboard/lib/dashboard-header/dashboard-header.component.d.ts +0 -9
- package/dashboard/lib/dashboard-menu/dashboard-menu.component.d.ts +0 -9
- package/dashboard/lib/dashboard-menu-item/dashboard-menu-item.component.d.ts +0 -8
- package/dashboard/lib/dashboard-sidebar/dashboard-sidebar.component.d.ts +0 -19
- package/dashboard/lib/dashboard-sidebar-group/dashboard-sidebar-group.component.d.ts +0 -22
- package/dashboard/lib/dashboard-sidebar-item/dashboard-sidebar-item.component.d.ts +0 -16
- package/dashboard/lib/dashboard.module.d.ts +0 -13
- package/dashboard/public_api.d.ts +0 -8
- package/dialog/lib/dialog-actions/dialog-actions.component.d.ts +0 -5
- package/dialog/lib/dialog-confirm/dialog-confirm.component.d.ts +0 -22
- package/dialog/lib/dialog-container/dialog-container.component.d.ts +0 -23
- package/dialog/lib/dialog-header/dialog-header.component.d.ts +0 -13
- package/dialog/lib/dialog-modal/dialog-modal.component.d.ts +0 -16
- package/dialog/lib/dialog-overlay/dialog-overlay.component.d.ts +0 -19
- package/dialog/lib/dialog.config.d.ts +0 -3
- package/dialog/lib/dialog.insertion.d.ts +0 -7
- package/dialog/lib/dialog.interfaces.d.ts +0 -21
- package/dialog/lib/dialog.module.d.ts +0 -17
- package/dialog/lib/dialog.ref.d.ts +0 -8
- package/dialog/lib/dialog.service.d.ts +0 -15
- package/dialog/lib/directives/confirm.directive.d.ts +0 -14
- package/dialog/public_api.d.ts +0 -10
- package/elements/lib/avatar/avatar.component.d.ts +0 -31
- package/elements/lib/button/button.component.d.ts +0 -21
- package/elements/lib/checkbox/checkbox.component.d.ts +0 -36
- package/elements/lib/checkbox-group/checkbox-group.component.d.ts +0 -13
- package/elements/lib/color-picker/color-picker.component.d.ts +0 -18
- package/elements/lib/color-slider/color-slider.component.d.ts +0 -24
- package/elements/lib/date-picker/date-picker.component.d.ts +0 -77
- package/elements/lib/directives/color-picker.directive.d.ts +0 -27
- package/elements/lib/directives/extra-error-controls.directive.d.ts +0 -13
- package/elements/lib/directives/file-drop.directive.d.ts +0 -13
- package/elements/lib/directives/form-submit.directive.d.ts +0 -17
- package/elements/lib/directives/form-submitter.directive.d.ts +0 -9
- package/elements/lib/directives/image-upload.directive.d.ts +0 -25
- package/elements/lib/directives/input.directive.d.ts +0 -16
- package/elements/lib/elements.config.d.ts +0 -3
- package/elements/lib/elements.inject.d.ts +0 -3
- package/elements/lib/elements.interfaces.d.ts +0 -41
- package/elements/lib/elements.module.d.ts +0 -39
- package/elements/lib/file-picker/file-picker.component.d.ts +0 -57
- package/elements/lib/form-control/form-control.component.d.ts +0 -20
- package/elements/lib/form-error/form-error.component.d.ts +0 -36
- package/elements/lib/form-group/form-group.component.d.ts +0 -7
- package/elements/lib/icon/icon.component.d.ts +0 -26
- package/elements/lib/image-control/image-control.component.d.ts +0 -44
- package/elements/lib/image-picker/image-picker.component.d.ts +0 -39
- package/elements/lib/multi-file-control/multi-file-control.component.d.ts +0 -72
- package/elements/lib/pincode-control/pincode-control.component.d.ts +0 -65
- package/elements/lib/pipes/date.pipe.d.ts +0 -9
- package/elements/lib/pipes/file-data-url.pipe.d.ts +0 -12
- package/elements/lib/pipes/file-image.pipe.d.ts +0 -14
- package/elements/lib/pipes/file-size.pipe.d.ts +0 -7
- package/elements/lib/pipes/relative-time.pipe.d.ts +0 -19
- package/elements/lib/radio-button/radio-button.component.d.ts +0 -16
- package/elements/lib/radio-group/radio-group.component.d.ts +0 -38
- package/elements/lib/spinner/spinner.component.d.ts +0 -9
- package/elements/public_api.d.ts +0 -35
- package/http/lib/classes/http.config.d.ts +0 -9
- package/http/lib/classes/http.error.d.ts +0 -7
- package/http/lib/http.config.d.ts +0 -5
- package/http/lib/http.interfaces.d.ts +0 -21
- package/http/lib/http.module.d.ts +0 -11
- package/http/lib/interceptors/base-url.interceptor.d.ts +0 -15
- package/http/lib/interceptors/error.interceptor.d.ts +0 -9
- package/http/public_api.d.ts +0 -7
- package/lib/core/colors/hex.d.ts +0 -18
- package/lib/core/colors/hsl.d.ts +0 -7
- package/lib/core/colors/hsv.d.ts +0 -13
- package/lib/core/colors/rgb.d.ts +0 -7
- package/lib/core/functions/array.utils.d.ts +0 -1
- package/lib/core/functions/date.utils.d.ts +0 -4
- package/lib/core/functions/file.utils.d.ts +0 -3
- package/lib/core/functions/format.utils.d.ts +0 -1
- package/lib/core/functions/password.utils.d.ts +0 -1
- package/lib/core/functions/route-cache.utils.d.ts +0 -10
- package/lib/core/functions/utils.d.ts +0 -1
- package/lib/core/miscellaneous/coercion.d.ts +0 -2
- package/lib/core/miscellaneous/regex.d.ts +0 -5
- package/lib/core/miscellaneous/validator.d.ts +0 -13
- package/lib/core/services/exif.service.d.ts +0 -12
- package/lib/core/services/file-loader.service.d.ts +0 -13
- package/lib/core/services/files.service.d.ts +0 -15
- package/lib/core/services/image-converter.service.d.ts +0 -17
- package/lib/core/services/languages.service.d.ts +0 -15
- package/lib/core/services/network.service.d.ts +0 -13
- package/lib/core/services/patch.service.d.ts +0 -14
- package/lib/core/tokens/accept-language.token.d.ts +0 -2
- package/lib/core/tokens/cookie.token.d.ts +0 -2
- package/lib/core/tokens/global-focus-mode.token.d.ts +0 -4
- package/lib/core/tokens/location.token.d.ts +0 -2
- package/lib/core/tokens/navigator.token.d.ts +0 -2
- package/lib/core/tokens/window.token.d.ts +0 -2
- package/localize/lib/dictionary/dictionary.class.d.ts +0 -28
- package/localize/lib/dictionary/dictionary.context.d.ts +0 -7
- package/localize/lib/dictionary/dictionary.data.d.ts +0 -7
- package/localize/lib/functions/date.function.d.ts +0 -5
- package/localize/lib/functions/lowercase.function.d.ts +0 -5
- package/localize/lib/functions/uppercase.function.d.ts +0 -5
- package/localize/lib/handlers/missing.handler.d.ts +0 -6
- package/localize/lib/interfaces/config.interfaces.d.ts +0 -18
- package/localize/lib/interfaces/functions.interfaces.d.ts +0 -7
- package/localize/lib/interfaces/handlers.interfaces.d.ts +0 -6
- package/localize/lib/interfaces/options.interfaces.d.ts +0 -11
- package/localize/lib/localizations/dutch.localization.d.ts +0 -74
- package/localize/lib/localizations/english.localization.d.ts +0 -74
- package/localize/lib/localizations/papiamento.localization.d.ts +0 -74
- package/localize/lib/localizations/spanish.localization.d.ts +0 -74
- package/localize/lib/localize.config.d.ts +0 -5
- package/localize/lib/localize.module.d.ts +0 -12
- package/localize/lib/localize.pipe.d.ts +0 -12
- package/localize/lib/localize.service.d.ts +0 -43
- package/localize/lib/localize.tokens.d.ts +0 -11
- package/localize/lib/transforms/abstract.transform.d.ts +0 -13
- package/localize/lib/transforms/interpolate.transform.d.ts +0 -13
- package/localize/lib/transforms/plural.transform.d.ts +0 -16
- package/localize/lib/transforms/reference.transform.d.ts +0 -9
- package/localize/lib/views/localize-string/localize-string.component.d.ts +0 -23
- package/localize/lib/views/localize-template.directive.d.ts +0 -9
- package/localize/public_api.d.ts +0 -26
- package/masking/lib/directives/currency-mask.directive.d.ts +0 -17
- package/masking/lib/directives/date-mask.directive.d.ts +0 -17
- package/masking/lib/directives/input-mask.directive.d.ts +0 -38
- package/masking/lib/input-mask.interface.d.ts +0 -19
- package/masking/lib/masking.module.d.ts +0 -9
- package/masking/lib/masking.service.d.ts +0 -12
- package/masking/public_api.d.ts +0 -6
- package/notifications/lib/notifications-item/notifications-item.component.d.ts +0 -33
- package/notifications/lib/notifications-list/notifications-list.component.d.ts +0 -18
- package/notifications/lib/notifications.animations.d.ts +0 -1
- package/notifications/lib/notifications.config.d.ts +0 -3
- package/notifications/lib/notifications.interfaces.d.ts +0 -36
- package/notifications/lib/notifications.module.d.ts +0 -9
- package/notifications/lib/notifications.service.d.ts +0 -30
- package/notifications/public_api.d.ts +0 -4
- package/permissions/lib/directives/permission.directive.d.ts +0 -27
- package/permissions/lib/guards/permission.guard.d.ts +0 -3
- package/permissions/lib/handlers/abstract.handler.d.ts +0 -4
- package/permissions/lib/handlers/local.handler.d.ts +0 -10
- package/permissions/lib/permissions.config.d.ts +0 -3
- package/permissions/lib/permissions.interface.d.ts +0 -13
- package/permissions/lib/permissions.module.d.ts +0 -10
- package/permissions/lib/permissions.service.d.ts +0 -23
- package/permissions/public_api.d.ts +0 -8
- package/public_api.d.ts +0 -27
- package/recaptcha/lib/recaptcha/recaptcha.component.d.ts +0 -47
- package/recaptcha/lib/recaptcha-loader.service.d.ts +0 -19
- package/recaptcha/lib/recaptcha.config.d.ts +0 -3
- package/recaptcha/lib/recaptcha.interface.d.ts +0 -13
- package/recaptcha/lib/recaptcha.module.d.ts +0 -10
- package/recaptcha/public_api.d.ts +0 -5
- package/rxjs/lib/observables/get-control-value.observable.d.ts +0 -3
- package/rxjs/lib/observables/get-route-param.observable.d.ts +0 -3
- package/rxjs/lib/operators/combine-latest-map.operator.d.ts +0 -8
- package/rxjs/lib/operators/filter-nil.operator.d.ts +0 -1
- package/rxjs/public_api.d.ts +0 -4
- package/select/lib/select/select.component.d.ts +0 -94
- package/select/lib/select-label.directive.d.ts +0 -7
- package/select/lib/select-multi-label.directive.d.ts +0 -7
- package/select/lib/select-option-group.directive.d.ts +0 -7
- package/select/lib/select-option.directive.d.ts +0 -7
- package/select/lib/select.config.d.ts +0 -2
- package/select/lib/select.module.d.ts +0 -11
- package/select/public_api.d.ts +0 -7
- package/storage/lib/interfaces/attributes.interface.d.ts +0 -13
- package/storage/lib/interfaces/memory.interface.d.ts +0 -7
- package/storage/lib/interfaces/strategy.interface.d.ts +0 -17
- package/storage/lib/storage.service.d.ts +0 -25
- package/storage/lib/strategies/cookie-storage.strategy.d.ts +0 -20
- package/storage/lib/strategies/memory-storage.strategy.d.ts +0 -11
- package/storage/lib/strategies/polyfill-storage.strategy.d.ts +0 -15
- package/storage/public_api.d.ts +0 -7
- package/table/lib/components/table/table.component.d.ts +0 -57
- package/table/lib/components/table-cell/table-cell.component.d.ts +0 -5
- package/table/lib/components/table-header-cell/table-header-cell.component.d.ts +0 -26
- package/table/lib/components/table-pager/table-pager.component.d.ts +0 -40
- package/table/lib/data/datasource.data.d.ts +0 -14
- package/table/lib/data/generic.data.d.ts +0 -25
- package/table/lib/interfaces/datasource.interface.d.ts +0 -17
- package/table/lib/interfaces/table.interfaces.d.ts +0 -11
- package/table/lib/table.config.d.ts +0 -3
- package/table/lib/table.module.d.ts +0 -10
- package/table/public_api.d.ts +0 -10
- package/tooltip/lib/tooltip-container/tooltip-container.component.d.ts +0 -9
- package/tooltip/lib/tooltip.directive.d.ts +0 -23
- package/tooltip/lib/tooltip.interfaces.d.ts +0 -4
- package/tooltip/lib/tooltip.module.d.ts +0 -7
- package/tooltip/public_api.d.ts +0 -4
- package/utils/lib/directives/autosize.directive.d.ts +0 -19
- package/utils/lib/directives/focus-trap.directive.d.ts +0 -14
- package/utils/lib/directives/focus.directive.d.ts +0 -16
- package/utils/lib/directives/template.directive.d.ts +0 -10
- package/utils/lib/utils.module.d.ts +0 -10
- package/utils/public_api.d.ts +0 -5
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BbRadioGroup<T> implements ControlValueAccessor {
|
|
5
|
-
private _changeDetectorRef;
|
|
6
|
-
label: string | TemplateRef<any> | null;
|
|
7
|
-
disabled: boolean;
|
|
8
|
-
readonly: boolean;
|
|
9
|
-
required: boolean;
|
|
10
|
-
grouped: boolean;
|
|
11
|
-
inline: boolean;
|
|
12
|
-
hideErrors: boolean;
|
|
13
|
-
valueChange: EventEmitter<T>;
|
|
14
|
-
get value(): T;
|
|
15
|
-
set value(value: T);
|
|
16
|
-
private _value;
|
|
17
|
-
onTouchedCallback: () => void;
|
|
18
|
-
onChangeCallback: (_: T | null) => void;
|
|
19
|
-
error: boolean;
|
|
20
|
-
constructor(_changeDetectorRef: ChangeDetectorRef);
|
|
21
|
-
select(value: any): void;
|
|
22
|
-
registerOnChange(fn: (newValue: T) => void): void;
|
|
23
|
-
registerOnTouched(fn: () => void): void;
|
|
24
|
-
setDisabledState(isDisabled: boolean): void;
|
|
25
|
-
writeValue(newValue: T): void;
|
|
26
|
-
onErrorChange(error: {
|
|
27
|
-
token: string;
|
|
28
|
-
data?: any;
|
|
29
|
-
} | null): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BbRadioGroup<any>, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbRadioGroup<any>, "bb-radio-group", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "grouped": { "alias": "grouped"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "hideErrors": { "alias": "hideErrors"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, ["bb-radio-button"], true, never>;
|
|
32
|
-
static ngAcceptInputType_disabled: unknown;
|
|
33
|
-
static ngAcceptInputType_readonly: unknown;
|
|
34
|
-
static ngAcceptInputType_required: unknown;
|
|
35
|
-
static ngAcceptInputType_grouped: unknown;
|
|
36
|
-
static ngAcceptInputType_inline: unknown;
|
|
37
|
-
static ngAcceptInputType_hideErrors: unknown;
|
|
38
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BbSpinner {
|
|
3
|
-
color: string;
|
|
4
|
-
alt: string;
|
|
5
|
-
disabled: boolean;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BbSpinner, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbSpinner, "bb-spinner", never, { "color": { "alias": "color"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["img", "*"], true, never>;
|
|
8
|
-
static ngAcceptInputType_disabled: unknown;
|
|
9
|
-
}
|
package/elements/public_api.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
export * from './lib/directives/form-submit.directive';
|
|
2
|
-
export * from './lib/directives/form-submitter.directive';
|
|
3
|
-
export * from './lib/directives/input.directive';
|
|
4
|
-
export * from './lib/directives/image-upload.directive';
|
|
5
|
-
export * from './lib/directives/extra-error-controls.directive';
|
|
6
|
-
export * from './lib/directives/file-drop.directive';
|
|
7
|
-
export * from './lib/directives/color-picker.directive';
|
|
8
|
-
export * from './lib/pipes/file-size.pipe';
|
|
9
|
-
export * from './lib/pipes/file-image.pipe';
|
|
10
|
-
export * from './lib/pipes/file-data-url.pipe';
|
|
11
|
-
export * from './lib/pipes/relative-time.pipe';
|
|
12
|
-
export * from './lib/pipes/date.pipe';
|
|
13
|
-
export * from './lib/spinner/spinner.component';
|
|
14
|
-
export * from './lib/button/button.component';
|
|
15
|
-
export * from './lib/icon/icon.component';
|
|
16
|
-
export * from './lib/form-control/form-control.component';
|
|
17
|
-
export * from './lib/form-group/form-group.component';
|
|
18
|
-
export * from './lib/form-error/form-error.component';
|
|
19
|
-
export * from './lib/checkbox/checkbox.component';
|
|
20
|
-
export * from './lib/checkbox-group/checkbox-group.component';
|
|
21
|
-
export * from './lib/radio-group/radio-group.component';
|
|
22
|
-
export * from './lib/radio-button/radio-button.component';
|
|
23
|
-
export * from './lib/avatar/avatar.component';
|
|
24
|
-
export * from './lib/multi-file-control/multi-file-control.component';
|
|
25
|
-
export * from './lib/file-picker/file-picker.component';
|
|
26
|
-
export * from './lib/image-picker/image-picker.component';
|
|
27
|
-
export * from './lib/date-picker/date-picker.component';
|
|
28
|
-
export * from './lib/color-slider/color-slider.component';
|
|
29
|
-
export * from './lib/color-picker/color-picker.component';
|
|
30
|
-
export * from './lib/image-control/image-control.component';
|
|
31
|
-
export * from './lib/pincode-control/pincode-control.component';
|
|
32
|
-
export * from './lib/elements.inject';
|
|
33
|
-
export * from './lib/elements.interfaces';
|
|
34
|
-
export * from './lib/elements.config';
|
|
35
|
-
export * from './lib/elements.module';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { HttpConfigAlias, HttpConfigData } from '../http.interfaces';
|
|
2
|
-
export declare class HttpConfig {
|
|
3
|
-
readonly aliases: HttpConfigAlias[];
|
|
4
|
-
readonly prefix: string;
|
|
5
|
-
readonly defaultAlias: string;
|
|
6
|
-
readonly disableErrorParsing: boolean;
|
|
7
|
-
constructor(data: HttpConfigData);
|
|
8
|
-
private parseAliases;
|
|
9
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { HttpErrorResponse } from '@angular/common/http';
|
|
2
|
-
export declare class HttpError extends HttpErrorResponse {
|
|
3
|
-
constructor(error: HttpErrorResponse);
|
|
4
|
-
get<T = any>(token: string, delimiter?: string): T;
|
|
5
|
-
has(token: string, delimiter?: string): boolean;
|
|
6
|
-
includes<T = any>(token: string, value: T): boolean;
|
|
7
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { HttpConfigData } from './http.interfaces';
|
|
2
|
-
import { EnvironmentProviders } from '@angular/core';
|
|
3
|
-
import { HttpConfig } from './classes/http.config';
|
|
4
|
-
export declare function provideHttpConfig(config: HttpConfigData): EnvironmentProviders;
|
|
5
|
-
export declare function createHttpConfig(data: HttpConfigData): HttpConfig;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { HttpConfig } from './classes/http.config';
|
|
2
|
-
import { InjectionToken } from '@angular/core';
|
|
3
|
-
export interface HttpConfigData {
|
|
4
|
-
url: HttpConfigUrl;
|
|
5
|
-
alias?: {
|
|
6
|
-
prefix?: string;
|
|
7
|
-
standard?: string;
|
|
8
|
-
};
|
|
9
|
-
disableErrorParsing?: boolean;
|
|
10
|
-
}
|
|
11
|
-
export type HttpConfigPlatformUrl = string | {
|
|
12
|
-
browser: string;
|
|
13
|
-
server: string;
|
|
14
|
-
};
|
|
15
|
-
export type HttpConfigAlias = {
|
|
16
|
-
alias: string;
|
|
17
|
-
url: HttpConfigPlatformUrl;
|
|
18
|
-
};
|
|
19
|
-
export type HttpConfigUrl = HttpConfigPlatformUrl | HttpConfigAlias[];
|
|
20
|
-
export declare const HTTP_CONFIG: InjectionToken<HttpConfig>;
|
|
21
|
-
export declare const HTTP_CONFIG_DATA: InjectionToken<HttpConfigData>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { HttpConfigData } from './http.interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class HttpModule {
|
|
5
|
-
private _parent?;
|
|
6
|
-
constructor(_parent?: HttpModule);
|
|
7
|
-
static forRoot(config: HttpConfigData): ModuleWithProviders<HttpModule>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HttpModule, [{ optional: true; skipSelf: true; }]>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<HttpModule, never, never, never>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<HttpModule>;
|
|
11
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class BaseUrlInterceptor implements HttpInterceptor {
|
|
4
|
-
private readonly _config;
|
|
5
|
-
private readonly _platformId;
|
|
6
|
-
private readonly _aliases;
|
|
7
|
-
private readonly _prefix;
|
|
8
|
-
private readonly _extractRegex;
|
|
9
|
-
intercept(request: HttpRequest<unknown>, next: HttpHandler): import("rxjs").Observable<import("@angular/common/http").HttpEvent<any>>;
|
|
10
|
-
private getUrlBasedOnAlias;
|
|
11
|
-
private convertUrlToString;
|
|
12
|
-
private getAlias;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseUrlInterceptor, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BaseUrlInterceptor>;
|
|
15
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ErrorInterceptor implements HttpInterceptor {
|
|
4
|
-
private readonly _config;
|
|
5
|
-
private readonly _disabled;
|
|
6
|
-
intercept(request: HttpRequest<unknown>, next: HttpHandler): import("rxjs").Observable<import("@angular/common/http").HttpEvent<any>>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorInterceptor, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ErrorInterceptor>;
|
|
9
|
-
}
|
package/http/public_api.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from './lib/http.interfaces';
|
|
2
|
-
export * from './lib/classes/http.config';
|
|
3
|
-
export * from './lib/classes/http.error';
|
|
4
|
-
export * from './lib/interceptors/base-url.interceptor';
|
|
5
|
-
export * from './lib/interceptors/error.interceptor';
|
|
6
|
-
export * from './lib/http.config';
|
|
7
|
-
export * from './lib/http.module';
|
package/lib/core/colors/hex.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export declare function hexToHsv(hex: string): {
|
|
2
|
-
hue: number;
|
|
3
|
-
saturation: number;
|
|
4
|
-
value: number;
|
|
5
|
-
alpha: number;
|
|
6
|
-
};
|
|
7
|
-
export declare function hexToRgb(hex: string): {
|
|
8
|
-
red: number;
|
|
9
|
-
green: number;
|
|
10
|
-
blue: number;
|
|
11
|
-
alpha: number;
|
|
12
|
-
};
|
|
13
|
-
export declare function hexToHsl(hex: string): {
|
|
14
|
-
hue: number;
|
|
15
|
-
saturation: number;
|
|
16
|
-
lightness: number;
|
|
17
|
-
alpha: number;
|
|
18
|
-
};
|
package/lib/core/colors/hsl.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare function hslToHsv(hue: number, saturation: number, lightness: number, alpha?: number): {
|
|
2
|
-
hue: number;
|
|
3
|
-
saturation: number;
|
|
4
|
-
value: number;
|
|
5
|
-
alpha: number;
|
|
6
|
-
};
|
|
7
|
-
export declare function hslToHex(hue: number, saturation: number, lightness: number, alpha?: number): string;
|
package/lib/core/colors/hsv.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export declare function hsvToHex(hue: number, saturation: number, value: number, alpha?: number): string;
|
|
2
|
-
export declare function hsvToRgb(hue: number, saturation: number, value: number, alpha?: number): {
|
|
3
|
-
red: number;
|
|
4
|
-
green: number;
|
|
5
|
-
blue: number;
|
|
6
|
-
alpha: number;
|
|
7
|
-
};
|
|
8
|
-
export declare function hsvToHsl(hue: number, saturation: number, value: number, alpha?: number): {
|
|
9
|
-
hue: number;
|
|
10
|
-
saturation: number;
|
|
11
|
-
lightness: number;
|
|
12
|
-
alpha: number;
|
|
13
|
-
};
|
package/lib/core/colors/rgb.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare function rgbToHex(red: number, green: number, blue: number, alpha?: number): string;
|
|
2
|
-
export declare function rgbToHsv(red: number, green: number, blue: number, alpha?: number): {
|
|
3
|
-
hue: number;
|
|
4
|
-
saturation: number;
|
|
5
|
-
value: number;
|
|
6
|
-
alpha: number;
|
|
7
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function arrayToMap<T>(items: T[], value: keyof T): Record<string, T>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function formatFileSize(value: number, decimals?: number): string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function generatePassword(length?: number): string;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
export declare class RouteCache<T> {
|
|
4
|
-
protected readonly value$: BehaviorSubject<T>;
|
|
5
|
-
constructor(initialValue?: T);
|
|
6
|
-
asObservable(): import("rxjs").Observable<T>;
|
|
7
|
-
get(): T;
|
|
8
|
-
set(value: T): void;
|
|
9
|
-
}
|
|
10
|
-
export declare function provideRouteCache<T>(token: InjectionToken<RouteCache<T>>, value: RouteCache<T>): import("@angular/core").EnvironmentProviders;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function clamp(value: number, min: number, max: number): number;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { AbstractControl, ValidatorFn } from '@angular/forms';
|
|
2
|
-
export declare class BbValidator {
|
|
3
|
-
static email(control: AbstractControl): {
|
|
4
|
-
email: boolean;
|
|
5
|
-
};
|
|
6
|
-
static fullNumber(control: AbstractControl): {
|
|
7
|
-
fullNumber: boolean;
|
|
8
|
-
};
|
|
9
|
-
static maxFileSize(bytes: number): ValidatorFn;
|
|
10
|
-
static confirm(fieldName: string, error?: string): ValidatorFn;
|
|
11
|
-
static maxDate(date: Date, error?: string): ValidatorFn;
|
|
12
|
-
static minDate(date: Date, error?: string): ValidatorFn;
|
|
13
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class Exif {
|
|
3
|
-
private readonly _platform;
|
|
4
|
-
private readonly _fileLoader;
|
|
5
|
-
strip(file: File, quality?: number): Promise<File>;
|
|
6
|
-
private createImageElement;
|
|
7
|
-
private transformImage;
|
|
8
|
-
private getSupportedCanvasType;
|
|
9
|
-
private getOrientation;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Exif, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<Exif>;
|
|
12
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FileLoader {
|
|
3
|
-
fromDataUrl(value: string, name?: string): File;
|
|
4
|
-
asDataUrl(file: File | Blob): Promise<string>;
|
|
5
|
-
asArrayBuffer(file: File | Blob): Promise<ArrayBuffer>;
|
|
6
|
-
private read;
|
|
7
|
-
private isFile;
|
|
8
|
-
private isBlob;
|
|
9
|
-
private createFile;
|
|
10
|
-
private blobToFile;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileLoader, never>;
|
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FileLoader>;
|
|
13
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class Files {
|
|
3
|
-
private readonly _platform;
|
|
4
|
-
private readonly _renderer;
|
|
5
|
-
private readonly _window;
|
|
6
|
-
download(file: File, name?: string): void;
|
|
7
|
-
download(blob: Blob, name: string): void;
|
|
8
|
-
fromDataUri(dataUri: string, name: string): File;
|
|
9
|
-
create(blob: Blob, name: string): File;
|
|
10
|
-
private createAnchorElement;
|
|
11
|
-
private revokeUrlAndPressAnchor;
|
|
12
|
-
private pressAnchor;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Files, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<Files>;
|
|
15
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ImageConverter {
|
|
3
|
-
private readonly _exif;
|
|
4
|
-
private readonly _platform;
|
|
5
|
-
private readonly _fileLoader;
|
|
6
|
-
private readonly _types;
|
|
7
|
-
toDataUri(contents: string | File | HTMLImageElement, options?: {
|
|
8
|
-
width: number;
|
|
9
|
-
height: number;
|
|
10
|
-
} | null): Promise<string>;
|
|
11
|
-
fileToImage(file: File, types?: string[]): Promise<HTMLImageElement>;
|
|
12
|
-
stringToImage(src: string): Promise<HTMLImageElement>;
|
|
13
|
-
private getImage;
|
|
14
|
-
private calculateOffsetAndDimensions;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ImageConverter, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ImageConverter>;
|
|
17
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class Languages {
|
|
3
|
-
private readonly _acceptLanguage;
|
|
4
|
-
private readonly _data;
|
|
5
|
-
constructor();
|
|
6
|
-
get all(): {
|
|
7
|
-
code: string;
|
|
8
|
-
script?: string;
|
|
9
|
-
region?: string;
|
|
10
|
-
quality: number;
|
|
11
|
-
}[];
|
|
12
|
-
private initialize;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Languages, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<Languages>;
|
|
15
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class Network {
|
|
4
|
-
private readonly _platform;
|
|
5
|
-
private readonly _window?;
|
|
6
|
-
private readonly _navigator?;
|
|
7
|
-
private _online$;
|
|
8
|
-
constructor();
|
|
9
|
-
online(): Observable<boolean>;
|
|
10
|
-
private getOnlineObservable;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Network, never>;
|
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<Network>;
|
|
13
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class Patch implements OnDestroy {
|
|
4
|
-
private readonly _platform;
|
|
5
|
-
private readonly _window?;
|
|
6
|
-
private readonly _document?;
|
|
7
|
-
private _hasPatchedMobileVerticalHeight;
|
|
8
|
-
private _subscription;
|
|
9
|
-
mobileVerticalHeight(): void;
|
|
10
|
-
ngOnDestroy(): void;
|
|
11
|
-
private periodicallySetDocumentVerticalProperty;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Patch, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<Patch>;
|
|
14
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { EnvironmentProviders, InjectionToken } from '@angular/core';
|
|
2
|
-
export type FocusMode = 'only-desktop' | 'all';
|
|
3
|
-
export declare const GLOBAL_FOCUS_MODE: InjectionToken<FocusMode>;
|
|
4
|
-
export declare function provideGlobalFocusMode(mode: FocusMode): EnvironmentProviders;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { LocalizeDictionaryDataValues } from './dictionary.data';
|
|
2
|
-
import { LocalizeDictionaryContext } from './dictionary.context';
|
|
3
|
-
import { Localize } from '../localize.service';
|
|
4
|
-
export declare class LocalizeDictionary {
|
|
5
|
-
private _id;
|
|
6
|
-
private _locale;
|
|
7
|
-
private _supported;
|
|
8
|
-
private _dataValues;
|
|
9
|
-
private _localize;
|
|
10
|
-
private readonly _data;
|
|
11
|
-
constructor(_id: string, _locale: string, _supported: string[], _dataValues: LocalizeDictionaryDataValues, _localize: Localize);
|
|
12
|
-
get id(): string;
|
|
13
|
-
get locale(): string;
|
|
14
|
-
get supported(): string[];
|
|
15
|
-
get(token: string | string[]): string;
|
|
16
|
-
has(token: string | string[]): boolean;
|
|
17
|
-
all(): {
|
|
18
|
-
token: string;
|
|
19
|
-
value: string;
|
|
20
|
-
}[];
|
|
21
|
-
some(callback: (context: LocalizeDictionaryContext) => LocalizeDictionaryContext): {
|
|
22
|
-
token: string;
|
|
23
|
-
value: string;
|
|
24
|
-
}[];
|
|
25
|
-
compare(to: string | string[]): Promise<void>;
|
|
26
|
-
count(): number;
|
|
27
|
-
private formatData;
|
|
28
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { LocalizeHandlerProtocol } from '../interfaces/handlers.interfaces';
|
|
2
|
-
import { LocalizeParams } from '../interfaces/options.interfaces';
|
|
3
|
-
export declare class LocalizeMissingHandler implements LocalizeHandlerProtocol {
|
|
4
|
-
handle(params: LocalizeParams): string;
|
|
5
|
-
private log;
|
|
6
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { LocalizeDictionaryData } from '../dictionary/dictionary.data';
|
|
2
|
-
export interface LocalizeConfig {
|
|
3
|
-
languages: LocalizeConfigLanguage[];
|
|
4
|
-
mode?: 'automatic' | 'manual';
|
|
5
|
-
storageToken?: string;
|
|
6
|
-
substitutions?: {
|
|
7
|
-
plural?: [leftSubstitution: string, rightSubstitution: string];
|
|
8
|
-
references?: [leftSubstitution: string, rightSubstitution: string];
|
|
9
|
-
interpolation?: [leftSubstitution: string, rightSubstitution: string];
|
|
10
|
-
};
|
|
11
|
-
compareDictionaries?: boolean;
|
|
12
|
-
}
|
|
13
|
-
export interface LocalizeConfigLanguage {
|
|
14
|
-
id: string;
|
|
15
|
-
locale: string;
|
|
16
|
-
supported: string[];
|
|
17
|
-
data: () => LocalizeDictionaryData | Promise<LocalizeDictionaryData>;
|
|
18
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { LocalizeParams } from './options.interfaces';
|
|
2
|
-
import { Localize } from '../localize.service';
|
|
3
|
-
export interface LocalizeHandlerProtocol {
|
|
4
|
-
handle(params: LocalizeParams): string | null;
|
|
5
|
-
handle(params: LocalizeParams, localize: Localize): string | null;
|
|
6
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export interface LocalizeOptions {
|
|
2
|
-
optional?: boolean;
|
|
3
|
-
dictionary?: string;
|
|
4
|
-
data?: LocalizeOptionsData;
|
|
5
|
-
}
|
|
6
|
-
export interface LocalizeOptionsData {
|
|
7
|
-
[token: string]: string | number | boolean | Date;
|
|
8
|
-
}
|
|
9
|
-
export interface LocalizeParams extends LocalizeOptions {
|
|
10
|
-
token: string;
|
|
11
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
export declare const extraDutchDictionary: {
|
|
2
|
-
'form-control-errors': {
|
|
3
|
-
unknown: string;
|
|
4
|
-
required: string;
|
|
5
|
-
pattern: string;
|
|
6
|
-
email: string;
|
|
7
|
-
emailTaken: string;
|
|
8
|
-
passwordMatch: string;
|
|
9
|
-
confirm: string;
|
|
10
|
-
fullNumber: string;
|
|
11
|
-
min: string;
|
|
12
|
-
max: string;
|
|
13
|
-
invalidFileType: string;
|
|
14
|
-
invalidFiles: string;
|
|
15
|
-
maxFileSize: string;
|
|
16
|
-
maxTotalFileSize: string;
|
|
17
|
-
minDate: string;
|
|
18
|
-
maxDate: string;
|
|
19
|
-
invalidDate: string;
|
|
20
|
-
minlength: string;
|
|
21
|
-
maxlength: string;
|
|
22
|
-
};
|
|
23
|
-
select: {
|
|
24
|
-
not_found_text: string;
|
|
25
|
-
clear_all_text: string;
|
|
26
|
-
loading_text: string;
|
|
27
|
-
type_to_search_text: string;
|
|
28
|
-
add_tag_text: string;
|
|
29
|
-
};
|
|
30
|
-
'multi-file-control': {
|
|
31
|
-
choose_file: string;
|
|
32
|
-
choose_file_text: string;
|
|
33
|
-
};
|
|
34
|
-
'image-control': {
|
|
35
|
-
button_label: string;
|
|
36
|
-
delete_label: string;
|
|
37
|
-
};
|
|
38
|
-
collection: {
|
|
39
|
-
search_label: string;
|
|
40
|
-
showing_label: string;
|
|
41
|
-
no_results_label: string;
|
|
42
|
-
empty_label: string;
|
|
43
|
-
error_label: string;
|
|
44
|
-
};
|
|
45
|
-
tables: {
|
|
46
|
-
search: string;
|
|
47
|
-
loading: string;
|
|
48
|
-
empty: string;
|
|
49
|
-
page: string;
|
|
50
|
-
error_datasource: string;
|
|
51
|
-
error_unauthorized: string;
|
|
52
|
-
error_forbidden: string;
|
|
53
|
-
error_not_found: string;
|
|
54
|
-
error_server: string;
|
|
55
|
-
error_down: string;
|
|
56
|
-
error_unknown: string;
|
|
57
|
-
};
|
|
58
|
-
'file-picker': {
|
|
59
|
-
choose: string;
|
|
60
|
-
remove: string;
|
|
61
|
-
drop: string;
|
|
62
|
-
};
|
|
63
|
-
dialog: {
|
|
64
|
-
default_confirm_button: string;
|
|
65
|
-
default_cancel_button: string;
|
|
66
|
-
default_title: string;
|
|
67
|
-
default_description: string;
|
|
68
|
-
};
|
|
69
|
-
times: {
|
|
70
|
-
tomorrow_at: string;
|
|
71
|
-
today_at: string;
|
|
72
|
-
yesterday_at: string;
|
|
73
|
-
};
|
|
74
|
-
};
|