@fewangsit/wangsvue-presets 1.0.92 → 1.0.93-alpha.1

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.
@@ -24,7 +24,7 @@ exports.default = {
24
24
  class: ['text-sm font-normal'],
25
25
  },
26
26
  content: {
27
- class: 'flex flex-col gap-3 text-xs tracking-[0.02em] font-medium',
27
+ class: 'flex flex-col gap-2 text-xs tracking-[0.02em] font-medium',
28
28
  },
29
29
  footer: {
30
30
  class: ['inline-flex gap-1 text-xs items-center'],
@@ -37,7 +37,7 @@ declare namespace _default {
37
37
  props: any;
38
38
  }): {
39
39
  class: (string | {
40
- '!h-[35px]': boolean;
40
+ '!h-[28px]': boolean;
41
41
  'bg-transparent'?: undefined;
42
42
  'bg-primary-50 [&>td]:border-primary-200'?: undefined;
43
43
  'focus:outline-none focus:outline-offset-0'?: undefined;
@@ -51,7 +51,7 @@ declare namespace _default {
51
51
  } | {
52
52
  'bg-transparent': boolean;
53
53
  'bg-primary-50 [&>td]:border-primary-200': any;
54
- '!h-[35px]'?: undefined;
54
+ '!h-[28px]'?: undefined;
55
55
  'focus:outline-none focus:outline-offset-0'?: undefined;
56
56
  'hover:!bg-grayscale-50'?: undefined;
57
57
  'hover:!bg-warning-300 !bg-warning-200'?: undefined;
@@ -64,7 +64,7 @@ declare namespace _default {
64
64
  'focus:outline-none focus:outline-offset-0': any;
65
65
  'hover:!bg-grayscale-50': boolean;
66
66
  'hover:!bg-warning-300 !bg-warning-200': any;
67
- '!h-[35px]'?: undefined;
67
+ '!h-[28px]'?: undefined;
68
68
  'bg-transparent'?: undefined;
69
69
  'bg-primary-50 [&>td]:border-primary-200'?: undefined;
70
70
  'transition duration-200'?: undefined;
@@ -74,7 +74,7 @@ declare namespace _default {
74
74
  'cursor-pointer'?: undefined;
75
75
  } | {
76
76
  'transition duration-200': any;
77
- '!h-[35px]'?: undefined;
77
+ '!h-[28px]'?: undefined;
78
78
  'bg-transparent'?: undefined;
79
79
  'bg-primary-50 [&>td]:border-primary-200'?: undefined;
80
80
  'focus:outline-none focus:outline-offset-0'?: undefined;
@@ -87,7 +87,7 @@ declare namespace _default {
87
87
  } | {
88
88
  'select-none': any;
89
89
  'select-auto': boolean;
90
- '!h-[35px]'?: undefined;
90
+ '!h-[28px]'?: undefined;
91
91
  'bg-transparent'?: undefined;
92
92
  'bg-primary-50 [&>td]:border-primary-200'?: undefined;
93
93
  'focus:outline-none focus:outline-offset-0'?: undefined;
@@ -98,7 +98,7 @@ declare namespace _default {
98
98
  'cursor-pointer'?: undefined;
99
99
  } | {
100
100
  '!cursor-grab [&_label]:!cursor-grab': any;
101
- '!h-[35px]'?: undefined;
101
+ '!h-[28px]'?: undefined;
102
102
  'bg-transparent'?: undefined;
103
103
  'bg-primary-50 [&>td]:border-primary-200'?: undefined;
104
104
  'focus:outline-none focus:outline-offset-0'?: undefined;
@@ -110,7 +110,7 @@ declare namespace _default {
110
110
  'cursor-pointer'?: undefined;
111
111
  } | {
112
112
  'cursor-pointer': boolean;
113
- '!h-[35px]'?: undefined;
113
+ '!h-[28px]'?: undefined;
114
114
  'bg-transparent'?: undefined;
115
115
  'bg-primary-50 [&>td]:border-primary-200'?: undefined;
116
116
  'focus:outline-none focus:outline-offset-0'?: undefined;
@@ -268,6 +268,10 @@ declare namespace _default {
268
268
  class: string;
269
269
  'data-wv-section': string;
270
270
  };
271
+ namespace nodatamessage {
272
+ let _class_5: string;
273
+ export { _class_5 as class };
274
+ }
271
275
  let loadingtablewrapper: {
272
276
  class: string;
273
277
  'data-wv-section': string;
@@ -51,10 +51,10 @@ exports.default = {
51
51
  class: [
52
52
  'border-b border-general-100 group',
53
53
  {
54
- '!h-[35px]': props.rowHeight === 'fixed', // Style(DXJCiX2e): set table row height to fixed 35px
54
+ '!h-[28px]': props.rowHeight === 'fixed', // Style(DXJCiX2e): set table row height to fixed 35px
55
55
  },
56
56
  // Color
57
- 'text-general-800 text-xs font-normal',
57
+ 'text-general-800 text-xs font-medium',
58
58
  {
59
59
  'bg-transparent': !context.selected,
60
60
  'bg-primary-50 [&>td]:border-primary-200': context.selected,
@@ -127,7 +127,7 @@ exports.default = {
127
127
  },
128
128
  columnvisibilityicon: {
129
129
  class: ['!w-4 !h-4 !mx-auto'],
130
- info: 'Visibilitas Kolom',
130
+ info: 'Column Visibility',
131
131
  },
132
132
  headertogglerbutton: function (_a) {
133
133
  var context = _a.context;
@@ -147,7 +147,7 @@ exports.default = {
147
147
  },
148
148
  bodycell: {
149
149
  'class': [
150
- 'text-xs px-2 py-0.5',
150
+ 'text-xs px-2 pt-1 pb-[3px]',
151
151
  'border-0 !border-b !border-solid border-general-100',
152
152
  'justify-items-start',
153
153
  '[&:has([data-wv-section=rowcheckbox])]:text-center',
@@ -228,27 +228,30 @@ exports.default = {
228
228
  });
229
229
  },
230
230
  nodatalottiewrapper: {
231
- 'class': 'w-full p-4 flex items-center justify-center',
231
+ 'class': 'w-full p-4 flex flex-col gap-1',
232
232
  'data-wv-section': 'nodatalottiewrapper',
233
233
  },
234
234
  nodatalottie: {
235
- 'class': 'w-44 h-auto',
235
+ 'class': 'hidden',
236
236
  'data-wv-section': 'nodatalottie',
237
237
  },
238
+ nodatamessage: {
239
+ class: 'text-general-body',
240
+ },
238
241
  loadingtablewrapper: {
239
242
  'class': 'sticky left-0 w-full p-4 flex items-center justify-center',
240
243
  'data-wv-section': 'loadingtablewrapper',
241
244
  },
242
245
  loadingtablelottie: {
243
- 'class': 'w-20 h-auto',
246
+ 'class': 'w-[150px] h-auto',
244
247
  'data-wv-section': 'loadingtablelottie',
245
248
  },
246
249
  paginator: function (_a) {
247
250
  var context = _a.context;
248
251
  return ({
249
252
  'current-page-report-template': context.totalRecords
250
- ? 'Menampilkan {first} - {last} dari {totalRecords}'
251
- : 'Tidak ditemukan data',
253
+ ? 'Showing {first} to {last} of {totalRecords}'
254
+ : 'No Data Found',
252
255
  'class': '',
253
256
  'template': 'FirstPageLink PrevPageLink PageLinks JumpToPageInput NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown',
254
257
  });
@@ -22,7 +22,7 @@ exports.default = {
22
22
  },
23
23
  headertitle: function (severity) { return ({
24
24
  'class': [
25
- 'text-[14px] leading-6 !font-bold tracking-[0.02em]',
25
+ '!text-[14px] leading-6 !font-bold tracking-[0.02em]',
26
26
  'text-general-800',
27
27
  ],
28
28
  'data-wv-section': 'dialog-confirm-title',
@@ -12,7 +12,7 @@ exports.default = {
12
12
  },
13
13
  headericon: { 'class': 'text-2xl', 'data-wv-section': 'headericon' },
14
14
  headertitle: {
15
- 'class': 'mr-auto text-grayscale-900 text-center text-[0.9rem] leading-[1.125rem] !font-semibold tracking-[0.28px]',
15
+ 'class': 'mr-auto text-general-800 text-center !text-[0.9rem] leading-[1.125rem] !font-bold tracking-[0.28px]',
16
16
  'data-wv-section': 'dialog-form-title',
17
17
  },
18
18
  expandasidebutton: {