@nexxtmove/ui 0.1.68 → 0.1.69
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/index.d.ts +120 -32
- package/dist/index.js +7387 -7088
- package/dist/nuxt.js +64 -74
- package/dist/ui.css +2 -0
- package/package.json +33 -32
- package/src/components/CountrySelect/CountrySelect.vue +160 -0
- package/src/components/CountrySelect/countries.ts +196 -0
- package/src/components/Tabs/Tabs.vue +1 -1
- package/src/components.json +1 -0
- package/src/index.ts +1 -0
package/dist/nuxt.js
CHANGED
|
@@ -1,75 +1,65 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
getContents: () => `
|
|
64
|
-
@import "tailwindcss";
|
|
65
|
-
@import "@nexxtmove/ui/theme";
|
|
66
|
-
|
|
67
|
-
@source "../../node_modules/@nexxtmove/ui/dist/*.js";
|
|
68
|
-
`,
|
|
69
|
-
write: !0
|
|
70
|
-
}), o.options.css.push("#build/nexxtmove-ui.css"));
|
|
71
|
-
}
|
|
1
|
+
import { addComponent as e, addTemplate as t, defineNuxtModule as n } from "@nuxt/kit";
|
|
2
|
+
var r = {
|
|
3
|
+
NexxtAnimatedNumber: "components/AnimatedNumber/AnimatedNumber.vue",
|
|
4
|
+
NexxtAvatar: "components/Avatar/Avatar.vue",
|
|
5
|
+
NexxtButton: "components/Button/Button.vue",
|
|
6
|
+
NexxtCalendar: "components/Calendar/Calendar.vue",
|
|
7
|
+
NexxtCard: "components/Card/Card.vue",
|
|
8
|
+
NexxtCheckbox: "components/Checkbox/Checkbox.vue",
|
|
9
|
+
NexxtChip: "components/Chip/Chip.vue",
|
|
10
|
+
NexxtCombobox: "components/Combobox/Combobox.vue",
|
|
11
|
+
NexxtComboboxPanel: "components/ComboboxPanel/ComboboxPanel.vue",
|
|
12
|
+
NexxtContactInfoCard: "components/ContactInfoCard/ContactInfoCard.vue",
|
|
13
|
+
NexxtCountrySelect: "components/CountrySelect/CountrySelect.vue",
|
|
14
|
+
NexxtCustomerJourneyTile: "components/CustomerJourneyTile/CustomerJourneyTile.vue",
|
|
15
|
+
NexxtDatePicker: "components/DatePicker/DatePicker.vue",
|
|
16
|
+
NexxtDoughnutChart: "components/DoughnutChart/DoughnutChart.vue",
|
|
17
|
+
NexxtDropdownButton: "components/DropdownButton/DropdownButton.vue",
|
|
18
|
+
NexxtFloatingPanel: "components/FloatingPanel/FloatingPanel.vue",
|
|
19
|
+
NexxtHeader: "components/Header/Header.vue",
|
|
20
|
+
NexxtIcon: "components/Icon/Icon.vue",
|
|
21
|
+
NexxtInfoBlock: "components/InfoBlock/InfoBlock.vue",
|
|
22
|
+
NexxtInputField: "components/InputField/InputField.vue",
|
|
23
|
+
NexxtModal: "components/Modal/Modal.vue",
|
|
24
|
+
NexxtPagination: "components/Pagination/Pagination.vue",
|
|
25
|
+
NexxtPresenceIndicator: "components/PresenceIndicator/PresenceIndicator.vue",
|
|
26
|
+
NexxtProgressBar: "components/ProgressBar/ProgressBar.vue",
|
|
27
|
+
NexxtPropertyCard: "components/PropertyCard/PropertyCard.vue",
|
|
28
|
+
NexxtPropertyListing: "components/PropertyListing/PropertyListing.vue",
|
|
29
|
+
NexxtSelect: "components/Select/Select.vue",
|
|
30
|
+
NexxtSkeleton: "components/Skeleton/Skeleton.vue",
|
|
31
|
+
NexxtSkeletonPropertyCard: "components/SkeletonPropertyCard/SkeletonPropertyCard.vue",
|
|
32
|
+
NexxtSocialIcons: "components/SocialIcons/SocialIcons.vue",
|
|
33
|
+
NexxtSocialMediaCustomTemplate: "components/SocialMediaCustomTemplate/SocialMediaCustomTemplate.vue",
|
|
34
|
+
NexxtSocialMediaTemplate: "components/SocialMediaTemplate/SocialMediaTemplate.vue",
|
|
35
|
+
NexxtSocialMediaType: "components/SocialMediaType/SocialMediaType.vue",
|
|
36
|
+
NexxtSource: "components/Source/Source.vue",
|
|
37
|
+
NexxtStepperHeader: "components/StepperHeader/StepperHeader.vue",
|
|
38
|
+
NexxtTabbedContent: "components/TabbedContent/TabbedContent.vue",
|
|
39
|
+
NexxtTable: "components/Table/Table.vue",
|
|
40
|
+
NexxtTabs: "components/Tabs/Tabs.vue",
|
|
41
|
+
NexxtTimelineEvent: "components/TimelineEvent/TimelineEvent.vue",
|
|
42
|
+
NexxtTimelinePhaseblock: "components/TimelinePhaseblock/TimelinePhaseblock.vue",
|
|
43
|
+
NexxtTooltip: "components/Tooltip/Tooltip.vue"
|
|
44
|
+
}, i = n({
|
|
45
|
+
meta: {
|
|
46
|
+
name: "@nexxtmove/ui",
|
|
47
|
+
configKey: "nexxtmoveUi",
|
|
48
|
+
compatibility: { nuxt: "^3.0.0 || ^4.0.0" }
|
|
49
|
+
},
|
|
50
|
+
defaults: { addCSS: !0 },
|
|
51
|
+
setup(n, i) {
|
|
52
|
+
for (let [t, n] of Object.entries(r)) e({
|
|
53
|
+
name: t,
|
|
54
|
+
export: "default",
|
|
55
|
+
filePath: `@nexxtmove/ui/${n}`
|
|
56
|
+
});
|
|
57
|
+
n.addCSS && (t({
|
|
58
|
+
filename: "nexxtmove-ui.css",
|
|
59
|
+
getContents: () => "\n@import \"tailwindcss\";\n@import \"@nexxtmove/ui/theme\";\n\n@source \"../../node_modules/@nexxtmove/ui/dist/*.js\";\n",
|
|
60
|
+
write: !0
|
|
61
|
+
}), i.options.css.push("#build/nexxtmove-ui.css"));
|
|
62
|
+
}
|
|
72
63
|
});
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
};
|
|
64
|
+
//#endregion
|
|
65
|
+
export { i as default };
|