@simitgroup/simpleapp-generator 1.0.53 → 1.0.54

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simitgroup/simpleapp-generator",
3
- "version": "1.0.53",
3
+ "version": "1.0.54",
4
4
  "description": "frontend nuxtjs and backend nests code generator using jsonschema",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -4,10 +4,7 @@
4
4
  <Button
5
5
  class="btn-primary pi pi-question"
6
6
  @click="previewPermission"
7
- >
8
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
9
- <path stroke-linecap="round" stroke-linejoin="round" d="M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9 5.25h.008v.008H12v-.008z" />
10
- </svg>
7
+ >
11
8
  </Button>
12
9
  <Sidebar
13
10
  v-model:visible="showpermissioninfo"
@@ -122,10 +122,3 @@ const capitalizeFirstLetter = (str: string) => {
122
122
  return res;
123
123
  };
124
124
  </script>
125
- <style scoped>
126
- .simpleapp-autocomplete{
127
- @apply w-auto ;
128
- line-height: 1rem;
129
- }
130
-
131
- </style>
@@ -25,7 +25,7 @@ const selectItem=(item:any)=>{
25
25
  <template>
26
26
  <div>
27
27
 
28
- <Menus />
28
+ <HeaderBar />
29
29
  <Invitation/>
30
30
  <div class="grid grid-cols-4">
31
31
  <div class="col col-span-1 ">
@@ -88,7 +88,10 @@ tailwindcss: {
88
88
  "./src/**/*.{vue,js,ts,jsx,tsx}",
89
89
  "./node_modules/primevue/**/*.{vue,js,ts,jsx,tsx}"
90
90
  ],
91
- css: [ path.resolve(__dirname,'./assets/css/style.css')],
91
+ css: [
92
+ 'primeicons/primeicons.css',
93
+ path.resolve(__dirname,'./assets/css/style.css')
94
+ ],
92
95
 
93
96
  // devtools: { enabled: true },
94
97
  // build: {