wini-web-components 2.7.0 → 2.7.2

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.
Files changed (87) hide show
  1. package/dist/types/index.d.ts +1 -0
  2. package/dist/vite.svg +1 -0
  3. package/dist/wini-web-components.css +4 -0
  4. package/dist/wini-web-components.js +32 -0
  5. package/dist/wini-web-components.mjs +6753 -0
  6. package/package.json +48 -82
  7. package/README.md +0 -21
  8. package/dist/component/button/button.d.ts +0 -21
  9. package/dist/component/button/button.js +0 -73
  10. package/dist/component/calendar/calendar.d.ts +0 -30
  11. package/dist/component/calendar/calendar.js +0 -357
  12. package/dist/component/card/card-info.d.ts +0 -15
  13. package/dist/component/card/card-info.js +0 -51
  14. package/dist/component/card/card.d.ts +0 -13
  15. package/dist/component/card/card.js +0 -33
  16. package/dist/component/checkbox/checkbox.d.ts +0 -24
  17. package/dist/component/checkbox/checkbox.js +0 -90
  18. package/dist/component/ck-editor/ckeditor.d.ts +0 -36
  19. package/dist/component/ck-editor/ckeditor.js +0 -392
  20. package/dist/component/component-status.d.ts +0 -8
  21. package/dist/component/component-status.js +0 -39
  22. package/dist/component/date-picker/date-picker.d.ts +0 -25
  23. package/dist/component/date-picker/date-picker.js +0 -329
  24. package/dist/component/date-time-picker/date-time-picker.d.ts +0 -36
  25. package/dist/component/date-time-picker/date-time-picker.js +0 -528
  26. package/dist/component/dialog/dialog.d.ts +0 -18
  27. package/dist/component/dialog/dialog.js +0 -113
  28. package/dist/component/import-file/import-file.d.ts +0 -33
  29. package/dist/component/import-file/import-file.js +0 -151
  30. package/dist/component/infinite-scroll/infinite-scroll.d.ts +0 -17
  31. package/dist/component/infinite-scroll/infinite-scroll.js +0 -37
  32. package/dist/component/input-multi-select/input-multi-select.d.ts +0 -21
  33. package/dist/component/input-multi-select/input-multi-select.js +0 -260
  34. package/dist/component/input-opt/input-opt.d.ts +0 -21
  35. package/dist/component/input-opt/input-opt.js +0 -157
  36. package/dist/component/input-otp/input-otp.d.ts +0 -22
  37. package/dist/component/input-otp/input-otp.js +0 -131
  38. package/dist/component/number-picker/number-picker.d.ts +0 -23
  39. package/dist/component/number-picker/number-picker.js +0 -125
  40. package/dist/component/pagination/pagination.d.ts +0 -13
  41. package/dist/component/pagination/pagination.js +0 -90
  42. package/dist/component/popup/popup.d.ts +0 -40
  43. package/dist/component/popup/popup.js +0 -125
  44. package/dist/component/progress-bar/progress-bar.d.ts +0 -16
  45. package/dist/component/progress-bar/progress-bar.js +0 -23
  46. package/dist/component/progress-circle/progress-circle.d.ts +0 -14
  47. package/dist/component/progress-circle/progress-circle.js +0 -19
  48. package/dist/component/radio-button/radio-button.d.ts +0 -20
  49. package/dist/component/radio-button/radio-button.js +0 -33
  50. package/dist/component/rating/rating.d.ts +0 -23
  51. package/dist/component/rating/rating.js +0 -54
  52. package/dist/component/select1/select1.d.ts +0 -31
  53. package/dist/component/select1/select1.js +0 -249
  54. package/dist/component/slider/slider.d.ts +0 -31
  55. package/dist/component/slider/slider.js +0 -64
  56. package/dist/component/switch/switch.d.ts +0 -23
  57. package/dist/component/switch/switch.js +0 -50
  58. package/dist/component/table/table.d.ts +0 -51
  59. package/dist/component/table/table.js +0 -66
  60. package/dist/component/tag/tag.d.ts +0 -22
  61. package/dist/component/tag/tag.js +0 -19
  62. package/dist/component/text/text.d.ts +0 -16
  63. package/dist/component/text/text.js +0 -20
  64. package/dist/component/text-area/text-area.d.ts +0 -27
  65. package/dist/component/text-area/text-area.js +0 -57
  66. package/dist/component/text-field/text-field.d.ts +0 -36
  67. package/dist/component/text-field/text-field.js +0 -80
  68. package/dist/component/toast-noti/toast-noti.d.ts +0 -5
  69. package/dist/component/toast-noti/toast-noti.js +0 -25
  70. package/dist/component/wini-icon/winicon.d.ts +0 -20
  71. package/dist/component/wini-icon/winicon.js +0 -176
  72. package/dist/form/login/view.d.ts +0 -40
  73. package/dist/form/login/view.js +0 -66
  74. package/dist/i18n.d.ts +0 -2
  75. package/dist/i18n.js +0 -125
  76. package/dist/index.d.ts +0 -33
  77. package/dist/index.js +0 -2
  78. package/dist/index.js.LICENSE.txt +0 -18
  79. package/dist/language/i18n.d.ts +0 -2
  80. package/dist/language/i18n.js +0 -146
  81. package/global.d.ts +0 -4
  82. /package/{public → dist}/favicon.ico +0 -0
  83. /package/{public → dist}/index.html +0 -0
  84. /package/{public → dist}/logo192.png +0 -0
  85. /package/{public → dist}/logo512.png +0 -0
  86. /package/{public → dist}/manifest.json +0 -0
  87. /package/{public → dist}/robots.txt +0 -0
@@ -1,18 +0,0 @@
1
- /* istanbul ignore else -- @preserve */
2
-
3
- /* istanbul ignore else: This is always true because otherwise it would not register a reducer callback. -- @preserve */
4
-
5
- /* istanbul ignore if -- @preserve */
6
-
7
- /* istanbul ignore if: paranoid check -- @preserve */
8
-
9
- /* istanbul ignore next -- @preserve */
10
-
11
- /* istanbul ignore next: paranoid check -- @preserve */
12
-
13
- /* istanbul ignore next: static function definition -- @preserve */
14
-
15
- /**
16
- * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
17
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
18
- */
@@ -1,2 +0,0 @@
1
- import i18n from 'i18next';
2
- export { i18n };
@@ -1,146 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.i18n = void 0;
7
- const i18next_1 = __importDefault(require("i18next"));
8
- exports.i18n = i18next_1.default;
9
- const react_i18next_1 = require("react-i18next");
10
- // Translation resources
11
- const resources = {
12
- en: {
13
- translation: {
14
- su: 'Su',
15
- mo: "Mo",
16
- tu: "Tu",
17
- we: "We",
18
- th: "Th",
19
- fr: "Fr",
20
- sa: "Sa",
21
- yesterday: "Yesterday",
22
- lastWeek: "Last week",
23
- lastMonth: "Last month",
24
- lastYear: "Last year",
25
- january: "January",
26
- february: "February",
27
- march: "March",
28
- april: "April",
29
- may: "May",
30
- june: "June",
31
- july: "July",
32
- august: "August",
33
- september: "September",
34
- october: "October",
35
- november: "November",
36
- december: "December",
37
- today: "Today",
38
- apply: "Apply",
39
- cancel: "Cancel",
40
- submit: "Submit",
41
- limitFileError: "File {{file.name}} exceeds the maximum size of {{sizeTitle}}",
42
- limitFileWarning: "File size should not exceed {{sizeTitle}}.",
43
- uploadFileAction: 'Click or drag and drop to upload file',
44
- file: "File",
45
- remove: "Remove",
46
- choose: "Choose",
47
- select: "Select",
48
- add: "Add",
49
- all: "All",
50
- noResultFound: "No result found",
51
- ofItems: "of {{totalItem}} items",
52
- page: "Page",
53
- go: "Go to",
54
- or: "Or",
55
- username: "Username",
56
- password: "Password",
57
- dontHaveAccount: "Don't have an account?",
58
- forgotPassword: "Forgot your password?",
59
- login: "Log in",
60
- loginTo: "Log in to",
61
- signup: "Sign up",
62
- signupFor: "Sign up for",
63
- "start-date": "Start date",
64
- "end-date": "End date",
65
- reset: "Reset",
66
- date: "Date",
67
- on: "On",
68
- daily: "Daily",
69
- weekly: "Weekly",
70
- monthly: "Monthly",
71
- last: "Last",
72
- },
73
- },
74
- vi: {
75
- translation: {
76
- su: 'CN',
77
- mo: "T2",
78
- tu: "T3",
79
- we: "T4",
80
- th: "T5",
81
- fr: "T6",
82
- sa: "T7",
83
- yesterday: "Hôm qua",
84
- lastWeek: "Tuần trước",
85
- lastMonth: "Tháng trước",
86
- lastYear: "Năm trước",
87
- january: "Tháng 1",
88
- february: "Tháng 2",
89
- march: "Tháng 3",
90
- april: "Tháng 4",
91
- may: "Tháng 5",
92
- june: "Tháng 6",
93
- july: "Tháng 7",
94
- august: "Tháng 8",
95
- september: "Tháng 9",
96
- october: "Tháng 10",
97
- november: "Tháng 11",
98
- december: "Tháng 12",
99
- today: "Hôm nay",
100
- apply: "Áp dụng",
101
- cancel: "Hủy",
102
- submit: "Xác nhận",
103
- limitFileError: "Tệp {{name}} vượt quá dung lượng tối đa {{sizeTitle}}",
104
- limitFileWarning: "Tệp không được vượt quá {{sizeTitle}}.",
105
- uploadFileAction: 'Nhấn hoặc kéo vào để tải tệp lên',
106
- file: "Tệp",
107
- remove: "Xóa",
108
- choose: "Chọn",
109
- select: "Chọn",
110
- add: "Thêm",
111
- all: "Tất cả",
112
- noResultFound: "Không tìm thấy kết quả",
113
- ofItems: "trên {{totalItem}} kết quả",
114
- page: "Trang",
115
- go: "Đi tới",
116
- or: "Hoặc",
117
- username: "Tên đăng nhập",
118
- password: "Mật khẩu",
119
- dontHaveAccount: "Chưa có tài khoản?",
120
- forgotPassword: "Quên mật khẩu?",
121
- login: "Đăng nhập",
122
- loginTo: "Đăng nhập vào",
123
- signup: "Đăng ký",
124
- signupFor: "Đăng ký",
125
- "start-date": "Ngày bắt đầu",
126
- "end-date": "Ngày kết thúc",
127
- reset: "Mặc định",
128
- date: "Ngày",
129
- on: "Vào",
130
- daily: "Hàng ngày",
131
- weekly: "Hàng tuần",
132
- monthly: "Hàng tháng",
133
- last: "Cuối tháng",
134
- },
135
- },
136
- };
137
- // Initialize i18n
138
- i18next_1.default.use(react_i18next_1.initReactI18next).init({
139
- resources,
140
- lng: 'en', // Default language
141
- fallbackLng: 'en', // Fallback language
142
- // backend: {loadPath: "somevariables"},
143
- interpolation: {
144
- escapeValue: false, // React already escapes values
145
- },
146
- });
package/global.d.ts DELETED
@@ -1,4 +0,0 @@
1
- declare module '*.css' {
2
- const content: { [className: string]: string };
3
- export default content;
4
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes