@ni/nimble-components 32.11.5 → 32.12.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 +214 -258
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3704 -3676
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/icons/all-icons.d.ts +5 -0
- package/dist/esm/icons/all-icons.js +5 -0
- package/dist/esm/icons/all-icons.js.map +1 -1
- package/dist/esm/icons/bell-check.d.ts +13 -0
- package/dist/esm/icons/bell-check.js +15 -0
- package/dist/esm/icons/bell-check.js.map +1 -0
- package/dist/esm/icons/bell-on.d.ts +13 -0
- package/dist/esm/icons/bell-on.js +15 -0
- package/dist/esm/icons/bell-on.js.map +1 -0
- package/dist/esm/icons/message-bot.d.ts +13 -0
- package/dist/esm/icons/message-bot.js +15 -0
- package/dist/esm/icons/message-bot.js.map +1 -0
- package/dist/esm/icons/thumb-down.d.ts +13 -0
- package/dist/esm/icons/thumb-down.js +15 -0
- package/dist/esm/icons/thumb-down.js.map +1 -0
- package/dist/esm/icons/thumb-up.d.ts +13 -0
- package/dist/esm/icons/thumb-up.js +15 -0
- package/dist/esm/icons/thumb-up.js.map +1 -0
- package/dist/esm/rich-text/editor/testing/types.d.ts +0 -11
- package/dist/esm/rich-text/editor/testing/types.js.map +1 -1
- package/package.json +2 -2
- package/dist/esm/rich-text/editor/testing/rich-text-editor-utils.d.ts +0 -6
- package/dist/esm/rich-text/editor/testing/rich-text-editor-utils.js +0 -52
- package/dist/esm/rich-text/editor/testing/rich-text-editor-utils.js.map +0 -1
|
@@ -11139,27 +11139,10 @@
|
|
|
11139
11139
|
* @public
|
|
11140
11140
|
*/
|
|
11141
11141
|
const TextFieldType = {
|
|
11142
|
-
/**
|
|
11143
|
-
* An email TextField
|
|
11144
|
-
*/
|
|
11145
|
-
email: "email",
|
|
11146
|
-
/**
|
|
11147
|
-
* A password TextField
|
|
11148
|
-
*/
|
|
11149
|
-
password: "password",
|
|
11150
|
-
/**
|
|
11151
|
-
* A telephone TextField
|
|
11152
|
-
*/
|
|
11153
|
-
tel: "tel",
|
|
11154
11142
|
/**
|
|
11155
11143
|
* A text TextField
|
|
11156
11144
|
*/
|
|
11157
|
-
text: "text"
|
|
11158
|
-
/**
|
|
11159
|
-
* A URL TextField
|
|
11160
|
-
*/
|
|
11161
|
-
url: "url",
|
|
11162
|
-
};
|
|
11145
|
+
text: "text"};
|
|
11163
11146
|
|
|
11164
11147
|
/**
|
|
11165
11148
|
* A Text Field Custom HTML Element.
|
|
@@ -12819,7 +12802,6 @@
|
|
|
12819
12802
|
* @public
|
|
12820
12803
|
*/
|
|
12821
12804
|
const TabsOrientation = {
|
|
12822
|
-
vertical: "vertical",
|
|
12823
12805
|
horizontal: "horizontal",
|
|
12824
12806
|
};
|
|
12825
12807
|
/**
|
|
@@ -13206,20 +13188,7 @@
|
|
|
13206
13188
|
/**
|
|
13207
13189
|
* No resize.
|
|
13208
13190
|
*/
|
|
13209
|
-
none: "none"
|
|
13210
|
-
/**
|
|
13211
|
-
* Resize vertically and horizontally.
|
|
13212
|
-
*/
|
|
13213
|
-
both: "both",
|
|
13214
|
-
/**
|
|
13215
|
-
* Resize horizontally.
|
|
13216
|
-
*/
|
|
13217
|
-
horizontal: "horizontal",
|
|
13218
|
-
/**
|
|
13219
|
-
* Resize vertically.
|
|
13220
|
-
*/
|
|
13221
|
-
vertical: "vertical",
|
|
13222
|
-
};
|
|
13191
|
+
none: "none"};
|
|
13223
13192
|
|
|
13224
13193
|
/**
|
|
13225
13194
|
* A Text Area Custom HTML Element.
|
|
@@ -16042,160 +16011,28 @@
|
|
|
16042
16011
|
mediumDelay: 'medium-delay',
|
|
16043
16012
|
largeDelay: 'large-delay',
|
|
16044
16013
|
headlinePlus1Font: 'headline-plus-1-font',
|
|
16045
|
-
headlinePlus1FontColor: 'headline-plus-1-font-color',
|
|
16046
|
-
headlinePlus1DisabledFontColor: 'headline-plus-1-disabled-font-color',
|
|
16047
|
-
headlinePlus1FontFamily: 'headline-plus-1-font-family',
|
|
16048
|
-
headlinePlus1FontSize: 'headline-plus-1-font-size',
|
|
16049
|
-
headlinePlus1FontWeight: 'headline-plus-1-font-weight',
|
|
16050
|
-
headlinePlus1FontLineHeight: 'headline-plus-1-font-line-height',
|
|
16051
16014
|
headlineFont: 'headline-font',
|
|
16052
|
-
headlineFontColor: 'headline-font-color',
|
|
16053
|
-
headlineDisabledFontColor: 'headline-disabled-font-color',
|
|
16054
|
-
headlineFontFamily: 'headline-font-family',
|
|
16055
|
-
headlineFontSize: 'headline-font-size',
|
|
16056
|
-
headlineFontWeight: 'headline-font-weight',
|
|
16057
|
-
headlineFontLineHeight: 'headline-font-line-height',
|
|
16058
16015
|
tableHeaderFont: 'table-header-font',
|
|
16059
|
-
tableHeaderFontColor: 'table-header-font-color',
|
|
16060
|
-
tableHeaderDisabledFontColor: 'table-header-disabled-font-color',
|
|
16061
|
-
tableHeaderFontFamily: 'table-header-font-family',
|
|
16062
|
-
tableHeaderFontSize: 'table-header-font-size',
|
|
16063
|
-
tableHeaderFontWeight: 'table-header-font-weight',
|
|
16064
|
-
tableHeaderFontLineHeight: 'table-header-font-line-height',
|
|
16065
16016
|
titlePlus2Font: 'title-plus-2-font',
|
|
16066
|
-
titlePlus2FontColor: 'title-plus-2-font-color',
|
|
16067
|
-
titlePlus2DisabledFontColor: 'title-plus-2-disabled-font-color',
|
|
16068
|
-
titlePlus2FontFamily: 'title-plus-2-font-family',
|
|
16069
|
-
titlePlus2FontSize: 'title-plus-2-font-size',
|
|
16070
|
-
titlePlus2FontWeight: 'title-plus-2-font-weight',
|
|
16071
|
-
titlePlus2FontLineHeight: 'title-plus-2-font-line-height',
|
|
16072
16017
|
titlePlus1Font: 'title-plus-1-font',
|
|
16073
|
-
titlePlus1FontColor: 'title-plus-1-font-color',
|
|
16074
|
-
titlePlus1DisabledFontColor: 'title-plus-1-disabled-font-color',
|
|
16075
|
-
titlePlus1FontFamily: 'title-plus-1-font-family',
|
|
16076
|
-
titlePlus1FontSize: 'title-plus-1-font-size',
|
|
16077
|
-
titlePlus1FontWeight: 'title-plus-1-font-weight',
|
|
16078
|
-
titlePlus1FontLineHeight: 'title-plus-1-font-line-height',
|
|
16079
16018
|
titleFont: 'title-font',
|
|
16080
|
-
titleFontColor: 'title-font-color',
|
|
16081
|
-
titleDisabledFontColor: 'title-disabled-font-color',
|
|
16082
|
-
titleFontFamily: 'title-font-family',
|
|
16083
|
-
titleFontSize: 'title-font-size',
|
|
16084
|
-
titleFontWeight: 'title-font-weight',
|
|
16085
|
-
titleFontLineHeight: 'title-font-line-height',
|
|
16086
16019
|
subtitlePlus1Font: 'subtitle-plus-1-font',
|
|
16087
|
-
subtitlePlus1FontColor: 'subtitle-plus-1-font-color',
|
|
16088
|
-
subtitlePlus1DisabledFontColor: 'subtitle-plus-1-disabled-font-color',
|
|
16089
|
-
subtitlePlus1FontFamily: 'subtitle-plus-1-font-family',
|
|
16090
|
-
subtitlePlus1FontSize: 'subtitle-plus-1-font-size',
|
|
16091
|
-
subtitlePlus1FontWeight: 'subtitle-plus-1-font-weight',
|
|
16092
|
-
subtitlePlus1FontLineHeight: 'subtitle-plus-1-font-line-height',
|
|
16093
16020
|
subtitleFont: 'subtitle-font',
|
|
16094
|
-
subtitleFontColor: 'subtitle-font-color',
|
|
16095
|
-
subtitleDisabledFontColor: 'subtitle-disabled-font-color',
|
|
16096
|
-
subtitleFontFamily: 'subtitle-font-family',
|
|
16097
|
-
subtitleFontSize: 'subtitle-font-size',
|
|
16098
|
-
subtitleFontWeight: 'subtitle-font-weight',
|
|
16099
|
-
subtitleFontLineHeight: 'subtitle-font-line-height',
|
|
16100
16021
|
linkFont: 'link-font',
|
|
16101
|
-
linkFontColor: 'link-font-color',
|
|
16102
|
-
linkDisabledFontColor: 'link-disabled-font-color',
|
|
16103
|
-
linkFontFamily: 'link-font-family',
|
|
16104
|
-
linkFontSize: 'link-font-size',
|
|
16105
|
-
linkFontWeight: 'link-font-weight',
|
|
16106
|
-
linkFontLineHeight: 'link-font-line-height',
|
|
16107
16022
|
linkActiveFont: 'link-active-font',
|
|
16108
|
-
linkActiveFontColor: 'link-active-font-color',
|
|
16109
|
-
linkActiveDisabledFontColor: 'link-active-disabled-font-color',
|
|
16110
|
-
linkActiveFontFamily: 'link-active-font-family',
|
|
16111
|
-
linkActiveFontSize: 'link-active-font-size',
|
|
16112
|
-
linkActiveFontWeight: 'link-active-font-weight',
|
|
16113
|
-
linkActiveFontLineHeight: 'link-active-font-line-height',
|
|
16114
16023
|
linkProminentFont: 'link-prominent-font',
|
|
16115
|
-
linkProminentFontColor: 'link-prominent-font-color',
|
|
16116
|
-
linkProminentDisabledFontColor: 'link-prominent-disabled-font-color',
|
|
16117
|
-
linkProminentFontFamily: 'link-prominent-font-family',
|
|
16118
|
-
linkProminentFontSize: 'link-prominent-font-size',
|
|
16119
|
-
linkProminentFontWeight: 'link-prominent-font-weight',
|
|
16120
|
-
linkProminentFontLineHeight: 'link-prominent-font-line-height',
|
|
16121
16024
|
linkActiveProminentFont: 'link-active-prominent-font',
|
|
16122
|
-
linkActiveProminentFontColor: 'link-active-prominent-font-color',
|
|
16123
|
-
linkActiveProminentDisabledFontColor: 'link-active-prominent-disabled-font-color',
|
|
16124
|
-
linkActiveProminentFontFamily: 'link-active-prominent-font-family',
|
|
16125
|
-
linkActiveProminentFontSize: 'link-active-prominent-font-size',
|
|
16126
|
-
linkActiveProminentFontWeight: 'link-active-prominent-font-weight',
|
|
16127
|
-
linkActiveProminentFontLineHeight: 'link-active-prominent-font-line-height',
|
|
16128
16025
|
placeholderFont: 'placeholder-font',
|
|
16129
|
-
placeholderFontColor: 'placeholder-font-color',
|
|
16130
|
-
placeholderDisabledFontColor: 'placeholder-disabled-font-color',
|
|
16131
|
-
placeholderFontFamily: 'placeholder-font-family',
|
|
16132
|
-
placeholderFontSize: 'placeholder-font-size',
|
|
16133
|
-
placeholderFontWeight: 'placeholder-font-weight',
|
|
16134
|
-
placeholderFontLineHeight: 'placeholder-font-line-height',
|
|
16135
16026
|
bodyFont: 'body-font',
|
|
16136
|
-
bodyFontColor: 'body-font-color',
|
|
16137
|
-
bodyDisabledFontColor: 'body-disabled-font-color',
|
|
16138
|
-
bodyFontFamily: 'body-font-family',
|
|
16139
|
-
bodyFontSize: 'body-font-size',
|
|
16140
|
-
bodyFontWeight: 'body-font-weight',
|
|
16141
|
-
bodyFontLineHeight: 'body-font-line-height',
|
|
16142
16027
|
bodyEmphasizedFont: 'body-emphasized-font',
|
|
16143
|
-
bodyEmphasizedFontColor: 'body-emphasized-font-color',
|
|
16144
|
-
bodyEmphasizedDisabledFontColor: 'body-emphasized-disabled-font-color',
|
|
16145
|
-
bodyEmphasizedFontFamily: 'body-emphasized-font-family',
|
|
16146
|
-
bodyEmphasizedFontSize: 'body-emphasized-font-size',
|
|
16147
|
-
bodyEmphasizedFontWeight: 'body-emphasized-font-weight',
|
|
16148
|
-
bodyEmphasizedFontLineHeight: 'body-emphasized-font-line-height',
|
|
16149
16028
|
bodyPlus1Font: 'body-plus-1-font',
|
|
16150
|
-
bodyPlus1FontColor: 'body-plus-1-font-color',
|
|
16151
|
-
bodyPlus1DisabledFontColor: 'body-plus-1-disabled-font-color',
|
|
16152
|
-
bodyPlus1FontFamily: 'body-plus-1-font-family',
|
|
16153
|
-
bodyPlus1FontSize: 'body-plus-1-font-size',
|
|
16154
|
-
bodyPlus1FontWeight: 'body-plus-1-font-weight',
|
|
16155
|
-
bodyPlus1FontLineHeight: 'body-plus-1-font-line-height',
|
|
16156
16029
|
bodyPlus1EmphasizedFont: 'body-plus-1-emphasized-font',
|
|
16157
|
-
bodyPlus1EmphasizedFontColor: 'body-plus-1-emphasized-font-color',
|
|
16158
|
-
bodyPlus1EmphasizedDisabledFontColor: 'body-plus-1-emphasized-disabled-font-color',
|
|
16159
|
-
bodyPlus1EmphasizedFontFamily: 'body-plus-1-emphasized-font-family',
|
|
16160
|
-
bodyPlus1EmphasizedFontSize: 'body-plus-1-emphasized-font-size',
|
|
16161
|
-
bodyPlus1EmphasizedFontWeight: 'body-plus-1-emphasized-font-weight',
|
|
16162
|
-
bodyPlus1EmphasizedFontLineHeight: 'body-plus-1-emphasized-font-line-height',
|
|
16163
16030
|
groupHeaderFont: 'group-header-font',
|
|
16164
|
-
groupHeaderFontColor: 'group-header-font-color',
|
|
16165
|
-
groupHeaderDisabledFontColor: 'group-header-disabled-font-color',
|
|
16166
|
-
groupHeaderFontFamily: 'group-header-font-family',
|
|
16167
|
-
groupHeaderFontSize: 'group-header-font-size',
|
|
16168
|
-
groupHeaderFontWeight: 'group-header-font-weight',
|
|
16169
|
-
groupHeaderFontLineHeight: 'group-header-font-line-height',
|
|
16170
16031
|
controlLabelFont: 'control-label-font',
|
|
16171
|
-
controlLabelFontColor: 'control-label-font-color',
|
|
16172
|
-
controlLabelDisabledFontColor: 'control-label-disabled-font-color',
|
|
16173
|
-
controlLabelFontFamily: 'control-label-font-family',
|
|
16174
|
-
controlLabelFontSize: 'control-label-font-size',
|
|
16175
|
-
controlLabelFontWeight: 'control-label-font-weight',
|
|
16176
|
-
controlLabelFontLineHeight: 'control-label-font-line-height',
|
|
16177
16032
|
buttonLabelFont: 'button-label-font',
|
|
16178
|
-
buttonLabelFontColor: 'button-label-font-color',
|
|
16179
|
-
buttonLabelDisabledFontColor: 'button-label-disabled-font-color',
|
|
16180
|
-
buttonLabelFontFamily: 'button-label-font-family',
|
|
16181
|
-
buttonLabelFontSize: 'button-label-font-size',
|
|
16182
|
-
buttonLabelFontWeight: 'button-label-font-weight',
|
|
16183
|
-
buttonLabelFontLineHeight: 'button-label-font-line-height',
|
|
16184
16033
|
tooltipCaptionFont: 'tooltip-caption-font',
|
|
16185
|
-
tooltipCaptionFontColor: 'tooltip-caption-font-color',
|
|
16186
|
-
tooltipCaptionDisabledFontColor: 'tooltip-caption-disabled-font-color',
|
|
16187
|
-
tooltipCaptionFontFamily: 'tooltip-caption-font-family',
|
|
16188
|
-
tooltipCaptionFontSize: 'tooltip-caption-font-size',
|
|
16189
|
-
tooltipCaptionFontWeight: 'tooltip-caption-font-weight',
|
|
16190
|
-
tooltipCaptionFontLineHeight: 'tooltip-caption-font-line-height',
|
|
16191
16034
|
tooltipBackgroundColor: 'tooltip-background-color',
|
|
16192
16035
|
errorTextFont: 'error-text-font',
|
|
16193
|
-
errorTextFontColor: 'error-text-font-color',
|
|
16194
|
-
errorTextDisabledFontColor: 'error-text-disabled-font-color',
|
|
16195
|
-
errorTextFontFamily: 'error-text-font-family',
|
|
16196
|
-
errorTextFontSize: 'error-text-font-size',
|
|
16197
|
-
errorTextFontWeight: 'error-text-font-weight',
|
|
16198
|
-
errorTextFontLineHeight: 'error-text-font-line-height',
|
|
16199
16036
|
tableRowBorderColor: 'table-row-border-color',
|
|
16200
16037
|
elevation1BoxShadow: 'elevation-1-box-shadow',
|
|
16201
16038
|
elevation2BoxShadow: 'elevation-2-box-shadow',
|
|
@@ -16210,12 +16047,6 @@
|
|
|
16210
16047
|
graphTrace7Color: 'graph-trace-7-color',
|
|
16211
16048
|
graphTrace8Color: 'graph-trace-8-color',
|
|
16212
16049
|
mentionFont: 'mention-font',
|
|
16213
|
-
mentionFontColor: 'mention-font-color',
|
|
16214
|
-
mentionDisabledFontColor: 'mention-disabled-font-color',
|
|
16215
|
-
mentionFontFamily: 'mention-font-family',
|
|
16216
|
-
mentionFontSize: 'mention-font-size',
|
|
16217
|
-
mentionFontWeight: 'mention-font-weight',
|
|
16218
|
-
mentionFontLineHeight: 'mention-font-line-height',
|
|
16219
16050
|
calendarEventBackgroundStaticColor: 'calendar-event-background-static-color',
|
|
16220
16051
|
calendarEventBackgroundDynamicColor: 'calendar-event-background-dynamic-color',
|
|
16221
16052
|
calendarEventBackgroundTransientColor: 'calendar-event-background-transient-color',
|
|
@@ -16240,9 +16071,7 @@
|
|
|
16240
16071
|
* Standard orientation values
|
|
16241
16072
|
*/
|
|
16242
16073
|
const Orientation = {
|
|
16243
|
-
horizontal: "horizontal"
|
|
16244
|
-
vertical: "vertical",
|
|
16245
|
-
};
|
|
16074
|
+
horizontal: "horizontal"};
|
|
16246
16075
|
|
|
16247
16076
|
/**
|
|
16248
16077
|
* Returns the index of the last element in the array where predicate is true, and -1 otherwise.
|
|
@@ -16868,10 +16697,7 @@
|
|
|
16868
16697
|
* @public
|
|
16869
16698
|
*/
|
|
16870
16699
|
const ButtonAppearanceVariant = {
|
|
16871
|
-
|
|
16872
|
-
primary: 'primary',
|
|
16873
|
-
accent: 'accent'
|
|
16874
|
-
};
|
|
16700
|
+
primary: 'primary'};
|
|
16875
16701
|
|
|
16876
16702
|
/**
|
|
16877
16703
|
* A behavior to add or remove a stylesheet from an element based on a property. The behavior ensures that
|
|
@@ -17996,10 +17822,18 @@
|
|
|
17996
17822
|
name: 'bell_and_comment_16_x_16',
|
|
17997
17823
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.836 4.75H9.57a.71.71 0 0 0-.71.71v2.032a.71.71 0 0 0 .71.711h.356L9.57 9.625l2.488-1.422h1.778a.71.71 0 0 0 .71-.71V5.46a.71.71 0 0 0-.71-.711M8.196 11H2.75s0-.746.5-.746h.065c.935 0 1.435-4.918 1.435-4.918 0-.504.25-.504.25-.504h.067c.075-.037.183-.143.183-.463v-.484c.105-.842.953-1.331 2.25-1.43v-.262c0-.081.09-.15.219-.193h.562c.129.043.219.112.219.193v.263c1.224.092 2.04.537 2.217 1.294H9.57a1.713 1.713 0 0 0-1.71 1.71v2.032a1.71 1.71 0 0 0 .844 1.475ZM6 12h4a2.05 2.05 0 0 1-2 2 2.05 2.05 0 0 1-2-2m7.25-1H9.18l2.868-1.64c.198.527.431.894.702.894.5 0 .5.746.5.746" class="cls-1"/></svg>`,
|
|
17998
17824
|
};
|
|
17825
|
+
const bellCheck16X16 = {
|
|
17826
|
+
name: 'bell_check_16_x_16',
|
|
17827
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.117 11H2.75s0-.746.5-.746h.065c.935 0 1.435-4.918 1.435-4.918 0-.504.25-.504.25-.504h.067c.075-.037.183-.143.183-.463v-.484c.105-.842.953-1.331 2.25-1.43v-.262c0-.081.09-.15.219-.193h.562c.129.043.219.112.219.193v.263c1.297.098 2.145.587 2.25 1.43v.483c0 .32.108.426.183.463H11s.25 0 .25.483v.02s.14 1.37.42 2.664l-1.18 1.164L8.944 7.56l-2.671 2.589zm.99 1H6c.053 1.113.924 2 2 2 .57 0 1.078-.254 1.442-.654zm7.588-4.212-1.162-1.212-4.06 4.01-1.553-1.61-1.225 1.187 2.788 2.813z" class="cls-1"/></svg>`,
|
|
17828
|
+
};
|
|
17999
17829
|
const bellCircle16X16 = {
|
|
18000
17830
|
name: 'bell_circle_16_x_16',
|
|
18001
17831
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.042 11h2a1 1 0 0 1-2 0m4.5-1h-7s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.044c.05-.025.122-.095.122-.309v-.322c.07-.561.636-.888 1.5-.953v-.175c0-.054.06-.1.146-.129h.375c.086.029.146.075.146.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.072.284.122.309h.045s.166 0 .166.322v.014s.334 3.279 1 3.279c.334 0 .334.497.334.497m-3.5-7.5a5.5 5.5 0 1 1-5.5 5.5 5.506 5.506 0 0 1 5.5-5.5m0-1a6.5 6.5 0 1 0 6.5 6.5 6.5 6.5 0 0 0-6.5-6.5" class="cls-1"/></svg>`,
|
|
18002
17832
|
};
|
|
17833
|
+
const bellOn16X16 = {
|
|
17834
|
+
name: 'bell_on_16_x_16',
|
|
17835
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.951 14c-1.075 0-1.946-.887-2-2h4c-.053 1.113-.924 2-2 2m-7.25-3s0-.746.5-.746h.065c.935 0 1.435-4.919 1.435-4.919 0-.503.25-.503.25-.503h.067c.075-.037.184-.143.184-.464v-.483c.105-.842.952-1.331 2.25-1.43v-.262c0-.082.09-.15.218-.193h.563c.128.043.218.111.218.193v.262c1.297.099 2.145.588 2.25 1.43v.483c0 .32.109.427.183.464h.067s.25 0 .25.483v.02s.5 4.92 1.5 4.92c.5 0 .5.745.5.745zM15 8V7h-2v1zM3 8V7H1v1zm10.012-6.29-.707-.708-1.414 1.415.707.707zM3.414 3.124l.707-.707-1.414-1.415L2 1.71z" class="cls-1"/></svg>`,
|
|
17836
|
+
};
|
|
18003
17837
|
const bellSolidCircle16X16 = {
|
|
18004
17838
|
name: 'bell_solid_circle_16_x_16',
|
|
18005
17839
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.5 8A6.5 6.5 0 0 0 8 14.5 6.5 6.5 0 0 0 14.5 8 6.5 6.5 0 0 0 8 1.5 6.5 6.5 0 0 0 1.5 8M8 12a1.025 1.025 0 0 1-1-1h2a1.025 1.025 0 0 1-1 1m-3.5-2s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.045c.05-.025.122-.095.122-.309v-.322c.07-.561.635-.888 1.5-.953v-.175c0-.054.06-.1.145-.129h.376c.085.029.145.075.145.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.073.284.122.309H10s.167 0 .167.322v.014s.333 3.279 1 3.279c.333 0 .333.497.333.497Z" class="cls-1"/></svg>`,
|
|
@@ -18412,6 +18246,10 @@
|
|
|
18412
18246
|
name: 'markdown_16_x_16',
|
|
18413
18247
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14.25 3H1.75a.74.74 0 0 0-.75.73v8.54a.74.74 0 0 0 .75.73h12.5a.74.74 0 0 0 .75-.73V3.73a.74.74 0 0 0-.75-.73m-6.285 7.059h-.991V7.773L5.982 9.35l-.99-1.577v2.286H4V5.934h.91L5.982 7.51l1.073-1.576h.91Zm2.459.007L8.848 7.945h1.1V5.934h.99v2.01H12Z" class="cls-1"/></svg>`,
|
|
18414
18248
|
};
|
|
18249
|
+
const messageBot16X16 = {
|
|
18250
|
+
name: 'message_bot_16_x_16',
|
|
18251
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14.985 2.016c.286.284.645.44 1.015.485-.369.044-.728.2-1.012.484a1.7 1.7 0 0 0-.487 1.013c-.044-.37-.2-.73-.487-1.015A1.7 1.7 0 0 0 13 2.498c.369-.044.728-.2 1.012-.484.286-.285.442-.644.487-1.013.044.37.2.73.486 1.015M13 7.994c0 2.208-2.239 3.997-5 3.997S3 10.2 3 7.994s2.239-3.996 5-3.996 5 1.79 5 3.996m-7 0a1 1 0 1 0 0-1.999 1 1 0 0 0 0 2m4.5 1.008h-5s.917 1.481 2.5 1.481c1.514 0 2.5-1.48 2.5-1.48m.5-2.007a1 1 0 1 0-1.999.001 1 1 0 0 0 1.999 0m3.692 2.759c-.878 2.452-3.541 4.235-6.692 4.235a8 8 0 0 1-1.782-.204L3 15.5v-3.3c-.764-.673-1.363-1.527-1.692-2.446C.696 9.418 0 8.76 0 7.994S.696 6.57 1.308 6.235C2.186 3.783 4.849 2 8 2c1.075 0 2.09.214 3 .585V1h1v2.078c1.267.758 2.23 1.862 2.692 3.156.612.335 1.308.993 1.308 1.76s-.696 1.423-1.308 1.759M14 7.994C14 5.24 11.308 3 8 3S2 5.24 2 7.994s2.692 4.996 6 4.996 6-2.241 6-4.996" class="cls-1"/></svg>`,
|
|
18252
|
+
};
|
|
18415
18253
|
const microphone16X16 = {
|
|
18416
18254
|
name: 'microphone_16_x_16',
|
|
18417
18255
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6 8V4a2 2 0 1 1 4 0v4a2 2 0 0 1-4 0m6 0v-.5a.5.5 0 1 0-1 0V8a3 3 0 1 1-6 0v-.5a.5.5 0 1 0-1 0V8c0 1.859 1.28 3.411 3 3.858V14h2v-2.142c1.72-.447 3-2 3-3.858" class="cls-1"/><path d="M6 8V4a2 2 0 1 1 4 0v4a2 2 0 0 1-4 0m6 0v-.5a.5.5 0 1 0-1 0V8a3 3 0 1 1-6 0v-.5a.5.5 0 1 0-1 0V8c0 1.859 1.28 3.411 3 3.858V14h2v-2.142c1.72-.447 3-2 3-3.858" class="cls-1"/></svg>`,
|
|
@@ -18490,7 +18328,7 @@
|
|
|
18490
18328
|
};
|
|
18491
18329
|
const rectangleLines16X16 = {
|
|
18492
18330
|
name: 'rectangle_lines_16_x_16',
|
|
18493
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3
|
|
18331
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3 2v12h10V2zm6 7H5V8h4zm2-2H5V6h6zm0-2H5V4h6z" class="cls-1"/></svg>`,
|
|
18494
18332
|
};
|
|
18495
18333
|
const runningArrow16X16 = {
|
|
18496
18334
|
name: 'running_arrow_16_x_16',
|
|
@@ -18604,6 +18442,14 @@
|
|
|
18604
18442
|
name: 'three_vertical_lines_16_x_16',
|
|
18605
18443
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11 3h2v10h-2zM7 3h2v10H7zM3 3h2v10H3z" class="cls-1"/></svg>`,
|
|
18606
18444
|
};
|
|
18445
|
+
const thumbDown16X16 = {
|
|
18446
|
+
name: 'thumb_down_16_x_16',
|
|
18447
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14 10h-2V3h2zM2 6.554c0 .488.558.923.581 1.158s-.194.503-.194.796c0 .635.51 1.492 1.315 1.492H5.75c.336 0 .525.327.426.648C6.08 10.96 6 11 6 11.5 6 13 7.001 14 8 14a.5.5 0 0 0 .5-.5V12c0-1.5 1.317-1.13 2.5-3V3S8.255 2 6.5 2H5.064C3.68 2 4.034 3.334 3.839 3.404c-.453.162-1.023.676-1.023 1.35 0 .172.145.393.084.486-.123.186-.9.689-.9 1.314" class="cls-1"/></svg>`,
|
|
18448
|
+
};
|
|
18449
|
+
const thumbUp16X16 = {
|
|
18450
|
+
name: 'thumb_up_16_x_16',
|
|
18451
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 7h2v7H2zm12 2.446c0-.488-.558-.923-.581-1.158s.194-.503.194-.796c0-.635-.51-1.492-1.315-1.492H10.25c-.336 0-.525-.327-.426-.648C9.92 5.04 10 5 10 4.5 10 3 8.999 2 8 2a.5.5 0 0 0-.5.5V4c0 1.5-1.317 1.13-2.5 3v6s2.745 1 4.5 1h1.436c1.383 0 1.03-1.334 1.225-1.404.453-.162 1.023-.676 1.023-1.35 0-.172-.145-.393-.084-.486.123-.186.9-.689.9-1.314" class="cls-1"/></svg>`,
|
|
18452
|
+
};
|
|
18607
18453
|
const thumbtack16X16 = {
|
|
18608
18454
|
name: 'thumbtack_16_x_16',
|
|
18609
18455
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m10 7-.625-5H10V1H5v1h.625L5 7a2 2 0 0 0-2 2h4v4l.5 2 .5-2V9h4a2 2 0 0 0-2-2" class="cls-1"/></svg>`,
|
|
@@ -20681,9 +20527,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
20681
20527
|
const iconArrowExpanderDownTag = 'nimble-icon-arrow-expander-down';
|
|
20682
20528
|
|
|
20683
20529
|
const DropdownPosition = {
|
|
20684
|
-
above: 'above'
|
|
20685
|
-
below: 'below'
|
|
20686
|
-
};
|
|
20530
|
+
above: 'above'};
|
|
20687
20531
|
const DropdownAppearance = {
|
|
20688
20532
|
underline: 'underline',
|
|
20689
20533
|
outline: 'outline',
|
|
@@ -20985,9 +20829,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
20985
20829
|
*/
|
|
20986
20830
|
const FilterMode = {
|
|
20987
20831
|
none: undefined,
|
|
20988
|
-
standard: 'standard'
|
|
20989
|
-
manual: 'manual'
|
|
20990
|
-
};
|
|
20832
|
+
standard: 'standard'};
|
|
20991
20833
|
|
|
20992
20834
|
const styles$I = css `
|
|
20993
20835
|
${styles$K}
|
|
@@ -22322,7 +22164,6 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22322
22164
|
`;
|
|
22323
22165
|
|
|
22324
22166
|
const DrawerLocation = {
|
|
22325
|
-
left: 'left',
|
|
22326
22167
|
right: 'right'
|
|
22327
22168
|
};
|
|
22328
22169
|
|
|
@@ -22783,6 +22624,18 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22783
22624
|
}
|
|
22784
22625
|
registerIcon('icon-bell-and-comment', IconBellAndComment);
|
|
22785
22626
|
|
|
22627
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
22628
|
+
// See generation source in nimble-components/build/generate-icons
|
|
22629
|
+
/**
|
|
22630
|
+
* The icon component for the 'bellCheck' icon
|
|
22631
|
+
*/
|
|
22632
|
+
class IconBellCheck extends Icon {
|
|
22633
|
+
constructor() {
|
|
22634
|
+
super(bellCheck16X16);
|
|
22635
|
+
}
|
|
22636
|
+
}
|
|
22637
|
+
registerIcon('icon-bell-check', IconBellCheck);
|
|
22638
|
+
|
|
22786
22639
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
22787
22640
|
// See generation source in nimble-components/build/generate-icons
|
|
22788
22641
|
/**
|
|
@@ -22795,6 +22648,18 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22795
22648
|
}
|
|
22796
22649
|
registerIcon('icon-bell-circle', IconBellCircle);
|
|
22797
22650
|
|
|
22651
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
22652
|
+
// See generation source in nimble-components/build/generate-icons
|
|
22653
|
+
/**
|
|
22654
|
+
* The icon component for the 'bellOn' icon
|
|
22655
|
+
*/
|
|
22656
|
+
class IconBellOn extends Icon {
|
|
22657
|
+
constructor() {
|
|
22658
|
+
super(bellOn16X16);
|
|
22659
|
+
}
|
|
22660
|
+
}
|
|
22661
|
+
registerIcon('icon-bell-on', IconBellOn);
|
|
22662
|
+
|
|
22798
22663
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
22799
22664
|
// See generation source in nimble-components/build/generate-icons
|
|
22800
22665
|
/**
|
|
@@ -24011,6 +23876,18 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
24011
23876
|
}
|
|
24012
23877
|
registerIcon('icon-markdown', IconMarkdown);
|
|
24013
23878
|
|
|
23879
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
23880
|
+
// See generation source in nimble-components/build/generate-icons
|
|
23881
|
+
/**
|
|
23882
|
+
* The icon component for the 'messageBot' icon
|
|
23883
|
+
*/
|
|
23884
|
+
class IconMessageBot extends Icon {
|
|
23885
|
+
constructor() {
|
|
23886
|
+
super(messageBot16X16);
|
|
23887
|
+
}
|
|
23888
|
+
}
|
|
23889
|
+
registerIcon('icon-message-bot', IconMessageBot);
|
|
23890
|
+
|
|
24014
23891
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
24015
23892
|
// See generation source in nimble-components/build/generate-icons
|
|
24016
23893
|
/**
|
|
@@ -24590,6 +24467,30 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
24590
24467
|
}
|
|
24591
24468
|
registerIcon('icon-three-vertical-lines', IconThreeVerticalLines);
|
|
24592
24469
|
|
|
24470
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
24471
|
+
// See generation source in nimble-components/build/generate-icons
|
|
24472
|
+
/**
|
|
24473
|
+
* The icon component for the 'thumbDown' icon
|
|
24474
|
+
*/
|
|
24475
|
+
class IconThumbDown extends Icon {
|
|
24476
|
+
constructor() {
|
|
24477
|
+
super(thumbDown16X16);
|
|
24478
|
+
}
|
|
24479
|
+
}
|
|
24480
|
+
registerIcon('icon-thumb-down', IconThumbDown);
|
|
24481
|
+
|
|
24482
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
24483
|
+
// See generation source in nimble-components/build/generate-icons
|
|
24484
|
+
/**
|
|
24485
|
+
* The icon component for the 'thumbUp' icon
|
|
24486
|
+
*/
|
|
24487
|
+
class IconThumbUp extends Icon {
|
|
24488
|
+
constructor() {
|
|
24489
|
+
super(thumbUp16X16);
|
|
24490
|
+
}
|
|
24491
|
+
}
|
|
24492
|
+
registerIcon('icon-thumb-up', IconThumbUp);
|
|
24493
|
+
|
|
24593
24494
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
24594
24495
|
// See generation source in nimble-components/build/generate-icons
|
|
24595
24496
|
/**
|
|
@@ -26098,8 +25999,6 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
26098
25999
|
* The options of where to position the menu relative to the menu button.
|
|
26099
26000
|
*/
|
|
26100
26001
|
const MenuButtonPosition = {
|
|
26101
|
-
above: 'above',
|
|
26102
|
-
below: 'below',
|
|
26103
26002
|
auto: 'auto'
|
|
26104
26003
|
};
|
|
26105
26004
|
|
|
@@ -40188,6 +40087,65 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
40188
40087
|
return true;
|
|
40189
40088
|
};
|
|
40190
40089
|
/**
|
|
40090
|
+
Create a variant of [`splitBlock`](https://prosemirror.net/docs/ref/#commands.splitBlock) that uses
|
|
40091
|
+
a custom function to determine the type of the newly split off block.
|
|
40092
|
+
*/
|
|
40093
|
+
function splitBlockAs(splitNode) {
|
|
40094
|
+
return (state, dispatch) => {
|
|
40095
|
+
let { $from, $to } = state.selection;
|
|
40096
|
+
if (state.selection instanceof NodeSelection && state.selection.node.isBlock) {
|
|
40097
|
+
if (!$from.parentOffset || !canSplit(state.doc, $from.pos))
|
|
40098
|
+
return false;
|
|
40099
|
+
if (dispatch)
|
|
40100
|
+
dispatch(state.tr.split($from.pos).scrollIntoView());
|
|
40101
|
+
return true;
|
|
40102
|
+
}
|
|
40103
|
+
if (!$from.depth)
|
|
40104
|
+
return false;
|
|
40105
|
+
let types = [];
|
|
40106
|
+
let splitDepth, deflt, atEnd = false, atStart = false;
|
|
40107
|
+
for (let d = $from.depth;; d--) {
|
|
40108
|
+
let node = $from.node(d);
|
|
40109
|
+
if (node.isBlock) {
|
|
40110
|
+
atEnd = $from.end(d) == $from.pos + ($from.depth - d);
|
|
40111
|
+
atStart = $from.start(d) == $from.pos - ($from.depth - d);
|
|
40112
|
+
deflt = defaultBlockAt$1($from.node(d - 1).contentMatchAt($from.indexAfter(d - 1)));
|
|
40113
|
+
types.unshift((atEnd && deflt ? { type: deflt } : null));
|
|
40114
|
+
splitDepth = d;
|
|
40115
|
+
break;
|
|
40116
|
+
}
|
|
40117
|
+
else {
|
|
40118
|
+
if (d == 1)
|
|
40119
|
+
return false;
|
|
40120
|
+
types.unshift(null);
|
|
40121
|
+
}
|
|
40122
|
+
}
|
|
40123
|
+
let tr = state.tr;
|
|
40124
|
+
if (state.selection instanceof TextSelection || state.selection instanceof AllSelection)
|
|
40125
|
+
tr.deleteSelection();
|
|
40126
|
+
let splitPos = tr.mapping.map($from.pos);
|
|
40127
|
+
let can = canSplit(tr.doc, splitPos, types.length, types);
|
|
40128
|
+
if (!can) {
|
|
40129
|
+
types[0] = deflt ? { type: deflt } : null;
|
|
40130
|
+
can = canSplit(tr.doc, splitPos, types.length, types);
|
|
40131
|
+
}
|
|
40132
|
+
tr.split(splitPos, types.length, types);
|
|
40133
|
+
if (!atEnd && atStart && $from.node(splitDepth).type != deflt) {
|
|
40134
|
+
let first = tr.mapping.map($from.before(splitDepth)), $first = tr.doc.resolve(first);
|
|
40135
|
+
if (deflt && $from.node(splitDepth - 1).canReplaceWith($first.index(), $first.index() + 1, deflt))
|
|
40136
|
+
tr.setNodeMarkup(tr.mapping.map($from.before(splitDepth)), deflt);
|
|
40137
|
+
}
|
|
40138
|
+
if (dispatch)
|
|
40139
|
+
dispatch(tr.scrollIntoView());
|
|
40140
|
+
return true;
|
|
40141
|
+
};
|
|
40142
|
+
}
|
|
40143
|
+
/**
|
|
40144
|
+
Split the parent block of the selection. If the selection is a text
|
|
40145
|
+
selection, also delete its content.
|
|
40146
|
+
*/
|
|
40147
|
+
const splitBlock$1 = splitBlockAs();
|
|
40148
|
+
/**
|
|
40191
40149
|
Move the selection to the node wrapping the current selection, if
|
|
40192
40150
|
any. (Will not select the document node.)
|
|
40193
40151
|
*/
|
|
@@ -40346,6 +40304,34 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
40346
40304
|
return true;
|
|
40347
40305
|
};
|
|
40348
40306
|
}
|
|
40307
|
+
/**
|
|
40308
|
+
Combine a number of command functions into a single function (which
|
|
40309
|
+
calls them one by one until one returns true).
|
|
40310
|
+
*/
|
|
40311
|
+
function chainCommands(...commands) {
|
|
40312
|
+
return function (state, dispatch, view) {
|
|
40313
|
+
for (let i = 0; i < commands.length; i++)
|
|
40314
|
+
if (commands[i](state, dispatch, view))
|
|
40315
|
+
return true;
|
|
40316
|
+
return false;
|
|
40317
|
+
};
|
|
40318
|
+
}
|
|
40319
|
+
chainCommands(deleteSelection$1, joinBackward$1, selectNodeBackward$1);
|
|
40320
|
+
chainCommands(deleteSelection$1, joinForward$1, selectNodeForward$1);
|
|
40321
|
+
/**
|
|
40322
|
+
A basic keymap containing bindings not specific to any schema.
|
|
40323
|
+
Binds the following keys (when multiple commands are listed, they
|
|
40324
|
+
are chained with [`chainCommands`](https://prosemirror.net/docs/ref/#commands.chainCommands)):
|
|
40325
|
+
|
|
40326
|
+
* **Enter** to `newlineInCode`, `createParagraphNear`, `liftEmptyBlock`, `splitBlock`
|
|
40327
|
+
* **Mod-Enter** to `exitCode`
|
|
40328
|
+
* **Backspace** and **Mod-Backspace** to `deleteSelection`, `joinBackward`, `selectNodeBackward`
|
|
40329
|
+
* **Delete** and **Mod-Delete** to `deleteSelection`, `joinForward`, `selectNodeForward`
|
|
40330
|
+
* **Mod-Delete** to `deleteSelection`, `joinForward`, `selectNodeForward`
|
|
40331
|
+
* **Mod-a** to `selectAll`
|
|
40332
|
+
*/
|
|
40333
|
+
({
|
|
40334
|
+
"Enter": chainCommands(newlineInCode$1, createParagraphNear$1, liftEmptyBlock$1, splitBlock$1)});
|
|
40349
40335
|
typeof navigator != "undefined" ? /Mac|iP(hone|[oa]d)/.test(navigator.platform)
|
|
40350
40336
|
// @ts-ignore
|
|
40351
40337
|
: typeof os != "undefined" && os.platform ? os.platform() == "darwin" : false;
|
|
@@ -53368,16 +53354,6 @@ img.ProseMirror-separator {
|
|
|
53368
53354
|
return output;
|
|
53369
53355
|
}
|
|
53370
53356
|
|
|
53371
|
-
/**
|
|
53372
|
-
* Creates a string based on an array of numeric code points.
|
|
53373
|
-
* @see `punycode.ucs2.decode`
|
|
53374
|
-
* @memberOf punycode.ucs2
|
|
53375
|
-
* @name encode
|
|
53376
|
-
* @param {Array} codePoints The array of numeric code points.
|
|
53377
|
-
* @returns {String} The new Unicode string (UCS-2).
|
|
53378
|
-
*/
|
|
53379
|
-
const ucs2encode = codePoints => String.fromCodePoint(...codePoints);
|
|
53380
|
-
|
|
53381
53357
|
/**
|
|
53382
53358
|
* Converts a basic code point into a digit/integer.
|
|
53383
53359
|
* @see `digitToBasic()`
|
|
@@ -53663,25 +53639,6 @@ img.ProseMirror-separator {
|
|
|
53663
53639
|
|
|
53664
53640
|
/** Define the public API */
|
|
53665
53641
|
const punycode = {
|
|
53666
|
-
/**
|
|
53667
|
-
* A string representing the current Punycode.js version number.
|
|
53668
|
-
* @memberOf punycode
|
|
53669
|
-
* @type String
|
|
53670
|
-
*/
|
|
53671
|
-
'version': '2.3.1',
|
|
53672
|
-
/**
|
|
53673
|
-
* An object of methods to convert from JavaScript's internal character
|
|
53674
|
-
* representation (UCS-2) to Unicode code points, and back.
|
|
53675
|
-
* @see <https://mathiasbynens.be/notes/javascript-encoding>
|
|
53676
|
-
* @memberOf punycode
|
|
53677
|
-
* @type Object
|
|
53678
|
-
*/
|
|
53679
|
-
'ucs2': {
|
|
53680
|
-
'decode': ucs2decode,
|
|
53681
|
-
'encode': ucs2encode
|
|
53682
|
-
},
|
|
53683
|
-
'decode': decode,
|
|
53684
|
-
'encode': encode,
|
|
53685
53642
|
'toASCII': toASCII,
|
|
53686
53643
|
'toUnicode': toUnicode
|
|
53687
53644
|
};
|
|
@@ -56207,8 +56164,8 @@ img.ProseMirror-separator {
|
|
|
56207
56164
|
this.values = values;
|
|
56208
56165
|
}
|
|
56209
56166
|
|
|
56210
|
-
Leaf.__proto__ = RopeSequence;
|
|
56211
|
-
Leaf.prototype = Object.create( RopeSequence.prototype );
|
|
56167
|
+
if ( RopeSequence ) Leaf.__proto__ = RopeSequence;
|
|
56168
|
+
Leaf.prototype = Object.create( RopeSequence && RopeSequence.prototype );
|
|
56212
56169
|
Leaf.prototype.constructor = Leaf;
|
|
56213
56170
|
|
|
56214
56171
|
var prototypeAccessors = { length: { configurable: true },depth: { configurable: true } };
|
|
@@ -56268,8 +56225,8 @@ img.ProseMirror-separator {
|
|
|
56268
56225
|
this.depth = Math.max(left.depth, right.depth) + 1;
|
|
56269
56226
|
}
|
|
56270
56227
|
|
|
56271
|
-
Append.__proto__ = RopeSequence;
|
|
56272
|
-
Append.prototype = Object.create( RopeSequence.prototype );
|
|
56228
|
+
if ( RopeSequence ) Append.__proto__ = RopeSequence;
|
|
56229
|
+
Append.prototype = Object.create( RopeSequence && RopeSequence.prototype );
|
|
56273
56230
|
Append.prototype.constructor = Append;
|
|
56274
56231
|
|
|
56275
56232
|
Append.prototype.flatten = function flatten () {
|
|
@@ -58831,7 +58788,7 @@ img.ProseMirror-separator {
|
|
|
58831
58788
|
.replace(ATTR_WHITESPACE, '')
|
|
58832
58789
|
.match(new RegExp(
|
|
58833
58790
|
// eslint-disable-next-line no-useless-escape
|
|
58834
|
-
`^(?:(?:${allowedProtocols.join('|')}):|[^a-z]|[a-
|
|
58791
|
+
`^(?:(?:${allowedProtocols.join('|')}):|[^a-z]|[a-z0-9+.\-]+(?:[^a-z+.\-:]|$))`, 'i')));
|
|
58835
58792
|
}
|
|
58836
58793
|
/**
|
|
58837
58794
|
* This extension allows you to create links.
|
|
@@ -63112,7 +63069,7 @@ img.ProseMirror-separator {
|
|
|
63112
63069
|
var _row$getValue;
|
|
63113
63070
|
return (_row$getValue = row.getValue(columnId)) != null ? _row$getValue : table.options.renderFallbackValue;
|
|
63114
63071
|
},
|
|
63115
|
-
subRows: [],
|
|
63072
|
+
subRows: subRows != null ? subRows : [],
|
|
63116
63073
|
getLeafRows: () => flattenBy(row.subRows, d => d.subRows),
|
|
63117
63074
|
getParentRow: () => row.parentId ? table.getRow(row.parentId, true) : undefined,
|
|
63118
63075
|
getParentRows: () => {
|
|
@@ -67985,10 +67942,15 @@ focus outline in that case.
|
|
|
67985
67942
|
const endHandler = createHandler(false);
|
|
67986
67943
|
endHandler();
|
|
67987
67944
|
element.addEventListener("scroll", handler, addEventListenerOptions);
|
|
67988
|
-
|
|
67945
|
+
const registerScrollendEvent = instance.options.useScrollendEvent && supportsScrollend;
|
|
67946
|
+
if (registerScrollendEvent) {
|
|
67947
|
+
element.addEventListener("scrollend", endHandler, addEventListenerOptions);
|
|
67948
|
+
}
|
|
67989
67949
|
return () => {
|
|
67990
67950
|
element.removeEventListener("scroll", handler);
|
|
67991
|
-
|
|
67951
|
+
if (registerScrollendEvent) {
|
|
67952
|
+
element.removeEventListener("scrollend", endHandler);
|
|
67953
|
+
}
|
|
67992
67954
|
};
|
|
67993
67955
|
};
|
|
67994
67956
|
const measureElement = (element, entry, instance) => {
|
|
@@ -68292,23 +68254,33 @@ focus outline in that case.
|
|
|
68292
68254
|
debug: () => this.options.debug
|
|
68293
68255
|
}
|
|
68294
68256
|
);
|
|
68295
|
-
this.
|
|
68296
|
-
() =>
|
|
68297
|
-
|
|
68298
|
-
|
|
68299
|
-
this.
|
|
68300
|
-
|
|
68301
|
-
|
|
68302
|
-
|
|
68303
|
-
|
|
68304
|
-
|
|
68305
|
-
|
|
68257
|
+
this.getVirtualIndexes = memo(
|
|
68258
|
+
() => {
|
|
68259
|
+
let startIndex = null;
|
|
68260
|
+
let endIndex = null;
|
|
68261
|
+
const range = this.calculateRange();
|
|
68262
|
+
if (range) {
|
|
68263
|
+
startIndex = range.startIndex;
|
|
68264
|
+
endIndex = range.endIndex;
|
|
68265
|
+
}
|
|
68266
|
+
return [
|
|
68267
|
+
this.options.rangeExtractor,
|
|
68268
|
+
this.options.overscan,
|
|
68269
|
+
this.options.count,
|
|
68270
|
+
startIndex,
|
|
68271
|
+
endIndex
|
|
68272
|
+
];
|
|
68273
|
+
},
|
|
68274
|
+
(rangeExtractor, overscan, count, startIndex, endIndex) => {
|
|
68275
|
+
return startIndex === null || endIndex === null ? [] : rangeExtractor({
|
|
68276
|
+
startIndex,
|
|
68277
|
+
endIndex,
|
|
68306
68278
|
overscan,
|
|
68307
68279
|
count
|
|
68308
68280
|
});
|
|
68309
68281
|
},
|
|
68310
68282
|
{
|
|
68311
|
-
key: "
|
|
68283
|
+
key: "getVirtualIndexes",
|
|
68312
68284
|
debug: () => this.options.debug
|
|
68313
68285
|
}
|
|
68314
68286
|
);
|
|
@@ -68377,7 +68349,7 @@ focus outline in that case.
|
|
|
68377
68349
|
this._measureElement(node, undefined);
|
|
68378
68350
|
};
|
|
68379
68351
|
this.getVirtualItems = memo(
|
|
68380
|
-
() => [this.
|
|
68352
|
+
() => [this.getVirtualIndexes(), this.getMeasurements()],
|
|
68381
68353
|
(indexes, measurements) => {
|
|
68382
68354
|
const virtualItems = [];
|
|
68383
68355
|
for (let k = 0, len = indexes.length; k < len; k++) {
|
|
@@ -72517,9 +72489,7 @@ focus outline in that case.
|
|
|
72517
72489
|
* Formatting scheme for the date-text table column
|
|
72518
72490
|
*/
|
|
72519
72491
|
const DateTextFormat = {
|
|
72520
|
-
default: undefined
|
|
72521
|
-
custom: 'custom'
|
|
72522
|
-
};
|
|
72492
|
+
default: undefined};
|
|
72523
72493
|
|
|
72524
72494
|
const dateTextValidityFlagNames = ['invalidCustomOptionsCombination'];
|
|
72525
72495
|
/**
|
|
@@ -73186,12 +73156,7 @@ focus outline in that case.
|
|
|
73186
73156
|
* @public
|
|
73187
73157
|
*/
|
|
73188
73158
|
const IconSeverity = {
|
|
73189
|
-
default: undefined
|
|
73190
|
-
error: 'error',
|
|
73191
|
-
warning: 'warning',
|
|
73192
|
-
success: 'success',
|
|
73193
|
-
information: 'information'
|
|
73194
|
-
};
|
|
73159
|
+
default: undefined};
|
|
73195
73160
|
|
|
73196
73161
|
/**
|
|
73197
73162
|
* Common state shared across Mapping Config
|
|
@@ -73447,7 +73412,6 @@ focus outline in that case.
|
|
|
73447
73412
|
* Width mode for the mapping column
|
|
73448
73413
|
*/
|
|
73449
73414
|
const TableColumnMappingWidthMode = {
|
|
73450
|
-
default: undefined,
|
|
73451
73415
|
iconSize: 'icon-size'
|
|
73452
73416
|
};
|
|
73453
73417
|
|
|
@@ -73758,7 +73722,6 @@ focus outline in that case.
|
|
|
73758
73722
|
* The `default` alignment is determined by the column's `NumberTextFormat`.
|
|
73759
73723
|
*/
|
|
73760
73724
|
const NumberTextAlignment = {
|
|
73761
|
-
default: undefined,
|
|
73762
73725
|
left: 'left',
|
|
73763
73726
|
right: 'right'
|
|
73764
73727
|
};
|
|
@@ -79070,7 +79033,6 @@ focus outline in that case.
|
|
|
79070
79033
|
new ZoomEvent(type, {
|
|
79071
79034
|
sourceEvent: this.sourceEvent,
|
|
79072
79035
|
target: zoom,
|
|
79073
|
-
type,
|
|
79074
79036
|
transform: this.that.__zoom,
|
|
79075
79037
|
dispatch: listeners
|
|
79076
79038
|
}),
|
|
@@ -91016,15 +90978,9 @@ focus outline in that case.
|
|
|
91016
90978
|
const WaferMapOriginLocation = {
|
|
91017
90979
|
bottomLeft: 'bottom-left',
|
|
91018
90980
|
bottomRight: 'bottom-right',
|
|
91019
|
-
topLeft: 'top-left'
|
|
91020
|
-
topRight: 'top-right'
|
|
91021
|
-
};
|
|
90981
|
+
topLeft: 'top-left'};
|
|
91022
90982
|
const WaferMapOrientation = {
|
|
91023
|
-
top: 'top'
|
|
91024
|
-
bottom: 'bottom',
|
|
91025
|
-
left: 'left',
|
|
91026
|
-
right: 'right'
|
|
91027
|
-
};
|
|
90983
|
+
top: 'top'};
|
|
91028
90984
|
const HoverDieOpacity = {
|
|
91029
90985
|
show: 'show',
|
|
91030
90986
|
hide: 'hide'
|