x-runtime-lib 0.8.222 → 0.8.224

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 (34) hide show
  1. package/dist/components/element/ui/index.d.ts +6 -1
  2. package/dist/components/element/ui/table/v1/index.vue.d.ts +12 -1
  3. package/dist/components/element/ui/tableBody/v1/index.vue.d.ts +13 -0
  4. package/dist/components/element/ui/tableBodyCell/v1/index.vue.d.ts +13 -0
  5. package/dist/components/element/ui/tableHead/v1/index.vue.d.ts +13 -0
  6. package/dist/components/element/ui/tableHeadCell/v1/index.vue.d.ts +13 -0
  7. package/dist/components/element/ui/tableRow/v1/index.vue.d.ts +13 -0
  8. package/dist/element/ui/badge/v1/spawn.d.ts +0 -1
  9. package/dist/element/ui/index.d.ts +6 -0
  10. package/dist/element/ui/table/v1/spawn.d.ts +2 -0
  11. package/dist/element/ui/tableBody/v1/index.d.ts +1 -0
  12. package/dist/element/ui/tableBody/v1/meta.d.ts +2 -0
  13. package/dist/element/ui/tableBodyCell/v1/index.d.ts +1 -0
  14. package/dist/element/ui/tableBodyCell/v1/meta.d.ts +2 -0
  15. package/dist/element/ui/tableHead/v1/index.d.ts +1 -0
  16. package/dist/element/ui/tableHead/v1/meta.d.ts +2 -0
  17. package/dist/element/ui/tableHeadCell/v1/index.d.ts +1 -0
  18. package/dist/element/ui/tableHeadCell/v1/meta.d.ts +2 -0
  19. package/dist/element/ui/tableRow/v1/index.d.ts +1 -0
  20. package/dist/element/ui/tableRow/v1/meta.d.ts +2 -0
  21. package/dist/{i18n-en.f4dp7neu.js → i18n-en.nb98wzaa.js} +11 -3
  22. package/dist/{i18n-zhHans.mldkk8kv.js → i18n-zhHans.lbd05oyp.js} +11 -3
  23. package/dist/index.js +4332 -4042
  24. package/dist/rolldown-runtime.jd1hion4.js +23 -0
  25. package/dist/types/protocol.d.ts +1 -1
  26. package/dist/utils/node.d.ts +9 -0
  27. package/dist/{vendor.jfz61lh9.js → vendor.hagxscrr.js} +21053 -20426
  28. package/package.json +4 -7
  29. package/dist/emscripten-module.browser.gerdi5zr.js +0 -2
  30. package/dist/en.cud1nmyi.js +0 -2
  31. package/dist/ffi.sqx4svri.js +0 -2
  32. package/dist/module-ES6BEMUI.dk14eokf.js +0 -2
  33. package/dist/rolldown-runtime.ofrncwta.js +0 -21
  34. package/dist/zhHans.cvquec3k.js +0 -2
@@ -35,6 +35,11 @@ import ZStepperWindowItemV1 from './stepperWindowItem/v1/index.vue';
35
35
  import ZSwitchV1 from './switch/v1/index.vue';
36
36
  import ZTabV1 from './tab/v1/index.vue';
37
37
  import ZTableV1 from './table/v1/index.vue';
38
+ import ZTableBodyV1 from './tableBody/v1/index.vue';
39
+ import ZTableBodyCellV1 from './tableBodyCell/v1/index.vue';
40
+ import ZTableHeadV1 from './tableHead/v1/index.vue';
41
+ import ZTableHeadCellV1 from './tableHeadCell/v1/index.vue';
42
+ import ZTableRowV1 from './tableRow/v1/index.vue';
38
43
  import ZTabsV1 from './tabs/v1/index.vue';
39
44
  import ZTextV1 from './text/v1/index.vue';
40
45
  import ZTextareaV1 from './textarea/v1/index.vue';
@@ -43,4 +48,4 @@ import ZTimelineV1 from './timeline/v1/index.vue';
43
48
  import ZTimelineItemV1 from './timelineItem/v1/index.vue';
44
49
  import ZWindowV1 from './window/v1/index.vue';
45
50
  import ZWindowItemV1 from './windowItem/v1/index.vue';
46
- export { ZBadgeV1, ZBreadcrumbsV1, ZBtnV1, ZBtnToggleV1, ZBtnToggleEntryV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDatePickerV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZIconV1, ZMenuV1, ZNumberInputV1, ZPaginationV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTableV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
51
+ export { ZBadgeV1, ZBreadcrumbsV1, ZBtnV1, ZBtnToggleV1, ZBtnToggleEntryV1, ZCardV1, ZCheckboxV1, ZChipV1, ZChipGroupV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDatePickerV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZIconV1, ZMenuV1, ZNumberInputV1, ZPaginationV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZStepperV1, ZStepperHeaderV1, ZStepperItemV1, ZStepperWindowV1, ZStepperWindowItemV1, ZSwitchV1, ZTabV1, ZTableV1, ZTableBodyV1, ZTableBodyCellV1, ZTableHeadV1, ZTableHeadCellV1, ZTableRowV1, ZTabsV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
@@ -1,3 +1,14 @@
1
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ import { ElementProps } from '@/types';
2
+ declare var __VLS_14: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_14) => any;
5
+ };
6
+ declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
2
8
  declare const _default: typeof __VLS_export;
3
9
  export default _default;
10
+ type __VLS_WithSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
@@ -0,0 +1,13 @@
1
+ declare var __VLS_1: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ };
5
+ declare const __VLS_base: 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_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,13 @@
1
+ declare var __VLS_1: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ };
5
+ declare const __VLS_base: 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_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,13 @@
1
+ declare var __VLS_1: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ };
5
+ declare const __VLS_base: 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_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,13 @@
1
+ declare var __VLS_1: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ };
5
+ declare const __VLS_base: 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_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,13 @@
1
+ declare var __VLS_1: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ };
5
+ declare const __VLS_base: 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_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -1,3 +1,2 @@
1
1
  import { NodePair } from '@/types';
2
2
  export declare function spawn(type: string, subtype: string): NodePair;
3
- export declare function spawnButton(type: string, subtype: string): NodePair;
@@ -33,6 +33,12 @@ export * from './stepperWindow/v1';
33
33
  export * from './stepperWindowItem/v1';
34
34
  export * from './switch/v1';
35
35
  export * from './tab/v1';
36
+ export * from './table/v1';
37
+ export * from './tableBody/v1';
38
+ export * from './tableBodyCell/v1';
39
+ export * from './tableHead/v1';
40
+ export * from './tableHeadCell/v1';
41
+ export * from './tableRow/v1';
36
42
  export * from './tabs/v1';
37
43
  export * from './text/v1';
38
44
  export * from './textarea/v1';
@@ -0,0 +1,2 @@
1
+ import { NodePair } from '@/types';
2
+ export declare function spawn(type: string, subtype: string): NodePair;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const tableBodyV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const tableBodyCellV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const tableHeadV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const tableHeadCellV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '@/types';
2
+ export declare const tableRowV1: ZElement;
@@ -1,4 +1,6 @@
1
- var en_default = { "x-runtime-lib": {
1
+ import { n as e } from "./rolldown-runtime.jd1hion4.js";
2
+ //#region src/i18n/locales/en/index.ts
3
+ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
2
4
  adaptSlot: "Adapt Slot",
3
5
  adaptSlotPropertyChange: "Adapt Slot Property Change",
4
6
  add: "Add",
@@ -193,7 +195,7 @@ var en_default = { "x-runtime-lib": {
193
195
  lineThrough: "Line Through",
194
196
  loading: "Loading",
195
197
  log: "Log",
196
- look: "Look",
198
+ looks: "Looks",
197
199
  mainAxisAlign: "Main Axis Align",
198
200
  mainData: "Main Data",
199
201
  mandatory: "Mandatory",
@@ -331,6 +333,11 @@ var en_default = { "x-runtime-lib": {
331
333
  switch: "Switch",
332
334
  tab: "Tab",
333
335
  table: "Table",
336
+ tableBody: "Table Body",
337
+ tableBodyCell: "Table Body Cell",
338
+ tableHead: "Table Head",
339
+ tableHeadCell: "Table Head Cell",
340
+ tableRow: "Table Row",
334
341
  tabs: "Tabs",
335
342
  text: "Text",
336
343
  textarea: "Textarea",
@@ -388,4 +395,5 @@ var en_default = { "x-runtime-lib": {
388
395
  yes: "Yes",
389
396
  z: "Z"
390
397
  } };
391
- export { en_default as t };
398
+ //#endregion
399
+ export { t };
@@ -1,4 +1,6 @@
1
- var zhHans_default = { "x-runtime-lib": {
1
+ import { n as e } from "./rolldown-runtime.jd1hion4.js";
2
+ //#region src/i18n/locales/zhHans/index.ts
3
+ var t = /* @__PURE__ */ e({ default: () => n }), n = { "x-runtime-lib": {
2
4
  adaptSlot: "适配插槽",
3
5
  adaptSlotPropertyChange: "适配插槽属性变化",
4
6
  add: "添加",
@@ -193,7 +195,7 @@ var zhHans_default = { "x-runtime-lib": {
193
195
  lineThrough: "中划线",
194
196
  loading: "加载中",
195
197
  log: "对数",
196
- look: "外观",
198
+ looks: "外观(s)",
197
199
  mainAxisAlign: "主轴对齐",
198
200
  mainData: "主数据",
199
201
  mandatory: "强制",
@@ -331,6 +333,11 @@ var zhHans_default = { "x-runtime-lib": {
331
333
  switch: "开关",
332
334
  tab: "选项卡",
333
335
  table: "表",
336
+ tableBody: "表体",
337
+ tableBodyCell: "表体单元",
338
+ tableHead: "表头",
339
+ tableHeadCell: "表头单元",
340
+ tableRow: "表行",
334
341
  tabs: "选项卡(s)",
335
342
  text: "文本",
336
343
  textarea: "文本区域",
@@ -388,4 +395,5 @@ var zhHans_default = { "x-runtime-lib": {
388
395
  yes: "是",
389
396
  z: "Z"
390
397
  } };
391
- export { zhHans_default as t };
398
+ //#endregion
399
+ export { t };