@fewangsit/wangsvue-presets 1.0.107-alpha.9 → 1.0.108-alpha.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.
@@ -297,7 +297,6 @@ declare namespace _default {
297
297
  function paginator({ context }: {
298
298
  context: any;
299
299
  }): {
300
- 'current-page-report-template': string;
301
300
  class: string;
302
301
  template: string;
303
302
  };
@@ -230,7 +230,7 @@ exports.default = {
230
230
  class: 'p-4 invisible',
231
231
  },
232
232
  nodatalottiewrapper: {
233
- 'class': 'w-full p-4 flex flex-col gap-1 items-center justify-center absolute top-[37px] inset-x-0 pointer-events-none',
233
+ 'class': 'w-full p-4 flex flex-col gap-1 items-center justify-center absolute inset-x-0 pointer-events-none',
234
234
  'data-wv-section': 'nodatalottiewrapper',
235
235
  },
236
236
  nodatalottie: {
@@ -241,7 +241,7 @@ exports.default = {
241
241
  class: 'text-general-body text-center',
242
242
  },
243
243
  loadingtablewrapper: {
244
- 'class': 'w-full p-4 flex items-center justify-center absolute top-[37px] inset-x-0 pointer-events-none',
244
+ 'class': 'w-full p-4 flex items-center justify-center absolute inset-x-0 pointer-events-none',
245
245
  'data-wv-section': 'loadingtablewrapper',
246
246
  },
247
247
  loadingtablelottie: {
@@ -251,11 +251,8 @@ exports.default = {
251
251
  paginator: function (_a) {
252
252
  var context = _a.context;
253
253
  return ({
254
- 'current-page-report-template': context.totalRecords
255
- ? 'Showing {first} to {last} of {totalRecords}'
256
- : 'No Data Found',
257
- 'class': '',
258
- 'template': 'FirstPageLink PrevPageLink PageLinks JumpToPageInput NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown',
254
+ class: '',
255
+ template: 'FirstPageLink PrevPageLink PageLinks JumpToPageInput NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown',
259
256
  });
260
257
  },
261
258
  };
@@ -1657,7 +1657,7 @@ const _ = {
1657
1657
  class: "p-4 invisible"
1658
1658
  },
1659
1659
  nodatalottiewrapper: {
1660
- class: "w-full p-4 flex flex-col gap-1 items-center justify-center absolute top-[37px] inset-x-0 pointer-events-none",
1660
+ class: "w-full p-4 flex flex-col gap-1 items-center justify-center absolute inset-x-0 pointer-events-none",
1661
1661
  "data-wv-section": "nodatalottiewrapper"
1662
1662
  },
1663
1663
  nodatalottie: {
@@ -1668,7 +1668,7 @@ const _ = {
1668
1668
  class: "text-general-body text-center"
1669
1669
  },
1670
1670
  loadingtablewrapper: {
1671
- class: "w-full p-4 flex items-center justify-center absolute top-[37px] inset-x-0 pointer-events-none",
1671
+ class: "w-full p-4 flex items-center justify-center absolute inset-x-0 pointer-events-none",
1672
1672
  "data-wv-section": "loadingtablewrapper"
1673
1673
  },
1674
1674
  loadingtablelottie: {
@@ -1676,7 +1676,6 @@ const _ = {
1676
1676
  "data-wv-section": "loadingtablelottie"
1677
1677
  },
1678
1678
  paginator: ({ context: e }) => ({
1679
- "current-page-report-template": e.totalRecords ? "Showing {first} to {last} of {totalRecords}" : "No Data Found",
1680
1679
  class: "",
1681
1680
  template: "FirstPageLink PrevPageLink PageLinks JumpToPageInput NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown"
1682
1681
  })
@@ -1873,7 +1872,7 @@ const _ = {
1873
1872
  leaveActiveClass: "transition-all duration-200 ease-out",
1874
1873
  leaveToClass: "opacity-0 scale-75 mask-active"
1875
1874
  }
1876
- }, R = {
1875
+ }, M = {
1877
1876
  root: {
1878
1877
  class: ["!w-[clamp(360px,75vw,400px)]"],
1879
1878
  "data-wv-name": (e) => e ?? "root",
@@ -1914,7 +1913,7 @@ const _ = {
1914
1913
  class: "flex items-end justify-end gap-1 !mt-0",
1915
1914
  "data-wv-section": "dialog-confirm-footer"
1916
1915
  }
1917
- }, M = {
1916
+ }, O = {
1918
1917
  root: {
1919
1918
  class: ["max-w-[90vw]"],
1920
1919
  style: (e) => `width: ${e}`,
@@ -2256,7 +2255,7 @@ const _ = {
2256
2255
  leaveActiveClass: "transition-opacity duration-100 ease-linear",
2257
2256
  leaveToClass: "opacity-0"
2258
2257
  }
2259
- }, O = {
2258
+ }, R = {
2260
2259
  root: ({ props: e, state: t }) => ({
2261
2260
  class: [
2262
2261
  // Display and Position
@@ -5582,7 +5581,7 @@ const oe = x("WANGS-TAB-MENU", {
5582
5581
  // Forms
5583
5582
  form: D,
5584
5583
  filtercontainer: je,
5585
- dropdown: O,
5584
+ dropdown: R,
5586
5585
  inputnumber: Q,
5587
5586
  inputphonenumber: X,
5588
5587
  inputcurrency: pe,
@@ -5627,8 +5626,8 @@ const oe = x("WANGS-TAB-MENU", {
5627
5626
  tabmenu: oe,
5628
5627
  // Overlays
5629
5628
  dialog: C,
5630
- dialogconfirm: R,
5631
- dialogform: M,
5629
+ dialogconfirm: M,
5630
+ dialogform: O,
5632
5631
  overlaypanel: ae,
5633
5632
  // Messages
5634
5633
  message: te,