@appmax_npm/ds-prime 1.0.0-alpha.100 → 1.0.0-alpha.101

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.
@@ -6,7 +6,7 @@ function f(n, o, a, d, i, r) {
6
6
  t("span", null, null, -1)
7
7
  ]));
8
8
  }
9
- const u = /* @__PURE__ */ c(p, [["render", f], ["__scopeId", "data-v-94c3b374"]]), g = { name: "AmLoadingGlobal" }, v = { class: "am-loading-global" };
9
+ const u = /* @__PURE__ */ c(p, [["render", f], ["__scopeId", "data-v-9c0dcafd"]]), g = { name: "AmLoadingGlobal" }, v = { class: "am-loading-global" };
10
10
  function $(n, o, a, d, i, r) {
11
11
  return e(), s("div", v, o[0] || (o[0] = [
12
12
  t("svg", {
@@ -33,8 +33,8 @@ function $(n, o, a, d, i, r) {
33
33
  ], -1)
34
34
  ]));
35
35
  }
36
- const h = /* @__PURE__ */ c(g, [["render", $], ["__scopeId", "data-v-bf69e367"]]), b = { name: "AmLoading" }, w = /* @__PURE__ */ _({
37
- ...b,
36
+ const h = /* @__PURE__ */ c(g, [["render", $], ["__scopeId", "data-v-bf69e367"]]), A = { name: "AmLoading" }, w = /* @__PURE__ */ _({
37
+ ...A,
38
38
  props: {
39
39
  global: { type: Boolean }
40
40
  },
@@ -0,0 +1,22 @@
1
+ import type { DefineComponent, VNode } from 'vue';
2
+ import type { ComponentProps } from '../../../types/components';
3
+
4
+ export interface AmCardProps {}
5
+
6
+ export interface AmCardSlots {
7
+ default: () => VNode[];
8
+ }
9
+
10
+ export interface AmCardEmits {}
11
+
12
+ /**
13
+ * **DS Prime - AmCard**
14
+ *
15
+ * AmCard é um componente customizado para o DS Prime.
16
+ *
17
+ * [Documentação](https://appmax-space.bitbucket.io/ds-prime/componentes/AmCard.html)
18
+ */
19
+
20
+ declare const AmCard: DefineComponent<AmCardProps, AmCardSlots, AmCardEmits>;
21
+
22
+ export default AmCard;
@@ -0,0 +1,18 @@
1
+ import { defineComponent as t, openBlock as r, createBlock as o, unref as n, withCtx as a, createElementVNode as l, normalizeProps as s, guardReactiveProps as c, renderSlot as d } from "vue";
2
+ import { Card as m } from "primevue";
3
+ const p = { name: "AmCard" }, C = /* @__PURE__ */ t({
4
+ ...p,
5
+ setup(u) {
6
+ return (e, _) => (r(), o(n(m), null, {
7
+ content: a(() => [
8
+ l("div", s(c(e.$attrs)), [
9
+ d(e.$slots, "default")
10
+ ], 16)
11
+ ]),
12
+ _: 3
13
+ }));
14
+ }
15
+ });
16
+ export {
17
+ C as default
18
+ };
@@ -5,7 +5,7 @@ import { _ as L } from "../AmText.vue_vue_type_script_setup_true_lang-BLpqo8Ry.j
5
5
  import C from "../ambutton/index.js";
6
6
  import { _ as te } from "../AmIcon.vue_vue_type_script_setup_true_lang-DkJ2sUVG.js";
7
7
  import { _ as B } from "../AmIconButton.vue_vue_type_script_setup_true_lang-Cberzybd.js";
8
- import { _ as ae } from "../AmLoading.vue_vue_type_script_setup_true_lang-xX7FM26I.js";
8
+ import { _ as ae } from "../AmLoading.vue_vue_type_script_setup_true_lang-DjatXofa.js";
9
9
  const g = (t) => new Date(t), $ = (t) => g(t).toLocaleDateString("pt-BR"), se = ([t, a]) => g(t).getDate() === g(a).getDate(), oe = (t, a) => {
10
10
  if (!a || !Array.isArray(a)) return "";
11
11
  const [r, l] = a;
@@ -1,4 +1,4 @@
1
- import { _ as f } from "../AmLoading.vue_vue_type_script_setup_true_lang-xX7FM26I.js";
1
+ import { _ as f } from "../AmLoading.vue_vue_type_script_setup_true_lang-DjatXofa.js";
2
2
  export {
3
3
  f as default
4
4
  };