-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdocs.json
15436 lines (15436 loc) · 599 KB
/
docs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"component-types": [
{
"componentName": "HttpConnector",
"description": "This connector component invokes HTTP endpoints (tyically REST enpoints) and sets the result to the connector data. This connector can be used as data source for other components."
},
{
"componentName": "CookieConnector",
"description": "This connector component binds its data to a cookie. This connector can be used as data source for other components."
},
{
"componentName": "LocalStorageConnector",
"description": "This connector component makes its data persistent by serializing it into the Local Storage of the current browser, in the given key. It also provides synchronization capabilities so that the data can be available accros several devices and shared between several users. This connector can be used as data source for other components."
},
{
"componentName": "DataMapper",
"description": "A data mapper is a component that maps the data of a source component to its own data, applying some transformation(s) to it (typically filter/map/reduce). This connector can be used as data source for other components."
},
{
"componentName": "GeolocConnector",
"description": "This connector component uses the geolocation API to provide the current user's location in its data. It also support connection to the Nominatim geocoding API, to resolve postal adresses as latitude/longitude coordinates."
},
{
"componentName": "TextView",
"description": "This component displays a text to the user, with several formatting option available. The text can include HTML elements."
},
{
"componentName": "CheckboxView",
"description": "This component defines a user input for a true or false value, and displayed as a checkbox or a switch."
},
{
"componentName": "SelectView",
"description": "This component defines a user input to select one or multiple values within a list of data."
},
{
"componentName": "InputView",
"description": "This component defines a user input for sereval kinds of data."
},
{
"componentName": "TextareaView",
"description": "This component is a text area form input, for multiple-line text."
},
{
"componentName": "ButtonView",
"description": "This component displays a button with a text and an optional icon and can execute actions when clicked."
},
{
"componentName": "ImageView",
"description": "This component displays an image located at a given URL."
},
{
"componentName": "IconView",
"description": "This component displays a builtin icon from its name."
},
{
"componentName": "ContainerView",
"description": "This component contains other components and can be used to layout them in different ways."
},
{
"componentName": "ReferenceView",
"description": "A reference component allows to insert another component in place of the reference. Several references can refer to the same component, making it convenient to factorize a component and repeat it in serveral places of your application."
},
{
"componentName": "SplitView",
"description": "This component splits the parent container in 2 parts. The split can be horizontal or vertical. It also provides support for resizable split and default sizes."
},
{
"componentName": "CardView",
"description": "This component also showing information (title, body, image, ...) in a so-called card."
},
{
"componentName": "IteratorView",
"description": "This component loops over an array of data in the data source, and repeats a content passing the currently iterated data."
},
{
"componentName": "TabsView",
"description": "Create a widget of tabbable containes, allowing the user to interactively switch between different containers by clicking on the tabs."
},
{
"componentName": "CollapseView",
"description": "Easily toggle visibility of almost any content on your pages in a vertically collapsing container."
},
{
"componentName": "DialogView",
"description": "Dialogs are used to popup or prompt information to the user. The dialog content may contain any component."
},
{
"componentName": "TableView",
"description": "This component displays tabular data. It supports pagination, filtering, sorting, custom cell components, and various style options. "
},
{
"componentName": "ChartView",
"description": "This component displays various types of charts (line charts, bar charts, pie charts, radar charts). It is a wrapper of the well-known ChartJS library."
},
{
"componentName": "TimeSeriesChartView",
"description": "This component is a specific chart that is made to display time series data."
},
{
"componentName": "TagsView",
"description": "Lightweight custom tagged input form control, with options for customized interface rendering, duplicate tag detection and optional tag validation."
},
{
"componentName": "PopoverView",
"description": "The Popover feature, provides a tooltip-like behavior, with fully customizable container content."
},
{
"componentName": "DatepickerView",
"description": "BootstrapVue custom date picker input form control."
},
{
"componentName": "TimepickerView",
"description": "BootstrapVue custom time picker input form control,"
},
{
"componentName": "PaginationView",
"description": "Quick first, previous, next, last, and page buttons for pagination control of an iterable component (a table or an iterator)."
},
{
"componentName": "AvatarView",
"description": "Avatar components are typically used to display a user profile as a picture, an icon, or short text."
},
{
"componentName": "EmbedView",
"description": "A component to embed media content (video, audio, image), or external web sites."
},
{
"componentName": "MapView",
"description": "A component to embed a map. It supports the Leaflet and OpenStreetMap API."
},
{
"componentName": "CarouselView",
"description": "The carousel is a slideshow for cycling through a series of content. It works with a series of images, text, or custom markup. It also includes support for previous/next controls and indicators."
},
{
"componentName": "ProgressView",
"description": "A custom progress component for displaying simple or complex progress bars, featuring support for horizontally stacked bars, animated backgrounds, and text labels."
},
{
"componentName": "NavbarView",
"description": "The main navbar component for the application. Contains menus, custom components, user management support, route management support, and various global functions for the application."
},
{
"componentName": "PdfView",
"description": "A component to show PDF documents embedded in the app."
},
{
"componentName": "CameraView",
"description": "A component to open the device camera (if available) and take pictures."
},
{
"componentName": "SidebarView",
"description": "A component to present some content in a sidebar, which can be shown and hidden depending on the needs."
}
],
"components-documentation": {
"HttpConnector": [
{
"propertyName": "baseUrl",
"type": "text"
},
{
"propertyName": "errorHandler",
"type": "code/javascript",
"description": "A function to handle http errors: <code>(errorStatus, url, initializationObject) => { ... }</code>",
"literalOnly": true
},
{
"propertyName": "resultType",
"type": "select",
"description": "Select the type of result expected when invoking the endpoint (default is JSON, parsed to an object)",
"possibleValues": [
"JSON",
"TEXT",
"CSV (with headers)"
],
"literalOnly": true
},
{
"propertyName": "csvSeparator",
"type": "select",
"description": "If unspecified, defaults to comma (English standard)",
"possibleValues": [
{
"text": ",",
"value": ","
},
{
"text": ";",
"value": ";"
},
{
"text": "tab",
"value": "\t"
},
{
"text": "space",
"value": " "
},
{
"text": "pipe (|)",
"value": "|"
}
]
},
{
"propertyName": "method",
"type": "select",
"possibleValues": [
"GET",
"POST",
"PUT",
"DELETE"
],
"literalOnly": true
},
{
"propertyName": "proxy",
"type": "checkbox",
"description": "Use a proxy (to be used to allow CORS when accessing REST APIs)",
"literalOnly": true
},
{
"propertyName": "enableCache",
"type": "checkbox",
"description": "Cache the invocation results in the local storage when possible",
"literalOnly": true
},
{
"propertyName": "cacheExpiration",
"type": "number",
"description": "The number of minutes before a cache key expires (when not defined, default is 24 hours)"
},
{
"propertyName": "cacheMaxEntries",
"type": "number",
"description": "The maximum number of entries in the cache (each entry corresponds to a set of specific parameter values), default is <code>100</code>. Note that cache eviction takes place when the number of entries reaches the max number of entries and frees 10% of the cache."
},
{
"propertyName": "cacheEvictionStrategy",
"type": "select",
"description": "LRU: Least Recently Used, LFU: Least Frequently Used",
"possibleValues": [
"LRU",
"LFU"
],
"literalOnly": true
},
{
"propertyName": "clearCache",
"type": "action"
},
{
"propertyName": "path",
"type": "text",
"description": "The path to the http endpoint. When using the <code>invoke(...params)</code> action on this component, you can access invocation parameters with the <code>this.invokeParams</code> variable (for instance: <code>x/y/${this.invokeParams[0]}/z</code>)"
},
{
"propertyName": "credentials",
"type": "select",
"possibleValues": [
"omit",
"same-origin",
"include"
],
"literalOnly": true
},
{
"propertyName": "mode",
"type": "select",
"possibleValues": [
"cors",
"no-cors",
"same-origin",
"navigate"
],
"literalOnly": true
},
{
"propertyName": "form",
"type": "checkbox",
"description": "Sends the body as a form data instead of serialized JSON (default)",
"literalOnly": true
},
{
"propertyName": "bodyType",
"type": "select",
"description": "Specifies how the body should be sent (default is serialized <code>JSON</code>). <code>FORM-DATA</code> sends the body as form data. <code>TEXT</code> sends the body as is.",
"possibleValues": [
"JSON",
"FORM-DATA",
"TEXT"
],
"literalOnly": true
},
{
"propertyName": "headers",
"type": "code/json",
"description": "A JSON object containing the headers to be added to the request."
},
{
"propertyName": "body",
"type": "code/json",
"description": "An object containing the body of the request. However, when the selected body type is <code>raw-text</code>, you should write a formula that evaluates to a string. When using the <code>invoke(...params)</code> action on this component, you can access invocation parameters with the <code>this.invokeParams</code> variable (for instance: <code>{ key: ${this.invokeParams[0]} }</code>)"
}
],
"CookieConnector": [
{
"propertyName": "name",
"type": "text",
"description": "A string representing the name of the cookie. If omitted, this is empty by default."
},
{
"propertyName": "defaultValue",
"type": "text",
"description": "The default value of the data model when the cookie does not exist yet or when its value is not valid."
},
{
"propertyName": "expirationDate",
"type": "text",
"description": "A date or a number that represents the expiration date of the cookie as the number of seconds since the UNIX epoch. If omitted, the cookie becomes a session cookie."
},
{
"propertyName": "sameSite",
"type": "select",
"description": "A <code>cookies.SameSiteStatus</code> value that indicates the SameSite state of the cookie. If omitted, it defaults to <code>no_restriction</code>.",
"possibleValues": [
"no_restriction",
"lax",
"strict"
]
}
],
"LocalStorageConnector": [
{
"propertyName": "idField",
"type": "text",
"description": "The id field name (default is \"id\")",
"literalOnly": true
},
{
"propertyName": "sortField",
"type": "text"
},
{
"propertyName": "sortDirection",
"type": "select"
},
{
"propertyName": "query",
"type": "checkbox",
"description": "If set, this connector is a query to the local storage (read-only data access). Keys and shared by expressions can be regexp to match existing storage keys - when several keys are matched, the data is merged into a unique collection.",
"literalOnly": true
},
{
"propertyName": "autoSync",
"type": "checkbox",
"description": "If set, this connector automatically synchronizes before and after each data change."
},
{
"propertyName": "autoIds",
"type": "checkbox",
"description": "If set, this connector automatically injects IDs to the data objects.",
"literalOnly": true
},
{
"propertyName": "autoTimestamp",
"type": "checkbox",
"description": "If set, this connector automatically injects timestamps to the data objects.",
"literalOnly": true
},
{
"propertyName": "storeDataInDefaultValue",
"type": "checkbox",
"description": "If set, the data is persited in the application model.",
"literalOnly": true
},
{
"propertyName": "key",
"type": "text",
"description": "A string representing key used to store the data in the local storage"
},
{
"propertyName": "sharedBy",
"type": "text",
"description": "A user ID - the given user must share the key with you to have access"
},
{
"propertyName": "shares",
"type": "code/javascript",
"description": "A list of user ids to share this data with (read/write permissions). For partitioned data, can be a function returning a list of user ids: <code>(id, data) => ...</code>",
"literalOnly": true
},
{
"propertyName": "readOnlyShares",
"type": "code/javascript",
"description": "A list of user ids to share this data with (read-only permission). For partitioned data, can be a function returning a list of user ids: <code>(id, data) => ...</code>",
"literalOnly": true
},
{
"propertyName": "partitionKey",
"type": "text",
"description": "If a partition key is defined, the data, which is an array, will be partitioned in several sub-keys (main-key::partition-key), which can be shared and synchronized independently",
"literalOnly": true
},
{
"propertyName": "remote",
"type": "checkbox",
"description": "If set, the storage is only remote (on the server) and no data is stored locally in the browser - the user must be authenticated"
},
{
"propertyName": "defaultValue",
"type": "text",
"description": "The default value of the data model when the data does not exist yet in the local storage or when its value is not valid"
}
],
"DataMapper": [
{
"propertyName": "mapper",
"type": "code/javascript",
"description": "A functional expression that maps (transforms, filters, sorts, reduces, ...) the data from the data source to the data model. For instance: <code>data => data.filter(d => d.category === \"c\")</code>"
}
],
"GeolocConnector": [
{
"propertyName": "enableHighAccuracy",
"type": "checkbox",
"description": "A boolean value that indicates the application would like to receive the best possible results. If <code>true</code> and if the device is able to provide a more accurate position, it will do so. Note that this can result in slower response times or increased power consumption (with a GPS chip on a mobile device for example). On the other hand, if <code>false</code>, the device can take the liberty to save resources by responding more quickly and/or using less power. Default: <code>false</code>."
},
{
"propertyName": "timeout",
"type": "number",
"description": "A positive long value representing the maximum length of time (in milliseconds) the device is allowed to take in order to return a position. The default value is Infinity, meaning that <code>getCurrentPosition()</code> won't return until the position is available."
},
{
"propertyName": "maximumAge",
"type": "text",
"description": "A positive long value indicating the maximum age in milliseconds of a possible cached position that is acceptable to return. If set to <code>0</code>, it means that the device cannot use a cached position and must attempt to retrieve the real current position. If set to <code>Infinity</code> the device must return a cached position regardless of its age. Default: <code>0</code>."
}
],
"TextView": [
{
"propertyName": "tag",
"type": "select",
"description": "The wrapping element being used - default is \"Block\"",
"possibleValues": [
{
"value": "div",
"text": "Block"
},
{
"value": "p",
"text": "Paragraph"
},
{
"value": "h1",
"text": "Heading 1"
},
{
"value": "h2",
"text": "Heading 2"
},
{
"value": "h3",
"text": "Heading 3"
},
{
"value": "h4",
"text": "Heading 4"
},
{
"value": "h5",
"text": "Heading 5"
},
{
"value": "h6",
"text": "Heading 6"
},
{
"value": "badge",
"text": "Badge"
},
{
"value": "alert",
"text": "Alert"
},
{
"value": "b",
"text": "Bold"
},
{
"value": "i",
"text": "Italic"
},
{
"value": "u",
"text": "Underline"
},
{
"value": "del",
"text": "Line-trough"
}
]
},
{
"propertyName": "cols",
"type": "select",
"description": "Max number of text columns. The actual number depends on the column width if defined.",
"possibleValues": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
{
"propertyName": "colWidth",
"type": "text",
"description": "A minimum width for the text columns (as a CSS width)"
},
{
"propertyName": "columnGap",
"type": "text"
},
{
"propertyName": "text",
"type": "code/html"
},
{
"propertyName": "variant",
"type": "select",
"possibleValues": [
"primary",
"secondary",
"success",
"danger",
"warning",
"info",
"light",
"dark",
"outline-primary",
"outline-secondary",
"outline-success",
"outline-danger",
"outline-warning",
"outline-info",
"outline-light",
"outline-dark",
"link"
]
},
{
"propertyName": "pill",
"type": "checkbox"
},
{
"propertyName": "markdown",
"type": "checkbox"
},
{
"propertyName": "field",
"type": "text",
"description": "The identifier of the field in the data source (only if the data source is an object)"
}
],
"CheckboxView": [
{
"propertyName": "disabled",
"type": "checkbox"
},
{
"propertyName": "horizontalLayout",
"type": "checkbox"
},
{
"propertyName": "required",
"type": "checkbox",
"description": "When placed in a form container, the value must be defined when submitting the form"
},
{
"propertyName": "state",
"type": "text"
},
{
"propertyName": "labelClass",
"type": "text",
"description": "Class(es) (space-separated) applying to the label"
},
{
"propertyName": "switch",
"type": "checkbox"
},
{
"propertyName": "size",
"type": "select",
"possibleValues": [
"default",
"sm",
"md",
"lg"
]
},
{
"propertyName": "field",
"type": "text",
"description": "The identifier of the field in the data source (only if the data source is an object)"
},
{
"propertyName": "label",
"type": "text"
},
{
"propertyName": "description",
"type": "text"
},
{
"propertyName": "invalidFeedback",
"type": "text"
},
{
"propertyName": "validFeedback",
"type": "text"
}
],
"SelectView": [
{
"propertyName": "options",
"type": "code/javascript",
"description": "A list of strings or objects containing <code>value</code> and <code>text</code> properties (or <code>html</code> to use with caution for formatted text)",
"literalOnly": true
},
{
"propertyName": "showDescriptionAsPopover",
"type": "checkbox",
"description": "When checked, an information button will be added to open a popup with the description inside"
},
{
"propertyName": "horizontalLayout",
"type": "checkbox"
},
{
"propertyName": "allowClearSelection",
"type": "checkbox",
"description": "When checked, the user can clear the selection (for dropdown)"
},
{
"propertyName": "displayAsChoices",
"type": "checkbox",
"literalOnly": true
},
{
"propertyName": "choicesClass",
"type": "text",
"description": "CSS class(es) for the choices"
},
{
"propertyName": "choicesSize",
"type": "select",
"description": "Size for the choices (xl is usually for mobile)",
"possibleValues": [
"default",
"sm",
"md",
"lg",
"xl"
]
},
{
"propertyName": "buttons",
"type": "checkbox",
"literalOnly": true
},
{
"propertyName": "dropdown",
"type": "checkbox"
},
{
"propertyName": "noNavbarOverlap",
"type": "checkbox",
"description": "When dropdown shows as a sidebar, it will not overlap the navbar"
},
{
"propertyName": "buttonVariant",
"type": "select",
"possibleValues": [
"primary",
"secondary",
"success",
"danger",
"warning",
"info",
"light",
"dark",
"outline-primary",
"outline-secondary",
"outline-success",
"outline-danger",
"outline-warning",
"outline-info",
"outline-light",
"outline-dark",
"link"
]
},
{
"propertyName": "dropdownButtonVariant",
"type": "select",
"possibleValues": [
"primary",
"secondary",
"success",
"danger",
"warning",
"info",
"light",
"dark",
"outline-primary",
"outline-secondary",
"outline-success",
"outline-danger",
"outline-warning",
"outline-info",
"outline-light",
"outline-dark",
"link"
]
},
{
"propertyName": "dropdownButtonSplitVariant",
"type": "select",
"possibleValues": [
"primary",
"secondary",
"success",
"danger",
"warning",
"info",
"light",
"dark",
"outline-primary",
"outline-secondary",
"outline-success",
"outline-danger",
"outline-warning",
"outline-info",
"outline-light",
"outline-dark",
"link"
]
},
{
"propertyName": "dropdownButtonSplit",
"type": "checkbox",
"description": "When set, renders a split button dropdown"
},
{
"propertyName": "dropdownButtonText",
"type": "text"
},
{
"propertyName": "dropdownMenuClass",
"type": "text",
"description": "The class applyied to the dropdown menu content (including when showing as sidebar). If not defined, defaults to <code>container</code>"
},
{
"propertyName": "hideChoicesInDropdown",
"type": "checkbox",
"description": "When set, the dropdown menu does not show the default choices, but only the custom component if any"
},
{
"propertyName": "customHeaderInDropdown",
"type": "checkbox",
"description": "Shows a custom/editable header in the dropdown (instead of the default one if any)"
},
{
"propertyName": "customFooterInDropdown",
"type": "checkbox",
"description": "Shows a custom/editable footer in the dropdown"
},
{
"propertyName": "dropdownAsSideBarScreenSize",
"type": "select",
"description": "Shows the dropdown menu as a sidebar when the screen size is smaller than the given breakpoint",
"possibleValues": [
{
"text": "SM",
"value": 576
},
{
"text": "MD",
"value": 768
},
{
"text": "LG",
"value": 992
},
{
"text": "XL",
"value": 1200
}
]
},
{
"propertyName": "stacked",
"type": "checkbox"
},
{
"propertyName": "labelCols",
"type": "range",
"description": "Number of columns for the label when horizontal layout (0 or undefined is auto)"
},
{
"propertyName": "placeholder",
"type": "text",
"description": "A text to display in the select when no value is selected"
},
{
"propertyName": "labelClass",
"type": "text",
"description": "Class(es) (space-separated) applying to the label"
},
{
"propertyName": "selectSize",
"type": "range"
},
{
"propertyName": "multiple",
"type": "checkbox",
"description": "If set, allows multiple selection (the data model is an array)"
},
{
"propertyName": "required",
"type": "checkbox",
"description": "When placed in a form container, the value must be defined when submitting the form"
},
{
"propertyName": "disabled",
"type": "checkbox"
},
{
"propertyName": "state",
"type": "text"
},
{
"propertyName": "size",
"type": "select",
"possibleValues": [
"default",
"sm",
"md",
"lg"
]
},
{
"propertyName": "field",
"type": "text",
"description": "The identifier of the field in the data source (only if the data source is an object)"
},
{
"propertyName": "label",
"type": "text"
},
{
"propertyName": "description",
"type": "text"
},
{
"propertyName": "invalidFeedback",
"type": "text"
},
{
"propertyName": "validFeedback",
"type": "text"
}
],
"InputView": [
{
"propertyName": "inputType",
"type": "select",
"possibleValues": [
"text",
"password",
"email",
"number",
"formatted-number",
"url",
"tel",
"search",
"date",
"datetime-local",
"month",
"week",
"time",
"range",
"color"
]
},
{
"propertyName": "fillHeight",
"type": "checkbox",
"description": "Stretch vertically to fill the parent component height",
"literalOnly": true
},
{
"propertyName": "mask",
"type": "text",
"description": "An input mask. For instance: <code>##:##</code>. <code>#</code>: Number (0-9), <code>A</code>: Letter in any case (a-z,A-Z), <code>N</code>: Number or letter (a-z,A-Z,0-9), <code>X</code>: Any symbol, <code>?</code> Optional (next character)"
},
{
"propertyName": "autocomplete",
"type": "select",
"description": "If <code>off</code>, the browser will not fill the value automatically with previously saved values (default is <code>on</code>)",
"possibleValues": [
"on",
"off"
]
},
{
"propertyName": "showUploadButton",
"type": "checkbox",
"description": "Allow the user to upload a file and set this URL field with an encoded file value"
},
{
"propertyName": "maximumUploadSize",
"type": "number",
"description": "Default is 1024KB (= 1MB)"
},
{
"propertyName": "showCameraButton",
"type": "select",
"description": "Select a camera connector (create one if needed) in order to allow the user to fill this URL field with an encoded picture taken with the current device's camera"
},
{
"propertyName": "showAsPreview",
"type": "select",
"description": "Show the URL with data preview and do not show the input with the encoded data",
"possibleValues": [
"image",
"embed",
"iframe",
"video",
"audio",
"file"
]
},
{
"propertyName": "defaultImage",
"type": "checkbox",
"description": "Shows a default image when the image URL is not defined"
},
{
"propertyName": "proxy",
"type": "checkbox",
"description": "Use a proxy to access the file"
},
{
"propertyName": "proxyCache",
"type": "checkbox",
"description": "Cache files in the proxy and get files from the proxy cache (warning: no effects if caching is not enabled for the proxy)"
},
{
"propertyName": "compressionQuality",
"type": "range",
"description": "A hint for the compression quality (if proxy has compression enabled)"
},
{
"propertyName": "resizingWidth",
"type": "number",
"description": "A hint for resizing width (if resizing is supported for media file), in pixels"
},
{
"propertyName": "resizingHeight",
"type": "number",
"description": "A hint for resizing width (if resizing is supported for media file), in pixels"
},
{
"propertyName": "forceRawContent",
"type": "checkbox",
"description": "When checked, the accessed file is the raw (original) content (warning: no effects if compression is not enabled for the proxy)"
},
{
"propertyName": "showDownloadButton",
"type": "checkbox",
"description": "Allow the user to download URL as a local file"
},
{
"propertyName": "showDeleteButton",
"type": "checkbox",
"description": "Allow the user to delete the URL data"
},
{
"propertyName": "downloadFileName",