@stonecrop/aform 0.13.3 → 0.13.4

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/aform.d.ts CHANGED
@@ -2,7 +2,11 @@ import ACheckbox from './components/form/ACheckbox.vue';
2
2
  import AComboBox from './components/form/AComboBox.vue';
3
3
  import ADate from './components/form/ADate.vue';
4
4
  import ADatePicker from './components/form/ADatePicker.vue';
5
+ import ADateRange from './components/form/ADateRange.vue';
6
+ import ADateSelection from './components/form/ADateSelection.vue';
7
+ import ADateTime from './components/form/ADateTime.vue';
5
8
  import ADropdown from './components/form/ADropdown.vue';
9
+ import ADuration from './components/form/ADuration.vue';
6
10
  import AFieldset from './components/form/AFieldset.vue';
7
11
  import AFileAttach from './components/form/AFileAttach.vue';
8
12
  import AForm from './components/AForm.vue';
@@ -24,8 +28,16 @@ export { ADate }
24
28
 
25
29
  export { ADatePicker }
26
30
 
31
+ export { ADateRange }
32
+
33
+ export { ADateSelection }
34
+
35
+ export { ADateTime }
36
+
27
37
  export { ADropdown }
28
38
 
39
+ export { ADuration }
40
+
29
41
  export { AFieldset }
30
42
 
31
43
  export { AFileAttach }
@@ -107,6 +119,7 @@ export declare type ComponentProps = {
107
119
  * @public
108
120
  */
109
121
  label?: string;
122
+ selectRange?: boolean;
110
123
  /**
111
124
  * The mask to apply to inputs inside the component. Accepts either a plain
112
125
  * mask string (e.g. `"(###) ###-####"`) or a stringified arrow function that