@sigtes/ui 0.2.9 → 0.2.11

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.
Files changed (49) hide show
  1. package/dist/components/avatar/Avatar.d.ts +4 -1
  2. package/dist/components/checkbox/Checkbox.d.ts +1 -1
  3. package/dist/components/dialog/Dialog.d.ts +1 -1
  4. package/dist/components/dropdown-menu/Dropdown-Menu.d.ts +1 -1
  5. package/dist/components/form/Form.d.ts +1 -1
  6. package/dist/components/label/Label.d.ts +1 -1
  7. package/dist/components/select/Select.d.ts +1 -1
  8. package/dist/components/separator/Separator.d.ts +1 -1
  9. package/dist/components/table/index.d.ts +2 -2
  10. package/dist/components/tabs/Tabs.d.ts +1 -1
  11. package/dist/components.cjs.js +4 -4397
  12. package/dist/components.es.js +2685 -112392
  13. package/dist/pages.cjs.js +1 -1
  14. package/dist/pages.es.js +7 -8
  15. package/dist/providers.es-DW20XFKL.cjs +43 -0
  16. package/dist/providers.es-DkWBRd2l.js +2362 -0
  17. package/dist/utils/index.d.ts +1 -0
  18. package/package.json +6 -17
  19. package/dist/Button-BOLYI9iw.js +0 -69
  20. package/dist/Button-ObM8zTKC.cjs +0 -1
  21. package/dist/UserProvider-Sov75KqP.cjs +0 -22
  22. package/dist/UserProvider-ultyW1kJ.js +0 -395
  23. package/dist/hooks/index.d.ts +0 -6
  24. package/dist/hooks/useAuthorization/index.d.ts +0 -1
  25. package/dist/hooks/useAuthorization/useAuthorization.d.ts +0 -2
  26. package/dist/hooks/useErrors/index.d.ts +0 -1
  27. package/dist/hooks/useErrors/useErrors.d.ts +0 -13
  28. package/dist/hooks/useFormState/index.d.ts +0 -1
  29. package/dist/hooks/useFormState/useFormState.d.ts +0 -18
  30. package/dist/hooks/useQuery/index.d.ts +0 -1
  31. package/dist/hooks/useQuery/useQuery.d.ts +0 -9
  32. package/dist/hooks.cjs.js +0 -1
  33. package/dist/hooks.es.js +0 -73
  34. package/dist/locale-provider-TirFJhph.cjs +0 -1
  35. package/dist/locale-provider-XVCCI6ZB.js +0 -831
  36. package/dist/models/date/date.d.ts +0 -26
  37. package/dist/models/date/index.d.ts +0 -1
  38. package/dist/models/index.d.ts +0 -1
  39. package/dist/models.cjs.js +0 -1
  40. package/dist/models.es.js +0 -170
  41. package/dist/providers/index.d.ts +0 -3
  42. package/dist/providers/locale-provider/index.d.ts +0 -1
  43. package/dist/providers/locale-provider/locale-provider.d.ts +0 -11
  44. package/dist/providers/theme-provider/ThemeProvider.d.ts +0 -3
  45. package/dist/providers/theme-provider/index.d.ts +0 -2
  46. package/dist/providers/user-provider/UserProvider.d.ts +0 -25
  47. package/dist/providers/user-provider/index.d.ts +0 -1
  48. package/dist/providers.cjs.js +0 -1
  49. package/dist/providers.es.js +0 -21
@@ -1,26 +0,0 @@
1
- declare function getLocalDate(date: Date): string;
2
- declare function getUTCtoDateMoreOneDay(date: Date): string;
3
- declare function getLocalDateTime(date: Date): string;
4
- declare function getUTCDate(date: Date | undefined): string | undefined;
5
- declare function now(): string;
6
- declare function differenceInDays(date1: Date, date2: Date): number;
7
- declare function addDays(date: Date, days: number): Date;
8
- declare function format(date: Date, format: string): string;
9
- declare function toUTCDateString(date: Date): string;
10
- declare function Intersect(date: Date, interval: {
11
- start_date: Date;
12
- end_date: Date;
13
- }): boolean;
14
- export declare const date: {
15
- getLocalDate: typeof getLocalDate;
16
- getLocalDateTime: typeof getLocalDateTime;
17
- getUTCDate: typeof getUTCDate;
18
- getUTCtoDateMoreOneDay: typeof getUTCtoDateMoreOneDay;
19
- now: typeof now;
20
- differenceInDays: typeof differenceInDays;
21
- addDays: typeof addDays;
22
- format: typeof format;
23
- toUTCDateString: typeof toUTCDateString;
24
- Intersect: typeof Intersect;
25
- };
26
- export {};
@@ -1 +0,0 @@
1
- export * from './date';
@@ -1 +0,0 @@
1
- export * from './date';
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("dayjs");function L(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var D={exports:{}},H=D.exports,C;function j(){return C||(C=1,(function(e,n){(function(f,s){e.exports=s(o)})(H,(function(f){function s(u){return u&&typeof u=="object"&&"default"in u?u:{default:u}}var h=s(f),_={name:"pt-br",weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),ordinal:function(u){return u+"º"},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"}};return h.default.locale(_,null,!0),_}))})(D)),D.exports}j();var g={exports:{}},q=g.exports,w;function I(){return w||(w=1,(function(e,n){(function(f,s){e.exports=s()})(q,(function(){var f="minute",s=/[+-]\d\d(?::?\d\d)?/g,h=/([+-]|\d\d)/g;return function(_,u,i){var r=u.prototype;i.utc=function(t){var a={date:t,utc:!0,args:arguments};return new u(a)},r.utc=function(t){var a=i(this.toDate(),{locale:this.$L,utc:!0});return t?a.add(this.utcOffset(),f):a},r.local=function(){return i(this.toDate(),{locale:this.$L,utc:!1})};var d=r.parse;r.parse=function(t){t.utc&&(this.$u=!0),this.$utils().u(t.$offset)||(this.$offset=t.$offset),d.call(this,t)};var l=r.init;r.init=function(){if(this.$u){var t=this.$d;this.$y=t.getUTCFullYear(),this.$M=t.getUTCMonth(),this.$D=t.getUTCDate(),this.$W=t.getUTCDay(),this.$H=t.getUTCHours(),this.$m=t.getUTCMinutes(),this.$s=t.getUTCSeconds(),this.$ms=t.getUTCMilliseconds()}else l.call(this)};var p=r.utcOffset;r.utcOffset=function(t,a){var $=this.$utils().u;if($(t))return this.$u?0:$(this.$offset)?p.call(this):this.$offset;if(typeof t=="string"&&(t=(function(M){M===void 0&&(M="");var U=M.match(s);if(!U)return null;var y=(""+U[0]).match(h)||["-",0,0],b=y[0],S=60*+y[1]+ +y[2];return S===0?0:b==="+"?S:-S})(t),t===null))return this;var m=Math.abs(t)<=16?60*t:t;if(m===0)return this.utc(a);var c=this.clone();if(a)return c.$offset=m,c.$u=!1,c;var x=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();return(c=this.local().add(m+x,f)).$offset=m,c.$x.$localOffset=x,c};var Y=r.format;r.format=function(t){var a=t||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return Y.call(this,a)},r.valueOf=function(){var t=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*t},r.isUTC=function(){return!!this.$u},r.toISOString=function(){return this.toDate().toISOString()},r.toString=function(){return this.toDate().toUTCString()};var O=r.toDate;r.toDate=function(t){return t==="s"&&this.$offset?i(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():O.call(this)};var T=r.diff;r.diff=function(t,a,$){if(t&&this.$u===t.$u)return T.call(this,t,a,$);var m=this.local(),c=i(t).local();return T.call(m,c,a,$)}}}))})(g)),g.exports}var z=I();const A=L(z);var v={exports:{}},P=v.exports,B;function k(){return B||(B=1,(function(e,n){(function(f,s){e.exports=s()})(P,(function(){return function(f,s,h){s.prototype.isBetween=function(_,u,i,r){var d=h(_),l=h(u),p=(r=r||"()")[0]==="(",Y=r[1]===")";return(p?this.isAfter(d,i):!this.isBefore(d,i))&&(Y?this.isBefore(l,i):!this.isAfter(l,i))||(p?this.isBefore(d,i):!this.isAfter(d,i))&&(Y?this.isAfter(l,i):!this.isBefore(l,i))}}}))})(v)),v.exports}var E=k();const F=L(E);o.extend(A);o.extend(F);o.locale("pt-br");function R(e){return o(String(e)).format("DD/MM/YYYY")}function W(e){return o(e).utc().add(1,"day").format("YYYY-MM-DD")}function Z(e){return o(String(e)).format("DD/MM/YYYY hh:mm:ss")}function G(e){if(e)return o(String(e)).utc().format("DD/MM/YYYY")}function J(){return o(new Date).format("YYYY-MM-DD")}function K(e,n){return o(e).diff(o(n),"day")}function N(e,n){return o(e).add(n,"day").toDate()}function Q(e,n){return o(new Date(e)).format(n)}function V(e){const n=e.getUTCDate().toString().padStart(2,"0"),f=(e.getUTCMonth()+1).toString().padStart(2,"0"),s=e.getUTCFullYear();return`${n}/${f}/${s}`}function X(e,n){return o(e).isBetween(n.start_date,n.end_date,"day","[]")}const tt={getLocalDate:R,getLocalDateTime:Z,getUTCDate:G,getUTCtoDateMoreOneDay:W,now:J,differenceInDays:K,addDays:N,format:Q,toUTCDateString:V,Intersect:X};exports.date=tt;
package/dist/models.es.js DELETED
@@ -1,170 +0,0 @@
1
- import i from "dayjs";
2
- function L(e) {
3
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
- }
5
- var D = { exports: {} }, b = D.exports, C;
6
- function j() {
7
- return C || (C = 1, (function(e, n) {
8
- (function(f, s) {
9
- e.exports = s(i);
10
- })(b, (function(f) {
11
- function s(u) {
12
- return u && typeof u == "object" && "default" in u ? u : { default: u };
13
- }
14
- var h = s(f), _ = { name: "pt-br", weekdays: "domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"), weekdaysShort: "dom_seg_ter_qua_qui_sex_sáb".split("_"), weekdaysMin: "Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"), months: "janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"), monthsShort: "jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"), ordinal: function(u) {
15
- return u + "º";
16
- }, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD/MM/YYYY", LL: "D [de] MMMM [de] YYYY", LLL: "D [de] MMMM [de] YYYY [às] HH:mm", LLLL: "dddd, D [de] MMMM [de] YYYY [às] HH:mm" }, relativeTime: { future: "em %s", past: "há %s", s: "poucos segundos", m: "um minuto", mm: "%d minutos", h: "uma hora", hh: "%d horas", d: "um dia", dd: "%d dias", M: "um mês", MM: "%d meses", y: "um ano", yy: "%d anos" } };
17
- return h.default.locale(_, null, !0), _;
18
- }));
19
- })(D)), D.exports;
20
- }
21
- j();
22
- var v = { exports: {} }, q = v.exports, w;
23
- function I() {
24
- return w || (w = 1, (function(e, n) {
25
- (function(f, s) {
26
- e.exports = s();
27
- })(q, (function() {
28
- var f = "minute", s = /[+-]\d\d(?::?\d\d)?/g, h = /([+-]|\d\d)/g;
29
- return function(_, u, o) {
30
- var r = u.prototype;
31
- o.utc = function(t) {
32
- var a = { date: t, utc: !0, args: arguments };
33
- return new u(a);
34
- }, r.utc = function(t) {
35
- var a = o(this.toDate(), { locale: this.$L, utc: !0 });
36
- return t ? a.add(this.utcOffset(), f) : a;
37
- }, r.local = function() {
38
- return o(this.toDate(), { locale: this.$L, utc: !1 });
39
- };
40
- var d = r.parse;
41
- r.parse = function(t) {
42
- t.utc && (this.$u = !0), this.$utils().u(t.$offset) || (this.$offset = t.$offset), d.call(this, t);
43
- };
44
- var l = r.init;
45
- r.init = function() {
46
- if (this.$u) {
47
- var t = this.$d;
48
- this.$y = t.getUTCFullYear(), this.$M = t.getUTCMonth(), this.$D = t.getUTCDate(), this.$W = t.getUTCDay(), this.$H = t.getUTCHours(), this.$m = t.getUTCMinutes(), this.$s = t.getUTCSeconds(), this.$ms = t.getUTCMilliseconds();
49
- } else l.call(this);
50
- };
51
- var $ = r.utcOffset;
52
- r.utcOffset = function(t, a) {
53
- var p = this.$utils().u;
54
- if (p(t)) return this.$u ? 0 : p(this.$offset) ? $.call(this) : this.$offset;
55
- if (typeof t == "string" && (t = (function(g) {
56
- g === void 0 && (g = "");
57
- var U = g.match(s);
58
- if (!U) return null;
59
- var x = ("" + U[0]).match(h) || ["-", 0, 0], H = x[0], y = 60 * +x[1] + +x[2];
60
- return y === 0 ? 0 : H === "+" ? y : -y;
61
- })(t), t === null)) return this;
62
- var m = Math.abs(t) <= 16 ? 60 * t : t;
63
- if (m === 0) return this.utc(a);
64
- var c = this.clone();
65
- if (a) return c.$offset = m, c.$u = !1, c;
66
- var S = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
67
- return (c = this.local().add(m + S, f)).$offset = m, c.$x.$localOffset = S, c;
68
- };
69
- var Y = r.format;
70
- r.format = function(t) {
71
- var a = t || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
72
- return Y.call(this, a);
73
- }, r.valueOf = function() {
74
- var t = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
75
- return this.$d.valueOf() - 6e4 * t;
76
- }, r.isUTC = function() {
77
- return !!this.$u;
78
- }, r.toISOString = function() {
79
- return this.toDate().toISOString();
80
- }, r.toString = function() {
81
- return this.toDate().toUTCString();
82
- };
83
- var O = r.toDate;
84
- r.toDate = function(t) {
85
- return t === "s" && this.$offset ? o(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : O.call(this);
86
- };
87
- var T = r.diff;
88
- r.diff = function(t, a, p) {
89
- if (t && this.$u === t.$u) return T.call(this, t, a, p);
90
- var m = this.local(), c = o(t).local();
91
- return T.call(m, c, a, p);
92
- };
93
- };
94
- }));
95
- })(v)), v.exports;
96
- }
97
- var z = I();
98
- const A = /* @__PURE__ */ L(z);
99
- var M = { exports: {} }, k = M.exports, B;
100
- function E() {
101
- return B || (B = 1, (function(e, n) {
102
- (function(f, s) {
103
- e.exports = s();
104
- })(k, (function() {
105
- return function(f, s, h) {
106
- s.prototype.isBetween = function(_, u, o, r) {
107
- var d = h(_), l = h(u), $ = (r = r || "()")[0] === "(", Y = r[1] === ")";
108
- return ($ ? this.isAfter(d, o) : !this.isBefore(d, o)) && (Y ? this.isBefore(l, o) : !this.isAfter(l, o)) || ($ ? this.isBefore(d, o) : !this.isAfter(d, o)) && (Y ? this.isAfter(l, o) : !this.isBefore(l, o));
109
- };
110
- };
111
- }));
112
- })(M)), M.exports;
113
- }
114
- var F = E();
115
- const P = /* @__PURE__ */ L(F);
116
- i.extend(A);
117
- i.extend(P);
118
- i.locale("pt-br");
119
- function R(e) {
120
- return i(String(e)).format("DD/MM/YYYY");
121
- }
122
- function W(e) {
123
- return i(e).utc().add(1, "day").format("YYYY-MM-DD");
124
- }
125
- function Z(e) {
126
- return i(String(e)).format("DD/MM/YYYY hh:mm:ss");
127
- }
128
- function G(e) {
129
- if (e)
130
- return i(String(e)).utc().format("DD/MM/YYYY");
131
- }
132
- function J() {
133
- return i(/* @__PURE__ */ new Date()).format("YYYY-MM-DD");
134
- }
135
- function K(e, n) {
136
- return i(e).diff(i(n), "day");
137
- }
138
- function N(e, n) {
139
- return i(e).add(n, "day").toDate();
140
- }
141
- function Q(e, n) {
142
- return i(new Date(e)).format(n);
143
- }
144
- function V(e) {
145
- const n = e.getUTCDate().toString().padStart(2, "0"), f = (e.getUTCMonth() + 1).toString().padStart(2, "0"), s = e.getUTCFullYear();
146
- return `${n}/${f}/${s}`;
147
- }
148
- function X(e, n) {
149
- return i(e).isBetween(
150
- n.start_date,
151
- n.end_date,
152
- "day",
153
- "[]"
154
- );
155
- }
156
- const et = {
157
- getLocalDate: R,
158
- getLocalDateTime: Z,
159
- getUTCDate: G,
160
- getUTCtoDateMoreOneDay: W,
161
- now: J,
162
- differenceInDays: K,
163
- addDays: N,
164
- format: Q,
165
- toUTCDateString: V,
166
- Intersect: X
167
- };
168
- export {
169
- et as date
170
- };
@@ -1,3 +0,0 @@
1
- export { LocaleProvider, useLocale } from './locale-provider';
2
- export { ThemeProvider, useTheme } from './theme-provider';
3
- export { UserProvider, useUser, type UserProps } from './user-provider';
@@ -1 +0,0 @@
1
- export * from './locale-provider';
@@ -1,11 +0,0 @@
1
- import { Locale } from 'react-day-picker/locale';
2
- import { PropsWithChildren } from 'react';
3
- type SupportedLocalesType = "ptBR" | "enUS";
4
- type LocaleContextType = {
5
- locale: Locale | undefined;
6
- };
7
- export declare function useLocale(): LocaleContextType;
8
- export declare function LocaleProvider({ locale, children, }: PropsWithChildren<{
9
- locale: SupportedLocalesType;
10
- }>): import("react/jsx-runtime").JSX.Element;
11
- export {};
@@ -1,3 +0,0 @@
1
- import { ThemeProvider as NextThemesProvider } from 'next-themes';
2
- import * as React from "react";
3
- export declare function ThemeProvider({ children, ...props }: React.ComponentProps<typeof NextThemesProvider>): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- export * from './ThemeProvider';
2
- export { useTheme } from 'next-themes';
@@ -1,25 +0,0 @@
1
- import { ReactNode } from 'react';
2
- export interface UserProps {
3
- id: string;
4
- username: string;
5
- email: string;
6
- created_at: Date | null;
7
- updated_at: Date | null;
8
- features: Array<string>;
9
- }
10
- interface IUserContext {
11
- user: UserProps;
12
- isLoading: boolean;
13
- fetchUser: () => Promise<void>;
14
- logout: () => Promise<void>;
15
- login: (email: string, password: string) => Promise<boolean>;
16
- }
17
- interface MyComponentProps {
18
- sessionEndPoint: string;
19
- userEndPoint: string;
20
- children?: ReactNode;
21
- useMock?: boolean;
22
- }
23
- export declare function UserProvider({ children, sessionEndPoint, userEndPoint, useMock, }: MyComponentProps): import("react/jsx-runtime").JSX.Element;
24
- export declare function useUser(): IUserContext;
25
- export {};
@@ -1 +0,0 @@
1
- export * from './UserProvider';
@@ -1 +0,0 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./locale-provider-TirFJhph.cjs"),e=require("./UserProvider-Sov75KqP.cjs");require("react");const o=require("next-themes");function t({children:s,...i}){return e.jsxRuntimeExports.jsx(o.ThemeProvider,{...i,children:s})}exports.LocaleProvider=r.LocaleProvider;exports.useLocale=r.useLocale;exports.UserProvider=e.UserProvider;exports.useUser=e.useUser;Object.defineProperty(exports,"useTheme",{enumerable:!0,get:()=>o.useTheme});exports.ThemeProvider=t;
@@ -1,21 +0,0 @@
1
- "use client";
2
- import { L as x, u as f } from "./locale-provider-XVCCI6ZB.js";
3
- import { j as o } from "./UserProvider-ultyW1kJ.js";
4
- import { U as n, u as v } from "./UserProvider-ultyW1kJ.js";
5
- import "react";
6
- import { ThemeProvider as s } from "next-themes";
7
- import { useTheme as c } from "next-themes";
8
- function u({
9
- children: e,
10
- ...r
11
- }) {
12
- return /* @__PURE__ */ o.jsx(s, { ...r, children: e });
13
- }
14
- export {
15
- x as LocaleProvider,
16
- u as ThemeProvider,
17
- n as UserProvider,
18
- f as useLocale,
19
- c as useTheme,
20
- v as useUser
21
- };