@skedulo/breeze-ui 1.24.4 → 1.24.6
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/custom-elements.json +284 -0
- package/dist/lib/cjs/breeze-ui.js +116 -111
- package/dist/lib/es/breeze-ui.js +1481 -1467
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/components/form-elements/input-multiselect.d.ts.map +1 -1
- package/dist/types/components/form-elements/input-number.d.ts.map +1 -1
- package/dist/types/components/form-elements/input-select-base.d.ts +5 -0
- package/dist/types/components/form-elements/input-select-base.d.ts.map +1 -1
- package/dist/types/components/form-elements/input-select.d.ts.map +1 -1
- package/dist/types/components/form-elements/input-text.d.ts +4 -0
- package/dist/types/components/form-elements/input-text.d.ts.map +1 -1
- package/dist/types/components/form-elements/input-textarea.d.ts +7 -0
- package/dist/types/components/form-elements/input-textarea.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -9481,6 +9481,19 @@
|
|
|
9481
9481
|
"module": "src/components/form-elements/input-select-base.ts"
|
|
9482
9482
|
}
|
|
9483
9483
|
},
|
|
9484
|
+
{
|
|
9485
|
+
"name": "autocomplete",
|
|
9486
|
+
"type": {
|
|
9487
|
+
"text": "string"
|
|
9488
|
+
},
|
|
9489
|
+
"default": "'off'",
|
|
9490
|
+
"description": "Controls the autocomplete behavior of the input element",
|
|
9491
|
+
"fieldName": "autocomplete",
|
|
9492
|
+
"inheritedFrom": {
|
|
9493
|
+
"name": "InputSelectBase",
|
|
9494
|
+
"module": "src/components/form-elements/input-select-base.ts"
|
|
9495
|
+
}
|
|
9496
|
+
},
|
|
9484
9497
|
{
|
|
9485
9498
|
"name": "readonly",
|
|
9486
9499
|
"type": {
|
|
@@ -9954,6 +9967,21 @@
|
|
|
9954
9967
|
"module": "src/components/form-elements/input-select-base.ts"
|
|
9955
9968
|
}
|
|
9956
9969
|
},
|
|
9970
|
+
{
|
|
9971
|
+
"kind": "field",
|
|
9972
|
+
"name": "autocomplete",
|
|
9973
|
+
"type": {
|
|
9974
|
+
"text": "string"
|
|
9975
|
+
},
|
|
9976
|
+
"default": "'off'",
|
|
9977
|
+
"description": "Controls the autocomplete behavior of the input element",
|
|
9978
|
+
"attribute": "autocomplete",
|
|
9979
|
+
"reflects": true,
|
|
9980
|
+
"inheritedFrom": {
|
|
9981
|
+
"name": "InputSelectBase",
|
|
9982
|
+
"module": "src/components/form-elements/input-select-base.ts"
|
|
9983
|
+
}
|
|
9984
|
+
},
|
|
9957
9985
|
{
|
|
9958
9986
|
"kind": "method",
|
|
9959
9987
|
"name": "setInnerOptions",
|
|
@@ -12415,6 +12443,19 @@
|
|
|
12415
12443
|
"module": "src/components/form-elements/input-select-base.ts"
|
|
12416
12444
|
}
|
|
12417
12445
|
},
|
|
12446
|
+
{
|
|
12447
|
+
"name": "autocomplete",
|
|
12448
|
+
"type": {
|
|
12449
|
+
"text": "string"
|
|
12450
|
+
},
|
|
12451
|
+
"default": "'off'",
|
|
12452
|
+
"description": "Controls the autocomplete behavior of the input element",
|
|
12453
|
+
"fieldName": "autocomplete",
|
|
12454
|
+
"inheritedFrom": {
|
|
12455
|
+
"name": "InputSelectBase",
|
|
12456
|
+
"module": "src/components/form-elements/input-select-base.ts"
|
|
12457
|
+
}
|
|
12458
|
+
},
|
|
12418
12459
|
{
|
|
12419
12460
|
"name": "readonly",
|
|
12420
12461
|
"type": {
|
|
@@ -12826,6 +12867,21 @@
|
|
|
12826
12867
|
"module": "src/components/form-elements/input-select-base.ts"
|
|
12827
12868
|
}
|
|
12828
12869
|
},
|
|
12870
|
+
{
|
|
12871
|
+
"kind": "field",
|
|
12872
|
+
"name": "autocomplete",
|
|
12873
|
+
"type": {
|
|
12874
|
+
"text": "string"
|
|
12875
|
+
},
|
|
12876
|
+
"default": "'off'",
|
|
12877
|
+
"description": "Controls the autocomplete behavior of the input element",
|
|
12878
|
+
"attribute": "autocomplete",
|
|
12879
|
+
"reflects": true,
|
|
12880
|
+
"inheritedFrom": {
|
|
12881
|
+
"name": "InputSelectBase",
|
|
12882
|
+
"module": "src/components/form-elements/input-select-base.ts"
|
|
12883
|
+
}
|
|
12884
|
+
},
|
|
12829
12885
|
{
|
|
12830
12886
|
"kind": "method",
|
|
12831
12887
|
"name": "getItemLabel",
|
|
@@ -13368,6 +13424,19 @@
|
|
|
13368
13424
|
"module": "src/components/form-elements/labeled-input.ts"
|
|
13369
13425
|
}
|
|
13370
13426
|
},
|
|
13427
|
+
{
|
|
13428
|
+
"name": "autocomplete",
|
|
13429
|
+
"type": {
|
|
13430
|
+
"text": "string"
|
|
13431
|
+
},
|
|
13432
|
+
"default": "'on'",
|
|
13433
|
+
"description": "Controls autocomplete behavior, defaults to \"off\"",
|
|
13434
|
+
"fieldName": "autocomplete",
|
|
13435
|
+
"inheritedFrom": {
|
|
13436
|
+
"name": "InputText",
|
|
13437
|
+
"module": "src/components/form-elements/input-text.ts"
|
|
13438
|
+
}
|
|
13439
|
+
},
|
|
13371
13440
|
{
|
|
13372
13441
|
"name": "maxlength",
|
|
13373
13442
|
"type": {
|
|
@@ -13562,6 +13631,21 @@
|
|
|
13562
13631
|
"module": "src/components/form-elements/labeled-input.ts"
|
|
13563
13632
|
}
|
|
13564
13633
|
},
|
|
13634
|
+
{
|
|
13635
|
+
"kind": "field",
|
|
13636
|
+
"name": "autocomplete",
|
|
13637
|
+
"type": {
|
|
13638
|
+
"text": "string"
|
|
13639
|
+
},
|
|
13640
|
+
"default": "'on'",
|
|
13641
|
+
"description": "Controls autocomplete behavior, defaults to \"off\"",
|
|
13642
|
+
"attribute": "autocomplete",
|
|
13643
|
+
"reflects": true,
|
|
13644
|
+
"inheritedFrom": {
|
|
13645
|
+
"name": "InputText",
|
|
13646
|
+
"module": "src/components/form-elements/input-text.ts"
|
|
13647
|
+
}
|
|
13648
|
+
},
|
|
13565
13649
|
{
|
|
13566
13650
|
"kind": "field",
|
|
13567
13651
|
"name": "maxlength",
|
|
@@ -13887,6 +13971,19 @@
|
|
|
13887
13971
|
"module": "src/components/form-elements/labeled-input.ts"
|
|
13888
13972
|
}
|
|
13889
13973
|
},
|
|
13974
|
+
{
|
|
13975
|
+
"name": "autocomplete",
|
|
13976
|
+
"type": {
|
|
13977
|
+
"text": "string"
|
|
13978
|
+
},
|
|
13979
|
+
"default": "'off'",
|
|
13980
|
+
"description": "Controls autocomplete behavior, defaults to \"off\"",
|
|
13981
|
+
"fieldName": "autocomplete",
|
|
13982
|
+
"inheritedFrom": {
|
|
13983
|
+
"name": "InputTextarea",
|
|
13984
|
+
"module": "src/components/form-elements/input-textarea.ts"
|
|
13985
|
+
}
|
|
13986
|
+
},
|
|
13890
13987
|
{
|
|
13891
13988
|
"name": "maxlength",
|
|
13892
13989
|
"type": {
|
|
@@ -14081,6 +14178,21 @@
|
|
|
14081
14178
|
"module": "src/components/form-elements/labeled-input.ts"
|
|
14082
14179
|
}
|
|
14083
14180
|
},
|
|
14181
|
+
{
|
|
14182
|
+
"kind": "field",
|
|
14183
|
+
"name": "autocomplete",
|
|
14184
|
+
"type": {
|
|
14185
|
+
"text": "string"
|
|
14186
|
+
},
|
|
14187
|
+
"default": "'off'",
|
|
14188
|
+
"description": "Controls autocomplete behavior, defaults to \"off\"",
|
|
14189
|
+
"attribute": "autocomplete",
|
|
14190
|
+
"reflects": true,
|
|
14191
|
+
"inheritedFrom": {
|
|
14192
|
+
"name": "InputTextarea",
|
|
14193
|
+
"module": "src/components/form-elements/input-textarea.ts"
|
|
14194
|
+
}
|
|
14195
|
+
},
|
|
14084
14196
|
{
|
|
14085
14197
|
"kind": "field",
|
|
14086
14198
|
"name": "maxlength",
|
|
@@ -14523,6 +14635,19 @@
|
|
|
14523
14635
|
"module": "src/components/form-elements/input-select-base.ts"
|
|
14524
14636
|
}
|
|
14525
14637
|
},
|
|
14638
|
+
{
|
|
14639
|
+
"name": "autocomplete",
|
|
14640
|
+
"type": {
|
|
14641
|
+
"text": "string"
|
|
14642
|
+
},
|
|
14643
|
+
"default": "'off'",
|
|
14644
|
+
"description": "Controls the autocomplete behavior of the input element",
|
|
14645
|
+
"fieldName": "autocomplete",
|
|
14646
|
+
"inheritedFrom": {
|
|
14647
|
+
"name": "InputSelectBase",
|
|
14648
|
+
"module": "src/components/form-elements/input-select-base.ts"
|
|
14649
|
+
}
|
|
14650
|
+
},
|
|
14526
14651
|
{
|
|
14527
14652
|
"name": "readonly",
|
|
14528
14653
|
"type": {
|
|
@@ -15042,6 +15167,21 @@
|
|
|
15042
15167
|
"module": "src/components/form-elements/input-select-base.ts"
|
|
15043
15168
|
}
|
|
15044
15169
|
},
|
|
15170
|
+
{
|
|
15171
|
+
"kind": "field",
|
|
15172
|
+
"name": "autocomplete",
|
|
15173
|
+
"type": {
|
|
15174
|
+
"text": "string"
|
|
15175
|
+
},
|
|
15176
|
+
"default": "'off'",
|
|
15177
|
+
"description": "Controls the autocomplete behavior of the input element",
|
|
15178
|
+
"attribute": "autocomplete",
|
|
15179
|
+
"reflects": true,
|
|
15180
|
+
"inheritedFrom": {
|
|
15181
|
+
"name": "InputSelectBase",
|
|
15182
|
+
"module": "src/components/form-elements/input-select-base.ts"
|
|
15183
|
+
}
|
|
15184
|
+
},
|
|
15045
15185
|
{
|
|
15046
15186
|
"kind": "method",
|
|
15047
15187
|
"name": "getItemLabel",
|
|
@@ -23805,6 +23945,21 @@
|
|
|
23805
23945
|
"module": "src/components/form-elements/input-select-base.ts"
|
|
23806
23946
|
}
|
|
23807
23947
|
},
|
|
23948
|
+
{
|
|
23949
|
+
"kind": "field",
|
|
23950
|
+
"name": "autocomplete",
|
|
23951
|
+
"type": {
|
|
23952
|
+
"text": "string"
|
|
23953
|
+
},
|
|
23954
|
+
"default": "'off'",
|
|
23955
|
+
"description": "Controls the autocomplete behavior of the input element",
|
|
23956
|
+
"attribute": "autocomplete",
|
|
23957
|
+
"reflects": true,
|
|
23958
|
+
"inheritedFrom": {
|
|
23959
|
+
"name": "InputSelectBase",
|
|
23960
|
+
"module": "src/components/form-elements/input-select-base.ts"
|
|
23961
|
+
}
|
|
23962
|
+
},
|
|
23808
23963
|
{
|
|
23809
23964
|
"kind": "method",
|
|
23810
23965
|
"name": "setInnerOptions",
|
|
@@ -24380,6 +24535,19 @@
|
|
|
24380
24535
|
"module": "src/components/form-elements/input-select-base.ts"
|
|
24381
24536
|
}
|
|
24382
24537
|
},
|
|
24538
|
+
{
|
|
24539
|
+
"name": "autocomplete",
|
|
24540
|
+
"type": {
|
|
24541
|
+
"text": "string"
|
|
24542
|
+
},
|
|
24543
|
+
"default": "'off'",
|
|
24544
|
+
"description": "Controls the autocomplete behavior of the input element",
|
|
24545
|
+
"fieldName": "autocomplete",
|
|
24546
|
+
"inheritedFrom": {
|
|
24547
|
+
"name": "InputSelectBase",
|
|
24548
|
+
"module": "src/components/form-elements/input-select-base.ts"
|
|
24549
|
+
}
|
|
24550
|
+
},
|
|
24383
24551
|
{
|
|
24384
24552
|
"name": "readonly",
|
|
24385
24553
|
"type": {
|
|
@@ -25914,6 +26082,17 @@
|
|
|
25914
26082
|
"description": "A message shown when there are no search results. Also useful to apply a\n\"searching\" message when using the query-change event to perform an async\nsearch.",
|
|
25915
26083
|
"attribute": "search-message"
|
|
25916
26084
|
},
|
|
26085
|
+
{
|
|
26086
|
+
"kind": "field",
|
|
26087
|
+
"name": "autocomplete",
|
|
26088
|
+
"type": {
|
|
26089
|
+
"text": "string"
|
|
26090
|
+
},
|
|
26091
|
+
"default": "'off'",
|
|
26092
|
+
"description": "Controls the autocomplete behavior of the input element",
|
|
26093
|
+
"attribute": "autocomplete",
|
|
26094
|
+
"reflects": true
|
|
26095
|
+
},
|
|
25917
26096
|
{
|
|
25918
26097
|
"kind": "method",
|
|
25919
26098
|
"name": "setInnerOptions",
|
|
@@ -26482,6 +26661,15 @@
|
|
|
26482
26661
|
"description": "A message shown when there are no search results. Also useful to apply a\n\"searching\" message when using the query-change event to perform an async\nsearch.",
|
|
26483
26662
|
"fieldName": "searchMessage"
|
|
26484
26663
|
},
|
|
26664
|
+
{
|
|
26665
|
+
"name": "autocomplete",
|
|
26666
|
+
"type": {
|
|
26667
|
+
"text": "string"
|
|
26668
|
+
},
|
|
26669
|
+
"default": "'off'",
|
|
26670
|
+
"description": "Controls the autocomplete behavior of the input element",
|
|
26671
|
+
"fieldName": "autocomplete"
|
|
26672
|
+
},
|
|
26485
26673
|
{
|
|
26486
26674
|
"name": "readonly",
|
|
26487
26675
|
"type": {
|
|
@@ -26945,6 +27133,21 @@
|
|
|
26945
27133
|
"module": "src/components/form-elements/input-select-base.ts"
|
|
26946
27134
|
}
|
|
26947
27135
|
},
|
|
27136
|
+
{
|
|
27137
|
+
"kind": "field",
|
|
27138
|
+
"name": "autocomplete",
|
|
27139
|
+
"type": {
|
|
27140
|
+
"text": "string"
|
|
27141
|
+
},
|
|
27142
|
+
"default": "'off'",
|
|
27143
|
+
"description": "Controls the autocomplete behavior of the input element",
|
|
27144
|
+
"attribute": "autocomplete",
|
|
27145
|
+
"reflects": true,
|
|
27146
|
+
"inheritedFrom": {
|
|
27147
|
+
"name": "InputSelectBase",
|
|
27148
|
+
"module": "src/components/form-elements/input-select-base.ts"
|
|
27149
|
+
}
|
|
27150
|
+
},
|
|
26948
27151
|
{
|
|
26949
27152
|
"kind": "method",
|
|
26950
27153
|
"name": "getItemLabel",
|
|
@@ -27509,6 +27712,19 @@
|
|
|
27509
27712
|
"module": "src/components/form-elements/input-select-base.ts"
|
|
27510
27713
|
}
|
|
27511
27714
|
},
|
|
27715
|
+
{
|
|
27716
|
+
"name": "autocomplete",
|
|
27717
|
+
"type": {
|
|
27718
|
+
"text": "string"
|
|
27719
|
+
},
|
|
27720
|
+
"default": "'off'",
|
|
27721
|
+
"description": "Controls the autocomplete behavior of the input element",
|
|
27722
|
+
"fieldName": "autocomplete",
|
|
27723
|
+
"inheritedFrom": {
|
|
27724
|
+
"name": "InputSelectBase",
|
|
27725
|
+
"module": "src/components/form-elements/input-select-base.ts"
|
|
27726
|
+
}
|
|
27727
|
+
},
|
|
27512
27728
|
{
|
|
27513
27729
|
"name": "readonly",
|
|
27514
27730
|
"type": {
|
|
@@ -28256,6 +28472,17 @@
|
|
|
28256
28472
|
"module": "src/components/form-elements/labeled-input.ts"
|
|
28257
28473
|
}
|
|
28258
28474
|
},
|
|
28475
|
+
{
|
|
28476
|
+
"kind": "field",
|
|
28477
|
+
"name": "autocomplete",
|
|
28478
|
+
"type": {
|
|
28479
|
+
"text": "string"
|
|
28480
|
+
},
|
|
28481
|
+
"default": "'on'",
|
|
28482
|
+
"description": "Controls autocomplete behavior, defaults to \"off\"",
|
|
28483
|
+
"attribute": "autocomplete",
|
|
28484
|
+
"reflects": true
|
|
28485
|
+
},
|
|
28259
28486
|
{
|
|
28260
28487
|
"kind": "field",
|
|
28261
28488
|
"name": "maxlength",
|
|
@@ -28553,6 +28780,15 @@
|
|
|
28553
28780
|
"module": "src/components/form-elements/labeled-input.ts"
|
|
28554
28781
|
}
|
|
28555
28782
|
},
|
|
28783
|
+
{
|
|
28784
|
+
"name": "autocomplete",
|
|
28785
|
+
"type": {
|
|
28786
|
+
"text": "string"
|
|
28787
|
+
},
|
|
28788
|
+
"default": "'on'",
|
|
28789
|
+
"description": "Controls autocomplete behavior, defaults to \"off\"",
|
|
28790
|
+
"fieldName": "autocomplete"
|
|
28791
|
+
},
|
|
28556
28792
|
{
|
|
28557
28793
|
"name": "maxlength",
|
|
28558
28794
|
"type": {
|
|
@@ -28812,6 +29048,17 @@
|
|
|
28812
29048
|
"module": "src/components/form-elements/labeled-input.ts"
|
|
28813
29049
|
}
|
|
28814
29050
|
},
|
|
29051
|
+
{
|
|
29052
|
+
"kind": "field",
|
|
29053
|
+
"name": "autocomplete",
|
|
29054
|
+
"type": {
|
|
29055
|
+
"text": "string"
|
|
29056
|
+
},
|
|
29057
|
+
"default": "'off'",
|
|
29058
|
+
"description": "Controls autocomplete behavior, defaults to \"off\"",
|
|
29059
|
+
"attribute": "autocomplete",
|
|
29060
|
+
"reflects": true
|
|
29061
|
+
},
|
|
28815
29062
|
{
|
|
28816
29063
|
"kind": "field",
|
|
28817
29064
|
"name": "maxlength",
|
|
@@ -29109,6 +29356,15 @@
|
|
|
29109
29356
|
"module": "src/components/form-elements/labeled-input.ts"
|
|
29110
29357
|
}
|
|
29111
29358
|
},
|
|
29359
|
+
{
|
|
29360
|
+
"name": "autocomplete",
|
|
29361
|
+
"type": {
|
|
29362
|
+
"text": "string"
|
|
29363
|
+
},
|
|
29364
|
+
"default": "'off'",
|
|
29365
|
+
"description": "Controls autocomplete behavior, defaults to \"off\"",
|
|
29366
|
+
"fieldName": "autocomplete"
|
|
29367
|
+
},
|
|
29112
29368
|
{
|
|
29113
29369
|
"name": "maxlength",
|
|
29114
29370
|
"type": {
|
|
@@ -29723,6 +29979,21 @@
|
|
|
29723
29979
|
"module": "src/components/form-elements/input-select-base.ts"
|
|
29724
29980
|
}
|
|
29725
29981
|
},
|
|
29982
|
+
{
|
|
29983
|
+
"kind": "field",
|
|
29984
|
+
"name": "autocomplete",
|
|
29985
|
+
"type": {
|
|
29986
|
+
"text": "string"
|
|
29987
|
+
},
|
|
29988
|
+
"default": "'off'",
|
|
29989
|
+
"description": "Controls the autocomplete behavior of the input element",
|
|
29990
|
+
"attribute": "autocomplete",
|
|
29991
|
+
"reflects": true,
|
|
29992
|
+
"inheritedFrom": {
|
|
29993
|
+
"name": "InputSelectBase",
|
|
29994
|
+
"module": "src/components/form-elements/input-select-base.ts"
|
|
29995
|
+
}
|
|
29996
|
+
},
|
|
29726
29997
|
{
|
|
29727
29998
|
"kind": "method",
|
|
29728
29999
|
"name": "getItemLabel",
|
|
@@ -30285,6 +30556,19 @@
|
|
|
30285
30556
|
"module": "src/components/form-elements/input-select-base.ts"
|
|
30286
30557
|
}
|
|
30287
30558
|
},
|
|
30559
|
+
{
|
|
30560
|
+
"name": "autocomplete",
|
|
30561
|
+
"type": {
|
|
30562
|
+
"text": "string"
|
|
30563
|
+
},
|
|
30564
|
+
"default": "'off'",
|
|
30565
|
+
"description": "Controls the autocomplete behavior of the input element",
|
|
30566
|
+
"fieldName": "autocomplete",
|
|
30567
|
+
"inheritedFrom": {
|
|
30568
|
+
"name": "InputSelectBase",
|
|
30569
|
+
"module": "src/components/form-elements/input-select-base.ts"
|
|
30570
|
+
}
|
|
30571
|
+
},
|
|
30288
30572
|
{
|
|
30289
30573
|
"name": "readonly",
|
|
30290
30574
|
"type": {
|