filterData(filters)" class="mb-4">
- {
- filters = value
- }
- "
- />
+ filters = value" />
-
+
-
+
-
+
-
-
-
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
+
+
diff --git a/src/components/Pages/Gangguan/Rekap/RGangguan_RatingPerRegu.vue b/src/components/Pages/Gangguan/Rekap/RGangguan_RatingPerRegu.vue
index 33ac253..36c73c8 100755
--- a/src/components/Pages/Gangguan/Rekap/RGangguan_RatingPerRegu.vue
+++ b/src/components/Pages/Gangguan/Rekap/RGangguan_RatingPerRegu.vue
@@ -1,195 +1,66 @@
filterData(filters)" class="mb-4">
- {
- filters = value
- }
- "
- />
+ filters = value" />
-
+
-
+
-
+
-
-
-
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
+
+
diff --git a/src/components/SelectMulti.vue b/src/components/SelectMulti.vue
index a42f7b6..6bed0e4 100755
--- a/src/components/SelectMulti.vue
+++ b/src/components/SelectMulti.vue
@@ -1,20 +1,21 @@
-
+
+
+
\ No newline at end of file
diff --git a/src/main.ts b/src/main.ts
index 8b52fc5..658e208 100755
--- a/src/main.ts
+++ b/src/main.ts
@@ -1,5 +1,4 @@
// import 'devextreme/dist/css/dx.material.blue.light.compact.css'
-import '@lottiefiles/lottie-player'
import '@/assets/css/main.css'
import { createPinia } from 'pinia'
import App from './App.vue'
@@ -25,6 +24,23 @@ app.use(
searchInput: 'rich-select-search-input',
selectedHighlightedOption: 'rich-select-selected-highlighted-option'
}
+ },
+ TagsInput: {
+ fixedClasses: {
+ input: 'appearance-none py-0 ring-0 border-0 outline-none focus:ring-0 focus:outline-none focus:shadow-none shadow-none w-full bg-transparent text-gray-800 text-base',
+ inputWrapper: 'inline-flex flex-grow bg-transparent',
+ tagsWrapper: 'flex flex-wrap overflow-hidden -my-2 py-1 px-1 w-full text-xs',
+ tagDeleteButtonIcon: 'w-3 h-3',
+ tagLabel: 'px-3 text-xs',
+ },
+ classes: {
+ input: 'min-h-[32px]',
+ inputWrapper: '',
+ tagsWrapper: '',
+ tagDeleteButtonIcon: '',
+ tagLabel: '',
+ trigger: 'bg-gray-200 rounded-lg mb-2 mt-2',
+ },
}
})
)