primereact 10.9.5 → 10.9.6
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/api/api.cjs.js +9 -1
- package/api/api.cjs.min.js +1 -1
- package/api/api.d.ts +5 -3
- package/api/api.esm.js +9 -1
- package/api/api.esm.min.js +1 -1
- package/api/api.js +9 -1
- package/api/api.min.js +1 -1
- package/autocomplete/autocomplete.d.ts +5 -5
- package/calendar/calendar.cjs.js +27 -5
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +27 -5
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +27 -5
- package/calendar/calendar.min.js +1 -1
- package/cascadeselect/cascadeselect.cjs.js +53 -3
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.d.ts +13 -0
- package/cascadeselect/cascadeselect.esm.js +54 -4
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +54 -5
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/core/core.js +44 -10
- package/core/core.min.js +6 -6
- package/datatable/datatable.cjs.js +86 -58
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +79 -3
- package/datatable/datatable.esm.js +86 -58
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +86 -58
- package/datatable/datatable.min.js +1 -1
- package/dialog/dialog.cjs.js +3 -2
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.d.ts +6 -1
- package/dialog/dialog.esm.js +3 -2
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +3 -2
- package/dialog/dialog.min.js +1 -1
- package/dropdown/dropdown.cjs.js +13 -3
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +13 -3
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +13 -3
- package/dropdown/dropdown.min.js +1 -1
- package/fileupload/fileupload.cjs.js +4 -2
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +4 -2
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +4 -2
- package/fileupload/fileupload.min.js +1 -1
- package/galleria/galleria.cjs.js +1 -0
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +1 -0
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +1 -0
- package/galleria/galleria.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +7 -2
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +7 -2
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +7 -2
- package/inputnumber/inputnumber.min.js +1 -1
- package/listbox/listbox.d.ts +4 -4
- package/menu/menu.cjs.js +3 -0
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +3 -0
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +3 -0
- package/menu/menu.min.js +1 -1
- package/multiselect/multiselect.cjs.js +61 -15
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +61 -15
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +61 -15
- package/multiselect/multiselect.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.cjs.js +16 -8
- package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.esm.js +16 -8
- package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.js +16 -8
- package/multistatecheckbox/multistatecheckbox.min.js +1 -1
- package/package.json +1 -1
- package/paginator/paginator.cjs.js +9 -1
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +9 -1
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +9 -1
- package/paginator/paginator.min.js +1 -1
- package/picklist/picklist.cjs.js +9 -1
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +9 -1
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +9 -1
- package/picklist/picklist.min.js +1 -1
- package/primereact.all.cjs.js +297 -115
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +297 -115
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +297 -115
- package/primereact.all.min.js +1 -1
- package/treeselect/treeselect.cjs.js +4 -0
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.d.ts +33 -0
- package/treeselect/treeselect.esm.js +4 -0
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +4 -0
- package/treeselect/treeselect.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.cjs.js +1 -0
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +1 -0
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +1 -0
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/utils/utils.cjs.js +3 -1
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +1 -1
- package/utils/utils.esm.js +3 -1
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +3 -1
- package/utils/utils.min.js +1 -1
- package/web-types.json +77 -10
package/core/core.js
CHANGED
|
@@ -2124,11 +2124,13 @@ this.primereact.utils = (function (exports, React) {
|
|
|
2124
2124
|
* @param {object} a - The first object to compare.
|
|
2125
2125
|
* @param {object} b - The second object to compare.
|
|
2126
2126
|
* @param {string[]} [keysToCompare] - The keys to compare. If not provided, performs a shallow comparison using absoluteCompare.
|
|
2127
|
+
* @param {number} [maxDepth=1] - The maximum depth to compare if the variables are objects.
|
|
2127
2128
|
* @returns {boolean} True if all specified properties are equal, false otherwise.
|
|
2128
2129
|
*/
|
|
2129
2130
|
}, {
|
|
2130
2131
|
key: "selectiveCompare",
|
|
2131
2132
|
value: function selectiveCompare(a, b, keysToCompare) {
|
|
2133
|
+
var maxDepth = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 1;
|
|
2132
2134
|
if (a === b) return true;
|
|
2133
2135
|
if (!a || !b || _typeof(a) !== 'object' || _typeof(b) !== 'object') return false;
|
|
2134
2136
|
if (!keysToCompare) return this.absoluteCompare(a, b, 1); // If no keys are provided, the comparison is limited to one depth level.
|
|
@@ -2142,7 +2144,7 @@ this.primereact.utils = (function (exports, React) {
|
|
|
2142
2144
|
var isObject = _typeof(aValue) === 'object' && aValue !== null && _typeof(bValue) === 'object' && bValue !== null;
|
|
2143
2145
|
|
|
2144
2146
|
// If the current key is an object, they are compared in one further level only.
|
|
2145
|
-
if (isObject && !this.absoluteCompare(aValue, bValue,
|
|
2147
|
+
if (isObject && !this.absoluteCompare(aValue, bValue, maxDepth)) return false;
|
|
2146
2148
|
if (!isObject && aValue !== bValue) return false;
|
|
2147
2149
|
}
|
|
2148
2150
|
} catch (err) {
|
|
@@ -2786,6 +2788,7 @@ this.primereact.api = (function (exports, utils, React) {
|
|
|
2786
2788
|
EQUALS: 'equals',
|
|
2787
2789
|
NOT_EQUALS: 'notEquals',
|
|
2788
2790
|
IN: 'in',
|
|
2791
|
+
NOT_IN: 'notIn',
|
|
2789
2792
|
LESS_THAN: 'lt',
|
|
2790
2793
|
LESS_THAN_OR_EQUAL_TO: 'lte',
|
|
2791
2794
|
GREATER_THAN: 'gt',
|
|
@@ -3170,6 +3173,7 @@ this.primereact.api = (function (exports, utils, React) {
|
|
|
3170
3173
|
emptySelectionMessage: 'No selected item',
|
|
3171
3174
|
endsWith: 'Ends with',
|
|
3172
3175
|
equals: 'Equals',
|
|
3176
|
+
fileChosenMessage: '{0} files',
|
|
3173
3177
|
fileSizeTypes: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],
|
|
3174
3178
|
filter: 'Filter',
|
|
3175
3179
|
firstDayOfWeek: 0,
|
|
@@ -3188,6 +3192,7 @@ this.primereact.api = (function (exports, utils, React) {
|
|
|
3188
3192
|
nextMonth: 'Next Month',
|
|
3189
3193
|
nextSecond: 'Next Second',
|
|
3190
3194
|
nextYear: 'Next Year',
|
|
3195
|
+
noFileChosenMessage: 'No file chosen',
|
|
3191
3196
|
noFilter: 'No Filter',
|
|
3192
3197
|
notContains: 'Not contains',
|
|
3193
3198
|
notEquals: 'Not equals',
|
|
@@ -3215,8 +3220,10 @@ this.primereact.api = (function (exports, utils, React) {
|
|
|
3215
3220
|
aria: {
|
|
3216
3221
|
cancelEdit: 'Cancel Edit',
|
|
3217
3222
|
close: 'Close',
|
|
3223
|
+
collapseLabel: 'Collapse',
|
|
3218
3224
|
collapseRow: 'Row Collapsed',
|
|
3219
3225
|
editRow: 'Edit Row',
|
|
3226
|
+
expandLabel: 'Expand',
|
|
3220
3227
|
expandRow: 'Row Expanded',
|
|
3221
3228
|
falseLabel: 'False',
|
|
3222
3229
|
filterConstraint: 'Filter Constraint',
|
|
@@ -3241,18 +3248,20 @@ this.primereact.api = (function (exports, utils, React) {
|
|
|
3241
3248
|
next: 'Next',
|
|
3242
3249
|
nextPageLabel: 'Next Page',
|
|
3243
3250
|
nullLabel: 'Not Selected',
|
|
3244
|
-
pageLabel: 'Page {page}',
|
|
3245
3251
|
otpLabel: 'Please enter one time password character {0}',
|
|
3252
|
+
pageLabel: 'Page {page}',
|
|
3246
3253
|
passwordHide: 'Hide Password',
|
|
3247
3254
|
passwordShow: 'Show Password',
|
|
3248
3255
|
previous: 'Previous',
|
|
3249
3256
|
prevPageLabel: 'Previous Page',
|
|
3257
|
+
removeLabel: 'Remove',
|
|
3250
3258
|
rotateLeft: 'Rotate Left',
|
|
3251
3259
|
rotateRight: 'Rotate Right',
|
|
3252
3260
|
rowsPerPageLabel: 'Rows per page',
|
|
3253
3261
|
saveEdit: 'Save Edit',
|
|
3254
3262
|
scrollTop: 'Scroll Top',
|
|
3255
3263
|
selectAll: 'All items selected',
|
|
3264
|
+
selectLabel: 'Select',
|
|
3256
3265
|
selectRow: 'Row Selected',
|
|
3257
3266
|
showFilterMenu: 'Show Filter Menu',
|
|
3258
3267
|
slide: 'Slide',
|
|
@@ -3261,6 +3270,7 @@ this.primereact.api = (function (exports, utils, React) {
|
|
|
3261
3270
|
stars: '{star} stars',
|
|
3262
3271
|
trueLabel: 'True',
|
|
3263
3272
|
unselectAll: 'All items unselected',
|
|
3273
|
+
unselectLabel: 'Unselect',
|
|
3264
3274
|
unselectRow: 'Row Unselected',
|
|
3265
3275
|
zoomImage: 'Zoom Image',
|
|
3266
3276
|
zoomIn: 'Zoom In',
|
|
@@ -11952,7 +11962,7 @@ this.primereact.inputnumber = (function (exports, React, PrimeReact, componentba
|
|
|
11952
11962
|
var stacked = props.showButtons && props.buttonLayout === 'stacked';
|
|
11953
11963
|
var horizontal = props.showButtons && props.buttonLayout === 'horizontal';
|
|
11954
11964
|
var vertical = props.showButtons && props.buttonLayout === 'vertical';
|
|
11955
|
-
var inputMode = props.inputMode || (props.mode === 'decimal' && !props.minFractionDigits ? 'numeric' : 'decimal');
|
|
11965
|
+
var inputMode = props.inputMode || (props.mode === 'decimal' && !props.minFractionDigits && !props.maxFractionDigits ? 'numeric' : 'decimal');
|
|
11956
11966
|
var getOptions = function getOptions() {
|
|
11957
11967
|
var _props$minFractionDig, _props$maxFractionDig;
|
|
11958
11968
|
return {
|
|
@@ -12387,6 +12397,10 @@ this.primereact.inputnumber = (function (exports, React, PrimeReact, componentba
|
|
|
12387
12397
|
event.preventDefault();
|
|
12388
12398
|
var _char2 = event.key;
|
|
12389
12399
|
if (_char2) {
|
|
12400
|
+
// get decimal separator in current locale
|
|
12401
|
+
if (_char2 === '.') {
|
|
12402
|
+
_char2 = _decimalSeparator.current;
|
|
12403
|
+
}
|
|
12390
12404
|
var _isDecimalSign = isDecimalSign(_char2);
|
|
12391
12405
|
var _isMinusSign = isMinusSign(_char2);
|
|
12392
12406
|
if (Number(_char2) >= 0 && Number(_char2) <= 9 || _isMinusSign || _isDecimalSign) {
|
|
@@ -12501,6 +12515,7 @@ this.primereact.inputnumber = (function (exports, React, PrimeReact, componentba
|
|
|
12501
12515
|
suffixCharIndex = _getCharIndexes2.suffixCharIndex,
|
|
12502
12516
|
currencyCharIndex = _getCharIndexes2.currencyCharIndex;
|
|
12503
12517
|
var maxFractionDigits = numberFormat.current.resolvedOptions().maximumFractionDigits;
|
|
12518
|
+
var hasBoundOrAffix = props.min || props.max || props.suffix || props.prefix; //only exception
|
|
12504
12519
|
var newValueStr;
|
|
12505
12520
|
if (sign.isMinusSign) {
|
|
12506
12521
|
var isNewMinusSign = minusCharIndex === -1;
|
|
@@ -12520,7 +12535,7 @@ this.primereact.inputnumber = (function (exports, React, PrimeReact, componentba
|
|
|
12520
12535
|
newValueStr = insertText(inputValue, text, selectionStart, selectionEnd);
|
|
12521
12536
|
updateValue(event, newValueStr, text, 'insert');
|
|
12522
12537
|
} else if (decimalCharIndex === -1 && (maxFractionDigits || props.maxFractionDigits)) {
|
|
12523
|
-
var allowedDecimal = inputMode !== 'numeric' || inputMode === 'numeric' &&
|
|
12538
|
+
var allowedDecimal = inputMode !== 'numeric' || inputMode === 'numeric' && hasBoundOrAffix;
|
|
12524
12539
|
if (allowedDecimal) {
|
|
12525
12540
|
newValueStr = insertText(inputValue, text, selectionStart, selectionEnd);
|
|
12526
12541
|
updateValue(event, newValueStr, text, 'insert');
|
|
@@ -13963,6 +13978,7 @@ this.primereact.dropdown = (function (exports, React, PrimeReact, componentbase,
|
|
|
13963
13978
|
name: null,
|
|
13964
13979
|
onBlur: null,
|
|
13965
13980
|
onChange: null,
|
|
13981
|
+
onClick: null,
|
|
13966
13982
|
onContextMenu: null,
|
|
13967
13983
|
onFilter: null,
|
|
13968
13984
|
onFocus: null,
|
|
@@ -14834,15 +14850,24 @@ this.primereact.dropdown = (function (exports, React, PrimeReact, componentbase,
|
|
|
14834
14850
|
!pressedInInputText && onEnterKey(event);
|
|
14835
14851
|
};
|
|
14836
14852
|
var onEnterKey = function onEnterKey(event) {
|
|
14853
|
+
event.preventDefault();
|
|
14837
14854
|
if (!overlayVisibleState) {
|
|
14838
14855
|
setFocusedOptionIndex(-1);
|
|
14839
14856
|
onArrowDownKey(event);
|
|
14840
14857
|
} else {
|
|
14841
|
-
if (focusedOptionIndex
|
|
14842
|
-
|
|
14858
|
+
if (focusedOptionIndex === -1) {
|
|
14859
|
+
return;
|
|
14860
|
+
}
|
|
14861
|
+
var focusedOption = visibleOptions[focusedOptionIndex];
|
|
14862
|
+
var optionValue = getOptionValue(focusedOption);
|
|
14863
|
+
if (optionValue == null || optionValue == undefined) {
|
|
14864
|
+
hide();
|
|
14865
|
+
resetFilter();
|
|
14866
|
+
updateEditableLabel(selectedOption);
|
|
14867
|
+
return;
|
|
14843
14868
|
}
|
|
14869
|
+
onOptionSelect(event, focusedOption);
|
|
14844
14870
|
}
|
|
14845
|
-
event.preventDefault();
|
|
14846
14871
|
};
|
|
14847
14872
|
var onEscapeKey = function onEscapeKey(event) {
|
|
14848
14873
|
overlayVisibleState && hide();
|
|
@@ -15824,6 +15849,7 @@ this.primereact.dialog = (function (exports, React, PrimeReact, componentbase, c
|
|
|
15824
15849
|
resizable: true,
|
|
15825
15850
|
rtl: false,
|
|
15826
15851
|
showHeader: true,
|
|
15852
|
+
showCloseIcon: true,
|
|
15827
15853
|
style: null,
|
|
15828
15854
|
transitionOptions: null,
|
|
15829
15855
|
visible: false,
|
|
@@ -15955,7 +15981,7 @@ this.primereact.dialog = (function (exports, React, PrimeReact, componentbase, c
|
|
|
15955
15981
|
var focus = function focus() {
|
|
15956
15982
|
var activeElement = document.activeElement;
|
|
15957
15983
|
var isActiveElementInDialog = activeElement && dialogRef.current && dialogRef.current.contains(activeElement);
|
|
15958
|
-
if (!isActiveElementInDialog && props.closable && props.showHeader && closeRef.current) {
|
|
15984
|
+
if (!isActiveElementInDialog && props.closable && props.showCloseIcon && props.showHeader && closeRef.current) {
|
|
15959
15985
|
closeRef.current.focus();
|
|
15960
15986
|
}
|
|
15961
15987
|
};
|
|
@@ -16261,7 +16287,7 @@ this.primereact.dialog = (function (exports, React, PrimeReact, componentbase, c
|
|
|
16261
16287
|
};
|
|
16262
16288
|
});
|
|
16263
16289
|
var createCloseIcon = function createCloseIcon() {
|
|
16264
|
-
if (props.closable) {
|
|
16290
|
+
if (props.closable && props.showCloseIcon) {
|
|
16265
16291
|
var labelAria = props.ariaCloseIconLabel || PrimeReact.ariaLabel('close');
|
|
16266
16292
|
var closeButtonIconProps = mergeProps({
|
|
16267
16293
|
className: cx('closeButtonIcon'),
|
|
@@ -16847,6 +16873,7 @@ this.primereact.paginator = (function (exports, React, api, componentbase, hooks
|
|
|
16847
16873
|
EQUALS: 'equals',
|
|
16848
16874
|
NOT_EQUALS: 'notEquals',
|
|
16849
16875
|
IN: 'in',
|
|
16876
|
+
NOT_IN: 'notIn',
|
|
16850
16877
|
LESS_THAN: 'lt',
|
|
16851
16878
|
LESS_THAN_OR_EQUAL_TO: 'lte',
|
|
16852
16879
|
GREATER_THAN: 'gt',
|
|
@@ -16935,6 +16962,7 @@ this.primereact.paginator = (function (exports, React, api, componentbase, hooks
|
|
|
16935
16962
|
emptySelectionMessage: 'No selected item',
|
|
16936
16963
|
endsWith: 'Ends with',
|
|
16937
16964
|
equals: 'Equals',
|
|
16965
|
+
fileChosenMessage: '{0} files',
|
|
16938
16966
|
fileSizeTypes: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],
|
|
16939
16967
|
filter: 'Filter',
|
|
16940
16968
|
firstDayOfWeek: 0,
|
|
@@ -16953,6 +16981,7 @@ this.primereact.paginator = (function (exports, React, api, componentbase, hooks
|
|
|
16953
16981
|
nextMonth: 'Next Month',
|
|
16954
16982
|
nextSecond: 'Next Second',
|
|
16955
16983
|
nextYear: 'Next Year',
|
|
16984
|
+
noFileChosenMessage: 'No file chosen',
|
|
16956
16985
|
noFilter: 'No Filter',
|
|
16957
16986
|
notContains: 'Not contains',
|
|
16958
16987
|
notEquals: 'Not equals',
|
|
@@ -16980,8 +17009,10 @@ this.primereact.paginator = (function (exports, React, api, componentbase, hooks
|
|
|
16980
17009
|
aria: {
|
|
16981
17010
|
cancelEdit: 'Cancel Edit',
|
|
16982
17011
|
close: 'Close',
|
|
17012
|
+
collapseLabel: 'Collapse',
|
|
16983
17013
|
collapseRow: 'Row Collapsed',
|
|
16984
17014
|
editRow: 'Edit Row',
|
|
17015
|
+
expandLabel: 'Expand',
|
|
16985
17016
|
expandRow: 'Row Expanded',
|
|
16986
17017
|
falseLabel: 'False',
|
|
16987
17018
|
filterConstraint: 'Filter Constraint',
|
|
@@ -17006,18 +17037,20 @@ this.primereact.paginator = (function (exports, React, api, componentbase, hooks
|
|
|
17006
17037
|
next: 'Next',
|
|
17007
17038
|
nextPageLabel: 'Next Page',
|
|
17008
17039
|
nullLabel: 'Not Selected',
|
|
17009
|
-
pageLabel: 'Page {page}',
|
|
17010
17040
|
otpLabel: 'Please enter one time password character {0}',
|
|
17041
|
+
pageLabel: 'Page {page}',
|
|
17011
17042
|
passwordHide: 'Hide Password',
|
|
17012
17043
|
passwordShow: 'Show Password',
|
|
17013
17044
|
previous: 'Previous',
|
|
17014
17045
|
prevPageLabel: 'Previous Page',
|
|
17046
|
+
removeLabel: 'Remove',
|
|
17015
17047
|
rotateLeft: 'Rotate Left',
|
|
17016
17048
|
rotateRight: 'Rotate Right',
|
|
17017
17049
|
rowsPerPageLabel: 'Rows per page',
|
|
17018
17050
|
saveEdit: 'Save Edit',
|
|
17019
17051
|
scrollTop: 'Scroll Top',
|
|
17020
17052
|
selectAll: 'All items selected',
|
|
17053
|
+
selectLabel: 'Select',
|
|
17021
17054
|
selectRow: 'Row Selected',
|
|
17022
17055
|
showFilterMenu: 'Show Filter Menu',
|
|
17023
17056
|
slide: 'Slide',
|
|
@@ -17026,6 +17059,7 @@ this.primereact.paginator = (function (exports, React, api, componentbase, hooks
|
|
|
17026
17059
|
stars: '{star} stars',
|
|
17027
17060
|
trueLabel: 'True',
|
|
17028
17061
|
unselectAll: 'All items unselected',
|
|
17062
|
+
unselectLabel: 'Unselect',
|
|
17029
17063
|
unselectRow: 'Row Unselected',
|
|
17030
17064
|
zoomImage: 'Zoom Image',
|
|
17031
17065
|
zoomIn: 'Zoom In',
|