@pronto-tools-and-more/files 12.52.0 → 13.0.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.
@@ -1836,17 +1836,26 @@
1836
1836
  "$ref": "#/definitions/CategoryConfig"
1837
1837
  },
1838
1838
  {
1839
- "$ref": "#/definitions/ContentTitleConfig"
1839
+ "$ref": "#/definitions/CollectionConfig"
1840
1840
  },
1841
1841
  {
1842
1842
  "$ref": "#/definitions/ContentBodyConfig"
1843
1843
  },
1844
+ {
1845
+ "$ref": "#/definitions/ContentConfig"
1846
+ },
1844
1847
  {
1845
1848
  "$ref": "#/definitions/ContentFeaturedImageConfig"
1846
1849
  },
1850
+ {
1851
+ "$ref": "#/definitions/ContentTitleConfig"
1852
+ },
1847
1853
  {
1848
1854
  "$ref": "#/definitions/CouponConfig"
1849
1855
  },
1856
+ {
1857
+ "$ref": "#/definitions/DownloadIssuesConfig"
1858
+ },
1850
1859
  {
1851
1860
  "$ref": "#/definitions/DropdownConfig"
1852
1861
  },
@@ -1856,6 +1865,9 @@
1856
1865
  {
1857
1866
  "$ref": "#/definitions/HTMLConfig"
1858
1867
  },
1868
+ {
1869
+ "$ref": "#/definitions/IFrameConfig"
1870
+ },
1859
1871
  {
1860
1872
  "$ref": "#/definitions/IssueConfig"
1861
1873
  },
@@ -1865,6 +1877,9 @@
1865
1877
  {
1866
1878
  "$ref": "#/definitions/LoginConfig"
1867
1879
  },
1880
+ {
1881
+ "$ref": "#/definitions/MenuConfig"
1882
+ },
1868
1883
  {
1869
1884
  "$ref": "#/definitions/ProductConfig"
1870
1885
  },
@@ -1904,26 +1919,11 @@
1904
1919
  {
1905
1920
  "$ref": "#/definitions/ToolBarConfig"
1906
1921
  },
1907
- {
1908
- "$ref": "#/definitions/CollectionConfig"
1909
- },
1910
- {
1911
- "$ref": "#/definitions/MenuConfig"
1912
- },
1913
- {
1914
- "$ref": "#/definitions/DownloadIssuesConfig"
1915
- },
1916
1922
  {
1917
1923
  "$ref": "#/definitions/UserTagTestingConfig"
1918
1924
  },
1919
1925
  {
1920
1926
  "$ref": "#/definitions/WidgetConfig"
1921
- },
1922
- {
1923
- "$ref": "#/definitions/IFrameConfig"
1924
- },
1925
- {
1926
- "$ref": "#/definitions/ContentConfig"
1927
1927
  }
1928
1928
  ],
1929
1929
  "default": {
@@ -2365,7 +2365,7 @@
2365
2365
  "title": "Conditional",
2366
2366
  "type": "object"
2367
2367
  },
2368
- "ConditionalValue<structure-1822415119-6211-6268-1822415119-6193-6269-1822415119-6134-6269-1822415119-6132-6270-1822415119-6132-6272-1822415119-6052-6273-1822415119-495-6276-1822415119-0-7077>": {
2368
+ "ConditionalValue<structure-1822415119-6188-6245-1822415119-6170-6246-1822415119-6111-6246-1822415119-6109-6247-1822415119-6109-6249-1822415119-6029-6250-1822415119-472-6253-1822415119-0-7054>": {
2369
2369
  "additionalProperties": false,
2370
2370
  "properties": {
2371
2371
  "condition": {
@@ -3479,6 +3479,19 @@
3479
3479
  },
3480
3480
  "type": "object"
3481
3481
  },
3482
+ "ContentSearchResultComparator": {
3483
+ "additionalProperties": false,
3484
+ "description": "All properties are mutually-exclusive.",
3485
+ "properties": {
3486
+ "publicationDate": {
3487
+ "$ref": "#/definitions/DateComparator"
3488
+ },
3489
+ "relevance": {
3490
+ "$ref": "#/definitions/RelevanceComparator"
3491
+ }
3492
+ },
3493
+ "type": "object"
3494
+ },
3482
3495
  "ContentTemplate": {
3483
3496
  "enum": ["cover", "card", "highlight", "details", "group"],
3484
3497
  "type": "string"
@@ -4179,7 +4192,7 @@
4179
4192
  "type": "string"
4180
4193
  },
4181
4194
  "downloadAvaliableMessage": {
4182
- "description": "shown when there aer some downloads availabe (either updates or new issues). \n%(totalIssues)s = total issues, %(totalSize)s = total MB used, %(toDownload)s = mb to download",
4195
+ "description": "shown when there aer some downloads availabe (either updates or new issues).\n%(totalIssues)s = total issues, %(totalSize)s = total MB used, %(toDownload)s = mb to download",
4183
4196
  "type": "string"
4184
4197
  },
4185
4198
  "downloadInProgressMessage": {
@@ -5384,6 +5397,30 @@
5384
5397
  "title": "Global",
5385
5398
  "type": "object"
5386
5399
  },
5400
+ "GroupTag": {
5401
+ "description": "Tags for list and section components",
5402
+ "enum": [
5403
+ "div",
5404
+ "li",
5405
+ "ol",
5406
+ "p",
5407
+ "ul",
5408
+ "article",
5409
+ "aside",
5410
+ "details",
5411
+ "figcaption",
5412
+ "figure",
5413
+ "footer",
5414
+ "header",
5415
+ "main",
5416
+ "mark",
5417
+ "nav",
5418
+ "section",
5419
+ "summary",
5420
+ "time"
5421
+ ],
5422
+ "type": "string"
5423
+ },
5387
5424
  "HTMLConfig": {
5388
5425
  "additionalProperties": false,
5389
5426
  "description": "The HTML component inserts an HTML element with the given tag.",
@@ -5450,8 +5487,8 @@
5450
5487
  "type": "boolean"
5451
5488
  },
5452
5489
  "tag": {
5453
- "description": "The tag to use for the rendered element.",
5454
- "type": "string"
5490
+ "$ref": "#/definitions/HtmlTag",
5491
+ "description": "The tag to use for the rendered element."
5455
5492
  },
5456
5493
  "tap": {
5457
5494
  "$ref": "#/definitions/EventActionConfig",
@@ -5476,6 +5513,47 @@
5476
5513
  "title": "HTML",
5477
5514
  "type": "object"
5478
5515
  },
5516
+ "HtmlTag": {
5517
+ "description": "Tags for html component",
5518
+ "enum": [
5519
+ "a",
5520
+ "br",
5521
+ "button",
5522
+ "div",
5523
+ "em",
5524
+ "h1",
5525
+ "h2",
5526
+ "h3",
5527
+ "h4",
5528
+ "h5",
5529
+ "h6",
5530
+ "hr",
5531
+ "iframe",
5532
+ "img",
5533
+ "input",
5534
+ "li",
5535
+ "ol",
5536
+ "p",
5537
+ "pre",
5538
+ "small",
5539
+ "span",
5540
+ "ul",
5541
+ "article",
5542
+ "aside",
5543
+ "details",
5544
+ "figcaption",
5545
+ "figure",
5546
+ "footer",
5547
+ "header",
5548
+ "main",
5549
+ "mark",
5550
+ "nav",
5551
+ "section",
5552
+ "summary",
5553
+ "time"
5554
+ ],
5555
+ "type": "string"
5556
+ },
5479
5557
  "IFrameConfig": {
5480
5558
  "additionalProperties": false,
5481
5559
  "properties": {
@@ -7055,6 +7133,10 @@
7055
7133
  "description": "Whether the element should be sticky",
7056
7134
  "type": "boolean"
7057
7135
  },
7136
+ "tag": {
7137
+ "$ref": "#/definitions/GroupTag",
7138
+ "description": "Custom tag for the root element of this list. Only available in leanDom.\nDefault: 'div'"
7139
+ },
7058
7140
  "tapEntry": {
7059
7141
  "anyOf": [
7060
7142
  {
@@ -8372,7 +8454,7 @@
8372
8454
  "type": "object"
8373
8455
  },
8374
8456
  {
8375
- "$ref": "#/definitions/ConditionalValue%3Cstructure-1822415119-6211-6268-1822415119-6193-6269-1822415119-6134-6269-1822415119-6132-6270-1822415119-6132-6272-1822415119-6052-6273-1822415119-495-6276-1822415119-0-7077%3E"
8457
+ "$ref": "#/definitions/ConditionalValue%3Cstructure-1822415119-6188-6245-1822415119-6170-6246-1822415119-6111-6246-1822415119-6109-6247-1822415119-6109-6249-1822415119-6029-6250-1822415119-472-6253-1822415119-0-7054%3E"
8376
8458
  }
8377
8459
  ]
8378
8460
  },
@@ -9995,6 +10077,13 @@
9995
10077
  "$ref": "#/definitions/SearchOptions",
9996
10078
  "description": "Search Options"
9997
10079
  },
10080
+ "sort": {
10081
+ "description": "Sort results based on provided criteria, defaults to relevance.",
10082
+ "items": {
10083
+ "$ref": "#/definitions/ContentSearchResultComparator"
10084
+ },
10085
+ "type": "array"
10086
+ },
9998
10087
  "type": {
9999
10088
  "const": "search-result",
10000
10089
  "type": "string"
@@ -10070,6 +10159,10 @@
10070
10159
  "description": "Whether the element should be sticky",
10071
10160
  "type": "boolean"
10072
10161
  },
10162
+ "tag": {
10163
+ "$ref": "#/definitions/GroupTag",
10164
+ "description": "Custom tag for the root element of this section. Only available in leanDom.\nDefault: 'div'"
10165
+ },
10073
10166
  "template": {
10074
10167
  "description": "The template to display the component in. This will control the layout of the component. The template will also be available as an attribute so css selectors can access them. Example: my-element[template=\"my-template\"]"
10075
10168
  },
@@ -11045,7 +11138,7 @@
11045
11138
  "type": "object"
11046
11139
  },
11047
11140
  {
11048
- "$ref": "#/definitions/ConditionalValue%3Cstructure-1822415119-6211-6268-1822415119-6193-6269-1822415119-6134-6269-1822415119-6132-6270-1822415119-6132-6272-1822415119-6052-6273-1822415119-495-6276-1822415119-0-7077%3E"
11141
+ "$ref": "#/definitions/ConditionalValue%3Cstructure-1822415119-6188-6245-1822415119-6170-6246-1822415119-6111-6246-1822415119-6109-6247-1822415119-6109-6249-1822415119-6029-6250-1822415119-472-6253-1822415119-0-7054%3E"
11049
11142
  }
11050
11143
  ]
11051
11144
  },
@@ -11583,7 +11676,7 @@
11583
11676
  }
11584
11677
  },
11585
11678
  "required": ["type"],
11586
- "title": "switch",
11679
+ "title": "Switch",
11587
11680
  "type": "object"
11588
11681
  },
11589
11682
  "TaxonomyComparator": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/files",
3
- "version": "12.52.0",
3
+ "version": "13.0.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},