@neural-ui/core 1.5.1 → 1.5.3

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.
Files changed (78) hide show
  1. package/fesm2022/neural-ui-core-chart.mjs +3 -2
  2. package/fesm2022/neural-ui-core-chart.mjs.map +1 -1
  3. package/fesm2022/neural-ui-core-date-input.mjs +20 -8
  4. package/fesm2022/neural-ui-core-date-input.mjs.map +1 -1
  5. package/fesm2022/neural-ui-core-table.mjs +17 -6
  6. package/fesm2022/neural-ui-core-table.mjs.map +1 -1
  7. package/fesm2022/neural-ui-core-tree-table.mjs +1 -1
  8. package/fesm2022/neural-ui-core-tree-table.mjs.map +1 -1
  9. package/package.json +1 -1
  10. package/types/neural-ui-core-chart.d.ts +6 -0
  11. package/types/neural-ui-core-date-input.d.ts +3 -1
  12. package/types/neural-ui-core-table.d.ts +2 -1
  13. package/accordion/package.json +0 -4
  14. package/alert/package.json +0 -4
  15. package/autocomplete/package.json +0 -4
  16. package/avatar/package.json +0 -4
  17. package/badge/package.json +0 -4
  18. package/block-ui/package.json +0 -4
  19. package/breadcrumb/package.json +0 -4
  20. package/button/package.json +0 -4
  21. package/calendar/package.json +0 -4
  22. package/card/package.json +0 -4
  23. package/chart/package.json +0 -4
  24. package/checkbox/package.json +0 -4
  25. package/chip/package.json +0 -4
  26. package/code-block/package.json +0 -4
  27. package/color-picker/package.json +0 -4
  28. package/command-palette/package.json +0 -4
  29. package/confirm-dialog/package.json +0 -4
  30. package/context-menu/package.json +0 -4
  31. package/dashboard-grid/package.json +0 -4
  32. package/date-input/package.json +0 -4
  33. package/divider/package.json +0 -4
  34. package/empty-state/package.json +0 -4
  35. package/filter-bar/package.json +0 -4
  36. package/icon/package.json +0 -4
  37. package/image-gallery/package.json +0 -4
  38. package/image-viewer/package.json +0 -4
  39. package/input/package.json +0 -4
  40. package/input-otp/package.json +0 -4
  41. package/kanban/package.json +0 -4
  42. package/knob/package.json +0 -4
  43. package/meter-group/package.json +0 -4
  44. package/modal/package.json +0 -4
  45. package/multiselect/package.json +0 -4
  46. package/nav/package.json +0 -4
  47. package/notification-center/package.json +0 -4
  48. package/number-input/package.json +0 -4
  49. package/pagination/package.json +0 -4
  50. package/popover/package.json +0 -4
  51. package/progress-bar/package.json +0 -4
  52. package/radio/package.json +0 -4
  53. package/rating/package.json +0 -4
  54. package/scheduler-gantt/package.json +0 -4
  55. package/select/package.json +0 -4
  56. package/sidebar/package.json +0 -4
  57. package/skeleton/package.json +0 -4
  58. package/slider/package.json +0 -4
  59. package/spinner/package.json +0 -4
  60. package/split-button/package.json +0 -4
  61. package/splitter/package.json +0 -4
  62. package/stats-card/package.json +0 -4
  63. package/stepper/package.json +0 -4
  64. package/switch/package.json +0 -4
  65. package/table/package.json +0 -4
  66. package/tabs/package.json +0 -4
  67. package/textarea/package.json +0 -4
  68. package/timeline/package.json +0 -4
  69. package/timeline-grid/package.json +0 -4
  70. package/toast/package.json +0 -4
  71. package/toggle-button-group/package.json +0 -4
  72. package/toolbar/package.json +0 -4
  73. package/tooltip/package.json +0 -4
  74. package/tree/package.json +0 -4
  75. package/tree-table/package.json +0 -4
  76. package/uploader/package.json +0 -4
  77. package/url-state/package.json +0 -4
  78. package/virtual-list/package.json +0 -4
@@ -186,7 +186,7 @@ class NeuTreeTableComponent {
186
186
  </div>
187
187
  </div>
188
188
  </ng-template>
189
- `, isInline: true, styles: [".neu-tree-table__cell{display:flex;align-items:flex-start;gap:.5rem;min-width:0}.neu-tree-table__cell--disabled{opacity:.56}.neu-tree-table__toggle{width:1.5rem;height:1.5rem;margin-top:.1rem;border:0;border-radius:999px;background:transparent;color:var(--neu-text-muted);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;cursor:pointer;transition:background-color .16s ease,color .16s ease}.neu-tree-table__toggle svg{width:.9rem;height:.9rem;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;transition:transform .16s ease}.neu-tree-table__toggle:hover{background:color-mix(in srgb,var(--neu-primary) 10%,transparent);color:var(--neu-primary)}.neu-tree-table__toggle--open svg{transform:rotate(90deg)}.neu-tree-table__toggle--placeholder{cursor:default}.neu-tree-table__content{min-width:0;display:flex;flex-direction:column;gap:.125rem}.neu-tree-table__main{display:flex;align-items:center;gap:.5rem;min-width:0}.neu-tree-table__label{color:var(--neu-text);font-weight:600}.neu-tree-table__description{color:var(--neu-text-muted);font-size:.8125rem;line-height:1.4}.neu-tree-table__badge{display:inline-flex;align-items:center;padding:0 .45rem;min-height:1.2rem;border-radius:999px;background:color-mix(in srgb,var(--neu-primary) 12%,transparent);color:var(--neu-primary-dark, var(--neu-primary));font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}\n"], dependencies: [{ kind: "component", type: NeuTableComponent, selector: "neu-table", inputs: ["columns", "data", "pageSize", "pagination", "loading", "title", "emptyMessage", "skeletonRows", "searchable", "searchPlaceholder", "exactMatchable", "exactMatchLabel", "searchAriaLabel", "clearSearchAriaLabel", "clearFilterLabel", "previousPageAriaLabel", "nextPageAriaLabel", "pageSizeLabel", "pageSizeAriaLabel", "paginationAriaLabel", "exportCsvTitle", "exportJsonTitle", "clearSelectionLabel", "selectionSummaryLabel", "tableAriaLabel", "selectAllAriaLabel", "selectRowAriaLabel", "expandRowAriaLabel", "filterPlaceholder", "filterAriaPrefix", "allFilterOptionLabel", "ofLabel", "resultLabelSingular", "resultLabelPlural", "sortable", "selectable", "expandable", "expandMode", "exportable", "exportFileName", "pageSizeOptions", "stickyHeader", "virtualScroll", "virtualScrollVisibleItems", "resizableColumns", "rowKey", "bordered", "roundedBorders", "stripedRows", "density", "showRowNumbers", "rowClass", "footerRow", "emptyStateTemplate", "serverSide", "totalItems", "multiSort", "exportFormats", "exportColumns", "exportScope", "selectionActions", "pageParam", "searchParam", "sortParam", "sortDirParam", "multiSortParam", "useUrlState"], outputs: ["selectionChange", "rowClick", "rowDblClick", "actionClick", "selectionActionClick", "serverStateChange", "searchChange", "columnResize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
189
+ `, isInline: true, styles: [".neu-tree-table__cell{display:flex;align-items:flex-start;gap:.5rem;min-width:0}.neu-tree-table__cell--disabled{opacity:.56}.neu-tree-table__toggle{width:1.5rem;height:1.5rem;margin-top:.1rem;border:0;border-radius:999px;background:transparent;color:var(--neu-text-muted);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;cursor:pointer;transition:background-color .16s ease,color .16s ease}.neu-tree-table__toggle svg{width:.9rem;height:.9rem;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;transition:transform .16s ease}.neu-tree-table__toggle:hover{background:color-mix(in srgb,var(--neu-primary) 10%,transparent);color:var(--neu-primary)}.neu-tree-table__toggle--open svg{transform:rotate(90deg)}.neu-tree-table__toggle--placeholder{cursor:default}.neu-tree-table__content{min-width:0;display:flex;flex-direction:column;gap:.125rem}.neu-tree-table__main{display:flex;align-items:center;gap:.5rem;min-width:0}.neu-tree-table__label{color:var(--neu-text);font-weight:600}.neu-tree-table__description{color:var(--neu-text-muted);font-size:.8125rem;line-height:1.4}.neu-tree-table__badge{display:inline-flex;align-items:center;padding:0 .45rem;min-height:1.2rem;border-radius:999px;background:color-mix(in srgb,var(--neu-primary) 12%,transparent);color:var(--neu-primary-dark, var(--neu-primary));font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}\n"], dependencies: [{ kind: "component", type: NeuTableComponent, selector: "neu-table", inputs: ["columns", "data", "pageSize", "pagination", "loading", "title", "toolbarExtraRef", "emptyMessage", "skeletonRows", "searchable", "searchPlaceholder", "exactMatchable", "exactMatchLabel", "searchAriaLabel", "clearSearchAriaLabel", "clearFilterLabel", "previousPageAriaLabel", "nextPageAriaLabel", "pageSizeLabel", "pageSizeAriaLabel", "paginationAriaLabel", "exportCsvTitle", "exportJsonTitle", "clearSelectionLabel", "selectionSummaryLabel", "tableAriaLabel", "selectAllAriaLabel", "selectRowAriaLabel", "expandRowAriaLabel", "filterPlaceholder", "filterAriaPrefix", "allFilterOptionLabel", "ofLabel", "resultLabelSingular", "resultLabelPlural", "sortable", "selectable", "expandable", "expandMode", "exportable", "exportFileName", "pageSizeOptions", "stickyHeader", "virtualScroll", "virtualScrollVisibleItems", "resizableColumns", "rowKey", "bordered", "roundedBorders", "stripedRows", "density", "showRowNumbers", "rowClass", "footerRow", "emptyStateTemplate", "serverSide", "totalItems", "multiSort", "exportFormats", "exportColumns", "exportScope", "selectionActions", "pageParam", "searchParam", "sortParam", "sortDirParam", "multiSortParam", "useUrlState"], outputs: ["selectionChange", "rowClick", "rowDblClick", "actionClick", "selectionActionClick", "serverStateChange", "searchChange", "columnResize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
190
190
  }
191
191
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: NeuTreeTableComponent, decorators: [{
192
192
  type: Component,
@@ -1 +1 @@
1
- {"version":3,"file":"neural-ui-core-tree-table.mjs","sources":["../../../../projects/ui-core/tree-table/neu-tree-table.component.ts","../../../../projects/ui-core/tree-table/neural-ui-core-tree-table.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n TemplateRef,\n ViewEncapsulation,\n computed,\n effect,\n input,\n output,\n signal,\n viewChild,\n} from '@angular/core';\nimport { NeuTableComponent, NeuTableColumn } from '@neural-ui/core/table';\n\nexport interface NeuTreeTableNode<T extends Record<string, unknown> = Record<string, unknown>> {\n id: string;\n label: string;\n description?: string;\n badge?: string;\n children?: NeuTreeTableNode<T>[];\n expanded?: boolean;\n disabled?: boolean;\n data?: T;\n}\n\nexport interface NeuTreeTableRow<\n T extends Record<string, unknown> = Record<string, unknown>,\n> extends Record<string, unknown> {\n id: string;\n label: string;\n description?: string;\n badge?: string;\n __treeLevel: number;\n __treeHasChildren: boolean;\n __treeExpanded: boolean;\n __treeDisabled: boolean;\n __treeParentId?: string;\n __treeNode: NeuTreeTableNode<T>;\n}\n\n@Component({\n selector: 'neu-tree-table',\n standalone: true,\n imports: [NeuTableComponent],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: `\n <neu-table\n class=\"neu-tree-table\"\n [columns]=\"resolvedColumns()\"\n [data]=\"flatRows()\"\n [title]=\"title()\"\n [rowKey]=\"rowKey()\"\n [tableAriaLabel]=\"tableAriaLabel()\"\n [searchable]=\"searchable()\"\n [searchPlaceholder]=\"searchPlaceholder()\"\n [pagination]=\"pagination()\"\n [pageSizeOptions]=\"pageSizeOptions()\"\n [selectable]=\"selectable()\"\n [stickyHeader]=\"stickyHeader()\"\n [stripedRows]=\"stripedRows()\"\n [bordered]=\"bordered()\"\n [roundedBorders]=\"roundedBorders()\"\n [sortable]=\"sortable()\"\n [showRowNumbers]=\"showRowNumbers()\"\n [density]=\"density()\"\n [useUrlState]=\"useUrlState()\"\n [emptyMessage]=\"emptyMessage()\"\n (selectionChange)=\"onTableSelectionChange($event)\"\n (rowClick)=\"onTableRowClick($event)\"\n />\n\n <ng-template #treeCellTpl let-row>\n <div\n class=\"neu-tree-table__cell\"\n [style.padding-inline-start.px]=\"treeIndent(row)\"\n [class.neu-tree-table__cell--disabled]=\"isTreeRowDisabled(row)\"\n >\n @if (row.__treeHasChildren) {\n <button\n class=\"neu-tree-table__toggle\"\n type=\"button\"\n [class.neu-tree-table__toggle--open]=\"row.__treeExpanded\"\n [attr.aria-label]=\"treeToggleAriaLabel(row)\"\n (click)=\"toggleNode(row.__treeNode, $event)\"\n >\n <svg viewBox=\"0 0 20 20\" fill=\"none\" aria-hidden=\"true\">\n <path d=\"m7 5 6 5-6 5\" />\n </svg>\n </button>\n } @else {\n <span class=\"neu-tree-table__toggle neu-tree-table__toggle--placeholder\"></span>\n }\n\n <div class=\"neu-tree-table__content\">\n <div class=\"neu-tree-table__main\">\n <span class=\"neu-tree-table__label\">{{ row.label }}</span>\n @if (row.badge) {\n <span class=\"neu-tree-table__badge\">{{ row.badge }}</span>\n }\n </div>\n @if (row.description) {\n <span class=\"neu-tree-table__description\">{{ row.description }}</span>\n }\n </div>\n </div>\n </ng-template>\n `,\n styleUrl: './neu-tree-table.component.scss',\n})\nexport class NeuTreeTableComponent {\n readonly nodes = input<NeuTreeTableNode[]>([]);\n readonly columns = input<NeuTableColumn<Record<string, unknown>>[]>([]);\n readonly title = input('');\n readonly treeColumnKey = input('label');\n readonly rowKey = input('id');\n readonly tableAriaLabel = input('Tree table');\n readonly searchPlaceholder = input('Search rows');\n readonly emptyMessage = input('No rows found');\n readonly expandLabel = input('Expand row');\n readonly collapseLabel = input('Collapse row');\n readonly indentSize = input(18);\n\n readonly searchable = input(true);\n readonly pagination = input(true);\n readonly selectable = input(false);\n readonly stickyHeader = input(false);\n readonly stripedRows = input(false);\n readonly bordered = input(true);\n readonly roundedBorders = input(true);\n readonly sortable = input(false);\n readonly showRowNumbers = input(false);\n readonly useUrlState = input(false);\n readonly density = input<'compact' | 'normal' | 'relaxed'>('normal');\n readonly pageSizeOptions = input<number[]>([5, 10, 20]);\n\n readonly selectionChange = output<NeuTreeTableNode[]>();\n readonly nodeClick = output<NeuTreeTableNode>();\n readonly expansionChange = output<string[]>();\n\n private readonly treeCellTpl = viewChild<TemplateRef<unknown>>('treeCellTpl');\n private readonly expandedKeys = signal<Set<string>>(new Set());\n\n readonly flatRows = computed<Record<string, unknown>[]>(() => this.flattenNodes(this.nodes(), 0));\n\n readonly resolvedColumns = computed<NeuTableColumn<Record<string, unknown>>[]>(() => {\n const tpl = this.treeCellTpl();\n const treeColumnKey = this.treeColumnKey();\n const columns = this.columns();\n const hasConfiguredTreeColumn = columns.some((column) => column.key === treeColumnKey);\n\n return columns.map((column, index) => {\n const isTreeColumn = hasConfiguredTreeColumn ? column.key === treeColumnKey : index === 0;\n if (!isTreeColumn) {\n return column;\n }\n\n return {\n ...column,\n sortable: column.sortable ?? false,\n cellTemplate: tpl as\n | TemplateRef<{\n $implicit: Record<string, unknown>;\n row: Record<string, unknown>;\n column: NeuTableColumn<Record<string, unknown>>;\n }>\n | undefined,\n };\n });\n });\n\n constructor() {\n effect(() => {\n this.expandedKeys.set(this.collectExpandedKeys(this.nodes()));\n });\n }\n\n toggleNode(node: NeuTreeTableNode, event?: Event): void {\n event?.stopPropagation();\n if (!node.children?.length || node.disabled) {\n return;\n }\n\n const next = new Set(this.expandedKeys());\n if (next.has(node.id)) {\n next.delete(node.id);\n } else {\n next.add(node.id);\n }\n this.expandedKeys.set(next);\n this.expansionChange.emit([...next]);\n }\n\n onTableSelectionChange(rows: Record<string, unknown>[]): void {\n this.selectionChange.emit(rows.map((row) => this.asFlatRow(row).__treeNode));\n }\n\n onTableRowClick(row: Record<string, unknown>): void {\n this.nodeClick.emit(this.asFlatRow(row).__treeNode);\n }\n\n treeIndent(row: NeuTreeTableRow): number {\n return row.__treeLevel * this.indentSize();\n }\n\n isTreeRowDisabled(row: NeuTreeTableRow): boolean {\n return row.__treeDisabled;\n }\n\n treeToggleAriaLabel(row: NeuTreeTableRow): string {\n return row.__treeExpanded ? this.collapseLabel() : this.expandLabel();\n }\n\n private flattenNodes(\n nodes: NeuTreeTableNode[],\n level: number,\n parentId?: string,\n ): Record<string, unknown>[] {\n const rows: Record<string, unknown>[] = [];\n\n for (const node of nodes) {\n const expanded = this.expandedKeys().has(node.id);\n rows.push({\n ...(node.data ?? {}),\n id: node.id,\n label: node.label,\n description: node.description,\n badge: node.badge,\n __treeLevel: level,\n __treeHasChildren: !!node.children?.length,\n __treeExpanded: expanded,\n __treeDisabled: !!node.disabled,\n __treeParentId: parentId,\n __treeNode: node,\n });\n\n if (node.children?.length && expanded) {\n rows.push(...this.flattenNodes(node.children, level + 1, node.id));\n }\n }\n\n return rows;\n }\n\n private collectExpandedKeys(nodes: NeuTreeTableNode[]): Set<string> {\n const expanded = new Set<string>();\n for (const node of nodes) {\n if (node.expanded) {\n expanded.add(node.id);\n }\n if (node.children?.length) {\n for (const childId of this.collectExpandedKeys(node.children)) {\n expanded.add(childId);\n }\n }\n }\n return expanded;\n }\n\n private asFlatRow(row: Record<string, unknown>): NeuTreeTableRow {\n return row as NeuTreeTableRow;\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"neural-ui-core-tree-table.mjs","sources":["../../../../projects/ui-core/tree-table/neu-tree-table.component.ts","../../../../projects/ui-core/tree-table/neural-ui-core-tree-table.ts"],"sourcesContent":["import {\n ChangeDetectionStrategy,\n Component,\n TemplateRef,\n ViewEncapsulation,\n computed,\n effect,\n input,\n output,\n signal,\n viewChild,\n} from '@angular/core';\nimport { NeuTableComponent, NeuTableColumn } from '@neural-ui/core/table';\n\nexport interface NeuTreeTableNode<T extends Record<string, unknown> = Record<string, unknown>> {\n id: string;\n label: string;\n description?: string;\n badge?: string;\n children?: NeuTreeTableNode<T>[];\n expanded?: boolean;\n disabled?: boolean;\n data?: T;\n}\n\nexport interface NeuTreeTableRow<\n T extends Record<string, unknown> = Record<string, unknown>,\n> extends Record<string, unknown> {\n id: string;\n label: string;\n description?: string;\n badge?: string;\n __treeLevel: number;\n __treeHasChildren: boolean;\n __treeExpanded: boolean;\n __treeDisabled: boolean;\n __treeParentId?: string;\n __treeNode: NeuTreeTableNode<T>;\n}\n\n@Component({\n selector: 'neu-tree-table',\n standalone: true,\n imports: [NeuTableComponent],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n template: `\n <neu-table\n class=\"neu-tree-table\"\n [columns]=\"resolvedColumns()\"\n [data]=\"flatRows()\"\n [title]=\"title()\"\n [rowKey]=\"rowKey()\"\n [tableAriaLabel]=\"tableAriaLabel()\"\n [searchable]=\"searchable()\"\n [searchPlaceholder]=\"searchPlaceholder()\"\n [pagination]=\"pagination()\"\n [pageSizeOptions]=\"pageSizeOptions()\"\n [selectable]=\"selectable()\"\n [stickyHeader]=\"stickyHeader()\"\n [stripedRows]=\"stripedRows()\"\n [bordered]=\"bordered()\"\n [roundedBorders]=\"roundedBorders()\"\n [sortable]=\"sortable()\"\n [showRowNumbers]=\"showRowNumbers()\"\n [density]=\"density()\"\n [useUrlState]=\"useUrlState()\"\n [emptyMessage]=\"emptyMessage()\"\n (selectionChange)=\"onTableSelectionChange($event)\"\n (rowClick)=\"onTableRowClick($event)\"\n />\n\n <ng-template #treeCellTpl let-row>\n <div\n class=\"neu-tree-table__cell\"\n [style.padding-inline-start.px]=\"treeIndent(row)\"\n [class.neu-tree-table__cell--disabled]=\"isTreeRowDisabled(row)\"\n >\n @if (row.__treeHasChildren) {\n <button\n class=\"neu-tree-table__toggle\"\n type=\"button\"\n [class.neu-tree-table__toggle--open]=\"row.__treeExpanded\"\n [attr.aria-label]=\"treeToggleAriaLabel(row)\"\n (click)=\"toggleNode(row.__treeNode, $event)\"\n >\n <svg viewBox=\"0 0 20 20\" fill=\"none\" aria-hidden=\"true\">\n <path d=\"m7 5 6 5-6 5\" />\n </svg>\n </button>\n } @else {\n <span class=\"neu-tree-table__toggle neu-tree-table__toggle--placeholder\"></span>\n }\n\n <div class=\"neu-tree-table__content\">\n <div class=\"neu-tree-table__main\">\n <span class=\"neu-tree-table__label\">{{ row.label }}</span>\n @if (row.badge) {\n <span class=\"neu-tree-table__badge\">{{ row.badge }}</span>\n }\n </div>\n @if (row.description) {\n <span class=\"neu-tree-table__description\">{{ row.description }}</span>\n }\n </div>\n </div>\n </ng-template>\n `,\n styleUrl: './neu-tree-table.component.scss',\n})\nexport class NeuTreeTableComponent {\n readonly nodes = input<NeuTreeTableNode[]>([]);\n readonly columns = input<NeuTableColumn<Record<string, unknown>>[]>([]);\n readonly title = input('');\n readonly treeColumnKey = input('label');\n readonly rowKey = input('id');\n readonly tableAriaLabel = input('Tree table');\n readonly searchPlaceholder = input('Search rows');\n readonly emptyMessage = input('No rows found');\n readonly expandLabel = input('Expand row');\n readonly collapseLabel = input('Collapse row');\n readonly indentSize = input(18);\n\n readonly searchable = input(true);\n readonly pagination = input(true);\n readonly selectable = input(false);\n readonly stickyHeader = input(false);\n readonly stripedRows = input(false);\n readonly bordered = input(true);\n readonly roundedBorders = input(true);\n readonly sortable = input(false);\n readonly showRowNumbers = input(false);\n readonly useUrlState = input(false);\n readonly density = input<'compact' | 'normal' | 'relaxed'>('normal');\n readonly pageSizeOptions = input<number[]>([5, 10, 20]);\n\n readonly selectionChange = output<NeuTreeTableNode[]>();\n readonly nodeClick = output<NeuTreeTableNode>();\n readonly expansionChange = output<string[]>();\n\n private readonly treeCellTpl = viewChild<TemplateRef<unknown>>('treeCellTpl');\n private readonly expandedKeys = signal<Set<string>>(new Set());\n\n readonly flatRows = computed<Record<string, unknown>[]>(() => this.flattenNodes(this.nodes(), 0));\n\n readonly resolvedColumns = computed<NeuTableColumn<Record<string, unknown>>[]>(() => {\n const tpl = this.treeCellTpl();\n const treeColumnKey = this.treeColumnKey();\n const columns = this.columns();\n const hasConfiguredTreeColumn = columns.some((column) => column.key === treeColumnKey);\n\n return columns.map((column, index) => {\n const isTreeColumn = hasConfiguredTreeColumn ? column.key === treeColumnKey : index === 0;\n if (!isTreeColumn) {\n return column;\n }\n\n return {\n ...column,\n sortable: column.sortable ?? false,\n cellTemplate: tpl as\n | TemplateRef<{\n $implicit: Record<string, unknown>;\n row: Record<string, unknown>;\n column: NeuTableColumn<Record<string, unknown>>;\n }>\n | undefined,\n };\n });\n });\n\n constructor() {\n effect(() => {\n this.expandedKeys.set(this.collectExpandedKeys(this.nodes()));\n });\n }\n\n toggleNode(node: NeuTreeTableNode, event?: Event): void {\n event?.stopPropagation();\n if (!node.children?.length || node.disabled) {\n return;\n }\n\n const next = new Set(this.expandedKeys());\n if (next.has(node.id)) {\n next.delete(node.id);\n } else {\n next.add(node.id);\n }\n this.expandedKeys.set(next);\n this.expansionChange.emit([...next]);\n }\n\n onTableSelectionChange(rows: Record<string, unknown>[]): void {\n this.selectionChange.emit(rows.map((row) => this.asFlatRow(row).__treeNode));\n }\n\n onTableRowClick(row: Record<string, unknown>): void {\n this.nodeClick.emit(this.asFlatRow(row).__treeNode);\n }\n\n treeIndent(row: NeuTreeTableRow): number {\n return row.__treeLevel * this.indentSize();\n }\n\n isTreeRowDisabled(row: NeuTreeTableRow): boolean {\n return row.__treeDisabled;\n }\n\n treeToggleAriaLabel(row: NeuTreeTableRow): string {\n return row.__treeExpanded ? this.collapseLabel() : this.expandLabel();\n }\n\n private flattenNodes(\n nodes: NeuTreeTableNode[],\n level: number,\n parentId?: string,\n ): Record<string, unknown>[] {\n const rows: Record<string, unknown>[] = [];\n\n for (const node of nodes) {\n const expanded = this.expandedKeys().has(node.id);\n rows.push({\n ...(node.data ?? {}),\n id: node.id,\n label: node.label,\n description: node.description,\n badge: node.badge,\n __treeLevel: level,\n __treeHasChildren: !!node.children?.length,\n __treeExpanded: expanded,\n __treeDisabled: !!node.disabled,\n __treeParentId: parentId,\n __treeNode: node,\n });\n\n if (node.children?.length && expanded) {\n rows.push(...this.flattenNodes(node.children, level + 1, node.id));\n }\n }\n\n return rows;\n }\n\n private collectExpandedKeys(nodes: NeuTreeTableNode[]): Set<string> {\n const expanded = new Set<string>();\n for (const node of nodes) {\n if (node.expanded) {\n expanded.add(node.id);\n }\n if (node.children?.length) {\n for (const childId of this.collectExpandedKeys(node.children)) {\n expanded.add(childId);\n }\n }\n }\n return expanded;\n }\n\n private asFlatRow(row: Record<string, unknown>): NeuTreeTableRow {\n return row as NeuTreeTableRow;\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;MA8Ga,qBAAqB,CAAA;AACvB,IAAA,KAAK,GAAG,KAAK,CAAqB,EAAE,4EAAC;AACrC,IAAA,OAAO,GAAG,KAAK,CAA4C,EAAE,8EAAC;AAC9D,IAAA,KAAK,GAAG,KAAK,CAAC,EAAE,4EAAC;AACjB,IAAA,aAAa,GAAG,KAAK,CAAC,OAAO,oFAAC;AAC9B,IAAA,MAAM,GAAG,KAAK,CAAC,IAAI,6EAAC;AACpB,IAAA,cAAc,GAAG,KAAK,CAAC,YAAY,qFAAC;AACpC,IAAA,iBAAiB,GAAG,KAAK,CAAC,aAAa,wFAAC;AACxC,IAAA,YAAY,GAAG,KAAK,CAAC,eAAe,mFAAC;AACrC,IAAA,WAAW,GAAG,KAAK,CAAC,YAAY,kFAAC;AACjC,IAAA,aAAa,GAAG,KAAK,CAAC,cAAc,oFAAC;AACrC,IAAA,UAAU,GAAG,KAAK,CAAC,EAAE,iFAAC;AAEtB,IAAA,UAAU,GAAG,KAAK,CAAC,IAAI,iFAAC;AACxB,IAAA,UAAU,GAAG,KAAK,CAAC,IAAI,iFAAC;AACxB,IAAA,UAAU,GAAG,KAAK,CAAC,KAAK,iFAAC;AACzB,IAAA,YAAY,GAAG,KAAK,CAAC,KAAK,mFAAC;AAC3B,IAAA,WAAW,GAAG,KAAK,CAAC,KAAK,kFAAC;AAC1B,IAAA,QAAQ,GAAG,KAAK,CAAC,IAAI,+EAAC;AACtB,IAAA,cAAc,GAAG,KAAK,CAAC,IAAI,qFAAC;AAC5B,IAAA,QAAQ,GAAG,KAAK,CAAC,KAAK,+EAAC;AACvB,IAAA,cAAc,GAAG,KAAK,CAAC,KAAK,qFAAC;AAC7B,IAAA,WAAW,GAAG,KAAK,CAAC,KAAK,kFAAC;AAC1B,IAAA,OAAO,GAAG,KAAK,CAAmC,QAAQ,8EAAC;IAC3D,eAAe,GAAG,KAAK,CAAW,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,EAAA,IAAA,SAAA,GAAA,CAAA,EAAA,SAAA,EAAA,iBAAA,EAAA,CAAA,8BAAA,EAAA,CAAA,CAAC;IAE9C,eAAe,GAAG,MAAM,EAAsB;IAC9C,SAAS,GAAG,MAAM,EAAoB;IACtC,eAAe,GAAG,MAAM,EAAY;AAE5B,IAAA,WAAW,GAAG,SAAS,CAAuB,aAAa,kFAAC;AAC5D,IAAA,YAAY,GAAG,MAAM,CAAc,IAAI,GAAG,EAAE,mFAAC;AAErD,IAAA,QAAQ,GAAG,QAAQ,CAA4B,MAAM,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC,+EAAC;AAExF,IAAA,eAAe,GAAG,QAAQ,CAA4C,MAAK;AAClF,QAAA,MAAM,GAAG,GAAG,IAAI,CAAC,WAAW,EAAE;AAC9B,QAAA,MAAM,aAAa,GAAG,IAAI,CAAC,aAAa,EAAE;AAC1C,QAAA,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,EAAE;AAC9B,QAAA,MAAM,uBAAuB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,MAAM,KAAK,MAAM,CAAC,GAAG,KAAK,aAAa,CAAC;QAEtF,OAAO,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,KAAK,KAAI;AACnC,YAAA,MAAM,YAAY,GAAG,uBAAuB,GAAG,MAAM,CAAC,GAAG,KAAK,aAAa,GAAG,KAAK,KAAK,CAAC;YACzF,IAAI,CAAC,YAAY,EAAE;AACjB,gBAAA,OAAO,MAAM;YACf;YAEA,OAAO;AACL,gBAAA,GAAG,MAAM;AACT,gBAAA,QAAQ,EAAE,MAAM,CAAC,QAAQ,IAAI,KAAK;AAClC,gBAAA,YAAY,EAAE,GAMD;aACd;AACH,QAAA,CAAC,CAAC;AACJ,IAAA,CAAC,sFAAC;AAEF,IAAA,WAAA,GAAA;QACE,MAAM,CAAC,MAAK;AACV,YAAA,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC;AAC/D,QAAA,CAAC,CAAC;IACJ;IAEA,UAAU,CAAC,IAAsB,EAAE,KAAa,EAAA;QAC9C,KAAK,EAAE,eAAe,EAAE;QACxB,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,MAAM,IAAI,IAAI,CAAC,QAAQ,EAAE;YAC3C;QACF;QAEA,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC;QACzC,IAAI,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE;AACrB,YAAA,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC;QACtB;aAAO;AACL,YAAA,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC;QACnB;AACA,QAAA,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC;QAC3B,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC;IACtC;AAEA,IAAA,sBAAsB,CAAC,IAA+B,EAAA;QACpD,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,KAAK,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,UAAU,CAAC,CAAC;IAC9E;AAEA,IAAA,eAAe,CAAC,GAA4B,EAAA;AAC1C,QAAA,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,UAAU,CAAC;IACrD;AAEA,IAAA,UAAU,CAAC,GAAoB,EAAA;QAC7B,OAAO,GAAG,CAAC,WAAW,GAAG,IAAI,CAAC,UAAU,EAAE;IAC5C;AAEA,IAAA,iBAAiB,CAAC,GAAoB,EAAA;QACpC,OAAO,GAAG,CAAC,cAAc;IAC3B;AAEA,IAAA,mBAAmB,CAAC,GAAoB,EAAA;AACtC,QAAA,OAAO,GAAG,CAAC,cAAc,GAAG,IAAI,CAAC,aAAa,EAAE,GAAG,IAAI,CAAC,WAAW,EAAE;IACvE;AAEQ,IAAA,YAAY,CAClB,KAAyB,EACzB,KAAa,EACb,QAAiB,EAAA;QAEjB,MAAM,IAAI,GAA8B,EAAE;AAE1C,QAAA,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE;AACxB,YAAA,MAAM,QAAQ,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC;YACjD,IAAI,CAAC,IAAI,CAAC;AACR,gBAAA,IAAI,IAAI,CAAC,IAAI,IAAI,EAAE,CAAC;gBACpB,EAAE,EAAE,IAAI,CAAC,EAAE;gBACX,KAAK,EAAE,IAAI,CAAC,KAAK;gBACjB,WAAW,EAAE,IAAI,CAAC,WAAW;gBAC7B,KAAK,EAAE,IAAI,CAAC,KAAK;AACjB,gBAAA,WAAW,EAAE,KAAK;AAClB,gBAAA,iBAAiB,EAAE,CAAC,CAAC,IAAI,CAAC,QAAQ,EAAE,MAAM;AAC1C,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,cAAc,EAAE,CAAC,CAAC,IAAI,CAAC,QAAQ;AAC/B,gBAAA,cAAc,EAAE,QAAQ;AACxB,gBAAA,UAAU,EAAE,IAAI;AACjB,aAAA,CAAC;YAEF,IAAI,IAAI,CAAC,QAAQ,EAAE,MAAM,IAAI,QAAQ,EAAE;gBACrC,IAAI,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,GAAG,CAAC,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC;YACpE;QACF;AAEA,QAAA,OAAO,IAAI;IACb;AAEQ,IAAA,mBAAmB,CAAC,KAAyB,EAAA;AACnD,QAAA,MAAM,QAAQ,GAAG,IAAI,GAAG,EAAU;AAClC,QAAA,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE;AACxB,YAAA,IAAI,IAAI,CAAC,QAAQ,EAAE;AACjB,gBAAA,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC;YACvB;AACA,YAAA,IAAI,IAAI,CAAC,QAAQ,EAAE,MAAM,EAAE;AACzB,gBAAA,KAAK,MAAM,OAAO,IAAI,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE;AAC7D,oBAAA,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC;gBACvB;YACF;QACF;AACA,QAAA,OAAO,QAAQ;IACjB;AAEQ,IAAA,SAAS,CAAC,GAA4B,EAAA;AAC5C,QAAA,OAAO,GAAsB;IAC/B;uGAvJW,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAArB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,EAAA,iBAAA,EAAA,OAAA,EAAA,UAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,OAAA,EAAA,EAAA,iBAAA,EAAA,SAAA,EAAA,UAAA,EAAA,SAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,KAAA,EAAA,EAAA,iBAAA,EAAA,OAAA,EAAA,UAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,aAAA,EAAA,EAAA,iBAAA,EAAA,eAAA,EAAA,UAAA,EAAA,eAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,MAAA,EAAA,EAAA,iBAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,cAAA,EAAA,EAAA,iBAAA,EAAA,gBAAA,EAAA,UAAA,EAAA,gBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,iBAAA,EAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,UAAA,EAAA,mBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,YAAA,EAAA,EAAA,iBAAA,EAAA,cAAA,EAAA,UAAA,EAAA,cAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,WAAA,EAAA,EAAA,iBAAA,EAAA,aAAA,EAAA,UAAA,EAAA,aAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,aAAA,EAAA,EAAA,iBAAA,EAAA,eAAA,EAAA,UAAA,EAAA,eAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,iBAAA,EAAA,YAAA,EAAA,UAAA,EAAA,YAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,iBAAA,EAAA,YAAA,EAAA,UAAA,EAAA,YAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,iBAAA,EAAA,YAAA,EAAA,UAAA,EAAA,YAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,iBAAA,EAAA,YAAA,EAAA,UAAA,EAAA,YAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,YAAA,EAAA,EAAA,iBAAA,EAAA,cAAA,EAAA,UAAA,EAAA,cAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,WAAA,EAAA,EAAA,iBAAA,EAAA,aAAA,EAAA,UAAA,EAAA,aAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,QAAA,EAAA,EAAA,iBAAA,EAAA,UAAA,EAAA,UAAA,EAAA,UAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,cAAA,EAAA,EAAA,iBAAA,EAAA,gBAAA,EAAA,UAAA,EAAA,gBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,QAAA,EAAA,EAAA,iBAAA,EAAA,UAAA,EAAA,UAAA,EAAA,UAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,cAAA,EAAA,EAAA,iBAAA,EAAA,gBAAA,EAAA,UAAA,EAAA,gBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,WAAA,EAAA,EAAA,iBAAA,EAAA,aAAA,EAAA,UAAA,EAAA,aAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,OAAA,EAAA,EAAA,iBAAA,EAAA,SAAA,EAAA,UAAA,EAAA,SAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,eAAA,EAAA,EAAA,iBAAA,EAAA,iBAAA,EAAA,UAAA,EAAA,iBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,OAAA,EAAA,EAAA,eAAA,EAAA,iBAAA,EAAA,SAAA,EAAA,WAAA,EAAA,eAAA,EAAA,iBAAA,EAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,aAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,aAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAhEtB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6DT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,i6CAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAhES,iBAAiB,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,MAAA,EAAA,UAAA,EAAA,YAAA,EAAA,SAAA,EAAA,OAAA,EAAA,iBAAA,EAAA,cAAA,EAAA,cAAA,EAAA,YAAA,EAAA,mBAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,iBAAA,EAAA,sBAAA,EAAA,kBAAA,EAAA,uBAAA,EAAA,mBAAA,EAAA,eAAA,EAAA,mBAAA,EAAA,qBAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,gBAAA,EAAA,oBAAA,EAAA,oBAAA,EAAA,oBAAA,EAAA,mBAAA,EAAA,kBAAA,EAAA,sBAAA,EAAA,SAAA,EAAA,qBAAA,EAAA,mBAAA,EAAA,UAAA,EAAA,YAAA,EAAA,YAAA,EAAA,YAAA,EAAA,YAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,cAAA,EAAA,eAAA,EAAA,2BAAA,EAAA,kBAAA,EAAA,QAAA,EAAA,UAAA,EAAA,gBAAA,EAAA,aAAA,EAAA,SAAA,EAAA,gBAAA,EAAA,UAAA,EAAA,WAAA,EAAA,oBAAA,EAAA,YAAA,EAAA,YAAA,EAAA,WAAA,EAAA,eAAA,EAAA,eAAA,EAAA,aAAA,EAAA,kBAAA,EAAA,WAAA,EAAA,aAAA,EAAA,WAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,aAAA,CAAA,EAAA,OAAA,EAAA,CAAA,iBAAA,EAAA,UAAA,EAAA,aAAA,EAAA,aAAA,EAAA,sBAAA,EAAA,mBAAA,EAAA,cAAA,EAAA,cAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;2FAmEhB,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAtEjC,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,gBAAgB,EAAA,UAAA,EACd,IAAI,EAAA,OAAA,EACP,CAAC,iBAAiB,CAAC,EAAA,aAAA,EACb,iBAAiB,CAAC,IAAI,EAAA,eAAA,EACpB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EACrC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6DT,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,i6CAAA,CAAA,EAAA;sjFAiC8D,aAAa,EAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,EAAA,CAAA,EAAA,EAAA,CAAA;;AC5I9E;;AAEG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neural-ui/core",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "description": "Modern Angular UI component library built with signals, standalone components, and OnPush change detection.",
5
5
  "author": "PedroMorenoTrujillo",
6
6
  "keywords": [
@@ -153,6 +153,9 @@ declare class NeuChartComponent {
153
153
  fontSize: string;
154
154
  fontFamily: string;
155
155
  };
156
+ x: {
157
+ show: boolean;
158
+ };
156
159
  } | {
157
160
  y: {
158
161
  formatter: (v: number) => string;
@@ -162,6 +165,9 @@ declare class NeuChartComponent {
162
165
  fontSize: string;
163
166
  fontFamily: string;
164
167
  };
168
+ x: {
169
+ show: boolean;
170
+ };
165
171
  }>;
166
172
  protected readonly plotOptionsConfig: _angular_core.Signal<{
167
173
  pie: {
@@ -77,6 +77,8 @@ declare class NeuDateInputComponent implements ControlValueAccessor, OnDestroy {
77
77
  placeholder: _angular_core.InputSignal<string>;
78
78
  /** Formato de fecha en modo rango / Date display format in range mode */
79
79
  dateFormat: _angular_core.InputSignal<"short" | "medium" | "long" | "full" | "numeric">;
80
+ /** Etiqueta flotante / Floating label */
81
+ floatingLabel: _angular_core.InputSignal<boolean>;
80
82
  /** Emitido al confirmar el rango / Emitted when range is confirmed */
81
83
  readonly rangeChange: _angular_core.OutputEmitterRef<NeuDateRange>;
82
84
  protected readonly _id: string;
@@ -171,7 +173,7 @@ declare class NeuDateInputComponent implements ControlValueAccessor, OnDestroy {
171
173
  registerOnTouched(fn: () => void): void;
172
174
  setDisabledState(isDisabled: boolean): void;
173
175
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<NeuDateInputComponent, never>;
174
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<NeuDateInputComponent, "neu-date-input", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "inputId": { "alias": "inputId"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "locale": { "alias": "locale"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; }, { "rangeChange": "rangeChange"; }, never, never, true, never>;
176
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<NeuDateInputComponent, "neu-date-input", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "errorMessage": { "alias": "errorMessage"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "inputId": { "alias": "inputId"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "locale": { "alias": "locale"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "dateFormat": { "alias": "dateFormat"; "required": false; "isSignal": true; }; "floatingLabel": { "alias": "floatingLabel"; "required": false; "isSignal": true; }; }, { "rangeChange": "rangeChange"; }, never, never, true, never>;
175
177
  }
176
178
 
177
179
  export { NeuDateInputComponent };
@@ -136,6 +136,7 @@ declare class NeuTableComponent {
136
136
  readonly pagination: _angular_core.InputSignal<boolean>;
137
137
  readonly loading: _angular_core.InputSignal<boolean>;
138
138
  readonly title: _angular_core.InputSignal<string>;
139
+ readonly toolbarExtraRef: _angular_core.InputSignal<TemplateRef<unknown> | null>;
139
140
  readonly emptyMessage: _angular_core.InputSignal<string>;
140
141
  readonly skeletonRows: _angular_core.InputSignal<number[]>;
141
142
  readonly searchable: _angular_core.InputSignal<boolean>;
@@ -340,7 +341,7 @@ declare class NeuTableComponent {
340
341
  getColumnFilterValue(key: string): unknown;
341
342
  private _emitServerState;
342
343
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<NeuTableComponent, never>;
343
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<NeuTableComponent, "neu-table", never, { "columns": { "alias": "columns"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; "pagination": { "alias": "pagination"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; "isSignal": true; }; "skeletonRows": { "alias": "skeletonRows"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; "isSignal": true; }; "exactMatchable": { "alias": "exactMatchable"; "required": false; "isSignal": true; }; "exactMatchLabel": { "alias": "exactMatchLabel"; "required": false; "isSignal": true; }; "searchAriaLabel": { "alias": "searchAriaLabel"; "required": false; "isSignal": true; }; "clearSearchAriaLabel": { "alias": "clearSearchAriaLabel"; "required": false; "isSignal": true; }; "clearFilterLabel": { "alias": "clearFilterLabel"; "required": false; "isSignal": true; }; "previousPageAriaLabel": { "alias": "previousPageAriaLabel"; "required": false; "isSignal": true; }; "nextPageAriaLabel": { "alias": "nextPageAriaLabel"; "required": false; "isSignal": true; }; "pageSizeLabel": { "alias": "pageSizeLabel"; "required": false; "isSignal": true; }; "pageSizeAriaLabel": { "alias": "pageSizeAriaLabel"; "required": false; "isSignal": true; }; "paginationAriaLabel": { "alias": "paginationAriaLabel"; "required": false; "isSignal": true; }; "exportCsvTitle": { "alias": "exportCsvTitle"; "required": false; "isSignal": true; }; "exportJsonTitle": { "alias": "exportJsonTitle"; "required": false; "isSignal": true; }; "clearSelectionLabel": { "alias": "clearSelectionLabel"; "required": false; "isSignal": true; }; "selectionSummaryLabel": { "alias": "selectionSummaryLabel"; "required": false; "isSignal": true; }; "tableAriaLabel": { "alias": "tableAriaLabel"; "required": false; "isSignal": true; }; "selectAllAriaLabel": { "alias": "selectAllAriaLabel"; "required": false; "isSignal": true; }; "selectRowAriaLabel": { "alias": "selectRowAriaLabel"; "required": false; "isSignal": true; }; "expandRowAriaLabel": { "alias": "expandRowAriaLabel"; "required": false; "isSignal": true; }; "filterPlaceholder": { "alias": "filterPlaceholder"; "required": false; "isSignal": true; }; "filterAriaPrefix": { "alias": "filterAriaPrefix"; "required": false; "isSignal": true; }; "allFilterOptionLabel": { "alias": "allFilterOptionLabel"; "required": false; "isSignal": true; }; "ofLabel": { "alias": "ofLabel"; "required": false; "isSignal": true; }; "resultLabelSingular": { "alias": "resultLabelSingular"; "required": false; "isSignal": true; }; "resultLabelPlural": { "alias": "resultLabelPlural"; "required": false; "isSignal": true; }; "sortable": { "alias": "sortable"; "required": false; "isSignal": true; }; "selectable": { "alias": "selectable"; "required": false; "isSignal": true; }; "expandable": { "alias": "expandable"; "required": false; "isSignal": true; }; "expandMode": { "alias": "expandMode"; "required": false; "isSignal": true; }; "exportable": { "alias": "exportable"; "required": false; "isSignal": true; }; "exportFileName": { "alias": "exportFileName"; "required": false; "isSignal": true; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; "isSignal": true; }; "stickyHeader": { "alias": "stickyHeader"; "required": false; "isSignal": true; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; "isSignal": true; }; "virtualScrollVisibleItems": { "alias": "virtualScrollVisibleItems"; "required": false; "isSignal": true; }; "resizableColumns": { "alias": "resizableColumns"; "required": false; "isSignal": true; }; "rowKey": { "alias": "rowKey"; "required": false; "isSignal": true; }; "bordered": { "alias": "bordered"; "required": false; "isSignal": true; }; "roundedBorders": { "alias": "roundedBorders"; "required": false; "isSignal": true; }; "stripedRows": { "alias": "stripedRows"; "required": false; "isSignal": true; }; "density": { "alias": "density"; "required": false; "isSignal": true; }; "showRowNumbers": { "alias": "showRowNumbers"; "required": false; "isSignal": true; }; "rowClass": { "alias": "rowClass"; "required": false; "isSignal": true; }; "footerRow": { "alias": "footerRow"; "required": false; "isSignal": true; }; "emptyStateTemplate": { "alias": "emptyStateTemplate"; "required": false; "isSignal": true; }; "serverSide": { "alias": "serverSide"; "required": false; "isSignal": true; }; "totalItems": { "alias": "totalItems"; "required": false; "isSignal": true; }; "multiSort": { "alias": "multiSort"; "required": false; "isSignal": true; }; "exportFormats": { "alias": "exportFormats"; "required": false; "isSignal": true; }; "exportColumns": { "alias": "exportColumns"; "required": false; "isSignal": true; }; "exportScope": { "alias": "exportScope"; "required": false; "isSignal": true; }; "selectionActions": { "alias": "selectionActions"; "required": false; "isSignal": true; }; "pageParam": { "alias": "pageParam"; "required": false; "isSignal": true; }; "searchParam": { "alias": "searchParam"; "required": false; "isSignal": true; }; "sortParam": { "alias": "sortParam"; "required": false; "isSignal": true; }; "sortDirParam": { "alias": "sortDirParam"; "required": false; "isSignal": true; }; "multiSortParam": { "alias": "multiSortParam"; "required": false; "isSignal": true; }; "useUrlState": { "alias": "useUrlState"; "required": false; "isSignal": true; }; }, { "selectionChange": "selectionChange"; "rowClick": "rowClick"; "rowDblClick": "rowDblClick"; "actionClick": "actionClick"; "selectionActionClick": "selectionActionClick"; "serverStateChange": "serverStateChange"; "searchChange": "searchChange"; "columnResize": "columnResize"; }, ["expandTemplate"], never, true, never>;
344
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<NeuTableComponent, "neu-table", never, { "columns": { "alias": "columns"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; "pagination": { "alias": "pagination"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "toolbarExtraRef": { "alias": "toolbarExtraRef"; "required": false; "isSignal": true; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; "isSignal": true; }; "skeletonRows": { "alias": "skeletonRows"; "required": false; "isSignal": true; }; "searchable": { "alias": "searchable"; "required": false; "isSignal": true; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; "isSignal": true; }; "exactMatchable": { "alias": "exactMatchable"; "required": false; "isSignal": true; }; "exactMatchLabel": { "alias": "exactMatchLabel"; "required": false; "isSignal": true; }; "searchAriaLabel": { "alias": "searchAriaLabel"; "required": false; "isSignal": true; }; "clearSearchAriaLabel": { "alias": "clearSearchAriaLabel"; "required": false; "isSignal": true; }; "clearFilterLabel": { "alias": "clearFilterLabel"; "required": false; "isSignal": true; }; "previousPageAriaLabel": { "alias": "previousPageAriaLabel"; "required": false; "isSignal": true; }; "nextPageAriaLabel": { "alias": "nextPageAriaLabel"; "required": false; "isSignal": true; }; "pageSizeLabel": { "alias": "pageSizeLabel"; "required": false; "isSignal": true; }; "pageSizeAriaLabel": { "alias": "pageSizeAriaLabel"; "required": false; "isSignal": true; }; "paginationAriaLabel": { "alias": "paginationAriaLabel"; "required": false; "isSignal": true; }; "exportCsvTitle": { "alias": "exportCsvTitle"; "required": false; "isSignal": true; }; "exportJsonTitle": { "alias": "exportJsonTitle"; "required": false; "isSignal": true; }; "clearSelectionLabel": { "alias": "clearSelectionLabel"; "required": false; "isSignal": true; }; "selectionSummaryLabel": { "alias": "selectionSummaryLabel"; "required": false; "isSignal": true; }; "tableAriaLabel": { "alias": "tableAriaLabel"; "required": false; "isSignal": true; }; "selectAllAriaLabel": { "alias": "selectAllAriaLabel"; "required": false; "isSignal": true; }; "selectRowAriaLabel": { "alias": "selectRowAriaLabel"; "required": false; "isSignal": true; }; "expandRowAriaLabel": { "alias": "expandRowAriaLabel"; "required": false; "isSignal": true; }; "filterPlaceholder": { "alias": "filterPlaceholder"; "required": false; "isSignal": true; }; "filterAriaPrefix": { "alias": "filterAriaPrefix"; "required": false; "isSignal": true; }; "allFilterOptionLabel": { "alias": "allFilterOptionLabel"; "required": false; "isSignal": true; }; "ofLabel": { "alias": "ofLabel"; "required": false; "isSignal": true; }; "resultLabelSingular": { "alias": "resultLabelSingular"; "required": false; "isSignal": true; }; "resultLabelPlural": { "alias": "resultLabelPlural"; "required": false; "isSignal": true; }; "sortable": { "alias": "sortable"; "required": false; "isSignal": true; }; "selectable": { "alias": "selectable"; "required": false; "isSignal": true; }; "expandable": { "alias": "expandable"; "required": false; "isSignal": true; }; "expandMode": { "alias": "expandMode"; "required": false; "isSignal": true; }; "exportable": { "alias": "exportable"; "required": false; "isSignal": true; }; "exportFileName": { "alias": "exportFileName"; "required": false; "isSignal": true; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; "isSignal": true; }; "stickyHeader": { "alias": "stickyHeader"; "required": false; "isSignal": true; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; "isSignal": true; }; "virtualScrollVisibleItems": { "alias": "virtualScrollVisibleItems"; "required": false; "isSignal": true; }; "resizableColumns": { "alias": "resizableColumns"; "required": false; "isSignal": true; }; "rowKey": { "alias": "rowKey"; "required": false; "isSignal": true; }; "bordered": { "alias": "bordered"; "required": false; "isSignal": true; }; "roundedBorders": { "alias": "roundedBorders"; "required": false; "isSignal": true; }; "stripedRows": { "alias": "stripedRows"; "required": false; "isSignal": true; }; "density": { "alias": "density"; "required": false; "isSignal": true; }; "showRowNumbers": { "alias": "showRowNumbers"; "required": false; "isSignal": true; }; "rowClass": { "alias": "rowClass"; "required": false; "isSignal": true; }; "footerRow": { "alias": "footerRow"; "required": false; "isSignal": true; }; "emptyStateTemplate": { "alias": "emptyStateTemplate"; "required": false; "isSignal": true; }; "serverSide": { "alias": "serverSide"; "required": false; "isSignal": true; }; "totalItems": { "alias": "totalItems"; "required": false; "isSignal": true; }; "multiSort": { "alias": "multiSort"; "required": false; "isSignal": true; }; "exportFormats": { "alias": "exportFormats"; "required": false; "isSignal": true; }; "exportColumns": { "alias": "exportColumns"; "required": false; "isSignal": true; }; "exportScope": { "alias": "exportScope"; "required": false; "isSignal": true; }; "selectionActions": { "alias": "selectionActions"; "required": false; "isSignal": true; }; "pageParam": { "alias": "pageParam"; "required": false; "isSignal": true; }; "searchParam": { "alias": "searchParam"; "required": false; "isSignal": true; }; "sortParam": { "alias": "sortParam"; "required": false; "isSignal": true; }; "sortDirParam": { "alias": "sortDirParam"; "required": false; "isSignal": true; }; "multiSortParam": { "alias": "multiSortParam"; "required": false; "isSignal": true; }; "useUrlState": { "alias": "useUrlState"; "required": false; "isSignal": true; }; }, { "selectionChange": "selectionChange"; "rowClick": "rowClick"; "rowDblClick": "rowDblClick"; "actionClick": "actionClick"; "selectionActionClick": "selectionActionClick"; "serverStateChange": "serverStateChange"; "searchChange": "searchChange"; "columnResize": "columnResize"; }, ["expandTemplate"], never, true, never>;
344
345
  }
345
346
 
346
347
  export { NeuTableComponent, NeuTableExpandDirective };
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-accordion.mjs",
3
- "typings": "../types/neural-ui-core-accordion.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-alert.mjs",
3
- "typings": "../types/neural-ui-core-alert.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-autocomplete.mjs",
3
- "typings": "../types/neural-ui-core-autocomplete.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-avatar.mjs",
3
- "typings": "../types/neural-ui-core-avatar.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-badge.mjs",
3
- "typings": "../types/neural-ui-core-badge.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-block-ui.mjs",
3
- "typings": "../types/neural-ui-core-block-ui.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-breadcrumb.mjs",
3
- "typings": "../types/neural-ui-core-breadcrumb.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-button.mjs",
3
- "typings": "../types/neural-ui-core-button.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-calendar.mjs",
3
- "typings": "../types/neural-ui-core-calendar.d.ts"
4
- }
package/card/package.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-card.mjs",
3
- "typings": "../types/neural-ui-core-card.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-chart.mjs",
3
- "typings": "../types/neural-ui-core-chart.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-checkbox.mjs",
3
- "typings": "../types/neural-ui-core-checkbox.d.ts"
4
- }
package/chip/package.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-chip.mjs",
3
- "typings": "../types/neural-ui-core-chip.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-code-block.mjs",
3
- "typings": "../types/neural-ui-core-code-block.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-color-picker.mjs",
3
- "typings": "../types/neural-ui-core-color-picker.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-command-palette.mjs",
3
- "typings": "../types/neural-ui-core-command-palette.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-confirm-dialog.mjs",
3
- "typings": "../types/neural-ui-core-confirm-dialog.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-context-menu.mjs",
3
- "typings": "../types/neural-ui-core-context-menu.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-dashboard-grid.mjs",
3
- "typings": "../types/neural-ui-core-dashboard-grid.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-date-input.mjs",
3
- "typings": "../types/neural-ui-core-date-input.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-divider.mjs",
3
- "typings": "../types/neural-ui-core-divider.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-empty-state.mjs",
3
- "typings": "../types/neural-ui-core-empty-state.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-filter-bar.mjs",
3
- "typings": "../types/neural-ui-core-filter-bar.d.ts"
4
- }
package/icon/package.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-icon.mjs",
3
- "typings": "../types/neural-ui-core-icon.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-image-gallery.mjs",
3
- "typings": "../types/neural-ui-core-image-gallery.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-image-viewer.mjs",
3
- "typings": "../types/neural-ui-core-image-viewer.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-input.mjs",
3
- "typings": "../types/neural-ui-core-input.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-input-otp.mjs",
3
- "typings": "../types/neural-ui-core-input-otp.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-kanban.mjs",
3
- "typings": "../types/neural-ui-core-kanban.d.ts"
4
- }
package/knob/package.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-knob.mjs",
3
- "typings": "../types/neural-ui-core-knob.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-meter-group.mjs",
3
- "typings": "../types/neural-ui-core-meter-group.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-modal.mjs",
3
- "typings": "../types/neural-ui-core-modal.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-multiselect.mjs",
3
- "typings": "../types/neural-ui-core-multiselect.d.ts"
4
- }
package/nav/package.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-nav.mjs",
3
- "typings": "../types/neural-ui-core-nav.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-notification-center.mjs",
3
- "typings": "../types/neural-ui-core-notification-center.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-number-input.mjs",
3
- "typings": "../types/neural-ui-core-number-input.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-pagination.mjs",
3
- "typings": "../types/neural-ui-core-pagination.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-popover.mjs",
3
- "typings": "../types/neural-ui-core-popover.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-progress-bar.mjs",
3
- "typings": "../types/neural-ui-core-progress-bar.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-radio.mjs",
3
- "typings": "../types/neural-ui-core-radio.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-rating.mjs",
3
- "typings": "../types/neural-ui-core-rating.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-scheduler-gantt.mjs",
3
- "typings": "../types/neural-ui-core-scheduler-gantt.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-select.mjs",
3
- "typings": "../types/neural-ui-core-select.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-sidebar.mjs",
3
- "typings": "../types/neural-ui-core-sidebar.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-skeleton.mjs",
3
- "typings": "../types/neural-ui-core-skeleton.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-slider.mjs",
3
- "typings": "../types/neural-ui-core-slider.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-spinner.mjs",
3
- "typings": "../types/neural-ui-core-spinner.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-split-button.mjs",
3
- "typings": "../types/neural-ui-core-split-button.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-splitter.mjs",
3
- "typings": "../types/neural-ui-core-splitter.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-stats-card.mjs",
3
- "typings": "../types/neural-ui-core-stats-card.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-stepper.mjs",
3
- "typings": "../types/neural-ui-core-stepper.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-switch.mjs",
3
- "typings": "../types/neural-ui-core-switch.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-table.mjs",
3
- "typings": "../types/neural-ui-core-table.d.ts"
4
- }
package/tabs/package.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-tabs.mjs",
3
- "typings": "../types/neural-ui-core-tabs.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-textarea.mjs",
3
- "typings": "../types/neural-ui-core-textarea.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-timeline.mjs",
3
- "typings": "../types/neural-ui-core-timeline.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-timeline-grid.mjs",
3
- "typings": "../types/neural-ui-core-timeline-grid.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-toast.mjs",
3
- "typings": "../types/neural-ui-core-toast.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-toggle-button-group.mjs",
3
- "typings": "../types/neural-ui-core-toggle-button-group.d.ts"
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "module": "../fesm2022/neural-ui-core-toolbar.mjs",
3
- "typings": "../types/neural-ui-core-toolbar.d.ts"
4
- }