@mobileaction/action-kit 1.50.0 → 1.50.1-beta.0

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.
Files changed (37) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/action-kit.mjs +1 -1
  3. package/dist/{annotations-CfMoeM0X.js → annotations-nuDYR8LD.js} +1 -1
  4. package/dist/chevron-down-CzSqR4FP.js +21 -0
  5. package/dist/chevron-down-Lk3y9-EJ.js +8 -0
  6. package/dist/chevron-left-BkwBmyAi.js +8 -0
  7. package/dist/chevron-left-zdjquVMb.js +21 -0
  8. package/dist/chevron-right-CN0zA9ac.js +21 -0
  9. package/dist/chevron-right-NaqeyBjQ.js +8 -0
  10. package/dist/chevron-up-C0iZfZ_U.js +12 -0
  11. package/dist/chevron-up-CZ2Ee4Ma.js +18 -0
  12. package/dist/chevrons-down-Dl2nFBLr.js +7 -0
  13. package/dist/{export-data-B7f_MCXl.js → export-data-CuSWwgWD.js} +1 -1
  14. package/dist/{exporting-BSj6WvVs.js → exporting-B9qu_91x.js} +1 -1
  15. package/dist/{index-CX4QicLf.js → index-DFJoEOFc.js} +1586 -1542
  16. package/dist/{map-BYKxCxtD.js → map-D5KwUZSw.js} +1 -1
  17. package/dist/{offline-exporting--HQMr9IJ.js → offline-exporting-QVHvrRwG.js} +1 -1
  18. package/dist/src/components/checkbox-2/stories/default.stories.d.ts +1 -0
  19. package/dist/src/components/checkbox-2/types.d.ts +1 -0
  20. package/dist/src/components/date-picker-2/index.vue.d.ts +3 -0
  21. package/dist/src/components/date-picker-2/stories/default.stories.d.ts +3 -0
  22. package/dist/src/components/date-picker-2/stories/range.stories.d.ts +3 -0
  23. package/dist/src/components/date-picker-2/types.d.ts +15 -0
  24. package/dist/{stock-Cd3QANJY.js → stock-Cba-k-EP.js} +1 -1
  25. package/dist/style.css +1 -1
  26. package/dist/{venn-7a3V9lq4.js → venn-B6QPLruI.js} +1 -1
  27. package/dist/{wordcloud-DsOEk4Mw.js → wordcloud-Cck6VRF8.js} +1 -1
  28. package/package.json +3 -3
  29. package/dist/chevron-down-Deuidy6-.js +0 -8
  30. package/dist/chevron-down-DrCpz6-F.js +0 -22
  31. package/dist/chevron-left-Ctlppl-V.js +0 -8
  32. package/dist/chevron-left-D1VFsSAl.js +0 -22
  33. package/dist/chevron-right-2ieak7bv.js +0 -8
  34. package/dist/chevron-right-CCAJL6SJ.js +0 -22
  35. package/dist/chevron-up-B92vqATr.js +0 -22
  36. package/dist/chevron-up-D_7NtGL8.js +0 -8
  37. package/dist/chevrons-down-OM00VHS8.js +0 -7
@@ -1,4 +1,4 @@
1
- import { g as tr } from "./index-CX4QicLf.js";
1
+ import { g as tr } from "./index-DFJoEOFc.js";
2
2
  function ir(ne, Ze) {
3
3
  for (var S = 0; S < Ze.length; S++) {
4
4
  const Y = Ze[S];
@@ -1,4 +1,4 @@
1
- import { g as st } from "./index-CX4QicLf.js";
1
+ import { g as st } from "./index-DFJoEOFc.js";
2
2
  function at(te, pe) {
3
3
  for (var K = 0; K < pe.length; K++) {
4
4
  const _ = pe[K];
@@ -10,3 +10,4 @@ export declare const Disabled: Story;
10
10
  export declare const DisabledChecked: Story;
11
11
  export declare const WithError: Story;
12
12
  export declare const Indeterminate: Story;
13
+ export declare const ReadOnly: Story;
@@ -24,6 +24,7 @@ export interface MaCheckbox2Props {
24
24
  hintText?: string;
25
25
  name?: string;
26
26
  size?: MaCheckbox2Size;
27
+ readonly?: boolean;
27
28
  }
28
29
  export interface MaCheckbox2CardProps extends Omit<MaCheckbox2Props, 'hintText' | 'size'> {
29
30
  title?: string;
@@ -6,6 +6,7 @@ declare function __VLS_template(): {
6
6
  value: string;
7
7
  isMenuOpen: boolean;
8
8
  }): any;
9
+ hint?(_: {}): any;
9
10
  "ma-calendar-preset"?(_: {
10
11
  label: any;
11
12
  value: any;
@@ -121,6 +122,7 @@ declare const __VLS_component: import("vue").DefineComponent<MaDatePickerProps,
121
122
  disabled: boolean;
122
123
  value: import("@vuepic/vue-datepicker").ModelValue;
123
124
  overlayClassName: string;
125
+ hasError: boolean;
124
126
  position: typeof import("./types").MaDatePickerPositions[number];
125
127
  format: string | ((date: Date) => string) | ((dates: Date[]) => string);
126
128
  teleport: boolean | string | HTMLElement;
@@ -134,6 +136,7 @@ declare const __VLS_component: import("vue").DefineComponent<MaDatePickerProps,
134
136
  applyButtonText: string;
135
137
  multiCalendars: boolean;
136
138
  hideCalendarIcon: boolean;
139
+ timePicker: boolean;
137
140
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
138
141
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
139
142
  export default _default;
@@ -25,3 +25,6 @@ export declare const FocusStartDate: Story;
25
25
  export declare const CustomSlots: Story;
26
26
  export declare const Clearable: Story;
27
27
  export declare const AlwaysClearable: Story;
28
+ export declare const HasError: Story;
29
+ export declare const HintText: Story;
30
+ export declare const DateWithTime: Story;
@@ -26,3 +26,6 @@ export declare const FocusStartDate: Story;
26
26
  export declare const CustomSlots: Story;
27
27
  export declare const Clearable: Story;
28
28
  export declare const AlwaysClearable: Story;
29
+ export declare const HasError: Story;
30
+ export declare const HintText: Story;
31
+ export declare const RangeWithTime: Story;
@@ -187,6 +187,21 @@ export interface MaDatePickerProps {
187
187
  * @default undefined
188
188
  */
189
189
  overlayClassName?: string;
190
+ /**
191
+ * error state of the datepicker
192
+ * @default false
193
+ */
194
+ hasError?: boolean;
195
+ /**
196
+ * hint description of the datepicker selector
197
+ * @default undefined
198
+ */
199
+ hintText?: string;
200
+ /**
201
+ * configures the time picker to display under the calendar rather than opening it as an overlay.
202
+ * @default false
203
+ */
204
+ timePicker?: boolean;
190
205
  }
191
206
  export declare const MaDefaultVisibleDateFormat = "MMM D, YYYY";
192
207
  export declare const MaDefaultDateFormat = "YYYY-MM-DD";
@@ -1,4 +1,4 @@
1
- import { g as ua } from "./index-CX4QicLf.js";
1
+ import { g as ua } from "./index-DFJoEOFc.js";
2
2
  function ca(Dt, te) {
3
3
  for (var H = 0; H < te.length; H++) {
4
4
  const et = te[H];