@provartesting/provardx-cli 1.5.0-beta.16 → 1.5.0-beta.17

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.
@@ -0,0 +1,2001 @@
1
+ # NitroX Component Package Catalog
2
+
3
+ Shipped base NitroX (Hybrid Model) component packages.
4
+ Use as a reference when generating new NitroX components — match naming conventions,
5
+ type strings, tagNames, interaction titles, and attribute names from these shipped packages.
6
+
7
+ ---
8
+
9
+ ## common (v1.8.21)
10
+
11
+ Package includes definitions for Generic Fact Component
12
+ **Requires Provar:** >=2.10.2
13
+
14
+ ### Components
15
+
16
+ #### Generic Component
17
+
18
+ - **name:** `json::/com/provar/common/GenericComponent`
19
+ - **type:** `container/genericComponent`
20
+ - **tagName:** `*`
21
+ - **interactions:** `Clear`, `Set`, `Check`, `Uncheck`, `Click`
22
+ - **attributes:** `Class`, `Visible`, `Disabled`, `Name`, `Label`, `Type`, `Checked`, `Required`, `Read only`, `Max length`, `Min length`, `Href`, `Value`
23
+
24
+ ---
25
+
26
+ ## experienceCloud (v1.0.7)
27
+
28
+ Package includes definitions for Experience Cloud FACT elements
29
+ **Requires Provar:** >=2.10.2
30
+
31
+ ### Components
32
+
33
+ #### Community Leaderboard Item
34
+
35
+ - **name:** `json::/com/provar/experienceCloud/CommunityLeaderboardItem`
36
+ - **type:** `container`
37
+ - **tagName:** `div`
38
+ - **interactions:** `Click`
39
+ - **attributes:** `Class`
40
+ - **child elements:** 2
41
+
42
+ #### CheckBox
43
+
44
+ - **name:** `json::/com/provar/experienceCloud/ExpCloudCheckBox`
45
+ - **type:** `Checkbox`
46
+ - **tagName:** `div`
47
+ - **interactions:** `Check`, `Uncheck`
48
+ - **attributes:** `Class`, `Value`
49
+
50
+ #### Lookup List
51
+
52
+ - **name:** `json::/com/provar/experienceCloud/ExpCloudLookupList`
53
+ - **type:** `container`
54
+ - **tagName:** `a`
55
+ - **interactions:** `Click`
56
+ - **attributes:** `Name`, `Type`, `Text`, `Class`, `Href`
57
+
58
+ #### PickList
59
+
60
+ - **name:** `json::/com/provar/experienceCloud/ExpCloudPickList`
61
+ - **type:** `container`
62
+ - **tagName:** `div`
63
+ - **interactions:** `Set`, `Set By Index`
64
+ - **attributes:** `Class`, `Value`
65
+
66
+ #### Rich Text Area
67
+
68
+ - **name:** `json::/com/provar/experienceCloud/ExpCloudRichTextArea`
69
+ - **type:** `container`
70
+ - **tagName:** `div`
71
+ - **interactions:** `Clear`, `Set`
72
+ - **attributes:** `Class`, `Value`
73
+
74
+ #### Profile Menu
75
+
76
+ - **name:** `json::/com/provar/experienceCloud/UserProfileMenu`
77
+ - **type:** `container`
78
+ - **tagName:** `community_user-user-profile-menu`
79
+ - **interactions:** `Set`, `Set By Index`, `Click`
80
+ - **attributes:** `Class`, `Username`, `Is guest user`, `Login button text`, `Menu Items`
81
+
82
+ ---
83
+
84
+ ## html5 (v1.8.11)
85
+
86
+ Package includes definitions for HTML5 FACT elements
87
+ **Requires Provar:** >=2.10.2
88
+
89
+ ### Components
90
+
91
+ #### HTML5 Anchor Object
92
+
93
+ - **name:** `json::/com/provar/html5/AnchorObject`
94
+ - **type:** `container`
95
+ - **tagName:** `a`
96
+ - **interactions:** `Click`
97
+ - **attributes:** `Name`, `Visible`, `Type`, `Text`, `Class`, `Href`
98
+
99
+ #### HTML5 Button
100
+
101
+ - **name:** `json::/com/provar/html5/Button`
102
+ - **type:** `container`
103
+ - **tagName:** `button`
104
+ - **interactions:** `Click`
105
+ - **attributes:** `Disabled`, `Visible`, `Text Content`, `Inner Text`, `Label`, `Name`, `Type`, `Title`, `Aria Label`
106
+
107
+ #### HTML5 Button Input
108
+
109
+ - **name:** `json::/com/provar/html5/ButtonInput`
110
+ - **type:** `container`
111
+ - **tagName:** `input`
112
+ - **interactions:** `Click`
113
+ - **attributes:** `Disabled`, `Visible`, `Validation Message`, `Name`, `Type`
114
+
115
+ #### HTML5 Checkbox Input
116
+
117
+ - **name:** `json::/com/provar/html5/CheckboxInput`
118
+ - **type:** `container`
119
+ - **tagName:** `input`
120
+ - **interactions:** `Check`, `Uncheck`
121
+ - **attributes:** `Disabled`, `Name`, `Visible`, `Type`, `Checked`, `Required`, `Read only`
122
+
123
+ #### HTML5 Color Input
124
+
125
+ - **name:** `json::/com/provar/html5/ColorInput`
126
+ - **type:** `container`
127
+ - **tagName:** `input`
128
+ - **interactions:** `Set`
129
+ - **attributes:** `Disabled`, `Visible`, `Name`, `Type`, `Value`
130
+
131
+ #### HTML5 Date Input
132
+
133
+ - **name:** `json::/com/provar/html5/DateInput`
134
+ - **type:** `container`
135
+ - **tagName:** `input`
136
+ - **interactions:** `Set`, `Set Date`
137
+ - **attributes:** `Disabled`, `Visible`, `Name`, `Pattern`, `Placeholder`, `Read only`, `Required`, `Type`, `Value`, `Min`, `Max`, `Validation Message`, `Class`
138
+
139
+ #### HTML5 Datetime-local Input
140
+
141
+ - **name:** `json::/com/provar/html5/DatetimeLocalInput`
142
+ - **type:** `container`
143
+ - **tagName:** `input`
144
+ - **interactions:** `Set`, `Set Date Time`
145
+ - **attributes:** `Disabled`, `Visible`, `Name`, `Pattern`, `Class`, `Placeholder`, `Read only`, `Required`, `Type`, `Validation Message`, `Value`, `Max`, `Min`
146
+
147
+ #### HTML5 Div
148
+
149
+ - **name:** `json::/com/provar/html5/Division`
150
+ - **type:** `container`
151
+ - **tagName:** `div`
152
+ - **interactions:** `Click`
153
+ - **attributes:** `Class`, `Visible`, `Value`
154
+
155
+ #### HTML5 Email Input
156
+
157
+ - **name:** `json::/com/provar/html5/EmailInput`
158
+ - **type:** `container`
159
+ - **tagName:** `input`
160
+ - **interactions:** `Clear`, `Append`, `Set`
161
+ - **attributes:** `Disabled`, `Visible`, `Validation Message`, `Max length`, `Name`, `Pattern`, `Placeholder`, `Read only`, `Required`, `Type`, `Value`, `Class`
162
+
163
+ #### HTML5 File Input
164
+
165
+ - **name:** `json::/com/provar/html5/FileInput`
166
+ - **type:** `container`
167
+ - **tagName:** `input`
168
+ - **interactions:** `Upload Files`
169
+ - **attributes:** `Disabled`, `Visible`, `Name`, `Type`, `Value`
170
+
171
+ #### HTML5 Footer
172
+
173
+ - **name:** `json::/com/provar/html5/Footer`
174
+ - **type:** `container`
175
+ - **tagName:** `footer`
176
+ - **attributes:** `Class`, `Value`
177
+
178
+ #### HTML5 Form
179
+
180
+ - **name:** `json::/com/provar/html5/Form`
181
+ - **type:** `container`
182
+ - **tagName:** `form`
183
+ - **attributes:** `Class`, `Name`, `Id`, `Value`
184
+
185
+ #### HTML5 Header
186
+
187
+ - **name:** `json::/com/provar/html5/Header`
188
+ - **type:** `container`
189
+ - **tagName:** `header`
190
+ - **attributes:** `Class`, `Value`
191
+
192
+ #### HTML5 Heading1
193
+
194
+ - **name:** `json::/com/provar/html5/Header1`
195
+ - **type:** `container`
196
+ - **tagName:** `h1`
197
+ - **attributes:** `Class`, `Visible`, `Value`
198
+
199
+ #### HTML5 Heading2
200
+
201
+ - **name:** `json::/com/provar/html5/Header2`
202
+ - **type:** `container`
203
+ - **tagName:** `h2`
204
+ - **attributes:** `Class`, `Visible`, `Value`
205
+
206
+ #### HTML5 Heading3
207
+
208
+ - **name:** `json::/com/provar/html5/Header3`
209
+ - **type:** `container`
210
+ - **tagName:** `h3`
211
+ - **attributes:** `Class`, `Visible`, `Value`
212
+
213
+ #### HTML5 Heading4
214
+
215
+ - **name:** `json::/com/provar/html5/Header4`
216
+ - **type:** `container`
217
+ - **tagName:** `h4`
218
+ - **attributes:** `Class`, `Visible`, `Value`
219
+
220
+ #### HTML5 Heading5
221
+
222
+ - **name:** `json::/com/provar/html5/Header5`
223
+ - **type:** `container`
224
+ - **tagName:** `h5`
225
+ - **attributes:** `Class`, `Visible`, `Value`
226
+
227
+ #### HTML5 Heading6
228
+
229
+ - **name:** `json::/com/provar/html5/Header6`
230
+ - **type:** `container`
231
+ - **tagName:** `h6`
232
+ - **attributes:** `Class`, `Visible`, `Value`
233
+
234
+ #### HTML5 Iframe
235
+
236
+ - **name:** `json::/com/provar/html5/IFrame`
237
+ - **type:** `iframe`
238
+ - **tagName:** `iframe`
239
+ - **attributes:** `Id`, `Name`
240
+
241
+ #### HTML5 Image
242
+
243
+ - **name:** `json::/com/provar/html5/Image`
244
+ - **type:** `container`
245
+ - **tagName:** `img`
246
+ - **attributes:** `Name`, `Visible`, `Source`, `Width`, `Alternate`, `Class`
247
+
248
+ #### HTML5 Image Input
249
+
250
+ - **name:** `json::/com/provar/html5/ImageInput`
251
+ - **type:** `container`
252
+ - **tagName:** `input`
253
+ - **interactions:** `Click`
254
+ - **attributes:** `Disabled`, `Visible`, `Name`, `Type`, `Value`, `Source`, `Width`
255
+
256
+ #### HTML5 Label
257
+
258
+ - **name:** `json::/com/provar/html5/Label`
259
+ - **type:** `container`
260
+ - **tagName:** `label`
261
+ - **attributes:** `Class`, `Visible`, `Value`
262
+
263
+ #### HTML5 Legend
264
+
265
+ - **name:** `json::/com/provar/html5/Legend`
266
+ - **type:** `container`
267
+ - **tagName:** `legend`
268
+ - **attributes:** `Class`, `Visible`, `Value`
269
+
270
+ #### HTML5 List Item
271
+
272
+ - **name:** `json::/com/provar/html5/ListItem`
273
+ - **type:** `container`
274
+ - **tagName:** `li`
275
+ - **attributes:** `Visible`, `Class`
276
+
277
+ #### HTML5 Main
278
+
279
+ - **name:** `json::/com/provar/html5/Main`
280
+ - **type:** `container`
281
+ - **tagName:** `main`
282
+ - **attributes:** `Class`, `Value`
283
+
284
+ #### HTML5 Number Input
285
+
286
+ - **name:** `json::/com/provar/html5/NumberInput`
287
+ - **type:** `container`
288
+ - **tagName:** `input`
289
+ - **interactions:** `Clear`, `Append`, `Set`
290
+ - **attributes:** `Disabled`, `Visible`, `Validation Message`, `Min`, `Max`, `Name`, `Placeholder`, `Read only`, `Required`, `Type`, `Value`, `Class`
291
+
292
+ #### HTML5 P
293
+
294
+ - **name:** `json::/com/provar/html5/Paragraph`
295
+ - **type:** `container`
296
+ - **tagName:** `p`
297
+ - **attributes:** `Class`, `Visible`, `Text content`, `Value`
298
+
299
+ #### HTML5 Password Input
300
+
301
+ - **name:** `json::/com/provar/html5/PasswordInput`
302
+ - **type:** `container`
303
+ - **tagName:** `input`
304
+ - **interactions:** `Clear`, `Append`, `Set`
305
+ - **attributes:** `Disabled`, `Visible`, `Validation Message`, `Max length`, `Name`, `Pattern`, `Placeholder`, `Read only`, `Required`, `Type`, `Value`, `Class`
306
+
307
+ #### HTML5 Radio
308
+
309
+ - **name:** `json::/com/provar/html5/RadioInput`
310
+ - **type:** `container`
311
+ - **tagName:** `input`
312
+ - **interactions:** `Check`
313
+ - **attributes:** `Disabled`, `Visible`, `Name`, `Type`, `Checked`, `Required`
314
+
315
+ #### HTML5 Range Input
316
+
317
+ - **name:** `json::/com/provar/html5/RangeInput`
318
+ - **type:** `container`
319
+ - **tagName:** `input`
320
+ - **interactions:** `Set`, `Set Range Value`
321
+ - **attributes:** `Disabled`, `Visible`, `Validation Message`, `Name`, `Type`, `Value`, `Max`, `Min`, `Step`
322
+
323
+ #### HTML5 Reset
324
+
325
+ - **name:** `json::/com/provar/html5/ResetInput`
326
+ - **type:** `container`
327
+ - **tagName:** `input`
328
+ - **interactions:** `Click`
329
+ - **attributes:** `Disabled`, `Visible`, `Validation Message`, `Name`, `Type`, `Class`, `Value`
330
+
331
+ #### HTML5 Search Input
332
+
333
+ - **name:** `json::/com/provar/html5/SearchInput`
334
+ - **type:** `container`
335
+ - **tagName:** `input`
336
+ - **interactions:** `Set`
337
+ - **attributes:** `Disabled`, `Visible`, `Validation Message`, `Max length`, `Name`, `Pattern`, `Placeholder`, `Read only`, `Required`, `Type`, `Value`, `Class`
338
+
339
+ #### HTML5 Section
340
+
341
+ - **name:** `json::/com/provar/html5/Section`
342
+ - **type:** `container`
343
+ - **tagName:** `section`
344
+ - **attributes:** `Class`, `Value`
345
+
346
+ #### HTML5 Select
347
+
348
+ - **name:** `json::/com/provar/html5/Select`
349
+ - **type:** `container`
350
+ - **tagName:** `select`
351
+ - **interactions:** `Set`, `Set By Index`
352
+ - **attributes:** `Class`, `Visible`, `Value`, `Selected Index`, `Disabled`, `Name`, `Required`
353
+
354
+ #### HTML5 Span
355
+
356
+ - **name:** `json::/com/provar/html5/Span`
357
+ - **type:** `container`
358
+ - **tagName:** `span`
359
+ - **interactions:** `Click`
360
+ - **attributes:** `Class`, `Visible`, `Value`
361
+
362
+ #### HTML5 Submit
363
+
364
+ - **name:** `json::/com/provar/html5/SubmitInput`
365
+ - **type:** `container`
366
+ - **tagName:** `input`
367
+ - **interactions:** `Click`
368
+ - **attributes:** `Disabled`, `Visible`, `Name`, `Validation Message`, `Type`, `Class`, `Value`
369
+
370
+ #### HTML5 Telephone Input
371
+
372
+ - **name:** `json::/com/provar/html5/TelephoneInput`
373
+ - **type:** `container`
374
+ - **tagName:** `input`
375
+ - **interactions:** `Clear`, `Append`, `Set`
376
+ - **attributes:** `Disabled`, `Visible`, `Min length`, `Max length`, `Name`, `Pattern`, `Placeholder`, `Read only`, `Required`, `Validation Message`, `Type`, `Value`, `Class`
377
+
378
+ #### HTML5 Textarea
379
+
380
+ - **name:** `json::/com/provar/html5/Textarea`
381
+ - **type:** `container`
382
+ - **tagName:** `textarea`
383
+ - **interactions:** `Clear`, `Append`, `Set`
384
+ - **attributes:** `Disabled`, `Visible`, `Text Content`, `innerText`, `Name`, `Type`, `Min length`, `Max length`, `Rows`, `Columns`, `Placeholder`, `Read only`, `Required`, `Value`, `Class`
385
+
386
+ #### HTML5 Text Input
387
+
388
+ - **name:** `json::/com/provar/html5/TextInput`
389
+ - **type:** `container`
390
+ - **tagName:** `input`
391
+ - **interactions:** `Clear`, `Append`, `Set`
392
+ - **attributes:** `Disabled`, `Visible`, `Validation Message`, `Min length`, `Max length`, `Name`, `Pattern`, `Placeholder`, `Read only`, `Required`, `Type`, `Value`, `Class`
393
+
394
+ #### HTML5 Time Input
395
+
396
+ - **name:** `json::/com/provar/html5/TimeInput`
397
+ - **type:** `container`
398
+ - **tagName:** `input`
399
+ - **interactions:** `Set`
400
+ - **attributes:** `Disabled`, `Visible`, `Name`, `Validation Message`, `Read only`, `Required`, `Type`, `Value`, `Max`, `Min`, `Class`
401
+
402
+ #### HTML5 Unordered List
403
+
404
+ - **name:** `json::/com/provar/html5/UnorderedList`
405
+ - **type:** `container`
406
+ - **tagName:** `ul`
407
+ - **attributes:** `Visible`, `Class`
408
+
409
+ #### HTML5 Url Input
410
+
411
+ - **name:** `json::/com/provar/html5/UrlInput`
412
+ - **type:** `container`
413
+ - **tagName:** `input`
414
+ - **interactions:** `Set`
415
+ - **attributes:** `Disabled`, `Visible`, `Max length`, `Name`, `Pattern`, `Placeholder`, `Read only`, `Required`, `Type`, `Value`, `Class`
416
+
417
+ ---
418
+
419
+ ## msdynamics (v1.0.3)
420
+
421
+ Package includes definitions for Microsoft Dynamics
422
+ **Requires Provar:** >=2.10.2
423
+
424
+ ### Components
425
+
426
+ #### MS Dynamics Abstract Field Section Item
427
+
428
+ - **name:** `json::/nitroXPackages/ms-dynamics/AbstractFieldSectionItem`
429
+ - **type:** `container`
430
+ - **tagName:** `div`
431
+ - **interactions:** `Click`
432
+ - **attributes:** `Field Name`, `Label`, `Value`, `Required`, `Read Only`, `Message`
433
+
434
+ #### MS Dynamics Attach File Button
435
+
436
+ - **name:** `json::/nitroXPackages/ms-dynamics/AttachFileButton`
437
+ - **type:** `container`
438
+ - **tagName:** `button`
439
+ - **interactions:** `Activate`, `Attach File`
440
+ - **attributes:** `Label`
441
+
442
+ #### MS Dynamics Currency Field Section Item
443
+
444
+ - **name:** `json::/nitroXPackages/ms-dynamics/CurrencyFieldSectionItem`
445
+ - **type:** `container`
446
+ - **tagName:** `div`
447
+ - **interactions:** `Set`
448
+
449
+ #### MS Dynamics Date/Time Field Section Item
450
+
451
+ - **name:** `json::/nitroXPackages/ms-dynamics/DateTimeFieldSectionItem`
452
+ - **type:** `container`
453
+ - **tagName:** `div`
454
+ - **interactions:** `Set`, `Clear`
455
+
456
+ #### MS Dynamics Decimal Number Field Section Item
457
+
458
+ - **name:** `json::/nitroXPackages/ms-dynamics/DecimalNumberFieldSectionItem`
459
+ - **type:** `container`
460
+ - **tagName:** `div`
461
+ - **interactions:** `Set`
462
+
463
+ #### MS Dynamics Dialog Button
464
+
465
+ - **name:** `json::/nitroXPackages/ms-dynamics/DialogButton`
466
+ - **type:** `container`
467
+ - **tagName:** `button`
468
+ - **interactions:** `Click`
469
+ - **attributes:** `The buttons's label`
470
+
471
+ #### MS Dynamics Email Field Section Item
472
+
473
+ - **name:** `json::/nitroXPackages/ms-dynamics/EmailFieldSectionItem`
474
+ - **type:** `container`
475
+ - **tagName:** `div`
476
+ - **interactions:** `Set`
477
+
478
+ #### MS Dynamics Flip Switch Field Section Item
479
+
480
+ - **name:** `json::/nitroXPackages/ms-dynamics/FlipSwitchFieldSectionItem`
481
+ - **type:** `container`
482
+ - **tagName:** `div`
483
+ - **interactions:** `Toggle`, `Check`, `Unheck`
484
+ - **attributes:** `Switch Value`, `Switch Label`
485
+
486
+ #### MS Dynamics Flyout Menu item
487
+
488
+ - **name:** `json::/nitroXPackages/ms-dynamics/FlyoutMenuItem`
489
+ - **type:** `container`
490
+ - **tagName:** `button,li`
491
+ - **interactions:** `Click`, `Locate`
492
+ - **attributes:** `Label`
493
+
494
+ #### MS Dynamics Form Command
495
+
496
+ - **name:** `json::/nitroXPackages/ms-dynamics/FormCommand`
497
+ - **type:** `container`
498
+ - **tagName:** `button`
499
+ - **interactions:** `Click`, `Locate`
500
+ - **attributes:** `Label`
501
+
502
+ #### MS Dynamics Grid Command
503
+
504
+ - **name:** `json::/nitroXPackages/ms-dynamics/GridCommand`
505
+ - **type:** `container`
506
+ - **tagName:** `button`
507
+ - **interactions:** `Click`, `Locate`
508
+ - **attributes:** `The command's label.`
509
+
510
+ #### MS Dynamics Grid Filter
511
+
512
+ - **name:** `json::/nitroXPackages/ms-dynamics/GridFilter`
513
+ - **type:** `container`
514
+ - **tagName:** `div`
515
+ - **interactions:** `Set`
516
+ - **attributes:** `Filter Type`, `Value`
517
+
518
+ #### MS Dynamics Header Fields Flyout
519
+
520
+ - **name:** `json::/nitroXPackages/ms-dynamics/HeaderFieldsFlyout`
521
+ - **type:** `container`
522
+ - **tagName:** `button`
523
+ - **interactions:** `Activate`
524
+
525
+ #### MS Dynamics Qualify Lead Dialog
526
+
527
+ - **name:** `json::/nitroXPackages/ms-dynamics/LeadQualifyDialog`
528
+ - **type:** `container`
529
+ - **tagName:** `div`
530
+
531
+ #### MS Grid Control
532
+
533
+ - **name:** `json::/nitroXPackages/ms-dynamics/LegacyGrid`
534
+ - **type:** `table`
535
+ - **tagName:** `div`
536
+ - **attributes:** `Entity Display Name`, `Entity Type`, `Columns`, `Column Labels`, `ColumnsFields`, `Row Values`
537
+
538
+ #### Grid Column
539
+
540
+ - **name:** `json::/nitroXPackages/ms-dynamics/LegacyGridColumn`
541
+ - **type:** `abstract`
542
+ - **tagName:** `div`
543
+ - **interactions:** `Click`
544
+ - **attributes:** `Column Name`, `Label`, `Value`, `Column Type`, `Cell Type`
545
+
546
+ #### Text Column
547
+
548
+ - **name:** `json::/nitroXPackages/ms-dynamics/LegacyGridTextColumn`
549
+ - **type:** `column`
550
+
551
+ #### MS Dynamics Navigation Bar
552
+
553
+ - **name:** `json::/nitroXPackages/ms-dynamics/NavigationBar`
554
+ - **type:** `container`
555
+ - **tagName:** `div`
556
+ - **interactions:** `Locate`
557
+
558
+ #### MS Dynamics Option Set Field Section Item
559
+
560
+ - **name:** `json::/nitroXPackages/ms-dynamics/OptionSetFieldSectionItem`
561
+ - **type:** `container`
562
+ - **tagName:** `div`
563
+ - **interactions:** `Set`
564
+
565
+ #### MS Dynamics Page Section
566
+
567
+ - **name:** `json::/nitroXPackages/ms-dynamics/PageSection`
568
+ - **type:** `container`
569
+ - **tagName:** `section`
570
+ - **attributes:** `Title`
571
+
572
+ #### MS Dynamics Phone Number Field Section Item
573
+
574
+ - **name:** `json::/nitroXPackages/ms-dynamics/PhoneNumberFieldSectionItem`
575
+ - **type:** `container`
576
+ - **tagName:** `div`
577
+ - **interactions:** `Set`
578
+
579
+ #### MS Dynamics Confirm Dialog
580
+
581
+ - **name:** `json::/nitroXPackages/ms-dynamics/PowerAppsConfirmDialog`
582
+ - **type:** `container`
583
+ - **tagName:** `div`
584
+ - **interactions:** `Confirm`, `Cancel`
585
+ - **attributes:** `Title`, `Subtitle`, `Message text`, `Confirm button label`, `Cancel button label`
586
+
587
+ #### MS Power Apps Grid Control
588
+
589
+ - **name:** `json::/nitroXPackages/ms-dynamics/PowerAppsGrid`
590
+ - **type:** `table`
591
+ - **tagName:** `div`
592
+ - **attributes:** `Entity Display Name`, `Entity Type`, `Columns`, `Column Labels`, `ColumnsFields`, `ROW Number`, `CheckBox Column`, `Row Values`
593
+
594
+ #### Checkbox Column
595
+
596
+ - **name:** `json::/nitroXPackages/ms-dynamics/PowerAppsGridCheckboxColumn`
597
+ - **type:** `column`
598
+ - **tagName:** `div`
599
+ - **interactions:** `Check`, `Uncheck`, `Select All Rows`, `Un-Select All Rows`
600
+
601
+ #### MS Power Apps Grid Column
602
+
603
+ - **name:** `json::/nitroXPackages/ms-dynamics/PowerAppsGridColumn`
604
+ - **type:** `abstract`
605
+ - **tagName:** `div,span`
606
+ - **interactions:** `Click`
607
+ - **attributes:** `Column Name`, `Data Type`, `Data Format`, `Label`, `Value`, `Column Type`, `Cell Type`
608
+
609
+ #### Currency Column
610
+
611
+ - **name:** `json::/nitroXPackages/ms-dynamics/PowerAppsGridCurrencyColumn`
612
+ - **type:** `column`
613
+
614
+ #### Date Column
615
+
616
+ - **name:** `json::/nitroXPackages/ms-dynamics/PowerAppsGridDateColumn`
617
+ - **type:** `column`
618
+
619
+ #### DateTime Column
620
+
621
+ - **name:** `json::/nitroXPackages/ms-dynamics/PowerAppsGridDateTimeColumn`
622
+ - **type:** `column`
623
+
624
+ #### Decimal Column
625
+
626
+ - **name:** `json::/nitroXPackages/ms-dynamics/PowerAppsGridDecimalColumn`
627
+ - **type:** `column`
628
+
629
+ #### Email Column
630
+
631
+ - **name:** `json::/nitroXPackages/ms-dynamics/PowerAppsGridEmailColumn`
632
+ - **type:** `column`
633
+
634
+ #### Integer Column
635
+
636
+ - **name:** `json::/nitroXPackages/ms-dynamics/PowerAppsGridIntegerColumn`
637
+ - **type:** `column`
638
+
639
+ #### Lookup Column
640
+
641
+ - **name:** `json::/nitroXPackages/ms-dynamics/PowerAppsGridLookupColumn`
642
+ - **type:** `column`
643
+
644
+ #### OptionSet Column
645
+
646
+ - **name:** `json::/nitroXPackages/ms-dynamics/PowerAppsGridOptionSetColumn`
647
+ - **type:** `column`
648
+
649
+ #### Phone Column
650
+
651
+ - **name:** `json::/nitroXPackages/ms-dynamics/PowerAppsGridPhoneColumn`
652
+ - **type:** `column`
653
+
654
+ #### Text Column
655
+
656
+ - **name:** `json::/nitroXPackages/ms-dynamics/PowerAppsGridTextColumn`
657
+ - **type:** `column`
658
+
659
+ #### MS Dynamics Process Bread Crumb Stage
660
+
661
+ - **name:** `json::/nitroXPackages/ms-dynamics/ProcessBreadCrumbStage`
662
+ - **type:** `container`
663
+ - **tagName:** `button`
664
+ - **interactions:** `Activate`
665
+ - **attributes:** `Stage Title`, `Stage's GUID'`
666
+
667
+ #### MS Dynamics Quick Create Button
668
+
669
+ - **name:** `json::/nitroXPackages/ms-dynamics/QuickCreateButton`
670
+ - **type:** `container`
671
+ - **tagName:** `button`
672
+ - **interactions:** `Click`, `Click and Confirm`
673
+ - **attributes:** `Label`
674
+
675
+ #### MS Dynamics Quick Create Menu Item
676
+
677
+ - **name:** `json::/nitroXPackages/ms-dynamics/QuickCreateMenuItem`
678
+ - **type:** `container`
679
+ - **tagName:** `button`
680
+ - **interactions:** `Click`, `Locate`
681
+ - **attributes:** `Label`
682
+
683
+ #### MS Dynamics Related Entity Menu Item
684
+
685
+ - **name:** `json::/nitroXPackages/ms-dynamics/RelatedEntityMenuItem`
686
+ - **type:** `container`
687
+ - **tagName:** `div`
688
+ - **interactions:** `Click`, `Locate`
689
+ - **attributes:** `The item's label`
690
+
691
+ #### MS Dynamics Related Entity Tab
692
+
693
+ - **name:** `json::/nitroXPackages/ms-dynamics/RelatedEntityTabPanel`
694
+ - **type:** `container`
695
+ - **tagName:** `li,div`
696
+ - **interactions:** `Activate`, `Locate`
697
+ - **attributes:** `Title`, `Selected`, `Tab Name`
698
+
699
+ #### MS Dynamics Rich Text Editor
700
+
701
+ - **name:** `json::/nitroXPackages/ms-dynamics/RichTextEditor`
702
+ - **type:** `container`
703
+ - **tagName:** `div`
704
+ - **interactions:** `Set Text`, `Clear`, `Insert Text`
705
+ - **attributes:** `Label`, `Value`
706
+
707
+ #### MS Dynamics Selection Tree Field Section Item
708
+
709
+ - **name:** `json::/nitroXPackages/ms-dynamics/SelectionTreeFieldSectionItem`
710
+ - **type:** `container`
711
+ - **tagName:** `div`
712
+ - **interactions:** `Set`, `Clear`
713
+
714
+ #### MS Dynamics Simple Lookup Field Section Item
715
+
716
+ - **name:** `json::/nitroXPackages/ms-dynamics/SimpleLookupFieldSectionItem`
717
+ - **type:** `container`
718
+ - **tagName:** `div`
719
+ - **interactions:** `Set`, `Clear`, `New`
720
+
721
+ #### MS Dynamics Site Map Group Area
722
+
723
+ - **name:** `json::/nitroXPackages/ms-dynamics/SiteMapAreaGroup`
724
+ - **type:** `container`
725
+ - **tagName:** `lix`
726
+ - **attributes:** `Label`
727
+
728
+ #### MS Dynamics Site Map Entity
729
+
730
+ - **name:** `json::/nitroXPackages/ms-dynamics/SiteMapEntity`
731
+ - **type:** `container`
732
+ - **tagName:** `li`
733
+ - **interactions:** `Click`
734
+ - **attributes:** `Label`
735
+
736
+ #### MS Dynamics Site Map Group Area
737
+
738
+ - **name:** `json::/nitroXPackages/ms-dynamics/SiteMapEntityAreaGroup`
739
+ - **type:** `container`
740
+ - **tagName:** `li`
741
+ - **interactions:** `Click`
742
+ - **attributes:** `Label`
743
+
744
+ #### MS Dynamics Site Pinned Group
745
+
746
+ - **name:** `json::/nitroXPackages/ms-dynamics/SiteMapEntityPinnedGroup`
747
+ - **type:** `container`
748
+ - **tagName:** `li,div`
749
+ - **interactions:** `Activate`
750
+ - **attributes:** `Label`
751
+
752
+ #### MS Dynamics Site Recent Group
753
+
754
+ - **name:** `json::/nitroXPackages/ms-dynamics/SiteMapEntityRecentGroup`
755
+ - **type:** `container`
756
+ - **tagName:** `li,div`
757
+ - **interactions:** `Activate`
758
+ - **attributes:** `Label`
759
+
760
+ #### MS Dynamics Tab
761
+
762
+ - **name:** `json::/nitroXPackages/ms-dynamics/TabPanel`
763
+ - **type:** `container`
764
+ - **tagName:** `li,div`
765
+ - **interactions:** `Activate`, `Locate`
766
+ - **attributes:** `Title`, `Accessibility Label`, `Selected`, `Tab Name`
767
+
768
+ #### MS Dynamics Text Field Section Item
769
+
770
+ - **name:** `json::/nitroXPackages/ms-dynamics/TextFieldSectionItem`
771
+ - **type:** `container`
772
+ - **tagName:** `div`
773
+ - **interactions:** `Set`
774
+
775
+ #### MS Dynamics Whole Number Field Section Item
776
+
777
+ - **name:** `json::/nitroXPackages/ms-dynamics/WholeNumberFieldSectionItem`
778
+ - **type:** `container`
779
+ - **tagName:** `div`
780
+ - **interactions:** `Set`
781
+
782
+ #### Ms Dynamics Column
783
+
784
+ - **name:** `json::/nitroXPackages/ms-dynamics/WorkListColumn`
785
+ - **type:** `Column`
786
+ - **tagName:** `xxx`
787
+ - **interactions:** `Click`
788
+ - **attributes:** `Column Name`, `Label`, `Value`, `Column Type`, `Cell Type`
789
+
790
+ #### MS Work List
791
+
792
+ - **name:** `json::/nitroXPackages/ms-dynamics/WorkListTable`
793
+ - **type:** `table`
794
+ - **tagName:** `div`
795
+ - **attributes:** `Columns`, `Column Key`, `ColumnsData`, `Row Values`, `Row Count`, `CheckBox Column`
796
+
797
+ #### Text Column
798
+
799
+ - **name:** `json::/nitroXPackages/ms-dynamics/WorkListTextColumn`
800
+ - **type:** `column`
801
+ - **tagName:** `div`
802
+
803
+ ---
804
+
805
+ ## omnistudio (v1.0.0)
806
+
807
+ Package includes definitions for Omnistudio FACT elements
808
+ **Requires Provar:** >=2.10.2
809
+
810
+ ### Components
811
+
812
+ #### Omnistudio Select
813
+
814
+ - **name:** `json::/com/provar/omnistudio/OmnistudioSelect`
815
+ - **type:** `container`
816
+ - **tagName:** `omnistudio-omniscript-select`
817
+ - **interactions:** `Set`
818
+ - **attributes:** `Data Omni Key`, `Visible`, `Disabled`, `Options`, `Label`, `Message`, `Name`, `Placeholder`, `Value Label`, `Read only`, `Required`, `Options`, `Options List`, `Value`
819
+ - **child elements:** 2
820
+
821
+ ---
822
+
823
+ ## runtimeOmnistudio (v1.0.0)
824
+
825
+ Package includes definitions for Runtime Omnistudio FACT elements
826
+ **Requires Provar:** >=2.10.2
827
+
828
+ ### Components
829
+
830
+ #### Runtime Omnistudio Radio
831
+
832
+ - **name:** `json::/com/provar/runtimeOmnistudio/RuntimeOmnistudioRadio`
833
+ - **type:** `container`
834
+ - **tagName:** `runtime_omnistudio_omniscript-omniscript-radio`
835
+ - **interactions:** `Set`
836
+ - **attributes:** `Data Omni Key`, `Visible`, `Disabled`, `Label`, `Name`, `Required`, `Value`, `Type`
837
+
838
+ ---
839
+
840
+ ## salesforce-lwc (v1.9.23)
841
+
842
+ Package includes definitions for Salesforce Lightning Web Components FACT elements
843
+ **Requires Provar:** >=2.10.2
844
+
845
+ ### Components
846
+
847
+ #### CheckBox Column
848
+
849
+ - **name:** `json::/com/provar/salesforce/lwc/CheckBoxColumn`
850
+ - **type:** `container`
851
+ - **tagName:** `*`
852
+ - **interactions:** `Check`, `Uncheck`, `Select All Rows`, `Un-Select All Rows`
853
+
854
+ #### Currency Column
855
+
856
+ - **name:** `json::/com/provar/salesforce/lwc/CurrencyColumn`
857
+ - **type:** `container`
858
+ - **tagName:** `*`
859
+ - **attributes:** `Format style`
860
+
861
+ #### Date Column
862
+
863
+ - **name:** `json::/com/provar/salesforce/lwc/DateColumn`
864
+ - **type:** `container`
865
+ - **tagName:** `*`
866
+ - **interactions:** ` Inline Edit setDate`
867
+ - **attributes:** `Day`, `Era`, `Hour`, `Hour12`, `Minute`, `Month`, `Second`, `Weekday`, `Year`
868
+
869
+ #### Lightning Accordion
870
+
871
+ - **name:** `json::/com/provar/salesforce/lwc/LightningAccordion`
872
+ - **type:** `container`
873
+ - **tagName:** `lightning-accordion`
874
+
875
+ #### Lightning Accordion Section
876
+
877
+ - **name:** `json::/com/provar/salesforce/lwc/LightningAccordionSection`
878
+ - **type:** `container`
879
+ - **tagName:** `lightning-accordion-section`
880
+ - **interactions:** `Activate`, `Expand Section`, `Collapse Section`
881
+ - **attributes:** `Label`, `Name`, `Visible`
882
+ - **child elements:** 1
883
+
884
+ #### Lightning Address Input
885
+
886
+ - **name:** `json::/com/provar/salesforce/lwc/LightningAddressInput`
887
+ - **type:** `container`
888
+ - **tagName:** `lightning-input-address`
889
+ - **interactions:** `Set`, `Set Street`, `Set City`, `Set Province`, `Set Country`, `Set Postal Code`
890
+ - **attributes:** `Address label`, `Address lookup placeholder`, `City`, `City label`, `City placeholder`, `Country`, `Country disabled`, `Country label`, `Country options`, `Country placeholder`, `Disabled`, `Field level help`, `Postal code`, `Postal code label`, `Postal code placeholder`, `Province`, `Province label`, `Province options`, `Province placeholder`, `Read only`, `Required`, `Show address lookup`, `Street`, `Street label`, `Street placeholder`, `Visible`
891
+ - **child elements:** 14
892
+
893
+ #### Lightning Button
894
+
895
+ - **name:** `json::/com/provar/salesforce/lwc/LightningButton`
896
+ - **type:** `container`
897
+ - **tagName:** `lightning-button`
898
+ - **interactions:** `Click`
899
+ - **attributes:** `Icon name`, `Label`, `Name`, `Title`, `Class`, `Variant`, `Disabled`, `Visible`
900
+
901
+ #### Lightning Button Group
902
+
903
+ - **name:** `json::/com/provar/salesforce/lwc/LightningButtonGroup`
904
+ - **type:** `container`
905
+ - **tagName:** `lightning-button-group`
906
+
907
+ #### Lightning Button Icon
908
+
909
+ - **name:** `json::/com/provar/salesforce/lwc/LightningButtonIcon`
910
+ - **type:** `container`
911
+ - **tagName:** `lightning-button-icon`
912
+ - **interactions:** `Click`
913
+ - **attributes:** `Icon name`, `Alternative Text`, `Tooltip`, `Name`, `Title`, `Class`, `Disabled`, `Variant`, `Size`, `Visible`
914
+
915
+ #### Lightning Button Icon Stateful
916
+
917
+ - **name:** `json::/com/provar/salesforce/lwc/LightningButtonIconStateful`
918
+ - **type:** `container`
919
+ - **tagName:** `lightning-button-icon-stateful`
920
+ - **interactions:** `Toggle On`, `Toggle Off`, `Toggle`
921
+ - **attributes:** `Name`, `Title`, `Icon name`, `Alternative Text`, `Size`, `Disabled`, `Class`, `Selected`, `Variant`, `Visible`
922
+
923
+ #### Lightning Button Menu
924
+
925
+ - **name:** `json::/com/provar/salesforce/lwc/LightningButtonMenu`
926
+ - **type:** `container`
927
+ - **tagName:** `lightning-button-menu`
928
+ - **interactions:** `Click`, `Activate`
929
+ - **attributes:** `Value`, `Label`, `Tooltip`, `Access key`, `Title`, `Icon name`, `Icon Size`, `Visible`
930
+
931
+ #### Lightning Button Stateful
932
+
933
+ - **name:** `json::/com/provar/salesforce/lwc/LightningButtonStateful`
934
+ - **type:** `container`
935
+ - **tagName:** `lightning-button-stateful`
936
+ - **interactions:** `Toggle On`, `Toggle Off`, `Toggle`
937
+ - **attributes:** `Icon name when hover`, `Icon name when off`, `Icon name when on`, `Label when hover`, `Label when off`, `Label when on`, `Disabled`, `Class`, `Selected`, `Variant`, `Visible`
938
+
939
+ #### Lightning Card
940
+
941
+ - **name:** `json::/com/provar/salesforce/lwc/LightningCard`
942
+ - **type:** `container`
943
+ - **tagName:** `lightning-card`
944
+ - **attributes:** `Title`, `Icon name`, `Class`, `Visible`
945
+ - **child elements:** 1
946
+
947
+ #### Lightning Checkbox Button Input
948
+
949
+ - **name:** `json::/com/provar/salesforce/lwc/LightningCheckboxButtonInput`
950
+ - **type:** `container`
951
+ - **tagName:** `lightning-input`
952
+ - **interactions:** `Check`, `Uncheck`, `Toggle`
953
+ - **attributes:** `Name`, `Label`, `Disabled`, `Read only`, `Class`, `Required`, `Checked`, `Type`, `Message`, `Visible`
954
+ - **child elements:** 2
955
+
956
+ #### Lightning Checkbox Group
957
+
958
+ - **name:** `json::/com/provar/salesforce/lwc/LightningCheckboxGroup`
959
+ - **type:** `container`
960
+ - **tagName:** `lightning-checkbox-group`
961
+ - **interactions:** `Check`, `Uncheck`
962
+ - **attributes:** `Name`, `Label`, `Disabled`, `Class`, `Required`, `Message when value missing`, `Visible`
963
+ - **child elements:** 2
964
+
965
+ #### Lightning Checkbox Input
966
+
967
+ - **name:** `json::/com/provar/salesforce/lwc/LightningCheckboxInput`
968
+ - **type:** `container`
969
+ - **tagName:** `lightning-input`
970
+ - **interactions:** `Check`, `Uncheck`, `Toggle`, `Set`
971
+ - **attributes:** `Name`, `Label`, `Disabled`, `Class`, `Required`, `Checked`, `Type`, `Visible`
972
+ - **child elements:** 2
973
+
974
+ #### Lightning Column
975
+
976
+ - **name:** `json::/com/provar/salesforce/lwc/LightningColumn`
977
+ - **type:** `Column`
978
+ - **tagName:** `*`
979
+ - **interactions:** `Sort Column`, `Wrap Text`, ` Inline Edit set`, `Append Inline Edit`, `Clear Inline Edit`, `Clip Text`
980
+ - **attributes:** `Column Key`, `Label`, `Value`, `Column Type`, `Cell Type`
981
+
982
+ #### Lightning Combobox
983
+
984
+ - **name:** `json::/com/provar/salesforce/lwc/LightningCombobox`
985
+ - **type:** `container`
986
+ - **tagName:** `lightning-combobox`
987
+ - **interactions:** `Set`
988
+ - **attributes:** `Disabled`, `Field level help`, `Label`, `Options`, `Options List`, `Message`, `Name`, `Placeholder`, `Read only`, `Required`, `Value Label`, `Value`, `Visible`
989
+ - **child elements:** 2
990
+
991
+ #### Lightning Datatable
992
+
993
+ - **name:** `json::/com/provar/Table/LightningDatatable`
994
+ - **type:** `table`
995
+ - **tagName:** `lightning-datatable`
996
+ - **attributes:** `Columns`, `ColumnsFields`, `ROW Number`, `CheckBox Column`
997
+
998
+ #### Lightning Date Input
999
+
1000
+ - **name:** `json::/com/provar/salesforce/lwc/LightningDateInput`
1001
+ - **type:** `container`
1002
+ - **tagName:** `lightning-input`
1003
+ - **interactions:** `Clear`, `Set`, `Set Date`, `Set Today`
1004
+ - **attributes:** `Name`, `Label`, `Disabled`, `Read only`, `Class`, `Required`, `Min`, `Max`, `Value`, `Formatted Value`, `Placeholder`, `Type`, `Message`, `Visible`
1005
+ - **child elements:** 2
1006
+
1007
+ #### Lightning Date Time Input
1008
+
1009
+ - **name:** `json::/com/provar/salesforce/lwc/LightningDateTimeInput`
1010
+ - **type:** `container`
1011
+ - **tagName:** `lightning-input`
1012
+ - **interactions:** `Clear`, `Set`, `Set Now`, `Set Date and Time`, `Set Date`, `Set Time`
1013
+ - **attributes:** `Name`, `Label`, `Disabled`, `Visible`, `Read only`, `Class`, `Required`, `Min`, `Max`, `Value`, `Type`, `Timezone`, `Message`, `Formatted Time Value`, `Formatted Date Value`
1014
+ - **child elements:** 6
1015
+
1016
+ #### Lightning Dual Listbox
1017
+
1018
+ - **name:** `json::/com/provar/salesforce/lwc/LightningDualListbox`
1019
+ - **type:** `container`
1020
+ - **tagName:** `lightning-dual-listbox`
1021
+ - **interactions:** `Set`
1022
+ - **attributes:** `Add button label`, `Visible`, `Disable reordering`, `Disabled`, `Down button label`, `Field level help`, `Label`, `Max`, `Message when range overflow`, `Message when range underflow`, `Message when value missing`, `Min`, `Name`, `Remove button label`, `Required`, `Selected label`, `Source label`, `Up button label`, `Value`, `Required options`
1023
+ - **child elements:** 6
1024
+
1025
+ #### Lightning Email Input
1026
+
1027
+ - **name:** `json::/com/provar/salesforce/lwc/LightningEmailInput`
1028
+ - **type:** `container`
1029
+ - **tagName:** `lightning-input`
1030
+ - **interactions:** `Clear`, `Set`
1031
+ - **attributes:** `Name`, `Visible`, `Label`, `Disabled`, `Read only`, `Class`, `Required`, `Multiple`, `Value`, `Placeholder`, `Type`, `Message`
1032
+ - **child elements:** 2
1033
+
1034
+ #### Lightning File Input
1035
+
1036
+ - **name:** `json::/com/provar/salesforce/lwc/LightningFileInput`
1037
+ - **type:** `container`
1038
+ - **tagName:** `lightning-input`
1039
+ - **interactions:** `Upload Files`
1040
+ - **attributes:** `Accepted File Types`, `Visible`, `Disabled`, `Label`, `Multiple Files Allowed`, `Name`, `Message`
1041
+
1042
+ #### Lightning File Upload
1043
+
1044
+ - **name:** `json::/com/provar/salesforce/lwc/LightningFileUpload`
1045
+ - **type:** `container`
1046
+ - **tagName:** `lightning-file-upload`
1047
+ - **interactions:** `Upload Files`
1048
+ - **attributes:** `Accepted File Types`, `Visible`, `Disabled`, `Label`, `Multiple Files Allowed`, `Name`, `Message`
1049
+
1050
+ #### Lightning Formatted Address
1051
+
1052
+ - **name:** `json::/com/provar/salesforce/lwc/LightningFormattedAddress`
1053
+ - **type:** `container`
1054
+ - **tagName:** `lightning-formatted-address`
1055
+ - **interactions:** `Click`
1056
+ - **attributes:** `City`, `Visible`, `Country`, `Disabled`, `Latitude`, `Longitude`, `Postal Code`, `Province`, `Show static map`, `Street`
1057
+
1058
+ #### Lightning Formatted Date Time
1059
+
1060
+ - **name:** `json::/com/provar/salesforce/lwc/LightningFormattedDateTime`
1061
+ - **type:** `container`
1062
+ - **tagName:** `lightning-formatted-date-time`
1063
+ - **attributes:** `Day`, `Visible`, `Era`, `Hour`, `Hour12`, `Minute`, `Month`, `Second`, `Value`, `Weekday`, `Year`
1064
+
1065
+ #### Lightning Formatted Email
1066
+
1067
+ - **name:** `json::/com/provar/salesforce/lwc/LightningFormattedEmail`
1068
+ - **type:** `container`
1069
+ - **tagName:** `lightning-formatted-email`
1070
+ - **interactions:** `Click`
1071
+ - **attributes:** `Value`, `Visible`, `Label`, `Hide-icon`
1072
+
1073
+ #### Lightning Formatted Lookup
1074
+
1075
+ - **name:** `json::/com/provar/salesforce/lwc/LightningFormattedLookup`
1076
+ - **type:** `container`
1077
+ - **tagName:** `lightning-formatted-lookup`
1078
+ - **interactions:** `Click`
1079
+ - **attributes:** `Visible`, `Display value`
1080
+
1081
+ #### Lightning Formatted Name
1082
+
1083
+ - **name:** `json::/com/provar/salesforce/lwc/LightningFormattedName`
1084
+ - **type:** `container`
1085
+ - **tagName:** `lightning-formatted-name`
1086
+ - **attributes:** `Salutation`, `Visible`, `First Name`, `Middle Name`, `Last Name`, `Suffix`, `Informal Name`, `Format`, `Inner Text`
1087
+
1088
+ #### Lightning Formatted Number
1089
+
1090
+ - **name:** `json::/com/provar/salesforce/lwc/LightningFormattedNumber`
1091
+ - **type:** `container`
1092
+ - **tagName:** `lightning-formatted-number`
1093
+ - **attributes:** `Value`, `Visible`, `Inner text`, `Format style`, `Currency code`, `Currency display as`, `Maximum fraction digits`, `Maximum significant digits`, `Minimum fraction digits`, `Minimum integer digits`, `Minimum significant digits`
1094
+
1095
+ #### Lightning Formatted Phone
1096
+
1097
+ - **name:** `json::/com/provar/salesforce/lwc/LightningFormattedPhone`
1098
+ - **type:** `container`
1099
+ - **tagName:** `lightning-formatted-phone`
1100
+ - **attributes:** `Value`, `Visible`, `Disabled`
1101
+
1102
+ #### Lightning Formatted Rich Text
1103
+
1104
+ - **name:** `json::/com/provar/salesforce/lwc/LightningFormattedRichText`
1105
+ - **type:** `container`
1106
+ - **tagName:** `lightning-formatted-rich-text`
1107
+ - **attributes:** `Value`, `Visible`, `Text Content`, `innerText`
1108
+
1109
+ #### Lightning Formatted Text
1110
+
1111
+ - **name:** `json::/com/provar/salesforce/lwc/LightningFormattedText`
1112
+ - **type:** `container`
1113
+ - **tagName:** `lightning-formatted-text`
1114
+ - **interactions:** `Click`
1115
+ - **attributes:** `Value`, `Visible`, `Linkify`
1116
+
1117
+ #### Lightning Formatted Url
1118
+
1119
+ - **name:** `json::/com/provar/salesforce/lwc/LightningFormattedUrl`
1120
+ - **type:** `container`
1121
+ - **tagName:** `lightning-formatted-url`
1122
+ - **interactions:** `Click`
1123
+ - **attributes:** `Value`, `Visible`, `Label`, `Tooltip`
1124
+
1125
+ #### Lightning Grouped Combobox
1126
+
1127
+ - **name:** `json::/com/provar/salesforce/lwc/LightningGroupedCombobox`
1128
+ - **type:** `container`
1129
+ - **tagName:** `lightning-grouped-combobox`
1130
+ - **interactions:** `Set`
1131
+ - **attributes:** `Disabled`, `Visible`, `Field level help`, `Label`, `Message`, `Name`, `Placeholder`, `Read only`, `Required`, `Value Label`, `Value`
1132
+ - **child elements:** 2
1133
+
1134
+ #### Lightning Helptext
1135
+
1136
+ - **name:** `json::/com/provar/salesforce/lwc/LightningHelptext`
1137
+ - **type:** `container`
1138
+ - **tagName:** `lightning-helptext`
1139
+ - **interactions:** `Hover`
1140
+ - **attributes:** `Content`, `Visible`, `Icon name`
1141
+
1142
+ #### Lightning Icon
1143
+
1144
+ - **name:** `json::/com/provar/salesforce/lwc/LightningIcon`
1145
+ - **type:** `container`
1146
+ - **tagName:** `lightning-icon`
1147
+ - **interactions:** `Click`
1148
+ - **attributes:** `Icon name`, `Visible`, `Title`, `Class`, `Size`
1149
+
1150
+ #### Lightning Input Field
1151
+
1152
+ - **name:** `json::/com/provar/salesforce/lwc/LightningInputField`
1153
+ - **type:** `container`
1154
+ - **tagName:** `lightning-input-field`
1155
+ - **attributes:** `Field name`
1156
+
1157
+ #### Lightning Layout
1158
+
1159
+ - **name:** `json::/com/provar/salesforce/lwc/LightningLayout`
1160
+ - **type:** `container`
1161
+ - **tagName:** `lightning-layout`
1162
+
1163
+ #### Lightning Layout Item
1164
+
1165
+ - **name:** `json::/com/provar/salesforce/lwc/LightningLayoutItem`
1166
+ - **type:** `container`
1167
+ - **tagName:** `lightning-layout-item`
1168
+
1169
+ #### Lightning Location Input
1170
+
1171
+ - **name:** `json::/com/provar/salesforce/lwc/LightningLocationInput`
1172
+ - **type:** `container`
1173
+ - **tagName:** `lightning-input-location`
1174
+ - **interactions:** `Set`, `Set Latitude`, `Set Longitude`
1175
+ - **attributes:** `Label`, `Visible`, `Disabled`, `Read only`, `Class`, `Required`, `Field level help`, `Latitude`, `Longitude`
1176
+ - **child elements:** 5
1177
+
1178
+ #### Lightning Lookup
1179
+
1180
+ - **name:** `json::/com/provar/salesforce/lwc/LightningLookup`
1181
+ - **type:** `container`
1182
+ - **tagName:** `lightning-lookup`
1183
+ - **interactions:** `Set`, `Show All Results`
1184
+ - **attributes:** `Field name`, `Class`, `Visible`, `Disabled`, `Label`, `Required`, `Value`, `Text Value`
1185
+
1186
+ #### Lightning Lookup Address
1187
+
1188
+ - **name:** `json::/com/provar/salesforce/lwc/LightningLookupAddress`
1189
+ - **type:** `container`
1190
+ - **tagName:** `lightning-lookup-address`
1191
+ - **interactions:** `Enter and Select`
1192
+ - **attributes:** `Disabled`, `Visible`, `Placeholder`
1193
+
1194
+ #### Lightning Menu Item
1195
+
1196
+ - **name:** `json::/com/provar/salesforce/lwc/LightningMenuItem`
1197
+ - **type:** `container`
1198
+ - **tagName:** `lightning-menu-item`
1199
+ - **interactions:** `Click`, `Deactivate`
1200
+ - **attributes:** `Checked`, `Visible`, `Disabled`, `Download`, `Href`, `Icon name`, `Label`, `Value`
1201
+
1202
+ #### Lightning Number Input
1203
+
1204
+ - **name:** `json::/com/provar/salesforce/lwc/LightningNumberInput`
1205
+ - **type:** `container`
1206
+ - **tagName:** `lightning-input`
1207
+ - **interactions:** `Clear`, `Set`
1208
+ - **attributes:** `Name`, `Visible`, `Label`, `Disabled`, `Read only`, `Class`, `Required`, `Value`, `Formatted Value`, `Placeholder`, `Type`, `Message`
1209
+ - **child elements:** 2
1210
+
1211
+ #### Lightning Output Field
1212
+
1213
+ - **name:** `json::/com/provar/salesforce/lwc/LightningOutputField`
1214
+ - **type:** `container`
1215
+ - **tagName:** `lightning-output-field`
1216
+ - **attributes:** `Field class`, `Field name`
1217
+ - **child elements:** 4
1218
+
1219
+ #### Lightning Password Input
1220
+
1221
+ - **name:** `json::/com/provar/salesforce/lwc/LightningPasswordInput`
1222
+ - **type:** `container`
1223
+ - **tagName:** `lightning-input`
1224
+ - **interactions:** `Clear`, `Set`
1225
+ - **attributes:** `Name`, `Visible`, `Label`, `Disabled`, `Read only`, `Class`, `Required`, `Value`, `Placeholder`, `Type`, `Pattern`, `Message`
1226
+ - **child elements:** 2
1227
+
1228
+ #### Lightning PickList
1229
+
1230
+ - **name:** `json::/com/provar/salesforce/lwc/LightningPicklist`
1231
+ - **type:** `container`
1232
+ - **tagName:** `lightning-picklist`
1233
+ - **interactions:** `Set`, `Set By Index`
1234
+ - **attributes:** `Disabled`, `Visible`, `Label`, `Name`, `Read only`, `Required`, `Value`, `Options List`, `Options`, `Message`
1235
+ - **child elements:** 2
1236
+
1237
+ #### Lightning Pill
1238
+
1239
+ - **name:** `json::/com/provar/salesforce/lwc/LightningPill`
1240
+ - **type:** `container`
1241
+ - **tagName:** `lightning-pill`
1242
+ - **interactions:** `Click`, `Remove`
1243
+ - **attributes:** `Name`, `Visible`, `Label`, `Href`, `Has error`, `Role`
1244
+
1245
+ #### Lightning Progress Indicator
1246
+
1247
+ - **name:** `json::/com/provar/salesforce/lwc/LightningProgressIndicator`
1248
+ - **type:** `container`
1249
+ - **tagName:** `lightning-progress-indicator`
1250
+ - **attributes:** `Has error`, `Current step`, `Variant`, `Type`
1251
+
1252
+ #### Lightning Progress Step
1253
+
1254
+ - **name:** `json::/com/provar/salesforce/lwc/LightningProgressStep`
1255
+ - **type:** `container`
1256
+ - **tagName:** `lightning-progress-step`
1257
+ - **interactions:** `Select Step`
1258
+ - **attributes:** `Label`, `Visible`, `Value`
1259
+
1260
+ #### Lightning Radio Group
1261
+
1262
+ - **name:** `json::/com/provar/salesforce/lwc/LightningRadioGroup`
1263
+ - **type:** `container`
1264
+ - **tagName:** `lightning-radio-group`
1265
+ - **interactions:** `Check`
1266
+ - **attributes:** `Name`, `Visible`, `Label`, `Disabled`, `Class`, `Required`, `Message when value missing`
1267
+ - **child elements:** 2
1268
+
1269
+ #### Lightning Record Edit Form
1270
+
1271
+ - **name:** `json::/com/provar/salesforce/lwc/LightningRecordEditForm`
1272
+ - **type:** `container`
1273
+ - **tagName:** `lightning-record-edit-form`
1274
+ - **attributes:** `Object API name`, `Record id`, `Record type id`
1275
+
1276
+ #### Lightning Record Form
1277
+
1278
+ - **name:** `json::/com/provar/salesforce/lwc/LightningRecordForm`
1279
+ - **type:** `container`
1280
+ - **tagName:** `lightning-record-form`
1281
+
1282
+ #### Lightning Record Picker
1283
+
1284
+ - **name:** `json::/com/provar/salesforce/lwc/LightningRecordPicker`
1285
+ - **type:** `container`
1286
+ - **tagName:** `lightning-record-picker`
1287
+ - **interactions:** `Set`
1288
+ - **attributes:** `Disabled`, `Visible`, `Label`, `Name`, `Read only`, `Required`, `Value`, `Message`
1289
+ - **child elements:** 2
1290
+
1291
+ #### Lightning Record View Form
1292
+
1293
+ - **name:** `json::/com/provar/salesforce/lwc/LightningRecordViewForm`
1294
+ - **type:** `container`
1295
+ - **tagName:** `lightning-record-view-form`
1296
+
1297
+ #### Lightning Rich Text Input
1298
+
1299
+ - **name:** `json::/com/provar/salesforce/lwc/LightningRichTextInput`
1300
+ - **type:** `container`
1301
+ - **tagName:** `lightning-input-rich-text`
1302
+ - **interactions:** `Clear`, `Set`
1303
+ - **attributes:** `Label`, `Visible`, `Disabled`, `Class`, `Required`, `Value`, `Placeholder`
1304
+ - **child elements:** 2
1305
+
1306
+ #### Lightning Search Input
1307
+
1308
+ - **name:** `json::/com/provar/salesforce/lwc/LightningSearchInput`
1309
+ - **type:** `container`
1310
+ - **tagName:** `lightning-input`
1311
+ - **interactions:** `Clear`, `Set`
1312
+ - **attributes:** `Name`, `Visible`, `Label`, `Disabled`, `Read only`, `Class`, `Required`, `Value`, `Placeholder`, `Type`
1313
+ - **child elements:** 2
1314
+
1315
+ #### Lightning Select
1316
+
1317
+ - **name:** `json::/com/provar/salesforce/lwc/LightningSelect`
1318
+ - **type:** `container`
1319
+ - **tagName:** `lightning-select`
1320
+ - **interactions:** `Set`
1321
+ - **attributes:** `Disabled`, `Visible`, `Label`, `Name`, `Read only`, `Required`, `Value`, `Message`
1322
+ - **child elements:** 2
1323
+
1324
+ #### Lightning Slider
1325
+
1326
+ - **name:** `json::/com/provar/salesforce/lwc/LightningSlider`
1327
+ - **type:** `container`
1328
+ - **tagName:** `lightning-slider`
1329
+ - **interactions:** `Set Slider Value`
1330
+ - **attributes:** `Label`, `Visible`, `Disabled`, `Min`, `Max`, `Step`, `Value`
1331
+ - **child elements:** 3
1332
+
1333
+ #### Lightning Tab
1334
+
1335
+ - **name:** `json::/com/provar/salesforce/lwc/LightningTab`
1336
+ - **type:** `container`
1337
+ - **tagName:** `lightning-tab`
1338
+ - **interactions:** `Activate`, `Select Tab`
1339
+ - **attributes:** `End icon name`, `Visible`, `Icon name`, `Title`, `Label`, `Show error indicator`
1340
+
1341
+ #### Lightning Tabset
1342
+
1343
+ - **name:** `json::/com/provar/salesforce/lwc/LightningTabset`
1344
+ - **type:** `container`
1345
+ - **tagName:** `lightning-tabset`
1346
+ - **interactions:** `Set`
1347
+ - **attributes:** `Active tab value`, `Visible`, `Title`
1348
+
1349
+ #### Lightning Telephone Input
1350
+
1351
+ - **name:** `json::/com/provar/salesforce/lwc/LightningTelephoneInput`
1352
+ - **type:** `container`
1353
+ - **tagName:** `lightning-input`
1354
+ - **interactions:** `Clear`, `Set`
1355
+ - **attributes:** `Name`, `Visible`, `Label`, `Disabled`, `Read only`, `Class`, `Required`, `Value`, `Placeholder`, `Type`, `Message`
1356
+ - **child elements:** 2
1357
+
1358
+ #### Lightning Text Area
1359
+
1360
+ - **name:** `json::/com/provar/salesforce/lwc/LightningTextArea`
1361
+ - **type:** `container`
1362
+ - **tagName:** `lightning-textarea`
1363
+ - **interactions:** `Clear`, `Set`, `Set Text`
1364
+ - **attributes:** `Name`, `Visible`, `Label`, `Disabled`, `Read only`, `Class`, `Required`, `Value`, `Placeholder`, `Message`, `Max length`
1365
+ - **child elements:** 2
1366
+
1367
+ #### Lightning Text Input
1368
+
1369
+ - **name:** `json::/com/provar/salesforce/lwc/LightningTextInput`
1370
+ - **type:** `container`
1371
+ - **tagName:** `lightning-input`
1372
+ - **interactions:** `Clear`, `Append`, `Set`
1373
+ - **attributes:** `Name`, `Data-id`, `Message when value missing`, `Message when pattern mismatch`, `Label`, `Disabled`, `Read only`, `Class`, `Required`, `Message`, `Value`, `Placeholder`, `Type`, `Visible`
1374
+ - **child elements:** 2
1375
+
1376
+ #### Lightning Tile
1377
+
1378
+ - **name:** `json::/com/provar/salesforce/lwc/LightningTile`
1379
+ - **type:** `container`
1380
+ - **tagName:** `lightning-tile`
1381
+ - **interactions:** `Click`
1382
+ - **attributes:** `Label`, `Visible`, `Actions`, `Link`
1383
+
1384
+ #### Lightning Time Input
1385
+
1386
+ - **name:** `json::/com/provar/salesforce/lwc/LightningTimeInput`
1387
+ - **type:** `container`
1388
+ - **tagName:** `lightning-input`
1389
+ - **interactions:** `Clear`, `Set`
1390
+ - **attributes:** `Name`, `Label`, `Disabled`, `Read only`, `Class`, `Required`, `Placeholder`, `Value`, `Formatted Value`, `Min`, `Max`, `Type`, `Visible`, `Message`
1391
+ - **child elements:** 2
1392
+
1393
+ #### Lightning Toggle Input
1394
+
1395
+ - **name:** `json::/com/provar/salesforce/lwc/LightningToggleInput`
1396
+ - **type:** `container`
1397
+ - **tagName:** `lightning-input`
1398
+ - **interactions:** `Check`, `Uncheck`, `Set`
1399
+ - **attributes:** `Name`, `Visible`, `Label`, `Disabled`, `Read only`, `Class`, `Required`, `Checked`, `Type`, `Message`
1400
+ - **child elements:** 2
1401
+
1402
+ #### Lightning Url Input
1403
+
1404
+ - **name:** `json::/com/provar/salesforce/lwc/LightningUrlInput`
1405
+ - **type:** `container`
1406
+ - **tagName:** `lightning-input`
1407
+ - **interactions:** `Clear`, `Set`
1408
+ - **attributes:** `Name`, `Visible`, `Label`, `Disabled`, `Read only`, `Class`, `Required`, `Value`, `Placeholder`, `Type`, `Message`
1409
+ - **child elements:** 2
1410
+
1411
+ #### Lightning Vertical Navigation
1412
+
1413
+ - **name:** `json::/com/provar/salesforce/lwc/LightningVerticalNavigation`
1414
+ - **type:** `container`
1415
+ - **tagName:** `lightning-vertical-navigation`
1416
+ - **attributes:** `Selected item`
1417
+
1418
+ #### Lightning Vertical Navigation Item
1419
+
1420
+ - **name:** `json::/com/provar/salesforce/lwc/LightningVerticalNavigationItem`
1421
+ - **type:** `container`
1422
+ - **tagName:** `lightning-vertical-navigation-item`
1423
+ - **interactions:** `Click`
1424
+ - **attributes:** `Label`, `Visible`, `Name`
1425
+
1426
+ #### Lightning Vertical Navigation Item Badge
1427
+
1428
+ - **name:** `json::/com/provar/salesforce/lwc/LightningVerticalNavigationItemBadge`
1429
+ - **type:** `container`
1430
+ - **tagName:** `lightning-vertical-navigation-item-badge`
1431
+ - **interactions:** `Click`
1432
+ - **attributes:** `Label`, `Visible`, `Name`, `Badge count`
1433
+
1434
+ #### Lightning Vertical Navigation Item Icon
1435
+
1436
+ - **name:** `json::/com/provar/salesforce/lwc/LightningVerticalNavigationItemIcon`
1437
+ - **type:** `container`
1438
+ - **tagName:** `lightning-vertical-navigation-item-icon`
1439
+ - **interactions:** `Click`
1440
+ - **attributes:** `Label`, `Visible`, `Name`, `Icon name`
1441
+
1442
+ #### Lightning Vertical Navigation Overflow
1443
+
1444
+ - **name:** `json::/com/provar/salesforce/lwc/LightningVerticalNavigationOverflow`
1445
+ - **type:** `container`
1446
+ - **tagName:** `lightning-vertical-navigation-overflow`
1447
+ - **interactions:** `Click`
1448
+ - **attributes:** `Text`, `Visible`, `Label`
1449
+
1450
+ #### Lightning Vertical Navigation Section
1451
+
1452
+ - **name:** `json::/com/provar/salesforce/lwc/LightningVerticalNavigationSection`
1453
+ - **type:** `container`
1454
+ - **tagName:** `lightning-vertical-navigation-section`
1455
+ - **attributes:** `Visible`, `Label`
1456
+
1457
+ #### Number Column
1458
+
1459
+ - **name:** `json::/com/provar/salesforce/lwc/NumberColumn`
1460
+ - **type:** `container`
1461
+ - **tagName:** `*`
1462
+ - **attributes:** `Format style`, `Currency code`, `Currency display as`, `Maximum fraction digits`, `Maximum significant digits`, `Minimum fraction digits`, `Minimum integer digits`, `Minimum significant digits`
1463
+
1464
+ #### Phone column
1465
+
1466
+ - **name:** `json::/com/provar/salesforce/lwc/PhoneColumn`
1467
+ - **type:** `container`
1468
+ - **tagName:** `*`
1469
+ - **attributes:** `Disabled`
1470
+
1471
+ #### Text Column
1472
+
1473
+ - **name:** `json::/com/provar/salesforce/lwc/TextColumn`
1474
+ - **type:** `container`
1475
+ - **tagName:** `*`
1476
+ - **attributes:** `Linkify`
1477
+
1478
+ #### Url Column
1479
+
1480
+ - **name:** `json::/com/provar/salesforce/lwc/UrlColumn`
1481
+ - **type:** `container`
1482
+ - **tagName:** `*`
1483
+ - **interactions:** `Click`
1484
+ - **attributes:** `Tooltip`
1485
+
1486
+ ---
1487
+
1488
+ ## screenflow (v1.4.14)
1489
+
1490
+ Package includes definitions for Fact Component
1491
+ **Requires Provar:** >=2.9.0
1492
+
1493
+ ### Components
1494
+
1495
+ #### Screen Flow Address
1496
+
1497
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowAddress`
1498
+ - **type:** `container`
1499
+ - **tagName:** `flowruntime-address`
1500
+ - **interactions:** `Clear`, `Set`, `Set Street`, `Set City`, `Set Province`, `Set Country`, `Set Postal Code`
1501
+ - **attributes:** `Address label`, `Visible`, `City`, `Country`, `Postal code`, `Province`, `Street`
1502
+
1503
+ #### Screen Flow Announcer
1504
+
1505
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowAnnouncer`
1506
+ - **type:** `container`
1507
+ - **tagName:** `flowruntime-a11y-announcer`
1508
+
1509
+ #### Screen Flow Checkbox Input
1510
+
1511
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowCheckboxInput`
1512
+ - **type:** `container`
1513
+ - **tagName:** `flowruntime-flow-screen-input`
1514
+ - **interactions:** `Check`, `Uncheck`, `Toggle`, `Set`
1515
+ - **attributes:** `Name`, `DataType`, `Label`, `Visible`, `Class`, `Value`
1516
+
1517
+ #### Screen Flow Choice Lookup
1518
+
1519
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowChoiceLookup`
1520
+ - **type:** `container`
1521
+ - **tagName:** `flowruntime-choice-lookup`
1522
+ - **interactions:** `Clear`, `Set`
1523
+ - **attributes:** `Name`, `Visible`, `Label`, `Class`, `Required`, `Value`, `Message`
1524
+
1525
+ #### Screen Flow Currency Input
1526
+
1527
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowCurrencyInput`
1528
+ - **type:** `container`
1529
+ - **tagName:** `flowruntime-flow-screen-input`
1530
+ - **interactions:** `Clear`, `Set`
1531
+ - **attributes:** `Name`, `FieldDataType`, `Label`, `Class`, `Required`, `Visible`, `Value`, `Message`
1532
+ - **child elements:** 2
1533
+
1534
+ #### Screen Flow Date Input
1535
+
1536
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowDateInput`
1537
+ - **type:** `container`
1538
+ - **tagName:** `flowruntime-flow-screen-input`
1539
+ - **interactions:** `Clear`, `Set`, `Set Date`, `Set Today`
1540
+ - **attributes:** `Name`, `Visible`, `FieldDataType`, `Label`, `Class`, `Required`, `Value`, `Placeholder`, `Message`
1541
+
1542
+ #### Screen Flow Date Time Input
1543
+
1544
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowDateTimeInput`
1545
+ - **type:** `container`
1546
+ - **tagName:** `flowruntime-flow-screen-input`
1547
+ - **interactions:** `Clear`, `Set`, `Set Now`, `Set Date and Time`, `Set Date`, `Set Time`
1548
+ - **attributes:** `Name`, `Visible`, `FieldDataType`, `Label`, `Class`, `Required`, `Value`, `Message`
1549
+
1550
+ #### Screen Flow Display Text
1551
+
1552
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowDisplayText`
1553
+ - **type:** `container`
1554
+ - **tagName:** `flowruntime-display-text-lwc`
1555
+ - **attributes:** `Name`, `Visible`, `Class`, `Value`, `FieldType`, `Label`
1556
+
1557
+ #### Screen Flow Email
1558
+
1559
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowEmail`
1560
+ - **type:** `container`
1561
+ - **tagName:** `flowruntime-email`
1562
+ - **interactions:** `Clear`, `Set`
1563
+ - **attributes:** `Label`, `Visible`, `Class`, `Required`, `Disabled`, `Read only`, `Value`
1564
+
1565
+ #### Screen Flow Error Content
1566
+
1567
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowErrorContent`
1568
+ - **type:** `container`
1569
+ - **tagName:** `flowruntime-error-content`
1570
+ - **attributes:** `Visible`, `Error`
1571
+
1572
+ #### Screen Flow Long Text Area Input
1573
+
1574
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowLongTextAreaInput`
1575
+ - **type:** `container`
1576
+ - **tagName:** `flowruntime-flow-screen-input`
1577
+ - **interactions:** `Clear`, `Set`
1578
+ - **attributes:** `Name`, `Visible`, `Label`, `Class`, `Required`, `Value`, `FieldType`, `Message`
1579
+ - **child elements:** 2
1580
+
1581
+ #### Screen Flow Lwc Body
1582
+
1583
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowLwcBody`
1584
+ - **type:** `container`
1585
+ - **tagName:** `flowruntime-lwc-body`
1586
+ - **attributes:** `FlowLabel`, `Screen Developer Name`, `Current Flow Version Id`
1587
+
1588
+ #### Screen Flow Lwc Header
1589
+
1590
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowLwcHeader`
1591
+ - **type:** `container`
1592
+ - **tagName:** `flowruntime-lwc-header`
1593
+
1594
+ #### Screen Flow Multi Checkbox Lwc
1595
+
1596
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowMultiCheckboxLwc`
1597
+ - **type:** `container`
1598
+ - **tagName:** `flowruntime-multi-checkbox-lwc`
1599
+ - **interactions:** `Set`, `Clear`, `Select All`
1600
+ - **attributes:** `Name`, `Visible`, `Label`, `Required`, `Class`, `Value`, `Message`
1601
+
1602
+ #### Screen Flow Name
1603
+
1604
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowName`
1605
+ - **type:** `container`
1606
+ - **tagName:** `flowruntime-name`
1607
+ - **interactions:** `Clear`, `Set`, `Set`, `Set`, `Set`, `Set`, `Set`, `Set`
1608
+ - **attributes:** `Label`, `Visible`, `Disabled`, `Read only`, `Class`, `First Name`, `Last Name`, `Message`
1609
+
1610
+ #### Screen Flow Navigation Bar
1611
+
1612
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowNavigationBar`
1613
+ - **type:** `container`
1614
+ - **tagName:** `flowruntime-navigation-bar`
1615
+
1616
+ #### Screen Flow Number Input
1617
+
1618
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowNumberInput`
1619
+ - **type:** `container`
1620
+ - **tagName:** `flowruntime-flow-screen-input`
1621
+ - **interactions:** `Clear`, `Set`
1622
+ - **attributes:** `Name`, `Visible`, `Label`, `Class`, `Required`, `Value`, `FieldDataType`, `Message`
1623
+
1624
+ #### Screen Flow Password Input
1625
+
1626
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowPasswordInput`
1627
+ - **type:** `container`
1628
+ - **tagName:** `flowruntime-flow-screen-input`
1629
+ - **interactions:** `Clear`, `Set`
1630
+ - **attributes:** `Name`, `Visible`, `Label`, `Class`, `Required`, `Value`, `FieldType`
1631
+
1632
+ #### Screen Flow Phone
1633
+
1634
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowPhone`
1635
+ - **type:** `container`
1636
+ - **tagName:** `flowruntime-phone`
1637
+ - **interactions:** `Clear`, `Set`
1638
+ - **attributes:** `Label`, `Visible`, `Class`, `Required`, `Read only`, `Value`, `Placeholder`
1639
+
1640
+ #### Screen Flow Picklist Input
1641
+
1642
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowPicklistInput`
1643
+ - **type:** `container`
1644
+ - **tagName:** `flowruntime-picklist-input-lwc`
1645
+ - **interactions:** `Clear`, `Set`
1646
+ - **attributes:** `Name`, `Visible`, `Label`, `Class`, `Options`, `Options List`, `Required`, `Value`, `Message`
1647
+
1648
+ #### Screen Flow Radio Button Input
1649
+
1650
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowRadioButtonInput`
1651
+ - **type:** `container`
1652
+ - **tagName:** `flowruntime-radio-button-input-lwc`
1653
+ - **interactions:** `Set`, `Clear`
1654
+ - **attributes:** `Name`, `Label`, `Required`, `Class`, `Value`, `Visible`, `Message`
1655
+
1656
+ #### Screen Flow Screen Field
1657
+
1658
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowScreenField`
1659
+ - **type:** `container`
1660
+ - **tagName:** `flowruntime-screen-field`
1661
+ - **attributes:** `Field Name`
1662
+
1663
+ #### Screen Flow Section With Header
1664
+
1665
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowSectionWithHeader`
1666
+ - **type:** `container`
1667
+ - **tagName:** `flowruntime-section-with-header`
1668
+ - **attributes:** `Section Name`, `Visible`, `Section Heading`
1669
+
1670
+ #### Screen Flow Slider
1671
+
1672
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowSlider`
1673
+ - **type:** `container`
1674
+ - **tagName:** `flowruntime-slider`
1675
+ - **interactions:** `Set Slider Value`
1676
+ - **attributes:** `Label`, `Visible`, `Disabled`, `Min`, `Max`, `Step`, `Value`
1677
+
1678
+ #### Screen Flow Text Input
1679
+
1680
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowTextInput`
1681
+ - **type:** `container`
1682
+ - **tagName:** `flowruntime-flow-screen-input`
1683
+ - **interactions:** `Clear`, `Set`
1684
+ - **attributes:** `Name`, `Visible`, `Label`, `Class`, `Required`, `Value`, `FieldDataType`, `Message`
1685
+
1686
+ #### Screen Flow Toggle
1687
+
1688
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowToggle`
1689
+ - **type:** `container`
1690
+ - **tagName:** `flowruntime-toggle`
1691
+ - **interactions:** `Check`, `Uncheck`, `Toggle`, `Set`
1692
+ - **attributes:** `Label`, `Visible`, `Message Toggle Active`, `Message Toggle Inactive`, `Class`, `Disabled`, `Value`
1693
+
1694
+ #### Screen Flow Url
1695
+
1696
+ - **name:** `json::/com/provar/Screenflows/ScreenFlowUrl`
1697
+ - **type:** `container`
1698
+ - **tagName:** `flowruntime-url`
1699
+ - **interactions:** `Clear`, `Set`
1700
+ - **attributes:** `Label`, `Visible`, `Class`, `Required`, `Disabled`, `Read only`, `Value`, `Message`
1701
+
1702
+ ---
1703
+
1704
+ ## vlocityIns (v1.0.13)
1705
+
1706
+ Package includes definitions for Vlocity Ins Components FACT elements
1707
+ **Requires Provar:** >=2.10.2
1708
+
1709
+ ### Components
1710
+
1711
+ #### Vlocity Ins Block
1712
+
1713
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsBlock`
1714
+ - **type:** `container`
1715
+ - **tagName:** `vlocity_ins-block`
1716
+ - **attributes:** `Data Style Id`, `Data Action Index`, `Data Omni Key`
1717
+
1718
+ #### Vlocity Ins Button
1719
+
1720
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsButton`
1721
+ - **type:** `container`
1722
+ - **tagName:** `vlocity_ins-button`
1723
+ - **interactions:** `Click`
1724
+ - **attributes:** `Data Omni Key`, `Visible`, `Disabled`, `Label`, `Name`, `Title`, `Variant`
1725
+
1726
+ #### Vlocity Button Group
1727
+
1728
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsButtonGroup`
1729
+ - **type:** `container`
1730
+ - **tagName:** `c-atlas-d-x-radio-extended-s`
1731
+ - **interactions:** `Click`
1732
+ - **attributes:** `Data Omni Key`, `Visible`
1733
+
1734
+ #### Vlocity Flex Card State
1735
+
1736
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsCardState`
1737
+ - **type:** `container`
1738
+ - **tagName:** `vlocity_ins-flex-card-state`
1739
+ - **interactions:** `Click`
1740
+ - **attributes:** `Data Omni Key`, `Visible`
1741
+
1742
+ #### Vlocity Ins Checkbox
1743
+
1744
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsCheckbox`
1745
+ - **type:** `container`
1746
+ - **tagName:** `vlocity_ins-omniscript-checkbox`
1747
+ - **interactions:** `Check`, `Uncheck`, `Toggle`, `Set`
1748
+ - **attributes:** `Data Omni Key`, `Visible`, `Name`, `Label`, `Disabled`, `Class`, `Required`, `Checked`, `Type`
1749
+ - **child elements:** 2
1750
+
1751
+ #### Vlocity Ins Combobox
1752
+
1753
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsCombobox`
1754
+ - **type:** `container`
1755
+ - **tagName:** `vlocity_ins-combobox`
1756
+ - **interactions:** `Set`
1757
+ - **attributes:** `Data Omni Key`, `Visible`, `Disabled`, `Options`, `Label`, `Message`, `Name`, `Placeholder`, `Value Label`, `Read only`, `Required`, `Options`, `Options List`, `Value`
1758
+ - **child elements:** 2
1759
+
1760
+ #### Vlocity Ins Currency
1761
+
1762
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsCurrency`
1763
+ - **type:** `container`
1764
+ - **tagName:** `vlocity_ins-omniscript-currency`
1765
+ - **interactions:** `Clear`, `Set`
1766
+ - **attributes:** `Data Omni Key`, `Visible`, `Name`, `Label`, `Required`, `Value`, `Message`
1767
+ - **child elements:** 2
1768
+
1769
+ #### Vlocity Ins Custom Lwc
1770
+
1771
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsCustomLwc`
1772
+ - **type:** `container`
1773
+ - **tagName:** `vlocity_ins-omniscript-custom-lwc`
1774
+ - **attributes:** `Data Omni Key`, `Visible`
1775
+
1776
+ #### Vlocity Ins Date
1777
+
1778
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsDate`
1779
+ - **type:** `container`
1780
+ - **tagName:** `vlocity_ins-omniscript-date`
1781
+ - **interactions:** `Set`, `Set Date`, `Set Today`, `Clear`
1782
+ - **attributes:** `Data Omni Key`, `Visible`, `Disabled`, `Label`, `Name`, `Placeholder`, `Read only`, `Required`, `Display Value`, `Min`, `Max`, `Value`
1783
+ - **child elements:** 2
1784
+
1785
+ #### Vlocity Ins Dr Extract Action
1786
+
1787
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsDrExtractAction`
1788
+ - **type:** `container`
1789
+ - **tagName:** `vlocity_ins-omniscript-dr-extract-action`
1790
+ - **interactions:** `Click`
1791
+ - **attributes:** `Data Omni Key`, `Class`, `Visible`, `Disabled`, `Label`, `Name`, `Title`, `Variant`
1792
+
1793
+ #### Vlocity Ins Edit Block
1794
+
1795
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsEditBlock`
1796
+ - **type:** `container`
1797
+ - **tagName:** `vlocity_ins-omniscript-edit-block`
1798
+ - **attributes:** `Data Omni Key`
1799
+ - **child elements:** 1
1800
+
1801
+ #### Vlocity Ins Edit Block Wrapper
1802
+
1803
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsEditBlockWrapper`
1804
+ - **type:** `container`
1805
+ - **tagName:** `vlocity_ins-omniscript-edit-block-wrapper`
1806
+ - **attributes:** `Visible`, `Data Omni Key`
1807
+ - **child elements:** 1
1808
+
1809
+ #### Vlocity Ins Email
1810
+
1811
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsEmail`
1812
+ - **type:** `container`
1813
+ - **tagName:** `vlocity_ins-omniscript-email`
1814
+ - **interactions:** `Clear`, `Set`
1815
+ - **attributes:** `Data Omni Key`, `Visible`, `Name`, `Label`, `Disabled`, `Read only`, `Class`, `Required`, `Multiple`, `Value`, `Placeholder`, `Type`, `Message`
1816
+ - **child elements:** 2
1817
+
1818
+ #### Vlocity Ins Flex Action
1819
+
1820
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsFlexAction`
1821
+ - **type:** `container`
1822
+ - **tagName:** `vlocity_ins-flex-action`
1823
+ - **interactions:** `Click`
1824
+ - **attributes:** `Data Style Id`, `Data Action Index`, `Data Omni Key`, `Data Omni Key`, `Visible`
1825
+
1826
+ #### Vlocity Form Add Botton
1827
+
1828
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsFormAddBotton`
1829
+ - **type:** `container`
1830
+ - **tagName:** `div`
1831
+ - **interactions:** `Click`
1832
+ - **attributes:** `Data Omni Key`, `Visible`
1833
+
1834
+ #### Vlocity Ins Formula
1835
+
1836
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsFormula`
1837
+ - **type:** `container`
1838
+ - **tagName:** `vlocity_ins-omniscript-formula`
1839
+ - **interactions:** `Clear`, `Set`
1840
+ - **attributes:** `Data Omni Key`, `Visible`, `Name`, `Label`, `Required`, `Value`, `Message`
1841
+ - **child elements:** 2
1842
+
1843
+ #### Vlocity Ins Input
1844
+
1845
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsInput`
1846
+ - **type:** `container`
1847
+ - **tagName:** `vlocity_ins-input`
1848
+ - **interactions:** `Clear`, `Set`, `Append`
1849
+ - **attributes:** `Data Omni Key`, `Visible`, `Disabled`, `Label`, `Name`, `Placeholder`, `Read only`, `Required`, `Message`, `Value`
1850
+ - **child elements:** 2
1851
+
1852
+ #### Vlocity Ip Action
1853
+
1854
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsIpAction`
1855
+ - **type:** `container`
1856
+ - **tagName:** `vlocity_ins-omniscript-ip-action`
1857
+ - **interactions:** `Click`
1858
+ - **attributes:** `Data Omni Key`, `Visible`, `Disabled`, `Label`, `Name`, `Title`, `Variant`
1859
+
1860
+ #### Vlocity Ins Lookup
1861
+
1862
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsLookup`
1863
+ - **type:** `container`
1864
+ - **tagName:** `vlocity_ins-omniscript-lookup`
1865
+ - **interactions:** `Set`
1866
+ - **attributes:** `Data Omni Key`, `Visible`, `Disabled`, `Options`, `Label`, `Message`, `Name`, `Placeholder`, `Value Label`, `Read only`, `Required`, `Options`, `Options List`, `Value`
1867
+ - **child elements:** 2
1868
+
1869
+ #### Vlocity Ins Multi Select
1870
+
1871
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsMultiSelect`
1872
+ - **type:** `container`
1873
+ - **tagName:** `vlocity_ins-omniscript-multiselect`
1874
+ - **interactions:** `Check`, `Uncheck`
1875
+ - **attributes:** `Data Omni Key`, `Visible`, `Name`, `Label`, `Disabled`, `Required`
1876
+
1877
+ #### Vlocity Ins Navigate Action
1878
+
1879
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsNavigateAction`
1880
+ - **type:** `container`
1881
+ - **tagName:** `vlocity_ins-omniscript-navigate-action`
1882
+ - **interactions:** `Click`
1883
+ - **attributes:** `Data Omni Key`, `Visible`, `Disabled`, `Label`, `Name`, `Title`, `Variant`
1884
+
1885
+ #### Vlocity Ins Number
1886
+
1887
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsNumber`
1888
+ - **type:** `container`
1889
+ - **tagName:** `vlocity_ins-omniscript-number`
1890
+ - **interactions:** `Clear`, `Set`
1891
+ - **attributes:** `Data Omni Key`, `Visible`, `Name`, `Label`, `Disabled`, `Read only`, `Required`, `Value`, `Formatted Value`, `Placeholder`, `Type`, `Message`
1892
+ - **child elements:** 2
1893
+
1894
+ #### Vlocity Ins Omniscript Block
1895
+
1896
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsOmniscriptBlock`
1897
+ - **type:** `container`
1898
+ - **tagName:** `vlocity_ins-omniscript-block`
1899
+ - **attributes:** `Data Style Id`, `Data Action Index`, `Data Omni Key`
1900
+
1901
+ #### Vlocity Ins Output Field
1902
+
1903
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsOutputField`
1904
+ - **type:** `container`
1905
+ - **tagName:** `vlocity_ins-output-field`
1906
+ - **attributes:** `Data Style Id`, `Data Omni Key`
1907
+
1908
+ #### Vlocity Ins Places Type Ahead
1909
+
1910
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsPlacesTypeAhead`
1911
+ - **type:** `container`
1912
+ - **tagName:** `vlocity_ins-omniscript-places-typeahead`
1913
+ - **interactions:** `Clear`, `Set`, `Append`
1914
+ - **attributes:** `Data Omni Key`, `Visible`, `Disabled`, `Label`, `Name`, `Placeholder`, `Required`, `Message`, `Value`
1915
+ - **child elements:** 2
1916
+
1917
+ #### Vlocity Ins Radio
1918
+
1919
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsRadio`
1920
+ - **type:** `container`
1921
+ - **tagName:** `vlocity_ins-omniscript-radio`
1922
+ - **interactions:** `Set`
1923
+ - **attributes:** `Data Omni Key`, `Visible`, `Disabled`, `Label`, `Name`, `Required`, `Value`, `Type`
1924
+
1925
+ #### Vlocity Ins Select
1926
+
1927
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsSelect`
1928
+ - **type:** `container`
1929
+ - **tagName:** `vlocity_ins-omniscript-select`
1930
+ - **interactions:** `Set`
1931
+ - **attributes:** `Data Omni Key`, `Visible`, `Disabled`, `Options`, `Label`, `Message`, `Name`, `Placeholder`, `Value Label`, `Read only`, `Required`, `Options`, `Options List`, `Value`
1932
+ - **child elements:** 2
1933
+
1934
+ #### Vlocity Ins Set Values
1935
+
1936
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsSetValues`
1937
+ - **type:** `container`
1938
+ - **tagName:** `vlocity_ins-omniscript-set-values`
1939
+ - **interactions:** `Click`
1940
+ - **attributes:** `Data Omni Key`, `Visible`, `Disabled`, `Label`, `Name`, `Title`, `Variant`
1941
+
1942
+ #### Vlocity Ins Step
1943
+
1944
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsStep`
1945
+ - **type:** `container`
1946
+ - **tagName:** `vlocity_ins-omniscript-step`
1947
+ - **attributes:** `Data Omni Key`
1948
+
1949
+ #### Vlocity Ins Telephone
1950
+
1951
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsTelephone`
1952
+ - **type:** `container`
1953
+ - **tagName:** `vlocity_ins-omniscript-telephone`
1954
+ - **interactions:** `Clear`, `Set`
1955
+ - **attributes:** `Data Omni Key`, `Visible`, `Name`, `Label`, `Disabled`, `Read only`, `Required`, `Value`, `Formatted Value`, `Placeholder`, `Type`, `Message`
1956
+ - **child elements:** 2
1957
+
1958
+ #### Vlocity Ins Text
1959
+
1960
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsText`
1961
+ - **type:** `container`
1962
+ - **tagName:** `vlocity_ins-omniscript-text`
1963
+ - **interactions:** `Clear`, `Set`, `Append`
1964
+ - **attributes:** `Data Omni Key`, `Visible`, `Disabled`, `Label`, `Name`, `Placeholder`, `Read only`, `Required`, `Message`, `Value`
1965
+ - **child elements:** 2
1966
+
1967
+ #### Vlocity Ins Text Area
1968
+
1969
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsTextArea`
1970
+ - **type:** `container`
1971
+ - **tagName:** `vlocity_ins-omniscript-textarea`
1972
+ - **interactions:** `Clear`, `Set`, `Append`
1973
+ - **attributes:** `Data Omni Key`, `Visible`, `Name`, `Label`, `Disabled`, `Read only`, `Class`, `Required`, `Value`, `Placeholder`, `Message`, `Max length`
1974
+ - **child elements:** 2
1975
+
1976
+ #### Vlocity Ins Transform Action
1977
+
1978
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsTransformAction`
1979
+ - **type:** `container`
1980
+ - **tagName:** `vlocity_ins-omniscript-dr-transform-action`
1981
+ - **interactions:** `Click`
1982
+ - **attributes:** `Data Omni Key`, `Visible`, `Disabled`, `Label`, `Name`, `Title`, `Variant`
1983
+
1984
+ #### Vlocity Ins Type Ahead
1985
+
1986
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsTypeAhead`
1987
+ - **type:** `container`
1988
+ - **tagName:** `vlocity_ins-omniscript-typeahead`
1989
+ - **interactions:** `Clear`, `Set`, `Append`
1990
+ - **attributes:** `Data Omni Key`, `Visible`, `Disabled`, `Label`, `Name`, `Placeholder`, `Required`, `Message`, `Value`
1991
+ - **child elements:** 2
1992
+
1993
+ #### Vlocity Ins Type Ahead Block
1994
+
1995
+ - **name:** `json::/com/provar/vlocityInsCloud/VlocityInsTypeAheadBlock`
1996
+ - **type:** `container`
1997
+ - **tagName:** `vlocity_ins-omniscript-typeahead-block`
1998
+ - **attributes:** `Data Omni Key`
1999
+ - **child elements:** 1
2000
+
2001
+ ---