@signal24/vue-foundation 4.13.8 → 4.13.9

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.
@@ -764,7 +764,8 @@ function _t(e, t, n, i, s, o) {
764
764
  placeholder: o.effectivePlaceholder,
765
765
  onFocus: t[2] || (t[2] = (...r) => o.handleInputFocused && o.handleInputFocused(...r)),
766
766
  onBlur: t[3] || (t[3] = (...r) => o.handleInputBlurred && o.handleInputBlurred(...r)),
767
- required: n.required
767
+ required: n.required,
768
+ "data-1p-ignore": ""
768
769
  }, null, 42, Ht), [
769
770
  [qe, e.searchText],
770
771
  [l, o.effectiveDisabled]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@signal24/vue-foundation",
3
3
  "type": "module",
4
- "version": "4.13.8",
4
+ "version": "4.13.9",
5
5
  "description": "Common components, directives, and helpers for Vue 3 apps",
6
6
  "module": "./dist/vue-foundation.es.js",
7
7
  "exports": {
@@ -11,6 +11,7 @@
11
11
  @focus="handleInputFocused"
12
12
  @blur="handleInputBlurred"
13
13
  :required="required"
14
+ data-1p-ignore
14
15
  />
15
16
  <div v-if="shouldDisplayOptions" ref="optionsContainer" class="vf-smart-select-options">
16
17
  <div v-if="!isLoaded" class="no-results">Loading...</div>