@praxisui/core 1.0.0-beta.19 → 1.0.0-beta.20

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.
@@ -2139,27 +2139,12 @@ function createDefaultTableConfig() {
2139
2139
  },
2140
2140
  actions: {
2141
2141
  row: {
2142
- enabled: true,
2142
+ enabled: false,
2143
2143
  position: 'end',
2144
2144
  width: '120px',
2145
2145
  display: 'icons',
2146
2146
  trigger: 'hover',
2147
- actions: [
2148
- {
2149
- id: 'view',
2150
- label: 'Visualizar',
2151
- icon: 'visibility',
2152
- action: 'view',
2153
- },
2154
- { id: 'edit', label: 'Editar', icon: 'edit', action: 'edit' },
2155
- {
2156
- id: 'delete',
2157
- label: 'Excluir',
2158
- icon: 'delete',
2159
- action: 'delete',
2160
- autoDelete: false,
2161
- },
2162
- ],
2147
+ actions: [],
2163
2148
  },
2164
2149
  bulk: {
2165
2150
  enabled: false,