x-runtime-lib 0.7.5 → 0.7.7

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 (53) hide show
  1. package/dist/components/element/index.d.ts +12 -1
  2. package/dist/components/element/regular/badge/v1/index.vue.d.ts +2 -1
  3. package/dist/components/element/regular/breadcrumbs/v1/index.vue.d.ts +3 -0
  4. package/dist/components/element/regular/btnGroup/v1/index.vue.d.ts +12 -0
  5. package/dist/components/element/regular/btnToggle/v1/index.vue.d.ts +13 -0
  6. package/dist/components/element/regular/chipGroup/v1/index.vue.d.ts +13 -0
  7. package/dist/components/element/regular/pagination/v1/index.vue.d.ts +3 -0
  8. package/dist/components/element/regular/stepper/v1/index.vue.d.ts +13 -0
  9. package/dist/components/element/regular/stepperActions/v1/index.vue.d.ts +2 -0
  10. package/dist/components/element/regular/stepperHeader/v1/index.vue.d.ts +12 -0
  11. package/dist/components/element/regular/stepperItem/v1/index.vue.d.ts +13 -0
  12. package/dist/components/element/regular/stepperWindow/v1/index.vue.d.ts +12 -0
  13. package/dist/components/element/regular/stepperWindowItem/v1/index.vue.d.ts +13 -0
  14. package/dist/components/element/regular/tab/v1/index.vue.d.ts +3 -0
  15. package/dist/components/element/regular/tabs/v1/index.vue.d.ts +13 -0
  16. package/dist/element/_common/items/alignTabsItems/v1/index.d.ts +2 -0
  17. package/dist/element/_common/items/index.d.ts +1 -0
  18. package/dist/element/_common/keys.d.ts +12 -0
  19. package/dist/element/chart/barChart/v1/spawn.d.ts +2 -0
  20. package/dist/element/chart/lineChart/v1/spawn.d.ts +2 -0
  21. package/dist/element/regular/btnGroup/v1/index.d.ts +1 -0
  22. package/dist/element/regular/btnGroup/v1/meta.d.ts +2 -0
  23. package/dist/element/regular/btnToggle/v1/index.d.ts +1 -0
  24. package/dist/element/regular/btnToggle/v1/meta.d.ts +2 -0
  25. package/dist/element/regular/chipGroup/v1/index.d.ts +1 -0
  26. package/dist/element/regular/chipGroup/v1/meta.d.ts +2 -0
  27. package/dist/element/regular/chipGroup/v1/spawn.d.ts +2 -0
  28. package/dist/element/regular/index.d.ts +11 -0
  29. package/dist/element/regular/pagination/v1/index.d.ts +1 -0
  30. package/dist/element/regular/pagination/v1/meta.d.ts +2 -0
  31. package/dist/element/regular/stepper/v1/index.d.ts +1 -0
  32. package/dist/element/regular/stepper/v1/meta.d.ts +2 -0
  33. package/dist/element/regular/stepper/v1/spawn.d.ts +2 -0
  34. package/dist/element/regular/stepperActions/v1/index.d.ts +1 -0
  35. package/dist/element/regular/stepperActions/v1/meta.d.ts +2 -0
  36. package/dist/element/regular/stepperHeader/v1/index.d.ts +1 -0
  37. package/dist/element/regular/stepperHeader/v1/meta.d.ts +2 -0
  38. package/dist/element/regular/stepperItem/v1/index.d.ts +1 -0
  39. package/dist/element/regular/stepperItem/v1/meta.d.ts +2 -0
  40. package/dist/element/regular/stepperWindow/v1/index.d.ts +1 -0
  41. package/dist/element/regular/stepperWindow/v1/meta.d.ts +2 -0
  42. package/dist/element/regular/stepperWindowItem/v1/index.d.ts +1 -0
  43. package/dist/element/regular/stepperWindowItem/v1/meta.d.ts +2 -0
  44. package/dist/element/regular/tab/v1/index.d.ts +1 -0
  45. package/dist/element/regular/tab/v1/meta.d.ts +2 -0
  46. package/dist/element/regular/tabs/v1/index.d.ts +1 -0
  47. package/dist/element/regular/tabs/v1/meta.d.ts +2 -0
  48. package/dist/element/regular/tabs/v1/spawn.d.ts +2 -0
  49. package/dist/{i18n-en.j7309mes.js → i18n-en.jmaxtcpo.js} +26 -0
  50. package/dist/{i18n-zhHans.lunea4x9.js → i18n-zhHans.bd5nx7sf.js} +26 -0
  51. package/dist/index.js +3220 -2081
  52. package/dist/types/element.d.ts +2 -2
  53. package/package.json +1 -1
@@ -4,9 +4,12 @@ import ZRefV1 from './misc/ref/v1/index.vue';
4
4
  import ZSlotV1 from './misc/slot/v1/index.vue';
5
5
  import ZBadgeV1 from './regular/badge/v1/index.vue';
6
6
  import ZBtnV1 from './regular/btn/v1/index.vue';
7
+ import ZBtnGroupV1 from './regular/btnGroup/v1/index.vue';
8
+ import ZBtnToggleV1 from './regular/btnToggle/v1/index.vue';
7
9
  import ZCardV1 from './regular/card/v1/index.vue';
8
10
  import ZCheckboxV1 from './regular/checkbox/v1/index.vue';
9
11
  import ZChipV1 from './regular/chip/v1/index.vue';
12
+ import ZChipGroupV1 from './regular/chipGroup/v1/index.vue';
10
13
  import ZColorPickerV1 from './regular/colorPicker/v1/index.vue';
11
14
  import ZComboboxV1 from './regular/combobox/v1/index.vue';
12
15
  import ZContainerV1 from './regular/container/v1/index.vue';
@@ -19,13 +22,21 @@ import ZFlexLayoutEntryV1 from './regular/flexLayoutEntry/v1/index.vue';
19
22
  import ZFormV1 from './regular/form/v1/index.vue';
20
23
  import ZMenuV1 from './regular/menu/v1/index.vue';
21
24
  import ZNumberInputV1 from './regular/numberInput/v1/index.vue';
25
+ import ZPaginationV1 from './regular/pagination/v1/index.vue';
22
26
  import ZRadioV1 from './regular/radio/v1/index.vue';
23
27
  import ZRadioGroupV1 from './regular/radioGroup/v1/index.vue';
24
28
  import ZRangeSliderV1 from './regular/rangeSlider/v1/index.vue';
25
29
  import ZRatingV1 from './regular/rating/v1/index.vue';
26
30
  import ZSelectV1 from './regular/select/v1/index.vue';
27
31
  import ZSliderV1 from './regular/slider/v1/index.vue';
32
+ import ZStepperV1 from './regular/stepper/v1/index.vue';
33
+ import ZStepperHeaderV1 from './regular/stepperHeader/v1/index.vue';
34
+ import ZStepperItemV1 from './regular/stepperItem/v1/index.vue';
35
+ import ZStepperWindowV1 from './regular/stepperWindow/v1/index.vue';
36
+ import ZStepperWindowItemV1 from './regular/stepperWindowItem/v1/index.vue';
28
37
  import ZSwitchV1 from './regular/switch/v1/index.vue';
38
+ import ZTabV1 from './regular/tab/v1/index.vue';
39
+ import ZTabsV1 from './regular/tabs/v1/index.vue';
29
40
  import ZTextV1 from './regular/text/v1/index.vue';
30
41
  import ZTextareaV1 from './regular/textarea/v1/index.vue';
31
42
  import ZTextFieldV1 from './regular/textField/v1/index.vue';
@@ -33,4 +44,4 @@ import ZTimelineV1 from './regular/timeline/v1/index.vue';
33
44
  import ZTimelineItemV1 from './regular/timelineItem/v1/index.vue';
34
45
  import ZWindowV1 from './regular/window/v1/index.vue';
35
46
  import ZWindowItemV1 from './regular/windowItem/v1/index.vue';
36
- export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBadgeV1, ZBtnV1, ZCardV1, ZCheckboxV1, ZChipV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDatePickerV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZMenuV1, ZNumberInputV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZSwitchV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
47
+ export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBadgeV1, ZBtnV1, ZBtnGroupV1, ZBtnToggleV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDatePickerV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZMenuV1, ZNumberInputV1, ZPaginationV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
@@ -1,8 +1,9 @@
1
+ import { BaseProps } from '../../../../../types';
1
2
  declare var __VLS_6: {};
2
3
  type __VLS_Slots = {} & {
3
4
  default?: (props: typeof __VLS_6) => any;
4
5
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
7
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
@@ -0,0 +1,3 @@
1
+ import { BaseProps } from '../../../../../types';
2
+ declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare var __VLS_6: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_6) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,13 @@
1
+ import { BaseProps } from '../../../../../types';
2
+ declare var __VLS_6: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_6) => any;
5
+ };
6
+ declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,13 @@
1
+ import { BaseProps } from '../../../../../types';
2
+ declare var __VLS_10: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_10) => any;
5
+ };
6
+ declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,3 @@
1
+ import { BaseProps } from '../../../../../types';
2
+ declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ export default _default;
@@ -0,0 +1,13 @@
1
+ import { BaseProps } from '../../../../../types';
2
+ declare var __VLS_6: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_6) => any;
5
+ };
6
+ declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare var __VLS_6: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_6) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,13 @@
1
+ import { BaseProps } from '../../../../../types';
2
+ declare var __VLS_6: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_6) => any;
5
+ };
6
+ declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,12 @@
1
+ declare var __VLS_6: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_6) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,13 @@
1
+ import { BaseProps } from '../../../../../types';
2
+ declare var __VLS_6: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_6) => any;
5
+ };
6
+ declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,3 @@
1
+ import { BaseProps } from '../../../../../types';
2
+ declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ export default _default;
@@ -0,0 +1,13 @@
1
+ import { BaseProps } from '../../../../../types';
2
+ declare var __VLS_6: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_6) => any;
5
+ };
6
+ declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,2 @@
1
+ import { ZItem } from '../../../../../types';
2
+ export declare const alignTabsItemsV1: ZItem[];
@@ -1,3 +1,4 @@
1
+ export * from './alignTabsItems/v1';
1
2
  export * from './axisTypeItems/v1';
2
3
  export * from './borderStyleItems/v1';
3
4
  export * from './colorModeItems/v1';
@@ -1,9 +1,13 @@
1
1
  export declare const keyBadgeV1 = "badge_v1";
2
+ export declare const keyBreadCrumbsV1 = "breadcrumbs_v1";
2
3
  export declare const keyBarChartV1 = "bar_chart_v1";
3
4
  export declare const keyBtnV1 = "btn_v1";
5
+ export declare const keyBtnGroupV1 = "btn_group_v1";
6
+ export declare const keyBtnToggleV1 = "btn_toggle_v1";
4
7
  export declare const keyCardV1 = "card_v1";
5
8
  export declare const keyCheckboxV1 = "checkbox_v1";
6
9
  export declare const keyChipV1 = "chip_v1";
10
+ export declare const keyChipGroupV1 = "chip_group_v1";
7
11
  export declare const keyColorPickerV1 = "color_picker_v1";
8
12
  export declare const keyComboboxV1 = "combobox_v1";
9
13
  export declare const keyContainerV1 = "container_v1";
@@ -18,6 +22,7 @@ export declare const keyGlobalityV1 = "globality_v1";
18
22
  export declare const keyLineChartV1 = "line_chart_v1";
19
23
  export declare const keyMenuV1 = "menu_v1";
20
24
  export declare const keyNumberInputV1 = "number_input_v1";
25
+ export declare const keyPaginationV1 = "pagination_v1";
21
26
  export declare const keyRadioV1 = "radio_v1";
22
27
  export declare const keyRadioGroupV1 = "radio_group_v1";
23
28
  export declare const keyRangeSliderV1 = "range_slider_v1";
@@ -26,7 +31,14 @@ export declare const keyRatingV1 = "rating_v1";
26
31
  export declare const keyRefV1 = "ref_v1";
27
32
  export declare const keySelectV1 = "select_v1";
28
33
  export declare const keySliderV1 = "slider_v1";
34
+ export declare const keyStepperV1 = "stepper_v1";
35
+ export declare const keyStepperHeaderV1 = "stepper_header_v1";
36
+ export declare const keyStepperItemV1 = "stepper_item_v1";
37
+ export declare const keyStepperWindowV1 = "stepper_window_v1";
38
+ export declare const keyStepperWindowItemV1 = "stepper_window_item_v1";
29
39
  export declare const keySwitchV1 = "switch_v1";
40
+ export declare const keyTabV1 = "tab_v1";
41
+ export declare const keyTabsV1 = "tabs_v1";
30
42
  export declare const keyTextV1 = "text_v1";
31
43
  export declare const keyTextareaV1 = "textarea_v1";
32
44
  export declare const keyTextFieldV1 = "text_field_v1";
@@ -0,0 +1,2 @@
1
+ import { Node } from '../../../../types';
2
+ export declare function spawn(type: string, subtype: string): Node | undefined;
@@ -0,0 +1,2 @@
1
+ import { Node } from '../../../../types';
2
+ export declare function spawn(type: string, subtype: string): Node | undefined;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const btnGroupV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const btnToggleV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const chipGroupV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { Node } from '../../../../types';
2
+ export declare function spawn(type: string, subtype: string): Node | undefined;
@@ -1,8 +1,11 @@
1
1
  export * from './badge/v1';
2
2
  export * from './btn/v1';
3
+ export * from './btnGroup/v1';
4
+ export * from './btnToggle/v1';
3
5
  export * from './card/v1';
4
6
  export * from './checkbox/v1';
5
7
  export * from './chip/v1';
8
+ export * from './chipGroup/v1';
6
9
  export * from './colorPicker/v1';
7
10
  export * from './combobox/v1';
8
11
  export * from './container/v1';
@@ -15,13 +18,21 @@ export * from './flexLayoutEntry/v1';
15
18
  export * from './form/v1';
16
19
  export * from './menu/v1';
17
20
  export * from './numberInput/v1';
21
+ export * from './pagination/v1';
18
22
  export * from './radio/v1';
19
23
  export * from './radioGroup/v1';
20
24
  export * from './rangeSlider/v1';
21
25
  export * from './rating/v1';
22
26
  export * from './select/v1';
23
27
  export * from './slider/v1';
28
+ export * from './stepper/v1';
29
+ export * from './stepperHeader/v1';
30
+ export * from './stepperItem/v1';
31
+ export * from './stepperWindow/v1';
32
+ export * from './stepperWindowItem/v1';
24
33
  export * from './switch/v1';
34
+ export * from './tab/v1';
35
+ export * from './tabs/v1';
25
36
  export * from './text/v1';
26
37
  export * from './textarea/v1';
27
38
  export * from './textField/v1';
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const paginationV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const stepperV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { Node } from '../../../../types';
2
+ export declare function spawn(type: string, subtype: string): Node | undefined;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const stepperActionsV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const stepperHeaderV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const stepperItemV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const stepperWindowV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const stepperWindowItemV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const tabV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const tabsV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { Node } from '../../../../types';
2
+ export declare function spawn(type: string, subtype: string): Node | undefined;
@@ -32,7 +32,10 @@ const e = {
32
32
  lg: "Large",
33
33
  xl: "X Large"
34
34
  },
35
+ breadcrumbs: "Breadcrumbs",
35
36
  button: "Button",
37
+ buttonGroup: "Button Group",
38
+ buttonToggle: "Button Toggle",
36
39
  caption: "Caption",
37
40
  card: "Card",
38
41
  category: "Category",
@@ -40,9 +43,11 @@ const e = {
40
43
  chart: "Chart",
41
44
  checkbox: "Checkbox",
42
45
  chip: "Chip",
46
+ chipGroup: "Chip Group",
43
47
  circularRef: "Circular Reference",
44
48
  clearable: "Clearable",
45
49
  click: "Click",
50
+ closable: "Closable",
46
51
  color: "Color",
47
52
  colorPicker: "Color Picker",
48
53
  column: "Column",
@@ -72,6 +77,7 @@ const e = {
72
77
  disabled: "Disabled",
73
78
  dot: "Dot",
74
79
  dotted: "Dotted",
80
+ draggable: "Draggable",
75
81
  elevated: "Elevated",
76
82
  emphasis: "Emphasis",
77
83
  end: "End",
@@ -81,6 +87,7 @@ const e = {
81
87
  feedback: "Feedback",
82
88
  fileInput: "File Input",
83
89
  fill: "Fill",
90
+ filter: "Filter",
84
91
  fixed: "Fixed",
85
92
  fixedFooter: "Fixed Footer",
86
93
  fixedHeader: "Fixed Header",
@@ -101,6 +108,7 @@ const e = {
101
108
  halfIncrements: "Half Increments",
102
109
  headers: "Headers",
103
110
  height: "Height",
111
+ hideActions: "Hide Actions",
104
112
  hideDetails: "Hide Details",
105
113
  hideOppoSite: "Hide Opposite",
106
114
  high: "High",
@@ -115,6 +123,7 @@ const e = {
115
123
  items: "Items",
116
124
  justify: "Justify",
117
125
  label: "Label",
126
+ large: "Large",
118
127
  left: "Left",
119
128
  legend: "Legend",
120
129
  length: "Length",
@@ -125,6 +134,7 @@ const e = {
125
134
  loading: "Loading",
126
135
  log: "Log",
127
136
  mainAxisAlign: "Main Axis Align",
137
+ mandatory: "Mandatory",
128
138
  margin: "Margin",
129
139
  max: "Max",
130
140
  maxHeight: "Max Height",
@@ -136,8 +146,10 @@ const e = {
136
146
  minHeight: "Min Height",
137
147
  minWidth: "Min Width",
138
148
  mode: "Mode",
149
+ multiple: "Multiple",
139
150
  multiSort: "Multi Sort",
140
151
  name: "Name",
152
+ navigation: "Navigation",
141
153
  no: "No",
142
154
  none: "None",
143
155
  notSet: "Not Set",
@@ -145,6 +157,7 @@ const e = {
145
157
  overline: "Overline",
146
158
  outlined: "Outlined",
147
159
  padding: "Padding",
160
+ pagination: "Pagination",
148
161
  percent: "Percent",
149
162
  pickers: "Pickers",
150
163
  pixel: "Pixel",
@@ -174,6 +187,7 @@ const e = {
174
187
  settings: "Settings",
175
188
  show: "Show",
176
189
  showArrows: "Show Arrows",
190
+ showFirstLastPage: "Show First Last Page",
177
191
  showTicks: "Show Ticks",
178
192
  shrink: "Shrink",
179
193
  side: "Side",
@@ -181,6 +195,7 @@ const e = {
181
195
  size: "Size",
182
196
  slider: "Slider",
183
197
  slots: "Slots",
198
+ small: "Small",
184
199
  solid: "Solid",
185
200
  sortable: "Sortable",
186
201
  spaceAround: "Space Around",
@@ -188,6 +203,11 @@ const e = {
188
203
  spaceEvenly: "Space Evenly",
189
204
  start: "Start",
190
205
  step: "Step",
206
+ stepper: "Stepper",
207
+ stepperHeader: "Stepper Header",
208
+ stepperItem: "Stepper Item",
209
+ stepperWindow: "Stepper Window",
210
+ stepperWindowItem: "Stepper Window Item",
191
211
  stretch: "Stretch",
192
212
  style: "Style",
193
213
  subtext: "Subtext",
@@ -196,6 +216,8 @@ const e = {
196
216
  subtitle2: "Subtitle 2",
197
217
  success: "Success",
198
218
  switch: "Switch",
219
+ tab: "Tab",
220
+ tabs: "Tabs",
199
221
  text: "Text",
200
222
  textarea: "Textarea",
201
223
  textField: "Text Field",
@@ -208,6 +230,7 @@ const e = {
208
230
  thumbSize: "Thumb Size",
209
231
  ticks: "Ticks",
210
232
  tickSize: "Tick Size",
233
+ tile: "Tile",
211
234
  time: "Time",
212
235
  timeline: "Timeline",
213
236
  timelineItem: "Timeline Item",
@@ -216,6 +239,7 @@ const e = {
216
239
  top: "Top",
217
240
  topLeft: "Top Left",
218
241
  topRight: "Top Right",
242
+ totalVisiable: "Total Visiable",
219
243
  touch: "Touch",
220
244
  trackColor: "Track Color",
221
245
  true: "True",
@@ -233,6 +257,8 @@ const e = {
233
257
  windowItem: "Window Item",
234
258
  wrap: "Wrap",
235
259
  xAxis: "X Axis",
260
+ xLarge: "X Large",
261
+ xSmall: "X Small",
236
262
  yAxis: "Y Axis",
237
263
  yes: "Yes"
238
264
  }