@mindful-web/marko-web-search 1.0.1 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/build-href.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/build-href.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  module_defaultValue = require("@mindful-web/marko-core/utils/default-value"),
8
8
  defaultValue = module_defaultValue.default || module_defaultValue,
@@ -42,5 +42,5 @@ marko_template._ = marko_renderer(render, {
42
42
  });
43
43
 
44
44
  marko_template.meta = {
45
- id: "/@mindful-web/marko-web-search$1.0.1/components/build-href.marko"
45
+ id: "/@mindful-web/marko-web-search$1.11.0/components/build-href.marko"
46
46
  };
@@ -1,8 +1,9 @@
1
+ import defaultValue from "@mindful-web/marko-core/utils/default-value";
1
2
  import { isFunction } from '@mindful-web/utils';
2
3
 
3
4
  $ const { $markoWebSearch: search, i18n } = out.global;
4
5
 
5
- $ const title = isFunction(i18n) ? i18n("Content Types") : "Content Types";
6
+ $ const title = isFunction(i18n) ? i18n(defaultValue(input.title,"Content Types")) : defaultValue(input.title, "Content Types");
6
7
 
7
8
  <marko-web-search-filter-block
8
9
  filter-key="contentTypes"
@@ -2,8 +2,10 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/filters/content-types.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/filters/content-types.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
+ module_defaultValue = require("@mindful-web/marko-core/utils/default-value"),
8
+ defaultValue = module_defaultValue.default || module_defaultValue,
7
9
  module_utils_module = require("@mindful-web/utils"),
8
10
  utils_module = module_utils_module.default || module_utils_module,
9
11
  isFunction = module_utils_module.isFunction,
@@ -16,7 +18,7 @@ function render(input, out, __component, component, state) {
16
18
 
17
19
  const { $markoWebSearch: search, i18n } = out.global;
18
20
 
19
- const title = isFunction(i18n) ? i18n("Content Types") : "Content Types";
21
+ const title = isFunction(i18n) ? i18n(defaultValue(input.title,"Content Types")) : defaultValue(input.title, "Content Types");
20
22
 
21
23
  marko_web_search_filter_block_tag({
22
24
  filterKey: "contentTypes",
@@ -33,7 +35,7 @@ marko_template._ = marko_renderer(render, {
33
35
  });
34
36
 
35
37
  marko_template.meta = {
36
- id: "/@mindful-web/marko-web-search$1.0.1/components/filters/content-types.marko",
38
+ id: "/@mindful-web/marko-web-search$1.11.0/components/filters/content-types.marko",
37
39
  tags: [
38
40
  "./filter-block.marko"
39
41
  ]
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/filters/filter-block.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/filters/filter-block.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  module_objectPath_module = require("@mindful-web/object-path"),
8
8
  objectPath_module = module_objectPath_module.default || module_objectPath_module,
@@ -141,7 +141,7 @@ marko_template._ = marko_renderer(render, {
141
141
  });
142
142
 
143
143
  marko_template.meta = {
144
- id: "/@mindful-web/marko-web-search$1.0.1/components/filters/filter-block.marko",
144
+ id: "/@mindful-web/marko-web-search$1.11.0/components/filters/filter-block.marko",
145
145
  tags: [
146
146
  "@mindful-web/marko-web/components/browser-component.marko",
147
147
  "../links/set-filter-value.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/filters/filter-container.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/filters/filter-container.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  module_objectPath_module = require("@mindful-web/object-path"),
8
8
  objectPath_module = module_objectPath_module.default || module_objectPath_module,
@@ -76,7 +76,7 @@ marko_template._ = marko_renderer(render, {
76
76
  });
77
77
 
78
78
  marko_template.meta = {
79
- id: "/@mindful-web/marko-web-search$1.0.1/components/filters/filter-container.marko",
79
+ id: "/@mindful-web/marko-web-search$1.11.0/components/filters/filter-container.marko",
80
80
  tags: [
81
81
  "@mindful-web/marko-web/components/browser-component.marko",
82
82
  "@mindful-web/marko-web/components/element/index.marko",
@@ -1,3 +1,4 @@
1
+ import defaultValue from "@mindful-web/marko-core/utils/default-value";
1
2
  import gql from "graphql-tag";
2
3
  import { get, getAsArray, getAsObject } from "@mindful-web/object-path";
3
4
  import { isFunction } from '@mindful-web/utils';
@@ -7,8 +8,8 @@ $ const blockName = "marko-web-search-selected-filters";
7
8
  $ const { contentTypes, assignedToWebsiteSectionIds } = search.input;
8
9
  $ const { contentTypeObjectMap } = search.config;
9
10
  $ const i18nIsFunction = isFunction(i18n);
10
- $ const typePrefix = i18nIsFunction ? i18n("Type") : "Type";
11
- $ const sectionPrefix = i18nIsFunction? i18n("Section") : "Section";
11
+ $ const typePrefix = i18nIsFunction ? i18n(defaultValue(input.typePrefix, "Type")) : defaultValue(input.typePrefix, "Type");
12
+ $ const sectionPrefix = i18nIsFunction? i18n(defaultValue(input.sectionPrefix, "Section")) : defaultValue(input.sectionPrefix, "Section");
12
13
 
13
14
  $ const queryFragment = gql`
14
15
  fragment MarkoWebSearchSelectedWebsiteSectionFragment on WebsiteSection {
@@ -2,9 +2,11 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/filters/selected/index.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/filters/selected/index.marko",
6
6
  marko_component = require("./index.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
+ module_defaultValue = require("@mindful-web/marko-core/utils/default-value"),
9
+ defaultValue = module_defaultValue.default || module_defaultValue,
8
10
  module_gql = require("graphql-tag"),
9
11
  gql = module_gql.default || module_gql,
10
12
  module_objectPath_module = require("@mindful-web/object-path"),
@@ -37,9 +39,9 @@ function render(input, out, __component, component, state) {
37
39
 
38
40
  const i18nIsFunction = isFunction(i18n);
39
41
 
40
- const typePrefix = i18nIsFunction ? i18n("Type") : "Type";
42
+ const typePrefix = i18nIsFunction ? i18n(defaultValue(input.typePrefix, "Type")) : defaultValue(input.typePrefix, "Type");
41
43
 
42
- const sectionPrefix = i18nIsFunction? i18n("Section") : "Section";
44
+ const sectionPrefix = i18nIsFunction? i18n(defaultValue(input.sectionPrefix, "Section")) : defaultValue(input.sectionPrefix, "Section");
43
45
 
44
46
  const queryFragment = gql`
45
47
  fragment MarkoWebSearchSelectedWebsiteSectionFragment on WebsiteSection {
@@ -103,7 +105,7 @@ marko_template._ = marko_renderer(render, {
103
105
  }, marko_component);
104
106
 
105
107
  marko_template.meta = {
106
- id: "/@mindful-web/marko-web-search$1.0.1/components/filters/selected/index.marko",
108
+ id: "/@mindful-web/marko-web-search$1.11.0/components/filters/selected/index.marko",
107
109
  component: "./index.marko",
108
110
  tags: [
109
111
  "./item.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/filters/selected/item.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/filters/selected/item.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  module_objectPath_module = require("@mindful-web/object-path"),
8
8
  objectPath_module = module_objectPath_module.default || module_objectPath_module,
@@ -91,7 +91,7 @@ marko_template._ = marko_renderer(render, {
91
91
  });
92
92
 
93
93
  marko_template.meta = {
94
- id: "/@mindful-web/marko-web-search$1.0.1/components/filters/selected/item.marko",
94
+ id: "/@mindful-web/marko-web-search$1.11.0/components/filters/selected/item.marko",
95
95
  tags: [
96
96
  "@mindful-web/marko-web/components/element/index.marko",
97
97
  "@mindful-web/marko-web-icons/components/icon.marko",
@@ -1,10 +1,11 @@
1
+ import defaultValue from "@mindful-web/marko-core/utils/default-value";
1
2
  import { getAsArray } from "@mindful-web/object-path";
2
3
  import { isFunction } from '@mindful-web/utils';
3
4
  import loadWebsiteSections from "./load-website-sections";
4
5
 
5
6
  $ const { $markoWebSearch, apollo, i18n } = out.global;
6
7
  $ const filterKey = "assignedToWebsiteSectionIds";
7
- $ const title = isFunction(i18n) ? i18n("Website Sections") : "Website Sections";
8
+ $ const title = isFunction(i18n) ? i18n(defaultValue(input.title, "Website Sections")) : defaultValue(input.title, "Website Sections");
8
9
 
9
10
  <marko-web-resolve|{ resolved }| promise=loadWebsiteSections({
10
11
  $markoWebSearch,
@@ -2,9 +2,11 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/filters/website-sections-by-alias.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/filters/website-sections-by-alias.marko",
6
6
  marko_component = require("./website-sections-by-alias.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
+ module_defaultValue = require("@mindful-web/marko-core/utils/default-value"),
9
+ defaultValue = module_defaultValue.default || module_defaultValue,
8
10
  module_objectPath_module = require("@mindful-web/object-path"),
9
11
  objectPath_module = module_objectPath_module.default || module_objectPath_module,
10
12
  getAsArray = module_objectPath_module.getAsArray,
@@ -33,7 +35,7 @@ function render(input, out, __component, component, state) {
33
35
 
34
36
  const filterKey = "assignedToWebsiteSectionIds";
35
37
 
36
- const title = isFunction(i18n) ? i18n("Website Sections") : "Website Sections";
38
+ const title = isFunction(i18n) ? i18n(defaultValue(input.title, "Website Sections")) : defaultValue(input.title, "Website Sections");
37
39
 
38
40
  marko_web_resolve_tag({
39
41
  promise: loadWebsiteSections({
@@ -128,7 +130,7 @@ marko_template._ = marko_renderer(render, {
128
130
  }, marko_component);
129
131
 
130
132
  marko_template.meta = {
131
- id: "/@mindful-web/marko-web-search$1.0.1/components/filters/website-sections-by-alias.marko",
133
+ id: "/@mindful-web/marko-web-search$1.11.0/components/filters/website-sections-by-alias.marko",
132
134
  component: "./website-sections-by-alias.marko",
133
135
  tags: [
134
136
  "../links/set-filter-value.marko",
@@ -1,10 +1,11 @@
1
+ import defaultValue from "@mindful-web/marko-core/utils/default-value";
1
2
  import { getAsArray } from "@mindful-web/object-path";
2
3
  import { isFunction } from '@mindful-web/utils';
3
4
  import loadWebsiteSections from "./load-website-sections";
4
5
 
5
6
  $ const { $markoWebSearch, apollo, i18n } = out.global;
6
7
  $ const filterKey = "assignedToWebsiteSectionIds";
7
- $ const title = isFunction(i18n) ? i18n("Website Sections") : "Website Sections";
8
+ $ const title = isFunction(i18n) ? i18n(defaultValue(input.title, "Website Sections")) : defaultValue(input.title, "Website Sections");
8
9
 
9
10
  <marko-web-resolve|{ resolved }| promise=loadWebsiteSections({
10
11
  $markoWebSearch,
@@ -2,9 +2,11 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/filters/website-sections.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/filters/website-sections.marko",
6
6
  marko_component = require("./website-sections.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
+ module_defaultValue = require("@mindful-web/marko-core/utils/default-value"),
9
+ defaultValue = module_defaultValue.default || module_defaultValue,
8
10
  module_objectPath_module = require("@mindful-web/object-path"),
9
11
  objectPath_module = module_objectPath_module.default || module_objectPath_module,
10
12
  getAsArray = module_objectPath_module.getAsArray,
@@ -33,7 +35,7 @@ function render(input, out, __component, component, state) {
33
35
 
34
36
  const filterKey = "assignedToWebsiteSectionIds";
35
37
 
36
- const title = isFunction(i18n) ? i18n("Website Sections") : "Website Sections";
38
+ const title = isFunction(i18n) ? i18n(defaultValue(input.title, "Website Sections")) : defaultValue(input.title, "Website Sections");
37
39
 
38
40
  marko_web_resolve_tag({
39
41
  promise: loadWebsiteSections({
@@ -112,7 +114,7 @@ marko_template._ = marko_renderer(render, {
112
114
  }, marko_component);
113
115
 
114
116
  marko_template.meta = {
115
- id: "/@mindful-web/marko-web-search$1.0.1/components/filters/website-sections.marko",
117
+ id: "/@mindful-web/marko-web-search$1.11.0/components/filters/website-sections.marko",
116
118
  component: "./website-sections.marko",
117
119
  tags: [
118
120
  "../links/set-filter-value.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/form/index.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/form/index.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  module_objectPath_module = require("@mindful-web/object-path"),
8
8
  objectPath_module = module_objectPath_module.default || module_objectPath_module,
@@ -72,7 +72,7 @@ marko_template._ = marko_renderer(render, {
72
72
  });
73
73
 
74
74
  marko_template.meta = {
75
- id: "/@mindful-web/marko-web-search$1.0.1/components/form/index.marko",
75
+ id: "/@mindful-web/marko-web-search$1.11.0/components/form/index.marko",
76
76
  tags: [
77
77
  "@mindful-web/marko-web/components/element/block.marko"
78
78
  ]
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/form/input.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/form/input.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  marko_mergeAttrs = require("marko/dist/runtime/html/helpers/merge-attrs");
8
8
 
@@ -26,5 +26,5 @@ marko_template._ = marko_renderer(render, {
26
26
  });
27
27
 
28
28
  marko_template.meta = {
29
- id: "/@mindful-web/marko-web-search$1.0.1/components/form/input.marko"
29
+ id: "/@mindful-web/marko-web-search$1.11.0/components/form/input.marko"
30
30
  };
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/links/link.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/links/link.marko",
6
6
  marko_component = require("./link.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
8
  marko_dynamicTag = require("marko/dist/runtime/helpers/dynamic-tag"),
@@ -38,7 +38,7 @@ marko_template._ = marko_renderer(render, {
38
38
  }, marko_component);
39
39
 
40
40
  marko_template.meta = {
41
- id: "/@mindful-web/marko-web-search$1.0.1/components/links/link.marko",
41
+ id: "/@mindful-web/marko-web-search$1.11.0/components/links/link.marko",
42
42
  component: "./link.marko",
43
43
  tags: [
44
44
  "@mindful-web/marko-web/components/element/link.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/links/next-page.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/links/next-page.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  module_utils_module = require("@mindful-web/utils"),
8
8
  utils_module = module_utils_module.default || module_utils_module,
@@ -52,7 +52,7 @@ marko_template._ = marko_renderer(render, {
52
52
  });
53
53
 
54
54
  marko_template.meta = {
55
- id: "/@mindful-web/marko-web-search$1.0.1/components/links/next-page.marko",
55
+ id: "/@mindful-web/marko-web-search$1.11.0/components/links/next-page.marko",
56
56
  tags: [
57
57
  "./link.marko"
58
58
  ]
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/links/previous-page.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/links/previous-page.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  module_utils_module = require("@mindful-web/utils"),
8
8
  utils_module = module_utils_module.default || module_utils_module,
@@ -52,7 +52,7 @@ marko_template._ = marko_renderer(render, {
52
52
  });
53
53
 
54
54
  marko_template.meta = {
55
- id: "/@mindful-web/marko-web-search$1.0.1/components/links/previous-page.marko",
55
+ id: "/@mindful-web/marko-web-search$1.11.0/components/links/previous-page.marko",
56
56
  tags: [
57
57
  "./link.marko"
58
58
  ]
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/links/reset-filter.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/links/reset-filter.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  module_defaultValue = require("@mindful-web/marko-core/utils/default-value"),
8
8
  defaultValue = module_defaultValue.default || module_defaultValue,
@@ -48,7 +48,7 @@ marko_template._ = marko_renderer(render, {
48
48
  });
49
49
 
50
50
  marko_template.meta = {
51
- id: "/@mindful-web/marko-web-search$1.0.1/components/links/reset-filter.marko",
51
+ id: "/@mindful-web/marko-web-search$1.11.0/components/links/reset-filter.marko",
52
52
  tags: [
53
53
  "./link.marko"
54
54
  ]
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/links/set-filter-value.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/links/set-filter-value.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  module_defaultValue = require("@mindful-web/marko-core/utils/default-value"),
8
8
  defaultValue = module_defaultValue.default || module_defaultValue,
@@ -79,7 +79,7 @@ marko_template._ = marko_renderer(render, {
79
79
  });
80
80
 
81
81
  marko_template.meta = {
82
- id: "/@mindful-web/marko-web-search$1.0.1/components/links/set-filter-value.marko",
82
+ id: "/@mindful-web/marko-web-search$1.11.0/components/links/set-filter-value.marko",
83
83
  tags: [
84
84
  "./link.marko"
85
85
  ]
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/pagination-controls.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/pagination-controls.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  module_defaultValue = require("@mindful-web/marko-core/utils/default-value"),
8
8
  defaultValue = module_defaultValue.default || module_defaultValue,
@@ -98,7 +98,7 @@ marko_template._ = marko_renderer(render, {
98
98
  });
99
99
 
100
100
  marko_template.meta = {
101
- id: "/@mindful-web/marko-web-search$1.0.1/components/pagination-controls.marko",
101
+ id: "/@mindful-web/marko-web-search$1.11.0/components/pagination-controls.marko",
102
102
  tags: [
103
103
  "./links/previous-page.marko",
104
104
  "@mindful-web/marko-web/components/element/index.marko",
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/query-child-sections.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/query-child-sections.marko",
6
6
  marko_component = require("./query-child-sections.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
8
  module_gql = require("graphql-tag"),
@@ -52,7 +52,7 @@ marko_template._ = marko_renderer(render, {
52
52
  }, marko_component);
53
53
 
54
54
  marko_template.meta = {
55
- id: "/@mindful-web/marko-web-search$1.0.1/components/query-child-sections.marko",
55
+ id: "/@mindful-web/marko-web-search$1.11.0/components/query-child-sections.marko",
56
56
  component: "./query-child-sections.marko",
57
57
  tags: [
58
58
  "@mindful-web/marko-core/components/queries/website-sections.marko"
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/query.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/query.marko",
6
6
  marko_component = require("./query.marko"),
7
7
  marko_renderer = require("marko/dist/runtime/components/renderer"),
8
8
  module_loader = require("../loaders/search"),
@@ -59,7 +59,7 @@ marko_template._ = marko_renderer(render, {
59
59
  }, marko_component);
60
60
 
61
61
  marko_template.meta = {
62
- id: "/@mindful-web/marko-web-search$1.0.1/components/query.marko",
62
+ id: "/@mindful-web/marko-web-search$1.11.0/components/query.marko",
63
63
  component: "./query.marko",
64
64
  tags: [
65
65
  "@mindful-web/marko-core/components/resolve.marko"
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
 
4
4
  var marko_template = module.exports = require("marko/dist/html").t(__filename),
5
- marko_componentType = "/@mindful-web/marko-web-search$1.0.1/components/sort-by/index.marko",
5
+ marko_componentType = "/@mindful-web/marko-web-search$1.11.0/components/sort-by/index.marko",
6
6
  marko_renderer = require("marko/dist/runtime/components/renderer"),
7
7
  module_objectPath_module = require("@mindful-web/object-path"),
8
8
  objectPath_module = module_objectPath_module.default || module_objectPath_module,
@@ -64,7 +64,7 @@ marko_template._ = marko_renderer(render, {
64
64
  });
65
65
 
66
66
  marko_template.meta = {
67
- id: "/@mindful-web/marko-web-search$1.0.1/components/sort-by/index.marko",
67
+ id: "/@mindful-web/marko-web-search$1.11.0/components/sort-by/index.marko",
68
68
  tags: [
69
69
  "@mindful-web/marko-web/components/browser-component.marko",
70
70
  "@mindful-web/marko-web/components/element/block.marko"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindful-web/marko-web-search",
3
- "version": "1.0.1",
3
+ "version": "1.11.0",
4
4
  "author": "Jacob Bare <jacob@parameter1.com>",
5
5
  "repository": "https://github.com/parameter1/mindful-web/tree/main/packages/marko-web-search",
6
6
  "license": "MIT",
@@ -16,7 +16,7 @@
16
16
  "@mindful-web/marko-web-icons": "^1.0.0",
17
17
  "@mindful-web/object-path": "^1.0.0",
18
18
  "@mindful-web/utils": "^1.0.0",
19
- "@mindful-web/web-common": "^1.0.0",
19
+ "@mindful-web/web-common": "^1.11.0",
20
20
  "@parameter1/joi": "^1.2.10",
21
21
  "graphql": "^14.7.0",
22
22
  "graphql-tag": "^2.12.6"
@@ -28,5 +28,5 @@
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
- "gitHead": "32a118ae20fc89f93c2c8c345a73cc2a65de18ae"
31
+ "gitHead": "60cd78127c412485c802c77587ab248d0a16a9e7"
32
32
  }