@redneckz/wildless-cms-uni-blocks 0.14.949 → 0.14.950
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/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/model/ContentPageBase.d.ts +2 -0
- package/dist/model/ContentPageBase.d.ts +2 -0
- package/lib/model/ContentPageBase.d.ts +2 -0
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/model/ContentPageBase.d.ts +2 -0
- package/mobile/dist/model/ContentPageBase.d.ts +2 -0
- package/mobile/lib/model/ContentPageBase.d.ts +2 -0
- package/mobile/src/model/ContentPageBase.ts +2 -0
- package/package.json +1 -1
- package/src/model/ContentPageBase.ts +2 -0
|
@@ -7,6 +7,8 @@ import { type TitleProps } from './HeadlineType';
|
|
|
7
7
|
export declare type ColorPalette = 'pc' | 'bc' | 'eo' | 'pr' | 'ul';
|
|
8
8
|
/** @title Страница */
|
|
9
9
|
export interface ContentPageBase extends TitleProps {
|
|
10
|
+
/** @title Скрыть страницу */
|
|
11
|
+
isHidden?: boolean;
|
|
10
12
|
/** @title Слаг */
|
|
11
13
|
slug?: string;
|
|
12
14
|
/** @title Данные навигации по сайту */
|
|
@@ -7,6 +7,8 @@ import { type TitleProps } from './HeadlineType';
|
|
|
7
7
|
export declare type ColorPalette = 'pc' | 'bc' | 'eo' | 'pr' | 'ul';
|
|
8
8
|
/** @title Страница */
|
|
9
9
|
export interface ContentPageBase extends TitleProps {
|
|
10
|
+
/** @title Скрыть страницу */
|
|
11
|
+
isHidden?: boolean;
|
|
10
12
|
/** @title Слаг */
|
|
11
13
|
slug?: string;
|
|
12
14
|
/** @title Данные навигации по сайту */
|
|
@@ -7,6 +7,8 @@ import { type TitleProps } from './HeadlineType';
|
|
|
7
7
|
export declare type ColorPalette = 'pc' | 'bc' | 'eo' | 'pr' | 'ul';
|
|
8
8
|
/** @title Страница */
|
|
9
9
|
export interface ContentPageBase extends TitleProps {
|
|
10
|
+
/** @title Скрыть страницу */
|
|
11
|
+
isHidden?: boolean;
|
|
10
12
|
/** @title Слаг */
|
|
11
13
|
slug?: string;
|
|
12
14
|
/** @title Данные навигации по сайту */
|
|
@@ -12381,7 +12381,7 @@
|
|
|
12381
12381
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
12382
12382
|
});
|
|
12383
12383
|
|
|
12384
|
-
const packageVersion = "0.14.
|
|
12384
|
+
const packageVersion = "0.14.949";
|
|
12385
12385
|
|
|
12386
12386
|
exports.Blocks = Blocks;
|
|
12387
12387
|
exports.ContentPage = ContentPage;
|