@romainbx/wpic-components 0.0.108 → 0.0.110
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/dist/src/components/form/FormField.vue.d.ts +2 -0
- package/dist/wpic-components.js +1249 -1244
- package/dist/wpic-components.umd.cjs +21 -21
- package/package.json +1 -1
|
@@ -59,6 +59,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}
|
|
|
59
59
|
remoteMethod?: unknown;
|
|
60
60
|
noDataText?: string | undefined;
|
|
61
61
|
summaryText?: string | undefined;
|
|
62
|
+
total?: number | undefined;
|
|
62
63
|
rules?: unknown;
|
|
63
64
|
checkboxValue?: unknown;
|
|
64
65
|
uncheckedValue?: unknown;
|
|
@@ -120,6 +121,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}
|
|
|
120
121
|
readonly remoteMethod?: unknown;
|
|
121
122
|
readonly noDataText?: string | undefined;
|
|
122
123
|
readonly summaryText?: string | undefined;
|
|
124
|
+
readonly total?: number | undefined;
|
|
123
125
|
readonly rules?: unknown;
|
|
124
126
|
readonly checkboxValue?: unknown;
|
|
125
127
|
readonly uncheckedValue?: unknown;
|