@adminforth/quick-filters 1.2.3 → 1.2.5

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.
package/build.log CHANGED
@@ -7,5 +7,5 @@ custom/
7
7
  custom/FiltersArea.vue
8
8
  custom/tsconfig.json
9
9
 
10
- sent 13,120 bytes received 58 bytes 26,356.00 bytes/sec
11
- total size is 12,908 speedup is 0.98
10
+ sent 12,928 bytes received 58 bytes 25,972.00 bytes/sec
11
+ total size is 12,713 speedup is 0.98
@@ -11,7 +11,7 @@
11
11
  <div v-if="isExpanded" class="md:grid md:grid-cols-1 lg:grid-cols-2 xl:grid-cols-3 2xl:grid-cols-6 gap-2 w-full">
12
12
  <div class="flex flex-col" v-for="c in columnsWithFilter" :key="c">
13
13
  <div class="min-w-48">
14
- <p class="dark:text-gray-400 text-sm">{{ c.label }}</p>
14
+ <p class="dark:text-gray-400 font-medium text-sm">{{ c.label }}</p>
15
15
  <Select
16
16
  :teleportToBody="true"
17
17
  v-if="c.foreignResource"
@@ -1,17 +1,14 @@
1
1
  {
2
2
  "compilerOptions": {
3
- "baseUrl": ".", // This should point to your project root
3
+ "baseUrl": ".",
4
4
  "paths": {
5
5
  "@/*": [
6
- // "node_modules/adminforth/dist/spa/src/*"
7
6
  "../../../adminforth/spa/src/*"
8
7
  ],
9
8
  "*": [
10
- // "node_modules/adminforth/dist/spa/node_modules/*"
11
9
  "../../../adminforth/spa/node_modules/*"
12
10
  ],
13
11
  "@@/*": [
14
- // "node_modules/adminforth/dist/spa/src/*"
15
12
  "."
16
13
  ]
17
14
  }
@@ -11,7 +11,7 @@
11
11
  <div v-if="isExpanded" class="md:grid md:grid-cols-1 lg:grid-cols-2 xl:grid-cols-3 2xl:grid-cols-6 gap-2 w-full">
12
12
  <div class="flex flex-col" v-for="c in columnsWithFilter" :key="c">
13
13
  <div class="min-w-48">
14
- <p class="dark:text-gray-400 text-sm">{{ c.label }}</p>
14
+ <p class="dark:text-gray-400 font-medium text-sm">{{ c.label }}</p>
15
15
  <Select
16
16
  :teleportToBody="true"
17
17
  v-if="c.foreignResource"
@@ -1,17 +1,14 @@
1
1
  {
2
2
  "compilerOptions": {
3
- "baseUrl": ".", // This should point to your project root
3
+ "baseUrl": ".",
4
4
  "paths": {
5
5
  "@/*": [
6
- // "node_modules/adminforth/dist/spa/src/*"
7
6
  "../../../adminforth/spa/src/*"
8
7
  ],
9
8
  "*": [
10
- // "node_modules/adminforth/dist/spa/node_modules/*"
11
9
  "../../../adminforth/spa/node_modules/*"
12
10
  ],
13
11
  "@@/*": [
14
- // "node_modules/adminforth/dist/spa/src/*"
15
12
  "."
16
13
  ]
17
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/quick-filters",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",