-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcdf331
commit 37e03f8
Showing
66 changed files
with
563 additions
and
805 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export * from './packages/giantgo-render/src/main' | ||
import giantgo-render from './packages/giantgo-render/src/main' | ||
export default giantgo-render | ||
import GiantgoRender from './packages/giantgo-render/src/main' | ||
export default GiantgoRender |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from '.pnpm/@[email protected]/node_modules/@vue/runtime-core'; | ||
export default _sfc_main; | ||
declare const _sfc_main: import("vue").DefineComponent<{ | ||
declare const _sfc_main: DefineComponent<{ | ||
modelValue: { | ||
type: StringConstructor; | ||
required: true; | ||
|
@@ -26,7 +27,7 @@ declare const _sfc_main: import("vue").DefineComponent<{ | |
focus(): void; | ||
blur(): void; | ||
selectAll(): void; | ||
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
}, ComponentOptionsMixin, ComponentOptionsMixin, string[], string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{ | ||
modelValue: { | ||
type: StringConstructor; | ||
required: true; | ||
|
10 changes: 10 additions & 0 deletions
10
packages/giantgo-render/dist/packages/components/form-design/config.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import type { FormDesign } from '@giantgo-render/tokens'; | ||
export declare const inputs: Array<FormDesign>; | ||
export declare const pickers: Array<FormDesign>; | ||
export declare const complexs: Array<FormDesign>; | ||
export declare const matrixs: Array<FormDesign>; | ||
export declare const objectLayout: FormDesign; | ||
export declare const assists: Array<FormDesign>; | ||
export declare const layouts: Array<FormDesign>; | ||
export declare const form: FormDesign; | ||
export declare const optionKeyLabels: Record<string, string>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps } from '.pnpm/@[email protected]/node_modules/@vue/runtime-core'; | ||
export default _sfc_main; | ||
declare namespace _sfc_main { | ||
namespace props { | ||
|
@@ -27,7 +28,7 @@ declare namespace _sfc_main { | |
add: (evt: any) => any; | ||
dragStart: (evt: any) => any; | ||
updateItems: (items: any) => any; | ||
draggable: import("vue").DefineComponent<{ | ||
draggable: DefineComponent<{ | ||
list: { | ||
type: ArrayConstructor; | ||
required: boolean; | ||
|
@@ -83,7 +84,7 @@ declare namespace _sfc_main { | |
computeFutureIndex(relatedContext: any, evt: any): any; | ||
onDragMove(evt: any, originalEvent: any): any; | ||
onDragEnd(): void; | ||
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ | ||
}, ComponentOptionsMixin, ComponentOptionsMixin, any[], any, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{ | ||
move: Function; | ||
tag: string; | ||
clone: Function; | ||
|
@@ -111,7 +112,7 @@ declare namespace _sfc_main { | |
add: (evt: any) => any; | ||
dragStart: (evt: any) => any; | ||
updateItems: (items: any) => any; | ||
draggable: import("vue").DefineComponent<{ | ||
draggable: DefineComponent<{ | ||
list: { | ||
type: ArrayConstructor; | ||
required: boolean; | ||
|
@@ -167,7 +168,7 @@ declare namespace _sfc_main { | |
computeFutureIndex(relatedContext: any, evt: any): any; | ||
onDragMove(evt: any, originalEvent: any): any; | ||
onDragEnd(): void; | ||
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ | ||
}, ComponentOptionsMixin, ComponentOptionsMixin, any[], any, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{ | ||
move: Function; | ||
tag: string; | ||
clone: Function; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.