@openremote/or-attribute-input 1.6.0 → 1.6.3
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/custom-elements.json +223 -70
- package/dist/umd/index.js +12 -11
- package/dist/umd/index.orbundle.js +50 -49
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/package.json +9 -9
package/custom-elements.json
CHANGED
|
@@ -180,19 +180,14 @@
|
|
|
180
180
|
"description": "",
|
|
181
181
|
"name": "OrAttributeInput",
|
|
182
182
|
"members": [
|
|
183
|
-
{
|
|
184
|
-
"kind": "field",
|
|
185
|
-
"name": "styles",
|
|
186
|
-
"static": true,
|
|
187
|
-
"readonly": true
|
|
188
|
-
},
|
|
189
183
|
{
|
|
190
184
|
"kind": "field",
|
|
191
185
|
"name": "attribute",
|
|
192
186
|
"type": {
|
|
193
187
|
"text": "Attribute<any> | undefined"
|
|
194
188
|
},
|
|
195
|
-
"privacy": "public"
|
|
189
|
+
"privacy": "public",
|
|
190
|
+
"attribute": "attribute"
|
|
196
191
|
},
|
|
197
192
|
{
|
|
198
193
|
"kind": "field",
|
|
@@ -200,7 +195,8 @@
|
|
|
200
195
|
"type": {
|
|
201
196
|
"text": "string | undefined"
|
|
202
197
|
},
|
|
203
|
-
"privacy": "public"
|
|
198
|
+
"privacy": "public",
|
|
199
|
+
"attribute": "assetId"
|
|
204
200
|
},
|
|
205
201
|
{
|
|
206
202
|
"kind": "field",
|
|
@@ -208,7 +204,8 @@
|
|
|
208
204
|
"type": {
|
|
209
205
|
"text": "AttributeDescriptor | undefined"
|
|
210
206
|
},
|
|
211
|
-
"privacy": "public"
|
|
207
|
+
"privacy": "public",
|
|
208
|
+
"attribute": "attributeDescriptor"
|
|
212
209
|
},
|
|
213
210
|
{
|
|
214
211
|
"kind": "field",
|
|
@@ -216,7 +213,8 @@
|
|
|
216
213
|
"type": {
|
|
217
214
|
"text": "ValueDescriptor | undefined"
|
|
218
215
|
},
|
|
219
|
-
"privacy": "public"
|
|
216
|
+
"privacy": "public",
|
|
217
|
+
"attribute": "valueDescriptor"
|
|
220
218
|
},
|
|
221
219
|
{
|
|
222
220
|
"kind": "field",
|
|
@@ -224,7 +222,8 @@
|
|
|
224
222
|
"type": {
|
|
225
223
|
"text": "string | undefined"
|
|
226
224
|
},
|
|
227
|
-
"privacy": "public"
|
|
225
|
+
"privacy": "public",
|
|
226
|
+
"attribute": "assetType"
|
|
228
227
|
},
|
|
229
228
|
{
|
|
230
229
|
"kind": "field",
|
|
@@ -232,7 +231,8 @@
|
|
|
232
231
|
"type": {
|
|
233
232
|
"text": "string | undefined"
|
|
234
233
|
},
|
|
235
|
-
"privacy": "public"
|
|
234
|
+
"privacy": "public",
|
|
235
|
+
"attribute": "label"
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
238
|
"kind": "field",
|
|
@@ -240,7 +240,8 @@
|
|
|
240
240
|
"type": {
|
|
241
241
|
"text": "boolean | undefined"
|
|
242
242
|
},
|
|
243
|
-
"privacy": "public"
|
|
243
|
+
"privacy": "public",
|
|
244
|
+
"attribute": "disabled"
|
|
244
245
|
},
|
|
245
246
|
{
|
|
246
247
|
"kind": "field",
|
|
@@ -248,7 +249,8 @@
|
|
|
248
249
|
"type": {
|
|
249
250
|
"text": "boolean | undefined"
|
|
250
251
|
},
|
|
251
|
-
"privacy": "public"
|
|
252
|
+
"privacy": "public",
|
|
253
|
+
"attribute": "readonly"
|
|
252
254
|
},
|
|
253
255
|
{
|
|
254
256
|
"kind": "field",
|
|
@@ -256,7 +258,8 @@
|
|
|
256
258
|
"type": {
|
|
257
259
|
"text": "boolean | undefined"
|
|
258
260
|
},
|
|
259
|
-
"privacy": "public"
|
|
261
|
+
"privacy": "public",
|
|
262
|
+
"attribute": "required"
|
|
260
263
|
},
|
|
261
264
|
{
|
|
262
265
|
"kind": "field",
|
|
@@ -264,7 +267,8 @@
|
|
|
264
267
|
"type": {
|
|
265
268
|
"text": "any | undefined"
|
|
266
269
|
},
|
|
267
|
-
"privacy": "public"
|
|
270
|
+
"privacy": "public",
|
|
271
|
+
"attribute": "value"
|
|
268
272
|
},
|
|
269
273
|
{
|
|
270
274
|
"kind": "field",
|
|
@@ -272,7 +276,8 @@
|
|
|
272
276
|
"type": {
|
|
273
277
|
"text": "InputType | undefined"
|
|
274
278
|
},
|
|
275
|
-
"privacy": "public"
|
|
279
|
+
"privacy": "public",
|
|
280
|
+
"attribute": "inputType"
|
|
276
281
|
},
|
|
277
282
|
{
|
|
278
283
|
"kind": "field",
|
|
@@ -280,7 +285,8 @@
|
|
|
280
285
|
"type": {
|
|
281
286
|
"text": "boolean | undefined"
|
|
282
287
|
},
|
|
283
|
-
"privacy": "public"
|
|
288
|
+
"privacy": "public",
|
|
289
|
+
"attribute": "hasHelperText"
|
|
284
290
|
},
|
|
285
291
|
{
|
|
286
292
|
"kind": "field",
|
|
@@ -288,7 +294,8 @@
|
|
|
288
294
|
"type": {
|
|
289
295
|
"text": "boolean | undefined"
|
|
290
296
|
},
|
|
291
|
-
"privacy": "public"
|
|
297
|
+
"privacy": "public",
|
|
298
|
+
"attribute": "disableButton"
|
|
292
299
|
},
|
|
293
300
|
{
|
|
294
301
|
"kind": "field",
|
|
@@ -297,7 +304,8 @@
|
|
|
297
304
|
"text": "boolean"
|
|
298
305
|
},
|
|
299
306
|
"privacy": "public",
|
|
300
|
-
"default": "false"
|
|
307
|
+
"default": "false",
|
|
308
|
+
"attribute": "disableSubscribe"
|
|
301
309
|
},
|
|
302
310
|
{
|
|
303
311
|
"kind": "field",
|
|
@@ -306,7 +314,8 @@
|
|
|
306
314
|
"text": "boolean"
|
|
307
315
|
},
|
|
308
316
|
"privacy": "public",
|
|
309
|
-
"default": "false"
|
|
317
|
+
"default": "false",
|
|
318
|
+
"attribute": "disableWrite"
|
|
310
319
|
},
|
|
311
320
|
{
|
|
312
321
|
"kind": "field",
|
|
@@ -315,7 +324,8 @@
|
|
|
315
324
|
"text": "boolean"
|
|
316
325
|
},
|
|
317
326
|
"privacy": "public",
|
|
318
|
-
"default": "false"
|
|
327
|
+
"default": "false",
|
|
328
|
+
"attribute": "compact"
|
|
319
329
|
},
|
|
320
330
|
{
|
|
321
331
|
"kind": "field",
|
|
@@ -324,7 +334,8 @@
|
|
|
324
334
|
"text": "boolean"
|
|
325
335
|
},
|
|
326
336
|
"privacy": "public",
|
|
327
|
-
"default": "false"
|
|
337
|
+
"default": "false",
|
|
338
|
+
"attribute": "comfortable"
|
|
328
339
|
},
|
|
329
340
|
{
|
|
330
341
|
"kind": "field",
|
|
@@ -333,7 +344,8 @@
|
|
|
333
344
|
"text": "boolean"
|
|
334
345
|
},
|
|
335
346
|
"privacy": "public",
|
|
336
|
-
"default": "false"
|
|
347
|
+
"default": "false",
|
|
348
|
+
"attribute": "resizeVertical"
|
|
337
349
|
},
|
|
338
350
|
{
|
|
339
351
|
"kind": "field",
|
|
@@ -341,7 +353,8 @@
|
|
|
341
353
|
"type": {
|
|
342
354
|
"text": "boolean | undefined"
|
|
343
355
|
},
|
|
344
|
-
"privacy": "public"
|
|
356
|
+
"privacy": "public",
|
|
357
|
+
"attribute": "fullWidth"
|
|
345
358
|
},
|
|
346
359
|
{
|
|
347
360
|
"kind": "field",
|
|
@@ -349,7 +362,8 @@
|
|
|
349
362
|
"type": {
|
|
350
363
|
"text": "boolean | undefined"
|
|
351
364
|
},
|
|
352
|
-
"privacy": "public"
|
|
365
|
+
"privacy": "public",
|
|
366
|
+
"attribute": "rounded"
|
|
353
367
|
},
|
|
354
368
|
{
|
|
355
369
|
"kind": "field",
|
|
@@ -357,7 +371,8 @@
|
|
|
357
371
|
"type": {
|
|
358
372
|
"text": "boolean | undefined"
|
|
359
373
|
},
|
|
360
|
-
"privacy": "public"
|
|
374
|
+
"privacy": "public",
|
|
375
|
+
"attribute": "outlined"
|
|
361
376
|
},
|
|
362
377
|
{
|
|
363
378
|
"kind": "field",
|
|
@@ -365,7 +380,8 @@
|
|
|
365
380
|
"type": {
|
|
366
381
|
"text": "AttributeEvent | undefined"
|
|
367
382
|
},
|
|
368
|
-
"privacy": "protected"
|
|
383
|
+
"privacy": "protected",
|
|
384
|
+
"attribute": "_attributeEvent"
|
|
369
385
|
},
|
|
370
386
|
{
|
|
371
387
|
"kind": "field",
|
|
@@ -373,7 +389,8 @@
|
|
|
373
389
|
"type": {
|
|
374
390
|
"text": "number | undefined"
|
|
375
391
|
},
|
|
376
|
-
"privacy": "protected"
|
|
392
|
+
"privacy": "protected",
|
|
393
|
+
"attribute": "_writeTimeoutHandler"
|
|
377
394
|
},
|
|
378
395
|
{
|
|
379
396
|
"kind": "field",
|
|
@@ -446,24 +463,6 @@
|
|
|
446
463
|
"kind": "field",
|
|
447
464
|
"name": "langChangedCallback"
|
|
448
465
|
},
|
|
449
|
-
{
|
|
450
|
-
"kind": "method",
|
|
451
|
-
"name": "shouldUpdate",
|
|
452
|
-
"privacy": "public",
|
|
453
|
-
"return": {
|
|
454
|
-
"type": {
|
|
455
|
-
"text": "boolean"
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
|
-
"parameters": [
|
|
459
|
-
{
|
|
460
|
-
"name": "_changedProperties",
|
|
461
|
-
"type": {
|
|
462
|
-
"text": "PropertyValues"
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
]
|
|
466
|
-
},
|
|
467
466
|
{
|
|
468
467
|
"kind": "method",
|
|
469
468
|
"name": "_updateSubscribedRefs",
|
|
@@ -524,29 +523,6 @@
|
|
|
524
523
|
}
|
|
525
524
|
}
|
|
526
525
|
},
|
|
527
|
-
{
|
|
528
|
-
"kind": "method",
|
|
529
|
-
"name": "render",
|
|
530
|
-
"privacy": "public"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"kind": "method",
|
|
534
|
-
"name": "updated",
|
|
535
|
-
"privacy": "protected",
|
|
536
|
-
"return": {
|
|
537
|
-
"type": {
|
|
538
|
-
"text": "void"
|
|
539
|
-
}
|
|
540
|
-
},
|
|
541
|
-
"parameters": [
|
|
542
|
-
{
|
|
543
|
-
"name": "_changedProperties",
|
|
544
|
-
"type": {
|
|
545
|
-
"text": "PropertyValues"
|
|
546
|
-
}
|
|
547
|
-
}
|
|
548
|
-
]
|
|
549
|
-
},
|
|
550
526
|
{
|
|
551
527
|
"kind": "field",
|
|
552
528
|
"name": "showButton",
|
|
@@ -669,6 +645,174 @@
|
|
|
669
645
|
}
|
|
670
646
|
}
|
|
671
647
|
],
|
|
648
|
+
"attributes": [
|
|
649
|
+
{
|
|
650
|
+
"name": "attribute",
|
|
651
|
+
"type": {
|
|
652
|
+
"text": "Attribute<any> | undefined"
|
|
653
|
+
},
|
|
654
|
+
"fieldName": "attribute"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": "assetId",
|
|
658
|
+
"type": {
|
|
659
|
+
"text": "string | undefined"
|
|
660
|
+
},
|
|
661
|
+
"fieldName": "assetId"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"name": "attributeDescriptor",
|
|
665
|
+
"type": {
|
|
666
|
+
"text": "AttributeDescriptor | undefined"
|
|
667
|
+
},
|
|
668
|
+
"fieldName": "attributeDescriptor"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"name": "valueDescriptor",
|
|
672
|
+
"type": {
|
|
673
|
+
"text": "ValueDescriptor | undefined"
|
|
674
|
+
},
|
|
675
|
+
"fieldName": "valueDescriptor"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"name": "assetType",
|
|
679
|
+
"type": {
|
|
680
|
+
"text": "string | undefined"
|
|
681
|
+
},
|
|
682
|
+
"fieldName": "assetType"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "label",
|
|
686
|
+
"type": {
|
|
687
|
+
"text": "string | undefined"
|
|
688
|
+
},
|
|
689
|
+
"fieldName": "label"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "disabled",
|
|
693
|
+
"type": {
|
|
694
|
+
"text": "boolean | undefined"
|
|
695
|
+
},
|
|
696
|
+
"fieldName": "disabled"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"name": "readonly",
|
|
700
|
+
"type": {
|
|
701
|
+
"text": "boolean | undefined"
|
|
702
|
+
},
|
|
703
|
+
"fieldName": "readonly"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"name": "required",
|
|
707
|
+
"type": {
|
|
708
|
+
"text": "boolean | undefined"
|
|
709
|
+
},
|
|
710
|
+
"fieldName": "required"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"name": "value",
|
|
714
|
+
"type": {
|
|
715
|
+
"text": "any | undefined"
|
|
716
|
+
},
|
|
717
|
+
"fieldName": "value"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"name": "inputType",
|
|
721
|
+
"type": {
|
|
722
|
+
"text": "InputType | undefined"
|
|
723
|
+
},
|
|
724
|
+
"fieldName": "inputType"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "hasHelperText",
|
|
728
|
+
"type": {
|
|
729
|
+
"text": "boolean | undefined"
|
|
730
|
+
},
|
|
731
|
+
"fieldName": "hasHelperText"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"name": "disableButton",
|
|
735
|
+
"type": {
|
|
736
|
+
"text": "boolean | undefined"
|
|
737
|
+
},
|
|
738
|
+
"fieldName": "disableButton"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "disableSubscribe",
|
|
742
|
+
"type": {
|
|
743
|
+
"text": "boolean"
|
|
744
|
+
},
|
|
745
|
+
"default": "false",
|
|
746
|
+
"fieldName": "disableSubscribe"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"name": "disableWrite",
|
|
750
|
+
"type": {
|
|
751
|
+
"text": "boolean"
|
|
752
|
+
},
|
|
753
|
+
"default": "false",
|
|
754
|
+
"fieldName": "disableWrite"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "compact",
|
|
758
|
+
"type": {
|
|
759
|
+
"text": "boolean"
|
|
760
|
+
},
|
|
761
|
+
"default": "false",
|
|
762
|
+
"fieldName": "compact"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"name": "comfortable",
|
|
766
|
+
"type": {
|
|
767
|
+
"text": "boolean"
|
|
768
|
+
},
|
|
769
|
+
"default": "false",
|
|
770
|
+
"fieldName": "comfortable"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"name": "resizeVertical",
|
|
774
|
+
"type": {
|
|
775
|
+
"text": "boolean"
|
|
776
|
+
},
|
|
777
|
+
"default": "false",
|
|
778
|
+
"fieldName": "resizeVertical"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "fullWidth",
|
|
782
|
+
"type": {
|
|
783
|
+
"text": "boolean | undefined"
|
|
784
|
+
},
|
|
785
|
+
"fieldName": "fullWidth"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"name": "rounded",
|
|
789
|
+
"type": {
|
|
790
|
+
"text": "boolean | undefined"
|
|
791
|
+
},
|
|
792
|
+
"fieldName": "rounded"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "outlined",
|
|
796
|
+
"type": {
|
|
797
|
+
"text": "boolean | undefined"
|
|
798
|
+
},
|
|
799
|
+
"fieldName": "outlined"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"name": "_attributeEvent",
|
|
803
|
+
"type": {
|
|
804
|
+
"text": "AttributeEvent | undefined"
|
|
805
|
+
},
|
|
806
|
+
"fieldName": "_attributeEvent"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"name": "_writeTimeoutHandler",
|
|
810
|
+
"type": {
|
|
811
|
+
"text": "number | undefined"
|
|
812
|
+
},
|
|
813
|
+
"fieldName": "_writeTimeoutHandler"
|
|
814
|
+
}
|
|
815
|
+
],
|
|
672
816
|
"mixins": [
|
|
673
817
|
{
|
|
674
818
|
"name": "subscribe(manager)",
|
|
@@ -683,6 +827,7 @@
|
|
|
683
827
|
"name": "LitElement",
|
|
684
828
|
"package": "lit"
|
|
685
829
|
},
|
|
830
|
+
"tagName": "or-attribute-input",
|
|
686
831
|
"customElement": true
|
|
687
832
|
}
|
|
688
833
|
],
|
|
@@ -726,6 +871,14 @@
|
|
|
726
871
|
"name": "OrAttributeInput",
|
|
727
872
|
"module": "src/index.ts"
|
|
728
873
|
}
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"kind": "custom-element-definition",
|
|
877
|
+
"name": "or-attribute-input",
|
|
878
|
+
"declaration": {
|
|
879
|
+
"name": "OrAttributeInput",
|
|
880
|
+
"module": "src/index.ts"
|
|
881
|
+
}
|
|
729
882
|
}
|
|
730
883
|
]
|
|
731
884
|
}
|