@sd-angular/core 19.0.0-beta.95 → 19.0.0-beta.96
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 +8 -9
- package/components/badge/src/badge.component.d.ts +3 -4
- package/components/button/src/button.component.d.ts +2 -2
- package/components/index.d.ts +0 -2
- package/components/modal/src/modal.component.d.ts +1 -2
- package/components/section/src/section.component.d.ts +1 -2
- package/components/table/src/components/column-filter/column-filter.component.d.ts +3 -3
- package/fesm2022/sd-angular-core-components-form-generic.mjs +4 -4
- package/fesm2022/sd-angular-core-components-form-generic.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-tab-router.mjs +29 -24
- package/fesm2022/sd-angular-core-components-tab-router.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components.mjs +0 -2
- package/fesm2022/sd-angular-core-components.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-input.mjs +20 -5
- package/fesm2022/sd-angular-core-forms-input.mjs.map +1 -1
- package/fesm2022/sd-angular-core-i18n.mjs +35 -0
- package/fesm2022/sd-angular-core-i18n.mjs.map +1 -1
- package/fesm2022/sd-angular-core-models.mjs +1 -4
- package/fesm2022/sd-angular-core-models.mjs.map +1 -1
- package/fesm2022/sd-angular-core-services-notify.mjs +21 -21
- package/fesm2022/sd-angular-core-services-notify.mjs.map +1 -1
- package/fesm2022/sd-angular-core-utilities-extensions.mjs +29 -819
- package/fesm2022/sd-angular-core-utilities-extensions.mjs.map +1 -1
- package/fesm2022/sd-angular-core-utilities-models.mjs +36 -136
- package/fesm2022/sd-angular-core-utilities-models.mjs.map +1 -1
- package/forms/autocomplete/src/autocomplete.component.d.ts +1 -2
- package/forms/chip/src/chip.component.d.ts +1 -2
- package/forms/chip-calendar/src/chip-calendar.component.d.ts +1 -2
- package/forms/date/src/date.component.d.ts +1 -2
- package/forms/date-range/src/date-range.component.d.ts +1 -2
- package/forms/datetime/src/datetime.component.d.ts +1 -2
- package/forms/input/src/input.component.d.ts +1 -2
- package/forms/input-number/src/input-number.component.d.ts +1 -2
- package/forms/select/src/select.component.d.ts +5 -5
- package/forms/textarea/src/textarea.component.d.ts +1 -2
- package/i18n/src/en.d.ts +6 -0
- package/models/src/language.model.d.ts +2 -4
- package/package.json +75 -86
- package/sd-angular-core-19.0.0-beta.96.tgz +0 -0
- package/services/notify/index.d.ts +1 -1
- package/services/notify/src/components/toast/toast.component.d.ts +3 -3
- package/services/notify/src/components/toast-container.component.d.ts +3 -4
- package/services/notify/src/notify.model.d.ts +1 -1
- package/services/notify/src/notify.service.d.ts +5 -5
- package/utilities/extensions/src/array.extension.d.ts +1 -7
- package/utilities/extensions/src/color.extension.d.ts +5 -20
- package/utilities/extensions/src/date.extension.d.ts +1 -18
- package/utilities/extensions/src/number.extension.d.ts +1 -10
- package/utilities/extensions/src/string.extension.d.ts +30 -4
- package/utilities/extensions/src/utility.extension.d.ts +6 -0
- package/utilities/models/src/color.model.d.ts +4 -1
- package/utilities/models/src/empty.model.d.ts +3 -0
- package/utilities/models/src/filter.model.d.ts +12 -24
- package/utilities/models/src/maybe-async.model.d.ts +10 -4
- package/utilities/models/src/nested-key-of.model.d.ts +4 -5
- package/utilities/models/src/operator.model.d.ts +9 -4
- package/utilities/models/src/order.model.d.ts +4 -5
- package/utilities/models/src/paging.model.d.ts +8 -16
- package/utilities/models/src/pattern.model.d.ts +13 -0
- package/utilities/models/src/size.model.d.ts +4 -1
- package/components/anchor-v2/index.d.ts +0 -1
- package/components/anchor-v2/src/components/anchor-item-v2/anchor-item-v2.component.d.ts +0 -12
- package/components/anchor-v2/src/components/anchor-v2/anchor-v2.component.d.ts +0 -19
- package/components/anchor-v2/src/components/anchor-vertical-v2/anchor-vertical-list-v2.component.d.ts +0 -16
- package/components/anchor-v2/src/components/index.d.ts +0 -2
- package/components/anchor-v2/src/index.d.ts +0 -2
- package/components/anchor-v2/src/models/index.d.ts +0 -1
- package/components/anchor-v2/src/models/sd-anchor-v2.model.d.ts +0 -7
- package/components/workflow/index.d.ts +0 -2
- package/components/workflow/src/configurations/index.d.ts +0 -1
- package/components/workflow/src/configurations/workflow.configuration.d.ts +0 -10
- package/fesm2022/sd-angular-core-components-anchor-v2.mjs +0 -151
- package/fesm2022/sd-angular-core-components-anchor-v2.mjs.map +0 -1
- package/fesm2022/sd-angular-core-components-workflow.mjs +0 -17
- package/fesm2022/sd-angular-core-components-workflow.mjs.map +0 -1
- package/fesm2022/sd-angular-core-services-firebase.mjs +0 -38
- package/fesm2022/sd-angular-core-services-firebase.mjs.map +0 -1
- package/sd-angular-core-19.0.0-beta.95.tgz +0 -0
- package/services/firebase/index.d.ts +0 -2
- package/services/firebase/src/firebase.model.d.ts +0 -8
- package/services/firebase/src/firebase.service.d.ts +0 -14
|
@@ -56,6 +56,13 @@ const EN_MESSAGES = {
|
|
|
56
56
|
'core.docx.invalid-format': 'Invalid format. Please select a template in DOC or DOCX format',
|
|
57
57
|
'core.docx.size-exceeded': 'Template file size exceeds the supported limit. Please try again',
|
|
58
58
|
'core.docx.convert-error': 'An error occurred while converting the DOCX file',
|
|
59
|
+
// ---- Service: notify (toast) ----
|
|
60
|
+
'core.notify.type.success': 'Success',
|
|
61
|
+
'core.notify.type.info': 'Information',
|
|
62
|
+
'core.notify.type.warning': 'Warning',
|
|
63
|
+
'core.notify.type.error': 'Error',
|
|
64
|
+
'core.notify.show-more': 'Show more ({count})',
|
|
65
|
+
'core.notify.show-less': 'Show less',
|
|
59
66
|
// ---- Service: confirm ----
|
|
60
67
|
'core.confirm.title': 'Confirm',
|
|
61
68
|
'core.confirm.yes': 'OK',
|
|
@@ -495,6 +502,13 @@ const JA_MESSAGES = {
|
|
|
495
502
|
'core.docx.invalid-format': '形式が正しくありません。DOCまたはDOCX形式のテンプレートを選択してください',
|
|
496
503
|
'core.docx.size-exceeded': 'テンプレートファイルのサイズが上限を超えています。もう一度お試しください',
|
|
497
504
|
'core.docx.convert-error': 'DOCXファイルの変換中にエラーが発生しました',
|
|
505
|
+
// ---- Service: notify (toast) ----
|
|
506
|
+
'core.notify.type.success': '成功',
|
|
507
|
+
'core.notify.type.info': '情報',
|
|
508
|
+
'core.notify.type.warning': '警告',
|
|
509
|
+
'core.notify.type.error': 'エラー',
|
|
510
|
+
'core.notify.show-more': 'もっと見る ({count})',
|
|
511
|
+
'core.notify.show-less': '折りたたむ',
|
|
498
512
|
// ---- Service: confirm ----
|
|
499
513
|
'core.confirm.title': '確認',
|
|
500
514
|
'core.confirm.yes': 'OK',
|
|
@@ -934,6 +948,13 @@ const KO_MESSAGES = {
|
|
|
934
948
|
'core.docx.invalid-format': '형식이 올바르지 않습니다. DOC 또는 DOCX 형식의 템플릿을 선택해 주세요',
|
|
935
949
|
'core.docx.size-exceeded': '템플릿 파일 크기가 지원 한도를 초과했습니다. 다시 시도해 주세요',
|
|
936
950
|
'core.docx.convert-error': 'DOCX 파일 변환 중 오류가 발생했습니다',
|
|
951
|
+
// ---- Service: notify (toast) ----
|
|
952
|
+
'core.notify.type.success': '성공',
|
|
953
|
+
'core.notify.type.info': '정보',
|
|
954
|
+
'core.notify.type.warning': '경고',
|
|
955
|
+
'core.notify.type.error': '오류',
|
|
956
|
+
'core.notify.show-more': '더 보기 ({count})',
|
|
957
|
+
'core.notify.show-less': '접기',
|
|
937
958
|
// ---- Service: confirm ----
|
|
938
959
|
'core.confirm.title': '확인',
|
|
939
960
|
'core.confirm.yes': '확인',
|
|
@@ -1373,6 +1394,13 @@ const VI_MESSAGES = {
|
|
|
1373
1394
|
'core.docx.invalid-format': 'Định dạng không hợp lệ. Vui lòng chọn Mẫu có định dạng DOC hoặc DOCX',
|
|
1374
1395
|
'core.docx.size-exceeded': 'Kích thước tệp mẫu vượt quá tiêu chuẩn hỗ trợ của hệ thống. Vui lòng thử lại',
|
|
1375
1396
|
'core.docx.convert-error': 'Có lỗi xảy ra khi chuyển đổi file DOCX',
|
|
1397
|
+
// ---- Service: notify (toast) ----
|
|
1398
|
+
'core.notify.type.success': 'Thành công',
|
|
1399
|
+
'core.notify.type.info': 'Thông tin',
|
|
1400
|
+
'core.notify.type.warning': 'Cảnh báo',
|
|
1401
|
+
'core.notify.type.error': 'Lỗi',
|
|
1402
|
+
'core.notify.show-more': 'Hiện thêm ({count})',
|
|
1403
|
+
'core.notify.show-less': 'Thu gọn',
|
|
1376
1404
|
// ---- Service: confirm ----
|
|
1377
1405
|
'core.confirm.title': 'Xác nhận',
|
|
1378
1406
|
'core.confirm.yes': 'Đồng ý',
|
|
@@ -1812,6 +1840,13 @@ const ZH_MESSAGES = {
|
|
|
1812
1840
|
'core.docx.invalid-format': '格式不正确,请选择 DOC 或 DOCX 格式的模板',
|
|
1813
1841
|
'core.docx.size-exceeded': '模板文件大小超出支持范围,请重试',
|
|
1814
1842
|
'core.docx.convert-error': '转换 DOCX 文件时发生错误',
|
|
1843
|
+
// ---- Service: notify (toast) ----
|
|
1844
|
+
'core.notify.type.success': '成功',
|
|
1845
|
+
'core.notify.type.info': '信息',
|
|
1846
|
+
'core.notify.type.warning': '警告',
|
|
1847
|
+
'core.notify.type.error': '错误',
|
|
1848
|
+
'core.notify.show-more': '显示更多 ({count})',
|
|
1849
|
+
'core.notify.show-less': '收起',
|
|
1815
1850
|
// ---- Service: confirm ----
|
|
1816
1851
|
'core.confirm.title': '确认',
|
|
1817
1852
|
'core.confirm.yes': '确定',
|