@pisell/materials 1.8.23 → 1.8.24
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +2 -2
- package/build/lowcode/preview.js +9 -9
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +16 -16
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +16 -16
- package/es/components/Pagination/index.d.ts +12 -0
- package/es/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +0 -1
- package/es/components/PisellCards/index.d.ts +15 -0
- package/es/components/PisellFields/index.d.ts +37 -0
- package/es/components/PisellLayouts/index.d.ts +38 -0
- package/es/components/PisellMetrics/index.d.ts +24 -0
- package/es/components/PisellProcedure/PisellProcedure.stories.d.ts +163 -0
- package/es/components/PisellTabbar/PisellTabbar.d.ts +20 -0
- package/es/components/PisellTabbar/index.d.ts +9 -0
- package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +5 -0
- package/es/components/PisellTabbar/template/Template1/index.d.ts +6 -0
- package/es/components/appVersionControl/index.d.ts +5 -0
- package/es/components/cardMetricItem/index.d.ts +15 -0
- package/es/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +3 -0
- package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceForm/serve.d.ts +178 -0
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +39 -0
- package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +57 -0
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +3 -0
- package/es/components/dataSourceComponents/dataSourceSubForm/index.d.ts +13 -0
- package/es/components/dataSourceComponents/dataSourceSubForm/types.d.ts +117 -0
- package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -3
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +5 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +48 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +100 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +84 -0
- package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +4 -0
- package/es/components/dataSourceComponents/fields/DatePicker/index.d.ts +3 -0
- package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.d.ts +9 -0
- package/es/components/dataSourceComponents/fields/RecordListWrapper/WithMode.d.ts +4 -0
- package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +11 -0
- package/es/components/dataSourceComponents/fields/RecordListWrapper/type.d.ts +87 -0
- package/es/components/dataSourceComponents/fields/Select/index.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Tabs/ReadPretty.d.ts +9 -0
- package/es/components/dataSourceComponents/fields/Tabs/Tabs.d.ts +23 -0
- package/es/components/dataSourceComponents/fields/Tabs/WithMode.d.ts +6 -0
- package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +12 -0
- package/es/components/dataSourceComponents/fields/Tabs/type.d.ts +38 -0
- package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +5 -0
- package/es/components/dataSourceComponents/fields/Translation/type.d.ts +21 -0
- package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +18 -0
- package/es/components/dataSourceComponents/fields/index.d.ts +141 -0
- package/es/components/dataSourceComponents/fields/utils.d.ts +3 -0
- package/es/components/dataSourceComponents/hooks/useActions.d.ts +18 -0
- package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +4 -0
- package/es/components/date-picker/datePickerCpt.d.ts +0 -1
- package/es/components/filter/components/Dropdown/index.d.ts +9 -0
- package/es/components/filter/components/FilterButton/index.d.ts +4 -0
- package/es/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +21 -0
- package/es/components/filter/components/FilterItem/index.d.ts +5 -0
- package/es/components/filter/index.d.ts +0 -1
- package/es/components/list/index.d.ts +0 -1
- package/es/components/lowCodePage/index.d.ts +0 -1
- package/es/components/page/index.d.ts +8 -0
- package/es/components/pisellAdjustPrice/index.d.ts +4 -0
- package/es/components/pisellBatchActionBar/PisellBatchActionBar.d.ts +31 -0
- package/es/components/pisellBatchActionBar/index.d.ts +6 -0
- package/es/components/pisellCheckboxGroup/index.d.ts +40 -0
- package/es/components/pisellCurrency/PisellCurrency.d.ts +39 -0
- package/es/components/pisellCurrency/PisellCurrency.stories.d.ts +56 -0
- package/es/components/pisellCurrency/components/DisabledView.d.ts +11 -0
- package/es/components/pisellCurrency/components/EditView.d.ts +18 -0
- package/es/components/pisellCurrency/components/ReadOnlyView.d.ts +17 -0
- package/es/components/pisellCurrency/components/index.d.ts +6 -0
- package/es/components/pisellCurrency/index.d.ts +7 -0
- package/es/components/pisellCurrency/types.d.ts +56 -0
- package/es/components/pisellCurrency/utils/currencyFormatter.d.ts +31 -0
- package/es/components/pisellCurrency/utils/index.d.ts +5 -0
- package/es/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +3 -0
- package/es/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +28 -0
- package/es/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +28 -0
- package/es/components/pisellDataSourceContainer/components/Filter/FilterButton.d.ts +7 -0
- package/es/components/pisellDataSourceContainer/components/Filter/QuickFilter.d.ts +10 -0
- package/es/components/pisellDataSourceContainer/components/Filter/index.d.ts +14 -0
- package/es/components/pisellDataSourceContainer/components/Pagination/index.d.ts +6 -0
- package/es/components/pisellDataSourceContainer/components/Sort/index.d.ts +9 -0
- package/es/components/pisellDataSourceContainer/components/Table/index.d.ts +9 -0
- package/es/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +14 -0
- package/es/components/pisellDataSourceContainer/hooks/useContainerContext.d.ts +3 -0
- package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +5 -0
- package/es/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +32 -0
- package/es/components/pisellDataSourceContainer/index.d.ts +28 -0
- package/es/components/pisellDataSourceContainer/provider/ChildComponentProps.d.ts +13 -0
- package/es/components/pisellDataSourceContainer/provider/HandleActions.d.ts +5 -0
- package/es/components/pisellDataSourceContainer/provider/RefManager.d.ts +9 -0
- package/es/components/pisellDataSourceContainer/type.d.ts +84 -0
- package/es/components/pisellDataSourceContainer/utils/withContainer.d.ts +9 -0
- package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.d.ts +35 -0
- package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.stories.d.ts +195 -0
- package/es/components/pisellDateTimeDisplay/components/DateDisplay.d.ts +48 -0
- package/es/components/pisellDateTimeDisplay/components/TimeDisplay.d.ts +42 -0
- package/es/components/pisellDateTimeDisplay/components/WeekdayDisplay.d.ts +57 -0
- package/es/components/pisellDateTimeDisplay/components/index.d.ts +6 -0
- package/es/components/pisellDateTimeDisplay/hooks/index.d.ts +2 -0
- package/es/components/pisellDateTimeDisplay/hooks/useCurrentTime.d.ts +46 -0
- package/es/components/pisellDateTimeDisplay/index.d.ts +3 -0
- package/es/components/pisellDateTimeDisplay/utils/formatDate.d.ts +21 -0
- package/es/components/pisellDateTimeDisplay/utils/formatDateOrRelative.d.ts +17 -0
- package/es/components/pisellDateTimeDisplay/utils/formatWeekday.d.ts +30 -0
- package/es/components/pisellDateTimeDisplay/utils/index.d.ts +7 -0
- package/es/components/pisellDateTimeDisplay/utils/localeUtils.d.ts +22 -0
- package/es/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +24 -0
- package/es/components/pisellEmail/PisellEmail.d.ts +37 -0
- package/es/components/pisellEmail/PisellEmail.stories.d.ts +116 -0
- package/es/components/pisellEmail/components/DisabledView.d.ts +14 -0
- package/es/components/pisellEmail/components/EditView.d.ts +15 -0
- package/es/components/pisellEmail/components/ReadOnlyView.d.ts +15 -0
- package/es/components/pisellEmail/index.d.ts +7 -0
- package/es/components/pisellEmail/types.d.ts +176 -0
- package/es/components/pisellEmail/utils/emailHelper.d.ts +66 -0
- package/es/components/pisellEmail/utils/emailValidator.d.ts +45 -0
- package/es/components/pisellEmail/utils/index.d.ts +6 -0
- package/es/components/pisellFilter/index.d.ts +3 -0
- package/es/components/pisellFind/PisellFind.stories.d.ts +45 -0
- package/es/components/pisellFind/index.d.ts +40 -0
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +12 -0
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +2 -1
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
- package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +22 -0
- package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +39 -0
- package/es/components/pisellFloorMapLayout/components/FigmaTableCard.js +12 -8
- package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +17 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.js +4 -2
- package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +11 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +36 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +1 -1
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +4 -3
- package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +6 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.js +4 -2
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +35 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.js +16 -13
- package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +48 -0
- package/es/components/pisellFloorMapLayout/components/ItemLayer.js +51 -3
- package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +30 -0
- package/es/components/pisellFloorMapLayout/components/ViewControls.js +8 -6
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +13 -0
- package/es/components/pisellFloorMapLayout/components/index.d.ts +21 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +63 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +2 -1
- package/es/components/pisellFloorMapLayout/index.d.ts +15 -0
- package/es/components/pisellFloorMapLayout/locales-ja.d.ts +104 -0
- package/es/components/pisellFloorMapLayout/locales-ja.js +103 -0
- package/es/components/pisellFloorMapLayout/locales-pt.d.ts +104 -0
- package/es/components/pisellFloorMapLayout/locales-pt.js +103 -0
- package/es/components/pisellFloorMapLayout/locales.d.ts +506 -0
- package/es/components/pisellFloorMapLayout/locales.js +123 -4
- package/es/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +20 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.js +3 -12
- package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +22 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +4 -3
- package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
- package/es/components/pisellInput/components/Copy/index.d.ts +0 -1
- package/es/components/pisellLoading/index.d.ts +0 -1
- package/es/components/pisellLongText/PisellLongText.d.ts +39 -0
- package/es/components/pisellLongText/PisellLongText.stories.d.ts +123 -0
- package/es/components/pisellLongText/components/DisabledView.d.ts +16 -0
- package/es/components/pisellLongText/components/EditView.d.ts +19 -0
- package/es/components/pisellLongText/components/ReadOnlyView.d.ts +18 -0
- package/es/components/pisellLongText/index.d.ts +7 -0
- package/es/components/pisellLongText/types.d.ts +147 -0
- package/es/components/pisellMetricCard/PisellMetricCard.d.ts +35 -0
- package/es/components/pisellMetricCard/PisellMetricCard.stories.d.ts +17 -0
- package/es/components/pisellMetricCard/components/MetricComparison.d.ts +14 -0
- package/es/components/pisellMetricCard/components/index.d.ts +7 -0
- package/es/components/pisellMetricCard/index.d.ts +6 -0
- package/es/components/pisellMetricCard/utils/formatMetricValue.d.ts +34 -0
- package/es/components/pisellMetricCard/utils/index.d.ts +5 -0
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +9 -0
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.stories.d.ts +70 -0
- package/es/components/pisellMultipleSelect/components/DisabledView.d.ts +8 -0
- package/es/components/pisellMultipleSelect/components/EditView.d.ts +8 -0
- package/es/components/pisellMultipleSelect/components/ReadOnlyView.d.ts +8 -0
- package/es/components/pisellMultipleSelect/index.d.ts +7 -0
- package/es/components/pisellMultipleSelect/types.d.ts +160 -0
- package/es/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
- package/es/components/pisellNumber/PisellNumber.d.ts +42 -0
- package/es/components/pisellNumber/PisellNumber.stories.d.ts +66 -0
- package/es/components/pisellNumber/components/DisabledView.d.ts +11 -0
- package/es/components/pisellNumber/components/EditView.d.ts +18 -0
- package/es/components/pisellNumber/components/ReadOnlyView.d.ts +16 -0
- package/es/components/pisellNumber/components/index.d.ts +6 -0
- package/es/components/pisellNumber/index.d.ts +7 -0
- package/es/components/pisellNumber/types.d.ts +168 -0
- package/es/components/pisellPercent/PisellPercent.d.ts +38 -0
- package/es/components/pisellPercent/PisellPercent.stories.d.ts +52 -0
- package/es/components/pisellPercent/components/DisabledView.d.ts +11 -0
- package/es/components/pisellPercent/components/EditView.d.ts +17 -0
- package/es/components/pisellPercent/components/ReadOnlyView.d.ts +14 -0
- package/es/components/pisellPercent/components/index.d.ts +6 -0
- package/es/components/pisellPercent/index.d.ts +7 -0
- package/es/components/pisellPercent/types.d.ts +68 -0
- package/es/components/pisellPercent/utils/index.d.ts +6 -0
- package/es/components/pisellPercent/utils/percentFormatter.d.ts +27 -0
- package/es/components/pisellPhone/PisellPhone.d.ts +36 -0
- package/es/components/pisellPhone/PisellPhone.stories.d.ts +80 -0
- package/es/components/pisellPhone/components/DisabledView.d.ts +16 -0
- package/es/components/pisellPhone/components/EditView.d.ts +19 -0
- package/es/components/pisellPhone/components/ReadOnlyView.d.ts +17 -0
- package/es/components/pisellPhone/constants/countryCodes.d.ts +20 -0
- package/es/components/pisellPhone/index.d.ts +8 -0
- package/es/components/pisellPhone/types.d.ts +209 -0
- package/es/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
- package/es/components/pisellPhone/utils/index.d.ts +6 -0
- package/es/components/pisellPhone/utils/phoneValidator.d.ts +11 -0
- package/es/components/pisellQuickFilter/index.d.ts +11 -0
- package/es/components/pisellRating/PisellRating.d.ts +31 -0
- package/es/components/pisellRating/PisellRating.stories.d.ts +53 -0
- package/es/components/pisellRating/index.d.ts +7 -0
- package/es/components/pisellRating/types.d.ts +124 -0
- package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +9 -0
- package/es/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +85 -0
- package/es/components/pisellRecordBoard/index.d.ts +41 -0
- package/es/components/pisellRecordBoard/shellFrame/BatchActionBar/index.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.d.ts +15 -0
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
- package/es/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +12 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +17 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.d.ts +16 -0
- package/es/components/pisellRecordBoard/shellFrame/index.d.ts +22 -0
- package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +41 -0
- package/es/components/pisellRecordBoard/utils/recordBoardColumns.js +3 -2
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +10 -0
- package/es/components/pisellReservationSchedule/PisellReservationSchedule.stories.d.ts +12 -0
- package/es/components/pisellReservationSchedule/index.d.ts +2 -0
- package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +16 -0
- package/es/components/pisellReservationScheduleBand/index.d.ts +2 -0
- package/es/components/pisellReservationScheduleBand/types.d.ts +49 -0
- package/es/components/pisellRow/index.d.ts +22 -0
- package/es/components/pisellSingleLineText/PisellSingleLineText.d.ts +40 -0
- package/es/components/pisellSingleLineText/PisellSingleLineText.stories.d.ts +102 -0
- package/es/components/pisellSingleLineText/components/DisabledView.d.ts +16 -0
- package/es/components/pisellSingleLineText/components/EditView.d.ts +19 -0
- package/es/components/pisellSingleLineText/components/ReadOnlyView.d.ts +20 -0
- package/es/components/pisellSingleLineText/index.d.ts +7 -0
- package/es/components/pisellSingleLineText/types.d.ts +139 -0
- package/es/components/pisellSingleSelect/PisellSingleSelect.d.ts +9 -0
- package/es/components/pisellSingleSelect/PisellSingleSelect.stories.d.ts +66 -0
- package/es/components/pisellSingleSelect/components/DisabledView.d.ts +8 -0
- package/es/components/pisellSingleSelect/components/EditView.d.ts +8 -0
- package/es/components/pisellSingleSelect/components/ReadOnlyView.d.ts +8 -0
- package/es/components/pisellSingleSelect/index.d.ts +7 -0
- package/es/components/pisellSingleSelect/types.d.ts +92 -0
- package/es/components/pisellText/components/Amount/index.d.ts +20 -0
- package/es/components/pisellText/components/Editable/index.d.ts +32 -0
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +10 -0
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.js +1 -1
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.less +2 -0
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
- package/es/components/pisellTimeNavigator/components/NowButton.d.ts +14 -0
- package/es/components/pisellTimeNavigator/components/index.d.ts +5 -0
- package/es/components/pisellTimeNavigator/hooks/index.d.ts +5 -0
- package/es/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +27 -0
- package/es/components/pisellTimeNavigator/types.d.ts +160 -0
- package/es/components/pisellTimeNavigator/utils/index.d.ts +30 -0
- package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.d.ts +32 -0
- package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.stories.d.ts +61 -0
- package/es/components/pisellTimeRangeDisplay/components/DateBlock.d.ts +20 -0
- package/es/components/pisellTimeRangeDisplay/components/DurationBlock.d.ts +19 -0
- package/es/components/pisellTimeRangeDisplay/components/TimeRangeBlock.d.ts +30 -0
- package/es/components/pisellTimeRangeDisplay/components/WeekdayBlock.d.ts +18 -0
- package/es/components/pisellTimeRangeDisplay/components/index.d.ts +8 -0
- package/es/components/pisellTimeRangeDisplay/index.d.ts +3 -0
- package/es/components/pisellTimeRangeDisplay/utils/index.d.ts +4 -0
- package/es/components/pisellToast/index.d.ts +17 -0
- package/es/components/pisellUrl/PisellUrl.d.ts +37 -0
- package/es/components/pisellUrl/PisellUrl.stories.d.ts +108 -0
- package/es/components/pisellUrl/components/DisabledView.d.ts +14 -0
- package/es/components/pisellUrl/components/EditView.d.ts +15 -0
- package/es/components/pisellUrl/components/ReadOnlyView.d.ts +15 -0
- package/es/components/pisellUrl/index.d.ts +7 -0
- package/es/components/pisellUrl/types.d.ts +160 -0
- package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +3 -0
- package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +4 -0
- package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +4 -0
- package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +3 -0
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +36 -0
- package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -0
- package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
- package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +11 -0
- package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +20 -0
- package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +4 -0
- package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +12 -0
- package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +21 -0
- package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +9 -0
- package/es/components/productCard/cartSkuCard/index.d.ts +10 -0
- package/es/components/productCard/components/AmountFooter/index.d.ts +3 -0
- package/es/components/productCard/components/Header/EditButton/index.d.ts +3 -0
- package/es/components/productCard/components/Header/index.d.ts +3 -0
- package/es/components/productCard/components/Note/index.d.ts +0 -1
- package/es/components/productCard/components/Packages/index.d.ts +0 -1
- package/es/components/productCard/components/Sales/index.d.ts +3 -0
- package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +13 -0
- package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +2 -0
- package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
- package/es/components/productCard/components/Time/index.d.ts +4 -0
- package/es/components/productCard/utils.d.ts +33 -0
- package/es/components/qrcode/index.d.ts +0 -1
- package/es/components/sort/index.d.ts +5 -0
- package/es/components/table/Actions/component/ExportImport/index.d.ts +7 -0
- package/es/components/table/Actions/component/GallerySetting/index.d.ts +0 -1
- package/es/components/table/Actions/component/Group/index.d.ts +0 -1
- package/es/components/table/Actions/index.d.ts +0 -1
- package/es/components/table/BasicTable/index.d.ts +3 -0
- package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
- package/es/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
- package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
- package/es/components/table/Gallery/index.d.ts +5 -0
- package/es/components/table/Table/AddFieldModal/index.d.ts +4 -0
- package/es/components/table/Table/SelectField/index.d.ts +0 -1
- package/es/components/table/Table/fields/date/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/index.d.ts +2 -3
- package/es/components/table/Table/fields/link/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
- package/es/components/table/Table/fields/select/index.d.ts +0 -1
- package/es/components/table/Table/fields/text/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/text/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
- package/es/components/table/Table/fields/treeSelect/index.d.ts +0 -1
- package/es/components/table/Table/index.d.ts +4 -0
- package/es/components/table/Table/tableConfig/SortRow/index.d.ts +0 -1
- package/es/components/table/Table/utils.d.ts +161 -0
- package/es/components/table/View/index.d.ts +0 -1
- package/es/components/table/hooks/useTableSetting.d.ts +21 -0
- package/es/components/table/hooks/useTransDataSource.d.ts +11 -0
- package/es/components/table/index.d.ts +4 -0
- package/es/components/translation/index.d.ts +17 -0
- package/es/components/versionModal/index.d.ts +23 -0
- package/es/components/virtual-keyboard/Amount/index.d.ts +5 -0
- package/es/components/virtual-keyboard/Amount/types.d.ts +44 -0
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +25 -0
- package/es/components/virtual-keyboard/Number/index.d.ts +5 -0
- package/es/components/virtual-keyboard/index.d.ts +25 -0
- package/es/components/walletCard/index.d.ts +79 -0
- package/es/index.d.ts +9 -10
- package/es/index.js +10 -8
- package/es/locales/en-US.d.ts +387 -0
- package/es/locales/en-US.js +1 -0
- package/es/locales/index.d.ts +1 -0
- package/es/locales/ja.d.ts +356 -0
- package/es/locales/ja.js +25 -7
- package/es/locales/pt.d.ts +356 -0
- package/es/locales/pt.js +21 -3
- package/es/locales/zh-CN.d.ts +382 -0
- package/es/locales/zh-CN.js +1 -0
- package/es/locales/zh-TW.d.ts +382 -0
- package/es/locales/zh-TW.js +1 -0
- package/es/utils/index.d.ts +1 -1
- package/es/utils/platform.d.ts +1 -1
- package/lib/components/Pagination/index.d.ts +12 -0
- package/lib/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +0 -1
- package/lib/components/PisellCards/index.d.ts +15 -0
- package/lib/components/PisellFields/index.d.ts +37 -0
- package/lib/components/PisellLayouts/index.d.ts +38 -0
- package/lib/components/PisellMetrics/index.d.ts +24 -0
- package/lib/components/PisellProcedure/PisellProcedure.stories.d.ts +163 -0
- package/lib/components/PisellTabbar/PisellTabbar.d.ts +20 -0
- package/lib/components/PisellTabbar/index.d.ts +9 -0
- package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +5 -0
- package/lib/components/PisellTabbar/template/Template1/index.d.ts +6 -0
- package/lib/components/appVersionControl/index.d.ts +5 -0
- package/lib/components/cardMetricItem/index.d.ts +15 -0
- package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +3 -0
- package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceForm/serve.d.ts +178 -0
- package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +39 -0
- package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +57 -0
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +3 -0
- package/lib/components/dataSourceComponents/dataSourceSubForm/index.d.ts +13 -0
- package/lib/components/dataSourceComponents/dataSourceSubForm/types.d.ts +117 -0
- package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -3
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +5 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +48 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +100 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +84 -0
- package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +4 -0
- package/lib/components/dataSourceComponents/fields/DatePicker/index.d.ts +3 -0
- package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.d.ts +9 -0
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/WithMode.d.ts +4 -0
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +11 -0
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/type.d.ts +87 -0
- package/lib/components/dataSourceComponents/fields/Select/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Tabs/ReadPretty.d.ts +9 -0
- package/lib/components/dataSourceComponents/fields/Tabs/Tabs.d.ts +23 -0
- package/lib/components/dataSourceComponents/fields/Tabs/WithMode.d.ts +6 -0
- package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +12 -0
- package/lib/components/dataSourceComponents/fields/Tabs/type.d.ts +38 -0
- package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +5 -0
- package/lib/components/dataSourceComponents/fields/Translation/type.d.ts +21 -0
- package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +18 -0
- package/lib/components/dataSourceComponents/fields/index.d.ts +141 -0
- package/lib/components/dataSourceComponents/fields/utils.d.ts +3 -0
- package/lib/components/dataSourceComponents/hooks/useActions.d.ts +18 -0
- package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +4 -0
- package/lib/components/date-picker/datePickerCpt.d.ts +0 -1
- package/lib/components/filter/components/Dropdown/index.d.ts +9 -0
- package/lib/components/filter/components/FilterButton/index.d.ts +4 -0
- package/lib/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +21 -0
- package/lib/components/filter/components/FilterItem/index.d.ts +5 -0
- package/lib/components/filter/index.d.ts +0 -1
- package/lib/components/list/index.d.ts +0 -1
- package/lib/components/lowCodePage/index.d.ts +0 -1
- package/lib/components/page/index.d.ts +8 -0
- package/lib/components/pisellAdjustPrice/index.d.ts +4 -0
- package/lib/components/pisellBatchActionBar/PisellBatchActionBar.d.ts +31 -0
- package/lib/components/pisellBatchActionBar/index.d.ts +6 -0
- package/lib/components/pisellCheckboxGroup/index.d.ts +40 -0
- package/lib/components/pisellCurrency/PisellCurrency.d.ts +39 -0
- package/lib/components/pisellCurrency/PisellCurrency.stories.d.ts +56 -0
- package/lib/components/pisellCurrency/components/DisabledView.d.ts +11 -0
- package/lib/components/pisellCurrency/components/EditView.d.ts +18 -0
- package/lib/components/pisellCurrency/components/ReadOnlyView.d.ts +17 -0
- package/lib/components/pisellCurrency/components/index.d.ts +6 -0
- package/lib/components/pisellCurrency/index.d.ts +7 -0
- package/lib/components/pisellCurrency/types.d.ts +56 -0
- package/lib/components/pisellCurrency/utils/currencyFormatter.d.ts +31 -0
- package/lib/components/pisellCurrency/utils/index.d.ts +5 -0
- package/lib/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +3 -0
- package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +28 -0
- package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +28 -0
- package/lib/components/pisellDataSourceContainer/components/Filter/FilterButton.d.ts +7 -0
- package/lib/components/pisellDataSourceContainer/components/Filter/QuickFilter.d.ts +10 -0
- package/lib/components/pisellDataSourceContainer/components/Filter/index.d.ts +14 -0
- package/lib/components/pisellDataSourceContainer/components/Pagination/index.d.ts +6 -0
- package/lib/components/pisellDataSourceContainer/components/Sort/index.d.ts +9 -0
- package/lib/components/pisellDataSourceContainer/components/Table/index.d.ts +9 -0
- package/lib/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +14 -0
- package/lib/components/pisellDataSourceContainer/hooks/useContainerContext.d.ts +3 -0
- package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +5 -0
- package/lib/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +32 -0
- package/lib/components/pisellDataSourceContainer/index.d.ts +28 -0
- package/lib/components/pisellDataSourceContainer/provider/ChildComponentProps.d.ts +13 -0
- package/lib/components/pisellDataSourceContainer/provider/HandleActions.d.ts +5 -0
- package/lib/components/pisellDataSourceContainer/provider/RefManager.d.ts +9 -0
- package/lib/components/pisellDataSourceContainer/type.d.ts +84 -0
- package/lib/components/pisellDataSourceContainer/utils/withContainer.d.ts +9 -0
- package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.d.ts +35 -0
- package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.stories.d.ts +195 -0
- package/lib/components/pisellDateTimeDisplay/components/DateDisplay.d.ts +48 -0
- package/lib/components/pisellDateTimeDisplay/components/TimeDisplay.d.ts +42 -0
- package/lib/components/pisellDateTimeDisplay/components/WeekdayDisplay.d.ts +57 -0
- package/lib/components/pisellDateTimeDisplay/components/index.d.ts +6 -0
- package/lib/components/pisellDateTimeDisplay/hooks/index.d.ts +2 -0
- package/lib/components/pisellDateTimeDisplay/hooks/useCurrentTime.d.ts +46 -0
- package/lib/components/pisellDateTimeDisplay/index.d.ts +3 -0
- package/lib/components/pisellDateTimeDisplay/utils/formatDate.d.ts +21 -0
- package/lib/components/pisellDateTimeDisplay/utils/formatDateOrRelative.d.ts +17 -0
- package/lib/components/pisellDateTimeDisplay/utils/formatWeekday.d.ts +30 -0
- package/lib/components/pisellDateTimeDisplay/utils/index.d.ts +7 -0
- package/lib/components/pisellDateTimeDisplay/utils/localeUtils.d.ts +22 -0
- package/lib/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +24 -0
- package/lib/components/pisellEmail/PisellEmail.d.ts +37 -0
- package/lib/components/pisellEmail/PisellEmail.stories.d.ts +116 -0
- package/lib/components/pisellEmail/components/DisabledView.d.ts +14 -0
- package/lib/components/pisellEmail/components/EditView.d.ts +15 -0
- package/lib/components/pisellEmail/components/ReadOnlyView.d.ts +15 -0
- package/lib/components/pisellEmail/index.d.ts +7 -0
- package/lib/components/pisellEmail/types.d.ts +176 -0
- package/lib/components/pisellEmail/utils/emailHelper.d.ts +66 -0
- package/lib/components/pisellEmail/utils/emailValidator.d.ts +45 -0
- package/lib/components/pisellEmail/utils/index.d.ts +6 -0
- package/lib/components/pisellFilter/index.d.ts +3 -0
- package/lib/components/pisellFind/PisellFind.stories.d.ts +45 -0
- package/lib/components/pisellFind/index.d.ts +40 -0
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +12 -0
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +2 -1
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
- package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +22 -0
- package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +39 -0
- package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.js +13 -9
- package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +17 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.js +4 -2
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +11 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +36 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +5 -1
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +4 -3
- package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +6 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.js +4 -2
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +35 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.js +24 -13
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +48 -0
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.js +47 -2
- package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +30 -0
- package/lib/components/pisellFloorMapLayout/components/ViewControls.js +12 -6
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +13 -0
- package/lib/components/pisellFloorMapLayout/components/index.d.ts +21 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +63 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +2 -1
- package/lib/components/pisellFloorMapLayout/index.d.ts +15 -0
- package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +104 -0
- package/lib/components/pisellFloorMapLayout/locales-ja.js +124 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +104 -0
- package/lib/components/pisellFloorMapLayout/locales-pt.js +124 -0
- package/lib/components/pisellFloorMapLayout/locales.d.ts +506 -0
- package/lib/components/pisellFloorMapLayout/locales.js +132 -4
- package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +20 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.js +1 -7
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +22 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +6 -3
- package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
- package/lib/components/pisellInput/components/Copy/index.d.ts +0 -1
- package/lib/components/pisellLoading/index.d.ts +0 -1
- package/lib/components/pisellLongText/PisellLongText.d.ts +39 -0
- package/lib/components/pisellLongText/PisellLongText.stories.d.ts +123 -0
- package/lib/components/pisellLongText/components/DisabledView.d.ts +16 -0
- package/lib/components/pisellLongText/components/EditView.d.ts +19 -0
- package/lib/components/pisellLongText/components/ReadOnlyView.d.ts +18 -0
- package/lib/components/pisellLongText/index.d.ts +7 -0
- package/lib/components/pisellLongText/types.d.ts +147 -0
- package/lib/components/pisellMetricCard/PisellMetricCard.d.ts +35 -0
- package/lib/components/pisellMetricCard/PisellMetricCard.stories.d.ts +17 -0
- package/lib/components/pisellMetricCard/components/MetricComparison.d.ts +14 -0
- package/lib/components/pisellMetricCard/components/index.d.ts +7 -0
- package/lib/components/pisellMetricCard/index.d.ts +6 -0
- package/lib/components/pisellMetricCard/utils/formatMetricValue.d.ts +34 -0
- package/lib/components/pisellMetricCard/utils/index.d.ts +5 -0
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +9 -0
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.stories.d.ts +70 -0
- package/lib/components/pisellMultipleSelect/components/DisabledView.d.ts +8 -0
- package/lib/components/pisellMultipleSelect/components/EditView.d.ts +8 -0
- package/lib/components/pisellMultipleSelect/components/ReadOnlyView.d.ts +8 -0
- package/lib/components/pisellMultipleSelect/index.d.ts +7 -0
- package/lib/components/pisellMultipleSelect/types.d.ts +160 -0
- package/lib/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
- package/lib/components/pisellNumber/PisellNumber.d.ts +42 -0
- package/lib/components/pisellNumber/PisellNumber.stories.d.ts +66 -0
- package/lib/components/pisellNumber/components/DisabledView.d.ts +11 -0
- package/lib/components/pisellNumber/components/EditView.d.ts +18 -0
- package/lib/components/pisellNumber/components/ReadOnlyView.d.ts +16 -0
- package/lib/components/pisellNumber/components/index.d.ts +6 -0
- package/lib/components/pisellNumber/index.d.ts +7 -0
- package/lib/components/pisellNumber/types.d.ts +168 -0
- package/lib/components/pisellPercent/PisellPercent.d.ts +38 -0
- package/lib/components/pisellPercent/PisellPercent.stories.d.ts +52 -0
- package/lib/components/pisellPercent/components/DisabledView.d.ts +11 -0
- package/lib/components/pisellPercent/components/EditView.d.ts +17 -0
- package/lib/components/pisellPercent/components/ReadOnlyView.d.ts +14 -0
- package/lib/components/pisellPercent/components/index.d.ts +6 -0
- package/lib/components/pisellPercent/index.d.ts +7 -0
- package/lib/components/pisellPercent/types.d.ts +68 -0
- package/lib/components/pisellPercent/utils/index.d.ts +6 -0
- package/lib/components/pisellPercent/utils/percentFormatter.d.ts +27 -0
- package/lib/components/pisellPhone/PisellPhone.d.ts +36 -0
- package/lib/components/pisellPhone/PisellPhone.stories.d.ts +80 -0
- package/lib/components/pisellPhone/components/DisabledView.d.ts +16 -0
- package/lib/components/pisellPhone/components/EditView.d.ts +19 -0
- package/lib/components/pisellPhone/components/ReadOnlyView.d.ts +17 -0
- package/lib/components/pisellPhone/constants/countryCodes.d.ts +20 -0
- package/lib/components/pisellPhone/index.d.ts +8 -0
- package/lib/components/pisellPhone/types.d.ts +209 -0
- package/lib/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
- package/lib/components/pisellPhone/utils/index.d.ts +6 -0
- package/lib/components/pisellPhone/utils/phoneValidator.d.ts +11 -0
- package/lib/components/pisellQuickFilter/index.d.ts +11 -0
- package/lib/components/pisellRating/PisellRating.d.ts +31 -0
- package/lib/components/pisellRating/PisellRating.stories.d.ts +53 -0
- package/lib/components/pisellRating/index.d.ts +7 -0
- package/lib/components/pisellRating/types.d.ts +124 -0
- package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +9 -0
- package/lib/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +85 -0
- package/lib/components/pisellRecordBoard/index.d.ts +41 -0
- package/lib/components/pisellRecordBoard/shellFrame/BatchActionBar/index.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.d.ts +15 -0
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +12 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +17 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.d.ts +16 -0
- package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +22 -0
- package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +41 -0
- package/lib/components/pisellRecordBoard/utils/recordBoardColumns.js +11 -1
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +10 -0
- package/lib/components/pisellReservationSchedule/PisellReservationSchedule.stories.d.ts +12 -0
- package/lib/components/pisellReservationSchedule/index.d.ts +2 -0
- package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +16 -0
- package/lib/components/pisellReservationScheduleBand/index.d.ts +2 -0
- package/lib/components/pisellReservationScheduleBand/types.d.ts +49 -0
- package/lib/components/pisellRow/index.d.ts +22 -0
- package/lib/components/pisellSingleLineText/PisellSingleLineText.d.ts +40 -0
- package/lib/components/pisellSingleLineText/PisellSingleLineText.stories.d.ts +102 -0
- package/lib/components/pisellSingleLineText/components/DisabledView.d.ts +16 -0
- package/lib/components/pisellSingleLineText/components/EditView.d.ts +19 -0
- package/lib/components/pisellSingleLineText/components/ReadOnlyView.d.ts +20 -0
- package/lib/components/pisellSingleLineText/index.d.ts +7 -0
- package/lib/components/pisellSingleLineText/types.d.ts +139 -0
- package/lib/components/pisellSingleSelect/PisellSingleSelect.d.ts +9 -0
- package/lib/components/pisellSingleSelect/PisellSingleSelect.stories.d.ts +66 -0
- package/lib/components/pisellSingleSelect/components/DisabledView.d.ts +8 -0
- package/lib/components/pisellSingleSelect/components/EditView.d.ts +8 -0
- package/lib/components/pisellSingleSelect/components/ReadOnlyView.d.ts +8 -0
- package/lib/components/pisellSingleSelect/index.d.ts +7 -0
- package/lib/components/pisellSingleSelect/types.d.ts +92 -0
- package/lib/components/pisellText/components/Amount/index.d.ts +20 -0
- package/lib/components/pisellText/components/Editable/index.d.ts +32 -0
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +10 -0
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.js +1 -1
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.less +2 -0
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
- package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +14 -0
- package/lib/components/pisellTimeNavigator/components/index.d.ts +5 -0
- package/lib/components/pisellTimeNavigator/hooks/index.d.ts +5 -0
- package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +27 -0
- package/lib/components/pisellTimeNavigator/types.d.ts +160 -0
- package/lib/components/pisellTimeNavigator/utils/index.d.ts +30 -0
- package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.d.ts +32 -0
- package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.stories.d.ts +61 -0
- package/lib/components/pisellTimeRangeDisplay/components/DateBlock.d.ts +20 -0
- package/lib/components/pisellTimeRangeDisplay/components/DurationBlock.d.ts +19 -0
- package/lib/components/pisellTimeRangeDisplay/components/TimeRangeBlock.d.ts +30 -0
- package/lib/components/pisellTimeRangeDisplay/components/WeekdayBlock.d.ts +18 -0
- package/lib/components/pisellTimeRangeDisplay/components/index.d.ts +8 -0
- package/lib/components/pisellTimeRangeDisplay/index.d.ts +3 -0
- package/lib/components/pisellTimeRangeDisplay/utils/index.d.ts +4 -0
- package/lib/components/pisellToast/index.d.ts +17 -0
- package/lib/components/pisellUrl/PisellUrl.d.ts +37 -0
- package/lib/components/pisellUrl/PisellUrl.stories.d.ts +108 -0
- package/lib/components/pisellUrl/components/DisabledView.d.ts +14 -0
- package/lib/components/pisellUrl/components/EditView.d.ts +15 -0
- package/lib/components/pisellUrl/components/ReadOnlyView.d.ts +15 -0
- package/lib/components/pisellUrl/index.d.ts +7 -0
- package/lib/components/pisellUrl/types.d.ts +160 -0
- package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +3 -0
- package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +4 -0
- package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +4 -0
- package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +3 -0
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +36 -0
- package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -0
- package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
- package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +11 -0
- package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +20 -0
- package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +4 -0
- package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +12 -0
- package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +21 -0
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +9 -0
- package/lib/components/productCard/cartSkuCard/index.d.ts +10 -0
- package/lib/components/productCard/components/AmountFooter/index.d.ts +3 -0
- package/lib/components/productCard/components/Header/EditButton/index.d.ts +3 -0
- package/lib/components/productCard/components/Header/index.d.ts +3 -0
- package/lib/components/productCard/components/Note/index.d.ts +0 -1
- package/lib/components/productCard/components/Packages/index.d.ts +0 -1
- package/lib/components/productCard/components/Sales/index.d.ts +3 -0
- package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +13 -0
- package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +2 -0
- package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
- package/lib/components/productCard/components/Time/index.d.ts +4 -0
- package/lib/components/productCard/utils.d.ts +33 -0
- package/lib/components/qrcode/index.d.ts +0 -1
- package/lib/components/sort/index.d.ts +5 -0
- package/lib/components/table/Actions/component/ExportImport/index.d.ts +7 -0
- package/lib/components/table/Actions/component/GallerySetting/index.d.ts +0 -1
- package/lib/components/table/Actions/component/Group/index.d.ts +0 -1
- package/lib/components/table/Actions/index.d.ts +0 -1
- package/lib/components/table/BasicTable/index.d.ts +3 -0
- package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
- package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
- package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
- package/lib/components/table/Gallery/index.d.ts +5 -0
- package/lib/components/table/Table/AddFieldModal/index.d.ts +4 -0
- package/lib/components/table/Table/SelectField/index.d.ts +0 -1
- package/lib/components/table/Table/fields/date/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/index.d.ts +2 -3
- package/lib/components/table/Table/fields/link/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
- package/lib/components/table/Table/fields/select/index.d.ts +0 -1
- package/lib/components/table/Table/fields/text/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/text/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
- package/lib/components/table/Table/fields/treeSelect/index.d.ts +0 -1
- package/lib/components/table/Table/index.d.ts +4 -0
- package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +0 -1
- package/lib/components/table/Table/utils.d.ts +161 -0
- package/lib/components/table/View/index.d.ts +0 -1
- package/lib/components/table/hooks/useTableSetting.d.ts +21 -0
- package/lib/components/table/hooks/useTransDataSource.d.ts +11 -0
- package/lib/components/table/index.d.ts +4 -0
- package/lib/components/translation/index.d.ts +17 -0
- package/lib/components/versionModal/index.d.ts +23 -0
- package/lib/components/virtual-keyboard/Amount/index.d.ts +5 -0
- package/lib/components/virtual-keyboard/Amount/types.d.ts +44 -0
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +25 -0
- package/lib/components/virtual-keyboard/Number/index.d.ts +5 -0
- package/lib/components/virtual-keyboard/index.d.ts +25 -0
- package/lib/components/walletCard/index.d.ts +79 -0
- package/lib/index.d.ts +9 -10
- package/lib/index.js +8 -8
- package/lib/locales/en-US.d.ts +387 -0
- package/lib/locales/en-US.js +1 -0
- package/lib/locales/index.d.ts +1 -0
- package/lib/locales/ja.d.ts +356 -0
- package/lib/locales/ja.js +22 -1
- package/lib/locales/pt.d.ts +356 -0
- package/lib/locales/pt.js +22 -1
- package/lib/locales/zh-CN.d.ts +382 -0
- package/lib/locales/zh-CN.js +1 -0
- package/lib/locales/zh-TW.d.ts +382 -0
- package/lib/locales/zh-TW.js +1 -0
- package/lib/utils/index.d.ts +1 -1
- package/lib/utils/platform.d.ts +1 -1
- package/lowcode/pisell-time-navigator/meta.ts +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,506 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* PisellFloorMapLayout 内置文案(画布 Tab、编辑面板等)
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
en: {
|
|
6
|
+
'pisell-floor-map-layout.loading': string;
|
|
7
|
+
'pisell-floor-map-layout.read-canvas-tabs.aria': string;
|
|
8
|
+
'pisell-floor-map-layout.edit-top-bar.aria': string;
|
|
9
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
|
|
10
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
|
|
11
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
|
|
12
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
|
|
13
|
+
'pisell-floor-map-layout.edit-top-bar.unsaved': string;
|
|
14
|
+
'pisell-floor-map-layout.edit-top-bar.save': string;
|
|
15
|
+
'pisell-floor-map-layout.edit-top-bar.saving': string;
|
|
16
|
+
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
17
|
+
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
18
|
+
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
19
|
+
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
20
|
+
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
21
|
+
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
22
|
+
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
23
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
24
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
25
|
+
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
26
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
27
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
28
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
29
|
+
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
30
|
+
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
31
|
+
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
32
|
+
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
33
|
+
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
34
|
+
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
35
|
+
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
36
|
+
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
37
|
+
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
38
|
+
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
39
|
+
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
40
|
+
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
41
|
+
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
42
|
+
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
43
|
+
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
44
|
+
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
45
|
+
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
46
|
+
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
47
|
+
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
48
|
+
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
49
|
+
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
50
|
+
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
51
|
+
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
52
|
+
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
53
|
+
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
54
|
+
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
55
|
+
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
56
|
+
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
57
|
+
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
58
|
+
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
59
|
+
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
60
|
+
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
61
|
+
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
62
|
+
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
63
|
+
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
64
|
+
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
65
|
+
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
66
|
+
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
67
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
68
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
69
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
70
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
71
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
72
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
73
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
74
|
+
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
75
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
76
|
+
'pisell-floor-map-layout.toolbar.save': string;
|
|
77
|
+
'pisell-floor-map-layout.toolbar.saving': string;
|
|
78
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
79
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
80
|
+
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
81
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
82
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
83
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
84
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
85
|
+
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
86
|
+
'pisell-floor-map-layout.image-element.default-name': string;
|
|
87
|
+
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
88
|
+
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
89
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
90
|
+
'pisell-floor-map-layout.data-form.empty': string;
|
|
91
|
+
'pisell-floor-map-layout.data-form.save-record': string;
|
|
92
|
+
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
93
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
94
|
+
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
95
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
96
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
97
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
98
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
99
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
100
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
101
|
+
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
102
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
103
|
+
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
104
|
+
};
|
|
105
|
+
'zh-CN': {
|
|
106
|
+
'pisell-floor-map-layout.loading': string;
|
|
107
|
+
'pisell-floor-map-layout.read-canvas-tabs.aria': string;
|
|
108
|
+
'pisell-floor-map-layout.edit-top-bar.aria': string;
|
|
109
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
|
|
110
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
|
|
111
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
|
|
112
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
|
|
113
|
+
'pisell-floor-map-layout.edit-top-bar.unsaved': string;
|
|
114
|
+
'pisell-floor-map-layout.edit-top-bar.save': string;
|
|
115
|
+
'pisell-floor-map-layout.edit-top-bar.saving': string;
|
|
116
|
+
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
117
|
+
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
118
|
+
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
119
|
+
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
120
|
+
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
121
|
+
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
122
|
+
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
123
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
124
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
125
|
+
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
126
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
127
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
128
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
129
|
+
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
130
|
+
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
131
|
+
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
132
|
+
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
133
|
+
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
134
|
+
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
135
|
+
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
136
|
+
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
137
|
+
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
138
|
+
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
139
|
+
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
140
|
+
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
141
|
+
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
142
|
+
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
143
|
+
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
144
|
+
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
145
|
+
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
146
|
+
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
147
|
+
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
148
|
+
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
149
|
+
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
150
|
+
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
151
|
+
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
152
|
+
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
153
|
+
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
154
|
+
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
155
|
+
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
156
|
+
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
157
|
+
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
158
|
+
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
159
|
+
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
160
|
+
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
161
|
+
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
162
|
+
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
163
|
+
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
164
|
+
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
165
|
+
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
166
|
+
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
167
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
168
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
169
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
170
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
171
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
172
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
173
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
174
|
+
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
175
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
176
|
+
'pisell-floor-map-layout.toolbar.save': string;
|
|
177
|
+
'pisell-floor-map-layout.toolbar.saving': string;
|
|
178
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
179
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
180
|
+
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
181
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
182
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
183
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
184
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
185
|
+
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
186
|
+
'pisell-floor-map-layout.image-element.default-name': string;
|
|
187
|
+
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
188
|
+
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
189
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
190
|
+
'pisell-floor-map-layout.data-form.empty': string;
|
|
191
|
+
'pisell-floor-map-layout.data-form.save-record': string;
|
|
192
|
+
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
193
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
194
|
+
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
195
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
196
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
197
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
198
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
199
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
200
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
201
|
+
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
202
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
203
|
+
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
204
|
+
};
|
|
205
|
+
'zh-HK': {
|
|
206
|
+
'pisell-floor-map-layout.loading': string;
|
|
207
|
+
'pisell-floor-map-layout.read-canvas-tabs.aria': string;
|
|
208
|
+
'pisell-floor-map-layout.edit-top-bar.aria': string;
|
|
209
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
|
|
210
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
|
|
211
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
|
|
212
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
|
|
213
|
+
'pisell-floor-map-layout.edit-top-bar.unsaved': string;
|
|
214
|
+
'pisell-floor-map-layout.edit-top-bar.save': string;
|
|
215
|
+
'pisell-floor-map-layout.edit-top-bar.saving': string;
|
|
216
|
+
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
217
|
+
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
218
|
+
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
219
|
+
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
220
|
+
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
221
|
+
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
222
|
+
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
223
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
224
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
225
|
+
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
226
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
227
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
228
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
229
|
+
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
230
|
+
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
231
|
+
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
232
|
+
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
233
|
+
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
234
|
+
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
235
|
+
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
236
|
+
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
237
|
+
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
238
|
+
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
239
|
+
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
240
|
+
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
241
|
+
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
242
|
+
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
243
|
+
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
244
|
+
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
245
|
+
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
246
|
+
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
247
|
+
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
248
|
+
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
249
|
+
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
250
|
+
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
251
|
+
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
252
|
+
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
253
|
+
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
254
|
+
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
255
|
+
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
256
|
+
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
257
|
+
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
258
|
+
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
259
|
+
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
260
|
+
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
261
|
+
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
262
|
+
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
263
|
+
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
264
|
+
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
265
|
+
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
266
|
+
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
267
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
268
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
269
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
270
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
271
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
272
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
273
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
274
|
+
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
275
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
276
|
+
'pisell-floor-map-layout.toolbar.save': string;
|
|
277
|
+
'pisell-floor-map-layout.toolbar.saving': string;
|
|
278
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
279
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
280
|
+
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
281
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
282
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
283
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
284
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
285
|
+
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
286
|
+
'pisell-floor-map-layout.image-element.default-name': string;
|
|
287
|
+
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
288
|
+
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
289
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
290
|
+
'pisell-floor-map-layout.data-form.empty': string;
|
|
291
|
+
'pisell-floor-map-layout.data-form.save-record': string;
|
|
292
|
+
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
293
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
294
|
+
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
295
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
296
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
297
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
298
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
299
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
300
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
301
|
+
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
302
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
303
|
+
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
304
|
+
};
|
|
305
|
+
ja: {
|
|
306
|
+
'pisell-floor-map-layout.loading': string;
|
|
307
|
+
'pisell-floor-map-layout.read-canvas-tabs.aria': string;
|
|
308
|
+
'pisell-floor-map-layout.edit-top-bar.aria': string;
|
|
309
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
|
|
310
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
|
|
311
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
|
|
312
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
|
|
313
|
+
'pisell-floor-map-layout.edit-top-bar.unsaved': string;
|
|
314
|
+
'pisell-floor-map-layout.edit-top-bar.save': string;
|
|
315
|
+
'pisell-floor-map-layout.edit-top-bar.saving': string;
|
|
316
|
+
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
317
|
+
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
318
|
+
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
319
|
+
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
320
|
+
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
321
|
+
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
322
|
+
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
323
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
324
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
325
|
+
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
326
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
327
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
328
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
329
|
+
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
330
|
+
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
331
|
+
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
332
|
+
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
333
|
+
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
334
|
+
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
335
|
+
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
336
|
+
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
337
|
+
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
338
|
+
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
339
|
+
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
340
|
+
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
341
|
+
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
342
|
+
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
343
|
+
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
344
|
+
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
345
|
+
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
346
|
+
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
347
|
+
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
348
|
+
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
349
|
+
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
350
|
+
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
351
|
+
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
352
|
+
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
353
|
+
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
354
|
+
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
355
|
+
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
356
|
+
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
357
|
+
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
358
|
+
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
359
|
+
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
360
|
+
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
361
|
+
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
362
|
+
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
363
|
+
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
364
|
+
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
365
|
+
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
366
|
+
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
367
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
368
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
369
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
370
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
371
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
372
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
373
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
374
|
+
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
375
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
376
|
+
'pisell-floor-map-layout.toolbar.save': string;
|
|
377
|
+
'pisell-floor-map-layout.toolbar.saving': string;
|
|
378
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
379
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
380
|
+
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
381
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
382
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
383
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
384
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
385
|
+
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
386
|
+
'pisell-floor-map-layout.image-element.default-name': string;
|
|
387
|
+
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
388
|
+
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
389
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
390
|
+
'pisell-floor-map-layout.data-form.empty': string;
|
|
391
|
+
'pisell-floor-map-layout.data-form.save-record': string;
|
|
392
|
+
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
393
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
394
|
+
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
395
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
396
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
397
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
398
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
399
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
400
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
401
|
+
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
402
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
403
|
+
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
404
|
+
};
|
|
405
|
+
pt: {
|
|
406
|
+
'pisell-floor-map-layout.loading': string;
|
|
407
|
+
'pisell-floor-map-layout.read-canvas-tabs.aria': string;
|
|
408
|
+
'pisell-floor-map-layout.edit-top-bar.aria': string;
|
|
409
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-aria': string;
|
|
410
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-enter-title': string;
|
|
411
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-aria': string;
|
|
412
|
+
'pisell-floor-map-layout.edit-top-bar.fullscreen-exit-title': string;
|
|
413
|
+
'pisell-floor-map-layout.edit-top-bar.unsaved': string;
|
|
414
|
+
'pisell-floor-map-layout.edit-top-bar.save': string;
|
|
415
|
+
'pisell-floor-map-layout.edit-top-bar.saving': string;
|
|
416
|
+
'pisell-floor-map-layout.canvas-tabs.empty': string;
|
|
417
|
+
'pisell-floor-map-layout.canvas-tabs.add': string;
|
|
418
|
+
'pisell-floor-map-layout.canvas-tabs.add-title': string;
|
|
419
|
+
'pisell-floor-map-layout.canvas-tabs.hint': string;
|
|
420
|
+
'pisell-floor-map-layout.canvas-tabs.rename-aria': string;
|
|
421
|
+
'pisell-floor-map-layout.canvas-tabs.remove-aria': string;
|
|
422
|
+
'pisell-floor-map-layout.canvas-tabs.rename-title': string;
|
|
423
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-aria': string;
|
|
424
|
+
'pisell-floor-map-layout.canvas-tabs.rename-button-title': string;
|
|
425
|
+
'pisell-floor-map-layout.canvas-tabs.default-new-canvas-name': string;
|
|
426
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-title': string;
|
|
427
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-ok': string;
|
|
428
|
+
'pisell-floor-map-layout.canvas-tabs.rename-modal-cancel': string;
|
|
429
|
+
'pisell-floor-map-layout.edit-panel.element-props': string;
|
|
430
|
+
'pisell-floor-map-layout.edit-panel.close-aria': string;
|
|
431
|
+
'pisell-floor-map-layout.edit-panel.hint-apply': string;
|
|
432
|
+
'pisell-floor-map-layout.edit-panel.hint-save': string;
|
|
433
|
+
'pisell-floor-map-layout.edit-panel.section-layout': string;
|
|
434
|
+
'pisell-floor-map-layout.edit-panel.lock-on': string;
|
|
435
|
+
'pisell-floor-map-layout.edit-panel.lock-off': string;
|
|
436
|
+
'pisell-floor-map-layout.edit-panel.label-x': string;
|
|
437
|
+
'pisell-floor-map-layout.edit-panel.label-y': string;
|
|
438
|
+
'pisell-floor-map-layout.edit-panel.label-z': string;
|
|
439
|
+
'pisell-floor-map-layout.edit-panel.label-width': string;
|
|
440
|
+
'pisell-floor-map-layout.edit-panel.label-height': string;
|
|
441
|
+
'pisell-floor-map-layout.edit-panel.label-name': string;
|
|
442
|
+
'pisell-floor-map-layout.edit-panel.label-name-stage': string;
|
|
443
|
+
'pisell-floor-map-layout.edit-panel.ph-name-stage': string;
|
|
444
|
+
'pisell-floor-map-layout.edit-panel.ph-name': string;
|
|
445
|
+
'pisell-floor-map-layout.edit-panel.label-image-url': string;
|
|
446
|
+
'pisell-floor-map-layout.edit-panel.extra-image-url': string;
|
|
447
|
+
'pisell-floor-map-layout.edit-panel.ph-https': string;
|
|
448
|
+
'pisell-floor-map-layout.edit-panel.label-canvas': string;
|
|
449
|
+
'pisell-floor-map-layout.edit-panel.label-element-kind': string;
|
|
450
|
+
'pisell-floor-map-layout.edit-panel.hint-kind-binding-cleared': string;
|
|
451
|
+
'pisell-floor-map-layout.edit-panel.apply': string;
|
|
452
|
+
'pisell-floor-map-layout.edit-panel.data-binding': string;
|
|
453
|
+
'pisell-floor-map-layout.edit-panel.data-binding-note': string;
|
|
454
|
+
'pisell-floor-map-layout.edit-panel.label-data-source': string;
|
|
455
|
+
'pisell-floor-map-layout.edit-panel.ph-data-source': string;
|
|
456
|
+
'pisell-floor-map-layout.edit-panel.label-pick-row': string;
|
|
457
|
+
'pisell-floor-map-layout.edit-panel.ph-pick-row': string;
|
|
458
|
+
'pisell-floor-map-layout.edit-panel.ph-no-rows': string;
|
|
459
|
+
'pisell-floor-map-layout.edit-panel.hint-unbound': string;
|
|
460
|
+
'pisell-floor-map-layout.edit-panel.record-title': string;
|
|
461
|
+
'pisell-floor-map-layout.edit-panel.pop-title': string;
|
|
462
|
+
'pisell-floor-map-layout.edit-panel.pop-desc': string;
|
|
463
|
+
'pisell-floor-map-layout.edit-panel.btn-delete': string;
|
|
464
|
+
'pisell-floor-map-layout.edit-panel.btn-cancel': string;
|
|
465
|
+
'pisell-floor-map-layout.edit-panel.btn-ok-delete': string;
|
|
466
|
+
'pisell-floor-map-layout.toolbar.category-fallback': string;
|
|
467
|
+
'pisell-floor-map-layout.toolbar.palette-card-title': string;
|
|
468
|
+
'pisell-floor-map-layout.toolbar.data-binding-optional': string;
|
|
469
|
+
'pisell-floor-map-layout.toolbar.hint-after-select-ds': string;
|
|
470
|
+
'pisell-floor-map-layout.toolbar.hint-no-unplaced-rows': string;
|
|
471
|
+
'pisell-floor-map-layout.toolbar.ph-select-records': string;
|
|
472
|
+
'pisell-floor-map-layout.toolbar.hint-multi-drop': string;
|
|
473
|
+
'pisell-floor-map-layout.toolbar.no-data-sources': string;
|
|
474
|
+
'pisell-floor-map-layout.toolbar.cancel-place': string;
|
|
475
|
+
'pisell-floor-map-layout.toolbar.layout-dirty-hint': string;
|
|
476
|
+
'pisell-floor-map-layout.toolbar.save': string;
|
|
477
|
+
'pisell-floor-map-layout.toolbar.saving': string;
|
|
478
|
+
'pisell-floor-map-layout.view-controls.zoom-out-aria': string;
|
|
479
|
+
'pisell-floor-map-layout.view-controls.zoom-in-aria': string;
|
|
480
|
+
'pisell-floor-map-layout.view-controls.reset-aria': string;
|
|
481
|
+
'pisell-floor-map-layout.view-controls.fit-bounds-aria': string;
|
|
482
|
+
'pisell-floor-map-layout.view-controls.grid-hide-aria': string;
|
|
483
|
+
'pisell-floor-map-layout.view-controls.grid-show-aria': string;
|
|
484
|
+
'pisell-floor-map-layout.view-controls.fullscreen-aria': string;
|
|
485
|
+
'pisell-floor-map-layout.view-controls.fullscreen-exit-aria': string;
|
|
486
|
+
'pisell-floor-map-layout.image-element.default-name': string;
|
|
487
|
+
'pisell-floor-map-layout.placement.fallback-image-name': string;
|
|
488
|
+
'pisell-floor-map-layout.image-element.hint-no-url': string;
|
|
489
|
+
'pisell-floor-map-layout.image-element.hint-load-fail': string;
|
|
490
|
+
'pisell-floor-map-layout.data-form.empty': string;
|
|
491
|
+
'pisell-floor-map-layout.data-form.save-record': string;
|
|
492
|
+
'pisell-floor-map-layout.binding-error.required-row': string;
|
|
493
|
+
'pisell-floor-map-layout.binding-error.ds-not-allowed': string;
|
|
494
|
+
'pisell-floor-map-layout.binding-error.missing-field': string;
|
|
495
|
+
'pisell-floor-map-layout.card-placeholder.hint-select-row': string;
|
|
496
|
+
'pisell-floor-map-layout.card-placeholder.hint-bind-datasource': string;
|
|
497
|
+
'pisell-floor-map-layout.card-placeholder.hint-new-slot': string;
|
|
498
|
+
'pisell-floor-map-layout.card-placeholder.hint-row-not-found': string;
|
|
499
|
+
'pisell-floor-map-layout.figma-card.kind-round-table': string;
|
|
500
|
+
'pisell-floor-map-layout.figma-card.kind-square-table': string;
|
|
501
|
+
'pisell-floor-map-layout.figma-card.default-table': string;
|
|
502
|
+
'pisell-floor-map-layout.figma-card.capacity-seats': string;
|
|
503
|
+
'pisell-floor-map-layout.figma-card.guests-count': string;
|
|
504
|
+
};
|
|
505
|
+
};
|
|
506
|
+
export default _default;
|