@anzusystems/common-admin 1.47.0-beta.351 → 1.47.0-beta.353
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/dist/common-admin.d.ts +80 -0
- package/dist/common-admin.js +2455 -2449
- package/dist/common-admin.js.map +1 -1
- package/package.json +4 -4
package/dist/common-admin.d.ts
CHANGED
|
@@ -17981,6 +17981,7 @@ export declare const messagesSk: {
|
|
|
17981
17981
|
badge: string;
|
|
17982
17982
|
open: string;
|
|
17983
17983
|
close: string;
|
|
17984
|
+
dismiss: string;
|
|
17984
17985
|
confirmEdit: {
|
|
17985
17986
|
ok: string;
|
|
17986
17987
|
cancel: string;
|
|
@@ -18024,6 +18025,16 @@ export declare const messagesSk: {
|
|
|
18024
18025
|
input: {
|
|
18025
18026
|
placeholder: string;
|
|
18026
18027
|
};
|
|
18028
|
+
ariaLabel: {
|
|
18029
|
+
previousMonth: string;
|
|
18030
|
+
nextMonth: string;
|
|
18031
|
+
selectYear: string;
|
|
18032
|
+
previousYear: string;
|
|
18033
|
+
nextYear: string;
|
|
18034
|
+
selectMonth: string;
|
|
18035
|
+
selectDate: string;
|
|
18036
|
+
currentDate: string;
|
|
18037
|
+
};
|
|
18027
18038
|
};
|
|
18028
18039
|
noDataText: string;
|
|
18029
18040
|
carousel: {
|
|
@@ -18047,9 +18058,18 @@ export declare const messagesSk: {
|
|
|
18047
18058
|
counter: string;
|
|
18048
18059
|
counterSize: string;
|
|
18049
18060
|
};
|
|
18061
|
+
fileUpload: {
|
|
18062
|
+
title: string;
|
|
18063
|
+
divider: string;
|
|
18064
|
+
browse: string;
|
|
18065
|
+
};
|
|
18050
18066
|
timePicker: {
|
|
18051
18067
|
am: string;
|
|
18052
18068
|
pm: string;
|
|
18069
|
+
title: string;
|
|
18070
|
+
hour: string;
|
|
18071
|
+
minute: string;
|
|
18072
|
+
second: string;
|
|
18053
18073
|
};
|
|
18054
18074
|
pagination: {
|
|
18055
18075
|
ariaLabel: {
|
|
@@ -18076,6 +18096,66 @@ export declare const messagesSk: {
|
|
|
18076
18096
|
loadMore: string;
|
|
18077
18097
|
empty: string;
|
|
18078
18098
|
};
|
|
18099
|
+
rules: {
|
|
18100
|
+
required: string;
|
|
18101
|
+
email: string;
|
|
18102
|
+
number: string;
|
|
18103
|
+
integer: string;
|
|
18104
|
+
capital: string;
|
|
18105
|
+
maxLength: string;
|
|
18106
|
+
minLength: string;
|
|
18107
|
+
strictLength: string;
|
|
18108
|
+
exclude: string;
|
|
18109
|
+
notEmpty: string;
|
|
18110
|
+
pattern: string;
|
|
18111
|
+
};
|
|
18112
|
+
hotkey: {
|
|
18113
|
+
then: string;
|
|
18114
|
+
ctrl: string;
|
|
18115
|
+
command: string;
|
|
18116
|
+
shift: string;
|
|
18117
|
+
alt: string;
|
|
18118
|
+
option: string;
|
|
18119
|
+
enter: string;
|
|
18120
|
+
escape: string;
|
|
18121
|
+
upArrow: string;
|
|
18122
|
+
downArrow: string;
|
|
18123
|
+
leftArrow: string;
|
|
18124
|
+
rightArrow: string;
|
|
18125
|
+
backspace: string;
|
|
18126
|
+
space: string;
|
|
18127
|
+
plus: string;
|
|
18128
|
+
shortcut: string;
|
|
18129
|
+
or: string;
|
|
18130
|
+
};
|
|
18131
|
+
video: {
|
|
18132
|
+
play: string;
|
|
18133
|
+
pause: string;
|
|
18134
|
+
seek: string;
|
|
18135
|
+
volume: string;
|
|
18136
|
+
showVolume: string;
|
|
18137
|
+
mute: string;
|
|
18138
|
+
unmute: string;
|
|
18139
|
+
enterFullscreen: string;
|
|
18140
|
+
exitFullscreen: string;
|
|
18141
|
+
};
|
|
18142
|
+
colorPicker: {
|
|
18143
|
+
ariaLabel: {
|
|
18144
|
+
eyedropper: string;
|
|
18145
|
+
hueSlider: string;
|
|
18146
|
+
alphaSlider: string;
|
|
18147
|
+
redInput: string;
|
|
18148
|
+
greenInput: string;
|
|
18149
|
+
blueInput: string;
|
|
18150
|
+
alphaInput: string;
|
|
18151
|
+
hueInput: string;
|
|
18152
|
+
saturationInput: string;
|
|
18153
|
+
lightnessInput: string;
|
|
18154
|
+
hexInput: string;
|
|
18155
|
+
hexaInput: string;
|
|
18156
|
+
changeFormat: string;
|
|
18157
|
+
};
|
|
18158
|
+
};
|
|
18079
18159
|
};
|
|
18080
18160
|
error: {
|
|
18081
18161
|
apiValidation: {
|