first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
15
node_modules/structure-chart/dist/components/StructChart.vue.d.ts
generated
vendored
Normal file
15
node_modules/structure-chart/dist/components/StructChart.vue.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import type { PropType } from 'vue';
|
||||
import type { IStructConfig } from '../stores/StructStore';
|
||||
declare const _sfc_main: import("vue").DefineComponent<{
|
||||
config: PropType<IStructConfig>;
|
||||
dataSource: ObjectConstructor;
|
||||
}, {
|
||||
savePNG: (scale?: number) => Promise<void>;
|
||||
savePDF: (scale?: number) => Promise<void>;
|
||||
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onElementClick"[], "onElementClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
||||
config: PropType<IStructConfig>;
|
||||
dataSource: ObjectConstructor;
|
||||
}>> & {
|
||||
onOnElementClick?: ((...args: any[]) => any) | undefined;
|
||||
}, {}>;
|
||||
export default _sfc_main;
|
||||
6
node_modules/structure-chart/dist/components/StructChartNode.vue.d.ts
generated
vendored
Normal file
6
node_modules/structure-chart/dist/components/StructChartNode.vue.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
declare const _sfc_main: import("vue").DefineComponent<{
|
||||
dataSource: ObjectConstructor;
|
||||
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
||||
dataSource: ObjectConstructor;
|
||||
}>>, {}>;
|
||||
export default _sfc_main;
|
||||
13990
node_modules/structure-chart/dist/index-d950fc13.js
generated
vendored
Normal file
13990
node_modules/structure-chart/dist/index-d950fc13.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
2
node_modules/structure-chart/dist/index.d.ts
generated
vendored
Normal file
2
node_modules/structure-chart/dist/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
import StructChart from './components/StructChart.vue';
|
||||
export { StructChart };
|
||||
5768
node_modules/structure-chart/dist/index.es-ebdebaec.js
generated
vendored
Normal file
5768
node_modules/structure-chart/dist/index.es-ebdebaec.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
470
node_modules/structure-chart/dist/purify.es-4f9a0368.js
generated
vendored
Normal file
470
node_modules/structure-chart/dist/purify.es-4f9a0368.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
30
node_modules/structure-chart/dist/stores/StructStore.d.ts
generated
vendored
Normal file
30
node_modules/structure-chart/dist/stores/StructStore.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
/**
|
||||
* @interface IStructConfig
|
||||
* Configuration of StructureChart
|
||||
*/
|
||||
export interface IStructConfig {
|
||||
'minZoom'?: number;
|
||||
'maxZoom'?: number;
|
||||
}
|
||||
export declare const useStructStore: import("pinia").StoreDefinition<"StructStore", import("pinia")._UnwrapAll<Pick<{
|
||||
config: import("vue").Ref<{
|
||||
minZoom?: number | undefined;
|
||||
maxZoom?: number | undefined;
|
||||
}>;
|
||||
dataSource: import("vue").Ref<any>;
|
||||
selectedElement: import("vue").Ref<any>;
|
||||
}, "dataSource" | "config" | "selectedElement">>, Pick<{
|
||||
config: import("vue").Ref<{
|
||||
minZoom?: number | undefined;
|
||||
maxZoom?: number | undefined;
|
||||
}>;
|
||||
dataSource: import("vue").Ref<any>;
|
||||
selectedElement: import("vue").Ref<any>;
|
||||
}, never>, Pick<{
|
||||
config: import("vue").Ref<{
|
||||
minZoom?: number | undefined;
|
||||
maxZoom?: number | undefined;
|
||||
}>;
|
||||
dataSource: import("vue").Ref<any>;
|
||||
selectedElement: import("vue").Ref<any>;
|
||||
}, never>>;
|
||||
6
node_modules/structure-chart/dist/structure-chart.js
generated
vendored
Normal file
6
node_modules/structure-chart/dist/structure-chart.js
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { S as p } from "./index-d950fc13.js";
|
||||
import "vue";
|
||||
import "pinia";
|
||||
export {
|
||||
p as StructChart
|
||||
};
|
||||
283
node_modules/structure-chart/dist/structure-chart.umd.cjs
generated
vendored
Normal file
283
node_modules/structure-chart/dist/structure-chart.umd.cjs
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1
node_modules/structure-chart/dist/style.css
generated
vendored
Normal file
1
node_modules/structure-chart/dist/style.css
generated
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
@charset "UTF-8";.node-container[data-v-2fe285ed]{border-collapse:collapse;margin:0 auto}.root-node td[data-v-2fe285ed]{text-align:center;width:100%}.element-container[data-v-2fe285ed]{background:white;border:1px solid #f0efef;border-radius:5px;box-sizing:border-box;box-shadow:0 20px 20px -20px #a3a5ae36;display:inline-flex;flex-direction:column;position:relative;margin:0 1px 2px;min-width:9rem;text-align:left;transition-duration:.25s}.element-container[data-v-2fe285ed]:hover{box-shadow:0 6px 10px #7c7c7c;cursor:pointer;transform:scale(1.05);z-index:20}.root-element[data-v-2fe285ed]{border-top:3px solid hsl(212,86%,64%)}.child-element[data-v-2fe285ed]{border-top:3px solid hsl(180,62%,55%);width:99%}.subchild-element[data-v-2fe285ed]{border-top:3px solid #995511}.section-primary[data-v-2fe285ed],.section-secondary[data-v-2fe285ed],.section-list[data-v-2fe285ed]{font-family:sans-serif;display:flex;align-items:center;padding:6px 15px 6px 20px;bottom:0;justify-content:space-between}.section-primary .column-content[data-v-2fe285ed],.section-secondary .column-content[data-v-2fe285ed],.section-list .column-content[data-v-2fe285ed]{min-width:120px}.section-primary .column-side[data-v-2fe285ed],.section-secondary .column-side[data-v-2fe285ed],.section-list .column-side[data-v-2fe285ed]{margin-left:20px}.section-primary .column-side .side-button[data-v-2fe285ed],.section-secondary .column-side .side-button[data-v-2fe285ed],.section-list .column-side .side-button[data-v-2fe285ed]{background-color:#d9d9d9;border:1px solid white;border-radius:8px;color:#717181;display:inline-grid;align-items:center;min-width:32px;max-width:auto;padding:0 8px;height:36px;text-align:center}.section-primary .header[data-v-2fe285ed],.section-secondary .header[data-v-2fe285ed],.section-tertiary .header[data-v-2fe285ed]{color:#334454;font-size:1.1rem;line-height:1.5rem;margin:0}.section-primary .header[data-v-2fe285ed]{font-weight:700!important}.section-secondary[data-v-2fe285ed],.section-tertiary[data-v-2fe285ed]{border-top:1px solid #d9d9d9}.section-secondary .header[data-v-2fe285ed]{font-weight:500!important}.section-tertiary[data-v-2fe285ed]{background:#fafafa;padding-left:10px}.section-tertiary .header[data-v-2fe285ed]{font-weight:300!important}.section-tertiary .header[data-v-2fe285ed]:before{content:"\2022";color:#394b5c;font-weight:700;display:inline-block;width:.9em}.node-children[data-v-2fe285ed]{vertical-align:top}.nodeline[data-v-2fe285ed]{height:1.75rem}.nodeline-down[data-v-2fe285ed]{background:#B0B4B0;margin-left:auto;margin-right:auto;margin-top:-1rem;margin-bottom:-1rem;height:1.9rem;width:.125rem;float:none}.nodeline-top[data-v-2fe285ed]{border-top-color:#b0b4b0;border-top-style:solid;border-top-width:2px}.nodeline-bottom[data-v-2fe285ed]{border-bottom-color:#b0b4b0;border-bottom-style:solid;border-bottom-width:2px}.nodeline-right[data-v-2fe285ed]{border-right-color:#b0b4b0;border-right-style:solid;border-right-width:2px}.nodeline-left[data-v-2fe285ed]{border-left-color:#b0b4b0;border-left-style:solid;border-left-width:2px}.subchild-section[data-v-2fe285ed]{margin-left:1rem;border-collapse:collapse}.subchild-section-nodeline[data-v-2fe285ed]{min-width:20px;max-width:30px}.subchild-more[data-v-2fe285ed]{background:transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDE2IDE2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMwMDAwMDAiIGNsYXNzPSJiaSBiaS1jYXJldC1kb3duLWZpbGwiPgogIDxwYXRoIGQ9Ik03LjI0NyAxMS4xNCAyLjQ1MSA1LjY1OEMxLjg4NSA1LjAxMyAyLjM0NSA0IDMuMjA0IDRoOS41OTJhMSAxIDAgMCAxIC43NTMgMS42NTlsLTQuNzk2IDUuNDhhMSAxIDAgMCAxLTEuNTA2IDB6Ii8+Cjwvc3ZnPg==) no-repeat center bottom;background-size:16px;border:1px solid white;border-radius:5px;cursor:pointer;padding:5px 10px;color:#300;width:36px;height:40px;text-align:center}.struct-chart[data-v-70ed3ff9]{width:100vw;height:100vh;background-color:#fff;user-select:none}.struct-chart-container[data-v-70ed3ff9]{width:auto;height:auto}
|
||||
Loading…
Add table
Add a link
Reference in a new issue