primevue 4.0.0 → 4.0.1

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 (90) hide show
  1. package/accordion/style/index.mjs +1 -1
  2. package/accordion/style/index.mjs.map +1 -1
  3. package/autocomplete/AutoComplete.vue +4 -2
  4. package/autocomplete/index.mjs +3 -2
  5. package/autocomplete/index.mjs.map +1 -1
  6. package/cascadeselect/CascadeSelect.vue +4 -4
  7. package/cascadeselect/index.d.ts +4 -0
  8. package/cascadeselect/index.mjs +2 -2
  9. package/cascadeselect/index.mjs.map +1 -1
  10. package/checkbox/Checkbox.vue +2 -1
  11. package/checkbox/index.d.ts +5 -0
  12. package/checkbox/index.mjs +1 -0
  13. package/checkbox/index.mjs.map +1 -1
  14. package/datatable/BodyCell.vue +8 -5
  15. package/datatable/HeaderCell.vue +2 -2
  16. package/datatable/RowCheckbox.vue +1 -1
  17. package/datatable/index.mjs +19 -16
  18. package/datatable/index.mjs.map +1 -1
  19. package/datatable/style/index.mjs +1 -1
  20. package/datatable/style/index.mjs.map +1 -1
  21. package/datepicker/index.mjs +1 -1
  22. package/fileupload/index.mjs +1 -1
  23. package/galleria/GalleriaItem.vue +5 -5
  24. package/galleria/GalleriaThumbnails.vue +6 -6
  25. package/galleria/index.mjs +16 -16
  26. package/galleria/index.mjs.map +1 -1
  27. package/galleria/style/index.d.ts +4 -4
  28. package/galleria/style/index.mjs +8 -8
  29. package/galleria/style/index.mjs.map +1 -1
  30. package/iconfield/style/index.mjs +1 -1
  31. package/iconfield/style/index.mjs.map +1 -1
  32. package/inputmask/InputMask.vue +5 -1
  33. package/inputmask/index.d.ts +5 -0
  34. package/inputmask/index.mjs +5 -2
  35. package/inputmask/index.mjs.map +1 -1
  36. package/listbox/Listbox.vue +3 -3
  37. package/listbox/index.mjs +7 -6
  38. package/listbox/index.mjs.map +1 -1
  39. package/menubar/index.d.ts +1 -1
  40. package/multiselect/index.d.ts +4 -0
  41. package/package.json +5 -3
  42. package/paginator/Paginator.vue +2 -2
  43. package/paginator/index.mjs +3 -2
  44. package/paginator/index.mjs.map +1 -1
  45. package/password/Password.vue +3 -2
  46. package/password/index.mjs +3 -2
  47. package/password/index.mjs.map +1 -1
  48. package/picklist/PickList.vue +9 -9
  49. package/picklist/index.d.ts +4 -4
  50. package/picklist/index.mjs +9 -9
  51. package/picklist/index.mjs.map +1 -1
  52. package/select/Select.vue +8 -5
  53. package/select/index.mjs +11 -7
  54. package/select/index.mjs.map +1 -1
  55. package/selectbutton/index.mjs +1 -1
  56. package/speeddial/SpeedDial.vue +3 -3
  57. package/speeddial/index.mjs +3 -3
  58. package/speeddial/index.mjs.map +1 -1
  59. package/splitbutton/SplitButton.vue +1 -1
  60. package/splitbutton/index.d.ts +1 -1
  61. package/splitbutton/index.mjs +1 -1
  62. package/splitbutton/index.mjs.map +1 -1
  63. package/step/Step.vue +6 -6
  64. package/step/index.mjs +7 -7
  65. package/step/index.mjs.map +1 -1
  66. package/step/style/index.mjs +2 -3
  67. package/step/style/index.mjs.map +1 -1
  68. package/steppanel/StepPanel.vue +1 -1
  69. package/steppanel/index.mjs +2 -4
  70. package/steppanel/index.mjs.map +1 -1
  71. package/stepper/style/index.mjs +1 -1
  72. package/stepper/style/index.mjs.map +1 -1
  73. package/tablist/TabList.vue +7 -3
  74. package/tablist/index.d.ts +6 -2
  75. package/tablist/index.mjs +8 -4
  76. package/tablist/index.mjs.map +1 -1
  77. package/tablist/style/index.d.ts +3 -3
  78. package/tablist/style/index.mjs +2 -2
  79. package/tablist/style/index.mjs.map +1 -1
  80. package/tabs/style/index.mjs +1 -1
  81. package/tabs/style/index.mjs.map +1 -1
  82. package/tree/Tree.vue +3 -3
  83. package/tree/TreeNode.vue +1 -1
  84. package/tree/index.mjs +16 -13
  85. package/tree/index.mjs.map +1 -1
  86. package/treenode/index.d.ts +1 -1
  87. package/treeselect/index.mjs +1 -1
  88. package/treetable/index.mjs +2 -2
  89. package/umd/primevue.min.js +1 -1
  90. package/web-types.json +1 -1
@@ -22,7 +22,7 @@
22
22
  @focus="onFocus"
23
23
  @blur="onBlur"
24
24
  @keydown="onKeyDown"
25
- v-bind="{ ...inputProps, ...ptm('input') }"
25
+ v-bind="{ ...inputProps, ...ptm('hiddenInput') }"
26
26
  />
27
27
  </div>
28
28
  <span :class="cx('label')" v-bind="ptm('label')">
@@ -86,10 +86,10 @@
86
86
  </template>
87
87
 
88
88
  <script>
89
- import { ConnectedOverlayScrollHandler, UniqueComponentId } from '@primevue/core/utils';
90
- import { focus, addStyle, relativePosition, getOuterWidth, absolutePosition, isTouchDevice, findSingle } from '@primeuix/utils/dom';
91
- import { resolveFieldData, isString, isNotEmpty, isPrintableCharacter, isEmpty, findLastIndex, equals } from '@primeuix/utils/object';
89
+ import { absolutePosition, addStyle, findSingle, focus, getOuterWidth, isTouchDevice, relativePosition } from '@primeuix/utils/dom';
90
+ import { equals, findLastIndex, isEmpty, isNotEmpty, isPrintableCharacter, isString, resolveFieldData } from '@primeuix/utils/object';
92
91
  import { ZIndex } from '@primeuix/utils/zindex';
92
+ import { ConnectedOverlayScrollHandler, UniqueComponentId } from '@primevue/core/utils';
93
93
  import AngleRightIcon from '@primevue/icons/angleright';
94
94
  import ChevronDownIcon from '@primevue/icons/chevrondown';
95
95
  import SpinnerIcon from '@primevue/icons/spinner';
@@ -136,6 +136,10 @@ export interface CascadeSelectPassThroughOptions {
136
136
  * Used to pass attributes to the hidden input container's DOM element.
137
137
  */
138
138
  hiddenInputContainer?: CascadeSelectPassThroughOptionType;
139
+ /**
140
+ * Used to pass attributes to the hidden input's DOM element.
141
+ */
142
+ hiddenInput?: CascadeSelectPassThroughOptionType;
139
143
  /**
140
144
  * Used to pass attributes to the hidden selected message's DOM element.
141
145
  */
@@ -1,7 +1,7 @@
1
- import { UniqueComponentId, ConnectedOverlayScrollHandler } from '@primevue/core/utils';
2
1
  import { nestedPosition, focus, addStyle, relativePosition, getOuterWidth, absolutePosition, isTouchDevice, findSingle } from '@primeuix/utils/dom';
3
2
  import { resolveFieldData, isNotEmpty, isString, isPrintableCharacter, isEmpty, findLastIndex, equals } from '@primeuix/utils/object';
4
3
  import { ZIndex } from '@primeuix/utils/zindex';
4
+ import { UniqueComponentId, ConnectedOverlayScrollHandler } from '@primevue/core/utils';
5
5
  import AngleRightIcon from '@primevue/icons/angleright';
6
6
  import ChevronDownIcon from '@primevue/icons/chevrondown';
7
7
  import SpinnerIcon from '@primevue/icons/spinner';
@@ -1151,7 +1151,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
1151
1151
  onKeydown: _cache[2] || (_cache[2] = function () {
1152
1152
  return $options.onKeyDown && $options.onKeyDown.apply($options, arguments);
1153
1153
  })
1154
- }, _objectSpread(_objectSpread({}, _ctx.inputProps), _ctx.ptm('input'))), null, 16, _hoisted_1)], 16), createElementVNode("span", mergeProps({
1154
+ }, _objectSpread(_objectSpread({}, _ctx.inputProps), _ctx.ptm('hiddenInput'))), null, 16, _hoisted_1)], 16), createElementVNode("span", mergeProps({
1155
1155
  "class": _ctx.cx('label')
1156
1156
  }, _ctx.ptm('label')), [renderSlot(_ctx.$slots, "value", {
1157
1157
  value: _ctx.modelValue,