@ni/nimble-components 20.12.1 → 20.13.0
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.
- package/dist/all-components-bundle.js +38 -4
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2448 -2446
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/icons/all-icons.d.ts +2 -0
- package/dist/esm/icons/all-icons.js +2 -0
- package/dist/esm/icons/all-icons.js.map +1 -1
- package/dist/esm/icons/arrow-in-circle.d.ts +13 -0
- package/dist/esm/icons/arrow-in-circle.js +16 -0
- package/dist/esm/icons/arrow-in-circle.js.map +1 -0
- package/dist/esm/icons/arrow-out-circle.d.ts +13 -0
- package/dist/esm/icons/arrow-out-circle.js +16 -0
- package/dist/esm/icons/arrow-out-circle.js.map +1 -0
- package/dist/esm/rich-text/editor/testing/rich-text-editor.pageobject.js +2 -0
- package/dist/esm/rich-text/editor/testing/rich-text-editor.pageobject.js.map +1 -1
- package/package.json +3 -3
|
@@ -13842,7 +13842,7 @@
|
|
|
13842
13842
|
aria-orientation="${x => x.orientation}"
|
|
13843
13843
|
orientation="${x => x.orientation}"
|
|
13844
13844
|
role="toolbar"
|
|
13845
|
-
@
|
|
13845
|
+
@mousedown="${(x, c) => x.mouseDownHandler(c.event)}"
|
|
13846
13846
|
@focusin="${(x, c) => x.focusinHandler(c.event)}"
|
|
13847
13847
|
@keydown="${(x, c) => x.keydownHandler(c.event)}"
|
|
13848
13848
|
${children$1({
|
|
@@ -13953,9 +13953,9 @@
|
|
|
13953
13953
|
*
|
|
13954
13954
|
* @internal
|
|
13955
13955
|
*/
|
|
13956
|
-
|
|
13956
|
+
mouseDownHandler(e) {
|
|
13957
13957
|
var _a;
|
|
13958
|
-
const activeIndex = (_a = this.focusableElements) === null || _a === void 0 ? void 0 : _a.
|
|
13958
|
+
const activeIndex = (_a = this.focusableElements) === null || _a === void 0 ? void 0 : _a.findIndex(x => x.contains(e.target));
|
|
13959
13959
|
if (activeIndex > -1 && this.activeIndex !== activeIndex) {
|
|
13960
13960
|
this.setFocusedElement(activeIndex);
|
|
13961
13961
|
}
|
|
@@ -16298,7 +16298,7 @@
|
|
|
16298
16298
|
|
|
16299
16299
|
/**
|
|
16300
16300
|
* Do not edit directly
|
|
16301
|
-
* Generated on Thu, 02 Nov 2023
|
|
16301
|
+
* Generated on Thu, 02 Nov 2023 18:04:35 GMT
|
|
16302
16302
|
*/
|
|
16303
16303
|
|
|
16304
16304
|
const Information100DarkUi = "#a46eff";
|
|
@@ -18863,10 +18863,18 @@
|
|
|
18863
18863
|
name: 'arrow_expander_up_16_x_16',
|
|
18864
18864
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m12.5 11.263-1.11.732-3.357-5.472L4.603 12 3.5 11.257 8.045 4l4.455 7.263z"/></svg>`
|
|
18865
18865
|
};
|
|
18866
|
+
const arrowInCircle16X16 = {
|
|
18867
|
+
name: 'arrow_in_circle_16_x_16',
|
|
18868
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.5 5.25a3.24 3.24 0 0 0-2.738 1.513L11.236 8.5l-3.474 1.737A3.24 3.24 0 0 0 10.5 11.75a3.25 3.25 0 0 0 0-6.5Z"/><path class="cls-1" d="m4 6 1 2H2v1h3l-1 2 5-2.5L4 6Z"/></svg>`
|
|
18869
|
+
};
|
|
18866
18870
|
const arrowLeftFromLine16X16 = {
|
|
18867
18871
|
name: 'arrow_left_from_line_16_x_16',
|
|
18868
18872
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 14h2V2h-2ZM2 7.982 7.9 5 6.588 7.004 11 7v2H6.613L7.9 11Z"/></svg>`
|
|
18869
18873
|
};
|
|
18874
|
+
const arrowOutCircle16X16 = {
|
|
18875
|
+
name: 'arrow_out_circle_16_x_16',
|
|
18876
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m9 6 1 2H7v1h3l-1 2 5-2.5L9 6Z"/><path class="cls-1" d="M6 10V7h2.367A3.237 3.237 0 0 0 5.5 5.25a3.25 3.25 0 0 0 0 6.5c1.25 0 2.324-.714 2.867-1.75H6Z"/></svg>`
|
|
18877
|
+
};
|
|
18870
18878
|
const arrowPartialRotateLeft16X16 = {
|
|
18871
18879
|
name: 'arrow_partial_rotate_left_16_x_16',
|
|
18872
18880
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 11.988a3.086 3.086 0 0 0 3.143-3.025 3.08 3.08 0 0 0-3.085-3.02v.088l.826 2.067-5.598-2.796L8.884 2.5l-.742 1.932a4.619 4.619 0 0 1 4.572 4.53A4.629 4.629 0 0 1 8 13.5Z"/></svg>`
|
|
@@ -21697,6 +21705,19 @@
|
|
|
21697
21705
|
registerIcon('icon-arrow-expander-up', IconArrowExpanderUp);
|
|
21698
21706
|
DesignSystem.tagFor(IconArrowExpanderUp);
|
|
21699
21707
|
|
|
21708
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
21709
|
+
// See generation source in nimble-components/build/generate-icons
|
|
21710
|
+
/**
|
|
21711
|
+
* The icon component for the 'arrowInCircle' icon
|
|
21712
|
+
*/
|
|
21713
|
+
class IconArrowInCircle extends Icon {
|
|
21714
|
+
constructor() {
|
|
21715
|
+
super(arrowInCircle16X16);
|
|
21716
|
+
}
|
|
21717
|
+
}
|
|
21718
|
+
registerIcon('icon-arrow-in-circle', IconArrowInCircle);
|
|
21719
|
+
DesignSystem.tagFor(IconArrowInCircle);
|
|
21720
|
+
|
|
21700
21721
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
21701
21722
|
// See generation source in nimble-components/build/generate-icons
|
|
21702
21723
|
/**
|
|
@@ -21710,6 +21731,19 @@
|
|
|
21710
21731
|
registerIcon('icon-arrow-left-from-line', IconArrowLeftFromLine);
|
|
21711
21732
|
DesignSystem.tagFor(IconArrowLeftFromLine);
|
|
21712
21733
|
|
|
21734
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
21735
|
+
// See generation source in nimble-components/build/generate-icons
|
|
21736
|
+
/**
|
|
21737
|
+
* The icon component for the 'arrowOutCircle' icon
|
|
21738
|
+
*/
|
|
21739
|
+
class IconArrowOutCircle extends Icon {
|
|
21740
|
+
constructor() {
|
|
21741
|
+
super(arrowOutCircle16X16);
|
|
21742
|
+
}
|
|
21743
|
+
}
|
|
21744
|
+
registerIcon('icon-arrow-out-circle', IconArrowOutCircle);
|
|
21745
|
+
DesignSystem.tagFor(IconArrowOutCircle);
|
|
21746
|
+
|
|
21713
21747
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
21714
21748
|
// See generation source in nimble-components/build/generate-icons
|
|
21715
21749
|
/**
|