quasar-factory-lib 0.0.60 → 0.0.61

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.
@@ -1,8 +1,8 @@
1
1
  import type { Plugin } from 'vue';
2
- import AlertWithLabelsError from './AlertWithLabelsError.vue';
2
+ import AlertLabelsWithError from './AlertLabelsWithError.vue';
3
3
  /** export button specific types */
4
4
  /** export button plugin */
5
5
  declare const _default: Plugin;
6
6
  export default _default;
7
7
  /** export button components */
8
- export { AlertWithLabelsError as AlertWithLabelsError };
8
+ export { AlertLabelsWithError as AlertLabelsWithError };
@@ -5,4 +5,4 @@ export * from './TaskNavBar';
5
5
  export * from './ConfirmedTask';
6
6
  export * from './TableRowsCounter';
7
7
  export * from './NavBarSkeleton';
8
- export * from './AlertWithLabelsError';
8
+ export * from './AlertLabelsWithError';
@@ -5,5 +5,5 @@ import TaskNavBar from './TaskNavBar';
5
5
  import ConfirmedTask from './ConfirmedTask';
6
6
  import TableRowsCounter from './TableRowsCounter';
7
7
  import NavBarSkeleton from './NavBarSkeleton';
8
- import AlertWithLabelsError from './AlertWithLabelsError';
9
- export { MyTable, AlertDialog, ConfirmDialog, TaskNavBar, ConfirmedTask, TableRowsCounter, NavBarSkeleton, AlertWithLabelsError };
8
+ import AlertLabelsWithError from './AlertLabelsWithError';
9
+ export { MyTable, AlertDialog, ConfirmDialog, TaskNavBar, ConfirmedTask, TableRowsCounter, NavBarSkeleton, AlertLabelsWithError };
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import '@quasar/extras/material-icons/material-icons.css';
2
2
  import { Plugin } from 'vue';
3
3
  import TranslateKeys from './i18n/translateKeys.ts';
4
- export { MyTable, AlertDialog, ConfirmDialog, TaskNavBar, ConfirmedTask, TableRowsCounter, NavBarSkeleton, AlertWithLabelsError } from './components/index.ts';
4
+ export { MyTable, AlertDialog, ConfirmDialog, TaskNavBar, ConfirmedTask, TableRowsCounter, NavBarSkeleton, AlertLabelsWithError } from './components/index.ts';
5
5
  export type { TranslateKeys };
6
6
  export * from './i18n/messages.js';
7
7
  export * from './utils';
@@ -9427,7 +9427,7 @@ const Zh = /* @__PURE__ */ Xe(Qh, [["render", Xh]]), Jh = {
9427
9427
  });
9428
9428
  }
9429
9429
  }), r_ = zt({
9430
- name: "AlertWithLabelsError",
9430
+ name: "AlertLabelsWithError",
9431
9431
  data() {
9432
9432
  return {
9433
9433
  alert: !1,
@@ -9536,7 +9536,7 @@ function u_(e, t, n, o, r, l) {
9536
9536
  me("span", i_, [
9537
9537
  F(Ct, {
9538
9538
  flat: "",
9539
- size: "sm",
9539
+ size: "md",
9540
9540
  class: "text-blue",
9541
9541
  "data-cy": "retry",
9542
9542
  onClick: (s) => e.retryReadLabelAxios(a.label)
@@ -9551,7 +9551,7 @@ function u_(e, t, n, o, r, l) {
9551
9551
  F(Ct, {
9552
9552
  flat: "",
9553
9553
  round: "",
9554
- size: "sm",
9554
+ size: "md",
9555
9555
  color: "secondary",
9556
9556
  icon: "delete",
9557
9557
  "data-cy": "deleteLabelFromErrorsList",
@@ -9586,7 +9586,7 @@ function u_(e, t, n, o, r, l) {
9586
9586
  }
9587
9587
  const c_ = /* @__PURE__ */ Xe(r_, [["render", u_]]), d_ = {
9588
9588
  install(e) {
9589
- pn(e, "AlertWithLabelsError", c_);
9589
+ pn(e, "AlertLabelsWithError", c_);
9590
9590
  }
9591
9591
  };
9592
9592
  var f_ = Object.create, Rc = Object.defineProperty, m_ = Object.getOwnPropertyDescriptor, ca = Object.getOwnPropertyNames, v_ = Object.getPrototypeOf, g_ = Object.prototype.hasOwnProperty, h_ = (e, t) => function() {
@@ -17336,7 +17336,7 @@ function IE(e) {
17336
17336
  }
17337
17337
  export {
17338
17338
  Hg as AlertDialog,
17339
- c_ as AlertWithLabelsError,
17339
+ c_ as AlertLabelsWithError,
17340
17340
  Yg as ConfirmDialog,
17341
17341
  Uh as ConfirmedTask,
17342
17342
  Vg as MyTable,