Skip to content

Commit eb3efed

Browse files
committed
Merge branch 'master' into indicator-circular
# Conflicts: # yarn.lock
2 parents 0b38d56 + 7ed03cd commit eb3efed

File tree

17 files changed

+1389
-680
lines changed

17 files changed

+1389
-680
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.1.3](https://github.com/nativescript-community/ui-pager/compare/v14.1.2...v14.1.3) (2023-04-06)
7+
8+
9+
### Bug Fixes
10+
11+
* fix for angular 15.x ([68f4255](https://github.com/nativescript-community/ui-pager/commit/68f4255884b8043b0cf13f762861e274fc410508))
12+
13+
14+
15+
16+
617
## [14.1.2](https://github.com/nativescript-community/ui-pager/compare/v14.1.1...v14.1.2) (2023-03-21)
718

819

docs/assets/highlight.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
--dark-hl-7: #808080;
1818
--light-hl-8: #CD3131;
1919
--dark-hl-8: #F44747;
20-
--light-hl-9: #FF0000;
20+
--light-hl-9: #E50000;
2121
--dark-hl-9: #9CDCFE;
2222
--light-hl-10: #0000FF;
2323
--dark-hl-10: #CE9178;

docs/assets/main.js

Lines changed: 55 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/style.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -483,10 +483,9 @@ blockquote {
483483
.has-menu .col-menu {
484484
visibility: visible;
485485
transform: translate(0, 0);
486-
display: grid;
487-
align-items: center;
488-
grid-template-rows: auto 1fr;
489-
grid-gap: 1.5rem;
486+
display: flex;
487+
flex-direction: column;
488+
gap: 1.5rem;
490489
max-height: 100vh;
491490
padding: 1rem 2rem;
492491
}
@@ -911,7 +910,7 @@ a.tsd-index-link {
911910
margin-right: 0.8rem;
912911
}
913912

914-
@media (min-width: 1024px) {
913+
@media (min-width: 1025px) {
915914
.col-content {
916915
margin: 2rem auto;
917916
}

docs/classes/ui_pager.Pager.html

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,10 @@ <h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-
118118
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited tsd-is-external">
119119
<li class="tsd-signature tsd-anchor-link" id="constructor.new_Pager">new <wbr/>Pager<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="ui_pager.Pager.html" class="tsd-signature-type" data-tsd-kind="Class">Pager</a><a href="#constructor.new_Pager" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
120120
<li class="tsd-description">
121-
<div class="tsd-comment tsd-typography"><p>Please note that should you be using the <code>new Observable({})</code> constructor, it is <strong>obsolete</strong> since v3.0,
122-
and you have to migrate to the &quot;data/observable&quot; <code>fromObject({})</code> or the <code>fromObjectRecursive({})</code> functions.</p>
123-
</div>
124121
<h4 class="tsd-returns-title">Returns <a href="ui_pager.Pager.html" class="tsd-signature-type" data-tsd-kind="Class">Pager</a></h4><aside class="tsd-sources">
125122
<p>Inherited from PagerBase.constructor</p>
126123
<ul>
127-
<li>Defined in node_modules/@nativescript/core/data/observable/index.d.ts:76</li></ul></aside></li></ul></section></section>
124+
<li>Defined in node_modules/@nativescript/core/ui/core/view-base/index.d.ts:263</li></ul></aside></li></ul></section></section>
128125
<section class="tsd-panel-group tsd-member-group">
129126
<h2>Properties</h2>
130127
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="_childrenCount" class="tsd-anchor"></a>
@@ -231,23 +228,23 @@ <h4>Type declaration</h4>
231228
<li class="tsd-parameter">
232229
<h5>get<wbr/>Count<span class="tsd-signature-symbol">:</span>function</h5>
233230
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
234-
<li class="tsd-signature tsd-anchor-link" id="__type.getCount.getCount-1">get<wbr/>Count<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#__type.getCount.getCount-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
231+
<li class="tsd-signature tsd-anchor-link" id="indicator.__type.getCount.getCount-1">get<wbr/>Count<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#indicator.__type.getCount.getCount-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
235232
<li class="tsd-description">
236233
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
237234
<ul>
238235
<li>Defined in packages/ui-pager/index.common.d.ts:70</li></ul></aside></li></ul></li>
239236
<li class="tsd-parameter">
240237
<h5>get<wbr/>Selection<span class="tsd-signature-symbol">:</span>function</h5>
241238
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
242-
<li class="tsd-signature tsd-anchor-link" id="__type.getSelection.getSelection-1">get<wbr/>Selection<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#__type.getSelection.getSelection-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
239+
<li class="tsd-signature tsd-anchor-link" id="indicator.__type.getSelection.getSelection-1">get<wbr/>Selection<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#indicator.__type.getSelection.getSelection-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
243240
<li class="tsd-description">
244241
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
245242
<ul>
246243
<li>Defined in packages/ui-pager/index.common.d.ts:71</li></ul></aside></li></ul></li>
247244
<li class="tsd-parameter">
248245
<h5>set<wbr/>Count<span class="tsd-signature-symbol">:</span>function</h5>
249246
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
250-
<li class="tsd-signature tsd-anchor-link" id="__type.setCount.setCount-1">set<wbr/>Count<span class="tsd-signature-symbol">(</span>count<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><a href="#__type.setCount.setCount-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
247+
<li class="tsd-signature tsd-anchor-link" id="indicator.__type.setCount.setCount-1">set<wbr/>Count<span class="tsd-signature-symbol">(</span>count<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><a href="#indicator.__type.setCount.setCount-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
251248
<li class="tsd-description">
252249
<div class="tsd-parameters">
253250
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -260,7 +257,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span
260257
<li class="tsd-parameter">
261258
<h5>set<wbr/>Interactive<wbr/>Animation<span class="tsd-signature-symbol">:</span>function</h5>
262259
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
263-
<li class="tsd-signature tsd-anchor-link" id="__type.setInteractiveAnimation.setInteractiveAnimation-1">set<wbr/>Interactive<wbr/>Animation<span class="tsd-signature-symbol">(</span>animated<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><a href="#__type.setInteractiveAnimation.setInteractiveAnimation-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
260+
<li class="tsd-signature tsd-anchor-link" id="indicator.__type.setInteractiveAnimation.setInteractiveAnimation-1">set<wbr/>Interactive<wbr/>Animation<span class="tsd-signature-symbol">(</span>animated<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><a href="#indicator.__type.setInteractiveAnimation.setInteractiveAnimation-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
264261
<li class="tsd-description">
265262
<div class="tsd-parameters">
266263
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -273,7 +270,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span
273270
<li class="tsd-parameter">
274271
<h5>set<wbr/>Progress<span class="tsd-signature-symbol">:</span>function</h5>
275272
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
276-
<li class="tsd-signature tsd-anchor-link" id="__type.setProgress.setProgress-1">set<wbr/>Progress<span class="tsd-signature-symbol">(</span>position<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, progress<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><a href="#__type.setProgress.setProgress-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
273+
<li class="tsd-signature tsd-anchor-link" id="indicator.__type.setProgress.setProgress-1">set<wbr/>Progress<span class="tsd-signature-symbol">(</span>position<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, progress<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><a href="#indicator.__type.setProgress.setProgress-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
277274
<li class="tsd-description">
278275
<div class="tsd-parameters">
279276
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -288,7 +285,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span
288285
<li class="tsd-parameter">
289286
<h5>set<wbr/>Selection<span class="tsd-signature-symbol">:</span>function</h5>
290287
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
291-
<li class="tsd-signature tsd-anchor-link" id="__type.setSelection.setSelection-1">set<wbr/>Selection<span class="tsd-signature-symbol">(</span>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, animated<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><a href="#__type.setSelection.setSelection-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
288+
<li class="tsd-signature tsd-anchor-link" id="indicator.__type.setSelection.setSelection-1">set<wbr/>Selection<span class="tsd-signature-symbol">(</span>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, animated<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><a href="#indicator.__type.setSelection.setSelection-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
292289
<li class="tsd-description">
293290
<div class="tsd-parameters">
294291
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -303,7 +300,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span
303300
<li class="tsd-parameter">
304301
<h5>without<wbr/>Animation<span class="tsd-signature-symbol">:</span>function</h5>
305302
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
306-
<li class="tsd-signature tsd-anchor-link" id="__type.withoutAnimation.withoutAnimation-1">without<wbr/>Animation<span class="tsd-signature-symbol">(</span>callback<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><a href="#__type.withoutAnimation.withoutAnimation-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
303+
<li class="tsd-signature tsd-anchor-link" id="indicator.__type.withoutAnimation.withoutAnimation-1">without<wbr/>Animation<span class="tsd-signature-symbol">(</span>callback<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><a href="#indicator.__type.withoutAnimation.withoutAnimation-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
307304
<li class="tsd-description">
308305
<div class="tsd-parameters">
309306
<h4 class="tsd-parameters-title">Parameters</h4>

docs/classes/ui_pager.PagerItem.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,10 @@ <h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-
4040
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited tsd-is-external">
4141
<li class="tsd-signature tsd-anchor-link" id="constructor.new_PagerItem">new <wbr/>Pager<wbr/>Item<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="ui_pager.PagerItem.html" class="tsd-signature-type" data-tsd-kind="Class">PagerItem</a><a href="#constructor.new_PagerItem" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
4242
<li class="tsd-description">
43-
<div class="tsd-comment tsd-typography"><p>Please note that should you be using the <code>new Observable({})</code> constructor, it is <strong>obsolete</strong> since v3.0,
44-
and you have to migrate to the &quot;data/observable&quot; <code>fromObject({})</code> or the <code>fromObjectRecursive({})</code> functions.</p>
45-
</div>
4643
<h4 class="tsd-returns-title">Returns <a href="ui_pager.PagerItem.html" class="tsd-signature-type" data-tsd-kind="Class">PagerItem</a></h4><aside class="tsd-sources">
4744
<p>Inherited from GridLayout.constructor</p>
4845
<ul>
49-
<li>Defined in node_modules/@nativescript/core/data/observable/index.d.ts:76</li></ul></aside></li></ul></section></section></div>
46+
<li>Defined in node_modules/@nativescript/core/ui/core/view-base/index.d.ts:263</li></ul></aside></li></ul></section></section></div>
5047
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
5148
<div class="tsd-navigation settings">
5249
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">

0 commit comments

Comments
 (0)