@orbe-agro/client-core 5.6.141 → 5.6.142

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.
@@ -3,7 +3,7 @@ import Container from "../shared/Container.js";
3
3
  import classNames from "../../utils/classNames.js";
4
4
  import { APP_NAME } from "../../constants/app.constant.js";
5
5
  import { PAGE_CONTAINER_GUTTER_X } from "../../constants/theme.constant.js";
6
- const version = true ? "5.6.141" : "0.0.0";
6
+ const version = true ? "5.6.142" : "0.0.0";
7
7
  const FooterContent = () => {
8
8
  return /* @__PURE__ */ jsxs("div", { className: "flex w-full flex-auto items-center justify-between", children: [
9
9
  /* @__PURE__ */ jsxs("span", { children: [
@@ -3,12 +3,14 @@ export type TPercentualPagamentoColumnDef = {
3
3
  dataCriacao: string | Date;
4
4
  usuarioCriacaoId: number;
5
5
  usuarioCriacaoNome: string;
6
+ safraId: number;
6
7
  tipoPagamento: string;
7
8
  percentual: number;
8
9
  blAtivo: boolean;
9
10
  };
10
11
  export type TPercentualPagamento = {
11
12
  id?: number;
13
+ safraId?: number;
12
14
  tipoPagamento: string;
13
15
  percentual: number;
14
16
  blAtivo?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"percentualPagamento.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/insumos/percentualPagamento.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,6BAA6B,GAAG;IACxC,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,gBAAgB,EAAE,MAAM,CAAA;IACxB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,aAAa,EAAE,MAAM,CAAA;IACrB,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,OAAO,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,aAAa,EAAE,MAAM,CAAA;IACrB,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA"}
1
+ {"version":3,"file":"percentualPagamento.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/insumos/percentualPagamento.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,6BAA6B,GAAG;IACxC,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,gBAAgB,EAAE,MAAM,CAAA;IACxB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,OAAO,EAAE,MAAM,CAAA;IACf,aAAa,EAAE,MAAM,CAAA;IACrB,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,OAAO,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,aAAa,EAAE,MAAM,CAAA;IACrB,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA"}
@@ -3,6 +3,7 @@ export type TPercentualPagamentoColumnDef = {
3
3
  dataCriacao: string | Date
4
4
  usuarioCriacaoId: number
5
5
  usuarioCriacaoNome: string
6
+ safraId: number
6
7
  tipoPagamento: string
7
8
  percentual: number
8
9
  blAtivo: boolean
@@ -10,6 +11,7 @@ export type TPercentualPagamentoColumnDef = {
10
11
 
11
12
  export type TPercentualPagamento = {
12
13
  id?: number
14
+ safraId?: number
13
15
  tipoPagamento: string
14
16
  percentual: number
15
17
  blAtivo?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbe-agro/client-core",
3
- "version": "5.6.141",
3
+ "version": "5.6.142",
4
4
  "description": "Biblioteca principal de componentes e utilidades para os microfrontends do Orbe Agro.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",