Единый интерфейс элементов
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ElementDefinition } from '@/entitiy/element/model/interface'
|
||||
import { parseCellAddress } from '@/lib/cell-utils'
|
||||
import { ElementDefinition } from '@/lib/element-registry'
|
||||
import { CellTarget } from '@/type/template'
|
||||
import { Weight } from 'lucide-react'
|
||||
import { StandardsEditor } from './StandardsEditor'
|
||||
@@ -18,6 +18,7 @@ export const standardsDefinition: ElementDefinition<StandardsConfig, string[]> =
|
||||
type: 'standards',
|
||||
label: 'Измерительные эталоны',
|
||||
icon: <Weight className="h-4 w-4" />,
|
||||
version: 1,
|
||||
defaultConfig: {
|
||||
registryNumber: '',
|
||||
sheet: 'Report',
|
||||
|
||||
Reference in New Issue
Block a user