Skip to content

Commit

Permalink
Merge branch 'main' into spright-chat-components
Browse files Browse the repository at this point in the history
  • Loading branch information
jattasNI committed Jan 17, 2025
2 parents e23117e + 571dfc7 commit ffe0add
Show file tree
Hide file tree
Showing 485 changed files with 10,079 additions and 6,769 deletions.
3,439 changes: 1,840 additions & 1,599 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion packages/angular-workspace/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,11 @@
}
],
"buildOptimizer": true,
"optimization": true,
"optimization": {
"styles": {
"inlineCritical": false
}
},
"sourceMap": true
},
"development": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<div class="content container">
<p>Explore the components below to see the Nimble components in action. See the <a
href="https://ni.github.io/nimble/storybook/">Nimble
component docs</a> for additional usage details.</p>
<p>
Explore the components below to see the Nimble components in action. See the <a
href="https://ni.github.io/nimble/storybook/">Nimble
component docs</a> for additional usage details.
Navigate to the <a href="../index.html">parent page</a>.
</p>
<div class="container">
<div class="sub-container">
<div class="container-label">Anchor</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* eslint-disable no-alert */
import { AfterViewInit, Component, Inject, ViewChild } from '@angular/core';
import { type AfterViewInit, Component, Inject, ViewChild } from '@angular/core';
import { ActivatedRoute } from '@angular/router';
import { DrawerLocation, MenuItem, NimbleDialogDirective, NimbleDrawerDirective, OptionNotFound, OPTION_NOT_FOUND, UserDismissed, SelectFilterInputEventDetail, NimbleSelectDirective } from '@ni/nimble-angular';
import { NimbleTableDirective, TableRecordDelayedHierarchyState, TableRecord, TableRowExpansionToggleEventDetail, TableSetRecordHierarchyOptions } from '@ni/nimble-angular/table';
import { DrawerLocation, type MenuItem, NimbleDialogDirective, NimbleDrawerDirective, type OptionNotFound, OPTION_NOT_FOUND, UserDismissed, type SelectFilterInputEventDetail, NimbleSelectDirective } from '@ni/nimble-angular';
import { NimbleTableDirective, TableRecordDelayedHierarchyState, type TableRecord, type TableRowExpansionToggleEventDetail, type TableSetRecordHierarchyOptions } from '@ni/nimble-angular/table';
import { NimbleRichTextEditorDirective } from '@ni/nimble-angular/rich-text/editor';
import { BehaviorSubject, Observable } from 'rxjs';
import type { MenuButtonColumnToggleEventDetail } from '@ni/nimble-angular/table-column/menu-button';
Expand Down
186 changes: 186 additions & 0 deletions packages/angular-workspace/nimble-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,192 @@
{
"name": "@ni/nimble-angular",
"entries": [
{
"date": "Thu, 16 Jan 2025 23:05:03 GMT",
"version": "28.8.2",
"tag": "@ni/nimble-angular_v28.8.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@ni/nimble-angular",
"commit": "8b17b15aa037f14375abaef6fa1c76190282efab",
"comment": "Replace deprectated importsNotUsedAsValues option with verbatimModuleSyntax"
},
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.11.2",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 10 Jan 2025 16:45:51 GMT",
"version": "28.8.1",
"tag": "@ni/nimble-angular_v28.8.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.11.1",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 08 Jan 2025 20:22:05 GMT",
"version": "28.8.0",
"tag": "@ni/nimble-angular_v28.8.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@ni/nimble-angular",
"commit": "5f2245fc0a7bd252ef7cef2ceaa978c12d06808d",
"comment": "Angular support for required-visible"
}
]
}
},
{
"date": "Wed, 08 Jan 2025 18:33:06 GMT",
"version": "28.7.4",
"tag": "@ni/nimble-angular_v28.7.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.11.0",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 06 Jan 2025 20:05:57 GMT",
"version": "28.7.3",
"tag": "@ni/nimble-angular_v28.7.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.10.0",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 03 Jan 2025 17:23:02 GMT",
"version": "28.7.2",
"tag": "@ni/nimble-angular_v28.7.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.9.3",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 02 Jan 2025 21:45:49 GMT",
"version": "28.7.1",
"tag": "@ni/nimble-angular_v28.7.1",
"comments": {
"none": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.9.2",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 10 Dec 2024 20:15:57 GMT",
"version": "28.7.1",
"tag": "@ni/nimble-angular_v28.7.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.9.1",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 09 Dec 2024 15:59:16 GMT",
"version": "28.7.0",
"tag": "@ni/nimble-angular_v28.7.0",
"comments": {
"minor": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.9.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 04 Dec 2024 21:21:27 GMT",
"version": "28.6.2",
"tag": "@ni/nimble-angular_v28.6.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.8.2",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 04 Dec 2024 19:53:29 GMT",
"version": "28.6.1",
"tag": "@ni/nimble-angular_v28.6.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.8.1",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 02 Dec 2024 19:38:59 GMT",
"version": "28.6.0",
"tag": "@ni/nimble-angular_v28.6.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@ni/nimble-angular",
"commit": "939a9e5dec1258a36a493369c02628e4fff26900",
"comment": "Angular support for checkbox errors"
}
]
}
},
{
"date": "Fri, 22 Nov 2024 22:50:22 GMT",
"version": "28.5.3",
Expand Down
91 changes: 90 additions & 1 deletion packages/angular-workspace/nimble-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,98 @@
# Change Log - @ni/nimble-angular

<!-- This log was last generated on Fri, 22 Nov 2024 22:50:22 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 16 Jan 2025 23:05:03 GMT and should not be manually modified. -->

<!-- Start content -->

## 28.8.2

Thu, 16 Jan 2025 23:05:03 GMT

### Patches

- Replace deprectated importsNotUsedAsValues option with verbatimModuleSyntax ([ni/nimble@8b17b15](https://github.com/ni/nimble/commit/8b17b15aa037f14375abaef6fa1c76190282efab))
- Bump @ni/nimble-components to v32.11.2

## 28.8.1

Fri, 10 Jan 2025 16:45:51 GMT

### Patches

- Bump @ni/nimble-components to v32.11.1

## 28.8.0

Wed, 08 Jan 2025 20:22:05 GMT

### Minor changes

- Angular support for required-visible ([ni/nimble@5f2245f](https://github.com/ni/nimble/commit/5f2245fc0a7bd252ef7cef2ceaa978c12d06808d))

## 28.7.4

Wed, 08 Jan 2025 18:33:06 GMT

### Patches

- Bump @ni/nimble-components to v32.11.0

## 28.7.3

Mon, 06 Jan 2025 20:05:57 GMT

### Patches

- Bump @ni/nimble-components to v32.10.0

## 28.7.2

Fri, 03 Jan 2025 17:23:02 GMT

### Patches

- Bump @ni/nimble-components to v32.9.3

## 28.7.1

Tue, 10 Dec 2024 20:15:57 GMT

### Patches

- Bump @ni/nimble-components to v32.9.1

## 28.7.0

Mon, 09 Dec 2024 15:59:16 GMT

### Minor changes

- Bump @ni/nimble-components to v32.9.0

## 28.6.2

Wed, 04 Dec 2024 21:21:27 GMT

### Patches

- Bump @ni/nimble-components to v32.8.2

## 28.6.1

Wed, 04 Dec 2024 19:53:29 GMT

### Patches

- Bump @ni/nimble-components to v32.8.1

## 28.6.0

Mon, 02 Dec 2024 19:38:59 GMT

### Minor changes

- Angular support for checkbox errors ([ni/nimble@939a9e5](https://github.com/ni/nimble/commit/939a9e5dec1258a36a493369c02628e4fff26900))

## 28.5.3

Fri, 22 Nov 2024 22:50:22 GMT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component, ElementRef, ViewChild } from '@angular/core';
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { LabelProviderCore, NimbleLabelProviderCoreDirective } from '../nimble-label-provider-core.directive';
import { type LabelProviderCore, NimbleLabelProviderCoreDirective } from '../nimble-label-provider-core.directive';
import { NimbleLabelProviderCoreModule } from '../nimble-label-provider-core.module';

describe('Nimble Label Provider Core', () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component, ElementRef, ViewChild } from '@angular/core';
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { LabelProviderRichText, NimbleLabelProviderRichTextDirective } from '../nimble-label-provider-rich-text.directive';
import { type LabelProviderRichText, NimbleLabelProviderRichTextDirective } from '../nimble-label-provider-rich-text.directive';
import { NimbleLabelProviderRichTextModule } from '../nimble-label-provider-rich-text.module';

describe('Nimble Label Provider Rich text', () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component, ElementRef, ViewChild } from '@angular/core';
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { LabelProviderTable, NimbleLabelProviderTableDirective } from '../nimble-label-provider-table.directive';
import { type LabelProviderTable, NimbleLabelProviderTableDirective } from '../nimble-label-provider-table.directive';
import { NimbleLabelProviderTableModule } from '../nimble-label-provider-table.module';

describe('Nimble Label Provider Table', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { NimbleMappingDirective } from '@ni/nimble-angular/mapping/base';
import { type MappingIcon, mappingIconTag } from '@ni/nimble-components/dist/esm/mapping/icon';
import type { MappingKey } from '@ni/nimble-components/dist/esm/mapping/base/types';
import type { IconSeverity } from '@ni/nimble-components/dist/esm/icon-base/types';
import { BooleanValueOrAttribute, toBooleanProperty } from '@ni/nimble-angular/internal-utilities';
import { type BooleanValueOrAttribute, toBooleanProperty } from '@ni/nimble-angular/internal-utilities';

export type { MappingIcon };
export { mappingIconTag };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';
import { NimbleMappingDirective } from '@ni/nimble-angular/mapping/base';
import { type MappingSpinner, mappingSpinnerTag } from '@ni/nimble-components/dist/esm/mapping/spinner';
import type { MappingKey } from '@ni/nimble-components/dist/esm/mapping/base/types';
import { BooleanValueOrAttribute, toBooleanProperty } from '@ni/nimble-angular/internal-utilities';
import { type BooleanValueOrAttribute, toBooleanProperty } from '@ni/nimble-angular/internal-utilities';

export type { MappingSpinner };
export { mappingSpinnerTag };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Component, ElementRef, ViewChild } from '@angular/core';
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { NimbleRichTextMentionUsersModule } from '../../../rich-text-mention/users/nimble-rich-text-mention-users.module';
import { NimbleRichTextEditorModule } from '../../../rich-text/editor/nimble-rich-text-editor.module';
import { MappingUser, NimbleMappingUserDirective } from '../nimble-mapping-user.directive';
import { type MappingUser, NimbleMappingUserDirective } from '../nimble-mapping-user.directive';
import { NimbleMappingUserModule } from '../nimble-mapping-user.module';

describe('NimbleMappingUser', () => {
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-workspace/nimble-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-angular",
"version": "28.5.3",
"version": "28.8.2",
"description": "Angular components for the NI Nimble Design System",
"scripts": {
"invoke-publish": "npm run invoke-publish:setup && cd ../dist/nimble-angular && npm publish",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@angular/forms": "^17.3.12",
"@angular/localize": "^17.3.12",
"@angular/router": "^17.3.12",
"@ni/nimble-components": "^32.8.0"
"@ni/nimble-components": "^32.11.2"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down
Loading

0 comments on commit ffe0add

Please sign in to comment.