@agrotools1/at-components 1.0.89 → 1.0.90
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/dist/components/ui/calendar/Calendar.vue.d.ts.map +1 -1
- package/dist/components/ui/card/Card.vue.d.ts +27 -0
- package/dist/components/ui/card/Card.vue.d.ts.map +1 -0
- package/dist/components/ui/card/CardDescription.vue.d.ts +25 -0
- package/dist/components/ui/card/CardDescription.vue.d.ts.map +1 -0
- package/dist/components/ui/card/CardTitle.vue.d.ts +25 -0
- package/dist/components/ui/card/CardTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/card/index.d.ts +4 -0
- package/dist/components/ui/card/index.d.ts.map +1 -0
- package/dist/components/ui/date-picker/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/ui/date-range-picker/DateRangePicker.vue.d.ts.map +1 -1
- package/dist/components/ui/range-calendar/RangeCalendar.vue.d.ts.map +1 -1
- package/dist/components/ui/time-picker/TimePicker.vue.d.ts.map +1 -1
- package/dist/lib/date.d.ts +16 -0
- package/dist/lib/date.d.ts.map +1 -0
- package/package.json +4 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Calendar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/Calendar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Calendar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/Calendar.vue"],"names":[],"mappings":"AAsNA,OAAO,KAAK,EAAqB,iBAAiB,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAC9E,OAAO,KAAK,EAAE,cAAc,EAAO,MAAM,KAAK,CAAA;AA0B9C,MAAM,WAAW,KAAM,SAAQ,iBAAiB;IAC9C,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IAE/B;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAC3B;;;;;;;;sBADoB,OAAO;;;AA0a5B,wBASG"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { PrimitiveProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
interface Props extends PrimitiveProps {
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
selected?: boolean;
|
|
6
|
+
class?: HTMLAttributes['class'];
|
|
7
|
+
}
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: any;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
18
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=Card.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Card.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/Card.vue"],"names":[],"mappings":"AAuDA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAOzC,UAAU,KAAM,SAAQ,cAAc;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC;AAYD,iBAAS,cAAc;WA2FT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { PrimitiveProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
interface Props extends PrimitiveProps {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
}
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
16
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=CardDescription.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardDescription.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/CardDescription.vue"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAMzC,UAAU,KAAM,SAAQ,cAAc;IACpC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC;AAYD,iBAAS,cAAc;WAgDT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { PrimitiveProps } from 'reka-ui';
|
|
2
|
+
import { HTMLAttributes } from 'vue';
|
|
3
|
+
interface Props extends PrimitiveProps {
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
}
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
16
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=CardTitle.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardTitle.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/CardTitle.vue"],"names":[],"mappings":"AAoCA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAMzC,UAAU,KAAM,SAAQ,cAAc;IACpC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC;AAYD,iBAAS,cAAc;WAoDT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,YAAY,CAAA;AAC9C,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,iBAAiB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/date-picker/DatePicker.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/date-picker/DatePicker.vue"],"names":[],"mappings":"AA2HA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AAYxD,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,UAAU,EAAE,SAAS,CAAA;IAErB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC,qBAAqB,CAAC,WAAW,CAAC,CAAA;IAEnD;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC,qBAAqB,CAAC,WAAW,CAAC,CAAA;CACpD;;;;;;YAhBU,MAAM;;;AAwNjB,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateRangePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/date-range-picker/DateRangePicker.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DateRangePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/date-range-picker/DateRangePicker.vue"],"names":[],"mappings":"AA6FA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAWxC,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,UAAU,EAAE,SAAS,CAAA;IAErB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC,qBAAqB,CAAC,WAAW,CAAC,CAAA;CACpD;;;;;;YANU,MAAM;;;AA4KjB,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RangeCalendar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/range-calendar/RangeCalendar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RangeCalendar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/range-calendar/RangeCalendar.vue"],"names":[],"mappings":"AAsNA,OAAO,KAAK,EAAE,SAAS,EAA0B,sBAAsB,EAAE,MAAM,SAAS,CAAA;AACxF,OAAO,KAAK,EAAE,cAAc,EAAO,MAAM,KAAK,CAAA;AA0B9C,MAAM,WAAW,KAAM,SAAQ,sBAAsB;IACnD,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IAE/B;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAC3B;;;;;;;;;;sBADoB,OAAO;;;AA0a5B,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/time-picker/TimePicker.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TimePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/time-picker/TimePicker.vue"],"names":[],"mappings":"AAqKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAA;AAQ9C,MAAM,WAAW,KAAK;IACpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,IAAI,CAAA;IAEjB;;;OAGG;IACH,YAAY,CAAC,EAAE,IAAI,GAAG,MAAM,CAAA;IAE5B,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IAE/B;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;;;;;;kBATgB,IAAI,GAAG,MAAM;;AA+S9B,wBASG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { DateValue } from 'reka-ui';
|
|
2
|
+
import { MaybeRefOrGetter } from 'vue';
|
|
3
|
+
export declare function generateMonthsList(date: MaybeRefOrGetter<DateValue>, length: number): (import('@internationalized/date').CalendarDate | import('@internationalized/date').CalendarDateTime | import('@internationalized/date').ZonedDateTime)[];
|
|
4
|
+
export declare function generateYearsList(date: MaybeRefOrGetter<DateValue>, length: number): (import('@internationalized/date').CalendarDate | import('@internationalized/date').CalendarDateTime | import('@internationalized/date').ZonedDateTime)[];
|
|
5
|
+
export type DatePickerView = 'days' | 'months' | 'years';
|
|
6
|
+
interface GetDatePickerHeadingTextParams {
|
|
7
|
+
defaultText: string;
|
|
8
|
+
view: MaybeRefOrGetter<DatePickerView>;
|
|
9
|
+
placeholder: MaybeRefOrGetter<DateValue>;
|
|
10
|
+
timeZone: string;
|
|
11
|
+
yearsRange: number;
|
|
12
|
+
locale?: string;
|
|
13
|
+
}
|
|
14
|
+
export declare function getDatePickerHeadingText({ defaultText, placeholder, timeZone, view, yearsRange, locale }: GetDatePickerHeadingTextParams): string;
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=date.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../src/lib/date.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AACxC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,KAAK,CAAA;AAK3C,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,gBAAgB,CAAC,SAAS,CAAC,EAAE,MAAM,EAAE,MAAM,6JAWnF;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,gBAAgB,CAAC,SAAS,CAAC,EAAE,MAAM,EAAE,MAAM,6JAOlF;AAED,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAA;AAExD,UAAU,8BAA8B;IACtC,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,gBAAgB,CAAC,cAAc,CAAC,CAAA;IACtC,WAAW,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAA;IACxC,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,wBAAgB,wBAAwB,CAAC,EACvC,WAAW,EACX,WAAW,EACX,QAAQ,EACR,IAAI,EACJ,UAAU,EACV,MAAM,EACP,EAAE,8BAA8B,UAWhC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agrotools1/at-components",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.90",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Componentes da Agrotools",
|
|
7
7
|
"author": "Agrotools",
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
"vue-component-type-helpers": "^2.2.10"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@agrotools1/at-icons": "1.0.4",
|
|
30
29
|
"@floating-ui/dom": "^1.4.2",
|
|
31
30
|
"@floating-ui/vue": "^1.0.1",
|
|
32
31
|
"@vueuse/core": "^13.4.0",
|
|
@@ -36,7 +35,9 @@
|
|
|
36
35
|
"lucide-vue-next": "^0.518.0",
|
|
37
36
|
"reka-ui": "^2.3.1",
|
|
38
37
|
"tailwind-merge": "^3.3.1",
|
|
39
|
-
"tw-animate-css": "^1.3.4"
|
|
38
|
+
"tw-animate-css": "^1.3.4",
|
|
39
|
+
"@agrotools1/at-icons": "1.0.4",
|
|
40
|
+
"@agrotools1/at-tailwind-config": "0.1.1"
|
|
40
41
|
},
|
|
41
42
|
"devDependencies": {
|
|
42
43
|
"@internationalized/date": "^3.8.2",
|