@pepperi-addons/ngx-lib 0.4.2-beta.31 → 0.4.2-beta.310
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/README.md +35 -0
- package/address/address.component.d.ts +9 -2
- package/attachment/attachment.component.d.ts +3 -1
- package/carousel/carousel.component.d.ts +3 -2
- package/checkbox/checkbox.component.d.ts +8 -1
- package/chips/chips.component.d.ts +4 -7
- package/chips/chips.service.d.ts +0 -3
- package/core/common/directives/base-destroyer.directive.d.ts +10 -0
- package/core/common/directives/public-api.d.ts +1 -0
- package/core/common/pipes/common-pipes.d.ts +5 -2
- package/core/common/services/addon.service.d.ts +6 -4
- package/core/common/services/file.service.d.ts +7 -2
- package/core/common/services/session.service.d.ts +2 -0
- package/core/common/services/utilities.service.d.ts +4 -4
- package/core/customization/customization.model.d.ts +4 -1
- package/core/customization/customization.service.d.ts +4 -0
- package/date/date.component.d.ts +4 -2
- package/draggable-items/draggable-item/draggable-item.component.d.ts +16 -2
- package/draggable-items/draggable-items.component.d.ts +3 -6
- package/draggable-items/draggable-items.module.d.ts +4 -3
- package/elements/README.md +256 -0
- package/esm2020/address/address.component.mjs +93 -5
- package/esm2020/assets/i18n/ar.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/de.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/en.ngx-lib.json +186 -0
- package/esm2020/assets/i18n/es.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/fr.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/he.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/hu.ngx-lib.json +79 -0
- package/esm2020/assets/i18n/it.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/ja.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/nl.ngx-lib.json +79 -0
- package/esm2020/assets/i18n/pl.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/pt.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/ru.ngx-lib.json +79 -0
- package/esm2020/assets/i18n/sr.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/zh.ngx-lib.json +180 -0
- package/esm2020/attachment/attachment.component.mjs +16 -6
- package/esm2020/carousel/carousel.component.mjs +14 -4
- package/esm2020/checkbox/checkbox.component.mjs +37 -3
- package/esm2020/chips/chips.component.mjs +11 -16
- package/esm2020/chips/chips.service.mjs +2 -11
- package/esm2020/color/color-picker.component.mjs +3 -3
- package/esm2020/color/color.component.mjs +3 -3
- package/esm2020/core/common/directives/base-destroyer.directive.mjs +22 -0
- package/esm2020/core/common/directives/public-api.mjs +2 -1
- package/esm2020/core/common/pipes/common-pipes.mjs +18 -8
- package/esm2020/core/common/services/addon.service.mjs +31 -7
- package/esm2020/core/common/services/data-convertor.service.mjs +3 -3
- package/esm2020/core/common/services/file.service.mjs +57 -20
- package/esm2020/core/common/services/session.service.mjs +5 -1
- package/esm2020/core/common/services/utilities.service.mjs +7 -7
- package/esm2020/core/customization/customization.model.mjs +46 -10
- package/esm2020/core/customization/customization.service.mjs +29 -1
- package/esm2020/core/http/services/http.service.mjs +17 -8
- package/esm2020/core/http/services/loader.service.mjs +3 -3
- package/esm2020/date/date.component.mjs +35 -13
- package/esm2020/dialog/dialog.component.mjs +3 -3
- package/esm2020/draggable-items/draggable-item/draggable-item.component.mjs +44 -4
- package/esm2020/draggable-items/draggable-items.component.mjs +7 -15
- package/esm2020/draggable-items/draggable-items.module.mjs +5 -1
- package/esm2020/field-title/field-title.component.mjs +6 -3
- package/esm2020/files-uploader/files-uploader.component.mjs +23 -32
- package/esm2020/form/field-generator.component.mjs +3 -3
- package/esm2020/form/form.component.mjs +7 -4
- package/esm2020/form/internal-button.component.mjs +2 -2
- package/esm2020/form/internal-carusel.component.mjs +10 -6
- package/esm2020/form/internal-field-generator.component.mjs +3 -3
- package/esm2020/form/internal-form.component.mjs +5 -3
- package/esm2020/form/internal-list.component.mjs +2 -2
- package/esm2020/form/internal-menu.component.mjs +4 -6
- package/esm2020/form/internal-page.component.mjs +3 -4
- package/esm2020/group-buttons/group-buttons.component.mjs +2 -2
- package/esm2020/icon/icon.component.mjs +36 -6
- package/esm2020/icon/icon.service.mjs +5 -1
- package/esm2020/image/image.component.mjs +15 -3
- package/esm2020/image/image.service.mjs +2 -4
- package/esm2020/images-filmstrip/images-filmstrip.component.mjs +99 -25
- package/esm2020/json-editor/json-editor.component.mjs +288 -0
- package/esm2020/json-editor/json-editor.module.mjs +83 -0
- package/esm2020/json-editor/json-tree-node.component.mjs +32 -0
- package/esm2020/json-editor/pepperi-addons-ngx-lib-json-editor.mjs +5 -0
- package/esm2020/json-editor/public-api.mjs +6 -0
- package/esm2020/lib/i18n/embedded-i18n.mjs +33 -0
- package/esm2020/link/link.component.mjs +25 -4
- package/esm2020/list/list-actions.component.mjs +1 -1
- package/esm2020/list/list-chooser.component.mjs +1 -1
- package/esm2020/list/list-pager.component.mjs +1 -1
- package/esm2020/list/list-sorting.component.mjs +1 -1
- package/esm2020/list/list-total.component.mjs +6 -3
- package/esm2020/list/list-views.component.mjs +1 -1
- package/esm2020/list/list.component.mjs +230 -37
- package/esm2020/list/list.model.mjs +1 -1
- package/esm2020/menu/menu-item.component.mjs +3 -3
- package/esm2020/menu/menu.component.mjs +6 -3
- package/esm2020/menu/menu.model.mjs +2 -1
- package/esm2020/page-layout/page-layout.component.mjs +28 -7
- package/esm2020/profile-data-views-list/profile-data-view/profile-data-view.component.mjs +1 -1
- package/esm2020/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.mjs +25 -9
- package/esm2020/profile-data-views-list/profile-data-views-list.component.mjs +58 -26
- package/esm2020/profile-data-views-list/profile-data-views-list.model.mjs +1 -1
- package/esm2020/public-api.mjs +2 -1
- package/esm2020/quantity-selector/quantity-selector.component.mjs +67 -33
- package/esm2020/query-builder/common/model/legacy.mjs +1 -1
- package/esm2020/query-builder/common/model/operator.mjs +73 -63
- package/esm2020/query-builder/common/services/output-query.service.mjs +5 -3
- package/esm2020/query-builder/common/services/query-structure.service.mjs +34 -2
- package/esm2020/query-builder/query-builder-item/query-builder-item.component.mjs +14 -12
- package/esm2020/query-builder/query-builder-section/query-builder-section.component.mjs +3 -3
- package/esm2020/query-builder/query-builder.module.mjs +14 -3
- package/esm2020/query-builder/query-builder.service.mjs +2 -2
- package/esm2020/remote-loader/addon-block-loader.component.mjs +26 -16
- package/esm2020/remote-loader/addon-block-loader.service.mjs +5 -2
- package/esm2020/remote-loader/remote-loader-element.component.mjs +81 -27
- package/esm2020/remote-loader/remote-loader.component.mjs +1 -3
- package/esm2020/remote-loader/remote-loader.model.mjs +1 -1
- package/esm2020/remote-loader/remote-loader.service.mjs +49 -26
- package/esm2020/reset-configuration-field/pepperi-addons-ngx-lib-reset-configuration-field.mjs +5 -0
- package/esm2020/reset-configuration-field/public-api.mjs +3 -0
- package/esm2020/reset-configuration-field/reset-configuration-field.component.mjs +55 -0
- package/esm2020/reset-configuration-field/reset-configuration-field.module.mjs +36 -0
- package/esm2020/rich-html-textarea/rich-html-textarea.component.mjs +19 -3
- package/esm2020/search/search.component.mjs +43 -16
- package/esm2020/select/select.component.mjs +124 -53
- package/esm2020/select-panel/select-panel.component.mjs +4 -6
- package/esm2020/side-bar/side-bar.component.mjs +18 -4
- package/esm2020/signature/public-api.mjs +2 -1
- package/esm2020/signature/signature-dialog.component.mjs +79 -0
- package/esm2020/signature/signature.component.mjs +84 -68
- package/esm2020/signature/signature.module.mjs +6 -5
- package/esm2020/size-detector/size-detector.component.mjs +16 -6
- package/esm2020/skeleton-loader/public-api.mjs +2 -2
- package/esm2020/skeleton-loader/skeleton-loader.component.mjs +33 -9
- package/esm2020/slider/slider.component.mjs +2 -2
- package/esm2020/smart-filters/boolean-filter/boolean-filter.component.mjs +1 -1
- package/esm2020/smart-filters/common/model/base-filter-component.mjs +5 -11
- package/esm2020/smart-filters/common/model/operator.mjs +15 -6
- package/esm2020/smart-filters/common/model/type.mjs +1 -1
- package/esm2020/smart-filters/date-filter/date-filter.component.mjs +1 -1
- package/esm2020/smart-filters/multi-select-filter/multi-select-filter.component.mjs +3 -3
- package/esm2020/smart-filters/number-filter/number-filter.component.mjs +3 -3
- package/esm2020/smart-filters/smart-filters.component.mjs +2 -2
- package/esm2020/smart-filters/text-filter/text-filter.component.mjs +27 -7
- package/esm2020/snack-bar/snack-bar.component.mjs +19 -4
- package/esm2020/textarea/textarea.component.mjs +12 -3
- package/esm2020/textbox/textbox-validation.directive.mjs +2 -4
- package/esm2020/textbox/textbox.component.mjs +85 -10
- package/esm2020/textbox-icon/textbox-icon.component.mjs +3 -3
- package/esm2020/top-bar/top-bar.component.mjs +26 -15
- package/fesm2015/pepperi-addons-ngx-lib-address.mjs +92 -5
- package/fesm2015/pepperi-addons-ngx-lib-address.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs +15 -5
- package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs +13 -3
- package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs +37 -2
- package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-chips.mjs +11 -25
- package/fesm2015/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-color.mjs +4 -4
- package/fesm2015/pepperi-addons-ngx-lib-color.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-date.mjs +35 -12
- package/fesm2015/pepperi-addons-ngx-lib-date.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs +54 -19
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs +5 -2
- package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs +22 -31
- package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs +31 -25
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-icon.mjs +40 -5
- package/fesm2015/pepperi-addons-ngx-lib-icon.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-image.mjs +15 -5
- package/fesm2015/pepperi-addons-ngx-lib-image.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs +101 -24
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-json-editor.mjs +407 -0
- package/fesm2015/pepperi-addons-ngx-lib-json-editor.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-link.mjs +24 -3
- package/fesm2015/pepperi-addons-ngx-lib-link.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs +241 -43
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-menu.mjs +8 -4
- package/fesm2015/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs +27 -6
- package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs +81 -33
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs +66 -31
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs +140 -81
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs +169 -83
- package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-reset-configuration-field.mjs +95 -0
- package/fesm2015/pepperi-addons-ngx-lib-reset-configuration-field.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs +18 -2
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-search.mjs +45 -15
- package/fesm2015/pepperi-addons-ngx-lib-search.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs +3 -5
- package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs +123 -51
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs +17 -3
- package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-signature.mjs +173 -81
- package/fesm2015/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs +15 -5
- package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs +33 -9
- package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-slider.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-slider.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs +53 -30
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs +18 -3
- package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs +11 -2
- package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs +87 -12
- package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs +26 -15
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib.mjs +3420 -577
- package/fesm2015/pepperi-addons-ngx-lib.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-address.mjs +92 -5
- package/fesm2020/pepperi-addons-ngx-lib-address.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs +15 -5
- package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs +13 -3
- package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs +36 -2
- package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-chips.mjs +11 -25
- package/fesm2020/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-color.mjs +4 -4
- package/fesm2020/pepperi-addons-ngx-lib-color.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-date.mjs +34 -12
- package/fesm2020/pepperi-addons-ngx-lib-date.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs +54 -19
- package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs +5 -2
- package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs +22 -31
- package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs +31 -25
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-icon.mjs +39 -5
- package/fesm2020/pepperi-addons-ngx-lib-icon.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-image.mjs +15 -5
- package/fesm2020/pepperi-addons-ngx-lib-image.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs +98 -24
- package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-json-editor.mjs +403 -0
- package/fesm2020/pepperi-addons-ngx-lib-json-editor.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-link.mjs +24 -3
- package/fesm2020/pepperi-addons-ngx-lib-link.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs +238 -42
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-menu.mjs +8 -4
- package/fesm2020/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs +27 -6
- package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs +81 -33
- package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs +65 -31
- package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs +136 -80
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs +157 -69
- package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-reset-configuration-field.mjs +95 -0
- package/fesm2020/pepperi-addons-ngx-lib-reset-configuration-field.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs +18 -2
- package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-search.mjs +42 -15
- package/fesm2020/pepperi-addons-ngx-lib-search.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs +3 -5
- package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs +122 -51
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs +17 -3
- package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-signature.mjs +169 -81
- package/fesm2020/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs +15 -5
- package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs +33 -9
- package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-slider.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-slider.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs +53 -30
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs +18 -3
- package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs +11 -2
- package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs +85 -12
- package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs +25 -14
- package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib.mjs +3416 -574
- package/fesm2020/pepperi-addons-ngx-lib.mjs.map +1 -1
- package/field-title/field-title.component.d.ts +2 -1
- package/files-uploader/files-uploader.component.d.ts +4 -2
- package/form/internal-carusel.component.d.ts +1 -0
- package/form/internal-menu.component.d.ts +1 -2
- package/icon/icon.component.d.ts +4 -0
- package/image/image.component.d.ts +3 -1
- package/images-filmstrip/images-filmstrip.component.d.ts +24 -8
- package/json-editor/index.d.ts +5 -0
- package/json-editor/json-editor.component.d.ts +75 -0
- package/json-editor/json-editor.component.theme.scss +5 -0
- package/json-editor/json-editor.module.d.ts +24 -0
- package/json-editor/json-tree-node.component.d.ts +18 -0
- package/json-editor/public-api.d.ts +2 -0
- package/lib/i18n/embedded-i18n.d.ts +1 -0
- package/link/link.component.d.ts +7 -2
- package/list/list-total.component.d.ts +2 -1
- package/list/list.component.d.ts +21 -5
- package/list/list.model.d.ts +2 -1
- package/menu/menu.component.d.ts +2 -1
- package/menu/menu.model.d.ts +1 -0
- package/package.json +18 -2
- package/page-layout/page-layout.component.d.ts +8 -2
- package/profile-data-views-list/profile-data-view/profile-data-view.component.d.ts +3 -3
- package/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.d.ts +5 -4
- package/profile-data-views-list/profile-data-views-list.component.d.ts +13 -10
- package/profile-data-views-list/profile-data-views-list.model.d.ts +8 -0
- package/public-api.d.ts +1 -0
- package/quantity-selector/quantity-selector.component.d.ts +9 -9
- package/query-builder/common/model/legacy.d.ts +2 -0
- package/query-builder/common/model/operator.d.ts +11 -1
- package/query-builder/common/services/query-structure.service.d.ts +1 -0
- package/query-builder/query-builder-item/query-builder-item.component.d.ts +3 -1
- package/query-builder/query-builder.module.d.ts +7 -3
- package/remote-loader/addon-block-loader.component.d.ts +4 -2
- package/remote-loader/remote-loader-element.component.d.ts +8 -1
- package/remote-loader/remote-loader.model.d.ts +1 -0
- package/remote-loader/remote-loader.service.d.ts +3 -1
- package/reset-configuration-field/index.d.ts +5 -0
- package/reset-configuration-field/public-api.d.ts +2 -0
- package/reset-configuration-field/reset-configuration-field.component.d.ts +23 -0
- package/reset-configuration-field/reset-configuration-field.module.d.ts +12 -0
- package/rich-html-textarea/rich-html-textarea.component.d.ts +4 -1
- package/rich-html-textarea/rich-html-textarea.component.theme.scss +4 -2
- package/search/search.component.d.ts +9 -3
- package/select/select.component.d.ts +18 -2
- package/select-panel/select-panel.component.d.ts +1 -2
- package/side-bar/side-bar.component.d.ts +4 -1
- package/signature/public-api.d.ts +1 -0
- package/signature/signature-dialog.component.d.ts +29 -0
- package/signature/signature.component.d.ts +3 -13
- package/signature/signature.module.d.ts +16 -15
- package/size-detector/size-detector.component.d.ts +6 -3
- package/skeleton-loader/skeleton-loader.component.d.ts +15 -7
- package/slider/slider.component.theme.scss +4 -0
- package/smart-filters/boolean-filter/boolean-filter.component.d.ts +3 -0
- package/smart-filters/common/model/base-filter-component.d.ts +2 -4
- package/smart-filters/common/model/operator.d.ts +3 -0
- package/smart-filters/common/model/type.d.ts +1 -1
- package/smart-filters/date-filter/date-filter.component.d.ts +3 -0
- package/smart-filters/multi-select-filter/multi-select-filter.component.d.ts +3 -0
- package/smart-filters/number-filter/number-filter.component.d.ts +3 -0
- package/smart-filters/text-filter/text-filter.component.d.ts +4 -0
- package/snack-bar/snack-bar.component.d.ts +9 -4
- package/src/assets/i18n/ar.ngx-lib.json +180 -0
- package/src/assets/i18n/de.ngx-lib.json +106 -4
- package/src/assets/i18n/en.ngx-lib.json +14 -3
- package/src/assets/i18n/es.ngx-lib.json +113 -11
- package/src/assets/i18n/fr.ngx-lib.json +105 -4
- package/src/assets/i18n/he.ngx-lib.json +105 -4
- package/src/assets/i18n/it.ngx-lib.json +114 -13
- package/src/assets/i18n/ja.ngx-lib.json +105 -4
- package/src/assets/i18n/pl.ngx-lib.json +105 -4
- package/src/assets/i18n/pt.ngx-lib.json +105 -4
- package/src/assets/i18n/sr.ngx-lib.json +180 -0
- package/src/assets/i18n/zh.ngx-lib.json +105 -2
- package/src/core/style/abstracts/mixins.scss +135 -26
- package/src/core/style/abstracts/variables.scss +10 -1
- package/src/core/style/base/Spacing.stories.mdx +22 -22
- package/src/core/style/base/base.scss +16 -14
- package/src/core/style/base/typography.scss +2 -1
- package/src/core/style/components/button.scss +11 -0
- package/src/core/style/components/checkbox.scss +13 -63
- package/src/core/style/components/file.scss +4 -4
- package/src/core/style/components/general.scss +27 -9
- package/src/core/style/components/textarea.scss +13 -0
- package/textarea/textarea.component.d.ts +2 -1
- package/textbox/textbox.component.d.ts +10 -3
- package/theming.scss +5 -1
- package/top-bar/top-bar.component.d.ts +2 -0
- package/src/assets/images/sail-away.jpg +0 -0
- package/src/core/style/abstracts/AbstractsIntro.stories.mdx +0 -7
|
@@ -33,6 +33,9 @@
|
|
|
33
33
|
"ADD_PROFILE": "Add profile",
|
|
34
34
|
"SELECT_PROFILE_DIALOG_TITLE": "Select profile",
|
|
35
35
|
"SELECT_PROFILE": "Select a profile",
|
|
36
|
+
"IMPORT_PROFILE_DIALOG_TITLE": "Import to {{ profileTitle }}",
|
|
37
|
+
"IMPORT_FROM_PROFILE": "Import from",
|
|
38
|
+
"IMPORT_FROM_PROFILE_DESC": "You can select a profile to copy its configuration to the added profile. Leave this option empty for a default profile hierarchy configuration",
|
|
36
39
|
"DEFAULT_PROFILE": "(Default profile)",
|
|
37
40
|
"NO_FIELDS_ASSIGNED": "No fields were assigned"
|
|
38
41
|
},
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"LESS_THAN_VARIABLE": "Less than (variable)",
|
|
91
94
|
"EQUAL": "Equal",
|
|
92
95
|
"EQUAL_TO_VARIABLE": "Equal to (variable)",
|
|
96
|
+
"IN_VARIABLE": "In (variable)",
|
|
93
97
|
"GREATER_THEN": "Greater than",
|
|
94
98
|
"GREATER_THEN_OR_EQUAL": "Greater than or equal to",
|
|
95
99
|
"GREATER_THAN_VARIABLE": "Greater than (variable)",
|
|
@@ -118,7 +122,12 @@
|
|
|
118
122
|
"DONE": "Done",
|
|
119
123
|
"OK": "Ok",
|
|
120
124
|
"REMOVE": "Remove",
|
|
121
|
-
"
|
|
125
|
+
"RESET": "Reset",
|
|
126
|
+
"SAVE": "Save",
|
|
127
|
+
"IMPORT": "Import"
|
|
128
|
+
},
|
|
129
|
+
"GENERAL": {
|
|
130
|
+
"RESET_HINT": "Screen sizes support"
|
|
122
131
|
},
|
|
123
132
|
"LIST": {
|
|
124
133
|
"ALL": "All",
|
|
@@ -132,7 +141,7 @@
|
|
|
132
141
|
"SORT_BY": "Sort by",
|
|
133
142
|
"SORT_ASC": "Ascending",
|
|
134
143
|
"SORT_DESC": "Descending",
|
|
135
|
-
"TOTAL_RESULTS": "<span class='bold number'>{{ totalRows }}</span> results",
|
|
144
|
+
"TOTAL_RESULTS": "<span class='bold number'>{{ totalRows }}{{ unknownCount }}</span> results",
|
|
136
145
|
"TOTAL_RESULT": "<span class='bold number'>{{ totalRows }}</span> result",
|
|
137
146
|
"TOTAL_RESULTS_OUT_OF": "<span class='bold number'>{{ xRows }}</span> of <span class='bold number'>{{ totalRows }}</span> results",
|
|
138
147
|
"TOTAL_RESULT_OUT_OF_RESULT": "<span class='bold number'>{{ xRows }}</span> of <span class='bold number'>{{ totalRows }}</span> result",
|
|
@@ -153,7 +162,9 @@
|
|
|
153
162
|
"ERROR_MANDATORY_FIELDS": "Required fields:",
|
|
154
163
|
"ERROR_MAX_QUANTITY_LIMIT": "Max quantity",
|
|
155
164
|
"ERROR_MIN_QUANTITY_LIMIT": "Min quantity",
|
|
156
|
-
"
|
|
165
|
+
"ERROR_GREATER_THAN_MIN": "Value must be greater than or equal to {{min}}",
|
|
166
|
+
"ERROR_LESS_THAN_MAX": "Value must be less than or equal to {{max}}",
|
|
167
|
+
"ERROR_BETWEEN_MIN_MAX": "Value should be between {{min}} and {{max}}",
|
|
157
168
|
"ERROR_INVALID_PATTERN": "Invalid Character",
|
|
158
169
|
"INFO_LOADING_FILE": "Loading",
|
|
159
170
|
"INFO_MISSING_FILE": "Missing file",
|
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"COLOR": {
|
|
3
3
|
"AA_COMPLIENT": "Cumple con AA",
|
|
4
|
-
"ADD_VALUE_HERE": "
|
|
5
|
-
"CHANGE_HUE": "
|
|
6
|
-
"CHANGE_SATURATION": "
|
|
7
|
-
"CHANGE_LIGHTNESS": "
|
|
8
|
-
"DIALOG_TITLE": "
|
|
4
|
+
"ADD_VALUE_HERE": "O añadir (hsl, reg, hex)",
|
|
5
|
+
"CHANGE_HUE": "Cambiar matiz",
|
|
6
|
+
"CHANGE_SATURATION": "Cambiar saturación",
|
|
7
|
+
"CHANGE_LIGHTNESS": "Cambiar luminosidad",
|
|
8
|
+
"DIALOG_TITLE": "Selector de color"
|
|
9
9
|
},
|
|
10
10
|
"CHECKBOX": {
|
|
11
|
-
"TRUE": "
|
|
12
|
-
"FALSE": "
|
|
11
|
+
"TRUE": "Verdadero",
|
|
12
|
+
"FALSE": "Falso"
|
|
13
|
+
},
|
|
14
|
+
"CHIPS": {
|
|
15
|
+
"ADD_CHIP": "Añadir chip"
|
|
13
16
|
},
|
|
14
17
|
"IMAGE": {
|
|
15
18
|
"NO_IMAGE": "No hay imagen",
|
|
@@ -26,9 +29,23 @@
|
|
|
26
29
|
"INTERNAL_PAGE": {
|
|
27
30
|
"CLICK_TO_ORDER": "Haga clic para pedir"
|
|
28
31
|
},
|
|
32
|
+
"PROFILE_DATA_VIEWS_LIST": {
|
|
33
|
+
"ADD_PROFILE": "Añadir perfil",
|
|
34
|
+
"SELECT_PROFILE_DIALOG_TITLE": "Seleccionar perfil",
|
|
35
|
+
"SELECT_PROFILE": "Seleccione un perfil",
|
|
36
|
+
"IMPORT_PROFILE_DIALOG_TITLE": "Importar a {{ profileTitle }}",
|
|
37
|
+
"IMPORT_FROM_PROFILE": "Importar desde",
|
|
38
|
+
"IMPORT_FROM_PROFILE_DESC": "Puede seleccionar un perfil para copiar su configuración en el perfil añadido. Deje esta opción vacía para configurar la jerarquía de perfiles por defecto",
|
|
39
|
+
"DEFAULT_PROFILE": "(Perfil por defecto)",
|
|
40
|
+
"NO_FIELDS_ASSIGNED": "No se han asignado campos"
|
|
41
|
+
},
|
|
29
42
|
"RICH_TEXTAREA": {
|
|
30
43
|
"HINT": "Ingresar texto"
|
|
31
44
|
},
|
|
45
|
+
"SEARCH": {
|
|
46
|
+
"HINT": "Buscar",
|
|
47
|
+
"MORE_RESULTS": "Más resultados"
|
|
48
|
+
},
|
|
32
49
|
"SELECT": {
|
|
33
50
|
"HINT": "Seleccione una opción"
|
|
34
51
|
},
|
|
@@ -37,25 +54,97 @@
|
|
|
37
54
|
"TAP_TO_SIGN": "Pulse para firmar",
|
|
38
55
|
"DIALOG_TITLE": "Agregar la firma aquí"
|
|
39
56
|
},
|
|
57
|
+
"SMART_FILTERS": {
|
|
58
|
+
"TITLE": "Filtros inteligentes",
|
|
59
|
+
"IS_ON": "Está en",
|
|
60
|
+
"CHOOSE_TIME": "Elegir hora",
|
|
61
|
+
"AMOUNT": "Cantidad",
|
|
62
|
+
"VALUE": "Valor",
|
|
63
|
+
"TIME_UNIT": "Unidad de tiempo",
|
|
64
|
+
"START_DATE": "Fecha de inicio",
|
|
65
|
+
"END_DATE": "Fecha final",
|
|
66
|
+
"CHOOSE_DATE": "Elegir una fecha",
|
|
67
|
+
"TYPE": "Tipo",
|
|
68
|
+
"MIN": "Mínimo",
|
|
69
|
+
"MAX": "Máximo",
|
|
70
|
+
"SEARCH": "Buscar",
|
|
71
|
+
"NO_SEARCH_RESULTS": "No se han encontrado resultados",
|
|
72
|
+
"NO_OPTIONS": "No hay opciones",
|
|
73
|
+
"OPERATORS": {
|
|
74
|
+
"IN_THE_LAST": "En los últimos",
|
|
75
|
+
"IN_THE_LAST_CALENDAR": "En el último (calendario)",
|
|
76
|
+
"IN_THE_LAST_VARIABLE": "En la última (variable)",
|
|
77
|
+
"TODAY": "Hoy",
|
|
78
|
+
"THIS_WEEK": "Esta semana",
|
|
79
|
+
"THIS_MONTH": "Este mes",
|
|
80
|
+
"DATE_RANGE": "Entre",
|
|
81
|
+
"DATE_RANGE_VARIABLE": "Entre (variable)",
|
|
82
|
+
"DUE_IN": "Vence en",
|
|
83
|
+
"ON": "En",
|
|
84
|
+
"NOT_IN_THE_LAST": "No en los últimos",
|
|
85
|
+
"NOT_IN_THE_LAST_CALENDAR": "No en el último (calendario)",
|
|
86
|
+
"NOT_DUE_IN": "No vence en",
|
|
87
|
+
"IS_EMPTY": "Está vacío",
|
|
88
|
+
"IS_NOT_EMPTY": "No está vacío",
|
|
89
|
+
"NOT_EQUAL": "No es igual",
|
|
90
|
+
"NOT_EQUAL_TO_VARIABLE": "No es igual a (variable)",
|
|
91
|
+
"LESS_THEN_OR_EQUAL": "Inferior o igual a",
|
|
92
|
+
"LESS_THEN": "Menor que",
|
|
93
|
+
"LESS_THAN_VARIABLE": "Less than (variable)",
|
|
94
|
+
"EQUAL": "Igual",
|
|
95
|
+
"EQUAL_TO_VARIABLE": "Igual a (variable)",
|
|
96
|
+
"IN_VARIABLE": "En (variable)",
|
|
97
|
+
"GREATER_THEN": "Mayor que",
|
|
98
|
+
"GREATER_THEN_OR_EQUAL": "Mayor o igual que",
|
|
99
|
+
"GREATER_THAN_VARIABLE": "Mayor que (variable)",
|
|
100
|
+
"NUMBER_RANGE": "Entre",
|
|
101
|
+
"CONTAINS": "Contiene",
|
|
102
|
+
"IN": "En",
|
|
103
|
+
"BEGINS_WITH": "Comienza con",
|
|
104
|
+
"ENDS_WITH": "Termina por"
|
|
105
|
+
},
|
|
106
|
+
"OPERATOR_UNITS": {
|
|
107
|
+
"DAYS": "Dias",
|
|
108
|
+
"WEEKS": "Semanas",
|
|
109
|
+
"MONTHS": "Meses",
|
|
110
|
+
"YEARS": "Años"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
40
113
|
"ACTIONS": {
|
|
41
|
-
"
|
|
42
|
-
"DELETE": "Borrar",
|
|
114
|
+
"APPLY": "Aplicar",
|
|
43
115
|
"CANCEL": "Cancelar",
|
|
44
116
|
"CLEAR": "Borrar",
|
|
45
117
|
"CLEAR_ALL": "Borrar todo",
|
|
46
118
|
"CLOSE": "Cerrar",
|
|
119
|
+
"CONTINUE": "Continuar",
|
|
47
120
|
"CREATE_NEW": "Crear nuevo",
|
|
121
|
+
"DELETE": "Borrar",
|
|
48
122
|
"DONE": "Hecho",
|
|
49
123
|
"OK": "Aceptar",
|
|
50
|
-
"
|
|
124
|
+
"REMOVE": "Eliminar",
|
|
125
|
+
"SAVE": "Guardar",
|
|
126
|
+
"IMPORT": "Importar"
|
|
51
127
|
},
|
|
52
128
|
"LIST": {
|
|
53
129
|
"ALL": "Todo",
|
|
54
130
|
"NONE": "Ninguno",
|
|
131
|
+
"PAGER_PREVIOUS": "Anterior",
|
|
132
|
+
"PAGER_NEXT": "Siguiente",
|
|
133
|
+
"PAGER_OUT_OF": "Fuera de",
|
|
134
|
+
"PAGER_PAGE": "Página",
|
|
55
135
|
"SELECT": "Seleccionar",
|
|
56
136
|
"SELECTED": "seleccionado",
|
|
137
|
+
"SORT_BY": "Ordenado por",
|
|
57
138
|
"SORT_ASC": "Ascendente",
|
|
58
|
-
"SORT_DESC": "Descendente"
|
|
139
|
+
"SORT_DESC": "Descendente",
|
|
140
|
+
"TOTAL_RESULTS": "<span class='bold number'>{{ totalRows }}{{ unknownCount }}</span> resultados",
|
|
141
|
+
"TOTAL_RESULT": "<span class='bold number'>{{ totalRows }}</span> resultado",
|
|
142
|
+
"TOTAL_RESULTS_OUT_OF": "<span class='bold number'>{{ xRows }}</span> de <span class='bold number'>{{ totalRows }}</span> resultados",
|
|
143
|
+
"TOTAL_RESULT_OUT_OF_RESULT": "<span class='bold number'>{{ xRows }}</span> de <span class='bold number'>{{ totalRows }}</span> resultados",
|
|
144
|
+
"TOTAL_OF": "En un total de: ",
|
|
145
|
+
"NO_DATA_FOUND": "No se han encontrado resultados.",
|
|
146
|
+
"NO_DATA_FOUND_SUGGESTIONS_TITLE": "Tenemos algunas sugerencias:",
|
|
147
|
+
"NO_DATA_FOUND_SUGGESTIONS_LIST": "<li>Asegúrese de que todas las palabras estén escritas correctamente.</li><li>Pruebe con otras palabras clave.</li><li>Pruebe con palabras clave más generales.</li>"
|
|
59
148
|
},
|
|
60
149
|
"MESSAGES": {
|
|
61
150
|
"TITLE_NOTICE": "Aviso",
|
|
@@ -70,9 +159,22 @@
|
|
|
70
159
|
"ERROR_MAX_QUANTITY_LIMIT": "Cantidad máxima",
|
|
71
160
|
"ERROR_MIN_QUANTITY_LIMIT": "Cantidad mínima",
|
|
72
161
|
"ERROR_RANGE_IS_NOT_VALID": "El valor debe estar entre {{min}} y {{max}}",
|
|
162
|
+
"ERROR_INVALID_PATTERN": "Carácter inválido",
|
|
73
163
|
"INFO_LOADING_FILE": "Cargando",
|
|
74
164
|
"INFO_MISSING_FILE": "Falta el archivo",
|
|
75
165
|
"INFO_MISSING_IMAGE": "Falta la imagen",
|
|
76
166
|
"INFO_MISSING_SIGNATURE": "Falta la firma"
|
|
167
|
+
},
|
|
168
|
+
"DATE_AGO": {
|
|
169
|
+
"JUST_NOW": "En este momento",
|
|
170
|
+
"SECOND": "segundo",
|
|
171
|
+
"MINUTE": "minutos",
|
|
172
|
+
"HOUR": "hora",
|
|
173
|
+
"DAY": "día",
|
|
174
|
+
"WEEK": "semana",
|
|
175
|
+
"MONTH": "mes",
|
|
176
|
+
"YEAR": "año",
|
|
177
|
+
"SINGULAR": " hace",
|
|
178
|
+
"PLURAL": "Hace "
|
|
77
179
|
}
|
|
78
180
|
}
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"TRUE": "True",
|
|
12
12
|
"FALSE": "False"
|
|
13
13
|
},
|
|
14
|
+
"CHIPS": {
|
|
15
|
+
"ADD_CHIP": "Ajouter un jeton"
|
|
16
|
+
},
|
|
14
17
|
"IMAGE": {
|
|
15
18
|
"NO_IMAGE": "Pas d’image",
|
|
16
19
|
"CLICK_TO_ENLARGE": "Cliquez pour agrandir"
|
|
@@ -26,9 +29,23 @@
|
|
|
26
29
|
"INTERNAL_PAGE": {
|
|
27
30
|
"CLICK_TO_ORDER": "Cliquez pour commander"
|
|
28
31
|
},
|
|
32
|
+
"PROFILE_DATA_VIEWS_LIST": {
|
|
33
|
+
"ADD_PROFILE": "Ajouter un profil",
|
|
34
|
+
"SELECT_PROFILE_DIALOG_TITLE": "Sélectionner un profil",
|
|
35
|
+
"SELECT_PROFILE": "Sélectionner un profil",
|
|
36
|
+
"IMPORT_PROFILE_DIALOG_TITLE": "Importer vers {{ profileTitle }}",
|
|
37
|
+
"IMPORT_FROM_PROFILE": "Importer de",
|
|
38
|
+
"IMPORT_FROM_PROFILE_DESC": "Vous pouvez sélectionner un profil pour copier sa configuration vers le profil ajouté. Laissez cette option vierge pour une configuration par défaut de la hiérarchie des profils",
|
|
39
|
+
"DEFAULT_PROFILE": "(Profil par défaut)",
|
|
40
|
+
"NO_FIELDS_ASSIGNED": "Aucun champ affecté"
|
|
41
|
+
},
|
|
29
42
|
"RICH_TEXTAREA": {
|
|
30
43
|
"HINT": "Saisir le texte"
|
|
31
44
|
},
|
|
45
|
+
"SEARCH": {
|
|
46
|
+
"HINT": "Rechercher",
|
|
47
|
+
"MORE_RESULTS": "Plus de résultats"
|
|
48
|
+
},
|
|
32
49
|
"SELECT": {
|
|
33
50
|
"HINT": "Veuillez sélectionner une option"
|
|
34
51
|
},
|
|
@@ -37,26 +54,97 @@
|
|
|
37
54
|
"TAP_TO_SIGN": "Taper pour signer",
|
|
38
55
|
"DIALOG_TITLE": "Ajouter la signature ici"
|
|
39
56
|
},
|
|
57
|
+
"SMART_FILTERS": {
|
|
58
|
+
"TITLE": "Filtres intelligents",
|
|
59
|
+
"IS_ON": "Est activé",
|
|
60
|
+
"CHOOSE_TIME": "Choisir l'heure",
|
|
61
|
+
"AMOUNT": "Montant",
|
|
62
|
+
"VALUE": "Valeur ",
|
|
63
|
+
"TIME_UNIT": "Unité temporelle",
|
|
64
|
+
"START_DATE": "Date de début ",
|
|
65
|
+
"END_DATE": "Date de fin ",
|
|
66
|
+
"CHOOSE_DATE": "Choisir une date",
|
|
67
|
+
"TYPE": "Type",
|
|
68
|
+
"MIN": "Min",
|
|
69
|
+
"MAX": "Max",
|
|
70
|
+
"SEARCH": "Rechercher",
|
|
71
|
+
"NO_SEARCH_RESULTS": "Aucun résultat trouvé",
|
|
72
|
+
"NO_OPTIONS": "Aucune option",
|
|
73
|
+
"OPERATORS": {
|
|
74
|
+
"IN_THE_LAST": "Dans le dernier",
|
|
75
|
+
"IN_THE_LAST_CALENDAR": "Dans le dernier (calendrier)",
|
|
76
|
+
"IN_THE_LAST_VARIABLE": "Dans le dernier (variable)",
|
|
77
|
+
"TODAY": "Aujourd’hui",
|
|
78
|
+
"THIS_WEEK": "Cette semaine",
|
|
79
|
+
"THIS_MONTH": "Ce mois",
|
|
80
|
+
"DATE_RANGE": "Entre",
|
|
81
|
+
"DATE_RANGE_VARIABLE": "Entre (variable)",
|
|
82
|
+
"DUE_IN": "Dû dans",
|
|
83
|
+
"ON": "Le",
|
|
84
|
+
"NOT_IN_THE_LAST": "Pas dans le dernier",
|
|
85
|
+
"NOT_IN_THE_LAST_CALENDAR": "Pas dans le dernier (calendrier)",
|
|
86
|
+
"NOT_DUE_IN": "Non dû dans",
|
|
87
|
+
"IS_EMPTY": "Est vide",
|
|
88
|
+
"IS_NOT_EMPTY": "N'est pas vide",
|
|
89
|
+
"NOT_EQUAL": "Pas égal",
|
|
90
|
+
"NOT_EQUAL_TO_VARIABLE": "Pas égal à (variable)",
|
|
91
|
+
"LESS_THEN_OR_EQUAL": "Moins que ou égal à",
|
|
92
|
+
"LESS_THEN": "Inférieur à",
|
|
93
|
+
"LESS_THAN_VARIABLE": "Moins que (variable)",
|
|
94
|
+
"EQUAL": "Égal",
|
|
95
|
+
"EQUAL_TO_VARIABLE": "Egal à (variable)",
|
|
96
|
+
"IN_VARIABLE": "Dans (variable)",
|
|
97
|
+
"GREATER_THEN": "Supérieur à",
|
|
98
|
+
"GREATER_THEN_OR_EQUAL": "Plus grand que ou égal à",
|
|
99
|
+
"GREATER_THAN_VARIABLE": "Plus grand que (variable)",
|
|
100
|
+
"NUMBER_RANGE": "Entre",
|
|
101
|
+
"CONTAINS": "Contient",
|
|
102
|
+
"IN": "Dans",
|
|
103
|
+
"BEGINS_WITH": "Commence par",
|
|
104
|
+
"ENDS_WITH": "Se termine par"
|
|
105
|
+
},
|
|
106
|
+
"OPERATOR_UNITS": {
|
|
107
|
+
"DAYS": "Jours",
|
|
108
|
+
"WEEKS": "Semaines",
|
|
109
|
+
"MONTHS": "Mois",
|
|
110
|
+
"YEARS": "années"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
40
113
|
"ACTIONS": {
|
|
41
|
-
"CONTINUE": "Continue",
|
|
42
|
-
"DELETE": "Delete",
|
|
43
114
|
"APPLY": "Appliquer",
|
|
44
115
|
"CANCEL": "Annuler",
|
|
45
116
|
"CLEAR": "Effacer",
|
|
46
117
|
"CLEAR_ALL": "Effacer tout",
|
|
47
118
|
"CLOSE": "Fermer",
|
|
119
|
+
"CONTINUE": "Continue",
|
|
48
120
|
"CREATE_NEW": "Créer nouveau",
|
|
121
|
+
"DELETE": "Delete",
|
|
49
122
|
"DONE": "Effectué",
|
|
50
123
|
"OK": "Ok",
|
|
51
|
-
"
|
|
124
|
+
"REMOVE": "Supprimer",
|
|
125
|
+
"SAVE": "Enregistrer",
|
|
126
|
+
"IMPORT": "Importer"
|
|
52
127
|
},
|
|
53
128
|
"LIST": {
|
|
54
129
|
"ALL": "Tous",
|
|
55
130
|
"NONE": "Aucun",
|
|
131
|
+
"PAGER_PREVIOUS": "Précédent",
|
|
132
|
+
"PAGER_NEXT": "Suivant",
|
|
133
|
+
"PAGER_OUT_OF": "Sur",
|
|
134
|
+
"PAGER_PAGE": "Page",
|
|
56
135
|
"SELECT": "Sélectionner",
|
|
57
136
|
"SELECTED": "Sélectionner",
|
|
137
|
+
"SORT_BY": "Trier par ",
|
|
58
138
|
"SORT_ASC": "Croissant",
|
|
59
|
-
"SORT_DESC": "Décroissant"
|
|
139
|
+
"SORT_DESC": "Décroissant",
|
|
140
|
+
"TOTAL_RESULTS": "<span class='bold number'>{{ totalRows }}{{ unknownCount }}</span> résultats",
|
|
141
|
+
"TOTAL_RESULT": "<span class='bold number'>{{ totalRows }}</span> résultat",
|
|
142
|
+
"TOTAL_RESULTS_OUT_OF": "<span class='bold number'>{{ xRows }}</span> of <span class='bold number'>{{ totalRows }}</span> résultats",
|
|
143
|
+
"TOTAL_RESULT_OUT_OF_RESULT": "<span class='bold number'>{{ xRows }}</span> of <span class='bold number'>{{ totalRows }}</span> résultat",
|
|
144
|
+
"TOTAL_OF": "Au total de : ",
|
|
145
|
+
"NO_DATA_FOUND": "Aucun résultat trouvé.",
|
|
146
|
+
"NO_DATA_FOUND_SUGGESTIONS_TITLE": "Nous avons des suggestions :",
|
|
147
|
+
"NO_DATA_FOUND_SUGGESTIONS_LIST": "<li>Faites en sorte que tous les mots soient correctement épelés.</li><li>Essayez différents mots-clés.</li><li>Essayez des mots-clés plus généraux.</li>"
|
|
60
148
|
},
|
|
61
149
|
"MESSAGES": {
|
|
62
150
|
"TITLE_NOTICE": "Notice",
|
|
@@ -71,9 +159,22 @@
|
|
|
71
159
|
"ERROR_MAX_QUANTITY_LIMIT": "Quantité max.",
|
|
72
160
|
"ERROR_MIN_QUANTITY_LIMIT": "Quantité min.",
|
|
73
161
|
"ERROR_RANGE_IS_NOT_VALID": "La valeur doit être entre {{min}} et {{max}}",
|
|
162
|
+
"ERROR_INVALID_PATTERN": "Caractère invalide",
|
|
74
163
|
"INFO_LOADING_FILE": "Chargement en cours",
|
|
75
164
|
"INFO_MISSING_FILE": "Fichier manquant",
|
|
76
165
|
"INFO_MISSING_IMAGE": "Image manquante",
|
|
77
166
|
"INFO_MISSING_SIGNATURE": "Signature requise"
|
|
167
|
+
},
|
|
168
|
+
"DATE_AGO": {
|
|
169
|
+
"JUST_NOW": "A l'instant",
|
|
170
|
+
"SECOND": "seconde",
|
|
171
|
+
"MINUTE": "minute",
|
|
172
|
+
"HOUR": "heure",
|
|
173
|
+
"DAY": "jour",
|
|
174
|
+
"WEEK": "semaine",
|
|
175
|
+
"MONTH": "mois",
|
|
176
|
+
"YEAR": "année ",
|
|
177
|
+
"SINGULAR": " ago",
|
|
178
|
+
"PLURAL": "'s ago"
|
|
78
179
|
}
|
|
79
180
|
}
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"TRUE": "True",
|
|
12
12
|
"FALSE": "False"
|
|
13
13
|
},
|
|
14
|
+
"CHIPS": {
|
|
15
|
+
"ADD_CHIP": "הוסף צ׳יפ"
|
|
16
|
+
},
|
|
14
17
|
"IMAGE": {
|
|
15
18
|
"NO_IMAGE": "אין תמונה",
|
|
16
19
|
"CLICK_TO_ENLARGE": "לחץ להגדלה"
|
|
@@ -26,9 +29,23 @@
|
|
|
26
29
|
"INTERNAL_PAGE": {
|
|
27
30
|
"CLICK_TO_ORDER": "הקליקו להזמנה"
|
|
28
31
|
},
|
|
32
|
+
"PROFILE_DATA_VIEWS_LIST": {
|
|
33
|
+
"ADD_PROFILE": "הוסף פרופיל",
|
|
34
|
+
"SELECT_PROFILE_DIALOG_TITLE": "בחר פרופיל",
|
|
35
|
+
"SELECT_PROFILE": "בחר פרופיל",
|
|
36
|
+
"IMPORT_PROFILE_DIALOG_TITLE": "ייבוא ל {{ profileTitle }}",
|
|
37
|
+
"IMPORT_FROM_PROFILE": "ייבוא מ",
|
|
38
|
+
"IMPORT_FROM_PROFILE_DESC": "אתה יכול לבחור פרופיל כדי להעתיק את התצורה שלו לפרופיל שנוסף. השאר אפשרות זו ריקה עבור תצורת ברירת מחדל",
|
|
39
|
+
"DEFAULT_PROFILE": "(פרופיל ברירת המחדל)",
|
|
40
|
+
"NO_FIELDS_ASSIGNED": "לא שויכו שדות"
|
|
41
|
+
},
|
|
29
42
|
"RICH_TEXTAREA": {
|
|
30
43
|
"HINT": "הזן טקסט"
|
|
31
44
|
},
|
|
45
|
+
"SEARCH": {
|
|
46
|
+
"HINT": "חיפוש",
|
|
47
|
+
"MORE_RESULTS": "עוד תוצאות"
|
|
48
|
+
},
|
|
32
49
|
"SELECT": {
|
|
33
50
|
"HINT": "בחר אפשרות"
|
|
34
51
|
},
|
|
@@ -37,26 +54,97 @@
|
|
|
37
54
|
"TAP_TO_SIGN": "הקש כדי לחתום",
|
|
38
55
|
"DIALOG_TITLE": "הוסף חתימה"
|
|
39
56
|
},
|
|
57
|
+
"SMART_FILTERS": {
|
|
58
|
+
"TITLE": "פילטרים חכמים",
|
|
59
|
+
"IS_ON": "מופעל",
|
|
60
|
+
"CHOOSE_TIME": "בחר שעה",
|
|
61
|
+
"AMOUNT": "סכום",
|
|
62
|
+
"VALUE": "ערך",
|
|
63
|
+
"TIME_UNIT": "יחידת זמן",
|
|
64
|
+
"START_DATE": "תאריך התחלה",
|
|
65
|
+
"END_DATE": "תאריך סיום",
|
|
66
|
+
"CHOOSE_DATE": "בחר תאריך",
|
|
67
|
+
"TYPE": "סוג",
|
|
68
|
+
"MIN": "מינימום",
|
|
69
|
+
"MAX": "מקסימום",
|
|
70
|
+
"SEARCH": "חיפוש",
|
|
71
|
+
"NO_SEARCH_RESULTS": "לא נמצאו תוצאות",
|
|
72
|
+
"NO_OPTIONS": "אין אפשרויות בחירה",
|
|
73
|
+
"OPERATORS": {
|
|
74
|
+
"IN_THE_LAST": "האחרון (אחרונים)",
|
|
75
|
+
"IN_THE_LAST_CALENDAR": "האחרון (אחרונים) בלוח שנה",
|
|
76
|
+
"IN_THE_LAST_VARIABLE": "האחרון (אחרונים) משתנה",
|
|
77
|
+
"TODAY": "היום",
|
|
78
|
+
"THIS_WEEK": "השבוע",
|
|
79
|
+
"THIS_MONTH": "החודש",
|
|
80
|
+
"DATE_RANGE": "בין",
|
|
81
|
+
"DATE_RANGE_VARIABLE": "בין (משתנה)",
|
|
82
|
+
"DUE_IN": "לסיום בעוד",
|
|
83
|
+
"ON": "ב-",
|
|
84
|
+
"NOT_IN_THE_LAST": "לא לאחרונה",
|
|
85
|
+
"NOT_IN_THE_LAST_CALENDAR": "לא לאחרונה (לוח שנה)",
|
|
86
|
+
"NOT_DUE_IN": "לא לסיום בעוד",
|
|
87
|
+
"IS_EMPTY": "ריק",
|
|
88
|
+
"IS_NOT_EMPTY": "לא ריק",
|
|
89
|
+
"NOT_EQUAL": "אינו שווה",
|
|
90
|
+
"NOT_EQUAL_TO_VARIABLE": "אינו שווה ל (משתנה)",
|
|
91
|
+
"LESS_THEN_OR_EQUAL": "קטן מ- או שווה ל-",
|
|
92
|
+
"LESS_THEN": "קטן מ",
|
|
93
|
+
"LESS_THAN_VARIABLE": "קטן מ (משתנה)",
|
|
94
|
+
"EQUAL": "שווה",
|
|
95
|
+
"EQUAL_TO_VARIABLE": "שווה (משתנה)",
|
|
96
|
+
"IN_VARIABLE": "בעוד (משתנה)",
|
|
97
|
+
"GREATER_THEN": "גדול מ-",
|
|
98
|
+
"GREATER_THEN_OR_EQUAL": "גדול מ- או שווה ל-",
|
|
99
|
+
"GREATER_THAN_VARIABLE": "גדול מ- (משתנה)",
|
|
100
|
+
"NUMBER_RANGE": "בין",
|
|
101
|
+
"CONTAINS": "מכיל",
|
|
102
|
+
"IN": "בעוד",
|
|
103
|
+
"BEGINS_WITH": "מתחיל ב-",
|
|
104
|
+
"ENDS_WITH": "מסתיים ב-"
|
|
105
|
+
},
|
|
106
|
+
"OPERATOR_UNITS": {
|
|
107
|
+
"DAYS": "ימים",
|
|
108
|
+
"WEEKS": "שבועות",
|
|
109
|
+
"MONTHS": "חודשים",
|
|
110
|
+
"YEARS": "שנים"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
40
113
|
"ACTIONS": {
|
|
41
|
-
"CONTINUE": "המשך",
|
|
42
|
-
"DELETE": "מחק",
|
|
43
114
|
"APPLY": "החל",
|
|
44
115
|
"CANCEL": "בטל",
|
|
45
116
|
"CLEAR": "נקה",
|
|
46
117
|
"CLEAR_ALL": "נקה הכל",
|
|
47
118
|
"CLOSE": "סגירה",
|
|
119
|
+
"CONTINUE": "המשך",
|
|
48
120
|
"CREATE_NEW": "צור חדש",
|
|
121
|
+
"DELETE": "מחק",
|
|
49
122
|
"DONE": "אישור",
|
|
50
123
|
"OK": "אישור",
|
|
51
|
-
"
|
|
124
|
+
"REMOVE": "הסרה",
|
|
125
|
+
"SAVE": "שמירה",
|
|
126
|
+
"IMPORT": "ייבוא"
|
|
52
127
|
},
|
|
53
128
|
"LIST": {
|
|
54
129
|
"ALL": "הכל",
|
|
55
130
|
"NONE": "ללא",
|
|
131
|
+
"PAGER_PREVIOUS": "קודם",
|
|
132
|
+
"PAGER_NEXT": "הבא",
|
|
133
|
+
"PAGER_OUT_OF": "מתוך",
|
|
134
|
+
"PAGER_PAGE": "עמוד",
|
|
56
135
|
"SELECT": "בחר",
|
|
57
136
|
"SELECTED": "נבחרו",
|
|
137
|
+
"SORT_BY": "מיין לפי",
|
|
58
138
|
"SORT_ASC": "סדר עולה",
|
|
59
|
-
"SORT_DESC": "סדר יורד"
|
|
139
|
+
"SORT_DESC": "סדר יורד",
|
|
140
|
+
"TOTAL_RESULTS": "<span class='bold number'>{{ totalRows }}{{ unknownCount }}</span> תוצאות",
|
|
141
|
+
"TOTAL_RESULT": "<span class='bold number'>{{ totalRows }}</span> תוצאה",
|
|
142
|
+
"TOTAL_RESULTS_OUT_OF": "<span class='bold number'>{{ xRows }}</span> מתוך <span class='bold number'>{{ totalRows }}</span> תוצאות",
|
|
143
|
+
"TOTAL_RESULT_OUT_OF_RESULT": "<span class='bold number'>{{ xRows }}</span> מתוך <span class='bold number'>{{ totalRows }}</span> תוצאה",
|
|
144
|
+
"TOTAL_OF": "סהכ: ",
|
|
145
|
+
"NO_DATA_FOUND": "לא נמצאו תוצאות.",
|
|
146
|
+
"NO_DATA_FOUND_SUGGESTIONS_TITLE": "יש לנו כמה הצעות:",
|
|
147
|
+
"NO_DATA_FOUND_SUGGESTIONS_LIST": "<li>וודא שכל המילים מאויתים נכון</li><li>נסה מילות חיפוש שונות.</li><li>נסה מילות חיפוש יותר כלליות.</li>"
|
|
60
148
|
},
|
|
61
149
|
"MESSAGES": {
|
|
62
150
|
"TITLE_NOTICE": "הודעה",
|
|
@@ -71,9 +159,22 @@
|
|
|
71
159
|
"ERROR_MAX_QUANTITY_LIMIT": "כמות מרבית",
|
|
72
160
|
"ERROR_MIN_QUANTITY_LIMIT": "כמות מינימלית",
|
|
73
161
|
"ERROR_RANGE_IS_NOT_VALID": "הערך צריך להיות בין {{min}} ל-{{max}}",
|
|
162
|
+
"ERROR_INVALID_PATTERN": "תו לא חוקי",
|
|
74
163
|
"INFO_LOADING_FILE": "טוען נתונים",
|
|
75
164
|
"INFO_MISSING_FILE": "קובץ חסר",
|
|
76
165
|
"INFO_MISSING_IMAGE": "תמונה חסרה",
|
|
77
166
|
"INFO_MISSING_SIGNATURE": "חתימה חסרה"
|
|
167
|
+
},
|
|
168
|
+
"DATE_AGO": {
|
|
169
|
+
"JUST_NOW": "זה עתה",
|
|
170
|
+
"SECOND": "שניה",
|
|
171
|
+
"MINUTE": "דקה",
|
|
172
|
+
"HOUR": "שעה",
|
|
173
|
+
"DAY": "יום",
|
|
174
|
+
"WEEK": "שבוע",
|
|
175
|
+
"MONTH": "חודש",
|
|
176
|
+
"YEAR": "שנה",
|
|
177
|
+
"SINGULAR": " לפני",
|
|
178
|
+
"PLURAL": "לפני"
|
|
78
179
|
}
|
|
79
180
|
}
|