@ni/nimble-components 35.7.0 → 35.7.1

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.
@@ -1 +1 @@
1
- {"version":3,"file":"template.js","sourceRoot":"","sources":["../../../src/tree-view/template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAGhE,MAAM,CAAC,MAAM,QAAQ,GAAG,IAAI,CAAU;;;UAG5B,GAAG,CAAC,UAAU,CAAC;UACf,QAAQ,CAAC,EAAE,QAAQ,EAAE,eAAe,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,6BAA6B,EAAE,eAAe,EAAE,CAAC,MAAM,EAAE,UAAU,CAAC,EAAE,CAAC;oBAC5H,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,KAAsB,CAAC;oBACnD,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,KAAmB,CAAC;qBAC7C,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,KAAmB,CAAC;kBAChD,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,KAAmB,CAAC;4BACpC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,oBAAoB,CAAC,CAAC,CAAC,KAAK,CAAC;;gBAErD,OAAO,CAAC,kBAAkB,CAAC;;CAE1C,CAAC","sourcesContent":["import { children, html, ref, slotted } from '@ni/fast-element';\nimport type { TreeView } from '.';\n\nexport const template = html<TreeView>`\n <template\n role=\"tree\"\n ${ref('treeView')}\n ${children({ property: 'selectedItems', subtree: true, selector: '[role=\"treeitem\"][selected]', attributeFilter: ['role', 'selected'] })}\n @keydown=\"${(x, c) => x.handleKeyDown(c.event as KeyboardEvent)}\"\n @focusin=\"${(x, c) => x.handleFocus(c.event as FocusEvent)}\"\n @focusout=\"${(x, c) => x.handleBlur(c.event as FocusEvent)}\"\n @click=\"${(x, c) => x.handleClick(c.event as MouseEvent)}\"\n @selected-change=\"${(x, c) => x.handleSelectedChange(c.event)}\"\n >\n <slot ${slotted('slottedTreeItems')}></slot>\n </template>\n`;\n"]}
1
+ {"version":3,"file":"template.js","sourceRoot":"","sources":["../../../src/tree-view/template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAGhE,MAAM,CAAC,MAAM,QAAQ,GAAG,IAAI,CAAU;;;UAG5B,GAAG,CAAC,UAAU,CAAC;UACf,QAAQ,CAAC,EAAE,QAAQ,EAAE,eAAe,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,6BAA6B,EAAE,eAAe,EAAE,CAAC,MAAM,EAAE,UAAU,CAAC,EAAE,CAAC;oBAC5H,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,KAAsB,CAAC;oBACnD,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,KAAmB,CAAC;qBAC7C,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,KAAmB,CAAC;kBAChD,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC;4BACtB,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,oBAAoB,CAAC,CAAC,CAAC,KAAK,CAAC;;gBAErD,OAAO,CAAC,kBAAkB,CAAC;;CAE1C,CAAC","sourcesContent":["import { children, html, ref, slotted } from '@ni/fast-element';\nimport type { TreeView } from '.';\n\nexport const template = html<TreeView>`\n <template\n role=\"tree\"\n ${ref('treeView')}\n ${children({ property: 'selectedItems', subtree: true, selector: '[role=\"treeitem\"][selected]', attributeFilter: ['role', 'selected'] })}\n @keydown=\"${(x, c) => x.handleKeyDown(c.event as KeyboardEvent)}\"\n @focusin=\"${(x, c) => x.handleFocus(c.event as FocusEvent)}\"\n @focusout=\"${(x, c) => x.handleBlur(c.event as FocusEvent)}\"\n @click=\"${(x, c) => x.handleClick(c.event)}\"\n @selected-change=\"${(x, c) => x.handleSelectedChange(c.event)}\"\n >\n <slot ${slotted('slottedTreeItems')}></slot>\n </template>\n`;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/nimble-components",
3
- "version": "35.7.0",
3
+ "version": "35.7.1",
4
4
  "description": "Styled web components for the NI Nimble Design System",
5
5
  "scripts": {
6
6
  "build": "npm run build:icons && npm run build:workers && npm run build:components && npm run build:scss && npm run build:cem",
@@ -50,21 +50,21 @@
50
50
  "@ni/fast-foundation": "^10.2.3",
51
51
  "@ni/fast-web-utilities": "^10.0.0",
52
52
  "@ni/nimble-tokens": "^8.17.0",
53
- "@ni/unit-format": "^1.0.3",
53
+ "@ni/unit-format": "^1.0.4",
54
54
  "@tanstack/table-core": "^8.19.3",
55
- "@tanstack/virtual-core": "^3.10.6",
56
- "@tiptap/core": "^3.10.1",
57
- "@tiptap/extension-bold": "^3.10.1",
58
- "@tiptap/extension-document": "^3.10.1",
59
- "@tiptap/extension-hard-break": "^3.10.1",
60
- "@tiptap/extension-italic": "^3.10.1",
61
- "@tiptap/extension-link": "^3.10.1",
62
- "@tiptap/extension-list": "^3.10.1",
63
- "@tiptap/extension-mention": "^3.10.1",
64
- "@tiptap/extension-paragraph": "^3.10.1",
65
- "@tiptap/extension-text": "^3.10.1",
66
- "@tiptap/extensions": "^3.10.1",
67
- "@tiptap/suggestion": "^3.10.1",
55
+ "@tanstack/virtual-core": "^3.14.0",
56
+ "@tiptap/core": "^3.22.5",
57
+ "@tiptap/extension-bold": "^3.22.5",
58
+ "@tiptap/extension-document": "^3.22.5",
59
+ "@tiptap/extension-hard-break": "^3.22.5",
60
+ "@tiptap/extension-italic": "^3.22.5",
61
+ "@tiptap/extension-link": "^3.22.5",
62
+ "@tiptap/extension-list": "^3.22.5",
63
+ "@tiptap/extension-mention": "^3.22.5",
64
+ "@tiptap/extension-paragraph": "^3.22.5",
65
+ "@tiptap/extension-text": "^3.22.5",
66
+ "@tiptap/extensions": "^3.22.5",
67
+ "@tiptap/suggestion": "^3.22.5",
68
68
  "@types/d3-array": "^3.0.4",
69
69
  "@types/d3-random": "^3.0.1",
70
70
  "@types/d3-scale": "^4.0.2",
@@ -90,7 +90,7 @@
90
90
  "@custom-elements-manifest/to-markdown": "^0.1.0",
91
91
  "@ni-private/eslint-config-nimble": "*",
92
92
  "@ni-private/jasmine-extensions": "^0.0.1",
93
- "@ni/jasmine-parameterized": "^1.0.9",
93
+ "@ni/jasmine-parameterized": "^1.0.10",
94
94
  "@rollup/plugin-commonjs": "^29.0.0",
95
95
  "@rollup/plugin-node-resolve": "^16.0.0",
96
96
  "@rollup/plugin-replace": "^6.0.0",
@@ -108,8 +108,8 @@
108
108
  "karma-spec-reporter": "^0.0.36",
109
109
  "karma-vite": "^1.0.5",
110
110
  "karma-webkit-launcher": "^2.6.0",
111
- "playwright": "1.58.1",
112
- "rollup": "^4.12.0",
111
+ "playwright": "1.59.1",
112
+ "rollup": "^4.60.2",
113
113
  "rollup-plugin-sourcemaps2": "^0.5.0",
114
114
  "typescript": "~5.8.3"
115
115
  }