@bpmn-io/form-js-playground 1.11.1 → 1.11.3

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.
@@ -67868,7 +67868,9 @@
67868
67868
  accept = ''
67869
67869
  } = field;
67870
67870
  /** @type {string} */
67871
- const evaluatedAccept = useSingleLineTemplateEvaluation(accept);
67871
+ const evaluatedAccept = useSingleLineTemplateEvaluation(accept, {
67872
+ debug: true
67873
+ });
67872
67874
  const evaluatedMultiple = useBooleanExpressionEvaluation(multiple);
67873
67875
  const errorMessageId = `${domId}-error-message`;
67874
67876
  /** @type {File[]} */
@@ -68131,7 +68133,7 @@
68131
68133
  return this._formFields[type];
68132
68134
  }
68133
68135
  }
68134
- const EXPRESSION_PROPERTIES = ['alt', 'appearance.prefixAdorner', 'appearance.suffixAdorner', 'conditional.hide', 'description', 'label', 'source', 'readonly', 'text', 'validate.min', 'validate.max', 'validate.minLength', 'validate.maxLength', 'valuesExpression', 'url', 'dataSource', 'columnsExpression', 'expression'];
68136
+ const EXPRESSION_PROPERTIES = ['alt', 'appearance.prefixAdorner', 'appearance.suffixAdorner', 'conditional.hide', 'description', 'label', 'source', 'readonly', 'text', 'validate.min', 'validate.max', 'validate.minLength', 'validate.maxLength', 'valuesExpression', 'url', 'dataSource', 'columnsExpression', 'expression', 'multiple', 'accept'];
68135
68137
  const TEMPLATE_PROPERTIES = ['alt', 'appearance.prefixAdorner', 'appearance.suffixAdorner', 'description', 'label', 'source', 'text', 'content', 'url'];
68136
68138
 
68137
68139
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmn-io/form-js-playground",
3
- "version": "1.11.1",
3
+ "version": "1.11.3",
4
4
  "description": "A form-js playground",
5
5
  "files": [
6
6
  "dist"
@@ -45,8 +45,8 @@
45
45
  "url": "https://github.com/bpmn-io"
46
46
  },
47
47
  "dependencies": {
48
- "@bpmn-io/form-js-editor": "^1.11.1",
49
- "@bpmn-io/form-js-viewer": "^1.11.1",
48
+ "@bpmn-io/form-js-editor": "^1.11.3",
49
+ "@bpmn-io/form-js-viewer": "^1.11.3",
50
50
  "@codemirror/autocomplete": "^6.18.1",
51
51
  "@codemirror/commands": "^6.6.2",
52
52
  "@codemirror/lang-json": "^6.0.1",
@@ -71,5 +71,5 @@
71
71
  "rollup-plugin-css-only": "^4.5.2",
72
72
  "style-loader": "^4.0.0"
73
73
  },
74
- "gitHead": "fa5965e45151907b42d679b38b466efa526b1a7b"
74
+ "gitHead": "b64c2479d443024949ff4eab66ba2cedc5075fa6"
75
75
  }