smoothly 0.3.57 → 0.3.58-legacy.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/dist/cjs/{index-5c256daf.js → index-8f3d3530.js} +2 -2
  2. package/dist/cjs/index.cjs.js +1 -1
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/{smoothly-accordion_53.cjs.entry.js → smoothly-0-accordion_53.cjs.entry.js} +164 -164
  5. package/dist/cjs/{smoothly-country.cjs.entry.js → smoothly-0-country.cjs.entry.js} +1 -1
  6. package/dist/cjs/{smoothly-google-font.cjs.entry.js → smoothly-0-google-font.cjs.entry.js} +1 -1
  7. package/dist/cjs/smoothly-0-radio-group.cjs.entry.js +20 -0
  8. package/dist/cjs/{smoothly-reorder.cjs.entry.js → smoothly-0-reorder.cjs.entry.js} +2 -2
  9. package/dist/cjs/{smoothly-trigger-sink.cjs.entry.js → smoothly-0-trigger-sink.cjs.entry.js} +2 -2
  10. package/dist/cjs/{smoothly-trigger-source.cjs.entry.js → smoothly-0-trigger-source.cjs.entry.js} +2 -2
  11. package/dist/cjs/smoothly.cjs.js +1 -1
  12. package/dist/collection/components/App.js +2 -2
  13. package/dist/collection/components/accordion/index.js +1 -1
  14. package/dist/collection/components/accordion/style.css +13 -9
  15. package/dist/collection/components/accordion-item/index.js +1 -1
  16. package/dist/collection/components/accordion-item/style.css +23 -13
  17. package/dist/collection/components/app/index.js +2 -2
  18. package/dist/collection/components/app/style.css +103 -80
  19. package/dist/collection/components/app-demo/index.js +6 -6
  20. package/dist/collection/components/backtotop/index.js +2 -2
  21. package/dist/collection/components/backtotop/style.css +2 -2
  22. package/dist/collection/components/button/index.js +1 -1
  23. package/dist/collection/components/button/style.css +14 -4
  24. package/dist/collection/components/calendar/index.js +2 -2
  25. package/dist/collection/components/calendar/style.css +36 -22
  26. package/dist/collection/components/checkbox/index.js +4 -4
  27. package/dist/collection/components/checkbox/style.css +8 -4
  28. package/dist/collection/components/country/index.js +1 -1
  29. package/dist/collection/components/dialog/index.js +2 -2
  30. package/dist/collection/components/dialog/style.css +12 -12
  31. package/dist/collection/components/dialog-demo/index.js +2 -2
  32. package/dist/collection/components/display/index.js +1 -1
  33. package/dist/collection/components/display-amount/index.js +1 -1
  34. package/dist/collection/components/display-date-time/index.js +2 -2
  35. package/dist/collection/components/display-demo/index.js +2 -2
  36. package/dist/collection/components/frame/index.js +1 -1
  37. package/dist/collection/components/google-font/index.js +1 -1
  38. package/dist/collection/components/icon/index.js +1 -1
  39. package/dist/collection/components/icon-demo/index.js +2 -2
  40. package/dist/collection/components/icon-demo/style.css +2 -2
  41. package/dist/collection/components/input/index.js +3 -3
  42. package/dist/collection/components/input/style.css +25 -12
  43. package/dist/collection/components/input-date/index.js +3 -3
  44. package/dist/collection/components/input-date/style.css +12 -8
  45. package/dist/collection/components/input-date-range/index.js +3 -3
  46. package/dist/collection/components/input-date-range/style.css +4 -4
  47. package/dist/collection/components/input-demo/index.js +3 -3
  48. package/dist/collection/components/input-month/index.js +5 -5
  49. package/dist/collection/components/input-month/style.css +2 -1
  50. package/dist/collection/components/item/index.js +1 -1
  51. package/dist/collection/components/item/style.css +9 -7
  52. package/dist/collection/components/menu-options/index.js +3 -3
  53. package/dist/collection/components/menu-options/style.css +4 -4
  54. package/dist/collection/components/notification/index.js +2 -2
  55. package/dist/collection/components/notification/style.css +3 -1
  56. package/dist/collection/components/notifier/index.js +2 -2
  57. package/dist/collection/components/option/index.js +3 -3
  58. package/dist/collection/components/option/style.css +2 -2
  59. package/dist/collection/components/picker/index.js +3 -3
  60. package/dist/collection/components/picker/style.css +24 -24
  61. package/dist/collection/components/popup/index.js +1 -1
  62. package/dist/collection/components/quiet/index.js +1 -1
  63. package/dist/collection/components/radio/index.js +1 -1
  64. package/dist/collection/components/radio/style.css +12 -7
  65. package/dist/collection/components/radio-button/index.js +1 -1
  66. package/dist/collection/components/radio-button/item/index.js +2 -2
  67. package/dist/collection/components/radio-button/item/style.css +47 -45
  68. package/dist/collection/components/radio-group/index.js +1 -1
  69. package/dist/collection/components/radio-group/style.css +19 -10
  70. package/dist/collection/components/reorder/index.js +1 -1
  71. package/dist/collection/components/reorder/style.css +4 -3
  72. package/dist/collection/components/room/index.js +1 -1
  73. package/dist/collection/components/select/index.js +1 -1
  74. package/dist/collection/components/select/style.css +6 -2
  75. package/dist/collection/components/select-demo/index.js +17 -17
  76. package/dist/collection/components/select-demo/style.css +1 -1
  77. package/dist/collection/components/selector/index.js +3 -3
  78. package/dist/collection/components/selector/style.css +4 -4
  79. package/dist/collection/components/skeleton/index.js +1 -1
  80. package/dist/collection/components/skeleton/style.css +10 -1
  81. package/dist/collection/components/spinner/index.js +1 -1
  82. package/dist/collection/components/spinner/style.css +2 -2
  83. package/dist/collection/components/submit/index.js +3 -3
  84. package/dist/collection/components/submit/style.css +4 -4
  85. package/dist/collection/components/svg/index.js +1 -1
  86. package/dist/collection/components/tab/index.js +1 -1
  87. package/dist/collection/components/tab/style.css +3 -1
  88. package/dist/collection/components/tab-switch/index.js +1 -1
  89. package/dist/collection/components/tab-switch/style.css +1 -1
  90. package/dist/collection/components/table/cell/index.js +2 -2
  91. package/dist/collection/components/table/cell/style.css +7 -5
  92. package/dist/collection/components/table/demo/index.js +5 -5
  93. package/dist/collection/components/table/expandable/cell/index.js +2 -2
  94. package/dist/collection/components/table/expandable/cell/style.css +22 -14
  95. package/dist/collection/components/table/expandable/row/index.js +1 -1
  96. package/dist/collection/components/table/expandable/row/style.css +26 -17
  97. package/dist/collection/components/table/header/index.js +1 -1
  98. package/dist/collection/components/table/header/style.css +2 -2
  99. package/dist/collection/components/table/index.js +1 -1
  100. package/dist/collection/components/table/row/index.js +1 -1
  101. package/dist/collection/components/table/style.css +3 -1
  102. package/dist/collection/components/trigger/index.js +1 -1
  103. package/dist/collection/components/trigger/style.css +9 -3
  104. package/dist/collection/components/trigger-sink/index.js +1 -1
  105. package/dist/collection/components/trigger-source/index.js +1 -1
  106. package/dist/collection/components/tuple/index.js +1 -1
  107. package/dist/collection/components/urlencoded/index.js +2 -2
  108. package/dist/custom-elements/index.d.ts +236 -236
  109. package/dist/custom-elements/index.js +277 -277
  110. package/dist/esm/{index-62de77e7.js → index-cf02fcb6.js} +2 -2
  111. package/dist/esm/index.js +1 -1
  112. package/dist/esm/loader.js +1 -1
  113. package/dist/esm/{smoothly-accordion_53.entry.js → smoothly-0-accordion_53.entry.js} +112 -112
  114. package/dist/esm/{smoothly-country.entry.js → smoothly-0-country.entry.js} +1 -1
  115. package/dist/esm/{smoothly-google-font.entry.js → smoothly-0-google-font.entry.js} +1 -1
  116. package/dist/esm/smoothly-0-radio-group.entry.js +16 -0
  117. package/dist/esm/{smoothly-reorder.entry.js → smoothly-0-reorder.entry.js} +2 -2
  118. package/dist/esm/{smoothly-trigger-sink.entry.js → smoothly-0-trigger-sink.entry.js} +2 -2
  119. package/dist/esm/{smoothly-trigger-source.entry.js → smoothly-0-trigger-source.entry.js} +2 -2
  120. package/dist/esm/smoothly.js +1 -1
  121. package/dist/smoothly/index.esm.js +1 -1
  122. package/dist/smoothly/{p-df8af5a2.entry.js → p-14db035f.entry.js} +1 -1
  123. package/dist/smoothly/{p-d7f00399.entry.js → p-28e4be3b.entry.js} +1 -1
  124. package/dist/smoothly/p-3fbd7385.entry.js +1 -0
  125. package/dist/smoothly/{p-cab954af.entry.js → p-473aa18b.entry.js} +1 -1
  126. package/dist/smoothly/p-6d8a5155.js +1 -0
  127. package/dist/smoothly/{p-4f3b0e6d.entry.js → p-7607551a.entry.js} +1 -1
  128. package/dist/smoothly/{p-b3d699d2.entry.js → p-8f1cd3d7.entry.js} +1 -1
  129. package/dist/smoothly/p-e2fc529d.entry.js +1 -0
  130. package/dist/smoothly/smoothly.esm.js +1 -1
  131. package/dist/types/components/item/index.d.ts +1 -1
  132. package/dist/types/components/reorder/index.d.ts +1 -1
  133. package/dist/types/components/selector/index.d.ts +4 -4
  134. package/dist/types/components/tab-switch/index.d.ts +3 -3
  135. package/dist/types/components/table/expandable/cell/index.d.ts +1 -1
  136. package/dist/types/components/table/expandable/row/index.d.ts +1 -1
  137. package/dist/types/components/table/index.d.ts +1 -1
  138. package/dist/types/components/table/row/index.d.ts +2 -2
  139. package/dist/types/components.d.ts +643 -643
  140. package/package.json +1 -1
  141. package/dist/cjs/smoothly-radio-group.cjs.entry.js +0 -20
  142. package/dist/esm/smoothly-radio-group.entry.js +0 -16
  143. package/dist/smoothly/p-44420b1e.entry.js +0 -1
  144. package/dist/smoothly/p-73bcae40.js +0 -1
  145. package/dist/smoothly/p-fe4520be.entry.js +0 -1
@@ -342,7 +342,7 @@ const App = (attributes, nodes, utils) => {
342
342
  return utils.map([emptyNode], c => (Object.assign(Object.assign({}, c), child)))[0];
343
343
  }
344
344
  const children = nodes.map(node => (Object.assign(Object.assign({}, nodeToChild(node)), { node })));
345
- return (index.h("smoothly-app", null,
345
+ return (index.h("smoothly-0-app", null,
346
346
  index.h("header", { slot: "header" },
347
347
  index.h("h1", null,
348
348
  index.h("a", Object.assign({}, href((_a = resolve("")) !== null && _a !== void 0 ? _a : "/")), attributes.label)),
@@ -358,7 +358,7 @@ const App = (attributes, nodes, utils) => {
358
358
  child = Object.assign(Object.assign({}, emptyChild), { vtag: "a", vattrs: { href: (_c = child.vattrs) === null || _c === void 0 ? void 0 : _c.path }, vchildren: [
359
359
  ((_d = child.vattrs) === null || _d === void 0 ? void 0 : _d.icon)
360
360
  ? childToNode({
361
- vtag: "smoothly-icon",
361
+ vtag: "smoothly-0-icon",
362
362
  vattrs: {
363
363
  toolTip: (_e = child.vattrs) === null || _e === void 0 ? void 0 : _e.label,
364
364
  name: (_f = child.vattrs) === null || _f === void 0 ? void 0 : _f.icon,
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-5c256daf.js');
5
+ const index = require('./index-8f3d3530.js');
6
6
  const Listenable = require('./Listenable-fcea5136.js');
7
7
  const GoogleFont = require('./GoogleFont-6c4f0da1.js');
8
8
  require('./index-48630c3c.js');
@@ -14,7 +14,7 @@ const patchEsm = () => {
14
14
  const defineCustomElements = (win, options) => {
15
15
  if (typeof window === 'undefined') return Promise.resolve();
16
16
  return patchEsm().then(() => {
17
- return index.bootstrapLazy([["smoothly-country.cjs",[[2,"smoothly-country",{"value":[1],"text":[1],"language":[32]}]]],["smoothly-google-font.cjs",[[2,"smoothly-google-font",{"value":[1]}]]],["smoothly-radio-group.cjs",[[4,"smoothly-radio-group",{"orientation":[513]}]]],["smoothly-reorder.cjs",[[0,"smoothly-reorder"]]],["smoothly-trigger-sink.cjs",[[6,"smoothly-trigger-sink",{"context":[16],"destination":[1],"filter":[1]},[[0,"trigger","TriggerListener"]]]]],["smoothly-trigger-source.cjs",[[6,"smoothly-trigger-source",{"listen":[1]}]]],["smoothly-accordion_53.cjs",[[0,"smoothly-app-demo",{"baseUrl":[1,"base-url"]}],[0,"smoothly-input-demo"],[2,"smoothly-select-demo",null,[[0,"selectionChanged","handleSelectionChanged"],[0,"dateRangeClear","handleDateRangeClear"]]],[0,"smoothly-display-demo"],[2,"smoothly-table-demo"],[4,"smoothly-app",{"color":[1]}],[0,"smoothly-dialog-demo"],[2,"smoothly-icon-demo"],[6,"smoothly-button",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"link":[1],"download":[4]}],[4,"smoothly-room",{"label":[1],"icon":[1],"path":[1],"to":[1]}],[2,"smoothly-input-date-range",{"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"open":[1028],"disabled":[516],"showLabel":[516,"show-label"],"labelStart":[1,"label-start"],"labelEnd":[1,"label-end"],"clearable":[4]},[[0,"startChanged","onStartChanged"],[0,"endChanged","onEndChanged"],[0,"dateRangeSet","onDateRangeSet"]]],[1,"smoothly-picker",{"disabled":[516],"readonly":[516],"maxMenuHeight":[1,"max-menu-height"],"maxHeight":[1,"max-height"],"emptyMenuLabel":[1025,"empty-menu-label"],"multiple":[516],"mutable":[4],"optionStyle":[8,"option-style"],"options":[1040],"labelSetting":[513,"label-setting"],"label":[513],"selections":[1040],"selectNoneName":[1025,"select-none-name"],"selectAllName":[1025,"select-all-name"],"selectAllEnabled":[1028,"select-all-enabled"],"selectionName":[1025,"selection-name"],"newOptionLabel":[1025,"new-option-label"],"valueValidator":[16],"isOpen":[32],"empty":[32]},[[0,"optionSelect","optionSelectHandler"],[0,"optionUnselect","optionSelectHandler"],[0,"optionAdd","optionAddHandler"],[0,"menuEmpty","emptyHandler"]]],[6,"smoothly-notifier",{"notices":[32]},[[0,"notice","onNotice"],[0,"remove","onRemove"]]],[6,"smoothly-dialog",{"color":[513],"open":[1540],"closable":[516],"header":[513]},[[0,"trigger","TriggerListener"]]],[2,"smoothly-backtotop",{"opacity":[1],"bottom":[1],"right":[1],"visible":[32]}],[2,"smoothly-checkbox",{"selectAll":[4,"select-all"],"size":[1],"intermediate":[1540],"selected":[1540],"disabled":[1540],"t":[32]}],[6,"smoothly-radio-button-item",{"value":[8],"selected":[1540],"color":[513],"iconColor":[1,"icon-color"],"disabled":[1540]}],[6,"smoothly-submit",{"processing":[1540],"color":[513],"expand":[513],"fill":[513],"disabled":[516],"prevent":[4],"submit":[64]},[[0,"click","handleSubmit"]]],[6,"smoothly-table-cell"],[6,"smoothly-table-expandable-cell",{"align":[1],"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"click","onClick"],[0,"tableLoad","handleTableLoaded"]]],[0,"smoothly-urlencoded",{"data":[1]}],[6,"smoothly-accordion",{"value":[1025]},[[0,"smoothlyOpen","handleOpenClose"],[0,"smoothlyClose","handleOpenClose"],[0,"smoothlyAccordionItemDidLoad","onAccordionItemDidLoad"],[0,"smoothlyAccordionItemDidUnload","onAccordionItemDidUnload"]]],[6,"smoothly-accordion-item",{"name":[1],"brand":[1],"open":[1540]}],[2,"smoothly-display",{"type":[1],"value":[8],"currency":[1],"country":[1],"format":[16]}],[2,"smoothly-display-amount",{"amount":[8],"currency":[1],"toInteger":[4,"to-integer"]}],[2,"smoothly-display-date-time",{"datetime":[1]}],[2,"smoothly-frame",{"url":[1],"name":[1],"origin":[1],"send":[64]}],[6,"smoothly-popup",{"visible":[1540],"direction":[1537],"cssVariables":[32]}],[6,"smoothly-radio",{"name":[1],"value":[1],"checked":[1540],"tabIndex":[2,"tab-index"]}],[6,"smoothly-radio-button",{"name":[1],"value":[1032],"deselectable":[516],"decoration":[513]},[[2,"radioItemSelectInternal","radioSelectHandler"]]],[6,"smoothly-select",{"identifier":[1],"background":[513],"value":[1025]}],[2,"smoothly-skeleton",{"widths":[16],"width":[1025],"color":[1],"period":[2],"distance":[1],"align":[513]}],[2,"smoothly-svg",{"url":[513],"size":[513],"color":[1]}],[6,"smoothly-table",{"root":[1540]},[[0,"expandableLoad","handleExpandableLoaded"],[0,"expandableChange","handleExpandableState"],[0,"spotlightChange","handleSpotlightState"],[0,"smoothlyNestedTable","handleNestedTable"],[0,"expansionLoad","handleEvents"],[0,"expansionOpen","handleEvents"]]],[6,"smoothly-table-expandable-row",{"align":[1],"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"click","onClick"],[0,"tableLoad","handleTableLoaded"]]],[6,"smoothly-table-header",{"name":[1]}],[6,"smoothly-table-row",null,[[0,"expansionLoad","onExpansionLoad"],[0,"expansionOpen","onExpansionOpen"]]],[6,"smoothly-input-date",{"name":[513],"value":[1025],"open":[1028],"max":[1025],"min":[1025],"disabled":[1028],"flexible":[516],"color":[1025]},[[0,"dateSet","dateSetHandler"]]],[1,"smoothly-menu-options",{"toggle":[4],"emptyMenuLabel":[1025,"empty-menu-label"],"newOptionLabel":[1,"new-option-label"],"maxMenuHeight":[1,"max-menu-height"],"order":[4],"optionStyle":[8,"option-style"],"options":[1040],"resetHighlightOnOptionsChange":[1028,"reset-highlight-on-options-change"],"mutable":[4],"filteredOptions":[32],"highlightIndex":[32],"keyword":[32],"moveHighlight":[64],"setHighlight":[64],"getHighlighted":[64],"filterOptions":[64]},[[0,"optionHover","optionHoverHandler"]]],[2,"smoothly-notification",{"notice":[16],"tick":[32]},[[0,"trigger","onTrigger"]]],[6,"smoothly-tab",{"label":[1],"open":[1540]},[[0,"click","onClick"]]],[6,"smoothly-tab-switch",{"selectedElement":[32]},[[0,"expansionOpen","openChanged"]]],[0,"smoothly-tuple",{"tuple":[16]}],[1,"smoothly-option",{"aliases":[513],"dataHighlight":[1540,"data-highlight"],"name":[1537],"value":[1537],"divider":[1540],"checkbox":[4],"new":[4],"toggle":[4],"checked":[1028]}],[2,"smoothly-spinner",{"active":[516],"size":[513]}],[2,"smoothly-calendar",{"month":[1025],"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"doubleInput":[516,"double-input"],"color":[513],"firstSelected":[32]}],[6,"smoothly-input",{"name":[513],"value":[1032],"type":[513],"required":[1540],"minLength":[1026,"min-length"],"showLabel":[516,"show-label"],"maxLength":[1026,"max-length"],"autocomplete":[1028],"pattern":[1040],"placeholder":[1025],"disabled":[1028],"readonly":[1028],"currency":[513],"initialValue":[32],"getFormData":[64],"setKeepFocusOnReRender":[64],"setSelectionRange":[64]}],[2,"smoothly-input-month",{"value":[1025]}],[6,"smoothly-quiet",{"color":[1]}],[6,"smoothly-selector",{"initialPrompt":[1,"initial-prompt"],"disableFilter":[4,"disable-filter"],"opened":[32],"selectedElement":[32],"missing":[32],"filter":[32],"reset":[64]},[[0,"click","onClick"],[0,"itemSelected","onItemSelected"],[0,"keydown","onKeyDown"]]],[6,"smoothly-item",{"value":[8],"selected":[1540],"marked":[1540],"filter":[64]},[[0,"click","onClick"]]],[6,"smoothly-trigger",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"name":[1],"value":[8]},[[0,"click","onClick"]]],[2,"smoothly-icon",{"color":[513],"fill":[513],"name":[1],"size":[513],"toolTip":[1,"tool-tip"],"document":[32]}]]]], options);
17
+ return index.bootstrapLazy([["smoothly-0-country.cjs",[[2,"smoothly-0-country",{"value":[1],"text":[1],"language":[32]}]]],["smoothly-0-google-font.cjs",[[2,"smoothly-0-google-font",{"value":[1]}]]],["smoothly-0-radio-group.cjs",[[4,"smoothly-0-radio-group",{"orientation":[513]}]]],["smoothly-0-reorder.cjs",[[0,"smoothly-0-reorder"]]],["smoothly-0-trigger-sink.cjs",[[6,"smoothly-0-trigger-sink",{"context":[16],"destination":[1],"filter":[1]},[[0,"trigger","TriggerListener"]]]]],["smoothly-0-trigger-source.cjs",[[6,"smoothly-0-trigger-source",{"listen":[1]}]]],["smoothly-0-accordion_53.cjs",[[0,"smoothly-0-app-demo",{"baseUrl":[1,"base-url"]}],[0,"smoothly-0-input-demo"],[2,"smoothly-0-select-demo",null,[[0,"selectionChanged","handleSelectionChanged"],[0,"dateRangeClear","handleDateRangeClear"]]],[0,"smoothly-0-display-demo"],[2,"smoothly-0-table-demo"],[4,"smoothly-0-app",{"color":[1]}],[0,"smoothly-0-dialog-demo"],[2,"smoothly-0-icon-demo"],[6,"smoothly-0-button",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"link":[1],"download":[4]}],[4,"smoothly-0-room",{"label":[1],"icon":[1],"path":[1],"to":[1]}],[2,"smoothly-0-input-date-range",{"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"open":[1028],"disabled":[516],"showLabel":[516,"show-label"],"labelStart":[1,"label-start"],"labelEnd":[1,"label-end"],"clearable":[4]},[[0,"startChanged","onStartChanged"],[0,"endChanged","onEndChanged"],[0,"dateRangeSet","onDateRangeSet"]]],[1,"smoothly-0-picker",{"disabled":[516],"readonly":[516],"maxMenuHeight":[1,"max-menu-height"],"maxHeight":[1,"max-height"],"emptyMenuLabel":[1025,"empty-menu-label"],"multiple":[516],"mutable":[4],"optionStyle":[8,"option-style"],"options":[1040],"labelSetting":[513,"label-setting"],"label":[513],"selections":[1040],"selectNoneName":[1025,"select-none-name"],"selectAllName":[1025,"select-all-name"],"selectAllEnabled":[1028,"select-all-enabled"],"selectionName":[1025,"selection-name"],"newOptionLabel":[1025,"new-option-label"],"valueValidator":[16],"isOpen":[32],"empty":[32]},[[0,"optionSelect","optionSelectHandler"],[0,"optionUnselect","optionSelectHandler"],[0,"optionAdd","optionAddHandler"],[0,"menuEmpty","emptyHandler"]]],[6,"smoothly-0-notifier",{"notices":[32]},[[0,"notice","onNotice"],[0,"remove","onRemove"]]],[6,"smoothly-0-dialog",{"color":[513],"open":[1540],"closable":[516],"header":[513]},[[0,"trigger","TriggerListener"]]],[2,"smoothly-0-backtotop",{"opacity":[1],"bottom":[1],"right":[1],"visible":[32]}],[2,"smoothly-0-checkbox",{"selectAll":[4,"select-all"],"size":[1],"intermediate":[1540],"selected":[1540],"disabled":[1540],"t":[32]}],[6,"smoothly-0-radio-button-item",{"value":[8],"selected":[1540],"color":[513],"iconColor":[1,"icon-color"],"disabled":[1540]}],[6,"smoothly-0-submit",{"processing":[1540],"color":[513],"expand":[513],"fill":[513],"disabled":[516],"prevent":[4],"submit":[64]},[[0,"click","handleSubmit"]]],[6,"smoothly-0-table-cell"],[6,"smoothly-0-table-expandable-cell",{"align":[1],"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"click","onClick"],[0,"tableLoad","handleTableLoaded"]]],[0,"smoothly-0-urlencoded",{"data":[1]}],[6,"smoothly-0-accordion",{"value":[1025]},[[0,"smoothlyOpen","handleOpenClose"],[0,"smoothlyClose","handleOpenClose"],[0,"smoothlyAccordionItemDidLoad","onAccordionItemDidLoad"],[0,"smoothlyAccordionItemDidUnload","onAccordionItemDidUnload"]]],[6,"smoothly-0-accordion-item",{"name":[1],"brand":[1],"open":[1540]}],[2,"smoothly-0-display",{"type":[1],"value":[8],"currency":[1],"country":[1],"format":[16]}],[2,"smoothly-0-display-amount",{"amount":[8],"currency":[1],"toInteger":[4,"to-integer"]}],[2,"smoothly-0-display-date-time",{"datetime":[1]}],[2,"smoothly-0-frame",{"url":[1],"name":[1],"origin":[1],"send":[64]}],[6,"smoothly-0-popup",{"visible":[1540],"direction":[1537],"cssVariables":[32]}],[6,"smoothly-0-radio",{"name":[1],"value":[1],"checked":[1540],"tabIndex":[2,"tab-index"]}],[6,"smoothly-0-radio-button",{"name":[1],"value":[1032],"deselectable":[516],"decoration":[513]},[[2,"radioItemSelectInternal","radioSelectHandler"]]],[6,"smoothly-0-select",{"identifier":[1],"background":[513],"value":[1025]}],[2,"smoothly-0-skeleton",{"widths":[16],"width":[1025],"color":[1],"period":[2],"distance":[1],"align":[513]}],[2,"smoothly-0-svg",{"url":[513],"size":[513],"color":[1]}],[6,"smoothly-0-table",{"root":[1540]},[[0,"expandableLoad","handleExpandableLoaded"],[0,"expandableChange","handleExpandableState"],[0,"spotlightChange","handleSpotlightState"],[0,"smoothlyNestedTable","handleNestedTable"],[0,"expansionLoad","handleEvents"],[0,"expansionOpen","handleEvents"]]],[6,"smoothly-0-table-expandable-row",{"align":[1],"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"click","onClick"],[0,"tableLoad","handleTableLoaded"]]],[6,"smoothly-0-table-header",{"name":[1]}],[6,"smoothly-0-table-row",null,[[0,"expansionLoad","onExpansionLoad"],[0,"expansionOpen","onExpansionOpen"]]],[6,"smoothly-0-input-date",{"name":[513],"value":[1025],"open":[1028],"max":[1025],"min":[1025],"disabled":[1028],"flexible":[516],"color":[1025]},[[0,"dateSet","dateSetHandler"]]],[1,"smoothly-0-menu-options",{"toggle":[4],"emptyMenuLabel":[1025,"empty-menu-label"],"newOptionLabel":[1,"new-option-label"],"maxMenuHeight":[1,"max-menu-height"],"order":[4],"optionStyle":[8,"option-style"],"options":[1040],"resetHighlightOnOptionsChange":[1028,"reset-highlight-on-options-change"],"mutable":[4],"filteredOptions":[32],"highlightIndex":[32],"keyword":[32],"moveHighlight":[64],"setHighlight":[64],"getHighlighted":[64],"filterOptions":[64]},[[0,"optionHover","optionHoverHandler"]]],[2,"smoothly-0-notification",{"notice":[16],"tick":[32]},[[0,"trigger","onTrigger"]]],[6,"smoothly-0-tab",{"label":[1],"open":[1540]},[[0,"click","onClick"]]],[6,"smoothly-0-tab-switch",{"selectedElement":[32]},[[0,"expansionOpen","openChanged"]]],[0,"smoothly-0-tuple",{"tuple":[16]}],[1,"smoothly-0-option",{"aliases":[513],"dataHighlight":[1540,"data-highlight"],"name":[1537],"value":[1537],"divider":[1540],"checkbox":[4],"new":[4],"toggle":[4],"checked":[1028]}],[2,"smoothly-0-spinner",{"active":[516],"size":[513]}],[2,"smoothly-0-calendar",{"month":[1025],"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"doubleInput":[516,"double-input"],"color":[513],"firstSelected":[32]}],[6,"smoothly-0-input",{"name":[513],"value":[1032],"type":[513],"required":[1540],"minLength":[1026,"min-length"],"showLabel":[516,"show-label"],"maxLength":[1026,"max-length"],"autocomplete":[1028],"pattern":[1040],"placeholder":[1025],"disabled":[1028],"readonly":[1028],"currency":[513],"initialValue":[32],"getFormData":[64],"setKeepFocusOnReRender":[64],"setSelectionRange":[64]}],[2,"smoothly-0-input-month",{"value":[1025]}],[6,"smoothly-0-quiet",{"color":[1]}],[6,"smoothly-0-selector",{"initialPrompt":[1,"initial-prompt"],"disableFilter":[4,"disable-filter"],"opened":[32],"selectedElement":[32],"missing":[32],"filter":[32],"reset":[64]},[[0,"click","onClick"],[0,"itemSelected","onItemSelected"],[0,"keydown","onKeyDown"]]],[6,"smoothly-0-item",{"value":[8],"selected":[1540],"marked":[1540],"filter":[64]},[[0,"click","onClick"]]],[6,"smoothly-0-trigger",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"name":[1],"value":[8]},[[0,"click","onClick"]]],[2,"smoothly-0-icon",{"color":[513],"fill":[513],"name":[1],"size":[513],"toolTip":[1,"tool-tip"],"document":[32]}]]]], options);
18
18
  });
19
19
  };
20
20