@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
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
{
|
|
2
|
+
"COLOR": {
|
|
3
|
+
"AA_COMPLIENT": "Conformidade AA",
|
|
4
|
+
"ADD_VALUE_HERE": "Or add (hsl, reg, hex)",
|
|
5
|
+
"CHANGE_HUE": "Change hue",
|
|
6
|
+
"CHANGE_SATURATION": "Change saturation",
|
|
7
|
+
"CHANGE_LIGHTNESS": "Change lightness",
|
|
8
|
+
"DIALOG_TITLE": "Color picker"
|
|
9
|
+
},
|
|
10
|
+
"CHECKBOX": {
|
|
11
|
+
"TRUE": "True",
|
|
12
|
+
"FALSE": "False"
|
|
13
|
+
},
|
|
14
|
+
"CHIPS": {
|
|
15
|
+
"ADD_CHIP": "Adicionar chip"
|
|
16
|
+
},
|
|
17
|
+
"IMAGE": {
|
|
18
|
+
"NO_IMAGE": "Nenhuma imagem",
|
|
19
|
+
"CLICK_TO_ENLARGE": "Clique para ampliar"
|
|
20
|
+
},
|
|
21
|
+
"FILE": {
|
|
22
|
+
"HINT": "Arraste e solte um arquivo aqui ou clique",
|
|
23
|
+
"UPLOADING_FILE": "Enviando Arquivo",
|
|
24
|
+
"SEE_ORIGINAL": "Ver original"
|
|
25
|
+
},
|
|
26
|
+
"QS": {
|
|
27
|
+
"ORDER": "Pedido"
|
|
28
|
+
},
|
|
29
|
+
"INTERNAL_PAGE": {
|
|
30
|
+
"CLICK_TO_ORDER": "Clique para pedir"
|
|
31
|
+
},
|
|
32
|
+
"PROFILE_DATA_VIEWS_LIST": {
|
|
33
|
+
"ADD_PROFILE": "Adicionar perfil",
|
|
34
|
+
"SELECT_PROFILE_DIALOG_TITLE": "Selecionar perfil",
|
|
35
|
+
"SELECT_PROFILE": "Selecione um perfil",
|
|
36
|
+
"IMPORT_PROFILE_DIALOG_TITLE": "Importar para {{ profileTitle }}",
|
|
37
|
+
"IMPORT_FROM_PROFILE": "Importar de",
|
|
38
|
+
"IMPORT_FROM_PROFILE_DESC": "Você pode selecionar um perfil para copiar sua configuração para o perfil adicionado. Deixe esta opção em branco para uma configuração de hierarquia de perfil padrão",
|
|
39
|
+
"DEFAULT_PROFILE": "(Perfil padrão)",
|
|
40
|
+
"NO_FIELDS_ASSIGNED": "Nenhum campo foi atribuído"
|
|
41
|
+
},
|
|
42
|
+
"RICH_TEXTAREA": {
|
|
43
|
+
"HINT": "Inserir Texto"
|
|
44
|
+
},
|
|
45
|
+
"SEARCH": {
|
|
46
|
+
"HINT": "Pesquisa",
|
|
47
|
+
"MORE_RESULTS": "Mais Resultados"
|
|
48
|
+
},
|
|
49
|
+
"SELECT": {
|
|
50
|
+
"HINT": "Selecione uma opção"
|
|
51
|
+
},
|
|
52
|
+
"SIGNATURE": {
|
|
53
|
+
"HINT": "Assinatura",
|
|
54
|
+
"TAP_TO_SIGN": "Toque para assinar",
|
|
55
|
+
"DIALOG_TITLE": "Adicione a assinatura aqui"
|
|
56
|
+
},
|
|
57
|
+
"SMART_FILTERS": {
|
|
58
|
+
"TITLE": "Filtros inteligentes",
|
|
59
|
+
"IS_ON": "Está habilitado",
|
|
60
|
+
"CHOOSE_TIME": "Escolher horário",
|
|
61
|
+
"AMOUNT": "Valor",
|
|
62
|
+
"VALUE": "Valor",
|
|
63
|
+
"TIME_UNIT": "Unidade de tempo",
|
|
64
|
+
"START_DATE": "Data de início",
|
|
65
|
+
"END_DATE": "Data Final",
|
|
66
|
+
"CHOOSE_DATE": "Escolha uma data",
|
|
67
|
+
"TYPE": "Tipo",
|
|
68
|
+
"MIN": "Min",
|
|
69
|
+
"MAX": "Max",
|
|
70
|
+
"SEARCH": "Pesquisa",
|
|
71
|
+
"NO_SEARCH_RESULTS": "Nenhum resultado encontrado",
|
|
72
|
+
"NO_OPTIONS": "Nenhuma opção",
|
|
73
|
+
"OPERATORS": {
|
|
74
|
+
"IN_THE_LAST": "No ultimo",
|
|
75
|
+
"IN_THE_LAST_CALENDAR": "No último (calendário)",
|
|
76
|
+
"IN_THE_LAST_VARIABLE": "No último (variável)",
|
|
77
|
+
"TODAY": "Hoje",
|
|
78
|
+
"THIS_WEEK": "Essa semana",
|
|
79
|
+
"THIS_MONTH": "Esse mês",
|
|
80
|
+
"DATE_RANGE": "Entre",
|
|
81
|
+
"DATE_RANGE_VARIABLE": "Entre (variável)",
|
|
82
|
+
"DUE_IN": "Vencimento em",
|
|
83
|
+
"ON": "Em",
|
|
84
|
+
"NOT_IN_THE_LAST": "Exceto no último",
|
|
85
|
+
"NOT_IN_THE_LAST_CALENDAR": "Exceto no último (calendário)",
|
|
86
|
+
"NOT_DUE_IN": "Exceto vencimento em",
|
|
87
|
+
"IS_EMPTY": "Está vazio",
|
|
88
|
+
"IS_NOT_EMPTY": "Não está em branco",
|
|
89
|
+
"NOT_EQUAL": "Diferente",
|
|
90
|
+
"NOT_EQUAL_TO_VARIABLE": "Diferente de (variável)",
|
|
91
|
+
"LESS_THEN_OR_EQUAL": "Menor que ou igual a",
|
|
92
|
+
"LESS_THEN": "Menor que",
|
|
93
|
+
"LESS_THAN_VARIABLE": "Menor que (variável)",
|
|
94
|
+
"EQUAL": "Igual",
|
|
95
|
+
"EQUAL_TO_VARIABLE": "Igual a (variável)",
|
|
96
|
+
"IN_VARIABLE": "Em (variável)",
|
|
97
|
+
"GREATER_THEN": "Maior que",
|
|
98
|
+
"GREATER_THEN_OR_EQUAL": "Maior que ou igual a",
|
|
99
|
+
"GREATER_THAN_VARIABLE": "Maior que (variável)",
|
|
100
|
+
"NUMBER_RANGE": "Entre",
|
|
101
|
+
"CONTAINS": "Contém",
|
|
102
|
+
"IN": "Em",
|
|
103
|
+
"BEGINS_WITH": "Começa com",
|
|
104
|
+
"ENDS_WITH": "Terminar com"
|
|
105
|
+
},
|
|
106
|
+
"OPERATOR_UNITS": {
|
|
107
|
+
"DAYS": "dias",
|
|
108
|
+
"WEEKS": "Semanas",
|
|
109
|
+
"MONTHS": "Meses",
|
|
110
|
+
"YEARS": "Anos"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"ACTIONS": {
|
|
114
|
+
"APPLY": "Aplicar",
|
|
115
|
+
"CANCEL": "Cancelar",
|
|
116
|
+
"CLEAR": "Limpar",
|
|
117
|
+
"CLEAR_ALL": "Limpar tudo",
|
|
118
|
+
"CLOSE": "Fechar",
|
|
119
|
+
"CONTINUE": "Continue",
|
|
120
|
+
"CREATE_NEW": "Criar novo",
|
|
121
|
+
"DELETE": "Delete",
|
|
122
|
+
"DONE": "Pronto",
|
|
123
|
+
"OK": "Ok",
|
|
124
|
+
"REMOVE": "Remover",
|
|
125
|
+
"SAVE": "Salvar",
|
|
126
|
+
"IMPORT": "Importar"
|
|
127
|
+
},
|
|
128
|
+
"LIST": {
|
|
129
|
+
"ALL": "Todos",
|
|
130
|
+
"NONE": "Nenhum",
|
|
131
|
+
"PAGER_PREVIOUS": "Anterior",
|
|
132
|
+
"PAGER_NEXT": "Próximo",
|
|
133
|
+
"PAGER_OUT_OF": "De",
|
|
134
|
+
"PAGER_PAGE": "Página",
|
|
135
|
+
"SELECT": "Selecionar",
|
|
136
|
+
"SELECTED": "selecionado",
|
|
137
|
+
"SORT_BY": "Organizar por",
|
|
138
|
+
"SORT_ASC": "Crescente",
|
|
139
|
+
"SORT_DESC": "Decrescente",
|
|
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> resultado",
|
|
144
|
+
"TOTAL_OF": "No total de: ",
|
|
145
|
+
"NO_DATA_FOUND": "Nenhum resultado foi encontrado.",
|
|
146
|
+
"NO_DATA_FOUND_SUGGESTIONS_TITLE": "Temos algumas sugestões:",
|
|
147
|
+
"NO_DATA_FOUND_SUGGESTIONS_LIST": "<li> Certifique-se de que todas as palavras estejam escritas corretamente.</li><li> Tente palavras-chaves diferentes.</li><li> Tente palavras-chaves mais gerais.</li>"
|
|
148
|
+
},
|
|
149
|
+
"MESSAGES": {
|
|
150
|
+
"TITLE_NOTICE": "Aviso",
|
|
151
|
+
"ERROR_CASE_QUANTITY_LIMIT": "Quantidade por embalagem",
|
|
152
|
+
"ERROR_FAILD_TO_LOAD_EXTENSION": "Falha ao enviar arquivo, o formato {{fileExtension}} não é suportado",
|
|
153
|
+
"ERROR_FAILD_TO_LOAD_SIZE": "Falha ao enviar arquivo, o limite de tamanho de arquivo é - {{fileSize}} MB",
|
|
154
|
+
"ERROR_INVALID_FIELDS": "Valide os campos a seguir:",
|
|
155
|
+
"ERROR_INVENTORY_LIMIT": "Quantidade Máxima",
|
|
156
|
+
"ERROR_IS_NOT_VALID": "{{field}} não é válido",
|
|
157
|
+
"ERROR_IS_REQUIRED": "{{field}} é obrigatório",
|
|
158
|
+
"ERROR_MANDATORY_FIELDS": "Campos obrigatórios:",
|
|
159
|
+
"ERROR_MAX_QUANTITY_LIMIT": "Quantidade Max",
|
|
160
|
+
"ERROR_MIN_QUANTITY_LIMIT": "Quantidade mínima",
|
|
161
|
+
"ERROR_RANGE_IS_NOT_VALID": "O valor deve estar entre {{min}} e {{max}}",
|
|
162
|
+
"ERROR_INVALID_PATTERN": "Caractere inválido",
|
|
163
|
+
"INFO_LOADING_FILE": "Carregando",
|
|
164
|
+
"INFO_MISSING_FILE": "Arquivo ausente",
|
|
165
|
+
"INFO_MISSING_IMAGE": "Imagem ausente",
|
|
166
|
+
"INFO_MISSING_SIGNATURE": "Assinatura ausente"
|
|
167
|
+
},
|
|
168
|
+
"DATE_AGO": {
|
|
169
|
+
"JUST_NOW": "Agora mesmo",
|
|
170
|
+
"SECOND": "segundo",
|
|
171
|
+
"MINUTE": "minuto",
|
|
172
|
+
"HOUR": "hora",
|
|
173
|
+
"DAY": "dia",
|
|
174
|
+
"WEEK": "semana",
|
|
175
|
+
"MONTH": "mês",
|
|
176
|
+
"YEAR": "ano",
|
|
177
|
+
"SINGULAR": " atrás",
|
|
178
|
+
"PLURAL": "s atrás"
|
|
179
|
+
}
|
|
180
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
{
|
|
2
|
+
"COLOR": {
|
|
3
|
+
"AA_COMPLIENT": "AA Compliant",
|
|
4
|
+
"ADD_VALUE_HERE": "Or add (hsl, reg, hex)",
|
|
5
|
+
"CHANGE_HUE": "Change hue",
|
|
6
|
+
"CHANGE_SATURATION": "Change saturation",
|
|
7
|
+
"CHANGE_LIGHTNESS": "Change lightness",
|
|
8
|
+
"DIALOG_TITLE": "Color picker"
|
|
9
|
+
},
|
|
10
|
+
"CHECKBOX": {
|
|
11
|
+
"TRUE": "True",
|
|
12
|
+
"FALSE": "False"
|
|
13
|
+
},
|
|
14
|
+
"IMAGE": {
|
|
15
|
+
"NO_IMAGE": "Нет изображения",
|
|
16
|
+
"CLICK_TO_ENLARGE": "Нажмите, чтобы увеличить"
|
|
17
|
+
},
|
|
18
|
+
"FILE": {
|
|
19
|
+
"HINT": "Drag and drop a file here or click",
|
|
20
|
+
"UPLOADING_FILE": "Uploading File",
|
|
21
|
+
"SEE_ORIGINAL": "See original"
|
|
22
|
+
},
|
|
23
|
+
"QS": {
|
|
24
|
+
"ORDER": "Заказ"
|
|
25
|
+
},
|
|
26
|
+
"INTERNAL_PAGE": {
|
|
27
|
+
"CLICK_TO_ORDER": "Нажмите для заказа"
|
|
28
|
+
},
|
|
29
|
+
"RICH_TEXTAREA": {
|
|
30
|
+
"HINT": "Enter Text"
|
|
31
|
+
},
|
|
32
|
+
"SELECT": {
|
|
33
|
+
"HINT": "Please select an option"
|
|
34
|
+
},
|
|
35
|
+
"SIGNATURE": {
|
|
36
|
+
"HINT": "Подпись",
|
|
37
|
+
"TAP_TO_SIGN": "Дотроньтесь, чтобы поставить подпись",
|
|
38
|
+
"DIALOG_TITLE": "Add signature here"
|
|
39
|
+
},
|
|
40
|
+
"ACTIONS": {
|
|
41
|
+
"CONTINUE": "Continue",
|
|
42
|
+
"DELETE": "Delete",
|
|
43
|
+
"APPLY": "Применить",
|
|
44
|
+
"CANCEL": "Отмена",
|
|
45
|
+
"CLEAR": "Очистить",
|
|
46
|
+
"CLEAR_ALL": "Очистить всё",
|
|
47
|
+
"CLOSE": "Закрыть",
|
|
48
|
+
"CREATE_NEW": "Создать новое",
|
|
49
|
+
"DONE": "Готово",
|
|
50
|
+
"OK": "Ok",
|
|
51
|
+
"SAVE": "Сохранить"
|
|
52
|
+
},
|
|
53
|
+
"LIST": {
|
|
54
|
+
"ALL": "Все",
|
|
55
|
+
"NONE": "Нет",
|
|
56
|
+
"SELECT": "Select",
|
|
57
|
+
"SELECTED": "выбранные",
|
|
58
|
+
"SORT_ASC": "По возрастанию",
|
|
59
|
+
"SORT_DESC": "По убывынию"
|
|
60
|
+
},
|
|
61
|
+
"MESSAGES": {
|
|
62
|
+
"TITLE_NOTICE": "Уведомление",
|
|
63
|
+
"ERROR_CASE_QUANTITY_LIMIT": "Количество упаковок",
|
|
64
|
+
"ERROR_FAILD_TO_LOAD_EXTENSION": "Не удалось загрузить файл, {{fileExtension}} формат не поддерживается",
|
|
65
|
+
"ERROR_FAILD_TO_LOAD_SIZE": "Failed to upload file, file size limitation is - {{fileSize}} MB",
|
|
66
|
+
"ERROR_INVALID_FIELDS": "Пожалуйста, подтвердите следующие поля:",
|
|
67
|
+
"ERROR_INVENTORY_LIMIT": "Макс. количество",
|
|
68
|
+
"ERROR_IS_NOT_VALID": "{{field}} is not valid",
|
|
69
|
+
"ERROR_IS_REQUIRED": "{{field}} is mandatory",
|
|
70
|
+
"ERROR_MANDATORY_FIELDS": "Обязательные поля:",
|
|
71
|
+
"ERROR_MAX_QUANTITY_LIMIT": "Макс. количество",
|
|
72
|
+
"ERROR_MIN_QUANTITY_LIMIT": "Мин. количество",
|
|
73
|
+
"ERROR_RANGE_IS_NOT_VALID": "Value should be between {{min}} and {{max}}",
|
|
74
|
+
"INFO_LOADING_FILE": "Загрузка",
|
|
75
|
+
"INFO_MISSING_FILE": "Missing file",
|
|
76
|
+
"INFO_MISSING_IMAGE": "Missing image",
|
|
77
|
+
"INFO_MISSING_SIGNATURE": "Signature missing"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
{
|
|
2
|
+
"COLOR": {
|
|
3
|
+
"AA_COMPLIENT": "AA Compliant",
|
|
4
|
+
"ADD_VALUE_HERE": "Or add (hsl, reg, hex)",
|
|
5
|
+
"CHANGE_HUE": "Change hue",
|
|
6
|
+
"CHANGE_SATURATION": "Change saturation",
|
|
7
|
+
"CHANGE_LIGHTNESS": "Change lightness",
|
|
8
|
+
"DIALOG_TITLE": "Color picker"
|
|
9
|
+
},
|
|
10
|
+
"CHECKBOX": {
|
|
11
|
+
"TRUE": "True",
|
|
12
|
+
"FALSE": "False"
|
|
13
|
+
},
|
|
14
|
+
"CHIPS": {
|
|
15
|
+
"ADD_CHIP": "Add Chip"
|
|
16
|
+
},
|
|
17
|
+
"IMAGE": {
|
|
18
|
+
"NO_IMAGE": "No image",
|
|
19
|
+
"CLICK_TO_ENLARGE": "Click to enlarge"
|
|
20
|
+
},
|
|
21
|
+
"FILE": {
|
|
22
|
+
"HINT": "Drag and drop a file here or click",
|
|
23
|
+
"UPLOADING_FILE": "Uploading File",
|
|
24
|
+
"SEE_ORIGINAL": "See original"
|
|
25
|
+
},
|
|
26
|
+
"QS": {
|
|
27
|
+
"ORDER": "Order"
|
|
28
|
+
},
|
|
29
|
+
"INTERNAL_PAGE": {
|
|
30
|
+
"CLICK_TO_ORDER": "Click to order"
|
|
31
|
+
},
|
|
32
|
+
"PROFILE_DATA_VIEWS_LIST": {
|
|
33
|
+
"ADD_PROFILE": "Add profile",
|
|
34
|
+
"SELECT_PROFILE_DIALOG_TITLE": "Select profile",
|
|
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",
|
|
39
|
+
"DEFAULT_PROFILE": "(Default profile)",
|
|
40
|
+
"NO_FIELDS_ASSIGNED": "No fields were assigned"
|
|
41
|
+
},
|
|
42
|
+
"RICH_TEXTAREA": {
|
|
43
|
+
"HINT": "Enter Text"
|
|
44
|
+
},
|
|
45
|
+
"SEARCH": {
|
|
46
|
+
"HINT": "Search",
|
|
47
|
+
"MORE_RESULTS": "More Results"
|
|
48
|
+
},
|
|
49
|
+
"SELECT": {
|
|
50
|
+
"HINT": "Please select an option"
|
|
51
|
+
},
|
|
52
|
+
"SIGNATURE": {
|
|
53
|
+
"HINT": "Signature",
|
|
54
|
+
"TAP_TO_SIGN": "Tap to Sign",
|
|
55
|
+
"DIALOG_TITLE": "Add signature here"
|
|
56
|
+
},
|
|
57
|
+
"SMART_FILTERS": {
|
|
58
|
+
"TITLE": "Smart filters",
|
|
59
|
+
"IS_ON": "Is on",
|
|
60
|
+
"CHOOSE_TIME": "Choose time",
|
|
61
|
+
"AMOUNT": "Amount",
|
|
62
|
+
"VALUE": "Value",
|
|
63
|
+
"TIME_UNIT": "Time unit",
|
|
64
|
+
"START_DATE": "Start date",
|
|
65
|
+
"END_DATE": "End date",
|
|
66
|
+
"CHOOSE_DATE": "Choose a date",
|
|
67
|
+
"TYPE": "Type",
|
|
68
|
+
"MIN": "Min",
|
|
69
|
+
"MAX": "Max",
|
|
70
|
+
"SEARCH": "Search",
|
|
71
|
+
"NO_SEARCH_RESULTS": "No results found",
|
|
72
|
+
"NO_OPTIONS": "No options",
|
|
73
|
+
"OPERATORS": {
|
|
74
|
+
"IN_THE_LAST": "In the last",
|
|
75
|
+
"IN_THE_LAST_CALENDAR": "In the last (calendar)",
|
|
76
|
+
"IN_THE_LAST_VARIABLE": "In the last (variable)",
|
|
77
|
+
"TODAY": "Today",
|
|
78
|
+
"THIS_WEEK": "This week",
|
|
79
|
+
"THIS_MONTH": "This month",
|
|
80
|
+
"DATE_RANGE": "Between",
|
|
81
|
+
"DATE_RANGE_VARIABLE": "Between (variable)",
|
|
82
|
+
"DUE_IN": "Due in",
|
|
83
|
+
"ON": "On",
|
|
84
|
+
"NOT_IN_THE_LAST": "Not in the last",
|
|
85
|
+
"NOT_IN_THE_LAST_CALENDAR": "Not in the last (calendar)",
|
|
86
|
+
"NOT_DUE_IN": "Not due in",
|
|
87
|
+
"IS_EMPTY": "Is empty",
|
|
88
|
+
"IS_NOT_EMPTY": "Is not empty",
|
|
89
|
+
"NOT_EQUAL": "Not equal",
|
|
90
|
+
"NOT_EQUAL_TO_VARIABLE": "Not equal to (variable)",
|
|
91
|
+
"LESS_THEN_OR_EQUAL": "Less than or equal to",
|
|
92
|
+
"LESS_THEN": "Less than",
|
|
93
|
+
"LESS_THAN_VARIABLE": "Less than (variable)",
|
|
94
|
+
"EQUAL": "Equal",
|
|
95
|
+
"EQUAL_TO_VARIABLE": "Equal to (variable)",
|
|
96
|
+
"IN_VARIABLE": "In (variable)",
|
|
97
|
+
"GREATER_THEN": "Greater than",
|
|
98
|
+
"GREATER_THEN_OR_EQUAL": "Greater than or equal to",
|
|
99
|
+
"GREATER_THAN_VARIABLE": "Greater than (variable)",
|
|
100
|
+
"NUMBER_RANGE": "Between",
|
|
101
|
+
"CONTAINS": "Contains",
|
|
102
|
+
"IN": "In",
|
|
103
|
+
"BEGINS_WITH": "Begins with",
|
|
104
|
+
"ENDS_WITH": "Ends with"
|
|
105
|
+
},
|
|
106
|
+
"OPERATOR_UNITS": {
|
|
107
|
+
"DAYS": "Days",
|
|
108
|
+
"WEEKS": "Weeks",
|
|
109
|
+
"MONTHS": "Months",
|
|
110
|
+
"YEARS": "Years"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"ACTIONS": {
|
|
114
|
+
"APPLY": "Apply",
|
|
115
|
+
"CANCEL": "Cancel",
|
|
116
|
+
"CLEAR": "Clear",
|
|
117
|
+
"CLEAR_ALL": "Clear All",
|
|
118
|
+
"CLOSE": "Close",
|
|
119
|
+
"CONTINUE": "Continue",
|
|
120
|
+
"CREATE_NEW": "Create new",
|
|
121
|
+
"DELETE": "Delete",
|
|
122
|
+
"DONE": "Done",
|
|
123
|
+
"OK": "Ok",
|
|
124
|
+
"REMOVE": "Remove",
|
|
125
|
+
"SAVE": "Save",
|
|
126
|
+
"IMPORT": "Import"
|
|
127
|
+
},
|
|
128
|
+
"LIST": {
|
|
129
|
+
"ALL": "All",
|
|
130
|
+
"NONE": "None",
|
|
131
|
+
"PAGER_PREVIOUS": "Previous",
|
|
132
|
+
"PAGER_NEXT": "Next",
|
|
133
|
+
"PAGER_OUT_OF": "Out of",
|
|
134
|
+
"PAGER_PAGE": "Page",
|
|
135
|
+
"SELECT": "Select",
|
|
136
|
+
"SELECTED": "selected",
|
|
137
|
+
"SORT_BY": "Sort by",
|
|
138
|
+
"SORT_ASC": "Ascending",
|
|
139
|
+
"SORT_DESC": "Descending",
|
|
140
|
+
"TOTAL_RESULTS": "<span class='bold number'>{{ totalRows }}{{ unknownCount }}</span> results",
|
|
141
|
+
"TOTAL_RESULT": "<span class='bold number'>{{ totalRows }}</span> result",
|
|
142
|
+
"TOTAL_RESULTS_OUT_OF": "<span class='bold number'>{{ xRows }}</span> of <span class='bold number'>{{ totalRows }}</span> results",
|
|
143
|
+
"TOTAL_RESULT_OUT_OF_RESULT": "<span class='bold number'>{{ xRows }}</span> of <span class='bold number'>{{ totalRows }}</span> result",
|
|
144
|
+
"TOTAL_OF": "At total of: ",
|
|
145
|
+
"NO_DATA_FOUND": "No results were found.",
|
|
146
|
+
"NO_DATA_FOUND_SUGGESTIONS_TITLE": "We have some suggestions:",
|
|
147
|
+
"NO_DATA_FOUND_SUGGESTIONS_LIST": "<li>Make sure that all words are spelled correctly.</li><li>Try different keywords.</li><li>Try more general keywords.</li>"
|
|
148
|
+
},
|
|
149
|
+
"MESSAGES": {
|
|
150
|
+
"TITLE_NOTICE": "Notice",
|
|
151
|
+
"ERROR_CASE_QUANTITY_LIMIT": "Case quantity",
|
|
152
|
+
"ERROR_FAILD_TO_LOAD_EXTENSION": "Failed to upload file, {{fileExtension}} format is not supported",
|
|
153
|
+
"ERROR_FAILD_TO_LOAD_SIZE": "Failed to upload file, file size limitation is - {{fileSize}} MB",
|
|
154
|
+
"ERROR_INVALID_FIELDS": "Please validate the following fields:",
|
|
155
|
+
"ERROR_INVENTORY_LIMIT": "Max quantity",
|
|
156
|
+
"ERROR_IS_NOT_VALID": "{{field}} is not valid",
|
|
157
|
+
"ERROR_IS_REQUIRED": "{{field}} is mandatory",
|
|
158
|
+
"ERROR_MANDATORY_FIELDS": "Required fields:",
|
|
159
|
+
"ERROR_MAX_QUANTITY_LIMIT": "Max quantity",
|
|
160
|
+
"ERROR_MIN_QUANTITY_LIMIT": "Min quantity",
|
|
161
|
+
"ERROR_RANGE_IS_NOT_VALID": "Value should be between {{min}} and {{max}}",
|
|
162
|
+
"ERROR_INVALID_PATTERN": "Invalid Character",
|
|
163
|
+
"INFO_LOADING_FILE": "Loading",
|
|
164
|
+
"INFO_MISSING_FILE": "Missing file",
|
|
165
|
+
"INFO_MISSING_IMAGE": "Missing image",
|
|
166
|
+
"INFO_MISSING_SIGNATURE": "Signature missing"
|
|
167
|
+
},
|
|
168
|
+
"DATE_AGO": {
|
|
169
|
+
"JUST_NOW": "Just now",
|
|
170
|
+
"SECOND": "second",
|
|
171
|
+
"MINUTE": "minute",
|
|
172
|
+
"HOUR": "hour",
|
|
173
|
+
"DAY": "day",
|
|
174
|
+
"WEEK": "week",
|
|
175
|
+
"MONTH": "month",
|
|
176
|
+
"YEAR": "year",
|
|
177
|
+
"SINGULAR": " ago",
|
|
178
|
+
"PLURAL": "'s ago"
|
|
179
|
+
}
|
|
180
|
+
}
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
{
|
|
2
|
+
"COLOR": {
|
|
3
|
+
"AA_COMPLIENT": "符合 AA 级别标准",
|
|
4
|
+
"ADD_VALUE_HERE": "Or add (hsl, reg, hex)",
|
|
5
|
+
"CHANGE_HUE": "Change hue",
|
|
6
|
+
"CHANGE_SATURATION": "Change saturation",
|
|
7
|
+
"CHANGE_LIGHTNESS": "Change lightness",
|
|
8
|
+
"DIALOG_TITLE": "Color picker"
|
|
9
|
+
},
|
|
10
|
+
"CHECKBOX": {
|
|
11
|
+
"TRUE": "True",
|
|
12
|
+
"FALSE": "False"
|
|
13
|
+
},
|
|
14
|
+
"CHIPS": {
|
|
15
|
+
"ADD_CHIP": "添加芯片"
|
|
16
|
+
},
|
|
17
|
+
"IMAGE": {
|
|
18
|
+
"NO_IMAGE": "无图片",
|
|
19
|
+
"CLICK_TO_ENLARGE": "点击放大"
|
|
20
|
+
},
|
|
21
|
+
"FILE": {
|
|
22
|
+
"HINT": "将文件拖放到此处或单击",
|
|
23
|
+
"UPLOADING_FILE": "正在上传文件",
|
|
24
|
+
"SEE_ORIGINAL": "查看原始文件"
|
|
25
|
+
},
|
|
26
|
+
"QS": {
|
|
27
|
+
"ORDER": "购买"
|
|
28
|
+
},
|
|
29
|
+
"INTERNAL_PAGE": {
|
|
30
|
+
"CLICK_TO_ORDER": "点击订购"
|
|
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
|
+
},
|
|
42
|
+
"RICH_TEXTAREA": {
|
|
43
|
+
"HINT": "输入文本"
|
|
44
|
+
},
|
|
45
|
+
"SEARCH": {
|
|
46
|
+
"HINT": "搜索",
|
|
47
|
+
"MORE_RESULTS": "更多结果"
|
|
48
|
+
},
|
|
49
|
+
"SELECT": {
|
|
50
|
+
"HINT": "请选择一个选项"
|
|
51
|
+
},
|
|
52
|
+
"SIGNATURE": {
|
|
53
|
+
"HINT": "签名",
|
|
54
|
+
"TAP_TO_SIGN": "点击签名",
|
|
55
|
+
"DIALOG_TITLE": "在此添加签名"
|
|
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
|
+
},
|
|
113
|
+
"ACTIONS": {
|
|
114
|
+
"APPLY": "使用",
|
|
115
|
+
"CANCEL": "取消",
|
|
116
|
+
"CLEAR": "清除",
|
|
117
|
+
"CLEAR_ALL": "全部清除",
|
|
118
|
+
"CLOSE": "关闭",
|
|
119
|
+
"CONTINUE": "继续",
|
|
120
|
+
"CREATE_NEW": "创建新的",
|
|
121
|
+
"DELETE": "删除",
|
|
122
|
+
"DONE": "完成",
|
|
123
|
+
"OK": "确定",
|
|
124
|
+
"REMOVE": "移除",
|
|
125
|
+
"SAVE": "保存",
|
|
126
|
+
"IMPORT": "导入"
|
|
127
|
+
},
|
|
128
|
+
"LIST": {
|
|
129
|
+
"ALL": "全部",
|
|
130
|
+
"NONE": "无",
|
|
131
|
+
"PAGER_PREVIOUS": "Previous",
|
|
132
|
+
"PAGER_NEXT": "Next",
|
|
133
|
+
"PAGER_OUT_OF": "Out of",
|
|
134
|
+
"PAGER_PAGE": "Page",
|
|
135
|
+
"SELECT": "选择",
|
|
136
|
+
"SELECTED": "已选",
|
|
137
|
+
"SORT_BY": "Sort by",
|
|
138
|
+
"SORT_ASC": "升序",
|
|
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": "At total of: ",
|
|
145
|
+
"NO_DATA_FOUND": "No results were found.",
|
|
146
|
+
"NO_DATA_FOUND_SUGGESTIONS_TITLE": "We have some suggestions:",
|
|
147
|
+
"NO_DATA_FOUND_SUGGESTIONS_LIST": "<li> 确保所有单词拼写正确。</li> <li> 尝试不同的关键词。</li> <li>尝试更通用的关键词。 </li>"
|
|
148
|
+
},
|
|
149
|
+
"MESSAGES": {
|
|
150
|
+
"TITLE_NOTICE": "通知",
|
|
151
|
+
"ERROR_CASE_QUANTITY_LIMIT": "案例数量",
|
|
152
|
+
"ERROR_FAILD_TO_LOAD_EXTENSION": "上传文件失败,不支持 {{fileExtension}} 格式",
|
|
153
|
+
"ERROR_FAILD_TO_LOAD_SIZE": "上传文件失败,文件大小限制为 - {{fileSize}} MB",
|
|
154
|
+
"ERROR_INVALID_FIELDS": "请验证以下区域:",
|
|
155
|
+
"ERROR_INVENTORY_LIMIT": "最高数量",
|
|
156
|
+
"ERROR_IS_NOT_VALID": "{{field}} 无效",
|
|
157
|
+
"ERROR_IS_REQUIRED": "{{field}} 为必填项",
|
|
158
|
+
"ERROR_MANDATORY_FIELDS": "必填区域:",
|
|
159
|
+
"ERROR_MAX_QUANTITY_LIMIT": "最高数量",
|
|
160
|
+
"ERROR_MIN_QUANTITY_LIMIT": "最低数量",
|
|
161
|
+
"ERROR_RANGE_IS_NOT_VALID": "值应介于 {{min}} 和 {{max}} 之间",
|
|
162
|
+
"ERROR_INVALID_PATTERN": "Invalid Character",
|
|
163
|
+
"INFO_LOADING_FILE": "载入中",
|
|
164
|
+
"INFO_MISSING_FILE": "缺少文件",
|
|
165
|
+
"INFO_MISSING_IMAGE": "缺少图像",
|
|
166
|
+
"INFO_MISSING_SIGNATURE": "签名缺失"
|
|
167
|
+
},
|
|
168
|
+
"DATE_AGO": {
|
|
169
|
+
"JUST_NOW": "Just now",
|
|
170
|
+
"SECOND": "second",
|
|
171
|
+
"MINUTE": "minute",
|
|
172
|
+
"HOUR": "hour",
|
|
173
|
+
"DAY": "day",
|
|
174
|
+
"WEEK": "week",
|
|
175
|
+
"MONTH": "month",
|
|
176
|
+
"YEAR": "year",
|
|
177
|
+
"SINGULAR": " ago",
|
|
178
|
+
"PLURAL": "'s ago"
|
|
179
|
+
}
|
|
180
|
+
}
|