edvoyui-component-library-test-flight 0.0.58 → 0.0.60

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,5 +1,5 @@
1
1
  export * from "/Volumes/work/repos/edvoy-ui-v2/src/components/radio/EUIRadio.vue?vue&type=script&setup=true&lang.ts";
2
- import "/Volumes/work/repos/edvoy-ui-v2/src/components/radio/EUIRadio.vue?vue&type=style&index=0&scoped=cfb7b606&lang.scss";
2
+ import "/Volumes/work/repos/edvoy-ui-v2/src/components/radio/EUIRadio.vue?vue&type=style&index=0&scoped=85a67463&lang.scss";
3
3
  declare const _default: any;
4
4
  export default _default;
5
5
  //# sourceMappingURL=EUIRadio.vue.d.ts.map
@@ -1,5 +1,5 @@
1
1
  export * from "/Volumes/work/repos/edvoy-ui-v2/src/components/searchexpand/EUISearchExpand.vue?vue&type=script&setup=true&lang.ts";
2
- import "/Volumes/work/repos/edvoy-ui-v2/src/components/searchexpand/EUISearchExpand.vue?vue&type=style&index=0&scoped=914f602c&lang.css";
2
+ import "/Volumes/work/repos/edvoy-ui-v2/src/components/searchexpand/EUISearchExpand.vue?vue&type=style&index=0&scoped=8366625e&lang.css";
3
3
  declare const _default: any;
4
4
  export default _default;
5
5
  //# sourceMappingURL=EUISearchExpand.vue.d.ts.map
@@ -1,5 +1,5 @@
1
1
  export * from "/Volumes/work/repos/edvoy-ui-v2/src/components/slideover/EUISlideover.vue?vue&type=script&lang.ts";
2
- import "/Volumes/work/repos/edvoy-ui-v2/src/components/slideover/EUISlideover.vue?vue&type=style&index=0&scoped=48a789fb&lang.scss";
2
+ import "/Volumes/work/repos/edvoy-ui-v2/src/components/slideover/EUISlideover.vue?vue&type=style&index=0&scoped=b651e970&lang.scss";
3
3
  declare const _default: any;
4
4
  export default _default;
5
5
  //# sourceMappingURL=EUISlideover.vue.d.ts.map
@@ -1,5 +1,5 @@
1
1
  export * from "/Volumes/work/repos/edvoy-ui-v2/src/components/table/EUIDashboardTable.vue?vue&type=script&setup=true&lang.ts";
2
- import "/Volumes/work/repos/edvoy-ui-v2/src/components/table/EUIDashboardTable.vue?vue&type=style&index=0&scoped=473ceac4&lang.scss";
2
+ import "/Volumes/work/repos/edvoy-ui-v2/src/components/table/EUIDashboardTable.vue?vue&type=style&index=0&scoped=ae56eb51&lang.scss";
3
3
  declare const _default: any;
4
4
  export default _default;
5
5
  //# sourceMappingURL=EUIDashboardTable.vue.d.ts.map
@@ -1,5 +1,5 @@
1
1
  export * from "/Volumes/work/repos/edvoy-ui-v2/src/components/table/EUITable.vue?vue&type=script&setup=true&lang.ts";
2
- import "/Volumes/work/repos/edvoy-ui-v2/src/components/table/EUITable.vue?vue&type=style&index=0&scoped=1d3352f5&lang.scss";
2
+ import "/Volumes/work/repos/edvoy-ui-v2/src/components/table/EUITable.vue?vue&type=style&index=0&scoped=05e35209&lang.scss";
3
3
  declare const _default: any;
4
4
  export default _default;
5
5
  //# sourceMappingURL=EUITable.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EUITelephone.vue.d.ts","sourceRoot":"","sources":["../../src/components/telephone/EUITelephone.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,8GAA8G,CAAC;AACrI,cAAc,8GAA8G,CAAC;AAC7H,OAAO,4GAA4G,CAAC;AACpH,eAAe,SAAS,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "edvoyui-component-library-test-flight",
3
3
  "private": false,
4
- "version": "0.0.58",
4
+ "version": "0.0.60",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist/",
@@ -64,7 +64,6 @@
64
64
  "storybook": "^8.4.4",
65
65
  "typescript": "^5.5.3",
66
66
  "vite": "^5.4.1",
67
- "vite-plugin-css-injected-by-js": "^3.5.2",
68
67
  "vite-plugin-dts": "^4.2.1",
69
68
  "vue-tsc": "^2.0.29"
70
69
  }
@@ -8,8 +8,9 @@
8
8
  illo nisi recusandae impedit nulla possimus, et delectus necessitatibus
9
9
  tempora maxime maiores dolores voluptates nemo ratione officia suscipit
10
10
  voluptatum iure.
11
-
12
- {{ "search Data:" + inputSearch + showSearch }}
11
+ </div>
12
+ <div class="relative size-10">
13
+ <div class="absolute top-0 right-0"><EUISearchExpand /></div>
13
14
  </div>
14
15
  <div class="inline-flex flex-row gap-2">
15
16
  <EUISearchToggle
@@ -27,7 +28,7 @@
27
28
  <EUITooltip placement="top">
28
29
  <template v-slot:default>
29
30
  <button class="px-4 py-2 text-white bg-gray-800 rounded">
30
- Hover rihgt
31
+ Hover here
31
32
  </button>
32
33
  </template>
33
34
  <template v-slot:tooltip>
@@ -192,6 +193,7 @@ import EUIDatepicker from "./datepicker/EUIDatepicker.vue";
192
193
  import { CalendarIcon } from "@heroicons/vue/24/solid";
193
194
  import EUIButton from "./button/EUIButton.vue";
194
195
  import EUISearchToggle from "./searchexpand/EUISearchToggle.vue";
196
+ import EUISearchExpand from "./searchexpand/EUISearchExpand.vue";
195
197
 
196
198
  // TODO: Datepicker
197
199
  const datepickerRange = ref([
@@ -45,7 +45,7 @@
45
45
  :value="modelValue"
46
46
  :placeholder="placeholder"
47
47
  :name="name"
48
- :class="['z-10 block placeholder:text-gray-400 focus:outline-none text-sm font-medium appearance-none disabled:opacity-75 autofill:bg-white leading-6 transition-all duration-100 border-none outline-none', inputFilled ? 'pt-6 pb-3 rounded-2xl size-full' : 'px-4 py-3 h-10 w-full ring-1 ring-gray-100 focus-within:ring-purple-600 focus-within:ring-2 ring-inset', !inputFilled && rounded ? 'rounded-2xl' : 'rounded-md', disabled ? 'cursor-not-allowed' : 'cursor-text', getIconClass(), !inputFilled && className]"
48
+ :class="['z-10 block placeholder:text-gray-400 focus:outline-none text-sm font-medium appearance-none disabled:opacity-75 autofill:bg-white leading-6 transition-all duration-100 border-none outline-none', inputFilled ? 'pt-6 pb-3 rounded-2xl size-full' : 'py-3 h-10 w-full ring-1 ring-gray-100 focus-within:ring-purple-600 focus-within:ring-2 ring-inset', !inputFilled && rounded ? 'rounded-2xl' : 'rounded-md', disabled ? 'cursor-not-allowed' : 'cursor-text', getIconClass(), !inputFilled && className]"
49
49
 
50
50
  :required="required"
51
51
  :disabled="disabled"
@@ -56,22 +56,17 @@ const toggle = () => {
56
56
 
57
57
  <style lang="scss" scoped>
58
58
  .eui-radio_icons {
59
- @apply size-5 absolute z-10 top-0.5 left-0.5 rounded-full;
59
+ @apply size-5 absolute z-10 inset-0 rounded-full;
60
60
  &::after {
61
61
  content: '';
62
- @apply absolute border-solid border-transparent transform scale-0 opacity-0 transition-all duration-200 delay-75 ease-in;
63
- }
64
- &::after {
65
- @apply rotate-45 top-2;
62
+ @apply absolute transform scale-0 opacity-0 transition-all duration-200 delay-75 ease-in size-2.5 bg-white rounded-full top-[0.45rem] left-[0.45rem];
66
63
  }
67
64
  }
68
65
 
69
66
  .eui-radio_input:checked + .eui-radio_circle {
70
67
  .eui-radio_icons {
71
68
  &::after {
72
- width: 5.3px;
73
- border-width: 0 2.4px 2.4px 0;
74
- @apply border-white top-1 left-2 h-2.5 opacity-100 scale-100;
69
+ @apply opacity-100 scale-100;
75
70
  }
76
71
  }
77
72
  }
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
 
3
- <div class="relative rounded-full size-12">
3
+ <div class="relative rounded-full size-10">
4
4
  <div class="absolute top-0 right-0">
5
5
  <div
6
6
  ref="componentWrapper"
@@ -10,14 +10,14 @@
10
10
  <div class="relative max-w-80 z-[calc(infinity)]">
11
11
  <div
12
12
  :class="[
13
- 'relative flex items-center py-1 duration-300 ease-linear bg-gray-100 border border-gray-200 rounded-full pe-1 group-focus-within:ring-2 ring-purple-200 group-focus-within:border-gray-300 transition-all delay-100',
13
+ 'relative flex items-center duration-300 ease-linear bg-gray-100 border border-gray-200 rounded-full pe-1 group-focus-within:ring-2 ring-purple-200 group-focus-within:border-gray-300 transition-all delay-100',
14
14
  isExpanded
15
- ? 'group-focus-within:w-80 text-gray-300'
16
- : 'size-[2.875rem] text-gray-500',
15
+ ? 'group-focus-within:w-80 text-gray-300 h-10'
16
+ : 'size-10 text-gray-500',
17
17
  ]"
18
18
  >
19
19
  <SearchBigZoomIn
20
- class="absolute text-current size-6 top-2.5 left-2.5 transition-colors duration-100"
20
+ class="absolute text-current transition-colors size-6 top-2 left-2"
21
21
  />
22
22
  <input
23
23
  v-if="isExpanded"
@@ -25,7 +25,7 @@
25
25
  ref="input"
26
26
  type="search"
27
27
  placeholder="Search here..."
28
- class="text-sm font-medium text-gray-900 bg-transparent w-80 ps-10 pe-2 focus:outline-none min-h-9"
28
+ class="h-10 text-sm font-medium text-gray-900 bg-transparent w-80 ps-10 pe-2 focus:outline-none"
29
29
  autocomplete="off"
30
30
  @input="handleSearch"
31
31
  @blur="closeInput"
@@ -129,10 +129,10 @@ export default defineComponent({
129
129
  const slideClass = computed(() => {
130
130
  const sizeClass = {
131
131
  full: "max-w-screen",
132
- lg: "max-w-screen-lg min-w-[1024px]",
133
- md: "max-w-2xl min-w-[42rem]",
134
- sm: "max-w-xl min-w-[36rem]",
135
- xs: "max-w-md min-w-[28rem]",
132
+ lg: "max-w-screen-lg min-w-[100svw] sm:min-w-[1024px]",
133
+ md: "max-w-2xl min-w-[100svw] sm:min-w-[42rem]",
134
+ sm: "max-w-xl min-w-[100svw] sm:min-w-[36rem]",
135
+ xs: "max-w-md min-w-[100svw] sm:min-w-[28rem]",
136
136
  };
137
137
 
138
138
  const positionClasses = {
@@ -1,9 +1,26 @@
1
1
  <template>
2
2
  <div>
3
- <div class="relative w-full mx-auto overflow-hidden">
3
+ <Transition name="fade" mode="out-in">
4
+ <div
5
+ v-if="loading"
6
+ :class="[
7
+ 'overflow-hidden relative z-0 isolate bg-white backdrop-blur transition-colors duration-150 ease-in-out rounded-xl border border-gray-50',
8
+ tableHeight
9
+ ? tableHeight
10
+ : 'h-[calc(100svh-9rem)] max-h-[calc(100svh-9rem)]',
11
+ ]"
12
+ >
13
+ <div
14
+ class="absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"
15
+ >
16
+ <EUICircleLoader />
17
+ </div>
18
+ </div>
19
+ <div v-else class="relative w-full mx-auto overflow-hidden">
4
20
  <div
5
21
  id="dashboard-table"
6
- :class="['overflow-auto scrollbar--thin overscroll-none', tableHeight ? tableHeight : 'h-[calc(100svh-13rem)] max-h-[calc(100svh-13rem)]']"
22
+ :class="['scrollbar--thin overscroll-none',
23
+ computedItems.length === 0 ? 'overflow-hidden' : 'overflow-auto', tableHeight ? tableHeight : 'h-[calc(100svh-13rem)] max-h-[calc(100svh-13rem)]']"
7
24
  ref="tableContainer"
8
25
  @scroll="handleScroll"
9
26
  >
@@ -59,19 +76,9 @@
59
76
  </tr>
60
77
  </thead>
61
78
  <tbody>
62
- <template v-if="loading">
63
- <tr class="norecords">
64
- <td :colspan="headers.length">
65
- <div
66
- class="flex items-center justify-center min-h-96"
67
- >
68
- <EUICircleLoader />
69
- </div>
70
- </td>
71
- </tr>
72
- </template>
79
+
73
80
  <template
74
- v-else-if="computedItems.length > 0"
81
+ v-if="computedItems.length > 0"
75
82
  v-for="(row, rowIndex) in computedItems"
76
83
  :key="`table-row-${rowIndex}`"
77
84
  >
@@ -116,8 +123,8 @@
116
123
  <tr class="norecords">
117
124
  <td :colspan="checkable === true ? headers.length + 1 : headers.length">
118
125
  <div
119
- class="flex items-center justify-center text-xl font-medium text-gray-500 min-h-96"
120
- >
126
+ class="flex items-center justify-center text-xl font-medium text-gray-500 h-[calc(100svh-18rem)] max-w-screen-xl"
127
+ >
121
128
  No matching records found
122
129
  </div>
123
130
  </td>
@@ -158,6 +165,7 @@
158
165
  </template>
159
166
  </div>
160
167
  </div>
168
+ </Transition>
161
169
  </div>
162
170
  </template>
163
171