igniteui-webcomponents 6.0.0 → 6.0.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.
- package/CHANGELOG.md +16 -0
- package/README.md +6 -1
- package/components/avatar/themes/dark/avatar.bootstrap.css.js +1 -1
- package/components/avatar/themes/dark/avatar.bootstrap.css.js.map +1 -1
- package/components/avatar/themes/dark/avatar.fluent.css.js +1 -1
- package/components/avatar/themes/dark/avatar.fluent.css.js.map +1 -1
- package/components/avatar/themes/dark/avatar.material.css.js +1 -1
- package/components/avatar/themes/dark/avatar.material.css.js.map +1 -1
- package/components/calendar/themes/dark/calendar.fluent.css.js +1 -1
- package/components/calendar/themes/dark/calendar.fluent.css.js.map +1 -1
- package/components/calendar/themes/light/calendar.fluent.css.js +1 -1
- package/components/calendar/themes/light/calendar.fluent.css.js.map +1 -1
- package/components/calendar/themes/light/calendar.shared.css.js +1 -1
- package/components/calendar/themes/light/calendar.shared.css.js.map +1 -1
- package/components/chip/chip.d.ts +4 -0
- package/components/chip/chip.js +26 -3
- package/components/chip/chip.js.map +1 -1
- package/components/chip/themes/shared/chip.common.css.js +1 -1
- package/components/chip/themes/shared/chip.common.css.js.map +1 -1
- package/components/chip/themes/shared/chip.indigo.css.js +1 -1
- package/components/chip/themes/shared/chip.indigo.css.js.map +1 -1
- package/components/common/controllers/gestures.d.ts +1 -0
- package/components/common/controllers/gestures.js.map +1 -1
- package/components/common/controllers/resize-observer.d.ts +11 -8
- package/components/common/controllers/resize-observer.js +3 -3
- package/components/common/controllers/resize-observer.js.map +1 -1
- package/components/date-picker/date-picker.d.ts +35 -35
- package/components/date-picker/date-picker.js +131 -128
- package/components/date-picker/date-picker.js.map +1 -1
- package/components/date-picker/themes/dark/date-picker.fluent.css.js +1 -1
- package/components/date-picker/themes/dark/date-picker.fluent.css.js.map +1 -1
- package/components/date-picker/themes/light/date-picker.fluent.css.js +1 -1
- package/components/date-picker/themes/light/date-picker.fluent.css.js.map +1 -1
- package/components/date-picker/themes/light/date-picker.shared.css.js +1 -1
- package/components/date-picker/themes/light/date-picker.shared.css.js.map +1 -1
- package/components/date-time-input/date-time-input.js +1 -1
- package/components/date-time-input/date-time-input.js.map +1 -1
- package/components/file-input/file-input.d.ts +1 -1
- package/components/file-input/file-input.js.map +1 -1
- package/components/input/themes/input.base.css.js +1 -1
- package/components/input/themes/input.base.css.js.map +1 -1
- package/components/progress/themes/circular/dark/circular.progress.shared.css.js +1 -1
- package/components/progress/themes/circular/dark/circular.progress.shared.css.js.map +1 -1
- package/components/progress/themes/linear/dark/linear.progress.bootstrap.css.js +1 -1
- package/components/progress/themes/linear/dark/linear.progress.bootstrap.css.js.map +1 -1
- package/components/progress/themes/linear/dark/linear.progress.shared.css.js +1 -1
- package/components/progress/themes/linear/dark/linear.progress.shared.css.js.map +1 -1
- package/components/radio-group/radio-group.d.ts +2 -1
- package/components/radio-group/radio-group.js +23 -10
- package/components/radio-group/radio-group.js.map +1 -1
- package/components/radio-group/themes/dark/radio-group.bootstrap.css.js +3 -0
- package/components/radio-group/themes/dark/radio-group.bootstrap.css.js.map +1 -0
- package/components/radio-group/themes/dark/radio-group.fluent.css.js +3 -0
- package/components/radio-group/themes/dark/radio-group.fluent.css.js.map +1 -0
- package/components/radio-group/themes/dark/radio-group.indigo.css.js +3 -0
- package/components/radio-group/themes/dark/radio-group.indigo.css.js.map +1 -0
- package/components/radio-group/themes/dark/radio-group.material.css.js +3 -0
- package/components/radio-group/themes/dark/radio-group.material.css.js.map +1 -0
- package/components/radio-group/themes/light/radio-group.bootstrap.css.d.ts +1 -0
- package/components/radio-group/themes/light/radio-group.bootstrap.css.js +3 -0
- package/components/radio-group/themes/light/radio-group.bootstrap.css.js.map +1 -0
- package/components/radio-group/themes/light/radio-group.fluent.css.d.ts +1 -0
- package/components/radio-group/themes/light/radio-group.fluent.css.js +3 -0
- package/components/radio-group/themes/light/radio-group.fluent.css.js.map +1 -0
- package/components/radio-group/themes/light/radio-group.indigo.css.d.ts +1 -0
- package/components/radio-group/themes/light/radio-group.indigo.css.js +3 -0
- package/components/radio-group/themes/light/radio-group.indigo.css.js.map +1 -0
- package/components/radio-group/themes/light/radio-group.material.css.d.ts +1 -0
- package/components/radio-group/themes/light/radio-group.material.css.js +3 -0
- package/components/radio-group/themes/light/radio-group.material.css.js.map +1 -0
- package/components/radio-group/themes/light/radio-group.shared.css.d.ts +1 -0
- package/components/radio-group/themes/light/radio-group.shared.css.js +3 -0
- package/components/radio-group/themes/light/radio-group.shared.css.js.map +1 -0
- package/components/radio-group/themes/radio-group.base.css.d.ts +1 -0
- package/components/radio-group/{radio-group.base.css.js → themes/radio-group.base.css.js} +1 -1
- package/components/radio-group/themes/radio-group.base.css.js.map +1 -0
- package/components/radio-group/themes/shared/radio-group.bootstrap.css.d.ts +1 -0
- package/components/radio-group/themes/shared/radio-group.bootstrap.css.js +3 -0
- package/components/radio-group/themes/shared/radio-group.bootstrap.css.js.map +1 -0
- package/components/radio-group/themes/shared/radio-group.common.css.d.ts +1 -0
- package/components/radio-group/themes/shared/radio-group.common.css.js +3 -0
- package/components/radio-group/themes/shared/radio-group.common.css.js.map +1 -0
- package/components/radio-group/themes/shared/radio-group.fluent.css.d.ts +1 -0
- package/components/radio-group/themes/shared/radio-group.fluent.css.js +3 -0
- package/components/radio-group/themes/shared/radio-group.fluent.css.js.map +1 -0
- package/components/radio-group/themes/shared/radio-group.indigo.css.d.ts +1 -0
- package/components/radio-group/themes/shared/radio-group.indigo.css.js +3 -0
- package/components/radio-group/themes/shared/radio-group.indigo.css.js.map +1 -0
- package/components/radio-group/themes/shared/radio-group.material.css.d.ts +1 -0
- package/components/radio-group/themes/shared/radio-group.material.css.js +3 -0
- package/components/radio-group/themes/shared/radio-group.material.css.js.map +1 -0
- package/components/radio-group/themes/themes.d.ts +2 -0
- package/components/radio-group/themes/themes.js +50 -0
- package/components/radio-group/themes/themes.js.map +1 -0
- package/components/stepper/themes/step/dark/step.indigo.css.js +1 -1
- package/components/stepper/themes/step/dark/step.indigo.css.js.map +1 -1
- package/components/stepper/themes/step/light/step.bootstrap.css.js +1 -1
- package/components/stepper/themes/step/light/step.bootstrap.css.js.map +1 -1
- package/components/stepper/themes/step/light/step.fluent.css.js +1 -1
- package/components/stepper/themes/step/light/step.fluent.css.js.map +1 -1
- package/components/stepper/themes/step/light/step.indigo.css.js +1 -1
- package/components/stepper/themes/step/light/step.indigo.css.js.map +1 -1
- package/components/stepper/themes/step/light/step.material.css.js +1 -1
- package/components/stepper/themes/step/light/step.material.css.js.map +1 -1
- package/components/stepper/themes/step/light/step.shared.css.js +1 -1
- package/components/stepper/themes/step/light/step.shared.css.js.map +1 -1
- package/components/tabs/tab-dom.d.ts +2 -2
- package/components/tabs/tab-dom.js +15 -2
- package/components/tabs/tab-dom.js.map +1 -1
- package/components/tabs/tabs.d.ts +2 -1
- package/components/tabs/tabs.js +2 -2
- package/components/tabs/tabs.js.map +1 -1
- package/components/tabs/themes/dark/tab.indigo.css.js +1 -1
- package/components/tabs/themes/dark/tab.indigo.css.js.map +1 -1
- package/components/tabs/themes/light/tab.indigo.css.js +1 -1
- package/components/tabs/themes/light/tab.indigo.css.js.map +1 -1
- package/components/tabs/themes/tab.base.css.js +1 -1
- package/components/tabs/themes/tab.base.css.js.map +1 -1
- package/components/textarea/textarea.d.ts +29 -32
- package/components/textarea/textarea.js +89 -91
- package/components/textarea/textarea.js.map +1 -1
- package/components/tooltip/tooltip.js.map +1 -1
- package/components/types.d.ts +1 -1
- package/components/types.js.map +1 -1
- package/components/validation-container/themes/dark/validator.indigo.css.js +1 -1
- package/components/validation-container/themes/dark/validator.indigo.css.js.map +1 -1
- package/custom-elements.json +497 -270
- package/package.json +1 -1
- package/themes/dark/bootstrap.css +1 -1
- package/themes/dark/fluent.css +1 -1
- package/themes/dark/indigo.css +1 -1
- package/themes/dark/material.css +1 -1
- package/themes/light/bootstrap.css +1 -1
- package/themes/light/fluent.css +1 -1
- package/themes/light/indigo.css +1 -1
- package/themes/light/material.css +1 -1
- package/web-types.json +1 -1
- package/components/radio-group/radio-group.base.css.js.map +0 -1
- package/components/radio-group/radio-group.fluent.css.js +0 -3
- package/components/radio-group/radio-group.fluent.css.js.map +0 -1
- package/components/radio-group/radio-group.indigo.css.js +0 -3
- package/components/radio-group/radio-group.indigo.css.js.map +0 -1
- package/components/radio-group/radio-group.material.css.js +0 -3
- package/components/radio-group/radio-group.material.css.js.map +0 -1
- /package/components/radio-group/{radio-group.base.css.d.ts → themes/dark/radio-group.bootstrap.css.d.ts} +0 -0
- /package/components/radio-group/{radio-group.fluent.css.d.ts → themes/dark/radio-group.fluent.css.d.ts} +0 -0
- /package/components/radio-group/{radio-group.indigo.css.d.ts → themes/dark/radio-group.indigo.css.d.ts} +0 -0
- /package/components/radio-group/{radio-group.material.css.d.ts → themes/dark/radio-group.material.css.d.ts} +0 -0
package/custom-elements.json
CHANGED
|
@@ -23229,6 +23229,38 @@
|
|
|
23229
23229
|
"text": "'primary' | 'info' | 'success' | 'warning' | 'danger'"
|
|
23230
23230
|
}
|
|
23231
23231
|
},
|
|
23232
|
+
{
|
|
23233
|
+
"kind": "field",
|
|
23234
|
+
"name": "prefixes",
|
|
23235
|
+
"type": {
|
|
23236
|
+
"text": "Array<HTMLElement>"
|
|
23237
|
+
},
|
|
23238
|
+
"privacy": "protected"
|
|
23239
|
+
},
|
|
23240
|
+
{
|
|
23241
|
+
"kind": "field",
|
|
23242
|
+
"name": "contentStart",
|
|
23243
|
+
"type": {
|
|
23244
|
+
"text": "Array<HTMLElement>"
|
|
23245
|
+
},
|
|
23246
|
+
"privacy": "protected"
|
|
23247
|
+
},
|
|
23248
|
+
{
|
|
23249
|
+
"kind": "field",
|
|
23250
|
+
"name": "suffixes",
|
|
23251
|
+
"type": {
|
|
23252
|
+
"text": "Array<HTMLElement>"
|
|
23253
|
+
},
|
|
23254
|
+
"privacy": "protected"
|
|
23255
|
+
},
|
|
23256
|
+
{
|
|
23257
|
+
"kind": "field",
|
|
23258
|
+
"name": "contentEnd",
|
|
23259
|
+
"type": {
|
|
23260
|
+
"text": "Array<HTMLElement>"
|
|
23261
|
+
},
|
|
23262
|
+
"privacy": "protected"
|
|
23263
|
+
},
|
|
23232
23264
|
{
|
|
23233
23265
|
"kind": "method",
|
|
23234
23266
|
"name": "handleSelect",
|
|
@@ -24848,7 +24880,7 @@
|
|
|
24848
24880
|
"attribute": "type",
|
|
24849
24881
|
"reflects": true,
|
|
24850
24882
|
"expandedType": {
|
|
24851
|
-
"text": "'email' | 'number' | 'password' | 'search' | 'tel' | '
|
|
24883
|
+
"text": "'text' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'url'"
|
|
24852
24884
|
}
|
|
24853
24885
|
},
|
|
24854
24886
|
{
|
|
@@ -26003,7 +26035,7 @@
|
|
|
26003
26035
|
"fieldName": "type",
|
|
26004
26036
|
"attribute": "type",
|
|
26005
26037
|
"expandedType": {
|
|
26006
|
-
"text": "'email' | 'number' | 'password' | 'search' | 'tel' | '
|
|
26038
|
+
"text": "'text' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'url'"
|
|
26007
26039
|
}
|
|
26008
26040
|
},
|
|
26009
26041
|
{
|
|
@@ -34193,18 +34225,29 @@
|
|
|
34193
34225
|
"static": true,
|
|
34194
34226
|
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }"
|
|
34195
34227
|
},
|
|
34228
|
+
{
|
|
34229
|
+
"kind": "method",
|
|
34230
|
+
"name": "register",
|
|
34231
|
+
"privacy": "public",
|
|
34232
|
+
"static": true,
|
|
34233
|
+
"return": {
|
|
34234
|
+
"type": {
|
|
34235
|
+
"text": "void"
|
|
34236
|
+
}
|
|
34237
|
+
}
|
|
34238
|
+
},
|
|
34196
34239
|
{
|
|
34197
34240
|
"kind": "field",
|
|
34198
|
-
"name": "
|
|
34241
|
+
"name": "_increment",
|
|
34199
34242
|
"privacy": "private",
|
|
34200
34243
|
"static": true,
|
|
34201
34244
|
"readonly": true
|
|
34202
34245
|
},
|
|
34203
34246
|
{
|
|
34204
34247
|
"kind": "field",
|
|
34205
|
-
"name": "
|
|
34248
|
+
"name": "_inputId",
|
|
34206
34249
|
"privacy": "protected",
|
|
34207
|
-
"default": "`date-picker-${IgcDatePickerComponent.
|
|
34250
|
+
"default": "`date-picker-${IgcDatePickerComponent._increment()}`"
|
|
34208
34251
|
},
|
|
34209
34252
|
{
|
|
34210
34253
|
"kind": "field",
|
|
@@ -34219,12 +34262,6 @@
|
|
|
34219
34262
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
34220
34263
|
}
|
|
34221
34264
|
},
|
|
34222
|
-
{
|
|
34223
|
-
"kind": "method",
|
|
34224
|
-
"name": "register",
|
|
34225
|
-
"privacy": "public",
|
|
34226
|
-
"static": true
|
|
34227
|
-
},
|
|
34228
34265
|
{
|
|
34229
34266
|
"kind": "field",
|
|
34230
34267
|
"name": "_activeDate",
|
|
@@ -34286,9 +34323,16 @@
|
|
|
34286
34323
|
},
|
|
34287
34324
|
{
|
|
34288
34325
|
"kind": "field",
|
|
34289
|
-
"name": "
|
|
34290
|
-
"
|
|
34291
|
-
|
|
34326
|
+
"name": "_formValue",
|
|
34327
|
+
"type": {
|
|
34328
|
+
"text": "FormValue<unknown>"
|
|
34329
|
+
},
|
|
34330
|
+
"privacy": "protected",
|
|
34331
|
+
"readonly": true,
|
|
34332
|
+
"inheritedFrom": {
|
|
34333
|
+
"name": "BaseFormAssociated",
|
|
34334
|
+
"module": "src/components/common/mixins/forms/associated.ts"
|
|
34335
|
+
}
|
|
34292
34336
|
},
|
|
34293
34337
|
{
|
|
34294
34338
|
"kind": "field",
|
|
@@ -34296,7 +34340,8 @@
|
|
|
34296
34340
|
"type": {
|
|
34297
34341
|
"text": "IgcDateTimeInputComponent"
|
|
34298
34342
|
},
|
|
34299
|
-
"privacy": "private"
|
|
34343
|
+
"privacy": "private",
|
|
34344
|
+
"readonly": true
|
|
34300
34345
|
},
|
|
34301
34346
|
{
|
|
34302
34347
|
"kind": "field",
|
|
@@ -34304,60 +34349,62 @@
|
|
|
34304
34349
|
"type": {
|
|
34305
34350
|
"text": "IgcCalendarComponent"
|
|
34306
34351
|
},
|
|
34307
|
-
"privacy": "private"
|
|
34352
|
+
"privacy": "private",
|
|
34353
|
+
"readonly": true
|
|
34308
34354
|
},
|
|
34309
34355
|
{
|
|
34310
34356
|
"kind": "field",
|
|
34311
|
-
"name": "
|
|
34357
|
+
"name": "_prefixes",
|
|
34312
34358
|
"type": {
|
|
34313
|
-
"text": "
|
|
34359
|
+
"text": "HTMLElement[]"
|
|
34314
34360
|
},
|
|
34315
|
-
"privacy": "private"
|
|
34361
|
+
"privacy": "private",
|
|
34362
|
+
"readonly": true
|
|
34316
34363
|
},
|
|
34317
34364
|
{
|
|
34318
34365
|
"kind": "field",
|
|
34319
|
-
"name": "
|
|
34366
|
+
"name": "_suffixes",
|
|
34320
34367
|
"type": {
|
|
34321
|
-
"text": "
|
|
34368
|
+
"text": "HTMLElement[]"
|
|
34322
34369
|
},
|
|
34323
|
-
"privacy": "private"
|
|
34370
|
+
"privacy": "private",
|
|
34371
|
+
"readonly": true
|
|
34324
34372
|
},
|
|
34325
34373
|
{
|
|
34326
34374
|
"kind": "field",
|
|
34327
|
-
"name": "
|
|
34375
|
+
"name": "_actions",
|
|
34328
34376
|
"type": {
|
|
34329
|
-
"text": "
|
|
34377
|
+
"text": "HTMLElement[]"
|
|
34330
34378
|
},
|
|
34331
|
-
"privacy": "private"
|
|
34379
|
+
"privacy": "private",
|
|
34380
|
+
"readonly": true
|
|
34332
34381
|
},
|
|
34333
34382
|
{
|
|
34334
34383
|
"kind": "field",
|
|
34335
|
-
"name": "
|
|
34384
|
+
"name": "_headerSlotItems",
|
|
34336
34385
|
"type": {
|
|
34337
|
-
"text": "
|
|
34386
|
+
"text": "HTMLElement[]"
|
|
34338
34387
|
},
|
|
34339
|
-
"privacy": "private"
|
|
34388
|
+
"privacy": "private",
|
|
34389
|
+
"readonly": true
|
|
34340
34390
|
},
|
|
34341
34391
|
{
|
|
34342
34392
|
"kind": "field",
|
|
34343
|
-
"name": "
|
|
34393
|
+
"name": "_isDropDown",
|
|
34344
34394
|
"type": {
|
|
34345
34395
|
"text": "boolean"
|
|
34346
34396
|
},
|
|
34347
|
-
"privacy": "
|
|
34397
|
+
"privacy": "private",
|
|
34348
34398
|
"readonly": true
|
|
34349
34399
|
},
|
|
34350
34400
|
{
|
|
34351
34401
|
"kind": "field",
|
|
34352
|
-
"name": "
|
|
34402
|
+
"name": "_isMaterialTheme",
|
|
34353
34403
|
"type": {
|
|
34354
|
-
"text": "
|
|
34404
|
+
"text": "boolean"
|
|
34355
34405
|
},
|
|
34356
34406
|
"privacy": "protected",
|
|
34357
|
-
"
|
|
34358
|
-
"name": "BaseFormAssociated",
|
|
34359
|
-
"module": "src/components/common/mixins/forms/associated.ts"
|
|
34360
|
-
}
|
|
34407
|
+
"readonly": true
|
|
34361
34408
|
},
|
|
34362
34409
|
{
|
|
34363
34410
|
"kind": "field",
|
|
@@ -34628,11 +34675,6 @@
|
|
|
34628
34675
|
"default": "IgcCalendarResourceStringEN",
|
|
34629
34676
|
"description": "The resource strings of the calendar."
|
|
34630
34677
|
},
|
|
34631
|
-
{
|
|
34632
|
-
"kind": "method",
|
|
34633
|
-
"name": "openChange",
|
|
34634
|
-
"privacy": "protected"
|
|
34635
|
-
},
|
|
34636
34678
|
{
|
|
34637
34679
|
"kind": "field",
|
|
34638
34680
|
"name": "weekStart",
|
|
@@ -34649,79 +34691,58 @@
|
|
|
34649
34691
|
},
|
|
34650
34692
|
{
|
|
34651
34693
|
"kind": "method",
|
|
34652
|
-
"name": "
|
|
34653
|
-
"privacy": "
|
|
34654
|
-
"
|
|
34694
|
+
"name": "_openChange",
|
|
34695
|
+
"privacy": "protected",
|
|
34696
|
+
"return": {
|
|
34697
|
+
"type": {
|
|
34698
|
+
"text": "void"
|
|
34699
|
+
}
|
|
34700
|
+
}
|
|
34655
34701
|
},
|
|
34656
34702
|
{
|
|
34657
34703
|
"kind": "method",
|
|
34658
|
-
"name": "
|
|
34659
|
-
"privacy": "
|
|
34704
|
+
"name": "_setDateConstraints",
|
|
34705
|
+
"privacy": "private",
|
|
34660
34706
|
"return": {
|
|
34661
34707
|
"type": {
|
|
34662
34708
|
"text": "void"
|
|
34663
34709
|
}
|
|
34664
|
-
}
|
|
34665
|
-
"parameters": [
|
|
34666
|
-
{
|
|
34667
|
-
"name": "datePart",
|
|
34668
|
-
"optional": true,
|
|
34669
|
-
"type": {
|
|
34670
|
-
"text": "DatePart"
|
|
34671
|
-
}
|
|
34672
|
-
},
|
|
34673
|
-
{
|
|
34674
|
-
"name": "delta",
|
|
34675
|
-
"optional": true,
|
|
34676
|
-
"type": {
|
|
34677
|
-
"text": "number"
|
|
34678
|
-
}
|
|
34679
|
-
}
|
|
34680
|
-
],
|
|
34681
|
-
"description": "Increments the passed in date part"
|
|
34710
|
+
}
|
|
34682
34711
|
},
|
|
34683
34712
|
{
|
|
34684
34713
|
"kind": "method",
|
|
34685
|
-
"name": "
|
|
34686
|
-
"privacy": "
|
|
34714
|
+
"name": "_shouldCloseCalendarDropdown",
|
|
34715
|
+
"privacy": "private",
|
|
34687
34716
|
"return": {
|
|
34688
34717
|
"type": {
|
|
34689
|
-
"text": "void"
|
|
34718
|
+
"text": "Promise<void>"
|
|
34690
34719
|
}
|
|
34691
|
-
}
|
|
34692
|
-
|
|
34693
|
-
|
|
34694
|
-
|
|
34695
|
-
|
|
34696
|
-
|
|
34697
|
-
|
|
34698
|
-
|
|
34699
|
-
|
|
34700
|
-
{
|
|
34701
|
-
"name": "delta",
|
|
34702
|
-
"optional": true,
|
|
34703
|
-
"type": {
|
|
34704
|
-
"text": "number"
|
|
34705
|
-
}
|
|
34720
|
+
}
|
|
34721
|
+
},
|
|
34722
|
+
{
|
|
34723
|
+
"kind": "method",
|
|
34724
|
+
"name": "_onEscapeKey",
|
|
34725
|
+
"privacy": "protected",
|
|
34726
|
+
"return": {
|
|
34727
|
+
"type": {
|
|
34728
|
+
"text": "Promise<void>"
|
|
34706
34729
|
}
|
|
34707
|
-
|
|
34708
|
-
"description": "Decrements the passed in date part"
|
|
34730
|
+
}
|
|
34709
34731
|
},
|
|
34710
34732
|
{
|
|
34711
34733
|
"kind": "method",
|
|
34712
|
-
"name": "
|
|
34713
|
-
"privacy": "
|
|
34734
|
+
"name": "_handleFocusIn",
|
|
34735
|
+
"privacy": "protected",
|
|
34714
34736
|
"return": {
|
|
34715
34737
|
"type": {
|
|
34716
34738
|
"text": "void"
|
|
34717
34739
|
}
|
|
34718
|
-
}
|
|
34719
|
-
"description": "Selects the text in the input of the component"
|
|
34740
|
+
}
|
|
34720
34741
|
},
|
|
34721
34742
|
{
|
|
34722
34743
|
"kind": "method",
|
|
34723
|
-
"name": "
|
|
34724
|
-
"privacy": "
|
|
34744
|
+
"name": "_handleFocusOut",
|
|
34745
|
+
"privacy": "protected",
|
|
34725
34746
|
"return": {
|
|
34726
34747
|
"type": {
|
|
34727
34748
|
"text": "void"
|
|
@@ -34729,31 +34750,30 @@
|
|
|
34729
34750
|
},
|
|
34730
34751
|
"parameters": [
|
|
34731
34752
|
{
|
|
34732
|
-
"name": "
|
|
34733
|
-
"type": {
|
|
34734
|
-
"text": "number"
|
|
34735
|
-
}
|
|
34736
|
-
},
|
|
34737
|
-
{
|
|
34738
|
-
"name": "end",
|
|
34753
|
+
"name": "{ relatedTarget }",
|
|
34739
34754
|
"type": {
|
|
34740
|
-
"text": "
|
|
34755
|
+
"text": "FocusEvent"
|
|
34741
34756
|
}
|
|
34742
|
-
}
|
|
34757
|
+
}
|
|
34758
|
+
]
|
|
34759
|
+
},
|
|
34760
|
+
{
|
|
34761
|
+
"kind": "method",
|
|
34762
|
+
"name": "_handlerCalendarIconSlotPointerDown",
|
|
34763
|
+
"privacy": "protected",
|
|
34764
|
+
"parameters": [
|
|
34743
34765
|
{
|
|
34744
|
-
"name": "
|
|
34745
|
-
"optional": true,
|
|
34766
|
+
"name": "event",
|
|
34746
34767
|
"type": {
|
|
34747
|
-
"text": "
|
|
34768
|
+
"text": "PointerEvent"
|
|
34748
34769
|
}
|
|
34749
34770
|
}
|
|
34750
|
-
]
|
|
34751
|
-
"description": "Sets the text selection range in the input of the component"
|
|
34771
|
+
]
|
|
34752
34772
|
},
|
|
34753
34773
|
{
|
|
34754
34774
|
"kind": "method",
|
|
34755
|
-
"name": "
|
|
34756
|
-
"privacy": "
|
|
34775
|
+
"name": "_handleInputClick",
|
|
34776
|
+
"privacy": "protected",
|
|
34757
34777
|
"return": {
|
|
34758
34778
|
"type": {
|
|
34759
34779
|
"text": "void"
|
|
@@ -34761,188 +34781,290 @@
|
|
|
34761
34781
|
},
|
|
34762
34782
|
"parameters": [
|
|
34763
34783
|
{
|
|
34764
|
-
"name": "
|
|
34765
|
-
"type": {
|
|
34766
|
-
"text": "string"
|
|
34767
|
-
}
|
|
34768
|
-
},
|
|
34769
|
-
{
|
|
34770
|
-
"name": "start",
|
|
34771
|
-
"type": {
|
|
34772
|
-
"text": "number"
|
|
34773
|
-
}
|
|
34774
|
-
},
|
|
34775
|
-
{
|
|
34776
|
-
"name": "end",
|
|
34777
|
-
"type": {
|
|
34778
|
-
"text": "number"
|
|
34779
|
-
}
|
|
34780
|
-
},
|
|
34781
|
-
{
|
|
34782
|
-
"name": "mode",
|
|
34783
|
-
"optional": true,
|
|
34784
|
+
"name": "event",
|
|
34784
34785
|
"type": {
|
|
34785
|
-
"text": "
|
|
34786
|
+
"text": "Event"
|
|
34786
34787
|
}
|
|
34787
34788
|
}
|
|
34788
34789
|
]
|
|
34789
34790
|
},
|
|
34790
34791
|
{
|
|
34791
34792
|
"kind": "method",
|
|
34792
|
-
"name": "
|
|
34793
|
-
"privacy": "protected"
|
|
34794
|
-
|
|
34795
|
-
|
|
34796
|
-
|
|
34797
|
-
|
|
34798
|
-
|
|
34793
|
+
"name": "handleAnchorClick",
|
|
34794
|
+
"privacy": "protected",
|
|
34795
|
+
"return": {
|
|
34796
|
+
"type": {
|
|
34797
|
+
"text": "Promise<void>"
|
|
34798
|
+
}
|
|
34799
|
+
},
|
|
34800
|
+
"inheritedFrom": {
|
|
34801
|
+
"name": "IgcBaseComboBoxLikeComponent",
|
|
34802
|
+
"module": "src/components/common/mixins/combo-box.ts"
|
|
34803
|
+
}
|
|
34799
34804
|
},
|
|
34800
34805
|
{
|
|
34801
34806
|
"kind": "method",
|
|
34802
|
-
"name": "
|
|
34807
|
+
"name": "_handleInputChangeEvent",
|
|
34803
34808
|
"privacy": "protected",
|
|
34809
|
+
"return": {
|
|
34810
|
+
"type": {
|
|
34811
|
+
"text": "void"
|
|
34812
|
+
}
|
|
34813
|
+
},
|
|
34804
34814
|
"parameters": [
|
|
34805
34815
|
{
|
|
34806
|
-
"name": "
|
|
34816
|
+
"name": "event",
|
|
34807
34817
|
"type": {
|
|
34808
|
-
"text": "
|
|
34818
|
+
"text": "CustomEvent<Date>"
|
|
34809
34819
|
}
|
|
34810
34820
|
}
|
|
34811
34821
|
]
|
|
34812
34822
|
},
|
|
34813
34823
|
{
|
|
34814
34824
|
"kind": "method",
|
|
34815
|
-
"name": "
|
|
34825
|
+
"name": "_handleCalendarChangeEvent",
|
|
34816
34826
|
"privacy": "protected",
|
|
34827
|
+
"return": {
|
|
34828
|
+
"type": {
|
|
34829
|
+
"text": "Promise<void>"
|
|
34830
|
+
}
|
|
34831
|
+
},
|
|
34817
34832
|
"parameters": [
|
|
34818
34833
|
{
|
|
34819
34834
|
"name": "event",
|
|
34820
34835
|
"type": {
|
|
34821
|
-
"text": "
|
|
34836
|
+
"text": "CustomEvent<Date>"
|
|
34822
34837
|
}
|
|
34823
34838
|
}
|
|
34824
34839
|
]
|
|
34825
34840
|
},
|
|
34826
34841
|
{
|
|
34827
34842
|
"kind": "method",
|
|
34828
|
-
"name": "
|
|
34843
|
+
"name": "_handleInputEvent",
|
|
34829
34844
|
"privacy": "protected",
|
|
34845
|
+
"return": {
|
|
34846
|
+
"type": {
|
|
34847
|
+
"text": "void"
|
|
34848
|
+
}
|
|
34849
|
+
},
|
|
34830
34850
|
"parameters": [
|
|
34831
34851
|
{
|
|
34832
34852
|
"name": "event",
|
|
34833
34853
|
"type": {
|
|
34834
|
-
"text": "
|
|
34854
|
+
"text": "CustomEvent<Date>"
|
|
34835
34855
|
}
|
|
34836
34856
|
}
|
|
34837
34857
|
]
|
|
34838
34858
|
},
|
|
34839
34859
|
{
|
|
34840
34860
|
"kind": "method",
|
|
34841
|
-
"name": "
|
|
34861
|
+
"name": "_handleClosing",
|
|
34842
34862
|
"privacy": "protected",
|
|
34843
|
-
"
|
|
34844
|
-
"
|
|
34845
|
-
|
|
34863
|
+
"return": {
|
|
34864
|
+
"type": {
|
|
34865
|
+
"text": "void"
|
|
34866
|
+
}
|
|
34846
34867
|
}
|
|
34847
34868
|
},
|
|
34848
34869
|
{
|
|
34849
34870
|
"kind": "method",
|
|
34850
|
-
"name": "
|
|
34851
|
-
"privacy": "private"
|
|
34852
|
-
},
|
|
34853
|
-
{
|
|
34854
|
-
"kind": "method",
|
|
34855
|
-
"name": "handleInputChangeEvent",
|
|
34871
|
+
"name": "_handleDialogClosing",
|
|
34856
34872
|
"privacy": "protected",
|
|
34873
|
+
"return": {
|
|
34874
|
+
"type": {
|
|
34875
|
+
"text": "void"
|
|
34876
|
+
}
|
|
34877
|
+
},
|
|
34857
34878
|
"parameters": [
|
|
34858
34879
|
{
|
|
34859
34880
|
"name": "event",
|
|
34860
34881
|
"type": {
|
|
34861
|
-
"text": "
|
|
34882
|
+
"text": "Event"
|
|
34862
34883
|
}
|
|
34863
34884
|
}
|
|
34864
34885
|
]
|
|
34865
34886
|
},
|
|
34866
34887
|
{
|
|
34867
34888
|
"kind": "method",
|
|
34868
|
-
"name": "
|
|
34889
|
+
"name": "_handleDialogClosed",
|
|
34869
34890
|
"privacy": "protected",
|
|
34891
|
+
"return": {
|
|
34892
|
+
"type": {
|
|
34893
|
+
"text": "void"
|
|
34894
|
+
}
|
|
34895
|
+
},
|
|
34870
34896
|
"parameters": [
|
|
34871
34897
|
{
|
|
34872
34898
|
"name": "event",
|
|
34873
34899
|
"type": {
|
|
34874
|
-
"text": "
|
|
34900
|
+
"text": "Event"
|
|
34875
34901
|
}
|
|
34876
34902
|
}
|
|
34877
34903
|
]
|
|
34878
34904
|
},
|
|
34879
34905
|
{
|
|
34880
34906
|
"kind": "method",
|
|
34881
|
-
"name": "
|
|
34882
|
-
"privacy": "
|
|
34907
|
+
"name": "clear",
|
|
34908
|
+
"privacy": "public",
|
|
34909
|
+
"return": {
|
|
34910
|
+
"type": {
|
|
34911
|
+
"text": "void"
|
|
34912
|
+
}
|
|
34913
|
+
},
|
|
34914
|
+
"description": "Clears the input part of the component of any user input"
|
|
34915
|
+
},
|
|
34916
|
+
{
|
|
34917
|
+
"kind": "method",
|
|
34918
|
+
"name": "stepUp",
|
|
34919
|
+
"privacy": "public",
|
|
34920
|
+
"return": {
|
|
34921
|
+
"type": {
|
|
34922
|
+
"text": "void"
|
|
34923
|
+
}
|
|
34924
|
+
},
|
|
34883
34925
|
"parameters": [
|
|
34884
34926
|
{
|
|
34885
|
-
"name": "
|
|
34927
|
+
"name": "datePart",
|
|
34928
|
+
"optional": true,
|
|
34886
34929
|
"type": {
|
|
34887
|
-
"text": "
|
|
34930
|
+
"text": "DatePart"
|
|
34931
|
+
}
|
|
34932
|
+
},
|
|
34933
|
+
{
|
|
34934
|
+
"name": "delta",
|
|
34935
|
+
"optional": true,
|
|
34936
|
+
"type": {
|
|
34937
|
+
"text": "number"
|
|
34888
34938
|
}
|
|
34889
34939
|
}
|
|
34890
|
-
]
|
|
34940
|
+
],
|
|
34941
|
+
"description": "Increments the passed in date part"
|
|
34891
34942
|
},
|
|
34892
34943
|
{
|
|
34893
34944
|
"kind": "method",
|
|
34894
|
-
"name": "
|
|
34895
|
-
"privacy": "
|
|
34945
|
+
"name": "stepDown",
|
|
34946
|
+
"privacy": "public",
|
|
34947
|
+
"return": {
|
|
34948
|
+
"type": {
|
|
34949
|
+
"text": "void"
|
|
34950
|
+
}
|
|
34951
|
+
},
|
|
34952
|
+
"parameters": [
|
|
34953
|
+
{
|
|
34954
|
+
"name": "datePart",
|
|
34955
|
+
"optional": true,
|
|
34956
|
+
"type": {
|
|
34957
|
+
"text": "DatePart"
|
|
34958
|
+
}
|
|
34959
|
+
},
|
|
34960
|
+
{
|
|
34961
|
+
"name": "delta",
|
|
34962
|
+
"optional": true,
|
|
34963
|
+
"type": {
|
|
34964
|
+
"text": "number"
|
|
34965
|
+
}
|
|
34966
|
+
}
|
|
34967
|
+
],
|
|
34968
|
+
"description": "Decrements the passed in date part"
|
|
34896
34969
|
},
|
|
34897
34970
|
{
|
|
34898
34971
|
"kind": "method",
|
|
34899
|
-
"name": "
|
|
34900
|
-
"privacy": "
|
|
34972
|
+
"name": "select",
|
|
34973
|
+
"privacy": "public",
|
|
34974
|
+
"return": {
|
|
34975
|
+
"type": {
|
|
34976
|
+
"text": "void"
|
|
34977
|
+
}
|
|
34978
|
+
},
|
|
34979
|
+
"description": "Selects the text in the input of the component"
|
|
34980
|
+
},
|
|
34981
|
+
{
|
|
34982
|
+
"kind": "method",
|
|
34983
|
+
"name": "setSelectionRange",
|
|
34984
|
+
"privacy": "public",
|
|
34985
|
+
"return": {
|
|
34986
|
+
"type": {
|
|
34987
|
+
"text": "void"
|
|
34988
|
+
}
|
|
34989
|
+
},
|
|
34990
|
+
"parameters": [
|
|
34991
|
+
{
|
|
34992
|
+
"name": "start",
|
|
34993
|
+
"type": {
|
|
34994
|
+
"text": "number"
|
|
34995
|
+
}
|
|
34996
|
+
},
|
|
34997
|
+
{
|
|
34998
|
+
"name": "end",
|
|
34999
|
+
"type": {
|
|
35000
|
+
"text": "number"
|
|
35001
|
+
}
|
|
35002
|
+
},
|
|
35003
|
+
{
|
|
35004
|
+
"name": "direction",
|
|
35005
|
+
"optional": true,
|
|
35006
|
+
"type": {
|
|
35007
|
+
"text": "SelectionRangeDirection"
|
|
35008
|
+
}
|
|
35009
|
+
}
|
|
35010
|
+
],
|
|
35011
|
+
"description": "Sets the text selection range in the input of the component"
|
|
35012
|
+
},
|
|
35013
|
+
{
|
|
35014
|
+
"kind": "method",
|
|
35015
|
+
"name": "setRangeText",
|
|
35016
|
+
"privacy": "public",
|
|
35017
|
+
"return": {
|
|
35018
|
+
"type": {
|
|
35019
|
+
"text": "void"
|
|
35020
|
+
}
|
|
35021
|
+
},
|
|
34901
35022
|
"parameters": [
|
|
34902
35023
|
{
|
|
34903
|
-
"name": "
|
|
35024
|
+
"name": "replacement",
|
|
35025
|
+
"type": {
|
|
35026
|
+
"text": "string"
|
|
35027
|
+
}
|
|
35028
|
+
},
|
|
35029
|
+
{
|
|
35030
|
+
"name": "start",
|
|
34904
35031
|
"type": {
|
|
34905
|
-
"text": "
|
|
35032
|
+
"text": "number"
|
|
34906
35033
|
}
|
|
34907
|
-
}
|
|
34908
|
-
]
|
|
34909
|
-
},
|
|
34910
|
-
{
|
|
34911
|
-
"kind": "method",
|
|
34912
|
-
"name": "handleDialogClosed",
|
|
34913
|
-
"privacy": "protected",
|
|
34914
|
-
"parameters": [
|
|
35034
|
+
},
|
|
34915
35035
|
{
|
|
34916
|
-
"name": "
|
|
35036
|
+
"name": "end",
|
|
34917
35037
|
"type": {
|
|
34918
|
-
"text": "
|
|
35038
|
+
"text": "number"
|
|
35039
|
+
}
|
|
35040
|
+
},
|
|
35041
|
+
{
|
|
35042
|
+
"name": "mode",
|
|
35043
|
+
"optional": true,
|
|
35044
|
+
"type": {
|
|
35045
|
+
"text": "RangeTextSelectMode"
|
|
34919
35046
|
}
|
|
34920
35047
|
}
|
|
34921
35048
|
]
|
|
34922
35049
|
},
|
|
34923
35050
|
{
|
|
34924
35051
|
"kind": "method",
|
|
34925
|
-
"name": "
|
|
34926
|
-
"privacy": "private"
|
|
34927
|
-
},
|
|
34928
|
-
{
|
|
34929
|
-
"kind": "method",
|
|
34930
|
-
"name": "renderClearIcon",
|
|
35052
|
+
"name": "_renderClearIcon",
|
|
34931
35053
|
"privacy": "private"
|
|
34932
35054
|
},
|
|
34933
35055
|
{
|
|
34934
35056
|
"kind": "method",
|
|
34935
|
-
"name": "
|
|
35057
|
+
"name": "_renderCalendarIcon",
|
|
34936
35058
|
"privacy": "private"
|
|
34937
35059
|
},
|
|
34938
35060
|
{
|
|
34939
35061
|
"kind": "method",
|
|
34940
|
-
"name": "
|
|
35062
|
+
"name": "_renderCalendarSlots",
|
|
34941
35063
|
"privacy": "private"
|
|
34942
35064
|
},
|
|
34943
35065
|
{
|
|
34944
35066
|
"kind": "method",
|
|
34945
|
-
"name": "
|
|
35067
|
+
"name": "_renderCalendar",
|
|
34946
35068
|
"privacy": "private",
|
|
34947
35069
|
"parameters": [
|
|
34948
35070
|
{
|
|
@@ -34955,12 +35077,12 @@
|
|
|
34955
35077
|
},
|
|
34956
35078
|
{
|
|
34957
35079
|
"kind": "method",
|
|
34958
|
-
"name": "
|
|
35080
|
+
"name": "_renderActions",
|
|
34959
35081
|
"privacy": "protected"
|
|
34960
35082
|
},
|
|
34961
35083
|
{
|
|
34962
35084
|
"kind": "method",
|
|
34963
|
-
"name": "
|
|
35085
|
+
"name": "_renderPicker",
|
|
34964
35086
|
"privacy": "protected",
|
|
34965
35087
|
"parameters": [
|
|
34966
35088
|
{
|
|
@@ -34973,7 +35095,7 @@
|
|
|
34973
35095
|
},
|
|
34974
35096
|
{
|
|
34975
35097
|
"kind": "method",
|
|
34976
|
-
"name": "
|
|
35098
|
+
"name": "_renderLabel",
|
|
34977
35099
|
"privacy": "private",
|
|
34978
35100
|
"parameters": [
|
|
34979
35101
|
{
|
|
@@ -34986,7 +35108,7 @@
|
|
|
34986
35108
|
},
|
|
34987
35109
|
{
|
|
34988
35110
|
"kind": "method",
|
|
34989
|
-
"name": "
|
|
35111
|
+
"name": "_renderHelperText",
|
|
34990
35112
|
"privacy": "private",
|
|
34991
35113
|
"return": {
|
|
34992
35114
|
"type": {
|
|
@@ -34996,7 +35118,7 @@
|
|
|
34996
35118
|
},
|
|
34997
35119
|
{
|
|
34998
35120
|
"kind": "method",
|
|
34999
|
-
"name": "
|
|
35121
|
+
"name": "_renderInput",
|
|
35000
35122
|
"privacy": "protected",
|
|
35001
35123
|
"parameters": [
|
|
35002
35124
|
{
|
|
@@ -37887,7 +38009,7 @@
|
|
|
37887
38009
|
"text": "FileList | null"
|
|
37888
38010
|
},
|
|
37889
38011
|
"privacy": "public",
|
|
37890
|
-
"description": "Returns the selected files
|
|
38012
|
+
"description": "Returns the selected files, if any; otherwise returns null.",
|
|
37891
38013
|
"readonly": true
|
|
37892
38014
|
},
|
|
37893
38015
|
{
|
|
@@ -45344,6 +45466,11 @@
|
|
|
45344
45466
|
"text": "string"
|
|
45345
45467
|
}
|
|
45346
45468
|
},
|
|
45469
|
+
{
|
|
45470
|
+
"kind": "method",
|
|
45471
|
+
"name": "_observerCallback",
|
|
45472
|
+
"privacy": "private"
|
|
45473
|
+
},
|
|
45347
45474
|
{
|
|
45348
45475
|
"kind": "method",
|
|
45349
45476
|
"name": "_setCSSGridVars",
|
|
@@ -51807,10 +51934,10 @@
|
|
|
51807
51934
|
"declarations": [
|
|
51808
51935
|
{
|
|
51809
51936
|
"kind": "function",
|
|
51810
|
-
"name": "
|
|
51937
|
+
"name": "createResizeObserverController",
|
|
51811
51938
|
"return": {
|
|
51812
51939
|
"type": {
|
|
51813
|
-
"text": "
|
|
51940
|
+
"text": "ResizeObserverController"
|
|
51814
51941
|
}
|
|
51815
51942
|
},
|
|
51816
51943
|
"parameters": [
|
|
@@ -51823,19 +51950,19 @@
|
|
|
51823
51950
|
{
|
|
51824
51951
|
"name": "config",
|
|
51825
51952
|
"type": {
|
|
51826
|
-
"text": "
|
|
51953
|
+
"text": "ResizeObserverControllerConfig"
|
|
51827
51954
|
}
|
|
51828
51955
|
}
|
|
51829
51956
|
],
|
|
51830
|
-
"description": "Creates a new resize controller bound to the given `host`\nwith
|
|
51957
|
+
"description": "Creates a new resize controller bound to the given `host`\nwith ResizeObserverControllerConfig| `config`."
|
|
51831
51958
|
}
|
|
51832
51959
|
],
|
|
51833
51960
|
"exports": [
|
|
51834
51961
|
{
|
|
51835
51962
|
"kind": "js",
|
|
51836
|
-
"name": "
|
|
51963
|
+
"name": "createResizeObserverController",
|
|
51837
51964
|
"declaration": {
|
|
51838
|
-
"name": "
|
|
51965
|
+
"name": "createResizeObserverController",
|
|
51839
51966
|
"module": "src/components/common/controllers/resize-observer.ts"
|
|
51840
51967
|
}
|
|
51841
51968
|
}
|
|
@@ -52483,14 +52610,50 @@
|
|
|
52483
52610
|
},
|
|
52484
52611
|
"parameters": [
|
|
52485
52612
|
{
|
|
52486
|
-
"name": "
|
|
52613
|
+
"name": "id",
|
|
52487
52614
|
"type": {
|
|
52488
|
-
"text": "
|
|
52615
|
+
"text": "string"
|
|
52489
52616
|
}
|
|
52490
52617
|
}
|
|
52491
52618
|
],
|
|
52492
52619
|
"description": "Selects the specified tab and displays the corresponding panel."
|
|
52493
52620
|
},
|
|
52621
|
+
{
|
|
52622
|
+
"kind": "method",
|
|
52623
|
+
"name": "select",
|
|
52624
|
+
"privacy": "public",
|
|
52625
|
+
"return": {
|
|
52626
|
+
"type": {
|
|
52627
|
+
"text": "void"
|
|
52628
|
+
}
|
|
52629
|
+
},
|
|
52630
|
+
"parameters": [
|
|
52631
|
+
{
|
|
52632
|
+
"name": "ref",
|
|
52633
|
+
"type": {
|
|
52634
|
+
"text": "IgcTabComponent"
|
|
52635
|
+
}
|
|
52636
|
+
}
|
|
52637
|
+
]
|
|
52638
|
+
},
|
|
52639
|
+
{
|
|
52640
|
+
"kind": "method",
|
|
52641
|
+
"name": "select",
|
|
52642
|
+
"privacy": "public",
|
|
52643
|
+
"return": {
|
|
52644
|
+
"type": {
|
|
52645
|
+
"text": "void"
|
|
52646
|
+
}
|
|
52647
|
+
},
|
|
52648
|
+
"parameters": [
|
|
52649
|
+
{
|
|
52650
|
+
"name": "ref",
|
|
52651
|
+
"type": {
|
|
52652
|
+
"text": "IgcTabComponent | string"
|
|
52653
|
+
}
|
|
52654
|
+
}
|
|
52655
|
+
]
|
|
52656
|
+
},
|
|
52494
52657
|
{
|
|
52495
52658
|
"kind": "method",
|
|
52496
52659
|
"name": "_renderScrollButton",
|
|
@@ -54113,7 +54276,12 @@
|
|
|
54113
54276
|
"kind": "method",
|
|
54114
54277
|
"name": "register",
|
|
54115
54278
|
"privacy": "public",
|
|
54116
|
-
"static": true
|
|
54279
|
+
"static": true,
|
|
54280
|
+
"return": {
|
|
54281
|
+
"type": {
|
|
54282
|
+
"text": "void"
|
|
54283
|
+
}
|
|
54284
|
+
}
|
|
54117
54285
|
},
|
|
54118
54286
|
{
|
|
54119
54287
|
"kind": "field",
|
|
@@ -54152,6 +54320,7 @@
|
|
|
54152
54320
|
"text": "FormValue<unknown>"
|
|
54153
54321
|
},
|
|
54154
54322
|
"privacy": "protected",
|
|
54323
|
+
"readonly": true,
|
|
54155
54324
|
"inheritedFrom": {
|
|
54156
54325
|
"name": "BaseFormAssociated",
|
|
54157
54326
|
"module": "src/components/common/mixins/forms/associated.ts"
|
|
@@ -54159,53 +54328,50 @@
|
|
|
54159
54328
|
},
|
|
54160
54329
|
{
|
|
54161
54330
|
"kind": "field",
|
|
54162
|
-
"name": "
|
|
54331
|
+
"name": "_inputId",
|
|
54163
54332
|
"privacy": "protected",
|
|
54333
|
+
"readonly": true,
|
|
54164
54334
|
"default": "`textarea-${IgcTextareaComponent.increment()}`"
|
|
54165
54335
|
},
|
|
54166
54336
|
{
|
|
54167
54337
|
"kind": "field",
|
|
54168
|
-
"name": "
|
|
54169
|
-
"type": {
|
|
54170
|
-
"text": "ResizeObserver"
|
|
54171
|
-
},
|
|
54172
|
-
"privacy": "private"
|
|
54173
|
-
},
|
|
54174
|
-
{
|
|
54175
|
-
"kind": "field",
|
|
54176
|
-
"name": "projected",
|
|
54338
|
+
"name": "_projected",
|
|
54177
54339
|
"type": {
|
|
54178
|
-
"text": "
|
|
54340
|
+
"text": "Node[]"
|
|
54179
54341
|
},
|
|
54180
|
-
"privacy": "private"
|
|
54342
|
+
"privacy": "private",
|
|
54343
|
+
"readonly": true
|
|
54181
54344
|
},
|
|
54182
54345
|
{
|
|
54183
54346
|
"kind": "field",
|
|
54184
|
-
"name": "
|
|
54347
|
+
"name": "_prefixes",
|
|
54185
54348
|
"type": {
|
|
54186
|
-
"text": "
|
|
54349
|
+
"text": "HTMLElement[]"
|
|
54187
54350
|
},
|
|
54188
|
-
"privacy": "protected"
|
|
54351
|
+
"privacy": "protected",
|
|
54352
|
+
"readonly": true
|
|
54189
54353
|
},
|
|
54190
54354
|
{
|
|
54191
54355
|
"kind": "field",
|
|
54192
|
-
"name": "
|
|
54356
|
+
"name": "_suffixes",
|
|
54193
54357
|
"type": {
|
|
54194
|
-
"text": "
|
|
54358
|
+
"text": "HTMLElement[]"
|
|
54195
54359
|
},
|
|
54196
|
-
"privacy": "protected"
|
|
54360
|
+
"privacy": "protected",
|
|
54361
|
+
"readonly": true
|
|
54197
54362
|
},
|
|
54198
54363
|
{
|
|
54199
54364
|
"kind": "field",
|
|
54200
|
-
"name": "
|
|
54365
|
+
"name": "_input",
|
|
54201
54366
|
"type": {
|
|
54202
54367
|
"text": "HTMLTextAreaElement"
|
|
54203
54368
|
},
|
|
54204
|
-
"privacy": "private"
|
|
54369
|
+
"privacy": "private",
|
|
54370
|
+
"readonly": true
|
|
54205
54371
|
},
|
|
54206
54372
|
{
|
|
54207
54373
|
"kind": "field",
|
|
54208
|
-
"name": "
|
|
54374
|
+
"name": "_resizeStyles",
|
|
54209
54375
|
"type": {
|
|
54210
54376
|
"text": "StyleInfo"
|
|
54211
54377
|
},
|
|
@@ -54215,6 +54381,9 @@
|
|
|
54215
54381
|
{
|
|
54216
54382
|
"kind": "field",
|
|
54217
54383
|
"name": "_isMaterial",
|
|
54384
|
+
"type": {
|
|
54385
|
+
"text": "boolean"
|
|
54386
|
+
},
|
|
54218
54387
|
"privacy": "protected",
|
|
54219
54388
|
"readonly": true
|
|
54220
54389
|
},
|
|
@@ -54383,24 +54552,117 @@
|
|
|
54383
54552
|
},
|
|
54384
54553
|
{
|
|
54385
54554
|
"kind": "method",
|
|
54386
|
-
"name": "
|
|
54387
|
-
"privacy": "protected"
|
|
54555
|
+
"name": "_valueChanged",
|
|
54556
|
+
"privacy": "protected",
|
|
54557
|
+
"return": {
|
|
54558
|
+
"type": {
|
|
54559
|
+
"text": "Promise<void>"
|
|
54560
|
+
}
|
|
54561
|
+
}
|
|
54562
|
+
},
|
|
54563
|
+
{
|
|
54564
|
+
"kind": "method",
|
|
54565
|
+
"name": "_setAreaHeight",
|
|
54566
|
+
"privacy": "protected",
|
|
54567
|
+
"return": {
|
|
54568
|
+
"type": {
|
|
54569
|
+
"text": "void"
|
|
54570
|
+
}
|
|
54571
|
+
}
|
|
54388
54572
|
},
|
|
54389
54573
|
{
|
|
54390
54574
|
"kind": "method",
|
|
54391
|
-
"name": "
|
|
54575
|
+
"name": "_resolvePartNames",
|
|
54392
54576
|
"privacy": "protected"
|
|
54393
54577
|
},
|
|
54578
|
+
{
|
|
54579
|
+
"kind": "method",
|
|
54580
|
+
"name": "_setAutoHeight",
|
|
54581
|
+
"privacy": "private",
|
|
54582
|
+
"return": {
|
|
54583
|
+
"type": {
|
|
54584
|
+
"text": "number"
|
|
54585
|
+
}
|
|
54586
|
+
}
|
|
54587
|
+
},
|
|
54588
|
+
{
|
|
54589
|
+
"kind": "method",
|
|
54590
|
+
"name": "_handleSlotChange",
|
|
54591
|
+
"privacy": "protected",
|
|
54592
|
+
"return": {
|
|
54593
|
+
"type": {
|
|
54594
|
+
"text": "void"
|
|
54595
|
+
}
|
|
54596
|
+
},
|
|
54597
|
+
"parameters": [
|
|
54598
|
+
{
|
|
54599
|
+
"name": "{ target }",
|
|
54600
|
+
"type": {
|
|
54601
|
+
"text": "Event"
|
|
54602
|
+
}
|
|
54603
|
+
}
|
|
54604
|
+
]
|
|
54605
|
+
},
|
|
54606
|
+
{
|
|
54607
|
+
"kind": "method",
|
|
54608
|
+
"name": "_handleInput",
|
|
54609
|
+
"privacy": "protected",
|
|
54610
|
+
"return": {
|
|
54611
|
+
"type": {
|
|
54612
|
+
"text": "void"
|
|
54613
|
+
}
|
|
54614
|
+
}
|
|
54615
|
+
},
|
|
54616
|
+
{
|
|
54617
|
+
"kind": "method",
|
|
54618
|
+
"name": "_handleChange",
|
|
54619
|
+
"privacy": "protected",
|
|
54620
|
+
"return": {
|
|
54621
|
+
"type": {
|
|
54622
|
+
"text": "void"
|
|
54623
|
+
}
|
|
54624
|
+
}
|
|
54625
|
+
},
|
|
54626
|
+
{
|
|
54627
|
+
"kind": "method",
|
|
54628
|
+
"name": "_handleFocus",
|
|
54629
|
+
"privacy": "protected",
|
|
54630
|
+
"return": {
|
|
54631
|
+
"type": {
|
|
54632
|
+
"text": "void"
|
|
54633
|
+
}
|
|
54634
|
+
}
|
|
54635
|
+
},
|
|
54636
|
+
{
|
|
54637
|
+
"kind": "method",
|
|
54638
|
+
"name": "_handleBlur",
|
|
54639
|
+
"privacy": "protected",
|
|
54640
|
+
"return": {
|
|
54641
|
+
"type": {
|
|
54642
|
+
"text": "void"
|
|
54643
|
+
}
|
|
54644
|
+
}
|
|
54645
|
+
},
|
|
54394
54646
|
{
|
|
54395
54647
|
"kind": "method",
|
|
54396
54648
|
"name": "select",
|
|
54397
54649
|
"privacy": "public",
|
|
54650
|
+
"return": {
|
|
54651
|
+
"type": {
|
|
54652
|
+
"text": "void"
|
|
54653
|
+
}
|
|
54654
|
+
},
|
|
54398
54655
|
"description": "Selects all text within the control."
|
|
54399
54656
|
},
|
|
54400
54657
|
{
|
|
54401
54658
|
"kind": "method",
|
|
54402
54659
|
"name": "setSelectionRange",
|
|
54403
54660
|
"privacy": "public",
|
|
54661
|
+
"return": {
|
|
54662
|
+
"type": {
|
|
54663
|
+
"text": "void"
|
|
54664
|
+
}
|
|
54665
|
+
},
|
|
54404
54666
|
"parameters": [
|
|
54405
54667
|
{
|
|
54406
54668
|
"name": "start",
|
|
@@ -54428,6 +54690,11 @@
|
|
|
54428
54690
|
"kind": "method",
|
|
54429
54691
|
"name": "setRangeText",
|
|
54430
54692
|
"privacy": "public",
|
|
54693
|
+
"return": {
|
|
54694
|
+
"type": {
|
|
54695
|
+
"text": "void"
|
|
54696
|
+
}
|
|
54697
|
+
},
|
|
54431
54698
|
"parameters": [
|
|
54432
54699
|
{
|
|
54433
54700
|
"name": "replacement",
|
|
@@ -54528,47 +54795,37 @@
|
|
|
54528
54795
|
},
|
|
54529
54796
|
{
|
|
54530
54797
|
"kind": "method",
|
|
54531
|
-
"name": "
|
|
54532
|
-
"privacy": "protected"
|
|
54533
|
-
},
|
|
54534
|
-
{
|
|
54535
|
-
"kind": "method",
|
|
54536
|
-
"name": "setAutoHeight",
|
|
54537
|
-
"privacy": "private"
|
|
54538
|
-
},
|
|
54539
|
-
{
|
|
54540
|
-
"kind": "method",
|
|
54541
|
-
"name": "handleInput",
|
|
54798
|
+
"name": "_renderPrefix",
|
|
54542
54799
|
"privacy": "protected"
|
|
54543
54800
|
},
|
|
54544
54801
|
{
|
|
54545
54802
|
"kind": "method",
|
|
54546
|
-
"name": "
|
|
54803
|
+
"name": "_renderSuffix",
|
|
54547
54804
|
"privacy": "protected"
|
|
54548
54805
|
},
|
|
54549
54806
|
{
|
|
54550
54807
|
"kind": "method",
|
|
54551
|
-
"name": "
|
|
54808
|
+
"name": "_renderLabel",
|
|
54552
54809
|
"privacy": "protected"
|
|
54553
54810
|
},
|
|
54554
54811
|
{
|
|
54555
54812
|
"kind": "method",
|
|
54556
|
-
"name": "
|
|
54813
|
+
"name": "_renderStandard",
|
|
54557
54814
|
"privacy": "protected"
|
|
54558
54815
|
},
|
|
54559
54816
|
{
|
|
54560
54817
|
"kind": "method",
|
|
54561
|
-
"name": "
|
|
54818
|
+
"name": "_renderMaterial",
|
|
54562
54819
|
"privacy": "protected"
|
|
54563
54820
|
},
|
|
54564
54821
|
{
|
|
54565
54822
|
"kind": "method",
|
|
54566
|
-
"name": "
|
|
54823
|
+
"name": "_renderInput",
|
|
54567
54824
|
"privacy": "protected"
|
|
54568
54825
|
},
|
|
54569
54826
|
{
|
|
54570
54827
|
"kind": "method",
|
|
54571
|
-
"name": "
|
|
54828
|
+
"name": "_renderValidationContainer",
|
|
54572
54829
|
"privacy": "protected",
|
|
54573
54830
|
"return": {
|
|
54574
54831
|
"type": {
|
|
@@ -54576,36 +54833,6 @@
|
|
|
54576
54833
|
}
|
|
54577
54834
|
}
|
|
54578
54835
|
},
|
|
54579
|
-
{
|
|
54580
|
-
"kind": "method",
|
|
54581
|
-
"name": "renderPrefix",
|
|
54582
|
-
"privacy": "protected"
|
|
54583
|
-
},
|
|
54584
|
-
{
|
|
54585
|
-
"kind": "method",
|
|
54586
|
-
"name": "renderSuffix",
|
|
54587
|
-
"privacy": "protected"
|
|
54588
|
-
},
|
|
54589
|
-
{
|
|
54590
|
-
"kind": "method",
|
|
54591
|
-
"name": "renderLabel",
|
|
54592
|
-
"privacy": "protected"
|
|
54593
|
-
},
|
|
54594
|
-
{
|
|
54595
|
-
"kind": "method",
|
|
54596
|
-
"name": "renderStandard",
|
|
54597
|
-
"privacy": "protected"
|
|
54598
|
-
},
|
|
54599
|
-
{
|
|
54600
|
-
"kind": "method",
|
|
54601
|
-
"name": "renderMaterial",
|
|
54602
|
-
"privacy": "protected"
|
|
54603
|
-
},
|
|
54604
|
-
{
|
|
54605
|
-
"kind": "method",
|
|
54606
|
-
"name": "renderInput",
|
|
54607
|
-
"privacy": "protected"
|
|
54608
|
-
},
|
|
54609
54836
|
{
|
|
54610
54837
|
"kind": "field",
|
|
54611
54838
|
"name": "_required",
|