smoothly 0.3.5 → 0.3.7

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.
Files changed (103) hide show
  1. package/dist/cjs/{index-3efe2a41.js → index-3fb97927.js} +467 -269
  2. package/dist/cjs/{index-2a011313.js → index-7b75b331.js} +1 -1
  3. package/dist/cjs/index.cjs.js +2 -2
  4. package/dist/cjs/loader.cjs.js +3 -3
  5. package/dist/cjs/smoothly-accordion_53.cjs.entry.js +68 -26
  6. package/dist/cjs/smoothly-google-font.cjs.entry.js +1 -1
  7. package/dist/cjs/smoothly-radio-group.cjs.entry.js +1 -1
  8. package/dist/cjs/smoothly-reorder.cjs.entry.js +1 -1
  9. package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +1 -1
  10. package/dist/cjs/smoothly-trigger-source.cjs.entry.js +1 -1
  11. package/dist/cjs/smoothly.cjs.js +3 -3
  12. package/dist/collection/collection-manifest.json +2 -2
  13. package/dist/collection/components/App.js +38 -46
  14. package/dist/collection/components/accordion/index.js +65 -55
  15. package/dist/collection/components/accordion-item/index.js +133 -131
  16. package/dist/collection/components/app/index.js +37 -32
  17. package/dist/collection/components/app-demo/index.js +39 -68
  18. package/dist/collection/components/backtotop/index.js +73 -66
  19. package/dist/collection/components/button/index.js +144 -141
  20. package/dist/collection/components/calendar/index.js +277 -268
  21. package/dist/collection/components/checkbox/index.js +120 -110
  22. package/dist/collection/components/dialog/index.js +97 -93
  23. package/dist/collection/components/dialog-demo/index.js +2 -3
  24. package/dist/collection/components/display/index.js +108 -102
  25. package/dist/collection/components/display-amount/index.js +68 -63
  26. package/dist/collection/components/display-date-time/index.js +35 -30
  27. package/dist/collection/components/display-demo/index.js +23 -129
  28. package/dist/collection/components/frame/index.js +134 -124
  29. package/dist/collection/components/google-font/index.js +26 -24
  30. package/dist/collection/components/icon/index.js +116 -107
  31. package/dist/collection/components/icon-demo/index.js +11 -7
  32. package/dist/collection/components/input/index.js +364 -355
  33. package/dist/collection/components/input-date/index.js +165 -156
  34. package/dist/collection/components/input-date-range/index.js +220 -213
  35. package/dist/collection/components/input-demo/index.js +2 -87
  36. package/dist/collection/components/input-month/index.js +65 -57
  37. package/dist/collection/components/item/index.js +101 -87
  38. package/dist/collection/components/menu-options/index.js +287 -275
  39. package/dist/collection/components/notification/index.js +74 -63
  40. package/dist/collection/components/notifier/index.js +31 -23
  41. package/dist/collection/components/option/index.js +227 -223
  42. package/dist/collection/components/picker/index.js +404 -397
  43. package/dist/collection/components/popup/index.js +73 -69
  44. package/dist/collection/components/quiet/index.js +33 -28
  45. package/dist/collection/components/radio/index.js +98 -91
  46. package/dist/collection/components/radio-button/index.js +92 -83
  47. package/dist/collection/components/radio-button/item/index.js +91 -66
  48. package/dist/collection/components/radio-button/item/style.css +9 -15
  49. package/dist/collection/components/radio-group/index.js +33 -27
  50. package/dist/collection/components/reorder/index.js +28 -23
  51. package/dist/collection/components/room/index.js +73 -71
  52. package/dist/collection/components/select/index.js +82 -75
  53. package/dist/collection/components/select-demo/index.js +24 -42
  54. package/dist/collection/components/selector/index.js +71 -68
  55. package/dist/collection/components/skeleton/index.js +112 -106
  56. package/dist/collection/components/spinner/index.js +50 -46
  57. package/dist/collection/components/submit/index.js +174 -163
  58. package/dist/collection/components/svg/index.js +65 -60
  59. package/dist/collection/components/tab/index.js +84 -75
  60. package/dist/collection/components/tab-switch/index.js +32 -23
  61. package/dist/collection/components/table/cell/index.js +12 -9
  62. package/dist/collection/components/table/demo/index.js +13 -59
  63. package/dist/collection/components/table/expandable/cell/index.js +100 -95
  64. package/dist/collection/components/table/expandable/row/index.js +85 -79
  65. package/dist/collection/components/table/header/index.js +33 -28
  66. package/dist/collection/components/table/index.js +44 -36
  67. package/dist/collection/components/table/row/index.js +26 -20
  68. package/dist/collection/components/trigger/index.js +174 -166
  69. package/dist/collection/components/trigger-sink/index.js +73 -65
  70. package/dist/collection/components/trigger-source/index.js +71 -63
  71. package/dist/collection/components/tuple/index.js +19 -17
  72. package/dist/collection/components/urlencoded/index.js +22 -20
  73. package/dist/collection/model/Listenable.js +4 -2
  74. package/dist/custom-elements/index.js +67 -25
  75. package/dist/esm/{index-1d438ba2.js → index-3b463176.js} +1 -1
  76. package/dist/esm/{index-4d9efff8.js → index-fcf8bdd3.js} +467 -269
  77. package/dist/esm/index.js +2 -2
  78. package/dist/esm/loader.js +3 -3
  79. package/dist/esm/polyfills/css-shim.js +1 -1
  80. package/dist/esm/smoothly-accordion_53.entry.js +68 -26
  81. package/dist/esm/smoothly-google-font.entry.js +1 -1
  82. package/dist/esm/smoothly-radio-group.entry.js +1 -1
  83. package/dist/esm/smoothly-reorder.entry.js +1 -1
  84. package/dist/esm/smoothly-trigger-sink.entry.js +1 -1
  85. package/dist/esm/smoothly-trigger-source.entry.js +1 -1
  86. package/dist/esm/smoothly.js +3 -3
  87. package/dist/smoothly/index.esm.js +1 -1
  88. package/dist/smoothly/{p-d5d4832d.entry.js → p-0833f25c.entry.js} +1 -1
  89. package/dist/smoothly/{p-919ae3e8.entry.js → p-2bf8c660.entry.js} +1 -1
  90. package/dist/smoothly/{p-8e4e941e.entry.js → p-3bd18eea.entry.js} +1 -1
  91. package/dist/smoothly/{p-9bc77fba.entry.js → p-a1c137fc.entry.js} +1 -1
  92. package/dist/smoothly/p-af26b4ed.entry.js +1 -0
  93. package/dist/smoothly/p-af90d05a.js +2 -0
  94. package/dist/smoothly/{p-76e88859.js → p-e5191036.js} +1 -1
  95. package/dist/smoothly/{p-7a5eda51.entry.js → p-f67259c5.entry.js} +1 -1
  96. package/dist/smoothly/smoothly.esm.js +1 -1
  97. package/dist/types/components/radio-button/item/index.d.ts +2 -0
  98. package/dist/types/components.d.ts +3 -1
  99. package/dist/types/stencil-public-runtime.d.ts +15 -4
  100. package/loader/package.json +1 -0
  101. package/package.json +6 -6
  102. package/dist/smoothly/p-191ee4b8.js +0 -2
  103. package/dist/smoothly/p-78b676aa.entry.js +0 -1
@@ -1,4 +1,4 @@
1
- import { Component, Element, Event, h, Host, Listen, Prop, State, Watch } from "@stencil/core";
1
+ import { h, Host } from "@stencil/core";
2
2
  export class SmoothlyPicker {
3
3
  constructor() {
4
4
  this.keepFocusOnReRender = false;
@@ -163,411 +163,418 @@ export class SmoothlyPicker {
163
163
  : []),
164
164
  ...((_c = this.options) !== null && _c !== void 0 ? _c : []),
165
165
  ];
166
- return (h(Host, { style: cssVariables, "has-selection": this.selections.length > 0, "is-open": this.isOpen ? "" : undefined, onMouseDown: (e) => e.preventDefault(), onClick: () => this.onClick() },
167
- h("div", null,
168
- h("smoothly-icon", { part: "search", class: "search", name: "search-outline", size: "tiny" }),
169
- h("label", { part: "label-element" }, this.label),
170
- h("input", { part: "input", disabled: this.disabled, readonly: this.readonly, type: "text", ref: (el) => (this.inputElement = el ? el : this.inputElement), onFocus: () => this.highlightDefault(), onBlur: () => this.onBlur(), placeholder: this.selections.length > 3
171
- ? this.selections.length.toString() + " " + this.selectionName
172
- : this.selections.map(selection => selection.name).join(", "), onKeyDown: e => this.onKeyDown(e), onInput: (e) => this.onInput(e) }),
173
- h("smoothly-icon", { part: "chevron", class: "down", name: "chevron-down", size: "tiny" }),
174
- h("smoothly-icon", { part: "chevron", class: "up", name: "chevron-up", size: "tiny" })),
175
- h("smoothly-menu-options", { part: "menu-options", style: { width: "100%" }, toggle: true, optionStyle: Object.assign({}, this.optionStyle), order: false, emptyMenuLabel: this.emptyMenuLabel, newOptionLabel: this.newOptionLabel, "max-menu-height": this.maxMenuHeight, mutable: this.mutable, ref: (el) => (this.menuElement = el !== null && el !== void 0 ? el : this.menuElement), onClick: e => e.stopPropagation(), resetHighlightOnOptionsChange: false, options: options })));
166
+ return (h(Host, { style: cssVariables, "has-selection": this.selections.length > 0, "is-open": this.isOpen ? "" : undefined, onMouseDown: (e) => e.preventDefault(), onClick: () => this.onClick() }, h("div", null, h("smoothly-icon", { part: "search", class: "search", name: "search-outline", size: "tiny" }), h("label", { part: "label-element" }, this.label), h("input", { part: "input", disabled: this.disabled, readonly: this.readonly, type: "text", ref: (el) => (this.inputElement = el ? el : this.inputElement), onFocus: () => this.highlightDefault(), onBlur: () => this.onBlur(), placeholder: this.selections.length > 3
167
+ ? this.selections.length.toString() + " " + this.selectionName
168
+ : this.selections.map(selection => selection.name).join(", "), onKeyDown: e => this.onKeyDown(e), onInput: (e) => this.onInput(e) }), h("smoothly-icon", { part: "chevron", class: "down", name: "chevron-down", size: "tiny" }), h("smoothly-icon", { part: "chevron", class: "up", name: "chevron-up", size: "tiny" })), h("smoothly-menu-options", { part: "menu-options", style: { width: "100%" }, toggle: true, optionStyle: Object.assign({}, this.optionStyle), order: false, emptyMenuLabel: this.emptyMenuLabel, newOptionLabel: this.newOptionLabel, "max-menu-height": this.maxMenuHeight, mutable: this.mutable, ref: (el) => (this.menuElement = el !== null && el !== void 0 ? el : this.menuElement), onClick: e => e.stopPropagation(), resetHighlightOnOptionsChange: false, options: options })));
176
169
  }
177
170
  static get is() { return "smoothly-picker"; }
178
171
  static get encapsulation() { return "shadow"; }
179
- static get originalStyleUrls() { return {
180
- "$": ["style.scss"]
181
- }; }
182
- static get styleUrls() { return {
183
- "$": ["style.css"]
184
- }; }
185
- static get properties() { return {
186
- "disabled": {
187
- "type": "boolean",
188
- "mutable": false,
189
- "complexType": {
190
- "original": "boolean",
191
- "resolved": "boolean",
192
- "references": {}
193
- },
194
- "required": false,
195
- "optional": false,
196
- "docs": {
197
- "tags": [],
198
- "text": ""
199
- },
200
- "attribute": "disabled",
201
- "reflect": true,
202
- "defaultValue": "false"
203
- },
204
- "readonly": {
205
- "type": "boolean",
206
- "mutable": false,
207
- "complexType": {
208
- "original": "boolean",
209
- "resolved": "boolean",
210
- "references": {}
211
- },
212
- "required": false,
213
- "optional": false,
214
- "docs": {
215
- "tags": [],
216
- "text": ""
217
- },
218
- "attribute": "readonly",
219
- "reflect": true,
220
- "defaultValue": "false"
221
- },
222
- "maxMenuHeight": {
223
- "type": "string",
224
- "mutable": false,
225
- "complexType": {
226
- "original": "string",
227
- "resolved": "string",
228
- "references": {}
229
- },
230
- "required": false,
231
- "optional": false,
232
- "docs": {
233
- "tags": [],
234
- "text": ""
235
- },
236
- "attribute": "max-menu-height",
237
- "reflect": false,
238
- "defaultValue": "\"inherit\""
239
- },
240
- "maxHeight": {
241
- "type": "string",
242
- "mutable": false,
243
- "complexType": {
244
- "original": "string",
245
- "resolved": "string",
246
- "references": {}
247
- },
248
- "required": false,
249
- "optional": false,
250
- "docs": {
251
- "tags": [],
252
- "text": ""
253
- },
254
- "attribute": "max-height",
255
- "reflect": false
256
- },
257
- "emptyMenuLabel": {
258
- "type": "string",
259
- "mutable": true,
260
- "complexType": {
261
- "original": "string",
262
- "resolved": "string",
263
- "references": {}
264
- },
265
- "required": false,
266
- "optional": false,
267
- "docs": {
268
- "tags": [],
269
- "text": ""
270
- },
271
- "attribute": "empty-menu-label",
272
- "reflect": false,
273
- "defaultValue": "\"No Options\""
274
- },
275
- "multiple": {
276
- "type": "boolean",
277
- "mutable": false,
278
- "complexType": {
279
- "original": "boolean",
280
- "resolved": "boolean",
281
- "references": {}
282
- },
283
- "required": false,
284
- "optional": false,
285
- "docs": {
286
- "tags": [],
287
- "text": ""
288
- },
289
- "attribute": "multiple",
290
- "reflect": true,
291
- "defaultValue": "false"
292
- },
293
- "mutable": {
294
- "type": "boolean",
295
- "mutable": false,
296
- "complexType": {
297
- "original": "boolean",
298
- "resolved": "boolean",
299
- "references": {}
300
- },
301
- "required": false,
302
- "optional": false,
303
- "docs": {
304
- "tags": [],
305
- "text": ""
306
- },
307
- "attribute": "mutable",
308
- "reflect": false,
309
- "defaultValue": "false"
310
- },
311
- "optionStyle": {
312
- "type": "any",
313
- "mutable": false,
314
- "complexType": {
315
- "original": "any",
316
- "resolved": "any",
317
- "references": {}
318
- },
319
- "required": false,
320
- "optional": false,
321
- "docs": {
322
- "tags": [],
323
- "text": ""
324
- },
325
- "attribute": "option-style",
326
- "reflect": false
327
- },
328
- "options": {
329
- "type": "unknown",
330
- "mutable": true,
331
- "complexType": {
332
- "original": "(Option & { checked?: boolean })[]",
333
- "resolved": "(Option & { checked?: boolean | undefined; })[]",
334
- "references": {
335
- "Option": {
336
- "location": "import",
337
- "path": "../../model"
172
+ static get originalStyleUrls() {
173
+ return {
174
+ "$": ["style.scss"]
175
+ };
176
+ }
177
+ static get styleUrls() {
178
+ return {
179
+ "$": ["style.css"]
180
+ };
181
+ }
182
+ static get properties() {
183
+ return {
184
+ "disabled": {
185
+ "type": "boolean",
186
+ "mutable": false,
187
+ "complexType": {
188
+ "original": "boolean",
189
+ "resolved": "boolean",
190
+ "references": {}
191
+ },
192
+ "required": false,
193
+ "optional": false,
194
+ "docs": {
195
+ "tags": [],
196
+ "text": ""
197
+ },
198
+ "attribute": "disabled",
199
+ "reflect": true,
200
+ "defaultValue": "false"
201
+ },
202
+ "readonly": {
203
+ "type": "boolean",
204
+ "mutable": false,
205
+ "complexType": {
206
+ "original": "boolean",
207
+ "resolved": "boolean",
208
+ "references": {}
209
+ },
210
+ "required": false,
211
+ "optional": false,
212
+ "docs": {
213
+ "tags": [],
214
+ "text": ""
215
+ },
216
+ "attribute": "readonly",
217
+ "reflect": true,
218
+ "defaultValue": "false"
219
+ },
220
+ "maxMenuHeight": {
221
+ "type": "string",
222
+ "mutable": false,
223
+ "complexType": {
224
+ "original": "string",
225
+ "resolved": "string",
226
+ "references": {}
227
+ },
228
+ "required": false,
229
+ "optional": false,
230
+ "docs": {
231
+ "tags": [],
232
+ "text": ""
233
+ },
234
+ "attribute": "max-menu-height",
235
+ "reflect": false,
236
+ "defaultValue": "\"inherit\""
237
+ },
238
+ "maxHeight": {
239
+ "type": "string",
240
+ "mutable": false,
241
+ "complexType": {
242
+ "original": "string",
243
+ "resolved": "string",
244
+ "references": {}
245
+ },
246
+ "required": false,
247
+ "optional": false,
248
+ "docs": {
249
+ "tags": [],
250
+ "text": ""
251
+ },
252
+ "attribute": "max-height",
253
+ "reflect": false
254
+ },
255
+ "emptyMenuLabel": {
256
+ "type": "string",
257
+ "mutable": true,
258
+ "complexType": {
259
+ "original": "string",
260
+ "resolved": "string",
261
+ "references": {}
262
+ },
263
+ "required": false,
264
+ "optional": false,
265
+ "docs": {
266
+ "tags": [],
267
+ "text": ""
268
+ },
269
+ "attribute": "empty-menu-label",
270
+ "reflect": false,
271
+ "defaultValue": "\"No Options\""
272
+ },
273
+ "multiple": {
274
+ "type": "boolean",
275
+ "mutable": false,
276
+ "complexType": {
277
+ "original": "boolean",
278
+ "resolved": "boolean",
279
+ "references": {}
280
+ },
281
+ "required": false,
282
+ "optional": false,
283
+ "docs": {
284
+ "tags": [],
285
+ "text": ""
286
+ },
287
+ "attribute": "multiple",
288
+ "reflect": true,
289
+ "defaultValue": "false"
290
+ },
291
+ "mutable": {
292
+ "type": "boolean",
293
+ "mutable": false,
294
+ "complexType": {
295
+ "original": "boolean",
296
+ "resolved": "boolean",
297
+ "references": {}
298
+ },
299
+ "required": false,
300
+ "optional": false,
301
+ "docs": {
302
+ "tags": [],
303
+ "text": ""
304
+ },
305
+ "attribute": "mutable",
306
+ "reflect": false,
307
+ "defaultValue": "false"
308
+ },
309
+ "optionStyle": {
310
+ "type": "any",
311
+ "mutable": false,
312
+ "complexType": {
313
+ "original": "any",
314
+ "resolved": "any",
315
+ "references": {}
316
+ },
317
+ "required": false,
318
+ "optional": false,
319
+ "docs": {
320
+ "tags": [],
321
+ "text": ""
322
+ },
323
+ "attribute": "option-style",
324
+ "reflect": false
325
+ },
326
+ "options": {
327
+ "type": "unknown",
328
+ "mutable": true,
329
+ "complexType": {
330
+ "original": "(Option & { checked?: boolean })[]",
331
+ "resolved": "(Option & { checked?: boolean | undefined; })[]",
332
+ "references": {
333
+ "Option": {
334
+ "location": "import",
335
+ "path": "../../model"
336
+ }
338
337
  }
339
- }
340
- },
341
- "required": false,
342
- "optional": false,
343
- "docs": {
344
- "tags": [],
345
- "text": ""
346
- },
347
- "defaultValue": "[]"
348
- },
349
- "labelSetting": {
350
- "type": "string",
351
- "mutable": false,
352
- "complexType": {
353
- "original": "\"hide\" | \"default\"",
354
- "resolved": "\"default\" | \"hide\"",
355
- "references": {}
356
- },
357
- "required": false,
358
- "optional": false,
359
- "docs": {
360
- "tags": [],
361
- "text": ""
362
- },
363
- "attribute": "label-setting",
364
- "reflect": true
365
- },
366
- "label": {
367
- "type": "string",
368
- "mutable": false,
369
- "complexType": {
370
- "original": "string",
371
- "resolved": "string",
372
- "references": {}
373
- },
374
- "required": false,
375
- "optional": false,
376
- "docs": {
377
- "tags": [],
378
- "text": ""
379
- },
380
- "attribute": "label",
381
- "reflect": true
382
- },
383
- "selections": {
384
- "type": "unknown",
385
- "mutable": true,
386
- "complexType": {
387
- "original": "Option[]",
388
- "resolved": "Option[]",
389
- "references": {
390
- "Option": {
391
- "location": "import",
392
- "path": "../../model"
338
+ },
339
+ "required": false,
340
+ "optional": false,
341
+ "docs": {
342
+ "tags": [],
343
+ "text": ""
344
+ },
345
+ "defaultValue": "[]"
346
+ },
347
+ "labelSetting": {
348
+ "type": "string",
349
+ "mutable": false,
350
+ "complexType": {
351
+ "original": "\"hide\" | \"default\"",
352
+ "resolved": "\"default\" | \"hide\"",
353
+ "references": {}
354
+ },
355
+ "required": false,
356
+ "optional": false,
357
+ "docs": {
358
+ "tags": [],
359
+ "text": ""
360
+ },
361
+ "attribute": "label-setting",
362
+ "reflect": true
363
+ },
364
+ "label": {
365
+ "type": "string",
366
+ "mutable": false,
367
+ "complexType": {
368
+ "original": "string",
369
+ "resolved": "string",
370
+ "references": {}
371
+ },
372
+ "required": false,
373
+ "optional": false,
374
+ "docs": {
375
+ "tags": [],
376
+ "text": ""
377
+ },
378
+ "attribute": "label",
379
+ "reflect": true
380
+ },
381
+ "selections": {
382
+ "type": "unknown",
383
+ "mutable": true,
384
+ "complexType": {
385
+ "original": "Option[]",
386
+ "resolved": "Option[]",
387
+ "references": {
388
+ "Option": {
389
+ "location": "import",
390
+ "path": "../../model"
391
+ }
393
392
  }
394
- }
395
- },
396
- "required": false,
397
- "optional": false,
398
- "docs": {
399
- "tags": [],
400
- "text": ""
401
- },
402
- "defaultValue": "[]"
403
- },
404
- "selectNoneName": {
405
- "type": "string",
406
- "mutable": true,
407
- "complexType": {
408
- "original": "string",
409
- "resolved": "string",
410
- "references": {}
411
- },
412
- "required": false,
413
- "optional": false,
414
- "docs": {
415
- "tags": [],
416
- "text": ""
417
- },
418
- "attribute": "select-none-name",
419
- "reflect": false,
420
- "defaultValue": "\"Select None\""
421
- },
422
- "selectAllName": {
423
- "type": "string",
424
- "mutable": true,
425
- "complexType": {
426
- "original": "string",
427
- "resolved": "string",
428
- "references": {}
429
- },
430
- "required": false,
431
- "optional": false,
432
- "docs": {
433
- "tags": [],
434
- "text": ""
435
- },
436
- "attribute": "select-all-name",
437
- "reflect": false,
438
- "defaultValue": "\"Select All\""
439
- },
440
- "selectionName": {
441
- "type": "string",
442
- "mutable": true,
443
- "complexType": {
444
- "original": "string",
445
- "resolved": "string",
446
- "references": {}
447
- },
448
- "required": false,
449
- "optional": false,
450
- "docs": {
451
- "tags": [],
452
- "text": ""
453
- },
454
- "attribute": "selection-name",
455
- "reflect": false,
456
- "defaultValue": "\"items selected\""
457
- },
458
- "newOptionLabel": {
459
- "type": "string",
460
- "mutable": true,
461
- "complexType": {
462
- "original": "string",
463
- "resolved": "string",
464
- "references": {}
465
- },
466
- "required": false,
467
- "optional": false,
468
- "docs": {
469
- "tags": [],
470
- "text": ""
471
- },
472
- "attribute": "new-option-label",
473
- "reflect": false,
474
- "defaultValue": "\"Add:\""
475
- },
476
- "valueValidator": {
477
- "type": "unknown",
478
- "mutable": false,
479
- "complexType": {
480
- "original": "(value: any) => [boolean, Notice | undefined]",
481
- "resolved": "(value: any) => [boolean, Notice | undefined]",
482
- "references": {
483
- "Notice": {
484
- "location": "import",
485
- "path": "../../model"
393
+ },
394
+ "required": false,
395
+ "optional": false,
396
+ "docs": {
397
+ "tags": [],
398
+ "text": ""
399
+ },
400
+ "defaultValue": "[]"
401
+ },
402
+ "selectNoneName": {
403
+ "type": "string",
404
+ "mutable": true,
405
+ "complexType": {
406
+ "original": "string",
407
+ "resolved": "string",
408
+ "references": {}
409
+ },
410
+ "required": false,
411
+ "optional": false,
412
+ "docs": {
413
+ "tags": [],
414
+ "text": ""
415
+ },
416
+ "attribute": "select-none-name",
417
+ "reflect": false,
418
+ "defaultValue": "\"Select None\""
419
+ },
420
+ "selectAllName": {
421
+ "type": "string",
422
+ "mutable": true,
423
+ "complexType": {
424
+ "original": "string",
425
+ "resolved": "string",
426
+ "references": {}
427
+ },
428
+ "required": false,
429
+ "optional": false,
430
+ "docs": {
431
+ "tags": [],
432
+ "text": ""
433
+ },
434
+ "attribute": "select-all-name",
435
+ "reflect": false,
436
+ "defaultValue": "\"Select All\""
437
+ },
438
+ "selectionName": {
439
+ "type": "string",
440
+ "mutable": true,
441
+ "complexType": {
442
+ "original": "string",
443
+ "resolved": "string",
444
+ "references": {}
445
+ },
446
+ "required": false,
447
+ "optional": false,
448
+ "docs": {
449
+ "tags": [],
450
+ "text": ""
451
+ },
452
+ "attribute": "selection-name",
453
+ "reflect": false,
454
+ "defaultValue": "\"items selected\""
455
+ },
456
+ "newOptionLabel": {
457
+ "type": "string",
458
+ "mutable": true,
459
+ "complexType": {
460
+ "original": "string",
461
+ "resolved": "string",
462
+ "references": {}
463
+ },
464
+ "required": false,
465
+ "optional": false,
466
+ "docs": {
467
+ "tags": [],
468
+ "text": ""
469
+ },
470
+ "attribute": "new-option-label",
471
+ "reflect": false,
472
+ "defaultValue": "\"Add:\""
473
+ },
474
+ "valueValidator": {
475
+ "type": "unknown",
476
+ "mutable": false,
477
+ "complexType": {
478
+ "original": "(value: any) => [boolean, Notice | undefined]",
479
+ "resolved": "(value: any) => [boolean, Notice | undefined]",
480
+ "references": {
481
+ "Notice": {
482
+ "location": "import",
483
+ "path": "../../model"
484
+ }
486
485
  }
487
- }
488
- },
489
- "required": false,
490
- "optional": false,
491
- "docs": {
492
- "tags": [],
493
- "text": ""
494
- },
495
- "defaultValue": "_ => [true, undefined]"
496
- }
497
- }; }
498
- static get states() { return {
499
- "isOpen": {},
500
- "empty": {}
501
- }; }
502
- static get events() { return [{
503
- "method": "menuClose",
504
- "name": "menuClose",
505
- "bubbles": true,
506
- "cancelable": true,
507
- "composed": true,
508
- "docs": {
509
- "tags": [],
510
- "text": ""
511
- },
512
- "complexType": {
513
- "original": "Option[]",
514
- "resolved": "Option[]",
515
- "references": {
516
- "Option": {
517
- "location": "import",
518
- "path": "../../model"
486
+ },
487
+ "required": false,
488
+ "optional": false,
489
+ "docs": {
490
+ "tags": [],
491
+ "text": ""
492
+ },
493
+ "defaultValue": "_ => [true, undefined]"
494
+ }
495
+ };
496
+ }
497
+ static get states() {
498
+ return {
499
+ "isOpen": {},
500
+ "empty": {}
501
+ };
502
+ }
503
+ static get events() {
504
+ return [{
505
+ "method": "menuClose",
506
+ "name": "menuClose",
507
+ "bubbles": true,
508
+ "cancelable": true,
509
+ "composed": true,
510
+ "docs": {
511
+ "tags": [],
512
+ "text": ""
513
+ },
514
+ "complexType": {
515
+ "original": "Option[]",
516
+ "resolved": "Option[]",
517
+ "references": {
518
+ "Option": {
519
+ "location": "import",
520
+ "path": "../../model"
521
+ }
519
522
  }
520
523
  }
521
- }
522
- }, {
523
- "method": "notice",
524
- "name": "notice",
525
- "bubbles": true,
526
- "cancelable": true,
527
- "composed": true,
528
- "docs": {
529
- "tags": [],
530
- "text": ""
531
- },
532
- "complexType": {
533
- "original": "Notice",
534
- "resolved": "Notice",
535
- "references": {
536
- "Notice": {
537
- "location": "import",
538
- "path": "../../model"
524
+ }, {
525
+ "method": "notice",
526
+ "name": "notice",
527
+ "bubbles": true,
528
+ "cancelable": true,
529
+ "composed": true,
530
+ "docs": {
531
+ "tags": [],
532
+ "text": ""
533
+ },
534
+ "complexType": {
535
+ "original": "Notice",
536
+ "resolved": "Notice",
537
+ "references": {
538
+ "Notice": {
539
+ "location": "import",
540
+ "path": "../../model"
541
+ }
539
542
  }
540
543
  }
541
- }
542
- }]; }
544
+ }];
545
+ }
543
546
  static get elementRef() { return "element"; }
544
- static get watchers() { return [{
545
- "propName": "isOpen",
546
- "methodName": "isOpenChangeHandler"
547
- }]; }
548
- static get listeners() { return [{
549
- "name": "optionSelect",
550
- "method": "optionSelectHandler",
551
- "target": undefined,
552
- "capture": false,
553
- "passive": false
554
- }, {
555
- "name": "optionUnselect",
556
- "method": "optionSelectHandler",
557
- "target": undefined,
558
- "capture": false,
559
- "passive": false
560
- }, {
561
- "name": "optionAdd",
562
- "method": "optionAddHandler",
563
- "target": undefined,
564
- "capture": false,
565
- "passive": false
566
- }, {
567
- "name": "menuEmpty",
568
- "method": "emptyHandler",
569
- "target": undefined,
570
- "capture": false,
571
- "passive": false
572
- }]; }
547
+ static get watchers() {
548
+ return [{
549
+ "propName": "isOpen",
550
+ "methodName": "isOpenChangeHandler"
551
+ }];
552
+ }
553
+ static get listeners() {
554
+ return [{
555
+ "name": "optionSelect",
556
+ "method": "optionSelectHandler",
557
+ "target": undefined,
558
+ "capture": false,
559
+ "passive": false
560
+ }, {
561
+ "name": "optionUnselect",
562
+ "method": "optionSelectHandler",
563
+ "target": undefined,
564
+ "capture": false,
565
+ "passive": false
566
+ }, {
567
+ "name": "optionAdd",
568
+ "method": "optionAddHandler",
569
+ "target": undefined,
570
+ "capture": false,
571
+ "passive": false
572
+ }, {
573
+ "name": "menuEmpty",
574
+ "method": "emptyHandler",
575
+ "target": undefined,
576
+ "capture": false,
577
+ "passive": false
578
+ }];
579
+ }
573
580
  }