From 23b659f3ba0c49a5901b89e0c13a885dc7230a57 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Fri, 5 Jul 2024 15:24:27 +0100 Subject: [PATCH 1/2] fix missing names in source s3 docs for ember --- s3-docs/v1.0.0/ember-docs.json | 4 ++-- s3-docs/v1.1.2/ember-docs.json | 4 ++-- s3-docs/v1.10.1/ember-docs.json | 6 +++--- s3-docs/v1.11.4/ember-docs.json | 6 +++--- s3-docs/v1.12.2/ember-docs.json | 6 +++--- s3-docs/v1.2.2/ember-docs.json | 6 +++--- s3-docs/v1.3.2/ember-docs.json | 6 +++--- s3-docs/v1.4.0/ember-docs.json | 6 +++--- s3-docs/v1.5.1/ember-docs.json | 6 +++--- s3-docs/v1.6.1/ember-docs.json | 6 +++--- s3-docs/v1.7.1/ember-docs.json | 2 +- s3-docs/v1.8.1/ember-docs.json | 6 +++--- s3-docs/v1.9.1/ember-docs.json | 6 +++--- s3-docs/v3.10.2/ember-docs.json | 4 ++-- s3-docs/v3.11.1/ember-docs.json | 4 ++-- s3-docs/v3.12.4/ember-docs.json | 4 ++-- s3-docs/v3.13.4/ember-docs.json | 4 ++-- s3-docs/v3.14.3/ember-docs.json | 4 ++-- s3-docs/v3.15.0/ember-docs.json | 4 ++-- s3-docs/v3.16.10/ember-docs.json | 4 ++-- s3-docs/v3.17.3/ember-docs.json | 4 ++-- s3-docs/v3.18.3/ember-docs.json | 4 ++-- s3-docs/v3.19.0/ember-docs.json | 4 ++-- s3-docs/v3.20.7/ember-docs.json | 4 ++-- s3-docs/v3.21.3/ember-docs.json | 4 ++-- s3-docs/v3.22.2/ember-docs.json | 4 ++-- s3-docs/v3.23.1/ember-docs.json | 4 ++-- s3-docs/v3.24.7/ember-docs.json | 4 ++-- s3-docs/v3.25.4/ember-docs.json | 4 ++-- s3-docs/v3.26.2/ember-docs.json | 4 ++-- s3-docs/v3.27.5/ember-docs.json | 4 ++-- s3-docs/v3.28.12/ember-docs.json | 4 ++-- s3-docs/v5.0.0/ember-docs.json | 8 ++++---- s3-docs/v5.1.2/ember-docs.json | 8 ++++---- s3-docs/v5.2.0/ember-docs.json | 8 ++++---- s3-docs/v5.3.0/ember-docs.json | 8 ++++---- s3-docs/v5.4.0/ember-docs.json | 8 ++++---- s3-docs/v5.6.0/ember-docs.json | 8 ++++---- s3-docs/v5.7.0/ember-docs.json | 8 ++++---- s3-docs/v5.8.0/ember-docs.json | 8 ++++---- s3-docs/v5.9.0/ember-docs.json | 8 ++++---- 41 files changed, 109 insertions(+), 109 deletions(-) diff --git a/s3-docs/v1.0.0/ember-docs.json b/s3-docs/v1.0.0/ember-docs.json index 6e2754541..4ca3a4c8a 100644 --- a/s3-docs/v1.0.0/ember-docs.json +++ b/s3-docs/v1.0.0/ember-docs.json @@ -9694,7 +9694,7 @@ "access": "private", "tagname": "Computed property that returns the resolved parameters.", "itemtype": "property", - "name": "", + "name": "resolvedParams", "return": { "description": "", "type": "Array" @@ -9710,7 +9710,7 @@ "access": "private", "tagname": "Computed property that returns the current route name and\nany dynamic segments.", "itemtype": "property", - "name": "", + "name": "routeArgs", "return": { "description": "An array with the route name and any dynamic segments", "type": "Array" diff --git a/s3-docs/v1.1.2/ember-docs.json b/s3-docs/v1.1.2/ember-docs.json index 5a3f7ffb1..fbf2a2735 100644 --- a/s3-docs/v1.1.2/ember-docs.json +++ b/s3-docs/v1.1.2/ember-docs.json @@ -9357,7 +9357,7 @@ "access": "private", "tagname": "Computed property that returns the resolved parameters.", "itemtype": "property", - "name": "", + "name": "resolvedParams", "return": { "description": "", "type": "Array" @@ -9373,7 +9373,7 @@ "access": "private", "tagname": "Computed property that returns the current route name and\nany dynamic segments.", "itemtype": "property", - "name": "", + "name": "routeArgs", "return": { "description": "An array with the route name and any dynamic segments", "type": "Array" diff --git a/s3-docs/v1.10.1/ember-docs.json b/s3-docs/v1.10.1/ember-docs.json index 184458381..4a1502103 100644 --- a/s3-docs/v1.10.1/ember-docs.json +++ b/s3-docs/v1.10.1/ember-docs.json @@ -8549,7 +8549,7 @@ "line": 12, "description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly.\n\nExample\n\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\nEmber.expandProperties('foo.{bar,baz}.@each', echo) //=> 'foo.bar.@each', 'foo.baz.@each'\nEmber.expandProperties('{foo,bar}.{spam,eggs}', echo) //=> 'foo.spam', 'foo.eggs', 'bar.spam', 'bar.eggs'\nEmber.expandProperties('{foo}.bar.{baz}') //=> 'foo.bar.baz'\n```", "itemtype": "method", - "name": "", + "name": "expandProperties", "access": "private", "tagname": "", "params": [ @@ -11281,7 +11281,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "resolvedParams", "return": { "description": "", "type": "Array" @@ -11298,7 +11298,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "routeArgs", "return": { "description": "An array with the route name and any dynamic segments", "type": "Array" diff --git a/s3-docs/v1.11.4/ember-docs.json b/s3-docs/v1.11.4/ember-docs.json index c016d762c..e00a6c8a8 100644 --- a/s3-docs/v1.11.4/ember-docs.json +++ b/s3-docs/v1.11.4/ember-docs.json @@ -8313,7 +8313,7 @@ "line": 11, "description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly.\n\nExample\n\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\nEmber.expandProperties('foo.{bar,baz}.@each', echo) //=> 'foo.bar.@each', 'foo.baz.@each'\nEmber.expandProperties('{foo,bar}.{spam,eggs}', echo) //=> 'foo.spam', 'foo.eggs', 'bar.spam', 'bar.eggs'\nEmber.expandProperties('{foo}.bar.{baz}') //=> 'foo.bar.baz'\n```", "itemtype": "method", - "name": "", + "name": "expandProperties", "access": "private", "tagname": "", "params": [ @@ -11091,7 +11091,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "resolvedParams", "return": { "description": "", "type": "Array" @@ -11108,7 +11108,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "routeArgs", "return": { "description": "An array with the route name and any dynamic segments", "type": "Array" diff --git a/s3-docs/v1.12.2/ember-docs.json b/s3-docs/v1.12.2/ember-docs.json index 1676dabf7..8fde865c5 100644 --- a/s3-docs/v1.12.2/ember-docs.json +++ b/s3-docs/v1.12.2/ember-docs.json @@ -8466,7 +8466,7 @@ "line": 11, "description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly.\n\nExample\n\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> 'foo.baz', 'bar.baz'\nEmber.expandProperties('foo.{bar,baz}.@each', echo) //=> 'foo.bar.@each', 'foo.baz.@each'\nEmber.expandProperties('{foo,bar}.{spam,eggs}', echo) //=> 'foo.spam', 'foo.eggs', 'bar.spam', 'bar.eggs'\nEmber.expandProperties('{foo}.bar.{baz}') //=> 'foo.bar.baz'\n```", "itemtype": "method", - "name": "", + "name": "expandProperties", "access": "private", "tagname": "", "params": [ @@ -11251,7 +11251,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "resolvedParams", "return": { "description": "", "type": "Array" @@ -11268,7 +11268,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "routeArgs", "return": { "description": "An array with the route name and any dynamic segments", "type": "Array" diff --git a/s3-docs/v1.2.2/ember-docs.json b/s3-docs/v1.2.2/ember-docs.json index ee3699ac1..0eed494cb 100644 --- a/s3-docs/v1.2.2/ember-docs.json +++ b/s3-docs/v1.2.2/ember-docs.json @@ -7987,7 +7987,7 @@ "line": 13, "description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly. Brace expansion can only appear at the end of a\npattern, for example as the last item in a chain.\n\nExample\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\n```", "itemtype": "method", - "name": "", + "name": "expandProperties", "access": "private", "tagname": "", "params": [ @@ -10463,7 +10463,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "resolvedParams", "return": { "description": "", "type": "Array" @@ -10480,7 +10480,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "routeArgs", "return": { "description": "An array with the route name and any dynamic segments", "type": "Array" diff --git a/s3-docs/v1.3.2/ember-docs.json b/s3-docs/v1.3.2/ember-docs.json index ee3699ac1..0eed494cb 100644 --- a/s3-docs/v1.3.2/ember-docs.json +++ b/s3-docs/v1.3.2/ember-docs.json @@ -7987,7 +7987,7 @@ "line": 13, "description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly. Brace expansion can only appear at the end of a\npattern, for example as the last item in a chain.\n\nExample\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\n```", "itemtype": "method", - "name": "", + "name": "expandProperties", "access": "private", "tagname": "", "params": [ @@ -10463,7 +10463,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "resolvedParams", "return": { "description": "", "type": "Array" @@ -10480,7 +10480,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "routeArgs", "return": { "description": "An array with the route name and any dynamic segments", "type": "Array" diff --git a/s3-docs/v1.4.0/ember-docs.json b/s3-docs/v1.4.0/ember-docs.json index e2d636957..6056db633 100644 --- a/s3-docs/v1.4.0/ember-docs.json +++ b/s3-docs/v1.4.0/ember-docs.json @@ -8014,7 +8014,7 @@ "line": 12, "description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly. Brace expansion can only appear at the end of a\npattern, for example as the last item in a chain.\n\nExample\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\n```", "itemtype": "method", - "name": "", + "name": "expandProperties", "access": "private", "tagname": "", "params": [ @@ -10490,7 +10490,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "resolvedParams", "return": { "description": "", "type": "Array" @@ -10507,7 +10507,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "routeArgs", "return": { "description": "An array with the route name and any dynamic segments", "type": "Array" diff --git a/s3-docs/v1.5.1/ember-docs.json b/s3-docs/v1.5.1/ember-docs.json index 89d22e314..be2767821 100644 --- a/s3-docs/v1.5.1/ember-docs.json +++ b/s3-docs/v1.5.1/ember-docs.json @@ -8302,7 +8302,7 @@ "line": 12, "description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly. Brace expansion can only appear at the end of a\npattern, for example as the last item in a chain.\n\nExample\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\n```", "itemtype": "method", - "name": "", + "name": "expandProperties", "access": "private", "tagname": "", "params": [ @@ -10788,7 +10788,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "resolvedParams", "return": { "description": "", "type": "Array" @@ -10805,7 +10805,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "routeArgs", "return": { "description": "An array with the route name and any dynamic segments", "type": "Array" diff --git a/s3-docs/v1.6.1/ember-docs.json b/s3-docs/v1.6.1/ember-docs.json index 0d9ac0d0d..342113006 100644 --- a/s3-docs/v1.6.1/ember-docs.json +++ b/s3-docs/v1.6.1/ember-docs.json @@ -9015,7 +9015,7 @@ "line": 11, "description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly. Brace expansion can only appear at the end of a\npattern, for an example see the last call below.\n\nExample\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\n```", "itemtype": "method", - "name": "", + "name": "expandProperties", "access": "private", "tagname": "", "params": [ @@ -11653,7 +11653,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "resolvedParams", "return": { "description": "", "type": "Array" @@ -11670,7 +11670,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "routeArgs", "return": { "description": "An array with the route name and any dynamic segments", "type": "Array" diff --git a/s3-docs/v1.7.1/ember-docs.json b/s3-docs/v1.7.1/ember-docs.json index d3e631c76..73e229ebd 100644 --- a/s3-docs/v1.7.1/ember-docs.json +++ b/s3-docs/v1.7.1/ember-docs.json @@ -8419,7 +8419,7 @@ "line": 10, "description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly. Brace expansion can only appear at the end of a\npattern, for an example see the last call below.\n\nExample\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\n```", "itemtype": "method", - "name": "", + "name": "expandProperties", "access": "private", "tagname": "", "params": [ diff --git a/s3-docs/v1.8.1/ember-docs.json b/s3-docs/v1.8.1/ember-docs.json index 1ed77a3c9..173b8f438 100644 --- a/s3-docs/v1.8.1/ember-docs.json +++ b/s3-docs/v1.8.1/ember-docs.json @@ -8822,7 +8822,7 @@ "line": 12, "description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly.\n\nExample\n\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\nEmber.expandProperties('foo.{bar,baz}.@each', echo) //=> 'foo.bar.@each', 'foo.baz.@each'\nEmber.expandProperties('{foo,bar}.{spam,eggs}', echo) //=> 'foo.spam', 'foo.eggs', 'bar.spam', 'bar.eggs'\nEmber.expandProperties('{foo}.bar.{baz}') //=> 'foo.bar.baz'\n```", "itemtype": "method", - "name": "", + "name": "expandProperties", "access": "private", "tagname": "", "params": [ @@ -11404,7 +11404,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "resolvedParams", "return": { "description": "", "type": "Array" @@ -11421,7 +11421,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "routeArgs", "return": { "description": "An array with the route name and any dynamic segments", "type": "Array" diff --git a/s3-docs/v1.9.1/ember-docs.json b/s3-docs/v1.9.1/ember-docs.json index 087901f88..88d012a69 100644 --- a/s3-docs/v1.9.1/ember-docs.json +++ b/s3-docs/v1.9.1/ember-docs.json @@ -8691,7 +8691,7 @@ "line": 12, "description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly.\n\nExample\n\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\nEmber.expandProperties('foo.{bar,baz}.@each', echo) //=> 'foo.bar.@each', 'foo.baz.@each'\nEmber.expandProperties('{foo,bar}.{spam,eggs}', echo) //=> 'foo.spam', 'foo.eggs', 'bar.spam', 'bar.eggs'\nEmber.expandProperties('{foo}.bar.{baz}') //=> 'foo.bar.baz'\n```", "itemtype": "method", - "name": "", + "name": "expandProperties", "access": "private", "tagname": "", "params": [ @@ -11256,7 +11256,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "resolvedParams", "return": { "description": "", "type": "Array" @@ -11273,7 +11273,7 @@ "access": "private", "tagname": "", "itemtype": "property", - "name": "", + "name": "routeArgs", "return": { "description": "An array with the route name and any dynamic segments", "type": "Array" diff --git a/s3-docs/v3.10.2/ember-docs.json b/s3-docs/v3.10.2/ember-docs.json index 35457a1d7..6f5bac6e7 100644 --- a/s3-docs/v3.10.2/ember-docs.json +++ b/s3-docs/v3.10.2/ember-docs.json @@ -5895,7 +5895,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -5906,7 +5906,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.11.1/ember-docs.json b/s3-docs/v3.11.1/ember-docs.json index 0f2b72e56..7a0ded0ad 100644 --- a/s3-docs/v3.11.1/ember-docs.json +++ b/s3-docs/v3.11.1/ember-docs.json @@ -5907,7 +5907,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -5918,7 +5918,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.12.4/ember-docs.json b/s3-docs/v3.12.4/ember-docs.json index ca2f1c7d1..4aaf5e303 100644 --- a/s3-docs/v3.12.4/ember-docs.json +++ b/s3-docs/v3.12.4/ember-docs.json @@ -5925,7 +5925,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -5936,7 +5936,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.13.4/ember-docs.json b/s3-docs/v3.13.4/ember-docs.json index 82480d0b3..f96e56ef7 100644 --- a/s3-docs/v3.13.4/ember-docs.json +++ b/s3-docs/v3.13.4/ember-docs.json @@ -5969,7 +5969,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -5980,7 +5980,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.14.3/ember-docs.json b/s3-docs/v3.14.3/ember-docs.json index 65acd33ca..387195da2 100644 --- a/s3-docs/v3.14.3/ember-docs.json +++ b/s3-docs/v3.14.3/ember-docs.json @@ -5980,7 +5980,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -5991,7 +5991,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.15.0/ember-docs.json b/s3-docs/v3.15.0/ember-docs.json index f7f14492a..9aed1dc84 100644 --- a/s3-docs/v3.15.0/ember-docs.json +++ b/s3-docs/v3.15.0/ember-docs.json @@ -6043,7 +6043,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -6054,7 +6054,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.16.10/ember-docs.json b/s3-docs/v3.16.10/ember-docs.json index 6d5e4ec1a..deecaf52a 100644 --- a/s3-docs/v3.16.10/ember-docs.json +++ b/s3-docs/v3.16.10/ember-docs.json @@ -6018,7 +6018,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -6029,7 +6029,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.17.3/ember-docs.json b/s3-docs/v3.17.3/ember-docs.json index c8f271539..639611625 100644 --- a/s3-docs/v3.17.3/ember-docs.json +++ b/s3-docs/v3.17.3/ember-docs.json @@ -6025,7 +6025,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -6036,7 +6036,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.18.3/ember-docs.json b/s3-docs/v3.18.3/ember-docs.json index 671d2eb89..23f0793a2 100644 --- a/s3-docs/v3.18.3/ember-docs.json +++ b/s3-docs/v3.18.3/ember-docs.json @@ -6025,7 +6025,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -6036,7 +6036,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.19.0/ember-docs.json b/s3-docs/v3.19.0/ember-docs.json index 78625b562..dcc1cb969 100644 --- a/s3-docs/v3.19.0/ember-docs.json +++ b/s3-docs/v3.19.0/ember-docs.json @@ -6032,7 +6032,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -6043,7 +6043,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.20.7/ember-docs.json b/s3-docs/v3.20.7/ember-docs.json index c17a9d30a..020327e86 100644 --- a/s3-docs/v3.20.7/ember-docs.json +++ b/s3-docs/v3.20.7/ember-docs.json @@ -6052,7 +6052,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -6063,7 +6063,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.21.3/ember-docs.json b/s3-docs/v3.21.3/ember-docs.json index 35c35cc15..245aa1feb 100644 --- a/s3-docs/v3.21.3/ember-docs.json +++ b/s3-docs/v3.21.3/ember-docs.json @@ -6052,7 +6052,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -6063,7 +6063,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.22.2/ember-docs.json b/s3-docs/v3.22.2/ember-docs.json index 4e24bc82a..cbed8c901 100644 --- a/s3-docs/v3.22.2/ember-docs.json +++ b/s3-docs/v3.22.2/ember-docs.json @@ -6095,7 +6095,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -6106,7 +6106,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.23.1/ember-docs.json b/s3-docs/v3.23.1/ember-docs.json index 950047edc..38f3ab9f0 100644 --- a/s3-docs/v3.23.1/ember-docs.json +++ b/s3-docs/v3.23.1/ember-docs.json @@ -6132,7 +6132,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -6143,7 +6143,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.24.7/ember-docs.json b/s3-docs/v3.24.7/ember-docs.json index ceb598c3d..bcd074be8 100644 --- a/s3-docs/v3.24.7/ember-docs.json +++ b/s3-docs/v3.24.7/ember-docs.json @@ -6089,7 +6089,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -6100,7 +6100,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.25.4/ember-docs.json b/s3-docs/v3.25.4/ember-docs.json index 47b7bbf28..4c725640d 100644 --- a/s3-docs/v3.25.4/ember-docs.json +++ b/s3-docs/v3.25.4/ember-docs.json @@ -6054,7 +6054,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -6065,7 +6065,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.26.2/ember-docs.json b/s3-docs/v3.26.2/ember-docs.json index 8789049f2..a5561c481 100644 --- a/s3-docs/v3.26.2/ember-docs.json +++ b/s3-docs/v3.26.2/ember-docs.json @@ -6089,7 +6089,7 @@ "line": 113, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -6100,7 +6100,7 @@ "line": 127, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.27.5/ember-docs.json b/s3-docs/v3.27.5/ember-docs.json index d0f93cdcd..367487bef 100644 --- a/s3-docs/v3.27.5/ember-docs.json +++ b/s3-docs/v3.27.5/ember-docs.json @@ -6467,7 +6467,7 @@ "line": 115, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -6478,7 +6478,7 @@ "line": 129, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v3.28.12/ember-docs.json b/s3-docs/v3.28.12/ember-docs.json index 0baf82c0d..c163e092b 100644 --- a/s3-docs/v3.28.12/ember-docs.json +++ b/s3-docs/v3.28.12/ember-docs.json @@ -6474,7 +6474,7 @@ "line": 115, "description": "Whenever the checkbox is inserted into the DOM, perform initialization steps, which include\nsetting the indeterminate property if needed.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "didInsertElement", "access": "public", "tagname": "", "class": "Checkbox", @@ -6485,7 +6485,7 @@ "line": 129, "description": "Whenever the `change` event is fired on the checkbox, update its `checked` property to reflect\nwhether the checkbox is checked.\n\nIf this method is overridden, `super` must be called.", "itemtype": "method", - "name": "", + "name": "change", "access": "public", "tagname": "", "class": "Checkbox", diff --git a/s3-docs/v5.0.0/ember-docs.json b/s3-docs/v5.0.0/ember-docs.json index 3bf623f5c..ef787c8b4 100644 --- a/s3-docs/v5.0.0/ember-docs.json +++ b/s3-docs/v5.0.0/ember-docs.json @@ -15337,7 +15337,7 @@ "line": 74, "description": "The current URL.", "itemtype": "property", - "name": "", + "name": "currentURL", "type": "String", "access": "public", "tagname": "", @@ -15351,7 +15351,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "setURL", "params": [ { "name": "url", @@ -15369,7 +15369,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "replaceURL", "params": [ { "name": "url", @@ -15401,7 +15401,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "formatURL", "params": [ { "name": "url", diff --git a/s3-docs/v5.1.2/ember-docs.json b/s3-docs/v5.1.2/ember-docs.json index 897743929..800cf3130 100644 --- a/s3-docs/v5.1.2/ember-docs.json +++ b/s3-docs/v5.1.2/ember-docs.json @@ -15393,7 +15393,7 @@ "line": 74, "description": "The current URL.", "itemtype": "property", - "name": "", + "name": "currentURL", "type": "String", "access": "public", "tagname": "", @@ -15407,7 +15407,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "setURL", "params": [ { "name": "url", @@ -15425,7 +15425,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "replaceURL", "params": [ { "name": "url", @@ -15457,7 +15457,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "formatURL", "params": [ { "name": "url", diff --git a/s3-docs/v5.2.0/ember-docs.json b/s3-docs/v5.2.0/ember-docs.json index 1aed92ca3..f7c0c59d8 100644 --- a/s3-docs/v5.2.0/ember-docs.json +++ b/s3-docs/v5.2.0/ember-docs.json @@ -15400,7 +15400,7 @@ "line": 74, "description": "The current URL.", "itemtype": "property", - "name": "", + "name": "currentURL", "type": "String", "access": "public", "tagname": "", @@ -15414,7 +15414,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "setURL", "params": [ { "name": "url", @@ -15432,7 +15432,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "replaceURL", "params": [ { "name": "url", @@ -15464,7 +15464,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "formatURL", "params": [ { "name": "url", diff --git a/s3-docs/v5.3.0/ember-docs.json b/s3-docs/v5.3.0/ember-docs.json index 9bc0441ff..ceb242b8d 100644 --- a/s3-docs/v5.3.0/ember-docs.json +++ b/s3-docs/v5.3.0/ember-docs.json @@ -15400,7 +15400,7 @@ "line": 74, "description": "The current URL.", "itemtype": "property", - "name": "", + "name": "currentURL", "type": "String", "access": "public", "tagname": "", @@ -15414,7 +15414,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "setURL", "params": [ { "name": "url", @@ -15432,7 +15432,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "replaceURL", "params": [ { "name": "url", @@ -15464,7 +15464,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "formatURL", "params": [ { "name": "url", diff --git a/s3-docs/v5.4.0/ember-docs.json b/s3-docs/v5.4.0/ember-docs.json index cfb7786a2..958b79563 100644 --- a/s3-docs/v5.4.0/ember-docs.json +++ b/s3-docs/v5.4.0/ember-docs.json @@ -15415,7 +15415,7 @@ "line": 74, "description": "The current URL.", "itemtype": "property", - "name": "", + "name": "currentURL", "type": "String", "access": "public", "tagname": "", @@ -15429,7 +15429,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "setURL", "params": [ { "name": "url", @@ -15447,7 +15447,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "replaceURL", "params": [ { "name": "url", @@ -15479,7 +15479,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "formatURL", "params": [ { "name": "url", diff --git a/s3-docs/v5.6.0/ember-docs.json b/s3-docs/v5.6.0/ember-docs.json index 2755fa6f7..c71d744d4 100644 --- a/s3-docs/v5.6.0/ember-docs.json +++ b/s3-docs/v5.6.0/ember-docs.json @@ -15425,7 +15425,7 @@ "line": 74, "description": "The current URL.", "itemtype": "property", - "name": "", + "name": "currentURL", "type": "String", "access": "public", "tagname": "", @@ -15439,7 +15439,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "setURL", "params": [ { "name": "url", @@ -15457,7 +15457,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "replaceURL", "params": [ { "name": "url", @@ -15489,7 +15489,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "formatURL", "params": [ { "name": "url", diff --git a/s3-docs/v5.7.0/ember-docs.json b/s3-docs/v5.7.0/ember-docs.json index f9948c921..33657a53c 100644 --- a/s3-docs/v5.7.0/ember-docs.json +++ b/s3-docs/v5.7.0/ember-docs.json @@ -15551,7 +15551,7 @@ "line": 74, "description": "The current URL.", "itemtype": "property", - "name": "", + "name": "currentURL", "type": "String", "access": "public", "tagname": "", @@ -15565,7 +15565,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "setURL", "params": [ { "name": "url", @@ -15583,7 +15583,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "replaceURL", "params": [ { "name": "url", @@ -15615,7 +15615,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "formatURL", "params": [ { "name": "url", diff --git a/s3-docs/v5.8.0/ember-docs.json b/s3-docs/v5.8.0/ember-docs.json index b4ef8265f..9fc625dba 100644 --- a/s3-docs/v5.8.0/ember-docs.json +++ b/s3-docs/v5.8.0/ember-docs.json @@ -15551,7 +15551,7 @@ "line": 74, "description": "The current URL.", "itemtype": "property", - "name": "", + "name": "currentURL", "type": "String", "access": "public", "tagname": "", @@ -15565,7 +15565,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "setURL", "params": [ { "name": "url", @@ -15583,7 +15583,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "replaceURL", "params": [ { "name": "url", @@ -15615,7 +15615,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "formatURL", "params": [ { "name": "url", diff --git a/s3-docs/v5.9.0/ember-docs.json b/s3-docs/v5.9.0/ember-docs.json index f4d4d8ffd..d7bffcf69 100644 --- a/s3-docs/v5.9.0/ember-docs.json +++ b/s3-docs/v5.9.0/ember-docs.json @@ -15577,7 +15577,7 @@ "line": 74, "description": "The current URL.", "itemtype": "property", - "name": "", + "name": "currentURL", "type": "String", "access": "public", "tagname": "", @@ -15591,7 +15591,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "setURL", "params": [ { "name": "url", @@ -15609,7 +15609,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "replaceURL", "params": [ { "name": "url", @@ -15641,7 +15641,7 @@ "access": "public", "tagname": "", "itemtype": "method", - "name": "", + "name": "formatURL", "params": [ { "name": "url", From bb6b09fee515423bf1d0220b86d8c158acd76618 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Fri, 5 Jul 2024 15:55:49 +0100 Subject: [PATCH 2/2] fix missing names in source s3 docs for ember-data --- s3-docs/v2.11.3/ember-data-docs.json | 2 +- s3-docs/v2.12.2/ember-data-docs.json | 2 +- s3-docs/v2.14.10/ember-data-docs.json | 28 +++++++++++----------- s3-docs/v2.15.4/ember-data-docs.json | 28 +++++++++++----------- s3-docs/v2.16.0/ember-data-docs.json | 28 +++++++++++----------- s3-docs/v2.17.0/ember-data-docs.json | 28 +++++++++++----------- s3-docs/v2.18.5/ember-data-docs.json | 28 +++++++++++----------- s3-docs/v3.0.3/ember-data-docs.json | 28 +++++++++++----------- s3-docs/v3.1.1/ember-data-docs.json | 28 +++++++++++----------- s3-docs/v3.2.2/ember-data-docs.json | 28 +++++++++++----------- s3-docs/v3.3.2/ember-data-docs.json | 28 +++++++++++----------- s3-docs/v3.4.4/ember-data-docs.json | 34 +++++++++++++-------------- 12 files changed, 145 insertions(+), 145 deletions(-) diff --git a/s3-docs/v2.11.3/ember-data-docs.json b/s3-docs/v2.11.3/ember-data-docs.json index e3bf7942d..e409b01a4 100644 --- a/s3-docs/v2.11.3/ember-data-docs.json +++ b/s3-docs/v2.11.3/ember-data-docs.json @@ -2979,7 +2979,7 @@ "line": 62, "description": "This API allows you to provide a reference with new data. The\nsimplest usage of this API is similar to `store.push`: you provide a\nnormalized hash of data and the object represented by the reference\nwill update.\n\nIf you pass a promise to `push`, Ember Data will not ask the adapter\nfor the data if another attempt to fetch it is made in the\ninterim. When the promise resolves, the underlying object is updated\nwith the new data, and the promise returned by *this function* is resolved\nwith that object.\n\nFor example, `recordReference.push(promise)` will be resolved with a\nrecord.\n\n Example\n\n ```javascript\n var userRef = store.getReference('user', 1);\n\n // provide data for reference\n userRef.push({ data: { id: 1, username: \"@user\" }}).then(function(user) {\n userRef.value() === user;\n });\n ```", "itemtype": "method", - "name": "", + "name": "push", "params": [ { "name": "UNKNOWN", diff --git a/s3-docs/v2.12.2/ember-data-docs.json b/s3-docs/v2.12.2/ember-data-docs.json index 40814f3f4..fe0c1454a 100644 --- a/s3-docs/v2.12.2/ember-data-docs.json +++ b/s3-docs/v2.12.2/ember-data-docs.json @@ -3366,7 +3366,7 @@ "line": 62, "description": "This API allows you to provide a reference with new data. The\nsimplest usage of this API is similar to `store.push`: you provide a\nnormalized hash of data and the object represented by the reference\nwill update.\n\nIf you pass a promise to `push`, Ember Data will not ask the adapter\nfor the data if another attempt to fetch it is made in the\ninterim. When the promise resolves, the underlying object is updated\nwith the new data, and the promise returned by *this function* is resolved\nwith that object.\n\nFor example, `recordReference.push(promise)` will be resolved with a\nrecord.\n\n Example\n\n ```javascript\n var userRef = store.getReference('user', 1);\n\n // provide data for reference\n userRef.push({ data: { id: 1, username: \"@user\" }}).then(function(user) {\n userRef.value() === user;\n });\n ```", "itemtype": "method", - "name": "", + "name": "push", "params": [ { "name": "UNKNOWN", diff --git a/s3-docs/v2.14.10/ember-data-docs.json b/s3-docs/v2.14.10/ember-data-docs.json index 8ed4ee351..30f267f59 100644 --- a/s3-docs/v2.14.10/ember-data-docs.json +++ b/s3-docs/v2.14.10/ember-data-docs.json @@ -3567,7 +3567,7 @@ "\n\n relationshipPayloadsManager.get('hobby', 2, 'user') === {\n {\n data: {\n id: 1,\n type: 'user'\n }\n }\n }" ], "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3579,7 +3579,7 @@ "\n\n let userPayload = {\n data: {\n id: 1,\n type: 'user',\n relationships: {\n hobbies: {\n data: [{\n id: 2,\n type: 'hobby'\n }]\n }\n }\n },\n };\n relationshipPayloadsManager.push('user', 1, userPayload.data.relationships);" ], "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3588,7 +3588,7 @@ "line": 128, "description": "Unload a model's relationships payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3602,7 +3602,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_getRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3613,7 +3613,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_initializeRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3622,7 +3622,7 @@ "line": 81, "description": "Get the payload for the relationship of an individual record.\n\nThis might return the raw payload as pushed into the store, or one computed\nfrom the payload of the inverse relationship.", "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3631,7 +3631,7 @@ "line": 100, "description": "Push a relationship payload for an individual record.\n\nThis will make the payload available later for both this relationship and its inverse.", "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3640,7 +3640,7 @@ "line": 111, "description": "Unload the relationship payload for an individual record.\n\nThis does not unload the inverse relationship payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3652,7 +3652,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isLHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3664,7 +3664,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isRHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3675,7 +3675,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_populateInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3686,7 +3686,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_addToInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3695,7 +3695,7 @@ "line": 307, "description": "Remove the relationship in `previousPayload` from its inverse(s), because\nthis relationship payload has just been updated (eg because the same\nrelationship had multiple payloads pushed before the relationship was\ninitialized).", "itemtype": "method", - "name": "", + "name": "_removeInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3704,7 +3704,7 @@ "line": 337, "description": "Remove `id` from its inverse record with id `inverseId`. If the inverse\nrelationship is a belongsTo, this means just setting it to null, if the\ninverse relationship is a hasMany, then remove that id from its array of ids.", "itemtype": "method", - "name": "", + "name": "_removeFromInverse", "class": "RelationshipPayloads", "module": "ember-data" }, diff --git a/s3-docs/v2.15.4/ember-data-docs.json b/s3-docs/v2.15.4/ember-data-docs.json index bf5ae195f..48841a927 100644 --- a/s3-docs/v2.15.4/ember-data-docs.json +++ b/s3-docs/v2.15.4/ember-data-docs.json @@ -3565,7 +3565,7 @@ "\n\n relationshipPayloadsManager.get('hobby', 2, 'user') === {\n {\n data: {\n id: 1,\n type: 'user'\n }\n }\n }" ], "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3577,7 +3577,7 @@ "\n\n let userPayload = {\n data: {\n id: 1,\n type: 'user',\n relationships: {\n hobbies: {\n data: [{\n id: 2,\n type: 'hobby'\n }]\n }\n }\n },\n };\n relationshipPayloadsManager.push('user', 1, userPayload.data.relationships);" ], "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3586,7 +3586,7 @@ "line": 126, "description": "Unload a model's relationships payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3600,7 +3600,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_getRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3611,7 +3611,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_initializeRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3620,7 +3620,7 @@ "line": 93, "description": "Get the payload for the relationship of an individual record.\n\nThis might return the raw payload as pushed into the store, or one computed\nfrom the payload of the inverse relationship.", "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3629,7 +3629,7 @@ "line": 112, "description": "Push a relationship payload for an individual record.\n\nThis will make the payload available later for both this relationship and its inverse.", "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3638,7 +3638,7 @@ "line": 123, "description": "Unload the relationship payload for an individual record.\n\nThis does not unload the inverse relationship payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3650,7 +3650,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isLHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3662,7 +3662,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isRHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3673,7 +3673,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_populateInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3684,7 +3684,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_addToInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3693,7 +3693,7 @@ "line": 350, "description": "Remove the relationship in `previousPayload` from its inverse(s), because\nthis relationship payload has just been updated (eg because the same\nrelationship had multiple payloads pushed before the relationship was\ninitialized).", "itemtype": "method", - "name": "", + "name": "_removeInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3702,7 +3702,7 @@ "line": 381, "description": "Remove `id` from its inverse record with id `inverseId`. If the inverse\nrelationship is a belongsTo, this means just setting it to null, if the\ninverse relationship is a hasMany, then remove that id from its array of ids.", "itemtype": "method", - "name": "", + "name": "_removeFromInverse", "class": "RelationshipPayloads", "module": "ember-data" }, diff --git a/s3-docs/v2.16.0/ember-data-docs.json b/s3-docs/v2.16.0/ember-data-docs.json index 9c0b204d5..7572858e2 100644 --- a/s3-docs/v2.16.0/ember-data-docs.json +++ b/s3-docs/v2.16.0/ember-data-docs.json @@ -3565,7 +3565,7 @@ "\n\n relationshipPayloadsManager.get('hobby', 2, 'user') === {\n {\n data: {\n id: 1,\n type: 'user'\n }\n }\n }" ], "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3577,7 +3577,7 @@ "\n\n let userPayload = {\n data: {\n id: 1,\n type: 'user',\n relationships: {\n hobbies: {\n data: [{\n id: 2,\n type: 'hobby'\n }]\n }\n }\n },\n };\n relationshipPayloadsManager.push('user', 1, userPayload.data.relationships);" ], "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3586,7 +3586,7 @@ "line": 128, "description": "Unload a model's relationships payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3600,7 +3600,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_getRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3611,7 +3611,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_initializeRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3620,7 +3620,7 @@ "line": 81, "description": "Get the payload for the relationship of an individual record.\n\nThis might return the raw payload as pushed into the store, or one computed\nfrom the payload of the inverse relationship.", "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3629,7 +3629,7 @@ "line": 100, "description": "Push a relationship payload for an individual record.\n\nThis will make the payload available later for both this relationship and its inverse.", "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3638,7 +3638,7 @@ "line": 111, "description": "Unload the relationship payload for an individual record.\n\nThis does not unload the inverse relationship payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3650,7 +3650,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isLHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3662,7 +3662,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isRHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3673,7 +3673,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_populateInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3684,7 +3684,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_addToInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3693,7 +3693,7 @@ "line": 313, "description": "Remove the relationship in `previousPayload` from its inverse(s), because\nthis relationship payload has just been updated (eg because the same\nrelationship had multiple payloads pushed before the relationship was\ninitialized).", "itemtype": "method", - "name": "", + "name": "_removeInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3702,7 +3702,7 @@ "line": 343, "description": "Remove `id` from its inverse record with id `inverseId`. If the inverse\nrelationship is a belongsTo, this means just setting it to null, if the\ninverse relationship is a hasMany, then remove that id from its array of ids.", "itemtype": "method", - "name": "", + "name": "_removeFromInverse", "class": "RelationshipPayloads", "module": "ember-data" }, diff --git a/s3-docs/v2.17.0/ember-data-docs.json b/s3-docs/v2.17.0/ember-data-docs.json index c99a3c87a..9ffcc4d72 100644 --- a/s3-docs/v2.17.0/ember-data-docs.json +++ b/s3-docs/v2.17.0/ember-data-docs.json @@ -3558,7 +3558,7 @@ "\n\n relationshipPayloadsManager.get('hobby', 2, 'user') === {\n {\n data: {\n id: 1,\n type: 'user'\n }\n }\n }" ], "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3570,7 +3570,7 @@ "\n\n let userPayload = {\n data: {\n id: 1,\n type: 'user',\n relationships: {\n hobbies: {\n data: [{\n id: 2,\n type: 'hobby'\n }]\n }\n }\n },\n };\n relationshipPayloadsManager.push('user', 1, userPayload.data.relationships);" ], "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3579,7 +3579,7 @@ "line": 126, "description": "Unload a model's relationships payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3593,7 +3593,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_getRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3604,7 +3604,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_initializeRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3613,7 +3613,7 @@ "line": 81, "description": "Get the payload for the relationship of an individual record.\n\nThis might return the raw payload as pushed into the store, or one computed\nfrom the payload of the inverse relationship.", "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3622,7 +3622,7 @@ "line": 100, "description": "Push a relationship payload for an individual record.\n\nThis will make the payload available later for both this relationship and its inverse.", "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3631,7 +3631,7 @@ "line": 111, "description": "Unload the relationship payload for an individual record.\n\nThis does not unload the inverse relationship payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3643,7 +3643,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isLHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3655,7 +3655,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isRHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3666,7 +3666,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_populateInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3677,7 +3677,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_addToInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3686,7 +3686,7 @@ "line": 313, "description": "Remove the relationship in `previousPayload` from its inverse(s), because\nthis relationship payload has just been updated (eg because the same\nrelationship had multiple payloads pushed before the relationship was\ninitialized).", "itemtype": "method", - "name": "", + "name": "_removeInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3695,7 +3695,7 @@ "line": 343, "description": "Remove `id` from its inverse record with id `inverseId`. If the inverse\nrelationship is a belongsTo, this means just setting it to null, if the\ninverse relationship is a hasMany, then remove that id from its array of ids.", "itemtype": "method", - "name": "", + "name": "_removeFromInverse", "class": "RelationshipPayloads", "module": "ember-data" }, diff --git a/s3-docs/v2.18.5/ember-data-docs.json b/s3-docs/v2.18.5/ember-data-docs.json index 3a0eb8661..c88545724 100644 --- a/s3-docs/v2.18.5/ember-data-docs.json +++ b/s3-docs/v2.18.5/ember-data-docs.json @@ -3558,7 +3558,7 @@ "\n\n relationshipPayloadsManager.get('hobby', 2, 'user') === {\n {\n data: {\n id: 1,\n type: 'user'\n }\n }\n }" ], "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3570,7 +3570,7 @@ "\n\n let userPayload = {\n data: {\n id: 1,\n type: 'user',\n relationships: {\n hobbies: {\n data: [{\n id: 2,\n type: 'hobby'\n }]\n }\n }\n },\n };\n relationshipPayloadsManager.push('user', 1, userPayload.data.relationships);" ], "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3579,7 +3579,7 @@ "line": 125, "description": "Unload a model's relationships payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3593,7 +3593,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_getRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3604,7 +3604,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_initializeRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3613,7 +3613,7 @@ "line": 93, "description": "Get the payload for the relationship of an individual record.\n\nThis might return the raw payload as pushed into the store, or one computed\nfrom the payload of the inverse relationship.", "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3622,7 +3622,7 @@ "line": 112, "description": "Push a relationship payload for an individual record.\n\nThis will make the payload available later for both this relationship and its inverse.", "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3631,7 +3631,7 @@ "line": 123, "description": "Unload the relationship payload for an individual record.\n\nThis does not unload the inverse relationship payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3643,7 +3643,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isLHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3655,7 +3655,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isRHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3666,7 +3666,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_populateInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3677,7 +3677,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_addToInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3686,7 +3686,7 @@ "line": 350, "description": "Remove the relationship in `previousPayload` from its inverse(s), because\nthis relationship payload has just been updated (eg because the same\nrelationship had multiple payloads pushed before the relationship was\ninitialized).", "itemtype": "method", - "name": "", + "name": "_removeInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3695,7 +3695,7 @@ "line": 381, "description": "Remove `id` from its inverse record with id `inverseId`. If the inverse\nrelationship is a belongsTo, this means just setting it to null, if the\ninverse relationship is a hasMany, then remove that id from its array of ids.", "itemtype": "method", - "name": "", + "name": "_removeFromInverse", "class": "RelationshipPayloads", "module": "ember-data" }, diff --git a/s3-docs/v3.0.3/ember-data-docs.json b/s3-docs/v3.0.3/ember-data-docs.json index 2d474caab..d1a6e827b 100644 --- a/s3-docs/v3.0.3/ember-data-docs.json +++ b/s3-docs/v3.0.3/ember-data-docs.json @@ -3539,7 +3539,7 @@ "\n\n relationshipPayloadsManager.get('hobby', 2, 'user') === {\n {\n data: {\n id: 1,\n type: 'user'\n }\n }\n }" ], "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3551,7 +3551,7 @@ "\n\n let userPayload = {\n data: {\n id: 1,\n type: 'user',\n relationships: {\n hobbies: {\n data: [{\n id: 2,\n type: 'hobby'\n }]\n }\n }\n },\n };\n relationshipPayloadsManager.push('user', 1, userPayload.data.relationships);" ], "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3560,7 +3560,7 @@ "line": 125, "description": "Unload a model's relationships payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3574,7 +3574,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_getRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3585,7 +3585,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_initializeRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3594,7 +3594,7 @@ "line": 93, "description": "Get the payload for the relationship of an individual record.\n\nThis might return the raw payload as pushed into the store, or one computed\nfrom the payload of the inverse relationship.", "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3603,7 +3603,7 @@ "line": 112, "description": "Push a relationship payload for an individual record.\n\nThis will make the payload available later for both this relationship and its inverse.", "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3612,7 +3612,7 @@ "line": 123, "description": "Unload the relationship payload for an individual record.\n\nThis does not unload the inverse relationship payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3624,7 +3624,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isLHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3636,7 +3636,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isRHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3647,7 +3647,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_populateInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3658,7 +3658,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_addToInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3667,7 +3667,7 @@ "line": 350, "description": "Remove the relationship in `previousPayload` from its inverse(s), because\nthis relationship payload has just been updated (eg because the same\nrelationship had multiple payloads pushed before the relationship was\ninitialized).", "itemtype": "method", - "name": "", + "name": "_removeInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3676,7 +3676,7 @@ "line": 381, "description": "Remove `id` from its inverse record with id `inverseId`. If the inverse\nrelationship is a belongsTo, this means just setting it to null, if the\ninverse relationship is a hasMany, then remove that id from its array of ids.", "itemtype": "method", - "name": "", + "name": "_removeFromInverse", "class": "RelationshipPayloads", "module": "ember-data" }, diff --git a/s3-docs/v3.1.1/ember-data-docs.json b/s3-docs/v3.1.1/ember-data-docs.json index 9f25a89fc..50d626c16 100644 --- a/s3-docs/v3.1.1/ember-data-docs.json +++ b/s3-docs/v3.1.1/ember-data-docs.json @@ -3500,7 +3500,7 @@ "\n\n relationshipPayloadsManager.get('hobby', 2, 'user') === {\n {\n data: {\n id: 1,\n type: 'user'\n }\n }\n }" ], "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3512,7 +3512,7 @@ "\n\n let userPayload = {\n data: {\n id: 1,\n type: 'user',\n relationships: {\n hobbies: {\n data: [{\n id: 2,\n type: 'hobby'\n }]\n }\n }\n },\n };\n relationshipPayloadsManager.push('user', 1, userPayload.data.relationships);" ], "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3521,7 +3521,7 @@ "line": 125, "description": "Unload a model's relationships payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3535,7 +3535,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_getRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3546,7 +3546,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_initializeRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3555,7 +3555,7 @@ "line": 93, "description": "Get the payload for the relationship of an individual record.\n\nThis might return the raw payload as pushed into the store, or one computed\nfrom the payload of the inverse relationship.", "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3564,7 +3564,7 @@ "line": 112, "description": "Push a relationship payload for an individual record.\n\nThis will make the payload available later for both this relationship and its inverse.", "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3573,7 +3573,7 @@ "line": 123, "description": "Unload the relationship payload for an individual record.\n\nThis does not unload the inverse relationship payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3585,7 +3585,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isLHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3597,7 +3597,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isRHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3608,7 +3608,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_populateInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3619,7 +3619,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_addToInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3628,7 +3628,7 @@ "line": 350, "description": "Remove the relationship in `previousPayload` from its inverse(s), because\nthis relationship payload has just been updated (eg because the same\nrelationship had multiple payloads pushed before the relationship was\ninitialized).", "itemtype": "method", - "name": "", + "name": "_removeInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3637,7 +3637,7 @@ "line": 381, "description": "Remove `id` from its inverse record with id `inverseId`. If the inverse\nrelationship is a belongsTo, this means just setting it to null, if the\ninverse relationship is a hasMany, then remove that id from its array of ids.", "itemtype": "method", - "name": "", + "name": "_removeFromInverse", "class": "RelationshipPayloads", "module": "ember-data" }, diff --git a/s3-docs/v3.2.2/ember-data-docs.json b/s3-docs/v3.2.2/ember-data-docs.json index 4da94f213..cfb0324d3 100644 --- a/s3-docs/v3.2.2/ember-data-docs.json +++ b/s3-docs/v3.2.2/ember-data-docs.json @@ -3476,7 +3476,7 @@ "\n\n relationshipPayloadsManager.get('hobby', 2, 'user') === {\n {\n data: {\n id: 1,\n type: 'user'\n }\n }\n }" ], "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3488,7 +3488,7 @@ "\n\n let userPayload = {\n data: {\n id: 1,\n type: 'user',\n relationships: {\n hobbies: {\n data: [{\n id: 2,\n type: 'hobby'\n }]\n }\n }\n },\n };\n relationshipPayloadsManager.push('user', 1, userPayload.data.relationships);" ], "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3497,7 +3497,7 @@ "line": 125, "description": "Unload a model's relationships payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3511,7 +3511,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_getRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3522,7 +3522,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_initializeRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3548,7 +3548,7 @@ "line": 129, "description": "Get the payload for the relationship of an individual record.\n\nThis might return the raw payload as pushed into the store, or one computed\nfrom the payload of the inverse relationship.", "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3557,7 +3557,7 @@ "line": 148, "description": "Push a relationship payload for an individual record.\n\nThis will make the payload available later for both this relationship and its inverse.", "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3566,7 +3566,7 @@ "line": 159, "description": "Unload the relationship payload for an individual record.\n\nThis does not unload the inverse relationship payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3578,7 +3578,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isLHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3590,7 +3590,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isRHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3601,7 +3601,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_populateInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3612,7 +3612,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_addToInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3621,7 +3621,7 @@ "line": 416, "description": "Remove the relationship in `previousPayload` from its inverse(s), because\nthis relationship payload has just been updated (eg because the same\nrelationship had multiple payloads pushed before the relationship was\ninitialized).", "itemtype": "method", - "name": "", + "name": "_removeInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3630,7 +3630,7 @@ "line": 450, "description": "Remove `id` from its inverse record with id `inverseId`. If the inverse\nrelationship is a belongsTo, this means just setting it to null, if the\ninverse relationship is a hasMany, then remove that id from its array of ids.", "itemtype": "method", - "name": "", + "name": "_removeFromInverse", "class": "RelationshipPayloads", "module": "ember-data" }, diff --git a/s3-docs/v3.3.2/ember-data-docs.json b/s3-docs/v3.3.2/ember-data-docs.json index 8a14d412a..543567d73 100644 --- a/s3-docs/v3.3.2/ember-data-docs.json +++ b/s3-docs/v3.3.2/ember-data-docs.json @@ -3476,7 +3476,7 @@ "\n\n relationshipPayloadsManager.get('hobby', 2, 'user') === {\n {\n data: {\n id: 1,\n type: 'user'\n }\n }\n }" ], "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3488,7 +3488,7 @@ "\n\n let userPayload = {\n data: {\n id: 1,\n type: 'user',\n relationships: {\n hobbies: {\n data: [{\n id: 2,\n type: 'hobby'\n }]\n }\n }\n },\n };\n relationshipPayloadsManager.push('user', 1, userPayload.data.relationships);" ], "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3497,7 +3497,7 @@ "line": 125, "description": "Unload a model's relationships payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3511,7 +3511,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_getRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3522,7 +3522,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_initializeRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3548,7 +3548,7 @@ "line": 129, "description": "Get the payload for the relationship of an individual record.\n\nThis might return the raw payload as pushed into the store, or one computed\nfrom the payload of the inverse relationship.", "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3557,7 +3557,7 @@ "line": 148, "description": "Push a relationship payload for an individual record.\n\nThis will make the payload available later for both this relationship and its inverse.", "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3566,7 +3566,7 @@ "line": 159, "description": "Unload the relationship payload for an individual record.\n\nThis does not unload the inverse relationship payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3578,7 +3578,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isLHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3590,7 +3590,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isRHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3601,7 +3601,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_populateInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3612,7 +3612,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_addToInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3621,7 +3621,7 @@ "line": 416, "description": "Remove the relationship in `previousPayload` from its inverse(s), because\nthis relationship payload has just been updated (eg because the same\nrelationship had multiple payloads pushed before the relationship was\ninitialized).", "itemtype": "method", - "name": "", + "name": "_removeInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3630,7 +3630,7 @@ "line": 450, "description": "Remove `id` from its inverse record with id `inverseId`. If the inverse\nrelationship is a belongsTo, this means just setting it to null, if the\ninverse relationship is a hasMany, then remove that id from its array of ids.", "itemtype": "method", - "name": "", + "name": "_removeFromInverse", "class": "RelationshipPayloads", "module": "ember-data" }, diff --git a/s3-docs/v3.4.4/ember-data-docs.json b/s3-docs/v3.4.4/ember-data-docs.json index 4d86e0c74..10092d59f 100644 --- a/s3-docs/v3.4.4/ember-data-docs.json +++ b/s3-docs/v3.4.4/ember-data-docs.json @@ -3415,7 +3415,7 @@ "line": 15, "description": "Flag indicating whether all inverse records are available\n\ntrue if the inverse exists and is loaded (not empty)\ntrue if there is no inverse\nfalse if the inverse exists and is not loaded (empty)", "itemtype": "property", - "name": "", + "name": "allInverseRecordsAreLoaded", "return": { "description": "", "type": "Boolean" @@ -3429,7 +3429,7 @@ "line": 29, "description": "Flag indicating whether all inverse records are available\n\ntrue if inverse records exist and are all loaded (all not empty)\ntrue if there are no inverse records\nfalse if the inverse records exist and any are not loaded (any empty)", "itemtype": "property", - "name": "", + "name": "allInverseRecordsAreLoaded", "return": { "description": "", "type": "Boolean" @@ -3496,7 +3496,7 @@ "\n\n relationshipPayloadsManager.get('hobby', 2, 'user') === {\n {\n data: {\n id: 1,\n type: 'user'\n }\n }\n }" ], "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3508,7 +3508,7 @@ "\n\n let userPayload = {\n data: {\n id: 1,\n type: 'user',\n relationships: {\n hobbies: {\n data: [{\n id: 2,\n type: 'hobby'\n }]\n }\n }\n },\n };\n relationshipPayloadsManager.push('user', 1, userPayload.data.relationships);" ], "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3517,7 +3517,7 @@ "line": 127, "description": "Unload a model's relationships payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3531,7 +3531,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_getRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3542,7 +3542,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_initializeRelationshipPayloads", "class": "RelationshipPayloadsManager", "module": "ember-data" }, @@ -3568,7 +3568,7 @@ "line": 129, "description": "Get the payload for the relationship of an individual record.\n\nThis might return the raw payload as pushed into the store, or one computed\nfrom the payload of the inverse relationship.", "itemtype": "method", - "name": "", + "name": "get", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3577,7 +3577,7 @@ "line": 153, "description": "Push a relationship payload for an individual record.\n\nThis will make the payload available later for both this relationship and its inverse.", "itemtype": "method", - "name": "", + "name": "push", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3586,7 +3586,7 @@ "line": 164, "description": "Unload the relationship payload for an individual record.\n\nThis does not unload the inverse relationship payload.", "itemtype": "method", - "name": "", + "name": "unload", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3598,7 +3598,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isLHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3610,7 +3610,7 @@ "type": "Boolean" }, "itemtype": "method", - "name": "", + "name": "_isRHS", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3621,7 +3621,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_populateInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3632,7 +3632,7 @@ "access": "private", "tagname": "", "itemtype": "method", - "name": "", + "name": "_addToInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3641,7 +3641,7 @@ "line": 440, "description": "Remove the relationship in `previousPayload` from its inverse(s), because\nthis relationship payload has just been updated (eg because the same\nrelationship had multiple payloads pushed before the relationship was\ninitialized).", "itemtype": "method", - "name": "", + "name": "_removeInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -3650,7 +3650,7 @@ "line": 474, "description": "Remove `id` from its inverse record with id `inverseId`. If the inverse\nrelationship is a belongsTo, this means just setting it to null, if the\ninverse relationship is a hasMany, then remove that id from its array of ids.", "itemtype": "method", - "name": "", + "name": "_removeFromInverse", "class": "RelationshipPayloads", "module": "ember-data" }, @@ -5318,7 +5318,7 @@ "file": "addon/-private/system/store.js", "line": 3227, "itemtype": "method", - "name": "", + "name": "getModelFactory", "params": [ { "name": "store",