@sfxcode/formkit-primevue 3.3.5 → 3.3.6
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.
- package/LICENSE +21 -0
- package/README.md +138 -13
- package/components.d.ts +1 -0
- package/dist/components/FormKitDataDebug.d.vue.ts +24 -0
- package/dist/components/FormKitDataDebug.vue +9 -5
- package/dist/components/FormKitDataDebug.vue.d.ts +24 -0
- package/dist/components/FormKitDataEdit.d.vue.ts +180 -0
- package/dist/components/FormKitDataEdit.vue +46 -53
- package/dist/components/FormKitDataEdit.vue.d.ts +180 -0
- package/dist/components/FormKitDataView.d.vue.ts +73 -0
- package/dist/components/FormKitDataView.vue +27 -20
- package/dist/components/FormKitDataView.vue.d.ts +73 -0
- package/dist/components/FormKitIcon.d.vue.ts +39 -0
- package/dist/components/FormKitIcon.vue +13 -6
- package/dist/components/FormKitIcon.vue.d.ts +39 -0
- package/dist/components/FormKitPrefix.d.vue.ts +7 -0
- package/dist/components/FormKitPrefix.vue +3 -3
- package/dist/components/FormKitPrefix.vue.d.ts +7 -0
- package/dist/components/FormKitSuffix.d.vue.ts +7 -0
- package/dist/components/FormKitSuffix.vue +3 -3
- package/dist/components/FormKitSuffix.vue.d.ts +7 -0
- package/dist/components/PrimeAutoComplete.d.vue.ts +31 -0
- package/dist/components/PrimeAutoComplete.vue +86 -41
- package/dist/components/PrimeAutoComplete.vue.d.ts +31 -0
- package/dist/components/PrimeCascadeSelect.d.vue.ts +28 -0
- package/dist/components/PrimeCascadeSelect.vue +26 -7
- package/dist/components/PrimeCascadeSelect.vue.d.ts +28 -0
- package/dist/components/PrimeCheckbox.d.vue.ts +27 -0
- package/dist/components/PrimeCheckbox.vue +29 -9
- package/dist/components/PrimeCheckbox.vue.d.ts +27 -0
- package/dist/components/PrimeColorPicker.d.vue.ts +24 -0
- package/dist/components/PrimeColorPicker.vue +22 -7
- package/dist/components/PrimeColorPicker.vue.d.ts +24 -0
- package/dist/components/PrimeDatePicker.d.vue.ts +63 -0
- package/dist/components/PrimeDatePicker.vue +73 -17
- package/dist/components/PrimeDatePicker.vue.d.ts +63 -0
- package/dist/components/PrimeInputMask.d.vue.ts +28 -0
- package/dist/components/PrimeInputMask.vue +29 -10
- package/dist/components/PrimeInputMask.vue.d.ts +28 -0
- package/dist/components/PrimeInputNumber.d.vue.ts +36 -0
- package/dist/components/PrimeInputNumber.vue +56 -21
- package/dist/components/PrimeInputNumber.vue.d.ts +36 -0
- package/dist/components/PrimeInputOtp.d.vue.ts +26 -0
- package/dist/components/PrimeInputOtp.vue +24 -7
- package/dist/components/PrimeInputOtp.vue.d.ts +26 -0
- package/dist/components/PrimeInputText.d.vue.ts +24 -0
- package/dist/components/PrimeInputText.vue +25 -10
- package/dist/components/PrimeInputText.vue.d.ts +24 -0
- package/dist/components/PrimeKnob.d.vue.ts +31 -0
- package/dist/components/PrimeKnob.vue +37 -12
- package/dist/components/PrimeKnob.vue.d.ts +31 -0
- package/dist/components/PrimeListbox.d.vue.ts +42 -0
- package/dist/components/PrimeListbox.vue +39 -7
- package/dist/components/PrimeListbox.vue.d.ts +42 -0
- package/dist/components/PrimeMultiSelect.d.vue.ts +53 -0
- package/dist/components/PrimeMultiSelect.vue +52 -7
- package/dist/components/PrimeMultiSelect.vue.d.ts +53 -0
- package/dist/components/PrimeOutputBoolean.d.vue.ts +16 -0
- package/dist/components/PrimeOutputBoolean.vue +27 -28
- package/dist/components/PrimeOutputBoolean.vue.d.ts +16 -0
- package/dist/components/PrimeOutputDate.d.vue.ts +16 -0
- package/dist/components/PrimeOutputDate.vue +33 -33
- package/dist/components/PrimeOutputDate.vue.d.ts +16 -0
- package/dist/components/PrimeOutputDuration.d.vue.ts +16 -0
- package/dist/components/PrimeOutputDuration.vue +19 -23
- package/dist/components/PrimeOutputDuration.vue.d.ts +16 -0
- package/dist/components/PrimeOutputLink.d.vue.ts +16 -0
- package/dist/components/PrimeOutputLink.vue +27 -29
- package/dist/components/PrimeOutputLink.vue.d.ts +16 -0
- package/dist/components/PrimeOutputList.d.vue.ts +19 -0
- package/dist/components/PrimeOutputList.vue +40 -71
- package/dist/components/PrimeOutputList.vue.d.ts +19 -0
- package/dist/components/PrimeOutputNumber.d.vue.ts +16 -0
- package/dist/components/PrimeOutputNumber.vue +39 -36
- package/dist/components/PrimeOutputNumber.vue.d.ts +16 -0
- package/dist/components/PrimeOutputReference.d.vue.ts +16 -0
- package/dist/components/PrimeOutputReference.vue +30 -32
- package/dist/components/PrimeOutputReference.vue.d.ts +16 -0
- package/dist/components/PrimeOutputText.d.vue.ts +22 -0
- package/dist/components/PrimeOutputText.vue +53 -53
- package/dist/components/PrimeOutputText.vue.d.ts +22 -0
- package/dist/components/PrimePassword.d.vue.ts +33 -0
- package/dist/components/PrimePassword.vue +32 -11
- package/dist/components/PrimePassword.vue.d.ts +33 -0
- package/dist/components/PrimeRadioButton.d.vue.ts +28 -0
- package/dist/components/PrimeRadioButton.vue +29 -19
- package/dist/components/PrimeRadioButton.vue.d.ts +28 -0
- package/dist/components/PrimeRating.d.vue.ts +24 -0
- package/dist/components/PrimeRating.vue +22 -7
- package/dist/components/PrimeRating.vue.d.ts +24 -0
- package/dist/components/PrimeSelect.d.vue.ts +50 -0
- package/dist/components/PrimeSelect.vue +49 -7
- package/dist/components/PrimeSelect.vue.d.ts +50 -0
- package/dist/components/PrimeSelectButton.d.vue.ts +28 -0
- package/dist/components/PrimeSelectButton.vue +27 -7
- package/dist/components/PrimeSelectButton.vue.d.ts +28 -0
- package/dist/components/PrimeSlider.d.vue.ts +26 -0
- package/dist/components/PrimeSlider.vue +28 -10
- package/dist/components/PrimeSlider.vue.d.ts +26 -0
- package/dist/components/PrimeTextarea.d.vue.ts +25 -0
- package/dist/components/PrimeTextarea.vue +23 -7
- package/dist/components/PrimeTextarea.vue.d.ts +25 -0
- package/dist/components/PrimeToggleButton.d.vue.ts +26 -0
- package/dist/components/PrimeToggleButton.vue +25 -7
- package/dist/components/PrimeToggleButton.vue.d.ts +26 -0
- package/dist/components/PrimeToggleSwitch.d.vue.ts +23 -0
- package/dist/components/PrimeToggleSwitch.vue +23 -8
- package/dist/components/PrimeToggleSwitch.vue.d.ts +23 -0
- package/dist/components/PrimeTreeSelect.d.vue.ts +32 -0
- package/dist/components/PrimeTreeSelect.vue +30 -7
- package/dist/components/PrimeTreeSelect.vue.d.ts +32 -0
- package/dist/components/index.d.ts +23 -23
- package/dist/composables/index.d.ts +8 -8
- package/dist/composables/index.js +8 -8
- package/dist/composables/index.mjs +8 -8
- package/dist/composables/useFormKitInput.js +1 -5
- package/dist/composables/useFormKitInput.mjs +1 -13
- package/dist/composables/useFormKitRepeater.js +1 -1
- package/dist/composables/useFormKitRepeater.mjs +17 -45
- package/dist/composables/useFormKitSchema.mjs +2 -10
- package/dist/composables/useInputEditor.js +4 -4
- package/dist/composables/useInputEditor.mjs +24 -52
- package/dist/composables/useInputEditorSchema.js +3 -3
- package/dist/composables/useInputEditorSchema.mjs +17 -25
- package/dist/composables/useOutputDuration.mjs +6 -3
- package/dist/definitions/index.js +2 -2
- package/dist/definitions/index.mjs +2 -2
- package/dist/definitions/input.d.ts +1 -1
- package/dist/definitions/input.mjs +15 -301
- package/dist/definitions/output.d.ts +1 -1
- package/dist/definitions/output.js +1 -1
- package/dist/definitions/output.mjs +14 -95
- package/dist/index.d.ts +48 -48
- package/dist/index.js +12 -12
- package/dist/index.mjs +3 -9
- package/dist/plugins/index.d.ts +1 -1
- package/dist/plugins/index.mjs +27 -31
- package/dist/sass/formkit-primevue.scss +101 -99
- package/package.json +80 -45
- package/dist/vue.d.ts +0 -5
|
@@ -22,94 +22,23 @@ import PrimeToggleButton from "../components/PrimeToggleButton.vue";
|
|
|
22
22
|
import PrimeToggleSwitch from "../components/PrimeToggleSwitch.vue";
|
|
23
23
|
import PrimeTreeSelect from "../components/PrimeTreeSelect.vue";
|
|
24
24
|
export const primeAutoCompleteDefinition = createInput(PrimeAutoComplete, {
|
|
25
|
-
props: [
|
|
26
|
-
"pt",
|
|
27
|
-
"ptOptions",
|
|
28
|
-
"unstyled",
|
|
29
|
-
"Select",
|
|
30
|
-
"multiple",
|
|
31
|
-
"typeahead",
|
|
32
|
-
"optionLabel",
|
|
33
|
-
"options",
|
|
34
|
-
"size",
|
|
35
|
-
"minLength",
|
|
36
|
-
"placeholder",
|
|
37
|
-
"fluid",
|
|
38
|
-
"separators"
|
|
39
|
-
],
|
|
25
|
+
props: ["pt", "ptOptions", "unstyled", "Select", "multiple", "typeahead", "optionLabel", "options", "size", "minLength", "placeholder", "fluid", "separators"],
|
|
40
26
|
family: "PrimeInput"
|
|
41
27
|
});
|
|
42
28
|
export const primeInputTextDefinition = createInput(PrimeInputText, {
|
|
43
|
-
props: [
|
|
44
|
-
"pt",
|
|
45
|
-
"ptOptions",
|
|
46
|
-
"unstyled",
|
|
47
|
-
"placeholder",
|
|
48
|
-
"iconPrefix",
|
|
49
|
-
"iconSuffix",
|
|
50
|
-
"size",
|
|
51
|
-
"inputType"
|
|
52
|
-
],
|
|
29
|
+
props: ["pt", "ptOptions", "unstyled", "placeholder", "iconPrefix", "iconSuffix", "size", "inputType"],
|
|
53
30
|
family: "PrimeInput"
|
|
54
31
|
});
|
|
55
32
|
export const primeInputNumberDefinition = createInput(PrimeInputNumber, {
|
|
56
|
-
props: [
|
|
57
|
-
"useGrouping",
|
|
58
|
-
"min",
|
|
59
|
-
"max",
|
|
60
|
-
"minFractionDigits",
|
|
61
|
-
"maxFractionDigits",
|
|
62
|
-
"locale",
|
|
63
|
-
"mode",
|
|
64
|
-
"currency",
|
|
65
|
-
"prefix",
|
|
66
|
-
"suffix",
|
|
67
|
-
"showButtons",
|
|
68
|
-
"buttonLayout",
|
|
69
|
-
"step",
|
|
70
|
-
"pt",
|
|
71
|
-
"ptOptions",
|
|
72
|
-
"unstyled",
|
|
73
|
-
"placeholder",
|
|
74
|
-
"size"
|
|
75
|
-
],
|
|
33
|
+
props: ["useGrouping", "min", "max", "minFractionDigits", "maxFractionDigits", "locale", "mode", "currency", "prefix", "suffix", "showButtons", "buttonLayout", "step", "pt", "ptOptions", "unstyled", "placeholder", "size"],
|
|
76
34
|
family: "PrimeInput"
|
|
77
35
|
});
|
|
78
36
|
export const primeInputMaskDefinition = createInput(PrimeInputMask, {
|
|
79
|
-
props: [
|
|
80
|
-
"mask",
|
|
81
|
-
"slotChar",
|
|
82
|
-
"autoClear",
|
|
83
|
-
"unmask",
|
|
84
|
-
"pt",
|
|
85
|
-
"ptOptions",
|
|
86
|
-
"unstyled",
|
|
87
|
-
"invalid",
|
|
88
|
-
"variant",
|
|
89
|
-
"iconPrefix",
|
|
90
|
-
"iconSuffix",
|
|
91
|
-
"size"
|
|
92
|
-
],
|
|
37
|
+
props: ["mask", "slotChar", "autoClear", "unmask", "pt", "ptOptions", "unstyled", "invalid", "variant", "iconPrefix", "iconSuffix", "size"],
|
|
93
38
|
family: "PrimeInput"
|
|
94
39
|
});
|
|
95
40
|
export const primePasswordDefinition = createInput(PrimePassword, {
|
|
96
|
-
props: [
|
|
97
|
-
"mediumRegex",
|
|
98
|
-
"strongRegex",
|
|
99
|
-
"promptLabel",
|
|
100
|
-
"weakLabel",
|
|
101
|
-
"mediumLabel",
|
|
102
|
-
"strongLabel",
|
|
103
|
-
"hideIcon",
|
|
104
|
-
"showIcon",
|
|
105
|
-
"pt",
|
|
106
|
-
"ptOptions",
|
|
107
|
-
"unstyled",
|
|
108
|
-
"placeholder",
|
|
109
|
-
"feedback",
|
|
110
|
-
"toggleMask",
|
|
111
|
-
"size"
|
|
112
|
-
],
|
|
41
|
+
props: ["mediumRegex", "strongRegex", "promptLabel", "weakLabel", "mediumLabel", "strongLabel", "hideIcon", "showIcon", "pt", "ptOptions", "unstyled", "placeholder", "feedback", "toggleMask", "size"],
|
|
113
42
|
family: "PrimeInput"
|
|
114
43
|
});
|
|
115
44
|
export const primeTextareaDefinition = createInput(PrimeTextarea, {
|
|
@@ -117,19 +46,7 @@ export const primeTextareaDefinition = createInput(PrimeTextarea, {
|
|
|
117
46
|
family: "PrimeInput"
|
|
118
47
|
});
|
|
119
48
|
export const primeCheckboxDefinition = createInput(PrimeCheckbox, {
|
|
120
|
-
props: [
|
|
121
|
-
"binary",
|
|
122
|
-
"trueValue",
|
|
123
|
-
"falseValue",
|
|
124
|
-
"pt",
|
|
125
|
-
"ptOptions",
|
|
126
|
-
"unstyled",
|
|
127
|
-
"indeterminate",
|
|
128
|
-
"variant",
|
|
129
|
-
"prefix",
|
|
130
|
-
"suffix",
|
|
131
|
-
"size"
|
|
132
|
-
],
|
|
49
|
+
props: ["binary", "trueValue", "falseValue", "pt", "ptOptions", "unstyled", "indeterminate", "variant", "prefix", "suffix", "size"],
|
|
133
50
|
family: "PrimeInput"
|
|
134
51
|
});
|
|
135
52
|
export const primeToggleSwitchDefinition = createInput(PrimeToggleSwitch, {
|
|
@@ -141,160 +58,19 @@ export const primeInputOtpDefinition = createInput(PrimeInputOtp, {
|
|
|
141
58
|
family: "PrimeInput"
|
|
142
59
|
});
|
|
143
60
|
export const primeSelectDefinition = createInput(PrimeSelect, {
|
|
144
|
-
props: [
|
|
145
|
-
"options",
|
|
146
|
-
"optionLabel",
|
|
147
|
-
"optionValue",
|
|
148
|
-
"optionDisabled",
|
|
149
|
-
"optionGroupLabel",
|
|
150
|
-
"optionGroupChildren",
|
|
151
|
-
"scrollHeight",
|
|
152
|
-
"filter",
|
|
153
|
-
"filterPlaceholder",
|
|
154
|
-
"filterLocale",
|
|
155
|
-
"filterMatchMode",
|
|
156
|
-
"filterFields",
|
|
157
|
-
"filterInputProps",
|
|
158
|
-
"editable",
|
|
159
|
-
"placeholder",
|
|
160
|
-
"dataKey",
|
|
161
|
-
"showClear",
|
|
162
|
-
"panelStyle",
|
|
163
|
-
"panelClass",
|
|
164
|
-
"panelProps",
|
|
165
|
-
"appendTo",
|
|
166
|
-
"resetFilterOnHide",
|
|
167
|
-
"virtualScrollerOptions",
|
|
168
|
-
"autoOptionFocus",
|
|
169
|
-
"selectOnFocus",
|
|
170
|
-
"filterMessage",
|
|
171
|
-
"selectionMessage",
|
|
172
|
-
"emptySelectionMessage",
|
|
173
|
-
"emptyFilterMessage",
|
|
174
|
-
"emptyMessage",
|
|
175
|
-
"pt",
|
|
176
|
-
"ptOptions",
|
|
177
|
-
"unstyled",
|
|
178
|
-
"size"
|
|
179
|
-
],
|
|
61
|
+
props: ["options", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "scrollHeight", "filter", "filterPlaceholder", "filterLocale", "filterMatchMode", "filterFields", "filterInputProps", "editable", "placeholder", "dataKey", "showClear", "panelStyle", "panelClass", "panelProps", "appendTo", "resetFilterOnHide", "virtualScrollerOptions", "autoOptionFocus", "selectOnFocus", "filterMessage", "selectionMessage", "emptySelectionMessage", "emptyFilterMessage", "emptyMessage", "pt", "ptOptions", "unstyled", "size"],
|
|
180
62
|
family: "PrimeInput"
|
|
181
63
|
});
|
|
182
64
|
export const primeMultiSelectDefinition = createInput(PrimeMultiSelect, {
|
|
183
|
-
props: [
|
|
184
|
-
"options",
|
|
185
|
-
"optionLabel",
|
|
186
|
-
"optionValue",
|
|
187
|
-
"optionDisabled",
|
|
188
|
-
"optionGroupLabel",
|
|
189
|
-
"optionGroupChildren",
|
|
190
|
-
"scrollHeight",
|
|
191
|
-
"inputProps",
|
|
192
|
-
"closeButtonProps",
|
|
193
|
-
"dataKey",
|
|
194
|
-
"filter",
|
|
195
|
-
"filterPlaceholder",
|
|
196
|
-
"filterLocale",
|
|
197
|
-
"filterMatchMode",
|
|
198
|
-
"filterFields",
|
|
199
|
-
"appendTo",
|
|
200
|
-
"display",
|
|
201
|
-
"maxSelectedLabels",
|
|
202
|
-
"selectedItemsLabel",
|
|
203
|
-
"selectionLimit",
|
|
204
|
-
"showToggleAll",
|
|
205
|
-
"loading",
|
|
206
|
-
"selectAll",
|
|
207
|
-
"resetFilterOnHide",
|
|
208
|
-
"virtualScrollerOptions",
|
|
209
|
-
"autoOptionFocus",
|
|
210
|
-
"autoFilterFocus",
|
|
211
|
-
"filterMessage",
|
|
212
|
-
"selectionMessage",
|
|
213
|
-
"emptySelectionMessage",
|
|
214
|
-
"emptyFilterMessage",
|
|
215
|
-
"emptyMessage",
|
|
216
|
-
"pt",
|
|
217
|
-
"placeholder",
|
|
218
|
-
"ptOptions",
|
|
219
|
-
"unstyled",
|
|
220
|
-
"size"
|
|
221
|
-
],
|
|
65
|
+
props: ["options", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "scrollHeight", "inputProps", "closeButtonProps", "dataKey", "filter", "filterPlaceholder", "filterLocale", "filterMatchMode", "filterFields", "appendTo", "display", "maxSelectedLabels", "selectedItemsLabel", "selectionLimit", "showToggleAll", "loading", "selectAll", "resetFilterOnHide", "virtualScrollerOptions", "autoOptionFocus", "autoFilterFocus", "filterMessage", "selectionMessage", "emptySelectionMessage", "emptyFilterMessage", "emptyMessage", "pt", "placeholder", "ptOptions", "unstyled", "size"],
|
|
222
66
|
family: "PrimeInput"
|
|
223
67
|
});
|
|
224
68
|
export const primeListboxDefinition = createInput(PrimeListbox, {
|
|
225
|
-
props: [
|
|
226
|
-
"pt",
|
|
227
|
-
"ptOptions",
|
|
228
|
-
"unstyled",
|
|
229
|
-
"options",
|
|
230
|
-
"optionLabel",
|
|
231
|
-
"optionValue",
|
|
232
|
-
"multiple",
|
|
233
|
-
"filter",
|
|
234
|
-
"filterIcon",
|
|
235
|
-
"filterPlaceholder",
|
|
236
|
-
"filterLocale",
|
|
237
|
-
"filterMatchMode",
|
|
238
|
-
"autoOptionFocus",
|
|
239
|
-
"selectOnFocus",
|
|
240
|
-
"optionDisabled",
|
|
241
|
-
"optionGroupLabel",
|
|
242
|
-
"optionGroupChildren",
|
|
243
|
-
"dataKey",
|
|
244
|
-
"metaKeySelection",
|
|
245
|
-
"virtualScrollerOptions"
|
|
246
|
-
],
|
|
69
|
+
props: ["pt", "ptOptions", "unstyled", "options", "optionLabel", "optionValue", "multiple", "filter", "filterIcon", "filterPlaceholder", "filterLocale", "filterMatchMode", "autoOptionFocus", "selectOnFocus", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "dataKey", "metaKeySelection", "virtualScrollerOptions"],
|
|
247
70
|
family: "PrimeInput"
|
|
248
71
|
});
|
|
249
72
|
export const primeDatePickerDefinition = createInput(PrimeDatePicker, {
|
|
250
|
-
props: [
|
|
251
|
-
"dateFormat",
|
|
252
|
-
"placeholder",
|
|
253
|
-
"selectionMode",
|
|
254
|
-
"inline",
|
|
255
|
-
"icon",
|
|
256
|
-
"showOtherMonths",
|
|
257
|
-
"selectOtherMonths",
|
|
258
|
-
"showIcon",
|
|
259
|
-
"previousIcon",
|
|
260
|
-
"nextIcon",
|
|
261
|
-
"incrementIcon",
|
|
262
|
-
"decrementIcon",
|
|
263
|
-
"numberOfMonths",
|
|
264
|
-
"responsiveOptions",
|
|
265
|
-
"view",
|
|
266
|
-
"touchUI",
|
|
267
|
-
"minDate",
|
|
268
|
-
"maxDate",
|
|
269
|
-
"disabledDates",
|
|
270
|
-
"disabledDays",
|
|
271
|
-
"maxDateCount",
|
|
272
|
-
"showOnFocus",
|
|
273
|
-
"autoZIndex",
|
|
274
|
-
"baseZIndex",
|
|
275
|
-
"showButtonBar",
|
|
276
|
-
"showTime",
|
|
277
|
-
"timeOnly",
|
|
278
|
-
"shortYearCutoff",
|
|
279
|
-
"hourFormat",
|
|
280
|
-
"stepHour",
|
|
281
|
-
"stepMinute",
|
|
282
|
-
"stepSecond",
|
|
283
|
-
"showSeconds",
|
|
284
|
-
"hideOnDateTimeSelect",
|
|
285
|
-
"hideOnRangeSelection",
|
|
286
|
-
"timeSeparator",
|
|
287
|
-
"showWeek",
|
|
288
|
-
"manualInput",
|
|
289
|
-
"appendTo",
|
|
290
|
-
"panelStyle",
|
|
291
|
-
"panelClass",
|
|
292
|
-
"pt",
|
|
293
|
-
"ptOptions",
|
|
294
|
-
"unstyled",
|
|
295
|
-
"size",
|
|
296
|
-
"updateModelType"
|
|
297
|
-
],
|
|
73
|
+
props: ["dateFormat", "placeholder", "selectionMode", "inline", "icon", "showOtherMonths", "selectOtherMonths", "showIcon", "previousIcon", "nextIcon", "incrementIcon", "decrementIcon", "numberOfMonths", "responsiveOptions", "view", "touchUI", "minDate", "maxDate", "disabledDates", "disabledDays", "maxDateCount", "showOnFocus", "autoZIndex", "baseZIndex", "showButtonBar", "showTime", "timeOnly", "shortYearCutoff", "hourFormat", "stepHour", "stepMinute", "stepSecond", "showSeconds", "hideOnDateTimeSelect", "hideOnRangeSelection", "timeSeparator", "showWeek", "manualInput", "appendTo", "panelStyle", "panelClass", "pt", "ptOptions", "unstyled", "size", "updateModelType"],
|
|
298
74
|
family: "PrimeInput"
|
|
299
75
|
});
|
|
300
76
|
export const primeSliderDefinition = createInput(PrimeSlider, {
|
|
@@ -310,21 +86,7 @@ export const primeRadioButtonDefinition = createInput(PrimeRadioButton, {
|
|
|
310
86
|
family: "PrimeInput"
|
|
311
87
|
});
|
|
312
88
|
export const primeKnobDefinition = createInput(PrimeKnob, {
|
|
313
|
-
props: [
|
|
314
|
-
"pt",
|
|
315
|
-
"ptOptions",
|
|
316
|
-
"unstyled",
|
|
317
|
-
"min",
|
|
318
|
-
"max",
|
|
319
|
-
"step",
|
|
320
|
-
"size",
|
|
321
|
-
"strokeWidth",
|
|
322
|
-
"showValue",
|
|
323
|
-
"valueColor",
|
|
324
|
-
"rangeColor",
|
|
325
|
-
"textColor",
|
|
326
|
-
"valueTemplate"
|
|
327
|
-
],
|
|
89
|
+
props: ["pt", "ptOptions", "unstyled", "min", "max", "step", "size", "strokeWidth", "showValue", "valueColor", "rangeColor", "textColor", "valueTemplate"],
|
|
328
90
|
family: "PrimeInput"
|
|
329
91
|
});
|
|
330
92
|
export const primeColorPickerDefinition = createInput(PrimeColorPicker, {
|
|
@@ -332,67 +94,19 @@ export const primeColorPickerDefinition = createInput(PrimeColorPicker, {
|
|
|
332
94
|
family: "PrimeInput"
|
|
333
95
|
});
|
|
334
96
|
export const primeToggleButtonDefinition = createInput(PrimeToggleButton, {
|
|
335
|
-
props: [
|
|
336
|
-
"pt",
|
|
337
|
-
"ptOptions",
|
|
338
|
-
"unstyled",
|
|
339
|
-
"onLabel",
|
|
340
|
-
"offLabel",
|
|
341
|
-
"onIcon",
|
|
342
|
-
"offIcon",
|
|
343
|
-
"iconPos",
|
|
344
|
-
"size"
|
|
345
|
-
],
|
|
97
|
+
props: ["pt", "ptOptions", "unstyled", "onLabel", "offLabel", "onIcon", "offIcon", "iconPos", "size"],
|
|
346
98
|
family: "PrimeInput"
|
|
347
99
|
});
|
|
348
100
|
export const primeSelectButtonDefinition = createInput(PrimeSelectButton, {
|
|
349
|
-
props: [
|
|
350
|
-
"pt",
|
|
351
|
-
"ptOptions",
|
|
352
|
-
"unstyled",
|
|
353
|
-
"optionLabel",
|
|
354
|
-
"optionValue",
|
|
355
|
-
"optionDisabled",
|
|
356
|
-
"multiple",
|
|
357
|
-
"unselectable",
|
|
358
|
-
"dataKey",
|
|
359
|
-
"options",
|
|
360
|
-
"size"
|
|
361
|
-
],
|
|
101
|
+
props: ["pt", "ptOptions", "unstyled", "optionLabel", "optionValue", "optionDisabled", "multiple", "unselectable", "dataKey", "options", "size"],
|
|
362
102
|
family: "PrimeInput"
|
|
363
103
|
});
|
|
364
104
|
export const primeCascadeSelectDefinition = createInput(PrimeCascadeSelect, {
|
|
365
|
-
props: [
|
|
366
|
-
"options",
|
|
367
|
-
"optionLabel",
|
|
368
|
-
"optionValue",
|
|
369
|
-
"optionGroupLabel",
|
|
370
|
-
"optionGroupChildren",
|
|
371
|
-
"placeholder",
|
|
372
|
-
"pt",
|
|
373
|
-
"ptOptions",
|
|
374
|
-
"unstyled",
|
|
375
|
-
"size"
|
|
376
|
-
],
|
|
105
|
+
props: ["options", "optionLabel", "optionValue", "optionGroupLabel", "optionGroupChildren", "placeholder", "pt", "ptOptions", "unstyled", "size"],
|
|
377
106
|
family: "PrimeInput"
|
|
378
107
|
});
|
|
379
108
|
export const primeTreeSelectDefinition = createInput(PrimeTreeSelect, {
|
|
380
|
-
props: [
|
|
381
|
-
"options",
|
|
382
|
-
"placeholder",
|
|
383
|
-
"selectionMode",
|
|
384
|
-
"pt",
|
|
385
|
-
"ptOptions",
|
|
386
|
-
"unstyled",
|
|
387
|
-
"emptyMessage",
|
|
388
|
-
"display",
|
|
389
|
-
"metaKeySelection",
|
|
390
|
-
"appendTo",
|
|
391
|
-
"scrollHeight",
|
|
392
|
-
"panelClass",
|
|
393
|
-
"variant",
|
|
394
|
-
"size"
|
|
395
|
-
],
|
|
109
|
+
props: ["options", "placeholder", "selectionMode", "pt", "ptOptions", "unstyled", "emptyMessage", "display", "metaKeySelection", "appendTo", "scrollHeight", "panelClass", "variant", "size"],
|
|
396
110
|
family: "PrimeInput"
|
|
397
111
|
});
|
|
398
112
|
export const primeInputs = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { FormKitTypeDefinition } from
|
|
1
|
+
import type { FormKitTypeDefinition } from '@formkit/core';
|
|
2
2
|
export declare const primeOutputTextDefinition: FormKitTypeDefinition;
|
|
3
3
|
export declare const primeOutputDateDefinition: FormKitTypeDefinition;
|
|
4
4
|
export declare const primeOutputNumberDefinition: FormKitTypeDefinition;
|
|
@@ -41,6 +41,6 @@ const primeOutputDurationDefinition = exports.primeOutputDurationDefinition = (0
|
|
|
41
41
|
family: "PrimeOutput"
|
|
42
42
|
});
|
|
43
43
|
const primeOutputListDefinition = exports.primeOutputListDefinition = (0, _vue.createInput)(_PrimeOutputList.default, {
|
|
44
|
-
props: ["prefix", "suffix", "iconPrefix", "iconSuffix", "divider", "itemClass", "dividerClass", "listStyle", "onIconPrefixClicked", "onIconSuffixClicked", "
|
|
44
|
+
props: ["prefix", "suffix", "iconPrefix", "iconSuffix", "divider", "itemClass", "dividerClass", "listStyle", "onIconPrefixClicked", "onIconSuffixClicked", "convertValue"],
|
|
45
45
|
family: "PrimeOutput"
|
|
46
46
|
});
|
|
@@ -8,113 +8,32 @@ import PrimeOutputNumber from "../components/PrimeOutputNumber.vue";
|
|
|
8
8
|
import PrimeOutputReference from "../components/PrimeOutputReference.vue";
|
|
9
9
|
import PrimeOutputText from "../components/PrimeOutputText.vue";
|
|
10
10
|
export const primeOutputTextDefinition = createInput(PrimeOutputText, {
|
|
11
|
-
props: [
|
|
12
|
-
"prefix",
|
|
13
|
-
"suffix",
|
|
14
|
-
"iconPrefix",
|
|
15
|
-
"iconSuffix",
|
|
16
|
-
"isTranslationKey",
|
|
17
|
-
"html",
|
|
18
|
-
"onIconPrefixClicked",
|
|
19
|
-
"onIconSuffixClicked",
|
|
20
|
-
"convertValue",
|
|
21
|
-
"maxLength"
|
|
22
|
-
]
|
|
11
|
+
props: ["prefix", "suffix", "iconPrefix", "iconSuffix", "isTranslationKey", "html", "onIconPrefixClicked", "onIconSuffixClicked", "convertValue", "maxLength"]
|
|
23
12
|
});
|
|
24
13
|
export const primeOutputDateDefinition = createInput(PrimeOutputDate, {
|
|
25
|
-
props: [
|
|
26
|
-
"prefix",
|
|
27
|
-
"suffix",
|
|
28
|
-
"iconPrefix",
|
|
29
|
-
"iconSuffix",
|
|
30
|
-
"onIconPrefixClicked",
|
|
31
|
-
"onIconSuffixClicked"
|
|
32
|
-
]
|
|
14
|
+
props: ["prefix", "suffix", "iconPrefix", "iconSuffix", "onIconPrefixClicked", "onIconSuffixClicked"]
|
|
33
15
|
});
|
|
34
16
|
export const primeOutputNumberDefinition = createInput(PrimeOutputNumber, {
|
|
35
|
-
props: [
|
|
36
|
-
"prefix",
|
|
37
|
-
"suffix",
|
|
38
|
-
"iconPrefix",
|
|
39
|
-
"iconSuffix",
|
|
40
|
-
"onIconPrefixClicked",
|
|
41
|
-
"onIconSuffixClicked"
|
|
42
|
-
],
|
|
17
|
+
props: ["prefix", "suffix", "iconPrefix", "iconSuffix", "onIconPrefixClicked", "onIconSuffixClicked"],
|
|
43
18
|
family: "PrimeOutput"
|
|
44
19
|
});
|
|
45
20
|
export const primeOutputLinkDefinition = createInput(PrimeOutputLink, {
|
|
46
|
-
props: [
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"title",
|
|
52
|
-
"onIconPrefixClicked",
|
|
53
|
-
"onIconSuffixClicked"
|
|
54
|
-
],
|
|
21
|
+
props: ["prefix", "suffix", "iconPrefix", "iconSuffix", "title", "onIconPrefixClicked", "onIconSuffixClicked"],
|
|
22
|
+
family: "PrimeOutput"
|
|
23
|
+
});
|
|
24
|
+
export const primeOutputReferenceDefinition = createInput(PrimeOutputReference, {
|
|
25
|
+
props: ["prefix", "suffix", "iconPrefix", "iconSuffix", "reference", "internal", "linkComponentName", "title", "onIconPrefixClicked", "onIconSuffixClicked"],
|
|
55
26
|
family: "PrimeOutput"
|
|
56
27
|
});
|
|
57
|
-
export const primeOutputReferenceDefinition = createInput(
|
|
58
|
-
PrimeOutputReference,
|
|
59
|
-
{
|
|
60
|
-
props: [
|
|
61
|
-
"prefix",
|
|
62
|
-
"suffix",
|
|
63
|
-
"iconPrefix",
|
|
64
|
-
"iconSuffix",
|
|
65
|
-
"reference",
|
|
66
|
-
"internal",
|
|
67
|
-
"linkComponentName",
|
|
68
|
-
"title",
|
|
69
|
-
"onIconPrefixClicked",
|
|
70
|
-
"onIconSuffixClicked"
|
|
71
|
-
],
|
|
72
|
-
family: "PrimeOutput"
|
|
73
|
-
}
|
|
74
|
-
);
|
|
75
28
|
export const primeOutputBooleanDefinition = createInput(PrimeOutputBoolean, {
|
|
76
|
-
props: [
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
"trueValue",
|
|
82
|
-
"falseValue",
|
|
83
|
-
"onIconPrefixClicked",
|
|
84
|
-
"onIconSuffixClicked"
|
|
85
|
-
],
|
|
29
|
+
props: ["prefix", "suffix", "iconPrefix", "iconSuffix", "trueValue", "falseValue", "onIconPrefixClicked", "onIconSuffixClicked"],
|
|
30
|
+
family: "PrimeOutput"
|
|
31
|
+
});
|
|
32
|
+
export const primeOutputDurationDefinition = createInput(PrimeOutputDuration, {
|
|
33
|
+
props: ["prefix", "suffix", "iconPrefix", "iconSuffix", "onIconPrefixClicked", "onIconSuffixClicked"],
|
|
86
34
|
family: "PrimeOutput"
|
|
87
35
|
});
|
|
88
|
-
export const primeOutputDurationDefinition = createInput(
|
|
89
|
-
PrimeOutputDuration,
|
|
90
|
-
{
|
|
91
|
-
props: [
|
|
92
|
-
"prefix",
|
|
93
|
-
"suffix",
|
|
94
|
-
"iconPrefix",
|
|
95
|
-
"iconSuffix",
|
|
96
|
-
"onIconPrefixClicked",
|
|
97
|
-
"onIconSuffixClicked"
|
|
98
|
-
],
|
|
99
|
-
family: "PrimeOutput"
|
|
100
|
-
}
|
|
101
|
-
);
|
|
102
36
|
export const primeOutputListDefinition = createInput(PrimeOutputList, {
|
|
103
|
-
props: [
|
|
104
|
-
"prefix",
|
|
105
|
-
"suffix",
|
|
106
|
-
"iconPrefix",
|
|
107
|
-
"iconSuffix",
|
|
108
|
-
"divider",
|
|
109
|
-
"itemClass",
|
|
110
|
-
"dividerClass",
|
|
111
|
-
"listStyle",
|
|
112
|
-
"onIconPrefixClicked",
|
|
113
|
-
"onIconSuffixClicked",
|
|
114
|
-
"optionLabel",
|
|
115
|
-
"options",
|
|
116
|
-
"optionValue",
|
|
117
|
-
"convertValue"
|
|
118
|
-
],
|
|
37
|
+
props: ["prefix", "suffix", "iconPrefix", "iconSuffix", "divider", "itemClass", "dividerClass", "listStyle", "onIconPrefixClicked", "onIconSuffixClicked", "convertValue"],
|
|
119
38
|
family: "PrimeOutput"
|
|
120
39
|
});
|