@cauca-911/material 21.0.1 → 21.0.3
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/LICENSE +21 -0
- package/README.md +5 -24
- package/{src/assets → assets}/i18n/cauca/en-material.json +104 -104
- package/{src/assets → assets}/i18n/cauca/es-material.json +104 -104
- package/{src/assets → assets}/i18n/cauca/fr-material.json +106 -106
- package/fesm2022/cauca-911-material.mjs +4145 -0
- package/fesm2022/cauca-911-material.mjs.map +1 -0
- package/package.json +38 -23
- package/types/cauca-911-material.d.ts +745 -0
- package/.eslintrc.json +0 -79
- package/README_PACKAGE.md +0 -5
- package/cauca-911-material-21.0.0.tgz +0 -0
- package/karma.conf.js +0 -50
- package/ng-package.json +0 -7
- package/src/lib/cauca-material.component.html +0 -1
- package/src/lib/cauca-material.component.spec.ts +0 -29
- package/src/lib/cauca-material.component.ts +0 -12
- package/src/lib/cauca-material.service.spec.ts +0 -16
- package/src/lib/cauca-material.service.ts +0 -7
- package/src/lib/components/button/button.component.html +0 -52
- package/src/lib/components/button/button.component.scss +0 -6
- package/src/lib/components/button/button.component.spec.ts +0 -142
- package/src/lib/components/button/button.component.ts +0 -22
- package/src/lib/components/buttons/base-button.ts +0 -35
- package/src/lib/components/buttons/basic-button/basic-button.component.html +0 -5
- package/src/lib/components/buttons/basic-button/basic-button.component.scss +0 -12
- package/src/lib/components/buttons/basic-button/basic-button.component.spec.ts +0 -106
- package/src/lib/components/buttons/basic-button/basic-button.component.ts +0 -17
- package/src/lib/components/buttons/fab-button/fab-button.component.html +0 -3
- package/src/lib/components/buttons/fab-button/fab-button.component.scss +0 -12
- package/src/lib/components/buttons/fab-button/fab-button.component.spec.ts +0 -82
- package/src/lib/components/buttons/fab-button/fab-button.component.ts +0 -16
- package/src/lib/components/buttons/flat-button/flat-button.component.html +0 -5
- package/src/lib/components/buttons/flat-button/flat-button.component.scss +0 -12
- package/src/lib/components/buttons/flat-button/flat-button.component.spec.ts +0 -106
- package/src/lib/components/buttons/flat-button/flat-button.component.ts +0 -17
- package/src/lib/components/buttons/icon-button/icon-button.component.html +0 -3
- package/src/lib/components/buttons/icon-button/icon-button.component.scss +0 -23
- package/src/lib/components/buttons/icon-button/icon-button.component.spec.ts +0 -38
- package/src/lib/components/buttons/icon-button/icon-button.component.ts +0 -15
- package/src/lib/components/buttons/link-button/link-button.component.html +0 -1
- package/src/lib/components/buttons/link-button/link-button.component.scss +0 -3
- package/src/lib/components/buttons/link-button/link-button.component.spec.ts +0 -97
- package/src/lib/components/buttons/link-button/link-button.component.ts +0 -25
- package/src/lib/components/buttons/menu-item/menu-item.component.html +0 -5
- package/src/lib/components/buttons/menu-item/menu-item.component.scss +0 -6
- package/src/lib/components/buttons/menu-item/menu-item.component.spec.ts +0 -66
- package/src/lib/components/buttons/menu-item/menu-item.component.ts +0 -19
- package/src/lib/components/buttons/raised-button/raised-button.component.html +0 -5
- package/src/lib/components/buttons/raised-button/raised-button.component.scss +0 -12
- package/src/lib/components/buttons/raised-button/raised-button.component.spec.ts +0 -108
- package/src/lib/components/buttons/raised-button/raised-button.component.ts +0 -17
- package/src/lib/components/buttons/refresh-button/refresh-button.component.html +0 -1
- package/src/lib/components/buttons/refresh-button/refresh-button.component.scss +0 -0
- package/src/lib/components/buttons/refresh-button/refresh-button.component.spec.ts +0 -81
- package/src/lib/components/buttons/refresh-button/refresh-button.component.ts +0 -19
- package/src/lib/components/buttons/round-button/round-button.component.html +0 -3
- package/src/lib/components/buttons/round-button/round-button.component.scss +0 -34
- package/src/lib/components/buttons/round-button/round-button.component.spec.ts +0 -26
- package/src/lib/components/buttons/round-button/round-button.component.ts +0 -14
- package/src/lib/components/buttons/stroked-button/stroked-button.component.html +0 -5
- package/src/lib/components/buttons/stroked-button/stroked-button.component.scss +0 -23
- package/src/lib/components/buttons/stroked-button/stroked-button.component.spec.ts +0 -114
- package/src/lib/components/buttons/stroked-button/stroked-button.component.ts +0 -17
- package/src/lib/components/cauca-date-time-picker/cauca-date-time-picker.component.html +0 -9
- package/src/lib/components/cauca-date-time-picker/cauca-date-time-picker.component.scss +0 -7
- package/src/lib/components/cauca-date-time-picker/cauca-date-time-picker.component.spec.ts +0 -68
- package/src/lib/components/cauca-date-time-picker/cauca-date-time-picker.component.ts +0 -155
- package/src/lib/components/cauca-date-time-picker/components/desktop-time-picker/desktop-time-picker.component.html +0 -6
- package/src/lib/components/cauca-date-time-picker/components/desktop-time-picker/desktop-time-picker.component.scss +0 -25
- package/src/lib/components/cauca-date-time-picker/components/desktop-time-picker/desktop-time-picker.component.spec.ts +0 -23
- package/src/lib/components/cauca-date-time-picker/components/desktop-time-picker/desktop-time-picker.component.ts +0 -23
- package/src/lib/components/cauca-date-time-picker/components/dialog-date-time-picker/dialog-date-time-picker.component.html +0 -77
- package/src/lib/components/cauca-date-time-picker/components/dialog-date-time-picker/dialog-date-time-picker.component.scss +0 -124
- package/src/lib/components/cauca-date-time-picker/components/dialog-date-time-picker/dialog-date-time-picker.component.spec.ts +0 -96
- package/src/lib/components/cauca-date-time-picker/components/dialog-date-time-picker/dialog-date-time-picker.component.ts +0 -228
- package/src/lib/components/cauca-date-time-picker/components/mobile-time-picker/mobile-time-picker.component.html +0 -9
- package/src/lib/components/cauca-date-time-picker/components/mobile-time-picker/mobile-time-picker.component.scss +0 -15
- package/src/lib/components/cauca-date-time-picker/components/mobile-time-picker/mobile-time-picker.component.spec.ts +0 -105
- package/src/lib/components/cauca-date-time-picker/components/mobile-time-picker/mobile-time-picker.component.ts +0 -48
- package/src/lib/components/cauca-date-time-picker/models/dialog-date-time-picker-data.ts +0 -29
- package/src/lib/components/deprecated-components/cauca-input-file/cauca-input-file.component.html +0 -14
- package/src/lib/components/deprecated-components/cauca-input-file/cauca-input-file.component.scss +0 -3
- package/src/lib/components/deprecated-components/cauca-input-file/cauca-input-file.component.ts +0 -87
- package/src/lib/components/deprecated-components/cauca-input-multiple-langue/cauca-input-multiple-langue.component.html +0 -12
- package/src/lib/components/deprecated-components/cauca-input-multiple-langue/cauca-input-multiple-langue.component.scss +0 -3
- package/src/lib/components/deprecated-components/cauca-input-multiple-langue/cauca-input-multiple-langue.component.spec.ts +0 -35
- package/src/lib/components/deprecated-components/cauca-input-multiple-langue/cauca-input-multiple-langue.component.ts +0 -57
- package/src/lib/components/deprecated-components/cauca-menu-vertical/cauca-menu-vertical.component.html +0 -49
- package/src/lib/components/deprecated-components/cauca-menu-vertical/cauca-menu-vertical.component.ts +0 -56
- package/src/lib/components/deprecated-components/cauca-simple-dialog/cauca-simple-dialog.component.html +0 -11
- package/src/lib/components/deprecated-components/cauca-simple-dialog/cauca-simple-dialog.component.scss +0 -4
- package/src/lib/components/deprecated-components/cauca-simple-dialog/cauca-simple-dialog.component.spec.ts +0 -39
- package/src/lib/components/deprecated-components/cauca-simple-dialog/cauca-simple-dialog.component.ts +0 -20
- package/src/lib/components/deprecated-components/cauca-slideshow/cauca-slideshow.component.html +0 -7
- package/src/lib/components/deprecated-components/cauca-slideshow/cauca-slideshow.component.scss +0 -41
- package/src/lib/components/deprecated-components/cauca-slideshow/cauca-slideshow.component.spec.ts +0 -24
- package/src/lib/components/deprecated-components/cauca-slideshow/cauca-slideshow.component.ts +0 -67
- package/src/lib/components/deprecated-components/shared/models/menu-item.ts +0 -11
- package/src/lib/components/deprecated-components/shared/models/simple-dialog-data.ts +0 -5
- package/src/lib/components/dialogs/alert-dialog/alert-dialog.component.html +0 -10
- package/src/lib/components/dialogs/alert-dialog/alert-dialog.component.scss +0 -14
- package/src/lib/components/dialogs/alert-dialog/alert-dialog.component.spec.ts +0 -90
- package/src/lib/components/dialogs/alert-dialog/alert-dialog.component.ts +0 -41
- package/src/lib/components/dialogs/confirm-dialog/confirm-dialog.component.html +0 -11
- package/src/lib/components/dialogs/confirm-dialog/confirm-dialog.component.scss +0 -29
- package/src/lib/components/dialogs/confirm-dialog/confirm-dialog.component.spec.ts +0 -137
- package/src/lib/components/dialogs/confirm-dialog/confirm-dialog.component.ts +0 -47
- package/src/lib/components/dialogs/delete-dialog/delete-dialog.component.html +0 -17
- package/src/lib/components/dialogs/delete-dialog/delete-dialog.component.scss +0 -14
- package/src/lib/components/dialogs/delete-dialog/delete-dialog.component.spec.ts +0 -96
- package/src/lib/components/dialogs/delete-dialog/delete-dialog.component.ts +0 -40
- package/src/lib/components/dialogs/delete-dialog/models/delete-dialog-data.spec.ts +0 -7
- package/src/lib/components/dialogs/delete-dialog/models/delete-dialog-data.ts +0 -5
- package/src/lib/components/dialogs/dialog-styles.css +0 -9
- package/src/lib/components/dialogs/dialog-styles.scss +0 -9
- package/src/lib/components/dialogs/error-dialog/error-dialog.component.html +0 -10
- package/src/lib/components/dialogs/error-dialog/error-dialog.component.scss +0 -10
- package/src/lib/components/dialogs/error-dialog/error-dialog.component.spec.ts +0 -91
- package/src/lib/components/dialogs/error-dialog/error-dialog.component.ts +0 -32
- package/src/lib/components/dialogs/services/dialog.service.spec.ts +0 -82
- package/src/lib/components/dialogs/services/dialog.service.ts +0 -107
- package/src/lib/components/dialogs/text-input-dialog/text-input-dialog.component.html +0 -24
- package/src/lib/components/dialogs/text-input-dialog/text-input-dialog.component.scss +0 -22
- package/src/lib/components/dialogs/text-input-dialog/text-input-dialog.component.spec.ts +0 -126
- package/src/lib/components/dialogs/text-input-dialog/text-input-dialog.component.ts +0 -66
- package/src/lib/components/inputs/color-picker/color-picker.component.html +0 -9
- package/src/lib/components/inputs/color-picker/color-picker.component.scss +0 -0
- package/src/lib/components/inputs/color-picker/color-picker.component.spec.ts +0 -29
- package/src/lib/components/inputs/color-picker/color-picker.component.ts +0 -111
- package/src/lib/components/inputs/date-range-picker/date-range-picker.component.html +0 -13
- package/src/lib/components/inputs/date-range-picker/date-range-picker.component.scss +0 -0
- package/src/lib/components/inputs/date-range-picker/date-range-picker.component.spec.ts +0 -80
- package/src/lib/components/inputs/date-range-picker/date-range-picker.component.ts +0 -46
- package/src/lib/components/inputs/dropdown-chip-autocomplete/dropdown-chip-autocomplete.component.html +0 -40
- package/src/lib/components/inputs/dropdown-chip-autocomplete/dropdown-chip-autocomplete.component.scss +0 -39
- package/src/lib/components/inputs/dropdown-chip-autocomplete/dropdown-chip-autocomplete.component.spec.ts +0 -135
- package/src/lib/components/inputs/dropdown-chip-autocomplete/dropdown-chip-autocomplete.component.ts +0 -263
- package/src/lib/components/inputs/password/password-criteria/password-criteria.component.html +0 -6
- package/src/lib/components/inputs/password/password-criteria/password-criteria.component.scss +0 -27
- package/src/lib/components/inputs/password/password-criteria/password-criteria.component.spec.ts +0 -90
- package/src/lib/components/inputs/password/password-criteria/password-criteria.component.ts +0 -17
- package/src/lib/components/inputs/password/password-criteria-viewer/password-criteria-viewer.component.html +0 -5
- package/src/lib/components/inputs/password/password-criteria-viewer/password-criteria-viewer.component.scss +0 -8
- package/src/lib/components/inputs/password/password-criteria-viewer/password-criteria-viewer.component.spec.ts +0 -98
- package/src/lib/components/inputs/password/password-criteria-viewer/password-criteria-viewer.component.ts +0 -16
- package/src/lib/components/inputs/password/password-input/password-input.component.html +0 -11
- package/src/lib/components/inputs/password/password-input/password-input.component.scss +0 -12
- package/src/lib/components/inputs/password/password-input/password-input.component.spec.ts +0 -141
- package/src/lib/components/inputs/password/password-input/password-input.component.ts +0 -67
- package/src/lib/components/inputs/password/password-selection/password-selection.component.html +0 -15
- package/src/lib/components/inputs/password/password-selection/password-selection.component.scss +0 -32
- package/src/lib/components/inputs/password/password-selection/password-selection.component.spec.ts +0 -138
- package/src/lib/components/inputs/password/password-selection/password-selection.component.ts +0 -101
- package/src/lib/components/inputs/select-with-search/select-with-search.component.html +0 -19
- package/src/lib/components/inputs/select-with-search/select-with-search.component.scss +0 -0
- package/src/lib/components/inputs/select-with-search/select-with-search.component.spec.ts +0 -215
- package/src/lib/components/inputs/select-with-search/select-with-search.component.ts +0 -108
- package/src/lib/components/layout/expandable-panel/expandable-panel.component.html +0 -14
- package/src/lib/components/layout/expandable-panel/expandable-panel.component.scss +0 -48
- package/src/lib/components/layout/expandable-panel/expandable-panel.component.spec.ts +0 -48
- package/src/lib/components/layout/expandable-panel/expandable-panel.component.ts +0 -19
- package/src/lib/components/layout/group-container/group-container.component.html +0 -6
- package/src/lib/components/layout/group-container/group-container.component.scss +0 -22
- package/src/lib/components/layout/group-container/group-container.component.spec.ts +0 -34
- package/src/lib/components/layout/group-container/group-container.component.ts +0 -14
- package/src/lib/components/layout/menu-expandable-panel/menu-expandable-panel.component.html +0 -13
- package/src/lib/components/layout/menu-expandable-panel/menu-expandable-panel.component.scss +0 -27
- package/src/lib/components/layout/menu-expandable-panel/menu-expandable-panel.component.spec.ts +0 -144
- package/src/lib/components/layout/menu-expandable-panel/menu-expandable-panel.component.ts +0 -52
- package/src/lib/components/layout/menu-expandable-panel-item/menu-expandable-panel-item.component.html +0 -4
- package/src/lib/components/layout/menu-expandable-panel-item/menu-expandable-panel-item.component.scss +0 -10
- package/src/lib/components/layout/menu-expandable-panel-item/menu-expandable-panel-item.component.spec.ts +0 -80
- package/src/lib/components/layout/menu-expandable-panel-item/menu-expandable-panel-item.component.ts +0 -28
- package/src/lib/components/layout/page-title/page-title.component.html +0 -28
- package/src/lib/components/layout/page-title/page-title.component.scss +0 -40
- package/src/lib/components/layout/page-title/page-title.component.spec.ts +0 -162
- package/src/lib/components/layout/page-title/page-title.component.ts +0 -28
- package/src/lib/components/layout/sections/main-section/main-section.component.html +0 -6
- package/src/lib/components/layout/sections/main-section/main-section.component.scss +0 -27
- package/src/lib/components/layout/sections/main-section/main-section.component.spec.ts +0 -42
- package/src/lib/components/layout/sections/main-section/main-section.component.ts +0 -13
- package/src/lib/components/layout/sections/section-column/section-column.component.html +0 -3
- package/src/lib/components/layout/sections/section-column/section-column.component.scss +0 -18
- package/src/lib/components/layout/sections/section-column/section-column.component.spec.ts +0 -35
- package/src/lib/components/layout/sections/section-column/section-column.component.ts +0 -12
- package/src/lib/components/layout/sections/section-field/section-field.component.html +0 -21
- package/src/lib/components/layout/sections/section-field/section-field.component.scss +0 -44
- package/src/lib/components/layout/sections/section-field/section-field.component.spec.ts +0 -74
- package/src/lib/components/layout/sections/section-field/section-field.component.ts +0 -22
- package/src/lib/components/list-paginator/list-paginator.component.html +0 -16
- package/src/lib/components/list-paginator/list-paginator.component.scss +0 -46
- package/src/lib/components/list-paginator/list-paginator.component.spec.ts +0 -248
- package/src/lib/components/list-paginator/list-paginator.component.ts +0 -81
- package/src/lib/components/misc/loading-error/loading-error.component.html +0 -11
- package/src/lib/components/misc/loading-error/loading-error.component.scss +0 -0
- package/src/lib/components/misc/loading-error/loading-error.component.spec.ts +0 -75
- package/src/lib/components/misc/loading-error/loading-error.component.ts +0 -18
- package/src/lib/components/misc/loading-spinner-indicator/loading-spinner-indicator.component.html +0 -3
- package/src/lib/components/misc/loading-spinner-indicator/loading-spinner-indicator.component.scss +0 -0
- package/src/lib/components/misc/loading-spinner-indicator/loading-spinner-indicator.component.spec.ts +0 -43
- package/src/lib/components/misc/loading-spinner-indicator/loading-spinner-indicator.component.ts +0 -16
- package/src/lib/components/misc/snack-bar/snack-bar.component.html +0 -16
- package/src/lib/components/misc/snack-bar/snack-bar.component.scss +0 -84
- package/src/lib/components/misc/snack-bar/snack-bar.component.spec.ts +0 -136
- package/src/lib/components/misc/snack-bar/snack-bar.component.ts +0 -39
- package/src/lib/components/notifications/saving-confirmed-box/saving-confirmed-box.component.html +0 -11
- package/src/lib/components/notifications/saving-confirmed-box/saving-confirmed-box.component.scss +0 -0
- package/src/lib/components/notifications/saving-confirmed-box/saving-confirmed-box.component.spec.ts +0 -67
- package/src/lib/components/notifications/saving-confirmed-box/saving-confirmed-box.component.ts +0 -15
- package/src/lib/components/notifications/saving-error-box/saving-error-box.component.html +0 -11
- package/src/lib/components/notifications/saving-error-box/saving-error-box.component.scss +0 -0
- package/src/lib/components/notifications/saving-error-box/saving-error-box.component.spec.ts +0 -77
- package/src/lib/components/notifications/saving-error-box/saving-error-box.component.ts +0 -17
- package/src/lib/components/presenters/badge/badge.component.html +0 -6
- package/src/lib/components/presenters/badge/badge.component.scss +0 -10
- package/src/lib/components/presenters/badge/badge.component.spec.ts +0 -41
- package/src/lib/components/presenters/badge/badge.component.ts +0 -18
- package/src/lib/components/presenters/icon/icon.component.scss +0 -9
- package/src/lib/components/presenters/icon/icon.component.spec.ts +0 -38
- package/src/lib/components/presenters/icon/icon.component.ts +0 -37
- package/src/lib/core/breadcrumb.service.spec.ts +0 -35
- package/src/lib/core/breadcrumb.service.ts +0 -24
- package/src/lib/core/directives/auto-trim-and-lower.directive.spec.ts +0 -22
- package/src/lib/core/directives/auto-trim-and-lower.directive.ts +0 -19
- package/src/lib/core/directives/form-error/form-error.module.ts +0 -21
- package/src/lib/core/directives/form-error/has-error-root.directive.ts +0 -31
- package/src/lib/core/directives/form-error/has-error.directive.ts +0 -95
- package/src/lib/core/loading-state.service.spec.ts +0 -57
- package/src/lib/core/loading-state.service.ts +0 -44
- package/src/lib/core/models/breadcrumb-location.ts +0 -6
- package/src/lib/core/models/password-validation.ts +0 -20
- package/src/lib/core/validators/password/password-validator.spec.ts +0 -155
- package/src/lib/core/validators/password/password-validator.ts +0 -30
- package/src/lib/provide-cauca-material.ts +0 -10
- package/src/public-api.ts +0 -70
- package/src/test.ts +0 -17
- package/tsconfig.lib.json +0 -18
- package/tsconfig.lib.prod.json +0 -4
- package/tsconfig.spec.json +0 -17
- /package/{src/assets → assets}/images/loading.gif +0 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2018 CAUCA 9-1-1 inc
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,24 +1,5 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
##
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project cauca-material` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project cauca-material`.
|
|
8
|
-
> Note: Don't forget to add `--project cauca-material` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build cauca-material` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build cauca-material`, go to the dist folder `cd dist/cauca-material` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test cauca-material` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
|
|
1
|
+
# @cauca-911/material
|
|
2
|
+
|
|
3
|
+
Run `npm install @cauca-911/material --save` to add this library to your project
|
|
4
|
+
|
|
5
|
+
## To use this library, you need to import the module with specific configuration
|
|
@@ -1,104 +1,104 @@
|
|
|
1
|
-
{
|
|
2
|
-
"material": {
|
|
3
|
-
"ok": "Ok",
|
|
4
|
-
"apply": "Apply",
|
|
5
|
-
"cancel": "Cancel",
|
|
6
|
-
"clear": "Clear",
|
|
7
|
-
"description": "The \"@cauca-911/material\" library add many visual component",
|
|
8
|
-
"select": "Select",
|
|
9
|
-
"dialogTitle": "Data acquisition",
|
|
10
|
-
"dialogMessage": "Data acquisition in progress <img src=\"/assets/images/loading.gif\" alt=\"\" width=\"20\" />",
|
|
11
|
-
"version": "Version",
|
|
12
|
-
"refresh": "Refresh"
|
|
13
|
-
},
|
|
14
|
-
"ok": "Ok",
|
|
15
|
-
"apply": "Apply",
|
|
16
|
-
"cancel": "Cancel",
|
|
17
|
-
"clear": "Clear",
|
|
18
|
-
"description": "The \"@cauca-911/material\" library add many visual component",
|
|
19
|
-
"select": "Select",
|
|
20
|
-
"dialogTitle": "Data acquisition",
|
|
21
|
-
"dialogMessage": "Data acquisition in progress <img src=\"/assets/images/loading.gif\" alt=\"\" width=\"20\" />",
|
|
22
|
-
"version": "Version",
|
|
23
|
-
"refresh": "Refresh",
|
|
24
|
-
"close": "Close",
|
|
25
|
-
"copyLink": "Copy link",
|
|
26
|
-
"logout": "Logout",
|
|
27
|
-
"search": "Search",
|
|
28
|
-
"en": "English",
|
|
29
|
-
"fr": "French",
|
|
30
|
-
"or": "OR",
|
|
31
|
-
"errorTitle": "Error",
|
|
32
|
-
"edit": "Edit",
|
|
33
|
-
"delete": "Delete",
|
|
34
|
-
"save": "Save",
|
|
35
|
-
"yes": "Yes",
|
|
36
|
-
"no": "No",
|
|
37
|
-
"dateRangeSelectorLabel": "Dates",
|
|
38
|
-
"errorDialog": {
|
|
39
|
-
"titleError": "Deletion Error",
|
|
40
|
-
"messageError": "An error occurred while deleting \"{{itemName}}\". Please try again later."
|
|
41
|
-
},
|
|
42
|
-
"savingSuccessNotification": {
|
|
43
|
-
"title": "Saving",
|
|
44
|
-
"message": "The save was successful."
|
|
45
|
-
},
|
|
46
|
-
"deleteDialog": {
|
|
47
|
-
"titleFemale": "Delete {{itemType}}",
|
|
48
|
-
"titleMale": "Delete {{itemType}}",
|
|
49
|
-
"message": "Are you sure you want to delete \"{{itemName}}\"?",
|
|
50
|
-
"titleError": "Unable to delete",
|
|
51
|
-
"messageError": "An error occurred while deleting the item \"{{itemName}}\""
|
|
52
|
-
},
|
|
53
|
-
"cancelEditionDialog": {
|
|
54
|
-
"title": "Cancel confirmation",
|
|
55
|
-
"message": "You have unsaved changes, are you sure you want to undo them ?"
|
|
56
|
-
},
|
|
57
|
-
"validationErrorDialog": {
|
|
58
|
-
"title": "Invalid data",
|
|
59
|
-
"message": "You cannot save because you have invalid information.",
|
|
60
|
-
"messageNext": "You cannot continue because you have invalid information."
|
|
61
|
-
},
|
|
62
|
-
"alertDialog": {
|
|
63
|
-
"errorTitle": "Error",
|
|
64
|
-
"noResult": "No results",
|
|
65
|
-
"deleteErrorMessage": "An error has occured while deleting item, please try again.",
|
|
66
|
-
"genericErrorMessage": "An error has occured, please try again.",
|
|
67
|
-
"saveErrorMessage": "An error has occured while saving data, please try again.",
|
|
68
|
-
"loadErrorMessage": "An error has occured while loading data, please try again."
|
|
69
|
-
},
|
|
70
|
-
"generalError": {
|
|
71
|
-
"errorAlertTitle": "Error",
|
|
72
|
-
"loadingErrorAlertTitle": "Loading error",
|
|
73
|
-
"loadingErrorAlertMessage": "An alert has occured while loading date. Please try again.",
|
|
74
|
-
"savingErrorAlertTitle": "Saving error",
|
|
75
|
-
"savingErrorAlertMessage": "An alert has occured while saving date. Please try again.",
|
|
76
|
-
"retryButtonLabel": "Retry"
|
|
77
|
-
},
|
|
78
|
-
"error": {
|
|
79
|
-
"requiredField": "Required field.",
|
|
80
|
-
"maxLength": "Value must have less than {{value}} characters.",
|
|
81
|
-
"valueMin": "Value below minimum",
|
|
82
|
-
"valueMax": "Value over maximum",
|
|
83
|
-
"invalidEmail": "Invalid email",
|
|
84
|
-
"invalidPhoneNumber": "Invalid phone number",
|
|
85
|
-
"min": "Minimum value: {{value}}",
|
|
86
|
-
"max": "Maximum value: {{value}}",
|
|
87
|
-
"length": "Length must not exceed {{value}} characters.",
|
|
88
|
-
"identicalPassword": "Same passwords",
|
|
89
|
-
"minimumCharacters": "Minimum 13 characters",
|
|
90
|
-
"minimumNumeric": "Minimum 1 numbers (0-9)",
|
|
91
|
-
"minimumSpecialCharacter": "Minimum 1 special character (!, @, $, ...)",
|
|
92
|
-
"minimumUpperAndLowercase": "Minimum 1 uppercase et 1 lowercase (A, z)"
|
|
93
|
-
},
|
|
94
|
-
"passwordEdition" : {
|
|
95
|
-
"passwordSelection": "Please choose a password.",
|
|
96
|
-
"password": "Password",
|
|
97
|
-
"passwordConfirmation": "Password confirmation",
|
|
98
|
-
"minimumCharacters": "Minimum 13 characters",
|
|
99
|
-
"minimumOneNumeric": "Minimum 1 number (0-9)",
|
|
100
|
-
"minimumOneSpecialCharacter": "Minimum 1 special character (!, @, $, etc.)",
|
|
101
|
-
"needLowerAndUppercase": "Minimum 1 uppercase and 1 lowercase (A, z)",
|
|
102
|
-
"equalPasswords": "Same passwords"
|
|
103
|
-
}
|
|
104
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"material": {
|
|
3
|
+
"ok": "Ok",
|
|
4
|
+
"apply": "Apply",
|
|
5
|
+
"cancel": "Cancel",
|
|
6
|
+
"clear": "Clear",
|
|
7
|
+
"description": "The \"@cauca-911/material\" library add many visual component",
|
|
8
|
+
"select": "Select",
|
|
9
|
+
"dialogTitle": "Data acquisition",
|
|
10
|
+
"dialogMessage": "Data acquisition in progress <img src=\"/assets/images/loading.gif\" alt=\"\" width=\"20\" />",
|
|
11
|
+
"version": "Version",
|
|
12
|
+
"refresh": "Refresh"
|
|
13
|
+
},
|
|
14
|
+
"ok": "Ok",
|
|
15
|
+
"apply": "Apply",
|
|
16
|
+
"cancel": "Cancel",
|
|
17
|
+
"clear": "Clear",
|
|
18
|
+
"description": "The \"@cauca-911/material\" library add many visual component",
|
|
19
|
+
"select": "Select",
|
|
20
|
+
"dialogTitle": "Data acquisition",
|
|
21
|
+
"dialogMessage": "Data acquisition in progress <img src=\"/assets/images/loading.gif\" alt=\"\" width=\"20\" />",
|
|
22
|
+
"version": "Version",
|
|
23
|
+
"refresh": "Refresh",
|
|
24
|
+
"close": "Close",
|
|
25
|
+
"copyLink": "Copy link",
|
|
26
|
+
"logout": "Logout",
|
|
27
|
+
"search": "Search",
|
|
28
|
+
"en": "English",
|
|
29
|
+
"fr": "French",
|
|
30
|
+
"or": "OR",
|
|
31
|
+
"errorTitle": "Error",
|
|
32
|
+
"edit": "Edit",
|
|
33
|
+
"delete": "Delete",
|
|
34
|
+
"save": "Save",
|
|
35
|
+
"yes": "Yes",
|
|
36
|
+
"no": "No",
|
|
37
|
+
"dateRangeSelectorLabel": "Dates",
|
|
38
|
+
"errorDialog": {
|
|
39
|
+
"titleError": "Deletion Error",
|
|
40
|
+
"messageError": "An error occurred while deleting \"{{itemName}}\". Please try again later."
|
|
41
|
+
},
|
|
42
|
+
"savingSuccessNotification": {
|
|
43
|
+
"title": "Saving",
|
|
44
|
+
"message": "The save was successful."
|
|
45
|
+
},
|
|
46
|
+
"deleteDialog": {
|
|
47
|
+
"titleFemale": "Delete {{itemType}}",
|
|
48
|
+
"titleMale": "Delete {{itemType}}",
|
|
49
|
+
"message": "Are you sure you want to delete \"{{itemName}}\"?",
|
|
50
|
+
"titleError": "Unable to delete",
|
|
51
|
+
"messageError": "An error occurred while deleting the item \"{{itemName}}\""
|
|
52
|
+
},
|
|
53
|
+
"cancelEditionDialog": {
|
|
54
|
+
"title": "Cancel confirmation",
|
|
55
|
+
"message": "You have unsaved changes, are you sure you want to undo them ?"
|
|
56
|
+
},
|
|
57
|
+
"validationErrorDialog": {
|
|
58
|
+
"title": "Invalid data",
|
|
59
|
+
"message": "You cannot save because you have invalid information.",
|
|
60
|
+
"messageNext": "You cannot continue because you have invalid information."
|
|
61
|
+
},
|
|
62
|
+
"alertDialog": {
|
|
63
|
+
"errorTitle": "Error",
|
|
64
|
+
"noResult": "No results",
|
|
65
|
+
"deleteErrorMessage": "An error has occured while deleting item, please try again.",
|
|
66
|
+
"genericErrorMessage": "An error has occured, please try again.",
|
|
67
|
+
"saveErrorMessage": "An error has occured while saving data, please try again.",
|
|
68
|
+
"loadErrorMessage": "An error has occured while loading data, please try again."
|
|
69
|
+
},
|
|
70
|
+
"generalError": {
|
|
71
|
+
"errorAlertTitle": "Error",
|
|
72
|
+
"loadingErrorAlertTitle": "Loading error",
|
|
73
|
+
"loadingErrorAlertMessage": "An alert has occured while loading date. Please try again.",
|
|
74
|
+
"savingErrorAlertTitle": "Saving error",
|
|
75
|
+
"savingErrorAlertMessage": "An alert has occured while saving date. Please try again.",
|
|
76
|
+
"retryButtonLabel": "Retry"
|
|
77
|
+
},
|
|
78
|
+
"error": {
|
|
79
|
+
"requiredField": "Required field.",
|
|
80
|
+
"maxLength": "Value must have less than {{value}} characters.",
|
|
81
|
+
"valueMin": "Value below minimum",
|
|
82
|
+
"valueMax": "Value over maximum",
|
|
83
|
+
"invalidEmail": "Invalid email",
|
|
84
|
+
"invalidPhoneNumber": "Invalid phone number",
|
|
85
|
+
"min": "Minimum value: {{value}}",
|
|
86
|
+
"max": "Maximum value: {{value}}",
|
|
87
|
+
"length": "Length must not exceed {{value}} characters.",
|
|
88
|
+
"identicalPassword": "Same passwords",
|
|
89
|
+
"minimumCharacters": "Minimum 13 characters",
|
|
90
|
+
"minimumNumeric": "Minimum 1 numbers (0-9)",
|
|
91
|
+
"minimumSpecialCharacter": "Minimum 1 special character (!, @, $, ...)",
|
|
92
|
+
"minimumUpperAndLowercase": "Minimum 1 uppercase et 1 lowercase (A, z)"
|
|
93
|
+
},
|
|
94
|
+
"passwordEdition" : {
|
|
95
|
+
"passwordSelection": "Please choose a password.",
|
|
96
|
+
"password": "Password",
|
|
97
|
+
"passwordConfirmation": "Password confirmation",
|
|
98
|
+
"minimumCharacters": "Minimum 13 characters",
|
|
99
|
+
"minimumOneNumeric": "Minimum 1 number (0-9)",
|
|
100
|
+
"minimumOneSpecialCharacter": "Minimum 1 special character (!, @, $, etc.)",
|
|
101
|
+
"needLowerAndUppercase": "Minimum 1 uppercase and 1 lowercase (A, z)",
|
|
102
|
+
"equalPasswords": "Same passwords"
|
|
103
|
+
}
|
|
104
|
+
}
|
|
@@ -1,104 +1,104 @@
|
|
|
1
|
-
{
|
|
2
|
-
"material": {
|
|
3
|
-
"ok": "Ok",
|
|
4
|
-
"apply": "Aplicar",
|
|
5
|
-
"cancel": "Cancelar",
|
|
6
|
-
"clear": "Claro",
|
|
7
|
-
"description": "La librería \"@cauca-911/material\" agrega componentes basados en @angular/material",
|
|
8
|
-
"select": "Para seleccionar",
|
|
9
|
-
"dialogTitle": "Adquisición de datos",
|
|
10
|
-
"dialogMessage": "Adquisición de datos en curso <img src=\"/assets/images/loading.gif\" alt=\"\" width=\"20\" />",
|
|
11
|
-
"version": "Versión",
|
|
12
|
-
"refresh": "Actualizar"
|
|
13
|
-
},
|
|
14
|
-
"ok": "Ok",
|
|
15
|
-
"apply": "Aplicar",
|
|
16
|
-
"cancel": "Cancelar",
|
|
17
|
-
"clear": "Claro",
|
|
18
|
-
"description": "La librería \"@cauca-911/material\" agrega muchos componentes visuales",
|
|
19
|
-
"select": "Seleccionar",
|
|
20
|
-
"dialogTitle": "Adquisición de datos",
|
|
21
|
-
"dialogMessage": "Adquisición de datos en curso <img src=\"/assets/images/loading.gif\" alt=\"\" width=\"20\" />",
|
|
22
|
-
"version": "Versión",
|
|
23
|
-
"refresh": "Actualizar",
|
|
24
|
-
"close": "Cerrar",
|
|
25
|
-
"copyLink": "Copiar enlace",
|
|
26
|
-
"logout": "Cerrar sesión",
|
|
27
|
-
"search": "Buscar",
|
|
28
|
-
"en": "Inglés",
|
|
29
|
-
"fr": "Francés",
|
|
30
|
-
"or": "O",
|
|
31
|
-
"errorTitle": "Error",
|
|
32
|
-
"edit": "Editar",
|
|
33
|
-
"delete": "Eliminar",
|
|
34
|
-
"save": "Guardar",
|
|
35
|
-
"yes": "Sí",
|
|
36
|
-
"no": "No",
|
|
37
|
-
"dateRangeSelectorLabel": "Fechas",
|
|
38
|
-
"errorDialog": {
|
|
39
|
-
"titleError": "Error al eliminar",
|
|
40
|
-
"messageError": "Ocurrió un error al eliminar \"{{itemName}}\". Por favor, inténtalo de nuevo más tarde."
|
|
41
|
-
},
|
|
42
|
-
"savingSuccessNotification": {
|
|
43
|
-
"title": "Guardando",
|
|
44
|
-
"message": "El guardado fue exitoso."
|
|
45
|
-
},
|
|
46
|
-
"deleteDialog": {
|
|
47
|
-
"titleFemale": "Eliminar {{itemType}}",
|
|
48
|
-
"titleMale": "Eliminar {{itemType}}",
|
|
49
|
-
"message": "¿Está seguro que desea eliminar \"{{itemName}}\"?",
|
|
50
|
-
"titleError": "No se puede eliminar",
|
|
51
|
-
"messageError": "Ocurrió un error al eliminar el elemento \"{{itemName}}\""
|
|
52
|
-
},
|
|
53
|
-
"cancelEditionDialog": {
|
|
54
|
-
"title": "Confirmación de cancelación",
|
|
55
|
-
"message": "Tiene cambios sin guardar, ¿está seguro que desea deshacerlos?"
|
|
56
|
-
},
|
|
57
|
-
"validationErrorDialog": {
|
|
58
|
-
"title": "Datos inválidos",
|
|
59
|
-
"message": "No puede guardar porque tiene información inválida.",
|
|
60
|
-
"messageNext": "No puede continuar porque tiene información inválida."
|
|
61
|
-
},
|
|
62
|
-
"alertDialog": {
|
|
63
|
-
"errorTitle": "Error",
|
|
64
|
-
"noResult": "Sin resultados",
|
|
65
|
-
"deleteErrorMessage": "Ocurrió un error al eliminar el elemento, por favor intente de nuevo.",
|
|
66
|
-
"genericErrorMessage": "Ocurrió un error, por favor intente de nuevo.",
|
|
67
|
-
"saveErrorMessage": "Ocurrió un error al guardar los datos, por favor intente de nuevo.",
|
|
68
|
-
"loadErrorMessage": "Ocurrió un error al cargar los datos, por favor intente de nuevo."
|
|
69
|
-
},
|
|
70
|
-
"generalError": {
|
|
71
|
-
"errorAlertTitle": "Error",
|
|
72
|
-
"loadingErrorAlertTitle": "Error al cargar",
|
|
73
|
-
"loadingErrorAlertMessage": "Ocurrió una alerta al cargar los datos. Por favor intente de nuevo.",
|
|
74
|
-
"savingErrorAlertTitle": "Error al guardar",
|
|
75
|
-
"savingErrorAlertMessage": "Ocurrió una alerta al guardar los datos. Por favor intente de nuevo.",
|
|
76
|
-
"retryButtonLabel": "Reintentar"
|
|
77
|
-
},
|
|
78
|
-
"error": {
|
|
79
|
-
"requiredField": "Campo obligatorio.",
|
|
80
|
-
"maxLength": "El valor debe tener menos de {{value}} caracteres.",
|
|
81
|
-
"valueMin": "Valor por debajo del mínimo",
|
|
82
|
-
"valueMax": "Valor por encima del máximo",
|
|
83
|
-
"invalidEmail": "Correo electrónico inválido",
|
|
84
|
-
"invalidPhoneNumber": "Número de teléfono inválido",
|
|
85
|
-
"min": "Valor mínimo: {{value}}",
|
|
86
|
-
"max": "Valor máximo: {{value}}",
|
|
87
|
-
"length": "La longitud no debe exceder {{value}} caracteres.",
|
|
88
|
-
"identicalPassword": "Contraseñas iguales",
|
|
89
|
-
"minimumCharacters": "Mínimo 13 caracteres",
|
|
90
|
-
"minimumNumeric": "Mínimo 1 número (0-9)",
|
|
91
|
-
"minimumSpecialCharacter": "Mínimo 1 carácter especial (!, @, $, ...)",
|
|
92
|
-
"minimumUpperAndLowercase": "Mínimo 1 mayúscula y 1 minúscula (A, z)"
|
|
93
|
-
},
|
|
94
|
-
"passwordEdition": {
|
|
95
|
-
"passwordSelection": "Por favor, elija una contraseña.",
|
|
96
|
-
"password": "Contraseña",
|
|
97
|
-
"passwordConfirmation": "Confirmación de contraseña",
|
|
98
|
-
"minimumCharacters": "Mínimo 13 caracteres",
|
|
99
|
-
"minimumOneNumeric": "Mínimo 1 número (0-9)",
|
|
100
|
-
"minimumOneSpecialCharacter": "Mínimo 1 carácter especial (!, @, $, etc.)",
|
|
101
|
-
"needLowerAndUppercase": "Mínimo 1 mayúscula y 1 minúscula (A, z)",
|
|
102
|
-
"equalPasswords": "Contraseñas iguales"
|
|
103
|
-
}
|
|
104
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"material": {
|
|
3
|
+
"ok": "Ok",
|
|
4
|
+
"apply": "Aplicar",
|
|
5
|
+
"cancel": "Cancelar",
|
|
6
|
+
"clear": "Claro",
|
|
7
|
+
"description": "La librería \"@cauca-911/material\" agrega componentes basados en @angular/material",
|
|
8
|
+
"select": "Para seleccionar",
|
|
9
|
+
"dialogTitle": "Adquisición de datos",
|
|
10
|
+
"dialogMessage": "Adquisición de datos en curso <img src=\"/assets/images/loading.gif\" alt=\"\" width=\"20\" />",
|
|
11
|
+
"version": "Versión",
|
|
12
|
+
"refresh": "Actualizar"
|
|
13
|
+
},
|
|
14
|
+
"ok": "Ok",
|
|
15
|
+
"apply": "Aplicar",
|
|
16
|
+
"cancel": "Cancelar",
|
|
17
|
+
"clear": "Claro",
|
|
18
|
+
"description": "La librería \"@cauca-911/material\" agrega muchos componentes visuales",
|
|
19
|
+
"select": "Seleccionar",
|
|
20
|
+
"dialogTitle": "Adquisición de datos",
|
|
21
|
+
"dialogMessage": "Adquisición de datos en curso <img src=\"/assets/images/loading.gif\" alt=\"\" width=\"20\" />",
|
|
22
|
+
"version": "Versión",
|
|
23
|
+
"refresh": "Actualizar",
|
|
24
|
+
"close": "Cerrar",
|
|
25
|
+
"copyLink": "Copiar enlace",
|
|
26
|
+
"logout": "Cerrar sesión",
|
|
27
|
+
"search": "Buscar",
|
|
28
|
+
"en": "Inglés",
|
|
29
|
+
"fr": "Francés",
|
|
30
|
+
"or": "O",
|
|
31
|
+
"errorTitle": "Error",
|
|
32
|
+
"edit": "Editar",
|
|
33
|
+
"delete": "Eliminar",
|
|
34
|
+
"save": "Guardar",
|
|
35
|
+
"yes": "Sí",
|
|
36
|
+
"no": "No",
|
|
37
|
+
"dateRangeSelectorLabel": "Fechas",
|
|
38
|
+
"errorDialog": {
|
|
39
|
+
"titleError": "Error al eliminar",
|
|
40
|
+
"messageError": "Ocurrió un error al eliminar \"{{itemName}}\". Por favor, inténtalo de nuevo más tarde."
|
|
41
|
+
},
|
|
42
|
+
"savingSuccessNotification": {
|
|
43
|
+
"title": "Guardando",
|
|
44
|
+
"message": "El guardado fue exitoso."
|
|
45
|
+
},
|
|
46
|
+
"deleteDialog": {
|
|
47
|
+
"titleFemale": "Eliminar {{itemType}}",
|
|
48
|
+
"titleMale": "Eliminar {{itemType}}",
|
|
49
|
+
"message": "¿Está seguro que desea eliminar \"{{itemName}}\"?",
|
|
50
|
+
"titleError": "No se puede eliminar",
|
|
51
|
+
"messageError": "Ocurrió un error al eliminar el elemento \"{{itemName}}\""
|
|
52
|
+
},
|
|
53
|
+
"cancelEditionDialog": {
|
|
54
|
+
"title": "Confirmación de cancelación",
|
|
55
|
+
"message": "Tiene cambios sin guardar, ¿está seguro que desea deshacerlos?"
|
|
56
|
+
},
|
|
57
|
+
"validationErrorDialog": {
|
|
58
|
+
"title": "Datos inválidos",
|
|
59
|
+
"message": "No puede guardar porque tiene información inválida.",
|
|
60
|
+
"messageNext": "No puede continuar porque tiene información inválida."
|
|
61
|
+
},
|
|
62
|
+
"alertDialog": {
|
|
63
|
+
"errorTitle": "Error",
|
|
64
|
+
"noResult": "Sin resultados",
|
|
65
|
+
"deleteErrorMessage": "Ocurrió un error al eliminar el elemento, por favor intente de nuevo.",
|
|
66
|
+
"genericErrorMessage": "Ocurrió un error, por favor intente de nuevo.",
|
|
67
|
+
"saveErrorMessage": "Ocurrió un error al guardar los datos, por favor intente de nuevo.",
|
|
68
|
+
"loadErrorMessage": "Ocurrió un error al cargar los datos, por favor intente de nuevo."
|
|
69
|
+
},
|
|
70
|
+
"generalError": {
|
|
71
|
+
"errorAlertTitle": "Error",
|
|
72
|
+
"loadingErrorAlertTitle": "Error al cargar",
|
|
73
|
+
"loadingErrorAlertMessage": "Ocurrió una alerta al cargar los datos. Por favor intente de nuevo.",
|
|
74
|
+
"savingErrorAlertTitle": "Error al guardar",
|
|
75
|
+
"savingErrorAlertMessage": "Ocurrió una alerta al guardar los datos. Por favor intente de nuevo.",
|
|
76
|
+
"retryButtonLabel": "Reintentar"
|
|
77
|
+
},
|
|
78
|
+
"error": {
|
|
79
|
+
"requiredField": "Campo obligatorio.",
|
|
80
|
+
"maxLength": "El valor debe tener menos de {{value}} caracteres.",
|
|
81
|
+
"valueMin": "Valor por debajo del mínimo",
|
|
82
|
+
"valueMax": "Valor por encima del máximo",
|
|
83
|
+
"invalidEmail": "Correo electrónico inválido",
|
|
84
|
+
"invalidPhoneNumber": "Número de teléfono inválido",
|
|
85
|
+
"min": "Valor mínimo: {{value}}",
|
|
86
|
+
"max": "Valor máximo: {{value}}",
|
|
87
|
+
"length": "La longitud no debe exceder {{value}} caracteres.",
|
|
88
|
+
"identicalPassword": "Contraseñas iguales",
|
|
89
|
+
"minimumCharacters": "Mínimo 13 caracteres",
|
|
90
|
+
"minimumNumeric": "Mínimo 1 número (0-9)",
|
|
91
|
+
"minimumSpecialCharacter": "Mínimo 1 carácter especial (!, @, $, ...)",
|
|
92
|
+
"minimumUpperAndLowercase": "Mínimo 1 mayúscula y 1 minúscula (A, z)"
|
|
93
|
+
},
|
|
94
|
+
"passwordEdition": {
|
|
95
|
+
"passwordSelection": "Por favor, elija una contraseña.",
|
|
96
|
+
"password": "Contraseña",
|
|
97
|
+
"passwordConfirmation": "Confirmación de contraseña",
|
|
98
|
+
"minimumCharacters": "Mínimo 13 caracteres",
|
|
99
|
+
"minimumOneNumeric": "Mínimo 1 número (0-9)",
|
|
100
|
+
"minimumOneSpecialCharacter": "Mínimo 1 carácter especial (!, @, $, etc.)",
|
|
101
|
+
"needLowerAndUppercase": "Mínimo 1 mayúscula y 1 minúscula (A, z)",
|
|
102
|
+
"equalPasswords": "Contraseñas iguales"
|
|
103
|
+
}
|
|
104
|
+
}
|