diff --git a/packages/dash-table/.Rbuildignore b/packages/dash-table/.Rbuildignore index e8bce567e1..5f714c915c 100644 --- a/packages/dash-table/.Rbuildignore +++ b/packages/dash-table/.Rbuildignore @@ -3,12 +3,15 @@ node_modules/ coverage/ src/ lib/ -generator/ -datasets/ .babelrc .builderrc .eslintrc .npmignore +.editorconfig +.eslintignore +.prettierrc +.circleci +.github # demo folder has special meaning in R # this should hopefully make it still @@ -19,10 +22,13 @@ demo/.*\.css # ignore python files/folders setup.py +usage.py +setup.py requirements.txt MANIFEST.in CHANGELOG.md -tests/ -.pylintrc +test/ +# CRAN has weird LICENSE requirements +LICENSE.txt ^.*\.Rproj$ ^\.Rproj\.user$ diff --git a/packages/dash-table/DESCRIPTION b/packages/dash-table/DESCRIPTION index 1038f083c0..867a99dbee 100644 --- a/packages/dash-table/DESCRIPTION +++ b/packages/dash-table/DESCRIPTION @@ -1,15 +1,14 @@ Package: dashTable -Title: Dash table -Version: 3.7.0 -Authors @R: as.person(c(Chris P )) -Description: Dash table +Title: Core Interactive Table Component for Dash +Version: 4.0.0 +Description: Dash DataTable is an interactive table component designed for designed for viewing, editing, and exploring large datasets. DataTable is rendered with standard, semantic HTML markup, which makes it accessible, responsive, and easy to style. This component was written from scratch in React.js specifically for the Dash community. Its API was designed to be ergonomic and its behaviour is completely customizable through its properties. Depends: R (>= 3.0.2) -Imports: dash +Imports: Suggests: License: MIT + file LICENSE URL: https://github.com/plotly/dash-table BugReports: https://github.com/plotly/dash-table/issues Encoding: UTF-8 LazyData: true -Author: Chris P [aut] -Maintainer: Chris P +Author: Chris Parmer [aut] +Maintainer: Ryan Patrick Kyle diff --git a/packages/dash-table/R/dashDataTable.R b/packages/dash-table/R/dashDataTable.R index d1658dfe27..b5bfb703c8 100644 --- a/packages/dash-table/R/dashDataTable.R +++ b/packages/dash-table/R/dashDataTable.R @@ -1,17 +1,18 @@ # AUTO GENERATED FILE - DO NOT EDIT -dashDataTable <- function(active_cell=NULL, columns=NULL, locale_format=NULL, content_style=NULL, css=NULL, data=NULL, data_previous=NULL, data_timestamp=NULL, editable=NULL, end_cell=NULL, id=NULL, is_focused=NULL, merge_duplicate_headers=NULL, n_fixed_columns=NULL, n_fixed_rows=NULL, row_deletable=NULL, row_selectable=NULL, selected_cells=NULL, selected_rows=NULL, selected_row_ids=NULL, start_cell=NULL, style_as_list_view=NULL, pagination_mode=NULL, pagination_settings=NULL, navigation=NULL, column_conditional_dropdowns=NULL, column_static_dropdown=NULL, column_static_tooltip=NULL, column_conditional_tooltips=NULL, tooltips=NULL, tooltip_delay=NULL, tooltip_duration=NULL, filter=NULL, filtering=NULL, filtering_type=NULL, filtering_types=NULL, sorting=NULL, sorting_type=NULL, sort_by=NULL, sorting_treat_empty_string_as_none=NULL, style_table=NULL, style_cell=NULL, style_data=NULL, style_filter=NULL, style_header=NULL, style_cell_conditional=NULL, style_data_conditional=NULL, style_filter_conditional=NULL, style_header_conditional=NULL, virtualization=NULL, derived_filter_structure=NULL, derived_viewport_data=NULL, derived_viewport_indices=NULL, derived_viewport_row_ids=NULL, derived_viewport_selected_rows=NULL, derived_viewport_selected_row_ids=NULL, derived_virtual_data=NULL, derived_virtual_indices=NULL, derived_virtual_row_ids=NULL, derived_virtual_selected_rows=NULL, derived_virtual_selected_row_ids=NULL, dropdown_properties=NULL) { +dashDataTable <- function(active_cell=NULL, columns=NULL, locale_format=NULL, css=NULL, data=NULL, data_previous=NULL, data_timestamp=NULL, editable=NULL, end_cell=NULL, id=NULL, is_focused=NULL, merge_duplicate_headers=NULL, fixed_columns=NULL, fixed_rows=NULL, row_deletable=NULL, row_selectable=NULL, selected_cells=NULL, selected_rows=NULL, selected_row_ids=NULL, start_cell=NULL, style_as_list_view=NULL, page_action=NULL, page_current=NULL, page_size=NULL, dropdown=NULL, dropdown_conditional=NULL, dropdown_data=NULL, tooltip=NULL, tooltip_conditional=NULL, tooltip_data=NULL, tooltip_delay=NULL, tooltip_duration=NULL, filter_query=NULL, filter_action=NULL, sort_action=NULL, sort_mode=NULL, sort_by=NULL, sort_as_null=NULL, style_table=NULL, style_cell=NULL, style_data=NULL, style_filter=NULL, style_header=NULL, style_cell_conditional=NULL, style_data_conditional=NULL, style_filter_conditional=NULL, style_header_conditional=NULL, virtualization=NULL, derived_filter_query_structure=NULL, derived_viewport_data=NULL, derived_viewport_indices=NULL, derived_viewport_row_ids=NULL, derived_viewport_selected_rows=NULL, derived_viewport_selected_row_ids=NULL, derived_virtual_data=NULL, derived_virtual_indices=NULL, derived_virtual_row_ids=NULL, derived_virtual_selected_rows=NULL, derived_virtual_selected_row_ids=NULL) { + props <- list(active_cell=active_cell, columns=columns, locale_format=locale_format, css=css, data=data, data_previous=data_previous, data_timestamp=data_timestamp, editable=editable, end_cell=end_cell, id=id, is_focused=is_focused, merge_duplicate_headers=merge_duplicate_headers, fixed_columns=fixed_columns, fixed_rows=fixed_rows, row_deletable=row_deletable, row_selectable=row_selectable, selected_cells=selected_cells, selected_rows=selected_rows, selected_row_ids=selected_row_ids, start_cell=start_cell, style_as_list_view=style_as_list_view, page_action=page_action, page_current=page_current, page_size=page_size, dropdown=dropdown, dropdown_conditional=dropdown_conditional, dropdown_data=dropdown_data, tooltip=tooltip, tooltip_conditional=tooltip_conditional, tooltip_data=tooltip_data, tooltip_delay=tooltip_delay, tooltip_duration=tooltip_duration, filter_query=filter_query, filter_action=filter_action, sort_action=sort_action, sort_mode=sort_mode, sort_by=sort_by, sort_as_null=sort_as_null, style_table=style_table, style_cell=style_cell, style_data=style_data, style_filter=style_filter, style_header=style_header, style_cell_conditional=style_cell_conditional, style_data_conditional=style_data_conditional, style_filter_conditional=style_filter_conditional, style_header_conditional=style_header_conditional, virtualization=virtualization, derived_filter_query_structure=derived_filter_query_structure, derived_viewport_data=derived_viewport_data, derived_viewport_indices=derived_viewport_indices, derived_viewport_row_ids=derived_viewport_row_ids, derived_viewport_selected_rows=derived_viewport_selected_rows, derived_viewport_selected_row_ids=derived_viewport_selected_row_ids, derived_virtual_data=derived_virtual_data, derived_virtual_indices=derived_virtual_indices, derived_virtual_row_ids=derived_virtual_row_ids, derived_virtual_selected_rows=derived_virtual_selected_rows, derived_virtual_selected_row_ids=derived_virtual_selected_row_ids) + if (length(props) > 0) { + props <- props[!vapply(props, is.null, logical(1))] + } component <- list( - props = list(active_cell=active_cell, columns=columns, locale_format=locale_format, content_style=content_style, css=css, data=data, data_previous=data_previous, data_timestamp=data_timestamp, editable=editable, end_cell=end_cell, id=id, is_focused=is_focused, merge_duplicate_headers=merge_duplicate_headers, n_fixed_columns=n_fixed_columns, n_fixed_rows=n_fixed_rows, row_deletable=row_deletable, row_selectable=row_selectable, selected_cells=selected_cells, selected_rows=selected_rows, selected_row_ids=selected_row_ids, start_cell=start_cell, style_as_list_view=style_as_list_view, pagination_mode=pagination_mode, pagination_settings=pagination_settings, navigation=navigation, column_conditional_dropdowns=column_conditional_dropdowns, column_static_dropdown=column_static_dropdown, column_static_tooltip=column_static_tooltip, column_conditional_tooltips=column_conditional_tooltips, tooltips=tooltips, tooltip_delay=tooltip_delay, tooltip_duration=tooltip_duration, filter=filter, filtering=filtering, filtering_type=filtering_type, filtering_types=filtering_types, sorting=sorting, sorting_type=sorting_type, sort_by=sort_by, sorting_treat_empty_string_as_none=sorting_treat_empty_string_as_none, style_table=style_table, style_cell=style_cell, style_data=style_data, style_filter=style_filter, style_header=style_header, style_cell_conditional=style_cell_conditional, style_data_conditional=style_data_conditional, style_filter_conditional=style_filter_conditional, style_header_conditional=style_header_conditional, virtualization=virtualization, derived_filter_structure=derived_filter_structure, derived_viewport_data=derived_viewport_data, derived_viewport_indices=derived_viewport_indices, derived_viewport_row_ids=derived_viewport_row_ids, derived_viewport_selected_rows=derived_viewport_selected_rows, derived_viewport_selected_row_ids=derived_viewport_selected_row_ids, derived_virtual_data=derived_virtual_data, derived_virtual_indices=derived_virtual_indices, derived_virtual_row_ids=derived_virtual_row_ids, derived_virtual_selected_rows=derived_virtual_selected_rows, derived_virtual_selected_row_ids=derived_virtual_selected_row_ids, dropdown_properties=dropdown_properties), + props = props, type = 'DataTable', namespace = 'dash_table', - propNames = c('active_cell', 'columns', 'locale_format', 'content_style', 'css', 'data', 'data_previous', 'data_timestamp', 'editable', 'end_cell', 'id', 'is_focused', 'merge_duplicate_headers', 'n_fixed_columns', 'n_fixed_rows', 'row_deletable', 'row_selectable', 'selected_cells', 'selected_rows', 'selected_row_ids', 'start_cell', 'style_as_list_view', 'pagination_mode', 'pagination_settings', 'navigation', 'column_conditional_dropdowns', 'column_static_dropdown', 'column_static_tooltip', 'column_conditional_tooltips', 'tooltips', 'tooltip_delay', 'tooltip_duration', 'filter', 'filtering', 'filtering_type', 'filtering_types', 'sorting', 'sorting_type', 'sort_by', 'sorting_treat_empty_string_as_none', 'style_table', 'style_cell', 'style_data', 'style_filter', 'style_header', 'style_cell_conditional', 'style_data_conditional', 'style_filter_conditional', 'style_header_conditional', 'virtualization', 'derived_filter_structure', 'derived_viewport_data', 'derived_viewport_indices', 'derived_viewport_row_ids', 'derived_viewport_selected_rows', 'derived_viewport_selected_row_ids', 'derived_virtual_data', 'derived_virtual_indices', 'derived_virtual_row_ids', 'derived_virtual_selected_rows', 'derived_virtual_selected_row_ids', 'dropdown_properties'), + propNames = c('active_cell', 'columns', 'locale_format', 'css', 'data', 'data_previous', 'data_timestamp', 'editable', 'end_cell', 'id', 'is_focused', 'merge_duplicate_headers', 'fixed_columns', 'fixed_rows', 'row_deletable', 'row_selectable', 'selected_cells', 'selected_rows', 'selected_row_ids', 'start_cell', 'style_as_list_view', 'page_action', 'page_current', 'page_size', 'dropdown', 'dropdown_conditional', 'dropdown_data', 'tooltip', 'tooltip_conditional', 'tooltip_data', 'tooltip_delay', 'tooltip_duration', 'filter_query', 'filter_action', 'sort_action', 'sort_mode', 'sort_by', 'sort_as_null', 'style_table', 'style_cell', 'style_data', 'style_filter', 'style_header', 'style_cell_conditional', 'style_data_conditional', 'style_filter_conditional', 'style_header_conditional', 'virtualization', 'derived_filter_query_structure', 'derived_viewport_data', 'derived_viewport_indices', 'derived_viewport_row_ids', 'derived_viewport_selected_rows', 'derived_viewport_selected_row_ids', 'derived_virtual_data', 'derived_virtual_indices', 'derived_virtual_row_ids', 'derived_virtual_selected_rows', 'derived_virtual_selected_row_ids'), package = 'dashTable' ) - component$props <- filter_null(component$props) - structure(component, class = c('dash_component', 'list')) } - diff --git a/packages/dash-table/R/internal.R b/packages/dash-table/R/internal.R index 1c3defb4c3..854cae09fc 100644 --- a/packages/dash-table/R/internal.R +++ b/packages/dash-table/R/internal.R @@ -1,15 +1,15 @@ .dashTable_js_metadata <- function() { - deps_metadata <- list(`dash_table` = structure(list(name = "dash_table", - version = "0", src = list(href = NULL, - file = "deps"), meta = NULL, - script = "bundle.js", - stylesheet = NULL, head = NULL, attachment = NULL, package = "dashTable", - all_files = FALSE), class = "html_dependency"), - `dash_table` = structure(list(name = "dash_table", - version = "0", src = list(href = NULL, - file = "deps"), meta = NULL, - script = "bundle.js.map", - stylesheet = NULL, head = NULL, attachment = NULL, package = "dashTable", - all_files = FALSE), class = "html_dependency")) - return(deps_metadata) +deps_metadata <- list(`dash_table` = structure(list(name = "dash_table", +version = "4.0.0", src = list(href = NULL, +file = "deps"), meta = NULL, +script = 'bundle.js', +stylesheet = NULL, head = NULL, attachment = NULL, package = "dashTable", +all_files = FALSE), class = "html_dependency"), +`dash_table` = structure(list(name = "dash_table", +version = "4.0.0", src = list(href = NULL, +file = "deps"), meta = NULL, +script = 'bundle.js.map', +stylesheet = NULL, head = NULL, attachment = NULL, package = "dashTable", +all_files = FALSE), class = "html_dependency")) +return(deps_metadata) } diff --git a/packages/dash-table/dash-info.yaml b/packages/dash-table/dash-info.yaml new file mode 100644 index 0000000000..be849313a7 --- /dev/null +++ b/packages/dash-table/dash-info.yaml @@ -0,0 +1,10 @@ +pkg_help_description: > + Dash DataTable is an interactive table component designed for + designed for viewing, editing, and exploring large datasets. + DataTable is rendered with standard, semantic HTML
markup, + which makes it accessible, responsive, and easy to style. This + component was written from scratch in React.js specifically for the + Dash community. Its API was designed to be ergonomic and its behaviour + is completely customizable through its properties. +pkg_help_title: > + Core Interactive Table Component for Dash diff --git a/packages/dash-table/inst/deps/bundle.js b/packages/dash-table/inst/deps/bundle.js index 1fdc4d28d2..da89ee745c 100644 --- a/packages/dash-table/inst/deps/bundle.js +++ b/packages/dash-table/inst/deps/bundle.js @@ -1,4 +1,4 @@ -!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("react-dom")):"function"==typeof define&&define.amd?define(["React","ReactDOM"],t):"object"==typeof exports?exports.dash_table=t(require("react"),require("react-dom")):e.dash_table=t(e.React,e.ReactDOM)}(window,function(e,t){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=155)}([function(e,t,n){e.exports=n(169)()},function(t,n){t.exports=e},function(e,t,n){"use strict";n.d(t,"a",function(){return i});var r=n(11),o=n(18);function i(e){return function t(n,i){switch(arguments.length){case 0:return t;case 1:return Object(o.a)(n)?t:Object(r.a)(function(t){return e(n,t)});default:return Object(o.a)(n)&&Object(o.a)(i)?t:Object(o.a)(n)?Object(r.a)(function(t){return e(t,i)}):Object(o.a)(i)?Object(r.a)(function(t){return e(n,t)}):e(n,i)}}}},function(e,t,n){"use strict";n.d(t,"a",function(){return o}),n.d(t,"b",function(){return i}),n.d(t,"c",function(){return a});n(51);var r=n(43);function o(e){var t,n=null;return function(){for(var o=arguments.length,i=new Array(o),a=0;a=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}},"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},function(e,t,n){"use strict";var r=n(99),o=n(50),i=n(98),a=o.set,s=o.getterFor("String Iterator");i(String,"String",function(e){a(this,{type:"String Iterator",string:String(e),index:0})},function(){var e,t=s(this),n=t.string,o=t.index;return o>=n.length?{value:void 0,done:!0}:(e=r(n,o,!0),t.index+=e.length,{value:e,done:!1})})},function(e,t,n){var r=n(126),o=n(8),i=n(23),a=n(39),s=n(22),u=s("iterator"),l=s("toStringTag"),c=o.values;for(var p in r){var f=i[p],h=f&&f.prototype;if(h){if(h[u]!==c)try{a(h,u,c)}catch(e){h[u]=c}if(h[l]||a(h,l,p),r[p])for(var d in o)if(h[d]!==o[d])try{a(h,d,o[d])}catch(e){h[d]=o[d]}}}},function(e,t,n){"use strict";n.d(t,"a",function(){return o});var r=n(18);function o(e){return function t(n){return 0===arguments.length||Object(r.a)(n)?t:e.apply(this,arguments)}}},function(e,t,n){"use strict";var r=n(23),o=n(29),i=n(33),a=n(57),s=n(19),u=n(41),l=n(66),c=n(24),p=n(62),f=n(55),h=n(77),d=n(22),g=n(138),v=n(139),b=n(167),m=n(87),y=n(27),w=n(25),x=n(45),_=n(63),k=n(64),O=n(65),S=n(168),E=n(54),A=n(35),C=n(68),j=n(39),T=n(58),R=n(79)("hidden"),P=n(50),D=P.set,F=P.getterFor("Symbol"),M=E.f,L=A.f,I=S.f,N=r.Symbol,q=r.JSON,B=q&&q.stringify,z=d("toPrimitive"),U=C.f,V=p("symbol-registry"),W=p("symbols"),H=p("op-symbols"),G=p("wks"),K=Object.prototype,$=r.QObject,Z=n(114),Y=!$||!$.prototype||!$.prototype.findChild,J=i&&c(function(){return 7!=O(L({},"a",{get:function(){return L(this,"a",{value:7}).a}})).a})?function(e,t,n){var r=M(K,t);r&&delete K[t],L(e,t,n),r&&e!==K&&L(K,t,r)}:L,Q=function(e,t){var n=W[e]=O(N.prototype);return D(n,{type:"Symbol",tag:e,description:t}),i||(n.description=t),n},X=Z&&"symbol"==typeof N.iterator?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof N},ee=function(e,t,n){return e===K&&ee(H,t,n),y(e),t=_(t,!0),y(n),o(W,t)?(n.enumerable?(o(e,R)&&e[R][t]&&(e[R][t]=!1),n=O(n,{enumerable:k(0,!1)})):(o(e,R)||L(e,R,k(1,{})),e[R][t]=!0),J(e,t,n)):L(e,t,n)},te=function(e,t){y(e);for(var n,r=b(t=x(t)),o=0,i=r.length;i>o;)ee(e,n=r[o++],t[n]);return e},ne=function(e){var t=U.call(this,e=_(e,!0));return!(this===K&&o(W,e)&&!o(H,e))&&(!(t||!o(this,e)||!o(W,e)||o(this,R)&&this[R][e])||t)},re=function(e,t){if(e=x(e),t=_(t,!0),e!==K||!o(W,t)||o(H,t)){var n=M(e,t);return!n||!o(W,t)||o(e,R)&&e[R][t]||(n.enumerable=!0),n}},oe=function(e){for(var t,n=I(x(e)),r=[],i=0;n.length>i;)o(W,t=n[i++])||o(l,t)||r.push(t);return r},ie=function(e){for(var t,n=e===K,r=I(n?H:x(e)),i=[],a=0;r.length>a;)!o(W,t=r[a++])||n&&!o(K,t)||i.push(W[t]);return i};Z||(u((N=function(){if(this instanceof N)throw TypeError("Symbol is not a constructor");var e=void 0===arguments[0]?void 0:String(arguments[0]),t=h(e),n=function(e){this===K&&n.call(H,e),o(this,R)&&o(this[R],t)&&(this[R][t]=!1),J(this,t,k(1,e))};return i&&Y&&J(K,t,{configurable:!0,set:n}),Q(t,e)}).prototype,"toString",function(){return F(this).tag}),C.f=ne,A.f=ee,E.f=re,n(80).f=S.f=oe,n(81).f=ie,i&&(L(N.prototype,"description",{configurable:!0,get:function(){return F(this).description}}),a||u(K,"propertyIsEnumerable",ne,{unsafe:!0})),g.f=function(e){return Q(d(e),e)}),s({global:!0,wrap:!0,forced:!Z,sham:!Z},{Symbol:N});for(var ae=T(G),se=0;ae.length>se;)v(ae[se++]);s({target:"Symbol",stat:!0,forced:!Z},{for:function(e){return o(V,e+="")?V[e]:V[e]=N(e)},keyFor:function(e){if(!X(e))throw TypeError(e+" is not a symbol");for(var t in V)if(V[t]===e)return t},useSetter:function(){Y=!0},useSimple:function(){Y=!1}}),s({target:"Object",stat:!0,forced:!Z,sham:!i},{create:function(e,t){return void 0===t?O(e):te(O(e),t)},defineProperty:ee,defineProperties:te,getOwnPropertyDescriptor:re}),s({target:"Object",stat:!0,forced:!Z},{getOwnPropertyNames:oe,getOwnPropertySymbols:ie}),q&&s({target:"JSON",stat:!0,forced:!Z||c(function(){var e=N();return"[null]"!=B([e])||"{}"!=B({a:e})||"{}"!=B(Object(e))})},{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(w(t)||void 0!==e)&&!X(e))return m(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!X(t))return t}),r[1]=t,B.apply(q,r)}}),N.prototype[z]||j(N.prototype,z,N.prototype.valueOf),f(N,"Symbol"),l[R]=!0},function(e,t,n){"use strict";var r=n(71)(1),o=n(70)("map");n(19)({target:"Array",proto:!0,forced:!o},{map:function(e){return r(this,e,arguments[1])}})},function(e,t,n){"use strict";var r=n(87),o=n(25),i=n(46),a=n(40),s=n(85),u=n(101),l=n(22)("isConcatSpreadable"),c=!n(24)(function(){var e=[];return e[l]=!1,e.concat()[0]!==e}),p=n(70)("concat"),f=function(e){if(!o(e))return!1;var t=e[l];return void 0!==t?!!t:r(e)},h=!c||!p;n(19)({target:"Array",proto:!0,forced:h},{concat:function(e){var t,n,r,o,l,c=i(this),p=u(c,0),h=0;for(t=-1,r=arguments.length;t9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n=9007199254740991)throw TypeError("Maximum allowed index exceeded");s(p,h++,l)}return p.length=h,p}})},function(e,t,n){"use strict";var r=n(33),o=n(29),i=n(25),a=n(35).f,s=n(120),u=n(23).Symbol;if(r&&"function"==typeof u&&(!("description"in u.prototype)||void 0!==u().description)){var l={},c=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),t=this instanceof c?new u(e):void 0===e?u():u(e);return""===e&&(l[t]=!0),t};s(c,u);var p=c.prototype=u.prototype;p.constructor=c;var f=p.toString,h="Symbol(test)"==String(u("test")),d=/^Symbol\((.*)\)[^)]+$/;a(p,"description",{configurable:!0,get:function(){var e=i(this)?this.valueOf():this,t=f.call(e);if(o(l,e))return"";var n=h?t.slice(7,-1):t.replace(d,"$1");return""===n?void 0:n}}),n(19)({global:!0,forced:!0},{Symbol:c})}},function(e,t,n){n(139)("iterator")},function(e,t,n){"use strict";var r=n(71)(2),o=n(70)("filter");n(19)({target:"Array",proto:!0,forced:!o},{filter:function(e){return r(this,e,arguments[1])}})},function(e,t,n){"use strict";function r(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}n.d(t,"a",function(){return r})},function(e,t,n){var r=n(23),o=n(54).f,i=n(39),a=n(41),s=n(95),u=n(120),l=n(82);e.exports=function(e,t){var n,c,p,f,h,d=e.target,g=e.global,v=e.stat;if(n=g?r:v?r[d]||s(d,{}):(r[d]||{}).prototype)for(c in t){if(f=t[c],p=e.noTargetGet?(h=o(n,c))&&h.value:n[c],!l(g?c:d+(v?".":"#")+c,e.forced)&&void 0!==p){if(typeof f==typeof p)continue;u(f,p)}(e.sham||p&&p.sham)&&i(f,"sham",!0),a(n,c,f,e)}}},function(e,t,n){var r=n(126),o=n(176),i=n(39),a=n(23);for(var s in r){var u=a[s],l=u&&u.prototype;if(l&&l.forEach!==o)try{i(l,"forEach",o)}catch(e){l.forEach=o}}},function(e,t,n){"use strict";n(8),n(7),n(9),n(10),n(160),n(14),n(51),n(13),n(164),n(106);function r(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"/",r=new Date((new Date).getTime()-864e5).toUTCString();document.cookie="".concat(e,"=;expires=").concat(r,";domain=").concat(t,";path=").concat(n)}},{key:"get",value:function(e){if(e.length)return e=e.toLowerCase(),(document.cookie.split(";").map(function(e){var t=e.split("=");return{id:t[0].trim(),value:t[1]}}).find(function(t){return e===t.id.toLocaleLowerCase()})||{}).value}},{key:"set",value:function(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/",i=new Date((new Date).getTime()+63072e7).toUTCString(),a="".concat(t,"=").concat(n,";expires=").concat(i,";domain=").concat(r,";path=").concat(o);e.get(t)&&e.delete(t,r,o),document.cookie=a}}],(n=null)&&r(t.prototype,n),o&&r(t,o),e}(),i=n(5);function a(e,t){for(var n=0;n?@[\]^_`{|}~-])/g;function a(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(65535!=(65535&e)&&65534!=(65535&e)&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function s(e){if(e>65535){var t=55296+((e-=65536)>>10),n=56320+(1023&e);return String.fromCharCode(t,n)}return String.fromCharCode(e)}var u=/&([a-z#][a-z0-9]{1,31});/gi,l=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,c=n(148);function p(e,t){var n=0;return o(c,t)?c[t]:35===t.charCodeAt(0)&&l.test(t)&&a(n="x"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10))?s(n):e}var f=/[&<>"]/,h=/[&<>"]/g,d={"&":"&","<":"<",">":">",'"':"""};function g(e){return d[e]}t.assign=function(e){return[].slice.call(arguments,1).forEach(function(t){if(t){if("object"!=typeof t)throw new TypeError(t+"must be object");Object.keys(t).forEach(function(n){e[n]=t[n]})}}),e},t.isString=function(e){return"[object String]"===function(e){return Object.prototype.toString.call(e)}(e)},t.has=o,t.unescapeMd=function(e){return e.indexOf("\\")<0?e:e.replace(i,"$1")},t.isValidEntityCode=a,t.fromCodePoint=s,t.replaceEntities=function(e){return e.indexOf("&")<0?e:e.replace(u,p)},t.escapeHtml=function(e){return f.test(e)?e.replace(h,g):e}},function(e,t,n){var r=n(33),o=n(113),i=n(27),a=n(63),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(i(e),t=a(t,!0),i(n),o)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(45),o=n(54).f,i=n(33),a=n(24)(function(){o(1)}),s=!i||a;n(19)({target:"Object",stat:!0,forced:s,sham:!i},{getOwnPropertyDescriptor:function(e,t){return o(r(e),t)}})},function(e,t,n){var r=n(46),o=n(58),i=n(24)(function(){o(1)});n(19)({target:"Object",stat:!0,forced:i},{keys:function(e){return o(r(e))}})},function(e,t,n){var r=n(128);n(19)({target:"Object",stat:!0,forced:Object.assign!==r},{assign:r})},function(e,t,n){var r=n(35),o=n(64);e.exports=n(33)?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(59),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(23),o=n(39),i=n(29),a=n(95),s=n(119),u=n(50),l=u.get,c=u.enforce,p=String(s).split("toString");n(62)("inspectSource",function(e){return s.call(e)}),(e.exports=function(e,t,n,s){var u=!!s&&!!s.unsafe,l=!!s&&!!s.enumerable,f=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||i(n,"name")||o(n,"name",t),c(n).source=p.join("string"==typeof t?t:"")),e!==r?(u?!f&&e[t]&&(l=!0):delete e[t],l?e[t]=n:o(e,t,n)):l?e[t]=n:a(t,n)})(Function.prototype,"toString",function(){return"function"==typeof this&&l(this).source||s.call(this)})},function(e,t,n){"use strict";t.a=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)}},function(e,t,n){"use strict";n.d(t,"a",function(){return i}),n.d(t,"b",function(){return a});n(12),n(15),n(16),n(8),n(7),n(174),n(9),n(10);function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(e){return null!=e&&"object"===r(e)&&e.constructor===Object}function i(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return e===t||a(Object.values(e),Object.values(t),n)}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return!!e&&e.length===t.length&&!!e.every(function(e,r){var s=t[r];return e===s||n&&(Array.isArray(e)&&Array.isArray(s)&&a(e,s,n)||o(e)&&o(s)&&i(e,s,n))})}},function(e,t,n){"use strict";var r;n.d(t,"a",function(){return r}),function(e){e.Text="text",e.Markdown="markdown"}(r||(r={}))},function(e,t,n){var r=n(76),o=n(48);e.exports=function(e){return r(o(e))}},function(e,t,n){var r=n(48);e.exports=function(e){return Object(r(e))}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";e.exports=n(171)("Map",function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},n(172),!0)},function(e,t,n){var r,o,i,a=n(156),s=n(25),u=n(39),l=n(29),c=n(79),p=n(66),f=n(23).WeakMap;if(a){var h=new f,d=h.get,g=h.has,v=h.set;r=function(e,t){return v.call(h,e,t),t},o=function(e){return d.call(h,e)||{}},i=function(e){return g.call(h,e)}}else{var b=c("state");p[b]=!0,r=function(e,t){return u(e,b,t),t},o=function(e){return l(e,b)?e[b]:{}},i=function(e){return l(e,b)}}e.exports={set:r,get:o,has:i,enforce:function(e){return i(e)?o(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!s(t)||(n=o(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){"use strict";var r=n(71)(5),o=!0;"find"in[]&&Array(1).find(function(){o=!1}),n(19)({target:"Array",proto:!0,forced:o},{find:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}}),n(61)("find")},function(e,n){e.exports=t},function(e,t,n){var r; +!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("PropTypes"),require("react"),require("react-dom")):"function"==typeof define&&define.amd?define(["PropTypes","React","ReactDOM"],t):"object"==typeof exports?exports.dash_table=t(require("PropTypes"),require("react"),require("react-dom")):e.dash_table=t(e.PropTypes,e.React,e.ReactDOM)}(window,function(e,t,n){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=163)}([function(t,n){t.exports=e},function(e,n){e.exports=t},function(e,t,n){"use strict";n.d(t,"a",function(){return o}),n.d(t,"b",function(){return i}),n.d(t,"c",function(){return a});n(54);var r=n(47);function o(e){var t,n=null;return function(){for(var o=arguments.length,i=new Array(o),a=0;a=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}},"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},function(e,t,n){"use strict";var r=n(108).charAt,o=n(53),i=n(106),a=o.set,s=o.getterFor("String Iterator");i(String,"String",function(e){a(this,{type:"String Iterator",string:String(e),index:0})},function(){var e,t=s(this),n=t.string,o=t.index;return o>=n.length?{value:void 0,done:!0}:(e=r(n,o),t.index+=e.length,{value:e,done:!1})})},function(e,t,n){var r=n(24),o=n(135),i=n(8),a=n(41),s=n(21),u=s("iterator"),l=s("toStringTag"),c=i.values;for(var f in o){var p=r[f],h=p&&p.prototype;if(h){if(h[u]!==c)try{a(h,u,c)}catch(e){h[u]=c}if(h[l]||a(h,l,f),o[f])for(var d in i)if(h[d]!==i[d])try{a(h,d,i[d])}catch(e){h[d]=i[d]}}}},function(e,t,n){"use strict";n.d(t,"a",function(){return o});var r=n(17);function o(e){return function t(n){return 0===arguments.length||Object(r.a)(n)?t:e.apply(this,arguments)}}},function(e,t,n){"use strict";var r=n(18),o=n(24),i=n(61),a=n(32),s=n(123),u=n(20),l=n(29),c=n(93),f=n(25),p=n(26),h=n(44),d=n(49),g=n(69),v=n(70),b=n(71),m=n(72),y=n(87),w=n(177),x=n(107),_=n(57),k=n(37),O=n(86),S=n(41),E=n(43),C=n(68),A=n(85),j=n(73),T=n(82),R=n(21),P=n(147),D=n(148),F=n(58),L=n(53),M=n(64).forEach,I=A("hidden"),q=R("toPrimitive"),N=L.set,B=L.getterFor("Symbol"),z=Object.prototype,U=o.Symbol,V=o.JSON,W=V&&V.stringify,H=_.f,G=k.f,K=w.f,$=O.f,Z=C("symbols"),Y=C("op-symbols"),J=C("string-to-symbol-registry"),Q=C("symbol-to-string-registry"),X=C("wks"),ee=o.QObject,te=!ee||!ee.prototype||!ee.prototype.findChild,ne=a&&u(function(){return 7!=b(G({},"a",{get:function(){return G(this,"a",{value:7}).a}})).a})?function(e,t,n){var r=H(z,t);r&&delete z[t],G(e,t,n),r&&e!==z&&G(z,t,r)}:G,re=function(e,t){var n=Z[e]=b(U.prototype);return N(n,{type:"Symbol",tag:e,description:t}),a||(n.description=t),n},oe=s&&"symbol"==typeof U.iterator?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof U},ie=function(e,t,n){e===z&&ie(Y,t,n),p(e);var r=g(t,!0);return p(n),l(Z,r)?(n.enumerable?(l(e,I)&&e[I][r]&&(e[I][r]=!1),n=b(n,{enumerable:v(0,!1)})):(l(e,I)||G(e,I,v(1,{})),e[I][r]=!0),ne(e,r,n)):G(e,r,n)},ae=function(e,t){p(e);var n=d(t),r=m(n).concat(ce(n));return M(r,function(t){a&&!se.call(n,t)||ie(e,t,n[t])}),e},se=function(e){var t=g(e,!0),n=$.call(this,t);return!(this===z&&l(Z,t)&&!l(Y,t))&&(!(n||!l(this,t)||!l(Z,t)||l(this,I)&&this[I][t])||n)},ue=function(e,t){var n=d(e),r=g(t,!0);if(n!==z||!l(Z,r)||l(Y,r)){var o=H(n,r);return!o||!l(Z,r)||l(n,I)&&n[I][r]||(o.enumerable=!0),o}},le=function(e){var t=K(d(e)),n=[];return M(t,function(e){l(Z,e)||l(j,e)||n.push(e)}),n},ce=function(e){var t=e===z,n=K(t?Y:d(e)),r=[];return M(n,function(e){!l(Z,e)||t&&!l(z,e)||r.push(Z[e])}),r};s||(E((U=function(){if(this instanceof U)throw TypeError("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,t=T(e),n=function(e){this===z&&n.call(Y,e),l(this,I)&&l(this[I],t)&&(this[I][t]=!1),ne(this,t,v(1,e))};return a&&te&&ne(z,t,{configurable:!0,set:n}),re(t,e)}).prototype,"toString",function(){return B(this).tag}),O.f=se,k.f=ie,_.f=ue,y.f=w.f=le,x.f=ce,a&&(G(U.prototype,"description",{configurable:!0,get:function(){return B(this).description}}),i||E(z,"propertyIsEnumerable",se,{unsafe:!0})),P.f=function(e){return re(R(e),e)}),r({global:!0,wrap:!0,forced:!s,sham:!s},{Symbol:U}),M(m(X),function(e){D(e)}),r({target:"Symbol",stat:!0,forced:!s},{for:function(e){var t=String(e);if(l(J,t))return J[t];var n=U(t);return J[t]=n,Q[n]=t,n},keyFor:function(e){if(!oe(e))throw TypeError(e+" is not a symbol");if(l(Q,e))return Q[e]},useSetter:function(){te=!0},useSimple:function(){te=!1}}),r({target:"Object",stat:!0,forced:!s,sham:!a},{create:function(e,t){return void 0===t?b(e):ae(b(e),t)},defineProperty:ie,defineProperties:ae,getOwnPropertyDescriptor:ue}),r({target:"Object",stat:!0,forced:!s},{getOwnPropertyNames:le,getOwnPropertySymbols:ce}),r({target:"Object",stat:!0,forced:u(function(){x.f(1)})},{getOwnPropertySymbols:function(e){return x.f(h(e))}}),V&&r({target:"JSON",stat:!0,forced:!s||u(function(){var e=U();return"[null]"!=W([e])||"{}"!=W({a:e})||"{}"!=W(Object(e))})},{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(f(t)||void 0!==e)&&!oe(e))return c(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!oe(t))return t}),r[1]=t,W.apply(V,r)}}),U.prototype[q]||S(U.prototype,q,U.prototype.valueOf),F(U,"Symbol"),j[I]=!0},function(e,t,n){"use strict";var r=n(18),o=n(64).map;r({target:"Array",proto:!0,forced:!n(76)("map")},{map:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){"use strict";var r=n(18),o=n(20),i=n(93),a=n(25),s=n(44),u=n(42),l=n(91),c=n(110),f=n(76),p=n(21)("isConcatSpreadable"),h=!o(function(){var e=[];return e[p]=!1,e.concat()[0]!==e}),d=f("concat"),g=function(e){if(!a(e))return!1;var t=e[p];return void 0!==t?!!t:i(e)};r({target:"Array",proto:!0,forced:!h||!d},{concat:function(e){var t,n,r,o,i,a=s(this),f=c(a,0),p=0;for(t=-1,r=arguments.length;t9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n=9007199254740991)throw TypeError("Maximum allowed index exceeded");l(f,p++,i)}return f.length=p,f}})},function(e,t,n){"use strict";var r=n(18),o=n(32),i=n(24),a=n(29),s=n(25),u=n(37).f,l=n(129),c=i.Symbol;if(o&&"function"==typeof c&&(!("description"in c.prototype)||void 0!==c().description)){var f={},p=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),t=this instanceof p?new c(e):void 0===e?c():c(e);return""===e&&(f[t]=!0),t};l(p,c);var h=p.prototype=c.prototype;h.constructor=p;var d=h.toString,g="Symbol(test)"==String(c("test")),v=/^Symbol\((.*)\)[^)]+$/;u(h,"description",{configurable:!0,get:function(){var e=s(this)?this.valueOf():this,t=d.call(e);if(a(f,e))return"";var n=g?t.slice(7,-1):t.replace(v,"$1");return""===n?void 0:n}}),r({global:!0,forced:!0},{Symbol:p})}},function(e,t,n){n(148)("iterator")},function(e,t,n){"use strict";function r(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}n.d(t,"a",function(){return r})},function(e,t,n){var r=n(24),o=n(57).f,i=n(41),a=n(43),s=n(102),u=n(129),l=n(88);e.exports=function(e,t){var n,c,f,p,h,d=e.target,g=e.global,v=e.stat;if(n=g?r:v?r[d]||s(d,{}):(r[d]||{}).prototype)for(c in t){if(p=t[c],f=e.noTargetGet?(h=o(n,c))&&h.value:n[c],!l(g?c:d+(v?".":"#")+c,e.forced)&&void 0!==f){if(typeof p==typeof f)continue;u(p,f)}(e.sham||f&&f.sham)&&i(p,"sham",!0),a(n,c,p,e)}}},function(e,t,n){"use strict";n(8),n(7),n(9),n(10),n(170),n(14),n(54),n(13),n(174),n(115);function r(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"/",r=new Date((new Date).getTime()-864e5).toUTCString();document.cookie="".concat(e,"=;expires=").concat(r,";domain=").concat(t,";path=").concat(n)}},{key:"get",value:function(e){if(e.length)return e=e.toLowerCase(),(document.cookie.split(";").map(function(e){var t=e.split("=");return{id:t[0].trim(),value:t[1]}}).find(function(t){return e===t.id.toLocaleLowerCase()})||{}).value}},{key:"set",value:function(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/",i=new Date((new Date).getTime()+63072e7).toUTCString(),a="".concat(t,"=").concat(n,";expires=").concat(i,";domain=").concat(r,";path=").concat(o);e.get(t)&&e.delete(t,r,o),document.cookie=a}}],(n=null)&&r(t.prototype,n),o&&r(t,o),e}(),i=n(6);function a(e,t){for(var n=0;n1?arguments[1]:void 0)}})},function(e,t,n){(function(t){var n="object",r=function(e){return e&&e.Math==Math&&e};e.exports=r(typeof globalThis==n&&globalThis)||r(typeof window==n&&window)||r(typeof self==n&&self)||r(typeof t==n&&t)||Function("return this")()}).call(this,n(165))},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){var r=n(25);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,n){"use strict";var r=n(43),o=n(26),i=n(20),a=n(141),s=RegExp.prototype,u=s.toString,l=i(function(){return"/a/b"!=u.call({source:"a",flags:"b"})}),c="toString"!=u.name;(l||c)&&r(RegExp.prototype,"toString",function(){var e=o(this),t=String(e.source),n=e.flags;return"/"+t+"/"+String(void 0===n&&e instanceof RegExp&&!("flags"in s)?a.call(e):n)},{unsafe:!0})},function(e,t,n){"use strict";var r=n(18),o=n(25),i=n(93),a=n(83),s=n(42),u=n(49),l=n(91),c=n(76),f=n(21)("species"),p=[].slice,h=Math.max;r({target:"Array",proto:!0,forced:!c("slice")},{slice:function(e,t){var n,r,c,d=u(this),g=s(d.length),v=a(e,g),b=a(void 0===t?g:t,g);if(i(d)&&("function"!=typeof(n=d.constructor)||n!==Array&&!i(n.prototype)?o(n)&&null===(n=n[f])&&(n=void 0):n=void 0,n===Array||void 0===n))return p.call(d,v,b);for(r=new(void 0===n?Array:n)(h(b-v,0)),c=0;v?@[\]^_`{|}~-])/g;function a(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(65535!=(65535&e)&&65534!=(65535&e)&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function s(e){if(e>65535){var t=55296+((e-=65536)>>10),n=56320+(1023&e);return String.fromCharCode(t,n)}return String.fromCharCode(e)}var u=/&([a-z#][a-z0-9]{1,31});/gi,l=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,c=n(156);function f(e,t){var n=0;return o(c,t)?c[t]:35===t.charCodeAt(0)&&l.test(t)&&a(n="x"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10))?s(n):e}var p=/[&<>"]/,h=/[&<>"]/g,d={"&":"&","<":"<",">":">",'"':"""};function g(e){return d[e]}t.assign=function(e){return[].slice.call(arguments,1).forEach(function(t){if(t){if("object"!=typeof t)throw new TypeError(t+"must be object");Object.keys(t).forEach(function(n){e[n]=t[n]})}}),e},t.isString=function(e){return"[object String]"===function(e){return Object.prototype.toString.call(e)}(e)},t.has=o,t.unescapeMd=function(e){return e.indexOf("\\")<0?e:e.replace(i,"$1")},t.isValidEntityCode=a,t.fromCodePoint=s,t.replaceEntities=function(e){return e.indexOf("&")<0?e:e.replace(u,f)},t.escapeHtml=function(e){return p.test(e)?e.replace(h,g):e}},function(e,t,n){var r=n(18),o=n(20),i=n(49),a=n(57).f,s=n(32),u=o(function(){a(1)});r({target:"Object",stat:!0,forced:!s||u,sham:!s},{getOwnPropertyDescriptor:function(e,t){return a(i(e),t)}})},function(e,t,n){var r=n(32),o=n(122),i=n(26),a=n(69),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(i(e),t=a(t,!0),i(n),o)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(18),o=n(137);r({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},function(e,t,n){var r=n(18),o=n(44),i=n(72);r({target:"Object",stat:!0,forced:n(20)(function(){i(1)})},{keys:function(e){return i(o(e))}})},function(e,t,n){"use strict";n(14),n(8),n(28),n(52),n(7),n(9),n(10);var r=n(2),o=n(97);t.a=function(){return function(e){var t=new Map;return{get:function(){for(var n=arguments.length,i=new Array(n),a=0;a0?o(r(e),9007199254740991):0}},function(e,t,n){var r=n(24),o=n(68),i=n(41),a=n(29),s=n(102),u=n(128),l=n(53),c=l.get,f=l.enforce,p=String(u).split("toString");o("inspectSource",function(e){return u.call(e)}),(e.exports=function(e,t,n,o){var u=!!o&&!!o.unsafe,l=!!o&&!!o.enumerable,c=!!o&&!!o.noTargetGet;"function"==typeof n&&("string"!=typeof t||a(n,"name")||i(n,"name",t),f(n).source=p.join("string"==typeof t?t:"")),e!==r?(u?!c&&e[t]&&(l=!0):delete e[t],l?e[t]=n:i(e,t,n)):l?e[t]=n:s(t,n)})(Function.prototype,"toString",function(){return"function"==typeof this&&c(this).source||u.call(this)})},function(e,t,n){var r=n(51);e.exports=function(e){return Object(r(e))}},function(e,t,n){"use strict";t.a=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)}},function(e,t,n){"use strict";var r=n(66),o=function(){function e(e){this.f=e}return e.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},e.prototype["@@transducer/result"]=function(e){return e},e.prototype["@@transducer/step"]=function(e,t){return this.f(e,t)},e}();var i=n(65),a=n(3),s=Object(a.a)(function(e,t){return Object(i.a)(e.length,function(){return e.apply(t,arguments)})});function u(e,t,n){for(var r=n.next();!r.done;){if((t=e["@@transducer/step"](t,r.value))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}r=n.next()}return e["@@transducer/result"](t)}function l(e,t,n,r){return e["@@transducer/result"](n[r](s(e["@@transducer/step"],e),t))}n.d(t,"a",function(){return f});var c="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";function f(e,t,n){if("function"==typeof e&&(e=function(e){return new o(e)}(e)),Object(r.a)(n))return function(e,t,n){for(var r=0,o=n.length;r1?arguments[1]:void 0)}}),i("find")},function(e,t){e.exports=n},function(e,t,n){var r; /*! Copyright (c) 2017 Jed Watson. Licensed under the MIT License (MIT), see @@ -9,11 +9,11 @@ Licensed under the MIT License (MIT), see http://jedwatson.github.io/classnames */ -!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t0?r:n)(e)}},function(e,t,n){var r=n(84);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var r=n(22)("unscopables"),o=n(65),i=n(39),a=Array.prototype;null==a[r]&&i(a,r,o(null)),e.exports=function(e){a[r][e]=!0}},function(e,t,n){var r=n(23),o=n(95),i=r["__core-js_shared__"]||o("__core-js_shared__",{});(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.0.1",mode:n(57)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){var r=n(25);e.exports=function(e,t){if(!r(e))return e;var n,o;if(t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;if("function"==typeof(n=e.valueOf)&&!r(o=n.call(e)))return o;if(!t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(27),o=n(115),i=n(97),a=n(118),s=n(96),u=n(79)("IE_PROTO"),l=function(){},c=function(){var e,t=s("iframe"),n=i.length;for(t.style.display="none",a.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write("