@reni-corp/reni-2c-ui 0.2.5

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 (149) hide show
  1. package/README.md +18 -0
  2. package/dist/components/elements/Alert.vue.d.ts +44 -0
  3. package/dist/components/elements/Alert.vue.d.ts.map +1 -0
  4. package/dist/components/elements/Button.vue.d.ts +63 -0
  5. package/dist/components/elements/Button.vue.d.ts.map +1 -0
  6. package/dist/components/elements/CheckBox.vue.d.ts +36 -0
  7. package/dist/components/elements/CheckBox.vue.d.ts.map +1 -0
  8. package/dist/components/elements/DescriptionList.vue.d.ts +44 -0
  9. package/dist/components/elements/DescriptionList.vue.d.ts.map +1 -0
  10. package/dist/components/elements/Divider.vue.d.ts +36 -0
  11. package/dist/components/elements/Divider.vue.d.ts.map +1 -0
  12. package/dist/components/elements/Icon.vue.d.ts +36 -0
  13. package/dist/components/elements/Icon.vue.d.ts.map +1 -0
  14. package/dist/components/elements/Label.vue.d.ts +44 -0
  15. package/dist/components/elements/Label.vue.d.ts.map +1 -0
  16. package/dist/components/elements/PasswordField.vue.d.ts +149 -0
  17. package/dist/components/elements/PasswordField.vue.d.ts.map +1 -0
  18. package/dist/components/elements/RadioButton.vue.d.ts +44 -0
  19. package/dist/components/elements/RadioButton.vue.d.ts.map +1 -0
  20. package/dist/components/elements/RadioButtonGroup.vue.d.ts +99 -0
  21. package/dist/components/elements/RadioButtonGroup.vue.d.ts.map +1 -0
  22. package/dist/components/elements/SelectBox.vue.d.ts +127 -0
  23. package/dist/components/elements/SelectBox.vue.d.ts.map +1 -0
  24. package/dist/components/elements/SpinButton.vue.d.ts +65 -0
  25. package/dist/components/elements/SpinButton.vue.d.ts.map +1 -0
  26. package/dist/components/elements/Spinner.vue.d.ts +35 -0
  27. package/dist/components/elements/Spinner.vue.d.ts.map +1 -0
  28. package/dist/components/elements/Text.vue.d.ts +55 -0
  29. package/dist/components/elements/Text.vue.d.ts.map +1 -0
  30. package/dist/components/elements/TextField.vue.d.ts +155 -0
  31. package/dist/components/elements/TextField.vue.d.ts.map +1 -0
  32. package/dist/components/elements/ToolChip.vue.d.ts +55 -0
  33. package/dist/components/elements/ToolChip.vue.d.ts.map +1 -0
  34. package/dist/components/features/AnnounceBar.vue.d.ts +55 -0
  35. package/dist/components/features/AnnounceBar.vue.d.ts.map +1 -0
  36. package/dist/components/features/AnnounceBarCollection.vue.d.ts +55 -0
  37. package/dist/components/features/AnnounceBarCollection.vue.d.ts.map +1 -0
  38. package/dist/components/features/BrandLogo.vue.d.ts +35 -0
  39. package/dist/components/features/BrandLogo.vue.d.ts.map +1 -0
  40. package/dist/components/features/CarouselBanner.vue.d.ts +36 -0
  41. package/dist/components/features/CarouselBanner.vue.d.ts.map +1 -0
  42. package/dist/components/features/CategoryBanner.vue.d.ts +39 -0
  43. package/dist/components/features/CategoryBanner.vue.d.ts.map +1 -0
  44. package/dist/components/features/FloatingBanner.vue.d.ts +31 -0
  45. package/dist/components/features/FloatingBanner.vue.d.ts.map +1 -0
  46. package/dist/components/features/Hero.vue.d.ts +39 -0
  47. package/dist/components/features/Hero.vue.d.ts.map +1 -0
  48. package/dist/components/features/Marquee.vue.d.ts +93 -0
  49. package/dist/components/features/Marquee.vue.d.ts.map +1 -0
  50. package/dist/components/features/MediaContent.vue.d.ts +70 -0
  51. package/dist/components/features/MediaContent.vue.d.ts.map +1 -0
  52. package/dist/components/features/ProductLabels.vue.d.ts +25 -0
  53. package/dist/components/features/ProductLabels.vue.d.ts.map +1 -0
  54. package/dist/components/features/ProductList.vue.d.ts +84 -0
  55. package/dist/components/features/ProductList.vue.d.ts.map +1 -0
  56. package/dist/components/features/ProductListItem.vue.d.ts +47 -0
  57. package/dist/components/features/ProductListItem.vue.d.ts.map +1 -0
  58. package/dist/components/features/Schedule.vue.d.ts +55 -0
  59. package/dist/components/features/Schedule.vue.d.ts.map +1 -0
  60. package/dist/components/features/ScheduleDateItem.vue.d.ts +40 -0
  61. package/dist/components/features/ScheduleDateItem.vue.d.ts.map +1 -0
  62. package/dist/components/features/ScheduleDelivery.vue.d.ts +18 -0
  63. package/dist/components/features/ScheduleDelivery.vue.d.ts.map +1 -0
  64. package/dist/components/features/ScheduleDeliveryItem.vue.d.ts +35 -0
  65. package/dist/components/features/ScheduleDeliveryItem.vue.d.ts.map +1 -0
  66. package/dist/components/features/SchedulePeriod.vue.d.ts +38 -0
  67. package/dist/components/features/SchedulePeriod.vue.d.ts.map +1 -0
  68. package/dist/components/features/SchedulePickup.vue.d.ts +9 -0
  69. package/dist/components/features/SchedulePickup.vue.d.ts.map +1 -0
  70. package/dist/components/features/SchedulePickupItem.vue.d.ts +36 -0
  71. package/dist/components/features/SchedulePickupItem.vue.d.ts.map +1 -0
  72. package/dist/components/features/SnsLink.vue.d.ts +42 -0
  73. package/dist/components/features/SnsLink.vue.d.ts.map +1 -0
  74. package/dist/components/features/VariationSelector.vue.d.ts +39 -0
  75. package/dist/components/features/VariationSelector.vue.d.ts.map +1 -0
  76. package/dist/components/foundation/AppBar.vue.d.ts +50 -0
  77. package/dist/components/foundation/AppBar.vue.d.ts.map +1 -0
  78. package/dist/components/foundation/AppBody.vue.d.ts +14 -0
  79. package/dist/components/foundation/AppBody.vue.d.ts.map +1 -0
  80. package/dist/components/foundation/AppFooter.vue.d.ts +17 -0
  81. package/dist/components/foundation/AppFooter.vue.d.ts.map +1 -0
  82. package/dist/components/foundation/AppFrame.vue.d.ts +15 -0
  83. package/dist/components/foundation/AppFrame.vue.d.ts.map +1 -0
  84. package/dist/components/interactive/Dialog.vue.d.ts +64 -0
  85. package/dist/components/interactive/Dialog.vue.d.ts.map +1 -0
  86. package/dist/components/interactive/DropDown.vue.d.ts +54 -0
  87. package/dist/components/interactive/DropDown.vue.d.ts.map +1 -0
  88. package/dist/components/interactive/Gallery.vue.d.ts +52 -0
  89. package/dist/components/interactive/Gallery.vue.d.ts.map +1 -0
  90. package/dist/components/interactive/Modal.vue.d.ts +51 -0
  91. package/dist/components/interactive/Modal.vue.d.ts.map +1 -0
  92. package/dist/components/interactive/Notification.vue.d.ts +51 -0
  93. package/dist/components/interactive/Notification.vue.d.ts.map +1 -0
  94. package/dist/components/interactive/Tab.vue.d.ts +38 -0
  95. package/dist/components/interactive/Tab.vue.d.ts.map +1 -0
  96. package/dist/components/interactive/TabPanel.vue.d.ts +13 -0
  97. package/dist/components/interactive/TabPanel.vue.d.ts.map +1 -0
  98. package/dist/components/interactive/TabPanels.vue.d.ts +48 -0
  99. package/dist/components/interactive/TabPanels.vue.d.ts.map +1 -0
  100. package/dist/components/interactive/Tabs.vue.d.ts +44 -0
  101. package/dist/components/interactive/Tabs.vue.d.ts.map +1 -0
  102. package/dist/components/layouts/Card.vue.d.ts +50 -0
  103. package/dist/components/layouts/Card.vue.d.ts.map +1 -0
  104. package/dist/components/layouts/Grid.vue.d.ts +46 -0
  105. package/dist/components/layouts/Grid.vue.d.ts.map +1 -0
  106. package/dist/components/layouts/List.vue.d.ts +72 -0
  107. package/dist/components/layouts/List.vue.d.ts.map +1 -0
  108. package/dist/components/layouts/Page.vue.d.ts +88 -0
  109. package/dist/components/layouts/Page.vue.d.ts.map +1 -0
  110. package/dist/components/layouts/Section.vue.d.ts +63 -0
  111. package/dist/components/layouts/Section.vue.d.ts.map +1 -0
  112. package/dist/components/layouts/Stack.vue.d.ts +78 -0
  113. package/dist/components/layouts/Stack.vue.d.ts.map +1 -0
  114. package/dist/components/navigation/BottomBar.vue.d.ts +39 -0
  115. package/dist/components/navigation/BottomBar.vue.d.ts.map +1 -0
  116. package/dist/components/navigation/Drawer.vue.d.ts +49 -0
  117. package/dist/components/navigation/Drawer.vue.d.ts.map +1 -0
  118. package/dist/components/renderless/DataProvider.vue.d.ts +51 -0
  119. package/dist/components/renderless/DataProvider.vue.d.ts.map +1 -0
  120. package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts +64 -0
  121. package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts.map +1 -0
  122. package/dist/composable/useAppDialogGuidance.d.ts +14 -0
  123. package/dist/composable/useAppDialogGuidance.d.ts.map +1 -0
  124. package/dist/composable/useAppNotifications.d.ts +21 -0
  125. package/dist/composable/useAppNotifications.d.ts.map +1 -0
  126. package/dist/composable/useSyncedTabPanel.d.ts +5 -0
  127. package/dist/composable/useSyncedTabPanel.d.ts.map +1 -0
  128. package/dist/composable/useToolChip.d.ts +19 -0
  129. package/dist/composable/useToolChip.d.ts.map +1 -0
  130. package/dist/constants.d.ts +79 -0
  131. package/dist/constants.d.ts.map +1 -0
  132. package/dist/directives/auto-scale.d.ts +5 -0
  133. package/dist/directives/auto-scale.d.ts.map +1 -0
  134. package/dist/directives/glitch.d.ts +5 -0
  135. package/dist/directives/glitch.d.ts.map +1 -0
  136. package/dist/index.d.ts +135 -0
  137. package/dist/index.d.ts.map +1 -0
  138. package/dist/script.es.js +15595 -0
  139. package/dist/script.umd.js +602 -0
  140. package/dist/style.css +1 -0
  141. package/dist/types.d.ts +32 -0
  142. package/dist/types.d.ts.map +1 -0
  143. package/dist/utils.d.ts +14 -0
  144. package/dist/utils.d.ts.map +1 -0
  145. package/dist/valueObjects/CurrencyValue.d.ts +12 -0
  146. package/dist/valueObjects/CurrencyValue.d.ts.map +1 -0
  147. package/dist/valueObjects/ValueObject.d.ts +16 -0
  148. package/dist/valueObjects/ValueObject.d.ts.map +1 -0
  149. package/package.json +92 -0
@@ -0,0 +1,5 @@
1
+ import { Directive } from 'vue';
2
+
3
+ declare const glitch: Directive;
4
+ export default glitch;
5
+ //# sourceMappingURL=glitch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"glitch.d.ts","sourceRoot":"","sources":["../../src/directives/glitch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAyMhC,QAAA,MAAM,MAAM,EAAE,SAoHb,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,135 @@
1
+ import { createReniOneUI } from './utils';
2
+ import { default as useAppNotifications } from './composable/useAppNotifications';
3
+ import { default as useSyncedTabPanel } from './composable/useSyncedTabPanel';
4
+ import { default as useToolChip } from './composable/useToolChip';
5
+ import { default as useAppDialogGuidance } from './composable/useAppDialogGuidance';
6
+ import { default as Alert } from './components/elements/Alert.vue';
7
+ import { default as Button } from './components/elements/Button.vue';
8
+ import { default as Icon } from './components/elements/Icon.vue';
9
+ import { default as Spinner } from './components/elements/Spinner.vue';
10
+ import { default as Text } from './components/elements/Text.vue';
11
+ import { default as SpinButton } from './components/elements/SpinButton.vue';
12
+ import { default as Label } from './components/elements/Label.vue';
13
+ import { default as Divider } from './components/elements/Divider.vue';
14
+ import { default as ToolChip } from './components/elements/ToolChip.vue';
15
+ import { default as TextField } from './components/elements/TextField.vue';
16
+ import { default as PasswordField } from './components/elements/PasswordField.vue';
17
+ import { default as SelectBox } from './components/elements/SelectBox.vue';
18
+ import { default as RadioButtonGroup } from './components/elements/RadioButtonGroup.vue';
19
+ import { default as RadioButton } from './components/elements/RadioButton.vue';
20
+ import { default as Checkbox } from './components/elements/Checkbox.vue';
21
+ import { default as DescriptionList } from './components/elements/DescriptionList.vue';
22
+ import { default as Stack } from './components/layouts/Stack.vue';
23
+ import { default as Card } from './components/layouts/Card.vue';
24
+ import { default as List } from './components/layouts/List.vue';
25
+ import { default as Grid } from './components/layouts/Grid.vue';
26
+ import { default as Section } from './components/layouts/Section.vue';
27
+ import { default as Page } from './components/layouts/Page.vue';
28
+ import { default as Gallery } from './components/interactive/Gallery.vue';
29
+ import { default as Modal } from './components/interactive/Modal.vue';
30
+ import { default as Notification } from './components/interactive/Notification.vue';
31
+ import { default as TabPanels } from './components/interactive/TabPanels.vue';
32
+ import { default as TabPanel } from './components/interactive/TabPanel.vue';
33
+ import { default as Tabs } from './components/interactive/Tabs.vue';
34
+ import { default as Tab } from './components/interactive/Tab.vue';
35
+ import { default as Dialog } from './components/interactive/Dialog.vue';
36
+ import { default as Carousel } from './components/interactive/Carousel.vue';
37
+ import { default as CarouselItem } from './components/interactive/CarouselItem.vue';
38
+ import { default as DropDown } from './components/interactive/DropDown.vue';
39
+ import { default as Drawer } from './components/navigation/Drawer.vue';
40
+ import { default as BottomBar } from './components/navigation/BottomBar.vue';
41
+ import { default as AppBar } from './components/foundation/AppBar.vue';
42
+ import { default as AppBody } from './components/foundation/AppBody.vue';
43
+ import { default as AppFrame } from './components/foundation/AppFrame.vue';
44
+ import { default as AppFooter } from './components/foundation/AppFooter.vue';
45
+ import { default as FloatingBanner } from './components/features/FloatingBanner.vue';
46
+ import { default as AnnounceBar } from './components/features/AnnounceBar.vue';
47
+ import { default as AnnounceBarCollection } from './components/features/AnnounceBarCollection.vue';
48
+ import { default as Hero } from './components/features/Hero.vue';
49
+ import { default as MediaContent } from './components/features/MediaContent.vue';
50
+ import { default as CarouselBanner } from './components/features/CarouselBanner.vue';
51
+ import { default as ProductLabels } from './components/features/ProductLabels.vue';
52
+ import { default as ProductList } from './components/features/ProductList.vue';
53
+ import { default as ProductListItem } from './components/features/ProductListItem.vue';
54
+ import { default as Schedule } from './components/features/Schedule.vue';
55
+ import { default as ScheduleDateItem } from './components/features/ScheduleDateItem.vue';
56
+ import { default as SchedulePeriod } from './components/features/SchedulePeriod.vue';
57
+ import { default as SchedulePickup } from './components/features/SchedulePickup.vue';
58
+ import { default as SchedulePickupItem } from './components/features/SchedulePickupItem.vue';
59
+ import { default as ScheduleDelivery } from './components/features/ScheduleDelivery.vue';
60
+ import { default as ScheduleDeliveryItem } from './components/features/ScheduleDeliveryItem.vue';
61
+ import { default as CategoryBanner } from './components/features/CategoryBanner.vue';
62
+ import { default as Marquee } from './components/features/Marquee.vue';
63
+ import { default as VariationSelector } from './components/features/VariationSelector.vue';
64
+ import { default as SnsLink } from './components/features/SnsLink.vue';
65
+ import { default as BrandLogo } from './components/features/BrandLogo.vue';
66
+ import { default as OptionGroupSwitchController } from './components/renderless/OptionGroupSwitchController.vue';
67
+ import { default as DataProvider } from './components/renderless/DataProvider.vue';
68
+
69
+ export { createReniOneUI, useAppNotifications, useSyncedTabPanel, useToolChip, useAppDialogGuidance, };
70
+ export { Alert, Button, Icon, Spinner, Text, SpinButton, Label, Divider, ToolChip, TextField, PasswordField, SelectBox, RadioButtonGroup, RadioButton, Checkbox, DescriptionList, Stack, Card, List, Grid, Section, Page, Gallery, Modal, Notification, TabPanels, TabPanel, Tab, Tabs, Dialog, Carousel, CarouselItem, DropDown, Drawer, BottomBar, AppBar, AppBody, AppFrame, AppFooter, FloatingBanner, AnnounceBar, AnnounceBarCollection, Hero, MediaContent, CarouselBanner, ProductLabels, ProductList, ProductListItem, Schedule, ScheduleDateItem, SchedulePeriod, SchedulePickup, SchedulePickupItem, ScheduleDelivery, ScheduleDeliveryItem, CategoryBanner, Marquee, VariationSelector, SnsLink, BrandLogo, OptionGroupSwitchController, DataProvider, };
71
+ declare module 'vue' {
72
+ interface GlobalComponents {
73
+ RnAlert: (typeof import('./components/elements/Alert.vue'))['default'];
74
+ RnButton: (typeof import('./components/elements/Button.vue'))['default'];
75
+ RnIcon: (typeof import('./components/elements/Icon.vue'))['default'];
76
+ RnSpinner: (typeof import('./components/elements/Spinner.vue'))['default'];
77
+ RnText: (typeof import('./components/elements/Text.vue'))['default'];
78
+ RnSpinButton: (typeof import('./components/elements/SpinButton.vue'))['default'];
79
+ RnLabel: (typeof import('./components/elements/Label.vue'))['default'];
80
+ RnDivider: (typeof import('./components/elements/Divider.vue'))['default'];
81
+ RnToolChip: (typeof import('./components/elements/ToolChip.vue'))['default'];
82
+ RnTextField: (typeof import('./components/elements/TextField.vue'))['default'];
83
+ RnPasswordField: (typeof import('./components/elements/PasswordField.vue'))['default'];
84
+ RnSelectBox: (typeof import('./components/elements/SelectBox.vue'))['default'];
85
+ RnRadioButtonGroup: (typeof import('./components/elements/RadioButtonGroup.vue'))['default'];
86
+ RnRadioButton: (typeof import('./components/elements/RadioButton.vue'))['default'];
87
+ RnCheckbox: (typeof import('./components/elements/Checkbox.vue'))['default'];
88
+ RnDescriptionList: (typeof import('./components/elements/DescriptionList.vue'))['default'];
89
+ RnStack: (typeof import('./components/layouts/Stack.vue'))['default'];
90
+ RnCard: (typeof import('./components/layouts/Card.vue'))['default'];
91
+ RnList: (typeof import('./components/layouts/List.vue'))['default'];
92
+ RnGrid: (typeof import('./components/layouts/Grid.vue'))['default'];
93
+ RnSection: (typeof import('./components/layouts/Section.vue'))['default'];
94
+ RnPage: (typeof import('./components/layouts/Page.vue'))['default'];
95
+ RnGallery: (typeof import('./components/interactive/Gallery.vue'))['default'];
96
+ RnModal: (typeof import('./components/interactive/Modal.vue'))['default'];
97
+ RnNotification: (typeof import('./components/interactive/Notification.vue'))['default'];
98
+ RnTabPanels: (typeof import('./components/interactive/TabPanels.vue'))['default'];
99
+ RnTabPanel: (typeof import('./components/interactive/TabPanel.vue'))['default'];
100
+ RnTabs: (typeof import('./components/interactive/Tabs.vue'))['default'];
101
+ RnTab: (typeof import('./components/interactive/Tab.vue'))['default'];
102
+ RnDialog: (typeof import('./components/interactive/Dialog.vue'))['default'];
103
+ RnCarousel: (typeof import('./components/interactive/Carousel.vue'))['default'];
104
+ RnDrawer: (typeof import('./components/navigation/Drawer.vue'))['default'];
105
+ RnBottomBar: (typeof import('./components/navigation/BottomBar.vue'))['default'];
106
+ RnAppBar: (typeof import('./components/foundation/AppBar.vue'))['default'];
107
+ RnAppBody: (typeof import('./components/foundation/AppBody.vue'))['default'];
108
+ RnAppFrame: (typeof import('./components/foundation/AppFrame.vue'))['default'];
109
+ RnFloatingBanner: (typeof import('./components/features/FloatingBanner.vue'))['default'];
110
+ RnAnnounceBar: (typeof import('./components/features/AnnounceBar.vue'))['default'];
111
+ RnAnnounceBarCollection: (typeof import('./components/features/AnnounceBarCollection.vue'))['default'];
112
+ RnHero: (typeof import('./components/features/Hero.vue'))['default'];
113
+ RnMediaContent: (typeof import('./components/features/MediaContent.vue'))['default'];
114
+ RnCarouselBanner: (typeof import('./components/features/CarouselBanner.vue'))['default'];
115
+ RnProductLabels: (typeof import('./components/features/ProductLabels.vue'))['default'];
116
+ RnProductList: (typeof import('./components/features/ProductList.vue'))['default'];
117
+ RnProductListItem: (typeof import('./components/features/ProductListItem.vue'))['default'];
118
+ RnSchedule: (typeof import('./components/features/Schedule.vue'))['default'];
119
+ RnScheduleDateItem: (typeof import('./components/features/ScheduleDateItem.vue'))['default'];
120
+ RnSchedulePeriod: (typeof import('./components/features/SchedulePeriod.vue'))['default'];
121
+ RnSchedulePickup: (typeof import('./components/features/SchedulePickup.vue'))['default'];
122
+ RnSchedulePickupItem: (typeof import('./components/features/SchedulePickupItem.vue'))['default'];
123
+ RnScheduleDelivery: (typeof import('./components/features/ScheduleDelivery.vue'))['default'];
124
+ RnScheduleDeliveryItem: (typeof import('./components/features/ScheduleDeliveryItem.vue'))['default'];
125
+ RnCategoryBanner: (typeof import('./components/features/CategoryBanner.vue'))['default'];
126
+ RnCategoryBannerItem: (typeof import('./components/features/CategoryBannerItem.vue'))['default'];
127
+ RnMarquee: (typeof import('./components/features/Marquee.vue'))['default'];
128
+ RnVariationSelector: (typeof import('./components/features/VariationSelector.vue'))['default'];
129
+ RnSnsLink: (typeof import('./components/features/SnsLink.vue'))['default'];
130
+ RnBrandLogo: (typeof import('./components/features/BrandLogo.vue'))['default'];
131
+ RnOptionGroupSwitchController: (typeof import('./components/renderless/OptionGroupSwitchController.vue'))['default'];
132
+ RnDataProvider: (typeof import('./components/renderless/DataProvider.vue'))['default'];
133
+ }
134
+ }
135
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}