sit-onyx 1.6.0-dev-20260113131929 → 1.6.0-dev-20260114073557

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.
@@ -0,0 +1,62 @@
1
+ type __VLS_Props = {
2
+ /**
3
+ * Mode of the picker.
4
+ */
5
+ mode: "year" | "month";
6
+ /**
7
+ * The month / year that is currently visible.
8
+ */
9
+ viewMonth: Date;
10
+ /**
11
+ * When the calendar picker is open.
12
+ */
13
+ open: boolean;
14
+ };
15
+ declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
16
+ selectYear: (year: number) => any;
17
+ selectMonth: (month: number) => any;
18
+ }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{
19
+ onSelectYear?: ((year: number) => any) | undefined;
20
+ onSelectMonth?: ((month: number) => any) | undefined;
21
+ }>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
22
+ buttons: (import('vue', { with: { "resolution-mode": "import" } }).CreateComponentPublicInstanceWithMixins<Readonly<import('../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).OnyxButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, {
23
+ skeleton: import('../../index.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
24
+ disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
25
+ loading: boolean;
26
+ type: import('../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType;
27
+ color: import('../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonColor;
28
+ mode: import('../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonMode;
29
+ iconPosition: "left" | "right";
30
+ }, false, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, {
31
+ rippleRef: import('vue', { with: { "resolution-mode": "import" } }).CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
32
+ events: import('vue', { with: { "resolution-mode": "import" } }).Ref<Record<string, (event: MouseEvent) => void>, Record<string, (event: MouseEvent) => void>>;
33
+ }, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, {}, true, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, {
34
+ rippleTriggerRef: HTMLSpanElement;
35
+ }, HTMLSpanElement, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, {
36
+ P: {};
37
+ B: {};
38
+ D: {};
39
+ C: {};
40
+ M: {};
41
+ Defaults: {};
42
+ }, Readonly<{}> & Readonly<{}>, {
43
+ events: import('vue', { with: { "resolution-mode": "import" } }).Ref<Record<string, (event: MouseEvent) => void>, Record<string, (event: MouseEvent) => void>>;
44
+ }, {}, {}, {}, {}> | null;
45
+ }, any, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, {
46
+ P: {};
47
+ B: {};
48
+ D: {};
49
+ C: {};
50
+ M: {};
51
+ Defaults: {};
52
+ }, Readonly<import('../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).OnyxButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
53
+ skeleton: import('../../index.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
54
+ disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
55
+ loading: boolean;
56
+ type: import('../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType;
57
+ color: import('../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonColor;
58
+ mode: import('../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonMode;
59
+ iconPosition: "left" | "right";
60
+ }> | null)[];
61
+ }, HTMLDivElement>;
62
+ export default _default;
@@ -230,7 +230,8 @@
230
230
  "calendarWeek": "KW",
231
231
  "calendarWeekButtonLabel": "Kalenderwoche {weekNumber} auswählen",
232
232
  "previousMonthButton": "Vorheriger Monat",
233
- "nextMonthButton": "Nächster Monat"
233
+ "nextMonthButton": "Nächster Monat",
234
+ "monthYearPicker": "Monat und Jahr auswählen"
234
235
  },
235
236
  "flyoutMenu": {
236
237
  "moreActions": "Weitere Aktionen",
@@ -233,7 +233,8 @@
233
233
  "calendarWeek": "CW",
234
234
  "calendarWeekButtonLabel": "Select calendar week {weekNumber}",
235
235
  "previousMonthButton": "Previous month",
236
- "nextMonthButton": "Next month"
236
+ "nextMonthButton": "Next month",
237
+ "monthYearPicker": "Month and year picker"
237
238
  },
238
239
  "flyoutMenu": {
239
240
  "moreActions": "More actions",
@@ -233,7 +233,8 @@ declare const _default: {
233
233
  "calendarWeek": "CW",
234
234
  "calendarWeekButtonLabel": "Select calendar week {weekNumber}",
235
235
  "previousMonthButton": "Previous month",
236
- "nextMonthButton": "Next month"
236
+ "nextMonthButton": "Next month",
237
+ "monthYearPicker": "Month and year picker"
237
238
  },
238
239
  "flyoutMenu": {
239
240
  "moreActions": "More actions",