@servicetitan/anvil2 1.49.7 → 1.50.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.
- package/CHANGELOG.md +14 -0
- package/dist/{DataTable-CUFa7cQK.js → DataTable-DSySFGWC.js} +3 -3
- package/dist/{DataTable-CUFa7cQK.js.map → DataTable-DSySFGWC.js.map} +1 -1
- package/dist/{Dialog-UzG6-s9H.js → Dialog-BwabBKoZ.js} +19 -13
- package/dist/Dialog-BwabBKoZ.js.map +1 -0
- package/dist/Dialog.css +31 -28
- package/dist/Dialog.js +1 -1
- package/dist/{Drawer-BHK18NYm.js → Drawer-GXeoK-r9.js} +20 -12
- package/dist/Drawer-GXeoK-r9.js.map +1 -0
- package/dist/Drawer.css +33 -27
- package/dist/Drawer.js +1 -1
- package/dist/{Page-ClI3IOc7.js → Page-DEbpjQw0.js} +2 -2
- package/dist/{Page-ClI3IOc7.js.map → Page-DEbpjQw0.js.map} +1 -1
- package/dist/Page.js +1 -1
- package/dist/{Pagination-CnF6yBr5.js → Pagination-BR8MiRaA.js} +17 -25
- package/dist/Pagination-BR8MiRaA.js.map +1 -0
- package/dist/Pagination.js +1 -1
- package/dist/{SearchField-D6bICv4b.js → SearchField-CJAo8dE0.js} +10 -7
- package/dist/{SearchField-D6bICv4b.js.map → SearchField-CJAo8dE0.js.map} +1 -1
- package/dist/SearchField.css +14 -8
- package/dist/SearchField.js +1 -1
- package/dist/Table.js +1 -1
- package/dist/{Toolbar-BxYOXLmv.js → Toolbar-DEwvVf35.js} +3 -3
- package/dist/{Toolbar-BxYOXLmv.js.map → Toolbar-DEwvVf35.js.map} +1 -1
- package/dist/Toolbar.js +1 -1
- package/dist/beta.js +2 -2
- package/dist/components/Dialog/Dialog.d.ts +3 -3
- package/dist/components/Drawer/Drawer.d.ts +2 -2
- package/dist/components/Pagination/internal/Pagination.d.ts +3 -4
- package/dist/components/Pagination/internal/PaginationList.d.ts +1 -0
- package/dist/components/Pagination/internal/PaginationTotalCount.d.ts +2 -4
- package/dist/index.js +5 -5
- package/package.json +7 -7
- package/dist/Dialog-UzG6-s9H.js.map +0 -1
- package/dist/Drawer-BHK18NYm.js.map +0 -1
- package/dist/Pagination-CnF6yBr5.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @servicetitan/anvil2
|
|
2
2
|
|
|
3
|
+
## 1.50.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1759](https://github.com/servicetitan/hammer/pull/1759) [`5bd236f`](https://github.com/servicetitan/hammer/commit/5bd236f4f2ef61c08e630dd985b8827c2868301b) Thanks [@ericag1985](https://github.com/ericag1985)! - [Drawer] Add S and XL size options
|
|
8
|
+
|
|
9
|
+
- [#1759](https://github.com/servicetitan/hammer/pull/1759) [`5bd236f`](https://github.com/servicetitan/hammer/commit/5bd236f4f2ef61c08e630dd985b8827c2868301b) Thanks [@ericag1985](https://github.com/ericag1985)! - [Dialog] Add XL size option
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#1761](https://github.com/servicetitan/hammer/pull/1761) [`3549783`](https://github.com/servicetitan/hammer/commit/35497832b843a84a3b24f665097c43e3e0a372ac) Thanks [@ericag1985](https://github.com/ericag1985)! - [Pagination] Fixed showCount display and button disabling when totalItemCount is 0
|
|
14
|
+
|
|
15
|
+
- [#1765](https://github.com/servicetitan/hammer/pull/1765) [`7d45f3d`](https://github.com/servicetitan/hammer/commit/7d45f3de08ea61403a91799cc335d910faebcf8e) Thanks [@ericag1985](https://github.com/ericag1985)! - [SearchField] Fix spacer for clear button cutting off placeholder
|
|
16
|
+
|
|
3
17
|
## 1.49.7
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -11,11 +11,11 @@ import { I as Icon } from './Icon-BSuTVNaa.js';
|
|
|
11
11
|
import { S as SrOnly } from './SrOnly-CTsYSuby.js';
|
|
12
12
|
import { M as Menu } from './Menu-Cn2JJe1Y.js';
|
|
13
13
|
import { P as Popover } from './Popover-CCXrzBul.js';
|
|
14
|
-
import { S as SearchField } from './SearchField-
|
|
14
|
+
import { S as SearchField } from './SearchField-CJAo8dE0.js';
|
|
15
15
|
import { L as ListView } from './ListView-D8mfK8Lu.js';
|
|
16
16
|
import { u as useLayoutPropsUtil } from './useLayoutPropsUtil-BlIWftBb.js';
|
|
17
17
|
import './anvil-fonts.css';import './DataTable.css';/* empty css */
|
|
18
|
-
import { P as Pagination } from './Pagination-
|
|
18
|
+
import { P as Pagination } from './Pagination-BR8MiRaA.js';
|
|
19
19
|
import { S as Spinner } from './Spinner-xEFwsq8_.js';
|
|
20
20
|
import { u as useOptionallyControlledState } from './useOptionallyControlledState-DbDuos5L.js';
|
|
21
21
|
|
|
@@ -5811,4 +5811,4 @@ function DataTable(props) {
|
|
|
5811
5811
|
}
|
|
5812
5812
|
|
|
5813
5813
|
export { DataTable as D, chipsFormatter as a, currencyFormatter as b, createColumnHelper$1 as c, percentFormatter as p };
|
|
5814
|
-
//# sourceMappingURL=DataTable-
|
|
5814
|
+
//# sourceMappingURL=DataTable-DSySFGWC.js.map
|