@phila/layerboard 3.0.0 → 3.1.0

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.
@@ -122,6 +122,7 @@ declare function __VLS_template(): {
122
122
  layerNameChange?: string | undefined;
123
123
  } | undefined;
124
124
  parentId?: string | undefined;
125
+ zOrder?: number | undefined;
125
126
  };
126
127
  component: string;
127
128
  }[];
@@ -206,6 +207,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
206
207
  layerNameChange?: string | undefined;
207
208
  } | undefined;
208
209
  parentId?: string | undefined;
210
+ zOrder?: number | undefined;
209
211
  };
210
212
  component: string;
211
213
  }[], {
@@ -254,6 +256,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
254
256
  layerNameChange?: string | undefined;
255
257
  } | undefined;
256
258
  parentId?: string | undefined;
259
+ zOrder?: number | undefined;
257
260
  };
258
261
  component: string;
259
262
  }[]>;
@@ -42,6 +42,7 @@ export declare function useLayerConfig(): {
42
42
  layerNameChange?: string | undefined;
43
43
  } | undefined;
44
44
  parentId?: string | undefined;
45
+ zOrder?: number | undefined;
45
46
  }[]>;
46
47
  visibleLayerIds: import('vue').ComputedRef<Set<string> & Omit<Set<string>, keyof Set<any>>>;
47
48
  loadingLayerIds: import('vue').ComputedRef<Set<string> & Omit<Set<string>, keyof Set<any>>>;
@@ -66,6 +66,7 @@ export declare function useLayerboard(config: LayerboardConfig): {
66
66
  readonly layerNameChange?: string | undefined;
67
67
  } | undefined;
68
68
  readonly parentId?: string | undefined;
69
+ readonly zOrder?: number | undefined;
69
70
  }[], readonly {
70
71
  readonly id: string;
71
72
  readonly title: string;
@@ -112,6 +113,7 @@ export declare function useLayerboard(config: LayerboardConfig): {
112
113
  readonly layerNameChange?: string | undefined;
113
114
  } | undefined;
114
115
  readonly parentId?: string | undefined;
116
+ readonly zOrder?: number | undefined;
115
117
  }[]>>;
116
118
  visibleLayers: Readonly<import('vue').Ref<ReadonlySet<string>, ReadonlySet<string>>>;
117
119
  layerOpacities: Readonly<import('vue').Ref<{
@@ -171,6 +173,7 @@ export declare function useLayerboard(config: LayerboardConfig): {
171
173
  layerNameChange?: string | undefined;
172
174
  } | undefined;
173
175
  parentId?: string | undefined;
176
+ zOrder?: number | undefined;
174
177
  }[]>;
175
178
  layerList: import('vue').ComputedRef<{
176
179
  config: {
@@ -215,6 +218,7 @@ export declare function useLayerboard(config: LayerboardConfig): {
215
218
  layerNameChange?: string | undefined;
216
219
  } | undefined;
217
220
  parentId?: string | undefined;
221
+ zOrder?: number | undefined;
218
222
  };
219
223
  component: "fill" | "line" | "circle";
220
224
  }[]>;