@quandis/qbo4.configuration 4.0.1-CI-20240612-212159 → 4.0.1-CI-20240613-150623

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 (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quandis/qbo4.configuration",
3
- "version": "4.0.1-CI-20240612-212159",
3
+ "version": "4.0.1-CI-20240613-150623",
4
4
  "type": "module",
5
5
  "types": "./src/Program.d.ts",
6
6
  "exports": {
package/readme.md CHANGED
@@ -207,16 +207,17 @@ When the `ctrl-dblclick` event is triggered, a dialog will open, presenting the
207
207
  ---
208
208
  **Edit Template**
209
209
 
210
- | default &#8595; | <- *a datalist of available templates*
210
+ [ default &#8595; ] <- *a datalist of available templates*
211
211
 
212
212
  ```html
213
213
  1 <input name="first" placeholder="First name" value="${component.jsonData.Contact.First]}"/>
214
214
  2 <input name="middle" placeholder="Middle name" value="${component.jsonData.Contact.Middle]}"/>
215
215
  3 <input name="last" placeholder="Last name" value="${component.jsonData.Contact.Last}"/>
216
216
  ```
217
-
218
217
  ^ *an editor for editing the rendering function*
219
218
 
219
+ [ *Ask AI to code...* ]
220
+
220
221
  [ Save ] [ Cancel ]
221
222
 
222
223
  ---
@@ -224,9 +225,10 @@ When the `ctrl-dblclick` event is triggered, a dialog will open, presenting the
224
225
  Feature include:
225
226
 
226
227
  - As the power user modifies the template, the underlying UI will update in real-time.
227
- - Any syntax errors will be trapped and displayed in the editor
228
+ - Any syntax errors will be trapped and displayed in the editor
228
229
  - The editor can be dragged and resized as needed
229
230
  - The `type` at the top can be selected from a `datalist`, and new types can be entered.
231
+ - The `Ask AI to code...` input will apply Generative AI to modify the code as you describe.
230
232
  - Clicking `Save` will save the template in configuration (server-side), and be available for use.
231
233
  - Clicking `Cancel` will discard any changes, reverting to the original rendering.
232
234
 
@@ -260,4 +262,3 @@ As with all qbo-based configuration, enable and test in a lower environment befo
260
262
  - create a GUI designer that detects available web components via DI
261
263
  - propagate changes to a components `type` property to parent components
262
264
  - if a user creates a new `type` of an address control called `streetview`, and the address control is part of a property control, save the property control such that it uses `<qbo-address type="streetview">`
263
- - add AI modifications to the default editor