@bravobit/bb-foundation 0.54.3 → 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-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-dashboard.mjs +25 -25
- 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-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-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-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-table.mjs +22 -22
- package/fesm2022/bravobit-bb-foundation-tooltip.mjs +10 -10
- package/fesm2022/bravobit-bb-foundation-utils.mjs +16 -16
- 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 +21 -21
- 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,74 +0,0 @@
|
|
|
1
|
-
export declare const extraEnglishDictionary: {
|
|
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
|
-
};
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
export declare const extraPapiamentoDictionary: {
|
|
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
|
-
};
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
export declare const extraSpanishDictionary: {
|
|
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
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { EnvironmentProviders } from '@angular/core';
|
|
2
|
-
import { LocalizeConfig } from './interfaces/config.interfaces';
|
|
3
|
-
import { Localize } from './localize.service';
|
|
4
|
-
export declare function provideLocalizeConfig(config: LocalizeConfig): EnvironmentProviders;
|
|
5
|
-
export declare function getLocale(localize: Localize): string;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { LocalizeConfig } from './interfaces/config.interfaces';
|
|
2
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./localize.pipe";
|
|
5
|
-
import * as i2 from "./views/localize-string/localize-string.component";
|
|
6
|
-
import * as i3 from "./views/localize-template.directive";
|
|
7
|
-
export declare class LocalizeModule {
|
|
8
|
-
static forRoot(config: LocalizeConfig): ModuleWithProviders<LocalizeModule>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizeModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LocalizeModule, never, [typeof i1.BbLocalize, typeof i2.BbLocalizeString, typeof i3.BbLocalizeTemplate], [typeof i1.BbLocalize, typeof i2.BbLocalizeString, typeof i3.BbLocalizeTemplate]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<LocalizeModule>;
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { LocalizeOptions, LocalizeParams } from './interfaces/options.interfaces';
|
|
2
|
-
import { PipeTransform } from '@angular/core';
|
|
3
|
-
import { Localize } from './localize.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class BbLocalize implements PipeTransform {
|
|
6
|
-
private _localize?;
|
|
7
|
-
constructor(_localize?: Localize);
|
|
8
|
-
transform(tokenOrParams: string | LocalizeParams, args?: LocalizeOptions): string;
|
|
9
|
-
private combineParamsWithOptions;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BbLocalize, [{ optional: true; }]>;
|
|
11
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<BbLocalize, "bbLocalize", true>;
|
|
12
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { LocalizeConfigLanguage } from './interfaces/config.interfaces';
|
|
2
|
-
import { LocalizeDictionary } from './dictionary/dictionary.class';
|
|
3
|
-
import { LocalizeParams } from './interfaces/options.interfaces';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class Localize {
|
|
6
|
-
private readonly _storage;
|
|
7
|
-
private readonly _languages;
|
|
8
|
-
private readonly _window?;
|
|
9
|
-
private readonly _document?;
|
|
10
|
-
private readonly _config?;
|
|
11
|
-
private readonly _transforms?;
|
|
12
|
-
private readonly _missingHandler?;
|
|
13
|
-
private readonly _storageToken;
|
|
14
|
-
private readonly _availableLanguages;
|
|
15
|
-
private readonly _bestMatchingLanguage;
|
|
16
|
-
private readonly _loadedDictionaries;
|
|
17
|
-
private _current$;
|
|
18
|
-
dictionaryChanges$: import("rxjs").Observable<LocalizeDictionary>;
|
|
19
|
-
constructor();
|
|
20
|
-
get languages(): LocalizeConfigLanguage[];
|
|
21
|
-
get current(): LocalizeDictionary;
|
|
22
|
-
load(id: string): any;
|
|
23
|
-
loadAllLanguages(): Promise<void>;
|
|
24
|
-
switch(id: string, options?: {
|
|
25
|
-
cache?: boolean;
|
|
26
|
-
reload?: boolean;
|
|
27
|
-
}): Promise<any>;
|
|
28
|
-
select(id: string): LocalizeDictionary;
|
|
29
|
-
initialize(): Promise<void>;
|
|
30
|
-
clear(): void;
|
|
31
|
-
transform(value: string, data?: LocalizeParams['data']): string;
|
|
32
|
-
translate(tokenOrParams: string | LocalizeParams): string;
|
|
33
|
-
private retrieveBestMatchingLanguage;
|
|
34
|
-
private getLanguageFromStorage;
|
|
35
|
-
private getBestBrowserMatchLanguage;
|
|
36
|
-
private createDictionary;
|
|
37
|
-
private getDictionary;
|
|
38
|
-
private renderDocumentLanguage;
|
|
39
|
-
private compareDictionaries;
|
|
40
|
-
private convertToParams;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Localize, never>;
|
|
42
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<Localize>;
|
|
43
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { LocalizeFunction } from './interfaces/functions.interfaces';
|
|
2
|
-
import { LocalizeMissingHandler } from './handlers/missing.handler';
|
|
3
|
-
import { LocalizeTransform } from './transforms/abstract.transform';
|
|
4
|
-
import { InjectionToken } from '@angular/core';
|
|
5
|
-
import { LocalizeConfig } from './interfaces/config.interfaces';
|
|
6
|
-
import { Observable } from 'rxjs';
|
|
7
|
-
export declare const LOCALIZE_FUNCTION: InjectionToken<LocalizeFunction[]>;
|
|
8
|
-
export declare const LOCALIZE_CONFIG: InjectionToken<LocalizeConfig>;
|
|
9
|
-
export declare const LOCALIZE_TRANSFORM: InjectionToken<LocalizeTransform[]>;
|
|
10
|
-
export declare const LOCALIZE_MISSING_HANDLER: InjectionToken<LocalizeMissingHandler>;
|
|
11
|
-
export declare const LOCALIZE_ID: InjectionToken<Observable<string>>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { LocalizeParams } from '../interfaces/options.interfaces';
|
|
2
|
-
import { Localize } from '../localize.service';
|
|
3
|
-
export declare abstract class LocalizeTransform {
|
|
4
|
-
abstract execute(value: string, data: LocalizeParams['data'], localize: Localize): string;
|
|
5
|
-
protected getMatches(value: string, substitutions: [string, string]): {
|
|
6
|
-
match: string;
|
|
7
|
-
token: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected getSubstitutions(value: [string, string]): {
|
|
10
|
-
start: string;
|
|
11
|
-
end: string;
|
|
12
|
-
};
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { LocalizeFunction, LocalizeFunctionMap } from '../interfaces/functions.interfaces';
|
|
2
|
-
import { LocalizeParams } from '../interfaces/options.interfaces';
|
|
3
|
-
import { LocalizeConfig } from '../interfaces/config.interfaces';
|
|
4
|
-
import { LocalizeTransform } from './abstract.transform';
|
|
5
|
-
import { Localize } from '../localize.service';
|
|
6
|
-
export declare class LocalizeInterpolateTransform extends LocalizeTransform {
|
|
7
|
-
protected readonly config?: LocalizeConfig;
|
|
8
|
-
protected readonly functions?: LocalizeFunction[];
|
|
9
|
-
protected readonly substitutions: [leftSubstitution: string, rightSubstitution: string];
|
|
10
|
-
protected readonly functionsMap: LocalizeFunctionMap;
|
|
11
|
-
execute(value: string, data: LocalizeParams['data'], localize: Localize): string;
|
|
12
|
-
protected parseInterpolationToken(value: string, data: LocalizeParams['data'], localize: Localize): string;
|
|
13
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { LocalizeParams } from '../interfaces/options.interfaces';
|
|
2
|
-
import { LocalizeConfig } from '../interfaces/config.interfaces';
|
|
3
|
-
import { LocalizeTransform } from './abstract.transform';
|
|
4
|
-
import { Localize } from '../localize.service';
|
|
5
|
-
export declare class LocalizePluralTransform extends LocalizeTransform {
|
|
6
|
-
protected readonly config?: LocalizeConfig;
|
|
7
|
-
protected readonly substitutions: [leftSubstitution: string, rightSubstitution: string];
|
|
8
|
-
protected readonly defaultAmount = "default";
|
|
9
|
-
protected readonly multiItemRegex: RegExp;
|
|
10
|
-
protected readonly singleItemRegex: RegExp;
|
|
11
|
-
execute(value: string, data: LocalizeParams['data'], _: Localize): string;
|
|
12
|
-
private extractAmount;
|
|
13
|
-
private parsePluralToken;
|
|
14
|
-
private splitMatches;
|
|
15
|
-
private getPluralObject;
|
|
16
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { LocalizeParams } from '../interfaces/options.interfaces';
|
|
2
|
-
import { LocalizeConfig } from '../interfaces/config.interfaces';
|
|
3
|
-
import { LocalizeTransform } from './abstract.transform';
|
|
4
|
-
import { Localize } from '../localize.service';
|
|
5
|
-
export declare class LocalizeReferenceTransform extends LocalizeTransform {
|
|
6
|
-
protected readonly config?: LocalizeConfig;
|
|
7
|
-
protected readonly substitutions: [leftSubstitution: string, rightSubstitution: string];
|
|
8
|
-
execute(value: string, _: LocalizeParams['data'], localize: Localize): string;
|
|
9
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, OnDestroy, QueryList, TemplateRef } from '@angular/core';
|
|
2
|
-
import { BbLocalizeTemplate } from '../localize-template.directive';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BbLocalizeString implements AfterViewInit, OnDestroy {
|
|
5
|
-
private _changeDetection;
|
|
6
|
-
items?: QueryList<BbLocalizeTemplate>;
|
|
7
|
-
substitutions: [string, string];
|
|
8
|
-
components: (string | TemplateRef<any>)[];
|
|
9
|
-
private _subscription;
|
|
10
|
-
private _value;
|
|
11
|
-
set value(value: string | null);
|
|
12
|
-
get value(): string | null;
|
|
13
|
-
constructor(_changeDetection: ChangeDetectorRef);
|
|
14
|
-
ngAfterViewInit(): void;
|
|
15
|
-
ngOnDestroy(): void;
|
|
16
|
-
private observeItemChanges;
|
|
17
|
-
private revalidate;
|
|
18
|
-
private setComponents;
|
|
19
|
-
private getStringComponents;
|
|
20
|
-
private getSubstitutions;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BbLocalizeString, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbLocalizeString, "[bb-localize-string]", never, { "substitutions": { "alias": "substitutions"; "required": false; }; "value": { "alias": "bb-localize-string"; "required": false; }; }, {}, ["items"], never, true, never>;
|
|
23
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class BbLocalizeTemplate {
|
|
4
|
-
templateRef: TemplateRef<any>;
|
|
5
|
-
name: string | null;
|
|
6
|
-
constructor(templateRef: TemplateRef<any>);
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BbLocalizeTemplate, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbLocalizeTemplate, "ng-template[bbLocalizeTemplate]", never, { "name": { "alias": "bbLocalizeTemplate"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
|
-
}
|
package/localize/public_api.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export * from './lib/interfaces/config.interfaces';
|
|
2
|
-
export * from './lib/interfaces/options.interfaces';
|
|
3
|
-
export * from './lib/interfaces/functions.interfaces';
|
|
4
|
-
export * from './lib/interfaces/handlers.interfaces';
|
|
5
|
-
export * from './lib/functions/lowercase.function';
|
|
6
|
-
export * from './lib/functions/uppercase.function';
|
|
7
|
-
export * from './lib/functions/date.function';
|
|
8
|
-
export * from './lib/localizations/english.localization';
|
|
9
|
-
export * from './lib/localizations/dutch.localization';
|
|
10
|
-
export * from './lib/localizations/papiamento.localization';
|
|
11
|
-
export * from './lib/localizations/spanish.localization';
|
|
12
|
-
export * from './lib/handlers/missing.handler';
|
|
13
|
-
export * from './lib/dictionary/dictionary.data';
|
|
14
|
-
export * from './lib/dictionary/dictionary.class';
|
|
15
|
-
export * from './lib/dictionary/dictionary.context';
|
|
16
|
-
export * from './lib/transforms/abstract.transform';
|
|
17
|
-
export * from './lib/transforms/plural.transform';
|
|
18
|
-
export * from './lib/transforms/interpolate.transform';
|
|
19
|
-
export * from './lib/transforms/reference.transform';
|
|
20
|
-
export * from './lib/views/localize-string/localize-string.component';
|
|
21
|
-
export * from './lib/views/localize-template.directive';
|
|
22
|
-
export * from './lib/localize.tokens';
|
|
23
|
-
export * from './lib/localize.service';
|
|
24
|
-
export * from './lib/localize.pipe';
|
|
25
|
-
export * from './lib/localize.config';
|
|
26
|
-
export * from './lib/localize.module';
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { CurrencyMaskOptions } from '../input-mask.interface';
|
|
3
|
-
import { BbInputMask } from './input-mask.directive';
|
|
4
|
-
import { Masking } from '../masking.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class BbCurrencyMask implements OnChanges {
|
|
7
|
-
private _masking;
|
|
8
|
-
private _inputMask;
|
|
9
|
-
currencyCode: string | null;
|
|
10
|
-
options: Partial<CurrencyMaskOptions> | null;
|
|
11
|
-
constructor(_masking: Masking, _inputMask: BbInputMask);
|
|
12
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
13
|
-
static ngAcceptInputType_bbCurrencyMask: string | null | undefined;
|
|
14
|
-
static ngAcceptInputType_bbCurrencyMaskOptions: Partial<CurrencyMaskOptions> | null | undefined;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BbCurrencyMask, [null, { self: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbCurrencyMask, "input[bbCurrencyMask]", never, { "currencyCode": { "alias": "bbCurrencyMask"; "required": false; }; "options": { "alias": "bbCurrencyMaskOptions"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { DateMaskFormat } from '../input-mask.interface';
|
|
3
|
-
import { BbInputMask } from './input-mask.directive';
|
|
4
|
-
import { Masking } from '../masking.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class BbDateMask implements OnChanges {
|
|
7
|
-
private _masking;
|
|
8
|
-
private _inputMask;
|
|
9
|
-
format: DateMaskFormat | null;
|
|
10
|
-
separator: string | null;
|
|
11
|
-
constructor(_masking: Masking, _inputMask: BbInputMask);
|
|
12
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
13
|
-
static ngAcceptInputType_bbDateMask: DateMaskFormat | null | undefined;
|
|
14
|
-
static ngAcceptInputType_bbDateMaskSeparator: string | null | undefined;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BbDateMask, [null, { self: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbDateMask, "input[bbDateMask]", never, { "format": { "alias": "bbDateMask"; "required": false; }; "separator": { "alias": "bbDateMaskSeparator"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { ElementRef, NgZone, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { AbstractControl, ControlValueAccessor, NgControl, Validator } from '@angular/forms';
|
|
3
|
-
import { InputMaskOptions } from '../input-mask.interface';
|
|
4
|
-
import { Subscription } from 'rxjs';
|
|
5
|
-
import { Platform } from '@angular/cdk/platform';
|
|
6
|
-
import type Inputmask from 'inputmask';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class BbInputMask<T = any> implements OnInit, OnDestroy, ControlValueAccessor, Validator {
|
|
9
|
-
private _ngZone;
|
|
10
|
-
private _platform;
|
|
11
|
-
private _renderer;
|
|
12
|
-
private _elementRef;
|
|
13
|
-
private _control?;
|
|
14
|
-
set mask(mask: InputMaskOptions<T> | string | null | undefined);
|
|
15
|
-
inputMaskPlugin: Inputmask.Instance | null;
|
|
16
|
-
nativeInputElement: HTMLInputElement | null;
|
|
17
|
-
eventsSubscription: Subscription | null;
|
|
18
|
-
private _inputMaskOptions;
|
|
19
|
-
private _onChange;
|
|
20
|
-
constructor(_ngZone: NgZone, _platform: Platform, _renderer: Renderer2, _elementRef: ElementRef<HTMLInputElement>, _control?: NgControl);
|
|
21
|
-
onInput: (value: any) => void;
|
|
22
|
-
onTouched: () => void;
|
|
23
|
-
ngOnInit(): void;
|
|
24
|
-
ngOnDestroy(): void;
|
|
25
|
-
writeValue(value: string): void;
|
|
26
|
-
registerOnChange(fn: (value: T | null) => void): void;
|
|
27
|
-
registerOnTouched(fn: () => void): void;
|
|
28
|
-
setDisabledState(isDisabled: boolean): void;
|
|
29
|
-
validate: (control: AbstractControl) => {
|
|
30
|
-
inputMask: boolean;
|
|
31
|
-
};
|
|
32
|
-
private updateMask;
|
|
33
|
-
private createMask;
|
|
34
|
-
private destroyMask;
|
|
35
|
-
static ngAcceptInputType_bbInputMask: InputMaskOptions<any> | string | null | undefined;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BbInputMask<any>, [null, null, null, null, { optional: true; self: true; }]>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BbInputMask<any>, "input[bbInputMask],input[bbCurrencyMask],input[bbDateMask]", never, { "mask": { "alias": "bbInputMask"; "required": false; }; }, {}, never, never, true, never>;
|
|
38
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type Inputmask from 'inputmask';
|
|
2
|
-
export type InputMaskOptions<T> = Inputmask.Options & {
|
|
3
|
-
parser?: (value: any) => T;
|
|
4
|
-
};
|
|
5
|
-
export type CurrencyMaskOptions = {
|
|
6
|
-
symbol: string;
|
|
7
|
-
symbolFormat: 'wide' | 'narrow';
|
|
8
|
-
spacer: string;
|
|
9
|
-
digits: number;
|
|
10
|
-
digitsOptional: boolean;
|
|
11
|
-
decimalCharacter: string;
|
|
12
|
-
groupCharacter: string;
|
|
13
|
-
min: number;
|
|
14
|
-
max: number;
|
|
15
|
-
allowMinus: boolean;
|
|
16
|
-
nullable: boolean;
|
|
17
|
-
};
|
|
18
|
-
export type DateMaskFormat = 'day-month-year' | 'month-day-year' | 'year-month-day' | 'year-day-month';
|
|
19
|
-
export declare const createMask: <T>(options: string | InputMaskOptions<T>) => InputMaskOptions<T>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./directives/input-mask.directive";
|
|
3
|
-
import * as i2 from "./directives/currency-mask.directive";
|
|
4
|
-
import * as i3 from "./directives/date-mask.directive";
|
|
5
|
-
export declare class MaskingModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MaskingModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MaskingModule, never, [typeof i1.BbInputMask, typeof i2.BbCurrencyMask, typeof i3.BbDateMask], [typeof i1.BbInputMask, typeof i2.BbCurrencyMask, typeof i3.BbDateMask]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MaskingModule>;
|
|
9
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { CurrencyMaskOptions, DateMaskFormat } from './input-mask.interface';
|
|
2
|
-
import { Localize } from '@bravobit/bb-foundation/localize';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class Masking {
|
|
5
|
-
private _localize?;
|
|
6
|
-
constructor(_localize?: Localize);
|
|
7
|
-
date(format: DateMaskFormat, separator?: string): import("@bravobit/bb-foundation/masking").InputMaskOptions<string>;
|
|
8
|
-
currency(code: string, options?: Partial<CurrencyMaskOptions>): import("@bravobit/bb-foundation/masking").InputMaskOptions<string | number>;
|
|
9
|
-
private getDateParts;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Masking, [{ optional: true; }]>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<Masking>;
|
|
12
|
-
}
|
package/masking/public_api.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from './lib/input-mask.interface';
|
|
2
|
-
export * from './lib/directives/input-mask.directive';
|
|
3
|
-
export * from './lib/directives/currency-mask.directive';
|
|
4
|
-
export * from './lib/directives/date-mask.directive';
|
|
5
|
-
export * from './lib/masking.service';
|
|
6
|
-
export * from './lib/masking.module';
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { Notification, NotificationAction } from '../notifications.interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BbNotificationsItem implements OnInit, OnDestroy {
|
|
5
|
-
private readonly _zone;
|
|
6
|
-
private readonly _platform;
|
|
7
|
-
private readonly _changeDetection;
|
|
8
|
-
private readonly _config?;
|
|
9
|
-
private readonly _window?;
|
|
10
|
-
readonly dismissText: string;
|
|
11
|
-
notification: Notification | null;
|
|
12
|
-
progressElementRef: ElementRef<SVGCircleElement>;
|
|
13
|
-
private _progress;
|
|
14
|
-
private _count;
|
|
15
|
-
private _steps;
|
|
16
|
-
private _speed;
|
|
17
|
-
private _timer;
|
|
18
|
-
private _startTime;
|
|
19
|
-
private _difference;
|
|
20
|
-
private readonly _radius;
|
|
21
|
-
private readonly _circumference;
|
|
22
|
-
get getClass(): string;
|
|
23
|
-
get progressStrokeArray(): string;
|
|
24
|
-
get progressStrokeOffset(): number;
|
|
25
|
-
ngOnInit(): void;
|
|
26
|
-
ngOnDestroy(): void;
|
|
27
|
-
callActionAndDestroy(notification: Notification, action: NotificationAction): void;
|
|
28
|
-
private startTimeout;
|
|
29
|
-
private instance;
|
|
30
|
-
private setTimeout;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BbNotificationsItem, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbNotificationsItem, "bb-notifications-item", never, { "notification": { "alias": "notification"; "required": false; }; }, {}, never, never, true, never>;
|
|
33
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Notification } from '../notifications.interfaces';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class BbNotificationsList implements OnInit {
|
|
6
|
-
private readonly _data$;
|
|
7
|
-
data$: Observable<{
|
|
8
|
-
notification?: Notification;
|
|
9
|
-
styles?: {
|
|
10
|
-
offset?: number;
|
|
11
|
-
scale?: string;
|
|
12
|
-
};
|
|
13
|
-
}[]>;
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
private setData;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BbNotificationsList, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BbNotificationsList, "bb-notifications-list", never, {}, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const notificationListAnimation: import("@angular/animations").AnimationTriggerMetadata;
|