@fkui/vue 6.3.0 → 6.4.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.
@@ -301,17 +301,27 @@ export declare class FFieldsetPageObject implements BasePageObject {
301
301
  export declare class FFileItemPageObject implements BasePageObject {
302
302
  selector: string;
303
303
  el: () => DefaultCypressChainable;
304
- fileName: () => DefaultCypressChainable;
305
- cancelDeleteButton: () => DefaultCypressChainable;
306
- cancelDeleteButtonIcon: () => DefaultCypressChainable;
307
- progressMeter: FProgressbarPageObject;
308
- fileIcon: () => DefaultCypressChainable;
304
+ /* Excluded from this release type: _progressMeter */
309
305
  /**
310
306
  * @param selector - the root of the file item, usually `<div class="file-item">...</div>`.
311
307
  */
312
308
  constructor(selector: string);
309
+ /* Excluded from this release type: _cancelDeleteButton */
310
+ /* Excluded from this release type: _cancelDeleteButtonIcon */
311
+ /* Excluded from this release type: _fileIcon */
312
+ /**
313
+ * Filename of the uploaded file.
314
+ */
315
+ fileName(): Cypress.Chainable<JQuery<HTMLElement>>;
316
+ /**
317
+ * Filename extension in lowercase.
318
+ */
319
+ typeOfFile(): Cypress.Chainable<string>;
320
+ /**
321
+ * @deprecated Deprecated alias for `typeOfFile`.
322
+ */
313
323
  typeOfFileIcon(): Cypress.Chainable<string>;
314
- typeOfButtonIcon(): Cypress.Chainable<string>;
324
+ /* Excluded from this release type: typeOfButtonIcon */
315
325
  }
316
326
 
317
327
  /**
@@ -354,6 +364,7 @@ export declare class FInteractiveTablePageObject implements BasePageObject {
354
364
  constructor(selector: string);
355
365
  caption(): DefaultCypressChainable;
356
366
  bodyRow(): DefaultCypressChainable;
367
+ row(index: number): DefaultCypressChainable;
357
368
  headersRow(): DefaultCypressChainable;
358
369
  /**
359
370
  * Hämta page object för specifikt Table row item.