@endge/ui-vue-shadcn 0.1.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/LICENSE +201 -0
- package/README.md +39 -0
- package/dist/domain/core/endge-vue-shadcn.d.ts +19 -0
- package/dist/domain/types/filter-renderer.type.d.ts +5 -0
- package/dist/domain/types/sfc-render.type.d.ts +143 -0
- package/dist/main.d.ts +20 -0
- package/dist/model/render/sfc/SFCVueRenderInspection.d.ts +12 -0
- package/dist/model/render/sfc/SFCVueRuntimeBridge.d.ts +43 -0
- package/dist/model/render/sfc/vue-shadcn-renderers.d.ts +15 -0
- package/dist/model/render/sfc/vue-shadcn-sfc-adapter.d.ts +4 -0
- package/dist/model/render/sfc/vue-shadcn-table-renderer.d.ts +3 -0
- package/dist/model/style/EndgeDOMStyleRuntime.d.ts +10 -0
- package/dist/model/style/endge-dom-style.d.ts +17 -0
- package/dist/test/SFCIntrinsicEvents.test.d.ts +1 -0
- package/dist/test/SFCVueRenderInspection.test.d.ts +1 -0
- package/dist/test/VueShadcnAdapter.test.d.ts +1 -0
- package/dist/test/VueShadcnGrid.test.d.ts +1 -0
- package/dist/test/VueShadcnMenu.test.d.ts +1 -0
- package/dist/test/VueShadcnTable.test.d.ts +1 -0
- package/dist/test/VueShadcnVirtualization.test.d.ts +1 -0
- package/dist/ui/filter/VueShadcnFilterControlRenderer.d.ts +33 -0
- package/dist/ui/filter/VueShadcnFilterField.vue.d.ts +13 -0
- package/dist/ui/filter/VueShadcnFilterRenderer.vue.d.ts +3 -0
- package/dist/ui/filter/index.d.ts +3 -0
- package/dist/ui/layout/VueShadcnShell.vue.d.ts +22 -0
- package/dist/ui/overlay/ShadcnMenuRoot.vue.d.ts +4 -0
- package/dist/ui/overlay/shadcn-menu-manager.d.ts +66 -0
- package/dist/ui/primitives/ShadcnBadge.vue.d.ts +22 -0
- package/dist/ui/primitives/ShadcnCheckbox.vue.d.ts +8 -0
- package/dist/ui/primitives/ShadcnIcon.vue.d.ts +11 -0
- package/dist/ui/primitives/ShadcnInput.vue.d.ts +12 -0
- package/dist/ui/primitives/ShadcnSelect.vue.d.ts +14 -0
- package/dist/ui/primitives/ShadcnSeparator.vue.d.ts +7 -0
- package/dist/ui/primitives/ShadcnTextarea.vue.d.ts +9 -0
- package/dist/ui/primitives/index.d.ts +7 -0
- package/dist/ui/render/sfc/SFCRender_Base.d.ts +8 -0
- package/dist/ui/render/sfc/SFCRender_BoundaryRegistry.d.ts +15 -0
- package/dist/ui/render/sfc/SFCRender_Component.d.ts +3 -0
- package/dist/ui/render/sfc/SFCRender_Context.d.ts +8 -0
- package/dist/ui/render/sfc/SFCRender_Evaluator.d.ts +17 -0
- package/dist/ui/render/sfc/SFCRender_Node.d.ts +6 -0
- package/dist/ui/render/sfc/SFCRender_TableAlignment.d.ts +8 -0
- package/dist/ui/render/sfc/SFCRender_TableStyle.d.ts +41 -0
- package/dist/ui/render/sfc/SFC_Renderer.vue.d.ts +3 -0
- package/dist/ui/render/sfc/SFC_RuntimeRenderer.vue.d.ts +3 -0
- package/dist/ui/table/ShadcnSfcDataTable.vue.d.ts +19 -0
- package/dist/ui/table/ShadcnTableColumnManager.vue.d.ts +9 -0
- package/dist/ui/table/table.types.d.ts +48 -0
- package/dist/vue-shadcn.css +1 -0
- package/dist/vue-shadcn.js +12835 -0
- package/package.json +55 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# @endge/ui-vue-shadcn
|
|
2
|
+
|
|
3
|
+
Self-contained `vue-shadcn` UI adapter for Endge.
|
|
4
|
+
|
|
5
|
+
The package owns its primitive source and CSS, so configurator previews do not depend on customer aliases such as `@/components/ui`. Its controls use the same Shadcn tokens and restrained visual language as Starter Template.
|
|
6
|
+
|
|
7
|
+
It implements every visual SFC adapter tag. The compound `Table` tag uses TanStack Table with pagination and TanStack Virtual enabled by default. The default page size is 100 rows, and virtualization is applied inside the active page. It supports nested SFC cell components, sorting, pinning, resizing, column order and visibility, runtime-state persistence, EndgeCSS surfaces, context menus, and runtime boundary patches. Adapter renderers remain display-only: runtime update callbacks and two-way bindings stay owned by the render host.
|
|
8
|
+
|
|
9
|
+
```vue
|
|
10
|
+
<Table
|
|
11
|
+
id="flights"
|
|
12
|
+
:rows="rows"
|
|
13
|
+
row-key="id"
|
|
14
|
+
page-size="100"
|
|
15
|
+
page-sizes="10,25,50,100"
|
|
16
|
+
lazy
|
|
17
|
+
>
|
|
18
|
+
<!-- columns -->
|
|
19
|
+
</Table>
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
`lazy` is preserved as a renderer-neutral Table capability and both bundled adapters recognize it. At this stage it still paginates the materialized `rows` collection. Real server loading requires a Core data-request contract carrying page, page size, total row count, loading state, and a Query reload command; the adapters intentionally do not issue network requests themselves.
|
|
23
|
+
|
|
24
|
+
```ts
|
|
25
|
+
import '@endge/ui-vue-shadcn/vue-shadcn.css'
|
|
26
|
+
|
|
27
|
+
import { Endge } from '@endge/core'
|
|
28
|
+
import { EndgeVueShadcnPlugin } from '@endge/ui-vue-shadcn'
|
|
29
|
+
|
|
30
|
+
Endge.use(EndgeVueShadcnPlugin)
|
|
31
|
+
|
|
32
|
+
await Endge.boot(context)
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
Use `vue-shadcn` as the workspace `defaultSfcAdapterId`. The package only registers the adapter; workspace selection remains owned by Endge.
|
|
36
|
+
|
|
37
|
+
This package does not import or inherit `@endge/ui-vue`. It owns its SFC render engine, DOM style runtime, runtime bridge, generated Filter view, Root Shell, and a single global context-menu manager. The adapter publishes opaque `shell`, `sfc`, `sfc-runtime`, and `filter-view` roots through the Core registry, so the application host selects the complete frontend path from the workspace adapter.
|
|
38
|
+
|
|
39
|
+
The current roots are Vue components because this package is the Vue Shadcn adapter. Core treats them as opaque implementations; a future React or Canvas adapter can expose a different host contract without inheriting this package.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EndgeModule, EndgePlugin } from '@endge/core';
|
|
2
|
+
/** Регистрирует системный vue-shadcn adapter в общем UI registry. */
|
|
3
|
+
export declare class EndgeVueShadcnModule extends EndgeModule {
|
|
4
|
+
private _started;
|
|
5
|
+
private _unsubscribeWorkspace;
|
|
6
|
+
private _unsubscribeStyles;
|
|
7
|
+
private _unsubscribeProgram;
|
|
8
|
+
private _unsubscribeUIRegistry;
|
|
9
|
+
private _unsubscribeRuntimeScopes;
|
|
10
|
+
private readonly _styleRuntime;
|
|
11
|
+
setup(): void;
|
|
12
|
+
build(): void;
|
|
13
|
+
start(): void;
|
|
14
|
+
reset(): void;
|
|
15
|
+
private _activateWorkspaceAdapter;
|
|
16
|
+
private _refreshStyles;
|
|
17
|
+
}
|
|
18
|
+
/** Подключает vue-shadcn adapter к federation до Endge.boot(). */
|
|
19
|
+
export declare const EndgeVueShadcnPlugin: EndgePlugin;
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import { ComponentSFCRuntimeHost, ComponentSFCEventBoundary, RComponentSFC_IR, RComponentSFC_IR_ElementNode, RComponentSFC_IR_Node, RComponentSFC_IR_Tag, RComponentSFC_IR_Value, RuntimeHostInputSource, RuntimeHostLocalInputSource, RuntimeHostRaphInputBinding, RuntimeHostRaphInputSource, RuntimeBoundaryPatch, SFCRenderInspectionSessionLike, UIRenderAdapter, EndgeStyleMatchNode, EndgeStyleSheetArtifact } from '@endge/core';
|
|
2
|
+
import { h as VueH, VNode } from 'vue';
|
|
3
|
+
/** Полный контракт Vue adapter-а: простые primitives и compound Table renderer. */
|
|
4
|
+
export declare const SFC_VUE_RENDER_ADAPTER_REQUIRED_KEYS: readonly ["Text", "DateTime", "Number", "Icon", "Badge", "Dot", "Box", "Flex", "Grid", "Divider", "Input", "Textarea", "Checkbox", "Select", "Table"];
|
|
5
|
+
export type SFCVueRenderAdapterKey = typeof SFC_VUE_RENDER_ADAPTER_REQUIRED_KEYS[number];
|
|
6
|
+
/** Поддерживаемые SFC primitive-теги во Vue adapter. */
|
|
7
|
+
export type SFCVueRenderPrimitive = RComponentSFC_IR_Tag;
|
|
8
|
+
/** Будущий контракт binding-ов renderer adapter. */
|
|
9
|
+
export type SFCVueRenderBinding = {
|
|
10
|
+
kind: 'literal';
|
|
11
|
+
value: unknown;
|
|
12
|
+
} | {
|
|
13
|
+
kind: 'prop';
|
|
14
|
+
path: string;
|
|
15
|
+
};
|
|
16
|
+
/** Контекст текущего SFC render pass. */
|
|
17
|
+
export interface SFCVueRenderContext {
|
|
18
|
+
props: Record<string, unknown>;
|
|
19
|
+
locals: Record<string, unknown>;
|
|
20
|
+
iteration: SFCVueRenderIteration | null;
|
|
21
|
+
renderVersion: number;
|
|
22
|
+
host: ComponentSFCRuntimeHost | null;
|
|
23
|
+
runtimeState: SFCVueRuntimeStateController | null;
|
|
24
|
+
/** Stack identity текущего component-call для защиты от recursive render cycles. */
|
|
25
|
+
componentStack: readonly string[];
|
|
26
|
+
/** Stable renderer scope used to isolate host-owned computation resources. */
|
|
27
|
+
consumerScope: string;
|
|
28
|
+
/** Effective global, ancestor and local style artifacts for this boundary. */
|
|
29
|
+
styleArtifacts: readonly EndgeStyleSheetArtifact[];
|
|
30
|
+
/** Logical parent in the abstract SFC tree. */
|
|
31
|
+
styleParent: EndgeStyleMatchNode | undefined;
|
|
32
|
+
/** Already rendered logical siblings; physical Vue wrappers are not present here. */
|
|
33
|
+
styleSiblings: EndgeStyleMatchNode[];
|
|
34
|
+
/** Expected logical sibling count for structural pseudo selectors. */
|
|
35
|
+
styleSiblingCount: number;
|
|
36
|
+
/** Current scoped SFC owner. */
|
|
37
|
+
styleOwnerScopeId: string | undefined;
|
|
38
|
+
/** Runtime lifecycle ancestry used by renderer boundary isolation. */
|
|
39
|
+
runtimeScopeIds: readonly string[];
|
|
40
|
+
/** Mount-scoped semantic Event router for the current Component SFC artifact. */
|
|
41
|
+
eventBoundary?: ComponentSFCEventBoundary | null;
|
|
42
|
+
/** Optional debug sink enabled by Configurator; null in normal runtime. */
|
|
43
|
+
inspection?: SFCRenderInspectionSessionLike | null;
|
|
44
|
+
/** Parent live-instance id in the semantic inspection tree. */
|
|
45
|
+
inspectionParentId?: string | null;
|
|
46
|
+
}
|
|
47
|
+
/** Structural runtime-state controller contract used by Vue render adapters. */
|
|
48
|
+
export interface SFCVueRuntimeStateController {
|
|
49
|
+
readonly runtimeId: string;
|
|
50
|
+
readonly storageKey: string;
|
|
51
|
+
get<T>(entityKey: string, section: string, fallback: T): T;
|
|
52
|
+
set<T>(entityKey: string, section: string, value: T): void;
|
|
53
|
+
remove(entityKey: string, section?: string): void;
|
|
54
|
+
clear(): void;
|
|
55
|
+
}
|
|
56
|
+
/** Данные текущей for-итерации. */
|
|
57
|
+
export interface SFCVueRenderIteration {
|
|
58
|
+
item: string;
|
|
59
|
+
index?: string;
|
|
60
|
+
value: unknown;
|
|
61
|
+
indexValue: number;
|
|
62
|
+
key: unknown;
|
|
63
|
+
}
|
|
64
|
+
/** Входные props корневого SFC renderer adapter. */
|
|
65
|
+
export interface SFCVueRenderAdapterProps {
|
|
66
|
+
ir: RComponentSFC_IR | null;
|
|
67
|
+
props?: Record<string, unknown>;
|
|
68
|
+
renderVersion?: number;
|
|
69
|
+
host?: ComponentSFCRuntimeHost | null;
|
|
70
|
+
inspection?: SFCRenderInspectionSessionLike | null;
|
|
71
|
+
}
|
|
72
|
+
/** Локальный источник входных props для runtime renderer-а. */
|
|
73
|
+
export type SFCVueLocalInputSource = RuntimeHostLocalInputSource;
|
|
74
|
+
/** Binding на runtime/Raph источник данных. */
|
|
75
|
+
export type SFCVueRaphInputBinding = RuntimeHostRaphInputBinding;
|
|
76
|
+
/** Источник входных props из runtime/Raph-хранилища. */
|
|
77
|
+
export type SFCVueRaphInputSource = RuntimeHostRaphInputSource;
|
|
78
|
+
/** Источник входных props для SFC runtime bridge. */
|
|
79
|
+
export type SFCVueRuntimeInputSource = RuntimeHostInputSource;
|
|
80
|
+
/** Вход Vue runtime renderer-а, связывающего RuntimeHost и render root. */
|
|
81
|
+
export interface SFCVueRuntimeRendererProps {
|
|
82
|
+
host: ComponentSFCRuntimeHost | null;
|
|
83
|
+
input: SFCVueRuntimeInputSource;
|
|
84
|
+
inspection?: SFCRenderInspectionSessionLike | null;
|
|
85
|
+
}
|
|
86
|
+
/** Callback обновления materialized props из runtime bridge в Vue root. */
|
|
87
|
+
export type SFCVueRuntimeBridgeUpdate = (props: Record<string, unknown>) => void;
|
|
88
|
+
/** Callback точечного patch-а от runtime boundary в Vue adapter. */
|
|
89
|
+
export type SFCVueRuntimeBridgeBoundaryPatch = (patch: RuntimeBoundaryPatch) => void | boolean | Promise<void | boolean>;
|
|
90
|
+
/** Тип Vue h-функции, который нужен renderer-слою без привязки к компоненту. */
|
|
91
|
+
export type SFCVueRenderH = typeof VueH;
|
|
92
|
+
/** Результат рендера одного SFC узла. */
|
|
93
|
+
export type SFCVueRenderResult = VNode | string | null;
|
|
94
|
+
/** Результат рендера списка SFC узлов. */
|
|
95
|
+
export type SFCVueRenderListResult = Array<VNode | string>;
|
|
96
|
+
/** Вход renderer-а одного SFC element node. */
|
|
97
|
+
export interface SFCVueRenderElementInput {
|
|
98
|
+
h: SFCVueRenderH;
|
|
99
|
+
node: RComponentSFC_IR_ElementNode;
|
|
100
|
+
context: SFCVueRenderContext;
|
|
101
|
+
children: SFCVueRenderListResult;
|
|
102
|
+
renderChildren: (context: SFCVueRenderContext) => SFCVueRenderListResult;
|
|
103
|
+
props: Record<string, unknown>;
|
|
104
|
+
attrs: Record<string, unknown>;
|
|
105
|
+
}
|
|
106
|
+
/** Нормализованный вход visual primitive renderer-а без compiler/runtime деталей. */
|
|
107
|
+
export type SFCVueRenderAdapterElementInput = Pick<SFCVueRenderElementInput, 'h' | 'children' | 'props' | 'attrs'>;
|
|
108
|
+
/** Renderer одной visual primitive внутри Vue adapter-а. */
|
|
109
|
+
export type SFCVueRenderAdapterFunction = (input: SFCVueRenderAdapterElementInput) => SFCVueRenderResult;
|
|
110
|
+
/** Функция renderer-а одного SFC primitive или compound-тега. */
|
|
111
|
+
export type SFCVueRenderFunction = (input: SFCVueRenderElementInput) => SFCVueRenderResult;
|
|
112
|
+
/** Полный набор visual и compound renderers Vue adapter-а. */
|
|
113
|
+
export type SFCVueRenderAdapterRendererMap = Record<SFCVueRenderAdapterKey, SFCVueRenderFunction>;
|
|
114
|
+
/** Типизированный SFC adapter для Vue render engine. */
|
|
115
|
+
export interface SFCVueRenderAdapter extends UIRenderAdapter<SFCVueRenderFunction> {
|
|
116
|
+
protocol: 'endge-sfc';
|
|
117
|
+
protocolVersion: 1;
|
|
118
|
+
renderer: 'vue-shadcn';
|
|
119
|
+
renderers: SFCVueRenderAdapterRendererMap;
|
|
120
|
+
roots: {
|
|
121
|
+
shell: unknown;
|
|
122
|
+
sfc: unknown;
|
|
123
|
+
'sfc-runtime': unknown;
|
|
124
|
+
'filter-view': unknown;
|
|
125
|
+
};
|
|
126
|
+
}
|
|
127
|
+
/** Вход функции рендера произвольного SFC IR узла. */
|
|
128
|
+
export interface SFCVueRenderNodeInput {
|
|
129
|
+
h: SFCVueRenderH;
|
|
130
|
+
node: RComponentSFC_IR_Node;
|
|
131
|
+
context: SFCVueRenderContext;
|
|
132
|
+
}
|
|
133
|
+
/** Настройки условного рендера, вычисленные из sibling chain. */
|
|
134
|
+
export interface SFCVueRenderConditionState {
|
|
135
|
+
shouldRender: boolean;
|
|
136
|
+
startsChain: boolean;
|
|
137
|
+
matchedChain: boolean;
|
|
138
|
+
closesChain: boolean;
|
|
139
|
+
}
|
|
140
|
+
/** Нормализованное значение style prop. */
|
|
141
|
+
export type SFCVueRenderStyleValue = string | number | null | undefined;
|
|
142
|
+
/** Сервисная функция вычисления IR-значений. */
|
|
143
|
+
export type SFCVueRenderValueEvaluator = (value: RComponentSFC_IR_Value | undefined, context: SFCVueRenderContext) => unknown;
|
package/dist/main.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export * from './domain/core/endge-vue-shadcn';
|
|
2
|
+
export * from './domain/types/filter-renderer.type';
|
|
3
|
+
export * from './domain/types/sfc-render.type';
|
|
4
|
+
export * from './model/render/sfc/vue-shadcn-renderers';
|
|
5
|
+
export * from './model/render/sfc/vue-shadcn-sfc-adapter';
|
|
6
|
+
export * from './model/render/sfc/vue-shadcn-table-renderer';
|
|
7
|
+
export * from './ui/primitives';
|
|
8
|
+
export * from './ui/overlay/shadcn-menu-manager';
|
|
9
|
+
export * from './ui/render/sfc/SFCRender_BoundaryRegistry';
|
|
10
|
+
export * from './ui/render/sfc/SFCRender_Context';
|
|
11
|
+
export * from './ui/render/sfc/SFCRender_Evaluator';
|
|
12
|
+
export * from './ui/render/sfc/SFCRender_Node';
|
|
13
|
+
export * from './ui/render/sfc/SFCRender_TableStyle';
|
|
14
|
+
export { default as VueShadcnShell } from './ui/layout/VueShadcnShell.vue';
|
|
15
|
+
export * from './ui/filter';
|
|
16
|
+
export { default as ShadcnMenuRoot } from './ui/overlay/ShadcnMenuRoot.vue';
|
|
17
|
+
export { default as SFC_Renderer } from './ui/render/sfc/SFC_Renderer.vue';
|
|
18
|
+
export { default as SFC_RuntimeRenderer } from './ui/render/sfc/SFC_RuntimeRenderer.vue';
|
|
19
|
+
export { default as ShadcnSfcDataTable } from './ui/table/ShadcnSfcDataTable.vue';
|
|
20
|
+
export * from './ui/table/table.types';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { RComponentSFC_IR_ElementNode, RComponentSFC_IR_Node } from '@endge/core';
|
|
2
|
+
import { SFCVueRenderContext } from '../../../domain/types/sfc-render.type';
|
|
3
|
+
/** Registers the authored component boundary that owns the current IR roots. */
|
|
4
|
+
export declare function registerSFCInspectionRoot(context: SFCVueRenderContext): string | null;
|
|
5
|
+
/** Registers one evaluated IR element instance and returns its DOM-neutral id. */
|
|
6
|
+
export declare function registerSFCInspectionElement(node: RComponentSFC_IR_ElementNode, props: Record<string, unknown>, context: SFCVueRenderContext): string | null;
|
|
7
|
+
/** Registers text/interpolation nodes even though they do not own a DOM element. */
|
|
8
|
+
export declare function registerSFCInspectionValueNode(node: Exclude<RComponentSFC_IR_Node, RComponentSFC_IR_ElementNode>, value: unknown, context: SFCVueRenderContext): string | null;
|
|
9
|
+
/** Registers a logical template branch without executing its cell renderers. */
|
|
10
|
+
export declare function registerSFCInspectionDefinitionTree(node: RComponentSFC_IR_Node, context: SFCVueRenderContext): string | null;
|
|
11
|
+
/** Adds only a locator to DOM renderers; the semantic contract stays session-based. */
|
|
12
|
+
export declare function createSFCInspectionAttrs(context: SFCVueRenderContext, id: string | null): Record<string, unknown>;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { SFCVueRuntimeBridgeBoundaryPatch, SFCVueRuntimeBridgeUpdate, SFCVueRuntimeInputSource } from '../../../domain/types/sfc-render.type';
|
|
2
|
+
import { ComponentSFCRuntimeHost } from '@endge/core';
|
|
3
|
+
/**
|
|
4
|
+
* Связывает runtime-host SFC-компонента с Vue render root.
|
|
5
|
+
* Bridge материализует входные данные в плоский props snapshot.
|
|
6
|
+
*/
|
|
7
|
+
export declare class SFCVueRuntimeBridge {
|
|
8
|
+
private readonly _host;
|
|
9
|
+
private readonly _onUpdate;
|
|
10
|
+
private readonly _onBoundaryPatch;
|
|
11
|
+
private _input;
|
|
12
|
+
private _isMounted;
|
|
13
|
+
private readonly _propsDirtyHandler;
|
|
14
|
+
private readonly _boundaryDirtyHandler;
|
|
15
|
+
private readonly _computationDirtyHandler;
|
|
16
|
+
constructor(input: {
|
|
17
|
+
host: ComponentSFCRuntimeHost;
|
|
18
|
+
input: SFCVueRuntimeInputSource;
|
|
19
|
+
onUpdate: SFCVueRuntimeBridgeUpdate;
|
|
20
|
+
onBoundaryPatch?: SFCVueRuntimeBridgeBoundaryPatch | null;
|
|
21
|
+
});
|
|
22
|
+
/**
|
|
23
|
+
* Запускает bridge и сразу передает первый props snapshot в render root.
|
|
24
|
+
*/
|
|
25
|
+
mount(): void;
|
|
26
|
+
/**
|
|
27
|
+
* Обновляет источник входных данных без пересоздания runtime-host.
|
|
28
|
+
*/
|
|
29
|
+
updateInput(input: SFCVueRuntimeInputSource): void;
|
|
30
|
+
/**
|
|
31
|
+
* Освобождает подписки bridge.
|
|
32
|
+
*/
|
|
33
|
+
destroy(): void;
|
|
34
|
+
/** Принудительно перечитывает props из текущего input source. */
|
|
35
|
+
refresh(): void;
|
|
36
|
+
/**
|
|
37
|
+
* Возвращает runtime-host, для которого создан bridge.
|
|
38
|
+
*/
|
|
39
|
+
get host(): ComponentSFCRuntimeHost;
|
|
40
|
+
private _emitResolvedProps;
|
|
41
|
+
private _resolveProps;
|
|
42
|
+
private _resolveRaphProps;
|
|
43
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SFCVueRenderAdapterFunction } from '../../../domain/types/sfc-render.type';
|
|
2
|
+
export declare const VueShadcnRender_Text: SFCVueRenderAdapterFunction;
|
|
3
|
+
export declare const VueShadcnRender_DateTime: SFCVueRenderAdapterFunction;
|
|
4
|
+
export declare const VueShadcnRender_Number: SFCVueRenderAdapterFunction;
|
|
5
|
+
export declare const VueShadcnRender_Icon: SFCVueRenderAdapterFunction;
|
|
6
|
+
export declare const VueShadcnRender_Badge: SFCVueRenderAdapterFunction;
|
|
7
|
+
export declare const VueShadcnRender_Dot: SFCVueRenderAdapterFunction;
|
|
8
|
+
export declare const VueShadcnRender_Box: SFCVueRenderAdapterFunction;
|
|
9
|
+
export declare const VueShadcnRender_Flex: SFCVueRenderAdapterFunction;
|
|
10
|
+
export declare const VueShadcnRender_Grid: SFCVueRenderAdapterFunction;
|
|
11
|
+
export declare const VueShadcnRender_Divider: SFCVueRenderAdapterFunction;
|
|
12
|
+
export declare const VueShadcnRender_Input: SFCVueRenderAdapterFunction;
|
|
13
|
+
export declare const VueShadcnRender_Textarea: SFCVueRenderAdapterFunction;
|
|
14
|
+
export declare const VueShadcnRender_Checkbox: SFCVueRenderAdapterFunction;
|
|
15
|
+
export declare const VueShadcnRender_Select: SFCVueRenderAdapterFunction;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { SFCVueRenderAdapter } from '../../../domain/types/sfc-render.type';
|
|
2
|
+
export declare const VUE_SHADCN_SFC_ADAPTER_ID = "vue-shadcn";
|
|
3
|
+
/** Self-contained vue-shadcn visual adapter for the Endge Vue SFC renderer. */
|
|
4
|
+
export declare const VueShadcnSFCAdapter: SFCVueRenderAdapter;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EndgeStylePlacement, EndgeStyleSheetArtifact, EndgeStyleTargetProfile } from '@endge/core';
|
|
2
|
+
/** Owns one atomically replaced stylesheet for the Vue DOM renderer. */
|
|
3
|
+
export declare class EndgeDOMStyleRuntime {
|
|
4
|
+
private sheet;
|
|
5
|
+
private fallback;
|
|
6
|
+
private lastKey;
|
|
7
|
+
update(artifacts: readonly (EndgeStyleSheetArtifact | EndgeStylePlacement)[], target: EndgeStyleTargetProfile, hiddenScopeIds?: readonly string[]): void;
|
|
8
|
+
reset(): void;
|
|
9
|
+
private createFallback;
|
|
10
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EndgeStyleDiagnostic, EndgeStyleMatchNode, EndgeStylePlacement, EndgeStyleSheetArtifact, EndgeStyleTargetProfile } from '@endge/core';
|
|
2
|
+
export interface EndgeDOMStyleClassEntry {
|
|
3
|
+
artifactIdentity: string;
|
|
4
|
+
ruleId: string;
|
|
5
|
+
selectorIndex: number;
|
|
6
|
+
className: string;
|
|
7
|
+
}
|
|
8
|
+
export interface EndgeDOMStyleMaterialization {
|
|
9
|
+
css: string;
|
|
10
|
+
classes: EndgeDOMStyleClassEntry[];
|
|
11
|
+
diagnostics: EndgeStyleDiagnostic[];
|
|
12
|
+
}
|
|
13
|
+
export type EndgeDOMStyleInput = EndgeStyleSheetArtifact | EndgeStylePlacement;
|
|
14
|
+
/** Converts neutral EndgeCSS artifacts to browser CSS over generated runtime classes. */
|
|
15
|
+
export declare function materializeEndgeCSSForDOM(inputs: readonly EndgeDOMStyleInput[], target?: EndgeStyleTargetProfile): EndgeDOMStyleMaterialization;
|
|
16
|
+
/** Returns stable classes for all neutral selectors matching one logical node. */
|
|
17
|
+
export declare function getEndgeDOMStyleClasses(artifacts: readonly EndgeStyleSheetArtifact[], node: EndgeStyleMatchNode, target?: EndgeStyleTargetProfile): string[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { FilterViewRenderField, SourceFieldOption } from '@endge/core';
|
|
2
|
+
import { PropType } from 'vue';
|
|
3
|
+
/** Renders a semantic filter control through the active vue-shadcn adapter. */
|
|
4
|
+
export declare const VueShadcnFilterControlRenderer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
+
field: {
|
|
6
|
+
type: PropType<FilterViewRenderField>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
options: {
|
|
10
|
+
type: PropType<SourceFieldOption[]>;
|
|
11
|
+
default: () => never[];
|
|
12
|
+
};
|
|
13
|
+
readonly: BooleanConstructor;
|
|
14
|
+
label: StringConstructor;
|
|
15
|
+
}>, () => import('../../domain/types/sfc-render.type').SFCVueRenderResult, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
'update:value': (_value: unknown) => true;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
|
+
field: {
|
|
19
|
+
type: PropType<FilterViewRenderField>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
options: {
|
|
23
|
+
type: PropType<SourceFieldOption[]>;
|
|
24
|
+
default: () => never[];
|
|
25
|
+
};
|
|
26
|
+
readonly: BooleanConstructor;
|
|
27
|
+
label: StringConstructor;
|
|
28
|
+
}>> & Readonly<{
|
|
29
|
+
"onUpdate:value"?: ((_value: unknown) => any) | undefined;
|
|
30
|
+
}>, {
|
|
31
|
+
readonly: boolean;
|
|
32
|
+
options: SourceFieldOption[];
|
|
33
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FilterViewRenderField } from '@endge/core';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
field: FilterViewRenderField;
|
|
4
|
+
label?: string;
|
|
5
|
+
showLabel?: boolean;
|
|
6
|
+
readonly?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
9
|
+
"update:value": (value: unknown) => any;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
|
+
"onUpdate:value"?: ((value: unknown) => any) | undefined;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { VueShadcnFilterRendererProps } from '../../domain/types/filter-renderer.type';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<VueShadcnFilterRendererProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VueShadcnFilterRendererProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
export default _default;
|