From 897e0c1d9c292091ff821664b7bbb8651c53f8de Mon Sep 17 00:00:00 2001 From: Sudhanshu Date: Tue, 17 Oct 2023 08:39:01 +0530 Subject: [PATCH] Updates --- search-index-docs-default-current.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search-index-docs-default-current.json b/search-index-docs-default-current.json index 3cc80b46..d9160192 100644 --- a/search-index-docs-default-current.json +++ b/search-index-docs-default-current.json @@ -1 +1 @@ -{"documents":[{"id":54,"pageTitle":"Customization","sectionTitle":"Customization","sectionRoute":"/react-number-format/docs/customization","type":"docs"},{"id":55,"pageTitle":"Customization","sectionTitle":"Concept","sectionRoute":"/react-number-format/docs/customization#concept","type":"docs"},{"id":56,"pageTitle":"Customization","sectionTitle":"Examples","sectionRoute":"/react-number-format/docs/customization#examples","type":"docs"},{"id":57,"pageTitle":"Customization","sectionTitle":"Intl.NumberFormat based formatting","sectionRoute":"/react-number-format/docs/customization#intlnumberformat-based-formatting","type":"docs"},{"id":58,"pageTitle":"Customization","sectionTitle":"Card expiry field","sectionRoute":"/react-number-format/docs/customization#card-expiry-field","type":"docs"},{"id":59,"pageTitle":"Customization","sectionTitle":"Card expiry field with usePatternFormat","sectionRoute":"/react-number-format/docs/customization#card-expiry-field-with-usepatternformat","type":"docs"},{"id":60,"pageTitle":"Customization","sectionTitle":"Custom numeral example","sectionRoute":"/react-number-format/docs/customization#custom-numeral-example","type":"docs"},{"id":61,"pageTitle":"Customization","sectionTitle":"AllowEmptyFormatting on NumericFormat","sectionRoute":"/react-number-format/docs/customization#allowemptyformatting-on-numericformat","type":"docs"},{"id":62,"pageTitle":"Customization","sectionTitle":"Using parentheses to express negative numbers","sectionRoute":"/react-number-format/docs/customization#using-parentheses-to-express-negative-numbers","type":"docs"},{"id":18,"pageTitle":"","sectionTitle":"Getting started","sectionRoute":"/react-number-format/docs/intro","type":"docs"},{"id":19,"pageTitle":"","sectionTitle":"Features","sectionRoute":"/react-number-format/docs/intro#features","type":"docs"},{"id":20,"pageTitle":"","sectionTitle":"Demos","sectionRoute":"/react-number-format/docs/intro#demos","type":"docs"},{"id":21,"pageTitle":"","sectionTitle":"Install","sectionRoute":"/react-number-format/docs/intro#install","type":"docs"},{"id":22,"pageTitle":"","sectionTitle":"Migration guide","sectionRoute":"/react-number-format/docs/migration","type":"docs"},{"id":23,"pageTitle":"","sectionTitle":"NumberFormat -> NumericFormat and PatternFormat","sectionRoute":"/react-number-format/docs/migration#numberformat---numericformat-and-patternformat","type":"docs"},{"id":24,"pageTitle":"","sectionTitle":"isNumericString -> valueIsNumericString","sectionRoute":"/react-number-format/docs/migration#isnumericstring---valueisnumericstring","type":"docs"},{"id":25,"pageTitle":"","sectionTitle":"Function values for format and removeFormatting are handled in NumberFormatBase.","sectionRoute":"/react-number-format/docs/migration#function-values-for-format-and-removeformatting-are-handled-in-numberformatbase","type":"docs"},{"id":26,"pageTitle":"","sectionTitle":"customNumerals Array","sectionRoute":"/react-number-format/docs/migration#customnumerals-arraystring","type":"docs"},{"id":1,"pageTitle":"","sectionTitle":"Props","sectionRoute":"/react-number-format/docs/numeric_format","type":"docs"},{"id":2,"pageTitle":"","sectionTitle":"allowLeadingZeros boolean","sectionRoute":"/react-number-format/docs/numeric_format#allowleadingzeros-boolean","type":"docs"},{"id":3,"pageTitle":"","sectionTitle":"allowNegative boolean","sectionRoute":"/react-number-format/docs/numeric_format#allownegative-boolean","type":"docs"},{"id":4,"pageTitle":"","sectionTitle":"allowedDecimalSeparators Array","sectionRoute":"/react-number-format/docs/numeric_format#alloweddecimalseparators-arraystring","type":"docs"},{"id":5,"pageTitle":"","sectionTitle":"customInput React.Component","sectionRoute":"/react-number-format/docs/numeric_format#custominput-reactcomponentany","type":"docs"},{"id":6,"pageTitle":"","sectionTitle":"decimalScale number","sectionRoute":"/react-number-format/docs/numeric_format#decimalscale-number","type":"docs"},{"id":7,"pageTitle":"","sectionTitle":"decimalSeparator string","sectionRoute":"/react-number-format/docs/numeric_format#decimalseparator-string","type":"docs"},{"id":8,"pageTitle":"","sectionTitle":"fixedDecimalScale boolean","sectionRoute":"/react-number-format/docs/numeric_format#fixeddecimalscale-boolean","type":"docs"},{"id":9,"pageTitle":"","sectionTitle":"prefix string","sectionRoute":"/react-number-format/docs/numeric_format#prefix-string","type":"docs"},{"id":10,"pageTitle":"","sectionTitle":"suffix string","sectionRoute":"/react-number-format/docs/numeric_format#suffix-string","type":"docs"},{"id":11,"pageTitle":"","sectionTitle":"thousandsGroupStyle string","sectionRoute":"/react-number-format/docs/numeric_format#thousandsgroupstyle-string","type":"docs"},{"id":12,"pageTitle":"","sectionTitle":"Common Props","sectionRoute":"/react-number-format/docs/numeric_format#common-props","type":"docs"},{"id":13,"pageTitle":"","sectionTitle":"Other exports","sectionRoute":"/react-number-format/docs/numeric_format#other-exports","type":"docs"},{"id":14,"pageTitle":"","sectionTitle":"numericFormatter (numString: string, props: NumericFormatProps) => string","sectionRoute":"/react-number-format/docs/numeric_format#numericformatter-numstring-string-props-numericformatprops--string","type":"docs"},{"id":15,"pageTitle":"","sectionTitle":"removeNumericFormat (inputValue: string, changeMeta: ChangeMeta, props: NumericFormatProps) => string","sectionRoute":"/react-number-format/docs/numeric_format#removenumericformat-inputvalue-string-changemeta-changemeta-props-numericformatprops--string","type":"docs"},{"id":16,"pageTitle":"","sectionTitle":"getNumericCaretBoundary (formattedValue: string, props: NumericFormatProps) => Array","sectionRoute":"/react-number-format/docs/numeric_format#getnumericcaretboundary-formattedvalue-string-props-numericformatprops--arrayboolean","type":"docs"},{"id":17,"pageTitle":"","sectionTitle":"useNumericFormat: (props: NumericFormatProps) => NumberFormatBaseProps","sectionRoute":"/react-number-format/docs/numeric_format#usenumericformat-props-numericformatprops--numberformatbaseprops","type":"docs"},{"id":31,"pageTitle":"","sectionTitle":"Props","sectionRoute":"/react-number-format/docs/pattern_format","type":"docs"},{"id":32,"pageTitle":"","sectionTitle":"allowEmptyFormatting boolean","sectionRoute":"/react-number-format/docs/pattern_format#allowemptyformatting-boolean","type":"docs"},{"id":33,"pageTitle":"","sectionTitle":"format string","sectionRoute":"/react-number-format/docs/pattern_format#format-string","type":"docs"},{"id":34,"pageTitle":"","sectionTitle":"mask string | Array","sectionRoute":"/react-number-format/docs/pattern_format#mask-string--arraystring","type":"docs"},{"id":35,"pageTitle":"","sectionTitle":"patternChar string","sectionRoute":"/react-number-format/docs/pattern_format#patternchar-string","type":"docs"},{"id":36,"pageTitle":"","sectionTitle":"Common Props","sectionRoute":"/react-number-format/docs/pattern_format#common-props","type":"docs"},{"id":37,"pageTitle":"","sectionTitle":"Other exports","sectionRoute":"/react-number-format/docs/pattern_format#other-exports","type":"docs"},{"id":38,"pageTitle":"","sectionTitle":"patternFormatter (numString: string, props: PatternFormatProps) => string","sectionRoute":"/react-number-format/docs/pattern_format#patternformatter-numstring-string-props-patternformatprops--string","type":"docs"},{"id":39,"pageTitle":"","sectionTitle":"removePatternFormat (inputValue: string, changeMeta: ChangeMeta, props: PatternFormatProps) => string","sectionRoute":"/react-number-format/docs/pattern_format#removepatternformat-inputvalue-string-changemeta-changemeta-props-patternformatprops--string","type":"docs"},{"id":40,"pageTitle":"","sectionTitle":"getPatternCaretBoundary (formattedValue: string, props: PatternFormatProps) => Array","sectionRoute":"/react-number-format/docs/pattern_format#getpatterncaretboundary-formattedvalue-string-props-patternformatprops--arrayboolean","type":"docs"},{"id":41,"pageTitle":"","sectionTitle":"usePatternFormat: (props: PatternFormatProps) => NumberFormatBaseProps","sectionRoute":"/react-number-format/docs/pattern_format#usepatternformat-props-patternformatprops--numberformatbaseprops","type":"docs"},{"id":42,"pageTitle":"","sectionTitle":"Common Props","sectionRoute":"/react-number-format/docs/props","type":"docs"},{"id":43,"pageTitle":"","sectionTitle":"customInput React.Component","sectionRoute":"/react-number-format/docs/props#custominput-reactcomponentany","type":"docs"},{"id":44,"pageTitle":"","sectionTitle":"value number | string","sectionRoute":"/react-number-format/docs/props#value-number--string","type":"docs"},{"id":45,"pageTitle":"","sectionTitle":"defaultValue number | string","sectionRoute":"/react-number-format/docs/props#defaultvalue-number--string","type":"docs"},{"id":46,"pageTitle":"","sectionTitle":"displayType text | input","sectionRoute":"/react-number-format/docs/props#displaytype-text--input","type":"docs"},{"id":47,"pageTitle":"","sectionTitle":"getInputRef elm => void","sectionRoute":"/react-number-format/docs/props#getinputref-elm--void","type":"docs"},{"id":48,"pageTitle":"","sectionTitle":"isAllowed (values) => boolean","sectionRoute":"/react-number-format/docs/props#isallowed-values--boolean","type":"docs"},{"id":49,"pageTitle":"","sectionTitle":"valueIsNumericString boolean","sectionRoute":"/react-number-format/docs/props#valueisnumericstring-boolean","type":"docs"},{"id":50,"pageTitle":"","sectionTitle":"onValueChange (values, sourceInfo) => {}","sectionRoute":"/react-number-format/docs/props#onvaluechange-values-sourceinfo--","type":"docs"},{"id":51,"pageTitle":"","sectionTitle":"renderText (formattedValue, customProps) => React Element","sectionRoute":"/react-number-format/docs/props#rendertext-formattedvalue-customprops--react-element","type":"docs"},{"id":52,"pageTitle":"","sectionTitle":"type string","sectionRoute":"/react-number-format/docs/props#type-string","type":"docs"},{"id":53,"pageTitle":"","sectionTitle":"Other Props","sectionRoute":"/react-number-format/docs/props#other-props","type":"docs"},{"id":27,"pageTitle":"","sectionTitle":"Notes & Quirks","sectionRoute":"/react-number-format/docs/quirks","type":"docs"},{"id":28,"pageTitle":"","sectionTitle":"Values object","sectionRoute":"/react-number-format/docs/quirks#values-object","type":"docs"},{"id":29,"pageTitle":"","sectionTitle":"Notes and quirks","sectionRoute":"/react-number-format/docs/quirks#notes-and-quirks","type":"docs"},{"id":30,"pageTitle":"","sectionTitle":"SourceInfo object","sectionRoute":"/react-number-format/docs/quirks#sourceinfo-object","type":"docs"}],"index":{"version":"2.3.9","fields":["title","content","tags"],"fieldVectors":[["title/54",[0,1.688]],["content/54",[]],["tags/54",[]],["title/55",[1,3.982]],["content/55",[0,1.037,2,0.465,3,0.323,4,0.281,5,0.859,6,1.111,7,1.111,8,1.111,9,1.111,10,0.96,11,0.859,12,0.633,13,2.014,14,2.03,15,1.111,16,1.111,17,0.96,18,1.514,19,1.383,20,0.675,21,0.539,22,1.958,23,1.111,24,2.81,25,3.033,26,1.958,27,1.111,28,1.695,29,0.725,30,1.111,31,0.96,32,1.958,33,1.111,34,1.111,35,1.111,36,0.506,37,0.859,38,1.111,39,1.111,40,0.328,41,1.111,42,0.596,43,1.17,44,0.133,45,1.418,46,1.111,47,1.195,48,0.859,49,1.514,50,0.785,51,0.861,52,1.958,53,2.054,54,0.633,55,1.514,56,1.691,57,0.785,58,0.785,59,3.163,60,1.111,61,0.891,62,1.111,63,1.111,64,0.596,65,1.111,66,1.601,67,1.111,68,1.111,69,1.595,70,1.383,71,1.19,72,0.495,73,1.111,74,1.111,75,1.258,76,1.111,77,1.111,78,1.111,79,0.596,80,1.958,81,1.111,82,0.785,83,1.111,84,0.725,85,1.111,86,1.19,87,1.958,88,1.111,89,1.111,90,1.383,91,0.732,92,1.111,93,1.111,94,1.111,95,1.111,96,1.111,97,0.533,98,1.115,99,1.111,100,1.111,101,1.111,102,1.111,103,1.111,104,1.859,105,1.111,106,0.417,107,1.111,108,0.859,109,0.991,110,1.049,111,1.19,112,1.277,113,0.859,114,0.96,115,2.625,116,1.514,117,1.712,118,0.859,119,1.111,120,1.111,121,0.785,122,0.633,123,0.859,124,0.675,125,0.96,126,0.96,127,0.785,128,1.691,129,1.383,130,0.859,131,0.859,132,0.807,133,0.96,134,1.958,135,0.96,136,1.111,137,1.111,138,1.111,139,0.725,140,1.111,141,0.495,142,0.859,143,0.96,144,0.785,145,1.111,146,1.111]],["tags/55",[]],["title/56",[110,2.76]],["content/56",[3,0.553,4,0.306,12,2.881,13,2.561,57,3.572,110,2.711,111,3.075,141,1.278,147,5.059,148,3.913,149,4.368,150,5.059,151,3.572]],["tags/56",[]],["title/57",[4,0.183,152,3.754,153,1.9]],["content/57",[2,0.657,3,0.302,4,0.25,36,2.328,40,0.464,42,2.742,44,0.149,45,1.459,51,1.919,79,1.99,86,2.256,110,1.99,113,3.956,154,0.754,155,3.713,156,3.713,157,3.713,158,3.205,159,3.713,160,3.713,161,2.871,162,3.205,163,0.689,164,3.205,165,2.422,166,2.621,167,2.114]],["tags/57",[]],["title/58",[165,2.449,166,2.651,167,2.138]],["content/58",[0,0.785,2,0.424,3,0.195,4,0.181,19,1.691,36,2.066,40,0.299,44,0.152,45,0.941,51,1.488,55,1.851,66,1.212,69,1.455,79,1.988,84,2.419,86,1.455,110,1.283,122,1.363,127,1.691,141,0.605,154,0.486,162,2.067,163,0.444,165,1.562,166,1.691,167,1.363,168,2.067,169,2.868,170,4.413,171,2.067,172,3.202,173,2.067,174,2.067,175,2.067,176,3.202,177,2.067,178,2.067,179,1.283,180,1.851,181,2.067,182,3.202,183,2.067,184,2.868,185,2.394,186,2.394,187,1.455,188,2.067,189,0.555,190,2.394,191,1.851,192,3.202,193,1.851,194,1.455,195,1.691,196,1.562,197,2.394,198,2.394,199,2.394]],["tags/58",[]],["title/59",[165,2.157,166,2.334,167,1.882,194,2.009]],["content/59",[0,0.84,4,0.191,12,1.458,36,1.777,40,0.488,44,0.154,45,1.007,47,0.769,51,1.552,55,1.98,79,2.537,84,2.548,86,1.556,110,1.372,139,1.671,163,0.475,164,2.211,168,2.211,169,1.98,170,4.572,171,2.211,172,3.372,173,2.211,174,2.211,175,2.211,176,3.372,177,2.211,178,2.211,179,1.372,180,1.98,181,2.211,182,3.372,183,2.211,184,3.02,189,0.593,194,2.373,200,2.561,201,2.561,202,3.372,203,1.808,204,2.561,205,1.808]],["tags/59",[]],["title/60",[0,1.231,47,1.128,110,2.012]],["content/60",[4,0.109,36,1.017,44,0.154,45,0.879,48,1.729,51,1.615,79,3.654,84,2.293,114,1.93,128,1.93,132,0.921,133,1.93,135,1.93,163,0.415,169,2.718,202,3.035,203,1.578,205,1.578,206,2.235,207,2.235,208,1.729,209,3.515,210,2.235,211,2.235,212,2.235,213,2.235,214,2.235,215,2.235,216,2.235,217,2.235,218,2.235,219,2.235,220,3.515,221,3.515,222,2.235,223,3.515,224,2.235,225,3.515,226,2.235,227,3.515,228,2.235,229,3.515,230,2.235,231,2.235,232,2.235]],["tags/60",[]],["title/61",[189,1.006,233,3.066]],["content/61",[4,0.15,36,1.395,40,0.658,42,1.643,44,0.152,45,1.205,51,1.464,79,3.102,129,2.165,132,2.171,161,2.371,163,0.569,187,1.863,189,0.71,203,2.165,205,2.165,208,2.371,233,3.72,234,3.066,235,1.552,236,3.066,237,3.066,238,1.863,239,2.371,240,3.066,241,3.066,242,2.647,243,2.165,244,3.066,245,2.543,246,2.714,247,3.153]],["tags/61",[]],["title/62",[3,0.24,141,0.746,151,2.085,248,2.55,249,2.55]],["content/62",[3,0.237,4,0.086,5,0.767,17,0.856,18,0.767,28,0.948,31,0.856,36,0.451,40,0.221,42,0.531,44,0.154,45,0.696,47,0.298,50,0.7,51,1.32,61,0.805,64,0.948,70,0.7,75,0.848,79,2.897,84,1.155,86,0.603,91,1.223,98,1.008,104,0.429,116,0.767,117,1.564,132,1.378,148,0.767,151,1.25,161,0.767,163,0.184,187,1.456,192,0.856,203,0.7,205,0.7,208,0.767,245,1.904,246,2.032,247,1.25,248,0.856,249,0.856,250,0.992,251,0.767,252,0.992,253,1.77,254,0.992,255,0.992,256,0.992,257,1.77,258,0.992,259,0.992,260,2.913,261,5.407,262,0.992,263,0.992,264,0.992,265,0.992,266,0.992,267,0.992,268,0.856,269,2.252,270,1.77,271,0.992,272,1.77,273,0.992,274,2.397,275,0.992,276,0.992,277,0.992,278,0.992,279,0.992,280,1.77,281,1.155,282,1.9,283,0.992,284,3.345,285,0.767,286,0.767,287,0.992,288,0.992,289,0.856,290,0.992,291,0.992,292,0.856,293,0.992,294,0.992,295,0.992,296,1.77,297,1.77,298,0.992,299,2.397,300,1.77,301,1.25,302,0.992,303,0.992,304,1.77,305,0.992,306,0.992,307,1.77,308,0.531,309,0.992,310,0.992,311,1.77,312,0.992,313,0.992,314,0.992,315,0.992]],["tags/62",[]],["title/18",[316,3.749,317,3.358]],["content/18",[2,0.814,3,0.374,4,0.288,21,1.625,24,3.247,28,2.465,43,0.976,47,1.382,91,0.934,125,3.971,235,2.328,318,3.971,319,4.599,320,4.599,321,4.599,322,4.599,323,4.599,324,4.599,325,2.795,326,4.599,327,3.557,328,4.599]],["tags/18",[]],["title/19",[188,4.446]],["content/19",[0,1.992,3,0.391,4,0.341,10,4.16,11,3.726,21,1.674,112,3.143,149,4.16,235,2.439,245,2.744,246,2.928,325,2.928,329,4.16,330,3.726,331,4.16]],["tags/19",[]],["title/20",[163,0.955]],["content/20",[163,1.088,332,2.67,333,5.867,334,5.867,335,5.867]],["tags/20",[]],["title/21",[336,4.446]],["content/21",[2,1.172,3,0.538,4,0.345,29,2.722,44,0.131,47,1.253,141,1.399,154,1.124,189,0.967,235,2.112,336,3.602,337,5.536,338,5.536,339,4.172,340,2.236]],["tags/21",[]],["title/22",[341,4.342,342,4.342]],["content/22",[]],["tags/22",[]],["title/23",[44,0.066,189,0.766,193,2.557,340,1.772]],["content/23",[0,1.606,2,1.003,3,0.545,4,0.315,21,1.349,44,0.128,66,1.766,113,2.698,122,1.986,153,2.48,154,1.149,165,2.276,180,2.698,189,1.135,193,3.788,235,1.766,308,1.87,332,1.587,340,2.625,343,2.698,344,3.788,345,3.489,346,3.489,347,3.489,348,3.489,349,3.489,350,3.489,351,3.489]],["tags/23",[]],["title/24",[44,0.074,352,3.241,353,2.012]],["content/24",[3,0.51,4,0.306,40,0.701,43,1.332,47,1.28,75,2.042,91,0.865,97,2.042,104,1.844,106,1.598,112,2.779,344,3.294,352,3.678,353,2.283,354,4.26,355,3.008,356,4.26,357,4.26,358,4.26,359,4.26,360,4.26,361,4.26,362,4.26,363,3.678]],["tags/24",[]],["title/25",[4,0.13,36,1.215,45,1.049,48,2.064,91,0.542,98,1.52]],["content/25",[0,1.992,2,0.853,3,0.391,4,0.325,11,3.726,36,2.765,44,0.096,45,1.894,141,1.218,153,3.076,154,0.978,318,4.16,344,3.726,364,4.818,365,4.818]],["tags/25",[]],["title/26",[366,4.342,367,3.358]],["content/26",[0,1.701,3,0.422,5,4.921,47,1.911,50,4.493,110,2.781,148,4.013,332,2.361,368,5.189,369,5.189,370,5.189]],["tags/26",[]],["title/1",[40,0.643]],["content/1",[]],["tags/1",[]],["title/2",[53,2.473,371,3.749]],["content/2",[2,0.696,3,0.319,4,0.192,18,3.038,21,1.66,44,0.12,50,2.774,61,1.788,64,2.106,66,2.691,72,1.344,154,0.798,163,0.729,167,3.028,179,2.106,189,1.232,371,4.591,372,3.929,373,3.929,374,6.027,375,6.027,376,3.392,377,3.392,378,3.392,379,3.929,380,2.563]],["tags/2",[]],["title/3",[53,2.473,286,3.358]],["content/3",[2,0.853,3,0.494,4,0.235,44,0.132,61,2.193,64,2.582,66,2.439,72,1.218,91,0.978,151,3.402,154,0.978,163,0.894,179,2.582,184,3.726,189,1.408,286,3.726]],["tags/3",[]],["title/4",[367,3.358,381,3.749]],["content/4",[2,0.814,3,0.374,4,0.224,44,0.136,72,1.162,104,1.99,111,3.585,112,3.848,116,3.557,141,1.162,154,0.934,163,0.853,189,1.367,381,3.971,382,2.093,383,3.971,384,4.599,385,4.599]],["tags/4",[]],["title/5",[386,3.358,387,3.749]],["content/5",[0,1.474,2,0.796,3,0.472,4,0.284,12,2.561,21,1.239,44,0.14,66,2.276,72,1.136,154,1.18,163,0.834,189,1.347,388,3.175,389,3.175,390,3.882,391,3.882,392,3.882,393,3.882]],["tags/5",[]],["title/6",[3,0.353,394,3.358]],["content/6",[2,0.853,3,0.494,4,0.235,44,0.132,71,2.928,72,1.218,111,2.928,154,0.978,163,0.894,189,1.408,382,2.193,395,4.818,396,4.818,397,4.16,398,4.818,399,4.16]],["tags/6",[]],["title/7",[43,0.922,121,3.066]],["content/7",[2,0.885,3,0.406,4,0.244,44,0.14,71,3.037,72,1.263,104,2.162,111,3.037,121,3.528,154,1.014,163,0.927,189,1.44,400,4.997]],["tags/7",[]],["title/8",[53,2.473,401,3.749]],["content/8",[2,0.814,3,0.374,4,0.224,29,3,44,0.129,54,2.619,61,2.093,64,2.465,72,1.162,121,3.247,154,0.934,163,0.853,179,2.465,189,1.367,377,3.971,378,3.971,394,3.557,399,3.971,401,3.971,402,3.971,403,4.599]],["tags/8",[]],["title/9",[43,0.922,245,2.473]],["content/9",[2,0.864,3,0.396,4,0.238,21,1.343,29,3.181,44,0.133,90,3.443,91,0.99,104,2.11,154,0.99,163,0.904,189,1.418,245,3.486,404,4.876,405,4.21]],["tags/9",[]],["title/10",[43,0.922,246,2.639]],["content/10",[2,0.864,3,0.396,4,0.238,21,1.343,29,3.181,44,0.139,72,1.232,91,0.99,154,0.99,163,0.904,189,1.418,246,3.72,382,2.219,406,3.771]],["tags/10",[]],["title/11",[43,0.922,407,4.342]],["content/11",[2,0.703,3,0.322,4,0.194,12,2.259,44,0.141,71,2.411,72,1.003,109,2.008,154,0.805,158,5.598,163,0.736,189,1.24,329,5.23,380,2.588,408,3.968,409,3.068,410,3.968,411,3.968,412,3.968,413,3.968,414,3.968,415,3.968,416,3.968,417,3.425,418,3.425,419,3.425]],["tags/11",[]],["title/12",[40,0.542,238,2.639]],["content/12",[21,1.487,40,0.814,54,3.073,153,2.732,238,3.28,301,3.811,332,2.456,420,4.174,421,3.28,422,3.521]],["tags/12",[]],["title/13",[423,3.982]],["content/13",[0,1.869,97,2.733,141,1.441,424,4.922,425,4.922,426,4.922,427,4.922]],["tags/13",[]],["title/14",[40,0.304,42,1.305,43,0.797,44,0.048,428,2.102,429,1.719]],["content/14",[3,0.505,4,0.336,13,2.112,20,2.535,40,0.691,43,0.885,47,1.253,49,3.226,51,1.815,75,2,90,2.946,91,0.847,106,1.565,123,3.226,141,1.054,251,3.226,428,3.602,430,3.226,431,3.602,432,2.722,433,3.226,434,2.722,435,2.946,436,3.602,437,2.946]],["tags/14",[]],["title/15",[40,0.259,43,0.702,44,0.041,429,1.462,438,1.788,439,1.462,440,2.336]],["content/15",[0,1.402,3,0.488,4,0.274,13,2.165,21,0.796,28,2.292,40,0.534,42,1.549,43,0.908,44,0.085,47,0.868,51,1.669,57,2.041,69,1.756,75,1.386,91,1.142,98,1.646,104,1.251,108,2.235,109,2.848,124,2.599,129,2.041,130,2.235,131,2.235,141,0.73,142,2.235,191,2.235,195,2.041,196,1.886,243,2.041,308,2.292,317,3.308,434,1.886,435,2.041,437,2.041,438,2.495,439,2.041,440,2.041,441,2.495,442,2.495,443,2.599,444,2.495,445,2.041,446,1.463,447,2.495,448,2.495,449,2.495,450,2.495,451,3.693,452,2.495]],["tags/15",[]],["title/16",[40,0.304,43,0.517,44,0.048,132,1.003,429,1.719,453,2.434,454,2.102]],["content/16",[1,3.294,4,0.208,13,2.841,20,2.589,24,3.008,25,3.008,45,1.674,51,1.84,58,3.008,69,2.589,70,3.008,75,2.042,82,3.963,91,0.865,97,2.042,98,2.426,124,2.589,132,1.756,239,3.294,327,3.294,332,1.939,443,2.589,446,2.156,455,3.678,456,3.678,457,3.678,458,3.678,459,2.589]],["tags/16",[]],["title/17",[40,0.369,44,0.059,195,2.085,247,2.085,429,2.085]],["content/17",[0,1.934,4,0.224,36,2.684,40,0.574,47,1.382,51,1.934,97,2.205,106,2.213,139,3,141,1.162,195,4.165,196,3,285,3.557,332,2.093,343,3.557,443,2.795,446,2.328,459,2.795,460,3.971]],["tags/17",[]],["title/31",[40,0.643]],["content/31",[]],["tags/31",[]],["title/32",[53,2.473,233,3.066]],["content/32",[2,0.717,3,0.329,4,0.298,19,3.83,44,0.142,61,1.842,64,2.169,72,1.371,91,1.101,154,0.822,163,0.751,179,2.169,187,2.459,233,3.83,292,4.683,340,3.279,382,1.842,388,2.858,389,2.858,461,3.494,462,3.494]],["tags/32",[]],["title/33",[4,0.212,43,0.922]],["content/33",[2,0.788,3,0.469,4,0.313,44,0.145,71,2.703,72,1.124,104,2.498,141,1.124,154,0.903,163,0.825,235,2.251,340,3.094,382,2.024,463,3.14,464,4.448,465,4.448]],["tags/33",[]],["title/34",[43,0.702,44,0.066,330,2.557,367,2.557]],["content/34",[2,0.646,3,0.41,4,0.246,14,2.819,20,2.216,25,3.567,44,0.138,47,1.741,58,2.574,72,0.921,82,2.574,104,2.844,106,1.368,122,2.877,141,0.921,154,0.74,163,0.676,330,4.84,340,2.707,353,1.954,382,1.659,402,3.148,462,3.148,463,2.574,466,3.646,467,2.378,468,3.646]],["tags/34",[]],["title/35",[43,0.922,463,3.066]],["content/35",[2,0.843,3,0.387,4,0.323,44,0.142,71,2.894,72,1.203,104,2.061,154,0.967,163,0.883,235,2.41,340,3.232,463,3.362,469,4.762,470,4.762]],["tags/35",[]],["title/36",[40,0.542,238,2.639]],["content/36",[21,1.487,40,0.814,54,3.073,153,2.732,238,3.28,301,3.811,332,2.456,420,4.174,421,3.28,422,3.521]],["tags/36",[]],["title/37",[423,3.982]],["content/37",[0,1.869,97,2.733,141,1.441,424,4.922,425,4.922,426,4.922,427,4.922]],["tags/37",[]],["title/38",[40,0.304,42,1.305,43,0.797,44,0.048,471,2.102,472,1.719]],["content/38",[3,0.505,4,0.336,13,2.112,20,2.535,40,0.691,43,0.885,47,1.253,49,3.226,51,1.815,75,2,90,2.946,91,0.847,106,1.565,123,3.226,141,1.054,251,3.226,430,3.226,431,3.602,432,2.722,433,3.226,434,2.722,435,2.946,436,3.602,437,2.946,471,3.602]],["tags/38",[]],["title/39",[40,0.259,43,0.702,44,0.041,439,1.462,440,2.336,472,1.462,473,1.788]],["content/39",[0,1.402,3,0.488,4,0.274,13,2.165,21,0.796,28,2.292,40,0.534,42,1.549,43,0.908,44,0.085,47,0.868,51,1.669,57,2.041,69,1.756,75,1.386,91,1.142,98,1.646,104,1.251,108,2.235,109,2.848,124,2.599,129,2.041,130,2.235,131,2.235,141,0.73,142,2.235,191,2.235,194,1.756,196,1.886,243,2.041,308,2.292,317,3.308,434,1.886,435,2.041,437,2.041,439,2.041,440,2.041,441,2.495,442,2.495,443,2.599,444,2.495,445,2.041,446,1.463,447,2.495,448,2.495,449,2.495,450,2.495,451,3.693,452,2.495,473,2.495]],["tags/39",[]],["title/40",[40,0.304,43,0.517,44,0.048,132,1.003,454,2.102,472,1.719,474,2.434]],["content/40",[1,3.294,4,0.208,13,2.841,20,2.589,24,3.008,25,3.008,45,1.674,51,1.84,58,3.008,69,2.589,70,3.008,75,2.042,82,3.963,91,0.865,97,2.042,98,2.426,124,2.589,132,1.756,239,3.294,327,3.294,332,1.939,443,2.589,446,2.156,455,3.678,456,3.678,457,3.678,458,3.678,459,2.589]],["tags/40",[]],["title/41",[40,0.369,44,0.059,194,1.795,247,2.085,472,2.085]],["content/41",[0,1.934,4,0.224,36,2.684,40,0.574,47,1.382,51,1.934,97,2.205,106,2.213,139,3,141,1.162,194,3.585,196,3,285,3.557,332,2.093,343,3.557,443,2.795,446,2.328,459,2.795,460,3.971]],["tags/41",[]],["title/42",[40,0.542,238,2.639]],["content/42",[]],["tags/42",[]],["title/43",[386,3.358,387,3.749]],["content/43",[0,1.24,2,0.67,3,0.421,4,0.253,12,2.154,21,1.042,37,2.925,40,0.472,44,0.142,66,1.914,72,0.956,106,1.419,154,1.052,163,0.701,189,1.369,386,4.007,388,2.67,389,4.173,390,4.473,391,3.265,392,3.265,393,3.265,432,2.467,467,2.467,475,3.265,476,3.265,477,3.782]],["tags/43",[]],["title/44",[3,0.269,43,0.702,44,0.066,91,0.671]],["content/44",[2,0.71,3,0.529,4,0.297,21,1.104,40,0.673,43,1.144,44,0.121,61,1.823,72,1.013,91,1.094,97,1.921,106,2.022,154,0.813,163,0.743,167,2.282,189,1.248,332,1.823,353,2.888,355,2.829,382,1.823,406,3.099,409,3.099,459,2.435,478,3.099]],["tags/44",[]],["title/45",[3,0.269,43,0.702,44,0.066,268,2.854]],["content/45",[2,0.853,3,0.391,4,0.235,44,0.139,72,1.535,91,1.351,122,2.744,141,1.218,154,0.978,163,0.894,189,1.408,382,2.193,479,4.818]],["tags/45",[]],["title/46",[21,0.911,44,0.066,325,2.009,422,2.157]],["content/46",[2,0.731,3,0.336,4,0.301,21,1.703,44,0.131,72,1.044,91,1.116,104,1.787,109,2.09,154,0.838,163,0.766,189,1.432,325,3.341,421,2.51,432,3.587,480,3.194,481,3.565,482,4.13,483,4.13,484,5.498,485,3.565]],["tags/46",[]],["title/47",[44,0.066,486,3.306,487,3.306,488,3.306]],["content/47",[2,0.961,3,0.329,4,0.197,21,1.115,40,0.505,44,0.144,45,1.591,51,1.327,72,1.371,153,2.048,154,1.101,189,1.257,388,2.858,421,2.459,422,2.64,423,3.13,446,2.048,476,4.683,489,4.047,490,5.424,491,4.047,492,4.047,493,4.047]],["tags/47",[]],["title/48",[44,0.066,53,1.882,91,0.671,494,2.854]],["content/48",[2,0.657,3,0.302,4,0.181,21,1.409,44,0.147,45,2.011,51,1.677,56,3.205,64,1.99,72,0.938,79,2.742,91,1.188,154,0.754,163,0.689,189,1.185,282,3.337,308,1.99,382,1.689,446,1.879,495,3.713,496,3.205,497,2.621,498,5.116,499,3.713,500,3.713,501,3.713]],["tags/48",[]],["title/49",[53,2.473,353,2.327]],["content/49",[2,0.602,3,0.493,4,0.324,40,0.601,43,1.021,44,0.136,47,1.445,61,2.189,64,1.822,72,0.859,91,0.977,106,2.278,139,2.219,141,0.859,154,0.69,163,0.631,235,1.721,245,1.936,246,2.067,289,2.936,340,2.579,355,3.397,380,2.219,461,2.936,467,2.219,502,4.811,503,3.401,504,3.401,505,3.401,506,3.401]],["tags/49",[]],["title/50",[44,0.086,91,0.6,269,2.284,281,1.927]],["content/50",[2,0.429,3,0.304,4,0.223,21,1.26,28,2.006,40,0.643,43,0.514,44,0.125,47,0.728,54,1.38,61,1.103,72,0.612,91,1.044,97,1.162,106,0.909,117,1.581,118,1.874,122,2.131,126,2.092,132,0.999,141,0.946,144,2.643,154,0.492,163,0.449,167,2.131,189,1.06,245,1.38,281,3.356,282,1.581,308,3.284,331,2.092,332,1.103,353,2.006,363,2.092,380,1.581,382,1.103,405,2.092,409,1.874,434,1.581,459,1.472,497,2.643,507,2.423,508,2.092,509,3.743,510,2.423,511,2.092,512,2.894,513,1.472,514,2.092,515,2.092,516,3.231,517,3.231,518,2.092,519,2.092,520,2.092,521,2.092,522,2.092,523,2.423,524,2.092,525,1.874,526,1.874,527,2.423,528,2.423]],["tags/50",[]],["title/51",[2,0.473,44,0.053,132,1.1,480,2.064,529,2.304,530,2.669]],["content/51",[0,1.288,2,0.696,3,0.319,4,0.192,14,3.038,40,0.664,44,0.128,51,1.288,66,1.989,72,0.993,106,1.474,132,1.619,141,0.993,154,0.798,163,0.729,187,2.388,189,1.232,380,2.563,382,1.788,389,2.774,418,3.392,419,3.392,421,2.388,430,3.038,432,3.469,446,1.989,480,4.112,485,3.392,529,3.392,531,3.392,532,3.929,533,3.929]],["tags/51",[]],["title/52",[43,0.922,109,2.198]],["content/52",[2,0.779,3,0.357,4,0.215,12,2.505,21,1.212,44,0.139,66,2.227,72,1.112,91,0.893,106,1.65,109,2.901,154,0.893,163,0.816,189,1.328,325,3.483,406,3.402,417,3.798,534,4.399,535,4.399,536,3.798,537,4.399]],["tags/52",[]],["title/53",[40,0.643]],["content/53",[4,0.31,21,1.429,40,0.86,47,1.559,54,2.955,153,2.627,235,2.627,301,3.664,420,4.013,421,3.153,422,3.385]],["tags/53",[]],["title/27",[44,0.074,467,2.449,538,3.241]],["content/27",[]],["tags/27",[]],["title/28",[91,0.882,513,2.639]],["content/28",[3,0.361,4,0.299,19,2.148,40,0.72,43,0.646,44,0.114,47,0.914,61,2.021,91,1.376,106,1.968,117,1.985,127,2.148,132,1.831,141,0.769,153,1.54,179,1.631,243,2.148,282,2.898,353,2.38,355,2.148,397,2.627,445,2.148,478,2.353,512,2.353,513,1.849,524,2.627,525,3.435,526,3.435,539,3.043,540,5.246,541,4.98,542,3.043,543,3.043,544,3.043,545,3.835,546,2.627,547,2.627]],["tags/28",[]],["title/29",[467,2.833,538,3.749]],["content/29",[3,0.433,4,0.26,13,0.975,21,1.247,28,1.033,37,1.49,40,0.753,43,0.835,44,0.062,45,0.757,47,0.579,54,1.097,61,1.421,75,0.924,86,1.171,91,1.185,106,1.866,109,1.992,111,1.897,112,1.257,117,1.257,122,2.241,127,2.204,132,0.794,141,1.257,143,1.663,144,3.195,153,0.975,179,1.673,187,1.171,242,1.663,269,2.414,282,1.257,308,2.425,316,2.695,325,1.171,353,1.673,376,1.663,383,1.663,394,1.49,433,1.49,445,1.36,475,1.663,478,1.49,481,1.663,494,1.663,496,2.695,497,1.36,508,1.663,511,1.663,512,2.414,513,1.897,525,1.49,526,1.49,531,1.663,536,1.663,541,3.398,545,2.695,546,1.663,547,1.663,548,1.927,549,1.927,550,1.927,551,1.927,552,1.927,553,1.927,554,1.927,555,1.927,556,1.927,557,1.927,558,1.927,559,1.927,560,1.927,561,1.927,562,1.927,563,1.927,564,1.927,565,1.927,566,1.927,567,1.927,568,1.927,569,1.927,570,1.927,571,1.927]],["tags/29",[]],["title/30",[281,2.833,513,2.639]],["content/30",[28,1.954,40,0.782,44,0.13,91,0.74,109,1.845,118,2.819,124,2.216,141,0.921,144,4.801,281,2.378,308,3.522,497,2.574,513,3.07,514,4.361,515,4.361,516,5.005,517,5.005,518,3.148,519,3.148,520,3.148,521,3.148,522,3.148,572,3.646,573,3.646]],["tags/30",[]]],"invertedIndex":[["",{"_index":44,"title":{"14":{},"15":{},"16":{},"17":{},"23":{},"24":{},"27":{},"34":{},"38":{},"39":{},"40":{},"41":{},"44":{},"45":{},"46":{},"47":{},"48":{},"50":{},"51":{}},"content":{"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"15":{},"21":{},"23":{},"25":{},"28":{},"29":{},"30":{},"32":{},"33":{},"34":{},"35":{},"39":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"55":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{}},"tags":{}}],["0",{"_index":86,"title":{},"content":{"29":{},"55":{},"57":{},"58":{},"59":{},"62":{}},"tags":{}}],["0${month[0",{"_index":178,"title":{},"content":{"58":{},"59":{}},"tags":{}}],["01",{"_index":183,"title":{},"content":{"58":{},"59":{}},"tags":{}}],["0s",{"_index":377,"title":{},"content":{"2":{},"8":{}},"tags":{}}],["1",{"_index":84,"title":{},"content":{"55":{},"58":{},"59":{},"60":{},"62":{}},"tags":{}}],["1,2345,6789",{"_index":416,"title":{},"content":{"11":{}},"tags":{}}],["1000",{"_index":499,"title":{},"content":{"48":{}},"tags":{}}],["111,222",{"_index":253,"title":{},"content":{"62":{}},"tags":{}}],["12",{"_index":184,"title":{},"content":{"3":{},"58":{},"59":{}},"tags":{}}],["12,34,56,789",{"_index":413,"title":{},"content":{"11":{}},"tags":{}}],["123,456,789",{"_index":410,"title":{},"content":{"11":{}},"tags":{}}],["1].match(/\\d",{"_index":95,"title":{},"content":{"55":{}},"tags":{}}],["1st",{"_index":435,"title":{},"content":{"14":{},"15":{},"38":{},"39":{}},"tags":{}}],["2",{"_index":172,"title":{},"content":{"58":{},"59":{}},"tags":{}}],["23,234,235.56",{"_index":539,"title":{},"content":{"28":{}},"tags":{}}],["23234235.56",{"_index":540,"title":{},"content":{"28":{}},"tags":{}}],["2nd",{"_index":437,"title":{},"content":{"14":{},"15":{},"38":{},"39":{}},"tags":{}}],["3rd",{"_index":452,"title":{},"content":{"15":{},"39":{}},"tags":{}}],["4",{"_index":175,"title":{},"content":{"58":{},"59":{}},"tags":{}}],["5.2.0",{"_index":504,"title":{},"content":{"49":{}},"tags":{}}],["9",{"_index":107,"title":{},"content":{"55":{}},"tags":{}}],["_format",{"_index":203,"title":{},"content":{"59":{},"60":{},"61":{},"62":{}},"tags":{}}],["_ischaractersam",{"_index":219,"title":{},"content":{"60":{}},"tags":{}}],["_onkeydown",{"_index":295,"title":{},"content":{"62":{}},"tags":{}}],["_onvaluechang",{"_index":280,"title":{},"content":{"62":{}},"tags":{}}],["_removeformat",{"_index":213,"title":{},"content":{"60":{}},"tags":{}}],["_val",{"_index":209,"title":{},"content":{"60":{}},"tags":{}}],["_val.replace(/\\d/g",{"_index":211,"title":{},"content":{"60":{}},"tags":{}}],["abil",{"_index":364,"title":{},"content":{"25":{}},"tags":{}}],["accept",{"_index":420,"title":{},"content":{"12":{},"36":{},"53":{}},"tags":{}}],["access",{"_index":507,"title":{},"content":{"50":{}},"tags":{}}],["accordingli",{"_index":33,"title":{},"content":{"55":{}},"tags":{}}],["achiev",{"_index":242,"title":{},"content":{"29":{},"61":{}},"tags":{}}],["ad",{"_index":531,"title":{},"content":{"29":{},"51":{}},"tags":{}}],["add",{"_index":29,"title":{},"content":{"8":{},"9":{},"10":{},"21":{},"55":{}},"tags":{}}],["addit",{"_index":108,"title":{},"content":{"15":{},"39":{},"55":{}},"tags":{}}],["ahead",{"_index":256,"title":{},"content":{"62":{}},"tags":{}}],["allow",{"_index":66,"title":{},"content":{"2":{},"3":{},"5":{},"23":{},"43":{},"51":{},"52":{},"55":{},"58":{}},"tags":{}}],["alloweddecimalsepar",{"_index":381,"title":{"4":{}},"content":{"4":{}},"tags":{}}],["allowemptyformat",{"_index":233,"title":{"32":{},"61":{}},"content":{"32":{},"61":{}},"tags":{}}],["allowleadingzero",{"_index":371,"title":{"2":{}},"content":{"2":{}},"tags":{}}],["allowneg",{"_index":286,"title":{"3":{}},"content":{"3":{},"62":{}},"tags":{}}],["alway",{"_index":289,"title":{},"content":{"49":{},"62":{}},"tags":{}}],["anoth",{"_index":164,"title":{},"content":{"57":{},"59":{}},"tags":{}}],["anyth",{"_index":305,"title":{},"content":{"62":{}},"tags":{}}],["apart",{"_index":138,"title":{},"content":{"55":{}},"tags":{}}],["app",{"_index":491,"title":{},"content":{"47":{}},"tags":{}}],["appli",{"_index":19,"title":{},"content":{"28":{},"32":{},"55":{},"58":{}},"tags":{}}],["applic",{"_index":251,"title":{},"content":{"14":{},"38":{},"62":{}},"tags":{}}],["argument",{"_index":508,"title":{},"content":{"29":{},"50":{}},"tags":{}}],["array",{"_index":58,"title":{},"content":{"16":{},"34":{},"40":{},"55":{}},"tags":{}}],["array.from",{"_index":81,"title":{},"content":{"55":{}},"tags":{}}],["array{value} NumericFormat and PatternFormat","sectionRoute":"/react-number-format/docs/migration#numberformat---numericformat-and-patternformat","type":"docs"},{"id":28,"pageTitle":"","sectionTitle":"isNumericString -> valueIsNumericString","sectionRoute":"/react-number-format/docs/migration#isnumericstring---valueisnumericstring","type":"docs"},{"id":29,"pageTitle":"","sectionTitle":"Function values for format and removeFormatting are handled in NumberFormatBase.","sectionRoute":"/react-number-format/docs/migration#function-values-for-format-and-removeformatting-are-handled-in-numberformatbase","type":"docs"},{"id":30,"pageTitle":"","sectionTitle":"customNumerals Array","sectionRoute":"/react-number-format/docs/migration#customnumerals-arraystring","type":"docs"},{"id":35,"pageTitle":"","sectionTitle":"Props","sectionRoute":"/react-number-format/docs/numeric_format","type":"docs"},{"id":36,"pageTitle":"","sectionTitle":"allowLeadingZeros boolean","sectionRoute":"/react-number-format/docs/numeric_format#allowleadingzeros-boolean","type":"docs"},{"id":37,"pageTitle":"","sectionTitle":"allowNegative boolean","sectionRoute":"/react-number-format/docs/numeric_format#allownegative-boolean","type":"docs"},{"id":38,"pageTitle":"","sectionTitle":"allowedDecimalSeparators Array","sectionRoute":"/react-number-format/docs/numeric_format#alloweddecimalseparators-arraystring","type":"docs"},{"id":39,"pageTitle":"","sectionTitle":"customInput React.Component","sectionRoute":"/react-number-format/docs/numeric_format#custominput-reactcomponentany","type":"docs"},{"id":40,"pageTitle":"","sectionTitle":"decimalScale number","sectionRoute":"/react-number-format/docs/numeric_format#decimalscale-number","type":"docs"},{"id":41,"pageTitle":"","sectionTitle":"decimalSeparator string","sectionRoute":"/react-number-format/docs/numeric_format#decimalseparator-string","type":"docs"},{"id":42,"pageTitle":"","sectionTitle":"fixedDecimalScale boolean","sectionRoute":"/react-number-format/docs/numeric_format#fixeddecimalscale-boolean","type":"docs"},{"id":43,"pageTitle":"","sectionTitle":"prefix string","sectionRoute":"/react-number-format/docs/numeric_format#prefix-string","type":"docs"},{"id":44,"pageTitle":"","sectionTitle":"suffix string","sectionRoute":"/react-number-format/docs/numeric_format#suffix-string","type":"docs"},{"id":45,"pageTitle":"","sectionTitle":"thousandsGroupStyle string","sectionRoute":"/react-number-format/docs/numeric_format#thousandsgroupstyle-string","type":"docs"},{"id":46,"pageTitle":"","sectionTitle":"Common Props","sectionRoute":"/react-number-format/docs/numeric_format#common-props","type":"docs"},{"id":47,"pageTitle":"","sectionTitle":"Other exports","sectionRoute":"/react-number-format/docs/numeric_format#other-exports","type":"docs"},{"id":48,"pageTitle":"","sectionTitle":"numericFormatter (numString: string, props: NumericFormatProps) => string","sectionRoute":"/react-number-format/docs/numeric_format#numericformatter-numstring-string-props-numericformatprops--string","type":"docs"},{"id":49,"pageTitle":"","sectionTitle":"removeNumericFormat (inputValue: string, changeMeta: ChangeMeta, props: NumericFormatProps) => string","sectionRoute":"/react-number-format/docs/numeric_format#removenumericformat-inputvalue-string-changemeta-changemeta-props-numericformatprops--string","type":"docs"},{"id":50,"pageTitle":"","sectionTitle":"getNumericCaretBoundary (formattedValue: string, props: NumericFormatProps) => Array","sectionRoute":"/react-number-format/docs/numeric_format#getnumericcaretboundary-formattedvalue-string-props-numericformatprops--arrayboolean","type":"docs"},{"id":51,"pageTitle":"","sectionTitle":"useNumericFormat: (props: NumericFormatProps) => NumberFormatBaseProps","sectionRoute":"/react-number-format/docs/numeric_format#usenumericformat-props-numericformatprops--numberformatbaseprops","type":"docs"},{"id":52,"pageTitle":"","sectionTitle":"Props","sectionRoute":"/react-number-format/docs/pattern_format","type":"docs"},{"id":53,"pageTitle":"","sectionTitle":"allowEmptyFormatting boolean","sectionRoute":"/react-number-format/docs/pattern_format#allowemptyformatting-boolean","type":"docs"},{"id":54,"pageTitle":"","sectionTitle":"format string","sectionRoute":"/react-number-format/docs/pattern_format#format-string","type":"docs"},{"id":55,"pageTitle":"","sectionTitle":"mask string | Array","sectionRoute":"/react-number-format/docs/pattern_format#mask-string--arraystring","type":"docs"},{"id":56,"pageTitle":"","sectionTitle":"patternChar string","sectionRoute":"/react-number-format/docs/pattern_format#patternchar-string","type":"docs"},{"id":57,"pageTitle":"","sectionTitle":"Common Props","sectionRoute":"/react-number-format/docs/pattern_format#common-props","type":"docs"},{"id":58,"pageTitle":"","sectionTitle":"Other exports","sectionRoute":"/react-number-format/docs/pattern_format#other-exports","type":"docs"},{"id":59,"pageTitle":"","sectionTitle":"patternFormatter (numString: string, props: PatternFormatProps) => string","sectionRoute":"/react-number-format/docs/pattern_format#patternformatter-numstring-string-props-patternformatprops--string","type":"docs"},{"id":60,"pageTitle":"","sectionTitle":"removePatternFormat (inputValue: string, changeMeta: ChangeMeta, props: PatternFormatProps) => string","sectionRoute":"/react-number-format/docs/pattern_format#removepatternformat-inputvalue-string-changemeta-changemeta-props-patternformatprops--string","type":"docs"},{"id":61,"pageTitle":"","sectionTitle":"getPatternCaretBoundary (formattedValue: string, props: PatternFormatProps) => Array","sectionRoute":"/react-number-format/docs/pattern_format#getpatterncaretboundary-formattedvalue-string-props-patternformatprops--arrayboolean","type":"docs"},{"id":62,"pageTitle":"","sectionTitle":"usePatternFormat: (props: PatternFormatProps) => NumberFormatBaseProps","sectionRoute":"/react-number-format/docs/pattern_format#usepatternformat-props-patternformatprops--numberformatbaseprops","type":"docs"},{"id":5,"pageTitle":"","sectionTitle":"Common Props","sectionRoute":"/react-number-format/docs/props","type":"docs"},{"id":6,"pageTitle":"","sectionTitle":"customInput React.Component","sectionRoute":"/react-number-format/docs/props#custominput-reactcomponentany","type":"docs"},{"id":7,"pageTitle":"","sectionTitle":"value number | string","sectionRoute":"/react-number-format/docs/props#value-number--string","type":"docs"},{"id":8,"pageTitle":"","sectionTitle":"defaultValue number | string","sectionRoute":"/react-number-format/docs/props#defaultvalue-number--string","type":"docs"},{"id":9,"pageTitle":"","sectionTitle":"displayType text | input","sectionRoute":"/react-number-format/docs/props#displaytype-text--input","type":"docs"},{"id":10,"pageTitle":"","sectionTitle":"getInputRef elm => void","sectionRoute":"/react-number-format/docs/props#getinputref-elm--void","type":"docs"},{"id":11,"pageTitle":"","sectionTitle":"isAllowed (values) => boolean","sectionRoute":"/react-number-format/docs/props#isallowed-values--boolean","type":"docs"},{"id":12,"pageTitle":"","sectionTitle":"valueIsNumericString boolean","sectionRoute":"/react-number-format/docs/props#valueisnumericstring-boolean","type":"docs"},{"id":13,"pageTitle":"","sectionTitle":"onValueChange (values, sourceInfo) => {}","sectionRoute":"/react-number-format/docs/props#onvaluechange-values-sourceinfo--","type":"docs"},{"id":14,"pageTitle":"","sectionTitle":"renderText (formattedValue, customProps) => React Element","sectionRoute":"/react-number-format/docs/props#rendertext-formattedvalue-customprops--react-element","type":"docs"},{"id":15,"pageTitle":"","sectionTitle":"type string","sectionRoute":"/react-number-format/docs/props#type-string","type":"docs"},{"id":16,"pageTitle":"","sectionTitle":"Other Props","sectionRoute":"/react-number-format/docs/props#other-props","type":"docs"},{"id":31,"pageTitle":"","sectionTitle":"Notes & Quirks","sectionRoute":"/react-number-format/docs/quirks","type":"docs"},{"id":32,"pageTitle":"","sectionTitle":"Values object","sectionRoute":"/react-number-format/docs/quirks#values-object","type":"docs"},{"id":33,"pageTitle":"","sectionTitle":"Notes and quirks","sectionRoute":"/react-number-format/docs/quirks#notes-and-quirks","type":"docs"},{"id":34,"pageTitle":"","sectionTitle":"SourceInfo object","sectionRoute":"/react-number-format/docs/quirks#sourceinfo-object","type":"docs"}],"index":{"version":"2.3.9","fields":["title","content","tags"],"fieldVectors":[["title/17",[0,1.688]],["content/17",[]],["tags/17",[]],["title/18",[1,3.982]],["content/18",[0,1.037,2,0.465,3,0.323,4,0.281,5,0.859,6,1.111,7,1.111,8,1.111,9,1.111,10,0.96,11,0.859,12,0.633,13,2.014,14,2.03,15,1.111,16,1.111,17,0.96,18,1.514,19,1.383,20,0.675,21,0.539,22,1.958,23,1.111,24,2.81,25,3.033,26,1.958,27,1.111,28,1.695,29,0.725,30,1.111,31,0.96,32,1.958,33,1.111,34,1.111,35,1.111,36,0.506,37,0.859,38,1.111,39,1.111,40,0.328,41,1.111,42,0.596,43,1.17,44,0.133,45,1.418,46,1.111,47,1.195,48,0.859,49,1.514,50,0.785,51,0.861,52,1.958,53,2.054,54,0.633,55,1.514,56,1.691,57,0.785,58,0.785,59,3.163,60,1.111,61,0.891,62,1.111,63,1.111,64,0.596,65,1.111,66,1.601,67,1.111,68,1.111,69,1.595,70,1.383,71,1.19,72,0.495,73,1.111,74,1.111,75,1.258,76,1.111,77,1.111,78,1.111,79,0.596,80,1.958,81,1.111,82,0.785,83,1.111,84,0.725,85,1.111,86,1.19,87,1.958,88,1.111,89,1.111,90,1.383,91,0.732,92,1.111,93,1.111,94,1.111,95,1.111,96,1.111,97,0.533,98,1.115,99,1.111,100,1.111,101,1.111,102,1.111,103,1.111,104,1.859,105,1.111,106,0.417,107,1.111,108,0.859,109,0.991,110,1.049,111,1.19,112,1.277,113,0.859,114,0.96,115,2.625,116,1.514,117,1.712,118,0.859,119,1.111,120,1.111,121,0.785,122,0.633,123,0.859,124,0.675,125,0.96,126,0.96,127,0.785,128,1.691,129,1.383,130,0.859,131,0.859,132,0.807,133,0.96,134,1.958,135,0.96,136,1.111,137,1.111,138,1.111,139,0.725,140,1.111,141,0.495,142,0.859,143,0.96,144,0.785,145,1.111,146,1.111]],["tags/18",[]],["title/19",[110,2.76]],["content/19",[3,0.553,4,0.306,12,2.881,13,2.561,57,3.572,110,2.711,111,3.075,141,1.278,147,5.059,148,3.913,149,4.368,150,5.059,151,3.572]],["tags/19",[]],["title/20",[4,0.183,152,3.754,153,1.9]],["content/20",[2,0.657,3,0.302,4,0.25,36,2.328,40,0.464,42,2.742,44,0.149,45,1.459,51,1.919,79,1.99,86,2.256,110,1.99,113,3.956,154,0.754,155,3.713,156,3.713,157,3.713,158,3.205,159,3.713,160,3.713,161,2.871,162,3.205,163,0.689,164,3.205,165,2.422,166,2.621,167,2.114]],["tags/20",[]],["title/21",[165,2.449,166,2.651,167,2.138]],["content/21",[0,0.785,2,0.424,3,0.195,4,0.181,19,1.691,36,2.066,40,0.299,44,0.152,45,0.941,51,1.488,55,1.851,66,1.212,69,1.455,79,1.988,84,2.419,86,1.455,110,1.283,122,1.363,127,1.691,141,0.605,154,0.486,162,2.067,163,0.444,165,1.562,166,1.691,167,1.363,168,2.067,169,2.868,170,4.413,171,2.067,172,3.202,173,2.067,174,2.067,175,2.067,176,3.202,177,2.067,178,2.067,179,1.283,180,1.851,181,2.067,182,3.202,183,2.067,184,2.868,185,2.394,186,2.394,187,1.455,188,2.067,189,0.555,190,2.394,191,1.851,192,3.202,193,1.851,194,1.455,195,1.691,196,1.562,197,2.394,198,2.394,199,2.394]],["tags/21",[]],["title/22",[165,2.157,166,2.334,167,1.882,194,2.009]],["content/22",[0,0.84,4,0.191,12,1.458,36,1.777,40,0.488,44,0.154,45,1.007,47,0.769,51,1.552,55,1.98,79,2.537,84,2.548,86,1.556,110,1.372,139,1.671,163,0.475,164,2.211,168,2.211,169,1.98,170,4.572,171,2.211,172,3.372,173,2.211,174,2.211,175,2.211,176,3.372,177,2.211,178,2.211,179,1.372,180,1.98,181,2.211,182,3.372,183,2.211,184,3.02,189,0.593,194,2.373,200,2.561,201,2.561,202,3.372,203,1.808,204,2.561,205,1.808]],["tags/22",[]],["title/23",[0,1.231,47,1.128,110,2.012]],["content/23",[4,0.109,36,1.017,44,0.154,45,0.879,48,1.729,51,1.615,79,3.654,84,2.293,114,1.93,128,1.93,132,0.921,133,1.93,135,1.93,163,0.415,169,2.718,202,3.035,203,1.578,205,1.578,206,2.235,207,2.235,208,1.729,209,3.515,210,2.235,211,2.235,212,2.235,213,2.235,214,2.235,215,2.235,216,2.235,217,2.235,218,2.235,219,2.235,220,3.515,221,3.515,222,2.235,223,3.515,224,2.235,225,3.515,226,2.235,227,3.515,228,2.235,229,3.515,230,2.235,231,2.235,232,2.235]],["tags/23",[]],["title/24",[189,1.006,233,3.066]],["content/24",[4,0.15,36,1.395,40,0.658,42,1.643,44,0.152,45,1.205,51,1.464,79,3.102,129,2.165,132,2.171,161,2.371,163,0.569,187,1.863,189,0.71,203,2.165,205,2.165,208,2.371,233,3.72,234,3.066,235,1.552,236,3.066,237,3.066,238,1.863,239,2.371,240,3.066,241,3.066,242,2.647,243,2.165,244,3.066,245,2.543,246,2.714,247,3.153]],["tags/24",[]],["title/25",[3,0.24,141,0.746,151,2.085,248,2.55,249,2.55]],["content/25",[3,0.237,4,0.086,5,0.767,17,0.856,18,0.767,28,0.948,31,0.856,36,0.451,40,0.221,42,0.531,44,0.154,45,0.696,47,0.298,50,0.7,51,1.32,61,0.805,64,0.948,70,0.7,75,0.848,79,2.897,84,1.155,86,0.603,91,1.223,98,1.008,104,0.429,116,0.767,117,1.564,132,1.378,148,0.767,151,1.25,161,0.767,163,0.184,187,1.456,192,0.856,203,0.7,205,0.7,208,0.767,245,1.904,246,2.032,247,1.25,248,0.856,249,0.856,250,0.992,251,0.767,252,0.992,253,1.77,254,0.992,255,0.992,256,0.992,257,1.77,258,0.992,259,0.992,260,2.913,261,5.407,262,0.992,263,0.992,264,0.992,265,0.992,266,0.992,267,0.992,268,0.856,269,2.252,270,1.77,271,0.992,272,1.77,273,0.992,274,2.397,275,0.992,276,0.992,277,0.992,278,0.992,279,0.992,280,1.77,281,1.155,282,1.9,283,0.992,284,3.345,285,0.767,286,0.767,287,0.992,288,0.992,289,0.856,290,0.992,291,0.992,292,0.856,293,0.992,294,0.992,295,0.992,296,1.77,297,1.77,298,0.992,299,2.397,300,1.77,301,1.25,302,0.992,303,0.992,304,1.77,305,0.992,306,0.992,307,1.77,308,0.531,309,0.992,310,0.992,311,1.77,312,0.992,313,0.992,314,0.992,315,0.992]],["tags/25",[]],["title/1",[316,3.749,317,3.358]],["content/1",[2,0.814,3,0.374,4,0.288,21,1.625,24,3.247,28,2.465,43,0.976,47,1.382,91,0.934,125,3.971,235,2.328,318,3.971,319,4.599,320,4.599,321,4.599,322,4.599,323,4.599,324,4.599,325,2.795,326,4.599,327,3.557,328,4.599]],["tags/1",[]],["title/2",[188,4.446]],["content/2",[0,1.992,3,0.391,4,0.341,10,4.16,11,3.726,21,1.674,112,3.143,149,4.16,235,2.439,245,2.744,246,2.928,325,2.928,329,4.16,330,3.726,331,4.16]],["tags/2",[]],["title/3",[163,0.955]],["content/3",[163,1.088,332,2.67,333,5.867,334,5.867,335,5.867]],["tags/3",[]],["title/4",[336,4.446]],["content/4",[2,1.172,3,0.538,4,0.345,29,2.722,44,0.131,47,1.253,141,1.399,154,1.124,189,0.967,235,2.112,336,3.602,337,5.536,338,5.536,339,4.172,340,2.236]],["tags/4",[]],["title/26",[341,4.342,342,4.342]],["content/26",[]],["tags/26",[]],["title/27",[44,0.066,189,0.766,193,2.557,340,1.772]],["content/27",[0,1.606,2,1.003,3,0.545,4,0.315,21,1.349,44,0.128,66,1.766,113,2.698,122,1.986,153,2.48,154,1.149,165,2.276,180,2.698,189,1.135,193,3.788,235,1.766,308,1.87,332,1.587,340,2.625,343,2.698,344,3.788,345,3.489,346,3.489,347,3.489,348,3.489,349,3.489,350,3.489,351,3.489]],["tags/27",[]],["title/28",[44,0.074,352,3.241,353,2.012]],["content/28",[3,0.51,4,0.306,40,0.701,43,1.332,47,1.28,75,2.042,91,0.865,97,2.042,104,1.844,106,1.598,112,2.779,344,3.294,352,3.678,353,2.283,354,4.26,355,3.008,356,4.26,357,4.26,358,4.26,359,4.26,360,4.26,361,4.26,362,4.26,363,3.678]],["tags/28",[]],["title/29",[4,0.13,36,1.215,45,1.049,48,2.064,91,0.542,98,1.52]],["content/29",[0,1.992,2,0.853,3,0.391,4,0.325,11,3.726,36,2.765,44,0.096,45,1.894,141,1.218,153,3.076,154,0.978,318,4.16,344,3.726,364,4.818,365,4.818]],["tags/29",[]],["title/30",[366,4.342,367,3.358]],["content/30",[0,1.701,3,0.422,5,4.921,47,1.911,50,4.493,110,2.781,148,4.013,332,2.361,368,5.189,369,5.189,370,5.189]],["tags/30",[]],["title/35",[40,0.643]],["content/35",[]],["tags/35",[]],["title/36",[53,2.473,371,3.749]],["content/36",[2,0.696,3,0.319,4,0.192,18,3.038,21,1.66,44,0.12,50,2.774,61,1.788,64,2.106,66,2.691,72,1.344,154,0.798,163,0.729,167,3.028,179,2.106,189,1.232,371,4.591,372,3.929,373,3.929,374,6.027,375,6.027,376,3.392,377,3.392,378,3.392,379,3.929,380,2.563]],["tags/36",[]],["title/37",[53,2.473,286,3.358]],["content/37",[2,0.853,3,0.494,4,0.235,44,0.132,61,2.193,64,2.582,66,2.439,72,1.218,91,0.978,151,3.402,154,0.978,163,0.894,179,2.582,184,3.726,189,1.408,286,3.726]],["tags/37",[]],["title/38",[367,3.358,381,3.749]],["content/38",[2,0.814,3,0.374,4,0.224,44,0.136,72,1.162,104,1.99,111,3.585,112,3.848,116,3.557,141,1.162,154,0.934,163,0.853,189,1.367,381,3.971,382,2.093,383,3.971,384,4.599,385,4.599]],["tags/38",[]],["title/39",[386,3.358,387,3.749]],["content/39",[0,1.474,2,0.796,3,0.472,4,0.284,12,2.561,21,1.239,44,0.14,66,2.276,72,1.136,154,1.18,163,0.834,189,1.347,388,3.175,389,3.175,390,3.882,391,3.882,392,3.882,393,3.882]],["tags/39",[]],["title/40",[3,0.353,394,3.358]],["content/40",[2,0.853,3,0.494,4,0.235,44,0.132,71,2.928,72,1.218,111,2.928,154,0.978,163,0.894,189,1.408,382,2.193,395,4.818,396,4.818,397,4.16,398,4.818,399,4.16]],["tags/40",[]],["title/41",[43,0.922,121,3.066]],["content/41",[2,0.885,3,0.406,4,0.244,44,0.14,71,3.037,72,1.263,104,2.162,111,3.037,121,3.528,154,1.014,163,0.927,189,1.44,400,4.997]],["tags/41",[]],["title/42",[53,2.473,401,3.749]],["content/42",[2,0.814,3,0.374,4,0.224,29,3,44,0.129,54,2.619,61,2.093,64,2.465,72,1.162,121,3.247,154,0.934,163,0.853,179,2.465,189,1.367,377,3.971,378,3.971,394,3.557,399,3.971,401,3.971,402,3.971,403,4.599]],["tags/42",[]],["title/43",[43,0.922,245,2.473]],["content/43",[2,0.864,3,0.396,4,0.238,21,1.343,29,3.181,44,0.133,90,3.443,91,0.99,104,2.11,154,0.99,163,0.904,189,1.418,245,3.486,404,4.876,405,4.21]],["tags/43",[]],["title/44",[43,0.922,246,2.639]],["content/44",[2,0.864,3,0.396,4,0.238,21,1.343,29,3.181,44,0.139,72,1.232,91,0.99,154,0.99,163,0.904,189,1.418,246,3.72,382,2.219,406,3.771]],["tags/44",[]],["title/45",[43,0.922,407,4.342]],["content/45",[2,0.703,3,0.322,4,0.194,12,2.259,44,0.141,71,2.411,72,1.003,109,2.008,154,0.805,158,5.598,163,0.736,189,1.24,329,5.23,380,2.588,408,3.968,409,3.068,410,3.968,411,3.968,412,3.968,413,3.968,414,3.968,415,3.968,416,3.968,417,3.425,418,3.425,419,3.425]],["tags/45",[]],["title/46",[40,0.542,238,2.639]],["content/46",[21,1.487,40,0.814,54,3.073,153,2.732,238,3.28,301,3.811,332,2.456,420,4.174,421,3.28,422,3.521]],["tags/46",[]],["title/47",[423,3.982]],["content/47",[0,1.869,97,2.733,141,1.441,424,4.922,425,4.922,426,4.922,427,4.922]],["tags/47",[]],["title/48",[40,0.304,42,1.305,43,0.797,44,0.048,428,2.102,429,1.719]],["content/48",[3,0.505,4,0.336,13,2.112,20,2.535,40,0.691,43,0.885,47,1.253,49,3.226,51,1.815,75,2,90,2.946,91,0.847,106,1.565,123,3.226,141,1.054,251,3.226,428,3.602,430,3.226,431,3.602,432,2.722,433,3.226,434,2.722,435,2.946,436,3.602,437,2.946]],["tags/48",[]],["title/49",[40,0.259,43,0.702,44,0.041,429,1.462,438,1.788,439,1.462,440,2.336]],["content/49",[0,1.402,3,0.488,4,0.274,13,2.165,21,0.796,28,2.292,40,0.534,42,1.549,43,0.908,44,0.085,47,0.868,51,1.669,57,2.041,69,1.756,75,1.386,91,1.142,98,1.646,104,1.251,108,2.235,109,2.848,124,2.599,129,2.041,130,2.235,131,2.235,141,0.73,142,2.235,191,2.235,195,2.041,196,1.886,243,2.041,308,2.292,317,3.308,434,1.886,435,2.041,437,2.041,438,2.495,439,2.041,440,2.041,441,2.495,442,2.495,443,2.599,444,2.495,445,2.041,446,1.463,447,2.495,448,2.495,449,2.495,450,2.495,451,3.693,452,2.495]],["tags/49",[]],["title/50",[40,0.304,43,0.517,44,0.048,132,1.003,429,1.719,453,2.434,454,2.102]],["content/50",[1,3.294,4,0.208,13,2.841,20,2.589,24,3.008,25,3.008,45,1.674,51,1.84,58,3.008,69,2.589,70,3.008,75,2.042,82,3.963,91,0.865,97,2.042,98,2.426,124,2.589,132,1.756,239,3.294,327,3.294,332,1.939,443,2.589,446,2.156,455,3.678,456,3.678,457,3.678,458,3.678,459,2.589]],["tags/50",[]],["title/51",[40,0.369,44,0.059,195,2.085,247,2.085,429,2.085]],["content/51",[0,1.934,4,0.224,36,2.684,40,0.574,47,1.382,51,1.934,97,2.205,106,2.213,139,3,141,1.162,195,4.165,196,3,285,3.557,332,2.093,343,3.557,443,2.795,446,2.328,459,2.795,460,3.971]],["tags/51",[]],["title/52",[40,0.643]],["content/52",[]],["tags/52",[]],["title/53",[53,2.473,233,3.066]],["content/53",[2,0.717,3,0.329,4,0.298,19,3.83,44,0.142,61,1.842,64,2.169,72,1.371,91,1.101,154,0.822,163,0.751,179,2.169,187,2.459,233,3.83,292,4.683,340,3.279,382,1.842,388,2.858,389,2.858,461,3.494,462,3.494]],["tags/53",[]],["title/54",[4,0.212,43,0.922]],["content/54",[2,0.788,3,0.469,4,0.313,44,0.145,71,2.703,72,1.124,104,2.498,141,1.124,154,0.903,163,0.825,235,2.251,340,3.094,382,2.024,463,3.14,464,4.448,465,4.448]],["tags/54",[]],["title/55",[43,0.702,44,0.066,330,2.557,367,2.557]],["content/55",[2,0.646,3,0.41,4,0.246,14,2.819,20,2.216,25,3.567,44,0.138,47,1.741,58,2.574,72,0.921,82,2.574,104,2.844,106,1.368,122,2.877,141,0.921,154,0.74,163,0.676,330,4.84,340,2.707,353,1.954,382,1.659,402,3.148,462,3.148,463,2.574,466,3.646,467,2.378,468,3.646]],["tags/55",[]],["title/56",[43,0.922,463,3.066]],["content/56",[2,0.843,3,0.387,4,0.323,44,0.142,71,2.894,72,1.203,104,2.061,154,0.967,163,0.883,235,2.41,340,3.232,463,3.362,469,4.762,470,4.762]],["tags/56",[]],["title/57",[40,0.542,238,2.639]],["content/57",[21,1.487,40,0.814,54,3.073,153,2.732,238,3.28,301,3.811,332,2.456,420,4.174,421,3.28,422,3.521]],["tags/57",[]],["title/58",[423,3.982]],["content/58",[0,1.869,97,2.733,141,1.441,424,4.922,425,4.922,426,4.922,427,4.922]],["tags/58",[]],["title/59",[40,0.304,42,1.305,43,0.797,44,0.048,471,2.102,472,1.719]],["content/59",[3,0.505,4,0.336,13,2.112,20,2.535,40,0.691,43,0.885,47,1.253,49,3.226,51,1.815,75,2,90,2.946,91,0.847,106,1.565,123,3.226,141,1.054,251,3.226,430,3.226,431,3.602,432,2.722,433,3.226,434,2.722,435,2.946,436,3.602,437,2.946,471,3.602]],["tags/59",[]],["title/60",[40,0.259,43,0.702,44,0.041,439,1.462,440,2.336,472,1.462,473,1.788]],["content/60",[0,1.402,3,0.488,4,0.274,13,2.165,21,0.796,28,2.292,40,0.534,42,1.549,43,0.908,44,0.085,47,0.868,51,1.669,57,2.041,69,1.756,75,1.386,91,1.142,98,1.646,104,1.251,108,2.235,109,2.848,124,2.599,129,2.041,130,2.235,131,2.235,141,0.73,142,2.235,191,2.235,194,1.756,196,1.886,243,2.041,308,2.292,317,3.308,434,1.886,435,2.041,437,2.041,439,2.041,440,2.041,441,2.495,442,2.495,443,2.599,444,2.495,445,2.041,446,1.463,447,2.495,448,2.495,449,2.495,450,2.495,451,3.693,452,2.495,473,2.495]],["tags/60",[]],["title/61",[40,0.304,43,0.517,44,0.048,132,1.003,454,2.102,472,1.719,474,2.434]],["content/61",[1,3.294,4,0.208,13,2.841,20,2.589,24,3.008,25,3.008,45,1.674,51,1.84,58,3.008,69,2.589,70,3.008,75,2.042,82,3.963,91,0.865,97,2.042,98,2.426,124,2.589,132,1.756,239,3.294,327,3.294,332,1.939,443,2.589,446,2.156,455,3.678,456,3.678,457,3.678,458,3.678,459,2.589]],["tags/61",[]],["title/62",[40,0.369,44,0.059,194,1.795,247,2.085,472,2.085]],["content/62",[0,1.934,4,0.224,36,2.684,40,0.574,47,1.382,51,1.934,97,2.205,106,2.213,139,3,141,1.162,194,3.585,196,3,285,3.557,332,2.093,343,3.557,443,2.795,446,2.328,459,2.795,460,3.971]],["tags/62",[]],["title/5",[40,0.542,238,2.639]],["content/5",[]],["tags/5",[]],["title/6",[386,3.358,387,3.749]],["content/6",[0,1.24,2,0.67,3,0.421,4,0.253,12,2.154,21,1.042,37,2.925,40,0.472,44,0.142,66,1.914,72,0.956,106,1.419,154,1.052,163,0.701,189,1.369,386,4.007,388,2.67,389,4.173,390,4.473,391,3.265,392,3.265,393,3.265,432,2.467,467,2.467,475,3.265,476,3.265,477,3.782]],["tags/6",[]],["title/7",[3,0.269,43,0.702,44,0.066,91,0.671]],["content/7",[2,0.71,3,0.529,4,0.297,21,1.104,40,0.673,43,1.144,44,0.121,61,1.823,72,1.013,91,1.094,97,1.921,106,2.022,154,0.813,163,0.743,167,2.282,189,1.248,332,1.823,353,2.888,355,2.829,382,1.823,406,3.099,409,3.099,459,2.435,478,3.099]],["tags/7",[]],["title/8",[3,0.269,43,0.702,44,0.066,268,2.854]],["content/8",[2,0.853,3,0.391,4,0.235,44,0.139,72,1.535,91,1.351,122,2.744,141,1.218,154,0.978,163,0.894,189,1.408,382,2.193,479,4.818]],["tags/8",[]],["title/9",[21,0.911,44,0.066,325,2.009,422,2.157]],["content/9",[2,0.731,3,0.336,4,0.301,21,1.703,44,0.131,72,1.044,91,1.116,104,1.787,109,2.09,154,0.838,163,0.766,189,1.432,325,3.341,421,2.51,432,3.587,480,3.194,481,3.565,482,4.13,483,4.13,484,5.498,485,3.565]],["tags/9",[]],["title/10",[44,0.066,486,3.306,487,3.306,488,3.306]],["content/10",[2,0.961,3,0.329,4,0.197,21,1.115,40,0.505,44,0.144,45,1.591,51,1.327,72,1.371,153,2.048,154,1.101,189,1.257,388,2.858,421,2.459,422,2.64,423,3.13,446,2.048,476,4.683,489,4.047,490,5.424,491,4.047,492,4.047,493,4.047]],["tags/10",[]],["title/11",[44,0.066,53,1.882,91,0.671,494,2.854]],["content/11",[2,0.657,3,0.302,4,0.181,21,1.409,44,0.147,45,2.011,51,1.677,56,3.205,64,1.99,72,0.938,79,2.742,91,1.188,154,0.754,163,0.689,189,1.185,282,3.337,308,1.99,382,1.689,446,1.879,495,3.713,496,3.205,497,2.621,498,5.116,499,3.713,500,3.713,501,3.713]],["tags/11",[]],["title/12",[53,2.473,353,2.327]],["content/12",[2,0.602,3,0.493,4,0.324,40,0.601,43,1.021,44,0.136,47,1.445,61,2.189,64,1.822,72,0.859,91,0.977,106,2.278,139,2.219,141,0.859,154,0.69,163,0.631,235,1.721,245,1.936,246,2.067,289,2.936,340,2.579,355,3.397,380,2.219,461,2.936,467,2.219,502,4.811,503,3.401,504,3.401,505,3.401,506,3.401]],["tags/12",[]],["title/13",[44,0.086,91,0.6,269,2.284,281,1.927]],["content/13",[2,0.429,3,0.304,4,0.223,21,1.26,28,2.006,40,0.643,43,0.514,44,0.125,47,0.728,54,1.38,61,1.103,72,0.612,91,1.044,97,1.162,106,0.909,117,1.581,118,1.874,122,2.131,126,2.092,132,0.999,141,0.946,144,2.643,154,0.492,163,0.449,167,2.131,189,1.06,245,1.38,281,3.356,282,1.581,308,3.284,331,2.092,332,1.103,353,2.006,363,2.092,380,1.581,382,1.103,405,2.092,409,1.874,434,1.581,459,1.472,497,2.643,507,2.423,508,2.092,509,3.743,510,2.423,511,2.092,512,2.894,513,1.472,514,2.092,515,2.092,516,3.231,517,3.231,518,2.092,519,2.092,520,2.092,521,2.092,522,2.092,523,2.423,524,2.092,525,1.874,526,1.874,527,2.423,528,2.423]],["tags/13",[]],["title/14",[2,0.473,44,0.053,132,1.1,480,2.064,529,2.304,530,2.669]],["content/14",[0,1.288,2,0.696,3,0.319,4,0.192,14,3.038,40,0.664,44,0.128,51,1.288,66,1.989,72,0.993,106,1.474,132,1.619,141,0.993,154,0.798,163,0.729,187,2.388,189,1.232,380,2.563,382,1.788,389,2.774,418,3.392,419,3.392,421,2.388,430,3.038,432,3.469,446,1.989,480,4.112,485,3.392,529,3.392,531,3.392,532,3.929,533,3.929]],["tags/14",[]],["title/15",[43,0.922,109,2.198]],["content/15",[2,0.779,3,0.357,4,0.215,12,2.505,21,1.212,44,0.139,66,2.227,72,1.112,91,0.893,106,1.65,109,2.901,154,0.893,163,0.816,189,1.328,325,3.483,406,3.402,417,3.798,534,4.399,535,4.399,536,3.798,537,4.399]],["tags/15",[]],["title/16",[40,0.643]],["content/16",[4,0.31,21,1.429,40,0.86,47,1.559,54,2.955,153,2.627,235,2.627,301,3.664,420,4.013,421,3.153,422,3.385]],["tags/16",[]],["title/31",[44,0.074,467,2.449,538,3.241]],["content/31",[]],["tags/31",[]],["title/32",[91,0.882,513,2.639]],["content/32",[3,0.361,4,0.299,19,2.148,40,0.72,43,0.646,44,0.114,47,0.914,61,2.021,91,1.376,106,1.968,117,1.985,127,2.148,132,1.831,141,0.769,153,1.54,179,1.631,243,2.148,282,2.898,353,2.38,355,2.148,397,2.627,445,2.148,478,2.353,512,2.353,513,1.849,524,2.627,525,3.435,526,3.435,539,3.043,540,5.246,541,4.98,542,3.043,543,3.043,544,3.043,545,3.835,546,2.627,547,2.627]],["tags/32",[]],["title/33",[467,2.833,538,3.749]],["content/33",[3,0.433,4,0.26,13,0.975,21,1.247,28,1.033,37,1.49,40,0.753,43,0.835,44,0.062,45,0.757,47,0.579,54,1.097,61,1.421,75,0.924,86,1.171,91,1.185,106,1.866,109,1.992,111,1.897,112,1.257,117,1.257,122,2.241,127,2.204,132,0.794,141,1.257,143,1.663,144,3.195,153,0.975,179,1.673,187,1.171,242,1.663,269,2.414,282,1.257,308,2.425,316,2.695,325,1.171,353,1.673,376,1.663,383,1.663,394,1.49,433,1.49,445,1.36,475,1.663,478,1.49,481,1.663,494,1.663,496,2.695,497,1.36,508,1.663,511,1.663,512,2.414,513,1.897,525,1.49,526,1.49,531,1.663,536,1.663,541,3.398,545,2.695,546,1.663,547,1.663,548,1.927,549,1.927,550,1.927,551,1.927,552,1.927,553,1.927,554,1.927,555,1.927,556,1.927,557,1.927,558,1.927,559,1.927,560,1.927,561,1.927,562,1.927,563,1.927,564,1.927,565,1.927,566,1.927,567,1.927,568,1.927,569,1.927,570,1.927,571,1.927]],["tags/33",[]],["title/34",[281,2.833,513,2.639]],["content/34",[28,1.954,40,0.782,44,0.13,91,0.74,109,1.845,118,2.819,124,2.216,141,0.921,144,4.801,281,2.378,308,3.522,497,2.574,513,3.07,514,4.361,515,4.361,516,5.005,517,5.005,518,3.148,519,3.148,520,3.148,521,3.148,522,3.148,572,3.646,573,3.646]],["tags/34",[]]],"invertedIndex":[["",{"_index":44,"title":{"7":{},"8":{},"9":{},"10":{},"11":{},"13":{},"14":{},"27":{},"28":{},"31":{},"48":{},"49":{},"50":{},"51":{},"55":{},"59":{},"60":{},"61":{},"62":{}},"content":{"4":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"18":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"27":{},"29":{},"32":{},"33":{},"34":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"49":{},"53":{},"54":{},"55":{},"56":{},"60":{}},"tags":{}}],["0",{"_index":86,"title":{},"content":{"18":{},"20":{},"21":{},"22":{},"25":{},"33":{}},"tags":{}}],["0${month[0",{"_index":178,"title":{},"content":{"21":{},"22":{}},"tags":{}}],["01",{"_index":183,"title":{},"content":{"21":{},"22":{}},"tags":{}}],["0s",{"_index":377,"title":{},"content":{"36":{},"42":{}},"tags":{}}],["1",{"_index":84,"title":{},"content":{"18":{},"21":{},"22":{},"23":{},"25":{}},"tags":{}}],["1,2345,6789",{"_index":416,"title":{},"content":{"45":{}},"tags":{}}],["1000",{"_index":499,"title":{},"content":{"11":{}},"tags":{}}],["111,222",{"_index":253,"title":{},"content":{"25":{}},"tags":{}}],["12",{"_index":184,"title":{},"content":{"21":{},"22":{},"37":{}},"tags":{}}],["12,34,56,789",{"_index":413,"title":{},"content":{"45":{}},"tags":{}}],["123,456,789",{"_index":410,"title":{},"content":{"45":{}},"tags":{}}],["1].match(/\\d",{"_index":95,"title":{},"content":{"18":{}},"tags":{}}],["1st",{"_index":435,"title":{},"content":{"48":{},"49":{},"59":{},"60":{}},"tags":{}}],["2",{"_index":172,"title":{},"content":{"21":{},"22":{}},"tags":{}}],["23,234,235.56",{"_index":539,"title":{},"content":{"32":{}},"tags":{}}],["23234235.56",{"_index":540,"title":{},"content":{"32":{}},"tags":{}}],["2nd",{"_index":437,"title":{},"content":{"48":{},"49":{},"59":{},"60":{}},"tags":{}}],["3rd",{"_index":452,"title":{},"content":{"49":{},"60":{}},"tags":{}}],["4",{"_index":175,"title":{},"content":{"21":{},"22":{}},"tags":{}}],["5.2.0",{"_index":504,"title":{},"content":{"12":{}},"tags":{}}],["9",{"_index":107,"title":{},"content":{"18":{}},"tags":{}}],["_format",{"_index":203,"title":{},"content":{"22":{},"23":{},"24":{},"25":{}},"tags":{}}],["_ischaractersam",{"_index":219,"title":{},"content":{"23":{}},"tags":{}}],["_onkeydown",{"_index":295,"title":{},"content":{"25":{}},"tags":{}}],["_onvaluechang",{"_index":280,"title":{},"content":{"25":{}},"tags":{}}],["_removeformat",{"_index":213,"title":{},"content":{"23":{}},"tags":{}}],["_val",{"_index":209,"title":{},"content":{"23":{}},"tags":{}}],["_val.replace(/\\d/g",{"_index":211,"title":{},"content":{"23":{}},"tags":{}}],["abil",{"_index":364,"title":{},"content":{"29":{}},"tags":{}}],["accept",{"_index":420,"title":{},"content":{"16":{},"46":{},"57":{}},"tags":{}}],["access",{"_index":507,"title":{},"content":{"13":{}},"tags":{}}],["accordingli",{"_index":33,"title":{},"content":{"18":{}},"tags":{}}],["achiev",{"_index":242,"title":{},"content":{"24":{},"33":{}},"tags":{}}],["ad",{"_index":531,"title":{},"content":{"14":{},"33":{}},"tags":{}}],["add",{"_index":29,"title":{},"content":{"4":{},"18":{},"42":{},"43":{},"44":{}},"tags":{}}],["addit",{"_index":108,"title":{},"content":{"18":{},"49":{},"60":{}},"tags":{}}],["ahead",{"_index":256,"title":{},"content":{"25":{}},"tags":{}}],["allow",{"_index":66,"title":{},"content":{"6":{},"14":{},"15":{},"18":{},"21":{},"27":{},"36":{},"37":{},"39":{}},"tags":{}}],["alloweddecimalsepar",{"_index":381,"title":{"38":{}},"content":{"38":{}},"tags":{}}],["allowemptyformat",{"_index":233,"title":{"24":{},"53":{}},"content":{"24":{},"53":{}},"tags":{}}],["allowleadingzero",{"_index":371,"title":{"36":{}},"content":{"36":{}},"tags":{}}],["allowneg",{"_index":286,"title":{"37":{}},"content":{"25":{},"37":{}},"tags":{}}],["alway",{"_index":289,"title":{},"content":{"12":{},"25":{}},"tags":{}}],["anoth",{"_index":164,"title":{},"content":{"20":{},"22":{}},"tags":{}}],["anyth",{"_index":305,"title":{},"content":{"25":{}},"tags":{}}],["apart",{"_index":138,"title":{},"content":{"18":{}},"tags":{}}],["app",{"_index":491,"title":{},"content":{"10":{}},"tags":{}}],["appli",{"_index":19,"title":{},"content":{"18":{},"21":{},"32":{},"53":{}},"tags":{}}],["applic",{"_index":251,"title":{},"content":{"25":{},"48":{},"59":{}},"tags":{}}],["argument",{"_index":508,"title":{},"content":{"13":{},"33":{}},"tags":{}}],["array",{"_index":58,"title":{},"content":{"18":{},"50":{},"55":{},"61":{}},"tags":{}}],["array.from",{"_index":81,"title":{},"content":{"18":{}},"tags":{}}],["array{value}