@iyulab/components 1.1.1 → 1.2.1
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/CHANGELOG.md +16 -0
- package/README.md +17 -0
- package/dist/_virtual/{_@oxc-project_runtime@0.137.0 → _@oxc-project_runtime@0.138.0}/helpers/esm/decorate.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.137.0 → _@oxc-project_runtime@0.138.0}/helpers/esm/decorateMetadata.js +1 -1
- package/dist/components/UFloatingElement.js +2 -2
- package/dist/components/UFormControlElement.js +2 -2
- package/dist/components/UOverlayElement.js +2 -2
- package/dist/components/alert/UAlert.js +2 -2
- package/dist/components/avatar/UAvatar.js +2 -2
- package/dist/components/badge/UBadge.js +2 -2
- package/dist/components/breadcrumb/UBreadcrumb.js +1 -1
- package/dist/components/breadcrumb-item/UBreadcrumbItem.js +2 -2
- package/dist/components/button/UButton.d.ts +14 -0
- package/dist/components/button/UButton.js +12 -2
- package/dist/components/button/UButton.styles.js +66 -22
- package/dist/components/button-group/UButtonGroup.js +2 -2
- package/dist/components/card/UCard.js +2 -2
- package/dist/components/carousel/UCarousel.js +2 -2
- package/dist/components/checkbox/UCheckbox.js +2 -2
- package/dist/components/chip/UChip.js +2 -2
- package/dist/components/dialog/UDialog.js +2 -2
- package/dist/components/divider/UDivider.js +2 -2
- package/dist/components/drawer/UDrawer.js +2 -2
- package/dist/components/field/UField.js +2 -2
- package/dist/components/form/UForm.js +2 -2
- package/dist/components/icon/UIcon.js +2 -2
- package/dist/components/icon-button/UIconButton.js +2 -2
- package/dist/components/input/UInput.js +2 -2
- package/dist/components/menu/UMenu.js +2 -2
- package/dist/components/menu-item/UMenuItem.js +2 -2
- package/dist/components/option/UOption.js +2 -2
- package/dist/components/panel/UPanel.js +2 -2
- package/dist/components/popover/UPopover.js +2 -2
- package/dist/components/progress-bar/UProgressBar.js +2 -2
- package/dist/components/progress-ring/UProgressRing.js +2 -2
- package/dist/components/radio/URadio.js +2 -2
- package/dist/components/rating/URating.js +2 -2
- package/dist/components/select/USelect.js +2 -2
- package/dist/components/skeleton/USkeleton.js +2 -2
- package/dist/components/slider/USlider.js +2 -2
- package/dist/components/spinner/USpinner.js +2 -2
- package/dist/components/split-panel/USplitPanel.js +2 -2
- package/dist/components/switch/USwitch.js +2 -2
- package/dist/components/tab/UTab.js +2 -2
- package/dist/components/tab-panel/UTabPanel.js +2 -2
- package/dist/components/tag/UTag.js +2 -2
- package/dist/components/textarea/UTextarea.js +2 -2
- package/dist/components/tooltip/UTooltip.js +2 -2
- package/dist/components/tree/UTree.js +2 -2
- package/dist/components/tree-item/UTreeItem.js +2 -2
- package/dist/react/UAlert.js +2 -2
- package/dist/react/UAvatar.js +2 -2
- package/dist/react/UBadge.js +2 -2
- package/dist/react/UBreadcrumb.js +2 -2
- package/dist/react/UBreadcrumbItem.js +2 -2
- package/dist/react/UButton.js +2 -2
- package/dist/react/UButtonGroup.js +2 -2
- package/dist/react/UCard.js +2 -2
- package/dist/react/UCarousel.js +2 -2
- package/dist/react/UCheckbox.js +2 -2
- package/dist/react/UChip.js +2 -2
- package/dist/react/UDialog.js +2 -2
- package/dist/react/UDivider.js +2 -2
- package/dist/react/UDrawer.js +2 -2
- package/dist/react/UField.js +2 -2
- package/dist/react/UForm.js +2 -2
- package/dist/react/UIcon.js +2 -2
- package/dist/react/UIconButton.js +2 -2
- package/dist/react/UInput.js +2 -2
- package/dist/react/UMenu.js +2 -2
- package/dist/react/UMenuItem.js +2 -2
- package/dist/react/UOption.js +2 -2
- package/dist/react/UPanel.js +2 -2
- package/dist/react/UPopover.js +2 -2
- package/dist/react/UProgressBar.js +2 -2
- package/dist/react/UProgressRing.js +2 -2
- package/dist/react/URadio.js +2 -2
- package/dist/react/URating.js +2 -2
- package/dist/react/USelect.js +2 -2
- package/dist/react/USkeleton.js +2 -2
- package/dist/react/USlider.js +2 -2
- package/dist/react/USpinner.js +2 -2
- package/dist/react/USplitPanel.js +2 -2
- package/dist/react/USwitch.js +2 -2
- package/dist/react/UTab.js +2 -2
- package/dist/react/UTabPanel.js +2 -2
- package/dist/react/UTag.js +2 -2
- package/dist/react/UTextarea.js +2 -2
- package/dist/react/UTooltip.js +2 -2
- package/dist/react/UTree.js +2 -2
- package/dist/react/UTreeItem.js +2 -2
- package/package.json +1 -1
- package/plugins/vite-plugin-react-wrapper.js +2 -2
- package/skills/iyulab-components/references/components/button.md +16 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { formatTemplate, getLocaleStrings, resolveLocale } from "../../core/locale.js";
|
|
2
|
-
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
-
import __decorate from "../../_virtual/_@oxc-project_runtime@0.
|
|
2
|
+
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorateMetadata.js";
|
|
3
|
+
import __decorate from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorate.js";
|
|
4
4
|
import { UFormControlElement } from "../UFormControlElement.js";
|
|
5
5
|
import "../tooltip/UTooltip.js";
|
|
6
6
|
import "../field/UField.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UElement } from "../UElement.js";
|
|
2
|
-
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
-
import __decorate from "../../_virtual/_@oxc-project_runtime@0.
|
|
2
|
+
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorateMetadata.js";
|
|
3
|
+
import __decorate from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorate.js";
|
|
4
4
|
import { styles } from "./USpinner.styles.js";
|
|
5
5
|
import { customElement, property, state } from "lit/decorators.js";
|
|
6
6
|
import { html } from "lit";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UElement } from "../UElement.js";
|
|
2
|
-
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
-
import __decorate from "../../_virtual/_@oxc-project_runtime@0.
|
|
2
|
+
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorateMetadata.js";
|
|
3
|
+
import __decorate from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorate.js";
|
|
4
4
|
import { arrayAttrConverter } from "../../utilities/converters.js";
|
|
5
5
|
import { styles } from "./USplitPanel.styles.js";
|
|
6
6
|
import { customElement, property, query } from "lit/decorators.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.
|
|
2
|
-
import __decorate from "../../_virtual/_@oxc-project_runtime@0.
|
|
1
|
+
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorateMetadata.js";
|
|
2
|
+
import __decorate from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorate.js";
|
|
3
3
|
import { UFormControlElement } from "../UFormControlElement.js";
|
|
4
4
|
import { styles } from "./USwitch.styles.js";
|
|
5
5
|
import { customElement, property } from "lit/decorators.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UElement } from "../UElement.js";
|
|
2
|
-
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
-
import __decorate from "../../_virtual/_@oxc-project_runtime@0.
|
|
2
|
+
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorateMetadata.js";
|
|
3
|
+
import __decorate from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorate.js";
|
|
4
4
|
import "../icon/UIcon.js";
|
|
5
5
|
import "../button/UButton.js";
|
|
6
6
|
import { styles } from "./UTab.styles.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UElement } from "../UElement.js";
|
|
2
|
-
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
-
import __decorate from "../../_virtual/_@oxc-project_runtime@0.
|
|
2
|
+
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorateMetadata.js";
|
|
3
|
+
import __decorate from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorate.js";
|
|
4
4
|
import { UPanel } from "../panel/UPanel.js";
|
|
5
5
|
import { UTab } from "../tab/UTab.js";
|
|
6
6
|
import { styles } from "./UTabPanel.styles.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UElement } from "../UElement.js";
|
|
2
|
-
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
-
import __decorate from "../../_virtual/_@oxc-project_runtime@0.
|
|
2
|
+
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorateMetadata.js";
|
|
3
|
+
import __decorate from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorate.js";
|
|
4
4
|
import { styles } from "./UTag.styles.js";
|
|
5
5
|
import { customElement, property } from "lit/decorators.js";
|
|
6
6
|
import { html } from "lit";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.
|
|
2
|
-
import __decorate from "../../_virtual/_@oxc-project_runtime@0.
|
|
1
|
+
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorateMetadata.js";
|
|
2
|
+
import __decorate from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorate.js";
|
|
3
3
|
import { UFormControlElement } from "../UFormControlElement.js";
|
|
4
4
|
import "../field/UField.js";
|
|
5
5
|
import { styles } from "./UTextarea.styles.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.
|
|
2
|
-
import __decorate from "../../_virtual/_@oxc-project_runtime@0.
|
|
1
|
+
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorateMetadata.js";
|
|
2
|
+
import __decorate from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorate.js";
|
|
3
3
|
import { UFloatingElement } from "../UFloatingElement.js";
|
|
4
4
|
import { styles } from "./UTooltip.styles.js";
|
|
5
5
|
import { customElement, property } from "lit/decorators.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UElement } from "../UElement.js";
|
|
2
|
-
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
-
import __decorate from "../../_virtual/_@oxc-project_runtime@0.
|
|
2
|
+
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorateMetadata.js";
|
|
3
|
+
import __decorate from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorate.js";
|
|
4
4
|
import { UTreeItem } from "../tree-item/UTreeItem.js";
|
|
5
5
|
import { styles } from "./UTree.styles.js";
|
|
6
6
|
import { customElement, property, state } from "lit/decorators.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UElement } from "../UElement.js";
|
|
2
|
-
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
-
import __decorate from "../../_virtual/_@oxc-project_runtime@0.
|
|
2
|
+
import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorateMetadata.js";
|
|
3
|
+
import __decorate from "../../_virtual/_@oxc-project_runtime@0.138.0/helpers/esm/decorate.js";
|
|
4
4
|
import "../icon/UIcon.js";
|
|
5
5
|
import "../spinner/USpinner.js";
|
|
6
6
|
import { styles } from "./UTreeItem.styles.js";
|
package/dist/react/UAlert.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UAlert } from '../components/alert/UAlert.js';
|
|
3
|
+
import { UAlert as UAlertElement } from '../components/alert/UAlert.js';
|
|
4
4
|
|
|
5
5
|
export const UAlert = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-alert',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UAlertElement,
|
|
9
9
|
events: {
|
|
10
10
|
onShow: 'show',
|
|
11
11
|
onHide: 'hide',
|
package/dist/react/UAvatar.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UAvatar } from '../components/avatar/UAvatar.js';
|
|
3
|
+
import { UAvatar as UAvatarElement } from '../components/avatar/UAvatar.js';
|
|
4
4
|
|
|
5
5
|
export const UAvatar = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-avatar',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UAvatarElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
package/dist/react/UBadge.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UBadge } from '../components/badge/UBadge.js';
|
|
3
|
+
import { UBadge as UBadgeElement } from '../components/badge/UBadge.js';
|
|
4
4
|
|
|
5
5
|
export const UBadge = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-badge',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UBadgeElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UBreadcrumb } from '../components/breadcrumb/UBreadcrumb.js';
|
|
3
|
+
import { UBreadcrumb as UBreadcrumbElement } from '../components/breadcrumb/UBreadcrumb.js';
|
|
4
4
|
|
|
5
5
|
export const UBreadcrumb = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-breadcrumb',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UBreadcrumbElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UBreadcrumbItem } from '../components/breadcrumb-item/UBreadcrumbItem.js';
|
|
3
|
+
import { UBreadcrumbItem as UBreadcrumbItemElement } from '../components/breadcrumb-item/UBreadcrumbItem.js';
|
|
4
4
|
|
|
5
5
|
export const UBreadcrumbItem = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-breadcrumb-item',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UBreadcrumbItemElement,
|
|
9
9
|
events: {
|
|
10
10
|
onNavigate: 'navigate',
|
|
11
11
|
},
|
package/dist/react/UButton.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UButton } from '../components/button/UButton.js';
|
|
3
|
+
import { UButton as UButtonElement } from '../components/button/UButton.js';
|
|
4
4
|
|
|
5
5
|
export const UButton = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-button',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UButtonElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UButtonGroup } from '../components/button-group/UButtonGroup.js';
|
|
3
|
+
import { UButtonGroup as UButtonGroupElement } from '../components/button-group/UButtonGroup.js';
|
|
4
4
|
|
|
5
5
|
export const UButtonGroup = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-button-group',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UButtonGroupElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
package/dist/react/UCard.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UCard } from '../components/card/UCard.js';
|
|
3
|
+
import { UCard as UCardElement } from '../components/card/UCard.js';
|
|
4
4
|
|
|
5
5
|
export const UCard = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-card',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UCardElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
package/dist/react/UCarousel.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UCarousel } from '../components/carousel/UCarousel.js';
|
|
3
|
+
import { UCarousel as UCarouselElement } from '../components/carousel/UCarousel.js';
|
|
4
4
|
|
|
5
5
|
export const UCarousel = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-carousel',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UCarouselElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
package/dist/react/UCheckbox.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UCheckbox } from '../components/checkbox/UCheckbox.js';
|
|
3
|
+
import { UCheckbox as UCheckboxElement } from '../components/checkbox/UCheckbox.js';
|
|
4
4
|
|
|
5
5
|
export const UCheckbox = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-checkbox',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UCheckboxElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
package/dist/react/UChip.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UChip } from '../components/chip/UChip.js';
|
|
3
|
+
import { UChip as UChipElement } from '../components/chip/UChip.js';
|
|
4
4
|
|
|
5
5
|
export const UChip = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-chip',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UChipElement,
|
|
9
9
|
events: {
|
|
10
10
|
onPick: 'pick',
|
|
11
11
|
onRemove: 'remove',
|
package/dist/react/UDialog.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UDialog } from '../components/dialog/UDialog.js';
|
|
3
|
+
import { UDialog as UDialogElement } from '../components/dialog/UDialog.js';
|
|
4
4
|
|
|
5
5
|
export const UDialog = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-dialog',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UDialogElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
package/dist/react/UDivider.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UDivider } from '../components/divider/UDivider.js';
|
|
3
|
+
import { UDivider as UDividerElement } from '../components/divider/UDivider.js';
|
|
4
4
|
|
|
5
5
|
export const UDivider = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-divider',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UDividerElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
package/dist/react/UDrawer.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UDrawer } from '../components/drawer/UDrawer.js';
|
|
3
|
+
import { UDrawer as UDrawerElement } from '../components/drawer/UDrawer.js';
|
|
4
4
|
|
|
5
5
|
export const UDrawer = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-drawer',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UDrawerElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
package/dist/react/UField.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UField } from '../components/field/UField.js';
|
|
3
|
+
import { UField as UFieldElement } from '../components/field/UField.js';
|
|
4
4
|
|
|
5
5
|
export const UField = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-field',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UFieldElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
package/dist/react/UForm.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UForm } from '../components/form/UForm.js';
|
|
3
|
+
import { UForm as UFormElement } from '../components/form/UForm.js';
|
|
4
4
|
|
|
5
5
|
export const UForm = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-form',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UFormElement,
|
|
9
9
|
events: {
|
|
10
10
|
onChange: 'change',
|
|
11
11
|
},
|
package/dist/react/UIcon.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UIcon } from '../components/icon/UIcon.js';
|
|
3
|
+
import { UIcon as UIconElement } from '../components/icon/UIcon.js';
|
|
4
4
|
|
|
5
5
|
export const UIcon = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-icon',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UIconElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UIconButton } from '../components/icon-button/UIconButton.js';
|
|
3
|
+
import { UIconButton as UIconButtonElement } from '../components/icon-button/UIconButton.js';
|
|
4
4
|
|
|
5
5
|
export const UIconButton = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-icon-button',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UIconButtonElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
package/dist/react/UInput.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UInput } from '../components/input/UInput.js';
|
|
3
|
+
import { UInput as UInputElement } from '../components/input/UInput.js';
|
|
4
4
|
|
|
5
5
|
export const UInput = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-input',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UInputElement,
|
|
9
9
|
events: {
|
|
10
10
|
onInput: 'input',
|
|
11
11
|
onChange: 'change',
|
package/dist/react/UMenu.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UMenu } from '../components/menu/UMenu.js';
|
|
3
|
+
import { UMenu as UMenuElement } from '../components/menu/UMenu.js';
|
|
4
4
|
|
|
5
5
|
export const UMenu = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-menu',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UMenuElement,
|
|
9
9
|
events: {
|
|
10
10
|
onChange: 'change',
|
|
11
11
|
},
|
package/dist/react/UMenuItem.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UMenuItem } from '../components/menu-item/UMenuItem.js';
|
|
3
|
+
import { UMenuItem as UMenuItemElement } from '../components/menu-item/UMenuItem.js';
|
|
4
4
|
|
|
5
5
|
export const UMenuItem = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-menu-item',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UMenuItemElement,
|
|
9
9
|
events: {
|
|
10
10
|
onPick: 'pick',
|
|
11
11
|
},
|
package/dist/react/UOption.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UOption } from '../components/option/UOption.js';
|
|
3
|
+
import { UOption as UOptionElement } from '../components/option/UOption.js';
|
|
4
4
|
|
|
5
5
|
export const UOption = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-option',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UOptionElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
package/dist/react/UPanel.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UPanel } from '../components/panel/UPanel.js';
|
|
3
|
+
import { UPanel as UPanelElement } from '../components/panel/UPanel.js';
|
|
4
4
|
|
|
5
5
|
export const UPanel = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-panel',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UPanelElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
package/dist/react/UPopover.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UPopover } from '../components/popover/UPopover.js';
|
|
3
|
+
import { UPopover as UPopoverElement } from '../components/popover/UPopover.js';
|
|
4
4
|
|
|
5
5
|
export const UPopover = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-popover',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UPopoverElement,
|
|
9
9
|
events: {
|
|
10
10
|
onShow: 'show',
|
|
11
11
|
onHide: 'hide',
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UProgressBar } from '../components/progress-bar/UProgressBar.js';
|
|
3
|
+
import { UProgressBar as UProgressBarElement } from '../components/progress-bar/UProgressBar.js';
|
|
4
4
|
|
|
5
5
|
export const UProgressBar = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-progress-bar',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UProgressBarElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UProgressRing } from '../components/progress-ring/UProgressRing.js';
|
|
3
|
+
import { UProgressRing as UProgressRingElement } from '../components/progress-ring/UProgressRing.js';
|
|
4
4
|
|
|
5
5
|
export const UProgressRing = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-progress-ring',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UProgressRingElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
package/dist/react/URadio.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { URadio } from '../components/radio/URadio.js';
|
|
3
|
+
import { URadio as URadioElement } from '../components/radio/URadio.js';
|
|
4
4
|
|
|
5
5
|
export const URadio = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-radio',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: URadioElement,
|
|
9
9
|
events: {
|
|
10
10
|
onChange: 'change',
|
|
11
11
|
},
|
package/dist/react/URating.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { URating } from '../components/rating/URating.js';
|
|
3
|
+
import { URating as URatingElement } from '../components/rating/URating.js';
|
|
4
4
|
|
|
5
5
|
export const URating = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-rating',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: URatingElement,
|
|
9
9
|
events: {
|
|
10
10
|
onChange: 'change',
|
|
11
11
|
},
|
package/dist/react/USelect.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { USelect } from '../components/select/USelect.js';
|
|
3
|
+
import { USelect as USelectElement } from '../components/select/USelect.js';
|
|
4
4
|
|
|
5
5
|
export const USelect = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-select',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: USelectElement,
|
|
9
9
|
events: {
|
|
10
10
|
onChange: 'change',
|
|
11
11
|
},
|
package/dist/react/USkeleton.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { USkeleton } from '../components/skeleton/USkeleton.js';
|
|
3
|
+
import { USkeleton as USkeletonElement } from '../components/skeleton/USkeleton.js';
|
|
4
4
|
|
|
5
5
|
export const USkeleton = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-skeleton',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: USkeletonElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
package/dist/react/USlider.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { USlider } from '../components/slider/USlider.js';
|
|
3
|
+
import { USlider as USliderElement } from '../components/slider/USlider.js';
|
|
4
4
|
|
|
5
5
|
export const USlider = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-slider',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: USliderElement,
|
|
9
9
|
events: {
|
|
10
10
|
onChange: 'change',
|
|
11
11
|
},
|
package/dist/react/USpinner.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { USpinner } from '../components/spinner/USpinner.js';
|
|
3
|
+
import { USpinner as USpinnerElement } from '../components/spinner/USpinner.js';
|
|
4
4
|
|
|
5
5
|
export const USpinner = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-spinner',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: USpinnerElement,
|
|
9
9
|
events: {},
|
|
10
10
|
});
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { USplitPanel } from '../components/split-panel/USplitPanel.js';
|
|
3
|
+
import { USplitPanel as USplitPanelElement } from '../components/split-panel/USplitPanel.js';
|
|
4
4
|
|
|
5
5
|
export const USplitPanel = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-split-panel',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: USplitPanelElement,
|
|
9
9
|
events: {
|
|
10
10
|
onShiftStart: 'shift-start',
|
|
11
11
|
onShift: 'shift',
|
package/dist/react/USwitch.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { USwitch } from '../components/switch/USwitch.js';
|
|
3
|
+
import { USwitch as USwitchElement } from '../components/switch/USwitch.js';
|
|
4
4
|
|
|
5
5
|
export const USwitch = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-switch',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: USwitchElement,
|
|
9
9
|
events: {
|
|
10
10
|
onChange: 'change',
|
|
11
11
|
},
|
package/dist/react/UTab.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { createComponent } from '@lit/react';
|
|
3
|
-
import { UTab } from '../components/tab/UTab.js';
|
|
3
|
+
import { UTab as UTabElement } from '../components/tab/UTab.js';
|
|
4
4
|
|
|
5
5
|
export const UTab = createComponent({
|
|
6
6
|
react: React,
|
|
7
7
|
tagName: 'u-tab',
|
|
8
|
-
elementClass:
|
|
8
|
+
elementClass: UTabElement,
|
|
9
9
|
events: {
|
|
10
10
|
onRemove: 'remove',
|
|
11
11
|
},
|