@fkui/vue 6.14.0 → 6.16.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.
@@ -35,6 +35,7 @@ export declare class CalendarPageObject implements BasePageObject {
35
35
  navigationBar: ICalendarNavbarPageObject;
36
36
  constructor(selector: string);
37
37
  el(): DefaultCypressChainable;
38
+ /* Excluded from this release type: calendarCaption */
38
39
  /**
39
40
  * return the weeknumbers surrounding the days in the calendar
40
41
  */
@@ -55,6 +56,11 @@ export declare class CalendarPageObject implements BasePageObject {
55
56
  * @param targetMonth - Selected month 0-11, 0 = Jan 11 = dec
56
57
  */
57
58
  navigateTo(targetYear: number, targetMonth: number): void;
59
+ /* Excluded from this release type: navYearSelectorButton */
60
+ /* Excluded from this release type: yearSelector */
61
+ /* Excluded from this release type: yearSelectorListbox */
62
+ /* Excluded from this release type: highlightedYear */
63
+ /* Excluded from this release type: availableYears */
58
64
  }
59
65
 
60
66
  /**
@@ -204,12 +210,16 @@ export declare class FDatepickerFieldPageobject implements BasePageObject {
204
210
  popup(): DefaultCypressChainable;
205
211
  calendar(): DefaultCypressChainable;
206
212
  calendarCaption(): DefaultCypressChainable;
213
+ /* Excluded from this release type: navYearSelectorButton */
207
214
  navPrevButton(): DefaultCypressChainable;
208
215
  navNextButton(): DefaultCypressChainable;
209
216
  dayButton(date: string): DefaultCypressChainable;
210
217
  disabledDay(date: string): DefaultCypressChainable;
211
218
  selectedDay(): DefaultCypressChainable;
212
219
  highlightedDay(): DefaultCypressChainable;
220
+ /* Excluded from this release type: yearSelector */
221
+ /* Excluded from this release type: highlightedYear */
222
+ /* Excluded from this release type: availableYears */
213
223
  }
214
224
 
215
225
  /**
@@ -1104,6 +1114,7 @@ export declare class ICalendarNavbarPageObject implements BasePageObject {
1104
1114
  constructor(selector?: string);
1105
1115
  el(): DefaultCypressChainable;
1106
1116
  text(): DefaultCypressChainable;
1117
+ /* Excluded from this release type: yearSelectorButton */
1107
1118
  prevButton(): DefaultCypressChainable;
1108
1119
  nextButton(): DefaultCypressChainable;
1109
1120
  }